OSDN Git Service

* config/rs6000/rs6000.c (rs6000_emit_prologue): Always clobber LR
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2007-03-25  David Edelsohn  <edelsohn@gnu.org>
2
3         * config/rs6000/rs6000.c (rs6000_emit_prologue): Always clobber LR
4         in SImode for save_world.
5         * config/rs6000/altivec.md (save_world, restore_world): Convert to
6         LR hard reg.
7
8 2007-03-25  Dorit Nuzman  <dorit@il.ibm.com>
9
10         PR tree-optimization/30784
11         * fold-const.c (fold_ternary): Handle CONSTRUCTOR in case
12         BIT_FIELD_REF.
13
14 2007-03-25  Revital Eres  <eres@il.ibm.com>
15
16         * tree-if-conv.c (if_convertible_gimple_modify_stmt_p):
17           Fold movement_possibility function into it.
18
19 2007-03-25  David Edelsohn  <edelsohn@gnu.org>
20
21         * config/rs6000/darwin.md (load_macho_picbase): Ignore operand 0.
22         (load_macho_picbase_{si,di}): Convert to LR hard reg.
23         (call_indirect_nonlocal_darwin64): Same.
24         (call_nonlocal_darwin64): Same.
25         (call_value_indirect_nonlocal_darwin64): Same.
26         (call_value_nonlocal_darwin64): Same.
27         (sibcall_nonlocal_darwin64): Same.
28         (sibcall_value_nonlocal_darwin64): Same.
29         (sibcall_symbolic_64): Same.
30         (sibcall_value_symbolic_64): Same.
31         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Remove
32         LR pseudo.
33         (rs6000_emit_load_toc_table): Same.
34         * config/rs6000/altivec.md (restore_world): Convert to LR hard reg.
35         * config/rs6000/rs6000.md (mulh_call): Convert to LR hard reg.
36         (mull_call): Same.
37         (divss_call): Same.
38         (divus_call): Same.
39         (quoss_call): Same.
40         (quous_call): Same.
41         (load_toc_v4_pic_si): Same
42         (load_toc_v4_PIC_1): Same.
43         (load_toc_v4_PIC_1b): Same.
44         (call_indirect_aix{32,64}): Same.
45         (call_value_indirect_aix{32,64}): Same.
46         (call): Same.
47         (call_value): Same.
48         (call_local{32,64}): Same.
49         (call_value_local{32,64}): Same.
50         (call_indirect_nonlocal_aix{32,64}): Same.
51         (call_nonlocal_aix{32,64}): Same.
52         (call_value_indirect_nonlocal_aix{32,64}): Same.
53         (call_value_nonlocal_aix{32,64}): Same.
54         (call_indirect_nonlocal_sysv<mode>): Same.
55         (call_nonlocal_sysv<mode>): Same.
56         (call_value_indirect_nonlocal_sysv<mode>): Same.
57         (call_value_nonlocal_sysv<mode>): Same.
58         (sibcall): Same.
59         (sibcall_local{32,64}): Same.
60         (sibcall_value_local{32,64}): Same.
61         (sibcall_nonlocal_aix{32,64}): Same.
62         (sibcall_value_nonlocal_aix{32,64}): Same.
63         (sibcall_nonlocal_sysv<mode>): Same.
64         (sibcall_value): Same.
65         (sibcall_value_nonlocal_sysv<mode>): Same.
66
67 2007-03-24  Paul Brook  <paul@codesourcery.com>
68
69         * config/arm/lib1funcs.asm (div0): Use ARM_FUNC_START and do_push.
70         * config/arm/linux-eabi.h: Remove legacy syscall hack.
71
72 2007-03-24  Richard Henderson  <rth@redhat.com>
73
74         * config/ia64/constraints.md: New file.
75         * config/ia64/predicates.md: Replace CONST_OK_FOR_? with
76         satisfies_constraint_?.
77         * config/ia64/ia64.c (ia64_move_ok, ia64_legitimate_constant_p,
78         ia64_reload_gp, spill_restore_mem, ia64_expand_prologue,
79         ia64_expand_epilogue, ia64_split_return_addr_rtx, ia64_rtx_costs,
80         ia64_output_mi_thunk): Likewise.
81         (ia64_const_ok_for_letter_p): Remove.
82         (ia64_const_double_ok_for_letter_p): Remove.
83         (ia64_extra_constraint): Remove.
84         * config/ia64/ia64.h (REG_CLASS_FROM_LETTER): Remove.
85         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L,
86         CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O, CONST_OK_FOR_P,
87         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_G,
88         CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT,
89         EXTRA_MEMORY_CONSTRAINT): Remove.
90         * config/ia64/ia64.md: Include constriants.md.  Replace
91         CONST_OK_FOR_? with satisfies_constraint_?.
92
93 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
94             H.J. Lu  <hongjiu.lu@intel.com>
95
96         * config/dfp-bit.h (DPD_BID_NAME): New macro to give either the
97         DPD or BID name.
98         (name macros): Use DPD_BID_NAME to convert names properly.
99
100         * optabs.c (DECIMAL_PREFIX): Prefix string to use for the current
101         decimal floating point format.
102         (init_floating_libfuncs): Change decimal functions so that they
103         have a "bid_" prefix if the decimal system uses the BID format,
104         and "dpd_" prefix if the decimal system uses the DPD format.
105         (init_interclass_conv_libfuncs): Ditto.
106         (init_intraclass_conv_libfuncs): Ditto.
107
108         * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
109         using the BID format.
110
111         * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
112         whether we are using the BID decimal format.
113         * configure: Regenerate.
114
115         * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
116         the compiler has decimal floating point enabled.  Define
117         __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
118         instead of DPD.
119
120         * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
121         using the BID format.
122
123         * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
124         whether we are using the BID decimal format.
125         * configure: Regenerate.
126
127         * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
128         the compiler has decimal floating point enabled.  Define
129         __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
130         instead of DPD.
131
132         * doc/install.texi (--enable-decimal-float): Document BID and DPD
133         options, and that it is enabled for i386/x86_64 systems.
134
135         * Makefile.in (enable_decimal_float): New.
136         (DECNUMFMT): New.
137         (DECNUMINC): Add  -I$(DECNUMFMT).
138         (DECNUM_H): Mov decimal32.h, decimal64.h and decimal128.h
139         to $(DECNUMFMT) from $(DECNUM).
140
141         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
142         Substitute enable_decimal_float.
143         * configure: Regenerated.
144
145         PR other/30529
146         * config/dfp-bit.c (__dec_byte_swap): Use uint32_t instead of
147         unsigned long.
148
149         * configure.ac: Enable decimal float for x86_64-*-linux*.
150         * configure: Regenerated.
151
152         PR other/30530
153         * dfp.c (decimal_real_arithmetic): Use decimal128FlipSign and
154         decimal128ClearSign to flip and clear the sign bit in decimal128.
155         (decimal_real_maxval): Set decimal128SetSign to set the sign
156         bit in decimal128.
157
158 2007-03-23  Ian Lance Taylor  <iant@google.com>
159
160         * fold-const.c (fold_binary): Correct warning for X - c >= X.
161
162 2007-03-23  Ian Lance Taylor  <iant@google.com>
163
164         * tree-dump.c (dump_files): Correct comment.
165
166 2007-03-23  Ian Lance Taylor  <iant@google.com>
167
168         * tree-vrp.c (operand_less_p): Ignore fold overflow warnings.
169
170 2007-03-23  Steven Bosscher  <steven@gcc.gnu.org>
171
172         * tracer.c (tracer): Don't take FLAGS argument.  Assert we are
173         in cfglayout mode.  Don't go into and out of cfglayout mode.
174         Link the blocks in the order of the constructed traces.
175         (rest_of_handle_tracer): Adjust call to tracer.
176         * loop-init.c (rtl_loop_init): Assert we are in cfglayout mode.
177         Don't go into cfglayout mode.
178         (rtl_loop_done): Don't go out of cfglayout mode.
179         * cfglayout.c (relink_block_chain): New function, split out from...
180         (fixup_reorder_chain): ...here.  Remove redundant checking.
181         (cfg_layout_finalize): Don't clear the header, footer, and aux
182         fields here, move the code to do so to relink_block_chain.  Likewise
183         for free_original_copy_tables.
184         * rtl.h (tracer): Update prototype.
185         * bb-reorder.c (reorder_basic_blocks): Don't take FLAGS argument.
186         Assert we are in cfglayout mode.  Don't go into and out of cfglayout
187         mode.  Use relink_block_chain to serialize the CFG according to the
188         new basic block order.  Move targetm.cannot_modify_jumps_p check from
189         here...
190         (gate_handle_reorder_blocks): ...to here.
191         (duplicate_computed_gotos): Move targetm.cannot_modify_jumps_p check
192         from here...
193         (gate_duplicate_computed_gotos): ...to here.
194         (rest_of_handle_reorder_blocks): Don't see if anything has changed,
195         something always changes when going into and out of cfglayout mode.
196         Perform an expensive cfg cleanup while going into cfglayout mode.
197         Always update liveness information on HAVE_conditional_execution
198         targets.  Reserialize the basic blocks and go out of cfglayout mode.
199         * reg-stack.c: Include cfglayout.h.
200         (rest_of_handle_stack_regs): Go into and out of cfglayout mode around
201         the call to reorder_basic_blocks.
202         * basic-block.h (reorder_basic_blocks): Update prototype.
203         (relink_block_chain): New prototype.
204         * passes.c (pass_outof_cfg_layout_mode): Move after cse2.
205
206 2007-03-23  Joseph Myers  <joseph@codesourcery.com>
207
208         * config/mips/mips.md (type, hazard, *movdi_32bit,
209         *movdi_gp32_fp64, *movdi_64bit, *movsi_internal, movcc,
210         *movhi_internal, *movqi_internal, *movsf_hardfloat,
211         *movdf_hardfloat_64bit, *movdf_hardfloat_32bit, *movdf_softfloat,
212         movv2sf_hardfloat_64bit, load_df_low, load_df_high, store_df_high,
213         mthc1, mfhc1): Change xfer instruction type to mfc and mtc, as
214         applicable.
215         (movcc): Change first xfer to multi.
216         * config/mips/24k.md, config/mips/4100.md, config/mips/4300.md,
217         config/mips/5000.md, config/mips/5400.md, config/mips/5500.md,
218         config/mips/5k.md, config/mips/7000.md, config/mips/9000.md,
219         config/mips/generic.md: Change reservations using "xfer" to use
220         "mfc,mtc".
221         * config/mips/sb1.md (ir_sb1_mtxfer): Use "mtc" instead of
222         using match_operand.
223         (ir_sb1_mfxfer): Use "mfc" instead of using match_operand.
224         * config/mips/sr71k.md (ir_sr70_xfer_from): Use "mfc" instead of
225         examining mode.
226         (ir_sr70_xfer_to): Use "mtc" instead of examining mode.
227
228 2007-03-22  Richard Henderson  <rth@redhat.com>
229
230         * config/i386/i386.c: Remove unnecessary function declarations.
231         Move targetm definition, and all related macros, to the end of
232         the file.  Resort some functions to put definitions before uses.
233         (ix86_attribute_table): Make static.  Move to end of file.
234         (ix86_gimplify_va_arg): Make static.
235
236 2007-03-22  Richard Henderson  <rth@redhat.com>
237
238         * config/i386/i386.c (ix86_function_regparm): Early exit for 64-bit;
239         don't increase local_regparm with force_align_arg_pointer check.
240         (ix86_function_sseregparm): Assert 32-bit.
241         (type_has_variadic_args_p): New.
242         (ix86_return_pops_args): Early exit for 64-bit.  Reindent; use
243         type_has_variadic_args_p.
244         (ix86_function_arg_regno_p): Use == 0 instead of ! test for eax.
245         (init_cumulative_args): Remove TARGET_DEBUG_ARG.  Remove zero_cum;
246         use memset instead.  Do maybe_vaarg check first; skip attribute
247         tests if true; skip attribute tests for 64-bit.
248         (construct_container): Remove TARGET_DEBUG_ARG.
249         (function_arg_advance_32, function_arg_advance_64): Split out ...
250         (function_arg_advance): ... from here.
251         (function_arg_32, function_arg_64): Split out ...
252         (function_arg): ... from here.
253         (ix86_pass_by_reference): Tidy.
254         (ix86_function_value_regno_p): Rearrange w/ switch on regno.
255         (function_value_32): New, from parts of ix86_function_value
256         and ix86_value_regno.
257         (function_value_64): New, from parts of ix86_function_value
258         and ix86_libcall_value.
259         (ix86_function_value_1): New.
260         (ix86_function_value, ix86_libcall_value): Use it.
261         (return_in_memory_32, return_in_memory_64): Split out ...
262         (ix86_return_in_memory): ... from here.
263         (ix86_struct_value_rtx): Skip for 64-bit.
264         (ix86_libcall_value, ix86_value_regno): Remove.
265         (setup_incoming_varargs_64): Split out ...
266         (ix86_setup_incoming_varargs): ... from here.
267         (ix86_va_start): Remove TARGET_DEBUG_ARG.
268         (legitimate_address_p, legitimize_address): Remove TARGET_DEBUG_ADDR.
269         * config/i386/i386-protos.h (ix86_function_value): Remove.
270         * config/i386/i386.opt (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Remove.
271
272 2007-03-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
273
274         PR other/23572
275         * c-lex.c (interpret_float): On overflow, emit pedantic warning if
276         infinities not supported, otherwise emit warning if -Woverflow. On
277         underflow, emit warning if -Woverflow.
278         * real.c (real_from_string): Return -1 if underflow, +1 if overflow
279         and 0 otherwise.
280         * real.h (real_from_string): Update declaration
281         
282 2007-03-22  Kai Tietz  <kai.tietz@onevision.com>
283             Richard Henderson  <rth@redhat.com>
284
285         * defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.
286         * calls.c (compute_argument_block_size, expand_call,
287         emit_library_call_value_1): Don't ifdef OUTGOING_REG_PARM_STACK_SPACE.
288         * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
289         * function.c (STACK_DYNAMIC_OFFSET): Likewise.
290         * doc/tm.texi (OUTGOING_REG_PARM_STACK_SPACE): Update.
291         * config/alpha/unicosmk.h, config/bfin/bfin.h, config/iq2000/iq2000.h,
292         config/mips/mips.h, config/mn10300/mn10300.h, config/mt/mt.h,
293         config/pa/pa.h, config/rs6000/rs6000.h, config/score/score.h,
294         config/spu/spu.h, config/v850/v850.h (OUTGOING_REG_PARM_STACK_SPACE):
295         Set to 1.
296
297 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
298
299         * c-incpath.c (add_sysroot_to_chain): New.
300         (merge_include_chains): Add sysroot argument.  Call
301         add_sysroot_to_chain if sysrooted.
302         (register_include_chains): Update call to merge_include_chains.
303         * doc/cppopts.texi: Document use of '=' in include directory
304         arguments.
305
306 2007-03-22  Uros Bizjak  <ubizjak@gmail.com>
307
308         * config/i386/i386.md (cmp<mode>): Rename from cmpsf and cmpdf.
309         Macroize expander using SSEMODEF mode macro.  Use SSE_FLOAT_MODE_P.
310         (*cmpfp_<mode>): Rename from *cmpfp_sf and *cmpfp_df. Macroize
311         insn pattern using X87MODEF12 mode macro.
312         
313 2007-03-21  Seongbae Park <seongbae.park@gmail.com>
314
315         * regmove.c (regmove_optimize): Use reg_mentioned_p
316         instead of reg_overlap_mentioned_p for DST.
317
318 2007-03-21  Mike Stump  <mrs@apple.com>
319
320         * c.opt: Fixup for Objective-C/C++.
321
322 2007-03-21  Steve Ellcey  <sje@cup.hp.com>
323
324         * explow.c (convert_memory_address): Fold memory reference when
325         POINTERS_EXTEND_UNSIGNED < 0
326
327 2007-03-21  Richard Henderson  <rth@redhat.com>
328
329         PR target/31245
330         * config/i386/emmintrin.h (__m128i, __m128d): Mark may_alias.
331         * config/i386/mmintrin.h (__m64): Likewise.
332         * config/i386/xmmintrin.h (__m128): Likewise.
333
334 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
335
336         * config/vxworks.h (VXWORKS_ADDITIONAL_CPP_SPEC): Remove -D options.
337         (VXWORKS_OS_CPP_BUILTINS): Define.
338         * config/i386/vxworks.h (VXWORKS_CPU_DEFINE): Fold into...
339         (TARGET_OS_CPP_BUILTINS): ...here.  Use VXWORKS_OS_CPP_BUILTINS.
340
341 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
342
343         * rtl.h (constant_pool_reference_p): Delete.
344         (find_constant_src): Declare.
345         * rtlanal.c (find_constant_src): New function.
346         * simplify-rtx.c (constant_pool_reference_p): Delete.
347         * config/i386/i386.md: Use find_constant_src instead of
348         constant_pool_reference_p/avoid_constant_pool_reference pairs.
349
350 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
351
352         * doc/invoke.texi (-fpie, -fPIE): Document __pie__ and __PIE__.
353         * c-cppbuiltin.c (c_cpp_builtins): Define them.
354
355 2007-03-20  Mark Mitchell  <mark@codesourcery.com>
356
357         * config/arm/elf.h (TARGET_ASM_DESTRUCTOR): Define.
358         * config/arm/arm.c (arm_elf_asm_cdtor): New function.
359         (arm_elf_asm_constructor): Use it.
360         (arm_elf_asm_destructor): New function.
361
362 2007-03-20  Bernd Schmidt  <bernd.schmidt@analog.com>
363
364         * jump.c (mark_jump_label): Treat SEQUENCE specially.
365
366 2007-03-20  Nathan Sidwell  <nathan@codesourcery.com>
367
368         * config/vxlib.c (tls_delete_hook): Use TCB for kernel tasks.
369
370 2007-03-19  Andrew Haley  <aph@redhat.com>
371
372         PR tree-optimization/31264
373         * tree-vrp.c (register_edge_assert_for_1): Don't look though
374         VIEW_CONVERT_EXPRs.
375
376 2007-03-19  Paolo Bonzini  <bonzini@gnu.org>
377
378         PR rtl-optimization/30907
379         * fwprop.c (forward_propagate_into): Never propagate inside a loop.
380         (fwprop_init): Always call loop_optimizer_initialize.
381         (fwprop_done): Always call loop_optimizer_finalize.
382         (fwprop): We always have loop info now.
383         (gate_fwprop_addr): Remove.
384         (pass_fwprop_addr): Use gate_fwprop as gate.
385
386         PR rtl-optimization/30841
387         * df-problems.c (df_ru_local_compute, df_rd_local_compute,
388         df_chain_alloc): Call df_reorganize_refs unconditionally.
389         * df-scan.c (df_rescan_blocks, df_reorganize_refs): Change
390         refs_organized to refs_organized_size.
391         (df_ref_create_structure): Use refs_organized_size instead of
392         bitmap_size if refs had been organized, and keep refs_organized_size
393         up-to-date.
394         * df.h (struct df_ref_info): Change refs_organized to
395         refs_organized_size.
396         (DF_DEFS_SIZE, DF_USES_SIZE): Use refs_organized_size instead of
397         bitmap_size.
398
399 2007-03-19  Mark Mitchell  <mark@codesourcery.com>
400
401         * except.c (output_function_exception_table): Do not reference the
402         EH personality routine for functions that do not require an
403         exception table.
404
405 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
406
407         PR c/30762
408         * c-typeck.c (convert_for_assignment): Call comptypes for
409         RECORD_TYPE or UNION_TYPE.
410
411         PR inline-asm/30505
412         * reload1.c (reload): Do invalid ASM checking after
413         cleanup_subreg_operands.
414
415 2007-03-19  Jeff Law  <law@redhat.com>
416
417         * tree-cfg.c (find_taken_edge): Tighten conditions for
418         optimizing computed gotos.
419
420 2007-03-19  Michael Matz  <matz@suse.de>
421
422         * builtins.c (expand_builtin_sync_operation,
423         expand_builtin_compare_and_swap,
424         expand_builtin_lock_test_and_set): Care for extending CONST_INTs
425         correctly.
426
427         * config/i386/sync.md (sync_double_compare_and_swapdi_pic,
428         sync_double_compare_and_swap_ccdi_pic): Use "SD" as constraint
429         for operand 3.
430
431 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
432
433         * doc/tm.texi: Add brackets around the return type of
434         TARGET_SECONDARY_RELOAD.
435
436 2007-03-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
437         Richard Guenther  <rguenther@suse.de>
438
439         PR tree-optimization/31254
440         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
441         Use handled_component_p () where appropriate.  Continue
442         propagating into the rhs if we propagated into an INDIRECT_REF
443         on the lhs.
444
445 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
446
447         * config/s390/s390.md (op_type attribute): RRR instruction type added.
448         (FP, DFP, SD_SF, DD_DF, TD_TF): New mode macros.
449         (xde, xdee): Mode attributes adjusted to support DFP modes.
450         (RRer, f0, op1, Rf, bt, bfp, HALF_TMODE): New mode attributes added.
451         ("cmp<mode>", "*cmp<mode>_css_0", "*cmp<mode>_ccs", TF move splitters,
452         DF move splitters, "floatdi<mode>2", "add<mode>3", "*add<mode>3", 
453         "*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3", "*sub<mode>3",
454         "*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3", "*mul<mode>3",
455         "div<mode>3", "*div<mode>3", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
456         "*negabs<mode>2_nocc", "copysign<mode>3"): Adjusted to support DFP 
457         numbers.
458         ("*movtf_64", "*movtf_31", "*movdf_64dfp", "*movdf_64", "*movdf_31",
459         "movsf"): Insn definitions removed.
460         ("*mov<mode>_64", "*mov<mode>_31", "mov<mode>", "*mov<mode>_64dfp",
461         "*mov<mode>_64", "*mov<mode>_31", "fix_trunc<DFP:mode>di2",
462         "trunctddd2", "truncddsd2", "extendddtd2", "extendsddd2"): Insn
463         definitions added.
464         ("fixuns_truncdddi2", "fixuns_trunctddi2", "mov<mode>",
465         "reload_in<mode>", "reload_out<mode>"): Expander added.
466         ("movtf", "movdf", "reload_outtf", "reload_outdf", "reload_intf"):
467         Expander removed.
468
469 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
470
471         * config/s390/s390.md: Only non-functional changes.  Renamed
472         FPR mode macro to BFP all over the file.
473
474 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
475
476         * config/s390/s390.md (UNSPEC_COPYSIGN): New constant.
477         (op_type attribute): RRF instruction type added.
478         (fT0): New mode attribute.
479         ("*movdi_64dfp", "*movdf_64dfp", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
480         "*negabs<mode>2_nocc", "copysign<mode>3"): Insn definitions added.
481         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED): Due to a new instruction
482         no secondary memory is needed when moving DFmode values between GPRs
483         and FPRs.
484
485 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
486
487         * config/s390/s390.opt ("mhard-float", "msoft-float"): Bit value
488         inverted and documentation adjusted.
489         ("mhard-dfp", "msoft-dfp"): New options.
490         * config/s390/s390.c (s390_handle_arch_option): New architecture
491         switch: z9-ec.
492         (override_options): Sanity checks for the new options added.
493         * config.gcc: New architecture switch: z9-ec.
494         * config/s390/s390.h (processor_flags): PF_DFP added.
495         (TARGET_CPU_DFP, TARGET_DFP): Macro definitions added.
496         (TARGET_DEFAULT): Due to the s390.opt changes hard float is enabled
497         when the bit is NOT set so remove it from the defaults.
498
499 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
500
501         * genemit.c (main): Print include statement for dfp.h.
502         * dfp.h (decimal_real_arithmetic): Hide prototype if tree_code enum
503         is not available.
504
505 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
506
507         * config/cris/t-elfmulti (EXTRA_MULTILIB_PARTS): Do not define here.
508
509 2007-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
510
511         PR target/31022
512         * config/sh/sh.c (sh_adjust_cost): Use the result of single_set
513         instead of PATTERN.
514
515 2007-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
516
517         * pa.c (output_deferred_plabels, output_bb, output_millicode_call,
518         attr_length_call, output_call, output_indirect_call): Cleanup
519         formatting of targetm calls.
520
521 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
522
523         * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
524
525 2007-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
526
527         * pa.md: Add fpstore_load and store_fpload instruction types.  Provide
528         reservation, bypass and anti-bypass descriptions for these instructions.
529         Update move patterns.
530         * pa.c (hppa_fpstore_bypass_p): Check for both TYPE_FPSTORE_LOAD and
531         TYPE_FPSTORE.
532         
533 2007-03-18  Dorit Nuzman  <dorit@il.ibm.com>
534
535         * tree-vect-transform.c (get_initial_def_for_induction): Replace
536         GET_MODE_NUNITS with TYPE_VECTOR_SUBPARTS.
537         (get_initial_def_for_reduction): Likewise.
538
539 2007-03-16  Daniel Berlin  <dberlin@dberlin.org>
540
541         Fix PR tree-optimization/29922
542         * tree-ssa-pre.c (bb_bitmap_sets): Remove RVUSE_* members.
543         (get_representative): Removed.
544         (value_dies_in_block_x): Update for rvuse removal.
545         (valid_in_sets): Update for renaming of vuses_dies_in_block_x.
546         (compute_antic_aux): Handle when PHI nodes appear in
547         non-single-successors. 
548         (dump_bitmap_of_names): Removed.
549         (compute_antic_safe): Renamed and removed rvuse calculation.
550         Calculate only antic safe.
551         (insert_into_preds_of_block): Remove assert.
552         (execute_pre): Update for renamed functions.
553         (defer_or_phi_translate_block): New function.
554         
555 2007-03-17  Kazu Hirata  <kazu@codesourcery.com>
556
557         * config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c,
558         config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment
559         typos.
560         * doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos.
561         Follow spelling conventions.
562
563         * tree-data-ref.h: Remove the prototype for analyze_array.
564
565 2007-03-17  Dorit Nuzman  <dorit@il.ibm.com>
566
567         PR tree-optimization/31041
568         * tree-vect-transform.c (get_initial_def_for_induction): Call
569         force_gimple_operand.
570         
571 2007-03-17  Olga Golovanevsky  <olga@il.ibm.com>
572   
573         * ipa-type-escape.c (look_for_casts) : Revert code to use
574         handled_component_p due to ada test a-numaux.adb.
575
576 2007-03-17  Kazu Hirata  <kazu@codesourcery.com>
577
578         * final.c (final_scan_insn): Alter the condition of a
579         conditional trap if we have nonstandard CC.
580
581 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
582
583         * configure.ac: Remove excess quoting from asm line 0 test.
584         * configure: Rebuilt.
585
586 2007-03-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
587
588         * doc/invoke.texi (-Wconversion): Document warnings specific to C++.
589         * c-common.c (convert_and_check): Move warning logic to...
590         (warnings_for_convert_and_check): ...here. Define.
591         * c-common.h (warnings_for_convert_and_check): Declare.
592         
593 2007-03-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
594
595         * pa.c (attr_length_call): Partially revert change of 2007-03-09.
596         (output_call): Likewise.
597
598 2007-03-16  Richard Sandiford  <richard@codesourcery.com>
599
600         * config/vxworks.h (SUPPORTS_INIT_PRIORITY): Define.
601
602 2007-03-16  Richard Sandiford  <richard@codesourcery.com>
603
604         * config/vx-common.h (WINT_TYPE, WINT_TYPE_SIZE): Define.
605
606 2007-03-16  Uros Bizjak  <ubizjak@gmail.com>
607
608         * config/i386/i386.c (override_options): Add PTA_NO_SAHF to k8,
609         opteron, athlon-64 and athlon-fx processor_alias_table entries.
610
611 2007-03-16  Sebastian Pop  <sebastian.pop@inria.fr>
612
613         PR tree-optimization/31183
614         * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops): 
615         Use double_int instead of unsigned int for representing access_strides.
616         * testsuite/gcc.dg/tree-ssa/pr31183.c: New.
617
618 2007-03-16  Richard Guenther  <rguenther@suse.de>
619
620         PR tree-optimization/31146
621         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Restructure
622         to allow recursion of forward_propagate_addr_expr.
623         (forward_propagate_addr_into_variable_array_index): Likewise.
624         (forward_propagate_addr_expr): Likewise.
625         (tree_ssa_forward_propagate_single_use_vars): Likewise.
626         (forward_propagate_addr_expr_1): Recurse on simple copies
627         instead of propagating into them.  Do so for useless conversions
628         as well.
629         (forward_propagate_addr_expr): Clean up unused statements after
630         recursion.
631
632 2007-03-16  Richard Guenther  <rguenther@suse.de>
633
634         * builtins.c (expand_builtin_cexpi): Use the right argument
635         for the expansion via cexp.
636
637 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
638
639         * configure.ac: Don't require ELF binutils to tolerate # 0 "".
640         * configure: Rebuilt.
641
642 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
643
644         PR debug/29906
645         * dwarf2out.c (force_type_die): Adjust comment.
646         (dwarf2out_imported_module_or_decl): Handle base AT_import types.
647
648 2007-03-15  DJ Delorie  <dj@redhat.com>
649
650         * config/frv/predicates.md (minmax_operator): Don't check operands
651         here.
652
653 2007-03-15  Zdenek Dvorak  <dvorakz@suse.cz>
654
655         * tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.
656         Update constant estimates of number of iterations.
657         (record_nonwrapping_iv): Add "upper" argument.  "data_size_bounds_p"
658         argument renamed to "realistic".
659         (compute_estimated_nb_iterations): Removed.
660         (record_niter_bound): New function.
661         (idx_infer_loop_bounds): For possible but unlikely tail arrays,
662         call record_nonwrapping_iv with upper = false.
663         (infer_loop_bounds_from_signedness): Pass upper argument to
664         record_nonwrapping_iv.
665         (estimate_numbers_of_iterations_loop): Do not call
666         compute_estimated_nb_iterations.  Record estimate based on profile
667         information.  Initialize the constant estimates of number of
668         iterations.
669         * tree-data-ref.c (estimated_loop_iterations): Return the recorded
670         estimates.
671         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Add dump when
672         number of iterations is too small.
673         * cfgloop.h (struct nb_iter_bound): Remove "realistic" field.
674         (EST_NOT_AVAILABLE): Removed.
675         (struct loop): Replace estimated_nb_iterations by any_upper_bound,
676         nb_iterations_upper_bound, any_estimate and nb_iterations_estimate
677         fields.
678
679 2007-03-15  Zdenek Dvorak  <dvorakz@suse.cz>
680
681         * tree-ssa-loop-niter.c (refine_bounds_using_guard, bound_difference):
682         Handle NE_EXPR guards.
683
684 2007-03-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
685
686         PR c++/24924
687         * c-opts.c (c_common_post_options): Handle C++ post-processing here.
688         Set also -pedantic-errors by default for the  preprocessor unless
689         -fpermissive is given.
690         
691 2007-03-15  Richard Guenther  <rguenther@suse.de>
692
693         PR middle-end/29719
694         PR middle-end/31161
695         * builtins.c (expand_builtin_cexpi): As a fallback if we
696         don't have builtins for sincos or cexp create a function
697         declaration for cexp and expand to a call to that.
698         (expand_builtin_int_roundingfn): Always fall
699         back to floor/ceil and its variants even if they may be
700         not available.
701
702 2007-03-15  Steven Bosscher  <steven@gcc.gnu.org>
703
704         PR middle-end/31159
705         * cfglayout.c (fixup_reorder_chain): Postpone deleting dead
706         jump tables, move the call to delete_dead_jumptables from here...
707         (cfg_layout_finalize): ...to here.  But rebuild jump labels first.
708         * cfgrtl.c (cfg_layout_can_merge_blocks_p): When not optimizing,
709         don't allow merging of blocks that try_redirect_by_replacing_jump
710         also does not handle when not optimizing.
711
712 2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
713             Francois-Xavier Coudert  <coudert@clipper.ens.fr>
714
715         * config/i386/i386.md (x86_sahf_1): Correctly handle
716         HAVE_AS_IX86_SAHF.
717
718 2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
719
720         PR target/31167
721         * config/i386/i386.md (*addti3_1, *addti3_1 splitter): Use
722         x86_64_general_operand as operand[2] predicate.  Remove "iF"
723         from operand constraints and use "e" constraint instead.
724         (*subti3_1, *subti3_1 splitter): Ditto.
725         (*negti2_1, *negti2_1 splitter): Use nonimmediate_operand as
726         operand[1] predicate.
727
728 2007-03-14  Sebastian Pop  <sebastian.pop@inria.fr>
729
730         * tree-loop-linear.c (gather_interchange_stats): For multidimensional
731         arrays, multiply the access strides by the size of the sub-array.
732         * testsuite/gcc.dg/tree-ssa/ltrans-5.c: New.
733
734 2007-03-14  Uros Bizjak  <ubizjak@gmail.com>
735
736         * configure.ac (HAVE_AS_IX86_SAHF): On x86 targets check whether
737         the configured assembler supports the sahf mnemonic.
738         * configure: Regenerate.
739         * config.in: Regenerate.
740
741         * config/i386/i386.md (x86_sahf_1): Depending on HAVE_AS_IX86_SAHF,
742         emit "sahf" or ".byte\t0x9e" as asm template.
743
744 2007-03-14  Michael Meissner  <michael.meissner@amd.com>
745
746         PR 31018
747         * config/i386/i386.h (X86_TUNE_SHORTEN_X87_SSE): New tuning
748         option to replace hard coded TARGET_xxx in md file.
749         (X86_TUNE_AVOID_VECTOR_DECODE): Ditto.
750         (X86_TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
751         (X86_TUNE_SLOW_IMUL_IMM8): Ditto.
752         (X86_TUNE_MOVE_M1_VIA_OR): Ditto.
753         (X86_TUNE_NOT_UNPAIRABLE): Ditto.
754         (X86_TUNE_NOT_VECTORMODE): Ditto.
755         (TUNE_SHORTEN_X87_SSE): Use new tuning option.
756         (TUNE_AVOID_VECTOR_DECODE): Ditto.
757         (TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
758         (TUNE_SLOW_IMUL_IMM8): Ditto.
759         (TUNE_MOVE_M1_VIA_OR): Ditto.
760         (TUNE_NOT_UNPAIRABLE): Ditto.
761         (TUNE_NOT_VECTORMODE): Ditto.
762         
763         * config/i386/i386.c (ix86_tune_features): Fill in new tuning
764         options.
765
766         * config/i386/i386.md (fix_trunc?f?1_sse peephole2): Use new
767         tuning options instead of hard coded TARGET_xxx.
768         (fix ssemode peephole2's): Ditto.
769         (imul peephole2's): Ditto.
770         (movsi_or): Ditto.
771         (movdi_or_rex64): Ditto.
772         (move peephole2): Ditto.
773         (not peephole2's): Ditto.
774
775 2007-03-14  Dirk Mueller  <dmueller@suse.de>
776
777         * c-common.h (empty_body_warning): Rename to empty_if_body_warning.
778         * c-common.c (empty_if_body_warning): Rephrase diagnostic message.
779         * c-parser.c (c_parser_if_body): Always add an empty statement in case
780         of empty body.
781         * c-parser.c (c_parser_do_statement): Warn about empty body in
782         do/while statement.
783         * c-typeck (c_finish_if_stmt): Call empty_if_body_warning.
784         * doc/invoke.texi (-Wempty-body): Update documentation.
785
786 2007-03-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
787
788         PR c/21438
789         * c-common.h (warn_for_div_by_zero): Declare.
790         * c-common.c (warn_for_div_by_zero): Define.
791         * c-typeck.c (build_binary_op): Call warn_for_div_zero instead of
792         warning.
793
794 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
795
796         * Makefile.in (PREPROCESSOR_DEFINES): Add directory terminators
797         to PREFIX and STANDARD_PREFIX.
798
799 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
800             Phil Edwards  <phil@codesourcery.com>
801
802         * gthr-vxworks.h: Add an extern "C" wrapper for C++.
803         (__gthread_once_t): Remove busy field for RTPs.
804         (__GTHREAD_ONCE_INIT): Update accordingly.
805
806 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
807
808         * doc/invoke.texi: Document VxWorks options.
809
810 2007-03-14  Uros Bizjak  <ubizjak@gmail.com>
811
812         * doc/invoke.texi (i386 and x86-64 Options): Clarify -msahf option.
813
814 2007-03-13  Seongbae Park <seongbae.park@gmail.com>
815
816         PR tree-optimization/30590
817         * tree-nrv.c (tree_nrv): Check for the partial update of the
818         return value.
819
820 2007-03-13  Alexandre Oliva  <aoliva@redhat.com>
821
822         * flags.h (flag_random_seed): Remove declaration, in favor of...
823         * toplev.h (get_random_seed, set_random_seed): ... these.
824         * tree.c (get_file_function_name): Use the former.
825         * opts.c (common_handle_option): Use the latter.
826         * toplev.c
827
828 2007-03-13  Steven Bosscher  <steven@gcc.gnu.org>
829
830         PR middle-end/31127
831         * cse.c (cse_find_path): Do not bail out if a basic block that
832         we already visited now becomes part of a path that starts at a
833         different basic block.  Just disallow this, to make sure we
834         visit each basic block at most once.
835
836 2007-03-13  Jan Hubicka  <jh@suse.cz>
837
838         * ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold attributes,
839         when profile esitmate is present, calls with very low frequency are
840         cold.
841
842 2007-03-13  Zdenek Dvorak  <dvorakz@suse.cz>
843
844         PR tree-optimization/30730
845         PR tree-optimization/26900
846         * tree-ssa-loop-niter.c: Include gmp.h.
847         (bounds): New type.
848         (mpz_set_double_int, get_type_bounds, mpz_to_double_int,
849         split_to_var_and_offset, determine_value_range,
850         bound_difference_of_offsetted_base, refine_bounds_using_guard,
851         bound_difference, bounds_add, bounds_negate,
852         number_of_iterations_ne_max, dump_affine_iv): New functions.
853         (number_of_iterations_ne, number_of_iterations_lt_to_ne,
854         assert_loop_rolls_lt, assert_loop_rolls_le): Use bounds on the
855         difference of initial and final value of control iv to validate
856         results.
857         (number_of_iterations_cond): Add loop parameter.  Determine bounds
858         on the difference of the extremes of the control iv.  Add dumps.
859         (expand_simple_operations): Handle phi nodes.
860         (simplify_using_initial_conditions): Do not record used conditions.
861         (number_of_iterations_exit): Pass loop to number_of_iterations_cond.
862         Do not set additional_info.
863         (implies_nonnegative_p, implies_ge_p): Removed.
864         (derive_constant_upper_bound): Do not use parameter `additional'.
865         (record_estimate): Parameter `additional' removed.  Parameter
866         `i_bound' added.  Do not call derive_constant_upper_bound.
867         (record_nonwrapping_iv): Use derive_constant_upper_bound to
868         bound the number of iterations estimate.
869         (estimate_numbers_of_iterations_loop): Pass the estimate from
870         the number of iterations analysis to record_estimate.
871         * tree.h (multiple_of_p): Declare.
872         * tree-scalar-evolution.c (expression_expensive_p): Removed.
873         (scev_const_prop): Do not check expression_expensive_p.
874         * fold-const.c (multiple_of_p): Exported.
875         * double-int.c (double_int_mask): Exported.
876         * double-int.h (double_int_mask): Declare.
877         * tree-flow.h (struct tree_niter_desc): Removed additional_info
878         field.  Added max field.
879
880 2007-03-13  David Taylor  <taylor@candd.org>
881
882         PR driver/12448:
883         * gcc.c (cpp_unique_options): If -MT or -MQ is seen, don't pass
884         default -MQ.
885
886 2007-03-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
887
888         PR target/31123
889         * pa.md (vdepi_ior): Don't allow zero length deposit.  Likewise for
890         two unamed patterns.
891         
892 2007-03-13  Uros Bizjak  <ubizjak@gmail.com>
893
894         * config/i386/i386.opt (mcx16, msahf): New options.
895         * config/i386/i386.c (x86_cmpxchg16b, x86_sahf): Remove.
896         (ix86_tune_features) [X86_TUNE_USE_SAHF]: Enable for m_GENERIC.
897
898         * config/i386/driver-i386.c (bit_LAHF_LM): New define.
899         (host_detect_local_cpu): Detect cx16 and lahf_lm cpuid bits.
900         Output -mcx16 and -msahf options when corresponding bit is set.
901
902         * doc/invoke.texi (i386 and x86-64 Options): Document -mcx16
903         and -msahf options.
904
905 2007-03-13  Alexandre Oliva  <aoliva@redhat.com>
906
907         * configure.ac: Test for assembler tolerance to # 0 "".
908         * configure, config.in: Rebuilt.
909         * final.c (final_scan_insn): Emit it if HAVE_AS_LINE_ZERO.
910
911 2007-03-13  Geoffrey Keating  <geoffk@apple.com>
912
913         * doc/invoke.texi (Spec Files): Update for '%{,' spec.
914
915         * config/rs6000/darwin-fallback.c: Compile file only on powerpc.
916         (handle_syscall): Handle direct system calls.
917         * config/rs6000/darwin.h (HAS_MD_FALLBACK_FRAME_STATE_FOR): Delete.
918
919 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
920
921         * doc/invoke.texi: Fix cpp.info cross-reference.
922         * doc/passes.texi: Fix gcc.info cross-reference.
923
924 2007-03-12  Zdenek Dvorak  <dvorakz@suse.cz>
925
926         PR tree-optimization/30835
927         * lambda-code.c (can_convert_to_perfect_nest): Check whether
928         bb_for_stmt is not NULL before accessing it.
929
930 2007-03-12  Joseph Myers  <joseph@codesourcery.com>
931
932         * gcc.c (main): Handle target_sysroot_hdrs_suffix being NULL for
933         some multilibs.
934
935 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
936
937         PR 30635
938         * doc/install.texi: Document --enable-stage1-languages
939
940 2007-03-12  Steven Bosscher  <steven@gcc.gnu.org>
941
942         * tree-pass.h (pass_into_cfg_layout_mode,
943         pass_outof_cfg_layout_mode): Declare.
944         * cfglayout.c (into_cfg_layout_mode, outof_cfg_layout_mode,
945         pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode): New.
946         * passes.c (pass_into_cfg_layout_mode): Schedule before jump2.
947         (pass_outof_cfg_layout_mode): Schedule after pass_rtl_ifcvt.
948
949 2007-03-12  Seongbae Park <seongbae.park@gmail.com>
950
951         * c-decl.c (warn_variable_length_array): New function.
952         Refactored from grokdeclarator to handle warn_vla
953         and handle unnamed array case.
954         (grokdeclarator): Refactored VLA warning case.
955         * c.opt (Wvla): New flag.
956         * doc/invoke.texi (Wvla): New warning.
957
958 2007-03-12  Richard Henderson  <rth@redhat.com>
959
960         * config/alpha/alpha.c (alpha_elf_section_type_flags): New.
961         (TARGET_SECTION_TYPE_FLAGS): New.
962
963 2007-03-12  Richard Henderson  <rth@redhat.com>
964
965         * config/darwin.c (machopic_reloc_rw_mask): New.
966         * config/darwin-protos.h (machopic_reloc_rw_mask): Declare.
967         * config/darwin.h (TARGET_ASM_RELOC_RW_MASK): New.
968
969 2007-03-12  Mark Mitchell  <mark@codesourcery.com>
970
971         * cppdefault.c (cpp_EXEC_PREFIX): New variable.
972         * cppdefault.h (cpp_PREFIX): Document.
973         (cpp_PREFIX_len): Likewise.
974         (cpp_EXEC_PREFIX): New variable.
975         * Makefile.in (PREPROCESSOR_DEFINES): Add STANDARD_EXEC_PREFIX.
976         * c-incpath.c (add_standard_paths): Correct logic for relocating
977         paths within prefix.
978
979 2007-03-12  Uros Bizjak  <ubizjak@gmail.com>
980
981         * config/i386/i386.md (fixuns_trunc<mode>hi2): Implement from
982         fixuns_truncsfhi2 and fixuns_truncdfhi2 using SSEMODEF
983         mode macro.
984         (fix_trunc<mode>di_sse): Implement from fix_truncsfdi_sse and
985         fix_truncdfdi_sse using SSEMODEF mode macro.
986         (fix_trunc<mode>si_sse): Implement from fix_truncsfsi_sse and
987         fix_truncdfsi_sse using SSEMODEF mode macro.
988         (fix_trunc?f?i_sse peephole2): Implement using SSEMODEF mode macro.
989         (fix_trunc?f?i_sse K8 peephole2): Fix register constraint.
990
991 2007-03-12  Richard Sandiford  <richard@codesourcery.com>
992
993         * config.gcc (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add
994         elfos.h to tm_file.
995
996 2007-03-12  Olga Golovanevsky  <olga@il.ibm.com>
997   
998         * tree.h : Add multiple_of_p declaration.
999         * fold-const.c (multiple_of_p): Make multiple_of_p public. 
1000         * ipa-type-escape.c (results_of_malloc): Redundant.
1001         (visited_stmts): New. Visited stmt for walk_use_def_chains.
1002         (cast_type): Extended with new members.
1003         (check_cast): Returns cast_type.
1004         (cast): New structure for data of walk_use_def_chains.
1005         (is_malloc_result, is_cast_from_non_pointer_1,
1006         is_cast_from_non_pointer, 
1007         is_array_access_through_pointer_and_index): New functions.
1008         (look_for_casts): Returns cast types.
1009         (check_call): Returns void.
1010         (okay_pointer_operation): Use support of pointer plus index,
1011         pointer plus constant and allow all multiplications.
1012         
1013 2007-03-11  Richard Guenther  <rguenther@suse.de>
1014
1015         PR tree-optimization/31115
1016         * tree-vrp.c (extract_range_from_binary_expr): Make sure
1017         the shift count is positive and non-anti-range for RSHIFT_EXPR.
1018         A shift count of zero is not special as with *_DIV_EXPR.
1019         (vrp_int_const_binop): Handle RSHIFT_EXPR for determining overflow
1020         direction.
1021
1022 2007-03-11  Ian Lance Taylor  <iant@google.com>
1023
1024         * tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and
1025         the *_DIV_EXPR codes correctly with overflow infinities.
1026
1027 2007-03-11  Ira Rosen  <irar@il.ibm.com>
1028
1029         * tree-data-ref.c (analyze_offset): Add a return value (bool) to 
1030         indicate success/failure of the analysis. Add negation to subtrahend
1031         in case of subtraction. Fail if both operands contain constants.
1032         (create_data_ref): Fail if analyze_offset fails.
1033
1034 2007-03-11  Uros Bizjak  <ubizjak@gmail.com>
1035
1036         * config/i386/i386.md (frndintxf2): Rename to ...
1037         (rintxf2): ... this. Remove expander having same name.
1038         (rintsf2, rintdf2): Implement using SSEMODEF macro.
1039         (roundsf2, rounddf2): Ditto.
1040         (lrint<mode>di2, lrint<mode>si2): Implement using SSEMODEI24 macro.
1041         (lround<mode>di2, lround<mode>si2): Ditto.
1042
1043 2007-03-11  Steven Bosscher  <steven@gcc.gnu.org>
1044
1045         * lower-subreg.c: Include except.h.
1046         (decompose_multiword_subregs): Verify that the only control flow
1047         insns we can split are loads to multi-words pseudos.
1048         Handle breaking such blocks after splitting, instead of calling
1049         find_many_sub_basic_blocks.
1050
1051         * loop-unroll.c (split_edge_and_insert): Don't set BB_SUPERBLOCK
1052         on the new basic block.  Add a lengthy comment explaining why we
1053         thought this was necessary.
1054         * cfglayout.c (cfg_layout_finalize): Don't break superblocks.
1055
1056 2007-03-10  Mark Mitchell  <mark@codesourcery.com>
1057
1058         PR c++/30924
1059         * tree.c (walk_type_fields): Recurse into the element type of
1060         ARRAY_TYPEs if there is a pointer set.
1061
1062 2007-03-10  Dirk Mueller  <dmueller@suse.de>
1063
1064         * c-common.c (warn_logical_operator): Fix condition.
1065
1066 2007-03-10  Tobias Schlüter  <tobi@gcc.gnu.org>
1067
1068         * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Add missing
1069         quotation mark.
1070         * config/darwin.c (machopic_select_section): Remove superfluous
1071         argument in call to categorize_decl_for_section.  Remove unused
1072         variable shlib.
1073
1074 2007-03-10  Joseph Myers  <joseph@codesourcery.com>
1075
1076         * configure.ac (glibc_header_dir): Set using with_build_sysroot if
1077         defined.
1078         * configure: Regenerate.
1079
1080 2007-03-10  Uros Bizjak  <ubizjak@gmail.com>
1081
1082         PR target/31101
1083         * config/i386/i386.md (UNSPEC_C2_FLAG): New constant.
1084         (fpremxf4_i387, fprem1xf4_i387): Use UNSPEC_C2_FLAG.
1085         (fmodxf3, fmod<mode>3, remainderxf3, remainder<mode>3):
1086         Add LABEL_NUSES to emitted label.
1087         * config/i386/i386.c (ix86_emit_fp_unordered_jump): Add
1088         branch probability value to emitted jump insn.
1089         * reg-stack.c (subst_stack_regs_pat)[UNSPEC]: Handle UNSPEC_C2_FLAG.
1090         Do not check life information and do not re-arrange input operands
1091         for UNSPEC_FSCALE_EXP, UNSPEC_FPREM_U and UNSPEC_FPREM1_U.
1092
1093 2007-03-10  Kaz Kojima  <kkojima@gcc.gnu.org>
1094
1095         * config/sh/sh.c (sh_insn_length_adjustment): Adjust for
1096         the change of decode_asm_operands.
1097
1098 2007-03-10  Kaz Kojima  <kkojima@gcc.gnu.org>
1099
1100         * mode-switching.c (create_pre_exit): Skip blockage insn.
1101
1102 2007-03-09  Diego Novillo  <dnovillo@redhat.com>
1103
1104         * tree-pass.h (TODO_update_smt_usage): Remove.
1105         Update all users.
1106         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
1107         argument SOME.
1108         Update all users.
1109
1110 2007-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1111
1112         * pa.c (attr_length_call): Revise condition for long pc-relative branch.
1113         (output_call): Use "LONG_PIC_SDIFF" instruction sequence for long local
1114         calls on the SOM target.  Don't use "LONG_PIC_PCREL" call sequence on
1115         SOM target.
1116
1117 2007-03-09  Geoffrey Keating  <geoffk@apple.com>
1118
1119         * gcc.c: Document %{, in big comment at top.
1120         (input_suffix_matches): Remove special handling for .s and
1121         .S.
1122         (input_spec_matches): New.
1123         (handle_braces): Handle %{,.
1124         (validate_switches): ',' indicates a value which is not a switch.
1125         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %{, rather than %{.
1126         to detect assembler input.
1127         * config/i386/sol2.h (CPP_SPEC): Likewise.
1128         * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
1129         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
1130         * config/rs6000/lynx.h (ASM_SPEC): Likewise.
1131         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
1132         * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Objective-C plus
1133         -m64 causes deployment target to default to 10.5.
1134         * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
1135
1136 2007-03-09  Richard Henderson  <rth@redhat.com>
1137
1138         PR target/26090
1139         * target.h (targetm.asm.out.reloc_rw_mask): New.
1140         * target-def.h (TARGET_ASM_RELOC_RW_MASK): New.
1141         (TARGET_ASM_OUT): Use it.
1142         * targhooks.c, targhooks.h (default_reloc_rw_mask): New.
1143         * varasm.c (categorize_decl_for_section): Remove shlib argument;
1144         use the new reloc_rw_mask target hook instead.
1145         (default_section_type_flags_1): Merge into...
1146         (default_section_type_flags): ... here.
1147         (decl_readonly_section_1): Merge into...
1148         (decl_readonly_section): ... here.
1149         (default_elf_select_section_1): Merge into...
1150         (default_elf_select_section): ... here.
1151         (default_unique_section_1): Merge into...
1152         (default_unique_section): ... here.
1153         (compute_reloc_for_rtx_1, compute_reloc_for_rtx): New.
1154         (default_select_rtx_section): Use it.
1155         (default_elf_select_rtx_section): Likewise.
1156         * output.h: Update to match.
1157         * doc/tm.texi (TARGET_ASM_RELOC_RW_MASK): New.
1158         * config/alpha/alpha.c (alpha_elf_reloc_rw_mask): New.
1159         (TARGET_ASM_RELOC_RW_MASK): New.
1160         * config/i386/i386.c (x86_64_elf_select_section): Adjust call
1161         to categorize_decl_for_section.
1162         (x86_64_elf_unique_section): Likewise.
1163         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
1164         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Remove.
1165         (TARGET_ASM_RELOC_RW_MASK): New.
1166         * config/ia64/ia64.c (ia64_rwreloc_select_section,
1167         ia64_rwreloc_unique_section, ia64_rwreloc_select_rtx_section): Remove.
1168         (ia64_hpux_reloc_rw_mask, ia64_reloc_rw_mask): New.
1169         (TARGET_RWRELOC): Remove.
1170         (ia64_section_type_flags): Adjust call to default_section_type_flags.
1171         * config/ia64/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
1172         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Remove.
1173         (rs6000_elf_select_section, rs6000_elf_unique_section): Remove.
1174         (rs6000_elf_reloc_rw_mask, rs6000_xcoff_reloc_rw_mask): New.
1175         (rs6000_xcoff_select_section): Use decl_readonly_section.
1176         (rs6000_xcoff_section_type_flags): Use default_section_type_flags.
1177         * config/rs6000/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
1178         (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): Remove.
1179         (TARGET_SECTION_TYPE_FLAGS): Remove.
1180         * config/rs6000/xcoff.h (TARGET_ASM_RELOC_RW_MASK): New.
1181
1182 2007-03-09  Roger Sayle  <roger@eyesopen.com>
1183
1184         * fold-const.c (fold_comparison): Remove compile-time evaluation of
1185         complex constant equality/inequality comparisons for here.
1186         (fold_binary) <EQ_EXPR>: Simplify complex comparisons that are
1187         known at compile-time or can be simplified to a scalar comparison.
1188         (fold_relational_const): Move compile-time evaluation of complex
1189         constant equality/inequality comparisons to here.
1190
1191 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
1192
1193         PR rtl-optimization/30643
1194         * cse.c (cse_insn): Recompute dest_hash after insert_regs for
1195         dest_addr_elt.
1196         (fold_rtx): Recurse, like before 2006-11-03.
1197
1198 2007-03-09  DJ Delorie  <dj@redhat.com>
1199
1200         * config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to
1201         m32c-pragma.o.
1202
1203 2007-03-09  Aldy Hernandez  <aldyh@redhat.com>
1204
1205         PR tree-optimization/30375
1206         * tree-ssa-dse.c (dse_possible_dead_store_p): Do not eliminate if
1207         LHS of statements is not the same.
1208         * testsuite/gcc.dg/tree-ssa/ssa-dse-10.c: New.
1209
1210 2007-03-09  Chao-ying Fu  <fu@mips.com>
1211
1212         * doc/extend.texi (MIPS DSP Built-in Functions): Document the DSP
1213         REV 2.
1214         * doc/invoke.texi (-mdspr2): Document new option.
1215         * config/mips/mips.md (UNSPEC_ABSQ_S_QB .. UNSPEC_DPSQX_SA_W_PH):
1216         New unspec for DSP REV 2.
1217         (<u>mulsidi3_32bit_internal): Check if !TARGET_DSPR2, because
1218         these instructions are extended in DSP REV 2.
1219         (mips-dspr2.md): Include.
1220         * config/mips/mips.opt (mdspr2): New option.
1221         * config/mips/mips.c (mips_function_type): Add MIPS_V4QI_FTYPE_V4QI,
1222         MIPS_SI_FTYPE_SI_SI_SI, MIPS_DI_FTYPE_DI_USI_USI, MIPS_DI_FTYPE_SI_SI,
1223         MIPS_DI_FTYPE_USI_USI, MIPS_V2HI_FTYPE_SI_SI_SI.
1224         (override_options): Check TARGET_DSPR2 to enable MASK_DSP.
1225         (CODE_FOR_mips_mul_ph): Define it to CODE_FOR_mulv2hi3.
1226         (dsp_bdesc): Add DSP REV 2 builtins.  Remove 32-bit only DSP builtins.
1227         (dsp_32only_bdesc): New description table for 32-bit only DSP REV 1
1228         and 2 builtins.
1229         (bdesc_map): Add one field of unsupported_target_flags.
1230         (bdesc_arrays):  Update entries to have extra fields.  Add
1231         dsp_32only_bdesc.
1232         (mips_init_builtins): Initialize new function types.
1233         Check unsupported_target_fileds to filter out builtins.
1234         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dspr2 if
1235         TARGET_DSPR2.
1236         (ASM_SPEC): Pass mdspr2 to the assembler.
1237         * config/mips/mips-dspr2.md: New file.
1238
1239 2007-03-09  Sa Liu  <saliu@de.ibm.com>
1240
1241         * config/rs6000/altivec.md: Fix vcond patterns using if_then_else.
1242
1243 2007-03-09  Ian Lance Taylor  <iant@google.com>
1244
1245         * opts.c (common_handle_option): Treat -Wstrict-overflow (with no
1246         argument) like -Wstrict-overflow=2.
1247         * doc/invoke.texi (Warning Options): Update documentation.
1248
1249 2007-03-09  Dirk Mueller  <dmueller@suse.de>
1250
1251         PR c++/17946
1252         * doc/invoke.texi (-Wlogical-op): Document.
1253         * common.opt (-Wlogical-op): New.
1254         * c-common.h (warn_logical_operator): Declare.
1255         * c-common.c (warn_logical_operator): Define.
1256         * c-typeck.c (parser_build_binary_op): Call
1257         warn_logical_operator.
1258
1259 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
1260
1261         * rtl.h (gen_rtx_ASM_INPUT): Use "" instead of NULL file name.
1262         * final.c (final_scan_insn): Test for non-"" file name.
1263
1264 2007-03-09  Sebastian Pop  <sebastian.pop@inria.fr>
1265
1266         * doc/loop.texi: Document the Omega linear constraints solver.
1267         * doc/invoke.texi: Document -fcheck-data-deps, omega-max-vars,
1268         omega-max-geqs, omega-max-eqs, omega-max-wild-cards, 
1269         omega-hash-table-size, omega-max-keys, and 
1270         omega-eliminate-redundant-constraints.
1271         * tree-pass.h (pass_check_data_deps): Declared.
1272         * omega.c: New.
1273         * omega.h: New.
1274         * timevar.def (TV_CHECK_DATA_DEPS): Declared.
1275         * tree-ssa-loop.c (check_data_deps, gate_check_data_deps, 
1276         pass_check_data_deps): New.
1277         * tree-data-ref.c (init_data_ref): Remove declaration.
1278         (dump_data_dependence_relation): Dump DDR_INNER_LOOP.
1279         (analyze_array): Renamed init_array_ref, move up initializations.
1280         (init_data_ref): Renamed init_pointer_ref.  Moved before its call.
1281         Removed arguments that are set to NULL.
1282         (analyze_indirect_ref): Correct indentation, correct call to 
1283         init_pointer_ref.
1284         (object_analysis): Call init_array_ref instead of analyze_array.
1285         (initialize_data_dependence_relation): Initialize DDR_INNER_LOOP.
1286         (access_functions_are_affine_or_constant_p): Use DR_ACCESS_FNS instead
1287         of DR_ACCESS_FNS_ADDR.
1288         (init_omega_eq_with_af, omega_extract_distance_vectors, 
1289         omega_setup_subscript, init_omega_for_ddr_1, init_omega_for_ddr,
1290         ddr_consistent_p): New.
1291         (compute_affine_dependence): Check consistency of ddrs when 
1292         flag_check_data_deps is passed.
1293         (analyze_all_data_dependences): Uncomment.
1294         (tree_check_data_deps): New.
1295         * tree-data-ref.h: Include omega.h.
1296         (DR_ACCESS_FNS_ADDR): Removed.
1297         (data_dependence_relation): Add inner_loop.
1298         (DDR_INNER_LOOP): New.
1299         * common.opt (fcheck-data-deps): New.
1300         * tree-flow.h (tree_check_data_deps): Declare.
1301         * Makefile.in (TREE_DATA_REF_H): Depend on omega.h.
1302         (OBJS-common): Depend on omega.o.
1303         (omega.o): Define.
1304         * passes.c (pass_check_data_deps): Scheduled.
1305         * params.def (PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS, 
1306         PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
1307         PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS,
1308         PARAM_VECT_MAX_VERSION_CHECKS,
1309         PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS): New.
1310
1311 2007-03-09  Richard Guenther  <rguenther@suse.de>
1312
1313         PR tree-optimization/30904
1314         PR middle-end/31058
1315         * tree-vrp.c (extract_range_from_binary_expr): Handle RSHIFT_EXPR
1316         the same way as *_DIV_EXPR.
1317
1318 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
1319
1320         * recog.c (decode_asm_operands): No mixed declarations and code.
1321
1322 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
1323
1324         * rtl.def (ASM_INPUT): Add location.
1325         * rtl.h (ASM_INPUT_SOURCE_LOCATION): New.
1326         (ASM_INPUT_SOURCE_FILE, ASM_INPUT_SOURCE_LINE): New.
1327         (decode_asm_operands): Add loc operand.
1328         (gen_rtx_ASM_INPUT, gen_rtx_ASM_INPUT_loc): Define.
1329         * stmt.c (expand_asm): Rename to...
1330         (expand_asm_loc): ... this.  Add locus argument.  Pass it on to
1331         gen_rtx_ASM_INPUT_loc.
1332         (expand_asm_expr): Adjust.
1333         * recog.c (decode_asm_operands): Add loc operand.
1334         (check_asm_operands, extract_insn): Adjust.
1335         * reload1.c (maybe_fix_stack_asms): Likewise.
1336         * final.c (asm_insn_count): Likewise.
1337         (final_scan_insn): Output # line before and after asm.
1338
1339 2007-03-09  Daniel Berlin  <dberlin@dberlin.org>
1340
1341         * tree-ssa-structalias.c (variable_info): Remove
1342         finished_solution.
1343         (new_var_info): Ditto.
1344         (shared_bitmap_info_t): New structure.
1345         (shared_bitmap_table): New variable.
1346         (shared_bitmap_hash): New function.
1347         (shared_bitmap_eq): Ditto
1348         (shared_bitmap_lookup): Ditto.
1349         (shared_bitmap_add): Ditto.
1350         (merge_smts_into): Change to take bitmap directly.
1351         (find_what_p_points_to): Rewrite to use shared bitmap hashtable.
1352         (init_alias_vars): Init shared bitmap hashtable.
1353         (delete_points_to_sets): Delete shared bitmap hashtable.
1354         * tree-ssa-operands.c (add_virtual_operand): Partially revert the
1355         is_aliased removal as a change that was still necessary was
1356         deleted.
1357
1358 2007-03-09  Uros Bizjak  <ubizjak@gmail.com>
1359
1360         * config/i386/i386.h (override_options): Conditionally disable
1361         x86_sahf for 64bit targets only.
1362
1363 2007-03-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1364
1365         PR C/31072
1366         * c-decl.c (merge_decls): Don't call make_var_volatile.
1367         * varasm.c (make_var_volatile): Remove.
1368         * output.h (make_var_volatile): Remove.
1369
1370 2007-03-08  Zdenek Dvorak  <dvorakz@suse.cz>
1371
1372         PR tree-optimization/31085
1373         * tree-ssa-address.c (create_mem_ref): Fix test of type of base.
1374
1375 2007-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1376
1377         * builtins.def (lceil, lceilf, lceill, lfloor, lfloorf, lfloorl,
1378         llceil, llceilf, llceill, llfloor, llfloorf, llfloorl): Mark with
1379         ATTR_CONST_NOTHROW_LIST.
1380         
1381         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
1382         FIX_TRUNC_EXPR.
1383
1384 2007-03-08  Diego Novillo  <dnovillo@redhat.com>
1385
1386         * doc/tree-ssa.texi: Remove documentation for V_MUST_DEF.
1387
1388 2007-03-08  Geoffrey Keating  <geoffk@apple.com>
1389
1390         PR 31013
1391         * gccspec.c (lang_specific_driver): Do nothing when NEXT_OBJC_RUNTIME
1392         is declared.
1393         * config/darwin.h (REAL_LIBGCC_SPEC): When -fgnu-runtime is
1394         passed, use shared libgcc.
1395
1396 2007-03-08  Roger Sayle  <roger@eyesopen.com>
1397
1398         * tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt
1399         instead of calling build2 with a GIMPLE_MODIFY_STMT.
1400         (honor_protect_cleanup_actions, lower_try_finally_switch):
1401         Likewise.
1402         * tree-if-conv.c (replace_phi_with_cond_gimple_modify_stmt,
1403         ifc_temp_var): Likewise.
1404         * tree-inline.c (setup_one_parameter): Likewise.
1405         * tree-mudflap.c (mf_decl_cache_locals,
1406         mf_build_check_statement_for): Likewise.
1407         * tree-nested.c (init_tmp_var, save_tmp_var,
1408         finalize_nesting_tree_1): Likewise.
1409         * tree-outof-ssa.c (insert_copy_on_edge,
1410         insert_backedge_copies): Likewise.
1411         * tree-profile.c (tree_gen_edge_profiler,
1412         tree_gen_ic_profiler): Likewise.
1413         * tree-scalar-evolution.c (scev_const_prop): Likewise.
1414         * tree-sra.c (sra_build_assignment): Likewise.
1415         * tree-ssa-loop-im.c (determine_invariantness_stmt): Likewise.
1416         * tree-ssa-math-opts.c (insert_reciprocals,
1417         execute_cse_sincos_1): Likewise.
1418         * tree-tailcall.c (adjust_accumulator_values,
1419         adjust_return_value): Likewise.
1420         * tree-vect-patterns.c (vect_pattern_recog_1): Likewise.
1421         * tree-vect-transform.c (vect_create_data_ref_ptr,
1422         bump_vector_ptr, vect_init_vector, get_initial_def_for_induction,
1423         vect_create_epilog_for_reduction, vectorizable_reduction,
1424         vectorizable_call, vectorizable_conversion,
1425         vectorizable_assignment, vectorizable_operation,
1426         vectorizable_type_demotion, vect_gen_widened_results_half,
1427         vect_permute_store_chain, vectorizable_store,
1428         vect_setup_realignment, vect_permute_load_chain,
1429         vectorizable_load, vectorizable_condition,
1430         vect_create_cond_for_align_checks): Likewise.
1431         * tree-vrp.c (build_assert_expr_for): Likewise.
1432
1433 2007-03-08  Ian Lance Taylor  <iant@google.com>
1434
1435         * tree-vrp.c: Include "intl.h".
1436         (usable_range_p): New static function.
1437         (compare_values_warnv): Don't test TYPE_OVERFLOW_UNDEFINED for
1438         overflowed values, juts set *strict_overflow_p.
1439         (compare_values): Only return -2 if one of the operands is not a
1440         constant.
1441         (compare_ranges): Call usable_range_p.
1442         (compare_range_with_value): Likewise.
1443         (vrp_evaluate_conditional_warnv): Rename from
1444         vrp_evaluate_conditional.  Make static.  Change all callers.
1445         (vrp_evaluate_conditional): New function.
1446         (simplify_div_or_mod_using_ranges): Issue warning about reliance
1447         on signed overflow.
1448         (simplify_abs_using_ranges): Likewise.
1449         (simplify_stmt_for_jump_threading): Add within_stmt parameter.
1450         * tree-ssa-dom.c (simplify_stmt_for_jump_threading): Add
1451         within_stmt parameter.
1452         * tree-ssa-propagate.c (fold_predicate_in): Update call to
1453         vrp_evaluate_conditional.
1454         * tree-ssa-threadedge.c
1455         (record_temporary_equivalences_from_stmts_at_dest): Change
1456         simplify parameter to take a second tree parameter.
1457         (simplify_control_stmt_condition): Likewise.
1458         (thread_across_edge): Likewise.
1459         * tree-flow.h (vrp_evaluate_conditional): Update declaration.
1460         (thread_across_edge): Likewise.
1461         * gcc/Makefile.in (tree-vrp.o): Depend upon intl.h.
1462
1463 2007-03-08  Uros Bizjak  <ubizjak@gmail.com>
1464
1465         * config/i386/i386.h (TARGET_SAHF): New define.
1466         * config/i386/i386.c (ix86_tune_features) [X86_TUNE_USE_SAHF]:
1467         Also enable for m_K8, m_AMDFAM10 and m_CORE2.
1468         (x86_sahf): New global variable.
1469         (override_options): Add PTA_NO_SAHF to pta_flags enum.  Recode
1470         pta_flags masks using shifts.  Add PTA_NO_SAHF to x86_64 and
1471         nocona processor flags.  Set x86_sahf when PTA_NO_SAHF is not set
1472         in processor flags.  Do not unconditionally disable TARGET_USE_SAHF
1473         for 64-bit.
1474         (ix86_fp_comparison_sahf_cost): Return high value for !TARGET_SAHF.
1475         (ix86_expand_fp_compare): Check for TARGET_CMOVE or TARGET_SAHF
1476         when expanding fcomi/sahf based tests.
1477         (ix86_emit_fp_unordered_jump): Check for TARGET_SAHF when
1478         expanding sahf based alternative. Emit sahf based sequence when
1479         optimizing for code size.
1480         * config/i386/i386.md (x86_sahf_1): Do not disable for
1481         TARGET_64BIT, enable for TARGET_SAHF. 
1482
1483 2007-03-08  Martin Michlmayr  <tbm@cyrius.com>
1484
1485         * tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
1486         spurious whitespace from error message.
1487
1488 2007-03-08  Volker Reichelt  <reichelt@netcologne.de>
1489
1490         PR c++/30852
1491         * c-common.c (fold_offsetof_1): Handle COMPOUND_EXPR.
1492
1493 2007-03-08  Alexandre Oliva  <aoliva@redhat.com>
1494
1495         * c-decl.c (grokdeclarator): Disable warnings for anonymous
1496         bitfields.
1497         * tree-sra.c (instantiate_element): Propagate disabled warnings
1498         from the element itself to the created variable.
1499
1500 2007-03-07  Richard Henderson  <rth@redhat.com>
1501
1502         PR target/30848
1503         * reg-stack.c (emit_swap_insn): If a malformed asm was seen,
1504         silently fix up the stack in the case of a missing register.
1505
1506 2007-03-07  Paul Brook  <paul@codesourcery.com>
1507
1508         * config/arm/libunwind.S: Add .arch/.object_arch for armv4 builds.
1509
1510 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
1511
1512         * config/arm/unwind-arm.c (struct wmmxd_regs, struct wmmxc_regs):
1513         New.
1514         (phase1_vrs): Use them.
1515         (DEMAND_SAVE_WMMXD, DEMAND_SAVE_WMMXC): New.
1516         (__gnu_Unwind_Save_WMMXD, __gnu_Unwind_Restore_WMMXD,
1517         __gnu_Unwind_Save_WMMXC, __gnu_Unwind_Restore_WMMXC): Declare.
1518         (restore_non_core_regs): Call __gnu_Unwind_Restore_WMMXD and
1519         __gnu_Unwind_Restore_WMMXC if required.
1520         (_Unwind_VRS_Pop): Implement iWMMXt support.
1521         * config/arm/libunwind.S (gnu_Unwind_Restore_WMMXD,
1522         gnu_Unwind_Save_WMMXD, gnu_Unwind_Restore_WMMXC,
1523         gnu_Unwind_Save_WMMXC): Define.
1524
1525 2007-03-07  Richard Sandiford  <richard@codesourcery.com>
1526
1527         * config/vxworks.h (vxworks_override_options): Declare.
1528         (VXWORKS_OVERRIDE_OPTIONS): Use it.
1529         * config/vxworks.c: Include target.h and toplev.h.
1530         (vxworks_override_options): New function.
1531         * config/t-vxworks (vxworks.o): Depend on $(TARGET_H) and toplev.h.
1532
1533 2007-03-07  Andreas Krebbel  <krebbel1@de.ibm.com>
1534
1535         * config/s390/s390.c (override_options): Don't emit an error when
1536         -mstack-size is used without providing -mstack-guard.
1537         (s390_emit_prologue): Choose stack_guard value automatically if not
1538         provided via command line.
1539         * doc/invoke.texi: Adjust description of -mstack-guard and -mstack-size.
1540
1541 2007-03-07  Richard Sandiford  <richard@codesourcery.com>
1542
1543         * config/i386/i386.c (output_set_got): Add a GOT initialization
1544         sequence for VxWorks PIC.
1545         (legitimate_pic_address_disp_p): Allow UNSPEC_GOT wrappers
1546         around labels as well as symbols.  Use gotoff_operand instead
1547         of local_symbolic_operand.
1548         (legitimize_pic_address): Use gotoff_operand instead of
1549         local_symbolic_operand.  Use @GOT accesses for labels as
1550         well as symbols.
1551         (ix86_output_addr_diff_elt): Use PC-relative rather than
1552         GP-relative offsets for VxWorks PIC.
1553         (ix86_expand_move): Pass NULL_RTX to legitimize_pic_address unless
1554         no_new_pseudos.  Check whether the returned register is op0.
1555         * config/i386/i386.md (tablejump): Use PC-relative rather than
1556         GP-relative offsets for VxWorks PIC.
1557         * config/i386/predicates.md (gotoff_operand): New predicate.
1558
1559 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1560
1561         * config/vxworks.h (VXWORKS_GOTT_BASE, VXWORKS_GOTT_INDEX): Undefine
1562         before defining.
1563         * config/vxworks-dummy.h: New file.
1564         * config/i386/i386.h: Include it.
1565
1566 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
1567
1568         * dwarf2out.c (is_inlined_entry_point): New
1569         (add_high_low_attributes): Emit DW_AT_entry_pc along with
1570         DW_AT_ranges if the first subblock is the entry point.
1571
1572 2007-03-06  David Daney  <ddaney@avtrex.com>
1573
1574         * doc/install.texi (mips-*-*): Change recommended binutils
1575         version.
1576
1577 2007-03-06  Anatoly Sokolov <aesok@post.ru>
1578
1579         * config/avr/avr.c (avr_mcu_types): Add support for ATmega325P,
1580         ATmega3250P, ATmega329P, ATmega3290P, AT90USB82 and AT90USB162 
1581         devices.
1582         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
1583         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
1584
1585 2007-03-06  Jan Hubicka  <jh@suse.cz>
1586
1587         * errors.h (warning, error, fatal, internal_error): Mark as cold.
1588         * predict.c (maybe_hot_bb): Cold functions are never hot; hot functions
1589         are hot.
1590         (probably_cold_bb_p): Cold functions are cold.
1591         (probably_never_executed_bb_p): Cold functions are cold.
1592         (tree_bb_level_predictions): Predict calls to cold functions as not
1593         taken.
1594         (compute_function_frequency): Check hot/cold attributes.
1595         * function.h (function_frequency): Update comments.
1596         * predict.def (PRED_COLD_FUNCTION): Predict cold function.
1597         * c-common.c (handle_hot_attribute, handle_cold_attribute): New.
1598         (c_common_att): Add cold and hot.
1599
1600         * doc/extend.texi (hot,cold attributes): Document.
1601
1602 2007-03-06  Andrew Haley  <aph@redhat.com>
1603
1604         * function.c (expand_function_end): Move blockage to just after we
1605         emit the label for the naked return from the function.
1606
1607 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1608
1609         * config/i386/att.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Undefine
1610         before redefining.
1611
1612 2007-03-06  Jan Hubicka  <jh@suse.cz>
1613
1614         * reg-stack.c (reg_to_stack): Large models don't allow NAN to be
1615         loaded for constant large models.  Non-large 64bit PIC can do.
1616         * i386.h (CASE_VECTOR_MODE): Large PIC cases are 64bit.
1617         * cmodel.h: Add LARGE PIC.
1618         * i386.md (UNSPEC_PLTOFF): New.
1619         (UNSPEC_SET_RIP, UNSPEC_SET_GOT_OFFSET): New; renumber other unspecs as
1620         needed.
1621         (*call_1_rex64): Disable for large models.
1622         (*call_1_rex64_large): New.
1623         (*call_value_1_rex64): Disable for large models.
1624         (*call_value_1_rex64_large): New.
1625         (set_rip_rex4): New.
1626         (set_got_offset_rex64): New.
1627         * predicates.md (constant_call_address_operand): For large model
1628         constant calls are not possible.
1629         * i386-protos.h (construct_plt_address): Declare.
1630         * i386.c (override_options): Accept large models.
1631         (ix86_expand_prologue): Expand large PIC GOT pointer load.
1632         (legitimate_constant_p): Add new UNSPECs.
1633         (legitimate_pic_operand_p): Likewise.
1634         (legitimate_pic_address_disp_p): Disallow local symbols for large PICs.
1635         (legitimize_pic_address): Do easy RIP relative way for TLS only for
1636         non-large model.
1637         (output_pic_addr_const): Add PLTOFF.
1638         (ix86_output_addr_diff_elt): Output 64bit tables when needed.
1639         (ix86_expand_move): Legitimize pic address when in PIC mode.
1640         (construct_plt_address): New function.
1641         (ix86_expand_call): Offload the address to register and use GOT pointer
1642         for large model.
1643         * invoke.texi (mcmodel=large): Update documentation.
1644
1645 2007-03-06  Richard Henderson  <rth@redhat.com>
1646
1647         * config/i386/i386.c (x86_use_leave, x86_push_memory,
1648         x86_zero_extend_with_and, x86_movx, x86_double_with_add,
1649         x86_use_bit_test, x86_unroll_strlen, x86_deep_branch,
1650         x86_branch_hints, x86_use_sahf, x86_partial_reg_stall,
1651         x86_partial_flag_reg_stall, x86_use_himode_fiop, x86_use_simode_fiop,
1652         x86_use_mov0, x86_use_cltd, x86_read_modify_write, x86_read_modify,
1653         x86_split_long_moves, x86_promote_QImode, x86_fast_prefix, 
1654         x86_single_stringop, x86_qimode_math, x86_promote_qi_regs,
1655         x86_himode_math, x86_promote_hi_regs, x86_sub_esp_4, x86_sub_esp_8,
1656         x86_add_esp_4, x86_add_esp_8, x86_integer_DFmode_moves, 
1657         x86_partial_reg_dependency, x86_memory_mismatch_stall, 
1658         x86_prologue_using_move, x86_epilogue_using_move, x86_shift1,
1659         x86_sse_partial_reg_dependency, x86_sse_split_regs, 
1660         x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
1661         x86_sse_load0_by_pxor, x86_use_ffreep, x86_use_incdec,
1662         x86_inter_unit_moves, x86_ext_80387_constants, x86_four_jump_limit,
1663         x86_schedule, x86_use_bt, x86_pad_returns,
1664         x86_use_xchgb): Merge into ...
1665         (ix86_tune_features): ... here.  New array.
1666         (x86_cmove, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
1667         x86_bswap): Merge into ...
1668         (ix86_arch_features): ... here.  New array.
1669         (x86_3dnow_a): Remove.
1670         (x86_accumulate_outgoing_args): Make static.
1671         (x86_arch_always_fancy_math_387): Make static.
1672         (ix86_tune_mask, ix86_arch_mask): Move ...
1673         (override_options): ... to local variables here.  Apply the
1674         appropriate mask to each element of ix86_arch_features and
1675         ix86_tune_features.  Adjust TARGET_CMOVE and TARGET_USE_SAHF
1676         as were done in the old macros.
1677         (standard_80387_constant_p): Use TARGET_EXT_80387_CONSTANTS.
1678         * config/i386/i386.h (x86_use_leave, x86_push_memory,
1679         x86_zero_extend_with_and, x86_use_bit_test, x86_cmove, x86_deep_branch,
1680         x86_branch_hints, x86_unroll_strlen, x86_double_with_add,
1681         x86_partial_reg_stall, x86_movx, x86_use_himode_fiop,
1682         x86_use_simode_fiop, x86_use_mov0, x86_use_cltd, x86_use_xchgb,
1683         x86_read_modify_write, x86_read_modify, x86_split_long_moves,
1684         x86_promote_QImode, x86_single_stringop, x86_fast_prefix,
1685         x86_himode_math, x86_qimode_math, x86_promote_qi_regs,
1686         x86_promote_hi_regs, x86_integer_DFmode_moves, x86_add_esp_4,
1687         x86_add_esp_8, x86_sub_esp_4, x86_sub_esp_8,
1688         x86_partial_reg_dependency, x86_memory_mismatch_stall,
1689         x86_accumulate_outgoing_args, x86_prologue_using_move,
1690         x86_epilogue_using_move, x86_decompose_lea,
1691         x86_arch_always_fancy_math_387, x86_shift1,
1692         x86_sse_partial_reg_dependency, x86_sse_split_regs,
1693         x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,        
1694         x86_sse_load0_by_pxor, x86_use_ffreep, x86_inter_unit_moves,
1695         x86_schedule, x86_use_bt, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
1696         x86_use_incdec, x86_pad_returns, x86_bswap,
1697         x86_partial_flag_reg_stall): Remove.
1698         (enum ix86_tune_indices): New.
1699         (ix86_tune_features): New.
1700         (TARGET_USE_LEAVE, TARGET_PUSH_MEMORY, TARGET_ZERO_EXTEND_WITH_AND,
1701         TARGET_USE_BIT_TEST, TARGET_UNROLL_STRLEN,
1702         TARGET_DEEP_BRANCH_PREDICTION, TARGET_BRANCH_PREDICTION_HINTS,
1703         TARGET_DOUBLE_WITH_ADD, TARGET_USE_SAHF, TARGET_MOVX,
1704         TARGET_PARTIAL_REG_STALL, TARGET_PARTIAL_FLAG_REG_STALL,
1705         TARGET_USE_HIMODE_FIOP, TARGET_USE_SIMODE_FIOP, TARGET_USE_MOV0,
1706         TARGET_USE_CLTD, TARGET_USE_XCHGB, TARGET_SPLIT_LONG_MOVES,
1707         TARGET_READ_MODIFY_WRITE, TARGET_READ_MODIFY, TARGET_PROMOTE_QImode,
1708         TARGET_FAST_PREFIX, TARGET_SINGLE_STRINGOP, TARGET_QIMODE_MATH,
1709         TARGET_HIMODE_MATH, TARGET_PROMOTE_QI_REGS, TARGET_PROMOTE_HI_REGS,
1710         TARGET_ADD_ESP_4, TARGET_ADD_ESP_8, TARGET_SUB_ESP_4,
1711         TARGET_SUB_ESP_8, TARGET_INTEGER_DFMODE_MOVES,
1712         TARGET_PARTIAL_REG_DEPENDENCY, TARGET_SSE_PARTIAL_REG_DEPENDENCY,
1713         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL, TARGET_SSE_SPLIT_REGS,
1714         TARGET_SSE_TYPELESS_STORES, TARGET_SSE_LOAD0_BY_PXOR,
1715         TARGET_MEMORY_MISMATCH_STALL, TARGET_PROLOGUE_USING_MOVE,
1716         TARGET_EPILOGUE_USING_MOVE, TARGET_SHIFT1, TARGET_USE_FFREEP,
1717         TARGET_INTER_UNIT_MOVES, TARGET_FOUR_JUMP_LIMIT, TARGET_SCHEDULE,
1718         TARGET_USE_BT, TARGET_USE_INCDEC, TARGET_PAD_RETURNS,
1719         TARGET_EXT_80387_CONSTANTS): Use it.
1720         (enum ix86_arch_indices): New.
1721         (ix86_arch_features): New.
1722         (TARGET_CMOVE, TARGET_CMPXCHG, TARGET_CMPXCHG8B, TARGET_XADD,
1723         TARGET_BSWAP): Use it.
1724         (ix86_tune_mask, ix86_arch_mask): Remove.
1725
1726 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
1727
1728         PR bootstrap/31020
1729         * configure.ac (CROSS_SYSTEM_HEADER_DIR, build_system_header_dir):
1730         Define using $${sysroot_headers_suffix}.
1731         * configure: Regenerate.
1732         * cppdefault.c (cpp_include_defaults): Make FIXED_INCLUDE_DIR a
1733         multilib-suffixed directory if SYSROOT_HEADERS_SUFFIX_SPEC
1734         defined.
1735         * doc/invoke.texi (-print-sysroot-headers-suffix): Document.
1736         * gcc.c (print_sysroot_headers_suffix): New.
1737         (option_map): Include --print-sysroot-headers-suffix.
1738         (display_help): Mention -print-sysroot-headers-suffix.
1739         (process_command): Handle -print-sysroot-headers-suffix.
1740         (do_spec_1): Append multilib directory to include-fixed path if
1741         sysroot suffixes in use.
1742         (main): Handle -print-sysroot-headers-suffix.
1743         * Makefile.in (start.encap): Don't depend on xlimits.h
1744         (xlimits.h): Remove.
1745         (stmp-int-hdrs): Don't depend on xlimits.h.  Inline generation of
1746         limits.h for each multilib in fixinc_list.
1747         (fixinc_list, s-fixinc_list): New.
1748         (stmp-fixinc): Depend on fixinc_list.  If not copying headers,
1749         generate them for each multilib in fixinc_list.
1750         (stmp-fixproto): Use include-fixed.  Run fixproto for each
1751         multilib in fixinc_list.
1752         (mostlyclean): Don't remove xlimits.h.
1753         (clean): Remove include-fixed.
1754         (real-install-headers-tar, real-install-headers-cpio,
1755         real-install-headers-cp): Don't copy include, only include-fixed.
1756         (install-mkheaders): Depend on fixinc_list.  Don't depend on
1757         xlimits.h.  Save limits.h files for each multilib in fixinc_list.
1758         Always save mkinstalldirs.  Preserve ${sysroot_headers_suffix} in
1759         SYSTEM_HEADER_DIR setting in mkheaders.conf.
1760
1761 2007-03-06  Jan Hubicka  <jh@suse.cz>
1762
1763         * regstack.c (reg_to_stack): When in 64bit PIC mode, we still can load
1764         NANs easilly.
1765
1766 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1767
1768         * configure.ac: Allow tm_file to contain build-directory files.
1769         * configure: Regenerate.
1770         * config.gcc (m68k-*-uclinux*): Add ./sysroot-suffix.h to tm_file.
1771         * config/m68k/t-uclinux (sysroot-suffix.h): New target.
1772         * config/m68k/print-sysroot-suffix.sh: New file.
1773
1774 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1775
1776         * config/m68k/m68k.h (PIC_OFFSET_TABLE_REGNUM): Use the REGNO
1777         of pic_offset_table_rtx if reload_completed.
1778         (CONDITIONAL_REGISTER_USAGE): Use PIC_REG instead of
1779         PIC_OFFSET_TABLE_REGNUM.
1780         * config/m68k/m68k.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Always
1781         return true.
1782         (m68k_save_reg): Use PIC_REG instead of PIC_OFFSET_TABLE_REGNO.
1783         (m68k_output_mi_thunk): Rewrite to use RTL.  Honor vcall_offset.
1784
1785 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1786
1787         * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
1788         functions that call eh_return.
1789
1790 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1791
1792         * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
1793         functions that need a constant pool.
1794
1795 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1796
1797         PR target/28181
1798         * config/m68k/m68k-protos.h (m68k_secondary_reload_class): Declare.
1799         (m68k_preferred_reload_class): Likewise.
1800         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Remove duplicated comment.
1801         (SECONDARY_RELOAD_CLASS): Define.
1802         (PREFERRED_RELOAD_CLASS): Use m68k_preferred_reload_class.
1803         (LIMIT_RELOAD_CLASS): Delete.
1804         * config/m68k/m68k.c (m68k_regno_mode_ok): Don't prevent address
1805         registers from storing bytes.
1806         (m68k_secondary_reload_class): New function.
1807         (m68k_preferred_reload_class): Likewise.
1808
1809 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1810
1811         * config/m68k/m68k.c (m68k_save_reg): Remove special case for
1812         leaf functions.
1813         (m68k_expand_prologue): Likewise.
1814
1815 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1816
1817         * config/m68k/m68k-protos.h (output_sibcall): Declare.
1818         (mips_expand_epilogue): Add a bool parameter.
1819         (m68k_legitimize_sibcall_address): Declare.
1820         * config/m68k/m68k.c (TARGET_FUNCTION_OK_FOR_SIBCALL): Define.
1821         (m68k_expand_epilogue): Add a parameter to select between sibling
1822         and normal epilogues.  Only generate a return for the latter.
1823         (m68k_ok_for_sibcall_p): New function.
1824         (m68k_legitimize_sibcall_address, output_sibcall): New functions.
1825         * config/m68k/m68k.md (sibcall, *sibcall): New patterns.
1826         (sibcall_value, *sibcall_value): Likewise.
1827         (*call, *call_value): Require !SIBLING_CALL_P.
1828         (epilogue): Update call to m68k_expand_epilogue.
1829         (sibcall_epilogue): New pattern.
1830         * config/m68k/predicates.md (const_call_operand): Say that this
1831         predicate applies to sibling calls too.
1832         (sibcall_operand): New predicate.
1833
1834 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1835
1836         * config/m68k/m68k.md (movsf_cf_soft): Provide the same non-mov3q
1837         alternatives as movsi_cf.
1838         (movsf_cf_hard): Add commentary.
1839
1840 2007-03-06  Kazu Hirata  <kazu@codesourcery.com>
1841             Richard Sandiford  <richard@codesourcery.com>
1842
1843         * config/m68k/m68k-protos.h (m68k_interrupt_function_p): Declare.
1844         (m68k_movem_pattern_p, m68k_output_movem): Likewise.
1845         (m68k_expand_prologue, m68k_expand_epilogue): Likewise.
1846         * config/m68k/m68k.h (EPILOGUE_USES): Define.  Treat all registers
1847         as being live on exit from an interrupt function.
1848         (PRINT_OPERAND_PUNCT_VALID_P): Return true for '?'.
1849         * config/m68k/m68k.c (MIN_MOVEM_REGS, MIN_FMOVEM_REGS): New macros.
1850         (m68k_frame): Remove reg_rev_mask and fpu_rev_mask.
1851         (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Delete.
1852         (m68k_interrupt_function_p): Globalize.
1853         (m68k_compute_frame_layout): Remove reverse mask code.
1854         (m68k_emit_movem, m68k_set_frame_related): New functions.
1855         (m68k_output_function_prologue): Delete in favor of...
1856         (m68k_expand_prologue): ...this new function.
1857         (m68k_output_function_epilogue): Delete in favor of...
1858         (m68k_expand_epilogue): ...this new function.
1859         (m68k_split_offset, m68k_movem_pattern_p, m68k_output_movem): New
1860         functions.
1861         (print_operand): Handle %?.
1862         * config/m68k/m68k.md (UNSPEC_SIN, UNSPEC_COS): Remove excess space.
1863         (UNSPEC_GOT, A1_REG, PIC_REG, FP0_REG): New constants.
1864         (prologue, epilogue): New patterns.
1865         (return): Turn into a define_expand.
1866         (*return): New pattern, derived from old "return" pattern.  Use rte
1867         rather than rts for interrupt functions.  Only use rtd if the pop
1868         count is nonzero.
1869         (*m68k_store_multiple, *m68k_store_multiple_automod): New patterns.
1870         (*m68k_load_multiple, *m68k_load_multiple_automod): Likewise.
1871         (link, *link, unlink, *unlink, load_got): Likewise.
1872
1873 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1874
1875         PR target/23482
1876         PR target/17114
1877         * config/m68k/m68k-protos.h (m68k_legitimate_base_reg_p): Declare.
1878         (m68k_legitimate_index_reg_p, m68k_legitimate_address_p): Likewise.
1879         (m68k_matches_q_p, m68k_matches_u_p): Likewise.
1880         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Use m68k_matches_q_p
1881         and m68k_matches_u_p.
1882         (PCREL_GENERAL_OPERAND_OK, LEGITIMATE_BASE_REG_P): Delete.
1883         (INDIRECTABLE_1_ADDRESS_P, GO_IF_NONINDEXED_ADDRESS): Delete.
1884         (GO_IF_INDEXABLE_BASE, GO_IF_INDEXING, GO_IF_INDEXED_ADDRESS): Delete.
1885         (LEGITIMATE_INDEX_REG_P, LEGITIMATE_INDEX_P): Delete.
1886         (GO_IF_COLDFIRE_FPU_LEGITIMATE_ADDRESS): Delete.
1887         (REG_STRICT_P): New macro.
1888         (LEGITIMATE_PIC_OPERAND_P): Use REG_STRICT_P rather than
1889         PCREL_GENERAL_OPERAND_OK.
1890         (REG_OK_FOR_BASE_P): Merge definitions.  Use REG_STRICT_P and
1891         m68k_legitimate_base_reg_p.
1892         (REG_MODE_OK_FOR_INDEX_P): Likewise m68k_legitimate_index_reg_p.
1893         (GO_IF_LEGITIMATE_ADDRESS): Likewise m68k_legitimate_address_p.
1894         (PIC_CASE_VECTOR_ADDRESS): Update comment.
1895         * config/m68k/m68k.c (m68k_address): New structure.
1896         (m68k_legitimate_base_reg_p, m68k_legitimate_index_reg_p)
1897         (m68k_decompose_index, m68k_legitimate_constant_address_p)
1898         (m68k_jump_table_ref_p, m68k_decompose_address)
1899         (m68k_legitimate_address_p, m68k_legitimate_mem_p, m68k_matches_q_p)
1900         (m68k_matches_u_p): New functions.
1901         (print_operand_address): Rewrite to use m68k_decompose_index.
1902
1903 2007-03-05  David Taylor  <dtaylor@emc.com>
1904
1905         * gcc.c: Correct copyright date in --version output.
1906
1907 2007-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1908
1909         * pa.md: In unamed move patterns, disparge copies between general
1910         and floating point registers using '?' modifier.  Don't include 'f'
1911         constraint for register preferences in DImode, SImode, HImode and
1912         QImode patterns.  Likewise for 'r' in DFmode and SFmode patterns.
1913         Remove constraints for copies between general and floating registers
1914         in soft-float DFmode pattern.
1915         (movdf): Fail if operand1 is a CONST_DOUBLE and operand0 is a hard
1916         floating register.
1917         (movsf): Likewise. 
1918
1919 2007-03-05  Mike Stump  <mrs@apple.com>
1920
1921         * c-common.c (targetcm): Add.
1922         * c-opts.c (c_common_handle_option): Handle language specific
1923         target options.
1924         * opts.c (handle_option): Verify language for target options, if
1925         any are given.
1926         * opth-gen.awk: Add CL_LANG_ALL.
1927         * target-def.h (TARGET_HANDLE_C_OPTION): Add.
1928         (TARGETCM_INITIALIZER): Add.
1929         * target.h (struct gcc_targetcm): Add.
1930         (targetcm): Add.
1931         * targhooks.c (default_handle_c_option): Add.
1932         * targhooks.h (default_handle_c_option): Add.
1933         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Add.
1934
1935         * config/darwin.opt (iframework): Add.
1936         * config/darwin.h (TARGET_HAS_TARGETCM): Add.
1937         * config/darwin-c.c (handle_c_option): Add.
1938         (TARGET_HANDLE_C_OPTION): Add.
1939         (targetcm): Add.
1940         * doc/invoke.texi (Darwin Options): Add -iframework.
1941
1942 2007-03-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1943
1944         * convert.c (convert_to_integer): Fix nearbyint/rint -> *lrint
1945         conversion.
1946
1947 2007-03-05  Ian Lance Taylor  <iant@google.com>
1948
1949         * c.opt (fgnu89-inline): New option.
1950         * c-opts.c (c_common_post_options): Set default value for
1951         flag_gnu89_inline.
1952         * c-decl.c (WANT_C99_INLINE_SEMANTICS): Remove.
1953         (pop_scope): Check flag_gnu89_inline rather than flag_isoc99 for
1954         inline functions.
1955         (diagnose_mismatched_decls, merge_decls, start_decl): Likewise.
1956         (grokdeclarator, start_function): Likewise.
1957         * c-cppbuiltin.c (c_cpp_builtins): Define either
1958         __GNUC_GNU_INLINE__ or __GNUC_STDC_INLINE__.
1959         * doc/invoke.texi (Option Summary): Mention -fgnu89-inline.
1960         (C Dialect Options): Document -fgnu89-inline.
1961         * doc/extend.texi (Function Attributes): Explain what the
1962         gnu_inline attribute does.
1963         * doc/cpp.texi (Common Predefined Macros): Document
1964         __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
1965
1966 2007-03-05  Ian Lance Taylor  <iant@google.com>
1967
1968         PR tree-optimization/31034
1969         * tree-vrp.c (extract_range_from_assert): Don't try to handle a
1970         half-range if the other side is an overflow infinity.
1971
1972 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
1973
1974         * config.gcc (bfin*-uclinux*): Use t-bfin-uclinux.
1975         (bfin*-linux-uclibc*): New configuration.
1976         * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefined before
1977         defining.
1978         * config/bfin/linux.h: New file.
1979         * config/bfin/libgcc-bfin.ver: New file.
1980         * config/bfin/t-bfin-uclinux: New file.
1981         * config/bfin/t-bfin-linux: New file.
1982         * config/bfin/uclinux.h (LINUX_TARGET_OS_CPP_BUILTINS): New macro.
1983         (TARGET_OS_CPP_BUILTINS): New macro.
1984
1985 2007-03-05  Richard Guenther  <rguenther@suse.de>
1986
1987         * fold-const.c (fold_binary): Remove duplicate folding
1988         of comparison of non-null ADDR_EXPR against null.
1989
1990 2007-03-05  Richard Guenther  <rguenther@suse.de>
1991             Dorit Nuzman  <dorit@il.ibm.com>
1992
1993         PR tree-optimization/26420
1994         * tree-vectorizer.c (vectorize_loops): Bail out early if there
1995         are no loops in the function.  Only print the number of
1996         vectorized loops if it is greater than zero or we are supposed
1997         to print information about unvectorized loops.
1998
1999 2007-03-05  Revital Eres  <eres@il.ibm.com>
2000
2001         * gcc.dg/var-expand1.c: New test.
2002         * loop-unroll.c (analyze_insn_to_expand_var): Add dump info
2003         when an accumulator is expanded.
2004
2005 2007-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2006
2007         PR other/30465
2008         * c-common.c (convert_and_check): Don't give warnings for
2009         conversion if 'expr' already overflowed.
2010         
2011 2007-03-04  Roger Sayle  <roger@eyesopen.com>
2012
2013         PR middle-end/30744
2014         * fold-const.c (fold_comparison): Enforce type consistency when
2015         transforming ~X op ~Y to Y op X, and ~X op C to X op' ~C.
2016
2017 2007-03-04  Zdenek Dvorak  <dvorakz@suse.cz>
2018
2019         * tree-ssa-address.c (create_mem_ref): Do not put an expression
2020         containing a cast to the base of TARGET_MEM_REF.
2021
2022 2007-03-04  Martin Michlmayr  <tbm@cyrius.com>
2023
2024         * tree.c (tree_contains_struct_check_failed): Remove spurious
2025         whitespace from error message.
2026
2027 2007-03-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
2028
2029         PR target/30406
2030         * config/rs6000/rs6000.c (rs6000_function_value): Look at bit size
2031         instead of precision.
2032
2033 2007-03-04  Roman Zippel <zippel@linux-m68k.org>
2034             Nathan Sidwell  <nathan@codesourcery.com>
2035
2036         * emit-rtl.c (find_auto_inc): New.
2037         (try_split): recreate REG_INC notes,
2038         Use regular for loops rather than whiles.
2039
2040 2007-03-03  Andreas Schwab  <schwab@suse.de>
2041
2042         * configure.ac (HAVE_AS_REL16): Move test back to correct place.
2043         * configure: Regenerate.
2044
2045 2007-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2046
2047         * builtins.def (ATTR_MATHFN_FPROUNDING): Rely on
2048         flag_rounding_math, not flag_unsafe_math_optimizations.
2049
2050         * c-pretty-print.c (pp_c_direct_abstract_declarator): Use
2051         fold_build2.
2052         * config/alpha/alpha.c (alpha_fold_builtin_zapnot,
2053         alpha_fold_vector_minmax): Likewise.
2054         * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
2055         * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
2056
2057 2007-03-02  Eric Botcazou  <ebotcazou@adacore.com>
2058
2059         * tree-sra.c (sra_walk_fns) <ldst>: Document new restriction.
2060         (sra_walk_modify_expr) <rhs_elt>: Treat the reference as a use
2061         if the lhs has side-effects.
2062         <lhs_elt>: Treat the reference as a use if the rhs has side-effects.
2063
2064 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
2065
2066         * config/i386/i386.h (TUNEMASK): Remove define.
2067         (ARCHMASK): Remove define.
2068         (TARGET_*): Use ix86_tune_mask variable instead of TUNEMASK.
2069          Use ix86_arch_mask variable instead of ARCHMASK.
2070         * config/i386/i386.c (override_options): Ditto.
2071         (standard_80387_constant_p): Ditto.
2072
2073 2007-03-02  Ian Lance Taylor  <iant@google.com>
2074
2075         Used signed infinities in VRP.
2076         * tree-vrp.c (uses_overflow_infinity): New static function.
2077         (supports_overflow_infinity): New static function.
2078         (make_overflow_infinity): New static function.
2079         (negative_overflow_infinity): New static function.
2080         (positive_overflow_infinity): New static function.
2081         (is_negative_overflow_infinity): New static function.
2082         (is_positive_overflow_infinity): New static function.
2083         (is_overflow_infinity): New static function.
2084         (overflow_infinity_range_p): New static function.
2085         (compare_values_warnv): New function split out of compare_values.
2086         (compare_value): Call it.
2087         (set_value_range_to_nonnegative): Add overflow_infinity
2088         parameter.  Change caller.
2089         (vrp_expr_computes_nonnegative): Add strict_overflow_p parameter.
2090         Change callers.
2091         (vrp_expr_computes_nonzero): Likewise.
2092         (compare_ranges, compare_range_with_value): Likewise.
2093         (compare_name_with_value, compare_names): Likewise.
2094         (vrp_evaluate_conditional): Likewise.
2095         (set_value_range): Handle infinity
2096         (vrp_operand_equal_p, operand_less_p): Likewise.
2097         (extract_range_from_assert): Likewise.
2098         (vrp_int_const_binop): Likewise.
2099         (extract_range_from_binary_expr): Likewise.
2100         (extract_range_from_unary_expr): Likewise.
2101         (extract_range_from_comparison): Likewise.
2102         (extract_range_from_expr): Likewise.
2103         (dump_value_range): Likewise.
2104         (vrp_visit_cond_stmt, vrp_visit_phi_node): Likewise.
2105         (test_for_singularity): Likewise.
2106         (vrp_int_const_binop): Remove inline qualifier.
2107         (adjust_range_with_scev): Add comment.
2108         * tree-flow.h (vrp_evaluate_conditional): Update declaration.
2109
2110 2007-03-02  Diego Novillo  <dnovillo@redhat.com>
2111
2112         * tree-ssa-structalias.c (could_have_pointers): Tidy.
2113         (get_constraint_for): Likewise.
2114         (do_structure_copy): Likewise.
2115         (find_func_aliases): Fix references to MODIFY_EXPR.
2116         (intra_create_variable_infos): Tidy.
2117         * tree-ssa-operands.c (add_virtual_operand): Add argument
2118         IS_CALL_SITE.
2119         When adding members of alias sets, if IS_CALL_SITE is true and
2120         the symbol is not call-clobbered, skip it.
2121         Adjust all callers.
2122
2123 2007-03-02  Eric Botcazou  <ebotcazou@adacore.com>
2124
2125         * config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns at the
2126         entry by means of emit_insn_at_entry.
2127
2128 2007-03-02  Richard Henderson  <rth@redhat.com>
2129
2130         * expr.h (promoted_input_arg): Remove decl.
2131         * function.c (promoted_input_arg): Merge into ...
2132         * combine.c (setup_incoming_promotions): ... only caller.
2133         Rearrange to avoid double loop.
2134
2135 2007-03-02  Ben Elliston  <bje@au.ibm.com>
2136             Peter Bergner  <bergner@vnet.ibm.com>
2137             Janis Johnson  <janis187@us.ibm.com>
2138
2139         * config/rs6000/dfp.md: New file.
2140         * config/rs6000/rs6000.md: Include dfp.md.
2141         (add<mode>3_internal1): Disable for DECIMAL_FLOAT_MODE_P operands.
2142         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Handle DDmode
2143         and TDmode decimal float modes in FP registers.
2144         (num_insns_constant): Likewise.
2145         (rs6000_legitimate_offset_address_p): Likewise.
2146         (rs6000_legitimize_address): Likewise.
2147         (rs6000_legitimize_reload_address): Likewise.
2148         (rs6000_legitimate_address): Likewise.
2149         (rs6000_emit_move): Likewise.
2150         (function_arg_boundary): Likewise.
2151         (function_arg_advance): Likewise.
2152         (rs6000_darwin64_record_arg_recurse): Likewise.
2153         (function_arg): Likewise.
2154         (rs6000_gimplify_va_arg): Likewise.
2155         (rs6000_split_multireg_move): Likewise.
2156         (rs6000_output_function_epilogue): Likewise.
2157         (rs6000_output_function_epilogue): Likewise.
2158         (rs6000_register_move_cost): Likewise.
2159         (rs6000_function_value): Likewise.
2160         (rs6000_libcall_value): Likewise.
2161
2162 2007-03-02  Richard Sandiford  <richard@codesourcery.com>
2163
2164         * config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.
2165
2166 2007-03-02  Richard Sandiford  <richard@codesourcery.com>
2167
2168         * config/t-vxworks (LIBGCC2_INCLUDES): Pass -nostdinc.
2169         Use $MULTIDIR to choose between the kernel and RTP headers,
2170         and use $WIND_BASE and $WIND_USR to locate them.
2171
2172 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
2173
2174         * config/i386/i386.c (override_options): Put initialization of
2175         ix86_tune_mask and ix86_arch_mask to the correct place.
2176
2177 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
2178             Michael Meissner  <michael.meissner@amd.com>
2179
2180         PR target/31019
2181         * config/i386/i386.h (TUNEMASK): Redefine to use ix86_tune_mask.
2182         (ARCHMASK): Define.
2183         (TARGET_CMOVE): Use ARCHMASK.
2184         (TARGET_CMPXCHG): Ditto.
2185         (TARGET_CMPXCHG8B): Ditto.
2186         (TARGET_XADD): Ditto.
2187         (TARGET_BSWAP): Ditto.
2188         * config/i386/i386.c (ix86_tune_mask): New global variable.
2189         (ix86_arch_mask): Ditto.
2190         (override_options): Initialize ix86_tune_mask and
2191         ix86_arch_mask. Use ARCHMASK to clear MASK_NO_FANCY_MATH_387 in
2192         target_flags.
2193
2194 2007-03-02  Ben Elliston  <bje@au.ibm.com>
2195
2196         PR 30992
2197         * config/dfp-bit.c (DFP_TO_INT): Initialise qval with "1.".
2198
2199 2007-03-02  Joseph Myers  <joseph@codesourcery.com>
2200
2201         * target.h (init_dwarf_reg_sizes_extra): New target hook.
2202         * target-def.h (TARGET_INIT_DWARF_REG_SIZES_EXTRA): New default.
2203         * doc/tm.texi (TARGET_INIT_DWARF_REG_SIZES_EXTRA): Document.
2204         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Call this
2205         hook.
2206         * config/rs6000/rs6000.c (TARGET_INIT_DWARF_REG_SIZES_EXTRA,
2207         rs6000_init_dwarf_reg_sizes_extra): New.
2208         * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Support
2209         SPE register high parts.
2210
2211 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2212
2213         * Makefile.in: Add install-pdf target as
2214         copied from automake v1.10 rules.
2215         * configure.ac: Add install-pdf to target list.
2216         * configure: Regenerate.
2217
2218 2007-03-01  Paul Brook  <paul@codesourcery.com>
2219
2220         * config/arm/arm.c (arm_legitimate_index_p): Limit iWMMXt addressing
2221         modes to LDRD for DImode.
2222         (output_move_double): Fixup out of range ldrd/strd.
2223         (vfp_secondary_reload_class): Rename...
2224         (coproc_secondary_reload_class): ... to this.  Add wb argument.
2225         * config/arm/arm.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use
2226         coproc_secondary_reload_class for CLASS_IWMMXT.
2227         (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
2228         * arm-protos.h (coproc_secondary_reload_class): Update prototype.
2229
2230 2007-03-01  Zdenek Dvorak  <dvorakz@suse.cz>
2231
2232         * tree-ssa-loop-prefetch.c (determine_unroll_factor):  Bound the unroll
2233         factor by the estimated number of iterations.
2234         (loop_prefetch_arrays): Do not prefetch in loops that iterate less than
2235         prefetch latency.
2236
2237         * config/i386/driver-i386.c (describe_cache, detect_caches_amd,
2238         decode_caches_intel, detect_caches_intel): New functions.
2239         (host_detect_local_cpu): Use detect_caches_amd and
2240         detect_caches_intel.
2241
2242 2007-03-01  Richard Henderson  <rth@redhat.com>
2243
2244         * expr.c (emit_move_complex_push): Export.
2245         (emit_move_complex_parts): Split out from ...
2246         (emit_move_complex): ... here.
2247         * expr.h (emit_move_complex_push, emit_move_complex_parts): Declare.
2248         * config/i386/i386.md (movcdi): New.
2249
2250 2007-03-01  Uros Bizjak  <ubizjak@gmail.com>
2251
2252         * config/i386/i386.c (ix86_modes_tieable_p): Fix typo, use also
2253         size of mode1 to check for tieable modes in MMX case.
2254
2255 2007-03-01  Richard Sandiford  <richard@codesourcery.com>
2256
2257         * Makefile.in (rtlanal.o): Depend on tree.h.
2258         * rtl.h (offset_within_section_p, split_const): Declare.
2259         * rtlanal.c: Include tree.h.
2260         (offset_within_block_p): New function, taken from
2261         mips_offset_within_object_p.
2262         (split_const): New function, taken from mips_split_const.
2263         * config/m68k/m68k-protos.h (m68k_illegitimate_symbolic_constant_p):
2264         Declare.
2265         * config/m68k/m68k.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
2266         (CONSTANT_ADDRESS_P): Only accept legitimate constants.
2267         (LEGITIMATE_CONSTANT_P): Check m68k_illegitimate_symbolic_constant_p.
2268         * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Define.
2269         (m68k_illegitimate_symbolic_constant_p): New function.
2270         * config/m68k/m68k.md (movsi): Remove misleading predicates.
2271         If M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P and the source is a
2272         symbolic constant that might be outside the symbol's section,
2273         move the symbol first and then add the offset.
2274         * config/m68k/uclinux.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P):
2275         Override.
2276         * config/mips/mips.c (mips_split_const): Delete.
2277         (mips_offset_within_object_p): Delete.
2278         (mips_symbolic_constant_p): Use offset_within_section_p and
2279         split_const instead of mips_offset_within_object_p and
2280         mips_split_const.
2281         (mips_cannot_force_const_mem, mips_const_insns, mips_unspec_address)
2282         (mips_legitimize_const_move, print_operand_reloc)
2283         (mips_dangerous_for_la25_p): Use split_const instead of
2284         mips_split_const.
2285
2286 2007-02-28  Eric Christopher  <echristo@apple.com>
2287
2288         * Makefile.in (install-include-dir): Don't rm -rf include.
2289
2290 2007-02-28  Richard Guenther  <rguenther@suse.de>
2291
2292         PR middle-end/30364
2293         * fold-const.c (fold_binary): Do not associate expressions
2294         with more than one variable for integer types that do not wrap.
2295
2296 2007-02-28  Sandra Loosemore  <sandra@codesourcery.com>
2297
2298         * builtins.c (fold_builtin_call_list, fold_builtin_call_valist):
2299         Delete, and replace with...
2300         (fold_builtin_call_array): This.  Update callers to use it.
2301         * fold-const.c (fold_build_call_list): Delete, and replace with...
2302         (fold_build_call_array): This.
2303         (fold_build_call_list_initializer): Delete, and replace with...
2304         (fold_build_call_array_initializer): This.
2305         * tree.h: Update declarations to reflect above changes.
2306
2307         * c-typeck.c (build_function_call): Store converted arguments
2308         in a stack-allocated array instead of building a list.
2309         (convert_arguments): Store arguments in the array passed in as an
2310         argument, and return the actual number of arguments.
2311         * c-format.c: (check_function_format): Pass arguments in an
2312         array instead of a list.
2313         * c-common.c (check_function_nonnull): Likewise.
2314         (check_function_sentinel): Likewise.
2315         (check_function_arguments): Likewise.
2316         * c-common.h: Update declarations to reflect above changes.
2317
2318 2007-02-28  Jan Hubicka  <jh@suse.cz>
2319
2320         * predict.def (PRED_TREE_EARLY_RETURN, PRED_CONST_RETURN,
2321         PRED_NEGATIVE_RETURN): Update outcomes.
2322
2323 2007-02-28  Bernd Schmidt  <bernd.schmidt@analog.com>
2324
2325         * calls.c (emit_library_call_value_1): Handle partial registers
2326         correctly when building up CALL_INSN_FUNCTION_USAGE.
2327
2328 2007-02-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2329
2330         * pa/predicates.md (move_src_operand): Allow zero for mode.
2331         * pa/pa.md: Fix constraints for zero CONST_DOUBLE in 64-bit DFmode
2332         move pattern.
2333
2334 2007-02-27  Uros Bizjak  <ubizjak@gmail.com>
2335
2336         PR target/30970
2337         * config/i386/sse.md (*mov<mode>_internal, *movv4sf_internal,
2338         *movv2df_internal): Enable pattern only for valid operand
2339         combinations.
2340         * config/i386/i386.c (ix86_modes_tieable_p): For SSE registers,
2341         tie only 128bit modes. For MMX registers, tie only 64bit modes.
2342
2343 2007-02-27  Mike Stump  <mrs@apple.com>
2344
2345         * config/darwin-crt3.c: Avoid compilation when compiling for a
2346         kext multilib.
2347
2348 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
2349
2350         * Makefile.in (PREPROCESSOR_DEFINES, test-protoize-simple): Define
2351         FIXED_INCLUDE_DIR.
2352         (stmp-int-hdrs, stmp-fixinc, install-headers): Use include-fixed
2353         for fixed headers and limits.h.
2354         (install-include-dir, install-headers-tar, install-headers-cpio,
2355         install-headers-cp, real-install-headers-tar,
2356         real-install-headers-cpio, real-install-headers-cp): Handle
2357         include-fixed as well as include.
2358         (install-mkheaders): Don't install files that go only in include
2359         not include-fixed.
2360         * cppdefault.c (cpp_include_defaults): Separate FIXED_INCLUDE_DIR
2361         from GCC_INCLUDE_DIR.
2362         * gcc.c (process_command): Remove special -BstageN/ handling.
2363         (do_spec_1): Add include-fixed directories.
2364
2365 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
2366
2367         * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart and
2368         _smulsi3_highpart.
2369         * config/bfin/lib1funcs.asm (___umulsi3_highpart, ___smulsi3_highpart):
2370         New functions.
2371         * config/bfin/bfin.md (smulsi3_highpart, umulsi3_highpart): New
2372         patterns.
2373
2374 2007-02-27  Mark Mitchell  <mark@codesourcery.com>
2375
2376         * c-common.c (get_priority): Add check for
2377         SUPPORTS_INIT_PRIORITY.
2378
2379 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
2380
2381         * config/bfin/bfin.md (doloop_end): FAIL if counter reg isn't SImode.
2382
2383         * config/bfin/bfin.c: Include "cfglayout.h".
2384         (MAX_LSETUP_DISTANCE): New macro.
2385         (struct loop_info): New members incoming, incoming_src and
2386         incoming_dest.  Delete member predecessor.
2387         (length_for_loop): New function.
2388         (bfin_optimize_loop): Handle more different loop structures.
2389         (bfin_discover_loop): Rework detection of predecessor blocks by
2390         examining incoming edges.
2391         (bfin_discover_loops, bfin_free_loops): New functions, broken out of
2392         bfin_reorg_loops.
2393         (bfin_reorder_loops): New function.
2394         (bfin_reorg_loops): Use these three new functions.
2395
2396         * config/bfin/bfin.h (enum reg_class, REG_CLASS_NAMES,
2397         REG_CLASS_CONTENTS): Add D0REGS through D7REGS.
2398         (CONSTRAINT_LEN): Add entry for 'q'.
2399         (REG_CLASS_FROM_CONSTRAINT): Renamed from REG_CLASS_FROM_LETTER.
2400         Add 'q' constraints.
2401         (REGNO_REG_CLASS): For R0 through R7, return corresponding regclass.
2402         (CLASS_LIKELY_SPILLED_P): True for R0, R1 and R2.
2403
2404         * config/bfin/bfin.md (add_with_carry): New pattern.
2405         (s_or_u, su_optab, su_modifier): New code macros/attrs.
2406         (<su_optab>hisi_ll, <su_optab>hisi_lh, <su_optab>hisi_hl,
2407         <su_optab>hisi_hh): Renamed from mulhisi_xx patterns; macroized to
2408         support unsigned multiplies too.  Removed incorrect commutativity from
2409         operand 1 constraint where appropriate.
2410         (usmulhisi_ull, usmulhisi_ulh, usmulhisi_uhl, usmulhisi_uhh): New
2411         patterns.
2412         (<su_optab>hisi_ll_lh, <su_optab>hisi_ll_hl, <su_optab>hisi_ll_hh,
2413         <su_optab>hisi_lh_hl, <su_optab>hisi_lh_hh, <su_optab>hisi_hl_hh):
2414         New patterns.
2415         (usmulhisi_ll_lul, usmulhisi_ll_luh, usmulhisi_ll_hul,
2416         usmulhisi_ll_huh, usmulhisi_lh_lul, usmulhisi_lh_luh, usmulhisi_lh_hul,
2417         usmulhisi_lh_huh, usmulhisi_hl_lul, usmulhisi_hl_luh, usmulhisi_hl_hul,
2418         usmulhisi_hl_huh, usmulhisi_hh_lul, usmulhisi_hh_luh, usmulhisi_hh_hul,
2419         usmulhisi_hh_huh): New patterns.
2420
2421         * config/bfin/bfin.md (ssashiftv2hi3, ssashifthi3, lshiftv2hi3,
2422         lshifthi3): Fix output template to use half reg for operand 2.
2423
2424         * config/bfin/bfin.c (bfin_output_mi_thunk): Use R3 as scratch reg
2425         instead of R2.
2426
2427         * config/bfin/bfin.md (rotl16, rotlsi3, rotrsi3): New patterns.
2428
2429 2007-02-27  Andreas Schwab  <schwab@suse.de>
2430
2431         * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-common.texi.
2432
2433 2007-02-27  Jan Hubicka  <jh@suse.cz>
2434
2435         * predict.c (last_basic_block_p): Remove.
2436         (tree_estimate_probability): Update return heuristic for commonized
2437         return blocks.
2438
2439 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
2440
2441         * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-vers.texi dependency.
2442
2443 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
2444
2445         * doc/include/gcc-common.texi (versionsubtitle): New macro.
2446         * doc/cpp.texi: Standardize title page.
2447         * doc/cppinternals.texi: Likewise.
2448         * doc/gcc.texi: Standardize title page, remove version number
2449         from copyright page.
2450         * doc/gccint.texi: Likewise.
2451         * doc/install.texi: Standardize title page, add table of
2452         contents.
2453
2454 2007-02-26  Jan Hubicka  <jh@suse.cz>
2455
2456         * predict.def: Set outcomes according to more recent results.
2457         (PRED_LOOP_CONDITION, PRED_LOOP_PRECONDITIONING, PRED_LOOP_HEADER):
2458         Remove dead predictors.
2459         * predict.c (return_prediction): Fix pasto.
2460
2461 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
2462
2463         * loop-iv.c (simplify_using_initial_values): Fix oversight in previous
2464         change; avoid a memory leak when returning early.
2465
2466 2007-02-26  Mark Mitchell  <mark@codesourcery.com>
2467
2468         * c-decl.c (static_ctors): Move to c-common.c.
2469         (static_dtors): Likewise.
2470         (finish_function): Use c_record_cdtor_fn.
2471         (build_cdtor): Move to c-common.c.
2472         (c_write_global_declarations): Use c_build_cdtor_fns.
2473         * c-common.h (static_ctors): Declare.
2474         (static_dtors): Likewise.
2475         (c_record_cdtor_fn): Likewise.
2476         (c_build_cdtor_fns): Likewise.
2477         * c-common.c (static_ctors): New variable.
2478         (static_dtors): Likewise.
2479         (c_record_cdtor_fn): New function.
2480         (build_cdtor): Move from c-decl.c
2481         (c_build_cdtor_fns): New function.
2482
2483         * output.h (assemble_addr_to_section): Declare.
2484         (get_cdtor_priority_section): Likewise.
2485         * varasm.c (assemble_addr_to_section): New function.
2486         (get_cdtor_priority_section): Likewise.
2487         (default_named_section_asm_out_destructor): Use them.
2488         (destor_dtor_section_asm_out_destructor): Likewise.
2489         (default_named_section_asm_out_constructor): Likewise.
2490         (default_ctor_section_asm_out_constructor): Likewise.
2491         * config.gcc (*-*-vxworks*): Include vxworks.o.
2492         * config/t-vxworks (vxworks.o): New target.
2493         * config/vxworks.h (ALWAYS_NUMBER_CTORS_SECTIONS): Remove.
2494         (TARGET_ASM_CONSTRUCTOR): Define.
2495         (TARGET_ASM_DESTRUCTOR): Likewise.
2496         (vxworks_asm_out_constructor): Declare.
2497         (vxworks_asm_out_destructor): Likewise.
2498
2499         * c-common.c (get_priority): Check that we have not just an
2500         INTEGER_CST, but an integer constant with integeral type.
2501
2502 2007-02-25  Uros Bizjak  <ubizjak@gmail.com>
2503
2504         PR tree-optimization/30938
2505         * tree-vect-transform.c (vectorizable_call): Fix off-by-one error:
2506         use &dt[nargs-1] instead of &dt[nargs] in the call to
2507         vect_is_simple_use().
2508
2509 2007-02-25  Ulrich Weigand  <uweigand@de.ibm.com>
2510
2511         * reload.c (find_reloads_address_1): Handle PLUS expressions resulting
2512         from register elimination as PRE_MODIFY / POST_MODIFY increments.
2513         Do not attempt to handle MEM inside auto-inc expressions.
2514         * reload1.c (eliminate_regs_1): Do not attempt to handle elimination
2515         of a register modified by an auto-inc expression.  However, do handle
2516         elimination of a register used as PRE_MODIFY / POST_MODIFY increment.
2517         (elimination_effects): Prohibit elimination of a register modified
2518         by an auto-inc expression.  Disable register elimination rules whose
2519         target register is modified by an auto-inc expression with variable
2520         increment.
2521
2522 2007-02-25  Zdenek Dvorak  <dvorakz@suse.cz>
2523
2524         * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix
2525         off-by-one error.
2526         (array_at_struct_end_p): New function.
2527         (idx_infer_loop_bounds): Use it.
2528         (estimate_numbers_of_iterations_loop): Export.
2529         * predict.c (predict_loops): Use estimated_loop_iterations_int.
2530         Do not use PRED_LOOP_EXIT on exits predicted by # of iterations.
2531         (tree_estimate_probability): Call record_loop_exits.
2532         * tree-data-ref.c (get_number_of_iters_for_loop): Replaced by ...
2533         (estimated_loop_iterations, estimated_loop_iterations_int,
2534         estimated_loop_iterations_tree): New functions.
2535         (analyze_siv_subscript_cst_affine,
2536         compute_overlap_steps_for_affine_1_2,
2537         analyze_subscript_affine_affine): Use estimated_loop_iterations_int.
2538         (analyze_miv_subscript): Use estimated_loop_iterations_tree.
2539         * predict.def (PRED_LOOP_ITERATIONS): Update comment.
2540         (PRED_LOOP_ITERATIONS_GUESSED): New.
2541         * cfgloop.c (record_loop_exits): Do nothing if there are no loops.
2542         * cfgloop.h (estimate_numbers_of_iterations_loop,
2543         estimated_loop_iterations_int): Declare.
2544
2545 2007-02-25  Mark Mitchell  <mark@codesourcery.com>
2546
2547         * doc/extend.texi: Document optional priority argument to
2548         constructors and destructors.
2549         * tree.c (init_priority_for_decl): Adjust GTY markers.
2550         (init_ttree): Use priority-info hash functions for
2551         init_priority_for_decl.
2552         (tree_map_eq): Rename to ...
2553         (tree_map_base_eq): ... this.
2554         (tree_map_marked_p): Rename to ...
2555         (tree_map_base_marked_p): ... this.
2556         (tree_map_base_hash): New function.
2557         (decl_init_priority_lookup): Rework.
2558         (decl_fini_priority_lookup): New function.
2559         (decl_priority_info): New function.
2560         (decl_init_priority_insert): Use it.
2561         (decl_fini_priority_insert): Likewise.
2562         (decl_restrict_base_lookup): Adjust for refactoring of tree_map
2563         hierarchy.
2564         (decl_restrict_base_insert): Likewise.
2565         (decl_debug_expr_insert): Likewise.
2566         (decl_value_expr_lookup): Likewise.
2567         (decl_value_expr_insert): Likewise.
2568         * tree.h (priority_type): New type.
2569         (decl_init_priority_lookup): Use priority_type.
2570         (decl_fini_priority_lookup): New function.
2571         (decl_init_priority_insert): Use priority_type.
2572         (decl_fini_priority_insert): New function.
2573         (DECL_HAS_INIT_PRIORITY): Tweak comments.
2574         (DECL_INIT_PRIORITY): Likewise.
2575         (SET_DECL_INIT_PRIORITY): Add comment.
2576         (DECL_FINI_PRIORITY): New macro.
2577         (SET_DECL_FINI_PRIORITY): Likewise.
2578         (DEFAULT_INIT_PRIORITY): Document.
2579         (MAX_INIT_PRIORITY): Likewise.
2580         (MAX_RESERVED_INIT_PRIORITY): Likewise.
2581         (tree_map_base): New type.
2582         (tree_map_base_eq): New function.
2583         (tree_map_base_hash): Likewise.
2584         (tree_map_base_marked_p): Likewise.
2585         (tree_map): Inherit from tree_map_base.
2586         (tree_map_eq): Make it a macro.
2587         (tree_map_marked_p): Likewise.
2588         (tree_int_map): Inherit from tree_map_base.
2589         (tree_int_map_eq): Make it a macro.
2590         (tree_int_map_hash): Likewise.
2591         (tree_int_map_marked_p): Likewise.
2592         (tree_priority_map): New type.
2593         (tree_priority_map_eq): New macro.
2594         (tree_priority_map_hash): Likewise.
2595         (tree_priority_map_marked_p): Likewise.
2596         * varasm.c (emults_decl): Adjust for refactoring of tree_map
2597         hierarchy.
2598         (emutls_common_1): Likewise.
2599         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
2600         * tree-ssa-structalias.c (heapvar_lookup): Adjust for refactoring
2601         of tree_map hierarchy.
2602         * tree-cfg.c (move_stmt_r): Likewise.
2603         (new_label_mapper): Likewise.
2604         * c-tree.h (c_expand_body): Move to ...
2605         * c-common.h (c_expand_body): ... here.
2606         * c-decl.c (c_expand_body): Move to ...
2607         * c-common.c (c_expand_body): ... here.
2608         (c_common_attribute_table): Allow 1 argument for the constructor
2609         and destructor attributes.
2610         (get_priority): New function.
2611         (handle_constructor_attribute): Set DECL_INIT_PRIORITY.
2612         (handle_destructor_attribute): Set DECL_FINI_PRIORITY.
2613
2614 2007-02-24  Jan Hubicka  <jh@suse.cz>
2615
2616         PR middle-end/30509
2617         * tree-inline.c (copy_bb): Produce exact copy of EH info when copying for inlining.
2618
2619 2007-02-24  Uros Bizjak  <ubizjak@gmail.com>
2620             Jan Hubicka  <jh@suse.cz>
2621
2622         PR target/30778
2623         * i386.c (counter_mode): New function.
2624         (expand_set_or_movmem_via_loop): Use it.
2625         (expand_movmem_epilogue): Likewise; fix pasto.
2626         (ix86_expand_movmem): Do emit guard even for constant counts.
2627         (ix86_expand_setmem): Likewise.
2628
2629 2007-02-25  Nick Clifton  <nickc@redhat.com>
2630
2631         * config/frv/frv.h (ASM_OUTPUT_CASE_LABEL): Delete.
2632         (JUMP_TABLES_IN_TEXT_SECTION): Define.
2633
2634 2007-02-24  Uros Bizjak  <ubizjak@gmail.com>
2635
2636         PR target/30770
2637         * config/i386/i386.md (expand_movmem_epilogue): Fix typo, mask
2638         count argument with 0x10, not with 0x16.
2639         (expand_setmem_epilogue): Ditto.
2640
2641 2007-02-24  Mike Stump  <mrs@apple.com>
2642
2643         * config/i386/i386.c (output_pic_addr_const): Stubify optimized
2644         symbols.
2645
2646 2007-02-24  Richard Guenther  <rguenther@suse.de>
2647
2648         PR middle-end/30951
2649         * fold-const.c (fold_binary): Fold x +- CST op x for
2650         EQ_EXPR and NE_EXPR.
2651
2652 2007-02-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2653
2654         * pa.md (muldi3): Force subregs to registers in 64-bit expander.
2655
2656 2007-02-24  Jan Hubicka  <jh@suse.cz>
2657
2658         * cgraphunit.c (decide_is_function_needed): Honor
2659         -fkeep-inline-functions.
2660
2661 2007-02-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2662
2663         * builtins.c (fold_builtin_modf): New.
2664         (fold_builtin_2): Use it.
2665
2666 2007-02-24  Bernd Schmidt  <bernd.schmidt@analog.com>
2667
2668         * loop-iv.c (implies_p): Detect additional cases where A implies B.
2669         (determine_max_iter): Take additional LOOP arg; all callers changed.
2670         Lose broken logic dealing with PLUS.  Try to limit the upper bound by
2671         one using simplifications.
2672         (simplify_using_initial_values): Return if the expression becomes
2673         invalid due to altered regs.
2674
2675 2007-02-23  DJ Delorie  <dj@redhat.com>
2676
2677         * doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
2678
2679 2007-02-23  Mike Stump  <mrs@apple.com>
2680
2681         * tlink.c (scan_linker_output): Parse linker messages from
2682         darwin9's linker better.
2683
2684 2007-02-23  Steve Ellcey  <sje@cup.hp.com>
2685
2686         PR debug/29614
2687         * varpool.c (varpool_assemble_pending_decls):  Set
2688         varpool_last_needed_node to null.
2689
2690 2007-02-23  DJ Delorie  <dj@redhat.com>
2691
2692         * config/i386/i386.c (ix86_data_alignment): Don't specify an
2693         alignment bigger than the object file can handle.
2694
2695 2007-02-23  Uros Bizjak  <ubizjak@gmail.com>
2696
2697         PR target/30825
2698         * config/i386/i386.md (*movdi_1_rex64, zero_extendsidi2_32,
2699         zero_extendsidi2_rex64): Penalize MMX register<->memory moves.
2700         (*movsf_1): Penalize MMX moves.
2701
2702 2007-02-23  Bernd Schmidt  <bernd.schmidt@analog.com>
2703
2704         * config/bfin/bfin.md (doloop_end): Fail for loops that can iterate
2705         2^32-1 or more times unless flag_unsafe_loop_optimizations.
2706
2707         * loop-iv.c (determine_max_iter): Moved in front of its sole user.
2708
2709 2007-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2710
2711         * builtins.c (fold_builtin_logb, fold_builtin_significand): New.
2712         (fold_builtin_1): Use them.
2713         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
2714         BUILT_IN_SIGNIFICAND.
2715
2716 2007-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2717
2718         * config/i386/i386.c (bdesc_1arg): Initialize
2719         IX86_BUILTIN_MOVSHDUP and IX86_BUILTIN_MOVSLDUP with
2720         "__builtin_ia32_movshdup" and "__builtin_ia32_movsldup".
2721         (ix86_init_mmx_sse_builtins): Remove IX86_BUILTIN_MOVSHDUP
2722         and IX86_BUILTIN_MOVSLDUP.
2723
2724 2007-02-22  Paolo Bonzini  <bonzini@gnu.org>
2725
2726         PR rtl-optimization/30841
2727         * fwprop.c (propagate_rtx_1): Accept a VOIDmode replacement address.
2728
2729 2007-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2730
2731         * builtins.c (fold_builtin_frexp): New.
2732         (fold_builtin_2): Use it.
2733
2734 2007-02-22  Mark Mitchell  <mark@codesourcery.com>
2735
2736         * doc/invoke.texi (Spec Files): Document getenv spec function.
2737
2738         * gcc.c (getenv_spec_function): New function.
2739         (static_spec_functions): Add it.
2740         * config/vxworks.h (VXWORKS_TARGET_DIR): Remove.
2741         (VXWORKS_ADDITIONAL_CPP_SPEC): Use getenv to find the VxWorks
2742         header files.
2743
2744 2007-02-22  Michael Matz  <matz@suse.de
2745
2746         PR c++/29433
2747         * dwarf2out.c (add_AT_string): Call ggc_strdup once per string.
2748         (type_tag): Use lang_hooks.dwarf_name instead of DECL_NAME.
2749
2750 2007-02-22  Ian Lance Taylor  <iant@google.com>
2751
2752         PR debug/30898
2753         * dwarf2out.c (concatn_mem_loc_descriptor): New static function.
2754         (mem_loc_descriptor): Call it.
2755
2756 2007-02-22  Zdenek Dvorak  <dvorakz@suse.cz>
2757             Ira Rosen  <irar@il.ibm.com>
2758
2759         * tree-data-ref.c (ptr_ptr_may_alias_p): Take alias sets into account.
2760
2761 2007-02-22  Ira Rosen  <irar@il.ibm.com>
2762
2763         PR tree-optimization/30843
2764         * tree-vect-transform.c (vect_transform_loop): Remove strided scalar
2765         stores only after all the group is vectorized.
2766
2767 2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
2768
2769         PR tree-optimization/30858
2770         * tree-vectorizer.c (vect_is_simple_reduction): Check that the stmts
2771         in the reduction cycle have a single use in the loop.
2772         * tree-vectorizer.h (relevant): Add documentation.
2773
2774 2007-02-20  Mike Stump  <mrs@apple.com>
2775
2776         * configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
2777         * configure: Regenerate.
2778
2779 2007-02-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2780
2781         Change the defaults of some parameters and options.
2782         * config/spu/spu-protos.h (spu_optimization_options): Declare.
2783         * config/spu/spu.c (spu_optimization_options): Add.
2784         (spu_override_options): Change params in spu_optimization_options.
2785         * config/spu/spu.h (OPTIMIZATION_OPTIONS): Define.
2786
2787         Register 127 is only 16 byte aligned when used as a frame pointer.
2788         * config/spu/spu-protos.h (spu_init_expanders): Declare.
2789         * config/spu/spu.c (spu_expand_prologue): Set REGNO_POINTER_ALIGN for
2790         HARD_FRAME_POINTER_REGNUM.
2791         (spu_legitimate_address):  Use regno_aligned_for_reload.
2792         (regno_aligned_for_load):  HARD_FRAME_POINTER_REGNUM is only 16 byte
2793         aligned when frame_pointer_needed is true.
2794         (spu_init_expanders): New.  Set alignment of HARD_FRAME_POINTER_REGNUM
2795         to 8 bits.
2796         * config/spu/spu.h (INIT_EXPANDERS): Define.
2797
2798         Make sure shift and rotate instructions have valid immediate operands.
2799         * config/spu/predicates.md (spu_shift_operand): Remove.
2800         * config/spu/spu.c (print_operand): Add [efghEFGH] modifiers.
2801         * config/spu/constraints.md (W, O): Extend range.
2802         * config/spu/spu.md (umask, nmask): Define.
2803         (ashl<mode>3, ashldi3, ashlti3_imm, shlqbybi_ti, shlqbi_ti, shlqby_ti,
2804         lshr<mode>3, rotm_<mode>, lshr<mode>3_imm, rotqmbybi_<mode>,
2805         rotqmbi_<mode>, rotqmby_<mode>, ashr<mode>3, rotma_<mode>,
2806         rotl<mode>3, rotlti3, rotqbybi_ti, rotqby_ti, rotqbi_ti): Use
2807         spu_nonmem_operand instead of spu_shift_operands.  Use new modifiers.
2808         (lshr<mode>3_reg):  Fix rtl description.
2809
2810         Make sure mulhisi immediate operands are valid.
2811         * config/spu/predicates.md (imm_K_operand): Add.
2812         * config/spu/spu.md (mulhisi3_imm, umulhisi3_imm): Use imm_K_operand.
2813
2814         Generate constants using fsmbi and andi.
2815         * config/spu/spu.c (enum immediate_class): Add IC_FSMBI2.
2816         (print_operand, spu_split_immediate, classify_immediate,
2817         fsmbi_const_p): Handle IC_FSMBI2.
2818
2819         Correctly handle a CONST_VECTOR containing symbols.
2820         * config/spu/spu.c (print_operand): Handle HIGH correctly.
2821         (spu_split_immediate): Split CONST_VECTORs with -mlarge-mem.
2822         (immediate_load_p): Allow symbols that use 2 instructions to create.
2823         (classify_immediate, spu_builtin_splats):  Don't accept a CONST_VECTOR
2824         with symbols when flag_pic is set.
2825         (const_vector_immediate_p): New.
2826         (logical_immediate_p, iohl_immediate_p, arith_immediate_p): Don't
2827         accept a CONST_VECTOR with symbols.
2828         (spu_legitimate_constant_p): Use const_vector_immediate_p.  Don't
2829         accept a CONST_VECTOR with symbols when flag_pic is set.  Handle HIGH
2830         correctly.
2831         * config/spu/spu.md (high, low): Delete.
2832         (low_<mode>): Define.
2833
2834         Remove INTRmode and INTR_REGNUM, which didn't work.
2835         * config/spu/spu.c (spu_conditional_register_usage): Remove reference
2836         of INTR_REGNUM.
2837         * config/spu/spu-builtins.md (spu_idisable, spu_ienable, set_intr,
2838         set_intr_pic, set_intr_cc, set_intr_cc_pic, set_intr_return, unnamed
2839         peephole2 pattern): Don't use INTR or 131.
2840         (movintrcc): Delete.
2841         * config/spu/spu.h (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS,
2842         CALL_USED_REGISTERS, REGISTER_NAMES, INTR_REGNUM): Remove INTR_REGNUM.
2843         * config/spu/spu.md (UNSPEC_IDISABLE, UNSPEC_IENABLE): Remove.
2844         (UNSPEC_SET_INTR): Add.
2845         * config/spu/spu-modes.def (INTR): Remove.
2846
2847         More accurate warnings about run-time relocations.
2848         * config/spu/spu.c (reloc_diagnostic): Test in_section.
2849
2850         Correctly warn about immediate arguments to specific intrinsics.
2851         * config/spu/spu.c (spu_check_builtin_parm): Handle CONST_VECTORs.
2852         (spu_expand_builtin_1): Call spu_check_builtin_parm before checking
2853         the instruction predicate.
2854
2855         Fix tree check errors with latest update.
2856         * config/spu/spu.c (expand_builtin_args, spu_expand_builtin_1): Use
2857         CALL_EXPR_ARG.
2858         (spu_expand_builtin): Use CALL_EXPR_FN.
2859
2860         Add missing specific intrinsics.
2861         * config/spu/spu-builtins.def: Add si_bisled, si_bisledd and
2862         si_bislede.
2863         * config/spu/spu_internals.h: Ditto.
2864
2865         Fix incorrect operand modifiers.
2866         * config/spu/spu-builtins.md (spu_mpy, spu_mpyu):  Remove use of %H.
2867         * config/spu/spu.md (xor<mode>3):  Change %S to %J.
2868
2869         Optimize one case of zero_extend of a vec_select.
2870         * config/spu/spu.md (_vec_extractv8hi_ze):  Add.
2871
2872         Accept any immediate for hbr.
2873         * config/spu/spu.md (hbr):  Change s constraints to i.
2874
2875 2007-02-21  Paul Brook  <paul@codesourcery.com>
2876
2877         * config/arm/arm.c (thumb2_final_prescan_insn): Don't incrememnt
2878         condexec_count when skipping USE and CLOBBER.
2879
2880 2007-02-21  Nick Clifton  <nickc@redhat.com>
2881
2882         * common.opt (Warray-bounds): Add Warning attribute.
2883         (Wstrict-overflow, Wstrict-overflow=, Wcoverage-mismatch):
2884         Likewise.
2885         (fsized-zeroes): Add Optimization attribute.
2886         (fsplit-wide-types, ftree-scev-cprop): Likewise.
2887         * c.opt (Wc++0x-compat): Add Warning attribute.
2888
2889 2007-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
2890
2891         PR middle-end/30761
2892         * reload1.c (eliminate_regs_in_insn): In the single_set special
2893         case, attempt to re-recognize the insn before falling back to
2894         having reload fix it up.
2895
2896 2007-02-20  Eric Christopher  <echristo@gmail.com>
2897
2898         * config/frv/frv.c (frv_read_argument): Take a tree and int argument.
2899         Rewrite accordingly.
2900         (frv_read_iacc_argument): Ditto.
2901         (frv_expand_set_builtin): Take a call instead of arglist, update for
2902         above changes.
2903         (frv_expand_unop_builtin): Ditto.
2904         (frv_expand_binop_builtin): Ditto.
2905         (frv_expand_cut_builtin): Ditto.
2906         (frv_expand_binopimm_builtin): Ditto.
2907         (frv_expand_voidbinop_builtin): Ditto.
2908         (frv_expand_int_void2arg): Ditto.
2909         (frv_expand_prefetches): Ditto.
2910         (frv_expand_voidtriop_builtin): Ditto.
2911         (frv_expand_voidaccop_builtin): Ditto.
2912         (frv_expand_load_builtin): Ditto.
2913         (frv_expand_store_builtin): Ditto.
2914         (frv_expand_mdpackh_builtin): Ditto.
2915         (frv_expand_mclracc_builtin): Ditto.
2916         (frv_expand_mrdacc_builtin): Ditto.
2917         (frv_expand_mwtacc_builtin): Ditto.
2918         (frv_expand_builtin): Remove usage of CALL_EXPR_ARGS, update
2919         calls for above.
2920
2921 2007-02-20  Janis Johnson  <janis187@us.ibm.com>
2922
2923         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.
2924         * configure.ac (HAVE_GAS_CMPB): Check for assembler support of the
2925         cmpb instruction.
2926         (HAVE_GAS_DFP): Check for assembler support of decimal floating
2927         point instructions.
2928         * configure: Regenerate.
2929         * config.in: Regenerate.
2930         * config/rs6000/rs6000.opt (mcmpb, mdfp): New.
2931         * config/rs6000/rs6000.c (rs6000_override_options): Add CMPB and DFP
2932         masks to power6 and power6x and to POWERPC_MASKS.
2933         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
2934         _ARCH_PWR6.
2935         * config/rs6000/rs6000.h: Check assembler support for CMPB and DFP.
2936         * config/rs6000/sysv4.opt (mprototype): Use variable, not mask.
2937         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
2938         Access PROTOTYPE as variable, not mask.
2939
2940 2007-02-20  Steven Bosscher  <steven@gcc.gnu.org>
2941
2942         * rtl.h (remove_reg_equal_equiv_notes): New prototype.
2943         * rtlanal.c (remove_reg_equal_equiv_notes): New function.
2944         * combine.c (adjust_for_new_dest): Use it.
2945         * postreload.c (reload_combine): Likewise.
2946
2947 2007-02-20  Steven Bosscher  <steven@gcc.gnu.org>
2948
2949         * rtlanal.c (find_reg_equal_equiv_note): Do not find REG_EQ*
2950         notes on an insn with multiple sets, even if single_set returns
2951         non-NULL for that insn.
2952
2953 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2954
2955         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb,
2956         scalbn and scalbln.
2957
2958 2007-02-20  Geoffrey Keating  <geoffk@apple.com>
2959
2960         * config/darwin.h (LINK_SPEC): Default -mmacosx-version-min only
2961         if user didn't pass it.
2962         * config/i386/darwin.h (CC1_SPEC): Likewise.
2963         * config/rs6000/darwin.h (CC1_SPEC): Likewise.
2964         (DARWIN_MINVERSION_SPEC): Don't depend on user's setting of
2965         -mmacosx-version-min.
2966
2967 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2968             Uros Bizjak  <ubizjak@gmail.com>
2969
2970         * optabs.h (enum optab_index): Add new OTI_scalb.
2971         (scalb_optab): Define corresponding macro.
2972         * optabs.c (init_optabs): Initialize scalb_optab.
2973         * genopinit.c (optabs): Implement scalb_optab using scalb?f3
2974         patterns.
2975         * builtins.c (expand_builtin_mathfn_2, expand_builtin): Handle
2976         BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L} and BUILT_IN_SCALBLN{,F,L}.
2977         (expand_builtin): Expand BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L}
2978         and BUILT_IN_SCALBLN{,F,L} using expand_builtin_mathfn_2 if
2979         flag_unsafe_math_optimizations is set.
2980
2981         * config/i386/i386.md (scalbxf3, scalb<mode>3): New expanders
2982         to implement scalbf, scalb and scalbl built-ins as inline x87
2983         intrinsics.
2984
2985 2007-02-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2986             DJ Delorie <dj@redhat.com>
2987
2988         PR other/30824
2989         * diagnostic.c (diagnostic_count_diagnostic): Move -Werror logic to...
2990         (diagnostic_report_diagnostic): ... here, and turn them into real
2991         errors. If warnings are inhibited, no need to do anything.
2992
2993 2007-02-20  Uros Bizjak  <ubizjak@gmail.com>
2994
2995         * config/i386/i386.md (expm1xf2): Reorder insn sequence for
2996         better code generation.
2997
2998 2007-02-20  Ben Elliston  <bje@au.ibm.com>
2999
3000         * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;.
3001
3002 2007-02-20  Kazu Hirata  <kazu@codesourcery.com>
3003
3004         * config/alpha/alpha.c, config/alpha/alpha.md,
3005         config/alpha/lib1funcs.asm, config/alpha/vms-crt0-64.c,
3006         config/alpha/vms-psxcrt0-64.c, config/arc/arc.c,
3007         config/arc/arc.h, config/arm/arm.c, config/arm/arm.md,
3008         config/arm/lib1funcs.asm: Follow spelling conventions.
3009
3010         * config/c4x/c4x.md, config/cris/cris.c, config/crx/crx.c,
3011         config/fr30/fr30.md, config/i386/i386.h,
3012         config/iq2000/iq2000.h, config/iq2000/predicates.md,
3013         config/pa/milli64.S, config/pa/pa.c, config/pa/pa.h,
3014         config/pa/pa.md, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
3015         config/pdp11/pdp11.c, config/pdp11/pdp11.h,
3016         config/rs6000/altivec.md, config/rs6000/rs6000.c,
3017         config/s390/s390-modes.def, config/sparc/netbsd-elf.h,
3018         config/sparc/sparc.c, config/sparc/sparc.h,
3019         config/sparc/sparc.md, config/spu/constraints.md,
3020         config/spu/spu.c, config/stormy16/stormy16.md: Follow spelling
3021         conventions.
3022
3023 2007-02-20  Alan Modra  <amodra@bigpond.net.au>
3024
3025         PR target/29943
3026         * varasm.c (use_blocks_for_decl_p): Return false for decls with
3027         alias attribute.
3028
3029 2007-02-19  Kazu Hirata  <kazu@codesourcery.com>
3030
3031         * doc/invoke.texi (-ftree-lrs): Remove.
3032
3033 2007-02-19  Diego Novillo  <dnovillo@redhat.com>
3034
3035         * tree-ssa-pre.c (create_value_expr_from): Initialize POOL to
3036         NULL.
3037
3038 2007-02-19  Lee Millward  <lee.millward@codesourcery.com>
3039
3040         * config/ia64/ia64.c (ia64_expand_builtin): Use the
3041         new CALL_EXPR_FN macro for retrieving the function
3042         declaration of the input expression.
3043
3044 2007-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3045
3046         * c.opt (Waddress): New.
3047         * common.opt (Walways-true): Delete.
3048         (Wstring-literal-comparison): Delete.
3049         * doc/invoke.texi (Warning Options): Delete -Walways-true and
3050         -Wstring-literal-comparison. Add -Waddress.
3051         (Waddress): New.
3052         (Walways-true): Delete.
3053         (Wstring-literal-comparison): Delete.
3054         * doc/extend.texi (#pragma GCC diagnostic): Use -Wformat
3055         consistently instead of -Walways-true in example.
3056         * c-opts.c (c_common_handle_option): -Waddress is enabled by -Wall.
3057         * c-typeck.c (parser_build_binary_op): Replace
3058         -Wstring-literal-comparison and -Walways-true with -Waddress.
3059         * c-common.c (c_common_truthvalue_conversion): Replace -Walways-true
3060         with -Waddress.
3061
3062 2007-02-19  Eric Botcazou  <ebotcazou@adacore.com>
3063
3064         * tree-cfg.c (dump_function_to_file): Be prepared for functions
3065         without DECL_STRUCT_FUNCTION initialized.
3066
3067 2007-02-19  Eric Botcazou  <ebotcazou@adacore.com>
3068
3069         * gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap
3070         due to calls to functions taking pointers as parameters.
3071
3072 2007-02-19  Richard Henderson  <rth@redhat.com>
3073
3074         PR debug/29558
3075         * var-tracking.c (track_expr_p): Disallow AGGREGATE_TYPE_P
3076         in memory.
3077
3078 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
3079
3080         * config/s390/s390.c (s390_call_saved_register_used,
3081         s390_function_ok_for_sibcall): Adjust the way CALL_EXPR arguments are
3082         accessed to the new scheme.
3083
3084 2007-02-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3085
3086         * config/cris/cris.c (cris_movem_load_rest_p, cris_store_multiple_op_p)
3087         (cris_print_index, cris_print_operand, cris_print_operand_address)
3088         (cris_reload_address_legitimized, cris_rtx_costs, cris_address_cost)
3089         (cris_side_effect_mode_ok, cris_valid_pic_const, cris_split_movdx)
3090         (cris_expand_pic_call_address): Use xxx_P predicate macros instead of
3091         GET_CODE () == xxx.
3092         * config/cris/cris.h (SECONDARY_RELOAD_CLASS, EXTRA_CONSTRAINT_Q,
3093         EXTRA_CONSTRAINT_T, BDAP_INDEX_P, BIAP_INDEX_P, SIMPLE_ADDRESS_P,
3094         GO_IF_LEGITIMATE_ADDRESS): Ditto.
3095         * config/cris/cris.md (define_insns: *btst, movdi, *mov_side<mode>)
3096         (*mov_sidesisf, *mov_side<mode>_mem, *mov_sidesisf_mem)
3097         (*clear_side<mode>, movsi, *movsi_internal, *ext_sideqihi)
3098         (*ext_side<mode>si, *op_side<mode>, *op_swap_side<mode>, addsi3)
3099         (*extopqihi_side, *extop<mode>si_side, *extopqihi_swap_side)
3100         (*extop<mode>si_swap_side, addi_mul, *addi,andsi3, andhi3, ashl<mode>3)
3101         (uminsi3, call, call_value): Ditto.
3102         (define_split: indir_to_reg_split, unnamed): Ditto.
3103
3104 2007-02-19  Dorit Nuzman  <dorit@il.ibm.com>
3105
3106         PR tree-optimization/30975
3107         * tree-vect-trasnform.c (vect_get_vec_def_for_stmt_copy): Remove
3108         wrong assert.
3109
3110 2007-02-18  Eric Christopher  <echristo@gmail.com>
3111
3112         * mips.c (mips_prepare_builtin_arg): Add argnum parameter.
3113         Remove use of arglist.
3114         (mips_expand_builtin): Remove use of arglist, pass in expr.
3115         (mips_expand_builtin_direct): Rewrite handling for arglist removal.
3116         (mips_expand_builtin_movtf): Ditto.
3117         (mips_expand_builtin_compare): Ditto.
3118
3119 2007-02-19  Alexandre Oliva  <aoliva@redhat.com>
3120
3121         * tree-sra.c (sra_build_assignment): Replace assertion
3122         checking with a comment explaining why it can't be done.
3123
3124 2007-02-18  Sandra Loosemore  <sandra@codesourcery.com>
3125
3126         PR middle-end/30833
3127         * tree-dump.c (dequeue_and_dump): Add tcc_vl_exp case missed
3128         during CALL_EXPR representation conversion.
3129         * tree-ssa-propagate.c (set_rhs): Likewise.
3130
3131 2007-02-19  Alexandre Oliva  <aoliva@redhat.com>
3132
3133         * tree-sra.c (sra_build_assignment): Disable assertion checking
3134         for now.
3135
3136 2007-02-18  Roger Sayle  <roger@eyesopen.com>
3137
3138         * function.c (gimplify_parameters): Call build_gimple_modify_stmt
3139         instead of calling build2 with a GIMPLE_MODIFY_STMT.
3140         * gimple-low.c (lower_function_body, lower_builtin_setjmp):
3141         Likewise.
3142         * gimplify.c (build_stack_save_restore, gimplify_return_expr,
3143         gimplify_decl_expr,  gimplify_self_mod_expr, gimplify_cond_expr,
3144         gimplify_init_ctor_eval_range, gimple_push_cleanup,
3145         gimplify_omp_for, gimplify_omp_atomic_pipeline,
3146         gimplify_omp_atomic_mutex, gimplify_expr, gimplify_one_sizepos,
3147         force_gimple_operand): Likewise.
3148         * ipa-cp.c (constant_val_insert): Likewise.
3149         * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression,
3150         lambda_loopnest_to_gcc_loopnest, replace_uses_equiv_to_x_with_y,
3151         perfect_nestify): Likewise.
3152         * langhooks.c (lhd_omp_assignment): Likewise.
3153         * omp-low.c (lower_rec_input_clauses, lower_reduction_clauses,
3154         lower_copyprivate_clauses, lower_send_clauses,
3155         lower_send_shared_vars, expand_parallel_call,
3156         expand_omp_for_generic, expand_omp_for_static_nochunk,
3157         expand_omp_for_static_chunk, expand_omp_sections,
3158         lower_omp_single_copy, lower_omp_for_lastprivate,
3159         lower_omp_parallel, init_tmp_var, save_tmp_var): Likewise.
3160         * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
3161         tree_mod_subtract, tree_ic, tree_stringop_fixed_value):
3162         Likewise.
3163
3164 2007-02-19  Kazu Hirata  <kazu@codesourcery.com>
3165
3166         * config/sh/divtab.c, config/sh/sh.c, config/sh/sh.h,
3167         config/sh/sh.md: Follow spelling conventions.
3168
3169         * config/frv/frv.c, config/frv/frv.h, config/frv/frv.md,
3170         config/frv/predicates.md: Follow spelling conventions.
3171
3172         * config/m68k/linux-unwind.h: Fix a comment typo.
3173         * target.h: Follow spelling conventions.
3174
3175 2007-02-18  Roger Sayle  <roger@eyesopen.com>
3176
3177         PR rtl-optimization/28173
3178         * simplify-rtx.c (simplify_binary_operation_1) <IOR>:  Optimize
3179         (X & C1) | C2 as C2 when (C1 & C2) == C1 and X has no side-effects.
3180         Optimize (X & C1) | C2 as X | C2 when (C1 | C2) == ~0.
3181         Canonicalize (X & C1) | C2 as (X & (C1 & ~C2)) | C2.
3182         <AND>: Canonicalize (X | C1) & C2 as (X & C2) | (C1 & C2).
3183
3184 2007-02-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3185
3186         * builtins.c (fold_builtin_load_exponent): New.
3187         (fold_builtin_2): Use it.
3188
3189 2007-02-18  Steven Bosscher  <steven@gcc.gnu.org>
3190
3191         PR rtl-optimization/30773
3192         * local-alloc.c (update_equiv_regs): Do not set reg_equiv_init
3193         if we fail to attach a REG_EQUIV note.
3194
3195 2007-02-18  David Edelsohn  <edelsohn@gnu.org>
3196             Roger Sayle  <roger@eyesopen.com>
3197
3198         * config/rs6000/rs6000.md (bswapsi2): New define_insn and splitter.
3199
3200 2007-02-18  Sandra Loosemore  <sandra@codesourcery.com>
3201
3202         * calls.c (initialize_argument_information): Pass original EXP
3203         and STRUCT_VALUE_ADDR_VALUE instead of a list of arguments.  Move
3204         code to split complex arguments here, as part of initializing the
3205         ARGS array.
3206         (expand_call): Remove code that builds a list of arguments and
3207         inserts implicit arguments into it.  Instead, just count how many
3208         implicit arguments there will be so we can determine the size of
3209         the ARGS array, and let initialize_argument_information do the work.
3210         (split_complex_values): Delete unused function.
3211
3212 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
3213
3214         * tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.
3215
3216 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
3217
3218         * calls.c (mem_overlaps_already_clobbered_arg_p): Return true
3219         for arg pointer based indexed addressing.
3220
3221 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
3222
3223         * config/ia64/ia64.h, config/ia64/ia64.md,
3224         config/ia64/predicates.md, config/ia64/sysv4.h: Follow
3225         spelling conventions.
3226
3227 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
3228
3229         * config/m68k/m68k.c (split_di): New.
3230         * config/m68k/m68k-protos.h: Declare split_di.
3231         * config/m68k/m68k.md (extendsidi2*,ashldi3*,ashrdi3*,lshrdi3*):
3232           Improve predicate handling and split constant shifts.
3233
3234 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
3235
3236         * config/m68k/m68k.md (extv,extzv,insv): disable dynamic
3237         parameter for register bitfield operations, general predicates
3238         cleanup
3239
3240 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
3241
3242         * config/m68k/linux.h (MD_UNWIND_SUPPORT): Define.
3243         * config/m68k/linux-unwind.h: New file.
3244
3245 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
3246
3247         * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
3248         config/i386/athlon.md, config/ia64/ia64.md,
3249         config/rs6000/rs6000.c, config/s390/s390.c, config/spu/spu.md,
3250         df-problems.c, df.h, fold-const.c, ipa-cp.c, ipa-inline.c,
3251         ipa-prop.h, see.c, struct-equiv.c, tree-inline.c,
3252         tree-ssa-loop-niter.c, tree-vect-analyze.c,
3253         tree-vect-transform.c: Fix comment typos.
3254
3255 2007-02-17  Kazu Hirata  <kazu@codesourcery.com>
3256
3257         * sched-deps.c (find_insn_list): Remove.
3258         * sched-int.h: Remove the prototype for find_insn_list.
3259
3260 2007-02-16  Geoffrey Keating  <geoffk@apple.com>
3261
3262         * config/darwin.h (LINK_SPEC): Always pass -macosx_version_min
3263         to linker.
3264         (DARWIN_EXTRA_SPECS): Add %(darwin_minversion).
3265         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Just call
3266         darwin_rs6000_override_options.
3267         (C_COMMON_OVERRIDE_OPTIONS): Expect
3268         darwin_macosx_version_min to be non-NULL always.
3269         (TARGET_C99_FUNCTIONS): Likewise.
3270         (CC1_SPEC): Always pass -mmacosx-version-min to cc1*.
3271         (DARWIN_MINVERSION_SPEC): New.
3272         * config/rs6000/rs6000.c (darwin_rs6000_override_options): New.
3273         * config/i386/darwin.h (CC1_SPEC): Always pass -mmacosx-version-min
3274         to cc1*.
3275         (DARWIN_MINVERSION_SPEC): New.
3276         * config/darwin.opt (mmacosx-version-min): Initialize to non-NULL
3277         value.
3278         * config/darwin-c.c (darwin_cpp_builtins): Expect
3279         darwin_macosx_version_min to be non-NULL always.
3280
3281         * config/rs6000/rs6000.c: Clean up trailing whitespace.
3282
3283 2007-02-16  Uros Bizjak  <ubizjak@gmail.com>
3284
3285         * config/i386/i386.h (x86_use_xchgb): New.
3286         (TARGET_USE_XCHGB): New macro.
3287         * config/i386/i386.c (x86_use_xchgb): Set for PENT4.
3288         * config/i386/i386.md (*rotlhi3_1 splitter, *rotrhi3_1 splitter):
3289         Split after reload into bswaphi for shifts of 8.
3290         (bswaphi_lowpart): Generate rolw insn for HImode byte swaps.
3291         (*bswaphi_lowpart_1): Generate xchgb for Q registers for TARGET_XCHGB
3292         or when optimizing for size.
3293
3294 2007-02-16  Richard Guenther  <rguenther@suse.de>
3295             Christian Bruel  <christian.bruel@st.com>
3296
3297         * fold-const.c (tree_swap_operands_p): Treat SSA_NAMEs like
3298         DECLs but prefer SSA_NAMEs over DECLs.
3299
3300 2007-02-16  Richard Guenther  <rguenther@suse.de>
3301
3302         * tree-flow-inline.h (single_imm_use_p): Remove.
3303         (zero_imm_uses_p): Likewise.
3304         * tree-ssa-coalesce.c (create_outofssa_var_map): Use has_single_use
3305         instead of single_imm_use_p.
3306         * tree-cfg.c (replace_uses_by): Use has_zero_use instead of
3307         zero_imm_uses_p.
3308
3309 2007-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3310
3311         PR other/27843
3312         * Makefile.in (SYSTEM_HEADER_DIR): Use single quotes to avoid
3313         nested double- and backquotes.
3314
3315 2007-02-15  Roger Sayle  <roger@eyesopen.com>
3316
3317         PR middle-end/30391
3318         * tree.c (expr_align): Handle MODIFY_EXPR.  GIMPLE_MODIFY_STMT
3319         should be unreachable.
3320         (build2_stat): Allow construction of MODIFY_EXPR at any time.
3321         For the time being redirect GIMPLE_MODIFY_STMT to the new
3322         (renamed) build_gimple_modify_stmt_stat.
3323         (build2_gimple_stat): Rename to...
3324         (build_gimple_modify_stmt_stat): Now longer take a CODE argument.
3325         Always build a GIMPLE_MODIFY_STMT node.
3326         * tree.h (build2_gimple, build2_gimple_stat): Delete.
3327         (build_gimple_modify_stmt, build_gimple_modify_stmt_stat): New
3328         declarations.
3329
3330         * tree-cfg.c (factor_computed_gotos, tree_merge_blocks,
3331         gimplify_val): Use build_gimple_modify_stmt instead of build2_gimple.
3332         * tree-complex.c (set_component_ssa_name, expand_complex_move,
3333         expand_complex_div_wide): Likewise.
3334         * tree-ssa-dom.c (record_equivalences_from_stmt): Likewise.
3335         * tree-ssa-loop-im.c (schedule_sm): Likewise.
3336         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Likewise.
3337         * tree-ssa-loop-manip.c (create_iv): Likewise.
3338         * tree-ssa-phiopt.c (conditional_replacement, minmax_replacement,
3339         abs_replacement): Likewise.
3340         * tree-ssa-pre.c (create_expression_by_pieces, poolify_modify_stmt,
3341         realify_fake_stores): Likewise.
3342
3343         * builtins.c (std_expand_builtin_va_start): Build a MODIFY_EXPR
3344         node rather than a GIMPLE_MODIFY_STMT node.
3345         (std_gimpify_va_arg_expr, expand_builtin_va_copy,
3346         fold_builtin_memset, fold_builtin_memory_op, do_mpfr_sincos):
3347         Likewise.
3348         (integer_valued_real_p): Handle MODIFY_EXPR, not GIMPLE_MODIFY_STMT.
3349         * expr.c (expand_expr_real_1): Handle both MODIFY_EXPR and
3350         GIMPLE_MODIFY_STMT.
3351
3352 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3353
3354         PR middle-end/30433
3355         * fold-const.c (fold_comparison): Add back the
3356         folding of constant complex comparisions.
3357
3358 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3359
3360         PR middle-end/30729
3361         * stmt.c (warn_if_unused_value): VA_ARG_EXPR has side
3362         effects unknown to this function, return early.
3363
3364 2007-02-15  Ian Lance Taylor  <iant@google.com>
3365
3366         * lower-subreg.c (move_eh_region_note): New static function.
3367         (resolve_simple_move): Call it.
3368         (decompose_multiword_subregs): Track blocks for which we resolve a
3369         simple move which is also a control flow insn.  Pass them to
3370         find_many_sub_basic_blocks.
3371         (pass_lower_subreg): Add TODO_verify_flow.
3372         (pass_lower_subreg2): Likewise.
3373
3374 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
3375             Brooks Moses  <brooks.moses@codesourcery.com>
3376             Lee Millward  <lee.millward@codesourcery.com>
3377
3378         * tree.h (enum tree_code_class): Add tcc_vl_exp.
3379         (VL_EXP_CLASS_P): New.
3380         (TREE_OPERAND_CHECK): Use TREE_OPERAND_LENGTH instead of
3381         TREE_CODE_LENGTH.
3382         (TREE_OPERAND_CHECK_CODE): Likewise.
3383         (GIMPLE_STMT_OPERAND_CHECK): Likewise.
3384         (TREE_RTL_OPERAND_CHECK): Likewise.
3385         (tree_operand_check_failed): Make second parameter the whole tree
3386         instead of its code.  Fixed callers.
3387         (VL_EXP_CHECK): New.
3388         (TREE_OPERAND_LENGTH): New.
3389         (VL_EXP_OPERAND_LENGTH): New.
3390         (CALL_EXPR_FN): New.
3391         (CALL_EXPR_STATIC_CHAIN): New.
3392         (CALL_EXPR_ARGS): New.
3393         (CALL_EXPR_ARG): New.
3394         (call_expr_nargs): New.
3395         (CALL_EXPR_ARGP): New.
3396         (build_nt_call_list): Declare.
3397         (build_vl_exp_stat): Declare.
3398         (build_vl_exp): New.
3399         (build_call_list): Declare.
3400         (build_call_nary): Declare.
3401         (build_call_valist): Declare.
3402         (build_call_array): Declare.
3403         (call_expr_arg): Declare.
3404         (call_expr_argp): Declare.
3405         (call_expr_arglist): Declare.
3406         (fold_build_call_list): Declare.
3407         (fold_build_call_list_initializer): Declare.
3408         (fold_call_expr): Declare to replace fold_builtin.
3409         (fold_builtin_fputs): Update to agree with modified definition.
3410         (fold_builtin_strcpy): Likewise.
3411         (fold_builtin_strncpy): Likewise.
3412         (fold_builtin_memory_chk): Likewise.
3413         (fold_builtin_stxcpy_chk): Likewise.
3414         (fold_builtin_strncpy_chk): Likewise.
3415         (fold_builtin_next_arg): Likewise.
3416         (fold_build_call_expr): Declare.
3417         (fold_builtin_call_list): Declare.
3418         (fold_builtin_call_valist): Declare.
3419         (build_call_expr): Declare.
3420         (validate_arglist): Update to agree with modified definition.
3421         (tree_operand_length): New.
3422         (call_expr_arg_iterator): New.
3423         (init_call_expr_arg_iterator): New.
3424         (next_call_expr_arg): New.
3425         (first_call_expr_arg): New.
3426         (more_call_expr_args_p): New.
3427         (FOR_EACH_CALL_EXPR_ARG): New.
3428
3429         * tree.c (tree_code_class_string): Add entries for tcc_vl_exp
3430         and tcc_gimple_stmt.
3431         (tree_code_size): Update documentation.  Use sizeof (tree) rather
3432         than sizeof (char *).
3433         (tree_size): Likewise.  Add case for tcc_vl_exp.
3434         (tree_node_structure): Add case for tcc_vl_exp.
3435         (contains_placeholder_p): Likewise.
3436         (substitute_in_expr): Likewise.
3437         (substitute_placeholder_in_expr): Likewise.
3438         (stabilize_reference_1): Likewise.
3439         (build3_stat): Remove logic for CALL_EXPRs.  Replace with assertion
3440         to diagnose breakage of this interface for constructing CALL_EXPRs.
3441         (build_nt): Add similar assertion here.
3442         (build_nt_call_list): New.
3443         (simple_cst_equal) <CALL_EXPR>: Rewrite to use new accessors.
3444         (iterative_hash_expr): Use TREE_OPERAND_LENGTH instead of
3445         TREE_CODE_LENGTH.
3446         (get_callee_fndecl): Use new CALL_EXPR accessors.
3447         (tree_operand_check_failed): Change parameters to pass entire node
3448         instead of its code, so that we can call TREE_OPERAND_LENGTH on it.
3449         (process_call_operands): New.
3450         (build_vl_exp_stat): New.
3451         (build_call_list): New.
3452         (build_call_nary): New.
3453         (build_call_valist): New.
3454         (build_call_array): New.
3455         (walk_tree): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
3456         (call_expr_arglist): New.
3457
3458         * tree.def (CALL_EXPR): Change representation of CALL_EXPRs to use
3459         tcc_vl_exp instead of a fixed-size tcc_expression.
3460
3461         * doc/c-tree.texi (CALL_EXPR): Document new representation and
3462         accessors for CALL_EXPRs.
3463         (AGGR_INIT_EXPR): Likewise.
3464
3465 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
3466             Brooks Moses  <brooks.moses@codesourcery.com>
3467             Lee Millward  <lee.millward@codesourcery.com>
3468
3469         * builtins.c (c_strlen): Return NULL_TREE instead of 0.
3470         (expand_builtin_nonlocal_goto): Change parameter to be entire
3471         CALL_EXPR instead of an arglist.  Use new CALL_EXPR accessors.
3472         (expand_builtin_prefetch): Likewise.
3473         (expand_builtin_classify_type): Likewise.
3474         (mathfn_built_in): Return NULL_TREE instead of 0.
3475         (expand_errno_check): Use new CALL_EXPR accessors.
3476         (expand_builtin_mathfn): Use new CALL_EXPR accessors and constructors.
3477         Return NULL_RTX instead of 0.
3478         (expand_builtin_mathfn_2): Likewise.
3479         (expand_builtin_mathfn_3): Likewise.
3480         (expand_builtin_interclass_mathfn): Likewise.
3481         (expand_builtin_sincos): Likewise.
3482         (expand_builtin_cexpi): Likewise.
3483         (expand_builtin_int_roundingfn): Likewise.
3484         (expand_builtin_int_roundingfn_2): Likewise.
3485         (expand_builtin_pow): Likewise.
3486         (expand_builtin_powi): Likewise.
3487         (expand_builtin_strlen): Pass entire CALL_EXPR as parameter instead
3488         of arglist, fixing callers appropriately.  Use new CALL_EXPR
3489         accessors and constructors.  Return NULL_RTX instead of 0.
3490         (expand_builtin_strstr): Likewise.
3491         (expand_builtin_strchr): Likewise.
3492         (expand_builtin_strrchr): Likewise.
3493         (expand_builtin_strpbrk): Likewise.
3494         (expand_builtin_memcpy): Likewise.
3495         (expand_builtin_mempcpy): Likewise.
3496         (expand_builtin_mempcpy_args): New.
3497         (expand_builtin_memmove): Similarly to expand_builtin_mempcpy.
3498         (expand_builtin_memmove_args): New.
3499         (expand_builtin_bcopy): Similarly to expand_builtin_mempcpy.
3500         (expand_movstr): Likewise.
3501         (expand_builtin_strcpy): Likewise.
3502         (expand_builtin_strcpy_args): New.
3503         (expand_builtin_stpcpy): Similarly to expand_builtin_strcpy.
3504         (expand_builtin_strncpy): Likewise.
3505         (expand_builtin_memset): Likewise.
3506         (expand_builtin_memset_args): New.
3507         (expand_builtin_bzero): Similarly to expand_builtin_memset.
3508         (expand_builtin_memcmp): Likewise.
3509         (expand_builtin_strcmp): Likewise.
3510         (expand_builtin_strncmp): Likewise.
3511         (expand_builtin_strcat): Likewise.
3512         (expand_builtin_strncat): Likewise.
3513         (expand_builtin_strspn): Likewise.
3514         (expand_builtin_strcspn): Likewise.
3515         (expand_builtin_args_info): Likewise.
3516         (expand_builtin_va_start): Likewise.
3517         (gimplify_va_arg_expr): Likewise.
3518         (expand_builtin_va_end): Likewise.
3519         (expand_builtin_va_copy): Likewise.
3520         (expand_builtin_frame_address): Likewise.
3521         (expand_builtin_alloca): Likewise.
3522         (expand_builtin_bswap): Likewise.
3523         (expand_builtin_unop): Likewise.
3524         (expand_builtin_fputs): Likewise.
3525         (expand_builtin_expect): Likewise.
3526         (expand_builtin_fabs): Likewise.
3527         (expand_builtin_copysign): Likewise.
3528         (expand_builtin_printf): Likewise.
3529         (expand_builtin_fprintf): Likewise.
3530         (expand_builtin_sprintf): Likewise.
3531         (expand_builtin_init_trampoline): Likewise.
3532         (expand_builtin_signbit): Likewise.
3533         (expand_builtin_fork_or_exec): Likewise.
3534         (expand_builtin_sync_operation): Likewise.
3535         (expand_builtin_compare_and_swap): Likewise.
3536         (expand_builtin_lock_test_and_set): Likewise.
3537         (expand_builtin_lock_release): Likewise.
3538         (expand_builtin): Likewise.
3539         (builtin_mathfn_code): Likewise.
3540
3541         (fold_builtin_constant_p): Pass call arguments individually instead
3542         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
3543         accessors and constructors.  Return NULL_TREE instead of 0.
3544         (fold_builtin_expect): Likewise.
3545         (fold_builtin_classify_type): Likewise.
3546         (fold_builtin_strlen): Likewise.
3547         (fold_builtin_nan): Likewise.
3548         (integer_valued_real_p): Likewise.
3549         (fold_trunc_transparent_mathfn): Likewise.
3550         (fold_fixed_mathfn): Likewise.
3551         (fold_builtin_cabs): Likewise.
3552         (fold_builtin_sqrt): Likewise.
3553         (fold_builtin_cbrt): Likewise.
3554         (fold_builtin_cos): Likewise.
3555         (fold_builtin_cosh): Likewise.
3556         (fold_builtin_tan): Likewise.
3557         (fold_builtin_sincos): Likewise.
3558         (fold_builtin_cexp): Likewise.
3559         (fold_builtin_trunc): Likewise.
3560         (fold_builtin_floor): Likewise.
3561         (fold_builtin_ceil): Likewise.
3562         (fold_builtin_round): Likewise.
3563         (fold_builtin_int_roundingfn): Likewise.
3564         (fold_builtin_bitop): Likewise.
3565         (fold_builtin_bswap): Likewise.
3566         (fold_builtin_logarithm): Likewise.
3567         (fold_builtin_hypot): Likewise.
3568         (fold_builtin_pow): Likewise.
3569         (fold_builtin_powi): Likewise.
3570         (fold_builtin_exponent): Likewise.
3571         (fold_builtin_memset): Likewise.
3572         (fold_builtin_bzero): Likewise.
3573         (fold_builtin_memory_op): Likewise.
3574         (fold_builtin_bcopy): Deleted; call site changed to invoke
3575         fold_builtin_memory_op directly.
3576         (fold_builtin_strcpy): Similarly as for fold_builtin_memory_op.
3577         (fold_builtin_strncpy): Likewise.
3578         (fold_builtin_memcmp): Likewise.
3579         (fold_builtin_strcmp): Likewise.
3580         (fold_builtin_strncmp): Likewise.
3581         (fold_builtin_signbit): Likewise.
3582         (fold_builtin_copysign): Likewise.
3583         (fold_builtin_isascii): Likewise.
3584         (fold_builtin_toascii): Likewise.
3585         (fold_builtin_isdigit): Likewise.
3586         (fold_builtin_fabs): Likewise.
3587         (fold_builtin_abs): Likewise.
3588         (fold_builtin_fmin_fmax): Likewise.
3589         (fold_builtin_carg): Likewise.
3590         (fold_builtin_classify): Likewise.
3591         (fold_builtin_unordered_cmp): Likewise.
3592
3593         (fold_builtin_0, fold_builtin_2, fold_builtin_3, fold_builtin_4):
3594         New functions split out from fold_builtin_1.
3595         (fold_builtin_n): New.
3596         (fold_builtin_varargs): New.
3597         (fold_builtin): Deleted.  Most callers changed to use fold_call_expr
3598         instead.
3599         (fold_call_expr): New.
3600         (build_function_call_expr): Rewrite to use new helper function.
3601         (fold_builtin_call_list): New.
3602         (build_call_expr): New.
3603         (fold_builtin_call_valist): New.
3604         (rewrite_call_expr): New.
3605         (validate_arg): New.
3606         (validate_arglist): Change parameter to be entire CALL_EXPR instead
3607         of an arglist.  Change return type to bool.  Use new CALL_EXPR
3608         accessors.
3609
3610         (fold_builtin_strstr):  Pass call arguments individually instead
3611         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
3612         accessors and constructors.  Return NULL_TREE instead of 0.
3613         (fold_builtin_strchr): Likewise.
3614         (fold_builtin_strrchr): Likewise.
3615         (fold_builtin_strpbrk): Likewise.
3616         (fold_builtin_strcat): Likewise.
3617         (fold_builtin_strncat): Likewise.
3618         (fold_builtin_strspn): Likewise.
3619         (fold_builtin_strcspn): Likewise.
3620         (fold_builtin_fputs): Likewise.
3621         (fold_builtin_next_arg): Likewise.
3622         (fold_builtin_sprintf): Likewise.
3623
3624         (expand_builtin_object_size): Use new CALL_EXPR accessors.  Use
3625         NULL_RTX instead of 0.
3626         (expand_builtin_memory_chk): Likewise.
3627         (maybe_emit_chk_warning): Likewise.
3628         (maybe_emit_sprintf_chk_warning): Likewise.
3629
3630         (fold_builtin_object_size): Pass call arguments individually instead
3631         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
3632         accessors and constructors.  Return NULL_TREE instead of 0.
3633         (fold_builtin_memory_chk): Likewise.
3634         (fold_builtin_stxcpy_chk): Likewise.
3635         (fold_builtin_strncpy_chk): Likewise.
3636         (fold_builtin_strcat_chk): Likewise.
3637         (fold_builtin_strcat_chk): Likewise.
3638         (fold_builtin_strncat_chk): Likewise.
3639         (fold_builtin_sprintf_chk): Likewise.
3640         (fold_builtin_snprintf_chk): Likewise.
3641         (fold_builtin_printf): Likewise.
3642         (fold_builtin_vprintf): Likewise.
3643
3644         * fold-const.c (negate_expr_p): Use new CALL_EXPR accessors and
3645         constructors.
3646         (operand_equal_p): Add separate tcc_vl_exp/CALL_EXPR case.
3647         (make_range): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
3648         (extract_muldiv_1): Add VL_EXP_CLASS_P case.
3649         (fold_mathfn_compare): Use new CALL_EXPR accessors and constructors.
3650         (fold_unary): Likewise.
3651         (fold_binary): Likewise.
3652         (fold_ternary): Remove CALL_EXPR case, since they are no longer
3653         ternary expressions.
3654         (fold): Add logic for tcc_vl_exp.
3655         (fold_checksum_tree):  Make it know about tcc_vl_exp.  Use
3656         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
3657         (fold_build3_stat): Add assertion to flag broken interface for
3658         constructing CALL_EXPRs.
3659         (fold_build_call_list): New.
3660         (fold_build_call_list_initializer): New.
3661         (tree_expr_nonnegative_p): Use new CALL_EXPR accessors and
3662         constructors.
3663         (fold_strip_sign_ops): Likewise.
3664
3665 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
3666             Brooks Moses  <brooks.moses@codesourcery.com>
3667             Lee Millward  <lee.millward@codesourcery.com>
3668
3669         * tree-dump.c (dequeue_and_dump) <CALL_EXPR>: Use new CALL_EXPR
3670         accessors and dump arguments explicitly.
3671
3672         * tree-pretty-print.c (do_niy): Use TREE_OPERAND_LENGTH instead of
3673         TREE_CODE_LENGTH.
3674         (dump_generic_node): Use new CALL_EXPR accessors and walk arguments
3675         explicitly.
3676         (print_call_name): Use new CALL_EXPR accessors.
3677
3678         * print-tree.c (print_node): Add case tcc_vl_exp.  Print
3679         CALL_EXPR arguments explicitly instead of as a list.  Use
3680         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
3681
3682         * tree-vrp.c (stmt_interesting_for_vrp): Use new CALL_EXPR accessors.
3683         (vrp_visit_stmt): Likewise.
3684
3685         * tree-ssa-loop-im.c (outermost_invariant_loop_expr):  Make it
3686         know about tcc_vl_exp.  Use TREE_OPERAND_LENGTH instead of
3687         TREE_CODE_LENGTH.
3688         (force_move_till_expr): Likewise.
3689
3690         * targhooks.c (default_external_stack_protect_fail): Use
3691         build_call_expr instead of build_function_call_expr.
3692         (default_hidden_stack_protect_fail): Likewise.
3693
3694         * tree-complex.c (expand_complex_libcall): Use build_call_expr to
3695         build the call.
3696
3697         * cgraphbuild.c (build_cgraph_edges): Use new CALL_EXPR accessors
3698         and walk arguments explicitly.
3699
3700         * tree-ssa-loop-niter.c (simplify_replace_tree): Use
3701         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
3702         (expand_simple_operations): Likewise.
3703         (infer_loop_bounds_from_array): Use new CALL_EXPR accessors.
3704
3705         * gengtype.c (adjust_field_tree_exp): Use TREE_OPERAND_LENGTH instead
3706         of TREE_CODE_LENGTH.
3707         (walk_type): Tweak walking of arrays not to blow up on CALL_EXPRs.
3708
3709         * optabs.c (expand_widen_pattern-expr): Use TREE_OPERAND_LENGTH
3710         instead of TREE_CODE_LENGTH.
3711
3712         * value_prof.c (tree_ic): Use new CALL_EXPR accessors.
3713         (tree_ic_transform): Likewise.
3714         (interesting_stringop_to_profile_p): Pass entire CALL_EXPR as
3715         parameter instead of arglist.  Fix callers.
3716         (tree_stringop_fixed_value): Use new CALL_EXPR accessors.
3717         (tree_stringops_transform): Likewise.
3718         (tree_indirect_call_to_profile): Likewise.
3719         (tree_stringops_values_to_profile): Likewise.
3720
3721         * tree-tailcall.c (find_tail_calls): Use new CALL_EXPR iterator.
3722         (eliminate_tail_call): Likewise.
3723
3724         * ipa-cp.c (ipcp_update_callgraph): Use new CALL_EXPR accessors.
3725
3726         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
3727         Use TREE_OPERAND_LENGTH and generalize to handle any number of
3728         operands.
3729         (instantiate_parameters_1): Can't handle tcc_vl_exp here.
3730
3731         * omp-low.c (build_omp_barrier): Use build_call_expr.
3732         (lower_rec_input_clauses): Likewise.
3733         (lower_reduction_clauses): Likewise.
3734         (expand_parallel_call): Likewise.
3735         (maybe_catch_exception): Likewise.
3736         (expand_omp_for_generic): Likewise.
3737         (expand_omp_for_static_nochunk): Likewise.
3738         (expand_omp_sections): Likewise.
3739         (lower_omp_single_simple): Likewise.
3740         (lower_omp_single_copy): Likewise.
3741         (lower_omp_master): Likewise.
3742         (lower_omp_ordered): Likewise.
3743         (lower_omp_critical): Likewise.
3744
3745         * ipa-reference.c (check-call): Use new CALL_EXPR iterator.
3746         (scan_for_static_refs): Create tcc_vl_exp case for CALL_EXPR.
3747
3748         * tree-gimple.c (is_gimple_call_addr): Fix doc.
3749         (recalculate_side_effects): Use TREE_OPERAND_LENGTH instead of
3750         TREE_CODE_LENGTH.  Add tcc_vl_exp case.
3751
3752         * tree-chrec.c (chrec_contains_symbols): Use TREE_OPERAND_LENGTH
3753         and generalize to handle any number of operands.
3754         (chrec_contains_undetermined): Likewise.
3755         (tree_contains_chrecs): Likewise.
3756         (evolution_function_is_invariant_rec_p): Use TREE_OPERAND_LENGTH.
3757
3758         * cgraphunit.c (update_call_expr): Use new CALL_EXPR accessors.
3759
3760         * tree-ssa-ccp.c (ccp_fold): Use new CALL_EXPR accessors.  Use
3761         fold_call_expr instead of fold_builtin.
3762         (ccp_fold_builtin): Likewise.  Update calls into builtins.c to
3763         match declarations there.
3764         (fold_stmt): Use new CALL_EXPR constructor and accessors.  Doc
3765         updates.
3766
3767         * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Use
3768         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
3769
3770         * ipa-pure-const.c (check_call): Use new CALL_EXPR accessors.
3771         (scan_function): Add case tcc_vl_exp for CALL_EXPR.
3772
3773         * tree-stdarg.c (execute_optimize_stdarg): Use new CALL_EXPR
3774         accessors.
3775
3776         * tree-ssa-math-opts.c (execute_cse_sincos_1): Use build_call_expr.
3777         (execute_cse_sincos): Use new CALL_EXPR accessors.
3778
3779         * tree-ssa-alias.c (find_used_portions): Use new CALL_EXPR iterator.
3780
3781         * gimple-low.c (lower_function_body): Use build_call_expr.
3782         (lower_builtin_setjmp): Likewise.
3783
3784         * expr.c (emit_block_move_via_libcall): Use build_call_expr.
3785         (set_storage_via_libcall): Likewise.
3786         (safe_from_p): Add tcc_vl_exp case.  Use TREE_OPERAND_LENGTH
3787         instead of TREE_CODE_LENGTH.
3788         (expand_expr_real_1): Use new CALL_EXPR accessors.
3789
3790         * tree-browser.c (store_child_info): Use TREE_OPERAND_LENGTH and
3791         generalize to handle any number of operands.
3792         (TB_parent_eq): Likewise.
3793
3794         * predict.c (expr_expected_value): Use new CALL_EXPR accessors.
3795         (strip_builtin_expect): Likewise.
3796
3797         * function.c (gimplify_parameters): Use build_call_expr.
3798
3799         * tree-vectorizer.c (vect_is_simple_reduction): Use TREE_OPERAND_LENGTH
3800         instead of TREE_CODE_LENGTH.
3801
3802         * ipa-type-escape.c (check_call): Use new CALL_EXPR iterators.
3803         (scan_for_refs): Add case tcc_vl_exp for CALL_EXPR.
3804
3805         * tree-data-ref.c (get_references_in_stmt): Use new CALL_EXPR
3806         iterators.
3807
3808         * gimplify.c (build_stack_save_restore): Use build_call_expr.
3809         (gimplify_decl_expr): Likewise.
3810         (gimplify_call_expr): Use fold_call_expr instead of fold_builtin.
3811         Use new CALL_EXPR iterators.
3812         (gimplify_modify_expr_to_memcpy): Use build_call_expr.
3813         (gimplify_modify_expr_to_memset): Likewise.
3814         (gimplify_variable_sized_compare): Likewise.
3815         (gimplify_omp_atomic_fetch_op): Likewise.
3816         (gimplify_omp_atomic_pipeline): Likewise.
3817         (gimplify_omp_atomic_mutex): Likewise.
3818         (gimplify_function_tree): Likewise.
3819
3820         * calls.c (alloca_call_p): Use new CALL_EXPR accessors.
3821         (call_expr_flags): Likewise.
3822         (expand_call): Likewise.
3823
3824         * except.c (expand_builtin_eh_return_data_regno): Pass entire
3825         CALL_EXPR as parameter instead of arglist.  Use new CALL_EXPR
3826         accessors.
3827
3828         * coverage.c (create_coverage): Use build_call_expr.
3829
3830         * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete.
3831         (temp_call_expr_obstack): New.
3832         (pool_copy_list): Delete.
3833         (temp_copy_call_expr): New.
3834         (phi_translate): Add case tcc_vl_exp for CALL_EXPR.  Use new
3835         CALL_EXPR accessors.  Get rid of special goo for copying argument
3836         lists and use temp_copy_call_expr instead.
3837         (valid_in_sets): Add case tcc_vl_exp for CALL_EXPR.  Use new
3838         CALL_EXPR accessors.
3839         (create_expression_by_pieces): Likewise.  Use build_call_array
3840         to construct the result instead of fold_build3.
3841         (create_value_expr_from): Add tcc_vl_exp.  Delete special goo for
3842         dealing with argument lists.
3843         (init_pre): Remove references to expression_node_pool and
3844         list_node_pool.  Init temp_call_expr_obstack instead.
3845         (fini_pre): Remove references to expression_node_pool and
3846         list_node_pool.
3847
3848         * tree-sra.c (sra_walk_call_expr): Use new CALL_EXPR accessors
3849         and walk arguments explicitly instead of as a list.
3850
3851         * tree-mudflap.c (mf_build_check_statement_for): Use build_call_expr.
3852         (mx_register_decls): Likewise.
3853         (mudflap_register_call): Likewise.
3854         (mudflap_finish_file): Likewise.
3855
3856         * ipa-prop.c (ipa_callsite_compute_count): Use new CALL_EXPR accessors.
3857         (ipa_callsite_compute_param): Likewise.
3858
3859         * tree-vect-patterns.c (vect_recog_pow_pattern): Use new CALL_EXPR
3860         accessors and constructor.
3861
3862         * tree-nested.c (convert_nl_goto_reference): Use new CALL_EXPR
3863         accessors and constructor.
3864         (convert_tramp_reference): Likewise.
3865         (convert_call_expr): Likewise.
3866         (finalize_nesting_tree_1): Likewise.
3867
3868         * tree-ssa.c (tree_ssa_useless_type_conversion): Use new CALL_EXPR
3869         accessors.
3870
3871         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Use build_call_expr.
3872
3873         * tree-inline.c (initialize_inlined_parameters): Pass entire
3874         CALL_EXPR as parameter instead of arglist.  Use new CALL_EXPR
3875         accessors.
3876         (estimate_num_insns_1): Use new CALL_EXPR accessors.
3877         (expand_call_inline): Tidy up call to initialize_inlined_parameters.
3878
3879         * tree-vect-transform.c (vect_create_epilog_for_reduction):  Use
3880         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
3881         (vectorizable_reduction): Likewise.
3882         (vectorizable_call): Use new CALL_EXPR iterators.
3883         (vectorizable_conversion): Use build_call_expr.
3884         (vectorizable_operation): Use TREE_OPERAND_LENGTH.
3885         (vect_gen_widened_results_half): Use build_call_expr.
3886         (vect_setup_realignment): Likewise.
3887         (vectorizable_live_operation): Use TREE_OPERAND_LENGTH.
3888
3889         * tree-object-size.c (alloc_object_size): Use new CALL_EXPR accessors.
3890         (pass_through_call): Likewise.
3891         (compute_object_sizes): Likewise.  Use fold_call_expr instead of
3892         fold_builtin.
3893
3894         * tree-profile.c (tree_gen_interval_profiler): Use build_call_expr.
3895         (tree_gen_pow2_profiler): Likewise.
3896         (tree_gen_one_value_profiler): Likewise.
3897         (tree_gen_ic_func_profiler): Likewise.
3898         (tree_gen_average_profiler): Likewise.
3899         (tree_gen_ior_profiler): Likewise.
3900
3901         * tree-ssa-structalias.c (get_constraint_for): Add case tcc_vl_exp.
3902         (find_func_aliases): Use new CALL_EXPR accessors.  Add case
3903         tcc_vl_exp.  Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
3904
3905         * tree-ssa-reassoc.c (get_rank): Use TREE_OPERAND_LENGTH instead
3906         of TREE_CODE_LENGTH.
3907
3908         * stmt.c (warn_if_unused_value): Use TREE_OPERAND_LENGTH instead
3909         of TREE_CODE_LENGTH.
3910
3911         * convert.c (convert_to_real): Use new CALL_EXPR accessors and
3912         constructor.
3913         (convert_to_integer): Likewise.
3914
3915         * tree-ssa-operands.c (get_call_expr_operands): Use new CALL_EXPR
3916         accessors.
3917
3918 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
3919             Brooks Moses  <brooks.moses@codesourcery.com>
3920             Lee Millward  <lee.millward@codesourcery.com>
3921
3922         * config/alpha/alpha.c (alpha_expand_builtin): Use new CALL_EXPR
3923         accessors.
3924         * config/frv/frv.c (frv_expand_builtin): Likewise.
3925         * config/s390/s390.c (s390_expand_builtin): Likewise.
3926
3927         * config/sparc/sparc.c (sparc_gimplify_va_arg): Use build_call_expr.
3928         (sparc_expand_builtin): Use new CALL_EXPR accessors.
3929
3930         * config/i386/i386.c (ix86_function_ok_for_sibcall): Likewise.
3931         (ix86_expand_binop_builtin): Pass entire CALL_EXPR as parameter
3932         instead of arglist.  Use new CALL_EXPR accessors on it.  Fix callers.
3933         (ix86_expand_store_builtin): Likewise.
3934         (ix86_expand_unop_builtin): Likewise.
3935         (ix86_expand_unop1_builtin): Likewise.
3936         (ix86_expand_sse_compare): Likewise.
3937         (ix86_expand_sse_comi): Likewise.
3938         (ix86_expand_vec_init_builtin): Likewise.
3939         (ix86_expand_vec_ext_builtin): Likewise.
3940         (ix86_expand_vec_set_builtin): Likewise.
3941         (ix86_expand_builtin): Use new CALL_EXPR accessors.
3942
3943         * config/sh/sh.c (sh_expand_builtin): Use new CALL_EXPR accessors.
3944         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
3945
3946         * config/iq2000/iq2000.c (expand_one_builtin): Pass entire CALL_EXPR
3947         instead of arglist.  Use new CALL_EXPR accessors.  Fix callers.
3948         (iq2000_expand_builtin): Use new CALL_EXPR accessors.
3949
3950         * config/rs6000/rs6000-c.c (altivec_build_resolved_builtin): Use
3951         build_call_expr.
3952         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
3953         (rs6000_expand_unop_builtin): Pass entire CALL_EXPR instead of
3954         arglist.  Use new CALL_EXPR accessors.  Fix callers.
3955         (altivec_expand_abs_builtin): Likewise.
3956         (rs6000_expand_binop_builtin): Likewise.
3957         (altivec_expand_predicate_builtin): Likewise.
3958         (altivec_expand_lv_builtin): Likewise.
3959         (spe_expand_stv_builtin): Likewise.
3960         (altivec_expand_stv_builtin): Likewise.
3961         (rs6000_expand_ternop_builtin): Likewise.
3962         (altivec_expand_ld_builtin): Use new CALL_EXPR accessors.
3963         (altivec_expand_st_builtin): Likewise.
3964         (altivec_expand_dst_builtin): Likewise.
3965         (altivec_expand_vec_init_builtin): Pass entire CALL_EXPR instead of
3966         arglist.  Use new CALL_EXPR accessors.  Fix callers.
3967         (altivec_expand_vec_set_builtin): Likewise.
3968         (altivec_expand_vec_ext_builtin): Likewise.
3969         (altivec_expand_builtin): Use new CALL_EXPR accessors.
3970         (spe_expand_builtin): Likewise.
3971         (spe_expand_predicate_builtin): Pass entire CALL_EXPR instead of
3972         arglist.  Use new CALL_EXPR accessors.  Fix callers.
3973         (spe_expand_evsel_builtin): Likewise.
3974         (rs6000_expand_builtin): Use new CALL_EXPR accessors.  VCFUX and
3975         FCFSX cases must construct whole new CALL_EXPR, not just arglist.
3976
3977         * config/arm/arm.c (arm_expand_binop_builtin): Pass entire CALL_EXPR
3978         instead of arglist.  Use new CALL_EXPR accessors.  Fix callers.
3979         (arm_expand_unop_builtin): Likewise.
3980         (arm_expand_builtin): Use new CALL_EXPR accessors.
3981
3982         * config/mips/mips.c (mips_expand_builtin):  Use new CALL_EXPR
3983         accessors.
3984
3985         * config/bfin/bfin.c (bfin_expand_binop_builtin): Pass entire CALL_EXPR
3986         instead of arglist.  Use new CALL_EXPR accessors.  Fix callers.
3987         (bfin_expand_unop_builtin): Likewise.
3988         (bfin_expand_builtin): Use new CALL_EXPR accessors.
3989
3990 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
3991             Brooks Moses  <brooks.moses@codesourcery.com>
3992             Lee Millward  <lee.millward@codesourcery.com>
3993
3994         * c-semantics.c (build_stmt): Add internal diagnostic check.
3995
3996         * c-pretty-print.c (pp_c_postfix_expression): Use new CALL_EXPR
3997         accessors.  Print arguments explicitly instead of as a list.
3998
3999         * c-typeck.c (build_function_call): Use new CALL_EXPR constructors.
4000
4001         * c-omp.c (c_finish_omp_barrier): Use build_call_expr.
4002         (c_finish_omp_flish): Likewise.
4003
4004         * c-common.c (verify_tree): Use new CALL_EXPR accessors.  Traverse
4005         arguments explicitly instead of as a list.  Use TREE_OPERAND_LENGTH
4006         instead of TREE_CODE_LENGTH.
4007         (check_function_arguments_recurse): Use new CALL_EXPR accessors.
4008         (c_warn_unused_result): Likewise.
4009
4010 2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4011
4012         PR c/26494
4013         * doc/invoke.texi (Warning Options): Remove
4014         -Werror-implicit-function-declaration.
4015         (Wimplicit-function-declaration): Update description.
4016         * opts.c (common_handle_option): Move handling of -Werror=* to...
4017         (enable_warning_as_error): ...here.
4018         * opts.h (enable_warning_as_error): Declare.
4019         * c-decl.c (implicit_decl_warning): Unless
4020         -Wno-implicit-function-declaration is given, emit a pedwarn if
4021         -std=c99 or emit a warning if -Wimplicit-function-declaration.
4022         * c.opt (Wimplicit-function-declaration): Replace
4023         mesg_implicit_function_declaration with
4024         warn_implicit_function_declaration.
4025         * c-opts.c (c_common_handle_option):
4026         -Werror-implicit-function-declaration is exactly equal as
4027         -Werror=implicit-function-declaration.
4028         (set_Wimplicit): Replace mesg_implicit_function_declaration with
4029         warn_implicit_function_declaration.
4030         (c_common_post_options): -Wimplict-function-declaration is enabled
4031         by default by -std=c99, otherwise is disabled by default.
4032         * c-objc-common.c (c_objc_common_init): Remove flawed logic.
4033
4034 2007-02-15  Eric Botcazou  <ebotcazou@adacore.com>
4035
4036         * gimplify.c (gimplify_modify_expr): During gimplification, attach a
4037         DECL on the rhs to a DECL on the lhs for debug info purposes if the
4038         former is ignored but not the latter.
4039
4040 2007-02-15  Eric Botcazou  <ebotcazou@adacore.com>
4041
4042         * expr.c (expand_expr_real_1) <normal_inner_ref>: If a temporary
4043         is made and the reference doesn't use the alias set of its type,
4044         do not create the temporary using that type.
4045
4046 2007-02-15  Aldy Hernandez  <aldyh@redhat.com>
4047
4048         * jump.c: Remove prototypes for delete_computation and
4049         delete_prior_computation.
4050
4051 2007-02-15  Paolo Bonzini  <bonzini@gnu.org>
4052
4053         * jump.c (get_label_after): Delete.
4054         (get_label_before, delete_computation, delete_jump,
4055         delete_prior_computation, follow_jumps): Move...
4056         * reorg.c (delete_computation, delete_prior_computation): ... here...
4057         (get_label_before, delete_jump): ... making these static ...
4058         (follow_jumps): ... and simplifying this since it only runs after
4059         reload.
4060         * rtl.h (get_label_after, get_label_before, delete_jump,
4061         follow_jumps): Delete prototypes.
4062
4063 2007-02-15  Paolo Bonzini  <bonzini@gnu.org>
4064
4065         * caller-save.c (save_call_clobbered_regs): Do not process sibcalls.
4066
4067 2007-02-15  Nick Clifton  <nickc@redhat.com>
4068
4069         * varasm.c (default_asm_output_anchor): Prepend * to . symbol in
4070         order to prevent it from being munged by the target.
4071
4072 2007-02-15  Uros Bizjak  <ubizjak@gmail.com>
4073
4074         * config/i386/i386.md: Remove misleading comment.
4075
4076 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
4077
4078         * config/frv/frv.md (reload_incc, reload_outcc, reload_incc_uns,
4079         reload_outcc_uns, reload_incc_nz, reload_outcc_nz): Remove
4080         invalid patterns.
4081
4082 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
4083
4084         * tree-sra.c (instantiate_missing_elements): Canonicalize
4085         bit-field types.
4086         (sra_build_assignment): New.
4087         (generate_copy_inout, generate_element_copy,
4088         generate_element_zero, generate_one_element_init): Use it.
4089
4090 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
4091
4092         * tree-sra.c (instantiate_missing_elements): Canonicalize
4093         bit-field types.
4094         (sra_build_assignment): New.
4095         (generate_copy_inout, generate_element_copy,
4096         generate_element_zero, generate_one_element_init): Use it.
4097
4098 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
4099
4100         * dwarf2out.c (dwarf2out_finish): Accept namespaces as context of
4101         limbo die nodes.
4102
4103 2007-02-14  Joseph Myers  <joseph@codesourcery.com>
4104
4105         * emit-rtl.c (set_mem_attributes_minus_bitpos): Treat complex
4106         types as aggregates not scalars.
4107         * function.c (assign_stack_temp_for_type): Likewise.
4108
4109 2007-02-14  Roger Sayle  <roger@eyesopen.com>
4110             Zdenek Dvorak  <dvorakz@suse.cz>
4111
4112         * tree-dump.c (dump_switch_p_1): Require exact match of the option
4113         name.
4114
4115 2007-02-14  Zdenek Dvorak  <dvorakz@suse.cz>
4116
4117         * passes.c (next_pass_1): Clear the next field of the copied
4118         pass structure.
4119
4120 2007-02-14  Richard Henderson  <rth@redhat.com>
4121
4122         * tree-sra.c (early_sra): New.
4123         (decl_can_be_decomposed_p): Deny va_list if early_sra.
4124         (tree_sra_early, pass_sra_early): New.
4125         * tree-pass.h (pass_sra_early): Declare.
4126         * passes.c (init_optimization_passes): Use it.
4127
4128 2007-02-14  Richard Guenther  <rguenther@suse.de>
4129
4130         * flags.h (issue_strict_overflow_warning): Convert to a macro.
4131
4132 2007-02-14  Dorit Nuzman  <dorit@il.ibm.com>
4133
4134          PR tree-optimization/30771
4135         * tree-vect-analyze.c (vect_determine_vectorization_factor): Traverse
4136         also phi nodes.
4137         (vect_analyze_operations): Induction phis can now be marked as
4138         used_in_loop.
4139         (vect_mark_stmts_to_be_vectorized): No special treatment for phis.
4140         Update documentation accordingly.
4141
4142 2007-02-14  Nick Clifton  <nickc@redhat.com>
4143
4144         * builtin-types.def (DEF_FUNCTION_TYPE_x): Do not imply that at
4145         most 3 arguments are supported.
4146         (DEF_FUNCTION_TYPE_VAR_5): Fix typo in its description.
4147
4148 2007-02-13  Seongbae Park <seongbae.park@gmail.com>
4149
4150         * bitmap.c (bitmap_and, bitmap_and_compl, bitmap_xor):
4151         Ensure dst->current is valid.
4152
4153 2007-02-13  Paul Brook  <paul@codesourcery.com>
4154
4155         * config.gcc: Add arm*-*-uclinux-*eabi.
4156         * config/arm/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Define.
4157         (SUBTARGET_EXTRA_LINK_SPEC): Define.
4158         (STARTFILE_SPEC, ENDFILE_SPEC): Remove broken -shared handling.
4159         (LINK_GCC_C_SEQUENCE_SPEC): Undef.
4160         (LINK_SPEC): Define.
4161         (LIB_SPEC): Define.
4162         * config/arm/arm.c (arm_override_options): Use r9 as EABI PIC
4163         register.
4164         * config/arm/uclinux-eabi.h: New file.
4165         * config/arm/linux-eabi.h (WCHAR_TYPE): Remove.
4166         * config/arm/linux-gas.h (WCHAR_TYPE): Use unsigned long on AAPCS
4167         based targets.
4168
4169 2007-02-13  Ian Lance Taylor  <iant@google.com>
4170
4171         * common.opt: Add Wstrict-overflow and Wstrict-overflow=.
4172         * flags.h (warn_strict_overflow): Declare.
4173         (enum warn_strict_overflow_code): Define.
4174         (issue_strict_overflow_warning): New static inline function.
4175         * opts.c (warn_strict_overflow): New variable.
4176         (common_handle_option): Handle OPT_Wstrict_overflow and
4177         OPT_Wstrict_overflow_.
4178         * c-opts.c (c_common_handle_option): Set warn_strict_overflow for
4179         OPT_Wall.
4180         * fold-const.c: Include intl.h.
4181         (fold_deferring_overflow_warnings): New static variable.
4182         (fold_deferred_overflow_warning): New static variable.
4183         (fold_deferred_overflow_code): New static variable.
4184         (fold_defer_overflow_warnings): New function.
4185         (fold_undefer_overflow_warnings): New function.
4186         (fold_undefer_and_ignore_overflow_warnings): New function.
4187         (fold_deferring_overflow_warnings_p): New function.
4188         (fold_overflow_warning): New static function.
4189         (make_range): Add strict_overflow_p parameter.  Change all
4190         callers.
4191         (extract_muldiv, extract_muldiv_1): Likewise.
4192         (fold_unary) [ABS_EXPR]: Check ABS_EXPR before calling
4193         tree_expr_nonnegative_p.
4194         (fold_negate_expr): Call fold_overflow_warning.
4195         (fold_range_test): Likewise.
4196         (fold_comparison): Likewise.
4197         (fold_binary): Likewise.  Call tree_expr_nonnegative_warnv_p
4198         instead of tree_expr_nonnegative_p.
4199         (tree_expr_nonnegative_warnv_p): Rename from
4200         tree_expr_nonnegative_p, add strict_overflow_p parameter.
4201         (tree_expr_nonnegative_p): New function.
4202         (tree_expr_nonzero_warnv_p): Rename from tree_expr_nonzero_p, add
4203         strict_overflow_p parameter.
4204         (tree_expr_nonzero_p): New function.
4205         * passes.c (verify_interpass_invariants): New static function.
4206         (execute_one_pass): Call it.
4207         * tree-ssa-loop-niter.c (expand_simple_operations): Ignore fold
4208         warnings.
4209         (number_of_iterations_exit, loop_niter_by_eval): Likewise.
4210         (estimate_numbers_of_iterations): Likewise.
4211         (scev_probably_wraps_p): Likewise.
4212         * tree-ssa-ccp.c: Include "toplev.h".
4213         (evaluate_stmt): Defer fold overflow warnings until we know we are
4214         going to optimize.
4215         (struct fold_stmt_r_data): Add stmt field.
4216         (fold_stmt_r): Defer fold overflow warnings until we know we
4217         optimized.
4218         (fold_stmt): Initialize stmt field of fold_stmt_r_data.
4219         (fold_stmt_inplace): Likewise.
4220         * tree-cfgcleanup.c: Include "toplev.h" rather than "errors.h".
4221         (cleanup_control_expr_graph): Defer fold overflow warnings until
4222         we know we are going to optimize.
4223         * tree-cfg.c (fold_cond_expr_cond): Likewise.
4224         * tree-ssa-threadedge.c (simplify_control_stmt_condition):
4225         Likewise.
4226         * tree-vrp.c (vrp_expr_computes_nonnegative): Call
4227         tree_expr_nonnegative_warnv_p instead of tree_expr_nonnegative_p.
4228         * tree-ssa-loop-manip.c (create_iv): Likewise.
4229         * c-typeck.c (build_conditional_expr): Likewise.
4230         (build_binary_op): Likewise.
4231         * tree-vrp.c (vrp_expr_computes_nonzero): Call
4232         tree_expr_nonzero_warnv_p instead of tree_expr_nonzero_p.
4233         (extract_range_from_unary_expr): Likewise.
4234         * simplify-rtx.c (simplify_const_relational_operation): Warn when
4235         assuming that signed overflow does not occur.
4236         * c-common.c (pointer_int_sum): Ignore fold overflow warnings.
4237         * tree.h (tree_expr_nonnegative_warnv_p): Declare.
4238         (fold_defer_overflow_warnings): Declare.
4239         (fold_undefer_overflow_warnings): Declare.
4240         (fold_undefer_and_ignore_overflow_warnings): Declare.
4241         (fold_deferring_overflow_warnings_p): Declare.
4242         (tree_expr_nonzero_warnv_p): Declare.
4243         * doc/invoke.texi (Option Summary): Add -Wstrict-overflow to list
4244         of warning options.
4245         (Warning Options): Document -Wstrict-overflow.
4246         * Makefile.in (tree-ssa-threadedge.o): Depend on toplev.h.
4247         (tree-ssa-ccp.o): Likewise.
4248         (tree-cfgcleanup.o): Change errors.h dependency to toplev.h.
4249         (fold-const.o): Depend on intl.h.
4250
4251 2007-02-13  Ian Lance Taylor  <iant@google.com>
4252
4253         PR middle-end/30751
4254         * lower-subreg.c (resolve_simple_move): Decompose subregs in
4255         addresses.
4256
4257 2007-02-13  Stuart Hastings  <stuart@apple.com>
4258
4259         * gcc/config/i386/i386.md (fixuns_truncdfhi2): Require SSE2.
4260
4261 2007-02-13  Richard Henderson  <rth@redhat.com>
4262
4263         * config/alpha/alpha.c (alpha_stdarg_optimize_hook): Strip
4264         handled_component_p before looking for the indirect_ref.
4265
4266 2007-02-13  Richard Henderson  <rth@redhat.com>
4267
4268         * config/i386/i386.md (bswapsi_1): Rename from bswapsi2,
4269         remove flags clobber.
4270         (bswapsi2): New expander, emit code for !TARGET_BSWAP.
4271         (bswaphi_lowpart): New.
4272         (bswapdi2): Rename from bswapdi2_rex, remove flags clobber,
4273         remove TARGET_BSWAP test.  Delete expander of the same name.
4274
4275         * optabs.c (widen_bswap, expand_doubleword_bswap): New.
4276         (expand_unop): Use them.
4277
4278 2007-02-13  Uros Bizjak  <ubizjak@gmail.com>
4279
4280         * config/i386/i386.md (cmpdi_ccno_1_rex64, *cmpsi_ccno_1,
4281         *cmphi_ccno_1, *cmpqi_ccno_1, *movsi_xor, *movstricthi_xor,
4282         *movstrictqi_xor, *movdi_xor_rex64, *ashldi3_1_rex64,
4283         *ashldi3_cmp_rex64, *ashldi3_cconly_rex64, ashlsi3, *ashlsi3_1_zext,
4284         *ashlsi3_cmp, *ashlsi3_cconly, *ashlsi3_cmp_zext, *ashlhi3_1_lea,
4285         *ashlhi3_1, *ashlhi3_cmp, *ashlhi3_cconly, *ashlqi3_1_lea,
4286         *ashlqi3_1, *ashlqi3_cmp, *ashlqi3_cconly): Remove equivalent
4287         assembler dialect choice from asm templates.
4288
4289 2007-02-12  Richard Henderson  <rth@redhat.com>
4290
4291         * config/i386/i386.md (fixuns_trunc<SSEMODEF>si_1): New insn.
4292         (fixuns_trunc<SSEMODEF>si2): Use it.
4293         * config/i386/sse.md (vec_setv4sf_0): Export.
4294         * config/i386/i386.c (ix86_build_const_vector): Export.
4295         (ix86_split_convert_uns_si_sse): Rename from
4296         ix86_expand_convert_uns_si_sse and rewrite as a splitter.
4297         * config/i386/i386-protos.h: Update.
4298
4299 2007-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4300
4301         PR c/29521
4302         * c-typeck.c (c_finish_return): Improve warning message.
4303
4304 2007-02-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4305
4306         * alias.c (find_symbolic_term): Delete unused function.
4307
4308 2007-02-12  Uros Bizjak  <ubizjak@gmail.com>
4309
4310         * config/i386/i386.md (paritydi2, paritysi2): New expanders.
4311         (paritydi2_cmp, paritydi2_cmp): New insn and split patterns.
4312         (*parityhi2_cmp, *parityqi2_cmp): New insn patterns.
4313
4314 2007-02-12  Eric Botcazou  <ebotcazou@adacore.com>
4315
4316         * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
4317         * cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on
4318         the function, temporarily point the debug interface to the null one.
4319
4320 2007-02-12  Eric Botcazou  <ebotcazou@adacore.com>
4321
4322         * dwarf2out.c (round_up_to_align): New static function.
4323         (field_byte_offset): Use it to round the offset.
4324
4325 2007-02-12  Richard Henderson  <rth@redhat.com>
4326
4327         * config/alpha/alpha.md (bswapsi2, bswapdi2): New.
4328         (inswl_const): Export.
4329
4330 2007-02-12  Richard Henderson  <rth@redhat.com>
4331
4332         * calls.c (emit_library_call_value_1): If PROMOTE_MODE modifed the
4333         result mode of the libcall, convert back to outmode.
4334
4335 2007-02-12  Roger Sayle  <roger@eyesopen.com>
4336
4337         * config/i386/i386.md (*bswapdi2_rex): Renamed from bswapdi2.
4338         (bswapdi2): New define_expand to implement 32-bit implementation.
4339
4340 2007-02-12  Nick Clifton  <nickc@redhat.com>
4341
4342         * doc/invoke.texi (Overall Options): Document --help=.
4343         * gcc.c (target_help_flag): Rename to print_subprocess_flag.
4344         (cc1_options): Pass --help= on to cc1.
4345         (display_help): Add description of --help=.
4346         (process_command): Add code to handle --help=.  Allow translated
4347         --help and --target-help switches to be passed on to compiler
4348         sub-process.
4349         (main): Remove unused if statement.
4350         * opts.c (columns): Remove.
4351         (LEFT_COLUMN): Define.
4352         (wrap_help): Add columns argument.
4353         (print_filtered_help): Change parameters to be an include bitmask,
4354         an exclude bitmask, an any bitmask and the column width.  Move the
4355         code to display the params list here.  Add code to display the
4356         status of options rather than their descriptions if the quiet flag
4357         is not active.
4358         (print_specific_help): Change parameters to be an include bitmask,
4359         an exclude bitmask and an any bitmask.  Move code to look up the
4360         column width here.  Decide upon the title for an options listing.
4361         (common_handle_options): Add code to handle --help=.  Adapt code
4362         for --help and --target-help to use the revised form of the
4363         print_specific_help function.
4364         (print_help): Delete.
4365         (print_param_help): Delete.
4366         (print_switch): Delete.
4367         * opts.h (cl_lang_count): Add prototype.
4368         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_MIN_OPTION_CLASS,
4369         CL_MAX_OPTION_CLASS): New defines.
4370         * optc-gen.awk: Add construction of cl_lang_count.
4371         * c.opt: Add Warning attribute to warning options and Optimization
4372         attribute to optimization options.
4373         * common.opt: Likewise.
4374         Add --help=.
4375         Add -fhelp and -ftarget-help as aliases for the transformed --help
4376         and --target-help options.
4377         * opt-functions.awk: Add code to handle Warning and Optimization
4378         attributes.
4379
4380 2007-02-12  Richard Henderson  <rth@redhat.com>
4381
4382         * config/alpha/constraints.md: New file.
4383         * config/alpha/alpha.c: Include tm-constrs.h.
4384         (alpha_const_ok_for_letter_p, alpha_const_double_ok_for_letter_p,
4385         alpha_extra_constraint): Remove.
4386         (alpha_emit_conditional_branch): Use satisfies_constraint_*.
4387         * config/alpha/alpha-protos.h: Update.
4388         * config/alpha/alpha.h (REG_CLASS_FROM_LETTER): Remove.
4389         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Remove.
4390         (EXTRA_CONSTRAINT): Remove.
4391         * config/alpha/alpha.md: Include constraints.md.
4392         (adddi splitter): Use satisfies_constraint_*.
4393         * config/alpha/predicates.md (add_operand): Likewise.
4394         (sext_add_operand, addition_operation): Likewise.
4395
4396 2007-02-12  Dorit Nuzman  <dorit@il.ibm.com>
4397
4398         PR tree-optimization/29145
4399         * tree-data-ref.c (base_addr_differ_p): Make us more conservative
4400         in our handling of restrict qualified pointers.
4401
4402 2007-02-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4403
4404         PR middle-end/7651
4405         * doc/invoke.texi (Wunused-value): Update description.
4406         (Wextra): Delete item.
4407         * opts.c (set_Wextra): Don't use the value of Wextra to set the
4408         value of Wunused-value.
4409         * c-typeck.c (c_process_expr_stmt): Don't check extra_warnings.
4410         (c_finish_stmt_expr): Don't check extra_warnings.
4411         (emit_side_effect_warnings): The caller is responsible to check
4412         warn_unused_value.
4413
4414 2007-02-11  Roger Sayle  <roger@eyesopen.com>
4415             Matt Thomas  <matt@3am-software.com>
4416
4417         * simplify-rtx.c (simplify_relational_operation_1): Correct typo.
4418
4419 2007-02-11  Roger Sayle  <roger@eyesopen.com>
4420
4421         * simplify-rtx.c (simplify_relational_operation_1): Optimize
4422         comparisons of POPCOUNT against zero.
4423         (simplify_const_relational_operation): Likewise.
4424
4425 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4426
4427         * doc/invoke.texi (Wextra): Delete outdated paragraph.
4428
4429 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4430
4431         * dwarf2out.c (root_type): Delete unused function.
4432
4433 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4434
4435         * genattrtab.c (contained_in_p): Delete unused function.
4436         (write_expr_attr_cache): Likewise.
4437
4438 2007-02-11  Jan Hubicka  <jh@suse.cz>
4439
4440         * ipa-inline.c (cgraph_edge_badness): Add "else" missing in the
4441         previous patch.
4442
4443 2007-02-11  Steven Bosscher  <steven@gcc.gnu.org>
4444
4445         * fwprop.c (try_fwprop_subst): Use set_unique_reg_note
4446         to add the REG_EQ* note.
4447         * see.c (see_merge_one_use_extension): Likewise.
4448         * local-alloc.c (update_equiv_regs): Likewise.  Also don't
4449         turn REG_EQUAL notes into REG_EQUIV notes if the target
4450         register may have more than one set.
4451         * function.c (assign_parm_setup_reg): Use set_unique_reg_note.
4452         * gcse.c (try_replace_reg): Likewise.
4453         * alias.c (init_alias_analysis): Use find_reg_equal_equiv_note.
4454         * calls.c (fixup_tail_calls): Likewise.  Abort if there is
4455         more than one REG_EQUIV note.
4456         * reload1.c (gen_reload): Use set_unique_reg_note.
4457
4458 2007-02-11  Uros Bizjak  <ubizjak@gmail.com>
4459
4460         * config/i386/i386.c (TARGET_VECTORIZE_BUILTIN_CONVERSION): Define.
4461         (ix86_builtin_conversion): New function.
4462
4463 2007-02-06  Mark Mitchell  <mark@codesourcery.com>
4464
4465         PR target/29487
4466         * tree.h (DECL_REPLACEABLE_P): New macro.
4467         * except.c (set_nothrow_function_flags): Likewise.
4468
4469 2007-02-11  Tehila Meyzels  <tehila@il.ibm.com>
4470             Ira Rosen  <irar@il.ibm.com>
4471             Dorit Nuzman  <dorit@il.ibm.com>
4472
4473         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.
4474         * targhooks.c (default_builtin_vectorized_conversion): New.
4475         * targhooks.h (default_builtin_vectorized_function): New declaration.
4476         * target.h (struct vectorize): Add builtin_conversion field.
4477         * tree-vectorizer.h (type_conversion_vec_info_type): New enum
4478         stmt_vec_info_type value.
4479         (vectorizable_conversion): New declaration.
4480         * tree-vect-analyze.c (vect_analyze_operations): Add
4481         vectorizable_conversion call.
4482         * target-def.h (TARGET_VECTORIZE_BUILTIN_CONVERSION): New.
4483         * tree-vect-transform.c (vectorizable_conversion): New function.
4484         (vect_transform_stmt): Add case for type_conversion_vec_info_type.
4485         * tree-vect-generic.c (expand_vector_operations_1): Consider correct
4486         mode.
4487         * config/rs6000/rs6000.c (rs6000_builtin_conversion): New.
4488         (TARGET_VECTORIZE_BUILTIN_CONVERSION): Defined.
4489         (rs6000_expand_builtin): Add handling a case of ALTIVEC_BUILTIN_VCFUX
4490         or ALTIVEC_BUILTIN_VCFSX.
4491
4492 2007-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4493
4494         PR target/30634
4495         * pa.md (movdf): For 64-bit target, fail if operand 1 is a non-zero
4496         CONST_DOUBLE and operand 0 is a hard register.
4497         (movdi): For 64-bit target, remove code to force CONST_DOUBLE to
4498         memory.  Fail if operand 1 is a non-zero CONST_INT and operand 0
4499         is a hard floating-point register.
4500
4501 2007-02-10  Richard Henderson  <rth@redhat.com>
4502             Jakub Jelinek  <jakub@redhat.com>
4503             Alexandre Oliva  <aoliva@redhat.com>
4504
4505         * Makefile.in (libgcc-support, libgcc.mvars): Add emutls.c.
4506         * builtin-types.def (BT_WORD): Make unsigned.
4507         (BT_FN_VOID_PTR_WORD_WORD_PTR): New.
4508         * builtins.def (BUILT_IN_EMUTLS_GET_ADDRESS): New.
4509         (BUILT_IN_EMUTLS_REGISTER_COMMON): New.
4510         * c-decl.c (grokdeclarator): Don't error if !have_tls.
4511         * c-parser.c (c_parser_omp_threadprivate): Likewise.
4512         * dwarf2out.c (loc_descriptor_from_tree_1): Don't do anything for
4513         emulated tls.
4514         * expr.c (emutls_var_address): New.
4515         (expand_expr_real_1): Expand emulated tls.
4516         (expand_expr_addr_expr_1): Likewise.
4517         * libgcc-std.ver: Add __emutls_get_address, __emutls_register_common.
4518         * output.h (emutls_finish): Declare.
4519         * toplev.c (compile_file): Call it.
4520         * tree-ssa-address.c (gen_addr_rtx): Check for const-ness of the
4521         address before wrapping in CONST.
4522         * varasm.c (emutls_htab, emutls_object_type): New.
4523         (EMUTLS_VAR_PREFIX, EMUTLS_TMPL_PREFIX): New.
4524         (get_emutls_object_name, get_emutls_object_type): New.
4525         (get_emutls_init_templ_addr, emutls_decl): New.
4526         (emutls_common_1, emutls_finish): New.
4527         (assemble_variable): When emulating tls, swap decls; generate
4528         constructor for the emutls objects.
4529         (do_assemble_alias): When emulating tls, swap decl and target name.
4530         (default_encode_section_info): Don't add SYMBOL_FLAG_TLS_SHIFT
4531         for emulated tls.
4532         * varpool.c (decide_is_variable_needed): Look at force_output.
4533         Recurse for emulated tls.
4534         (cgraph_varpool_remove_unreferenced_decls): Remove checks redundant
4535         with decide_is_variable_needed.
4536         * emutls.c: New file.
4537         * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): Only emit
4538         tls_object for real tls.
4539
4540 2007-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
4541
4542         PR rtl-optimization/29599
4543         * reload1.c (eliminate_regs_in_insn): Take the destination
4544         mode into account when computing the offset.
4545
4546 2007-02-09  Stuart Hastings  <stuart@apple.com>
4547             Richard Henderson  <rth@redhat.com>
4548
4549         * gcc/config/i386/i386.h (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
4550         * gcc/config/i386/darwin.h: (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
4551         * gcc/config/i386/i386.md (fixuns_trunc<mode>si2, fixuns_truncsfhi2,
4552         fixuns_truncdfhi2): New.
4553         (fix_truncsfdi_sse): Call ix86_expand_convert_sign_didf_sse.
4554         (floatunsdidf2): Call ix86_expand_convert_uns_didf_sse.
4555         (floatunssisf2): Add call to ix86_expand_convert_uns_sisf_sse.
4556         (floatunssidf2): Allow nonimmediate source.
4557         * gcc/config/i386/sse.md (movdi_to_sse): New.
4558         (vec_concatv2di): Drop '*'.
4559         * gcc/config/i386/i386-protos.h (ix86_expand_convert_uns_si_sse,
4560         ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
4561         ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse):
4562         New.
4563         * gcc/config/i386/i386.c (ix86_expand_convert_uns_si_sse,
4564         ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
4565         ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse,
4566         ix86_build_const_vector, ix86_expand_vector_init_one_nonzero): New.
4567         (ix86_build_signbit_mask): Fix decl of v, refactor to call
4568         ix86_build_const_vector.
4569         (x86_emit_floatuns): Rewrite.
4570
4571 2007-02-10  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4572
4573         * genautomata.c (longest_path_length): Delete unused function.
4574         (struct state): Delete unused longest_path_length.
4575         (UNDEFINED_LONGEST_PATH_LENGTH): Delete unused macro.
4576         (get_free_state): Delete unused.
4577
4578 2007-02-09  Jan Hubicka  <jh@suse.cz>
4579
4580         * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
4581         * doc/invoke.texi (inline-unit-growth): Update default value.
4582
4583         * Makefile.in (passes.o, ipa-inline.o): Add dependencies.
4584         * cgraphbuild.c (build_cgraph_edges): Compute frequencies.
4585         (rebuild_cgraph_edges): Likewise.
4586         * cgraph.c (cgraph_set_call_stmt): Add new argument frequency.
4587         (dump_cgraph_node): Dump frequencies.
4588         (cgraph_clone_edge): Add frequency scales.
4589         (cgraph_clone_node): Add freuqnecy.
4590         * cgraph.h (cgraph_edge): Add freuqnecy argument.
4591         (CGRAPH_FREQ_BASE, CGRAPH_FREQ_MAX): New constants.
4592         (cgraph_create_edge, cgraph_clone_edge, cgraph_clone_node): Update.
4593         * tree-pass.h (TODO_rebuild_frequencies): New constant.
4594         * cgraphunit.c (verify_cgraph_node): Verify frequencies.
4595         (cgraph_copy_node_for_versioning): Update call of cgraph_clone_edge.
4596         (save_inline_function_body): Likewise.
4597         * ipa-inline.c: inluce rtl.h
4598         (cgraph_clone_inlined_nods): Update call of cgraph_clone_node.
4599         (cgraph_edge_badness): Use frequencies.
4600         (cgraph_decide_recursive_inlining): Update clonning.
4601         (cgraph_decide_inlining_of_small_function): Dump frequency.
4602         * predict.c (estimate_bb_frequencies): Export.
4603         * predict.h (estimate_bb_frequencies): Declare.
4604         * tree-inline.c (copy_bb): Watch overflows.
4605         (expand_call_inline): Update call of cgraph_create_edge.
4606         (optimize_inline_calls): Use TODO flags to update frequnecies.
4607         * passes.h: Include predict.h
4608         (init_optimization_passes): Move profile ahead.
4609         (execute_function_todo): Handle TODO_rebuild_frequencies.
4610
4611 2007-02-09  Roger Sayle  <roger@eyesopen.com>
4612
4613         * config/alpha/alpha.c (emit_insxl): Force the first operand of
4614         the insbl or inswl pattern into a register.
4615
4616 2007-02-09  Roger Sayle  <roger@eyesopen.com>
4617
4618         * config/ia64/ia64.md (bswapdi2): New define_insn.
4619
4620 2007-02-09  Richard Henderson  <rth@redhat.com>
4621
4622         * config/i386/constraints.md (Ym): New constraint.
4623         * config/i386/i386.md (movsi_1): Change Y2 to Yi constraints.
4624         (movdi_1_rex64): Split sse and xmm general register moves from
4625         memory move alternatives.  Use conditional register constraints.
4626         (movsf_1, movdf_integer): Likewise.
4627         (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
4628         (movdf_integer_rex64): New.
4629         (pushsf_rex64): Fix output constraints.
4630         * config/i386/sse.md (sse2_loadld): Split rm alternative, use Yi.
4631         (sse2_stored): Likewise.
4632         (sse2_storeq_rex64): New.
4633         * config/i386/i386.c (x86_inter_unit_moves): Enable for not
4634         amd and not generic.
4635         (ix86_secondary_memory_needed): Don't bypass TARGET_INTER_UNIT_MOVES
4636         for optimize_size.  Remove SF/DFmode hack.
4637
4638 2007-02-09  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4639
4640         * config/i386/driver-i386.c: Turn on -mtune=native for AMDFAM10.
4641         (bit_SSE4a): New.
4642
4643 2007-02-09  Nathan Sidwell  <nathan@codesourcery.com>
4644             Richard Sandiford  <richard@codesourcery.com>
4645
4646         * config.gcc (m68010-*-netbsdelf*, m68k*-*-netbsdelf*)
4647         (m68k*-*-openbsd*, m68k-*-linux*): Set default_cf_cpu.
4648         (m68k-*-aout*, m68k-*-coff*, m68k-*-uclinux*, m68k-*-rtems*): Add
4649         m68k/t-mlib to tmake_file.
4650         (m68020-*-elf*, m68k-*-elf*): Likewise.  Add t-m68kbare as well.
4651         (m68k*-*-*): Use --with-arch to pick a default for --with-cpu.
4652         (m680[012]0-*-*, m68k*-*-*): Add support for --with-arch.
4653         Allow it to be cf or m68k.  Set m68k_arch_family.  If that
4654         variable is not empty, add t-$m68k_arch_family to tmake_file.
4655         Add t-mlibs to tmake_file.
4656         * doc/install.texi: Document --with-arch=m68k and --with-arch=cf.
4657         * config/m68k/t-cf: New file.
4658         * config/m68k/t-m68k: Likewise.
4659         * config/m68k/t-mlibs: Likewise.
4660         * config/m68k/t-m68kbare (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
4661         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
4662         (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
4663         * config/m68k/t-m68kelf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
4664         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS, LIBGCC, INSTALL_LIBGCC):
4665         Delete.
4666         * config/m68k/t-openbsd (MULTILIB_OPTIONS, LIBGCC): Delete.
4667         (INSTALL_LIBGCC): Delete.
4668         (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
4669         * config/m68k/t-rtems (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
4670         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
4671         (M68K_MLIB_CPU): Define.
4672         * config/m68k/t-uclinux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
4673         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
4674         (M68K_MLIB_CPU, M68K_MLIB_OPTIONS, M68K_MLIB_DIRNAMES): Define.
4675
4676 2007-02-09  Zdenek Dvorak  <dvorakz@suse.cz>
4677             Richard Guenther  <rguenther@suse.de>
4678
4679         PR middle-end/23361
4680         * fold-const.c (fold_comparison): Handle obfuscated comparisons
4681         against INT_MIN/INT_MAX.
4682         * tree-ssa-loop-ivcanon.c (remove_empty_loop): Print to dump
4683         file if a loop is removed.
4684
4685 2007-02-09  Joseph Myers  <joseph@codesourcery.com>
4686
4687         * calls.c (store_one_arg): Pass correct alignment to
4688         emit_push_insn for non-BLKmode values.
4689         * expr.c (emit_push_insn): If STRICT_ALIGNMENT, copy to an
4690         unaligned stack slot via a suitably aligned slot.
4691
4692 2007-02-08  DJ Delorie  <dj@redhat.com>
4693
4694         * config/m32c/m32c.c (m32c_unpend_compare): Add default to silence
4695         warnings.
4696         (legal_subregs): Use unsigned char, make const.
4697         (m32c_illegal_subreg_p): Use ARRAY_SIZE.  Delete unused variables.
4698
4699 2007-02-08  Paul Brook  <paul@codesourcery.com>
4700
4701         * config/arm/lib1funcs.asm (RETLDM): Pop directly into PC when no
4702         special interworking needed.
4703
4704 2007-02-08  Harsha Jagasia  <harsha.jagasia@amd.com>
4705
4706         * config/i386/xmmintrin.h: Make inclusion of emmintrin.h
4707         conditional to __SSE2__.
4708         (Entries below should have been added to first ChangeLog
4709         entry for amdfam10 dated 2007-02-05)
4710         * config/i386/emmintrin.h: Generate #error if __SSE2__ is not
4711         defined.
4712         * config/i386/pmmintrin.h: Generate #error if __SSE3__ is not
4713         defined.
4714         * config/i386/tmmintrin.h: Generate #error if __SSSE3__ is not
4715         defined.
4716
4717 2007-02-08  DJ Delorie  <dj@redhat.com>
4718
4719         * config/m32c/m32c-protos.h (m32c_illegal_subreg_p): New.
4720         * config/m32c/m32c.c (legal_subregs): New.
4721         (m32c_illegal_subreg_p): New.
4722         * config/m32c/predicates.md (m32c_any_operand): Use it to reject
4723         unsupported subregs of hard regs.
4724
4725 2007-02-08  Jan Hubicka  <jh@suse.cz>
4726
4727         * tree-cfg.c (bsi_replace): Shortcut when replacing the statement with
4728         the same one; always update histograms.
4729
4730 2007-02-08  Diego Novillo  <dnovillo@redhat.com>
4731
4732         * passes.c (init_optimization_passes): Tidy comment.
4733
4734 2007-02-08  Roger Sayle  <roger@eyesopen.com>
4735
4736         * simplify-rtx.c (simplify_unary_operation_1) <POPCOUNT>: We can
4737         strip zero_extend, bswap and rotates from POCOUNT's argument.
4738         <PARITY>: Likewise, we can strip not, bswap, sign_extend,
4739         zero_extend and rotates from PARITY's argument.
4740         <BSWAP>: A byte-swap followed by a byte-swap is an identity.
4741         (simplify_const_unary_operation) <BSWAP>: Evaluate the byte-swap
4742         of an integer constant at compile-time.
4743
4744 2007-02-08  Diego Novillo  <dnovillo@redhat.com>
4745
4746         PR 30562
4747         * tree-flow.h (struct var_ann_d): Remove field 'is_used'.
4748         Update all users.
4749         * tree-ssa-alias.c (compute_is_aliased): Remove.  Update all
4750         users.
4751         (init_alias_info):
4752         * tree-ssa-live.c (remove_unused_locals): Do not remove
4753         TREE_ADDRESSABLE variables.
4754         * tree-ssa-structalias.c (compute_points_to_sets): Tidy.
4755         * tree-ssa-operands.c (add_virtual_operand): Remove argument
4756         FOR_CLOBBER.  Update all users.
4757         If VAR has an associated alias set, add a virtual operand for
4758         it if no alias is found to conflict with the memory reference.
4759
4760 2007-02-07  Jan Hubicka  <jh@suse.cz>
4761             Robert Kidd <rkidd@crhc.uiuc.edu>
4762
4763         * value-prof.c (visit_hist, free_hist): Return 1 instead of 0.
4764
4765 2007-02-07  Ian Lance Taylor  <iant@google.com>
4766
4767         * lower-subreg.c (simple_move): Reject PARTIAL_INT modes.
4768
4769 2007-02-07  Roger Sayle  <roger@eyesopen.com>
4770
4771         * config/rs6000/rs6000.md (ctz<mode>2, ffs<mode>2, popcount<mode>2,
4772         parity<mode>2, smulsi3_highpart, abstf2_internal, allocate_stack,
4773         tablejumpdi, movsi_to_cr_one): Remove constraints from
4774         define_expand's match_operands.
4775
4776 2007-02-07  Roger Sayle  <roger@eyesopen.com>
4777
4778         * global.c (compute_regsets): Move declatation of "i" inside of
4779         #ifdef ELIMINABLE_REGS to avoid unused variable bootstrap failure.
4780
4781 2007-02-07  Jakub Jelinek  <jakub@redhat.com>
4782
4783         PR c++/30703
4784         * gimplify.c (gimplify_scan_omp_clauses): Remove special casing
4785         of INDIRECT_REF <RESULT_DECL>.
4786
4787         * config/i386/i386.c (override_options): Set PTA_SSSE3 for core2.
4788
4789 2007-02-06  J"orn Rennecke  <joern.rennecke@arc.com>
4790             Kaz Kojima  <kkojima@gcc.gnu.org>
4791
4792         PR target/29746
4793         * config/sh/sh.c (expand_cbranchdi4): Use scratch register
4794         properly.
4795         (sh_initialize_trampoline): Add parentheses to avoid a warning.
4796
4797 2007-02-06  Zdenek Dvorak <dvorakz@suse.cz>
4798
4799         * doc/loop.texi: Document possibility not to perform disambiguation
4800         of loops with multiple latches.
4801         * cfgloopmanip.c (alp_enum_p): Removed.
4802         (add_loop): Handle subloops.  Use get_loop_body_with_size.
4803         (create_preheader): Do not allow ENTRY_BLOCK_PTR to be preheader.
4804         * cfghooks.c (redirect_edge_and_branch_force): Set dominator for
4805         the new forwarder block.
4806         (make_forwarder_block): Only call new_bb_cbk if it is not NULL.
4807         Handle the case latch is NULL.
4808         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Avoid cfg modifications
4809         when marking loop exits.
4810         * ifcvt.c (if_convert): Ditto.  Mark loop exits even if cfg cannot
4811         be modified.
4812         * loop-init.c (loop_optimizer_init): Do not modify cfg.  Call
4813         disambiguate_loops_with_multiple_latches.
4814         * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Calculate dominators
4815         before fix_loop_structure.
4816         * cfgloop.c: Include pointer-set.h and output.h.
4817         (canonicalize_loop_headers, HEADER_BLOCK, LATCH_EDGE,
4818         update_latch_info, mfb_keep_just, mfb_keep_nonlatch): Removed.
4819         (get_loop_latch_edges, find_subloop_latch_edge_by_profile,
4820         find_subloop_latch_edge_by_ivs, find_subloop_latch_edge,
4821         mfb_redirect_edges_in_set, form_subloop, merge_latch_edges,
4822         disambiguate_multiple_latches, get_loop_body_with_size,
4823         disambiguate_loops_with_multiple_latches): New functions.
4824         (flow_loop_dump): Dump multiple latch edges.
4825         (flow_loop_nodes_find): Handle loops with multiple latches.
4826         (flow_loops_find): Ditto. Do not call canonicalize_loop_headers.
4827         (glb_enum_p): Modified.
4828         (get_loop_body): Use get_loop_body_with_size.
4829         * cfgloop.h (LOOPS_HAVE_RECORDED_EXITS): New flag.
4830         (AVOID_CFG_MODIFICATIONS): New constant.
4831         (disambiguate_loops_with_multiple_latches, add_loop,
4832         get_loop_body_with_size): Declare.
4833         * Makefile.in (cfgloop.o): Add pointer-set.h and output.h.
4834
4835 2007-02-06  Seongbae Park <seongbae.park@gmail.com>
4836
4837         PR inline-asm/28686
4838         * global.c (compute_regsets): New function.
4839         (global_alloc): Refactored ELIMINABLE_REGSET
4840         and NO_GLOBAL_ALLOC_REGS computation out.
4841         (rest_of_handle_global_alloc): Call compute_regsets()
4842         for non-optimizing case.
4843
4844 2007-02-06  Richard Henderson  <rth@redhat.com>
4845
4846         * config/i386/constraints.md (Y2): Rename from Y.
4847         (Yi): New constraint.
4848         * config/i386/i386.md (movsi_1, movdi_2, pushdf_nointeger,
4849         pushdf_integer, movdf_nointeger, movdf_integer, zero_extendsidi2_32,
4850         zero_extendsidi2_rex64, truncxfdf2_mixed): Change Y constraints to Y2.
4851         (extendsfdf2_mixed, extendsfdf2_sse, truncdfsf_fast_mixed,
4852         truncdfsf_fast_sse, truncdfsf_mixed, fix_truncdfdi_sse,
4853         fix_truncdfsi_sse, floatsidf2_mixed, floatsidf2_sse,
4854         floatdidf2_mixed, floatdidf2_sse, absnegdf2_mixed,
4855         absnegdf2_sse, sse_setccdf, fop_df_comm_mixed, fop_df_comm_sse,
4856         fop_df_1_mixed, fop_df_1_sse): Change Y constraints to x.
4857         * config/i386/mmx.md (mov<MMXMODEI>_internal_rex64,
4858         mov<MMXMODEI>_internal, movv2sf_internal_rex64, movv2sf_internal,
4859         vec_extractv2si_1): Change Y constraints to Y2.
4860         * config/i386/sse.md (vec_setv4sf_0, vec_concatv2df, vec_dupv4si,
4861         vec_dupv2di, sse2_concatv2si, vec_concatv4si_1, vec_concatv2di):
4862         Change Y constraints to Y2.
4863         (sse2_loadld): Change Y constraints to x.
4864
4865 2007-02-06  Roger Sayle  <roger@eyesopen.com>
4866
4867         * config/rs6000/rs6000.md (popcount<mode>2): Rewrite.
4868         (parity<mode>2): New define_expand using rs6000_emit_parity.
4869         * config/rs6000/rs6000.c (rs6000_emit_popcount,
4870         rs6000_emit_parity): New functions.
4871         * config/rs6000/rs6000-protos.h (rs6000_emit_popcount,
4872         rs6000_emit_parity): Prototype here.
4873
4874 2007-02-06  Ian Lance Taylor  <iant@google.com>
4875
4876         * lower-subreg.c (simple_move_operand): Reject CONST.
4877         (resolve_clobber): Call validate_change rather than directly
4878         assigning to XEXP (pat, 0).
4879
4880 2006-02-06  Paolo Bonzini  <bonzini@gnu.org>
4881
4882         * Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.
4883         (tree-ssa-reassoc.o): Add pointer-set.h dependency.
4884         (tree-cfg.o): Remove hashtab.h dependency.
4885
4886         * tree-ssa-loop-ivopts.c: Include pointer-set.h.
4887         (struct ivopts_data): Change niters to pointer_map_t.
4888         (struct nfe_cache_elt, nfe_hash, nfe_eq): Delete.
4889         (niter_for_exit): Create pointer_map on demand.  Change for
4890         pointer_map API.
4891         (tree_ssa_iv_optimize_init): Initialize data->niters to NULL.
4892         (free_loop_data): Destroy data->niters if created and reset field.
4893         (tree_ssa_iv_optimize_finalize): Don't delete data->niters here.
4894         (tree_ssa_iv_optimize_loop): Check for presence of stale data.
4895
4896         * tree-ssa-reassoc.c: Include pointer-set.h.
4897         (bb_rank): Change to long *.
4898         (operand_rank): Change to pointer_map_t.
4899         (find_operand_rank): Return long, -1 if not found.  Declare as inline.
4900         (insert_operand_rank): Accept long.
4901         (operand_entry_hash, operand_entry_eq): Remove.
4902         (get_rank): Return long.  Adjust for changes above.
4903         (init_reassoc): Change rank type to long.  Adjust creation of bb_rank
4904         and operand_rank.
4905         (fini_reassoc): Delete operand_rank with pointer_map_destroy.
4906
4907         * tree-ssa-structalias.c (vi_for_tree): Change to pointer_map.
4908         (struct tree_vi, tree_vi_t, tree_vi_hash, tree_vi_eq): Delete.
4909         (insert_vi_for_tree): Rewrite for pointer_map API.  Assert argument
4910         is not NULL.
4911         (lookup_vi_for_tree): Rewrite for pointer_map API.  Return varinfo_t
4912         directly since it cannot be NULL.
4913         (get_vi_for_tree): Rewrite for pointer_map API.
4914         (find_what_p_points_to): Adjust for change to lookup_vi_for_tree.
4915         (init_alias_vars): Create vi_for_tree as pointer_map.
4916         (delete_points_to_sets): Delete vi_for_tree using pointer_map_destroy.
4917
4918         * tree-cfg.c: Don't include hashtab.h.
4919         (edge_to_cases): Declare as pointer_map.
4920         (struct edge_to_cases_elt, edge_to_cases_hash, edge_to_cases_eq):
4921         Delete.
4922         (edge_to_cases_cleanup): Rewrite as pointer_map_traverse callback.
4923         (start_recording_case_labels): Create edge_to_cases as pointer_map.
4924         (end_recoding_case_labels): Cleanup edge_to_cases manually before
4925         destroying it.
4926         (record_switch_edge): Delete.
4927         (get_cases_for_edge): Adjust for pointer_map API, inline
4928         record_switch_edge (rewritten for new API), remove goto.
4929
4930 2006-02-06  Paolo Bonzini  <bonzini@gnu.org>
4931
4932         * Makefile.in (tree-nested.o): Add pointer-set.h dependency.
4933         * tree-nested.c: Include pointer-set.h.
4934         (var_map_elt, var_map_eq, var_map_hash): Delete.
4935         (struct nesting_info): Remove GTY marker.  Change the two htab_t's
4936         to pointer_map_t's.
4937         (nesting_info_bitmap_obstack): New.
4938         (lookup_field_for_decl): Adjust for pointer_map API.
4939         (lookup_tramp_for_decl): Adjust for pointer_map API.
4940         (get_nonlocal_debug_decl): Adjust for pointer_map API.
4941         (get_local_debug_decl): Adjust for pointer_map API.
4942         (convert_nl_goto_reference): Adjust for pointer_map API.
4943         (convert_nl_goto_receiver): Adjust for pointer_map API.
4944         (create_nesting_tree): Create outside GGC space.  Create bitmap on
4945         the new obstack.  Create field_map and var_map as pointer_maps.
4946         (free_nesting_tree): Adjust for changes to create_nesting_tree.
4947         (root): Delete.
4948         (lower_nested_functions): Move root here, no need to NULL it.
4949         Initialize and release the obstack.
4950
4951 2007-02-06  Paolo Bonzini  <bonzini@gnu.org>
4952
4953         * tree.c (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p):
4954         Remove prototypes and make them non-static.
4955         (struct tree_int_map): Remove.
4956         * tree.h (struct tree_int_map): Move here, turning TO into an
4957         unsigned int.
4958         (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p): Declare.
4959
4960         * tree.h (TREE_COMPLEXITY): Remove.
4961         (struct tree_exp): Remove complexity field.
4962         * tree.c (build1_stat): Don't set it.
4963
4964 2007-02-06  Dorit Nuzman  <dorit@il.ibm.com>
4965             Victor Kaplansky  <victork@il.ibm.com>
4966
4967         * tree-vectorizer.c (vect_is_simple_use): Support induction.
4968         (vect_is_simple_reduction): Support reduction with induction as
4969         one of the operands.
4970         (vect_is_simple_iv_evolution): Fix formatting.
4971         * tree-vect-analyze.c (vect_mark_stmts_to_be_vectorized): Fix
4972         formatting.  Don't mark induction phis for vectorization.
4973         (vect_analyze_scalar_cycles): Analyze all inductions, then reductions.
4974         * tree-vect-transform.c (get_initial_def_for_induction): New function.
4975         (vect_get_vec_def_for_operand): Support induction.
4976         (vect_get_vec_def_for_stmt_copy): Fix formatting and add check for
4977         induction case.
4978         (vectorizable_reduction): Support reduction with induction as one of
4979         the operands.
4980         (vectorizable_type_demotion): Use def-type of stmt argument rather
4981         than dummy def-type.
4982
4983         * tree-ssa-loop.c (gate_scev_const_prop): Return the value of
4984         flag_tree_scev_cprop.
4985         * common.opt (tree-scev-cprop): New flag.
4986
4987         * tree-vect-transform.c (vect_create_destination_var): Use 'kind' in
4988         call to vect_get_new_vect_var.
4989
4990 2007-02-06  Ira Rosen  <irar@il.ibm.com>
4991
4992         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Check that
4993         vectype is not NULL.
4994         (vect_pattern_recog_1): Likewise.
4995
4996 2007-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4997
4998         * fold-const.c (negate_expr_p): Handle CONJ_EXPR.
4999         (fold_negate_expr): Likewise.
5000
5001 2007-02-05  Alexandre Oliva  <aoliva@redhat.com>
5002
5003         PR debug/30189
5004         * dwarf2out.c (modified_type_die): Follow DECL_ORIGINAL_TYPE
5005         even if cv-qualification is the same.
5006
5007 2007-02-05  Geoffrey Keating  <geoffk@apple.com>
5008
5009         * config/rs6000/darwin-tramp.asm (__trampoline_setup): Call
5010         __enable_execute_stack on completion.
5011
5012 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
5013
5014         * config/i386/athlon.md (athlon_fldxf_k8, athlon_fld_k8,
5015         athlon_fstxf_k8, athlon_fst_k8, athlon_fist, athlon_fmov,
5016         athlon_fadd_load, athlon_fadd_load_k8, athlon_fadd, athlon_fmul,
5017         athlon_fmul_load, athlon_fmul_load_k8, athlon_fsgn,
5018         athlon_fdiv_load, athlon_fdiv_load_k8, athlon_fdiv_k8,
5019         athlon_fpspc_load, athlon_fpspc, athlon_fcmov_load,
5020         athlon_fcmov_load_k8, athlon_fcmov_k8, athlon_fcomi_load_k8,
5021         athlon_fcomi, athlon_fcom_load_k8, athlon_fcom): Added amdfam10.
5022
5023 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
5024
5025         * config/i386/i386.md (x86_sahf_1, cmpfp_i_mixed, cmpfp_i_sse,
5026         cmpfp_i_i387, cmpfp_iu_mixed, cmpfp_iu_sse, cmpfp_iu_387,
5027         swapsi, swaphi_1, swapqi_1, swapdi_rex64, fix_truncsfdi_sse,
5028         fix_truncdfdi_sse, fix_truncsfsi_sse, fix_truncdfsi_sse,
5029         x86_fldcw_1, floatsisf2_mixed, floatsisf2_sse, floatdisf2_mixed,
5030         floatdisf2_sse, floatsidf2_mixed, floatsidf2_sse,
5031         floatdidf2_mixed, floatdidf2_sse, muldi3_1_rex64, mulsi3_1,
5032         mulsi3_1_zext, mulhi3_1, mulqi3_1, umulqihi3_1, mulqihi3_insn,
5033         umulditi3_insn, umulsidi3_insn, mulditi3_insn, mulsidi3_insn,
5034         umuldi3_highpart_rex64, umulsi3_highpart_insn,
5035         umulsi3_highpart_zext, smuldi3_highpart_rex64,
5036         smulsi3_highpart_insn, smulsi3_highpart_zext, x86_64_shld,
5037         x86_shld_1, x86_64_shrd, sqrtsf2_mixed, sqrtsf2_sse,
5038         sqrtsf2_i387, sqrtdf2_mixed, sqrtdf2_sse, sqrtdf2_i387,
5039         sqrtextendsfdf2_i387, sqrtxf2, sqrtextendsfxf2_i387,
5040         sqrtextenddfxf2_i387): Added amdfam10_decode.
5041
5042         * config/i386/athlon.md (athlon_idirect_amdfam10,
5043         athlon_ivector_amdfam10, athlon_idirect_load_amdfam10,
5044         athlon_ivector_load_amdfam10, athlon_idirect_both_amdfam10,
5045         athlon_ivector_both_amdfam10, athlon_idirect_store_amdfam10,
5046         athlon_ivector_store_amdfam10): New define_insn_reservation.
5047         (athlon_idirect_loadmov, athlon_idirect_movstore): Added
5048         amdfam10.
5049
5050 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
5051
5052         * config/i386/athlon.md (athlon_call_amdfam10,
5053         athlon_pop_amdfam10, athlon_lea_amdfam10): New
5054         define_insn_reservation.
5055         (athlon_branch, athlon_push, athlon_leave_k8, athlon_imul_k8,
5056         athlon_imul_k8_DI, athlon_imul_mem_k8, athlon_imul_mem_k8_DI,
5057         athlon_idiv, athlon_idiv_mem, athlon_str): Added amdfam10.
5058
5059 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
5060
5061         * config/i386/athlon.md (athlon_sseld_amdfam10,
5062         athlon_mmxld_amdfam10, athlon_ssest_amdfam10,
5063         athlon_mmxssest_short_amdfam10): New define_insn_reservation.
5064
5065 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
5066
5067         * config/i386/athlon.md (athlon_sseins_amdfam10): New
5068         define_insn_reservation.
5069         * config/i386/i386.md (sseins): Added sseins to define_attr type
5070         and define_attr unit.
5071         * config/i386/sse.md: Set type attribute to sseins for insertq
5072         and insertqi.
5073
5074 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
5075
5076         * config/i386/athlon.md (sselog_load_amdfam10, sselog_amdfam10,
5077         ssecmpvector_load_amdfam10, ssecmpvector_amdfam10,
5078         ssecomi_load_amdfam10, ssecomi_amdfam10,
5079         sseaddvector_load_amdfam10, sseaddvector_amdfam10): New
5080         define_insn_reservation.
5081         (ssecmp_load_k8, ssecmp, sseadd_load_k8, seadd): Added amdfam10.
5082
5083 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
5084
5085         * config/i386/athlon.md (cvtss2sd_load_amdfam10,
5086         cvtss2sd_amdfam10, cvtps2pd_load_amdfam10, cvtps2pd_amdfam10,
5087         cvtsi2sd_load_amdfam10, cvtsi2ss_load_amdfam10,
5088         cvtsi2sd_amdfam10, cvtsi2ss_amdfam10, cvtsd2ss_load_amdfam10,
5089         cvtsd2ss_amdfam10, cvtpd2ps_load_amdfam10, cvtpd2ps_amdfam10,
5090         cvtsX2si_load_amdfam10, cvtsX2si_amdfam10): New
5091         define_insn_reservation.
5092
5093         * config/i386/sse.md (cvtsi2ss, cvtsi2ssq, cvtss2si,
5094         cvtss2siq, cvttss2si, cvttss2siq, cvtsi2sd, cvtsi2sdq,
5095         cvtsd2si, cvtsd2siq, cvttsd2si, cvttsd2siq,
5096         cvtpd2dq, cvttpd2dq, cvtsd2ss, cvtss2sd,
5097         cvtpd2ps, cvtps2pd): Added amdfam10_decode attribute.
5098
5099 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
5100
5101         * config/i386/athlon.md (athlon_ssedivvector_amdfam10,
5102         athlon_ssedivvector_load_amdfam10, athlon_ssemulvector_amdfam10,
5103         athlon_ssemulvector_load_amdfam10): New define_insn_reservation.
5104         (athlon_ssediv, athlon_ssediv_load_k8, athlon_ssemul,
5105         athlon_ssemul_load_k8): Added amdfam10.
5106
5107 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
5108
5109         * config/i386/i386.h (TARGET_SSE_UNALIGNED_MOVE_OPTIMAL): New macro.
5110         (x86_sse_unaligned_move_optimal): New variable.
5111
5112         * config/i386/i386.c (x86_sse_unaligned_move_optimal): Enable for
5113         m_AMDFAM10.
5114         (ix86_expand_vector_move_misalign): Add code to generate movupd/movups
5115         for unaligned vector SSE double/single precision loads for AMDFAM10.
5116
5117 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
5118
5119         * config/i386/i386.h (TARGET_AMDFAM10): New macro.
5120         (TARGET_CPU_CPP_BUILTINS): Add code for amdfam10.
5121         Define TARGET_CPU_DEFAULT_amdfam10.
5122         (TARGET_CPU_DEFAULT_NAMES): Add amdfam10.
5123         (processor_type): Add PROCESSOR_AMDFAM10.
5124
5125         * config/i386/i386.md: Add amdfam10 as a new cpu attribute to match
5126         processor_type in config/i386/i386.h.
5127         Enable imul peepholes for TARGET_AMDFAM10.
5128
5129         * config.gcc: Add support for --with-cpu option for amdfam10.
5130
5131         * config/i386/i386.c (amdfam10_cost): New variable.
5132         (m_AMDFAM10): New macro.
5133         (m_ATHLON_K8_AMDFAM10): New macro.
5134         (x86_use_leave, x86_push_memory, x86_movx, x86_unroll_strlen,
5135         x86_cmove, x86_3dnow_a, x86_deep_branch, x86_use_simode_fiop,
5136         x86_promote_QImode, x86_integer_DFmode_moves,
5137         x86_partial_reg_dependency, x86_memory_mismatch_stall,
5138         x86_accumulate_outgoing_args, x86_arch_always_fancy_math_387,
5139         x86_sse_partial_reg_dependency, x86_sse_typeless_stores,
5140         x86_use_ffreep, x86_use_incdec, x86_four_jump_limit,
5141         x86_schedule, x86_use_bt, x86_cmpxchg16b, x86_pad_returns):
5142         Enable/disable for amdfam10.
5143         (override_options): Add amdfam10_cost to processor_target_table.
5144         Set up PROCESSOR_AMDFAM10 for amdfam10 entry in
5145         processor_alias_table.
5146         (ix86_issue_rate): Add PROCESSOR_AMDFAM10.
5147         (ix86_adjust_cost): Add code for amdfam10.
5148
5149 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
5150
5151         * config/i386/i386.opt: Add new Advanced Bit Manipulation (-mabm)
5152         instruction set feature flag. Add new (-mpopcnt) flag for popcnt
5153         instruction. Add new SSE4A (-msse4a) instruction set feature flag.
5154         * config/i386/i386.h: Add builtin definition for SSE4A.
5155         * config/i386/i386.md: Add support for ABM instructions
5156         (popcnt and lzcnt).
5157         * config/i386/sse.md: Add support for SSE4A instructions
5158         (movntss, movntsd, extrq, insertq).
5159         * config/i386/i386.c: Add support for ABM and SSE4A builtins.
5160         Add -march=amdfam10 flag.
5161         * config/i386/ammintrin.h: Add support for SSE4A intrinsics.
5162         * doc/invoke.texi: Add documentation on flags for sse4a, abm, popcnt
5163         and amdfam10.
5164         * doc/extend.texi: Add documentation for SSE4A builtins.
5165
5166 2007-02-05  Bob Wilson  <bob.wilson@acm.org>
5167
5168         * config/xtensa/xtensa.c (constantpool_mem_p): Skip over SUBREGs.
5169
5170 2007-02-05  Richard Guenther  <rguenther@suse.de>
5171
5172         * tree-vectorizer.h (vectorizable_function): Add argument type
5173         argument, change return type.
5174         * tree-vect-patterns.c (vect_recog_pow_pattern): Adjust caller.
5175         * tree-vect-transform.c (vectorizable_function): Handle extra
5176         argument, return vectorized function decl.
5177         (build_vectorized_function_call): Remove.
5178         (vectorizable_call): Handle calls with result and argument types
5179         differing.  Handle loop vectorization factor correctly.
5180         * targhooks.c (default_builtin_vectorized_function): Adjust for
5181         extra argument.
5182         * targhooks.h (default_builtin_vectorized_function): Likewise.
5183         * target.h (builtin_vectorized_function): Add argument type
5184         argument.
5185         * config/i386/i386.c (ix86_builtin_vectorized_function): Handle
5186         extra argument, allow vectorizing of lrintf.
5187         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Adjust
5188         documentation of target hook.
5189
5190 2007-02-05  Hans-Peter Nilsson  <hp@axis.com>
5191
5192         PR target/30665
5193         * config/cris/cris.md ("*andsi_movu", "*andsi_clear", "*andhi_movu")
5194         ("*andhi_clear", andu (casesi+45)): For size-changed operand where
5195         memory is allowed, require !side_effects_p, not just !MEM_VOLATILE_P.
5196
5197 2007-02-05  Roger Sayle  <roger@eyesopen.com>
5198
5199         * fold-const.c (fold_unary) <REAL_PART>: Test for availability of
5200         BUILT_IN_COS before simplifying REAL_PART(CEXPI)) to COS.
5201         <IMAG_PART>: Likewise, check for availability of BUILT_IN_SIN.
5202         * builtins.c (fold_builtin_sincos): Check for TARGET_C99_FUNCTIONS
5203         before canonicalizing sincos to cexpi.
5204         (fold_builtin_cexp): Likewise, for canonicalizing cexp to cexpi.
5205
5206 2007-02-05  Roger Sayle  <roger@eyesopen.com>
5207
5208         * config/alpha/alpha.c (alpha_add_builtins): New Helper function.
5209         Set TREE_READONLY and TREE_NOTHROW directly, not via attributes.
5210         (alpha_init_builtins): Use alpha_add_builtins to process tables.
5211
5212 2007-02-05  Roger Sayle  <roger@eyesopen.com>
5213
5214         * mips-tfile.c (initialize_init_file): Correct endianness test.
5215
5216 2007-02-05  Kazu Hirata  <kazu@codesourcery.com>
5217
5218         * config/m68k/m68k.md (pushdi-1, pushdi, movsi+1): Don't use
5219         the 'y' constraint.
5220
5221 2007-02-05  Richard Sandiford  <richard@codesourcery.com>
5222
5223         * dwarf2out.c (dwarf2out_frame_debug_expr): Record the register
5224         saves in a PARALLEL before the register assignments.
5225
5226 2007-02-05  Richard Sandiford  <richard@codesourcery.com>
5227
5228         * doc/tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Do not require
5229         DWARF_FRAME_RETURN_COLUMN to be a general register.
5230         * dwarf2out.c (init_return_column_size): New function, split from...
5231         (expand_builtin_init_dwarf_reg_sizes): ...here.  Allow both
5232         DWARF_FRAME_RETURN_COLUMN and DWARF_ALT_FRAME_RETURN_COLUMN
5233         to be nongeneral registers.
5234         * config/m68k/m68k.h (DWARF_FRAME_REGNUM): Only map FP and
5235         integer registers.
5236         (DWARF_FRAME_REGISTERS, DWARF_FRAME_RETURN_COLUMN): Define.
5237         (DWARF_ALT_FRAME_RETURN_COLUMN): Define.
5238
5239 2007-02-04  Zdenek Dvorak <dvorakz@suse.cz>
5240
5241         * cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR.
5242
5243 2007-02-04  Zdenek Dvorak <dvorakz@suse.cz>
5244
5245         * cfgloopmanip.c (loop_delete_branch_edge): Removed.
5246         (remove_path): Use can_remove_branch_p and remove_branch instead
5247         of loop_delete_branch_edge.
5248         * tree-ssa-loop-manip.c (scale_dominated_blocks_in_loop): New function.
5249         (tree_transform_and_unroll_loop): Remove dead branches immediately.
5250         Update profile using scale_dominated_blocks_in_loop.
5251         * cfghooks.c (can_remove_branch_p, remove_branch): New functions.
5252         * cfghooks.h (struct cfg_hooks): Add can_remove_branch_p.
5253         (can_remove_branch_p, remove_branch): Declare.
5254         * tree-cfg.c (tree_can_remove_branch_p): New function.
5255         (tree_cfg_hooks): Add tree_can_remove_branch_p.
5256         * cfgrtl.c (rtl_can_remove_branch_p): New function.
5257         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add rtl_can_remove_branch_p.
5258
5259 2007-02-05  Jan Hubicka  <jh@suse.cz>
5260
5261         PR middle-end/30696
5262         * ipa-inline.c (cgraph_clone_inlined_nodes): When there are unanalyzed
5263         nodes in cgraph, don't remove offline copy of the function.
5264
5265 2007-02-04  Jan Hubicka  <jh@suse.cz>
5266
5267         * tree-sra.c (sra_walk_expr): Add linebreaks. BITFIELD_REFs into
5268         vectors might cause maybe_lookup_element_for_expr to be called
5269         on non-sra-candidate.
5270
5271 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
5272
5273         * config/bfin/bfin-modes.def, config/bfin/bfin.c,
5274         config/bfin/bfin.md, config/bfin/predicates.md: Follow
5275         spelling conventions.
5276
5277 2007-02-04  Richard Guenther  <rguenther@suse.de>
5278
5279         PR middle-end/30636
5280         * fold-const.c (try_move_mult_to_index): Make sure to not
5281         overflow one dimension of a multi-dimensional array access.
5282
5283 2007-02-04  Jan Hubicka  <jh@suse.cz>
5284
5285         * passes.c (init_optimization_passes): Reindent.
5286
5287 2007-02-04  Jan Hubicka  <jh@suse.cz>
5288             Eric Botcazou  <ebotcazou@adacore.com>
5289
5290         * tree-optimize.c (has_abnormal_outgoing_edge_p): Move to...
5291         (execute_fixup_cfg): Break out the abnormal goto code.
5292         * tree-inline.c (has_abnormal_outgoing_edge_p): ...here.
5293         (make_nonlocal_label_edges): Move here from execute_fixup_cfg.
5294         (optimize_inline_calls): Call make_nonlocal_label_edges.
5295
5296 2007-02-04  Jan Hubicka  <jh@suse.cz>
5297
5298         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return
5299         true when something was changed.
5300         (rename_ssa_copies): When something was changed, do
5301         TODO_remove_unused_locals.
5302         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
5303         add TODO_remove_unused_locals when instruction was removed.
5304
5305 2007-02-04  Jan Hubicka  <jh@suse.cz>
5306
5307         * ipa-inline.c (try_inline): Improve debug output; work on already
5308         inline edges too.
5309         (cgraph_decide_inlining_incrementally): Indent; improve debug output;
5310         call try_inline for already inlined edges too when flattening;
5311         inline also functions that make callee growth but overall unit size
5312         reduce.
5313
5314 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
5315
5316         * config/m32c/bitops.md, config/m32c/jump.md,
5317         config/m32c/m32c.c, config/m32c/m32c.h, config/m32r/m32r.c,
5318         config/m32r/m32r.h, config/m32r/m32r.md,
5319         config/m32r/predicates.md, config/m68hc11/larith.asm,
5320         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
5321         config/m68k/m68k.h, config/mcore/mcore.md, config/mips/4k.md,
5322         config/mips/mips-protos.h, config/mips/mips.c,
5323         config/mips/mips.h, config/mips/mips.md, config/mips/mips16.S,
5324         config/mn10300/mn10300.h, config/mn10300/predicates.md,
5325         config/mt/mt.c, config/mt/mt.h, config/mt/mt.md: Follow
5326         spelling conventions.
5327
5328         * config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
5329         Follow spelling conventions.
5330
5331 2007-02-03  Douglas Gregor  <doug.gregor@gmail.com>
5332
5333         * c-opts.c (c_common_post_options): If C++0x mode is enabled, don't
5334         warn about C++0x compatibility.
5335
5336 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
5337
5338         * config/h8300/h8300.c, config/h8300/h8300.h,
5339         config/h8300/h8300.md: Follow spelling conventions.
5340
5341 2007-02-03  Uros Bizjak  <ubizjak@gmail.com>
5342
5343         PR middle-end/30667
5344         * combine.c (try_combine): Do not substitute source operand
5345         with constants wider than 2 * HOST_BITS_PER_WIDE_INT.
5346
5347 2007-02-03  Jan Hubicka  <jh@suse.cz>
5348
5349         PR gcov-profile/30650
5350         * value-prof.c (stringop_block_profile): Fix handling of size counter;
5351         do not divide by zero for never executed counters.
5352         (tree_find_values_to_profile): Fix counters.
5353         * gcov-ui.h (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): Fix comments.
5354
5355 2007-02-03  Ian Lance Taylor  <iant@google.com>
5356
5357         * lower-subreg.c (simple_move_operand): New static function,
5358         broken out of simple_move.  Reject LABEL_REF, SYMBOL_REF, and HIGH
5359         operands.
5360         (simple_move): Call simple_move_operand.
5361         (find_decomposable_subregs): Add special handling of MEMs.
5362         (can_decompose_p): Rename from cannot_decompose_p.  Reverse
5363         meaning of return value.  If we see a hard register, test whether
5364         it can store a word_mode value.  Change all callers.
5365
5366 2007-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5367
5368         * pa.md (addvdi3, addvsi3, subvdi3, subvsi3, negvdi2, negvsi2): New
5369         ftrapv insns and expanders.
5370         (subdi3): Change define_expand operand 1 to arith11_operand, and
5371         operand 2 to reg_or_0_operand.  Change constraints of 64-bit insn
5372         pattern to handle reg_or_0 operands.  Revise 32-bit insn pattern to
5373         handle 11-bit constants and reg_or_0 operands in operands 1 and 2,
5374         respectively.
5375
5376         PR middle-end/30174
5377         * varasm.c (notice_global_symbol): Treat global objects as weak when
5378         flag_shlib is true.
5379
5380 2007-02-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5381
5382         * emit-rtl.c (dconstpi): Delete.
5383         (dconstsqrt2): New.
5384         (init_emit_once): Delete dconstpi and init dconstsqrt2.
5385         * real.h (dconstpi): Delete.
5386         (dconstsqrt2): New.
5387         * builtins.c (fold_builtin_cabs): Use dconstsqrt2.
5388         (fold_builtin_hypot): Likewise.
5389
5390 2007-02-03  Tom Tromey  <tromey@redhat.com>
5391
5392         PR driver/30246
5393         * gcc.c (cpp_unique_options): Any of -ggdb3, -gstabs3,
5394         -gcoff3, -gxcoff3, -gvms3 implies -dD.
5395
5396 2007-02-03  Kazu Hirata  <kazu@codesourcery.com>
5397
5398         * c-decl.c, config/avr/avr.c, config/avr/avr.h,
5399         config/m68k/m68k.c, config/m68k/netbsd-elf.h,
5400         config/mn10300/mn10300.c, config/pdp11/pdp11.h,
5401         config/rs6000/cell.md, config/rs6000/darwin.h,
5402         config/sh/sh.md, config/sh/sh4-300.md, config/spu/spu.c,
5403         config/spu/spu.md, cselib.c, expr.c, haifa-sched.c, hwint.h,
5404         jump.c, reload.c, sched-deps.c, sched-int.h, tree-inline.c,
5405         tree-profile.c, tree-ssa-live.h, tree-vrp.c: Fix comment
5406         typos.  Follow spelling conventions.
5407         * doc/invoke.texi: Follow spelling conventions.
5408
5409 2007-02-03  Roger Sayle  <roger@eyesopen.com>
5410
5411         * simplify-rtx.c (simplify_relational_operation_1): Implement some
5412         canonicalization transformations that attempt to simplify integer
5413         constant comparisons to become comparisons against zero.
5414
5415 2007-02-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5416
5417         * builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into
5418         fabs(x)*sqrt(2).
5419         * fold-const.c (fold_binary): Fix comment typos.  Fold complex
5420         (x,0)-(0,y) into (x,-y).  Likewise (0,y)-(x,0) into (-x,y).
5421
5422 2007-02-02  Mike Stump  <mrs@apple.com>
5423
5424         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add.
5425         * config/rs6000/rs6000.c (DARWIN_GENERATE_ISLANDS): Add.
5426         (output_call): Use DARWIN_GENERATE_ISLANDS to decide when to
5427         generate a branch island.
5428
5429 2007-02-02  Bob Wilson  <bob.wilson@acm.org>
5430
5431         * config/xtensa/xtensa.c (smalloffset_mem_p): Use BASE_REG_P.
5432         (xtensa_legitimate_address_p): New.
5433         (xtensa_legitimize_address): New.
5434         (xtensa_output_addr_const_extra): New.
5435         * config/xtensa/xtensa.h (REG_OK_STRICT_FLAG): Define.
5436         (BASE_REG_P): New.
5437         (REG_OK_FOR_BASE_P): Use BASE_REG_P.
5438         (GO_IF_LEGITIMATE_ADDRESS): Move code to xtensa_legitimate_address_p.
5439         (LEGITIMIZE_ADDRESS): Move code to xtensa_legitimize_address.
5440         (OUTPUT_ADDR_CONST_EXTRA): Move code to xtensa_output_addr_const_extra.
5441         * config/xtensa/xtensa-protos.h (xtensa_legitimate_address_p): New.
5442         (xtensa_legitimize_address): New.
5443         (xtensa_output_addr_const_extra): New.
5444
5445 2007-02-02  Steve Ellcey  <sje@cup.hp.com>
5446
5447         * config/ia64/ia64.c (ia64_print_operand): Fix compare strings.
5448
5449 2007-02-02  Ian Lance Taylor  <iant@google.com>
5450
5451         * expmed.c (expand_divmod): Add comment.
5452
5453 2007-02-02  Kazu Hirata  <kazu@codesourcery.com>
5454
5455         * emit-rtl.c (renumber_insns): Remove.
5456         * flags.h: Remove the extern for flag_renumber_insns.
5457         * rtl.h: Remove the prototype for renumber_insns.
5458         * toplev.c (flag_renumber_insns): Remove.
5459
5460 2007-02-02  Hui-May Chang  <hm.chang@apple.com>
5461
5462         Revert for x86 darwin:
5463         2005-06-19  Uros Bizjak  <uros@kss-loka.si>
5464
5465         * config/i386/i386.c (ix86_function_arg_regno_p): Put back the
5466         code before the following patch under TARGET_MACHO.
5467         (ix86_function_value_regno_p): Likewise.
5468
5469 2007-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5470
5471         * fold-const.c (negate_expr_p, fold_negate_expr): Handle
5472         COMPLEX_EXPR.
5473
5474 2007-02-02  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
5475
5476         PR target/29682
5477         * config/ia64/ia64.c (ia64_speculate_insn): Restrict to memory loads to
5478         general or fp registers.  Add comments.
5479         * config/ia64/ia64.md (reg_pred_prefix): Add comment.
5480
5481 2007-02-02  Paolo Bonzini  <bonzini@gnu.org>
5482
5483         * pointer-set.c (insert_aux): Only return insertion slot.
5484         (pointer_set_insert): Adjust.
5485         (pointer_set_traverse, struct pointer_map_t, pointer_map_create,
5486         pointer_map_destroy, pointer_map_insert, pointer_map_contains,
5487         pointer_map_traverse): New.
5488         * pointer-set.h (pointer_set_traverse, struct pointer_map_t,
5489         pointer_map_create,  pointer_map_destroy, pointer_map_insert,
5490         pointer_map_contains, pointer_map_traverse): Declare.
5491
5492 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
5493
5494         PR middle-end/30473
5495         * builtins.c (fold_builtin_sprintf): Do not attempt to optimize
5496         sprintf (str, "%s").  Do not optimize sprintf (str, "nopercent", p++).
5497
5498 2007-02-02  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
5499
5500         * sched-int.h (ds_to_dk, dk_to_ds): Declare functions.
5501
5502         (struct _dep): New type.
5503         (dep_t): New typedef.
5504         (DEP_PRO, DEP_CON, DEP_KIND): New access macros.
5505         (DEP_STATUS): New access macro.  The macro with the same name was
5506         renamed to DEP_LINK_STATUS.
5507         (dep_init): Declare function
5508
5509         (struct _dep_link): New type.
5510         (dep_link_t): New typedef.
5511         (DEP_LINK_NODE, DEP_LINK_NEXT, DEP_LINK_PREV_NEXTP): New access macros.
5512         (DEP_LINK_DEP, DEP_LINK_PRO, DEP_LINK_CON, DEP_LINK_KIND): New macros.
5513         (DEP_LINK_STATUS): New macro.
5514         (debug_dep_links): New debug function.
5515
5516         (struct _deps_list): New type.
5517         (deps_list_t): New typedef.
5518         (DEPS_LIST_FIRST): New access macro.
5519         (FOR_EACH_DEP_LINK): New cycle macro.
5520         (create_deps_list, free_deps_list, delete_deps_list): Declare
5521         functions.
5522         (deps_list_empty_p, debug_deps_list, add_back_dep_to_deps_list): Ditto.
5523         (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
5524         (copy_deps_list_change_con): Ditto.
5525
5526         (move_dep_link): Declare function.
5527
5528         (struct _dep_node): New type.
5529         (dep_node_t): New typedef.
5530         (DEP_NODE_BACK, DEP_NODE_DEP, DEP_NODE_FORW): New access macros.
5531
5532         (struct haifa_insn_data.back_deps): New field to hold backward
5533         dependencies of the insn.
5534         (struct haifa_insn_data.depend): Rename to forw_deps.  Change its type
5535         to deps_list_t.
5536         (struct haifa_insn_data.resolved_deps): Rename to resolved_back_deps.
5537         Change its type to deps_list_t.
5538         (INSN_BACK_DEPS): New access macro to use instead of LOG_LINKS.
5539         (INSN_DEPEND): Rename to INSN_FORW_DEPS.
5540         (RESOLVED_DEPS): Rename to INSN_RESOLVED_BACK_DEPS.
5541
5542         (INSN_COST): Move to haifa-sched.c.  Use insn_cost () instead.
5543
5544         (DEP_STATUS): Rename to DEP_LINK_STATUS.  Fix typo in the comment.
5545
5546         (add_forw_dep, delete_back_forw_dep, insn_cost): Update declaration and
5547         all callers.
5548         (dep_cost): Declare.
5549
5550         * sched-deps.c (CHECK): New macro to (en/dis)able sanity checks.
5551         (ds_to_dk, dk_to_ds): New functions.
5552
5553         (init_dep_1): New static function.
5554         (init_dep): New function.
5555         (copy_dep): New static function.
5556
5557         (dep_link_consistent_p, attach_dep_link, add_to_deps_list): New static
5558         functions.
5559         (detach_dep_link): New static function.
5560         (move_dep_link): New function.
5561
5562         (dep_links_consistent_p, dump_dep_links): New static functions.
5563         (debug_dep_links): New debugging function.
5564
5565         (deps_obstack, dl_obstack, dn_obstack): New static variables.
5566
5567         (alloc_deps_list, init_deps_list): New static functions.
5568         (create_deps_list): New function.
5569         (clear_deps_list): New static function.
5570         (free_deps_list, delete_deps_list, deps_list_empty_p): New functions.
5571         (deps_list_consistent_p, dump_deps_list): New static functions.
5572         (debug_deps_list): New function.
5573         (add_back_dep_to_deps_list, find_link_by_pro_in_deps_list): New
5574         functions.
5575         (find_link_by_con_in_deps_list, copy_deps_list_change_con): Ditto.
5576
5577         (maybe_add_or_update_back_dep_1, add_or_update_back_dep_1): Update to
5578         use new scheduler dependencies lists.
5579         (add_back_dep, delete_all_dependences, fixup_sched_groups): Ditto.
5580         (sched_analyze): Ditto.  Initialize dependencies lists.
5581         (add_forw_dep, compute_forward_dependences): Update to use new
5582         scheduler dependencies lists.
5583
5584         (init_dependency_caches): Init deps_obstack.
5585         (free_dependency_caches): Free deps_obstack.
5586
5587         (adjust_add_sorted_back_dep, adjust_back_add_forw_dep): Update to use
5588         new scheduler dependencies lists.
5589         (delete_forw_dep, add_or_update_back_forw_dep): Ditto.
5590         (add_back_forw_dep, delete_back_forw_dep): Ditto.
5591
5592         * sched-rgn.c (set_spec_fed, find_conditional_protection, is_pfree):
5593         Update to use new scheduler dependencies lists.
5594         (is_conditionally_protected, is_prisky, add_branch_dependences): Ditto.
5595         (debug_dependencies): Ditto.
5596         (schedule_region): Update comments.
5597
5598         * sched-ebb.c (earliest_block_with_similiar_load): Update to use new
5599         scheduler dependencies lists.
5600         (schedule_ebb): Update comments.
5601
5602         * rtl.def (DEPS_LIST): Remove.
5603
5604         * lists.c (unused_deps_list): Remove.
5605         (free_list): Update assertions.
5606
5607         (alloc_DEPS_LIST, free_DEPS_LIST_list, free_DEPS_LIST_node): Remove.
5608         (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
5609
5610         * rtl.h (free_DEPS_LIST_list, alloc_DEPS_LIST): Remove declarations.
5611         (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
5612
5613         * haifa-sched.c (comments): Update.
5614         (insn_cost1): Remove.  Inline the code into insn_cost ().
5615         (insn_cost): Update to use new scheduler dependencies lists.  Move
5616         processing of the dependency cost to dep_cost ().
5617         (dep_cost): New function.  Use it instead of insn_cost () when
5618         evaluating cost of the dependency.  Use compatible interface to
5619         interact with the target.
5620         (priority): Update to use new scheduler dependencies lists.
5621         (rank_for_schedule): Ditto.  Optimize heuristic that prefers the insn
5622         with greater number of insns that depend on the insn.
5623         (schedule_insn): Update to use new scheduler dependencies lists.  Add
5624         code to free backward dependencies lists.  Inline and optimize code
5625         from resolve_dep () - see PR28071.
5626         (ok_for_early_queue_removal): Update to use new scheduler dependencies
5627         lists.  Update call to targetm.sched.is_costly_dependence hook.
5628
5629         (fix_inter_tick, try_ready, fix_tick_ready): Update to use new
5630         scheduler dependencies lists.
5631
5632         (resolve_dep): Remove.  Move the logic to schedule_insn ().
5633         (init_h_i_d): Initialize dependencies lists.
5634
5635         (process_insn_depend_be_in_spec): Rename to
5636         process_insn_forw_deps_be_in_spec.  Update to use new scheduler
5637         dependencies lists.
5638         (add_to_speculative_block, create_check_block_twin, fix_recovery_deps):
5639         Update to use new scheduler dependencies lists.
5640         (clear_priorities, calc_priorities, add_jump_dependencies): Ditto.
5641
5642         * ddg.c (create_ddg_dependence, create_ddg_dep_no_link): Update to use
5643         new scheduler dependencies lists.
5644         (build_intra_loop_deps): Ditto.
5645
5646         * target.h (struct _dep): Declare to use in
5647         gcc_target.sched.is_costly_dependence.
5648         (struct gcc_target.sched.adjust_cost): Fix typo.
5649         (struct gcc_target.sched.is_costly_dependence): Change signature to use
5650         single dep_t parameter instead of an equivalent triad.
5651         (struct gcc_target.sched.adjust_cost_2): Remove.
5652
5653         * target-def.h (TARGET_SCHED_ADJUST_COST_2): Remove.
5654
5655         * reg-notes.def (DEP_TRUE, DEP_OUTPUT, DEP_ANTI): Update comments.
5656
5657         * doc/tm.texi (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Update
5658         documentation.
5659         (TARGET_SCHED_ADJUST_COST_2): Remove documentation.
5660
5661         * doc/rtl.texi (LOG_LINKS): Remove part about instruction scheduler.
5662         (REG_DEP_TRUE): Document.
5663
5664         * config/ia64/ia64.c (ia64_adjust_cost_2): Rename to ia64_adjust_cost.
5665         Change signature to correspond to the targetm.sched.adjust_cost hook.
5666         Update use in TARGET_SCHED_ADJUST_COST_2.
5667         (TARGET_SCHED_ADJUST_COST_2): Rename to TARGET_SCHED_ADJUST_COST.
5668         (ia64_dependencies_evaluation_hook, ia64_dfa_new_cycle): Update to use
5669         new scheduler dependencies lists.
5670         (ia64_gen_check): Ditto.
5671
5672         * config/mips/mips.c (vr4130_swap_insns_p): Update to use new scheduler
5673         dependencies lists.
5674
5675         * config/rs6000/rs6000.c (rs6000_is_costly_dependence): Change
5676         signature to correspond to the targetm.sched.is_costly_dependence hook.
5677         (is_costly_group): Update to use new scheduler dependencies lists.
5678
5679         * config/spu/spu.c (spu_sched_adjust_cost): Use insn_cost () function
5680         instead of INSN_COST () macro.
5681
5682 2007-02-01  Ian Lance Taylor  <iant@google.com>
5683
5684         * lower-subreg.c (resolve_clobber): Handle a subreg of a concatn.
5685
5686 2007-02-01  Guy Martin  <gmsoft@gentoo.org>
5687
5688         * pa.md (tp_load): Correct mfctl instruction syntax.
5689
5690 2007-02-01  Geoffrey Keating  <geoffk@apple.com>
5691
5692         * config/rs6000/rs6000.c (rs6000_stack_info): Correct
5693         altivec_padding_size calculation on AIX.  Improve comment, add
5694         assert to verify that it's right.
5695
5696         * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for
5697         64-bit.
5698
5699 2007-2-01  Seongbae Park  <seongbae.park@gmail.com>
5700
5701         PR inline-asm/28686
5702         * global.c (global_alloc): Add mising initialization of
5703         ELIMINABLE_REGSET.
5704
5705 2007-02-01  Roger Sayle  <roger@eyesopen.com>
5706
5707         * alias.c (init_alias_analysis): Correct whitespace.
5708         * bb-reorder.c (fix_edges_for_rarely_executed_code,
5709         partition_hot_cold_basic_blocks): Likewise.
5710         * builtins.c (expand_builtin_printf, expand_builtin_fprintf,
5711         expand_builtin_sprintf, fold_builtin_carg, fold_builtin_sprintf,
5712         maybe_emit_sprintf_chk_warning, fold_builtin_sprintf_chk,
5713         fold_builtin_snprintf_chk, fold_builtin_printf,
5714         fold_builtin_fprintf, do_mpfr_ckconv, do_mpfr_arg1, do_mpfr_arg2,
5715         do_mpfr_arg3, do_mpfr_sincos): Likewise.
5716         * cfgcleanup.c (cleanup_cfg): Likewise.
5717         * cfgexpand.c (tree_expand_cfg): Likewise.
5718         * fold-const.c (fold_binary) <RDIV_EXPR>: Likewise.
5719         * function.c (get_next_funcdef_no): Likewise.
5720         * gengtype.c (main): Likewise.
5721         * genmodes.c (main): Likewise.
5722         * gcse.c (bypass_conditional_jumps, print_ldst_list): Likewise.
5723         * haifa-sched.c (schedule_block, extend_h_i_d): Likewise.
5724         * ifcvt.c (noce_emit_move_insn): Likewise.
5725         * modulo-sched.c (generate_prolog_epilog, sms_schedule_by_order):
5726         Likewise.
5727         * stor-layout.c (get_best_mode): Likewise.
5728         * tree-ssa-loop-niter.c (get_val_for): Likewise.
5729         * tree-ssa-structalias.c (get_varinfo, get_varinfo_fc,
5730         scc_visit, do_ds_constraint, do_complex_constraint, label_visit,
5731         perform_var_substitution, solve_graph): Likewise.
5732         * tree-vrp.c (vrp_finalize): Likewise.
5733
5734 2007-02-01  Ian Lance Taylor  <iant@google.com>
5735
5736         * lower-subreg.c (simplify_gen_subreg_concatn): If we ask for the
5737         high part of a paradoxical subreg, return a constant zero.
5738
5739 2007-02-01  Zdenek Dvorak <dvorakz@suse.cz>
5740
5741         * toplev.c (lang_dependent_init): Call init_set_costs.
5742         * loop-init.c (loop_optimizer_init): Do not call init_set_costs.
5743
5744 2007-02-01  Richard Guenther  <rguenther@suse.de>
5745
5746         PR middle-end/30656
5747         * fold-const.c (fold_negate_expr): Allow negating a
5748         constant if overflow does not change.
5749
5750 2007-02-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5751
5752         * doc/c-tree.texi (Expression trees): Improve markup.
5753         * doc/tm.texi (Register Classes, Addressing Modes)
5754         (Floating Point): Fix spacing after abbreviations.  Fix some
5755         typos.
5756
5757 2007-02-01  Ben Elliston  <bje@au.ibm.com>
5758
5759         * doc/invoke.texi: Replace "bugfix" with "bug fix" throughout.
5760         * doc/contrib.texi: Likewise.
5761         * doc/install.texi: Likewise.
5762
5763 2007-01-31  Richard Henderson  <rth@redhat.com>
5764             Ian Lance Taylor  <iant@google.com>
5765
5766         * lower-subreg.c: New file.
5767         * rtl.def (CONCATN): Define.
5768         * passes.c (init_optimization_passes): Add pass_lower_subreg and
5769         pass_lower_subreg2.
5770         * emit-rtl.c (update_reg_offset): New static function, broken out
5771         of gen_rtx_REG_offset.
5772         (gen_rtx_REG_offset): Call update_reg_offset.
5773         (gen_reg_rtx_offset): New function.
5774         * regclass.c: Revert patch of 2006-03-05, restoring
5775         reg_scan_update.
5776         (clear_reg_info_regno): New function.
5777         * dwarf2out.c (concatn_loc_descriptor): New static function.
5778         (loc_descriptor): Handle CONCATN.
5779         * common.opt (fsplit_wide_types): New option.
5780         * opts.c (decode_options): Set flag_split_wide_types when
5781         optimizing.
5782         * timevar.def (TV_LOWER_SUBREG): Define.
5783         * rtl.h (gen_reg_rtx_offset): Declare.
5784         (reg_scan_update): Declare.
5785         * regs.h (clear_reg_info_regno): Declare.
5786         * tree-pass.h (pass_lower_subreg): Declare.
5787         (pass_lower_subreg2): Declare.
5788         * doc/invoke.texi (Option Summary): List -fno-split-wide-types.
5789         (Optimize Options): Add -fsplit-wide-types to -O1 list.  Document
5790         -fsplit-wide-types.
5791         * doc/rtl.texi (Regs and Memory): Document concat and concatn.
5792         * Makefile.in (OBJS-common): Add lower-subreg.o.
5793         (lower-subreg.o): New target.
5794
5795 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
5796
5797         * config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
5798
5799 2007-01-31  Anatoly Sokolov <aesok@post.ru>
5800
5801         PR target/19087
5802         * config/avr/avr.c (DWARF2_ADDR_SIZE): Define.
5803
5804 2007-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5805
5806         PR middle-end/29335
5807         * builtins.c (fold_builtin_sqrt): Use MPFR for constant args.
5808
5809 2007-01-31  Zdenek Dvorak <dvorakz@suse.cz>
5810
5811         * cfgloop.h: Include vec-prim.h.
5812         (enum li_flags): Remove LI_ONLY_OLD.
5813         (loop_iterator): Changed.
5814         (fel_next, fel_init): Iterate over loop tree.
5815         (FOR_EACH_LOOP_BREAK): New macro.
5816         * loop-unswitch.c (unswitch_loops): Do not pass LI_ONLY_OLD to
5817         FOR_EACH_LOOP.
5818         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Ditto.
5819         * modulo-sched.c (sms_schedule): Ditto.
5820         * tree-vectorizer.c (vectorize_loops): Ditto.
5821         * doc/loop.texi: Update information on loop numbering and behavior of
5822         FOR_EACH_LOOP wrto new loops.
5823         * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop,
5824         add_to_evolution_1): Test nestedness of loops instead of comparing
5825         their numbers.
5826         * tree-chrec.c (chrec_fold_plus_poly_poly,
5827         chrec_fold_multiply_poly_poly, chrec_evaluate,
5828         hide_evolution_in_other_loops_than_loop, chrec_component_in_loop_num,
5829         reset_evolution_in_loop): Ditto.
5830         * Makefile.in (CFGLOOP_H): Add vecprim.h dependency.
5831
5832 2007-01-31  Dirk Mueller  <dmueller@suse.de>
5833
5834         * c-common.c (warn_about_parentheses): Separate warning about
5835         un-parenthized sequence of comparison operators from the one
5836         which is supposed to warn about x <= y <= z.
5837
5838 2007-01-31  Uros Bizjak  <ubizjak@gmail.com>
5839
5840         * optabs.h (enum optab_index): Add new OTI_isinf.
5841         (isinf_optab): Define corresponding macro.
5842         * optabs.c (init_optabs): Initialize isinf_optab.
5843         * genopinit.c (optabs): Implement isinf_optab using isinf?f2
5844         patterns.
5845         * builtins.c (mathfn_built_in): Handle BUILT_IN_ISINF{,F,L}.
5846         (expand_builtin_interclass_mathfn): Expand BUILT_IN_ISINF{,F,L}
5847         using isinf_optab.
5848         (expand_builtin): Expand BUILT_IN_ISINF{,F,L} using
5849         expand_builtin_interclass_mathfn.
5850         * reg_stack.c (subst_stack_regs_pat): Handle UNSPEC_FXAM.
5851         * config/i386/i386.md (UNSPEC_FXAM): New constant.
5852         (fxam<mode>2_i387): New insn pattern.
5853         (isinf<mode>2) New expander to implement isinf, isinff and isinfl
5854         built-in functions as x87 inline asm.
5855
5856 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
5857
5858         * gcc/config/arm/unwind-arm.h (_sleb128_t, _uleb128_t): New.
5859
5860 2007-01-30  Eric Christopher  <echristo@apple.com>
5861
5862         * config.gcc: Add geode.
5863
5864 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
5865
5866         * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
5867         ipa-inline.c, tree-profile.c, tree-ssa-live.c,
5868         tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
5869         value-prof.c: Fix comment typos.
5870
5871 2007-01-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5872
5873         PR c++/24745
5874         * doc/invoke.texi (Wpointer-arith): Document warning.
5875
5876 2007-01-30  Janis Johnson  <janis187@us.ibm.com>
5877
5878         * doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
5879         the list of discrepancies from the draft TR.
5880
5881 2007-01-30  Dirk Mueller  <dmueller@suse.de>
5882
5883         PR c++/30601
5884         * doc/invoke.texi (-Wreturn-type): Update description to
5885         match new behavior.
5886
5887 2007-01-30  Richard Sandiford  <richard@codesourcery.com>
5888
5889         * cfgrtl.c (try_redirect_by_replacing_jump): Check only_sets_cc0_p.
5890
5891 2007-01-30  Uros Bizjak  <ubizjak@gmail.com>
5892
5893         * builtins.c (expand_builtin_int_interclass_roundingfn): New function
5894         to handle optabs that operate on floating point input argument and
5895         output to integer output.
5896         (expand_builtin_mathfn) [BUILT_IN_ILOGB]: Move from here ...
5897         (expand_builtin_interclass_mathfn) [BUILT_IN_ILOGB]: ... to here.
5898         (expand_builtin): Expand BUILT_IN_ILOGB{,F,L} using
5899         expand_builtin_interclass_mathfn ().
5900         * config/i386/i386.md (fxtractxf3_i387): Rename from *fxtractxf3_i387.
5901         (ilogbsi2): Remove.
5902         (ilogbxf2, ilogb<mode>2): New expanders to implement ilogb, ilogbf and
5903         ilogbl built-in functions as x87 intrinsics.
5904
5905 2007-01-30  Richard Guenther  <rguenther@suse.de>
5906
5907         PR middle-end/27657
5908         * dwarf2out.c (reference_to_unused): Query varpool if the
5909         variable was output.
5910
5911 2007-01-30  Richard Guenther  <rguenther@suse.de>
5912
5913         PR middle-end/30313
5914         * passes.c (execute_one_pass): Reset in_gimple_form to not
5915         confuse non-unit-at-a-time mode.
5916
5917 2007-01-29  Roger Sayle  <roger@eyesopen.com>
5918             Richard Guenther  <rguenther@suse.de>
5919
5920         * fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT to
5921         avoid undefined behaviour on overflow.  Use force_fit_type_double
5922         to construct the constant with the specified TREE_OVERFLOW.
5923
5924 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
5925
5926         * config/dfp-bit.c: Add parameterized support for fp exceptions.
5927         * config/dfp-bit.h: Ditto.
5928
5929 2007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5930
5931         * c-decl.c (pop_scope): Replace warnings with call to
5932         warn_for_unused_label.
5933         * c-common.h (warn_for_unused_label): Declare.
5934         * c-common.c (warn_for_unused_label): Define.
5935
5936 2007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5937
5938         * tree-optimize.c (update_inlined_to_pointers): Delete unused
5939         function.
5940
5941 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
5942
5943         * Makefile.in (USER_H): Remove decfloat.h.
5944         * ginclude/decfloat.h: Delete, moving contents to ...
5945         * ginclude/float.h: Add support for decimal floating point,
5946         guarded by __STDC_WANT_DEC_FP__.
5947
5948 2007-01-29  Mike Stump  <mrs@apple.com>
5949
5950         * doc/gccint.texi (Top): Rename Loop Representation to Loop
5951         Analysis and Representation to resolve case insensitive conflict.
5952         * doc/loop.texi (Loop Analysis and Representation): Likewise.
5953
5954 2007-01-28  Daniel Berlin  <dberlin@dberlin.org>
5955
5956         * tree.h (struct tree_memory_tag): Add aliases member.
5957         (MTAG_ALIASES): New macro.
5958         * tree-ssa-alias.c (alias_bitmap_obstack): New variable.
5959         (add_may_alias): Remove pointer-set. Update for may_aliases being
5960         a bitmap.
5961         (mark_aliases_call_clobbered): Update for may_aliases being a
5962         bitmap.
5963         (compute_tag_properties): Ditto.
5964         (create_partition_for): Ditto.
5965         (compute_memory_partitions): Ditto.
5966         (dump_may_aliases_for): Ditto.
5967         (is_aliased_with): Ditto.
5968         (add_may_alias_for_new_tag): Ditto.
5969         (rewrite_alias_set_for): Rewrite for may_aliases being a bitmap.
5970         (compute_is_aliased): New function.
5971         (compute_may_aliases): Call compute_is_aliased).
5972         (init_alias_info): Initialize alias_bitmap_obstack.
5973         (union_alias_set_into): New function.
5974         (compute_flow_sensitive_aliasing): Use union_aliases_into.
5975         (have_common_aliases_p): Rewrite to take two bitmaps and use
5976         intersection.
5977         (compute_flow_insensitive_aliasing): Stop using pointer-sets.
5978         Update for bitmaps.
5979         (finalize_ref_all_pointers): Update for add_may_alias changes.
5980         (new_type_alias): Ditto.
5981         * tree-flow-inline.h (may_aliases): Return a bitmap.
5982         * tree-dfa.c (dump_variable): Check for MTAG_P'ness.
5983         * tree-ssa.c (verify_flow_insensitive_alias_info): Update for
5984         may_aliases being a bitmap.
5985         * tree-flow.h (struct var_ann_d): Remove may_aliases member.
5986         may_aliases now returns a bitmap.
5987         * tree-ssa-structalias.c (merge_smts_into): Update for may_aliases
5988         being a bitmap.
5989         * tree-ssa-operands.c (add_virtual_operand): Update for
5990         may_aliases being a bitmap.
5991
5992 2007-01-29  Daniel Berlin  <dberlin@dberlin.org>
5993
5994         PR tree-optimization/30630
5995         * tree-ssa-structalias.c (do_complex_constraint): Mark correct
5996         variable as changed.
5997
5998 2007-01-29  Simon Martin  <simartin@users.sourceforge.net>
5999
6000         PR c++/28266
6001         * gimplify.c (gimplify_target_expr): Make sure that the TARGET_EXPR is
6002         expanded only once even if an error occurs.
6003
6004 2007-01-29  Ben Elliston  <bje@au.ibm.com>
6005
6006         * gcov-io.h (__gcov_indirect_call_profiler): Declare.
6007         (__gcov_average_profiler): Likewise.
6008         (__gcov_ior_profiler): Likewise.
6009         (__gcov_merge_ior): Likewise.
6010
6011 2007-01-28  Jan Hubicka  <jh@suse.cz>
6012
6013         * builtins.c (expand_builtin_memset): Fix typo in my last patch.
6014         * value-prof.c (stringop_block_profile): Likewise.
6015
6016 2007-01-28  Jan Hubicka  <jh@suse.cz>
6017
6018         * expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall): Add
6019         variant handling histograms; add wrapper.
6020         (clear_storage_via_libcall): Export.
6021         (emit_block_move_hints): Break out from ...; add histograms.
6022         (emit_block_move): ... this one.
6023         (clear_storage_hints): Break out from ...; add histograms.
6024         (clear_storage): ... this one.
6025         (set_storage_via_memset): Handle histogram.
6026         * expr.h (emit_block_move_via_libcall, emit_block_move_hints): Declare.
6027         (clear_storage_hints, clear_storage_via_libcall): Declare.
6028         (set_storage_via_setmem): Update prototype.
6029         * doc/md.texi (movmem, setmem): Document new arguments.
6030
6031         * value-prof.c (dump_histogram_value, tree_find_values_to_profile): Add
6032         new histograms.
6033         (stringop_block_profile): New global function.
6034         (tree_stringops_values_to_profile): Profile block size and alignment.
6035         * value-prof.h (enum hist_type): add HIST_TYPE_AVERAGE and
6036         HIST_TYPE_IOR.
6037         (struct profile_hooks): Add gen_average_profiler and gen_ior_profiler.
6038         (stringop_block_profile): Declare.
6039         * builtins.c: Include value-prof.h.
6040         (expand_builtin_memcpy, expand_builtin_memset): Pass block profile.
6041         * gcov-ui.h (GCOV_COUNTER_NAMES): Add new counter.
6042         (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): New constants.
6043         (GCOV_COUNTERS, GCOV_LAST_VALUE_COUNTER): Update.
6044         * profile.c (instrument_values): Add new counters.
6045         * cfgexpand.c (expand_gimple_basic_block): Propagate histograms to
6046         calls.
6047         * tree-profile.c (tree_average_profiler_fn, tree_ior_profiler_fn): New.
6048         (tree_init_edge_profiler): Build new profilers.
6049         (tree_gen_average_profiler, tree_gen_ior_profiler): New.
6050         (pass_tree_profile): Add dump.
6051         (tree_profile_hooks): Update.
6052         * Makefile.in (LIBGCOV): Add new constants.
6053         * libgcov.c (__gcov_merge_ior, __gcov_average_profiler,
6054         __gcov_ior_profiler): New.
6055         * i386.md (movmem/setmem expanders): Add new optional arguments.
6056
6057 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6058
6059         * doc/md.texi (Standard Pattern Names): Document blockage pattern.
6060
6061 2007-01-28  Zdenek Dvorak <dvorakz@suse.cz>
6062
6063         * tree-ssa-loop-unswitch.c: Include tree-inline.h.
6064         (tree_unswitch_single_loop): Pass eni_size_weights to
6065         tree_num_loop_insns.
6066         * tree-ssa-loop-manip.c: Include tree-inline.h.
6067         (can_unroll_loop_p): Pass eni_size_weights to
6068         tree_num_loop_insns.
6069         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p):
6070         Pass eni_size_weights to estimate_num_insns.
6071         * tree.h (init_inline_once): Export.
6072         * toplev.c (backend_init): Call init_inline_once.
6073         * cgraphunit.c (cgraph_process_new_functions,
6074         cgraph_analyze_function): Pass eni_inlining_weights to
6075         estimate_num_insns.
6076         * ipa-inline.c (compute_inline_parameters): Ditto.
6077         * tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Pass weights
6078         to estimate_num_insns.
6079         (try_unroll_loop_completely): Pass eni_size_weights to
6080         tree_num_loop_insns.
6081         * tree-eh.c (decide_copy_try_finally): Pass eni_size_weights
6082         ot estimate_num_insns.
6083         * tree-ssa-loop-prefetch.c: Include tree-inline.h.
6084         (loop_prefetch_arrays): Pass eni_time_weights to tree_num_loop_insns.
6085         * tree-inline.c (eni_inlining_weights, eni_size_weights,
6086         eni_time_weights): New variables.
6087         (init_inline_once): Initialize them.
6088         (struct eni_data): Mew.
6089         (estimate_num_insns_1, estimate_num_insns): Use weights.
6090         * tree-inline.h (struct eni_weights_d): New.
6091         (eni_inlining_weights, eni_size_weights, eni_time_weights): Declare.
6092         (estimate_num_insns): Declaration changed.
6093         * cfgloop.h (tree_num_loop_insns): Declaration changed.
6094         * Makefile.in (tree-ssa-loop-unswitch.o, tree-ssa-loop-prefetch.o,
6095         tree-ssa-loop-manip.o): Add TREE_INLINE_H dependency.
6096
6097 2007-01-28  Zdenek Dvorak <dvorakz@suse.cz>
6098
6099         * tree-data-ref.c (conflict_fn): Assert that the number of affine
6100         relations in the conflict function is valid.
6101
6102 2007-01-27  Ian Lance Taylor  <iant@google.com>
6103
6104         * common.opt: Add fstrict-overflow.
6105         * opts.c (decode_options): Set flag_strict_overflow if -O2.
6106         * flags.h (TYPE_OVERFLOW_WRAPS): Define.
6107         (TYPE_OVERFLOW_UNDEFINED): Define.
6108         (TYPE_OVERFLOW_TRAPS): Define.  This replaces TYPE_TRAP_SIGNED.
6109         Replace all uses.
6110         * tree.h (TYPE_TRAP_SIGNED): Don't define.
6111         * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_UNDEFINED.
6112         (fold_negate_expr): Likewise.
6113         (make_range): Likewise.
6114         (extract_muldiv_1): Likewise.
6115         (maybe_canonicalize_comparison): Likewise.
6116         (fold_comparison): Likewise.
6117         (fold_binary): Likewise.
6118         (tree_expr_nonnegative_p): Likewise.
6119         (tree_expr_nonzero_p): Likewise.
6120         * tree-vrp.c (compare_values): Likewise.
6121         (extract_range_from_binary_expr): Likewise.
6122         (extract_range_from_unary_expr): Likewise.
6123         * tree-ssa-loop-niter.c (infer_loop_bounds_from_signedness):
6124         Likewise.
6125         (nowrap_type_p): Likewise.
6126         * tree-scalar-evolution.c (simple_iv): Likewise.
6127         * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_WRAPS.
6128         (build_range_check): Likewise.
6129         (extract_muldiv_1): Likewise.
6130         (fold_comparison): Likewise.
6131         * tree-vrp.c (vrp_int_const_binop): Likewise.
6132         (extract_range_from_unary_expr): Likewise.
6133         * convert.c (convert_to_integer): Likewise.
6134         * fold-const.c (fold_negate_expr): Use TYPE_OVERFLOW_TRAPS.
6135         (fold_comparison): Likewise.
6136         (fold_binary): Likewise.
6137         * optabs.c (optab_for_tree_code): Likewise.
6138         * tree-vectorizer.c (vect_is_simple_reduction): Likewise.
6139         * simplify-rtx.c (simplify_const_relational_operation): Check
6140         flag_strict_overflow and flag_trapv.
6141         (simplify_const_relational_operation): Likewise.
6142         * doc/invoke.texi (Option Summary): Mention -fstrict-overflow.
6143         (Optimize Options): Add -fstrict-overflow to -O2 list.  Document
6144         -fstrict-overflow.
6145
6146 2007-01-27  Roger Sayle  <roger@eyesopen.com>
6147
6148         * tree.c (tree_fold_gcd): Delete.
6149         * tree.h (tree_fold_gcd): Remove prototype.
6150         * tree-data-ref.c (tree_fold_divides_p): Don't use tree_fold_gcd to
6151         test whether one constant integer is a multiple of another.  Instead
6152         call int_const_binop with TRUNC_MOD_EXPR and test for a zero result.
6153         * fold-const.c (multiple_of_p):  We've determined both TOP and
6154         BOTTOM are integer constants so we can call int_const_binop directly
6155         instead of the more generic const_binop.
6156
6157 2007-01-27  Roger Sayle  <roger@eyesopen.com>
6158
6159         * fold-const.c (size_binop): In the fast-paths for X+0, 0+X, X-0 and
6160         1*X check that the constant hasn't overflowed, to preserve the
6161         TREE_OVERFLOW bit.
6162         (round_up): Provide an efficient implementation when rouding-up an
6163         INTEGER_CST to a power-of-two.
6164
6165 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6166
6167         * doc/sourcebuild.texi: Add comma for clarity.
6168         * doc/extend.texi: Fix some typos.
6169         * doc/passes.texi: Likewise.
6170         * doc/cppinternals.texi: Likewise.
6171         * doc/c-tree.texi: Likewise.
6172         * doc/tree-ssa.texi: Likewise.
6173         * doc/install.texi: Likewise.
6174
6175 2007-01-27  Jan Hubicka  <jh@suse.cz>
6176
6177         * tree-sra.c (sra_walk_function): Don't rely on aliases being build.
6178         (pass_sra): Do not require alias information.
6179         * passes.c (init_optimization_passes): Add SRA
6180
6181 2007-01-27  Steven Bosscher  <steven@gcc.gnu.org>
6182
6183         * tracer.c (rest_of_handle_tracer): We already cleaned
6184         up the CFG in tracer() so don't do it here again.
6185         * cfgcleanup.c (rest_of_handle_jump2): Don't repeat
6186         cleanup_cfg here, either.  And don't call renumber_insns.
6187
6188         * cfgrtl.c (rtl_verify_flow_info_1): Don't verify that BB_END
6189         and BB_HEAD are in the insn stream here.  Instead make sure
6190         that BB_INSN is valid on all insns.  Also, do check here that
6191         there are no pending branch predictions...
6192         (rtl_verify_flow_info): ...instead of doing it here.  Checks
6193         for BB_END and BB_HEAD moved from rtl_verify_flow_info_1 to
6194         here.
6195
6196 2007-01-26  Roger Sayle  <roger@eyesopen.com>
6197
6198         * config/i386/i386.c (ix86_swap_binary_operands_p): New helper
6199         function to simplify/factorize operand order canonicalization.
6200         (ix86_fixup_binary_operands): Reorganize using the above function.
6201         (ix86_binary_operator_ok): Likewise.
6202
6203 2007-01-27  Jakub Jelinek  <jakub@redhat.com>
6204
6205         * genattrtab.c (struct attr_value_list, insn_code_values): Move to
6206         file scope from optimize_attrs.
6207         (simplify_test_exp): If insn_code_values is not NULL, use it to speed
6208         up search.
6209         (optimize_attrs): Clear insn_code_values after freeing it.
6210
6211 2007-01-26  Zdenek Dvorak <dvorakz@suse.cz>
6212
6213         * tree-ssa-address.c (create_mem_ref): Remove ", bsi" from
6214         a parts.base assignment.
6215
6216 2007-01-26  Zdenek Dvorak <dvorakz@suse.cz>
6217
6218         * tree-data-ref.c (dump_subscript): Use dump_conflict_function.
6219         (compute_subscript_distance, initialize_data_dependence_relation,
6220         finalize_ddr_dependent, analyze_ziv_subscript,
6221         analyze_siv_subscript_cst_affine,
6222         compute_overlap_steps_for_affine_univar,
6223         compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
6224         analyze_siv_subscript, analyze_miv_subscript,
6225         analyze_overlapping_iterations, subscript_dependence_tester_1,
6226         compute_self_dependence, free_dependence_relation): Work
6227         with affine_fn instead of chrecs.
6228         (dump_affine_function, dump_conflict_function, affine_function_equal_p,
6229         common_affine_function, affine_function_base,
6230         affine_function_constant_p, affine_fn_op, affine_fn_plus,
6231         affine_fn_minus, affine_fn_free, conflict_fn_not_known,
6232         conflict_fn_no_dependence, free_conflict_function, free_subscripts,
6233         conflict_fn, affine_fn_cst, affine_fn_univar): New functions.
6234         (all_chrecs_equal_p): Removed.
6235         * tree-data-ref.h (affine_fn, conflict_function): New types.
6236         (struct subscript): Change type of conflicting_iterations_in_a
6237         and conflicting_iterations_in_b.
6238
6239 2007-01-26  Steve Ellcey  <sje@cup.hp.com>
6240
6241         PR other/30182
6242         * config/pa/pa.h (TARGET_HPUX_11): New.
6243         * config/pa/pa-hpux11.h (TARGET_HPUX_11): New.
6244         * config/pa/pa.c (pa_init_builtins): Use TARGET_HPUX_11.
6245
6246 2007-01-26  Daniel Berlin  <dberlin@dberlin.org>
6247         Richard Guenther  <rguenther@suse.de>
6248
6249         * tree-ssa-structalias.c (solve_graph): Handle case
6250         we merged the variable to another.
6251
6252 2007-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6253
6254         * builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even'
6255         functions.
6256
6257         * fold-const.c (negate_mathfn_p): Treat casin, casinh, catan,
6258         catanh, cproj, csin, csinh, ctan and ctanh as 'odd' functions.
6259
6260 2007-01-25  DJ Delorie  <dj@redhat.com>
6261
6262         * config/m32c/m32c.c (m32c_cannot_change_mode_class): We don't
6263         allow changes to modes which don't fit in those registers.
6264
6265         * reload1.c (choose_reload_regs): Check for invalid subregs before
6266         computing their locations, not after.
6267
6268 2007-01-25  Geoffrey Keating  <geoffk@apple.com>
6269
6270         PR 25127
6271         * config/rs6000/rs6000.c (first_altivec_reg_to_save): On Darwin,
6272         save Altivec registers in an eh_return function.
6273         (compute_vrsave_mask): Likewise.
6274         (rs6000_stack_info): Correct AIX/Darwin stack alignment computation
6275         for saving Altivec registers.
6276         (rs6000_emit_prologue): Don't allocate stack twice in
6277         eh_return function.  Correct expected value of altivec_save_offset
6278         when using save_world.  Describe save of R0 to stack when using
6279         save_world.  Describe stack pointer adjustment when using
6280         save_world.  Remove duplicated eh_return parameter register saving.
6281         Update sp_offset variable after save_world.
6282         * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA): Remove
6283         darwin-world.asm.
6284         (LIB2FUNCS_EXTRA): Add darwin-world.asm.
6285         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): -m64
6286         implies Altivec.
6287
6288 2007-01-25  Steve Ellcey  <sje@cup.hp.com>
6289
6290         * config.gcc (ia64*-*-hpux*): Make posix threads the default.
6291
6292 2007-01-25  Steve Ellcey  <sje@cup.hp.com>
6293
6294         PR other/30182
6295         * config/pa/pa.c (pa_init_builtins): Set asm names for finite routines.
6296         * config/ia64/ia64.c (ia64_init_builtins):  Ditto.
6297
6298 2007-01-25  Richard Guenther  <rguenther@suse.de>
6299
6300         * doc/invoke.texi (-Wcoverage-mismatch): Document.
6301         * common.opt (-Wcoverage-mismatch): New warning option.
6302         * coverage.c (get_coverage_counts): Ignore coverage mismatch
6303         if -Wcoverage-mismatch is given.
6304
6305 2007-01-25  Razya Ladelsky  <razya@il.ibm.com>
6306
6307         * ipa-cp.c (ipcp_insert_stage, ipcp_driver): Support for SSA.
6308         (ipcp_driver): Change to static definition.
6309         Add dumping of the ifunctions.
6310         (constant_val_insert): Remove unused parameter. Support for SSA.
6311         (ipcp_propagate_const): Support for SSA.
6312         (ipcp_profile_bb_print): Print only analyzed nodes.
6313         (ipcp_replace_map_create): Remove support for Fortran constant
6314         for now.
6315         * ipa-prop.c (ipa_method_modify_stmt,
6316         ipa_callsite_compute_param): Support for SSA.
6317         * ipa-prop.h (ipcp_driver): Remove declaration.
6318         (IS_VALID_TREE_MAP_INDEX): Add define.
6319
6320 2007-01-24  Geoffrey Keating  <geoffk@apple.com>
6321
6322         * unwind-dw2.c (execute_stack_op): Handle DW_OP_swap.
6323
6324 2007-01-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6325
6326         PR middle-end/30447
6327         * builtins.c (fold_builtin_cabs): Use MPFR to evaluate a
6328         constant argument to cabs and do it without checking for
6329         -funsafe-math-optimizations.
6330
6331 2007-01-24  Douglas Gregor  <dgregor@osl.iu.edu>
6332
6333         * c-common.h (RID_FIRST_CXX0X): New.
6334         (RID_LAST_CXX0X): New.
6335         * c-opts.c (c_common_handle_option): -Wc++0x-compat is triggered
6336         by -Wall.
6337         * c.opt (Wc++0x-compat): New.
6338         * doc/invoke.texi (-Wc++0x-compat): Document.
6339
6340 2007-01-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6341
6342         * builtins.c (fold_builtin_carg): New.
6343         (fold_builtin_1): Use it.
6344
6345 2007-01-24  Jan Hubicka  <jh@suse.cz>
6346
6347         * ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.
6348
6349         * ipa-inline.c (initial_insns, max_insns): Delete.
6350         (compute_max_insns): New function.
6351         (cgraph_decide_inlining_of_small_function): Use it; take minimal amount
6352         of insns as base for code growth.
6353         (cgraph_decide_inlining): Make initial_insns local; do not compute
6354         max_insns.
6355         * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 60.
6356         * doc/invoke.texi (inline-unit-growth): Update docs.
6357
6358 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
6359
6360         * config/i386/i386.h (x86_cmpxchg16b): Remove const.
6361         (TARGET_CMPXCHG16B): Define to x86_cmpxchg16b.
6362         * config/i386/i386.c (x86_cmpxchg16b): Remove const.
6363         (override_options): Add PTA_CX16 flag.  Set x86_cmpxchg16b
6364         for CPUs that have PTA_CX16 set.
6365
6366         PR middle-end/27416
6367         * gimplify.c (omp_check_private): New function.
6368         (gimplify_scan_omp_clauses): Use it for
6369         firstprivate/lastprivate/reduction.
6370
6371         PR middle-end/30494
6372         * gimplify.c (omp_add_variable): Don't call omp_notice_variable
6373         on TYPE_SIZE_UNIT for GOVD_LOCAL VLAs.
6374
6375         PR middle-end/30421
6376         * omp-low.c (lower_omp_for_lastprivate): Add dlist argument.
6377         If lower_lastprivate_clauses emits some statements, append them
6378         to dlist rather than body_p and to body_p append an initializer.
6379         (lower_omp_for): Adjust caller.
6380
6381 2007-01-24  Steve Ellcey  <sje@cup.hp.com>
6382
6383         * target.h (globalize_decl_name): New.
6384         * target-def.h (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
6385         * output.h (default_globalize_decl_name): New.
6386         * varasm.c (asm_output_bss): Use globalize_decl_name instead of
6387         globalize_label.
6388         (globalize_decl): Ditto.
6389         (default_globalize_decl_name): New.
6390         * config/ia64/ia64.c (ia64_globalize_decl_name): New.
6391         (ia64_handle_version_id_attribute): New.
6392         (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
6393         (ia64_asm_output_external): Use globalize_decl_name instead
6394         of globalize_label.
6395         * doc/extend.texi (version_id): New pragma.
6396         * doc/tm.texi (ARGET_ASM_GLOBALIZE_DECL_NAME): New target hook.
6397
6398 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
6399
6400         * unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with
6401         _uleb128_t and _Unwind_SWord with _sleb128_t.
6402         * unwind-dw2.c (extract_cie_info, execute_stack_op, execute_cfa_program,
6403         uw_frame_state_for, uw_update_context_1): Likewise.
6404         * unwind-c.c (parse_lsda_header, PERSONALITY_FUNCTION): Likewise.
6405         * unwind-pe.h (read_uleb128, read_sleb128,
6406         read_encoded_value_with_base): Likewise.
6407         * unwind-generic.h: Define _sleb128_t and _uleb128_t types.
6408
6409 2007-01-24  Richard Guenther  <rguenther@suse.de>
6410
6411         * builtins.c (expand_builtin_cexpi): Get the fndecl
6412         for cexp in the correct way.
6413
6414 2007-01-24  Jan Hubicka  <jh@suse.cz>
6415
6416         * tree-ssa-dce.c (eliminate_unnecesary_stmts): Remove dead LHS of calls.
6417
6418 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
6419
6420         * c-cppbuiltin.c (builtin_define_type_sizeof): New function.
6421         (c_cpp_builtins): New builtin macros: __SIZEOF_INT__, __SIZEOF_LONG__,
6422         __SIZEOF_LONG_LONG__, __SIZEOF_SHORT__, __SIZEOF_POINTER__,
6423         __SIZEOF_FLOAT__, __SIZEOF_DOUBLE__, __SIZEOF_LONG_DOUBLE__,
6424         __SIZEOF_SIZE_T__, __SIZEOF_WCHAR_T__, __SIZEOF_WINT_T__ and
6425         __SIZEOF_PTRDIFF_T__.
6426         * doc/cpp.texi: Documentation for the new builtin macros added.
6427
6428 2007-01-24  Uros Bizjak  <ubizjak@gmail.com>
6429
6430         * config/i386/i386.md (tanxf2, tan<mode>2, atan<mode>2, log<mode>2,
6431         log10<mode>2, log2<mode>2, expxf2, exp10xf2, exp2xf2): Use op2
6432         instead of operands[2] to avoid access past the end of array.
6433
6434 2007-01-24  Richard Sandiford  <richard@codesourcery.com>
6435
6436         * reload1.c (emit_reload_insns): Pass the reload register
6437         for a non-spill output reload through forget_old_reloads_1.
6438
6439 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
6440
6441         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
6442         _SOFT_DOUBLE if doubles use software floating-point.
6443         * config/rs6000/libgcc-ppc-glibc.ver: Export additional long
6444         double functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
6445         * config/rs6000/darwin-ldouble.c: Also compile functions for
6446         hard-float without FPRs.  Use fmsub function for all __NO_FPRS__
6447         cases.  Compile extra functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
6448         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove
6449         commented-out long double override.
6450         (CPP_LONGDOUBLE_DEFAULT_SPEC): Likewise.
6451         * config/rs6000/eabispe.h: Likewise.
6452         * config/rs6000/rs6000.c (rs6000_override_options): Don't override
6453         long double for non-SPE.
6454         (rs6000_handle_option): Likewise.
6455         (invalid_e500_subreg): Disallow more subregs involding DImode,
6456         DFmode, TImode or TFmode.
6457         (rs6000_legitimate_offset_address_p): Check TFmode offsets for
6458         E500 double.
6459         (legitimate_lo_sum_address_p): Also check for TFmode for E500
6460         double.
6461         (rs6000_legitimize_address): Also handle TFmode for E500 double.
6462         (rs6000_legitimize_reload_address): Also handle TFmode for E500
6463         double.
6464         (rs6000_legitimate_address): Also check for TFmode for E500
6465         double.
6466         (rs6000_emit_move): Use DFmode subregs of TFmode for E500 double.
6467         (spe_build_register_parallel): Handle TFmode and TCmode.
6468         (rs6000_spe_function_arg): Handle TFmode and TCmode for E500
6469         double.
6470         (function_arg): Handle TFmode and TCmode for E500 double.
6471         (rs6000_init_libfuncs): Initialize extra libfuncs for soft double
6472         in general.
6473         (print_operand): Handle TFmode and TImode for %y.
6474         (rs6000_generate_compare): Handle TFmode comparisons for E500
6475         double.
6476         (spe_func_has_64bit_regs_p): Check for TFmode for E500 double.
6477         (rs6000_function_value): Handle TFmode and TCmode for E500 double.
6478         (rs6000_libcall_value): Handle TFmode and TCmode for E500 double.
6479         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Check for
6480         TFmode for E500 double.
6481         * config/rs6000/rs6000.md (FP): Allow TF for E500 double.
6482         (floatsidf2): Enable for E500 double.
6483         (movtf_softfloat): Use rs6000_nonimmediate_operand.
6484         (extenddftf2): Change to extenddftf2_fprs.
6485         (extenddftf2): Call gen_spe_extenddftf2 or gen_extenddftf2_fprs
6486         depending on TARGET_E500_DOUBLE.
6487         (extendsftf2): Enable for E500 double.
6488         (trunctfdf2): Enable for E500 double.
6489         (trunctfsf2): Change to trunctfsf2_fprs.
6490         (trunctfsf2): Call gen_spe_trunctfsf2 or gen_trunctfsf2_fprs
6491         depending on TARGET_E500_DOUBLE.
6492         (floatsitf2): Enable for E500 double.
6493         (fix_trunctfsi2): Change to fix_trunctfsi2_fprs.
6494         (fix_trunctfsi2): Call gen_spe_fix_trunctfsi2 or
6495         gen_fix_trunctfsi2_fprs depending on TARGET_E500_DOUBLE.
6496         (negtf2): Change to negtf2_internal.
6497         (negtf2): New expander.
6498         (abstf2): Enable for E500 double.  Call gen_spe_abstf2_tst,
6499         gen_spe_abstf2_cmp or gen_abstf2_internal depending on
6500         TARGET_E500_DOUBLE and flag_unsafe_math_optimizations.
6501         (movdi_internal32): Use rs6000_nonimmediate_operand.
6502         (unnamed splitter): Likewise.
6503         * config/rs6000/spe.md (CMPTFEQ_GPR, TSTTFEQ_GPR, CMPTFGT_GPR,
6504         TSTTFGT_GPR, CMPTFLT_GPR, TSTTFLT_GPR): New unspecs.
6505         (SPE64TF, DITI): New mode macros.
6506         (frob_df_di): Change to frob_<SPE64:mode>_<DITI:mode>; allow more
6507         modes.
6508         (frob_tf_ti): New.
6509         (frob_<mode>_di_2): New.
6510         (frob_tf_di_8_2): New.
6511         (frob_di_df): Change to frob_di_<mode>; allow more modes.
6512         (frob_ti_tf): New.
6513         (frob_di_df_2): Change to frob_<DITI:mode>_<SPE64:mode>_2; allow
6514         more modes.
6515         (frob_ti_<mode>_8_2): New.
6516         (frob_ti_tf_2): New.
6517         (mov_si<mode>_e500_subreg0, mov_si<mode>_e500_subreg0_2,
6518         mov_si<mode>_e500_subreg4, mov_si<mode>_e500_subreg4_2): Allow
6519         TFmode.
6520         (mov_sitf_e500_subreg8, mov_sitf_e500_subreg8_2,
6521         mov_sitf_e500_subreg12, mov_sitf_e500_subreg12_2): New.
6522         (spe_trunctfdf2_internal1, spe_trunctfsf2, spe_extenddftf2,
6523         spe_fix_trunctfsi2, spe_fix_trunctfsi2_internal,
6524         spe_negtf2_internal, spe_abstf2_cmp, spe_abstf2_tst): New.
6525         (cmptfeq_gpr, tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr,
6526         tsttflt_gp): New.
6527
6528 2007-01-23  Ian Lance Taylor  <iant@google.com>
6529
6530         * Makefile.in (OBJS-common): Reformat, alphabetize, but put
6531         insn-*.o first.
6532         (OBJS-archive): Reformat, alphabetize.
6533         (OBJS): Change out_object_file to OBJS-md.
6534
6535 2007-01-23  Uros Bizjak  <ubizjak@gmail.com>
6536
6537         * config/i386/i386.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
6538         JUMP_P and CALL_P predicates where applicable.
6539         * config/i386/i386.c: Ditto.
6540         * config/i386/i386.md: Ditto.
6541         * config/i386/mmx.md: Ditto.
6542         * config/i386/predicates.md: Ditto.
6543
6544 2007-01-22  Andreas Schwab  <schwab@suse.de>
6545
6546         * config/m68k/m68k.h: Fix comment.
6547
6548 2007-01-22  Jan Hubicka  <jh@suse.cz>
6549
6550         * passes.c (init_optimization_passes): Do not rerun
6551         pass_early_warn_uninitialized.
6552
6553 2007-01-22  Richard Guenther  <rguenther@suse.de>
6554
6555         PR tree-optimization/30038
6556         * tree-ssa-math-opts.c (maybe_record_sincos): New static helper
6557         function.
6558         (execute_cse_sincos_1): Likewise.
6559         (execute_cse_sincos): Likewise.
6560         (gate_cse_sincos): Likewise.
6561         (pass_cse_sincos): New pass CSEing sin() and cos() calls using
6562         the cexpi() canonicalization of sincos().
6563         * tree-pass.h (pass_cse_sincos): Declare.
6564         * passes.c (init_optimization_passes): New pass pas_cse_sincos.
6565
6566 2007-01-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6567
6568         PR rtl-optimization/29329
6569         * combine.c (replaced_rhs_insn): Rename to i2mod.
6570         (replaced_rhs_value): Rename to i2mod_new_rhs.
6571         (i2mod_old_rhs): New global variable.
6572         (combine_instructions): Adjust for above change.  Save a copy of
6573         the old RHS into i2mod_old_rhs when the contents of a REG_EQUAL
6574         note are substituted in the second instruction.
6575         (distribute_notes) <REG_DEAD>: Adjust for above change.  Do not
6576         ditch the note if it pertains to the second eliminated register
6577         and this register is mentioned in i2mod_old_rhs.
6578
6579         Revert:
6580         2006-09-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6581
6582         * combine.c (distribute_notes) <REG_DEAD>: Do not consider SETs past
6583         the insn to which the note was originally attached.
6584
6585 2007-01-21  Jan Hubicka  <jh@suse.cz>
6586
6587         * ipa-inline.c (inlining_mode): Comment, move up.
6588         (cgraph_decide_inlining_incrementally): Do not perform inlining
6589         itself; fix handling of flattening of self recursive functions.
6590         (cgraph_find_cycles): Remove.
6591         (cgraph_flatten_node): Remove.
6592         (cgraph_decide_inlining): Use incremental inliner to handle flattening.
6593         (try_inline): New function.
6594         (cgraph_early_inlining): Update call of
6595         cgraph_decide_inlining_incrementally.  Apply inlining here.
6596         (apply_inline): Update call of cgraph_decide_inlining_incrementally.
6597
6598 2007-01-21  Dirk Mueller  <dmueller@suse.de>
6599
6600         PR bootstrap/30511
6601         * tree-vrp.c (check_array_bounds): do not warn
6602         about ADDR_EXPR's of ARRAY_REF's which are immediately
6603         used in binary expressions.
6604
6605 2007-01-21  Ira Rosen  <irar@il.ibm.com>
6606
6607         * tree-vectorizer.h (struct _stmt_vec_info): Add new field
6608         read_write_dep and macros for its access.
6609         * tree-vectorizer.c (new_stmt_vec_info): Initialize the new field.
6610         * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Remove
6611         argument, call vect_check_interleaving for every independent pair of
6612         data-refs. Mark loads that access the same memory location as a store
6613         in the loop.
6614         (vect_check_dependences): Remove.
6615         (vect_analyze_data_ref_dependences): Remove  vect_check_dependences
6616         call, fix the call to vect_analyze_data_ref_dependence.
6617         (vect_analyze_data_ref_access): For statements that access the same
6618         data-ref, check that they are not stores; for loads, check that there
6619         is no store that access the same location.
6620
6621 2007-01-20  Roger Sayle  <roger@eyesopen.com>
6622             Joseph Myers  <joseph@codesourcery.com>
6623
6624         * doc/invoke.texi (-fdump-rtl-combine): Fix under/overfull hbox.
6625         (-fdump-rtl-stack): Likewise.
6626         (-fno-signed-zeros): Use @minus{} for a minus sign.  Correct typo.
6627         (-mcheck-zero-division, -mcpu): Fix under/overfull hbox.
6628         (-mpt-fixed): Use @minus{} for minus sign.
6629         (Using Precompiled Headers): Fix under/overfull hbox.
6630
6631 2007-01-20  Jan Hubicka  <jh@suse.cz>
6632
6633         * tree-flow.h (struct stmt_ann_d): Move references_memory to proper
6634         place within annotation.
6635
6636 2007-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6637
6638         * pa.c (output_move_double): Change array size of xoperands to 4.
6639
6640 2007-01-20  Jan Hubicka  <jh@suse.cz>
6641
6642         * tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL
6643         as temporary.
6644
6645 2007-01-19  Ian Lance Taylor  <iant@google.com>
6646
6647         * expmed.c (expand_divmod) [TRUNC_MOD_EXPR, TRUNC_DIV_EXPR]: Cast
6648         constant to unsigned HOST_WIDE_INT before negating.
6649
6650 2007-01-19  Ian Lance Taylor  <iant@google.com>
6651
6652         * tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field
6653         to unsigned.
6654         (VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Use unsigned comparison.
6655         (VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
6656         (SET_VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Likewise.
6657         (SET_VUSE_ELEMENT_VAR) [ENABLE_CHECKING]: Likewise.
6658         (SET_VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
6659         (realloc_vdef, realloc_vuse): Change second parameter to
6660         unsigned.
6661         (ssa_operand_iterator_d): Change vuse_index and mayuse_index
6662         fields to unsigned.
6663         * tree-ssa-operands.c (realloc_vop): Change num_elem parameter to
6664         unsigned. Change x and lim locals to unsigned.
6665         (realloc_vdef, realloc_vuse): Change num_elem parameter to
6666         unsigned.
6667         (finalize_ssa_vuse_ops): Change old_i local to unsigned.
6668         (copy_virtual_operands): Change i and n locals to unsigned.
6669
6670 2007-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6671
6672         PR middle-end/29335
6673         * builtins.c (fold_builtin_1): Handle builtin fdim.
6674
6675 2007-01-20  Jan Hubicka  <jh@suse.cz>
6676
6677         * tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.
6678         * tree-ssa-structalias.c (compute_points_to_sets): Do call
6679         init_alias_heapvars.
6680         (init_alias_heapvars): Initialize only when not already initialized.
6681         (delete_alias_heapvars): Set heapvar_for_stmt to NULL.
6682
6683 2007-01-19  Roger Sayle  <roger@eyesopen.com>
6684
6685         * common.opt (fsigned-zeros): New command line option.
6686         * flags.h (HONOR_SIGNED_ZEROS): Control via flag_signed_zeros instead
6687         of flag_unsafe_math_optimizations.
6688         * opts.c (set_fast_math_flags): The -ffast-math command line option
6689         implies -fno-signed-zeros.
6690         (fast_math_flags_set_p): Likewise.
6691
6692         * doc/invoke.texi: Document new -fno-signed-zeros option, and update
6693         the documentation of -ffast-math appropriately.  Wrap long lines.
6694
6695 2007-01-19  Steve Ellcey  <sje@cup.hp.com>
6696
6697         * system.h (ASM_MAKE_LABEL_LINKONCE): Poison.
6698         * varasm.c (globalize_decl): Remove ASM_MAKE_LABEL_LINKONCE ifdef.
6699
6700 2007-01-19  Tomas Bily  <tbily@suse.cz>
6701
6702         * cgraphunit.c (cgraph_finalize_function): Updating of pid
6703         * tree-profile.c:
6704         (tree_init_ic_make_global_vars): New function
6705         (tree_init_edge_profiler): call of tree_init_ic_make_global_vars
6706         (tree_gen_ic_profiler): New function
6707         (tree_gen_ic_func_profiler): New function
6708         (tree_profiling): Added calling of tree_gen_ic_func_profiler
6709         (tree_profile_hooks): Added hook for indirec/virtual calls
6710         * value-prof.c (tree_find_values_to_profile): New case for
6711         indirect calls
6712         (tree_values_to_profile): Call for determining indirect/virtual
6713         counters
6714         (tree_indirect_call_to_profile): New function
6715         (tree_ic_transform): New function
6716         (tree_ic): New function
6717         (find_func_by_pid): New function
6718         (init_pid_map): New function
6719         (tree_value_profile_transformations): Added check for
6720         indirect/virtual call transformation
6721         * value-prof.h (enum hist_type): New counter type for
6722         indirect/virtual calls
6723         (profile_hooks): Added new hook for profiling indirect/virtual
6724         calls
6725         * profile.c (instrument_values): New case for indirect/virtual
6726         call added
6727         * gcov-io.h (GCOV_LAST_VALUE_COUNTER): Changed to 6
6728         (GCOV_COUNTER_V_INDIR): New counter type
6729         (GCOV_COUNTER_NAMES): New name of counter "indirect" added
6730         (GCOV_MERGE_FUNCTIONS): New merge function for indirect/virtual
6731         call added
6732         * cgraph.c: Definition of cgraph_max_pid
6733         (cgraph_create_node): Default init of pid attribute
6734         * cgraph.h: Declaration of cgraph_max_pid
6735         (struct cgraph_node): Added pid attribute
6736         * libgcov.c (__gcov_indirect_call_profiler): New function
6737         (__gcov_one_value_profiler_body): New function
6738         (__gcov_one_value_profiler): Body was moved to
6739         __gcov_one_value_profiler_body and calls it
6740
6741 2007-01-19  Basile Starynkevitch  <basile@starynkevitch.net>
6742
6743         * doc/gty.texi (Options): Document the mark_hook option to GTY.
6744         * gengtype.c (write_types_data, write_func_for_structure,
6745         write_types, ggc_wtd, pch_wtd): Add skip_hooks to
6746         write_types_data, ggc_wtd, pch_wtd for processing mark_hook.
6747         (walk_type, write_func_for_structure): Generate the mark_hook if
6748         needed.
6749
6750 2007-01-19  Jan Hubicka  <jh@suse.cz>
6751
6752         * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of
6753         'early' argument take inlining mode argument specifying whether to
6754         inline for size/speeed or all functions; add support for flattening;
6755         improve dumpting.
6756         (cgraph_early_inlining): Update call of decide_inlining_incrementally.
6757
6758 2007-01-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6759
6760         PR c++/17947
6761         * toplev.c (warn_deprecated_use): Use %qD instead of %qs to print
6762         the name of the declared identifier.
6763
6764 2007-01-19  Dirk Mueller  <dmueller@suse.de>
6765
6766         * config/i386.h (CONDITIONAL_REGISTER_USAGE): Store
6767         result of PIC_OFFSET_TABLE_REGNUM in temporary variable to avoid
6768         duplicate evaluation.
6769
6770 2007-01-19  Uros Bizjak  <ubizjak@gmail.com>
6771
6772         * config/i386/i386.md (acos<mode>2): Rename from acossf2 and acosdf2.
6773         Macroize expander using X87MODEF12 mode macro.  Extend operand 1
6774         to XFMode, use acosxf2 and truncate result to requested mode.
6775         Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
6776         (asin<mode>2): Similarly, with asin expanders.
6777         (*fscalexf4_i387): Rename from *fscalexf4.
6778         (expNcorexf3): New expander.
6779         (expxf2, exp10xf2, exp2xf2): Use expNcorexf3 expander.
6780         (exp<mode>2): Rename from expsf2 and expdf2. Macroize expander using
6781         X87MODEF12 mode macro.  Extend operand 1 to XFMode, use expxf2 and
6782         truncate result to requested mode. Use SSE_FLOAT_MODE_P to disable
6783         patterns for SSE math.
6784         (exp10<mode>2): Similarly, with exp10 expanders.
6785         (exp2<mode>2): Similarly, with exp2 expanders.
6786         (expm1<mode>2): Similarly, with expm1 expanders.
6787         (ldexp<mode>3): Similarly, with ldexp expanders.
6788         (log<mode>2, log10<mode>2, log2<mode>2, log1p<mode>2, logb<mode>2):
6789         Use gen_truncxf<mode>2_i387_noop to truncate result.
6790
6791 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
6792
6793         * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Define to 32
6794         for ColdFire targets.
6795
6796 2007-01-19  Nathan Sidwell  <nathan@codesourcery.com>
6797             Richard Sandiford  <richard@codesourcery.com>
6798
6799         * config/m68k/m68k.h (M68K_STATIC_CHAIN_REG_NAME): New macro.
6800         (INITIALIZE_TRAMPOLINE): Use STATIC_CHAIN_REGNUM.
6801         (__transfer_from_trampoline): Use M68K_STATIC_CHAIN_REG_NAME.
6802         * config/m68k/m68kelf.h (STATIC_CHAIN_REGNUM): Override.
6803         (M68K_STATIC_CHAIN_REG_NAME): Likewise.
6804         * config/m68k/netbsd-elf.h (M68K_STATIC_CHAIN_REG_NAME): Likewise.
6805
6806 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
6807
6808         * config/m68k/m68k.md (adddi_dilshr32): Rename to...
6809         (*adddi_dilshr32): ...this.  Fix formatting.  Remove commented-out
6810         non-canonical pattern.  Restrict to !TARGET_COLDFIRE.
6811         (*adddi_dilshr32_cf): New pattern.
6812         (adddi3, subdi3): Remove first alternatives.
6813
6814 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
6815
6816         * config/m68k/m68k.c (notice_update_cc): If an SFmode move is
6817         implemented using move.l, do not use its cc result for floating-point
6818         comparisons.
6819
6820 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
6821
6822         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Stop the 'T' constraint
6823         from accepting 's' constraints if flag_pic.
6824
6825 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
6826
6827         * config/m68k/m68k.md (bordered, bunordered, buneq, bunge, bungt)
6828         (bunle, bunlt, bltgt, bordered_rev, bunordered_rev, buneq_rev)
6829         (bunge_rev, bungt_rev, bunle_rev, bunlt_rev, bltgt_rev): Change
6830         condition from TARGET_68881 to TARGET_HARD_FLOAT.
6831
6832 2007-01-19  Sandra Loosemore  <sandra@codesourcery.com>
6833
6834         * longlong.h (count_leading_zeros, COUNT_LEADING_ZEROS_0): Add
6835         ColdFire alternatives.
6836         * config/m68k/m68k.h (CLZ_DEFINED_VALUE_AT_ZERO): New macro.
6837         * config/m68k/m68k.md (clzsi2):  Define for ColdFire
6838         architectures that support ff1 instruction.
6839
6840 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
6841             Julian Brown  <julian@codesourcery.com>
6842
6843         * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Add an 'R' case.
6844         * config/m68k/m68k.md (*movsi_cfv4): Fold into...
6845         (*movsi_cf): ...here.  Remove unnecessary 'R' from 'Rg'.
6846         Add commentary.
6847
6848 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
6849
6850         * config/m68k/m68k-protos.h (valid_mov3q_const): Take a HOST_WIDE_INT
6851         and return a bool.
6852         (output_move_const_into_data_reg, output_move_simode_const): Delete.
6853         * config/m68k/m68k.c (const_method, const_int_cost): Take a
6854         HOST_WIDE_INT instead of an rtx.
6855         (m68k_rtx_costs): Update call accordingly.
6856         (output_move_const_into_data_reg): Likewise.  Fix formatting.
6857         (valid_mov3q_const): Take a HOST_WIDE_INT instead of an rtx.
6858         Return a bool.
6859         (output_move_simode_const): Update calls after above changes.
6860         Rework to use automatic variables and predicates like MEM_P.
6861         * config/m68k/m68k.md (pushexthisi_const): Update call to
6862         valid_mov3q_const.
6863
6864 2007-01-19  Dirk Mueller  <dmueller@suse.de>
6865
6866         * tree-ssa-alias.c (perform_var_substitution): Fix typo
6867         in dump_flags test.
6868
6869 2007-01-19  Richard Guenther  <rguenther@suse.de>
6870
6871         * builtins.c (expand_builtin_cexpi): Fall back to expanding
6872         via cexp in case sincos is not available.
6873
6874 2007-01-19  Richard Guenther  <rguenther@suse.de>
6875
6876         * doc/tm.texi (TARGET_HAS_SINCOS): Document new target macro.
6877         * defaults.h (TARGET_HAS_SINCOS): Default to off.
6878         * config/linux.h (TARGET_HAS_SINCOS): Set to on if we have glibc.
6879         * config/alpha/linux.h (TARGET_HAS_SINCOS): Likewise.
6880         * config/sparc/linux.h (TARGET_HAS_SINCOS): Likewise.
6881         * config/sparc/linux64.h (TARGET_HAS_SINCOS): Likewise.
6882         * config/rs6000/linux.h (TARGET_HAS_SINCOS): Likewise.
6883         * config/rs6000/linux64.h (TARGET_HAS_SINCOS): Likewise.
6884
6885 2007-01-19  Uros Bizjak  <ubizjak@gmail.com>
6886
6887         * config/i386/i386.md (*fpatanxf3_i387, fpatan_extend<mode>xf3_i387):
6888         New insn patterns.
6889         (atan2sf3_1, atan2df3_1, atan2xf3_1): Remove insn patterns.
6890         (atan2xf3): Directly generate RTL pattern.
6891         (atan2<mode>3): Rename from atan2sf3 and atan2df3 and macroize insn
6892         patterns using X87MODEF12 mode macro.  Use fpatan_extend<mode>xf3_i387
6893         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
6894         disable patterns for SSE math.
6895         (atan<mode>2): Rename from atansf2 and atandf2 and macroize insn
6896         patterns using X87MODEF12 mode macro.  Use fpatan_extend<mode>xf3_i387
6897         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
6898         disable patterns for SSE math.
6899
6900 2007-01-19  Alexandre Oliva  <aoliva@redhat.com>
6901
6902         * libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0.
6903
6904 2007-01-18  Roger Sayle  <roger@eyesopen.com>
6905
6906         * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away a
6907         VIEW_CONVERT_EXPR to the same type as it's operand.
6908
6909 2007-01-18  David Edelsohn  <edelsohn@gnu.org>
6910
6911         * config/rs6000/darwin-ldouble.c: Only build _SOFT_FLOAT if
6912         configured for long double 128.
6913
6914 2007-01-18  Mike Stump  <mrs@apple.com>
6915
6916         * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Fix build
6917         error.
6918
6919 2007-01-18  Michael Meissner  <michael.meissner@amd.com>
6920
6921         * i386.c (ix86_compute_frame_layout): Make fprintf's in #if 0 code
6922         type correct.
6923
6924 2007-01-18  Jan Hubicka  <jh@suse.cz>
6925
6926         * tree-ssa-operands.c (vop_free_bucket_size): Never return value
6927         greater than NUM_VOP_FREE_BUCKETS.
6928
6929 2007-01-18  Daniel Berlin  <dberlin@dberlin.org>
6930
6931         * tree-ssa-structalias.c: Update comments.
6932         (ptabitmap_obstack): Removed.
6933         (pta_obstack): New.
6934         (oldpta_obstack): Ditto.
6935         (stats): Add a few members.
6936         (struct variable_info): Remove node, complex, address_taken, and
6937         indirect_target members. Add oldsolution member.
6938         (new_var_info): Do not initialize removed members.
6939         (constraint_expr_type): Remove INCLUDES.
6940         (constraint_graph): Add size, implicit_preds, rep,
6941         indirect_cycles, eq_rep, label, direct_nodes, and complex members.
6942         (FIRST_REF_NODE): New macro.
6943         (LAST_REF_NODE): Ditto.
6944         (FIRST_ADDR_NODE): Ditto.
6945         (find): New function.
6946         (unite): Ditto.
6947         (dump_constraint): Do not handle INCLUDES.
6948         (insert_into_complex): Do not insert duplicate constraints.
6949         (condense_varmap_nodes): Renamed and rewritten into ...
6950         (merge_node_constraints): This. Also fix bug in handling of
6951         offseted copy constraints.
6952         (clear_edges_for_node): No longer need to deal with preds at all,
6953         or removing associated preds/succs.
6954         (merge_graph_nodes): Deal with indirect_cycles.
6955         Don't deal with predecessors.
6956         (add_implicit_graph_edge): New function.
6957         (add_pred_graph_edge): Ditto.
6958         (add_graph_edge): Don't deal with predecessors.
6959         (build_constraint_graph): Removed.
6960         (build_pred_graph): New function.
6961         (build_succ_graph): Ditto.
6962         (struct scc_info): Removed in_component. Added roots, dfs, and
6963         node_mapping. Remove visited_index, unification_queue.
6964         (scc_visit): Deal with union-find we do now.
6965         Deal with cycles with REF nodes.
6966         (collapse_nodes): Renamed and rewritten to ...
6967         (unify_nodes): This.
6968         (process_unification_queue): Removed.
6969         (topo_visit): Cleanup
6970         (do_da_constraint): Use find.
6971         (do_sd_constraint): Ditto.
6972         (do_ds_constraint): Ditto.
6973         (do_complex_constraint): Ditto.
6974         (init_scc_info): Update for removed and added members.
6975         (find_and_collapse_graph_cycles): Renamed and rewritten into ...
6976         (find_indirect_cycles): This.
6977         (equivalence_class): New variable.
6978         (label_visit): New function.
6979         (perform_variable_substitution): Rewritten.
6980         (free_var_substitution_info): New function.
6981         (find_equivalent_node): Ditto.
6982         (move_complex_constraints): Ditto.
6983         (eliminate_indirect_cycles): Ditto.
6984         (solve_graph): Only propagate changed bits.
6985         Use indirect cycle elimination.
6986         Use find.
6987         (tree_id_t): Rename to tree_vi_t, delete id member, add vi member.
6988         (tree_id_eq): Renamed to ...
6989         (tree_vi_eq): This. Update for member change
6990         (insert_id_for_tree): Renamed and rewritten to ...
6991         (insert_vi_for_tree): This.
6992         (lookup_id_for_tree): Renamed and rewritten to ...
6993         (lookup_vi_for_tree): This.
6994         (get_id_for_tree): Renamed and rewritten to ...
6995         (get_vi_for_tree): Ditto.
6996         (get_constraint_exp_from_ssa_var): Update to use get_vi_for_tree.
6997         (process_constraint): Don't handle INCLUDES.
6998         Remove special ADDRESSOF case.
6999         (find_func_aliases): Rewrite to use vi functions instead of id
7000         ones.
7001         (create_function_info_for): Ditto.
7002         (create_variable_info_for): Ditto.
7003         (intra_create_variable_infos): Ditto.
7004         (merge_smts_into): Ditto.
7005         (find_what_p_points_to): Ditto.
7006         (init_base_vars): Ditto.
7007         (init_alias_vars): Ditto.
7008         (remove_preds_and_fake_succs): New function.
7009         (dump_sa_points_to_info): Dump new stats.
7010         (dump_solution_for_var): Use find.
7011         (set_used_smts): Fix formatting.
7012         (compute_points_to_sets): Updated for new functions.
7013         (ipa_pta_execute): Ditto.
7014
7015 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
7016             Richard Sandiford  <richard@codesourcery.com>
7017
7018         * doc/tm.texi (TARGET_FUNCTION_VALUE): Expand documentation of
7019         parallels.
7020         * calls.c (expand_call): If the return value is a PARALLEL,
7021         extract its first member.
7022         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Remove.
7023         * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
7024         use FUNCTION_EXTRA_EPILOGUE.
7025         (m68k_function_value): Return a PARALLEL if the return value
7026         is of a pointer type.
7027         * config/m68k/netbsd-elf.h (current_function_returns_pointer)
7028         (FUNCTION_EXTRA_EPILOGUE): Remove.
7029         * config/m68k/m68k.md (D0_REG): New constant.
7030
7031 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
7032
7033         * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
7034         output a NOP for empty epilogues.
7035
7036 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
7037
7038         * config/m68k/m68k.c (m68k_use_return_insn): Update comments
7039         before function.  Extend register save check to include all
7040         registers, not just integer ones.
7041
7042 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
7043
7044         * config/m68k/m68k-protos.h (use_return_insn): Rename to...
7045         (m68k_use_return_insn): ...this.
7046         * config/m68k/m68k.h (USE_RETURN_INSN): Delete.
7047         * config/m68k/m68k.c (use_return_insn): Rename to...
7048         (m68k_use_return_insn): ...this.
7049         * config/m68k/m68k.md (return): Use m68k_use_return_insn instead
7050         of USE_RETURN_INSN.
7051
7052 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7053
7054         * config/m68k/fpgnulib.c (__truncdfsf2): Implement round to
7055         nearest even, fix denormal rounding overflow.
7056
7057 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
7058
7059         * config/m68k/m68k.md (movsf_cf_hard): Use fsmove instead of
7060         f%$smove and f%$move.
7061         (movdf_cf_hard): Use fdmove for cases 0 and 3 and fmove for case 1.
7062         (extendsfdf2_cf): Use fdmove instead of f%&move.
7063         (truncdfsf2_cf): Use fsmove instead of f%$smove.
7064         (add<mode>3_cf, sub<mode>3_cf): Use <FP:prec> instead of <FP:round>.
7065
7066 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
7067
7068         * config/m68k/m68k.md (movdf_cf_hard): Use output_move_double for
7069         GPR<-GPR moves.
7070
7071 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
7072
7073         * real.h (real_format): Add a canonical_nan_lsbs_set field.
7074         (coldfire_single_format): Declare.
7075         (coldfire_double_format): Likewise.
7076         * real.c (encode_ieee_single): Use canonical_nan_lsbs_set instead
7077         of qnan_msb_set to determine the lower bits of a canonical
7078         NaN significand.
7079         (encode_ieee_double): Likewise.
7080         (encode_ieee_quad): Likewise.
7081         (ieee_single_format): Initialize canonical_nan_lsbs_set.
7082         (mips_single_format): Likewise.
7083         (ieee_double_format): Likewise.
7084         (mips_double_format): Likewise.
7085         (ieee_extended_motorola_format): Likewise.
7086         (ieee_extended_intel_96_format): Likewise.
7087         (ieee_extended_intel_128_format): Likewise.
7088         (ieee_extended_intel_96_round_53_format): Likewise.
7089         (ibm_extended_format): Likewise.
7090         (mips_extended_format): Likewise.
7091         (ieee_quad_format): Likewise.
7092         (mips_quad_format): Likewise.
7093         (vax_f_format): Likewise.
7094         (vax_d_format): Likewise.
7095         (vax_g_format): Likewise.
7096         (i370_single_format): Likewise.
7097         (i370_double_format): Likewise.
7098         (decimal_single_format): Likewise.
7099         (decimal_double_format): Likewise.
7100         (decimal_quad_format): Likewise.
7101         (c4x_single_format): Likewise.
7102         (c4x_extended_format): Likewise.
7103         (real_internal_format): Likewise.
7104         (coldfire_single_format): New real_format.
7105         (coldfire_double_format): Likewise.
7106         * config/pdp11/pdp11.c (pdp11_f_format): Initialize
7107         canonical_nan_lsbs_set.
7108         (pdp11_d_format): Likewise.
7109         * config/m68k/m68k.c (override_options): Override REAL_FORMAT_MODE
7110         if TARGET_COLDFIRE_CPU.
7111
7112 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
7113
7114         * config/m68k/m68k-protos.h (m68k_output_pic_call): Delete.
7115         (output_call, m68k_legitimize_call_address): Declare.
7116         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Remove unnecessary
7117         parenthesees.  Add support for a 'W' constraint.
7118         (LEGITIMATE_PIC_OPERAND_P): Remove SYMBOL_REF_FLAG handling.
7119         (PRINT_OPERAND_PUNCT_VALID_P): Remove comment about 'o'.
7120         (m68k_symbolic_call, m68k_symbolic_jump): Declare.
7121         * config/m68k/m68k.c (m68k_symbolic_call, m68k_symbolic_jump): New
7122         variables.
7123         (override_options): Initialize them.  Do not set flag_no_function_cse
7124         for TARGET_ID_SHARED_LIBRARY.
7125         (m68k_output_pic_call): Delete.
7126         (m68k_legitimize_call_address): New function.
7127         (print_operand): Remove the %o prefix.  Handle the %p prefix.
7128         (output_call): New function.
7129         (m68k_output_mi_thunk): Use m68k_symbolic_jump.  Always load the
7130         target address from the GOT if symbolic jumps are not allowed.
7131         * config/m68k/m68k.md (call, general_operand): Do not set
7132         SYMBOL_REF_FLAG.  Use m68k_legitimize_call_address instead.
7133         Merge separate flag_pic and !flag_pic define_insns into...
7134         (*call, *call_value): ...these new patterns.  Match the address
7135         rather than the containing MEM and require it to be a call_operand.
7136         Use output_call to generate the asm template.
7137         * config/m68k/predicates.md (const_call_operand): New predicate.
7138         (call_operand): Likewise.
7139
7140 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7141
7142         * config/m68k/m68k.h (REGISTER_MOVE_COST): Simplify definition.
7143         (STACK_GROWS_DOWNWARD): Define to 1.
7144         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Equivocate
7145         comments, emphasizing that these values are only defaults.
7146         * config/m68k/linux.h (LINK_SPEC): Fix formatting in #undef.
7147         * config/m68k/m68k.c (const_method): Remove trailing whitespace.
7148
7149 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
7150
7151         * config/m68k/m68k.md (cmpsi): Remove outdated flag_pic handling.
7152
7153 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
7154             Richard Sandiford  <richard@codesourcery.com>
7155
7156         * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P)
7157         (FP_REGNO_P): New macros.
7158         (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_DATA_P)
7159         (REGNO_OK_FOR_FP_P, REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Use them.
7160         (EH_RETURN_STACKADJ_RTX): Use A0_REG.
7161         * config/m68k/m68k.c (m68k_regno_mode_ok): Use the new REGNO macros.
7162
7163 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7164
7165         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
7166         (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-rtems*): Add t-floatlib
7167         to $tmake_file.
7168         * config/m68k/t-floatlib: New file, extracting common code from...
7169         * config/m68k/t-m68kbare, config/m68k/t-m68kelf,
7170         * config/m68k/t-uclinux: Here.
7171         * config/m68k/fpgnulib.c: Do not compile extendeed precision
7172         routines on ColdFire targets.
7173
7174 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7175
7176         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
7177         (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*)
7178         (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-linux*)
7179         (m68k-*-rtems*): Use tm_file rather than m68k/m68k.h and
7180         explicitly set MOTOROLA to 1.
7181         * config/m68k/m68k.h (MOTOROLA): Simplify definition accordingly.
7182
7183 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
7184             Nathan Sidwell  <nathan@codesourcery.com>
7185
7186         * config/m68k/m68k.h (PCC_STATIC_STRUCT_RETURN): Delete.
7187         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add MOTOROLA cases.
7188         * config/m68k/coff.h (REGISTER_PREFIX_MD): Delete.
7189         * config/m68k/m68020-elf.h (LIB_SPEC): Delete.
7190         * config/m68k/m68k-none.h (CC1_SPEC, CPP_SUBTARGET_SPEC): Delete.
7191         * config/m68k/m68kelf.h (IMMEDIATE_PREFIX, REGISTER_PREFIX_MD)
7192         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
7193         (NO_DOLLAR_IN_LABEL, PCC_STATIC_STRUCT_RETURN): Don't undefine.
7194         (BSS_ASM_OP, ASM_OUTPUT_SKIP, ASM_OUTPUT_ASCII): Delete.
7195         * config/m68k/m68kemb.h (PCC_STATIC_STRUCT_RETURN): Don't undefine.
7196         * config/m68k/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE)
7197         (WCHAR_TYPE_SIZE, TARGET_OBJFMT_CPP_BUILTINS): Delete.
7198         (TARGET_OS_CPP_BUILTINS): Don't define mc68000 and mc68020 here.
7199         (DBX_REGISTER_NUMBER): Delete.
7200         * config/m68k/netbsd-elf.h (IMMEDIATE_PREFIX): Delete.
7201         (PCC_STATIC_STRUCT_RETURN): Don't undefine.
7202         * config/m68k/openbsd.h (PCC_STATIC_STRUCT_RETURN): Define.
7203
7204 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
7205
7206         * config.gcc (m68k-*-uclinux*): Add flat.h to $tm_file.
7207         * config/flat.h: New file.
7208         * crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define if
7209         OBJECT_FORMAT_FLAT.
7210         * config/m68k/m68k.h (ASM_PREFERRED_EH_DATA_FORMAT): Do not use
7211         indirect references for -msep-data or -mid-shared-library.
7212         Do not use PC-relative code addresses either.
7213         * config/m68k/m68k.c (override_options): Restrict -fPIC error
7214         to -mpcrel.
7215         * config/m68k/uclinux.h (STARTFILE_SPEC): Define.  Use Scrt1.o
7216         for shared libraries and crt1.o for executables.  Use crti.o and
7217         crtbegin.o.
7218         (ENDFILE_SPEC): Use crtend.o and crtn.o.
7219         (LIB_SPEC): Suppress -Rlibc.gdb if -static-libc is given.
7220         Do not add -elf2flt or -shared-lib-id options here.
7221         (LINK_SPEC): Define.  Pass -elf2flt if no -elf2flt option is given.
7222         Pass -shared-lib-id if -mid-shared-library, taking the library
7223         identifier from -mshared-library-id if given, otherwise
7224         defaulting to 0.
7225         (EH_FRAME_IN_DATA_SECTION): Do not undefine.
7226         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Likewise.
7227         (TARGET_OS_CPP_BUILTINS): Define __GXX_MERGED_TYPEINFO_NAMES=0
7228         and __GXX_TYPEINFO_EQUALITY_INLINE=0 if -mid-shared-library.
7229         (DRIVER_SELF_SPECS): Map unadorned PIC options to -msep-data.
7230         * config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Add crtbegin.o
7231         and crtend.o.
7232         * config/m68k/lb1sf68.asm (PICCALL): Use an lea and pc-relative
7233         jump sequence for ISA A and ISA A+.
7234         (PICJUMP): Likewise.
7235
7236 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
7237
7238         * config.gcc (m68k-*-uclinux*): Base the port on the common
7239         and m68k GNU/Linux files rather than on the generic ELF ones.
7240         * config/m68k/uclinux.h (TARGET_VERSION): Override.
7241         (TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS.
7242
7243 2007-01-18  Julian Brown  <julian@codesourcery.com>
7244             Richard Sandiford  <richard@codesourcery.com>
7245
7246         * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Make 64-bit on ColdFire.
7247         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
7248         * config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Undefine
7249         before redefining.
7250         * config/m68k/uclinux-oldabi.h (LONG_DOUBLE_TYPE_SIZE): Redefine to
7251         80 unconditionally.
7252         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
7253
7254 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
7255
7256         * doc/install.texi: Document m68k-uclinuxoldabi.
7257         * config.gcc (m68k-*-uclinuxoldabi): New configuration.
7258         * config/m68k/uclinux-oldabi.h: New file, copied from
7259         config/m68k/uclinux.h.
7260
7261 2007-01-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7262
7263         * config/m32r/m32r-protos.h (m32r_expand_epilogue): Declare it.
7264         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Use gen_frame_mem.
7265         (m32r_compute_frame_size): Use unsigned for regno.
7266         (m32r_reload_lr): Use gen_frame_mem.
7267         (pop): New.
7268         (m32r_output_function_epilogue): Don't output the function epilogue
7269         textually here.
7270         (m32r_expand_epilogue): New.
7271         (direct_return): Return false if the function has the interrupt
7272         attribute.
7273         (m32r_hard_regno_rename_ok): Remove code for the textual epilogue.
7274         * config/m32r/m32r.md (epilogue): New expander.
7275         (return_lr, return_rte): New insns.
7276         (return): Make it expander.
7277         (return_normal): New expander.
7278
7279 2007-01-18  Josh Conner  <jconner@apple.com>
7280
7281         PR target/30485
7282         * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Add
7283         support for UNLE, UNLT, UNGE, and UNGT.
7284
7285 2007-01-18  Jan Hubicka  <jh@suse.cz>
7286
7287         * tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.
7288         * tree-tailcall (add_virtual_phis): Likewise.
7289         (optimize_tail_call): Return TODOs.
7290         (execute_tail_calls): Return TODOs.
7291         * tree-ssa-ccp (execute_fold_all_builtins): Do cleanup_cfg via TODO.
7292         * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Return if something
7293         changed.
7294         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
7295         Cleanup cfg using TODO.
7296         * tree-flow.h (cleanup_tree_cfg_loop): Update prototype.
7297         * passes.c (execute_function_todo): When cleanup did something, remove
7298         unused locals.
7299         * tree-cfg.c (pass_build_cfg): Add cleanup_cfg TODO.
7300         (make_edges): Don't cleanup_cfg.
7301
7302 2007-01-18  Uros Bizjak  <ubizjak@gmail.com>
7303
7304         * reg-stack.c (subst_stack_regs_pat) [UNSPEC_SINCOS_COS,
7305         UNSPEC_XTRACT_FRACT]: Use generic code for instructions that
7306         operate on the top of stack.
7307         [UNSPEC_SINCOS_SIN, UNSPEC_XTRACT_EXP, UNSPEC_TAN]: Rewrite
7308         register handling of instructions that output to the second
7309         stack slot.
7310         [UNSPEC_TAN_ONE, UNSPEC_TAN_TAN]: Remove.
7311         (move_for_stack_reg): Special-case check for dead destination
7312         stack slot for constant load of 1.0 inside UNSPEC_TAN.
7313
7314         * config/i386/i386.md (UNSPEC_TAN): New constant.
7315         (UNSPEC_TAN_ONE, UNSPEC_TAN_TAN): Remove.
7316         (fptanxf4_i387, fptan_extend<mode>xf4_i387): New patterns
7317         to correctly model move of constant 1.0 to top stack slot.
7318         (*tandf3_1, *tansf3_1, *tanxf3_1): Remove insn patterns.
7319         (unnamed peephole2 pattern): Remove corresponding peephole2
7320         pattern that optimizes tan insn and loading of constant 1.0.
7321         (tanxf2): Use fptanxf4_i387.
7322         (tan<mode>2): Rename from tansf2 and tandf2 and macroize insn
7323         patterns using X87MODEF12 mode macro.  Use fptan_extend<mode>xf4_i387
7324         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
7325         disable patterns for SSE math.
7326         (sincos<mode>3): Use truncxf<mode>2_i387_noop for truncation.
7327         (fyl2x_extend<mode>xf3_i387): Use X87MODEF12 for operand 1.
7328
7329 2007-01-18  Dirk Mueller  <dmueller@suse.de>
7330             Richard Guenther <rguenther@suse.de>
7331
7332         PR diagnostic/8268
7333         * doc/invoke.texi (Warray-bounds): Document -Warray-bounds.
7334         * common.opt (Warray-bounds): Add new warning option.
7335         * c-opts.c (c_common_handle_option): Define -Warray-bounds
7336         if -Wall is given.
7337         * Makefile.in: make tree-vrp.o depend on toplev.h
7338         * tree-vrp.c (vrp_finalize): Call check_array_refs if -Warray-bounds
7339         is enabled.
7340         (check_array_refs, check_array_bounds, check_array_ref): New.
7341
7342 2007-01-18  Jan Hubicka  <jh@suse.cz>
7343
7344         * tree-ssa-ccp.c (ccp_finalize): Return if something changed.
7345         (execute_ssa_ccp): Return flags conditionally.
7346         * tree-ssa-propagate.c (substitue_and_fold): Return if something was
7347         changed.
7348         * tree-ssa-propagate.h (substitute_and_fold): Update prototype.
7349
7350 2007-01-18  Steven Bosscher  <steven@gcc.gnu.org>
7351
7352         * cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set
7353         the CLEANUP_CFGLAYOUT flag when in cfglayout mode.
7354
7355         * Makefile.c (GTFILES): Add cfglayout.h.
7356         * gengtype.c (open_base_files): Likewise.
7357         * cfglayout.c (cfg_layout_function_footer,
7358         cfg_layout_function_header) Reindent to make gengtype happy.
7359         * cfglayout.h (cfg_layout_function_footer,
7360         cfg_layout_function_header): Add GTY(()) marker.
7361
7362         * ifcvt.c (noce_try_sign_mask): Make sure INSN_B is non-null.
7363
7364 2007-01-18  Ben Elliston  <bje@au.ibm.com>
7365
7366         * genautomata.c (write_automata): Include xstrerror output in the
7367         error message if writing the DFA description file fails.
7368
7369 2007-01-17  H.J. Lu  <hongjiu.lu@intel.com>
7370
7371         * config/mips/mips-protos.h (mips_output_external): Make it
7372         return void.
7373         * config/mips/iris.h (TARGET_ASM_EXTERNAL_LIBCALL): Removed.
7374         * config/mips/mips.c (irix_output_external_libcall): Likewise.
7375         (extern_list): Likewise.
7376         (extern_head): Likewise.
7377         (TARGET_ASM_FILE_END): Likewise.
7378         (mips_file_end): Likewise.
7379         (mips_output_external): Rewritten.
7380
7381 2007-01-18  Ben Elliston  <bje@au.ibm.com>
7382
7383         * genpreds.c (write_insn_preds_c): Only write out the function
7384         body for regclass_for_constraint if we have register constraints.
7385
7386 2007-01-17  Tom Tromey  <tromey@redhat.com>
7387
7388         * doc/sourcebuild.texi (libgcj Tests): Use sourceware.org.
7389         * doc/install.texi (Testing): Use sourceware.org.
7390         (Binaries): Likewise.
7391         (Specific): Likewise.
7392         * doc/contrib.texi (Contributors): Use sourceware.org.
7393
7394 2007-01-17  Anatoly Sokolov <aesok@post.ru>
7395
7396         * config/avr/avr.h (AVR_HAVE_LPMX): New macro.
7397         (AVR_ENHANCED): Rename to ...
7398         (AVR_HAVE_MUL): ... new.
7399         (avr_enhanced_p): Rename to ...
7400         (avr_have_mul_p): ... new.
7401         (TARGET_CPU_CPP_BUILTINS): Use 'avr_have_mul_p' instead of
7402         'avr_enhanced_p' for "__AVR_ENHANCED__". Define "__AVR_HAVE_MUL__".
7403         * config/avr/avr.c (avr_enhanced_p): Rename to ...
7404         (avr_have_mul_p): ... new.
7405         (base_arch_s): Rename 'enhanced' to 'have_mul'.
7406         (avr_override_options): Use 'avr_have_mul_p' and 'have_mul' instead of
7407         'avr_enhanced_p' and 'enhanced'.
7408         (ashlhi3_out, ashrhi3_out, lshrhi3_out, avr_rtx_costs): Use
7409         AVR_HAVE_MUL instead of AVR_ENHANCED.
7410         * avr.md (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
7411         (mulqi3, *mulqi3_enh, *mulqi3_call, mulqihi3, umulqihi3, mulhi3,
7412         *mulhi3_enh, *mulhi3_call, mulsi3, *mulsi3_call): Use AVR_HAVE_MUL
7413         instead of AVR_ENHANCED.
7414         (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
7415         * libgcc.S: Use __AVR_HAVE_MUL__ instead of __AVR_ENHANCED__.
7416         (__tablejump__): Use __AVR_HAVE_LPMX__ instead of __AVR_ENHANCED__.
7417
7418 2007-01-17  Ian Lance Taylor  <iant@google.com>
7419
7420         * vec.h (VEC_reserve_exact): Define.
7421         (vec_gc_p_reserve_exact): Declare.
7422         (vec_gc_o_reserve_exact): Declare.
7423         (vec_heap_p_reserve_exact): Declare.
7424         (vec_heap_o_reserve_exact): Declare.
7425         (VEC_OP (T,A,reserve_exact)): New static inline function, three
7426         versions.
7427         (VEC_OP (T,A,reserve)) [all versions]: Remove handling of
7428         negative parameter.
7429         (VEC_OP (T,A,alloc)) [all versions]: Call ...reserve_exact.
7430         (VEC_OP (T,A,copy)) [all versions]: Likewise.
7431         (VEC_OP (T,a,safe_grow)) [all versions]: Likewise.
7432         * vec.c (calculate_allocation): Add exact parameter.  Change all
7433         callers.
7434         (vec_gc_o_reserve_1): New static function, from vec_gc_o_reserve.
7435         (vec_gc_p_reserve, vec_gc_o_reserve): Call vec_gc_o_reserve_1.
7436         (vec_gc_p_reserve_exact, vec_gc_o_reserve_exact): New functions.
7437         (vec_heap_o_reserve_1): New static function, from vec_heap_o_reserve.
7438         (vec_heap_p_reserve, vec_heap_o_reserve): Call vec_heap_o_reserve_1.
7439         (vec_heap_p_reserve_exact): New function.
7440         (vec_heap_o_reserve_exact): New function.
7441
7442 2007-01-17  Jan Hubicka  <jh@suse.cz>
7443
7444         * ipa-type-escape.c (look_for_casts): Revamp using handled_component_p.
7445
7446 2007-01-17  Eric Christopher  <echristo@apple.com>
7447
7448         * config.gcc: Support core2 processor.
7449
7450 2007-01-16  Jan Hubicka  <jh@suse.cz>
7451
7452         * tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeing
7453         the names, just unlink the chain so we don't crash on dangling pointers
7454         to dead SSA names.
7455
7456 2007-01-16  Jan Hubicka  <jh@suse.cz>
7457
7458         * cgraph.h (cgraph_decide_inlining_incrementally): Kill.
7459         * tree-pass.h: Reorder to make IPA passes appear toegher.
7460         (pass_early_inline, pass_inline_parameters, pass_apply_inline): Declare.
7461         * cgraphunit.c (cgraph_finalize_function): Do not compute inling
7462         parameters, do not call early inliner.
7463         * ipa-inline.c: Update comments.  Include tree-flow.h
7464         (cgraph_decide_inlining): Do not compute inlining parameters.
7465         (cgraph_decide_inlining_incrementally): Return TODOs; assume to
7466         be called with function context set up.
7467         (pass_ipa_inline): Remove unreachable functions before pass.
7468         (cgraph_early_inlining): Simplify assuming to be called from the
7469         PM as local pass.
7470         (pass_early_inline): New pass.
7471         (cgraph_gate_ipa_early_inlining): New gate.
7472         (pass_ipa_early_inline): Turn into simple wrapper.
7473         (compute_inline_parameters): New function.
7474         (gate_inline_passes): New gate.
7475         (pass_inline_parameters): New pass.
7476         (apply_inline): Move here from tree-optimize.c
7477         (pass_apply_inline): New pass.
7478         * ipa.c (cgraph_remove_unreachable_nodes): Verify cgraph after
7479         transforming.
7480         * tree-inline.c (optimize_inline_calls): Return TODOs rather than
7481         doing them by hand.
7482         (tree_function_versioning): Do not allocate dummy struct function.
7483         * tree-inline.h (optimize_inline_calls): Update prototype.
7484         * tree-optimize.c (execute_fixup_cfg): Export.
7485         (pass_fixup_cfg): Remove
7486         (tree_rest_of_compilation): Do not apply inlines.
7487         * tree-flow.h (execute_fixup_cfg): Declare.
7488         * Makefile.in (gt-passes.c): New.
7489         * passes.c: Include gt-passes.h
7490         (init_optimization_passes): New passes.
7491         (nnodes, order): New static vars.
7492         (do_per_function_toporder): New function.
7493         (execute_one_pass): Dump current pass here.
7494         (execute_ipa_pass_list): Don't dump current pass here.
7495
7496 2007-01-16  Janis Johnson  <janis187@us.ibm.com>
7497
7498         * config/dfp-bit.c (dfp_compare_op): Return separate value for NaN.
7499         (DFP_NE, DFP_LE, DFP_GE): Return false for NaN.
7500
7501 2007-01-16  David Edelsohn  <edelsohn@gnu.org>
7502
7503         * config/rs6000/darwin-ldouble.c: Build file for SOFT_FLOAT.
7504         (strong_alias): Define.
7505         (__gcc_qmul): Provide non-FMA for soft-float.
7506         (__gcc_qdiv): Same.
7507         (__gcc_qneg): New.
7508         (__gcc_qeq): New.
7509         (__gcc_qle): New.
7510         (__gcc_qge): New.
7511         (__gcc_qunord): New.
7512         (__gcc_stoq): New.
7513         (__gcc_dtoq): New.
7514         (__gcc_qtos): New.
7515         (__gcc_qtod): New.
7516         (__gcc_qtoi): New.
7517         (__gcc_qtou): New.
7518         (__gcc_itoq): New.
7519         (__gcc_utoq): New.
7520         (fmsub): New.
7521         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Initialize
7522         soft-float functions.
7523         * config/rs6000/libgcc-ppc-glibc.ver: Version soft-float symbols.
7524         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Do not warn
7525         about long double soft float.
7526
7527 2007-01-16  Dorit Nuzman  <dorit@il.ibm.com>
7528             Tehila Meyzels  <tehila@il.ibm.com>
7529
7530         * tree-vectorizer.h (is_pattern_stmt_p): New.
7531         * tree-vect-analyze.c (vect_determine_vectorization_factor): Fix
7532         formatting (tabs instead of spaces). Cleanup and clarify setting
7533         of STMT_VINFO_VECTYPE. Call is_pattern_stmt_p.
7534         * tree-vect-transform.c (vect_get_vec_def_for_operand): Fix typo.
7535         (vectorizable_type_demotion): Check that types are integral.
7536         (vectorizable_type_promotion): Likewise.
7537         (vectorizable_store): Fix typo.  Eliminate new-line at end of
7538         comments.
7539
7540 2007-01-16  Jan Hubicka  <jh@suse.cz>
7541
7542         * tree-ssanames.c (release_dead_ssa_names): Remove invalidated
7543         cgraph edges too.
7544
7545 2007-01-15  Eric Christopher  <echristo@apple.com>
7546
7547         * ifcvt.c: Include vec.h, vecprim.h.
7548         (check_cond_move_block): New argument regs.
7549         Reorganize. Add registers used to regs.
7550         (cond_move_process_if_block): Use regs set above as
7551         loop bounds.
7552
7553 2007-01-15  Eric Christopher  <echristo@apple.com>
7554
7555         * config/darwin.h: Update copyright.
7556         (TARGET_OPTION_TRANSLATE_TABLE): Add umbrella.
7557         (LINK_COMMAND_SPEC): Add -u.
7558         (LINK_SPEC): Fix umbrella for above.
7559
7560 2007-01-15  Joseph S. Myers  <joseph@codesourcery.com>
7561
7562         * config/soft-fp/op-common.h, config/soft-fp/op-4.h: Update from
7563         glibc CVS.
7564
7565 2007-01-15  Tom Tromey  <tromey@redhat.com>
7566
7567         * doc/sourcebuild.texi (libgcj Tests): Don't mention jacks.
7568         * doc/install.texi (Testing): Don't mention jacks.
7569         (Configuration): Document --enable-java-maintainer-mode.  Move
7570         --with-java-home to libgcj-specific section.  Document
7571         --with-ecj-jar.
7572         (Prerequisites): Mention --enable-java-maintainer-mode, ecj1.
7573
7574 2007-01-15  Jan Hubicka  <jh@suse.cz>
7575
7576         * tree-ssa-dce.c (DCE_TODOs): New.
7577         (propagate_necessity): Return if something changed.
7578         (eliminate_unnecessary_stmts): Likewise.
7579         (perform_tree_ssa_dce): Return TODO flags when needed.
7580         (pass_dce, pass_dce_loop, pass_cd_dce): Remove TODO flags.
7581
7582 2007-01-15  Uros Bizjak  <ubizjak@gmail.com>
7583
7584         * config/i386/i386.md (fyl2xxf3_i387): Rename from fyl2x_xf3.
7585         (fyl2x_extend<mode>xf3_i387): New insn pattern.
7586         (log<mode>2): Rename from logsf2 and logdf2 and macroize insn
7587         patterns using X87MODEF12 mode macro.  Extend operand 1
7588         to XFmode. Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
7589         (log10<mode>2): Ditto.
7590         (log2<mode>2): Ditto.
7591         (log1p<mode>2): Ditto.
7592         (logb<mode>2): Ditto.
7593         (fyl2xp1xf3_i387): Rename from fyl2xp1_xf3.
7594         (fyl2xp1_extend<mode>xf3_i387): New insn pattern.
7595         (*fxtractxf3_i387): Rename from *fxtractxf3.
7596         (fxtract_extend<mode>xf3_i387): New insn pattern.
7597         (ilogbsi2): Use match_dup 3, not match_operand:XF 3.
7598         * config/i386/i386.c (ix86_emit_i387_log1p): Use gen_fyl2xp1xf3_i387()
7599         and gen_fyl2xxf3_i387().
7600
7601 2007-01-14  Zdenek Dvorak <dvorakz@suse.cz>
7602
7603         * loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.
7604         * cfgloopmanip.c (fix_loop_placement): Made static.  Use
7605         get_loop_exit_edges.  Changed return type to bool.
7606         * cfgloop.h (fix_loop_placement): Declaration removed.
7607
7608 2007-01-14  Dorit Nuzman  <dorit@il.ibm.com>
7609
7610         * param.h (MIN_VECT_LOOP_BOUND): New.
7611         * params.def (MIN_VECT_LOOP_BOUND): New.
7612         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Takes another
7613         argument - minimum threshold for number of iterations.
7614         * tree-vectorizer.h (slpeel_tree_peel_loop_to_edge): Add another
7615         argument to declaration.
7616         * tree-vect-analyze.c (vect_analyze_operations): Check value of
7617         MIN_VECT_LOOP_BOUND.
7618         * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Call
7619         slpeel_tree_peel_loop_to_edge with additional argument.
7620         (vect_do_peeling_for_alignment): Likewise.
7621         * doc/invoke.texi (min-vect-loop-bound): Document new param option.
7622
7623 2007-01-14  Uros Bizjak  <ubizjak@gmail.com>
7624
7625         PR target/30413
7626         * config/i386/i386.c (print_operand) ['z']: Output 'b' for
7627         operands of size 1.
7628
7629 2007-01-14  Jan Hubicka  <jh@suse.cz>
7630
7631         * tree-dfa.c (remove_referenced_var): New function.
7632         * tree-ssa-live.c (remove_unused_locals): Walk referenced vars and
7633         prune referenced vars list too.
7634         * tree-flow.h (remove_referenced_var): Declare.
7635
7636 2007-01-14  Jan Hubicka  <jh@suse.cz>
7637
7638         * tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs
7639         separately.
7640         (remove_stmt_from_eh_region_fn): Do not remove call_exprs.
7641         (verify_eh_throw_stmt_node, verify_eh_throw_table_statements): Kill.
7642         * except.h (verify_eh_throw_table_statements): Kill prototype.
7643         * cfgexpand.c (expand_gimple_basic_block): Propagate Eh regions
7644         into call exrepssions.
7645         * tree-optimize.c (execute_free_cfg_annotatiosn): Do not call
7646         eh trhow verifier.
7647         * tree-cfg.c: Include pointer-set.h.
7648         (verify_node_sharing): Work on pointer set.
7649         (verify_eh_throw_stmt_node): New.
7650         (verify_stmts): Use pointers sets, verify throw_stmt.
7651
7652 2007-01-13  Zdenek Dvorak <dvorakz@suse.cz>
7653
7654         * ipa-reference.c (analyze_function): Consider also addresses taken
7655         in phi nodes.
7656
7657 2007-01-12  Roger Sayle  <roger@eyesopen.com>
7658
7659         * c-typeck.c (null_pointer_constant_p): Replace use of
7660         TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
7661         (build_c_cast): Likewise.
7662
7663 2007-01-12  Roger Sayle  <roger@eyesopen.com>
7664
7665         * tree.h (force_fit_type_double): Remove unused final argument.
7666         * c-common.c (constant_expression_warning): Replace use of
7667         TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
7668         (convert_and_check): Likewise.
7669         (shorten_compare): Update call to force_fit_type_double.
7670         (c_common_truthvalue_conversion) <INTEGER_CST>: Use integer_zerop.
7671         * convert.c (convert_to_pointer): Update call to
7672         force_fit_type_double.
7673         * fold-const.c (force_fit_type_double): Remove overflowed_const
7674         argument.
7675         (int_const_binop, fold_convert_const_int_from_int,
7676         fold_convert_const_int_from_real, fold_div_compare,
7677         fold_sign_changed_comparison, fold_unary, fold_negate_const,
7678         fold_abs_const, fold_not_const): Remove the final argument from
7679         calls to force_fit_type_double.
7680
7681 2007-01-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7682
7683         * configure.ac: Set insn to "nop" for spu-*-* also.
7684         * configure: Regenerate.
7685
7686 2007-01-12  Olga Golovanevsky  <olga@il.ibm.com>
7687
7688         * builtins.def : Add BUILT_IN_FREE.
7689
7690 2007-01-12  Jan Hubicka  <jh@suse.cz>
7691
7692         PR tree-optimization/30443
7693         * tree-inline.c (tree_function_versioning): Do not optimize when
7694         cloning for inlining.
7695
7696 2007-01-12  Zdenek Dvorak <dvorakz@suse.cz>
7697
7698         * doc/loop.texi: Document recording of loop exits.
7699         * cfgloopmanip.c (loopify, duplicate_loop): Use alloc_loop.
7700         (update_single_exits_after_duplication,
7701         update_single_exit_for_duplicated_loop,
7702         update_single_exit_for_duplicated_loops): Removed.
7703         (duplicate_loop_to_header_edge): Do not call
7704         update_single_exits_after_duplication and
7705         update_single_exit_for_duplicated_loops.
7706         (loop_version): Do not update single_exit information.
7707         (fix_loop_structure): Use record_loop_exits instead of
7708         mark_single_exit_loops.
7709         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update
7710         the lists of loop exits.
7711         * cfghooks.c (redirect_edge_and_branch, redirect_edge_and_branch_force,
7712         split_edge, merge_blocks): Update the lists of loop exits.
7713         * modulo-sched.c (sms_schedule): Pass LOOPS_HAVE_RECORDED_EXITS to
7714         loop_optimizer_init.
7715         * loop-init.c (loop_optimizer_init): Call record_loop_exits instead
7716         of mark_single_exit_loops.
7717         (loop_optimizer_finalize): Call release_recorded_exits.
7718         * tree-ssa-loop.c (tree_loop_optimizer_init): Pass
7719         LOOPS_HAVE_RECORDED_EXITS to loop_optimizer_init.
7720         * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg): Do not
7721         update single exit information.
7722         * lambda-code.c (perfect_nestify): Ditto.
7723         * cfgloop.c (flow_loop_free): Destroy the list of exits of the loop.
7724         (mark_single_exit_loops): Removed.
7725         (alloc_loop, loop_exit_hash, loop_exit_eq, loop_exit_free,
7726         get_exit_descriptions, rescan_loop_exit, record_loop_exits,
7727         dump_recorded_exit, dump_recorded_exits, release_recorded_exits): New
7728         functions.
7729         (get_loop_exit_edges, single_exit): Use recorded exit lists.
7730         (add_bb_to_loop, remove_bb_from_loops): Update the lists of loop exits.
7731         (verify_loop_structure): Verify consistency of the exit lists.
7732         (flow_loops_find): Use alloc_loop.  Initialize exits hash.
7733         (set_single_exit): Removed.
7734         * cfgloop.h (struct loop_exit): New function.
7735         (struct loop): single_exit_ field replaced by exits field.
7736         (LOOPS_HAVE_MARKED_SINGLE_EXITS): Replaced by LOOPS_HAVE_RECORDED_EXITS.
7737         (struct loops): Added exits hash.
7738         (mark_single_exit_loops, set_single_exit): Declaration removed.
7739         (release_recorded_exits, record_loop_exits, rescan_loop_exit): Declare.
7740
7741 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
7742
7743         * doc/invoke.texi: Avoid use of @headitem.
7744
7745 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
7746
7747         * cse.c (cse_insn): Move HAVE_CC0 code after declarations.
7748
7749 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
7750
7751         * doc/install.texi: Fix m68k-*-* anchor and add m68k-*-* to the
7752         list of targets.
7753
7754 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
7755             Richard Sandiford  <richard@codesourcery.com>
7756
7757         * doc/invoke.texi: Document -mno-bitfield, -mno-rtd and -mno-short.
7758         * config/m68k/m68k.opt: Resort options.
7759         (mbitfield, mrtd, mshort): Remove RejectNegative properties.
7760
7761 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
7762             Richard Sandiford  <richard@codesourcery.com>
7763
7764         * doc/invoke.texi: Document the macros that are defined by
7765         m68k's -mtune and -mhard-float options.
7766         * config/m68k/m68k-protos.h (m68k_cpp_cpu_ident) Declare.
7767         (m68k_cpp_cpu_family): Likewise.
7768         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add a full set
7769         of __ucfv*__ macros.  Define __mcffpu__ if generating code for
7770         ColdFire FPUs.  Define __mcf_cpu_* and __mcf_family_* macros.
7771         * config/m68k/m68k.c (m68k_cpp_cpu_ident): New function.
7772         (m68k_cpp_cpu_family): Likewise.
7773
7774 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
7775
7776         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Treat all mc68*
7777         macros besides mc68000 as tuning macros.  Use a switch statement
7778         to set them and mcpu32.
7779
7780 2007-01-12  Julian Brown  <julian@codesourcery.com>
7781
7782         * config/m68k/m68k.h: Use TARGET_68040 instead of TARGET_68040_ONLY.
7783         (TARGET_68040_ONLY): Rename to...
7784         (TARGET_68040): ...this.
7785         * config/m68k/m68k.c: Use TARGET_68040 instead of TARGET_68040_ONLY.
7786         * config/m68k/m68k.md: Likewise.
7787
7788 2007-01-12  Julian Brown  <julian@codesourcery.com>
7789             Nathan Sidwell  <nathan@codesourcery.com>
7790             Richard Sandiford  <richard@codesourcery.com>
7791
7792         * config.gcc (m680[012]0-*-*, m68k*-*-*): Set m68k_cpu_ident to
7793         the -mcpu= argument associated with the --with-cpu setting.
7794         Define M68K_DEFAULT_TUNE to the default -mtune= option,
7795         if different from the one implied by the -mcpu setting.
7796         Accept --with-cpu=FOO if FOO is listed in m68k-devices.def,
7797         using mcpu=FOO as the default CPU option.  Set target_cpu_default2.
7798         * doc/invoke.texi: Mention ColdFire in the introduction to the
7799         m68k options.  Document the new -march, -mcpu, -mtune, -mdiv,
7800         -mno-div and -mhard-float options.  Make -m68881 a synonym for
7801         -mhard-float.  Document the previously-undocumented -m5206e,
7802         -m528x, -m5307 and -m5407 options.  Tweak the existing option
7803         documentation for consistency.
7804         * doc/install.texi: Mention new --with-cpu arguments.
7805         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Only use the
7806         default CPU if neither -mcpu nor -march are specified.
7807         (ASM_CPU_SPEC): Pass down -mcpu and -march options.
7808         (TARGET_CPU_CPP_BUILTINS): Set __mcfisa*__ macros from
7809         TARGET_ISA*.  Set the legacy __mcf*__ cpu macros in the same way,
7810         using m68k_tune to decide between families that implement the
7811         same ISA.  Use m68k_tune to set __mcfv4e__.
7812         (FL_BITFIELD, FL_68881, FL_COLDFIRE, FL_CF_HWDIV, FL_CF_MAC)
7813         (FL_CF_EMAC, FL_CF_EMAC_B, FL_CF_USP, FL_CF_FPU, FL_ISA_68000)
7814         (FL_ISA_68010, FL_ISA_68020, FL_ISA_68040, FL_ISA_A, FL_ISA_B)
7815         (FL_ISA_C, FL_ISA_MMU): New macros.
7816         (MASK_COLDFIRE): Delete.
7817         (TARGET_68010, TARGET_68020, TARGET_68040_ONLY, TARGET_COLDFIRE)
7818         (TARGET_ISAB): Redefine in terms of m68k_cpu_flags.
7819         (TARGET_68881, TARGET_COLDFIRE_FPU): Redefine in terms of m68k_fpu.
7820         (TARGET_HARD_FLOAT): Do not define here.
7821         (TARGET_ISAAPLUS, TARGET_ISAC): New macros.
7822         (TUNE_68000): New macro.
7823         (TUNE_68000_10): Redefine in terms of TUNE_68000 and TUNE_68010.
7824         (TUNE_68010, TUNE_68030, TUNE_68040, TUNE_68060, TUNE_CPU32)
7825         (TUNE_CFV2): Redefine in terms of m68k_tune.
7826         (uarch_type, target_device, fpu_type): New enums.
7827         (m68k_cpu, m68k_tune, m68k_fpu, m68k_cpu_flags): Declare.
7828         * config/m68k/m68k.c (TARGET_DEFAULT): Remove MASK_68881.
7829         (FL_FOR_isa_00, FL_FOR_isa_10, FL_FOR_isa_20, FL_FOR_isa_40)
7830         (FL_FOR_isa_cpu32, FL_FOR_isa_a, FL_FOR_isa_aplus, FL_FOR_isa_b)
7831         (FL_FOR_isa_c): New macros.
7832         (m68k_isa): New enum.
7833         (m68k_target_selection): New structure.
7834         (all_devices, all_isas, all_microarchs): New tables.
7835         (m68k_cpu_entry, m68k_arch_entry, m68k_tune_entry, m68k_cpu)
7836         (m68k_tune, m68k_fpu, m68k_cpu_flags): New variables.
7837         (MASK_ALL_CPU_BITS): Delete.
7838         (m68k_find_selection): New function.
7839         (m68k_handle_option): Handle -mcpu=, -march= and -mtune=.
7840         Map the legacy target options to a combination of the new ones.
7841         (override_options): Set m68k_cpu, m68k_tune, m68k_fpu and
7842         m68k_cpu_flags.  Handle M68K_DEFAULT_TUNE.  Use m68k_cpu_flags
7843         to derive default MASK_BITFIELD, MASK_CF_HWDIV and MASK_HARD_FLOAT
7844         settings.
7845         * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407, mcfv4e)
7846         (m68010, m68020, m68020-40, m68020-60, m68030, m68040): Remove Mask
7847         properties.
7848         (m68881, msoft-float): Change mask from 68881 to HARD_FLOAT.
7849         (march=, mcpu=, mdiv, mhard-float, mtune=): New options.
7850         * config/m68k/m68k-devices.def: New file.
7851
7852 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
7853             Nathan Sidwell  <nathan@codesourcery.com>
7854
7855         * config/m68k/m68k.h (ASM_CPU_SPEC, ASM_SPEC, EXTRA_SPECS)
7856         (SUBTARGET_EXTRA_SPECS): New macros.
7857         * config/m68k/linux.h (ASM_SPEC): Remove CPU flags;
7858         use %(asm_cpu_spec) instead.
7859         * config/m68k/m68k-none.h (ASM_SPEC): Likewise.
7860         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
7861         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
7862         (EXTRA_SPECS): Rename to...
7863         (SUBTARGET_EXTRA_SPECS): ...this.
7864
7865 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
7866             Richard Sandiford  <richard@codesourcery.com>
7867             Julian Brown  <julian@codesourcery.com>
7868
7869         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
7870         (m68k-*-uclinux*, m68k-*-linux*, m68k-*-rtems*): Set default_m68k_cpu
7871         to the configuration's default CPU.
7872         (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*): Likewise.
7873         Remove default masks.
7874         (m680[012]0-*-*): Set the default with_cpu to the first part of
7875         the target name.
7876         (m68k*-*-*): Set the default with_cpu to m$default_m68k_cpu.
7877         (m68k*-*-linux): Extend the --with-cpu handling to...
7878         (m680[012]0-*-*, m68k*-*-*): ...these configurations.  Allow m68000
7879         and m68010.  Don't set target_cpu_default2.
7880         * doc/install.texi: Document --with-cpu for m68k.
7881         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Define.
7882         * config/m68k/m68k-none.h (TARGET_CPU_DEFAULT, M68K_CPU_m68k)
7883         (M68K_CPU_m68000, M68K_CPU_m68010, M68K_CPU_m68020, M68K_CPU_m68030)
7884         (M68K_CPU_m68040, M68K_CPU_m68302, M68K_CPU_m68332, TARGET_DEFAULT)
7885         (ASM_CPU_DEFAULT_SPEC, CC1_CPU_DEFAULT_SPEC): Delete.
7886         (ASM_SPEC): Remove use of %(asm_cpu_default).
7887         (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS, MULTILIB_DEFAULTS): Delete.
7888         * config/m68k/linux.h (TARGET_DEFAULT): Delete.
7889         (CPP_SPEC): Merge definitions.  Do not handle __HAVE_68881__ here.
7890         * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
7891         __HAVE_FPU__ if TARGET_HARD_FLOAT.
7892         (TARGET_DEFAULT): Delete.
7893         (EXTRA_SPECS): Delete cpp_cpu_default_spec, cpp_cpu_spec,
7894         cpp_fpu_spec, asm_default_spec and netbsd_cpp_spec.
7895         (CPP_CPU_SPEC): Delete.
7896         (TARGET_VERSION): Merge definitions, using TARGET_68010 to pick
7897         the appropriate string.
7898         (CPP_CPU_DEFAULT_SPEC, ASM_DEFAULT_SPEC, CPP_FPU_SPEC): Delete.
7899         (CPP_SPEC): Define to NETBSD_CPP_SPEC.
7900         (ASM_SPEC): Don't use %(asm_default_spec).
7901         * config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
7902         TARGET_DEFAULT and add MASK_68881.
7903         * config/m68k/m68k.md: Remove mention of TARGET_DEFAULT from comments.
7904
7905 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
7906
7907         * config.gcc (m68010-*-netbsdelf*): Add MASK_68010.
7908         (m68k*-*-netbsdelf*, m68k*-*-openbsd*, m68k*-linux*): Add
7909         MASK_68010 alongside MASK_68020.
7910         * doc/invoke.texi: Document -m68010.
7911         * config/m68k/m68k.opt (m68010): New.
7912         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define mc68010
7913         if TUNE_68010.
7914         (TUNE_68010): New macro.
7915         * config/m68k/m68k-none.h (M68K_CPU_m68k, M68K_CPU_m68010)
7916         (M68K_CPU_m68020, M68K_CPU_m68030, M68K_CPU_m68040)
7917         (M68K_CPU_m68332): Add MASK_68010.
7918         * config/m68k/linux.h (TARGET_DEFAULT): Add MASK_68010 to
7919         fallback definition.
7920         * config/m68k/netbsd-elf.h (CPP_CPU_SPEC): Remove now-redundant
7921         defines.
7922         * config/m68k/m68k.c (MASK_ALL_CPU_BITS): Add MASK_68010.
7923         (m68k_handle_option): Handle OPT_m68010.  Add MASK_68010
7924         to all entries that use MASK_68020.
7925         (output_move_simode_const, output_move_himode, output_move_qimode)
7926         (output_move_stricthi, output_move_strictqi): Use TARGET_68010
7927         instead of TARGET_68020 to select clr behavior.  Remove comment
7928         about there being no TARGET_68010.
7929         * config/m68k/m68k.md: Likewise throughout.
7930
7931 2007-01-12  Julian Brown  <julian@codesourcery.com>
7932
7933         * config/m68k/m68k.h (TARGET_ISAB): New macro.
7934         * config/m68k/m68k.c: Use TARGET_ISAB rather than TARGET_CFV4.
7935         * config/m68k/m68k.md: Likewise.
7936
7937 2007-01-12  Julian Brown  <julian@codesourcery.com>
7938
7939         * config/m68k/m68k.h (LEGITIMATE_INDEX_P, LEGITIMIZE_ADDRESS): Use
7940         TARGET_COLDFIRE_FPU instead of TARGET_CFV4E.
7941
7942 2007-01-12  Julian Brown  <julian@codesourcery.com>
7943
7944         * config/m68k/m68k.h (TUNE_68040_60): New macro.
7945         * config/m68k/m68k.c (standard_68881_constant_p): Use it.
7946         * config/m68k/m68k.md: Likewise.
7947
7948 2007-01-12  Julian Brown  <julian@codesourcery.com>
7949             Richard Sandiford  <richard@codesourcery.com>
7950
7951         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Use TUNE_68030
7952         instead of TARGET_68030, TUNE_68040 instead of TARGET_68040,
7953         TUNE_68060 instead of TARGET_68060 and TUNE_CPU32 instead of
7954         TARGET_CPU32.
7955         (TARGET_CPU32): Rename to...
7956         (TUNE_CPU32): ...this.
7957         (TUNE_68000_10, TUNE_68030, TUNE_68040, TUNE_68060)
7958         (TUNE_CFV2): New macros.
7959         * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Simplify;
7960         remove conditions that are implied by TARGET_68020.
7961         * config/m68k/m68k.c (m68k_output_function_prologue): Use TUNE_68040
7962         instead of TARGET_68040 and TUNE_CPU32 instead of TARGET_CPU32.
7963         (m68k_output_function_epilogue): Likewise.
7964         (m68k_rtx_costs): Likewise.  Use TUNE_68060 instead of TARGET_68060
7965         and TUNE_CFV2 instead of TARGET_5200.  Use TUNE_68000_10 instead of
7966         "!TARGET_68020 && !TARGET_COLDFIRE" to choose between 68000 and
7967         non-68000 timings.  Refactor multiplication and division costs.
7968         (output_addsi3): Use TUNE_68040 instead of TARGET_68040 and
7969         TUNE_CPU32 instead of TARGET_CPU32.
7970         (standard_68881_constant_p): Use TUNE_68040 instead of TARGET_68040
7971         and TUNE_68060 instead of TARGET_68060.
7972         * config/m68k/m68k.md: Use TUNE_68040 instead of TARGET_68040,
7973         TUNE_68060 instead of TARGET_68060, and TUNE_CPU32 instead of
7974         TARGET_CPU32.
7975         (movsi_const0): Use TUNE_68000_10 rather than "!TARGET_68020
7976         && !TARGET_COLDFIRE" to choose between moveq and clr.
7977         Likewise in the unnamed movsf pattern.
7978         (ashlsi_17_24, lshrsi_17_24): Guard with TUNE_68000_10 rather than
7979         "!TARGET_68020 && !TARGET_COLDFIRE".  Likewise the unnamed
7980         ashiftrt pattern.
7981
7982 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
7983
7984         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Increase amount
7985         of tabbing before backslashes.
7986
7987 2007-01-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7988
7989         * pa-linux.h (ASM_OUTPUT_INTERNAL_LABEL): Undefine.
7990         * pa.h (ASM_OUTPUT_LABEL): Output colon when using GAS.
7991         (ASM_OUTPUT_INTERNAL_LABEL): Define.
7992
7993 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
7994
7995         * tree-ssa-loop-ivopts.c (extract_cond_operands): Split from
7996         find_interesting_uses_cond.
7997         (find_interesting_uses_cond): Use extract_cond_operands.
7998         (rewrite_use_compare): Use extract_cond_operands and
7999         force_gimple_operand_bsi.  Do not call update_stmt.
8000         (determine_use_iv_cost_condition): Use extract_cond_operands.
8001         Return cheaper of using original bound and changing the exit bound.
8002
8003 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
8004
8005         PR tree-optimization/29516
8006         * tree-ssa-address.c (tree_mem_ref_addr, add_to_parts,
8007         most_expensive_mult_to_index, addr_to_parts,
8008         create_mem_ref, maybe_fold_tmr): Make the type of
8009         fields of TARGET_MEM_REF sizetype.
8010         (move_fixed_address_to_symbol, move_pointer_to_base):
8011         New functions.
8012         * tree.def (TARGET_MEM_REF): Add comment on types of
8013         the operands.
8014
8015 2007-01-11  Joseph Myers  <joseph@codesourcery.com>
8016
8017         * c-common.c (vector_types_convertible_p): Treat opaque types as
8018         always convertible if they have the same size, but not otherwise.
8019
8020 2007-01-11  Steven Bosscher  <steven@gcc.gnu.org>
8021
8022         * ifcvt.c (struct noce_if_info): Add comments to the fields.
8023         Remove the b_unconditional field.
8024         (noce_try_sign_mask): Do not look at b_unconditional.
8025         (noce_process_if_block): Do not use merge_if_blocks.  Update
8026         the CFG here.  Do not set b_unconditional.
8027         (cond_move_process_if_block): Likewise.
8028         (find_cond_trap): Likewise.
8029         (check_cond_move_block): Require simple jump insns at the end
8030         of the basic block.
8031
8032 2007-01-11  Jan Hubicka  <jh@suse.cz>
8033
8034         PR tree-optimization/1046
8035         * tree-tailcall.c (suitable_for_tail_call_opt_p): Use TREE_ADDRESSABLE
8036         when alias info is not ready.
8037         (pass_tail_recursion): Do not require aliasing.
8038         * tree-ssa-copyrename.c (pass_rename_ssa_cop): Likewise.
8039         * tree-ssa-ccp.c (pass_ccp, pass_fold_builtins): Likewise.
8040         * tree-ssa-copy.c (pass_copy_prop): Likewise.
8041         * tree-ssa-forwprop.c (pass_forwprop): Likewise.
8042         * tree-ssa-dce.c (pass_dce, pass_dce_loop, pass_cd_dce): Likewise.
8043         * passes.c (init_optimization_passes): Execute rename_ssa_copies,
8044         ccp, forwprop, copy_prop, merge_phi, copy_prop, dce and tail recursion
8045         before inlining.
8046         * tree-ssa-operands.c (add_virtual_operand, get_indirect_ref_operand):
8047         When aliasing is not build, mark statement as volatile.
8048
8049 2007-01-11  Tom Tromey  <tromey@redhat.com>
8050
8051         PR preprocessor/15185, PR preprocessor/20989:
8052         * doc/cppopts.texi <-MT>: Update description of algorithm for
8053         computing default target.
8054         <-M, -MD>: Reword "basename" text.
8055
8056 2007-01-11  Roger Sayle  <roger@eyesopen.com>
8057
8058         * builtins.c (expand_builtin_pow, expand_builtin_powi,
8059         fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_trunc,
8060         fold_builtin_floor, fold_builtin_ceil, fold_builtin_round,
8061         fold_builtin_int_int_roundingfn, fold_builtin_bitop,
8062         fold_builtin_bswap, real_constp, fold_builtin_pow,
8063         fold_builtin_powi, fold_builtin_signbit, fold_builtin_copysign,
8064         do_mpfr_arg1, do_mpfr_arg2, do_mpfr_arg3, do_mpfr_sincos): Replace
8065         uses of the macro TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
8066         * convert.c (convert_to_pointer): Likewise.
8067         * expr.c (highest_pow2_factor, expand_expr_real_1): Likewise.
8068         * fold-const.c (force_fit_type, fold_negate_expr, int_const_binop,
8069         const_binop, fold_convert_const_int_from_int,
8070         fold_convert_const_int_from_real,
8071         fold_convert_const_real_from_real, sign_bit_p,
8072         optimize_minmax_comparison, extract_muldiv_1, fold_div_compare,
8073         fold_sign_changed_comparison, fold_unary, fold_comparison,
8074         fold_binary, multiple_of_p, tree_Expr_non_zero_p,
8075         fold_negate_const, fold_abs_const, fold_not_const): Likewise.
8076         * print-tree.c (print_node_brief, print_node): Likewise.
8077         * stor-layout.c (place_field, layout_type): Likewise.
8078         * tree-chrec.c (keep_cast): Likewise.
8079         * tree.c (build_vector, build_real, build_real_from_int_cst,
8080         build_complex): Likewise.
8081
8082 2007-01-11  Roger Sayle  <roger@eyesopen.com>
8083
8084         * tree.h (TREE_CONSTANT_OVERFLOW): Obsolete.  For the time being,
8085         treat TREE_CONSTANT_OVERFLOW as a synonym of TREE_OVERFLOW.
8086
8087 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8088
8089         * configure.ac (strict1_warn): Rename to strict_warn.
8090         (WERROR, --enable-werror, symlink hacks, stage1_cflags,
8091         cc_set_by_configure, quoted_cc_set_by_configure,
8092         stage_prefix_set_by_configure, quoted_stage_prefix_set_by_configure,
8093         all_boot_languages, all_stagestuff): Remove.
8094         (target_list): Remove bootstrap targets.
8095         * Makefile.in (quickstrap): Unconditionally make a synonym of all.
8096         (BOOT_LANGUAGES, STAGE1_CFLAGS, STAGE1_CHECKING,
8097         REMAKEFLAGS, FLAGS_TO_PASS, PREPEND_DOTDOT_TO_RELATIVE_PATHS,
8098         SUBDIR_FLAGS_TO_PASS, WERROR_FLAGS, STRICT2_WARN, LANG_STAGESTUFF,
8099         VOL_FILES, POSTSTAGE1_FLAGS_TO_PASS, STAGE2_FLAGS_TO_PASS,
8100         STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS, stage1_build,
8101         stage1_copy, stage2_build, stage2_copy, stageprofile_build,
8102         stageprofile_copy, stage3_build, stage3_copy, stagefeedback_build,
8103         stagefeedback_copy, stage4_build, clean_s1, clean_sw, bootstrap,
8104         bootstrap-lean, bootstrap2, bootstrap2-lean, bootstrap3,
8105         bootstrap3-lean, bootstrap4, bootstrap4-lean, unstage1, unstage2,
8106         unstage3, unstage4, unstageprofile, unstagefeedback, restage, restage2,
8107         restage3, restage4, restageprofile, restagefeedback, bubbleestrap,
8108         cleanstrap, unstrap, restrap, *compare, *compare3, *compare4,
8109         *compare-lean, *compare3-lean, *compare4-lean, stage1-start, stage1,
8110         stage2-start, stage2, stage3-start, stage3, stage4-start, stage4,
8111         stageprofile-start, stageprofile, stagefeedback-start, stagefeedback,
8112         risky-stage1, risky-stage2, risky-stage3, risky-stage4): Remove.
8113         (ORDINARY_FLAGS_TO_PASS): Rename to FLAGS_TO_PASS.
8114         (STAGECOPYSTUFF, STAGEMOVESTUFF): Consolidate into MOSTLYCLEANFILES.
8115         (mostlyclean): Adjust.
8116         (clean, distclean): Don't mention bootstrap stuff.
8117         * configure: Regenerate.
8118         * ada/config-lang.in, cp/config-lang.in, forttran/config-lang.in,
8119         java/config-lang.in, objc/config-lang.in, objcp/config-lang.in,
8120         treelang/config-lang.in (stagestuff): Remove.
8121         * doc/sourcebuild.texi (stage1, stage2, stage3, stage4,
8122         stageprofile, stagefeedback, stagestuff): Remove mention.
8123
8124 2007-01-11  Nick Clifton  <nickc@redhat.com>
8125
8126         * config/mcore/predicates.md (mcore_general_movesrc_operand):
8127         Accept CONSTs.
8128         (mcore_general_movdst_operand): Do not accept CONST_INTs.
8129         (mcore_arith_K_S_operand): Run the test for the S constraint not
8130         the test for the M constraint.
8131         (mcore_addsub_operand): Do not accept integer values that are
8132         larger than 32 bits.
8133         * config/mcore/mcore.md: Remove unused constraints from split.
8134         (andsi3): Use HOST_WIDE_INT instead of int to hold an INTVAL.
8135         (addsi3): Likewise.
8136         (allocate_stack): Likewise.
8137         * config/mcore/mcore.c (mcore_print_operand): Restrict output of P
8138         operands to 32 bits.
8139         (mcore_const_costs): Use HOST_WIDE_INT instead of int to hold an
8140         INTVAL.
8141         (mcore_and_cost, mcore_modify_comparison, const_ok_for_mcore,
8142         mcore_const_ok_for_inline, mcore_const_trick_uses_not,
8143         try_constant_tricks, mcore_num_ones, mcore_num_zeros,
8144         mcore_output_bclri, mcore_output_andn, output_inline_const,
8145         mcore_output_move, mcore_output_movedouble): Likewise.
8146         (mcore_output_cmov): Use CONST_OK_FOR_M and CONST_OK_FOR_N.
8147         (output_inline_const): Likewise.
8148         (output_inline_const): Fix format strings used in sprintf
8149         statements.
8150         * config/mcore/mcore-protos.h: Update prototypes for changed
8151         functions in mcore.c.
8152         * config/mcore/mcore.h (CONST_OK_FOR_I): Cast values to
8153         HOST_WIDE_INT and not int.
8154         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M,
8155         CONST_OK_FOR_N): Likewise.
8156         (LEGITIMATE_CONSTANT_P): Also check CONSTANT_P.
8157         (GO_IF_LEGITIMATE_INDEX): Use HOST_WIDE_INT instead of int to hold
8158         an INTVAL.
8159
8160 2007-01-10  Jan Hubicka  <jh@suse.cz>
8161
8162         * tree-vrp.c (remove_range_assertions): Release defs.
8163         * tree-ssa-loop-ivopts.c (rmeove_statement): Likewise.
8164         * tree-ssa-dom.c (remove_stmt_or_phi): Likewise.
8165
8166 2007-01-10  Paul Brook  <paul@codesourcery.com>
8167
8168         * config/arm/arm.c (arm_rtx_costs_1): Handle mutiply-subtract.
8169         * config/arm/arm.md (mulsi3subsi): New insn.
8170
8171 2007-01-10  Zdenek Dvorak <dvorakz@suse.cz>
8172
8173         * tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ...
8174         (tree_transform_and_unroll_loop): New.
8175         * tree-flow.h (transform_callback, tree_transform_and_unroll_loop):
8176         Declare.
8177
8178 2007-01-10  Robert Kennedy <jimbob@google.com>
8179
8180         * fold-const.c (fold_comparison): Fold comparisons like (x *
8181         1000 < 0) to (x < 0).
8182
8183 2007-01-10  Ian Lance Taylor  <iant@google.com>
8184
8185         * tree-pretty-print.c (dump_generic_node): Print parentheses when
8186         operands have the same priority.
8187
8188 2007-01-10  Tom Tromey  <tromey@redhat.com>
8189
8190         * fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.
8191         (fold_binary): Likewise.
8192         * langhooks.c (lhd_can_use_bit_fields_p): Removed.
8193         * langhooks-def.h (lhd_can_use_bit_fields_p): Removed.
8194         (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): Removed.
8195         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_CAN_USE_BIT_FIELDS_P.
8196         * langhooks.h (struct lang_hooks): Removed field
8197         'can_use_bit_fields_p'.
8198
8199 2007-01-10  Ralf Corsépius <ralf.corsepius@rtems.org>
8200
8201         * config/bfin/t-bfin, config/bfin/t-bfin-elf: Remove GCC_CFLAGS.
8202
8203 2007-01-10  Razya Ladelsky  <razya@il.ibm.com>
8204
8205         * function.c (get_last_funcdef_no): New function.
8206         * function.h (get_last_funcdef_no): Declare.
8207         * tree-inline.c (initialize_cfun): Add initialization.
8208         (tree_function_versioning): Cleanup.
8209
8210 2007-01-10  Jan Hubicka  <jh@suse.cz>
8211
8212         * tree-inline.c (setup_one_parameter): Do not propagate into abnormal
8213         PHIs.
8214
8215 2007-01-10  Sa Liu  <saliu@de.ibm.com>
8216             Ben Elliston  <bje@au.ibm.com>
8217
8218         * spu.h (STACK_SAVE_AREA): Use VOIDmode for SAVE_FUNCTION, SImode
8219         for SAVE_NONLOCAL and Pmode for any other save level.
8220         * spu-protos.h (spu_restore_stack_block): Declare.
8221         * spu.md (save_stack_block): Remove.
8222         (restore_stack_block): Call spu_restore_stack_block.
8223         * spu.c (spu_restore_stack_block): New function.
8224         (spu_expand_epilogue): Remove old comment.
8225
8226 2007-01-09  Zdenek Dvorak <dvorakz@suse.cz>
8227
8228         PR tree-optimization/30322
8229         * tree-ssa-loop-ivopts.c (fold_affine_expr, iv_value): Removed.
8230         (cand_value_at): Return the value as aff_tree.
8231         (may_eliminate_iv): Convert the bound from aff_tree to tree.
8232         * tree-affine.c (aff_combination_add_cst, aff_combination_add_product,
8233         aff_combination_mult): New functions.
8234         (aff_combination_add): Use aff_combination_add_cst.
8235         (aff_combination_convert): Allow conversions to a wider type.
8236         (tree_to_aff_combination): Handle BIT_NOT_EXPR.
8237         * tree-affine.h (aff_combination_mult): Declare.
8238
8239 2007-01-09  Carlos O'Donell  <carlos@codesourcery.com>
8240
8241         * doc/tm.texi: Update documentation to reflect reality of exec
8242         and start file search behaviours. Update copyright year.
8243         * doc/invoke.texi: Explain how GCC_EXEC_PREFIX is used to find
8244         header file directories.
8245
8246 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8247
8248         * config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
8249         (*cosxf2): Rename to cosxf2_i387.
8250         (*sindf2, *sinsf2): Extend operand 1 to XFmode.  Macroize patterns
8251         using X87MODEF12 mode macro. Rename patterns to
8252         *sin_extend<mode>xf2_i387.  Use SSE_FLOAT_MODE_P to disable patterns
8253         for SSE math.
8254         (*cosdf2, *cossf2): Ditto.
8255         (sincosdf3, sincossf3): Ditto.  Rewrite corresponding splitters
8256         to match extended input operands.
8257         (sincos<mode>3): New expander.
8258         (*sinextendsfdf2, *cosextendsfdf2, *sincosextendsfdf3): Remove
8259         insn patterns and corresponding splitters.
8260
8261 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
8262
8263         * config/sh/t-linux (TARGET_LIBGCC2_CFLAGS): Delete.
8264         (SHLIB_MAPFILES, SHLIB_LINK, SHLIB_INSTALL): Likewise.
8265
8266 2007-01-09  Nicolas Pitre  <nico@cam.org>
8267
8268         PR target/30173
8269         * arm/ieee754-df.S (Lad_s): Also test the low word of X for zero.
8270
8271 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
8272
8273         * target.h (struct gcc_target): New field library_rtti_comdat.
8274         * target-def.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): New.
8275         (TARGET_CXX): Add TARGET_CXX_LIBRARY_RTTI_COMDAT.
8276         * doc/tm.texi (C++ ABI): Document TARGET_CXX_LIBRARY_RTTI_COMDAT.
8277         * config/darwin.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): Define.
8278
8279 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
8280
8281         * doc/invoke.texi (Optimize Options): Correct description of -O0.
8282
8283 2007-01-08  Richard Guenther  <rguenther@suse.de>
8284
8285         * tree.h (force_fit_type_double): Export.
8286         (force_fit_type): Remove.
8287         * fold-const.c (force_fit_type_double): New function.
8288         (force_fit_type): Remove.
8289         (int_const_binop): Use it.
8290         (fold_convert_const_int_from_int): Likewise.
8291         (fold_convert_const_int_from_real): Likewise.
8292         (fold_div_compare): Likewise.
8293         (fold_sign_changed_comparison): Likewise.
8294         (fold_unary): Likewise.
8295         (fold_negate_const): Likewise.
8296         (fold_abs_const): Likewise.
8297         (fold_not_const): Likewise.
8298         * c-common.c (shorten_compare): Use force_fit_type_double.
8299         * convert.c (convert_to_pointer): Likewise.
8300
8301 2007-01-08  Richard Guenther  <rguenther@suse.de>
8302
8303         * tree.h (build_int_cst_wide_type): Export.
8304         * tree.c (build_int_cst_wide_type): New function.
8305         (build_int_cst_wide): Fix comment.
8306         * builtins.c (fold_builtin_object_size): Use build_int_cst
8307         to build -1 or 0 of the correct type.  Use fit_double_type
8308         to check for overflow.
8309         * fold-const.c (optimize_bit_field_compare): Use build_int_cst_type
8310         to build the mask.
8311         (decode_field_reference): Likewise.
8312         (all_ones_mask_p): Likewise.
8313         (native_interpret_int): Use build_int_cst_wide_type.
8314         (fold_binary): Use build_int_cst_type to build an all-ones
8315         value.
8316         * stor-layout.c (set_sizetype): Use build_int_cst_wide_type.
8317
8318 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
8319
8320         * config/pa/t-pa64 (libgcc_stub.a): Use $(T).
8321
8322 2007-01-09  Ben Elliston  <bje@au.ibm.com>
8323
8324         * genautomata.c (STATS_OPTION): New option.
8325         (stats_flag): New flag.
8326         (gen_automata_option): Handle it.
8327         (initiate_automaton_gen): Ditto.
8328         (write_automata): Output statistics only if stats_flag is
8329         set. Likewise, output time statistics only if time_flag is set.
8330         * doc/md.texi (Processor pipeline description): Document new flag.
8331
8332 2007-01-08  Richard Guenther  <rguenther@suse.de>
8333
8334         * builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.
8335         * tree.c (build_int_cst_type): Likewise.
8336         (size_in_bytes): Don't call force_fit_type on the result.
8337         (int_fits_type_p): Use fit_double_type.
8338         * fold-const.c (fit_double_type): New function.
8339         (force_fit_type): Use it.
8340         * tree.h (fit_double_type): Export.
8341
8342 2007-01-08  Jan Hubicka  <jh@suse.cz>
8343
8344         * tree-vectorizer.c (gate_increase_alignment): Fix return type.
8345         * ipa.c (function_and_variable_visibility): Fix return type.
8346
8347 2007-01-08  Richard Guenther  <rguenther@suse.de>
8348
8349         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type
8350         of offset to build the index.
8351         * tree-pretty-print.c (dump_generic_node): Don't build negated
8352         const just for printing.
8353         * c-pretty-print.c (pp_c_integer_constant): Likewise.
8354         * builtins.c (fold_builtin_int_roundingfn): Check if result
8355         fits the type by using force_fit_type and comparing the result.
8356         * predict.c (predict_loops): Use compare_tree_int for comparison.
8357         * tree.c (build_int_cst): Fall back to integer_type_node for
8358         NULL_TREE type.
8359         (build_int_cst_wide): Assert type is non-null.
8360
8361 2007-01-08  Roberto Costa  <roberto.costa@st.com>
8362
8363         * tree-vrp.c (extract_range_from_cond_expr): New.
8364         (extract_range_from_expr): Handle COND_EXPR nodes used as expressions.
8365         * tree-ssa-ccp.c (get_maxval_strlen): Handle COND_EXPR nodes used
8366         as expressions.
8367         (fold_stmt): Bug fix, avoid infinite recursion when folding COND_EXPRs.
8368         * tree-ssa-forwprop.c (simplify_cond, forward_propagate_into_cond,
8369         tree_ssa_forward_propagate_single_use_vars): Handle COND_EXPR nodes
8370         used as expressions.
8371         * tree-object-size.c (cond_expr_object_size): New.
8372         (collect_object_sizes_for): Handle COND_EXPR nodes used as expressions.
8373
8374 2007-01-08  Jan Hubicka  <jh@suse.cz>
8375
8376         * tree-ssa-forwprop.c (forward_propagate_into_cond,
8377         tree_ssa_forward_propagate_single_use_va): Release defs of propagated
8378         statement.
8379
8380 2007-01-08  Richard Guenther  <rguenther@suse.de>
8381
8382         PR tree-optimization/23603
8383         * tree-vrp.c (set_value_range_to_truthvalue): New function.
8384         (extract_range_from_binary): Fall back to truthvalue instead of
8385         varying for TRUTH_*_EXPR.
8386         (extract_range_from_comparison): Fall back to truthvalue instead of
8387         varying.
8388         (vrp_visit_phi_node): Don't adjust new range bounds to +INF/-INF
8389         if all visited PHI values were constant.
8390
8391 2007-01-08  Jan Hubicka  <jh@suse.cz>
8392
8393         * cgraphunit.c (cgraph_process_new_functions): Reset reachable flag.
8394         (cgraph_analyze_function): break out from ...
8395         (cgraph_finalize_compilation_unit): ... here.
8396         (cgraph_expand_function): Remove forgoten commented out line.
8397         (cgraph_optimize): Analyze functions.
8398
8399 2007-01-08  Jan Hubicka  <jh@suse.cz>
8400
8401         * tree-pas.h (TODO_remove_function): New flag.
8402         (TODO_update*): Renumber.
8403         (pass_ipa_increase_alignment,
8404         pass_ipa_function_and_variable_visibility): New passes.
8405         * cgraphunit.c (cgraph_increase_alignment): Move to tree-vectorizer.c
8406         (cgraph_function_and_variable_visibility): Move to ipa.c
8407         (cgraph_optimize): Don't call cgraph_function_and_variable_visibility,
8408         cgraph_increase_alignment.
8409         * ipa-inline.c (cgraph_decide_inlining): Don't push timevar.
8410         (cgraph_decide_inlining_incrementally): Push TV_INTEGRATION before
8411         calling tree-inline.
8412         (cgraph_early_inlining): Do not call cgraph_remove_unreachable_nodes.
8413         (pass_ipa_inline, pass_early_ipa_inlining): Set TODO_remove_functions
8414         * tree-vectorizer.c (increase_alignment): Move here from cgraphunit.c
8415         (gate_increase_alignment): New function.
8416         (pass_ipa_increase_alignment): New pass.
8417         * ipa.c: Inline tree-pass.h and timevar.h
8418         (function_and_variable_visibility): Move here from cgraphunit.c
8419         * tree-optimize.c (pass_early_local_passes): Add TODO_remove_functions.
8420         * passes.c (init_optimization_passes): Add the two new passes.
8421         (execute_todo): Handle cgraph_remove_functions.
8422
8423 2007-01-08  Nick Clifton  <nickc@redhat.com>
8424
8425         * config/frv/predicates.md (reg_or_0_operand): Accept
8426         CONST_DOUBLEs.
8427
8428 2007-01-08  Ralf Corsépius <ralf.corsepius@rtems.org>
8429
8430         * config/bfin/rtems.h, config/bfin/t-rtems: New.
8431         * config.gcc: Add bfin*-rtems*.
8432
8433 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
8434
8435         * c.opt: Add -flax-vector-conversions.
8436         * c-typeck.c (convert_for_assignment): Pass flag to
8437         vector_types_convertible_p to allow emission of note.
8438         (digest_init): Likewise.
8439         * c-opts.c: Handle -flax-vector-conversions.
8440         * c-common.c (flag_lax_vector_conversions): New.
8441         (vector_types_convertible_p): Unless -flax-vector conversions
8442         has been passed, disallow conversions between vectors with
8443         differing numbers of subparts and/or element types.  If such
8444         a conversion is disallowed, possibly emit a note on the first
8445         occasion only to inform the user of -flax-vector-conversions.
8446         The new last argument specifies this.
8447         * c-common.h (flag_lax_vector_conversions): New.
8448         (vector_types_convertible_p): Add extra argument.
8449         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use
8450         char_type_node for V*QI type vectors.
8451         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):
8452         Update to satisfy new typechecking rules.
8453         * config/rs6000/altivec.h (vec_cmple): Use vec_cmpge, for both
8454         C and C++ variants.
8455         * doc/invoke.texi (C Dialect Options): Document
8456         -flax-vector-conversions.
8457
8458 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
8459
8460         PR tree-optimization/29877
8461         * tree-ssa-ter.c (is_replaceable_p): Deem assignments with
8462         a register variable on the RHS to not be replaceable.
8463
8464 2007-01-08  Chen Liqin  <liqin@sunnorth.com.cn>
8465         * config/score/t-score-elf (MULTILIB_OPTIONS): Change.
8466         * config/score/predicates.md (const_uimm5, sr0_operand, const_simm12,
8467         const_simm15, const_pow2, const_npow2): Added.
8468         * config/score/misc.md (insv, extv, extzv, movmemsi,
8469         move_lbu_a/b, mov_lhu_a/b etc): Added and fix some bug.
8470         * config/score/score.c (score_address_cost, score_select_cc_mode):
8471         Added.
8472         Change CONST_OK_FOR_LETTER_P/EXTRA_CONSTRAINT define.
8473         Update score_rtx_costs for MACRO TARGET_RTX_COSTS.
8474         Update score_print_operand.
8475         * config/score/score.h (DATA_ALIGNMENT, SELECT_CC_MODE): Added.
8476         Adjust register allocate order and update some macro define.
8477         * config/score/score-mdaux.c (mdx_unaligned_load, mdx_unsigned_store,
8478         mdx_block_move_straight, mdx_block_move_loop_head,
8479         mdx_block_move_loop_body, mdx_block_move_loop_foot, mdx_block_move_loop,
8480         mdx_block_move): Added.
8481         (mdx_movsicc, mdp_select_add_imm, mdp_select, mds_zero_extract_andi,
8482         mdp_limm): Updated and fix some bug and typo.
8483         * config/score/score.md (movqi/hi/si, add/sub/zero/ext): Updated.
8484         (movsf, movdf, doloop_end): Added.
8485
8486 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
8487
8488         * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
8489         config/arm/thumb2.md: Fix comment typos.
8490         * doc/extend.texi: Fix a typo.
8491
8492 2007-01-07  Eric Christopher  <echristo@apple.com>
8493
8494         * configure.ac: Check for __stack_chk_fail for darwin.
8495         * configure: Regenerate.
8496
8497 2007-01-07  Richard Guenther  <rguenther@suse.de>
8498
8499         * tree-vrp.c (extract_range_from_assert): CSE calls to
8500         compare_values where possible.
8501         (extract_range_from_unary_expr): Likewise.
8502
8503 2007-01-07  Anatoly Sokolov <aesok@post.ru>
8504
8505         * config/avr/avr-protos.h (call_insn_operand): Delete prototype.
8506         * config/avr/avr.c (call_insn_operand): Delete function.
8507         * config/avr/avr.md (*pushqi, *pushhi, *pushsi, *pushsf): Use REG_SP
8508         instead of register number. Use predicates.
8509         * config/avr/predicates.md (const0_operand, reg_or_0_operand,
8510         call_insn_operand): Add.
8511
8512 2007-01-06  Jan Hubicka  <jh@suse.cz>
8513
8514         * tree-pass.h (pass_build_cgraph_edges): Declare.
8515         * cgraphunit.c (record_refernece): Move to cgraphbuild.c
8516         (visited_nodes): Remove.
8517         (cgraph_create_edges): Move to cgraphbuild.c; rename to
8518         build_cgrpah_edges; make visited_nodes local.
8519         (cgraph_process_new_functions): DO not call initialize_inline_failed.
8520         (record_references_in_initializer): Move to cgraphbuild.c
8521         (initialize_inline_failed, rebuild_cgraph_edges,
8522         pass_rebuild_cgraph_edges): Move to cgraphbuild.c.
8523         (verify_cgraph_node): Make visited_nodes local.
8524         (cgraph_analyze_function): Do not call cgraph_create_edges and
8525         initialize_inline_failed.
8526         (cgraph_expand_function): Do not call cgraph_lower_function;
8527         assert that function is already lowered.
8528         * Makefile.in (cgraphbuild.o): New.
8529         * passes.c (init_optimization_passes): Add pass_build_cgraph_edges
8530         at the end of lowering passes.
8531
8532 2007-01-06  Steven Bosscher  <steven@gcc.gnu.org>
8533
8534         * ifcvt.c (cond_move_convert_if_block): New function, code
8535         factored out from...
8536         (cond_move_process_if_block): ...here.  Call the new function
8537         on the THEN and ELSE blocks.
8538         (merge_if_block): Do not copy global_live_at_end, merge_blocks
8539         already takes care of this.
8540
8541 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8542
8543         PR c/19978
8544         * tree.h (TREE_OVERFLOW_P): New.
8545         * c-typeck.c (parser_build_unary_op): Warn only if result
8546         overflowed and operands did not.
8547         (parser_build_binary_op): Likewise.
8548         (convert_for_assignment): Remove redundant overflow_warning.
8549         * c-common.c (overflow_warning): Don't check or set TREE_OVERFLOW.
8550
8551 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8552
8553         * c-typeck.c (store_init_value): Split over two lines to follow
8554         the GNU coding style.
8555
8556 2007-01-05  Benjamin Kosnik  <bkoz@redhat.com>
8557
8558         * c-cppbuiltin.c (c_cpp_builtins): __GXX_EXPERIMENTAL_CPP0X__ to
8559         __GXX_EXPERIMENTAL_CXX0X__.
8560         * doc/cpp.texi: Same.
8561
8562 2007-01-05  Richard Guenther  <rguenther@suse.de>
8563
8564         PR middle-end/27826
8565         * tree.c (get_narrower): Do not construct COMPONENT_REFs
8566         with mismatched types.  Instead explicitly build a
8567         conversion NOP_EXPR.
8568
8569 2007-01-05  Ian Lance Taylor  <iant@google.com>
8570
8571         * c-common.c (decl_with_nonnull_addr_p): New function.
8572         (c_common_truthvalue_conversion): Call it.
8573         * c-typeck.c (build_binary_op): Likewise.
8574         * c-common.h (decl_with_nonnull_addr_p): Declare.
8575
8576 2007-01-05  Jakub Jelinek  <jakub@redhat.com>
8577
8578         PR c/30360
8579         * libgcc2.c (__divdc3): Compare c and d against 0.0 instead of
8580         denom against 0.0.
8581
8582 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
8583
8584         * doc/install.texi (Final install): Document the fact that
8585         the GNAT runtime should not be stripped.
8586
8587 2007-01-04  Jan Hubicka  <jh@suse.cz>
8588
8589         * tree-inline.c (fold_marked_statements): Update operand caches
8590         and EH after folding
8591
8592 2007-01-04  Ian Lance Taylor  <iant@google.com>
8593
8594         * c-common.c (check_function_nonnull): Whitespace fix.
8595
8596 2007-01-04  Jan Hubicka  <jh@suse.cz>
8597
8598         * tree-optimize.c (execute_fixup_cfg): Correct previously mistakely
8599         comitted older version of patch.
8600         (pass_fixup_cfg): Add TODOs to verify flow and statements, dump
8601         function, celanup cfg and collect garbage.
8602
8603 2007-01-04  Mike Stump  <mrs@apple.com>
8604
8605         * Makefile.in (mostlyclean): Don't remove libgcc anymore.
8606         (clean): Likewise.
8607
8608 2007-01-04  Eric Christopher  <echristo@apple.com>
8609
8610         * libgcc2.c (__bswapsi2): Use SItype.
8611         (__bswapdi2): Use DItype.
8612         * libgcc2.h: Update for above.
8613
8614 2007-01-04  Paul Brook  <paul@codesourcery.com>
8615
8616         * config/arm/arm.md (arm_mulsi3, thumb_mulsi3, mulsi3_compare0,
8617         mulsi_compare0_scratch, mulsi3addsi, mulsi3addsi_compare0,
8618         mulsi3addsi_compare0_scratch, mulsidi3adddi, mulsidi3,
8619         umulsidi3, umulsidi3adddi, smulsi3_highpart,
8620         umulsi3_highpart): Make conditional on !arm_arch6.
8621         (arm_mulsi3_v6, thumb_mulsi3_v6, mulsi3_compare0_v6,
8622         mulsi_compare0_scratch_v6, mulsi3addsi_v6, mulsi3addsi_compare0_v6,
8623         mulsi3addsi_compare0_scratch_v6, mulsidi3adddi_v6, mulsidi3_v6,
8624         umulsidi3_v6, umulsidi3adddi_v6, smulsi3_highpart_v6,
8625         umulsi3_highpart_v6): New insns.
8626
8627 2007-01-04  Roger Sayle  <roger@eyesopen.com>
8628
8629         * fold-const.c (fold_convert): When casting an expression to void,
8630         fold_ignored_result may discover a GIMPLE_MODIFY_STMT which doesn't
8631         have a type.  Instead of attempting to build a NOP_EXPR, return
8632         these "special" trees directly.
8633
8634 2007-01-04  Joseph Myers  <joseph@codesourcery.com>
8635
8636         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make adjustment for
8637         MULT inside MINUS as either argument.  Use rs6000_cost->dmul -
8638         rs6000_cost->fp not 0 as adjustment for outer NEG.
8639
8640 2007-01-04  Jan Hubicka  <jh@suse.cz>
8641
8642         * cgraph.c (cgraph_release_function_body): New function.
8643         (cgraph_remove_node): Use it.
8644         * cgraph.h (cgraph_release_function_body): Declare.
8645         * cgraphunit.c (cgraph_expand_function): Use it.
8646         * ipa.c (cgraph_remove_unreahchable_nodes): Use it.
8647         * tree-ssa.c (delete_tree_ssa): Allow to be called before aliasing
8648         is initialized and while compilation of other function is running.
8649         * tree-optimize.c (execute_free_cfg_annotations): Move code to clear
8650         statement CFG annotations from here to ...
8651         * tree-cfg.c (delete_tree_cfg_annotations): ... here.
8652
8653 2007-01-04  Zdenek Dvorak <dvorakz@suse.cz>
8654
8655         * cfgloop.h (enum li_flags): Make the constants powers of two.
8656
8657 2007-01-04  Jan Hubicka  <jh@suse.cz>
8658
8659         * tree-inline.c (copy_bb): Insert new statements to statements_to_fold
8660         set.
8661         (fold_marked_statements): New function.
8662         (optimize_inline_calls, tree_function_versioning): Fold new statements.
8663         * tree-inline.h (copy_body_data): Add statements_to_fold.
8664
8665 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8666
8667         * config.gcc: Mention libgcc/config.host.
8668         * Makefile.in: Update comments mentioning libgcc.
8669         (LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
8670         (all.cross, start.encap, rest.encap, rest.cross): Update
8671         dependencies for libgcc move.
8672         (libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
8673         (clean-target, clean-target-libgcc): Delete.
8674         (srcdirify, GCC_EXTRA_PARTS): New macros.
8675         (libgcc-support, libgcc.mvars): New rules.
8676         (distclean): Remove mention of mklibgcc.
8677         (install): Don't reference INSTALL_LIBGCC.
8678         (install-common): Don't reference EXTRA_PARTS.
8679         (install-libgcc, install-multilib): Delete rules.
8680         * mklibgcc.in: Delete file.
8681         * doc/configfiles.texi: Don't mention mklibgcc.
8682
8683         * config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc).
8684         * config/i386/t-darwin64 (SHLIB_VERPFX): Likewise.
8685         * config/rs6000/t-darwin (SHLIB_VERPFX): Likewise.
8686         * config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES)
8687         (mklibgcc, ldblspecs): Likewise.
8688
8689         * config/i386/t-nwld (libgcc.def, libc.def, libpcre.def)
8690         (posixpre.def): Use $(T).
8691         (SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP)
8692         (SHLIB_SRC, SHLIB_INSTALL): Delete.
8693         (SHLIB_LINK): Make dummy.
8694         * config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK.
8695
8696         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear.
8697
8698         * config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS.
8699         * config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30,
8700         config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos,
8701         config/rs6000/t-newas, config/sparc/t-elf: Likewise.
8702
8703         * configure.ac (all_outputs): Remove mklibgcc.
8704         * configure: Regenerated.
8705
8706 2007-01-03  Josh Conner  <jconner@apple.com>
8707
8708         PR middle-end/29683
8709         * calls.c (compute_argument_addresses): Set stack and stack_slot
8710         for partial args, too.
8711         (store_one_arg): Use locate.size.constant for the size when
8712         generating a save_area.
8713
8714 2007-01-03  Robert Kennedy <jimbob@google.com>
8715
8716         * tree-cfg.c (tree_merge_blocks): Release SSA_NAME phi results
8717         whose definitions are deleted due to basic block merging.
8718
8719 2007-01-03  Paul Brook  <paul@codesourcery.com>
8720
8721         PR target/16634
8722         * config/arm/arm.c (output_return_instruction): Pop PC in interrupt
8723         functions.
8724         (use_return_insn): Return 0 for Thumb interrupt functions.
8725         (print_multi_reg): Add rfe argument for IRQ returns.
8726         (arm_output_epilogue): Pop interrupt return address directly into PC.
8727         (arm_expand_prologue): Only adjust IRQ return address in Arm mode.
8728
8729 2007-01-03  Paul Brook  <paul@codesourcery.com>
8730
8731         Merge from sourcerygxx-4_1.
8732         * config/arm/thumb2.md: New file.
8733         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Return True for
8734         Thumb-2.
8735         * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Ditto.
8736         * config/arm/aout.h (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
8737         (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump tables.
8738         * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump
8739         tables.
8740         (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
8741         * config/arm/ieee754-df.S: Use macros for Thumb-2/Unified asm
8742         comptibility.
8743         * config/arm/ieee754-sf.S: Ditto.
8744         * config/arm/arm.c (thumb_base_register_rtx_p): Rename...
8745         (thumb1_base_register_rtx_p): ... to this.
8746         (thumb_index_register_rtx_p): Rename...
8747         (thumb1_index_register_rtx_p): ... to this.
8748         (thumb_output_function_prologue): Rename...
8749         (thumb1_output_function_prologue): ... to this.
8750         (thumb_legitimate_address_p): Rename...
8751         (thumb1_legitimate_address_p): ... to this.
8752         (thumb_rtx_costs): Rename...
8753         (thumb1_rtx_costs): ... to this.
8754         (thumb_compute_save_reg_mask): Rename...
8755         (thumb1_compute_save_reg_mask): ... to this.
8756         (thumb_final_prescan_insn): Rename...
8757         (thumb1_final_prescan_insn): ... to this.
8758         (thumb_expand_epilogue): Rename...
8759         (thumb1_expand_epilogue): ... to this.
8760         (arm_unwind_emit_stm): Rename...
8761         (arm_unwind_emit_sequence): ... to this.
8762         (thumb2_legitimate_index_p, thumb2_legitimate_address_p,
8763         thumb1_compute_save_reg_mask, arm_dwarf_handle_frame_unspec,
8764         thumb2_index_mul_operand, output_move_vfp, arm_shift_nmem,
8765         arm_save_coproc_regs, thumb_set_frame_pointer, arm_print_condition,
8766         thumb2_final_prescan_insn, thumb2_asm_output_opcode, arm_output_shift,
8767         thumb2_output_casesi): New functions.
8768         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Define.
8769         (FL_THUMB2, FL_NOTM, FL_DIV, FL_FOR_ARCH6T2, FL_FOR_ARCH7,
8770         FL_FOR_ARCH7A, FL_FOR_ARCH7R, FL_FOR_ARCH7M, ARM_LSL_NAME,
8771         THUMB2_WORK_REGS): Define.
8772         (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv, arm_condexec_count,
8773         arm_condexec_mask, arm_condexec_masklen)): New variables.
8774         (all_architectures): Add armv6t2, armv7, armv7a, armv7r and armv7m.
8775         (arm_override_options): Check new CPU capabilities.
8776         Set new architecture flag variables.
8777         (arm_isr_value): Handle v7m interrupt functions.
8778         (user_return_insn): Return 0 for v7m interrupt functions.  Handle
8779         Thumb-2.
8780         (const_ok_for_arm): Handle Thumb-2 constants.
8781         (arm_gen_constant): Ditto.  Use movw when available.
8782         (arm_function_ok_for_sibcall): Return false for v7m interrupt
8783         functions.
8784         (legitimize_pic_address, arm_call_tls_get_addr): Handle Thumb-2.
8785         (thumb_find_work_register, arm_load_pic_register,
8786         legitimize_tls_address, arm_address_cost, load_multiple_sequence,
8787         emit_ldm_seq, emit_stm_seq, arm_select_cc_mode, get_jump_table_size,
8788         print_multi_reg, output_mov_long_double_fpa_from_arm,
8789         output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm,
8790         output_mov_double_fpa_from_arm, output_move_double,
8791         arm_compute_save_reg_mask, arm_compute_save_reg0_reg12_mask,
8792         output_return_instruction, arm_output_function_prologue,
8793         arm_output_epilogue, arm_get_frame_offsets, arm_regno_class,
8794         arm_output_mi_thunk, thumb_set_return_address): Ditto.
8795         (arm_expand_prologue): Handle Thumb-2.  Use arm_save_coproc_regs.
8796         (arm_coproc_mem_operand): Allow POST_INC/PRE_DEC.
8797         (arithmetic_instr, shift_op): Use arm_shift_nmem.
8798         (arm_print_operand): Use arm_print_condition.  Handle '(', ')', '.',
8799         '!' and 'L'.
8800         (arm_final_prescan_insn): Use extract_constrain_insn_cached.
8801         (thumb_expand_prologue): Use thumb_set_frame_pointer.
8802         (arm_file_start): Output directive for unified syntax.
8803         (arm_unwind_emit_set): Handle stack alignment instruction.
8804         * config/arm/lib1funcs.asm: Remove default for __ARM_ARCH__.
8805         Add v6t2, v7, v7a, v7r and v7m.
8806         (RETLDM): Add Thumb-2 code.
8807         (do_it, shift1, do_push, do_pop, COND, THUMB_SYNTAX): New macros.
8808         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __thumb2__.
8809         (TARGET_THUMB1, TARGET_32BIT, TARGET_THUMB2, TARGET_DSP_MULTIPLY,
8810         TARGET_INT_SIMD, TARGET_UNIFIED_ASM, ARM_FT_STACKALIGN, IS_STACKALIGN,
8811         THUMB2_TRAMPOLINE_TEMPLATE, TRAMPOLINE_ADJUST_ADDRESS,
8812         ASM_OUTPUT_OPCODE, THUMB2_GO_IF_LEGITIMATE_ADDRESS,
8813         THUMB2_LEGITIMIZE_ADDRESS, CASE_VECTOR_PC_RELATIVE,
8814         CASE_VECTOR_SHORTEN_MODE, ADDR_VEC_ALIGN, ASM_OUTPUT_CASE_END,
8815         ADJUST_INSN_LENGTH): Define.
8816         (TARGET_REALLY_IWMMXT, TARGET_IWMMXT_ABI, CONDITIONAL_REGISTER_USAGE,
8817         STATIC_CHAIN_REGNUM, HARD_REGNO_NREGS, INDEX_REG_CLASS,
8818         BASE_REG_CLASS, MODE_BASE_REG_CLASS, SMALL_REGISTER_CLASSES,
8819         PREFERRED_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS,
8820         SECONDARY_INPUT_RELOAD_CLASS, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
8821         TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE, HAVE_PRE_INCREMENT,
8822         HAVE_POST_DECREMENT, HAVE_PRE_DECREMENT, HAVE_PRE_MODIFY_DISP,
8823         HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_REG, HAVE_POST_MODIFY_REG,
8824         REGNO_MODE_OK_FOR_BASE_P, LEGITIMATE_CONSTANT_P,
8825         REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
8826         LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS,
8827         GO_IF_MODE_DEPENDENT_ADDRESS, MEMORY_MOVE_COST, BRANCH_COST,
8828         ASM_APP_OFF, ASM_OUTPUT_CASE_LABEL, ARM_DECLARE_FUNCTION_NAME,
8829         FINAL_PRESCAN_INSN, PRINT_OPERAND_PUNCT_VALID_P,
8830         PRINT_OPERAND_ADDRESS): Adjust for Thumb-2.
8831         (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv): New declarations.
8832         * config/arm/arm-cores.def: Add arm1156t2-s, cortex-a8, cortex-r4 and
8833         cortex-m3.
8834         * config/arm/arm-tune.md: Regenerate.
8835         * config/arm/arm-protos.h: Update prototypes.
8836         * config/arm/vfp.md: Enable patterns for Thumb-2.
8837         (arm_movsi_vfp): Add movw alternative.  Use output_move_vfp.
8838         (arm_movdi_vfp, movsf_vfp, movdf_vfp): Use output_move_vfp.
8839         (thumb2_movsi_vfp, thumb2_movdi_vfp, thumb2_movsf_vfp,
8840         thumb2_movdf_vfp, thumb2_movsfcc_vfp, thumb2_movdfcc_vfp): New.
8841         * config/arm/libunwind.S: Add Thumb-2 code.
8842         * config/arm/constraints.md: Update include Thumb-2.
8843         * config/arm/ieee754-sf.S: Add Thumb-2/Unified asm support.
8844         * config/arm/ieee754-df.S: Ditto.
8845         * config/arm/bpabi.S: Ditto.
8846         * config/arm/t-arm (MD_INCLUDES): Add thumb2.md.
8847         * config/arm/predicates.md (low_register_operand,
8848         low_reg_or_int_operand, thumb_16bit_operator): New.
8849         (thumb_cmp_operand, thumb_cmpneg_operand): Rename...
8850         (thumb1_cmp_operand, thumb1_cmpneg_operand): ... to this.
8851         * config/arm/t-arm-elf: Add armv7 multilib.
8852         * config/arm/arm.md: Update patterns for Thumb-2 and Unified asm.
8853         Include thumb2.md.
8854         (UNSPEC_STACK_ALIGN, ce_count): New.
8855         (arm_incscc, arm_decscc, arm_umaxsi3, arm_uminsi3,
8856         arm_zero_extendsidi2, arm_zero_extendqidi2): New
8857         insns/expanders.
8858         * config/arm/fpa.md: Update patterns for Thumb-2 and Unified asm.
8859         (thumb2_movsf_fpa, thumb2_movdf_fpa, thumb2_movxf_fpa,
8860         thumb2_movsfcc_fpa, thumb2_movdfcc_fpa): New insns.
8861         * config/arm/cirrus.md: Update patterns for Thumb-2 and Unified asm.
8862         (cirrus_thumb2_movdi, cirrus_thumb2_movsi_insn,
8863         thumb2_cirrus_movsf_hard_insn, thumb2_cirrus_movdf_hard_insn): New
8864         insns.
8865         * doc/extend.texi: Document ARMv7-M interrupt functions.
8866         * doc/invoke.texi: Document Thumb-2 new cores+architectures.
8867
8868 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8869
8870         * unwind-dw2.c (SIGNAL_FRAME_BIT, EXTENDED_CONTEXT_BIT): Define.
8871         (struct _Unwind_Context): Rename args_size to flags, remove
8872         signal_frame field, add a new args_size field and version field.
8873         (_Unwind_IsSignalFrame, _Unwind_SetSignalFrame,
8874         _Unwind_IsExtendedContext): New inline functions.
8875         (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
8876         Assume by_value array is only present if _Unwind_IsExtendedContext.
8877         (_Unwind_GetIPInfo, execute_cfa_program, uw_frame_state_for): Use
8878         _Unwind_IsSignalFrame.
8879         (__frame_state_for): Initialize context.flags to EXTENDED_CONTEXT_BIT.
8880         (uw_update_context_1): Use _Unwind_SetSignalFrame.
8881         (uw_init_context_1): Initialize context->flags to
8882         EXTENDED_CONTEXT_BIT.
8883         * config/rs6000/linux-unwind.h (frob_update_context): Use
8884         _Unwind_SetSignalFrame.
8885
8886 2007-01-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8887
8888         PR middle-end/30353
8889         * gimplify.c (gimplify_modify_expr_complex_part): Move below
8890         tree_to_gimple_tuple.  Call tree_to_gimple_tuple when we need
8891         the value.
8892
8893 2007-01-03  Kazu Hirata  <kazu@codesourcery.com>
8894
8895         * config/i386/i386.h (NON_STACK_REG_P, REGNO_OK_FOR_SIREG_P,
8896         REGNO_OK_FOR_DIREG_P, REWRITE_ADDRESS, ASM_OPERAND_LETTER,
8897         RET, AT_SP): Remove.
8898         * config/i386/i386.md (*sse_prologue_save_insn): Use return
8899         instead of RET.
8900
8901         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
8902         * cfgbuild.c (find_basic_blocks): Likewise.
8903         * cfgrtl.c (rtl_create_basic_block): Likewise.
8904         * function.c (temp_slots_at_level): Likewise.
8905         * reg-stack.c (stack_regs_mentioned): Likewise.
8906         * regclass.c (allocate_reg_info): Likewise.
8907         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
8908         set_bb_for_stmt, move_block_to_fn): Likewise.
8909         * tree-complex.c (tree_lower_complex): Likewise.
8910         * vec.h (VEC_safe_grow_cleared): New.
8911
8912         * cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
8913
8914 2007-01-03  Zdenek Dvorak <dvorakz@suse.cz>
8915
8916         * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.
8917         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass probabilities
8918         to loop_version.
8919         * cfgloopmanip.c (scale_loop_frequencies): Export.
8920         (loopify): Scale the frequencies by prescribed coefficients.
8921         (set_zero_probability): New function.
8922         (duplicate_loop_to_header_edge): Improve updating of frequencies.
8923         (lv_adjust_loop_entry_edge, loop_version): Set probabilities
8924         and frequencies according to arguments.
8925         * tree-ssa-loop-manip.c (tree_unroll_loop): Set probabilities
8926         correctly.
8927         * cfg.c (scale_bbs_frequencies_int): Allow scaling the frequencies up.
8928         * modulo-sched.c (sms_schedule): Set probabilities for entering
8929         versioned loop correctly.
8930         * tree-vect-transform.c (vect_transform_loop): Ditto.
8931         * cfgloop.h (loopify, loop_version): Declaration changed.
8932         (scale_loop_frequencies): Declared.
8933
8934 2007-01-02  Jan Hubicka  <jh@suse.cz>
8935
8936         * cgraph.c: Include tree-flow.h
8937         (cgraph_add_new-function): Handle IPA_SSA mode; execute
8938         early_local_passes.
8939         * cgraph.h (enum cgraph_state): Add CGRAPH_STATE_IPA_SSA.
8940         * tree-pass.h (pass_all_early_optimizations): Declare.
8941         * cgraphunit.c (cgraph_process_new_functions): Add IPA_SSA; execute
8942         early_local_passes.
8943         (cgraph_analyze_function): Do early_local_passes.
8944         * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
8945         Do not add referenced vars.
8946         * tree-optimize.c (gate_all_optimizations): Do not execute when not in
8947         SSA form.
8948         (gate_all_early_local_passes): New gate.
8949         (pass_early_local_passes): Use new gate.
8950         (execute_early_local_optimizations): New functions.
8951         (gate_all_early_optimizations): New gate.
8952         (pass_all_early_optimizations): New pass.
8953         (execute_free_datastructures): Free SSA only when initialized.
8954         (gate_init_datastructures): Init only when optimizing.
8955         (tree_lowering_passes): Do early local passes when called late.
8956         * tree-profile.c (do_tree_profiling): Don't profile functions added
8957         late.
8958         (do_early_tree_profiling, pass_early_tree_profile): Kill.
8959         * tree-cfg.c (update_modified_stmts): Do not update when operands are
8960         not active.
8961         * passes.c (init_optimizations_passes): Reorder so we go into SSA
8962         during early_local_passes.
8963         * Makefile.in (cgraph.o): Add dependency on tree-flow.h.
8964
8965
8966 2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
8967
8968         * Makefile.in: Update copyright year.
8969
8970 2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
8971
8972         * Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST)
8973         in $(lang_checks) and check-consistency targets.
8974
8975 2007-01-02  Jan Hubicka  <jh@suse.cz>
8976
8977         * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
8978         Do not add referenced vars.
8979         * tree-cfg.c (update_modified_stmts): Do not update when SSA operands
8980         are not active.
8981         * passes.c (init_optimization_passes): Put mudflap_2 after
8982         free_datastructures.
8983
8984 2007-01-02  Jan Hubicka  <jh@suse.cz>
8985
8986         * tree-optimize (execute_fixup_cfg): Set after_inlining flag.
8987         Set NOTHROW flag on call statements proved to be nothrow.
8988         Update statement of local calls so new pure/const functions are
8989         updated. Update_ssa when in ssa form. Mark PHI nodes of nonlocal
8990         goto receivers.
8991         (tree_rest_of_compilation): Register hooks and initialize bitmap
8992         early. Do not set after_inlining flag.
8993
8994 2007-01-02  Steve Ellcey  <sje@cup.hp.com>
8995
8996         * sbitmap.c (HOST_BITS_PER_LONG_LONG):  Change to
8997         HOST_BITS_PER_LONGLONG
8998
8999 2007-01-02  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
9000
9001         PR c/19977
9002         * c-typeck.c (store_init_value): Don't emit pedantic overflow
9003         warning for non-static initializers.
9004
9005 2007-01-02  Steven Bosscher  <steven@gcc.gnu.org>
9006
9007         * config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
9008         m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c,
9009         rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c:
9010         Always use set_unique_reg_note to add REG_EQUAL notes.
9011
9012 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
9013
9014         Revert:
9015         2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
9016
9017         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
9018         * cfgbuild.c (find_basic_blocks): Likewise.
9019         * cfgrtl.c (rtl_create_basic_block): Likewise.
9020         * function.c (temp_slots_at_level): Likewise.
9021         * reg-stack.c (stack_regs_mentioned): Likewise.
9022         * regclass.c (allocate_reg_info): Likewise.
9023         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
9024         set_bb_for_stmt, move_block_to_fn): Likewise.
9025         * tree-complex.c (tree_lower_complex): Likewise.
9026         * vec.h (VEC_safe_grow_cleared): New.
9027
9028 2007-01-02  Ian Lance Taylor  <iant@google.com>
9029
9030         * c-common.c (c_common_truthvalue_conversion): When warning about
9031         using an assignment as a truth value, set TREE_NO_WARNING.
9032
9033 2007-01-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9034
9035         PR middle-end/7651
9036         * c.opt (Wold-style-declaration): New.
9037         * doc/invoke.texi (C-only Warning Options): New.
9038         (Wold-style-declaration): Document it.
9039         (Wextra): Enabled by -Wextra.
9040         * c-opts.c (c_common_post_options): Enabled by -Wextra.
9041         * c-decl.c (declspecs_add_scspec): Replace -Wextra with
9042         -Wold-style-declaration.
9043
9044 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
9045
9046         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
9047         * cfgbuild.c (find_basic_blocks): Likewise.
9048         * cfgrtl.c (rtl_create_basic_block): Likewise.
9049         * function.c (temp_slots_at_level): Likewise.
9050         * reg-stack.c (stack_regs_mentioned): Likewise.
9051         * regclass.c (allocate_reg_info): Likewise.
9052         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
9053         set_bb_for_stmt, move_block_to_fn): Likewise.
9054         * tree-complex.c (tree_lower_complex): Likewise.
9055         * vec.h (VEC_safe_grow_cleared): New.
9056
9057 2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
9058
9059         * c-common.c (c_common_nodes_and_builtins): Since variants of
9060         void_type_node get built before it is given a name, we need to
9061         give those variants the name, too.
9062         (complete_array_type): We need to work with the canonical main
9063         type of the array, from which we will build the qualified version.
9064         * params.def (PARAM_VERIFY_CANONICAL_TYPES): New.
9065         * print-tree.c (print_node): Display canonical type information
9066         for each type.
9067         * stor-layout.c (layout_type): When we don't know the
9068         alignment of a type for which we're building an array, we end up
9069         guessing wrong, so make the type require structural equality.
9070         * tree.c (make_node_stat): When we build a new type, it is its
9071         own canonical type.
9072         (build_type_attribute_qual_variant): When building an attribute
9073         variant, its canonical type is the non-attribute variant. However,
9074         if the attributes are target-dependent and they differ, we need to
9075         use structural equality checks for this type.
9076         (build_qualified_type): A qualified type is not equivalent to its
9077         unqualified variant; set the canonical type appropriately.
9078         (build_distinct_type_copy): When building a distinct type from
9079         another type, the new type is its own canonical type.
9080         (build_variant_type_copy): When building a new type variant, we
9081         assume that it is equivalent to the original type.
9082         (build_pointer_type_for_mode): When building a pointer type, also
9083         build a canonical type pointer.
9084         (build_reference_type_for_mode): When building a reference type,
9085         also build a canonical type reference.
9086         (build_index_type): When we can't hash an index type (e.g.,
9087         because its maximum value is negative), the index type requires
9088         structural equality tests.
9089         (build_array_type): Build the canonical form of an array type.
9090         (build_function_type): Function types require structural equality,
9091         because they contain default arguments, attributes, etc.
9092         (build_method_type_directly): Ditto for method types.
9093         (build_offset_type): Build the canonical offset type.
9094         (build_complex_type): Build the canonical vector type.
9095         (make_vector_type): Build the canonical vector type.
9096         * tree.h (TYPE_CANONICAL): New.
9097         (TYPE_STRUCTURAL_EQUALITY_P): New.
9098         (SET_TYPE_STRUCTURAL_EQUALITY): New.
9099         (struct tree_type): Added "canonical" field.
9100         * params.h (VERIFY_CANONICAL_TYPES): New.
9101         * doc/c-tree.texi (TYPE_CANONICAL): Document.
9102         (TYPE_STRUCTURAL_EQUALITY_P): Document.
9103         (SET_TYPE_STRUCTURAL_EQUALITY): Document.
9104         * doc/invoke.texi (verify-canonical-types): Document --param
9105         parameter for verifying canonical types.
9106
9107 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
9108
9109         * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
9110         powerpc-*-eabisim*, powerpc-*-eabialtivec*, powerpc-*-eabi*,
9111         powerpc-*-rtems*, powerpc-wrs-vxworks, powerpc-wrs-vxworksae,
9112         powerpcle-*-eabisim*, powerpcle-*-eabi*): Add rs6000/e500.h to
9113         tm_file.
9114         * config/rs6000/e500.h: New.
9115         * config/rs6000/eabi.h (TARGET_SPE_ABI, TARGET_SPE, TARGET_E500,
9116         TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE, TARGET_E500_DOUBLE):
9117         Remove.
9118         * config/rs6000/linuxspe.h (TARGET_SPE_ABI, TARGET_SPE,
9119         TARGET_E500, TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE,
9120         TARGET_E500_DOUBLE): Remove.
9121         * config/rs6000/vxworks.h (TARGET_SPE_ABI, TARGET_SPE,
9122         TARGET_E500, TARGET_ISEL, TARGET_FPRS): Remove.
9123         * config/rs6000/rs6000.h (CHECK_E500_OPTIONS): Define.
9124         * config/rs6000/rs6000.c (rs6000_override_options): Use
9125         CHECK_E500_OPTIONS.
9126
9127 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
9128
9129         * config/rs6000/rs6000.c (print_operand): Check (TARGET_SPE ||
9130         TARGET_E500_DOUBLE), not TARGET_E500, for %y.
9131         (rs6000_generate_compare, rs6000_emit_sCOND, output_cbranch,
9132         rs6000_emit_cmove): Don't check TARGET_E500.
9133         * config/rs6000/rs6000.md (bunordered, bordered, sunordered,
9134         sordered): Don't check TARGET_E500.
9135
9136 2007-01-01  Eric Christopher  <echristo@apple.com>
9137
9138         * config/mips/mips.c (mips_regno_mode_ok_for_base_p): Use
9139         HARD_REGISTER_NUM_P.
9140
9141 2007-01-01  Roger Sayle  <roger@eyesopen.com>
9142
9143         * fold-const.c (fold_binary) <EQ_EXPR>: Fold "(X^C1) eq/ne C2" into
9144         "X eq/ne (C1^C2)".  Fold "(X^Z) eq/ne (Y^Z)" as "X eq/ne Y" when Z
9145         has no side-effects.  Fold "(X^C1) eq/ne (Y^C2)" as "(X^(C1^C2))
9146         eq/ne Y".
9147
9148 2007-01-01  Mike Stump  <mrs@apple.com>
9149
9150         * configure.ac: Remove support for building with Apple's gcc-3.1.
9151
9152 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
9153
9154         PR middle-end/30311
9155         * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
9156         REG is a hard register.  Do not modify REG before calling
9157         subreg_nregs.
9158         * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
9159         multiple of the size of YMODE for certain lowpart cases.
9160
9161 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
9162
9163         PR middle-end/30253
9164         * gimplify (voidify_wrapper_expr): Update for
9165         GIMPLE_MODIFY_STMT.
9166
9167 2007-01-01  Andreas Schwab  <schwab@suse.de>
9168
9169         PR target/29166
9170         * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
9171         save of BR0 in extra_spill_size instead of spill_size.
9172         (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
9173         area.
9174         (ia64_expand_epilogue): Restore BR0 from its new location.
9175
9176 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
9177
9178         * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
9179         Use a temporary variable if the left hand side is not a gimple
9180         register.
9181
9182 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
9183
9184         * gimplify.c (gimplify_return_expr): Make the temporary variable
9185         for the return expression, a gimple register variable.
9186
9187 2007-01-01  Jan Hubicka  <jh@suse.cz>
9188
9189         * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
9190         INSN_LIST.
9191
9192 2007-01-01  Mike Stump  <mrs@apple.com>
9193
9194         * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
9195         .literal16.
9196         * config/darwin.c (machopic_select_rtx_section): Use
9197         HAVE_GAS_LITERAL16.
9198         (darwin_mergeable_constant_section): Likewise.
9199         * configure: Regenerate.
9200         * config.in: Regenerate.
9201
9202 2007-01-01  Jan Hubicka  <jh@suse.cz>
9203             Andrew Pinski  <pinskia@gmail.com>
9204
9205         * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
9206         before starting IPA passes.