OSDN Git Service

2007-10-17 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2007-10-17  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2
3         * builtins.c (gimplify_va_arg_expr): Use inform for help message.
4         * toplev.c (check_global_declaration_1): Use appropriate warning
5         option instead of unnamed warning.
6         * stor-layout.c (layout_decl): Likewise.
7         * c-typeck.c (build_conditional_expr): Likewise.
8         (build_compound_expr): Fix wrong comment.
9         (build_binary_op): Use appropriate warning option instead of
10         unnamed warning.
11         * cfgexpand.c (tree_expand_cfg): Likewise.
12         * tree-optimize.c (tree_rest_of_compilation): Likewise.
13         * tree-cfg.c (remove_useless_stmts_warn_notreached): Likewise.
14         (execute_warn_function_return): Likewise.
15         * stmt.c (warn_if_unused_value): Likewise.
16
17 2007-10-16  Eric B. Weddington  <eweddington@cso.atmel.com>
18
19         * config/avr/avr.c (avr_mcu_types): Add at90pwm216, at90pwm316.
20         * config/avr/avr.h (LINK_SPEC): Likewise and remove regex for
21         similar devices.
22         (CRT_BINUTILS_SPECS): Likewsie.
23         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
24
25 2007-10-16  Amruth Laxman  <amruth.laxman@nsn.com>
26
27         PR target/33594
28         * config/sparc/sparc.h (LOCAL_ALIGNMENT): Define.
29
30 2007-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
31
32         * dce.c (init_dce): Only initialize the obstacks for the fast pass.
33         (fini_dce): Only release them for the fast pass.
34         (end_ud_dce): Delete.
35         (rest_of_handle_ud_dce): Do not modify df_in_progress.
36         Call fini_dce instead of end_ud_dce.
37         (rest_of_handle_fast_dce): Do not modify df_in_progress.
38         (run_fast_df_dce): Reset df_in_progress to false on exit.
39
40 2007-10-16  Paolo Bonzini  <bonzini@gnu.org>
41             Maxim Kuvyrkov  <maxim@codesourcery.com>
42
43         * target.h (unspec_may_trap_p): New target hook.
44         * target-def.h (TARGET_UNSPEC_MAY_TRAP_P): New macro.
45         * targhooks.c (default_unspec_may_trap_p): Default implementation of
46         the hook.
47         * targhooks.h (default_unspec_may_trap_p): Declare it.
48         * doc/tm.texi (TARGET_UNSPEC_MAY_TRAP_P): Document new hook.
49         * rtlanal.c (may_trap_p_1): Use new hook.  Make global.
50         * rtl.h (may_trap_p_1): Declare.
51         
52         * config/ia64/ia64.c (ia64_unspec_may_trap_p): New function to
53         override default hook implementation.
54         (TARGET_UNSPEC_MAY_TRAP_P): Override default implementation of the
55         hook.
56
57 2007-10-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
58
59         * doc/invoke.texi (Wextra): Move it just after Wall, list the
60         options enabled by Wextra and mention Wuninitialized.
61         
62 2007-10-15  Nigel Stephens  <nigel@mips.com>
63
64         * config/mips/mips.h (LOCAL_ALIGNMENT): Define.
65
66 2007-10-15  Jakub Jelinek  <jakub@redhat.com>
67
68         PR tree-optimization/33136
69         * opts.c (decode_options): Don't enable flag_ipa_type_escape.
70
71 2007-10-15  Alexandre Oliva  <aoliva@redhat.com>
72
73         PR tree-optimization/33735
74         PR tree-optimization/33572
75         * tree-inline.c (update_ssa_across_abnormal_edges): Revert
76         2007-10-09's change.
77         * except.c (duplicate_eh_regions): Don't look for prev_try
78         beyond ERT_ALLOWED_EXCEPTIONS with an empty list.
79
80 2007-10-15  Alexandre Oliva  <aoliva@redhat.com>
81
82         PR middle-end/33706
83         * tree-inline.c (copy_bb): Use bsi_replace to replace a
84         __builtin_va_arg_pack-containing call stmt.
85
86 2007-10-15  Razya Ladelsky  <razya@il.ibm.com>
87
88         * matrix-reorg.c (gate_matrix_reorg): Don't comment out whole
89         program flag.
90
91 2007-10-15  Jakub Jelinek  <jakub@redhat.com>
92
93         PR tree-optimization/33619
94         * tree-ssa-ter.c (is_replaceable_p): Return false for all
95         calls.
96
97 2007-10-15  David Edelsohn  <edelsohn@gnu.org>
98
99         * config.gcc (powerpc-ibm-aix5*): Install altivec.h.
100
101 2007-10-15  Richard Guenther  <rguenther@suse.de>
102
103         * fold-const.c (extract_array_ref): Remove.
104         (fold_comparison): Handle POINTER_PLUS_EXPR with the
105         generic address expression comparison folding.  Remove
106         the folding that used extract_array_ref.
107
108 2007-10-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
109
110         PR target/33133
111         * haifa-sched.c (process_insn_forw_deps_be_in_spec): Check if
112         speculation type of insn can be changed before trying to do that.
113
114 2007-10-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
115
116         * dse.c (struct insn_info): Add 'frame_read' field.
117         (scan_insn): For the call to a const function, set frame_read if
118         reload has been run.
119         If the insn reads the frame, kill the frame related stores.
120         (scan_reads_nospill): Likewise.
121
122 2007-10-14  Jason Merrill  <jason@redhat.com>
123
124         * tree-eh.c (optimize_double_finally): Don't assume that the
125         cleanup we're duplicating is only one statement.
126
127 2007-10-14  Kazu Hirata  <kazu@codesourcery.com>
128
129         * config/fixed-bit.c, config/i386/cpuid.h, config/i386/i386.c,
130         config/i386/i386.md, config/i386/sse.md, function.c, jump.c,
131         modulo-sched.c, ra-conflict.c, toplev.c, tree-eh.c, tree-sra.c,
132         tree-ssa-dse.c, tree-vect-analyze.c, tree-vect-patterns.c,
133         tree-vect-transform.c: Fix comment typos.
134         * doc/extend.texi: Fix a typo.
135
136         * c-common.h: Remove the prototype for c_expand_body.
137         * c-tree.h: Remove the prototype for c_disregard_inline_limits.
138         * tree.h: Remove the prototype for fold_build_call_expr.
139
140         * c-objc-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN):
141         Remove.
142         * c-tree.h: Remove the prototype for c_cannot_inline_tree_fn.
143
144 2007-10-13  David Edelsohn  <edelsohn@gnu.org>
145
146         * config/rs6000/aix53.h: New file.
147         * config/rs6000/aix{41,43,51,52}.h (TARGET_ALTIVEC): Define to 0.
148         (TARGET_ALTIVEC_ABI): Same.
149         * config/rs6000/aix.h (TARGET_ALTIVEC): Delete.
150         (TARGET_ALTIVEC_ABI): Delete.
151         * config.gcc (powerpc-ibm-aix5*): Rename to aix5.2.  Add new
152         stanza defaulting to aix5.3.
153
154 2007-10-12  Nathan Froyd  <froydnj@codesourcery.com>
155
156         * config/i386/i386.md (SI_REG, DI_REG): New constants.
157         (strmov): Use defined constants.
158         (cmpstrnsi): Likewise.
159         * config/i386/i386.c (decide_alg): Use defined constants.
160         (ix86_expand_strlen): Likewise.
161
162 2007-10-12  Richard Sandiford  <rsandifo@nildram.co.uk>
163
164         * dse.c (find_shift_sequence): Reinstate "<= UNITS_PER_WORD" condition.
165         * var-tracking.c (micro_operation_def): Update comment on u.loc.
166         (mode_for_reg_attrs, var_lowpart): New functions.
167         (add_uses): Consider recording a lowpart of LOC for MO_USE.
168         (add_stores): Likewise MO_SET and MO_COPY.  If the source of a set
169         or copy is known, set LOC to the SET that performs the set, instead
170         of the destination.
171         (find_src_status, find_src_set_src): Remove LOC parameter.
172         Replace INSN with the source value.
173         (compute_bb_dataflow, emit_notes_in_bb): Check for a SET u.loc when
174         handling MO_SET and MO_COPY.  Update the calls to find_src_status
175         and find_src_set_src.
176
177 2007-10-12  Nathan Froyd  <froydnj@codesourcery.com>
178
179         PR 11001
180         * config/i386/i386.md (strmov): Check for esi and edi usage.
181         * config/i386/i386.c (decide_alg): Check whether we can use a
182         rep prefix and adjust algorithm choice accordingly.
183         (ix86_expand_strlen): Check for eax, ecx, and edi usage.
184
185 2007-10-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
186
187         * config/c4x/c4x.md (mulqi3, mulhi3): Use optab_libfunc.
188
189 2007-10-12  Kenneth Zadeck <zadeck@naturalbridge.com>
190
191         * global.c (build_insn_chain): Formatting fixes.
192
193 2007-10-12  Richard Guenther <rguenther@suse.de>
194
195         * tree-ssa-forwprop.c (forward_propagate_into_cond): For
196         combining both operands require either both have single uses
197         or combining to a constant.
198
199 2007-10-12  Richard Guenther  <rguenther@suse.de>
200
201         PR middle-end/26198
202         * tree-ssa-forwprop.c (can_propagate_from): Do not propagate from
203         a rhs with side-effects or which is a load.
204         (forward_propagate_into_cond): Also try combining both operands.
205
206 2007-10-12  Uros Bizjak  <ubizjak@gmail.com>
207
208         PR tree-optimization/33742
209         * tree-vect-transform.c (vectorizable_operation): Return false
210         if get_vectype_for_scalar_type for scalar_dest can't be determined.
211         (vectorizable_call): Same for rhs_type and lhs_type.
212
213 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
214
215         PR tree-optimization/33645
216         * tree-ssa-live.c (mark_all_vars_used): Add data argument,
217         pass it to walk_tree.
218         (mark_all_vars_used_1): Pass data through to mark_all_vars_used.
219         When calling set_is_used on a VAR_DECL, if data is not NULL and
220         its DECL_UID is in the bitmap, call mark_all_vars_used on its
221         DECL_INITIAL after clearing the bit in bitmap.
222         (remove_unused_locals): Adjust mark_all_vars_used callers.
223         Instead of removing unused global vars from unexpanded_var_list
224         immediately record them in bitmap, call mark_all_vars_used on
225         all used global vars from unexpanded_var_list and only purge
226         global vars that weren't found used even during that step.
227  
228 2007-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
229
230         * gthr-posix.h (__gthread_active_init): Create detached instead of
231         joinable thread when testing whether threads are active on hppa-hpux.
232         * gthr-posix95.h (__gthread_active_init): Likewise.
233
234 2007-10-11  Kenneth Zadeck <zadeck@naturalbridge.com>
235
236         PR middle-end/33676
237         * global.c (build_insn_chain): Include insn that occur between
238         basic blocks.
239         
240 2007-10-11  Tom Tromey  <tromey@redhat.com>
241
242         * gengtype-yacc.y: Delete.
243
244 2007-10-11  Uros Bizjak  <ubizjak@gmail.com>
245
246         * config/i386/i386.md (AX_REG, DX_REG, CX_REG): New constants.
247         * config/i386/i386.c (ix86_function_arg_regno_p, function_arg_32,
248         function_value_32, function_value_64, function_value_ms_64,
249         setup_incoming_varargs_64, ix86_expand_prologue, ix86_expand_call,
250         legitimize_tls_address, x86_this_parameter, x86_output_mi_thunk):
251         Use new constants.
252
253 2007-10-11  Richard Guenther  <rguenther@suse.de>
254
255         * gcse.c (hash_scan_set): If the next nonnote insn is in
256         a different basic block insert the set.
257
258 2007-10-11  Richard Guenther  <rguenther@suse.de>
259
260         PR middle-end/33724
261         * tree-cfg.c (one_pointer_to_useless_type_conversion_p): New function.
262         (verify_gimple_expr): Use it to verify pointer-to types for
263         ADDR_EXPRs.
264
265 2007-10-11  Richard Guenther  <rguenther@suse.de>
266
267         PR c/33726
268         * c-typeck.c (build_array_ref): Do not strip qualifiers from
269         the array element type.
270
271 2007-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
272
273         PR rtl-optimization/33638
274         * dse.c (struct insn_info): Remove 'stack_read' field,
275         add 'stack_pointer_based' field.
276         (record_store): For a store with non-constant base, record
277         whether it is stack pointer based.
278         (scan_insn): For the call to a const function, remove stack
279         pointer based stores from the list of local active stores.
280         (scan_reads_nospill): Delete code dealing with const functions.
281
282 2007-10-10  Peter Bergner  <bergner@vnet.ibm.com>
283
284         * ra-conflict.c (partial_bitnum, max_bitnum): Change type of variables
285         to HOST_WIDE_INT.
286         (conflict_p, set_conflict, set_conflicts): Likewise.
287         * global.c (global_alloc): Likewise.
288         * ra.h: Update prototypes.
289
290 2007-10-10  Wolfgang Gellerich  <gellerich@de.ibm.com>
291
292         * opth-gen.awk: Fixed generation of comment stating the origin
293           of options.h
294
295 2007-10-10  Kazu Hirata  <kazu@codesourcery.com>
296
297         Revert:
298         2007-10-09  Kazu Hirata  <kazu@codesourcery.com>
299         * longlong.h (count_leading_zeros): Replace '{' and '}' with '%{'
300         and '%}', respectively.
301
302         Revert:
303         2007-10-09  Kazu Hirata  <kazu@codesourcery.com>
304         * config/m68k/m68k.c (print_operand): Handle '{' and '}'.
305         * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Accept '{'
306         and '}'.
307         * config/m68k/m68k.md: Replace '{' with '%{' where '{' is
308         meant to be output.
309
310         Revert:
311         2007-10-07  Kazu Hirata  <kazu@codesourcery.com>
312         * config/m68k/m68k.c, config/m68k/m68k.md: Use the assembly
313         syntax for ASSEMBLER_DIALECT.
314         * config/m68k/m68k.h (ASSEMBLER_DIALECT): New.
315
316 2007-10-10  Revital Eres  <eres@il.ibm.com>
317
318         * modulo-sched.c (check_nodes_order): Dump the final order of
319         the nodes.
320         (get_sched_window): Add dump info.
321         (calculate_order_params): Dump order params of the nodes.
322
323 2007-10-09  Kenneth Zadeck <zadeck@naturalbridge.com>
324
325         PR middle-end/33669
326         * ra-conflict.c (record_one_conflict_between_regnos, 
327         set_conflicts_for_earlyclobber, global_conflicts): Improved logging.
328         (global_conflicts): Enhanced incorrect check.
329         
330 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
331
332         * dwarf2out.c (output_call_frame_info): FDEs are always emitted
333         if flag_exceptions is not set.
334         * config/darwin.c (darwin_emit_unwind_label): Rewrite to use
335         assemble_name rather than incorrectly emulating it.
336
337         * doc/extend.texi (Deprecated Features): Mention that <? and >? and
338         friends are removed from G++.
339
340 2007-10-09  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
341
342         * c-opts.c (c_common_handle_option): -Wnontemplate-friend,
343         -Wwrite-strings and -Wmultichar are enabled by default, so Wall
344         enabling them is redundant. Don't check two times for
345         c_dialect_cxx.
346         
347 2007-10-09  H.J. Lu  <hongjiu.lu@intel.com>
348
349         * ra-conflict.c (record_one_conflict_between_regnos): Revert
350         the last change.
351         (set_conflicts_for_earlyclobber): Likewise.
352         (global_conflicts): Likewise.
353
354 2007-10-09  Kazu Hirata  <kazu@codesourcery.com>
355
356         * longlong.h (count_leading_zeros): Replace '{' and '}' with '%{'
357         and '%}', respectively.
358
359 2007-10-09  Kazu Hirata  <kazu@codesourcery.com>
360
361         * config/m68k/m68k.c (print_operand): Handle '{' and '}'.
362         * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Accept '{'
363         and '}'.
364         * config/m68k/m68k.md: Replace '{' with '%{' where '{' is
365         meant to be output.
366
367 2007-10-09  Richard Guenther  <rguenther@suse.de>
368
369         PR middle-end/33692
370         * gimplify.c (canonicalize_component_ref): Honor qualifiers
371         of referenced structure and component.
372
373 2007-10-09  Kenneth Zadeck <zadeck@naturalbridge.com>
374
375         PR middle-end/33669
376         * ra-conflict.c (record_one_conflict_between_regnos,
377         set_conflicts_for_earlyclobber, global_conflicts): Improved
378         logging.
379         (global_conflicts): Removed incorrect check.
380
381 2007-10-09  Richard Sandiford  <rsandifo@nildram.co.uk>
382
383         PR tree-optimization/33615
384         * tree-ssa-pre.c (compute_avail): Don't call make_values_for_stmt
385         if the statement might throw.  Fix formatting.
386
387 2007-10-09  Richard Sandiford  <rsandifo@nildram.co.uk>
388
389         PR tree-optimization/33615
390         * tree-ssa-loop-im.c (movement_possibility): Return MOVE_IMPOSSIBLE
391         if the rhs might throw.
392
393 2007-10-09  Jan Hubicka  <jh@suse.cz>
394
395         * invoke.texi (align-threshold, align-loop-iterations): Document.
396         * final.c: Include cfgloop.h, params.h
397         (compute_alignments): Dump decisions and compare them with loop
398         structure; honor given parameters.
399         (pass_compute_alignments): New dump file.
400         * params.def (PARAM_ALIGN_THRESHOLD, PARAM_ALIGN_LOOP_ITERATIONS): New.
401         * Makefile.in (final.o): Add dependency on cfgloop.h and params.h
402
403 2007-10-09  James E. Wilson  <wilson@specifix.com>
404
405         PR tree-optimization/33655
406         PR middle-end/22156
407         * tree-sra.c (bitfield_overlaps_p): When fld->element is INTEGER_CST,
408         convert it to bitsizetype before size_binop call.
409
410 2007-10-09  Alexandre Oliva  <aoliva@redhat.com>
411
412         PR tree-optimization/33572
413         * tree-inline.c (update_ssa_across_abnormal_edges): Tolerate
414         the absence of a corresponding edge from the exit block.
415
416 2007-10-09  Alexandre Oliva  <aoliva@redhat.com>
417
418         PR middle-end/22156
419         * tree-sra.c (instantiate_element): Use BYTES_BIG_ENDIAN for
420         bit-field layout.
421         (sra_build_assignment): Likewise.  Set up mask depending on
422         precision, not type.
423         (sra_build_bf_assignment): Use BYTES_BIG_ENDIAN.  Don't overflow
424         computing bit masks.
425         (sra_build_elt_assignment): Don't view-convert from signed to
426         unsigned.
427         (sra_explode_bitfield_assignment): Use bit-field type if
428         possible.  Use BYTES_BIG_ENDIAN.
429
430 2007-10-08  Alexandre Oliva  <aoliva@redhat.com>
431
432         PR middle-end/22156
433         * tree-sra.c (scalarize_lsdt): Fix thinko in testing whether
434         the original stmt can throw.
435         (sra_build_bf_assignment): Fix type mismatch when applying negated
436         mask.
437
438 2007-10-08  Geoffrey Keating  <geoffk@apple.com>
439
440         * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Register
441         '#pragma mark' to be executed at preprocessing time.
442
443 2007-10-08  Ollie Wild  <aaw@google.com>
444
445         * varasm.c (compare_constant): Removed call to
446         lang_hooks.expand_constant.
447         (copy_constants): Removed call to lang_hooks.expand_constant.
448         (compute_reloc_for_constant): Removed call to
449         lang_hooks.expand_constant.
450         (output_addressed_constants): Removed call to
451         lang_hooks.expand_constant.
452         (constructor_static_from_elts_p): Removed call to
453         lang_hooks.expand_constant.
454         (output_constant): Removed calls to lang_hooks.expand_constant.
455         * langhooks.h (struct lang_hooks): Removed field expand_constant.
456         * langhooks-def.h (lhd_return_tree): Removed.
457         (LANG_HOOKS_EXPAND_CONSTANT): Removed.
458         (LANG_HOOKS_INITIALIZER): Removed LANG_HOOKS_EXPAND_CONSTANT.
459         * langhooks.c (lhd_return_tree): Removed.
460
461 2007-10-08  Mark Shinwell  <shinwell@codesourcery.com>
462
463         * combine.c (setup_incoming_promotions): Ensure that
464         arguments that have not undergone mode promotions do not
465         incorrectly get marked as being sign- or zero-extended.
466
467 2007-10-08  Richard Guenther  <rguenther@suse.de>
468
469         PR middle-end/33693
470         PR middle-end/33695
471         PR middle-end/33697
472         * fold-const.c (fold_binary): Use correct types in folding
473         of a * (1 << b) to (a << b).  Likewise for ~A & ~B to ~(A | B)
474         and building of RROTATE_EXPR.
475
476 2007-10-08  Richard Guenther  <rguenther@suse.de>
477
478         PR middle-end/33691
479         PR middle-end/33694
480         PR middle-end/33696
481         * fold-const.c (fold_binary): Use the correct types when
482         folding (A | CST1) & CST2 to (A & CST2) | (CST1 & CST2).
483         (fold_binary): Use the correct types when folding
484         (-A) - B to (-B) - A.
485         (fold_unary): Use the correct types when folding ~(X).
486
487 2007-10-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
488
489         * doc/invoke.texi (Wall): fix formatting issues.
490         
491 2007-10-07  Richard Sandiford  <rsandifo@nildram.co.uk>
492
493         * simplify-rtx.c (simplify_binary_operation_1): Canonicalize
494         truncated shift counts.
495
496 2007-10-07  Kazu Hirata  <kazu@codesourcery.com>
497
498         * config/m68k/m68k.c, config/m68k/m68k.md: Use the assembly
499         syntax for ASSEMBLER_DIALECT.
500         * config/m68k/m68k.h (ASSEMBLER_DIALECT): New.
501
502 2007-10-06  Eric Botcazou  <ebotcazou@adacore.com>
503             Nathan Froyd  <froydnj@codesourcery.com>
504
505         * dwarf2out.c (dwarf2out_frame_init): Check for DWARF2_FRAME_INFO
506         when determining whether to record INCOMING_RETURN_ADDR_RTX.
507
508 2007-10-06  Eric Botcazou  <ebotcazou@adacore.com>
509
510         Revert:
511         2007-02-12  Eric Botcazou  <ebotcazou@adacore.com>
512
513         * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
514         * cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on
515         the function, temporarily point the debug interface to the null one.
516
517 2007-10-06  Alexandre Oliva  <aoliva@redhat.com>
518
519         PR tree-optimization/33655
520         PR middle-end/22156
521         * tree-sra.c (bitfield_overlaps_p): Handle array and complex
522         elements.
523
524 2007-10-06  Alexandre Oliva  <aoliva@redhat.com>
525
526         PR tree-optimization/33572
527         * tree-cfg.c (verify_stmts): Check for missing PHI defs.
528         * tree-inline.c (update_ssa_across_eh_edges): Renamed to...
529         (update_ssa_across_abnormal_edges): ... this.  Set slots in the
530         return PHI node.
531         (copy_edges_for_bb): Handle nonlocal label edges.
532         (make_nonlocal_label_edges): Deleted.
533         (optimize_inline_calls): Don't call it.
534
535 2007-10-05  Hans-Peter Nilsson  <hp@axis.com>
536
537         * gthr-single.h: Revert last change.
538
539 2007-10-05  Michael Matz  <matz@suse.de>
540
541         PR middle-end/33667
542         * lower-subreg.c (decompose_multiword_subregs): Use
543         validate_unshare_change().
544
545 2007-10-05  Peter Bergner  <bergner@vnet.ibm.com>
546
547         * ra-conflict.c: Include "sparseset.h".
548         (conflicts): Change to HOST_WIDEST_FAST_INT.
549         (allocnos_live): Redefine variable as a sparseset.
550         (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE, GET_ALLOCNO_LIVE): Delete macros.
551         (allocno_row_words): Removed global variable.
552         (partial_bitnum, max_bitnum, adjacency_pool, adjacency): New variables.
553         (CONFLICT_BITNUM, CONFLICT_BITNUM_FAST): New defines.
554         (conflict_p, set_conflict_p, set_conflicts_p): New functions.
555         (record_one_conflict_between_regnos): Cache allocno values and reuse.
556         Use set_conflict_p.
557         (record_one_conflict): Update uses of allocnos_live to use
558         the sparseset routines.  Use set_conflicts_p.
559         (mark_reg_store): Likewise.
560         (set_reg_in_live): Likewise.
561         (global_conflicts): Update uses of allocnos_live.
562         Use the new adjacency list to visit an allocno's neighbors
563         rather than iterating over all possible allocnos.
564         Call set_conflicts_p to setup conflicts rather than adding
565         them manually.
566         * global.c: Comments updated.  
567         (CONFLICTP): Delete define.
568         (regno_compare): New function.  Add prototype.
569         (global_alloc): Sort the allocno to regno mapping according to
570         which basic blocks the regnos are referenced in.  Modify the
571         conflict bit matrix to a compressed triangular bitmatrix.
572         Only allocate the conflict bit matrix and adjacency lists if
573         we are actually going to allocate something.
574         (expand_preferences): Use conflict_p.  Update uses of allocnos_live.
575         (prune_preferences): Use the FOR_EACH_CONFLICT macro to visit an
576         allocno's neighbors rather than iterating over all possible allocnos.
577         (mirror_conflicts): Removed function.
578         (dump_conflicts): Iterate over regnos rather than allocnos so
579         that all dump output will be sorted by regno number.
580         Use the FOR_EACH_CONFLICT macro.
581         * ra.h: Comments updated.
582         (conflicts): Update prototype to HOST_WIDEST_FAST_INT.
583         (partial_bitnum, max_bitnum, adjacency, adjacency_pool): Add prototypes.
584         (ADJACENCY_VEC_LENGTH, FOR_EACH_CONFLICT): New defines.
585         (adjacency_list_d, adjacency_iterator_d): New types.
586         (add_neighbor, adjacency_iter_init, adjacency_iter_done,
587         adjacency_iter_next, regno_basic_block): New static inline functions.
588         (EXECUTE_IF_SET_IN_ALLOCNO_SET): Removed define.
589         (conflict_p): Add function prototype.
590         * sparseset.h, sparseset.c: New files.
591         * Makefile.in (OBJS-common): Add sparseset.o.
592         (sparseset.o): New rule.
593
594 2007-10-05  Richard Guenther  <rguenther@suse.de>
595
596         PR middle-end/33666
597         * fold-const.c (fold_unary): Do not fold (long long)(int)ptr
598         to (long long)ptr.
599
600 2007-10-05  Michael Matz  <matz@suse.de>
601
602         PR inline-asm/33600
603         * function.c (match_asm_constraints_1): Check for input
604         being used in the outputs.
605
606 2007-10-05  Richard Guenther  <rguenther@suse.de>
607
608         * tree-cfg.c (verify_gimple_expr): Accept OBJ_TYPE_REF.
609
610 2007-10-05  Richard Sandiford  <rsandifo@nildram.co.uk>
611
612         PR target/33635
613         * config/mips/mips.c (mips_register_move_cost): Rewrite to use
614         subset checks.  Make the cost of FPR -> FPR moves depend on
615         mips_mode_ok_for_mov_fmt_p.
616
617 2007-10-04  Doug Kwan  <dougkwan@google.com>
618
619         * gthr-posix.h (__gthread_cond_broadcast, __gthread_cond_wait,
620         __gthread_cond_wait_recursive): Add to extend interface for POSIX
621         conditional variables. (__GTHREAD_HAS_COND): Macro defined to signify
622         support of conditional variables.
623         * gthr-posix95.h (__gthread_cond_broadcast, __gthread_cond_wait,
624         __gthread_cond_wait_recursive): Add to extend interface for POSIX
625         conditional variables. (__GTHREAD_HAS_COND): Macro defined to signify
626         support of conditional variables.
627         * gthr-single.h (__gthread_cond_broadcast, __gthread_cond_wait,
628         __gthread_cond_wait_recursive): Add to extend interface for POSIX
629         conditional variables.
630         * gthr.h: Update comments to document new interface.
631
632 2007-10-04  Geoffrey Keating  <geoffk@apple.com>
633
634         * cgraphunit.c (cgraph_build_static_cdtor): Don't set
635         DECL_IGNORED_P.
636
637 2007-10-04  Anatoly Sokolov <aesok@post.ru>
638
639         * config/avr/avr.c (expand_epilogue): Don't set RTX_FRAME_RELATED_P.
640
641 2007-10-04  Richard Guenther  <rguenther@suse.de>
642
643         PR middle-end/33641
644         * tree-cfg.c (verify_gimple_expr): Operand one of POINTER_PLUS_EXPR
645         does not need to be of INTEGER_TYPE.
646         (verify_gimple_2): New function split out from ...
647         (verify_gimple_1): ... here.  ICE if there was an error during
648         verification.
649
650 2007-10-04  Michael Matz  <matz@suse.de>
651
652         PR rtl-optimization/33653
653         * dce.c (deletable_insn_p_1): Use volatile_refs_p().
654         * dse.c (scan_insn): Same.
655
656 2007-10-04  Kazu Hirata  <kazu@codesourcery.com>
657
658         * config.gcc: Remove USE_GAS for m68k targets.
659
660 2007-10-04  Richard Guenther  <rguenther@suse.de>
661
662         PR tree-optimization/33627
663         * tree-gimple.h (canonicalize_cond_expr_cond): Declare.
664         * tree-gimple.c (canonicalize_cond_expr_cond): New function,
665         split out from ...
666         * tree-ssa-forwprop.c (combine_cond_expr_cond): ... here.
667         * tree-ssa-ifcombine.c (ifcombine_iforif): Use it.
668
669 2007-10-04  Anatoly Sokolov <aesok@post.ru>
670
671         * config/avr/avr.c (commands_in_file, commands_in_prologues, 
672         commands_in_epilogues): Remove variables.
673         (avr_file_start): Remove unneded initializations of commands_in_file,
674         commands_in_prologues and commands_in_epilogues variables.
675         (avr_file_end): Remove dead code.
676
677 2007-10-04  Kazu Hirata  <kazu@codesourcery.com>
678
679         * config/m68k/m68k.c (m68k_output_movem): Use the MOTOROLA if
680         MOTOROLA is to true.
681
682 2007-10-03  Richard Sandiford  <rsandifo@nildram.co.uk>
683
684         PR target/33635
685         * config/mips/mips-protos.h (mips_split_64bit_move): Rename to...
686         (mips_split_doubleword_move): ...this.
687         * config/mips/mips.c (mips_subword): Extend to handle 64-bit words;
688         use natural endianness for multi-format FPR values.
689         (mips_split_64bit_move): Rename to...
690         (mips_split_doubleword_move): ...this and extend to 64-bit words.
691         Use move_doubleword_fpr* patterns for moves involving FPRs.
692         (mips_save_reg): Update the call to mips_split_64bit_move.
693         (mips_secondary_reload_class): Return NO_REGS for any reload of a
694         nonzero constant into an FPR if the constant can be forced to memory.
695         * config/mips/mips.md: Update the splitter calls to
696         mips_split_64bit_move.
697         (UNSPEC_LOAD_DF_LOW): Rename to...
698         (UNSPEC_LOAD_LOW): ...this.
699         (UNSPEC_LOAD_DF_HIGH): Rename to...
700         (UNSPEC_LOAD_HIGH): ...this.
701         (UNSPEC_STORE_DF_HIGH): Rename to...
702         (UNSPEC_STORE_WORD): ...this.
703         (SPLITF): New mode iterator.
704         (HALFMODE): New mode attribute.
705         (movtf): New expander.
706         (*movtf_internal): New define_insn_and_split.
707         (move_doubleword_fpr<mode>): New expander.
708         (load_df_low, load_df_high, store_df_high, mthc1, mfhc1): Replace
709         with...
710         (load_low<mode>, load_high<mode>, store_word<mode>, mthc1<mode>)
711         (mfhc1<mode>): ...these more general patterns.
712
713 2007-10-03  Alexandre Oliva  <aoliva@redhat.com>
714
715         * cfgrtl.c (rtl_block_ends_with_call_p): Skip notes at the end.
716
717 2007-10-03  Alexandre Oliva  <aoliva@redhat.com>
718
719         * gcse.c (hash_scan_set): Insert set in insn before note at
720         the end of basic block.
721
722 2007-10-03  Sebastian Pop  <sebastian.pop@amd.com>
723
724         PR tree-optimization/33576
725         * testsuite/gcc.dg/tree-ssa/pr33576.c: New.
726         * tree-loop-linear.c (linear_transform_loops): Call remove_iv.
727         * lambda.h (lambda_loopnest_to_gcc_loopnest): New parameter.
728         (remove_iv): Declared.
729         * lambda-code.c (remove_iv): Not static.
730         (lambda_loopnest_to_gcc_loopnest): New parameter remove_ivs.
731         Don't remove ivs there, save ivs in the buffer.
732
733 2007-10-03  Jason Merrill  <jason@redhat.com>
734
735         PR c++/15764
736         * tree-eh.c (same_handler_p): New fn.
737         (optimize_double_finally): New fn.
738         (refactor_eh_r): New fn.
739         (refactor_eh): New fn.
740         (pass_refactor_eh): New pass.
741         * tree-pass.h: Declare it.
742         * passes.c (init_optimization_passes): Add it.
743
744 2007-10-03  Doug Kwan  <dougkwan@google.com>
745         Richard Guenther  <rguenther@suse.de>
746
747         PR debug/31899
748         * dwarf2out.c (reference_to_unused): Disable sanity checking,
749         be conservative instead.
750
751 2007-10-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
752
753         PR fortran/26682
754         * doc/invoke.texi (-fwhole-program): Document that Fortran
755         doesn't support this option.
756
757 2007-10-02  Richard Sandiford  <rsandifo@nildram.co.uk>
758
759         PR middle-end/33617
760         * expr.c (expand_expr_addr_expr_1): Pass CONSTRUCTORs to
761         expand_expr.
762
763 2007-10-02  David Daney  <ddaney@avtrex.com>
764
765         * config/mips/mips.md (sync_compare_and_swap<mode>): Handle compare
766         against constant zero.
767         * config/mips/mips.h (MIPS_COMPARE_AND_SWAP):  Handle constant zero
768         operand.
769
770 2007-09-02  Kenneth Zadeck <zadeck@naturalbridge.com>
771
772         * ra-conflict.c: New file.
773         * ra.h: New file.
774         * reload.c (push_reload, find_dummy_reload): Change DF_RA_LIVE
775         usage to DF_LIVE usage.
776         (reload): Remove reference to df_get_live_top.
777         * rtlanal.c (subreg_nregs_with_regno): New function.  
778         * df-scan.c (df_def_record_1, df_uses_record): Add code to set
779         DF_REF_EXTRACT, DF_REF_STRICT_LOWER_PART, and DF_REF_SUBREG flags.
780         (df_has_eh_preds): Removed.
781         (df_bb_refs_collect, df_bb_refs_collect, df_bb_refs_collect,
782         df_exit_block_uses_collect): Changed call from df_has_eh_preds to
783         bb_has_eh_pred.
784         * global.c (allocno, max_allocno, conflicts, allocno_row_words,
785         reg_allocno, EXECUTE_IF_SET_IN_ALLOCNO_SET): Moved to ra.h
786         (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Moved to ra-conflicts.c.
787         (regs_set, record_one_conflict, record_conflicts, mark_reg_store,
788         mark_reg_clobber, mark_reg_conflicts, mark_reg_death): Deleted.
789         (global_alloc): Turn off rescanning insns after call to
790         global_conflicts and added call to set_preferences.
791         (global_conflicts): Moved to ra-alloc.c.
792         (set_preferences_1, set_preferences): New function.
793         (mirror_conflicts): Changed types for various variables.
794         (mark_elimination): Change DF_RA_LIVE
795         usage to DF_LIVE usage.
796         (build_insn_chain): Rewritten from scratch and made local.
797         (print_insn_chain, print_insn_chains): New functions.
798         (dump_conflicts): Do not print conflicts for fixed_regs.
799         (rest_of_handle_global_alloc): Turn off insn rescanning.
800         * hard-reg-set.h: Fixed comment.
801         * local-alloc.c (update_equiv_regs): Change DF_RA_LIVE
802         usage to DF_LIVE usage and delete refs to TOP sets.
803         (block_alloc): Mark regs as live if they are in the artificial
804         defs at top of block.
805         (find_stack_regs): New function.
806         (rest_of_handle_local_alloc): Changed urec problem to live
807         problem and do not turn off df rescanning.
808         * df.h (DF_UREC, DF_UREC_BB_INFO, DF_LIVE_TOP, DF_RA_LIVE_IN,
809         DF_RA_LIVE_TOP, DF_RA_LIVE_OUT, df_urec_bb_info, df_urec,
810         df_urec_add_problem, df_urec_get_bb_info, df_has_eh_preds): Removed.
811         (DF_CHAIN, DF_NOTE, DF_CHAIN): Renumbered.
812         (DF_REF_EXTRACT, DF_REF_STRICT_LOWER_PART, DF_REF_SUBREG): New
813         fields in df_ref_flags.  The rest have been renumbered.  
814         * init-regs.c (initialize_uninitialized_regs): Enhanced debugging
815         at -O1.
816         * rtl.h (subreg_nregs_with_regno): New function.
817         * df-problems.c: (df_get_live_out, df_get_live_in,
818         df_get_live_top): Removed reference to DF_RA_LIVE.
819         (df_lr_reset, df_lr_transfer_function, df_live_free_bb_info,
820         df_live_alloc, df_live_reset, df_live_local_finalize,
821         df_live_free): Make top set only if different from in set.
822         (df_lr_top_dump, df_live_top_dump): Only print top set if
823         different from in set.
824         (df_lr_bb_local_compute): Removed unnecessary check.
825         (df_urec_problem_data, df_urec_set_bb_info, df_urec_free_bb_info, 
826         df_urec_alloc, df_urec_mark_reg_change, earlyclobber_regclass, 
827         df_urec_check_earlyclobber, df_urec_mark_reg_use_for_earlyclobber,
828         df_urec_mark_reg_use_for_earlyclobber_1, df_urec_bb_local_compute,
829         df_urec_local_compute, df_urec_init, df_urec_local_finalize, 
830         df_urec_confluence_n, df_urec_transfer_function, df_urec_free, 
831         df_urec_top_dump, df_urec_bottom_dump, problem_UREC,
832         df_urec_add_problem): Removed.
833         (df_simulate_fixup_sets): Changed call from df_has_eh_preds to
834         bb_has_eh_pred. 
835         * Makefile.in (ra-conflict.o, ra.h): New dependencies.
836         * basic_block.h (bb_has_abnormal_pred): New function.
837         * reload1.c (compute_use_by_pseudos): Change DF_RA_LIVE
838         usage to DF_LIVE usage.
839         
840 2007-10-02  Revital Eres  <eres@il.ibm.com>
841
842         * config/rs6000/predicates.md (easy_vector_constant): Return false
843         for 750CL paired vectors.
844         * config/rs6000/paired.md (movv2sf_paired): Fix move of easy
845         vector constant.
846         (vec_initv2sf): Add new description.
847         (vconcatsf): Likewise.
848         * config/rs6000/rs6000-protos.h: Declare paired_expand_vector_init.
849         * config/rs6000/rs6000.c (paired_expand_vector_init): New function.
850
851 2007-10-01  Alexandre Oliva  <aoliva@redhat.com>
852
853         * tree-ssa-sink.c (sink_code_in_bb): Don't stop sinking after
854         sinking the last stmt in a BB.
855
856 2007-10-01  Alexandre Oliva  <aoliva@redhat.com>
857
858         PR middle-end/22156
859         * tree-sra.c (struct sra_elt): Add in_bitfld_block.
860         (sra_hash_tree): Handle BIT_FIELD_REFs.
861         (sra_elt_hash): Don't hash bitfld blocks.
862         (sra_elt_eq): Skip them in parent compares as well.  Handle
863         BIT_FIELD_REFs.
864         (build_element_name_1): Handle BIT_FIELD_REFs.
865         (instantiate_element): Propagate nowarn from parents.  Create
866         BIT_FIELD_REF for variables that are widened by scalarization.
867         Gimple-zero-initialize all bit-field variables that are not
868         part of parameters that are going to be scalarized on entry.
869         (instantiate_missing_elements_1): Return the sra_elt.
870         (canon_type_for_field): New.
871         (try_instantiate_multiple_fields): New.  Infer widest possible
872         access mode from decl or member type, but clip it at word
873         size, and only widen it if a field crosses an alignment
874         boundary.
875         (instantiate_missing_elements): Use them.
876         (generate_one_element_ref): Handle BIT_FIELD_REFs.
877         (scalar_bitfield_p): New.
878         (sra_build_assignment): Optimize assignments from scalarizable
879         BIT_FIELD_REFs.  Use BITS_BIG_ENDIAN to determine shift
880         counts.
881         (REPLDUP): New.
882         (sra_build_bf_assignment): New.  Optimize assignments to
883         scalarizable BIT_FIELD_REFs.
884         (sra_build_elt_assignment): New.  Optimize BIT_FIELD_REF
885         assignments to full variables.
886         (generate_copy_inout): Use the new macros and functions.
887         (generate_element_copy): Likewise.  Handle bitfld differences.
888         (generate_element_zero): Don't recurse for blocks.  Use
889         sra_build_elt_assignment.
890         (generate_one_element_init): Take elt instead of var.  Use
891         sra_build_elt_assignment.
892         (generate_element_init_1): Adjust.
893         (bitfield_overlap_info): New struct.
894         (bitfield_overlaps_p): New.
895         (sra_explode_bitfield_assignment): New.  Adjust widened
896         variables to account for endianness.
897         (sra_sync_for_bitfield_assignment): New.
898         (scalarize_use): Re-expand assignment to/from scalarized
899         BIT_FIELD_REFs.  Explode or sync needed members for
900         BIT_FIELD_REFs accesses or assignments.  Use REPLDUP.
901         (scalarize_copy): Use REPLDUP.
902         (scalarize_ldst): Move assert before dereference.  Adjust EH
903         handling.
904         (dump_sra_elt_name): Handle BIT_FIELD_REFs.
905
906 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
907
908         * simplify-rtx.c (comparison_result, simplify_relational_operation_1):
909         Rename CR_* constants to CMP_*.  Fix spacing.
910
911 2007-10-01  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
912
913         PR other/33585
914         * Makefile.in (build_html_dir/gccinstall): gccinstall.texi needs
915         to be processed with the special script doc/install.texi2html.
916         
917 2007-09-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
918
919         * doc/invoke.texi (Wall): List the options enabled by Wall.
920         (Wstrict-aliasing): Add missing @option.
921         
922 2007-09-30  Richard Sandiford  <rsandifo@nildram.co.uk>
923
924         * config/mips/mips.c (mips_split_64bit_move): Use gen_rtx_REG_offset
925         rather than gen_lowpart to change a register from DImode to DFmode.
926         (mips_cannot_change_mode_class): Only allow FPRs to change mode if
927         both FROM and TO are integer modes that are no bigger than 4 bytes.
928         (mips_mode_ok_for_mov_fmt_p): New function.
929         (mips_preferred_reload_class): Use it instead of FLOAT_MODE_P.
930         (mips_secondary_reload_class): Tweak formatting and comments.
931         Use reg_class_subset_p instead of direct comparisons with
932         classes.  Only allow direct FPR<->FPR moves for modes that
933         satisfy mips_mode_ok_for_mov_fmt_p.  Only allow loads and stores
934         for 4- and 8-byte types.  Handle reloads in which X is an FPR.
935         * config/mips/mips.md (*movdi_gp32_fp64): Remove f<-f alternative.
936         (*movdi_64bit): Likewise.
937         (*movsi_internal): Likewise.
938         (*movhi_internal): Likewise.
939         (*movqi_internal): Likewise.
940
941 2007-09-30  Diego Novillo  <dnovillo@google.com>
942
943         PR 33593
944         * tree-ssa-ter.c (is_replaceable_p): Return false if STMT may
945         throw an exception.
946
947 2007-09-30  Uros Bizjak  <ubizjak@gmail.com>
948
949         PR tree-optimization/33597
950         * tree-vect-analyze.c (vect_build_slp_tree): Check if optab handler
951         for LSHIFT_EXPR and RSHIFT_EXPR is available for vec_mode.
952
953 2007-09-28  Uros Bizjak  <ubizjak@gmail.com>
954
955         * config/i386/i386.c (ix86_expand_move): Use can_create_pseudo_p ()
956         instead of variants of (!reload_in_progress && !reload_completed).
957         (x86_expand_vector_move): Ditto.
958
959 2007-09-28  Ollie Wild  <aaw@google.com>
960
961         Revert
962         2007-09-27  Ollie Wild  <aaw@google.com>
963
964         * varasm.c (compare_constant): Removed call to
965         lang_hooks.expand_constant.
966         (copy_constants): Removed call to lang_hooks.expand_constant.
967         (compute_reloc_for_constant): Removed call to
968         lang_hooks.expand_constant.
969         (output_addressed_constants): Removed call to
970         lang_hooks.expand_constant.
971         (constructor_static_from_elts_p): Removed call to
972         lang_hooks.expand_constant.
973         (output_constant): Removed calls to lang_hooks.expand_constant.
974         * langhooks.h (struct lang_hooks): Removed field expand_constant.
975         * langhooks-def.h (lhd_return_tree): Removed.
976         (LANG_HOOKS_EXPAND_CONSTANT): Removed.
977         (LANG_HOOKS_INITIALIZER): Removed LANG_HOOKS_EXPAND_CONSTANT.
978         * langhooks.c (lhd_return_tree): Removed.
979
980 2007-09-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
981
982         PR target/33347
983         * config/spu/spu.c (spu_expand_insv): Call copy_rtx on the second
984         argument to gen_selb.
985
986 2007-09-28  Chao-ying Fu  <fu@mips.com>
987
988         * libgcc-std.ver: Add fixed-point routines to GCC_4.3.0 section.
989         * doc/libgcc.texi (Fixed-point fractional library routines):
990         Fix typos for neg and cmp functions.
991
992 2007-09-28  Michael Matz  <matz@suse.de>
993
994         PR rtl-optimization/33552
995         * function.c (match_asm_constraints_1): Check for overlap in
996         inputs and replace all occurences.
997
998 2007-09-28  Richard Sandiford  <rsandifo@nildram.co.uk>
999
1000         * config/mips/mips.c (override_options): Fix comment typo.
1001
1002 2007-09-28  Jie Zhang  <jie.zhang@analog.com>
1003
1004         * config.gcc (bfin*-linux-uclibc*): Set extra_parts
1005         to "crtbegin.o crtbeginS.o crtend.o crtendS.o".
1006         * config/bfin/t-bfin-linux (crti.o): Don't build.
1007         (crtn.o): Likewise.
1008         (EXTRA_MULTILIB_PARTS): Remove crti.o and crtn.o.
1009         * config/bfin/t-bfin-uclinux (crti.o): Don't build.
1010         (crtn.o): Likewise.
1011         (EXTRA_MULTILIB_PARTS): Remove crti.o and crtn.o.
1012
1013 2007-09-27  Ollie Wild  <aaw@google.com>
1014
1015         * varasm.c (compare_constant): Removed call to
1016         lang_hooks.expand_constant.
1017         (copy_constants): Removed call to lang_hooks.expand_constant.
1018         (compute_reloc_for_constant): Removed call to
1019         lang_hooks.expand_constant.
1020         (output_addressed_constants): Removed call to
1021         lang_hooks.expand_constant.
1022         (constructor_static_from_elts_p): Removed call to
1023         lang_hooks.expand_constant.
1024         (output_constant): Removed calls to lang_hooks.expand_constant.
1025         * langhooks.h (struct lang_hooks): Removed field expand_constant.
1026         * langhooks-def.h (lhd_return_tree): Removed.
1027         (LANG_HOOKS_EXPAND_CONSTANT): Removed.
1028         (LANG_HOOKS_INITIALIZER): Removed LANG_HOOKS_EXPAND_CONSTANT.
1029         * langhooks.c (lhd_return_tree): Removed.
1030
1031 2007-09-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1032
1033         PR middle-end/33436
1034         * expr.c (emit_group_load_1): Split constant double when destination
1035         length is half source length.
1036
1037 2007-09-27  Richard Sandiford  <rsandifo@nildram.co.uk>
1038
1039         * config/mips/mips.h (PTF_AVOID_BRANCHLIKELY): New macro.
1040         (mips_cpu_info): Add tune_flags.
1041         (GENERATE_BRANCHLIKELY): Remove TARGET_SR71K check.
1042         * config/mips/mips.c (mips_cpu_info_table): Add tune_flags fields.
1043         Remove end marker.
1044         (override_options): Remove deprecation code.  Use branch-likely
1045         instructions for optimize_size or if the tuning flags do not
1046         suggest otherwise.  Tweak warning.
1047         (mips_matching_cpu_name_p, mips_parse_cpu): Use ARRAY_SIZE.
1048
1049 2007-09-27  Matthias Klose  <doko@ubuntu.com>
1050
1051         * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the
1052         multilib osdirname if it exists.
1053         * config/rs6000/t-linux64 (MULTILIB_OSDIRNAMES): Likewise.
1054
1055 2007-09-27  Ian Lance Taylor  <iant@google.com>
1056
1057         PR tree-optimization/33565
1058         * tree-ssa-loop-ch.c (copy_loop_headers): Set TREE_NO_WARNING on
1059         assignments of comparisons.
1060         * tree-ssa-sccvn.c (simplify_binary_expression): Add stmt
1061         parameter.  Change caller.  Defer overflow warnings around call to
1062         fold_binary.
1063         * fold-const.c (fold_undefer_overflow_warnings): Don't warn if
1064         TREE_NO_WARNING is set on the statement.
1065         * tree-ssa-forwprop.c
1066         (tree_ssa_forward_propagate_single_use_vars): Don't test
1067         TREE_NO_WARNING when calling fold_undefer_overflow_warnings.
1068         * tree-cfg.c (fold_cond_expr_cond): Likewise.
1069
1070 2007-09-27  Joseph Myers  <joseph@codesourcery.com>
1071
1072         * config/rs6000/rs6000.c (rs6000_legitimize_address): Do not
1073         reduce offset by units of 0x10000 for SPE vector modes or modes
1074         used with E500 double instructions.
1075
1076 2007-09-04  Paolo Bonzini  <bonzini@gnu.org>
1077
1078         * simplify-rtx.c (comparison_result): New.
1079         (simplify_const_relational_operation): Use it instead of the five
1080         "equal|op[01]ltu?" variables; consequently remove redundant "else"s.
1081         Improve bounds-checking optimizations; remove subsumed POPCOUNT
1082         optimizations.  Extract nonzero_address_p optimizations into a
1083         separate "if" together with optimizations where op1 is const0_rtx.
1084         Optimize comparing an IOR with zero.  Simplify op0 RELOP op0 for
1085         floating-point arguments too when appropriate.  Hoist test for ABS
1086         outside the final switch statement.
1087         * cse.c (fold_rtx): Don't look for an IOR equivalent of
1088         folded_arg0 if we found a constant equivalent.  Remove
1089         transformations done in simplify-rtx.c for "op0 RELOP op0".
1090
1091 2007-09-27  Jakub Jelinek  <jakub@redhat.com>
1092
1093         * builtins.c (expand_builtin, expand_builtin_object_size,
1094         expand_builtin_memory_chk, maybe_emit_chk_warning,
1095         maybe_emit_sprintf_chk_warning): Use new %K format string specifier
1096         for diagnostics.
1097         * expr.c (expand_expr_real_1): Likewise.
1098         * langhooks-def.h (struct diagnostic_info): Add forward decl.
1099         (lhd_print_error_function): Add third argument.
1100         * langhooks.h (struct diagnostic_info): Add forward decl.
1101         (struct lang_hooks): Add third argument to print_error_function.
1102         * diagnostic.h (diagnostic_info): Add abstract_origin field.
1103         (diagnostic_last_function_changed, diagnostic_set_last_function): Add
1104         second argument.
1105         (diagnostic_report_current_function): Likewise.
1106         * toplev.c (announce_function): Pass NULL as second argument to
1107         diagnostic_set_last_function.
1108         * diagnostic.c (diagnostic_report_current_function): Add second
1109         argument, pass it as third argument to lang_hooks.print_error_function.
1110         (default_diagnostic_starter): Pass DIAGNOSTIC as second argument
1111         to diagnostic_report_current_function.
1112         (diagnostic_report_diagnostic): Initialize diagnostic->abstract_origin
1113         and message.abstract_origin.
1114         (verbatim): Initialize abstract_origin.
1115         * pretty-print.h (text_info): Add abstract_origin field.
1116         * pretty-print.c (pp_base_format): Handle %K.
1117         * langhooks.c (lhd_print_error_function): Add third argument.  If
1118         diagnostic->abstract_origin, print virtual backtrace.
1119         * c-format.c (gcc_diag_char_table, gcc_tdiag_char_table,
1120         gcc_cdiag_char_table, gcc_cxxdiag_char_table): Support %K.
1121         (init_dynamic_diag_info): Likewise.
1122
1123 2007-09-26  David Daney  <ddaney@avtrex.com>
1124
1125         PR target/33479
1126         * config/mips/mips.md (sync_compare_and_swap<mode>, sync_old_add<mode>,
1127         sync_new_add<mode>, sync_old_<optab><mode>, sync_new_<optab><mode>,
1128         sync_old_nand<mode>, sync_new_nand<mode>,
1129         sync_lock_test_and_set<mode>): Fix '&' constraint modifiers.
1130         Update length attributes.
1131         (sync_add<mode>, sync_sub<mode>, sync_old_sub<mode>,
1132         sync_new_sub<mode>, sync_<optab><mode>, sync_nand<mode>): Update
1133         length attributes.
1134         * config/mips/mips.h (MIPS_COMPARE_AND_SWAP, MIPS_SYNC_OP,
1135         MIPS_SYNC_OLD_OP, MIPS_SYNC_NEW_OP, MIPS_SYNC_NAND,
1136         MIPS_SYNC_OLD_NAND, MIPS_SYNC_NEW_NAND, MIPS_SYNC_EXCHANGE): Add
1137         post-loop sync.
1138
1139 2007-09-26  Richard Guenther  <rguenther@suse.de>
1140
1141         PR tree-optimization/33563
1142         * tree-ssa-dse.c (get_use_of_stmt_lhs): Rename to ...
1143         (get_kill_of_stmt_lhs): ... this.  Re-structure.  Handle
1144         aggregate stores.
1145         (dse_optimize_stmt): Call get_kill_of_stmt_lhs instead of
1146         get_use_of_stmt_lhs.
1147
1148 2007-09-26  Joseph Myers  <joseph@codesourcery.com>
1149
1150         PR c/25309
1151         * c-common.c (complete_array_type): Diagnose too-large arrays and
1152         set type to error_mark_node.
1153
1154 2007-09-26  Richard Guenther  <rguenther@suse.de>
1155
1156         PR tree-optimization/30375
1157         PR tree-optimization/33560
1158         * tree-ssa-dse.c (get_use_of_stmt_lhs): Give up on uses
1159         with calls.
1160
1161         Revert
1162         2006-05-22  Aldy Hernandez  <aldyh@redhat.com>
1163
1164         * tree-ssa-dse.c (aggregate_vardecl_d): New.
1165         (dse_global_data): Add aggregate_vardecl field.
1166         (dse_possible_dead_store_p): New.
1167         Add prev_defvar variable.
1168         Allow immediate uses and previous immediate uses to differ
1169         if they are setting different parts of the whole.
1170         (get_aggregate_vardecl): New.
1171         (dse_record_partial_aggregate_store): New.
1172         (dse_whole_aggregate_clobbered_p): New.
1173         (dse_partial_kill_p): New.
1174         Call dse_maybe_record_aggregate_store().
1175         When checking whether a STMT and its USE_STMT refer to the
1176         same memory address, check also for partial kills that clobber
1177         the whole.
1178         Move some variable definitions to the block where they are used.
1179         (aggregate_vardecl_hash): New.
1180         (aggregate_vardecl_eq): New.
1181         (aggregate_vardecl_free): New.
1182         (aggregate_whole_store_p): New.
1183         (tree_ssa_dse): Initialize and free aggregate_vardecl.
1184         Mark which aggregate stores we care about.
1185
1186 2007-09-25  DJ Delorie  <dj@redhat.com>
1187
1188         PR target/33551
1189         * config/m32c/m32c.c (m32c_immd_dbl_mov): Use INTVAL instead of
1190         XINT.
1191
1192 2007-09-25  Michael Meissner  <michael.meissner@amd.com>
1193
1194         PR target/33524
1195         * config/i386/i386.c (ix86_expand_sse5_unpack): Change to call
1196         gen_sse5_pperm_sign_v4si_v2di and gen_sse5_pperm_zero_v4si_v2di
1197         for vector int32 -> int64 conversions.  Don't write beyond the end
1198         of the allocated vector for int32 -> int64 conversions.
1199
1200 2007-09-25  Revital Eres  <eres@il.ibm.com>
1201
1202         * config/rs6000/paired.h (paired_sel): New.
1203         * config/rs6000/rs6000.c (bdesc_3arg): Add selv2sf4.
1204         (rs6000_expand_ternop_builtin): Pass zero const_double operand
1205         when expanding selv2sf.
1206         * config/rs6000/rs6000.h (rs6000_builtins): Add
1207         PAIRED_BUILTIN_SELV2SF4.
1208
1209 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1210
1211         PR c/32295
1212         * c-typeck.c (default_conversion): Call require_complete_type
1213         before perform_integral_promotions.
1214         (build_unary_op): Call require_complete_type except for ADDR_EXPR.
1215         (build_c_cast): Call require_complete_type except for casts to
1216         void types.
1217         (convert_for_assignment): Call require_complete_type.
1218
1219 2007-09-25  Revital Eres  <eres@il.ibm.com>
1220
1221         * config/spu/spu.md: Fix doloop pattern.
1222
1223 2007-09-25  Bernd Schmidt  <bernd.schmidt@analog.com>
1224
1225         * config/bfin/bfin.c (expand_prologue_reg_save,
1226         expand_epilogue_reg_restore): Code to save and restore I/M/B/L regs and
1227         ASTAT moved here...
1228         (expand_interrupt_handler_prologue, expand_interrupt_handler_epilogue):
1229         ... from here.  New argument ALL; callers changed.
1230         (n_regs_saved_by_prologue): Count ASTAT for plain saveall functions.
1231         (bfin_expand_prologue, bfin_expand_epilogue): Deal with functions that
1232         have the "saveall" attribute.
1233
1234 2007-09-25  Hans-Peter Nilsson  <hp@bitrange.com>
1235
1236         * config/mmix/mmix.h (FUNCTION_INCOMING_ARG_REGNO_P): Don't define
1237         bogus target macro.
1238         (INCOMING_REGNO, OUTGOING_REGNO): Define.
1239         * config/mmix/mmix.c (mmix_opposite_regno): New function.
1240         * config/mmix/mmix-protos.h (mmix_opposite_regno): Prototype.
1241
1242         * config/mmix/mmix.md ("*cmpcc_folded"): In condition, gate
1243         with REG_P tests before REGNO access.
1244
1245 2007-09-24  DJ Delorie  <dj@redhat.com>
1246
1247         PR target/31482
1248         * config/m32c/cond.md (stzx_reversed_<mode>): Add an output
1249         constraint.
1250         (movqicc_<code>_<mode>): Likewise.
1251         (movhicc_<code>_<mode>): Likewise.
1252
1253 2007-09-24  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1254
1255         PR target/33184
1256         * config/m32c/m32c.c (m32c_eh_return_data_regno): Leave an address
1257         register for reload.
1258
1259 2007-09-24  Danny Smith  <dannysmith@user.sourceforge.net>
1260
1261         PR c++/14688
1262         * config/i386/i386.c (ix86_comp_type_attributes): Check
1263         METHOD_TYPE too.
1264
1265 2007-09-24  Roman Zippel <zippel@linux-m68k.org> 
1266
1267         * config/m68k/m68k.h (ASM_OUTPUT_ALIGN_WITH_NOP): New, use
1268         "move.l %a4,%a4" to produce nops.
1269         * config/m68k/m68k.c (override_options): Reset align options,
1270         if neccessary align macro isn't avaible.
1271
1272 2007-09-24  Roman Zippel <zippel@linux-m68k.org> 
1273
1274         config/m68k/linux.h (PREFERRED_STACK_BOUNDARY): New.
1275
1276 2007-09-24  Roman Zippel <zippel@linux-m68k.org> 
1277
1278         * config/m68k/m68k.c (strict_low_part_peephole_ok): Don't leave
1279         the basic block.
1280         * config/m68k/m68k.md (movsi_m68k): Allow certain constant when
1281         reload is completed.
1282         (peephole pattern): Convert most of them to RTL peephole pattern.
1283
1284 2007-09-24  Roman Zippel <zippel@linux-m68k.org> 
1285
1286         * config/m68k/m68k.c (notice_update_cc): Recognize fp compare
1287         (moved from fp compare patterns).
1288         * config/m68k/m68k.md (cmp<mode>, cmp<mode>_68881, cmp<mode>_cf):
1289         Cleanup predicates to relieve reload.
1290         (conditional_trap): Reject conditional trap with fp condition.
1291         * gcc/config/m68k/predicates.md (fp_src_operand): New, reject
1292         certain constants early.
1293
1294 2007-09-24  Roman Zippel <zippel@linux-m68k.org>
1295
1296         * gcc/final.c (final_scan_insn): Remove accidentally duplicated code.
1297
1298 2007-09-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1299
1300         * config.gcc (powerpc*-*-*): --with-cpu=cell is a 64bit CPU.
1301         Allow --with-tune=cell and --with-cpu=cell.
1302
1303 2007-09-24  David Edelsohn  <edelsohn@gnu.org>
1304
1305         * config/rs6000/rs6000-protos.h (rs6000_emit_swrsqrtsf): Declare.
1306         * config/rs6000/rs6000.opt (swdiv): Change option to ...
1307         (recip): this.
1308         * config/rs6000/rs6000.c (rs6000_builtin_reciprocal): New
1309         function.
1310         (TARGET_BUILTIN_RECIPROCAL): Use it.
1311         (rs6000_builtin_expand): Expand recip, recipf, and rsqrtf.
1312         (rs6000_init_builtins): Initialize recip, recipf, and rsqrtf.
1313         (rs6000_emit_swrsqrtsf): New.
1314         * config/rs6000/rs6000.h (rs6000_builtins): Add recip, recipf, and
1315         rsqrtf. 
1316         * config/rs6000/rs6000.md (UNSPEC_RSQRT): Define.
1317         (divsf3): Remove swdiv support.
1318         (recipsf3): New.
1319         (rsqrtsf2): New.
1320         (rsqrt_internal1): New.
1321         (divdf3): Remove swdiv support.
1322         (reciptdf3): New.
1323
1324 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
1325
1326         PR c++/33506
1327         * langhooks.h (struct lang_hooks_for_types): Add type_hash_eq
1328         field.
1329         * langhooks-def.h (LANG_HOOKS_TYPE_HASH_EQ): Define.
1330         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_TYPE_HASH_EQ.
1331         * tree.c (type_hash_eq): For FUNCTION_TYPE use
1332         lang_hooks.type.type_hash_eq in addition to generic tests.
1333
1334 2007-09-24  Pranav Bhandarkar  <pranav.bhandarkar@celunite.com>
1335         Ramana Radhakrishnan  <ramana@hercules.pun.celunite.com>
1336
1337         * tree-inline.h (eni_weights): Add field target_builtin_cost to
1338         reflect the cost per call to a target specific builtin.
1339         * tree-inline.c (estimate_num_insns_1): If it is a CALL_EXPR for a
1340         call to a target specific builtin, then use target_builtin_call_cost.
1341         (init_inline_once): Initialize target_builtin_call_cost field.
1342
1343 2007-09-24  Kai Tietz  <kai.tietz@onevision.com>
1344
1345         PR middle-end/33472
1346         * config/i386/i386.c (return_in_memory_ms_64): Handle return types for
1347         complex types.
1348
1349 2007-09-23  H.J. Lu  <hongjiu.lu@intel.com>
1350
1351         * configure.ac (ld_vers): Support GNU linker version xx.xx.*
1352         * configure: Regenerated.
1353
1354 2007-09-23  Ollie Wild  <aaw@google.com>
1355
1356         * fold-const.c (fold_binary): Fold BIT_AND_EXPR's with a pointer
1357         operand.
1358         (get_pointer_modulus_and_residue): New function.
1359
1360 2007-09-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1361
1362         * config/mips/mips.c (build_mips16_call_stub): On 64-bit targets,
1363         combine an SC return value into a single register.
1364
1365 2007-09-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1366
1367         * opth-gen.awk (target_flags_explicit): Declare.
1368         * toplev.h (target_flags_explicit): Delete declaration.
1369         * toplev.c (target_flags): Likewise.
1370         * config/mips/mips.h (mips_llsc_setting, mips_llsc): Delete.
1371         (GENERATE_SYNC, GENERATE_LL_SC): Redefine using target_explicit_flags.
1372         Never return true for TARGET_MIPS16.
1373         * config/mips/mips.c (mips_llsc): Delete.
1374         (mips_handle_option): Remove -mllsc handling.
1375         (mips_strip_unspec_address): Tweak comment.
1376         * config/mips/mips.opt (mllsc): Use a target mask.
1377
1378 2007-09-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1379
1380         * doc/tm.texi (POINTERS_EXTEND_UNSIGNED): Document extensions to
1381         word_mode as well as Pmode.
1382
1383 2007-09-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1384
1385         * function.c (assign_parm_setup_block): Explicitly convert BLKmode
1386         parameters from word_mode to the subword type if such a truncation
1387         is not a no-op.
1388
1389 2007-09-23  Jakub Jelinek  <jakub@redhat.com>
1390
1391         * configure.ac (MAKEINFO): Handle makeinfo version 4.10 and above.
1392         * configure: Regenerated.
1393
1394 2007-09-23  Jan Hubicka  <jh@suse.cz>
1395
1396         * params.def (INLINE_CALL_COST): Set to 12.
1397         * invoke.texi (inline-call-cost): Update default value.
1398
1399 2007-09-23  Eric Botcazou  <ebotcazou@adacore.com>
1400
1401         * config/alpha/alpha.md (movti): Use operand_subword for the split.
1402
1403 2007-09-23  Ayal Zaks  <zaks@il.ibm.com>
1404             Revital Eres  <eres@il.ibm.com>
1405
1406         * modulo-sched.c (doloop_register_get): Rewrite the loop which
1407         checks whether the count_reg is found outside the control part.
1408
1409 2007-09-23  Jakub Jelinek  <jakub@redhat.com>
1410
1411         * expr.c (expand_expr_real_1) <case CALL_EXPR>: Use get_callee_fndecl
1412         instead of checking CALL_EXPR_FN directly to test for builtins.
1413         If error or warning attributes are present, print
1414         error resp. warning.
1415         * c-common.c (handle_error_attribute): New function.
1416         (c_common_attribute_table): Add error and warning
1417         attributes.
1418         * doc/extend.texi: Document error and warning attributes.
1419
1420         * tree.h (block_nonartificial_location): New prototype.
1421         * tree.c (block_nonartificial_location): New function.
1422         * dwarf2out.c (gen_subprogram_die): Add DW_AT_artificial
1423         if artificial attribute is present on abstract inline decl.
1424         * c-common.c (handle_artificial_attribute): New function.
1425         (c_common_attribute_table): Add artificial attribute.
1426         * final.c (override_filename, override_linenum): New variables.
1427         (final_scan_insn): For DBX_DEBUG or SDB_DEBUG, set override_filename
1428         and override_linenum if inside of a block inlined from
1429         __attribute__((__artificial__)) function.
1430         (notice_source_line): Honor override_filename and override_linenum.
1431         * doc/extend.texi: Document __attribute__((__artificial__)).
1432         * config/i386/emmintrin.h: Add __artificial__ attribute to
1433         all __always_inline__ functions.
1434         * config/i386/mmintrin.h: Likewise.
1435         * config/i386/tmmintrin.h: Likewise.
1436         * config/i386/mm3dnow.h: Likewise.
1437         * config/i386/pmmintrin.h: Likewise.
1438         * config/i386/ammintrin.h: Likewise.
1439         * config/i386/xmmintrin.h: Likewise.
1440         * config/i386/smmintrin.h: Likewise.
1441         * config/i386/bmmintrin.h: Likewise.
1442         * config/i386/mmintrin-common.h: Likewise.
1443
1444         PR middle-end/28755
1445         * expr.c (expand_constructor): New function.
1446         (expand_expr_real_1) <case CONSTRUCTOR>: Call it.
1447         (expand_expr_real_1) <case ARRAY_REF>: Call it if VALUE is
1448         CONSTRUCTOR.
1449
1450 2007-09-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1451
1452         * config/mips/mips.c (dump_constants_1): Generalize to include
1453         fractional and accumulator modes.
1454
1455 2007-09-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1456
1457         * config/mips/mips.h (ISA_HAS_DSP, ISA_HAS_DSPR2): New macros.
1458         * config/mips/mips.c (mips_set_mips16_mode): Don't clear the DSP
1459         flags for MIPS16.
1460         (override_options): Check TARGET_HARD_FLOAT_ABI instead of
1461         TARGET_HARD_FLOAT when testing whether -mpaired-single is
1462         supported.
1463         (mips_conditional_register_usage): Check ISA_HAS_DSP instead of
1464         TARGET_DSP.
1465         * config/mips/constraints.md (ka): Check ISA_HAS_DSPR2 instead of
1466         TARGET_DSPR2.
1467         * config/mips/mips.md (ANYF): Require TARGET_HARD_FLOAT for V2SF.
1468         (mulv2sf3, movv2sf, movv2sf_hardfloat_64bit): Require
1469         TARGET_HARD_FLOAT.
1470         (<u>mulsidi3_32bit_internal, <u>msubsidi4, <u>maddsidi4): Check
1471         ISA_HAS_DSPR2 instead of TARGET_HAS_DSPR2.
1472         * config/mips/mips-dsp.md: Use ISA_HAS_DSP instead of TARGET_HAS_DSP
1473         throughout.
1474         * config/mips/mips-dspr2.md: Likewise ISA_HAS_DSPR2 and
1475         TARGET_HAS_DSPR2.
1476         * config/mips/mips-fixed.md: Use ISA_HAS_DSP and ISA_HAS_DSPR2
1477         instead of TARGET_HAS_DSP and TARGET_HAS_DSPR2.
1478         * config/mips/mips-ps-3d.md: Add TARGET_HARD_FLOAT to V2SF patterns.
1479
1480 2007-09-22  Jason Merrill  <jason@redhat.com>
1481
1482         PR c++/19407
1483         * attribs.c (lookup_attribute_spec): Split out...
1484         (decl_attributes): From here.
1485         * tree.h: Declare it.
1486
1487 2007-09-22  Richard Sandiford  <rsandifo@nildram.co.uk>
1488
1489         * doc/sourcebuild.texi: Document dg-add-options mips16_attribute.
1490
1491 2007-09-22  Eric Botcazou  <ebotcazou@adacore.com>
1492
1493         * tree-inline.c (remap_type_1): Correctly chain variants.
1494
1495 2007-09-22  Richard Guenther  <rguenther@suse.de>
1496
1497         PR tree-optimization/33146
1498         * fold-const.c (fold_binary): Use the original tree
1499         for negating.
1500         * tree.h (STRIP_SIGN_NOPS): Converting from or to pointer
1501         also changes "sign".
1502
1503 2007-09-22  Eric Botcazou  <ebotcazou@adacore.com>
1504
1505         PR target/32325
1506         * except.c (finish_eh_generation): Call commit_edge_insertions if
1507         there are insns queued on the entry edge.
1508         * config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns on
1509         the entry edge.
1510
1511 2007-09-22  Richard Sandiford  <rsandifo@nildram.co.uk>
1512
1513         * doc/sourcebuild.texi (dg-add-c99-runtime-options): Document.
1514
1515 2007-09-19  Michael Meissner  <michael.meissner@amd.com>
1516
1517         * gcc/config/i386/i386.c: Delete trailing whitespace.
1518         * gcc/config/i386/i386.h: Ditto.
1519         * gcc/config/i386/bmmintrin.h: Ditto.
1520         * gcc/config/i386/sync.md: Ditto.
1521         * gcc/config/i386/ppro.md: Ditto.
1522         * gcc/config/i386/mmx.md: Ditto.
1523         * gcc/config/i386/constraints.md: Ditto.
1524         * gcc/config/i386/sse.md: Ditto.
1525         * gcc/config/i386/athlon.md: Ditto.
1526         * gcc/config/i386/i386.md: Ditto.
1527
1528 2007-09-21  Richard Guenther  <rguenther@suse.de>
1529
1530         PR tree-optimization/33508
1531         * tree-ssa-alias.c (mark_aliases_call_clobbered): Avoid
1532         quadratic loop by keeping a bitmap of variables we have
1533         to clobber all subvariables for.
1534         (set_initial_properties): Likewise.
1535
1536 2007-09-21  Richard Sandiford  <rsandifo@nildram.co.uk>
1537
1538         * config/mips/t-sde (TARGET_LIBGCC2_CFLAGS): Delete.
1539
1540 2007-09-20  Nigel Stephens  <nigel@mips.com>
1541             Chao-ying Fu  <fu@mips.com>
1542
1543         * c-decl.c (finish_declspecs): When _Sat is used without
1544         _Fract or _Accum, set the default type to cts_fract.
1545         This avoids a warning of "type defaults to int".
1546
1547 2007-09-20  Joseph Myers  <joseph@codesourcery.com>
1548
1549         * c-decl.c (check_bitfield_type_and_width): Don't allow _Bool
1550         bit-fields wider than one bit.
1551
1552 2007-09-20  Jakub Jelinek  <jakub@redhat.com>
1553
1554         PR debug/33316
1555         * dwarf2out.c (modified_type_die): Handle TYPE_DECL with NULL
1556         DECL_NAME.
1557         * dbxout.c (dbxout_type): Likewise.
1558
1559         PR c/33238
1560         PR c/27301
1561         * gimplify.c (gimplify_vla_decl): New function.
1562         (gimplify_decl_expr): Move VLA decl handling to gimplify_vla_decl.
1563         Call it.
1564         (gimplify_target_expr): Handle variable length TARGET_EXPRs.
1565
1566 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
1567
1568         * doc/invoke.texi (-minterlink-mips16): Document.
1569         * config/mips/mips.opt (minterlink-mips16): New option.
1570         * config/mips/mips.c (mips_function_ok_for_sibcall): Handle
1571         -minterlink-mips16
1572
1573 2007-09-20  Joseph Myers  <joseph@codesourcery.com>
1574
1575         * doc/extend.texi (Attribute Syntax): Remove old speculative
1576         future direction.
1577
1578 2007-09-20  Mark Shinwell  <shinwell@codesourcery.com>
1579
1580         * combine.c: Include cgraph.h.
1581         (setup_incoming_promotions): Rework to allow more aggressive
1582         elimination of sign extensions when all call sites of the
1583         current function are known to lie within the current unit.
1584
1585 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
1586
1587         * dse.c (find_shift_sequence): No-op rework of control flow.
1588
1589 2007-09-19  Richard Sandiford  <rsandifo@nildram.co.uk>
1590
1591         * config/mips/mips.c (build_mips16_call_stub): Tidy.  Fix second
1592         GPR for DCmode on 64-bit targets.  Remove redundant fallback.
1593
1594 2007-09-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1595
1596         * cfgexpand.c (dump_stack_var_partition): Use the correct
1597         index for the offset.
1598
1599 2007-09-19  Joseph Myers  <joseph@codesourcery.com>
1600
1601         * config/mips/sde.h: Switch to GPLv3.
1602
1603 2007-09-19  Eric Botcazou  <ebotcazou@adacore.com>
1604
1605         * tree-sra.c (decide_block_copy): Decide if there are groups.
1606
1607 2007-09-19  Roman Zippel <zippel@linux-m68k.org>
1608
1609         * config/m68k/m68k.c (output_move_himode): Remove jump table
1610         recognition.
1611         config/m68k/m68k.md (lea): Likewise.
1612         * config/m68k/m68k.c (print_operand_address): Use simple pc
1613         relative addressing.
1614
1615 2007-09-19  Bernd Schmidt  <bernd.schmidt@analog.com>
1616
1617         * doc/tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.
1618         * final.c (IS_ASM_LOGICAL_LINE_SEPARATOR): Provide two-argument
1619         default definition.
1620         (asm_insn_count): Pass template as second argument to it.
1621         * config/avr/avr.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
1622         * config/pa/pa.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
1623         * config/stormy16/stormy16.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
1624         * config/cris/cris.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
1625         * config/sh/sh.c (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
1626         (sh_insn_length_adjustment): Pass template as second argument to it.
1627         * config/bfin/bfin.h (IS_ASM_LOGICAL_LINE_SEPARATOR): New macro.
1628
1629         * config/bfin/bfin.md (define_asm_attributes): New.
1630
1631 2007-09-19  Jie Zhang  <jie.zhang@analog.com>
1632
1633         * config.gcc (bfin*-linux-uclibc*): Add ./linux-sysroot-suffix.h
1634         to tm_file.
1635         * config/bfin/print-sysroot-suffix.sh: New.
1636         * config/bfin/t-bfin-elf (EXTRA_PARTS): Remove.
1637         (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, MULTILIB_MATCHES,
1638         MULTILIB_EXCEPTIONS): Redefine with new multilibs.
1639         * config/bfin/t-bfin-uclinux (EXTRA_PARTS): Remove.
1640         (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, MULTILIB_MATCHES,
1641         MULTILIB_EXCEPTIONS): Redefine with new multilibs.
1642         * config/bfin/t-bfin-linux (EXTRA_PARTS): Remove.
1643         (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, MULTILIB_MATCHES,
1644         MULTILIB_EXCEPTIONS): Redefine with new multilibs.
1645         (linux-sysroot-suffix.h): New target.
1646         * config/bfin/bfin.opt (mcsync-anomaly): Use Var instead of Mask.
1647         (mspecld-anomaly): Likewise.
1648         * config/bfin/bfin-protos.h (enum bfin_cpu_type): Renamed from
1649         (enum bfin_cpu): ... this. Add BFIN_CPU_BF522, BFIN_CPU_BF525,
1650         BFIN_CPU_BF527, BFIN_CPU_BF538, BFIN_CPU_BF539, BFIN_CPU_BF542,
1651         BFIN_CPU_BF544, BFIN_CPU_BF548, and BFIN_CPU_BF549.
1652         (bfin_si_revision): Declare.
1653         (bfin_workarounds): Declare.
1654         (WA_SPECULATIVE_LOADS): Define.
1655         (ENABLE_WA_SPECULATIVE_LOADS): Define.
1656         (WA_SPECULATIVE_SYNCS): Define.
1657         (ENABLE_WA_SPECULATIVE_SYNCS): Define.
1658         * config/bfin/elf.h (STARTFILE_SPEC): Rename crt532.o to basiccrt.o.
1659         (LIB_SPEC): Add %s to the linker scripts.
1660         Use proper linker script for bf522, bf525, bf527,
1661         bf538, bf539, bf542, bf544, bf548, and bf549.
1662         * config/bfin/bfin.c (bfin_si_revision): Define.
1663         (bfin_workarounds): Define.
1664         (struct bfin_cpu): New.
1665         (bfin_cpus): New.
1666         (bfin_handle_option): Handle silicon revision part of -mcpu option.
1667         (override_options): Set bfin_workarounds.
1668         (length_for_loop): Replace TARGET_CSYNC_ANOMALY with
1669         ENABLE_WA_SPECULATIVE_SYNCS, TARGET_SPECLD_ANOMALY with
1670         ENABLE_WA_SPECULATIVE_LOADS.
1671         (bfin_reorg): Likewise.
1672         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
1673         macros for bf522, bf525, bf527, bf538, bf539,
1674         bf542, bf544, bf548, and bf549.
1675         Define __SILICON_REVISION__ and __WORKAROUND_* macros if needed.
1676         Don't define __ID_SHARED_LIB__ when -msep-data.
1677         (TARGET_DEFAULT): Define as 0.
1678         (DRIVER_SELF_SPECS): Add -mcpu=bf532 if no -mcpu option.
1679         * doc/invoke.texi (Blackfin Options): Document silicon
1680         revision part of -mcpu option and it now accepts bf522, bf525,
1681         bf527, bf538, bf539, bf542, bf544, bf548, and bf549.
1682
1683 2007-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1684
1685         * alias.c (memory_modified_1): Deconstify.
1686         (memory_modified_in_insn_p): Don't use const_note_stores.
1687         * rtl.h (const_note_stores): Delete.
1688         * rtlanal.c (const_note_stores): Likewise.
1689
1690 2007-09-18  Richard Sandiford  <rsandifo@nildram.co.uk>
1691
1692         * dse.c (find_shift_sequence): Temporarily revert to forbidding
1693         word shifts.
1694
1695 2007-09-18  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1696
1697         PR target/33388
1698         PR target/33397
1699         * config/fr30/fr30.md (addsi3): Check REG_P() before calling REGNO().
1700         (addsi_small_int): Likewise.
1701         (addsi_big_int): Use rtx_equal_p() instead of REGNO() comparison.
1702         (one_cmplsi2): Likewise.
1703         (negsi2): Delete.
1704         (enter_func): Expand insn using hard_frame_pointer_rtx and
1705         stack_pointer_rtx.
1706         (*enter_func): New.
1707         * config/fr30/fr30.c (fr30_expand_prologue): Check for
1708         hard_frame_pointer_rtx instead of using REGNO() check.
1709         Properly sign extend GEN_INT() argument.
1710
1711 2007-09-18  Roman Zippel <zippel@linux-m68k.org>
1712
1713         * config/m68k/m68k.c (override_options): Remove USE_GAS,
1714         use %. syntax.
1715         (output_dbcc_and_branch, output_scc_di): Replace all jbcc
1716         alternatives with just jcc.
1717         * config/m68k/m68k.md (addsi_lshrsi_31, beq0_di, bne0_di,
1718         bge0_di, blt0_di, bgtu, bltu, bgeu, bleu, bgtu_rev,
1719         bltu_rev, bgeu_rev, bleu_rev, jump, dbne_hi, dbne_si,
1720         dbge_hi, dbge_si): Likewise.
1721
1722 2007-09-18  Roman Zippel <zippel@linux-m68k.org>
1723
1724         * config/m68k/m68k.md (beq, bne, bgt, blt, bge, ble, bordered,
1725         bunordered, buneq, bunge, bungt, bunle, bunlt, bltgt, beq_rev,
1726         bne_rev, bgt_rev, blt_rev, bge_rev, ble_rev, bordered_rev,
1727         bunordered_rev, buneq_rev, bunge_rev, bungt_rev, bunle_rev,
1728         bunlt_rev, bltgt_rev): Replace all fbcc with fjcc.
1729
1730 2007-09-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
1731
1732         * config/m68k/m68k-devices.def (51qe): New device.
1733         * config/m68k/m68k.c (FL_FOR_isa_c): Remove division unit.  Add it
1734         to all uses of FL_FOR_isa_c for compatibility.
1735         (all_microarchs): Add cfv1 microarchitecture.
1736         (m68k_handle_option): Handle m51qe option.
1737         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Handle 51QE.
1738         (TUNE_CFV1): New macro.
1739         (enum uarch_type): Add ucfv1.
1740         * doc/invoke.texi: Document 51qe device and cfv1 microarchitecture.
1741         
1742 2007-09-18  Richard Guenther  <rguenther@suse.de>
1743
1744         PR tree-optimization/31863
1745         * tree-ssa-structalias.c (create_variable_info_for): Always
1746         free the fieldstack.
1747
1748 2007-09-18  Dorit Nuzman  <dorit@il.ibm.com>
1749
1750         * opts.c (decode_options): Enable vectorization under -O3.
1751
1752 2007-09-18  Richard Guenther  <rguenther@suse.de>
1753
1754         PR tree-optimization/33340
1755         * tree-ssa-sccvn.c (set_ssa_val_to): Do not set values to
1756         SSA_NAMEs that occur in abnormal PHI nodes.
1757
1758 2007-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1759
1760         * tree-cfg.c (is_ctrl_altering_stmt, tree_block_ends_with_call_p):
1761         Don't use const_get_call_expr_in.
1762         * tree-gimple.c (const_get_call_expr_in): Delete.
1763         * tree-gimple.h (const_get_call_expr_in): Likewise.
1764
1765 2007-09-18  Richard Sandiford  <rsandifo@nildram.co.uk>
1766
1767         * df-scan.c (df_notes_rescan): Do nothing if the instruction does
1768         not yet have a basic block.
1769         * dse.c (find_shift_sequence): Don't set DF_NO_INSN_RESCAN.
1770
1771 2007-09-18  Richard Sandiford  <rsandifo@nildram.co.uk>
1772
1773         * config/mips/mips.c (mips_file_start): Add ".previous" directives
1774         to both ".section"s.
1775
1776 2007-09-17  Richard Sandiford  <rsandifo@nildram.co.uk>
1777
1778         * config/mips/mips.c (mips_output_mi_thunk): Use
1779         mips_function_ok_for_sibcall and const_call_insn_operand
1780         to determine if a direct sibcall is allowed.  Use
1781         mips_classify_symbol to determine a global pointer is needed.
1782
1783 2007-09-17  Richard Sandiford  <rsandifo@nildram.co.uk>
1784
1785         * config/mips/mips.md (*clear_upper32): Use "W" as the memory operand.
1786
1787 2007-09-17  Chao-ying Fu  <fu@mips.com>
1788             Nigel Stephens  <nigel@mips.com>
1789
1790         * config/fixed-bit.h: New file.
1791         * config/fixed-bit.c: New file.
1792         * doc/libgcc.texi (Fixed-point fractional library routines): New node.
1793
1794 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
1795
1796         * c-format.h (format_kind_info): Add alloc_char field.
1797         * c-format.c (scanf_flag_specs): Add 'm'.
1798         (scanf_flag_pairs): Add 'a', 'm' pair.
1799         (scan_char_table): Allow 'm' modifier for c, s, [, C and S.
1800         (format_types_orig): Add alloc_char fields.
1801         (check_format_info_main): Rename aflag to alloc_flag.
1802         Handle fki->alloc_char. modifier after width and before length
1803         modifiers.  Move FMT_FLAG_SCANF_A_KLUDGE handling before
1804         length modifiers as well.
1805         * config/sol2-c.c (solaris_format_types): Add alloc_char field.
1806
1807         PR middle-end/33423
1808         * builtins.c (expand_builtin_memory_chk): Handle COMPOUND_EXPRs
1809         returned by build_call_expr.
1810
1811 2007-09-17  Eric Botcazou  <ebotcazou@adacore.com>
1812
1813         * tree-sra.c (maybe_lookup_element_for_expr) <COMPONENT_REF>: Return
1814         NULL for variable-sized records too.
1815         (sra_walk_expr) <COMPONENT_REF>: Stop at variable-sized records too.
1816
1817 2007-09-17  Tom Tromey  <tromey@redhat.com>
1818
1819         * c-decl.c (pushdecl): Don't set DECL_LANG_SPECIFIC.
1820         (c_builtin_function): Likewise.
1821         (grokdeclarator): Likewise.
1822
1823 2007-09-17  Zdenek Dvorak  <ook@ucw.cz>
1824
1825         PR rtl-optimization/26449
1826         * loop-invariant.c (move_invariant_reg): Do not use force_operand.
1827         (seq_insns_valid_p): Removed.
1828
1829 2007-09-17  Eric Botcazou  <ebotcazou@adacore.com>
1830
1831         * tree-nomudflap.c (gate_mudflap): New static function.
1832         (pass_mudflap_1): Use it as gate function.
1833         (pass_mudflap_2): Likewise.
1834
1835 2007-09-17  Jan Hubicka  <jh@suse.cz>
1836
1837         PR middle-end/33348
1838         PR target/33406
1839         * loop-invariant.c (move_invariant_reg): Unshare sequence.
1840
1841 2007-09-17  Victor Kaplansky  <victork@il.ibm.com>
1842
1843         PR tree-optimization/33319
1844         * tree-vect-analyze.c (vect_same_range_drs): New.
1845         (vect_vfa_range_equal): New.
1846         (vect_is_duplicate_ddr): Removed.
1847         (vect_mark_for_runtime_alias_test): Do not perform marking when
1848         optimizing for size or max_param for alias checking is zero.
1849         Move the function before vect_analyze_data_ref_dependence.
1850         (vect_analyze_data_ref_dependence): Add call to
1851         vect_mark_for_runtime_alias_test in two cases when dependence
1852         is not clear.
1853         (vect_analyze_data_ref_dependences): Do not call to
1854         vect_mark_for_runtime_alias_test.
1855         (vect_prune_runtime_alias_test_list): New.
1856         (vect_analyze_loop): Add call to vect_prune_runtime_alias_test_list.
1857         * tree-vect-transform.c (vect_estimate_min_profitable_iters):
1858         Update vec_outside_cost.
1859         (vect_vfa_segment_size): More compact code, use TYPE_SIZE_UNIT.
1860         (vect_create_cond_for_alias_checks): Build the base address of data
1861         reference from DR_GROUP_FIRST_DR.
1862         (vect_loop_versioning): New.
1863         (vect_transform_loop): Add a call to vect_loop_versioning.
1864         Remove factored out code.
1865
1866 2007-09-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1867
1868         PR middle-end/33273
1869         * expr.c (store_expr): Call adjust_address to change mode of dest_mem
1870         to BLKmode.
1871
1872 2007-09-16  Richard Sandiford  <rsandifo@nildram.co.uk>
1873
1874         * dse.c (find_shift_sequence): Allow word as well as subword shifts.
1875         Do the tentative shift expansion with the DF_NO_INSN_RESCAN flag set.
1876         Fix the call to insn_rtx_cost.  Skip access sizes that require a
1877         real truncation of the store register.  Use convert_move instead
1878         of gen_lowpart when narrowing the result.
1879         (replace_read): Use convert_move instead of gen_lowpart when
1880         narrowing the store rhs.
1881
1882 2007-09-16  Richard Sandiford  <rsandifo@nildram.co.uk>
1883
1884         * config/mips/mips.md (SHORT): Fix long line.
1885         (SUBDI): New mode iterator.  Extend the shift-and-truncate insns
1886         to QImode and HImode.
1887
1888 2007-09-16  Richard Sandiford  <rsandifo@nildram.co.uk>
1889
1890         * config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Define.
1891
1892 2007-09-15  Zdenek Dvorak  <ook@ucw.cz>
1893
1894         * tree-parloops.c: New file.
1895         * tree-ssa-operands.h (free_stmt_operands): Declare.
1896         * tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new basic
1897         block.
1898         * tree-pass.h (pass_parallelize_loops): Declare.
1899         * omp-low.c (expand_omp_parallel, expand_omp_for): Update SSA form for
1900         virtual operands.
1901         (build_omp_regions_1): Allow analysing just a single OMP region and
1902         its subregions.
1903         ( build_omp_regions_root, omp_expand_local): New functions.
1904         (build_omp_regions): Add argument to build_omp_regions_1 call.
1905         * builtins.def (DEF_GOMP_BUILTIN): Initialize OMP builtins when
1906         autoparallelization is run.
1907         * timevar.def (TV_TREE_PARALLELIZE_LOOPS): New.
1908         * tree-ssa-loop.c (gate_tree_parallelize_loops, tree_parallelize_loops,
1909         pass_parallelize_loops): New.
1910         * common.opt (ftree-parallelize-loops): New.
1911         * tree-flow.h (omp_expand_local, tree_duplicate_sese_tail,
1912         parallelize_loops): Declare.
1913         (add_phi_args_after_copy, split_loop_exit_edge): Declaration changed.
1914         * Makefile.in (tree-parloops.o): Added.
1915         * tree-cfg.c (add_phi_args_after_copy_edge, tree_duplicate_sese_tail):
1916         New functions.
1917         (add_phi_args_after_copy_bb): Use add_phi_args_after_copy_edge.
1918         (add_phi_args_after_copy): Call add_phi_args_after_copy_edge for
1919         one extra edge as well.
1920         (tree_duplicate_sese_region): Add argument to add_phi_args_after_copy.
1921         Use VEC_free to free doms vector.
1922         (move_block_to_fn): Update loop info. Remove phi nodes for virtual
1923         operands.  Recompute operand caches in the new function.
1924         (move_sese_region_to_fn): Update loop info.
1925         * passes.c (init_optimization_passes): Add pass_parallelize_loops.
1926         * tree-ssa-operands.c (free_stmt_operands): New function.
1927
1928         * doc/passes.texi: Document autoparallelization.
1929         * doc/invoke.texi (-ftree-parallelize-loops): New option.
1930
1931 2007-09-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1932
1933         PR target/33062
1934         * pa.c (function_value): Use GET_MODE_BITSIZE instead of
1935         TYPE_PRECISION.
1936
1937 2007-09-15  Dorit Nuzman  <dorit@il.ibm.com>
1938
1939         * tree-vect-transform.c (vect_get_vec_defs_for_stmt_copy): check if 
1940         the VEC is not NULL.
1941         (vectorizable_type_demotion, vectorizable_type_promotion): Check that 
1942         get_vectype_for_scalar_type succeeded.
1943         (vectorizable_conversion): Likewise.
1944
1945 2007-09-14  Jan Hubicka  <jh@suse.cz>
1946
1947         * config/i386/i386.md (*floatdi<mode>2_i387): Guard against
1948         TARGET_64BIT.
1949
1950 2007-09-14  Uros Bizjak  <ubizjak@gmail.com>
1951
1952         PR target/33438
1953         * config/i386/i386.md (fmodxf3): Copy operands[2] to temporary
1954         register when operands[2] equals operands[1].
1955         (remainderxf3): Ditto.
1956
1957 2007-09-14  Sandra Loosemore  <sandra@codesourcery.com>
1958             Nigel Stephens  <nigel@mips.com>
1959
1960         * doc/tm.texi (LIBGCC2_UNWIND_ATTRIBUTE): Document.
1961         * unwind-generic.h (LIBGCC2_UNWIND_ATTRIBUTE): Define.
1962         (_Unwind_RaiseException): Add LIBGCC2_UNWIND_ATTRIBUTE to
1963         declaration.
1964         (_Unwind_ForcedUnwind): Likewise.
1965         (_Unwind_Resume): Likewise.
1966         (_Unwind_Resume_or_Rethrow): Likewise.
1967         (_Unwind_Backtrace): Likewise.
1968         (_Unwind_SjLj_RaiseException): Likewise.
1969         (_Unwind_SjLj_ForcedUnwind): Likewise.
1970         (_Unwind_SjLj_Resume): Likewise.
1971         (_Unwind_SjLj_Resume_or_Rethrow): Likewise.
1972         * unwind.inc (_Unwind_RaiseException): Add LIBGCC2_UNWIND_ATTRIBUTE
1973         to definition.
1974         (_Unwind_ForcedUnwind): Likewise.
1975         (_Unwind_Resume): Likewise.
1976         (_Unwind_Resume_or_Rethrow): Likewise.
1977         (_Unwind_Backtrace): Likewise.
1978         * unwind-compat.c (_Unwind_Backtrace): Likewise.
1979         (_Unwind_ForcedUnwind): Likewise.
1980         (_Unwind_RaiseException): Likewise.
1981         (_Unwind_Resume): Likewise.
1982         (_Unwind_Resume_or_Rethrow): Likewise.
1983
1984         * config/mips/mips.h (LIBGCC2_UNWIND_ATTRIBUTE): Define to force
1985         nomips16 mode when IN_LIBGCC2 with hard float.
1986
1987 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
1988
1989         * config/mips/sdemtk.opt: Update to GPLv3.
1990         * config/mips/sdemtk.h: Likewise.
1991
1992 2007-09-14  Nigel Stephens  <nigel@mips.com>
1993
1994         * config.gcc (mips*-*-linux*): Recognise mipsisa32r2 and set
1995         MIPS_ISA_DEFAULT appropriately.  Don't make soft-float the default
1996         for mipsisa32-*-linux*.
1997
1998 2007-09-14  Nigel Stephens  <nigel@mips.com>
1999             David Ung  <davidu@mips.com>
2000             Thiemo Seufer  <ths@mips.com>
2001             Richard Sandiford  <richard@codesourcery.com>
2002
2003         * config.gcc (mips*-sde-elf*): Add support for the SDE C libraries.
2004         * configure.ac: Add a mipssde threading type.
2005         * configure: Regenerate.
2006         * config/mips/sdemtk.h: New file.
2007         * config/mips/t-sdemtk: Likewise.
2008         * config/mips/sdemtk.opt: Likewise.
2009         * gthr-mipssde.h: Likewise.
2010         * config/mips/sde.h (FUNCTION_PROFILER): Move to config/mips/sdemtk.h.
2011         * config/mips/mips.h (MIPS_SAVE_REG_FOR_PROFILING_P): New macro.
2012         (MIPS_ICACHE_SYNC): New macro, split from ...
2013         * config/mips/mips.md (clear_cache): ...here.
2014         * config/mips/mips.c (mips_save_reg_p): Check
2015         MIPS_SAVE_REG_FOR_PROFILING_P on profiled functions.
2016         (build_mips16_function_stub): Use targetm.strip_name_encoding.
2017         (build_mips16_call_stub): Likewise.
2018
2019 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2020
2021         * Makefile.in (stmp-int-hdrs): Depend on fixinc_list.
2022
2023 2007-09-14  Jakub Jelinek  <jakub@redhat.com>
2024
2025         PR target/32337
2026         * config/ia64/ia64.c (find_gr_spill): Don't decrement
2027         current_frame_info.n_local_regs.  Don't return emitted local
2028         regs.
2029         (ia64_compute_frame_size): Improve unwind hack to put
2030         RP, PFS, FP in that order by allowing some of the registers
2031         been already emitted, as long as they are emitted to the
2032         desired register.
2033
2034 2007-09-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2035
2036         * config/spu/vmx2spu.h (vec_extract, vec_insert, vec_lvlx,
2037         vec_lvlxl, vec_lvrx, vec_lvrxl, vec_promote, vec_splats,
2038         vec_stvlx, vec_stvlxl, vec_stvrx, vec_stvrxl): New intrinsics.
2039
2040 2007-09-13  Eric Christopher  <echristo@apple.com>
2041             Kenneth Zadeck <zadeck@naturalbridge.com>
2042
2043         * dse.c (find_shift_sequence): New function.
2044         (replace_read): Add case to remove read if it requires shift.
2045         * config/i386/i386.c (ix86_expand_prologue): Fixed typo in comment.
2046         
2047 2007-09-13  Tom Tromey  <tromey@redhat.com>
2048
2049         * c-common.c (fname_as_string): Update.
2050         * c-parser.c (c_parser) <lex_untranslated_string>: New field.
2051         (c_lex_one_token): Update.  Add 'parser' argument.
2052         (c_parser_simple_asm_expr): Update.
2053         (c_parser_attributes): Update.
2054         (c_parser_asm_statement): Update.
2055         (c_parser_asm_operands): Update.
2056         (c_parser_peek_token): Update.
2057         (c_parser_peek_2nd_token): Update.
2058         * c-lex.c (c_lex_string_translate): Remove.
2059         (c_lex_return_raw_strings): Likewise.
2060         (c_lex_with_flags): Added 'lex_flags' argument.
2061         (lex_string): Added 'translate' argument.
2062         * c-pragma.h (c_lex_with_flags): Update.
2063         (c_lex_string_translate, c_lex_return_raw_strings): Remove.
2064         (C_LEX_STRING_NO_TRANSLATE): New define.
2065         (C_LEX_RAW_STRINGS): Likewise.
2066
2067 2007-09-13  Bernd Schmidt  <bernd.schmidt@analog.com>
2068
2069         From Jie Zhang:
2070         * config/bfin/bfin.c (enum bfin_builtins): Add BFIN_BUILTIN_ONES,
2071         BFIN_BUILTIN_CPLX_MUL_16_S40, BFIN_BUILTIN_CPLX_MAC_16_S40,
2072         BFIN_BUILTIN_CPLX_MSU_16_S40, and BFIN_BUILTIN_CPLX_SQU.
2073         (bfin_init_builtins): Initialize __builtin_bfin_ones,
2074         __builtin_bfin_min_fr1x16, __builtin_bfin_max_fr1x16,
2075         __builtin_bfin_min_fr1x32, __builtin_bfin_max_fr1x32,
2076         __builtin_bfin_cmplx_add, __builtin_bfin_cmplx_sub,
2077         __builtin_bfin_cmplx_mul_s40, __builtin_bfin_cmplx_mac_s40,
2078         __builtin_bfin_cmplx_msu_s40 and __builtin_bfin_csqu_fr16.
2079         (bdesc_1arg): Add __builtin_bfin_ones.
2080         (bfin_expand_builtin): Expand __builtin_bfin_cmplx_mul_s40,
2081         __builtin_bfin_cmplx_mac_s40, __builtin_bfin_cmplx_msu_s40,
2082         and __builtin_bfin_csqu_fr16.
2083         * config/bfin/bfin.md (UNSPEC_ONES): New constant.
2084         (ones): New define_insn.
2085         (ssaddhi3_parts): New define_insn.
2086         (sssubhi3_parts): New define_insn.
2087         (flag_mulhi_parts): New define_insn.
2088
2089 2007-09-13  Seongbae Park <seongbae.park@gmail.com>
2090
2091         * common.opt (femit-class-debug-always): Turn off by default.
2092
2093 2007-09-13  Bernd Schmidt  <bernd.schmidt@analog.com>
2094
2095         * config/bfin/bfin.md (reload_outpdi, reload_inpdi): New patterns.
2096         * config/bfin/bfin.c (bfin_secondary_reload): Make sure we use them.
2097
2098 2007-09-13  James E. Wilson  <wilson@specifix.com>
2099
2100         PR tree-optimization/33389
2101         * tree-ssa-operands.c (append_vuse): If ann->in_vdef_list true,
2102         then set build_loads before returning.
2103
2104 2007-09-13  Sandra Loosemore  <sandra@codesourcery.com>
2105             David Ung  <davidu@mips.com>
2106
2107         * config/mips/mips.h (ASM_OUTPUT_REG_PUSH): Replace {d}subu with
2108         {d}addiu and a negative immediate such that it works with MIPS16
2109         instructions.
2110         
2111 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
2112
2113         PR bootstrap/33418
2114         * configure.ac (ld_vers): Support Linux linker.
2115         * configure: Regenerated.
2116
2117 2007-09-13  Richard Sandiford  <richard@codesourcery.com>
2118             Sandra Loosemore <sandra@codesourcery.com>
2119
2120         * config/mips/mips.h (SYMBOL_FLAG_MIPS16_FUNC): Delete.
2121         (SYMBOL_REF_MIPS16_FUNC_P): Delete.
2122         * config/mips/mips.c (mips_attribute_table): Turn mips16 and
2123         nomips16 into decl attributes.
2124         (TARGET_INSERT_ATTRIBUTES): Override.
2125         (TARGET_MERGE_DECL_ATTRIBUTES): Likewise.
2126         (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): Always return true.
2127         (mips_mips16_type_p, mips_nomips16_type_p): Delete in favor of...
2128         (mips_mips16_decl_p, mips_nomips16_decl_p): ...these new functions.
2129         (mips_comp_type_attributes): Remove mips16 and nomips16 handling.
2130         (mips_use_mips16_mode_p): Reimplement as a function that takes
2131         a decl and considers only decl attributes.  If the decl is nested
2132         function, use its parent attributes.
2133         (mips_function_ok_for_sibcall): Use mips_use_mips16_mode_p
2134         instead of SYMBOL_REF_MIPS16_FUNC_P.
2135         (mips_set_mips16_mode): Move call to sorry here from old
2136         mips_use_mips16_mode_p.
2137         (mflip_mips16_entry): New structure.
2138         (mflip_mips16_htab): New variable.
2139         (mflip_mips16_htab_hash, mflip_mips16_htab_eq): New functions.
2140         (mflip_mips16_use_mips16_p, mips_insert_attributes): Likewise.
2141         (mips_merge_decl_attributes): New function.
2142         (mips_set_current_function): Reinstate call to mips_set_mips16_mode.
2143         Use mips_use_mips16_mode_p.
2144         (mips_output_mi_thunk): Use mips_use_mips16_mode_p instead of
2145         SYMBOL_REF_MIPS16_FUNC_P.
2146         (mips_encode_section_info): Don't set SYMBOL_FLAG_MIPS16_FUNC.
2147
2148 2007-09-13  Richard Sandiford  <richard@codesourcery.com>
2149
2150         * c-parser.c (c_parser_struct_declaration): Check for a null return.
2151
2152 2007-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2153
2154         PR driver/33309
2155         * gcc.c (xputenv): Make argument const, and use CONST_CAST.
2156
2157 2007-09-12  Michael Meissner  <michael.meissner@amd.com>
2158             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2159             Tony Linthicum  <tony.linthicum@amd.com>
2160
2161         * tree.h (function_args_iterator): New type to iterate over
2162         function arguments.
2163         (FOREACH_FUNCTION_ARGS_PTR): Iterator macros for iterating over
2164         function arguments providing a pointer to the argument.
2165         (FOREACH_FUNCTION_ARGS): Iterator macros for iterating over
2166         function arguments providing the argument.
2167         (function_args_iter_init): Inline function to initialize
2168         function_args_iterator.
2169         (function_args_iter_cond_ptr): Inline function to return the next
2170         pointer to hold the argument.
2171         (function_args_iter_cond): Inline function to return the next
2172         argument.
2173         (function_args_iter_cond_next): Advance the function args
2174         iterator.
2175         (stdarg_p): New function, return true if variable argument
2176         function.
2177         (prototype_p): New function, return true if function is
2178         prototyped.
2179         (function_args_count): New function, count the number of arguments
2180         of a function.
2181
2182         * tree.c (stdarg_p): New function, return true if variable
2183         argument function.
2184         (prototype_p): New function, return true if function is
2185         prototyped.
2186
2187         * config/i386/i386.h (TARGET_SSE5): New macro for SSE5.
2188         (TARGET_ROUND): New macro for the round/ptest instructions which
2189         are shared between SSE4.1 and SSE5.
2190         (OPTION_MASK_ISA_ROUND): Ditto.
2191         (OPTION_ISA_ROUND): Ditto.
2192         (TARGET_FUSED_MADD): New macro for -mfused-madd swtich.
2193         (TARGET_CPU_CPP_BUILTINS): Add SSE5 support.
2194
2195         * config/i386/i386.opt (-msse5): New switch for SSE5 support.
2196         (-mfused-madd): New switch to give users control over whether the
2197         compiler optimizes to use the multiply/add SSE5 instructions.
2198
2199         * config/i386/i386.c (m_AMD_MULTIPLE): Rename from
2200         m_ATHLON_K8_AMDFAM10, and change all uses.
2201         (enum pta_flags): Add PTA_SSE5.
2202         (ix86_handle_option): Turn off 3dnow if -msse5.
2203         (override_options): Add SSE5 support.
2204         (print_operand): %Y prints comparison codes for SSE5 com/pcom
2205         instructions.
2206         (ix86_expand_sse_movcc): Add SSE5 support.
2207         (ix86_expand_sse5_unpack): New function to use pperm to unpack a
2208         vector type to the next largest size.
2209         (ix86_expand_sse5_pack): New function to use pperm to pack a
2210         vector type to the next smallest size.
2211         (IX86_BUILTIN_FMADDSS): New for SSE5 intrinsic.
2212         (IX86_BUILTIN_FMADDSD): Ditto.
2213         (IX86_BUILTIN_FMADDPS): Ditto.
2214         (IX86_BUILTIN_FMADDPD): Ditto.
2215         (IX86_BUILTIN_FMSUBSS): Ditto.
2216         (IX86_BUILTIN_FMSUBSD): Ditto.
2217         (IX86_BUILTIN_FMSUBPS): Ditto.
2218         (IX86_BUILTIN_FMSUBPD): Ditto.
2219         (IX86_BUILTIN_FNMADDSS): Ditto.
2220         (IX86_BUILTIN_FNMADDSD): Ditto.
2221         (IX86_BUILTIN_FNMADDPS): Ditto.
2222         (IX86_BUILTIN_FNMADDPD): Ditto.
2223         (IX86_BUILTIN_FNMSUBSS): Ditto.
2224         (IX86_BUILTIN_FNMSUBSD): Ditto.
2225         (IX86_BUILTIN_FNMSUBPS): Ditto.
2226         (IX86_BUILTIN_FNMSUBPD): Ditto.
2227         (IX86_BUILTIN_PCMOV_V2DI): Ditto.
2228         (IX86_BUILTIN_PCMOV_V4SI): Ditto.
2229         (IX86_BUILTIN_PCMOV_V8HI): Ditto.
2230         (IX86_BUILTIN_PCMOV_V16QI): Ditto.
2231         (IX86_BUILTIN_PCMOV_V4SF): Ditto.
2232         (IX86_BUILTIN_PCMOV_V2DF): Ditto.
2233         (IX86_BUILTIN_PPERM): Ditto.
2234         (IX86_BUILTIN_PERMPS): Ditto.
2235         (IX86_BUILTIN_PERMPD): Ditto.
2236         (IX86_BUILTIN_PMACSSWW): Ditto.
2237         (IX86_BUILTIN_PMACSWW): Ditto.
2238         (IX86_BUILTIN_PMACSSWD): Ditto.
2239         (IX86_BUILTIN_PMACSWD): Ditto.
2240         (IX86_BUILTIN_PMACSSDD): Ditto.
2241         (IX86_BUILTIN_PMACSDD): Ditto.
2242         (IX86_BUILTIN_PMACSSDQL): Ditto.
2243         (IX86_BUILTIN_PMACSSDQH): Ditto.
2244         (IX86_BUILTIN_PMACSDQL): Ditto.
2245         (IX86_BUILTIN_PMACSDQH): Ditto.
2246         (IX86_BUILTIN_PMADCSSWD): Ditto.
2247         (IX86_BUILTIN_PMADCSWD): Ditto.
2248         (IX86_BUILTIN_PHADDBW): Ditto.
2249         (IX86_BUILTIN_PHADDBD): Ditto.
2250         (IX86_BUILTIN_PHADDBQ): Ditto.
2251         (IX86_BUILTIN_PHADDWD): Ditto.
2252         (IX86_BUILTIN_PHADDWQ): Ditto.
2253         (IX86_BUILTIN_PHADDDQ): Ditto.
2254         (IX86_BUILTIN_PHADDUBW): Ditto.
2255         (IX86_BUILTIN_PHADDUBD): Ditto.
2256         (IX86_BUILTIN_PHADDUBQ): Ditto.
2257         (IX86_BUILTIN_PHADDUWD): Ditto.
2258         (IX86_BUILTIN_PHADDUWQ): Ditto.
2259         (IX86_BUILTIN_PHADDUDQ): Ditto.
2260         (IX86_BUILTIN_PHSUBBW): Ditto.
2261         (IX86_BUILTIN_PHSUBWD): Ditto.
2262         (IX86_BUILTIN_PHSUBDQ): Ditto.
2263         (IX86_BUILTIN_PROTB): Ditto.
2264         (IX86_BUILTIN_PROTW): Ditto.
2265         (IX86_BUILTIN_PROTD): Ditto.
2266         (IX86_BUILTIN_PROTQ): Ditto.
2267         (IX86_BUILTIN_PROTB_IMM): Ditto.
2268         (IX86_BUILTIN_PROTW_IMM): Ditto.
2269         (IX86_BUILTIN_PROTD_IMM): Ditto.
2270         (IX86_BUILTIN_PROTQ_IMM): Ditto.
2271         (IX86_BUILTIN_PSHLB): Ditto.
2272         (IX86_BUILTIN_PSHLW): Ditto.
2273         (IX86_BUILTIN_PSHLD): Ditto.
2274         (IX86_BUILTIN_PSHLQ): Ditto.
2275         (IX86_BUILTIN_PSHAB): Ditto.
2276         (IX86_BUILTIN_PSHAW): Ditto.
2277         (IX86_BUILTIN_PSHAD): Ditto.
2278         (IX86_BUILTIN_PSHAQ): Ditto.
2279         (IX86_BUILTIN_FRCZSS): Ditto.
2280         (IX86_BUILTIN_FRCZSD): Ditto.
2281         (IX86_BUILTIN_FRCZPS): Ditto.
2282         (IX86_BUILTIN_FRCZPD): Ditto.
2283         (IX86_BUILTIN_CVTPH2PS): Ditto.
2284         (IX86_BUILTIN_CVTPS2PH): Ditto.
2285         (IX86_BUILTIN_COMEQSS): Ditto.
2286         (IX86_BUILTIN_COMNESS): Ditto.
2287         (IX86_BUILTIN_COMLTSS): Ditto.
2288         (IX86_BUILTIN_COMLESS): Ditto.
2289         (IX86_BUILTIN_COMGTSS): Ditto.
2290         (IX86_BUILTIN_COMGESS): Ditto.
2291         (IX86_BUILTIN_COMUEQSS): Ditto.
2292         (IX86_BUILTIN_COMUNESS): Ditto.
2293         (IX86_BUILTIN_COMULTSS): Ditto.
2294         (IX86_BUILTIN_COMULESS): Ditto.
2295         (IX86_BUILTIN_COMUGTSS): Ditto.
2296         (IX86_BUILTIN_COMUGESS): Ditto.
2297         (IX86_BUILTIN_COMORDSS): Ditto.
2298         (IX86_BUILTIN_COMUNORDSS): Ditto.
2299         (IX86_BUILTIN_COMFALSESS): Ditto.
2300         (IX86_BUILTIN_COMTRUESS): Ditto.
2301         (IX86_BUILTIN_COMEQSD): Ditto.
2302         (IX86_BUILTIN_COMNESD): Ditto.
2303         (IX86_BUILTIN_COMLTSD): Ditto.
2304         (IX86_BUILTIN_COMLESD): Ditto.
2305         (IX86_BUILTIN_COMGTSD): Ditto.
2306         (IX86_BUILTIN_COMGESD): Ditto.
2307         (IX86_BUILTIN_COMUEQSD): Ditto.
2308         (IX86_BUILTIN_COMUNESD): Ditto.
2309         (IX86_BUILTIN_COMULTSD): Ditto.
2310         (IX86_BUILTIN_COMULESD): Ditto.
2311         (IX86_BUILTIN_COMUGTSD): Ditto.
2312         (IX86_BUILTIN_COMUGESD): Ditto.
2313         (IX86_BUILTIN_COMORDSD): Ditto.
2314         (IX86_BUILTIN_COMUNORDSD): Ditto.
2315         (IX86_BUILTIN_COMFALSESD): Ditto.
2316         (IX86_BUILTIN_COMTRUESD): Ditto.
2317         (IX86_BUILTIN_COMEQPS): Ditto.
2318         (IX86_BUILTIN_COMNEPS): Ditto.
2319         (IX86_BUILTIN_COMLTPS): Ditto.
2320         (IX86_BUILTIN_COMLEPS): Ditto.
2321         (IX86_BUILTIN_COMGTPS): Ditto.
2322         (IX86_BUILTIN_COMGEPS): Ditto.
2323         (IX86_BUILTIN_COMUEQPS): Ditto.
2324         (IX86_BUILTIN_COMUNEPS): Ditto.
2325         (IX86_BUILTIN_COMULTPS): Ditto.
2326         (IX86_BUILTIN_COMULEPS): Ditto.
2327         (IX86_BUILTIN_COMUGTPS): Ditto.
2328         (IX86_BUILTIN_COMUGEPS): Ditto.
2329         (IX86_BUILTIN_COMORDPS): Ditto.
2330         (IX86_BUILTIN_COMUNORDPS): Ditto.
2331         (IX86_BUILTIN_COMFALSEPS): Ditto.
2332         (IX86_BUILTIN_COMTRUEPS): Ditto.
2333         (IX86_BUILTIN_COMEQPD): Ditto.
2334         (IX86_BUILTIN_COMNEPD): Ditto.
2335         (IX86_BUILTIN_COMLTPD): Ditto.
2336         (IX86_BUILTIN_COMLEPD): Ditto.
2337         (IX86_BUILTIN_COMGTPD): Ditto.
2338         (IX86_BUILTIN_COMGEPD): Ditto.
2339         (IX86_BUILTIN_COMUEQPD): Ditto.
2340         (IX86_BUILTIN_COMUNEPD): Ditto.
2341         (IX86_BUILTIN_COMULTPD): Ditto.
2342         (IX86_BUILTIN_COMULEPD): Ditto.
2343         (IX86_BUILTIN_COMUGTPD): Ditto.
2344         (IX86_BUILTIN_COMUGEPD): Ditto.
2345         (IX86_BUILTIN_COMORDPD): Ditto.
2346         (IX86_BUILTIN_COMUNORDPD): Ditto.
2347         (IX86_BUILTIN_COMFALSEPD): Ditto.
2348         (IX86_BUILTIN_COMTRUEPD): Ditto.
2349         (IX86_BUILTIN_PCOMEQUB): Ditto.
2350         (IX86_BUILTIN_PCOMNEUB): Ditto.
2351         (IX86_BUILTIN_PCOMLTUB): Ditto.
2352         (IX86_BUILTIN_PCOMLEUB): Ditto.
2353         (IX86_BUILTIN_PCOMGTUB): Ditto.
2354         (IX86_BUILTIN_PCOMGEUB): Ditto.
2355         (IX86_BUILTIN_PCOMFALSEUB): Ditto.
2356         (IX86_BUILTIN_PCOMTRUEUB): Ditto.
2357         (IX86_BUILTIN_PCOMEQUW): Ditto.
2358         (IX86_BUILTIN_PCOMNEUW): Ditto.
2359         (IX86_BUILTIN_PCOMLTUW): Ditto.
2360         (IX86_BUILTIN_PCOMLEUW): Ditto.
2361         (IX86_BUILTIN_PCOMGTUW): Ditto.
2362         (IX86_BUILTIN_PCOMGEUW): Ditto.
2363         (IX86_BUILTIN_PCOMFALSEUW): Ditto.
2364         (IX86_BUILTIN_PCOMTRUEUW): Ditto.
2365         (IX86_BUILTIN_PCOMEQUD): Ditto.
2366         (IX86_BUILTIN_PCOMNEUD): Ditto.
2367         (IX86_BUILTIN_PCOMLTUD): Ditto.
2368         (IX86_BUILTIN_PCOMLEUD): Ditto.
2369         (IX86_BUILTIN_PCOMGTUD): Ditto.
2370         (IX86_BUILTIN_PCOMGEUD): Ditto.
2371         (IX86_BUILTIN_PCOMFALSEUD): Ditto.
2372         (IX86_BUILTIN_PCOMTRUEUD): Ditto.
2373         (IX86_BUILTIN_PCOMEQUQ): Ditto.
2374         (IX86_BUILTIN_PCOMNEUQ): Ditto.
2375         (IX86_BUILTIN_PCOMLTUQ): Ditto.
2376         (IX86_BUILTIN_PCOMLEUQ): Ditto.
2377         (IX86_BUILTIN_PCOMGTUQ): Ditto.
2378         (IX86_BUILTIN_PCOMGEUQ): Ditto.
2379         (IX86_BUILTIN_PCOMFALSEUQ): Ditto.
2380         (IX86_BUILTIN_PCOMTRUEUQ): Ditto.
2381         (IX86_BUILTIN_PCOMEQB): Ditto.
2382         (IX86_BUILTIN_PCOMNEB): Ditto.
2383         (IX86_BUILTIN_PCOMLTB): Ditto.
2384         (IX86_BUILTIN_PCOMLEB): Ditto.
2385         (IX86_BUILTIN_PCOMGTB): Ditto.
2386         (IX86_BUILTIN_PCOMGEB): Ditto.
2387         (IX86_BUILTIN_PCOMFALSEB): Ditto.
2388         (IX86_BUILTIN_PCOMTRUEB): Ditto.
2389         (IX86_BUILTIN_PCOMEQW): Ditto.
2390         (IX86_BUILTIN_PCOMNEW): Ditto.
2391         (IX86_BUILTIN_PCOMLTW): Ditto.
2392         (IX86_BUILTIN_PCOMLEW): Ditto.
2393         (IX86_BUILTIN_PCOMGTW): Ditto.
2394         (IX86_BUILTIN_PCOMGEW): Ditto.
2395         (IX86_BUILTIN_PCOMFALSEW): Ditto.
2396         (IX86_BUILTIN_PCOMTRUEW): Ditto.
2397         (IX86_BUILTIN_PCOMEQD): Ditto.
2398         (IX86_BUILTIN_PCOMNED): Ditto.
2399         (IX86_BUILTIN_PCOMLTD): Ditto.
2400         (IX86_BUILTIN_PCOMLED): Ditto.
2401         (IX86_BUILTIN_PCOMGTD): Ditto.
2402         (IX86_BUILTIN_PCOMGED): Ditto.
2403         (IX86_BUILTIN_PCOMFALSED): Ditto.
2404         (IX86_BUILTIN_PCOMTRUED): Ditto.
2405         (IX86_BUILTIN_PCOMEQQ): Ditto.
2406         (IX86_BUILTIN_PCOMNEQ): Ditto.
2407         (IX86_BUILTIN_PCOMLTQ): Ditto.
2408         (IX86_BUILTIN_PCOMLEQ): Ditto.
2409         (IX86_BUILTIN_PCOMGTQ): Ditto.
2410         (IX86_BUILTIN_PCOMGEQ): Ditto.
2411         (IX86_BUILTIN_PCOMFALSEQ): Ditto.
2412         (IX86_BUILTIN_PCOMTRUEQ): Ditto.
2413         (bdesc_ptest): Change OPTION_MASK_ISA_SSE4_1 to
2414         OPTION_MASK_ISA_ROUND for instructions that are shared between
2415         SSE4.1 and SSE5.
2416         (bdesc_2arg): Ditto.
2417         (bdesc_sse_3arg): Ditto.
2418         (enum multi_arg_type): New enum for describing the various SSE5
2419         intrinsic argument types.
2420         (bdesc_multi_arg): New table for SSE5 intrinsics.
2421         (ix86_init_mmx_sse_builtins): Add SSE5 intrinsic support.
2422         (ix86_expand_multi_arg_builtin): New function for creating SSE5
2423         intrinsics.
2424         (ix86_expand_builtin): Add SSE5 intrinsic support.
2425         (ix86_sse5_valid_op_p): New function to validate SSE5 3 and 4
2426         operand instructions.
2427         (ix86_expand_sse5_multiple_memory): New function to split the
2428         second memory reference from SSE5 instructions.
2429         (type_has_variadic_args_p): Delete in favor of stdarg_p.
2430         (ix86_return_pops_args): Use stdarg_p to determine if the function
2431         has variable arguments.
2432         (ix86_setup_incoming_varargs): Ditto.
2433         (x86_this_parameter): Ditto.
2434
2435         * config/i386/i386-protos.h (ix86_expand_sse5_unpack): Add
2436         declaration.
2437         (ix86_expand_sse5_pack): Ditto.
2438         (ix86_sse5_valid_op_p): Ditto.
2439         (ix86_expand_sse5_multiple_memory): Ditto.
2440
2441         * config/i386/i386.md (UNSPEC_SSE5_INTRINSIC): Add new UNSPEC
2442         constant for SSE5 support.
2443         (UNSPEC_SSE5_UNSIGNED_CMP): Ditto.
2444         (UNSPEC_SSE5_TRUEFALSE): Ditto.
2445         (UNSPEC_SSE5_PERMUTE): Ditto.
2446         (UNSPEC_SSE5_ASHIFT): Ditto.
2447         (UNSPEC_SSE5_LSHIFT): Ditto.
2448         (UNSPEC_FRCZ): Ditto.
2449         (UNSPEC_CVTPH2PS): Ditto.
2450         (UNSPEC_CVTPS2PH): Ditto.
2451         (PCOM_FALSE): Add new constant for true/false SSE5 comparisons.
2452         (PCOM_TRUE): Ditto.
2453         (COM_FALSE_S): Ditto.
2454         (COM_FALSE_P): Ditto.
2455         (COM_TRUE_S): Ditto.
2456         (COM_TRUE_P): Ditto.
2457         (type attribute): Add ssemuladd, sseiadd1, ssecvt1, sse4arg types.
2458         (unit attribute): Add support for ssemuladd, ssecvt1, sseiadd1 sse4arg
2459         types.
2460         (memory attribute): Ditto.
2461         (sse4_1_round<mode>2): Use TARGET_ROUND instead of TARGET_SSE4_1.
2462         Use SSE4_1_ROUND_* constants instead of hard coded numbers.
2463         (rint<mode>2): Use TARGET_ROUND instead of TARGET_SSE4_1.
2464         (floor<mode>2): Ditto.
2465         (ceil<mode>2): Ditto.
2466         (btrunc<mode>2): Ditto.
2467         (nearbyintdf2): Ditto.
2468         (nearbyintsf2): Ditto.
2469         (sse_setccsf): Disable if SSE5.
2470         (sse_setccdf): Ditto.
2471         (sse5_setcc<mode>): New support for SSE5 conditional move.
2472         (sse5_pcmov_<mode>): Ditto.
2473
2474         * config/i386/sse.md (SSEMODE1248): New mode iterator for SSE5.
2475         (SSEMODEF4): Ditto.
2476         (SSEMODEF2P): Ditto.
2477         (ssemodesuffixf4): New mode attribute for SSE5.
2478         (ssemodesuffixf2s): Ditto.
2479         (ssemodesuffixf2c): Ditto.
2480         (sserotatemax): Ditto.
2481         (ssescalarmode): Ditto.
2482         (sse_maskcmpv4sf3): Disable if SSE5.
2483         (sse_maskcmpv2df3): Ditto.
2484         (sse_vmmaskcmpv4sf3): Ditto.
2485         (sse5_fmadd<mode>4): Add SSE5 floating point multiply/add
2486         instructions.
2487         (sse5_vmfmadd<mode>4): Ditto.
2488         (sse5_fmsub<mode>4): Ditto.
2489         (sse5_vmfmsub<mode>4): Ditto.
2490         (sse5_fnmadd<mode>4): Ditto.
2491         (sse5_vmfnmadd<mode>4): Ditto.
2492         (sse5_fnmsub<mode>4): Ditto.
2493         (sse5_vmfnmsub<mode>4): Ditto.
2494         (sse5i_fmadd<mode>4): Ditto.
2495         (sse5i_fmsub<mode>4): Ditto.
2496         (sse5i_fnmadd<mode>4): Ditto.
2497         (sse5i_fnmsub<mode>4): Ditto.
2498         (sse5i_vmfmadd<mode>4): Ditto.
2499         (sse5i_vmfmsub<mode>4): Ditto.
2500         (sse5i_vmfnmadd<mode>4): Ditto.
2501         (sse5i_vmfnmsub<mode>4): Ditto.
2502         (mulv16qi3): Add SSE5 support.
2503         (mulv4si3): Ditto.
2504         (sse5_mulv4si3): New insn for 32-bit multiply support on SSE5.
2505         (sse2_mulv4si3): Disable if SSE5.
2506         (sse4_1_roundpd): Use TARGET_ROUND instead of TARGET_SSE4_1.
2507         (sse4_1_roundps): Ditto.
2508         (sse4_1_roundsd): Ditto.
2509         (sse4_1_roundss): Ditto.
2510         (sse_maskcmpv4sf3): Disable if SSE5 so the SSE5 instruction will
2511         be generated.
2512         (sse_maskcmpsf3): Ditto.
2513         (sse_vmmaskcmpv4sf3): Ditto.
2514         (sse2_maskcmpv2df3): Ditto.
2515         (sse2_maskcmpdf3): Ditto.
2516         (sse2_vmmaskcmpv2df3): Ditto.
2517         (sse2_eq<mode>3): Ditto.
2518         (sse2_gt<mode>3): Ditto.
2519         (sse5_pcmov_<mode>): Add SSE5 support.
2520         (vec_unpacku_hi_v16qi): Ditto.
2521         (vec_unpacks_hi_v16qi): Ditto.
2522         (vec_unpacku_lo_v16qi): Ditto.
2523         (vec_unpacks_lo_v16qi): Ditto.
2524         (vec_unpacku_hi_v8hi): Ditto.
2525         (vec_unpacks_hi_v8hi): Ditto.
2526         (vec_unpacku_lo_v8hi): Ditto.
2527         (vec_unpacks_lo_v8hi): Ditto.
2528         (vec_unpacku_hi_v4si): Ditto.
2529         (vec_unpacks_hi_v4si): Ditto.
2530         (vec_unpacku_lo_v4si): Ditto.
2531         (vec_unpacks_lo_v4si): Ditto.
2532         (sse5_pmacsww): New SSE5 intrinsic insn.
2533         (sse5_pmacssww): Ditto.
2534         (sse5_pmacsdd): Ditto.
2535         (sse5_pmacssdd): Ditto.
2536         (sse5_pmacssdql): Ditto.
2537         (sse5_pmacssdqh): Ditto.
2538         (sse5_pmacsdqh): Ditto.
2539         (sse5_pmacsswd): Ditto.
2540         (sse5_pmacswd): Ditto.
2541         (sse5_pmadcsswd): Ditto.
2542         (sse5_pmadcswd): Ditto.
2543         (sse5_pcmov_<move>): Conditional move support on SSE5.
2544         (sse5_phaddbw): New SSE5 intrinsic insn.
2545         (sse5_phaddbd): Ditto.
2546         (sse5_phaddbq): Ditto.
2547         (sse5_phaddwd): Ditto.
2548         (sse5_phaddwq): Ditto.
2549         (sse5_phadddq): Ditto.
2550         (sse5_phaddubw): Ditto.
2551         (sse5_phaddubd): Ditto.
2552         (sse5_phaddubq): Ditto.
2553         (sse5_phadduwd): Ditto.
2554         (sse5_phadduwq): Ditto.
2555         (sse5_phaddudq): Ditto.
2556         (sse5_phsubbw): Ditto.
2557         (sse5_phsubwd): Ditto.
2558         (sse5_phsubdq): Ditto.
2559         (sse5_pperm): Ditto.
2560         (sse5_pperm_sign_v16qi_v8hi): New insns for pack/unpack with SSE5.
2561         (sse5_pperm_zero_v16qi_v8hi): Ditto.
2562         (sse5_pperm_sign_v8hi_v4si): Ditto.
2563         (sse5_pperm_zero_v8hi_v4si): Ditto.
2564         (sse5_pperm_sign_v4si_v2di): Ditto.
2565         (sse5_pperm_sign_v4si_v2di): Ditto.
2566         (sse5_pperm_pack_v2di_v4si): Ditto.
2567         (sse5_pperm_pack_v4si_v8hi): Ditto.
2568         (sse5_pperm_pack_v8hi_v16qi): Ditto.
2569         (sse5_perm<mode>): New SSE5 intrinsic insn.
2570         (rotl<mode>3): Ditto.
2571         (sse5_rotl<mode>3): Ditto.
2572         (sse5_ashl<mode>3): Ditto.
2573         (sse5_lshl<mode>3): Ditto.
2574         (sse5_frcz<mode>2): Ditto.
2575         (sse5s_frcz<mode>2): Ditto.
2576         (sse5_cvtph2ps): Ditto.
2577         (sse5_cvtps2ph): Ditto.
2578         (sse5_vmmaskcmp<mode>3): Ditto.
2579         (sse5_com_tf<mode>3): Ditto.
2580         (sse5_maskcmp<mode>3): Ditto.
2581         (sse5_maskcmp_uns<mode>3): Ditto.
2582         (sse5_maskcmp_uns2<mode>3): Ditto.
2583         (sse5_pcom_tf<mode>3): Ditto.
2584         
2585         * config/i386/predicates.md (const_0_to_31_operand): New predicate
2586         to match 0..31.
2587         (sse5_comparison_float_operator): New predicate to match the
2588         comparison operators supported by the SSE5 com instruction.
2589         (ix86_comparison_int_operator): New predicate to match just the
2590         signed int comparisons.
2591         (ix86_comparison_uns_operator): New predicate to match just the
2592         unsigned int comparisons.
2593
2594         * doc/invoke.texi (-msse5): Add documentation.
2595         (-mfused-madd): Ditto.
2596
2597         * doc/extend.texi (x86 intrinsics): Document new SSE5 intrinsics.
2598
2599         * config.gcc (i[34567]86-*-*): Include bmmintrin.h and
2600         mmintrin-common.h.
2601         (x86_64-*-*): Ditto.
2602
2603         * config/i386/cpuid.h (bit_SSE5): Define SSE5 bit.
2604
2605         * config/i386/bmmintrin.h: New file, provide common x86 compiler
2606         intrinisics for SSE5.
2607
2608         * config/i386/smmintrin.h: Move instructions shared with SSE5 to
2609         mmintrin-common.h.
2610
2611         * config/i386/mmintrin-common.h: New file, to contain common
2612         instructions between SSE4.1 and SSE5.
2613
2614         * config/i386/netware.c (gen_stdcall_or_fastcall_decoration): Use
2615         FOREACH_FUNCTION_ARGS to iterate over the argument list.
2616         (gen_regparm_prefix): Ditto.
2617
2618         * config/i386/winnt.c (gen_stdcall_or_fastcall_suffix): Use
2619         FOREACH_FUNCTION_ARGS to iterate over the argument list.  Use
2620         prototype_p to determine if a function is prototyped.
2621
2622 2007-09-12  Janis Johnson  <janis187@us.ibm.com>
2623
2624         * config/dfp-bit.c (dfp_conversion_exception): New function.
2625         (DFP_TO_DFP) Add new variants to use direct conversions in decNumber.
2626         (DFP_TO_INT): Ditto.
2627         (INT_TO_DFP): Ditto.
2628         * config/dfp-bit.h (DEC_FLOAT_FROM_INT, DEC_FLOAT_TO_INT): New.
2629
2630 2007-09-12  Jakub Jelinek  <jakub@redhat.com>
2631
2632         PR target/32338
2633         * config/ia64/ia64.c (ia64_expand_epilogue): Emit blockage
2634         before sp restoration even when total_size is 0, but
2635         frame_pointer_needed.
2636
2637 2007-09-12  Bob Wilson  <bob.wilson@acm.org>
2638
2639         * config/xtensa/xtensa.c (machine_function): Add vararg_a7_copy.
2640         (xtensa_copy_incoming_a7): Use start_sequence instead of
2641         push_to_sequence.  Stash insns in vararg_a7_copy for builtin_saveregs.
2642         (xtensa_builtin_saveregs): Place code from vararg_a7_copy at the start
2643         of the saveregs sequence.
2644
2645 2007-09-12  Richard Sandiford  <richard@codesourcery.com>
2646
2647         * c-tree.h (grokfield): Add a "tree *" argument.
2648         * c-decl.c (grokdeclarator): Take a pointer to the decl's attributes.
2649         Chain nested decl attributes to it.  Don't call decl_attributes here.
2650         (groktypename): Pass grokdeclarator a pointer to the attribute list.
2651         (start_decl, grokparm, push_parm_decl, start_function): Likewise.
2652         (grokfield): Take a pointer to the decl's attributes and pass
2653         it to grokdeclarator.
2654         * c-parser.c (c_parser_struct_declaration): Update the calls to
2655         grokfield.  Call decl_attributes for anonymous struct and union
2656         fields.
2657
2658 2007-09-12  Jan Hubicka  <jh@suse.cz>
2659
2660         * c-objc-common.h (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
2661
2662 2007-09-12  Ira Rosen  <irar@il.ibm.com>
2663
2664         PR tree-optimization/32377
2665         * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Distinguish
2666         between positive and negative dependence distance using DDR_REVERSED_P.
2667
2668 2007-09-12  Dorit Nuzman  <dorit@il.ibm.com>
2669
2670         PR tree-optimization/33373
2671         * tree-vect-analyze (vect_determine_vectorization_factor): Call 
2672         TREE_INT_CST_LOW when comparing TYPE_SIZE_UNIT. 
2673
2674 2007-09-12  Jan Hubicka  <jh@suse.cz>
2675
2676         PR target/33393
2677         * i386.md (floatsisf2_mixed_memory, floatsisf2_sse_memory): Disable
2678         for !SSE_MATH
2679
2680 2007-09-12  Christian Bruel  <christian.bruel@st.com>
2681
2682         * sh.h (SH_DBX_REGISTER_NUMBER): Added fpscr, fixed sr/gbr regs.
2683         * linux-unwind.h (SH_DWARF_FRAME_GBR): fixed. 
2684         
2685 2007-09-12  Ira Rosen  <irar@il.ibm.com>
2686
2687         * tree-vect-transform.c (vect_get_slp_defs): Don't build a vector
2688         for oprnd1 if not required.
2689         (vectorizable_operation): Use scalar operand in SLP in case of 
2690         shift with scalar argument.
2691
2692 2007-09-12  Ira Rosen  <irar@il.ibm.com>
2693
2694         * params.def (PARAM_MIN_VECT_LOOP_BOUND): Change default and minimum 
2695         to 1.
2696
2697 2007-09-11  James E. Wilson  <wilson@specifix.com>
2698
2699         * defaults.h (DWARF2_UNWIND_INFO): Don't define if
2700         TARGET_UNWIND_INFO is defined.
2701         * config/ia64/ia64.h (INCOMING_RETURN_ADDR_RTX): Delete undef
2702         after definition.
2703
2704 2007-09-12  Kaz Kojima  <kkojima@gcc.gnu.org>
2705
2706         * config/sh/sh.c (calc_live_regs): Use
2707         current_function_saves_all_registers instead of
2708         current_function_has_nonlocal_label.
2709         (sh_allocate_initial_value): Likewise.
2710         (sh_get_pr_initial_val): Likewise.
2711         * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): Likewise.
2712         * config/sh/sh.md (load_ra): Likewise.
2713
2714 2007-09-12  Hans-Peter Nilsson  <hp@axis.com>
2715
2716         * config/cris/t-linux (LIMITS_H_TEST): Only define if not inhibit_libc.
2717
2718         PR target/33360
2719         * config/cris/cris.c (cris_expand_pic_call_address): Fix typo in
2720         GET_CODE (x) == CONST_INT to CONST_INT_P (x) transformation.
2721
2722 2007-09-12  Sa Liu  <saliu@de.ibm.com>
2723
2724         * config/spu/spu.c (spu_emit_branch_or_set): Handle NaN values as
2725         operands to DFmode GE or LE compares.
2726
2727 2007-09-12  Bernd Schmidt  <bernd.schmidt@analog.com>
2728
2729         * config/bfin/bfin.h (enum reg_class, REG_CLASS_CONTENTS,
2730         REG_CLASS_NAMES): Add P0REGS.
2731         (REGNO_REG_CLASS): Return it where appropriate.
2732         (REG_CLASS_FROM_CONSTRAINT): Add 'qA'.
2733         (CLASS_LIKELY_SPILLED_P): P0REGS is likely_spilled.
2734         * doc/md.texi (Blackfin family): Document 'q' constraints.
2735
2736 2007-09-11  Steve Kenton  <skenton@ou.edu>
2737
2738         * pa/linux-unwind.h: Guard with inhibit_libc.
2739         * pa/hpux-unwind.h: Likewise.
2740
2741 2007-09-11  David Daney  <ddaney@avtrex.com>
2742
2743         * doc/invoke.texi: Document new MIPS -mllsc and -mno-llsc options.
2744         * doc/install.texi: Document new --with-llsc and --without-llsc
2745         options.
2746         * config.gcc: Handle --with-llsc and --without-llsc configure options.
2747         * config/mips/mips.md (sync, memory_barrier): Wrap sync instrunction
2748         in %| and %- operand codes.  Depend on GENERATE_SYNC instead of
2749         ISA_HAS_SYNC.
2750         (sync_compare_and_swap<mode>, sync_add<mode>, sync_sub<mode>,
2751         sync_old_add<mode>, sync_old_sub<mode>, sync_new_add<mode>,
2752         sync_new_sub<mode>, sync_<optab><mode>, sync_old_<optab><mode>,
2753         sync_new_<optab><mode>, sync_nand<mode>, sync_old_nand<mode>,
2754         sync_new_nand<mode>, sync_lock_test_and_set<mode>): Depend on
2755         GENERATE_LL_SC instead of ISA_HAS_LL_SC.
2756         * config/mips/mips.opt (mllsc): New option.
2757         * config/mips/mips.c (mips_llsc): Define variable.
2758         (mips_handle_option): Handle mllsc option.
2759         (override_options): Set mips_print_operand_punct for '|' and '-'.
2760         (print_operand): Add new %| and %- operand codes.
2761         * config/mips/mips.h (mips_llsc_setting): New enum type.
2762         (mips_llsc): Declare.
2763         (OPTION_DEFAULT_SPECS): Add llsc handling.
2764         (GENERATE_SYNC): New macro.
2765         (GENERATE_LL_SC): New macro.
2766         (MIPS_COMPARE_AND_SWAP, MIPS_SYNC_OP, MIPS_SYNC_OLD_OP,
2767         MIPS_SYNC_NEW_OP, MIPS_SYNC_NAND, MIPS_SYNC_OLD_NAND,
2768         MIPS_SYNC_NEW_NAND, MIPS_SYNC_EXCHANGE): Wrap instructions
2769         in %| and %- operand codes.
2770
2771 2007-09-11  Eric Botcazou  <ebotcazou@adacore.com>
2772
2773         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal with
2774         TYPE_NONALIASED_COMPONENT like with DECL_NONADDRESSABLE_P.
2775
2776 2007-09-11  Jason Merrill  <jason@redhat.com>
2777
2778         PR middle-end/27945
2779         * stor-layout.c (layout_decl): Do pack variable size fields.    
2780
2781 2007-09-11  Maxim Kuvyrkov  <maxim@codesourcery.com>
2782
2783         * config/m68k/predicates.md (movsi_const0_operand,
2784         non_symbolic_call_operand): New predicates.
2785
2786         * config/m68k/constraints.md (Cs, Ci, C0, Cj, CQ, CW, CZ, CS, Ap, Ac):
2787         New constraints.
2788         * doc/md.texi (Constraints for Particular Machines: Motorola 680x0):
2789         Document constraints N, O, P, R, S, T, Q, U, W, Cs, Ci, C0, Cj, CQ,
2790         CW, CZ, CS, Ap and Ac.
2791
2792         * config/m68k/m68k.md (UNSPEC_IB): New constant.
2793         (constraints.md): New include.
2794         (cpu, type, type1, opx, opy, opx_type, opy_type, size, opx_access,
2795         opx_mem, opy_mem, op_mem, guess, split): New attributes.
2796         (movdf_internal): Name pattern.  Fix to use alternatives.  Add split.
2797         Specify attributes.
2798         (pushdi): Add split.
2799         (tstsi_internal): Name pattern.  Fix to use alternatives.  Specify
2800         attributes.  Split tstsi_internal_68020_cf from it.
2801         (tstsi_internal_68020_cf): New pattern.
2802         (tsthi_internal, tstqi_internal): Name pattern.  Specify attributes.
2803         (tst<mode>_cf): Specify attributea.
2804         (cmpsi_cf): Name pattern.  Specify attributes.
2805         (cmp<mode>_68881, cmp<mode>_cf): Specify type attribute.
2806         (pushexthisi_const): Fix to use alternatives.  Specify
2807         attributes.
2808         (movsi_const0): Split movsi_const0_68000_10 and movsi_const0_68040_60
2809         from it.  Fix to use alternatives.  Specify attributes.
2810         (movsi_const0_68040_10, movsi_const0_68040_60): New patterns.
2811         (movsi_cf, movstrictqi_cf): Fix to use alternatives.  Specify
2812         attributes.
2813         (movsf_cf_soft): Specify attributes.
2814         (movdf_cf_soft): Add split.
2815         (pushasi, zero_extendhisi2_cf, zero_extendqisi2_cfv4,
2816         cfv4_extendhisi2, 68k_extendhisi2, extendqihi2, cfv4_extendqisi2,
2817         68k_extendqisi2, truncdfsf2_cf): Specify attributes.
2818         (truncdfsf2_68881): Name pattern.  Specify attributes.
2819         (floatsi<mode>2_cf, floathi<mode>2_68881, floathi<mode>2_cf,
2820         floatqi<mode>2_68881, floatqi<mode>2_cf, ftrunc<mode>2_cf,
2821         fix<mode>qi2_cf, fix<mode>hi2_cf, fix<mode>si2_cf, adddi_dishl32):
2822         Specify attributes.
2823         (addsi3_5200): Fix to use alternatives.  Specify attributes.
2824         Add splits.
2825         (add<mode>3_cf, subdi_dishl32): Specify attributes.
2826         (subsi3): Add alternative for subq.l.  Specify attributes.
2827         (sub<mode>3_cf, mulhi3, mulhisi3): Specify attributes.
2828         (mulhisisi3_s, mulsi3_68020, mulsi3_cf): Name pattern.  Specify
2829         attributes.
2830         (umulhisi3): Specify attributes.
2831         (mulhisisi3_z): Name pattern.  Specify attributes.
2832         (fmul<mode>3_cf, div<mode>3_cf, negsi2_internal, negsi2_5200,
2833         sqrt<mode>2_68881, clzsi2, one_cmplsi2_5200, subreghi1ashrdi_const32,
2834         subregsi1ashrdi_const32, ashrsi3, subreg1lshrdi_const32, lshrsi3,
2835         bsetmemqi): Specify attributes.
2836         (bsetmemqi_ext): Name pattern.  Specify attributes.
2837         (bclrmemqi): Specify attributes.
2838         (bclrmemqi_ext, scc, sls): Name pattern.  Specify attributes.
2839         (beq, bne, bgt, bgtu, blt, bltu, bge, bgeu, ble, bleu): Specify
2840         attributes.
2841         (beq2, bne2, bgt2, bgtu2, blt2, bltu2, bge2, bgeu2, ble2, bleu2): Name
2842         pattern.  Specify attributes.
2843         (jump): Specify attributes.
2844         (tablejump_internal): Name pattern.  Specify attributes.
2845         (call_value): Split into non_symbolic_call_value,
2846         symbolic_call_value_jsr, symbolic_call_value_bsr.  Fix to use
2847         alternatives.  Specify attributes.
2848         (non_symbolic_call_value, symbolic_call_value_jsr,
2849         symbolic_call_value_bsr): New patterns.
2850         (nop, return, unlink, indirect_jump): Specify attributes.
2851         (trap): Fix condition.  Specify attributes.
2852         (ib): New pattern.
2853
2854         * config/m68k/m68k.c (m68k_symbolic_call_var): New variable.
2855         (override_options): Initialize it.  Initialize m68k_sched_cpu.
2856         (CONST_METHOD): Rename to M68K_CONST_METHOD, move to m68k.h.
2857         (const_method): Make global, rename to m68k_const_method.
2858         (const_int_cost, output_move_const_into_data_reg): Update.
2859         (output_move_double): Parametrize to emit rtl code, rename to
2860         handle_move_double.
2861         (output_reg_adjust, emit_reg_adjust, output_compadr, output_movsi,
2862         emit_movsi): New static functions.
2863         (output_move_double): New function with semantics of old
2864         output_move_double.
2865         (m68k_emit_move_double): New function.
2866         (m68k_sched_cpu): New variable.
2867         (attr_op_type): New enum.
2868         (sched_guess_p): New variable.
2869         (sched_address_type, sched_operand_type, sched_attr_op_type):
2870         New static functions.
2871         (m68k_sched_attr_opx_type, m68k_sched_attr_opy_type,
2872         m68k_sched_attr_size, m68k_sched_attr_op_mem): New functions.
2873         (sched_branch_type): New static variable.
2874         (m68k_sched_branch_type): New function.
2875         * config/m68k/m68k.h (M68K_SYMBOLIC_CALL): New enum.
2876         (m68k_symbolic_call_var): Declare.
2877         (M68K_CONST_METHOD): Rename from CONST_METHOD.  Move here from m68k.c.
2878         (m68k_const_method, m68k_emit_move_double, m68k_sched_cpu,
2879         m68k_sched_attr_opx_type, m68k_sched_attr_opy_type,
2880         m68k_sched_attr_size, m68k_sched_attr_op_mem, m68k_sched_branch_type):
2881         Declare.
2882
2883 2007-09-11  Jakub Jelinek  <jakub@redhat.com>
2884
2885         * builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin.
2886         * builtins.c (expand_builtin) <case BUILT_IN_VA_ARG_PACK_LEN>: Issue
2887         error if __builtin_va_arg_pack_len () wasn't optimized out during
2888         inlining.
2889         * tree-inline.c (copy_bb): Replace __builtin_va_arg_pack_len ()
2890         with the number of inline's anonymous arguments.
2891         * doc/extend.texi: Document __builtin_va_arg_pack_len ().
2892
2893 2007-09-11  Zdenek Dvorak  <ook@ucw.cz>
2894
2895         * fold-const.c (extract_muldiv_1): Do not simplify
2896         var * c * c to var.
2897
2898 2007-09-11  Jan Hubicka <jh@suse.cz>
2899
2900         * i386.h (ix86_tune_indices): Add X86_TUNE_INTER_UNIT_CONVERSIONS.
2901         (TARGET_INTER_UNIT_CONVERSIONS): New.
2902         * i386.md (floatsi expanders): Remove redundant check for SImode
2903         source; offload to memory when asked for.
2904         (floatsisf2_mixed, floatsisf2_sse, floatsidf2_mixed, floatsidf2_sse
2905         floatdisf2_mixed, floatsisf2_sse, floatsidf2_mixed, floatsidf2_sse):
2906         Update conditions;
2907         (floatsisf2_mixed_memory, floatsisf2_sse_memory,
2908         floatsidf2_mixed_memory, floatsidf2_sse_memory
2909         floatdisf2_mixed_memory, floatsisf2_sse_memory,
2910         floatsidf2_mixed_memory, floatsidf2_sse_memory): New.
2911
2912 2007-09-11  Jan Hubicka <jh@suse.cz>
2913
2914         * toplev.c (process_options): all frontends now do unit-at-a-time.
2915         * cgraphunit.c: update comments.
2916         (cgraph_expand_function): call passmanager dirrectly; emit thunks.
2917         * c-decl.c (finish_function): use cgraph_add_new_function.
2918         * function.c (expand_function_end): We are always unit-at-a-time.
2919
2920 2007-09-11  Richard Sandiford  <richard@codesourcery.com>
2921
2922         * config/mips/mips.c (mips_set_mips16_mode): Use separate anchor
2923         settings for MIPS16.
2924         (mips_use_anchors_for_symbol_p): Use default_use_anchors_for_symbol_p.
2925
2926 2007-09-11  Richard Sandiford  <richard@codesourcery.com>
2927
2928         * config/mips/mips.c (mips_symbol_insns_1): Allow LEAs of
2929         SYMBOL_FORCE_TO_MEM constants.
2930         (mips_rtx_costs): Give a cost of 1 to force_to_mem_operands.
2931         (mips16_rewrite_pool_refs_info): New structure.
2932         (mips16_rewrite_pool_constant): New function, split out from...
2933         (mips16_rewrite_pool_refs): ...here.  Take a pointer to a
2934         mips16_rewrite_pool_refs_info structure rather than a pointer
2935         to a constant pool.  Force force_to_mem_operands into memory.
2936         (mips16_lay_out_constants): Update call to mips16_rewrite_pool_refs.
2937         * config/mips/predicates.md (force_to_mem_operand): New predicate.
2938         * config/mips/constraints.md (kf): New constraint.
2939         * config/mips/mips.md (*movdi_64bit_mips16): Add a d <- kf alternative.
2940         (*movsi_mips16): Likewise.
2941
2942 2007-09-11  Richard Sandiford  <richard@codesourcery.com>
2943             Nigel Stephens  <nigel@mips.com>
2944             David Ung  <davidu@mips.com>
2945
2946         * config/mips/mips.h (CONSTANT_POOL_COST): Move to...
2947         * config/mips/mips.c: ...here and set to 4 for TARGET_MIPS16.
2948         (mips16_constant_cost, mips_immediate_operand_p, mips_binary_cost)
2949         (mips_fp_mult_cost, mips_fp_div_cost, mips_sign_extend_cost)
2950         (mips_zero_extend_cost): New functions.
2951         (mips_rtx_costs): Treat COMPARE constants as having zero cost.
2952         Use the new functions.  Tweak many cost estimates, both here
2953         and in the new subroutines.  Return false when the cost of the
2954         operands has not been calculated.  Check for *clear_upper32.
2955         Check for floating-point multiply-add, reciprocal and rsqrt
2956         patterns.  Handle comparison and rotation codes.
2957
2958 2007-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
2959
2960         * config/i386/cygming.h (TARGET_STRIP_NAME_ENCODING): Don't
2961         override default.
2962         * config/i386/i386.c (get_dllimport_decl): Don't strip
2963         FASTCALL_PREFIX.
2964
2965 2007-09-10  Janis Johnson  <janis187@us.ibm.com>
2966
2967         PR c/30013
2968         * config/dfp-bit.c: Don't skip TFmode conversions; move strto*
2969         declarations to top.
2970         (DFP_TO_BFP): Use for either XFmode or TFmode.
2971         (BFP_TO_DFP): Use for either XFmode or TFmode; always use cast
2972         of BFP_VIA_TYPE.
2973         * config/dfp-bit.h: Include float.h.
2974         (LONG_DOUBLE_HAS_XF_MODE, LONG_DOUBLE_HAS_TF_MODE): Define if long
2975         double is one of these modes, rather than using LIBGCC_HAS_*F_MODE
2976         which doesn't mean the same thing.
2977         (BFP_KIND): Use 4 to mean TFmode.
2978         (BFP_FMT): Specify the number of decimal digits based on the
2979         number of mantissa digits.
2980         (BFP_VIA_TYPE): Binary float type to use as cast for sprintf.
2981         (BFP_TO_DFP, DFP_TO_BFP): Define names for TFmode variants.
2982         (STR_TO_BFP): Use strtold for XFmode or TFmode.
2983         (TFtype): Define if TFmode is supported.
2984         * doc/libgcc.texi (Decimal float library routines): Document
2985         TF conversion functions.
2986
2987 2007-09-10  Chao-ying Fu  <fu@mips.com>
2988
2989         * config/mips/mips.c (mips_scalar_mode_supported_p): Declare.
2990         (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
2991         (mips_emit_compare): Process fixed-point modes.
2992         (mips_pad_arg_upward): Support fixed-point types.
2993         (override_options): Allow fixed-point modes in accumulators.
2994         (mips_pass_by_reference): Pass DQ, UDQ, DA, and UDA modes in registers.
2995         (mips_vector_mode_supported_p): Support V2HQmode, V2UHQmode, V2HAmode,
2996         V2UHAmode, V4QQmode, and V4UQQmode when TARGET_DSP.
2997         (mips_scalar_mode_supported_p): New function to accept fixed-point
2998         modes if the width is not greater than two BITS_PER_WORD.
2999         * config/mips/mips.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE,
3000         LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE,
3001         SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE,
3002         LONG_LONG_ACCUM_TYPE_SIZE): Define.
3003         * config/mips/mips.md ("d"): Update mode attribute for fixed-point
3004         modes.
3005         ("IMODE"): New mode attribute.
3006         (mips-fixed.md): Include.
3007         * config/mips/mips-modes.def: Create VECTOR_MODES for FRACT, UFRACT,
3008         ACCUM, UACCUM.
3009         * config/mips/mips-fixed.md: New file.
3010
3011 2007-09-11  Ben Elliston  <bje@au.ibm.com>
3012
3013         * config/spu/spu.md: Formatting fixes.
3014
3015 2007-09-10  Janis Johnson  <janis187@us.ibm.com>
3016
3017         * config/dfp-bit.c (dfp_unary_func): Delete.
3018         (dfp_unary_op): Delete.
3019         (dfp_binary_op): Use decFloat functions instead of decNumber
3020         functions for binary operations.
3021         (d32_binary_op): Convert 32-bit operands to 64 bits for evaluation.
3022         (dnn_binary_op): Call dfp_binary_op with decFloat rather than
3023         DFP_C_TYPE.
3024         (dfp_compare_op): Use decFloat functions insteadof decNumber
3025         functions for comparisons.
3026         (d32_compare_op): Convert 32-bit operands to 64 bits for evaluation.
3027         (dnn_binary_op): Call dfp_compare_op with decFloat rather than
3028         DFP_C_TYPE.
3029         (DFP_ADD, DFP_SUB, DFP_MULTIPLE, DFP_DIVIDE): Use macros for
3030         call to dxx_binary_op and decFloat function.
3031         (DFP_EQ, DFP_NE, DFP_LT, DFP_GT, DFP_LE, DFP_GE): Use macros for
3032         calls to dxx_binary_op and decFloat function.
3033         * config/dfp-bit.h: Include decFloat header files.
3034         (decFloat, DFP_BINARY_OP, DFP_COMPARE_OP, DEC_FLOAT_ADD,
3035         DEC_FLOAT_SUBTRACT, DEC_FLOAT_MULTIPLY, DEC_FLOAT_DIVIDE,
3036         DEC_FLOAT_COMPARE, DEC_FLOAT_IS_ZERO, DEC_FLOAT_IS_NAN,
3037         DEC_FLOAT_IS_SIGNED: Define for each of 3 operand widths.
3038
3039 2007-09-10  Harsha Jagasia <harsha.jagasia@amd.com>
3040             Jan Sjodin <jan.sjodin@amd.com>
3041
3042         * tree-vect-analyze.c (vect_analyze_operations): Change
3043         comparison of loop iterations with threshold to less than
3044         or equal to instead of less than. Reduce
3045         min_scalar_loop_bound by one.
3046         * tree-vect-transform.c (vect_estimate_min_profitable_iters): 
3047         Change prologue and epilogue iterations estimate to vf/2,
3048         when unknown at compile-time. Change versioning guard
3049         cost to taken_branch_cost. If peeling for alignment is
3050         unknown at compile-time, change peel guard costs to one
3051         taken branch and one not-taken branch per peeled loop.
3052         If peeling for alignment is known but number of scalar loop
3053         iterations is unknown at compile-time, change peel guard
3054         costs to one taken branch per peeled loop. Change the cost
3055         model equation to consider vector iterations as the loop
3056         iterations less the prologue and epilogue iterations.
3057         Change outside vector cost check to less than or equal to
3058         zero instead of equal to zero.
3059         (vect_do_peeling_for_loop_bound): Reduce
3060         min_scalar_loop_bound by one.
3061         * tree-vectorizer.h: Add TARG_COND_TAKEN_BRANCH_COST and
3062         TARG_COND_NOT_TAKEN_BRANCH_COST.        
3063         * config/i386/i386.h (processor_costs): Add
3064         scalar_stmt_cost, scalar_load_cost, scalar_store_cost,
3065         vec_stmt_cost, vec_to_scalar_cost, scalar_to_vec_cost,
3066         vec_align_load_cost, vect_unalign_load_cost,
3067         vec_store_cost, cond_taken_branch_cost,
3068         cond_not_taken_branch_cost.
3069         Define macros for x86 costs.
3070         * config/i386/i386.c:
3071         (size_cost): Set scalar_stmt_cost, scalar_load_cost,
3072         scalar_store_cost, vec_stmt_cost, vec_to_scalar_cost,
3073         scalar_to_vec_cost, vec_align_load_cost, 
3074         vect_unalign_load_cost, vec_store_cost,
3075         cond_taken_branch_cost, cond_not_taken_branch_cost to one. 
3076         (i386_cost, i486_cost, pentium_cost, pentiumpro_cost,
3077         geode_cost, k6_cost, athlon_cost, pentium4_cost, nocona_cost, 
3078         core2_cost, generic64_cost, generic32_cost): Set to default
3079         untuned costs.
3080         (k8_cost, amdfam10_cost): Costs for vectorization tuned.
3081         (x86_builtin_vectorization_cost): New.
3082
3083 2007-09-10  Janis Johnson  <janis187@us.ibm.com>
3084             Ben Elliston  <bje@au.ibm.com>
3085
3086         * dfp.c: Include decimal128Local.h; 
3087         (dfp_byte_swap): Remove.
3088         (encode_decimal32, decode_decimal32): Don't handle endianness.
3089         (encode_decimal64, decode_decimal64): Ditto.
3090         (encode_decimal128, decode_decimal128): Ditto.
3091         * config/dfp-bit.c (host_to_ieee32, ieee_to_host_32): Ditto.
3092         (__swap64): Remove.
3093         (host_to_ieee_64, ieee_to_host_64): Don't handle endianness.
3094         (__swap128): Remove
3095         (host_to_ieee_128, ieee_to_host_128): Don't handle endianness.
3096         * Makefile.in (DECNUM_H): Add decimal128Local.h.
3097
3098 2007-09-10  David Daney  <ddaney@avtrex.com>
3099
3100         * config/mips/mips.md (UNSPEC_MEMORY_BARRIER): New entry in
3101         define_constants.
3102         (memory_barrier): Rewrote as an insn that clobbers memory.
3103
3104 2007-09-10  Richard Sandiford  <richard@codesourcery.com>
3105
3106         * config/mips/mips.c (mips_global_pointer): Check
3107         call_really_used_regs instead of call_used_regs.
3108         (mips_save_reg_p): Likewise.  Save all call-saved registers
3109         if current_function_saves_all_registers.  Fix indentation.
3110         No longer treat $18 as a special case.
3111         (compute_frame_size): Guard FPR loop with TARGET_HARD_FLOAT.
3112
3113 2007-09-10  Richard Sandiford  <richard@codesourcery.com>
3114
3115         * config/mips/mips.h (MIPS_ARCH_FLOAT_SPEC): New macro.
3116         * config/mips/mips.c (mips_cpu_info_table): Mention it in the
3117         the introductory comment.
3118         (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Delete.
3119         (override_options): Don't test for it.
3120         * config/mips/sde.h (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Delete.
3121         (DRIVER_SELF_SPECS): Add MIPS_ARCH_FLOAT_SPEC.
3122         * config/mips/vr.h: As for config/mips/sde.h.
3123
3124 2007-09-10  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3125             Revital Eres  <eres@il.ibm.com>
3126
3127         * target.h (struct gcc_target.sched): New field: sms_res_mii.
3128         (struct ddg): Define.
3129         * target-def.h (TARGET_SCHED_SMS_RES_MII): Define.
3130         (TARGET_SCHED): Add TARGET_SCHED_SMS_RES_MII.
3131         * config/spu/spu.c: Include ddg.h.
3132         (TARGET_SCHED_SMS_RES_MII): Define.
3133         (spu_sms_res_mii): New function to calculate mii.
3134         * modulo-sched (res_MII): Use it.
3135         * doc/tm.texi: Document TARGET_SCHED_SMS_RES_MII.
3136
3137 2007-09-10  Andreas Krebbel  <krebbel1@de.ibm.com>
3138
3139         * config/s390/s390.c (s390_dump_pool): Create copy of constant
3140         pool entries since they might hold values that must not be shared.
3141
3142 2007-09-10  Uros Bizjak  <ubizjak@gmail.com>
3143
3144         PR target/33369
3145         * gcc/config/i386/sse.md (ashr<mode>3): Change op2 mode to SImode.
3146         Use 'N' operand constraint for op2.
3147         (lshr<mode>3): Ditto.
3148         (ashl<mode>3): Ditto.
3149         (vec_shl_<mode>): Use const_0_to_255_mul_8_operand predicate for op2.
3150         (vec_shr_<mode>): Ditto.
3151         * gcc/config/i386/i386.c (ix86_expand_builtin) [IX86_BUILTIN_PSLL?128,
3152         IX86_BUILTIN_PSRA*?128, IX86_BUILTIN_PSRL?128]: Convert op1 to SImode.
3153
3154 2007-09-10  Andreas Krebbel  <krebbel1@de.ibm.com>
3155
3156         * config/s390/s390.md ("fixuns_trunc<BFP:mode><GPR:mode>2"):
3157         Change mode macro in the last real_2expN parameter to uppercase.
3158
3159 2007-09-10  Michael Matz  <matz@suse.de>
3160
3161         * tree-pass.h (pass_cselim): Declare new pass.
3162         * passes.c (init_optimization_passes): Link in pass_cselim.
3163         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Renamed from
3164         tree_ssa_phiopt; add do_store_elim parameter, handle it by calling
3165         cond_store_replacement.
3166         (condstoretemp): New static variable.
3167         (cond_store_replacement): New function.
3168         (tree_ssa_phiopt, tree_ssa_cs_elim): New wrappers around
3169         tree_ssa_phiopt_worker.
3170         (struct name_to_bb): New.
3171         (get_non_trapping, name_to_bb_hash, name_to_bb_eq, add_or_mark_expr,
3172         nt_init_block, nt_fini_block): New static functions.
3173         (seen_ssa_names, nontrap_set): New static variables.
3174         (gate_cselim, pass_cselim): Define new pass.
3175         * common.opt (ftree-cselim): New flag.
3176         * toplev.c (process_options): Set flag_tree_cselim if required.
3177
3178 2007-09-10  Hans-Peter Nilsson  <hp@axis.com>
3179
3180         * simplify-rtx.c (simplify_relational_operation_1): For recent
3181         canonicalization, don't recurse if op1 equals both PLUS arguments.
3182
3183 2007-09-09  David Daney  <ddaney@avtrex.com>
3184
3185         * optabs.c (expand_sync_operation):  Use plus insn if minus
3186         CONST_INT_P(val).
3187         (expand_sync_fetch_operation):  Ditto.
3188
3189 2007-09-09  H.J. Lu  <hongjiu.lu@intel.com>
3190
3191         * i386.md (*floatsisf2_mixed_vector): Use cvtdq2ps instead
3192         of cvtpq2ps.
3193         (*floatsisf2_sse_vector): Likewise.
3194
3195 2007-09-09  Krister Walfridsson  <cato@df.lth.se>
3196
3197         * config/netbsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
3198
3199 2007-09-09  H.J. Lu  <hongjiu.lu@intel.com>
3200
3201         * config/i386/i386.h (ix86_tune_indices): Rename
3202         X86_USE_VECTOR_CONVERTS to X86_TUNE_USE_VECTOR_CONVERTS.
3203         (TARGET_USE_VECTOR_CONVERTS): Updated.
3204         * config/i386/i386.c: Likewise.
3205
3206 2007-09-09  Sandra Loosemore  <sandra@codesourcery.com>
3207             Nigel Stephens <nigel@mips.com>
3208
3209         * doc/invoke.texi (Overall Options):  Add .sx file extension
3210         as a synonym for .S.
3211         * cppspec.c (known_suffixes): Likewise.
3212         * gcc.c (default_compilers): Likewise.
3213
3214 2007-09-09  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3215
3216         PR target/30315
3217         * config/i386/i386.h (CANONICALIZE_COMPARISON): Delete.
3218         * simplify-rtx.c (simplify_relational_operation_1): Add the
3219         canonicalization from i386.h.
3220         * doc/md.texi (Canonicalization of Instructions): Document it.
3221
3222 2007-09-09  Jan Hubicka  <jh@suse.cz>
3223             Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3224
3225         * i386.h (ix86_tune_indices): Add X86_USE_VECTOR_CONVERTS.
3226         (TARGET_USE_VECTOR_CONVERTS): New.
3227         * i386.md: New post-reload splitters for converting SF to DF and DF to
3228         SF.
3229         (floatsi* expander): Special case vector conversions.
3230         (floatsisf2_mixed_vector, floatsisf2_sse_vector_nointernunit,
3231         floatsisf2_sse_vector_internunit, floatsisf2_sse_vector,
3232         floatsidf2_mixed_vector, floatsidf2_sse_vector): New.
3233         (floatsisf2_mixed, floatsisf2_sse, floatsidf2_mixed, floatsidf2_sse):
3234         Disable when doing vector converts.
3235         (floatsi<mode>2_i387): Disable when
3236         * sse.md (vec_dupv2df): Export.
3237         * i386.c (ix86_tune_features): Enable SSE conversions.
3238
3239 2007-09-09  Richard Guenther  <rguenther@suse.de>
3240
3241         * tree-ssa-operands.c (add_virtual_operand): Only mark
3242         stores as has_volatile_ops if alias information is not available.
3243
3244 2007-09-09  Revital Eres  <eres@il.ibm.com>
3245
3246         * doc/contrib.texi: Add myself.
3247
3248 2007-09-09  Ira Rosen  <irar@il.ibm.com>
3249
3250         * tree-vectorizer.h (stmt_vinfo_set_inside_of_loop_cost,
3251         stmt_vinfo_set_outside_of_loop_cost): New functions.
3252         * tree-vect-transform.c (vect_get_cost_fields): Remove.
3253         (vect_model_simple_cost): Call
3254         stmt_vinfo_set_inside/outside_of_loop_cost to set the relevant cost
3255         field instead of calling vect_get_cost_fields.
3256         (vect_model_store_cost, vect_model_load_cost): Likewise.
3257
3258 2007-09-09  Revital Eres  <eres@il.ibm.com>
3259
3260         * config/rs6000/rs6000.c (paired_init_builtins): Add const
3261         declaration to bdesc_paired_preds variable.
3262         (paired_expand_builtin): Likewise.
3263
3264 2007-09-09  Revital Eres  <eres@il.ibm.com>
3265
3266         * dbgcnt.def (sms_sched_loop): New counter.
3267         * modulo-sched.c: Use sms_sched_loop instead of
3268         MAX_SMS_LOOP_NUMBER to determine the maximum number of loops to
3269         perform swing modulo scheduling on.  Include dbgcnt.h.
3270         * Makefile.in: Add DBGCNT_H to modulo-sched.o.
3271         * params.def: Remove PARAM_MAX_SMS_LOOP_NUMBER.
3272
3273 2007-09-09  Uros Bizjak  <ubizjak@gmail.com>
3274
3275         * config/i386/i386.md (X87MODEF12, SSEMODEF): Remove mode iterators.
3276         Substitute all uses with ...
3277         (MODEF): New mode iterator.
3278
3279         (fix_trunc<mode>_fisttp_i387_1): Remove operand constraints
3280         from pre-regalloc define_insn_and_split splitter pattern.
3281         (*fix_trunc<mode>_i387_1): Ditto.
3282         (*fistdi2_1): Ditto.
3283         (*fist<mode>2_1): Ditto.
3284         (frndintxf2_floor): Ditto.
3285         (*fist<mode>2_floor_1): Ditto.
3286         (frndintxf2_ceil): Ditto.
3287         (*fist<mode>2_ceil_1): Ditto.
3288         (frndintxf2_trunc): Ditto.
3289         (frndintxf2_mask_pm): Ditto.
3290
3291         (prologue): Use (const_int 0) as never generated filler insn.
3292         (epilogue): Ditto.
3293         (sibcall_epilogue): Ditto.
3294         (eh_return_si): Ditto.
3295         (eh_return_di): Ditto.
3296
3297         (add<mode>3): Rename from adddf3 and addsf3.  Macroize expander
3298         using MODEF mode iterator.
3299         (sub<mode>3): Rename from subdf3 and subsf3.  Macroize expander
3300         using MODEF mode iterator.
3301         (mul<mode>3): Rename from muldf3 and mulsf3.  Macroize expander
3302         using MODEF mode iterator.
3303         (nearbyint<mode>2): Rename from nearbyintdf2 and nearbyintsf2.
3304         Macroize expander using MODEF mode iterator.
3305
3306         (zero_extendsidi2): Remove operand constraints from expander.
3307         (smuldi3_highpart): Ditto.
3308         (indirect_jump): Ditto.
3309         (tablejump): Ditto.
3310         (rsqrtsf2): Ditto.
3311         * config/i386/sse.md (storentv4sf): Ditto.
3312         (storentv2df): Ditto.
3313         (storentv2di): Ditto.
3314         (storentsi): Ditto.
3315         (sse2_cvtpd2ps): Ditto.
3316         (vec_interleave_highv16qi): Ditto.
3317         (vec_interleave_lowv16qi): Ditto.
3318         (vec_interleave_highv8hi): Ditto.
3319         (vec_interleave_lowv8hi): Ditto.
3320         (vec_interleave_highv4si): Ditto.
3321         (vec_interleave_lowv4si): Ditto.
3322         (vec_interleave_highv2di): Ditto.
3323         (vec_interleave_lowv2di): Ditto.
3324         (sse2_maskmovdqu): Ditto.
3325         * config/i386/mmx.md (mmx_maskmovq): Ditto.
3326
3327 2007-09-09  Ira Rosen  <irar@il.ibm.com>
3328
3329         * tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.
3330         (struct _slp_tree, struct _slp_instance): Define new data structures
3331         along macros for their access.
3332         (struct _loop_vec_info): Define new fields: strided_stores,
3333         slp_instances, and slp_unrolling_factor along macros for their access.
3334         (enum slp_vect_type): New.
3335         (struct _stmt_vec_info): Define new field, slp_type, and macros for
3336         its access.
3337         (STMT_VINFO_STRIDED_ACCESS): New macro.
3338         (vect_free_slp_tree): Declare.
3339         (vectorizable_load): Add an argument of type slp_tree.
3340         (vectorizable_store, vectorizable_operation, vectorizable_conversion,
3341         vectorizable_assignment): Likewise.
3342         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
3343         Declare (make extern).
3344         * tree-vectorizer.c (new_stmt_vec_info): Initialize the new field.
3345         (new_loop_vec_info): Likewise.
3346         (destroy_loop_vec_info): Free memory allocated for SLP structures.
3347         * tree-vect-analyze.c: Include recog.h.
3348         (vect_update_slp_costs_according_to_vf): New.
3349         (vect_analyze_operations): Add argument for calls to vectorizable_ ()
3350         functions. For not pure SLP stmts with strided access check that the
3351         group size is power of 2. Update the vectorization factor according to
3352         SLP. Call vect_update_slp_costs_according_to_vf.
3353         (vect_analyze_group_access): New.
3354         (vect_analyze_data_ref_access): Call vect_analyze_group_access.
3355         (vect_free_slp_tree): New functions.
3356         (vect_get_and_check_slp_defs, vect_build_slp_tree, vect_print_slp_tree,
3357         vect_mark_slp_stmts, vect_analyze_slp_instance, vect_analyze_slp,
3358         vect_make_slp_decision, vect_detect_hybrid_slp_stmts,
3359         vect_detect_hybrid_slp): Likewise.
3360         (vect_analyze_loop): Call vect_analyze_slp, vect_make_slp_decision
3361         and vect_detect_hybrid_slp.
3362         * tree-vect-transform.c (vect_estimate_min_profitable_iters): Take
3363         SLP costs into account.
3364         (vect_get_cost_fields): New function.
3365         (vect_model_simple_cost): Make extern, add SLP parameter and handle
3366         SLP.
3367         (vect_model_store_cost, vect_model_load_cost): Likewise.
3368         (vect_get_constant_vectors): New function.
3369         (vect_get_slp_vect_defs, vect_get_slp_defs,
3370         vect_get_vec_defs_for_stmt_copy, vect_get_vec_defs_for_stmt_copy,
3371         vect_get_vec_defs): Likewise.
3372         (vectorizable_reduction): Don't handle SLP for now.
3373         (vectorizable_call): Don't handle SLP for now. Add argument to
3374         vect_model_simple_cost.
3375         (vectorizable_conversion): Handle SLP (call vect_get_vec_defs to
3376         get SLPed and vectorized defs). Fix indentation and spacing.
3377         (vectorizable_assignment): Handle SLP.
3378         (vectorizable_induction): Don't handle SLP for now.
3379         (vectorizable_operation): Likewise.
3380         (vectorizable_type_demotion): Add argument to
3381         vect_model_simple_cost.
3382         (vectorizable_type_promotion): Likewise.
3383         (vectorizable_store, vectorizable_load): Handle SLP.
3384         (vectorizable_condition): Don't handle SLP for now.
3385         (vect_transform_stmt): Add a new argument for SLP. Check that there is
3386         no SLP transformation required for unsupported cases. Add SLP
3387         argument for supported cases.
3388         (vect_remove_stores): New function.
3389         (vect_schedule_slp_instance, vect_schedule_slp): Likewise.
3390         (vect_transform_loop): Schedule SLP instances.
3391         * Makefile.in: (tree-vect-analyze.o): Depend on recog.h.
3392
3393 2007-09-09  Andrew Haley  <aph@redhat.com>
3394
3395         * optabs.c (sign_expand_binop): Set libcall_gen = NULL in the fake
3396         signed optab.
3397
3398 2007-09-09  Hans-Peter Nilsson  <hp@axis.com>
3399
3400         Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.
3401         * doc/rtl.texi (Insns): Specify when a label_ref makes a jump_insn.
3402         Similar for what label_refs can go in the JUMP_TARGET field.  Split
3403         REG_LABEL documentation into REG_LABEL_TARGET and REG_LABEL_OPERAND.
3404         * reload.c (find_reloads): Generate REG_LABEL_OPERAND, not
3405         REG_LABEL when replacing an operand with a LABEL_REF for a
3406         non-jump insn.
3407         (subst_reloads): When replacing a LABEL_REG with a register,
3408         instead of generating a REG_LABEL note, assert that there already
3409         is one or that the label is a known target for the insn.
3410         * rtlanal.c (computed_jump_p): Instead of looking for a REG_LABEL
3411         note, check the JUMP_LABEL field.  Remove "else" after return.
3412         * reorg.c (emit_delay_sequence): Replace case for REG_LABEL with
3413         cases for REG_LABEL_OPERAND and REG_LABEL_TARGET.
3414         (fill_slots_from_thread): Handle both REG_LABEL_OPERAND and
3415         REG_LABEL_TARGET notes, including the JUMP_TARGET field on JUMP_P
3416         insns.  Iterate over all notes; don't assume there's only one.
3417         * cse.c (recorded_label_ref): Adjust comment to refer to
3418         REG_LABEL_OPERAND.
3419         (cse_extended_basic_block): Do LABEL_REF check for all INSN_P
3420         insns, not just NONJUMP_INSN_P.
3421         (check_for_label_ref): For JUMP_P insns, check that the LABEL_REF
3422         isn't a jump target.
3423         * jump.c (rebuild_jump_labels): Adjust head comment.
3424         (init_label_info): Ditto.  Remove REG_LABEL_OPERAND notes only;
3425         don't reset REG_LABEL_TARGET notes, including the JUMP_LABEL field.
3426         (mark_all_labels): For JUMP_P insns without a target, check if the
3427         the target is noted on the previous nonjump insn.
3428         (mark_jump_label_1): New function, guts from mark_jump_label.
3429         <case IF_THEN_ELSE>: Handle first operand as a non-target when
3430         marking jump target labels.
3431         <case LABEL_REF>: Adjust for whether to generate a
3432         REG_LABEL_TARGET or a REG_LABEL_OPERAND note.
3433         For 'E' format rtl, iterate in descending element order.
3434         (delete_related_insns): Handle both REG_LABEL_TARGET and
3435         REG_LABEL_OPERAND notes.  For JUMP_P insns with labels with zero
3436         reference count, delete and fallthrough.  Move finding-next-
3437         non-deleted insn last in the function.  Look at all INSN_P insns
3438         for REG_LABEL_OPERAND notes.
3439         (redirect_jump_2): Assert that OLABEL equals the old JUMP_LABEL of
3440         JUMP.
3441         * print-rtl.c (print_rtx): For JUMP_P insns and a non-NULL
3442         JUMP_LABEL, output the INSN_UID of it.
3443         * gcse.c: Adjust comments as appropriate to say REG_LABEL_OPERAND
3444         and/or REG_LABEL_TARGET.
3445         (add_label_notes): Only add REG_LABEL_OPERAND notes.  Put in line
3446         with jump.c copy by only adding notes for labels actually
3447         referenced in the insn.
3448         * emit-rtl.c (try_split): Don't assume only NONJUMP_INSN_P need
3449         usage count increment; handle all INSN_P trial insns.
3450         (emit_copy_of_insn_after): Change to not copy REG_LABEL_OPERAND
3451         notes.
3452         * rtl.h (struct rtx_def) <volatil>: Adjust to mention
3453         REG_LABEL_TARGET and REG_LABEL_OPERAND.
3454         (LABEL_REF_NONLOCAL_P): Allow REG_LABEL_TARGET and
3455         REG_LABEL_OPERAND.
3456         * combine.c (distribute_notes): Adjust for REG_LABEL_TARGET on
3457         JUMP_P insns and REG_LABEL_OPERAND everywhere.
3458         * sched-rgn.c (is_cfg_nonregular): Check for REG_LABEL_OPERANDS
3459         on all INSN_P insns.
3460         * reg-notes.def (LABEL_TARGET, LABEL_OPERAND): Split from LABEL.
3461         * cfgrtl.c (delete_insn): Adjust to handle REG_LABEL_TARGET and
3462         REG_LABEL_OPERAND notes.
3463         * reload1.c (calculate_needs_all_insns): Adjust comments.
3464         (set_label_offsets): Adjust to look for REG_LABEL_OPERAND notes.
3465         * config/alpha/alpha.md (split for load of an address into a
3466         four-insn sequence on Unicos/Mk): Adjust to use
3467         REG_LABEL_OPERAND.
3468         * config/sh/sh.md (sh_reorg, final_prescan_insn): Ditto.
3469
3470 2007-09-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3471
3472         Revert:
3473         2007-09-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3474         * regrename.c (copyprop_hardreg_forward_1): New variable next. Use
3475         FOR_BB_INSNS_SAFE instead of for loop.
3476         * cse.c (cse_extended_basic_block): Likewise.
3477         * postreload.c (reload_cse_regs_1): New variable next. Make sure
3478         that the for loop does not invoke NEXT_INSN on a deleted insn.
3479         * function.c (instantiate_virtual_regs): Likewise.
3480         * lower-subreg.c (remove_retval_note): Likewise.
3481         (decompose_multiword_subregs): Use FOR_BB_INSNS_SAFE instead of
3482         FOR_BB_INSNS.
3483         * emit-rtl.c (remove_insn): Set NEXT_INSN and PREV_INSN to NULL on
3484         a deleted insn.
3485         * cfgrtl.c (delete_insn): Set JUMP_LABEL to NULL on a deleted
3486         insn, if it's a jump.
3487         (try_redirect_by_replacing_jump): New variable jump_p. Call
3488         tablejump_p before delete_insn_chain.
3489         * reload1.c (reload): New variable next. Make sure that the for
3490         loop does not invoke NEXT_INSN on a deleted insn.
3491         (fixup_eh_region_note): Make the loop terminate if i becomes NULL.
3492         (delete_output_reload): New variable prev. Make sure the the for
3493         loops do not invoke PREV_INSN on a deleted insn.
3494
3495 2007-09-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3496
3497         * pa/constraints.md: Remove 'X' from unused letters comment.
3498
3499 2007-09-08  Richard Guenther  <rguenther@suse.de>
3500
3501         * tree-tailcall.c (find_tail_calls): If we don't have aliases
3502         computed check stmt_ann->references_memory instead of counting
3503         virtual operands.
3504  
3505 2007-09-08  Segher Boessenkool  <segher@kernel.crashing.org>
3506
3507         * cse.c (fold_rtx): Use validate_unshare_change() instead of
3508         validate_change() in one more case.
3509
3510 2007-09-08  Zdenek Dvorak  <ook@ucw.cz>
3511
3512         PR tree-optimization/32283
3513         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Use
3514         estimated_loop_iterations.
3515         (determine_use_iv_cost_condition): Decrease cost of expressions
3516         used in iv elimination.
3517
3518 2007-09-08  Richard Guenther  <rguenther@suse.de>
3519
3520         * tree-cfg.c (verify_gimple_expr): Avoid building new
3521         pointer types, use TYPE_POINTER_TO if available instead.
3522
3523 2007-09-08  Uros Bizjak  <ubizjak@gmail.com>
3524
3525         PR target/33329
3526         PR rtl-optimization/26449
3527         * config/i386/sse.md (mulv4si3): Do not expand sse2 sequence.
3528         (*sse2_mulv4si3): New define_insn_and_split pattern. Split insn in
3529         split1 pass.
3530         (mulv16qi3): Implement as define_insn_and_split pattern instead of
3531         define_expand.  Split insn in split1 pass.
3532         (mulv2di3): Ditto.
3533
3534 2007-09-08  Dorit Nuzman  <dorit@il.ibm.com>
3535
3536         PR tree-optimization/33301
3537         * tree-vect-analyze (analyze_operations): Look at the type of the rhs
3538         when relevant.
3539
3540 2007-09-07  Zdenek Dvorak  <ook@ucw.cz>
3541
3542         PR tree-optimization/32183
3543         * Makefile.in (tree-ssa-reassoc.o): Also depend on $(CFGLOOP_H).
3544
3545         * tree-ssa-reassoc.c: Include cfgloop.h.
3546         (is_reassociable_op): Add a loop argument and return true only
3547         for inside loop.
3548         (linearize_expr): Updated.
3549         (should_break_up_subtract): Likewise.
3550         (linearize_expr_tree): Likewise.
3551         (init_reassoc): Call loop_optimizer_init with
3552         AVOID_CFG_MODIFICATIONS.  Remove calculate_dominance_info call
3553         with CDI_DOMINATORS.
3554         (fini_reassoc): Call loop_optimizer_finalize.
3555
3556 2007-09-07  Sterling Augustine  <sterling@tensilica.com>
3557
3558         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Use an ISYNC even
3559         if there is no i-cache.
3560
3561 2007-09-07  Richard Guenther  <rguenther@suse.de>
3562
3563         Reapply
3564         2007-09-06  Richard Guenther  <rguenther@suse.de>
3565
3566         PR tree-optimization/32586
3567         * tree-ssa-sccvn.c (simplify_binary_expression): Avoid
3568         folding if nothing changed.
3569         (simplify_unary_expression): New function.  Do tree combining
3570         on conversion like codes.
3571         (try_to_simplify): Call it.
3572
3573 2007-09-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3574
3575         PR target/33286
3576         * gthr-posix.h (__gthread_active_p): Add implementation for hppa-hpux.
3577         (__gthread_active,__gthread_start, __gthread_active_init): New.
3578         * gthr-posix95.h: Likewise.
3579
3580 2007-09-07  Roman Zippel <zippel@linux-m68k.org>
3581
3582         * function.h (struct function): Rename calls_unwind_init
3583         to saves_all_registers.
3584         (current_function_saves_all_registers): Renamed from
3585         current_function_calls_unwind_init.
3586         * reload1.c (reload): Set current_function_saves_all_registers.
3587         * except.c (expand_builtin_unwind_init): Likewise.
3588         * config/m68k/m68k.c (m68k_save_reg): Use
3589         current_function_saves_all_registers to save pic register.
3590
3591 2007-09-07  Janis Johnson  <janis187@us.ibm.com>
3592
3593         config/m68k/m68k.c (floating_exact_log2): Update call to real_2expN.
3594         config/s390/s390.md (fixuns_trunc<BFP:mode><GPR:mode>2): Ditto.
3595
3596         Reapply reverted changes:
3597
3598         2007-09-06  Jan Hubicka  <jh@suse.cz>
3599  
3600         * config/i386.c (ix86_expand_lround, ix86_expand_round): Update call
3601         of real_2expN.
3602
3603         2007-09-06  Richard Sandiford  <richard@codesourcery.com>
3604
3605         * config/mips/mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2)
3606         (fixuns_truncsfsi2, fixuns_truncsfdi2): Update calls to real_2expN.
3607
3608         2007-09-05  Janis Johnson  <janis187@us.ibm.com>
3609
3610         * optabs.c (expand_float): Convert unsigned integer as signed only
3611         if it provides sufficient accuracy; add mode argument to real_2expN.
3612         (expand_fix): Fix comment typos; extend binary float into mode
3613         wider than destination for converion to unsigned integer; add mode
3614         argument to real_2expN.
3615         * real.c (real_2expN): Add mode argument to special-case decimal
3616         float values.
3617         * real.h (real_2expN): Ditto.
3618         * fixed-value.c (check_real_for_fixed_mode): Add mode argument to
3619         real_2expN.
3620         (fixed_from_string): Ditto.
3621         (fixed_to_decimal): Ditto.
3622         (fixed_convert_from_real): Ditto.
3623         (real_convert_from_fixed): Ditto.
3624         * config/rs6000/rs6000.md (FP): Include DD and TD modes.
3625         * config/rs6000/dfp.md (extendddtd2, adddd3, addtd3, subdd3, subtd3,
3626         muldd3, multd3, divdd3, divtd3, cmpdd_internal1, cmptd_internal1,
3627         floatditd2, ftruncdd2, fixdddi2, ftrunctd2, fixddi2): New.
3628
3629 2007-09-07  Diego Novillo  <dnovillo@google.com>
3630
3631         * tree-flow.h (const_block_stmt_iterator): Remove.
3632         Update all users to use block_stmt_iterator.
3633         * tree-iterator.h (const_tree_stmt_iterator): Remove.
3634         Update all users to use tree_stmt_iterator.
3635
3636 2007-09-07  Sandra Loosemore  <sandra@codesourcery.com>
3637
3638         * config/mips/mips.c (mips_set_current_function): Temporarily
3639         make this a no-op to fix bootstrap errors, pending rewrite.
3640
3641 2007-09-07  Jan Hubicka  <jh@suse.cz>
3642
3643         * reorg.c (dbr_schedule): Move code removing placeholder USEs later
3644         in the pass.
3645
3646 2007-09-07  Dorit Nuzman  <dorit@il.ibm.com>
3647
3648         PR tree-optimization/33299
3649         * tree-vect-transform.c (vect_create_epilog_for_reduction): Update
3650         uses for all relevant loop-exit phis, not just the first.
3651
3652 2007-09-07  Richard Guenther  <rguenther@suse.de>
3653
3654         PR middle-end/33330
3655         * tree-ssa-operands.c (access_can_touch_variable): An access
3656         of the form (*p)[0] can touch a variable of same size.
3657
3658 2007-09-07  Jan Hubicka  <jh@suse.cz>
3659
3660         * passes.c (init_optimization_passes): Add simple dce and addressable
3661         passes.
3662         * tree-ssa.c (execute_update_addresses_taken): New function.
3663         (pass_update_address_taken): New.
3664         * tree-ssa-dse.c (execute_simple_dse): New function.
3665         (pass_simple_dse): New.
3666         * tree-pass.h (pass_simple_dse, pass_update_address_taken): Declare.
3667
3668 2007-09-07  Tobias Burnus  <burnus@net-b.de>
3669
3670         PR middle-end/33321
3671         * doc/invoke.texi: Fix -Wstrict-overflow= table.
3672
3673 2007-09-07  Richard Guenther  <rguenther@suse.de>
3674
3675         Revert
3676         2007-09-06  Richard Guenther  <rguenther@suse.de>
3677
3678         PR tree-optimization/32586
3679         * tree-ssa-sccvn.c (simplify_binary_expression): Avoid
3680         folding if nothing changed.
3681         (simplify_unary_expression): New function.  Do tree combining
3682         on conversion like codes.
3683         (try_to_simplify): Call it.
3684
3685 2007-09-07  Richard Guenther  <rguenther@suse.de>
3686             Uros Bizjak  <ubizjak@gmail.com>
3687
3688         PR tree-optimization/32821
3689         * tree_if_conv.c (combine_blocks): Use alloc_stmt_list instead of
3690         NULL in the call to set_bb_stmt_list.
3691
3692 2007-09-07  Richard Sandiford  <richard@codesourcery.com>
3693
3694         * config/mips/mips.c (build_mips16_call_stub): Emit all direct
3695         float calls here, rather than leaving some to the caller.
3696         Use call_internal_direct and call_value_internal_direct.
3697         * config/mips/mips.md (call_internal_direct): New pattern.
3698         (call_value_internal_direct): Likewise.
3699
3700 2007-09-07  Richard Sandiford  <richard@codesourcery.com>
3701
3702         * config/mips/mips.c (mips_base_move_loop_invariants): New variable.
3703         (mips_set_mips16_mode): Restore flag_move_loop_invariants, then set
3704         to 0 for MIPS16.
3705         (override_options): Set mips_base_move_loop_invariants.
3706
3707 2007-09-07  Richard Sandiford  <richard@codesourcery.com>
3708
3709         * config/mips/mips.opt (mcode-readable=): Move to keep list
3710         alphabetical.
3711
3712 2007-09-07  Richard Sandiford  <richard@codesourcery.com>
3713
3714         * doc/invoke.texi: Document the MIPS -mlocal-sdata, -mextern-sdata
3715         and -mgpopt options.  Adjust the -G documentation to match.
3716         * config/mips/mips.opt (mextern-data, mgpopt, mlocal-data): New.
3717         * config/mips/mips.c (mips_rtx_constant_in_small_data_p): New
3718         function, split out from mips_classify_symbol.  Return false for
3719         !TARGET_LOCAL_SDATA.
3720         (mips_classify_symbol): Call mips_rtx_constant_in_small_data_p.
3721         Only use GP-relative accesses for non-pool symbols if TARGET_GPOPT.
3722         (override_options): Check whether the -mgpopt setting is consistent
3723         with the other flags.
3724         (symbolic_expression_p): Delete.
3725         (mips_select_rtx_section): Use mips_rtx_constant_in_small_data_p
3726         and default_elf_select_rtx_section.
3727         (mips_in_small_data_p): Honor section attributes for MIPS16 too.
3728         Return false for local data unless TARGET_LOCAL_SDATA.  Likewise
3729         external data and TARGET_EXTERN_SDATA.
3730
3731 2007-09-07  Tobias Burnus  <burnus@net-b.de>
3732
3733         PR fortran/33303
3734         * doc/cpp.texi (Common Predefined Macros): Add __GFORTRAN__.
3735
3736 2007-09-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3737
3738         * regrename.c (copyprop_hardreg_forward_1): New variable next. Use
3739         FOR_BB_INSNS_SAFE instead of for loop.
3740         * cse.c (cse_extended_basic_block): Likewise.
3741         * postreload.c (reload_cse_regs_1): New variable next. Make sure
3742         that the for loop does not invoke NEXT_INSN on a deleted insn.
3743         * function.c (instantiate_virtual_regs): Likewise.
3744         * lower-subreg.c (remove_retval_note): Likewise.
3745         (decompose_multiword_subregs): Use FOR_BB_INSNS_SAFE instead of
3746         FOR_BB_INSNS.
3747         * emit-rtl.c (remove_insn): Set NEXT_INSN and PREV_INSN to NULL on
3748         a deleted insn.
3749         * cfgrtl.c (delete_insn): Set JUMP_LABEL to NULL on a deleted
3750         insn, if it's a jump.
3751         (try_redirect_by_replacing_jump): New variable jump_p. Call
3752         tablejump_p before delete_insn_chain.
3753         * reload1.c (reload): New variable next. Make sure that the for
3754         loop does not invoke NEXT_INSN on a deleted insn.
3755         (fixup_eh_region_note): Make the loop terminate if i becomes NULL.
3756         (delete_output_reload): New variable prev. Make sure the the for
3757         loops do not invoke PREV_INSN on a deleted insn.
3758
3759 2007-09-06  Zdenek Dvorak  <ook@ucw.cz>
3760
3761         * cgraphbuild.c (rebuild_cgraph_edges): Export.
3762         * cgraph.h (rebuild_cgraph_edges): Declare.
3763         * tree-pass.h (pass_expand_omp_ssa): New.
3764         * omp-low.c (find_omp_clause): Export.
3765         (copy_var_decl): Split from omp_copy_decl_2.
3766         (build_omp_barrier): Return the call to emit instead of emitting
3767         it directly.
3768         (lower_rec_input_clauses, expand_omp_single): Gimplify the result of
3769         build_omp_barrier.
3770         (extract_omp_for_data, expand_parallel_call, expand_omp_parallel,
3771         expand_omp_for_generic, expand_omp_for_static_nochunk,
3772         expand_omp_for_static_chunk, expand_omp_for, expand_omp_sections):
3773         Adapted to work on SSA form.
3774         (execute_expand_omp): Do not invalidate dominance information.
3775         (gate_expand_omp): Do not run with -fopenmp-ssa flag.
3776         (gate_expand_omp_ssa, pass_expand_omp_ssa): New.
3777         * gimplify.c (gimplify_omp_for): Ensure that the control variable is
3778         a gimple_reg.
3779         (force_gimple_operand): Allow gimplifying code expressions without
3780         value.
3781         * tree-predcom.c (mark_virtual_ops_for_renaming): Handle phi nodes.
3782         * common.opt (fopenmp-ssa): New.
3783         * tree-flow.h (find_omp_clause, copy_var_decl): Declare.
3784         * Makefile.in (tree-cfg.o): Add TREE_INLINE_H dependency.
3785         * tree-cfg.c: Include tree-inline.h.
3786         (struct move_stmt_d): Replace vars_to_remove by vars_map field.
3787         (replace_by_duplicate_decl, replace_ssa_name,
3788         mark_virtual_ops_in_region): New functions.
3789         (move_stmt_r, move_block_to_fn, move_sese_region_to_fn): Adapted
3790         to work on SSA form.
3791         * passes.c (init_optimization_passes): Add pass_expand_omp_ssa pass.
3792         * tree-ssa-operands.c (get_expr_operands): Handle operands of OMP
3793         constructs.
3794
3795 2007-09-06  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3796
3797         * tree-loop-linear.c: Include obstack.h.
3798         (linear_transform_loops): New obstack lambda_obstack.
3799         Initialize it, pass it to gcc_loopnest_to_lambda_loopnest,
3800         lambda_loopnest_transform, lambda_loopnest_to_gcc_loopnest calls
3801         and free afterwards.
3802         * lambda.h (struct obstack): New forward declaration.
3803         (lambda_linear_expression_new): New parameter of type struct
3804         obstack *.
3805         (lambda_loopnest_new): Likewise.
3806         (lambda_loopnest_transform): Likewise.
3807         (lambda_body_vector_new): Likewise.
3808         (lambda_body_vector_compute_new): Likewise.
3809         (gcc_loopnest_to_lambda_loopnest): Likewise.
3810         (lambda_loopnest_to_gcc_loopnest): Likewise.
3811         * lambda-code.c: Include obstack.h.
3812         (lambda_lattice_new): New parameter lambda_obstack.  Use it for
3813         allocation of ret.
3814         (lambda_body_vector_new): Likewise.
3815         (lambda_linear_expression_new): Likewise.
3816         (lambda_lattice_new): Likewise.
3817         (lambda_loopnest_new): Likewise.  Additionally use obstack to
3818         allocate LN_LOOPS(ret).
3819         (lambda_lattice_compute_base): New parameter lambda_obstack.  Pass
3820         it to lambda_lattice_new.
3821         (lambda_body_vector_compute_new): New parameter lambda_obstack.
3822         Pass it to lambda_body_vector_new.
3823         (lambda_lattice_compute_base): New paramater lambda_obstack.  Pass
3824         it to lambda_lattice_new.
3825         (compute_nest_using_fourier_motzkin): New parameter lambda_obstack.
3826         Pass it to lambda_loopnest_new, lambda_linear_expression_new.
3827         (lambda_compute_target_space): Likewise.
3828         (lambda_compute_auxillary_space): New parameter lambda_obstack.
3829         Pass it to lambda_lattice_compute_base and
3830         compute_nest_using_fourieer_motzkin.
3831         (lambda_loopnest_transform): New parameter lambda_obstack.  Pass
3832         it to lambda_lattice_compute_base, lambda_lattice_auxillary_space
3833         and lambda_lattice_compute_target_space.
3834         (gcc_tree_to_linear_expression): Nex parameter lambda_obstack.
3835         Pass it to lambda_linear_expression_new.
3836         (gcc_loop_to_lambda_loop): New parameter lambda_obstack.  Pass it
3837         to gcc_tree_to_linear_expression.
3838         (gcc_loopnest_to_lambda_loopnest): New parameter lambda_obstack.
3839         Pass it to gcc_loop_to_lambda_loop and lambda_loopnest_new.
3840         (lambda_loopnest_to_gcc_loopnest): New parameter lambda_obstack.
3841         Pass it to lambda_body_vector_new and
3842         lambda_body_vector_compute_new.
3843         * Makefile.in (tree-loop-linear.o): Add $(OBSTACK_H) dependency.
3844         (lambda-code.o): Likewise.
3845
3846 2007-09-06  Chao-ying Fu  <fu@mips.com>
3847
3848         * ginclude/stdfix.h: New file.
3849         * Makefile.in (USER_H): Add $(srcdir)/ginclude/stdfix.h.
3850         (convert.o): Add dependence on fixed-value.h.
3851         * c-convert.c (convert): Support FIXED_POINT_TYPE.
3852         * c-cppbuiltin.c (builtin_define_fixed_point_constants): New function
3853         to define fixed-point constants.
3854         (c_cpp_builtins): Define fixed-point constants.
3855         * convert.c (fixed-value.h): New include.
3856         (convert_to_real): Update comment to include fixed-point.
3857         Support FIXED_POINT_TYPE.
3858         (convert_to_integer): Update comment to include fixed-point.
3859         Support FIXED_POINT_TYPE.
3860         (convert_to_complex): Support FIXED_POINT_TYPE.
3861         (convert_to_fixed): New function.
3862         * convert.h (convert_to_fixed): Declare.
3863         * genopinit.c: Add comment about $Q for only fixed-point modes.
3864         (optabs): Add fract_optab, fractuns_optab, satfract_optab,
3865         satfractuns_optab, add_optab, ssadd_optab, usadd_optab, sub_optab,
3866         sssub_optab, ussub_optab, smul_optab, ssmul_optab, usmul_optab,
3867         ssmadd_widen_optab, usmadd_widen_optab, ssdiv_optab, udiv_optab,
3868         usdiv_optab, ssashl_optab, usashl_optab, neg_optab, ssneg_optab,
3869         usneg_optab for fixed-point modes.
3870         (gen_insn): Add force_fixed to track the $Q format for all fixed-point
3871         modes.
3872         * optabs.c (optab_for_tree_code): For *DIV_EXPR, LSHIFT_EXPR,
3873         PLUS_EXPR, MINUS_EXPR, MULT_EXPR, NEGATE_EXPR, return signed or
3874         unsigned saturation optabs, when type is saturating.
3875         (shift_optab_p): Return true for SS_ASHIFT or US_ASHIFT.
3876         (expand_fixed_convert): New function.
3877         (gen_fixed_libfunc, gen_signed_fixed_libfunc,
3878         gen_unsigned_fixed_libfunc, gen_int_fp_fixed_libfunc,
3879         gen_int_fp_signed_fixed_libfunc, gen_int_fixed_libfunc,
3880         gen_int_signed_fixed_libfunc, gen_int_unsigned_fixed_libfunc,
3881         gen_fract_conv_libfunc, gen_fractuns_conv_libfunc,
3882         gen_satfract_conv_libfunc, gen_satfractuns_conv_libfunc): New
3883         functions.
3884         (init_optabs): Initialize ssadd_optab, usadd_optab, sssub_optab,
3885         ussub_optab, ssmul_optab, usmul_optab, ssmadd_widen_optab,
3886         usmadd_widen_optab, ssmsub_widen_optab, usmsub_widen_optab,
3887         ssdiv_optab, usdiv_optab, ssashl_optab, usashl_optab, ssneg_optab,
3888         usneg_optab, fract_optab, fractuns_optab, satfract_optab,
3889         satfractuns_optab.
3890         Initialize fixed-point libraries, including add, ssadd, usadd, sub,
3891         sssub, ussub, mul, ssmul, usmul, div, ssdiv, udiv, usdiv, ashl,
3892         ssashl, usashl, ashr, lshr, neg, ssneg, usneg, cmp, fract, satfract,
3893         fractuns, satfractuns.
3894         * optabs.h (enum optab_index): Add OTI_ssadd, OTI_usadd, OTI_sssub,
3895         OTI_ussub, OTI_ssmul, OTI_usmul, OTI_ssdiv, OTI_usdiv, OTI_ssneg,
3896         OTI_usneg, OTI_ssashl, OTI_usashl, OTI_ssmadd_widen, OTI_usmadd_widen,
3897         OTI_ssmsub_widen,  OTI_usmsub_widen.
3898         (ssadd_optab, usadd_optab, sssub_optab, ussub_optab, ssmul_optab,
3899         usmul_optab, ssdiv_optab, usdiv_optab, ssneg_optab, usneg_optab,
3900         ssashl_optab, usashl_optab, ssmadd_widen_optab, usmadd_widen_optab,
3901         umsub_widen_optab, usmsub_widen_optab): Define.
3902         (enum convert_optab_index): Add COI_fract, COI_fractuns, COI_satfract,
3903         COI_satfractuns.
3904         (fract_optab, fractuns_optab, satfract_optab, satfractuns_optab):
3905         Define.
3906         (expand_fixed_convert): Declare.
3907         * expr.c (convert_move): Support the move of fixed-point modes.
3908         (emit_move_insn_1): Handle fixed-point mode to move via integer.
3909         (categorize_ctor_elements_1): Handle FIXED_CST.
3910         (count_type_elements): Handle FIXED_POINT_TYPE.
3911         (expand_expr_real_1): For VECTOR_CST, check MODE_VECTOR_FRACT,
3912         MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
3913         Support FIXED_CST.
3914         For PLUS_EXPR and MINUS_EXPR, support saturating and non-saturating
3915         multiply and add/subtract for fixed-point types.
3916         For MULT_EXPR, *DIV_EXPR, *SHIFT_EXPR, if the mode if a fixed-point
3917         mode, we jump to binop directly.
3918         Support FIXED_CONVERT_EXPR.
3919         (do_store_flag): Check FIXED_CST to put a constant second.
3920         (vector_mode_valid_p): Handle MODE_VECTOR_FRACT,
3921         MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
3922         (const_vector_from_tree): Support FIXED_CST.
3923         * doc/extend.texi (Fixed-Point): New node.
3924         * doc/md.texi (ssadd, usadd, sssub, ussub, ssmul, usmul, ssdiv, usdiv,
3925         ssmadd, usmadd, ssmsub, usmsub, ssashl, usashl, ssneg, usneg, fract,
3926         satfract, fractuns, satfractuns): Document them.
3927
3928 2007-09-07  Bernd Schmidt  <bernd.schmidt@analog.com>
3929
3930         * config/bfin/bfin.h (PREFERRED_RELOAD_CLASS): Don't reload autoinc
3931         addresses into I registers.
3932
3933 2007-09-06  Jan Hubicka  <jh@suse.cz>
3934             Andreas Tobler  <a.tobler@schweiz.org>
3935
3936         * config/darwin.c (machopic_indirect_data_reference): Avoid invalid
3937         sharing.
3938         (machopic_legitimize_pic_address): Likewise.
3939
3940 2007-09-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3941             Jan Hubicka  <jh@suse.cz>
3942
3943         * config/spu/spu.md (floatsidf2): Use convert_optab_libfunc
3944         instead of ufloat_optab->handlers directly.
3945         (floatdidf2): Likewise.
3946
3947 2007-09-06  Sandra Loosemore  <sandra@codesourcery.com>
3948
3949         * config/mips/mips.c:  Include diagnostic.h.
3950         (mips_set_current_function): Check errorcount and sorrycount 
3951         before generating RTL.
3952
3953 2007-09-06  Richard Sandiford  <richard@codesourcery.com>
3954
3955         PR target/33256
3956         * config/mips/mips.c (mips_classify_symbolic_expression): New function.
3957         (mips_classify_address): Use it instead of mips_symbolic_constant_p.
3958         (print_operand_reloc): Likewise.
3959
3960 2007-09-06  Janis Johnson  <janis187@us.ibm.com>
3961
3962         Revert:
3963
3964         2007-09-06  Jan Hubicka  <jh@suse.cz>
3965  
3966         * i386.c (ix86_expand_lround, ix86_expand_round): Update call of
3967         real_2expN.
3968
3969         2007-09-06  Richard Sandiford  <richard@codesourcery.com>
3970
3971         * config/mips/mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2)
3972         (fixuns_truncsfsi2, fixuns_truncsfdi2): Update calls to real_2expN.
3973
3974         2007-09-05  Janis Johnson  <janis187@us.ibm.com>
3975
3976         * optabs.c (expand_float): Convert unsigned integer as signed only
3977         if it provides sufficient accuracy; add mode argument to real_2expN.
3978         (expand_fix): Fix comment typos; extend binary float into mode
3979         wider than destination for converion to unsigned integer; add mode
3980         argument to real_2expN.
3981         * real.c (real_2expN): Add mode argument to special-case decimal
3982         float values.
3983         * real.h (real_2expN): Ditto.
3984         * fixed-value.c (check_real_for_fixed_mode): Add mode argument to
3985         real_2expN.
3986         (fixed_from_string): Ditto.
3987         (fixed_to_decimal): Ditto.
3988         (fixed_convert_from_real): Ditto.
3989         (real_convert_from_fixed): Ditto.
3990         * config/rs6000/rs6000.md (FP): Include DD and TD modes.
3991         * config/rs6000/dfp.md (extendddtd2, adddd3, addtd3, subdd3, subtd3,
3992         muldd3, multd3, divdd3, divtd3, cmpdd_internal1, cmptd_internal1,
3993         floatditd2, ftruncdd2, fixdddi2, ftrunctd2, fixddi2): New.
3994
3995 2007-09-06  Tom Tromey  <tromey@redhat.com>
3996
3997         * tree-cfg.c (remove_bb): Only warn if line is non-zero.
3998         * c-pch.c (c_common_read_pch): Restore current location after
3999         reading PCH file.
4000         * tree.c (expand_location): Update.
4001         (expr_filename): Changed return type.  Unified the two cases.
4002         (expr_lineno): Likewise.
4003         (annotate_with_file_line): Don't use EXPR_LINENO and EXPR_FILENAME
4004         as lvalues.
4005         * toplev.c (line_table): Changed type.
4006         (general_init): Update.
4007         (realloc_for_line_map): New function.
4008         (general_init): Allocate line_table using GC.
4009         * fix-header.c (line_table): Changed type.
4010         (read_scan_file): Update.
4011         (read_scan_file): Update.
4012         * c-ppoutput.c (maybe_print_line): Update.
4013         (print_line): Update.
4014         (cb_line_change): Update.
4015         (cb_define): Update.
4016         (pp_file_change): Update.
4017         * c-opts.c (c_common_init_options): Update.
4018         (finish_options): Update.
4019         (push_command_line_include): Update.
4020         * c-lex.c (cb_line_change): Update.
4021         (cb_def_pragma): Update.
4022         (cb_define): Update.
4023         (cb_undef): Update.
4024         (c_lex_with_flags): Use cpp_get_token_with_location.
4025         * input.h (line_table): Changed type.
4026         (location_from_locus): New macro.
4027         * tree.h (EXPR_FILENAME): No longer an lvalue.
4028         (EXPR_LINENO): Likewise.
4029         (expr_locus, set_expr_locus): Declare separately for
4030         USE_MAPPED_LOCATION.
4031         (expr_filename, expr_lineno): Changed return type.
4032         * gimplify.c (tree_to_gimple_tuple): Use SET_EXPR_LOCUS.
4033         * cfgexpand.c (expand_gimple_cond_expr): Use location_from_locus.
4034         (expand_gimple_basic_block): Likewise.
4035         * final.c (final_scan_insn): Use expanded_location.
4036
4037 2007-09-06  Richard Guenther  <rguenther@suse.de>
4038
4039         PR tree-optimization/32586
4040         * tree-ssa-sccvn.c (simplify_binary_expression): Avoid
4041         folding if nothing changed.
4042         (simplify_unary_expression): New function.  Do tree combining
4043         on conversion like codes.
4044         (try_to_simplify): Call it.
4045         * builtins.c (fold_builtin_cexp): Fold the built expressions.
4046         * fold-const.c (fold_unary): Test result of get_callee_fndecl().
4047
4048 2007-09-06  Jan Hubicka  <jh@suse.cz>
4049
4050         PR target/33318
4051         * cse.c (fold_rtx): Avoid invalid sharing.
4052
4053 2007-09-06  Richard Sandiford  <richard@codesourcery.com>
4054
4055         * config/mips/mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2)
4056         (fixuns_truncsfsi2, fixuns_truncsfdi2): Update calls to real_2expN.
4057
4058 2007-09-06  Revital Eres  <eres@il.ibm.com>
4059
4060         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
4061         Fix offsettable memory reference for 750CL.
4062
4063 2007-09-06  Pat Haugen  <pthaugen@us.ibm.com>
4064
4065         * reload.c (find_reloads_address_1): Try to preserve original
4066         base/index regclass of operands.
4067         * regrename.c (scan_rtx_address): Likewise.
4068         (replace_oldest_value_addr): Likewise.
4069
4070 2007-09-06  Richard Guenther  <rguenther@suse.de>
4071
4072         PR tree-optimization/33302
4073         * domwalk.c (walk_dominator_tree): The exit block is
4074         interesting even if it is not reachable.
4075
4076 2007-09-06  Richard Sandiford  <richard@codesourcery.com>
4077
4078         PR middle-end/33306
4079         * optabs.c (avoid_expensive_constant): Do nothing if MODE is VOIDmode.
4080
4081 2007-09-06  Basile Starynkevitch  <basile@starynkevitch.net>
4082
4083         * cfg.c (dump_bb_info, dump_edge_info): Added cfun test for 
4084         robustness.
4085
4086 2007-09-05  Ian Lance Taylor  <iant@google.com>
4087
4088         * tree-pretty-print.c (dump_decl_name): Cast LABEL_DECL_UID to int
4089         when printing.
4090         (dump_generic_node): Likewise.
4091         * print-rtl.c (print_decl_name): Likewise.
4092         * print-tree.c (print_node_brief): Likewise.
4093         (print_node): Likewise.
4094         * Makefile.in (RTL_BASE_H): Add alias.h.
4095         (TREE_H): Likewise.
4096
4097 2007-09-06  Jesper Nilsson  <jesper.nilsson@axis.com>
4098
4099         * longlong.h [__CRIS_arch_version >= 8] (count_trailing_zeros):
4100         Defined.
4101         * config/cris/cris.md (ctzsi2, cris_swap_bits): Implemented.
4102         * config/cris/cris.h (CTZ_DEFINED_VALUE_AT_ZERO): Defined.
4103
4104 2007-09-06  Jie Zhang  <jie.zhang@analog.com>
4105
4106         * config.gcc (tm_file): Add linux.h for bfin*-uclinux*.
4107         (tm_defines): Define UCLIBC_DEFAULT to 1.
4108         (extra_options): Add linux.opt.
4109         * config/bfin/linux.h (CPLUSPLUS_CPP_SPEC): Don't define.
4110         (CRT_CALL_STATIC_FUNCTION): Likewise.
4111         (NO_IMPLICIT_EXTERN_C): Likewise.
4112         (TARGET_OS_CPP_BUILTINS): Define as LINUX_TARGET_OS_CPP_BUILTINS.
4113         * config/bfin/elf.h (OBJECT_FORMAT_ELF): Don't define.
4114         * config/bfin/uclinux.h (CPLUSPLUS_CPP_SPEC): Don't define.
4115         (ENDFILE_SPEC): Don't define.
4116         (LIB_SPEC): Likewise.
4117         (CRT_CALL_STATIC_FUNCTION): Likewise.
4118         (NO_IMPLICIT_EXTERN_C): Likewise.
4119         (LINUX_TARGET_OS_CPP_BUILTINS): Likewise.
4120         (TARGET_OS_CPP_BUILTINS): Define as LINUX_TARGET_OS_CPP_BUILTINS.
4121
4122 2007-09-06  Jan Hubicka  <jh@suse.cz>
4123
4124         * i386.c (ix86_expand_lround, ix86_expand_round): Update call of
4125         real_2expN.
4126
4127 2007-09-06  Jan Hubicka  <jh@suse.cz>
4128
4129         * opts.c (common_handle_option): Enable inlining functions for
4130         -fprofile-generate.
4131
4132 2007-09-06  Jakub Jelinek  <jakub@redhat.com>
4133
4134         * builtin-attrs.def (ATTR_NONNULL_3): New.
4135         (DEF_FORMAT_ATTRIBUTE): Use just ATTR_NONNULL_##FA instead of
4136         ATTR_NOTHROW_NONNULL_##FA.
4137         (DEF_FORMAT_ATTRIBUTE_NOTHROW, DEF_FORMAT_ATTRIBUTE_BOTH): New macros.
4138         (ATTR_FORMAT_PRINTF_NOTHROW_2_0, ATTR_PRINTF_NOTHROW_2_3,
4139         ATTR_FORMAT_PRINTF_NOTHROW_3_0, ATTR_FORMAT_PRINTF_NOTHROW_3_4,
4140         ATTR_FORMAT_PRINTF_NOTHROW_4_0, ATTR_PRINTF_NOTHROW_4_5,
4141         ATTR_FORMAT_PRINTF_NOTHROW_5_0, ATTR_FORMAT_PRINTF_NOTHROW_5_6,
4142         ATTR_FORMAT_SCANF_NOTHROW_2_0, ATTR_FORMAT_SCANF_NOTHROW_2_3,
4143         ATTR_FORMAT_STRFTIME_NOTHROW_3_0, ATTR_FORMAT_STRFMON_NOTHROW_3_4):
4144         New.
4145         (ATTR_FORMAT_PRINTF_4_0, ATTR_PRINTF_4_5, ATTR_FORMAT_PRINTF_5_0,
4146         ATTR_FORMAT_PRINTF_5_6, ATTR_FORMAT_STRFTIME_3_0,
4147         ATTR_FORMAT_NOTHROW_3_4): Remove.
4148         * builtins.def (snprintf, sprintf, sscanf, vsnprintf, vsprintf,
4149         vsscanf, strfmon, strftime, __snprintf_chk, __sprintf_chk,
4150         __vsnprintf_chk, __vsprintf_chk): Use ATTR_FORMAT_*_NOTHROW_*
4151         instead of ATTR_FORMAT_*_*.
4152
4153 2007-09-06  Hans-Peter Nilsson  <hp@axis.com>
4154
4155         * config/cris/cris.c (cris_emit_movem_store): Call copy_rtx on
4156         parts re-used for REG_FRAME_RELATED_EXPR.
4157
4158 2007-09-05  Janis Johnson  <janis187@us.ibm.com>
4159
4160         * optabs.c (expand_float): Convert unsigned integer as signed only
4161         if it provides sufficient accuracy; add mode argument to real_2expN.
4162         (expand_fix): Fix comment typos; extend binary float into mode
4163         wider than destination for converion to unsigned integer; add mode
4164         argument to real_2expN.
4165         * real.c (real_2expN): Add mode argument to special-case decimal
4166         float values.
4167         * real.h (real_2expN): Ditto.
4168         * fixed-value.c (check_real_for_fixed_mode): Add mode argument to
4169         real_2expN.
4170         (fixed_from_string): Ditto.
4171         (fixed_to_decimal): Ditto.
4172         (fixed_convert_from_real): Ditto.
4173         (real_convert_from_fixed): Ditto.
4174         * config/rs6000/rs6000.md (FP): Include DD and TD modes.
4175         * config/rs6000/dfp.md (extendddtd2, adddd3, addtd3, subdd3, subtd3,
4176         muldd3, multd3, divdd3, divtd3, cmpdd_internal1, cmptd_internal1,
4177         floatditd2, ftruncdd2, fixdddi2, ftrunctd2, fixddi2): New.
4178
4179 2007-09-05  Ian Lance Taylor  <iant@google.com>
4180
4181         * init-regs.c (initialize_uninitialized_regs): Call
4182         emit_insn_before rather than add_insn_before.
4183
4184 2007-09-05  Jakub Jelinek  <jakub@redhat.com>
4185
4186         * builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.
4187         * tree.h (CALL_EXPR_VA_ARG_PACK): Define.
4188         * tree-inline.h (copy_body_data): Add call_expr field.
4189         * tree-inline.c (expand_call_inline): Initialize call_expr.
4190         (copy_bb): Append anonymous inline fn arguments to arguments
4191         when inlining a CALL_EXPR_VA_ARG_PACK call.
4192         * builtins.c (expand_builtin): Issue an error if
4193         BUILT_IN_VA_ARG_PACK is seen during expand.
4194         (fold_call_expr, fold_builtin_call_array): Don't fold
4195         CALL_EXPR_VA_ARG_PACK CALL_EXPRs or calls with
4196         __builtin_va_arg_pack () call as last argument.
4197         * gimplify.c (gimplify_call_expr): If last argument to a vararg
4198         function is __builtin_va_arg_pack (), decrease number of call
4199         arguments and instead set CALL_EXPR_VA_ARG_PACK on the CALL_EXPR.
4200         * expr.c (expand_expr_real_1): Issue an error if
4201         CALL_EXPR_VA_ARG_PACK CALL_EXPR is seen during expand.
4202         * tree-pretty-print.c (dump_generic_node): Handle printing
4203         CALL_EXPR_VA_ARG_PACK bit on CALL_EXPRs.
4204         * doc/extend.texi (__builtin_va_arg_pack): Document.
4205
4206 2007-09-05  Adam Nemet  <anemet@caviumnetworks.com>
4207
4208         PR tree-optimization/21513
4209         * builtins.c (build_builtin_expect_predicate): New function.
4210         (fold_builtin_expect): Add argument for expected value.
4211         Distribute __builtin_expect over short-circuiting operations.
4212         Fold nested builtin_expects.
4213         (fold_builtin_2): Adjust call to fold_builtin_expect.
4214
4215 2007-09-05  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4216
4217         PR web/32965
4218         PR tree-optimization/13756
4219         * doc/invoke.texi (Options That Control Optimization): Document
4220         -ftree-dse.
4221
4222 2007-09-05  Uros Bizjak  <ubizjak@gmail.com>
4223
4224         * gcc/config/i386/cpuid.h: New file.
4225         * gcc/config/i386/driver-i386.c: Include cpuid.h.
4226         (describe_cache): Shrink size and line strings to 100 bytes.
4227         (detect_caches_amd): Return "" for unsupported max_ext_level.
4228         Use __cpuid function.
4229         (detect_caches_intel): Return "" for unsupported max_level.
4230         Use __cpuid function.
4231         (host_detect_local_cpu): Change feature flag variables to
4232         unsigned int.  Initialize only extended feature flag variables.
4233         Use __get_cpuid_max to determine max supported cpuid level.
4234         Use __cpuid function to determine supported features.  Fix
4235         calculation of family id.  Remove is_amd and check signature
4236         directly.  Check for Geode signature.  Handle family 4 id.
4237         [PROCESSOR_GENERIC32]: New default for unknown family id.  Move
4238         cpu discovery code to lower part of the function.
4239         [PROCESSOR_PENTIUM, PROCESSOR_K6, PROCESSOR_ATHLON]: Do not tune
4240         for sub-architecture.
4241         [PROCESSOR_PENTIUMPRO]: Simplify cpu discovery code.
4242         [PROCESSOR_K8]: Add k8-sse3 architecture.
4243         [PROCESSOR_NOCONA]: Remove.
4244         [PROCESSOR_GENERIC64]: Ditto.
4245         * gcc/config/i386/x-i386 (driver-i386.o): Depend on cpuid.h.
4246         * gcc/config/i386/crtfastmath.c: Include cpuid.h.  Use __get_cpuid
4247         to check for SSE and FXSAVE support.
4248         * gcc/config/i386/t-crtfm (crtfastmath.o): Depend on cpuid.h.
4249         Add -minline-all-stringops.
4250         * gcc/config.gcc (i[34567]86-*-*): Add cpuid.h to extra_headers.
4251         (x86_64-*-*): Ditto.
4252
4253 2007-09-05  Jie Zhang  <jie.zhang@analog.com>
4254
4255         * config/bfin/linux-unwind.h: New file.
4256         * config/bfin/linux.h (MD_UNWIND_SUPPORT): Define.
4257         * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Define.
4258
4259 2007-09-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4260
4261         * Makefile.in (stmt.o): Add alloc-pool.h dependency.
4262         * stmt.c: Include alloc-pool.h.
4263         (struct case_node): Remove GTY marker.
4264         (add_case_node): New parameter case_node_pool.  Use it for
4265         allocation of r.
4266         (expand_case): New allocation pool case_node_pool.  Initialize it,
4267         pass to add_case_node and free it.
4268
4269 2007-09-05  Sandra Loosemore  <sandra@codesourcery.com>
4270             David Ung  <davidu@mips.com>
4271             Nigel Stephens <nigel@mips.com>
4272
4273         Add mips16/nomips16 function attributes and -mflip-mips16 option
4274         for testing mixed-mode compilation.
4275
4276         * config/mips/mips.opt (mflip-mips16): New.
4277
4278         * config/mips/mips.h (SYMBOL_FLAG_MIPS16_FUNC): Define.
4279         (SYMBOL_FLAG_MIPS16_FUNC_P): Define.
4280
4281         * config/mips/mips.c (mips_base_target_flags): New.
4282         (mips_base_mips16): New.
4283         (mips_base_schedule_insns): New.
4284         (mips_base_reorder_blocks_and_partition): New.
4285         (mips_base_align_loops): New.
4286         (mips_base_align_jumps): New.
4287         (mips_base_align_functions): New.
4288         (mips16_flipper): New.
4289         (mips_attribute_table): Add "mips16" and "nomips16" entries.
4290         (TARGET_SET_CURRENT_FUNCTION): Define.
4291         (mips_mips16_type_p, mips_nomips16_type_p): New.
4292         (mips_comp_type_attributes): Check mips16/nomips16 attributes.
4293         (mips_function_ok_for_sibcall): Make it deal with functions with
4294         mips16 attributes.
4295         (mips_init_split_addresses): New, split out from override_options.
4296         (mips_init_relocs): New, split out from override_options.
4297         (was_mips16_p): New.
4298         (mips_set_mips16_mode): New, split out from override_options.
4299         (mips_set_current_function): New.
4300         (override_options): Add sorry for unsupported mips16/pic
4301         combination.  Remove error for mips16/dsp combination.  Save
4302         base option settings.  
4303         (mips_file_start): Move mips16 mode setting output from here....
4304         (mips_output_function_prologue): ....to here.
4305         (mips_output_mi_thunk): Check for mips16 function.
4306         (build_mips16_function_stub): Don't set .mips16 here.
4307         (build_mips16_call_stub): Likewise.
4308         (mips_expand_builtin): Error in mips16 mode.
4309         (mips_use_mips16_mode_p): New.
4310         (mips_encode_section_info): Check for mips16 function, and set
4311         SYMBOL_REF_FLAGS accordingly.
4312
4313         * doc/extend.texi (Function Attributes): Document new
4314         mips16/nomips16 attributes.
4315         * doc/invoke.texi (Option Summary): Add -mflip-mips16.
4316         (MIPS Options): Document -mflip-mips16.
4317
4318 2007-09-05  Sandra Loosemore  <sandra@codesourcery.com>
4319
4320         * config/mips/mips.c (mips_legitimize_tls_address): Call sorry
4321         if we encounter TLS address in MIPS16 mode.
4322         (mips_legitimize_const_move): Check cannot_force_const_mem for
4323         the (const (plus symbol offset)) case; this forces invalid TLS
4324         address in MIPS16 mode to be caught by the above call to sorry.
4325         (override_options): Don't reset targetm.have_tls in MIPS16 mode,
4326         because that now enables emutls, which is not ABI compatible
4327         with native TLS in non-MIPS16 mode.
4328
4329 2007-09-05  Sandra Loosemore  <sandra@codesourcery.com>
4330
4331         Add target hook invoked when cfun changes.
4332
4333         * doc/tm.texi (TARGET_SET_CURRENT_FUNCTION): Document.
4334         * target.h (struct gcc_target): Add set_current_function.
4335         * target-def.h (TARGET_SET_CURRENT_FUNCTION): Define.
4336         (TARGET_INITIALIZER): Add initializer for set_current_function.
4337         * tree.h (push_struct_function): New.
4338         * tree-inline.h (push_cfun, pop_cfun): Move declarations to...
4339         * function.h: Here.
4340         (set_cfun): Declare.
4341         * tree-inline.c (cfun_stack, push_cfun, pop_cfun): Moved to...
4342         * function.c: Here.
4343         (push_function_context_to): Use allocate_struct_function
4344         to create null context, not init_dummy_function_start.  Use set_cfun.
4345         (pop_function_context_from): Use set_cfun.
4346         (in_dummy_function): New.
4347         (invoke_set_current_function_hook): New.
4348         (set_cfun): New.
4349         (push_cfun, pop_cfun): Use set_cfun.
4350         (push_struct_function): New.
4351         (allocate_struct_function): Call invoke_set_current_function_hook
4352         before returning.
4353         (prepare_function_start): Don't set cfun here.  Remove unused
4354         argument; fix all callers.
4355         (init_dummy_function_start): Fiddle with in_dummy_function.  Call
4356         push_struct_function.
4357         (init_function_start): Set cfun here.
4358         (expand_dummy_function_end): Fiddle with in_dummy_function.  Pop cfun.
4359         * omp-low.c (create_omp_child_function): Use push_struct_function
4360         and pop_cfun to save/restore state.
4361         (expand_omp_parallel): Remove unused saved_cfun variable.
4362         * cgraphunit.c (ipa_passes): Use set_cfun.
4363         * gimple-low.c (record_vars_into): Use push_cfun/pop_cfun here.
4364         * dwarf2out.c (dwarf2out_abstract_function): Likewise.
4365         * matrix-reorg.c (transform_allocation_sites): Likewise.
4366         (matrix_reorg): Use set_cfun.
4367         * gimplify.c (gimplify_function_tree): Use push_cfun/pop_cfun here.
4368         * tree-optimize.c (tree_rest_of_compilation): Remove one redundant
4369         assignment to cfun; use set_cfun for the other.
4370         * tree-cfg.c (move_sese_region_to_fn): Use set_cfun.
4371         (dump_function_to_file): Use push_cfun/pop_cfun here.
4372         * c-decl.c (finish_function): Use set_cfun.
4373
4374 2007-09-05  Kenneth Zadeck <zadeck@naturalbridge.com>
4375
4376         * regrename.c (rerename_optimize): Use deferred rescanning and
4377         insert explicit calls to rescan insns when changed.
4378         
4379 2007-09-05  Jan Hubicka  <jh@suse.cz>
4380
4381         * optabs.c (libfunc_entry): Change optab to integer.
4382         (hash_libfunc, convert_optab_libfunc, optab_libfunc,
4383         set_optab_libfunc, set_conv_libfunc): Use optable indexes instead
4384         of pointers for hashing.
4385
4386 2007-09-05  Jan Hubicka  <jh@suse.cz>
4387
4388         * regrename.c (pass_regrename, pass_cprop_hardreg): Add RTL sharing
4389         verifier.
4390         * fwprop.c (pass_rtl_fwprop, pass_rtl_fwprop_add): Likewise.
4391         * see.c (pass_see): Likewise.
4392         * tracer.c (pass_tracer): Likewise.
4393         * postreload-gcse.c (pass_gcse2): Likewise.
4394         * postreload.c (pass_postreload_cse): Likewise.
4395         * mode-switching.c (pass_mode_switching): Likewise.
4396         * modulo-sched.c (pass_sms): Likewise.
4397         * cse.c (cse_insn): Likewise.
4398         * web.c (pass_web): Likweise.
4399         * combine-stack-adj.c (pass_stack_adjustments): Likewise.
4400         * dce.c (pass_ud_rtl_dce, pass_fast_rtl_dce): Likewise.
4401         * loop-init.c (pass_rtl_loop_init): Likewise.
4402         (pass_rtl_loop_done, pass_rtl_move_loop_, pass_rtl_unswitch,
4403         pass_rtl_unroll_and, pass_rtl_doloop): Likewise.
4404         * global.c (pass_global_alloc): Likewise.
4405         * ifcvt.c (pass_rtl_ifcvt, pass_if_after_combine,
4406         pass_if_after_reload): Likewise.
4407         * reload.c (pass_peephole2, pass_split_for_shoren_branches): Likewise.
4408         * dse.c (pass_rtl_dse1, pass_rtl_dse2): Likewise.
4409         * regmove.c (pass_regmove): Likewise.
4410         * function.c (pass_thread_prologugues_epilogues): Likewise.
4411         * gcse.c (pass_gcse): Likewise.
4412         * rtl-factoring.c (pass_rtl_seqabstr): Likewise.
4413         * lower-subreg.c (pass_lower_subreg2): Likewise.
4414         * bt-load.c (pass_branch_target_load): Likewise.
4415         * emit-rtl.c (pass_unshare_all_rtl): Likewise.
4416         * cfgcleanup.c (pass_jump, pass_jump2): Likewise.
4417         * combine.c (pass_combine): Likewise.
4418         * bb-reorder.c (pass_duplicate_comp, pass_reorder_blocks): Likewise.
4419         (pass_partition_blocks): Likewise.
4420         * var-tracking.c (pass_variable_track): Likewise.
4421         * reg-stack.c (pass_stack_regs_run): Likewise.
4422         * sched-rgn.c (pass_sched, pass_sched2): Likewise.
4423         * passes.c (pass_postreload): Likewise.
4424         (execute_function_todo): Add TODO_verify_rtl_sharing handling code.
4425         * tree-pass.h (TODO_verify_rtl_sharing): New.
4426         (TODO_update_ssa, TODO_update_ssa_no_phi, TODO_update_ssa_full_phi,
4427         TODO_update_ssa_only_virtuals, TODO_remove_unused_locals,
4428         TODO_set_props, TODO_df_finish, TODO_df_verify,
4429         TODO_mark_first_instance, TODO_rebuild_alias): Renumber.
4430
4431 2007-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4432
4433         * fold-const.c (all_ones_mask_p, sign_bit_p, simple_operand_p,
4434         fold_real_zero_addition_p, reorder_operands_p,
4435         div_if_zero_remainder, fold_undefer_overflow_warnings,
4436         int_binop_types_match_p, fold_convert_const_int_from_int,
4437         fold_convert_const_int_from_real,
4438         fold_convert_const_int_from_fixed,
4439         fold_convert_const_real_from_real,
4440         fold_convert_const_real_from_fixed,
4441         fold_convert_const_fixed_from_fixed,
4442         fold_convert_const_fixed_from_int,
4443         fold_convert_const_fixed_from_real, maybe_lvalue_p,
4444         fold_checksum_tree, fold_check_failed, print_fold_checksum,
4445         debug_fold_checksum, multiple_of_p): Constify.
4446         * tree-flow-inline.h (get_lineno): Likewise.
4447         * tree-flow.h (get_lineno): Likewise.
4448         * tree-object-size.c (compute_object_offset, addr_object_size,
4449         alloc_object_size, pass_through_call): Likewise.
4450         * tree-pretty-print.c (op_symbol, print_call_name,
4451         print_struct_decl, do_niy): Likewise.
4452         * tree.h (fold_undefer_overflow_warnings, multiple_of_p,
4453         debug_fold_checksum): Likewise.
4454
4455 2007-09-04  Steven Bosscher  <steven@gcc.gnu.org>
4456
4457         PR middle-end/33029
4458         * lower-subreg.c (resolve_clobber): If we remove a REG_LIBCALL
4459         note, remove the associated REG_RETVAL note.
4460
4461 2007-09-04  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4462
4463         * config.gcc (powerpc*-*-*): Install
4464         spu2vmx.h, vec_types.h, and si2vmx.h headers.
4465         * config/rs6000/spu2vmx.h: New header.
4466         * config/rs6000/si2vmx.h: New header.
4467         * config/rs6000/vec_types.h: New header.
4468
4469 2007-09-05  Ben Elliston  <bje@au.ibm.com>
4470
4471         * varasm.c (initializer_constant_valid_p): Fix comment typo.
4472
4473 2007-09-05  Ben Elliston  <bje@au.ibm.com>
4474
4475         * config/rs6000/ppu_intrinsics.h (__ldarx): Use `Z' constraint,
4476         not `m' for *ptrp.
4477         (__stdcx): Make asm volatile.
4478         (__stwcx, __stdcx): Return only 0 or 1.
4479
4480 2007-09-05  Jan Hubicka  <jh@suse.cz>
4481
4482         Revert:
4483
4484         2007-09-04  Jan Hubicka  <jh@suse.cz>
4485         * tree-tailcall.c (eliminate_tail_call): Expect unrenamed return value.
4486
4487         2007-09-04  Richard Guenther  <rguenther@suse.de>
4488         * tree-ssa-operands.c (add_virtual_operand): Only mark
4489         stores as has_volatile_ops if alias information is not available.
4490
4491 2007-09-05  Jakub Jelinek  <jakub@redhat.com>
4492
4493         * config/rs6000/tramp.asm: Include config.h.
4494         Check __PIC__ or __pic__ macro instead of SHARED.
4495
4496         PR rtl-optimization/32300
4497         * see.c (see_copy_insn): New function.
4498         (see_def_extension_not_merged, see_merge_one_use_extension,
4499         see_merge_one_def_extension): Use it.  Avoid changing
4500         PREV_INSN/NEXT_INSN chains directly, insted emit insns
4501         into sequences.  Call df_insn_delete on temporary insns
4502         that won't be emitted into the insn stream.
4503         (rest_of_handle_see): Turn off DF_DEFER_INSN_RESCAN
4504         and run df_process_deferred_rescans () before run_fast_dce.
4505
4506         PR tree-optimization/33017
4507         * tree-data-ref.c (split_constant_offset) <case SSA_NAME>: Don't
4508         recurse for pure or const function calls.
4509
4510 2007-09-04  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4511
4512         * c-format.c: Include alloc-pool.h.
4513         (check_format_info_main): New argument fwt_alloc.  Use allocation
4514         pool instead of GC.  Remove GC deallocation code.
4515         (check_format_arg): Create allocation pool, pass it to
4516         check_format_info_main and free it afterwards.
4517         * Makefile.in (c-format.o): Add alloc-pool.h dependency.
4518
4519 2007-09-05  Ben Elliston  <bje@au.ibm.com>
4520
4521         * config/rs6000/ppu_intrinsics.h (__protected_stream_count):
4522         Rename count macro arugment for clarity.
4523         (__protected_unlimited_stream_set): Pass UG=1 to __dcbt_TH1000.
4524         (__protected_stream_set): Likewise, pass 0.
4525
4526 2007-09-04  Jan Hubicka  <jh@suse.cz>
4527
4528         * tree-tailcall.c (eliminate_tail_call): Expect unrenamed return value.
4529
4530 2007-09-04  Jan Hubicka  <jh@suse.cz>
4531
4532         * invoke.texi (-finline-small-functions): Document.
4533         * ipa-inline.c (cgraph_default_inline_p): Do not use DECL_INLINE
4534         when deciding what is inlinable.
4535         (cgraph_decide_recursive_inlining): Handle flag_inline_functions.
4536         (cgraph_decide_inlining_of_small_function): Handle new flags.
4537         (cgraph_decide_inlining_incrementally): Likewise.
4538         * opts.c (decode_options): Enable flag_inline_small_functions at -O2
4539         * common.opt (finline-small-functions): New.
4540         * Makefile.in (build/gengtype.o-warn): Work around PR29478
4541
4542 2007-09-04  Richard Guenther  <rguenther@suse.de>
4543
4544         * tree-ssa-operands.c (add_virtual_operand): Only mark
4545         stores as has_volatile_ops if alias information is not available.
4546
4547 2007-09-04  Andrew Haley  <aph@redhat.com>
4548
4549         * config/arm/libgcc-bpabi.ver: Add _Unwind_Backtrace as GCC_4.3.0.
4550
4551 2007-09-04  Andrew Haley  <aph@redhat.com>
4552
4553         * config/arm/libunwind.S (UNWIND_WRAPPER _Unwind_Backtrace): New.
4554         * config/arm/unwind-arm.h (__gnu_Unwind_Backtrace): New.
4555         * config/arm/unwind-arm.c (__gnu_Unwind_Backtrace): New.
4556
4557 2007-09-04  Emmanuel Thome  <Emmanuel.Thome@inria.fr>
4558
4559         PR c++/14178
4560         * common.opt: Mention ABI version 2 in comment.
4561
4562 2007-09-04  Jan Hubicka  <jh@suse.cz>
4563
4564         * optabs.c (debug_optab_libfunc): Update; make available to gdb.
4565         (libfunc_entry): New structure.
4566         (libfunc_hash): New hashtable.
4567         (hash_libfunc): New function.
4568         (eq_libfunc): New function.
4569         (convert_optab_libfunc): New function.
4570         (optab_libfunc): New function.
4571         (expand_binop, sign_expand_binop, expand_twoval_binop_libfunc,
4572         expand_unop, prepare_cmp_insn, prepare_float_insn, gen_add2_insn,
4573         expand_float, expand_fix, new_optab, new_convert_optab):
4574          Update for new libfunc API.
4575         (init_libfunc, init_integral_libfuncs,
4576         init_floating_libfuncs, init_interclass_conv_libfuncs
4577         init_intraclass_conv_libfuncs): Remove; reorganize all logic to:
4578         (gen_libfunc, gen_int_libfunc, gen_fp_libfunc, gen_int_fp_libfunc,
4579         gen_intv_fp_libfunc, gen_interclass_conv_libfunc,
4580         gen_int_to_fp_conv_libfunc, gen_ufloat_conv_libfunc,
4581         gen_int_to_fp_nondecimal_conv_libfunc, gen_fp_to_int_conv_libfunc,
4582         gen_intraclass_conv_libfunc, gen_trunc_conv_libfunc,
4583         gen_extend_conv_libfunc): New.
4584         (init_one_libfunc): Revamp for hashtables.
4585         (set_conv_libfunc): Likewise.
4586         (init_optabs): Initialize hashtable; use lazy initialization where
4587         possible.
4588         * optabs.h (optab_handlers): Move out of GGC.
4589         (optab, convert_optab): Move out of GGC; add lazy gen info.
4590         (code_to_optab, convert_optab_table, optab_table): Move out of GGC.
4591         (optab_libfunc, convert_optab_libfunc): New.
4592         * builtins.c (expand_builtin_powi): Update for new API.
4593         * expr.c (convert_move): Likewise.
4594         * expmed.c (expand_divmod): Likewise.
4595
4596 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
4597
4598         * config/rs6000/rs6000.c (rs6000_stack_info): Allocate space for the
4599         GOT pointer only if there is a constant pool.  Use the allocated space
4600         for SPE also.
4601
4602 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
4603
4604         * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Correct
4605         typo for AltiVec.
4606
4607 2007-09-04  Revital Eres  <eres@il.ibm.com>
4608             Richard Guenther  <rguenther@suse.de>
4609             R. Clint Whaley  <whaley@cs.utsa.edu>
4610
4611         * doc/invoke.texi (-fassociative-math, -freciprocal-math):
4612         Document new flags.
4613         * tree-tailcall.c (process_assignment): Use -fassociative-math
4614         when reodering operands of floating-point type.
4615         * fold-const.c (fold_comparison, fold_binary): Use
4616         -fassociative-math and -freciprocal-math instead of
4617         -funsafe-math-optimization flag.
4618         * toplev.h (set_unsafe_math_optimizations_flags): Declare function.
4619         * tree-ssa-math-opts.c (gate_cse_reciprocals): Use
4620         -freciprocal-math instead of -funsafe-math-optimizations.
4621         * opts.c (set_fast_math_flags): Set -freciprocal-math and
4622         -fassociative-math when -ffast-math is set.
4623         (set_unsafe_math_optimizations_flags): New Function
4624         to set -freciprocal-math and -fassociative-math when
4625         -funsafe-math-optimizations is set.
4626         (common_handle_option): Call it.
4627         * tree-vectorizer.c (vect_is_simple_reduction): Use
4628         -fassociative-math when doing reduction on floats.
4629         * loop-unroll.c (analyze_insn_to_expand_var): Use
4630         -fassociative-math when expanding an accumulator of type float.
4631         * simplify-rtx.c (simplify_binary_operation_1): Use
4632         -fassociative-math and -freciprocal-math when reordeing operands
4633         of floating-point type.
4634         * combine.c (combine_simplify_rtx): Likewise.
4635         * tree-ssa-reassoc.c (break_up_subtract_bb, reassociate_bb):
4636         Likewise.
4637         * common.opt (-fassociative-math, -freciprocal-math): New flags.
4638
4639 2007-09-04  Paolo Carlini  <pcarlini@suse.de>
4640
4641         PR c++/18608
4642         * doc/install.texi (--enable-__cxa_atexit): Fix typo.
4643
4644 2007-09-04  Jan Hubicka  <jh@suse.cz>
4645
4646         * regrename.c(copyprop_hardreg_forward_1): Unshare when doing copyprop.
4647
4648 2007-09-04  Jan Hubicka  <jh@suse.cz>
4649
4650         * regrename.c (build_def_use): Don't share RTL between MATCH_OPERATOR
4651         and corresponding MATCH_DUP.
4652
4653 2007-09-04  Uros Bizjak  <ubizjak@gmail.com>
4654
4655         PR middle-end/33187
4656         * combine.c (subst): Do not try to simplify X if it represents load
4657         of FP constant from the constant pool via float extension.
4658
4659 2007-09-04  Ben Elliston  <bje@au.ibm.com>
4660
4661         * c-opts.c: Include "tm_p.h".
4662         * Makefile.in (c-opts.o): Add $(TM_P_H) as a dependency.
4663
4664 2007-09-04  Richard Guenther  <rguenther@suse.de>
4665
4666         PR tree-optimization/33291
4667         * tree-pretty-print.c (dump_generic_node): Dump all
4668         qualifiers for pointer types, not only first.  Dump
4669         qualifiers for aggregate types as well.
4670         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Always
4671         use the canonical type for building ARRAY_REFs.
4672         * gimplify.c (canonicalize_addr_expr): Clean up.  The
4673         correct validness check is compatibility of the pointer
4674         types.  Always use the canonical type for building
4675         ARRAY_REFs and ADDR_EXPRs.
4676         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Revert
4677         change that disabled propagation of ADDR_EXPRs into statements
4678         with volatile ops.
4679
4680 2007-09-03  Zack Weinberg  <zack@codesourcery.com>
4681
4682         * config/arm/arm.md (mulsidi3, umulsidi3, mulsi3_highpart)
4683         (umulsi3_highpart): Make into expanders; existing insns are
4684         now named *[insn]_nov6.  Add stars to existing [insn]_v6
4685         counterparts' names.
4686
4687 2007-09-03  Daniel Jacobowitz  <dan@codesourcery.com>
4688
4689         * Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoize.o)
4690         (unprotoize.o): Remove SHLIB_MULTILIB.
4691
4692 2007-09-03  Eric Weddington  <eweddington@cso.atmel.com>
4693
4694         * doc/extend.texi: Document progmem attribute for AVR.
4695
4696 2007-09-03  Anatoly Sokolov <aesok@post.ru>
4697
4698         PR target/28902
4699         * config/avr/avr.h (TARGET_VTABLE_ENTRY_ALIGN): Define.
4700
4701 2007-09-03  Zack Weinberg  <zack@codesourcery.com>
4702
4703         * optabs.c (expand_ffs): Initialize val and defined_at_zero
4704         to avoid warnings.
4705
4706         * optabs.c: Remove unnecessary forward declarations.
4707         (expand_unop_direct): New, broken out of expand_unop.
4708         (expand_doubleword_clz): New.
4709         (expand_ctz): Move above expand_ffs.  Use
4710         start_sequence, end_sequence, add_equal_note, and
4711         expand_unop_direct.  Add more commentary.
4712         (expand_ffs): Try both ctz optab and expand_ctz.
4713         Generate a test and branch if the hardware doesn't give us
4714         a useful value for input zero.  Style improvements similar to
4715         expand_ctz.
4716
4717         * config/arm/arm.md (ffssi2, ctzsi2): Delete.
4718
4719 2007-09-03  Zack Weinberg  <zack@codesourcery.com>
4720
4721         * config.gcc: Delete stanza for arm-semi-aof and
4722         armel-semi-aof targets.
4723         * config/arm/arm-protos.h
4724         * config/arm/arm.c
4725         * config/arm/arm.h: Delete all #ifdef AOF_ASSEMBLER blocks;
4726         make all #ifndef AOF_ASSEMBLER blocks unconditional.  Also
4727         delete aof_pic_label and remove mention of AOF in comments.
4728         * config/arm/arm.md: Delete patterns used only for AOF assembly.
4729         * config/arm/aof.h
4730         * config/arm/semiaof.h
4731         * config/arm/t-semi: Delete file.
4732
4733 2007-09-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4734
4735         * system.h (CONST_CAST2, CONST_CAST_TREE, CONST_CAST_RTX,
4736         CONST_CAST_BB): New macros for type-specific casts.
4737         (CONST_CAST): Add a TYPE parameter and define it in terms of
4738         CONST_CAST2.
4739
4740         * c-decl.c (c_make_fname_decl): Supply a TYPE for CONST_CAST.
4741         * c-lex.c (cb_ident, lex_string): Likewise,
4742         * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise,
4743         * config/i386/i386.c (ix86_function_regparm,
4744         ix86_function_sseregparm): Use CONST_CAST_TREE.
4745         * config/mmix/mmix.c (mmix_encode_section_info): Supply a TYPE for
4746         CONST_CAST.
4747         * gcc.c (set_spec, read_specs, for_each_path, execute, do_spec_1,
4748         give_switch, set_multilib_dir): Likewise,
4749         * gengtype-parse.c (string_seq, typedef_name): Likewise,
4750         * gimple-low.c (block_may_fallthru): Use CONST_CAST_TREE.
4751         * jump.c (reversed_comparison_code_parts): Use CONST_CAST_RTX.
4752         * passes.c (execute_one_pass): Supply a TYPE for CONST_CAST.
4753         * prefix.c (update_path): Likewise,
4754         * pretty-print.c (pp_base_destroy_prefix): Likewise,
4755         * rtlanal.c (keep_with_call_p): Use CONST_CAST_RTX.
4756         * tree-cfg.c (tree_can_merge_blocks_p,
4757         tree_block_ends_with_condjump_p): Use CONST_CAST_BB.
4758         * tree-eh.c (lookup_stmt_eh_region_fn): USe CONST_CAST_TREE.
4759         * tree.c (build_string): Supply a TYPE for CONST_CAST.
4760         (attribute_list_contained): Use CONST_CAST_TREE.
4761
4762 2007-09-03  Krister Walfridsson  <cato@df.lth.se>
4763
4764         * config/netbsd-elf.h (USE_LD_AS_NEEDED): Define.
4765
4766 2007-09-03  Richard Sandiford  <richard@codesourcery.com>
4767
4768         PR middle-end/33290
4769         * optabs.c (avoid_expensive_constant): Canonicalize CONST_INTs
4770         before forcing them into a register.
4771
4772 2007-09-03  Richard Sandiford  <richard@codesourcery.com>
4773
4774         * config/mips/mips.md (fetchop_bit): Use define_code_iterator
4775         rather than define_code_macro.
4776
4777 2007-09-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4778
4779         * gcc.c (xputenv): New function.
4780         (putenv_from_prefixes): Use xputenv instead of putenv.
4781         (process_command): Use xputenv instead of putenv.
4782         (set_collect_gcc_options): Use xputenv instead of putenv.
4783         (main): Use xputenv instead of putenv.
4784
4785 2007-09-03  Jesper Nilsson  <jesper.nilsson@axis.com>
4786
4787         * config/cris/cris.h (TARGET_HAS_SWAP): Defined to describe
4788         availability of swap instruction.
4789         * config/cris/cris.md (bswapsi2): Implement using swap instruction.
4790
4791 2007-09-03  Revital Eres  <eres@il.ibm.com>
4792
4793         * doc/invoke.texi (-fmodulo-sched-allow-regmoves): Update
4794         Documentation.
4795
4796 2007-09-03  Vladimir Yanovsky  <yanov@il.ibm.com>
4797             Ayal Zaks  <zaks@il.ibm.com>
4798             Revital Eres  <eres@il.ibm.com>
4799
4800         * modulo-sched.c (ps_insert_empty_row, verify_partial_schedule,
4801         compute_split_row): New functions.
4802         (ps_unschedule_node): Remove.
4803         (normalize_sched_times): Iterate over the already scheduled
4804         insns instead of the number of nodes.
4805         (MAX_SPLIT_NUM): New definition.
4806         (sms_schedule_by_order): Change the scheduling heuristic to
4807         avoid useless increases of initiation interval ii.
4808         (get_sched_window): Add dump printouts.
4809
4810 2007-09-02  David Daney  <ddaney@avtrex.com>
4811
4812         * config/mips/mips.md (UNSPEC_COMPARE_AND_SWAP, UNSPEC_SYNC_OLD_OP,
4813         UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_EXCHANGE): New define_constants.
4814         (optab, insn): Add more attributes.
4815         (fetchop_bit): New code macro.
4816         (immediate_insn): New code macro attribute.
4817         (sync): Change condition to ISA_HAS_SYNC.
4818         (rdhwr): Change predicate for operand 0 to register_operand.
4819         (memory_barrier): New expand.
4820         (sync_compare_and_swap<mode>, sync_add<mode>, sync_sub<mode>,
4821         sync_old_add<mode>, sync_old_sub<mode>, sync_new_add<mode>,
4822         sync_new_sub<mode>, sync_<optab><mode>, sync_old_<optab><mode>,
4823         sync_new_<optab><mode>, sync_nand<mode>, sync_old_nand<mode>,
4824         sync_new_nand<mode>, sync_lock_test_and_set<mode>): New insns.
4825         * config/mips/mips.h (ISA_HAS_SYNC, ISA_HAS_LL_SC): New ISA predicates.
4826         (MIPS_COMPARE_AND_SWAP, MIPS_SYNC_OP, MIPS_SYNC_OLD_OP,
4827         MIPS_SYNC_NEW_OP, MIPS_SYNC_NAND, MIPS_SYNC_OLD_NAND,
4828         MIPS_SYNC_NEW_NAND, MIPS_SYNC_EXCHANGE): New Macros.
4829         
4830 2007-09-03  Jesper Nilsson  <jesper.nilsson@axis.com>
4831             Hans-Peter Nilsson  <hp@axis.com>
4832
4833         * config/cris/cris.h (TARGET_HAS_LZ, CLZ_DEFINED_VALUE_AT_ZERO):
4834         Defined to describe availability and behavior of CLZ.
4835         * config/cris/cris.md (clzsi2): Implement using lz instruction.
4836         * config/cris/cris.opt: Tweak comment for "-metrax4".
4837         * config/cris/arit.c (LZ): When defined, define as __builtin_clz.
4838         * longlong.h [__CRIS__ && __CRIS_arch_version >= 3]
4839         (count_leading_zeros): Define.
4840
4841 2007-09-01  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4842
4843         * ggc-page.c (ggc_pch_read): Call validate_free_objects.
4844
4845 2007-09-02  Joseph Myers  <joseph@codesourcery.com>
4846
4847         PR middle-end/33272
4848         * c-decl.c (grokdeclarator): Apply qualifiers to type of parameter
4849         decayed from array.
4850
4851 2007-09-01  Kazu Hirata  <kazu@codesourcery.com>
4852
4853         * config/arm/arm.c, config/rs6000/ppu_intrinsics.h,
4854         config/spu/spu.c, df-scan.c, fixed-value.c, fold-const.c,
4855         ginclude/tgmath.h, haifa-sched.c, optabs.c, recog.c,
4856         sched-deps.c, sched-int.h, system.h, target.h,
4857         tree-ssa-live.c, tree-vect-transform.c, tree-vectorizer.c,
4858         tree.def: Fix comment typos.
4859
4860 2007-09-01  Kazu Hirata  <kazu@codesourcery.com>
4861
4862         * config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove.
4863         (override_options): Turn on -mstrict-align on non-ColdFire
4864         targets.
4865         * config/m68k/m68k.h (BIGGEST_ALIGNMENT): Update a comment.
4866
4867 2007-09-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4868
4869         * c-common.c (const_strip_array_types): Delete.
4870         * c-common.h (const_strip_array_types): Likewise.
4871         * emit-rtl.c (const_next_insn, const_previous_insn,
4872         const_next_nonnote_insn, const_prev_nonnote_insn,
4873         const_next_real_insn, const_prev_real_insn,
4874         const_next_active_insn, const_prev_active_insn, const_next_label,
4875         const_prev_label): Delete.
4876         * gimple-low.c (block_may_fallthru): Use expr_last.
4877         * jump.c (reversed_comparison_code_parts): Use prev_nonnote_insn.
4878         * rtl.h (const_previous_insn, const_next_insn,
4879         const_prev_nonnote_insn, const_next_nonnote_insn,
4880         const_prev_real_insn, const_next_real_insn,
4881         const_prev_active_insn, const_next_active_insn, const_prev_label,
4882         const_next_label): Delete.
4883         * rtlanal.c (keep_with_call_p): Use next_nonnote_insn.
4884         * system.h (CONST_CAST): Update comment.
4885         * tree-cfg.c (tree_can_merge_blocks_p): Use last_stmt.
4886         (const_first_stmt, const_last_stmt): Delete.
4887         (tree_block_ends_with_condjump_p): Use last_stmt.
4888         * tree-flow.h (const_first_stmt, const_last_stmt): Delete.
4889         * tree-iterator.c (const_expr_first, const_expr_last,
4890         const_expr_only): Delete.
4891         * tree.c (const_lookup_attribute): Likewise.
4892         (attribute_list_contained): Use lookup_attribute.
4893         * tree.h (const_lookup_attribute, const_expr_first,
4894         const_expr_last, const_expr_only): Delete.
4895
4896 2007-09-01  Richard Guenther  <rguenther@suse.de>
4897
4898         * tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE
4899         instead of TREE_THIS_VOLATILE.
4900         * tree-ssa-operands.c (add_virtual_operand): Do not set
4901         has_volatile_ops.  Do not check s_ann for NULL.
4902         (get_indirect_ref_operands): Likewise.
4903         (get_expr_operands): Likewise.  For all reference trees
4904         set has_volatile_ops based on TREE_THIS_VOLATILE.  Also
4905         check base of reference for TREE_THIS_VOLATILE.
4906
4907 2007-09-01  Richard Guenther  <rguenther@suse.de>
4908
4909         * tree-cfg.c (verify_gimple_expr): Fix check for conversions
4910         between integral types.  Also allow conversions between
4911         pointer types.
4912
4913 2007-08-31  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4914
4915         * optabs.c (prepare_float_lib_cmp): Use
4916         libgcc_cmp_return_mode instead of word_mode.
4917         * config/dfp-bit.h: Likewise.
4918         * config/fp-bit.h: Likewise.
4919         * config/spu/spu.c (spu_libgcc_cmp_return_mode):
4920         New function.
4921         (spu_libgcc_shift_count_mode): New function.
4922         (TARGET_LIBGCC_CMP_RETURN_MODE): Define.
4923         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Define.
4924
4925 2007-08-31  Joseph Myers  <joseph@codesourcery.com>
4926
4927         * tree-pretty-print.c: Include output.h.
4928         (dump_decl_name, dump_generic_node): Use %wd with pp_printf, not
4929         HOST_WIDE_INT_PRINT_DEC.
4930         * Makefile.in (tree-pretty-print.o): Add dependency on output.h.
4931
4932 2007-08-31  Zdenek Dvorak  <ook@ucw.cz>
4933
4934         PR rtl-optimization/33224
4935         * loop-iv.c (latch_dominating_def): Check that the definition belongs
4936         to the analysed region.
4937
4938 2007-08-31  Richard Guenther  <rguenther@suse.de>
4939
4940         * function.c (allocate_struct_function): Do not set
4941         current_function_returns_pointer.
4942         * function.h (struct var_refs_queue): Remove.
4943         (struct simple_obstack_stack): Likewise.
4944         (struct function): Remove fixup_var_refs_queue member.
4945         Remove returns_pointer flag.
4946         (current_function_returns_pointer): Remove define.
4947
4948 2007-08-31  Nick Clifton  <nickc@redhat.com>
4949
4950         * tree-ssa-coalesce.c (compare_pairs): Use the elements as
4951         secondary keys in order to obtain a stable sort.
4952
4953 2007-08-31  Nick Clifton  <nickc@redhat.com>
4954
4955         PR target/33132
4956         * config/m32r/constraints.md: Add W constraint for integer zero.
4957         * config/m32r/m32r.md (get_pc): Use W and i constraints.
4958         Fix length calculation by using alternatives.
4959
4960 2007-08-31  Richard Sandiford  <richard@codesourcery.com>
4961
4962         * optabs.c (shift_optab_p, commutative_optab_p): New functions,
4963         split out from expand_binop.
4964         (avoid_expensive_constant): New function.
4965         (expand_binop_directly): Remove commutative_op argument and
4966         (expand_binop_directly): Remove commutative_op argument and
4967         call cummutative_optab_p instead.  Do not change op0 or op1
4968         when swapping xop0 and xop1.  Apply avoid_expensive_constant
4969         to each argument after potential swapping.  Enforce the
4970         canonical order of commutative operands.
4971         (expand_binop): Use shift_optab_p and commutative_optab_p.
4972         Update the calls to expand_binop_directly.  Only force constants
4973         into registers when widening an operation.  Only swap operands
4974         once a direct expansion has been rejected.
4975         (expand_twoval_binop): Only force constants into registers when
4976         using a direct expansion.
4977
4978 2007-08-31  Maxim Kuvyrkov  <maxim@codesourcery.com>
4979
4980         * sched-deps.c (update_dep): Mark arguments with ATTRIBUTE_UNUSED.
4981         (sched_analyze_insn): Don't postprocess speculative dependencies when
4982         target has no scheduling.
4983         * tree-vect-transform.c (vect_estimate_min_profitable_iters): Fix
4984         'uninitialized' warning.
4985
4986 2007-08-31  Richard Guenther  <rguenther@suse.de>
4987
4988         * tree.c (build_complex_type): Always set TYPE_NAME for
4989         comples types.
4990
4991 2007-08-31  Olivier Hainque  <hainque@adacore.com>
4992
4993         * config/rs6000/xcoff.h (XCOFF_CSECT_DEFAULT_ALIGNMENT_STR): New
4994         internal macro. Default alignment factor for csect directives, chosen
4995         to match what BIGGEST_ALIGNMENT allows.
4996         (DATA_SECTION_ASM_OP): Use it.
4997         * config/rs6000/rs6000.c
4998         (rs6000_xcoff_output_readonly_section_asm_op):
4999         Use XCOFF_CSECT_DEFAULT_ALIGNMENT_STR.
5000         (rs6000_xcoff_output_readwrite_section_asm_op): Likewise.
5001         
5002 2007-08-31  Olivier Hainque  <hainque@adacore.com>
5003
5004         * dbxout.c (dbxout_block): Move declaration within the first
5005         #if defined (DBX_DEBUGGING_INFO) block.  Rearrange another such
5006         block to include the definition, together with the associated
5007         helpers.
5008
5009 2007-08-31  David Edelsohn  <edelsohn@gnu.org>
5010             Revital Eres  <eres@il.ibm.com>
5011
5012         * doc/invoke.texi (-mpaired): Document flag.
5013         * config.gcc: Include paired.h in powerpc extra_headers and
5014         750cl.h in powerpc-*-linux*paired*.
5015         * config/rs6000/rs6000.opt (-mpaired): New flag.
5016         * config/rs6000/rs6000.c (paired_init_builtins,
5017         paired_expand_builtin, paired_expand_lv_builtin,
5018         paired_expand_stv_builtin, paired_expand_predicate_builtin):
5019         New functions to support the paired single builtin functions.
5020         (rs6000_hard_regno_mode_ok): Handle PAIRED_VECTOR_MODE.
5021         (def_builtin, bdesc_3arg, bdesc_2arg, bdesc_1arg): Add paired
5022         single builtins.
5023         (bdesc_paired_preds): New structure for paired predicate
5024         instructions.
5025         (rs6000_expand_builtin): Expand paired single builtins.
5026         (rs6000_init_builtins): Init paired single builtins.
5027         (rs6000_common_init_builtins): Add v2sf_ftype_v2sf_v2sf_v2sf.
5028         Rename v2sf_ftype_v2sf_v2sf to v2sf_ftype_v2sf_v2sf_spe
5029         and v2sf_ftype_v2sf_spe to v2sf_ftype_v2sf.  Add new types
5030         v2sf_ftype_v2sf_v2sf and v2sf_ftype_v2sf.
5031         (rs6000_vector_mode_supported_p): Support paired vector mode.
5032         * config/rs6000/rs6000.h: (UNITS_PER_PAIRED_WORD,
5033         PAIRED_VECTOR_MODE, PAIRED_SIMD_REGNO_P, TARGET_PAIRED_FLOAT):
5034         New.
5035         (LOCAL_ALIGNMENT): Handle PAIRED_VECTOR_MODE.
5036         (DATA_ALIGNMENT): Likewise.
5037         (UNITS_PER_SIMD_WORD): Handle PAIRED_VECTOR_MODE.
5038         (rs6000_builtins): Add PAIRED builtins.
5039         * config/rs6000/rs6000.md: Include paired.md.
5040         * config/rs6000/paired.h: New.
5041         * config/rs6000/paired.md: New.
5042         * config/rs6000/750cl.h: New.
5043         * config/rs6000/spe.md: Recognize movv2sf instruction for 750cl.
5044
5045 2007-08-30  Ollie Wild  <aaw@google.com>
5046
5047         * c-opts.c (c_common_handle_option): Support -fno-directives-only.
5048         * gcc.c (default_compilers): Add -fno-directives-only to
5049         @assembler-with-cpp.
5050
5051 2007-08-30  Sandra Loosemore  <sandra@codesourcery.com>
5052
5053         PR middle-end/33211
5054
5055         * regclass.c (initial_fixed_regs): Revert previous change and make
5056         it const again.
5057         (initial_call_used_regs): Likewise.
5058         (initial_call_really_used_regs): Delete, reverting previous addition.
5059         (initial_reg_names): Likewise.
5060         (init_reg_sets): Revert previous change.
5061         (saved_fixed_regs): New.
5062         (saved_call_used_regs): New.
5063         (saved_call_really_used_regs): New.
5064         (saved_reg_names): New.
5065         (save_register_info): New.
5066         (restore_register_info): New.
5067         (init_reg_sets_1): Replace reset of register info with call to
5068         restore_register_info.
5069         * rtl.h (save_register_info): Declare.
5070         * toplev.c (backend_init): Call save_register_info.
5071
5072 2007-08-30  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5073
5074         * tree-ssa-propagate.c (set_rhs): Remove the copied annotation
5075         from the original statement.
5076
5077 2007-08-30  Chao-ying Fu  <fu@mips.com>
5078
5079         * c-lex.c (interpret_fixed): Declare.
5080         (interpret_float): Process _Fract and _Accum.
5081         (interpret_fixed): New function.
5082         * final.c (output_addr_const): Process CONST_FIXED.
5083         * simplify-rtx.c (simplify_const_unary_operation): Handle US_NEG.
5084         (simplify_binary_operation_1): Handle US_ASHIFT, SS_MULT, US_MULT,
5085         SS_DIV, US_DIV.
5086         (simplify_const_binary_operation): Handle SS_MULT, US_MULT, SS_DIV,
5087         US_DIV, US_ASHIFT.
5088         (simplify_immed_subreg): Support CONST_FIXED.
5089         Process MODE_FRACT, MODE_UFRACT, MODE_ACCUM, MODE_UACCUM.
5090         (simplify_subreg): Support CONST_FIXED.
5091
5092 2007-08-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5093
5094         * config/rs6000/ppu_intrinsics.h: New file.
5095         * config.gcc (powerpc*-*-* <extra_headers>): Install
5096         ppu_intrinsics.h.
5097
5098 2007-08-30  Kenneth Zadeck <zadeck@naturalbridge.com>
5099
5100         * cfg.c (dump_flow_info): Change to also print entry and exit
5101         block info.
5102         * print-rtl.c (print_rtl_single): Allow to print rtl with
5103         -fdump-unnumbered.
5104         
5105 2007-08-30  Kenneth Zadeck <zadeck@naturalbridge.com>
5106
5107         * df-core.h (df_dump_region): New function.
5108         * df.h (df_dump_region): New function.
5109         * loop-invariant.c (find_defs): Add call to df_dump_region.
5110         * loop-iv.c (iv_analysis_loop_init): Changed call from df_dump to
5111         df_dump_region.
5112         
5113 2007-08-30  Jakub Jelinek  <jakub@redhat.com>
5114
5115         PR target/33168
5116         * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Return
5117         true if any of the compare_section_name calls returned true,
5118         rather than if any returned false.
5119
5120 2007-08-30  Richard Guenther  <rguenther@suse.de>
5121
5122         PR tree-optimization/33199
5123         * tree-ssa-structalias.c (handle_lhs_call): New function.
5124         (find_func_aliases): In non-IPA mode make sure that for
5125         calls that return a pointer we add a constraint for the
5126         result to point to anything.
5127
5128 2007-08-30  Richard Guenther  <rguenther@suse.de>
5129
5130         * doc/invoke.texi (-mveclibabi): Document new target option.
5131         * config/i386/i386.opt (-mveclibabi): New target option.
5132         * config/i386/i386.c (ix86_veclib_handler): Handler for
5133         vectorization library support.
5134         (override_options): Handle the -mveclibabi option, initialize
5135         the vectorization library handler.
5136         (ix86_builtin_vectorized_function): As fallback call the
5137         vectorization library handler, if set.
5138         (ix86_veclibabi_acml): New static function for ACML ABI style
5139         vectorization support.
5140
5141 2007-08-30  Jakub Jelinek  <jakub@redhat.com>
5142
5143         * config/rs6000/rs6000.c (rs6000_emit_sync): For QI or HI mode
5144         used_m, even if it is 32-bit aligned, adjust used_m MEM to have
5145         SImode and update m.  Don't run gen_lowpart_common on arbitrary
5146         memory address, force it to register first.
5147
5148         PR middle-end/32758
5149         * dce.c (dce_process_block): Don't delete setters of
5150         artificially used registers.
5151
5152 2007-08-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5153
5154         * config/s390/s390.md ("*add<mode>3_alc_carry1_cc",
5155         "*add<mode>3_alc_carry1_cconly", "*add<mode>3_alc_carry2_cc",
5156         "*add<mode>3_alc_carry2_cconly"): New insn definitions.
5157
5158 2007-08-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5159
5160         * config/s390/s390.c (s390_expand_addcc): Emit canonical alc
5161         pattern.
5162         * config/s390/s390.md ("*add<mode>3_alc_cc", "*add<mode>3_alc",
5163         "addti3", "*adddi3_31z", "*scond<mode>"): Make alc pattern canonical.
5164
5165 2007-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5166
5167         * system.h: Activate -Wcast-qual as warning-only.
5168
5169 2007-08-29  Paolo Bonzini  <bonzini@gnu.org>
5170
5171         PR target/33168
5172         * config/rs6000/rs6000.c (compare_section_name): New function.
5173         (rs6000_elf_in_small_data_p): Compare section prefixes instead
5174         of full name.
5175
5176 2007-08-29  Olivier Hainque  <hainque@adacore.com>
5177
5178         * xcoffout.c: #include debug.h.
5179         * Makefile.in (xcoffout.o): Add debug.h dependency.
5180
5181 2007-08-29  Uros Bizjak  <ubizjak@gmail.com>
5182
5183         * simplify-rtx.c (simplify_binary_operation_1) [VEC_SELECT]:
5184         Change CONST_VECTOR_ELT to XVECEXP in elem calculation.
5185
5186 2007-08-29  Richard Guenther  <rguenther@suse.de>
5187
5188         * tree-pretty-print.c (dump_generic_node): Print
5189         label DECL_UID as D.%u.
5190         * tree-dfa.c (dump_variable): Print DECL_UID as D.%u.
5191
5192 2007-08-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5193
5194         * gcc/builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.
5195         * gcc/builtins.def (BUILT_IN_REALLOC): New builtin.
5196
5197 2007-08-29  Douglas Gregor  <doug.gregor@gmail.com>
5198
5199         PR c++/33194
5200         * tree.c (build_type_attribute_qual_variant): Set canonical types
5201         on the final, unqualified attribute variant before building the
5202         qualified version.
5203
5204 2007-08-29  Jie Zhang  <jie.zhang@analog.com>
5205
5206         * config/bfin/bfin.c (bfin_expand_builtin): Fix the argument
5207         order of __builtin_bfin_cmplx_mac and __builtin_bfin_cmplx_msu.
5208
5209 2007-08-29  Jie Zhang  <jie.zhang@analog.com>
5210
5211         Revert
5212         2007-08-29  Jie Zhang  <jie.zhang@analog.com>
5213         * config/bfin/bfin.md (composev2hi): Put operands into vector
5214         with correct order.
5215
5216 2007-08-29  Jie Zhang  <jie.zhang@analog.com>
5217
5218         * config/bfin/bfin.md (composev2hi): Put operands into vector
5219         with correct order.
5220
5221 2007-08-29  Jie Zhang  <jie.zhang@analog.com>
5222
5223         * config/bfin/bfin.c (bfin_expand_call): Inline PLT with l1_text
5224         attribute when appropriate.
5225         (bfin_handle_l1_text_attribute): New.
5226         (bfin_handle_l1_data_attribute): New.
5227         (bfin_attribute_table): Add attributes: l1_text, l1_data,
5228         l1_data_A and l1_data_B.
5229         * doc/extend.texi (node Function Attributes): Document l1_text
5230         function attribute.
5231         (Variable Attributes): Add Blackfin subsection. Document l1_data,
5232         l1_data_A and l1_data_B variable attributes.
5233
5234 2007-08-28  Jie Zhang  <jie.zhang@analog.com>
5235
5236         * config/bfin/bfin.opt (minline-plt): Add.
5237         * config/bfin/bfin.c (bfin_expand_call): Inline PLT when emit
5238         call to global functions.
5239         * doc/invoke.texi (Option Summary): Mention -minline-plt.
5240         (Blackfin Options): Document -minline-plt.
5241
5242 2007-08-28  Nathan Sidwell  <nathan@codesourcery.com>
5243
5244         * config/m68k/m68k.c (m68k_get_function_kind): Assert we're never
5245         given a non-function.
5246         (m68k_ok_for_sibcall_p): Only sibcall functions of the same kind.
5247
5248 2007-08-28  DJ Delorie  <dj@redhat.com>
5249
5250         * config/sh/sh.c (sh_gimplify_va_arg_expr): Fix sh2a support.
5251
5252 2007-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5253
5254         * system.h (CONST_CAST): Avoid union for gcc-4.0.x.
5255
5256 2007-08-28  Richard Guenther  <rguenther@suse.de>
5257
5258         * tree.h (struct tree_function_decl): Increase size of
5259         function_code bitfield.
5260
5261 2007-08-28  Nathan Sidwell  <nathan@codesourcery.com>
5262             Kazu Hirata  <kazu@codesourcery.com>
5263
5264         * gcc/config/m68k/linux.h
5265         (M68K_HONOR_TARGET_STRICT_ALIGNMENT): Redefine as 0.
5266         * config/m68k/m68k.c (TARGET_RETURN_IN_MEMORY): New.
5267         (m68k_return_in_memory): New.
5268         * gcc/config/m68k/m68k.h (M68K_HONOR_TARGET_STRICT_ALIGNMENT):
5269         New.
5270
5271 2007-08-28  Uros Bizjak  <ubizjak@gmail.com>
5272
5273         PR target/32661
5274         * simplify-rtx.c (simplify_binary_operation_1) [VEC_SELECT]:
5275         Simplify nested VEC_SELECT (with optional VEC_CONCAT operator as
5276         operand) when top VEC_SELECT extracts scalar element.
5277         * config/i386/sse.md (*vec_extract_v4si_mem): New pattern.
5278         (*vec_extract_v4sf_mem): Ditto.
5279
5280 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
5281
5282         PR middle-end/32370
5283         * passes.c (init_optimization_passes): Move pass_df_finish
5284         after pass_postreload sublist.
5285
5286         PR rtl-optimization/33148
5287         * simplify-rtx.c (simplify_unary_operation_1): Only optimize
5288         (neg (lt X 0)) if X has scalar int mode.
5289
5290         PR debug/32914
5291         * dwarf2out.c (rtl_for_decl_init): If vector decl has CONSTRUCTOR
5292         initializer, use build_vector_from_ctor if possible to create
5293         VECTOR_CST out of it.  If vector initializer is not VECTOR_CST
5294         even after this, return NULL.
5295
5296 2007-08-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5297
5298         * c-pretty-print.c (pp_c_constant): Handle COMPLEX_CST.
5299
5300 2007-08-28  Richard Guenther  <rguenther@suse.de>
5301
5302         * tree.h (DECL_DISREGARD_INLINE_LIMITS): New.
5303         (struct tree_function_decl): Make function_code a bitfield.
5304         Add disregard_inline_limits flag.
5305         * cgraphunit.c (cgraph_process_new_functions): Check
5306         DECL_DISREGARD_INLINE_LIMITS instead of disregard_inline_limits_p.
5307         (cgraph_preserve_function_body_p): Likewise.
5308         * ipa-inline.c (compute_inline_parameters): Likewise.
5309         * c-decl.c (finish_function): Set DECL_DISREGARD_INLINE_LIMITS
5310         for GNU C extern inline functions.
5311         (merge_decls): Merge DECL_DISREGARD_INLINE_LIMITS.
5312         * tree-inline.c (disregard_inline_limits_p): Remove.
5313         * tree-inline.h (disregard_inline_limits_p): Likewise.
5314         * c-common.c (handle_always_inline_attribute): Set
5315         DECL_DISREGARD_INLINE_LIMITS.
5316         * langhooks.c (add_builtin_function): Verify the function code
5317         fits in the bitfield.
5318
5319 2007-08-28  Mircea Namolaru  <namolaru@il.ibm.com>
5320             Vladimir Yanovsky  <yanov@il.ibm.com>
5321             Revital Eres  <eres@il.ibm.com>
5322             Andrey Belevantsev  <abel@ispras.ru>
5323
5324         * config/spu/spu.md: Recognize doloop pattern when -fmodulo-sched
5325         is set.
5326         * modulo-sched.c: Add documentation regarding do-loop.
5327         (doloop_register_get): Change number of arguments to support
5328         the new do-loop pattern and check whether COUNT_REG has no other
5329         occurences in the loop besides in the control part.
5330         (duplicate_insns_of_cycles): Do not duplicate the insn which
5331         changes count_reg as it is already adjusted.
5332         (generate_prolog_epilog): New argument to support the new
5333         do-loop pattern.  Change the subtract instruction to use
5334         expand_simple_binop.  Call duplicate_insns_of_cycles with new
5335         argument.
5336         (sms_schedule): Call doloop_register_get and
5337         generate_prolog_epilog with new argument.  Do not handle loops
5338         with single sets insns with subreg in their lhs.
5339         * loop-doloop.c (doloop_optimize): Support for another do-loop
5340         pattern.
5341         (doloop_condition_get): Gets an instruction instead of a pattern
5342         and change the return condition when the do-loop pattern is
5343         not parallel.
5344         * ddg.c (create_ddg_dep_from_intra_loop_link): Handle only reg
5345         deps when considering to not create edges.
5346
5347 2007-08-27  Alexandre Oliva  <aoliva@redhat.com>
5348
5349         * doc/extend.texi (gnu_inline funtion attribute): Document C++
5350         behavior.
5351
5352 2007-08-27  Jason Merrill  <jason@redhat.com>
5353
5354         PR c++/31337
5355         * gimplify.c (gimplify_modify_expr): Discard the assignment of 
5356         zero-sized types after calling gimplify_modify_expr_rhs.
5357
5358 2007-08-27  Sandra Loosemore  <sandra@codesourcery.com>
5359
5360         * regclass.c (init_reg_autoinc): Fix typo.
5361
5362 2007-08-27  Daniel Berlin  <dberlin@dberlin.org>
5363         
5364         Fix PR tree-optimization/33173
5365         * tree-ssa-alias.c (find_used_portions): Fix reversed test.
5366
5367 2007-08-27  H.J. Lu  <hongjiu.lu@intel.com>
5368
5369         PR target/31385
5370         * config/i386/i386.h (VALID_DFP_MODE_P): New.
5371         * config/i386/i386.c (ix86_hard_regno_mode_ok): Allow DFP in
5372         GPR.
5373
5374 2007-08-27  Sandra Loosemore  <sandra@codesourcery.com>
5375             David Ung  <davidu@mips.com>
5376             Nigel Stephens <nigel@mips.com>
5377
5378         Separate target-specific initialization from general
5379         back-end initialization.
5380
5381         * toplev.c (init_alignments): New, split out from...
5382         (process_options): ...here.
5383         (backend_init_target): New, split out from...
5384         (backend_init): ...here.
5385         (lang_dependent_init_target): New, split out from...
5386         (lang_dependent_init): ...here.
5387         (target_reinit): New.
5388         * toplev.h (target_reinit): Declare.
5389         * expr.c (init_expr_target): Renamed from init_expr_once, since it
5390         now can be called more than once.  Update comments.
5391         * expr.h (init_expr_target): Likewise.
5392         * alias.c (init_alias_target): Renamed from init_alias_once, since it
5393         now can be called more than once.  Explicitly zero
5394         static_reg_base_value.
5395         * emit-rtl.c (init_emit_regs): New, split out from...
5396         (init_emit_once): Here.
5397         * regclass.c (initial_fixed_regs, initial_call_used_regs): Make
5398         non-const, so that changes from command-line arguments can overwrite
5399         values provided by the static initializers.
5400         (initial_call_really_used_regs): New, used similarly to the above.
5401         (initial_reg_names): Likewise.
5402         (last_mode_for_init_move_cost): Promoted function-local static to
5403         file-scope static to make it accessible outside init_move_cost.
5404         (init_reg_sets): Do not initialize fixed_regs and call_used_regs yet.
5405         Do not initialize inv_reg_alloc_order yet, either.  Do initialize
5406         reg_names since it is needed for parsing command-line options.
5407         (init_move_cost): Use last_mode_for_init_move_cost instead of
5408         function-local static.
5409         (init_reg_sets_1): Initialize fixed_regs, call_used_regs, and
5410         call_really_used_regs now.  Reinitialize reg_names.  Also
5411         initialize inv_reg_alloc_order.  Zero reg_class_subunion and
5412         reg_class_superunion.  Clear losing_caller_save_reg_set.
5413         Preserve global registers if called more than once.  Reset
5414         move cost, may_move_in_cost, may_move_out_cost, and
5415         last_mode_for_init_move_cost.
5416         (init_reg_modes_target): Renamed from init_reg_modes_once, since it
5417         can now be invoked more than once.  Update comments.
5418         (init_regs): Update comments.
5419         (fix_register): Update initial_fixed_regs, initial_call_used_regs,
5420         and initial_call_really_used_regs, instead of the non-initial 
5421         variables.  This allows us to save the command-line register settings
5422         after target reinitialization.
5423         (init_reg_autoinc): Zero forbidden_inc_dec_classes.
5424         * rtl.h (init_emit_regs): Declare.
5425         (init_reg_modes_target, init_alias_target): Renamed as described
5426         above.
5427         * reload1.c (init_reload): Update comments.
5428         * optabs.c (init_optabs): Likewise.
5429         * cfgloopanal.c (init_set_costs): Explicitly zero target_avail_regs.
5430         
5431 2007-08-26  Chao-ying Fu  <fu@mips.com>
5432
5433         * rtl.h (XCNMPFV): Preserve const-ness of parameters through use of
5434         __typeof().
5435
5436 2007-08-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5437
5438         * alias.c (memory_modified_1, memory_modified_in_insn_p):
5439         Constify.
5440         * basic-block.h (tree_predicted_by_p, rtl_predicted_by_p):
5441         Likewise.
5442         * bb-reorder.c (copy_bb_p): Likewise.
5443         * cfghooks.c (can_remove_branch_p, can_merge_blocks_p,
5444         predicted_by_p, can_duplicate_block_p, block_ends_with_call_p,
5445         block_ends_with_condjump_p): Likewise.
5446         * cfghooks.h (can_remove_branch_p, can_merge_blocks_p,
5447         predicted_by_p, can_duplicate_block_p, block_ends_with_call_p,
5448         block_ends_with_condjump_p): Likewise.
5449         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
5450         * cfgrtl.c (can_delete_note_p, can_delete_label_p,
5451         rtl_can_merge_blocks, cfg_layout_can_merge_blocks_p,
5452         rtl_block_ends_with_call_p, rtl_block_ends_with_condjump_p,
5453         need_fake_edge_p, rtl_can_remove_branch_p): Likewise.
5454         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Use
5455         debug_true_const_tree instad of debug_true_tree.
5456         * debug.c (do_nothing_debug_hooks): Likewise.
5457         * debug.h (ignore_block, debug_true_const_tree): Constify.
5458         * dwarf2out.c (stack_adjust_offset, clobbers_queued_reg_save,
5459         dwarf2out_ignore_block, is_pseudo_reg, is_tagged_type,
5460         decl_ultimate_origin, block_ultimate_origin, lookup_decl_loc,
5461         same_dw_val_p, add_ranges, is_subrange_type, type_is_enum,
5462         dbx_reg_number, is_based_loc, field_type,
5463         simple_type_align_in_bits, simple_decl_align_in_bits,
5464         simple_type_size_in_bits, field_byte_offset, insert_float,
5465         type_tag, member_declared_type, is_redundant_typedef,
5466         secname_for_decl, is_inlined_entry_point): Likewise.
5467         * emit-rtl.c (const_next_insn, const_previous_insn,
5468         const_next_nonnote_insn, const_prev_nonnote_insn,
5469         const_next_real_insn, const_prev_real_insn,
5470         const_next_active_insn, const_prev_active_insn, const_next_label,
5471         const_prev_label): Likewise.
5472         * except.h (lookup_stmt_eh_region_fn, lookup_stmt_eh_region):
5473         Likewise.
5474         * haifa-sched.c (may_trap_exp, haifa_classify_insn,
5475         find_set_reg_weight, no_real_insns_p, find_set_reg_weight,
5476         sched_insn_is_legitimate_for_speculation_p): Likewise.
5477         * jump.c (reversed_comparison_code_parts,
5478         reversed_comparison_code, reversed_comparison, condjump_label):
5479         Likewise.
5480         * predict.c (rtl_predicted_by_p, tree_predicted_by_p): Likewise.
5481         * reg-stack.c (stack_regs_mentioned_p, stack_regs_mentioned):
5482         Likewise.
5483         * rtl.h (const_previous_insn, const_next_insn,
5484         const_prev_nonnote_insn, const_next_nonnote_insn,
5485         const_prev_real_insn, const_next_real_insn,
5486         const_prev_active_insn, const_next_active_insn, const_prev_label,
5487         const_next_label, modified_between_p, modified_in_p,
5488         const_note_storeskeep_with_call_p, condjump_label,
5489         reversed_comparison, reversed_comparison_code,
5490         reversed_comparison_code_parts, memory_modified_in_insn_p,
5491         stack_regs_mentioned): Likewise.
5492         * rtlanal.c (modified_between_p, modified_in_p, const_note_stores,
5493         keep_with_call_p): Likewise.
5494         * sched-deps.c (deps_may_trap_p, sched_get_condition,
5495         conditions_mutex_p, sched_insns_conditions_mutex_psd_next_list,
5496         sd_lists_size, sd_lists_empty_p): Likewise.
5497         * sched-int.h (sched_insns_conditions_mutex_p,
5498         haifa_classify_insn, no_real_insns_p,
5499         sched_insn_is_legitimate_for_speculation_p, sd_next_list,
5500         sd_lists_size, sd_lists_empty_p): Likewise.
5501         * sdbout.c (sdb_debug_hooks): Likewise.
5502         * tree-cfg.c (tree_can_merge_blocks_p, is_ctrl_altering_stmt,
5503         stmt_ends_bb_p, tree_can_remove_branch_p, tree_can_duplicate_bb_p,
5504         -tree_block_ends_with_call_p, tree_block_ends_with_condjump_p):
5505         Likewise.
5506         * tree-eh.c (lookup_stmt_eh_region_fn, lookup_stmt_eh_region,
5507         tree_can_throw_internal): Likewise.
5508         * tree-flow-inline.h (phi_nodes): Likewise.
5509         * tree-flow.h (phi_nodesstmt_ends_bb_p, is_ctrl_altering_stmt,
5510         tree_can_throw_internal, lookup_stmt_eh_region): Likewise.
5511         * tree-gimple.c (const_get_call_expr_in): Likewise.
5512         * tree-gimple.h (const_get_call_expr_in): Likewise.
5513         * tree.c (const_lookup_attribute, attribute_list_equal,
5514         attribute_list_contained): Likewise.
5515         * tree.h (attribute_list_equal, attribute_list_contained,
5516         const_lookup_attribute): Likewise.
5517         * vmsdbgout.c (vmsdbgout_ignore_block): Likewise.
5518
5519 2007-08-26  Bernhard Fischer  <aldot@gcc.gnu.org>
5520
5521         * tree-ssa-sccvn.c, tree-ssa-sccvn.h, tree-vn.c,
5522         tree-ssa-pre.c: Remove unnecessary trailing whitespace.
5523
5524 2007-08-26  H.J. Lu  <hongjiu.lu@intel.com>
5525
5526         PR target/32991
5527         * config/alpha/constraints.md: Delete "svn:mime-type" property
5528         with svn propdel "svn:mime-type".
5529
5530 2007-08-26  H.J. Lu  <hongjiu.lu@intel.com>
5531
5532         PR middle-end/33181
5533         * ifcvt.c (noce_get_alt_condition): Make sure that the previous
5534         non NOTE insn doesn't cross basic block.
5535         (noce_try_abs): Likewise.
5536         (noce_process_if_block): Likewise.
5537
5538 2007-08-26  David Edelsohn  <edelsohn@gnu.org>
5539
5540         PR target/33151
5541         * config/rs6000/predicates.md (offsettable_mem_operand): Memory
5542         operand without auto-inc-dec.
5543         * config/rs6000/rs6000.md (floatsidf2_internal): Use
5544         offsettable_mem_operand.
5545         (floatunssidf2_internal): Same.
5546         (fix_truncdfsi2_internal): Same.
5547         (floatsidf_ppc64): Same.
5548         (floatunssidf_ppc64): Same.
5549         (fix_trunctfsi2_internal): Same.
5550
5551 2007-08-26  Bernhard Fischer  <aldot@gcc.gnu.org>
5552
5553         PR bootstrap/30620
5554         * Makefile.in (libbackend.o): Add gcov-iov.h dependency and
5555         pass defines needed for version.c.
5556
5557 2007-08-25  Joseph Myers  <joseph@codesourcery.com>
5558
5559         * configure.ac (--debug-prefix-map check): Change assembler
5560         version presumed to have feature to 2.18.
5561         * configure: Regenerate.
5562
5563 2007-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5564
5565         * c-common.c (vector_types_convertible_p,
5566         decl_with_nonnull_addr_p, c_promoting_integer_type_p,
5567         self_promoting_args_p): Constify.
5568         * c-common.h (has_c_linkage, decl_with_nonnull_addr_p,
5569         c_promoting_integer_type_p, self_promoting_args_p,
5570         anon_aggr_type_p, vector_types_convertible_p): Likewise.
5571         * c-decl.c (anon_aggr_type_p): Likewise.
5572         * * c-dump.c (dump_stmt): Likewise.
5573         * c-objc-common.c (has_c_linkage): Likewise.
5574         * c-tree.h (same_translation_unit_p): Likewise.
5575         * c-typeck.c (null_pointer_constant_p,
5576         tagged_types_tu_compatible_p, function_types_compatible_p,
5577         type_lists_compatible_p, lvalue_or_else, lvalue_p,
5578         comptypes_internal, struct tagged_tu_seen_cache,
5579         same_translation_unit_p, alloc_tagged_tu_seen_cache,
5580         c_size_in_bytes): Likewise.
5581         * ggc-common.c (compare_ptr_data, hash_descriptor, eq_descriptor,
5582         hash_ptr, eq_ptr): Likewise.
5583         * langhooks-def.h (lhd_decl_ok_for_sibcall,
5584         LANG_HOOKS_OMP_PRIVATIZE_BY_REFERENCE): Likewise.
5585         * langhooks.c (lhd_decl_ok_for_sibcall): Likewise.
5586         * langhooks.h (ok_for_sibcall, omp_privatize_by_reference):
5587         Likewise.
5588         * optabs.c (optab_for_tree_code): Likewise.
5589         * optabs.h (optab_for_tree_code): Likewise.
5590         * rtl.h (simplify_rtx): Likewise.
5591         * simplify-rtx.c (simplify_rtx): Likewise.
5592         * tree-dump.c (queue, queue_and_dump_index, queue_and_dump_type,
5593         dump_flag, dump_node): Likewise.
5594         * tree-dump.h (struct dump_info, dump_stmt, queue_and_dump_index,
5595         queue_and_dump_type, dump_flag): Likewise.
5596         * tree-flow.h (vect_can_force_dr_alignment_p): Likewise.
5597         * tree-pass.h (dump_node): Likewise.
5598         * tree-vectorizer.c (vect_can_force_dr_alignment_p,
5599         supportable_narrowing_operation): Likewise.
5600         * tree-vectorizer.h (vect_can_force_dr_alignment_p,
5601         supportable_narrowing_operation): Likewise.
5602         * tree-vrp.c (needs_overflow_infinity, supports_overflow_infinity,
5603         is_negative_overflow_infinity, is_positive_overflow_infinity,
5604         is_overflow_infinity, vrp_val_is_max, vrp_val_is_min,
5605         nonnull_arg_p, get_value_range, vrp_operand_equal_p,
5606         update_value_range, add_equivalence, ssa_name_nonnegative_p,
5607         ssa_name_nonzero_p, fp_predicate): Likewise.
5608         * tree.c (auto_var_in_fn_p, empty_body_p): Likewise.
5609         * tree.h (empty_body_p, auto_var_in_fn_p, ssa_name_nonzero_p,
5610         ssa_name_nonnegative_p): Likewise.
5611
5612 2007-08-25  Hans Kester  <hans.kester@ellips.nl>
5613
5614         * config.gcc : Add x86_64-elf target.
5615
5616 2007-08-25  Jakub Jelinek  <jakub@redhat.com>
5617
5618         * expr.c (store_expr): Fix order of store_by_pieces arguments.
5619
5620 2007-08-24  Sandra Loosemore  <sandra@codesourcery.com>
5621             Nigel Stephens <nigel@mips.com>
5622
5623         PR target/11787
5624
5625         * doc/tm.texi (SET_RATIO, SET_BY_PIECES_P): Document new macros.
5626         (STORE_BY_PIECES_P): No longer applies to __builtin_memset.
5627         * expr.c (SET_BY_PIECES_P): Define.
5628         (can_store_by_pieces, store_by_pieces): Add MEMSETP argument; use
5629         it to decide whether to use SET_BY_PIECES_P or STORE_BY_PIECES_P.
5630         (store_expr): Pass MEMSETP argument to can_store_by_pieces and
5631         store_by_pieces.
5632         * expr.h (SET_RATIO): Define.
5633         (can_store_by_pieces, store_by_pieces): Update prototypes.
5634         * builtins.c (expand_builtin_memcpy): Pass MEMSETP argument to
5635         can_store_by_pieces/store_by_pieces.
5636         (expand_builtin_memcpy_args): Likewise.
5637         (expand_builtin_strncpy): Likewise.
5638         (expand_builtin_memset_args): Likewise.  Also remove special case
5639         for optimize_size so that can_store_by_pieces/SET_BY_PIECES_P can
5640         decide what to do instead.
5641         * value-prof.c (tree_stringops_transform): Pass MEMSETP argument
5642         to can_store_by_pieces.
5643
5644         * config/sh/sh.h (SET_BY_PIECES_P): Clone from STORE_BY_PIECES_P.
5645         * config/s390/s390.h (SET_BY_PIECES_P): Likewise.
5646
5647         * config/mips/mips.opt (mmemcpy): Change from Var to Mask.
5648         * config/mips/mips.c (override_options): Make -Os default to -mmemcpy.
5649         * config/mips/mips.h (MIPS_CALL_RATIO): Define.
5650         (MOVE_RATIO, CLEAR_RATIO, SET_RATIO): Define.
5651         (STORE_BY_PIECES_P): Define.
5652
5653 2007-08-24  Tom Tromey  <tromey@redhat.com>
5654
5655         * varpool.c (varpool_last_needed_node): Fix comment typo.
5656         * c-decl.c (duplicate_decls): Fix comment typo.
5657         (clone_underlying_type): Update comment.
5658
5659 2007-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5660
5661         * config/alpha/alpha.c (alpha_mangle_type, decl_has_samegp,
5662         alpha_in_small_data_p, alpha_split_complex_arg,
5663         alpha_stdarg_optimize_hook, TARGET_ASM_CAN_OUTPUT_MI_THUNK):
5664         Constify.
5665         * config/arm/arm-protos.h (arm_mangle_type): Likewise.
5666         * config/arm/arm.c (arm_comp_type_attributes, arm_mangle_type):
5667         Likewise.
5668         * config/bfin/bfin.c (funkind, bfin_comp_type_attributes,
5669         TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
5670         * config/darwin-protos.h (darwin_binds_local_p): Likewise.
5671         * config/darwin.c (darwin_binds_local_p): Likewise.
5672         * config/frv/frv.c (frv_string_begins_with, frv_in_small_data_p):
5673         Likewise.
5674         * config/i386/i386-protos.h (i386_pe_binds_local_p,
5675         i386_pe_valid_dllimport_attribute_p): Likewise.
5676         * config/i386/i386.c (ix86_function_regparm,
5677         ix86_comp_type_attributes, ix86_ms_bitfield_layout_p,
5678         x86_can_output_mi_thunk, ix86_mangle_type,
5679         TARGET_USE_BLOCKS_FOR_CONSTANT_P): Likewise.
5680         * config/i386/winnt.c (i386_pe_valid_dllimport_attribute_p,
5681         i386_pe_binds_local_p): Likewise.
5682         * config/ia64/ia64.c
5683         (ia64_first_cycle_multipass_dfa_lookahead_guard_spec,
5684         ia64_needs_block_p, ia64_in_small_data_p, ia64_mangle_type,
5685         ia64_invalid_conversion, ia64_invalid_unary_op,
5686         ia64_invalid_binary_op, TARGET_ASM_CAN_OUTPUT_MI_THUNK):
5687         Likewise.
5688         * config/m32c/m32c.c (m32c_comp_type_attributes): Likewise.
5689         * config/m32r/m32r.c (m32r_in_small_data_p): Likewise.
5690         * config/m68k/m68k.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
5691         * config/mips/mips.c (mips_use_blocks_for_constant_p,
5692         mips_in_small_data_p, mips_use_anchors_for_symbol_p,
5693         mips_comp_type_attributes, TARGET_ASM_CAN_OUTPUT_MI_THUNK,
5694         mips_near_type_p, mips_far_type_p, mips_global_symbol_p,
5695         mips_symbol_binds_local_p, mips_classify_symbol): Likewise.
5696         * config/pa/pa.c (pa_commutative_p): Likewise.
5697         * config/rs6000/rs6000-protos.h (rs6000_elf_in_small_data_p):
5698         Likewise.
5699         * config/rs6000/rs6000.c (rs6000_invalid_within_doloop,
5700         rs6000_ms_bitfield_layout_p, rs6000_mangle_type,
5701         rs6000_use_blocks_for_constant_p,
5702         rs6000_vector_alignment_reachable, rs6000_is_opaque_type,
5703         invalid_arg_for_unprototyped_fn, TARGET_ASM_CAN_OUTPUT_MI_THUNK,
5704         TARGET_SPLIT_COMPLEX_ARG, rs6000_elf_in_small_data_p): Likewise.
5705         * config/s390/s390.c (s390_mangle_type,
5706         TARGET_ASM_CAN_OUTPUT_MI_THUNK, TARGET_INVALID_WITHIN_DOLOOP):
5707         Likewise.
5708         * config/score/score.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK,
5709         th_in_small_data_p): Likewise.
5710         * config/sh/sh.c (sh_ms_bitfield_layout_p,
5711         sh_dwarf_calling_convention, TARGET_ASM_CAN_OUTPUT_MI_THUNK):
5712         Likewise.
5713         * config/sparc/sparc.c (sparc_can_output_mi_thunk,
5714         sparc_mangle_type): Likewise.
5715         * config/spu/spu.c (spu_vector_alignment_reachable): Likewise.
5716         * config/xtensa/xtensa.c (TARGET_SPLIT_COMPLEX_ARG): Likewise.
5717         * emit-rtl.c (const_fixed_htab_hash, const_fixed_htab_eq):
5718         Likewise.
5719         * hooks.c (hook_bool_mode_const_rtx_false,
5720         hook_bool_mode_const_rtx_true,
5721         hook_bool_const_tree_hwi_hwi_const_tree_false,
5722         hook_bool_const_tree_hwi_hwi_const_tree_true,
5723         hook_int_const_tree_0, hook_int_const_tree_const_tree_1,
5724         hook_constcharptr_const_tree_null,
5725         hook_constcharptr_const_rtx_null,
5726         hook_constcharptr_const_tree_const_tree_null,
5727         hook_constcharptr_int_const_tree_null,
5728         hook_constcharptr_int_const_tree_const_tree_null): New.
5729         (hook_bool_mode_rtx_false, hook_bool_mode_rtx_true,
5730         hook_bool_tree_hwi_hwi_tree_false,
5731         hook_bool_tree_hwi_hwi_tree_true, hook_int_tree_0,
5732         hook_int_tree_tree_1, hook_constcharptr_tree_null,
5733         hook_constcharptr_rtx_null, hook_constcharptr_tree_tree_null,
5734         hook_constcharptr_int_tree_null,
5735         hook_constcharptr_int_tree_tree_null): Delete.
5736         (default_can_output_mi_thunk_no_vcall): Constify.
5737         * hooks.h (hook_bool_mode_rtx_false, hook_bool_mode_rtx_true,
5738         hook_bool_tree_hwi_hwi_tree_false,
5739         hook_bool_tree_hwi_hwi_tree_true, hook_int_tree_0,
5740         hook_int_tree_tree_1, hook_constcharptr_tree_null,
5741         hook_constcharptr_rtx_null, hook_constcharptr_tree_tree_null,
5742         hook_constcharptr_int_tree_null,
5743         hook_constcharptr_int_tree_tree_null): Delete.
5744         (hook_bool_mode_const_rtx_false, hook_bool_mode_const_rtx_true,
5745         hook_bool_const_tree_hwi_hwi_const_tree_false,
5746         hook_bool_const_tree_hwi_hwi_const_tree_true,
5747         hook_int_const_tree_0, hook_int_const_tree_const_tree_1,
5748         hook_constcharptr_const_tree_null,
5749         hook_constcharptr_const_rtx_null,
5750         hook_constcharptr_const_tree_const_tree_null,
5751         hook_constcharptr_int_const_tree_null,
5752         hook_constcharptr_int_const_tree_const_tree_null): New.
5753         (default_can_output_mi_thunk_no_vcall): Constify.
5754         * integrate.c (function_attribute_inlinable_p): Likewise.
5755         * integrate.h (function_attribute_inlinable_p): Likewise.
5756         * jump.c (rtx_renumbered_equal_p): Likewise.
5757         * output.h (decl_readonly_section, categorize_decl_for_section,
5758         default_use_anchors_for_symbol_p, default_binds_local_p,
5759         default_binds_local_p_1): Likewise.
5760         * rtl.h (rtx_renumbered_equal_p, decl_default_tls_model):
5761         Likewise.
5762         * target-def.h (TARGET_ASM_CAN_OUTPUT_MI_THUNK,
5763         TARGET_VALID_DLLIMPORT_ATTRIBUTE_P, TARGET_VECTOR_OPAQUE_P,
5764         TARGET_COMMUTATIVE_P, TARGET_USE_BLOCKS_FOR_CONSTANT_P,
5765         TARGET_COMP_TYPE_ATTRIBUTES,
5766         TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P,
5767         TARGET_MS_BITFIELD_LAYOUT_P, TARGET_MANGLE_TYPE,
5768         TARGET_IN_SMALL_DATA_P, TARGET_INVALID_CONVERSION,
5769         TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP,
5770         TARGET_DWARF_CALLING_CONVENTION): Likewise.
5771         * target.h (can_output_mi_thunk, needs_block_p,
5772         first_cycle_multipass_dfa_lookahead_guard_spec,
5773         vector_alignment_reachable, comp_type_attributes,
5774         function_attribute_inlinable_p, ms_bitfield_layout_p, mangle_type,
5775         commutative_p, use_blocks_for_constant_p,
5776         use_anchors_for_symbol_p, in_small_data_p, binds_local_p,
5777         vector_opaque_p, dwarf_calling_convention, stdarg_optimize_hook,
5778         invalid_within_doloop, valid_dllimport_attribute_p,
5779         split_complex_arg, invalid_arg_for_unprototyped_fn,
5780         invalid_conversion, invalid_unary_op, invalid_binary_op):
5781         Likewise.
5782         * targhooks.c (default_invalid_within_doloop,
5783         hook_invalid_arg_for_unprototyped_fn,
5784         default_builtin_vector_alignment_reachable): Likewise.
5785         (hook_bool_rtx_commutative_p): Delete.
5786         (hook_bool_const_rtx_commutative_p): New.
5787         * targhooks.h (default_invalid_within_doloop,
5788         default_builtin_vector_alignment_reachable,
5789         hook_invalid_arg_for_unprototyped_fn): Constify.
5790         (hook_bool_rtx_commutative_p): Delete.
5791         (hook_bool_const_rtx_commutative_p): New.
5792         * varasm.c (bss_initializer_p, decl_default_tls_model,
5793         categorize_decl_for_section, decl_readonly_section,
5794         default_use_anchors_for_symbol_p, default_binds_local_p,
5795         default_binds_local_p_1): Constify.
5796
5797 2007-08-24  Jie Zhang  <jie.zhang@analog.com>
5798
5799         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
5800         __NO_BUILTIN if -fno-builtin.
5801
5802 2007-08-24  Jie Zhang  <jie.zhang@analog.com>
5803
5804         * config/bfin/bfin.c (print_operand): Report error instead of
5805         ICE for wrong operand.
5806
5807 2007-08-24  Michael Matz  <matz@suse.de>
5808
5809         * Makefile.in (GTFILES_H): Use $(patsubst) instead of $(subst).
5810
5811 2007-08-24  Richard Guenther  <rguenther@suse.de>
5812
5813         PR middle-end/33166
5814         * tree-ssa.c (useless_type_conversion_p): Split into a
5815         recursive and a non-recursive part.
5816         (useless_type_conversion_p_1): New function.
5817         * tree-ssa-ccp.c (fold_stmt_r): Make sure that the result
5818         from maybe_fold_offset_to_reference is trivially convertible
5819         to the desired type before doing the simplification.
5820
5821 2007-08-24  Jakub Jelinek  <jakub@redhat.com>
5822
5823         * expr.c (store_expr): Optimize initialization of an array
5824         with STRING_CST.
5825         * expr.h (builtin_strncpy_read_str): New prototype.
5826         * builtins.c (builtin_strncpy_read_str): Remove prototype.
5827         No longer static.
5828
5829 2007-08-24  Uros Bizjak  <ubizjak@gmail.com>
5830
5831         PR middle-end/33157
5832         * ifcvt.c (noce_find_if_block): Do not clear if_info.cond_earliest
5833         field when initializing if_info structure.
5834
5835 2007-08-24  Richard Guenther  <rguenther@suse.de>
5836
5837         * Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H)
5838         dependencies.
5839         * c-objc-common.c (c_cannot_inline_tree_fn): Remove.
5840         * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Likewise.
5841         * tree-inline.c (inlinable_function_p): Fold in common parts of
5842         the cannot_inline_tree_fn langhook.
5843         * langhooks-def.h (lhd_tree_inlining_cannot_inline_tree_fn): Remove.
5844         (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN): Likewise.
5845         (LANG_HOOKS_TREE_INLINING_INITIALIZER): Remove initializer for
5846         cannot_inline_tree_fn langhook.
5847         * langhooks.h (struct lang_hooks_for_tree_inlining): Remove
5848         cannot_inline_tree_fn member.
5849
5850 2007-08-24  Richard Guenther  <rguenther@suse.de>
5851
5852         * expr.c (get_inner_reference): Do computation of bitoffset
5853         from offset in a way we can detect overflow reliably.
5854
5855 2007-08-24  Jie Zhang  <jie.zhang@analog.com>
5856
5857         * crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define for uClibc.
5858
5859 2007-08-24  Jie Zhang  <jie.zhang@analog.com>
5860
5861         * config/bfin/bfin.opt (mfast-fp): Add.
5862         * config/bfin/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Let
5863         libbffastfp override libgcc if -mfast-fp.
5864         * config/bfin/bfin.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
5865         * doc/invoke.texi (Option Summary): Mention -mfast-fp.
5866         (Blackfin Options): Document -mfast-fp.
5867
5868 2007-08-24  Jakub Jelinek  <jakub@redhat.com>
5869
5870         PR tree-optimization/32573
5871         PR middle-end/32946
5872         * tree-data-ref.c (initialize_data_dependence_relation): Clear
5873         DDR_SUBSCRIPTS, DDR_DIR_VECTS and DDR_DIST_VECTS at the beginning.
5874         (finalize_ddr_dependent): Clear DDR_SUBSCRIPTS after freeing it.
5875         (build_classic_dist_vector): Return false rather than true if
5876         DDR_ARE_DEPENDENT is non-NULL at the beginning.  Return false
5877         if either subscript_dependence_tester_1 or build_classic_dist_vector_1
5878         returned false.  Don't call save_dist_v before calling
5879         build_classic_dist_vector_1.
5880         (free_dependence_relation): Don't guard freeing DDR_SUBSCRIPTS
5881         with NULL DDR_ARE_DEPENDENT.  Also free DDR_DIST_VECTS and/or
5882         DDR_DIR_VECTS vectors.
5883
5884 2007-08-23  Brian Sidebotham  <brian.sidebotham@gmail.com>
5885
5886         * configure.ac (leb128): Modify sed statement to work with any
5887         binutils version string.
5888         * configure: Regenerate
5889
5890 2007-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5891
5892         * config/arc/arc-protos.h arc_select_cc_mode, gen_compare_reg):
5893         Wrap in RTX_CODE macro guard.
5894         * config/arm/pe.c (arm_dllexport_p, arm_dllimport_p,
5895         arm_dllexport_name_p, arm_dllimport_name_p, arm_mark_dllexport,
5896         arm_mark_dllimport, arm_pe_encode_section_info,
5897         arm_pe_unique_section): Use ISO-C function declarations.
5898         * config/c4x/c4x-c.c (c4x_parse_pragma, c4x_pr_CODE_SECTION,
5899         c4x_pr_DATA_SECTION, c4x_pr_FUNC_IS_PURE,
5900         c4x_pr_FUNC_NEVER_RETURNS, c4x_pr_INTERRUPT, c4x_pr_ignored):
5901         Likewise.
5902         * config/iq2000/iq2000.h (ASM_OUTPUT_SKIP): Fix format warning.
5903         * config/m68hc11/m68hc11.h (ASM_OUTPUT_EXTERNAL): Undef before
5904         defining.
5905         * config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Fix format
5906         warnings.
5907         * config/mn10300/mn10300.h (OUTPUT_ADDR_CONST_EXTRA): Likewise.
5908         * config/pdp11/pdp11.c (pdp11_output_function_epilogue): Likewise.
5909         (register_move_cost): Use ISO-C function declarations.
5910         * config/pdp11/pdp11.h (PRINT_OPERAND): Fix format warnings.
5911         * config/score/score-protos.h (score_declare_object): Add
5912         ATTRIBUTE_PRINTF_4.
5913         * config/score/score.h (ASM_DECLARE_OBJECT_NAME): Fix format
5914         warnings.
5915         * final.c (profile_function): Avoid empty if-bodies.
5916         
5917         
5918         * calls.c (must_pass_in_stack_var_size,
5919         must_pass_in_stack_var_size_or_pad): Constify.
5920         * config/alpha/alpha-protos.h (function_value): Likewise.
5921         * config/alpha/alpha.c (alpha_return_in_memory,
5922         alpha_pass_by_reference, function_value,
5923         unicosmk_must_pass_in_stack, TARGET_PROMOTE_FUNCTION_ARGS,
5924         TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES):
5925         Likewise.
5926         * config/arc/arc.c (arc_return_in_memory, arc_pass_by_reference,
5927         TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
5928         TARGET_PROMOTE_PROTOTYPES): Likewise.
5929         * config/arm/arm-protos.h (arm_return_in_memory,
5930         arm_pad_arg_upward, arm_function_value): Likewise.
5931         * config/arm/arm.c (arm_pass_by_reference,
5932         arm_promote_prototypes, arm_return_in_msb, arm_must_pass_in_stack,
5933         TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
5934         arm_function_value, arm_return_in_memory, arm_pad_arg_upward):
5935         Likewise.
5936         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Likewise.
5937         * config/avr/avr-protos.h (avr_function_value): Likewise.
5938         * config/avr/avr.c (avr_return_in_memory,
5939         gas_output_limited_string, gas_output_ascii, avr_function_value,
5940         avr_return_in_memory): Likewise.
5941         * config/bfin/bfin-protos.h (bfin_return_in_memory): Likewise.
5942         * config/bfin/bfin.c (bfin_pass_by_reference,
5943         bfin_return_in_memory, TARGET_PROMOTE_PROTOTYPES,
5944         TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN):
5945         Likewise.
5946         * config/cris/cris.c (cris_pass_by_reference,
5947         TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
5948         * config/crx/crx.c (crx_return_in_memory): Likewise.
5949         * config/darwin.c (function_base, machopic_function_base_name):
5950         Likewise.
5951         * config/fr30/fr30.c (fr30_must_pass_in_stack,
5952         TARGET_PROMOTE_PROTOTYPES): Likewise.
5953         * config/frv/frv.c (frv_must_pass_in_stack): Likewise.
5954         * config/h8300/h8300.c (h8300_return_in_memory): Likewise.
5955         * config/i386/i386-protos.h (ix86_return_in_memory,
5956         ix86_sol10_return_in_memory): Likewise.
5957         * config/i386/i386.c (ix86_function_value,
5958         ix86_function_sseregparm, ix86_must_pass_in_stack,
5959         type_natural_mode, classify_argument, examine_argument,
5960         construct_container, ix86_pass_by_reference, function_value_32,
5961         function_value_64, ix86_function_value_1, return_in_memory_32,
5962         return_in_memory_64, return_in_memory_ms_64,
5963         ix86_return_in_memory, ix86_sol10_return_in_memory,
5964         TARGET_PROMOTE_PROTOTYPES): Likewise.
5965         * config/ia64/ia64-protos.h (ia64_function_value,
5966         ia64_hpux_function_arg_padding): Likewise.
5967         * config/ia64/ia64.c (hfa_element_mode, ia64_return_in_memory,
5968         ia64_function_value, bundle_state_hash, bundle_state_eq_p,
5969         ia64_hpux_function_arg_padding): Likewise.
5970         * config/iq2000/iq2000-protos.h (function_arg,
5971         iq2000_function_value): Likewise.
5972         * config/iq2000/iq2000.c (iq2000_return_in_memory,
5973         iq2000_pass_by_reference, TARGET_PROMOTE_FUNCTION_ARGS,
5974         TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
5975         function_arg, iq2000_function_value): Likewise.
5976         * config/m32c/m32c-protos.h (m32c_function_value,
5977         m32c_promote_function_return): Likewise.
5978         * config/m32c/m32c.c (m32c_pass_by_reference,
5979         m32c_promote_prototypes, m32c_promote_function_return,
5980         m32c_function_value): Likewise.
5981         * config/m32r/m32r.c (m32r_return_in_memory,
5982         m32r_pass_by_reference, TARGET_PROMOTE_PROTOTYPES,
5983         m32r_in_small_data_p): Likewise.
5984         * config/m68hc11/m68hc11-protos.h (m68hc11_function_arg_padding):
5985         Likewise.
5986         * config/m68hc11/m68hc11.c (m68hc11_return_in_memory,
5987         m68hc11_function_arg_padding): Likewise.
5988         * config/m68k/m68k-protos.h (m68k_function_value): Likewise.
5989         * config/m68k/m68k.c (TARGET_PROMOTE_PROTOTYPES,
5990         m68k_function_value): Likewise.
5991         * config/mcore/mcore-protos.h (mcore_num_arg_regs,
5992         mcore_function_value): Likewise.
5993         * config/mcore/mcore.c (handle_structs_in_regs,
5994         mcore_return_in_memory, TARGET_PROMOTE_FUNCTION_ARGS,
5995         TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
5996         mcore_num_arg_regs, mcore_function_value): Likewise.
5997         * config/mips/mips-protos.h (mips_pad_arg_upward,
5998         mips_function_value): Likewise.
5999         * config/mips/mips.c (mips_fpr_return_fields, mips_return_in_msb,
6000         mips_return_in_memory, mips_pass_by_reference, mips_callee_copies,
6001         TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
6002         TARGET_PROMOTE_PROTOTYPES, mips_pad_arg_upward,
6003         mips_function_value): Likewise.
6004         * config/mmix/mmix-protos.h (mmix_function_outgoing_value):
6005         Likewise.
6006         * config/mmix/mmix.c (mmix_pass_by_reference,
6007         TARGET_PROMOTE_FUNCTION_ARGS, mmix_function_outgoing_value,
6008         mmix_encode_section_info): Likewise.
6009         * config/mn10300/mn10300-protos.h (mn10300_function_value):
6010         Likewise.
6011         * config/mn10300/mn10300.c (mn10300_return_in_memory,
6012         mn10300_pass_by_reference, TARGET_PROMOTE_PROTOTYPES,
6013         mn10300_function_value): Likewise.
6014         * config/mt/mt-protos.h (mt_function_value): Likewise.
6015         * config/mt/mt.c (mt_pass_by_reference, mt_function_value,
6016         mt_pass_in_stack, TARGET_PROMOTE_PROTOTYPES): Likewise.
6017         * config/pa/pa-protos.h (function_arg_padding, function_value,
6018         pa_return_in_memory): Likewise.
6019         * config/pa/pa.c (pa_pass_by_reference,
6020         TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
6021         function_arg_padding, function_value, pa_return_in_memory):
6022         Likewise.
6023         * config/pdp11/pdp11.c (pdp11_return_in_memory): Likewise.
6024         * config/rs6000/rs6000-protos.h (rs6000_function_value,
6025         function_arg_padding): Likewise.
6026         * config/rs6000/rs6000.c (rs6000_return_in_memory,
6027         rs6000_darwin64_record_arg_recurse, rs6000_darwin64_record_arg,
6028         rs6000_pass_by_reference, rs6000_must_pass_in_stack,
6029         TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
6030         function_arg_padding, altivec_expand_dst_builtin,
6031         altivec_expand_builtin, rs6000_expand_builtin, spe_init_builtins,
6032         altivec_init_builtins, rs6000_common_init_builtins,
6033         rs6000_function_value): Likewise.
6034         * s390/s390-protos.h (s390_function_value): Likewise.
6035         * config/s390/s390.c (s390_function_arg_size,
6036         s390_pass_by_reference, s390_return_in_memory,
6037         s390_function_value, TARGET_PROMOTE_FUNCTION_ARGS,
6038         TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
6039         * config/score/score-protos.h (score_function_value): Likewise.
6040         * config/score/score.c (score_arg_partial_bytes,
6041         TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
6042         TARGET_PROMOTE_PROTOTYPES, score_return_in_memory,
6043         score_pass_by_reference, score_add_offset, score_function_value):
6044         Likewise.
6045         * config/sh/sh-protos.h (sh_attr_renesas_p,
6046         sh_promote_prototypes): Likewise.
6047         * config/sh/sh.c (sh_return_in_memory, sh_pass_by_reference,
6048         sh_callee_copies, sh_promote_prototypes, shcompact_byref,
6049         sh_attr_renesas_p): Likewise.
6050         * config/sparc/sparc-protos.h (function_value,
6051         function_arg_padding): Likewise.
6052         * config/sparc/sparc.c (sparc_promote_prototypes,
6053         sparc_return_in_memory, sparc_pass_by_reference,
6054         TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
6055         function_arg_record_value_2, function_arg_record_value_1,
6056         function_arg_record_value, function_arg_record_value,
6057         function_arg_padding, function_value): Likewise.
6058         * config/spu/spu-protos.h (spu_function_value): Likewise.
6059         * config/spu/spu.c (spu_pass_by_reference, spu_return_in_memory,
6060         spu_function_value): Likewise.
6061         * config/stormy16/stormy16-protos.h (xstormy16_function_value):
6062         Likewise.
6063         * config/stormy16/stormy16.c (xstormy16_return_in_memory,
6064         xstormy16_function_value, TARGET_PROMOTE_FUNCTION_ARGS,
6065         TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES):
6066         Likewise.
6067         * config/v850/v850.c (v850_return_in_memory,
6068         v850_pass_by_reference, TARGET_PROMOTE_PROTOTYPES): Likewise.
6069         * config/vax/vax.c (TARGET_PROMOTE_PROTOTYPES): Likewise.
6070         * config/xtensa/xtensa.c (xtensa_return_in_msb,
6071         xtensa_return_in_memory, TARGET_PROMOTE_FUNCTION_ARGS,
6072         TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES):
6073         Likewise.
6074         * explow.c (promote_mode, hard_function_value): Likewise.
6075         * expr.h (hard_function_value, promote_mode): Likewise.
6076         * function.c (aggregate_value_p): Likewise.
6077         * hooks.c (hook_bool_const_tree_true): New.
6078         * hooks.h (hook_bool_const_tree_true): New.
6079         * sdbout.c (SET_KNOWN_TYPE_TAG, plain_type_1): Constify.
6080         * target-def.h (TARGET_PROMOTE_FUNCTION_ARGS,
6081         TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
6082         TARGET_RETURN_IN_MSB): Likewise.
6083         * target.h (promote_function_args, promote_function_return,
6084         promote_prototypes, return_in_memory, return_in_msb,
6085         pass_by_reference, must_pass_in_stack, callee_copies,
6086         function_value): Likewise.
6087         * targhooks.c (default_return_in_memory,
6088         hook_pass_by_reference_must_pass_in_stack,
6089         hook_callee_copies_named,
6090         hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false,
6091         hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true,
6092         default_function_value): Likewise. 
6093         * targhooks.h (default_return_in_memory,
6094         hook_pass_by_reference_must_pass_in_stack,
6095         hook_callee_copies_named,
6096         hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false,
6097         hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true,
6098         default_function_value): Likewise.
6099         * tree-ssa-structalias.c (const_equiv_class_label_t): New.
6100         (equiv_class_label_hash, equiv_class_label_eq): Constify.
6101         * tree-vectorizer.c (bb_in_loop_p): Likewise.
6102         * tree.c (needs_to_live_in_memory): Likewise.
6103         * tree.h (struct tree_type, needs_to_live_in_memory,
6104         aggregate_value_p, must_pass_in_stack_var_size,
6105         must_pass_in_stack_var_size_or_pad): Likewise.
6106         * vmsdbgout.c (write_debug_addr, write_debug_delta4,
6107         write_debug_string, ASM_OUTPUT_DEBUG_STRING, write_rtnbeg,
6108         lookup_filename): Likewise.
6109
6110 2007-08-23  Uros Bizjak  <ubizjak@gmail.com>
6111
6112         PR target/17390
6113         * config/i386/i386.c (ix86_expand_fp_compare): Expand fp comparison to
6114         fake fcomi i387 instruction for !TARGET_CMOVE.
6115         (ix86_expand_branch): Expand natural sequence with one jump for
6116         all targets, not only TARGET_CMOVE.
6117         * config/i386/i386.md (*cmpfp_0_cc): New define_insn_and_split
6118         pattern to implement fake fcomi sequence.  Split instruction after
6119         reload to correct compare sequences.
6120         (*cmpfp_xf_cc): Ditto.
6121         (*cmpfp_<mode>_cc): Ditto.
6122         (*cmpfp_u_cc): Ditto.
6123         (*cmpfp_<mode>_cc): Ditto.
6124
6125 2007-08-23  Richard Guenther  <rguenther@suse.de>
6126
6127         * tree-pretty-print.c (dump_generic_node): Annotate
6128         GIMPLE_MODIFY_STMTs with volatile ops with "{v}".
6129
6130 2007-08-23  Richard Guenther  <rguenther@suse.de>
6131
6132         * builtins.c (expand_builtin_mathfn): Wrap argument in
6133         save_expr directly instead of re-building the call.
6134         (expand_builtin_mathfn_2): Likewise.
6135         (expand_builtin_mathfn_3): Likewise.
6136         (expand_builtin_interclass_mathfn): Likewise.
6137         (expand_builtin_int_roundingfn): Set arg.
6138         (expand_builtin_int_roundingfn_2): Likewise.
6139
6140 2007-08-23  Paolo Bonzini  <bonzini@gnu.org>
6141
6142         * config/i386/sse.md (*sse_and<mode>3, *sse_ior<mode>3,
6143         *sse_nand<mode>3, *sse_xor<mode>3): New.
6144
6145 2007-08-23  Uros Bizjak  <ubizjak@gmail.com>
6146
6147         * config/i386/i386.h (PRINT_OPERAND_PUNCT_VALID_P): Add ';' code.
6148         * config/i386/i386.c (print_operand): Handle ';' code.  Output
6149         semicolon for TARGET_MACHO.
6150         * config/i386/sync.md (*sync_compare_and_swap<mode>): Use '%;' to
6151         emit semicolon after 'lock' prefix.
6152         (sync_double_compare_and_swap<mode>): Ditto.
6153         (*sync_double_compare_and_swapdi_pic): Ditto.
6154         (*sync_compare_and_swap_cc<mode>): Ditto.
6155         (sync_double_compare_and_swap_cc<mode>): Ditto.
6156         (*sync_double_compare_and_swap_ccdi_pic): Ditto.
6157         (sync_old_add<mode>): Ditto.
6158         (sync_add<mode>): Ditto.
6159         (sync_sub<mode>): Ditto.
6160         (sync_ior<mode>): Ditto.
6161         (sync_and<mode>): Ditto.
6162         (sync_xor<mode>): Ditto.
6163
6164 2007-08-22  Chao-ying Fu  <fu@mips.com>
6165
6166         * rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes
6167         in DEF_RTL_EXPR.
6168         (copy_rtx): Handle CONST_FIXED.
6169         (rtx_equal_p): Likewise.
6170         * rtl.h (fixed_value.h): New include.
6171         (rtx_def): Add a new field of fixed_value to u.
6172         (XCNMPFV): Define for accessing fixed_value.
6173         (CONST_FIXED_VALUE, CONST_FIXED_VALUE_HIGH, CONST_FIXED_VALUE_LOW):
6174         Define.
6175         * rtl.def (CONST_FIXED): New constant.
6176         (SS_MULT, US_MULT, SS_DIV, US_DIV, FRACT_CONVERT,
6177         UNSIGNED_FRACT_CONVERT, SAT_FRACT, UNSIGNED_SAT_FRACT, US_NEG,
6178         US_ASHIFT): New codes.
6179         * doc/rtl.texi (Expressions): Document const_fixed, us_neg, ss_mult,
6180         us_mult, ss_div, us_div, us_ashift, fract_convert, sat_fract,
6181         unsigned_fract_convert, unsigned_sat_fract): Document them.
6182         * varasm.c (assemble_integer): Extend to support fixed-point constants
6183         by using different machine classes.
6184         (decode_addr_const): Handle FIXED_CST.
6185         (const_hash_1): Likewise.
6186         (compare_constant): Likewise.
6187         (copy_constant): Likewise.
6188         (const_rtx_hash_1): Handle CONST_FIXED.
6189         (output_constant_pool_2): Handle MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
6190         MODE_UACCUM, MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
6191         MODE_VECTOR_UACCUM.
6192         (initializer_constant_valid_p): Handle FIXED_CST.
6193         (output_constant): Support FIXED_POINT_TYPE.
6194         * gengenrtl.c (excluded_rtx): Check CONST_FIXED to exclude.
6195         * cse.c (hash_rtx): Support CONST_FIXED.
6196         (exp_equiv_p): Likewise.
6197         (cannon_reg): Likewise.
6198         (fold_rtx): Likewise.
6199         (equiv_constant): Likewise.
6200         (cse_process_notes_1): Likewise.
6201         (count_reg_usage): Likewise.
6202         * cselib.c (entry_and_rtx_equal_p): Check CONST_FIXED.
6203         (rtx_equal_for_cselib_p): Handle CONST_FIXED.
6204         (wrap_constant): Check CONST_FIXED.
6205         (cselib_hash_rtx): Support CONST_FIXED.
6206         (cselib_subst_to_values): Likewise.
6207         * df-scan.c (df_uses_record): Likewise.
6208         * gcse.c (want_to_gcse_p): Likewise.
6209         (oprs_unchanged_p): Likewise.
6210         (oprs_not_set_p): Likewise.
6211         (compute_transp): Likewise.
6212         (extract_mentioned_regs_helper): Likewise.
6213         * genemit.c (gen_exp): Likewise.
6214         * local-alloc.c (equiv_init_varies_p): Likewise.
6215         (contains_replace_regs): Likewise.
6216         (memref_referenced_p): Likewise.
6217         * loop-invariant.c (check_maybe_invariant): Likewise.
6218         (hash_invariant_expr_1): Likewise.
6219         (invariant_expr_equal_p): Likewise.
6220         * postreload-gcse.c (oprs_unchanged_p): Likewise.
6221         * regclass.c (reg_scan_mark_refs): Likewise.
6222         * regrename.c (scan_rtx): Likewise.
6223         * resource.c (mark_referenced_resources): Likewise.
6224         (mark_set_resources): Likewise.
6225         * rtlanal.c (rtx_unstable_p): Likewise.
6226         (rtx_varies_p): Likewise.
6227         (count_occurrences): Likewise.
6228         (reg_mentioned_p): Likewise.
6229         (modified_between_p): Likewise.
6230         (modified_in_p): Likewise.
6231         (volatile_insn_p): Likewise.
6232         (volatile_refs_p): Likewise.
6233         (side_effects_p): Likewise.
6234         (may_trap_p_1): Likewise.
6235         (inequality_comparisons_p): Likewise.
6236         (computed_jump_p_1): Likewise.
6237         (commutative_operand_precedence): Likewise.
6238         * sched-deps.c (sched_analyze_2): Likewise.
6239         * sched-vis.c (print_value): Likewise.
6240         * reload.c (operands_match_p): Likewise.
6241         (subst_reg_equivs): Likewise.
6242         * reload1.c (eliminate_regs_1): Likewise.
6243         (elimination_effects): Likewise.
6244         (scan_paradoxical_subregs): Likewise.
6245         * alias.c (rtx_equal_for_memref_p): Likewise.
6246         * Makefile.in (RTL_BASE_H): Add fixed-value.h.
6247         * emit-rtl.c (const_fixed_htab): New hash table.
6248         (const_fixed_htab_hash, const_fixed_htab_eq, lookup_const_fixed):
6249         Declare.
6250         (const_fixed_htab_hash, const_fixed_htab_eq, lookup_const_fixed,
6251         const_fixed_from_fixed_value): New functions.
6252         (verify_rtx_sharing): Handle CONST_FIXED.
6253         (copy_rtx_if_shared_1): Likewise.
6254         (reset_used_flags): Likewise.
6255         (set_used_flags): Likewise.
6256         (copy_insn_1): Likewise.
6257         (init_emit_once): Create const_fixed_htab.
6258         Store fixed-point scalar and vector zero and one to const_tiny_rtx.
6259
6260 2007-08-22  Zdenek Dvorak  <ook@ucw.cz>
6261
6262         PR tree-optimization/32949
6263         * tree-ssa-loop-niter.c (scev_probably_wraps_p): Test nowrap_type_p
6264         before failing for ivs with non-constant step.
6265
6266 2007-08-22  Hans-Peter Nilsson  <hp@axis.com>
6267
6268         * doc/md.texi (Iterators): Renamed from Macros.  All contents
6269         changed to reflect rename of respectively define_code_macro and
6270         define_mode_macro to define_code_iterator and define_mode_iterator.
6271         (Mode Iterators, Code Iterators): Similar.
6272         * read-rtl.c (struct iterator_group, struct iterator_traverse_data)
6273         (uses_mode_iterator_p, apply_mode_iterator, uses_code_iterator_p)
6274         (apply_iterator_to_string, uses_iterator_p, apply_iterator_traverse)
6275         (initialize_iterators, find_iterator, check_code_iterator)
6276         (map_attr_string, apply_mode_maps, apply_iterator_to_rtx, add_mapping)
6277         (read_mapping, read_rtx_1): Similar.
6278         * config/alpha/sync.md, config/alpha/alpha.md, config/frv/frv.md,
6279         config/s390/s390.md, config/m32c/blkmov.md, config/m32c/m32c.md,
6280         config/spu/spu.md, config/sparc/sparc.md, config/sparc/sync.md,
6281         config/i386/i386.md, config/i386/mmx.md, config/i386/sse.md,
6282         config/i386/sync.md, config/crx/crx.md, config/xtensa/xtensa.md,
6283         config/cris/cris.c, config/cris/cris.md, config/ia64/sync.md,
6284         config/ia64/div.md, config/ia64/vect.md, config/ia64/ia64.md,
6285         config/m68k/m68k.md, config/rs6000/spe.md, config/rs6000/altivec.md,
6286         config/rs6000/sync.md, config/rs6000/rs6000.md,
6287         config/arm/vec-common.md, config/arm/neon.md, config/arm/iwmmxt.md,
6288         config/arm/arm.md, config/mips/mips-dsp.md, config/mips/mips.md,
6289         config/vax/vax.md, config/bfin/bfin.md: Similar.
6290
6291 2007-08-22  David Daney  <ddaney@avtrex.com>
6292
6293         * doc/install.texi (Testing): Mention testing on a simulator.
6294
6295 2007-08-22  Janis Johnson  <janis187@us.ibm.com>
6296
6297         * config/dfp-bit.c (DFP_TO_DFP): Check for overflow.
6298
6299         * doc/libgcc.texi (Decimal float library routines): Fix formatting
6300         and rearrange floating point conversion functions into different
6301         categories.
6302
6303 2007-08-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
6304
6305         * target.h (struct gcc_target.sched: dfa_pre_advance_cycle,
6306         dfa_post_advance_cycle): New scheduler hooks.
6307         * target-def.h (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE,
6308         TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): New macros to initialize
6309         new hooks.
6310         (TARGET_SCHED): Use them.
6311         * doc/tm.texi (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE,
6312         TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Document new hooks.
6313         * haifa-sched.c (advance_one_cycle): Invoke new hooks.
6314
6315         * genautomata.c (insn_has_dfa_reservation_p): New DFA interface
6316         function to facilitate debugging.
6317         (INSN_HAS_DFA_RESERVATION_P_FUNC_NAME): New macro.
6318         (output_insn_has_dfa_reservation_p): New static function to output
6319         insn_has_dfa_reservation_p ().
6320         (write_automata): Use it.
6321         * genattr.c (main): Output declaration for
6322         insn_has_dfa_reservation_p ().
6323
6324 2007-08-22  Christian Bruel  <christian.bruel@st.com>   
6325             Richard Guenther <rguenther@suse.de>
6326         
6327         * fold-const.c (fold_binary): Optimize A-A if -ffinite-math-only.
6328         * simplify_rtx (simplify_binary_operation_1): Likewise.
6329                 
6330 2007-08-22  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6331
6332         PR rtl-optimization/32557
6333         * df-problems.c (df_note_bb_compute): Use mws->start_regno instead
6334         of REGNO (mws->mw_reg).
6335
6336 2007-08-22  Richard Guenther  <rguenther@suse.de>
6337
6338         PR middle-end/33007
6339         * builtins.c (expand_builtin_int_roundingfn): Replace call
6340         argument wrapped with SAVE_EXPR directly.
6341         (expand_builtin_int_roundingfn_2): Likewise.
6342
6343 2007-08-22  Richard Guenther  <rguenther@suse.de>
6344
6345         * tree-inline.c (inlinable_function_p): Restore disregarding
6346         inline limits for GNU extern inline functions.
6347
6348 2007-08-22  Richard Guenther  <rguenther@suse.de>
6349
6350         PR middle-end/32563
6351         * tree.c (host_integerp): Treat sizetype as signed as it is
6352         sign-extended.
6353
6354 2007-08-21  Ian Lance Taylor  <iant@google.com>
6355
6356         PR tree-optimization/33134
6357         * tree-vrp.c (adjust_range_with_scev): Call
6358         set_value_range_to_value.
6359
6360 2007-08-21  Aldy Hernandez  <aldyh@redhat.com>
6361
6362         * value-prof.h (gimple_remove_histogram_value): Remove duplicate
6363         prototype.
6364         
6365 2007-08-21  Aldy Hernandez  <aldyh@redhat.com>
6366
6367         * tree-flow-inline.h (next_imm_use_stmt): Remove unecessary
6368         whitespace.
6369
6370 2007-08-21  Nathan Froyd  <froydnj@codesourcery.com>
6371
6372         * config/rs6000/rs6000.c (expand_block_clear): Add TARGET_SPE
6373         cases to set eight bytes at a time.
6374         (expand_block_move): Likewise.
6375         
6376 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
6377
6378         PR debug/32610
6379         * dwarf2out.c (gen_decl_die): Don't call
6380         gen_tagged_type_instantiation_die if decl doesn't have tagged type.
6381
6382 2007-08-21  Paul Brook  <paul@codesourcery.com>
6383             Nathan Sidwell  <nathan@codesourcery.com>
6384             Mark Mitchell  <mark@codesourcery.com>
6385             Joseph Myers  <joseph@codesourcery.com>
6386
6387         * configure.ac: Add --with-pkgversion and --with-bugurl.
6388         * configure: Regenerate.
6389         * doc/install.texi: Document them.
6390         * version.c (version_string): Remove VERSUFFIX.
6391         (VERSUFFIX): Remove.
6392         (pkgversion_string): New.
6393         (bug_report_url): Do not hard-code initializer.
6394         * version.h (pkgversion_string): Declare.
6395         * Makefile.in (PKGVERSION_s, BUGURL_s, PKGVERSION, BUGURL_TEXI):
6396         Define.
6397         (version.o): Define PKGVERSION and BUGURL.
6398         (gcc-vers.texi): Define VERSION_PACKAGE and BUGURL.
6399         (%.pod): Define BUGURL.
6400         * gcc.c (process_command, main): Use pkgversion_string.
6401         * toplev.c (compile_file, print_version): Likewise.
6402         * protoize.c (main): Likewise.
6403         * gcov.c (print_version): Likewise.  Update copyright date.
6404         * gcov-dump.c (print_version): Likewise.  Update copyright date.
6405         * mips-tdump.c (main): Likewise.  Update copyright date.
6406         * mips-tfile.c (main): Likewise.  Update copyright date.
6407         * doc/include/gcc-common.texi: Include VERSION_PACKAGE as subtitle.
6408         * doc/bugreport.texi: Use BUGURL for bug-reporting instructions;
6409         shorten description.
6410         * doc/gcc.texi: Include VERSION_PACKAGE in version description.
6411         * doc/gccint.texi: Likewise.
6412         * doc/invoke.texi: Use BUGURL for bug-reporting instructions.
6413         Update copyright date.
6414
6415 2007-08-21  Uros Bizjak  <ubizjak@gmail.com>
6416
6417         * config/i386/i386.c (ix86_expand_clear): Use FLAGS_REG.
6418         (ix86_expand_strlensi_unroll_1): Ditto.
6419         (ix86_expand_branch): Use FLAGS_REG and FPSR_REG.
6420         (ix86_expand_carry_flag_compare): Update comment.
6421
6422 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
6423
6424         PR middle-end/32912
6425         * fold-const.c (fold_unary): Optimize BIT_NOT_EXPR of VECTOR_CST.
6426         (fold_binary): Handle vectors in X | ~X and X ^ ~X optimizations.
6427
6428 2007-08-21  Richard Guenther  <rguenther@suse.de>
6429
6430         * fold-const.c (fold_binary): Revert removing of index +p PTR folding.
6431
6432 2007-08-21  Richard Guenther  <rguenther@suse.de>
6433
6434         PR middle-end/33122
6435         * fold-const.c (fold_binary): Remove index +p PTR folding.
6436         Fix types of POINTER_PLUS_EXPR generated by folding of
6437         (PTR +p B) +p A.
6438
6439 2007-08-20  Chao-ying Fu  <fu@mips.com>
6440
6441         * c-common.h (enum rid): Add new enumeration values of RID_SAT,
6442         RID_FRACT, and RID_ACCUM.  RID_SAT needs to be inserted before
6443         RID_ONEWAY, so that it can be checked in declspecs_add_type.
6444         (c_common_fixed_point_type_for_size): Declare.
6445         * c-parser.c (reswords): Add _Fract, _Accum, and _Sat.
6446         (c_token_starts_typename): Handle RID_FRACT, RID_ACCUM, and RID_SAT.
6447         (c_token_starts_declspecs): Likewise.
6448         (c_parser_declspecs): Likewise.
6449         (c_parser_attributes): Likewise.
6450         * c-tree.h (enum c_typespec_keyword): Add cts_fract and cts_accum.
6451         (c_declspecs): Add saturating_p.
6452         * c-decl.c (build_null_declspecs): Initialize saturating_p.
6453         (declspecs_add_type): Avoid using complex with _Fract, _Accum, or
6454         _Sat.  Handle RID_SAT.
6455         Avoid using void, bool, char, int, float, double, _Decimal32,
6456         _Decimal64, _Decimal128, and complex with _Sat.
6457         Handle RID_FRACT and RID_ACCUM.
6458         Make sure _Sat is used with _Fract or _Accum.
6459         (finish_declspecs): Handle cts_fract and cts_accum.
6460         * c-common.c (fixed-value.h): New include.
6461         (constant_expression_warning): Handle FIXED_CST.
6462         (overflow_warning): Likewise.
6463         (warnings_for_convert_and_check): Likewise.
6464         (c_common_fixed_point_type_for_size): New.
6465         (c_common_type_for_mode): Handle fixed-point modes to
6466         return various saturating/non-saturating, signed/unsigned types.
6467         (c_common_signed_or_unsigned_type): Support fixed-point types.
6468         (shorten_compare): Check fixed-point zero.
6469         Handle FIXED_POINT_TYPE.
6470         (c_common_truthvalue_conversion): Handle FIXED_CST.
6471         Handle FIXED_POINT_TYPE.
6472         (c_common_nodes_and_builtins): Record builtin types for fixed-point
6473         types.
6474         (handle_mode_attribute): Handle fixed-point modes.  Need to check
6475         if the signness of base type and fixed-point modes are consistent.
6476         (handle_vector_size_attribute): Handle fixed-point modes.
6477         (same_scalar_type_ignoring_signedness): Handle FIXED_POINT_TYPE.
6478         (warn_for_div_by_zero): Check fixed-point zero.
6479         * c-typeck.c (c_common_type): Check FIXED_POINT_TYPE.  Build
6480         a common fixed-point type based on fbit, ibit, sign, and saturation.
6481         (build_unary_op): Allow FIXED_POINT_TYPE for CONVERT_EXPR,
6482         NEGATE_EXPR, TRUTH_NOT_EXPR, PREINCREMENT_EXPR, POSTINCREMENT_EXPR,
6483         PREDECREMENT_EXPR, and POSTDECREMENT_EXPR.
6484         (convert_for_assignment): Support FIXED_POINT_TYPE.
6485         (digest_init): Handle FIXED_POINT_TYPE.
6486         (build_binary_op): Support FIXED_POINT_TYPE in *_DIV_EXPR,
6487         TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR,
6488         TRUTH_XOR_EXPR, RSHIFT_EXPR, LSHIFT_EXPR, EQ_EXPR, NE_EXPR, LE_EXPR,
6489         GE_EXPR, LT_EXPR, GT_EXPR.
6490         * target-def.h (TARGET_FIXED_POINT_SUPPORTED_P): New.
6491         (TARGET_INITIALIZER): Add TARGET_FIXED_POINT_SUPPORTED_P.
6492         * target.h (gcc_target): Add fixed_point_supported_p.
6493         * targhooks.c (default_scalar_mode_supported_p): Handle MODE_FRACT,
6494         MODE_UFRACT, MODE_ACCUM, and MODE_UACCUM.
6495         (default_fixed_point_supported_p): Define.
6496         * targhooks.h (default_fixed_point_supported_p): Declare.
6497         * doc/tm.texi (TARGET_FIXED_POINT_SUPPORTED_P): Add.
6498         * doc/install.texi (Configuration): Add --enable-fixed-point.
6499         * configure.ac (--enable-fixed-point): New to enable fixed-point
6500         arithmetic extension to C.  For mips targets, we enable it by default.
6501         * configure, config.in: Regenerate.
6502
6503 2007-08-20  Pawel Sikora  <pluto@pld-linux.org>
6504
6505         * doc/invoke.texi (-Wnon-virtual-dtor): Update documentation.
6506
6507 2007-08-20  David Edelsohn  <edelsohn@gnu.org>
6508
6509         * dwarf2out.c (text_section_used): Move declaration outside ifdef
6510         DWARF2_DEBUGGING_INFO.
6511         (cold_text_section_used): Same.
6512         (cold_text_section): Same.
6513
6514 2007-08-20  Richard Guenther  <rguenther@suse.de>
6515
6516         * c-typeck.c (convert_for_assignment): Use the type of
6517         the member for the initialization.
6518
6519 2007-08-20  Richard Guenther  <rguenther@suse.de>
6520
6521         * c-objc-common.c (c_disregard_inline_limits): Remove.
6522         * c-objc-common.h (c_disregard_inline_limits): Likewise.
6523         * cgraphunit.c (cgraph_process_new_functions): Call
6524         disregard_inline_limits_p.
6525         (cgraph_preserve_function_body_p): Likewise.
6526         * ipa-inline.c (compute_inline_parameters): Likewise.
6527         * langhooks-def.h (lhd_tree_inlining_disregard_inline_limits):
6528         Remove.
6529         (LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS): Remove.
6530         (LANG_HOOKS_TREE_INLINING_INITIALIZER): Remove initializer for
6531         disregard_inline_limits langhook.
6532         * langhooks.c (lhd_tree_inlining_disregard_inline_limits):
6533         Remove.
6534         * langhooks.h (lang_hooks_for_tree_inlining): Remove
6535         disregard_inline_limits langhook.
6536         * tree-inline.c (disregard_inline_limits_p): New function.
6537         * tree-inline.h (disregard_inline_limits_p): Declare.
6538
6539 2007-08-20  Richard Guenther  <rguenther@suse.de>
6540
6541         * langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.
6542         (LANG_HOOKS_TREE_INLINING_AUTO_VAR_IN_FN_P): Likewise.
6543         (LANG_HOOKS_TREE_INLINING_INITIALIZER): Remove initializer for
6544         auto_var_in_fn_p langhook.
6545         * langhooks.c (lhd_tree_inlining_auto_var_in_fn_p): Rename and
6546         move ...
6547         * tree.c (auto_var_in_fn_p): ... here.
6548         (find_var_from_fn): Call auto_var_in_fn_p directly.
6549         * langhooks.h (lang_hooks_for_tree_inlining): Remove
6550         auto_var_in_fn_p langhook.
6551         * tree-inline.c (remap_decls): Call auto_var_in_fn_p directly.
6552         (copy_body_r): Likewise.
6553         (self_inlining_addr_expr): Likewise.
6554         * tree.h (auto_var_in_fn_p): Declare.
6555
6556 2007-08-20  Richard Guenther  <rguenther@suse.de>
6557
6558         * tree.c (WALK_SUBTREE): Call walk_tree_1.
6559         (walk_type_fields): Take lh parameter.
6560         (walk_tree): Rename to ...
6561         (walk_tree_1): ... this.  Do not call the walk_subtrees
6562         langhook but the now passed callback.  Pass lh on recursion.
6563         (walk_tree_without_duplicates): Rename to ...
6564         (walk_tree_without_duplicates_1): ... this.  Take lh parameter
6565         and call walk_tree_1.
6566         * tree.h (walk_tree_lh): New typedef.
6567         (walk_tree_1): Declare.
6568         (walk_tree_without_duplicates_1): Likewise.
6569         (walk_tree): New define to walk_tree_1 with NULL lh parameter.
6570         (walk_tree_without_duplicates): New define to
6571         walk_tree_without_duplicates_1 with NULL lh parameter.
6572         * langhooks.c (lhd_tree_inlining_walk_subtrees): Remove.
6573         * langhooks.h (lang_hooks_for_tree_inlining): Remove walk_subtrees
6574         langhook.
6575         * langhooks-def.h (lhd_tree_inlining_walk_subtrees): Remove.
6576         (LANG_HOOKS_TREE_INLINING_WALK_SUBTREES): Likewise.
6577         (LANG_HOOKS_TREE_INLINING_INITIALIZER): Remove walk_subtrees
6578         initializer.
6579
6580 2007-08-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6581
6582         PR middle-end/30564
6583         * tree-inline.c (optimize_inline_calls): Move the cgraph checking
6584         code in front of the compacting of basic blocks.
6585         Move the folding of statements inbetween the cgraph checking
6586         and compacting of basic blocks.
6587
6588 2007-08-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6589            Serge Belyshev  <belyshev@depni.sinp.msu.ru>
6590
6591         PR target/32522
6592         * config/alpha/alpha.c (va_list_skip_additions): Check for
6593         POINTER_PLUS_EXPR in addition to PLUS_EXPR.
6594         (alpha_stdarg_optimize_hook): Look for POINTER_PLUS_EXPR instead of
6595         PLUS_EXPR when checking ap.__base.
6596         (alpha_va_start): Create POINTER_PLUS_EXPR instead of PLUS_EXPR
6597         when doing addition on pointer types.  Use size_int instead of
6598         build_int_cst.
6599         (alpha_gimplify_va_arg_1): Likewise, but use sizetype instead of
6600         ptr_type in the second operand.
6601
6602 2007-08-19  Andrew Pinski  <pinskia@gmail.com>
6603
6604         PR target/33115
6605         * config/i386/darwin.h (CC1_SPEC): Add %(cc1_cpu) in front.
6606
6607 2007-08-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6608
6609         PR middle-end/32940
6610         * cfgexpand.c  (expand_one_register_var): Mark pointer
6611         DECL_ARTIFICIAL as REG_POINTER also.
6612         * stmt.c (expand_decl): Likewise.
6613
6614 2007-08-19  Daniel Berlin  <dberlin@dberlin.org>
6615
6616         Fix PR 32772
6617         Fix PR 32716
6618         Fix PR 32328
6619         Fix PR 32303
6620
6621         * tree-flow.h (struct stmt_ann_d): Remove makes_clobbering_call.
6622         * tree-ssa-alias.c (init_transitive_clobber_worklist): Add
6623         on_worklist argument and avoid adding things to worklist multiple
6624         times.
6625         (add_to_worklist): Ditto.
6626         (mark_aliases_call_clobbered): Mark entire structure clobbered if
6627         single SFT is clobbered.
6628         (set_initial_properties): Ditto.
6629         (compute_call_clobbered): Update for changes to function
6630         arguments.
6631         (create_overlap_variables_for): Always create SFT for offset 0.
6632         (create_structure_vars): Handle PHI's, since we are in SSA form at
6633         this point.
6634         * tree-ssa-loop-ivopts.c (get_ref_tag): Don't return subvars.
6635         * tree-ssa-operands.c (access_can_touch_variable): Don't handle
6636         TARGET_MEM_REF.
6637         (add_vars_for_offset): Figure out aliases from access + points-to.
6638         (add_virtual_operand): Use add_vars-for_offset.
6639         (get_tmr_operands): Update for NMT changes, rewrite to be correct.
6640         (add_call_clobber_ops): Remove makes_clobbering_call set.
6641         (get_expr_operands): Always pass through the INDIRECT_REF
6642         reference.
6643         * tree-ssa-structalias.c (struct constraint_graph): Remove
6644         variables member.
6645         Add pe, pe_rep, pointer_label, loc_label, pointed_by, points_to,
6646         address_taken, pt_used, number_incoming.
6647         (FIRST_ADDR_NODE): Removed.
6648         (merge_graph_nodes): Remove broken code for the moment.
6649         (init_graph): New function.
6650         (build_pred_graph): Remove code to init_graph.
6651         Add location equivalence support.
6652         (struct scc_info): Rename roots to deleted.
6653         (scc_visit): Ditto.
6654         (init_scc_info): Ditto
6655         (init_topo_info): Use graph->size.
6656         (compute_topo_order): Ditto.
6657         (do_da_constraint): Removed.
6658         (do_sd_constraint): Remove calls to find().
6659         set_union_with_increment should always get 0 as last arg here.
6660         (do_complex_constraint): Replace do_da_constraint with assert.
6661         Stop calling find.
6662         (struct equiv_class_label): New.
6663         (pointer_equiv_class_table): Ditto.
6664         (location_equiv_class_table): Ditto.
6665         (equiv_class_label_hash): Ditto.
6666         (equiv_class_label_eq): Ditto
6667         (equiv_class_lookup): Ditto.
6668         (equiv_class_ladd): Ditto.
6669         (pointer_equiv_class): Ditto.
6670         (location_equiv_class): Ditto.
6671         (condense_visit): Rename and rewrite from label_visit to do only
6672         SCC related stuff for HU.
6673         (label_visit): Do HU work for HU.
6674         (perform_var_substitution): Update to do HU and location
6675         equivalence.
6676         (free_var_substitution_info): Update to free HU and location
6677         equivalence structures.  */
6678         (find_equivalent_node): Update for pointer but not location
6679         equivalence.
6680         (unite_pointer_equivalences): New function.
6681         (move_complex_constraints): Rewrite to only do moving.
6682         (rewrite_constraints): Split out of move_complex_constraints.
6683         (solve_graph): Use graph->size.
6684         (process_constraint_1): Add from_call argument, use it.
6685         Split *a = &b into two constraints.
6686         (process_constraint): Use new process_constraint_1.
6687         (get_constraint_for_component_ref): Handle bitmaxsize == -1 case.
6688         (get_constraint_for): Handle non-pointer integers properly.
6689         Remove code that used to handle structures.
6690         (handle_ptr_arith): Fix a few bugs in pointer arithmetic handling
6691         with unknown addends.
6692         (handle_rhs_call): New function.
6693         (find_func_aliases): Use handle_rhs_call.
6694         (set_uids_in_ptset): Add an assert.
6695         (set_used_smts): Fix bug in not considering unified vars.
6696         (compute_tbaa_pruning): Stop initing useless iteration_obstack.
6697         (compute_points_to_sets): Update for other function changes.
6698         (delete_points_to_sets): Ditto.
6699         (ipa_pta_execute): Ditto.
6700         (pass_ipa_pta): We need to update SSA after ipa_pta.
6701         
6702 2007-08-19  Jan Hubicka  <jh@suse.cz>
6703
6704         * i386.md: Replace "rim" and "mri" constraints by "g".
6705
6706 2007-08-19  Joseph Myers  <joseph@codesourcery.com>
6707
6708         * dwarf2out.c (text_section_used, cold_text_section_used,
6709         cold_text_section, dwarf2out_note_section_used): New.
6710         (dwarf2out_init): Initialize cold_text_section.
6711         (dwarf2out_switch_text_section, dwarf2out_begin_function): Call
6712         dwarf2out_note_section_used.
6713         (size_of_aranges): Only count entry for text section if it was
6714         used.  Count entry for cold text section if it was used.
6715         (output_aranges): Only output entries for text section and cold
6716         text section if they were used.
6717
6718 2007-08-19  Andrew Pinski  <pinskia@gmail.com>
6719
6720         * tree-pretty-print.c (debug_generic_expr): Add a comment about
6721         the function.
6722         (debug_generic_stmt): Likewise.
6723         (debug_tree_chain): Likewise.
6724
6725 2007-08-19  Dorit Nuzman  <dorit@il.ibm.com>
6726
6727         * tree-data-refs.c (split_constant_offset): Expose.
6728         * tree-data-refs.h (split_constant_offset): Add declaration.
6729
6730         * tree-vectorizer.h (dr_alignment_support): Renamed
6731         dr_unaligned_software_pipeline to dr_explicit_realign_optimized.
6732         Added a new value dr_explicit_realign.
6733         (_stmt_vec_info): Added new fields: dr_base_address, dr_init,
6734         dr_offset, dr_step, and dr_aligned_to, along with new access
6735         functions for these fields: STMT_VINFO_DR_BASE_ADDRESS,
6736         STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET, STMT_VINFO_DR_STEP, and
6737         STMT_VINFO_DR_ALIGNED_TO.
6738
6739         * tree-vectorizer.c (vect_supportable_dr_alignment): Add
6740         documentation.
6741         In case of outer-loop vectorization with non-fixed misalignment - use
6742         the dr_explicit_realign scheme instead of the optimized realignment
6743         scheme.
6744         (new_stmt_vec_info): Initialize new fields.
6745
6746         * tree-vect-analyze.c (vect_compute_data_ref_alignment): Handle the
6747         'nested_in_vect_loop' case. Change verbosity level.
6748         (vect_analyze_data_ref_access): Handle the 'nested_in_vect_loop' case.
6749         Don't fail on zero step in the outer-loop for loads.
6750         (vect_analyze_data_refs): Call split_constant_offset to calculate
6751         base, offset and init relative to the outer-loop.
6752
6753         * tree-vect-transform.c (vect_create_data_ref_ptr): Replace the unused
6754         BSI function argument with a new function argument - at_loop.
6755         Simplify the condition that determines STEP. Takes additional argument
6756         INV_P. Support outer-loop vectorization (handle the
6757         nested_in_vect_loop case), including zero step in the outer-loop. Call
6758         vect_create_addr_base_for_vector_ref with additional argument.
6759         (vect_create_addr_base_for_vector_ref): Takes additional argument LOOP.
6760         Updated function documentation. Handle the 'nested_in_vect_loop' case.
6761         Fixed and simplified calculation of step.
6762         (vectorizable_store): Call vect_create_data_ref_ptr with loop instead
6763         of bsi, and with additional argument. Call bump_vector_ptr with
6764         additional argument. Fix typos. Handle the 'nested_in_vect_loop' case.
6765         (vect_setup_realignment): Takes additional arguments INIT_ADDR and
6766         DR_ALIGNMENT_SUPPORT. Returns another value AT_LOOP. Handle the case
6767         when the realignment setup needs to take place inside the loop.
6768         Support the dr_explicit_realign scheme. Allow generating the optimized
6769         realignment scheme for outer-loop vectorization. Added documentation.
6770         (vectorizable_load): Support the dr_explicit_realign scheme. Handle
6771         the 'nested_in_vect_loop' case, including loads that are invariant in
6772         the outer-loop and the realignment schemes. Handle the case when the
6773         realignment setup needs to take place inside the loop. Call
6774         vect_setup_realignment with additional arguments.  Call
6775         vect_create_data_ref_ptr with additional argument and with loop instead
6776         of bsi. Fix 80-column overflow. Fix typos. Rename PHI_STMT to PHI.
6777         (vect_gen_niters_for_prolog_loop): Call
6778         vect_create_addr_base_for_vector_ref with additional arguments.
6779         (vect_create_cond_for_align_checks): Likewise.
6780         (bump_vector_ptr): Updated to support the new dr_explicit_realign
6781         scheme: takes additional argument bump; argument ptr_incr is now
6782         optional; updated documentation.
6783         (vect_init_vector): Takes additional argument (bsi). Use it, if
6784         available, to insert the vector initialization.
6785         (get_initial_def_for_induction): Pass additional argument in call to
6786         vect_init_vector.
6787         (vect_get_vec_def_for_operand): Likewise.
6788         (vect_setup_realignment): Likewise.
6789         (vectorizable_load): Likewise.
6790
6791 2007-08-19  Dorit Nuzman  <dorit@il.ibm.com>
6792
6793         * tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info
6794         as argument instead of struct loop.
6795         (nested_in_vect_loop_p): New function.
6796         (vect_relevant): Add enum values vect_used_in_outer_by_reduction and
6797         vect_used_in_outer.
6798         (is_loop_header_bb_p): New. Used to differentiate loop-header phis
6799         from other phis in the loop.
6800         (destroy_loop_vec_info): Add additional argument to declaration.
6801
6802         * tree-vectorizer.c (supportable_widening_operation): Also check if
6803         nested_in_vect_loop_p (don't allow changing the order in this case).
6804         (vect_is_simple_reduction): Takes a loop_vec_info as argument instead
6805         of struct loop. Call nested_in_vect_loop_p and don't require
6806         flag_unsafe_math_optimizations if it returns true.
6807         (new_stmt_vec_info): When setting def_type for phis differentiate 
6808         loop-header phis from other phis.
6809         (bb_in_loop_p): New function.
6810         (new_loop_vec_info): Inner-loop phis already have a stmt_vinfo, so
6811         just update their loop_vinfo.  Order of BB traversal now matters -
6812         call dfs_enumerate_from with bb_in_loop_p.
6813         (destroy_loop_vec_info): Takes additional argument to control whether
6814         stmt_vinfo of the loop stmts should be destroyed as well.
6815         (vect_is_simple_reduction): Allow the "non-reduction" use of a
6816         reduction stmt to be defines by a non loop-header phi.
6817         (vectorize_loops): Call destroy_loop_vec_info with additional argument.
6818
6819         * tree-vect-transform.c (vectorizable_reduction): Call
6820         nested_in_vect_loop_p. Check for multitypes in the inner-loop.
6821         (vectorizable_call): Likewise.
6822         (vectorizable_conversion): Likewise.
6823         (vectorizable_operation): Likewise.
6824         (vectorizable_type_promotion): Likewise.
6825         (vectorizable_type_demotion): Likewise.
6826         (vectorizable_store): Likewise.
6827         (vectorizable_live_operation): Likewise.
6828         (vectorizable_reduction): Likewise. Also pass loop_info to
6829         vect_is_simple_reduction instead of loop.
6830         (vect_init_vector): Call nested_in_vect_loop_p.
6831         (get_initial_def_for_reduction): Likewise.
6832         (vect_create_epilog_for_reduction): Likewise.
6833         (vect_init_vector): Check which loop to work with, in case there's an
6834         inner-loop.
6835         (get_initial_def_for_inducion): Extend to handle outer-loop
6836         vectorization. Fix indentation.
6837         (vect_get_vec_def_for_operand): Support phis in the case vect_loop_def.
6838         In the case vect_induction_def get the vector def from the induction
6839         phi node, instead of calling get_initial_def_for_inducion.
6840         (get_initial_def_for_reduction): Extend to handle outer-loop 
6841         vectorization.
6842         (vect_create_epilog_for_reduction): Extend to handle outer-loop
6843         vectorization.
6844         (vect_transform_loop): Change assert to just skip this case.  Add a
6845         dump printout.
6846         (vect_finish_stmt_generation): Add a couple asserts.
6847
6848         (vect_estimate_min_profitable_iters): Multiply
6849         cost of inner-loop stmts (in outer-loop vectorization) by estimated
6850         inner-loop bound.
6851         (vect_model_reduction_cost): Don't add reduction epilogue cost in case
6852         this is an inner-loop reduction in outer-loop vectorization.
6853
6854         * tree-vect-analyze.c (vect_analyze_scalar_cycles_1): New function.
6855         Same code as what used to be vect_analyze_scalar_cycles, only with
6856         additional argument loop, and loop_info passed to
6857         vect_is_simple_reduction instead of loop.
6858         (vect_analyze_scalar_cycles): Code factored out into
6859         vect_analyze_scalar_cycles_1. Call it for each relevant loop-nest.
6860         Updated documentation.
6861         (analyze_operations): Check for inner-loop loop-closed exit-phis during
6862         outer-loop vectorization that are live or not used in the outerloop,
6863         cause this requires special handling.
6864         (vect_enhance_data_refs_alignment): Don't consider versioning for
6865         nested-loops.
6866         (vect_analyze_data_refs): Check that there are no datarefs in the
6867         inner-loop.
6868         (vect_mark_stmts_to_be_vectorized): Also consider vect_used_in_outer
6869         and vect_used_in_outer_by_reduction cases.
6870         (process_use): Also consider the case of outer-loop stmt defining an
6871         inner-loop stmt and vice versa.
6872         (vect_analyze_loop_1): New function.
6873         (vect_analyze_loop_form): Extend, to allow a restricted form of nested
6874         loops.  Call vect_analyze_loop_1.
6875         (vect_analyze_loop): Skip (inner-)loops within outer-loops that have
6876         been vectorized.  Call destroy_loop_vec_info with additional argument.
6877
6878         * tree-vect-patterns.c (vect_recog_widen_sum_pattern): Don't allow
6879         in the inner-loop when doing outer-loop vectorization. Add
6880         documentation and printout.
6881         (vect_recog_dot_prod_pattern): Likewise. Also add check for
6882         GIMPLE_MODIFY_STMT (in case we encounter a phi in the loop).
6883
6884 2007-08-18  Andrew Pinski  <pinskia@gmail.com>
6885
6886         * tree-affine.h (print_aff): New prototype.
6887         (debug_aff): Likewise.
6888         * tree-affine.c (print_aff): New function.
6889         (debug_aff): Likewise.
6890
6891 2007-08-18  Paul Brook  <paul@codesourcery.com>
6892             Joseph Myers  <joseph@codesourcery.com>
6893
6894         * common.opt (-fdebug-prefix-map=): New option.
6895         * opts.c: Include debug.h.
6896         (common_handle_option): Handle -fdebug-prefix-map.
6897         * final.c: Include ggc.h.
6898         (struct debug_prefix_map, debug_prefix_maps, add_debug_prefix_map,
6899         remap_debug_filename): New.
6900         * Makefile.in (final.o, opts.o): Update dependencies.
6901         * debug.h (remap_debug_filename, add_debug_prefix_map): Declare.
6902         * configure.ac: Check for assembler --debug-prefix-map support.
6903         * configure, config.in: Regenerate.
6904         * gcc.c (ASM_MAP): Define conditional on HAVE_AS_DEBUG_PREFIX_MAP.
6905         (ASM_DEBUG_SPEC): Include ASM_MAP.
6906         * doc/install.texi (--with-debug-prefix-map): Document.
6907         * doc/invoke.texi (-fdebug-prefix-map): Document.
6908         * dbxout.c (dbxout_init, dbxout_start_source_file,
6909         dbxout_source_file): Call remap_debug_filename.
6910         * dwarf2out.c (add_comp_dir_attribute, maybe_emit_file,
6911         dwarf2out_start_source_file, dwarf2out_finish): Call
6912         remap_debug_filename.
6913         (file_table_relative_p): Do not check d->emitted_number.
6914         * toplev.c (output_file_directive): Call remap_debug_filename.
6915         * vmsdbgout.c (write_srccorr): Call remap_debug_filename.
6916         * xcoffout.c (xcoffout_source_file): Call remap_debug_filename.
6917
6918 2007-08-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6919
6920         * loop-invariant.c (find_invariants_to_move): Add missing macro
6921         argument.
6922
6923 2007-08-17  Tom Tromey  <tromey@redhat.com>
6924
6925         * tree.h (struct tree_label_decl): Removed old "java" fields.
6926
6927 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
6928             Nigel Stephens  <nigel@mips.com>
6929
6930         * config/mips/sde.h (DRIVER_SELF_SPECS): Add commas.
6931         Treat -mno-data-in-code and -mcode-xonly as aliases for
6932         -mcode-readable=no and -mcode-readable=pcrel respectively.
6933         * config/mips/t-sde (TARGET_LIBGCC2_CFLAGS): Add -mcode-xonly.
6934         (MULTILIB_OPTIONS): Add -mcode-readable=no multilibs.
6935         (MULTILIB_DIRNAMES): Update accordingly.
6936
6937 2007-08-17  H.J. Lu  <hongjiu.lu@intel.com>
6938
6939         * Makefile.in (version.o): Depend on $(REVISION) only if
6940         REVISION_s is defined.
6941
6942 2007-08-17  Sa Liu  <saliu@de.ibm.com>
6943             Ulrich Weigand  <uweigand@de.ibm.com>
6944
6945         PR middle-end/32970
6946         * tree.c (reconstruct_complex_type): For a pointer to a vector,
6947         use build_qualified_type to retain qualifiers of the base type.
6948
6949 2007-08-17  Chen Liqin  <liqin@sunnorth.com.cn>
6950
6951         * config/score/score.md : Update pattern tablejump.
6952         * config/score/score.c : Update score_initialize_trampoline 
6953         function.
6954         * config/score/score.h (TRAMPOLINE_TEMPLATE): Added macro.
6955         (TRAMPOLINE_INSNS, TRAMPOLINE_SIZE) Update macro.
6956         * doc/contrib.texi: Add my entry.
6957
6958 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
6959
6960         * Makefile.in (REVISION): New.
6961         (REVISION_c): New.
6962         (REVISION_s): New.
6963         (version.o): Also depend on $(REVISION). Add
6964         -DREVISION=$(REVISION_s).
6965
6966         * version.c (version_string): Add REVISION.
6967
6968 2007-08-16  Seongbae Park <seongbae.park@gmail.com>
6969
6970         * tree-eh.c (lower_try_finally_onedest): Reset the locus
6971         of GOTO that's relocated to a different block.
6972
6973 2007-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6974
6975         * c-common.c (const_strip_array_types): New.
6976         * c-common.h (lang_missing_noreturn_ok_p): Delete.
6977         (const_strip_array_types): New.
6978         * c-objc-common.c (c_disregard_inline_limits,
6979         c_warn_unused_global_decl): Constify.
6980         * c-tree.h (c_disregard_inline_limits, c_warn_unused_global_decl,
6981         c_vla_type_p, c_incomplete_type_error): Likewise.
6982         * c-typeck.c (c_incomplete_type_error, c_vla_type_p): Likewise.
6983         * hooks.c (hook_bool_const_tree_false): New.
6984         * hooks.h (hook_bool_const_tree_false): Likewise.
6985         * langhooks-def.h (lhd_warn_unused_global_decl,
6986         lhd_incomplete_type_error, lhd_expr_size,
6987         lhd_tree_inlining_disregard_inline_limits,
6988         lhd_tree_inlining_auto_var_in_fn_p, lhd_tree_dump_type_quals,
6989         LANG_HOOKS_GENERIC_TYPE_P, LANG_HOOKS_TYPE_MAX_SIZE): Constify.
6990         * langhooks.c (lhd_warn_unused_global_decl,
6991         lhd_incomplete_type_error,
6992         lhd_tree_inlining_disregard_inline_limits,
6993         lhd_tree_inlining_auto_var_in_fn_p, lhd_tree_dump_type_quals,
6994         lhd_expr_size): Likewise.
6995         * langhooks.h (lang_hooks_for_tree_inlining,
6996         lang_hooks_for_tree_dump, lang_hooks_for_types,
6997         lang_hooks_for_decls, lang_hooks): Likewise.
6998         * pointer-set.c (pointer_set_t, pointer_set_create,
6999         pointer_set_contains, insert_aux, pointer_set_insert,
7000         pointer_set_traverse, pointer_map_t, pointer_map_create,
7001         pointer_map_contains, pointer_map_insert, pointer_map_traverse):
7002         Likewise.
7003         * pointer-set.h (pointer_set_contains, pointer_set_insert,
7004         pointer_set_traverse, pointer_map_contains, pointer_map_insert,
7005         pointer_map_traverse): Likewise.
7006         * predict.c (assert_is_empty): Likewise.
7007         * tree-affine.c (free_name_expansion): Likewise.
7008         * tree-cfg.c (edge_to_cases_cleanup): Likewise.
7009         * tree.c (size_in_bytes, max_int_size_in_bytes): Likewise.
7010         * tree.h (size_in_bytes, max_int_size_in_bytes): Likewise.
7011
7012 2007-08-16  Victor Kaplansky <victork@il.ibm.com>
7013
7014         * tree-vectorizer.c (new_loop_vec_info): Initialize new 
7015         field.
7016         (destroy_loop_vec_info): Add call to VEC_free.
7017         * tree-vectorizer.h (may_alias_ddrs): Define.
7018         (LOOP_VINFO_MAY_ALIAS_DDRS): Define.
7019         * tree-vect-analyze.c (vect_analyze_data_ref_dependence):
7020         Change reporting to dump.
7021         (vect_is_duplicate_ddr): New.
7022         (vect_mark_for_runtime_alias_test): New.
7023         (vect_analyze_data_ref_dependences) Add call to
7024         vect_mark_for_runtime_alias_test.
7025         (vect_enhance_data_refs_alignment): Define local variable
7026         vect_versioning_for_alias_required, don't perform
7027         peeling for alignment if versioning for alias is
7028         required.
7029         (vect_enhance_data_refs_alignment): Use
7030         PARAM_VECT_MAX_VERSION_FOR_ALIGNMENT_CHECKS instead of
7031         PARAM_VECT_MAX_VERSION_CHECKS.
7032         * tree-vect-transform.c
7033         (vect_create_cond_for_alias_checks): New.
7034         (vect_transform_loop): Add call to
7035         vect_create_cond_for_alias_checks.
7036         (vect_vfa_segment_size): New.
7037         * params.def (PARAM_VECT_MAX_VERSION_FOR_ALIGNMENT_CHECKS):
7038         Rename.
7039         (PARAM_VECT_MAX_VERSION_FOR_ALIAS_CHECKS): Define.
7040         * gcc/doc/invoke.texi
7041         (vect-max-version-for-alignment-checks): Document.
7042         (vect-max-version-for-alias-checks): Document.
7043         (vect-max-version-checks): Remove.
7044      
7045 2007-08-16  Uros Bizjak  <ubizjak@gmail.com>
7046
7047         * config/i386/i386.md (*rep_movdi_rex64): Emit "rep" prefix on
7048         the same line as the instruction for all asm dialects.
7049         (*rep_movsi): Ditto.
7050         (*rep_movsi_rex64): Ditto.
7051         (*rep_movqi): Ditto.
7052         (*rep_movqi_rex64): Ditto.
7053         (*rep_stosdi_rex64): Ditto.
7054         (*rep_stossi): Ditto.
7055         (*rep_stossi_rex64): Ditto.
7056         (*rep_stosqi): Ditto.
7057         (*rep_stosqi_rex64): Ditto.
7058         (*cmpstrnqi_nz_1): Ditto.
7059         (*cmpstrnqi_nz_rex_1): Ditto.
7060         (*cmpstrnqi_1): Ditto.
7061         (*cmpstrnqi_rex_1): Ditto.
7062         (*strlenqi_1): Ditto.
7063         (*strlenqi_rex_1): Ditto.
7064         * config/i386/sync.md (*sync_compare_and_swap<mode>): Emit "lock"
7065         prefix on the same line as the instruction for all asm dialects.
7066         (sync_double_compare_and_swap<mode>): Ditto.
7067         (*sync_double_compare_and_swapdi_pic): Ditto.
7068         (*sync_compare_and_swap_cc<mode>): Ditto.
7069         (sync_double_compare_and_swap_cc<mode>): Ditto.
7070         (*sync_double_compare_and_swap_ccdi_pic): Ditto.
7071         (sync_old_add<mode>): Ditto.
7072         (sync_add<mode>): Ditto.
7073         (sync_sub<mode>): Ditto.
7074         (sync_ior<mode>): Ditto.
7075         (sync_and<mode>): Ditto.
7076         (sync_xor<mode>): Ditto.
7077
7078 2007-08-16  Richard Sandiford  <richard@codesourcery.com>
7079
7080         PR middle-end/32897
7081         * reload.c (find_reloads): Check that the memory returned by
7082         find_reloads_toplev was not the result of forcing a constant
7083         to memory.
7084         (find_reloads_toplev): Always use simplify_gen_subreg to get
7085         the subreg of a constant.  If the result is also a constant,
7086         but not a legitimate one, force it into the constant pool
7087         and reload its address.
7088
7089 2007-08-15  David Edelsohn  <edelsohn@gnu.org>
7090
7091         * config/rs6000/rs6000.c (rs6000_rtx_costs): Add CLZ, CTZ, and
7092         POPCOUNT.
7093
7094 2007-08-15  Daniel Jacobowitz  <dan@codesourcery.com>
7095
7096         * config/rs6000/rs6000.c (rs6000_file_start): Output a .gnu_attribute
7097         directive for the current vector ABI.
7098
7099 2007-08-15  Steve Ellcey  <sje@cup.hp.com>
7100
7101         PR target/32963
7102         * caller-save.c (reg_save_code): Set invalide status on restore code.
7103         
7104 2007-08-15  Diego Novillo  <dnovillo@google.com>
7105
7106         * tree-ssa-alias.c (compute_memory_partitions): Use
7107         alias_bitmap_obstack to allocate bitmaps.
7108         (reset_alias_info): Factor out of init_alias_info.
7109         Mark all name tags not associated to an SSA name for renaming.
7110         (init_alias_info): Call it.
7111         (create_name_tags): Tidy.  Add comments.
7112         (dump_points_to_info_for): Do not call get_mem_sym_stats_for.
7113
7114 2007-08-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
7115
7116         * config/mips/mips.c (vr4130_swap_insns_p): Use new interface to
7117         scheduler dependencies.
7118
7119 2007-08-15  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7120
7121         * config/i386/i386.md (subsi3_carry_zext): Remove "m" constraint for
7122         "register_operand".
7123         (*iorsi_1_zext): Likewise.
7124         (*iorsi_1_zext_imm): Likewise.
7125         * config/i386/sse.md: (*sse4_1_extractps): Use "nonimmediate_operand"
7126         with "rm"/"xm" constraint.
7127         (sse2_vmsqrtv2df2): Likewise.
7128
7129 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
7130
7131         PR middle-end/33074
7132         * emit-rtl.c (try_split): Use INSN_LIST instead of EXPR_LIST for
7133         REG_LIBCALL note.
7134
7135 2007-08-14  Daniel Berlin  <dberlin@dberlin.org>
7136
7137         * tree-pass.h (PROP_pta): Removed.
7138         (TODO_rebuild_alias): New.
7139         (pass_may_alias): Removed.
7140         * tree-ssa-ccp.c (execute_fold_all_builtins): Only rebuild
7141         aliasing if we changed something.
7142         * tree-ssa-alias.c (compute_may_aliases): Make non-static.  Update
7143         SSA internally.
7144         (pass_may_alias): Removed.
7145         (create_structure_vars): Return TODO_rebuild_alias.
7146         * tree-ssa-pre.c (do_pre): Return TODO_rebuild_alias.
7147         * tree-sra.c (tree_sra): Only rebuild aliasing if something
7148         changed.
7149         (tree_sra_early): We never affect aliasing right now.
7150         * tree-flow.h (compute_may_aliases): New prototype.
7151         * passes.c: Remove pass_may_alias from the passes.
7152         (execute_function_todo): Support TODO_rebuild_alias.    
7153
7154 2007-08-14  Kai Tietz  <kai.tietz@onevision.com>
7155
7156         * i386.c: (legitimize_address): Move dllimported variable check
7157         infront of legitimizing pic address of CONST symbols.
7158
7159 2007-08-14  Steve Ellcey  <sje@cup.hp.com>
7160
7161         PR tree-optimization/32941
7162         * tree-eh.c (struct leh_tf_state): Add goto_queue_map field.
7163         (goto_queue_cmp): Remove.
7164         (find_goto_replacement): Change search method.
7165         (maybe_record_in_goto_queue): Add assert.
7166         (lower_try_finally): Remove qsort call, add pointer_map_destroy call.
7167         * Makefile.in (tree-eh.o): Add pointer-set.h dependency.
7168
7169 2007-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7170
7171         * alias.c (component_uses_parent_alias_set): Constify.
7172         * alias.h (component_uses_parent_alias_set): Likewise.
7173         * cfgrtl.c (print_rtl_with_bb): Likewise.
7174         * double-int.c (tree_to_double_int, double_int_fits_to_tree_p,
7175         mpz_get_double_int): Likewise.
7176         * double-int.h (double_int_fits_to_tree_p, tree_to_double_int,
7177         mpz_get_double_int): Likewise.
7178         * expr.c (is_aligning_offset, undefined_operand_subword_p,
7179         mostly_zeros_p, all_zeros_p, safe_from_p, is_aligning_offset):
7180         Likewise.
7181         * expr.h (safe_from_p): Likewise.
7182         * gimple-low.c (try_catch_may_fallthru, block_may_fallthru):
7183         Likewise.
7184         * gimplify.c (should_carry_locus_p, zero_sized_field_decl,
7185         zero_sized_type, goa_lhs_expr_p): Likewise.
7186         * omp-low.c (is_variable_sized, use_pointer_for_field): Likewise.
7187         * rtl.h (print_rtl_with_bb): Likewise.
7188         * sched-vis.c (print_exp, print_value, print_pattern): Likewise.
7189         * tree-cfg.c (const_first_stmt, const_last_stmt): New.
7190         * tree-flow-inline.h (bb_stmt_list): Constify.
7191         (cbsi_start, cbsi_last, cbsi_end_p, cbsi_next, cbsi_prev,
7192         cbsi_stmt): New.
7193         * tree-flow.h (const_block_stmt_iterator, cbsi_start, cbsi_last,
7194         const_first_stmt, const_last_stmt): New.
7195         (block_may_fallthru, empty_block_p): Constify.
7196         * tree-iterator.c (EXPR_FIRST_BODY, EXPR_LAST_BODY,
7197         EXPR_ONLY_BODY): New.
7198         (expr_first, expr_last, expr_only): Use macro for body.
7199         (const_expr_first, const_expr_last, const_expr_only): New.
7200         * tree-iterator.h (const_tree_stmt_iterator, ctsi_start,
7201         ctsi_last, ctsi_end_p, ctsi_one_before_end_p, ctsi_next,
7202         ctsi_prev, ctsi_stmt): New.
7203         * tree-scalar-evolution.c (get_loop_exit_condition): Constify.
7204         * tree-scalar-evolution.h (get_loop_exit_condition): Likewise.
7205         * tree-ssa-loop-niter.c (loop_only_exit_p,
7206         derive_constant_upper_bound): Likewise.
7207         * tree-ssa-phiopt.c (empty_block_p): Likewise.
7208         * tree-ssa-threadupdate.c (redirection_block_p): Likewise.
7209         * tree-vectorizer.c (slpeel_can_duplicate_loop_p): Likewise.
7210         * tree-vectorizer.h (slpeel_can_duplicate_loop_p): Likewise.
7211         * tree-vrp.c (vrp_bitmap_equal_p): Likewise.
7212         * tree.c (get_type_static_bounds): Likewise.
7213         * tree.h (const_expr_first, const_expr_last, const_expr_only): New.
7214         (get_type_static_bounds): Constify.
7215
7216 2007-08-14  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7217
7218         PR target/30315
7219         * config/i386/i386.h (CANONICALIZE_COMPARISON): New.
7220         * config/i386/i386.md (plusminus)(addsub)(SWI): New.
7221         (*<addsub><mode>3_cc_overflow): New.
7222         (*add<mode>3_cconly_overflow): New.
7223         (*sub<mode>3_cconly_overflow): New.
7224         (*<addsub>si3_zext_cc_overflow): New.
7225         * config/i386/predicates.md (fcmov_comparison_operator): Accept
7226         CCCmode for LTU, GTU, LEU and GEU.
7227         (ix86_comparison_operator): Likewise.
7228         (ix86_carry_flag_operator): Carry flag is set if LTU or GTU in CCCmode.
7229         * config/i386/i386.c (put_condition_code): Support CCCmode.
7230         (ix86_cc_mode): Use CCCmode when testing for overflow of PLUS
7231         or MINUS expressions.
7232
7233 2007-08-14  Andrew Pinski  <pinskia@gmail.com>
7234
7235         PR c/30428
7236         * c-typeck.c (build_binary_op): Disallow vector float types with
7237         BIT_IOR_EXPR, BIT_AND_EXPR, and BIT_XOR_EXPR.
7238
7239 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
7240
7241         * sched-int.h (struct _dep): Rename field 'kind' to 'type'.
7242         (DEP_KIND): Rename to DEP_TYPE.  Update all uses.
7243         (dep_def): New typedef.
7244         (init_dep_1, sd_debug_dep): Declare functions.
7245         (DEP_LINK_KIND): Rename to DEP_LINK_TYPE.
7246         (debug_dep_links): Remove.
7247         (struct _deps_list): New field 'n_links'.
7248         (DEPS_LIST_N_LINKS): New macro.
7249         (FOR_EACH_DEP_LINK): Remove.
7250         (create_deps_list, free_deps_list, delete_deps_list): Remove
7251         declaration.
7252         (deps_list_empty_p, debug_deps_list, add_back_dep_to_deps_list): Ditto.
7253         (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
7254         (copy_deps_list_change_con, move_dep_link): Ditto.
7255         (struct haifa_insn_data): Split field 'back_deps' into 'hard_back_deps'
7256         and 'spec_back_deps'.  New field 'resolved_forw_deps'.  Remove field
7257         'dep_count'.
7258         (INSN_BACK_DEPS): Remove.
7259         (INSN_HARD_BACK_DEPS, INSN_SPEC_BACK_DEPS, INSN_RESOLVED_FORW_DEPS):
7260         New macros.
7261         (INSN_DEP_COUNT): Remove.
7262         (enum DEPS_ADJUST_RESULT): Add new constant DEP_NODEP.  Fix comments.
7263         (spec_info, haifa_recovery_block_was_added_during_scheduling_p):
7264         Declare global variables.
7265         (deps_pools_are_empty_p, sched_free_deps): Declare functions.
7266         (add_forw_dep, compute_forward_dependences): Remove declarations.
7267         (add_or_update_back_dep, add_or_update_back_forw_dep): Ditto.
7268         (add_back_forw_dep, delete_back_forw_dep): Ditto.
7269         (debug_ds, sched_insn_is_legitimate_for_speculation_p): Declare
7270         functions.
7271         (SD_LIST_NONE, SD_LIST_HARD_BACK, SD_LIST_SPEC_BACK, SD_LIST_FORW):
7272         New constants.
7273         (SD_LIST_RES_BACK, SD_LIST_RES_FORW, SD_LIST_BACK): Ditto.
7274         (sd_list_types_def): New typedef.
7275         (sd_next_list): Declare function.
7276         (struct _sd_iterator): New type.
7277         (sd_iterator_def): New typedef.
7278         (sd_iterator_start, sd_iterator_cond, sd_iterator_next): New inline
7279         functions.
7280         (FOR_EACH_DEP): New cycle wrapper.
7281         (sd_lists_size, sd_lists_empty_p, sd_init_insn, sd_finish_insn):
7282         Declare functions.
7283         (sd_find_dep_between, sd_add_dep, sd_add_or_update_dep): Ditto.
7284         (sd_resolve_dep, sd_copy_back_deps, sd_delete_dep, sd_debug_lists):
7285         Ditto.
7286
7287         * sched-deps.c (init_dep_1): Make global.
7288         (DUMP_DEP_PRO, DUMP_DEP_CON, DUMP_DEP_STATUS, DUMP_DEP_ALL): New
7289         constants.
7290         (dump_dep): New static function.
7291         (dump_dep_flags): New static variable.
7292         (sd_debug_dep): New function.
7293         (add_to_deps_list, remove_from_deps_list): Update 'n_links' field of
7294         the list.
7295         (move_dep_link): Use remove_from_deps_list (), instead of
7296         detach_dep_link ().
7297         (dep_links_consistent_p, dump_dep_links, debug_dep_links): Remove.
7298         (dep_link_is_detached_p): New static function.
7299         (deps_obstack, dl_obstack, dn_obstack): Remove.  Use dn_pool, dl_pool
7300         instead.
7301         (dn_pool, dl_pool): New alloc_pools.
7302         (dn_pool_diff, dl_pool_diff): New static variables.
7303         (create_dep_node, delete_dep_node): New static function.
7304         (create_deps_list): Make it static.  Use alloc_pool 'dl_pool'.
7305         (deps_list_empty_p): Make it static.  Use 'n_links' field.
7306         (deps_pools_are_empty_p): New static function.
7307         (alloc_deps_list, delete_deps_list): Remove.
7308         (dump_deps_list, debug_deps_list, add_back_dep_to_deps_list): Remove.
7309         (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
7310         (copy_deps_list_change_con): Remove.  Use sd_copy_back_deps () instead.
7311         (forward_dependency_cache): Remove.
7312         (maybe_add_or_update_back_dep_1, add_or_update_back_dep_1): Remove
7313         'back' from the names.  Change signature to use dep_t instead of
7314         equivalent quad.
7315         (add_back_dep): Ditto.  Make global.
7316         (check_dep_status): Rename to check_dep ().
7317         (sd_next_list, sd_lists_size, sd_lists_empty_p, sd_init_insn):
7318         New functions.
7319         (sd_finish_insn): Ditto.
7320         (sd_find_dep_between_no_cache): New static function.
7321         (sd_find_dep_between): New function.
7322         (ask_dependency_caches, set_dependency_caches): New static functions.
7323         (update_dependency_caches, change_spec_dep_to_hard, update_dep): Ditto.
7324         (add_or_update_dep_1): Separate pieces of functionality into
7325         ask_dependency_caches (), update_dependency_caches (),
7326         change_spec_dep_to_hard (), update_dep ().
7327         (get_back_and_forw_lists): New static function.
7328         (sd_add_dep): Separate setting of dependency caches into
7329         set_dependency_caches ().
7330         (sd_add_or_update_dep, sd_resolve_dep, sd_copy_back_deps):
7331         New functions.
7332         (sd_delete_dep): Ditto.
7333         (DUMP_LISTS_SIZE, DUMP_LISTS_DEPS, DUMP_LISTS_ALL): New constants.
7334         (dump_lists): New static function.
7335         (sd_debug_lists): New debug function.
7336         (delete_all_dependences, fixup_sched_groups): Update to use
7337         sd_* infrastructure.
7338         (sched_analyze_2): Create data-speculative dependency only if
7339         data-speculation is enabled.
7340         (sched_analyze_insn): If insn cannot be speculative, make all its
7341         dependencies non-speculative.
7342         (sched_analyze): Use sd_init_insn ().
7343         (add_forw_dep, compute_forward_dependencies): Remove.
7344         (delete_dep_nodes_in_back_deps): New static function.
7345         (sched_free_deps): New function.
7346         (init_dependency_caches): Init alloc_pools.
7347         (extend_depedency_caches): Update after removing of
7348         forward_dependency_cache.
7349         (free_dependency_caches): Ditto.  Free alloc_pools.
7350         (adjust_add_sorted_back_dep, adjust_back_add_forw_dep): Remove.
7351         (delete_forw_dep, add_or_update_back_dep, add_or_update_back_forw_dep):
7352         Ditto.
7353         (add_back_forw_dep, delete_back_forw_dep): Ditto.
7354         (add_dependence): Use init_dep ().
7355         (get_dep_weak_1): New static function.
7356         (get_dep_weak): Move logic to get_dep_weak_1 ().
7357         (dump_ds): New static function moved from haifa-sched.c:
7358         debug_spec_status ().
7359         (debug_ds): New debug function.
7360         (check_dep_status): Rename to check_dep ().  Update to check whole
7361         dependencies.
7362
7363         * haifa-sched.c (spec_info): Make global.
7364         (added_recovery_block_p): Rename to
7365         'haifa_recovery_block_was_added_during_current_schedule_block_p'.
7366         (haifa_recovery_block_was_added_during_scheduling_p): New variable.
7367         (dep_cost, priority, rank_for_schedule, schedule_insn): Update
7368         to use new interfaces.
7369         (ok_for_early_queue_removal): Ditto.
7370         (schedule_block): Initialize logical uids of insns emitted by the
7371         target.
7372         (sched_init): Initialize new variable.
7373         (fix_inter_tick, try_ready, fix_tick_ready): Update to use new
7374         interfaces.
7375         (extend_global): Initialize insn data.
7376         (init_h_i_d): Remove code that is now handled in sd_init_insn ().
7377         (process_insn_forw_deps_be_in_spec): Change signature.  Update to use
7378         new interfaces.
7379         (add_to_speculative_block): Update to use new interfaces.
7380         (create_recovery_block): Set new variables.
7381         (create_check_block_twin, fix_recovery_deps): Update to use new
7382         interfaces.
7383         (sched_insn_is_legitimate_for_speculation_p): New function.
7384         (speculate_insn): Move checking logic to
7385         sched_insn_is_legitimate_for_speculation_p ().
7386         (sched_remove_insn): Finalize sched-deps information of instruction.
7387         (clear_priorities, add_jump_dependencies): Update to use new
7388         interfaces.
7389         (debug_spec_status): Rename to dump_ds () and move to sched-deps.c.
7390         
7391         * sched-rgn.c (set_spec_fed, find_conditional_protection): Update
7392         to use new interfaces.
7393         (is_conditionally_protected, is_pfree, is_prisky) Ditto.
7394         (new_ready): Try to use control speculation only if it is available.
7395         (add_branch_dependences): Update to use new interfaces.
7396         (compute_block_backward_dependences): Rename to
7397         compute_block_dependences ().  Call
7398         targetm.sched.dependencies_evaluation_hook ().
7399         (free_block_dependencies): New static function.
7400         (debug_dependencies): Update to use new interfaces.
7401         (schedule_region): Remove separate computation of forward dependencies.
7402         Move call of targetm.sched.dependencies_evaluation_hook () to
7403         compute_block_dependences ().  Free dependencies at the end of
7404         scheduling the region.
7405
7406         * sched-ebb.c (earliest_block_with_similiar_load): Update to use
7407         new interfaces.
7408         (add_deps_for_risky_insns): Ditto.
7409         (schedule_ebb): Remove separate computation of forward dependencies.
7410         Free dependencies at the end of scheduling the ebb.
7411
7412         * ddg.c (create_ddg_dependence): Update to use new interfaces.
7413         (build_intra_loop_deps): Ditto.  Remove separate computation of
7414         forward dependencies.  Free sched-deps dependencies.
7415
7416         * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Update
7417         to use new interfaces.
7418         (ia64_dfa_new_cycle, ia64_gen_check): Ditto.
7419
7420         * config/rs6000/rs6000.c (rs6000_is_costly_dependence): Update to use
7421         new interfaces.
7422         (is_costly_group): Ditto.
7423
7424 2007-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7425
7426         * alias.c (rtx_equal_for_memref_p): Constify.
7427         * basic-block.h (const_edge, const_basic_block): New.
7428         (reg_set_to_hard_reg_set, dfs_enumerate_from, single_succ_p,
7429         single_pred_p, single_succ_edge, single_pred_edge, single_succ,
7430         single_pred, maybe_hot_bb_p, probably_cold_bb_p,
7431         probably_never_executed_bb_p, edge_probability_reliable_p,
7432         br_prob_note_reliable_p, forwarder_block_p, flow_nodes_print,
7433         inside_basic_block_p, control_flow_insn_p, dominated_by_p):
7434         Likewise.
7435         * bb-reorder.c (better_edge_p, push_to_next_round_p): Likewise.
7436         * bt-load.c (basic_block_freq, insn_sets_btr_p, can_move_up):
7437         Likewise.
7438         * cfganal.c (flow_active_insn_p, forwarder_block_p,
7439         flow_nodes_print, dfs_enumerate_from): Likewise.
7440         * cfgbuild.c (count_basic_blocks, inside_basic_block_p,
7441         control_flow_insn_p, count_basic_blocks): Likewise.
7442         * cfgloop.c (flow_bb_inside_loop_p, glb_enum_p,
7443         get_loop_body_with_size, loop_exit_edge_p): Likewise.
7444         * cfgloop.h (flow_bb_inside_loop_p, num_loop_insns,
7445         average_num_loop_insns, loop_exit_edge_p,
7446         just_once_each_iteration_p, can_duplicate_loop_p): Likewise.
7447         * cfgloopanal.c (just_once_each_iteration_p, num_loop_insns,
7448         average_num_loop_insns, seq_cost): Likewise.
7449         * cfgloopmanip.c (rpe_enum_p, can_duplicate_loop_p): Likewise.
7450         * dominance.c (dominated_by_p): Likewise.
7451         * emit-rtl.c (validate_subreg): Likewise.
7452         * except.c (can_throw_internal, can_throw_external): Likewise.
7453         * except.h (can_throw_internal, can_throw_external): Likewise.
7454         * gcse.c (gcse_constant_p, oprs_unchanged_p, oprs_anticipatable_p,
7455         oprs_available_p, hash_expr, expr_equiv_p, oprs_not_set_p,
7456         compute_transp, load_killed_in_block_p, reg_killed_on_edge,
7457         simple_mem, store_ops_ok, load_kills_store, find_loads,
7458         store_killed_in_insn, store_killed_after, store_killed_before,
7459         gcse_mem_operand, implicit_set_cond_p, store_killed_in_pat):
7460         Likewise.
7461         * ifcvt.c (count_bb_insns, cheap_bb_rtx_cost_p, noce_operand_ok,
7462         noce_mem_write_may_trap_or_fault_p): Likewise.
7463         * pointer-set.c (pointer_set_contains, pointer_map_contains):
7464         Likewise.
7465         * pointer-set.h (pointer_set_contains, pointer_map_contains):
7466         Likewise.
7467         * predict.c (can_predict_insn_p, maybe_hot_bb_p,
7468         probably_cold_bb_p, probably_never_executed_bb_p,
7469         edge_probability_reliable_p, br_prob_note_reliable_p,
7470         can_predict_insn_p): Likewise.
7471         * regclass.c (reg_set_to_hard_reg_set): Likewise.
7472         * resource.c (return_insn_p): Likewise.
7473         * rtl.h (reg_set_between_p, reg_set_p, validate_subreg):
7474         Likewise.
7475         * rtlanal.c (reg_set_between_p, reg_set_p): Likewise.
7476         * tracer.c (count_insns, ignore_bb_p, better_p): Likewise.
7477         * tree-cfg.c (verify_gimple_unary_expr, verify_gimple_binary_expr,
7478         verify_gimple_modify_stmt): Likewise.
7479         * tree-chrec.c (is_not_constant_evolution,
7480         is_multivariate_chrec_rec, is_multivariate_chrec,
7481         chrec_contains_symbols, chrec_contains_undetermined,
7482         tree_contains_chrecs, evolution_function_is_affine_multivariate_p,
7483         evolution_function_is_univariate_p, avoid_arithmetics_in_type_p,
7484         eq_evolutions_p, scev_direction): Likewise.
7485         * tree-chrec.h (automatically_generated_chrec_p, tree_is_chrec,
7486         eq_evolutions_p, is_multivariate_chrec, chrec_contains_symbols,
7487         chrec_contains_symbols_defined_in_loop,
7488         chrec_contains_undetermined, tree_contains_chrecs,
7489         evolution_function_is_affine_multivariate_p,
7490         evolution_function_is_univariate_p, chrec_zerop,
7491         evolution_function_is_constant_p, evolution_function_is_affine_p,
7492         evolution_function_is_affine_or_constant_p,
7493         tree_does_not_contain_chrecs, chrec_type): Likewise.
7494         * tree-data-ref.c (tree_fold_divides_p,
7495         object_address_invariant_in_loop_p, dr_may_alias_p,
7496         ziv_subscript_p, siv_subscript_p, gcd_of_steps_may_divide_p,
7497         same_access_functions, constant_access_functions,
7498         access_functions_are_affine_or_constant_p, find_vertex_for_stmt):
7499         Likewise.
7500         * tree-flow.h (scev_direction): Likewise.
7501         * tree-gimple.c (is_gimple_stmt): Likewise.
7502         * tree-outof-ssa.c (identical_copies_p, identical_stmt_lists_p):
7503         Likewise.
7504         * tree-pretty-print.c (op_prio): Likewise.
7505         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop,
7506         analyzable_condition, backedge_phi_arg_p): Likewise.
7507         * tree-scalar-evolution.h (get_chrec_loop): Likewise.
7508         * tree-ssa-operands.c (get_name_decl, operand_build_cmp): Likewise.
7509         * tree-ssa-threadupdate.c (dbds_continue_enumeration_p):
7510         Likewise.
7511
7512 2007-08-13  Dan Hipschman  <dsh@google.com>
7513
7514         PR c/32953
7515         * c-format.c (check_format_arg): Move check for zero-length
7516         format strings below the check for unterminated strings.
7517
7518 2007-08-13  Andrew Pinski  <pinskia@gmail.com>
7519
7520         PR C/30427
7521         * c-typeck.c (build_unary_op <case BIT_NOT_EXPR>): Reject vector float
7522         types.
7523
7524 2007-08-13  Nick Clifton  <nickc@redhat.com>
7525
7526         * config/arm/arm_neon.h: Revert GPLv3 patch to this file.
7527
7528 2007-08-12  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7529
7530         PR fortran/32860
7531         * c-format.c (gcc_gfc_length_specs): New array.
7532         (gcc_gfc_char_table): Add unsigned specifier, and references to
7533         the l length modifier.
7534         (format_types_orig): Use the new gcc_gfc_length_specs.
7535
7536 2007-08-12  Sa Liu  <saliu@de.ibm.com>
7537
7538         * emit-rtl.c (try_split): Relink the insns with REG_LIBCALL note
7539         and with REG_RETVAL note after split.
7540
7541 2007-08-11  David Daney  <ddaney@avtrex.com>
7542
7543         * config/mips/mips.c (mips_sched_reorder): Mark cycle parameter
7544         as ATTRIBUTE_UNUSED.
7545
7546 2007-08-11  David Edelsohn  <edelsohn@gnu.org>
7547             Segher Boessenkool  <segher@kernel.crashing.org>
7548
7549         * config/rs6000/rs6000.h (CC1_CPU_SPEC): Define as empty string if
7550         HAVE_LOCAL_CPU_DETECT not defined.
7551
7552 2007-08-11  Jan Hubicka  <jh@suse.cz>
7553
7554         * cgraphunit.c (record_cdtor_fn): Declare all cdtors always inlined.
7555         (cgraph_process_new_functions): Honor previous value of
7556         disregard_inline_limits.
7557         * ipa-inline.c (compute_inline_parameters): Likewise.
7558
7559 2007-08-11  Ian Lance Taylor  <iant@google.com>
7560
7561         * alias.h (alias_set_type): Define new type.
7562         (ALIAS_SET_MEMORY_BARRIER): Use it.
7563         * rtl.h: Include alias.h.
7564         (struct mem_attrs): Use alias_set_type.
7565         * tree.h: Include alias.h
7566         (struct tree_type): Use alias_set_type.
7567         (struct tree_struct_field_tag): Likewise.
7568         (struct tree_decl_common): Likewise.
7569         * alias.c (struct alias_set_entry): Use alias_set_type.
7570         (get_alias_set_entry, alias_set_subset_of): Likewise.
7571         (alias_sets_conflict_p): Likewise.
7572         (alias_sets_must_conflict_p): Likewise.
7573         (objects_must_conflict_p): Likewise.
7574         (get_alias_set, new_alias_set): Likewise.
7575         (record_alias_subset, record_component_aliases): Likewise.
7576         (varargs_set, frame_set): Change to alias_set_type.
7577         (get_varargs_alias_set): Use alias_set_type.
7578         (get_frame_alias_set): Likewise.
7579         * builtins.c (setjmp_alias_set): Change to alias_set_type.
7580         * dse.c (struct store_info): Use alias_set_type.
7581         (struct read_info, struct clear_alias_mode_holder): Likewise.
7582         (clear_alias_set_lookup, canon_address): Likewise.
7583         (record_store, check_mem_read_rtx): Likewise.
7584         (dse_record_singleton_alias_set): Likewise.
7585         (dse_invalidate_singleton_alias_set): Likewise.
7586         * emit-rtl.c (get_mem_attrs): Likewise.
7587         (set_mem_attributes_minus_bitpos): Likewise.
7588         (set_mem_alias_set): Likewise.
7589         * expr.c (store_constructor_field, store_field): Likewise.
7590         * gimplify.c (struct gimplify_init_ctor_preeval_data): Likewise.
7591         * langhooks.c (lhd_get_alias_set): Likewise.
7592         * langhooks-def.h (lhd_get_alias_set): Likewise.
7593         * reload1.c (alter_reg): Likewise.
7594         * tree-flow.h (struct fieldoff): Likewise.
7595         * tree-ssa-alias.c (struct alias_map_d): Likewise.
7596         (may_alias_p, get_smt_for, create_sft): Likewise.
7597         * tree-ssa-alias-warnings.c (nonstandard_alias_types_p): Likewise.
7598         * tree-ssa-structalias.c (set_uids_in_ptset): Likewise.
7599         (merge_smts_into): Likewise.
7600         * varasm.c (const_alias_set): Likewise.
7601         * c-common.c (strict_aliasing_warning): Likewise.
7602         (c_common_get_alias_set): Likewise.
7603         * dse.h (dse_record_singleton_alias_set): Update declaration.
7604         (dse_invalidate_singleton_alias_set): Likewise.
7605         * emit-rtl.h (set_mem_alias_set): Likewise.
7606         * c-common.h (c_common_get_alias_set): Likewise.
7607         * print-rtl.c (print_rtx): Cast MEM_ALIAS_SET when printing it.
7608         * print-tree.c (print_node): Likewise.
7609         * config/alpha/alpha.c (alpha_sr_alias_set): Change to
7610         alias_set_type.
7611         (alpha_setup_incoming_varargs): Use alias_set_type.
7612         * config/i386/i386.c (setup_incoming_varargs_64): Use
7613         alias_set_type.
7614         (setup_incoming_varargs_ms_64): Likewise.
7615         (ix86_GOT_alias_set): Likewise.
7616         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
7617         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
7618         (set): Change to alias_set_type.
7619         (get_TOC_alias_set): Use alias_set_type.
7620         * config/rs6000/rs6000-protos.h (get_TOC_alias_set): Update
7621         declaration.
7622         * config/sh/sh.c (sh_builtin_saveregs): Use alias_set_type.
7623         * config/sparc/sparc.c (sparc_sr_alias_set): Change to
7624         alias_set_type.
7625         (struct_value_alias_set): Likewise.
7626         * Makefile.in (GTFILES): Add $(srcdir)/alias.h.
7627
7628 2007-08-11  Richard Sandiford  <richard@codesourcery.com>
7629
7630         * config/vxworks-dummy.h (TARGET_VXWORKS): Define.
7631         * config/vxworks.h (TARGET_VXWORKS): Override.
7632         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Don't define
7633         "mips" if TARGET_VXWORKS.
7634
7635 2007-08-11  Richard Sandiford  <richard@codesourcery.com>
7636
7637         * calls.c (avoid_likely_spilled_reg): New function.
7638         (expand_call): Use it.
7639
7640 2007-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7641
7642         * c-typeck.c (build_c_cast): Add OPT_Wcast_qual to warnings.
7643
7644 2007-08-10  Adam Nemet  <anemet@caviumnetworks.com>
7645
7646         * config/mips/predicates.md (const_call_insn_operand): Invoke
7647         SYMBOL_REF_LONG_CALL_P only on SYMBOL_REFs.
7648
7649 2007-08-10  David Edelsohn  <edelsohn@gnu.org>
7650
7651         PR target/33042
7652         * config/rs6000/driver-rs6000.c: Include link.h.
7653         Use ElfW instead of wordsize-specif typedef.
7654
7655 2007-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7656
7657         * system.h (CONST_CAST): New.
7658         * c-decl.c (c_make_fname_decl): Use it.
7659         * c-lex.c (cb_ident, lex_string): Likewise.
7660         * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
7661         * gcc.c (set_spec, read_specs, for_each_path, execute, do_spec_1,
7662         give_switch, set_multilib_dir): Likewise.
7663         * gengtype-parse.c (string_seq, typedef_name): Likewise.
7664         * passes.c (execute_one_pass): Likewise.
7665         * prefix.c (update_path): Likewise.
7666         * pretty-print.c (pp_base_destroy_prefix): Likewise.
7667         * tree.c (build_string): Likewise.
7668
7669 2007-08-10  Aldy Hernandez  <aldyh@redhat.com>
7670
7671         * tree-flow-inline.h (is_exec_stmt): Remove.
7672         (is_label_stmt): Remove.
7673         * tree-flow.h: Remove prototypes for is_exec_stmt, get_filename, and
7674         is_label_stmt.
7675
7676 2007-08-10  Andreas Krebbel  <krebbel1@de.ibm.com>
7677
7678         * lower-subreg.c (resolve_shift_zext): Don't adjust
7679         src_reg_num for wordmode operands.
7680
7681 2007-08-10  Sandra Loosemore  <sandra@codesourcery.com>
7682             David Ung  <davidu@mips.com>
7683
7684         * config/mips/mips.c (TARGET_SCHED_INIT): Define.
7685         (TARGET_SCHED_REORDER2): Define.
7686         (mips_maybe_swap_ready): New.
7687         (mips_last_74k_agen_insn): New.
7688         (mips_74k_agen_init): New.
7689         (mips_74k_agen_reorder): New function to group loads and stores
7690         in the ready queue.
7691         (mips_sched_init): New.  
7692         (mips_sched_reorder): Don't do initialization here.  Call
7693         mips_74k_agen_reorder.
7694         (mips_variable_issue): Call mips_74k_agen_init.
7695
7696 2007-08-10  Aldy Hernandez  <aldyh@redhat.com>
7697
7698         * tree-flow-inline.h (get_filename): Remove.
7699
7700 2007-08-10  Richard Sandiford  <richard@codesourcery.com>
7701
7702         * config/mips/mips-protos.h (mips_address_insns): Add a boolean
7703         argument.
7704         (mips_fetch_insns): Delete in favor of...
7705         (mips_load_store_insns): ...this new function.
7706         * config/mips/mips.c (mips_address_insns): Add a boolean argument
7707         to say whether multiword moves _might_ be split.
7708         (mips_fetch_insns): Delete in favor of...
7709         (mips_load_store_insns): ...this new function.
7710         (mips_rtx_costs): Update the call to mips_address_insns.
7711         (mips_address_cost): Likewise.
7712         * config/mips/mips.md (length): Use mips_load_store_insns instead
7713         of mips_fetch_insns.
7714         * config/mips/constraints.md (R): Use mips_address_insns rather
7715         than mips_fetch_insns.  Assume that the move never needs to be split.
7716
7717 2007-08-09  Sandra Loosemore  <sandra@codesourcery.com>
7718
7719         * config/mips/mips.opt (mhard-float, msoft-float): Make these
7720         control TARGET_HARD_FLOAT_ABI and TARGET_SOFT_FLOAT_ABI, rather
7721         than TARGET_HARD_FLOAT and TARGET_SOFT_FLOAT.  
7722         * config/mips/mips.h (mips16_hard_float): Delete.
7723         (TARGET_HARD_FLOAT_ABI, TARGET_SOFT_FLOAT_ABI): Delete these
7724         definitions, and replace with....
7725         (TARGET_HARD_FLOAT, TARGET_SOFT_FLOAT): Define.
7726         * config/mips/mips.c (mips16_hard_float): Delete.  Replace
7727         all references with (TARGET_MIPS16 && TARGET_HARD_FLOAT_ABI).
7728         (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Update comments.
7729         (override_options): Replace MASK_SOFT_FLOAT references with
7730         MASK_SOFT_FLOAT_ABI.  Delete twiddling with MASK_SOFT_FLOAT
7731         and mips16_hard_float when TARGET_MIPS16.
7732         
7733 2007-08-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7734
7735         PR c/32796
7736         * c-typeck.c (build_binary_op): Check for non pointer types before
7737         calling int_fits_type_p.
7738
7739 2007-08-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7740
7741         PR middle-end/32813
7742         * fold-const.c (omit_one_operand): Return only the ommitted expression
7743         if the result is an empty statement.
7744         (pedantic_omit_one_operand): Likewise.
7745
7746 2007-08-09  Daniel Berlin  <dberlin@dberlin.org>
7747
7748         * c-typeck.c (readonly_error): Improve error for assignment.
7749         
7750         * c-pretty-print.c (pp_c_additive_expression): Handle pointer-plus
7751         expression. 
7752         (pp_c_expression): Ditto.
7753
7754 2007-08-09  Simon Baldwin  <simonb@google.com>
7755
7756         * simplify-rtx.c (simplify_binary_operation_1): Removed erroneous
7757         break that was preventing simplify_associative_operation() for xor.
7758
7759 2007-08-09  Sandra Loosemore  <sandra@codesourcery.com>
7760             Nigel Stephens  <nigel@mips.com>
7761
7762         * doc/tm.texi (CLZ_DEFINED_VALUE_AT_ZERO, CTZ_DEFINED_VALUE_AT_ZERO):
7763         Document change in interpretation of value from boolean to
7764         tri-state integer.
7765         * optabs.c (expand_ffs, expand_ctz): New functions to compute
7766         ffs and ctz using clz.
7767         (expand_unop): Call them.
7768         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Fix its
7769         result value.
7770         (CTZ_DEFINED_VALUE_AT_ZERO): Likewise.
7771         * config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Likewise, to
7772         enable the new ffs expansion on this target.
7773
7774 2007-08-09  Jan Hubicka  <jh@suse.cz>
7775
7776         * optabs.c (expand_widen_pattern_expr): Use optabs accestors.
7777         (expand_ternary_op): Likewise.
7778         (expand_vec_shift_expr): Likewise.
7779         (expand_binop_directly): Likewise.
7780         (expand_binop): Likewise.
7781         (sign_expand_binop): Likewise.
7782         (expand_twoval_unop): Likewise.
7783         (expand_twoval_binop): Likewise.
7784         (expand_twoval_binop_libfunc): Likewise.
7785         (widen_clz): Likewise.
7786         (widen_bswap): Likewise.
7787         (expand_parity): Likewise.
7788         (expand_unop): Likewise.
7789         (expand_abs_nojump): Likewise.
7790         (expand_copysign): Likewise.
7791         (emit_no_conflict_block): Likewise.
7792         (emit_libcall_block): Likewise.
7793         (can_compare_p): Likewise.
7794         (prepare_cmp_insn): Likewise.
7795         (emit_cmp_and_jump_insn_1): Likewise.
7796         (prepare_float_lib_cmp): Likewise.
7797         (emit_conditional_add): Likewise.
7798         (gen_add2_insn): Likewise.
7799         (have_add2_insn): Likewise.
7800         (gen_sub2_insn): Likewise.
7801         (have_sub2_insn): Likewise.
7802         (can_extend_p): Likewise.
7803         (can_fix_p): Likewise.
7804         (can_float_p): Likewise.
7805         (expand_float): Likewise.
7806         (expand_fix): Likewise.
7807         (expand_sfix_optab): Likewise.
7808         (new_optab): Likewise.
7809         (new_convert_optab): Likewise.
7810         (init_libfuncs): Likewise.
7811         (init_interclass_conv_libfuncs): Likewise.
7812         (init_intraclass_conv_libfuncs): Likewise.
7813         (set_conv_libfunc): Likewise.
7814         (init_optabs): Likewise.
7815         (debug_optab_libfuncs): Likewise.
7816         (gen_cond_trap): Likewise.
7817         * optabs.h (optab_handler, convert_optab_hanlder): New.
7818         * genopinit.c: Update optabs generation table.
7819         * reload.c (find_reloads_address_1): Use optabs accestors.
7820         * builtins.c (expand_builtin_mathfn): Likewise.
7821         (expand_builtin_mathfn_2): Likewise.
7822         (expand_builtin_mathfn_3): Likewise.
7823         (expand_builtin_interclass_mathfn): Likewise.
7824         (expand_builtin_sincos): Likewise.
7825         (expand_builtin_cexpi): Likewise.
7826         (expand_builtin_powi): Likewise.
7827         (expand_builtin_strlen): Likewise.
7828         * dojump.c (do_jump): Likewise.
7829         * expr.c (convert_move): Likewise.
7830         (move_by_pieces): Likewise.
7831         (move_by_pieces_ninsns): Likewise.
7832         (can_store_by_pieces): Likewise.
7833         (store_by_pieces_1): Likewise.
7834         (emit_move_via_integer): Likewise.
7835         (emit_move_complex): Likewise.
7836         (emit_move_ccmode): Likewise.
7837         (emit_move_insn_1): Likewise.
7838         (emit_single_push_insn): Likewise.
7839         (store_constructor): Likewise.
7840         (expand_expr_real_1): Likewise.
7841         (do_store_flag): Likewise.
7842         * ada/misc.c (gnat_compute_largest_alignment): Likewise.
7843         (enumerate_modes): Likewise.
7844         * tree-vectorizer.c (vect_supportable_dr_alignment): Likewise.
7845         (supportable_widening_operation): Likewise.
7846         (supportable_narrowing_operation): Likewise.
7847         * expmed.c (store_bit_field_1): Likewise.
7848         (extract_bit_field_1): Likewise.
7849         (expand_mult_highpart_optab): Likewise.
7850         (expand_smod_pow2): Likewise.
7851         (expand_divmod): Likewise.
7852         (emit_store_flag): Likewise.
7853         * tree-vect-patterns.c
7854         (vect_pattern_recog_1): Likewise.
7855         * tree-ssa-loop-prefetch.c
7856         (nontemporal_store_p): Likewise.
7857         * tree-vect-transform.c (vect_model_reduction_cost): Likewise.
7858         (vect_create_epilog_for_reduction): Likewise.
7859         (vectorizable_reduction): Likewise.
7860         (vectorizable_operation): Likewise.
7861         (vect_strided_store_supported): Likewise.
7862         (vectorizable_store): Likewise.
7863         (vect_strided_load_supported): Likewise.
7864         (vectorizable_load): Likewise.
7865         * combine.c (simplify_comparison): Likewise.
7866         * tree-vect-generic.c
7867         (type_for_widest_vector_mode): Likewise.
7868         (expand_vector_operations_1): Likewise.
7869         * config/spu/spu.c (spu_expand_mov): Likewise.
7870         (spu_emit_vector_compare): Likewise.
7871         * config/rs6000/rs6000.c
7872         (rs6000_emit_vector_compare): Likewise.
7873         * stmt.c (add_case_node): Likewise.
7874         * reload1.c (gen_reload):
7875
7876 2007-08-09  Michael Matz  <matz@suse.de>
7877
7878         * tree.h (fixed_zerop): Declare as taking a const_tree.
7879         * tree.c (fixed_zerop): Take a const_tree.
7880
7881 2007-08-09  Ira Rosen  <irar@il.ibm.com>
7882
7883         * tree-vect-transform.c (vectorizable_store): Remove call to
7884         copy_virtual_operands() and call mark_symbols_for_renaming() for
7885         the created vector store.
7886         (vect_setup_realignment): Don't call copy_virtual_operands() and
7887         update_vuses_to_preheader(). 
7888         (vectorizable_load): Don't call copy_virtual_operands(). 
7889         (update_vuses_to_preheader): Remove.
7890
7891 2007-08-08  Chao-ying Fu  <fu@mips.com>
7892
7893         * tree.def (FIXED_POINT_TYPE): New type.
7894         (FIXED_CST): New constant.
7895         (FIXED_CONVERT_EXPR): New expr.
7896         * doc/c-tree.texi (Types): Document FIXED_POINT_TYPE.
7897         (Expressions): Document FIXED_CST and FIXED_CONVERT_EXPR.
7898         * tree.h (struct tree_base): Add saturating_flag.
7899         Remove one bit of spare for saturating_flag.
7900         (NUMERICAL_TYPE_CHECK): Support FIXED_POINT_TYPE.
7901         (NON_SAT_FIXED_POINT_TYPE_P, SAT_FIXED_POINT_TYPE_P,
7902         FIXED_POINT_TYPE_P): Define.
7903         (TYPE_SATURATING): Define.
7904         (TREE_FIXED_CST_PTR, TREE_FIXED_CST): Define.
7905         (struct tree_fixed_cst): New.
7906         (TYPE_IBIT, TYPE_FBIT): Define.
7907         (tree_node): Add fixed_cst.
7908         (enum tree_index): Add new enumeration values of
7909         TI_SAT_SFRACT_TYPE, TI_SAT_FRACT_TYPE, TI_SAT_LFRACT_TYPE,
7910         TI_SAT_LLFRACT_TYPE, TI_SAT_USFRACT_TYPE, TI_SAT_UFRACT_TYPE,
7911         TI_SAT_ULFRACT_TYPE, TI_SAT_ULLFRACT_TYPE, TI_SFRACT_TYPE,
7912         TI_FRACT_TYPE, TI_LFRACT_TYPE, TI_LLFRACT_TYPE, TI_USFRACT_TYPE,
7913         TI_UFRACT_TYPE, TI_ULFRACT_TYPE, TI_ULLFRACT_TYPE,
7914         TI_SAT_SACCUM_TYPE, TI_SAT_ACCUM_TYPE, TI_SAT_LACCUM_TYPE,
7915         TI_SAT_LLACCUM_TYPE, TI_SAT_USACCUM_TYPE, TI_SAT_UACCUM_TYPE,
7916         TI_SAT_ULACCUM_TYPE, TI_SAT_ULLACCUM_TYPE, TI_SACCUM_TYPE,
7917         TI_ACCUM_TYPE, TI_LACCUM_TYPE, TI_LLACCUM_TYPE, TI_USACCUM_TYPE,
7918         TI_UACCUM_TYPE, TI_ULACCUM_TYPE, TI_ULLACCUM_TYPE,
7919         TI_QQ_TYPE, TI_HQ_TYPE,_TYPE, TI_SQ_TYPE, TI_DQ_TYPE, TI_TQ_TYPE,
7920         TI_UQQ_TYPE, TI_UHQ_TYPE, TI_USQ_TYPE, TI_UDQ_TYPE, TI_UTQ_TYPE,
7921         TI_SAT_QQ_TYPE, TI_SAT_HQ_TYPE, TI_SAT_SQ_TYPE, TI_SAT_DQ_TYPE,
7922         TI_SAT_TQ_TYPE, TI_SAT_UQQ_TYPE, TI_SAT_UHQ_TYPE, TI_SAT_USQ_TYPE,
7923         TI_SAT_UDQ_TYPE, TI_SAT_UTQ_TYPE, TI_HA_TYPE, TI_SA_TYPE, TI_DA_TYPE,
7924         TI_TA_TYPE, TI_UHA_TYPE, TI_USA_TYPE, TI_UDA_TYPE, TI_UTA_TYPE,
7925         TI_SAT_HA_TYPE, TI_SAT_SA_TYPE, TI_SAT_DA_TYPE, TI_SAT_TA_TYPE,
7926         TI_SAT_UHA_TYPE, TI_SAT_USA_TYPE, TI_SAT_UDA_TYPE, TI_SAT_UTA_TYPE.
7927         (sat_short_fract_type_node, sat_fract_type_node,
7928         sat_long_fract_type_node, sat_long_long_fract_type_node,
7929         sat_unsigned_short_fract_type_node, sat_unsigned_fract_type_node,
7930         sat_unsigned_long_fract_type_node,
7931         sat_unsigned_long_long_fract_type_node, short_fract_type_node,
7932         fract_type_node, long_fract_type_node, long_long_fract_type_node,
7933         unsigned_short_fract_type_node, unsigned_fract_type_node,
7934         unsigned_long_fract_type_node, unsigned_long_long_fract_type_node,
7935         sat_short_accum_type_node, sat_accum_type_node,
7936         sat_long_accum_type_node, sat_long_long_accum_type_node,
7937         sat_unsigned_short_accum_type_node, sat_unsigned_accum_type_node,
7938         sat_unsigned_long_accum_type_node,
7939         sat_unsigned_long_long_accum_type_node, short_accum_type_node,
7940         accum_type_node, long_accum_type_node, long_long_accum_type_node,
7941         unsigned_short_accum_type_node, unsigned_accum_type_node,
7942         unsigned_long_accum_type_node, unsigned_long_long_accum_type_node,
7943         qq_type_node, hq_type_node, sq_type_node, dq_type_node, tq_type_node,
7944         uqq_type_node, uhq_type_node, usq_type_node, udq_type_node,
7945         utq_type_node, sat_qq_type_node, sat_hq_type_node, sat_sq_type_node,
7946         sat_dq_type_node, sat_tq_type_node, sat_uqq_type_node,
7947         sat_uhq_type_node, sat_usq_type_node, sat_udq_type_node,
7948         sat_utq_type_node, ha_type_node, sa_type_node, da_type_node,
7949         ta_type_node, uha_type_node, usa_type_node, uda_type_node,
7950         uta_type_node, sat_ha_type_node, sat_sa_type_node, sat_da_type_node,
7951         sat_ta_type_node, sat_uha_type_node, sat_usa_type_node,
7952         sat_uda_type_node, sat_uta_type_node): New macro.
7953         (make_fract_type, make_accum_type): Declare.
7954         (make_signed_fract_type, make_unsigned_fract_type,
7955         make_sat_signed_fract_type, make_sat_unsigned_fract_type,
7956         make_signed_accum_type, make_unsigned_accum_type,
7957         make_sat_signed_accum_type, make_sat_unsigned_accum_type,
7958         make_or_reuse_signed_fract_type, make_or_reuse_unsigned_fract_type,
7959         make_or_reuse_sat_signed_fract_type,
7960         make_or_reuse_sat_unsigned_fract_type, make_or_reuse_signed_accum_type,
7961         make_or_reuse_unsigned_accum_type, make_or_reuse_sat_signed_accum_type,
7962         make_or_reuse_sat_unsigned_accum_type): New macro.
7963         (fixed_zerop): Declare.
7964         * defaults.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE,
7965         LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE,
7966         SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE,
7967         LONG_LONG_ACCUM_TYPE_SIZE): Define.
7968         * treestruct.def: Add TS_FIXED_CST.
7969         * Makefile.in (c-pretty-print.o): Add dependence on fixed-value.h.
7970         (tree.o): Likewise.
7971         (tree-dump.o): Likewise.
7972         (print-tree.o): Likewise.
7973         (tree-pretty-print.o): Likewise.
7974         (fold-const.o): Likewise.
7975         * tree-complex.c (some_nonzerop): Handle FIXED_CST.
7976         * tree-gimple.c (is_gimple_formal_tmp_rhs): Handle FIXED_CST.
7977         (is_gimple_min_invariant): Handle FIXED_CST.
7978         * stor-layout.c (int_mode_for_mode): Handle MODE_FRACT, MODE_UFRACT,
7979         MODE_ACCUM, MODE_UACCUM, MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT,
7980         MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
7981         (layout_type): Handle FIXED_POINT_TYPE.
7982         (make_fract_type, make_accum_type): New functions.
7983         * tree-browser.c (browse_tree): Handle FIXED_POINT_TYPE.
7984         * tree-dump.c (fixed-value.h): New include.
7985         (dump_fixed): New function.
7986         (dequeue_and_dump): Handle FIXED_POINT_TYPE and FIXED_CST.
7987         * tree-inline.c (remap_type_1): Handle FIXED_POINT_TYPE.
7988         (estimate_num_insns_1): Handle FIXED_CST and FIXED_CONVERT_EXPR.
7989         * tree-pretty-print.c (fixed-value.h): New include.
7990         (dump_generic_node): Handle FIXED_POINT_TYPE, FIXED_CST, and
7991         FIXED_CONVERT_EXPR.
7992         * tree-scalar-evolution.c (get_scalar_evolution): Handle FIXED_CST.
7993         * tree-ssa-loop-im.c (for_each_index): Handle FIXED_CST.
7994         * tree-ssa-pre.c (poolify_tree): Handle FIXED_CST.
7995         * tree-ssa-reassoc.c (break_up_subtract_bb): We can do reassociation
7996         for non-saturating fixed-point types.
7997         (reassociate_bb): Likewise.
7998         * emit-rtl.c (fixed-value.h): New include.
7999         (fconst0, fconst1): New array.
8000         (init_emit_once): Initialize fconst0 and fconst1 for fixed-point modes.
8001         * tree-vect-generic.c expand_vector_operation): Support
8002         MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, and
8003         MODE_VECTOR_UACCUM.
8004         (type_for_widest_vector_mode): Add one parameter for the 
8005         saturating flag.
8006         Check scalar FRACT, UFRACT, ACCUM, and UACCUM mode to select their
8007         vector mode.
8008         Pass the satp parameter to type_for_mode for fixed-point types.
8009         (expand_vector_operations_1): Pass the saturating flag to
8010         type_for_widest_vector_mode.
8011         Support MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
8012         and MODE_VECTOR_UACCUM.
8013         * tree-vect-transform.c (vect_is_simple_cond): Support FIXED_CST.
8014         (vectorizable_condition): Likewise.
8015         * tree.c (fixed-value.h): New include.
8016         (tree_code_size): Support FIXED_CST.
8017         (build_fixed): New function.
8018         (build_one_cst): Support FIXED_POINT_TYPE for accum types.
8019         (fixed_zerop): New function.
8020         (tree_node_structure): Support FIXED_CST.
8021         (type_contains_placeholder_1): Support FIXED_POINT_TYPE.
8022         (build_type_attribute_qual_variant): Handle FIXED_POINT_TYPE.
8023         (type_hash_eq): Handle FIXED_POINT_TYPE.
8024         (simple_cst_equal): Support FIXED_CST.
8025         (iterative_hash_expr): Handle FIXED_CST.
8026         (get_unwidened): Make sure type is not FIXED_POINT_TYPE.
8027         (get_narrower): Likewise.
8028         (variably_modified_type_p): Handle FIXED_POINT_TYPE.
8029         (make_or_reuse_fract_type, make_or_reuse_accum_type): New functions.
8030         (build_common_tree_nodes_2): Use MAKE_FIXED_TYPE_NODE_FAMILY and
8031         MAKE_FIXED_MODE_NODE macros to initialize fixed-point type
8032         nodes.
8033         (build_vector_type_for_mode): Handle MODE_VECTOR_FRACT,
8034         MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
8035         (initializer_zerop): Support FIXED_CST.
8036         (walk_tree): Handle FIXED_CST and FIXED_POINT_TYPE.
8037         * dwarf2out.c (base_type_die): Use DW_ATE_signed_fixed or
8038         DW_ATE_unsigned_fixed to describe FIXED_POINT_TYPE.
8039         (is_base_type): Handle FIXED_POINT_TYPE.
8040         (add_type_attribute): Handle FIXED_POINT_TYPE.
8041         (gen_type_die_with_usage): Handle FIXED_POINT_TYPE.
8042         * print-tree.c (fixed-value.h): New include.
8043         (print_node_brief): Support FIXED_CST.
8044         (print_node): Support FIXED_POINT_TYPE and FIXED_CST.
8045         * c-pretty-print.c (fixed-value.h): New include.
8046         (pp_c_type_specifier): Handle FIXED_POINT_TYPE.  Need to pass
8047         TYPE_SATURATING to c_common_type_for_mode for fixed-point modes.
8048         (pp_c_direct_abstract_declarator): Handle FIXED_POINT_TYPE.
8049         Support fixed-point types for inner items in VECTOR_TYPE.
8050         (pp_c_direct_declarator): Likewise.
8051         (pp_c_declarator): Likewise.
8052         (pp_c_fixed_constant): New function.
8053         (pp_c_constant): Handle FIXED_CST.
8054         (pp_c_primary_expression): Likewise.
8055         (pp_c_expression): Likewise.
8056         * fold-const.c (fixed-value.h): New include.
8057         (negate_expr_p): Return true for FIXED_CST.
8058         (fold_negate_expr): Support FIXED_CST.
8059         (split_tree): Support FIXED_CST.
8060         (const_binop): Support FIXED_CST.
8061         (fold_convert_const_int_from_fixed): New function to convert from
8062         fixed to int.
8063         (fold_convert_const_real_from_fixed): New function to convert from
8064         fixed to real.
8065         (fold_convert_const_fixed_from_fixed): New function to convert from
8066         fixed to another fixed.
8067         (fold_convert_const_fixed_from_int): New function to convert from
8068         int to fixed.
8069         (fold_convert_const_fixed_from_real): New function to convert from
8070         real to fixed.
8071         (fold_convert_const): Support conversions from fixed to int, from
8072         fixed to real, from fixed to fixed, from int to fixed, and from real
8073         to fixed.
8074         (fold_convert): Support FIXED_CST and FIXED_POINT_TYPE.
8075         (operand_equal_p): Support FIXED_CST.
8076         (make_range): For fixed-point modes, we need to pass the
8077         saturating flag as the 2nd parameter.
8078         (tree_swap_operands_p): Handle FIXED_CST.
8079         (fold_plusminus_mult_expr): For fract modes, we cannot generate
8080         constant 1.
8081         (fold_unary): Support FIXED_CONVERT_EXPR.
8082         (fold_binary): Handle FIXED_CST.
8083         Make sure the type is not saturating, before associating operations.
8084         Ex: A + B + C, A * B * C, (A1 * C1) +/- (A2 * C2).
8085         (tree_expr_nonnegative_warnv_p): Handle FIXED_CST.
8086         (fold_negate_const): Support FIXED_CST.
8087         (fold_relational_const): Support FIXED_CST.
8088         * gimplify.c (omp_firstprivatize_type_sizes): Handle FIXED_POINT_TYPE.
8089         (gimplify_expr): Handle FIXED_CST.
8090         (gimplify_type_sizes): Handle FIXED_POINT_TYPE.
8091         * ipa-prop.c (ipa_callsite_compute_param): Support FIXED_CST.
8092         * ipa-type-escape.c (type_to_consider): Handle FIXED_POINT_TYPE.
8093         * doc/tm.texi (Type Layout): Document SHORT_FRACT_TYPE_SIZE,
8094         FRACT_TYPE_SIZE, LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE,
8095         SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE,
8096         LONG_LONG_ACCUM_TYPE_SIZE.
8097         * dbxout.c (dbxout_type): Handle FIXED_POINT_TYPE.
8098         * c-aux-info.c (gen_type): Handle FIXED_POINT_TYPE.
8099         * tree-sra.c (is_sra_scalar_type): Support FIXED_POINT_TYPE.
8100         * expmed.c (extract_bit_field): Support MODE_FRACT, MODE_UFRACT,
8101         MODE_ACCUM, and MODE_UACCUM.
8102         * tree-vectorizer.c (vect_is_simple_reduction): Check for saturating
8103         fixed-point types to disable reduction.
8104         * explow.c (promote_mode): Support FIXED_POINT_TYPE.
8105
8106 2007-08-08  David Edelsohn  <edelsohn@gnu.org>
8107
8108         * config/rs6000/x-rs6000: New file.
8109         * config/rs6000/darwin.h (CC1_SPEC): Add cc1_cpu.
8110         * config/rs6000/rs6000.h (EXTRA_SPECS): Add cc1_cpu.
8111         (EXTRA_SPEC_FUNCTIONS): Define.
8112         (HAVE_LOCAL_CPU_DETECT): Define.
8113         (CC1_CPU_SPEC): Define.
8114         * config/rs6000/driver-rs6000.c: New file.
8115         * config/rs6000/aix.h (CC1_SPEC): Define.
8116         * config/rs6000/sysv4.h (CC1_SPEC): Add cc1_cpu.
8117         * config.host: Add x-rs6000 to host_xmake_file if host and target
8118         are rs6000 or powerpc.
8119
8120 2007-08-08  Paolo Bonzini <paolo.bonzini@lu.unisi.ch>
8121
8122         * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=.
8123
8124 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
8125             Sandra Loosemore  <sandra@codesourcery.com>
8126             Chao-ying Fu  <fu@mips.com>
8127             Nigel Stephens  <nigel@mips.com>
8128             David Ung  <davidu@mips.com>
8129
8130         * doc/invoke.texi (-mcode-readable): Document.
8131         * config/mips/mips.opt (mcode-readable): New option.
8132         * config/mips/mips-protos.h (SYMBOL_32_HIGH): New symbol type.
8133         * config/mips/mips.h (mips_code_readable_setting): New enum.
8134         (mips_code_readable): Declare.
8135         (TARGET_MIPS16_TEXT_LOADS, TARGET_MIPS16_PCREL_LOADS): New macros.
8136         (TARGET_MIPS16_SHORT_JUMP_TABLES): New macro.
8137         (JUMP_TABLES_IN_TEXT_SECTION): Use it.
8138         (CASE_VECTOR_MODE, CASE_VECTOR_PC_RELATIVE): Likewise.  Remove
8139         boiler-plate comments.
8140         (ASM_OUTPUT_ADDR_DIFF_ELT): Use TARGET_MIPS16_SHORT_JUMP_TABLES.
8141         * config/mips/mips.c (mips_code_readable): New variable.
8142         (mips_classify_symbol): Only return SYMBOL_PC_RELATIVE for
8143         MIPS16 labels if TARGET_MIPS16_SHORT_JUMP_TABLES.  Use both the
8144         context and -mcode-readable setting to restrict the use of
8145         SYMBOL_PC_RELATIVE for MIPS16 constant pool references.
8146         Only return TARGET_FORCE_TO_MEM if PC-relative loads are allowed.
8147         (mips_symbolic_constant_p): Handle SYMBOL_32_HIGH.
8148         (mips_blocks_for_constant_p): Only return false for
8149         TARGET_MIPS16_PCREL_LOADS.
8150         (mips_symbol_insns_1): Treat HIGHs as 2 extended instructions
8151         for MIPS16.  Handle SYMBOL_32_HIGH.
8152         (mips_const_insns): Allow HIGHs for MIPS16 too.
8153         (mips_unspec_address_offset): New function, split out from...
8154         (mips_unspec_address): ...here.
8155         (mips_output_move): Handle MIPS16 HIGH moves.  Use "li" to load
8156         16-bit symbolic constants.  Assert approropiate conditions for
8157         using the "la" and "dla" macros.
8158         (mips_handle_option): Handle -mcode-readable=.
8159         (override_options): Use %hi/%lo relocations for TARGET_MIPS16 too.
8160         Set up mips_lo_relocs[SYMBOL_32_HIGH].
8161         (mips_strip_unspec_address): New function, split out from...
8162         (print_operand_reloc): ...here.
8163         (print_operand): Pass constants through mips_strip_unspec_address.
8164         (print_operand_address): Likewise.
8165         (mips_output_mi_thunk): Remove guard of mips16_lay_out_constants.
8166         (mips_select_rtx_section): Remove MIPS16 handling.
8167         (mips16_gp_pseudo_reg): Check currently_expanding_to_rtl.
8168         (mips16_rewrite_pool_refs): Wrap the labels in an address UNSPEC.
8169         (mips16_lay_out_constants): Do nothing unless
8170         TARGET_MIPS16_PCREL_LOADS.
8171         (mips_avoid_hazards): Remove guard of mips16_lay_out_constants.
8172         * config/mips/mips.md: Split HIGHs for MIPS16.
8173         (tablejump): Use TARGET_MIPS16_SHORT_JUMP_TABLES.
8174
8175 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
8176
8177         * config/mips/mips-protos.h (mips_emit_move): Declare.
8178         * config/mips/mips.c (mips_emit_move): New function.
8179         (mips_force_temporary): Use mips_emit_move instead of emit_move_insn.
8180         (mips_legitimize_const_move): Likewise.
8181         (mips_legitimize_move): Likewise.
8182         (mips_split_64bit_move): Likewise.
8183         (mips_restore_gp): Likewise.
8184         (mips_load_call_address): Likewise.
8185         (mips_emit_fcc_reload): Likewise.
8186         (mips_set_return_address): Likewise.
8187         (mips_block_move_straight): Likewise.
8188         (mips_block_move_loop): Likewise.
8189         (mips_setup_incoming_varargs): Likewise.
8190         (mips_save_reg): Likewise.
8191         (mips_expand_prologue): Likewise.
8192         (mips_restore_reg): Likewise.
8193         (mips_expand_epilogue): Likewise.
8194         (mips_output_mi_thunk): Likewise.
8195         (build_mips16_call_stub): Likewise.
8196         (mips_builtin_branch_and_move): Likewise.
8197         * config/mips/mips.h (INITIALIZE_TRAMPOLINE): Likewise.
8198         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
8199         (fixuns_truncdfdi2): Likewise.
8200         (fixuns_truncsfsi2): Likewise.
8201         (fixuns_truncsfdi2): Likewise.
8202         (loadgp_absolute): Likewise.
8203         (builtin_setjmp_setup): Likewise.
8204         (builtin_longjmp): Likewise.
8205         (untyped_call): Likewise.
8206
8207 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
8208
8209         * config/mips/mips-protos.h (mips_split_symbol): Add a mode and
8210         an "rtx *" argument.  Return a bool.
8211         * config/mips/mips.c (mips_split_symbol): Accept arbitrary source
8212         values and return true if they can be split.  Take the same kind of
8213         mode argument as mips_symbol_insns.  Add a "lo_sum_out" parameter
8214         and store the lo_sum there if nonnull.  Use the symbol type to
8215         determine whether a $gp or HIGH is needed.
8216         (mips_legitimize_address): Update call to mips_split_symbol and
8217         simplify accordingly.
8218         (mips_legitimize_const_move): Likewise.
8219         * config/mips/mips.md: In the combine define_split,
8220         check mips_split_symbol instead of splittable_symbolic_operand.
8221         Update use of mips_split_symbol in the generator code.
8222         * config/mips/predicates.md (splittable_symbolic_operand): Delete.
8223
8224 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
8225
8226         * config/mips/mips.c (mips_symbolic_address_p): Delete.
8227         (mips_symbol_insns_1): New function, split out from...
8228         (mips_symbol_insns): ...here.  Take a mode argument.  Treat loads
8229         and stores separately from load addresses.
8230         (mips_classify_address): Replace uses of mips_symbolic_address_p
8231         with uses of mips_symbol_insns.
8232         (mips_address_insns): Update calls to mips_symbol_insns.
8233         (mips_const_insns): Likewise.
8234         (mips_legitimize_address): Likewise.
8235
8236 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
8237
8238         * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): New symbol type.
8239         * config/mips/mips.c (mips_classify_symbol): Skip TARGET_ABICALLS
8240         block for locally-binding symbols if TARGET_ABSOLUTE_ABICALLS.
8241         Return SYMBOL_FORCE_TO_MEM instead of SYMBOL_ABSOLUTE for
8242         non-call contexts if TARGET_MIPS16.
8243         (mips_symbolic_constant_p): Handle SYMBOL_FORCE_TO_MEM.
8244         (mips_symbolic_address_p): Likewise.  Remove special TARGET_MIPS16
8245         code for SYMBOL_ABSOLUTE.
8246         (mips_symbol_insns): Likewise.
8247
8248 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
8249
8250         * config/mips/mips-protos.h (mips_symbol_context): New enumeration.
8251         * config/mips/mips.c (mips_classify_symbol): Take a context argument.
8252         (mips_symbolic_constant_p): Likewise.  Update the call to
8253         mips_classify_symbol.
8254         (mips_classify_address): Update the calls to mips_symbolic_constant_p.
8255         (mips_const_insns): Likewise.  Update the call to mips_classify_symbol.
8256         (mips_legitimize_address): Update the call to mips_symbolic_constant_p.
8257         (print_operand_reloc): Add a context argument.  Update the call to
8258         mips_symbolic_constant_p.
8259         (print_operand): Update the calls to print_operand_reloc.
8260         (print_operand_address): Use print_operand_reloc rather than
8261         print_operand.
8262         (mips_rewrite_small_data_p): Add a context argument.  Update the call
8263         to mips_symbolic_constant_p.
8264         (mips_small_data_pattern_1): Make DATA the containing mem.
8265         Update the call to mips_rewrite_small_data_p.
8266         (mips_rewrite_small_data_1): Likewise.
8267         (mips_use_anchors_for_symbol_p): Update the call to
8268         mips_symbolic_constant_p.
8269         * config/mips/predicates.md (const_call_insn_operand): Likewise.
8270         (splittable_symbolic_operand): Likewise.
8271         (move_operand): Likewise.
8272         (absolute_symbolic_operand): Likewise.
8273         (got_disp_operand): Likewise.
8274         (got_page_ofst_operand): Likewise.
8275
8276 2007-08-08  Richard Sandiford  <richard@codesourcery.com>
8277
8278         * config/mips/mips-protos.h (SYMBOL_GENERAL): Rename to...
8279         (SYMBOL_ABSOLUTE): ...this.
8280         (SYMBOL_SMALL_DATA): Rename to...
8281         (SYMBOL_GP_RELATIVE): ...this.
8282         (SYMBOL_CONSTANT_POOL): Rename to...
8283         (SYMBOL_PC_RELATIVE): ...this.
8284         * config/mips/mips.c (mips_classify_symbol, mips_symbolic_constant_p)
8285         (mips_symbolic_address_p, mips_symbol_insns, override_options)
8286         (mips_rewrite_small_data_p, mips_use_anchors_for_symbol_p): Update
8287         after above changes.
8288         * config/mips/predicates.md (const_call_insn_operand): Likewise.
8289         (general_symbolic_operand): Rename to...
8290         (absolute_symbolic_operand): ...this.
8291         * config/mips/mips.md: Update after above changes.
8292
8293 2007-08-08  Vladimir Yanovsky  <yanov@il.ibm.com>
8294             Revital Eres  <eres@il.ibm.com>
8295
8296         * ddg.c (print_ddg): Add dump information.
8297         * modulo-sched.c (print_node_sched_params): Add parameter and
8298         verbosity.
8299         (calculate_maxii): Remove function.
8300         (undo_generate_reg_moves): Likewise.
8301         (undo_permute_partial_schedule): Likewise.
8302         (kernel_number_of_cycles): Likewise.
8303         (MAXII_FACTOR): New definition to calculate the upper bound of II.
8304         (sms_schedule): Use it.  Remove profitability checks.
8305         (sms_schedule_by_order): Fix order of nodes within the cycle.
8306
8307 2007-08-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8308
8309         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt0.o in profile mode, add
8310         -profile option, add pie support.
8311         (ENDFILE_SPEC): New spec.
8312         * config/gnu.h (LIB_SPEC): Add -profile option.
8313
8314 2007-08-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8315
8316         * config/i386/gnu.h (CPP_SPEC): Add -pthread option.
8317         * config/gnu.h (LIB_SPEC): Likewise.
8318
8319 2007-08-07  Yaz Saito  <saito@google.com>
8320             Ian Lance Taylor  <iant@google.com>
8321
8322         * common.opt (finstrument-functions-exclude-function-list): New
8323         option.
8324         (finstrument-functions-exclude-file-list): New option.
8325         * opts.c (char_p): Define and DEF_VEC.
8326         (flag_instrument_functions_exclude_functions): New static
8327         variable.
8328         (flag_instrument_functions_exclude_files): New static variable.
8329         (add_instrument_functions_exclude_list): New static function.
8330         (flag_instrument_functions_exclude_p): New function.
8331         (common_handle_option): Handle new options.
8332         * flags.h (flag_instrument_functions_exclude_p): Declare.
8333         * gimplify.c (gimplify_function_tree): Call
8334         flag_instrument_functions_exclude_p.
8335         * doc/invoke.texi (Option Summary): Mention new options.
8336         (Code Gen Options): Document new options.
8337
8338 2007-08-07  Ian Lance Taylor  <iant@google.com>
8339
8340         PR rtl-optimization/32776
8341         * lower-subreg.c (resolve_clobber): Call resolve_reg_notes.
8342         (resolve_use): Likewise.
8343         (decompose_multiword_subregs): Remove "changed" local variable.
8344
8345 2007-08-07  Carlos O'Donell  <carlos@codesourcery.com>
8346
8347         * configure.ac: Define HAVE_GNU_AS if $gas_flag is yes.
8348         * configure: Regenerate.
8349         * config.in: Regenerate.
8350         * gcc.c [HAVE_GNU_AS]: Add "%{v} %{w:-W} %{I*} " to asm_options
8351         spec string.
8352
8353 2007-08-07  Ian Lance Taylor  <iant@google.com>
8354
8355         * lower-subreg.c (resolve_clobber): If the clobber has a LIBCALL
8356         note, just delete the insn.
8357
8358 2007-08-07  Andreas Schwab  <schwab@suse.de>
8359
8360         PR bootstrap/32973
8361         * gengtype-lex.l: Ignore backslash/newline pair while scanning a
8362         struct definition.
8363
8364 2007-08-07  Andreas Krebbel  <krebbel1@de.ibm.com>
8365
8366         * lower-subreg.c (resolve_subreg_use): Remove assertion.
8367         (find_decomposable_shift_zext, resolve_shift_zext): New functions.
8368         (decompose_multiword_subregs): Use the functions above to decompose
8369         multiword shifts and zero-extends.
8370
8371 2007-08-07  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8372
8373         * doc/sourcebuild.texi (Test Directives): Fix "compile" and
8374         "assemble" descriptions which were swapped.
8375
8376 2007-08-06  Chao-ying Fu  <fu@mips.com>
8377
8378         * fixed-value.h: New file.
8379         * fixed-value.c: New file.
8380         * Makefile.in (OBJS-common): Add fixed-value.o.
8381         (fixed-value.o): New rule.
8382         (GTFILES): Add fixed-value.h.
8383         * double-int.c (double_int_scmp): We should use unsigned HOST_WIDE_INT
8384         to compare a.low and b.low.
8385         * gengtype.c (main): Handle FIXED_VALUE_TYPE type as scalar typedef.
8386
8387 2007-08-06  H.J. Lu  <hongjiu.lu@intel.com>
8388             Daniel Jacobowitz  <dan@codesourcery.com>
8389
8390         PR target/31868
8391         * config.gcc (x86_64-*-freebsd*): Add i386/t-crtstuff to
8392         tmake_file.
8393         (x86_64-*-netbsd*): Likewise.
8394         (x86_64-*-linux*): Likewise.
8395         (x86_64-*-kfreebsd*-gnu): Likewise.
8396         (x86_64-*-knetbsd*-gnu): Likewise.
8397         (i[34567]86-*-solaris2.1[0-9]*): Likewise.
8398
8399         * config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Removed.
8400
8401         * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Update comments.
8402         Add -fno-asynchronous-unwind-tables.
8403
8404         * config/t-freebsd (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS).
8405         * config/t-libc-ok (CRTSTUFF_T_CFLAGS_S): Likewise.
8406         * config/t-lynx (CRTSTUFF_T_CFLAGS_S): Likewise.
8407         * config/t-netbsd (CRTSTUFF_T_CFLAGS_S): Likewise.
8408         * config/t-svr4 (CRTSTUFF_T_CFLAGS_S): Likewise.
8409
8410 2007-08-06  Steve Ellcey  <sje@cup.hp.com>
8411
8412         * config/ia64/ia64.c (ia64_c_mode_for_suffix): New.
8413         (TARGET_C_MODE_FOR_SUFFIX): New.
8414
8415 2007-08-06  Steve Ellcey  <sje@cup.hp.com>
8416
8417         * config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
8418
8419 2007-08-06  Steve Ellcey  <sje@cup.hp.com>
8420
8421         * config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.
8422
8423 2007-08-06  H.J. Lu  <hongjiu.lu@intel.com>
8424
8425         * config/i386/i386.md: Check TARGET_ macros and optimize_size
8426         before checking function returns in conditional expressions.
8427
8428 2007-08-06  Alfred Minarik  <a.minarik@aon.at>
8429
8430         PR pch/13676
8431         * doc/invoke.texi: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.
8432
8433 2008-08-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8434
8435         PR middle-end/32988
8436         * tree.c (build2_stat): Instead of checking for INTEGER_TYPE, check
8437         for INTEGRAL_TYPE_P.
8438
8439 2008-08-05  Paolo Bonzini  <bonzini@gnu.org>
8440
8441         * configure.ac: Remove --enable-checking=df from default settings.
8442         * tree-pass.h (TODO_df_verify): New.  Shift TODO_mark_first_instance.
8443         * df-core.c (df_finish_pass) [ENABLE_CHECKING]: Schedule verification
8444         if the parameter is true.
8445         (df_analyze) [!ENABLE_DF_CHECKING]: Also do verification if the
8446         DF_VERIFY_SCHEDULED flag is true.
8447         * df.h (enum df_changeable_flags): Add DF_VERIFY_SCHEDULED.
8448         (df_finish_pass): Adjust prototype.
8449         * passes.c (execute_todo): Schedule verification if TODO_df_verify is
8450         true.
8451
8452         * see.c (pass_see): Add TODO_df_verify.
8453         * loop-init.c (pass_rtl_move_loop_invariants): Add TODO_df_verify.
8454         * global.c (rest_of_handle_global_alloc): Schedule verification
8455         after the pass.
8456         * local-alloc.c (rest_of_handle_local_alloc): Schedule verification
8457         before the pass.
8458         * function.c (pass_thread_prologue_and_epilogue): Add TODO_df_verify.
8459         * gcse.c (rest_of_handle_gcse): Adjust call to df_finish_pass.
8460         * loop-iv.c (iv_analysis_done): Schedule verification after the pass.
8461
8462         * config/sh/sh.c (sh_output_mi_thunk): Remove dead code.
8463         * config/ia64/ia64.c (ia64_reorg): Adjust call to df_finish_pass.
8464         * config/bfin/bfin.c (bfin_reorg): Adjust call to df_finish_pass.
8465
8466 2007-08-05  Vladimir Yanovsky  <yanov@il.ibm.com>
8467             Revital Eres <eres@il.ibm.com>
8468
8469         * doc/invoke.texi (-fmodulo-sched-allow-regmoves): Document new
8470         flag.
8471         * ddg.c (create_ddg_dependence): Rename to...
8472         (create_ddg_dep_from_intra_loop_link): This.  Do not check
8473         for interloop edges.  Do not create anti dependence edge when
8474         a true dependence edge exists in the opposite direction and
8475         -fmodulo-sched-allow-regmoves is set.
8476         (build_intra_loop_deps): Call create_ddg_dep_from_intra_loop_link.
8477         (add_cross_iteration_register_deps): Create anti dependence edge
8478         when -fno-modulo-sched-allow-regmoves is set.
8479         * common.opt (-fmodulo-sched-allow-regmoves): New flag.
8480
8481 2007-08-04  Richard Sandiford  <richard@codesourcery.com>
8482
8483         * config/arm/arm.md (movsi): Add braces.
8484
8485 2007-08-04  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8486
8487         PR middle-end/32780
8488         * fold-const.c (fold_binary <case MINUS_EXPR>): Fix the type of
8489         operands for the folding of "A - (A & B)" into "~B & A"; cast them
8490         to type.
8491
8492 2007-08-03  Zdenek Dvorak  <ook@ucw.cz>
8493
8494         * tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops'
8495         state accessor functions.
8496         * cfgloopmanip.c (remove_path, create_preheaders,
8497         force_single_succ_latches, fix_loop_structure): Ditto.
8498         * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
8499         tree_duplicate_loop_to_header_edge): Ditto.
8500         * cfgloopanal.c (mark_irreducible_loops): Ditto.
8501         * loop-init.c (loop_optimizer_init, loop_optimizer_finalize):
8502         Ditto.
8503         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures,
8504         cleanup_tree_cfg): Ditto.
8505         * tree-cfg.c (tree_merge_blocks): Ditto.
8506         * cfgloop.c (rescan_loop_exit, record_loop_exits,
8507         release_recorded_exits, get_loop_exit_edges, verify_loop_structure,
8508         loop_preheader_edge, single_exit): Ditto.
8509         (flow_loops_find): Do not clear loops->state.
8510         * cfgloop.h (loops_state_satisfies_p, loops_state_set,
8511         loops_state_clear): New functions.
8512
8513 2007-08-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8514
8515         PR middle-end/32399
8516         * tree-ssa-address.c (add_to_parts): Use POINTER_PLUS_EXPR
8517         when adding to the base and convert ELT to sizetype instead of type.
8518
8519 2007-08-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8520
8521         PR middle-end/32304
8522         * ipa-reference.c (has_proper_scope_for_analysis): Return false when
8523         the decl's type has TYPE_NEEDS_CONSTRUCTING set.
8524
8525 2007-08-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8526
8527         PR middle-end/32935
8528         * fold-convert.c (fold_negate_expr <NOP_EXPR>): Convert back to the
8529          correct type the negate expression.
8530
8531 2007-08-03  Jan Hubicka  <jh@suse.cz>
8532
8533         * i386.c (setup_incoming_varargs_64): Tolerate 64bit preferred
8534         stack boundary.
8535
8536 2007-08-03  David Edelsohn  <edelsohn@gnu.org>
8537
8538         * config/rs6000/rs6000.c (struct processor_cost): Change
8539         l1_cache_lines to l1_cache_size.  Add l2_cache_size.
8540         (*_cost): Convert l1 cache information to kilobytes.  Add l2 cache
8541         information.
8542         (rios1_costs, rios2_cost): Correct cache line size.
8543         (rs6000_override_options): Set l2-cache-size parameter.
8544
8545 2007-08-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8546             Diego Novillo  <dnovillo@google.com>
8547
8548         PR 31521
8549         * tree-vrp.c (simplify_div_or_mod_using_ranges): Also simplify
8550         if the range includes 0.
8551
8552 2007-08-03  Ben Elliston  <bje@au.ibm.com>
8553
8554         * config/spu/spu.md (dftsv, dftsv_celledp): Attach the appropriate
8555         mode to unspec expressions to silence a warning from the generator
8556         programs.
8557         
8558 2007-08-02  Steve Ellcey  <sje@cup.hp.com>
8559
8560         * config/ia64/constraints.md ("U"): Make constraint vector only.
8561
8562 2007-08-02  Nathan Froyd  <froydnj@codesourcery.com>
8563
8564         PR middle-end/25446
8565         * c-objc-common.c (c_cannot_inline_tree_fn): Check for an
8566         always_inline attribute on the function decl.
8567
8568 2007-08-02  Nathan Froyd  <froydnj@codesourcery.com>
8569
8570         PR middle-end/25445
8571         * varasm.c (default_binds_local_p_1): Consult flag_whole_program
8572         if we are compiling with -fPIC.
8573
8574 2007-08-02  Sandra Loosemore  <sandra@codesourcery.com>
8575             Nigel Stephens  <nigel@mips.com>
8576
8577         * longlong.h [__mips__] (count_leading_zeros, COUNT_LEADING_ZEROS_0):
8578         Define for MIPS32 and MIPS64.
8579
8580 2007-08-02  Nick Clifton  <nickc@redhat.com>
8581
8582         * config/host-hpux.c: Change copyright header to refer to version
8583         3 of the GNU General Public License and to point readers at the
8584         COPYING3 file and the FSF's license web page.
8585         * config/alpha/predicates.md, config/alpha/vms-ld.c,
8586         config/alpha/linux.h, config/alpha/alpha.opt,
8587         config/alpha/linux-elf.h, config/alpha/vms.h, config/alpha/elf.h,
8588         config/alpha/vms-unwind.h, config/alpha/ev4.md,
8589         config/alpha/ev6.md, config/alpha/alpha.c, config/alpha/vms-cc.c,
8590         config/alpha/alpha.h, config/alpha/sync.md,
8591         config/alpha/openbsd.h, config/alpha/alpha.md,
8592         config/alpha/alpha-modes.def, config/alpha/ev5.md,
8593         config/alpha/alpha-protos.h, config/alpha/freebsd.h,
8594         config/alpha/osf5.h, config/alpha/netbsd.h, config/alpha/vms64.h,
8595         config/alpha/constraints.md, config/alpha/osf.h,
8596         config/alpha/xm-vms.h, config/alpha/unicosmk.h, config/linux.h,
8597         config/frv/predicates.md, config/frv/frv.h, config/frv/linux.h,
8598         config/frv/frv.md, config/frv/frv.opt, config/frv/frv-modes.def,
8599         config/frv/frv-asm.h, config/frv/frv-protos.h,
8600         config/frv/frv-abi.h, config/frv/frv.c, config/s390/tpf.h,
8601         config/s390/s390.c, config/s390/predicates.md, config/s390/s390.h,
8602         config/s390/linux.h, config/s390/tpf.md, config/s390/tpf.opt,
8603         config/s390/2064.md, config/s390/2084.md, config/s390/s390.md,
8604         config/s390/s390.opt, config/s390/s390-modes.def,
8605         config/s390/fixdfdi.h, config/s390/constraints.md,
8606         config/s390/s390-protos.h, config/s390/s390x.h, config/elfos.h,
8607         config/dbxcoff.h, config/m32c/predicates.md, config/m32c/cond.md,
8608         config/m32c/m32c.c, config/m32c/minmax.md, config/m32c/blkmov.md,
8609         config/m32c/m32c-pragma.c, config/m32c/m32c.h,
8610         config/m32c/prologue.md, config/m32c/m32c.abi,
8611         config/m32c/muldiv.md, config/m32c/bitops.md, config/m32c/mov.md,
8612         config/m32c/addsub.md, config/m32c/m32c.md, config/m32c/m32c.opt,
8613         config/m32c/t-m32c, config/m32c/m32c-modes.def,
8614         config/m32c/jump.md, config/m32c/shift.md,
8615         config/m32c/m32c-protos.h, config/libgloss.h,
8616         config/spu/spu-protos.h, config/spu/predicates.md,
8617         config/spu/spu-builtins.h, config/spu/spu.c,
8618         config/spu/spu-builtins.def, config/spu/spu-builtins.md,
8619         config/spu/spu.h, config/spu/spu-elf.h, config/spu/constraints.md,
8620         config/spu/spu.md, config/spu/spu-c.c, config/spu/spu.opt,
8621         config/spu/spu-modes.def, config/spu/t-spu-elf, config/interix.h,
8622         config/sparc/hypersparc.md, config/sparc/predicates.md,
8623         config/sparc/linux.h, config/sparc/sp64-elf.h,
8624         config/sparc/supersparc.md, config/sparc/cypress.md,
8625         config/sparc/openbsd1-64.h, config/sparc/openbsd64.h,
8626         config/sparc/niagara.md, config/sparc/sparc.md,
8627         config/sparc/long-double-switch.opt, config/sparc/ultra3.md,
8628         config/sparc/sparc.opt, config/sparc/sync.md,
8629         config/sparc/sp-elf.h, config/sparc/sparc-protos.h,
8630         config/sparc/ultra1_2.md, config/sparc/biarch64.h,
8631         config/sparc/sparc.c, config/sparc/little-endian.opt,
8632         config/sparc/sysv4-only.h, config/sparc/sparc.h,
8633         config/sparc/linux64.h, config/sparc/freebsd.h,
8634         config/sparc/sol2.h, config/sparc/rtemself.h,
8635         config/sparc/netbsd-elf.h, config/sparc/vxworks.h,
8636         config/sparc/sparc-modes.def, config/sparc/sparclet.md,
8637         config/sparc/sysv4.h, config/vx-common.h, config/netbsd-aout.h,
8638         config/flat.h, config/m32r/m32r.md, config/m32r/predicates.md,
8639         config/m32r/little.h, config/m32r/m32r.c, config/m32r/m32r.opt,
8640         config/m32r/linux.h, config/m32r/constraints.md,
8641         config/m32r/m32r.h, config/m32r/m32r-protos.h, config/vxworks.opt,
8642         config/darwin-c.c, config/darwin.opt, config/i386/i386.h,
8643         config/i386/cygming.h, config/i386/linux.h, config/i386/cygwin.h,
8644         config/i386/i386.md, config/i386/netware-crt0.c,
8645         config/i386/sco5.h, config/i386/mmx.md, config/i386/vx-common.h,
8646         config/i386/kaos-i386.h, config/i386/winnt-stubs.c,
8647         config/i386/netbsd64.h, config/i386/djgpp.h, config/i386/gas.h,
8648         config/i386/sol2.h, config/i386/constraints.md,
8649         config/i386/netware-libgcc.c, config/i386/sysv5.h,
8650         config/i386/predicates.md, config/i386/geode.md,
8651         config/i386/x86-64.h, config/i386/kfreebsd-gnu.h,
8652         config/i386/freebsd64.h, config/i386/vxworksae.h,
8653         config/i386/pentium.md, config/i386/lynx.h, config/i386/i386elf.h,
8654         config/i386/rtemself.h, config/i386/netbsd-elf.h,
8655         config/i386/ppro.md, config/i386/k6.md, config/i386/netware.c,
8656         config/i386/netware.h, config/i386/i386-modes.def,
8657         config/i386/sysv4-cpp.h, config/i386/i386-interix.h,
8658         config/i386/cygwin1.c, config/i386/djgpp.opt, config/i386/uwin.h,
8659         config/i386/unix.h, config/i386/ptx4-i.h, config/i386/xm-djgpp.h,
8660         config/i386/att.h, config/i386/winnt.c, config/i386/beos-elf.h,
8661         config/i386/sol2-10.h, config/i386/darwin64.h, config/i386/sse.md,
8662         config/i386/i386.opt, config/i386/bsd.h, config/i386/cygming.opt,
8663         config/i386/xm-mingw32.h, config/i386/linux64.h,
8664         config/i386/openbsdelf.h, config/i386/xm-cygwin.h,
8665         config/i386/sco5.opt, config/i386/darwin.h, config/i386/mingw32.h,
8666         config/i386/winnt-cxx.c, config/i386/i386-interix3.h,
8667         config/i386/nwld.c, config/i386/nwld.h, config/i386/host-cygwin.c,
8668         config/i386/cygwin2.c, config/i386/i386-protos.h,
8669         config/i386/sync.md, config/i386/openbsd.h,
8670         config/i386/host-mingw32.c, config/i386/i386-aout.h,
8671         config/i386/nto.h, config/i386/biarch64.h,
8672         config/i386/i386-coff.h, config/i386/freebsd.h,
8673         config/i386/driver-i386.c, config/i386/knetbsd-gnu.h,
8674         config/i386/host-i386-darwin.c, config/i386/vxworks.h,
8675         config/i386/crtdll.h, config/i386/i386.c, config/i386/sysv4.h,
8676         config/darwin-protos.h, config/linux.opt, config/sol2.c,
8677         config/sol2.h, config/sh/symbian.c, config/sh/sh-protos.h,
8678         config/sh/linux.h, config/sh/elf.h, config/sh/superh.h,
8679         config/sh/sh4.md, config/sh/coff.h, config/sh/newlib.h,
8680         config/sh/embed-elf.h, config/sh/symbian-pre.h, config/sh/rtems.h,
8681         config/sh/kaos-sh.h, config/sh/sh4a.md, config/sh/constraints.md,
8682         config/sh/sh64.h, config/sh/sh.opt, config/sh/symbian-post.h,
8683         config/sh/sh-c.c, config/sh/predicates.md, config/sh/sh.c,
8684         config/sh/sh.h, config/sh/shmedia.md, config/sh/sh-modes.def,
8685         config/sh/little.h, config/sh/sh1.md, config/sh/sh4-300.md,
8686         config/sh/superh64.h, config/sh/rtemself.h,
8687         config/sh/netbsd-elf.h, config/sh/sh.md, config/sh/vxworks.h,
8688         config/usegas.h, config/svr3.h, config/pdp11/pdp11-protos.h,
8689         config/pdp11/2bsd.h, config/pdp11/pdp11.md, config/pdp11/pdp11.c,
8690         config/pdp11/pdp11.opt, config/pdp11/pdp11-modes.def,
8691         config/pdp11/pdp11.h, config/avr/rtems.h, config/avr/avr-protos.h,
8692         config/avr/predicates.md, config/avr/constraints.md,
8693         config/avr/avr.md, config/avr/avr.c, config/avr/avr.opt,
8694         config/avr/avr.h, config/sol2-protos.h, config/dbxelf.h,
8695         config/lynx.opt, config/crx/crx.h, config/crx/crx-protos.h,
8696         config/crx/crx.md, config/crx/crx.c, config/crx/crx.opt,
8697         config/c4x/c4x-c.c, config/c4x/c4x.c, config/c4x/c4x.opt,
8698         config/c4x/c4x-modes.def, config/c4x/rtems.h,
8699         config/c4x/predicates.md, config/c4x/c4x.h,
8700         config/c4x/c4x-protos.h, config/c4x/c4x.md, config/kfreebsd-gnu.h,
8701         config/xtensa/predicates.md, config/xtensa/xtensa.c,
8702         config/xtensa/linux.h, config/xtensa/xtensa.h,
8703         config/xtensa/elf.h, config/xtensa/xtensa.md,
8704         config/xtensa/xtensa.opt, config/xtensa/constraints.md,
8705         config/xtensa/xtensa-protos.h, config/dbx.h,
8706         config/stormy16/predicates.md, config/stormy16/stormy16.md,
8707         config/stormy16/stormy16.c, config/stormy16/stormy16.opt,
8708         config/stormy16/stormy16.h, config/stormy16/stormy16-protos.h,
8709         config/host-solaris.c, config/fr30/fr30.h,
8710         config/fr30/predicates.md, config/fr30/fr30-protos.h,
8711         config/fr30/fr30.md, config/fr30/fr30.c, config/fr30/fr30.opt,
8712         config/vxworksae.h, config/sol2-c.c, config/lynx.h,
8713         config/m68hc11/m68hc11-protos.h, config/m68hc11/predicates.md,
8714         config/m68hc11/m68hc11.md, config/m68hc11/m68hc11.c,
8715         config/m68hc11/m68hc11.opt, config/m68hc11/m68hc11.h,
8716         config/m68hc11/m68hc12.h, config/openbsd-oldgas.h,
8717         config/host-linux.c, config/interix3.h, config/cris/cris.c,
8718         config/cris/predicates.md, config/cris/linux.h,
8719         config/cris/cris.h, config/cris/aout.h, config/cris/cris.md,
8720         config/cris/linux.opt, config/cris/cris.opt, config/cris/elf.opt,
8721         config/cris/aout.opt, config/cris/cris-protos.h,
8722         config/vxworks-dummy.h, config/netbsd.h, config/netbsd-elf.h,
8723         config/iq2000/iq2000.h, config/iq2000/predicates.md,
8724         config/iq2000/iq2000-protos.h, config/iq2000/iq2000.md,
8725         config/iq2000/iq2000.c, config/iq2000/iq2000.opt,
8726         config/host-darwin.c, config/mt/mt.md, config/mt/mt.c,
8727         config/mt/mt.opt, config/mt/t-mt, config/mt/mt.h,
8728         config/mt/mt-protos.h, config/svr4.h, config/host-darwin.h,
8729         config/chorus.h, config/mn10300/mn10300.c,
8730         config/mn10300/mn10300.opt, config/mn10300/predicates.md,
8731         config/mn10300/mn10300.h, config/mn10300/linux.h,
8732         config/mn10300/constraints.md, config/mn10300/mn10300-protos.h,
8733         config/mn10300/mn10300.md, config/ia64/predicates.md,
8734         config/ia64/itanium1.md, config/ia64/unwind-ia64.h,
8735         config/ia64/ia64-c.c, config/ia64/sync.md, config/ia64/ia64.c,
8736         config/ia64/itanium2.md, config/ia64/ia64.h, config/ia64/vect.md,
8737         config/ia64/freebsd.h, config/ia64/ia64.md,
8738         config/ia64/ia64-modes.def, config/ia64/constraints.md,
8739         config/ia64/hpux.h, config/ia64/ia64-protos.h, config/windiss.h,
8740         config/gofast.h, config/rtems.h, config/sol2-10.h,
8741         config/m68k/predicates.md, config/m68k/m68k.md,
8742         config/m68k/linux.h, config/m68k/m68k-modes.def,
8743         config/m68k/print-sysroot-suffix.sh, config/m68k/m68k-protos.h,
8744         config/m68k/coff.h, config/m68k/m68k-none.h, config/m68k/ieee.opt,
8745         config/m68k/openbsd.h, config/m68k/m68k-aout.h,
8746         config/m68k/m68k.opt, config/m68k/m68020-elf.h,
8747         config/m68k/m68kelf.h, config/m68k/m68k-devices.def,
8748         config/m68k/uclinux-oldabi.h, config/m68k/m68k.c,
8749         config/m68k/constraints.md, config/m68k/rtemself.h,
8750         config/m68k/netbsd-elf.h, config/m68k/m68k.h,
8751         config/m68k/uclinux.h, config/rs6000/power4.md,
8752         config/rs6000/host-darwin.c, config/rs6000/6xx.md,
8753         config/rs6000/linux.h, config/rs6000/eabi.h,
8754         config/rs6000/aix41.opt, config/rs6000/xcoff.h,
8755         config/rs6000/secureplt.h, config/rs6000/linuxspe.h,
8756         config/rs6000/eabialtivec.h, config/rs6000/8540.md,
8757         config/rs6000/darwin8.h, config/rs6000/kaos-ppc.h,
8758         config/rs6000/windiss.h, config/rs6000/603.md,
8759         config/rs6000/aix41.h, config/rs6000/cell.md,
8760         config/rs6000/mpc.md, config/rs6000/aix43.h, config/rs6000/beos.h,
8761         config/rs6000/gnu.h, config/rs6000/rtems.h, config/rs6000/aix.opt,
8762         config/rs6000/darwin.md, config/rs6000/darwin64.h,
8763         config/rs6000/default64.h, config/rs6000/7xx.md,
8764         config/rs6000/darwin.opt, config/rs6000/spe.md,
8765         config/rs6000/rs6000.opt, config/rs6000/rs6000-c.c,
8766         config/rs6000/rios2.md, config/rs6000/linuxaltivec.h,
8767         config/rs6000/7450.md, config/rs6000/linux64.h,
8768         config/rs6000/constraints.md, config/rs6000/440.md,
8769         config/rs6000/darwin.h, config/rs6000/host-ppc64-darwin.c,
8770         config/rs6000/rs6000.c, config/rs6000/aix52.h,
8771         config/rs6000/rs6000.h, config/rs6000/power6.md,
8772         config/rs6000/predicates.md, config/rs6000/altivec.md,
8773         config/rs6000/aix64.opt, config/rs6000/rios1.md,
8774         config/rs6000/rs6000-modes.def, config/rs6000/rs64.md,
8775         config/rs6000/eabisim.h, config/rs6000/sysv4le.h,
8776         config/rs6000/darwin7.h, config/rs6000/dfp.md,
8777         config/rs6000/linux64.opt, config/rs6000/sync.md,
8778         config/rs6000/vxworksae.h, config/rs6000/power5.md,
8779         config/rs6000/lynx.h, config/rs6000/biarch64.h,
8780         config/rs6000/rs6000.md, config/rs6000/sysv4.opt,
8781         config/rs6000/eabispe.h, config/rs6000/e500.h,
8782         config/rs6000/freebsd.h, config/rs6000/rs6000-protos.h,
8783         config/rs6000/netbsd.h, config/rs6000/e500-double.h,
8784         config/rs6000/aix.h, config/rs6000/vxworks.h,
8785         config/rs6000/40x.md, config/rs6000/aix51.h,
8786         config/rs6000/sysv4.h, config/arc/arc-protos.h, config/arc/arc.md,
8787         config/arc/arc.c, config/arc/arc.opt, config/arc/arc-modes.def,
8788         config/arc/arc.h, config/mcore/mcore-elf.h,
8789         config/mcore/mcore-protos.h, config/mcore/predicates.md,
8790         config/mcore/mcore.md, config/mcore/mcore.c,
8791         config/mcore/mcore.opt, config/mcore/mcore.h,
8792         config/mcore/mcore-pe.h, config/darwin.c, config/freebsd-nthr.h,
8793         config/score/predicates.md, config/score/score-version.h,
8794         config/score/score-protos.h, config/score/misc.md,
8795         config/score/elf.h, config/score/score.c, config/score/mac.md,
8796         config/score/score7.md, config/score/score.h,
8797         config/score/score-conv.h, config/score/score-mdaux.c,
8798         config/score/score.md, config/score/score.opt,
8799         config/score/score-modes.def, config/score/score-mdaux.h,
8800         config/score/mul-div.S, config/arm/uclinux-elf.h,
8801         config/arm/semi.h, config/arm/ecos-elf.h, config/arm/arm1020e.md,
8802         config/arm/symbian.h, config/arm/linux-elf.h,
8803         config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
8804         config/arm/elf.h, config/arm/aout.h, config/arm/arm.c,
8805         config/arm/thumb2.md, config/arm/vec-common.md, config/arm/coff.h,
8806         config/arm/strongarm-pe.h, config/arm/arm.h,
8807         config/arm/cortex-a8-neon.md, config/arm/semiaof.h,
8808         config/arm/cortex-a8.md, config/arm/uclinux-eabi.h,
8809         config/arm/arm-modes.def, config/arm/linux-eabi.h,
8810         config/arm/rtems-elf.h, config/arm/neon-schedgen.ml,
8811         config/arm/arm-cores.def, config/arm/arm-protos.h,
8812         config/arm/vfp.md, config/arm/aof.h, config/arm/linux-gas.h,
8813         config/arm/wince-pe.h, config/arm/neon.md,
8814         config/arm/constraints.md, config/arm/neon.ml,
8815         config/arm/xscale-elf.h, config/arm/strongarm-coff.h,
8816         config/arm/arm.opt, config/arm/arm926ejs.md,
8817         config/arm/predicates.md, config/arm/iwmmxt.md,
8818         config/arm/arm_neon.h, config/arm/unknown-elf.h,
8819         config/arm/kaos-arm.h, config/arm/bpabi.h, config/arm/pe.opt,
8820         config/arm/neon-testgen.ml, config/arm/arm.md,
8821         config/arm/xscale-coff.h, config/arm/pe.c,
8822         config/arm/arm-generic.md, config/arm/pe.h,
8823         config/arm/kaos-strongarm.h, config/arm/freebsd.h,
8824         config/arm/neon-docgen.ml, config/arm/netbsd.h, config/arm/fpa.md,
8825         config/arm/strongarm-elf.h, config/arm/cirrus.md,
8826         config/arm/netbsd-elf.h, config/arm/vxworks.h,
8827         config/arm/neon-gen.ml, config/kaos.h, config/darwin-driver.c,
8828         config/pa/predicates.md, config/pa/pa64-hpux.h,
8829         config/pa/pa-hpux.opt, config/pa/som.h, config/pa/pa-hpux1010.opt,
8830         config/pa/pa-hpux1111.opt, config/pa/pa-pro-end.h,
8831         config/pa/elf.h, config/pa/fptr.c, config/pa/pa64-linux.h,
8832         config/pa/pa.md, config/pa/pa.opt, config/pa/pa-hpux.h,
8833         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h,
8834         config/pa/pa-hpux1010.h, config/pa/pa-protos.h,
8835         config/pa/pa-osf.h, config/pa/pa-hpux1111.h, config/pa/pa-64.h,
8836         config/pa/milli64.S, config/pa/pa.c, config/pa/pa-linux.h,
8837         config/pa/pa.h, config/pa/pa32-linux.h, config/pa/pa64-hpux.opt,
8838         config/pa/pa64-regs.h, config/pa/pa-modes.def,
8839         config/pa/constraints.md, config/darwin9.h, config/mips/4100.md,
8840         config/mips/linux.h, config/mips/elfoabi.h, config/mips/elf.h,
8841         config/mips/sdb.h, config/mips/windiss.h, config/mips/rtems.h,
8842         config/mips/3000.md, config/mips/iris5.h, config/mips/5000.md,
8843         config/mips/7000.md, config/mips/9000.md, config/mips/4600.md,
8844         config/mips/linux64.h, config/mips/elforion.h,
8845         config/mips/constraints.md, config/mips/generic.md,
8846         config/mips/predicates.md, config/mips/4300.md,
8847         config/mips/mips-ps-3d.md, config/mips/iris.h, config/mips/24k.md,
8848         config/mips/mips.md, config/mips/mips.opt, config/mips/4k.md,
8849         config/mips/5k.md, config/mips/vr4120-div.S,
8850         config/mips/openbsd.h, config/mips/iris6.h, config/mips/4000.md,
8851         config/mips/mips-protos.h, config/mips/6000.md,
8852         config/mips/mips.c, config/mips/mips.h, config/mips/r3900.h,
8853         config/mips/74k.md, config/mips/netbsd.h, config/mips/vxworks.h,
8854         config/mips/mips-modes.def, config/mips/vr.h,
8855         config/soft-fp/t-softfp, config/openbsd.h, config/ptx4.h,
8856         config/freebsd-spec.h, config/vax/vax.c, config/vax/openbsd.h,
8857         config/vax/vax.h, config/vax/elf.h, config/vax/vax.md,
8858         config/vax/bsd.h, config/vax/vax.opt, config/vax/vax-modes.def,
8859         config/vax/openbsd1.h, config/vax/netbsd.h,
8860         config/vax/vax-protos.h, config/vax/netbsd-elf.h,
8861         config/vax/vaxv.h, config/vax/ultrix.h, config/freebsd.h,
8862         config/h8300/rtems.h, config/h8300/predicates.md,
8863         config/h8300/h8300.c, config/h8300/h8300.h, config/h8300/elf.h,
8864         config/h8300/h8300.md, config/h8300/h8300.opt,
8865         config/h8300/coff.h, config/h8300/h8300-protos.h,
8866         config/v850/v850.md, config/v850/predicates.md,
8867         config/v850/v850-c.c, config/v850/v850.c, config/v850/v850.opt,
8868         config/v850/v850.h, config/v850/v850-protos.h, config/vxworks.c,
8869         config/knetbsd-gnu.h, config/sol2-6.h, config/vxworks.h,
8870         config/mmix/mmix.h, config/mmix/predicates.md,
8871         config/mmix/mmix-protos.h, config/mmix/mmix.md,
8872         config/mmix/mmix.c, config/mmix/mmix.opt,
8873         config/mmix/mmix-modes.def, config/bfin/bfin.opt,
8874         config/bfin/rtems.h, config/bfin/bfin-modes.def,
8875         config/bfin/predicates.md, config/bfin/bfin-protos.h,
8876         config/bfin/bfin.c, config/bfin/bfin.h, config/bfin/bfin.md:
8877         Likewise.
8878
8879 2007-08-02  Richard Sandiford  <richard@codesourcery.com>
8880
8881         * emit-rtl.c (reset_used_decls): Rename to...
8882         (set_used_decls): ...this.  Set the used flag rather than clearing it.
8883         (unshare_all_rtl_again): Update accordingly.  Set flags on argument
8884         DECL_RTLs rather than resetting them.
8885
8886 2007-08-02  Andreas Krebbel  <krebbel1@de.ibm.com>
8887
8888         * config/s390/s390.md ("*xordi3_cconly"): Change xr to xg.
8889
8890 2007-08-01  Sandra Loosemore  <sandra@codesourcery.com>
8891
8892         * reload.c (find_reloads_address_part): Pass correct MEMREFLOC
8893         argument to find_reloads_address.
8894
8895 2007-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
8896
8897         PR tree-optimization/32919
8898         * tree-ssa-sccvn.c (visit_phi): Do not visit abnormal PHIs.
8899         * tree-ssa-coalesce.c (ssa_conflicts_dump): New.
8900         (coalesce_ssa_name): Call it.
8901
8902 2007-08-01  Sandra Loosemore  <sandra@codesourcery.com>
8903             David Ung  <davidu@mips.com>
8904
8905         * config/mips/mips16.S (__mips16_unordsf2, __mips16_floatunsisf): New.
8906         (__mips16_unorddf2, __mips16_floatunsidf): New.
8907         * config/mips/mips.c (mips_init_libfuncs): Add optab entries for
8908         above functions.
8909         * config/mips/t-libgcc-mips16 (LIB1ASMFUNCS): Add new functions.
8910
8911 2007-08-01  Zdenek Dvorak  <ook@ucw.cz>
8912
8913         * tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.
8914         Display new operands of OMP_SECTIONS and OMP_CONTINUE.
8915         * tree.h (OMP_SECTIONS_CONTROL): New macro.
8916         (OMP_DIRECTIVE_P): Add OMP_SECTIONS_SWITCH.
8917         * omp-low.c (get_ws_args_for, determine_parallel_type,
8918         expand_omp_for_generic, expand_omp_for_static_nochunk,
8919         expand_omp_for_static_chunk, expand_omp_for, expand_omp_sections):
8920         Work with more precise CFG.
8921         (build_omp_regions_1): Handle OMP_SECTIONS_SWITCH.
8922         (lower_omp_sections): Emit OMP_SECTIONS_SWITCH.  Add arguments to
8923         OMP_CONTINUE.
8924         * tree-gimple.c (is_gimple_stmt): Handle OMP_SECTIONS_SWITCH.
8925         * gimple-low.c (lower_stmt): Ditto.
8926         * tree-inline.c (estimate_num_insns_1): Ditto.
8927         * tree.def (OMP_SECTIONS, OMP_CONTINUE): Added new operands.
8928         (OMP_SECTIONS_SWITCH): New.
8929         * tree-cfgcleanup.c (cleanup_omp_return): New.
8930         (cleanup_tree_cfg_bb): Call cleanup_omp_return.
8931         * tree-cfg.c (make_edges): Create back edges for OMP_CONTINUE
8932         and exit edge for OMP_FOR.  Handle OMP_SECTIONS_SWITCH.
8933         (tree_redirect_edge_and_branch): Handle omp constructs.
8934
8935         * fortran/trans-openmp.c (gfc_trans_omp_sections): Build OMP_SECTIONS
8936         with three arguments.
8937
8938 2007-08-01  Zdenek Dvorak  <ook@ucw.cz>
8939
8940         * tree-cfg.c (tree_merge_blocks): Preserve loop exit phi nodes only
8941         in loop closed ssa.
8942
8943 2007-08-01  Zdenek Dvorak  <ook@ucw.cz>
8944
8945         * tree-ssa-threadupdate.c (thread_through_all_blocks): Record that
8946         the loop structures may need fixing.
8947         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures):
8948         New functions.
8949         (cleanup_tree_cfg_loop): Removed.
8950         (cleanup_tree_cfg): If loops need fixing, call repair_loop_structures.
8951         * tree-predcom.c (tree_predictive_commoning): Return TODO_cleanup_cfg
8952         instead of running cleanup_tree_cfg_loop.
8953         * cfgloop.h (LOOPS_NEED_FIXUP): New constant.
8954         * tree-flow.h (cleanup_tree_cfg_loop): Declaration removed.
8955         (tree_predictive_commoning): Declaration changed.
8956         * passes.c (execute_function_todo): Do not use cleanup_tree_cfg_loop.
8957
8958 2007-08-01  Zdenek Dvorak  <ook@ucw.cz>
8959
8960         * doc/invoke.texi (l1-cache-size): Update documentation.
8961         (l2-cache-size): Document.
8962         * params.h (L2_CACHE_SIZE): New macro.
8963         * tree-ssa-loop-prefetch.c (L1_CACHE_SIZE_BYTES): Reflect
8964         that L1_CACHE_SIZE is in kB now.
8965         (L2_CACHE_SIZE_BYTES): New macro.
8966         (tree_ssa_prefetch_arrays): Show size in kB.
8967         * config/i386/i386.h (struct processor_costs): Add l1_cache_size
8968         and l2_cache_size fields.
8969         * config/i386/driver-i386.c (describe_cache): Detect cache size
8970         in kB.
8971         * config/i386/i386.c (size_cost, i386_cost, i486_cost,pentium_cost,
8972         pentiumpro_cost, geode_cost, k6_cost, athlon_cost, k8_cost,
8973         amdfam10_cost, pentium4_cost, nocona_cost, core2_cost,
8974         generic64_cost, generic32_cost): Add l1_cache_size and l2_cache_size.
8975         (override_options): Set l1-cache-size and l2-cache-size to default
8976         values if not specified otherwise.
8977         * params.def (PARAM_L1_CACHE_SIZE): Change to set in kB.
8978         (PARAM_L2_CACHE_SIZE): New.
8979
8980 2007-08-01  Nigel Stephens  <nigel@mips.com>
8981             David Ung  <davidu@mips.com>
8982             Thiemo Seufer  <ths@mips.com>
8983             Chris Dearman  <chris@mips.com>
8984             Richard Sandiford  <richard@codesourcery.com>
8985
8986         * config.gcc (mips*-sde-elf*): New stanza.
8987         (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
8988         (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
8989         (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*, mips-*-elf*)
8990         (mipsel-*-elf*, mips64-*-elf*, mips64el-*-elf*, mips64orion-*-elf*)
8991         (mips64orionel-*-elf*, mips*-*-rtems*, mips-wrs-windiss)
8992         (mipstx39-*-elf*, mipstx39el-*-elf*): Add mips/t-libgcc-mips16
8993         to tmake_file.
8994         * config/mips/sde.h: New file.
8995         * config/mips/t-libgcc-mips16: Likewise.
8996         * config/mips/t-sde: Likewise.
8997         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Remove settings
8998         of _ABIN32, _ABI64, _ABIO32, _MIPS_SIM, _MIPS_SZLONG, _MIPS_SZPTR,
8999         _MIPS_FPSET and _MIPS_SZINT.
9000         * config/mips/iris.h (TARGET_OS_CPP_BUILTINS): Likewise.
9001         * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Remove separate
9002         insertion of a default -mips option.  Use MIPS_32BIT_OPTION_SPEC.
9003         * config/mips/t-isa3264 (LIB1ASMSRC, LIB1ASMFUNCS): Delete.
9004         * config/mips/t-r3900 (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
9005         * config/mips/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
9006         * config/mips/mips.h (TARGET_CPU_CPP_BUITINS): Define _ABIO32,
9007         _ABIN32, _ABI64, _ABIO64, _MIPS_SIM, _MIPS_SZINT, _MIPS_SZLONG,
9008         _MIPS_SZPTR and _MIPS_FPSET.
9009         (MIPS_ISA_LEVEL_SPEC): Inject the default -mips option if no
9010         architecture is specified.
9011         (MIPS_32BIT_OPTION_SPEC): New macro.
9012
9013 2007-07-31  Dan Hipschman  <dsh@google.com>
9014
9015         * gcc.c (end_going_arg): New function.
9016         (do_spec_2): Use it.
9017         (do_spec_1): Use it.
9018
9019 2007-07-31  H.J. Lu  <hongjiu.lu@intel.com>
9020
9021         * ddg.c (add_cross_iteration_register_deps): Declare bb_info
9022         only if ENABLE_CHECKING is defined.
9023
9024 2007-07-31  Kenneth Zadeck <zadeck@naturalbridge.com>
9025
9026         * df.h (DF_RU, DF_RU_BB_INFO, df_ru_bb_info, df_ru,
9027         df_ru_add_problem, df_ru_get_bb_info): Removed.
9028         (DF_RD, DF_UREC, DF_CHAIN, DF_NOTE): Renumbered.
9029         * df-problems.c (df_ru_problem_data, df_ru_set_bb_info,
9030         df_ru_free_bb_info, df_ru_alloc,
9031         df_ru_bb_local_compute_process_def,
9032         df_ru_bb_local_compute_process_use, df_ru_bb_local_compute,
9033         df_ru_local_compute, df_ru_init_solution, df_ru_confluence_n,
9034         df_ru_transfer_function, df_ru_free, df_ru_start_dump,
9035         df_ru_top_dump, df_ru_bottom_dump, df_problem problem_RU,
9036         df_ru_add_problem): Removed.
9037
9038 2007-07-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9039
9040         PR target/32847
9041         * pa.md (casesi32): Use match_scratch.  Revise insn condition.
9042         (casesi32p, casesi64p): Likewise.
9043         (casesi): Adjust for above.
9044
9045 2007-07-31  Richard Sandiford  <richard@codesourcery.com>
9046
9047         * mode-switching.c (create_pre_exit): Don't search past calls.
9048
9049 2007-07-31  Sandra Loosemore  <sandra@codesourcery.com>
9050
9051         * config/mips/mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.
9052
9053 2007-07-31  Revital Eres  <eres@il.ibm.com>
9054
9055         * ddg.c (add_deps_for_def): Rename to...
9056         (add_cross_iteration_register_deps): This.  Change implementation
9057         to use only reaching def and def-use chains to construct the
9058         inter loop dependencies.
9059         (add_deps_for_use): Remove function.
9060         (build_inter_loop_deps): Call add_cross_iteration_register_deps
9061         function to build the inter loop dependencies.
9062         * modulo-sched.c (sms_schedule): Build only
9063         reaching def and def-use chains for the propose of the ddg
9064         construction.
9065
9066 2007-07-31  Julian Brown  <julian@codesourcery.com>
9067
9068         * config/arm/neon.md (vec_set<mode>_internal, vec_setv2di_internal):
9069         New define_insns. Use correct RTL.
9070         (vec_set<mode>): Write as expander.
9071
9072 2007-07-31  Razya Ladelsky  <razya@il.ibm.com>
9073
9074         * matrix-reorg.c (analyze_matrix_allocation_site): Avoid referring 
9075         to an unallocated space.
9076
9077 2007-07-30  Jan Sjodin  <jan.sjodin@amd.com>
9078
9079         * tree-data-ref.c
9080         (split_constant_offset): Enable split_constant_offset to extract
9081         constants from other statements.
9082         * tree-vect-transform.c
9083         (vect_create_addr_base_for_vector_ref): Generate data_ref_base
9084         to a temp var. Force base_offset to be simple.
9085
9086 2007-07-30  Seongbae Park <seongbae.park@gmail.com>
9087
9088         * df-scan.c (df_scan_verify): Remove artificial limit on
9089         the number of blocks for verification.
9090         * df-problems.c (df_lr_bb_local_compute, df_simulate_find_defs,
9091         df_simulate_defs): Avoid unnecessary insn checking for defs.
9092
9093 2007-07-29  Mark Mitchell  <mark@codesourcery.com>
9094
9095         * config/m68k/lb1sf68.asm (FUNC): New macro.
9096         (__mulsi3): Use it.
9097         (__udivsi3): Likewise.
9098         (__divsi3): Likewise.
9099         (__umodsi3): Likewise.
9100         (__modsi3): Likewise.
9101         (__subdf3): Likewise.
9102         (__adddf3): Likewise.
9103         (__muldf3): Likewise.
9104         (__divdf3): Likewise.
9105         (__negdf2): Likewise.
9106         (__cmpdf2): Likewise.
9107         (__subsf3): Likewise.
9108         (__addsf3): Likewise.
9109         (__mulsf3): Likewise.
9110         (__divsf3): Likewise.
9111         (__negsf2): Likewise.
9112         (__cmpsf2): Likewise.
9113         (__eqdf2): Likewise.
9114         (__nedf2): Likewise.
9115         (__gtdf2): Likewise.
9116         (__gedf2): Likewise.
9117         (__ltdf2): Likewise.
9118         (__ledf2): Likewise.
9119         (__eqsf2): Likewise.
9120         (__nesf2): Likewise.
9121         (__gtsf2): Likewise.
9122         (__gesf2): Likewise.
9123         (__ltsf2): Likewise.
9124         (__lesf2): Likewise.
9125
9126 2007-07-30  Ollie Wild  <aaw@google.com>
9127
9128         * c-ppoutput.c (print_lines_directives_only): New function.
9129         (scan_translation_unit_directives_only): New function.
9130         (preprocess_file): Add call to scan_translation_unit_directives_only.
9131         * c-opts.c (c_common_handle_option): Add OPT_fdirectives_only.
9132         (sanitize_cpp_opts): Add default flag_dump_macros setting for
9133         -fdirectives-only.  Add errors for -fdirectives-only conflict with
9134         -Wunused-macros and -traditional.
9135         (finish_options): Add builtin macro initialization for
9136         -fdirectives-only + -fpreprocessed.
9137         * c.opt (fdirectives-only): New.
9138         * doc/cppopts.texi (fdirectives-only): New.
9139
9140 2007-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9141
9142         * alias.c (record_set, memory_modified_1): Constify.
9143         * bt-load.c (note_btr_set): Likewise.
9144         * caller-save.c (mark_set_regs, add_stored_regs): Likewise.
9145         * combine.c (set_nonzero_bits_and_sign_copies,
9146         expand_field_assignment, record_dead_and_set_regs_1,
9147         use_crosses_set_p, reg_dead_at_p_1, can_combine_p,
9148         likely_spilled_retval_1): Likewise.
9149         * config/frv/frv.c (frv_registers_update_1, frv_io_check_address,
9150         frv_io_handle_set): Likewise.
9151         * config/mips/mips.c (mips_sim_record_set,
9152         vr4130_true_reg_dependence_p_1): Likewise.
9153         * config/mt/mt.c (insn_dependent_p_1): Likewise.
9154         * config/s390/s390.c (s390_reg_clobbered_rtx): Likewise.
9155         * config/sh/sh.c (flow_dependent_p_1): Likewise.
9156         * cselib.c (cselib_invalidate_rtx_note_stores): Likewise.
9157         * dce.c (mark_nonreg_stores_1, mark_nonreg_stores_2): Likewise.
9158         * ddg.c (mark_mem_store): Likewise.
9159         * df-problems.c (df_urec_mark_reg_change): Likewise.
9160         * function.c (update_epilogue_consts): Likewise.
9161         * gcse.c (record_set_info, record_last_set_info,
9162         mems_conflict_for_gcse_p, canon_list_insert, reg_set_info,
9163         reg_clear_last_set): Likewise.
9164         * global.c (mark_reg_store, mark_reg_clobber, reg_becomes_live):
9165         Likewise.
9166         * jump.c (reversed_comparison_code_parts): Likewise.
9167         * local-alloc.c (validate_equiv_mem_from_store, no_equiv,
9168         reg_is_set): Likewise.
9169         * loop-iv.c (mark_altered): Likewise.
9170         * mode-switching.c (reg_becomes_live): Likewise.
9171         * optabs.c (no_conflict_move_test): Likewise.
9172         * postreload-gcse.c (record_last_set_info, find_mem_conflicts):
9173         Likewise.
9174         * postreload.c (reload_combine_note_store, move2add_note_store):
9175         Likewise.
9176         * regmove.c (flags_set_1): Likewise.
9177         * regrename.c (note_sets, kill_clobbered_value, kill_set_value):
9178         Likewise.
9179         * reload1.c (mark_not_eliminable, forget_old_reloads_1):
9180         Likewise. 
9181         * resource.c (update_live_status): Likewise.
9182         * rtl.h (set_of, note_stores): Likewise.
9183         * rtlanal.c (set_of_1, parms_set, struct set_of_data, set_of,
9184         note_stores, parms_set): Likewise.
9185         * sched-rgn.c (sets_likely_spilled_1): Likewise.
9186         * stack-ptr-mod.c (notice_stack_pointer_modification_1):
9187         Likewise. 
9188         * var-tracking.c (count_stores, add_stores): Likewise.
9189
9190 2007-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9191
9192         * alias.c (mems_in_disjoint_alias_sets_p,
9193         fixed_scalar_and_varying_struct_p, aliases_everything_p,
9194         nonoverlapping_component_refs_p, nonoverlapping_memrefs_p,
9195         write_dependence_p, mems_in_disjoint_alias_sets_p,
9196         read_dependence, true_dependence, canon_true_dependence,
9197         anti_dependence, output_dependence): Constify.
9198         * combine.c (extended_count): Likewise.
9199         * cse.c (cse_rtx_varies_p, hash_rtx, exp_equiv_p): Likewise.
9200         * cselib.c (get_value_hash, references_value_p,
9201         cselib_reg_set_mode, cselib_rtx_varies_p): Likewise.
9202         * cselib.h (cselib_reg_set_mode, references_value_p): Likewise.
9203         * emit-rtl.c (mem_expr_equal_p, active_insn_p): Likewise.
9204         * function.c (contains, prologue_epilogue_contains,
9205         sibcall_epilogue_contains): Likewise. 
9206         * jump.c (simplejump_p, condjump_p, condjump_in_parallel_p,
9207         pc_set, any_uncondjump_p, any_condjump_p, onlyjump_p,
9208         only_sets_cc0_p, sets_cc0_p, rtx_renumbered_equal_p, true_regnum,
9209         reg_or_subregno): Likewise.
9210         * recog.c (asm_noperands): Likewise.
9211         * reload1.c (function_invariant_p): Likewise.
9212         * rtl.h (mem_expr_equal_p, active_insn_p, rtx_varies_p,
9213         rtx_addr_varies_p, asm_noperands, exp_equiv_p, hash_rtx,
9214         condjump_p, any_condjump_p, any_uncondjump_p, pc_set,
9215         simplejump_p, onlyjump_p, only_sets_cc0_p, sets_cc0_p,
9216         true_regnum, reg_or_subregno, condjump_in_parallel_p,
9217         extended_count, prologue_epilogue_contains,
9218         sibcall_epilogue_contains, function_invariant_p, true_dependence,
9219         canon_true_dependence, read_dependence, anti_dependence,
9220         output_dependence): Likewise.
9221         * rtlanal.c (rtx_varies_p, rtx_addr_varies_p): Likewise.
9222
9223 2007-07-30  Julian Brown  <julian@codesourcery.com>
9224
9225         * config/arm/neon.md (V_ext): New mode attribute.
9226         (neon_vget_lane<mode>): Replace with define_expand.
9227         (neon_vget_lane<mode>_sext_internal)
9228         (neon_vget_lane<mode>_zext_internal): New define_insns for double
9229         and quad precision vectors.
9230         (neon_vget_lanedi): Add bounds check. Remove dead comment.
9231         * config/arm/neon.ml (get_lane): Make 32-bit get-lane intrinsics
9232         have typeless 32-bit result.
9233
9234 2007-07-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9235
9236         PR tree-opt/32527
9237         * tree-affine.h (aff_tree): The type of rest is sizetype for types
9238         of pointers.
9239         * tree-affine.c (aff_combination_scale): If type is a pointer type,
9240         use sizetype for rest.
9241         (aff_combination_add_elt): Likewise. Don't specialize pointer types.
9242         (aff_combination_convert): Don't convert rest for pointer types.
9243
9244 2007-07-28  Daniel Berlin  <dberlin@dberlin.org>
9245
9246         * Makefile.in (tree-ssa-alias.o): Add alloc-pool.h
9247
9248         * tree-ssa-alias.c: Add alloc-pool.h.
9249         (init_alias_info): Free alias_bitmap_obstack.
9250         (delete_alias_info): Call delete_mem_ref_stats.
9251         (get_mem_sym_stats_for): Use alloc_pool.
9252         (init_mem_ref_stats): Do not delete mem_ref_stats here.
9253         (delete_mem_sym_stats): Removed.
9254         
9255 2007-07-29  Sebastian Pop  <sebpop@gmail.com>
9256
9257         * tree-data-ref.c (add_multivariate_self_dist): Parametric access
9258         functions cannot be represented as classical distance vectors.
9259
9260 2007-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9261
9262         * attribs.c (hash_attr, eq_attr, init_attributes): Constify.
9263         * builtins.c (validate_arg, builtin_mathfn_code,
9264         validate_arglist): Likewise.
9265         * calls.c (call_expr_flags): Likewise.
9266         * combine.c (reg_nonzero_bits_for_combine,
9267         reg_num_sign_bit_copies_for_combine, get_last_value,
9268         reg_truncated_to_mode): Likewise.
9269         * emit-rtl.c (subreg_lowpart_p): Likewise.
9270         * expr.c (highest_pow2_factor_for_target,
9271         categorize_ctor_elements_1, categorize_ctor_elements,
9272         count_type_elements, contains_packed_reference,
9273         highest_pow2_factor, highest_pow2_factor_for_target): Likewise.
9274         * fold-const.c (may_negate_without_overflow_p, int_const_binop,
9275         fold_convertible_p, operand_equal_p, tree_swap_operands_p,
9276         native_encode_int, native_encode_real, native_encode_complex,
9277         native_encode_vector, native_encode_expr, native_interpret_int,
9278         native_interpret_real, native_interpret_complex,
9279         native_interpret_vector, native_interpret_expr): Likewise.
9280         * function.c (use_register_for_decl): Likewise.
9281         * gimplify.c (get_name): Likewise.
9282         * langhooks-def.h (lhd_return_null_const_tree): New.
9283         (LANG_HOOKS_GET_CALLEE_FNDECL): Use it.
9284         * langhooks.c (lhd_return_null_const_tree): New.
9285         * langhooks.h (lang_get_callee_fndecl): Constify.
9286         * output.h (constructor_static_from_elts_p): Likewise.
9287         * rtl-factoring.c (gen_symbol_ref_rtx_for_label): Likewise.
9288         * rtl.h (nonzero_bits, num_sign_bit_copies, truncated_to_mode,
9289         subreg_lowpart_p, noop_move_p, struct rtl_hooks): Likewise.
9290         * rtlanal.c (cached_nonzero_bits, nonzero_bits1,
9291         cached_num_sign_bit_copies, num_sign_bit_copies1, noop_move_p,
9292         nonzero_bits, num_sign_bit_copies, truncated_to_mode): Likewise.
9293         * rtlhooks-def.h (reg_nonzero_bits_general,
9294         reg_num_sign_bit_copies_general, reg_truncated_to_mode_general):
9295         Likewise. 
9296         * rtlhooks.c (reg_num_sign_bit_copies_general,
9297         reg_nonzero_bits_general, reg_truncated_to_mode_general):
9298         Likewise. 
9299         * stmt.c (warn_if_unused_value, is_body_block): Likewise.
9300         * stor-layout.c (mode_for_size_tree): Likewise.
9301         * tree-ssa-loop-im.c (memref_eq): Likewise.
9302         * tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): Likewise.
9303         * tree.c (contains_placeholder_p, type_list_equal,
9304         simple_cst_equal, get_callee_fndecl, operand_equal_for_phi_arg_p):
9305         Likewise. 
9306         * tree.h (tree_int_cst_sign_bit, may_negate_without_overflow_p,
9307         mode_for_size_tree, categorize_ctor_elements, count_type_elements,
9308         contains_placeholder_p, contains_packed_reference,
9309         get_callee_fndecl, operand_equal_for_phi_arg_p,
9310         warn_if_unused_value, is_body_block, native_encode_expr,
9311         native_interpret_expr, fold_convertible_p, operand_equal_p,
9312         int_const_binop, tree_swap_operands_p, builtin_mathfn_code,
9313         validate_arglist, simple_cst_equal, type_list_equal,
9314         use_register_for_decl, call_expr_flags, get_name,
9315         highest_pow2_factor): Likewise.
9316         (const_call_expr_arg_iterator_d,
9317         init_const_call_expr_arg_iterator, next_const_call_expr_arg,
9318         first_const_call_expr_arg, more_const_call_expr_args_p,
9319         FOR_EACH_CONST_CALL_EXPR_ARG): New.
9320         * varasm.c (constructor_static_from_elts_p): Constify.
9321
9322 2007-07-28  Kazu Hirata  <kazu@codesourcery.com>
9323
9324         * cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,
9325         config/arm/neon-schedgen.ml, config/arm/neon.ml,
9326         config/arm/vec-common.md, config/ia64/div.md, cselib.c,
9327         df-core.c, df.h, dominance.c, optabs.c, opts.c, reg-stack.c,
9328         regstat.c, target.h, tree-ssa-live.c, tree-ssa-pre.c,
9329         tree-vect-transform.c, tree.def: Fix comment typos.  Follow
9330         spelling conventions.
9331         * doc/invoke.texi: Follow spelling conventions.
9332
9333 2007-07-29  Vladimir Yanovsky  <yanov@il.ibm.com>
9334             Revital Eres  <eres@il.ibm.com>
9335
9336         * modulo-sched.c (sms_schedule): Avoid loops which includes
9337         auto-increment instructions.
9338
9339 2007-07-28  Richard Guenther  <rguenther@suse.de>
9340
9341         PR middle-end/32920
9342         * fold-const.c (fold_cond_expr_with_comparison): Convert
9343         operand zero of MIN/MAX_EXPR to correct type.
9344
9345 2007-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9346
9347         * calls.c (special_function_p, setjmp_call_p, alloca_call_p,
9348         flags_from_decl_or_type): Constify.
9349         * gcc.c (do_spec_1): Likewise.
9350         * print-tree.c (dump_addr, print_node_brief): Likewise.
9351         * tree-cfg.c (stmt_starts_bb_p, is_ctrl_stmt, computed_goto_p,
9352         simple_goto_p, tree_can_make_abnormal_goto, stmt_starts_bb_p,
9353         tree_purge_all_dead_eh_edges): Likewise.
9354         * tree-flow.h (is_ctrl_stmt, computed_goto_p, simple_goto_p,
9355         tree_can_make_abnormal_goto, tree_purge_all_dead_eh_edges):
9356         Likewise. 
9357         * tree.c (expr_location, expr_has_location, expr_locus,
9358         expr_filename, expr_lineno, get_inner_array_type,
9359         fields_compatible_p): Likewise.
9360         * tree.h (get_inner_array_type, fields_compatible_p,
9361         expr_location, expr_has_location, expr_locus, expr_filename,
9362         expr_lineno, dump_addr, print_node_brief, flags_from_decl_or_type,
9363         setjmp_call_p, alloca_call_p): Likewise.
9364
9365 2007-07-28  Daniel Berlin  <dberlin@dberlin.org>
9366
9367         * timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE,
9368         TV_FLOW_INSENSITIVE.
9369
9370         * tree-ssa-alias.c (compute_call_clobbered): Push/pop
9371         TV_CALL_CLOBBER.
9372         (compute_flow_sensitive_aliasing): Ditto for TV_FLOW_SENSITIVE.
9373         (compute_flow_insensitive_aliasing): Ditto for
9374         TV_FLOW_INSENSITIVE.    
9375
9376 2007-07-27  Jan Hubicka  <jh@suse.cz>
9377
9378         * config/i386/i386.c (register_move_cost): Remove accidentally
9379         comitted #if 0 block.
9380
9381         * attribs.c: Include hashtab.h
9382         (attribute_hash): New.
9383         (substring): New structure.
9384         (extract_attribute_substring, substring_hash, hash_attr, eq_attr):
9385         New function.
9386         (init_attributes): Initialize attribute hash.
9387         (decl_attributes): Use attribute hash.
9388         * Makefile.in (attribs.c): Depend on hashtab.h.
9389
9390 2007-07-27  Steve Ellcey  <sje@cup.hp.com>
9391
9392         * config/ia64/vect.md (vec_initv2si): Remove bad BIG_ENDIAN test.
9393
9394 2007-07-27  Richard Sandiford  <richard@codesourcery.com>
9395
9396         * doc/invoke.texi (mdsp, mdspr2): Document the __mips_dsp,
9397         __mips_dspr2 and __mips_dsp_rev macros.
9398         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dsp_rev.
9399
9400 2007-07-27  Douglas Gregor  <doug.gregor@gmail.com>
9401         
9402        * c-common.h (enum rid): Add RID_DECLTYPE, update RID_LAST_CXX0X.
9403
9404 2007-07-26  Kenneth Zadeck <zadeck@naturalbridge.com>
9405
9406         PR middle-end/32749
9407         
9408         * df-problems.c (df_create_unused_note): Removed do_not_gen parm
9409         and the updating of the live and do_not_gen sets.
9410         (df_note_bb_compute): Added updating of live and do_not_gen sets
9411         for regular defs so that the case of clobber inside conditional
9412         call is processed correctly.
9413         
9414 2007-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
9415
9416         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Generate the
9417         operands with compatible type.
9418
9419 2007-07-27  Richard Sandiford  <richard@codesourcery.com>
9420
9421         * expr.h (store_bit_field): Don't return a value.
9422         * expmed.c (check_predicate_volatile_ok): New function.
9423         (store_bit_field_1): New function, extracted from store_bit_field.
9424         Take a fallback_p argument and return true if the operation succeeded.
9425         Only use store_fixed_bit_field if fallback_p.  Don't recompute
9426         mode_for_extraction; use op_mode instead.  Try forcing memories
9427         into registers if the insv expander fails.
9428         (store_bit_field): Use store_bit_field_1 with fallback_p true.
9429         Don't return a value.
9430         (convert_extracted_bit_field): New function, extracted from
9431         store_bit_field.
9432         (extract_bit_field_1): Likewise.  Take a fallback_p argument
9433         and return NULL if the operation succeeded.  Only use
9434         extract_fixed_bit_field if fallback_p.  Only calculate one
9435         extraction mode.  Combine code for extv and extzv.  Try forcing
9436         memories into registers if the ext(z)v expander fails.
9437         (extract_bit_field): Use extract_bit_field_1 with fallback_p true.
9438
9439 2007-07-27  Richard Sandiford  <rsandifo@nildram.co.uk>
9440
9441         * df.h (df_mw_hardreg): Turn df_ref_type and df_ref_flags
9442         into bitfields.
9443         (df_ref): Likewise.  Put regno with other integer fields.
9444
9445 2007-07-27  Richard Sandiford  <rsandifo@nildram.co.uk>
9446
9447         * df.h (df_mw_hardreg): Remove "loc" field.
9448         * df-scan.c (df_ref_record): Don't set it.  Remove redundant
9449         local variable.
9450         * df-problems.c (df_whole_mw_reg_unused_p): New function,
9451         split out from df_set_unused_notes_for_mw.  Return false for
9452         partial references.  Assert that mw_reg is a REG when returning true.
9453         (df_set_unused_notes_for_mw): Use it.  Use mw_reg instead of *loc.
9454         (df_whole_mw_reg_dead_p): New function, split out from
9455         df_set_dead_notes_for_mw.  Return false for partial references.
9456         Assert that mw_reg is a REG when returning true.
9457         (df_set_dead_notes_for_mw): Use it.  Use mw_reg instead of *loc.
9458         Remove redundant bitmap check.
9459
9460 2007-07-26  H.J. Lu  <hongjiu.lu@intel.com>
9461
9462         * config/ia64/t-ia64 ($(T)crtbegin.o): Removed.
9463         ($(T)crtend.o): Likwise.
9464         ($(T)crtbeginS.o): Likwise.
9465         ($(T)crtendS.o): Likwise.
9466         ($(T)crtfastmath.o): Likwise.
9467
9468 2007-07-26  Zdenek Dvorak  <dvorakz@suse.cz>
9469
9470         * dominance.c (dom_computed, n_bbs_in_dom_tree): Removed.
9471         * function.h (dom_computed, n_bbs_in_dom_tree): New macros.
9472         * basic-block.h (struct control_flow_graph): Added x_dom_computed
9473         and x_n_bbs_in_dom_tree fields.
9474
9475 2007-07-26  Steve Ellcey  <sje@cup.hp.com>
9476
9477         PR tree-optimization/32087
9478         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
9479         Do not call scale_bbs_frequencies_int with prob of zero.
9480
9481 2007-07-26  Julian Brown  <julian@codesourcery.com>
9482
9483         * config/arm/arm-protos.h (neon_lane_bounds, neon_const_bounds)
9484         (neon_element_bits): Add prototypes.
9485         * config/arm/arm.c (bounds_check, neon_lane_bounds)
9486         (neon_const_bounds, neon_element_bits): New functions.
9487         * config/arm/neon.md (neon_vget_lane<mode>, neon_vget_lanedi)
9488         (neon_vget_lanev2di, neon_vset_lane<mode>, neon_vset_lanedi)
9489         (neon_vset_lanev2di, neon_vdup_lane<mode>, neon_vdup_lanedi)
9490         (neon_vdup_lanev2di, neon_vcvt_n<mode>, neon_vmul_lane<mode>)
9491         (neon_vmull_lane<mode>, neon_vqdmull_lane<mode>)
9492         (neon_vqdmulh_lane<mode>, neon_vmla_lane<mode>)
9493         (neon_vmlal_lane<mode>, neon_vqdmlal_lane<mode>)
9494         (neon_vmls_lane<mode>, neon_vmlsl_lane<mode>)
9495         (neon_vqdmlsl_lane<mode>, neon_vext<mode>, neon_vshr_n<mode>)
9496         (neon_vshrn_n<mode>, neon_vqshrn_n<mode>, neon_vqshrun_n<mode>)
9497         (neon_vshl_n<mode>, neon_vshl_n<mode>, neon_vqshl_n<mode>)
9498         (neon_vqshlu_n<mode>, neon_vshll_n<mode>, neon_vsra_n<mode>)
9499         (neon_vsri_n<mode>, neon_vsli_n<mode>): Add bounds checks.
9500
9501 2007-07-26  Nathan Froyd  <froydnj@codesourcery.com>
9502
9503         * config/vxworks.h (VXWORKS_LINK_SPEC): Fix typo.
9504         (HAVE_AS_GNU_ATTRIBUTE): Undefine.
9505
9506 2007-07-26  Mark Shinwell  <shinwell@codesourcery.com>
9507             Julian Brown  <julian@codesourcery.com>
9508
9509         * config/arm/arm.c (arm_mac_accumulator_is_mul_result): New.
9510         * config/arm/arm-protos.h (arm_mac_accumulator_is_mul_result): New.
9511         * config/arm/cortex-a8.md: New.
9512         * config/arm/cortex-a8-neon.md: New.
9513         * config/arm/neon-schedgen.ml: New.
9514         * config/arm/neon.md (vqh_mnem): New.
9515         (neon_type): New.
9516         (Is_float_mode): New.
9517         (Scalar_mul_8_16): New.
9518         (Is_d_reg): New.
9519         (V_mode_nunits): New.
9520         (All instruction patterns): Annotate with neon_type attribute
9521         values.
9522         * config/arm/arm.md: Include cortex-a8.md.
9523         (insn): Add smmla, umaal, smlald, smlsld, clz, mrs, msr and xtab
9524         values.
9525         Annotate instruction patterns accordingly.
9526         (generic_sched): Do not use generic scheduling for Cortex-A8.
9527         (generic_vfp): Do not use generic VFP scheduling for Cortex-A8.
9528
9529 2007-07-26  Daniel Jacobowitz  <dan@codesourcery.com>
9530
9531         * fold-const.c (fold_read_from_constant_string): Use
9532         build_int_cst_type.
9533         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
9534
9535 2007-07-26  Nick Clifton  <nickc@redhat.com>
9536
9537         * tree-ssa-operands.h: Change copyright header to refer to version
9538         3 of the GNU General Public License and to point readers at the
9539         COPYING3 file and the FSF's license web page.
9540         * tree-vrp.c, regrename.c, attribs.c, loop-unswitch.c,
9541         sched-ebb.c, fwprop.c, tree-loop-linear.c, dwarf2asm.c,
9542         tree-into-ssa.c, dwarf2asm.h, tree-ssa-loop-im.c, sbitmap.c,
9543         targhooks.c, tree-dump.c, tree-complex.c, sbitmap.h, targhooks.h,
9544         tree-dump.h, regstat.c, see.c, machmode.h, hooks.c, cgraphbuild.c,
9545         hooks.h, genrecog.c, tree-ssa-threadupdate.c, gen-protos.c,
9546         flags.h, rtlhooks.c, gencheck.c, tree-ssa-loop-niter.c,
9547         opts-common.c, dbgcnt.def, tree-pretty-print.c, tracer.c,
9548         gengtype.c, mkconfig.sh, gengtype.h, tree-ssa-loop-unswitch.c,
9549         cgraph.c, c-lex.c, cgraph.h, libfuncs.h, cfgloopmanip.c,
9550         rtl-error.c, optabs.c, postreload-gcse.c, tree-ssa-loop-manip.c,
9551         optabs.h, genmddeps.c, defaults.h, postreload.c, value-prof.c,
9552         tree-ssa-loop-ch.c, tree-tailcall.c, gengenrtl.c, value-prof.h,
9553         genopinit.c, tree.c, tree.h, reload.c, tree-pass.h, ipa-cp.c,
9554         reload.h, bitmap.c, bitmap.h, tree-scalar-evolution.c,
9555         c-config-lang.in, tree-scalar-evolution.h, target.h, cppspec.c,
9556         rtlanal.c, ddg.c, lambda-mat.c, mips-tdump.c, ddg.h,
9557         tree-phinodes.c, mips-tfile.c, pointer-set.c, pointer-set.h,
9558         diagnostic.c, final.c, diagnostic.h, builtins.c, genoutput.c,
9559         gcc.c, lists.c, tree-ssa-alias-warnings.c, gcc.h, cfghooks.c,
9560         input.h, gensupport.c, fold-const.c, cfghooks.h, insn-notes.def,
9561         gensupport.h, builtin-attrs.def, sync-builtins.def, params.c,
9562         cfgloopanal.c, params.h, graphds.c, omp-low.c, tree-ssa-dse.c,
9563         graphds.h, gcov.c, cfg.c, genextract.c, ipa-reference.c,
9564         genautomata.c, tree-ssa-uncprop.c, auto-inc-dec.c, toplev.c,
9565         tree-gimple.c, ipa-reference.h, vmsdbgout.c, errors.c, toplev.h,
9566         reorg.c, tree-gimple.h, tree-chrec.c, pretty-print.c, errors.h,
9567         real.c, tree-chrec.h, pretty-print.h, debug.c, real.h, genemit.c,
9568         omega.c, c-cppbuiltin.c, genmultilib, debug.h, omega.h,
9569         tree-ssa-sccvn.c, genconfig.c, tree-ssa-sccvn.h, cgraphunit.c,
9570         regs.h, df-scan.c, vec.c, hosthooks-def.h, vec.h,
9571         tree-ssa-copyrename.c, scan.c, builtin-types.def, tree-ssa-ccp.c,
9572         scan.h, mode-classes.def, haifa-sched.c, dominance.c, dojump.c,
9573         double-int.c, gcov-io.c, dbxout.c, builtins.def, double-int.h,
9574         dbxout.h, tree-ssa-loop-ivopts.c, df-core.c, mode-switching.c,
9575         gengtype-lex.l, tree-nomudflap.c, modulo-sched.c, c-objc-common.c,
9576         hosthooks.h, c-objc-common.h, caller-save.c, graph.c,
9577         ipa-pure-const.c, graph.h, c-format.c, cse.c, fix-header.c,
9578         c-format.h, web.c, tree-stdarg.c, genpeep.c, tree-stdarg.h,
9579         tree-ssa-math-opts.c, xcoffout.c, tree-ssa-dom.c, tree-nrv.c,
9580         xcoffout.h, tree-ssa-propagate.c, ipa-utils.c,
9581         tree-ssa-propagate.h, tree-ssa-alias.c, loop-init.c, ipa-utils.h,
9582         gimple-low.c, rtl.def, c-tree.h, tree-ssa-sink.c, ipa-inline.c,
9583         mkmap-symver.awk, machmode.def, c-pch.c, cfganal.c, global.c,
9584         alloc-pool.c, c-semantics.c, alloc-pool.h, jump.c, ifcvt.c,
9585         dwarf2out.c, expr.c, cfgbuild.c, tree-browser.c, dwarf2out.h,
9586         expr.h, longlong.h, opts.c, gcov-iov.c, opts.h, dwarf2.h,
9587         genattrtab.c, genconditions.c, genattr.c, optc-gen.awk,
9588         timevar.def, tree-ssa-loop-ivcanon.c, hard-reg-set.h, predict.c,
9589         tree-ssa-loop.c, host-default.c, predict.h, recog.c, dbgcnt.c,
9590         recog.h, dbgcnt.h, c-aux-info.c, tree-ssa-address.c, timevar.c,
9591         dse.c, lcm.c, tree-ssa-ifcombine.c, timevar.h, dse.h,
9592         matrix-reorg.c, tree-vn.c, treestruct.def, fp-test.c, c-decl.c,
9593         tree-eh.c, c-errors.c, c-pretty-print.c, regmove.c,
9594         lambda-trans.c, c-pretty-print.h, et-forest.c, et-forest.h,
9595         ebitmap.c, configure.ac, local-alloc.c, function.c, langhooks.c,
9596         ebitmap.h, cppdefault.c, tree-vectorizer.c, function.h,
9597         langhooks.h, print-rtl.c, cppdefault.h, df.h, tree-vectorizer.h,
9598         sdbout.c, stor-layout.c, sdbout.h, rtlhooks-def.h, read-rtl.c,
9599         gcse.c, ipa-type-escape.c, vmsdbg.h, alias.c, gengtype-parse.c,
9600         ipa-type-escape.h, domwalk.c, alias.h, tree-if-conv.c, profile.c,
9601         init-regs.c, domwalk.h, ipa.c, gccbug.in, tree-data-ref.c,
9602         loop-unroll.c, tree-data-ref.h, tree-flow-inline.h, tree-affine.c,
9603         mkmap-flat.awk, tree-affine.h, tree-vect-analyze.c, c.opt, ggc.h,
9604         opt-gather.awk, c-typeck.c, gimplify.c, coretypes.h, exec-tool.in,
9605         insn-addr.h, tree-ssa-phiopt.c, c-pragma.c, c-pragma.h, calls.c,
9606         tree-ssa-coalesce.c, genmodes.c, loop-doloop.c, predict.def,
9607         dwarf.h, tree.def, rtl-factoring.c, lower-subreg.c, expmed.c,
9608         bt-load.c, ggc-common.c, genflags.c, tree-dfa.c, except.c,
9609         coverage.c, except.h, emit-rtl.c, cfgexpand.c, coverage.h,
9610         stringpool.c, cselib.c, emit-rtl.h, tree-cfgcleanup.c, c-opts.c,
9611         cselib.h, cfgcleanup.c, simplify-rtx.c, tree-ssa-pre.c, explow.c,
9612         tree-ssa-live.c, tree-sra.c, tree-ssa-live.h, tree-predcom.c,
9613         loop-invariant.c, genpreds.c, protoize.c, opth-gen.awk, c-dump.c,
9614         lambda.h, loop-iv.c, tree-mudflap.c, ipa-prop.c, print-tree.c,
9615         tree-mudflap.h, tree-ssa-copy.c, ipa-prop.h, cfglayout.c,
9616         tree-ssa-forwprop.c, c-convert.c, cfglayout.h, common.opt,
9617         ggc-zone.c, ggc-page.c, c-omp.c, tree-ssa-dce.c, gencodes.c,
9618         varasm.c, tree-vect-patterns.c, libada-mk.in, tree-ssa-ter.c,
9619         sched-deps.c, tree-nested.c, c-ppoutput.c, tree-ssa.c,
9620         target-def.h, tree-ssa-loop-prefetch.c, lambda-code.c,
9621         omp-builtins.def, rtl.c, regclass.c, stab.def, intl.c, rtl.h,
9622         intl.h, tree-inline.c, conditions.h, tree-inline.h, integrate.c,
9623         sched-int.h, tree-iterator.c, integrate.h, tree-iterator.h,
9624         genchecksum.c, tree-optimize.c, output.h, tree-vect-transform.c,
9625         tree-object-size.c, combine.c, tree-outof-ssa.c, addresses.h,
9626         bb-reorder.c, stack-ptr-mod.c, resource.c, var-tracking.c,
9627         cfgloop.c, system.h, resource.h, ggc-none.c, tree-profile.c,
9628         cfgloop.h, c-gimplify.c, c-common.c, opt-functions.awk,
9629         tree-vect-generic.c, tree-flow.h, df-problems.c, scan-decls.c,
9630         c-common.h, config.gcc, reg-stack.c, tlink.c, main.c, stub-objc.c,
9631         fixproto, config.host, Makefile.in, gccspec.c, sched-rgn.c,
9632         vecprim.h, basic-block.h, tree-ssa-structalias.c,
9633         tree-ssa-structalias.h, c-common.def, sched-vis.c, tree-cfg.c,
9634         passes.c, genconstants.c, c-incpath.c, c-incpath.h,
9635         struct-equiv.c, c-parser.c, tree-ssa-reassoc.c, varray.c, sreal.c,
9636         varray.h, dfp.c, sreal.h, combine-stack-adj.c, dfp.h,
9637         reg-notes.def, cfgrtl.c, config.build, varpool.c, gengtype-yacc.y,
9638         stmt.c, dce.c, tree-browser.def, prefix.c, statistics.h,
9639         params.def, dce.h, c-lang.c, gcov-dump.c, prefix.h,
9640         tree-ssanames.c, collect2.c, collect2.h, tree-ssa-threadedge.c,
9641         convert.c, convert.h, langhooks-def.h, reload1.c,
9642         tree-ssa-operands.c: Likewise.
9643
9644 2007-07-26  Jan Hubicka  <jh@suse.cz>
9645
9646         * tree-ssa-live.c: Include debug.h and flags.h.
9647         (mark_scope_block_unused): New function.
9648         (remove_unused_scope_block_p): New function.
9649         (remove_unused_locals): Remove unused blocks too.
9650
9651 2007-07-25  Ian Lance Taylor  <iant@google.com>
9652
9653         * combine.c (combine_max_regno): Remove.  Remove all uses.
9654         (struct reg_stat_struct): Rename from struct reg_stat.
9655         (reg_stat_type): Define, and declare VECs.
9656         (reg_stat): Change from pointer to VEC.  Change all uses.
9657         (combine_split_insns): New static function.
9658         (try_combine, find_split_point): Call it instead of split_insns.
9659
9660 2007-07-25  Zdenek Dvorak  <dvorakz@suse.cz>
9661
9662         * cfghooks.c (split_block): Fix the information about loop latch.
9663
9664 2007-07-25  Zdenek Dvorak  <dvorakz@suse.cz>
9665
9666         * cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches.
9667
9668 2007-07-25  Zdenek Dvorak  <dvorakz@suse.cz>
9669
9670         * tree-ssa-threadupdate.c (create_edge_and_update_destination_phis):
9671         Scan the new edge for loop exit info.
9672
9673 2007-07-25  Andreas Tobler  <a.tobler@schweiz.org>
9674
9675         * config/darwin.c: Include debug.h.
9676
9677 2007-07-25  Steve Ellcey  <sje@cup.hp.com>
9678
9679         PR target/32218
9680         * tree-vect-patterns.c (vect_pattern_recog_1): Check for valid type.
9681
9682 2007-07-25  Steve Ellcey  <sje@cup.hp.com>
9683
9684         * config/ia64/ia64.h (HARD_REGNO_NREGS): Handle RFmode.
9685         (HARD_REGNO_MODE_OK): Ditto.
9686         (MODES_TIEABLE_P): Ditto.
9687         (HARD_REGNO_CALLER_SAVE_MODE): Ditto.
9688         (CLASS_MAX_NREGS): Ditto.
9689         * config/ia64/ia64.c (ia64_print_operand_address): Add R format.
9690         * config/ia64/ia64.md (divsf3_internal_thr): Removed.
9691         (divdf3_internal_thr): Removed.
9692         * config/ia64/div.md: New file.
9693         * config/ia64/constraints.md: Add H constraint.
9694
9695 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9696
9697         * sbitmap.c (sbitmap_verify_popcount, sbitmap_alloc_with_popcount,
9698         sbitmap_copy, sbitmap_copy_n, sbitmap_equal, sbitmap_empty_p,
9699         sbitmap_union_of_diff_cg, sbitmap_union_of_diff, sbitmap_not,
9700         sbitmap_difference, sbitmap_any_common_bits, sbitmap_a_and_b_cg,
9701         sbitmap_a_and_b, sbitmap_a_xor_b_cg, sbitmap_a_xor_b,
9702         sbitmap_a_or_b_cg, sbitmap_a_or_b, sbitmap_a_subset_b_p,
9703         sbitmap_a_or_b_and_c_cg, sbitmap_a_or_b_and_c,
9704         sbitmap_a_and_b_or_c_cg, sbitmap_a_and_b_or_c,
9705         sbitmap_first_set_bit, sbitmap_last_set_bit, dump_sbitmap,
9706         dump_sbitmap_file, debug_sbitmap, popcount_table,
9707         sbitmap_popcount): Constify.
9708         * sbitmap.h (const_sbitmap, const_sbitmap_ptr): New.
9709         (sbitmap_iterator, sbitmap_iter_init, dump_sbitmap,
9710         dump_sbitmap_file, sbitmap_copy, sbitmap_copy_n, sbitmap_equal,
9711         sbitmap_empty_p, sbitmap_union_of_diff, sbitmap_union_of_diff_cg,
9712         sbitmap_difference, sbitmap_not, sbitmap_a_or_b_and_c,
9713         sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c,
9714         sbitmap_a_and_b_or_c_cg, sbitmap_any_common_bits, sbitmap_a_and_b,
9715         sbitmap_a_and_b_cg, sbitmap_a_or_b, sbitmap_a_or_b_cg,
9716         sbitmap_a_xor_b, sbitmap_a_xor_b_cg, sbitmap_a_subset_b_p,
9717         sbitmap_first_set_bit, sbitmap_last_set_bit, debug_sbitmap,
9718         sbitmap_popcount, sbitmap_verify_popcount): Constify.
9719
9720 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9721
9722         * bitmap.c (hash_descriptor, eq_descriptor, bitmap_element_zerop,
9723         bitmap_copy, bitmap_clear_bit, popcount_table, bitmap_count_bits,
9724         bitmap_first_set_bit, bitmap_and, bitmap_and_into,
9725         bitmap_elt_copy, bitmap_and_compl, bitmap_and_compl_into,
9726         bitmap_compl_and_into, bitmap_elt_ior, bitmap_ior,
9727         bitmap_ior_into, bitmap_xor, bitmap_xor_into, bitmap_equal_p,
9728         bitmap_intersect_p, bitmap_intersect_compl_p,
9729         bitmap_ior_and_compl, bitmap_ior_and_compl_into,
9730         debug_bitmap_file, debug_bitmap, bitmap_print, bitmap_hash):
9731         Constify.
9732         * bitmap.h (bitmap_copy, bitmap_equal_p, bitmap_intersect_p,
9733         bitmap_intersect_compl_p, bitmap_count_bits, bitmap_and,
9734         bitmap_and_into, bitmap_and_compl, bitmap_and_compl_into,
9735         bitmap_compl_and_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
9736         bitmap_xor_into, bitmap_ior_and_compl, bitmap_ior_and_compl_into,
9737         debug_bitmap, debug_bitmap_file, bitmap_print,
9738         bitmap_first_set_bit, bitmap_hash, bmp_iter_set_init,
9739         bmp_iter_and_init, bmp_iter_and_compl_init): Likewise.
9740
9741 2007-07-25  Daniel Berlin  <dberlin@dberlin.org>
9742
9743         * config/darwin.c (darwin_override_options): Additional fix for
9744         debug info formats that don't support var tracking.
9745
9746 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9747
9748         * cselib.c (entry_and_rtx_equal_p): Constify.
9749         * gengtype.c (output_mangled_typename, write_types, write_local):
9750         Likewise.
9751         * gengtype.h (const_type_p): New.
9752         * see.c (eq_descriptor_extension, hash_descriptor_extension):
9753         Constify.
9754         * tlink.c (scan_linker_output): De-constify.
9755         * tree-ssa-loop-im.c (memref_eq): Constify.
9756         * tree-ssa-structalias.c (const_shared_bitmap_info_t): New.
9757         (shared_bitmap_hash, shared_bitmap_eq): Constify.
9758
9759 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9760
9761         * c-common.c (fname_as_string, c_type_hash): Constify.
9762         * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
9763         * cgraph.c (edge_hash, edge_eq): Likewise.
9764         * dwarf2out.c (decl_die_table_eq, decl_loc_table_eq): Likewise.
9765         * emit-rtl.c (mem_attrs_htab_eq, reg_attrs_htab_hash,
9766         reg_attrs_htab_eq): Likewise.
9767         * except.c (t2r_eq, t2r_hash, ttypes_filter_eq, ehl_hash, ehl_eq):
9768         Likewise.
9769         * genautomata.c (const_reserv_sets_t, const_unit_decl_t,
9770         const_decl_t, const_state_t, const_automata_list_el_t): New.
9771         (first_out_arc, DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL,
9772         DECL_PRESENCE, DECL_ABSENCE, DECL_RESERV, DECL_INSN_RESERV,
9773         automaton_decl_hash, automaton_decl_eq_p, insn_decl_hash,
9774         insn_decl_eq_p, decl_hash, decl_eq_p, alt_state_cmp,
9775         reserv_sets_cmp, reserv_sets_eq, state_hash, state_eq_p,
9776         automata_list_hash, automata_list_eq_p, compare_states_for_equiv,
9777         compare_max_occ_cycle_nums, out_state_arcs_num,
9778         compare_transition_els_num, units_cmp, state_reservs_cmp):
9779         Constify.
9780         * genmodes.c (cmp_modes): Likewise.
9781         * ggc-common.c (saving_htab_hash, saving_htab_eq): Likewise.
9782         * gimplify.c (compare_case_labels): Likewise.
9783         * ipa-type-escape.c (get_name_of_type, type_brand_s): Likewise.
9784         * loop-unroll.c (si_info_hash, ve_info_hash): Likewise.
9785         * matrix-reorg.c (mtt_info_hash): Likewise.
9786         * postreload-gcse.c (hash_expr_for_htab, expr_equiv_p): Likewise.
9787         * rtl-factoring.c (const_p_hash_bucket, const_p_hash_elem): New.
9788         (htab_hash_bucket, htab_hash_elem): Constify.
9789         * tree-browser.c (TB_parent_eq): Likewise.
9790         * tree-scalar-evolution.c (hash_scev_info): Likewise.
9791         * tree-ssa-alias.c (sort_tags_by_id): Likewise.
9792         * tree-ssa-coalesce.c (const_coalesce_pair_p): New.
9793         (coalesce_pair_map_hash, coalesce_pair_map_eq, compare_pairs):
9794         Constify.
9795         * tree-ssa-dom.c (avail_expr_hash, avail_expr_eq): Likewise.
9796         * tree-ssa-pre.c (const_expr_pred_trans_t): New.
9797         (expr_pred_trans_hash, expr_pred_trans_eq): Constify.
9798         * tree-ssa-sccvn.c (const_vn_binary_op_t, const_vn_unary_op_t,
9799         const_vn_phi_t, const_vn_reference_op_t, const_vn_reference_t):
9800         New.
9801         (vn_reference_op_eq, vn_reference_hash, vn_reference_eq,
9802         vn_unary_op_hash, vn_unary_op_eq, vn_binary_op_hash,
9803         vn_binary_op_eq, vn_phi_hash, vn_phi_eq): Constify.
9804         * tree-ssa-threadupdate.c (redirection_data_hash,
9805         redirection_data_eq): Likewise. 
9806         * tree-ssa-uncprop.c (equiv_hash, equiv_eq): Likewise.
9807         * tree-ssa.c (var_ann_eq): Likewise.
9808         * tree-vrp.c (compare_case_labels): Likewise.
9809         * tree.c (int_cst_hash_hash, int_cst_hash_eq,
9810         tree_map_base_marked_p, type_hash_marked_p, tree_check_failed,
9811         tree_not_check_failed, tree_class_check_failed,
9812         tree_range_check_failed, tree_not_class_check_failed,
9813         omp_clause_check_failed, omp_clause_range_check_failed,
9814         tree_contains_struct_check_failed, tree_operand_check_failed):
9815         Likewise. 
9816         * tree.h (tree_contains_struct_check_failed, tree_check_failed,
9817         tree_not_check_failed, tree_class_check_failed,
9818         tree_range_check_failed, tree_not_class_check_failed,
9819         tree_operand_check_failed, omp_clause_operand_check_failed,
9820         tree_operand_length): Likewise. 
9821         * var-tracking.c (const_variable): New.
9822         (variable_htab_hash, variable_htab_eq): Constify.
9823         * varasm.c (const_desc_hash): Likewise.
9824
9825 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9826
9827         * expr.c (handled_component_p): Constify.
9828         * fold-const.c (fit_double_type): Likewise.
9829         * real.h (real_value_from_int_cst): Likewise.
9830         * tree-flow-inline.h (gimple_in_ssa_p,
9831         gimple_aliases_computed_p, gimple_addressable_vars,
9832         gimple_call_clobbered_vars, gimple_referenced_vars,
9833         gimple_global_var, gimple_nonlocal_all, gimple_var_anns,
9834         end_htab_p, end_referenced_vars_p, var_ann, function_ann,
9835         may_aliases, end_readonly_imm_use_p, has_zero_uses,
9836         has_single_use, single_imm_use, num_imm_uses, is_exec_stmt,
9837         is_label_stmt, is_global_var, phi_ssa_name_p,
9838         factoring_name_p, is_call_clobbered, tree_common_ann,
9839         op_iter_done, end_imm_use_stmt_p, end_imm_use_on_stmt_p,
9840         unmodifiable_var_p, array_ref_contains_indirect_ref,
9841         ref_contains_array_ref, lookup_subvars_for_var,
9842         var_can_have_subvars, overlap_subvar, gimple_ssa_operands,
9843         gimple_mem_ref_stats): Likewise.
9844         * tree-flow.h (tree_common_ann, var_ann, function_ann,
9845         may_aliases, is_exec_stmt, is_label_stmt,
9846         ref_contains_array_ref, array_ref_contains_indirect_ref,
9847         var_can_have_subvars, overlap_subvar, is_call_clobbered,
9848         unmodifiable_var_p): Likewise.
9849         * tree-gimple.c (is_gimple_min_invariant): Likewise.
9850         * tree-gimple.h (is_gimple_min_invariant): Likewise. 
9851         * tree.c (type_hash_list, attribute_hash_list, tree_size,
9852         cst_and_fits_in_hwi, real_value_from_int_cst,
9853         build_real_from_int_cst, integer_zerop, integer_onep,
9854         integer_all_onesp, integer_pow2p, integer_nonzerop, tree_log2,
9855         tree_floor_log2, real_zerop, real_onep, real_twop,
9856         real_minus_onep, really_constant_p, purpose_member, chain_member,
9857         list_length, fields_length, int_size_in_bytes, bit_position,
9858         int_bit_position, byte_position, int_byte_position, expr_align,
9859         array_type_nelts, tree_node_structure,
9860         type_contains_placeholder_1, iterative_hash_pointer,
9861         is_attribute_with_length_p, is_attribute_p, check_qualified_type,
9862         tree_map_base_eq, type_hash_list, type_hash_eq,
9863         attribute_hash_list, type_num_arguments, tree_int_cst_equal,
9864         tree_int_cst_lt, tree_int_cst_compare, host_integerp,
9865         tree_low_cst, tree_int_cst_msb, tree_int_cst_sgn,
9866         simple_cst_list_equal, compare_tree_int, iterative_hash_expr,
9867         int_fits_type_p, get_containing_scope, decl_function_context,
9868         decl_type_context, omp_clause_operand_check_failed,
9869         initializer_zerop, int_cst_value, num_ending_zeros): Likewise.
9870         * tree.h (omp_clause_operand_check_failed, tree_size,
9871         build_real_from_int_cst, array_type_nelts, purpose_member,
9872         tree_int_cst_equal, tree_int_cst_lt, tree_int_cst_compare,
9873         host_integerp, tree_low_cst, tree_int_cst_msb, tree_int_cst_sgn,
9874         is_attribute_p, check_qualified_type, expr_align,
9875         int_size_in_bytes, bit_position, int_bit_position, byte_position,
9876         int_byte_position, list_length, fields_length, initializer_zerop,
9877         integer_zerop, integer_onep, integer_all_onesp, integer_pow2p,
9878         integer_nonzerop, cst_and_fits_in_hwi, num_ending_zeros,
9879         tree_node_structure, handled_component_p, get_containing_scope,
9880         decl_function_context, decl_type_context, real_zerop,
9881         type_num_arguments, fit_double_type, really_constant_p,
9882         int_fits_type_p, tree_log2, tree_floor_log2, iterative_hash_expr,
9883         compare_tree_int, chain_member, simple_cst_list_equal, real_onep,
9884         real_twop, real_minus_onep, int_cst_value): Likewise.
9885
9886 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9887
9888         * cfglayout.c (insn_scope, insn_line): Constify.
9889         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq,
9890         const_double_htab_hash, const_double_htab_eq,
9891         mem_attrs_htab_hash): Likewise.
9892         * loop-iv.c (biv_eq): Likewise.
9893         * print-rtl.c (print_rtx, print_decl_name, print_mem_expr,
9894         print_inline_rtx, debug_rtx, debug_rtx_list, debug_rtx_range,
9895         debug_rtx_find, print_rtl, print_rtl_single, print_simple_rtl):
9896         Likewise. 
9897         * rtl-error.c (location_for_asm, diagnostic_for_asm,
9898         error_for_asm, warning_for_asm, _fatal_insn,
9899         _fatal_insn_not_found): Likewise. 
9900         * rtl.c (rtx_size, shared_const_p, shallow_copy_rtx_stat,
9901         rtx_equal_p, rtl_check_failed_bounds, rtl_check_failed_type1,
9902         rtl_check_failed_type2, rtl_check_failed_code1,
9903         rtl_check_failed_code2, rtl_check_failed_code_mode,
9904         rtvec_check_failed_bounds, rtl_check_failed_flag): Likewise.
9905         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
9906         rtl_check_failed_type2, rtl_check_failed_code1,
9907         rtl_check_failed_code2, rtl_check_failed_code_mode,
9908         rtvec_check_failed_bounds, rtl_check_failed_flag, LABEL_KIND,
9909         SET_LABEL_KIND, rhs_regno, subreg_lsb, subreg_regno, subreg_nregs,
9910         shared_const_p, rtx_size, shallow_copy_rtx_stat, rtx_equal_p,
9911         get_pool_mode, insn_line, insn_file, simplify_replace_rtx,
9912         mode_signbit_p, rtx_addr_can_trap_p, nonzero_address_p,
9913         rtx_unstable_p, get_integer_term, get_related_value,
9914         offset_within_block_p, reg_mentioned_p, count_occurrences,
9915         reg_referenced_p, reg_used_between_p, no_labels_between_p,
9916         single_set_2, multiple_sets, set_noop_p, refers_to_regno_p,
9917         reg_overlap_mentioned_p, dead_or_set_p, dead_or_set_regno_p,
9918         find_reg_note, find_regno_note, find_reg_equal_equiv_note,
9919         find_constant_src, find_reg_fusage, find_regno_fusage,
9920         pure_call_p, remove_note, side_effects_p, volatile_refs_p,
9921         volatile_insn_p, may_trap_p, may_trap_after_code_motion_p,
9922         may_trap_or_fault_p, inequality_comparisons_p, tablejump_p,
9923         computed_jump_p, auto_inc_p, in_expr_list_p,
9924         remove_node_from_expr_list, loc_mentioned_in_p,
9925         label_is_jump_target_p, reversed_comparison_code_parts,
9926         debug_rtx, debug_rtx_list, debug_rtx_range, debug_rtx_find,
9927         print_mem_expr, print_rtl, print_simple_rtl, print_rtl_single,
9928         print_inline_rtx): Likewise.
9929         * rtlanal.c (covers_regno_p, covers_regno_no_parallel_p,
9930         computed_jump_p_1, nonzero_bits1, rtx_unstable_p,
9931         rtx_addr_can_trap_p_1, rtx_addr_can_trap_p, nonzero_address_p,
9932         get_integer_term, get_related_value, offset_within_block_p,
9933         count_occurrences, reg_mentioned_p, no_labels_between_p,
9934         reg_used_between_p, reg_referenced_p, single_set_2,
9935         multiple_sets, set_noop_p, refers_to_regno_p,
9936         reg_overlap_mentioned_p, dead_or_set_p,
9937         covers_regno_no_parallel_p, covers_regno_p,
9938         dead_or_set_regno_p, find_reg_note, find_regno_note,
9939         find_reg_equal_equiv_note, find_constant_src, find_reg_fusage,
9940         find_regno_fusage, pure_call_p, remove_note, in_expr_list_p,
9941         remove_node_from_expr_list, volatile_insn_p, volatile_refs_p,
9942         side_effects_p, may_trap_p_1, may_trap_p,
9943         may_trap_after_code_motion_p, may_trap_or_fault_p,
9944         inequality_comparisons_p, tablejump_p, computed_jump_p_1,
9945         computed_jump_p, auto_inc_p, loc_mentioned_in_p, subreg_lsb,
9946         subreg_regno, subreg_nregs, label_is_jump_target_p): Likewise.
9947         * simplify-rtx.c (neg_const_int, plus_minus_operand_p,
9948         mode_signbit_p, simplify_replace_rtx, plus_minus_operand_p):
9949         Likewise. 
9950         * toplev.h (_fatal_insn_not_found, _fatal_insn, error_for_asm,
9951         warning_for_asm): Likewise.
9952         * tree.h (print_rtl): Likewise.
9953         * varasm.c (get_pool_mode): Likewise.
9954
9955 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9956
9957         * c-lex.c (c_lex_with_flags, lex_string): Constify.
9958         * c-ppoutput.c (print_line, pp_dir_change): Likewise.
9959         * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
9960         * cfg.c (bb_copy_original_hash, bb_copy_original_eq): Likewise.
9961         * cfgloop.c (loop_exit_hash, loop_exit_eq): Likewise.
9962         * ddg.c (compare_sccs): Likewise.
9963         * df-scan.c (df_ref_compare, df_mw_compare): Likewise.
9964         * dfp.c (decimal_real_from_string, decimal_to_decnumber,
9965         decimal_to_binary, decimal_do_compare, decimal_real_to_decimal,
9966         decimal_do_fix_trunc, decimal_real_to_integer,
9967         decimal_real_to_integer2, decimal_real_maxval): Likewise.
9968         * dse.c (const_group_info_t): New.
9969         (invariant_group_base_eq, invariant_group_base_hash): Constify.
9970         * dwarf2out.c (const_dw_die_ref): New.
9971         (decl_die_table_hash, decl_die_table_eq, file_info_cmp): Constify.
9972         * tree-browser.c (TB_parent_eq): Likewise.
9973         * unwind-dw2-fde.c (__register_frame_info_bases,
9974         __deregister_frame_info_bases, fde_unencoded_compare, fde_split,
9975         add_fdes, linear_search_fdes, binary_search_unencoded_fdes):
9976         Likewise.
9977         * unwind-dw2-fde.h (get_cie, next_fde): Likewise.
9978         * unwind-dw2.c (uw_frame_state_for): Likewise.
9979         * value-prof.c (histogram_hash, histogram_eq): Likewise.
9980         * value-prof.h (const_histogram_value): New.
9981
9982 2007-07-25  Richard Sandiford  <richard@codesourcery.com>
9983
9984         * config/mips/mips.c (machine_function): Add
9985         initialized_mips16_gp_pseudo_p.
9986         (mips16_gp_pseudo_reg): Do not emit the initialization of
9987         mips16_gp_pseudo_rtx when being called from the gimple cost-
9988         calculation routines; emit it on the first use outside those
9989         routines.
9990
9991 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9992
9993         * coretypes.h (const_bitmap, const_rtx, const_rtvec, const_tree):
9994         New.
9995         
9996         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2,
9997         RTVEC_ELT, XWINT, XCWINT, XCMWINT, XCNMPRV, BLOCK_SYMBOL_CHECK,
9998         RTL_FLAG_CHECK1, RTL_FLAG_CHECK2, RTL_FLAG_CHECK3,
9999         RTL_FLAG_CHECK4, RTL_FLAG_CHECK5, RTL_FLAG_CHECK6,
10000         RTL_FLAG_CHECK7, RTL_FLAG_CHECK8, LABEL_KIND, SET_LABEL_KIND):
10001         Preserve const-ness of parameters through use of __typeof(),
10002         also constify and tidy.
10003         
10004         * tree.h (TREE_CHECK, TREE_NOT_CHECK, TREE_CHECK2,
10005         TREE_NOT_CHECK2, TREE_CHECK3, TREE_NOT_CHECK3, TREE_CHECK4,
10006         NON_TREE_CHECK4, TREE_CHECK5, TREE_NOT_CHECK5,
10007         CONTAINS_STRUCT_CHECK, TREE_CLASS_CHECK, TREE_RANGE_CHECK,
10008         OMP_CLAUSE_SUBCODE_CHECK, OMP_CLAUSE_RANGE_CHECK, EXPR_CHECK,
10009         GIMPLE_STMT_CHECK, NON_TYPE_CHECK, TREE_VEC_ELT_CHECK,
10010         PHI_NODE_ELT_CHECK, OMP_CLAUSE_ELT_CHECK, TREE_OPERAND_CHECK,
10011         TREE_OPERAND_CHECK_CODE, GIMPLE_STMT_OPERAND_CHECK,
10012         TREE_RTL_OPERAND_CHECK, TREE_CHAIN, TREE_TYPE): Likewise.
10013
10014 2007-07-25  Julian Brown  <julian@codesourcery.com>
10015             Mark Shinwell  <shinwell@codesourcery.com>
10016
10017         * config/alpha/alpha.c (alpha_mangle_fundamental_type): Rename to...
10018         (alpha_mangle_type): This.
10019         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
10020         (TARGET_MANGLE_TYPE): Define this instead.
10021         * config/arm/arm-protos.h (arm_mangle_type): Add prototype.
10022         * config/arm/arm.c (TARGET_MANGLE_TYPE): Define target hook.
10023         (arm_init_neon_builtins): Fix comment.
10024         (arm_mangle_map_entry): New.
10025         (arm_mangle_map): New.
10026         (arm_mangle_type): New.
10027         * config/i386/i386.c (ix86_mangle_fundamental_type): Rename to...
10028         (ix86_mangle_type): This. Use TYPE_MAIN_VARIANT and restrict
10029         mangled types to VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, REAL_TYPE.
10030         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
10031         (TARGET_MANGLE_TYPE): Define this instead.
10032         * config/ia64/ia64.c (ia64_mangle_fundamental_type): Rename to...
10033         (ia64_mangle_type): This. Use TYPE_MAIN_VARIANT  and restrict
10034         mangled types to VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, REAL_TYPE.
10035         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
10036         (TARGET_MANGLE_TYPE): Define this instead.
10037         * config/rs6000/rs6000.c (rs6000_mangle_fundamental_type): Rename
10038         to...
10039         (rs6000_mangle_type): This. Use TYPE_MAIN_VARIANT.
10040         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
10041         (TARGET_MANGLE_TYPE): Define this instead.
10042         * config/s390/s390.c (s390_mangle_fundamental_type): Rename to...
10043         (s390_mangle_type): This.
10044         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
10045         (TARGET_MANGLE_TYPE): Define this instead.
10046         * config/sparc/sparc.c (sparc_mangle_fundamental_type): Rename to...
10047         (sparc_mangle_type): This.
10048         (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
10049         (TARGET_MANGLE_TYPE): Define this instead.
10050         * cp/mangle.c (write_type): Call mangle_type target hook on all
10051         types before mangling.  Use original type, not main variant, as
10052         argument.
10053         * target-def.h (TARGET_MANGLE_FUNDAMENTAL_TYPE): Rename hook to...
10054         (TARGET_MANGLE_TYPE): This.
10055         * target.h (gcc_target): Rename mangle_fundamental_type to
10056         mangle_type.
10057         * doc/tm.texi (TARGET_MANGLE_FUNDAMENTAL_TYPE): Rename section to...
10058         (TARGET_MANGLE_TYPE): This. Note slightly different semantics.
10059
10060 2007-07-25  Julian Brown  <julian@codesourcery.com>
10061             Paul Brook  <paul@codesourcery.com>
10062             Joseph Myers  <joseph@codesourcery.com>
10063             Mark Shinwell  <shinwell@codesourcery.com>
10064
10065         * Makefile.in (TEXI_GCC_FILES): Add arm-neon-intrinsics.texi.
10066         * config.gcc (arm*-*-*): Add arm_neon.h to extra headers.
10067         (with_fpu): Allow --with-fpu=neon.
10068         * config/arm/aof.h (ADDITIONAL_REGISTER_NAMES): Add Q0-Q15.
10069         * config/arm/aout.h (ADDITIONAL_REGISTER_NAMES): Add Q0-Q15.
10070         * config/arm/arm-modes.def (EI, OI, CI, XI): New modes.
10071         * config/arm/arm-protos.h (neon_immediate_valid_for_move)
10072         (neon_immediate_valid_for_logic, neon_output_logic_immediate)
10073         (neon_pairwise_reduce, neon_expand_vector_init, neon_reinterpret)
10074         (neon_emit_pair_result_insn, neon_disambiguate_copy)
10075         (neon_vector_mem_operand, neon_struct_mem_operand, output_move_quad)
10076         (output_move_neon): Add prototypes.
10077         * config/arm/arm.c (FL_NEON): New flag for NEON processor capability.
10078         (all_fpus): Add FPUTYPE_NEON.
10079         (fp_model_for_fpu): Add NEON field.
10080         (arm_return_in_memory): Return vectors <= 16 bytes in ARM registers.
10081         (arm_arg_partial_bytes): Allow NEON vectors to be passed partially
10082         in registers.
10083         (arm_legitimate_address_p): Don't support fancy addressing for NEON
10084         structure moves.
10085         (thumb2_legitimate_address_p): Likewise.
10086         (neon_valid_immediate): Recognize and prepare constants suitable for
10087         NEON instructions.
10088         (neon_immediate_valid_for_move): New function. Recognize and prepare
10089         immediates for NEON move instructions.
10090         (neon_immediate_valid_for_logic): New function. Recognize and
10091         prepare immediates for NEON logic instructions.
10092         (neon_output_logic_immediate): New function. Create asm string
10093         suitable for outputting immediate logic instructions.
10094         (neon_pairwise_reduce): New function. Implement reduction using
10095         pairwise operations.
10096         (neon_expand_vector_init): New function. Expand a (possibly
10097         non-constant) vector initialization.
10098         (neon_vector_mem_operand): New function. Memory operands supported
10099         for quad-word loads/stores to/from ARM or NEON registers. Don't
10100         allow base+offset addressing for core regs.
10101         (neon_struct_mem_operand): New function. Valid mems for NEON
10102         structure moves.
10103         (coproc_secondary_reload_class): Enable NEON registers to be loaded
10104         from neon_vector_mem_operand addresses without a secondary register.
10105         (add_minipool_forward_ref): Handle >8-byte minipool entries.
10106         (add_minipool_backward_ref): Likewise.
10107         (dump_minipool): Likewise.
10108         (push_minipool_fix): Likewise.
10109         (output_move_quad): New function. Output quad-word moves, loads and
10110         stores using ARM registers.
10111         (output_move_vfp): Add support for vectors in VFP (NEON) D
10112         registers.
10113         (output_move_neon): Output a NEON load/store to/from a quadword
10114         register.
10115         (arm_print_operand): Implement new codes:
10116         - 'c' for unadorned integers (without a # sign).
10117         - 'J', 'K' for reg+2/reg+3, reg+3/reg+2 in little/big-endian
10118         mode.
10119         - 'e', 'f' for the low and high D parts of a NEON Q register.
10120         - 'q' outputs a NEON Q register.
10121         - 'h' outputs ranges of D registers for VLDM/VSTM etc.
10122         - 'T' prints NEON opcode features from a coded bitmask.
10123         - 'F' is similar to T, but signed/unsigned codes both print as
10124         'i'.
10125         - 't' is similar to T, but 'u' is printed instead of 'p'.
10126         - 'O' prints 'r' if NEON instruction should perform rounding (as
10127         specified by bitmask), else prints nothing.
10128         - '#' is a punctuation character to stop operand numbers from
10129         running together with following digits in the assembler
10130         strings for instructions (when using mode attributes).
10131         (arm_assemble_integer): Handle extra NEON vector modes. Permute
10132         constant vectors in big-endian mode, where necessary.
10133         (arm_hard_regno_mode_ok): Allow vectors in VFP/NEON registers.
10134         Handle EI, OI, CI, XI modes.
10135         (ashlv4hi3, ashlv2si3, lshrv4hi3, lshrv2si3, ashrv4hi3)
10136         (ashrv2si3): Rename IWMMXT2_BUILTINs to...
10137         (ashlv4hi3_iwmmxt, ashlv2si3_iwmmxt, lshrv4hi3_iwmmxt)
10138         (lshrv2si3_iwmmxt, ashrv4hi3_iwmmxt, ashrv2si3_iwmmxt): New names.
10139         (neon_builtin_type_bits): Add enumeration, one bit for each vector
10140         type.
10141         (v8qi_UP, v4hi_UP, v2si_UP, v2sf_UP, di_UP, v16qi_UP, v8hi_UP)
10142         (v4si_UP, v4sf_UP, v2di_UP, ti_UP, ei_UP, oi_UP, UP): Define macros
10143         to turn v8qi, etc. into bits defined above.
10144         (neon_itype): New enumeration. Classifications of NEON builtins.
10145         (neon_builtin_datum): Define struct. Contains information about
10146         a single builtin (with multiple modes).
10147         (CF): Define helper macro for...
10148         (VAR1...VAR10): Define builtins with a type, name and 1-10 different
10149         modes.
10150         (neon_builtin_data): New array. Define information about builtins
10151         for use during initialization/expansion.
10152         (arm_init_neon_builtins): New function.
10153         (arm_init_builtins): Call arm_init_neon_builtins if TARGET_NEON is
10154         true.
10155         (neon_builtin_compare): New function.
10156         (locate_neon_builtin_icode): New function. Find an insn code for a
10157         builtin given a function code for that builtin. Also return type of
10158         builtin (NEON_BINOP, NEON_UNOP etc.).
10159         (builtin_arg): New enumeration. Types of arguments for builtins.
10160         (arm_expand_neon_args): New function. Expand a generic NEON builtin.
10161         Takes a variable argument list of builtin_arg types, terminated by
10162         NEON_ARG_STOP.
10163         (arm_expand_neon_builtin): New function. Expand a NEON builtin.
10164         (neon_reinterpret): New function. Expand NEON reinterpret intrinsic.
10165         (neon_emit_pair_result_insn): New function. Support returning pairs
10166         of vectors via a pointer.
10167         (neon_disambiguate_copy): New function. Set up operands for a
10168         multi-word copy such that registers do not get clobbered.
10169         (arm_expand_builtin): Call arm_expand_neon_builtin if fcode >=
10170         ARM_BUILTIN_NEON_BASE.
10171         (arm_file_start): Set float-abi attribute for NEON.
10172         (arm_vector_mode_supported_p): Enable NEON vector modes.
10173         (arm_mangle_map_entry): New.
10174         (arm_mangle_map): New.
10175         (arm_mangle_vector_type): New.
10176         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_NEON__
10177         when appropriate.
10178         (TARGET_NEON): New macro. Target supports NEON.
10179         (fputype): Add FPUTYPE_NEON.
10180         (UNITS_PER_SIMD_WORD): Define. Allow quad-word registers to be used
10181         for vectorization based on command-line arg.
10182         (NEON_REGNO_OK_FOR_NREGS): Define.
10183         (VALID_NEON_DREG_MODE, VALID_NEON_QREG_MODE)
10184         (VALID_NEON_STRUCT_MODE): Define.
10185         (PRINT_OPERAND_PUNCT_VALID_P): '#' is valid punctuation.
10186         (arm_builtins): Add ARM_BUILTIN_NEON_BASE.
10187         * config/arm/arm.md (VUNSPEC_POOL_16): Insert constant for unspec.
10188         (consttable_16): Add pattern for outputting 16-byte minipool
10189         entries.
10190         (movv2si, movv4hi, movv8qi): Remove blank expanders (redefined in
10191         vec-common.md).
10192         (vec-common.md, neon.md): Include md files.
10193         * config/arm/arm.opt (mvectorize-with-neon-quad): Add option.
10194         * config/arm/constraints.md (constraint "Dn", "Dl", "DL"): Define.
10195         (memory_constraint "Ut", "Un", "Us"): Define.
10196         * config/arm/iwmmxt.md (VMMX, VSHFT): New mode macros.
10197         (MMX_char): New mode attribute.
10198         (addv8qi3, addv4hi3, addv2si3): Remove. Replace with...
10199         (*add<mode>3_iwmmxt): New insn pattern.
10200         (subv8qi3, subv4hi3, subv2si3): Remove. Replace with...
10201         (*sub<mode>3_iwmmxt): New insn pattern.
10202         (mulv4hi3): Rename to...
10203         (*mulv4hi3_iwmmxt): This.
10204         (smaxv8qi3, smaxv4hi3, smaxv2si3, umaxv8qi3, umaxv4hi3)
10205         (umaxv2si3, sminv8qi3, sminv4hi3, sminv2si3, uminv8qi3)
10206         (uminv4hi3, uminv2si3): Remove. Replace with...
10207         (*smax<mode>3_iwmmxt, *umax<mode>3_iwmmxt, *smin<mode>3_iwmmxt)
10208         (*umin<mode>3_iwmmxt): These.
10209         (ashrv4hi3, ashrv2si3, ashrdi3_iwmmxt): Replace with...
10210         (ashr<mode>3_iwmmxt): This new pattern.
10211         (lshrv4hi3, lshrv2si3, lshrdi3_iwmmxt): Replace with...
10212         (lshr<mode>3_iwmmxt): This new pattern.
10213         (ashlv4hi3, ashlv2si3, ashldi3_iwmmxt): Replace with...
10214         (ashl<mode>3_iwmmxt): This new pattern.
10215         * config/arm/neon-docgen.ml: New file. Generate documentation for
10216         intrinsics.
10217         * config/arm/neon-gen.ml: New file. Generate arm_neon.h header.
10218         * config/arm/arm_neon.h: New (autogenerated).
10219         * config/arm/neon-testgen.ml: New file. Generate NEON tests
10220         automatically.
10221         * config/arm/neon.md: New file. Define NEON instructions.
10222         * config/arm/neon.ml: New file. Abstract description of NEON
10223         instructions, used to generate arm_neon.h header, documentation and
10224         tests.
10225         * config/arm/t-arm (MD_INCLUDES): Add vec-common.md, neon.md.
10226         * vec-common.md: New file. Shared parts for iWMMXt and NEON vector
10227         support.
10228         * doc/extend.texi (ARM Built-in Functions): Rename and remove
10229         extraneous comma.
10230         (ARM NEON Intrinsics): New subsection.
10231         * doc/arm-neon-intrinsics.texi: New (autogenerated).
10232
10233 2007-07-25  Danny Smith   <dannysmith@users.sourceforge.net>
10234
10235         * config/i386/i386-protos.h (i386_pe_asm_file_end): Remove
10236         prototype.
10237
10238 2007-07-24  Jan Hubicka  <jh@suse.cz>
10239
10240         * regclass.c (move_table): New type.
10241         (move_cost, may_move_in_cost, may_move_out_cost): Use it.
10242         (init_move_cost): Break out from ...
10243         (init_reg_sets_1): ... here; simplify computation of
10244         have_regs-of_mode and contains_reg_of_mode.
10245         (record_reg_classes): Unswitch internal loops.
10246         (copy_cost): Trigger lazy initialization of move cost
10247         (record_address_regs): Likewise.
10248
10249 2007-07-24  Daniel Berlin  <dberlin@dberlin.org>
10250
10251         * config/darwin.c (darwin_override_options): Don't force on
10252         flag_var_tracking_uninit when no debug info is requested.
10253
10254 2007-07-25  Zdenek Dvorak  <dvorakz@suse.cz>
10255
10256         * cfgloop.c (init_loops_structure): New function.
10257         (flow_loops_find): Create root of the loop tree unconditionally.
10258
10259 2007-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
10260
10261         * tree-ssa-ccp.c (fold_const_aggregate_ref): Use fold_convert.
10262
10263 2007-07-24  Jan Hubicka  <jh@suse.cz>
10264
10265         * caller-save.c: Include ggc.h, gt-caller-save.h
10266         (reg_save_code, reg_restore_code): Rename to ...
10267         (cached_reg_save_code, cached_reg_restore_code): ... those.
10268         (savepat, restpat, test_reg, test_mem, saveinsn, restinsn): New.
10269         (reg_save_code, reg_restore_code): New functions.
10270         (init_caller_save): Do not intialize
10271         reg_save_code/reg_restore_code tables.
10272         * Makefile.in: (gt-caller-save.h): New.
10273
10274 2007-07-24  Andreas Krebbel  <krebbel1@de.ibm.com>
10275
10276         * tree-ssa-ifcombine.c (ifcombine_ifandif): Use a ONE operand
10277         with the mode of the original operand instead of
10278         integer_one_node.
10279
10280 2007-07-23  Jan Hubicka  <jH@suse.cz>
10281
10282         * i386.c (ix86_secondary_memory_needed): Break out to...
10283         (inline_secondary_memory_needed): ... here.
10284         (ix86_memory_move_cost): Break out to ...
10285         (inline_memory_move_cost): ... here; add support for IN value of 2 for
10286         maximum of input and output; fix handling of Q_REGS on 64bit.
10287         (ix86_secondary_memory_needed): Microoptimize.
10288
10289 2007-07-23  Sebastian Pop  <sebpop@gmail.com>
10290
10291         * tree-data-ref.c (find_vertex_for_stmt, create_rdg_edge_for_ddr,
10292         create_rdg_edges_for_scalar, create_rdg_edges, create_rdg_vertices,
10293         stmts_from_loop, known_dependences_p, build_rdg): New.
10294         * tree-data-ref.h: Depends on graphds.h.
10295         (rdg_vertex, RDGV_STMT, rdg_dep_type, rdg_edge, RDGE_TYPE): New.
10296         (build_rdg): Declared.
10297         * Makefile.in (TREE_DATA_REF_H): Depends on graphds.h.
10298
10299 2007-07-23  Daniel Berlin  <dberlin@dberlin.org>
10300
10301         * tree-ssa-propagate.c (valid_gimple_expression_p): Match up with
10302         ccp_min_invariant.
10303
10304 2007-07-23  Peter Bergner  <bergner@vnet.ibm.com>
10305             Jakub Jelinek  <jakub@redhat.com>
10306
10307         PR middle-end/PR28690
10308         * optabs.c (expand_binop): (emit_cmp_and_jump_insns): Allow
10309         EQ compares.
10310         * rtlanal.c (commutative_operand_precedence): Prefer both REG_POINTER
10311         and MEM_POINTER operands over REG and MEM operands.
10312         (swap_commutative_operands_p): Change return value to bool.
10313         * rtl.h: Update the corresponding prototype.
10314         * tree-ssa-address.c (gen_addr_rtx): Use simplify_gen_binary
10315         instead of gen_rtx_PLUS.
10316         * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Change return
10317         value to bool.  Change function arguments to rtx's and update code
10318         to match.
10319         (simplify_plus_minus): Update the simplify_plus_minus_op_data_cmp
10320         calls to match the new declaration.
10321         * simplify-rtx.c (simplify_associative_operation): Don't
10322         reorder simplify_binary_operation arguments.
10323
10324 2007-07-23  Richard Sandiford  <richard@codesourcery.com>
10325
10326         * config/mips/mips.c (override_options): Use mips_costs to derive
10327         the default branch cost.
10328         * config/mips/mips.h (BRANCH_COST): Use mips_branch_cost rather
10329         than mips_costs.
10330         * config/mips/mips.opt (mbranch-cost=): New option.
10331         * doc/invoke.texi (-mbranch-cost): Document new MIPS option.
10332
10333 2007-07-23  Richard Sandiford  <richard@codesourcery.com>
10334
10335         * config/mips/mips.h (GR_REG_CLASS_P, COP_REG_CLASS_P): Delete.
10336         (SECONDARY_MEMORY_NEEDED): Delete commented-out definition.
10337         * config/mips/mips.c (mips_register_move_cost): Use reg_class_subset_p
10338         instead of GR_REG_CLASS_P and COP_REG_CLASS_P.
10339
10340 2007-07-23  Richard Sandiford  <richard@codesourcery.com>
10341
10342         * config/mips/constraints.md (ks): New constraint.
10343         * config/mips/mips.md (*add<mode>3_sp1, *add<mode>3_sp2): Fold into...
10344         (*add<mode>3_mips16): ...here.
10345
10346 2007-07-21  Uros Bizjak  <ubizjak@gmail.com>
10347
10348         * optabs.h (enum optab_index): Add new OTI_signbit.
10349         (signbit_optab): Define corresponding macro.
10350         (enum insn_code signbit_optab[]): Remove array.
10351         * optabs.c (init_optabs): Initialize signbit_optab using init_optab.
10352         (expand_copysign_absneg): If back end provides signbit insn, use it
10353         instead of bit operations on floating point argument.
10354         * builtins.c (enum insn_code signbit_optab[]): Remove array.
10355         (expand_builtin_signbit): Check signbit_optab->handlers[].insn_code
10356         for availability of signbit insn.
10357
10358         * config/i386/i386.md (signbit<mode>2): New insn pattern to implement
10359         signbitf, signbit and signbitl built-ins as inline x87 intrinsics when
10360         SSE mode is not active.
10361         (isinf<mode>2): Disable for mfpmath=sse,387.
10362
10363 2007-07-22  Ben Elliston  <bje@au.ibm.com>
10364
10365         * regclass.c (invalid_mode_change_p): Attach ATTRIBUTE_UNUSED to
10366         `class' parameter.
10367         * struct-equiv.c (note_local_live): Likewise for `y_regno'.
10368
10369 2007-07-20  Richard Guenther  <rguenther@suse.de>
10370
10371         * tree-cfg.c (verify_expr): COND_EXPRs can have any
10372         integral typed condition.
10373         * tree-ssa.c (useless_type_conversion_p): Do not preserve
10374         booleanness.  Only preserve conversions from a non-base
10375         type to a base type, not in general between types with
10376         different TYPE_MIN_VALUE or TYPE_MAX_VALUE.
10377         * tree.def (COND_EXPR): Document that the condition
10378         can be of any integral type.
10379
10380 2007-07-20  Nigel Stephens  <nigel@mips.com>
10381             Richard Sandiford  <richard@codesourcery.com>
10382
10383         * config/mips/mips.h (mips_dwarf_regno): Declare.
10384         (DBX_REGISTER_NUMBER): Remove redundant brackets.
10385         (HI_REGNUM, LO_REGNUM): Define in an endian-dependent way.
10386         (AC1HI_REGNUM, AC1LO_REGNUM, AC2HI_REGNUM, AC2LO_REGNUM)
10387         (AC3HI_REGNUM, AC3LO_REGNUM, ACC_HI_REG_P): Delete.
10388         (reg_class): Rename HI_REG to MD0_REG and LO_REG to MD1_REG.
10389         (REG_CLASS_NAMES): Update accordingly.
10390         * config/mips/mips.c (mips_dwarf_regno): New array.
10391         (mips_regno_to_class): Rename HI_REG to MD0_REG and LO_REG to MD1_REG.
10392         (mips_subword): Remove special handling for accumulator registers.
10393         (override_options): Initiailize mips_dwarf_regno.  Remove use
10394         of ACC_HI_REG_P.
10395         (mips_swap_registers): New function.
10396         (mips_conditional_register_usage): Swap accumulator registers
10397         around if TARGET_LITTLE_ENDIAN.
10398         (mips_cannot_change_mode_class): Remove special treatment of ACC_REGS.
10399         * config/mips/constraints.md (h, l): Use the endianness to choose
10400         between MD0_REG and MD1_REG.
10401         * config/mips/mips.md (*mfhilo_<mode>_macc): Use a fixed-string,
10402         alternative-dependent template.
10403
10404 2007-07-20  Richard Sandiford  <richard@codesourcery.com>
10405
10406         * config/arm/arm.md (movsi): Use can_create_pseudo_p instead of
10407         no_new_pseudos.
10408
10409 2007-07-20  Zdenek Dvorak  <dvorakz@suse.cz>
10410
10411         * function.c (thread_prologue_and_epilogue_insns): Fix exit
10412         predecessor fallthru flags.
10413
10414 2007-07-20  Zdenek Dvorak  <dvorakz@suse.cz>
10415
10416         * tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands
10417         of compare to the same type.
10418         * cfgloopmanip.c (add_loop): Update information about loop exits.
10419         (loop_version): Remove the innermost loop requirement.
10420         * tree-ssa-loop-manip.c (determine_exit_conditions): Convert bounds
10421         to sizetype for pointers.
10422
10423 2007-07-18  H.J. Lu  <hongjiu.lu@intel.com>
10424
10425         * Makefile.in (D32PBIT_FUNCS): Add _sd_to_tf and _tf_to_sd.
10426         (D64PBIT_FUNCS): Add _dd_to_tf and _tf_to_dd.
10427         (D128PBIT_FUNCS): Add _td_to_tf and _tf_to_td.
10428
10429         * config/dfp-bit.c: Empty for TFmode conversions.
10430
10431 2007-07-18  Caroline Tice  <ctice@apple.com>
10432         
10433         * var-tracking.c (find_src_status): Check for  COND_EXEC insns
10434         and handle them correctly; check that src is not NULL before
10435         trying to use it.
10436         (find_src_set_src): Likewise.
10437         
10438 2007-07-18  Bob Wilson  <bob.wilson@acm.org>
10439         
10440         * config/xtensa/xtensa.c (xtensa_expand_mask_and_shift): New.
10441         (struct alignment_context, init_alignment_context): New.
10442         (xtensa_expand_compare_and_swap, xtensa_expand_atomic): New.
10443         * config/xtensa/xtensa.h (XCHAL_HAVE_RELEASE_SYNC): Add default.
10444         (XCHAL_HAVE_S32C1I): Likewise.
10445         (TARGET_RELEASE_SYNC, TARGET_S32C1I): New.
10446         * config/xtensa/xtensa.md (UNSPECV_MEMW): New constant.
10447         (UNSPECV_S32RI, UNSPECV_S32C1I): Likewise.
10448         (ATOMIC, HQI): New macros.
10449         (memory_barrier, *memory_barrier): New.
10450         (sync_lock_releasesi): New.
10451         (sync_compare_and_swapsi, sync_compare_and_swap<mode>): New.
10452         (sync_lock_test_and_set<mode>): New.
10453         (sync_<atomic><mode>): New.
10454         (sync_old_<atomic><mode>, sync_new_<atomic><mode>): New.
10455         * config/xtensa/xtensa-protos.h (xtensa_expand_compare_and_swap): New.
10456         (xtensa_expand_atomic): New.
10457         
10458 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10459
10460         PR target/30652
10461
10462         * builtins.c (expand_builtin_interclass_mathfn): Provide a generic
10463         transformation for builtin ISNORMAL.
10464         (expand_builtin): Handle BUILT_IN_ISNORMAL.
10465         * builtins.def (BUILT_IN_ISNORMAL): New.
10466         * doc/extend.texi: Document isnormal.
10467
10468 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10469
10470         PR target/30652
10471
10472         * builtins.c (expand_builtin_interclass_mathfn): Allow for missing
10473         optabs infrastructure.  Provide generic implementation for
10474         FINITE/ISFINITE.
10475         (expand_builtin): Handle FINITE/ISFINITE.
10476         (fold_builtin_classify): Make ISFINITE canonical instead of FINITE.
10477         (fold_builtin_1): Likewise.
10478
10479         * builtins.def (BUILT_IN_ISFINITE): New.
10480
10481         * doc/extend.texi: Document isfinite.
10482
10483 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10484
10485         PR target/30652
10486         PR middle-end/20558
10487
10488         * builtins.c (expand_builtin_interclass_mathfn): Provide a
10489         generic fallback for isinf.
10490         * c-cppbuiltin.c (builtin_define_float_constants): Move FP max
10491         calculation code ...
10492         * real.c (get_max_float): ... to here.
10493         * real.h (get_max_float): New.
10494
10495 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10496
10497         PR middle-end/32668
10498
10499         * builtin-attrs.def (ATTR_TYPEGENERIC,
10500         ATTR_CONST_NOTHROW_TYPEGENERIC): New.
10501
10502         * builtins.def (BUILT_IN_ISINF, BUILT_IN_ISNAN,
10503         BUILT_IN_ISGREATER, BUILT_IN_ISGREATEREQUAL, BUILT_IN_ISLESS,
10504         BUILT_IN_ISLESSEQUAL, BUILT_IN_ISLESSGREATER,
10505         BUILT_IN_ISUNORDERED): Use ATTR_CONST_NOTHROW_TYPEGENERIC.
10506
10507         * c-common.c (handle_type_generic_attribute): New.
10508         (c_common_attribute_table): Add "type generic".
10509
10510         * c-typeck.c (convert_arguments): Handle "type generic" functions.
10511
10512 2007-07-18  Daniel Berlin  <dberlin@dberlin.org>
10513
10514         * tree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expression
10515         * tree-ssa-propagate (valid_gimple_expression): Handle ADDR_EXPR
10516         properly.
10517
10518 2007-07-18  Rask Ingemann Lambertsen  <rask@sygehus.dk>
10519
10520         PR target/32808
10521         * config/cris/cris.c (cris_print_index): Don't use XEXP before
10522         checking that the operand is an expression.
10523
10524 2007-07-19  Christoph von Wittich  <Christoph_vW@reactos.org>
10525             Danny Smith  <dannysmith@users.sourceforge.net>
10526
10527         PR/other 30335
10528         * config/i386/host-mingw32.c (mingw32_gt_pch_use_address): Put
10529         file mapping object in local namespace if Windows version later
10530         than NT4
10531
10532 2007-07-18  Richard Sandiford  <richard@codesourcery.com>
10533
10534         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Declare.
10535         * config/arm/arm.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
10536         arm_cannot_force_const_mem.
10537         (arm_cannot_force_const_mem): New function.
10538         * config/arm/arm.h (ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): New macro.
10539         (LEGITIMATE_CONSTANT_P): Test arm_cannot_force_const_mem instead
10540         of arm_tls_referenced_p.
10541         * config/arm/arm.md (movsi): Split out-of-section constants when
10542         ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P.
10543         * config/arm/vxworks.h (ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
10544
10545 2007-07-18  Richard Sandiford  <richard@codesourcery.com>
10546
10547         * config/mips/mips.md (clear_cache): Treat the size argument as Pmode.
10548
10549 2007-07-18  Richard Sandiford  <richard@codesourcery.com>
10550
10551         * config/mips/mips.md (*extendqihi2): Convert the destination
10552         to SImode.
10553
10554 2007-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10555
10556         * config/pa/fptr.c: Update license header.
10557         * config/pa/milli64.S: Likewise.
10558
10559 2007-07-17  Nick Clifton  <nickc@redhat.com>
10560
10561         * COPYING_v3: New file.  Contains version 3 of the GNU General
10562         Public License.
10563         * COPYING.LIB_v3: New file.  Contains version 3 of the GNU
10564         Lesser General Public License.
10565         * doc/include/gpl_v3.texi: New file.  Contains version 3 of
10566         the GNU General Public License.
10567
10568 2007-07-17  Zdenek Dvorak  <dvorakz@suse.cz>
10569
10570         PR rtl-optimization/32773
10571         * cfglayout.c (force_one_exit_fallthru): New function.
10572         (cfg_layout_finalize): Use it.
10573
10574 2007-07-16  Richard Guenther  <rguenther@suse.de>
10575             Uros Bizjak  <ubizjak@gmail.com>
10576
10577         * tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond"
10578         before forcing it to gimple operand.
10579
10580 2007-07-16  Sandra Loosemore  <sandra@codesourcery.com>
10581             David Ung  <davidu@mips.com>
10582
10583         * config/mips/mips.h (TUNE_24K): Define.
10584         (TUNE_MACC_CHAINS): Add TUNE_24K.
10585         * config/mips/mips.md: (*mul_acc_si, *mul_sub_si): Change type to
10586         imadd.
10587         * config/mips/74k.md (r74k_int_mult): Split madd/msub to ..
10588         (r74k_int_madd): .. this new reservation.
10589         (define_bypass): Fixed bypasses for r74k_int_madd to use
10590         mips_linked_madd_p.
10591         * config/mips/24k.md (define_bypass): Define new
10592         r24k_int_mul3->r24k_int_madd bypass using mips_linked_madd_p.
10593
10594 2007-07-16  Sandra Loosemore  <sandra@codesourcery.com>
10595             Nigel Stephens  <nigel@mips.com>
10596
10597         * config/mips/mips.md: Include 20kc.md.
10598         * config/mips/20kc.md: New file.
10599         * config/mips/mips.c (mips_rtx_cost_data): Fill in 20Kc costs.
10600         (mips_adjust_cost): Tweak for 20Kc.
10601         (mips_issue_rate): Likewise.
10602         * config/mips/mips.h (TUNE_20KC): Define.
10603
10604 2007-07-16  David Edelsohn  <edelsohn@gnu.og>
10605
10606         * config/rs6000/rs6000.c (struct processor_cost): Add
10607         cache_line_size, l1_cache_lines, and simultaneous_prefetches
10608         fields.
10609         (*_cost): Add cache information.
10610         (rs6000_override_options): Set cache parameters.
10611
10612 2007-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10613
10614         PR bootstrap/3456
10615         * config.gcc (mips-sgi-irix[56]*): Enable pthread support.
10616         * doc/install.texi (mips-sgi-irix6): pthread support works now.
10617
10618 2007-07-16  Paul Brook  <paul@codesourcery.com>
10619
10620         PR target/32753
10621         * config/arm/cirrus.md (cirrus_arm_movsi_insn): Remove dead insn.
10622         (cirrus_thumb2_movsi_insn): Ditto.
10623
10624 2007-07-15  Geoffrey Keating  <geoffk@apple.com>
10625
10626         * config/rs6000/darwin-fallback.c (interpret_libc): Change
10627         CR2_REGNO to R_CR2.
10628
10629 2007-07-15  Andrew Haley  <aph@redhat.com>
10630
10631         * unwind-sjlj.c (_Unwind_GetIPInfo): Check for context->fc != NULL
10632         before looking in the context.
10633
10634 2007-07-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10635
10636         PR middle-end/32398
10637         PR middle-end/32769
10638         * pa-protos.h (pa_eh_return_handler_rtx): Declare.
10639         * pa.c (pa_extra_live_on_entry, rp_saved): Declare.
10640         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
10641         (pa_output_function_prologue): Use rp_saved and
10642         current_function_is_leaf to generate .CALLINFO statement.
10643         (hppa_expand_prologue): Set rp_saved.
10644         (hppa_expand_epilogue): Use rp_saved.
10645         (pa_extra_live_on_entry, pa_eh_return_handler_rtx): New functions.
10646         * pa.h (EH_RETURN_HANDLER_RTX): Use pa_eh_return_handler_rtx.
10647
10648 2007-07-14  Dirk Mueller  <dmueller@suse.de>
10649
10650         * omega.c (coalesce): Fix memory leak on early exit.
10651         * matrix-reorg.c (check_allocation_function): Likewise.
10652         * tree-vect-transform.c (vect_get_new_vect_var): free result
10653         of concat().
10654         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
10655         pass pointer to edge vector
10656         (partition_hot_cold_basic_blocks): Fix memory leak.
10657         * collect2.c (prefix_from_string): Free temporary storage.
10658         * reload1.c (fixup_abnormal_edges): Free sbitmap.
10659
10660 2007-07-14  Kaz Kojima  <kkojima@gcc.gnu.org>
10661
10662         * config/sh/sh.h (DO_GLOBAL_CTORS_BODY): Add void to prototype.
10663         (DO_GLOBAL_DTORS_BODY): Likewise.
10664
10665 2007-07-14  Sandra Loosemore  <sandra@codesourcery.com>
10666             Nigel Stephens  <nigel@mips.com>
10667
10668         * config/mips/mips.c (mips_classify_symbol): Don't return
10669         SYMBOL_SMALL_DATA for constant pool addresses if
10670         TARGET_EMBEDDED_DATA is true.
10671
10672 2007-07-14  Uros Bizjak  <ubizjak@gmail.com>
10673
10674         * config/i386/i386.c (init_mmx_sse_builtins): Define all builtins
10675         except __builtin_ia32_emms, __builtin_ia32_ldmxcsr,
10676         __builtin_ia32_stmxcsr, __builtin_ia32_maskmovq, __builtin_ia32_loadups,
10677         __builtin_ia32_storeups, __builtin_ia32_loadhps, __builtin_ia32_loadlps,
10678         __builtin_ia32_storehps, __builtin_ia32_storelps,
10679         __builtin_ia32_movntps, __builtin_ia32_movntq, __builtin_ia32_sfence,
10680         __builtin_ia32_femms, __builtin_ia32_maskmovdqu, __builtin_ia32_loadupd,
10681         __builtin_ia32_storeupd, __builtin_ia32_loadhpd, __builtin_ia32_loadlpd,
10682         __builtin_ia32_movnti, __builtin_ia32_movntpd, __builtin_ia32_movntdq,
10683         __builtin_ia32_clflush, __builtin_ia32_lfence, __builtin_ia32_mfence,
10684         __builtin_ia32_loaddqu, __builtin_ia32_storedqu, __builtin_ia32_monitor,
10685         __builtin_ia32_mwait, __builtin_ia32_lddqu, __builtin_ia32_movntdqa,
10686         __builtin_ia32_movntsd and __builtin_ia32_movntss as const builtins
10687         using def_builtin_const.
10688
10689 2007-07-14  Eric Botcazou  <ebotcazou@adacore.com>
10690
10691         PR tree-optimization/32705
10692         * tree-ssa-sccvn.c (set_ssa_val_to): Accept VN_TOP as value number.
10693         (simplify_binary_expression): Use SSA_VAL consistently.
10694
10695 2007-07-13  David Edelsohn  <edelsohn@gnu.org>
10696
10697         * config/rs6000/spe.md (SPE_ACC_REGNO): Delete definition.
10698         (SPEFSCR_REGNO): Delete definition.
10699         * config/rs6000/rs6000.c: LINK_REGISTER_REGNUM -> LR_REGNO.
10700         COUNT_REGISTER_REGNUM -> CTR_REGNO.
10701         * config/rs6000/rs6000.h: Do not define *_REGNO.
10702         LINK_REGISTER_REGNUM -> LR_REGNO.
10703         COUNT_REGISTER_REGNUM -> CTR_REGNO.
10704         * config/rs6000/predicates.md: LINK_REGISTER_REGNUM ->  LR_REGNO.
10705         COUNT_REGISTER_REGNUM -> CTR_REGNO.
10706         * config/rs6000/linux-unwind.h: Define R_LR, R_CR2, R_VR0,
10707         R_VRSAVE, R_VSCR. Use them.
10708         * config/rs6000/darwin-fallback.c: Define R_LR, R_CTR, R_CR2,
10709         R_XER, R_VR0, R_VRSAVE, R_VSCR, R_SPEFSCR.  Use them.
10710         * config/rs6000/rs6000.md: Define REGNO constants.  Use them.
10711         * config/rs6000/aix.h: Define R_LR.  Use it.
10712         
10713 2007-07-13  Caroline Tice  <ctice@apple.com>
10714         
10715         * toplev.c (process_options): Turn flag_var_tracking_uninit off when
10716         flag_var_tracking is explicitly turned off (i.e. when variable
10717         tracking is not feasible); otherwise, turn flag_var_tracking on when
10718         flag_var_tracking_uninit is on.
10719         * rtl.def (VAR_LOCATION): Add a new integer subfield to VAR_LOCATION
10720         note definitions, to allow recording of initialization status in the
10721         notes.
10722         * dwarf2out.c (dwarf_stack_op_name): Add case for DW_OP_GNU_uninit.
10723         (add_var_loc_to_decl): Add comparison of NOTE_VAR_LOCATION_STATUS to
10724         determine if two note locations are equal.
10725         (output_loc_list): Don't output list entries whose start & end labels
10726         are the same.
10727         (reg_loc_descriptor): Add parameter for initialization status; pass it
10728         to other loc descriptor functions.
10729         (one_reg_loc_descriptor): Add parameter for initialization status;
10730         check its value and add DW_OP_GNU_uninit to returned loc descr if
10731         appropriate.
10732         (multiple_reg_loc_descriptor): Add parameter for initialization
10733         status;
10734         pass init status argument to other loc descriptor functions; check
10735         value of intialization parameter and add DW_OP_GNU_uninit to returned
10736         loc descr if appropriate.
10737         (based_loc_descr): Add parameter for initialization status; add new
10738         variable for return value; check value of initialization parameter and
10739         add DW_OP_GNU_uninit to returned loc descr if appropriate.
10740         (concatn_mem_loc_descriptor): Add parameter for initialization status;
10741         pass init status argument to other loc descriptor functions; check
10742         value of intialization parameter and add DW_OP_GNU_uninit to returned
10743         loc descr if appropriate.
10744         (mem_loc_descriptor): Likewise.
10745         (concat_loc_descriptor): Likewise.
10746         (concatn_loc_descriptor): Likewise.
10747         (loc_descriptor): Add parameter for initialization status; pass it as
10748         argument to other loc descriptor function calls.
10749         (loc_descriptor_from_tree_1): Add appropriate initialization status
10750         to loc descriptor function calls.
10751         (add_location_or_const_value_attribute): Get initialization status
10752         from VAR_LOCATION note; add initialization status to loc descriptor
10753         function calls.
10754         * dwarf2.h (enum dwarf_location_atom): New op, DW_OP_GNU_uninit.
10755         * print-rtl.c (print_rtx): When printing a VAR_LOCATION note, if
10756         status is uninitialized, add "[uninint]" to output.
10757         * common.opt (fvar-tracking-uninit): New option, similar to
10758         fvar-tracking, to turn on tracking of uninitialized variables; creates
10759         a new global flag, flag_var_tracking_uninit.
10760         * rtl.h (NOTE_VAR_LOCATION_STATUS): New macro for accessing new field.
10761         (enum var_init_status): New type, for var initialization status field.
10762         * var-tracking.c (struct location_chain_def): Two new fields, init,
10763         for initialization status, and set_src for the assignment value expr.
10764         (unshare_variable): New parameter for initialization status;
10765         initialize new init and set_src fields.
10766         (var_reg_set): New parameters for initialization status and value;
10767         pass them to set_variable_part.
10768         (var_mem_set): Likewise.
10769         (get_init_value): New function.
10770         (var_reg_delete_and_set): New initialization status & value
10771         parameters; add call to get_init_value if status is unknown; pass new
10772         parameters to clobber_variable_part and var_reg_set.
10773         (var_mem_delete_and_set): Likewise.
10774         (var_reg_delete): Pass null set_src value to clobber_variable_part.
10775         (var_mem_delete): Likewise.
10776         (variable_union): Pass status to unshare_variable; initialize new init
10777         and set_src fields. If flag_var_tracking_uninit is not set, force
10778         status to initialized.
10779         (add_stores): Store insn, rather than NEXT_INSN(insn), so it can be
10780         used later to get the set_src value.
10781         (find_src_status): New function.
10782         (find_src_set_src): New function.
10783         (compute_bb_dataflow): Pass init status to calls to var_reg_set,
10784         var_mem_set, var_reg_delete_and_set and var_mem_delete_and_set; for
10785         MO_SET, get set_src value and pass it to var_reg_delete_and_set
10786         and var_mem_delete_and_set.
10787         (dump_variable): Print out "[uninit]" if appropriate.
10788         (set_variable_part): Add new initialization and set_src parameters;
10789         pass status to unshare_variable; set node->init and node- >set_src
10790         fields and modify slot in hash table appropriately; save the init and
10791         set_src values if appropriate and assign to the new node.
10792         (clobber_variable_part): New set_src parameter; if two nodes have
10793         same variable and same location but different set_src (assignment)
10794         values, clobber old node.
10795         (delete_variable_part): Pass init status to unshare_variable.
10796         (emit_note_insn_var_location): Add initialized var; assign var's init
10797         status to new 'initialized'; pass new init status field to calls to
10798         gen_rtx_VAR_LOCATION. If flag_var_tracking_uninit is not set, force
10799         status to initialized.
10800         (emit_notes_in_bb): Pass initialization status to calls to
10801         var_reg_set, var_mem_set, var_reg_delete_and_set and
10802         var_mem_delete_and_set; for MO_SET, get set_src value and pass it to
10803         var_reg_delete_and_set and var_mem_delete_and_set; call
10804         emit_notes_for_changes on NEXT_INSN(insn) rather than on insn, to
10805         make up for change in add_stores.
10806         (vt_add_function_parameters): Add status to calls to
10807         set_variable_part.
10808         * config/darwin.c (darwin_override_options): Turn on uninitialized
10809         tracking automatically, if var_tracking is on and the system is
10810         10.5 or higher.
10811         
10812 2007-07-13  Sa Liu  <saliu@de.ibm.com>
10813
10814         * config.gcc: Add options for arch and tune on SPU.
10815         * config/spu/predicates.md: Add constant operands 0 and 1.
10816         * config/spu/spu-builtins.def: Add builtins for double precision 
10817         floating point comparison: si_dfceq, si_dfcmeq, si_dfcgt, si_dfcmgt, 
10818         si_dftsv, spu_cmpeq_13, spu_cmpabseq_1, spu_cmpgt_13, spu_cmpabsgt_1,
10819         spu_testsv.
10820         * config/spu/spu-c.c: Define __SPU_EDP__ when builtins invoked with 
10821         a CELLEDP target.
10822         * config/spu/spu-protos.h: Add new function prototypes. 
10823         * config/spu/spu.c (spu_override_options): Check options -march and
10824         -mtune.
10825         (spu_comp_icode): Add comparison code for DFmode and vector mode.
10826         (spu_emit_branch_or_set): Use the new code for DFmode and vector 
10827         mode comparison.
10828         (spu_const_from_int): New.  Create a vector constant from 4 ints.
10829         (get_vec_cmp_insn): New.  Get insn index of vector compare instruction.
10830         (spu_emit_vector_compare): New.  Emit vector compare.
10831         (spu_emit_vector_cond_expr): New.  Emit vector conditional expression.
10832         * config/spu/spu.h: Add options -march and -mtune.  Define processor
10833         types PROCESSOR_CELL and PROCESSOR_CELLEDP.  Define macro
10834         CANONICALIZE_COMPARISON.
10835         * config/spu/spu.md: Add new insns for double precision compare
10836         and double precision vector compare.  Add vcond and smax/smin patterns
10837         to enable DFmode vector conditional expression.
10838         * config/spu/spu.opt: Add options -march and -mtune.
10839         * config/spu/spu_internals.h: Add builtins for CELLEDP target:
10840         si_dfceq, si_dfcmeq, si_dfcgt, si_dfcmgt, si_dftsv.  Add builtin for
10841         both CELL and CELLEDP targets: spu_testsv.
10842         * config/spu/spu_intrinsics.h: Add flag mnemonics for test special 
10843         values.
10844
10845 2007-07-13  Richard Guenther  <rguenther@suse.de>
10846
10847         PR tree-optimization/32721
10848         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Preserve
10849         TREE_THIS_VOLATILE on the folded reference.
10850         * tree-ssa-operands.c (get_expr_operands): Set has_volatile_ops
10851         if the array reference has TREE_THIS_VOLATILE set.
10852
10853 2007-07-13  H.J. Lu  <hongjiu.lu@intel.com>
10854
10855         PR other/32188
10856         * doc/libgcc.texi: Update DFP intrinsics for DPD and BID.
10857
10858 2007-07-13  Andreas Schwab  <schwab@suse.de>
10859
10860         * gengtype-lex.l: Allow declarations to be indented.
10861
10862 2007-07-12  Geoffrey Keating  <geoffk@apple.com>
10863
10864         * ginclude/tgmath.h: New.
10865         * config.gcc: Use GCC's tgmath.h on non-glibc systems.
10866         * doc/sourcebuild.texi (Headers): Document use_gcc_tgmath.
10867         * configure.ac (STMP_FIXPROTO): Honor use_gcc_tgmath.
10868         * configure: Regenerate.
10869
10870 2007-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
10871
10872         * config/sh/linux-unwind.h (sh_fallback_frame_state): Use
10873         correct index when setting register save state for xd
10874         registers.
10875
10876 2007-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
10877
10878         * config/sh/sh.c (mark_use): Remove.
10879
10880 2007-07-12  Paul Brook  <paul@codesourcery.com>
10881
10882         * config/arm/arm.c (thumb1_compute_save_reg_mask): Make sure scratch
10883         reg does not overlap return value.
10884
10885 2007-07-12  Daniel Berlin  <dberlin@dberlin.org>
10886
10887         * tree-ssa-pre.c (get_expression_vuses): Move out side-effect.
10888         (set_expression_vuses): Ditto.
10889         (init_pre): Initialize expression_vuses.
10890
10891 2007-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
10892
10893         * config/i386/sse.md (storentdf, storentsf): New.
10894
10895 2007-07-12  Geoffrey Keating  <geoffk@apple.com>
10896
10897         * builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a
10898         FUNCTION_DECL.
10899         * tree.c (build_decl_stat): Move code from here...
10900         (make_node_stat): ... to here.  Don't uselessly clear DECL_USER_ALIGN.
10901         (expr_align): Honor DECL_ALIGN on a FUNCTION_DECL.  Add comment
10902         about using DECL_ALIGN of LABEL_DECL and CONST_DECL.
10903         * tree.h (DECL_USER_ALIGN): Fix misplaced comment.
10904         * varasm.c (assemble_start_function): Use DECL_ALIGN instead of
10905         FUNCTION_BOUNDARY.
10906
10907 2007-07-12  Dorit Nuzman  <dorit@il.ibm.com>
10908             Devang Patel  <dpatel@apple.com>
10909
10910         PR tree-optimization/25413
10911         * targhooks.c (default_builtin_vector_alignment_reachable): New.
10912         * targhooks.h (default_builtin_vector_alignment_reachable): New.
10913         * tree.h (contains_packed_reference): New.
10914         * expr.c (contains_packed_reference): New.
10915         * tree-vect-analyze.c (vector_alignment_reachable_p): New.
10916         (vect_enhance_data_refs_alignment): Call
10917         vector_alignment_reachable_p.
10918         * target.h (vector_alignment_reachable): New builtin.
10919         * target-def.h (TARGET_VECTOR_ALIGNMENT_REACHABLE): New.
10920         * config/rs6000/rs6000.c (rs6000_vector_alignment_reachable): New.
10921         (TARGET_VECTOR_ALIGNMENT_REACHABLE): Define.
10922
10923 2007-07-12  Dorit Nuzman  <dorit@il.ibm.com>
10924
10925         * target.h (builtin_vectorization_cost): Add new target builtin.
10926         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): New.
10927         * tree-vectorizer.h (TARG_SCALAR_STMT_COST): New.
10928         (TARG_SCALAR_LOAD_COST, TARG_SCALAR_STORE_COST): New.
10929         * tree-vect-analyze.c (vect_analyze_slp_instance): Initisliaze
10930         uninitialized variables.
10931         * tree-vect-transform.c (cost_for_stmt): New function.
10932         (vect_estimate_min_profitable_iters): Call cost_for_stmt instead of
10933         using cost 1 for all scalar stmts. Be less conservative when
10934         estimating the number of prologue/epulogue iterations. Call
10935         targetm.vectorize.builtin_vectorization_cost. Return
10936         min_profitable_iters-1.
10937         (vect_model_reduction_cost): Use TARG_SCALAR_TO_VEC_COST for
10938         initialization cost instead of TARG_VEC_STMT_COST. Use
10939         TARG_VEC_TO_SCALAR_COST instead of TARG_VEC_STMT_COST for reduction
10940         epilogue code. Fix epilogue cost computation.
10941         * config/spu/spu.c (spu_builtin_vectorization_cost): New.
10942         (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Implement.
10943         * config/spu/spu.h (TARG_COND_BRANCH_COST, TARG_SCALAR_STMT_COST):
10944         (TARG_SCALAR_LOAD_COST, TARG_SCALAR_STORE_COST, TARG_VEC_STMT_COST):
10945         (TARG_VEC_TO_SCALAR_COST, TARG_SCALAR_TO_VEC, TARG_VEC_LOAD_COST):
10946         (TARG_VEC_UNALIGNED_LOAD_COST, TARG_VEC_STORE_COST): Define.
10947
10948 2007-07-12  Richard Guenther  <rguenther@suse.de>
10949
10950         * gimplify.c (gimplify_conversion): Make sure that the result
10951         from maybe_fold_offset_to_reference is trivially convertible
10952         to the desired type before doing the simplification.
10953         (gimplify_expr): Likewise.
10954         * fold-const.c (fold_binary): Use the correct types for
10955         building the simplified expression.
10956
10957 2007-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
10958
10959         PR rtl-optimization/32729
10960         * cfghooks.c (can_duplicate_block_p): Do not forbid duplicating blocks
10961         that fallthru to exit.
10962
10963 2007-07-12  Kaz Kojima  <kkojima@gcc.gnu.org>
10964
10965         * config/sh/sh.md (symGOTOFF2reg): Add missing parenthesis.
10966         (symDTPOFF2reg): Likewise.
10967
10968 2007-07-11  Daniel Berlin  <dberlin@dberlin.org>
10969
10970         PR tree-optimization/32663
10971         
10972         * tree.h (VALUE_HANDLE_VUSES): Remove.
10973         (struct tree_value_handle): Remove vuses.
10974
10975         * tree-vn.c (create_value_handle_for_expr): Don't set
10976         VALUE_HANDLE_VUSES. 
10977
10978         * tree-ssa-pre.c (expression_vuses): New.
10979         (alloc_expression_id): Set up expression_vuses.
10980         (get_expression_vuses): New.
10981         (set_expression_vuses): Ditto.
10982         (clear_expression_ids): Modify for expression_vuses.
10983         (phi_translate_1): Ditto.
10984         (phi_translate_set): Ditto.
10985         (value_dies_in_block_x): Ditto
10986         (valid_in_sets): Ditto.
10987         (add_to_sets): Ditto.
10988         (find_existing_value_expr): Ditto.
10989         (create_value_handle_for_expr): Ditto.
10990         (make_values_for_stmt): Ditto.
10991         (vuse_equiv): Remove.
10992
10993 2007-07-11  Alexandre Oliva  <aoliva@redhat.com>
10994
10995         * Makefile.in (mostlyclean): Remove object files.
10996
10997 2007-07-11  Kenneth Zadeck <zadeck@naturalbridge.com>
10998
10999         * toplev.c (no_new_pseudos): Deleted.
11000         * rtl.h (no_new_pseudos): Deleted.
11001         * tree-pass.h (pass_no_new_pseudos): Deleted. 
11002         * passes.c (pass_no_new_pseudos): Deleted.
11003         * final.c (rest_of_clean_state): Removed no_new_pseudos.
11004         (rest_of_no_new_pseudos, pass_no_new_pseudos): Deleted.
11005         * struct-equiv.c (rtx_equiv_p): Replaced no_new_pseudos with 
11006         reload_completed.
11007         * cfgcleanup.c (try_crossjump_to_edge): Ditto. 
11008         * rtlhooks.c (gen_lowpart_general): Ditto.
11009         * optabs.c (prepare_operand): Ditto.
11010         * mode-switching.c (rest_of_handle_mode_switching): Deleted set of
11011         no_new_pseudos.
11012         * modulo-sched.c (rest_of_handle_sms): Ditto.
11013         * see.c (rest_of_handle_see): Ditto.
11014         * ifcvt.c (if_convert): Ditto.
11015         (gate_handle_if_after_combine): Replaced no_new_pseudos with 
11016         reload_completed.
11017         * init-regs.c (gate_initialize_regs): Deleted set of
11018         no_new_pseudos.
11019         * lower-subreg.c (decompose_multiword_subregs): Ditto. 
11020         * bb-reorder.c (rest_of_handle_partition_blocks): Ditto.
11021         * doc/md.texi: Changed no_new_pseudos to can_create_pseudo_p.
11022         
11023 2007-07-11  Uros Bizjak  <ubizjak@gmail.com>
11024
11025         PR target/32661
11026         * config/i386/sse.md (*sse2_storeq_rex64): Handle 64bit mem->reg moves.
11027         (*vec_extractv2di_1_sse2): Disable for TARGET_64BIT.
11028         (*vec_extractv2di_1_rex64): New insn pattern.
11029
11030 2007-07-11  David Daney  <ddaney@avtrex.com>
11031
11032         * config/mips/linux-unwind.h (mips_fallback_frame_state): Rewrite
11033         return address calculation.  Substitute DWARF_ALT_FRAME_RETURN_COLUMN
11034         for SIGNAL_UNWIND_RETURN_COLUMN.
11035         * config/mips/mips.h (SIGNAL_UNWIND_RETURN_COLUMN): Remove.
11036         (DWARF_FRAME_REGNUM): Rewrite.
11037         (DWARF_ALT_FRAME_RETURN_COLUMN) Define.
11038
11039 2007-07-11  Nick Clifton  <nickc@redhat.com>
11040
11041         * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Revert previous
11042         delta and use gen_int_mode in place of GET_INT instead.
11043
11044 2007-07-11  Uros Bizjak  <ubizjak@gmail.com>
11045
11046         * reg-stack.c (struct tree_opt_pass pass_stack_regs): Nullify name
11047         and letter field.
11048
11049 2007-07-11  Douglas Gregor  <doug.gregor@gmail.com>
11050
11051         * params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.
11052         (PARAM_USE_CANONICAL_TYPES): New; decides whether to use canonical 
11053         types or not.
11054         * params.h (VERIFY_CANONICAL_TYPES): Remove.
11055         (USE_CANONICAL_TYPES): New.
11056         * doc/invoke.texi (verify-canonical-types): Remove.
11057         (use-canonical-types): Add.
11058
11059 2007-07-11  Ulrich Weigand  <uweigand@de.ibm.com>
11060
11061         * config/spu/spu.c (spu_optimization_options): Remove setting of
11062         parameter PARAM_MAX_COMPLETELY_PEEL_TIMES.
11063         (spu_override_options): Move it here.
11064
11065 2007-07-11  Richard Sandiford  <richard@codesourcery.com>
11066
11067         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle -m4ksc and -m4ksd.
11068         * config/mips/mips.c (mips_cpu_info_table): Mention
11069         MIPS_ISA_LEVEL_SPEC in the comment.
11070
11071 2007-07-11  Eric Botcazou  <ebotcazou@adacore.com>
11072
11073         PR tree-optimization/32713
11074         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle REAL_CST.
11075
11076 2007-07-11  Paolo Carlini  <pcarlini@suse.de>
11077
11078         PR middle-end/30482
11079         * c-opts.c (c_common_post_options): Do not change flag_complex_method
11080         conditional to flag_isoc99.
11081         (c_common_init_options): Do it here, unconditionally.
11082
11083 2007-07-11  Eric Botcazou  <ebotcazou@adacore.com>
11084
11085         PR tree-optimization/32589
11086         * doc/tree-ssa.texi (Rough GIMPLE Grammar): Add missing rule.
11087         * tree-gimple.c (is_gimple_min_invariant): Clarify head comment.
11088         * tree-ssa-propagate.c (valid_gimple_expression_p): New
11089         predicate, extracted from...
11090         (set_rhs): ...here.  Call it for the expression on entry.
11091         * tree-ssa-propagate.h (valid_gimple_expression_p): Declare.
11092         * tree-ssa-sccvn.c: Include tree-ssa-propagate.h.
11093         (simplify_binary_expression): Use valid_gimple_expression_p
11094         to validate the simplification.
11095         * Makefile.in (tree-ssa-sccvn.o): Depends on tree-ssa-propagate.h.
11096
11097 2007-07-11  Danny Smith  <dannysmith@users.sourceforge.net>
11098
11099         * config/i386/cygming.h (PREFERRED_DEBUGGING_TYPE): Define to
11100         DWARF2_DEBUG on 32 bit target too.
11101         (DWARF2_UNWIND_INFO): Reorganize 64-bit vs 32-bit definition. 
11102
11103 2007-07-11  Nick Clifton  <nickc@redhat.com>
11104
11105         * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Provide alternative
11106         version for 64-bit hosts.
11107
11108 2007-07-10  David Daney  <ddaney@avtrex.com>
11109
11110         * config/mips/mips.h (ISA_HAS_SYNCI): New target capability
11111         predicate.
11112         (INITIALIZE_TRAMPOLINE): Emit clear_cache insn instead of  library
11113         call.
11114         * config/mips/mips.c (mips_expand_synci_loop): New function.
11115         * config/mips/mips.md (UNSPEC_CLEAR_HAZARD): New constant.
11116         (UNSPEC_RDHWR): Same.
11117         (UNSPEC_SYNCI): Same.
11118         (UNSPEC_SYNC): Same.
11119         (clear_cache): New expand.
11120         (sync): New insn.
11121         (synci): Same.
11122         (rdhwr): Same.
11123         (clear_hazard): Same.
11124         * config/mips/mips-protos.h (mips_expand_synci_loop): Declare
11125         function.
11126         * testsuite/gcc.target/mips/clear-cache-1.c: New test.
11127         * testsuite/gcc.target/mips/clear-cache-2.c: New test.
11128
11129 2007-07-10  Ian Lance Taylor  <iant@google.com>
11130
11131         * emit-rtl.c (gen_reg_rtx): Check can_create_pseudo_p rather than
11132         no_new_pseudos.
11133
11134 2007-07-10  David Daney  <ddaney@avtrex.com>
11135
11136         * builtins.def (BUILT_IN_CLEAR_CACHE): New builtin.
11137         * builtins.c (expand_builtin___clear_cache): New function.
11138         (expand_builtin): Call expand_builtin___clear_cache for
11139         BUILT_IN_CLEAR_CACHE case.
11140         * doc/extend.texi (__builtin___clear_cache): Document new builtin.
11141         * doc/md.texi (clear_cache): Document new instruction pattern.
11142         * testsuite/gcc.dg/builtins-64.c: New test.
11143
11144 2007-07-11  Hans-Peter Nilsson  <hp@axis.com>
11145
11146         * config/cris/cris.md ("movsi"): Fix typo in last change.
11147
11148 2007-07-09  Geoffrey Keating  <geoffk@apple.com>
11149
11150         PR 32617
11151         * c-common.c (c_alignof_expr): Look at DECL_ALIGN of
11152         FUNCTION_DECLs.
11153         (handle_aligned_attribute): Allow use on FUNCTION_DECLs.
11154         * varasm.c (assemble_start_function): Honor DECL_ALIGN
11155         for FUNCTION_DECLs.  Don't use align_functions_log if
11156         DECL_USER_ALIGN.
11157         * print-tree.c (print_node): Print DECL_ALIGN and DECL_USER_ALIGN
11158         even for FUNCTION_DECLs.
11159         * c-decl.c (merge_decls): Propagate DECL_ALIGN even for
11160         FUNCTION_DECLs.
11161         * tree.h (DECL_ALIGN): Update for new location of 'align'.
11162         (DECL_FUNCTION_CODE): Update for new location and name of
11163         'function_code'.
11164         (DECL_OFFSET_ALIGN): Update for new location of 'off_align'.
11165         (struct tree_decl_common): Move 'align' and 'off_align' out
11166         of union, ensure they're still on a 32-bit boundary.  Remove
11167         other fields in union 'u1'.
11168         (struct tree_function_decl): Add field 'function_code' replacing
11169         'u1.f' in tree_decl_common.
11170         * tree.c (build_decl_stat): Set initial value of DECL_ALIGN.
11171         * doc/extend.texi (Function Attributes): Add 'aligned' attribute.
11172         (Variable Attributes): Cross-reference 'aligned' attribute
11173         to Function Attributes.
11174         * flags.h (force_align_functions_log): Delete.
11175         * toplev.c (force_align_functions_log): Delete.
11176
11177 2007-07-10  Uros Bizjak  <ubizjak@gmail.com>
11178
11179         PR target/32708
11180         * config/i386/sse.md (vec_concatv2di): Disable for TARGET_64BIT.
11181         (*vec_concatv2di_rex): New insn pattern.
11182
11183 2007-07-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11184
11185         PR target/32538
11186         * config/mips/iris6.h (LIBGCC_SPEC): Add libm.
11187
11188 2007-07-10  Ian Lance Taylor  <iant@google.com>
11189
11190         Replace no_new_pseudos in backends.
11191         * rtl.h (can_create_pseudo_p): Define.
11192         * config/darwin.c (machopic_indirect_data_reference): Use
11193         can_create_pseudo_p () instead of no_new_pseudos.
11194         (machopic_indirect_data_reference): Likewise.
11195         (machopic_legitimize_pic_address): Likewise.
11196         * config/alpha/alpha.c (alpha_legitimize_address): Likewise.
11197         (alpha_emit_set_const_1): Likewise.
11198         (alpha_emit_set_const): Likewise.
11199         (alpha_emit_conditional_move): Likewise.
11200         (alpha_split_conditional_move): Likewise.
11201         * config/alpha/alpha.md (various splitters): Likewise.
11202         (movti): Likewise.
11203         * config/arm/arm.c (legitimize_pic_address): Likewise.
11204         (arm_load_pic_register): Likewise.
11205         * config/arm/arm.md (addsi3, subsi3, andsi3, iorsi3): Likewise.
11206         (movdi, movsi, movhi, movqi, movsf, movdf): Likewise.
11207         * config/bfin/bfin.c (legitimize_pic_address): Likewise.
11208         * config/cris/cris.c (cris_expand_pic_call_address): Likewise.
11209         * config/cris/cris.md (movsi): Likewise.
11210         * config/frv/frv.md (symGOT2reg_hilo): Likewise.
11211         (symGOTOFF2reg_hilo): Likewise.
11212         (symGPREL2reg, symGPREL2reg_hilo): Likewise.
11213         * config/h8300/h8300.md (insv, extzv): Likewise.
11214         * config/i386/i386.c (ix86_expand_move): Likewise.
11215         (ix86_expand_vector_move): Likewise.
11216         (ix86_prepare_fp_compare_args): Likewise.
11217         (ix86_expand_carry_flag_compare): Likewise.
11218         * config/i386/i386.md (tls_dynamic_gnu2_32): Likewise.
11219         (tls_dynamic_gnu2_combine_32): Likewise.
11220         (tls_dynamic_gnu2_64, tls_dynamic_gnu2_combine_64): Likewise.
11221         * config/ia64/ia64.c (ia64_expand_move): Likewise.
11222         (ia64_expand_movxf_movrf): Likewise.
11223         * config/m32c/m32c.c (m32c_prepare_move): Likewise.
11224         (m32c_split_move): Likewise.
11225         (m32c_expand_insv): Likewise.
11226         * config/m68k/m68k.md (movsi): Likewise.
11227         * config/mips/mips.c (mips_force_temporary): Likewise.
11228         (mips_split_symbol): Likewise.
11229         (mips_move_integer): Likewise.
11230         (mips_legitimize_const_move): Likewise.
11231         * config/mn10300/mn10300.md (movsi): Likewise.
11232         * config/pa/pa.c (emit_move_sequence): Likewise.
11233         * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
11234         (rs6000_got_register): Likewise.
11235         (create_TOC_reference): Likewise.
11236         (rs6000_machopic_legitimize_pic_address): Likewise.
11237         * config/rs6000/rs6000.md (add<mode>3): Likewise.
11238         (various splitters): Likewise.
11239         (iorsi3, xorsi3, iordi3, xordi3): Likewise.
11240         (movsi_got): Likewise.
11241         * config/s390/s390.c (emit_symbolic_move): Likewise.
11242         * config/s390/s390.md (movhi, movqi): Likewise.
11243         (load_multiple, store_multiple): Likewise.
11244         * config/score/score.c (score_force_temporary): Likewise.
11245         * config/sh/sh.c (prepare_move_operands): Likewise.
11246         (prepare_cbranch_operands): Likewise.
11247         (emit_fpu_switch): Likewise.
11248         (fpscr_set_from_mem): Likewise.
11249         * config/sh/sh.md (movdicc, movsicc, movsicc_umin): Likewise.
11250         (adddi3, subsi3): Likewise.
11251         (various splitters): Likewise.
11252         (divsi_inv_fp_combine): Likewise.
11253         (symGOT_load, symGOTOFF2reg, symDTPOFF2reg): Likewise.
11254         (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu): Likewise.
11255         (sne): Likewise.
11256         * config/sh/predicates.md (xor_operand): Likewise.
11257         * config/sparc/sparc.c (legitimize_tls_address): Likewise.
11258         * config/sparc/sparc.md (movsi_pic_label_ref): Likewise.
11259         (movdi_pic_label_ref): Likewise.
11260         * config/spu/spu.c (spu_split_immediate): Likewise.
11261         * config/alpha/alpha.md (various splitters): Remove test
11262         !no_new_pseudos || reload_completed.
11263         * config/ia64/ia64.c (ia64_output_mi_thunk): Don't set
11264         no_new_pseudos.
11265         * config/m68k/m68k.c (m68k_output_mi_thunk): Likewise.
11266         * config/mips/mips.c (mips_output_mi_thunk): Likewise.
11267         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
11268         * config/score/score.c (th_output_mi_thunk): Likewise.
11269         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
11270         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
11271
11272 2007-07-10  Kaz Kojima  <kkojima@gcc.gnu.org>
11273
11274         PR rtl-optimization/32664
11275         * mode-switching.c (create_pre_exit): Skip barrier insns.
11276
11277 2007-07-10  Zdenek Dvorak  <dvorakz@suse.cz>
11278
11279         * tree-scalar-evolution.c (scev_const_prop): Add arguments to
11280         force_gimple_operand_bsi.
11281         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr,
11282         rewrite_use_compare): Ditto.
11283         * tree-ssa-address.c (gimplify_mem_ref_parts, create_mem_ref):
11284         Ditto.
11285         * tree-ssa-ifcombine.c (ifcombine_ifandif): Ditto.
11286         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
11287         * lambda-code.c (replace_uses_equiv_to_x_with_y): Ditto.
11288         * tree-profile.c (prepare_instrumented_value,
11289         tree_gen_interval_profiler, tree_gen_pow2_profiler,
11290         tree_gen_one_value_profiler, tree_gen_ic_profiler,
11291         tree_gen_ic_func_profiler, tree_gen_average_profiler,
11292         tree_gen_ior_profiler): Ditto.
11293         * tree-ssa-reassoc.c (negate_value): Ditto.
11294         * matrix-reorg.c (transform_access_sites, transform_allocation_sites):
11295         Use force_gimple_operand_bsi.
11296         * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Ditto.
11297         * tree-if-conv.c (add_to_dst_predicate_list,
11298         find_phi_replacement_condition): Ditto.
11299         * gimplify.c (force_gimple_operand_bsi): Add before and m arguments.
11300         Call mark_symbols_for_renaming for new statements.
11301         * tree-flow.h (force_gimple_operand_bsi): Declaration changed.
11302
11303 2007-07-10  Zdenek Dvorak  <dvorakz@suse.cz>
11304
11305         * cfghooks.c (remove_edge): New function.
11306         (redirect_edge_and_branch, remove_branch, merge_blocks): Updated
11307         loop exit rescans.
11308         * cfghooks.h (remove_edge): Declare.
11309         * cfg.c (remove_edge): Renamed to remove_edge_raw.
11310         * basic-block.h (remove_edge): Declaration changed to remove_edge_raw.
11311
11312 2007-07-09  Wolfgang Gellerich  <gellerich@de.ibm.com>
11313
11314         * optabs.h: Added declaration for signbit_optab.  
11315         * optabs.c: (init_optabs): Added initialization for signbit_optab.
11316         * genoptinit.c (optabs): Added entry for signbit insns.  
11317         * builtins.c (expand_builtin_signbit): Added code to use a signbit
11318         insn, if available.  
11319         * config/s390/s390.h (S390_TDC_SIGNBIT_SET): New constant.  
11320         * config/s390/s390.md (signbit<mode>2): New expander.  
11321
11322 2007-07-09  Richard Guenther  <rguenther@suse.de>
11323
11324         PR middle-end/32698
11325         * fold-const.c (fold_plusminus_mult_expr): Move constant
11326         arguments second to allow decomposing.
11327
11328 2007-07-09  Alexandre Oliva  <aoliva@oliva.athome.lsd.ic.unicamp.br>
11329
11330         Revert:
11331         2007-07-06  Alexandre Oliva  <aoliva@redhat.com>
11332         PR debug/23551
11333         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
11334         Disregard DECL_FROM_INLINE.
11335
11336 2007-07-09  Uros Bizjak  <ubizjak@gmail.com>
11337
11338         PR target/27855
11339         * doc/invoke.texi: Add ftree-reassoc flag.
11340         * common.opt (ftree-reassoc): New flag.
11341         * tree-ssa-reassoc.c (gate_tree_ssa_reassoc): New static function.
11342         (struct tree_opt_pass pass_reassoc): Use gate_tree_ssa_reassoc.
11343
11344 2007-07-09  Uros Bizjak  <ubizjak@gmail.com>
11345
11346         PR tree-optimization/32681
11347         * tree-if-conv.c (find_phi_replacement_condition): Use the condition
11348         saved in second_edge->aux when first_bb is a loop header.
11349
11350 2007-07-09  Jan HUbicka  <jh@suse.cz>
11351
11352         * cse.c (cse_insn): Avoid invalid sharing on trial replacement.
11353
11354 2007-07-09  Richard Guenther  <rguenther@suse.de>
11355
11356         * c-decl.c (start_function): Do not promote return type.
11357
11358 2007-07-08  Daniel Franke  <franke.daniel@gmail.com>
11359
11360         * function.c (do_warn_unused_parameter): Do not warn if
11361         TREE_NO_WARNING is set.
11362
11363 2007-07-08  Andreas Schwab  <schwab@suse.de>
11364
11365         * doc/invoke.texi (DEC Alpha/VMS Options): Fix typo.
11366
11367 2007-07-08  Sandra Loosemore  <sandra@codesourcery.com>
11368
11369         Revert this patch:
11370         2007-07-06  Sandra Loosemore  <sandra@codesourcery.com>
11371
11372         * c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
11373         apply to assembly language, too.
11374         * doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.
11375
11376 2007-07-07  Daniel Berlin  <dberlin@dberlin.org>
11377
11378         Revert (note the sccvn portions are *not* reverted)
11379         2007-07-06  Daniel Berlin  <dberlin@dberlin.org>
11380
11381         Fix PR tree-optimization/23488
11382
11383         * tree-vn.c (set_value_handle): Use decl_vh_map for decl value
11384         handles.
11385         * tree-flow-inline.h (get_value_handle): Ditto.
11386         * tree-ssa-pre.c (decl_vh_map): New.
11387         (decl_node_pool): New.
11388         (can_value_number_operation): Support DECL_P.
11389         (can_PRE_operation): Ditto.
11390         (create_expression_by_pieces): Ditto.
11391         (find_existing_value_expr): Modify to differnetiate between
11392         addressing and top level.
11393         (create_value_handle_for_expr): Handle DECL's.
11394         (poolify_tree): Ditto.
11395         (make_values_for_phi): Don't insert into PHI_GEN during FRE.
11396         (make_values_for_stmt): Handle DECL's properly.
11397         (init_pre): Reorg to not init useless things during FRE.
11398         (fini_pre): Ditto.
11399         * tree-flow.h: Include pointer-set.h.
11400         (decl_vh_map): Declare.
11401         * Makefile.in (TREE_FLOW_H): Add pointer-set.h
11402
11403 2007-07-07 Eric Weddington  <eweddington@cso.atmel.com>
11404
11405         * config/avr/constraints.md (define_memory_constraint "Q"): Fix
11406         the constraint description.
11407         * doc/md.texi: Update documentation of AVR constraints.
11408
11409 2007-07-07  Kazu Hirata  <kazu@codesourcery.com>
11410
11411         * auto-inc-dec.c, config/arm/arm.c,
11412         config/m32r/constraints.md, config/mips/mips.md,
11413         config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c,
11414         df-problems.c, df-scan.c, df.h, dse.c, gimplify.c,
11415         tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment
11416         typos.  Follow spelling conventions.
11417         * doc/invoke.texi, doc/rtl.texi: Fix typos.
11418
11419         * cfgrtl.c (delete_insn_chain_and_edges): Remove.
11420         * rtl.h: Remove the prototype for delete_insn_chain_and_edges.
11421
11422         * tree-ssa-operands.c (realloc_vop, realloc_vdef,
11423         realloc_vuse): Remove.
11424         * tree-ssa-operands.h: Remove the prototype for realloc_vdef
11425         and realloc_vuse.
11426
11427 2007-07-06  Daniel Berlin  <dberlin@dberlin.org>
11428
11429         Fix PR tree-optimization/23488
11430
11431         * tree-ssa-sccvn.c (expr_has_constants): Handle tcc_declaration.
11432         (try_to_simplify): Ditto.
11433         (visit_use): Ditto.
11434         * tree-vn.c (set_value_handle): Use decl_vh_map for decl value
11435         handles.
11436         * tree-flow-inline.h (get_value_handle): Ditto.
11437         * tree-ssa-pre.c (decl_vh_map): New.
11438         (decl_node_pool): New.
11439         (can_value_number_operation): Support DECL_P.
11440         (can_PRE_operation): Ditto.
11441         (create_expression_by_pieces): Ditto.
11442         (find_existing_value_expr): Modify to differnetiate between
11443         addressing and top level.
11444         (create_value_handle_for_expr): Handle DECL's.
11445         (poolify_tree): Ditto.
11446         (make_values_for_phi): Don't insert into PHI_GEN during FRE.
11447         (make_values_for_stmt): Handle DECL's properly.
11448         (init_pre): Reorg to not init useless things during FRE.
11449         (fini_pre): Ditto.
11450         * tree-flow.h: Include pointer-set.h.
11451         (decl_vh_map): Declare.
11452         * Makefile.in (TREE_FLOW_H): Add pointer-set.h
11453                 
11454 2007-07-06  Sandra Loosemore  <sandra@codesourcery.com>
11455
11456         * c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
11457         apply to assembly language, too.
11458         * doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.
11459
11460 2007-07-06  Ian Lance Taylor  <iant@google.com>
11461             Zack Weinberg  <zackw@panix.com>
11462
11463         PR middle-end/32441
11464         * builtins.c (std_expand_builtin_va_start): Don't use make_tree.
11465
11466 2007-07-06  Richard Sandiford  <richard@codesourcery.com>
11467
11468         * config/sh/sh.md (*prefetch_i4): Disable for TARGET_VXWORKS_RTP.
11469         (prefetch): Likewise if "pref" would be used.
11470
11471 2007-07-06  Josh Conner  <jconner@apple.com>
11472
11473         PR middle-end/32602
11474         PR middle-end/32603
11475         * calls.c (store_one_arg): Handle arguments which are partially
11476         on the stack when detecting argument overlap.
11477
11478 2007-07-06  Bernd Schmidt  <bernd.schmidt@analog.com>
11479
11480         * reload1.c (choose_reload_regs): Set reload_spill_index for regs
11481         chosen during find_reloads.
11482
11483 2007-07-06  Richard Guenther  <rguenther@suse.de>
11484
11485         * gimplify.c (gimplify_call_expr): Prefer DECL_ARGUMENTS over
11486         TYPE_ARG_TYPES for verification of argument types.  Use
11487         DECL_ARG_TYPE instead of the PARM_DECL type.  Take excess
11488         parameters as variable arguments.
11489
11490 2007-07-06  Andreas Krebbel  <krebbel1@de.ibm.com>
11491
11492         * libgcc2.h (word_type): Type definition removed.
11493         (cmp_return_type, shift_count_type): Type definitions added.
11494         (__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
11495         replaced with shift_count_type.
11496         (__cmpdi2, __ucmpdi2): word_type of return type replaced with
11497         cmp_return_type.
11498         * libgcc2.c (__udivmoddi4, __moddi3): Type of local variable c
11499         changed from word_type to Wtype.
11500         (__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
11501         replaced with shift_count_type.
11502         (__cmpdi2, __ucmpdi2): word_type of return type replaced with
11503         cmp_return_type.
11504         * c-common.c (handle_mode_attribute): Handling for libgcc_cmp_return
11505         and libgcc_shift_count attribute added.
11506         * target-def.h (TARGET_LIBGCC_CMP_RETURN_MODE,
11507         TARGET_LIBGCC_SHIFT_COUNT_MODE): New target hooks defined.
11508         (TARGET_INITIALIZER): New target hooks added.
11509         * targhooks.c (default_libgcc_cmp_return_mode,
11510         default_libgcc_shift_count_mode): Default implementations for the new
11511         target hooks added.
11512         * targhooks.h (default_libgcc_cmp_return_mode,
11513         default_libgcc_shift_count_mode): Function prototypes added.
11514         * target.h (struct gcc_target): Fields for the new target hooks added.
11515         * optabs.c (expand_binop): Use shift_count_mode when expanding shift
11516         as library call.
11517         (prepare_cmp_insn): Use cmp_return_mode when expanding comparison as
11518         library call.
11519
11520         * doc/tm.texi (TARGET_LIBGCC_CMP_RETURN_MODE,
11521         TARGET_LIBGCC_SHIFT_COUNT_MODE): Documentation added.
11522
11523         * config/s390/s390.c (s390_libgcc_cmp_return_mode,
11524         s390_libgcc_shift_count_mode): Functions added.
11525         (TARGET_LIBGCC_CMP_RETURN_MODE, TARGET_LIBGCC_SHIFT_COUNT_MODE):
11526         Target hooks defined.
11527
11528 2007-07-06  Richard Sandiford  <richard@codesourcery.com>
11529
11530         * config/mips/mips.c (compute_frame_size): Restore the original
11531         gp_sp_offset for !GENERATE_MIPS16E_SAVE_RESTORE and remove the
11532         fp_size term from the GENERATE_MIPS16E_SAVE_RESTORE calculation.
11533         Document why the difference is needed.
11534
11535 2007-07-06  Richard Guenther  <rguenther@suse.de>
11536
11537         * c-common.c (boolean_increment): Use correctly typed
11538         constant.
11539
11540 2007-07-06  Richard Sandiford  <richard@codesourcery.com>
11541
11542         * config/mips/mips.c (mips16e_save_restore_pattern_p): Check that
11543         the topmost argument register is not also included in the save mask.
11544         (mips16e_collect_argument_save_p): Take a pointer to the argument
11545         register, rather than a pointer to the number of arguments.
11546         (mips16e_collect_argument_saves): Only include argument saves
11547         that aren't in the register mask.
11548
11549 2007-07-06  Uros Bizjak  <ubizjak@gmail.com>
11550
11551         PR rtl-optimization/32450
11552         * function.c (thread_prologue_and_epilogue_insns): Emit blockage insn
11553         to ensure that instructions are not moved into the prologue when
11554         profiling is on.  Remove unused prologue_end variable.
11555         (expand_function_end): Emit blockage insn instead of ASM_INPUT rtx
11556         as a scheduling barrier.
11557
11558 2007-07-06  Alexandre Oliva  <aoliva@redhat.com>
11559
11560         PR debug/23551
11561         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
11562         Disregard DECL_FROM_INLINE.
11563
11564 2007-07-05  Adam Nemet  <anemet@caviumnetworks.com>
11565
11566         * rtlanal.c (num_sign_bit_copies1): Improve cases of ANDing or
11567         IORing with a constant.
11568
11569 2007-07-05  Seongbae Park  <seongbae.park@gmail.com>
11570
11571         PR rtl-optimization/32475
11572         * df-scan.c (df_def_record_1): Add a use of the stack pointer
11573         for every definition of the stack pointer.
11574
11575 2007-07-05  Richard Earnshaw  <rearnsha@arm.com>
11576
11577         * arm.c (vfp3_const_double_index): Copy signed results of
11578         REAL_VALUE_TO_INT into unsigned vars.
11579
11580 2007-07-05  Richard Guenther  <rguenther@suse.de>
11581
11582         PR middle-end/32639
11583         * alias.c (get_alias_set): Tread METHOD_TYPE the same as
11584         FUNCTION_TYPE.
11585         * tree-ssa.c (useless_type_conversion_p): Check canonical
11586         types early.
11587
11588 2007-07-05 Anatoly Sokolov <aesok@post.ru>
11589
11590         * config/avr/avr.md (zero_extendqihi2, zero_extendqisi2, 
11591         zero_extendhisi2): Change to define_insn_and_split. 
11592         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New.
11593
11594 2007-07-05  Paolo Bonzini  <bonzini@gnu.org>
11595
11596         * function.c (match_asm_constraints_1, rest_of_match_asm_constraints,
11597         pass_match_asm_constraints): New.
11598         * passes.c (init_optimization_passes): Add new pass.
11599         * stmt.c (expand_asm_operands): Set cfun->has_asm_statement.
11600         * function.h (struct function): Add has_asm_statement bit.
11601         (current_function_has_asm_statement): New.
11602         * tree-pass.h (pass_match_asm_constraints): New.
11603
11604 2007-07-05  Richard Sandiford  <rsandifo@nildram.co.uk>
11605
11606         * config/mips/mips.c (mips_file_start): Avoid declaration
11607         after code.
11608
11609 2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>
11610
11611         * optabs.c (expand_binop_directly): Fix signed/unsigned comparison.
11612
11613 2007-07-05  Uros Bizjak  <ubizjak@gmail.com>
11614
11615         * rtl.def (NOTE): Change print format string to print
11616         operand 5 as a note insn name.
11617
11618 2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>
11619             David Ung  <davidu@mips.com>
11620
11621         * config/mips/mips.c (mips_cpu_info): Add 4ksc and 4ksd processors.
11622         * doc/invoke.texi: (MIPS Options): Document them.
11623
11624 2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>
11625             David Ung  <davidu@mips.com>
11626
11627         Add support for SmartMIPS ASE.
11628
11629         * optabs.c (expand_binop_directly): New, broken out from...
11630         (expand_binop): Here.  Make it try rotating in the other
11631         direction even when the second operand isn't constant.
11632         * config/mips/mips.md (*lwxs): New.
11633         * config/mips/mips.opt (msmartmips): New.
11634         * config/mips/mips.c (mips_lwxs_address_p): New.
11635         (mips_rtx_costs): Make it recognize scaled indexed addressing.
11636         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define
11637         __mips_smartmips when compiling for TARGET_SMARTMIPS.
11638         (ISA_HAS_ROR): Define for TARGET_SMARTMIPS.
11639         (ISA_HAS_LWXS): New.
11640         (ASM_SPEC): Add -msmartmips/-mno-smartmips.
11641         * doc/invoke.texi (MIPS Options): Document -msmartmips/-mno-smartmips.
11642         * testsuite/gcc.target/mips/smartmips-lwxs.c: New test case.
11643         * testsuite/gcc.target/mips/smartmips-ror-1.c: New test case.
11644         * testsuite/gcc.target/mips/smartmips-ror-2.c: New test case.
11645         * testsuite/gcc.target/mips/smartmips-ror-3.c: New test case.
11646         * testsuite/gcc.target/mips/smartmips-ror-4.c: New test case.
11647
11648 2007-07-05  Dorit Nuzman  <dorit@il.ibm.com>
11649
11650         * tree-vectorizer.c (new_loop_vec_info): Initialize
11651         LOOP_VINFO_COST_MODEL_MIN_ITERS.
11652         * tree-vectorizer.h (_loop_vec_info): Added new filed
11653         min_profitable_iters.
11654         (LOOP_VINFO_COST_MODEL_MIN_ITERS): New access macro to above new field.
11655         (TARG_SCALAR_TO_VEC_COST): Define cost of scalar to vector operation.
11656         * tree-vect-analyze.c (vect_analyze_operations): Set
11657         LOOP_VINFO_COST_MODEL_MIN_ITERS.
11658         * tree-vect-transform.c (vect_estimate_min_profitable_iters): Use
11659         VEC_length to determine if there are any LOOP_VINFO_MAY_MISALIGN_STMTS.
11660         Fix calculation of peel_iters_prologue. Move consideration of epilogue
11661         and prologue cost to after they are computed.
11662         (vect_model_induction_cost): Use TARG_SCALAR_TO_VEC_COST instead of
11663         TARG_VEC_STMT_COST.
11664         (vect_model_simple_cost): Takes additional argument dt. Consider cost
11665         of creating vectors from scalars according to dt.
11666         (vect_model_store_cost): Likewise.
11667         (vectorizable_call): Use dt array instead of scalar dt. Call
11668         vect_model_simple_cost with additional argument dt.
11669         (vectorizable_assignment): Likewise.
11670         (vectorizable_operation): Likewise.
11671         (vectorizable_type_demotion): Likewise.
11672         (vectorizable_type_promotion): Likewise.
11673         (vectorizable_store): Use dt array instead of scalar dt. Call
11674         vect_model_store_cost with additional argument dt.
11675         (vect_do_peeling_for_loop_bound): Don't call
11676         vect_estimate_min_profitable_iters. Instead, lookup
11677         LOOP_VINFO_COST_MODEL_MIN_ITERS. Don't always print
11678         "may not be profitable".
11679
11680 2007-07-05  Dorit Nuzman  <dorit@il.ibm.com>
11681
11682         PR testsuite/32014
11683         * config/rs6000/altivec.md (UNSPEC_VUPKHS_V4SF, UNSPEC_VUPKLS_V4SF):
11684         (UNSPEC_VUPKHU_V4SF, UNSPEC_VUPKLU_V4SF): New.
11685         (vec_unpacks_float_hi_v8hi, vec_unpacks_float_lo_v8hi): New patterns.
11686         (vec_unpacku_float_hi_v8hi, vec_unpacku_float_lo_v8hi): New patterns. 
11687
11688 2007-07-05  Zdenek Dvorak  <dvorakz@suse.cz>
11689
11690         * config/i386/i386.c (ix86_address_cost): Do not consider more complex
11691         addressing modes cheaper.
11692
11693 2007-07-05  Alexandre Oliva  <aoliva@redhat.com>
11694
11695         * dwarf2out.c (dw_ranges_by_label_ref): New typedef.
11696         (dw_ranges_struct): Rename block_num to num.  Adjust.
11697         (dw_ranges_by_label_struct): New.
11698         (ranges_by_label, ranges_by_label_allocated,
11699         ranges_by_label_in_use): New variables.
11700         (add_ranges_num): Factored most of the code out of...
11701         (add_ranges): ... this one.  Rewrite in terms of the former.
11702         (add_ranges_by_labels): New.
11703         (output_ranges): Output by-label ranges.
11704         (dwarf2out_finish): Output range for multiple-section
11705         compile_unit.  Output standard DW_AT_low_pc in addition to
11706         unexpected DW_AT_entry_pc.
11707
11708 2007-07-04  Daniel Berlin  <dberlin@dberlin.org>
11709
11710         PR tree-optimization/32604
11711         PR tree-optimization/32606
11712
11713         * tree-ssa-pre.c (bb_bitmap_sets): Removed antic_safe_loads.
11714         (compute_antic_safe): Removed.
11715         (ANTIC_SAFE_LOADS): Ditto.
11716         (compute_antic_aux): Don't print ANTIC_SAFE_LOADS.
11717         (execute_pre): Don't call compute_antic_safe.
11718         (vuse_equiv): New function.
11719         (make_values_for_stmt): Use it
11720         * tree-ssa-sccvn.c (set_ssa_val_to): Remove assert, since it is
11721         not always true.
11722
11723 2007-07-04 Anatoly Sokolov <aesok@post.ru>
11724
11725         PR target/31331
11726         * config/avr/avr.c (avr_naked_function_p): Handle receiving a type
11727         rather than a decl. 
11728         (avr_attribute_table): Make "naked" attribute apply to function types
11729         rather than to decls.
11730         (avr_handle_fntype_attribute): New function.
11731
11732 2007-07-04  Joseph Myers  <joseph@codesourcery.com>
11733
11734         * target-def.h (TARGET_INITIALIZER): Remove trailing whitespace
11735         after \.
11736
11737 2007-07-04  David Ung  <davidu@mips.com>
11738             Joseph Myers  <joseph@codesourcery.com>
11739
11740         * config/mips/mips.md (type): Add logical, signext and move.
11741         (one_cmpl<mode>2, *and<mode>3, *and<mode>3_mips16, *ior<mode>3,
11742         *ior<mode>3_mips16, two unnamed insns after *ior<mode>3_mips16,
11743         *nor<mode>3, "Combiner patterns to optimize truncate/zero_extend
11744         combinations", *zero_extend<SHORT:mode><GPR:mode>2,
11745         *zero_extendqihi2, *extend<SHORT:mode><GPR:mode>2_mips16e,
11746         *extend<SHORT:mode><GPR:mode>2_se<SHORT:size>, *movdi_64bit,
11747         *movdi_64bit_mips16, *movsi_internal, *movsi_mips16, movcc,
11748         *movhi_internal, *movhi_mips16, *movqi_internal, *movqi_mips16,
11749         *movsf_hardfloat, *movsf_softfloat, *movsf_mips16,
11750         *movdf_hardfloat_64bit, *movdf_hardfloat_32bit,
11751         movv2sf_hardfloat_64bit): Use the new types.
11752         (*movdi_32bit, *movdi_gp32_fp64, *movdi_32bit_mips16,
11753         *movdf_softfloat, *movdf_mips16): Use "multi".
11754         (extendqihi2): Replace with a define_expand.
11755         (*extendqihi2_mips16e, *extendqihi2, *extendqihi2_seb): New.
11756         Based on extend<SHORT:mode><GPR:mode>2 patterns.
11757         * config/mips/74k.md (r74k_int_logical): New reservation and
11758         bypasses.
11759         (r74k_int_arith): Remove "slt".
11760         * config/mips/24k.md, config/mips/4130.md, config/mips/4k.md,
11761         config/mips/5400.md, config/mips/5500.md, config/mips/5k.md,
11762         config/mips/7000.md, config/mips/9000.md, config/mips/generic.md,
11763         config/mips/sb1.md, config/mips/sr71k.md: Add new types to
11764         reservations for "arith".
11765
11766 2007-07-04  Richard Guenther  <rguenther@suse.de>
11767
11768         * tree-ssa.c (useless_type_conversion_p): Add handling for
11769         scalar float and vector types.  Only call the types_compatible_p
11770         langhook for aggregate types as last resort.  Follow the
11771         rules.
11772
11773 2007-07-04  Richard Guenther  <rguenther@suse.de>
11774
11775         * tree-inline.c (estimate_num_insns_1): Treat CONVERT_EXPR
11776         the same as NOP_EXPR.
11777
11778 2007-07-04  Nick Clifton  <nickc@redhat.com>
11779
11780         * target.h (struct gcc_target): Add target_help field.
11781         * target-def.h (TARGET_HELP): New.
11782         (TARGET_INITIALIZER): Use TARGET_HELP.
11783         * opts.c (command_handle_option): Invoke target_help function, if
11784         defined, when the user has specified --target-help on the command
11785         line.
11786         * doc/invoke.texi: Mention that --target-help might print
11787         additional information.
11788         * doc/tm.texi: Document TARGET_HELP hook.
11789
11790         * arm.c (TARGET_HELP): Override default definition.
11791         (arm_target_help): New - display a wrapped list of cores and
11792         architectures supported.
11793
11794 2007-07-04  Rask Ingemann Lambertsen  <rask@sygehus.dk>
11795
11796         * config/v850/v850.c (expand_prologue): Make sure
11797         GEN_INT() argument is sign extended rather than zero extended.
11798         (expand_epilogue): Likewise.
11799         (output_move_double): Delete.
11800         * config/v850/v850-protos.h (output_move_double): Delete.
11801         * config/v850/v850.md (movdi): Delete.
11802         (*movdi_internal): Delete.
11803         (movdf): Delete.
11804         (*movdf_internal): Delete.
11805
11806 2007-07-04  Richard Sandiford  <richard@codesourcery.com>
11807
11808         * config/sh/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Reject -mrelax
11809         unless compiling RTP PIC.
11810
11811 2007-07-04  Richard Guenther  <rguenther@suse.de>
11812
11813         PR tree-optimization/32482
11814         * tree-ssa-ifcombine.c (recognize_single_bit_test): Use the
11815         original ssa name if we didn't find a shift expression.
11816         Fix shift constant for bit zero test.
11817
11818 2007-07-04  Richard Sandiford  <richard@codesourcery.com>
11819
11820         * config/sh/lib1funcs.asm (ic_invalidate): Align constant pool.
11821
11822 2007-07-04  Richard Sandiford  <richard@codesourcery.com>
11823
11824         * config.gcc (arm-wrs-vxworks): Don't include svr4.h.
11825         * config/vxworks.h (PTRDIFF_TYPE, SIZE_TYPE, TARGET_POSIX_IO): Define.
11826         * config/arm/vxworks.h (ASM_SPEC): Delete.
11827         (SUBTARGET_EXTRA_ASM_SPEC): Define.
11828
11829 2007-07-04  Sebastian Pop  <sebpop@gmail.com>
11830
11831         * tree-data-ref.h (data_dependence_relation): New flag reversed_p.
11832         (DDR_REVERSED_P): New.
11833         * tree-data-ref.c (initialize_data_dependence_relation,
11834         build_classic_dist_vector): Set DDR_REVERSED_P.
11835
11836 2007-07-04  Sebastian Pop  <sebpop@gmail.com>
11837
11838         PR middle-end/32457
11839         * tree-data-ref.c (analyze_siv_subscript_cst_affine,
11840         compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
11841         init_omega_for_ddr_1): Use non conservative number of iterations
11842         estimations.
11843         (analyze_subscript_affine_affine): Use HOST_WIDE_INT instead of int.
11844         (analyze_siv_subscript): Remove FIXME and reinitialization of 
11845         last_conflicts to chrec_dont_know.
11846         * testsuite/gfortran.dg/vect/pr32457.f90: New.
11847
11848 2007-07-04  Douglas Gregor  <doug.gregor@gmail.com>
11849
11850         * tree.c (maybe_canonicalize_argtypes): Improve description.
11851
11852 2007-07-04  Douglas Gregor  <doug.gregor@gmail.com>
11853
11854         * tree.c (maybe_canonicalize_argtypes): New.
11855         (build_function_type): Set canonical type.
11856         (build_method_type_directly): Ditto.
11857         (reconstruct_complex_type): Rebuild the METHOD_TYPE node
11858         properly.
11859
11860 2007-07-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11861
11862         * tree-ssa-loop-ivopts.c (strip_offset_1): Treat POINTER_PLUS_EXPR
11863         like PLUS_EXPR.
11864         (rewrite_use_nonlinear_expr): Likewise.
11865
11866 2007-07-03  Seongbae Park  <seongbae.park@gmail.com>
11867
11868         * rtl.def (UNSPEC, USE, CLOBBER): More comments.
11869
11870 2007-07-04  Ben Elliston  <bje@au.ibm.com>
11871
11872         * dwarf2out.c: Move DWARF2 abbreviation glossary closer to the top
11873         of this file.
11874
11875         * c-objc-common.c (c_types_compatible_p): Fix indentation.
11876
11877         * doc/tm.texi (Run-time Target): Capitalise "CPU".
11878         (Exception Handling): Likewise.
11879
11880 2007-07-03  Jan Hubicka  <jh@suse.cz>
11881
11882         * ifcvt.c (find_cond_trap): Avoid invalid RTL sharing.
11883
11884 2007-07-03  Eric Christopher  <echristo@apple.com>
11885
11886         * doc/cppopts.texi: Add conflicting option note to -dM.
11887         * doc/invoke.texi: Add note about possible conflicts with
11888         -E for -dCHARS and note that -dM will not produce
11889         any results if there is no machine dependent reorg.
11890         
11891 2007-07-03  Geoffrey Keating  <geoffk@apple.com>
11892
11893         * tree.h (DECL_ALIGN): Back out previous change.
11894
11895 2007-07-03  Joseph Myers  <joseph@codesourcery.com>
11896
11897         * configure.ac: Test for .dtprelword support on MIPS.
11898         * configure, config.in: Regenerate.
11899         * config/mips/mips.c (mips_output_dwarf_dtprel): New.
11900         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Define.
11901
11902 2007-07-03  Julian Brown  <julian@codesourcery.com>
11903
11904         * config.gcc (with_fpu): Allow --with-fpu=vfp3.
11905         * config/arm/aout.h (REGISTER_NAMES): Add D16-D31.
11906         * config/arm/aof.h (REGISTER_NAMES): Add D16-D31.
11907         * config/arm/arm.c (FL_VFPV3): New flag for VFPv3 processor
11908         capability.
11909         (all_fpus): Add FPUTYPE_VFP3.
11910         (fp_model_for_fpu): Add VFPv3 field.
11911         (arm_rtx_costs_1): Give cost to VFPv3 constants.
11912         (vfp3_const_double_index): New function. Return integer index of
11913         VFPv3 constant suitable for fconst[sd] insns, or -1 if constant
11914         isn't suitable.
11915         (vfp3_const_double_rtx): New function. True if VFPv3 is enabled
11916         and argument represents a valid RTX for a VFPv3 constant.
11917         (vfp_output_fldmd): Split fldmd with > 16 registers in the list into
11918         two instructions.
11919         (vfp_emit_fstmd): Similar, for fstmd.
11920         (arm_print_operand): Implement new code 'G' for VFPv3 floating-point
11921         constants, represented as integer indices.
11922         (arm_hard_regno_mode_ok): Use VFP_REGNO_OK_FOR_SINGLE,
11923         VFP_REGNO_OK_FOR_DOUBLE macros.
11924         (arm_regno_class): Handle VFPv3 d0-d7, low, high register split.
11925         (arm_file_start): Set float-abi attribute for VFPv3, and output
11926         correct ".fpu" assembler directive.
11927         (arm_dbx_register_numbering): Add FIXME.
11928         * config/arm/arm.h (TARGET_VFP3): New macro. Target supports VFPv3.
11929         (fputype): Add FPUTYPE_VFP3.
11930         (FIXED_REGISTERS): Add 32 registers for D16-D31.
11931         (CALL_USED_REGISTERS): Likewise.
11932         (CONDITIONAL_REGISTER_USAGE): Add note about conditional definition
11933         of LAST_VFP_REGNUM. Make D16-D31 caller-saved, if present.
11934         (LAST_VFP_REGNUM): Extend available VFP registers for VFPv3.
11935         (D7_VFP_REGNUM): New.
11936         (LAST_LO_VFP_REGNUM, FIRST_HI_VFP_REGNUM, LAST_HI_VFP_REGNUM)
11937         (VFP_REGNO_OK_FOR_SINGLE, VFP_REGNO_OK_FOR_SINGLE)
11938         (VFP_REGNO_OK_FOR_DOUBLE): Define new macros.
11939         (FIRST_PSEUDO_REGISTER): Shift up to 128 to accommodate VFPv3.
11940         (REG_ALLOC_ORDER): Adjust for VFPv3.
11941         (reg_class): Add VFP_D0_D7_REGS, VFP_LO_REGS, VFP_HI_REGS.
11942         (REG_CLASS_NAMES): Add entries corresponding to VFP_D0_D7_REGS,
11943         VFP_LO_REGS, VFP_HI_REGS.
11944         (REG_CLASS_CONTENTS): Likewise. Extend contents for VFP_REGS.
11945         (IS_VFP_CLASS): Define macro.
11946         (SECONDARY_OUTPUT_RELOAD_CLASS, SECONDARY_INPUT_RELOAD_CLASS): Use
11947         IS_VFP_CLASS.
11948         (REGISTER_MOVE_COST): Likewise.
11949         * config/arm/arm-protos.h (vfp3_const_double_rtx): Add prototype.
11950         * config/arm/vfp.md (VFPCC_REGNUM): Redefine as 127.
11951         (*arm_movsi_vfp, *thumb2_movsi_vfp, *movsfcc_vfp)
11952         (*thumb2_movsfcc_vfp, *abssf2_vfp, *negsf2_vfp, *addsf3_vfp)
11953         (*subsf3_vfp, *divsf_vfp, *mulsf_vfp, *mulsf3negsf_vfp)
11954         (*mulsf3addsf_vfp, *mulsf3subsf_vfp, *mulsf3negsfaddsf_vfp)
11955         (*extendsfdf2_vfp, *truncdfsf2_vfp, *truncsisf2_vfp)
11956         (*truncsidf2_vfp, fixuns_truncsfsi2, fixuns_truncdfsi2)
11957         (*floatsisf2_vfp, *floatsidf2_vfp, floatunssisf2)
11958         (floatunssidf2, *sqrtsf2_vfp, *cmpsf_split_vfp)
11959         (*cmpsf_trap_split_vfp, *cmpsf_vfp, *cmpsf_trap_vfp): Use 't'
11960         where appropriate for single-word registers.
11961         (*movsf_vfp, *thumb2_movsf_vfp, *movdf_vfp, *thumb2_movdf_vfp):
11962         As above. Fix type attributes.
11963         * config/arm/constraints.md (register_contraint "t"): Define.
11964         (register_constraint "w"): Change to D0-D15, or D0-D31 for
11965         VFPv3/NEON.
11966         (register_constraint "x"): Define.
11967         (constraint "Dv"): Define.
11968
11969 2007-07-03  Geoffrey Keating  <geoffk@apple.com>
11970
11971         * tree.h (DECL_ALIGN): Prevent use on a FUNCTION_DECL.
11972
11973 2007-07-03  Tom Tromey  <tromey@redhat.com>
11974
11975         * c-parser.c (objc_pq_context): Removed.
11976         (objc_need_raw_identifier): Likewise.
11977         (c_parser) <objc_pq_context>: New field.
11978         <objc_need_raw_identifier>: Likewise.
11979         (OBJC_NEED_RAW_IDENTIFIER): Removed.
11980         (c_lex_one_token): Update.
11981         (c_parser_objc_protocol_definition): Update.
11982         (c_parser_objc_method_definition): Update.
11983         (c_parser_objc_methodproto): Update.
11984         (c_parser_declspecs): Update.
11985
11986 2007-07-03  David Ung  <davidu@mips.com>
11987
11988         * config/mips/mips.c (mips_issue_rate): Return 4 for 74K processors.
11989
11990 2007-07-03  David Ung  <davidu@mips.com>
11991             Richard Sandiford  <richard@codesourcery.com>
11992
11993         * doc/invoke.texi: Document -march=74kf3_2.
11994         * config/mips/mips.h (PROCESSOR_74KF3_2): New processor_type.
11995         (TUNE_74K): Check for it.
11996         * config/mips/mips.c (mips_cpu_info): Add 74kf3_2.
11997         (mips_rtx_cost_data): Add an entry for PROCESSOR_74KF3_2.
11998         * config/mips/mips.md (cpu): Add 74kf3_2.
11999         * config/mips/74k.md (r74k_int_logical, r74k_int_arith, r74k_int_nop)
12000         (r74k_int_cmove, r74k_int_mult, r74k_int_mul3, r74k_int_mfhilo)
12001         (r74k_int_mthilo, r74k_int_div, r74k_int_call, r74k_int_jump)
12002         (r74k_int_load, r74k_int_store, r74k_unknown, r74k_multi): Add
12003         74kf3_2 to the CPU list.
12004         (r74kf3_2_fadd, r74kf3_2_fmove, r74kf3_2_fload, r74kf3_2_fstore)
12005         (r74kf3_2_fmul_sf, r74kf3_2_fmul_df, r74kf3_2_fdiv_sf)
12006         (r74kf3_2_fdiv_df, r74kf3_2_frsqrt_sf, r74kf3_2_frsqrt_df)
12007         (r74kf3_2_fcmp, r74kf3_2_fcvt, r74kf3_2_fxfer_to_c1)
12008         (r74kf3_2_fxfer_from_c1): New insn reservations.
12009
12010 2007-07-03  Richard Sandiford  <richard@codesourcery.com>
12011             David Ung  <davidu@mips.com>
12012
12013         * doc/invoke.texi: Replace -march=24kf with -march=24kf2_1 and
12014         -march=24kx with -march=24kf1_1.  Likewise 24ke[fx], 34k[fx]
12015         and 74k[fx].  Document aliases for the new options.
12016         * config/mips/mips.h (PROCESSOR_24KF): Rename to...
12017         (PROCESSOR_24KF2_1): ...this.
12018         (PROCESSOR_24KX): Rename to...
12019         (PROCESSOR_24KF1_1): ...this.
12020         (PROCESSOR_74KF): Rename to...
12021         (PROCESSOR_74KF2_1): ...this.
12022         (PROCESSOR_74KX): Rename to...
12023         (PROCESSOR_74KF1_1): ...this.
12024         (TUNE_74K): Update PROCESSOR_* names.
12025         * config/mips/mips.c (mips_cpu_info): Add 24kf2_1 as a synonym
12026         for 24kf.  Add 24kf1_1 and 24kfx as synonyms for 24kx.  Likewise
12027         the 24ke*, 34k* and 74k* processors.  Update PROCESSOR_* names.
12028         (mips_rtx_cost_data): Update processor names in comments.
12029         (mips_issue_rate): Update PROCESSOR_* names.
12030         * config/mips/mips.md (cpu): Rename 24kf to 24kf2_1, 24kx to
12031         24kf1_1, 74kf to 74kf2_1 and 74kx to 74kf1_1.
12032         * config/mips/24k.md: Rename FPU-related r24k_* insn reservations
12033         to r24kf2_1_*.  Rename r24kx_* insn reservations to r24kf1_1_*.
12034         Update cpu attribute names.
12035         (r24k_fpu_iss): Rename this reservation to...
12036         (r24kf2_1_fpu_iss): ...this and update all uses.
12037         (r24kx_fpu_iss): Rename this reservation to...
12038         (r24kf1_1_fpu_iss): ...this and update all uses.
12039         * config/mips/74k.md: Rename FPU-related r74kf_* insn reservations
12040         to r74kf2_1_*.  Rename r74kx_* insn reservations to r74kf1_1_*.
12041         Update cpu attribute names.
12042
12043 2007-07-01  Kaz Kojima  <kkojima@gcc.gnu.org>
12044
12045         * config/m32r/constraints.md: New file.
12046         * config/m32r/m32r.c: Include tm-constrs.h.
12047         (small_data_operand): Use satisfies_constraint_* instead of macro.
12048         (addr24_operand, gen_compare): Likewise.
12049         * config/m32r/m32r.h (REG_CLASS_FROM_LETTER): Remove.
12050         (INT8_P, UPPER16_P, UINT32_P, UINT5_P, INVERTED_SIGNED_8BIT,
12051         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
12052         EXTRA_CONSTRAINT): Likewise.
12053         * config/m32r/m32r.md: Include constraints.md.
12054         (*movsi_insn): Use satisfies_constraint_* instead of macro.
12055         (andsi3, iorsi3, xorsi3, seq_insn+1, sne): Likewise.
12056         * config/m32r/predicates.md (conditional_move_operand): Likewise.
12057         (two_insn_const_operand, int8_operand, uint16_operand,
12058         reg_or_int16_operand, reg_or_uint16_operand,
12059         reg_or_cmp_int16_operand, cmp_int16_operand,
12060         seth_add3_operand): Likewise.
12061
12062 2007-07-03  Eric Christopher  <echristo@gmail.com>
12063
12064         * libgcc2.h: Conditionally declare __bswapsi2 and
12065         __bswapdi2.
12066         
12067 2007-07-03  H.J. Lu  <hongjiu.lu@intel.com>
12068
12069         * ddg.c (check_sccs): Define only if ENABLE_CHECKING is
12070         defined.
12071
12072 2007-07-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12073
12074         PR target/28307
12075         * gthr-posix.h [SUPPORTS_WEAK && GTHREAD_USE_WEAK]
12076         (__gthrw_pragma): Provide default definition.
12077         (__gthrw2): Use it.
12078         * gthr-posix.c (__gthrw_pragma): Define.
12079
12080 2007-07-03  Daniel Berlin  <dberlin@dberlin.org>
12081
12082         * tree-ssa-sccvn.c (set_ssa_val_to): Check for operand_equal_p
12083         before declaring inequality.
12084
12085 2007-07-03  Rask Ingemann Lambertsen  <rask@sygehus.dk>
12086
12087         * combine.c (recog_for_combine): Log the success or failure of
12088           matching new insn patterns against the machine description in
12089           detailed dumps.
12090
12091 2007-07-03  Revital Eres  <eres@il.ibm.com>
12092
12093         * ddg.c (print_sccs): New function.
12094         (check_sccs): New function.
12095         (create_ddg_all_sccs): Use it.
12096         * ddg.h (print_sccs): Declare.
12097         * modulo-sched.c (sms_order_nodes): Call print_sccs.
12098
12099 2007-07-03  Uros Bizjak  <ubizjak@gmail.com>
12100
12101         * targhooks.h (default_mode_for_suffix): New function declaration.
12102         * targhooks.c (default_mode_for_suffix): New default target hook.
12103         * target.h (struct c): New structure in the targetm struct.
12104         (mode_for_suffix): New target hook as part of struct c.
12105         target-def.h (TARGET_C_MODE_FOR_SUFFIX): Define as
12106         default_mode_for_suffix.
12107         (TARGET_C): New define.
12108         * c-lex.c: Include "target.h".
12109         (interpret_float): Use targetm.c.mode_for_suffix to determine
12110         the mode for a given non-standard suffix.
12111         Makefile.in (c-lex.o): Depend on $(TARGET_H).
12112
12113         * config/i386/i386.c (ix86_c_mode_for_suffix): New static function.
12114         (TARGET_C_MODE_FOR_SUFFIX): Define to ix86_c_mode_for_suffix.
12115
12116         * doc/extend.texi (Floating Types): New node.  Document __float80 and
12117         __float128 types.  Document 'w', 'W', 'q' and 'Q' suffixes.
12118
12119 2007-07-03  Kaz Kojima  <kkojima@gcc.gnu.org>
12120
12121         PR target/32506
12122         * config/sh/sh.md (udivsi3_i1_media): Use target_reg_operand
12123         predicate instead of target_operand.
12124         (divsi3_i1_media, divsi3_media_2): Likewise.
12125
12126 2007-07-02  Eric Botcazou  <ebotcazou@adacore.com>
12127
12128         * tree.h (alias_sets_might_conflict_p): Rename into
12129         alias_sets_must_conflict_p.
12130         * alias.c (alias_sets_might_conflict_p): Likewise.
12131         (alias_sets_conflict_p): Use it.
12132         (objects_must_conflict_p): Likewise.
12133         * c-common.c (strict_aliasing_warning): Adjust.
12134
12135 2007-07-02  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12136
12137         * rtlhooks.c (gen_lowpart_if_possible): Check for
12138         invalid subreg before calling gen_lowpart_SUBREG.
12139
12140 2007-07-02  Geoffrey Keating  <geoffk@apple.com>
12141
12142         * config/darwin9.h: Add copyright notice.
12143         (LINK_COMMAND_SPEC): Add comment.
12144         (DARWIN_LIBSYSTEM_HAS_UNWIND): Define.
12145         * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Conditionalise on
12146         DARWIN_LIBSYSTEM_HAS_UNWIND.
12147
12148 2007-07-02  Jakub Jelinek  <jakub@redhat.com>
12149
12150         PR libgomp/32468
12151         * omp-low.c (check_combined_parallel): New function.
12152         (lower_omp_parallel): Call it via walk_stmts, set
12153         OMP_PARALLEL_COMBINED if appropriate.
12154         (determine_parallel_type): If OMP_FOR resp. OMP_SECTIONS
12155         isn't the only statement in WS_ENTRY_BB or OMP_RETURN
12156         the only one in PAR_EXIT_BB and not OMP_PARALLEL_COMBINED,
12157         don't consider it as combined parallel.
12158
12159 2007-07-02  Richard Sandiford  <richard@codesourcery.com>
12160
12161         * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
12162         (gcc_tooldir): Likewise.
12163         * configure: Regenerate.
12164         * Makefile.in (libsubdir_to_prefix): New variable, based on the
12165         old configure.ac gcc_tooldir setting.
12166         (prefix_to_exec_prefix): New variable.
12167         (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
12168         rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
12169
12170 2007-07-02  Daniel Berlin  <dberlin@dberlin.org>
12171
12172         Fix PR tree-optimization/32583
12173         Fix PR tree-optimization/32584
12174         * tree-ssa-pre.c (phi_translate): Always pass seen bitmap.
12175         (phi_translate_set): Use phi_translate directly now.
12176         (make_values_for_stmt): Don't value number RHS if we already know
12177         it is constant.
12178
12179 2007-07-02  Steve Ellcey  <sje@cup.hp.com>
12180             Jim Wilson <wilson@specifix.com>
12181
12182         PR target/31684
12183         * haifa-sched.c (add_to_speculative_block): Change copy_rtx to
12184         copy_insn.
12185
12186 2007-07-02  Sandra Loosemore  <sandra@codesourcery.com>
12187             Richard Sandiford  <richard@codesourcery.com>
12188             Nigel Stephens  <nigel@mips.com>
12189
12190         * config/mips/mips-protos.h (mips16e_save_restore_info): New struct.
12191         (mips16e_output_save_restore): Declare.
12192         (mips16e_save_restore_pattern_p): Likewise.
12193         * config/mips/mips.h (GENERATE_MIPS16E_SAVE_RESTORE): New macro.
12194         * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): Return 0x7f8
12195         for GENERATE_MIPS16E_SAVE_RESTORE.  Return 0x400 for TARGET_MIPS16
12196         && !GENERATE_MIPS16E_SAVE_RESTORE && !TARGET_64BIT.
12197         (BITSET_P): New global macro, extracted from...
12198         (mips_for_each_saved_reg): ...here.
12199         (mips16e_save_restore_info): New struct.
12200         (mips16e_s2_s8_regs, mips16e_a0_a3_regs): New variables.
12201         (mips16e_save_restore_regs): New variable.
12202         (mips_split_plus, mips16e_find_first_register): New functions.
12203         (mips16e_mask_registers): New function.
12204         (compute_frame_size): Expand the commentary before the function.
12205         Enforce the MIPS16e save and restore register range restrictions.
12206         Pad the general register save area at the low end.
12207         (mips16e_save_restore_reg, mips16e_build_save_restore)
12208         (mips16e_save_restore_pattern_p, mips16e_add_register_range)
12209         (mips16e_output_save_restore, mips16e_collect_propagate_value)
12210         (mips16e_collect_argument_save, mips16e_collect_argument_saves):
12211         New functions.
12212         (mips_expand_prologue, mips_expand_epilogue): Handle
12213         GENERATE_MIPS16E_SAVE_RESTORE.
12214         * config/mips/mips.md (*mips16e_save_restore): New pattern.
12215
12216 2007-07-02  Uros Bizjak  <ubizjak@gmail.com>
12217
12218         PR tree-optimization/31966
12219         PR tree-optimization/32533
12220         * tree-if-conv.c (add_to_dst_predicate_list): Use "edge", not
12221         "basic_block" description as its third argument.  Update function
12222         calls to get destination bb from "edge" argument.  Save "cond" into
12223         aux field of the edge.  Update prototype for changed arguments.
12224         (if_convertible_loop_p): Clear aux field of incoming edges if bb
12225         contains phi node.
12226         (find_phi_replacement_condition): Operate on incoming edges, not
12227         on predecessor blocks.  If there is a condition saved in the
12228         incoming edge aux field, AND it with incoming bb predicate.
12229         Return source bb of the first edge.
12230         (clean_predicate_lists): Clean aux field of outgoing node edges.
12231         (tree_if_conversion): Do not initialize cond variable. Move
12232         variable declaration into the loop.
12233         (replace_phi_with_cond_gimple_modify_stmt): Remove unneded
12234         initializations of new_stmt, arg0 and arg1 variables.
12235
12236 2007-07-02  Jakub Jelinek  <jakub@redhat.com>
12237
12238         * tree-nrv.c (dest_safe_for_nrv_p): Grok any handled_component_p,
12239         SSA_NAMEs, RESULT_DECLs and PARM_DECLs.
12240
12241 2007-07-02  Richard Guenther  <rguenther@suse.de>
12242
12243         * tree-ssa.c (useless_type_conversion_p): Document
12244         future intent as defining the middle-end type system.
12245         Re-structure to call langhook last, group by type class,
12246         mark questionable parts.
12247
12248 2007-07-02  Richard Guenther  <rguenther@suse.de>
12249
12250         * tree-flow.h (types_compatible_p): Declare.
12251         * tree-ssa.c (types_compatible_p): New function.
12252         * ipa-type-escape.c (discover_unique_type): Use
12253         types_compatible_p instead of lang_hooks.types_compatible_p.
12254         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
12255         * tree-vn.c (expressions_equal_p): Likewise.
12256         * tree.c (fields_compatible_p): Likewise.
12257         * tree-ssa-dom.c (avail_expr_eq): Likewise.
12258         (cprop_operand): Use useless_type_conversion_p instead of
12259         lang_hooks.types_compatible_p.
12260         * tree-inline.c (setup_one_parameter): Likewise.
12261         (declare_return_variable): Likewise.
12262         * tree-nrv.c (tree_nrv): Likewise.
12263         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
12264         (maybe_fold_offset_to_component_ref): Likewise.
12265         (maybe_fold_offset_to_reference): Likewise.
12266         * tree-ssa-copy.c (may_propagate_copy): Likewise.
12267         (merge_alias_info): Likewise.
12268         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
12269         * tree-ssa-phiopt.c (conditional_replacement): Likewise.
12270         * tree-ssa-reassoc.c (optimize_ops_list): Likewise.
12271         * tree-tailcall.c (find_tail_calls): Likewise.
12272         * tree-vect-generic.c (expand_vector_operations_1): Likewise.
12273         * gimplify.c (canonicalize_addr_expr): Likewise.
12274         (fold_indirect_ref_rhs): Likewise.
12275         (gimplify_addr_expr): Likewise.  Swap parameters to cpt_same_type.
12276         (cpt_same_type): Likewise.
12277         (check_pointer_types_r): Swap parameters to cpt_same_type
12278         where appropriate.
12279         * fold-const.c (fold_convert): Revert fix for PR15988.
12280         * tree-inline.c (setup_one_parameter): Instead fix it here by
12281         using fold_build1 instead of fold_convert and checking for
12282         error_mark_node.  Convert only if the conversion is necessary.
12283
12284 2007-07-02  Joseph Myers  <joseph@codesourcery.com>
12285
12286         * configure.ac: Check for .gnu_attribute on Power.
12287         * configure: Regenerate.
12288         * config/rs6000/rs6000.c (rs6000_file_start): If supported, output
12289         attribute for floating-point ABI.
12290
12291 2007-07-02  Ira Rosen  <irar@il.ibm.com>
12292
12293         PR tree-optimization/32230
12294         PR tree-optimization/32477
12295         * tree-vect-analyze.c (vect_analyze_data_refs): Fail if base 
12296         address is a constant.
12297
12298 2007-07-02  Richard Sandiford  <richard@codesourcery.com>
12299
12300         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*)
12301         (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*)
12302         (mipsisa64-*-elf*, mipsisa64el-*-elf*): Combine top-level
12303         stanzas.  Use the first part of the triplet to set MIPS_ISA_DEFAULT.
12304         Remove redundant setting of MASK_FLOAT64 and MASK_64BIT for the
12305         64-bit targets.  Add support for *-elfoabi*.
12306         * config/mips/t-isa3264 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Use
12307         different settings if $(tm_defines) does not select the EABI.
12308         (MULTILIB_EXCLUSIONS): Define in those circumstances.
12309         * config/mips/mips.h (MIPS_ISA_LEVEL_OPTION_SPEC): New macro.
12310         (MIPS_ARCH_OPTION_SPEC): Likewise.
12311         (MIPS_ISA_LEVEL_SPEC): Likewise.
12312         (OPTION_DEFAULT_SPECS): Use MIPS_ARCH_OPTION_SPEC.
12313         * config/mips/elfoabi.h: New file.
12314
12315 2007-07-02  Richard Guenther  <rguenther@suse.de>
12316
12317         * tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...
12318         (useless_type_conversion_p): ... this.
12319         * tree-ssa.c (tree_ssa_useless_type_conversion_1): Rename to ...
12320         (useless_type_conversion_p): ... this.
12321         * builtins.c (fold_builtin_memory_op): Rename
12322         tree_ssa_useless_type_conversion_1 to useless_type_conversion_p.
12323         * tree-cfg.c (verify_expr): Likewise.
12324         * tree-ssa-address.c (tree_ssa_useless_type_conversion_1): Likewise.
12325         * tree-ssa-ccp.c (ccp_fold): Likewise.
12326         * tree-ssa-copy.c (may_propagate_copy): Likewise.
12327         * tree-ssa-dom.c (eliminate_redundant_computations): Likewise.
12328         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
12329         * tree-ssa-loop-niter.c (refine_bounds_using_guard): Likewise.
12330         * tree-ssa-pre.c (eliminate): Likewise.
12331         * tree-ssa.c (delete_tree_ssa): Likewise.
12332         (tree_ssa_useless_type_conversion): Likewise.
12333         * tree.c (build2_stat): Likewise.
12334
12335 2007-07-01  Daniel Berlin  <dberlin@dberlin.org>
12336
12337         Fix PR tree-optimization/32571
12338         * tree-ssa-sccvn.c (visit_use): Shortcut copies to avoid
12339         simplifying them.
12340
12341 2007-07-01  Daniel Berlin  <dberlin@dberlin.org>
12342
12343         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle constants
12344         and other expected operations explicitly, change default to
12345         gcc_unreachable. 
12346
12347 2007-07-01  Daniel Jacobowitz  <dan@codesourcery.com>
12348
12349         * config/arm/arm.c (arm_cannot_copy_insn_p): Do not expect a
12350         PARALLEL.
12351         * config/arm/arm.md (pic_add_dot_plus_four, pic_add_dot_plus_eight)
12352         (tls_load_dot_plus_eight): Move the label number into the unspec.
12353         * config/arm/thumb2.md (pic_load_dot_plus_four): Likewise.
12354
12355 2007-07-01  Andreas Schwab  <schwab@suse.de>
12356
12357         * dwarf2out.c (initial_return_save): Define only if used.
12358
12359 2007-07-01  Kenneth Zadeck <zadeck@naturalbridge.com>
12360
12361         Unreverting Richard's Revert of:
12362
12363         2007-06-27  Richard Sandiford  <richard@codesourcery.com>
12364
12365         * dce.c (deletable_insn_p_1): New function, split out from...
12366         (deletable_insn_p): ...here.  Only treat bare USEs and CLOBBERs
12367         specially, not those inside PARALLELs.  Remove BODY argument
12368         and adjust recursive call accordingly.
12369         (prescan_insns_for_dce): Update call to delete_insn_p.
12370
12371 2007-07-01  Vladimir Yanovsky  <yanov@il.ibm.com>
12372             Revital Eres  <eres@il.ibm.com>
12373
12374         * ddg.c (create_ddg_all_sccs): Fix missed
12375         initialization of scc_nodes.
12376
12377 2007-07-01  Uros Bizjak  <ubizjak@gmail.com>
12378
12379         PR middle-end/32559
12380         * fold-const.c (fold-binary) [PLUS_EXPR]: Convert ~X + X to 1 or
12381         X + ~X to 1 only for INTEGRAL_TYPE_P type.
12382
12383 2007-06-30  Joseph Myers  <joseph@codesourcery.com>
12384
12385         * configure.ac: Check for .gnu_attribute on MIPS.
12386         * configure, config.in: Regenerate.
12387         * config/mips/mips.c (mips_file_start): If supported, output
12388         attribute for floating-point ABI.
12389
12390 2007-06-30  Uros Bizjak  <ubizjak@gmail.com>
12391
12392         PR target/32433
12393         * config/i386/i386.md (ffssi2): Expand as ffs_cmove for TARGET_CMOVE.
12394         (ffs_cmove): New expander to expand using ctz pattern.
12395         (*ffs_cmove): Remove pattern.
12396         (*ffs_no_cmove): Enable only for !TARGET_CMOVE.
12397         (ffsdi2): Expand using ctz pattern.
12398         (*ffs_rex64): Remove pattern.
12399
12400 2007-06-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12401
12402         PR rtl-optimization/32296
12403         * pa.md (return): Delete pattern.
12404         (return_internal): Remove "(const_int 1)" from pattern.
12405         (epilogue): Use return_internal pattern for trivial returns.
12406         * pa-protos.h (hppa_can_use_return_insn_p): Delete declaration.
12407         * pa.c (hppa_can_use_return_insn_p): Delete function.  Include "df.h".
12408
12409 2007-06-30  Daniel Berlin  <dberlin@dberlin.org>
12410
12411         * tree-ssa-pre.c (is_exception_related): New function
12412         (can_value_number_operation): Use it.
12413
12414 2007-06-30  Daniel Berlin  <dberlin@dberlin.org>
12415         
12416         Fix PR tree-optimization/32540
12417         Fix PR tree-optimization/31651
12418
12419         * tree-ssa-sccvn.c: New file.
12420
12421         * tree-ssa-sccvn.h: Ditto.
12422         
12423         * tree-vn.c: Include tree-ssa-sccvn.h
12424         (val_expr_paid_d): Removed.
12425         (value_table): Ditto.
12426         (vn_compute): Ditto.
12427         (val_expr_pair_hash): Ditto.
12428         (val_expr_pair_expr_eq): Ditto.
12429         (copy_vuses_from_stmt): Ditto.
12430         (vn_delete): Ditto.
12431         (vn_init): Ditto.
12432         (shared_vuses_from_stmt): Ditto.
12433         (print_creation_to_file): Moved up.
12434         (sort_vuses): Ditto.
12435         (sort_vuses_heap): Ditto.
12436         (set_value_handle): Make non-static.
12437         (make_value_handle): Ditto.
12438         (vn_add): Rewritten to use sccvn lookups.
12439         (vn_add_with_vuses): Ditto.
12440         (vn_lookup): Ditto (and second argument removed).
12441         (vn_lookup_with_vuses): Ditto.
12442         (vn_lookup_or_add): Ditto (and second argument removed);
12443         (vn_lookup_or_add_with_vuses): Ditto.
12444         (vn_lookup_with_stmt): New.
12445         (vn_lookup_or_add_with_stmt): Ditto.
12446         (create_value_handle_for_expr): Ditto.
12447
12448         * tree-ssa-pre.c: Include tree-ssa-sccvn.h.
12449         (seen_during_translate): New function.
12450         (phi_trans_lookup): Use iterative_hash_expr, not vn_compute.
12451         (phi_trans_add): Ditto.
12452         (constant_expr_p): FIELD_DECL is always constant.
12453         (phi_translate_1): Renamed from phi_translate, add seen bitmap.
12454         Use constant_expr_p.
12455         Avoid infinite recursion on mutually valued expressions.
12456         Change callers of vn_lookup_or_add.
12457         (phi_translate): New function.
12458         (compute_antic_safe): Allow phi nodes.
12459         (create_component_ref_by_pieces): Update for FIELD_DECL change.
12460         (find_or_generate_expression): Rewrite slightly.
12461         (create_expression_by_pieces): Updated for vn_lookup_or_add
12462         change.
12463         Update VN_INFO for new names.
12464         (insert_into_preds_of_block): Update for new names.
12465         (add_to_exp_gen): New function.
12466         (add_to_sets): Use vn_lookup_or_add_with_stmt.
12467         (find_existing_value_expr): Rewrite to changed vn_lookup.
12468         (create_value_expr_from): Ditto, and use add_to_exp_gen.
12469         (try_look_through_load): Removed.
12470         (try_combine_conversion): Ditto.
12471         (get_sccvn_value): New function.
12472         (make_values_for_phi): Ditto.
12473         (make_values_for_stmt): Ditto.
12474         (compute_avail): Rewritten for vn_lookup_or_add changes and to use
12475         SCCVN.
12476         (init_pre): Update for SCCVN changes.
12477         (fini_pre): Ditto.
12478         (execute_pre): Ditto.
12479
12480         * tree-flow.h (make_value_handle): Declare.
12481         (set_value_handle): Ditto.
12482         (sort_vuses_heap): Ditto.
12483         (vn_lookup_or_add_with_stmt): Ditto.
12484         (vn_lookup_with_stmt): Ditto.
12485         (vn_compute): Remove.
12486         (vn_init): Ditto.
12487         (vn_delete): Ditto.
12488         (vn_lookup): Update arguments.
12489
12490         * Makefile.in (tree-ssa-pre.o): Add tree-ssa-sccvn.h
12491         (tree-vn.o): Ditto.
12492         (tree-ssa-sccvn.o): New.
12493         (OBJS-common): Add tree-ssa-sccvn.o
12494         
12495 2007-06-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12496
12497         PR c/4076
12498         * c-typeck.c (build_external_ref): Don't mark as used if called
12499         from itself.
12500         * calls.c (rtx_for_function_call): Likewise.
12501         
12502 2007-06-30  Richard Sandiford  <richard@codesourcery.com>
12503
12504         Revert:
12505
12506         2007-06-27  Richard Sandiford  <richard@codesourcery.com>
12507
12508         * dce.c (deletable_insn_p_1): New function, split out from...
12509         (deletable_insn_p): ...here.  Only treat bare USEs and CLOBBERs
12510         specially, not those inside PARALLELs.  Remove BODY argument
12511         and adjust recursive call accordingly.
12512         (prescan_insns_for_dce): Update call to delete_insn_p.
12513
12514 2007-06-30  Rask Ingemann Lambertsen <rask@sygehus.dk>
12515
12516         * combine.c (combine_validate_cost): New parameter NEWOTHERPAT.
12517         (try_combine): Move potential calls to undo_all() so they happen
12518         before we commit to using the combined insns.
12519
12520 2006-06-30  Jan Hubicka  <jh@suse.cz>
12521
12522         * loop-unroll.c (unroll_loop_runtime_iterations): Unshare newly emit
12523         code.
12524
12525 2006-06-30  Thomas Neumann  <tneumann@users.sourceforge.net>
12526
12527         * ipa.c (cgraph_postorder): Cast according to the coding conventions.
12528         (cgraph_remove_unreachable_nodes): Likewise.
12529         * ipa-cp.c (ipcp_propagate_stage): Use BOTTOM instead of integer 0.
12530         * ipa-inline.c (update_caller_keys): Cast according to the coding
12531         conventions.
12532         (cgraph_decide_recursive_inlining): Likewise.
12533         (cgraph_decide_inlining_of_small_function): Likewise.
12534         (try_inline): Likewise.
12535         (cgraph_decide_inlining_incrementally): Likewise.
12536         * ipa-pure-const.c (get_function_state): Likewise.
12537         (scan_function): Likewise.
12538         (analyze_function): Likewise.
12539         (static_execute): Likewise.
12540         * ipa-reference.c (scan_for_static_refs): Likewise.
12541         (merge_callee_local_info): Likewise.
12542         (analyze_function): Use type safe memory macros.
12543         (static_execute): Likewise. Cast according to the coding conventions.
12544         * ipa-type-escape.c (scan_for_regs): Cast according to the coding
12545         conventions.
12546         * ipa-utils.c (searchc): Likewise. Avoid using C++ keywords as variable
12547         names.
12548         (ipa_utils_reduced_inorder): Likewise. Use type safe memory macros.
12549         * ipa-utils.h (struct ipa_dfa_info): Avoid using C++ keywords as
12550         variable names.
12551
12552 2007-06-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12553
12554         PR middle-end/30024
12555         * emit-rtl.c (init_emit_once): Intilize const_tiny_rtx[0]
12556         for complex modes (both int and real).
12557
12558 2007-06-29  Jan Hubicka  <jh@suse.cz>
12559
12560         * cse.c: Rever accidentally comitted TODO_verify_rtl_sharing change.
12561
12562 2007-06-29  Jan Hubicka  <jh@suse.cz>
12563
12564         PR middle-end/32372
12565         * cse.c (cse_insn): Avoid invalid sharing in between register note and
12566         the insn pattern.
12567
12568 2007-06-29  Anatoly Sokolov <aesok@post.ru>
12569
12570         PR target/32335
12571         * config/avr/avr.c: Include dataflow header file.
12572         (expand_prologue): Adjust for prologue insn change.
12573         * config/avr/avr.md (call_prologue_saves): Only modify REG_SP once
12574         inside a insn.
12575
12576 2007-06-29  Richard Guenther  <rguenther@suse.de>
12577
12578         PR middle-end/32493
12579         * gimplify.c (gimplify_call_expr): Ignore variable argument parts
12580         during type verification.
12581
12582 2007-06-29  Jan Hubicka  <jh@suse.cz>
12583
12584         * recog.c (validate_change_rtx_1): Unshare TO argument.
12585
12586 2007-06-29  Uros Bizjak  <ubizjak@gmail.com>
12587
12588         PR tree-optimization/24659
12589         * tree-vect-transform.c (vectorizable_call): Handle
12590         (nunits_in == nunits_out / 2) and (nunits_out == nunits_in / 2) cases.
12591
12592         * config/i386/sse.md (vec_pack_sfix_v2df): New expander.
12593         * config/i386/i386.c (enum ix86_builtins)
12594         [IX86_BUILTIN_VEC_PACK_SFIX]: New constant.
12595         (struct bdesc_2arg) [__builtin_ia32_vec_pack_sfix]: New builtin
12596         description.
12597         (ix86_init_mmx_sse_builtins): Define all builtins with 2 arguments as
12598         const using def_builtin_const.
12599         (ix86_expand_binop_builtin): Remove bogus assert() that insn wants
12600         input operands in the same modes as the result.
12601         (ix86_builtin_vectorized_function): Handle BUILT_IN_LRINT.
12602
12603 2007-06-29  Richard Sandiford  <rsandifo@nildram.co.uk>
12604
12605         * df-problems.c (df_set_unused_notes_for_mw): Fix formatting.
12606         (df_set_dead_notes_for_mw): Likewise.
12607
12608 2007-06-29  Eric Botcazou  <ebotcazou@adacore.com>
12609
12610         * c-common.c (pointer_int_sum): Do the negation in sizetype.
12611
12612 2007-06-28  DJ Delorie  <dj@redhat.com>
12613
12614         * config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.
12615
12616 2007-06-28  Geoffrey Keating  <geoffk@apple.com>
12617
12618         * doc/invoke.texi (C++ Dialect Options): Document
12619         fvisibility-ms-compat.
12620         * c.opt (fvisibility-ms-compat): New.
12621
12622 2007-06-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12623
12624         PR tree-opt/32417
12625         * tree-affine.c (aff_combination_add_elt): Handle
12626         pointer addition specially.
12627
12628 2007-06-28  Jakub Jelinek  <jakub@redhat.com>
12629
12630         * config/rs6000/rs6000.c (rs6000_function_ok_for_sibcall): Ensure
12631         decl is non-external for AIX ABI.
12632
12633 2007-06-28  David Edelsohn  <edelsohn@gnu.org>
12634
12635         * config/rs6000/predicates.md (current_file_function_operand):
12636         Ensure the symbol is non-external for AIX ABI.
12637
12638 2007-06-28  Nick Clifton  <nickc@redhat.com>
12639
12640         * common.opt (fipa-matrix-reorg): Add Optimization attribute.
12641         (fdce, fdse, fpredictive-commoning): Likewise.
12642
12643 2007-06-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
12644
12645         PR other/31400
12646         * gcc.c (process_command): Recognize the new -static-libgfortran
12647         option.
12648
12649 2007-06-27  Rask Ingemann Lambertsen  <rask@sygehus.dk>
12650
12651         PR target/32418
12652         * config/m32c/m32c.c (m32c_eh_return_stackadj_rtx): Dataflow fix:
12653         Use a call clobbered hard reg instead of a pseudo reg.
12654
12655 2007-06-27  Kaz Kojima  <kkojima@gcc.gnu.org>
12656
12657         * config/sh/sh.md (load_gbr): Use correct operand constraint.
12658
12659 2007-06-27  Kaz Kojima  <kkojima@gcc.gnu.org>
12660
12661         PR target/32479
12662         * config/sh/sh.md (udivsi3): Don't wrap the sequence with
12663         REG_LIBCALL and REG_RETVAL notes.
12664         (divsi3, mulsi3): Likewise.
12665         (mulhisi3): Likewise.  Use emit_libcall_block.
12666         (umulhisi3, smulsi3_highpart, umulsi3_highpart_i): Likewise.
12667
12668 2007-06-27  Seongbae Park  <seongbae.park@gmail.com>
12669
12670         PR rtl-optimization/32481
12671         * combine.c (adjust_for_new_dest): Rescan the changed insn.
12672
12673 2007-06-27  Richard Sandiford  <richard@codesourcery.com>
12674
12675         * dce.c (deletable_insn_p_1): New function, split out from...
12676         (deletable_insn_p): ...here.  Only treat bare USEs and CLOBBERs
12677         specially, not those inside PARALLELs.  Remove BODY argument
12678         and adjust recursive call accordingly.
12679         (prescan_insns_for_dce): Update call to delete_insn_p.
12680
12681 2007-06-27  Richard Guenther  <rguenther@suse.de>
12682
12683         PR middle-end/32492
12684         * tree.h (fold_convertible_p): Declare.
12685         * fold-const.c (fold_convertible_p): New function.
12686         * gimplify.c (gimplify_call_expr): Use fold_convertible_p
12687         instead of lang_hooks.types_compatible_p.
12688
12689 2007-06-26  Jan Hubicka  <jh@suse.cz>
12690
12691         * fwprop.c (try_fwprop_subst): Use validate_unshare_change.
12692         * postreload.c (reload_cse_simplify_set): Instead of copying the rtx
12693         early use validate_unshare_change.
12694         (reload_combine): Likewise.
12695         * recog.c (change_t): New field unshare.
12696         (validate_change_1): Rename from validate_change; add argument unshare.
12697         (validate_change): Turn into wrapper of validate_change_1; update
12698         prototype for bools.
12699         (validate_unshare_change): New.
12700         (confirm_change_group): Unshare changes if asked for; avoid unnecesary
12701         calls of df_insn_rescan.
12702         * recog.h (validate_change): Replace ints by bools.
12703         (validate_unshare_change): Declare.
12704
12705 2007-06-26  Kenneth Zadeck <zadeck@naturalbridge.com>
12706
12707         * tree.def (VEC_WIDEN_MULT_LO_EXPR): Corrected string name.
12708         
12709 2007-06-26  Steve Ellcey  <sje@cup.hp.com>
12710
12711         * builtins.c (expand_builtin_next_arg): Change Pmode to ptr_mode.
12712
12713 2007-06-25  Jan Hubicka  <jh@suse.cz>
12714
12715         * ipa-inline.c (cgraph_mark_inline): Assert that we never inline
12716         uninlinable call.
12717         (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining,
12718         cgraph_decide_inlining_incrementally): Move uninlinability checks to
12719         places other call site specific checks are performed.
12720
12721 2007-06-25  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12722
12723         PR tree-opt/32421
12724         * tree-vect-transform.c (vectorizable_operation): Convert
12725         POINTER_PLUS_EXPR over to PLUS_EXPR.
12726
12727 2007-06-25  Chao-ying Fu  <fu@mips.com>
12728
12729         * doc/rtl.texi (Machine Modes): Document QQ, HQ, SQ, DQ, TQ,
12730         UQQ, UHQ, USQ, UDQ, UTQ, HA, SA, DA, TA, UHA, USA, UDA, and UTAmodes.
12731         Document MODE_FRACT, MODE_UFRACT, MODE_ACCUM, MODE_UACCUM.
12732         Document GET_MODE_IBIT, and GET_MODE_FBIT.
12733
12734         * machmode.h (VECTOR_MODE_P): Test MODE_VECTOR_FRACT,
12735         MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
12736         (SCALAR_FRACT_MODE_P, SCALAR_UFRACT_MODE_P, ALL_SCALAR_FRACT_MODE_P,
12737         SCALAR_ACCUM_MODE_P, SCALAR_UACCUM_MODE_P, ALL_SCALAR_ACCUM_MODE_P,
12738         SIGNED_SCALAR_FIXED_POINT_MODE_P, UNSIGNED_SCALAR_FIXED_POINT_MODE_P,
12739         ALL_SCALAR_FIXED_POINT_MODE_P, FRACT_MODE_P, UFRACT_MODE_P,
12740         ALL_FRACT_MODE_P, ACCUM_MODE_P, UACCUM_MODE_P, ALL_ACCUM_MODE_P,
12741         SIGNED_FIXED_POINT_MODE_P, UNSIGNED_FIXED_POINT_MODE_P,
12742         ALL_FIXED_POINT_MODE_P): New define.
12743         (CLASS_HAS_WIDER_MODES_P): Test MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
12744         MODE_UACCUM.
12745         (GET_MODE_IBIT, GET_MODE_FBIT): New define.
12746
12747         * mode-classes.def (MODE_FRACT, MODE_UFRACT, MODE_ACCUM, MODE_UACCUM,
12748         MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
12749         MODE_VECTOR_UACCUM): New mode classes.
12750
12751         * machmode.def: Document FRACT_MODE, UFRACT_MODE, ACCUM_MODE,
12752         UACCUM_MODE, ADJUST_IBIT, and ADJUST_FBIT.
12753         Add QQ, HQ, SQ, DQ, TQ, UQQ, UHQ, USQ, UDQ, UTQ, HA, SA, DA, TA, UHA,
12754         USA, UDA, and UTA.
12755
12756         * genmodes.c (struct mode_data): Add ibit and fbit fields.
12757         (blank_mode): Initialize ibit and fbit.
12758         (adj_ibit, adj_fbit): New to adjust ibit and fbit.
12759         (vector_class): Handle MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
12760         MODE_UACCUM.
12761         (new_adjust): Change required_class to required_class_from and
12762         required_class_to for testing within a range.
12763         (complete_mode): Handle MODE_FRACT, MODE_UFRACT, MODE_ACCUM,
12764         MODE_UACCUM, MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
12765         MODE_VECTOR_UACCUM.
12766         (FRACT_MODE, UFRACT_MODE, ACCUM_MODE, UACCUM_MODE): New define.
12767         (make_fixed_point_mode): New.
12768         (_ADD_ADJUST): Change C to C1 and C2.
12769         (ADJUST_BYTESIZE, ADJUST_ALIGNMENT, ADJUST_FLOAT_FORMAT): Change to
12770         use a range for machine classes.
12771         (ADJUST_IBIT, ADJUST_FBIT): New.
12772         (emit_insn_modes_h): Output defines of CONST_MODE_IBIT and
12773         CONST_MODE_FBIT.
12774         (emit_mode_adjustments): Handle MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT,
12775         MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
12776         Emit adjustment for ibit and fbit.
12777         (emit_mode_ibit, emit_mode_fbit): New.
12778         (emit_insn_modes_c): Add emit_mode_ibit and emit_mode_fbit.
12779
12780 2007-06-25  Nathan Froyd  <froydnj@codesourcery.com>
12781
12782         * config/rs6000/spe.md (*frob_ti_tf_2): Specify an input_operand
12783         as the source of the set.
12784
12785 2007-06-25  Roman Zippel <zippel@linux-m68k.org>
12786
12787         * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P,
12788         FP_REGNO_P): Use IN_RANGE.
12789         (REGNO_OK_FOR_DATA_P, REGNO_OK_FOR_FP_P): Remove.
12790         (REGNO_OK_FOR_INDEX_NONSTRICT_P, REGNO_OK_FOR_BASE_NONSTRICT_P): New.
12791         (DATA_REG_P): Use DATA_REGNO_P.
12792         (FP_REG_P): Use FP_REGNO_P.
12793         (ADDRESS_REG_P): Use ADDRESS_REGNO_P.
12794         * config/m68k/m68k.c (m68k_legitimate_base_reg_p): Use
12795         REGNO_OK_FOR_INDEX_NONSTRICT_P, REGNO_OK_FOR_BASE_NONSTRICT_P.
12796
12797 2007-06-24  Jan Hubicka  <jh@suse.cz>
12798
12799         PR middle-end/30563
12800         * cgraphunit.c (cgraph_analyze_function): Fix ordering problem.
12801
12802 2007-06-24  Sebastian Pop  <sebpop@gmail.com>
12803
12804         PR middle-end/32461
12805         * fold-const.c (fold_binary): Strip nops of operand 0
12806         of BIT_NOT_EXPR before calling operand_equal_p.
12807         * testsuite/gcc.dg/tree-ssa/pr32461-1.c: New.
12808         * testsuite/gcc.dg/tree-ssa/pr32461-2.c: New.
12809
12810 2007-06-23  Mark Mitchell  <mark@codesourcery.com>
12811
12812         * doc/extend.texi: Document that dllimport and dllexport imply
12813         default visibility.
12814         * tree.c (handle_dll_attribute): Set DECL_VISIBILITY on the
12815         imported or exported declaration, including type declarations.
12816         * c-common.c (handle_visibility_attribute): Check for conflicts
12817         with dllimport/dllexport.
12818         (c_determine_visibility): Handle dllimport/dllexport as an
12819         explicit visibility atttribute.
12820
12821 2007-06-23  Richard Guenther  <rguenther@suse.de>
12822
12823         PR tree-optimization/16876
12824         PR middle-end/29478
12825         * tree.h (CALL_CANNOT_INLINE_P): New macro to access static_flag
12826         for CALL_EXPRs.
12827         * tree-inline.c (initialize_inlined_parameters): Do not call
12828         lang_hooks.tree_inlining.convert_parm_for_inlining.
12829         * cgraphbuild.c (initialize_inline_failed): Set inline failed
12830         reason for mismatched types.
12831         * gimplify.c (gimplify_call_expr): Verify the call expression
12832         arguments match the called function type signature.  Otherwise
12833         mark the call expression to be not considered for inlining
12834         using CALL_CANNOT_INLINE_P flag.
12835         * ipa-inline.c (cgraph_mark_inline): Honor CALL_CANNOT_INLINE_P on the
12836         edges call expression.
12837         (cgraph_decide_inlining_of_small_function): Likewise.
12838         (cgraph_decide_inlining): Likewise.
12839         * c-objc-common.h (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
12840         Remove define.
12841         * c-tree.h (c_convert_parm_for_inlining): Remove declaration.
12842         * c-typeck.c (c_convert_parm_for_inlining): Remove.
12843         * langhooks-def.h (lhd_tree_inlining_convert_parm_for_inlining):
12844         Remove declaration.
12845         (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING): Remove define.
12846         * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining):
12847         Remove.
12848         * langhooks.h (struct lang_hooks_for_tree_inlining): Remove
12849         convert_parm_for_inlining member.
12850
12851 2007-06-23  Richard Earnshaw  <rearnsha@arm.com>
12852
12853         PR target/31152
12854         * arm.md (negscc): Match the correct operand for optimized LT0 test.
12855         Remove optimization for GT.
12856
12857 2007-06-23  Kenneth Zadeck <zadeck@naturalbridge.com>
12858
12859         PR middle-end/32437
12860         * dce.c (deletable_insn_p): Add extra parameter and recurse if insn
12861         is a PARALLEL.
12862         (prescan_insns_for_dce): Add extra parameter.
12863         
12864 2007-06-23  Jan Hubicka  <jh@suse.cz>
12865
12866         PR middle-end/31541
12867         * gimplify.c (mark_addressable): New function.
12868         (gimplify_modify_expr_rhs, gimplify_addr_expr, gimplify_expr): Use it.
12869
12870 2007-06-22  Uros Bizjak  <ubizjak@gmail.com>
12871
12872         PR middle-end/32374
12873         * expr.c (store_constructor): Do not clobber non-zeroed memory. 
12874
12875 2007-06-22  Uros Bizjak  <ubizjak@gmail.com>
12876
12877         PR target/32413
12878         * config/i386/i386.c (ix86_register_move_cost): Rise the cost of
12879         moves between MMX/SSE registers to at least 8 units to prevent
12880         ICE caused by non-tieable SI/HI/QImodes in SSE registers. 
12881
12882 2007-06-22  Uros Bizjak  <ubizjak@gmail.com>
12883
12884         * config/i386/i386.c (override_options): Correct x86_sahf
12885         setting condition.
12886
12887 2007-06-21  David Daney  <ddaney@avtrex.com>
12888
12889         PR target/32406
12890         * config/mips/mips.md (define_constants): Rename UNSPEC_EH_RECEIVER
12891         to UNSPEC_NONLOCAL_GOTO_RECEIVER globally.
12892         (exception_receiver): Renamed to ...
12893         (nonlocal_goto_receiver): ... this.
12894
12895 2007-06-22  Roman Zippel <zippel@linux-m68k.org>
12896
12897         * df-scan.c (df_read_modify_subreg_p): Use REGMODE_NATURAL_SIZE.
12898         (df_def_record_1): Set (DF_REF_READ_WRITE | DF_REF_PARTIAL) for
12899         partial register accesses.
12900
12901 2007-06-21  Adam Nemet  <anemet@caviumnetworks.com>
12902
12903         * fold-const.c (debug_fold_checksum): Move it under
12904         ENABLE_FOLD_CHECKING.
12905
12906 2007-06-21  Sebastian Pop  <sebpop@gmail.com>
12907
12908         PR middle-end/20623
12909         * tree.h (debug_fold_checksum): Declared.
12910         * fold-const.c (build_fold_addr_expr_with_type_1): New.
12911         (build_fold_addr_expr_with_type, build_fold_addr_expr): Use 
12912         build_fold_addr_expr_with_type_1.
12913         (fold_addr_expr, debug_fold_checksum): New.
12914         (fold_checksum_tree): Don't fold TREE_CHAIN of an SSA_NAME.
12915         (fold_unary, fold_comparison, split_address_to_core_and_offset):
12916         Use fold_addr_expr.
12917         
12918 2007-06-21  Sebastian Pop  <sebpop@gmail.com>
12919
12920         PR tree-optimization/19590
12921         * tree-vrp.c (adjust_range_with_scev): Set the range when the result
12922         of scev is a constant.
12923
12924 2007-06-21  Kenneth Zadeck <zadeck@naturalbridge.com>
12925
12926         * df-problems.c (df_note_bb_compute): Made computation of live
12927         info consistent with df_lr.
12928
12929 2007-06-21  Richard Guenther  <rguenther@suse.de>
12930
12931         PR tree-optimization/32453
12932         * tree-vrp.c (extract_range_from_assert): Build POINTER_PLUS_EXPR
12933         for pointer anti-range.
12934
12935 2007-06-21  H.J. Lu  <hongjiu.lu@intel.com>
12936
12937         * config/i386/i386.c (processor_target_table): Increase maximum
12938         skip from 7 byte to 10 byte for Pentium Pro, Core 2 Duo and
12939         default 64bit.
12940
12941         * config/i386/linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Ensure 8
12942         byte alignment if > 8 byte alignment is preferred.
12943         * config/i386/x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
12944
12945 2007-06-21  Jakub Jelinek  <jakub@redhat.com>
12946
12947         PR tree-optimization/31866
12948         * tree-ssa-coalesce.c (create_outofssa_var_map): Do nothing
12949         if ASM_EXPR's input is not a SSA_NAME.
12950
12951         PR middle-end/32362
12952         * omp-low.c (lookup_decl_in_outer_ctx): Don't ICE if t is NULL,
12953         but decl is a global var, instead return decl.
12954         * gimplify.c (gimplify_adjust_omp_clauses_1): Add shared clauses
12955         even for is_global_var decls, if they are private in some outer
12956         context.
12957
12958 2007-06-21  Richard Guenther  <rguenther@suse.de>
12959
12960         PR tree-optimization/32451
12961         * tree-ssa-threadupdate.c (thread_single_edge): Fixup edge flags.
12962
12963 2007-06-21  Christian Bruel  <christian.bruel@st.com>
12964
12965         * config/sh/sh-protos.h (sh_loads_bankedreg_p): Declare.
12966         * config/sh/sh.c (sh_loads_bankedreg_p): New function.
12967         (push_regs): Changed saving order or banked registers.
12968         (sh_expand_epilogue): Likewise.
12969         * config/sh/sh.h (BANKED_REGISTER_P): New macro.
12970         (FIRST_BANKED_REG): Likewise.
12971         (LAST_BANKED_REG): Likewise.
12972         * config/sh/sh.md (banked) New attribute.
12973         (in_delay_slot): Check banked attribute.
12974         
12975 2007-06-20  Sebastian Pop  <sebpop@gmail.com>
12976
12977         PR tree-optimization/32075
12978         * tree-data-ref.c (subscript_dependence_tester_1, 
12979         analyze_miv_subscript, analyze_overlapping_iterations,
12980         add_distance_for_zero_overlaps, build_classic_dist_vector,
12981         subscript_dependence_tester_1, analyze_overlapping_iterations,
12982         subscript_dependence_tester, access_functions_are_affine_or_constant_p,
12983         compute_affine_dependence, compute_all_dependences): Pass loop_nest 
12984         to evolution_function_is_affine_multivariate_p.
12985
12986 2007-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
12987
12988         * df-scan.c (df_get_call_refs): Be prepared for MEMs inside CLOBBERs.
12989
12990 2007-06-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
12991
12992         PR target/32335
12993         * config/m32c/m32c.c (m32c_emit_epilogue): Use new HImode epilogue
12994         for TARGET_A16.
12995         * config/m32c/prologue.md (epilogue_exitd_16): New.
12996         (epilogue_reit_16): New.
12997         (epilogue_exitd): Rename to epilogue_exitd_24.
12998         (epilogue_reit): Rename to epilogue_reit_24.
12999
13000 2007-06-20  Seongbae Park  <seongbae.park@gmail.com>
13001             Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
13002
13003         * dbgcnt.def (global_alloc_at_func, global_alloc_at_reg):
13004         New counters.
13005         * haifa-sched.c (queue_to_ready): Don't requeue next insn
13006         if dbg_cnt (sched_insn) reaches the limit.
13007         (choose_ready): New parameter INSN_PTR and new return value.
13008         (schedule_block): Handle dbg_cnt (sched_insn). Handle
13009         the new return value from choose_ready.
13010         * global.c (global_aloc): New dbgcnt global_alloc_at_reg.
13011         (rest_of_handle_global_alloc): New global_alloc_at_func.
13012
13013 2007-06-20  Adam Nemet  <anemet@caviumnetworks.com>
13014
13015         PR tree-optimization/25737
13016         * tree.h (struct tree_struct_field_tag): Add new field alias_set.
13017         (SFT_NONADDRESSABLE_P, SFT_ALIAS_SET): New macros.
13018         * tree-flow.h (struct fieldoff): Add new field alias_set.
13019         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Add new
13020         argument addressable_type.  Set alias_set of fieldoff.
13021         * tree-ssa-alias.c (create_sft): Add new argument alias_set.
13022         (create_overlap_variables_for): Pass alias_set from fieldoff to
13023         create_sft.
13024         * alias.c (get_alias_set): Use alias_set from SFT if set.
13025
13026 2007-06-20  Hui-May Chang  <hm.chang@apple.com>
13027
13028         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Print the size
13029         of a variable as an unsigned HOST_WIDE_INT integer.
13030
13031 2007-06-20  Zdenek Dvorak  <dvorakz@suse.cz>
13032
13033         PR rtl-optimization/32405
13034         * loop-iv.c (iv_get_reaching_def): Fail for partial defs.
13035
13036 2007-06-20  Jakub Jelinek  <jakub@redhat.com>
13037
13038         * Makefile.in (omega.o): Depend on $(DIAGNOSTIC_H).
13039
13040         PR middle-end/31959
13041         * builtins.c: Include diagnostic.h.
13042         (expand_builtin_expect): Make gcc_assert more permissive.
13043         * Makefile.in (builtins.o): Depend on $(DIAGNOSTIC_H).
13044
13045         PR inline-asm/32109
13046         * gimplify.c (gimplify_asm_expr): Issue error if type is addressable
13047         and !allows_mem.
13048
13049         PR middle-end/32285
13050         * calls.c (precompute_arguments): Also precompute CALL_EXPR arguments
13051         if ACCUMULATE_OUTGOING_ARGS.
13052
13053 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
13054
13055         * config/m68hc11/m68hc11.c: Include dataflow header file.
13056         (m68hc11_reorg): Port to dataflow.
13057
13058 2007-06-19  Kenneth Zadeck <zadeck@naturalbridge.com>
13059
13060         * df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.
13061         (struct df_problem.free_blocks_on_set_blocks): New field.
13062         (struct dataflow.optional_p): New field.
13063         (df_bb_regno_last_use_find, df_insn_regno_def_p): Removed.
13064         (df_live_set_all_dirty): New function.
13065         * df-scan.c (df_scan_alloc): Initialize optional_p.
13066         (problem_SCAN): Initialize free_blocks_on_set_blocks.
13067         * df-core.c (df_set_blocks): Removed use of
13068         DF_FIRST_OPTIONAL_PROBLEM.  Now uses
13069         df_problem.free_blocks_on_set_blocks to determine which blocks are
13070         recycled.
13071         (df_remove_problem): Removed use of DF_FIRST_OPTIONAL_PROBLEM.
13072         (df_finish_pass): Removed use of DF_FIRST_OPTIONAL_PROBLEM.  Now
13073         uses dataflow.optional_p to determine if problem should be
13074         deleted.
13075         (rest_of_handle_df_initialize): Only start live problem if 
13076         -02 or above.
13077         (df_bb_regno_last_use_find, df_insn_regno_def_p): Removed.
13078         * df-problems.c (df_ru_alloc, df_rd_alloc, df_lr_alloc,
13079         df_live_alloc, df_urec_alloc, df_note_alloc): set optional_p.
13080         (problem_RU, problem_RD, problem_LR, problem_UREC, problem_CHAIN,
13081         problem_NOTE): Initialize free_blocks_on_set_blocks.
13082         (df_lr_bb_local_compute): Recompute luids if df_live problem is
13083         not active.
13084         (df_live_set_all_dirty, df_note_alloc): New function.
13085         * regrename.c (merge_overlapping_regs): Change DF_LIVE_* to
13086         df_get_live_*.
13087         * sched_ebb.c (compute_jump_reg_dependencies): Ditto.
13088         * postreload.c (reload_combine): Ditto.
13089         * cse.c (cse_extended_basic_block): Ditto.
13090         * regmove.c (mark_flags_life_zones): Ditto.
13091         * rtlfactoring.c (split_blocks_after_seqs, split_pattern_seq,
13092         erase_matching_seqs): Ditto.
13093         * bt-load.c (compute_defs_uses_and_gen): Ditto.
13094         * integrate (allocate_initial_values): Ditto.
13095         * combine.c (reg_dead_at_p): Ditto.
13096         * resource.c (mark_target_live_regs): Ditto.
13097         * sched-rgn.c (check_live_1, update_live_1): Ditto.
13098         * config/sh/sh.c (find_r0_life_regions): Ditto.
13099         * global.c (rest_of_handle_global_alloc): Only add back df_live
13100         for -O > 1.
13101         * local-alloc.c (rest_of_handle_local_alloc): Only remove
13102         df_live for -O > 1.
13103         * ifcvt.c (dead_or_predicable): Change DF_LIVE_* to
13104         df_get_live_*.
13105         (if_convert): Make sure df_live is there at -O == 1.
13106         (pass_if_after_combine): Cleanup flags.
13107         * init-regs.c (initialize_uninitialized_regs): Make sure df_live
13108         is there at -O == 1.
13109         
13110 2007-06-19  Seongbae Park  <seongbae.park@gmail.com>
13111
13112         * config/arm/arm.c (arm_get_frame_offsets): Set
13113         offsets->locals_base to avoid negative stack size.
13114         (thumb1_expand_prologue): Assert on negative stack size.
13115
13116 2007-06-19  Sebastian Pop  <sebpop@gmail.com>
13117
13118         PR tree-optimization/32367
13119         * tree-chrec.h (build_polynomial_chrec): Verify that the left hand side 
13120         of the chrec has no evolution in that loop.
13121         * testsuite/gcc.dg/tree-ssa/pr32367.c: New.
13122
13123 2007-06-19  Bob Wilson  <bob.wilson@acm.org>
13124
13125         * config/xtensa/xtensa.c: Include "df.h".
13126         (xtensa_builtin_saveregs): Use adjust_address instead of
13127         change_address.
13128         (xtensa_va_start): Invoke make_tree with sizetype for
13129         expand_builtin_saveregs and then convert the result to a pointer.
13130         Use POINTER_PLUS_EXPR.  Use size_int instead of build_int_cst.
13131         (xtensa_gimplify_va_arg_expr): Use size_int instead of build_int_cst.
13132         Subtract argument size from index value as integers and then use
13133         POINTER_PLUS_EXPR to add the result to the array address.
13134         
13135 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
13136
13137         PR target/32335
13138         * config/m32c/m32c.c: Include dataflow header file.
13139         (m32c_emit_prologue): Adjust for prologue insn change.
13140         * config/m32c/prologue.md (prologue_enter_16): Only modify SP_REGNO
13141         once inside a PARALLEL. Assume frame size passed in operand 0
13142         includes space to save the fb register.
13143         (prologue_enter_24): Likewise.
13144         (epilogue_exitd): Only modify SP_REGNO once inside a PARALLEL.
13145
13146 2007-06-19  David Daney  <ddaney@avtrex.com
13147
13148         PR target/32313
13149         * config/mips/mips.md (cprestore): Mark $gp as used.
13150
13151 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
13152
13153         PR target/32369
13154         * config/frv/frv.c (frv_ifcvt_modify_tests): Dataflow merge fix.
13155         (frv_ifcvt_modify_insn): Likewise.
13156
13157 2007-06-19  Richard Guenther  <rguenther@suse.de>
13158
13159         * tree-ssa-structalias.c (handle_ptr_arith): Make sure to
13160         only handle positive offsets that fit in a HOST_WIDE_INT.
13161
13162 2007-06-19  Uros Bizjak  <ubizjak@gmail.com>
13163
13164         * config/i386/i386.c (ix86_emit_swsqrtsf): Filter out infinity
13165         result of rsqrt insn for zero input argument to avoid NaN.
13166
13167 2007-06-19  Richard Guenther  <rguenther@suse.de>
13168
13169         PR middle-end/31950
13170         * tree-ssa-alias-warnings.c (ffan_walker): Punt on MTAGs.
13171
13172 2007-06-19  Jakub Jelinek  <jakub@redhat.com>
13173
13174         PR tree-optimization/32353
13175         * tree-ssa-structalias.c (set_uids_in_ptset): Also handle RESULT_DECL.
13176
13177 2007-06-19  Nick Clifton  <nickc@redhat.com>
13178
13179         * config/m32r/linux.h (LIB_SPEC): Always imply -lpthread for -pthread.
13180
13181 2007-06-18  Uros Bizjak  <ubizjak@gmail.com>
13182
13183         PR target/32389
13184         * config/i386/i386.h (enum ix86_stack_slot): Add SLOT_VIRTUAL.
13185         * config/i386/i386.c (assign_386_stack_local): Assert that
13186         SLOT_VIRTUAL is valid only before virtual regs are instantiated.
13187         (ix86_expand_builtin) [IX86_BUILTIN_LDMXCSR, IX86_BUILTIN_STMXCSR]:
13188         Use SLOT_VIRTUAL stack slot instead of SLOT_TEMP.
13189         * config/i386/i386.md (truncdfsf2, truncxf<mode>2): Ditto.
13190
13191 2007-06-18  Steve Ellcey  <sje@cup.hp.com>
13192
13193         * config/ia64/ia64.h (LIBGCC2_TF_CEXT): New.
13194
13195 2007-06-18  Seongbae Park  <seongbae.park@gmail.com>
13196
13197         PR rtl-optimization/32321
13198         * gcse.c (replace_store_insn): Update the note before
13199         calling emit_insn_after.
13200
13201 2007-06-18  Kenneth Zadeck <zadeck@naturalbridge.com>
13202
13203         PR middle-end/32355
13204         * gcse (rest_of_handle_gcse): Add call to df_finish_pass after
13205         cse_main.
13206         * df-problems.c (df_note_bb_compute): Fix dumping info.
13207         
13208 2007-06-18  Kazu Hirata  <kazu@codesourcery.com>
13209
13210         * config/m68k/m68k.c (m68k_expand_epilogue): Emit a return
13211         insn with emit_jump_insn.
13212
13213 2007-06-18  Uros Bizjak  <ubizjak@gmail.com>
13214
13215         PR tree-optimization/32383
13216         * targhooks.c (default_builtin_reciprocal): Add new bool argument.
13217         * targhooks.h (default_builtin_reciprocal): Update prototype.
13218         * target.h (struct gcc_target): Update builtin_reciprocal.
13219         * doc/tm.texi (TARGET_BUILTIN_RECIPROCAL): Update description.
13220         * tree-ssa-math-opts (execute_cse_reciprocals): Skip statements
13221         where arg1 is not SSA_NAME.  Pass true to targetm.builtin_reciprocal
13222         when fndecl is in BUILT_IN_MD class.
13223         (execute_convert_to_rsqrt): Ditto.
13224
13225         * config/i386/i386.c (ix86_builtin_reciprocal): Update for new bool
13226         argument.  Convert IX86_BUILTIN_SQRTPS code only when md_fn is true.
13227         Convert BUILT_IN_SQRTF code only  when md_fn is false.
13228
13229 2007-06-18  Kaz Kojima  <kkojima@gcc.gnu.org>
13230
13231         * bt-load.c (move_btr_def): Fix the order of arguments
13232         to validate_replace_rtx.
13233
13234 2007-06-18  Nathan Sidwell  <nathan@codesourcery.com>
13235
13236         * config/m68k/m68k-devices.def: Add 54450..54455.
13237
13238 2007-06-17  Uros Bizjak  <ubizjak@gmail.com>
13239
13240         PR rtl-optimization/32366
13241         * simplify-rtx.c (simplify_unary_operation_1) [FLOAT_TRUNCATE,
13242         FLOAT_EXTEND]: Prevent non-scalar modes from entering
13243         significand_size.
13244
13245 2007-06-17  Kenneth Zadeck <zadeck@naturalbridge.com>
13246
13247         PR middle-end/32349
13248         * modulo-sched (generate_reg_moves): Added rescan parameter and if
13249         this is true, rescan insn being modified.
13250         (sms_schedule): Added rescan parameter.
13251         (rest_of_handle_sms): Moved freeing of dominance info to before
13252         getting out of cfg_layout.
13253         
13254 2007-06-17  Nathan Sidwell  <nathan@codesourcery.com>
13255
13256         * config/m68k/m68k.h (ISA_HAS_FF1, ISA_HAS_MVS_MVZ): New.
13257         * config/m68k/m68k.md: Use ISA_HAS_FF1 and ISA_HAS_MVS_MVZ as
13258         appropriate.
13259
13260         * config/m68k/m68k.c (all_isas): Remove FL_CF_FPU and
13261         FL_CF_EMAC from the entry for isac.
13262
13263         * config/m68k/predicates.md (const_call_operand): Adjust comment.
13264         (const_sibcall_operand): New.
13265         (sibcall_operand): Use it.
13266         * config/m68k/m68k.c (FL_FOR_isa_c): Not ISA_B compatible.
13267         (m68k_isas): ISAC does not imply FPU or EMAC.
13268         (override_options): Add ISA_C logic for symbolic jump & call.
13269
13270 2007-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
13271
13272         * config/sparc/sparc.c (sparc_vis_init_builtins): Retrieve the
13273         return mode from the builtin itself.
13274         (sparc_fold_builtin): Fix cast of zero constant.
13275
13276 2007-06-16  Uros Bizjak  <ubizjak@gmail.com>
13277
13278         * targhooks.c (default_builtin_reciprocal): New default target hook.
13279         * targhooks.h (default_builtin_reciprocal): Add prototype.
13280         * hooks.c (hook_tree_tree_bool_null): Remove hook.
13281         * hooks.h (hook_tree_tree_bool_null): Remove prototype.
13282         * target-def.h (TARGET_BUILTIN_RECIPROCAL): Define as
13283         default_builtin_reciprocal.
13284
13285 2007-06-16  Uros Bizjak  <ubizjak@gmail.com>
13286
13287         PR middle-end/31723
13288         * hooks.c (hook_tree_tree_bool_null): New hook.
13289         * hooks.h (hook_tree_tree_bool_null): Add prototype.
13290         * tree-pass.h (pass_convert_to_rsqrt): Declare.
13291         * passes.c (init_optimization_passes): Add pass_convert_to_rsqrt.
13292         * tree-ssa-math-opts.c (execute_cse_reciprocals): Scan for a/func(b)
13293         and convert it to reciprocal a*rfunc(b).
13294         (execute_convert_to_rsqrt): New function.
13295         (gate_convert_to_rsqrt): New function.
13296         (pass_convert_to_rsqrt): New pass definition.
13297         * target.h (struct gcc_target): Add builtin_reciprocal.
13298         * target-def.h (TARGET_BUILTIN_RECIPROCAL): New define.
13299         (TARGET_INITIALIZER): Initialize builtin_reciprocal with
13300         TARGET_BUILTIN_RECIPROCAL.
13301         * doc/tm.texi (TARGET_BUILTIN_RECIPROCAL): Document.
13302
13303         * config/i386/i386.h (TARGET_RECIP): New define.
13304         * config/i386/i386.md (divsf3): Expand by calling ix86_emit_swdivsf
13305         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
13306         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
13307         and not optimizing for size.
13308         (*rcpsf2_sse): New insn pattern.
13309         (*rsqrtsf2_sse): Ditto.
13310         (rsqrtsf2): New expander.  Expand by calling ix86_emit_swsqrtsf
13311         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
13312         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
13313         and not optimizing for size.
13314         (sqrt<mode>2): Expand SFmode operands by calling ix86_emit_swsqrtsf
13315         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
13316         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
13317         and not optimizing for size.
13318         * config/i386/sse.md (divv4sf): Expand by calling ix86_emit_swdivsf
13319         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
13320         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
13321         and not optimizing for size.
13322         (*sse_rsqrtv4sf2): Do not export.
13323         (sqrtv4sf2): Ditto.
13324         (sse_rsqrtv4sf2): New expander.  Expand by calling ix86_emit_swsqrtsf
13325         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
13326         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
13327         and not optimizing for size.
13328         (sqrtv4sf2): Ditto.
13329         * config/i386/i386.opt (mrecip): New option.
13330         * config/i386/i386-protos.h (ix86_emit_swdivsf): Declare.
13331         (ix86_emit_swsqrtsf): Ditto.
13332         * config/i386/i386.c (IX86_BUILTIN_RSQRTF): New constant.
13333         (ix86_init_mmx_sse_builtins): __builtin_ia32_rsqrtf: New
13334         builtin definition.
13335         (ix86_expand_builtin): Expand IX86_BUILTIN_RSQRTF using
13336         ix86_expand_unop1_builtin.
13337         (ix86_emit_swdivsf): New function.
13338         (ix86_emit_swsqrtsf): Ditto.
13339         (ix86_builtin_reciprocal): New function.
13340         (TARGET_BUILTIN_RECIPROCAL): Use it.
13341         (ix86_vectorize_builtin_conversion): Rename from
13342         ix86_builtin_conversion.
13343         (TARGET_VECTORIZE_BUILTIN_CONVERSION): Use renamed function.
13344         * doc/invoke.texi (Machine Dependent Options): Add -mrecip to
13345         "i386 and x86_64 Options" section.
13346         (Intel 386 and AMD x86_64 Options): Document -mrecip.
13347
13348 2007-06-15  Andrew Pinski <andrew_pinski@playstation.sony.com>
13349             Zdenek Dvorak <dvorakz@suse.cz>
13350             Richard Guenther  <rguenther@suse.de>
13351             Kaz Kojima  <kkojima@gcc.gnu.org>
13352
13353         * tree-vrp.c (compare_values_warnv): Convert val2 to
13354         the type of val1.
13355         (extract_range_from_assert): Create
13356         POINTER_PLUS_EXPR for pointer types.
13357         (extract_range_from_binary_expr): Handle
13358         only POINTER_PLUS_EXPR, MIN_EXPR, and MAX_EXPR
13359         for pointer types.
13360         * doc/c-tree.texi (POINTER_PLUS_EXPR): Document.
13361         * tree-ssa-loop-niter.c (split_to_var_and_offset): Handle
13362         POINTER_PLUS_EXPR as PLUS_EXPR.
13363         (number_of_iterations_lt_to_ne):
13364         For pointer types, use sizetype when
13365         creating MINUS_EXPR/PLUS_EXPRs.
13366         (assert_loop_rolls_lt): For pointer types, use sizetype when
13367         creating MINUS_EXPR/PLUS_EXPRs.
13368         (number_of_iterations_le): Likewise.
13369         (expand_simple_operations): POINTER_PLUS_EXPR are simple also.
13370         (derive_constant_upper_bound): Handle POINTER_PLUS_EXPR just
13371         like PLUS_EXPR and MINUS_EXPR.
13372         * tree-pretty-print.c (dump_generic_node): Handle
13373         POINTER_PLUS_EXPR.
13374         (op_prio): Likewise.
13375         (op_symbol_1): Likewise.
13376         * optabs.c (optab_for_tree_code): Likewise.
13377         * tree-ssa-loop-manip.c (create_iv): Handle pointer base
13378         specially.
13379         * tree-tailcall.c (process_assignment): Mention
13380         POINTER_PLUS_EXPR in a TODO comment.
13381         * tree.c (build2_stat): Assert when trying to use PLUS_EXPR or 
13382         MINUS_EXPR with a pointer. Also assert for POINTER_PLUS_EXPR
13383         not used with a pointer and an integer type.
13384         * tree-scalar-evolution.c (add_to_evolution_1): Convert the
13385         increment using chrec_convert_rhs instead of chrec_convert.
13386         (follow_ssa_edge_in_rhs): Handle POINTER_PLUS_EXPR like
13387         PLUS_EXPR except for the right hand side's type will be
13388         sizetype.
13389         (interpret_rhs_modify_stmt): Handle POINTER_PLUS_EXPR.
13390         (fold_used_pointer_cast): Kill.
13391         (pointer_offset_p): Kill.
13392         (fold_used_pointer): Kill.
13393         (pointer_used_p): Kill.
13394         (analyze_scalar_evolution_1 <case GIMPLE_MODIFY_STMT>): Don't
13395         call fold_used_pointer.
13396         (instantiate_parameters_1): Convert the increment
13397         using chrec_convert_rhs instead of chrec_convert.
13398         Handle POINTER_PLUS_EXPR as PLUS_EXPR.
13399         * builtins.c (get_pointer_alignment): Handle POINTER_PLUS_EXPR
13400         instead of PLUS_EXPR.
13401         (expand_builtin_strcat): Create a POINTER_PLUS_EXPR instead of
13402         PLUS_EXPR for pointers.
13403         (std_gimplify_va_arg_expr): Likewise.
13404         (fold_builtin_memory_op): Likewise.
13405         (fold_builtin_strstr): Likewise.
13406         (fold_builtin_strchr): Likewise.
13407         (fold_builtin_strrchr): Likewise.
13408         (fold_builtin_strpbrk): Likewise.
13409         (expand_builtin_memory_chk): Likewise.
13410         (fold_builtin_memory_chk): Likewise.
13411         (std_expand_builtin_va_start): Use
13412         sizetype for the call to make_tree and then convert
13413         to the pointer type.
13414         (fold_builtin_memchr): Use POINTER_PLUS_EXPR
13415         instead of PLUS_EXPR for adding to a pointer.
13416         (std_gimplify_va_arg_expr): Use fold_build2 for
13417         the creating of POINTER_PLUS_EXPR.  For the BIT_AND_EXPR, cast
13418         the operands to sizetype first and then cast the BIT_AND_EXPR
13419         back to the pointer type.
13420         * fold-const.c (build_range_check): Handle pointer types
13421         specially.
13422         (extract_array_ref): Look for POINTER_PLUS_EXPR instead
13423         of PLUS_EXPR's. Make sure the offset is converted to
13424         sizetype.
13425         (try_move_mult_to_index): Strip the NOPs from the offset.
13426         Remove code argument and replace all uses with PLUS_EXPR.
13427         (fold_to_nonsharp_ineq_using_bound): Handle pointer types
13428         specially. Don't use a pointer type for MINUS_EXPR.
13429         (fold_unary): Handle for (T1)(X op Y),
13430         only p+ as that is the only as that can be handled for
13431         binary operators now.
13432         (fold_binary <case POINTER_PLUS_EXPR>): Add folding of
13433         POINTER_PLUS_EXPR.
13434         <case PLUS_EXPR>: Add folding of PTR+INT into
13435         PTR p+ INT.
13436         Don't call try_move_mult_to_index.
13437         <case MINUS_EXPR>: Fold (PTR0 p+ A) - (PTR1 p+ B)
13438         into (PTR0 - PTR1) + (A - B). Fold (PTR0 p+ A) - PTR1 into
13439         (PTR0 - PTR1) + A iff (PTR0 - PTR1) simplifies.
13440         Don't call try_move_mult_to_index.
13441         (tree_expr_nonnegative_warnv_p): Handle POINTER_PLUS_EXPR.
13442         (tree_expr_nonzero_p): Likewise.
13443         (fold_indirect_ref_1): Look at POINTER_PLUS_EXPR instead
13444         of PLUS_EXPR for the complex expression folding.
13445         * tree-chrec.c (chrec_fold_plus_poly_poly): If the
13446         first chrec is a pointer type, then the second should
13447         be sizetype and not the first's type.
13448         For POINTER_PLUS_EXPR, use a different right hand side type.
13449         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
13450         (chrec_fold_plus_1): For POINTER_PLUS_EXPR, use a
13451         different right hand side type.
13452         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
13453         (chrec_fold_plus): For pointer types, use POINTER_PLUS_EXPR
13454         instead of PLUS_EXPR.
13455         When either operand is zero, convert the other operand.
13456         (chrec_apply): Use chrec_convert_rhs
13457         on the argument x instead of chrec_convert.
13458         (reset_evolution_in_loop): For pointer types, the new_evol
13459         should be sizetype.
13460         (convert_affine_scev): For POINTER_PLUS_EXPR, use a
13461         different right hand side type.
13462         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
13463         (chrec_convert_rhs): New function.
13464         (chrec_convert_aggressive): For POINTER_PLUS_EXPR, use a
13465         different right hand side type.
13466         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
13467         * tree-chrec.h (chrec_convert_rhs): New prototype.
13468         (build_polynomial_chrec): For pointer types, the right hand
13469         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Look for
13470         POINTER_PLUS_EXPR instead of PLUS_EXPR's.
13471         Remove subtraction case as it is always addition now.
13472         Make sure the offset is converted to sizetype.
13473         (fold_stmt_r): Don't handle PLUS_EXPR/MINUS_EXPR specially.
13474         Handle POINTER_PLUS_EXPR like PLUS_EXPR was handled before.
13475         * tree-ssa-loop-ivopts.c (determine_base_object): Abort for 
13476         PLUS_EXPR in pointer type.
13477         Handle POINTER_PLUS_EXPR.
13478         (tree_to_aff_combination): Likewise.
13479         (force_expr_to_var_cost): Likewise.
13480         (force_expr_to_var_cost): Likewise. Create a POINTER_PLUS_EXPR
13481         instead of PLUS_EXPR for pointers.
13482         * c-format.c (check_format_arg): Handle POINTER_PLUS_EXPR
13483         instead of PLUS_EXPR of pointer types.
13484         * tree-stdarg.c (va_list_counter_bump): Handle POINTER_PLUS_EXPR
13485         as PLUS_EXPR.
13486         (check_va_list_escapes): Likewise.
13487         (check_all_va_list_escapes): Likewise.
13488         * dwarf2out.c (loc_descriptor_from_tree_1):
13489         Handle POINT_PLUS_EXPR as a PLUS_EXPR.
13490         * expr.c (expand_expr_real_1): Handle POINTER_PLUS_EXPR.
13491         (string_constant): Likewise.
13492         * tree-ssa-address.c (tree_mem_ref_addr): When adding
13493         the offset to the base, use POINTER_PLUS_EXPR.
13494         (add_to_parts): Convert the index to sizetype.
13495         (create_mem_ref): Create A POINTER_PLUS_EXPR for the one case.
13496         * matrix-reorg.c (collect_data_for_malloc_call): Stmt
13497         will now only be either INDIRECT_REF and POINTER_PLUS_EXPR.
13498         Offset only holds something for PLUS_EXPR.
13499         (ssa_accessed_in_tree): Handle POINTER_PLUS_EXPR just as
13500         a PLUS_EXPR.
13501         (analyze_transpose): POINTER_PLUS_EXPR will only show up now
13502         and not PLUS_EXPR.
13503         (analyze_accesses_for_modify_stmt): Likewise.
13504         Remove comment about the type being integral type as it is
13505         wrong now.
13506         (can_calculate_expr_before_stmt): Handle POINTER_PLUS_EXPR as
13507         PLUS_EXPR.
13508         (transform_access_sites): POINTER_PLUS_EXPR will only show up now
13509         and not PLUS_EXPR.
13510         Correct the type which the artimentic is done in (is now
13511         sizetype).
13512         Reindent one loop.
13513         * tree-data-ref.c (split_constant_offset): Handle
13514         POINTER_PLUS_EXPR
13515         * tree-affine.c (tree_to_aff_combination): Likewise.
13516         * c-typeck.c (build_unary_op): For pointers create the increment
13517         as a sizetype. Create a POINTER_PLUS_EXPR instead of PLUS_EXPR
13518         for pointers.
13519         * gimplify.c (gimplify_self_mod_expr): Create a
13520         POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
13521         (gimplify_omp_atomic_fetch_op): Handle POINTER_PLUS_EXPR.
13522         * tree.def (POINTER_PLUS_EXPR): New tree code.
13523         * tree-predcom.c (ref_at_iteration): If we have a pointer
13524         type do the multiplication in sizetype.
13525         * tree-mudflap.c (mf_xform_derefs_1): Create a
13526         POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
13527         * tree-ssa-forwprop.c 
13528         (forward_propagate_addr_into_variable_array_index):
13529         Don't expect there to be a cast for the index as that
13530         does not exist anymore.
13531         (forward_propagate_addr_expr_1): Check for POINTER_PLUS_EXPR
13532         instead of PLUS_EXPR.
13533         Don't check for the first operand of the POINTER_PLUS_EXPR
13534         was the index as it cannot be.
13535         Call forward_propagate_addr_into_variable_array_index with
13536         the SSA_NAME instead of the statement.
13537         * varasm.c (const_hash_1): Handle POINTER_PLUS_EXPR.
13538         (compare_constant): Likewise.
13539         (copy_constant): Likewise.
13540         (compute_reloc_for_constant): Likewise.
13541         (output_addressed_constants): Likewise.
13542         (initializer_constant_valid_p): Likewise.
13543         * tree-ssa.c (tree_ssa_useless_type_conversion_1):
13544         Convert the MIN/MAX of the inner type to the outer
13545         type before comparing them.
13546         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Handle
13547         POINTER_PLUS_EXPR instead of PLUS_EXPR.
13548         (issue_prefetch_ref): Create a POINTER_PLUS_EXPR instead
13549         of PLUS_EXPR for pointers.
13550         * tree-inline.c (estimate_num_insns_1): Handle
13551         POINTER_PLUS_EXPR.
13552         * tree-vect-transform.c (vect_create_addr_base_for_vector_ref): 
13553         Create a POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
13554         (bump_vector_ptr): Create a POINTER_PLUS_EXPR
13555         instead of PLUS_EXPR for the pointer increment statement.
13556         (vect_update_ivs_after_vectorizer): For pointer types, create
13557         POINTER_PLUS_EXPR instead of PLUS_EXPR and also create
13558         MULT_EXPR in sizetype.
13559         (vect_gen_niters_for_prolog_loop): Add a cast when creating
13560         byte_misalign.
13561         * tree-object-size.c (plus_expr_object_size): Handle
13562         POINTER_PLUS_EXPR instead of PLUS_EXPR.  Removing all the extra
13563         code which is trying to figure out which side is a pointer and 
13564         is the index.
13565         (check_for_plus_in_loops_1): Likewise.
13566         (check_for_plus_in_loops): Likewise.
13567         * c-common.c (pointer_int_sum): Create a
13568         POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
13569         * tree-ssa-structalias.c (handle_ptr_arith): Handle
13570         only POINTER_PLUS_EXPR.  Removing all the extra
13571         code which is trying to figure out which side is a pointer and 
13572         is the index.
13573         * tree-cfg.c (verify_expr): Add extra checking for pointers and
13574         PLUS_EXPR and MINUS_EXPR.
13575         Also add checking to make sure the operands of POINTER_PLUS_EXPR
13576         are correct.
13577         * config/frv/frv.c (frv_expand_builtin_va_start): Use sizetype
13578         with make_tree, instead of a pointer type.
13579         * config/s390/s390.c (s390_va_start): Use POINTER_PLUS_EXPR
13580         for pointers instead of PLUS_EXPR.
13581         (s390_gimplify_va_arg): Likewise.
13582         * config/spu/spu.c (spu_va_start): Create POINTER_PLUS_EXPR
13583         instead of PLUS_EXPR when doing addition on pointer
13584         types.  Use sizetype for the second operand.
13585         (spu_gimplify_va_arg_expr): Likewise.
13586         * config/sparc/sparc.c (sparc_gimplify_va_arg): Use 
13587         POINTER_PLUS_EXPR instead of PLUS_EXPR when the operand was
13588         a pointer.  Don't create a BIT_AND_EXPR for pointer types.
13589         * config/i386/i386.c (ix86_va_start): Use POINTER_PLUS_EXPR
13590         for the pointer addition and also use size_int/sizetype
13591         for the offset.
13592         (ix86_gimplify_va_arg): Likewise.
13593         Perform BIT_AND_EXPR on sizetype arguments.
13594         * config/sh/sh.c (sh_va_start): Call make_tree with sizetype
13595         and convert its result to a pointer type.  Use POINTER_PLUS_EXPR
13596         for the pointer additions and also use size_int for the offsets.
13597         (sh_gimplify_va_arg_expr): Use POINTER_PLUS_EXPR for the pointer
13598         additions and also use size_int for the offsets.  Perform
13599         BIT_AND_EXPR on sizetype arguments.
13600         * config/ia64/ia64.c (ia64_gimplify_va_arg): Use
13601         POINTER_PLUS_EXPR for pointers and create the
13602         BIT_AND_EXPR in sizetype.
13603         * config/rs6000/rs6000.c (rs6000_va_start): Use POINTER_PLUS_EXPR
13604         instead of PLUS_EXPR for pointer addition.
13605         (rs6000_va_start): Likewise.
13606         Also use sizetype for the offset.
13607         * config/pa/pa.c (reloc_needed): Handle POINTER_PLUS_EXPR
13608         as PLUS_EXPR/MINUS_EXPR.
13609         (hppa_gimplify_va_arg_expr): Don't create MINUS_EXPR or
13610         PLUS_EXPR for pointers, instead use POINTER_PLUS_EXPR.
13611         Don't use BIT_AND_EXPR on a pointer type, convert the
13612         expression to sizetype first.
13613         * config/mips/mips.c (mips_va_start): Use POINTER_PLUS_EXPR
13614         for pointers.
13615         (mips_gimplify_va_arg_expr): Likewise.
13616         Don't create BIT_AND_EXPR in a pointer type.
13617
13618 2007-06-15  Eric Christopher  <echristo@apple.com>
13619
13620         * config.gcc (i?86-*-darwin*): Add t-crtfm and t-crtpc.
13621         (x86_64-*-darwin*): Ditto.
13622         * config/i386/darwin.h (CRTEND_SPEC): New. Add support
13623         for above.
13624
13625 2007-06-15  Matthew Wilcox <matthew@wil.cx>
13626
13627         * doc/extend.texi: Document behavior of __attribute__((aligned))
13628         on typedefs.
13629
13630 2007-06-15  Mark Mitchell  <mark@codesourcery.com>
13631
13632         * rtlanal.c (note_stores): Improve documentation.
13633
13634 2007-06-15  Bernd Schmidt  <bernd.schmidt@analog.com>
13635
13636         * config/bfin/elf.h (ASM_GENERATE_INTERNAL_LABEL,
13637         LOCAL_LABEL_PREFIX): Delete.
13638         * config/bfin/bfin.c (TARGET_ASM_INTERNAL_LABEL): Delete.
13639         (bfin_internal_label): Delete.
13640
13641 2007-06-15  Uros Bizjak  <ubizjak@gmail.com>
13642
13643         * libgcc2.c (CEXT): When compiling L_multc3 and L_divtc3,
13644         define to "l" if LIBGCC_LONG_DOUBLE_SIZE == 128,
13645         otherwise define to LIBGCC2_TF_CEXT.
13646         * config/i386/linux64.h (LIBGCC2_HAS_TF_MODE): New define.
13647         (LIBGCC_TF_CEXT): Ditto.
13648         (TF_SIZE): Ditto.
13649
13650 2007-06-14  Seongbae Park  <seongbae.park@gmail.com>
13651
13652         PR rtl-optimization/32339
13653         * df-scan.c (df_uses_record): Don't modify flags but just add to
13654         it for df_ref_record.
13655
13656 2007-06-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
13657
13658         * tree-mudflap.c: Fix whitespace issues.
13659
13660 2007-06-15  Kazu Hirata  <kazu@codesourcery.com>
13661
13662         * config/m68k/m68k.c (ASM_DOT, ASM_DOTW, ASM_DOTL): Remove.
13663
13664 2007-06-14  Eric Christopher  <echristo@apple.com>
13665
13666         * config/i386/sse.md (movdi_to_sse): Rewrite body.
13667         (movv4sf): Use gcc_unreachable instead of abort.
13668
13669 2007-06-14  Uros Bizjak  <ubizjak@gmail.com>
13670
13671         PR target/32268
13672         * config/i386/sfp-machine.h (CMPtype): New define.
13673         (mach stubs): Use CMPtype instead of int as a return type.
13674
13675 2007-06-14  Uros Bizjak  <ubizjak@gmail.com>
13676
13677         * config/soft-fp/eqdf2.c, config/soft-fp/eqsf2.c,
13678         config/soft-fp/eqtf2.c, config/soft-fp/gedf2.c,
13679         config/soft-fp/gesf2.c, config/soft-fp/getf2.c,
13680         config/soft-fp/ledf2.c, config/soft-fp/lesf2.c,
13681         config/soft-fp/letf2.c, config/soft-fp/unorddf2.c,
13682         config/soft-fp/unordsf2.c, config/soft-fp/unordtf2.c,
13683         config/soft-fp/soft-fp.h: Update from glibc CVS.
13684
13685 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
13686
13687         * config/bfin/uclinux.h (MFWRAP_SPEC): New.
13688
13689 2007-06-14  Rask Ingemann Lambertsen  <rask@sygehus.dk>
13690
13691         PR target/32341
13692         * config/v850/v850.c: Include dataflow header file.
13693         (substitute_ep_register): Fix typo.
13694
13695 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
13696
13697         * configure.ac: Fix earlier checkin.
13698         * configure: Regenerated.
13699
13700 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
13701
13702         * acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove.
13703         * aclocal.m4: Regenerate.
13704         * configure.ac: Use ACX_PROG_CC_WARNING_OPTS,
13705         ACX_PROG_CC_WARNINGS_ARE_ERRORS,
13706         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_CHECK_PROG_VER.
13707         * configure: Regenerate.
13708         * Makefile.in (LOOSE_WARN): Subst loose_warn.
13709
13710         * Makefile.in (quickstrap): Build libgcc too.
13711
13712 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
13713
13714         * configure.ac: Add --enable-checking=df.  Explicitly mention that
13715         the variables are initialized as for "release".
13716         * df-core.c: Use it.
13717         * configure: Regenerate.
13718         * config.in: Regenerate.
13719
13720 2007-06-14  Bob Wilson  <bob.wilson@acm.org>
13721
13722         * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Use
13723         validate_replace_rtx instead of replace_rtx.
13724         (xtensa_expand_prologue): Call df_insn_rescan after replace_rtx.
13725
13726 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>
13727
13728         * config/i386/cygming.h (DWARF_FRAME_REGNUM): Define.
13729         (DWARF2_UNWIND_INFO): Override default if configured with
13730         SJLJ EH disabled.
13731         * config/i386/cygwin.h (STARTFILE_SPEC): Add crtbegin.o.
13732         (ENDFILE_SPEC): Add crtend.o.
13733         * config/i386/mingw32.h (STARTFILE_SEC): Add crtbegin.o.
13734         (ENDFILE_SPEC): Add crtend.o.
13735         (TARGET_USE_JCR_SECTION): Define.
13736         (MD_UNWIND_SUPPORT): Define for 32-bit target.
13737
13738         * config/i386/cygming-crtbegin.c: New file.
13739         * config/i386/cygming-crtend.c: New file.
13740
13741 2007-06-14  Pascal Obry Pascal Obry  <obry@adacore.com>
13742
13743         * config/i386/w32-unwind.h: New file.
13744
13745 2007-06-13  Eric Christopher  <echristo@apple.com>
13746
13747         * config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Don't let
13748         the user set a value below STACK_BOUNDARY.
13749
13750 2007-06-13  Thiemo Seufer  <ths@networkno.de>
13751
13752         * config/mips/linux.h, config/mips/linux64.h (LIB_SPEC): Always
13753         imply -lpthread for -pthread.
13754
13755 2007-06-13  Kazu Hirata  <kazu@codesourcery.com>
13756
13757         * basic-block.h: Remove the prototype for
13758         free_basic_block_vars.
13759         * cfglayout.h: Remove the prototype for
13760         insn_locators_initialize.
13761         * tree.h: Remove the prototype for emit_line_note.
13762
13763         * tree-ssa-pre.c (mergephitemp): Remove.
13764         (init_pre): Don't use mergephitemp.
13765
13766 2007-06-13  Eric Christopher  <echristo@apple.com>
13767
13768         * config/i386/i386.c (override_options): If we've specified
13769         an arch then don't use TARGET_SUBTARGET_ISA_DEFAULTs.
13770
13771 2007-06-13  Bob Wilson  <bob.wilson@acm.org>
13772
13773         * df-scan.c (df_get_entry_block_def_set): Check if STATIC_CHAIN_REGNUM
13774         is defined.
13775
13776 2007-06-13  Bernd Schmidt  <bernd.schmidt@analog.com>
13777
13778         * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Use gen_frame_mem.
13779         * config/bfin/bfin.md (UNSPEC_VOLATILE_STORE_EH_HANDLER): New constant.
13780         (eh_store_handler): New pattern.
13781         (eh_return): Emit it instead of a plain move.
13782
13783 2007-06-13  Uros Bizjak  <ubizjak@gmail.com>
13784
13785         * config/i386/i386.c (ix86_init_mmx_sse_builtins)
13786         [__builtin_infq, __builtin_fabsq]: Define usign def_builtin.
13787         [__builtin_ia32_rsqrtps, __builtin_ia32_rsqrtss]: Define using
13788         def_builtin_const.
13789
13790 2007-06-13  Bernd Schmidt  <bernd.schmidt@analog.com>
13791
13792         * config/bfin/bfin.c (gen_one_bundle): Delete unused local variables.
13793         (find_next_insn_start, find_load): New functions.
13794         (bfin_reorg): Use them to deal with the fact that parallel insns are
13795         no longer represented as a SEQUENCE.
13796
13797 2007-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
13798
13799         * config/sparc/sparc.c (sparc_override_options): Initialize
13800         fpu mask correctly.
13801
13802 2007-06-13  Dave Korn  <dave.korn@artimi.com>
13803
13804         * config/i386/i386.c (ix86_eax_live_at_start_p): Use
13805         df_get_live_out.
13806
13807 2007-06-13  Kazu Hirata  <kazu@codesourcery.com>
13808
13809         * auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S,
13810         config/sh/divcost-analysis, dbgcnt.def, df-core.c,
13811         df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c,
13812         tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c,
13813         tree-vect-transform.c: Fix comment typos.  Follow spelling
13814         conventions.
13815
13816 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
13817
13818        * df-scan.c (df_get_exit-block_use_set): Always add the stack pointer
13819        to the exit block use set.
13820        (df_insn_delete, df_insn_rescan): Fixed spelling of "deferring". 
13821        * gcse.c (cpro_jump): Don't emit barrier in cfglayout mode.
13822        * config/sparc/sparc.c (sparc_check_64): Check df != NULL.
13823
13824 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
13825
13826         * opts.c (common_handle_option): Handle new option -fdbg-cnt-list.
13827         * dbgcnt.c (dbg_cnt_set_limit_by_name): Return value
13828         to indicate an error.
13829         (dbg_cnt_process_single_pair, dbg_cnt_list_all_counters):
13830         New functions.
13831         (dbg_cnt_process_opt): Print an error on a bad argument.
13832         * dbgcnt.h (dbg_cnt_list_all_counters): New function declaration.
13833         * common.opt (-fdbg-cnt-list): New.
13834         * doc/invoke.texi (-fdbg-cnt-list,-fdbg-cnt=): New.
13835
13836 2007-06-12  Eric Botcazou  <ebotcazou@adacore.com>
13837
13838         * tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything
13839         flag on ref-all pointers.
13840
13841 2007-06-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
13842
13843         PR middle-end/31579
13844         * expr.c (expand_expr_addr_expr_1): Call expand_expr
13845         for the offset with the modifier as EXPAND_INITIALIZER
13846         if the modifier is EXPAND_INITIALIZER.
13847         (expand_expr_real_1 <case INTEGER_CST>): Don't force to
13848         a register if we had an overflow.
13849
13850 2007-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13851
13852         * real.c (real_isfinite): New.
13853         (real_sqrt): Use it.
13854         * real.h (real_isfinite): New.
13855         * builtins.c: Use it.
13856
13857 2007-06-12  Ian Lance Taylor  <iant@google.com>
13858             Daniel Berlin  <dberlin@dberlin.org>
13859
13860         PR libstdc++/29286
13861         * tree.def: Add CHANGE_DYNAMIC_TYPE_EXPR.
13862         * tree.h (CHANGE_DYNAMIC_TYPE_NEW_TYPE): Define.
13863         (CHANGE_DYNAMIC_TYPE_LOCATION): Define.
13864         (DECL_NO_TBAA_P): Define.
13865         (struct tree_decl_common): Add no_tbaa_flag field.
13866         * tree-ssa-structalias.c (struct variable_info): Add
13867         no_tbaa_pruning field.
13868         (new_var_info): Initialize no_tbaa_pruning field.
13869         (unify_nodes): Copy no_tbaa_pruning field.
13870         (find_func_aliases): Handle CHANGE_DYNAMIC_TYPE_EXPR.
13871         (dump_solution_for_var): Print no_tbaa_pruning flag.
13872         (set_uids_in_ptset): Add no_tbaa_pruning parameter.  Change all
13873         callers.
13874         (compute_tbaa_pruning): New static function.
13875         (compute_points_to_sets): Remove CHANGE_DYNAMIC_TYPE_EXPR nodes.
13876         Call compute_tbaa_pruning.
13877         * tree-ssa-alias.c (may_alias_p): Test no_tbaa_flag for pointers.
13878         * gimplify.c (gimplify_expr): Handle CHANGE_DYNAMIC_TYPE_EXPR.
13879         * gimple-low.c (lower_stmt): Likewise.
13880         * tree-gimple.c (is_gimple_stmt): Likewise.
13881         * tree-ssa-operands.c (get_expr_operands): Likewise.
13882         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
13883         * tree-inline.c (estimate_num_insns_1): Likewise.
13884         (copy_result_decl_to_var): Likewise.
13885         * expr.c (expand_expr_real_1): Likewise.
13886         * tree-pretty-print.c (dump_generic_node): Likewise.
13887         * tree-inline.c (copy_decl_to_var): Copy DECL_NO_TBAA_P flag.
13888         * omp-low.c (omp_copy_decl_2): Likewise.
13889         * print-tree.c (print_node): Print DECL_NO_TBAA_P flag.
13890         * doc/c-tree.texi (Expression trees): Document
13891         CHANGE_DYNAMIC_TYPE_EXPR.
13892
13893 2007-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13894
13895         * fold-const.c (fold_binary): Guard (X-X) -> 0 transformation
13896         with !HONOR_NANS and !HONOR_INFINITIES.
13897         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
13898
13899 2007-06-12  Tristan Gingold  <gingold@adacore.com>
13900
13901         * gcov.c: Comments updated.
13902         (source_info): Add file_time field.
13903         (source_index): New variable.
13904         (mutiple_files): New variable.
13905         (generate_results): New function extracted from process_file.
13906         (process_file): Save and restore chain of functions, generate
13907         results and free structures only if not merging results.
13908         (release_structures): File names are now freed in create_file_names
13909         (create_file_names): Free previous file names.
13910         (find_source): File date is now read here and modifications in
13911         source files is checked here.
13912         (read_graph_file): Only reverse order of functions for the current
13913         object file.
13914         (make_gcov_file_name): Do not generate long names if input_name is
13915         NULL.
13916         (output_lines): If merging results do not display graph, data and
13917         runs informations.
13918         Checking source file modification is done in find_source.
13919
13920         * doc/gcov.texi: Append an s to sourcefile.
13921
13922 2007-06-12  Bernd Schmidt  <bernd.schmidt@analog.com>
13923
13924         * config/bfin/bfin.md (UNSPEC_NOP): New constant.
13925         (forced_nop): New pattern.
13926         * config/bfin/bfin.c: Include "df.h".
13927         (add_to_reg): Use df_regs_ever_live_p instead of regs_ever_live.
13928         (bfin_discover_loop): Use df_get_live_in instead of
13929         global_live_at_start.
13930         (bfin_reorder_loops): Pass 0 to cfg_layout_initialize.  Call
13931         df_analyze when done.
13932         (gen_one_bundle): Don't generate SEQUENCE insns, just put modes on
13933         the insns.  Use QImode for the final insn in a bundle.  Call
13934         df_insn_rescan on generated NOPs; use gen_forced_nop instead of
13935         gen_nop.
13936         (reorder_var_tracking_notes): New function.
13937         (bfin_reorg): Pass no argument to split_all_insns.  Don't call
13938         update_life_info.  Call df_analyze after scheduling and bundle
13939         generation.  Call reorder_var_tracking_notes if generating these
13940         notes.  Call df_finish_pass at the end.
13941
13942 2007-06-12  Dirk Mueller  <dmueller@suse.de>
13943
13944         * optabs.c (debug_optab_libfuncs): fix gcc_assert to
13945         a comparison, not an assignment.
13946
13947 2007-06-12  Olivier Hainque  <hainque@adacore.com>
13948
13949         * tree-nested.c (convert_local_reference): Handle VIEW_CONVERT_EXPR.
13950         Request walking the subtrees only, leaving the current is_lhs/val_only
13951         untouched.
13952         (convert_non_local_reference): Likewise.
13953
13954 2007-06-12  Nathan Sidwell  <nathan@codesourcery.com>
13955
13956         * config/m68k/m68k-devices.def (52221, 52223, 5253): New.
13957
13958 2007-06-12  Richard Guenther  <rguenther@suse.de>
13959
13960         PR tree-optimization/15353
13961         PR tree-optimization/31657
13962         * passes.c (init_optimization_passes): Add pass_tree_ifcombine.
13963         * timevar.def: Add TV_TREE_IFCOMBINE.
13964         * tree-pass.h (pass_tree_ifcombine): Declare.
13965         * tree-ssa-ifcombine.c: New file.
13966         * tree-ssa-phiopt.c (blocks_in_phiopt_order): Export.
13967         * tree-flow.h (blocks_in_phiopt_order): Declare.
13968         * Makefile.in (OBJS-common): Add tree-ssa-ifcombine.o.
13969         (tree-ssa-ifcombine.o): New dependencies.
13970
13971 2007-06-12  Uros Bizjak  <ubizjak@gmail.com>
13972
13973         PR rtl-optimization/32293
13974         * combine.c (simplify_if_then_else): Truncate return from
13975         nonzero_bits() to correct mode.
13976
13977 2007-06-12  Uros Bizjak  <ubizjak@gmail.com>
13978
13979         * fold-const (fold_binary) [RDIV_EXPR]: Also optimize a/cbrt(b/c)
13980         into a*cbrt(c/b) if flag_unsafe_math_optimizations is set.
13981
13982 2007-06-11  Diego Novillo  <dnovillo@google.com>
13983
13984         * Makefile.in (reload1.o-warn): Remove.
13985
13986 2007-06-11  Seongbae Park <seongbae.park@gmail.com>
13987
13988         * combine.c (subst): Use reg_overlap_mentioned_p
13989         instead of comparing register numbers directly.
13990
13991 2007-06-11  Kenneth Zadeck <zadeck@naturalbridge.com>
13992
13993         * reload1.c (mark_home_live_1): Use the mode parameter.
13994
13995 2007-06-11  Kenneth Zadeck <zadeck@naturalbridge.com>
13996
13997         * df-scan.c (df_insn_delete, df_insn_rescan, df_insn_rescan_all,
13998         df_process_deferred_rescans, df_notes_rescan): Fixed spelling of
13999         word "deferred".
14000         * df-core.c: Ditto.
14001
14002 2007-06-11  Daniel Berlin  <dberlin@dberlin.org>
14003
14004         * Merge dataflow-branch into mainline (see ChangeLog.dataflow)
14005
14006 2007-06-11  Uros Bizjak  <ubizjak@gmail.com>
14007
14008         * config/i386/i386.md ("*movtf_internal): Penalize moves to and
14009         from integer registers.
14010         (FP mode splitters): Handle TFmode.
14011
14012 2007-06-11  Eric Botcazou  <ebotcazou@adacore.com>
14013
14014         * tree-ssa-structalias.c (find_what_p_points_to): Return false
14015         for ref-all pointers that point-to anything.
14016
14017 2007-06-11  Joseph Myers  <joseph@codesourcery.com>
14018
14019         * config/arm/arm.c (arm_output_dwarf_dtprel,
14020         TARGET_ASM_OUTPUT_DWARF_DTPREL): New.
14021
14022 2007-06-11  Bernd Schmidt  <bernd.schmidt@analog.com>
14023
14024         * config/bfin/bfin.md (movdi_insn, movsi_insn, movv2hi_insn,
14025         movhi_insn, movqi_insn, movsf_insn, movdf_insn): Don't allow constant
14026         to memory moves.
14027
14028 2007-06-11  Rafael Avila de Espindola  <espindola@google.com>
14029
14030         * tree.c (signed_or_unsigned_type_for): New.
14031         (unsigned_type_for): Use signed_or_unsigned_type_for.
14032         (signed_type_for): Use signed_or_unsigned_type_for.
14033         * tree.h (signed_or_unsigned_type_for): New.
14034         (get_signed_or_unsigned_type): Remove.
14035         * fold-const.c (fold_negate_expr): Use signed_type_for instead of
14036         lang_hooks.types.signed_type
14037         (size_diffop): Likewise.
14038         (all_ones_mask_p): Likewise.
14039         (build_range_check): Likewise.
14040         (fold_cond_expr_with_comparison): Likewise.
14041         (fold_cond_expr_with_comparison): Likewise.
14042         (unextend): Likewise.
14043         (extract_muldiv_1): Likewise.
14044         (fold_single_bit_test_into_sign_test): Likewise.
14045         (fold_binary): Likewise.
14046         (fold_ternary): Likewise.
14047         (operand_equal_for_comparison_p): Use signed_or_unsigned_type_for
14048         instead of get_signed_or_unsigned_type.
14049         * c-objc-common.h (LANG_HOOKS_SIGNED_TYPE): Remove.
14050         (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
14051         * expr.c (signed_or_unsigned_type_for): Use
14052         signed_or_unsigned_type_for instead of get_signed_or_unsigned_type.
14053         * langhooks.c (get_signed_or_unsigned_type): Remove.
14054         (lhd_signed_or_unsigned_type): Remove.
14055         * langhooks.h (lang_hooks_for_types): Remove signed_type and
14056         signed_or_unsigned_type.
14057         (lhd_signed_or_unsigned_type): Remove.
14058         * expmed.c (make_tree): Use signed_type_for instead of
14059         lang_hooks.types.signed_type.
14060         * c-common.c (same_scalar_type_ignoring_signedness): Use
14061         c_common_signed_type instead of lang_hooks.types.signed_type.
14062         (c_common_unsigned_type): New.
14063         (c_common_signed_type): Just call c_common_signed_or_unsigned_type.
14064         (shorten_compare): Use c_common_unsigned_type instead of
14065         c_common_signed_or_unsigned_type.
14066         (c_common_nodes_and_builtins): Use c_common_unsigned_type instead of
14067         unsigned_type_for.
14068         * convert.c (convert_to_integer): Use signed_type_for instead of
14069         lang_hooks.types.signed_type.
14070         * langhooks-def.h (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
14071         (LANG_HOOK_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_SIGNED_TYPE and
14072         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE.
14073         * c-format.c (check_format_types): Use c_common_unsigned_type
14074         instead of unsigned_type_for.
14075         * c-decl.c (groakdeclarator): Likewise.
14076         * c-typeck.c (convert_for_assignment): Likewise.
14077         * c-common.h (c_common_unsigned_type): New.
14078
14079 2007-06-11  Uros Bizjak  <ubizjak@gmail.com>
14080
14081         PR target/32280
14082         * config/i386/sse.md ("sse2_ashlti", "sse2_lshrti3"): Move ...
14083         * config/i386/i386.md ("sse2_ashlti", "sse2_lshrti3"): ... to here.
14084
14085 2007-06-11  Uros Bizjak  <ubizjak@gmail.com>
14086
14087         PR middle-end/32279
14088         * fold-const (fold_binary) [RDIV_EXPR]: Optimize a/sqrt(b/c)
14089         into a*sqrt(c/b) if flag_unsafe_math_optimizations is set.
14090
14091 2007-06-10  Jan Sjodin  <jan.sjodin@amd.com>
14092             Sebastian Pop  <sebpop@gmail.com>
14093
14094         * lambda-code.c (remove_iv): New.
14095         (lambda_loopnest_to_gcc_loopnest): Use remove_iv.
14096
14097 2007-06-10  Zdenek Dvorak  <dvorakz@suse.cz>
14098
14099         * tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.
14100         * tree-predcom.c (mark_virtual_ops_for_renaming): Exported.
14101         * tree-ssa-loop-prefetch.c: Include optabs.h.
14102         (FENCE_FOLLOWING_MOVNT): New macro.
14103         (struct mem_ref): Add independent_p and storent_p fields.
14104         (record_ref): Initalize the new fields.
14105         (gather_memory_references_ref): Return true if the reference
14106         could be analysed.
14107         (gather_memory_references): Check whether all memory accesses
14108         in loop were recorded.
14109         (should_issue_prefetch_p): Return false for nontemporal stores.
14110         (nontemporal_store_p, mark_nontemporal_store, emit_mfence_after_loop,
14111         may_use_storent_in_loop_p, mark_nontemporal_stores): New functions.
14112         (determine_loop_nest_reuse): Detect independent memory references.
14113         (loop_prefetch_arrays): Call mark_nontemporal_stores.
14114         * tree-flow.h (mark_virtual_ops_for_renaming): Declare.
14115         * Makefile.in (tree-ssa-loop-prefetch.o): Add OPTABS_H dependency.
14116         * config/i386/i386.h (x86_mfence): Declare.
14117         (FENCE_FOLLOWING_MOVNT): Return x86_mfence.
14118         * config/i386/i386.c (x86_mfence): New variable.
14119         (ix86_init_mmx_sse_builtins): Initialize x86_mfence.
14120
14121         * tree-pretty-print.c (dump_generic_node): Mark nontemporal stores.
14122         * optabs.c (init_optabs): Initialize storent_optab.
14123         * optabs.h (enum optab_index): Add OTI_storent.
14124         (storent_optab): Declare.
14125         * genopinit.c (optabs): Add initialization for storent_optab.
14126         * tree.h (MOVE_NONTEMPORAL): New macro.
14127         * expr.c (expand_assignment, store_expr, store_constructor_field,
14128         store_constructor, store_field, expand_expr_real_1): Propagate
14129         nontemporality of the expanded store.
14130         (emit_storent_insn): New function.
14131         * expr.h (expand_assignment, store_expr): Declaration changed.
14132         * function.c (assign_parm_setup_reg): Pass false as nontemporality
14133         to expand_assignment.
14134         * stmt.c (expand_asm_expr): Ditto.
14135         * calls.c (initialize_argument_information): Pass false as
14136         nontemporality to store_expr.
14137         * config/i386/sse.md (storentv4sf, storentv2df, storentv2di,
14138         storentsi): New.
14139
14140 2007-06-09  Daniel Berlin  <dberlin@dberlin.org>
14141
14142         * tree-ssa-structalias.c (set_uids_in_ptset): Add is_deref'd
14143         parameter, use it.
14144         (find_what_p_points_to): Pass new parameter to set_uids_in_ptset.
14145
14146 2007-06-09  Daniel Berlin  <dberlin@dberlin.org>
14147
14148         * tree-data-ref.c (dr_may_alias_p): Check that decl_a != decl_b,
14149         and allow DECL_P here.
14150
14151 2007-06-09  Zdenek Dvorak  <dvorakz@suse.cz>
14152
14153         * tree-scalar-evolution.c (follow_ssa_edge_in_rhs,
14154         follow_ssa_edge_in_condition_phi, follow_ssa_edge): Keep more precise
14155         track of the size of the expression.
14156         * cfghooks.c (merge_blocks): Remove block from loops structure only
14157         after call of the merge_blocks hook.
14158
14159 2007-06-09  Tom Tromey  <tromey@redhat.com>
14160
14161         * c-decl.c (grokdeclarator): Added 'deprecated_state' argument.
14162         (deprecated_state): Removed.
14163         (start_decl): Update.
14164         (enum deprecated_states): Moved earlier.
14165         (groktypename): Update.
14166         (push_parm_decl): Likewise.
14167         (grokfield): Likewise.
14168         (start_function): Likewise.
14169
14170 2007-06-09  Ian Lance Taylor  <iant@google.com>
14171
14172         PR tree-optimization/32169
14173         * tree-vrp.c (extract_range_from_unary_expr): For NOP_EXPR and
14174         CONVERT_EXPR, check whether min and max both converted to an
14175         overflow infinity representation.
14176
14177 2007-06-08  Eric Botcazou  <ebotcazou@adacore.com>
14178
14179         * reload1.c (fixup_abnormal_edges): Clear bb field for insns
14180         not inserted on the edge.
14181
14182 2007-06-08  Bob Wilson  <bob.wilson@acm.org>
14183
14184         * config/xtensa/lib1funcs.asm (__udivsi3): Use hardware divide
14185         instructions if they are supported.
14186         (__divsi3, __umodsi3, __modsi3): Likewise.
14187         (__ashldi3, __ashrdi3, __lshrdi3): New.
14188         * config/xtensa/t-xtensa (LIB1ASMFUNCS): Add DImode shift functions.
14189
14190 2007-06-08  Harsha Jagasia <harsha.jagasia@amd.com>
14191             Tony Linthicum <tony.linthicum@amd.com>
14192
14193         * doc/invoke.texi: Add fvect-cost-model flag.
14194         * common.opt (fvect-cost-model): New flag.
14195         * tree-vectorizer.c (new_stmt_vec_info): Initialize inside and outside
14196         cost fields in stmt_vec_info struct for STMT.
14197         * tree-vectorizer.h (stmt_vec_info): Define inside and outside cost
14198         fields in stmt_vec_info struct and access functions for the same.
14199         (TARG_COND_BRANCH_COST): Define cost of conditional branch.
14200         (TARG_VEC_STMT_COST): Define cost of any vector operation, excluding
14201         load, store and vector to scalar operation.
14202         (TARG_VEC_TO_SCALAR_COST): Define cost of vector to scalar operation.
14203         (TARG_VEC_LOAD_COST): Define cost of aligned vector load.
14204         (TARG_VEC_UNALIGNED_LOAD_COST): Define cost of misasligned vector load.
14205         (TARG_VEC_STORE_COST): Define cost of vector store.
14206         (vect_estimate_min_profitable_iters): Define new function.
14207         * tree-vect-analyze.c (vect_analyze_operations): Add a compile-time
14208         check to evaluate if loop iterations are less than minimum profitable
14209         iterations determined by cost model or minimum vect loop bound defined
14210         by user, whichever is more conservative.
14211         * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Add a
14212         run-time check to evaluate if loop iterations are less than minimum
14213         profitable iterations determined by cost model or minimum vect loop
14214         bound defined by user, whichever is more conservative.
14215         (vect_estimate_min_profitable_iterations): New function to estimate
14216         mimimimum iterartions required for vector version of loop to be
14217         profitable over scalar version.
14218         (vect_model_reduction_cost): New function.
14219         (vect_model_induction_cost): New function.
14220         (vect_model_simple_cost): New function.
14221         (vect_cost_strided_group_size): New function.
14222         (vect_model_store_cost): New function.
14223         (vect_model_load_cost): New function.
14224         (vectorizable_reduction): Call vect_model_reduction_cost during
14225         analysis phase.
14226         (vectorizable_induction): Call vect_model_induction_cost during
14227         analysis phase.
14228         (vectorizable_load): Call vect_model_load_cost during analysis phase.
14229         (vectorizable_store): Call vect_model_store_cost during analysis phase.
14230         (vectorizable_call, vectorizable_assignment, vectorizable_operation,
14231         vectorizable_promotion, vectorizable_demotion): Call
14232         vect_model_simple_cost during analysis phase.
14233
14234 2007-06-08  Simon Baldwin  <simonb@google.com>
14235
14236         * reg-stack.c (get_true_reg): Readability change.  Moved default case
14237         label into direct switch statement scope.
14238
14239 2007-06-08  Simon Baldwin  <simonb@google.com>
14240
14241         * tree-flow-inline.h (var_ann): Replaced erroneous '=' assignment
14242         in gcc_assert() with '==' comparison.
14243
14244 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
14245
14246         * config/i386/i386.c (override_options): Merge TARGET_SSE4_2 and
14247         TARGET_ABM handling of x86_popcnt variable.
14248
14249 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
14250
14251         * doc/extend.texi (X86 Built-in Functions): Document __builtin_fabsq,
14252         __builtin_copysignq and __builtin_infq built-in functions.
14253
14254 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
14255
14256         * doc/extend.texi (X86 Built-in Functions): Add missing `@item's in
14257         SSE4.2 section.  Correct built-in function names in SSE4A section.
14258
14259 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
14260
14261         PR tree-optimization/32243
14262         * tree-vect-transform.c (vectorizable_type_promotion): Move check
14263         for ncopies after ratio check between nunits_out and nunits_in.
14264         (vectorizable_type_demotion): Remove single-use variable "scalar_type".
14265
14266 2007-06-08  Dorit Nuzman  <dorit@il.ibm.com>
14267
14268         PR tree-optimization/32224
14269         * tree-vect-analyze.c (vect_determine_vectorization_factor): Fail
14270         vectorization upon a non GIMPLE_MODIFY_STMT.
14271
14272 2007-06-08  Christian Bruel  <christian.bruel@st.com>
14273
14274         PR target/29953
14275         * config/sh/sh.md (doloop_end): New pattern and splitter.
14276         * loop-iv.c (simple_rhs_p): Check for hardware registers.
14277
14278 2007-06-08  Zdenek Dvorak  <dvorakz@suse.cz>
14279
14280         PR middle-end/32209
14281         * dominance.c (debug_dominance_tree, debug_dominance_tree_1): New
14282         functions.
14283         (verify_dominators): Do not change dominance tree.
14284
14285 2007-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
14286
14287         * config/sh/constraints.md: New file.
14288         * config/sh/sh.c: Include tm-constrs.h.
14289         (reg_class_from_letter): Remove.
14290         (prepare_cbranch_operands): Use satisfies_constraint_*
14291         function instead of macro.
14292         (andcosts, broken_move, sh_secondary_reload): Likewise.
14293         * config/sh/predicates.md (trapping_target_operand): Likewise.
14294         (and_operand, arith_operand, arith_reg_or_0_operand,
14295         cmp_operand, logical_operand, target_operand,
14296         ua_address_operand, ua_offset, xor_operand): Likewise.
14297         * config/sh/sh.md: Include constraints.md.
14298         (*movsicc_t_false): Use satisfies_constraint_* function
14299         instead of macro.
14300         (*movsicc_t_true, ashlsi3_std, ashlhi3_k, lshrsi3_m,
14301         lshrsi3_k, movsi_const_16bit+2, *movhi_media+1,
14302         movdi_const_16bit+1, beq, bne, *ptb): Likewise.
14303         * config/sh/sh.h (reg_class_from_letter): Remove prototype.
14304         (OVERRIDE_OPTIONS): Don't modify reg_class_from_letter.
14305         (REG_CLASS_FROM_CONSTRAINT): Remove.
14306         (CONSTRAINT_LEN, CONST_OK_FOR_I20, CONST_OK_FOR_I,
14307         CONST_OK_FOR_J, CONST_OK_FOR_K16, CONST_OK_FOR_K,
14308         CONST_OK_FOR_P27, CONST_OK_FOR_P, CONST_OK_FOR_M,
14309         CONST_OK_FOR_N, CONST_OK_FOR_CONSTRAINT_P,
14310         CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
14311         (SECONDARY_INOUT_RELOAD_CLASS): Use satisfies_constraint_*
14312         function instead of macro.
14313         (SECONDARY_INPUT_RELOAD_CLASS): Likewise.
14314         (EXTRA_CONSTRAINT_Q, EXTRA_CONSTRAINT_A,
14315         EXTRA_CONSTRAINT_Bsc, EXTRA_CONSTRAINT_B,
14316         EXTRA_CONSTRAINT_Css, EXTRA_CONSTRAINT_Csu): Remove.
14317         (IS_PC_RELATIVE_LOAD_ADDR_P): New macro.
14318         (IS_LITERAL_OR_SYMBOLIC_S16_P): Likewise.
14319         (IS_LITERAL_OR_SYMBOLIC_U16_P): Likewise.
14320         (IS_NON_EXPLICIT_CONSTANT_P): Likewise.
14321         (EXTRA_CONSTRAINT_Csy, EXTRA_CONSTRAINT_Z, EXTRA_CONSTRAINT_W,
14322         EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C,
14323         EXTRA_MEMORY_CONSTRAINT, EXTRA_CONSTRAINT_Sr0,
14324         EXTRA_CONSTRAINT_Sua, EXTRA_CONSTRAINT_S,
14325         EXTRA_CONSTRAINT_STR): Likewise.
14326         (GO_IF_LEGITIMATE_INDEX): Fix indentation.
14327
14328 2007-06-07  Geoffrey Keating  <geoffk@apple.com>
14329
14330         * config/i386/darwin.h (STACK_BOUNDARY): Define.
14331
14332 2007-06-07  Simon Martin  <simartin@users.sourceforge.net>
14333
14334         PR c++/30759
14335         * c-common.h (flag_cpp0x): Replaced by...
14336         (cxx_dialect): ... this new variable specifying the C++ dialect that
14337         is used.
14338         * c-common.c (flag_cpp0x): Removed.
14339         (cxx_dialect): Defined.
14340         * c-cppbuiltin.c (c_cpp_builtins): flag_cpp0x rewritten in terms of
14341         cxx_dialect.
14342         * c-opts.c (c_common_post_options): Likewise.
14343         (set_std_cxx98): Set cxx_dialect to cxx98.
14344         (set_std_cxx0x): Set cxx_dialect to cxx0x.
14345
14346 2007-06-07  Geoffrey Keating  <geoffk@apple.com>
14347             Hui-May Chang <hm.chang@apple.com>
14348
14349         * doc/invoke.texi (Darwin Options): Update documentation for
14350         -mmacosx-version-min.
14351         * config.gcc (*-*-darwin*): Set extra_gcc_objs.
14352         * config/darwin-driver.c: New file.
14353         * config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION): New.
14354         * config/t-darwin (darwin-driver.o): New rule.
14355
14356         * config/darwin-c.c (version_as_macro): Ignore low digit.
14357
14358 2007-06-07  Uros Bizjak  <ubizjak@gmail.com>
14359
14360         * config/i386/i386.md (standard sse constant splitter): Handle TFmode.
14361         (negtf2, abstf2, *absnegtf2_sse): New insn patterns.
14362         (CSGNMODE): New mode macro.
14363         (CSGNVMODE): New mode attribute.
14364         (copysign<mode>3): Rename from copysingsf3 and copysigndf3.  Macroize
14365         expander using CSGNMODE mode macro.  Handle TFmode.
14366         (copysign<mode>3_const): Rename from copysignsf3_const and
14367         copysigndf3_const.  Macroize pattern using CSGNMODE mode macro.
14368         Handle TFmode.
14369         (copysign<mode>3_var): Rename from copysignsf3_var and
14370         copysigndf3_var.  Macroize pattern using CSGNMODE mode macro.
14371         Handle TFmode.
14372         (copysign<mode>3_var splitter): Macroize pattern using CSGNMODE
14373         mode macro.  Handle TFmode.
14374         * config/i386/sse.md (andtf3, *andtf3, *nandtf3): New insn patterns.
14375         (iortf3, *iortf3): Ditto.
14376         (xortf3, *xortf3): Ditto.
14377         * config/i386/i386.c (ix86_build_signbit_mask): Create scalar
14378         TFmode and TImode masks.
14379         (ix86_expand_copysign): Expand TFmode copysign insn.
14380         (IX86_BUILTIN_INFQ): New.
14381         (IX86_BUILTIN_FABSQ): Ditto.
14382         (IX86_BUILTIN_COPYSIGNQ): Ditto.
14383         (ix86_init_mmx_sse_builtins) [__builtin_infq]: New builtin definition.
14384         [__builtin_fabsq]: Ditto.
14385         [__builtin_copysignq]: Ditto.
14386         (ix86_expand_builtin) [IX86_BUILTIN_INFQ]: Expand builtin.
14387         [IX86_BUILTIN_FABSQ]: Expand builtin using ix86_expand_unop_builtin().
14388         [IX86_BUILTIN_COPYSIGNQ]: Expand builtin using
14389         ix86_expand_binop_builtin().
14390
14391 2007-06-07  Bob Wilson  <bob.wilson@acm.org>
14392
14393         * config/xtensa/lib1funcs.asm: Clean up whitespace.
14394
14395 2007-06-07  Steve Ellcey  <sje@cup.hp.com>
14396
14397         PR target/31850
14398         * rtl.h (push_to_sequence2): New.
14399         * emit-rtl.c (push_to_sequence2): New.
14400         * function.c (assign_parm_data_all): Add new fields.
14401         (assign_parm_setup_block): Call push_to_sequence2 instead of
14402         push_to_sequence.
14403         (assign_parm_setup_reg): Ditto.
14404         (assign_parm_setup_stack): Ditto.
14405         (assign_parms_unsplit_complex): Ditto.
14406         (assign_parms): Change field name.
14407
14408 2007-06-07  Zdenek Dvorak  <dvorakz@suse.cz>
14409
14410         PR tree-optimization/32220
14411         * tree-predcom.c (eliminate_temp_copies): Handle the case that loop
14412         phi node is reached before defining statement.
14413
14414 2007-06-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
14415
14416         PR tree-opt/32231
14417         * tree-vect-transform.c (vectorizable_call): Call update_stmt
14418         after changing the right hand side of the assignment.
14419
14420 2007-06-06  Eric Christopher  <echristo@apple.com>
14421
14422         * config.gcc (i?86-*-darwin*): Remove arch parameter.
14423         (x86_64-*-darwin*): Ditto.
14424         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Define.
14425         (TARGET_SUBTARGET64_ISA_DEFAULT): Ditto.
14426
14427 2007-06-06  Thomas Neumann  <tneumann@users.sourceforge.net>
14428
14429         * tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the
14430         coding conventions.
14431         (add_key): Likewise.
14432         * tree-ssa.c (init_tree_ssa): Use type safe memory macros.
14433         * tree-ssa-ccp.c (ccp_fold_builtin): Avoid using C++ keywords as
14434         variable names.
14435         * tree-ssa-coalesce.c (find_coalesce_pair): Use type safe memory
14436         macros.
14437         (add_cost_one_coalesce): Likewise.
14438         * tree-ssa-copy.c (merge_alias_info): Avoid using C++ keywords as
14439         variable names. Rename orig to orig_name for consistency.
14440         * tree-ssa-dom.c (dom_thread_across_edge): Cast according to the
14441         coding conventions.
14442         (cprop_into_successor_phis): Avoid using C++ keywords as variable
14443         names.
14444         (record_equivalences_from_stmt): Likewise.
14445         * tree-ssa-dse.c (dse_initialize_block_local_data): Cast according to
14446         the coding conventions.
14447         (memory_ssa_name_same): Likewise.
14448         (dse_optimize_stmt): Likewise.
14449         (dse_record_phis): Likewise.
14450         (dse_finalize_block): Likewise.
14451         * tree-ssa-loop-im.c (outermost_invariant_loop_expr): Avoid using C++
14452         keywords as variable names.
14453         (may_move_till): Cast according to the coding conventions.
14454         (force_move_till_expr): Avoid using C++ keywords as variable names.
14455         (force_move_till): Cast according to the coding conventions.
14456         (memref_hash): Likewise.
14457         (memref_eq): Likewise.
14458         (gather_mem_refs_stmt): Likewise.
14459         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Avoid
14460         using C++ keywords as variable names.
14461         (idx_find_step): Cast according to the coding conventions.
14462         (idx_record_use): Likewise.
14463         (find_depends): Likewise.
14464         (prepare_decl_rtl): Likewise.
14465         (mbc_entry_hash): Likewise.
14466         (mbc_entry_eq): Likewise.
14467         * tree-ssa-loop-niter.c (SWAP): Use the correct the type for tmp.
14468         (simplify_replace_tree): Avoid using C++ keywords as variable names.
14469         (idx_infer_loop_bounds): Cast according to the coding conventions.
14470         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
14471         * tree-ssa-math-opts.c (occ_new ): Likwise.
14472         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Use type safe memory
14473         macros.
14474         * tree-ssa-operands.c (add_def_op): Avoid using C++ keywords as
14475         variable names.
14476         (add_use_op): Likewise.
14477         (add_vop): Likewise.
14478         (add_vuse_op): Likewise.
14479         (add_vdef_op): Likewise.
14480         (get_expr_operands): Likewise.
14481         (push_stmt_changes): Use type safe memory macros.
14482         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Avoid using C++
14483         keywords as variable names.
14484         (conditional_replacement): Likewise.
14485         (minmax_replacement): Likewise.
14486         (abs_replacement): Likewise.
14487         * tree-ssa-pre.c (create_expression_by_pieces): Cast according to the
14488         coding conventions.
14489         (insert_fake_stores): Avoid using C++ keywords as variable names.
14490         * tree-ssa-reassoc.c (add_to_ops_vec): Cast according to the coding
14491         conventions.
14492         * tree-ssa-structalias.c (heapvar_lookup): Likewise.
14493         (heapvar_insert): Use type safe memory macros.
14494         (new_var_info): Cast according to the coding conventions.
14495         (new_constraint): Likewise.
14496         (remove_preds_and_fake_succs): Use type safe memory macros.
14497         * tree-ssa-threadupdate.c (thread_block): Cast according to the coding
14498         conventions.
14499         (thread_single_edge): Likewise.
14500         (thread_through_loop_header): Likewise.
14501
14502 2007-06-06  Eric Christopher  <echristo@apple.com>
14503
14504         * config/i386/i386.c (override_options): Move handling
14505         of TARGET_SUBTARGET* earlier.
14506
14507 2007-06-06  Paolo Bonzini  <bonzini@gnu.org>
14508
14509         * genmodes.c (tagged_printf, emit_insn_modes_h): Don't
14510         use %n on printf.
14511
14512 2007-06-06  Zdenek Dvorak  <dvorakz@suse.cz>
14513
14514         * haifa-sched.c (restore_bb_notes): Clear bb field of the notes
14515         emited outside of basic block.
14516         * cfgbuild.c (find_bb_boundaries): Clear bb field for insns between
14517         the created blocks.
14518         * rtl.h (delete_insn_chain): Declaration changed.
14519         * cfgrtl.c (delete_insn_chain): Add option to clear bb field for
14520         non-removed insns.
14521         (rtl_delete_block, rtl_merge_blocks): Pass true to delete_insn_chain.
14522         (delete_insn_chain_and_edges, try_redirect_by_replacing_jump,
14523         rtl_tidy_fallthru_edge, cfg_layout_merge_blocks): Pass false
14524         to delete_insn_chain.
14525         (rtl_verify_flow_info_1): Verify that the insns in header and footer
14526         do not have bb field set.
14527         (rtl_verify_flow_info): Verify that insns between basic blocks do not
14528         have bb field set.
14529         * recog.c (peephole2_optimize): Add argument to delete_insn_chain call.
14530         * cfgcleanup.c (try_optimize_cfg): Ditto.
14531
14532 2007-06-06  Thomas Neumann  <tneumann@users.sourceforge.net>
14533
14534         * lambda-code.c (struct lambda_lattice_s): Add a name to the struct.
14535         (lambda_body_vector_new): Use type safe memory macros.
14536         (lambda_linear_expression_new): Likewise.
14537         (lambda_loopnest_new): Likewise.
14538         (lambda_lattice_new): Likewise.
14539         (replace_uses_equiv_to_x_with_y): Cast according to the coding
14540         conventions. Use type safe memory macros.
14541         * lambda.h (struct lambda_trans_matrix_s): Add a name to the struct.
14542         (lambda_body_vector_s): Likewise.
14543         * lambda-mat.c (lambda_matrix_new): Use type safe memory macros.
14544         * lambda-trans.c (lambda_trans_matrix_new): Likewise.
14545
14546 2007-06-06  Richard Guenther  <rguenther@suse.de>
14547
14548         * tree-ssa-forwprop.c (forward_propagate_into_cond): Return 2
14549         if we need to schedule cfg_cleanup.
14550         (tree_ssa_forward_propagate_single_use_vars): Do so.
14551
14552 2007-06-06  Ian Lance Taylor  <iant@google.com>
14553
14554         * fold-const.c (merge_ranges): If range_successor or
14555         range_predecessor fail, just return 0.
14556
14557 2007-06-06  Uros Bizjak  <ubizjak@gmail.com>
14558
14559         PR tree-optimization/32216
14560         * tree-vectorizer.c (supportable_widening_operation): Determine
14561         signedness of FIX_TRUNC_EXPR from output operand.
14562         (supportable_narrowing_operation): Ditto.
14563         * tree-vect-generic.c (expand_vector_operations_1): Determine
14564         signedness of VEC_UNPACK_FLOAT_HI_EXPR and VEC_UNPACK_FLOAT_LO_EXPR
14565         from input operand.
14566
14567 2007-06-06  Thomas Neumann  <tneumann@users.sourceforge.net>
14568
14569         * config/i386/i386.c (enum pta_flags): Move out of struct scope...
14570         (struct pta): ...from here. Change flags to unsigned to avoid
14571         excessive casting (as it is used as a bit mask).
14572         (override_options): Add casts according to the coding convenventions.
14573         (x86_64_elf_unique_section): Likewise.
14574         (examine_argument): Avoid using C++ keywords as variable names.
14575         (construct_container): Likewise.
14576         (legitimize_pic_address): Likewise.
14577         (get_dllimport_decl): Cast according to the coding conventions. Use
14578         type safe memory macros.
14579         (legitimize_address): Cast according to the coding conventions.
14580         (emit_i387_cw_initialization): Corrected the type of slot to enum
14581         ix86_stack_slot.
14582         (ix86_init_machine_status): Use type safe memory macros.
14583         (bdesc_pcmpestr): Use UNKNOWN instead of integer 0.
14584         (bdesc_pcmpistr): Likewise.
14585         (bdesc_crc32): Likewise.
14586         (bdesc_sse_3arg): Likewise.
14587         (bdesc_2arg): Likewise.
14588         (bdesc_1arg): Likewise.
14589         (ix86_expand_sse_pcmpestr): Cast according to the coding conventions.
14590         (ix86_expand_sse_pcmpistr): Likewise.
14591         (ix86_expand_vec_set_builtin): Use EXPAND_NORMAL instead of integer 0.
14592         (ix86_builtin_vectorized_function): Change the type of fn to unsigned
14593         int to match the langhook definition.
14594         (ix86_builtin_conversion): Change the type of code to unsigned init to
14595         match the langhook definition.
14596         (ix86_preferred_reload_class): Avoid using C++ keywords as variable
14597         names.
14598         (ix86_preferred_output_reload_class): Likewise.
14599         (ix86_cannot_change_mode_class): Likewise.
14600         (ix86_memory_move_cost): Likewise.
14601         (ix86_rtx_costs): Cast the outer_code parameter to enum rtx_code to
14602         avoid excessive casting later on.
14603         (x86_output_mi_thunk): Avoid using C++ keywords as variable names.
14604
14605 2007-06-06  Uros Bizjak  <ubizjak@gmail.com>
14606
14607         * config/i386/sse.md (sse4_2_pcmpestr_cconly): Prefer pcmpestrm
14608         as flags setting insn.
14609         (sse4_2_pcmpistr_cconly): Prefer pcmpistrm as flags setting insn.
14610
14611 2007-06-06  Uros Bizjak  <ubizjak@gmail.com>
14612
14613         * config/i386/i386.md (UNSPEC_ROUNDP, UNSPEC_ROUNDS): Remove.
14614         (UNSPEC_ROUND): New.
14615         ("sse4_1_round<mode>2"): New insn pattern.
14616         ("rint<mode>2"): Expand using "sse4_1_round<mode>2" pattern for
14617         SSE4.1 targets.
14618         ("floor<mode>2"): Rename from floordf2 and floorsf2.  Macroize
14619         expander using SSEMODEF mode macro.  Expand using
14620         "sse4_1_round<mode>2" pattern for SSE4.1 targets.
14621         ("ceil<mode>2"): Rename from ceildf2 and ceilsf2.  Macroize
14622         expander using SSEMODEF mode macro.  Expand using
14623         "sse4_1_round<mode>2" pattern for SSE4.1 targets.
14624         ("btrunc<mode>2"): Rename from btruncdf2 and btruncsf2.  Macroize
14625         expander using SSEMODEF mode macro.  Expand using
14626         "sse4_1_round<mode>2" pattern for SSE4.1 targets.
14627         * config/i386/sse.md ("sse4_1_roundpd", "sse4_1_roundps"): Use
14628         UNSPEC_ROUND instead of UNSPEC_ROUNDP.
14629         ("sse4_1_roundsd", "sse4_1_roundss"): Use UNSPEC_ROUND instead of
14630         UNSPEC_ROUNDS.
14631
14632 2007-06-06  Jan Sjodin  <jan.sjodin@amd.com>
14633             Sebastian Pop  <sebpop@gmail.com>
14634
14635         * lambda.h (build_linear_expr): New.
14636         * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression):
14637         Use build_linear_expr, call fold and force_gimple_operand.
14638         (lambda_loopnest_to_gcc_loopnest): Check that there is
14639         something to insert.
14640         * testsuite/gcc.dg/tree-ssa/ltrans-6.c: New.
14641
14642 2007-06-05  Joerg Wunsch  <j.gnu@uriah.heep.sax.de>
14643
14644         PR preprocessor/23479
14645         * doc/extend.texi: Document the 0b-prefixed binary integer
14646         constant extension.
14647
14648 2007-06-05  Uros Bizjak  <ubizjak@gmail.com>
14649
14650         PR tree-optimization/32215
14651         * tree-vectorizer.c (supportable_widening_operation): Return false
14652         for unsupported FIX_TRUNC_EXPR tree code.
14653         (supportable_narrowing_operation): Ditto for FLOAT_EXPR tree code.
14654
14655 2007-06-06  Nathan Froyd  <froydnj@codesourcery.com>
14656
14657         * config/rs6000/rs6000.h (FIXED_SCRATCH): Use r0 as a scratch
14658         register on SPE targets.  Change documentation to reflect
14659         reality.
14660         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
14661         Change FIXED_SCRATCH to 14 and document why we're keeping r14
14662         out of the register allocation pool.
14663         (rs6000_reg_live_or_pic_offset_p): New function.
14664         (rs6000_emit_prologue): Move the actual saving of LR up to free
14665         r0 for holding r11.  Split saving of SPE 64-bit registers into
14666         its own case.  Ensure that offsets will always be in-range for
14667         'evstdd' by using r11 as a scratch register to point at the start
14668         of the SPE save area.  Save r11 if necessary, as it is the static
14669         chain register.
14670         (rs6000_emit_epilogue): Split restoring of SPE 64-bit registers
14671         into its own case.  Ensure that offsets will always be in-range
14672         for 'evldd' by using r11 as a scratch register to point at the
14673         start of the SPE save area.  Also adjust r11 when restoring
14674         the stack pointer to compensate for pre-loading r11.
14675
14676 2007-06-05  Thomas Neumann  <tneumann@users.sourceforge.net>
14677
14678         * cfg.c (init_flow): Use type safe memory macros.
14679         (alloc_block): Likewise.
14680         (unchecked_make_edge): Likewise.
14681         (dump_flow_info): Avoid using C++ keywords as variable names.
14682         (copy_original_table_clear): Cast according to the coding conventions.
14683         (copy_original_table_set): Likewise.
14684         * cfgexpand (label_rtx_for_bb): Likewise.
14685         (expand_gimple_basic_block): Likewise.
14686         * cfghooks.c (dump_bb): Likewise.
14687         (lv_adjust_loop_header_phi): Avoid using C++ keywords as
14688         variable names.
14689         (lv_add_condition_to_bb): Likewise.
14690         * cfglayout (relink_block_chain): Cast according to the coding
14691         conventions.
14692         (fixup_reorder_chain): Likewise.
14693         (fixup_fallthru_exit_predecessor): Likewise.
14694         * cfgloop.c (glb_enum_p): Likewise.
14695         (get_exit_description): Likewise.
14696         (dump_recorded_exit): Likewise.
14697         * cfgloop.h (enum loop_estimation): Move out of struct scope...
14698         (struct loop): ... from here.
14699         * cfgloopmanip.c (rpe_enum_p): Cast according to the coding
14700         conventions.
14701         * cfgrtl.c (rtl_create_basic_block): Likewise.
14702         (rtl_split_block): Likewise.
14703         (rtl_dump_bb): Likewise.
14704         (cfg_layout_split_block): Likewise.
14705         (init_rtl_bb_info): Use typesafe memory macros.
14706
14707         * graphds.h (struct graph_edge): Renamed edge to graph_edge.
14708         * graphds.h: Updated all usages of edge to graph_edge.
14709         * graphds.c: Likewise.
14710         * cfgloopanal.c: Likewise.
14711
14712 2007-06-05  Ian Lance Taylor  <iant@google.com>
14713
14714         * tree-vrp.c (compare_values_warnv): Check TREE_NO_WARNING on a
14715         PLUS_EXPR or MINUS_EXPR node before setting *strict_overflow_p.
14716         (extract_range_from_assert): Set TREE_NO_WARNING when creating an
14717         expression.
14718         (test_for_singularity): Likewise.
14719
14720 2007-06-05  H.J. Lu  <hongjiu.lu@intel.com>
14721
14722         * config/i386/constraints.md ("Y2"): Replaced by ...
14723         ("Yt"): This.
14724         * config/i386/i386.md: Likewise.
14725         * config/i386/mmx.md: Likewise.
14726         * config/i386/sse.md: Likewise.
14727
14728 2007-06-05  H.J. Lu  <hongjiu.lu@intel.com>
14729
14730         * config/i386/constraints.md ("z"): Replaced by ...
14731         ("Y0"): This.
14732         * config/i386/sse.md (sse4_1_blendvpd): Likewise.
14733         (sse4_1_blendvps): Likewise.
14734         (sse4_1_pblendvb): Likewise.
14735         (sse4_2_pcmpestr): Likewise.
14736         (sse4_2_pcmpestrm): Likewise.
14737         (sse4_2_pcmpestr_cconly): Likewise.
14738         (sse4_2_pcmpistr): Likewise.
14739         (sse4_2_pcmpistrm): Likewise.
14740         (sse4_2_pcmpistr_cconly): Likewise.
14741
14742 2007-06-05  Razya Ladelsky  <razya@il.ibm.com>
14743
14744         * matrix-reorg.c (transform_access_sites): Fix computation.
14745         (transform_allocation_sites): Same.
14746
14747 2007-06-05  Uros Bizjak  <ubizjak@gmail.com>
14748
14749         * config/i386/i386.c (override_options): Use
14750         TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_isa_flags.
14751
14752 2007-06-05  Uros Bizjak  <ubizjak@gmail.com>
14753
14754         * config/i386/predicates.md (reg_not_xmm0_operand): New predicate.
14755         (nonimm_not_xmm0_operand): Ditto.
14756         * config/i386/sse.md ("sse4_1_blendvpd"): Use "reg_not_xmm0_operand"
14757         as operand[0] and operand[1] predicate.  Use "nonimm_not_xmm0_operand"
14758         as operand[2] predicate.  Require "z" class XMM register for
14759         operand[3].  Adjust asm template.
14760         ("sse4_1_blendvpd"): Ditto.
14761         ("sse4_1_pblendvb"): Ditto.
14762         * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Do not
14763         force op2 into xmm0 register for variable blend instructions.
14764
14765 2007-06-04  Tom Tromey  <tromey@redhat.com>
14766
14767         * c-tree.h (start_enum): Update.
14768         (build_enumerator): Likewise.
14769         * c-decl.c (enum_next_value): Removed.
14770         (enum_overflow): Likewise.
14771         (start_enum): Add c_enum_contents argument.  Don't use globals.
14772         (build_enumerator): Likewise.
14773         * c-tree.h (struct c_enum_contents): New struct.
14774
14775 2007-06-04  Tom Tromey  <tromey@redhat.com>
14776
14777         * c-common.c (c_common_get_alias_set): Fix indentation.
14778
14779 2007-06-04  Ian Lance Taylor  <iant@google.com>
14780
14781         * tree-vrp.c (adjust_range_with_scev): When loop is not expected
14782         to overflow, reduce overflow infinity to regular infinity.
14783         (vrp_var_may_overflow): New static function.
14784         (vrp_visit_phi_node): Check vrp_var_may_overflow.
14785
14786 2007-06-04  Kazu Hirata  <kazu@codesourcery.com>
14787
14788         * stor-layout.c (layout_type): Remove duplicate code.
14789
14790 2007-06-04  Uros Bizjak  <ubizjak@gmail.com>
14791
14792         PR c/32191
14793         * c-common.c (c_define_builtins): Call targetm.init_builtins ()
14794         before build_common_builtin_nodes ().
14795
14796 2007-06-04  Steve Ellcey  <sje@cup.hp.com>
14797
14798         PR target/31733
14799         * cfgrtl.c (rtl_verify_flow_info): Skip notes when looking for barrier.
14800
14801 2007-06-04  Jan Hubicka  <jh@suse.cz>
14802
14803         * tree-predcom.c (replace_ref_with, initialize_root_vars_lm,
14804         reassociate_to_the_same_stmt): Call build_gimple_modify_stmt
14805         instead of _stat version.
14806
14807 2007-06-03  Zdenek Dvorak  <dvorakz@suse.cz>
14808
14809         PR tree-optimization/32194
14810         * tree-predcom.c (determine_offset): Check that both references have
14811         the same type.
14812
14813 2007-06-03  Zdenek Dvorak  <dvorakz@suse.cz>
14814
14815         * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge):
14816         Change dom_bbs to vector.  Add argument to iterate_fix_dominators call.
14817         * loop-unroll.c (unroll_loop_runtime_iterations): Ditto.
14818         * tree-cfg.c (tree_duplicate_sese_region): Change doms to vector.
14819         Add argument to iterate_fix_dominators call.
14820         (remove_edge_and_dominated_blocks): Pass vector to bbs_to_fix_dom.
14821         * gcse.c (hoist_code): Change domby to vector.
14822         * cfghooks.c (make_forwarder_block): Change doms_to_fix to vector.
14823         Add argument to iterate_fix_dominators call.
14824         * loop-doloop.c (doloop_modify): Changed recount_dominator to
14825         recompute_dominator.
14826         * lambda-code.c (perfect_nestify): Ditto.
14827         * cfgloopanal.c: Include graphds.h.
14828         (struct edge, struct vertex, struct graph, dump_graph, new_graph,
14829         add_edge, dfs, for_each_edge, free_graph): Moved to graphds.c.
14830         (mark_irreducible_loops): Use graphds_scc.  Remove argument from
14831         add_edge call.
14832         * graphds.c: New file.
14833         * graphds.h: New file.
14834         * dominance.c: Include vecprim.h, pointer-set.h and graphds.h.
14835         (get_dominated_by, get_dominated_by_region): Change return type to
14836         vector.
14837         (verify_dominators): Recompute all dominators and compare the results.
14838         (recount_dominator): Renamed to ...
14839         (recompute_dominator): ... this.  Do not check that the block is
14840         dominated by entry.
14841         (iterate_fix_dominators): Reimplemented.
14842         (prune_bbs_to_update_dominators, root_of_dom_tree,
14843         determine_dominators_for_sons): New functions.
14844         * et-forest.c (et_root): New function.
14845         * et-forest.h (et_root): Declare.
14846         * Makefile.in (graphds.o): Add.
14847         (cfgloopanal.o): Add graphds.h dependency.
14848         (dominance.o): Add graphds.h, vecprim.h and pointer-set.h dependency.
14849         * basic-block.h (get_dominated_by, get_dominated_by_region,
14850         iterate_fix_dominators): Declaration changed.
14851         (recount_dominator): Renamed to ...
14852         (recompute_dominator): ... this.
14853         * tree-ssa-threadupdate.c (thread_block): Free dominance info.
14854         (thread_through_all_blocks): Do not free dominance info.
14855
14856 2007-06-03  Andreas Schwab  <schwab@suse.de>
14857
14858         * config/m68k/m68k.c (override_options): Don't override
14859         REAL_MODE_FORMAT.
14860         * config/m68k/m68k-modes.def (SF, DF): Define to use
14861         motorola_single_format and motorola_double_format, resp.
14862         * real.c (motorola_single_format): Renamed from
14863         coldfire_single_format.
14864         (motorola_double_format): Renamed from coldfire_double_format.
14865         (encode_ieee_extended): Generate a proper canonical NaN image
14866         respecting canonical_nan_lsbs_set.
14867         (ieee_extended_motorola_format): Set canonical_nan_lsbs_set to
14868         true.
14869         * real.h: Adjust declarations.
14870
14871 2007-06-03  Kaz Kojima  <kkojima@gcc.gnu.org>
14872
14873         PR target/32163
14874         * config/sh/sh.md (symGOT_load): Don't schedule insns when
14875         the symbol is generated with the stack protector.
14876
14877 2007-06-03  Kazu Hirata  <kazu@codesourcery.com>
14878
14879         * config/m68k/m68k.c (m68k_attribute_table): Add "interrupt".
14880         (m68k_get_function_kind): Return m68k_fk_interrupt_handler on
14881         "interrupt".
14882         * doc/extend.texi (interrupt): Mention m68k.
14883
14884 2007-06-02  Uros Bizjak  <ubizjak@gmail.com>
14885
14886         * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Call
14887         safe_vector_operand() if input operand is VECTOR_MODE_P operand.
14888         (ix86_expand_sse_pcmpestr): Do not check operands for
14889         "register_operand", when insn operand predicate is "register_operand".
14890         (ix86_expand_sse_pcmpistr): Ditto.
14891
14892 2007-06-02  H.J. Lu  <hongjiu.lu@intel.com>
14893             Uros Bizjak  <ubizjak@gmail.com>
14894
14895         * config/i386/i386.h (enum reg_class) [SSE_FIRST_REG]: New.
14896         (SSE_CLASS_P): Use reg_class_subset_p between SSE_REGS.
14897         (REG_CLASS_NAMES): Add "FIRST_SSE_REG" string.
14898         (REG_CLASS_CONTENTS): Add members of FIRST_SSE_REG class.
14899         * config/i386/constraints.md ("z"): New register constraint
14900         for members of SSE_FIRST_REG class.
14901         * config/i386/i386-modes.def (CCA, CCC, CCO, CCS): New compare modes.
14902         * config/i386/i386.c (regclass_map): Change class of %xmm0 to
14903         SSE_FIRST_REG class.
14904         (put_condition_code) [EQ, NE]: Output suffixes for new compare modes.
14905         (ix86_cc_modes_compatible): Handle CCA, CCC, CCO and CCS modes.
14906         (IX86_BUILTIN_PCMPESTRI128): New for SSE4.2.
14907         (IX86_BUILTIN_PCMPESTRM128): Likewise.
14908         (IX86_BUILTIN_PCMPESTRA128): Likewise.
14909         (IX86_BUILTIN_PCMPESTRC128): Likewise.
14910         (IX86_BUILTIN_PCMPESTRO128): Likewise.
14911         (IX86_BUILTIN_PCMPESTRS128): Likewise.
14912         (IX86_BUILTIN_PCMPESTRZ128): Likewise.
14913         (IX86_BUILTIN_PCMPISTRI128): Likewise.
14914         (IX86_BUILTIN_PCMPISTRM128): Likewise.
14915         (IX86_BUILTIN_PCMPISTRA128): Likewise.
14916         (IX86_BUILTIN_PCMPISTRC128): Likewise.
14917         (IX86_BUILTIN_PCMPISTRO128): Likewise.
14918         (IX86_BUILTIN_PCMPISTRS128): Likewise.
14919         (IX86_BUILTIN_PCMPISTRZ128): Likewise.
14920         (struct builtin_description): Change "flag" field to unsigned.
14921         (bdesc_pcmpestr): New builtin description table.
14922         (bdesc_pcmpistr): Likewise.
14923         (ix86_init_mmx_sse_builtins): Define int_ftype_v16qi_int_v16qi_int_int,
14924         v16qi_ftype_v16qi_int_v16qi_int_int and int_ftype_v16qi_v16qi_int.
14925         Initialize pcmp[ei]str[im] insns for SSE4.2.
14926         (ix86_expand_sse_pcmpestr): New subroutine of ix86_expand_builtin.
14927         (ix86_expand_sse_pcmpistr): Likewise.
14928         (ix86_expand_builtin): Expand pcmp[ei]str[im] builtins for SSE4.2.
14929         * config/i386/i386.md (UNSPEC_PCMPESTR): New for SSE4.2.
14930         (UNSPEC_PCMPISTR): Likewise.
14931         * config/i386/sse.md (sse4_2_pcmpestr): New insn patern and splitter.
14932         (sse4_2_pcmpestri):New isns pattern.
14933         (sse4_2_pcmpestrm): Likewise.
14934         (sse4_2_pcmpestr_cconly): Likewise.
14935         (sse4_2_pcmpistr): New insn patern and splitter.
14936         (sse4_2_pcmpistri):New isns pattern.
14937         (sse4_2_pcmpistrm): Likewise.
14938         (sse4_2_pcmpistr_cconly): Likewise.
14939         * config/i386/smmintrin.h: Enable pcmp[ei]str[im] intrinsics
14940         in SSE4.2.
14941
14942 2007-06-01  David Daney  <ddaney@avtrex.com>
14943
14944         * config/mips/mips.c (mips_output_mi_thunk): Only load gp if not
14945         LOADGP_ABSOLUTE and not binds_local_p.
14946
14947 2007-06-01  Geoffrey Keating  <geoffk@apple.com>
14948
14949         * config/darwin.h (LINK_SPEC): Pass -fpie through to the linker.
14950
14951 2007-06-01  Ian Lance Taylor  <iant@google.com>
14952
14953         * tree-vrp.c (compare_name_with_value): Always set
14954         used_strict_overflow if we get a result from the variable itself.
14955
14956 2007-06-01  Ian Lance Taylor  <iant@google.com>
14957
14958         PR rtl-optimization/31455
14959         * lower-subreg.c (find_decomposable_subregs): Don't decompose
14960         subregs which have a cast between modes which are not tieable.
14961
14962 2007-06-01  Uros Bizjak  <ubizjak@gmail.com>
14963
14964         * expr.c (force_operand) [DIV, MOD, UDIV, UMOD, ASHIFTRT]: Remove
14965         breaks after return statements.
14966
14967 2007-06-01  Kaz Kojima  <kkojima@gcc.gnu.org>
14968
14969         * config/sh/sh.c (fpscr_set_from_mem): Call get_free_reg
14970         only after no_new_pseudos.
14971
14972 2007-05-31  Eric Christopher  <echristo@apple.com>
14973
14974         * expr.c (convert_move): Assert that we don't have a BLKmode
14975         operand.
14976         (store_expr): Handle BLKmode moves by calling emit_block_move.
14977
14978 2007-05-31  Daniel Berlin  <dberlin@dberlin.org>
14979
14980         * c-typeck.c (build_indirect_ref): Include type in error message.
14981         (build_binary_op): Pass types to binary_op_error.
14982         * c-common.c (binary_op_error): Take two type arguments, print out
14983         types with error.
14984         * c-common.h (binary_op_error): Update prototype.
14985
14986 2007-05-31  H.J. Lu  <hongjiu.lu@intel.com>
14987
14988         * config/i386/i386.c: Correct coments on -mno-sse4.
14989
14990 2007-05-31  H.J. Lu  <hongjiu.lu@intel.com>
14991
14992         * config.gcc (i[34567]86-*-*): Add nmmintrin.h to extra_headers.
14993         (x86_64-*-*): Likewise.
14994         * config/i386/i386.c (OPTION_MASK_ISA_MMX_UNSET): New.
14995         (OPTION_MASK_ISA_3DNOW_UNSET): Likewise.
14996         (OPTION_MASK_ISA_SSE_UNSET): Likewise.
14997         (OPTION_MASK_ISA_SSE2_UNSET): Likewise.
14998         (OPTION_MASK_ISA_SSE3_UNSET): Likewise.
14999         (OPTION_MASK_ISA_SSSE3_UNSET): Likewise.
15000         (OPTION_MASK_ISA_SSE4_1_UNSET): Likewise.
15001         (OPTION_MASK_ISA_SSE4_2_UNSET): Likewise.
15002         (OPTION_MASK_ISA_SSE4): Likewise.
15003         (OPTION_MASK_ISA_SSE4_UNSET): Likewise.
15004         (OPTION_MASK_ISA_SSE4A_UNSET): Likewise.
15005         (ix86_handle_option): Use OPTION_MASK_ISA_*_UNSET.  Handle SSE4.2.
15006         (override_options): Support SSE4.2.
15007         (ix86_build_const_vector): Support SImode and DImode.
15008         (ix86_build_signbit_mask): Likewise.
15009         (ix86_expand_int_vcond): Support V2DImode.
15010         (IX86_BUILTIN_CRC32QI): New for SSE4.2.
15011         (IX86_BUILTIN_CRC32HI): Likewise.
15012         (IX86_BUILTIN_CRC32SI): Likewise.
15013         (IX86_BUILTIN_CRC32DI): Likewise.
15014         (IX86_BUILTIN_PCMPGTQ): Likewise.
15015         (bdesc_crc32): Likewise.
15016         (bdesc_sse_3arg): Likewise.
15017         (ix86_expand_crc32): Likewise.
15018         (ix86_init_mmx_sse_builtins): Support SSE4.2.
15019         (ix86_expand_builtin): Likewise.
15020         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
15021         __SSE4_2__ for -msse4.2.
15022         * config/i386/i386.md (UNSPEC_CRC32): New for SSE4.2.
15023         (CRC32MODE): Likewise.
15024         (crc32modesuffix): Likewise.
15025         (crc32modeconstraint): Likewise.
15026         (sse4_2_crc32<mode>): Likewise.
15027         (sse4_2_crc32di): Likewise.
15028         * config/i386/i386.opt (msse4.2): New for SSE4.2.
15029         (msse4): Likewise.
15030         * config/i386/nmmintrin.h: New. The dummy SSE4.2 intrinsic header file.
15031         * config/i386/smmintrin.h: Add SSE4.2 intrinsics.
15032         * config/i386/sse.md (sse4_2_gtv2di3): New pattern for SSE4.2.
15033         (vcond<mode>): Use SSEMODEI instead of SSEMODE124.
15034         (vcondu<mode>): Likewise.
15035         * doc/extend.texi: Document SSE4.2 built-in functions.
15036         * doc/invoke.texi: Document -msse4.2/-msse4.
15037
15038 2007-05-31  Zdenek Dvorak  <dvorakz@suse.cz>
15039
15040         PR tree-optimization/32160
15041         * tree-predcom.c (predcom_tmp_var): New function.  Mark created
15042         variable as gimple reg.
15043         (initialize_root_vars, initialize_root_vars_lm): Use predcom_tmp_var.
15044
15045 2007-05-31  Kazu Hirata  <kazu@codesourcery.com>
15046
15047         * gcc.c (main): Don't consider linker options when issuing the
15048         warning about a linker input file not being used.
15049
15050 2007-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15051
15052         * tree-vrp.c (compare_names): Initialize sop.
15053
15054 2007-05-30  Dirk Mueller  <dmueller@suse.de>
15055
15056         * cgraphunit.c (cgraph_analyze_function): Remove
15057         computation of inline parameters.
15058
15059 2007-05-30  Uros Bizjak  <ubizjak@gmail.com>
15060
15061         * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.
15062
15063 2007-05-30  Richard Sandiford  <richard@codesourcery.com>
15064
15065         * config.gcc (arm-wrs-vxworks): Remove dbxelf.h from tm_file.
15066         Add vx-common.h.  Include vxworks.h between vx-common.h and
15067         arm/vxworks.h.
15068         * config/vx-common.h (DWARF2_UNWIND_INFO): Undefine before
15069         redefining.
15070         * config/vxworks.h (TARGET_ASM_CONSTRUCTOR): Likewise.
15071         (TARGET_ASM_DESTRUCTOR): Likewise.
15072         * config/arm/vxworks.h (TARGET_OS_CPP_BUILTINS): Check arm_arch_xscale
15073         instead of arm_is_xscale.  Use VXWORKS_OS_CPP_BUILTINS.
15074         (OVERRIDE_OPTIONS, SUBTARGET_CPP_SPEC): Define.
15075         (CC1_SPEC): Add -tstrongarm.  Line up backslashes.
15076         (VXWORKS_ENDIAN_SPEC): Define.
15077         (ASM_SPEC): Add VXWORKS_ENDIAN_SPEC.
15078         (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Redefine to their
15079         VXWORKS_* equivalents.
15080         (LINK_SPEC): Likewise, but add VXWORKS_ENDIAN_SPEC.
15081         (ASM_FILE_START): Delete.
15082         (TARGET_VERSION): Reformat.
15083         (FPUTYPE_DEFAULT, FUNCTION_PROFILER): Define.
15084         (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define.
15085         * config/arm/t-vxworks (LIB1ASMSRC, LIB1ASMFUNCS): Define.
15086         (FPBIT, DPBIT): Define.
15087         (fp-bit.c, dp-bit.c): New rules.
15088         (MULTILIB_OPTIONS): Add strongarm, -mrtp and -mrtp/-fPIC multilibs.
15089         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Define.
15090         * config/arm/arm-protos.h (arm_emit_call_insn): Declare.
15091         * config/arm/arm.h: Include vxworks-dummy.h.
15092         * config/arm/arm.c (arm_elf_asm_constructor, arm_elf_asm_destructor):
15093         Mark with ATTRIBUTE_UNUSED.
15094         (arm_override_options): Do not allow VxWorks RTP PIC to be used
15095         for Thumb.  Force r9 to be the PIC register for VxWorks RTPs and
15096         make it incompatible with -msingle-pic-base.
15097         (arm_function_ok_for_sibcall): Return false for calls that might
15098         go through a VxWorks PIC PLT entry.
15099         (require_pic_register): New function, split out from...
15100         (legitimize_pic_address): ...here.  Do not use GOTOFF accesses
15101         for VxWorks RTPs.
15102         (arm_load_pic_register): Handle the VxWorks RTP initialization
15103         sequence.  Use pic_reg as a shorthand for cfun->machine->pic_reg.
15104         (arm_emit_call_insn): New function.
15105         (arm_assemble_integer): Do not use GOTOFF accesses for VxWorks RTP.
15106         * config/arm/arm.md (UNSPEC_PIC_OFFSET): New unspec number.
15107         (pic_offset_arm): New pattern.
15108         (call, call_value): Use arm_emit_call_insn.
15109         (call_internal, call_value_internal): New expanders.
15110         * config/arm/lib1funcs.asm (__PLT__): Define to empty for
15111         VxWorks unless __PIC__.
15112
15113 2007-05-30  Eric Christopher  <echristo@gmail.com>
15114
15115         * genrecog.c: Include regs.h in generated file.
15116         * genemit.c: Ditto. Fix up formatting.
15117         * config/mn10300/constraints.md: New.
15118         * config/mn10300/mn10300.md: Include.
15119         * config/mn10300/mn10300.c(mn10300_secondary_reload_class):
15120         Fix up for removed macro.
15121         * config/mn10300/predicates.md (call_address_operand): Ditto.
15122         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Delete.
15123         (CONST_OK_FOR_I): Ditto.
15124         (CONST_OK_FOR_J): Ditto.
15125         (CONST_OK_FOR_K): Ditto.
15126         (CONST_OK_FOR_L): Ditto.
15127         (CONST_OK_FOR_M): Ditto.
15128         (CONST_OK_FOR_N): Ditto.
15129         (CONST_DOUBLE_OK_FOR_LETTER_P): Ditto.
15130         (OK_FOR_Q): Ditto.
15131         (OK_FOR_R): Ditto.
15132         (OK_FOR_T): Ditto.
15133         (EXTRA_CONSTRAINT): Ditto.
15134
15135 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
15136
15137         * config/i386/i386.h (MASK_64BIT, MASK_MMX, MASK_3DNOW*, MASK_SSE*):
15138         Remove defines.
15139         * config/i386/biarch.h (TARGET_64BIT_DEFAULT): Define to
15140         OPTION_MASK_ISA_64BIT.
15141         * config/i386/i386.c: Rename MASK_* macros to OPTION_MASK_ISA_*.
15142
15143 2007-05-30  Richard Guenther  <rguenther@suse.de>
15144
15145         PR middle-end/32152
15146         * gimplify.c (gimplify_omp_atomic_pipeline): Use correct
15147         types for comparison.
15148         * fold-const.c (fold_comparison): Call maybe_canonicalize_comparison
15149         with original typed arguments.
15150         * config/i386/i386.c (ix86_gimplify_va_arg): Fix type mismatches.
15151
15152 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
15153
15154         PR tree-optimization/31769
15155         * except.c (duplicate_eh_regions): Clear prev_try if
15156         ERT_MUST_NOT_THROW region is inside of ERT_TRY region.
15157
15158 2007-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
15159
15160         * tree-scalar-evolution.c (scev_const_prop): Do not create labels.
15161         * tree-ssa-sink.c (statement_sink_location): Return basic block and
15162         bsi of the location where statements should be inserted.
15163         (sink_code_in_bb): Take bsi from statement_sink_location.
15164         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use bsi_after_labels
15165         instead of bsi_start.
15166         * tree-profile.c (tree_gen_ic_func_profiler): Pass BSI_NEW_STMT to
15167         bsi_insert_after.
15168         * tree-cfg.c (bsi_move_after): Pass BSI_NEW_STMT to bsi_insert_after.
15169         (bsi_move_before): Document inconsistency with bsi_move_after.
15170         (tree_redirect_edge_and_branch): Do not create labels if not necessary.
15171
15172 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
15173
15174         * config/i386/i386.h (TARGET_ABM): New define.
15175         (TARGET_POPCNT): Ditto.
15176         (TARGET_64BIT, TARGET_MMX, TARGET_3DNOW, TARGET_3DNOW_A, TARGET_SSE*):
15177         New temporary defines to redefine from OPTION_ISA_* defines.
15178         (MASK_64BIT, MASK_MMX, MASK_3DNOW, MASK_3DNOW_A, MASK_SSE*):
15179         New temporary defines to redefine from OPTION_MASK_ISA_* defines.
15180         (ix86_isa_flags): New extern int declaration.
15181         (TARGET_SUBTARGET_DEFAULT): New define.
15182         (TARGET_SUBTARGET_ISA_DEFAULT): Ditto.
15183         (TARGET_SUBTARGET32_DEFAULT): Ditto.
15184         (TARGET_SUBTARGET32_ISA_DEFAULT): Ditto.
15185         (TARGET_SUBTARGET64_ISA_DEFAULT): Ditto.
15186         * config/i386/unix.h: Undef TARGET_SUBTARGET_DEFAULT before define.
15187         * config/i386/darwin.h: Change TARGET_64BIT define to
15188         OPTION_ISA_64BIT.
15189
15190         * config/i386/i386.opt (m3dnowa): Define as undocumented option
15191         using existing "ix86_isa_flags" varible.
15192         (m32, m64): Use existing "ix86_isa_flags" variable.
15193         (mmmx, m3dnow): Ditto.
15194         (msse, msse2, msse3, mssse3, msse4.1, msse4a): Ditto.
15195         (mabm): Define as non-negative option using "x86_abm" variable.
15196         (mpopcnt): Define as non-negative option using "x86_popcnt" variable.
15197
15198         * config/i386/i386.c (ix86_arch_features) [X86_ARCH_CMOVE]:
15199         Rewrite feature test bitmap.
15200         (ix86_isa_flags): New initialized global int varible.
15201         (ix86_isa_flags_explicit): New static int variable.
15202         (ix86_handle_option): Set "ix86_isa_flags_explicit" when mmmx, m3dnow,
15203         msse, msse2, msse3, msse4.1 and msse4a option is processed.  Change
15204         i86_isa_flags and ix86_isa_flags_explicit, not target_flags and
15205         target_flags_explicit.
15206         (override_options): Remove "target_enable" and "target_disable" fields
15207         from "struct ptt". Update processor_target_table accordingly. Remove
15208         PTA_PREFETCH_SSE from processor_alias_table entry if PTE_SSE is
15209         defined and rearrange PTA_* bits.  Use "ix86_isa_flags" instead of
15210         "target_flags" and "ix86_isa_flags_explicit" instead of
15211         "target_flags_explicit" when masked with MASK_64BIT, MASK_MMX,
15212         MASK_3DNOW, MASK_3DNOW_A or MASK_SSE*.  Set "x86_abm" to true when
15213         PTA_ABM is set in processor_alias_table flags entry.  Set "x86_popcnt"
15214         to true when either of PTA_POPCNT or PTA_ABM is set in
15215         processor_alias_table flags entry.  Set "x86_prefetch_sse" to true
15216         when either of PTA_PREFETCH_SSE or PTA_SSE is set in
15217         processor_alias_table flags entry.  Remove handling of
15218         "target_enable" and "target_disable" fields of processor_target_table.
15219         Mask "target_flags" with TARGET_SUBTARGET32_DEFAULT for 32-bit
15220         targets or with TARGET_SUBTARGET64_DEFAULT for 64-bit targets.
15221         Mask "ix86_isa_flags" with TARGET_SUBTARGET32_ISA_DEFAULT for 32-bit
15222         targets or with TARGET_SUBTARGET64_ISA_DEFAULT for 64-bit targets.
15223         (def_builtin): Mask "mask" variable with "ix86_isa_flags", not
15224         "target_flags".
15225         (TARGET_DEFAULT_TARGET_FLAGS): Do not include TARGET_64BIT_DEFAULT.
15226
15227 2007-05-29  David Daney  <ddaney@avtrex.com>
15228
15229         PR gcc/31975
15230         * config/mips/mips.c (mips_output_mi_thunk): Emit
15231         NOTE_INSN_PROLOGUE_END at beginning of the thunk.
15232
15233 2007-05-29  Hui-May Chang  <hm.chang@apple.com>
15234         * config/i386/i386.c (ix86_function_regparm): Added checking of
15235         ix86_force_align_arg_pointer to determine the number of
15236         register parameters.
15237
15238 2007-05-29  Zdenek Dvorak  <dvorakz@suse.cz>
15239
15240         * tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.
15241         (SET_DR_MISALIGNMENT): New.
15242         * tree-vect-analyze.c (vect_compute_data_ref_alignment,
15243         vect_update_misalignment_for_peel, vect_enhance_data_refs_alignment):
15244         Use SET_DR_MISALIGNMENT.
15245         * tree-predcom.c (split_data_refs_to_components): Cast dr->aux from
15246         pointer.
15247         * tree-data-ref.c (create_data_ref, compute_all_dependences,
15248         find_loop_nest): Export.
15249         * tree-data-ref.h (struct data_reference): Change aux field to pointer.
15250         (create_data_ref, compute_all_dependences, find_loop_nest): Declare.
15251         * tree-ssa-loop-prefetch.c: Include tree-data-ref.h.
15252         (L1_CACHE_SIZE_BYTES, L2_CACHE_SIZE_BYTES, NONTEMPORAL_FRACTION):
15253         New macros.
15254         (struct mem_ref): Add field reuse_distance.
15255         (find_or_create_group, record_ref): Use XNEW instead of xcalloc.
15256         Initialize reuse_distance field.
15257         (issue_prefetch_ref): Select temporality of prefetch according to
15258         reuse_distance.
15259         (volume_of_references, volume_of_dist_vector, add_subscript_strides,
15260         self_reuse_distance, determine_loop_nest_reuse): New functions.
15261         (loop_prefetch_arrays): Call determine_loop_nest_reuse.
15262         (tree_ssa_prefetch_arrays): Dump L2 cache size.
15263         * Makefile.in (tree-ssa-loop-prefetch.o): Add TREE_DATA_REF_H
15264         dependency.
15265
15266 2007-05-29  Daniel Berlin  <dberlin@dberlin.org>
15267
15268         * tree-ssa-alias.c: Add aliasing overview.
15269
15270 2007-05-29  Zuxy Meng  <zuxy.meng@gmail.com>
15271             Danny Smith  <dannysmith@users.sourceforge.net>
15272
15273         PR target/29498
15274         * config/i386/t-crtfm: Compile crtfastmath.o with
15275         -minline-all-stringops.
15276         * config/i386/cygwin.h (ENDFILE_SPECS): Add crtfastmath.o.
15277         * config/i386/mingw32.h (ENDFILE_SPECS): Add crtfastmath.o.
15278
15279 2007-05-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15280
15281         * doc/md.texi: Document constraints on HP PA-RISC.
15282
15283         * pa/constraints.md: New file.
15284         * pa.md: Include constraints.md.
15285         * pa.c (cint_ok_for_move): Avoid using CONST_OK_FOR_LETTER_P.
15286         (integer_store_memory_operand, ldil_cint_p): New functions.
15287         * pa-protos.h (integer_store_memory_operand, ldil_cint_p): Declare.
15288         * pa.h (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
15289         IS_RELOADING_PSEUDO_P, EXTRA_CONSTRAINT): Remove.
15290         * pa32-regs.h (REG_CLASS_FROM_LETTER): Remove.
15291         * pa64-regs.h (REG_CLASS_FROM_LETTER): Remove.
15292
15293 2007-05-28  Andrew Pinski  <Andrew_pinski@playstation.sony.com>
15294
15295         PR c/31339
15296         * c-typeck.c (build_unary_op <case PREINCREMENT_EXPR,
15297         case POSTINCREMENT_EXPR, case PREDECREMENT_EXPR,
15298         case POSTDECREMENT_EXPR>): Return the error_mark_node
15299         if either the real or imaginary parts would an
15300         error_mark_node.
15301
15302 2007-05-28  Daniel Berlin  <dberlin@dberlin.org>
15303
15304         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Release LHS SSA
15305         name when we remove it from a call.
15306
15307 2007-05-28  Kazu Hirata  <kazu@codesourcery.com>
15308
15309         * targhooks.c (default_narrow_bitfield): Remove.
15310         * targhooks.h: Remove the prototype for
15311         default_narrow_bitfield.
15312
15313         * langhooks-def.h: Remove the prototype for
15314         hook_get_alias_set_0.
15315         * langhooks.c (hook_get_alias_set_0): Remove.
15316
15317         * global.c (EXECUTE_IF_CONFLICT): Remove.
15318
15319 2007-05-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
15320
15321         PR tree-opt/32100
15322         * fold-const.c (tree_expr_nonnegative_warnv_p): Don't
15323         return true when truth_value_p is true and the type
15324         is of signed:1.
15325
15326 2007-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
15327
15328         * doc/install.texi (Prerequisites): We no longer require Autoconf
15329         2.13 for the top-level.
15330
15331 2007-05-28  Uros Bizjak  <ubizjak@gmail.com>
15332
15333         * target/i386/i386.c (ix86_expand_vector_move): Expand unaligned
15334         memory access via x86_expand_vector_move_misalign() only for
15335         TImode values on 32-bit targets.
15336
15337 2007-05-28  Razya Ladelsky  <razya@il.ibm.com>
15338
15339         * matrix-reorg.c: New file. Implement matrix flattening and
15340         transposing optimization.
15341         * tree-pass.h: Add matrix reorg pass.
15342         * common.opt: Add fipa-mreorg flag.
15343         * Makefile.in: Add matrix-reorg.c.
15344         * passes.c: Add matrix reorg pass.
15345         * varpool.c (add_new_static_var): New function.
15346         * cgraph.h (add_new_static_var): Declare.
15347
15348 2007-05-27  Eric Christopher  <echristo@apple.com>
15349
15350         * config/rs6000/rs6000.c (rs6000_emit_prologue): Update
15351         sp_offset depending on stack size. Save r12 depending
15352         on registers we're saving later.
15353         (rs6000_emit_epilogue): Update sp_offset depending only
15354         on stack size.
15355
15356 2007-05-27  Zdenek Dvorak  <dvorakz@suse.cz>
15357
15358         * tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.
15359         * tree-chrec.c (evolution_function_is_invariant_rec_p): Ditto.
15360         * ifcvt.c (if_convert): Ditto.
15361         * tree-ssa-threadupdate.c (thread_block): Ditto.
15362         (thread_through_all_blocks): Ditto.  Assert that loops were analysed.
15363         * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
15364         verify_loop_closed_ssa): Check number_of_loops instead of
15365         current_loops.
15366         * predict.c (tree_estimate_probability): Ditto.
15367         * tree-if-conv.c (main_tree_if_conversion): Ditto.
15368         * tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
15369         * modulo-sched.c (sms_schedule): Ditto.
15370         * tree-scalar-evolution.c (scev_const_prop): Ditto.
15371         (scev_finalize): Do not do anything if scev analysis was not
15372         initialized.
15373         * cfgloopanal.c (mark_irreducible_loops): Do not check whether
15374         current_loops == NULL.
15375         (mark_loop_exit_edges): Check number_of_loops instead of current_loops.
15376         * loop-init.c (loop_optimizer_init): Do not free current_loops when
15377         there are no loops.
15378         (loop_optimizer_finalize): Assert that loops were analyzed.
15379         (rtl_move_loop_invariants, rtl_unswitch, rtl_unroll_and_peel_loops,
15380         rtl_doloop): Check number_of_loops instead of current_loops.
15381         * tree-ssa-loop.c (tree_loop_optimizer_init): Do not check whether
15382         current_loops == NULL.
15383         (tree_ssa_loop_init, tree_ssa_loop_im, tree_ssa_loop_unswitch,
15384         gate_tree_vectorize tree_linear_transform, check_data_deps,
15385         tree_ssa_loop_ivcanon, tree_ssa_empty_loop, tree_ssa_loop_bounds,
15386         tree_complete_unroll, tree_ssa_loop_prefetch, tree_ssa_loop_ivopts):
15387         Check number_of_loops instead of current_loops.
15388         (tree_ssa_loop_done): Do not check whether current_loops == NULL.
15389         * tree-ssa-pre.c (fini_pre): Do not take do_fre argument.  Always
15390         free loops if available.
15391         (execute_pre): Do not pass do_fre to fini_pre.
15392
15393 2007-05-27  Tobias Burnus  <burnus@net-b.de>
15394
15395         PR middle-end/32083
15396         * real.c (mpfr_from_real): Fix sign of -Inf.
15397
15398 2007-05-27  H.J. Lu  <hongjiu.lu@intel.com>
15399
15400         * tree-vect-transform.c (vectorizable_conversion): Initialize
15401         tree_code variables to ERROR_MARK.
15402         (vectorizable_type_demotion): Likewise.
15403         (vectorizable_type_promotion): Likewise.
15404
15405 2007-05-26  Uros Bizjak  <ubizjak@gmail.com>
15406
15407         PR target/32065
15408         * config/i386/i386.md (movti): Handle push operands via
15409         ix86_expand_push().
15410
15411 2007-05-26  Kazu Hirata  <kazu@codesourcery.com>
15412
15413         * basic-block.h: Remove the prototype for merge_seq_blocks.
15414         * cfgcleanup.c (merge_seq_blocks): Remove.
15415
15416         * tree-flow.h: Remove the prototype for is_aliased_with.
15417         * tree-ssa-alias.c (is_aliased_with): Remove.
15418
15419 2007-05-26  H.J. Lu  <hongjiu.lu@intel.com>
15420
15421         * config/i386/i386-protos.h (ix86_expand_sse4_unpack): New.
15422
15423         * config/i386/i386.c (ix86_expand_sse4_unpack): New.
15424
15425         * config/i386/sse.md (vec_unpacku_hi_v16qi): Call
15426         ix86_expand_sse4_unpack if SSE4.1 is enabled.
15427         (vec_unpacks_hi_v16qi): Likewise.
15428         (vec_unpacku_lo_v16qi): Likewise.
15429         (vec_unpacks_lo_v16qi): Likewise.
15430         (vec_unpacku_hi_v8hi): Likewise.
15431         (vec_unpacks_hi_v8hi): Likewise.
15432         (vec_unpacku_lo_v8hi): Likewise.
15433         (vec_unpacks_lo_v8hi): Likewise.
15434         (vec_unpacku_hi_v4si): Likewise.
15435         (vec_unpacks_hi_v4si): Likewise.
15436         (vec_unpacku_lo_v4si): Likewise.
15437         (vec_unpacks_lo_v4si): Likewise.
15438
15439 2007-05-26  Kazu Hirata  <kazu@codesourcery.com>
15440
15441         * c-typeck.c, config/arm/arm.c, config/darwin.c,
15442         config/sh/symbian.c, gcc.c, ipa-cp.c, ipa-inline.c, loop-iv.c,
15443         omega.c, tree-ssa-loop-niter.c, treestruct.def: Fix typos and
15444         follow spelling conventions in various
15445         warning/error/diagnostic messages.
15446
15447         * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c,
15448         df-problems.c, df-scan.c, domwalk.c, ebitmap.c, ebitmap.h,
15449         fold-const.c, gcc.c, ipa-type-escape.c, omega.c, omega.h,
15450         tree-ssa-coalesce.c, tree-ssa-live.c, tree-ssa-structalias.c,
15451         tree-vrp.c: Fix comment typos.  Follow spelling conventions.
15452         * doc/tm.texi: Follow spelling conventions.
15453
15454 2007-05-25  Andrew Pinski  <andrew_pinski@playstation.sony.com>
15455
15456         PR tree-opt/32090
15457         * tree-ssa-forwprop.c
15458         (forward_propagate_addr_into_variable_array_index): Remove
15459         the lhs argument.  Use the type of def_rhs instead of lhs.
15460         (forward_propagate_addr_expr_1): Update use of
15461         forward_propagate_addr_into_variable_array_index.
15462
15463 2007-05-25  Sandra Loosemore  <sandra@codesourcery.com>
15464             Nigel Stephens  <nigel@mips.com>
15465
15466         * config/mips/mips.c (mips_attribute_table): Add "near" and "far"
15467         function attributes, "far" being an alias for "long_call".
15468         (TARGET_COMP_TYPE_ATTRIBUTES): Define as mips_comp_type_attributes.
15469         (mips_near_type_p, mips_far_type_p): New.
15470         (mips_comp_type_attributes): New function to check that attributes
15471         attached to a function type are compatible.
15472         (mips_output_mi_thunk): Test SYMBOL_REF_LONG_CALL_P() rather than
15473         TARGET_LONG_CALLS when deciding whether we can do a direct sibcall
15474         to the target function of the thunk.
15475         (mips_encode_section_info): Check for "near" and "far" function
15476         attributes, and always set the SYMBOL_FLAG_LONG_CALL bit explicitly.
15477
15478         * config/mips/predicates.md (const_call_insn_operand): Test only
15479         SYMBOL_REF_LONG_CALL_P() and not TARGET_LONG_CALLS.
15480
15481         * doc/extend.texi (Function Attributes): Document MIPS "near" and
15482         "far" attributes.
15483
15484         * testsuite/gcc.target/mips/near-far-1.c: New test case.
15485         * testsuite/gcc.target/mips/near-far-2.c: New test case.
15486         * testsuite/gcc.target/mips/near-far-3.c: New test case.
15487         * testsuite/gcc.target/mips/near-far-4.c: New test case.
15488
15489 2007-05-25  Eric Christopher  <echristo@apple.com>
15490
15491         * config.gcc: Add i386/t-fprules-softfp64 and soft-fp/t-softfp
15492         to x86-darwin configurations.
15493         * config/i386/t-darwin: Add softfp support.
15494         * config/i386/t-darwin64: Ditto.
15495         * config/i386/sfp-machine.h: If mach then don't use
15496         aliasing, emit a stub to call.
15497
15498 2007-05-25  Kazu Hirata  <kazu@codesourcery.com>
15499
15500         * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c,
15501         haifa-sched.c, optabs.h, tree-affine.c, tree-data-ref.c,
15502         tree-predcom.c, tree-ssa-alias-warnings.c,
15503         tree-ssa-forwprop.c, tree-vect-analyze.c, tree-vrp.c: Fix
15504         comment typos.  Follow spelling conventions.
15505         * doc/cpp.texi, doc/invoke.texi: Fix typos.
15506
15507 2007-05-26  Uros Bizjak  <ubizjak@gmail.com>
15508
15509         PR target/32065
15510         * target/i386/i386.c (ix86_expand_vector_move): Force SUBREGs of
15511         constants into memory.  Expand unaligned memory references for
15512         SSE modes via x86_expand_vector_move_misalign() function.
15513
15514 2007-05-25  Uros Bizjak  <ubizjak@gmail.com>
15515
15516         * config/i386/sse.md (*vec_extractv2di_1_sse2): Do not calculate
15517         "memory" attribute for "sseishft" type insn without operands[2].
15518
15519 2007-05-25  Dirk Mueller  <dmueller@suse.de>
15520             Marcus Meissner <meissner@suse.de>
15521
15522         * doc/extend.texi (alloc_size): New attribute.
15523         * c-common.c (handle_alloc_size_attribute): New.
15524         * tree-object-size.c (alloc_object_size): Use alloc_size
15525         attribute, if available.
15526
15527 2007-05-25  H.J. Lu  <hongjiu.lu@intel.com>
15528
15529         * config/i386/i386.c (__builtin_ia32_vec_ext_v2df): Mark it
15530         with MASK_SSE2.
15531         (__builtin_ia32_vec_ext_v2di): Likewise.
15532         (__builtin_ia32_vec_ext_v4si): Likewise.
15533         (__builtin_ia32_vec_ext_v8hi): Likewise.
15534         (__builtin_ia32_vec_ext_v16qi): Likewise.
15535         (__builtin_ia32_vec_set_v8hi): Likewise.
15536
15537 2007-05-25  H.J. Lu  <hongjiu.lu@intel.com>
15538
15539         * config/i386/sse.md (*vec_extractv2di_1_sse2): Correct shift.
15540
15541 2007-05-25  Richard Sandiford  <richard@codesourcery.com>
15542
15543         * config/arm/arm-protos.h (arm_encode_call_attribute): Delete.
15544         (arm_is_longcall_p): Rename to...
15545         (arm_is_long_call_p): ...this.  Take a single tree argument and
15546         return a bool.
15547         * config/arm/arm.h (CALL_SHORT, CALL_LONG, CALL_NORMAL): Delete.
15548         (CUMULATIVE_ARGS): Remove call_cookie.
15549         (SHORT_CALL_FLAG_CHAR, LONG_CALL_FLAG_CHAR, ENCODED_SHORT_CALL_ATTR_P)
15550         (ENCODED_LONG_CALL_ATTR_P): Delete.
15551         (ARM_NAME_ENCODING_LENGTHS): Remove SHORT_CALL_FLAG_CHAR and
15552         LONG_CALL_FLAG_CHAR cases.
15553         (ARM_DECLARE_FUNCTION_SIZE): Delete.
15554         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Don't use
15555         ARM_DECLARE_FUNCTION_SIZE.
15556         * config/arm/arm.c (arm_init_cumulative_args): Don't set call_cookie.
15557         (arm_function_arg): Return const0_rtx for VOIDmode arguments.
15558         (arm_encode_call_attribute, current_file_function_operand): Delete.
15559         (arm_function_in_section_p): New function.
15560         (arm_is_longcall_p): Rename to...
15561         (arm_is_long_call_p): ...this.  Take the target function as a single
15562         argument and return a bool.  Do not rely on call cookies.  Check
15563         whether the target symbol is in the same section as the current
15564         function, not just the same compilation unit.
15565         (arm_function_ok_for_sibcall): Use arm_is_long_call_p.
15566         (arm_encode_section_info): Don't encode a call type.
15567         * config/arm/arm.md (call, call_value): Update calls to
15568         arm_is_long(_)call_p.  Simplify logic.
15569         (*call_symbol, *call_value_symbol, *call_insn, *call_value_insn):
15570         Update calls to arm_is_long(_)call_p.
15571
15572 2007-05-25  Richard Guenther  <rguenther@suse.de>
15573
15574         PR tree-optimization/31982
15575         * tree-ssa-forwprop.c
15576         (forward_propagate_addr_into_variable_array_index): Handle arrays
15577         with element size one.
15578
15579 2007-05-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
15580
15581         * config/spu/spu.md (smulsi3_highpart): Unshare the rtl chain.
15582         (umulsi3_highpart): Likewise.
15583
15584 2007-05-24  Ian Lance Taylor  <iant@google.com>
15585
15586         PR rtl-optimization/32069
15587         * regclass.c (regclass): Don't crash if the entry in regno_reg_rtx
15588         is NULL.
15589
15590 2007-05-24  Ollie Wild  <aaw@google.com>
15591
15592         * doc/cpp.texi (Common Predefined Macros): Add __COUNTER__
15593         description.
15594
15595 2007-05-24  Richard Sandiford  <rsandifo@nildram.co.uk>
15596
15597         * postreload-gcse.c (reg_changed_after_insn_p): New function.
15598         (oprs_unchanged_p): Use it to check all registers in a REG.
15599         (record_opr_changes): Look for clobbers in CALL_INSN_FUNCTION_USAGE.
15600         (reg_set_between_after_reload_p): Delete.
15601         (reg_used_between_after_reload_p): Likewise.
15602         (reg_set_or_used_since_bb_start): Likewise.
15603         (eliminate_partially_redundant_load): Use reg_changed_after_insn_p
15604         and reg_used_between_p instead of reg_set_or_used_since_bb_start.
15605         Use reg_set_between_p instead of reg_set_between_after_reload_p.
15606         * rtlanal.c (reg_set_p): Check whether REG overlaps
15607         regs_invalidated_by_call, rather than just checking the
15608         membership of REGNO (REG).
15609
15610 2007-05-24  Zdenek Dvorak  <dvorakz@suse.cz>
15611
15612         * doc/passes.texi: Document predictive commoning.
15613         * doc/invoke.texi (-fpredictive-commoning): Document.
15614         * opts.c (decode_options): Enable flag_predictive_commoning on -O3.
15615         * tree-ssa-loop-im.c (get_lsm_tmp_name): Export.  Allow
15616         adding indices to the generated name.
15617         (schedule_sm): Pass 0 to get_lsm_tmp_name.
15618         * tree-ssa-loop-niter.c (stmt_dominates_stmt_p): Export.
15619         * tree-pretty-print.c (op_symbol_1): Renamed to ...
15620         (op_symbol_code): ... and exported.
15621         (dump_omp_clause, op_symbol): Use op_symbol_code
15622         instead of op_symbol_1.
15623         * tree-pass.h (pass_predcom): Declare.
15624         * timevar.def (TV_PREDCOM): New timevar.
15625         * tree-ssa-loop.c (run_tree_predictive_commoning,
15626         gate_tree_predictive_commoning, pass_predcom): New.
15627         * tree-data-ref.c (find_data_references_in_loop): Find the
15628         references in dominance order.
15629         (canonicalize_base_object_address): Ensure that the result has
15630         pointer type.
15631         (dr_analyze_innermost): Export.
15632         (create_data_ref): Code to fail for references with invariant
15633         address moved ...
15634         (find_data_references_in_stmt): ... here.
15635         * tree-data-ref.h (dr_analyze_innermost): Declare.
15636         * tree-affine.c: Include tree-gimple.h and hashtab.h.
15637         (aff_combination_find_elt, name_expansion_hash,
15638         name_expansion_eq, tree_to_aff_combination_expand,
15639         double_int_constant_multiple_p, aff_combination_constant_multiple_p):
15640         New functions.
15641         * tree-affine.h (aff_combination_constant_multiple_p,
15642         tree_to_aff_combination_expand): Declare.
15643         * tree-predcom.c: New file.
15644         * common.opt (fpredictive-commoning): New option.
15645         * tree-flow.h (op_symbol_code, tree_predictive_commoning,
15646         stmt_dominates_stmt_p, get_lsm_tmp_name): Declare.
15647         * Makefile.in (tree-predcom.o): Add.
15648         (tree-affine.o): Add TREE_GIMPLE_H dependency.
15649         * passes.c (init_optimization_passes): Add dceloop after
15650         copy propagation in loop optimizer.  Add predictive commoning
15651         to loop optimizer passes.
15652
15653 2007-05-24  H.J. Lu  <hongjiu.lu@intel.com>
15654
15655         * target-def.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Correct
15656         default hook.
15657
15658 2007-05-24  Jan Hubicka  <jh@suse.cz>
15659
15660         * gengenrtl.c (gendecl, gendef): Output the gens annotated for
15661         statistics.
15662         (genheader): Include statistics.h.
15663
15664         * doc/invoke.texi (-fdump-unnumbered): Update docs when line number
15665         notes are gone.
15666         * print-rtl.c (flag_dump_unnumbered): Update comments.
15667         (print_rtl): Fix my previous change.
15668         * emit-rtl.c (emit_note_before, emit_note_after): Clear out note
15669         specific data.
15670
15671 2007-05-24  Zdenek Dvorak  <dvorakz@suse.cz>
15672
15673         PR middle-end/32018
15674         * tree-ssa-threadupdate.c (thread_through_loop_header): Use
15675         set_loop_copy.
15676         (thread_through_all_blocks): Call initialize_original_copy_tables
15677         and free_original_copy_tables.
15678         * cfgloopmanip.c (duplicate_loop, duplicate_loop_to_header_edge):
15679         Use set_loop_copy.
15680         * tree-cfg.c (tree_duplicate_sese_region): Ditto.
15681         * cfghooks.c (duplicate_block): Use get_loop_copy.
15682         * cfg.c: Include cfgloop.h.
15683         (loop_copy): New hash table.
15684         (initialize_original_copy_tables): Initialize loop_copy table.
15685         (free_original_copy_tables): Free loop_copy table.
15686         (copy_original_table_clear, copy_original_table_set,
15687         set_loop_copy, get_loop_copy): New functions.
15688         (set_bb_original, set_bb_copy): Use copy_original_table_set.
15689         * cfgloop.h (struct loop): Remove copy field.
15690         * Makefile.in (cfg.o): Add CFGLOOP_H dependency.
15691         * basic-block.h (set_loop_copy, get_loop_copy): Declare.
15692
15693 2007-05-24  H.J. Lu  <hongjiu.lu@intel.com>
15694
15695         * config/i386/i386.c (ix86_handle_option): Handle SSE4.1 for
15696         -msse/-msse2/-msse3.
15697
15698 2007-05-24  H.J. Lu  <hongjiu.lu@intel.com>
15699
15700         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Mark
15701         __builtin_ia32_vec_set_v2di with MASK_64BIT.
15702
15703 2007-05-24  Danny Smith  <dannysmith@users.sourceforge.net>
15704
15705         PR target/27067
15706         * doc/tm.texi (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Document.
15707         * targhooks.h (default_mangle_decl_assembler_name): Declare
15708         default hook.
15709         * targhooks.c (default_mangle_decl_assembler_name): Define
15710         default hook.
15711         * target-def.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME) New. Set to
15712         default hook.
15713         * target.h (struct gcc_target): Add mangle_decl_assembler_name field.
15714         * langhooks.c (lhd_set_decl_assembler_name): Call
15715         targetm.mangle_decl_assembler_name for names with global scope.
15716
15717         * config/i386/cygming.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME) Override
15718         default.
15719         (ASM_OUTPUT_DEF_FROM_DECLS): Simplify to use DECL_ASSEMBLER_NAME.
15720         * config/i386/i386-protos.h (i386_pe_mangle_decl_assembler_name):
15721         Declare.
15722         * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
15723         New. Factored out of i386_pe_encode_section_info.
15724         (gen_stdcall_or_fastcall_suffix): Get name identifier as argument.
15725         Move check for prior decoration of stdcall
15726         symbols to i386_pe_encode_section_info.
15727         (i386_pe_encode_section_info): Adjust call to
15728         gen_stdcall_or_fastcall_suffix.  Use
15729         i386_pe_maybe_mangle_decl_assembler_name, if needed.
15730         (i386_pe_mangle_decl_assembler_name): New. Wrap
15731         i386_pe_maybe_mangle_decl_assembler_name.
15732
15733 2007-05-16  Rafael Avila de Espindola  <espindola@google.com>
15734
15735         * c-common.c (c_common_signed_or_unsigned_type): Delay the check for
15736         INTEGRAL_TYPE_P and TYPE_UNSIGNED.
15737         * langhooks.c (get_signed_or_unsigned_type): Don't check for
15738         INTEGRAL_TYPE_P or TYPE_UNSIGNED.
15739         (lhd_signed_or_unsigned_type): Check for INTEGRAL_TYPE_P and
15740         TYPE_UNSIGNED.
15741
15742 2007-05-23  Sandra Loosemore  <sandra@codesourcery.com>
15743             Nigel Stephens  <nigel@mips.com>
15744             Richard Sandiford  <richard@codesourcery.com>
15745
15746         Fix up MIPS16 hard float and add support for complex.
15747
15748         * config/mips/mips.h (TARGET_HARD_FLOAT_ABI): New.
15749         (TARGET_SOFT_FLOAT_ABI): New.
15750         (TARGET_CPU_CPP_BUILTINS): Define __mips_hard_float and
15751         __mips_soft_float to reflect the ABI in use, not whether the
15752         FPU is directly accessible (e.g., in MIPS16 mode).
15753         (UNITS_PER_HWFPVALUE): Use TARGET_SOFT_FLOAT_ABI.
15754         (UNITS_PER_FPVALUE): Likewise.
15755
15756         * config/mips/mips.c (mips_expand_call): Remove redundant
15757         TARGET_MIPS16 check.
15758         (mips_arg_regno): New.
15759         (function_arg_advance): When setting bits in cum->fp_code for
15760         MIPS16, don't subtract 1 from cum->arg_number, since it is now
15761         zero-based.
15762         (function_arg): Use mips_arg_regno.
15763         (mips_return_mode_in_fpr_p): New.
15764         (mips16_call_stub_mode_suffix): New.
15765         (mips16_cfun_returns_in_fpr_p): New.
15766         (mips_save_reg_p): Use mips16_cfun_returns_in_fpr_p.
15767         (mips_output_function_prologue): Test mips16_hard_float, not
15768         !TARGET_SOFT_FLOAT, to decide when a function stub is required.
15769         (mips_expand_epilogue): Call MIPS16 helper routines to copy
15770         return value into a floating-point register.
15771         (mips_can_use_return_insn): Use mips16_cfun_returns_in_fpr_p.
15772         (mips_function_value): Rewrite to use mips_return_mode_in_fpr_p.
15773         (mips16_fp_args): Handle MIPS32r2 ISA which supports
15774         TARGET_FLOAT64, and use mfhc1/mthc1 to copy the most significant
15775         word of double arguments from or to the high bits of 64-bit
15776         floating point registers.
15777         (build_mips16_function_stub): Fill in DECL_RESULT for stubdecl.
15778         (mips16_fpret_double): New helper function.
15779         (build_mips16_call_stub): Use mips16_return_mode_in_fpr_p.  Add
15780         support for complex modes.  Fill in DECL_RESULT for stubdecl.
15781         (mips_init_libfuncs): Remove redundant TARGET_MIPS16 check.
15782
15783         * config/mips/mips16.S
15784         (RET, ARG1, ARG2): New.
15785         (MERGE_GPRf, MERGE_GPRt): New.
15786         (DELAYt, DELAYf): New.
15787         (MOVE_SF_BYTE0, MOVE_SI_BYTE0): New.
15788         (MOVE_SF_BYTE4, MOVE_SF_BYTE8): New.
15789         (MOVE_DF_BYTE0, MOVE_DF_BYTE8): New.
15790         (MOVE_SF_RET, MOVE_SC_RET, MOVE_DF_RET, MOVE_DC_RET, MOVE_SI_RET): New.
15791         (SFOP): Renamed to...
15792         (OPSF3): This, and macro-ified.  Updated all uses.
15793         (SFOP2): Renamed to...
15794         (OPSF2): This, and macro-ified.  Updated all uses.
15795         (SFCMP): Renamed to...
15796         (CMPSF): This, and macro-ified.  Updated all uses.
15797         (SFREVCMP): Renamed to...
15798         (REVCMPSF): This, and macro-ified.  Updated all uses.
15799         (__mips16_floatsisf, __mips16_fix_truncsfsi): Macro-ified.
15800         (LDDBL1, LDDBL2, RETDBL): Deleted.
15801         (DFOP): Renamed to...
15802         (OPDF3): This, and macro-ified.  Updated all uses.
15803         (DFOP2): Renamed to...
15804         (OPDF2): This, and macro-ified.  Updated all uses.
15805         (__mips16_extendsfdf2, __mips16_truncdfsf2): Macro-ified.
15806         (DFCMP): Renamed to...
15807         (CMPDF): This, and macro-ified.  Updated all uses.
15808         (DFREVCMP): Renamed to...
15809         (REVCMPDF): This, and macro-ified.  Updated all uses.
15810         (__mips16_floatsidf, __mips16_fix_truncdfsi): Macro-ified.
15811         (RET_FUNCTION): New.
15812         (__mips16_ret_sf, __mips16_ret_df): Macro-ified.
15813         (__mips16_ret_sc, __mips16_ret_dc): New.
15814         (STUB_ARGS_0, STUB_ARGS_1, STUB_ARGS_5, STUB_ARGS_9, STUB_ARGS_2,
15815         STUB_ARGS_6, STUB_ARGS_10): New.
15816         (CALL_STUB_NO_RET): New.
15817         (__mips16_call_stub_1): Macro-ified.
15818         (__mips16_call_stub_5): Macro-ified.
15819         (__mips16_call_stub_2): Macro-ified.
15820         (__mips16_call_stub_6): Macro-ified.
15821         (__mips16_call_stub_9): Macro-ified.
15822         (__mips16_call_stub_10): Macro-ified.
15823         (CALL_STUB_RET): New.
15824         (__mips16_call_stub_sf_0): Macro-ified.
15825         (__mips16_call_stub_sf_1): Macro-ified.
15826         (__mips16_call_stub_sf_5): Macro-ified.
15827         (__mips16_call_stub_sf_2): Macro-ified.
15828         (__mips16_call_stub_sf_6): Macro-ified.
15829         (__mips16_call_stub_sf_9): Macro-ified.
15830         (__mips16_call_stub_sf_10): Macro-ified.
15831         (__mips16_call_stub_df_0): Macro-ified.
15832         (__mips16_call_stub_df_1): Macro-ified.
15833         (__mips16_call_stub_df_5): Macro-ified.
15834         (__mips16_call_stub_df_2): Macro-ified.
15835         (__mips16_call_stub_df_6): Macro-ified.
15836         (__mips16_call_stub_df_9): Macro-ified.
15837         (__mips16_call_stub_df_10): Macro-ified.
15838         (__mips16_call_stub_sc_0): New.
15839         (__mips16_call_stub_sc_1): New.
15840         (__mips16_call_stub_sc_5): New.
15841         (__mips16_call_stub_sc_2): New.
15842         (__mips16_call_stub_sc_6): New.
15843         (__mips16_call_stub_sc_9): New.
15844         (__mips16_call_stub_sc_10): New.
15845         (__mips16_call_stub_dc_0): New.
15846         (__mips16_call_stub_dc_1): New.
15847         (__mips16_call_stub_dc_5): New.
15848         (__mips16_call_stub_dc_2): New.
15849         (__mips16_call_stub_dc_6): New.
15850         (__mips16_call_stub_dc_9): New.
15851         (__mips16_call_stub_dc_10): New.
15852
15853         * config/mips/t-elf (LIB1ASMFUNCS): Add MIPS16 floating-point stubs.
15854         * config/mips/t-isa3264 (LIB1ASMFUNCS): Likewise.
15855         * config/mips/t-r2900 (LIB1ASMFUNCS): Likewise.
15856
15857 2007-05-23  Ian Lance Taylor  <iant@google.com>
15858
15859         * doc/invoke.texi (Invoking GCC): Document that the order of the
15860         -l option matters.
15861
15862 2007-05-23  Chen Liqin  <liqin@sunnorth.com.cn>
15863
15864         PR target/30987
15865         * config/score/misc.md (bitclr_c, bitset_c, bittgl_c): Remove.
15866         * config/score/predicate.md (const_pow2, const_npow2): Remove.
15867         * config/score/score.h (ASM_OUTPUT_EXTERNAL): Add ASM_OUTPUT_EXTERNAL
15868         undef.
15869
15870         PR target/30474
15871         * config/score/score.c (score_print_operand): Make sure that only
15872         lower bits are used.
15873
15874 2007-05-22  Ian Lance Taylor  <iant@google.com>
15875
15876         * tree-vrp.c (avoid_overflow_infinity): New static function,
15877         broken out of set_value_range_to_value.
15878         (set_value_range_to_value): Call avoid_overflow_infinity.
15879         (extract_range_from_assert): Likewise.
15880
15881 2007-05-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
15882
15883         PR middle-end/31095
15884          * builtins.c (expand_builtin_memmove_args): Strip nops that don't
15885         change the type before looking for a COMPOUND_EXPR.
15886
15887 2007-05-22  Ian Lance Taylor  <iant@google.com>
15888
15889         * lower-subreg.c (decompose_multiword_subregs): If we change an
15890         insn, call remove_retval_note on it.
15891
15892 2007-05-22  Richard Sandiford  <rsandifo@nildram.co.uk>
15893
15894         * regs.h (end_hard_regno): New function.
15895         (END_HARD_REGNO, END_REGNO): New macros.
15896         (add_to_hard_reg_set): New function.
15897         (remove_from_hard_reg_set): Likewise.
15898         (in_hard_reg_set_p): Likewise.
15899         (overlaps_hard_reg_set_p): Likewise.
15900         * bt-load.c (find_btr_reference): Use overlaps_hard_reg_set_p.
15901         (note_btr_set): Use END_HARD_REGNO.
15902         * caller-save.c (setup_save_areas): Use end_hard_regno.
15903         (mark_set_regs): Use END_HARD_REGNO.
15904         (add_stored_regs): Use end_hard_regno.
15905         (mark_referenced_regs): Use add_to_hard_reg_set.
15906         * combine.c (update_table_tick): Use END_REGNO.
15907         (record_value_for_reg): Likewise.
15908         (record_dead_and_set_regs): Likewise.
15909         (get_last_value_validate): Likewise.
15910         (use_crosses_set_p): Likewise.
15911         (reg_dead_at_p_1): Likewise.
15912         (reg_dead_at_p): Likewise.
15913         (mark_used_regs_combine): Use add_to_hard_reg_set.
15914         (move_deaths): Use END_HARD_REGNO.
15915         (reg_bitfield_target_p): Use end_hard_regno.
15916         (distribute_notes): Use END_HARD_REGNO.
15917         * cse.c (mention_regs): Use END_REGNO.
15918         (insert): Use add_to_hard_reg_set.
15919         (invalidate): Use END_HARD_REGNO.
15920         (invalidate_for_call): Likewise.
15921         (exp_equiv_p): Use END_REGNO.
15922         (cse_insn): Likewise.
15923         * cselib.c (cselib_invalidate_regno): Use end_hard_regno.
15924         * df-problems.c (df_urec_mark_reg_change): Use END_HARD_REGNO.
15925         * df-scan.c (df_ref_record): Use END_HARD_REGNO.
15926         * function.c (keep_stack_depressed): Use end_hard_regno.
15927         * global.c (global_alloc): Use end_hard_regno.
15928         (global_conflicts): Use add_to_hard_reg_set instead of
15929         mark_reg_live_nc.
15930         (find_reg): Likewise.
15931         (mark_reg_store): Likewise.
15932         (mark_reg_conflicts): Likewise.
15933         (mark_reg_death): Use remove_from_hard_reg_set.
15934         (mark_reg_live_nc): Delete.
15935         (set_preference): Use end_hard_regno.
15936         * local-alloc.c (mark_life): Use add_to_hard_reg_set and
15937         remove_from_hard_reg_set.
15938         (post_mark_life): Use add_to_hard_reg_set.
15939         * mode-switching.c (reg_dies): Use remove_from_hard_reg_set.
15940         (reg_becomes_live): Use add_to_hard_reg_set.
15941         * recog.c (reg_fits_class_p): Use in_hard_reg_set_p.
15942         (peep2_find_free_register): Use add_to_hard_reg_set.
15943         * reg-stack.c (convert_regs_exit): Use END_HARD_REGNO.
15944         * regclass.c (record_reg_classes): Use in_hard_reg_set_p.
15945         * regrename.c (note_sets): Use add_to_hard_reg_set.
15946         (clear_dead_regs): Use remove_from_hard_reg_set.
15947         (regrename_optimize): Use add_to_hard_reg_set.
15948         (find_oldest_value_reg): Use in_hard_reg_set_p.
15949         * reload.c (push_reload): Use in_hard_reg_set_p and end_hard_regno.
15950         (hard_reg_set_here_p): Use end_hard_regno.
15951         (decompose): Likewise.
15952         (reg_overlap_mentioned_for_reload_p): Use END_HARD_REGNO.
15953         (find_equiv_reg): Use in_hard_reg_set_p and end_hard_regno.
15954         * reload1.c (compute_use_by_pseudos): Use add_to_hard_reg_set.
15955         (mark_home_live): Use end_hard_regno.
15956         (spill_hard_reg): Likewise.
15957         (clear_reload_reg_in_use): Likewise.
15958         * reorg.c (delete_prior_computation): Use END_REGNO.
15959         * resource.c (update_live_status): Use END_HARD_REGNO.
15960         (mark_referenced_resources): Use add_to_hard_reg_set.
15961         (mark_set_resources): Likewise.
15962         (mark_target_live_regs): Likewise.  Use remove_from_hard_reg_set.
15963         * rtlanal.c (refers_to_regno_p): Use END_REGNO.
15964         (reg_overlap_mentioned_p): Likewise.
15965         (dead_or_set_p): Likewise.  Use an exclusive upper loop bound.
15966         (covers_regno_no_parallel_p): Use END_REGNO.
15967         (find_regno_note): Likewise.
15968         (find_reg_fusage): Use END_HARD_REGNO.
15969         * stmt.c (decl_overlaps_hard_reg_set_p): Use overlaps_hard_reg_set_p.
15970         * var-tracking.c (emit_note_insn_var_location): Use end_hard_regno.
15971
15972 2007-05-22  Richard Sandiford  <rsandifo@nildram.co.uk>
15973
15974         * mode-switching.c (reg_dies): Change type of second argument to
15975         "HARD_REG_SET *".
15976         (optimize_mode_switching): Update accordingly.
15977
15978 2007-05-22  Richard Sandiford  <richard@codesourcery.com>
15979
15980         * hard-reg-set.h (GO_IF_HARD_REG_SUBSET, GO_IF_HARD_REG_EQUAL): Delete
15981         in favor of...
15982         (hard_reg_subset_p, hard_reg_sets_equal_p, hard_reg_sets_intersect_p)
15983         (hard_reg_set_empty_p): ...these new functions.
15984         * bt-load.c (choose_btr): Use hard_reg_subset_p instead of
15985         GO_IF_HARD_REG_SUBSET.
15986         * cfgcleanup.c (old_insns_match_p): Use hard_reg_sets_equal_p
15987         instead of GO_IF_HARD_REG_EQUAL.
15988         * df-problems.c (df_urec_local_compute): Use hard_reg_set_empty_p
15989         instead of GO_IF_HARD_REG_EQUAL.
15990         * global.c (find_reg): Use hard_reg_set_empty_p instead of
15991         GO_IF_HARD_REG_SUBSET.
15992         (modify_reg_pav): Use hard_reg_set_empty_p instead of
15993         GO_IF_HARD_REG_EQUAL.
15994         * local-alloc.c (find_free_reg): Use hard_reg_subset_p instead
15995         of GO_IF_HARD_REG_SUBSET.
15996         * reg-stack.c (change_stack, convert_regs_1): Use hard_reg_sets_equal_p
15997         instead of GO_IF_HARD_REG_EQUAL.
15998         * regclass.c (init_reg_sets_1, reg_scan_mark_refs): Use
15999         hard_reg_subset_p instead of GO_IF_HARD_REG_SUBSET.
16000         (reg_classes_intersect_p): Use hard_reg_sets_intersect_p instead
16001         of GO_IF_HARD_REG_SUBSET,
16002         * reload1.c (finish_spills): Use hard_reg_subset_p instead of
16003         GO_IF_HARD_REG_SUBSET.
16004         * struct-equiv.c (death_notes_match_p): Use hard_reg_sets_equal_p
16005         instead of GO_IF_HARD_REG_EQUAL.
16006         * config/sh/sh.c (push_regs, calc_live_regs): Use
16007         hard_reg_sets_intersect_p instead of hard_regs_intersect_p.
16008         (hard_regs_intersect_p): Delete.
16009
16010 2007-05-22  Janis Johnson  <janis187@us.ibm.com>
16011
16012         * doc/sourcebuild.texi (Test Directives) Add dg-message.
16013
16014 2007-05-22  H.J. Lu  <hongjiu.lu@intel.com>
16015             Richard Henderson  <rth@redhat.com>
16016
16017         * config.gcc (i[34567]86-*-*): Add smmintrin.h to
16018         extra_headers.
16019         (x86_64-*-*): Likewise.
16020
16021         * i386/i386-modes.def (V2QI): New.
16022
16023         * config/i386/i386.c (ix86_handle_option): Handle SSE4.1 and
16024         SSE4A.
16025         (override_options): Support SSE4.1.
16026         (IX86_BUILTIN_BLENDPD): New for SSE4.1.
16027         (IX86_BUILTIN_BLENDPS): Likewise.
16028         (IX86_BUILTIN_BLENDVPD): Likewise.
16029         (IX86_BUILTIN_BLENDVPS): Likewise.
16030         (IX86_BUILTIN_PBLENDVB128): Likewise.
16031         (IX86_BUILTIN_PBLENDW128): Likewise.
16032         (IX86_BUILTIN_DPPD): Likewise.
16033         (IX86_BUILTIN_DPPS): Likewise.
16034         (IX86_BUILTIN_INSERTPS128): Likewise.
16035         (IX86_BUILTIN_MOVNTDQA): Likewise.
16036         (IX86_BUILTIN_MPSADBW128): Likewise.
16037         (IX86_BUILTIN_PACKUSDW128): Likewise.
16038         (IX86_BUILTIN_PCMPEQQ): Likewise.
16039         (IX86_BUILTIN_PHMINPOSUW128): Likewise.
16040         (IX86_BUILTIN_PMAXSB128): Likewise.
16041         (IX86_BUILTIN_PMAXSD128): Likewise.
16042         (IX86_BUILTIN_PMAXUD128): Likewise.
16043         (IX86_BUILTIN_PMAXUW128): Likewise.
16044         (IX86_BUILTIN_PMINSB128): Likewise.
16045         (IX86_BUILTIN_PMINSD128): Likewise.
16046         (IX86_BUILTIN_PMINUD128): Likewise.
16047         (IX86_BUILTIN_PMINUW128): Likewise.
16048         (IX86_BUILTIN_PMOVSXBW128): Likewise.
16049         (IX86_BUILTIN_PMOVSXBD128): Likewise.
16050         (IX86_BUILTIN_PMOVSXBQ128): Likewise.
16051         (IX86_BUILTIN_PMOVSXWD128): Likewise.
16052         (IX86_BUILTIN_PMOVSXWQ128): Likewise.
16053         (IX86_BUILTIN_PMOVSXDQ128): Likewise.
16054         (IX86_BUILTIN_PMOVZXBW128): Likewise.
16055         (IX86_BUILTIN_PMOVZXBD128): Likewise.
16056         (IX86_BUILTIN_PMOVZXBQ128): Likewise.
16057         (IX86_BUILTIN_PMOVZXWD128): Likewise.
16058         (IX86_BUILTIN_PMOVZXWQ128): Likewise.
16059         (IX86_BUILTIN_PMOVZXDQ128): Likewise.
16060         (IX86_BUILTIN_PMULDQ128): Likewise.
16061         (IX86_BUILTIN_PMULLD128): Likewise.
16062         (IX86_BUILTIN_ROUNDPD): Likewise.
16063         (IX86_BUILTIN_ROUNDPS): Likewise.
16064         (IX86_BUILTIN_ROUNDSD): Likewise.
16065         (IX86_BUILTIN_ROUNDSS): Likewise.
16066         (IX86_BUILTIN_PTESTZ): Likewise.
16067         (IX86_BUILTIN_PTESTC): Likewise.
16068         (IX86_BUILTIN_PTESTNZC): Likewise.
16069         (IX86_BUILTIN_VEC_EXT_V16QI): Likewise.
16070         (IX86_BUILTIN_VEC_SET_V2DI): Likewise.
16071         (IX86_BUILTIN_VEC_SET_V4SF): Likewise.
16072         (IX86_BUILTIN_VEC_SET_V4SI): Likewise.
16073         (IX86_BUILTIN_VEC_SET_V16QI): Likewise.
16074         (bdesc_ptest): New.
16075         (bdesc_sse_3arg): Likewise.
16076         (bdesc_2arg): Likewise.
16077         (bdesc_1arg): Likewise.
16078         (ix86_init_mmx_sse_builtins): Support SSE4.1.  Handle SSE builtins
16079         with 3 args.
16080         (ix86_expand_sse_4_operands_builtin): New.
16081         (ix86_expand_unop_builtin): Support 2 arg builtins with a constant
16082         smaller than 8 bits as the 2nd arg.
16083         (ix86_expand_sse_ptest): New.
16084         (ix86_expand_builtin): Support SSE4.1. Support 3 arg SSE builtins.
16085         (ix86_expand_vector_set): Support SSE4.1.
16086         (ix86_expand_vector_extract): Likewise.
16087
16088         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
16089         __SSE4_1__ for -msse4.1.
16090
16091         * config/i386/i386.md (UNSPEC_BLENDV): New for SSE4.1.
16092         (UNSPEC_INSERTPS): Likewise.
16093         (UNSPEC_DP): Likewise.
16094         (UNSPEC_MOVNTDQA): Likewise.
16095         (UNSPEC_MPSADBW): Likewise.
16096         (UNSPEC_PHMINPOSUW): Likewise.
16097         (UNSPEC_PTEST): Likewise.
16098         (UNSPEC_ROUNDP): Likewise.
16099         (UNSPEC_ROUNDS): Likewise.
16100
16101         * config/i386/i386.opt (msse4.1): New for SSE4.1.
16102
16103         * config/i386/predicates.md (const_pow2_1_to_2_operand): New.
16104         (const_pow2_1_to_32768_operand): Likewise.
16105
16106         * config/i386/smmintrin.h: New. The SSE4.1 intrinsic header
16107         file.
16108
16109         * config/i386/sse.md (*vec_setv4sf_sse4_1): New pattern for
16110         SSE4.1.
16111         (sse4_1_insertps): Likewise.
16112         (*sse4_1_extractps): Likewise.
16113         (sse4_1_ptest): Likewise.
16114         (sse4_1_mulv2siv2di3): Likewise.
16115         (*sse4_1_mulv4si3): Likewise.
16116         (*sse4_1_smax<mode>3): Likewise.
16117         (*sse4_1_umax<mode>3): Likewise.
16118         (*sse4_1_smin<mode>3): Likewise.
16119         (*sse4_1_umin<mode>3): Likewise.
16120         (sse4_1_eqv2di3): Likewise.
16121         (*sse4_1_pinsrb): Likewise.
16122         (*sse4_1_pinsrd): Likewise.
16123         (*sse4_1_pinsrq): Likewise.
16124         (*sse4_1_pextrb): Likewise.
16125         (*sse4_1_pextrb_memory): Likewise.
16126         (*sse4_1_pextrw_memory): Likewise.
16127         (*sse4_1_pextrq): Likewise.
16128         (sse4_1_blendpd): Likewise.
16129         (sse4_1_blendps): Likewise.
16130         (sse4_1_blendvpd): Likewise.
16131         (sse4_1_blendvps): Likewise.
16132         (sse4_1_dppd): Likewise.
16133         (sse4_1_dpps): Likewise.
16134         (sse4_1_movntdqa): Likewise.
16135         (sse4_1_mpsadbw): Likewise.
16136         (sse4_1_packusdw): Likewise.
16137         (sse4_1_pblendvb): Likewise.
16138         (sse4_1_pblendw): Likewise.
16139         (sse4_1_phminposuw): Likewise.
16140         (sse4_1_extendv8qiv8hi2): Likewise.
16141         (*sse4_1_extendv8qiv8hi2): Likewise.
16142         (sse4_1_extendv4qiv4si2): Likewise.
16143         (*sse4_1_extendv4qiv4si2): Likewise.
16144         (sse4_1_extendv2qiv2di2): Likewise.
16145         (*sse4_1_extendv2qiv2di2): Likewise.
16146         (sse4_1_extendv4hiv4si2): Likewise.
16147         (*sse4_1_extendv4hiv4si2): Likewise.
16148         (sse4_1_extendv2hiv2di2): Likewise.
16149         (*sse4_1_extendv2hiv2di2): Likewise.
16150         (sse4_1_extendv2siv2di2): Likewise.
16151         (*sse4_1_extendv2siv2di2): Likewise.
16152         (sse4_1_zero_extendv8qiv8hi2): Likewise.
16153         (*sse4_1_zero_extendv8qiv8hi2): Likewise.
16154         (sse4_1_zero_extendv4qiv4si2): Likewise.
16155         (*sse4_1_zero_extendv4qiv4si2): Likewise.
16156         (sse4_1_zero_extendv2qiv2di2): Likewise.
16157         (*sse4_1_zero_extendv2qiv2di2): Likewise.
16158         (sse4_1_zero_extendv4hiv4si2): Likewise.
16159         (*sse4_1_zero_extendv4hiv4si2): Likewise.
16160         (sse4_1_zero_extendv2hiv2di2): Likewise.
16161         (*sse4_1_zero_extendv2hiv2di2): Likewise.
16162         (sse4_1_zero_extendv2siv2di2): Likewise.
16163         (*sse4_1_zero_extendv2siv2di2): Likewise.
16164         (sse4_1_roundpd): Likewise.
16165         (sse4_1_roundps): Likewise.
16166         (sse4_1_roundsd): Likewise.
16167         (sse4_1_roundss): Likewise.
16168         (mulv4si3): Don't expand for SSE4.1.
16169         (smax<mode>3): Likewise.
16170         (umaxv4si3): Likewise.
16171         (uminv16qi3): Likewise.
16172         (umin<mode>3): Likewise.
16173         (umaxv8hi3): Rewrite.  Only enabled for SSE4.1.
16174
16175         * doc/extend.texi: Document SSE4.1 built-in functions.
16176
16177         * doc/invoke.texi: Document -msse4.1.
16178
16179 2007-05-22  Nathan Sidwell  <nathan@codesourcery.com>
16180
16181         * config/m68k/linux.h (ASM_SPEC): Add asm_pcrel_spec.
16182         * config/m68k/m68k-none.h (ASM_SPEC): Don't override here.
16183         * config/m68k/m68k.h (ASM_PCREL_SPEC): New.
16184         (ASM_SPEC): Add asm_pcrel_spec.
16185         (EXTRA_SPECS): Add asm_pcrel_spec.
16186
16187 2007-05-21  David Daney  <ddaney@avtrex.com>
16188
16189         * doc/install.texi (Building a cross compiler): Add requirements
16190         for Java cross compiler.
16191
16192 2007-05-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
16193
16194         PR middle-end/31995
16195         * tree-chrec.c (evolution_function_is_affine_multivariate_p):
16196         Add loopno argument.  Use evolution_function_is_invariant_rec_p
16197         instead of evolution_function_is_constant_p.
16198         Update calls to evolution_function_is_affine_multivariate_p.
16199         * tree-chrec.h (evolution_function_is_affine_multivariate_p):
16200         Add loopno argument.
16201         * tree-scalar-evolution.c (gather_chrec_stats): Call
16202         evolution_function_is_affine_multivariate_p with a loop
16203         number of 0.
16204         * tree-data-ref.c (analyze_miv_subscript): Likewise.
16205         (analyze_overlapping_iterations): Likewise.
16206         (access_functions_are_affine_or_constant_p): Likewise.
16207         (build_classic_dist_vector_1): If the access functions
16208         are equal, don't do anything.
16209
16210 2007-05-21  Paolo Bonzini  <bonzini@gnu.org>
16211             Paolo Carlini  <pcarlini@suse.de>
16212             Uros Bizjak  <ubizjak@gmail.com>
16213
16214         * c-cppbuiltin.c (c_cpp_builtins): Define
16215         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2,
16216         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8,
16217         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16, if appropriate.
16218         * doc/cpp.texi ([Standard Predefined Macros]): Document.
16219
16220 2007-05-21  Mike Stump  <mrs@apple.com>
16221
16222         * config/darwin.h (LINK_COMMAND_SPEC): Add .cxx/.cp for dsymutil
16223         handling as well.
16224         * config/darwin9.h (LINK_COMMAND_SPEC): Likewise.
16225
16226 2007-05-21  Uros Bizjak  <ubizjak@gmail.com>
16227
16228         * config/i386/tmmintrin.h (_mm_alignr_epi8): Provide macro
16229         implementation if __OPTIMIZE__ is not defined.
16230         (_mm_alignr_pi8): Ditto.
16231         * config/i386/ammintrin.h (_mm_extracti_si64): Ditto.
16232         (_mm_inserti_si64): Ditto.
16233         * config/i386/emmintrin.h (_mm_shuffle_pd): Ditto.
16234         (_mm_slli_epi16): Ditto.
16235         (_mm_slli_epi32): Ditto.
16236         (_mm_slli_epi64): Ditto.
16237         (_mm_srai_epi16): Ditto.
16238         (_mm_srai_epi32): Ditto.
16239         (_mm_srli_si128): Ditto.
16240         (_mm_slli_si128): Ditto.
16241         (_mm_srli_epi16): Ditto.
16242         (_mm_srli_epi32): Ditto.
16243         (_mm_srli_epi64): Ditto.
16244         (_mm_extract_epi16): Ditto.
16245         (_mm_insert_epi16): Ditto.
16246         (_mm_shufflehi_epi16): Ditto.
16247         (_mm_shufflelo_epi16): Ditto.
16248         (_mm_shuffle_epi32): Ditto.
16249         * config/i386/xmmintrin.h (_mm_extract_pi16): Ditto.
16250         (_m_pextrw): Ditto.
16251         (_mm_insert_pi16): Ditto.
16252         (_m_pinsrw): Ditto.
16253         (_mm_shuffle_pi16): Ditto.
16254         (_m_pshufw): Ditto.
16255         (_mm_shufle_ps): Ditto.
16256         (_mm_prefetch): Ditto.
16257
16258 2007-05-21  Andreas Krebbel  <krebbel1@de.ibm.com>
16259
16260         * defaults.h (IBM_FLOAT_FORMAT): Macro definition removed.
16261         * doc/tm.texi (IBM_FLOAT_FORMAT): Documentation entry removed.
16262         * real.c (encode_i370_single, decode_i370_single,
16263         encode_i370_double, decode_i370_double): Functions removed.
16264         (i370_single_format, i370_double_format): Initializations removed.
16265         (real_maxval, round_for_format, exact_real_truncate, significand_size):
16266         Consider the log2_b field to always be one.
16267         (ieee_single_format, mips_single_format, coldfire_single_format,
16268         ieee_double_format, mips_double_format, coldfire_double_format,
16269         ieee_extended_motorola_format, ieee_extended_intel_96_format,
16270         ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
16271         ibm_extended_format, mips_extended_format, ieee_quad_format,
16272         mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
16273         decimal_single_format, decimal_double_format, decimal_quad_format,
16274         c4x_single_format, c4x_extended_format, real_internal_format): Remove
16275         initialization of log2_b.
16276         * real.h (i370_single_format, i370_double_format): Declarations
16277         removed.
16278         * c-cppbuiltin.c (builtin_define_float_constants): Consider the log2_b
16279         field to always be one.
16280
16281 2007-05-21  Andreas Schwab  <schwab@suse.de>
16282
16283         * config/ia64/ia64.c (emit_predicate_relation_info): Fix use of
16284         NOTE_INSN_BASIC_BLOCK_P.
16285         (process_for_unwind_directive): Likewise.
16286
16287 2007-05-21  Nathan Sidwell  <nathan@codesourcery.com>
16288
16289         * builtins.c (expand_builtin_setjmp_setup): Update comment.
16290         * function.h (struct function): Move va_list_gpr_size,
16291         va_list_fpr_size, function_frequency to front of bitfields.  Add
16292         calls_unwind_init.
16293         (current_function_calls_unwind_init): New.
16294         * except.c (expand_builtin_unwind_init): Set
16295         current_function_calls_unwind_init not
16296         current_function_has_nonlocal_label.
16297         * reload1.c (has_nonexceptional_receiver): New.
16298         (reload): Use it and current_function_calls_unwind_init to
16299         determine whether call-saved regs must be saved.
16300
16301 2007-05-20  Jan Hubicka  <jh@suse.cz>
16302
16303         * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of
16304         NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
16305         * ddg.c (create_ddg): LIkewise.
16306         * final.c (final): Remove hunk moving line number notes around since
16307         they are no longer present at this stage.
16308         (final_scan_insn): Use NOTE_KIND instead of
16309         NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
16310         (output_asm_label): Likewise.
16311         * reorg.c (dbr_schedule): Likewise.
16312         * haifa-sched.c (unlink_other_notes): Likewise.
16313         * mode-switching.c (optimize_mode_switching): Likewise.
16314         * graph.c (start_bb): Likewise.
16315         * rtl.def (NOTE): Update description.
16316         * jump.c (squeeze_notes): Delete.
16317         (mark_jump_label): Use NOTE_KIND instead of NOTE_LINE_NUMBER; use
16318         NOTE_INSN_BASIC_BLOCK_P when possible.
16319         * ifcvt.c (dead_or_predicable): Remove call of squeeze_notes.
16320         * dwarf2out.c (gen_label_die): Use NOTE_KIND instead of
16321         NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
16322         (dwarf2out_var_location): Likewise.
16323         * cfgbuild.c (make_edges): Likewise.
16324         (find_basic_blocks_1): Likewise.
16325         * function.c (reorder_blocks_1): Likewise.
16326         (epilogue_done): Likewise.
16327         (reposition_prologue_and_epilogue_notes): Likewise.
16328         * print-rtl.c (print_rtx): Likewise; drop code for printing
16329         line number notes.
16330         (print_rtl): Likewise.
16331         (print_rtl_single): Likewise.
16332         * gcse.c (insert_insn_start_bb): Likewise.
16333         * alias.c (init_alias_analysis): Likewise.
16334         * calls.c (fixup_tail_calls): Likewise.
16335         * except.c (sjlj_emit_function_enter): Likewise.
16336         * emit-rtl.c (add_insn_after): Likeiwse.
16337         (emit_label_before): Likewise.
16338         (emit_label_after): Likewise.
16339         (emit_note_before, emit_note_after, emit_note): Update
16340         parameter to be enum insn_note; do not deal with source
16341         files.
16342         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps):
16343         Use NOTE_KIND instead of NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P
16344         when possible.
16345         (merge_blocks_move_successor_nojumps): Simplify now when
16346         we don't have BLOCK notes.
16347         (try_optimize_cfg): Likewise.
16348         * cfglayout.c (skip_insns_after_block): Likewise.
16349         (record_effective_endpoints): Likewise.
16350         (duplicate_insn_chain): Likewise.
16351         * varasm.c (output_constant_pool_1): Likewise.
16352         * sched-deps.c (sched_analyze): Likewise.
16353         * rtl.c (NOTE_INSN_MAX_isnt_negative_adjust_NOTE_INSN_BIAS):
16354         Exterminate.
16355         (note_insn_name): Simplify now when NOTE_INSN_BIAS is gone.
16356         * rtl.h (NOTE_SOURCE_LOCATION, NOTE_EXPANDED_LOCATION): Exterminate.
16357         (SET_INSN_DELETED): Simplify.
16358         (NOTE_LINE_NUMBER): Exterminate.
16359         (NOTE_LINE_KIND): New.
16360         (NOTE_INSN_BASIC_BLOCK_P): Update.
16361         (enum insn_note): Simplify.
16362         (GET_NOTE_INSN_NAME) Simplify.
16363         (emit_note_before, emit_note_after, emit_note): Update prototype.
16364         (squeeze_notes): Remove.
16365         * sched-int.h (NOTE_NOT_BB_P): Update.
16366         * resource.c (mark_target_live_regs): Update.
16367         * sched-rgn.c (debug_dependencies): Update.
16368         * sched-vis.c (print_insn): Update.
16369         * config/alpha/alpha.c (alpha_handle_trap_shadows): Update.
16370         * config/i386/i386.c (ix86_output_function_epilogue): Update.
16371         * config/sh/sh.c (sh_adjust_unroll_max): Function dead since gcc 4.0.0.
16372         (TARGET_ADJUST_UNROLL_MAX): Likewise.
16373         (split_branches): Update.
16374         (sh_optimize_target_register_callee_saved): Remove hunk dead since gcc
16375         4.0.0.
16376         (sh_adjust_unroll_max): Exterminate.
16377         * config/c4x/c4x.c (c4x_reorg): Use SET_INSN_DELETED.
16378         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Likewise.
16379         (m68hc11_reorg): Likewise.
16380         * config/ia64/ia64.c (emit_insn_group_barriers): Update.
16381         (emit_predicate_relation_info): Update.
16382         (process_for_unwind_directive): Update.
16383         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update.
16384         (output_call): Update.
16385         * config/pa/pa.c (output_lbranch): Update.
16386         (output_millicode_call): Update.
16387         (output_call): Update.
16388         (pa_combine_instructions): Update.
16389         * config/mips/mips.c (mips16_gp_pseudo_reg): Update.
16390         * config/bfin/bfin.c (gen_one_bundle): Update.
16391         * cfgrtl.c (can_delete_note_p): Update.
16392         (delete_insn): Update.
16393         (rtl_merge_blocks): Update.
16394         (commit_one_edge_insertion): Update.
16395         (rtl_verify_flow_info): Update.
16396         * stmt.c (expand_case): Do not call squeeze_notes.
16397
16398 2007-05-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
16399
16400         PR middle-end/7651
16401         PR c++/11856
16402         PR c/12963
16403         PR c/23587
16404         PR other/29694
16405         * c.opt (Wtype-limits): New.
16406         * doc/invoke.texi (Wtype-limits): Document it.
16407         (Wextra): Enabled by -Wextra.
16408         * c-opts.c (c_common_post_options): Enabled by -Wextra.
16409         * c-common.c (shorten_compare): Warn with Wtype-limits.
16410
16411 2007-05-20  Uros Bizjak  <ubizjak@gmail.com>
16412
16413         * config/i386/tmmintrin.h (_mm_alignr_epi32): Implement as always
16414         inlined function, not as a macro.
16415         (_mm_alignr_pi8): Ditto.
16416         * config/i386/ammintrin.h (_mm_extracti_si64): Ditto.
16417         (_mm_inserti_si64): Ditto.
16418         * config/i386/emmintrin.h (_mm_shuffle_pd): Ditto.
16419         (_mm_extract_epi16): Ditto.
16420         (_mm_insert_epi16): Ditto.
16421         (_mm_shufflehi_epi16): Ditto.
16422         (_mm_shufflelo_epi16): Ditto.
16423         (_mm_shuffle_epi32): Ditto.
16424         * config/i386/xmmintrin.h (_mm_set_ss): Use 0.0f for float constant.
16425         * config/386/mm3dnow.h: Add __attribute__((__always_inline__)) to
16426         all functions.
16427         (_m_from_float): Add __extension__ to conversion.  Use 0.0f for
16428         float constant.
16429         (_m_to_float): Use C89 compatible assignment.
16430
16431 2007-05-20  Martin Michlmayr  <tbm@cyrius.com>
16432
16433         PR target/32007
16434         * config/arm/lib1funcs.asm: Define __ARM_ARCH__ on v2/v3 machines.
16435
16436 2007-05-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
16437
16438         PR middle-end/7651
16439         * doc/invoke.texi (Wreturn-type): Complete description.
16440         (Wextra): Delete item about return-type warning.
16441         * c-decl.c: Delete redundant Wextra warning.
16442
16443 2007-05-20  Uros Bizjak  <ubizjak@gmail.com>
16444
16445         PR target/31585
16446         * config/i386/pmmintrin.h: Do not include xmmintrin.h
16447         * config/i386/xmmintrin.h (_mm_extract_pi16): Implement as always
16448         inlined function, not as a macro.
16449         (_mm_prefetch): Ditto.
16450         (_m_pextrw): Ditto.
16451         (_mm_insert_pi16): Ditto.
16452         (_m_pinsrw): Ditto.
16453         (_mm_shuffle_pi16): Ditto.  Add const to __N argument.
16454         (_m_pshufw): Ditto. Add const to __N argument.
16455         (_mm_shufle_ps): Ditto.  Add const to __mask argument.
16456         * config/i386/emmintrin.h (_mm_slli_epi16): Add const to __B argument.
16457         (_mm_slli_epi32): Ditto.
16458         (_mm_srli_si128): Implement as always inlined function, not as a
16459         macro.  Add __inline to function declaration.
16460         (_mm_slli_si128): Ditto.
16461
16462 2007-05-19  Uros Bizjak  <ubizjak@gmail.com>
16463
16464         * config/i386/sfp-machine.h (FP_EX_INVALID, FP_EX_DENORM,
16465         FP_EXP_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT):
16466         New constants.
16467         (struct fenv): New structure.
16468         (FP_HANDLE_EXCEPTIONS): New define.
16469         (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF, FP_RND_MINF): New constants.
16470         (_FP_DECL_EXP): New define.
16471         (FP_INIT_ROUNDMODE): New define.
16472         (FP_ROUNDMODE): New define.
16473
16474 2007-05-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
16475
16476         * doc/invoke.texi (Warning Options): Add -Wconversion-sign.
16477         (Wconversion): Update description.
16478         (Wconversion-sign): New.
16479         * c.opt (Wconversion-sign): New.
16480         * c-opts.c (c_common_post_options): Uninitialized Wconversion-sign
16481         means disabled for C++. Otherwise, take the status of Wconversion.
16482         * c-common.c (conversion_warning): Warn with either Wconversion or
16483         Wconversion-sign.
16484         (warnings_for_convert_and_check): Conditions are already checked by
16485         conversion_warning.
16486         (convert_and_check): Don't check warnings if the conversion failed.
16487
16488 2007-05-19 Andy Hutchinson <HutchinsonAndy@netscape.net>
16489            Anatoly Sokolov <aesok@dol.ru>
16490
16491         * config/avr/avr-protos.h (expand_prologue, expand_epilogue,
16492         avr_epilogue_uses) : Add declaration.
16493         * config/avr/predicates.md (avr_sp_immediate_operand): New predicate.
16494         * config/avr/constraints.md (R): New constraint.
16495         config/avr/avr.md (SREG_ADDR, UNSPEC_SEI, UNSPEC_CLI,
16496         UNSPECV_PROLOGUE_SAVES, UNSPECV_EPILOGUE_RESTORES): New constants.
16497         (*pop1, *pop2, *pop3, *pop4, *pop5): Combine into ...
16498         (*addhi3_sp_R_pc2, *addhi3_sp_R_pc3): ... these patterns.
16499         (*movhi_sp, popqi, pophi, enable_interrupt, disable_interrupt,
16500         call_prologue_saves, epilogue_restores, return_from_epilogue,
16501         return_from_main_epilogue, return_from_interrupt_epilogue,
16502         return_from_naked_epilogue, prologue, epilogue): New patterns.
16503         (jump): Handle symbol reference.
16504         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr,
16505         avr_output_function_prologue, avr_output_function_epilogue): Remove
16506         functions.
16507         (avr_init_machine_status, expand_prologue, expand_epilogue,
16508         avr_asm_function_end_prologue, avr_epilogue_uses,
16509         avr_asm_function_begin_epilogue): New functions.
16510         (prologue_size, epilogue_size, jump_tables_size): Remove global
16511         variables.
16512         (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
16513         (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
16514         (TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): Define.
16515         (avr_override_options): Initialise init_machine_status.
16516         (output_movhi): Handle all stack pointer loads.
16517         (out_movqi_r_mr, out_movqi_mr_r): Handle SREG_ADDR address.
16518         (avr_output_addr_vec_elt): Do not use variable jump_tables_size.
16519         * config/avr/avr.h (AVR_2_BYTE_PC, AVR_3_BYTE_PC): New.
16520         (EPILOGUE_USES) Redefine.
16521         (machine_function) Declare.
16522
16523 2007-05-19  Richard Sandiford  <richard@codesourcery.com>
16524
16525         * config/mips/mips.c (mips_offset_within_alignment_p): Tweak comment.
16526         Use a single return statement.
16527
16528 2007-05-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16529
16530         PR middle-end/30250
16531         * builtins.c (do_mpfr_lgamma_r): New.
16532         (fold_builtin_2): Handle builtin gamma_r/lgamma_r.
16533         * tree.h (CASE_FLT_FN_REENT): New.
16534
16535 2007-05-18  Geoffrey Keating  <geoffk@apple.com>
16536
16537         * dwarf2out.c (print_die): Use '%ld' not '%lu' to print a 'long'.
16538         (output_die): Use 'unsigned long' with %x.
16539         * sched-vis.c (print_value): Use 'unsigned HOST_WIDE_INT' and
16540         HOST_WIDE_INT_PRINT_HEX to print HOST_WIDE_INT.
16541         * tree-dump.c (dump_pointer): Use 'unsigned long' for %lx.
16542
16543         * unwind-dw2.c (uw_identify_context): Use the CFA, not the IP.
16544
16545 2007-05-18  H.J. Lu  <hongjiu.lu@intel.com>
16546
16547         PR target/31989
16548         PR target/31681
16549         PR target/31666
16550         * config/i386/i386.c (init_cumulative_args): Set maybe_vaarg to
16551         true if function has no argument.
16552
16553 2007-05-18  DJ Delorie  <dj@redhat.com>
16554
16555         * config/mips/mips.c (mips_offset_within_alignment_p): New.
16556         (mips_symbolic_constant_p): Call it for TPREL and DTPREL symbols.
16557
16558 2007-05-18  Uros Bizjak  <ubizjak@gmail.com>
16559
16560         * longlong.h (__x86_64__): Add definitions for add_ssaaaa,
16561         sub_ddmmss, umul_ppmm, udiv_qrnnd, count_leading_zeros and
16562         count_trailing_zeros.
16563         (__i386__): Implement count_leading_zeros using __builtin_clz().
16564         Implement count_trailing_zeros usign __builtin_ctz().
16565
16566 2007-05-18  Richard Sandiford  <richard@codesourcery.com>
16567
16568         * config/i386/vxworks.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine.
16569
16570 2007-05-18  Uros Bizjak  <ubizjak@gmail.com>
16571
16572         PR middle-end/31344
16573         * expr.c (emit_move_change_mode): Change mode of push operands here.
16574
16575 2007-05-17  Ian Lance Taylor  <iant@google.com>
16576
16577         PR tree-optimization/31953
16578         * tree-vrp.c (set_value_range_to_value): Add equiv parameter.
16579         Change all callers.
16580         (set_value_range_to_null): Call set_value_range_to_value.
16581         (extract_range_from_comparison): Likewise.
16582
16583 2007-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16584
16585         * toplev.c (print_version): Output GMP/MPFR version info.
16586
16587         * builtins.c (CASE_MATHFN_REENT): New macro.
16588         (mathfn_built_in): Use it.
16589         * builtins.def (BUILT_IN_GAMMA_R, BUILT_IN_GAMMAF_R,
16590         BUILT_IN_GAMMAL_R, BUILT_IN_LGAMMA_R, BUILT_IN_LGAMMAF_R,
16591         BUILT_IN_LGAMMAL_R): New.
16592         * doc/extend.texi: Document new builtins.
16593
16594         PR middle-end/31796
16595         * builtins.c (do_mpfr_remquo): New.
16596         (fold_builtin_2): Handle BUILT_IN_DREM/BUILT_IN_REMAINDER.
16597         (fold_builtin_3): Handle BUILT_IN_REMQUO.
16598
16599         PR middle-end/30251
16600         * builtins.c (fold_builtin_1): Handle y0, y1.
16601         (fold_builtin_2): Handle yn.
16602
16603         PR middle-end/30251
16604         * builtins.c (do_mpfr_bessel_n): New.
16605         (fold_builtin_1): Handle BUILT_IN_J0 and BUILT_IN_J1.
16606         (fold_builtin_2): Handle BUILT_IN_JN.
16607
16608 2007-05-17  Danny Smith  <dannysmith@users.sourceforge.net>
16609
16610         PR target/31965
16611         * config/i386/mingw32.h (_INTEGRAL_MAX_BITS): Define builtin as
16612         TYPE_PRECISION (intmax_type_node).
16613
16614 2007-05-17  Steve Ellcey  <sje@cup.hp.com>
16615
16616         PR target/31850
16617         * reload.c (subst_reloads): Remove checking.
16618
16619 2007-05-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
16620
16621         PR rtl-optimization/31691
16622         * combine.c (simplify_set): Build a new src pattern instead of
16623         substituting its operands in the COMPARE case.
16624
16625 2007-05-17  Zdenek Dvorak  <dvorakz@suse.cz>
16626
16627         * tree-vrp.c (finalize_jump_threads): Do not care about dominance info.
16628         (execute_vrp): Preserve loops through jump threading.
16629         * tree-ssa-threadupdate.c (thread_single_edge,
16630         dbds_continue_enumeration_p, determine_bb_domination_status,
16631         thread_through_loop_header): New functions.
16632         (create_edge_and_update_destination_phis,
16633         create_edge_and_update_destination_phis): Set loops for the new blocks.
16634         (prune_undesirable_thread_requests): Removed.
16635         (redirect_edges): Do not pretend that redirect_edge_and_branch can
16636         create new blocks.
16637         (thread_block): Do not call prune_undesirable_thread_requests.
16638         Update loops.
16639         (mark_threaded_blocks): Select edges to thread here.
16640         (thread_through_all_blocks): Take may_peel_loop_headers argument.
16641         Thread edges through loop headers independently.
16642         * cfgloopmanip.c (create_preheader, mfb_keep_just): Export.
16643         * tree-pass.h (TODO_mark_first_instance): New.
16644         (first_pass_instance): Declare.
16645         * cfghooks.c (duplicate_block): Put the block to the original loop
16646         if copy is not specified.
16647         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Preserve loops through
16648         jump threading.  Pass may_peel_loop_headers to
16649         thread_through_all_blocks according to first_pass_instance.
16650         * cfgloop.h (create_preheader): Declare.
16651         * tree-flow.h (thread_through_all_blocks): Declaration changed.
16652         * basic-block.h (mfb_keep_just, mfb_kj_edge): Declare.
16653         * passes.c (first_pass_instance): New variable.
16654         (next_pass_1): Set TODO_mark_first_instance.
16655         (execute_todo): Set first_pass_instance.
16656
16657 2007-05-17  Uros Bizjak  <ubizjak@gmail.com>
16658
16659         PR tree-optimization/24659
16660         * optabs.h (enum optab_index): Add OTI_vec_unpacks_float_hi,
16661         OTI_vec_unpacks_float_lo, OTI_vec_unpacku_float_hi,
16662         OTI_vec_unpacku_float_lo, OTI_vec_pack_sfix_trunc and
16663         OTI_vec_pack_ufix_trunc.
16664         (vec_unpacks_float_hi_optab): Define new macro.
16665         (vec_unpacks_float_lo_optab): Ditto.
16666         (vec_unpacku_float_hi_optab): Ditto.
16667         (vec_unpacku_float_lo_optab): Ditto.
16668         (vec_pack_sfix_trunc_optab): Ditto.
16669         (vec_pack_ufix_trunc_optab): Ditto.
16670         * genopinit.c (optabs): Implement vec_unpack[s|u]_[hi|lo]_optab
16671         and vec_pack_[s|u]fix_trunc_optab using
16672         vec_unpack[s|u]_[hi\lo]_* and vec_pack_[u|s]fix_trunc_* patterns
16673         * tree-vectorizer.c (supportable_widening_operation): Handle
16674         FLOAT_EXPR and CONVERT_EXPR.  Update comment.
16675         (supportable_narrowing_operation): New function.
16676         * tree-vectorizer.h (supportable_narrowing_operation): Prototype.
16677         * tree-vect-transform.c (vectorizable_conversion): Handle
16678         (nunits_in == nunits_out / 2) and (nunits_out == nunits_in / 2) cases.
16679         (vect_gen_widened_results_half): Move before vectorizable_conversion.
16680         (vectorizable_type_demotion): Call supportable_narrowing_operation()
16681         to check for target support.
16682         * optabs.c (optab_for_tree_code) Return vec_unpack[s|u]_float_hi_optab
16683         for VEC_UNPACK_FLOAT_HI_EXPR, vec_unpack[s|u]_float_lo_optab
16684         for VEC_UNPACK_FLOAT_LO_EXPR and vec_pack_[u|s]fix_trunc_optab
16685         for VEC_PACK_FIX_TRUNC_EXPR.
16686         (expand_binop): Special case mode of the result for
16687         vec_pack_[u|s]fix_trunc_optab.
16688         (init_optabs): Initialize vec_unpack[s|u]_[hi|lo]_optab and
16689         vec_pack_[u|s]fix_trunc_optab.
16690
16691         * tree.def (VEC_UNPACK_FLOAT_HI_EXPR, VEC_UNPACK_FLOAT_LO_EXPR,
16692         VEC_PACK_FIX_TRUNC_EXPR): New tree codes.
16693         * tree-pretty-print.c (dump_generic_node): Handle
16694         VEC_UNPACK_FLOAT_HI_EXPR, VEC_UNPACK_FLOAT_LO_EXPR and
16695         VEC_PACK_FIX_TRUNC_EXPR.
16696         (op_prio): Ditto.
16697         * expr.c (expand_expr_real_1): Ditto.
16698         * tree-inline.c (estimate_num_insns_1): Ditto.
16699         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
16700
16701         * config/i386/sse.md (vec_unpacks_float_hi_v8hi): New expander.
16702         (vec_unpacks_float_lo_v8hi): Ditto.
16703         (vec_unpacku_float_hi_v8hi): Ditto.
16704         (vec_unpacku_float_lo_v8hi): Ditto.
16705         (vec_unpacks_float_hi_v4si): Ditto.
16706         (vec_unpacks_float_lo_v4si): Ditto.
16707         (vec_pack_sfix_trunc_v2df): Ditto.
16708
16709         * doc/c-tree.texi (Expression trees) [VEC_UNPACK_FLOAT_HI_EXPR]:
16710         Document.
16711         [VEC_UNPACK_FLOAT_LO_EXPR]: Ditto.
16712         [VEC_PACK_FIX_TRUNC_EXPR]: Ditto.
16713         * doc/md.texi (Standard Names) [vec_pack_sfix_trunc]: Document.
16714         [vec_pack_ufix_trunc]: Ditto.
16715         [vec_unpacks_float_hi]: Ditto.
16716         [vec_unpacks_float_lo]: Ditto.
16717         [vec_unpacku_float_hi]: Ditto.
16718         [vec_unpacku_float_lo]: Ditto.
16719
16720 2007-05-16  Uros Bizjak  <ubizjak@gmail.com>
16721
16722         * soft-fp/README: Update for new files.
16723         * soft-fp/floattisf.c: New file.
16724         * soft-fp/floattidf.c: New file.
16725         * soft-fp/floattitf.c: New file.
16726         * soft-fp/floatuntisf.c: New file.
16727         * soft-fp/floatuntidf.c: New file.
16728         * soft-fp/floatuntitf.c: New file.
16729         * soft-fp/fixsfti.c: New file.
16730         * soft-fp/fixdfti.c: New file.
16731         * soft-fp/fixtfti.c: New file.
16732         * soft-fp/fixunssfti.c: New file.
16733         * soft-fp/fixunsdfti.c: New file.
16734         * soft-fp/fixunstfti.c: New file.
16735         * soft-fp/extendxftf.c: New file.
16736         * soft-fp/trunctfxf.c: New file.
16737
16738         * libgcc-std.ver (__extendxftf2): Added to GCC_4.3.0 section.
16739         (__trunctfxf2): Ditto.
16740
16741         * config/i386/libgcc-x86_64-glibc.ver (__addtf3, __divtf3, __eqtf2,
16742         __extenddftf2, __extendsftf2, __fixtfdi, __fixtfsi, __fixtfti,
16743         __fixunstfdi, __fixunstfsi, __fixunstfti, __floatditf, __floatsitf,
16744         __floattitf, __floatunditf, __floatunsitf, __floatuntitf, __getf2,
16745         __letf2, __multf3, __negtf2, __subtf3, __trunctfdf2, __trunctfsf2,
16746         __unordtf2): Exclude and add to GCC_4.3.0 section for x86_64 targets.
16747
16748         * config/i386/t-fprules-softfp64: New file.
16749         * config/i386/sfp-machine.h: New file.
16750         * config.gcc (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu,
16751         x86_64-*-knetbsd*-gnu): Add i386/t-fprules-softfp64
16752         and soft-fp/t-softfp to tmake_file.
16753         (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
16754         i[34567]86-*-knetbsd*-gnu): Ditto for --enable-targets=all.
16755
16756         * config/i386/t-linux64 (softfp_wrap_start): New.
16757         (softfp_wrap_end): New.
16758         * config/i386/i386.c (ix86_scalar_mode_supported): TFmode is
16759         supported for TARGET_64BIT.
16760
16761 2007-05-16  Rafael Avila de Espindola  <espindola@google.com>
16762
16763         * c-common.c (c_common_signed_or_unsigned_type): Emulate
16764         c_common_unsigned_type behavior.
16765
16766 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
16767
16768         * config/i386/i386.c (legitimize_tls_address): Mark __tls_get_addr
16769         calls as pure.
16770
16771 2007-05-16  Eric Christopher  <echristo@apple.com>
16772
16773         * config/rs6000/rs6000.c (rs6000_emit_prologue): Move altivec register
16774         saving after stack push. Set sp_offset whenever we push.
16775         (rs6000_emit_epilogue): Move altivec register restore before
16776         stack push.
16777
16778 2007-05-16  Richard Sandiford  <richard@codesourcery.com>
16779
16780         * configure.ac: Allow sysroots to be relocated under $prefix as
16781         well as $exec_prefix.
16782         * configure: Regenerate.
16783
16784 2007-05-16  Richard Sandiford  <richard@codesourcery.com>
16785
16786         Revert:
16787
16788         2007-05-12  Richard Sandiford  <richard@codesourcery.com>
16789
16790         * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
16791         (gcc_tooldir): Likewise.
16792         * configure: Regenerate.
16793         * Makefile.in (libsubdir_to_prefix): New variable, based on the
16794         old configure.ac gcc_tooldir setting.
16795         (prefix_to_exec_prefix): New variable.
16796         (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
16797         rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
16798
16799 2007-05-14  Janis Johnson  <janis187@us.ibm.com>
16800
16801         * c-typeck.c (build_binary_op): Return early for error.
16802
16803 2007-05-15  Zdenek Dvorak  <dvorakz@suse.cz>
16804
16805         * tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate
16806         struct nb_iter_bound.
16807         (free_numbers_of_iterations_estimates_loop): Use ggc_free.
16808         * gengtype.c (open_base_files): Add cfhloop.h to the list of includes.
16809         * cfgloopmanip.c (place_new_loop): Vector larray is gc-allocated.
16810         * tree-scalar-evolution.c: Include gt-tree-scalar-evolution.h.
16811         (struct scev_info_str, scalar_evolution_info): Add GTY markers.
16812         (new_scev_info_str): Use GGC_NEW to allocate struct scev_info_str.
16813         (del_scev_info): Use ggc_free.
16814         (scev_initialize): Allocate scalar_evolution_info in gc memory.
16815         * loop-init.c: Include ggc.h.
16816         (loop_optimizer_init): Use GGC_CNEW to allocate struct loops.
16817         (loop_optimizer_finalize): Use ggc_free.
16818         * tree-ssa-loop.c (pass_tree_unswitch, pass_vectorize,
16819         pass_linear_transfom, pass_empty_loop, pass_complete_unroll,
16820         pass_iv_optimize): Add TODO_ggc_collect.
16821         * function.h (struct function): Remove skip marker from
16822         x_current_loops.
16823         * cfgloop.c: Include ggc.h.
16824         (flow_loops_free, flow_loop_free): Free the loop descriptions in gc
16825         memory.
16826         (establish_preds): Vector superloops is gc allocated.
16827         (alloc_loop): Allocate loop using GGC_CNEW.  Allocate head of
16828         loop->exits list.
16829         (flow_loops_find): Vector larray is gc allocated.
16830         (loop_exit_free): Use ggc_free.
16831         (rescan_loop_exit): Use GGC_NEW to allocate struct loop_exit.  Reflect
16832         that head of exits list is now not a part of struct loop.
16833         (record_loop_exits): Allocate exits table in gc memory.
16834         (get_loop_exit_edges, verify_loop_structure, single_exit): Reflect
16835         that head of exits list is now not a part of struct loop.
16836         * cfgloop.h (struct lpt_decision, struct nb_iter_bound,
16837         struct loop_exit): Add GTY marker.
16838         (struct loop): Add GTY marker.  Make superloops vector gc allocated.
16839         Add skip marker to aux field.  Make head of exits list a separate
16840         object.
16841         (struct loops): Add GTY marker.  Make larray vector gc allocated.
16842         Add param marker to exits table.
16843         (get_loops): Type changed.
16844         * Makefile.in (tree-scalar-evolution.o): Add
16845         gt-tree-scalar-evolution.h dependency.
16846         (cfgloop.o, loop-init.o): Add ggc.h dependency.
16847         (GTFILES): Add cfgloop.h and tree-scalar-evolution.c.
16848         * basic-block.h (struct basic_block_def): Remove skip marker from
16849         loop_father field.
16850
16851 2007-05-14  Uros Bizjak  <ubizjak@gmail.com>
16852
16853         * builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead
16854         of 0 in the call to expand_expr().
16855         (expand_builtin_mathfn_3): Ditto.
16856         (expand_builtin_interclass_mathfn): Ditto.
16857         (expand_builtin_cexpi): Ditto.
16858         (expand_builtin_int_roundingfn): Ditto.
16859         (expand_builtin_int_roundingfn_2): Ditto.
16860         (expand_builtin_pow): Ditto.
16861         (expand_builtin_powi): Ditto.
16862         (expand_builtin_bswap): Ditto.
16863         (expand_builtin_unop): Ditto.
16864         (expand_builtin_fabs): Ditto.
16865         (get_builtin_sync_mem): Use NULL_RTX instead of NULL in
16866         the call to expand_expr().
16867         (expand_builtin_sync_operation): Ditto.
16868         (expand_builtin_compare_and_swap): Ditto.
16869         (expand_builtin_lock_test_and_set): Ditto.
16870         * except.c (expand_builtin_eh_return_data_regno): Use EXPAND_NORMAL
16871         instead of 0 in the call to expand_expr().
16872         (expand_builtin_extract_return_addr): Ditto.
16873         (expand_builtin_eh_return): Ditto.
16874         (expand_eh_return): Ditto.
16875         * explow.c (expr_size): Ditto.
16876         * expr.c (optimize_bitfield_assignment_op): Ditto.
16877         (expand_assignement): Ditto.
16878         (store_expr): Ditto.
16879         (store_field): Ditto.
16880         (expand_expr_addr_expr_1): Use NULL_RTX instead of NULL in
16881         the call to expand_expr().
16882         (expand_expr_real_1) [COMPLEX_CST]: Use EXPAND_NORMAL instead of 0
16883         in the call to expand_expr().
16884         [CONSTRUCTOR, PLUS_EXPR, MINUS_EXPR, NEGATE_EXPR, ABS_EXPR,
16885         BIT_NOT_EXPR, LSHIFT_EXPR, LT_EXPR, TRUTH_NOT_EXPR]: Ditto.
16886         [VEC_UNPACK_HI_EXPR, VEC_UNPACK_LO]: Use expand_normal() instead
16887         of expand_expr().
16888         * optabs.c (expand_vec_shift_expr): Ditto.
16889         (expand_vec_cond_expr): Ditto.
16890         (vector_compare_rtx): Use EXPAND_STACK_PARM instead of 1 in the
16891         call to expand_expr().
16892         * stmt.c (expand_return): Use EXPAND_NORMAL instead of 0
16893         in the call to expand_expr().
16894
16895 2007-05-14  Dave Korn  <dave.korn@artimi.com>
16896
16897         * genautomata.c (gen_regexp_el): Allocate correct size for regexp.
16898
16899 2007-05-14  Rafael Avila de Espindola  <espindola@google.com>
16900
16901         * c-common.c (warnings_for_convert_and_check): Use unsigned_type_for
16902         instead of c_common_unsigned_type.
16903         (c_common_unsigned_type): Remove.
16904         (shorten_compare): Use c_common_signed_or_unsigned_type instead of
16905         c_common_unsigned_type.
16906         (c_common_nodes_and_builtins): Use unsigned_type_for instead of
16907         c_common_unsigned_type.
16908         * c-common.h (c_common_unsigned_type): Remove.
16909         * c-decl.c (grokdeclarator): Use unsigned_type_for instead of
16910         c_common_unsigned_type.
16911         * c-format.c (check_format_types): Use unsigned_type_for instead of
16912         c_common_unsigned_type.
16913         * c-objc-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
16914         * c-typeck.c (convert_for_assignment): Use unsigned_type_for instead
16915         of c_common_unsigned_type.
16916         * convert.c (convert_to_integer): Use unsigned_type_for instead of
16917         lang_hooks.types.unsigned_type.
16918         * expmed.c (make_tree): Use unsigned_type_for instead of
16919         lang_hooks.types.unsigned_type.
16920         * fold-const.c (fold_negate_expr): Use unsigned_type_for instead of
16921         lang_hooks.types.unsigned_type.
16922         (build_range_check): Likewise.
16923         (fold_unary): Likewise.
16924         (fold_binary): Likewise.
16925         (fold_ternary): Likewise.
16926         * langhooks-def.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
16927         * langhooks.h (lang_hooks_for_types): Remove unsigned_type.
16928         * tree.c (get_unsigned_type): New.
16929         (unsigned_type_for): Use get_unsigned_type instead of
16930         lang_hooks.types.unsigned_type.
16931
16932 2007-05-14  Kazu Hirata  <kazu@codesourcery.com>
16933
16934         * config/m68k/m68k-protos.h: Rename m68k_interrupt_function_p
16935         to m68k_get_function_kind.  Update its prototype.
16936         * config/m68k/m68k.c (m68k_attribute_table): Add an entry for
16937         interrupt_thread.
16938         (m68k_interrupt_function_p): Return enum m68k_function_type
16939         instead of bool.  Rename to m68k_get_function_kind.
16940         (m68k_handle_fndecl_attribute): Reject interrupt_thread if the
16941         target is not fido.
16942         (m68k_compute_frame_layout): Don't mark any register for save
16943         if an interrupt_thread attribute is specified.
16944         (m68k_hard_regno_rename_ok): Update a use of
16945         m68k_interrupt_function_p.
16946         * config/m68k/m68k.h (EPILOGUE_USES): Update a use of
16947         m68k_interrupt_function_p.
16948         (m68k_function_type): New.
16949         * config/m68k/m68k.md (*return): Output a 'sleep' instruction
16950         for a function with an interrupt_thread attribute.
16951         * doc/extend.texi: Document the interrupt_thread attribute.
16952
16953 2007-05-13  Daniel Berlin  <dberlin@dberlin.org>
16954
16955         Fix PR tree-optimization/31911
16956         * tree-ssa-pre.c (phi_translate): Make sure to cache results even
16957         if they didn't change the expression.
16958
16959 2007-05-13  Zdenek Dvorak  <dvorakz@suse.cz>
16960
16961         * tree-scalar-evolution.c (resolve_mixers): Exported.
16962         * tree-scalar-evolution.h (resolve_mixers): Declare.
16963         * tree-data-ref.c (object_analysis, ptr_decl_may_alias_p,
16964         ptr_ptr_may_alias_p, may_alias_p, record_ptr_differ_p,
16965         record_record_differ_p, record_array_differ_p, array_ptr_differ_p,
16966         base_object_differ_p, base_addr_differ_p, analyze_array_indexes,
16967         init_array_ref, init_pointer_ref, analyze_indirect_ref,
16968         strip_conversion, analyze_offset_expr, address_analysis,
16969         object_analysis, analyze_offset): Removed.
16970         (dr_analyze_innermost, dr_analyze_indices, dr_analyze_alias,
16971         split_constant_offset, canonicalize_base_object_address,
16972         object_address_invariant_in_loop_p, disjoint_objects_p,
16973         dr_may_alias_p, dr_address_invariant_p): New functions.
16974         (create_data_ref): Use dr_analyze_innermost, dr_analyze_indices
16975         and dr_analyze_alias.
16976         (initialize_data_dependence_relation): Use dr_may_alias_p
16977         and object_address_invariant_in_loop_p.
16978         (compute_self_dependence): Handle the case when
16979         DDR_ARE_DEPENDENT (ddr) is chrec_dont_know.
16980         (find_data_references_in_stmt): Restrict the analysis of data
16981         references to the given loop nest.
16982         (find_data_references_in_loop): Made static.  Pass loop nest to
16983         find_data_references_in_stmt.
16984         (compute_data_dependences_for_loop): Use DR_VOPS.
16985         (free_data_ref): Free DR_VOPS.
16986         * tree-data-ref.h (struct first_location_in_loop): Replaced by ...
16987         (struct innermost_loop_behavior): ... new.
16988         (struct base_object_info): Replaced by ...
16989         (struct indices): ... new.
16990         (struct dr_alias): New.
16991         (enum data_ref_type): Removed.
16992         (struct data_reference): Consist of struct innermost_loop_behavior,
16993         struct indices and struct dr_alias.
16994         (DR_SET_ACCESS_FNS, DR_FREE_ACCESS_FNS): Removed.
16995         (DR_MEMTAG): Renamed to ...
16996         (DR_SYMBOL_TAG): ... this.
16997         (find_data_references_in_loop): Declaration removed.
16998         * tree-vect-analyze.c (vect_compute_data_ref_alignment): Use DR_INIT
16999         instead of DR_OFFSET_MISALIGNMENT.  DR_ALIGNED_TO is never NULL.
17000         (vect_analyze_data_refs): Use DR_SYMBOL_TAG instead of DR_MEMTAG.
17001         * tree-vect-transform.c (vect_create_data_ref_ptr): Ditto.
17002
17003 2007-05-13  Revital Eres  <eres@il.ibm.com>
17004
17005         * tree-ssa-dse.c (get_use_of_stmt_lhs): New function
17006         which walks virtual def-use chains to find redundant stores.
17007         (dse_optimize_stmt): Call it.
17008
17009 2007-05-12  Steven Bosscher  <steven@gcc.gnu.org>
17010
17011         * gcse.c (gcse_main): Do jump bypassing in CPROP2.
17012         * passes.c (init_optimization_passes): Move pass_jump_bypass
17013         after loop2.
17014
17015         * basic-block.h (bb_has_eh_pred): Fix style issue.
17016
17017 2007-05-12  Steven Bosscher  <steven@gcc.gnu.org>
17018
17019         PR rtl-optimization/31848
17020         * loop-invariant.c (move_invariant_reg): If we move an insn
17021         with a REG_EQUAL note, and that insn is not always executed,
17022         remove the REG_EQUAL note.
17023
17024 2007-05-12  Richard Guenther  <rguenther@suse.de>
17025
17026         PR tree-optimization/31797
17027         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Do not
17028         propagate into a stmt that has volatile ops.
17029
17030 2007-05-12  Richard Sandiford  <richard@codesourcery.com>
17031
17032         * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
17033         (gcc_tooldir): Likewise.
17034         * configure: Regenerate.
17035         * Makefile.in (libsubdir_to_prefix): New variable, based on the
17036         old configure.ac gcc_tooldir setting.
17037         (prefix_to_exec_prefix): New variable.
17038         (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
17039         rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
17040
17041 2007-05-11  Silvius Rus  <rus@google.com>
17042
17043         * Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.
17044         * c-common.c (strict_aliasing_warning): Modify -Wstrict-aliasing logic.
17045         * c-common.h (strict_aliasing_warning): Change return type.
17046         * c-opts.c (c_common_handle_option): Add call to set_Wstrict_aliasing.
17047         * c-typeck.c (build_indirect_ref): Add call to strict_aliasing_warning.
17048         (build_c_cast): Condition call to strict_aliasing_warning.
17049         * doc/invoke.texi: Update description of -Wstrict-aliasing[=n].
17050         * flags.h (set_Wstrict_aliasing): Declare.
17051         * opts.c (set_Wstrict_alising): Define, add call to.
17052         * tree-flow.h (strict_aliasing_warning_backend): Declare.
17053         * tree-ssa-alias-warnings.c: New file.
17054         * tree-ssa-alias.c (compute_may_aliases): Add call to
17055         strict_aliasing_warning_backend.
17056
17057 2007-05-11  Zdenek Dvorak  <dvorakz@suse.cz>
17058
17059         * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
17060         Use loop_depth and loop_outer accessor functions.
17061         * tree-ssa-loop-im.c (outermost_invariant_loop, set_level,
17062         determine_invariantness_stmt, move_computations_stmt): Ditto.
17063         * cfgloopmanip.c (fix_bb_placement, fix_loop_placement, remove_path,
17064         add_loop, loopify, unloop, fix_loop_structure): Ditto.
17065         * tree-ssa-loop-manip.c (find_uses_to_rename_use): Ditto.
17066         * tree-scalar-evolution.c (interpret_loop_phi,
17067         compute_scalar_evolution_in_loop, analyze_scalar_evolution_in_loop,
17068         instantiate_parameters_1, scev_const_prop): Ditto.
17069         * cfghooks.c (make_forwarder_block): Ditto.
17070         * cfgloopanal.c (mark_irreducible_loops, mark_loop_exit_edges): Ditto.
17071         * modulo-sched.c (loop_canon_p): Ditto.
17072         * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg,
17073         slpeel_can_duplicate_loop_p): Ditto.
17074         * lambda-code.c (invariant_in_loop_and_outer_loops): Ditto.
17075         * tree-cfg.c (tree_duplicate_sese_region): Ditto.
17076         * cfgloop.c (flow_loop_dump, flow_loop_nodes_find, rescan_loop_exit,
17077         cancel_loop, verify_loop_structure): Ditto.
17078         (flow_loop_nested_p, superloop_at_depth, flow_loop_free,
17079         add_bb_to_loop, remove_bb_from_loops, find_common_loop): Use the
17080         superloops vector instead of "pred" array.
17081         (establish_preds): Take father loop as an argument.  Initialize the
17082         superloops vector.
17083         (flow_loop_tree_node_add): Pass father loop to establish_preds.
17084         Do not initialize loop->outer.
17085         (flow_loop_tree_node_remove): Truncate the superloops vector.
17086         * cfgloop.h (struct loop): Removed field "outer", fields "depth" and
17087         "pred" merged to "superloops" vector.
17088         (loop_depth, loop_outer): New.
17089         (fel_init): Use loop_outer.
17090
17091 2007-05-11  Jan Hubicka  <jh@suse.cz>
17092
17093         * cgraphunit.c: Include gt-cgraphunit.h
17094         (static_ctors, static_dtors): New static vars.
17095         (record_cdtor_fn, build_cdtor, cgraph_build_cdtor_fns): New functions,
17096         based on implementation in c-common.c
17097         (cgraph_finalize_function): Call record_cdtor_fn.
17098         (cgraph_optimize): Call cgraph_build_cdtor_fns.
17099         * decl.c (finish_function): Do not call c_record_cdtor_fn.
17100         (c_write_global_declarations): Do not call c_build_cdtor_fns.
17101         * c-common.c (static_ctors, static_dtors, c_record_cdtor_fn,
17102         build_cdtor, c_build_cdtor_fns): Remove.
17103         * c-common.h (static_ctors, static_dtors, c_record_cdtor_fn,
17104         c_build_cdtor_fns): Remove prototype.
17105
17106 2007-05-11  Paolo Carlini  <pcarlini@suse.de>
17107
17108         PR other/31852
17109         * builtin-types.def: Add BT_FN_PTR_CONST_PTR_INT_SIZE.
17110         * builtins.def: Add BUILT_IN_MEMCHR, use the latter.
17111         * builtins.c (fold_builtin_memchr): New.
17112         (expand_builtin_memchr): Call the latter.
17113         (expand_builtin, fold_builtin_3): Deal with BUILT_IN_MEMCHR.
17114         * doc/extend.texi ([Other built-in functions provided by GCC]):
17115         Document memchr.
17116
17117 2007-05-11  Andreas Krebbel  <krebbel1@de.ibm.com>
17118
17119         * config/s390/s390.md (GPR0_REGNUM, FPR0_REGNUM, FPR2_REGNUM,
17120         PFPO_CONVERT, PFPO_OP_TYPE_SF, PFPO_OP_TYPE_DF, PFPO_OP_TYPE_TF,
17121         PFPO_OP_TYPE_SD, PFPO_OP_TYPE_DD, PFPO_OP_TYPE_TD, PFPO_OP0_TYPE_SHIFT,
17122         PFPO_OP1_TYPE_SHIFT): Constants added.
17123         (DFP_ALL): Mode macro defined.
17124         ("*trunc<BFP:mode><DFP_ALL:mode>2", "*trunc<DFP_ALL:mode><BFP:mode>2",
17125         "*extend<BFP:mode><DFP_ALL:mode>2", "*extend<DFP_ALL:mode><BFP:mode>2"):
17126         Insn definitions added.
17127         ("trunc<BFP:mode><DFP_ALL:mode>2", "trunc<DFP_ALL:mode><BFP:mode>2",
17128         "extend<BFP:mode><DFP_ALL:mode>2", "extend<DFP_ALL:mode><BFP:mode>2"):
17129         Expanders added.
17130
17131 2007-05-10  Zdenek Dvorak  <dvorakz@suse.cz>
17132
17133         PR tree-optimization/31885
17134         * tree-chrec.c (chrec_contains_undetermined): Do not consider
17135         NULL_TREE to be undetermined.
17136         (automatically_generated_chrec_p): Return false for NULL.
17137
17138 2007-05-08  Bernd Schmidt  <bernd.schmidt@analog.com>
17139
17140         * config/bfin/bfin.h (MOVE_RATIO): Define.
17141
17142 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
17143
17144         * config.gcc (sparc-wrs-vxworks): New target.
17145         * config/sparc/vxworks.h, config/sparc/t-vxworks: New files.
17146         * config/sparc/sparc-protos.h (sparc_emit_call_insn): Declare.
17147         * config/sparc/sparc.h: Include vxworks-dummy.h.
17148         (PRINT_OPERAND_ADDRESS): Extend SYMBOL_REF handling to
17149         include LABEL_REFs too.
17150         * config/sparc/sparc.c (sparc_expand_move): Don't assume that
17151         _GLOBAL_OFFSET_TABLE_ - label_ref is a link-time constant on
17152         VxWorks.
17153         (legitimize_pic_address): Handle LABEL_REFs like SYMBOL_REFs
17154         on VxWorks.
17155         (load_pic_register): Use gen_vxworks_load_got for VxWorks.
17156         (sparc_emit_call_insn): New function.
17157         (sparc_function_ok_for_sibcall): Restrict sibcalls to locally-binding
17158         functions when generating VxWorks PIC.
17159         * config/sparc/sparc.md (vxworks_load_got): New pattern.
17160         (call, call_value): Use sparc_emit_call_insn instead of
17161         emit_call_insn.
17162
17163 2007-05-09  Bob Wilson  <bob.wilson@acm.org>
17164
17165         * config/xtensa/xtensa.c (xtensa_output_literal): Don't use #if.
17166
17167 2007-05-09  Bob Wilson  <bob.wilson@acm.org>
17168
17169         * config/xtensa/xtensa.c (xtensa_output_literal): Mask out high bits
17170         for floating-point values if HOST_BITS_PER_LONG > 32.  Use
17171         split_double instead of operand_subword.
17172
17173 2007-05-08  Bernd Schmidt  <bernd.schmidt@analog.com>
17174
17175         * config/bfin/bfin.h (LOCAL_ALIGNMENT): Define.
17176         * config/bfin/bfin.c (bfin_local_alignment): New function.
17177         * config/bfin/bfin-protos.h (bfin_local_alignment): Declare it.
17178
17179 2007-05-08  Chao-ying Fu  <fu@mips.com>
17180
17181         * doc/md.texi (msub@var{m}@var{n}4, usub@var{m}@var{n}4): Document.
17182         * optabs.h (OTI_smsub_widen, OTI_umsub_widen): New optab_indexes.
17183         (smsub_widen_optab, umsub_widen_optab): Define.
17184         * optabs.c (init_optabs): Initialize smsub_widen_optab and
17185         umsub_widen_optab.
17186         * genopinit.c (optabs): Fill in smsub_widen_optab and
17187         umsub_widen_optab.
17188         * expr.c (expand_expr_real_1): Try to use smsub_widen_optab
17189         and umsub_widen_optab to implement multiply-subtract sequences.
17190         * config/mips/mips.md (*msac<u>_di): Rename to...
17191         (<u>msubsidi4): ...this.  Extend condition to include
17192         GENERATE_MADD_MSUB and TARGET_DSPR2.  Change the constraint
17193         of operand 0 to "ka" and use the three-operand form of msub<u>
17194         for TARGET_DSPR2.
17195         * config/mips/mips-dspr2.md (mips_msub, mips_msubu): Convert
17196         to define_expands.
17197
17198 2007-05-08  Kaz Kojima  <kkojima@gcc.gnu.org>
17199
17200         PR rtl-optimization/28011
17201         * reload.c (push_reload): Set dont_share if IN appears in OUT
17202         also when IN is a PLUS rtx.
17203         (reg_overlap_mentioned_for_reload_p): Return true if X and IN
17204         are same PLUS rtx.
17205
17206 2007-05-08  Kazu Hirata  <kazu@codesourcery.com>
17207
17208         * emit-rtl.c (unshare_all_rtl_1): Don't copy DECL_RTL.  Don't
17209         call unshare_all_decls.
17210         (unshare_all_rtl): Adjust the call to unshare_all_rtl_1.
17211         (unshare_all_decls): Remove.
17212
17213 2007-05-08  Simon Martin  <simartin@users.sourceforge.net>
17214
17215         PR 31847
17216         * tree-dump.c (dump_options): Don't use TDF_DIAGNOSTIC in "*-all" tree
17217         dumps.
17218
17219 2007-05-08  Sandra Loosemore  <sandra@codesourcery.com>
17220             Nigel Stephens  <nigel@mips.com>
17221
17222         * config/mips/mips.h (MAX_FPRS_PER_FMT): Renamed from FP_INC.
17223         Update comments and all uses.
17224         (MIN_FPRS_PER_FMT): Define.
17225         * config/mips/mips.c (function_arg): Fix to correctly handle
17226         the -mips32r2 -mfp64 -mabi=32 case.
17227         (override_options): Enable use of odd-numbered registers for
17228         SFmode values on MIPS32.
17229         (mips_save_reg_p): Save whole floating-point register pair if
17230         either half is used.
17231         (compute_frame_size): Fix comment.
17232
17233 2007-05-08  Jie Zhang  <jie.zhang@analog.com>
17234
17235         * config/bfin/bfin-protos.h (bfin_expand_epilogue): Add a third
17236         argument of type bool.
17237         * config/bfin/bfin.c (add_to_reg): Add epilogue_p as a fourth
17238         argument. Safely select temporary P register according to it.
17239         (do_link): Change call site of add_to_reg accordingly.
17240         (do_unlink): Add epilogue_p as a fourth argument and pass it
17241         to add_to_reg.
17242         (expand_interrupt_handler_epilogue): Change call of do_unlink
17243         accordingly.
17244         (bfin_expand_prologue): Add a third argument sibcall_p.
17245         * config/bfin/bfin.md (epilogue): Change call of
17246         bfin_expand_epilogue accordingly.
17247         (sibcall_epilogue): Likewise.
17248         (eh_return_internal): Likewise.
17249
17250         * config/bfin/bfin-protos.h (enum bfin_cpu): Add
17251         BFIN_CPU_BF534, BFIN_CPU_BF536 and BFIN_CPU_BF561.
17252         * config/bfin/bfin.c (bfin_handle_option): Handle
17253         -mcpu=bf534, -mcpu=bf536 and -mcpu=bf561.
17254         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS):
17255         Support bf534, bf536 and bf561.
17256         * doc/invoke.texi (Blackfin Options): Document -mcpu and -msim.
17257
17258 2007-05-08  Uros Bizjak  <ubizjak@gmail.com>
17259
17260         PR target/31854
17261         * config/i386/i386.c (ix86_function_regparm): Process local
17262         functions only when TREE_CODE (decl) equals FUNCTION_DECL.
17263
17264 2007-05-07  Mike Stump  <mrs@apple.com>
17265
17266         * doc/invoke.texi (Warning Options): Document that -Wempty-body
17267         also checks for and while statements in C++.
17268
17269 2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>
17270
17271         * gcc.c (at_file_supplied): New variable.
17272         (main): Set it if we expanded argv.
17273         (do_spec_1): Pass an @-file to the linker if we were called with
17274         an @-file argument and HAVE_GNU_LD.
17275         * collect2.c (at_file_supplied): New variable.
17276         (response_file): New variable.
17277         (collect_exit): Unlink response_file if necessary.
17278         (handler): Likewise.
17279         (do_wait): Likewise.
17280         (main): Set at_file_supplied if we expanded argv.
17281         (collect_execute): Pass an @-file to subprocesses if we were called
17282         with an @-file argument.
17283         * configure.ac: Add define for HAVE_GNU_LD.
17284         * configure: Regenerate.
17285         * config.in: Regenerate.
17286
17287 2007-05-07  Naveen.H.S  <naveen.hs@kpitcummins.com>
17288
17289         * config/m32c/muldiv.md (mulhisi3_c): Limit the mode of the 2nd
17290         operand to HI mode.
17291         (mulsi3): New.
17292         (divsi3): New.
17293         (udivsi3): New.
17294
17295 2007-05-07  Jayant Sonar  <jayants@kpitcummins.com>
17296
17297         * config/m32c/m32c.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.
17298         (TARGET_ENCODE_SECTION_INFO): Re-define.
17299         (m32c_encode_section_info): New
17300         (function_vector_handler): New
17301         (current_function_special_page_vector): New
17302         (m32c_special_page_vector_p): New.
17303         * config/m32c/m32c-protos.h (m32c_special_page_vector_p):
17304         Prototype.
17305         * config/m32c/jump.md: Added instruction JSRS for functions
17306         with attribute "function_vector".
17307         * doc/extend.texi (function_vector): Added description
17308         for M16C, M32C targets.
17309
17310 2007-05-07  DJ Delorie  <dj@redhat.com>
17311
17312         PR 31794
17313         * config/m32c/shift.md (ashlpsi3_i, ashrpsi3_i, ashlpsi3,
17314         ashrpsi3, lshrpsi3): Update shift count constraint.
17315
17316 2007-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
17317             Nathan Froyd  <froydnj@codesourcery.com>
17318
17319         PR 22133
17320         * c-incpath.c (add_path): Strip trailing path separators.
17321
17322 2007-05-07  Eric Botcazou  <ebotcazou@adacore.com>
17323
17324         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Reset cfg_altered.
17325         Free dominance info before purging EH edges.
17326         (eliminate_degenerate_phis): Likewise.
17327         (propagate_rhs_into_lhs): Set cfg_altered to true instead of 1.
17328
17329 2007-05-07  Jan Hubicka  <jh@suse.cz>
17330
17331         * gimplify.c (gimplify_expr): Do not crash when folding
17332         (void *)(int)&a + 4.
17333
17334 2007-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
17335
17336         PR driver/31694
17337         * c-opts.c (lang_fortran): Make it non static.
17338         * c-common.h (lang_fortran): New prototype.
17339         * c-cppbuiltin.c (c_cpp_builtins): Create a __GFORTRAN__ if the
17340         -lang-fortran option was passed by the driver.
17341
17342 2007-05-06  Eric Botcazou  <ebotcazou@adacore.com>
17343
17344         * timevar.c (timevar_print): Test ENABLE_ASSERT_CHECKING instead
17345         of ASSERT_CHECKING.  Tweak message.
17346
17347 2007-05-06  Revital Eres  <eres@il.ibm.com>
17348
17349         PR 30957
17350         * loop-unroll.c (insert_var_expansion_initialization):
17351         Initialize the expansions with -zero instead of +zero.
17352
17353 2007-05-05  Aurelien Jarno  <aurelien@aurel32.net>
17354
17355         * config/pa/pa.md: Split tgd_load, tld_load and tie_load
17356         into pic and non-pic versions. Mark r19 as used for
17357         tgd_load_pic, tld_load_pic and tie_load_pic. Mark r27 as used
17358         for tgd_load, tld_load and tie_load .
17359         * config/pa/pa.c (legitimize_tls_address): Emit pic or non-pic
17360         version of tgd_load, tld_load and tie_load depending on the
17361         value of flag_pic.
17362
17363 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
17364             Jakub Jelinek  <jakub@redhat.com>
17365
17366         * crtstuff.c (HIDDEN_DTOR_LIST_END): New macro.
17367         (__do_global_dtors_aux): Use more paranoid loop to run
17368         destructors if HIDDEN_DTOR_LIST_END.
17369         (__DTOR_END__): Export as a hidden symbol when HIDDEN_DTOR_LIST_END.
17370
17371 2007-05-04  Jakub Jelinek  <jakub@redhat.com>
17372
17373         * varasm.c (align_variable): Don't increase alignment for
17374         DECL_THREAD_LOCAL_P variables above BITS_PER_WORD through
17375         DATA_ALIGNMENT or CONSTANT_ALIGNMENT.
17376
17377 2007-05-04  Josh Conner  <jconner@apple.com>
17378
17379         * basic-block.h (cdi_direction): Assign values to all enumeration
17380         constants.
17381         (dom_computed): Remove.
17382         (dom_info_state): New.
17383         (set_dom_info_availability): New.
17384         * tree-ssa-loop-im.c (determine_invariantness): Initialize
17385         walk_data.dom_direction.
17386         * cfghooks.c (delete_basic_block): Use dom_info_available_p()
17387         instead of dom_computed[].
17388         (split_edge): Likewise.
17389         (create_basic_block): Likewise.
17390         (merge_blocks): Likewise.
17391         * ifcvt.c (find_if_header): Likewise.
17392         * tree-cfgcleanup.c (cleanup_tree_cfg): Likewise.
17393         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
17394         * tree-ssa.c (verify_ssa): Likewise.
17395         * tree-cfg.c (tree_verify_flow_info): Likewise.
17396         (remove_edge_and_dominated_blocks): Likewise.
17397         * dominance.c (dom_computed): Make static.
17398         (calc_dfs_tree_nonrec): Change third param to a bool.
17399         (calc_dfs_tree): Change second param to a bool.
17400         (calc_idioms): Change second param to a bool.  Use
17401         dom_convert_dir_to_idx.
17402         (init_dom_info): Validate dir before using.
17403         (dom_convert_dir_to_idx): New.
17404         (calculate_dominance_info): Use dom_convert_dir_to_idx.  New
17405         variable 'reverse' used for calling calc_dfs_tree and calc_idoms.
17406         (free_dominance_info): Use dom_convert_dir_to_idx.
17407         (get_immediate_dominator): Likewise.
17408         (set_immediate_dominator): Likewise.
17409         (get_dominated_by): Likewise.
17410         (redirect_immediate_dominators): Likewise.
17411         (nearest_common_denominator): Likewise.
17412         (dominated_by_p): Likewise.
17413         (bb_dom_dfs_in): Likewise.
17414         (bb_dom_dfs_out): Likewise.
17415         (recount_dominator): Likewise.
17416         (iterate_fix_dominators): Likewise.
17417         (add_to_dominance_info): Likewise.
17418         (delete_from_dominance_info): Likewise.
17419         (first_dom_son): Likewise.
17420         (next_dom_son): Likewise.
17421         (dom_info_available_p): Likewise.
17422         (dom_info_state): New.
17423         (set_dom_info_availability): New.
17424
17425 2007-05-04  Andreas Krebbel  <krebbel1@de.ibm.com>
17426
17427         * config/s390/s390.md ("fix_trunc<mode>di2", "fix_trunc<mode>si2"):
17428         Expander removed.
17429         ("fix_trunc<DSF:mode><GPR:mode>2"): Expander added.
17430
17431 2007-05-04  Bob Wilson  <bob.wilson@acm.org>
17432
17433         * config/xtensa/xtensa.md (adddi3, adddi_carry): Delete.
17434         (subdi3, subdi_carry): Delete.
17435
17436 2007-05-04  Jan Hubicka  <jh@suse.cz>
17437             Richard Guenther  <rguenther@suse.de>
17438
17439         * opts.c (decode_options): Do not fiddle with inlining
17440         parameters in case of optimizing for size.
17441         * ipa-inline.c (cgraph_decide_recursive_inlining): When optimizing
17442         for size do nothing.
17443         (cgraph_decide_inlining_of_small_function): When optimizing for
17444         size never inline functions increasing caller size.
17445         (cgraph_early_inlining): Inline for size when optimizing for size.
17446
17447 2007-05-04  Bernd Schmidt  <bernd.schmidt@analog.com>
17448
17449         * config/bfin/bfin.md (<optab>di3): Now a define_expand which expands
17450         logical operations piecewise.
17451         (<optab>di_zesidi_di, <optab>di_sesidi_di, negdi2, one_cmpldi2,
17452         zero_extendsidi2, subdi_di_zesidi, subdi_zesidi_di, subdi_di_sesidi,
17453         subdi_sesidi_di): Delete.
17454         (add_with_carry): Produce carry in CC instead of a DREG to shorten
17455         the generated sequence.  Allow three-reg add in constraints.  Rewrite
17456         the rtl expression for carry to avoid zero_extend of a constant.
17457         (sub_with_carry): New pattern.
17458         (adddi3, subdi3): Change into define_expand.  For subtract, generate a
17459         different sequence not involving jumps.
17460         (notbi): Now a named pattern.
17461
17462 2007-05-04  Bradley Lucier  <lucier@math.purdue.edu>
17463
17464         * doc/invoke.texi (i386 and x86-64 Options) [-mpc32, -mpc64, -mpc80]:
17465         Add the note about a significant loss of accuracy of some
17466         mathematical routines when these options are used.
17467
17468 2007-05-04  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
17469
17470         * haifa-sched.c (rtx_vec_t): New typedef.
17471         (contributes_to_priority_p): Extract piece of priority () into new
17472         static function.
17473         (priority): Use the function.  Add assertion.
17474         (rank_for_schedule, set_priorities): Add assertion to check that
17475         insn's priority is initialized.
17476         (clear_priorities, calc_priorities): Change signature.  Make it update
17477         all relevant insns.  Update all callers ('add_to_speculative_block ()'
17478         and 'create_block_check_twin ()').
17479         * sched-int.h (struct haifa_insn_data): Remove field 'priority_known'.
17480         Add new field 'priority_status'.
17481         (INSN_PRIORITY_STATUS): New macro.
17482         (INSN_PRIORITY_KNOWN): Change to use INSN_PRIORITY_STATUS.
17483
17484 2007-05-04  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
17485
17486         * sched-ebb.c (debug_ebb_dependencies): New static function.
17487         (init_ready_list): Use it.
17488
17489         * sched-rgn.c (debug_dependencies): Split into 'debug_dependencies ()'
17490         with changed signature and 'debug_rgn_dependencies ()'.
17491         (debug_rgn_dependencies): New static function.
17492         (init_ready_list): Use it.
17493
17494         * sched-int.h (debug_dependencies): Declare.
17495
17496 2007-05-04  Andreas Krebbel  <krebbel1@de.ibm.com>
17497
17498         * libgcc-std.ver (__ffssi2): Added to GCC_4.3.0 section.
17499
17500 2007-05-04  Dirk Mueller  <dmueller@suse.de>
17501
17502         * c.opt(Wmain,ffreestanding): Enable for C++,ObjC++.
17503
17504 2007-05-03  Jan Hubicka  <jh@suse.cz>
17505
17506         * fold-const.c (fold_unary): Convert (T1)(X op Y) into
17507         ((T1)X op (T1)Y), for pointer type in more cases than before.
17508
17509         * gimplify.c (gimplify_expr): Fold (void *)&a + 4.
17510
17511         * tree-object-size.c (plus_expr_object_size): When operand size is
17512         unknown, return unknown.
17513
17514 2007-05-03  Dirk Mueller  <dmueller@suse.de>
17515
17516         * doc/invoke.texi (-m386,-m486,-mpentium,-mpentiumpro): Remove.
17517
17518         * config/i386/i386.h (CC1_CPU_SPEC): Remove handling for deprecated
17519         options.
17520
17521         * config/i386/i386.opt (m386,m486,mpentium,mpentiumpro): Remove.
17522
17523 2007-05-03  Janis Johnson  <janis187@us.ibm.com>
17524
17525         * doc/sourcebuild.texi (Test Directives) Clarify dg-excess-errors.
17526
17527 2007-05-03  Joseph Myers  <joseph@codesourcery.com>
17528
17529         * config/soft-fp/double.h, config/soft-fp/extended.h,
17530         config/soft-fp/floatundidf.c, config/soft-fp/floatundisf.c,
17531         config/soft-fp/floatunsidf.c, config/soft-fp/floatunsisf.c,
17532         config/soft-fp/op-2.h, config/soft-fp/op-4.h,
17533         config/soft-fp/op-common.h, config/soft-fp/quad.h: Update from
17534         glibc CVS.
17535
17536 2007-05-03  Ian Lance Taylor  <iant@google.com>
17537
17538         * config/rs6000/rs6000.c (rs6000_override_options): Don't set
17539         MASK_PPC_GFXOPT for 8540 or 8548.
17540
17541 2007-05-03  Uros Bizjak  <ubizjak@gmail.com>
17542
17543         * tree-vect-transform.c (vect_update_inits_of_drs): Use
17544         vect_print_dump_info() to output debug information.
17545
17546 2007-05-03  Uros Bizjak  <ubizjak@gmail.com>
17547
17548         PR target/31768
17549         * config/i386/i386.c (print_operand) ['z']: Output 'w' for
17550         operands of size 2 when operand is not MEM_P.
17551
17552 2007-05-03  Zdenek Dvorak  <dvorakz@suse.cz>
17553
17554         PR tree-optimization/30565
17555         * lambda-code.c (perfect_nestify): Fix updating of dominators.
17556
17557 2007-05-03  Bernd Schmidt  <bernd.schmidt@analog.com>
17558
17559         * config/bfin/bfin.md (addpdi3, us_truncpdisi2): New patterns.
17560         (umulsi3_highpart): Use them.
17561         * config/bfin/lib1funcs.asm (__umulsi3_highpart): Use unsigned move
17562         for final accumulator to D regisster tranfser.
17563
17564 2007-05-03  Dorit Nuzman  <dorit@il.ibm.com>
17565
17566         PR tree-optimization/31699
17567         * tree-vect-analyze.c (vect_update_misalignment_for_peel): Remove
17568         wrong code.
17569         (vect_enhance_data_refs_alignment): Compute peel amount using
17570         TYPE_VECTOR_SUBPARTS instead of vf.
17571         * tree-vect-transform.c (vect_gen_niters_for_prolog_loop): Likewise.
17572
17573 2007-05-02  Brooks Moses  <brooks.moses@codesourcery.com>
17574
17575         PR bootstrap/31776
17576         * system.h: Remove inclusion of double-int.h
17577         * tree.h: Include double-int.h
17578         * gengtype.c: Likewise
17579         * cfgloop.h: Likewise
17580         * Makefile.in: Adjust dependencies on double-int.h
17581
17582 2007-05-02  Eric Christopher  <echristo@apple.com>
17583
17584         * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Translate
17585         -shared to -Zdynamiclib.
17586
17587 2007-05-02  Seongbae Park  <seongbae.park@gmail.com>
17588
17589         PR c++/31663
17590         * c-common.c (strip_pointer_or_array_types): New function.
17591         * c-common.h (strip_pointer_or_array_types): New function declaration.
17592
17593 2007-05-03  Zdenek Dvorak  <dvorakz@suse.cz>
17594
17595         PR tree-optimization/31771
17596         * tree-cfg.c (move_block_to_fn): Assign bb to the correct index.
17597
17598 2007-05-02  Paul Brook  <paul@codesourcery.com>
17599
17600         * config/arm/bpabi.S (aeabi_lcmp): Fix result on overflow.
17601
17602 2007-05-02  Andrew Pinski  <andrew_pinski@playstation.sony.com>
17603
17604         PR middle-end/29715
17605         * fold-const.c (fold_comparision): Remove the "foo++ == CONST"
17606         transformation.
17607
17608 2007-05-02  Nick Clifton  <nickc@redhat.com>
17609
17610         * config/frv/predicates.md (symbolic_operand): Accept CONSTs.
17611
17612 2007-05-02  Richard Guenther  <rguenther@suse.de>
17613
17614         PR tree-optimization/31146
17615         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): New
17616         argument, single_use_p.  If we have a single use that is
17617         a conversion to the definition rhs type, propagate that rhs.
17618         (forward_propagate_addr_expr): Pass single_use_p argument
17619         to forward_propagate_addr_expr_1.
17620
17621 2007-05-01  H.J. Lu  <hongjiu.lu@intel.com>
17622
17623         * config/i386/i386.c (ix86_expand_sse_comi): Remove unused
17624         variable.
17625
17626 2007-05-01  Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
17627
17628         * doc/invoke.texi: Fix typo, 'AMD Family 10h core' instead of
17629         'AMD Family 10 core'.
17630
17631 2007-05-01  Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
17632
17633         * config/i386/i386.c (override_options): Accept k8-sse3, opteron-sse3
17634         and athlon64-sse3 as improved versions of k8, opteron and athlon64
17635         with SSE3 instruction set support.
17636         * doc/invoke.texi: Likewise.
17637
17638 2007-05-01  Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
17639
17640         * config/i386/i386.c (override_options): Tuning 32-byte loop
17641         alignment for amdfam10 architecture. Increasing the max loop
17642         alignment to 24 bytes.
17643
17644 2007-05-01  Kazu Hirata  <kazu@codesourcery.com>
17645
17646         * config/m68k/constraints.md: New.
17647         * config/m68k/m68k.h (REG_CLASS_FROM_LETTER,
17648         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
17649         EXTRA_CONSTRAINT): Remove.
17650         * config/m68k/m68k.md: Include constraints.md.
17651         * expr.c (expand_expr_real_1): Copy DECL_RTL before using it.
17652
17653 2007-05-01  Ian Lance Taylor  <iant@google.com>
17654
17655         PR tree-optimization/31739
17656         * tree-vrp.c (vrp_val_is_max): New static function.
17657         (vrp_val_is_min): New static function.
17658         (set_value_range_to_value): Use TYPE_{MAX,MIN}_VALUE rather than
17659         copying the node.
17660         (set_value_range): Use vrp_val_is_{max,min}.
17661         (extract_range_from_assert): Likewise.
17662         (extract_range_from_binary_expr): Likewise.
17663         (extract_range_from_unary_expr): Likewise.
17664         (dump_value_range, vrp_meet): Likewise.
17665         (vrp_visit_phi_node): Likewise.
17666         * tree.c (build_distinct_type_copy): Revert change of 2007-04-27.
17667
17668 2007-05-01  Mark Mitchell  <mark@codesourcery.com>
17669
17670         * config/i386/gmon-sol2.c (size_t): New type.
17671         (intptr_t): Likewise.
17672         (s_textsize): Declare as size_t.
17673         (sbrk): Declare.
17674         (monstartup): Use size_t for sizes.
17675         (_mcount): Save and restore registers.
17676         (internal_mcount): Pass 0 as the first argument to monstartup
17677         in 64-bit mode.
17678         (moncontrol): Convert pointer to appropriately sized integer
17679         before passing to profil.
17680
17681 2007-05-01  Joseph Myers  <joseph@codesourcery.com>
17682
17683         * config/rs6000/darwin-ldouble.c (__gcc_qunord): Define if
17684         __NO_FPRS__, not just if _SOFT_DOUBLE.
17685         * config/rs6000/libgcc-ppc-glibc.ver (__gcc_qunord): Likewise.
17686         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Use __gcc_qunord
17687         also for E500 double.
17688         * config/rs6000/rs6000.md (buneq, bunge, bungt, bunle, bunlt,
17689         suneq, sunge, sungt, sunle, sunlt): Disable for (TARGET_HARD_FLOAT
17690         && !TARGET_FPRS).
17691
17692 2007-05-01  Richard Guenther  <rguenther@suse.de>
17693
17694         * tree-ssa-loop-manip.c (ip_normal_pos): Check if last stmt
17695         is NULL.
17696
17697 2007-05-01  Joseph Myers  <joseph@codesourcery.com>
17698
17699         * config/rs6000/libgcc-ppc-glibc.ver (__gcc_qgt): Fix typo.
17700
17701 2007-05-01  Jan Hubicka  <jh@suse.cz>
17702
17703         * tree-vectorize.c (vect_is_simple_use): gimple_min_invariant is
17704         invariant.
17705
17706 2007-05-01  Jan Hubicka  <jh@suse.cz>
17707
17708         * tree.h (maybe_fold_offset_to_component_ref): Remove.
17709         (maybe_fold_offset_to_reference): Declare.
17710         * fold-const.c (fold_unary): Do not fold
17711         (type *)&A into &A->field_of_type_and_offset_0
17712         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): When base type
17713         size is unknown, give up.
17714         (maybe_fold_offset_to_component_ref): Ignore firelds with unknown
17715         offsets.
17716         (maybe_fold_offset_to_reference): New.
17717         (maybe_fold_stmt_indirect): Use it.
17718         (fold_stmt_r): Fold (type *)&A+offset into A->field_if_type_and_offset.
17719         * gimplify.c (gimplify_conversion): Canonicalize conversions to
17720         field references.
17721         (gimplify_expr): Likewise for plus_expr.
17722
17723 2007-05-01  Zdenek Dvorak  <dvorakz@suse.cz>
17724
17725         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use
17726         bsi_after_labels.  Always insert statements before bsi.
17727         * tree-vect-transform.c (vect_create_epilog_for_reduction): Ditto.
17728         * predict.c (apply_return_prediction): Check for empty blocks.
17729         * cfgexpand.c (lab_rtx_for_bb): New variable.
17730         (label_rtx_for_bb): Do not create new tree labels.
17731         (expand_gimple_basic_block): Add labels recorded in lab_rtx_for_bb.
17732         (tree_expand_cfg): Initialize lab_rtx_for_bb.
17733         * tree-cfg.c (build_tree_cfg): Call cleanup_dead_labels after
17734         creating edges.
17735         (label_for_bb): Add field used.
17736         (update_eh_label, main_block_label): Mark the label used.
17737         (cleanup_dead_labels): Remove unused labels.
17738
17739 2007-05-01  Richard Guenther  <rguenther@suse.de>
17740
17741         * tree-vrp.c (set_value_range): Do not allocate equiv bitmap
17742         if it is not about to be set.
17743         (get_value_range): Do not pre-allocate equiv bitmap.
17744         (update_value_range): No need to clear equiv field.
17745         (add_equivalence): Change prototype to get bitmap pointer.
17746         Allocate bitmap here if it is not already.
17747         (extract_range_from_assert): Do not allocate bitmap here.
17748         Update callers to add_equivalence.
17749         (extract_range_from_ssa_name): Likewise.
17750         (get_vr_for_comparison): New static helper.
17751         (compare_name_with_value): Handle NULL equiv bitmap by
17752         peeling the first iteration of the comparison loop.
17753         Use get_vr_for_comparison.
17754         (compare_names): Handle NULL equiv bitmaps by using fake
17755         ones.  Use get_vr_for_comparison.
17756
17757 2007-04-30  Brooks Moses  <brooks.moses@codesourcery.com>
17758
17759         * double-int.c (mpz_set_double_int): Moved from
17760         tree-ssa-loop-niter.c.
17761         (mpz_get_double_int): Likewise; also, add option to wrap
17762         out-of-range integers.
17763         * double-int.h: New prototypes for above.
17764         * tree.c (get_static_type_bounds): Moved from
17765         tree-ssa-loop-niter.c; now returns TYPE_MIN_VALUE and
17766         TYPE_MAX_VALUE if they exist..
17767         * tree.h: New prototype for above.
17768         * tree-ssa-loop-niter.c: Adjust mpz_to_double_int and
17769         get_type_bounds calls.
17770         (mpz_set_double_int): Move to double-int.c.
17771         (get_type_bounds): Move to tree.c, rename to
17772         get_static_type_bounds.
17773         (mpz_to_double_int): Move to double-int.c, rename to
17774         mpz_get_double_int.
17775
17776 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
17777
17778         * config/xtensa/lib1funcs.asm (__umodsi3, __modsi3): Rearrange so that
17779         DIV0 exception can fall through to a normal return.
17780
17781 2007-04-30  Alexandre Oliva  <aoliva@redhat.com>
17782
17783         PR middle-end/22156
17784         Temporarily revert:
17785         2007-04-06  Andreas Tobler  <a.tobler@schweiz.org>
17786         * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
17787         2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
17788         * tree-sra.c (try_instantiate_multiple_fields): Needlessly
17789         initialize align to silence bogus warning.
17790         2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
17791         * tree-sra.c (struct sra_elt): Add in_bitfld_block.  Remove
17792         all_no_warning.
17793         (struct sra_walk_fns): Remove use_all parameter from use.
17794         (sra_hash_tree): Handle BIT_FIELD_REFs.
17795         (sra_elt_hash): Don't hash bitfld blocks.
17796         (sra_elt_eq): Skip them in parent compares as well.  Handle
17797         BIT_FIELD_REFs.
17798         (sra_walk_expr): Don't maintain or pass down use_all_p.
17799         (scan_use): Remove use_all parameter.
17800         (scalarize_use): Likewise.  Re-expand assignment to
17801         BIT_FIELD_REF of gimple_reg.  De-scalarize before input or
17802         output, and re-scalarize after output.  Don't mark anything
17803         for no warning.
17804         (scalarize_ldst): Adjust.
17805         (scalarize_walk_gimple_modify_statement): Likewise.
17806         (build_element_name_1): Handle BIT_FIELD_REFs.
17807         (instantiate_element): Don't warn for any element whose parent
17808         is used as a whole.
17809         (instantiate_missing_elements_1): Return the sra_elt.
17810         (canon_type_for_field): New.
17811         (try_instantiate_multiple_fields): New.
17812         (instantiate_missing_elemnts): Use them.
17813         (mark_no_warning): Removed.
17814         (generate_one_element_ref): Handle BIT_FIELD_REFs.
17815         (REPLDUP, sra_build_elt_assignment): New.
17816         (generate_copy_inout): Use them.
17817         (generate_element_copy): Likewise.  Handle bitfld differences.
17818         (generate_element_zero): Don't recurse for blocks.  Use
17819         sra_build_elt_assignment.
17820         (generate_one_element_int): Take elt instead of var.  Use
17821         sra_build_elt_assignment.
17822         (generate_element_init_1): Adjust.
17823         (scalarize_use, scalarize_copy): Use REPLDUP.
17824         (scalarize_ldst): Move assert before dereference.
17825         (dump_sra_elt_name): Handle BIT_FIELD_REFs.
17826
17827 2007-04-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>
17828
17829         PR C++/31721
17830         * tree.c (reconstruct_complex_type): Reconstruct a reference
17831         correctly.
17832         Also use the same mode for the pointer as the old pointer type.
17833
17834 2007-04-30  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
17835
17836         * doc/trouble.texi (Interoperation): Remove note about Ultrix
17837         Fortran compiler.
17838
17839 2007-04-29  Zdenek Dvorak  <dvorakz@suse.cz>
17840
17841         PR rtl-optimization/31676
17842         * df-scan.c (record_nonlocal_goto_receiver_defs): New function.
17843         (df_refs_record): Call it.
17844
17845 2007-04-29  Bernd Schmidt  <bernd.schmidt@analog.com>
17846
17847         * rtl.def (SS_ABS): New code.
17848         * config/bfin/bfin.c (print_operand): New modifier 'v'.
17849         (enum bfin_builtins): Add BFIN_BUILTIN_SUM_2X16, BFIN_BUILTIN_ABS_1x32,
17850         BFIN_BUILTIN_ROUND_1x32, BFIN_BUILTIN_MULT_1x32x32,
17851         BFIN_BUILTIN_MULT_1x32x32NS, BFIN_BUILTIN_SSASHIFT_1x32.
17852         (bfin_init_builtins): Define them.
17853         (bdesc_1arg, bdesc_2arg): Add some of them here, ...
17854         (bfin_expand_builtin): ... and handle the others here.
17855         * config/bfin/bfin.md (ssabssi2, ssroundsi2, ssashiftsi3,
17856         flag_mul_macv2hi_parts_acconly_andcc0): New patterns.
17857         (ss_absv2hi2): Renamed from absv2hi; use ss_abs code.
17858         (ssashiftv2hi3, ssashifthi3, lshiftv2hi3, lshifthi3): Shift count
17859         operand is only HImode.
17860
17861 2007-04-29  Steven Bosscher  <steven@gcc.gnu.org>
17862
17863         * regclass.c (scan_one_insn): Remove splitting of
17864         two address insns.
17865
17866 2007-04-28  Sandra Loosemore  <sandra@codesourcery.com>
17867             Nigel Stephens  <nigel@mips.com>
17868
17869         * config/mips/mips.h (SLOW_BYTE_ACCESS): Turn off for MIPS16.
17870
17871 2007-04-28  Jan Hubicka  <jh@suse.cz>
17872
17873         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Use
17874         insn_locators_alloc instead of insn_locators_initialize;
17875         call reset_block_changes.
17876         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
17877         * config/sh/sh.c (sparc_output_mi_thunk): Likewise.
17878         * config/is64/ia64.c (ia64_output_mi_thunk): Likewise.
17879         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
17880         * config/score/score.c (th_output_mi_thunk): Likewise.
17881         * config/mips/mips.c (mips_output_mi_thunk): Likewise.
17882         * cfglyaout.c (set_curr_insn_source_location, set_curr_insn_block):
17883         tolerate uninitialized locator info.
17884
17885         Re-apply:
17886         * function.c (init_function_start): Don't init line number info.
17887         (expand_function_end): Update.
17888         (reset_block_changes, record_block_change, finalize_block_changes,
17889         check_block_change, free_block_changes): Kill.
17890         * function.h (reset_block_changes, record_block_change,
17891         finalize_block_changes, check_block_change, free_block_changes):
17892         Remove prototypes.
17893         (struct function): Remove ib_boundaries_block.
17894         * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
17895         Use curr_insn_locator to initialize locator.
17896         (emit_line_note): Remove.
17897         * cfgexpand.c (expand_gimple_cond_expr): Update.
17898         (construct_exit_block): Likewise.
17899         (tree_expand_cfg): Initialize/finalize locators.
17900         * expr.c (expand_expr_real): Update.
17901         * cfglayout.c (line_locators_locs, line_locators_lines,
17902         file_locators_locs, file_locators_files): Remove.
17903         (set_block_levels): Move to cfgexpand.c.
17904         (insn_locators_initialize): Remove.
17905         (pass_insn_locators_initialize): Remove.
17906         (locations_locators_locs, locations_locators_vals): New static vars.
17907         (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
17908         Likewise.
17909         (insn_locators_alloc, insn_locators_finalize,
17910         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
17911         New functions.
17912         (locator_location): New.
17913         (locator_line, locator_file): Rewrite.
17914         * rtl.h (emit_line_note): Kill.
17915         (insn_locators_alloc, insn_locators_finalize,
17916         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
17917         Declare.
17918         * tree-inline.c (initialize_cfun): Do not initialize
17919         ib_boundaries_block.
17920         * passes.c (pass_insn_locators_initialize): Remove.
17921
17922 2007-04-28  Zdenek Dvorak  <dvorakz@suse.cz>
17923
17924         * tree-cfg.c (move_block_to_fn): Release bb from dominance
17925         info.  Update last_basic_block correctly.
17926
17927 2007-04-27  Kaz Kojima  <kkojima@gcc.gnu.org>
17928
17929         PR target/31701
17930         * config/sh/sh.c (output_stack_adjust): Avoid using the frame
17931         register itself to hold the offset constant.  Tell flow the use
17932         of r4 and r5 when they are used.
17933
17934 2007-04-27  Richard Guenther  <rguenther@suse.de>
17935
17936         * tree-ssa-forwprop.c (forward_propagate_into_cond): Keep track
17937         if we simplified anything.
17938         (tree_ssa_forward_propagate_single_use_vars): Defer overflow
17939         warnings until we did a simplification and the stmt was not
17940         marked as TREE_NO_WARNING.
17941
17942 2007-04-27  Mike Stump  <mrs@apple.com>
17943
17944         * config/rs6000/darwin.h (ALWAYS_PUSH_CONSTS_USING_REGS_P): Remove.
17945
17946 2007-04-27  Ian Lance Taylor  <iant@google.com>
17947
17948         PR middle-end/31710
17949         * tree.c (build_distinct_type_copy): If TYPE_MIN_VALUE or
17950         TYPE_MAX_VALUE exist, convert them to the new type.
17951
17952 2007-04-27  Zdenek Dvorak  <dvorakz@suse.cz>
17953
17954         * tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info
17955         if it claims to be available.
17956         * tree-ssa-dce.c (remove_dead_stmt): Mark cfg as altered when
17957         edge is redirected.
17958         (perform_tree_ssa_dce): Always free postdominators.
17959
17960 2007-04-27  Richard Henderson  <rth@redhat.com>
17961
17962         * config/alpha/predicates.md (aligned_memory_operand): Mark
17963         as define_special_predicate.
17964         (unaligned_memory_operand, normal_memory_operand): Likewise.
17965         (reg_or_unaligned_mem_operand): Remove.
17966         (any_memory_operand): Match the documentation and check for
17967         non-renumbered pseudos during reload.
17968         * config/alpha/alpha.c (alpha_secondary_reload): Rename from
17969         alpha_secondary_reload_class, update to new interface, make static.
17970         Handle CQImode like HImode.  Remove FP subreg check.
17971         (alpha_expand_mov): Use replace_equiv_address.
17972         (alpha_expand_mov_nobwx): Use any_memory_operand.
17973         (TARGET_SECONDARY_RELOAD): New.
17974         * config/alpha/alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Remove.
17975         (SECONDARY_OUTPUT_RELOAD_CLASS): Remove.
17976         * config/alpha/sync.md (I12MODE, I48MODE, modesuffix): Move ...
17977         * config/alpha/alpha.md: ... here.
17978         (RELOAD12, reloadmode): New.
17979         (movcqi): New.
17980         (reload_in<RELOAD12>): Macro-ize from reload_inqi, reload_inhi.
17981         Don't handle the aligned case here.
17982         (reload_out<RELOAD12>): Macro-ize from reload_outqi, reload_outhi.
17983         (reload_in<I12MODE>_aligned): Macro-ize from reload_inqi_help,
17984         reload_inhi_help.  Don't expect a scratch register.
17985         (reload_out<I12MODE>_aligned): Macro-ize from reload_outqi_help,
17986         reload_outhi_help.
17987         * config/alpha/alpha-protos.h (alpha_secondary_reload_class): Remove.
17988
17989 2007-04-27  Richard Guenther  <rguenther@suse.de>
17990
17991         * tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.
17992
17993 2007-04-27  Richard Guenther  <rguenther@suse.de>
17994
17995         PR tree-optimization/30965
17996         PR tree-optimization/30978
17997         * Makefile.in (tree-ssa-forwprop.o): Depend on $(FLAGS_H).
17998         * tree-ssa-forwprop.c (forward_propagate_into_cond_1): Remove.
17999         (find_equivalent_equality_comparison): Likewise.
18000         (simplify_cond): Likewise.
18001         (get_prop_source_stmt): New helper.
18002         (get_prop_dest_stmt): Likewise.
18003         (can_propagate_from): Likewise.
18004         (remove_prop_source_from_use): Likewise.
18005         (combine_cond_expr_cond): Likewise.
18006         (forward_propagate_comparison): New function.
18007         (forward_propagate_into_cond): Rewrite to use fold for
18008         tree combining.
18009         (tree_ssa_forward_propagate_single_use_vars): Call
18010         forward_propagate_comparison to propagate comparisons.
18011
18012 2007-04-27  Richard Guenther  <rguenther@suse.de>
18013
18014         PR tree-optimization/31715
18015         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Make
18016         sure to do computation on the offset in an appropriate
18017         signed type.
18018
18019 2007-04-27  Richard Sandiford  <richard@codesourcery.com>
18020
18021         * reload.h (elimination_target_reg_p): Declare.
18022         * reload.c (find_reloads): Don't apply the reg_rtx move
18023         optimization if the SET_DEST satisfies elimination_target_reg_p.
18024         * reload1.c (elimination_target_reg_p): New function.
18025         (gen_reload): In the move/add2 fallback, make sure that op0
18026         does not overlap the destination register.
18027
18028 2007-04-27  Zdenek Dvorak  <dvorakz@suse.cz>
18029
18030         * tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to
18031         transform only GIMPLE_MODIFY_STMTs.
18032         * tree-complex.c (expand_complex_operations_1): Ditto.
18033         (expand_complex_div_wide): Do not create gotos in COND_EXPR branches.
18034         * tree-ssa-loop-manip.c (build_if_stmt): Removed.
18035         (tree_transform_and_unroll_loop): Do not create gotos in COND_EXPR
18036         branches.
18037         * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
18038         tree_mod_subtract, tree_ic, tree_stringop_fixed_value): Ditto.
18039         * omp-low.c (expand_parallel_call, expand_omp_for_generic,
18040         expand_omp_for_static_chunk, expand_omp_for_static_nochunk): Ditto.
18041         * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes,
18042         slpeel_add_loop_guard): Ditto.
18043         * tree-mudflap.c (mf_build_check_statement_for): Ditto.
18044         * lambda-code.c (perfect_nestify): Ditto.
18045         * tree-iterator.c (tsi_split_statement_list_before): Fix splitting
18046         before the first statement.
18047         * tree-optimize.c (execute_free_datastructures): Fix comments.
18048         (execute_free_cfg_annotations): Do not call disband_implicit_edges.
18049         * tree-flow.h (disband_implicit_edges): Declaration removed.
18050         * tree-cfg.c (make_cond_expr_edges): Remove gotos from COND_EXPR
18051         branches.
18052         (cleanup_dead_labels, tree_redirect_edge_and_branch): Handle
18053         COND_EXPRs without gotos.
18054         (disband_implicit_edges, has_label_p): Removed.
18055         (tree_verify_flow_info): Verify that COND_EXPR branches are empty.
18056         (tree_lv_add_condition_to_bb): Do not create gotos in COND_EXPR
18057         branches.
18058         * tree.c (build3_stat): Mark COND_EXPRs used as statements as having
18059         side effects.
18060         * tree-pretty-print.c (dump_implicit_edges): Dump implicit edges
18061         also for COND_EXPRs.
18062         * cfgexpand.c (label_rtx_for_bb): New function.
18063         (expand_gimple_cond_expr): Do not expect gotos in COND_EXPR branches.
18064         Use label_rtx_for_bb to find the labels.
18065         (expand_gimple_basic_block): Remove RETURN_EXPR at the end of the
18066         last block.  Detect fallthru edges.
18067
18068 2007-04-26  Ian Lance Taylor  <iant@google.com>
18069
18070         PR target/28675
18071         * reload.c (find_reloads_subreg_address): If the address was valid
18072         in the original mode but not in the new mode, reload the whole
18073         address.
18074
18075 2007-04-27  Zdenek Dvorak  <dvorakz@suse.cz>
18076
18077         * tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.
18078         (remove_fallthru_edge): Use remove_edge_and_dominated_blocks.
18079         (cleanup_control_expr_graph): Do not invalidate dominance info.
18080         Record altered blocks.
18081         (cleanup_control_flow, cleanup_forwarder_blocks): Removed.
18082         (cleanup_control_flow_bb, split_bbs_on_noreturn_calls,
18083         cleanup_tree_cfg_bb): New functions.
18084         (remove_forwarder_block): Do not maintain the worklist of blocks.
18085         Record altered blocks.
18086         (cleanup_tree_cfg_1): Iterate over cfgcleanup_altered_bbs,
18087         not over whole cfg.
18088         (cleanup_tree_cfg): Do not iterate cleanup_tree_cfg_1.  Only call
18089         delete_unreachable_blocks if dominators are not available.
18090         * tree-inline.c (optimize_inline_calls): Free dominance information
18091         earlier.
18092         * tree-flow.h (remove_edge_and_dominated_blocks,
18093         cfgcleanup_altered_bbs): Altered.
18094         * tree-cfg.c (replace_uses_by, tree_merge_blocks): Record altered
18095         blocks.
18096         (get_all_dominated_blocks, remove_edge_and_dominated_blocks): New
18097         functions.
18098         (tree_purge_dead_eh_edges): Use remove_edge_and_dominated_blocks,
18099         do not invalidate dominators.
18100
18101 2007-04-26  Anatoly Sokolov <aesok@post.ru>
18102
18103         * config/avr/avr.c (avr_mcu_types): Add support for ATmega8HVA and
18104         ATmega16HVA devices. Move AT90USB82 device to 'avr5' architecture.
18105         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
18106         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
18107
18108 2007-04-26  Steve Ellcey  <sje@cup.hp.com>
18109
18110         * config/ia64/ia64.md (ip_value): Fix itanium_class attribute.
18111
18112 2007-04-26  Richard Guenther  <rguenther@suse.de>
18113
18114         PR tree-optimization/31703
18115         * tree-ssa-loop-im.c (rewrite_bittest): Make sure to use
18116         the right type for the target of the bittest.
18117
18118 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
18119
18120         * config/i386/vx-common.h (RETURN_IN_MEMORY): Use
18121         ix86_sol10_return_in_memory.
18122
18123 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
18124
18125         * config/i386/i386.c (ix86_sol10_return_in_memory): Remove unused
18126         variables.
18127
18128 2007-04-26  Jakub Jelinek  <jakub@redhat.com>
18129
18130         PR c++/31598
18131         * tree-inline.c (copy_body_r): Don't touch TREE_TYPE of OMP_CLAUSE.
18132
18133         PR tree-optimization/30558
18134         * tree-eh.c (lower_eh_filter): If EH_FILTER_MUST_NOT_THROW
18135         clear this_state.prev_try.
18136
18137 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
18138             Mark Mitchell  <mark@codesourcery.com>
18139
18140         * config/i386/i386-protos.h (ix86_sol10_return_in_memory): Declare.
18141         * config/i386/i386.c (ix86_sol10_return_in_memory): New function.
18142         * config/i386/sol2-10.h (RETURN_IN_MEMORY): Use it.
18143
18144 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
18145
18146         PR driver/31107
18147         * doc/invoke.texi (%:print-asm-header): Document.
18148         * gcc.c (asm_options): Use %:print-asm-header() for --target-help
18149         and -ftarget-help.
18150         (static_spec_functions): Add print-asm-header.
18151         (main): Print a banner before the --target-help linker options.
18152         (print_asm_header_spec_function): New function.
18153
18154 2007-04-25  Kaz Kojima  <kkojima@gcc.gnu.org>
18155
18156         PR target/31403
18157         * config/sh/sh.md (movsi_ie): Fix length for TARGET_SH2A.
18158         (movsf_ie): Likewise.
18159
18160 2007-04-25  Paolo Carlini  <pcarlini@suse.de>
18161
18162         * doc/extend.texi ([Type Traits]): Adjust per N2255.
18163
18164 2007-04-25  Bob Wilson  <bob.wilson@acm.org>
18165
18166         * config/xtensa/lib1funcs.asm (__udivsi3, __divsi3): Throw an
18167         exception for divide-by-zero.
18168         (__umodsi3, __modsi3): Likewise.
18169
18170 2007-04-25  Dirk Mueller  <dmueller@suse.de>
18171
18172         * c-typeck.c (build_compound_expr): Annotate warning()
18173         call with OPT_Wunused_value.
18174         * tree-ssa.c (warn_uninit): Annotate warning with
18175         OPT_Wunintialized.
18176         * c-common.c (handle_sentinel_attribute): Annotate warning
18177         call with OPT_Wattributes.
18178
18179 2007-04-25  Thiemo Seufer  <ths@mips.com>
18180
18181         * config/mips/mips.opt (mdmx, mmt, mno-mdmx): New options.
18182         (mips16): Fix typo.
18183         * config/mips/mips.h (ASM_SPEC): Pass -mmt/-mno-mt and -mdmx/-mno-mdmx
18184         on to the assembler.  Improve handling of -mno-mips16.  Add handling
18185         of -mno-mips3d, -mno-dsp, -mno-dspr2.
18186         * doc/invoke.texi (MIPS Options): Whitespace cleanup.  Fix wrong use
18187         of @itemx.  Document -mno-dsp, -mno-dspr2, -mno-paired-single, -mdmx,
18188         -mno-mdmx, -mno-mips3d, -mmt and -mno-mt.
18189
18190 2007-04-25  Danny Smith  <dannysmith.users.sourceforge.net>
18191
18192         PR target/31680
18193         * config/i386/winnt.c (i386_pe_file_end): Strip only
18194         USER_LABEL_PREFIX when writing export name.
18195
18196 2007-04-25  Richard Sandiford  <richard@codesourcery.com>
18197
18198         * config.gcc (sh-wrs-vxworks): Don't include dbxelf.h.  Include
18199         sh/elf.h, vx-common.h and vxworks.h.
18200         * config/sh/sh.h: Include config/vxworks-dummy.h.
18201         (SUBTARGET_OVERRIDE_OPTIONS): Define.
18202         (OVERRIDE_OPTIONS): Use it.
18203         * config/sh/sh.md (GOTaddr2picreg): Add suport for VxWorks RTPs.
18204         (vxworks_picreg): New pattern.
18205         * config/sh/vxworks.h (TARGET_OS_CPP_BUILTINS): Use
18206         VXWORKS_OS_CPP_BUILTINS.
18207         (LIB_SPEC, LINK_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Redefine
18208         to their VXWORKS_* equivalents.
18209         (SUBTARGET_OVERRIDE_OPTIONS, SUBTARGET_CPP_SPEC): Define.
18210         (SUBTARGET_LINK_EMUL_SUFFIX, FUNCTION_PROFILER): Define.
18211         * config/sh/lib1funcs.asm (NO_FPSCR_VALUES): Define for VxWorks PIC.
18212         (set_fpscr, ic_invalidate): Add VxWorks PIC sequences.
18213         * config/sh/t-vxworks (MULTILIB_OPTIONS): Add m4a, -mrtp and
18214         -mrtp/-fPIC multilibs.
18215         (MULTILIB_EXCEPTIONS): Generalize globs accordingly.
18216         (MULTILIB_MATCHES, EXTRA_MULTILIB_PARTS): Define.
18217         (MULTILIB_OSDIRNAMES): Delete.
18218
18219 2007-04-25  Anatoly Sokolov <aesok@post.ru>
18220
18221         PR target/18989
18222         * config/avr/avr.h (ASM_OUTPUT_ALIGN): Redefine.
18223
18224 2007-04-24  Brooks Moses  <brooks.moses@codesourcery.com>
18225
18226         * real.c (mpfr_from_real): Handle Inf and NaN, and allow the
18227         rounding mode to be specified by the caller.
18228         (real_to_mpfr) Likewise.
18229         * real.h: Update mpfr_from_real, mpfr_to_real prototypes to
18230         include new arguments.
18231         * builtins.c: Update mpfr_from_real, mpfr_to_real calls.
18232
18233 2007-04-24  Ian Lance Taylor  <iant@google.com>
18234
18235         PR tree-optimization/31605
18236         * tree-vrp.c (set_value_range): Check that min and max are not
18237         both overflow infinities.
18238         (set_value_range_to_value): New static function.
18239         (extract_range_from_binary_expr): Call set_value_range_to_value.
18240         (extract_range_from_cond_expr): Likewise.
18241         (extract_range_from_expr): Likewise.
18242         (extract_range_from_unary_expr): Likewise.  Don't create a range
18243         which overflows on both sides.
18244         (vrp_meet): Check for a useless range.
18245         (vrp_visit_phi_node): If we see a constant which looks like an
18246         overflow infinity, turn off the TREE_OVERFLOW flag.
18247
18248 2007-04-24  Ian Lance Taylor  <iant@google.com>
18249
18250         * flow.c (elim_reg_cond): Handle a comparison of a subreg.
18251
18252 2007-04-24  Simon Martin  <simartin@users.sourceforge.net>
18253
18254         PR diagnostic/25923
18255         * tree-pass.h (TDF_DIAGNOSTIC): New dump control to specify that a
18256         diagnostic message is being built.
18257         * tree-pretty-print.c (dump_generic_node): Only write the
18258         formatted text into BUFFER's stream if we are not building a
18259         diagnostic message.
18260         * toplev.c (default_tree_printer): Pass TDF_DIAGNOSTIC to
18261         dump_generic_node.
18262         * Makefile.in (toplev.o): Depend on tree-pass.h.
18263
18264 2007-04-24  Ian Lance Taylor  <iant@google.com>
18265
18266         PR tree-optimization/31602
18267         * tree-ssa-loop-ch.c (copy_loop_headers): Set TREE_NO_WARNING for
18268         conditionals in the copied loop header.
18269         * tree-cfg.c (fold_cond_expr_cond): Don't issue undefined overflow
18270         warnings if TREE_NO_WARNING is set.
18271         * doc/invoke.texi (Warning Options): Clarify that
18272         -Wstrict-overflow does not warn about loops.
18273
18274 2007-04-24  Janis Johnson  <janis187@us.ibm.com>
18275
18276         * config/rs6000/rs6000.c (function_arg_advance): For 32-bit ELF ABI,
18277         expand on the comment about _Decimal128 arguments and check the
18278         integer result of the modulus operation; for 64-bit ELF ABI, ensure
18279         that _Decimal128 argument uses even/odd register pair.
18280         (function_arg): Ditto.
18281
18282 2007-04-24  Hui-May Chang <hm.chang@apple.com>
18283
18284         * reload1.c (merge_assigned_reloads) : Do not merge a RELOAD_OTHER
18285         instruction with a RELOAD_FOR_OPERAND_ADDRESS instruction.
18286
18287 2007-04-24  Richard Guenther  <rguenther@suse.de>
18288             Olga Golovanevsky  <olga@il.ibm.com>
18289
18290         * fold-const.c (multiple_of_p): Check for bottom
18291         to be zero.
18292
18293 2007-04-24  Richard Henderson  <rth@redhat.com>
18294
18295         * libgcc2.h (AVOID_FP_TYPE_CONVERSION): Rename from
18296         IS_IBM_EXTENDED.  Also define in terms of WIDEST_HARDWARE_FP_SIZE.
18297         * libgcc2.c (__floatdisf): Avoid double-word arithmetic when
18298         looking for non-zero bits shifted out.  Avoid a recursive call
18299         when constructing the scalar.
18300         (__floatundisf): Likewise.
18301
18302 2007-04-24  Nathan Froyd  <froydnj@codesourcery.com>
18303
18304         * dwarf2out.c (field_byte_offset): Move the existing logic
18305         under the control of PCC_BITFIELD_TYPE_MATTERS and just use
18306         the bit offset of the field if !PCC_BITFIELD_TYPE_MATTERS.
18307
18308 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
18309
18310         PR target/31641
18311         * config/s390/s390.c (s390_expand_setmem): Don't ICE for constant
18312         length argument of 0 for memset.
18313         (s390_expand_movmem, s390_expand_setmem, s390_expand_cmpmem): Use
18314         unsigned shift instead of the signed variant.
18315
18316 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
18317
18318         * config/s390/s390.md ("*cmp<mode>_ccs_0_ibm", "*cmp<mode>_ccs_ibm",
18319         "fix_trunc<BFP:mode><GPR:mode>2_ieee", "fix_truncdfsi2_ibm",
18320         "floatsidf2_ibm", "floatsisf2", "truncdfsf2_ieee", "truncdfsf2_ibm",
18321         "*trunctfdf2_ieee", "*trunctfdf2_ibm", "*trunctfsf2_ieee",
18322         "*trunctfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
18323         "*extenddftf2_ieee", "*extenddftf2_ibm", "*extendsftf2_ieee",
18324         "*extendsftf2_ibm", "*add<mode>3", "*add<mode>3_ibm", "*sub<mode>3_ibm",
18325         "*mul<mode>3", "*mul<mode>3_ibm", "*div<mode>3", "*div<mode>3_ibm",
18326         "*neg<mode>2_ibm", "*abs<mode>2_ibm"): Insn definitions removed.
18327         ("fix_trunc<BFP:mode><GPR:mode>2_bfp", "floatsi<mode>2",
18328         "truncdfsf2", "trunctf<mode>2", "add<mode>3", "sub<mode>3",
18329         "mul<mode>3", "div<mode>3"): Insn definitions added.
18330         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fix_trunc<mode>di2",
18331         "fix_trunc<mode>si2"): gen_fix_trunc<BFP:mode><GPR:mode>2_ieee renamed
18332         to gen_fix_trunc<BFP:mode><GPR:mode>2_bfp.
18333         ("fix_truncdfsi2", "floatsitf2", "truncdfsf2", "trunctfdf2",
18334         "trunctfsf2", "extendsfdf2", "extenddftf2", "extendsftf2", "add<mode>3",
18335         "sub<mode>3", "mul<mode>3", "div<mode>3"): Expander removed.
18336         ("fix_trunc<mode>si2", "extend<DSF:mode><BFP:mode>2"): Expander added.
18337         * config/s390/s390.h (TARGET_IBM_FLOAT, TARGET_IEEE_FLOAT,
18338         TARGET_FLOAT_FORMAT): Macro definitions removed.
18339         (FP_REGNO_P): No special case for !TARGET_IEEE_FLOAT anymore.
18340         * config/s390/s390.c (struct processor_costs, z900_cost, z990_cost,
18341         z9_109_cost): Remove fields for hexfloat instructions: dxr, ddr and der.
18342         (s390_rtx_costs): Remove !TARGET_IEEE_FLOAT special branches.
18343         (s390_gen_rtx_const_DI): Function removed.
18344         * config/s390/s390-protos.h (s390_gen_rtx_const_DI): Prototype removed.
18345
18346 2007-04-24  Richard Sandiford  <richard@codesourcery.com>
18347
18348         * optabs.c (set_conv_libfunc): Prefer libgcc2's __ffsMM2 functions
18349         over an external ffs function.
18350
18351 2007-04-24  Chao-ying Fu  <fu@mips.com>
18352             Richard Sandiford  <richard@nildram.co.uk>
18353
18354         * doc/md.texi (madd@var{m}@var{n}4, umadd@var{m}@var{n}4): Document.
18355         * optabs.h (OTI_smadd_widen, OTI_umadd_widen): New optab_indexes.
18356         (smadd_widen_optab, umadd_widen_optab): Define.
18357         * optabs.c (init_optabs): Initialize smadd_widen_optab and
18358         umadd_widen_optab.
18359         * genopinit.c (optabs): Fill in smadd_widen_optab and
18360         umadd_widen_optab.
18361         * expr.c (expand_expr_real_1): Try to use smadd_widen_optab
18362         and umadd_widen_optab to implement multiply-add sequences.
18363         * config/mips/mips.md (*<su>mul_acc_di): Rename to...
18364         (<u>maddsidi4): ...this.  Extend condition to include
18365         GENERATE_MADD_MSUB and TARGET_DSPR2.  Change the constraint
18366         of operand 0 to "ka" and use the three-operand form of madd<u>
18367         for TARGET_DSPR2.
18368         * config/mips/mips-dspr2.md (mips_madd, mips_maddu): Convert
18369         to define_expands.
18370         * config/mips/constraints.md (ka): New register constraint.
18371
18372 2007-04-24  Jan Hubicka  <j@suse.cz>
18373
18374         Revert:
18375
18376         2007-04-23  Jan Hubicka  <jh@suse.cz>
18377         * function.c (init_function_start): Don't init line number info.
18378         (expand_function_end): Update.
18379         (reset_block_changes, record_block_change, finalize_block_changes,
18380         check_block_change, free_block_changes): Kill.
18381         * function.h (reset_block_changes, record_block_change,
18382         finalize_block_changes, check_block_change, free_block_changes):
18383         Remove prototypes.
18384         (struct function): Remove ib_boundaries_block.
18385         * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
18386         Use curr_insn_locator to initialize locator.
18387         (emit_line_note): Remove.
18388         * cfgexpand.c (expand_gimple_cond_expr): Update.
18389         (construct_exit_block): Likewise.
18390         (tree_expand_cfg): Initialize/finalize locators.
18391         * expr.c (expand_expr_real): Update.
18392         * cfglayout.c (line_locators_locs, line_locators_lines,
18393         file_locators_locs, file_locators_files): Remove.
18394         (set_block_levels): Move to cfgexpand.c.
18395         (insn_locators_initialize): Remove.
18396         (pass_insn_locators_initialize): Remove.
18397         (locations_locators_locs, locations_locators_vals): New static vars.
18398         (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
18399         Likewise.
18400         (insn_locators_alloc, insn_locators_finalize,
18401         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
18402         New functions.
18403         (locator_location): New.
18404         (locator_line, locator_file): Rewrite.
18405         * rtl.h (emit_line_note): Kill.
18406         (insn_locators_alloc, insn_locators_finalize,
18407         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
18408         Declare.
18409         * tree-inline.c (initialize_cfun): Do not initialize
18410         ib_boundaries_block.
18411         * passes.c (pass_insn_locators_initialize): Remove.
18412
18413 2007-04-24  Daniel Franke  <franke.daniel@gmail.com>
18414
18415         * doc/invoke.texi: Removed leading '-' from option index entries.
18416
18417 2007-04-23  Zdenek Dvorak  <dvorakz@suse.cz>
18418
18419         * tree-phinodes.c (reserve_phi_args_for_new_edge, remove_phi_node):
18420         Use phi_nodes_ptr.
18421         (create_phi_node): Use set_phi_nodes.
18422         * omp-low.c (expand_omp_parallel): Use bb_stmt_list.
18423         * tree-if-conv.c (process_phi_nodes): Use set_phi_nodes.
18424         (combine_blocks): Use bb_stmt_list and set_bb_stmt_list.
18425         * tree-flow-inline.h (phi_nodes, set_phi_nodes,
18426         (bsi_start, bsi_last): Use bb_stmt_list.
18427         (phi_nodes_ptr, bb_stmt_list, set_bb_stmt_list): New functions.
18428         * cfgexpand.c (expand_gimple_basic_block): Use bb_stmt_list.
18429         Traverse the statements using tsi iterator.
18430         * basic-block.h (struct basic_block_def): Fields stmt_list
18431         and phi_nodes moved to ...
18432         (struct tree_bb_info): ... new structure.
18433         * tree-cfg.c (create_bb): Allocate il.tree.  Use set_bb_stmt_list.
18434         (tree_merge_blocks): Use bb_stmt_list and set_bb_stmt_list.
18435         (remove_bb): Handle blocks with NULL stmt list.  Clear il.tree field.
18436         (tree_verify_flow_info): Verify that il.tree is not set for
18437         entry and exit block.
18438         (tree_split_block): Use set_bb_stmt_list.
18439
18440 2007-04-23  Mike Stump  <mrs@apple.com>
18441
18442         * config/i386/i386.c (ix86_tune_features
18443         [X86_TUNE_DEEP_BRANCH_PREDICTION]: Prefer call over thunks on
18444         nocona and core2.
18445
18446 2007-04-23  H.J. Lu  <hongjiu.lu@intel.com>
18447
18448         * config/i386/i386.md (prefix_extra): New attribute.
18449         (length): Add prefix_extra.
18450
18451         * onfig/i386/sse.md (sse2_movdqu): Set prefix_data16.
18452         (sse2_movntv2di): Likewise.
18453         (sse2_cvtps2dq): Likewise.
18454         (sse2_cvtpd2pi): Likewise.
18455         (sse2_cvttpd2pi): Likewise.
18456         (*sse2_cvtpd2ps): Likewise.
18457         (*add<mode>3): Likewise.
18458         (sse2_ssadd<mode>3): Likewise.
18459         (sse2_usadd<mode>3): Likewise.
18460         (*sub<mode>3): Likewise.
18461         (sse2_sssub<mode>3): Likewise.
18462         (sse2_ussub<mode>3): Likewise.
18463         (*mulv8hi3): Likewise.
18464         (*smulv8hi3_highpart): Likewise.
18465         (*umulv8hi3_highpart): Likewise.
18466         (sse2_umulv2siv2di3): Likewise.
18467         (sse2_pmaddwd): Likewise.
18468         (ashr<mode>3): Likewise.
18469         (lshr<mode>3): Likewise.
18470         (ashl<mode>3): Likewise.
18471         (sse2_ashlti3): Likewise.
18472         (sse2_lshrti3): Likewise.
18473         (*umaxv16qi3): Likewise.
18474         (*smaxv8hi3): Likewise.
18475         (*uminv16qi3): Likewise.
18476         (*sminv8hi3): Likewise.
18477         (sse2_eq<mode>3): Likewise.
18478         (sse2_gt<mode>3): Likewise.
18479         (*and<mode>3): Likewise.
18480         (sse2_nand<mode>3): Likewise.
18481         (*ior<mode>3): Likewise.
18482         (*xor<mode>3): Likewise.
18483         (sse2_packsswb): Likewise.
18484         (sse2_packssdw): Likewise.
18485         (sse2_packuswb): Likewise.
18486         (sse2_punpckhbw): Likewise.
18487         (sse2_punpcklbw): Likewise.
18488         (sse2_punpckhwd): Likewise.
18489         (sse2_punpcklwd): Likewise.
18490         (sse2_punpckhdq): Likewise.
18491         (sse2_punpckldq): Likewise.
18492         (sse2_punpckhqdq): Likewise.
18493         (sse2_punpcklqdq): Likewise.
18494         (*sse2_pinsrw): Likewise.
18495         (*sse2_pextrw): Likewise.
18496         (sse2_pshufd_1): Likewise.
18497         (sse2_uavgv16qi3): Likewise.
18498         (sse2_uavgv8hi3): Likewise.
18499         (sse2_psadbw): Likewise.
18500         (sse2_pmovmskb): Likewise.
18501         (*sse2_maskmovdqu): Likewise.
18502         (*sse2_maskmovdqu_rex64): Likewise.
18503         (sse4a_extrqi): Likewise.
18504         (sse4a_extrq): Likewise.
18505         (sse3_lddqu): Set prefix_rep.
18506         (sse3_addsubv4sf3): Likewise.
18507         (sse3_haddv4sf3): Likewise.
18508         (sse3_hsubv4sf3): Likewise.
18509         (sse_cvtss2si): Likewise.
18510         (sse_cvtss2si_2): Likewise.
18511         (sse_cvtss2siq): Likewise.
18512         (sse_cvtss2siq_2): Likewise.
18513         (sse_cvttss2si): Likewise.
18514         (sse_cvttss2siq): Likewise.
18515         (sse2_cvttps2dq): Likewise.
18516         (sse3_movshdup): Likewise.
18517         (sse3_movsldup): Likewise.
18518         (sse2_cvtsd2si): Likewise.
18519         (sse2_cvtsd2si_2): Likewise.
18520         (sse2_cvtsd2siq): Likewise.
18521         (sse2_cvtsd2siq_2): Likewise.
18522         (sse2_cvttsd2si): Likewise.
18523         (sse2_cvttsd2siq): Likewise.
18524         (*sse2_cvtpd2dq): Likewise.
18525         (*sse2_cvttpd2dq): Likewise.
18526         (sse2_pshuflw_1): Likewise.
18527         (sse2_pshufhw_1): Likewise.
18528         (sse4a_insertqi): Likewise.
18529         (sse4a_insertq): Likewise.
18530         (ssse3_phaddwv8hi3): Set prefix_data16 and prefix_extra.
18531         (ssse3_phadddv4si3): Likewise.
18532         (ssse3_phaddswv8hi3): Likewise.
18533         (ssse3_phsubwv8hi3): Likewise.
18534         (ssse3_phsubdv4si3): Likewise.
18535         (ssse3_phsubswv8hi3): Likewise.
18536         (ssse3_pmaddubswv8hi3): Likewise.
18537         (ssse3_pmulhrswv8hi3): Likewise.
18538         (ssse3_pshufbv16qi3): Likewise.
18539         (ssse3_psign<mode>3): Likewise.
18540         (ssse3_palignrti): Likewise.
18541         (abs<mode>2): Likewise.
18542         (ssse3_phaddwv4hi3): Set prefix_extra.
18543         (ssse3_phadddv2si3): Likewise.
18544         (ssse3_phaddswv4hi3): Likewise.
18545         (ssse3_phsubwv4hi3): Likewise.
18546         (ssse3_phsubdv2si3): Likewise.
18547         (ssse3_phsubswv4hi3): Likewise.
18548         (ssse3_pmaddubswv4hi3): Likewise.
18549         (ssse3_pmulhrswv4hi3): Likewise.
18550         (ssse3_pshufbv8qi3): Likewise.
18551         (ssse3_psign<mode>3): Likewise.
18552         (ssse3_palignrdi): Likewise.
18553         (abs<mode>2): Likewise.
18554         (sse2_cvtdq2ps): Set mode to V4SF instead of V2DF.
18555         (*vec_dupv2df): Set mode to V2DF instead of V4SF.
18556         (sse2_pmovmskb): Set mode to SI instead of V2DF.
18557
18558 2007-04-23  Nick Clifton  <nickc@redhat.com>
18559
18560         * params.def: Fix formatting of emacs local variables.
18561
18562 2007-04-23  H.J. Lu  <hongjiu.lu@intel.com>
18563
18564         * config/i386/sse.md (sse2_stored): Don't split to inter-unit
18565         move if inter-unit move isn't allowed.
18566         Don't split moving the first element of V2DI to DI to inter-unit
18567         move if inter-unit move isn't allowed.
18568
18569 2007-04-23  Richard Guenther  <rguenther@suse.de>
18570
18571         * tree-ssa-sink.c (execute_sink_code): Calculate CDI_DOMINATORS
18572         and CDI_POST_DOMINATORS separately.
18573
18574 2007-04-23  Nick Clifton  <nickc@redhat.com>
18575
18576         * c.opt (Wformat-contains-nul): Add warning attribute.
18577
18578 2007-04-23  Jan Hubicka  <jh@suse.cz>
18579
18580         * function.c (init_function_start): Don't init line number info.
18581         (expand_function_end): Update.
18582         (reset_block_changes, record_block_change, finalize_block_changes,
18583         check_block_change, free_block_changes): Kill.
18584         * function.h (reset_block_changes, record_block_change,
18585         finalize_block_changes, check_block_change, free_block_changes):
18586         Remove prototypes.
18587         (struct function): Remove ib_boundaries_block.
18588         * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
18589         Use curr_insn_locator to initialize locator.
18590         (emit_line_note): Remove.
18591         * cfgexpand.c (expand_gimple_cond_expr): Update.
18592         (construct_exit_block): Likewise.
18593         (tree_expand_cfg): Initialize/finalize locators.
18594         * expr.c (expand_expr_real): Update.
18595         * cfglayout.c (line_locators_locs, line_locators_lines,
18596         file_locators_locs, file_locators_files): Remove.
18597         (set_block_levels): Move to cfgexpand.c.
18598         (insn_locators_initialize): Remove.
18599         (pass_insn_locators_initialize): Remove.
18600         (locations_locators_locs, locations_locators_vals): New static vars.
18601         (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
18602         Likewise.
18603         (insn_locators_alloc, insn_locators_finalize,
18604         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
18605         New functions.
18606         (locator_location): New.
18607         (locator_line, locator_file): Rewrite.
18608         * rtl.h (emit_line_note): Kill.
18609         (insn_locators_alloc, insn_locators_finalize,
18610         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
18611         Declare.
18612         * tree-inline.c (initialize_cfun): Do not initialize
18613         ib_boundaries_block.
18614         * passes.c (pass_insn_locators_initialize): Remove.
18615
18616 2007-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
18617
18618         PR middle-end/31448
18619         * expr.c (reduce_to_bit_field_precision): Handle
18620         CONST_INT rtx's.
18621
18622 2007-04-22  Uros Bizjak  <ubizjak@gmail.com>
18623
18624         PR tree-optimization/24659
18625         * optabs.h (enum optab_index) [OTI_vec_unpacks_hi,
18626         OTI_vec_unpacks_lo]: Update comment to mention floating point operands.
18627         (vec_pack_trunc_optab): Rename from vec_pack_mod_optab.
18628         * genopinit.c (optabs): Rename vec_pack_mod_optab
18629         to vec_pack_trunc_optab.
18630         * tree-vect-transform.c (vectorizable_type_demotion): Do not fail
18631         early for scalar floating point operands for NOP_EXPR.
18632         (vectorizable_type_promotion): Ditto.
18633         * optabs.c (optab_for_tree_code) [VEC_PACK_TRUNC_EXPR]: Return
18634         vec_pack_trunc_optab.
18635         (expand_binop): Rename vec_float_trunc_optab to vec_pack_mod_optab.
18636
18637         * tree.def (VEC_PACK_TRUNC_EXPR): Rename from VEC_PACK_MOD_EXPR.
18638         * tree-pretty-print.c (dump_generic_node) [VEC_PACK_TRUNC_EXPR]:
18639         Rename from VEC_PACK_MOD_EXPR.
18640         (op_prio) [VEC_PACK_TRUNC_EXPR]: Ditto.
18641         * expr.c (expand_expr_real_1): Ditto.
18642         * tree-inline.c (estimate_num_insns_1): Ditto.
18643         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
18644
18645         * config/i386/sse.md (vec_unpacks_hi_v4sf): New expander.
18646         (vec_unpacks_lo_v4sf): Ditto.
18647         (vec_pack_trunc_v2df): Ditto.
18648         (vec_pack_trunc_v8hi): Rename from vec_pack_mod_v8hi.
18649         (vec_pack_trunc_v4si): Rename from vec_pack_mod_v4si.
18650         (vec_pack_trunc_v2di): Rename from vec_pack_mod_v2di.
18651
18652         * config/rs6000/altivec.md (vec_pack_trunc_v8hi): Rename from
18653         vec_pack_mod_v8hi.
18654         (vec_pack_trunc_v4si): Rename from vec_pack_mod_v4si.
18655
18656         * doc/c-tree.texi (Expression trees) [VEC_PACK_TRUNC_EXPR]:
18657         Rename from VEC_PACK_MOD_EXPR.  This expression also represent
18658         packing of floating point operands.
18659         [VEC_UNPACK_HI_EXPR, VEC_UNPACK_LO_EXPR]: These expression also
18660         represent unpacking of floating point operands.
18661         * doc/md.texi (Standard Names) [vec_pack_trunc]: Update documentation.
18662         [vec_unpacks_hi]: Ditto.
18663         [vec_unpacks_lo]: Ditto.
18664
18665 2007-04-22  Jan Hubicka  <jh@suse.cz>
18666
18667         * final.c (rest_of_handle_final): Call
18668         targetm.asm_out.constructor/targetm.asm_out.destructor
18669         * cgraphunit.c (cgraph_build_static_cdtor): Don't do it here; set
18670         proper priority via decl_*_priority_insert.
18671         * c-common.c (c_expand_body): Likewise.
18672
18673 2007-04-22  Richard Guenther  <rguenther@suse.de>
18674
18675         PR tree-optimization/29789
18676         * tree-ssa-loop-im.c (stmt_cost): Adjust cost of shifts.
18677         (rewrite_reciprocal): New helper split out from
18678         determine_invariantness_stmt.
18679         (rewrite_bittest): Likewise.
18680         (determine_invariantness_stmt): Rewrite (A >> B) & 1 to
18681         A & (1 << B) if (1 << B) is loop invariant but (A >> B)
18682         is not.
18683
18684 2007-04-22  Revital Eres  <eres@il.ibm.com>
18685
18686         * loop-unroll.c (var_to_expand): New field to support also
18687         insns of the form x = something + x.
18688         (analyze_insn_to_expand_var): Use it.
18689         (expand_var_during_unrolling): Likewise.
18690
18691 2007-04-21  Zdenek Dvorak  <dvorakz@suse.cz>
18692
18693         * predict.c: Include pointer-set.h.
18694         (bb_predictions): New variable.
18695         (tree_predicted_by_p, tree_predict_edge,
18696         remove_predictions_associated_with_edge): Use bb_predictions map
18697         instead of bb->predictions.
18698         (clear_bb_predictions, assert_is_empty): New functions.
18699         (combine_predictions_for_bb): Use bb_predictions map.  Call
18700         clear_bb_predictions.
18701         (tree_estimate_probability): Create and free bb_predictions map.
18702         * Makefile.in (predict.o): Add pointer-set.h dependency.
18703         * basic-block.h (struct basic_block_def): Remove predictions
18704         field.
18705         * cfgrtl.c (rtl_verify_flow_info_1): Do not check bb->predictions.
18706
18707 2007-04-21  Kaz Kojima  <kkojima@gcc.gnu.org>
18708
18709         PR target/31480
18710         * config/sh/sh.md (length): Check if prev_nonnote_insn (insn)
18711         is null.
18712
18713 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
18714
18715         * timevar.c (timevar_print): Change reference of --disable-checking to
18716         --enable-checking=release.  Also warn if assert checking is disabled.
18717
18718 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
18719
18720         PR C/30265
18721         * c-gimplifier.c (gimplify_compound_literal_expr): Mark the
18722         decl as addressable if the compound literal was marked as
18723         addressable.
18724         Mark the decl as a gimple register if it is a complex or
18725         vector decl and does not live in memory.
18726
18727 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
18728
18729         * tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.
18730         (GENERIC_NEXT): New function macro.
18731         (PHI_CHAIN): Use phi_node's new chain variable.
18732         (tree_phi_node): Change tree_common to tree_base
18733         and add the chain field.
18734         * tree-phinodes.c (make_phi_node): Don't set
18735         TREE_TYPE on the new node.
18736         * c-decl.c (lang_tree_node): Use GENERIC_NEXT
18737         instead of checking GIMPLE_TUPLE_P in chain_next.
18738         * tree-vect-transform.c
18739         (get_initial_def_for_induction): Look at
18740         PHI_RESULT_TREE for the type of the phi node.
18741         (update_vuses_to_preheader): Use PHI_CHAIN
18742         instead of TREE_CHAIN on the phi node.
18743         * tree-ssa-structalias.c (compute_points_to_sets):
18744         Likewise.
18745         (ipa_pta_execute): Likewise.
18746
18747 2007-04-21  Richard Guenther  <rguenther@suse.de>
18748
18749         PR middle-end/31136
18750         * fold-const.c (fold_unary): Call fold_convert_const on the
18751         original tree.
18752
18753 2007-04-21  Alexandre Oliva  <aoliva@redhat.com>
18754
18755         * gcse.c (store_killed_in_insn): Handle PARALLELs.
18756         (store_killed_in_pat): New.
18757
18758 2007-04-20  Richard Henderson  <rth@redhat.com>
18759
18760         PR target/31628
18761         * config/i386/i386.c (type_has_variadic_args_p): Look for any
18762         TREE_LIST with a void_type_node value, not void_list_node exactly.
18763
18764 2007-04-21  Douglas Gregor  <doug.gregor@gmail.com>
18765
18766         * doc/standards.texi: Re-arrange into language-specific
18767         subsections. Add a C++ section, documenting which standards we
18768         support.
18769
18770 2007-04-21  Zdenek Dvorak  <dvorakz@suse.cz>
18771
18772         * tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex.
18773         * tree-ssa-operands.c (finalize_ssa_vuse_ops): Free new_ops.
18774
18775 2007-04-20  Daniel Jacobowitz  <dan@codesourcery.com>
18776
18777         * config/rs6000/sysv4.h (STARTFILE_DEFAULT_SPEC): Include
18778         ecrti.o and crtbegin.o.
18779         (LIB_DEFAULT_SPEC): Include -lc.
18780         (ENDFILE_DEFAULT_SPEC): Include crtend.o and ecrtn.o.
18781
18782 2007-04-20  Richard Henderson  <rth@redhat.com>
18783
18784         PR target/28623
18785         * config/alpha/alpha.c (get_unaligned_address): Remove extra_offset
18786         argument; update all callers.
18787         (get_unaligned_offset): New.
18788         * config/alpha/alpha.md (extendqidi2, extendhidi2): Don't use
18789         get_unaligned_address, just pass on the address directly.
18790         (unaligned_extendqidi): Use gen_lowpart instead of open-coding
18791         the subreg in the helper patterns.
18792         (unaligned_extendqidi_le): Use get_unaligned_offset.
18793         (unaligned_extendqidi_be, unaligned_extendhidi_le): Likewise.
18794         (unaligned_extendhidi_be): Likewise.
18795         (unaligned_extendhidi): Tidy.
18796         * config/alpha/alpha-protos.h: Update.
18797
18798 2007-04-20  Richard Henderson  <rth@redhat.com>
18799
18800         * config/alpha/alpha.h (CPP_SPEC, CPP_SUBTARGET_SPEC): Remove.
18801         (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove.
18802         * config/alpha/linux.h (CPP_SPEC): Undef before redefine.
18803         * config/alpha/linux-elf.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
18804         * config/alpha/freebsd.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
18805         (CPP_SPEC): Don't include %(cpp_subtarget).
18806         * config/alpha/netbsd.h (CPP_SPEC): Rename CPP_SUBTARGET_SPEC.
18807         (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
18808         * config/alpha/osf.h (CPP_SPEC, EXTRA_SPECS): Similarly.
18809
18810 2007-04-20  Jakub Jelinek  <jakub@redhat.com>
18811
18812         * config/i386/i386.c (bdesc_2arg): Use ORDERED rather than UNORDERED
18813         for __builtin_ia32_cmpordss.
18814
18815         PR tree-optimization/31632
18816         * fold-const.c (fold_binary): Use op0 and op1 instead of arg0
18817         and arg1 for optimizations of comparison against min/max values.
18818         Fold arg0 to arg1's type for optimizations of comparison against
18819         min+1 and max-1 values.
18820
18821 2007-04-19  Bernd Schmidt  <bernd.schmidt@analog.com>
18822
18823         * reload.c (combine_reloads): When trying to use a dying register,
18824         check whether it's uninitialized and don't use if so.
18825
18826 2007-04-19  Brooks Moses  <brooks.moses@codesourcery.com>
18827
18828         * fold-const.c: Remove prototypes for native_encode_expr and
18829         native_interpret_expr.
18830         (native_encode_expr): Make non-static.
18831         (native_interpret_expr): Likewise.
18832         * tree.h: Add prototypes for the above.
18833
18834 2007-04-19  Joseph Myers  <joseph@codesourcery.com>
18835
18836         * config/rs6000/spe.md (*frob_tf_ti, *frob_ti_tf, *frob_ti_tf_2,
18837         *mov_si<mode>_e500_subreg0, *mov_si<mode>_e500_subreg0_2,
18838         *mov_sitf_e500_subreg8, *mov_sitf_e500_subreg8_2, spe_extenddftf2,
18839         spe_fix_trunctfsi2_internal, spe_negtf2_internal, cmptfeq_gpr,
18840         tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr, tsttflt_gpr):
18841         Add length attributes.
18842
18843 2007-04-19  Janis Johnson  <janis187@us.ibm.com>
18844
18845         * ginclude/float.h: Check that __STDC_WANT_DEC_FP__ is defined,
18846         not that it is 1.
18847
18848         * c-cppbuiltin.c (c_cpp_builtins): Remove definition of
18849         __STDC_WANT_DEC_FP__.
18850
18851 2007-04-19  Joseph Myers  <joseph@codesourcery.com>
18852
18853         * configure.ac: Allow both powerpc*-*-linux* and powerpc*-*-gnu*
18854         for long double compatibility.
18855         * configure: Regenerate.
18856
18857 2007-04-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
18858
18859         PR rtl-optimization/29841
18860         * cfgbuild.c (control_flow_insn_p): Return TRUE for unconditional
18861         trap instructions.
18862         * sched-deps.c (sched_analyze_insn): Prevent all non-jump instructions
18863         that may cause control flow transfer from being moved.
18864
18865 2007-04-18  Jan Hubicka  <jh@suse.cz>
18866
18867         * fold-const.c (div_if_zero_remainder): Do signed divide for pointer
18868         types.
18869
18870 2007-04-18  Eric Christopher  <echristo@apple.com>
18871
18872         * config/rs6000/darwin.md (load_macho_picbase): Use link register
18873         only. Update operands.
18874         * config/rs6000/rs6000.c (rs6000_emit_prologue): Update caller.
18875         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Ditto. Move from
18876         link register to pic register.
18877
18878 2007-04-18  Dirk Mueller  <dmueller@suse.de>
18879
18880         PR diagnostic/31227
18881         * tree-vrp.c (search_for_addr_array): New.
18882         (check_array_bounds): Suppress warning about
18883         address taken of array refs if its not de-referenced.
18884
18885 2007-04-18  Dorit Nuzman  <dorit@il.ibm.com>
18886
18887         * tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.
18888         * tree-vect-analyze.c (vect_analyze_loop_form): Set loop->aux.
18889
18890         * tree-vectorizer.h (NITERS_KNOWN_P): New.
18891         * tree-vect-analyze.c (vect_analyze_loop_form): Call NITERS_KNOWN_P
18892         instead of LOOP_VINFO_INT_NITERS to avoid having to geneate loop_info.
18893
18894         * tree-vect-analyze.c (vect_determine_vectorization_factor): Add
18895         dump print.
18896         (vect_analyze_operations): Fix indenetation.  Fix a comment.  Fix a
18897         print message.
18898         (vect_analyze_scalar_cycles): Fix indentation.
18899         (vect_enhance_data_refs_alignment): Fix check in case of peeling.
18900         (vect_mark_relevant): Include phis in relevance analysis.
18901
18902         * tree-vect-transform.c (vect_transform_loop): Add an assert.
18903
18904 2007-04-18  Anatoly Sokolov <aesok@post.ru>
18905
18906         * config/avr/avr.c (ptrreg_to_str): Replace error() with
18907         output_operand_lossage().
18908
18909 2007-04-18  Dorit Nuzman  <dorit@il.ibm.com>
18910
18911         * tree-vect-transform.c (get_initial_def_for_reduction): Clean away
18912         the unused code for reduction without adjust-in-epilog to simplify the
18913         function.
18914
18915 2007-04-18  Wolfgang Gellerich  <gellerich@de.ibm.com>
18916
18917         * config/s390/s390.h (S390_TDC_POSITIVE_ZERO): New constant.
18918         (S390_TDC_NEGATIVE_ZERO): New constant.
18919         (S390_TDC_POSITIVE_NORMALIZED_NUMBER): New constant.
18920         (S390_TDC_NEGATIVE_NORMALIZED_NUMBER): New constant.
18921         (S390_TDC_POSITIVE_DENORMALIZED_NUMBER): New constant.
18922         (S390_TDC_NEGATIVE_DENORMALIZED_NUMBER): New constant.
18923         (S390_TDC_POSITIVE_INFINITY): New constant.
18924         (S390_TDC_NEGATIVE_INFINITY): New constant.
18925         (S390_TDC_POSITIVE_QUIET_NAN): New constant.
18926         (S390_TDC_NEGATIVE_QUIET_NAN): New constant.
18927         (S390_TDC_POSITIVE_SIGNALING_NAN): New constant.
18928         (S390_TDC_NEGATIVE_SIGNALING_NAN): New constant.
18929         (S390_TDC_INFINITY): New constant.
18930         * config/s390/s390.c (s390_canonicalize_comparison): Renamed
18931         UNSPEC_CMPINT to UNSPEC_CCU_TO_INT, added a UNSPEC_CCU_TO_INT-like
18932         optimization for UNSPEC_CCZ_TO_INT.
18933         * config/s390/s390.md ("*TDC_insn_<mode>"): New insn.
18934         ("*ccz_to_int"): New insn.
18935         ("isinf<mode>2"): New insn.
18936         (UNSPEC_CMPINT): Renamed to UNSPEC_CCU_TO_INT.
18937         (UNSPEC_CCU_TO_INT): New constant, replaces UNSPEC_CMPINT.
18938         (UNSPEC_CCZ_TO_INT): New constant.
18939
18940 2007-04-18  Richard Guenther  <rguenther@suse.de>
18941
18942         PR tree-optimization/19431
18943         PR tree-optimization/21463
18944         * tree-pass.h (pass_phiprop): Declare.
18945         * passes.c (init_optimization_passes): New phiprop pass.
18946         * tree-ssa-forwprop.c (struct phiprop_d): New structure.
18947         (phivn_valid_p): New helper function.
18948         (phiprop_insert_phi): Likewise.
18949         (propagate_with_phi): Likewise.
18950         (tree_ssa_phiprop): New propagator propagating loads
18951         through phi nodes if profitable.
18952
18953 2007-04-18  Dorit Nuzman  <dorit@il.ibm.com>
18954
18955         * tree-vect-analyze.c (process_use): New function.
18956         (vect_mark_stmts_to_be_vectorized): Factor out code to process_use.
18957         Check phis in all bbs.
18958         * tree-vectorizer.c (vect_is_simple_use): Remove a no longer relavant
18959         assert.
18960
18961 2007-04-18  Bernd Schmidt  <bernd.schmidt@analog.com>
18962
18963         * reload1.c (eliminte_regs_in_insn): Use REG_EQUIV notes the same way
18964         we use REG_EQUAL.
18965
18966 2007-04-17  Anatoly Sokolov <aesok@post.ru>
18967
18968         PR target/30483
18969         * config/avr/avr.c (ptrreg_to_str): Replace gcc_unreachable() with
18970         error().
18971
18972 2007-04-17  H.J. Lu  <hongjiu.lu@intel.com>
18973
18974         * config/i386/sse.md (sse_vmaddv4sf3): Use register_operand
18975         on "0".
18976         (sse_vmmulv4sf3): Likewise.
18977         (sse2_vmaddv2df3): Likewise.
18978         (sse2_vmmulv2df3): Likewise.
18979
18980 2007-04-17  Zdenek Dvorak  <dvorakz@suse.cz>
18981
18982         PR rtl-optimization/31360
18983         * cfgloopanal.c (target_small_cost, target_pres_cost): Removed.
18984         (target_reg_cost): New.
18985         (init_set_costs): Initialize target_reg_cost.  Add comments
18986         regarding the rationale of the costs.
18987         (global_cost_for_size): Renamed to...
18988         (estimate_reg_pressure_cost): ... and simplify.  Decrease importance
18989         of register pressure.
18990         * tree-ssa-loop-ivopts.c (ivopts_global_cost_for_size): Use
18991         estimate_reg_pressure_cost.  Add number of ivs.
18992         (determine_set_costs): Dump target_reg_cost.
18993         * loop-invariant.c (gain_for_invariant): Use
18994         estimate_reg_pressure_cost.  Removed n_inv_uses argument.
18995         (best_gain_for_invariant, find_invariants_to_move): Remove
18996         n_inv_uses.
18997         * cfgloop.h (target_small_cost, target_pres_cost): Removed.
18998         (target_reg_cost): Declare.
18999         (global_cost_for_size): Declaration removed.
19000         (estimate_reg_pressure_cost): Declare.
19001
19002 2007-04-17  Peter Bergner  <bergner@vnet.ibm.com>
19003
19004         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Force TDmode
19005         regnos into even/odd register pairs.
19006         * config/rs6000/rs6000.h [SLOW_UNALIGNED_ACCESS]: Treat DDmode and
19007         TDmode similar to the other floating point modes.
19008         [SECONDARY_MEMORY_NEEDED]: Treat DDmode similar to DFmode.
19009         * config/rs6000/dfp.md (negdd2, absdd2, negtd2, abstd2): New
19010         define_expand's.
19011         (negdd2_fpr, absdd2_fpr, nabsdd2_fpr, negtd2_fpr, abstd2_fpr,
19012         nabstd2_fpr, movdd_hardfloat64_mfpgpr): New define_insn's.
19013         (movdd_hardfloat64): Use TARGET_MFPGPR.
19014
19015 2007-04-17  Bernd Schmidt  <bernd.schmidt@analog.com>
19016
19017         * reload1.c (delete_output_reload): Don't count output in n_inherited.
19018
19019         Revert
19020         2005-01-05  Richard Henderson  <rth@redhat.com>
19021         PR rtl-opt/10692
19022         * reload1.c (do_input_reload): Restrict the optimization deleteing
19023         a previous output reload to RELOAD_FOR_INPUT.
19024
19025 2007-04-17  Dorit Nuzman  <dorit@il.ibm.com>
19026
19027         * tree-vectorizer.h (stmt_vec_info_type): Add enum value
19028         induc_vec_info_type.
19029         (vectorizable_induction): New function declaration.
19030         * tree-vect-transform.c (get_initial_def_for_induction): No need to
19031         check if already vectorized.  Find first place in BB where new stmts
19032         can be inserted.  Takes only one argument.
19033         (vectorizable_induction): New function.
19034         (vect_transform_stmt): Add case for induc_vec_info_type to call
19035         vectorizable_induction.
19036         (vect_transform_loop): Consider phis for vectorization.
19037         * tree-vect-analyze.c (vect_determine_vectorization_factor): Simplify
19038         condition.
19039         (analyze_operations): Call vectorizable_induction when analyzing phis.
19040         Fix comment.
19041         (vect_mark_stmts_to_be_vectorized): Remove redundant checks.
19042         (vect_mark_relevant): Include phis in relevance analysis.
19043         (vect_mark_stmts_to_be_vectorize): Likewise.
19044         * tree-vect-patterns.c (widened_name_p): Remove obsolete asserts.
19045
19046 2007-04-16  Lawrence Crowl  <crowl@google.com>
19047
19048         * doc/invoke.texi (Debugging Options): Add documentation for the
19049         -femit-struct-debug options -femit-struct-debug-baseonly,
19050         -femit-struct-debug-reduced, and
19051         -femit-struct-debug-detailed[=...].
19052
19053         * c-opts.c (c_common_handle_option): Add
19054         OPT_femit_struct_debug_baseonly, OPT_femit_struct_debug_reduced,
19055         and OPT_femit_struct_debug_detailed_.
19056         * c.opt: Add specifications for
19057         -femit-struct-debug-baseonly, -femit-struct-debug-reduced,
19058         and -femit-struct-debug-detailed[=...].
19059         * opts.c (set_struct_debug_option): Parse the
19060         -femit-struct-debug-... options.
19061         * opts.c (matches_main_base, main_input_basename,
19062         main_input_baselength, base_of_path, matches_main_base): Add
19063         variables and functions to compare header base name to compilation
19064         unit base name.
19065         * opts.c (should_emit_struct_debug): Add to determine to emit a
19066         structure based on the option.
19067         (dump_struct_debug) Also disabled function to debug this
19068         function.
19069         * opts.c (handle_options): Save the base name of the
19070         compilation unit.
19071
19072         * langhooks-def.h (LANG_HOOKS_GENERIC_TYPE_P): Define.
19073         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add.
19074         This hook indicates if a type is generic.  Set it by default
19075         to "never generic".
19076         * langhooks.h (struct lang_hooks_for_types): Add a new hook
19077         to determine if a struct type is generic or not.
19078         * cp/cp-tree.h (class_tmpl_impl_spec_p): Declare a C++ hook.
19079         * cp/tree.c (class_tmpl_impl_spec_p): Implement the C++ hook.
19080         * cp/cp-lang.c (LANG_HOOKS_GENERIC_TYPE_P): Override null C hook
19081         with live C++ hook.
19082
19083         * flags.h (enum debug_info_usage): Add an enumeration to describe
19084         a program's use of a structure type.
19085         * dwarf2out.c (gen_struct_or_union_type_die): Add a new parameter
19086         to indicate the program's usage of the type.  Filter structs based
19087         on the -femit-struct-debug-... specification.
19088         (gen_type_die): Split into two routines, gen_type_die and
19089         gen_type_die_with_usage.  gen_type_die is now a wrapper
19090         that assumes direct usage.
19091         (gen_type_die_with_usage): Replace calls to gen_type_die
19092         with gen_type_die_with_usage adding the program usage of
19093         the referenced type.
19094         (dwarf2out_imported_module_or_decl): Suppress struct debug
19095         information using should_emit_struct_debug when appropriate.
19096
19097 2007-04-16  Ian Lance Taylor  <iant@google.com>
19098
19099         PR tree-optimization/31522
19100         * tree-vrp.c (vr_phi_edge_counts): New static variable.
19101         (vrp_initialize): Allocate vr_phi_edge_counts.
19102         (vrp_visit_phi_node): Don't push to infinity if we saw a new
19103         executable edge.  Drop test for all constants.
19104         (vrp_finalize): Free vrp_phi_edge_counts.
19105
19106         * doc/cpp.texi (Common Predefined Macros): Clarify description of
19107         __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
19108
19109         * tree-ssa-propagate.c (cfg_blocks_add): Insert blocks with fewer
19110         predecessors at head rather than tail.
19111
19112 2007-04-16  Matthias Klose  <doko@debian.org>
19113
19114         * config/alpha/linux.h (CPP_SPEC): Define.
19115         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Extend.
19116
19117 2007-04-16  Aldy Hernandez  <aldyh@redhat.com>
19118
19119         * function.h: Remove sequence_stack extern declaration.
19120
19121 2007-04-16  Kazu Hirata  <kazu@codesourcery.com>
19122
19123         * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Change to 64 on
19124         TARGET_FIDOA.
19125         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Change to 64 if __mfido__ is
19126         defined.
19127
19128 2007-04-16  Anatoly Sokolov <aesok@post.ru>
19129
19130         * config/avr/avr.c (avr_arch_types): Rearranging  array.
19131         (enum avr_arch): Add.
19132         (avr_mcu_types): Use avr_arch enumeration constants instead of
19133         numbers.
19134         * config/avr/avr.h (LINK_SPEC): Simplify.
19135
19136 2007-04-16  Kazu Hirata  <kazu@codesourcery.com>
19137
19138         * config/m68k/m68k.c (m68k_libcall_value,
19139         m68k_function_value): Use macros for register names more.
19140
19141         * config/m68k/m68k.h (FRAME_POINTER_REGNUM): Use A6_REG
19142         instead.
19143         (M68K_REGNAME): Use A6_REG.
19144         * config/m68k/m68k.md (FP_REG): Rename to A6_REG.
19145
19146 2007-04-16  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
19147
19148         PR middle-end/28071
19149         * sched-int.h (struct deps): Split field 'pending_lists_length' into
19150         'pending_read_list_length' and 'pending_write_list_length'.  Update
19151         comment.
19152         * sched-deps.c (add_insn_mem_dependence): Change signature.  Update
19153         to handle two length counters instead of one.  Update all uses.
19154         (flush_pending_lists, sched_analyze_1, init_deps): Update to handle
19155         two length counters instead of one.
19156         * sched-rgn.c (propagate_deps): Update to handle two length counters
19157         instead of one.
19158
19159 2007-04-16  H.J. Lu  <hongjiu.lu@intel.com>
19160
19161         PR target/31582
19162         * config/i386/i386.c (ix86_expand_vec_set_builtin): Make a
19163         copy of source, pass it to ix86_expand_vector_set and return
19164         it as target.
19165
19166 2007-04-16  David Ung  <davidu@mips.com>
19167             Joseph Myers  <joseph@codesourcery.com>
19168
19169         * config/mips/mips.h (PROCESSOR_74KC, PROCESSOR_74KF,
19170         PROCESSOR_74KX, TUNE_74K, GENERATE_MADD_MSUB): Define.
19171         * config/mips/mips.c (mips_cpu_info_table, mips_rtx_cost_data):
19172         Add 74K processor information.
19173         * config/mips/mips.md: Include 74k.md.
19174         (cpu): Add 74kc,74kf,74kx.
19175         (ISA_HAS_MADD_MSUB): Change to GENERATE_MADD_MSUB throughout.
19176         * config/mips/74k.md: New.
19177         * doc/invoke.texi (MIPS Options): Document 74K support.
19178
19179 2007-04-16  Dorit Nuzman  <dorit@il.ibm.com>
19180
19181         * tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to
19182         vectorizable_* functions.
19183         * tree-vect-transform.c (vectorizable_call): Add check for
19184         STMT_VINFO_RELEVANT_P, STMT_VINFO_DEF_TYPE and STMT_VINFO_LIVE_P.
19185         (vectorizable_store): likewise.
19186         (vectorizable_conversion): Add check for STMT_VINFO_DEF_TYPE.
19187         Add comments.
19188         (vectorizable_operation, vectorizable_type_demotion): Likewise.
19189         (vectorizable_type_promotion, vectorizable_load): Likewise.
19190         (vectorizable_live_operation, vectorizable_condition): Likewise.
19191         (vectorizable_assignment): Add check for STMT_VINFO_DEF_TYPE and
19192         STMT_VINFO_LIVE_P.
19193         (vect_transform_stmt): Reorganize calls to vectorizable_* functions.
19194
19195 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
19196
19197         * config/m68k/linux.h (FUNCTION_VALUE_REGNO_P): Use macros for
19198         register numbers more.
19199         * config/m68k/m68k.h (STACK_POINTER_REGNUM,
19200         FRAME_POINTER_REGNUM, STATIC_CHAIN_REGNUM,
19201         M68K_STRUCT_VALUE_REGNUM, FUNCTION_VALUE, LIBCALL_VALUE,
19202         FUNCTION_VALUE_REGNO_P): Likewise.
19203         * config/m68k/m68kelf.h (M68K_STRUCT_VALUE_REGNUM,
19204         STATIC_CHAIN_REGNUM): Likewise.
19205         * config/m68k/m68kemb.h (FUNCTION_VALUE_REGNO_P): Likewise.
19206         * config/m68k/netbsd-elf.h (M68K_STRUCT_VALUE_REGNUM,
19207         STATIC_CHAIN_REGNUM, FUNCTION_VALUE_REGNO_P): Likewise.
19208         * config/m68k/m68k.md (FP_REG): New.
19209
19210 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
19211
19212         * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Prefer 32-bit
19213         alignment on fido.
19214
19215 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
19216
19217         * config/i386/i386.c, config/s390/s390.c, config/s390/s390.md,
19218         tree-ssa-loop-niter.c, tree-ssa-structalias.c, tree-vrp.c: Fix
19219         comment typos.
19220
19221 2007-04-11  Zdenek Dvorak  <dvorakz@suse.cz>
19222
19223         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Ignore
19224         cold loops.
19225
19226 2007-04-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
19227
19228         PR c/31520
19229         * c-decl.c (finish_decl): Grab the type of the decl after the call
19230         to store_init_value.
19231
19232 2007-04-14  Steven Bosscher  <steven@gcc.gnu.org>
19233
19234         * common.opt (fforward-propagate): Fix "Optimization" annotation.
19235
19236 2007-04-14  Jakub Jelinek  <jakub@redhat.com>
19237
19238         PR c++/25874
19239         * omp-low.c (expand_omp_parallel): If child_cfun->cfg, free
19240         dominators, post dominators and cleanup cfg before returning.
19241
19242 2007-04-14  Bernd Schmidt  <bernd.schmidt@analog.com>
19243
19244         * config/bfin/bfin.h (MODES_TIEABLE_P): Allow more modes to be tied.
19245         * config/bfin/bfin.md (movsi_insn): Delete two unused alternatives.
19246
19247 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
19248
19249         * config.gcc: Recognize fido.
19250         * config/m68k/m68k-devices.def (fidoa): New.
19251         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define
19252         __mfido__.
19253         (FL_FIDOA, TARGET_FIDOA): New.
19254         * config/m68k/m68k.opt (mfidoa): New.
19255
19256 2007-04-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19257
19258         PR middle-end/31322
19259         * dwarf2out.c (output_call_frame_info): Call assemble_external_libcall
19260         when a personality function is used.
19261
19262 2007-04-13  Bob Wilson  <bob.wilson@acm.org>
19263
19264         * config/xtensa/xtensa.c (xtensa_expand_builtin): Use CALL_EXPR_FN.
19265
19266 2007-04-13  Mike Stump  <mrs@apple.com>
19267
19268         * config/darwin-c.c (handle_c_option): Handle -fapple-kext here so
19269         we can...
19270         * config/darwin.opt (fapple-kext): Make C++ only.
19271         * config/darwin.c (darwin_override_options): Remove code to ensure
19272         -fapple-kext is given for C++ only.
19273
19274 2007-04-13  Richard Sandiford  <richard@codesourcery.com>
19275
19276         * config/mips/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
19277         * config/mips/mips.c (override_options): Call
19278         SUBTARGET_OVERRIDE_OPTIONS, if defined.
19279
19280 2007-04-13  H.J. Lu  <hongjiu.lu@intel.com>
19281
19282         * config/i386/i386.opt (msvr3-shlib): Removed.
19283
19284         * doc/invoke.texi: Remove -msvr3-shlib.
19285
19286 2007-04-13  H.J. Lu  <hongjiu.lu@intel.com>
19287
19288         * config/i386/i386.opt (mpopcnt): Replace "popcount" instruction
19289         with "popcnt" instruction.
19290
19291 2007-04-13  Richard Guenther  <rguenther@suse.de>
19292
19293         PR tree-optimization/21258
19294         * tree-vrp.c (compare_case_labels): New helper.
19295         (find_switch_asserts): New function.
19296         (find_assert_locations): Call it for SWITCH_EXPRs.
19297
19298 2007-04-13  Uros Bizjak  <ubizjak@gmail.com>
19299
19300         * config/i386/i386.h (X87_FLOAT_MODE_P): Check for TARGET_80387.
19301         * config/i386/i386.md (*cmpfp0): Remove check for TARGET_80387, this
19302         check is now implied in X87_FLOAT_MODE_P.
19303         (*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
19304         (*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
19305         (fix_trunc<mode>_i386_fisttp): Ditto.
19306         (fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
19307         (*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
19308         (fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
19309         (fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
19310         (*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
19311         (*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
19312         (unnamed_splitters): Ditto.
19313         * config/i386/i386.c (function_value_32): Generate FIRST_FLOAT_REG
19314         for X87_FLOAT_MODE_P mode.  Override FIRST_FLOAT_REG with
19315         FIRST_SSE_REG for local functions when SSE math is enabled or
19316         for functions with sseregparm attribute.
19317         (standard_80387_constant_p): Return -1 if mode is not
19318         X87_FLOAT_MODE_P.
19319         (ix86_cc_mode): Assert that scalar mode is not DECIMAL_FLOAT_MODE_P.
19320         (ix86_expand_compare): Ditto.
19321         (ix86_expand_carry_flag_compare): Ditto.
19322         (ix86_expand_int_movcc): Check for SCALAR_FLOAT_MODE_P instead
19323         of FLOAT_MODE_P for cmp_mode and assert that cmp_mode is not
19324         DECIMAL_FLOAT_MODE_P.
19325         (ix86_preferred_output_reload_class): Use X87_FLOAT_MODE_P instead
19326         of SCALAR_FLOAT_MODE_P.
19327         (ix86_rtx_costs) [PLUS] Remove FLOAT_MODE_P and fall through to ...
19328         [MINUS]: ... here.  Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P
19329         checks before FLOAT_MODE_P.
19330         [MULT]: Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P checks
19331         before FLOAT_MODE_P.
19332         [DIV]: Ditto.
19333         [NEG]: Ditto.
19334         [ABS]: Ditto.
19335         [SQRT]: Ditto.
19336         [FLOAT_EXTEND]: Use SSE_FLOAT_MODE_P.
19337
19338 2007-04-12  Paolo Bonzini  <bonzini@gnu.org>
19339             Charles Wilson  <libtool@cwilson.fastmail.fm>
19340
19341         * Makefile.in (stamp-as, stamp-collect-ld, stamp-nm): Remove.
19342         (libgcc.mvars): Don't depend on them.
19343         * configure.ac (as, collect-ld, nm): Create from exec-tool.in.
19344         * exec-tool.in: New.
19345
19346 2007-04-12  Brooks Moses  <brooks.moses@codesourcery.com>
19347
19348         * doc/invoke.text (--help): Document --help=common.
19349
19350 2007-04-12  Thomas Neumann  <tneumann@users.sourceforge.net>
19351
19352         * stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords.
19353
19354 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
19355
19356         * Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H).
19357         * genemit.c (main): Emit #include "integrate.h".
19358         * config/mips/mips-protos.h (SYMBOL_HALF): New mips_symbol_type.
19359         (LOADGP_RTP): New mips_loadgp_style.
19360         * config/mips/mips.h: Include config/vxworks-dummy.h.
19361         (TARGET_RTP_PIC): New macro.
19362         (TARGET_USE_GOT): Return true for TARGET_RTP_PIC.
19363         (TARGET_USE_PIC_FN_ADDR_REG): Return true for TARGET_VXWORKS_RTP.
19364         (ASM_OUTPUT_ADDR_DIFF_ELT): Emit function-relative case tables
19365         for TARGET_RTP_PIC.
19366         * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Define.  Pass down
19367         -mvxworks-pic when using -mrtp and a PIC option.
19368         * config/mips/mips.c (mips_classify_symbol): Return SYMBOL_GOT_DISP
19369         for RTP PIC.
19370         (mips_symbolic_constant_p, mips_symbolic_address_p)
19371         (mips_symbol_insns): Handle SYMBOL_HALF.
19372         (override_options): Warn about -G and -mrtp being used together.
19373         Initialize mips_lo_relocs[SYMBOL_HALF].
19374         (mips_current_loadgp_style): Return LOADGP_RTP for RTP PIC.
19375         (mips_emit_loadgp): Handle LOADGP_RTP.
19376         (mips_in_small_data_p): Return false for TARGET_VXWORKS_RTP.
19377         * config/mips/mips.md (loadgp_rtp): New insn and splitter.
19378         (tablejump): Handle function-relative case table entries if
19379         TARGET_RTP_PIC.
19380         * config/mips/predicates.md (symbol_ref_operand): New predicate.
19381
19382 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
19383
19384         * config/mips/mips.md (load_call<mode>): Allow any general register.
19385         destination.
19386         (sibcall_value_internal, sibcall_value_multiple_internal)
19387         (call_value_internal, call_value_split, call_value_multiple_internal)
19388         (call_value_multiple_split): Remove constraints from operand 0.
19389
19390 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
19391
19392         * config/mips/mips-protos.h: In comments, refer to loadgp_absolute
19393         rather than loadgp_noshared.
19394         * config/mips/mips.c (mips_emit_loadgp): Use gen_loadgp_absolute
19395         instead of gen_loadgp_noshared.  Use gen_loadgp_newabi instead of
19396         gen_loadgp.
19397         * config/mips/mips.md (loadgp): Rename to...
19398         (loadgp_newabi): ...this.
19399         (loadgp_noshared): Rename to...
19400         (loadgp_absolute): ...this.
19401
19402 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
19403
19404         * config/mips/mips.c (mips_ok_for_lazy_binding_p): Always return
19405         false for locally-binding symbols.
19406         (mips_dangerous_for_la25_p): Check mips_global_symbol_p.
19407
19408 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
19409
19410         * config/mips/mips-protos.h (SYMBOL_GOT_LOCAL): Rename to...
19411         (SYMBOL_GOT_PAGE_OFST): ...this.
19412         (SYMBOL_GOT_GLOBAL): Rename to...
19413         (SYMBOL_GOT_DISP): ...this.
19414         (SYMBOL_GOTOFF_GLOBAL): Rename to...
19415         (SYMBOL_GOTOFF_DISP): ...this.  Update comments accordingly.
19416         * config/mips/mips.c (mips_global_symbol_p): New function.
19417         (mips_symbol_binds_local_p): Likewise.
19418         (mips_classify_symbol): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP
19419         and SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST.  Use
19420         mips_global_symbol_p and mips_symbol_binds_local_p.
19421         (mips_symbolic_constant_p, mips_symbolic_address_p, mips_symbol_insns)
19422         (override_options): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP,
19423         SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST and SYMBOL_GOTOFF_GLOBAL to
19424         SYMBOL_GOTOFF_DISP.
19425         (mips_ok_for_lazy_binding_p): New function.
19426         (mips_load_call_address, mips_expand_call): Use it.
19427         (mips_dangerous_for_la25_p): Likewise.
19428         * config/mips/mips.md (*xgot_hi<mode>, *xgot_lo<mode>)
19429         (*got_disp<mode>): Use got_disp_operand instead of
19430         global_got_operand.  Use SYMBOL_GOTOFF_DISP instead of
19431         SYMBOL_GOTOFF_GLOBAL.
19432         (*got_page<mode>): Use got_page_ofst_operand instead of
19433         local_got_operand.
19434         * config/mips/predicates.md (const_call_insn_operand): Use
19435         SYMBOL_GOT_DISP instead of SYMBOL_GOT_GLOBAL.
19436         (global_got_operand): Rename to...
19437         (got_disp_operand): ...this and use SYMBOL_GOT_DISP instead of
19438         SYMBOL_GOT_GLOBAL.
19439         (local_got_operand): Rename to...
19440         (got_page_ofst_operand): ...this and use SYMBOL_GOT_PAGE_OFST instead
19441         of SYMBOL_GOT_LOCAL.
19442
19443 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
19444
19445         * config/mips/mips.h (TARGET_SPLIT_CALLS): Check
19446         TARGET_CALL_CLOBBERED_GP.
19447         (TARGET_SIBCALLS): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
19448         (TARGET_USE_GOT, TARGET_CALL_CLOBBERED_GP): New macros.
19449         (TARGET_CALL_SAVED_GP, TARGET_USE_PIC_FN_ADDR_REG): Likewise.
19450         (STARTING_FRAME_OFFSET): Check TARGET_CALL_CLOBBERED_GP instead
19451         of TARGET_ABICALLS && !TARGET_NEWABI.
19452         (MIPS_CALL): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
19453         * config/mips/mips.c (mips_load_call_address): Check
19454         TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
19455         (mips_global_pointer): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
19456         Check TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
19457         (mips_save_reg_p): Check TARGET_CALL_SAVED_GP instead of
19458         TARGET_ABICALLS && TARGET_NEWABI.
19459         (mips_current_loadgp_style): Check TARGET_USE_GOT instead of
19460         TARGET_ABICALLS.
19461         (mips_expand_prologue): Check TARGET_OLDABI instead of !TARGET_NEWABI.
19462         (mips_expand_epilogue): Check TARGET_CALL_SAVED_GP instead of
19463         TARGET_ABICALLS && TARGET_NEWABI.
19464         (mips_output_mi_thunk): Check TARGET_USE_GOT instead of
19465         TARGET_ABICALLS.  Check TARGET_CALL_SAVED_GP instead of
19466         TARGET_NEWABI.  Use TARGET_USE_PIC_FN_ADDR_REG to decide
19467         whether indirect calls must use $25.
19468         (mips_extra_live_on_entry): Check TARGET_GOT instead of
19469         TARGET_ABICALLS.
19470         * config/mips/mips.md (jal_macro): Check flag_pic and
19471         TARGET_CALL_CLOBBERED_GP instead of TARGET_ABICALLS and TARGET_NEWABI.
19472         (builtin_setjmp_setup, builtin_longjmp): Check TARGET_USE_GOT
19473         instead of TARGET_ABICALLS.
19474         (exception_receiver): Check TARGET_CALL_CLOBBERED_GP instead of
19475         TARGET_ABICALLS && TARGET_OLDABI.
19476         (load_call<mode>): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
19477         (sibcall): In the comment above the define_insn, mention
19478         TARGET_USE_PIC_FN_ADDR_REG instead of TARGET_ABICALLS.
19479         * config/mips/constraints.md (c): Check TARGET_USE_PIC_FN_ADDR_REG
19480         instead of TARGET_ABICALLS.
19481
19482 2007-04-12  Bernd Schmidt  <bernd.schmidt@analog.com>
19483
19484         * doc/md.texi (Blackfin family constraints): Document PA and PB.
19485         * config/bfin/bfin.h (CONST_OK_FOR_P): Handle PA and PB.
19486         (MACFLAGS_MATCH_P): New macro.
19487         * config/bfin/bfin.c (print_operand): Handle MACFLAG_IS_M.
19488         (bfin_secondary_reload): Treat EVEN_AREGS and ODD_AREGS like AREGS.
19489         * config/bfin/bfin.md (MACFLAG_IS_M): New constant.  Renumber some of
19490         the other MACFLAG constants.
19491         (sum_of_accumulators, lshrpdi3, ashrpdi3): New patterns.
19492         (flag_machi): Tighten constraints.  Renumber some of the operands.
19493         (flag_machi_acconly): Tighten constraints.  Correct operand numbers in
19494         output template.
19495         (flag_machi_parts_acconly): New pattern.
19496         (flag_macinithi): Tighten constraints.  Allow any accumulator to be
19497         used.
19498         (flag_macinit1hi): Tighten constraints.
19499         (flag_mul_macv2hi_parts_acconly): New pattern.
19500
19501         * config/bfin/lib1funcs.asm (___umulsi3_highpart, __smulsi3_highpart):
19502         Use a more efficient implementation.
19503         * config/bfin/bfin.md (umulsi3_highpart, smulsi3_highpart): Emit
19504         inline sequences when not optimizing for size.
19505
19506         * config/bfin/bfin.md (movhi_low2high, movhi_high2high, movhi_low2low,
19507         movhi_high2low): Delete, merge functionality into...
19508         (packv2hi): ... this pattern.
19509
19510         2007-02-11  Jie Zhang  <jie.zhang@analog.com>
19511         * config/bfin/bfin.opt (msim): New option.
19512         (mcpu=): New option.
19513         * config/bfin/bfin-protos.h (enum bfin_cpu): New.
19514         (bfin_cpu_t): Typedef of enum bfin_cpu.
19515         (bfin_cpu_type): New declaration.
19516         * config/bfin/elf.h (STARTFILE_SPEC): Add support for
19517         -msim and -mcpu= options.
19518         (LIB_SPEC): Likewise.
19519         * config/bfin/bfin.c (bfin_cpu_type): Define.
19520         (bfin_handle_option): Handle -mcpu= option.
19521         * config/bfin/bfin.h (DEFAULT_CPU_TYPE): Define as BFIN_CPU_BF532.
19522         (TARGET_CPU_CPP_BUILTINS): Define __ADSPBF531__, __ADSPBF532__,
19523         __ADSPBF533__ or __ADSPBF537__ according to the cpu type.
19524
19525 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
19526
19527         * config.gcc (*-*-vxworks*): Don't add to tm_files in this stanza.
19528         (arm-wrs-vxworks, mips-wrs-vxworks, powerpc-wrs-vxworks)
19529         (powerpc-wrs-vxworksae): Use ${tm_file}.
19530         (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add svr4.h
19531         after elfos.h.  Remove i386/sysv4.h and add i386/vx-common.h.
19532         * config/i386/vx-common.h: New file.
19533
19534 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
19535
19536         * config/vxworks.h (VXWORKS_STARTFILE_SPEC): Use -l:crt0.o instead
19537         of crt0.o%s.
19538
19539 2007-04-12  Andreas Krebbel  <krebbel1@de.ibm.com>
19540
19541         * config/s390/s390.md ("trunctddd2"): Use TDmode for the target of
19542         ldxtr.
19543
19544 2007-04-12  Douglas Gregor  <doug.gregor@gmail.com>
19545
19546         PR c++/31078
19547         PR c++/31103
19548         * c-common.c (c_build_qualified_type): Set canonical type
19549         appropriately.
19550
19551 2007-04-12  Richard Guenther  <rguenther@suse.de>
19552
19553         * tree-pretty-print.c (dump_generic_node): Print ARRAY_REF
19554         lower bound and element size if lower bound is not zero
19555         or either of the ARRAY_REF operands is set.
19556
19557 2007-04-12  Richard Guenther  <rguenther@suse.de>
19558
19559         PR tree-optimization/24689
19560         PR tree-optimization/31307
19561         * fold-const.c (operand_equal_p): Compare INTEGER_CST array
19562         indices by value.
19563         * gimplify.c (canonicalize_addr_expr): To be consistent with
19564         gimplify_compound_lval only set operands two and three of
19565         ARRAY_REFs if they are not gimple_min_invariant.  This makes
19566         it never at this place.
19567         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
19568
19569 2007-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19570
19571         * pa.c (pa_som_asm_init_sections): Ensure that cfun->machine is not
19572         null before emitting a .nsubspa directive.
19573
19574 2007-04-11  Diego Novillo  <dnovillo@redhat.com>
19575
19576         * tree-ssa-alias.c (dump_mem_ref_stats): Do not call
19577         need_to_partition_p if there are no memory statements in the
19578         function.
19579
19580 2007-04-11  Zdenek Dvorak  <dvorakz@suse.cz>
19581
19582         * tree-data-ref.c (chrec_steps_divide_constant_p): Removed.
19583         (gcd_of_steps_may_divide_p): New function.
19584         (analyze_miv_subscript): Use gcd_of_steps_may_divide_p.
19585
19586 2007-04-11  Bernd Schmidt  <bernd.schmidt@analog.com>
19587
19588         * reload.c (find_reloads_toplev, find_reloads_address,
19589         find_reloads_address_1, find_reloads_subreg_address): Use rtx_equal_p,
19590         not a pointer equality test, to decide if we need to call
19591         push_reg_equiv_alt_mem.
19592
19593 2007-04-11  Sebastian Pop  <sebastian.pop@inria.fr>
19594
19595         * tree-data-ref.c (affine_function_zero_p, constant_access_functions,
19596         insert_innermost_unit_dist_vector, add_distance_for_zero_overlaps):
19597         New.
19598         (build_classic_dist_vector): Call add_distance_for_zero_overlaps.
19599
19600 2007-04-11  Zdenek Dvorak  <dvorakz@suse.cz>
19601
19602         * tree-data-ref.c (add_multivariate_self_dist): Force the distance
19603         vector to be positive.
19604
19605 2007-04-11  Diego Novillo  <dnovillo@redhat.com>
19606
19607         PR 30735
19608         PR 31090
19609         * doc/invoke.texi: Document --params max-aliased-vops and
19610         avg-aliased-vops.
19611         * tree-ssa-operands.h (get_mpt_for, dump_memory_partitions,
19612         debug_memory_partitions): Move to tree-flow.h
19613         * params.h (AVG_ALIASED_VOPS): Define.
19614         * tree-ssa-alias.c (struct mp_info_def): Remove.  Update all
19615         users.
19616         (mp_info_t): Likewise.
19617         (get_mem_sym_stats_for): New.
19618         (set_memory_partition): Move from tree-flow-inline.h.
19619         (mark_non_addressable): Only clear the set of symbols for the
19620         partition if it exists.
19621         (dump_memory_partitions): Move from tree-ssa-operands.c
19622         (debug_memory_partitions): Likewise.
19623         (need_to_partition_p): New.
19624         (dump_mem_ref_stats): New.
19625         (debug_mem_ref_stats): New.
19626         (dump_mem_sym_stats): New.
19627         (debug_mem_sym_stats): New.
19628         (update_mem_sym_stats_from_stmt): New.
19629         (compare_mp_info_entries): New.
19630         (mp_info_cmp): Call it.
19631         (sort_mp_info): Change argument to a list of mem_sym_stats_t
19632         objects.
19633         (get_mpt_for): Move from tree-ssa-operands.c.
19634         (find_partition_for): New.
19635         (create_partition_for): Remove.
19636         (estimate_vop_reduction): New.
19637         (update_reference_counts): New.
19638         (build_mp_info): New.
19639         (compute_memory_partitions): Refactor.
19640         Document new heuristic.
19641         Call build_mp_info, update_reference_counts,
19642         find_partition_for and estimate_vop_reduction.
19643         (compute_may_aliases): Populate virtual operands before
19644         calling debugging dumps.
19645         (delete_mem_sym_stats): New.
19646         (delete_mem_ref_stats): New.
19647         (init_mem_ref_stats): New.
19648         (init_alias_info): Call it.
19649         (maybe_create_global_var): Remove alias_info argument.
19650         Get number of call sites and number of pure/const call sites
19651         from gimple_mem_ref_stats().
19652         (dump_alias_info): Call dump_memory_partitions first.
19653         (dump_points_to_info_for): Show how many times a pointer has
19654         been dereferenced.
19655         * opts.c (decode_options): For -O2 set --param
19656         max-aliased-vops to 500.
19657         For -O3 set --param max-aliased-vops to 1000 and --param
19658         avg-aliased-vops to 3.
19659         * fortran/options.c (gfc_init_options): Remove assignment to
19660         MAX_ALIASED_VOPS.
19661         * tree-flow-inline.h (gimple_mem_ref_stats): New.
19662         * tree-dfa.c (dump_variable): Dump memory reference
19663         statistics.
19664         Dump NO_ALIAS* settings.
19665         (referenced_var_lookup): Tidy.
19666         (mem_sym_stats): New.
19667         * tree-ssa-copy.c (may_propagate_copy): Return true if DEST
19668         and ORIG are different SSA names for a memory partition.
19669         * tree-ssa.c (delete_tree_ssa): Call delete_mem_ref_stats.
19670         * tree-flow.h (struct mem_sym_stats_d): Define.
19671         (mem_sym_stats_t): Define.
19672         (struct mem_ref_stats_d): Define.
19673         (struct gimple_df): Add field mem_ref_stats.
19674         (enum noalias_state): Define.
19675         (struct var_ann_d): Add bitfield noalias_state.
19676         (mem_sym_stats, delete_mem_ref_stats, dump_mem_ref_stats,
19677         debug_mem_ref_stats, debug_memory_partitions,
19678         debug_mem_sym_stats): Declare.
19679         * tree-ssa-structalias.c (update_alias_info): Update call
19680         sites, pure/const call sites and asm sites in structure
19681         returned by gimple_mem_ref_stats.
19682         Remove local variable IS_POTENTIAL_DEREF.
19683         Increase NUM_DEREFS if the memory expression is a potential
19684         dereference.
19685         Call update_mem_sym_stats_from_stmt.
19686         If the memory references memory, call
19687         update_mem_sym_stats_from_stmt for all the direct memory
19688         symbol references found.
19689         (intra_create_variable_infos): Set noalias_state field for
19690         pointer arguments according to the value of
19691         flag_argument_noalias.
19692         * tree-ssa-structalias.h (struct alias_info): Remove fields
19693         num_calls_found and num_pure_const_calls_found.
19694         (update_mem_sym_stats_from_stmt): Declare.
19695         * params.def (PARAM_MAX_ALIASED_VOPS): Change description.
19696         Set default value to 100.
19697         (PARAM_AVG_ALIASED_VOPS): Define.
19698
19699 2007-04-11  Richard Guenther  <rguenther@suse.de>
19700
19701         PR middle-end/31530
19702         * simplify-rtx.c (simplify_binary_operation_1): Do not simplify
19703         a * -b + c as c - a * b if we honor sign dependent rounding.
19704
19705 2007-04-11  Bernd Schmidt  <bernd.schmidt@analog.com>
19706
19707         * config/bfin/bfin-protos.h (bfin_expand_movmem): Renamed from
19708         bfin_expand_strmov.
19709         * config/bfin/bfin.c (bfin_expand_prologue, bfin_delegitimize_address,
19710         bfin_function_ok_for_sibcall, split_load_immediate): Remove unused
19711         variables.
19712         (initialize_trampoline): Don't use old-style function definition.
19713         (bfin_secondary_reload): Mark IN_P argument as unused.
19714
19715 2007-04-10  Sebastian Pop  <sebastian.pop@inria.fr>
19716
19717         PR tree-optimization/31343
19718         * tree-chrec.h (chrec_zerop): Moved before build_polynomial_chrec.
19719         (build_polynomial_chrec): Return a scalar when the evolution is zero.
19720         * testsuite/gcc.dg/vect/pr31343.c: New.
19721
19722 2007-04-10  Eric Christopher  <echristo@apple.com>
19723
19724         * config/i386/i386.h (X87_FLOAT_MODE_P): New.
19725         * config/i386/i386.md (*cmpfp0): Use.
19726         (*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
19727         (*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
19728         (fix_trunc<mode>_i386_fisttp): Ditto.
19729         (fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
19730         (*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
19731         (fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
19732         (fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
19733         (*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
19734         (*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
19735         (unnamed_splitters): Ditto.
19736         * config/i386/i386.c (output_fix_trunc): Assert that
19737         we're not being passed a TFmode operand.
19738
19739 2007-04-10  Zdenek Dvorak  <dvorakz@suse.cz>
19740
19741         PR tree-optimization/31526
19742         * tree-inline.c (copy_cfg_body): Use last_basic_block instead of
19743         n_basic_blocks to find newly added blocks.
19744
19745 2007-04-10  Uros Bizjak  <ubizjak@gmail.com>
19746
19747         * config/i386/i386.md (fix_trunc<mode>di_sse): Remove "x" from "xm"
19748         alternative.
19749         (fix_trunc<mode>si_sse): Ditto.
19750         (*floatsisf2_mixed, *floatsisf2_sse): Ditto.
19751         (*floatsidf2_mixed, *floatsidf2_sse): Ditto.
19752         (*floatdisf2_mixed, *floatdisf2_sse): Ditto.
19753         (*floatdidf2_mixed, *floatdidf2_sse): Ditto.
19754         (floathi<mode>2): Rename from floathisf2 and floathidf2. Macroize
19755         expander using SSEMODEF mode macro.
19756         (floatsi<mode>2): Rename from floatsisf2 and floashidf2. Macroize
19757         expander using SSEMODEF mode macro.
19758         (*floathi<mode>2_i387): Rename from *floathisf2_i387 and
19759         *floathidf2_i387. Macroize insn using X87MODEF12 mode macro.
19760         (*floatsi<mode>2_i387): Rename from *floatsisf2_i387 and
19761         *floatsidf2_i387. Macroize insn using X87MODEF12 mode macro.
19762         (*floatdi<mode>2_i387): Rename from *floatdisf2_i387 and
19763         *floatdidf2_i387. Macroize insn using X87MODEF12 mode macro.
19764         (float<mode>xf2): Rename from floathixf2, floatsixf2 and floatdixf2.
19765         Macroize insn using X87MODEF mode macro.
19766
19767 2007-04-09  H.J. Lu  <hongjiu.lu@intel.com>
19768
19769         * config/i386/sse.md (sse2_pinsrw): Removed.
19770         (sse2_pextrw): Renamed to ...
19771         (*sse2_pextrw): This.
19772
19773 2007-04-09  Jan Hubicka  <jh@suse.cz>
19774
19775         PR target/27869
19776         * config/i386/sse.md
19777         (sse_vmaddv4sf3, sse_vmmulv4sf3): Remove '%' modifier.
19778         (sse_vmsmaxv4sf3_finite, sse_vmsminv4sf3_finite): Remove.
19779         (sse2_vmaddv2df3, sse2_vmmulv2df3): Remove '%' modifier.
19780         (sse2_vmsmaxv2df3_finite, sse2_vmsminv2df3_finite): Remove.
19781
19782 2007-04-09  Jan Hubicka  <jh@suse.cz>
19783
19784         * tree-ssa-ccp (maybe_fold_offset_to_component_ref): Recurse into
19785         multiple fields of union.
19786
19787 2007-04-09  Zdenek Dvorak  <dvorakz@suse.cz>
19788
19789         * cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.
19790         (create_preheaders): Check that loops are available.
19791         (fix_loop_structure): Clean up, improve comments.
19792         * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa):
19793         Check that loops are available.  Set LOOP_CLOSED_SSA to the loops
19794         state flags.
19795         * tree-scalar-evolution.c (scev_finalize): Clear scalar_evolution_info.
19796         * predict.c (tree_estimate_probability): Do not call
19797         calculate_dominance_info.  Call create_preheaders.
19798         * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Only call
19799         rewrite_into_loop_closed_ssa if LOOP_CLOSED_SSA is set in loops state
19800         flags.
19801         * cfgloop.c (loop_preheader_edge): Assert that loops have preheaders.
19802         * cfgloop.h (LOOP_CLOSED_SSA): New constant.
19803         * tree-cfg.c (tree_split_edge): Make an assert more precise.
19804         * tree-ssa-threadedge.c (thread_across_edge): Comment the function
19805         arguments.
19806
19807 2007-04-08  Jan Hubicka  <jh@suse.cz>
19808
19809         * tree.h (maybe_fold_offset_to_component_ref): Declare.
19810         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Export.
19811         * fold-const.c (fold_unary): Use it.
19812
19813 2007-04-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>
19814
19815         * varasm.c (assemble_variable): Remove call to
19816         lang_hooks.decls.prepare_assemble_variable.
19817         * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): Kill.
19818         (LANG_HOOKS_DECLS): Remove LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE.
19819         * langhooks.h (lang_hooks_for_decls): Remove
19820         prepare_assemble_variable.
19821
19822 2007-04-08  Mike Stump  <mrs@apple.com>
19823
19824         * config/i386/i386.c: Use inc/dec on Core2.
19825
19826 2007-04-08  Steven Bosscher  <steven@gcc.gnu.org>
19827
19828         * langhooks.c (lhd_tree_inlining_add_pending_fn_decls,
19829         lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
19830         lhd_tree_inlining_end_inlining): Remove.
19831         * langhooks.h (struct lang_hooks_for_tree_inlining): Remove then
19832         add_pending_fn_decls, anon_aggr_type_p, start_inlining, and
19833         end_inlining hooks.
19834         * langhooks-def.h (lhd_tree_inlining_add_pending_fn_decls,
19835         lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
19836         lhd_tree_inlining_end_inlining): Remove prototypes.
19837         (LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS,
19838         LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
19839         LANG_HOOKS_TREE_INLINING_START_INLINING,
19840         LANG_HOOKS_TREE_INLINING_END_INLINING): Remove.
19841
19842         * c-objc-common.h (LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do
19843         not set it.
19844
19845 2007-04-08  Anatoly Sokolov <aesok@post.ru>
19846
19847         PR target/29932
19848         * config/avr/predicates.md (io_address_operand): Delete predicate.
19849         (low_io_address_operand): Don't use 'mode' argument.
19850         (higth_io_address_operand): Rename ...
19851         (high_io_address_operand): ... to this. Don't use 'mode' argument.
19852         * config/avr/avr.md (*sbix_branch_tmp, *sbix_branch_tmp_bit7): Adjust
19853         for above change.
19854
19855 2007-04-07  Daniel Berlin  <dberlin@dberlin.org>
19856
19857         Revert change removing staticp.
19858
19859 2007-04-07  Anatoly Sokolov <aesok@post.ru>
19860
19861         PR target/30289
19862         * config/avr/avr.md (*clrmemqi, *clrmemhi): Mark operand 4 as
19863         earlyclobber.
19864
19865 2007-04-07  Bruce Korb  <bkorb@gnu.org>
19866
19867         * c.opt: Add -Wformat-contains-nul.
19868         * c-format.c (set_Wformat): Set warn_format_contains_nul to the
19869           -Wformat setting.
19870         (check_format_info_main): Check OPT_Wformat_contains_nul before emitting
19871         the NUL byte warning.
19872
19873 2007-04-07  H.J. Lu  <hongjiu.lu@intel.com>
19874
19875         * config/i386/i386.c (ix86_handle_option): Handle SSSE3.
19876
19877 2007-04-06  Daniel Berlin  <dberlin@dberlin.org>
19878
19879         * tree.c (staticp): No longer use staticp langhook.
19880         * langhooks.c (lhd_staticp): Removed.
19881         * langhooks.h (struct lang_hooks): Remove staticp.
19882         * c-common.c (c_staticp): Remove.
19883         * c-common.h (c_staticp): Ditto.
19884         * langhooks-defs.h (lhd_staticp): Ditto.
19885         (LHD_HOOKS_STATICP): Ditto
19886         * tree.h (gcc_assert_lowered): New macro.
19887
19888 2007-04-06  Zdenek Dvorak  <dvorakz@suse.cz>
19889
19890         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use
19891         argument "reliable".
19892         (infer_loop_bounds_from_ref, infer_loop_bounds_from_array):
19893         Add argument "reliable".  Propagate it through calls.
19894         (infer_loop_bounds_from_undefined): Derive number of iterations
19895         estimates from references in blocks that do not dominate loop latch.
19896         (gcov_type_to_double_int): New function.
19897         (estimate_numbers_of_iterations_loop): Use gcov_type_to_double_int
19898         and expected_loop_iterations_unbounded.
19899         * cfgloopanal.c (expected_loop_iterations_unbounded): New function.
19900         (expected_loop_iterations): Use expected_loop_iterations_unbounded.
19901         * tree-data-ref.c (estimated_loop_iterations): Export.
19902         (get_references_in_stmt): Fix -- do not return addresses of local
19903         objects.
19904         * cfgloop.h (expected_loop_iterations_unbounded,
19905         estimated_loop_iterations): Declare.
19906
19907 2007-04-06  Andreas Tobler  <a.tobler@schweiz.org>
19908
19909         * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
19910
19911 2007-04-06  Uros Bizjak  <ubizjak@gmail.com>
19912
19913         * config/i386/i386.md (extend<mode>xf2): Rename from extendsfxf2
19914         and extenddfxf2. Macroize expander using X87MODEF12 mode macro.
19915         (*truncdfsf_mixed, *truncdfsf_i387, *truncdfsf2_i387_1):
19916         Use output_387_reg_move().
19917         (*truncxf<mode>2): Rename from *truncxfsf2 and truncxfdf2. Macroize
19918         expander using X87MODEF12 mode macro.
19919         (*truncxfsf2_mixed): Combine alternatives, ignore "r" alternative when
19920         choosing register preferences.  Use output_387_reg_move().
19921         (*truncxfdf2_mixed): Combine alternatives, use "r" alternative
19922         instead of "x".  Use output_387_reg_move().
19923         (*truncxf<mode>2_i387_noop): Rename from *truncxfsf2_i387_noop and
19924         *truncxfdf2_i387_noop.  Macroize insn using X87MODEF12 mode macro.
19925         (*truncxf<mode>2_i387): Rename from *truncxfsf2_i387 and
19926         *truncxfdf2_i387.  Macroize insn using X87MODEF12 mode macro.
19927         Use output_387_reg_move().
19928         (*truncxf?f_mixed splitter): Macroize splitter using X87MODEF12
19929         mode macro.
19930         (*truncxf?f_i387 splitter): Ditto.
19931
19932 2007-04-06  Daniel Berlin  <dberlin@dberlin.org>
19933
19934         * langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove
19935         LANG_HOOKS_SAFE_FROM_P.
19936         * expr.c (safe_from_p): Remove langhook call.
19937         * langhooks.h (lang_hooks): Remove safe_from_p.
19938         (lhd_safe_from_p): Remove prototype.
19939         * langhooks.c (lhd_safe_from_p): Remove.
19940
19941 2007-04-06  Jan Hubicka  <jh@suse.cz>
19942
19943         * cgraphunit.c (decide_is_function_needed): Do not keep always_inline
19944         functions.
19945
19946 2007-04-06  Uros Bizjak  <ubizjak@gmail.com>
19947
19948         * config/i386/i386.c (output_387_reg_move): Handle memory operand[0].
19949         * config/i386/i386.md (*movsf_1, *movdf_nointeger,
19950         *movdf_integer_rex64, *movdf_integer, *movxf_nointeger,
19951         *movxf_integer): Use output_387_reg_move() for x87 reg->mem
19952         alternative.
19953         (*extendsfdf2_mixed, *extendsfdf2_i387, *extendsfxf2_i387,
19954         *extenddfxf2_i387, *truncdfsf_fast_mixed): Ditto.
19955
19956 2007-04-05  Richard Henderson  <rth@redhat.com>
19957
19958         * config/alpha/alpha.c (print_operand) [+]: Remove.
19959         (alpha_end_function): Print nop if call at end of function.
19960         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Remove +.
19961         * config/alpha/alpha.md (UNSPEC_LDGP1): New.
19962         (call_osf_1_er_noreturn, call_value_osf_1_er_noreturn): New.
19963         (call_osf_2_er_nogp, call_value_osf_2_er_nogp): New.
19964         (call_osf_2_er, call_value_osf_2_er): Merge the ldgp highpart into
19965         the call pattern. Update peepholes to match.
19966
19967 2007-04-05  Janis Johnson  <janis187@us.ibm.com>
19968
19969         * doc/extend.texi (Other Builtins): Add decimal float variants
19970         of signbit.
19971         * builtins.def: Ditto.
19972         * builtins.c (expand_builtin): Ditto.
19973
19974 2007-04-05  Uros Bizjak  <ubizjak@gmail.com>
19975             H.J. Lu  <hongjiu.lu@intel.com>
19976
19977         PR target/31478
19978         * config/i386/sse.md (sse2_umulv2siv2di3): Use V4SImode instead
19979         of V8HImode when calling ix86_binary_operator_ok.
19980         (sse2_pmaddwd): Call ix86_binary_operator_ok.
19981         (sdot_prodv8hi): Operands 1 and 2 must be register.
19982
19983 2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
19984
19985         * tree-sra.c (try_instantiate_multiple_fields): Needlessly
19986         initialize align to silence bogus warning.
19987
19988 2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
19989
19990         PR middle-end/22156
19991         * tree-sra.c (struct sra_elt): Add in_bitfld_block.  Remove
19992         all_no_warning.
19993         (struct sra_walk_fns): Remove use_all parameter from use.
19994         (sra_hash_tree): Handle BIT_FIELD_REFs.
19995         (sra_elt_hash): Don't hash bitfld blocks.
19996         (sra_elt_eq): Skip them in parent compares as well.  Handle
19997         BIT_FIELD_REFs.
19998         (sra_walk_expr): Don't maintain or pass down use_all_p.
19999         (scan_use): Remove use_all parameter.
20000         (scalarize_use): Likewise.  Re-expand assignment to
20001         BIT_FIELD_REF of gimple_reg.  De-scalarize before input or
20002         output, and re-scalarize after output.  Don't mark anything
20003         for no warning.
20004         (scalarize_ldst): Adjust.
20005         (scalarize_walk_gimple_modify_statement): Likewise.
20006         (build_element_name_1): Handle BIT_FIELD_REFs.
20007         (instantiate_element): Don't warn for any element whose parent
20008         is used as a whole.
20009         (instantiate_missing_elements_1): Return the sra_elt.
20010         (canon_type_for_field): New.
20011         (try_instantiate_multiple_fields): New.
20012         (instantiate_missing_elemnts): Use them.
20013         (mark_no_warning): Removed.
20014         (generate_one_element_ref): Handle BIT_FIELD_REFs.
20015         (REPLDUP, sra_build_elt_assignment): New.
20016         (generate_copy_inout): Use them.
20017         (generate_element_copy): Likewise.  Handle bitfld differences.
20018         (generate_element_zero): Don't recurse for blocks.  Use
20019         sra_build_elt_assignment.
20020         (generate_one_element_int): Take elt instead of var.  Use
20021         sra_build_elt_assignment.
20022         (generate_element_init_1): Adjust.
20023         (scalarize_use, scalarize_copy): Use REPLDUP.
20024         (scalarize_ldst): Move assert before dereference.
20025         (dump_sra_elt_name): Handle BIT_FIELD_REFs.
20026
20027 2007-04-05  Steven Bosscher  <steven@gcc.gnu.org>
20028
20029         * regmove.c: Fix unused variable warnings due to previous commit.
20030
20031 2007-04-05  Steven Bosscher  <steven@gcc.gnu.org>
20032
20033         * regmove.c (STACK_GROWS_DOWNWARD): Don't boolean-ize.
20034         (regmove_bb_head): Remove.
20035         (copy_src_to_dest): Don't update regmove_bb_head and BB_HEAD.
20036         (regmove_optimize): Don't do unnecessary CFG fixes for non-existing
20037         problems with fixup_match_1.
20038         Don't initialize/free regmove_bb_head.
20039
20040         (reg_is_remote_constant_p): If an insn is in the same basic block
20041         but not before INSN, consider it remote, too.
20042
20043 2007-04-05  Anatoly Sokolov <aesok@post.ru>
20044
20045         PR target/25448
20046         * config/avr/avr.c (avr_handle_fndecl_attribute): Use the
20047         DECL_ASSEMBLER_NAME, not the DECL_NAME.
20048
20049 2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>
20050
20051         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
20052         (CONDITIONAL_REGISTER_USAGE): Likewise.
20053
20054 2007-04-04  Richard Henderson  <rth@redhat.com>
20055
20056         * config/alpha/lib1funcs.asm: Remove unused file.
20057
20058 2007-04-04  Brooks Moses  <brooks.moses@codesourcery.com>
20059
20060         PR other/31356
20061         * opts.c (print_specific_help): Fix --help=<language>
20062         header line.
20063         (common_handle_option): Support --help=common.
20064
20065 2007-04-04  Brooks Moses  <brooks.moses@codesourcery.com>
20066
20067         PR other/31353
20068         * gcc.c (main): Do not run the linker if
20069         print_subprocess_help indicates that it shouldn't be
20070         run.
20071
20072 2007-04-04  Brooks Moses  <brooks.moses@codesourcery.com>
20073
20074         PR doc/31355
20075         * doc/invoke.texi (--help=): Document <languages> value, fix
20076         formatting in tables of values.
20077
20078 2007-04-04  Danny Smith  <dannysmith.users.sourceforge.net>
20079
20080         * config/i386/winnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore
20081         dllimport attribute of virtual methods.
20082
20083 2007-04-04  Chen Liqin  <liqin@sunnorth.com.cn>
20084
20085         * config/score/crti.asm: Change _bss_start to __bss_start.
20086         * config/score/score.h (CONDITIONAL_REGISTER_USAGE): Added.
20087         (OUTGOING_REG_PARM_STACK_SPACE) update.
20088         * config/score/score.opt: add options to make backend support
20089         score5, score5u, score7 and score7d.
20090         * config/score/score.md: Likewise.
20091         * config/score/misc.md: Likewise.
20092         * config/score/mac.md: Likewise.
20093         * doc/invoke.texi: Likewise.
20094         * doc/md.texi: update constraints define.
20095
20096 2007-04-03  Richard Henderson  <rth@redhat.com>
20097
20098         * expr.c (store_expr): If get_signed_or_unsigned_type doesn't yield
20099         an appropriate type, use the mode instead.
20100
20101 2007-04-03  Richard Sandiford  <richard@codesourcery.com>
20102
20103         * config.gcc (mips-wrs-vxworks): Add vx-common.h to tm_file.
20104         Set the default --with-arch setting to mips2.
20105         * config/mips/t-vxworks (MULTILIB_OPTIONS, MULTILIB_MATCHES)
20106         (MULTILIB_EXCEPTIONS): Redefine with new multilibs.
20107         (MULTILIB_OSDIRNAMES): Delete.
20108         (MULTILIB_DIRNAMES): Define.
20109         * config/mips/vxworks.h (LINK_SPEC): Add VXWORKS_LINK_SPEC.
20110         (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Define.
20111         (TARGET_OS_CPP_BUILTINS): Incorporate old SUBTARGET_CPP_SPEC
20112         definitions, except for _WRS_R3K_EXC_SUPPORT.  Call
20113         VXWORKS_OS_CPP_BUILTINS.
20114         (SUBTARGET_CPP_SPEC): Redefine to VXWORKS_ADDITIONAL_CPP_SPEC.
20115         (MIPS_DEBUGGING_INFO): Undefine.
20116         (FUNCTION_PROFILER): Define to VXWORKS_FUNCTION_PROFILER.
20117
20118 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
20119
20120         PR middle-end/30704
20121         * fold-const.c (native_encode_real): Encode real.c provided longs
20122         as a series of 32-bit native integers.
20123         (native_interpret_real): Interpret buffer as a series of 32-bit
20124         native integers.
20125
20126 2007-04-03  Richard Guenther  <rguenther@suse.de>
20127
20128         * genpreds.c (write_insn_constraint_len): Write function
20129         optimized for CONSTRAINT_LEN implementation.
20130         (write_tm_preds_h): Output insn_constraint_len inline and
20131         use it for CONSTRAINT_LEN.
20132         (write_insn_preds_c): Don't output insn_constraint_len.
20133         * doc/md.texi (define_register_constraint): Document multi-letter
20134         constraints shall have the same length if they start with the same
20135         letter.
20136
20137 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
20138
20139         PR target/31175
20140         * config/i386/i386.md (isinf<mode>2): Expand only when
20141         TARGET_C99_FUNCTIONS is set.
20142
20143 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
20144
20145         * config.gcc (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
20146         (x86_64-*-linux*): Ditto.
20147         * config/i386/i386.opt (mpc): New option.
20148         * config/i386/i386.c (overrride_options): Handle
20149         ix87_precision_string.
20150         * config/i386/crtprec.c: New file.
20151         * config/i386/t-crtpc: Ditto.
20152         * config/i386/linux.h (ENDFILE_SPEC): Add handling of -mpc32, -mpc64
20153         and -mpc80 options.
20154         * config/i386/linux64.h (ENDFILE_SPEC): Ditto.
20155         * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
20156         crtprec32.o, crtprec64.o and crtprec80.o.
20157
20158         * doc/invoke.texi (Machine Dependent Options): Add -mpc32, -mpc64
20159         and -mpc80 options.
20160         (i386 and x86-64 Options): Document -mpc32, -mpc64 and -mpc80 options.
20161
20162 2007-04-02  Eric Christopher  <echristo@apple.com>
20163
20164         * doc/invoke.texi (i386 and x86-64 Options): Document -m64
20165         limitations on darwin.
20166
20167 2007-04-02  Anatoly Sokolov <aesok@post.ru>
20168
20169         PR target/31137
20170         * config/avr/avr.c (avr_rtx_costs): Add missing 'break' statements.
20171
20172 2007-04-02  Dave Korn  <dave.korn@artimi.com>
20173
20174         * doc/tm.texi (FUNCTION_MODE): Update and extend documentation.
20175
20176 2007-04-02  Dave Korn  <dave.korn@artimi.com>
20177
20178         * libgcc2.h (exception_descriptor): Don't forward-declare.
20179         (__get_eh_table_language, __get_eh_table_version): Delete
20180         prototypes of long-dead functions.
20181
20182 2007-04-01  Daniel Berlin  <dberlin@dberlin.org>
20183
20184         * ebitmap.h: New file
20185         * ebitmap.c: New file
20186         * Makefile.in (ebitmap.o): New target.
20187
20188 2007-04-01  Jan Hubicka  <jh@suse.cz>
20189
20190         * emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit
20191         before very first instruction.
20192
20193 2007-04-01  Jan Hubicka  <jh@suse.cz>
20194
20195         * ggc-page.c (ggc_print_statistics): Fix formatting string to avoid
20196         waring on 64bit hosts.
20197         * bitmap.h: Fix typo in bitmap_head_def.
20198
20199 2007-04-01  Steven Bosscher  <steven@gcc.gnu.org>
20200
20201         PR rtl-optimization/31391
20202         * cfgcleanup.c (try_optimize_cfg): If a removed label is turned
20203         into a DELETED_LABEL note, and the label is in an empty basic
20204         block, update BB_END as well as BB_HEAD.
20205
20206 2007-04-01  Richard Henderson  <rth@redhat.com>
20207
20208         PR tree-optimization/31169
20209         * tree-vrp.c (extract_range_from_binary_expr) <RSHIFT_EXPR>: Drop
20210         to varying if the range is outside [0,  prec-1].
20211
20212 2007-04-01  Richard Sandiford  <richard@codesourcery.com>
20213
20214         PR target/31388
20215         * config/mips/mips.md (load_const_gp): New insn.
20216         * config/mips/mips.c (mips_split_symbol): Avoid using or creating
20217         the MIPS16 GP pseudo register if no_new_pseudos.
20218         (mips16_gp_pseudo_reg): Use gen_load_const_gp.
20219
20220 2007-03-31  Andrew Pinski  <andrew_pinski@playstation.sony.com>
20221
20222         PR target/31364
20223         * config/rs6000/rs6000.md (call): Convert to LR hard reg for
20224         secureplt.
20225         (call_value): Likewise.
20226
20227 2007-03-31  Wolfgang Bangerth  <bangerth@dealii.org>
20228             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
20229
20230         PR 14737
20231         * doc/invoke.texi: (optimization options): Reword description
20232         of -ffast-math. Document its primary purpose.
20233
20234 2007-03-31  Richard Guenther  <rguenther@suse.de>
20235
20236         * omp-low.c (splay-tree.h): Include.
20237         (lookup_decl): Replace splay-tree usage by pointer-map.
20238         (maybe_lookup_decl): Likewise.
20239         (new_omp_context): Likewise.
20240         (delete_omp_context): Likewise.
20241         * gimplify.c (splay-tree.h): Include.
20242         * tree-inline.c (insert_decl_map): Replace splay-tree usage by
20243         pointer-map.
20244         (remap_ssa_name): Likewise.
20245         (remap_decl): Likewise.
20246         (remap_type_1): Likewise.
20247         (remap_type): Likewise.
20248         (copy_body_r): Likewise.
20249         (expand_call_inline): Likewise.
20250         (clone_body): Likewise.
20251         (copy_tree_r): Likewise.
20252         (remap_save_expr): Likewise.
20253         (unsave_r): Likewise.
20254         (unsave_expr_now): Likewise.
20255         (tree_function_versioning): Likewise.
20256         (build_duplicate_type): Likewise.
20257         * tree-inline.h (pointer-set.h): Include instead of splay-tree.h.
20258         (struct copy_body_data): Replace splay-tree by pointer-map.
20259         * Makefile.in (TREE_INLINE_H): Depend on pointer-map.h,
20260         not $(SPLAY_TREE_H).
20261         (gimplify.o): Depend on $(SPLAY_TREE_H).
20262         (omp-low.p): Likewise.
20263
20264 2007-03-31  Anatoly Sokolov <aesok@post.ru>
20265
20266         * config/avr/predicates.md (even_register_operand,
20267         odd_register_operand): New predicates.
20268         * config/avr/avr.md (movw peephole2): New.
20269         (movw_r peephole2): New.
20270
20271 2007-03-30  Rafael Avila de Espindola  <espindola@google.com>
20272
20273         * tree.h (get_signed_or_unsigned_type): New.
20274         * fold-const.c (operand_equal_for_comparison_p): Use
20275         get_signed_or_unsigned_type instead of
20276         lang_hooks.types.signed_or_unsigned_type.
20277         * expr.c (store_expr): Ditto.
20278         * langhooks.c (get_signed_or_unsigned_type): New.
20279         (lhd_signed_or_unsigned_type): New.
20280         * langhooks.h (lhd_signed_or_unsigned_type): New.
20281         * langhooks-def.h (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Define.
20282
20283 2007-03-30  Richard Henderson  <rth@redhat.com>
20284
20285         * tree-ssa-loop-ivopts.c: Include target.h.
20286         (produce_memory_decl_rtl): Pass the rtx through encode_section_info.
20287         (get_address_cost): Force SYMBOL_FLAG_LOCAL set.
20288         (force_expr_to_var_cost): Use produce_memory_decl_rtl.
20289         * Makefile.in (tree-ssa-loop-ivopts.o): Depend on TARGET_H.
20290
20291 2007-03-30  Richard Henderson  <rth@redhat.com>
20292             Kai Tietz  <kai.tietz@onevision.com>
20293
20294         * config/i386/cygming.h (DWARF2_DEBUGGING_INFO): Enable by
20295         default for 64-bit.
20296         (PREFERRED_DEBUGGING_TYPE): Prefer dwarf2 for 64-bit.
20297         (TARGET_64BIT_MS_ABI): New.
20298         (DBX_REGISTER_NUMBER): Handle 64-bit.
20299         (SIZE_TYPE, PTRDIFF_TYPE): Use long long for 64-bit.
20300         (LONG_TYPE_SIZE): Force to 32.
20301         (REG_PARM_STACK_SPACE): New.
20302         (OUTGOING_REG_PARM_STACK_SPACE): New.
20303         (REGPARM_MAX, SSE_REGPARM_MAX): New.
20304         (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
20305         (STACK_BOUNDARY): Use 128 for 64-bit.
20306         * config/i386/cygwin.asm: Use push/ret to preserve call stack.
20307         Add 64-bit implementation.
20308         * config/i386/gthr-win32.c (__gthr_win32_key_create): Mark dtor
20309         argument unused.
20310         * config/i386/i386.c (x86_64_ms_abi_int_parameter_registers): New.
20311         (override_options): Set ix86_cmodel for TARGET_64BIT_MS_ABI.
20312         Warn for -mregparm, -mrtd in 64-bit mode; force ix86_regparm
20313         for 64-bit; use TARGET_SUBTARGET64_DEFAULT.
20314         (ix86_handle_cconv_attribute): Don't warn when ignoring if
20315         TARGET_64BIT_MS_ABI.
20316         (ix86_function_arg_regno_p): Handle TARGET_64BIT_MS_ABI.
20317         (ix86_pass_by_reference): Likewise.
20318         (ix86_function_value_regno_p): Likewise.
20319         (ix86_build_builtin_va_list): Likewise.
20320         (ix86_va_start, ix86_gimplify_va_arg): Likewise.
20321         (function_arg_advance_ms_64): New.
20322         (function_arg_advance): Call it.
20323         (function_arg_ms_64): New.
20324         (function_arg): Call it.
20325         (function_value_ms_64): New.
20326         (ix86_function_value_1): Call it.
20327         (return_in_memory_ms_64): New.
20328         (ix86_return_in_memory): Call it.
20329         (setup_incoming_varargs_ms_64): New.
20330         (ix86_setup_incoming_varargs): Call it.
20331         (ix86_expand_prologue): Handle 64-bit stack probing.
20332         (legitimize_pic_address): Handle TARGET_64BIT_MS_ABI.
20333         (output_pic_addr_const): Likewise.
20334         (x86_this_parameter): Likewise.
20335         (x86_output_mi_thunk): Likewise.
20336         (x86_function_profiler): Likewise.
20337         (TARGET_STRICT_ARGUMENT_NAMING): New.
20338         * config/i386/i386.h (TARGET_SUBTARGET64_DEFAULT): New.
20339         (TARGET_64BIT_MS_ABI): New.
20340         (CONDITIONAL_REGISTER_USAGE): Handle TARGET_64BIT_MS_ABI.
20341         * config/i386/i386.md (allocate_stack_worker): Remove.
20342         (allocate_stack_worker_32): Rename from allocate_stack_worker_1;
20343         describe the clobber of eax without a match_scratch.
20344         (allocate_stack_worker_postreload): Remove.
20345         (allocate_stack_worker_64): Rename from allocate_stack_worker_rex64;
20346         describe the clobbers of rax, r10, r11 properly; use __chkstk symbol.
20347         (allocate_stack_worker_rex64_postreload): Remove.
20348         (allocate_stack): Handle 64-bit.
20349         * config/i386/i386elf (TARGET_SUBTARGET_DEFAULT): Remove.
20350         * config/i386/mingw32.h (TARGET_VERSION): Set correctly for 64-bit.
20351         (EXTRA_OS_CPP_BUILTINS): Handle 64-bit.
20352         (STANDARD_INCLUDE_DIR): Handle TARGET_64BIT_DEFAULT.
20353         (STANDARD_STARTFILE_PREFIX_1): Likewise.
20354         * config/i386/unix.h (TARGET_SUBTARGET64_DEFAULT): New.
20355         * config.build (x86_64-*-mingw*): New host.
20356         * config.host (x86_64-*-mingw*): New host.
20357         * config.gcc (x86_64-*-mingw*): New target.
20358         * gthr-win32.h (__gthread_key_create): Mark dtor unused.
20359
20360 2007-03-30  Richard Henderson  <rth@redhat.com>
20361             Kai Tietz  <kai.tietz@onevision.com>
20362
20363         * c-pragma.c (struct def_pragma_macro_value): New.
20364         (struct def_pragma_macro): New.
20365         (pushed_macro_table): New.
20366         (dpm_hash, dpm_eq): New.
20367         (handle_pragma_push_macro, handle_pragma_pop_macro): New.
20368         (init_pragma): Install them.
20369         * doc/tm.texi (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
20370
20371 2007-03-30  Anatoly Sokolov <aesok@post.ru>
20372
20373         * config/avr/avr.c (avr_override_options): Clear
20374         'flag_delete_null_pointer_checks'.
20375
20376 2007-03-30  Paolo Carlini  <pcarlini@suse.de>
20377
20378         PR c++/26099
20379         * c-common.h (enum rid): Add RID_HAS_NOTHROW_ASSIGN,
20380         RID_HAS_NOTHROW_CONSTRUCTOR, RID_HAS_NOTHROW_COPY,
20381         RID_HAS_TRIVIAL_ASSIGN, RID_HAS_TRIVIAL_CONSTRUCTOR,
20382         RID_HAS_TRIVIAL_COPY, RID_HAS_TRIVIAL_DESTRUCTOR,
20383         RID_HAS_VIRTUAL_DESTRUCTOR, RID_IS_ABSTRACT, RID_IS_BASE_OF,
20384         RID_IS_CONVERTIBLE_TO, RID_IS_CLASS, RID_IS_EMPTY, RID_IS_ENUM,
20385         RID_IS_POD, RID_IS_POLYMORPHIC, RID_IS_UNION, as
20386         C++ extensions.
20387         * doc/extend.texi (Extensions to the C++ Language): Add Type Traits.
20388
20389 2007-03-30  Steven Bosscher  <steven@gcc.gnu.org>
20390
20391         * regmove.c: Move all of pass_stack_adjustments from here...
20392         * combine-stack-adj.c: ...to this new file.
20393         * Makefile.in: Add rules for combine-stack-adj.o.
20394
20395 2007-03-30  Zdenek Dvorak  <dvorakz@suse.cz>
20396
20397         PR tree-optimization/31383
20398         * tree-data-ref.c (affine_function_equal_p): Do not require the
20399         vectors to have the same length.
20400
20401 2007-03-30  Jan Hubicka  <jh@suse.cz>
20402
20403         PR middle-end/30700
20404         * dwarf2out.c (reference_to_unused): Ask cgraph for functions
20405         availablility; add more sanity checking; ask varpool only about
20406         VAR_DECL.
20407
20408 2007-03-29  Richard Henderson  <rth@redhat.com>
20409
20410         * unwind-generic.h (_sleb128_t, _uleb128_t): Don't use HAVE_LONG_LONG
20411         to decide, but __SIZEOF_LONG_LONG__.
20412
20413 2007-03-29  Richard Henderson  <rth@redhat.com>
20414
20415         * emutls.c (struct __emutls_array): New.
20416         (emutls_destroy): Use it instead of casting element 0 from void*.
20417         (__emutls_get_address): Likewise.
20418
20419 2007-03-29  Richard Henderson  <rth@redhat.com>
20420
20421         * varasm.c (initializer_constant_valid_p): Don't deny
20422         DECL_DLLIMPORT_P on functions.
20423
20424         * config/i386/cygming.h: Remove function declarations.
20425         (SUBTARGET_ENCODE_SECTION_INFO): Don't undef first.
20426         (ASM_OUTPUT_LABELREF): Remove.
20427         (COMMON_ASM_OP): Remove.
20428         (ASM_OUTPUT_COMMON): Remove.
20429         (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
20430         (ASM_DECLARE_OBJECT_NAME): Use i386_pe_maybe_record_exported_symbol.
20431         (ASM_DECLARE_FUNCTION_NAME): Likewise.
20432         * config/i386/i386-interix.h (SUBTARGET_ENCODE_SECTION_INFO):
20433         Rename from TARGET_ENCODE_SECTION_INFO.
20434         * config/i386/netware.h: Likewise.
20435         * config/i386/i386-protos.h: Update.
20436         * config/i386/i386.c (ix86_function_ok_for_sibcall): Turn ifdef
20437         of TARGET_DLLIMPORT_DECL_ATTRIBUTES into straight if.
20438         (legitimate_constant_p): Reject dllimports.
20439         (dllimport_map, get_dllimport_decl): New.
20440         (legitimize_dllimport_symbol): New.
20441         (legitimize_address, ix86_expand_move): Use it.
20442         (TARGET_BINDS_LOCAL_P): Redefine for TARGET_DLLIMPORT_DECL_ATTRIBUTES.
20443         * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Remove.
20444         (SYMBOL_FLAG_DLLIMPORT, SYMBOL_REF_DLLIMPORT_P): New.
20445         (SYMBOL_FLAG_DLLEXPORT, SYMBOL_REF_DLLEXPORT_P): New.
20446         * config/i386/predicates.md (constant_call_address_operand): Only
20447         accept symbols; reject dllimport_p symbols.
20448         * config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Use
20449         i386_pe_maybe_record_exported_symbol.
20450         * config/i386/winnt.c (DLL_IMPORT_PREFIX, DLL_EXPORT_PREFIX): Remove.
20451         (i386_pe_determine_dllexport_p): Rename from i386_pe_dllexport_p.
20452         (i386_pe_determine_dllimport_p): Rename from i386_pe_dllimport_p;
20453         trust the setting of DECL_DLLIMPORT_P.
20454         (i386_pe_dllexport_name_p, i386_pe_dllimport_name_p): Remove.
20455         (i386_pe_mark_dllexport, i386_pe_mark_dllimport): Remove.
20456         (gen_stdcall_or_fastcall_suffix): Return NULL if no change required;
20457         tidy the argument scanning loop.
20458         (i386_pe_encode_section_info): Set SYMBOL_FLAG_DLLIMPORT and
20459         SYMBOL_FLAG_DLLEXPORT in SYMBOL_REF_FLAGS.
20460         (i386_pe_strip_name_encoding): Remove.
20461         (i386_pe_binds_local_p): New.
20462         (i386_pe_strip_name_encoding_full): Use default_strip_name_encoding.
20463         (i386_pe_output_labelref): Remove.
20464         (i386_pe_asm_output_aligned_decl_common): New.
20465         (i386_pe_maybe_record_exported_symbol): Rename from
20466         i386_pe_record_exported_symbol; check for dllexported symbols.
20467
20468 2007-03-29  Zack Weinberg  <zack@mrtock.ucsd.edu>
20469
20470         * gengtype.c (oprintf): Mostly revert changes from 2007-03-26;
20471         add comment explaining why vsnprintf cannot be used.
20472
20473 2007-03-29  Douglas Gregor  <doug.gregor@gmail.com>
20474
20475         PR tree-optimization/30666
20476         * tree.c (build_complex_type): When creating type names for DWARF2
20477         debug info, create TYPE_DECLs for TYPE_NAME instead of
20478         IDENTIFIER_NODEs.
20479         (build_common_tree_nodes_2): Use build_complex_type when building
20480         predefined complex types, to preserve canonical types.
20481
20482 2007-03-29  Steven Bosscher  <steven@gcc.gnu.org>
20483
20484         * ifcvt.c (struct noce_if_info): Add then_else_reversed field.
20485         (noce_get_alt_condition): Look at it to determine whether to
20486         reverse the condition or not.
20487         (noce_get_condition): Substitute the truth for lies.
20488         (noce_find_if_block): Set the then_else_reversed field.
20489
20490 2007-03-29  Lars Poeschel <larsi@wh2.tu-dresden.de>
20491
20492         * config/fr30/fr30.md (movdi): Do not accept immediates as the
20493         destination of this insn.
20494         * config/fr30/fr30.c (fr30_move_double): Use emit_move_insn rather
20495         than calling gen_rtx_SET directly.  Use r0 to hold the value of
20496         'address + 4' rather than a stack based temporary which can be
20497         mis-optimized away.
20498
20499 2007-03-29  Andreas Krebbel  <krebbel1@de.ibm.com>
20500
20501         * config/s390/s390.c (s390_secondary_input_reload_class,
20502         s390_secondary_output_reload_class): Functions removed.
20503         (s390_secondary_reload): New function.
20504         (TARGET_SECONDARY_RELOAD): Target macro defined.
20505         * config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS,
20506         SECONDARY_OUTPUT_RELOAD_CLASS): Macro definitions removed.
20507         * config/s390/s390.md ("reload_outti", "reload_outdi",
20508         "reload_indi", "reload_insi", "reload_out<mode>", "reload_in<mode>",
20509         "reload_out<mode>"): Expanders removed.
20510         ("reload<mode>_plus", "reload<mode>_nonoffmem_in",
20511         "reload<mode>_nonoffmem_out"): Expanders added.
20512
20513 2007-03-29  Andreas Krebbel  <krebbel1@de.ibm.com>
20514
20515         * regmove.c (optimize_reg_copy_1): Don't perform DEST->SRC repair
20516         action if SRC->DEST replacement failed anyway.
20517
20518 2007-03-28  Mike Stump  <mrs@apple.com>
20519
20520         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Add.
20521         * config/darwin.h (MAX_OFILE_ALIGNMENT): Fix.
20522         * config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.
20523
20524 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
20525
20526         * config.gcc: Accept barcelona as a variant of amdfam10.
20527         * config/i386/i386.c (override_options): Likewise.
20528         * doc/invoke.texi: Likewise.
20529
20530 2007-03-28  Eric Botcazou  <ebotcazou@adacore.com>
20531
20532         * tree-dfa.c (get_ref_base_and_extent): Do not expect positive
20533         offsets for BIT_FIELD_REF and COMPONENT_REF.
20534
20535 2007-03-28  Richard Guenther  <rguenther@suse.de>
20536
20537         * tree.c (is_global_var): Move ...
20538         * tree-flow-inline.h (is_global_var): ... here.
20539         * tree.h (is_global_var): Remove declaration.
20540
20541 2007-03-28  Uros Bizjak  <ubizjak@gmail.com>
20542
20543         * config/i386/i386.h (X86_TUNE_PROMOTE_HIMODE_IMUL): New tuning
20544         option.
20545         (TARGET_TUNE_PROMOTE_HIMODE_IMUL): New define. Use new tuning option.
20546         * config/i386/i386.c (ix86_tune_features): Initialize new
20547         tuning option.
20548         * config/i386/predicates.md (promotable_binary_operator): Use
20549         TARGET_TUNE_PROMOTE_HIMODE_IMUL.
20550
20551 2007-03-28  Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
20552
20553         PR target/31380
20554         * config/i386/sse.md (uminv16qi3): Use UMIN instead of UMAX.
20555
20556 2007-03-28  Lars Poeschel <larsi@wh2.tu-dresden.de>
20557
20558         * config/fr30/fr30.md (movsi_internal): Change destination
20559         constraint from m to V and add m to the end.
20560
20561 2007-03-28  Christian Bruel  <christian.bruel@st.com>
20562
20563         * config/sh/sh.md (movsi_i): Fix type attribute.
20564
20565 2007-03-28  Christian Bruel  <christian.bruel@st.com>
20566
20567         * config/sh/sh.md (movsi_ie): Fix memory constraints attribute length.
20568         (movsf_ie): Likewise.
20569
20570 2007-03-28  Christian Bruel  <christian.bruel@st.com>
20571
20572         * config.gcc: Add sh4-300 to multilib.
20573         * config/sh/t-mlib-sh4-300: New file.
20574
20575 2007-03-28  Andreas Krebbel  <krebbel1@de.ibm.com>
20576
20577         * config/s390/s390.md ("fix_trunc<mode>di2"): New expander.
20578         ("fix_trunc<DFP:mode>di2_dfp"): New insn definition renamed from
20579         fix_trunc<mode>di2.
20580         ("fixuns_truncdddi2", "fixuns_trunctddi2"): Use
20581         fix_trunc<DFP:mode>di2_dfp instead of fix_trunc<mode>di2.
20582         ("fix_truncdfsi2", "fix_truncsfsi2", "fixuns_truncdddi2",
20583         "fixuns_trunctddi2"): Whitespace fix.
20584
20585 2007-03-28  Kaz Kojima  <kkojima@gcc.gnu.org>
20586
20587         * config/sh/sh.h (CALL_COOKIE_RET_TRAMP_SHIFT): Move after
20588         the definition of struct sh_args.
20589         (CALL_COOKIE_RET_TRAMP, CALL_COOKIE_STACKSEQ_SHIFT,
20590         CALL_COOKIE_INT_REG_GET): Likewise.
20591
20592 2007-03-28  Steven Bosscher  <steven@gcc.gnu.org>
20593
20594         * ifcvt.c (cond_exec_find_if_block): Return FALSE if no
20595         transformations are applied successfully.
20596
20597 2007-03-27  Douglas Gregor  <doug.gregor@gmail.com>
20598
20599         * tree.c (tree_contains_struct): Permit 512 tree codes.
20600         * tree.h (tree_contains_struct): Ditto.
20601         (MAX_TREE_CODES): Ditto.
20602         (struct tree_base): Make CODE 16 bits, instead of 8 bits. Add
20603         SPARE member to store remaining padding bits.
20604
20605 2007-03-27  Anatoly Sokolov <aesok@post.ru>
20606
20607         * config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4'
20608         architecture.
20609
20610 2007-03-27  Janis Johnson  <janis187@us.ibm.com>
20611
20612         * configure.ac: Fix assembler test for powerpc*-linux decimal float.
20613         * configure: Regenerate.
20614
20615         * configure: Regenerate using the correct version of autoconf.
20616
20617 2007-03-27  Anatoly Sokolov  <aesok@post.ru>
20618
20619         * config/avr/avr.c (avr_hard_regno_mode_ok): Disallow QImode in stack
20620         pointer regs.
20621         * config/avr/avr.h (REGISTER_NAMES): Rename "__SPL__" and "__SPH__"
20622         regs to "__SP_L__" and "__SP_H__".
20623
20624 2007-03-27  Richard Guenther  <rguenther@suse.de>
20625
20626         * tree-dfa.c (get_ref_base_and_extent): Replace bit_offset and
20627         computations with it with a HOST_WIDE_INT variable.
20628
20629 2007-03-26  Mike Stump  <mrs@apple.com>
20630
20631         * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Add
20632         objective-c-header, objective-c++-header and objc++-cpp-output
20633         support.
20634         * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
20635
20636 2007-03-26  Richard Henderson  <rth@redhat.com>
20637
20638         PR target/31361
20639         * config/i386/i386.c (IX86_BUILTIN_PSLLDQ128, IX86_BUILTIN_PSLLW128,
20640         IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128, IX86_BUILTIN_PSRAW128,
20641         IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128, IX86_BUILTIN_PSRLD128,
20642         IX86_BUILTIN_PSRLQ128): New.
20643         (ix86_init_mmx_sse_builtins): Add them.
20644         (ix86_expand_builtin): Expand them.
20645         * config/i386/sse.md (ashr<mode>3, lshr<mode>3, ashl<mode>3): Make
20646         operand 2 be TImode.
20647         * config/i386/emmintrin.h (_mm_slli_epi64, _mm_srai_epi16,
20648         _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
20649         _mm_srli_epi64): Mark __B const.
20650         (_mm_srli_si128, _mm_srli_si128): Fix disabled inline versions.
20651         (_mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64, _mm_sra_epi16,
20652         _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32, _mm_srl_epi64): Use
20653         new two-vector shift builtins.
20654
20655 2007-03-26  Ian Lance Taylor  <iant@google.com>
20656
20657         PR tree-optimization/31345
20658         * tree-vrp.c (extract_range_from_binary_expr): Turn ranges like
20659         [+INF, +INF(OVF)] into VARYING.
20660
20661 2007-03-26  Zack Weinberg  <zackw@panix.com>
20662
20663         * gengtype-parse.c: New file.
20664         * gengtype-yacc.y: Delete.
20665         * gengtype-lex.l: Don't include gengtype-yacc.h.
20666         Define YY_DECL and yyterminate appropriately for recursive
20667         descent parser.  yylval is now a string out-parameter to yylex.
20668         (HWS, EOID): New shorthand.
20669         (IWORD): Add a couple more types.
20670         (yylex): Add a setup stanza.  Remove the complex rules for
20671         detecting GTY'ed types and typedefs; replace with simple
20672         keyword detectors.  Adjust everything for the changed
20673         definition of yylval.  Ignore all pp-directives, not just #define.
20674         (yyerror): Delete.
20675         (parse_file): Rename yybegin; do not call yyparse.
20676         (yyend): New.
20677         * gengtype.c (xasprintf): Export again.
20678         (this_file): New.  Use everywhere __FILE__ was being used.
20679         (get_lang_bitmap): Special case types defined in gengtype.c.
20680         (do_typedef, new_structure): Suppress definition of certain types.
20681         (new_structure): Improve diagnostics of duplicate definitions.
20682         Make sure location_s is associated with input.h.
20683         (nreverse_pairs, define_location_structures): New functions.
20684         (main): Improve tagging of kludge types.  Remove old kludges
20685         for input.h types; use define_location_structures.
20686         * gengtype.h: Update prototypes.  Define token codes here.
20687         * Makefile.in: Remove all references to gengtype-yacc.
20688         Add rules for gengtype-parse.o.  Adjust rules for gengtype-lex.o
20689         and gengtype.
20690         * bitmap.h (struct bitmap_head_def): Coalesce definitions,
20691         add GTY((skip)) to the field that's only conditionally there.
20692         * doc/install.texi: Document that Bison is no longer required
20693         unless building treelang.
20694
20695         * gengtype.c: Don't include gtyp-gen.h.
20696         (srcdir): Declare here.
20697         (base_files, lang_dir_names): Allocate dynamically.
20698         (gt_files, num_gt_files, num_lang_dirs): New globals.
20699         (measure_input_list, read_input_line, read_input_list)
20700         (set_lang_bitmap): New functions.
20701         (get_base_file_bitmap): Rename get_lang_bitmap and drastically
20702         simplify, relying on read_input_list to set up the bitmaps.
20703         (main): Arguments are no longer unused.  Check for correct number
20704         of command line arguments, set srcdir and srcdir_len, then call
20705         read_input_list, before doing anything else.  No need to worry
20706         about duplicates in main loop.
20707         * configure.ac: Simplify the calculation of all_gtfiles.
20708         Put language tags in there.  Don't set or substitute
20709         all_gtfiles_files_langs or all_gtfiles_files_frags.
20710         * Makefile.in: Revamp the way gengtype is invoked, now that it
20711         takes a file on its command line with a much simpler format.
20712         Remove or replace with gtyp-input.list all references to gtyp-gen.h.
20713         (GTFILES): Remove duplicates and C source files.
20714         * c-config-lang.in, cp/config-lang.in, objc/config-lang.in
20715         * objcp/config-lang.in: Add c-pragma.h to gtfiles.
20716         * configure: Regenerate.
20717
20718         * gengtype.h: Remove all type definitions to gengtype.c; leave
20719         only definitions of options_p, type_p, and pair_p as opaque
20720         pointers.  Update prototypes.
20721         * gengtype.c: Many type definitions moved here from gengtype.h.
20722         Consolidate type definitions at the top of the file.
20723         (xvasprintf): Delete.
20724         (xasprintf): Make static.
20725         (create_nested_pointer_option): Add 'next' parameter.
20726         (create_field_all, create_field_at): New functions.
20727         (create_field): Now a thin wrapper around create_field_all.
20728         (create_optional_field): Rename create_optional_field_ and add
20729         line argument.  Original name is now a macro which supplies
20730         __LINE__.
20731         (oprintf): Use vsnprintf directly.
20732         (close_output_files): Use fatal rather than perror/exit.
20733         (note_def_vec, note_def_vec_alloc): Use create_field_at.
20734         (main): Set progname.  Don't use exit.
20735         * gengtype-yacc.y (struct_fields): Use create_field_at.
20736         (option, optionseqopt): Delete.
20737         (optionseq): Consolidate productions from option here so we
20738         can use the first argument to create_option.
20739
20740         * gengtype-lex.l: Distinguish unions from structures in the
20741         token type.  Don't call find_structure; return the tag as a string.
20742         * gengtype-yacc.y: Add new token types ENT_TYPEDEF_UNION and
20743         ENT_UNION.  Type of these, ENT_TYPEDEF_STRUCT, and ENT_STRUCT is
20744         string.  Reorganize typedef_struct production accordingly.
20745         Use create_nested_ptr_option.
20746         * gengtype.c (create_nested_ptr_option): New function.
20747         * gengtype.h: Declare it.
20748
20749         * gengtype.h (struct type): Replace 'sc' with boolean, scalar_is_char.
20750         (string_type): Don't declare.
20751         (do_scalar_typedef): Declare.
20752         (create_scalar_type): Update prototype.
20753         * gengtype.c (string_type): Make static.
20754         (scalar_nonchar, scalar_char): New.
20755         (do_scalar_typedef): Export.  Always use scalar_nonchar for the type.
20756         (resolve_typedef): Use scalar_nonchar for error recovery.
20757         (create_scalar_type): Remove name_len field.  Return scalar_char
20758         or scalar_nonchar as appropriate.
20759         (adjust_field_type): Look at scalar_is_char boolean to decide whether
20760         to use string_type.
20761         (throughout): Use scalar_nonchar instead of calling
20762         create_scalar_type, whenever possible.
20763         (main): Initialize scalar_char and scalar_nonchar before calling
20764         gen_rtx_next.
20765         * gengtype-lex.l: Adjust for removal of second argument to
20766         create_scalar_type.  Use yylval.s instead of yylval.t when
20767         returning SCALAR.
20768         * gengtype-yacc.y: Type of SCALAR is string.  Call
20769         create_scalar_type from type:SCALAR rule.  Adjust for removal of
20770         second argument to create_scalar_type.
20771
20772         * vec.h: Remove all #if IN_GENGTYPE blocks.
20773         Add comment saying that changes may require adjustments to gengtype.
20774         * gengtype.c: Don't include coretypes.h or tm.h.
20775         Add comment to inclusion of errors.h.
20776         (note_def_vec, note_def_vec_alloc): New functions.
20777         * gengtype.h: Declare new functions.
20778         * gengtype-lex.l: Don't include coretypes.h.
20779         (YY_INPUT, macro_input, push_macro_expansion, mangle_macro_name):
20780         Delete.
20781         (update_lineno): Remove unnecessary prototype.
20782         (DEF_VEC_* rules): Simplify using note_def_vec / note_def_vec_alloc.
20783         (VEC rule): Just return VEC_TOKEN.
20784         * gengtype-yacc.y (VEC_TOKEN): New token type.
20785         (type): Add a production for VEC(a,b).
20786         * Makefile.in: Update dependencies.
20787
20788         * gengtype-lex.l: Remove rules for parsing pointer-to-function
20789         typedefs that use the old PARAMS macro.
20790
20791         * gengtype-lex.l: Remove all rules and states relating to yacc
20792         input files.
20793         * gengtype-yacc.y: Similarly.
20794         * gengtype.c (note_yacc_type): Delete function.
20795         * gengtype.h: Update prototypes.
20796
20797 2007-03-26  Joseph Myers  <joseph@codesourcery.com>
20798
20799         * tree-pretty-print.c (dump_generic_node): Report precision of
20800         unnamed integer types.
20801
20802 2007-03-26  Steven Bosscher  <steven@gcc.gnu.org>
20803
20804         * ifcvt.c (noce_try_store_flag_constants): Don't check
20805         no_new_pseudos here.
20806         (noce_try_store_flag_constants): Don't check no_new_pseudos.
20807         (noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove_arith,
20808         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
20809         noce_try_sign_mask): Likewise.
20810         (if_convert): Check no_new_pseudos here.
20811
20812         (cond_exec_process_if_block, noce_process_if_block, find_if_block):
20813         Remove prototypes.
20814         (struct noce_if_info): Add then_bb, else_bb, join_bb members.
20815         (noce_get_condition): Handle new then_else_reversed argument.
20816         (noce_init_if_info): Remove, fold into noce_find_if_block.
20817         (noce_process_if_block): Take a struct noce_if_info as the
20818         argument.  Don't set up one based on ce_if_info.  Update pointer
20819         references accordingly.
20820         (cond_move_process_if_block): Likewise.
20821         (process_if_block): Removed.
20822         (find_if_block): Removed.  Move functionality two new functions,
20823         noce_find_if_block and cond_exec_find_if_block.
20824         (noce_find_if_block): New function.  Be aware of IF-THEN-JOIN
20825         blocks and the symmetric IF-ELSE-JOIN case.
20826         (cond_exec_find_if_block): Also new function mostly based on old
20827         find_if_block and process_if_block.
20828         (find_if_header): Replace find_if_block call with separately
20829         guarded calls to noce_find_if_block and cond_exec_find_if_block.
20830         (find_cond_trap): Update noce_get_condition call.
20831         (dead_or_predicable): Likewise.
20832
20833 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
20834
20835         * config/i386/i386.c (IX86_BUILTIN_CMPNEPD, IX86_BUILTIN_CMPNESD):
20836         Remove.
20837         (IX86_BUILTIN_PSLLW128, IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128,
20838         IX86_BUILTIN_PSRAW128, IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128,
20839         IX86_BUILTIN_PSRLD128, IX86_BUILTIN_PSRLQ128): Remove.
20840         (ix86_init_mmx_sse_builtins): Remove v8hi_ftype_v8hi_v2di and
20841         v4si_ftype_v4si_v2di.  Remove __builtin_ia32_psllw128,
20842         __builtin_ia32_pslld128, __builtin_ia32_psllq128,
20843         __builtin_ia32_psrlw128, __builtin_ia32_psrld128,
20844         __builtin_ia32_psrlq128, __builtin_ia32_psraw128 and
20845         __builtin_ia32_psrad128 builtins.
20846
20847 2007-03-26  Uros Bizjak  <ubizjak@gmail.com>
20848
20849         * reg-stack.c (replace_reg): Use IN_RANGE macro in gcc_assert().
20850         * config/i386/constraints.md
20851         (define_constraint "I"): Use IN_RANGE macro.
20852         (define_constraint "J"): Ditto.
20853         (define_constraint "K"): Ditto.
20854         (define_constraint "M"): Ditto.
20855         (define_constraint "N"): Ditto.
20856         (define_constraint "O"): Ditto.
20857         * config/i386/predicates.md
20858         (define_predicate "register_no_elim_operand"): Use IN_RANGE macro.
20859         (define_predicate "const_0_to_3_operand"): Ditto.
20860         (define_predicate "const_0_to_7_operand"): Ditto.
20861         (define_predicate "const_0_to_15_operand"): Ditto.
20862         (define_predicate "const_0_to_63_operand"): Ditto.
20863         (define_predicate "const_0_to_255_operand"): Ditto.
20864         (define_predicate "const_1_to_31_operand"): Ditto.
20865         (define_predicate "const_2_to_3_operand"): Ditto.
20866         (define_predicate "const_4_to_7_operand"): Ditto.
20867
20868 2007-03-25  David Edelsohn  <edelsohn@gnu.org>
20869
20870         * config/rs6000/rs6000.c (rs6000_emit_prologue): Always clobber LR
20871         in SImode for save_world.
20872         * config/rs6000/altivec.md (save_world, restore_world): Convert to
20873         LR hard reg.
20874
20875 2007-03-25  Dorit Nuzman  <dorit@il.ibm.com>
20876
20877         PR tree-optimization/30784
20878         * fold-const.c (fold_ternary): Handle CONSTRUCTOR in case
20879         BIT_FIELD_REF.
20880
20881 2007-03-25  Revital Eres  <eres@il.ibm.com>
20882
20883         * tree-if-conv.c (if_convertible_gimple_modify_stmt_p):
20884           Fold movement_possibility function into it.
20885
20886 2007-03-25  David Edelsohn  <edelsohn@gnu.org>
20887
20888         * config/rs6000/darwin.md (load_macho_picbase): Ignore operand 0.
20889         (load_macho_picbase_{si,di}): Convert to LR hard reg.
20890         (call_indirect_nonlocal_darwin64): Same.
20891         (call_nonlocal_darwin64): Same.
20892         (call_value_indirect_nonlocal_darwin64): Same.
20893         (call_value_nonlocal_darwin64): Same.
20894         (sibcall_nonlocal_darwin64): Same.
20895         (sibcall_value_nonlocal_darwin64): Same.
20896         (sibcall_symbolic_64): Same.
20897         (sibcall_value_symbolic_64): Same.
20898         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Remove
20899         LR pseudo.
20900         (rs6000_emit_load_toc_table): Same.
20901         * config/rs6000/altivec.md (restore_world): Convert to LR hard reg.
20902         * config/rs6000/rs6000.md (mulh_call): Convert to LR hard reg.
20903         (mull_call): Same.
20904         (divss_call): Same.
20905         (divus_call): Same.
20906         (quoss_call): Same.
20907         (quous_call): Same.
20908         (load_toc_v4_pic_si): Same
20909         (load_toc_v4_PIC_1): Same.
20910         (load_toc_v4_PIC_1b): Same.
20911         (call_indirect_aix{32,64}): Same.
20912         (call_value_indirect_aix{32,64}): Same.
20913         (call): Same.
20914         (call_value): Same.
20915         (call_local{32,64}): Same.
20916         (call_value_local{32,64}): Same.
20917         (call_indirect_nonlocal_aix{32,64}): Same.
20918         (call_nonlocal_aix{32,64}): Same.
20919         (call_value_indirect_nonlocal_aix{32,64}): Same.
20920         (call_value_nonlocal_aix{32,64}): Same.
20921         (call_indirect_nonlocal_sysv<mode>): Same.
20922         (call_nonlocal_sysv<mode>): Same.
20923         (call_value_indirect_nonlocal_sysv<mode>): Same.
20924         (call_value_nonlocal_sysv<mode>): Same.
20925         (sibcall): Same.
20926         (sibcall_local{32,64}): Same.
20927         (sibcall_value_local{32,64}): Same.
20928         (sibcall_nonlocal_aix{32,64}): Same.
20929         (sibcall_value_nonlocal_aix{32,64}): Same.
20930         (sibcall_nonlocal_sysv<mode>): Same.
20931         (sibcall_value): Same.
20932         (sibcall_value_nonlocal_sysv<mode>): Same.
20933
20934 2007-03-24  Paul Brook  <paul@codesourcery.com>
20935
20936         * config/arm/lib1funcs.asm (div0): Use ARM_FUNC_START and do_push.
20937         * config/arm/linux-eabi.h: Remove legacy syscall hack.
20938
20939 2007-03-24  Richard Henderson  <rth@redhat.com>
20940
20941         * config/ia64/constraints.md: New file.
20942         * config/ia64/predicates.md: Replace CONST_OK_FOR_? with
20943         satisfies_constraint_?.
20944         * config/ia64/ia64.c (ia64_move_ok, ia64_legitimate_constant_p,
20945         ia64_reload_gp, spill_restore_mem, ia64_expand_prologue,
20946         ia64_expand_epilogue, ia64_split_return_addr_rtx, ia64_rtx_costs,
20947         ia64_output_mi_thunk): Likewise.
20948         (ia64_const_ok_for_letter_p): Remove.
20949         (ia64_const_double_ok_for_letter_p): Remove.
20950         (ia64_extra_constraint): Remove.
20951         * config/ia64/ia64.h (REG_CLASS_FROM_LETTER): Remove.
20952         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L,
20953         CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O, CONST_OK_FOR_P,
20954         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_G,
20955         CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT,
20956         EXTRA_MEMORY_CONSTRAINT): Remove.
20957         * config/ia64/ia64.md: Include constriants.md.  Replace
20958         CONST_OK_FOR_? with satisfies_constraint_?.
20959
20960 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
20961             H.J. Lu  <hongjiu.lu@intel.com>
20962
20963         * config/dfp-bit.h (DPD_BID_NAME): New macro to give either the
20964         DPD or BID name.
20965         (name macros): Use DPD_BID_NAME to convert names properly.
20966
20967         * optabs.c (DECIMAL_PREFIX): Prefix string to use for the current
20968         decimal floating point format.
20969         (init_floating_libfuncs): Change decimal functions so that they
20970         have a "bid_" prefix if the decimal system uses the BID format,
20971         and "dpd_" prefix if the decimal system uses the DPD format.
20972         (init_interclass_conv_libfuncs): Ditto.
20973         (init_intraclass_conv_libfuncs): Ditto.
20974
20975         * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
20976         using the BID format.
20977
20978         * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
20979         whether we are using the BID decimal format.
20980         * configure: Regenerate.
20981
20982         * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
20983         the compiler has decimal floating point enabled.  Define
20984         __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
20985         instead of DPD.
20986
20987         * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
20988         using the BID format.
20989
20990         * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
20991         whether we are using the BID decimal format.
20992         * configure: Regenerate.
20993
20994         * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
20995         the compiler has decimal floating point enabled.  Define
20996         __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
20997         instead of DPD.
20998
20999         * doc/install.texi (--enable-decimal-float): Document BID and DPD
21000         options, and that it is enabled for i386/x86_64 systems.
21001
21002         * Makefile.in (enable_decimal_float): New.
21003         (DECNUMFMT): New.
21004         (DECNUMINC): Add  -I$(DECNUMFMT).
21005         (DECNUM_H): Mov decimal32.h, decimal64.h and decimal128.h
21006         to $(DECNUMFMT) from $(DECNUM).
21007
21008         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
21009         Substitute enable_decimal_float.
21010         * configure: Regenerated.
21011
21012         PR other/30529
21013         * config/dfp-bit.c (__dec_byte_swap): Use uint32_t instead of
21014         unsigned long.
21015
21016         * configure.ac: Enable decimal float for x86_64-*-linux*.
21017         * configure: Regenerated.
21018
21019         PR other/30530
21020         * dfp.c (decimal_real_arithmetic): Use decimal128FlipSign and
21021         decimal128ClearSign to flip and clear the sign bit in decimal128.
21022         (decimal_real_maxval): Set decimal128SetSign to set the sign
21023         bit in decimal128.
21024
21025 2007-03-23  Ian Lance Taylor  <iant@google.com>
21026
21027         * fold-const.c (fold_binary): Correct warning for X - c >= X.
21028
21029 2007-03-23  Ian Lance Taylor  <iant@google.com>
21030
21031         * tree-dump.c (dump_files): Correct comment.
21032
21033 2007-03-23  Ian Lance Taylor  <iant@google.com>
21034
21035         * tree-vrp.c (operand_less_p): Ignore fold overflow warnings.
21036
21037 2007-03-23  Steven Bosscher  <steven@gcc.gnu.org>
21038
21039         * tracer.c (tracer): Don't take FLAGS argument.  Assert we are
21040         in cfglayout mode.  Don't go into and out of cfglayout mode.
21041         Link the blocks in the order of the constructed traces.
21042         (rest_of_handle_tracer): Adjust call to tracer.
21043         * loop-init.c (rtl_loop_init): Assert we are in cfglayout mode.
21044         Don't go into cfglayout mode.
21045         (rtl_loop_done): Don't go out of cfglayout mode.
21046         * cfglayout.c (relink_block_chain): New function, split out from...
21047         (fixup_reorder_chain): ...here.  Remove redundant checking.
21048         (cfg_layout_finalize): Don't clear the header, footer, and aux
21049         fields here, move the code to do so to relink_block_chain.  Likewise
21050         for free_original_copy_tables.
21051         * rtl.h (tracer): Update prototype.
21052         * bb-reorder.c (reorder_basic_blocks): Don't take FLAGS argument.
21053         Assert we are in cfglayout mode.  Don't go into and out of cfglayout
21054         mode.  Use relink_block_chain to serialize the CFG according to the
21055         new basic block order.  Move targetm.cannot_modify_jumps_p check from
21056         here...
21057         (gate_handle_reorder_blocks): ...to here.
21058         (duplicate_computed_gotos): Move targetm.cannot_modify_jumps_p check
21059         from here...
21060         (gate_duplicate_computed_gotos): ...to here.
21061         (rest_of_handle_reorder_blocks): Don't see if anything has changed,
21062         something always changes when going into and out of cfglayout mode.
21063         Perform an expensive cfg cleanup while going into cfglayout mode.
21064         Always update liveness information on HAVE_conditional_execution
21065         targets.  Reserialize the basic blocks and go out of cfglayout mode.
21066         * reg-stack.c: Include cfglayout.h.
21067         (rest_of_handle_stack_regs): Go into and out of cfglayout mode around
21068         the call to reorder_basic_blocks.
21069         * basic-block.h (reorder_basic_blocks): Update prototype.
21070         (relink_block_chain): New prototype.
21071         * passes.c (pass_outof_cfg_layout_mode): Move after cse2.
21072
21073 2007-03-23  Joseph Myers  <joseph@codesourcery.com>
21074
21075         * config/mips/mips.md (type, hazard, *movdi_32bit,
21076         *movdi_gp32_fp64, *movdi_64bit, *movsi_internal, movcc,
21077         *movhi_internal, *movqi_internal, *movsf_hardfloat,
21078         *movdf_hardfloat_64bit, *movdf_hardfloat_32bit, *movdf_softfloat,
21079         movv2sf_hardfloat_64bit, load_df_low, load_df_high, store_df_high,
21080         mthc1, mfhc1): Change xfer instruction type to mfc and mtc, as
21081         applicable.
21082         (movcc): Change first xfer to multi.
21083         * config/mips/24k.md, config/mips/4100.md, config/mips/4300.md,
21084         config/mips/5000.md, config/mips/5400.md, config/mips/5500.md,
21085         config/mips/5k.md, config/mips/7000.md, config/mips/9000.md,
21086         config/mips/generic.md: Change reservations using "xfer" to use
21087         "mfc,mtc".
21088         * config/mips/sb1.md (ir_sb1_mtxfer): Use "mtc" instead of
21089         using match_operand.
21090         (ir_sb1_mfxfer): Use "mfc" instead of using match_operand.
21091         * config/mips/sr71k.md (ir_sr70_xfer_from): Use "mfc" instead of
21092         examining mode.
21093         (ir_sr70_xfer_to): Use "mtc" instead of examining mode.
21094
21095 2007-03-22  Richard Henderson  <rth@redhat.com>
21096
21097         * config/i386/i386.c: Remove unnecessary function declarations.
21098         Move targetm definition, and all related macros, to the end of
21099         the file.  Resort some functions to put definitions before uses.
21100         (ix86_attribute_table): Make static.  Move to end of file.
21101         (ix86_gimplify_va_arg): Make static.
21102
21103 2007-03-22  Richard Henderson  <rth@redhat.com>
21104
21105         * config/i386/i386.c (ix86_function_regparm): Early exit for 64-bit;
21106         don't increase local_regparm with force_align_arg_pointer check.
21107         (ix86_function_sseregparm): Assert 32-bit.
21108         (type_has_variadic_args_p): New.
21109         (ix86_return_pops_args): Early exit for 64-bit.  Reindent; use
21110         type_has_variadic_args_p.
21111         (ix86_function_arg_regno_p): Use == 0 instead of ! test for eax.
21112         (init_cumulative_args): Remove TARGET_DEBUG_ARG.  Remove zero_cum;
21113         use memset instead.  Do maybe_vaarg check first; skip attribute
21114         tests if true; skip attribute tests for 64-bit.
21115         (construct_container): Remove TARGET_DEBUG_ARG.
21116         (function_arg_advance_32, function_arg_advance_64): Split out ...
21117         (function_arg_advance): ... from here.
21118         (function_arg_32, function_arg_64): Split out ...
21119         (function_arg): ... from here.
21120         (ix86_pass_by_reference): Tidy.
21121         (ix86_function_value_regno_p): Rearrange w/ switch on regno.
21122         (function_value_32): New, from parts of ix86_function_value
21123         and ix86_value_regno.
21124         (function_value_64): New, from parts of ix86_function_value
21125         and ix86_libcall_value.
21126         (ix86_function_value_1): New.
21127         (ix86_function_value, ix86_libcall_value): Use it.
21128         (return_in_memory_32, return_in_memory_64): Split out ...
21129         (ix86_return_in_memory): ... from here.
21130         (ix86_struct_value_rtx): Skip for 64-bit.
21131         (ix86_libcall_value, ix86_value_regno): Remove.
21132         (setup_incoming_varargs_64): Split out ...
21133         (ix86_setup_incoming_varargs): ... from here.
21134         (ix86_va_start): Remove TARGET_DEBUG_ARG.
21135         (legitimate_address_p, legitimize_address): Remove TARGET_DEBUG_ADDR.
21136         * config/i386/i386-protos.h (ix86_function_value): Remove.
21137         * config/i386/i386.opt (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Remove.
21138
21139 2007-03-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
21140
21141         PR other/23572
21142         * c-lex.c (interpret_float): On overflow, emit pedantic warning if
21143         infinities not supported, otherwise emit warning if -Woverflow. On
21144         underflow, emit warning if -Woverflow.
21145         * real.c (real_from_string): Return -1 if underflow, +1 if overflow
21146         and 0 otherwise.
21147         * real.h (real_from_string): Update declaration
21148
21149 2007-03-22  Kai Tietz  <kai.tietz@onevision.com>
21150             Richard Henderson  <rth@redhat.com>
21151
21152         * defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.
21153         * calls.c (compute_argument_block_size, expand_call,
21154         emit_library_call_value_1): Don't ifdef OUTGOING_REG_PARM_STACK_SPACE.
21155         * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
21156         * function.c (STACK_DYNAMIC_OFFSET): Likewise.
21157         * doc/tm.texi (OUTGOING_REG_PARM_STACK_SPACE): Update.
21158         * config/alpha/unicosmk.h, config/bfin/bfin.h, config/iq2000/iq2000.h,
21159         config/mips/mips.h, config/mn10300/mn10300.h, config/mt/mt.h,
21160         config/pa/pa.h, config/rs6000/rs6000.h, config/score/score.h,
21161         config/spu/spu.h, config/v850/v850.h (OUTGOING_REG_PARM_STACK_SPACE):
21162         Set to 1.
21163
21164 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
21165
21166         * c-incpath.c (add_sysroot_to_chain): New.
21167         (merge_include_chains): Add sysroot argument.  Call
21168         add_sysroot_to_chain if sysrooted.
21169         (register_include_chains): Update call to merge_include_chains.
21170         * doc/cppopts.texi: Document use of '=' in include directory
21171         arguments.
21172
21173 2007-03-22  Uros Bizjak  <ubizjak@gmail.com>
21174
21175         * config/i386/i386.md (cmp<mode>): Rename from cmpsf and cmpdf.
21176         Macroize expander using SSEMODEF mode macro.  Use SSE_FLOAT_MODE_P.
21177         (*cmpfp_<mode>): Rename from *cmpfp_sf and *cmpfp_df. Macroize
21178         insn pattern using X87MODEF12 mode macro.
21179
21180 2007-03-21  Seongbae Park <seongbae.park@gmail.com>
21181
21182         * regmove.c (regmove_optimize): Use reg_mentioned_p
21183         instead of reg_overlap_mentioned_p for DST.
21184
21185 2007-03-21  Mike Stump  <mrs@apple.com>
21186
21187         * c.opt: Fixup for Objective-C/C++.
21188
21189 2007-03-21  Steve Ellcey  <sje@cup.hp.com>
21190
21191         * explow.c (convert_memory_address): Fold memory reference when
21192         POINTERS_EXTEND_UNSIGNED < 0
21193
21194 2007-03-21  Richard Henderson  <rth@redhat.com>
21195
21196         PR target/31245
21197         * config/i386/emmintrin.h (__m128i, __m128d): Mark may_alias.
21198         * config/i386/mmintrin.h (__m64): Likewise.
21199         * config/i386/xmmintrin.h (__m128): Likewise.
21200
21201 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
21202
21203         * config/vxworks.h (VXWORKS_ADDITIONAL_CPP_SPEC): Remove -D options.
21204         (VXWORKS_OS_CPP_BUILTINS): Define.
21205         * config/i386/vxworks.h (VXWORKS_CPU_DEFINE): Fold into...
21206         (TARGET_OS_CPP_BUILTINS): ...here.  Use VXWORKS_OS_CPP_BUILTINS.
21207
21208 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
21209
21210         * rtl.h (constant_pool_reference_p): Delete.
21211         (find_constant_src): Declare.
21212         * rtlanal.c (find_constant_src): New function.
21213         * simplify-rtx.c (constant_pool_reference_p): Delete.
21214         * config/i386/i386.md: Use find_constant_src instead of
21215         constant_pool_reference_p/avoid_constant_pool_reference pairs.
21216
21217 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
21218
21219         * doc/invoke.texi (-fpie, -fPIE): Document __pie__ and __PIE__.
21220         * c-cppbuiltin.c (c_cpp_builtins): Define them.
21221
21222 2007-03-20  Mark Mitchell  <mark@codesourcery.com>
21223
21224         * config/arm/elf.h (TARGET_ASM_DESTRUCTOR): Define.
21225         * config/arm/arm.c (arm_elf_asm_cdtor): New function.
21226         (arm_elf_asm_constructor): Use it.
21227         (arm_elf_asm_destructor): New function.
21228
21229 2007-03-20  Bernd Schmidt  <bernd.schmidt@analog.com>
21230
21231         * jump.c (mark_jump_label): Treat SEQUENCE specially.
21232
21233 2007-03-20  Nathan Sidwell  <nathan@codesourcery.com>
21234
21235         * config/vxlib.c (tls_delete_hook): Use TCB for kernel tasks.
21236
21237 2007-03-19  Andrew Haley  <aph@redhat.com>
21238
21239         PR tree-optimization/31264
21240         * tree-vrp.c (register_edge_assert_for_1): Don't look though
21241         VIEW_CONVERT_EXPRs.
21242
21243 2007-03-19  Paolo Bonzini  <bonzini@gnu.org>
21244
21245         PR rtl-optimization/30907
21246         * fwprop.c (forward_propagate_into): Never propagate inside a loop.
21247         (fwprop_init): Always call loop_optimizer_initialize.
21248         (fwprop_done): Always call loop_optimizer_finalize.
21249         (fwprop): We always have loop info now.
21250         (gate_fwprop_addr): Remove.
21251         (pass_fwprop_addr): Use gate_fwprop as gate.
21252
21253         PR rtl-optimization/30841
21254         * df-problems.c (df_ru_local_compute, df_rd_local_compute,
21255         df_chain_alloc): Call df_reorganize_refs unconditionally.
21256         * df-scan.c (df_rescan_blocks, df_reorganize_refs): Change
21257         refs_organized to refs_organized_size.
21258         (df_ref_create_structure): Use refs_organized_size instead of
21259         bitmap_size if refs had been organized, and keep refs_organized_size
21260         up-to-date.
21261         * df.h (struct df_ref_info): Change refs_organized to
21262         refs_organized_size.
21263         (DF_DEFS_SIZE, DF_USES_SIZE): Use refs_organized_size instead of
21264         bitmap_size.
21265
21266 2007-03-19  Mark Mitchell  <mark@codesourcery.com>
21267
21268         * except.c (output_function_exception_table): Do not reference the
21269         EH personality routine for functions that do not require an
21270         exception table.
21271
21272 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
21273
21274         PR c/30762
21275         * c-typeck.c (convert_for_assignment): Call comptypes for
21276         RECORD_TYPE or UNION_TYPE.
21277
21278         PR inline-asm/30505
21279         * reload1.c (reload): Do invalid ASM checking after
21280         cleanup_subreg_operands.
21281
21282 2007-03-19  Jeff Law  <law@redhat.com>
21283
21284         * tree-cfg.c (find_taken_edge): Tighten conditions for
21285         optimizing computed gotos.
21286
21287 2007-03-19  Michael Matz  <matz@suse.de>
21288
21289         * builtins.c (expand_builtin_sync_operation,
21290         expand_builtin_compare_and_swap,
21291         expand_builtin_lock_test_and_set): Care for extending CONST_INTs
21292         correctly.
21293
21294         * config/i386/sync.md (sync_double_compare_and_swapdi_pic,
21295         sync_double_compare_and_swap_ccdi_pic): Use "SD" as constraint
21296         for operand 3.
21297
21298 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
21299
21300         * doc/tm.texi: Add brackets around the return type of
21301         TARGET_SECONDARY_RELOAD.
21302
21303 2007-03-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
21304         Richard Guenther  <rguenther@suse.de>
21305
21306         PR tree-optimization/31254
21307         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
21308         Use handled_component_p () where appropriate.  Continue
21309         propagating into the rhs if we propagated into an INDIRECT_REF
21310         on the lhs.
21311
21312 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
21313
21314         * config/s390/s390.md (op_type attribute): RRR instruction type added.
21315         (FP, DFP, SD_SF, DD_DF, TD_TF): New mode macros.
21316         (xde, xdee): Mode attributes adjusted to support DFP modes.
21317         (RRer, f0, op1, Rf, bt, bfp, HALF_TMODE): New mode attributes added.
21318         ("cmp<mode>", "*cmp<mode>_css_0", "*cmp<mode>_ccs", TF move splitters,
21319         DF move splitters, "floatdi<mode>2", "add<mode>3", "*add<mode>3",
21320         "*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3", "*sub<mode>3",
21321         "*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3", "*mul<mode>3",
21322         "div<mode>3", "*div<mode>3", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
21323         "*negabs<mode>2_nocc", "copysign<mode>3"): Adjusted to support DFP
21324         numbers.
21325         ("*movtf_64", "*movtf_31", "*movdf_64dfp", "*movdf_64", "*movdf_31",
21326         "movsf"): Insn definitions removed.
21327         ("*mov<mode>_64", "*mov<mode>_31", "mov<mode>", "*mov<mode>_64dfp",
21328         "*mov<mode>_64", "*mov<mode>_31", "fix_trunc<DFP:mode>di2",
21329         "trunctddd2", "truncddsd2", "extendddtd2", "extendsddd2"): Insn
21330         definitions added.
21331         ("fixuns_truncdddi2", "fixuns_trunctddi2", "mov<mode>",
21332         "reload_in<mode>", "reload_out<mode>"): Expander added.
21333         ("movtf", "movdf", "reload_outtf", "reload_outdf", "reload_intf"):
21334         Expander removed.
21335
21336 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
21337
21338         * config/s390/s390.md: Only non-functional changes.  Renamed
21339         FPR mode macro to BFP all over the file.
21340
21341 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
21342
21343         * config/s390/s390.md (UNSPEC_COPYSIGN): New constant.
21344         (op_type attribute): RRF instruction type added.
21345         (fT0): New mode attribute.
21346         ("*movdi_64dfp", "*movdf_64dfp", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
21347         "*negabs<mode>2_nocc", "copysign<mode>3"): Insn definitions added.
21348         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED): Due to a new
21349         instruction no secondary memory is needed when moving DFmode values
21350         between GPRs and FPRs.
21351
21352 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
21353
21354         * config/s390/s390.opt ("mhard-float", "msoft-float"): Bit value
21355         inverted and documentation adjusted.
21356         ("mhard-dfp", "msoft-dfp"): New options.
21357         * config/s390/s390.c (s390_handle_arch_option): New architecture
21358         switch: z9-ec.
21359         (override_options): Sanity checks for the new options added.
21360         * config.gcc: New architecture switch: z9-ec.
21361         * config/s390/s390.h (processor_flags): PF_DFP added.
21362         (TARGET_CPU_DFP, TARGET_DFP): Macro definitions added.
21363         (TARGET_DEFAULT): Due to the s390.opt changes hard float is enabled
21364         when the bit is NOT set so remove it from the defaults.
21365
21366 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
21367
21368         * genemit.c (main): Print include statement for dfp.h.
21369         * dfp.h (decimal_real_arithmetic): Hide prototype if tree_code enum
21370         is not available.
21371
21372 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
21373
21374         * config/cris/t-elfmulti (EXTRA_MULTILIB_PARTS): Do not define here.
21375
21376 2007-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
21377
21378         PR target/31022
21379         * config/sh/sh.c (sh_adjust_cost): Use the result of single_set
21380         instead of PATTERN.
21381
21382 2007-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21383
21384         * pa.c (output_deferred_plabels, output_bb, output_millicode_call,
21385         attr_length_call, output_call, output_indirect_call): Cleanup
21386         formatting of targetm calls.
21387
21388 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
21389
21390         * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
21391
21392 2007-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21393
21394         * pa.md: Add fpstore_load and store_fpload instruction types.  Provide
21395         reservation, bypass and anti-bypass descriptions for these
21396         instructions.  Update move patterns.
21397         * pa.c (hppa_fpstore_bypass_p): Check for both TYPE_FPSTORE_LOAD and
21398         TYPE_FPSTORE.
21399
21400 2007-03-18  Dorit Nuzman  <dorit@il.ibm.com>
21401
21402         * tree-vect-transform.c (get_initial_def_for_induction): Replace
21403         GET_MODE_NUNITS with TYPE_VECTOR_SUBPARTS.
21404         (get_initial_def_for_reduction): Likewise.
21405
21406 2007-03-16  Daniel Berlin  <dberlin@dberlin.org>
21407
21408         Fix PR tree-optimization/29922
21409         * tree-ssa-pre.c (bb_bitmap_sets): Remove RVUSE_* members.
21410         (get_representative): Removed.
21411         (value_dies_in_block_x): Update for rvuse removal.
21412         (valid_in_sets): Update for renaming of vuses_dies_in_block_x.
21413         (compute_antic_aux): Handle when PHI nodes appear in
21414         non-single-successors.
21415         (dump_bitmap_of_names): Removed.
21416         (compute_antic_safe): Renamed and removed rvuse calculation.
21417         Calculate only antic safe.
21418         (insert_into_preds_of_block): Remove assert.
21419         (execute_pre): Update for renamed functions.
21420         (defer_or_phi_translate_block): New function.
21421
21422 2007-03-17  Kazu Hirata  <kazu@codesourcery.com>
21423
21424         * config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c,
21425         config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment
21426         typos.
21427         * doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos.
21428         Follow spelling conventions.
21429
21430         * tree-data-ref.h: Remove the prototype for analyze_array.
21431
21432 2007-03-17  Dorit Nuzman  <dorit@il.ibm.com>
21433
21434         PR tree-optimization/31041
21435         * tree-vect-transform.c (get_initial_def_for_induction): Call
21436         force_gimple_operand.
21437
21438 2007-03-17  Olga Golovanevsky  <olga@il.ibm.com>
21439
21440         * ipa-type-escape.c (look_for_casts) : Revert code to use
21441         handled_component_p due to ada test a-numaux.adb.
21442
21443 2007-03-17  Kazu Hirata  <kazu@codesourcery.com>
21444
21445         * final.c (final_scan_insn): Alter the condition of a
21446         conditional trap if we have nonstandard CC.
21447
21448 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
21449
21450         * configure.ac: Remove excess quoting from asm line 0 test.
21451         * configure: Rebuilt.
21452
21453 2007-03-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
21454
21455         * doc/invoke.texi (-Wconversion): Document warnings specific to C++.
21456         * c-common.c (convert_and_check): Move warning logic to...
21457         (warnings_for_convert_and_check): ...here. Define.
21458         * c-common.h (warnings_for_convert_and_check): Declare.
21459
21460 2007-03-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21461
21462         * pa.c (attr_length_call): Partially revert change of 2007-03-09.
21463         (output_call): Likewise.
21464
21465 2007-03-16  Richard Sandiford  <richard@codesourcery.com>
21466
21467         * config/vxworks.h (SUPPORTS_INIT_PRIORITY): Define.
21468
21469 2007-03-16  Richard Sandiford  <richard@codesourcery.com>
21470
21471         * config/vx-common.h (WINT_TYPE, WINT_TYPE_SIZE): Define.
21472
21473 2007-03-16  Uros Bizjak  <ubizjak@gmail.com>
21474
21475         * config/i386/i386.c (override_options): Add PTA_NO_SAHF to k8,
21476         opteron, athlon-64 and athlon-fx processor_alias_table entries.
21477
21478 2007-03-16  Sebastian Pop  <sebastian.pop@inria.fr>
21479
21480         PR tree-optimization/31183
21481         * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
21482         Use double_int instead of unsigned int for representing access_strides.
21483         * testsuite/gcc.dg/tree-ssa/pr31183.c: New.
21484
21485 2007-03-16  Richard Guenther  <rguenther@suse.de>
21486
21487         PR tree-optimization/31146
21488         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Restructure
21489         to allow recursion of forward_propagate_addr_expr.
21490         (forward_propagate_addr_into_variable_array_index): Likewise.
21491         (forward_propagate_addr_expr): Likewise.
21492         (tree_ssa_forward_propagate_single_use_vars): Likewise.
21493         (forward_propagate_addr_expr_1): Recurse on simple copies
21494         instead of propagating into them.  Do so for useless conversions
21495         as well.
21496         (forward_propagate_addr_expr): Clean up unused statements after
21497         recursion.
21498
21499 2007-03-16  Richard Guenther  <rguenther@suse.de>
21500
21501         * builtins.c (expand_builtin_cexpi): Use the right argument
21502         for the expansion via cexp.
21503
21504 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
21505
21506         * configure.ac: Don't require ELF binutils to tolerate # 0 "".
21507         * configure: Rebuilt.
21508
21509 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
21510
21511         PR debug/29906
21512         * dwarf2out.c (force_type_die): Adjust comment.
21513         (dwarf2out_imported_module_or_decl): Handle base AT_import types.
21514
21515 2007-03-15  DJ Delorie  <dj@redhat.com>
21516
21517         * config/frv/predicates.md (minmax_operator): Don't check operands
21518         here.
21519
21520 2007-03-15  Zdenek Dvorak  <dvorakz@suse.cz>
21521
21522         * tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.
21523         Update constant estimates of number of iterations.
21524         (record_nonwrapping_iv): Add "upper" argument.  "data_size_bounds_p"
21525         argument renamed to "realistic".
21526         (compute_estimated_nb_iterations): Removed.
21527         (record_niter_bound): New function.
21528         (idx_infer_loop_bounds): For possible but unlikely tail arrays,
21529         call record_nonwrapping_iv with upper = false.
21530         (infer_loop_bounds_from_signedness): Pass upper argument to
21531         record_nonwrapping_iv.
21532         (estimate_numbers_of_iterations_loop): Do not call
21533         compute_estimated_nb_iterations.  Record estimate based on profile
21534         information.  Initialize the constant estimates of number of
21535         iterations.
21536         * tree-data-ref.c (estimated_loop_iterations): Return the recorded
21537         estimates.
21538         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Add dump when
21539         number of iterations is too small.
21540         * cfgloop.h (struct nb_iter_bound): Remove "realistic" field.
21541         (EST_NOT_AVAILABLE): Removed.
21542         (struct loop): Replace estimated_nb_iterations by any_upper_bound,
21543         nb_iterations_upper_bound, any_estimate and nb_iterations_estimate
21544         fields.
21545
21546 2007-03-15  Zdenek Dvorak  <dvorakz@suse.cz>
21547
21548         * tree-ssa-loop-niter.c (refine_bounds_using_guard, bound_difference):
21549         Handle NE_EXPR guards.
21550
21551 2007-03-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
21552
21553         PR c++/24924
21554         * c-opts.c (c_common_post_options): Handle C++ post-processing here.
21555         Set also -pedantic-errors by default for the  preprocessor unless
21556         -fpermissive is given.
21557
21558 2007-03-15  Richard Guenther  <rguenther@suse.de>
21559
21560         PR middle-end/29719
21561         PR middle-end/31161
21562         * builtins.c (expand_builtin_cexpi): As a fallback if we
21563         don't have builtins for sincos or cexp create a function
21564         declaration for cexp and expand to a call to that.
21565         (expand_builtin_int_roundingfn): Always fall
21566         back to floor/ceil and its variants even if they may be
21567         not available.
21568
21569 2007-03-15  Steven Bosscher  <steven@gcc.gnu.org>
21570
21571         PR middle-end/31159
21572         * cfglayout.c (fixup_reorder_chain): Postpone deleting dead
21573         jump tables, move the call to delete_dead_jumptables from here...
21574         (cfg_layout_finalize): ...to here.  But rebuild jump labels first.
21575         * cfgrtl.c (cfg_layout_can_merge_blocks_p): When not optimizing,
21576         don't allow merging of blocks that try_redirect_by_replacing_jump
21577         also does not handle when not optimizing.
21578
21579 2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
21580             Francois-Xavier Coudert  <coudert@clipper.ens.fr>
21581
21582         * config/i386/i386.md (x86_sahf_1): Correctly handle
21583         HAVE_AS_IX86_SAHF.
21584
21585 2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
21586
21587         PR target/31167
21588         * config/i386/i386.md (*addti3_1, *addti3_1 splitter): Use
21589         x86_64_general_operand as operand[2] predicate.  Remove "iF"
21590         from operand constraints and use "e" constraint instead.
21591         (*subti3_1, *subti3_1 splitter): Ditto.
21592         (*negti2_1, *negti2_1 splitter): Use nonimmediate_operand as
21593         operand[1] predicate.
21594
21595 2007-03-14  Sebastian Pop  <sebastian.pop@inria.fr>
21596
21597         * tree-loop-linear.c (gather_interchange_stats): For multidimensional
21598         arrays, multiply the access strides by the size of the sub-array.
21599         * testsuite/gcc.dg/tree-ssa/ltrans-5.c: New.
21600
21601 2007-03-14  Uros Bizjak  <ubizjak@gmail.com>
21602
21603         * configure.ac (HAVE_AS_IX86_SAHF): On x86 targets check whether
21604         the configured assembler supports the sahf mnemonic.
21605         * configure: Regenerate.
21606         * config.in: Regenerate.
21607
21608         * config/i386/i386.md (x86_sahf_1): Depending on HAVE_AS_IX86_SAHF,
21609         emit "sahf" or ".byte\t0x9e" as asm template.
21610
21611 2007-03-14  Michael Meissner  <michael.meissner@amd.com>
21612
21613         PR 31018
21614         * config/i386/i386.h (X86_TUNE_SHORTEN_X87_SSE): New tuning
21615         option to replace hard coded TARGET_xxx in md file.
21616         (X86_TUNE_AVOID_VECTOR_DECODE): Ditto.
21617         (X86_TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
21618         (X86_TUNE_SLOW_IMUL_IMM8): Ditto.
21619         (X86_TUNE_MOVE_M1_VIA_OR): Ditto.
21620         (X86_TUNE_NOT_UNPAIRABLE): Ditto.
21621         (X86_TUNE_NOT_VECTORMODE): Ditto.
21622         (TUNE_SHORTEN_X87_SSE): Use new tuning option.
21623         (TUNE_AVOID_VECTOR_DECODE): Ditto.
21624         (TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
21625         (TUNE_SLOW_IMUL_IMM8): Ditto.
21626         (TUNE_MOVE_M1_VIA_OR): Ditto.
21627         (TUNE_NOT_UNPAIRABLE): Ditto.
21628         (TUNE_NOT_VECTORMODE): Ditto.
21629
21630         * config/i386/i386.c (ix86_tune_features): Fill in new tuning
21631         options.
21632
21633         * config/i386/i386.md (fix_trunc?f?1_sse peephole2): Use new
21634         tuning options instead of hard coded TARGET_xxx.
21635         (fix ssemode peephole2's): Ditto.
21636         (imul peephole2's): Ditto.
21637         (movsi_or): Ditto.
21638         (movdi_or_rex64): Ditto.
21639         (move peephole2): Ditto.
21640         (not peephole2's): Ditto.
21641
21642 2007-03-14  Dirk Mueller  <dmueller@suse.de>
21643
21644         * c-common.h (empty_body_warning): Rename to empty_if_body_warning.
21645         * c-common.c (empty_if_body_warning): Rephrase diagnostic message.
21646         * c-parser.c (c_parser_if_body): Always add an empty statement in case
21647         of empty body.
21648         * c-parser.c (c_parser_do_statement): Warn about empty body in
21649         do/while statement.
21650         * c-typeck (c_finish_if_stmt): Call empty_if_body_warning.
21651         * doc/invoke.texi (-Wempty-body): Update documentation.
21652
21653 2007-03-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
21654
21655         PR c/21438
21656         * c-common.h (warn_for_div_by_zero): Declare.
21657         * c-common.c (warn_for_div_by_zero): Define.
21658         * c-typeck.c (build_binary_op): Call warn_for_div_zero instead of
21659         warning.
21660
21661 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
21662
21663         * Makefile.in (PREPROCESSOR_DEFINES): Add directory terminators
21664         to PREFIX and STANDARD_PREFIX.
21665
21666 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
21667             Phil Edwards  <phil@codesourcery.com>
21668
21669         * gthr-vxworks.h: Add an extern "C" wrapper for C++.
21670         (__gthread_once_t): Remove busy field for RTPs.
21671         (__GTHREAD_ONCE_INIT): Update accordingly.
21672
21673 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
21674
21675         * doc/invoke.texi: Document VxWorks options.
21676
21677 2007-03-14  Uros Bizjak  <ubizjak@gmail.com>
21678
21679         * doc/invoke.texi (i386 and x86-64 Options): Clarify -msahf option.
21680
21681 2007-03-13  Seongbae Park <seongbae.park@gmail.com>
21682
21683         PR tree-optimization/30590
21684         * tree-nrv.c (tree_nrv): Check for the partial update of the
21685         return value.
21686
21687 2007-03-13  Alexandre Oliva  <aoliva@redhat.com>
21688
21689         * flags.h (flag_random_seed): Remove declaration, in favor of...
21690         * toplev.h (get_random_seed, set_random_seed): ... these.
21691         * tree.c (get_file_function_name): Use the former.
21692         * opts.c (common_handle_option): Use the latter.
21693         * toplev.c
21694
21695 2007-03-13  Steven Bosscher  <steven@gcc.gnu.org>
21696
21697         PR middle-end/31127
21698         * cse.c (cse_find_path): Do not bail out if a basic block that
21699         we already visited now becomes part of a path that starts at a
21700         different basic block.  Just disallow this, to make sure we
21701         visit each basic block at most once.
21702
21703 2007-03-13  Jan Hubicka  <jh@suse.cz>
21704
21705         * ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold
21706         attributes, when profile esitmate is present, calls with very low
21707         frequency are cold.
21708
21709 2007-03-13  Zdenek Dvorak  <dvorakz@suse.cz>
21710
21711         PR tree-optimization/30730
21712         PR tree-optimization/26900
21713         * tree-ssa-loop-niter.c: Include gmp.h.
21714         (bounds): New type.
21715         (mpz_set_double_int, get_type_bounds, mpz_to_double_int,
21716         split_to_var_and_offset, determine_value_range,
21717         bound_difference_of_offsetted_base, refine_bounds_using_guard,
21718         bound_difference, bounds_add, bounds_negate,
21719         number_of_iterations_ne_max, dump_affine_iv): New functions.
21720         (number_of_iterations_ne, number_of_iterations_lt_to_ne,
21721         assert_loop_rolls_lt, assert_loop_rolls_le): Use bounds on the
21722         difference of initial and final value of control iv to validate
21723         results.
21724         (number_of_iterations_cond): Add loop parameter.  Determine bounds
21725         on the difference of the extremes of the control iv.  Add dumps.
21726         (expand_simple_operations): Handle phi nodes.
21727         (simplify_using_initial_conditions): Do not record used conditions.
21728         (number_of_iterations_exit): Pass loop to number_of_iterations_cond.
21729         Do not set additional_info.
21730         (implies_nonnegative_p, implies_ge_p): Removed.
21731         (derive_constant_upper_bound): Do not use parameter `additional'.
21732         (record_estimate): Parameter `additional' removed.  Parameter
21733         `i_bound' added.  Do not call derive_constant_upper_bound.
21734         (record_nonwrapping_iv): Use derive_constant_upper_bound to
21735         bound the number of iterations estimate.
21736         (estimate_numbers_of_iterations_loop): Pass the estimate from
21737         the number of iterations analysis to record_estimate.
21738         * tree.h (multiple_of_p): Declare.
21739         * tree-scalar-evolution.c (expression_expensive_p): Removed.
21740         (scev_const_prop): Do not check expression_expensive_p.
21741         * fold-const.c (multiple_of_p): Exported.
21742         * double-int.c (double_int_mask): Exported.
21743         * double-int.h (double_int_mask): Declare.
21744         * tree-flow.h (struct tree_niter_desc): Removed additional_info
21745         field.  Added max field.
21746
21747 2007-03-13  David Taylor  <taylor@candd.org>
21748
21749         PR driver/12448:
21750         * gcc.c (cpp_unique_options): If -MT or -MQ is seen, don't pass
21751         default -MQ.
21752
21753 2007-03-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21754
21755         PR target/31123
21756         * pa.md (vdepi_ior): Don't allow zero length deposit.  Likewise for
21757         two unamed patterns.
21758
21759 2007-03-13  Uros Bizjak  <ubizjak@gmail.com>
21760
21761         * config/i386/i386.opt (mcx16, msahf): New options.
21762         * config/i386/i386.c (x86_cmpxchg16b, x86_sahf): Remove.
21763         (ix86_tune_features) [X86_TUNE_USE_SAHF]: Enable for m_GENERIC.
21764
21765         * config/i386/driver-i386.c (bit_LAHF_LM): New define.
21766         (host_detect_local_cpu): Detect cx16 and lahf_lm cpuid bits.
21767         Output -mcx16 and -msahf options when corresponding bit is set.
21768
21769         * doc/invoke.texi (i386 and x86-64 Options): Document -mcx16
21770         and -msahf options.
21771
21772 2007-03-13  Alexandre Oliva  <aoliva@redhat.com>
21773
21774         * configure.ac: Test for assembler tolerance to # 0 "".
21775         * configure, config.in: Rebuilt.
21776         * final.c (final_scan_insn): Emit it if HAVE_AS_LINE_ZERO.
21777
21778 2007-03-13  Geoffrey Keating  <geoffk@apple.com>
21779
21780         * doc/invoke.texi (Spec Files): Update for '%{,' spec.
21781
21782         * config/rs6000/darwin-fallback.c: Compile file only on powerpc.
21783         (handle_syscall): Handle direct system calls.
21784         * config/rs6000/darwin.h (HAS_MD_FALLBACK_FRAME_STATE_FOR): Delete.
21785
21786 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
21787
21788         * doc/invoke.texi: Fix cpp.info cross-reference.
21789         * doc/passes.texi: Fix gcc.info cross-reference.
21790
21791 2007-03-12  Zdenek Dvorak  <dvorakz@suse.cz>
21792
21793         PR tree-optimization/30835
21794         * lambda-code.c (can_convert_to_perfect_nest): Check whether
21795         bb_for_stmt is not NULL before accessing it.
21796
21797 2007-03-12  Joseph Myers  <joseph@codesourcery.com>
21798
21799         * gcc.c (main): Handle target_sysroot_hdrs_suffix being NULL for
21800         some multilibs.
21801
21802 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
21803
21804         PR 30635
21805         * doc/install.texi: Document --enable-stage1-languages
21806
21807 2007-03-12  Steven Bosscher  <steven@gcc.gnu.org>
21808
21809         * tree-pass.h (pass_into_cfg_layout_mode,
21810         pass_outof_cfg_layout_mode): Declare.
21811         * cfglayout.c (into_cfg_layout_mode, outof_cfg_layout_mode,
21812         pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode): New.
21813         * passes.c (pass_into_cfg_layout_mode): Schedule before jump2.
21814         (pass_outof_cfg_layout_mode): Schedule after pass_rtl_ifcvt.
21815
21816 2007-03-12  Seongbae Park <seongbae.park@gmail.com>
21817
21818         * c-decl.c (warn_variable_length_array): New function.
21819         Refactored from grokdeclarator to handle warn_vla
21820         and handle unnamed array case.
21821         (grokdeclarator): Refactored VLA warning case.
21822         * c.opt (Wvla): New flag.
21823         * doc/invoke.texi (Wvla): New warning.
21824
21825 2007-03-12  Richard Henderson  <rth@redhat.com>
21826
21827         * config/alpha/alpha.c (alpha_elf_section_type_flags): New.
21828         (TARGET_SECTION_TYPE_FLAGS): New.
21829
21830 2007-03-12  Richard Henderson  <rth@redhat.com>
21831
21832         * config/darwin.c (machopic_reloc_rw_mask): New.
21833         * config/darwin-protos.h (machopic_reloc_rw_mask): Declare.
21834         * config/darwin.h (TARGET_ASM_RELOC_RW_MASK): New.
21835
21836 2007-03-12  Mark Mitchell  <mark@codesourcery.com>
21837
21838         * cppdefault.c (cpp_EXEC_PREFIX): New variable.
21839         * cppdefault.h (cpp_PREFIX): Document.
21840         (cpp_PREFIX_len): Likewise.
21841         (cpp_EXEC_PREFIX): New variable.
21842         * Makefile.in (PREPROCESSOR_DEFINES): Add STANDARD_EXEC_PREFIX.
21843         * c-incpath.c (add_standard_paths): Correct logic for relocating
21844         paths within prefix.
21845
21846 2007-03-12  Uros Bizjak  <ubizjak@gmail.com>
21847
21848         * config/i386/i386.md (fixuns_trunc<mode>hi2): Implement from
21849         fixuns_truncsfhi2 and fixuns_truncdfhi2 using SSEMODEF
21850         mode macro.
21851         (fix_trunc<mode>di_sse): Implement from fix_truncsfdi_sse and
21852         fix_truncdfdi_sse using SSEMODEF mode macro.
21853         (fix_trunc<mode>si_sse): Implement from fix_truncsfsi_sse and
21854         fix_truncdfsi_sse using SSEMODEF mode macro.
21855         (fix_trunc?f?i_sse peephole2): Implement using SSEMODEF mode macro.
21856         (fix_trunc?f?i_sse K8 peephole2): Fix register constraint.
21857
21858 2007-03-12  Richard Sandiford  <richard@codesourcery.com>
21859
21860         * config.gcc (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add
21861         elfos.h to tm_file.
21862
21863 2007-03-12  Olga Golovanevsky  <olga@il.ibm.com>
21864
21865         * tree.h : Add multiple_of_p declaration.
21866         * fold-const.c (multiple_of_p): Make multiple_of_p public.
21867         * ipa-type-escape.c (results_of_malloc): Redundant.
21868         (visited_stmts): New. Visited stmt for walk_use_def_chains.
21869         (cast_type): Extended with new members.
21870         (check_cast): Returns cast_type.
21871         (cast): New structure for data of walk_use_def_chains.
21872         (is_malloc_result, is_cast_from_non_pointer_1,
21873         is_cast_from_non_pointer,
21874         is_array_access_through_pointer_and_index): New functions.
21875         (look_for_casts): Returns cast types.
21876         (check_call): Returns void.
21877         (okay_pointer_operation): Use support of pointer plus index,
21878         pointer plus constant and allow all multiplications.
21879
21880 2007-03-11  Richard Guenther  <rguenther@suse.de>
21881
21882         PR tree-optimization/31115
21883         * tree-vrp.c (extract_range_from_binary_expr): Make sure
21884         the shift count is positive and non-anti-range for RSHIFT_EXPR.
21885         A shift count of zero is not special as with *_DIV_EXPR.
21886         (vrp_int_const_binop): Handle RSHIFT_EXPR for determining overflow
21887         direction.
21888
21889 2007-03-11  Ian Lance Taylor  <iant@google.com>
21890
21891         * tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and
21892         the *_DIV_EXPR codes correctly with overflow infinities.
21893
21894 2007-03-11  Ira Rosen  <irar@il.ibm.com>
21895
21896         * tree-data-ref.c (analyze_offset): Add a return value (bool) to
21897         indicate success/failure of the analysis. Add negation to subtrahend
21898         in case of subtraction. Fail if both operands contain constants.
21899         (create_data_ref): Fail if analyze_offset fails.
21900
21901 2007-03-11  Uros Bizjak  <ubizjak@gmail.com>
21902
21903         * config/i386/i386.md (frndintxf2): Rename to ...
21904         (rintxf2): ... this. Remove expander having same name.
21905         (rintsf2, rintdf2): Implement using SSEMODEF macro.
21906         (roundsf2, rounddf2): Ditto.
21907         (lrint<mode>di2, lrint<mode>si2): Implement using SSEMODEI24 macro.
21908         (lround<mode>di2, lround<mode>si2): Ditto.
21909
21910 2007-03-11  Steven Bosscher  <steven@gcc.gnu.org>
21911
21912         * lower-subreg.c: Include except.h.
21913         (decompose_multiword_subregs): Verify that the only control flow
21914         insns we can split are loads to multi-words pseudos.
21915         Handle breaking such blocks after splitting, instead of calling
21916         find_many_sub_basic_blocks.
21917
21918         * loop-unroll.c (split_edge_and_insert): Don't set BB_SUPERBLOCK
21919         on the new basic block.  Add a lengthy comment explaining why we
21920         thought this was necessary.
21921         * cfglayout.c (cfg_layout_finalize): Don't break superblocks.
21922
21923 2007-03-10  Mark Mitchell  <mark@codesourcery.com>
21924
21925         PR c++/30924
21926         * tree.c (walk_type_fields): Recurse into the element type of
21927         ARRAY_TYPEs if there is a pointer set.
21928
21929 2007-03-10  Dirk Mueller  <dmueller@suse.de>
21930
21931         * c-common.c (warn_logical_operator): Fix condition.
21932
21933 2007-03-10  Tobias Schl�ter  <tobi@gcc.gnu.org>
21934
21935         * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Add missing
21936         quotation mark.
21937         * config/darwin.c (machopic_select_section): Remove superfluous
21938         argument in call to categorize_decl_for_section.  Remove unused
21939         variable shlib.
21940
21941 2007-03-10  Joseph Myers  <joseph@codesourcery.com>
21942
21943         * configure.ac (glibc_header_dir): Set using with_build_sysroot if
21944         defined.
21945         * configure: Regenerate.
21946
21947 2007-03-10  Uros Bizjak  <ubizjak@gmail.com>
21948
21949         PR target/31101
21950         * config/i386/i386.md (UNSPEC_C2_FLAG): New constant.
21951         (fpremxf4_i387, fprem1xf4_i387): Use UNSPEC_C2_FLAG.
21952         (fmodxf3, fmod<mode>3, remainderxf3, remainder<mode>3):
21953         Add LABEL_NUSES to emitted label.
21954         * config/i386/i386.c (ix86_emit_fp_unordered_jump): Add
21955         branch probability value to emitted jump insn.
21956         * reg-stack.c (subst_stack_regs_pat)[UNSPEC]: Handle UNSPEC_C2_FLAG.
21957         Do not check life information and do not re-arrange input operands
21958         for UNSPEC_FSCALE_EXP, UNSPEC_FPREM_U and UNSPEC_FPREM1_U.
21959
21960 2007-03-10  Kaz Kojima  <kkojima@gcc.gnu.org>
21961
21962         * config/sh/sh.c (sh_insn_length_adjustment): Adjust for
21963         the change of decode_asm_operands.
21964
21965 2007-03-10  Kaz Kojima  <kkojima@gcc.gnu.org>
21966
21967         * mode-switching.c (create_pre_exit): Skip blockage insn.
21968
21969 2007-03-09  Diego Novillo  <dnovillo@redhat.com>
21970
21971         * tree-pass.h (TODO_update_smt_usage): Remove.
21972         Update all users.
21973         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
21974         argument SOME.
21975         Update all users.
21976
21977 2007-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21978
21979         * pa.c (attr_length_call): Revise condition for long
21980         pc-relative branch.
21981         (output_call): Use "LONG_PIC_SDIFF" instruction sequence for long
21982         local calls on the SOM target.  Don't use "LONG_PIC_PCREL" call
21983         sequence on SOM target.
21984
21985 2007-03-09  Geoffrey Keating  <geoffk@apple.com>
21986
21987         * gcc.c: Document %{, in big comment at top.
21988         (input_suffix_matches): Remove special handling for .s and
21989         .S.
21990         (input_spec_matches): New.
21991         (handle_braces): Handle %{,.
21992         (validate_switches): ',' indicates a value which is not a switch.
21993         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %{, rather than %{.
21994         to detect assembler input.
21995         * config/i386/sol2.h (CPP_SPEC): Likewise.
21996         * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
21997         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
21998         * config/rs6000/lynx.h (ASM_SPEC): Likewise.
21999         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
22000         * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Objective-C plus
22001         -m64 causes deployment target to default to 10.5.
22002         * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
22003
22004 2007-03-09  Richard Henderson  <rth@redhat.com>
22005
22006         PR target/26090
22007         * target.h (targetm.asm.out.reloc_rw_mask): New.
22008         * target-def.h (TARGET_ASM_RELOC_RW_MASK): New.
22009         (TARGET_ASM_OUT): Use it.
22010         * targhooks.c, targhooks.h (default_reloc_rw_mask): New.
22011         * varasm.c (categorize_decl_for_section): Remove shlib argument;
22012         use the new reloc_rw_mask target hook instead.
22013         (default_section_type_flags_1): Merge into...
22014         (default_section_type_flags): ... here.
22015         (decl_readonly_section_1): Merge into...
22016         (decl_readonly_section): ... here.
22017         (default_elf_select_section_1): Merge into...
22018         (default_elf_select_section): ... here.
22019         (default_unique_section_1): Merge into...
22020         (default_unique_section): ... here.
22021         (compute_reloc_for_rtx_1, compute_reloc_for_rtx): New.
22022         (default_select_rtx_section): Use it.
22023         (default_elf_select_rtx_section): Likewise.
22024         * output.h: Update to match.
22025         * doc/tm.texi (TARGET_ASM_RELOC_RW_MASK): New.
22026         * config/alpha/alpha.c (alpha_elf_reloc_rw_mask): New.
22027         (TARGET_ASM_RELOC_RW_MASK): New.
22028         * config/i386/i386.c (x86_64_elf_select_section): Adjust call
22029         to categorize_decl_for_section.
22030         (x86_64_elf_unique_section): Likewise.
22031         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
22032         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Remove.
22033         (TARGET_ASM_RELOC_RW_MASK): New.
22034         * config/ia64/ia64.c (ia64_rwreloc_select_section,
22035         ia64_rwreloc_unique_section, ia64_rwreloc_select_rtx_section): Remove.
22036         (ia64_hpux_reloc_rw_mask, ia64_reloc_rw_mask): New.
22037         (TARGET_RWRELOC): Remove.
22038         (ia64_section_type_flags): Adjust call to default_section_type_flags.
22039         * config/ia64/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
22040         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Remove.
22041         (rs6000_elf_select_section, rs6000_elf_unique_section): Remove.
22042         (rs6000_elf_reloc_rw_mask, rs6000_xcoff_reloc_rw_mask): New.
22043         (rs6000_xcoff_select_section): Use decl_readonly_section.
22044         (rs6000_xcoff_section_type_flags): Use default_section_type_flags.
22045         * config/rs6000/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
22046         (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): Remove.
22047         (TARGET_SECTION_TYPE_FLAGS): Remove.
22048         * config/rs6000/xcoff.h (TARGET_ASM_RELOC_RW_MASK): New.
22049
22050 2007-03-09  Roger Sayle  <roger@eyesopen.com>
22051
22052         * fold-const.c (fold_comparison): Remove compile-time evaluation of
22053         complex constant equality/inequality comparisons for here.
22054         (fold_binary) <EQ_EXPR>: Simplify complex comparisons that are
22055         known at compile-time or can be simplified to a scalar comparison.
22056         (fold_relational_const): Move compile-time evaluation of complex
22057         constant equality/inequality comparisons to here.
22058
22059 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
22060
22061         PR rtl-optimization/30643
22062         * cse.c (cse_insn): Recompute dest_hash after insert_regs for
22063         dest_addr_elt.
22064         (fold_rtx): Recurse, like before 2006-11-03.
22065
22066 2007-03-09  DJ Delorie  <dj@redhat.com>
22067
22068         * config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to
22069         m32c-pragma.o.
22070
22071 2007-03-09  Aldy Hernandez  <aldyh@redhat.com>
22072
22073         PR tree-optimization/30375
22074         * tree-ssa-dse.c (dse_possible_dead_store_p): Do not eliminate if
22075         LHS of statements is not the same.
22076         * testsuite/gcc.dg/tree-ssa/ssa-dse-10.c: New.
22077
22078 2007-03-09  Chao-ying Fu  <fu@mips.com>
22079
22080         * doc/extend.texi (MIPS DSP Built-in Functions): Document the DSP
22081         REV 2.
22082         * doc/invoke.texi (-mdspr2): Document new option.
22083         * config/mips/mips.md (UNSPEC_ABSQ_S_QB .. UNSPEC_DPSQX_SA_W_PH):
22084         New unspec for DSP REV 2.
22085         (<u>mulsidi3_32bit_internal): Check if !TARGET_DSPR2, because
22086         these instructions are extended in DSP REV 2.
22087         (mips-dspr2.md): Include.
22088         * config/mips/mips.opt (mdspr2): New option.
22089         * config/mips/mips.c (mips_function_type): Add MIPS_V4QI_FTYPE_V4QI,
22090         MIPS_SI_FTYPE_SI_SI_SI, MIPS_DI_FTYPE_DI_USI_USI, MIPS_DI_FTYPE_SI_SI,
22091         MIPS_DI_FTYPE_USI_USI, MIPS_V2HI_FTYPE_SI_SI_SI.
22092         (override_options): Check TARGET_DSPR2 to enable MASK_DSP.
22093         (CODE_FOR_mips_mul_ph): Define it to CODE_FOR_mulv2hi3.
22094         (dsp_bdesc): Add DSP REV 2 builtins.  Remove 32-bit only DSP builtins.
22095         (dsp_32only_bdesc): New description table for 32-bit only DSP REV 1
22096         and 2 builtins.
22097         (bdesc_map): Add one field of unsupported_target_flags.
22098         (bdesc_arrays): Update entries to have extra fields.  Add
22099         dsp_32only_bdesc.
22100         (mips_init_builtins): Initialize new function types.
22101         Check unsupported_target_fileds to filter out builtins.
22102         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dspr2 if
22103         TARGET_DSPR2.
22104         (ASM_SPEC): Pass mdspr2 to the assembler.
22105         * config/mips/mips-dspr2.md: New file.
22106
22107 2007-03-09  Sa Liu  <saliu@de.ibm.com>
22108
22109         * config/rs6000/altivec.md: Fix vcond patterns using if_then_else.
22110
22111 2007-03-09  Ian Lance Taylor  <iant@google.com>
22112
22113         * opts.c (common_handle_option): Treat -Wstrict-overflow (with no
22114         argument) like -Wstrict-overflow=2.
22115         * doc/invoke.texi (Warning Options): Update documentation.
22116
22117 2007-03-09  Dirk Mueller  <dmueller@suse.de>
22118
22119         PR c++/17946
22120         * doc/invoke.texi (-Wlogical-op): Document.
22121         * common.opt (-Wlogical-op): New.
22122         * c-common.h (warn_logical_operator): Declare.
22123         * c-common.c (warn_logical_operator): Define.
22124         * c-typeck.c (parser_build_binary_op): Call
22125         warn_logical_operator.
22126
22127 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
22128
22129         * rtl.h (gen_rtx_ASM_INPUT): Use "" instead of NULL file name.
22130         * final.c (final_scan_insn): Test for non-"" file name.
22131
22132 2007-03-09  Sebastian Pop  <sebastian.pop@inria.fr>
22133
22134         * doc/loop.texi: Document the Omega linear constraints solver.
22135         * doc/invoke.texi: Document -fcheck-data-deps, omega-max-vars,
22136         omega-max-geqs, omega-max-eqs, omega-max-wild-cards,
22137         omega-hash-table-size, omega-max-keys, and
22138         omega-eliminate-redundant-constraints.
22139         * tree-pass.h (pass_check_data_deps): Declared.
22140         * omega.c: New.
22141         * omega.h: New.
22142         * timevar.def (TV_CHECK_DATA_DEPS): Declared.
22143         * tree-ssa-loop.c (check_data_deps, gate_check_data_deps,
22144         pass_check_data_deps): New.
22145         * tree-data-ref.c (init_data_ref): Remove declaration.
22146         (dump_data_dependence_relation): Dump DDR_INNER_LOOP.
22147         (analyze_array): Renamed init_array_ref, move up initializations.
22148         (init_data_ref): Renamed init_pointer_ref.  Moved before its call.
22149         Removed arguments that are set to NULL.
22150         (analyze_indirect_ref): Correct indentation, correct call to
22151         init_pointer_ref.
22152         (object_analysis): Call init_array_ref instead of analyze_array.
22153         (initialize_data_dependence_relation): Initialize DDR_INNER_LOOP.
22154         (access_functions_are_affine_or_constant_p): Use DR_ACCESS_FNS instead
22155         of DR_ACCESS_FNS_ADDR.
22156         (init_omega_eq_with_af, omega_extract_distance_vectors,
22157         omega_setup_subscript, init_omega_for_ddr_1, init_omega_for_ddr,
22158         ddr_consistent_p): New.
22159         (compute_affine_dependence): Check consistency of ddrs when
22160         flag_check_data_deps is passed.
22161         (analyze_all_data_dependences): Uncomment.
22162         (tree_check_data_deps): New.
22163         * tree-data-ref.h: Include omega.h.
22164         (DR_ACCESS_FNS_ADDR): Removed.
22165         (data_dependence_relation): Add inner_loop.
22166         (DDR_INNER_LOOP): New.
22167         * common.opt (fcheck-data-deps): New.
22168         * tree-flow.h (tree_check_data_deps): Declare.
22169         * Makefile.in (TREE_DATA_REF_H): Depend on omega.h.
22170         (OBJS-common): Depend on omega.o.
22171         (omega.o): Define.
22172         * passes.c (pass_check_data_deps): Scheduled.
22173         * params.def (PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
22174         PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
22175         PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS,
22176         PARAM_VECT_MAX_VERSION_CHECKS,
22177         PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS): New.
22178
22179 2007-03-09  Richard Guenther  <rguenther@suse.de>
22180
22181         PR tree-optimization/30904
22182         PR middle-end/31058
22183         * tree-vrp.c (extract_range_from_binary_expr): Handle RSHIFT_EXPR
22184         the same way as *_DIV_EXPR.
22185
22186 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
22187
22188         * recog.c (decode_asm_operands): No mixed declarations and code.
22189
22190 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
22191
22192         * rtl.def (ASM_INPUT): Add location.
22193         * rtl.h (ASM_INPUT_SOURCE_LOCATION): New.
22194         (ASM_INPUT_SOURCE_FILE, ASM_INPUT_SOURCE_LINE): New.
22195         (decode_asm_operands): Add loc operand.
22196         (gen_rtx_ASM_INPUT, gen_rtx_ASM_INPUT_loc): Define.
22197         * stmt.c (expand_asm): Rename to...
22198         (expand_asm_loc): ... this.  Add locus argument.  Pass it on to
22199         gen_rtx_ASM_INPUT_loc.
22200         (expand_asm_expr): Adjust.
22201         * recog.c (decode_asm_operands): Add loc operand.
22202         (check_asm_operands, extract_insn): Adjust.
22203         * reload1.c (maybe_fix_stack_asms): Likewise.
22204         * final.c (asm_insn_count): Likewise.
22205         (final_scan_insn): Output # line before and after asm.
22206
22207 2007-03-09  Daniel Berlin  <dberlin@dberlin.org>
22208
22209         * tree-ssa-structalias.c (variable_info): Remove
22210         finished_solution.
22211         (new_var_info): Ditto.
22212         (shared_bitmap_info_t): New structure.
22213         (shared_bitmap_table): New variable.
22214         (shared_bitmap_hash): New function.
22215         (shared_bitmap_eq): Ditto
22216         (shared_bitmap_lookup): Ditto.
22217         (shared_bitmap_add): Ditto.
22218         (merge_smts_into): Change to take bitmap directly.
22219         (find_what_p_points_to): Rewrite to use shared bitmap hashtable.
22220         (init_alias_vars): Init shared bitmap hashtable.
22221         (delete_points_to_sets): Delete shared bitmap hashtable.
22222         * tree-ssa-operands.c (add_virtual_operand): Partially revert the
22223         is_aliased removal as a change that was still necessary was
22224         deleted.
22225
22226 2007-03-09  Uros Bizjak  <ubizjak@gmail.com>
22227
22228         * config/i386/i386.h (override_options): Conditionally disable
22229         x86_sahf for 64bit targets only.
22230
22231 2007-03-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>
22232
22233         PR C/31072
22234         * c-decl.c (merge_decls): Don't call make_var_volatile.
22235         * varasm.c (make_var_volatile): Remove.
22236         * output.h (make_var_volatile): Remove.
22237
22238 2007-03-08  Zdenek Dvorak  <dvorakz@suse.cz>
22239
22240         PR tree-optimization/31085
22241         * tree-ssa-address.c (create_mem_ref): Fix test of type of base.
22242
22243 2007-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22244
22245         * builtins.def (lceil, lceilf, lceill, lfloor, lfloorf, lfloorl,
22246         llceil, llceilf, llceill, llfloor, llfloorf, llfloorl): Mark with
22247         ATTR_CONST_NOTHROW_LIST.
22248
22249         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
22250         FIX_TRUNC_EXPR.
22251
22252 2007-03-08  Diego Novillo  <dnovillo@redhat.com>
22253
22254         * doc/tree-ssa.texi: Remove documentation for V_MUST_DEF.
22255
22256 2007-03-08  Geoffrey Keating  <geoffk@apple.com>
22257
22258         PR 31013
22259         * gccspec.c (lang_specific_driver): Do nothing when NEXT_OBJC_RUNTIME
22260         is declared.
22261         * config/darwin.h (REAL_LIBGCC_SPEC): When -fgnu-runtime is
22262         passed, use shared libgcc.
22263
22264 2007-03-08  Roger Sayle  <roger@eyesopen.com>
22265
22266         * tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt
22267         instead of calling build2 with a GIMPLE_MODIFY_STMT.
22268         (honor_protect_cleanup_actions, lower_try_finally_switch):
22269         Likewise.
22270         * tree-if-conv.c (replace_phi_with_cond_gimple_modify_stmt,
22271         ifc_temp_var): Likewise.
22272         * tree-inline.c (setup_one_parameter): Likewise.
22273         * tree-mudflap.c (mf_decl_cache_locals,
22274         mf_build_check_statement_for): Likewise.
22275         * tree-nested.c (init_tmp_var, save_tmp_var,
22276         finalize_nesting_tree_1): Likewise.
22277         * tree-outof-ssa.c (insert_copy_on_edge,
22278         insert_backedge_copies): Likewise.
22279         * tree-profile.c (tree_gen_edge_profiler,
22280         tree_gen_ic_profiler): Likewise.
22281         * tree-scalar-evolution.c (scev_const_prop): Likewise.
22282         * tree-sra.c (sra_build_assignment): Likewise.
22283         * tree-ssa-loop-im.c (determine_invariantness_stmt): Likewise.
22284         * tree-ssa-math-opts.c (insert_reciprocals,
22285         execute_cse_sincos_1): Likewise.
22286         * tree-tailcall.c (adjust_accumulator_values,
22287         adjust_return_value): Likewise.
22288         * tree-vect-patterns.c (vect_pattern_recog_1): Likewise.
22289         * tree-vect-transform.c (vect_create_data_ref_ptr,
22290         bump_vector_ptr, vect_init_vector, get_initial_def_for_induction,
22291         vect_create_epilog_for_reduction, vectorizable_reduction,
22292         vectorizable_call, vectorizable_conversion,
22293         vectorizable_assignment, vectorizable_operation,
22294         vectorizable_type_demotion, vect_gen_widened_results_half,
22295         vect_permute_store_chain, vectorizable_store,
22296         vect_setup_realignment, vect_permute_load_chain,
22297         vectorizable_load, vectorizable_condition,
22298         vect_create_cond_for_align_checks): Likewise.
22299         * tree-vrp.c (build_assert_expr_for): Likewise.
22300
22301 2007-03-08  Ian Lance Taylor  <iant@google.com>
22302
22303         * tree-vrp.c: Include "intl.h".
22304         (usable_range_p): New static function.
22305         (compare_values_warnv): Don't test TYPE_OVERFLOW_UNDEFINED for
22306         overflowed values, juts set *strict_overflow_p.
22307         (compare_values): Only return -2 if one of the operands is not a
22308         constant.
22309         (compare_ranges): Call usable_range_p.
22310         (compare_range_with_value): Likewise.
22311         (vrp_evaluate_conditional_warnv): Rename from
22312         vrp_evaluate_conditional.  Make static.  Change all callers.
22313         (vrp_evaluate_conditional): New function.
22314         (simplify_div_or_mod_using_ranges): Issue warning about reliance
22315         on signed overflow.
22316         (simplify_abs_using_ranges): Likewise.
22317         (simplify_stmt_for_jump_threading): Add within_stmt parameter.
22318         * tree-ssa-dom.c (simplify_stmt_for_jump_threading): Add
22319         within_stmt parameter.
22320         * tree-ssa-propagate.c (fold_predicate_in): Update call to
22321         vrp_evaluate_conditional.
22322         * tree-ssa-threadedge.c
22323         (record_temporary_equivalences_from_stmts_at_dest): Change
22324         simplify parameter to take a second tree parameter.
22325         (simplify_control_stmt_condition): Likewise.
22326         (thread_across_edge): Likewise.
22327         * tree-flow.h (vrp_evaluate_conditional): Update declaration.
22328         (thread_across_edge): Likewise.
22329         * Makefile.in (tree-vrp.o): Depend upon intl.h.
22330
22331 2007-03-08  Uros Bizjak  <ubizjak@gmail.com>
22332
22333         * config/i386/i386.h (TARGET_SAHF): New define.
22334         * config/i386/i386.c (ix86_tune_features) [X86_TUNE_USE_SAHF]:
22335         Also enable for m_K8, m_AMDFAM10 and m_CORE2.
22336         (x86_sahf): New global variable.
22337         (override_options): Add PTA_NO_SAHF to pta_flags enum.  Recode
22338         pta_flags masks using shifts.  Add PTA_NO_SAHF to x86_64 and
22339         nocona processor flags.  Set x86_sahf when PTA_NO_SAHF is not set
22340         in processor flags.  Do not unconditionally disable TARGET_USE_SAHF
22341         for 64-bit.
22342         (ix86_fp_comparison_sahf_cost): Return high value for !TARGET_SAHF.
22343         (ix86_expand_fp_compare): Check for TARGET_CMOVE or TARGET_SAHF
22344         when expanding fcomi/sahf based tests.
22345         (ix86_emit_fp_unordered_jump): Check for TARGET_SAHF when
22346         expanding sahf based alternative. Emit sahf based sequence when
22347         optimizing for code size.
22348         * config/i386/i386.md (x86_sahf_1): Do not disable for
22349         TARGET_64BIT, enable for TARGET_SAHF.
22350
22351 2007-03-08  Martin Michlmayr  <tbm@cyrius.com>
22352
22353         * tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
22354         spurious whitespace from error message.
22355
22356 2007-03-08  Volker Reichelt  <reichelt@netcologne.de>
22357
22358         PR c++/30852
22359         * c-common.c (fold_offsetof_1): Handle COMPOUND_EXPR.
22360
22361 2007-03-08  Alexandre Oliva  <aoliva@redhat.com>
22362
22363         * c-decl.c (grokdeclarator): Disable warnings for anonymous
22364         bitfields.
22365         * tree-sra.c (instantiate_element): Propagate disabled warnings
22366         from the element itself to the created variable.
22367
22368 2007-03-07  Richard Henderson  <rth@redhat.com>
22369
22370         PR target/30848
22371         * reg-stack.c (emit_swap_insn): If a malformed asm was seen,
22372         silently fix up the stack in the case of a missing register.
22373
22374 2007-03-07  Paul Brook  <paul@codesourcery.com>
22375
22376         * config/arm/libunwind.S: Add .arch/.object_arch for armv4 builds.
22377
22378 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
22379
22380         * config/arm/unwind-arm.c (struct wmmxd_regs, struct wmmxc_regs):
22381         New.
22382         (phase1_vrs): Use them.
22383         (DEMAND_SAVE_WMMXD, DEMAND_SAVE_WMMXC): New.
22384         (__gnu_Unwind_Save_WMMXD, __gnu_Unwind_Restore_WMMXD,
22385         __gnu_Unwind_Save_WMMXC, __gnu_Unwind_Restore_WMMXC): Declare.
22386         (restore_non_core_regs): Call __gnu_Unwind_Restore_WMMXD and
22387         __gnu_Unwind_Restore_WMMXC if required.
22388         (_Unwind_VRS_Pop): Implement iWMMXt support.
22389         * config/arm/libunwind.S (gnu_Unwind_Restore_WMMXD,
22390         gnu_Unwind_Save_WMMXD, gnu_Unwind_Restore_WMMXC,
22391         gnu_Unwind_Save_WMMXC): Define.
22392
22393 2007-03-07  Richard Sandiford  <richard@codesourcery.com>
22394
22395         * config/vxworks.h (vxworks_override_options): Declare.
22396         (VXWORKS_OVERRIDE_OPTIONS): Use it.
22397         * config/vxworks.c: Include target.h and toplev.h.
22398         (vxworks_override_options): New function.
22399         * config/t-vxworks (vxworks.o): Depend on $(TARGET_H) and toplev.h.
22400
22401 2007-03-07  Andreas Krebbel  <krebbel1@de.ibm.com>
22402
22403         * config/s390/s390.c (override_options): Don't emit an error when
22404         -mstack-size is used without providing -mstack-guard.
22405         (s390_emit_prologue): Choose stack_guard value automatically if not
22406         provided via command line.
22407         * doc/invoke.texi: Adjust description of -mstack-guard and
22408         -mstack-size.
22409
22410 2007-03-07  Richard Sandiford  <richard@codesourcery.com>
22411
22412         * config/i386/i386.c (output_set_got): Add a GOT initialization
22413         sequence for VxWorks PIC.
22414         (legitimate_pic_address_disp_p): Allow UNSPEC_GOT wrappers
22415         around labels as well as symbols.  Use gotoff_operand instead
22416         of local_symbolic_operand.
22417         (legitimize_pic_address): Use gotoff_operand instead of
22418         local_symbolic_operand.  Use @GOT accesses for labels as
22419         well as symbols.
22420         (ix86_output_addr_diff_elt): Use PC-relative rather than
22421         GP-relative offsets for VxWorks PIC.
22422         (ix86_expand_move): Pass NULL_RTX to legitimize_pic_address unless
22423         no_new_pseudos.  Check whether the returned register is op0.
22424         * config/i386/i386.md (tablejump): Use PC-relative rather than
22425         GP-relative offsets for VxWorks PIC.
22426         * config/i386/predicates.md (gotoff_operand): New predicate.
22427
22428 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
22429
22430         * config/vxworks.h (VXWORKS_GOTT_BASE, VXWORKS_GOTT_INDEX): Undefine
22431         before defining.
22432         * config/vxworks-dummy.h: New file.
22433         * config/i386/i386.h: Include it.
22434
22435 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
22436
22437         * dwarf2out.c (is_inlined_entry_point): New
22438         (add_high_low_attributes): Emit DW_AT_entry_pc along with
22439         DW_AT_ranges if the first subblock is the entry point.
22440
22441 2007-03-06  David Daney  <ddaney@avtrex.com>
22442
22443         * doc/install.texi (mips-*-*): Change recommended binutils
22444         version.
22445
22446 2007-03-06  Anatoly Sokolov <aesok@post.ru>
22447
22448         * config/avr/avr.c (avr_mcu_types): Add support for ATmega325P,
22449         ATmega3250P, ATmega329P, ATmega3290P, AT90USB82 and AT90USB162
22450         devices.
22451         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
22452         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
22453
22454 2007-03-06  Jan Hubicka  <jh@suse.cz>
22455
22456         * errors.h (warning, error, fatal, internal_error): Mark as cold.
22457         * predict.c (maybe_hot_bb): Cold functions are never hot; hot
22458         functions are hot.
22459         (probably_cold_bb_p): Cold functions are cold.
22460         (probably_never_executed_bb_p): Cold functions are cold.
22461         (tree_bb_level_predictions): Predict calls to cold functions as not
22462         taken.
22463         (compute_function_frequency): Check hot/cold attributes.
22464         * function.h (function_frequency): Update comments.
22465         * predict.def (PRED_COLD_FUNCTION): Predict cold function.
22466         * c-common.c (handle_hot_attribute, handle_cold_attribute): New.
22467         (c_common_att): Add cold and hot.
22468
22469         * doc/extend.texi (hot,cold attributes): Document.
22470
22471 2007-03-06  Andrew Haley  <aph@redhat.com>
22472
22473         * function.c (expand_function_end): Move blockage to just after we
22474         emit the label for the naked return from the function.
22475
22476 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
22477
22478         * config/i386/att.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Undefine
22479         before redefining.
22480
22481 2007-03-06  Jan Hubicka  <jh@suse.cz>
22482
22483         * reg-stack.c (reg_to_stack): Large models don't allow NAN to be
22484         loaded for constant large models.  Non-large 64bit PIC can do.
22485         * i386.h (CASE_VECTOR_MODE): Large PIC cases are 64bit.
22486         * cmodel.h: Add LARGE PIC.
22487         * i386.md (UNSPEC_PLTOFF): New.
22488         (UNSPEC_SET_RIP, UNSPEC_SET_GOT_OFFSET): New; renumber other
22489         unspecs as needed.
22490         (*call_1_rex64): Disable for large models.
22491         (*call_1_rex64_large): New.
22492         (*call_value_1_rex64): Disable for large models.
22493         (*call_value_1_rex64_large): New.
22494         (set_rip_rex4): New.
22495         (set_got_offset_rex64): New.
22496         * predicates.md (constant_call_address_operand): For large model
22497         constant calls are not possible.
22498         * i386-protos.h (construct_plt_address): Declare.
22499         * i386.c (override_options): Accept large models.
22500         (ix86_expand_prologue): Expand large PIC GOT pointer load.
22501         (legitimate_constant_p): Add new UNSPECs.
22502         (legitimate_pic_operand_p): Likewise.
22503         (legitimate_pic_address_disp_p): Disallow local symbols for large PICs.
22504         (legitimize_pic_address): Do easy RIP relative way for TLS only for
22505         non-large model.
22506         (output_pic_addr_const): Add PLTOFF.
22507         (ix86_output_addr_diff_elt): Output 64bit tables when needed.
22508         (ix86_expand_move): Legitimize pic address when in PIC mode.
22509         (construct_plt_address): New function.
22510         (ix86_expand_call): Offload the address to register and use GOT
22511         pointer for large model.
22512         * invoke.texi (mcmodel=large): Update documentation.
22513
22514 2007-03-06  Richard Henderson  <rth@redhat.com>
22515
22516         * config/i386/i386.c (x86_use_leave, x86_push_memory,
22517         x86_zero_extend_with_and, x86_movx, x86_double_with_add,
22518         x86_use_bit_test, x86_unroll_strlen, x86_deep_branch,
22519         x86_branch_hints, x86_use_sahf, x86_partial_reg_stall,
22520         x86_partial_flag_reg_stall, x86_use_himode_fiop, x86_use_simode_fiop,
22521         x86_use_mov0, x86_use_cltd, x86_read_modify_write, x86_read_modify,
22522         x86_split_long_moves, x86_promote_QImode, x86_fast_prefix,
22523         x86_single_stringop, x86_qimode_math, x86_promote_qi_regs,
22524         x86_himode_math, x86_promote_hi_regs, x86_sub_esp_4, x86_sub_esp_8,
22525         x86_add_esp_4, x86_add_esp_8, x86_integer_DFmode_moves,
22526         x86_partial_reg_dependency, x86_memory_mismatch_stall,
22527         x86_prologue_using_move, x86_epilogue_using_move, x86_shift1,
22528         x86_sse_partial_reg_dependency, x86_sse_split_regs,
22529         x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
22530         x86_sse_load0_by_pxor, x86_use_ffreep, x86_use_incdec,
22531         x86_inter_unit_moves, x86_ext_80387_constants, x86_four_jump_limit,
22532         x86_schedule, x86_use_bt, x86_pad_returns,
22533         x86_use_xchgb): Merge into ...
22534         (ix86_tune_features): ... here.  New array.
22535         (x86_cmove, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
22536         x86_bswap): Merge into ...
22537         (ix86_arch_features): ... here.  New array.
22538         (x86_3dnow_a): Remove.
22539         (x86_accumulate_outgoing_args): Make static.
22540         (x86_arch_always_fancy_math_387): Make static.
22541         (ix86_tune_mask, ix86_arch_mask): Move ...
22542         (override_options): ... to local variables here.  Apply the
22543         appropriate mask to each element of ix86_arch_features and
22544         ix86_tune_features.  Adjust TARGET_CMOVE and TARGET_USE_SAHF
22545         as were done in the old macros.
22546         (standard_80387_constant_p): Use TARGET_EXT_80387_CONSTANTS.
22547         * config/i386/i386.h (x86_use_leave, x86_push_memory,
22548         x86_zero_extend_with_and, x86_use_bit_test, x86_cmove, x86_deep_branch,
22549         x86_branch_hints, x86_unroll_strlen, x86_double_with_add,
22550         x86_partial_reg_stall, x86_movx, x86_use_himode_fiop,
22551         x86_use_simode_fiop, x86_use_mov0, x86_use_cltd, x86_use_xchgb,
22552         x86_read_modify_write, x86_read_modify, x86_split_long_moves,
22553         x86_promote_QImode, x86_single_stringop, x86_fast_prefix,
22554         x86_himode_math, x86_qimode_math, x86_promote_qi_regs,
22555         x86_promote_hi_regs, x86_integer_DFmode_moves, x86_add_esp_4,
22556         x86_add_esp_8, x86_sub_esp_4, x86_sub_esp_8,
22557         x86_partial_reg_dependency, x86_memory_mismatch_stall,
22558         x86_accumulate_outgoing_args, x86_prologue_using_move,
22559         x86_epilogue_using_move, x86_decompose_lea,
22560         x86_arch_always_fancy_math_387, x86_shift1,
22561         x86_sse_partial_reg_dependency, x86_sse_split_regs,
22562         x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
22563         x86_sse_load0_by_pxor, x86_use_ffreep, x86_inter_unit_moves,
22564         x86_schedule, x86_use_bt, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
22565         x86_use_incdec, x86_pad_returns, x86_bswap,
22566         x86_partial_flag_reg_stall): Remove.
22567         (enum ix86_tune_indices): New.
22568         (ix86_tune_features): New.
22569         (TARGET_USE_LEAVE, TARGET_PUSH_MEMORY, TARGET_ZERO_EXTEND_WITH_AND,
22570         TARGET_USE_BIT_TEST, TARGET_UNROLL_STRLEN,
22571         TARGET_DEEP_BRANCH_PREDICTION, TARGET_BRANCH_PREDICTION_HINTS,
22572         TARGET_DOUBLE_WITH_ADD, TARGET_USE_SAHF, TARGET_MOVX,
22573         TARGET_PARTIAL_REG_STALL, TARGET_PARTIAL_FLAG_REG_STALL,
22574         TARGET_USE_HIMODE_FIOP, TARGET_USE_SIMODE_FIOP, TARGET_USE_MOV0,
22575         TARGET_USE_CLTD, TARGET_USE_XCHGB, TARGET_SPLIT_LONG_MOVES,
22576         TARGET_READ_MODIFY_WRITE, TARGET_READ_MODIFY, TARGET_PROMOTE_QImode,
22577         TARGET_FAST_PREFIX, TARGET_SINGLE_STRINGOP, TARGET_QIMODE_MATH,
22578         TARGET_HIMODE_MATH, TARGET_PROMOTE_QI_REGS, TARGET_PROMOTE_HI_REGS,
22579         TARGET_ADD_ESP_4, TARGET_ADD_ESP_8, TARGET_SUB_ESP_4,
22580         TARGET_SUB_ESP_8, TARGET_INTEGER_DFMODE_MOVES,
22581         TARGET_PARTIAL_REG_DEPENDENCY, TARGET_SSE_PARTIAL_REG_DEPENDENCY,
22582         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL, TARGET_SSE_SPLIT_REGS,
22583         TARGET_SSE_TYPELESS_STORES, TARGET_SSE_LOAD0_BY_PXOR,
22584         TARGET_MEMORY_MISMATCH_STALL, TARGET_PROLOGUE_USING_MOVE,
22585         TARGET_EPILOGUE_USING_MOVE, TARGET_SHIFT1, TARGET_USE_FFREEP,
22586         TARGET_INTER_UNIT_MOVES, TARGET_FOUR_JUMP_LIMIT, TARGET_SCHEDULE,
22587         TARGET_USE_BT, TARGET_USE_INCDEC, TARGET_PAD_RETURNS,
22588         TARGET_EXT_80387_CONSTANTS): Use it.
22589         (enum ix86_arch_indices): New.
22590         (ix86_arch_features): New.
22591         (TARGET_CMOVE, TARGET_CMPXCHG, TARGET_CMPXCHG8B, TARGET_XADD,
22592         TARGET_BSWAP): Use it.
22593         (ix86_tune_mask, ix86_arch_mask): Remove.
22594
22595 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
22596
22597         PR bootstrap/31020
22598         * configure.ac (CROSS_SYSTEM_HEADER_DIR, build_system_header_dir):
22599         Define using $${sysroot_headers_suffix}.
22600         * configure: Regenerate.
22601         * cppdefault.c (cpp_include_defaults): Make FIXED_INCLUDE_DIR a
22602         multilib-suffixed directory if SYSROOT_HEADERS_SUFFIX_SPEC
22603         defined.
22604         * doc/invoke.texi (-print-sysroot-headers-suffix): Document.
22605         * gcc.c (print_sysroot_headers_suffix): New.
22606         (option_map): Include --print-sysroot-headers-suffix.
22607         (display_help): Mention -print-sysroot-headers-suffix.
22608         (process_command): Handle -print-sysroot-headers-suffix.
22609         (do_spec_1): Append multilib directory to include-fixed path if
22610         sysroot suffixes in use.
22611         (main): Handle -print-sysroot-headers-suffix.
22612         * Makefile.in (start.encap): Don't depend on xlimits.h
22613         (xlimits.h): Remove.
22614         (stmp-int-hdrs): Don't depend on xlimits.h.  Inline generation of
22615         limits.h for each multilib in fixinc_list.
22616         (fixinc_list, s-fixinc_list): New.
22617         (stmp-fixinc): Depend on fixinc_list.  If not copying headers,
22618         generate them for each multilib in fixinc_list.
22619         (stmp-fixproto): Use include-fixed.  Run fixproto for each
22620         multilib in fixinc_list.
22621         (mostlyclean): Don't remove xlimits.h.
22622         (clean): Remove include-fixed.
22623         (real-install-headers-tar, real-install-headers-cpio,
22624         real-install-headers-cp): Don't copy include, only include-fixed.
22625         (install-mkheaders): Depend on fixinc_list.  Don't depend on
22626         xlimits.h.  Save limits.h files for each multilib in fixinc_list.
22627         Always save mkinstalldirs.  Preserve ${sysroot_headers_suffix} in
22628         SYSTEM_HEADER_DIR setting in mkheaders.conf.
22629
22630 2007-03-06  Jan Hubicka  <jh@suse.cz>
22631
22632         * regstack.c (reg_to_stack): When in 64bit PIC mode, we still can load
22633         NANs easilly.
22634
22635 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
22636
22637         * configure.ac: Allow tm_file to contain build-directory files.
22638         * configure: Regenerate.
22639         * config.gcc (m68k-*-uclinux*): Add ./sysroot-suffix.h to tm_file.
22640         * config/m68k/t-uclinux (sysroot-suffix.h): New target.
22641         * config/m68k/print-sysroot-suffix.sh: New file.
22642
22643 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
22644
22645         * config/m68k/m68k.h (PIC_OFFSET_TABLE_REGNUM): Use the REGNO
22646         of pic_offset_table_rtx if reload_completed.
22647         (CONDITIONAL_REGISTER_USAGE): Use PIC_REG instead of
22648         PIC_OFFSET_TABLE_REGNUM.
22649         * config/m68k/m68k.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Always
22650         return true.
22651         (m68k_save_reg): Use PIC_REG instead of PIC_OFFSET_TABLE_REGNO.
22652         (m68k_output_mi_thunk): Rewrite to use RTL.  Honor vcall_offset.
22653
22654 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
22655
22656         * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
22657         functions that call eh_return.
22658
22659 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
22660
22661         * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
22662         functions that need a constant pool.
22663
22664 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
22665
22666         PR target/28181
22667         * config/m68k/m68k-protos.h (m68k_secondary_reload_class): Declare.
22668         (m68k_preferred_reload_class): Likewise.
22669         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Remove duplicated comment.
22670         (SECONDARY_RELOAD_CLASS): Define.
22671         (PREFERRED_RELOAD_CLASS): Use m68k_preferred_reload_class.
22672         (LIMIT_RELOAD_CLASS): Delete.
22673         * config/m68k/m68k.c (m68k_regno_mode_ok): Don't prevent address
22674         registers from storing bytes.
22675         (m68k_secondary_reload_class): New function.
22676         (m68k_preferred_reload_class): Likewise.
22677
22678 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
22679
22680         * config/m68k/m68k.c (m68k_save_reg): Remove special case for
22681         leaf functions.
22682         (m68k_expand_prologue): Likewise.
22683
22684 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
22685
22686         * config/m68k/m68k-protos.h (output_sibcall): Declare.
22687         (mips_expand_epilogue): Add a bool parameter.
22688         (m68k_legitimize_sibcall_address): Declare.
22689         * config/m68k/m68k.c (TARGET_FUNCTION_OK_FOR_SIBCALL): Define.
22690         (m68k_expand_epilogue): Add a parameter to select between sibling
22691         and normal epilogues.  Only generate a return for the latter.
22692         (m68k_ok_for_sibcall_p): New function.
22693         (m68k_legitimize_sibcall_address, output_sibcall): New functions.
22694         * config/m68k/m68k.md (sibcall, *sibcall): New patterns.
22695         (sibcall_value, *sibcall_value): Likewise.
22696         (*call, *call_value): Require !SIBLING_CALL_P.
22697         (epilogue): Update call to m68k_expand_epilogue.
22698         (sibcall_epilogue): New pattern.
22699         * config/m68k/predicates.md (const_call_operand): Say that this
22700         predicate applies to sibling calls too.
22701         (sibcall_operand): New predicate.
22702
22703 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
22704
22705         * config/m68k/m68k.md (movsf_cf_soft): Provide the same non-mov3q
22706         alternatives as movsi_cf.
22707         (movsf_cf_hard): Add commentary.
22708
22709 2007-03-06  Kazu Hirata  <kazu@codesourcery.com>
22710             Richard Sandiford  <richard@codesourcery.com>
22711
22712         * config/m68k/m68k-protos.h (m68k_interrupt_function_p): Declare.
22713         (m68k_movem_pattern_p, m68k_output_movem): Likewise.
22714         (m68k_expand_prologue, m68k_expand_epilogue): Likewise.
22715         * config/m68k/m68k.h (EPILOGUE_USES): Define.  Treat all registers
22716         as being live on exit from an interrupt function.
22717         (PRINT_OPERAND_PUNCT_VALID_P): Return true for '?'.
22718         * config/m68k/m68k.c (MIN_MOVEM_REGS, MIN_FMOVEM_REGS): New macros.
22719         (m68k_frame): Remove reg_rev_mask and fpu_rev_mask.
22720         (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Delete.
22721         (m68k_interrupt_function_p): Globalize.
22722         (m68k_compute_frame_layout): Remove reverse mask code.
22723         (m68k_emit_movem, m68k_set_frame_related): New functions.
22724         (m68k_output_function_prologue): Delete in favor of...
22725         (m68k_expand_prologue): ...this new function.
22726         (m68k_output_function_epilogue): Delete in favor of...
22727         (m68k_expand_epilogue): ...this new function.
22728         (m68k_split_offset, m68k_movem_pattern_p, m68k_output_movem): New
22729         functions.
22730         (print_operand): Handle %?.
22731         * config/m68k/m68k.md (UNSPEC_SIN, UNSPEC_COS): Remove excess space.
22732         (UNSPEC_GOT, A1_REG, PIC_REG, FP0_REG): New constants.
22733         (prologue, epilogue): New patterns.
22734         (return): Turn into a define_expand.
22735         (*return): New pattern, derived from old "return" pattern.  Use rte
22736         rather than rts for interrupt functions.  Only use rtd if the pop
22737         count is nonzero.
22738         (*m68k_store_multiple, *m68k_store_multiple_automod): New patterns.
22739         (*m68k_load_multiple, *m68k_load_multiple_automod): Likewise.
22740         (link, *link, unlink, *unlink, load_got): Likewise.
22741
22742 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
22743
22744         PR target/23482
22745         PR target/17114
22746         * config/m68k/m68k-protos.h (m68k_legitimate_base_reg_p): Declare.
22747         (m68k_legitimate_index_reg_p, m68k_legitimate_address_p): Likewise.
22748         (m68k_matches_q_p, m68k_matches_u_p): Likewise.
22749         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Use m68k_matches_q_p
22750         and m68k_matches_u_p.
22751         (PCREL_GENERAL_OPERAND_OK, LEGITIMATE_BASE_REG_P): Delete.
22752         (INDIRECTABLE_1_ADDRESS_P, GO_IF_NONINDEXED_ADDRESS): Delete.
22753         (GO_IF_INDEXABLE_BASE, GO_IF_INDEXING, GO_IF_INDEXED_ADDRESS): Delete.
22754         (LEGITIMATE_INDEX_REG_P, LEGITIMATE_INDEX_P): Delete.
22755         (GO_IF_COLDFIRE_FPU_LEGITIMATE_ADDRESS): Delete.
22756         (REG_STRICT_P): New macro.
22757         (LEGITIMATE_PIC_OPERAND_P): Use REG_STRICT_P rather than
22758         PCREL_GENERAL_OPERAND_OK.
22759         (REG_OK_FOR_BASE_P): Merge definitions.  Use REG_STRICT_P and
22760         m68k_legitimate_base_reg_p.
22761         (REG_MODE_OK_FOR_INDEX_P): Likewise m68k_legitimate_index_reg_p.
22762         (GO_IF_LEGITIMATE_ADDRESS): Likewise m68k_legitimate_address_p.
22763         (PIC_CASE_VECTOR_ADDRESS): Update comment.
22764         * config/m68k/m68k.c (m68k_address): New structure.
22765         (m68k_legitimate_base_reg_p, m68k_legitimate_index_reg_p)
22766         (m68k_decompose_index, m68k_legitimate_constant_address_p)
22767         (m68k_jump_table_ref_p, m68k_decompose_address)
22768         (m68k_legitimate_address_p, m68k_legitimate_mem_p, m68k_matches_q_p)
22769         (m68k_matches_u_p): New functions.
22770         (print_operand_address): Rewrite to use m68k_decompose_index.
22771
22772 2007-03-05  David Taylor  <dtaylor@emc.com>
22773
22774         * gcc.c: Correct copyright date in --version output.
22775
22776 2007-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
22777
22778         * pa.md: In unamed move patterns, disparge copies between general
22779         and floating point registers using '?' modifier.  Don't include 'f'
22780         constraint for register preferences in DImode, SImode, HImode and
22781         QImode patterns.  Likewise for 'r' in DFmode and SFmode patterns.
22782         Remove constraints for copies between general and floating registers
22783         in soft-float DFmode pattern.
22784         (movdf): Fail if operand1 is a CONST_DOUBLE and operand0 is a hard
22785         floating register.
22786         (movsf): Likewise.
22787
22788 2007-03-05  Mike Stump  <mrs@apple.com>
22789
22790         * c-common.c (targetcm): Add.
22791         * c-opts.c (c_common_handle_option): Handle language specific
22792         target options.
22793         * opts.c (handle_option): Verify language for target options, if
22794         any are given.
22795         * opth-gen.awk: Add CL_LANG_ALL.
22796         * target-def.h (TARGET_HANDLE_C_OPTION): Add.
22797         (TARGETCM_INITIALIZER): Add.
22798         * target.h (struct gcc_targetcm): Add.
22799         (targetcm): Add.
22800         * targhooks.c (default_handle_c_option): Add.
22801         * targhooks.h (default_handle_c_option): Add.
22802         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Add.
22803
22804         * config/darwin.opt (iframework): Add.
22805         * config/darwin.h (TARGET_HAS_TARGETCM): Add.
22806         * config/darwin-c.c (handle_c_option): Add.
22807         (TARGET_HANDLE_C_OPTION): Add.
22808         (targetcm): Add.
22809         * doc/invoke.texi (Darwin Options): Add -iframework.
22810
22811 2007-03-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22812
22813         * convert.c (convert_to_integer): Fix nearbyint/rint -> *lrint
22814         conversion.
22815
22816 2007-03-05  Ian Lance Taylor  <iant@google.com>
22817
22818         * c.opt (fgnu89-inline): New option.
22819         * c-opts.c (c_common_post_options): Set default value for
22820         flag_gnu89_inline.
22821         * c-decl.c (WANT_C99_INLINE_SEMANTICS): Remove.
22822         (pop_scope): Check flag_gnu89_inline rather than flag_isoc99 for
22823         inline functions.
22824         (diagnose_mismatched_decls, merge_decls, start_decl): Likewise.
22825         (grokdeclarator, start_function): Likewise.
22826         * c-cppbuiltin.c (c_cpp_builtins): Define either
22827         __GNUC_GNU_INLINE__ or __GNUC_STDC_INLINE__.
22828         * doc/invoke.texi (Option Summary): Mention -fgnu89-inline.
22829         (C Dialect Options): Document -fgnu89-inline.
22830         * doc/extend.texi (Function Attributes): Explain what the
22831         gnu_inline attribute does.
22832         * doc/cpp.texi (Common Predefined Macros): Document
22833         __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
22834
22835 2007-03-05  Ian Lance Taylor  <iant@google.com>
22836
22837         PR tree-optimization/31034
22838         * tree-vrp.c (extract_range_from_assert): Don't try to handle a
22839         half-range if the other side is an overflow infinity.
22840
22841 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
22842
22843         * config.gcc (bfin*-uclinux*): Use t-bfin-uclinux.
22844         (bfin*-linux-uclibc*): New configuration.
22845         * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefined before
22846         defining.
22847         * config/bfin/linux.h: New file.
22848         * config/bfin/libgcc-bfin.ver: New file.
22849         * config/bfin/t-bfin-uclinux: New file.
22850         * config/bfin/t-bfin-linux: New file.
22851         * config/bfin/uclinux.h (LINUX_TARGET_OS_CPP_BUILTINS): New macro.
22852         (TARGET_OS_CPP_BUILTINS): New macro.
22853
22854 2007-03-05  Richard Guenther  <rguenther@suse.de>
22855
22856         * fold-const.c (fold_binary): Remove duplicate folding
22857         of comparison of non-null ADDR_EXPR against null.
22858
22859 2007-03-05  Richard Guenther  <rguenther@suse.de>
22860             Dorit Nuzman  <dorit@il.ibm.com>
22861
22862         PR tree-optimization/26420
22863         * tree-vectorizer.c (vectorize_loops): Bail out early if there
22864         are no loops in the function.  Only print the number of
22865         vectorized loops if it is greater than zero or we are supposed
22866         to print information about unvectorized loops.
22867
22868 2007-03-05  Revital Eres  <eres@il.ibm.com>
22869
22870         * gcc.dg/var-expand1.c: New test.
22871         * loop-unroll.c (analyze_insn_to_expand_var): Add dump info
22872         when an accumulator is expanded.
22873
22874 2007-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
22875
22876         PR other/30465
22877         * c-common.c (convert_and_check): Don't give warnings for
22878         conversion if 'expr' already overflowed.
22879
22880 2007-03-04  Roger Sayle  <roger@eyesopen.com>
22881
22882         PR middle-end/30744
22883         * fold-const.c (fold_comparison): Enforce type consistency when
22884         transforming ~X op ~Y to Y op X, and ~X op C to X op' ~C.
22885
22886 2007-03-04  Zdenek Dvorak  <dvorakz@suse.cz>
22887
22888         * tree-ssa-address.c (create_mem_ref): Do not put an expression
22889         containing a cast to the base of TARGET_MEM_REF.
22890
22891 2007-03-04  Martin Michlmayr  <tbm@cyrius.com>
22892
22893         * tree.c (tree_contains_struct_check_failed): Remove spurious
22894         whitespace from error message.
22895
22896 2007-03-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
22897
22898         PR target/30406
22899         * config/rs6000/rs6000.c (rs6000_function_value): Look at bit size
22900         instead of precision.
22901
22902 2007-03-04  Roman Zippel <zippel@linux-m68k.org>
22903             Nathan Sidwell  <nathan@codesourcery.com>
22904
22905         * emit-rtl.c (find_auto_inc): New.
22906         (try_split): recreate REG_INC notes,
22907         Use regular for loops rather than whiles.
22908
22909 2007-03-03  Andreas Schwab  <schwab@suse.de>
22910
22911         * configure.ac (HAVE_AS_REL16): Move test back to correct place.
22912         * configure: Regenerate.
22913
22914 2007-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22915
22916         * builtins.def (ATTR_MATHFN_FPROUNDING): Rely on
22917         flag_rounding_math, not flag_unsafe_math_optimizations.
22918
22919         * c-pretty-print.c (pp_c_direct_abstract_declarator): Use
22920         fold_build2.
22921         * config/alpha/alpha.c (alpha_fold_builtin_zapnot,
22922         alpha_fold_vector_minmax): Likewise.
22923         * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
22924         * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
22925
22926 2007-03-02  Eric Botcazou  <ebotcazou@adacore.com>
22927
22928         * tree-sra.c (sra_walk_fns) <ldst>: Document new restriction.
22929         (sra_walk_modify_expr) <rhs_elt>: Treat the reference as a use
22930         if the lhs has side-effects.
22931         <lhs_elt>: Treat the reference as a use if the rhs has side-effects.
22932
22933 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
22934
22935         * config/i386/i386.h (TUNEMASK): Remove define.
22936         (ARCHMASK): Remove define.
22937         (TARGET_*): Use ix86_tune_mask variable instead of TUNEMASK.
22938          Use ix86_arch_mask variable instead of ARCHMASK.
22939         * config/i386/i386.c (override_options): Ditto.
22940         (standard_80387_constant_p): Ditto.
22941
22942 2007-03-02  Ian Lance Taylor  <iant@google.com>
22943
22944         Used signed infinities in VRP.
22945         * tree-vrp.c (uses_overflow_infinity): New static function.
22946         (supports_overflow_infinity): New static function.
22947         (make_overflow_infinity): New static function.
22948         (negative_overflow_infinity): New static function.
22949         (positive_overflow_infinity): New static function.
22950         (is_negative_overflow_infinity): New static function.
22951         (is_positive_overflow_infinity): New static function.
22952         (is_overflow_infinity): New static function.
22953         (overflow_infinity_range_p): New static function.
22954         (compare_values_warnv): New function split out of compare_values.
22955         (compare_value): Call it.
22956         (set_value_range_to_nonnegative): Add overflow_infinity
22957         parameter.  Change caller.
22958         (vrp_expr_computes_nonnegative): Add strict_overflow_p parameter.
22959         Change callers.
22960         (vrp_expr_computes_nonzero): Likewise.
22961         (compare_ranges, compare_range_with_value): Likewise.
22962         (compare_name_with_value, compare_names): Likewise.
22963         (vrp_evaluate_conditional): Likewise.
22964         (set_value_range): Handle infinity
22965         (vrp_operand_equal_p, operand_less_p): Likewise.
22966         (extract_range_from_assert): Likewise.
22967         (vrp_int_const_binop): Likewise.
22968         (extract_range_from_binary_expr): Likewise.
22969         (extract_range_from_unary_expr): Likewise.
22970         (extract_range_from_comparison): Likewise.
22971         (extract_range_from_expr): Likewise.
22972         (dump_value_range): Likewise.
22973         (vrp_visit_cond_stmt, vrp_visit_phi_node): Likewise.
22974         (test_for_singularity): Likewise.
22975         (vrp_int_const_binop): Remove inline qualifier.
22976         (adjust_range_with_scev): Add comment.
22977         * tree-flow.h (vrp_evaluate_conditional): Update declaration.
22978
22979 2007-03-02  Diego Novillo  <dnovillo@redhat.com>
22980
22981         * tree-ssa-structalias.c (could_have_pointers): Tidy.
22982         (get_constraint_for): Likewise.
22983         (do_structure_copy): Likewise.
22984         (find_func_aliases): Fix references to MODIFY_EXPR.
22985         (intra_create_variable_infos): Tidy.
22986         * tree-ssa-operands.c (add_virtual_operand): Add argument
22987         IS_CALL_SITE.
22988         When adding members of alias sets, if IS_CALL_SITE is true and
22989         the symbol is not call-clobbered, skip it.
22990         Adjust all callers.
22991
22992 2007-03-02  Eric Botcazou  <ebotcazou@adacore.com>
22993
22994         * config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns at the
22995         entry by means of emit_insn_at_entry.
22996
22997 2007-03-02  Richard Henderson  <rth@redhat.com>
22998
22999         * expr.h (promoted_input_arg): Remove decl.
23000         * function.c (promoted_input_arg): Merge into ...
23001         * combine.c (setup_incoming_promotions): ... only caller.
23002         Rearrange to avoid double loop.
23003
23004 2007-03-02  Ben Elliston  <bje@au.ibm.com>
23005             Peter Bergner  <bergner@vnet.ibm.com>
23006             Janis Johnson  <janis187@us.ibm.com>
23007
23008         * config/rs6000/dfp.md: New file.
23009         * config/rs6000/rs6000.md: Include dfp.md.
23010         (add<mode>3_internal1): Disable for DECIMAL_FLOAT_MODE_P operands.
23011         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Handle DDmode
23012         and TDmode decimal float modes in FP registers.
23013         (num_insns_constant): Likewise.
23014         (rs6000_legitimate_offset_address_p): Likewise.
23015         (rs6000_legitimize_address): Likewise.
23016         (rs6000_legitimize_reload_address): Likewise.
23017         (rs6000_legitimate_address): Likewise.
23018         (rs6000_emit_move): Likewise.
23019         (function_arg_boundary): Likewise.
23020         (function_arg_advance): Likewise.
23021         (rs6000_darwin64_record_arg_recurse): Likewise.
23022         (function_arg): Likewise.
23023         (rs6000_gimplify_va_arg): Likewise.
23024         (rs6000_split_multireg_move): Likewise.
23025         (rs6000_output_function_epilogue): Likewise.
23026         (rs6000_output_function_epilogue): Likewise.
23027         (rs6000_register_move_cost): Likewise.
23028         (rs6000_function_value): Likewise.
23029         (rs6000_libcall_value): Likewise.
23030
23031 2007-03-02  Richard Sandiford  <richard@codesourcery.com>
23032
23033         * config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.
23034
23035 2007-03-02  Richard Sandiford  <richard@codesourcery.com>
23036
23037         * config/t-vxworks (LIBGCC2_INCLUDES): Pass -nostdinc.
23038         Use $MULTIDIR to choose between the kernel and RTP headers,
23039         and use $WIND_BASE and $WIND_USR to locate them.
23040
23041 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
23042
23043         * config/i386/i386.c (override_options): Put initialization of
23044         ix86_tune_mask and ix86_arch_mask to the correct place.
23045
23046 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
23047             Michael Meissner  <michael.meissner@amd.com>
23048
23049         PR target/31019
23050         * config/i386/i386.h (TUNEMASK): Redefine to use ix86_tune_mask.
23051         (ARCHMASK): Define.
23052         (TARGET_CMOVE): Use ARCHMASK.
23053         (TARGET_CMPXCHG): Ditto.
23054         (TARGET_CMPXCHG8B): Ditto.
23055         (TARGET_XADD): Ditto.
23056         (TARGET_BSWAP): Ditto.
23057         * config/i386/i386.c (ix86_tune_mask): New global variable.
23058         (ix86_arch_mask): Ditto.
23059         (override_options): Initialize ix86_tune_mask and
23060         ix86_arch_mask. Use ARCHMASK to clear MASK_NO_FANCY_MATH_387 in
23061         target_flags.
23062
23063 2007-03-02  Ben Elliston  <bje@au.ibm.com>
23064
23065         PR 30992
23066         * config/dfp-bit.c (DFP_TO_INT): Initialise qval with "1.".
23067
23068 2007-03-02  Joseph Myers  <joseph@codesourcery.com>
23069
23070         * target.h (init_dwarf_reg_sizes_extra): New target hook.
23071         * target-def.h (TARGET_INIT_DWARF_REG_SIZES_EXTRA): New default.
23072         * doc/tm.texi (TARGET_INIT_DWARF_REG_SIZES_EXTRA): Document.
23073         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Call this
23074         hook.
23075         * config/rs6000/rs6000.c (TARGET_INIT_DWARF_REG_SIZES_EXTRA,
23076         rs6000_init_dwarf_reg_sizes_extra): New.
23077         * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Support
23078         SPE register high parts.
23079
23080 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
23081
23082         * Makefile.in: Add install-pdf target as
23083         copied from automake v1.10 rules.
23084         * configure.ac: Add install-pdf to target list.
23085         * configure: Regenerate.
23086
23087 2007-03-01  Paul Brook  <paul@codesourcery.com>
23088
23089         * config/arm/arm.c (arm_legitimate_index_p): Limit iWMMXt addressing
23090         modes to LDRD for DImode.
23091         (output_move_double): Fixup out of range ldrd/strd.
23092         (vfp_secondary_reload_class): Rename...
23093         (coproc_secondary_reload_class): ... to this.  Add wb argument.
23094         * config/arm/arm.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use
23095         coproc_secondary_reload_class for CLASS_IWMMXT.
23096         (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
23097         * arm-protos.h (coproc_secondary_reload_class): Update prototype.
23098
23099 2007-03-01  Zdenek Dvorak  <dvorakz@suse.cz>
23100
23101         * tree-ssa-loop-prefetch.c (determine_unroll_factor): Bound the
23102         unroll factor by the estimated number of iterations.
23103         (loop_prefetch_arrays): Do not prefetch in loops that iterate less
23104         than prefetch latency.
23105
23106         * config/i386/driver-i386.c (describe_cache, detect_caches_amd,
23107         decode_caches_intel, detect_caches_intel): New functions.
23108         (host_detect_local_cpu): Use detect_caches_amd and
23109         detect_caches_intel.
23110
23111 2007-03-01  Richard Henderson  <rth@redhat.com>
23112
23113         * expr.c (emit_move_complex_push): Export.
23114         (emit_move_complex_parts): Split out from ...
23115         (emit_move_complex): ... here.
23116         * expr.h (emit_move_complex_push, emit_move_complex_parts): Declare.
23117         * config/i386/i386.md (movcdi): New.
23118
23119 2007-03-01  Uros Bizjak  <ubizjak@gmail.com>
23120
23121         * config/i386/i386.c (ix86_modes_tieable_p): Fix typo, use also
23122         size of mode1 to check for tieable modes in MMX case.
23123
23124 2007-03-01  Richard Sandiford  <richard@codesourcery.com>
23125
23126         * Makefile.in (rtlanal.o): Depend on tree.h.
23127         * rtl.h (offset_within_section_p, split_const): Declare.
23128         * rtlanal.c: Include tree.h.
23129         (offset_within_block_p): New function, taken from
23130         mips_offset_within_object_p.
23131         (split_const): New function, taken from mips_split_const.
23132         * config/m68k/m68k-protos.h (m68k_illegitimate_symbolic_constant_p):
23133         Declare.
23134         * config/m68k/m68k.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
23135         (CONSTANT_ADDRESS_P): Only accept legitimate constants.
23136         (LEGITIMATE_CONSTANT_P): Check m68k_illegitimate_symbolic_constant_p.
23137         * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Define.
23138         (m68k_illegitimate_symbolic_constant_p): New function.
23139         * config/m68k/m68k.md (movsi): Remove misleading predicates.
23140         If M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P and the source is a
23141         symbolic constant that might be outside the symbol's section,
23142         move the symbol first and then add the offset.
23143         * config/m68k/uclinux.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P):
23144         Override.
23145         * config/mips/mips.c (mips_split_const): Delete.
23146         (mips_offset_within_object_p): Delete.
23147         (mips_symbolic_constant_p): Use offset_within_section_p and
23148         split_const instead of mips_offset_within_object_p and
23149         mips_split_const.
23150         (mips_cannot_force_const_mem, mips_const_insns, mips_unspec_address)
23151         (mips_legitimize_const_move, print_operand_reloc)
23152         (mips_dangerous_for_la25_p): Use split_const instead of
23153         mips_split_const.
23154
23155 2007-02-28  Eric Christopher  <echristo@apple.com>
23156
23157         * Makefile.in (install-include-dir): Don't rm -rf include.
23158
23159 2007-02-28  Richard Guenther  <rguenther@suse.de>
23160
23161         PR middle-end/30364
23162         * fold-const.c (fold_binary): Do not associate expressions
23163         with more than one variable for integer types that do not wrap.
23164
23165 2007-02-28  Sandra Loosemore  <sandra@codesourcery.com>
23166
23167         * builtins.c (fold_builtin_call_list, fold_builtin_call_valist):
23168         Delete, and replace with...
23169         (fold_builtin_call_array): This.  Update callers to use it.
23170         * fold-const.c (fold_build_call_list): Delete, and replace with...
23171         (fold_build_call_array): This.
23172         (fold_build_call_list_initializer): Delete, and replace with...
23173         (fold_build_call_array_initializer): This.
23174         * tree.h: Update declarations to reflect above changes.
23175
23176         * c-typeck.c (build_function_call): Store converted arguments
23177         in a stack-allocated array instead of building a list.
23178         (convert_arguments): Store arguments in the array passed in as an
23179         argument, and return the actual number of arguments.
23180         * c-format.c: (check_function_format): Pass arguments in an
23181         array instead of a list.
23182         * c-common.c (check_function_nonnull): Likewise.
23183         (check_function_sentinel): Likewise.
23184         (check_function_arguments): Likewise.
23185         * c-common.h: Update declarations to reflect above changes.
23186
23187 2007-02-28  Jan Hubicka  <jh@suse.cz>
23188
23189         * predict.def (PRED_TREE_EARLY_RETURN, PRED_CONST_RETURN,
23190         PRED_NEGATIVE_RETURN): Update outcomes.
23191
23192 2007-02-28  Bernd Schmidt  <bernd.schmidt@analog.com>
23193
23194         * calls.c (emit_library_call_value_1): Handle partial registers
23195         correctly when building up CALL_INSN_FUNCTION_USAGE.
23196
23197 2007-02-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23198
23199         * pa/predicates.md (move_src_operand): Allow zero for mode.
23200         * pa/pa.md: Fix constraints for zero CONST_DOUBLE in 64-bit DFmode
23201         move pattern.
23202
23203 2007-02-27  Uros Bizjak  <ubizjak@gmail.com>
23204
23205         PR target/30970
23206         * config/i386/sse.md (*mov<mode>_internal, *movv4sf_internal,
23207         *movv2df_internal): Enable pattern only for valid operand
23208         combinations.
23209         * config/i386/i386.c (ix86_modes_tieable_p): For SSE registers,
23210         tie only 128bit modes. For MMX registers, tie only 64bit modes.
23211
23212 2007-02-27  Mike Stump  <mrs@apple.com>
23213
23214         * config/darwin-crt3.c: Avoid compilation when compiling for a
23215         kext multilib.
23216
23217 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
23218
23219         * Makefile.in (PREPROCESSOR_DEFINES, test-protoize-simple): Define
23220         FIXED_INCLUDE_DIR.
23221         (stmp-int-hdrs, stmp-fixinc, install-headers): Use include-fixed
23222         for fixed headers and limits.h.
23223         (install-include-dir, install-headers-tar, install-headers-cpio,
23224         install-headers-cp, real-install-headers-tar,
23225         real-install-headers-cpio, real-install-headers-cp): Handle
23226         include-fixed as well as include.
23227         (install-mkheaders): Don't install files that go only in include
23228         not include-fixed.
23229         * cppdefault.c (cpp_include_defaults): Separate FIXED_INCLUDE_DIR
23230         from GCC_INCLUDE_DIR.
23231         * gcc.c (process_command): Remove special -BstageN/ handling.
23232         (do_spec_1): Add include-fixed directories.
23233
23234 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
23235
23236         * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart and
23237         _smulsi3_highpart.
23238         * config/bfin/lib1funcs.asm (___umulsi3_highpart, ___smulsi3_highpart):
23239         New functions.
23240         * config/bfin/bfin.md (smulsi3_highpart, umulsi3_highpart): New
23241         patterns.
23242
23243 2007-02-27  Mark Mitchell  <mark@codesourcery.com>
23244
23245         * c-common.c (get_priority): Add check for
23246         SUPPORTS_INIT_PRIORITY.
23247
23248 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
23249
23250         * config/bfin/bfin.md (doloop_end): FAIL if counter reg isn't SImode.
23251
23252         * config/bfin/bfin.c: Include "cfglayout.h".
23253         (MAX_LSETUP_DISTANCE): New macro.
23254         (struct loop_info): New members incoming, incoming_src and
23255         incoming_dest.  Delete member predecessor.
23256         (length_for_loop): New function.
23257         (bfin_optimize_loop): Handle more different loop structures.
23258         (bfin_discover_loop): Rework detection of predecessor blocks by
23259         examining incoming edges.
23260         (bfin_discover_loops, bfin_free_loops): New functions, broken out of
23261         bfin_reorg_loops.
23262         (bfin_reorder_loops): New function.
23263         (bfin_reorg_loops): Use these three new functions.
23264
23265         * config/bfin/bfin.h (enum reg_class, REG_CLASS_NAMES,
23266         REG_CLASS_CONTENTS): Add D0REGS through D7REGS.
23267         (CONSTRAINT_LEN): Add entry for 'q'.
23268         (REG_CLASS_FROM_CONSTRAINT): Renamed from REG_CLASS_FROM_LETTER.
23269         Add 'q' constraints.
23270         (REGNO_REG_CLASS): For R0 through R7, return corresponding regclass.
23271         (CLASS_LIKELY_SPILLED_P): True for R0, R1 and R2.
23272
23273         * config/bfin/bfin.md (add_with_carry): New pattern.
23274         (s_or_u, su_optab, su_modifier): New code macros/attrs.
23275         (<su_optab>hisi_ll, <su_optab>hisi_lh, <su_optab>hisi_hl,
23276         <su_optab>hisi_hh): Renamed from mulhisi_xx patterns; macroized to
23277         support unsigned multiplies too.  Removed incorrect commutativity from
23278         operand 1 constraint where appropriate.
23279         (usmulhisi_ull, usmulhisi_ulh, usmulhisi_uhl, usmulhisi_uhh): New
23280         patterns.
23281         (<su_optab>hisi_ll_lh, <su_optab>hisi_ll_hl, <su_optab>hisi_ll_hh,
23282         <su_optab>hisi_lh_hl, <su_optab>hisi_lh_hh, <su_optab>hisi_hl_hh):
23283         New patterns.
23284         (usmulhisi_ll_lul, usmulhisi_ll_luh, usmulhisi_ll_hul,
23285         usmulhisi_ll_huh, usmulhisi_lh_lul, usmulhisi_lh_luh, usmulhisi_lh_hul,
23286         usmulhisi_lh_huh, usmulhisi_hl_lul, usmulhisi_hl_luh, usmulhisi_hl_hul,
23287         usmulhisi_hl_huh, usmulhisi_hh_lul, usmulhisi_hh_luh, usmulhisi_hh_hul,
23288         usmulhisi_hh_huh): New patterns.
23289
23290         * config/bfin/bfin.md (ssashiftv2hi3, ssashifthi3, lshiftv2hi3,
23291         lshifthi3): Fix output template to use half reg for operand 2.
23292
23293         * config/bfin/bfin.c (bfin_output_mi_thunk): Use R3 as scratch reg
23294         instead of R2.
23295
23296         * config/bfin/bfin.md (rotl16, rotlsi3, rotrsi3): New patterns.
23297
23298 2007-02-27  Andreas Schwab  <schwab@suse.de>
23299
23300         * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-common.texi.
23301
23302 2007-02-27  Jan Hubicka  <jh@suse.cz>
23303
23304         * predict.c (last_basic_block_p): Remove.
23305         (tree_estimate_probability): Update return heuristic for commonized
23306         return blocks.
23307
23308 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
23309
23310         * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-vers.texi dependency.
23311
23312 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
23313
23314         * doc/include/gcc-common.texi (versionsubtitle): New macro.
23315         * doc/cpp.texi: Standardize title page.
23316         * doc/cppinternals.texi: Likewise.
23317         * doc/gcc.texi: Standardize title page, remove version number
23318         from copyright page.
23319         * doc/gccint.texi: Likewise.
23320         * doc/install.texi: Standardize title page, add table of
23321         contents.
23322
23323 2007-02-26  Jan Hubicka  <jh@suse.cz>
23324
23325         * predict.def: Set outcomes according to more recent results.
23326         (PRED_LOOP_CONDITION, PRED_LOOP_PRECONDITIONING, PRED_LOOP_HEADER):
23327         Remove dead predictors.
23328         * predict.c (return_prediction): Fix pasto.
23329
23330 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
23331
23332         * loop-iv.c (simplify_using_initial_values): Fix oversight in previous
23333         change; avoid a memory leak when returning early.
23334
23335 2007-02-26  Mark Mitchell  <mark@codesourcery.com>
23336
23337         * c-decl.c (static_ctors): Move to c-common.c.
23338         (static_dtors): Likewise.
23339         (finish_function): Use c_record_cdtor_fn.
23340         (build_cdtor): Move to c-common.c.
23341         (c_write_global_declarations): Use c_build_cdtor_fns.
23342         * c-common.h (static_ctors): Declare.
23343         (static_dtors): Likewise.
23344         (c_record_cdtor_fn): Likewise.
23345         (c_build_cdtor_fns): Likewise.
23346         * c-common.c (static_ctors): New variable.
23347         (static_dtors): Likewise.
23348         (c_record_cdtor_fn): New function.
23349         (build_cdtor): Move from c-decl.c
23350         (c_build_cdtor_fns): New function.
23351
23352         * output.h (assemble_addr_to_section): Declare.
23353         (get_cdtor_priority_section): Likewise.
23354         * varasm.c (assemble_addr_to_section): New function.
23355         (get_cdtor_priority_section): Likewise.
23356         (default_named_section_asm_out_destructor): Use them.
23357         (destor_dtor_section_asm_out_destructor): Likewise.
23358         (default_named_section_asm_out_constructor): Likewise.
23359         (default_ctor_section_asm_out_constructor): Likewise.
23360         * config.gcc (*-*-vxworks*): Include vxworks.o.
23361         * config/t-vxworks (vxworks.o): New target.
23362         * config/vxworks.h (ALWAYS_NUMBER_CTORS_SECTIONS): Remove.
23363         (TARGET_ASM_CONSTRUCTOR): Define.
23364         (TARGET_ASM_DESTRUCTOR): Likewise.
23365         (vxworks_asm_out_constructor): Declare.
23366         (vxworks_asm_out_destructor): Likewise.
23367
23368         * c-common.c (get_priority): Check that we have not just an
23369         INTEGER_CST, but an integer constant with integeral type.
23370
23371 2007-02-25  Uros Bizjak  <ubizjak@gmail.com>
23372
23373         PR tree-optimization/30938
23374         * tree-vect-transform.c (vectorizable_call): Fix off-by-one error:
23375         use &dt[nargs-1] instead of &dt[nargs] in the call to
23376         vect_is_simple_use().
23377
23378 2007-02-25  Ulrich Weigand  <uweigand@de.ibm.com>
23379
23380         * reload.c (find_reloads_address_1): Handle PLUS expressions resulting
23381         from register elimination as PRE_MODIFY / POST_MODIFY increments.
23382         Do not attempt to handle MEM inside auto-inc expressions.
23383         * reload1.c (eliminate_regs_1): Do not attempt to handle elimination
23384         of a register modified by an auto-inc expression.  However, do handle
23385         elimination of a register used as PRE_MODIFY / POST_MODIFY increment.
23386         (elimination_effects): Prohibit elimination of a register modified
23387         by an auto-inc expression.  Disable register elimination rules whose
23388         target register is modified by an auto-inc expression with variable
23389         increment.
23390
23391 2007-02-25  Zdenek Dvorak  <dvorakz@suse.cz>
23392
23393         * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix
23394         off-by-one error.
23395         (array_at_struct_end_p): New function.
23396         (idx_infer_loop_bounds): Use it.
23397         (estimate_numbers_of_iterations_loop): Export.
23398         * predict.c (predict_loops): Use estimated_loop_iterations_int.
23399         Do not use PRED_LOOP_EXIT on exits predicted by # of iterations.
23400         (tree_estimate_probability): Call record_loop_exits.
23401         * tree-data-ref.c (get_number_of_iters_for_loop): Replaced by ...
23402         (estimated_loop_iterations, estimated_loop_iterations_int,
23403         estimated_loop_iterations_tree): New functions.
23404         (analyze_siv_subscript_cst_affine,
23405         compute_overlap_steps_for_affine_1_2,
23406         analyze_subscript_affine_affine): Use estimated_loop_iterations_int.
23407         (analyze_miv_subscript): Use estimated_loop_iterations_tree.
23408         * predict.def (PRED_LOOP_ITERATIONS): Update comment.
23409         (PRED_LOOP_ITERATIONS_GUESSED): New.
23410         * cfgloop.c (record_loop_exits): Do nothing if there are no loops.
23411         * cfgloop.h (estimate_numbers_of_iterations_loop,
23412         estimated_loop_iterations_int): Declare.
23413
23414 2007-02-25  Mark Mitchell  <mark@codesourcery.com>
23415
23416         * doc/extend.texi: Document optional priority argument to
23417         constructors and destructors.
23418         * tree.c (init_priority_for_decl): Adjust GTY markers.
23419         (init_ttree): Use priority-info hash functions for
23420         init_priority_for_decl.
23421         (tree_map_eq): Rename to ...
23422         (tree_map_base_eq): ... this.
23423         (tree_map_marked_p): Rename to ...
23424         (tree_map_base_marked_p): ... this.
23425         (tree_map_base_hash): New function.
23426         (decl_init_priority_lookup): Rework.
23427         (decl_fini_priority_lookup): New function.
23428         (decl_priority_info): New function.
23429         (decl_init_priority_insert): Use it.
23430         (decl_fini_priority_insert): Likewise.
23431         (decl_restrict_base_lookup): Adjust for refactoring of tree_map
23432         hierarchy.
23433         (decl_restrict_base_insert): Likewise.
23434         (decl_debug_expr_insert): Likewise.
23435         (decl_value_expr_lookup): Likewise.
23436         (decl_value_expr_insert): Likewise.
23437         * tree.h (priority_type): New type.
23438         (decl_init_priority_lookup): Use priority_type.
23439         (decl_fini_priority_lookup): New function.
23440         (decl_init_priority_insert): Use priority_type.
23441         (decl_fini_priority_insert): New function.
23442         (DECL_HAS_INIT_PRIORITY): Tweak comments.
23443         (DECL_INIT_PRIORITY): Likewise.
23444         (SET_DECL_INIT_PRIORITY): Add comment.
23445         (DECL_FINI_PRIORITY): New macro.
23446         (SET_DECL_FINI_PRIORITY): Likewise.
23447         (DEFAULT_INIT_PRIORITY): Document.
23448         (MAX_INIT_PRIORITY): Likewise.
23449         (MAX_RESERVED_INIT_PRIORITY): Likewise.
23450         (tree_map_base): New type.
23451         (tree_map_base_eq): New function.
23452         (tree_map_base_hash): Likewise.
23453         (tree_map_base_marked_p): Likewise.
23454         (tree_map): Inherit from tree_map_base.
23455         (tree_map_eq): Make it a macro.
23456         (tree_map_marked_p): Likewise.
23457         (tree_int_map): Inherit from tree_map_base.
23458         (tree_int_map_eq): Make it a macro.
23459         (tree_int_map_hash): Likewise.
23460         (tree_int_map_marked_p): Likewise.
23461         (tree_priority_map): New type.
23462         (tree_priority_map_eq): New macro.
23463         (tree_priority_map_hash): Likewise.
23464         (tree_priority_map_marked_p): Likewise.
23465         * varasm.c (emults_decl): Adjust for refactoring of tree_map
23466         hierarchy.
23467         (emutls_common_1): Likewise.
23468         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
23469         * tree-ssa-structalias.c (heapvar_lookup): Adjust for refactoring
23470         of tree_map hierarchy.
23471         * tree-cfg.c (move_stmt_r): Likewise.
23472         (new_label_mapper): Likewise.
23473         * c-tree.h (c_expand_body): Move to ...
23474         * c-common.h (c_expand_body): ... here.
23475         * c-decl.c (c_expand_body): Move to ...
23476         * c-common.c (c_expand_body): ... here.
23477         (c_common_attribute_table): Allow 1 argument for the constructor
23478         and destructor attributes.
23479         (get_priority): New function.
23480         (handle_constructor_attribute): Set DECL_INIT_PRIORITY.
23481         (handle_destructor_attribute): Set DECL_FINI_PRIORITY.
23482
23483 2007-02-24  Jan Hubicka  <jh@suse.cz>
23484
23485         PR middle-end/30509
23486         * tree-inline.c (copy_bb): Produce exact copy of EH info when
23487         copying for inlining.
23488
23489 2007-02-24  Uros Bizjak  <ubizjak@gmail.com>
23490             Jan Hubicka  <jh@suse.cz>
23491
23492         PR target/30778
23493         * i386.c (counter_mode): New function.
23494         (expand_set_or_movmem_via_loop): Use it.
23495         (expand_movmem_epilogue): Likewise; fix pasto.
23496         (ix86_expand_movmem): Do emit guard even for constant counts.
23497         (ix86_expand_setmem): Likewise.
23498
23499 2007-02-25  Nick Clifton  <nickc@redhat.com>
23500
23501         * config/frv/frv.h (ASM_OUTPUT_CASE_LABEL): Delete.
23502         (JUMP_TABLES_IN_TEXT_SECTION): Define.
23503
23504 2007-02-24  Uros Bizjak  <ubizjak@gmail.com>
23505
23506         PR target/30770
23507         * config/i386/i386.md (expand_movmem_epilogue): Fix typo, mask
23508         count argument with 0x10, not with 0x16.
23509         (expand_setmem_epilogue): Ditto.
23510
23511 2007-02-24  Mike Stump  <mrs@apple.com>
23512
23513         * config/i386/i386.c (output_pic_addr_const): Stubify optimized
23514         symbols.
23515
23516 2007-02-24  Richard Guenther  <rguenther@suse.de>
23517
23518         PR middle-end/30951
23519         * fold-const.c (fold_binary): Fold x +- CST op x for
23520         EQ_EXPR and NE_EXPR.
23521
23522 2007-02-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23523
23524         * pa.md (muldi3): Force subregs to registers in 64-bit expander.
23525
23526 2007-02-24  Jan Hubicka  <jh@suse.cz>
23527
23528         * cgraphunit.c (decide_is_function_needed): Honor
23529         -fkeep-inline-functions.
23530
23531 2007-02-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23532
23533         * builtins.c (fold_builtin_modf): New.
23534         (fold_builtin_2): Use it.
23535
23536 2007-02-24  Bernd Schmidt  <bernd.schmidt@analog.com>
23537
23538         * loop-iv.c (implies_p): Detect additional cases where A implies B.
23539         (determine_max_iter): Take additional LOOP arg; all callers changed.
23540         Lose broken logic dealing with PLUS.  Try to limit the upper bound by
23541         one using simplifications.
23542         (simplify_using_initial_values): Return if the expression becomes
23543         invalid due to altered regs.
23544
23545 2007-02-23  DJ Delorie  <dj@redhat.com>
23546
23547         * doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
23548
23549 2007-02-23  Mike Stump  <mrs@apple.com>
23550
23551         * tlink.c (scan_linker_output): Parse linker messages from
23552         darwin9's linker better.
23553
23554 2007-02-23  Steve Ellcey  <sje@cup.hp.com>
23555
23556         PR debug/29614
23557         * varpool.c (varpool_assemble_pending_decls): Set
23558         varpool_last_needed_node to null.
23559
23560 2007-02-23  DJ Delorie  <dj@redhat.com>
23561
23562         * config/i386/i386.c (ix86_data_alignment): Don't specify an
23563         alignment bigger than the object file can handle.
23564
23565 2007-02-23  Uros Bizjak  <ubizjak@gmail.com>
23566
23567         PR target/30825
23568         * config/i386/i386.md (*movdi_1_rex64, zero_extendsidi2_32,
23569         zero_extendsidi2_rex64): Penalize MMX register<->memory moves.
23570         (*movsf_1): Penalize MMX moves.
23571
23572 2007-02-23  Bernd Schmidt  <bernd.schmidt@analog.com>
23573
23574         * config/bfin/bfin.md (doloop_end): Fail for loops that can iterate
23575         2^32-1 or more times unless flag_unsafe_loop_optimizations.
23576
23577         * loop-iv.c (determine_max_iter): Moved in front of its sole user.
23578
23579 2007-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23580
23581         * builtins.c (fold_builtin_logb, fold_builtin_significand): New.
23582         (fold_builtin_1): Use them.
23583         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
23584         BUILT_IN_SIGNIFICAND.
23585
23586 2007-02-23  H.J. Lu  <hongjiu.lu@intel.com>
23587
23588         * config/i386/i386.c (bdesc_1arg): Initialize
23589         IX86_BUILTIN_MOVSHDUP and IX86_BUILTIN_MOVSLDUP with
23590         "__builtin_ia32_movshdup" and "__builtin_ia32_movsldup".
23591         (ix86_init_mmx_sse_builtins): Remove IX86_BUILTIN_MOVSHDUP
23592         and IX86_BUILTIN_MOVSLDUP.
23593
23594 2007-02-22  Paolo Bonzini  <bonzini@gnu.org>
23595
23596         PR rtl-optimization/30841
23597         * fwprop.c (propagate_rtx_1): Accept a VOIDmode replacement address.
23598
23599 2007-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23600
23601         * builtins.c (fold_builtin_frexp): New.
23602         (fold_builtin_2): Use it.
23603
23604 2007-02-22  Mark Mitchell  <mark@codesourcery.com>
23605
23606         * doc/invoke.texi (Spec Files): Document getenv spec function.
23607
23608         * gcc.c (getenv_spec_function): New function.
23609         (static_spec_functions): Add it.
23610         * config/vxworks.h (VXWORKS_TARGET_DIR): Remove.
23611         (VXWORKS_ADDITIONAL_CPP_SPEC): Use getenv to find the VxWorks
23612         header files.
23613
23614 2007-02-22  Michael Matz  <matz@suse.de
23615
23616         PR c++/29433
23617         * dwarf2out.c (add_AT_string): Call ggc_strdup once per string.
23618         (type_tag): Use lang_hooks.dwarf_name instead of DECL_NAME.
23619
23620 2007-02-22  Ian Lance Taylor  <iant@google.com>
23621
23622         PR debug/30898
23623         * dwarf2out.c (concatn_mem_loc_descriptor): New static function.
23624         (mem_loc_descriptor): Call it.
23625
23626 2007-02-22  Zdenek Dvorak  <dvorakz@suse.cz>
23627             Ira Rosen  <irar@il.ibm.com>
23628
23629         * tree-data-ref.c (ptr_ptr_may_alias_p): Take alias sets into account.
23630
23631 2007-02-22  Ira Rosen  <irar@il.ibm.com>
23632
23633         PR tree-optimization/30843
23634         * tree-vect-transform.c (vect_transform_loop): Remove strided scalar
23635         stores only after all the group is vectorized.
23636
23637 2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
23638
23639         PR tree-optimization/30858
23640         * tree-vectorizer.c (vect_is_simple_reduction): Check that the stmts
23641         in the reduction cycle have a single use in the loop.
23642         * tree-vectorizer.h (relevant): Add documentation.
23643
23644 2007-02-20  Mike Stump  <mrs@apple.com>
23645
23646         * configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
23647         * configure: Regenerate.
23648
23649 2007-02-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
23650
23651         Change the defaults of some parameters and options.
23652         * config/spu/spu-protos.h (spu_optimization_options): Declare.
23653         * config/spu/spu.c (spu_optimization_options): Add.
23654         (spu_override_options): Change params in spu_optimization_options.
23655         * config/spu/spu.h (OPTIMIZATION_OPTIONS): Define.
23656
23657         Register 127 is only 16 byte aligned when used as a frame pointer.
23658         * config/spu/spu-protos.h (spu_init_expanders): Declare.
23659         * config/spu/spu.c (spu_expand_prologue): Set REGNO_POINTER_ALIGN for
23660         HARD_FRAME_POINTER_REGNUM.
23661         (spu_legitimate_address): Use regno_aligned_for_reload.
23662         (regno_aligned_for_load): HARD_FRAME_POINTER_REGNUM is only 16 byte
23663         aligned when frame_pointer_needed is true.
23664         (spu_init_expanders): New.  Set alignment of HARD_FRAME_POINTER_REGNUM
23665         to 8 bits.
23666         * config/spu/spu.h (INIT_EXPANDERS): Define.
23667
23668         Make sure shift and rotate instructions have valid immediate operands.
23669         * config/spu/predicates.md (spu_shift_operand): Remove.
23670         * config/spu/spu.c (print_operand): Add [efghEFGH] modifiers.
23671         * config/spu/constraints.md (W, O): Extend range.
23672         * config/spu/spu.md (umask, nmask): Define.
23673         (ashl<mode>3, ashldi3, ashlti3_imm, shlqbybi_ti, shlqbi_ti, shlqby_ti,
23674         lshr<mode>3, rotm_<mode>, lshr<mode>3_imm, rotqmbybi_<mode>,
23675         rotqmbi_<mode>, rotqmby_<mode>, ashr<mode>3, rotma_<mode>,
23676         rotl<mode>3, rotlti3, rotqbybi_ti, rotqby_ti, rotqbi_ti): Use
23677         spu_nonmem_operand instead of spu_shift_operands.  Use new modifiers.
23678         (lshr<mode>3_reg): Fix rtl description.
23679
23680         Make sure mulhisi immediate operands are valid.
23681         * config/spu/predicates.md (imm_K_operand): Add.
23682         * config/spu/spu.md (mulhisi3_imm, umulhisi3_imm): Use imm_K_operand.
23683
23684         Generate constants using fsmbi and andi.
23685         * config/spu/spu.c (enum immediate_class): Add IC_FSMBI2.
23686         (print_operand, spu_split_immediate, classify_immediate,
23687         fsmbi_const_p): Handle IC_FSMBI2.
23688
23689         Correctly handle a CONST_VECTOR containing symbols.
23690         * config/spu/spu.c (print_operand): Handle HIGH correctly.
23691         (spu_split_immediate): Split CONST_VECTORs with -mlarge-mem.
23692         (immediate_load_p): Allow symbols that use 2 instructions to create.
23693         (classify_immediate, spu_builtin_splats): Don't accept a CONST_VECTOR
23694         with symbols when flag_pic is set.
23695         (const_vector_immediate_p): New.
23696         (logical_immediate_p, iohl_immediate_p, arith_immediate_p): Don't
23697         accept a CONST_VECTOR with symbols.
23698         (spu_legitimate_constant_p): Use const_vector_immediate_p.  Don't
23699         accept a CONST_VECTOR with symbols when flag_pic is set.  Handle HIGH
23700         correctly.
23701         * config/spu/spu.md (high, low): Delete.
23702         (low_<mode>): Define.
23703
23704         Remove INTRmode and INTR_REGNUM, which didn't work.
23705         * config/spu/spu.c (spu_conditional_register_usage): Remove reference
23706         of INTR_REGNUM.
23707         * config/spu/spu-builtins.md (spu_idisable, spu_ienable, set_intr,
23708         set_intr_pic, set_intr_cc, set_intr_cc_pic, set_intr_return, unnamed
23709         peephole2 pattern): Don't use INTR or 131.
23710         (movintrcc): Delete.
23711         * config/spu/spu.h (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS,
23712         CALL_USED_REGISTERS, REGISTER_NAMES, INTR_REGNUM): Remove INTR_REGNUM.
23713         * config/spu/spu.md (UNSPEC_IDISABLE, UNSPEC_IENABLE): Remove.
23714         (UNSPEC_SET_INTR): Add.
23715         * config/spu/spu-modes.def (INTR): Remove.
23716
23717         More accurate warnings about run-time relocations.
23718         * config/spu/spu.c (reloc_diagnostic): Test in_section.
23719
23720         Correctly warn about immediate arguments to specific intrinsics.
23721         * config/spu/spu.c (spu_check_builtin_parm): Handle CONST_VECTORs.
23722         (spu_expand_builtin_1): Call spu_check_builtin_parm before checking
23723         the instruction predicate.
23724
23725         Fix tree check errors with latest update.
23726         * config/spu/spu.c (expand_builtin_args, spu_expand_builtin_1): Use
23727         CALL_EXPR_ARG.
23728         (spu_expand_builtin): Use CALL_EXPR_FN.
23729
23730         Add missing specific intrinsics.
23731         * config/spu/spu-builtins.def: Add si_bisled, si_bisledd and
23732         si_bislede.
23733         * config/spu/spu_internals.h: Ditto.
23734
23735         Fix incorrect operand modifiers.
23736         * config/spu/spu-builtins.md (spu_mpy, spu_mpyu): Remove use of %H.
23737         * config/spu/spu.md (xor<mode>3): Change %S to %J.
23738
23739         Optimize one case of zero_extend of a vec_select.
23740         * config/spu/spu.md (_vec_extractv8hi_ze): Add.
23741
23742         Accept any immediate for hbr.
23743         * config/spu/spu.md (hbr): Change s constraints to i.
23744
23745 2007-02-21  Paul Brook  <paul@codesourcery.com>
23746
23747         * config/arm/arm.c (thumb2_final_prescan_insn): Don't incrememnt
23748         condexec_count when skipping USE and CLOBBER.
23749
23750 2007-02-21  Nick Clifton  <nickc@redhat.com>
23751
23752         * common.opt (Warray-bounds): Add Warning attribute.
23753         (Wstrict-overflow, Wstrict-overflow=, Wcoverage-mismatch):
23754         Likewise.
23755         (fsized-zeroes): Add Optimization attribute.
23756         (fsplit-wide-types, ftree-scev-cprop): Likewise.
23757         * c.opt (Wc++0x-compat): Add Warning attribute.
23758
23759 2007-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
23760
23761         PR middle-end/30761
23762         * reload1.c (eliminate_regs_in_insn): In the single_set special
23763         case, attempt to re-recognize the insn before falling back to
23764         having reload fix it up.
23765
23766 2007-02-20  Eric Christopher  <echristo@gmail.com>
23767
23768         * config/frv/frv.c (frv_read_argument): Take a tree and int argument.
23769         Rewrite accordingly.
23770         (frv_read_iacc_argument): Ditto.
23771         (frv_expand_set_builtin): Take a call instead of arglist, update for
23772         above changes.
23773         (frv_expand_unop_builtin): Ditto.
23774         (frv_expand_binop_builtin): Ditto.
23775         (frv_expand_cut_builtin): Ditto.
23776         (frv_expand_binopimm_builtin): Ditto.
23777         (frv_expand_voidbinop_builtin): Ditto.
23778         (frv_expand_int_void2arg): Ditto.
23779         (frv_expand_prefetches): Ditto.
23780         (frv_expand_voidtriop_builtin): Ditto.
23781         (frv_expand_voidaccop_builtin): Ditto.
23782         (frv_expand_load_builtin): Ditto.
23783         (frv_expand_store_builtin): Ditto.
23784         (frv_expand_mdpackh_builtin): Ditto.
23785         (frv_expand_mclracc_builtin): Ditto.
23786         (frv_expand_mrdacc_builtin): Ditto.
23787         (frv_expand_mwtacc_builtin): Ditto.
23788         (frv_expand_builtin): Remove usage of CALL_EXPR_ARGS, update
23789         calls for above.
23790
23791 2007-02-20  Janis Johnson  <janis187@us.ibm.com>
23792
23793         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.
23794         * configure.ac (HAVE_GAS_CMPB): Check for assembler support of the
23795         cmpb instruction.
23796         (HAVE_GAS_DFP): Check for assembler support of decimal floating
23797         point instructions.
23798         * configure: Regenerate.
23799         * config.in: Regenerate.
23800         * config/rs6000/rs6000.opt (mcmpb, mdfp): New.
23801         * config/rs6000/rs6000.c (rs6000_override_options): Add CMPB and DFP
23802         masks to power6 and power6x and to POWERPC_MASKS.
23803         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
23804         _ARCH_PWR6.
23805         * config/rs6000/rs6000.h: Check assembler support for CMPB and DFP.
23806         * config/rs6000/sysv4.opt (mprototype): Use variable, not mask.
23807         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
23808         Access PROTOTYPE as variable, not mask.
23809
23810 2007-02-20  Steven Bosscher  <steven@gcc.gnu.org>
23811
23812         * rtl.h (remove_reg_equal_equiv_notes): New prototype.
23813         * rtlanal.c (remove_reg_equal_equiv_notes): New function.
23814         * combine.c (adjust_for_new_dest): Use it.
23815         * postreload.c (reload_combine): Likewise.
23816
23817 2007-02-20  Steven Bosscher  <steven@gcc.gnu.org>
23818
23819         * rtlanal.c (find_reg_equal_equiv_note): Do not find REG_EQ*
23820         notes on an insn with multiple sets, even if single_set returns
23821         non-NULL for that insn.
23822
23823 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23824
23825         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb,
23826         scalbn and scalbln.
23827
23828 2007-02-20  Geoffrey Keating  <geoffk@apple.com>
23829
23830         * config/darwin.h (LINK_SPEC): Default -mmacosx-version-min only
23831         if user didn't pass it.
23832         * config/i386/darwin.h (CC1_SPEC): Likewise.
23833         * config/rs6000/darwin.h (CC1_SPEC): Likewise.
23834         (DARWIN_MINVERSION_SPEC): Don't depend on user's setting of
23835         -mmacosx-version-min.
23836
23837 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23838             Uros Bizjak  <ubizjak@gmail.com>
23839
23840         * optabs.h (enum optab_index): Add new OTI_scalb.
23841         (scalb_optab): Define corresponding macro.
23842         * optabs.c (init_optabs): Initialize scalb_optab.
23843         * genopinit.c (optabs): Implement scalb_optab using scalb?f3
23844         patterns.
23845         * builtins.c (expand_builtin_mathfn_2, expand_builtin): Handle
23846         BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L} and BUILT_IN_SCALBLN{,F,L}.
23847         (expand_builtin): Expand BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L}
23848         and BUILT_IN_SCALBLN{,F,L} using expand_builtin_mathfn_2 if
23849         flag_unsafe_math_optimizations is set.
23850
23851         * config/i386/i386.md (scalbxf3, scalb<mode>3): New expanders
23852         to implement scalbf, scalb and scalbl built-ins as inline x87
23853         intrinsics.
23854
23855 2007-02-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
23856             DJ Delorie <dj@redhat.com>
23857
23858         PR other/30824
23859         * diagnostic.c (diagnostic_count_diagnostic): Move -Werror logic to...
23860         (diagnostic_report_diagnostic): ... here, and turn them into real
23861         errors. If warnings are inhibited, no need to do anything.
23862
23863 2007-02-20  Uros Bizjak  <ubizjak@gmail.com>
23864
23865         * config/i386/i386.md (expm1xf2): Reorder insn sequence for
23866         better code generation.
23867
23868 2007-02-20  Ben Elliston  <bje@au.ibm.com>
23869
23870         * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;.
23871
23872 2007-02-20  Kazu Hirata  <kazu@codesourcery.com>
23873
23874         * config/alpha/alpha.c, config/alpha/alpha.md,
23875         config/alpha/lib1funcs.asm, config/alpha/vms-crt0-64.c,
23876         config/alpha/vms-psxcrt0-64.c, config/arc/arc.c,
23877         config/arc/arc.h, config/arm/arm.c, config/arm/arm.md,
23878         config/arm/lib1funcs.asm: Follow spelling conventions.
23879
23880         * config/c4x/c4x.md, config/cris/cris.c, config/crx/crx.c,
23881         config/fr30/fr30.md, config/i386/i386.h,
23882         config/iq2000/iq2000.h, config/iq2000/predicates.md,
23883         config/pa/milli64.S, config/pa/pa.c, config/pa/pa.h,
23884         config/pa/pa.md, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
23885         config/pdp11/pdp11.c, config/pdp11/pdp11.h,
23886         config/rs6000/altivec.md, config/rs6000/rs6000.c,
23887         config/s390/s390-modes.def, config/sparc/netbsd-elf.h,
23888         config/sparc/sparc.c, config/sparc/sparc.h,
23889         config/sparc/sparc.md, config/spu/constraints.md,
23890         config/spu/spu.c, config/stormy16/stormy16.md: Follow spelling
23891         conventions.
23892
23893 2007-02-20  Alan Modra  <amodra@bigpond.net.au>
23894
23895         PR target/29943
23896         * varasm.c (use_blocks_for_decl_p): Return false for decls with
23897         alias attribute.
23898
23899 2007-02-19  Kazu Hirata  <kazu@codesourcery.com>
23900
23901         * doc/invoke.texi (-ftree-lrs): Remove.
23902
23903 2007-02-19  Diego Novillo  <dnovillo@redhat.com>
23904
23905         * tree-ssa-pre.c (create_value_expr_from): Initialize POOL to
23906         NULL.
23907
23908 2007-02-19  Lee Millward  <lee.millward@codesourcery.com>
23909
23910         * config/ia64/ia64.c (ia64_expand_builtin): Use the
23911         new CALL_EXPR_FN macro for retrieving the function
23912         declaration of the input expression.
23913
23914 2007-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
23915
23916         * c.opt (Waddress): New.
23917         * common.opt (Walways-true): Delete.
23918         (Wstring-literal-comparison): Delete.
23919         * doc/invoke.texi (Warning Options): Delete -Walways-true and
23920         -Wstring-literal-comparison. Add -Waddress.
23921         (Waddress): New.
23922         (Walways-true): Delete.
23923         (Wstring-literal-comparison): Delete.
23924         * doc/extend.texi (#pragma GCC diagnostic): Use -Wformat
23925         consistently instead of -Walways-true in example.
23926         * c-opts.c (c_common_handle_option): -Waddress is enabled by -Wall.
23927         * c-typeck.c (parser_build_binary_op): Replace
23928         -Wstring-literal-comparison and -Walways-true with -Waddress.
23929         * c-common.c (c_common_truthvalue_conversion): Replace -Walways-true
23930         with -Waddress.
23931
23932 2007-02-19  Eric Botcazou  <ebotcazou@adacore.com>
23933
23934         * tree-cfg.c (dump_function_to_file): Be prepared for functions
23935         without DECL_STRUCT_FUNCTION initialized.
23936
23937 2007-02-19  Eric Botcazou  <ebotcazou@adacore.com>
23938
23939         * gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap
23940         due to calls to functions taking pointers as parameters.
23941
23942 2007-02-19  Richard Henderson  <rth@redhat.com>
23943
23944         PR debug/29558
23945         * var-tracking.c (track_expr_p): Disallow AGGREGATE_TYPE_P
23946         in memory.
23947
23948 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
23949
23950         * config/s390/s390.c (s390_call_saved_register_used,
23951         s390_function_ok_for_sibcall): Adjust the way CALL_EXPR arguments are
23952         accessed to the new scheme.
23953
23954 2007-02-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
23955
23956         * config/cris/cris.c (cris_movem_load_rest_p, cris_store_multiple_op_p)
23957         (cris_print_index, cris_print_operand, cris_print_operand_address)
23958         (cris_reload_address_legitimized, cris_rtx_costs, cris_address_cost)
23959         (cris_side_effect_mode_ok, cris_valid_pic_const, cris_split_movdx)
23960         (cris_expand_pic_call_address): Use xxx_P predicate macros instead of
23961         GET_CODE () == xxx.
23962         * config/cris/cris.h (SECONDARY_RELOAD_CLASS, EXTRA_CONSTRAINT_Q,
23963         EXTRA_CONSTRAINT_T, BDAP_INDEX_P, BIAP_INDEX_P, SIMPLE_ADDRESS_P,
23964         GO_IF_LEGITIMATE_ADDRESS): Ditto.
23965         * config/cris/cris.md (define_insns: *btst, movdi, *mov_side<mode>)
23966         (*mov_sidesisf, *mov_side<mode>_mem, *mov_sidesisf_mem)
23967         (*clear_side<mode>, movsi, *movsi_internal, *ext_sideqihi)
23968         (*ext_side<mode>si, *op_side<mode>, *op_swap_side<mode>, addsi3)
23969         (*extopqihi_side, *extop<mode>si_side, *extopqihi_swap_side)
23970         (*extop<mode>si_swap_side, addi_mul, *addi,andsi3, andhi3, ashl<mode>3)
23971         (uminsi3, call, call_value): Ditto.
23972         (define_split: indir_to_reg_split, unnamed): Ditto.
23973
23974 2007-02-19  Dorit Nuzman  <dorit@il.ibm.com>
23975
23976         PR tree-optimization/30975
23977         * tree-vect-trasnform.c (vect_get_vec_def_for_stmt_copy): Remove
23978         wrong assert.
23979
23980 2007-02-18  Eric Christopher  <echristo@gmail.com>
23981
23982         * mips.c (mips_prepare_builtin_arg): Add argnum parameter.
23983         Remove use of arglist.
23984         (mips_expand_builtin): Remove use of arglist, pass in expr.
23985         (mips_expand_builtin_direct): Rewrite handling for arglist removal.
23986         (mips_expand_builtin_movtf): Ditto.
23987         (mips_expand_builtin_compare): Ditto.
23988
23989 2007-02-19  Alexandre Oliva  <aoliva@redhat.com>
23990
23991         * tree-sra.c (sra_build_assignment): Replace assertion
23992         checking with a comment explaining why it can't be done.
23993
23994 2007-02-18  Sandra Loosemore  <sandra@codesourcery.com>
23995
23996         PR middle-end/30833
23997         * tree-dump.c (dequeue_and_dump): Add tcc_vl_exp case missed
23998         during CALL_EXPR representation conversion.
23999         * tree-ssa-propagate.c (set_rhs): Likewise.
24000
24001 2007-02-19  Alexandre Oliva  <aoliva@redhat.com>
24002
24003         * tree-sra.c (sra_build_assignment): Disable assertion checking
24004         for now.
24005
24006 2007-02-18  Roger Sayle  <roger@eyesopen.com>
24007
24008         * function.c (gimplify_parameters): Call build_gimple_modify_stmt
24009         instead of calling build2 with a GIMPLE_MODIFY_STMT.
24010         * gimple-low.c (lower_function_body, lower_builtin_setjmp):
24011         Likewise.
24012         * gimplify.c (build_stack_save_restore, gimplify_return_expr,
24013         gimplify_decl_expr,  gimplify_self_mod_expr, gimplify_cond_expr,
24014         gimplify_init_ctor_eval_range, gimple_push_cleanup,
24015         gimplify_omp_for, gimplify_omp_atomic_pipeline,
24016         gimplify_omp_atomic_mutex, gimplify_expr, gimplify_one_sizepos,
24017         force_gimple_operand): Likewise.
24018         * ipa-cp.c (constant_val_insert): Likewise.
24019         * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression,
24020         lambda_loopnest_to_gcc_loopnest, replace_uses_equiv_to_x_with_y,
24021         perfect_nestify): Likewise.
24022         * langhooks.c (lhd_omp_assignment): Likewise.
24023         * omp-low.c (lower_rec_input_clauses, lower_reduction_clauses,
24024         lower_copyprivate_clauses, lower_send_clauses,
24025         lower_send_shared_vars, expand_parallel_call,
24026         expand_omp_for_generic, expand_omp_for_static_nochunk,
24027         expand_omp_for_static_chunk, expand_omp_sections,
24028         lower_omp_single_copy, lower_omp_for_lastprivate,
24029         lower_omp_parallel, init_tmp_var, save_tmp_var): Likewise.
24030         * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
24031         tree_mod_subtract, tree_ic, tree_stringop_fixed_value):
24032         Likewise.
24033
24034 2007-02-19  Kazu Hirata  <kazu@codesourcery.com>
24035
24036         * config/sh/divtab.c, config/sh/sh.c, config/sh/sh.h,
24037         config/sh/sh.md: Follow spelling conventions.
24038
24039         * config/frv/frv.c, config/frv/frv.h, config/frv/frv.md,
24040         config/frv/predicates.md: Follow spelling conventions.
24041
24042         * config/m68k/linux-unwind.h: Fix a comment typo.
24043         * target.h: Follow spelling conventions.
24044
24045 2007-02-18  Roger Sayle  <roger@eyesopen.com>
24046
24047         PR rtl-optimization/28173
24048         * simplify-rtx.c (simplify_binary_operation_1) <IOR>: Optimize
24049         (X & C1) | C2 as C2 when (C1 & C2) == C1 and X has no side-effects.
24050         Optimize (X & C1) | C2 as X | C2 when (C1 | C2) == ~0.
24051         Canonicalize (X & C1) | C2 as (X & (C1 & ~C2)) | C2.
24052         <AND>: Canonicalize (X | C1) & C2 as (X & C2) | (C1 & C2).
24053
24054 2007-02-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24055
24056         * builtins.c (fold_builtin_load_exponent): New.
24057         (fold_builtin_2): Use it.
24058
24059 2007-02-18  Steven Bosscher  <steven@gcc.gnu.org>
24060
24061         PR rtl-optimization/30773
24062         * local-alloc.c (update_equiv_regs): Do not set reg_equiv_init
24063         if we fail to attach a REG_EQUIV note.
24064
24065 2007-02-18  David Edelsohn  <edelsohn@gnu.org>
24066             Roger Sayle  <roger@eyesopen.com>
24067
24068         * config/rs6000/rs6000.md (bswapsi2): New define_insn and splitter.
24069
24070 2007-02-18  Sandra Loosemore  <sandra@codesourcery.com>
24071
24072         * calls.c (initialize_argument_information): Pass original EXP
24073         and STRUCT_VALUE_ADDR_VALUE instead of a list of arguments.  Move
24074         code to split complex arguments here, as part of initializing the
24075         ARGS array.
24076         (expand_call): Remove code that builds a list of arguments and
24077         inserts implicit arguments into it.  Instead, just count how many
24078         implicit arguments there will be so we can determine the size of
24079         the ARGS array, and let initialize_argument_information do the work.
24080         (split_complex_values): Delete unused function.
24081
24082 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
24083
24084         * tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.
24085
24086 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
24087
24088         * calls.c (mem_overlaps_already_clobbered_arg_p): Return true
24089         for arg pointer based indexed addressing.
24090
24091 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
24092
24093         * config/ia64/ia64.h, config/ia64/ia64.md,
24094         config/ia64/predicates.md, config/ia64/sysv4.h: Follow
24095         spelling conventions.
24096
24097 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
24098
24099         * config/m68k/m68k.c (split_di): New.
24100         * config/m68k/m68k-protos.h: Declare split_di.
24101         * config/m68k/m68k.md (extendsidi2*,ashldi3*,ashrdi3*,lshrdi3*):
24102           Improve predicate handling and split constant shifts.
24103
24104 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
24105
24106         * config/m68k/m68k.md (extv,extzv,insv): disable dynamic
24107         parameter for register bitfield operations, general predicates
24108         cleanup
24109
24110 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
24111
24112         * config/m68k/linux.h (MD_UNWIND_SUPPORT): Define.
24113         * config/m68k/linux-unwind.h: New file.
24114
24115 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
24116
24117         * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
24118         config/i386/athlon.md, config/ia64/ia64.md,
24119         config/rs6000/rs6000.c, config/s390/s390.c, config/spu/spu.md,
24120         df-problems.c, df.h, fold-const.c, ipa-cp.c, ipa-inline.c,
24121         ipa-prop.h, see.c, struct-equiv.c, tree-inline.c,
24122         tree-ssa-loop-niter.c, tree-vect-analyze.c,
24123         tree-vect-transform.c: Fix comment typos.
24124
24125 2007-02-17  Kazu Hirata  <kazu@codesourcery.com>
24126
24127         * sched-deps.c (find_insn_list): Remove.
24128         * sched-int.h: Remove the prototype for find_insn_list.
24129
24130 2007-02-16  Geoffrey Keating  <geoffk@apple.com>
24131
24132         * config/darwin.h (LINK_SPEC): Always pass -macosx_version_min
24133         to linker.
24134         (DARWIN_EXTRA_SPECS): Add %(darwin_minversion).
24135         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Just call
24136         darwin_rs6000_override_options.
24137         (C_COMMON_OVERRIDE_OPTIONS): Expect
24138         darwin_macosx_version_min to be non-NULL always.
24139         (TARGET_C99_FUNCTIONS): Likewise.
24140         (CC1_SPEC): Always pass -mmacosx-version-min to cc1*.
24141         (DARWIN_MINVERSION_SPEC): New.
24142         * config/rs6000/rs6000.c (darwin_rs6000_override_options): New.
24143         * config/i386/darwin.h (CC1_SPEC): Always pass -mmacosx-version-min
24144         to cc1*.
24145         (DARWIN_MINVERSION_SPEC): New.
24146         * config/darwin.opt (mmacosx-version-min): Initialize to non-NULL
24147         value.
24148         * config/darwin-c.c (darwin_cpp_builtins): Expect
24149         darwin_macosx_version_min to be non-NULL always.
24150
24151         * config/rs6000/rs6000.c: Clean up trailing whitespace.
24152
24153 2007-02-16  Uros Bizjak  <ubizjak@gmail.com>
24154
24155         * config/i386/i386.h (x86_use_xchgb): New.
24156         (TARGET_USE_XCHGB): New macro.
24157         * config/i386/i386.c (x86_use_xchgb): Set for PENT4.
24158         * config/i386/i386.md (*rotlhi3_1 splitter, *rotrhi3_1 splitter):
24159         Split after reload into bswaphi for shifts of 8.
24160         (bswaphi_lowpart): Generate rolw insn for HImode byte swaps.
24161         (*bswaphi_lowpart_1): Generate xchgb for Q registers for TARGET_XCHGB
24162         or when optimizing for size.
24163
24164 2007-02-16  Richard Guenther  <rguenther@suse.de>
24165             Christian Bruel  <christian.bruel@st.com>
24166
24167         * fold-const.c (tree_swap_operands_p): Treat SSA_NAMEs like
24168         DECLs but prefer SSA_NAMEs over DECLs.
24169
24170 2007-02-16  Richard Guenther  <rguenther@suse.de>
24171
24172         * tree-flow-inline.h (single_imm_use_p): Remove.
24173         (zero_imm_uses_p): Likewise.
24174         * tree-ssa-coalesce.c (create_outofssa_var_map): Use has_single_use
24175         instead of single_imm_use_p.
24176         * tree-cfg.c (replace_uses_by): Use has_zero_use instead of
24177         zero_imm_uses_p.
24178
24179 2007-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24180
24181         PR other/27843
24182         * Makefile.in (SYSTEM_HEADER_DIR): Use single quotes to avoid
24183         nested double- and backquotes.
24184
24185 2007-02-15  Roger Sayle  <roger@eyesopen.com>
24186
24187         PR middle-end/30391
24188         * tree.c (expr_align): Handle MODIFY_EXPR.  GIMPLE_MODIFY_STMT
24189         should be unreachable.
24190         (build2_stat): Allow construction of MODIFY_EXPR at any time.
24191         For the time being redirect GIMPLE_MODIFY_STMT to the new
24192         (renamed) build_gimple_modify_stmt_stat.
24193         (build2_gimple_stat): Rename to...
24194         (build_gimple_modify_stmt_stat): Now longer take a CODE argument.
24195         Always build a GIMPLE_MODIFY_STMT node.
24196         * tree.h (build2_gimple, build2_gimple_stat): Delete.
24197         (build_gimple_modify_stmt, build_gimple_modify_stmt_stat): New
24198         declarations.
24199
24200         * tree-cfg.c (factor_computed_gotos, tree_merge_blocks,
24201         gimplify_val): Use build_gimple_modify_stmt instead of build2_gimple.
24202         * tree-complex.c (set_component_ssa_name, expand_complex_move,
24203         expand_complex_div_wide): Likewise.
24204         * tree-ssa-dom.c (record_equivalences_from_stmt): Likewise.
24205         * tree-ssa-loop-im.c (schedule_sm): Likewise.
24206         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Likewise.
24207         * tree-ssa-loop-manip.c (create_iv): Likewise.
24208         * tree-ssa-phiopt.c (conditional_replacement, minmax_replacement,
24209         abs_replacement): Likewise.
24210         * tree-ssa-pre.c (create_expression_by_pieces, poolify_modify_stmt,
24211         realify_fake_stores): Likewise.
24212
24213         * builtins.c (std_expand_builtin_va_start): Build a MODIFY_EXPR
24214         node rather than a GIMPLE_MODIFY_STMT node.
24215         (std_gimpify_va_arg_expr, expand_builtin_va_copy,
24216         fold_builtin_memset, fold_builtin_memory_op, do_mpfr_sincos):
24217         Likewise.
24218         (integer_valued_real_p): Handle MODIFY_EXPR, not GIMPLE_MODIFY_STMT.
24219         * expr.c (expand_expr_real_1): Handle both MODIFY_EXPR and
24220         GIMPLE_MODIFY_STMT.
24221
24222 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
24223
24224         PR middle-end/30433
24225         * fold-const.c (fold_comparison): Add back the
24226         folding of constant complex comparisions.
24227
24228 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
24229
24230         PR middle-end/30729
24231         * stmt.c (warn_if_unused_value): VA_ARG_EXPR has side
24232         effects unknown to this function, return early.
24233
24234 2007-02-15  Ian Lance Taylor  <iant@google.com>
24235
24236         * lower-subreg.c (move_eh_region_note): New static function.
24237         (resolve_simple_move): Call it.
24238         (decompose_multiword_subregs): Track blocks for which we resolve a
24239         simple move which is also a control flow insn.  Pass them to
24240         find_many_sub_basic_blocks.
24241         (pass_lower_subreg): Add TODO_verify_flow.
24242         (pass_lower_subreg2): Likewise.
24243
24244 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
24245             Brooks Moses  <brooks.moses@codesourcery.com>
24246             Lee Millward  <lee.millward@codesourcery.com>
24247
24248         * tree.h (enum tree_code_class): Add tcc_vl_exp.
24249         (VL_EXP_CLASS_P): New.
24250         (TREE_OPERAND_CHECK): Use TREE_OPERAND_LENGTH instead of
24251         TREE_CODE_LENGTH.
24252         (TREE_OPERAND_CHECK_CODE): Likewise.
24253         (GIMPLE_STMT_OPERAND_CHECK): Likewise.
24254         (TREE_RTL_OPERAND_CHECK): Likewise.
24255         (tree_operand_check_failed): Make second parameter the whole tree
24256         instead of its code.  Fixed callers.
24257         (VL_EXP_CHECK): New.
24258         (TREE_OPERAND_LENGTH): New.
24259         (VL_EXP_OPERAND_LENGTH): New.
24260         (CALL_EXPR_FN): New.
24261         (CALL_EXPR_STATIC_CHAIN): New.
24262         (CALL_EXPR_ARGS): New.
24263         (CALL_EXPR_ARG): New.
24264         (call_expr_nargs): New.
24265         (CALL_EXPR_ARGP): New.
24266         (build_nt_call_list): Declare.
24267         (build_vl_exp_stat): Declare.
24268         (build_vl_exp): New.
24269         (build_call_list): Declare.
24270         (build_call_nary): Declare.
24271         (build_call_valist): Declare.
24272         (build_call_array): Declare.
24273         (call_expr_arg): Declare.
24274         (call_expr_argp): Declare.
24275         (call_expr_arglist): Declare.
24276         (fold_build_call_list): Declare.
24277         (fold_build_call_list_initializer): Declare.
24278         (fold_call_expr): Declare to replace fold_builtin.
24279         (fold_builtin_fputs): Update to agree with modified definition.
24280         (fold_builtin_strcpy): Likewise.
24281         (fold_builtin_strncpy): Likewise.
24282         (fold_builtin_memory_chk): Likewise.
24283         (fold_builtin_stxcpy_chk): Likewise.
24284         (fold_builtin_strncpy_chk): Likewise.
24285         (fold_builtin_next_arg): Likewise.
24286         (fold_build_call_expr): Declare.
24287         (fold_builtin_call_list): Declare.
24288         (fold_builtin_call_valist): Declare.
24289         (build_call_expr): Declare.
24290         (validate_arglist): Update to agree with modified definition.
24291         (tree_operand_length): New.
24292         (call_expr_arg_iterator): New.
24293         (init_call_expr_arg_iterator): New.
24294         (next_call_expr_arg): New.
24295         (first_call_expr_arg): New.
24296         (more_call_expr_args_p): New.
24297         (FOR_EACH_CALL_EXPR_ARG): New.
24298
24299         * tree.c (tree_code_class_string): Add entries for tcc_vl_exp
24300         and tcc_gimple_stmt.
24301         (tree_code_size): Update documentation.  Use sizeof (tree) rather
24302         than sizeof (char *).
24303         (tree_size): Likewise.  Add case for tcc_vl_exp.
24304         (tree_node_structure): Add case for tcc_vl_exp.
24305         (contains_placeholder_p): Likewise.
24306         (substitute_in_expr): Likewise.
24307         (substitute_placeholder_in_expr): Likewise.
24308         (stabilize_reference_1): Likewise.
24309         (build3_stat): Remove logic for CALL_EXPRs.  Replace with assertion
24310         to diagnose breakage of this interface for constructing CALL_EXPRs.
24311         (build_nt): Add similar assertion here.
24312         (build_nt_call_list): New.
24313         (simple_cst_equal) <CALL_EXPR>: Rewrite to use new accessors.
24314         (iterative_hash_expr): Use TREE_OPERAND_LENGTH instead of
24315         TREE_CODE_LENGTH.
24316         (get_callee_fndecl): Use new CALL_EXPR accessors.
24317         (tree_operand_check_failed): Change parameters to pass entire node
24318         instead of its code, so that we can call TREE_OPERAND_LENGTH on it.
24319         (process_call_operands): New.
24320         (build_vl_exp_stat): New.
24321         (build_call_list): New.
24322         (build_call_nary): New.
24323         (build_call_valist): New.
24324         (build_call_array): New.
24325         (walk_tree): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
24326         (call_expr_arglist): New.
24327
24328         * tree.def (CALL_EXPR): Change representation of CALL_EXPRs to use
24329         tcc_vl_exp instead of a fixed-size tcc_expression.
24330
24331         * doc/c-tree.texi (CALL_EXPR): Document new representation and
24332         accessors for CALL_EXPRs.
24333         (AGGR_INIT_EXPR): Likewise.
24334
24335 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
24336             Brooks Moses  <brooks.moses@codesourcery.com>
24337             Lee Millward  <lee.millward@codesourcery.com>
24338
24339         * builtins.c (c_strlen): Return NULL_TREE instead of 0.
24340         (expand_builtin_nonlocal_goto): Change parameter to be entire
24341         CALL_EXPR instead of an arglist.  Use new CALL_EXPR accessors.
24342         (expand_builtin_prefetch): Likewise.
24343         (expand_builtin_classify_type): Likewise.
24344         (mathfn_built_in): Return NULL_TREE instead of 0.
24345         (expand_errno_check): Use new CALL_EXPR accessors.
24346         (expand_builtin_mathfn): Use new CALL_EXPR accessors and constructors.
24347         Return NULL_RTX instead of 0.
24348         (expand_builtin_mathfn_2): Likewise.
24349         (expand_builtin_mathfn_3): Likewise.
24350         (expand_builtin_interclass_mathfn): Likewise.
24351         (expand_builtin_sincos): Likewise.
24352         (expand_builtin_cexpi): Likewise.
24353         (expand_builtin_int_roundingfn): Likewise.
24354         (expand_builtin_int_roundingfn_2): Likewise.
24355         (expand_builtin_pow): Likewise.
24356         (expand_builtin_powi): Likewise.
24357         (expand_builtin_strlen): Pass entire CALL_EXPR as parameter instead
24358         of arglist, fixing callers appropriately.  Use new CALL_EXPR
24359         accessors and constructors.  Return NULL_RTX instead of 0.
24360         (expand_builtin_strstr): Likewise.
24361         (expand_builtin_strchr): Likewise.
24362         (expand_builtin_strrchr): Likewise.
24363         (expand_builtin_strpbrk): Likewise.
24364         (expand_builtin_memcpy): Likewise.
24365         (expand_builtin_mempcpy): Likewise.
24366         (expand_builtin_mempcpy_args): New.
24367         (expand_builtin_memmove): Similarly to expand_builtin_mempcpy.
24368         (expand_builtin_memmove_args): New.
24369         (expand_builtin_bcopy): Similarly to expand_builtin_mempcpy.
24370         (expand_movstr): Likewise.
24371         (expand_builtin_strcpy): Likewise.
24372         (expand_builtin_strcpy_args): New.
24373         (expand_builtin_stpcpy): Similarly to expand_builtin_strcpy.
24374         (expand_builtin_strncpy): Likewise.
24375         (expand_builtin_memset): Likewise.
24376         (expand_builtin_memset_args): New.
24377         (expand_builtin_bzero): Similarly to expand_builtin_memset.
24378         (expand_builtin_memcmp): Likewise.
24379         (expand_builtin_strcmp): Likewise.
24380         (expand_builtin_strncmp): Likewise.
24381         (expand_builtin_strcat): Likewise.
24382         (expand_builtin_strncat): Likewise.
24383         (expand_builtin_strspn): Likewise.
24384         (expand_builtin_strcspn): Likewise.
24385         (expand_builtin_args_info): Likewise.
24386         (expand_builtin_va_start): Likewise.
24387         (gimplify_va_arg_expr): Likewise.
24388         (expand_builtin_va_end): Likewise.
24389         (expand_builtin_va_copy): Likewise.
24390         (expand_builtin_frame_address): Likewise.
24391         (expand_builtin_alloca): Likewise.
24392         (expand_builtin_bswap): Likewise.
24393         (expand_builtin_unop): Likewise.
24394         (expand_builtin_fputs): Likewise.
24395         (expand_builtin_expect): Likewise.
24396         (expand_builtin_fabs): Likewise.
24397         (expand_builtin_copysign): Likewise.
24398         (expand_builtin_printf): Likewise.
24399         (expand_builtin_fprintf): Likewise.
24400         (expand_builtin_sprintf): Likewise.
24401         (expand_builtin_init_trampoline): Likewise.
24402         (expand_builtin_signbit): Likewise.
24403         (expand_builtin_fork_or_exec): Likewise.
24404         (expand_builtin_sync_operation): Likewise.
24405         (expand_builtin_compare_and_swap): Likewise.
24406         (expand_builtin_lock_test_and_set): Likewise.
24407         (expand_builtin_lock_release): Likewise.
24408         (expand_builtin): Likewise.
24409         (builtin_mathfn_code): Likewise.
24410
24411         (fold_builtin_constant_p): Pass call arguments individually instead
24412         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
24413         accessors and constructors.  Return NULL_TREE instead of 0.
24414         (fold_builtin_expect): Likewise.
24415         (fold_builtin_classify_type): Likewise.
24416         (fold_builtin_strlen): Likewise.
24417         (fold_builtin_nan): Likewise.
24418         (integer_valued_real_p): Likewise.
24419         (fold_trunc_transparent_mathfn): Likewise.
24420         (fold_fixed_mathfn): Likewise.
24421         (fold_builtin_cabs): Likewise.
24422         (fold_builtin_sqrt): Likewise.
24423         (fold_builtin_cbrt): Likewise.
24424         (fold_builtin_cos): Likewise.
24425         (fold_builtin_cosh): Likewise.
24426         (fold_builtin_tan): Likewise.
24427         (fold_builtin_sincos): Likewise.
24428         (fold_builtin_cexp): Likewise.
24429         (fold_builtin_trunc): Likewise.
24430         (fold_builtin_floor): Likewise.
24431         (fold_builtin_ceil): Likewise.
24432         (fold_builtin_round): Likewise.
24433         (fold_builtin_int_roundingfn): Likewise.
24434         (fold_builtin_bitop): Likewise.
24435         (fold_builtin_bswap): Likewise.
24436         (fold_builtin_logarithm): Likewise.
24437         (fold_builtin_hypot): Likewise.
24438         (fold_builtin_pow): Likewise.
24439         (fold_builtin_powi): Likewise.
24440         (fold_builtin_exponent): Likewise.
24441         (fold_builtin_memset): Likewise.
24442         (fold_builtin_bzero): Likewise.
24443         (fold_builtin_memory_op): Likewise.
24444         (fold_builtin_bcopy): Deleted; call site changed to invoke
24445         fold_builtin_memory_op directly.
24446         (fold_builtin_strcpy): Similarly as for fold_builtin_memory_op.
24447         (fold_builtin_strncpy): Likewise.
24448         (fold_builtin_memcmp): Likewise.
24449         (fold_builtin_strcmp): Likewise.
24450         (fold_builtin_strncmp): Likewise.
24451         (fold_builtin_signbit): Likewise.
24452         (fold_builtin_copysign): Likewise.
24453         (fold_builtin_isascii): Likewise.
24454         (fold_builtin_toascii): Likewise.
24455         (fold_builtin_isdigit): Likewise.
24456         (fold_builtin_fabs): Likewise.
24457         (fold_builtin_abs): Likewise.
24458         (fold_builtin_fmin_fmax): Likewise.
24459         (fold_builtin_carg): Likewise.
24460         (fold_builtin_classify): Likewise.
24461         (fold_builtin_unordered_cmp): Likewise.
24462
24463         (fold_builtin_0, fold_builtin_2, fold_builtin_3, fold_builtin_4):
24464         New functions split out from fold_builtin_1.
24465         (fold_builtin_n): New.
24466         (fold_builtin_varargs): New.
24467         (fold_builtin): Deleted.  Most callers changed to use fold_call_expr
24468         instead.
24469         (fold_call_expr): New.
24470         (build_function_call_expr): Rewrite to use new helper function.
24471         (fold_builtin_call_list): New.
24472         (build_call_expr): New.
24473         (fold_builtin_call_valist): New.
24474         (rewrite_call_expr): New.
24475         (validate_arg): New.
24476         (validate_arglist): Change parameter to be entire CALL_EXPR instead
24477         of an arglist.  Change return type to bool.  Use new CALL_EXPR
24478         accessors.
24479
24480         (fold_builtin_strstr): Pass call arguments individually instead
24481         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
24482         accessors and constructors.  Return NULL_TREE instead of 0.
24483         (fold_builtin_strchr): Likewise.
24484         (fold_builtin_strrchr): Likewise.
24485         (fold_builtin_strpbrk): Likewise.
24486         (fold_builtin_strcat): Likewise.
24487         (fold_builtin_strncat): Likewise.
24488         (fold_builtin_strspn): Likewise.
24489         (fold_builtin_strcspn): Likewise.
24490         (fold_builtin_fputs): Likewise.
24491         (fold_builtin_next_arg): Likewise.
24492         (fold_builtin_sprintf): Likewise.
24493
24494         (expand_builtin_object_size): Use new CALL_EXPR accessors.  Use
24495         NULL_RTX instead of 0.
24496         (expand_builtin_memory_chk): Likewise.
24497         (maybe_emit_chk_warning): Likewise.
24498         (maybe_emit_sprintf_chk_warning): Likewise.
24499
24500         (fold_builtin_object_size): Pass call arguments individually instead
24501         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
24502         accessors and constructors.  Return NULL_TREE instead of 0.
24503         (fold_builtin_memory_chk): Likewise.
24504         (fold_builtin_stxcpy_chk): Likewise.
24505         (fold_builtin_strncpy_chk): Likewise.
24506         (fold_builtin_strcat_chk): Likewise.
24507         (fold_builtin_strcat_chk): Likewise.
24508         (fold_builtin_strncat_chk): Likewise.
24509         (fold_builtin_sprintf_chk): Likewise.
24510         (fold_builtin_snprintf_chk): Likewise.
24511         (fold_builtin_printf): Likewise.
24512         (fold_builtin_vprintf): Likewise.
24513
24514         * fold-const.c (negate_expr_p): Use new CALL_EXPR accessors and
24515         constructors.
24516         (operand_equal_p): Add separate tcc_vl_exp/CALL_EXPR case.
24517         (make_range): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
24518         (extract_muldiv_1): Add VL_EXP_CLASS_P case.
24519         (fold_mathfn_compare): Use new CALL_EXPR accessors and constructors.
24520         (fold_unary): Likewise.
24521         (fold_binary): Likewise.
24522         (fold_ternary): Remove CALL_EXPR case, since they are no longer
24523         ternary expressions.
24524         (fold): Add logic for tcc_vl_exp.
24525         (fold_checksum_tree): Make it know about tcc_vl_exp.  Use
24526         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
24527         (fold_build3_stat): Add assertion to flag broken interface for
24528         constructing CALL_EXPRs.
24529         (fold_build_call_list): New.
24530         (fold_build_call_list_initializer): New.
24531         (tree_expr_nonnegative_p): Use new CALL_EXPR accessors and
24532         constructors.
24533         (fold_strip_sign_ops): Likewise.
24534
24535 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
24536             Brooks Moses  <brooks.moses@codesourcery.com>
24537             Lee Millward  <lee.millward@codesourcery.com>
24538
24539         * tree-dump.c (dequeue_and_dump) <CALL_EXPR>: Use new CALL_EXPR
24540         accessors and dump arguments explicitly.
24541
24542         * tree-pretty-print.c (do_niy): Use TREE_OPERAND_LENGTH instead of
24543         TREE_CODE_LENGTH.
24544         (dump_generic_node): Use new CALL_EXPR accessors and walk arguments
24545         explicitly.
24546         (print_call_name): Use new CALL_EXPR accessors.
24547
24548         * print-tree.c (print_node): Add case tcc_vl_exp.  Print
24549         CALL_EXPR arguments explicitly instead of as a list.  Use
24550         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
24551
24552         * tree-vrp.c (stmt_interesting_for_vrp): Use new CALL_EXPR accessors.
24553         (vrp_visit_stmt): Likewise.
24554
24555         * tree-ssa-loop-im.c (outermost_invariant_loop_expr): Make it
24556         know about tcc_vl_exp.  Use TREE_OPERAND_LENGTH instead of
24557         TREE_CODE_LENGTH.
24558         (force_move_till_expr): Likewise.
24559
24560         * targhooks.c (default_external_stack_protect_fail): Use
24561         build_call_expr instead of build_function_call_expr.
24562         (default_hidden_stack_protect_fail): Likewise.
24563
24564         * tree-complex.c (expand_complex_libcall): Use build_call_expr to
24565         build the call.
24566
24567         * cgraphbuild.c (build_cgraph_edges): Use new CALL_EXPR accessors
24568         and walk arguments explicitly.
24569
24570         * tree-ssa-loop-niter.c (simplify_replace_tree): Use
24571         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
24572         (expand_simple_operations): Likewise.
24573         (infer_loop_bounds_from_array): Use new CALL_EXPR accessors.
24574
24575         * gengtype.c (adjust_field_tree_exp): Use TREE_OPERAND_LENGTH instead
24576         of TREE_CODE_LENGTH.
24577         (walk_type): Tweak walking of arrays not to blow up on CALL_EXPRs.
24578
24579         * optabs.c (expand_widen_pattern-expr): Use TREE_OPERAND_LENGTH
24580         instead of TREE_CODE_LENGTH.
24581
24582         * value_prof.c (tree_ic): Use new CALL_EXPR accessors.
24583         (tree_ic_transform): Likewise.
24584         (interesting_stringop_to_profile_p): Pass entire CALL_EXPR as
24585         parameter instead of arglist.  Fix callers.
24586         (tree_stringop_fixed_value): Use new CALL_EXPR accessors.
24587         (tree_stringops_transform): Likewise.
24588         (tree_indirect_call_to_profile): Likewise.
24589         (tree_stringops_values_to_profile): Likewise.
24590
24591         * tree-tailcall.c (find_tail_calls): Use new CALL_EXPR iterator.
24592         (eliminate_tail_call): Likewise.
24593
24594         * ipa-cp.c (ipcp_update_callgraph): Use new CALL_EXPR accessors.
24595
24596         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
24597         Use TREE_OPERAND_LENGTH and generalize to handle any number of
24598         operands.
24599         (instantiate_parameters_1): Can't handle tcc_vl_exp here.
24600
24601         * omp-low.c (build_omp_barrier): Use build_call_expr.
24602         (lower_rec_input_clauses): Likewise.
24603         (lower_reduction_clauses): Likewise.
24604         (expand_parallel_call): Likewise.
24605         (maybe_catch_exception): Likewise.
24606         (expand_omp_for_generic): Likewise.
24607         (expand_omp_for_static_nochunk): Likewise.
24608         (expand_omp_sections): Likewise.
24609         (lower_omp_single_simple): Likewise.
24610         (lower_omp_single_copy): Likewise.
24611         (lower_omp_master): Likewise.
24612         (lower_omp_ordered): Likewise.
24613         (lower_omp_critical): Likewise.
24614
24615         * ipa-reference.c (check-call): Use new CALL_EXPR iterator.
24616         (scan_for_static_refs): Create tcc_vl_exp case for CALL_EXPR.
24617
24618         * tree-gimple.c (is_gimple_call_addr): Fix doc.
24619         (recalculate_side_effects): Use TREE_OPERAND_LENGTH instead of
24620         TREE_CODE_LENGTH.  Add tcc_vl_exp case.
24621
24622         * tree-chrec.c (chrec_contains_symbols): Use TREE_OPERAND_LENGTH
24623         and generalize to handle any number of operands.
24624         (chrec_contains_undetermined): Likewise.
24625         (tree_contains_chrecs): Likewise.
24626         (evolution_function_is_invariant_rec_p): Use TREE_OPERAND_LENGTH.
24627
24628         * cgraphunit.c (update_call_expr): Use new CALL_EXPR accessors.
24629
24630         * tree-ssa-ccp.c (ccp_fold): Use new CALL_EXPR accessors.  Use
24631         fold_call_expr instead of fold_builtin.
24632         (ccp_fold_builtin): Likewise.  Update calls into builtins.c to
24633         match declarations there.
24634         (fold_stmt): Use new CALL_EXPR constructor and accessors.  Doc
24635         updates.
24636
24637         * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Use
24638         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
24639
24640         * ipa-pure-const.c (check_call): Use new CALL_EXPR accessors.
24641         (scan_function): Add case tcc_vl_exp for CALL_EXPR.
24642
24643         * tree-stdarg.c (execute_optimize_stdarg): Use new CALL_EXPR
24644         accessors.
24645
24646         * tree-ssa-math-opts.c (execute_cse_sincos_1): Use build_call_expr.
24647         (execute_cse_sincos): Use new CALL_EXPR accessors.
24648
24649         * tree-ssa-alias.c (find_used_portions): Use new CALL_EXPR iterator.
24650
24651         * gimple-low.c (lower_function_body): Use build_call_expr.
24652         (lower_builtin_setjmp): Likewise.
24653
24654         * expr.c (emit_block_move_via_libcall): Use build_call_expr.
24655         (set_storage_via_libcall): Likewise.
24656         (safe_from_p): Add tcc_vl_exp case.  Use TREE_OPERAND_LENGTH
24657         instead of TREE_CODE_LENGTH.
24658         (expand_expr_real_1): Use new CALL_EXPR accessors.
24659
24660         * tree-browser.c (store_child_info): Use TREE_OPERAND_LENGTH and
24661         generalize to handle any number of operands.
24662         (TB_parent_eq): Likewise.
24663
24664         * predict.c (expr_expected_value): Use new CALL_EXPR accessors.
24665         (strip_builtin_expect): Likewise.
24666
24667         * function.c (gimplify_parameters): Use build_call_expr.
24668
24669         * tree-vectorizer.c (vect_is_simple_reduction): Use
24670         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
24671
24672         * ipa-type-escape.c (check_call): Use new CALL_EXPR iterators.
24673         (scan_for_refs): Add case tcc_vl_exp for CALL_EXPR.
24674
24675         * tree-data-ref.c (get_references_in_stmt): Use new CALL_EXPR
24676         iterators.
24677
24678         * gimplify.c (build_stack_save_restore): Use build_call_expr.
24679         (gimplify_decl_expr): Likewise.
24680         (gimplify_call_expr): Use fold_call_expr instead of fold_builtin.
24681         Use new CALL_EXPR iterators.
24682         (gimplify_modify_expr_to_memcpy): Use build_call_expr.
24683         (gimplify_modify_expr_to_memset): Likewise.
24684         (gimplify_variable_sized_compare): Likewise.
24685         (gimplify_omp_atomic_fetch_op): Likewise.
24686         (gimplify_omp_atomic_pipeline): Likewise.
24687         (gimplify_omp_atomic_mutex): Likewise.
24688         (gimplify_function_tree): Likewise.
24689
24690         * calls.c (alloca_call_p): Use new CALL_EXPR accessors.
24691         (call_expr_flags): Likewise.
24692         (expand_call): Likewise.
24693
24694         * except.c (expand_builtin_eh_return_data_regno): Pass entire
24695         CALL_EXPR as parameter instead of arglist.  Use new CALL_EXPR
24696         accessors.
24697
24698         * coverage.c (create_coverage): Use build_call_expr.
24699
24700         * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete.
24701         (temp_call_expr_obstack): New.
24702         (pool_copy_list): Delete.
24703         (temp_copy_call_expr): New.
24704         (phi_translate): Add case tcc_vl_exp for CALL_EXPR.  Use new
24705         CALL_EXPR accessors.  Get rid of special goo for copying argument
24706         lists and use temp_copy_call_expr instead.
24707         (valid_in_sets): Add case tcc_vl_exp for CALL_EXPR.  Use new
24708         CALL_EXPR accessors.
24709         (create_expression_by_pieces): Likewise.  Use build_call_array
24710         to construct the result instead of fold_build3.
24711         (create_value_expr_from): Add tcc_vl_exp.  Delete special goo for
24712         dealing with argument lists.
24713         (init_pre): Remove references to expression_node_pool and
24714         list_node_pool.  Init temp_call_expr_obstack instead.
24715         (fini_pre): Remove references to expression_node_pool and
24716         list_node_pool.
24717
24718         * tree-sra.c (sra_walk_call_expr): Use new CALL_EXPR accessors
24719         and walk arguments explicitly instead of as a list.
24720
24721         * tree-mudflap.c (mf_build_check_statement_for): Use build_call_expr.
24722         (mx_register_decls): Likewise.
24723         (mudflap_register_call): Likewise.
24724         (mudflap_finish_file): Likewise.
24725
24726         * ipa-prop.c (ipa_callsite_compute_count): Use new CALL_EXPR accessors.
24727         (ipa_callsite_compute_param): Likewise.
24728
24729         * tree-vect-patterns.c (vect_recog_pow_pattern): Use new CALL_EXPR
24730         accessors and constructor.
24731
24732         * tree-nested.c (convert_nl_goto_reference): Use new CALL_EXPR
24733         accessors and constructor.
24734         (convert_tramp_reference): Likewise.
24735         (convert_call_expr): Likewise.
24736         (finalize_nesting_tree_1): Likewise.
24737
24738         * tree-ssa.c (tree_ssa_useless_type_conversion): Use new CALL_EXPR
24739         accessors.
24740
24741         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Use build_call_expr.
24742
24743         * tree-inline.c (initialize_inlined_parameters): Pass entire
24744         CALL_EXPR as parameter instead of arglist.  Use new CALL_EXPR
24745         accessors.
24746         (estimate_num_insns_1): Use new CALL_EXPR accessors.
24747         (expand_call_inline): Tidy up call to initialize_inlined_parameters.
24748
24749         * tree-vect-transform.c (vect_create_epilog_for_reduction): Use
24750         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
24751         (vectorizable_reduction): Likewise.
24752         (vectorizable_call): Use new CALL_EXPR iterators.
24753         (vectorizable_conversion): Use build_call_expr.
24754         (vectorizable_operation): Use TREE_OPERAND_LENGTH.
24755         (vect_gen_widened_results_half): Use build_call_expr.
24756         (vect_setup_realignment): Likewise.
24757         (vectorizable_live_operation): Use TREE_OPERAND_LENGTH.
24758
24759         * tree-object-size.c (alloc_object_size): Use new CALL_EXPR accessors.
24760         (pass_through_call): Likewise.
24761         (compute_object_sizes): Likewise.  Use fold_call_expr instead of
24762         fold_builtin.
24763
24764         * tree-profile.c (tree_gen_interval_profiler): Use build_call_expr.
24765         (tree_gen_pow2_profiler): Likewise.
24766         (tree_gen_one_value_profiler): Likewise.
24767         (tree_gen_ic_func_profiler): Likewise.
24768         (tree_gen_average_profiler): Likewise.
24769         (tree_gen_ior_profiler): Likewise.
24770
24771         * tree-ssa-structalias.c (get_constraint_for): Add case tcc_vl_exp.
24772         (find_func_aliases): Use new CALL_EXPR accessors.  Add case
24773         tcc_vl_exp.  Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
24774
24775         * tree-ssa-reassoc.c (get_rank): Use TREE_OPERAND_LENGTH instead
24776         of TREE_CODE_LENGTH.
24777
24778         * stmt.c (warn_if_unused_value): Use TREE_OPERAND_LENGTH instead
24779         of TREE_CODE_LENGTH.
24780
24781         * convert.c (convert_to_real): Use new CALL_EXPR accessors and
24782         constructor.
24783         (convert_to_integer): Likewise.
24784
24785         * tree-ssa-operands.c (get_call_expr_operands): Use new CALL_EXPR
24786         accessors.
24787
24788 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
24789             Brooks Moses  <brooks.moses@codesourcery.com>
24790             Lee Millward  <lee.millward@codesourcery.com>
24791
24792         * config/alpha/alpha.c (alpha_expand_builtin): Use new CALL_EXPR
24793         accessors.
24794         * config/frv/frv.c (frv_expand_builtin): Likewise.
24795         * config/s390/s390.c (s390_expand_builtin): Likewise.
24796
24797         * config/sparc/sparc.c (sparc_gimplify_va_arg): Use build_call_expr.
24798         (sparc_expand_builtin): Use new CALL_EXPR accessors.
24799
24800         * config/i386/i386.c (ix86_function_ok_for_sibcall): Likewise.
24801         (ix86_expand_binop_builtin): Pass entire CALL_EXPR as parameter
24802         instead of arglist.  Use new CALL_EXPR accessors on it.  Fix callers.
24803         (ix86_expand_store_builtin): Likewise.
24804         (ix86_expand_unop_builtin): Likewise.
24805         (ix86_expand_unop1_builtin): Likewise.
24806         (ix86_expand_sse_compare): Likewise.
24807         (ix86_expand_sse_comi): Likewise.
24808         (ix86_expand_vec_init_builtin): Likewise.
24809         (ix86_expand_vec_ext_builtin): Likewise.
24810         (ix86_expand_vec_set_builtin): Likewise.
24811         (ix86_expand_builtin): Use new CALL_EXPR accessors.
24812
24813         * config/sh/sh.c (sh_expand_builtin): Use new CALL_EXPR accessors.
24814         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
24815
24816         * config/iq2000/iq2000.c (expand_one_builtin): Pass entire CALL_EXPR
24817         instead of arglist.  Use new CALL_EXPR accessors.  Fix callers.
24818         (iq2000_expand_builtin): Use new CALL_EXPR accessors.
24819
24820         * config/rs6000/rs6000-c.c (altivec_build_resolved_builtin): Use
24821         build_call_expr.
24822         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
24823         (rs6000_expand_unop_builtin): Pass entire CALL_EXPR instead of
24824         arglist.  Use new CALL_EXPR accessors.  Fix callers.
24825         (altivec_expand_abs_builtin): Likewise.
24826         (rs6000_expand_binop_builtin): Likewise.
24827         (altivec_expand_predicate_builtin): Likewise.
24828         (altivec_expand_lv_builtin): Likewise.
24829         (spe_expand_stv_builtin): Likewise.
24830         (altivec_expand_stv_builtin): Likewise.
24831         (rs6000_expand_ternop_builtin): Likewise.
24832         (altivec_expand_ld_builtin): Use new CALL_EXPR accessors.
24833         (altivec_expand_st_builtin): Likewise.
24834         (altivec_expand_dst_builtin): Likewise.
24835         (altivec_expand_vec_init_builtin): Pass entire CALL_EXPR instead of
24836         arglist.  Use new CALL_EXPR accessors.  Fix callers.
24837         (altivec_expand_vec_set_builtin): Likewise.
24838         (altivec_expand_vec_ext_builtin): Likewise.
24839         (altivec_expand_builtin): Use new CALL_EXPR accessors.
24840         (spe_expand_builtin): Likewise.
24841         (spe_expand_predicate_builtin): Pass entire CALL_EXPR instead of
24842         arglist.  Use new CALL_EXPR accessors.  Fix callers.
24843         (spe_expand_evsel_builtin): Likewise.
24844         (rs6000_expand_builtin): Use new CALL_EXPR accessors.  VCFUX and
24845         FCFSX cases must construct whole new CALL_EXPR, not just arglist.
24846
24847         * config/arm/arm.c (arm_expand_binop_builtin): Pass entire CALL_EXPR
24848         instead of arglist.  Use new CALL_EXPR accessors.  Fix callers.
24849         (arm_expand_unop_builtin): Likewise.
24850         (arm_expand_builtin): Use new CALL_EXPR accessors.
24851
24852         * config/mips/mips.c (mips_expand_builtin): Use new CALL_EXPR
24853         accessors.
24854
24855         * config/bfin/bfin.c (bfin_expand_binop_builtin): Pass entire
24856         CALL_EXPR instead of arglist.  Use new CALL_EXPR accessors.
24857         Fix callers.
24858         (bfin_expand_unop_builtin): Likewise.
24859         (bfin_expand_builtin): Use new CALL_EXPR accessors.
24860
24861 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
24862             Brooks Moses  <brooks.moses@codesourcery.com>
24863             Lee Millward  <lee.millward@codesourcery.com>
24864
24865         * c-semantics.c (build_stmt): Add internal diagnostic check.
24866
24867         * c-pretty-print.c (pp_c_postfix_expression): Use new CALL_EXPR
24868         accessors.  Print arguments explicitly instead of as a list.
24869
24870         * c-typeck.c (build_function_call): Use new CALL_EXPR constructors.
24871
24872         * c-omp.c (c_finish_omp_barrier): Use build_call_expr.
24873         (c_finish_omp_flish): Likewise.
24874
24875         * c-common.c (verify_tree): Use new CALL_EXPR accessors.  Traverse
24876         arguments explicitly instead of as a list.  Use TREE_OPERAND_LENGTH
24877         instead of TREE_CODE_LENGTH.
24878         (check_function_arguments_recurse): Use new CALL_EXPR accessors.
24879         (c_warn_unused_result): Likewise.
24880
24881 2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
24882
24883         PR c/26494
24884         * doc/invoke.texi (Warning Options): Remove
24885         -Werror-implicit-function-declaration.
24886         (Wimplicit-function-declaration): Update description.
24887         * opts.c (common_handle_option): Move handling of -Werror=* to...
24888         (enable_warning_as_error): ...here.
24889         * opts.h (enable_warning_as_error): Declare.
24890         * c-decl.c (implicit_decl_warning): Unless
24891         -Wno-implicit-function-declaration is given, emit a pedwarn if
24892         -std=c99 or emit a warning if -Wimplicit-function-declaration.
24893         * c.opt (Wimplicit-function-declaration): Replace
24894         mesg_implicit_function_declaration with
24895         warn_implicit_function_declaration.
24896         * c-opts.c (c_common_handle_option):
24897         -Werror-implicit-function-declaration is exactly equal as
24898         -Werror=implicit-function-declaration.
24899         (set_Wimplicit): Replace mesg_implicit_function_declaration with
24900         warn_implicit_function_declaration.
24901         (c_common_post_options): -Wimplict-function-declaration is enabled
24902         by default by -std=c99, otherwise is disabled by default.
24903         * c-objc-common.c (c_objc_common_init): Remove flawed logic.
24904
24905 2007-02-15  Eric Botcazou  <ebotcazou@adacore.com>
24906
24907         * gimplify.c (gimplify_modify_expr): During gimplification, attach a
24908         DECL on the rhs to a DECL on the lhs for debug info purposes if the
24909         former is ignored but not the latter.
24910
24911 2007-02-15  Eric Botcazou  <ebotcazou@adacore.com>
24912
24913         * expr.c (expand_expr_real_1) <normal_inner_ref>: If a temporary
24914         is made and the reference doesn't use the alias set of its type,
24915         do not create the temporary using that type.
24916
24917 2007-02-15  Aldy Hernandez  <aldyh@redhat.com>
24918
24919         * jump.c: Remove prototypes for delete_computation and
24920         delete_prior_computation.
24921
24922 2007-02-15  Paolo Bonzini  <bonzini@gnu.org>
24923
24924         * jump.c (get_label_after): Delete.
24925         (get_label_before, delete_computation, delete_jump,
24926         delete_prior_computation, follow_jumps): Move...
24927         * reorg.c (delete_computation, delete_prior_computation): ... here...
24928         (get_label_before, delete_jump): ... making these static ...
24929         (follow_jumps): ... and simplifying this since it only runs after
24930         reload.
24931         * rtl.h (get_label_after, get_label_before, delete_jump,
24932         follow_jumps): Delete prototypes.
24933
24934 2007-02-15  Paolo Bonzini  <bonzini@gnu.org>
24935
24936         * caller-save.c (save_call_clobbered_regs): Do not process sibcalls.
24937
24938 2007-02-15  Nick Clifton  <nickc@redhat.com>
24939
24940         * varasm.c (default_asm_output_anchor): Prepend * to . symbol in
24941         order to prevent it from being munged by the target.
24942
24943 2007-02-15  Uros Bizjak  <ubizjak@gmail.com>
24944
24945         * config/i386/i386.md: Remove misleading comment.
24946
24947 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
24948
24949         * config/frv/frv.md (reload_incc, reload_outcc, reload_incc_uns,
24950         reload_outcc_uns, reload_incc_nz, reload_outcc_nz): Remove
24951         invalid patterns.
24952
24953 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
24954
24955         * tree-sra.c (instantiate_missing_elements): Canonicalize
24956         bit-field types.
24957         (sra_build_assignment): New.
24958         (generate_copy_inout, generate_element_copy,
24959         generate_element_zero, generate_one_element_init): Use it.
24960
24961 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
24962
24963         * tree-sra.c (instantiate_missing_elements): Canonicalize
24964         bit-field types.
24965         (sra_build_assignment): New.
24966         (generate_copy_inout, generate_element_copy,
24967         generate_element_zero, generate_one_element_init): Use it.
24968
24969 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
24970
24971         * dwarf2out.c (dwarf2out_finish): Accept namespaces as context of
24972         limbo die nodes.
24973
24974 2007-02-14  Joseph Myers  <joseph@codesourcery.com>
24975
24976         * emit-rtl.c (set_mem_attributes_minus_bitpos): Treat complex
24977         types as aggregates not scalars.
24978         * function.c (assign_stack_temp_for_type): Likewise.
24979
24980 2007-02-14  Roger Sayle  <roger@eyesopen.com>
24981             Zdenek Dvorak  <dvorakz@suse.cz>
24982
24983         * tree-dump.c (dump_switch_p_1): Require exact match of the option
24984         name.
24985
24986 2007-02-14  Zdenek Dvorak  <dvorakz@suse.cz>
24987
24988         * passes.c (next_pass_1): Clear the next field of the copied
24989         pass structure.
24990
24991 2007-02-14  Richard Henderson  <rth@redhat.com>
24992
24993         * tree-sra.c (early_sra): New.
24994         (decl_can_be_decomposed_p): Deny va_list if early_sra.
24995         (tree_sra_early, pass_sra_early): New.
24996         * tree-pass.h (pass_sra_early): Declare.
24997         * passes.c (init_optimization_passes): Use it.
24998
24999 2007-02-14  Richard Guenther  <rguenther@suse.de>
25000
25001         * flags.h (issue_strict_overflow_warning): Convert to a macro.
25002
25003 2007-02-14  Dorit Nuzman  <dorit@il.ibm.com>
25004
25005          PR tree-optimization/30771
25006         * tree-vect-analyze.c (vect_determine_vectorization_factor): Traverse
25007         also phi nodes.
25008         (vect_analyze_operations): Induction phis can now be marked as
25009         used_in_loop.
25010         (vect_mark_stmts_to_be_vectorized): No special treatment for phis.
25011         Update documentation accordingly.
25012
25013 2007-02-14  Nick Clifton  <nickc@redhat.com>
25014
25015         * builtin-types.def (DEF_FUNCTION_TYPE_x): Do not imply that at
25016         most 3 arguments are supported.
25017         (DEF_FUNCTION_TYPE_VAR_5): Fix typo in its description.
25018
25019 2007-02-13  Seongbae Park <seongbae.park@gmail.com>
25020
25021         * bitmap.c (bitmap_and, bitmap_and_compl, bitmap_xor):
25022         Ensure dst->current is valid.
25023
25024 2007-02-13  Paul Brook  <paul@codesourcery.com>
25025
25026         * config.gcc: Add arm*-*-uclinux-*eabi.
25027         * config/arm/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Define.
25028         (SUBTARGET_EXTRA_LINK_SPEC): Define.
25029         (STARTFILE_SPEC, ENDFILE_SPEC): Remove broken -shared handling.
25030         (LINK_GCC_C_SEQUENCE_SPEC): Undef.
25031         (LINK_SPEC): Define.
25032         (LIB_SPEC): Define.
25033         * config/arm/arm.c (arm_override_options): Use r9 as EABI PIC
25034         register.
25035         * config/arm/uclinux-eabi.h: New file.
25036         * config/arm/linux-eabi.h (WCHAR_TYPE): Remove.
25037         * config/arm/linux-gas.h (WCHAR_TYPE): Use unsigned long on AAPCS
25038         based targets.
25039
25040 2007-02-13  Ian Lance Taylor  <iant@google.com>
25041
25042         * common.opt: Add Wstrict-overflow and Wstrict-overflow=.
25043         * flags.h (warn_strict_overflow): Declare.
25044         (enum warn_strict_overflow_code): Define.
25045         (issue_strict_overflow_warning): New static inline function.
25046         * opts.c (warn_strict_overflow): New variable.
25047         (common_handle_option): Handle OPT_Wstrict_overflow and
25048         OPT_Wstrict_overflow_.
25049         * c-opts.c (c_common_handle_option): Set warn_strict_overflow for
25050         OPT_Wall.
25051         * fold-const.c: Include intl.h.
25052         (fold_deferring_overflow_warnings): New static variable.
25053         (fold_deferred_overflow_warning): New static variable.
25054         (fold_deferred_overflow_code): New static variable.
25055         (fold_defer_overflow_warnings): New function.
25056         (fold_undefer_overflow_warnings): New function.
25057         (fold_undefer_and_ignore_overflow_warnings): New function.
25058         (fold_deferring_overflow_warnings_p): New function.
25059         (fold_overflow_warning): New static function.
25060         (make_range): Add strict_overflow_p parameter.  Change all
25061         callers.
25062         (extract_muldiv, extract_muldiv_1): Likewise.
25063         (fold_unary) [ABS_EXPR]: Check ABS_EXPR before calling
25064         tree_expr_nonnegative_p.
25065         (fold_negate_expr): Call fold_overflow_warning.
25066         (fold_range_test): Likewise.
25067         (fold_comparison): Likewise.
25068         (fold_binary): Likewise.  Call tree_expr_nonnegative_warnv_p
25069         instead of tree_expr_nonnegative_p.
25070         (tree_expr_nonnegative_warnv_p): Rename from
25071         tree_expr_nonnegative_p, add strict_overflow_p parameter.
25072         (tree_expr_nonnegative_p): New function.
25073         (tree_expr_nonzero_warnv_p): Rename from tree_expr_nonzero_p, add
25074         strict_overflow_p parameter.
25075         (tree_expr_nonzero_p): New function.
25076         * passes.c (verify_interpass_invariants): New static function.
25077         (execute_one_pass): Call it.
25078         * tree-ssa-loop-niter.c (expand_simple_operations): Ignore fold
25079         warnings.
25080         (number_of_iterations_exit, loop_niter_by_eval): Likewise.
25081         (estimate_numbers_of_iterations): Likewise.
25082         (scev_probably_wraps_p): Likewise.
25083         * tree-ssa-ccp.c: Include "toplev.h".
25084         (evaluate_stmt): Defer fold overflow warnings until we know we are
25085         going to optimize.
25086         (struct fold_stmt_r_data): Add stmt field.
25087         (fold_stmt_r): Defer fold overflow warnings until we know we
25088         optimized.
25089         (fold_stmt): Initialize stmt field of fold_stmt_r_data.
25090         (fold_stmt_inplace): Likewise.
25091         * tree-cfgcleanup.c: Include "toplev.h" rather than "errors.h".
25092         (cleanup_control_expr_graph): Defer fold overflow warnings until
25093         we know we are going to optimize.
25094         * tree-cfg.c (fold_cond_expr_cond): Likewise.
25095         * tree-ssa-threadedge.c (simplify_control_stmt_condition):
25096         Likewise.
25097         * tree-vrp.c (vrp_expr_computes_nonnegative): Call
25098         tree_expr_nonnegative_warnv_p instead of tree_expr_nonnegative_p.
25099         * tree-ssa-loop-manip.c (create_iv): Likewise.
25100         * c-typeck.c (build_conditional_expr): Likewise.
25101         (build_binary_op): Likewise.
25102         * tree-vrp.c (vrp_expr_computes_nonzero): Call
25103         tree_expr_nonzero_warnv_p instead of tree_expr_nonzero_p.
25104         (extract_range_from_unary_expr): Likewise.
25105         * simplify-rtx.c (simplify_const_relational_operation): Warn when
25106         assuming that signed overflow does not occur.
25107         * c-common.c (pointer_int_sum): Ignore fold overflow warnings.
25108         * tree.h (tree_expr_nonnegative_warnv_p): Declare.
25109         (fold_defer_overflow_warnings): Declare.
25110         (fold_undefer_overflow_warnings): Declare.
25111         (fold_undefer_and_ignore_overflow_warnings): Declare.
25112         (fold_deferring_overflow_warnings_p): Declare.
25113         (tree_expr_nonzero_warnv_p): Declare.
25114         * doc/invoke.texi (Option Summary): Add -Wstrict-overflow to list
25115         of warning options.
25116         (Warning Options): Document -Wstrict-overflow.
25117         * Makefile.in (tree-ssa-threadedge.o): Depend on toplev.h.
25118         (tree-ssa-ccp.o): Likewise.
25119         (tree-cfgcleanup.o): Change errors.h dependency to toplev.h.
25120         (fold-const.o): Depend on intl.h.
25121
25122 2007-02-13  Ian Lance Taylor  <iant@google.com>
25123
25124         PR middle-end/30751
25125         * lower-subreg.c (resolve_simple_move): Decompose subregs in
25126         addresses.
25127
25128 2007-02-13  Stuart Hastings  <stuart@apple.com>
25129
25130         * config/i386/i386.md (fixuns_truncdfhi2): Require SSE2.
25131
25132 2007-02-13  Richard Henderson  <rth@redhat.com>
25133
25134         * config/alpha/alpha.c (alpha_stdarg_optimize_hook): Strip
25135         handled_component_p before looking for the indirect_ref.
25136
25137 2007-02-13  Richard Henderson  <rth@redhat.com>
25138
25139         * config/i386/i386.md (bswapsi_1): Rename from bswapsi2,
25140         remove flags clobber.
25141         (bswapsi2): New expander, emit code for !TARGET_BSWAP.
25142         (bswaphi_lowpart): New.
25143         (bswapdi2): Rename from bswapdi2_rex, remove flags clobber,
25144         remove TARGET_BSWAP test.  Delete expander of the same name.
25145
25146         * optabs.c (widen_bswap, expand_doubleword_bswap): New.
25147         (expand_unop): Use them.
25148
25149 2007-02-13  Uros Bizjak  <ubizjak@gmail.com>
25150
25151         * config/i386/i386.md (cmpdi_ccno_1_rex64, *cmpsi_ccno_1,
25152         *cmphi_ccno_1, *cmpqi_ccno_1, *movsi_xor, *movstricthi_xor,
25153         *movstrictqi_xor, *movdi_xor_rex64, *ashldi3_1_rex64,
25154         *ashldi3_cmp_rex64, *ashldi3_cconly_rex64, ashlsi3, *ashlsi3_1_zext,
25155         *ashlsi3_cmp, *ashlsi3_cconly, *ashlsi3_cmp_zext, *ashlhi3_1_lea,
25156         *ashlhi3_1, *ashlhi3_cmp, *ashlhi3_cconly, *ashlqi3_1_lea,
25157         *ashlqi3_1, *ashlqi3_cmp, *ashlqi3_cconly): Remove equivalent
25158         assembler dialect choice from asm templates.
25159
25160 2007-02-12  Richard Henderson  <rth@redhat.com>
25161
25162         * config/i386/i386.md (fixuns_trunc<SSEMODEF>si_1): New insn.
25163         (fixuns_trunc<SSEMODEF>si2): Use it.
25164         * config/i386/sse.md (vec_setv4sf_0): Export.
25165         * config/i386/i386.c (ix86_build_const_vector): Export.
25166         (ix86_split_convert_uns_si_sse): Rename from
25167         ix86_expand_convert_uns_si_sse and rewrite as a splitter.
25168         * config/i386/i386-protos.h: Update.
25169
25170 2007-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25171
25172         PR c/29521
25173         * c-typeck.c (c_finish_return): Improve warning message.
25174
25175 2007-02-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25176
25177         * alias.c (find_symbolic_term): Delete unused function.
25178
25179 2007-02-12  Uros Bizjak  <ubizjak@gmail.com>
25180
25181         * config/i386/i386.md (paritydi2, paritysi2): New expanders.
25182         (paritydi2_cmp, paritydi2_cmp): New insn and split patterns.
25183         (*parityhi2_cmp, *parityqi2_cmp): New insn patterns.
25184
25185 2007-02-12  Eric Botcazou  <ebotcazou@adacore.com>
25186
25187         * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
25188         * cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on
25189         the function, temporarily point the debug interface to the null one.
25190
25191 2007-02-12  Eric Botcazou  <ebotcazou@adacore.com>
25192
25193         * dwarf2out.c (round_up_to_align): New static function.
25194         (field_byte_offset): Use it to round the offset.
25195
25196 2007-02-12  Richard Henderson  <rth@redhat.com>
25197
25198         * config/alpha/alpha.md (bswapsi2, bswapdi2): New.
25199         (inswl_const): Export.
25200
25201 2007-02-12  Richard Henderson  <rth@redhat.com>
25202
25203         * calls.c (emit_library_call_value_1): If PROMOTE_MODE modifed the
25204         result mode of the libcall, convert back to outmode.
25205
25206 2007-02-12  Roger Sayle  <roger@eyesopen.com>
25207
25208         * config/i386/i386.md (*bswapdi2_rex): Renamed from bswapdi2.
25209         (bswapdi2): New define_expand to implement 32-bit implementation.
25210
25211 2007-02-12  Nick Clifton  <nickc@redhat.com>
25212
25213         * doc/invoke.texi (Overall Options): Document --help=.
25214         * gcc.c (target_help_flag): Rename to print_subprocess_flag.
25215         (cc1_options): Pass --help= on to cc1.
25216         (display_help): Add description of --help=.
25217         (process_command): Add code to handle --help=.  Allow translated
25218         --help and --target-help switches to be passed on to compiler
25219         sub-process.
25220         (main): Remove unused if statement.
25221         * opts.c (columns): Remove.
25222         (LEFT_COLUMN): Define.
25223         (wrap_help): Add columns argument.
25224         (print_filtered_help): Change parameters to be an include bitmask,
25225         an exclude bitmask, an any bitmask and the column width.  Move the
25226         code to display the params list here.  Add code to display the
25227         status of options rather than their descriptions if the quiet flag
25228         is not active.
25229         (print_specific_help): Change parameters to be an include bitmask,
25230         an exclude bitmask and an any bitmask.  Move code to look up the
25231         column width here.  Decide upon the title for an options listing.
25232         (common_handle_options): Add code to handle --help=.  Adapt code
25233         for --help and --target-help to use the revised form of the
25234         print_specific_help function.
25235         (print_help): Delete.
25236         (print_param_help): Delete.
25237         (print_switch): Delete.
25238         * opts.h (cl_lang_count): Add prototype.
25239         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_MIN_OPTION_CLASS,
25240         CL_MAX_OPTION_CLASS): New defines.
25241         * optc-gen.awk: Add construction of cl_lang_count.
25242         * c.opt: Add Warning attribute to warning options and Optimization
25243         attribute to optimization options.
25244         * common.opt: Likewise.
25245         Add --help=.
25246         Add -fhelp and -ftarget-help as aliases for the transformed --help
25247         and --target-help options.
25248         * opt-functions.awk: Add code to handle Warning and Optimization
25249         attributes.
25250
25251 2007-02-12  Richard Henderson  <rth@redhat.com>
25252
25253         * config/alpha/constraints.md: New file.
25254         * config/alpha/alpha.c: Include tm-constrs.h.
25255         (alpha_const_ok_for_letter_p, alpha_const_double_ok_for_letter_p,
25256         alpha_extra_constraint): Remove.
25257         (alpha_emit_conditional_branch): Use satisfies_constraint_*.
25258         * config/alpha/alpha-protos.h: Update.
25259         * config/alpha/alpha.h (REG_CLASS_FROM_LETTER): Remove.
25260         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Remove.
25261         (EXTRA_CONSTRAINT): Remove.
25262         * config/alpha/alpha.md: Include constraints.md.
25263         (adddi splitter): Use satisfies_constraint_*.
25264         * config/alpha/predicates.md (add_operand): Likewise.
25265         (sext_add_operand, addition_operation): Likewise.
25266
25267 2007-02-12  Dorit Nuzman  <dorit@il.ibm.com>
25268
25269         PR tree-optimization/29145
25270         * tree-data-ref.c (base_addr_differ_p): Make us more conservative
25271         in our handling of restrict qualified pointers.
25272
25273 2007-02-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25274
25275         PR middle-end/7651
25276         * doc/invoke.texi (Wunused-value): Update description.
25277         (Wextra): Delete item.
25278         * opts.c (set_Wextra): Don't use the value of Wextra to set the
25279         value of Wunused-value.
25280         * c-typeck.c (c_process_expr_stmt): Don't check extra_warnings.
25281         (c_finish_stmt_expr): Don't check extra_warnings.
25282         (emit_side_effect_warnings): The caller is responsible to check
25283         warn_unused_value.
25284
25285 2007-02-11  Roger Sayle  <roger@eyesopen.com>
25286             Matt Thomas  <matt@3am-software.com>
25287
25288         * simplify-rtx.c (simplify_relational_operation_1): Correct typo.
25289
25290 2007-02-11  Roger Sayle  <roger@eyesopen.com>
25291
25292         * simplify-rtx.c (simplify_relational_operation_1): Optimize
25293         comparisons of POPCOUNT against zero.
25294         (simplify_const_relational_operation): Likewise.
25295
25296 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25297
25298         * doc/invoke.texi (Wextra): Delete outdated paragraph.
25299
25300 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25301
25302         * dwarf2out.c (root_type): Delete unused function.
25303
25304 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25305
25306         * genattrtab.c (contained_in_p): Delete unused function.
25307         (write_expr_attr_cache): Likewise.
25308
25309 2007-02-11  Jan Hubicka  <jh@suse.cz>
25310
25311         * ipa-inline.c (cgraph_edge_badness): Add "else" missing in the
25312         previous patch.
25313
25314 2007-02-11  Steven Bosscher  <steven@gcc.gnu.org>
25315
25316         * fwprop.c (try_fwprop_subst): Use set_unique_reg_note
25317         to add the REG_EQ* note.
25318         * see.c (see_merge_one_use_extension): Likewise.
25319         * local-alloc.c (update_equiv_regs): Likewise.  Also don't
25320         turn REG_EQUAL notes into REG_EQUIV notes if the target
25321         register may have more than one set.
25322         * function.c (assign_parm_setup_reg): Use set_unique_reg_note.
25323         * gcse.c (try_replace_reg): Likewise.
25324         * alias.c (init_alias_analysis): Use find_reg_equal_equiv_note.
25325         * calls.c (fixup_tail_calls): Likewise.  Abort if there is
25326         more than one REG_EQUIV note.
25327         * reload1.c (gen_reload): Use set_unique_reg_note.
25328
25329 2007-02-11  Uros Bizjak  <ubizjak@gmail.com>
25330
25331         * config/i386/i386.c (TARGET_VECTORIZE_BUILTIN_CONVERSION): Define.
25332         (ix86_builtin_conversion): New function.
25333
25334 2007-02-06  Mark Mitchell  <mark@codesourcery.com>
25335
25336         PR target/29487
25337         * tree.h (DECL_REPLACEABLE_P): New macro.
25338         * except.c (set_nothrow_function_flags): Likewise.
25339
25340 2007-02-11  Tehila Meyzels  <tehila@il.ibm.com>
25341             Ira Rosen  <irar@il.ibm.com>
25342             Dorit Nuzman  <dorit@il.ibm.com>
25343
25344         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.
25345         * targhooks.c (default_builtin_vectorized_conversion): New.
25346         * targhooks.h (default_builtin_vectorized_function): New declaration.
25347         * target.h (struct vectorize): Add builtin_conversion field.
25348         * tree-vectorizer.h (type_conversion_vec_info_type): New enum
25349         stmt_vec_info_type value.
25350         (vectorizable_conversion): New declaration.
25351         * tree-vect-analyze.c (vect_analyze_operations): Add
25352         vectorizable_conversion call.
25353         * target-def.h (TARGET_VECTORIZE_BUILTIN_CONVERSION): New.
25354         * tree-vect-transform.c (vectorizable_conversion): New function.
25355         (vect_transform_stmt): Add case for type_conversion_vec_info_type.
25356         * tree-vect-generic.c (expand_vector_operations_1): Consider correct
25357         mode.
25358         * config/rs6000/rs6000.c (rs6000_builtin_conversion): New.
25359         (TARGET_VECTORIZE_BUILTIN_CONVERSION): Defined.
25360         (rs6000_expand_builtin): Add handling a case of ALTIVEC_BUILTIN_VCFUX
25361         or ALTIVEC_BUILTIN_VCFSX.
25362
25363 2007-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
25364
25365         PR target/30634
25366         * pa.md (movdf): For 64-bit target, fail if operand 1 is a non-zero
25367         CONST_DOUBLE and operand 0 is a hard register.
25368         (movdi): For 64-bit target, remove code to force CONST_DOUBLE to
25369         memory.  Fail if operand 1 is a non-zero CONST_INT and operand 0
25370         is a hard floating-point register.
25371
25372 2007-02-10  Richard Henderson  <rth@redhat.com>
25373             Jakub Jelinek  <jakub@redhat.com>
25374             Alexandre Oliva  <aoliva@redhat.com>
25375
25376         * Makefile.in (libgcc-support, libgcc.mvars): Add emutls.c.
25377         * builtin-types.def (BT_WORD): Make unsigned.
25378         (BT_FN_VOID_PTR_WORD_WORD_PTR): New.
25379         * builtins.def (BUILT_IN_EMUTLS_GET_ADDRESS): New.
25380         (BUILT_IN_EMUTLS_REGISTER_COMMON): New.
25381         * c-decl.c (grokdeclarator): Don't error if !have_tls.
25382         * c-parser.c (c_parser_omp_threadprivate): Likewise.
25383         * dwarf2out.c (loc_descriptor_from_tree_1): Don't do anything for
25384         emulated tls.
25385         * expr.c (emutls_var_address): New.
25386         (expand_expr_real_1): Expand emulated tls.
25387         (expand_expr_addr_expr_1): Likewise.
25388         * libgcc-std.ver: Add __emutls_get_address, __emutls_register_common.
25389         * output.h (emutls_finish): Declare.
25390         * toplev.c (compile_file): Call it.
25391         * tree-ssa-address.c (gen_addr_rtx): Check for const-ness of the
25392         address before wrapping in CONST.
25393         * varasm.c (emutls_htab, emutls_object_type): New.
25394         (EMUTLS_VAR_PREFIX, EMUTLS_TMPL_PREFIX): New.
25395         (get_emutls_object_name, get_emutls_object_type): New.
25396         (get_emutls_init_templ_addr, emutls_decl): New.
25397         (emutls_common_1, emutls_finish): New.
25398         (assemble_variable): When emulating tls, swap decls; generate
25399         constructor for the emutls objects.
25400         (do_assemble_alias): When emulating tls, swap decl and target name.
25401         (default_encode_section_info): Don't add SYMBOL_FLAG_TLS_SHIFT
25402         for emulated tls.
25403         * varpool.c (decide_is_variable_needed): Look at force_output.
25404         Recurse for emulated tls.
25405         (cgraph_varpool_remove_unreferenced_decls): Remove checks redundant
25406         with decide_is_variable_needed.
25407         * emutls.c: New file.
25408         * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): Only emit
25409         tls_object for real tls.
25410
25411 2007-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
25412
25413         PR rtl-optimization/29599
25414         * reload1.c (eliminate_regs_in_insn): Take the destination
25415         mode into account when computing the offset.
25416
25417 2007-02-09  Stuart Hastings  <stuart@apple.com>
25418             Richard Henderson  <rth@redhat.com>
25419
25420         * config/i386/i386.h (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
25421         * config/i386/darwin.h: (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
25422         * config/i386/i386.md (fixuns_trunc<mode>si2, fixuns_truncsfhi2,
25423         fixuns_truncdfhi2): New.
25424         (fix_truncsfdi_sse): Call ix86_expand_convert_sign_didf_sse.
25425         (floatunsdidf2): Call ix86_expand_convert_uns_didf_sse.
25426         (floatunssisf2): Add call to ix86_expand_convert_uns_sisf_sse.
25427         (floatunssidf2): Allow nonimmediate source.
25428         * config/i386/sse.md (movdi_to_sse): New.
25429         (vec_concatv2di): Drop '*'.
25430         * config/i386/i386-protos.h (ix86_expand_convert_uns_si_sse,
25431         ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
25432         ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse):
25433         New.
25434         * config/i386/i386.c (ix86_expand_convert_uns_si_sse,
25435         ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
25436         ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse,
25437         ix86_build_const_vector, ix86_expand_vector_init_one_nonzero): New.
25438         (ix86_build_signbit_mask): Fix decl of v, refactor to call
25439         ix86_build_const_vector.
25440         (x86_emit_floatuns): Rewrite.
25441
25442 2007-02-10  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25443
25444         * genautomata.c (longest_path_length): Delete unused function.
25445         (struct state): Delete unused longest_path_length.
25446         (UNDEFINED_LONGEST_PATH_LENGTH): Delete unused macro.
25447         (get_free_state): Delete unused.
25448
25449 2007-02-09  Jan Hubicka  <jh@suse.cz>
25450
25451         * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
25452         * doc/invoke.texi (inline-unit-growth): Update default value.
25453
25454         * Makefile.in (passes.o, ipa-inline.o): Add dependencies.
25455         * cgraphbuild.c (build_cgraph_edges): Compute frequencies.
25456         (rebuild_cgraph_edges): Likewise.
25457         * cgraph.c (cgraph_set_call_stmt): Add new argument frequency.
25458         (dump_cgraph_node): Dump frequencies.
25459         (cgraph_clone_edge): Add frequency scales.
25460         (cgraph_clone_node): Add freuqnecy.
25461         * cgraph.h (cgraph_edge): Add freuqnecy argument.
25462         (CGRAPH_FREQ_BASE, CGRAPH_FREQ_MAX): New constants.
25463         (cgraph_create_edge, cgraph_clone_edge, cgraph_clone_node): Update.
25464         * tree-pass.h (TODO_rebuild_frequencies): New constant.
25465         * cgraphunit.c (verify_cgraph_node): Verify frequencies.
25466         (cgraph_copy_node_for_versioning): Update call of cgraph_clone_edge.
25467         (save_inline_function_body): Likewise.
25468         * ipa-inline.c: inluce rtl.h
25469         (cgraph_clone_inlined_nods): Update call of cgraph_clone_node.
25470         (cgraph_edge_badness): Use frequencies.
25471         (cgraph_decide_recursive_inlining): Update clonning.
25472         (cgraph_decide_inlining_of_small_function): Dump frequency.
25473         * predict.c (estimate_bb_frequencies): Export.
25474         * predict.h (estimate_bb_frequencies): Declare.
25475         * tree-inline.c (copy_bb): Watch overflows.
25476         (expand_call_inline): Update call of cgraph_create_edge.
25477         (optimize_inline_calls): Use TODO flags to update frequnecies.
25478         * passes.h: Include predict.h
25479         (init_optimization_passes): Move profile ahead.
25480         (execute_function_todo): Handle TODO_rebuild_frequencies.
25481
25482 2007-02-09  Roger Sayle  <roger@eyesopen.com>
25483
25484         * config/alpha/alpha.c (emit_insxl): Force the first operand of
25485         the insbl or inswl pattern into a register.
25486
25487 2007-02-09  Roger Sayle  <roger@eyesopen.com>
25488
25489         * config/ia64/ia64.md (bswapdi2): New define_insn.
25490
25491 2007-02-09  Richard Henderson  <rth@redhat.com>
25492
25493         * config/i386/constraints.md (Ym): New constraint.
25494         * config/i386/i386.md (movsi_1): Change Y2 to Yi constraints.
25495         (movdi_1_rex64): Split sse and xmm general register moves from
25496         memory move alternatives.  Use conditional register constraints.
25497         (movsf_1, movdf_integer): Likewise.
25498         (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
25499         (movdf_integer_rex64): New.
25500         (pushsf_rex64): Fix output constraints.
25501         * config/i386/sse.md (sse2_loadld): Split rm alternative, use Yi.
25502         (sse2_stored): Likewise.
25503         (sse2_storeq_rex64): New.
25504         * config/i386/i386.c (x86_inter_unit_moves): Enable for not
25505         amd and not generic.
25506         (ix86_secondary_memory_needed): Don't bypass TARGET_INTER_UNIT_MOVES
25507         for optimize_size.  Remove SF/DFmode hack.
25508
25509 2007-02-09  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
25510
25511         * config/i386/driver-i386.c: Turn on -mtune=native for AMDFAM10.
25512         (bit_SSE4a): New.
25513
25514 2007-02-09  Nathan Sidwell  <nathan@codesourcery.com>
25515             Richard Sandiford  <richard@codesourcery.com>
25516
25517         * config.gcc (m68010-*-netbsdelf*, m68k*-*-netbsdelf*)
25518         (m68k*-*-openbsd*, m68k-*-linux*): Set default_cf_cpu.
25519         (m68k-*-aout*, m68k-*-coff*, m68k-*-uclinux*, m68k-*-rtems*): Add
25520         m68k/t-mlib to tmake_file.
25521         (m68020-*-elf*, m68k-*-elf*): Likewise.  Add t-m68kbare as well.
25522         (m68k*-*-*): Use --with-arch to pick a default for --with-cpu.
25523         (m680[012]0-*-*, m68k*-*-*): Add support for --with-arch.
25524         Allow it to be cf or m68k.  Set m68k_arch_family.  If that
25525         variable is not empty, add t-$m68k_arch_family to tmake_file.
25526         Add t-mlibs to tmake_file.
25527         * doc/install.texi: Document --with-arch=m68k and --with-arch=cf.
25528         * config/m68k/t-cf: New file.
25529         * config/m68k/t-m68k: Likewise.
25530         * config/m68k/t-mlibs: Likewise.
25531         * config/m68k/t-m68kbare (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
25532         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
25533         (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
25534         * config/m68k/t-m68kelf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
25535         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS, LIBGCC, INSTALL_LIBGCC):
25536         Delete.
25537         * config/m68k/t-openbsd (MULTILIB_OPTIONS, LIBGCC): Delete.
25538         (INSTALL_LIBGCC): Delete.
25539         (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
25540         * config/m68k/t-rtems (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
25541         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
25542         (M68K_MLIB_CPU): Define.
25543         * config/m68k/t-uclinux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
25544         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
25545         (M68K_MLIB_CPU, M68K_MLIB_OPTIONS, M68K_MLIB_DIRNAMES): Define.
25546
25547 2007-02-09  Zdenek Dvorak  <dvorakz@suse.cz>
25548             Richard Guenther  <rguenther@suse.de>
25549
25550         PR middle-end/23361
25551         * fold-const.c (fold_comparison): Handle obfuscated comparisons
25552         against INT_MIN/INT_MAX.
25553         * tree-ssa-loop-ivcanon.c (remove_empty_loop): Print to dump
25554         file if a loop is removed.
25555
25556 2007-02-09  Joseph Myers  <joseph@codesourcery.com>
25557
25558         * calls.c (store_one_arg): Pass correct alignment to
25559         emit_push_insn for non-BLKmode values.
25560         * expr.c (emit_push_insn): If STRICT_ALIGNMENT, copy to an
25561         unaligned stack slot via a suitably aligned slot.
25562
25563 2007-02-08  DJ Delorie  <dj@redhat.com>
25564
25565         * config/m32c/m32c.c (m32c_unpend_compare): Add default to silence
25566         warnings.
25567         (legal_subregs): Use unsigned char, make const.
25568         (m32c_illegal_subreg_p): Use ARRAY_SIZE.  Delete unused variables.
25569
25570 2007-02-08  Paul Brook  <paul@codesourcery.com>
25571
25572         * config/arm/lib1funcs.asm (RETLDM): Pop directly into PC when no
25573         special interworking needed.
25574
25575 2007-02-08  Harsha Jagasia  <harsha.jagasia@amd.com>
25576
25577         * config/i386/xmmintrin.h: Make inclusion of emmintrin.h
25578         conditional to __SSE2__.
25579         (Entries below should have been added to first ChangeLog
25580         entry for amdfam10 dated 2007-02-05)
25581         * config/i386/emmintrin.h: Generate #error if __SSE2__ is not
25582         defined.
25583         * config/i386/pmmintrin.h: Generate #error if __SSE3__ is not
25584         defined.
25585         * config/i386/tmmintrin.h: Generate #error if __SSSE3__ is not
25586         defined.
25587
25588 2007-02-08  DJ Delorie  <dj@redhat.com>
25589
25590         * config/m32c/m32c-protos.h (m32c_illegal_subreg_p): New.
25591         * config/m32c/m32c.c (legal_subregs): New.
25592         (m32c_illegal_subreg_p): New.
25593         * config/m32c/predicates.md (m32c_any_operand): Use it to reject
25594         unsupported subregs of hard regs.
25595
25596 2007-02-08  Jan Hubicka  <jh@suse.cz>
25597
25598         * tree-cfg.c (bsi_replace): Shortcut when replacing the statement with
25599         the same one; always update histograms.
25600
25601 2007-02-08  Diego Novillo  <dnovillo@redhat.com>
25602
25603         * passes.c (init_optimization_passes): Tidy comment.
25604
25605 2007-02-08  Roger Sayle  <roger@eyesopen.com>
25606
25607         * simplify-rtx.c (simplify_unary_operation_1) <POPCOUNT>: We can
25608         strip zero_extend, bswap and rotates from POCOUNT's argument.
25609         <PARITY>: Likewise, we can strip not, bswap, sign_extend,
25610         zero_extend and rotates from PARITY's argument.
25611         <BSWAP>: A byte-swap followed by a byte-swap is an identity.
25612         (simplify_const_unary_operation) <BSWAP>: Evaluate the byte-swap
25613         of an integer constant at compile-time.
25614
25615 2007-02-08  Diego Novillo  <dnovillo@redhat.com>
25616
25617         PR 30562
25618         * tree-flow.h (struct var_ann_d): Remove field 'is_used'.
25619         Update all users.
25620         * tree-ssa-alias.c (compute_is_aliased): Remove.  Update all
25621         users.
25622         (init_alias_info):
25623         * tree-ssa-live.c (remove_unused_locals): Do not remove
25624         TREE_ADDRESSABLE variables.
25625         * tree-ssa-structalias.c (compute_points_to_sets): Tidy.
25626         * tree-ssa-operands.c (add_virtual_operand): Remove argument
25627         FOR_CLOBBER.  Update all users.
25628         If VAR has an associated alias set, add a virtual operand for
25629         it if no alias is found to conflict with the memory reference.
25630
25631 2007-02-07  Jan Hubicka  <jh@suse.cz>
25632             Robert Kidd <rkidd@crhc.uiuc.edu>
25633
25634         * value-prof.c (visit_hist, free_hist): Return 1 instead of 0.
25635
25636 2007-02-07  Ian Lance Taylor  <iant@google.com>
25637
25638         * lower-subreg.c (simple_move): Reject PARTIAL_INT modes.
25639
25640 2007-02-07  Roger Sayle  <roger@eyesopen.com>
25641
25642         * config/rs6000/rs6000.md (ctz<mode>2, ffs<mode>2, popcount<mode>2,
25643         parity<mode>2, smulsi3_highpart, abstf2_internal, allocate_stack,
25644         tablejumpdi, movsi_to_cr_one): Remove constraints from
25645         define_expand's match_operands.
25646
25647 2007-02-07  Roger Sayle  <roger@eyesopen.com>
25648
25649         * global.c (compute_regsets): Move declatation of "i" inside of
25650         #ifdef ELIMINABLE_REGS to avoid unused variable bootstrap failure.
25651
25652 2007-02-07  Jakub Jelinek  <jakub@redhat.com>
25653
25654         PR c++/30703
25655         * gimplify.c (gimplify_scan_omp_clauses): Remove special casing
25656         of INDIRECT_REF <RESULT_DECL>.
25657
25658         * config/i386/i386.c (override_options): Set PTA_SSSE3 for core2.
25659
25660 2007-02-06  J"orn Rennecke  <joern.rennecke@arc.com>
25661             Kaz Kojima  <kkojima@gcc.gnu.org>
25662
25663         PR target/29746
25664         * config/sh/sh.c (expand_cbranchdi4): Use scratch register
25665         properly.
25666         (sh_initialize_trampoline): Add parentheses to avoid a warning.
25667
25668 2007-02-06  Zdenek Dvorak <dvorakz@suse.cz>
25669
25670         * doc/loop.texi: Document possibility not to perform disambiguation
25671         of loops with multiple latches.
25672         * cfgloopmanip.c (alp_enum_p): Removed.
25673         (add_loop): Handle subloops.  Use get_loop_body_with_size.
25674         (create_preheader): Do not allow ENTRY_BLOCK_PTR to be preheader.
25675         * cfghooks.c (redirect_edge_and_branch_force): Set dominator for
25676         the new forwarder block.
25677         (make_forwarder_block): Only call new_bb_cbk if it is not NULL.
25678         Handle the case latch is NULL.
25679         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Avoid cfg
25680         modifications when marking loop exits.
25681         * ifcvt.c (if_convert): Ditto.  Mark loop exits even if cfg cannot
25682         be modified.
25683         * loop-init.c (loop_optimizer_init): Do not modify cfg.  Call
25684         disambiguate_loops_with_multiple_latches.
25685         * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Calculate dominators
25686         before fix_loop_structure.
25687         * cfgloop.c: Include pointer-set.h and output.h.
25688         (canonicalize_loop_headers, HEADER_BLOCK, LATCH_EDGE,
25689         update_latch_info, mfb_keep_just, mfb_keep_nonlatch): Removed.
25690         (get_loop_latch_edges, find_subloop_latch_edge_by_profile,
25691         find_subloop_latch_edge_by_ivs, find_subloop_latch_edge,
25692         mfb_redirect_edges_in_set, form_subloop, merge_latch_edges,
25693         disambiguate_multiple_latches, get_loop_body_with_size,
25694         disambiguate_loops_with_multiple_latches): New functions.
25695         (flow_loop_dump): Dump multiple latch edges.
25696         (flow_loop_nodes_find): Handle loops with multiple latches.
25697         (flow_loops_find): Ditto. Do not call canonicalize_loop_headers.
25698         (glb_enum_p): Modified.
25699         (get_loop_body): Use get_loop_body_with_size.
25700         * cfgloop.h (LOOPS_HAVE_RECORDED_EXITS): New flag.
25701         (AVOID_CFG_MODIFICATIONS): New constant.
25702         (disambiguate_loops_with_multiple_latches, add_loop,
25703         get_loop_body_with_size): Declare.
25704         * Makefile.in (cfgloop.o): Add pointer-set.h and output.h.
25705
25706 2007-02-06  Seongbae Park <seongbae.park@gmail.com>
25707
25708         PR inline-asm/28686
25709         * global.c (compute_regsets): New function.
25710         (global_alloc): Refactored ELIMINABLE_REGSET
25711         and NO_GLOBAL_ALLOC_REGS computation out.
25712         (rest_of_handle_global_alloc): Call compute_regsets()
25713         for non-optimizing case.
25714
25715 2007-02-06  Richard Henderson  <rth@redhat.com>
25716
25717         * config/i386/constraints.md (Y2): Rename from Y.
25718         (Yi): New constraint.
25719         * config/i386/i386.md (movsi_1, movdi_2, pushdf_nointeger,
25720         pushdf_integer, movdf_nointeger, movdf_integer, zero_extendsidi2_32,
25721         zero_extendsidi2_rex64, truncxfdf2_mixed): Change Y constraints to Y2.
25722         (extendsfdf2_mixed, extendsfdf2_sse, truncdfsf_fast_mixed,
25723         truncdfsf_fast_sse, truncdfsf_mixed, fix_truncdfdi_sse,
25724         fix_truncdfsi_sse, floatsidf2_mixed, floatsidf2_sse,
25725         floatdidf2_mixed, floatdidf2_sse, absnegdf2_mixed,
25726         absnegdf2_sse, sse_setccdf, fop_df_comm_mixed, fop_df_comm_sse,
25727         fop_df_1_mixed, fop_df_1_sse): Change Y constraints to x.
25728         * config/i386/mmx.md (mov<MMXMODEI>_internal_rex64,
25729         mov<MMXMODEI>_internal, movv2sf_internal_rex64, movv2sf_internal,
25730         vec_extractv2si_1): Change Y constraints to Y2.
25731         * config/i386/sse.md (vec_setv4sf_0, vec_concatv2df, vec_dupv4si,
25732         vec_dupv2di, sse2_concatv2si, vec_concatv4si_1, vec_concatv2di):
25733         Change Y constraints to Y2.
25734         (sse2_loadld): Change Y constraints to x.
25735
25736 2007-02-06  Roger Sayle  <roger@eyesopen.com>
25737
25738         * config/rs6000/rs6000.md (popcount<mode>2): Rewrite.
25739         (parity<mode>2): New define_expand using rs6000_emit_parity.
25740         * config/rs6000/rs6000.c (rs6000_emit_popcount,
25741         rs6000_emit_parity): New functions.
25742         * config/rs6000/rs6000-protos.h (rs6000_emit_popcount,
25743         rs6000_emit_parity): Prototype here.
25744
25745 2007-02-06  Ian Lance Taylor  <iant@google.com>
25746
25747         * lower-subreg.c (simple_move_operand): Reject CONST.
25748         (resolve_clobber): Call validate_change rather than directly
25749         assigning to XEXP (pat, 0).
25750
25751 2006-02-06  Paolo Bonzini  <bonzini@gnu.org>
25752
25753         * Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.
25754         (tree-ssa-reassoc.o): Add pointer-set.h dependency.
25755         (tree-cfg.o): Remove hashtab.h dependency.
25756
25757         * tree-ssa-loop-ivopts.c: Include pointer-set.h.
25758         (struct ivopts_data): Change niters to pointer_map_t.
25759         (struct nfe_cache_elt, nfe_hash, nfe_eq): Delete.
25760         (niter_for_exit): Create pointer_map on demand.  Change for
25761         pointer_map API.
25762         (tree_ssa_iv_optimize_init): Initialize data->niters to NULL.
25763         (free_loop_data): Destroy data->niters if created and reset field.
25764         (tree_ssa_iv_optimize_finalize): Don't delete data->niters here.
25765         (tree_ssa_iv_optimize_loop): Check for presence of stale data.
25766
25767         * tree-ssa-reassoc.c: Include pointer-set.h.
25768         (bb_rank): Change to long *.
25769         (operand_rank): Change to pointer_map_t.
25770         (find_operand_rank): Return long, -1 if not found.  Declare as inline.
25771         (insert_operand_rank): Accept long.
25772         (operand_entry_hash, operand_entry_eq): Remove.
25773         (get_rank): Return long.  Adjust for changes above.
25774         (init_reassoc): Change rank type to long.  Adjust creation of bb_rank
25775         and operand_rank.
25776         (fini_reassoc): Delete operand_rank with pointer_map_destroy.
25777
25778         * tree-ssa-structalias.c (vi_for_tree): Change to pointer_map.
25779         (struct tree_vi, tree_vi_t, tree_vi_hash, tree_vi_eq): Delete.
25780         (insert_vi_for_tree): Rewrite for pointer_map API.  Assert argument
25781         is not NULL.
25782         (lookup_vi_for_tree): Rewrite for pointer_map API.  Return varinfo_t
25783         directly since it cannot be NULL.
25784         (get_vi_for_tree): Rewrite for pointer_map API.
25785         (find_what_p_points_to): Adjust for change to lookup_vi_for_tree.
25786         (init_alias_vars): Create vi_for_tree as pointer_map.
25787         (delete_points_to_sets): Delete vi_for_tree using pointer_map_destroy.
25788
25789         * tree-cfg.c: Don't include hashtab.h.
25790         (edge_to_cases): Declare as pointer_map.
25791         (struct edge_to_cases_elt, edge_to_cases_hash, edge_to_cases_eq):
25792         Delete.
25793         (edge_to_cases_cleanup): Rewrite as pointer_map_traverse callback.
25794         (start_recording_case_labels): Create edge_to_cases as pointer_map.
25795         (end_recoding_case_labels): Cleanup edge_to_cases manually before
25796         destroying it.
25797         (record_switch_edge): Delete.
25798         (get_cases_for_edge): Adjust for pointer_map API, inline
25799         record_switch_edge (rewritten for new API), remove goto.
25800
25801 2006-02-06  Paolo Bonzini  <bonzini@gnu.org>
25802
25803         * Makefile.in (tree-nested.o): Add pointer-set.h dependency.
25804         * tree-nested.c: Include pointer-set.h.
25805         (var_map_elt, var_map_eq, var_map_hash): Delete.
25806         (struct nesting_info): Remove GTY marker.  Change the two htab_t's
25807         to pointer_map_t's.
25808         (nesting_info_bitmap_obstack): New.
25809         (lookup_field_for_decl): Adjust for pointer_map API.
25810         (lookup_tramp_for_decl): Adjust for pointer_map API.
25811         (get_nonlocal_debug_decl): Adjust for pointer_map API.
25812         (get_local_debug_decl): Adjust for pointer_map API.
25813         (convert_nl_goto_reference): Adjust for pointer_map API.
25814         (convert_nl_goto_receiver): Adjust for pointer_map API.
25815         (create_nesting_tree): Create outside GGC space.  Create bitmap on
25816         the new obstack.  Create field_map and var_map as pointer_maps.
25817         (free_nesting_tree): Adjust for changes to create_nesting_tree.
25818         (root): Delete.
25819         (lower_nested_functions): Move root here, no need to NULL it.
25820         Initialize and release the obstack.
25821
25822 2007-02-06  Paolo Bonzini  <bonzini@gnu.org>
25823
25824         * tree.c (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p):
25825         Remove prototypes and make them non-static.
25826         (struct tree_int_map): Remove.
25827         * tree.h (struct tree_int_map): Move here, turning TO into an
25828         unsigned int.
25829         (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p): Declare.
25830
25831         * tree.h (TREE_COMPLEXITY): Remove.
25832         (struct tree_exp): Remove complexity field.
25833         * tree.c (build1_stat): Don't set it.
25834
25835 2007-02-06  Dorit Nuzman  <dorit@il.ibm.com>
25836             Victor Kaplansky  <victork@il.ibm.com>
25837
25838         * tree-vectorizer.c (vect_is_simple_use): Support induction.
25839         (vect_is_simple_reduction): Support reduction with induction as
25840         one of the operands.
25841         (vect_is_simple_iv_evolution): Fix formatting.
25842         * tree-vect-analyze.c (vect_mark_stmts_to_be_vectorized): Fix
25843         formatting.  Don't mark induction phis for vectorization.
25844         (vect_analyze_scalar_cycles): Analyze all inductions, then reductions.
25845         * tree-vect-transform.c (get_initial_def_for_induction): New function.
25846         (vect_get_vec_def_for_operand): Support induction.
25847         (vect_get_vec_def_for_stmt_copy): Fix formatting and add check for
25848         induction case.
25849         (vectorizable_reduction): Support reduction with induction as one of
25850         the operands.
25851         (vectorizable_type_demotion): Use def-type of stmt argument rather
25852         than dummy def-type.
25853
25854         * tree-ssa-loop.c (gate_scev_const_prop): Return the value of
25855         flag_tree_scev_cprop.
25856         * common.opt (tree-scev-cprop): New flag.
25857
25858         * tree-vect-transform.c (vect_create_destination_var): Use 'kind' in
25859         call to vect_get_new_vect_var.
25860
25861 2007-02-06  Ira Rosen  <irar@il.ibm.com>
25862
25863         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Check that
25864         vectype is not NULL.
25865         (vect_pattern_recog_1): Likewise.
25866
25867 2007-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25868
25869         * fold-const.c (negate_expr_p): Handle CONJ_EXPR.
25870         (fold_negate_expr): Likewise.
25871
25872 2007-02-05  Alexandre Oliva  <aoliva@redhat.com>
25873
25874         PR debug/30189
25875         * dwarf2out.c (modified_type_die): Follow DECL_ORIGINAL_TYPE
25876         even if cv-qualification is the same.
25877
25878 2007-02-05  Geoffrey Keating  <geoffk@apple.com>
25879
25880         * config/rs6000/darwin-tramp.asm (__trampoline_setup): Call
25881         __enable_execute_stack on completion.
25882
25883 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
25884
25885         * config/i386/athlon.md (athlon_fldxf_k8, athlon_fld_k8,
25886         athlon_fstxf_k8, athlon_fst_k8, athlon_fist, athlon_fmov,
25887         athlon_fadd_load, athlon_fadd_load_k8, athlon_fadd, athlon_fmul,
25888         athlon_fmul_load, athlon_fmul_load_k8, athlon_fsgn,
25889         athlon_fdiv_load, athlon_fdiv_load_k8, athlon_fdiv_k8,
25890         athlon_fpspc_load, athlon_fpspc, athlon_fcmov_load,
25891         athlon_fcmov_load_k8, athlon_fcmov_k8, athlon_fcomi_load_k8,
25892         athlon_fcomi, athlon_fcom_load_k8, athlon_fcom): Added amdfam10.
25893
25894 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
25895
25896         * config/i386/i386.md (x86_sahf_1, cmpfp_i_mixed, cmpfp_i_sse,
25897         cmpfp_i_i387, cmpfp_iu_mixed, cmpfp_iu_sse, cmpfp_iu_387,
25898         swapsi, swaphi_1, swapqi_1, swapdi_rex64, fix_truncsfdi_sse,
25899         fix_truncdfdi_sse, fix_truncsfsi_sse, fix_truncdfsi_sse,
25900         x86_fldcw_1, floatsisf2_mixed, floatsisf2_sse, floatdisf2_mixed,
25901         floatdisf2_sse, floatsidf2_mixed, floatsidf2_sse,
25902         floatdidf2_mixed, floatdidf2_sse, muldi3_1_rex64, mulsi3_1,
25903         mulsi3_1_zext, mulhi3_1, mulqi3_1, umulqihi3_1, mulqihi3_insn,
25904         umulditi3_insn, umulsidi3_insn, mulditi3_insn, mulsidi3_insn,
25905         umuldi3_highpart_rex64, umulsi3_highpart_insn,
25906         umulsi3_highpart_zext, smuldi3_highpart_rex64,
25907         smulsi3_highpart_insn, smulsi3_highpart_zext, x86_64_shld,
25908         x86_shld_1, x86_64_shrd, sqrtsf2_mixed, sqrtsf2_sse,
25909         sqrtsf2_i387, sqrtdf2_mixed, sqrtdf2_sse, sqrtdf2_i387,
25910         sqrtextendsfdf2_i387, sqrtxf2, sqrtextendsfxf2_i387,
25911         sqrtextenddfxf2_i387): Added amdfam10_decode.
25912
25913         * config/i386/athlon.md (athlon_idirect_amdfam10,
25914         athlon_ivector_amdfam10, athlon_idirect_load_amdfam10,
25915         athlon_ivector_load_amdfam10, athlon_idirect_both_amdfam10,
25916         athlon_ivector_both_amdfam10, athlon_idirect_store_amdfam10,
25917         athlon_ivector_store_amdfam10): New define_insn_reservation.
25918         (athlon_idirect_loadmov, athlon_idirect_movstore): Added
25919         amdfam10.
25920
25921 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
25922
25923         * config/i386/athlon.md (athlon_call_amdfam10,
25924         athlon_pop_amdfam10, athlon_lea_amdfam10): New
25925         define_insn_reservation.
25926         (athlon_branch, athlon_push, athlon_leave_k8, athlon_imul_k8,
25927         athlon_imul_k8_DI, athlon_imul_mem_k8, athlon_imul_mem_k8_DI,
25928         athlon_idiv, athlon_idiv_mem, athlon_str): Added amdfam10.
25929
25930 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
25931
25932         * config/i386/athlon.md (athlon_sseld_amdfam10,
25933         athlon_mmxld_amdfam10, athlon_ssest_amdfam10,
25934         athlon_mmxssest_short_amdfam10): New define_insn_reservation.
25935
25936 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
25937
25938         * config/i386/athlon.md (athlon_sseins_amdfam10): New
25939         define_insn_reservation.
25940         * config/i386/i386.md (sseins): Added sseins to define_attr type
25941         and define_attr unit.
25942         * config/i386/sse.md: Set type attribute to sseins for insertq
25943         and insertqi.
25944
25945 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
25946
25947         * config/i386/athlon.md (sselog_load_amdfam10, sselog_amdfam10,
25948         ssecmpvector_load_amdfam10, ssecmpvector_amdfam10,
25949         ssecomi_load_amdfam10, ssecomi_amdfam10,
25950         sseaddvector_load_amdfam10, sseaddvector_amdfam10): New
25951         define_insn_reservation.
25952         (ssecmp_load_k8, ssecmp, sseadd_load_k8, seadd): Added amdfam10.
25953
25954 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
25955
25956         * config/i386/athlon.md (cvtss2sd_load_amdfam10,
25957         cvtss2sd_amdfam10, cvtps2pd_load_amdfam10, cvtps2pd_amdfam10,
25958         cvtsi2sd_load_amdfam10, cvtsi2ss_load_amdfam10,
25959         cvtsi2sd_amdfam10, cvtsi2ss_amdfam10, cvtsd2ss_load_amdfam10,
25960         cvtsd2ss_amdfam10, cvtpd2ps_load_amdfam10, cvtpd2ps_amdfam10,
25961         cvtsX2si_load_amdfam10, cvtsX2si_amdfam10): New
25962         define_insn_reservation.
25963
25964         * config/i386/sse.md (cvtsi2ss, cvtsi2ssq, cvtss2si,
25965         cvtss2siq, cvttss2si, cvttss2siq, cvtsi2sd, cvtsi2sdq,
25966         cvtsd2si, cvtsd2siq, cvttsd2si, cvttsd2siq,
25967         cvtpd2dq, cvttpd2dq, cvtsd2ss, cvtss2sd,
25968         cvtpd2ps, cvtps2pd): Added amdfam10_decode attribute.
25969
25970 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
25971
25972         * config/i386/athlon.md (athlon_ssedivvector_amdfam10,
25973         athlon_ssedivvector_load_amdfam10, athlon_ssemulvector_amdfam10,
25974         athlon_ssemulvector_load_amdfam10): New define_insn_reservation.
25975         (athlon_ssediv, athlon_ssediv_load_k8, athlon_ssemul,
25976         athlon_ssemul_load_k8): Added amdfam10.
25977
25978 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
25979
25980         * config/i386/i386.h (TARGET_SSE_UNALIGNED_MOVE_OPTIMAL): New macro.
25981         (x86_sse_unaligned_move_optimal): New variable.
25982
25983         * config/i386/i386.c (x86_sse_unaligned_move_optimal): Enable for
25984         m_AMDFAM10.
25985         (ix86_expand_vector_move_misalign): Add code to generate movupd/movups
25986         for unaligned vector SSE double/single precision loads for AMDFAM10.
25987
25988 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
25989
25990         * config/i386/i386.h (TARGET_AMDFAM10): New macro.
25991         (TARGET_CPU_CPP_BUILTINS): Add code for amdfam10.
25992         Define TARGET_CPU_DEFAULT_amdfam10.
25993         (TARGET_CPU_DEFAULT_NAMES): Add amdfam10.
25994         (processor_type): Add PROCESSOR_AMDFAM10.
25995
25996         * config/i386/i386.md: Add amdfam10 as a new cpu attribute to match
25997         processor_type in config/i386/i386.h.
25998         Enable imul peepholes for TARGET_AMDFAM10.
25999
26000         * config.gcc: Add support for --with-cpu option for amdfam10.
26001
26002         * config/i386/i386.c (amdfam10_cost): New variable.
26003         (m_AMDFAM10): New macro.
26004         (m_ATHLON_K8_AMDFAM10): New macro.
26005         (x86_use_leave, x86_push_memory, x86_movx, x86_unroll_strlen,
26006         x86_cmove, x86_3dnow_a, x86_deep_branch, x86_use_simode_fiop,
26007         x86_promote_QImode, x86_integer_DFmode_moves,
26008         x86_partial_reg_dependency, x86_memory_mismatch_stall,
26009         x86_accumulate_outgoing_args, x86_arch_always_fancy_math_387,
26010         x86_sse_partial_reg_dependency, x86_sse_typeless_stores,
26011         x86_use_ffreep, x86_use_incdec, x86_four_jump_limit,
26012         x86_schedule, x86_use_bt, x86_cmpxchg16b, x86_pad_returns):
26013         Enable/disable for amdfam10.
26014         (override_options): Add amdfam10_cost to processor_target_table.
26015         Set up PROCESSOR_AMDFAM10 for amdfam10 entry in
26016         processor_alias_table.
26017         (ix86_issue_rate): Add PROCESSOR_AMDFAM10.
26018         (ix86_adjust_cost): Add code for amdfam10.
26019
26020 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
26021
26022         * config/i386/i386.opt: Add new Advanced Bit Manipulation (-mabm)
26023         instruction set feature flag. Add new (-mpopcnt) flag for popcnt
26024         instruction. Add new SSE4A (-msse4a) instruction set feature flag.
26025         * config/i386/i386.h: Add builtin definition for SSE4A.
26026         * config/i386/i386.md: Add support for ABM instructions
26027         (popcnt and lzcnt).
26028         * config/i386/sse.md: Add support for SSE4A instructions
26029         (movntss, movntsd, extrq, insertq).
26030         * config/i386/i386.c: Add support for ABM and SSE4A builtins.
26031         Add -march=amdfam10 flag.
26032         * config/i386/ammintrin.h: Add support for SSE4A intrinsics.
26033         * doc/invoke.texi: Add documentation on flags for sse4a, abm, popcnt
26034         and amdfam10.
26035         * doc/extend.texi: Add documentation for SSE4A builtins.
26036
26037 2007-02-05  Bob Wilson  <bob.wilson@acm.org>
26038
26039         * config/xtensa/xtensa.c (constantpool_mem_p): Skip over SUBREGs.
26040
26041 2007-02-05  Richard Guenther  <rguenther@suse.de>
26042
26043         * tree-vectorizer.h (vectorizable_function): Add argument type
26044         argument, change return type.
26045         * tree-vect-patterns.c (vect_recog_pow_pattern): Adjust caller.
26046         * tree-vect-transform.c (vectorizable_function): Handle extra
26047         argument, return vectorized function decl.
26048         (build_vectorized_function_call): Remove.
26049         (vectorizable_call): Handle calls with result and argument types
26050         differing.  Handle loop vectorization factor correctly.
26051         * targhooks.c (default_builtin_vectorized_function): Adjust for
26052         extra argument.
26053         * targhooks.h (default_builtin_vectorized_function): Likewise.
26054         * target.h (builtin_vectorized_function): Add argument type
26055         argument.
26056         * config/i386/i386.c (ix86_builtin_vectorized_function): Handle
26057         extra argument, allow vectorizing of lrintf.
26058         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Adjust
26059         documentation of target hook.
26060
26061 2007-02-05  Hans-Peter Nilsson  <hp@axis.com>
26062
26063         PR target/30665
26064         * config/cris/cris.md ("*andsi_movu", "*andsi_clear", "*andhi_movu")
26065         ("*andhi_clear", andu (casesi+45)): For size-changed operand where
26066         memory is allowed, require !side_effects_p, not just !MEM_VOLATILE_P.
26067
26068 2007-02-05  Roger Sayle  <roger@eyesopen.com>
26069
26070         * fold-const.c (fold_unary) <REAL_PART>: Test for availability of
26071         BUILT_IN_COS before simplifying REAL_PART(CEXPI)) to COS.
26072         <IMAG_PART>: Likewise, check for availability of BUILT_IN_SIN.
26073         * builtins.c (fold_builtin_sincos): Check for TARGET_C99_FUNCTIONS
26074         before canonicalizing sincos to cexpi.
26075         (fold_builtin_cexp): Likewise, for canonicalizing cexp to cexpi.
26076
26077 2007-02-05  Roger Sayle  <roger@eyesopen.com>
26078
26079         * config/alpha/alpha.c (alpha_add_builtins): New Helper function.
26080         Set TREE_READONLY and TREE_NOTHROW directly, not via attributes.
26081         (alpha_init_builtins): Use alpha_add_builtins to process tables.
26082
26083 2007-02-05  Roger Sayle  <roger@eyesopen.com>
26084
26085         * mips-tfile.c (initialize_init_file): Correct endianness test.
26086
26087 2007-02-05  Kazu Hirata  <kazu@codesourcery.com>
26088
26089         * config/m68k/m68k.md (pushdi-1, pushdi, movsi+1): Don't use
26090         the 'y' constraint.
26091
26092 2007-02-05  Richard Sandiford  <richard@codesourcery.com>
26093
26094         * dwarf2out.c (dwarf2out_frame_debug_expr): Record the register
26095         saves in a PARALLEL before the register assignments.
26096
26097 2007-02-05  Richard Sandiford  <richard@codesourcery.com>
26098
26099         * doc/tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Do not require
26100         DWARF_FRAME_RETURN_COLUMN to be a general register.
26101         * dwarf2out.c (init_return_column_size): New function, split from...
26102         (expand_builtin_init_dwarf_reg_sizes): ...here.  Allow both
26103         DWARF_FRAME_RETURN_COLUMN and DWARF_ALT_FRAME_RETURN_COLUMN
26104         to be nongeneral registers.
26105         * config/m68k/m68k.h (DWARF_FRAME_REGNUM): Only map FP and
26106         integer registers.
26107         (DWARF_FRAME_REGISTERS, DWARF_FRAME_RETURN_COLUMN): Define.
26108         (DWARF_ALT_FRAME_RETURN_COLUMN): Define.
26109
26110 2007-02-04  Zdenek Dvorak <dvorakz@suse.cz>
26111
26112         * cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR.
26113
26114 2007-02-04  Zdenek Dvorak <dvorakz@suse.cz>
26115
26116         * cfgloopmanip.c (loop_delete_branch_edge): Removed.
26117         (remove_path): Use can_remove_branch_p and remove_branch instead
26118         of loop_delete_branch_edge.
26119         * tree-ssa-loop-manip.c (scale_dominated_blocks_in_loop): New function.
26120         (tree_transform_and_unroll_loop): Remove dead branches immediately.
26121         Update profile using scale_dominated_blocks_in_loop.
26122         * cfghooks.c (can_remove_branch_p, remove_branch): New functions.
26123         * cfghooks.h (struct cfg_hooks): Add can_remove_branch_p.
26124         (can_remove_branch_p, remove_branch): Declare.
26125         * tree-cfg.c (tree_can_remove_branch_p): New function.
26126         (tree_cfg_hooks): Add tree_can_remove_branch_p.
26127         * cfgrtl.c (rtl_can_remove_branch_p): New function.
26128         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add rtl_can_remove_branch_p.
26129
26130 2007-02-05  Jan Hubicka  <jh@suse.cz>
26131
26132         PR middle-end/30696
26133         * ipa-inline.c (cgraph_clone_inlined_nodes): When there are unanalyzed
26134         nodes in cgraph, don't remove offline copy of the function.
26135
26136 2007-02-04  Jan Hubicka  <jh@suse.cz>
26137
26138         * tree-sra.c (sra_walk_expr): Add linebreaks. BITFIELD_REFs into
26139         vectors might cause maybe_lookup_element_for_expr to be called
26140         on non-sra-candidate.
26141
26142 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
26143
26144         * config/bfin/bfin-modes.def, config/bfin/bfin.c,
26145         config/bfin/bfin.md, config/bfin/predicates.md: Follow
26146         spelling conventions.
26147
26148 2007-02-04  Richard Guenther  <rguenther@suse.de>
26149
26150         PR middle-end/30636
26151         * fold-const.c (try_move_mult_to_index): Make sure to not
26152         overflow one dimension of a multi-dimensional array access.
26153
26154 2007-02-04  Jan Hubicka  <jh@suse.cz>
26155
26156         * passes.c (init_optimization_passes): Reindent.
26157
26158 2007-02-04  Jan Hubicka  <jh@suse.cz>
26159             Eric Botcazou  <ebotcazou@adacore.com>
26160
26161         * tree-optimize.c (has_abnormal_outgoing_edge_p): Move to...
26162         (execute_fixup_cfg): Break out the abnormal goto code.
26163         * tree-inline.c (has_abnormal_outgoing_edge_p): ...here.
26164         (make_nonlocal_label_edges): Move here from execute_fixup_cfg.
26165         (optimize_inline_calls): Call make_nonlocal_label_edges.
26166
26167 2007-02-04  Jan Hubicka  <jh@suse.cz>
26168
26169         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return
26170         true when something was changed.
26171         (rename_ssa_copies): When something was changed, do
26172         TODO_remove_unused_locals.
26173         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
26174         add TODO_remove_unused_locals when instruction was removed.
26175
26176 2007-02-04  Jan Hubicka  <jh@suse.cz>
26177
26178         * ipa-inline.c (try_inline): Improve debug output; work on already
26179         inline edges too.
26180         (cgraph_decide_inlining_incrementally): Indent; improve debug output;
26181         call try_inline for already inlined edges too when flattening;
26182         inline also functions that make callee growth but overall unit size
26183         reduce.
26184
26185 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
26186
26187         * config/m32c/bitops.md, config/m32c/jump.md,
26188         config/m32c/m32c.c, config/m32c/m32c.h, config/m32r/m32r.c,
26189         config/m32r/m32r.h, config/m32r/m32r.md,
26190         config/m32r/predicates.md, config/m68hc11/larith.asm,
26191         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
26192         config/m68k/m68k.h, config/mcore/mcore.md, config/mips/4k.md,
26193         config/mips/mips-protos.h, config/mips/mips.c,
26194         config/mips/mips.h, config/mips/mips.md, config/mips/mips16.S,
26195         config/mn10300/mn10300.h, config/mn10300/predicates.md,
26196         config/mt/mt.c, config/mt/mt.h, config/mt/mt.md: Follow
26197         spelling conventions.
26198
26199         * config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
26200         Follow spelling conventions.
26201
26202 2007-02-03  Douglas Gregor  <doug.gregor@gmail.com>
26203
26204         * c-opts.c (c_common_post_options): If C++0x mode is enabled, don't
26205         warn about C++0x compatibility.
26206
26207 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
26208
26209         * config/h8300/h8300.c, config/h8300/h8300.h,
26210         config/h8300/h8300.md: Follow spelling conventions.
26211
26212 2007-02-03  Uros Bizjak  <ubizjak@gmail.com>
26213
26214         PR middle-end/30667
26215         * combine.c (try_combine): Do not substitute source operand
26216         with constants wider than 2 * HOST_BITS_PER_WIDE_INT.
26217
26218 2007-02-03  Jan Hubicka  <jh@suse.cz>
26219
26220         PR gcov-profile/30650
26221         * value-prof.c (stringop_block_profile): Fix handling of size counter;
26222         do not divide by zero for never executed counters.
26223         (tree_find_values_to_profile): Fix counters.
26224         * gcov-ui.h (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): Fix comments.
26225
26226 2007-02-03  Ian Lance Taylor  <iant@google.com>
26227
26228         * lower-subreg.c (simple_move_operand): New static function,
26229         broken out of simple_move.  Reject LABEL_REF, SYMBOL_REF, and HIGH
26230         operands.
26231         (simple_move): Call simple_move_operand.
26232         (find_decomposable_subregs): Add special handling of MEMs.
26233         (can_decompose_p): Rename from cannot_decompose_p.  Reverse
26234         meaning of return value.  If we see a hard register, test whether
26235         it can store a word_mode value.  Change all callers.
26236
26237 2007-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26238
26239         * pa.md (addvdi3, addvsi3, subvdi3, subvsi3, negvdi2, negvsi2): New
26240         ftrapv insns and expanders.
26241         (subdi3): Change define_expand operand 1 to arith11_operand, and
26242         operand 2 to reg_or_0_operand.  Change constraints of 64-bit insn
26243         pattern to handle reg_or_0 operands.  Revise 32-bit insn pattern to
26244         handle 11-bit constants and reg_or_0 operands in operands 1 and 2,
26245         respectively.
26246
26247         PR middle-end/30174
26248         * varasm.c (notice_global_symbol): Treat global objects as weak when
26249         flag_shlib is true.
26250
26251 2007-02-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26252
26253         * emit-rtl.c (dconstpi): Delete.
26254         (dconstsqrt2): New.
26255         (init_emit_once): Delete dconstpi and init dconstsqrt2.
26256         * real.h (dconstpi): Delete.
26257         (dconstsqrt2): New.
26258         * builtins.c (fold_builtin_cabs): Use dconstsqrt2.
26259         (fold_builtin_hypot): Likewise.
26260
26261 2007-02-03  Tom Tromey  <tromey@redhat.com>
26262
26263         PR driver/30246
26264         * gcc.c (cpp_unique_options): Any of -ggdb3, -gstabs3,
26265         -gcoff3, -gxcoff3, -gvms3 implies -dD.
26266
26267 2007-02-03  Kazu Hirata  <kazu@codesourcery.com>
26268
26269         * c-decl.c, config/avr/avr.c, config/avr/avr.h,
26270         config/m68k/m68k.c, config/m68k/netbsd-elf.h,
26271         config/mn10300/mn10300.c, config/pdp11/pdp11.h,
26272         config/rs6000/cell.md, config/rs6000/darwin.h,
26273         config/sh/sh.md, config/sh/sh4-300.md, config/spu/spu.c,
26274         config/spu/spu.md, cselib.c, expr.c, haifa-sched.c, hwint.h,
26275         jump.c, reload.c, sched-deps.c, sched-int.h, tree-inline.c,
26276         tree-profile.c, tree-ssa-live.h, tree-vrp.c: Fix comment
26277         typos.  Follow spelling conventions.
26278         * doc/invoke.texi: Follow spelling conventions.
26279
26280 2007-02-03  Roger Sayle  <roger@eyesopen.com>
26281
26282         * simplify-rtx.c (simplify_relational_operation_1): Implement some
26283         canonicalization transformations that attempt to simplify integer
26284         constant comparisons to become comparisons against zero.
26285
26286 2007-02-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26287
26288         * builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into
26289         fabs(x)*sqrt(2).
26290         * fold-const.c (fold_binary): Fix comment typos.  Fold complex
26291         (x,0)-(0,y) into (x,-y).  Likewise (0,y)-(x,0) into (-x,y).
26292
26293 2007-02-02  Mike Stump  <mrs@apple.com>
26294
26295         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add.
26296         * config/rs6000/rs6000.c (DARWIN_GENERATE_ISLANDS): Add.
26297         (output_call): Use DARWIN_GENERATE_ISLANDS to decide when to
26298         generate a branch island.
26299
26300 2007-02-02  Bob Wilson  <bob.wilson@acm.org>
26301
26302         * config/xtensa/xtensa.c (smalloffset_mem_p): Use BASE_REG_P.
26303         (xtensa_legitimate_address_p): New.
26304         (xtensa_legitimize_address): New.
26305         (xtensa_output_addr_const_extra): New.
26306         * config/xtensa/xtensa.h (REG_OK_STRICT_FLAG): Define.
26307         (BASE_REG_P): New.
26308         (REG_OK_FOR_BASE_P): Use BASE_REG_P.
26309         (GO_IF_LEGITIMATE_ADDRESS): Move code to xtensa_legitimate_address_p.
26310         (LEGITIMIZE_ADDRESS): Move code to xtensa_legitimize_address.
26311         (OUTPUT_ADDR_CONST_EXTRA): Move code to xtensa_output_addr_const_extra.
26312         * config/xtensa/xtensa-protos.h (xtensa_legitimate_address_p): New.
26313         (xtensa_legitimize_address): New.
26314         (xtensa_output_addr_const_extra): New.
26315
26316 2007-02-02  Steve Ellcey  <sje@cup.hp.com>
26317
26318         * config/ia64/ia64.c (ia64_print_operand): Fix compare strings.
26319
26320 2007-02-02  Ian Lance Taylor  <iant@google.com>
26321
26322         * expmed.c (expand_divmod): Add comment.
26323
26324 2007-02-02  Kazu Hirata  <kazu@codesourcery.com>
26325
26326         * emit-rtl.c (renumber_insns): Remove.
26327         * flags.h: Remove the extern for flag_renumber_insns.
26328         * rtl.h: Remove the prototype for renumber_insns.
26329         * toplev.c (flag_renumber_insns): Remove.
26330
26331 2007-02-02  Hui-May Chang  <hm.chang@apple.com>
26332
26333         Revert for x86 darwin:
26334         2005-06-19  Uros Bizjak  <uros@kss-loka.si>
26335
26336         * config/i386/i386.c (ix86_function_arg_regno_p): Put back the
26337         code before the following patch under TARGET_MACHO.
26338         (ix86_function_value_regno_p): Likewise.
26339
26340 2007-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26341
26342         * fold-const.c (negate_expr_p, fold_negate_expr): Handle
26343         COMPLEX_EXPR.
26344
26345 2007-02-02  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
26346
26347         PR target/29682
26348         * config/ia64/ia64.c (ia64_speculate_insn): Restrict to memory
26349         loads to general or fp registers.  Add comments.
26350         * config/ia64/ia64.md (reg_pred_prefix): Add comment.
26351
26352 2007-02-02  Paolo Bonzini  <bonzini@gnu.org>
26353
26354         * pointer-set.c (insert_aux): Only return insertion slot.
26355         (pointer_set_insert): Adjust.
26356         (pointer_set_traverse, struct pointer_map_t, pointer_map_create,
26357         pointer_map_destroy, pointer_map_insert, pointer_map_contains,
26358         pointer_map_traverse): New.
26359         * pointer-set.h (pointer_set_traverse, struct pointer_map_t,
26360         pointer_map_create,  pointer_map_destroy, pointer_map_insert,
26361         pointer_map_contains, pointer_map_traverse): Declare.
26362
26363 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
26364
26365         PR middle-end/30473
26366         * builtins.c (fold_builtin_sprintf): Do not attempt to optimize
26367         sprintf (str, "%s").  Do not optimize sprintf (str, "nopercent", p++).
26368
26369 2007-02-02  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
26370
26371         * sched-int.h (ds_to_dk, dk_to_ds): Declare functions.
26372
26373         (struct _dep): New type.
26374         (dep_t): New typedef.
26375         (DEP_PRO, DEP_CON, DEP_KIND): New access macros.
26376         (DEP_STATUS): New access macro.  The macro with the same name was
26377         renamed to DEP_LINK_STATUS.
26378         (dep_init): Declare function
26379
26380         (struct _dep_link): New type.
26381         (dep_link_t): New typedef.
26382         (DEP_LINK_NODE, DEP_LINK_NEXT, DEP_LINK_PREV_NEXTP): New access macros.
26383         (DEP_LINK_DEP, DEP_LINK_PRO, DEP_LINK_CON, DEP_LINK_KIND): New macros.
26384         (DEP_LINK_STATUS): New macro.
26385         (debug_dep_links): New debug function.
26386
26387         (struct _deps_list): New type.
26388         (deps_list_t): New typedef.
26389         (DEPS_LIST_FIRST): New access macro.
26390         (FOR_EACH_DEP_LINK): New cycle macro.
26391         (create_deps_list, free_deps_list, delete_deps_list): Declare
26392         functions.
26393         (deps_list_empty_p, debug_deps_list, add_back_dep_to_deps_list): Ditto.
26394         (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
26395         (copy_deps_list_change_con): Ditto.
26396
26397         (move_dep_link): Declare function.
26398
26399         (struct _dep_node): New type.
26400         (dep_node_t): New typedef.
26401         (DEP_NODE_BACK, DEP_NODE_DEP, DEP_NODE_FORW): New access macros.
26402
26403         (struct haifa_insn_data.back_deps): New field to hold backward
26404         dependencies of the insn.
26405         (struct haifa_insn_data.depend): Rename to forw_deps.  Change its type
26406         to deps_list_t.
26407         (struct haifa_insn_data.resolved_deps): Rename to resolved_back_deps.
26408         Change its type to deps_list_t.
26409         (INSN_BACK_DEPS): New access macro to use instead of LOG_LINKS.
26410         (INSN_DEPEND): Rename to INSN_FORW_DEPS.
26411         (RESOLVED_DEPS): Rename to INSN_RESOLVED_BACK_DEPS.
26412
26413         (INSN_COST): Move to haifa-sched.c.  Use insn_cost () instead.
26414
26415         (DEP_STATUS): Rename to DEP_LINK_STATUS.  Fix typo in the comment.
26416
26417         (add_forw_dep, delete_back_forw_dep, insn_cost): Update declaration
26418         and all callers.
26419         (dep_cost): Declare.
26420
26421         * sched-deps.c (CHECK): New macro to (en/dis)able sanity checks.
26422         (ds_to_dk, dk_to_ds): New functions.
26423
26424         (init_dep_1): New static function.
26425         (init_dep): New function.
26426         (copy_dep): New static function.
26427
26428         (dep_link_consistent_p, attach_dep_link, add_to_deps_list): New static
26429         functions.
26430         (detach_dep_link): New static function.
26431         (move_dep_link): New function.
26432
26433         (dep_links_consistent_p, dump_dep_links): New static functions.
26434         (debug_dep_links): New debugging function.
26435
26436         (deps_obstack, dl_obstack, dn_obstack): New static variables.
26437
26438         (alloc_deps_list, init_deps_list): New static functions.
26439         (create_deps_list): New function.
26440         (clear_deps_list): New static function.
26441         (free_deps_list, delete_deps_list, deps_list_empty_p): New functions.
26442         (deps_list_consistent_p, dump_deps_list): New static functions.
26443         (debug_deps_list): New function.
26444         (add_back_dep_to_deps_list, find_link_by_pro_in_deps_list): New
26445         functions.
26446         (find_link_by_con_in_deps_list, copy_deps_list_change_con): Ditto.
26447
26448         (maybe_add_or_update_back_dep_1, add_or_update_back_dep_1): Update to
26449         use new scheduler dependencies lists.
26450         (add_back_dep, delete_all_dependences, fixup_sched_groups): Ditto.
26451         (sched_analyze): Ditto.  Initialize dependencies lists.
26452         (add_forw_dep, compute_forward_dependences): Update to use new
26453         scheduler dependencies lists.
26454
26455         (init_dependency_caches): Init deps_obstack.
26456         (free_dependency_caches): Free deps_obstack.
26457
26458         (adjust_add_sorted_back_dep, adjust_back_add_forw_dep): Update to use
26459         new scheduler dependencies lists.
26460         (delete_forw_dep, add_or_update_back_forw_dep): Ditto.
26461         (add_back_forw_dep, delete_back_forw_dep): Ditto.
26462
26463         * sched-rgn.c (set_spec_fed, find_conditional_protection, is_pfree):
26464         Update to use new scheduler dependencies lists.
26465         (is_conditionally_protected, is_prisky, add_branch_dependences): Ditto.
26466         (debug_dependencies): Ditto.
26467         (schedule_region): Update comments.
26468
26469         * sched-ebb.c (earliest_block_with_similiar_load): Update to use new
26470         scheduler dependencies lists.
26471         (schedule_ebb): Update comments.
26472
26473         * rtl.def (DEPS_LIST): Remove.
26474
26475         * lists.c (unused_deps_list): Remove.
26476         (free_list): Update assertions.
26477
26478         (alloc_DEPS_LIST, free_DEPS_LIST_list, free_DEPS_LIST_node): Remove.
26479         (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
26480
26481         * rtl.h (free_DEPS_LIST_list, alloc_DEPS_LIST): Remove declarations.
26482         (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
26483
26484         * haifa-sched.c (comments): Update.
26485         (insn_cost1): Remove.  Inline the code into insn_cost ().
26486         (insn_cost): Update to use new scheduler dependencies lists.  Move
26487         processing of the dependency cost to dep_cost ().
26488         (dep_cost): New function.  Use it instead of insn_cost () when
26489         evaluating cost of the dependency.  Use compatible interface to
26490         interact with the target.
26491         (priority): Update to use new scheduler dependencies lists.
26492         (rank_for_schedule): Ditto.  Optimize heuristic that prefers the insn
26493         with greater number of insns that depend on the insn.
26494         (schedule_insn): Update to use new scheduler dependencies lists.  Add
26495         code to free backward dependencies lists.  Inline and optimize code
26496         from resolve_dep () - see PR28071.
26497         (ok_for_early_queue_removal): Update to use new scheduler dependencies
26498         lists.  Update call to targetm.sched.is_costly_dependence hook.
26499
26500         (fix_inter_tick, try_ready, fix_tick_ready): Update to use new
26501         scheduler dependencies lists.
26502
26503         (resolve_dep): Remove.  Move the logic to schedule_insn ().
26504         (init_h_i_d): Initialize dependencies lists.
26505
26506         (process_insn_depend_be_in_spec): Rename to
26507         process_insn_forw_deps_be_in_spec.  Update to use new scheduler
26508         dependencies lists.
26509         (add_to_speculative_block, create_check_block_twin, fix_recovery_deps):
26510         Update to use new scheduler dependencies lists.
26511         (clear_priorities, calc_priorities, add_jump_dependencies): Ditto.
26512
26513         * ddg.c (create_ddg_dependence, create_ddg_dep_no_link): Update to use
26514         new scheduler dependencies lists.
26515         (build_intra_loop_deps): Ditto.
26516
26517         * target.h (struct _dep): Declare to use in
26518         gcc_target.sched.is_costly_dependence.
26519         (struct gcc_target.sched.adjust_cost): Fix typo.
26520         (struct gcc_target.sched.is_costly_dependence): Change signature to
26521         use single dep_t parameter instead of an equivalent triad.
26522         (struct gcc_target.sched.adjust_cost_2): Remove.
26523
26524         * target-def.h (TARGET_SCHED_ADJUST_COST_2): Remove.
26525
26526         * reg-notes.def (DEP_TRUE, DEP_OUTPUT, DEP_ANTI): Update comments.
26527
26528         * doc/tm.texi (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Update
26529         documentation.
26530         (TARGET_SCHED_ADJUST_COST_2): Remove documentation.
26531
26532         * doc/rtl.texi (LOG_LINKS): Remove part about instruction scheduler.
26533         (REG_DEP_TRUE): Document.
26534
26535         * config/ia64/ia64.c (ia64_adjust_cost_2): Rename to ia64_adjust_cost.
26536         Change signature to correspond to the targetm.sched.adjust_cost hook.
26537         Update use in TARGET_SCHED_ADJUST_COST_2.
26538         (TARGET_SCHED_ADJUST_COST_2): Rename to TARGET_SCHED_ADJUST_COST.
26539         (ia64_dependencies_evaluation_hook, ia64_dfa_new_cycle): Update to use
26540         new scheduler dependencies lists.
26541         (ia64_gen_check): Ditto.
26542
26543         * config/mips/mips.c (vr4130_swap_insns_p): Update to use new
26544         scheduler dependencies lists.
26545
26546         * config/rs6000/rs6000.c (rs6000_is_costly_dependence): Change
26547         signature to correspond to the targetm.sched.is_costly_dependence hook.
26548         (is_costly_group): Update to use new scheduler dependencies lists.
26549
26550         * config/spu/spu.c (spu_sched_adjust_cost): Use insn_cost () function
26551         instead of INSN_COST () macro.
26552
26553 2007-02-01  Ian Lance Taylor  <iant@google.com>
26554
26555         * lower-subreg.c (resolve_clobber): Handle a subreg of a concatn.
26556
26557 2007-02-01  Guy Martin  <gmsoft@gentoo.org>
26558
26559         * pa.md (tp_load): Correct mfctl instruction syntax.
26560
26561 2007-02-01  Geoffrey Keating  <geoffk@apple.com>
26562
26563         * config/rs6000/rs6000.c (rs6000_stack_info): Correct
26564         altivec_padding_size calculation on AIX.  Improve comment, add
26565         assert to verify that it's right.
26566
26567         * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for
26568         64-bit.
26569
26570 2007-2-01  Seongbae Park  <seongbae.park@gmail.com>
26571
26572         PR inline-asm/28686
26573         * global.c (global_alloc): Add mising initialization of
26574         ELIMINABLE_REGSET.
26575
26576 2007-02-01  Roger Sayle  <roger@eyesopen.com>
26577
26578         * alias.c (init_alias_analysis): Correct whitespace.
26579         * bb-reorder.c (fix_edges_for_rarely_executed_code,
26580         partition_hot_cold_basic_blocks): Likewise.
26581         * builtins.c (expand_builtin_printf, expand_builtin_fprintf,
26582         expand_builtin_sprintf, fold_builtin_carg, fold_builtin_sprintf,
26583         maybe_emit_sprintf_chk_warning, fold_builtin_sprintf_chk,
26584         fold_builtin_snprintf_chk, fold_builtin_printf,
26585         fold_builtin_fprintf, do_mpfr_ckconv, do_mpfr_arg1, do_mpfr_arg2,
26586         do_mpfr_arg3, do_mpfr_sincos): Likewise.
26587         * cfgcleanup.c (cleanup_cfg): Likewise.
26588         * cfgexpand.c (tree_expand_cfg): Likewise.
26589         * fold-const.c (fold_binary) <RDIV_EXPR>: Likewise.
26590         * function.c (get_next_funcdef_no): Likewise.
26591         * gengtype.c (main): Likewise.
26592         * genmodes.c (main): Likewise.
26593         * gcse.c (bypass_conditional_jumps, print_ldst_list): Likewise.
26594         * haifa-sched.c (schedule_block, extend_h_i_d): Likewise.
26595         * ifcvt.c (noce_emit_move_insn): Likewise.
26596         * modulo-sched.c (generate_prolog_epilog, sms_schedule_by_order):
26597         Likewise.
26598         * stor-layout.c (get_best_mode): Likewise.
26599         * tree-ssa-loop-niter.c (get_val_for): Likewise.
26600         * tree-ssa-structalias.c (get_varinfo, get_varinfo_fc,
26601         scc_visit, do_ds_constraint, do_complex_constraint, label_visit,
26602         perform_var_substitution, solve_graph): Likewise.
26603         * tree-vrp.c (vrp_finalize): Likewise.
26604
26605 2007-02-01  Ian Lance Taylor  <iant@google.com>
26606
26607         * lower-subreg.c (simplify_gen_subreg_concatn): If we ask for the
26608         high part of a paradoxical subreg, return a constant zero.
26609
26610 2007-02-01  Zdenek Dvorak <dvorakz@suse.cz>
26611
26612         * toplev.c (lang_dependent_init): Call init_set_costs.
26613         * loop-init.c (loop_optimizer_init): Do not call init_set_costs.
26614
26615 2007-02-01  Richard Guenther  <rguenther@suse.de>
26616
26617         PR middle-end/30656
26618         * fold-const.c (fold_negate_expr): Allow negating a
26619         constant if overflow does not change.
26620
26621 2007-02-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26622
26623         * doc/c-tree.texi (Expression trees): Improve markup.
26624         * doc/tm.texi (Register Classes, Addressing Modes)
26625         (Floating Point): Fix spacing after abbreviations.  Fix some
26626         typos.
26627
26628 2007-02-01  Ben Elliston  <bje@au.ibm.com>
26629
26630         * doc/invoke.texi: Replace "bugfix" with "bug fix" throughout.
26631         * doc/contrib.texi: Likewise.
26632         * doc/install.texi: Likewise.
26633
26634 2007-01-31  Richard Henderson  <rth@redhat.com>
26635             Ian Lance Taylor  <iant@google.com>
26636
26637         * lower-subreg.c: New file.
26638         * rtl.def (CONCATN): Define.
26639         * passes.c (init_optimization_passes): Add pass_lower_subreg and
26640         pass_lower_subreg2.
26641         * emit-rtl.c (update_reg_offset): New static function, broken out
26642         of gen_rtx_REG_offset.
26643         (gen_rtx_REG_offset): Call update_reg_offset.
26644         (gen_reg_rtx_offset): New function.
26645         * regclass.c: Revert patch of 2006-03-05, restoring
26646         reg_scan_update.
26647         (clear_reg_info_regno): New function.
26648         * dwarf2out.c (concatn_loc_descriptor): New static function.
26649         (loc_descriptor): Handle CONCATN.
26650         * common.opt (fsplit_wide_types): New option.
26651         * opts.c (decode_options): Set flag_split_wide_types when
26652         optimizing.
26653         * timevar.def (TV_LOWER_SUBREG): Define.
26654         * rtl.h (gen_reg_rtx_offset): Declare.
26655         (reg_scan_update): Declare.
26656         * regs.h (clear_reg_info_regno): Declare.
26657         * tree-pass.h (pass_lower_subreg): Declare.
26658         (pass_lower_subreg2): Declare.
26659         * doc/invoke.texi (Option Summary): List -fno-split-wide-types.
26660         (Optimize Options): Add -fsplit-wide-types to -O1 list.  Document
26661         -fsplit-wide-types.
26662         * doc/rtl.texi (Regs and Memory): Document concat and concatn.
26663         * Makefile.in (OBJS-common): Add lower-subreg.o.
26664         (lower-subreg.o): New target.
26665
26666 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
26667
26668         * config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
26669
26670 2007-01-31  Anatoly Sokolov <aesok@post.ru>
26671
26672         PR target/19087
26673         * config/avr/avr.c (DWARF2_ADDR_SIZE): Define.
26674
26675 2007-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26676
26677         PR middle-end/29335
26678         * builtins.c (fold_builtin_sqrt): Use MPFR for constant args.
26679
26680 2007-01-31  Zdenek Dvorak <dvorakz@suse.cz>
26681
26682         * cfgloop.h: Include vec-prim.h.
26683         (enum li_flags): Remove LI_ONLY_OLD.
26684         (loop_iterator): Changed.
26685         (fel_next, fel_init): Iterate over loop tree.
26686         (FOR_EACH_LOOP_BREAK): New macro.
26687         * loop-unswitch.c (unswitch_loops): Do not pass LI_ONLY_OLD to
26688         FOR_EACH_LOOP.
26689         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Ditto.
26690         * modulo-sched.c (sms_schedule): Ditto.
26691         * tree-vectorizer.c (vectorize_loops): Ditto.
26692         * doc/loop.texi: Update information on loop numbering and behavior of
26693         FOR_EACH_LOOP wrto new loops.
26694         * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop,
26695         add_to_evolution_1): Test nestedness of loops instead of comparing
26696         their numbers.
26697         * tree-chrec.c (chrec_fold_plus_poly_poly,
26698         chrec_fold_multiply_poly_poly, chrec_evaluate,
26699         hide_evolution_in_other_loops_than_loop, chrec_component_in_loop_num,
26700         reset_evolution_in_loop): Ditto.
26701         * Makefile.in (CFGLOOP_H): Add vecprim.h dependency.
26702
26703 2007-01-31  Dirk Mueller  <dmueller@suse.de>
26704
26705         * c-common.c (warn_about_parentheses): Separate warning about
26706         un-parenthized sequence of comparison operators from the one
26707         which is supposed to warn about x <= y <= z.
26708
26709 2007-01-31  Uros Bizjak  <ubizjak@gmail.com>
26710
26711         * optabs.h (enum optab_index): Add new OTI_isinf.
26712         (isinf_optab): Define corresponding macro.
26713         * optabs.c (init_optabs): Initialize isinf_optab.
26714         * genopinit.c (optabs): Implement isinf_optab using isinf?f2
26715         patterns.
26716         * builtins.c (mathfn_built_in): Handle BUILT_IN_ISINF{,F,L}.
26717         (expand_builtin_interclass_mathfn): Expand BUILT_IN_ISINF{,F,L}
26718         using isinf_optab.
26719         (expand_builtin): Expand BUILT_IN_ISINF{,F,L} using
26720         expand_builtin_interclass_mathfn.
26721         * reg_stack.c (subst_stack_regs_pat): Handle UNSPEC_FXAM.
26722         * config/i386/i386.md (UNSPEC_FXAM): New constant.
26723         (fxam<mode>2_i387): New insn pattern.
26724         (isinf<mode>2) New expander to implement isinf, isinff and isinfl
26725         built-in functions as x87 inline asm.
26726
26727 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
26728
26729         * config/arm/unwind-arm.h (_sleb128_t, _uleb128_t): New.
26730
26731 2007-01-30  Eric Christopher  <echristo@apple.com>
26732
26733         * config.gcc: Add geode.
26734
26735 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
26736
26737         * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
26738         ipa-inline.c, tree-profile.c, tree-ssa-live.c,
26739         tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
26740         value-prof.c: Fix comment typos.
26741
26742 2007-01-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
26743
26744         PR c++/24745
26745         * doc/invoke.texi (Wpointer-arith): Document warning.
26746
26747 2007-01-30  Janis Johnson  <janis187@us.ibm.com>
26748
26749         * doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
26750         the list of discrepancies from the draft TR.
26751
26752 2007-01-30  Dirk Mueller  <dmueller@suse.de>
26753
26754         PR c++/30601
26755         * doc/invoke.texi (-Wreturn-type): Update description to
26756         match new behavior.
26757
26758 2007-01-30  Richard Sandiford  <richard@codesourcery.com>
26759
26760         * cfgrtl.c (try_redirect_by_replacing_jump): Check only_sets_cc0_p.
26761
26762 2007-01-30  Uros Bizjak  <ubizjak@gmail.com>
26763
26764         * builtins.c (expand_builtin_int_interclass_roundingfn): New function
26765         to handle optabs that operate on floating point input argument and
26766         output to integer output.
26767         (expand_builtin_mathfn) [BUILT_IN_ILOGB]: Move from here ...
26768         (expand_builtin_interclass_mathfn) [BUILT_IN_ILOGB]: ... to here.
26769         (expand_builtin): Expand BUILT_IN_ILOGB{,F,L} using
26770         expand_builtin_interclass_mathfn ().
26771         * config/i386/i386.md (fxtractxf3_i387): Rename from *fxtractxf3_i387.
26772         (ilogbsi2): Remove.
26773         (ilogbxf2, ilogb<mode>2): New expanders to implement ilogb, ilogbf and
26774         ilogbl built-in functions as x87 intrinsics.
26775
26776 2007-01-30  Richard Guenther  <rguenther@suse.de>
26777
26778         PR middle-end/27657
26779         * dwarf2out.c (reference_to_unused): Query varpool if the
26780         variable was output.
26781
26782 2007-01-30  Richard Guenther  <rguenther@suse.de>
26783
26784         PR middle-end/30313
26785         * passes.c (execute_one_pass): Reset in_gimple_form to not
26786         confuse non-unit-at-a-time mode.
26787
26788 2007-01-29  Roger Sayle  <roger@eyesopen.com>
26789             Richard Guenther  <rguenther@suse.de>
26790
26791         * fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT to
26792         avoid undefined behaviour on overflow.  Use force_fit_type_double
26793         to construct the constant with the specified TREE_OVERFLOW.
26794
26795 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
26796
26797         * config/dfp-bit.c: Add parameterized support for fp exceptions.
26798         * config/dfp-bit.h: Ditto.
26799
26800 2007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
26801
26802         * c-decl.c (pop_scope): Replace warnings with call to
26803         warn_for_unused_label.
26804         * c-common.h (warn_for_unused_label): Declare.
26805         * c-common.c (warn_for_unused_label): Define.
26806
26807 2007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
26808
26809         * tree-optimize.c (update_inlined_to_pointers): Delete unused
26810         function.
26811
26812 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
26813
26814         * Makefile.in (USER_H): Remove decfloat.h.
26815         * ginclude/decfloat.h: Delete, moving contents to ...
26816         * ginclude/float.h: Add support for decimal floating point,
26817         guarded by __STDC_WANT_DEC_FP__.
26818
26819 2007-01-29  Mike Stump  <mrs@apple.com>
26820
26821         * doc/gccint.texi (Top): Rename Loop Representation to Loop
26822         Analysis and Representation to resolve case insensitive conflict.
26823         * doc/loop.texi (Loop Analysis and Representation): Likewise.
26824
26825 2007-01-28  Daniel Berlin  <dberlin@dberlin.org>
26826
26827         * tree.h (struct tree_memory_tag): Add aliases member.
26828         (MTAG_ALIASES): New macro.
26829         * tree-ssa-alias.c (alias_bitmap_obstack): New variable.
26830         (add_may_alias): Remove pointer-set. Update for may_aliases being
26831         a bitmap.
26832         (mark_aliases_call_clobbered): Update for may_aliases being a
26833         bitmap.
26834         (compute_tag_properties): Ditto.
26835         (create_partition_for): Ditto.
26836         (compute_memory_partitions): Ditto.
26837         (dump_may_aliases_for): Ditto.
26838         (is_aliased_with): Ditto.
26839         (add_may_alias_for_new_tag): Ditto.
26840         (rewrite_alias_set_for): Rewrite for may_aliases being a bitmap.
26841         (compute_is_aliased): New function.
26842         (compute_may_aliases): Call compute_is_aliased).
26843         (init_alias_info): Initialize alias_bitmap_obstack.
26844         (union_alias_set_into): New function.
26845         (compute_flow_sensitive_aliasing): Use union_aliases_into.
26846         (have_common_aliases_p): Rewrite to take two bitmaps and use
26847         intersection.
26848         (compute_flow_insensitive_aliasing): Stop using pointer-sets.
26849         Update for bitmaps.
26850         (finalize_ref_all_pointers): Update for add_may_alias changes.
26851         (new_type_alias): Ditto.
26852         * tree-flow-inline.h (may_aliases): Return a bitmap.
26853         * tree-dfa.c (dump_variable): Check for MTAG_P'ness.
26854         * tree-ssa.c (verify_flow_insensitive_alias_info): Update for
26855         may_aliases being a bitmap.
26856         * tree-flow.h (struct var_ann_d): Remove may_aliases member.
26857         may_aliases now returns a bitmap.
26858         * tree-ssa-structalias.c (merge_smts_into): Update for may_aliases
26859         being a bitmap.
26860         * tree-ssa-operands.c (add_virtual_operand): Update for
26861         may_aliases being a bitmap.
26862
26863 2007-01-29  Daniel Berlin  <dberlin@dberlin.org>
26864
26865         PR tree-optimization/30630
26866         * tree-ssa-structalias.c (do_complex_constraint): Mark correct
26867         variable as changed.
26868
26869 2007-01-29  Simon Martin  <simartin@users.sourceforge.net>
26870
26871         PR c++/28266
26872         * gimplify.c (gimplify_target_expr): Make sure that the TARGET_EXPR is
26873         expanded only once even if an error occurs.
26874
26875 2007-01-29  Ben Elliston  <bje@au.ibm.com>
26876
26877         * gcov-io.h (__gcov_indirect_call_profiler): Declare.
26878         (__gcov_average_profiler): Likewise.
26879         (__gcov_ior_profiler): Likewise.
26880         (__gcov_merge_ior): Likewise.
26881
26882 2007-01-28  Jan Hubicka  <jh@suse.cz>
26883
26884         * builtins.c (expand_builtin_memset): Fix typo in my last patch.
26885         * value-prof.c (stringop_block_profile): Likewise.
26886
26887 2007-01-28  Jan Hubicka  <jh@suse.cz>
26888
26889         * expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall):
26890         Add variant handling histograms; add wrapper.
26891         (clear_storage_via_libcall): Export.
26892         (emit_block_move_hints): Break out from ...; add histograms.
26893         (emit_block_move): ... this one.
26894         (clear_storage_hints): Break out from ...; add histograms.
26895         (clear_storage): ... this one.
26896         (set_storage_via_memset): Handle histogram.
26897         * expr.h (emit_block_move_via_libcall, emit_block_move_hints): Declare.
26898         (clear_storage_hints, clear_storage_via_libcall): Declare.
26899         (set_storage_via_setmem): Update prototype.
26900         * doc/md.texi (movmem, setmem): Document new arguments.
26901
26902         * value-prof.c (dump_histogram_value, tree_find_values_to_profile):
26903         Add new histograms.
26904         (stringop_block_profile): New global function.
26905         (tree_stringops_values_to_profile): Profile block size and alignment.
26906         * value-prof.h (enum hist_type): add HIST_TYPE_AVERAGE and
26907         HIST_TYPE_IOR.
26908         (struct profile_hooks): Add gen_average_profiler and gen_ior_profiler.
26909         (stringop_block_profile): Declare.
26910         * builtins.c: Include value-prof.h.
26911         (expand_builtin_memcpy, expand_builtin_memset): Pass block profile.
26912         * gcov-ui.h (GCOV_COUNTER_NAMES): Add new counter.
26913         (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): New constants.
26914         (GCOV_COUNTERS, GCOV_LAST_VALUE_COUNTER): Update.
26915         * profile.c (instrument_values): Add new counters.
26916         * cfgexpand.c (expand_gimple_basic_block): Propagate histograms to
26917         calls.
26918         * tree-profile.c (tree_average_profiler_fn, tree_ior_profiler_fn): New.
26919         (tree_init_edge_profiler): Build new profilers.
26920         (tree_gen_average_profiler, tree_gen_ior_profiler): New.
26921         (pass_tree_profile): Add dump.
26922         (tree_profile_hooks): Update.
26923         * Makefile.in (LIBGCOV): Add new constants.
26924         * libgcov.c (__gcov_merge_ior, __gcov_average_profiler,
26925         __gcov_ior_profiler): New.
26926         * i386.md (movmem/setmem expanders): Add new optional arguments.
26927
26928 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
26929
26930         * doc/md.texi (Standard Pattern Names): Document blockage pattern.
26931
26932 2007-01-28  Zdenek Dvorak <dvorakz@suse.cz>
26933
26934         * tree-ssa-loop-unswitch.c: Include tree-inline.h.
26935         (tree_unswitch_single_loop): Pass eni_size_weights to
26936         tree_num_loop_insns.
26937         * tree-ssa-loop-manip.c: Include tree-inline.h.
26938         (can_unroll_loop_p): Pass eni_size_weights to
26939         tree_num_loop_insns.
26940         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p):
26941         Pass eni_size_weights to estimate_num_insns.
26942         * tree.h (init_inline_once): Export.
26943         * toplev.c (backend_init): Call init_inline_once.
26944         * cgraphunit.c (cgraph_process_new_functions,
26945         cgraph_analyze_function): Pass eni_inlining_weights to
26946         estimate_num_insns.
26947         * ipa-inline.c (compute_inline_parameters): Ditto.
26948         * tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Pass weights
26949         to estimate_num_insns.
26950         (try_unroll_loop_completely): Pass eni_size_weights to
26951         tree_num_loop_insns.
26952         * tree-eh.c (decide_copy_try_finally): Pass eni_size_weights
26953         ot estimate_num_insns.
26954         * tree-ssa-loop-prefetch.c: Include tree-inline.h.
26955         (loop_prefetch_arrays): Pass eni_time_weights to tree_num_loop_insns.
26956         * tree-inline.c (eni_inlining_weights, eni_size_weights,
26957         eni_time_weights): New variables.
26958         (init_inline_once): Initialize them.
26959         (struct eni_data): Mew.
26960         (estimate_num_insns_1, estimate_num_insns): Use weights.
26961         * tree-inline.h (struct eni_weights_d): New.
26962         (eni_inlining_weights, eni_size_weights, eni_time_weights): Declare.
26963         (estimate_num_insns): Declaration changed.
26964         * cfgloop.h (tree_num_loop_insns): Declaration changed.
26965         * Makefile.in (tree-ssa-loop-unswitch.o, tree-ssa-loop-prefetch.o,
26966         tree-ssa-loop-manip.o): Add TREE_INLINE_H dependency.
26967
26968 2007-01-28  Zdenek Dvorak <dvorakz@suse.cz>
26969
26970         * tree-data-ref.c (conflict_fn): Assert that the number of affine
26971         relations in the conflict function is valid.
26972
26973 2007-01-27  Ian Lance Taylor  <iant@google.com>
26974
26975         * common.opt: Add fstrict-overflow.
26976         * opts.c (decode_options): Set flag_strict_overflow if -O2.
26977         * flags.h (TYPE_OVERFLOW_WRAPS): Define.
26978         (TYPE_OVERFLOW_UNDEFINED): Define.
26979         (TYPE_OVERFLOW_TRAPS): Define.  This replaces TYPE_TRAP_SIGNED.
26980         Replace all uses.
26981         * tree.h (TYPE_TRAP_SIGNED): Don't define.
26982         * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_UNDEFINED.
26983         (fold_negate_expr): Likewise.
26984         (make_range): Likewise.
26985         (extract_muldiv_1): Likewise.
26986         (maybe_canonicalize_comparison): Likewise.
26987         (fold_comparison): Likewise.
26988         (fold_binary): Likewise.
26989         (tree_expr_nonnegative_p): Likewise.
26990         (tree_expr_nonzero_p): Likewise.
26991         * tree-vrp.c (compare_values): Likewise.
26992         (extract_range_from_binary_expr): Likewise.
26993         (extract_range_from_unary_expr): Likewise.
26994         * tree-ssa-loop-niter.c (infer_loop_bounds_from_signedness):
26995         Likewise.
26996         (nowrap_type_p): Likewise.
26997         * tree-scalar-evolution.c (simple_iv): Likewise.
26998         * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_WRAPS.
26999         (build_range_check): Likewise.
27000         (extract_muldiv_1): Likewise.
27001         (fold_comparison): Likewise.
27002         * tree-vrp.c (vrp_int_const_binop): Likewise.
27003         (extract_range_from_unary_expr): Likewise.
27004         * convert.c (convert_to_integer): Likewise.
27005         * fold-const.c (fold_negate_expr): Use TYPE_OVERFLOW_TRAPS.
27006         (fold_comparison): Likewise.
27007         (fold_binary): Likewise.
27008         * optabs.c (optab_for_tree_code): Likewise.
27009         * tree-vectorizer.c (vect_is_simple_reduction): Likewise.
27010         * simplify-rtx.c (simplify_const_relational_operation): Check
27011         flag_strict_overflow and flag_trapv.
27012         (simplify_const_relational_operation): Likewise.
27013         * doc/invoke.texi (Option Summary): Mention -fstrict-overflow.
27014         (Optimize Options): Add -fstrict-overflow to -O2 list.  Document
27015         -fstrict-overflow.
27016
27017 2007-01-27  Roger Sayle  <roger@eyesopen.com>
27018
27019         * tree.c (tree_fold_gcd): Delete.
27020         * tree.h (tree_fold_gcd): Remove prototype.
27021         * tree-data-ref.c (tree_fold_divides_p): Don't use tree_fold_gcd to
27022         test whether one constant integer is a multiple of another.  Instead
27023         call int_const_binop with TRUNC_MOD_EXPR and test for a zero result.
27024         * fold-const.c (multiple_of_p): We've determined both TOP and
27025         BOTTOM are integer constants so we can call int_const_binop directly
27026         instead of the more generic const_binop.
27027
27028 2007-01-27  Roger Sayle  <roger@eyesopen.com>
27029
27030         * fold-const.c (size_binop): In the fast-paths for X+0, 0+X, X-0 and
27031         1*X check that the constant hasn't overflowed, to preserve the
27032         TREE_OVERFLOW bit.
27033         (round_up): Provide an efficient implementation when rouding-up an
27034         INTEGER_CST to a power-of-two.
27035
27036 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27037
27038         * doc/sourcebuild.texi: Add comma for clarity.
27039         * doc/extend.texi: Fix some typos.
27040         * doc/passes.texi: Likewise.
27041         * doc/cppinternals.texi: Likewise.
27042         * doc/c-tree.texi: Likewise.
27043         * doc/tree-ssa.texi: Likewise.
27044         * doc/install.texi: Likewise.
27045
27046 2007-01-27  Jan Hubicka  <jh@suse.cz>
27047
27048         * tree-sra.c (sra_walk_function): Don't rely on aliases being build.
27049         (pass_sra): Do not require alias information.
27050         * passes.c (init_optimization_passes): Add SRA
27051
27052 2007-01-27  Steven Bosscher  <steven@gcc.gnu.org>
27053
27054         * tracer.c (rest_of_handle_tracer): We already cleaned
27055         up the CFG in tracer() so don't do it here again.
27056         * cfgcleanup.c (rest_of_handle_jump2): Don't repeat
27057         cleanup_cfg here, either.  And don't call renumber_insns.
27058
27059         * cfgrtl.c (rtl_verify_flow_info_1): Don't verify that BB_END
27060         and BB_HEAD are in the insn stream here.  Instead make sure
27061         that BB_INSN is valid on all insns.  Also, do check here that
27062         there are no pending branch predictions...
27063         (rtl_verify_flow_info): ...instead of doing it here.  Checks
27064         for BB_END and BB_HEAD moved from rtl_verify_flow_info_1 to
27065         here.
27066
27067 2007-01-26  Roger Sayle  <roger@eyesopen.com>
27068
27069         * config/i386/i386.c (ix86_swap_binary_operands_p): New helper
27070         function to simplify/factorize operand order canonicalization.
27071         (ix86_fixup_binary_operands): Reorganize using the above function.
27072         (ix86_binary_operator_ok): Likewise.
27073
27074 2007-01-27  Jakub Jelinek  <jakub@redhat.com>
27075
27076         * genattrtab.c (struct attr_value_list, insn_code_values): Move to
27077         file scope from optimize_attrs.
27078         (simplify_test_exp): If insn_code_values is not NULL, use it to speed
27079         up search.
27080         (optimize_attrs): Clear insn_code_values after freeing it.
27081
27082 2007-01-26  Zdenek Dvorak <dvorakz@suse.cz>
27083
27084         * tree-ssa-address.c (create_mem_ref): Remove ", bsi" from
27085         a parts.base assignment.
27086
27087 2007-01-26  Zdenek Dvorak <dvorakz@suse.cz>
27088
27089         * tree-data-ref.c (dump_subscript): Use dump_conflict_function.
27090         (compute_subscript_distance, initialize_data_dependence_relation,
27091         finalize_ddr_dependent, analyze_ziv_subscript,
27092         analyze_siv_subscript_cst_affine,
27093         compute_overlap_steps_for_affine_univar,
27094         compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
27095         analyze_siv_subscript, analyze_miv_subscript,
27096         analyze_overlapping_iterations, subscript_dependence_tester_1,
27097         compute_self_dependence, free_dependence_relation): Work
27098         with affine_fn instead of chrecs.
27099         (dump_affine_function, dump_conflict_function, affine_function_equal_p,
27100         common_affine_function, affine_function_base,
27101         affine_function_constant_p, affine_fn_op, affine_fn_plus,
27102         affine_fn_minus, affine_fn_free, conflict_fn_not_known,
27103         conflict_fn_no_dependence, free_conflict_function, free_subscripts,
27104         conflict_fn, affine_fn_cst, affine_fn_univar): New functions.
27105         (all_chrecs_equal_p): Removed.
27106         * tree-data-ref.h (affine_fn, conflict_function): New types.
27107         (struct subscript): Change type of conflicting_iterations_in_a
27108         and conflicting_iterations_in_b.
27109
27110 2007-01-26  Steve Ellcey  <sje@cup.hp.com>
27111
27112         PR other/30182
27113         * config/pa/pa.h (TARGET_HPUX_11): New.
27114         * config/pa/pa-hpux11.h (TARGET_HPUX_11): New.
27115         * config/pa/pa.c (pa_init_builtins): Use TARGET_HPUX_11.
27116
27117 2007-01-26  Daniel Berlin  <dberlin@dberlin.org>
27118         Richard Guenther  <rguenther@suse.de>
27119
27120         * tree-ssa-structalias.c (solve_graph): Handle case
27121         we merged the variable to another.
27122
27123 2007-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
27124
27125         * builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even'
27126         functions.
27127
27128         * fold-const.c (negate_mathfn_p): Treat casin, casinh, catan,
27129         catanh, cproj, csin, csinh, ctan and ctanh as 'odd' functions.
27130
27131 2007-01-25  DJ Delorie  <dj@redhat.com>
27132
27133         * config/m32c/m32c.c (m32c_cannot_change_mode_class): We don't
27134         allow changes to modes which don't fit in those registers.
27135
27136         * reload1.c (choose_reload_regs): Check for invalid subregs before
27137         computing their locations, not after.
27138
27139 2007-01-25  Geoffrey Keating  <geoffk@apple.com>
27140
27141         PR 25127
27142         * config/rs6000/rs6000.c (first_altivec_reg_to_save): On Darwin,
27143         save Altivec registers in an eh_return function.
27144         (compute_vrsave_mask): Likewise.
27145         (rs6000_stack_info): Correct AIX/Darwin stack alignment computation
27146         for saving Altivec registers.
27147         (rs6000_emit_prologue): Don't allocate stack twice in
27148         eh_return function.  Correct expected value of altivec_save_offset
27149         when using save_world.  Describe save of R0 to stack when using
27150         save_world.  Describe stack pointer adjustment when using
27151         save_world.  Remove duplicated eh_return parameter register saving.
27152         Update sp_offset variable after save_world.
27153         * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA): Remove
27154         darwin-world.asm.
27155         (LIB2FUNCS_EXTRA): Add darwin-world.asm.
27156         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): -m64
27157         implies Altivec.
27158
27159 2007-01-25  Steve Ellcey  <sje@cup.hp.com>
27160
27161         * config.gcc (ia64*-*-hpux*): Make posix threads the default.
27162
27163 2007-01-25  Steve Ellcey  <sje@cup.hp.com>
27164
27165         PR other/30182
27166         * config/pa/pa.c (pa_init_builtins): Set asm names for finite routines.
27167         * config/ia64/ia64.c (ia64_init_builtins): Ditto.
27168
27169 2007-01-25  Richard Guenther  <rguenther@suse.de>
27170
27171         * doc/invoke.texi (-Wcoverage-mismatch): Document.
27172         * common.opt (-Wcoverage-mismatch): New warning option.
27173         * coverage.c (get_coverage_counts): Ignore coverage mismatch
27174         if -Wcoverage-mismatch is given.
27175
27176 2007-01-25  Razya Ladelsky  <razya@il.ibm.com>
27177
27178         * ipa-cp.c (ipcp_insert_stage, ipcp_driver): Support for SSA.
27179         (ipcp_driver): Change to static definition.
27180         Add dumping of the ifunctions.
27181         (constant_val_insert): Remove unused parameter. Support for SSA.
27182         (ipcp_propagate_const): Support for SSA.
27183         (ipcp_profile_bb_print): Print only analyzed nodes.
27184         (ipcp_replace_map_create): Remove support for Fortran constant
27185         for now.
27186         * ipa-prop.c (ipa_method_modify_stmt,
27187         ipa_callsite_compute_param): Support for SSA.
27188         * ipa-prop.h (ipcp_driver): Remove declaration.
27189         (IS_VALID_TREE_MAP_INDEX): Add define.
27190
27191 2007-01-24  Geoffrey Keating  <geoffk@apple.com>
27192
27193         * unwind-dw2.c (execute_stack_op): Handle DW_OP_swap.
27194
27195 2007-01-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
27196
27197         PR middle-end/30447
27198         * builtins.c (fold_builtin_cabs): Use MPFR to evaluate a
27199         constant argument to cabs and do it without checking for
27200         -funsafe-math-optimizations.
27201
27202 2007-01-24  Douglas Gregor  <dgregor@osl.iu.edu>
27203
27204         * c-common.h (RID_FIRST_CXX0X): New.
27205         (RID_LAST_CXX0X): New.
27206         * c-opts.c (c_common_handle_option): -Wc++0x-compat is triggered
27207         by -Wall.
27208         * c.opt (Wc++0x-compat): New.
27209         * doc/invoke.texi (-Wc++0x-compat): Document.
27210
27211 2007-01-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
27212
27213         * builtins.c (fold_builtin_carg): New.
27214         (fold_builtin_1): Use it.
27215
27216 2007-01-24  Jan Hubicka  <jh@suse.cz>
27217
27218         * ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.
27219
27220         * ipa-inline.c (initial_insns, max_insns): Delete.
27221         (compute_max_insns): New function.
27222         (cgraph_decide_inlining_of_small_function): Use it; take minimal
27223         amount of insns as base for code growth.
27224         (cgraph_decide_inlining): Make initial_insns local; do not compute
27225         max_insns.
27226         * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 60.
27227         * doc/invoke.texi (inline-unit-growth): Update docs.
27228
27229 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
27230
27231         * config/i386/i386.h (x86_cmpxchg16b): Remove const.
27232         (TARGET_CMPXCHG16B): Define to x86_cmpxchg16b.
27233         * config/i386/i386.c (x86_cmpxchg16b): Remove const.
27234         (override_options): Add PTA_CX16 flag.  Set x86_cmpxchg16b
27235         for CPUs that have PTA_CX16 set.
27236
27237         PR middle-end/27416
27238         * gimplify.c (omp_check_private): New function.
27239         (gimplify_scan_omp_clauses): Use it for
27240         firstprivate/lastprivate/reduction.
27241
27242         PR middle-end/30494
27243         * gimplify.c (omp_add_variable): Don't call omp_notice_variable
27244         on TYPE_SIZE_UNIT for GOVD_LOCAL VLAs.
27245
27246         PR middle-end/30421
27247         * omp-low.c (lower_omp_for_lastprivate): Add dlist argument.
27248         If lower_lastprivate_clauses emits some statements, append them
27249         to dlist rather than body_p and to body_p append an initializer.
27250         (lower_omp_for): Adjust caller.
27251
27252 2007-01-24  Steve Ellcey  <sje@cup.hp.com>
27253
27254         * target.h (globalize_decl_name): New.
27255         * target-def.h (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
27256         * output.h (default_globalize_decl_name): New.
27257         * varasm.c (asm_output_bss): Use globalize_decl_name instead of
27258         globalize_label.
27259         (globalize_decl): Ditto.
27260         (default_globalize_decl_name): New.
27261         * config/ia64/ia64.c (ia64_globalize_decl_name): New.
27262         (ia64_handle_version_id_attribute): New.
27263         (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
27264         (ia64_asm_output_external): Use globalize_decl_name instead
27265         of globalize_label.
27266         * doc/extend.texi (version_id): New pragma.
27267         * doc/tm.texi (ARGET_ASM_GLOBALIZE_DECL_NAME): New target hook.
27268
27269 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
27270
27271         * unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with
27272         _uleb128_t and _Unwind_SWord with _sleb128_t.
27273         * unwind-dw2.c (extract_cie_info, execute_stack_op,
27274         execute_cfa_program, uw_frame_state_for, uw_update_context_1):
27275         Likewise.
27276         * unwind-c.c (parse_lsda_header, PERSONALITY_FUNCTION): Likewise.
27277         * unwind-pe.h (read_uleb128, read_sleb128,
27278         read_encoded_value_with_base): Likewise.
27279         * unwind-generic.h: Define _sleb128_t and _uleb128_t types.
27280
27281 2007-01-24  Richard Guenther  <rguenther@suse.de>
27282
27283         * builtins.c (expand_builtin_cexpi): Get the fndecl
27284         for cexp in the correct way.
27285
27286 2007-01-24  Jan Hubicka  <jh@suse.cz>
27287
27288         * tree-ssa-dce.c (eliminate_unnecesary_stmts): Remove dead LHS
27289         of calls.
27290
27291 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
27292
27293         * c-cppbuiltin.c (builtin_define_type_sizeof): New function.
27294         (c_cpp_builtins): New builtin macros: __SIZEOF_INT__, __SIZEOF_LONG__,
27295         __SIZEOF_LONG_LONG__, __SIZEOF_SHORT__, __SIZEOF_POINTER__,
27296         __SIZEOF_FLOAT__, __SIZEOF_DOUBLE__, __SIZEOF_LONG_DOUBLE__,
27297         __SIZEOF_SIZE_T__, __SIZEOF_WCHAR_T__, __SIZEOF_WINT_T__ and
27298         __SIZEOF_PTRDIFF_T__.
27299         * doc/cpp.texi: Documentation for the new builtin macros added.
27300
27301 2007-01-24  Uros Bizjak  <ubizjak@gmail.com>
27302
27303         * config/i386/i386.md (tanxf2, tan<mode>2, atan<mode>2, log<mode>2,
27304         log10<mode>2, log2<mode>2, expxf2, exp10xf2, exp2xf2): Use op2
27305         instead of operands[2] to avoid access past the end of array.
27306
27307 2007-01-24  Richard Sandiford  <richard@codesourcery.com>
27308
27309         * reload1.c (emit_reload_insns): Pass the reload register
27310         for a non-spill output reload through forget_old_reloads_1.
27311
27312 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
27313
27314         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
27315         _SOFT_DOUBLE if doubles use software floating-point.
27316         * config/rs6000/libgcc-ppc-glibc.ver: Export additional long
27317         double functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
27318         * config/rs6000/darwin-ldouble.c: Also compile functions for
27319         hard-float without FPRs.  Use fmsub function for all __NO_FPRS__
27320         cases.  Compile extra functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
27321         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove
27322         commented-out long double override.
27323         (CPP_LONGDOUBLE_DEFAULT_SPEC): Likewise.
27324         * config/rs6000/eabispe.h: Likewise.
27325         * config/rs6000/rs6000.c (rs6000_override_options): Don't override
27326         long double for non-SPE.
27327         (rs6000_handle_option): Likewise.
27328         (invalid_e500_subreg): Disallow more subregs involding DImode,
27329         DFmode, TImode or TFmode.
27330         (rs6000_legitimate_offset_address_p): Check TFmode offsets for
27331         E500 double.
27332         (legitimate_lo_sum_address_p): Also check for TFmode for E500
27333         double.
27334         (rs6000_legitimize_address): Also handle TFmode for E500 double.
27335         (rs6000_legitimize_reload_address): Also handle TFmode for E500
27336         double.
27337         (rs6000_legitimate_address): Also check for TFmode for E500
27338         double.
27339         (rs6000_emit_move): Use DFmode subregs of TFmode for E500 double.
27340         (spe_build_register_parallel): Handle TFmode and TCmode.
27341         (rs6000_spe_function_arg): Handle TFmode and TCmode for E500
27342         double.
27343         (function_arg): Handle TFmode and TCmode for E500 double.
27344         (rs6000_init_libfuncs): Initialize extra libfuncs for soft double
27345         in general.
27346         (print_operand): Handle TFmode and TImode for %y.
27347         (rs6000_generate_compare): Handle TFmode comparisons for E500
27348         double.
27349         (spe_func_has_64bit_regs_p): Check for TFmode for E500 double.
27350         (rs6000_function_value): Handle TFmode and TCmode for E500 double.
27351         (rs6000_libcall_value): Handle TFmode and TCmode for E500 double.
27352         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Check for
27353         TFmode for E500 double.
27354         * config/rs6000/rs6000.md (FP): Allow TF for E500 double.
27355         (floatsidf2): Enable for E500 double.
27356         (movtf_softfloat): Use rs6000_nonimmediate_operand.
27357         (extenddftf2): Change to extenddftf2_fprs.
27358         (extenddftf2): Call gen_spe_extenddftf2 or gen_extenddftf2_fprs
27359         depending on TARGET_E500_DOUBLE.
27360         (extendsftf2): Enable for E500 double.
27361         (trunctfdf2): Enable for E500 double.
27362         (trunctfsf2): Change to trunctfsf2_fprs.
27363         (trunctfsf2): Call gen_spe_trunctfsf2 or gen_trunctfsf2_fprs
27364         depending on TARGET_E500_DOUBLE.
27365         (floatsitf2): Enable for E500 double.
27366         (fix_trunctfsi2): Change to fix_trunctfsi2_fprs.
27367         (fix_trunctfsi2): Call gen_spe_fix_trunctfsi2 or
27368         gen_fix_trunctfsi2_fprs depending on TARGET_E500_DOUBLE.
27369         (negtf2): Change to negtf2_internal.
27370         (negtf2): New expander.
27371         (abstf2): Enable for E500 double.  Call gen_spe_abstf2_tst,
27372         gen_spe_abstf2_cmp or gen_abstf2_internal depending on
27373         TARGET_E500_DOUBLE and flag_unsafe_math_optimizations.
27374         (movdi_internal32): Use rs6000_nonimmediate_operand.
27375         (unnamed splitter): Likewise.
27376         * config/rs6000/spe.md (CMPTFEQ_GPR, TSTTFEQ_GPR, CMPTFGT_GPR,
27377         TSTTFGT_GPR, CMPTFLT_GPR, TSTTFLT_GPR): New unspecs.
27378         (SPE64TF, DITI): New mode macros.
27379         (frob_df_di): Change to frob_<SPE64:mode>_<DITI:mode>; allow more
27380         modes.
27381         (frob_tf_ti): New.
27382         (frob_<mode>_di_2): New.
27383         (frob_tf_di_8_2): New.
27384         (frob_di_df): Change to frob_di_<mode>; allow more modes.
27385         (frob_ti_tf): New.
27386         (frob_di_df_2): Change to frob_<DITI:mode>_<SPE64:mode>_2; allow
27387         more modes.
27388         (frob_ti_<mode>_8_2): New.
27389         (frob_ti_tf_2): New.
27390         (mov_si<mode>_e500_subreg0, mov_si<mode>_e500_subreg0_2,
27391         mov_si<mode>_e500_subreg4, mov_si<mode>_e500_subreg4_2): Allow
27392         TFmode.
27393         (mov_sitf_e500_subreg8, mov_sitf_e500_subreg8_2,
27394         mov_sitf_e500_subreg12, mov_sitf_e500_subreg12_2): New.
27395         (spe_trunctfdf2_internal1, spe_trunctfsf2, spe_extenddftf2,
27396         spe_fix_trunctfsi2, spe_fix_trunctfsi2_internal,
27397         spe_negtf2_internal, spe_abstf2_cmp, spe_abstf2_tst): New.
27398         (cmptfeq_gpr, tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr,
27399         tsttflt_gp): New.
27400
27401 2007-01-23  Ian Lance Taylor  <iant@google.com>
27402
27403         * Makefile.in (OBJS-common): Reformat, alphabetize, but put
27404         insn-*.o first.
27405         (OBJS-archive): Reformat, alphabetize.
27406         (OBJS): Change out_object_file to OBJS-md.
27407
27408 2007-01-23  Uros Bizjak  <ubizjak@gmail.com>
27409
27410         * config/i386/i386.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
27411         JUMP_P and CALL_P predicates where applicable.
27412         * config/i386/i386.c: Ditto.
27413         * config/i386/i386.md: Ditto.
27414         * config/i386/mmx.md: Ditto.
27415         * config/i386/predicates.md: Ditto.
27416
27417 2007-01-22  Andreas Schwab  <schwab@suse.de>
27418
27419         * config/m68k/m68k.h: Fix comment.
27420
27421 2007-01-22  Jan Hubicka  <jh@suse.cz>
27422
27423         * passes.c (init_optimization_passes): Do not rerun
27424         pass_early_warn_uninitialized.
27425
27426 2007-01-22  Richard Guenther  <rguenther@suse.de>
27427
27428         PR tree-optimization/30038
27429         * tree-ssa-math-opts.c (maybe_record_sincos): New static helper
27430         function.
27431         (execute_cse_sincos_1): Likewise.
27432         (execute_cse_sincos): Likewise.
27433         (gate_cse_sincos): Likewise.
27434         (pass_cse_sincos): New pass CSEing sin() and cos() calls using
27435         the cexpi() canonicalization of sincos().
27436         * tree-pass.h (pass_cse_sincos): Declare.
27437         * passes.c (init_optimization_passes): New pass pas_cse_sincos.
27438
27439 2007-01-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
27440
27441         PR rtl-optimization/29329
27442         * combine.c (replaced_rhs_insn): Rename to i2mod.
27443         (replaced_rhs_value): Rename to i2mod_new_rhs.
27444         (i2mod_old_rhs): New global variable.
27445         (combine_instructions): Adjust for above change.  Save a copy of
27446         the old RHS into i2mod_old_rhs when the contents of a REG_EQUAL
27447         note are substituted in the second instruction.
27448         (distribute_notes) <REG_DEAD>: Adjust for above change.  Do not
27449         ditch the note if it pertains to the second eliminated register
27450         and this register is mentioned in i2mod_old_rhs.
27451
27452         Revert:
27453         2006-09-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
27454
27455         * combine.c (distribute_notes) <REG_DEAD>: Do not consider SETs past
27456         the insn to which the note was originally attached.
27457
27458 2007-01-21  Jan Hubicka  <jh@suse.cz>
27459
27460         * ipa-inline.c (inlining_mode): Comment, move up.
27461         (cgraph_decide_inlining_incrementally): Do not perform inlining
27462         itself; fix handling of flattening of self recursive functions.
27463         (cgraph_find_cycles): Remove.
27464         (cgraph_flatten_node): Remove.
27465         (cgraph_decide_inlining): Use incremental inliner to handle flattening.
27466         (try_inline): New function.
27467         (cgraph_early_inlining): Update call of
27468         cgraph_decide_inlining_incrementally.  Apply inlining here.
27469         (apply_inline): Update call of cgraph_decide_inlining_incrementally.
27470
27471 2007-01-21  Dirk Mueller  <dmueller@suse.de>
27472
27473         PR bootstrap/30511
27474         * tree-vrp.c (check_array_bounds): do not warn
27475         about ADDR_EXPR's of ARRAY_REF's which are immediately
27476         used in binary expressions.
27477
27478 2007-01-21  Ira Rosen  <irar@il.ibm.com>
27479
27480         * tree-vectorizer.h (struct _stmt_vec_info): Add new field
27481         read_write_dep and macros for its access.
27482         * tree-vectorizer.c (new_stmt_vec_info): Initialize the new field.
27483         * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Remove
27484         argument, call vect_check_interleaving for every independent pair of
27485         data-refs. Mark loads that access the same memory location as a store
27486         in the loop.
27487         (vect_check_dependences): Remove.
27488         (vect_analyze_data_ref_dependences): Remove  vect_check_dependences
27489         call, fix the call to vect_analyze_data_ref_dependence.
27490         (vect_analyze_data_ref_access): For statements that access the same
27491         data-ref, check that they are not stores; for loads, check that there
27492         is no store that access the same location.
27493
27494 2007-01-20  Roger Sayle  <roger@eyesopen.com>
27495             Joseph Myers  <joseph@codesourcery.com>
27496
27497         * doc/invoke.texi (-fdump-rtl-combine): Fix under/overfull hbox.
27498         (-fdump-rtl-stack): Likewise.
27499         (-fno-signed-zeros): Use @minus{} for a minus sign.  Correct typo.
27500         (-mcheck-zero-division, -mcpu): Fix under/overfull hbox.
27501         (-mpt-fixed): Use @minus{} for minus sign.
27502         (Using Precompiled Headers): Fix under/overfull hbox.
27503
27504 2007-01-20  Jan Hubicka  <jh@suse.cz>
27505
27506         * tree-flow.h (struct stmt_ann_d): Move references_memory to proper
27507         place within annotation.
27508
27509 2007-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
27510
27511         * pa.c (output_move_double): Change array size of xoperands to 4.
27512
27513 2007-01-20  Jan Hubicka  <jh@suse.cz>
27514
27515         * tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL
27516         as temporary.
27517
27518 2007-01-19  Ian Lance Taylor  <iant@google.com>
27519
27520         * expmed.c (expand_divmod) [TRUNC_MOD_EXPR, TRUNC_DIV_EXPR]: Cast
27521         constant to unsigned HOST_WIDE_INT before negating.
27522
27523 2007-01-19  Ian Lance Taylor  <iant@google.com>
27524
27525         * tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field
27526         to unsigned.
27527         (VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Use unsigned comparison.
27528         (VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
27529         (SET_VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Likewise.
27530         (SET_VUSE_ELEMENT_VAR) [ENABLE_CHECKING]: Likewise.
27531         (SET_VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
27532         (realloc_vdef, realloc_vuse): Change second parameter to
27533         unsigned.
27534         (ssa_operand_iterator_d): Change vuse_index and mayuse_index
27535         fields to unsigned.
27536         * tree-ssa-operands.c (realloc_vop): Change num_elem parameter to
27537         unsigned. Change x and lim locals to unsigned.
27538         (realloc_vdef, realloc_vuse): Change num_elem parameter to
27539         unsigned.
27540         (finalize_ssa_vuse_ops): Change old_i local to unsigned.
27541         (copy_virtual_operands): Change i and n locals to unsigned.
27542
27543 2007-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
27544
27545         PR middle-end/29335
27546         * builtins.c (fold_builtin_1): Handle builtin fdim.
27547
27548 2007-01-20  Jan Hubicka  <jh@suse.cz>
27549
27550         * tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.
27551         * tree-ssa-structalias.c (compute_points_to_sets): Do call
27552         init_alias_heapvars.
27553         (init_alias_heapvars): Initialize only when not already initialized.
27554         (delete_alias_heapvars): Set heapvar_for_stmt to NULL.
27555
27556 2007-01-19  Roger Sayle  <roger@eyesopen.com>
27557
27558         * common.opt (fsigned-zeros): New command line option.
27559         * flags.h (HONOR_SIGNED_ZEROS): Control via flag_signed_zeros instead
27560         of flag_unsafe_math_optimizations.
27561         * opts.c (set_fast_math_flags): The -ffast-math command line option
27562         implies -fno-signed-zeros.
27563         (fast_math_flags_set_p): Likewise.
27564
27565         * doc/invoke.texi: Document new -fno-signed-zeros option, and update
27566         the documentation of -ffast-math appropriately.  Wrap long lines.
27567
27568 2007-01-19  Steve Ellcey  <sje@cup.hp.com>
27569
27570         * system.h (ASM_MAKE_LABEL_LINKONCE): Poison.
27571         * varasm.c (globalize_decl): Remove ASM_MAKE_LABEL_LINKONCE ifdef.
27572
27573 2007-01-19  Tomas Bily  <tbily@suse.cz>
27574
27575         * cgraphunit.c (cgraph_finalize_function): Updating of pid
27576         * tree-profile.c:
27577         (tree_init_ic_make_global_vars): New function
27578         (tree_init_edge_profiler): call of tree_init_ic_make_global_vars
27579         (tree_gen_ic_profiler): New function
27580         (tree_gen_ic_func_profiler): New function
27581         (tree_profiling): Added calling of tree_gen_ic_func_profiler
27582         (tree_profile_hooks): Added hook for indirec/virtual calls
27583         * value-prof.c (tree_find_values_to_profile): New case for
27584         indirect calls
27585         (tree_values_to_profile): Call for determining indirect/virtual
27586         counters
27587         (tree_indirect_call_to_profile): New function
27588         (tree_ic_transform): New function
27589         (tree_ic): New function
27590         (find_func_by_pid): New function
27591         (init_pid_map): New function
27592         (tree_value_profile_transformations): Added check for
27593         indirect/virtual call transformation
27594         * value-prof.h (enum hist_type): New counter type for
27595         indirect/virtual calls
27596         (profile_hooks): Added new hook for profiling indirect/virtual
27597         calls
27598         * profile.c (instrument_values): New case for indirect/virtual
27599         call added
27600         * gcov-io.h (GCOV_LAST_VALUE_COUNTER): Changed to 6
27601         (GCOV_COUNTER_V_INDIR): New counter type
27602         (GCOV_COUNTER_NAMES): New name of counter "indirect" added
27603         (GCOV_MERGE_FUNCTIONS): New merge function for indirect/virtual
27604         call added
27605         * cgraph.c: Definition of cgraph_max_pid
27606         (cgraph_create_node): Default init of pid attribute
27607         * cgraph.h: Declaration of cgraph_max_pid
27608         (struct cgraph_node): Added pid attribute
27609         * libgcov.c (__gcov_indirect_call_profiler): New function
27610         (__gcov_one_value_profiler_body): New function
27611         (__gcov_one_value_profiler): Body was moved to
27612         __gcov_one_value_profiler_body and calls it
27613
27614 2007-01-19  Basile Starynkevitch  <basile@starynkevitch.net>
27615
27616         * doc/gty.texi (Options): Document the mark_hook option to GTY.
27617         * gengtype.c (write_types_data, write_func_for_structure,
27618         write_types, ggc_wtd, pch_wtd): Add skip_hooks to
27619         write_types_data, ggc_wtd, pch_wtd for processing mark_hook.
27620         (walk_type, write_func_for_structure): Generate the mark_hook if
27621         needed.
27622
27623 2007-01-19  Jan Hubicka  <jh@suse.cz>
27624
27625         * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of
27626         'early' argument take inlining mode argument specifying whether to
27627         inline for size/speeed or all functions; add support for flattening;
27628         improve dumpting.
27629         (cgraph_early_inlining): Update call of decide_inlining_incrementally.
27630
27631 2007-01-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
27632
27633         PR c++/17947
27634         * toplev.c (warn_deprecated_use): Use %qD instead of %qs to print
27635         the name of the declared identifier.
27636
27637 2007-01-19  Dirk Mueller  <dmueller@suse.de>
27638
27639         * config/i386.h (CONDITIONAL_REGISTER_USAGE): Store
27640         result of PIC_OFFSET_TABLE_REGNUM in temporary variable to avoid
27641         duplicate evaluation.
27642
27643 2007-01-19  Uros Bizjak  <ubizjak@gmail.com>
27644
27645         * config/i386/i386.md (acos<mode>2): Rename from acossf2 and acosdf2.
27646         Macroize expander using X87MODEF12 mode macro.  Extend operand 1
27647         to XFMode, use acosxf2 and truncate result to requested mode.
27648         Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
27649         (asin<mode>2): Similarly, with asin expanders.
27650         (*fscalexf4_i387): Rename from *fscalexf4.
27651         (expNcorexf3): New expander.
27652         (expxf2, exp10xf2, exp2xf2): Use expNcorexf3 expander.
27653         (exp<mode>2): Rename from expsf2 and expdf2. Macroize expander using
27654         X87MODEF12 mode macro.  Extend operand 1 to XFMode, use expxf2 and
27655         truncate result to requested mode. Use SSE_FLOAT_MODE_P to disable
27656         patterns for SSE math.
27657         (exp10<mode>2): Similarly, with exp10 expanders.
27658         (exp2<mode>2): Similarly, with exp2 expanders.
27659         (expm1<mode>2): Similarly, with expm1 expanders.
27660         (ldexp<mode>3): Similarly, with ldexp expanders.
27661         (log<mode>2, log10<mode>2, log2<mode>2, log1p<mode>2, logb<mode>2):
27662         Use gen_truncxf<mode>2_i387_noop to truncate result.
27663
27664 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
27665
27666         * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Define to 32
27667         for ColdFire targets.
27668
27669 2007-01-19  Nathan Sidwell  <nathan@codesourcery.com>
27670             Richard Sandiford  <richard@codesourcery.com>
27671
27672         * config/m68k/m68k.h (M68K_STATIC_CHAIN_REG_NAME): New macro.
27673         (INITIALIZE_TRAMPOLINE): Use STATIC_CHAIN_REGNUM.
27674         (__transfer_from_trampoline): Use M68K_STATIC_CHAIN_REG_NAME.
27675         * config/m68k/m68kelf.h (STATIC_CHAIN_REGNUM): Override.
27676         (M68K_STATIC_CHAIN_REG_NAME): Likewise.
27677         * config/m68k/netbsd-elf.h (M68K_STATIC_CHAIN_REG_NAME): Likewise.
27678
27679 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
27680
27681         * config/m68k/m68k.md (adddi_dilshr32): Rename to...
27682         (*adddi_dilshr32): ...this.  Fix formatting.  Remove commented-out
27683         non-canonical pattern.  Restrict to !TARGET_COLDFIRE.
27684         (*adddi_dilshr32_cf): New pattern.
27685         (adddi3, subdi3): Remove first alternatives.
27686
27687 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
27688
27689         * config/m68k/m68k.c (notice_update_cc): If an SFmode move is
27690         implemented using move.l, do not use its cc result for floating-point
27691         comparisons.
27692
27693 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
27694
27695         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Stop the 'T' constraint
27696         from accepting 's' constraints if flag_pic.
27697
27698 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
27699
27700         * config/m68k/m68k.md (bordered, bunordered, buneq, bunge, bungt)
27701         (bunle, bunlt, bltgt, bordered_rev, bunordered_rev, buneq_rev)
27702         (bunge_rev, bungt_rev, bunle_rev, bunlt_rev, bltgt_rev): Change
27703         condition from TARGET_68881 to TARGET_HARD_FLOAT.
27704
27705 2007-01-19  Sandra Loosemore  <sandra@codesourcery.com>
27706
27707         * longlong.h (count_leading_zeros, COUNT_LEADING_ZEROS_0): Add
27708         ColdFire alternatives.
27709         * config/m68k/m68k.h (CLZ_DEFINED_VALUE_AT_ZERO): New macro.
27710         * config/m68k/m68k.md (clzsi2): Define for ColdFire
27711         architectures that support ff1 instruction.
27712
27713 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
27714             Julian Brown  <julian@codesourcery.com>
27715
27716         * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Add an 'R' case.
27717         * config/m68k/m68k.md (*movsi_cfv4): Fold into...
27718         (*movsi_cf): ...here.  Remove unnecessary 'R' from 'Rg'.
27719         Add commentary.
27720
27721 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
27722
27723         * config/m68k/m68k-protos.h (valid_mov3q_const): Take a HOST_WIDE_INT
27724         and return a bool.
27725         (output_move_const_into_data_reg, output_move_simode_const): Delete.
27726         * config/m68k/m68k.c (const_method, const_int_cost): Take a
27727         HOST_WIDE_INT instead of an rtx.
27728         (m68k_rtx_costs): Update call accordingly.
27729         (output_move_const_into_data_reg): Likewise.  Fix formatting.
27730         (valid_mov3q_const): Take a HOST_WIDE_INT instead of an rtx.
27731         Return a bool.
27732         (output_move_simode_const): Update calls after above changes.
27733         Rework to use automatic variables and predicates like MEM_P.
27734         * config/m68k/m68k.md (pushexthisi_const): Update call to
27735         valid_mov3q_const.
27736
27737 2007-01-19  Dirk Mueller  <dmueller@suse.de>
27738
27739         * tree-ssa-alias.c (perform_var_substitution): Fix typo
27740         in dump_flags test.
27741
27742 2007-01-19  Richard Guenther  <rguenther@suse.de>
27743
27744         * builtins.c (expand_builtin_cexpi): Fall back to expanding
27745         via cexp in case sincos is not available.
27746
27747 2007-01-19  Richard Guenther  <rguenther@suse.de>
27748
27749         * doc/tm.texi (TARGET_HAS_SINCOS): Document new target macro.
27750         * defaults.h (TARGET_HAS_SINCOS): Default to off.
27751         * config/linux.h (TARGET_HAS_SINCOS): Set to on if we have glibc.
27752         * config/alpha/linux.h (TARGET_HAS_SINCOS): Likewise.
27753         * config/sparc/linux.h (TARGET_HAS_SINCOS): Likewise.
27754         * config/sparc/linux64.h (TARGET_HAS_SINCOS): Likewise.
27755         * config/rs6000/linux.h (TARGET_HAS_SINCOS): Likewise.
27756         * config/rs6000/linux64.h (TARGET_HAS_SINCOS): Likewise.
27757
27758 2007-01-19  Uros Bizjak  <ubizjak@gmail.com>
27759
27760         * config/i386/i386.md (*fpatanxf3_i387, fpatan_extend<mode>xf3_i387):
27761         New insn patterns.
27762         (atan2sf3_1, atan2df3_1, atan2xf3_1): Remove insn patterns.
27763         (atan2xf3): Directly generate RTL pattern.
27764         (atan2<mode>3): Rename from atan2sf3 and atan2df3 and macroize insn
27765         patterns using X87MODEF12 mode macro.  Use fpatan_extend<mode>xf3_i387
27766         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
27767         disable patterns for SSE math.
27768         (atan<mode>2): Rename from atansf2 and atandf2 and macroize insn
27769         patterns using X87MODEF12 mode macro.  Use fpatan_extend<mode>xf3_i387
27770         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
27771         disable patterns for SSE math.
27772
27773 2007-01-19  Alexandre Oliva  <aoliva@redhat.com>
27774
27775         * libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0.
27776
27777 2007-01-18  Roger Sayle  <roger@eyesopen.com>
27778
27779         * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away a
27780         VIEW_CONVERT_EXPR to the same type as it's operand.
27781
27782 2007-01-18  David Edelsohn  <edelsohn@gnu.org>
27783
27784         * config/rs6000/darwin-ldouble.c: Only build _SOFT_FLOAT if
27785         configured for long double 128.
27786
27787 2007-01-18  Mike Stump  <mrs@apple.com>
27788
27789         * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Fix build
27790         error.
27791
27792 2007-01-18  Michael Meissner  <michael.meissner@amd.com>
27793
27794         * i386.c (ix86_compute_frame_layout): Make fprintf's in #if 0 code
27795         type correct.
27796
27797 2007-01-18  Jan Hubicka  <jh@suse.cz>
27798
27799         * tree-ssa-operands.c (vop_free_bucket_size): Never return value
27800         greater than NUM_VOP_FREE_BUCKETS.
27801
27802 2007-01-18  Daniel Berlin  <dberlin@dberlin.org>
27803
27804         * tree-ssa-structalias.c: Update comments.
27805         (ptabitmap_obstack): Removed.
27806         (pta_obstack): New.
27807         (oldpta_obstack): Ditto.
27808         (stats): Add a few members.
27809         (struct variable_info): Remove node, complex, address_taken, and
27810         indirect_target members. Add oldsolution member.
27811         (new_var_info): Do not initialize removed members.
27812         (constraint_expr_type): Remove INCLUDES.
27813         (constraint_graph): Add size, implicit_preds, rep,
27814         indirect_cycles, eq_rep, label, direct_nodes, and complex members.
27815         (FIRST_REF_NODE): New macro.
27816         (LAST_REF_NODE): Ditto.
27817         (FIRST_ADDR_NODE): Ditto.
27818         (find): New function.
27819         (unite): Ditto.
27820         (dump_constraint): Do not handle INCLUDES.
27821         (insert_into_complex): Do not insert duplicate constraints.
27822         (condense_varmap_nodes): Renamed and rewritten into ...
27823         (merge_node_constraints): This. Also fix bug in handling of
27824         offseted copy constraints.
27825         (clear_edges_for_node): No longer need to deal with preds at all,
27826         or removing associated preds/succs.
27827         (merge_graph_nodes): Deal with indirect_cycles.
27828         Don't deal with predecessors.
27829         (add_implicit_graph_edge): New function.
27830         (add_pred_graph_edge): Ditto.
27831         (add_graph_edge): Don't deal with predecessors.
27832         (build_constraint_graph): Removed.
27833         (build_pred_graph): New function.
27834         (build_succ_graph): Ditto.
27835         (struct scc_info): Removed in_component. Added roots, dfs, and
27836         node_mapping. Remove visited_index, unification_queue.
27837         (scc_visit): Deal with union-find we do now.
27838         Deal with cycles with REF nodes.
27839         (collapse_nodes): Renamed and rewritten to ...
27840         (unify_nodes): This.
27841         (process_unification_queue): Removed.
27842         (topo_visit): Cleanup
27843         (do_da_constraint): Use find.
27844         (do_sd_constraint): Ditto.
27845         (do_ds_constraint): Ditto.
27846         (do_complex_constraint): Ditto.
27847         (init_scc_info): Update for removed and added members.
27848         (find_and_collapse_graph_cycles): Renamed and rewritten into ...
27849         (find_indirect_cycles): This.
27850         (equivalence_class): New variable.
27851         (label_visit): New function.
27852         (perform_variable_substitution): Rewritten.
27853         (free_var_substitution_info): New function.
27854         (find_equivalent_node): Ditto.
27855         (move_complex_constraints): Ditto.
27856         (eliminate_indirect_cycles): Ditto.
27857         (solve_graph): Only propagate changed bits.
27858         Use indirect cycle elimination.
27859         Use find.
27860         (tree_id_t): Rename to tree_vi_t, delete id member, add vi member.
27861         (tree_id_eq): Renamed to ...
27862         (tree_vi_eq): This. Update for member change
27863         (insert_id_for_tree): Renamed and rewritten to ...
27864         (insert_vi_for_tree): This.
27865         (lookup_id_for_tree): Renamed and rewritten to ...
27866         (lookup_vi_for_tree): This.
27867         (get_id_for_tree): Renamed and rewritten to ...
27868         (get_vi_for_tree): Ditto.
27869         (get_constraint_exp_from_ssa_var): Update to use get_vi_for_tree.
27870         (process_constraint): Don't handle INCLUDES.
27871         Remove special ADDRESSOF case.
27872         (find_func_aliases): Rewrite to use vi functions instead of id
27873         ones.
27874         (create_function_info_for): Ditto.
27875         (create_variable_info_for): Ditto.
27876         (intra_create_variable_infos): Ditto.
27877         (merge_smts_into): Ditto.
27878         (find_what_p_points_to): Ditto.
27879         (init_base_vars): Ditto.
27880         (init_alias_vars): Ditto.
27881         (remove_preds_and_fake_succs): New function.
27882         (dump_sa_points_to_info): Dump new stats.
27883         (dump_solution_for_var): Use find.
27884         (set_used_smts): Fix formatting.
27885         (compute_points_to_sets): Updated for new functions.
27886         (ipa_pta_execute): Ditto.
27887
27888 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
27889             Richard Sandiford  <richard@codesourcery.com>
27890
27891         * doc/tm.texi (TARGET_FUNCTION_VALUE): Expand documentation of
27892         parallels.
27893         * calls.c (expand_call): If the return value is a PARALLEL,
27894         extract its first member.
27895         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Remove.
27896         * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
27897         use FUNCTION_EXTRA_EPILOGUE.
27898         (m68k_function_value): Return a PARALLEL if the return value
27899         is of a pointer type.
27900         * config/m68k/netbsd-elf.h (current_function_returns_pointer)
27901         (FUNCTION_EXTRA_EPILOGUE): Remove.
27902         * config/m68k/m68k.md (D0_REG): New constant.
27903
27904 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
27905
27906         * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
27907         output a NOP for empty epilogues.
27908
27909 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
27910
27911         * config/m68k/m68k.c (m68k_use_return_insn): Update comments
27912         before function.  Extend register save check to include all
27913         registers, not just integer ones.
27914
27915 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
27916
27917         * config/m68k/m68k-protos.h (use_return_insn): Rename to...
27918         (m68k_use_return_insn): ...this.
27919         * config/m68k/m68k.h (USE_RETURN_INSN): Delete.
27920         * config/m68k/m68k.c (use_return_insn): Rename to...
27921         (m68k_use_return_insn): ...this.
27922         * config/m68k/m68k.md (return): Use m68k_use_return_insn instead
27923         of USE_RETURN_INSN.
27924
27925 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
27926
27927         * config/m68k/fpgnulib.c (__truncdfsf2): Implement round to
27928         nearest even, fix denormal rounding overflow.
27929
27930 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
27931
27932         * config/m68k/m68k.md (movsf_cf_hard): Use fsmove instead of
27933         f%$smove and f%$move.
27934         (movdf_cf_hard): Use fdmove for cases 0 and 3 and fmove for case 1.
27935         (extendsfdf2_cf): Use fdmove instead of f%&move.
27936         (truncdfsf2_cf): Use fsmove instead of f%$smove.
27937         (add<mode>3_cf, sub<mode>3_cf): Use <FP:prec> instead of <FP:round>.
27938
27939 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
27940
27941         * config/m68k/m68k.md (movdf_cf_hard): Use output_move_double for
27942         GPR<-GPR moves.
27943
27944 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
27945
27946         * real.h (real_format): Add a canonical_nan_lsbs_set field.
27947         (coldfire_single_format): Declare.
27948         (coldfire_double_format): Likewise.
27949         * real.c (encode_ieee_single): Use canonical_nan_lsbs_set instead
27950         of qnan_msb_set to determine the lower bits of a canonical
27951         NaN significand.
27952         (encode_ieee_double): Likewise.
27953         (encode_ieee_quad): Likewise.
27954         (ieee_single_format): Initialize canonical_nan_lsbs_set.
27955         (mips_single_format): Likewise.
27956         (ieee_double_format): Likewise.
27957         (mips_double_format): Likewise.
27958         (ieee_extended_motorola_format): Likewise.
27959         (ieee_extended_intel_96_format): Likewise.
27960         (ieee_extended_intel_128_format): Likewise.
27961         (ieee_extended_intel_96_round_53_format): Likewise.
27962         (ibm_extended_format): Likewise.
27963         (mips_extended_format): Likewise.
27964         (ieee_quad_format): Likewise.
27965         (mips_quad_format): Likewise.
27966         (vax_f_format): Likewise.
27967         (vax_d_format): Likewise.
27968         (vax_g_format): Likewise.
27969         (i370_single_format): Likewise.
27970         (i370_double_format): Likewise.
27971         (decimal_single_format): Likewise.
27972         (decimal_double_format): Likewise.
27973         (decimal_quad_format): Likewise.
27974         (c4x_single_format): Likewise.
27975         (c4x_extended_format): Likewise.
27976         (real_internal_format): Likewise.
27977         (coldfire_single_format): New real_format.
27978         (coldfire_double_format): Likewise.
27979         * config/pdp11/pdp11.c (pdp11_f_format): Initialize
27980         canonical_nan_lsbs_set.
27981         (pdp11_d_format): Likewise.
27982         * config/m68k/m68k.c (override_options): Override REAL_FORMAT_MODE
27983         if TARGET_COLDFIRE_CPU.
27984
27985 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
27986
27987         * config/m68k/m68k-protos.h (m68k_output_pic_call): Delete.
27988         (output_call, m68k_legitimize_call_address): Declare.
27989         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Remove unnecessary
27990         parenthesees.  Add support for a 'W' constraint.
27991         (LEGITIMATE_PIC_OPERAND_P): Remove SYMBOL_REF_FLAG handling.
27992         (PRINT_OPERAND_PUNCT_VALID_P): Remove comment about 'o'.
27993         (m68k_symbolic_call, m68k_symbolic_jump): Declare.
27994         * config/m68k/m68k.c (m68k_symbolic_call, m68k_symbolic_jump): New
27995         variables.
27996         (override_options): Initialize them.  Do not set flag_no_function_cse
27997         for TARGET_ID_SHARED_LIBRARY.
27998         (m68k_output_pic_call): Delete.
27999         (m68k_legitimize_call_address): New function.
28000         (print_operand): Remove the %o prefix.  Handle the %p prefix.
28001         (output_call): New function.
28002         (m68k_output_mi_thunk): Use m68k_symbolic_jump.  Always load the
28003         target address from the GOT if symbolic jumps are not allowed.
28004         * config/m68k/m68k.md (call, general_operand): Do not set
28005         SYMBOL_REF_FLAG.  Use m68k_legitimize_call_address instead.
28006         Merge separate flag_pic and !flag_pic define_insns into...
28007         (*call, *call_value): ...these new patterns.  Match the address
28008         rather than the containing MEM and require it to be a call_operand.
28009         Use output_call to generate the asm template.
28010         * config/m68k/predicates.md (const_call_operand): New predicate.
28011         (call_operand): Likewise.
28012
28013 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
28014
28015         * config/m68k/m68k.h (REGISTER_MOVE_COST): Simplify definition.
28016         (STACK_GROWS_DOWNWARD): Define to 1.
28017         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Equivocate
28018         comments, emphasizing that these values are only defaults.
28019         * config/m68k/linux.h (LINK_SPEC): Fix formatting in #undef.
28020         * config/m68k/m68k.c (const_method): Remove trailing whitespace.
28021
28022 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
28023
28024         * config/m68k/m68k.md (cmpsi): Remove outdated flag_pic handling.
28025
28026 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
28027             Richard Sandiford  <richard@codesourcery.com>
28028
28029         * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P)
28030         (FP_REGNO_P): New macros.
28031         (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_DATA_P)
28032         (REGNO_OK_FOR_FP_P, REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Use them.
28033         (EH_RETURN_STACKADJ_RTX): Use A0_REG.
28034         * config/m68k/m68k.c (m68k_regno_mode_ok): Use the new REGNO macros.
28035
28036 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
28037
28038         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
28039         (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-rtems*): Add t-floatlib
28040         to $tmake_file.
28041         * config/m68k/t-floatlib: New file, extracting common code from...
28042         * config/m68k/t-m68kbare, config/m68k/t-m68kelf,
28043         * config/m68k/t-uclinux: Here.
28044         * config/m68k/fpgnulib.c: Do not compile extendeed precision
28045         routines on ColdFire targets.
28046
28047 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
28048
28049         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
28050         (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*)
28051         (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-linux*)
28052         (m68k-*-rtems*): Use tm_file rather than m68k/m68k.h and
28053         explicitly set MOTOROLA to 1.
28054         * config/m68k/m68k.h (MOTOROLA): Simplify definition accordingly.
28055
28056 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
28057             Nathan Sidwell  <nathan@codesourcery.com>
28058
28059         * config/m68k/m68k.h (PCC_STATIC_STRUCT_RETURN): Delete.
28060         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add MOTOROLA cases.
28061         * config/m68k/coff.h (REGISTER_PREFIX_MD): Delete.
28062         * config/m68k/m68020-elf.h (LIB_SPEC): Delete.
28063         * config/m68k/m68k-none.h (CC1_SPEC, CPP_SUBTARGET_SPEC): Delete.
28064         * config/m68k/m68kelf.h (IMMEDIATE_PREFIX, REGISTER_PREFIX_MD)
28065         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
28066         (NO_DOLLAR_IN_LABEL, PCC_STATIC_STRUCT_RETURN): Don't undefine.
28067         (BSS_ASM_OP, ASM_OUTPUT_SKIP, ASM_OUTPUT_ASCII): Delete.
28068         * config/m68k/m68kemb.h (PCC_STATIC_STRUCT_RETURN): Don't undefine.
28069         * config/m68k/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE)
28070         (WCHAR_TYPE_SIZE, TARGET_OBJFMT_CPP_BUILTINS): Delete.
28071         (TARGET_OS_CPP_BUILTINS): Don't define mc68000 and mc68020 here.
28072         (DBX_REGISTER_NUMBER): Delete.
28073         * config/m68k/netbsd-elf.h (IMMEDIATE_PREFIX): Delete.
28074         (PCC_STATIC_STRUCT_RETURN): Don't undefine.
28075         * config/m68k/openbsd.h (PCC_STATIC_STRUCT_RETURN): Define.
28076
28077 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
28078
28079         * config.gcc (m68k-*-uclinux*): Add flat.h to $tm_file.
28080         * config/flat.h: New file.
28081         * crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define if
28082         OBJECT_FORMAT_FLAT.
28083         * config/m68k/m68k.h (ASM_PREFERRED_EH_DATA_FORMAT): Do not use
28084         indirect references for -msep-data or -mid-shared-library.
28085         Do not use PC-relative code addresses either.
28086         * config/m68k/m68k.c (override_options): Restrict -fPIC error
28087         to -mpcrel.
28088         * config/m68k/uclinux.h (STARTFILE_SPEC): Define.  Use Scrt1.o
28089         for shared libraries and crt1.o for executables.  Use crti.o and
28090         crtbegin.o.
28091         (ENDFILE_SPEC): Use crtend.o and crtn.o.
28092         (LIB_SPEC): Suppress -Rlibc.gdb if -static-libc is given.
28093         Do not add -elf2flt or -shared-lib-id options here.
28094         (LINK_SPEC): Define.  Pass -elf2flt if no -elf2flt option is given.
28095         Pass -shared-lib-id if -mid-shared-library, taking the library
28096         identifier from -mshared-library-id if given, otherwise
28097         defaulting to 0.
28098         (EH_FRAME_IN_DATA_SECTION): Do not undefine.
28099         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Likewise.
28100         (TARGET_OS_CPP_BUILTINS): Define __GXX_MERGED_TYPEINFO_NAMES=0
28101         and __GXX_TYPEINFO_EQUALITY_INLINE=0 if -mid-shared-library.
28102         (DRIVER_SELF_SPECS): Map unadorned PIC options to -msep-data.
28103         * config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Add crtbegin.o
28104         and crtend.o.
28105         * config/m68k/lb1sf68.asm (PICCALL): Use an lea and pc-relative
28106         jump sequence for ISA A and ISA A+.
28107         (PICJUMP): Likewise.
28108
28109 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
28110
28111         * config.gcc (m68k-*-uclinux*): Base the port on the common
28112         and m68k GNU/Linux files rather than on the generic ELF ones.
28113         * config/m68k/uclinux.h (TARGET_VERSION): Override.
28114         (TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS.
28115
28116 2007-01-18  Julian Brown  <julian@codesourcery.com>
28117             Richard Sandiford  <richard@codesourcery.com>
28118
28119         * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Make 64-bit on ColdFire.
28120         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
28121         * config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Undefine
28122         before redefining.
28123         * config/m68k/uclinux-oldabi.h (LONG_DOUBLE_TYPE_SIZE): Redefine to
28124         80 unconditionally.
28125         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
28126
28127 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
28128
28129         * doc/install.texi: Document m68k-uclinuxoldabi.
28130         * config.gcc (m68k-*-uclinuxoldabi): New configuration.
28131         * config/m68k/uclinux-oldabi.h: New file, copied from
28132         config/m68k/uclinux.h.
28133
28134 2007-01-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
28135
28136         * config/m32r/m32r-protos.h (m32r_expand_epilogue): Declare it.
28137         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Use gen_frame_mem.
28138         (m32r_compute_frame_size): Use unsigned for regno.
28139         (m32r_reload_lr): Use gen_frame_mem.
28140         (pop): New.
28141         (m32r_output_function_epilogue): Don't output the function epilogue
28142         textually here.
28143         (m32r_expand_epilogue): New.
28144         (direct_return): Return false if the function has the interrupt
28145         attribute.
28146         (m32r_hard_regno_rename_ok): Remove code for the textual epilogue.
28147         * config/m32r/m32r.md (epilogue): New expander.
28148         (return_lr, return_rte): New insns.
28149         (return): Make it expander.
28150         (return_normal): New expander.
28151
28152 2007-01-18  Josh Conner  <jconner@apple.com>
28153
28154         PR target/30485
28155         * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Add
28156         support for UNLE, UNLT, UNGE, and UNGT.
28157
28158 2007-01-18  Jan Hubicka  <jh@suse.cz>
28159
28160         * tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.
28161         * tree-tailcall (add_virtual_phis): Likewise.
28162         (optimize_tail_call): Return TODOs.
28163         (execute_tail_calls): Return TODOs.
28164         * tree-ssa-ccp (execute_fold_all_builtins): Do cleanup_cfg via TODO.
28165         * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Return if something
28166         changed.
28167         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
28168         Cleanup cfg using TODO.
28169         * tree-flow.h (cleanup_tree_cfg_loop): Update prototype.
28170         * passes.c (execute_function_todo): When cleanup did something, remove
28171         unused locals.
28172         * tree-cfg.c (pass_build_cfg): Add cleanup_cfg TODO.
28173         (make_edges): Don't cleanup_cfg.
28174
28175 2007-01-18  Uros Bizjak  <ubizjak@gmail.com>
28176
28177         * reg-stack.c (subst_stack_regs_pat) [UNSPEC_SINCOS_COS,
28178         UNSPEC_XTRACT_FRACT]: Use generic code for instructions that
28179         operate on the top of stack.
28180         [UNSPEC_SINCOS_SIN, UNSPEC_XTRACT_EXP, UNSPEC_TAN]: Rewrite
28181         register handling of instructions that output to the second
28182         stack slot.
28183         [UNSPEC_TAN_ONE, UNSPEC_TAN_TAN]: Remove.
28184         (move_for_stack_reg): Special-case check for dead destination
28185         stack slot for constant load of 1.0 inside UNSPEC_TAN.
28186
28187         * config/i386/i386.md (UNSPEC_TAN): New constant.
28188         (UNSPEC_TAN_ONE, UNSPEC_TAN_TAN): Remove.
28189         (fptanxf4_i387, fptan_extend<mode>xf4_i387): New patterns
28190         to correctly model move of constant 1.0 to top stack slot.
28191         (*tandf3_1, *tansf3_1, *tanxf3_1): Remove insn patterns.
28192         (unnamed peephole2 pattern): Remove corresponding peephole2
28193         pattern that optimizes tan insn and loading of constant 1.0.
28194         (tanxf2): Use fptanxf4_i387.
28195         (tan<mode>2): Rename from tansf2 and tandf2 and macroize insn
28196         patterns using X87MODEF12 mode macro.  Use fptan_extend<mode>xf4_i387
28197         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
28198         disable patterns for SSE math.
28199         (sincos<mode>3): Use truncxf<mode>2_i387_noop for truncation.
28200         (fyl2x_extend<mode>xf3_i387): Use X87MODEF12 for operand 1.
28201
28202 2007-01-18  Dirk Mueller  <dmueller@suse.de>
28203             Richard Guenther <rguenther@suse.de>
28204
28205         PR diagnostic/8268
28206         * doc/invoke.texi (Warray-bounds): Document -Warray-bounds.
28207         * common.opt (Warray-bounds): Add new warning option.
28208         * c-opts.c (c_common_handle_option): Define -Warray-bounds
28209         if -Wall is given.
28210         * Makefile.in: make tree-vrp.o depend on toplev.h
28211         * tree-vrp.c (vrp_finalize): Call check_array_refs if -Warray-bounds
28212         is enabled.
28213         (check_array_refs, check_array_bounds, check_array_ref): New.
28214
28215 2007-01-18  Jan Hubicka  <jh@suse.cz>
28216
28217         * tree-ssa-ccp.c (ccp_finalize): Return if something changed.
28218         (execute_ssa_ccp): Return flags conditionally.
28219         * tree-ssa-propagate.c (substitue_and_fold): Return if something was
28220         changed.
28221         * tree-ssa-propagate.h (substitute_and_fold): Update prototype.
28222
28223 2007-01-18  Steven Bosscher  <steven@gcc.gnu.org>
28224
28225         * cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set
28226         the CLEANUP_CFGLAYOUT flag when in cfglayout mode.
28227
28228         * Makefile.c (GTFILES): Add cfglayout.h.
28229         * gengtype.c (open_base_files): Likewise.
28230         * cfglayout.c (cfg_layout_function_footer,
28231         cfg_layout_function_header) Reindent to make gengtype happy.
28232         * cfglayout.h (cfg_layout_function_footer,
28233         cfg_layout_function_header): Add GTY(()) marker.
28234
28235         * ifcvt.c (noce_try_sign_mask): Make sure INSN_B is non-null.
28236
28237 2007-01-18  Ben Elliston  <bje@au.ibm.com>
28238
28239         * genautomata.c (write_automata): Include xstrerror output in the
28240         error message if writing the DFA description file fails.
28241
28242 2007-01-17  H.J. Lu  <hongjiu.lu@intel.com>
28243
28244         * config/mips/mips-protos.h (mips_output_external): Make it
28245         return void.
28246         * config/mips/iris.h (TARGET_ASM_EXTERNAL_LIBCALL): Removed.
28247         * config/mips/mips.c (irix_output_external_libcall): Likewise.
28248         (extern_list): Likewise.
28249         (extern_head): Likewise.
28250         (TARGET_ASM_FILE_END): Likewise.
28251         (mips_file_end): Likewise.
28252         (mips_output_external): Rewritten.
28253
28254 2007-01-18  Ben Elliston  <bje@au.ibm.com>
28255
28256         * genpreds.c (write_insn_preds_c): Only write out the function
28257         body for regclass_for_constraint if we have register constraints.
28258
28259 2007-01-17  Tom Tromey  <tromey@redhat.com>
28260
28261         * doc/sourcebuild.texi (libgcj Tests): Use sourceware.org.
28262         * doc/install.texi (Testing): Use sourceware.org.
28263         (Binaries): Likewise.
28264         (Specific): Likewise.
28265         * doc/contrib.texi (Contributors): Use sourceware.org.
28266
28267 2007-01-17  Anatoly Sokolov <aesok@post.ru>
28268
28269         * config/avr/avr.h (AVR_HAVE_LPMX): New macro.
28270         (AVR_ENHANCED): Rename to ...
28271         (AVR_HAVE_MUL): ... new.
28272         (avr_enhanced_p): Rename to ...
28273         (avr_have_mul_p): ... new.
28274         (TARGET_CPU_CPP_BUILTINS): Use 'avr_have_mul_p' instead of
28275         'avr_enhanced_p' for "__AVR_ENHANCED__". Define "__AVR_HAVE_MUL__".
28276         * config/avr/avr.c (avr_enhanced_p): Rename to ...
28277         (avr_have_mul_p): ... new.
28278         (base_arch_s): Rename 'enhanced' to 'have_mul'.
28279         (avr_override_options): Use 'avr_have_mul_p' and 'have_mul' instead of
28280         'avr_enhanced_p' and 'enhanced'.
28281         (ashlhi3_out, ashrhi3_out, lshrhi3_out, avr_rtx_costs): Use
28282         AVR_HAVE_MUL instead of AVR_ENHANCED.
28283         * avr.md (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
28284         (mulqi3, *mulqi3_enh, *mulqi3_call, mulqihi3, umulqihi3, mulhi3,
28285         *mulhi3_enh, *mulhi3_call, mulsi3, *mulsi3_call): Use AVR_HAVE_MUL
28286         instead of AVR_ENHANCED.
28287         (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
28288         * libgcc.S: Use __AVR_HAVE_MUL__ instead of __AVR_ENHANCED__.
28289         (__tablejump__): Use __AVR_HAVE_LPMX__ instead of __AVR_ENHANCED__.
28290
28291 2007-01-17  Ian Lance Taylor  <iant@google.com>
28292
28293         * vec.h (VEC_reserve_exact): Define.
28294         (vec_gc_p_reserve_exact): Declare.
28295         (vec_gc_o_reserve_exact): Declare.
28296         (vec_heap_p_reserve_exact): Declare.
28297         (vec_heap_o_reserve_exact): Declare.
28298         (VEC_OP (T,A,reserve_exact)): New static inline function, three
28299         versions.
28300         (VEC_OP (T,A,reserve)) [all versions]: Remove handling of
28301         negative parameter.
28302         (VEC_OP (T,A,alloc)) [all versions]: Call ...reserve_exact.
28303         (VEC_OP (T,A,copy)) [all versions]: Likewise.
28304         (VEC_OP (T,a,safe_grow)) [all versions]: Likewise.
28305         * vec.c (calculate_allocation): Add exact parameter.  Change all
28306         callers.
28307         (vec_gc_o_reserve_1): New static function, from vec_gc_o_reserve.
28308         (vec_gc_p_reserve, vec_gc_o_reserve): Call vec_gc_o_reserve_1.
28309         (vec_gc_p_reserve_exact, vec_gc_o_reserve_exact): New functions.
28310         (vec_heap_o_reserve_1): New static function, from vec_heap_o_reserve.
28311         (vec_heap_p_reserve, vec_heap_o_reserve): Call vec_heap_o_reserve_1.
28312         (vec_heap_p_reserve_exact): New function.
28313         (vec_heap_o_reserve_exact): New function.
28314
28315 2007-01-17  Jan Hubicka  <jh@suse.cz>
28316
28317         * ipa-type-escape.c (look_for_casts): Revamp using handled_component_p.
28318
28319 2007-01-17  Eric Christopher  <echristo@apple.com>
28320
28321         * config.gcc: Support core2 processor.
28322
28323 2007-01-16  Jan Hubicka  <jh@suse.cz>
28324
28325         * tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeing
28326         the names, just unlink the chain so we don't crash on dangling
28327         pointers
28328         to dead SSA names.
28329
28330 2007-01-16  Jan Hubicka  <jh@suse.cz>
28331
28332         * cgraph.h (cgraph_decide_inlining_incrementally): Kill.
28333         * tree-pass.h: Reorder to make IPA passes appear toegher.
28334         (pass_early_inline, pass_inline_parameters, pass_apply_inline):
28335         Declare.
28336         * cgraphunit.c (cgraph_finalize_function): Do not compute inling
28337         parameters, do not call early inliner.
28338         * ipa-inline.c: Update comments.  Include tree-flow.h
28339         (cgraph_decide_inlining): Do not compute inlining parameters.
28340         (cgraph_decide_inlining_incrementally): Return TODOs; assume to
28341         be called with function context set up.
28342         (pass_ipa_inline): Remove unreachable functions before pass.
28343         (cgraph_early_inlining): Simplify assuming to be called from the
28344         PM as local pass.
28345         (pass_early_inline): New pass.
28346         (cgraph_gate_ipa_early_inlining): New gate.
28347         (pass_ipa_early_inline): Turn into simple wrapper.
28348         (compute_inline_parameters): New function.
28349         (gate_inline_passes): New gate.
28350         (pass_inline_parameters): New pass.
28351         (apply_inline): Move here from tree-optimize.c
28352         (pass_apply_inline): New pass.
28353         * ipa.c (cgraph_remove_unreachable_nodes): Verify cgraph after
28354         transforming.
28355         * tree-inline.c (optimize_inline_calls): Return TODOs rather than
28356         doing them by hand.
28357         (tree_function_versioning): Do not allocate dummy struct function.
28358         * tree-inline.h (optimize_inline_calls): Update prototype.
28359         * tree-optimize.c (execute_fixup_cfg): Export.
28360         (pass_fixup_cfg): Remove
28361         (tree_rest_of_compilation): Do not apply inlines.
28362         * tree-flow.h (execute_fixup_cfg): Declare.
28363         * Makefile.in (gt-passes.c): New.
28364         * passes.c: Include gt-passes.h
28365         (init_optimization_passes): New passes.
28366         (nnodes, order): New static vars.
28367         (do_per_function_toporder): New function.
28368         (execute_one_pass): Dump current pass here.
28369         (execute_ipa_pass_list): Don't dump current pass here.
28370
28371 2007-01-16  Janis Johnson  <janis187@us.ibm.com>
28372
28373         * config/dfp-bit.c (dfp_compare_op): Return separate value for NaN.
28374         (DFP_NE, DFP_LE, DFP_GE): Return false for NaN.
28375
28376 2007-01-16  David Edelsohn  <edelsohn@gnu.org>
28377
28378         * config/rs6000/darwin-ldouble.c: Build file for SOFT_FLOAT.
28379         (strong_alias): Define.
28380         (__gcc_qmul): Provide non-FMA for soft-float.
28381         (__gcc_qdiv): Same.
28382         (__gcc_qneg): New.
28383         (__gcc_qeq): New.
28384         (__gcc_qle): New.
28385         (__gcc_qge): New.
28386         (__gcc_qunord): New.
28387         (__gcc_stoq): New.
28388         (__gcc_dtoq): New.
28389         (__gcc_qtos): New.
28390         (__gcc_qtod): New.
28391         (__gcc_qtoi): New.
28392         (__gcc_qtou): New.
28393         (__gcc_itoq): New.
28394         (__gcc_utoq): New.
28395         (fmsub): New.
28396         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Initialize
28397         soft-float functions.
28398         * config/rs6000/libgcc-ppc-glibc.ver: Version soft-float symbols.
28399         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Do not warn
28400         about long double soft float.
28401
28402 2007-01-16  Dorit Nuzman  <dorit@il.ibm.com>
28403             Tehila Meyzels  <tehila@il.ibm.com>
28404
28405         * tree-vectorizer.h (is_pattern_stmt_p): New.
28406         * tree-vect-analyze.c (vect_determine_vectorization_factor): Fix
28407         formatting (tabs instead of spaces). Cleanup and clarify setting
28408         of STMT_VINFO_VECTYPE. Call is_pattern_stmt_p.
28409         * tree-vect-transform.c (vect_get_vec_def_for_operand): Fix typo.
28410         (vectorizable_type_demotion): Check that types are integral.
28411         (vectorizable_type_promotion): Likewise.
28412         (vectorizable_store): Fix typo.  Eliminate new-line at end of
28413         comments.
28414
28415 2007-01-16  Jan Hubicka  <jh@suse.cz>
28416
28417         * tree-ssanames.c (release_dead_ssa_names): Remove invalidated
28418         cgraph edges too.
28419
28420 2007-01-15  Eric Christopher  <echristo@apple.com>
28421
28422         * ifcvt.c: Include vec.h, vecprim.h.
28423         (check_cond_move_block): New argument regs.
28424         Reorganize. Add registers used to regs.
28425         (cond_move_process_if_block): Use regs set above as
28426         loop bounds.
28427
28428 2007-01-15  Eric Christopher  <echristo@apple.com>
28429
28430         * config/darwin.h: Update copyright.
28431         (TARGET_OPTION_TRANSLATE_TABLE): Add umbrella.
28432         (LINK_COMMAND_SPEC): Add -u.
28433         (LINK_SPEC): Fix umbrella for above.
28434
28435 2007-01-15  Joseph S. Myers  <joseph@codesourcery.com>
28436
28437         * config/soft-fp/op-common.h, config/soft-fp/op-4.h: Update from
28438         glibc CVS.
28439
28440 2007-01-15  Tom Tromey  <tromey@redhat.com>
28441
28442         * doc/sourcebuild.texi (libgcj Tests): Don't mention jacks.
28443         * doc/install.texi (Testing): Don't mention jacks.
28444         (Configuration): Document --enable-java-maintainer-mode.  Move
28445         --with-java-home to libgcj-specific section.  Document
28446         --with-ecj-jar.
28447         (Prerequisites): Mention --enable-java-maintainer-mode, ecj1.
28448
28449 2007-01-15  Jan Hubicka  <jh@suse.cz>
28450
28451         * tree-ssa-dce.c (DCE_TODOs): New.
28452         (propagate_necessity): Return if something changed.
28453         (eliminate_unnecessary_stmts): Likewise.
28454         (perform_tree_ssa_dce): Return TODO flags when needed.
28455         (pass_dce, pass_dce_loop, pass_cd_dce): Remove TODO flags.
28456
28457 2007-01-15  Uros Bizjak  <ubizjak@gmail.com>
28458
28459         * config/i386/i386.md (fyl2xxf3_i387): Rename from fyl2x_xf3.
28460         (fyl2x_extend<mode>xf3_i387): New insn pattern.
28461         (log<mode>2): Rename from logsf2 and logdf2 and macroize insn
28462         patterns using X87MODEF12 mode macro.  Extend operand 1
28463         to XFmode. Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
28464         (log10<mode>2): Ditto.
28465         (log2<mode>2): Ditto.
28466         (log1p<mode>2): Ditto.
28467         (logb<mode>2): Ditto.
28468         (fyl2xp1xf3_i387): Rename from fyl2xp1_xf3.
28469         (fyl2xp1_extend<mode>xf3_i387): New insn pattern.
28470         (*fxtractxf3_i387): Rename from *fxtractxf3.
28471         (fxtract_extend<mode>xf3_i387): New insn pattern.
28472         (ilogbsi2): Use match_dup 3, not match_operand:XF 3.
28473         * config/i386/i386.c (ix86_emit_i387_log1p): Use gen_fyl2xp1xf3_i387()
28474         and gen_fyl2xxf3_i387().
28475
28476 2007-01-14  Zdenek Dvorak <dvorakz@suse.cz>
28477
28478         * loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.
28479         * cfgloopmanip.c (fix_loop_placement): Made static.  Use
28480         get_loop_exit_edges.  Changed return type to bool.
28481         * cfgloop.h (fix_loop_placement): Declaration removed.
28482
28483 2007-01-14  Dorit Nuzman  <dorit@il.ibm.com>
28484
28485         * param.h (MIN_VECT_LOOP_BOUND): New.
28486         * params.def (MIN_VECT_LOOP_BOUND): New.
28487         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Takes another
28488         argument - minimum threshold for number of iterations.
28489         * tree-vectorizer.h (slpeel_tree_peel_loop_to_edge): Add another
28490         argument to declaration.
28491         * tree-vect-analyze.c (vect_analyze_operations): Check value of
28492         MIN_VECT_LOOP_BOUND.
28493         * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Call
28494         slpeel_tree_peel_loop_to_edge with additional argument.
28495         (vect_do_peeling_for_alignment): Likewise.
28496         * doc/invoke.texi (min-vect-loop-bound): Document new param option.
28497
28498 2007-01-14  Uros Bizjak  <ubizjak@gmail.com>
28499
28500         PR target/30413
28501         * config/i386/i386.c (print_operand) ['z']: Output 'b' for
28502         operands of size 1.
28503
28504 2007-01-14  Jan Hubicka  <jh@suse.cz>
28505
28506         * tree-dfa.c (remove_referenced_var): New function.
28507         * tree-ssa-live.c (remove_unused_locals): Walk referenced vars and
28508         prune referenced vars list too.
28509         * tree-flow.h (remove_referenced_var): Declare.
28510
28511 2007-01-14  Jan Hubicka  <jh@suse.cz>
28512
28513         * tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs
28514         separately.
28515         (remove_stmt_from_eh_region_fn): Do not remove call_exprs.
28516         (verify_eh_throw_stmt_node, verify_eh_throw_table_statements): Kill.
28517         * except.h (verify_eh_throw_table_statements): Kill prototype.
28518         * cfgexpand.c (expand_gimple_basic_block): Propagate Eh regions
28519         into call exrepssions.
28520         * tree-optimize.c (execute_free_cfg_annotatiosn): Do not call
28521         eh trhow verifier.
28522         * tree-cfg.c: Include pointer-set.h.
28523         (verify_node_sharing): Work on pointer set.
28524         (verify_eh_throw_stmt_node): New.
28525         (verify_stmts): Use pointers sets, verify throw_stmt.
28526
28527 2007-01-13  Zdenek Dvorak <dvorakz@suse.cz>
28528
28529         * ipa-reference.c (analyze_function): Consider also addresses taken
28530         in phi nodes.
28531
28532 2007-01-12  Roger Sayle  <roger@eyesopen.com>
28533
28534         * c-typeck.c (null_pointer_constant_p): Replace use of
28535         TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
28536         (build_c_cast): Likewise.
28537
28538 2007-01-12  Roger Sayle  <roger@eyesopen.com>
28539
28540         * tree.h (force_fit_type_double): Remove unused final argument.
28541         * c-common.c (constant_expression_warning): Replace use of
28542         TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
28543         (convert_and_check): Likewise.
28544         (shorten_compare): Update call to force_fit_type_double.
28545         (c_common_truthvalue_conversion) <INTEGER_CST>: Use integer_zerop.
28546         * convert.c (convert_to_pointer): Update call to
28547         force_fit_type_double.
28548         * fold-const.c (force_fit_type_double): Remove overflowed_const
28549         argument.
28550         (int_const_binop, fold_convert_const_int_from_int,
28551         fold_convert_const_int_from_real, fold_div_compare,
28552         fold_sign_changed_comparison, fold_unary, fold_negate_const,
28553         fold_abs_const, fold_not_const): Remove the final argument from
28554         calls to force_fit_type_double.
28555
28556 2007-01-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
28557
28558         * configure.ac: Set insn to "nop" for spu-*-* also.
28559         * configure: Regenerate.
28560
28561 2007-01-12  Olga Golovanevsky  <olga@il.ibm.com>
28562
28563         * builtins.def : Add BUILT_IN_FREE.
28564
28565 2007-01-12  Jan Hubicka  <jh@suse.cz>
28566
28567         PR tree-optimization/30443
28568         * tree-inline.c (tree_function_versioning): Do not optimize when
28569         cloning for inlining.
28570
28571 2007-01-12  Zdenek Dvorak <dvorakz@suse.cz>
28572
28573         * doc/loop.texi: Document recording of loop exits.
28574         * cfgloopmanip.c (loopify, duplicate_loop): Use alloc_loop.
28575         (update_single_exits_after_duplication,
28576         update_single_exit_for_duplicated_loop,
28577         update_single_exit_for_duplicated_loops): Removed.
28578         (duplicate_loop_to_header_edge): Do not call
28579         update_single_exits_after_duplication and
28580         update_single_exit_for_duplicated_loops.
28581         (loop_version): Do not update single_exit information.
28582         (fix_loop_structure): Use record_loop_exits instead of
28583         mark_single_exit_loops.
28584         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update
28585         the lists of loop exits.
28586         * cfghooks.c (redirect_edge_and_branch, redirect_edge_and_branch_force,
28587         split_edge, merge_blocks): Update the lists of loop exits.
28588         * modulo-sched.c (sms_schedule): Pass LOOPS_HAVE_RECORDED_EXITS to
28589         loop_optimizer_init.
28590         * loop-init.c (loop_optimizer_init): Call record_loop_exits instead
28591         of mark_single_exit_loops.
28592         (loop_optimizer_finalize): Call release_recorded_exits.
28593         * tree-ssa-loop.c (tree_loop_optimizer_init): Pass
28594         LOOPS_HAVE_RECORDED_EXITS to loop_optimizer_init.
28595         * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg): Do not
28596         update single exit information.
28597         * lambda-code.c (perfect_nestify): Ditto.
28598         * cfgloop.c (flow_loop_free): Destroy the list of exits of the loop.
28599         (mark_single_exit_loops): Removed.
28600         (alloc_loop, loop_exit_hash, loop_exit_eq, loop_exit_free,
28601         get_exit_descriptions, rescan_loop_exit, record_loop_exits,
28602         dump_recorded_exit, dump_recorded_exits, release_recorded_exits): New
28603         functions.
28604         (get_loop_exit_edges, single_exit): Use recorded exit lists.
28605         (add_bb_to_loop, remove_bb_from_loops): Update the lists of loop exits.
28606         (verify_loop_structure): Verify consistency of the exit lists.
28607         (flow_loops_find): Use alloc_loop.  Initialize exits hash.
28608         (set_single_exit): Removed.
28609         * cfgloop.h (struct loop_exit): New function.
28610         (struct loop): single_exit_ field replaced by exits field.
28611         (LOOPS_HAVE_MARKED_SINGLE_EXITS): Replaced by
28612         LOOPS_HAVE_RECORDED_EXITS.
28613         (struct loops): Added exits hash.
28614         (mark_single_exit_loops, set_single_exit): Declaration removed.
28615         (release_recorded_exits, record_loop_exits, rescan_loop_exit): Declare.
28616
28617 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
28618
28619         * doc/invoke.texi: Avoid use of @headitem.
28620
28621 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
28622
28623         * cse.c (cse_insn): Move HAVE_CC0 code after declarations.
28624
28625 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
28626
28627         * doc/install.texi: Fix m68k-*-* anchor and add m68k-*-* to the
28628         list of targets.
28629
28630 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
28631             Richard Sandiford  <richard@codesourcery.com>
28632
28633         * doc/invoke.texi: Document -mno-bitfield, -mno-rtd and -mno-short.
28634         * config/m68k/m68k.opt: Resort options.
28635         (mbitfield, mrtd, mshort): Remove RejectNegative properties.
28636
28637 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
28638             Richard Sandiford  <richard@codesourcery.com>
28639
28640         * doc/invoke.texi: Document the macros that are defined by
28641         m68k's -mtune and -mhard-float options.
28642         * config/m68k/m68k-protos.h (m68k_cpp_cpu_ident) Declare.
28643         (m68k_cpp_cpu_family): Likewise.
28644         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add a full set
28645         of __ucfv*__ macros.  Define __mcffpu__ if generating code for
28646         ColdFire FPUs.  Define __mcf_cpu_* and __mcf_family_* macros.
28647         * config/m68k/m68k.c (m68k_cpp_cpu_ident): New function.
28648         (m68k_cpp_cpu_family): Likewise.
28649
28650 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
28651
28652         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Treat all mc68*
28653         macros besides mc68000 as tuning macros.  Use a switch statement
28654         to set them and mcpu32.
28655
28656 2007-01-12  Julian Brown  <julian@codesourcery.com>
28657
28658         * config/m68k/m68k.h: Use TARGET_68040 instead of TARGET_68040_ONLY.
28659         (TARGET_68040_ONLY): Rename to...
28660         (TARGET_68040): ...this.
28661         * config/m68k/m68k.c: Use TARGET_68040 instead of TARGET_68040_ONLY.
28662         * config/m68k/m68k.md: Likewise.
28663
28664 2007-01-12  Julian Brown  <julian@codesourcery.com>
28665             Nathan Sidwell  <nathan@codesourcery.com>
28666             Richard Sandiford  <richard@codesourcery.com>
28667
28668         * config.gcc (m680[012]0-*-*, m68k*-*-*): Set m68k_cpu_ident to
28669         the -mcpu= argument associated with the --with-cpu setting.
28670         Define M68K_DEFAULT_TUNE to the default -mtune= option,
28671         if different from the one implied by the -mcpu setting.
28672         Accept --with-cpu=FOO if FOO is listed in m68k-devices.def,
28673         using mcpu=FOO as the default CPU option.  Set target_cpu_default2.
28674         * doc/invoke.texi: Mention ColdFire in the introduction to the
28675         m68k options.  Document the new -march, -mcpu, -mtune, -mdiv,
28676         -mno-div and -mhard-float options.  Make -m68881 a synonym for
28677         -mhard-float.  Document the previously-undocumented -m5206e,
28678         -m528x, -m5307 and -m5407 options.  Tweak the existing option
28679         documentation for consistency.
28680         * doc/install.texi: Mention new --with-cpu arguments.
28681         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Only use the
28682         default CPU if neither -mcpu nor -march are specified.
28683         (ASM_CPU_SPEC): Pass down -mcpu and -march options.
28684         (TARGET_CPU_CPP_BUILTINS): Set __mcfisa*__ macros from
28685         TARGET_ISA*.  Set the legacy __mcf*__ cpu macros in the same way,
28686         using m68k_tune to decide between families that implement the
28687         same ISA.  Use m68k_tune to set __mcfv4e__.
28688         (FL_BITFIELD, FL_68881, FL_COLDFIRE, FL_CF_HWDIV, FL_CF_MAC)
28689         (FL_CF_EMAC, FL_CF_EMAC_B, FL_CF_USP, FL_CF_FPU, FL_ISA_68000)
28690         (FL_ISA_68010, FL_ISA_68020, FL_ISA_68040, FL_ISA_A, FL_ISA_B)
28691         (FL_ISA_C, FL_ISA_MMU): New macros.
28692         (MASK_COLDFIRE): Delete.
28693         (TARGET_68010, TARGET_68020, TARGET_68040_ONLY, TARGET_COLDFIRE)
28694         (TARGET_ISAB): Redefine in terms of m68k_cpu_flags.
28695         (TARGET_68881, TARGET_COLDFIRE_FPU): Redefine in terms of m68k_fpu.
28696         (TARGET_HARD_FLOAT): Do not define here.
28697         (TARGET_ISAAPLUS, TARGET_ISAC): New macros.
28698         (TUNE_68000): New macro.
28699         (TUNE_68000_10): Redefine in terms of TUNE_68000 and TUNE_68010.
28700         (TUNE_68010, TUNE_68030, TUNE_68040, TUNE_68060, TUNE_CPU32)
28701         (TUNE_CFV2): Redefine in terms of m68k_tune.
28702         (uarch_type, target_device, fpu_type): New enums.
28703         (m68k_cpu, m68k_tune, m68k_fpu, m68k_cpu_flags): Declare.
28704         * config/m68k/m68k.c (TARGET_DEFAULT): Remove MASK_68881.
28705         (FL_FOR_isa_00, FL_FOR_isa_10, FL_FOR_isa_20, FL_FOR_isa_40)
28706         (FL_FOR_isa_cpu32, FL_FOR_isa_a, FL_FOR_isa_aplus, FL_FOR_isa_b)
28707         (FL_FOR_isa_c): New macros.
28708         (m68k_isa): New enum.
28709         (m68k_target_selection): New structure.
28710         (all_devices, all_isas, all_microarchs): New tables.
28711         (m68k_cpu_entry, m68k_arch_entry, m68k_tune_entry, m68k_cpu)
28712         (m68k_tune, m68k_fpu, m68k_cpu_flags): New variables.
28713         (MASK_ALL_CPU_BITS): Delete.
28714         (m68k_find_selection): New function.
28715         (m68k_handle_option): Handle -mcpu=, -march= and -mtune=.
28716         Map the legacy target options to a combination of the new ones.
28717         (override_options): Set m68k_cpu, m68k_tune, m68k_fpu and
28718         m68k_cpu_flags.  Handle M68K_DEFAULT_TUNE.  Use m68k_cpu_flags
28719         to derive default MASK_BITFIELD, MASK_CF_HWDIV and MASK_HARD_FLOAT
28720         settings.
28721         * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407, mcfv4e)
28722         (m68010, m68020, m68020-40, m68020-60, m68030, m68040): Remove Mask
28723         properties.
28724         (m68881, msoft-float): Change mask from 68881 to HARD_FLOAT.
28725         (march=, mcpu=, mdiv, mhard-float, mtune=): New options.
28726         * config/m68k/m68k-devices.def: New file.
28727
28728 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
28729             Nathan Sidwell  <nathan@codesourcery.com>
28730
28731         * config/m68k/m68k.h (ASM_CPU_SPEC, ASM_SPEC, EXTRA_SPECS)
28732         (SUBTARGET_EXTRA_SPECS): New macros.
28733         * config/m68k/linux.h (ASM_SPEC): Remove CPU flags;
28734         use %(asm_cpu_spec) instead.
28735         * config/m68k/m68k-none.h (ASM_SPEC): Likewise.
28736         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
28737         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
28738         (EXTRA_SPECS): Rename to...
28739         (SUBTARGET_EXTRA_SPECS): ...this.
28740
28741 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
28742             Richard Sandiford  <richard@codesourcery.com>
28743             Julian Brown  <julian@codesourcery.com>
28744
28745         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
28746         (m68k-*-uclinux*, m68k-*-linux*, m68k-*-rtems*): Set default_m68k_cpu
28747         to the configuration's default CPU.
28748         (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*): Likewise.
28749         Remove default masks.
28750         (m680[012]0-*-*): Set the default with_cpu to the first part of
28751         the target name.
28752         (m68k*-*-*): Set the default with_cpu to m$default_m68k_cpu.
28753         (m68k*-*-linux): Extend the --with-cpu handling to...
28754         (m680[012]0-*-*, m68k*-*-*): ...these configurations.  Allow m68000
28755         and m68010.  Don't set target_cpu_default2.
28756         * doc/install.texi: Document --with-cpu for m68k.
28757         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Define.
28758         * config/m68k/m68k-none.h (TARGET_CPU_DEFAULT, M68K_CPU_m68k)
28759         (M68K_CPU_m68000, M68K_CPU_m68010, M68K_CPU_m68020, M68K_CPU_m68030)
28760         (M68K_CPU_m68040, M68K_CPU_m68302, M68K_CPU_m68332, TARGET_DEFAULT)
28761         (ASM_CPU_DEFAULT_SPEC, CC1_CPU_DEFAULT_SPEC): Delete.
28762         (ASM_SPEC): Remove use of %(asm_cpu_default).
28763         (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS, MULTILIB_DEFAULTS): Delete.
28764         * config/m68k/linux.h (TARGET_DEFAULT): Delete.
28765         (CPP_SPEC): Merge definitions.  Do not handle __HAVE_68881__ here.
28766         * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
28767         __HAVE_FPU__ if TARGET_HARD_FLOAT.
28768         (TARGET_DEFAULT): Delete.
28769         (EXTRA_SPECS): Delete cpp_cpu_default_spec, cpp_cpu_spec,
28770         cpp_fpu_spec, asm_default_spec and netbsd_cpp_spec.
28771         (CPP_CPU_SPEC): Delete.
28772         (TARGET_VERSION): Merge definitions, using TARGET_68010 to pick
28773         the appropriate string.
28774         (CPP_CPU_DEFAULT_SPEC, ASM_DEFAULT_SPEC, CPP_FPU_SPEC): Delete.
28775         (CPP_SPEC): Define to NETBSD_CPP_SPEC.
28776         (ASM_SPEC): Don't use %(asm_default_spec).
28777         * config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
28778         TARGET_DEFAULT and add MASK_68881.
28779         * config/m68k/m68k.md: Remove mention of TARGET_DEFAULT from comments.
28780
28781 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
28782
28783         * config.gcc (m68010-*-netbsdelf*): Add MASK_68010.
28784         (m68k*-*-netbsdelf*, m68k*-*-openbsd*, m68k*-linux*): Add
28785         MASK_68010 alongside MASK_68020.
28786         * doc/invoke.texi: Document -m68010.
28787         * config/m68k/m68k.opt (m68010): New.
28788         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define mc68010
28789         if TUNE_68010.
28790         (TUNE_68010): New macro.
28791         * config/m68k/m68k-none.h (M68K_CPU_m68k, M68K_CPU_m68010)
28792         (M68K_CPU_m68020, M68K_CPU_m68030, M68K_CPU_m68040)
28793         (M68K_CPU_m68332): Add MASK_68010.
28794         * config/m68k/linux.h (TARGET_DEFAULT): Add MASK_68010 to
28795         fallback definition.
28796         * config/m68k/netbsd-elf.h (CPP_CPU_SPEC): Remove now-redundant
28797         defines.
28798         * config/m68k/m68k.c (MASK_ALL_CPU_BITS): Add MASK_68010.
28799         (m68k_handle_option): Handle OPT_m68010.  Add MASK_68010
28800         to all entries that use MASK_68020.
28801         (output_move_simode_const, output_move_himode, output_move_qimode)
28802         (output_move_stricthi, output_move_strictqi): Use TARGET_68010
28803         instead of TARGET_68020 to select clr behavior.  Remove comment
28804         about there being no TARGET_68010.
28805         * config/m68k/m68k.md: Likewise throughout.
28806
28807 2007-01-12  Julian Brown  <julian@codesourcery.com>
28808
28809         * config/m68k/m68k.h (TARGET_ISAB): New macro.
28810         * config/m68k/m68k.c: Use TARGET_ISAB rather than TARGET_CFV4.
28811         * config/m68k/m68k.md: Likewise.
28812
28813 2007-01-12  Julian Brown  <julian@codesourcery.com>
28814
28815         * config/m68k/m68k.h (LEGITIMATE_INDEX_P, LEGITIMIZE_ADDRESS): Use
28816         TARGET_COLDFIRE_FPU instead of TARGET_CFV4E.
28817
28818 2007-01-12  Julian Brown  <julian@codesourcery.com>
28819
28820         * config/m68k/m68k.h (TUNE_68040_60): New macro.
28821         * config/m68k/m68k.c (standard_68881_constant_p): Use it.
28822         * config/m68k/m68k.md: Likewise.
28823
28824 2007-01-12  Julian Brown  <julian@codesourcery.com>
28825             Richard Sandiford  <richard@codesourcery.com>
28826
28827         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Use TUNE_68030
28828         instead of TARGET_68030, TUNE_68040 instead of TARGET_68040,
28829         TUNE_68060 instead of TARGET_68060 and TUNE_CPU32 instead of
28830         TARGET_CPU32.
28831         (TARGET_CPU32): Rename to...
28832         (TUNE_CPU32): ...this.
28833         (TUNE_68000_10, TUNE_68030, TUNE_68040, TUNE_68060)
28834         (TUNE_CFV2): New macros.
28835         * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Simplify;
28836         remove conditions that are implied by TARGET_68020.
28837         * config/m68k/m68k.c (m68k_output_function_prologue): Use TUNE_68040
28838         instead of TARGET_68040 and TUNE_CPU32 instead of TARGET_CPU32.
28839         (m68k_output_function_epilogue): Likewise.
28840         (m68k_rtx_costs): Likewise.  Use TUNE_68060 instead of TARGET_68060
28841         and TUNE_CFV2 instead of TARGET_5200.  Use TUNE_68000_10 instead of
28842         "!TARGET_68020 && !TARGET_COLDFIRE" to choose between 68000 and
28843         non-68000 timings.  Refactor multiplication and division costs.
28844         (output_addsi3): Use TUNE_68040 instead of TARGET_68040 and
28845         TUNE_CPU32 instead of TARGET_CPU32.
28846         (standard_68881_constant_p): Use TUNE_68040 instead of TARGET_68040
28847         and TUNE_68060 instead of TARGET_68060.
28848         * config/m68k/m68k.md: Use TUNE_68040 instead of TARGET_68040,
28849         TUNE_68060 instead of TARGET_68060, and TUNE_CPU32 instead of
28850         TARGET_CPU32.
28851         (movsi_const0): Use TUNE_68000_10 rather than "!TARGET_68020
28852         && !TARGET_COLDFIRE" to choose between moveq and clr.
28853         Likewise in the unnamed movsf pattern.
28854         (ashlsi_17_24, lshrsi_17_24): Guard with TUNE_68000_10 rather than
28855         "!TARGET_68020 && !TARGET_COLDFIRE".  Likewise the unnamed
28856         ashiftrt pattern.
28857
28858 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
28859
28860         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Increase amount
28861         of tabbing before backslashes.
28862
28863 2007-01-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28864
28865         * pa-linux.h (ASM_OUTPUT_INTERNAL_LABEL): Undefine.
28866         * pa.h (ASM_OUTPUT_LABEL): Output colon when using GAS.
28867         (ASM_OUTPUT_INTERNAL_LABEL): Define.
28868
28869 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
28870
28871         * tree-ssa-loop-ivopts.c (extract_cond_operands): Split from
28872         find_interesting_uses_cond.
28873         (find_interesting_uses_cond): Use extract_cond_operands.
28874         (rewrite_use_compare): Use extract_cond_operands and
28875         force_gimple_operand_bsi.  Do not call update_stmt.
28876         (determine_use_iv_cost_condition): Use extract_cond_operands.
28877         Return cheaper of using original bound and changing the exit bound.
28878
28879 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
28880
28881         PR tree-optimization/29516
28882         * tree-ssa-address.c (tree_mem_ref_addr, add_to_parts,
28883         most_expensive_mult_to_index, addr_to_parts,
28884         create_mem_ref, maybe_fold_tmr): Make the type of
28885         fields of TARGET_MEM_REF sizetype.
28886         (move_fixed_address_to_symbol, move_pointer_to_base):
28887         New functions.
28888         * tree.def (TARGET_MEM_REF): Add comment on types of
28889         the operands.
28890
28891 2007-01-11  Joseph Myers  <joseph@codesourcery.com>
28892
28893         * c-common.c (vector_types_convertible_p): Treat opaque types as
28894         always convertible if they have the same size, but not otherwise.
28895
28896 2007-01-11  Steven Bosscher  <steven@gcc.gnu.org>
28897
28898         * ifcvt.c (struct noce_if_info): Add comments to the fields.
28899         Remove the b_unconditional field.
28900         (noce_try_sign_mask): Do not look at b_unconditional.
28901         (noce_process_if_block): Do not use merge_if_blocks.  Update
28902         the CFG here.  Do not set b_unconditional.
28903         (cond_move_process_if_block): Likewise.
28904         (find_cond_trap): Likewise.
28905         (check_cond_move_block): Require simple jump insns at the end
28906         of the basic block.
28907
28908 2007-01-11  Jan Hubicka  <jh@suse.cz>
28909
28910         PR tree-optimization/1046
28911         * tree-tailcall.c (suitable_for_tail_call_opt_p): Use TREE_ADDRESSABLE
28912         when alias info is not ready.
28913         (pass_tail_recursion): Do not require aliasing.
28914         * tree-ssa-copyrename.c (pass_rename_ssa_cop): Likewise.
28915         * tree-ssa-ccp.c (pass_ccp, pass_fold_builtins): Likewise.
28916         * tree-ssa-copy.c (pass_copy_prop): Likewise.
28917         * tree-ssa-forwprop.c (pass_forwprop): Likewise.
28918         * tree-ssa-dce.c (pass_dce, pass_dce_loop, pass_cd_dce): Likewise.
28919         * passes.c (init_optimization_passes): Execute rename_ssa_copies,
28920         ccp, forwprop, copy_prop, merge_phi, copy_prop, dce and tail recursion
28921         before inlining.
28922         * tree-ssa-operands.c (add_virtual_operand, get_indirect_ref_operand):
28923         When aliasing is not build, mark statement as volatile.
28924
28925 2007-01-11  Tom Tromey  <tromey@redhat.com>
28926
28927         PR preprocessor/15185, PR preprocessor/20989:
28928         * doc/cppopts.texi <-MT>: Update description of algorithm for
28929         computing default target.
28930         <-M, -MD>: Reword "basename" text.
28931
28932 2007-01-11  Roger Sayle  <roger@eyesopen.com>
28933
28934         * builtins.c (expand_builtin_pow, expand_builtin_powi,
28935         fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_trunc,
28936         fold_builtin_floor, fold_builtin_ceil, fold_builtin_round,
28937         fold_builtin_int_int_roundingfn, fold_builtin_bitop,
28938         fold_builtin_bswap, real_constp, fold_builtin_pow,
28939         fold_builtin_powi, fold_builtin_signbit, fold_builtin_copysign,
28940         do_mpfr_arg1, do_mpfr_arg2, do_mpfr_arg3, do_mpfr_sincos): Replace
28941         uses of the macro TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
28942         * convert.c (convert_to_pointer): Likewise.
28943         * expr.c (highest_pow2_factor, expand_expr_real_1): Likewise.
28944         * fold-const.c (force_fit_type, fold_negate_expr, int_const_binop,
28945         const_binop, fold_convert_const_int_from_int,
28946         fold_convert_const_int_from_real,
28947         fold_convert_const_real_from_real, sign_bit_p,
28948         optimize_minmax_comparison, extract_muldiv_1, fold_div_compare,
28949         fold_sign_changed_comparison, fold_unary, fold_comparison,
28950         fold_binary, multiple_of_p, tree_Expr_non_zero_p,
28951         fold_negate_const, fold_abs_const, fold_not_const): Likewise.
28952         * print-tree.c (print_node_brief, print_node): Likewise.
28953         * stor-layout.c (place_field, layout_type): Likewise.
28954         * tree-chrec.c (keep_cast): Likewise.
28955         * tree.c (build_vector, build_real, build_real_from_int_cst,
28956         build_complex): Likewise.
28957
28958 2007-01-11  Roger Sayle  <roger@eyesopen.com>
28959
28960         * tree.h (TREE_CONSTANT_OVERFLOW): Obsolete.  For the time being,
28961         treat TREE_CONSTANT_OVERFLOW as a synonym of TREE_OVERFLOW.
28962
28963 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
28964
28965         * configure.ac (strict1_warn): Rename to strict_warn.
28966         (WERROR, --enable-werror, symlink hacks, stage1_cflags,
28967         cc_set_by_configure, quoted_cc_set_by_configure,
28968         stage_prefix_set_by_configure, quoted_stage_prefix_set_by_configure,
28969         all_boot_languages, all_stagestuff): Remove.
28970         (target_list): Remove bootstrap targets.
28971         * Makefile.in (quickstrap): Unconditionally make a synonym of all.
28972         (BOOT_LANGUAGES, STAGE1_CFLAGS, STAGE1_CHECKING,
28973         REMAKEFLAGS, FLAGS_TO_PASS, PREPEND_DOTDOT_TO_RELATIVE_PATHS,
28974         SUBDIR_FLAGS_TO_PASS, WERROR_FLAGS, STRICT2_WARN, LANG_STAGESTUFF,
28975         VOL_FILES, POSTSTAGE1_FLAGS_TO_PASS, STAGE2_FLAGS_TO_PASS,
28976         STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS, stage1_build,
28977         stage1_copy, stage2_build, stage2_copy, stageprofile_build,
28978         stageprofile_copy, stage3_build, stage3_copy, stagefeedback_build,
28979         stagefeedback_copy, stage4_build, clean_s1, clean_sw, bootstrap,
28980         bootstrap-lean, bootstrap2, bootstrap2-lean, bootstrap3,
28981         bootstrap3-lean, bootstrap4, bootstrap4-lean, unstage1, unstage2,
28982         unstage3, unstage4, unstageprofile, unstagefeedback, restage, restage2,
28983         restage3, restage4, restageprofile, restagefeedback, bubbleestrap,
28984         cleanstrap, unstrap, restrap, *compare, *compare3, *compare4,
28985         *compare-lean, *compare3-lean, *compare4-lean, stage1-start, stage1,
28986         stage2-start, stage2, stage3-start, stage3, stage4-start, stage4,
28987         stageprofile-start, stageprofile, stagefeedback-start, stagefeedback,
28988         risky-stage1, risky-stage2, risky-stage3, risky-stage4): Remove.
28989         (ORDINARY_FLAGS_TO_PASS): Rename to FLAGS_TO_PASS.
28990         (STAGECOPYSTUFF, STAGEMOVESTUFF): Consolidate into MOSTLYCLEANFILES.
28991         (mostlyclean): Adjust.
28992         (clean, distclean): Don't mention bootstrap stuff.
28993         * configure: Regenerate.
28994         * ada/config-lang.in, cp/config-lang.in, forttran/config-lang.in,
28995         java/config-lang.in, objc/config-lang.in, objcp/config-lang.in,
28996         treelang/config-lang.in (stagestuff): Remove.
28997         * doc/sourcebuild.texi (stage1, stage2, stage3, stage4,
28998         stageprofile, stagefeedback, stagestuff): Remove mention.
28999
29000 2007-01-11  Nick Clifton  <nickc@redhat.com>
29001
29002         * config/mcore/predicates.md (mcore_general_movesrc_operand):
29003         Accept CONSTs.
29004         (mcore_general_movdst_operand): Do not accept CONST_INTs.
29005         (mcore_arith_K_S_operand): Run the test for the S constraint not
29006         the test for the M constraint.
29007         (mcore_addsub_operand): Do not accept integer values that are
29008         larger than 32 bits.
29009         * config/mcore/mcore.md: Remove unused constraints from split.
29010         (andsi3): Use HOST_WIDE_INT instead of int to hold an INTVAL.
29011         (addsi3): Likewise.
29012         (allocate_stack): Likewise.
29013         * config/mcore/mcore.c (mcore_print_operand): Restrict output of P
29014         operands to 32 bits.
29015         (mcore_const_costs): Use HOST_WIDE_INT instead of int to hold an
29016         INTVAL.
29017         (mcore_and_cost, mcore_modify_comparison, const_ok_for_mcore,
29018         mcore_const_ok_for_inline, mcore_const_trick_uses_not,
29019         try_constant_tricks, mcore_num_ones, mcore_num_zeros,
29020         mcore_output_bclri, mcore_output_andn, output_inline_const,
29021         mcore_output_move, mcore_output_movedouble): Likewise.
29022         (mcore_output_cmov): Use CONST_OK_FOR_M and CONST_OK_FOR_N.
29023         (output_inline_const): Likewise.
29024         (output_inline_const): Fix format strings used in sprintf
29025         statements.
29026         * config/mcore/mcore-protos.h: Update prototypes for changed
29027         functions in mcore.c.
29028         * config/mcore/mcore.h (CONST_OK_FOR_I): Cast values to
29029         HOST_WIDE_INT and not int.
29030         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M,
29031         CONST_OK_FOR_N): Likewise.
29032         (LEGITIMATE_CONSTANT_P): Also check CONSTANT_P.
29033         (GO_IF_LEGITIMATE_INDEX): Use HOST_WIDE_INT instead of int to hold
29034         an INTVAL.
29035
29036 2007-01-10  Jan Hubicka  <jh@suse.cz>
29037
29038         * tree-vrp.c (remove_range_assertions): Release defs.
29039         * tree-ssa-loop-ivopts.c (rmeove_statement): Likewise.
29040         * tree-ssa-dom.c (remove_stmt_or_phi): Likewise.
29041
29042 2007-01-10  Paul Brook  <paul@codesourcery.com>
29043
29044         * config/arm/arm.c (arm_rtx_costs_1): Handle mutiply-subtract.
29045         * config/arm/arm.md (mulsi3subsi): New insn.
29046
29047 2007-01-10  Zdenek Dvorak <dvorakz@suse.cz>
29048
29049         * tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ...
29050         (tree_transform_and_unroll_loop): New.
29051         * tree-flow.h (transform_callback, tree_transform_and_unroll_loop):
29052         Declare.
29053
29054 2007-01-10  Robert Kennedy <jimbob@google.com>
29055
29056         * fold-const.c (fold_comparison): Fold comparisons like (x *
29057         1000 < 0) to (x < 0).
29058
29059 2007-01-10  Ian Lance Taylor  <iant@google.com>
29060
29061         * tree-pretty-print.c (dump_generic_node): Print parentheses when
29062         operands have the same priority.
29063
29064 2007-01-10  Tom Tromey  <tromey@redhat.com>
29065
29066         * fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.
29067         (fold_binary): Likewise.
29068         * langhooks.c (lhd_can_use_bit_fields_p): Removed.
29069         * langhooks-def.h (lhd_can_use_bit_fields_p): Removed.
29070         (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): Removed.
29071         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_CAN_USE_BIT_FIELDS_P.
29072         * langhooks.h (struct lang_hooks): Removed field
29073         'can_use_bit_fields_p'.
29074
29075 2007-01-10  Ralf Corsépius <ralf.corsepius@rtems.org>
29076
29077         * config/bfin/t-bfin, config/bfin/t-bfin-elf: Remove GCC_CFLAGS.
29078
29079 2007-01-10  Razya Ladelsky  <razya@il.ibm.com>
29080
29081         * function.c (get_last_funcdef_no): New function.
29082         * function.h (get_last_funcdef_no): Declare.
29083         * tree-inline.c (initialize_cfun): Add initialization.
29084         (tree_function_versioning): Cleanup.
29085
29086 2007-01-10  Jan Hubicka  <jh@suse.cz>
29087
29088         * tree-inline.c (setup_one_parameter): Do not propagate into abnormal
29089         PHIs.
29090
29091 2007-01-10  Sa Liu  <saliu@de.ibm.com>
29092             Ben Elliston  <bje@au.ibm.com>
29093
29094         * spu.h (STACK_SAVE_AREA): Use VOIDmode for SAVE_FUNCTION, SImode
29095         for SAVE_NONLOCAL and Pmode for any other save level.
29096         * spu-protos.h (spu_restore_stack_block): Declare.
29097         * spu.md (save_stack_block): Remove.
29098         (restore_stack_block): Call spu_restore_stack_block.
29099         * spu.c (spu_restore_stack_block): New function.
29100         (spu_expand_epilogue): Remove old comment.
29101
29102 2007-01-09  Zdenek Dvorak <dvorakz@suse.cz>
29103
29104         PR tree-optimization/30322
29105         * tree-ssa-loop-ivopts.c (fold_affine_expr, iv_value): Removed.
29106         (cand_value_at): Return the value as aff_tree.
29107         (may_eliminate_iv): Convert the bound from aff_tree to tree.
29108         * tree-affine.c (aff_combination_add_cst, aff_combination_add_product,
29109         aff_combination_mult): New functions.
29110         (aff_combination_add): Use aff_combination_add_cst.
29111         (aff_combination_convert): Allow conversions to a wider type.
29112         (tree_to_aff_combination): Handle BIT_NOT_EXPR.
29113         * tree-affine.h (aff_combination_mult): Declare.
29114
29115 2007-01-09  Carlos O'Donell  <carlos@codesourcery.com>
29116
29117         * doc/tm.texi: Update documentation to reflect reality of exec
29118         and start file search behaviours. Update copyright year.
29119         * doc/invoke.texi: Explain how GCC_EXEC_PREFIX is used to find
29120         header file directories.
29121
29122 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
29123
29124         * config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
29125         (*cosxf2): Rename to cosxf2_i387.
29126         (*sindf2, *sinsf2): Extend operand 1 to XFmode.  Macroize patterns
29127         using X87MODEF12 mode macro. Rename patterns to
29128         *sin_extend<mode>xf2_i387.  Use SSE_FLOAT_MODE_P to disable patterns
29129         for SSE math.
29130         (*cosdf2, *cossf2): Ditto.
29131         (sincosdf3, sincossf3): Ditto.  Rewrite corresponding splitters
29132         to match extended input operands.
29133         (sincos<mode>3): New expander.
29134         (*sinextendsfdf2, *cosextendsfdf2, *sincosextendsfdf3): Remove
29135         insn patterns and corresponding splitters.
29136
29137 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
29138
29139         * config/sh/t-linux (TARGET_LIBGCC2_CFLAGS): Delete.
29140         (SHLIB_MAPFILES, SHLIB_LINK, SHLIB_INSTALL): Likewise.
29141
29142 2007-01-09  Nicolas Pitre  <nico@cam.org>
29143
29144         PR target/30173
29145         * arm/ieee754-df.S (Lad_s): Also test the low word of X for zero.
29146
29147 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
29148
29149         * target.h (struct gcc_target): New field library_rtti_comdat.
29150         * target-def.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): New.
29151         (TARGET_CXX): Add TARGET_CXX_LIBRARY_RTTI_COMDAT.
29152         * doc/tm.texi (C++ ABI): Document TARGET_CXX_LIBRARY_RTTI_COMDAT.
29153         * config/darwin.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): Define.
29154
29155 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
29156
29157         * doc/invoke.texi (Optimize Options): Correct description of -O0.
29158
29159 2007-01-08  Richard Guenther  <rguenther@suse.de>
29160
29161         * tree.h (force_fit_type_double): Export.
29162         (force_fit_type): Remove.
29163         * fold-const.c (force_fit_type_double): New function.
29164         (force_fit_type): Remove.
29165         (int_const_binop): Use it.
29166         (fold_convert_const_int_from_int): Likewise.
29167         (fold_convert_const_int_from_real): Likewise.
29168         (fold_div_compare): Likewise.
29169         (fold_sign_changed_comparison): Likewise.
29170         (fold_unary): Likewise.
29171         (fold_negate_const): Likewise.
29172         (fold_abs_const): Likewise.
29173         (fold_not_const): Likewise.
29174         * c-common.c (shorten_compare): Use force_fit_type_double.
29175         * convert.c (convert_to_pointer): Likewise.
29176
29177 2007-01-08  Richard Guenther  <rguenther@suse.de>
29178
29179         * tree.h (build_int_cst_wide_type): Export.
29180         * tree.c (build_int_cst_wide_type): New function.
29181         (build_int_cst_wide): Fix comment.
29182         * builtins.c (fold_builtin_object_size): Use build_int_cst
29183         to build -1 or 0 of the correct type.  Use fit_double_type
29184         to check for overflow.
29185         * fold-const.c (optimize_bit_field_compare): Use build_int_cst_type
29186         to build the mask.
29187         (decode_field_reference): Likewise.
29188         (all_ones_mask_p): Likewise.
29189         (native_interpret_int): Use build_int_cst_wide_type.
29190         (fold_binary): Use build_int_cst_type to build an all-ones
29191         value.
29192         * stor-layout.c (set_sizetype): Use build_int_cst_wide_type.
29193
29194 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
29195
29196         * config/pa/t-pa64 (libgcc_stub.a): Use $(T).
29197
29198 2007-01-09  Ben Elliston  <bje@au.ibm.com>
29199
29200         * genautomata.c (STATS_OPTION): New option.
29201         (stats_flag): New flag.
29202         (gen_automata_option): Handle it.
29203         (initiate_automaton_gen): Ditto.
29204         (write_automata): Output statistics only if stats_flag is
29205         set. Likewise, output time statistics only if time_flag is set.
29206         * doc/md.texi (Processor pipeline description): Document new flag.
29207
29208 2007-01-08  Richard Guenther  <rguenther@suse.de>
29209
29210         * builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.
29211         * tree.c (build_int_cst_type): Likewise.
29212         (size_in_bytes): Don't call force_fit_type on the result.
29213         (int_fits_type_p): Use fit_double_type.
29214         * fold-const.c (fit_double_type): New function.
29215         (force_fit_type): Use it.
29216         * tree.h (fit_double_type): Export.
29217
29218 2007-01-08  Jan Hubicka  <jh@suse.cz>
29219
29220         * tree-vectorizer.c (gate_increase_alignment): Fix return type.
29221         * ipa.c (function_and_variable_visibility): Fix return type.
29222
29223 2007-01-08  Richard Guenther  <rguenther@suse.de>
29224
29225         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type
29226         of offset to build the index.
29227         * tree-pretty-print.c (dump_generic_node): Don't build negated
29228         const just for printing.
29229         * c-pretty-print.c (pp_c_integer_constant): Likewise.
29230         * builtins.c (fold_builtin_int_roundingfn): Check if result
29231         fits the type by using force_fit_type and comparing the result.
29232         * predict.c (predict_loops): Use compare_tree_int for comparison.
29233         * tree.c (build_int_cst): Fall back to integer_type_node for
29234         NULL_TREE type.
29235         (build_int_cst_wide): Assert type is non-null.
29236
29237 2007-01-08  Roberto Costa  <roberto.costa@st.com>
29238
29239         * tree-vrp.c (extract_range_from_cond_expr): New.
29240         (extract_range_from_expr): Handle COND_EXPR nodes used as expressions.
29241         * tree-ssa-ccp.c (get_maxval_strlen): Handle COND_EXPR nodes used
29242         as expressions.
29243         (fold_stmt): Bug fix, avoid infinite recursion when folding COND_EXPRs.
29244         * tree-ssa-forwprop.c (simplify_cond, forward_propagate_into_cond,
29245         tree_ssa_forward_propagate_single_use_vars): Handle COND_EXPR nodes
29246         used as expressions.
29247         * tree-object-size.c (cond_expr_object_size): New.
29248         (collect_object_sizes_for): Handle COND_EXPR nodes used as expressions.
29249
29250 2007-01-08  Jan Hubicka  <jh@suse.cz>
29251
29252         * tree-ssa-forwprop.c (forward_propagate_into_cond,
29253         tree_ssa_forward_propagate_single_use_va): Release defs of propagated
29254         statement.
29255
29256 2007-01-08  Richard Guenther  <rguenther@suse.de>
29257
29258         PR tree-optimization/23603
29259         * tree-vrp.c (set_value_range_to_truthvalue): New function.
29260         (extract_range_from_binary): Fall back to truthvalue instead of
29261         varying for TRUTH_*_EXPR.
29262         (extract_range_from_comparison): Fall back to truthvalue instead of
29263         varying.
29264         (vrp_visit_phi_node): Don't adjust new range bounds to +INF/-INF
29265         if all visited PHI values were constant.
29266
29267 2007-01-08  Jan Hubicka  <jh@suse.cz>
29268
29269         * cgraphunit.c (cgraph_process_new_functions): Reset reachable flag.
29270         (cgraph_analyze_function): break out from ...
29271         (cgraph_finalize_compilation_unit): ... here.
29272         (cgraph_expand_function): Remove forgoten commented out line.
29273         (cgraph_optimize): Analyze functions.
29274
29275 2007-01-08  Jan Hubicka  <jh@suse.cz>
29276
29277         * tree-pas.h (TODO_remove_function): New flag.
29278         (TODO_update*): Renumber.
29279         (pass_ipa_increase_alignment,
29280         pass_ipa_function_and_variable_visibility): New passes.
29281         * cgraphunit.c (cgraph_increase_alignment): Move to tree-vectorizer.c
29282         (cgraph_function_and_variable_visibility): Move to ipa.c
29283         (cgraph_optimize): Don't call cgraph_function_and_variable_visibility,
29284         cgraph_increase_alignment.
29285         * ipa-inline.c (cgraph_decide_inlining): Don't push timevar.
29286         (cgraph_decide_inlining_incrementally): Push TV_INTEGRATION before
29287         calling tree-inline.
29288         (cgraph_early_inlining): Do not call cgraph_remove_unreachable_nodes.
29289         (pass_ipa_inline, pass_early_ipa_inlining): Set TODO_remove_functions
29290         * tree-vectorizer.c (increase_alignment): Move here from cgraphunit.c
29291         (gate_increase_alignment): New function.
29292         (pass_ipa_increase_alignment): New pass.
29293         * ipa.c: Inline tree-pass.h and timevar.h
29294         (function_and_variable_visibility): Move here from cgraphunit.c
29295         * tree-optimize.c (pass_early_local_passes): Add TODO_remove_functions.
29296         * passes.c (init_optimization_passes): Add the two new passes.
29297         (execute_todo): Handle cgraph_remove_functions.
29298
29299 2007-01-08  Nick Clifton  <nickc@redhat.com>
29300
29301         * config/frv/predicates.md (reg_or_0_operand): Accept
29302         CONST_DOUBLEs.
29303
29304 2007-01-08  Ralf Corsépius <ralf.corsepius@rtems.org>
29305
29306         * config/bfin/rtems.h, config/bfin/t-rtems: New.
29307         * config.gcc: Add bfin*-rtems*.
29308
29309 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
29310
29311         * c.opt: Add -flax-vector-conversions.
29312         * c-typeck.c (convert_for_assignment): Pass flag to
29313         vector_types_convertible_p to allow emission of note.
29314         (digest_init): Likewise.
29315         * c-opts.c: Handle -flax-vector-conversions.
29316         * c-common.c (flag_lax_vector_conversions): New.
29317         (vector_types_convertible_p): Unless -flax-vector conversions
29318         has been passed, disallow conversions between vectors with
29319         differing numbers of subparts and/or element types.  If such
29320         a conversion is disallowed, possibly emit a note on the first
29321         occasion only to inform the user of -flax-vector-conversions.
29322         The new last argument specifies this.
29323         * c-common.h (flag_lax_vector_conversions): New.
29324         (vector_types_convertible_p): Add extra argument.
29325         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use
29326         char_type_node for V*QI type vectors.
29327         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):
29328         Update to satisfy new typechecking rules.
29329         * config/rs6000/altivec.h (vec_cmple): Use vec_cmpge, for both
29330         C and C++ variants.
29331         * doc/invoke.texi (C Dialect Options): Document
29332         -flax-vector-conversions.
29333
29334 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
29335
29336         PR tree-optimization/29877
29337         * tree-ssa-ter.c (is_replaceable_p): Deem assignments with
29338         a register variable on the RHS to not be replaceable.
29339
29340 2007-01-08  Chen Liqin  <liqin@sunnorth.com.cn>
29341         * config/score/t-score-elf (MULTILIB_OPTIONS): Change.
29342         * config/score/predicates.md (const_uimm5, sr0_operand, const_simm12,
29343         const_simm15, const_pow2, const_npow2): Added.
29344         * config/score/misc.md (insv, extv, extzv, movmemsi,
29345         move_lbu_a/b, mov_lhu_a/b etc): Added and fix some bug.
29346         * config/score/score.c (score_address_cost, score_select_cc_mode):
29347         Added.
29348         Change CONST_OK_FOR_LETTER_P/EXTRA_CONSTRAINT define.
29349         Update score_rtx_costs for MACRO TARGET_RTX_COSTS.
29350         Update score_print_operand.
29351         * config/score/score.h (DATA_ALIGNMENT, SELECT_CC_MODE): Added.
29352         Adjust register allocate order and update some macro define.
29353         * config/score/score-mdaux.c (mdx_unaligned_load, mdx_unsigned_store,
29354         mdx_block_move_straight, mdx_block_move_loop_head,
29355         mdx_block_move_loop_body, mdx_block_move_loop_foot,
29356         mdx_block_move_loop, mdx_block_move): Added.
29357         (mdx_movsicc, mdp_select_add_imm, mdp_select, mds_zero_extract_andi,
29358         mdp_limm): Updated and fix some bug and typo.
29359         * config/score/score.md (movqi/hi/si, add/sub/zero/ext): Updated.
29360         (movsf, movdf, doloop_end): Added.
29361
29362 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
29363
29364         * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
29365         config/arm/thumb2.md: Fix comment typos.
29366         * doc/extend.texi: Fix a typo.
29367
29368 2007-01-07  Eric Christopher  <echristo@apple.com>
29369
29370         * configure.ac: Check for __stack_chk_fail for darwin.
29371         * configure: Regenerate.
29372
29373 2007-01-07  Richard Guenther  <rguenther@suse.de>
29374
29375         * tree-vrp.c (extract_range_from_assert): CSE calls to
29376         compare_values where possible.
29377         (extract_range_from_unary_expr): Likewise.
29378
29379 2007-01-07  Anatoly Sokolov <aesok@post.ru>
29380
29381         * config/avr/avr-protos.h (call_insn_operand): Delete prototype.
29382         * config/avr/avr.c (call_insn_operand): Delete function.
29383         * config/avr/avr.md (*pushqi, *pushhi, *pushsi, *pushsf): Use REG_SP
29384         instead of register number. Use predicates.
29385         * config/avr/predicates.md (const0_operand, reg_or_0_operand,
29386         call_insn_operand): Add.
29387
29388 2007-01-06  Jan Hubicka  <jh@suse.cz>
29389
29390         * tree-pass.h (pass_build_cgraph_edges): Declare.
29391         * cgraphunit.c (record_refernece): Move to cgraphbuild.c
29392         (visited_nodes): Remove.
29393         (cgraph_create_edges): Move to cgraphbuild.c; rename to
29394         build_cgrpah_edges; make visited_nodes local.
29395         (cgraph_process_new_functions): DO not call initialize_inline_failed.
29396         (record_references_in_initializer): Move to cgraphbuild.c
29397         (initialize_inline_failed, rebuild_cgraph_edges,
29398         pass_rebuild_cgraph_edges): Move to cgraphbuild.c.
29399         (verify_cgraph_node): Make visited_nodes local.
29400         (cgraph_analyze_function): Do not call cgraph_create_edges and
29401         initialize_inline_failed.
29402         (cgraph_expand_function): Do not call cgraph_lower_function;
29403         assert that function is already lowered.
29404         * Makefile.in (cgraphbuild.o): New.
29405         * passes.c (init_optimization_passes): Add pass_build_cgraph_edges
29406         at the end of lowering passes.
29407
29408 2007-01-06  Steven Bosscher  <steven@gcc.gnu.org>
29409
29410         * ifcvt.c (cond_move_convert_if_block): New function, code
29411         factored out from...
29412         (cond_move_process_if_block): ...here.  Call the new function
29413         on the THEN and ELSE blocks.
29414         (merge_if_block): Do not copy global_live_at_end, merge_blocks
29415         already takes care of this.
29416
29417 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
29418
29419         PR c/19978
29420         * tree.h (TREE_OVERFLOW_P): New.
29421         * c-typeck.c (parser_build_unary_op): Warn only if result
29422         overflowed and operands did not.
29423         (parser_build_binary_op): Likewise.
29424         (convert_for_assignment): Remove redundant overflow_warning.
29425         * c-common.c (overflow_warning): Don't check or set TREE_OVERFLOW.
29426
29427 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
29428
29429         * c-typeck.c (store_init_value): Split over two lines to follow
29430         the GNU coding style.
29431
29432 2007-01-05  Benjamin Kosnik  <bkoz@redhat.com>
29433
29434         * c-cppbuiltin.c (c_cpp_builtins): __GXX_EXPERIMENTAL_CPP0X__ to
29435         __GXX_EXPERIMENTAL_CXX0X__.
29436         * doc/cpp.texi: Same.
29437
29438 2007-01-05  Richard Guenther  <rguenther@suse.de>
29439
29440         PR middle-end/27826
29441         * tree.c (get_narrower): Do not construct COMPONENT_REFs
29442         with mismatched types.  Instead explicitly build a
29443         conversion NOP_EXPR.
29444
29445 2007-01-05  Ian Lance Taylor  <iant@google.com>
29446
29447         * c-common.c (decl_with_nonnull_addr_p): New function.
29448         (c_common_truthvalue_conversion): Call it.
29449         * c-typeck.c (build_binary_op): Likewise.
29450         * c-common.h (decl_with_nonnull_addr_p): Declare.
29451
29452 2007-01-05  Jakub Jelinek  <jakub@redhat.com>
29453
29454         PR c/30360
29455         * libgcc2.c (__divdc3): Compare c and d against 0.0 instead of
29456         denom against 0.0.
29457
29458 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
29459
29460         * doc/install.texi (Final install): Document the fact that
29461         the GNAT runtime should not be stripped.
29462
29463 2007-01-04  Jan Hubicka  <jh@suse.cz>
29464
29465         * tree-inline.c (fold_marked_statements): Update operand caches
29466         and EH after folding
29467
29468 2007-01-04  Ian Lance Taylor  <iant@google.com>
29469
29470         * c-common.c (check_function_nonnull): Whitespace fix.
29471
29472 2007-01-04  Jan Hubicka  <jh@suse.cz>
29473
29474         * tree-optimize.c (execute_fixup_cfg): Correct previously mistakely
29475         comitted older version of patch.
29476         (pass_fixup_cfg): Add TODOs to verify flow and statements, dump
29477         function, celanup cfg and collect garbage.
29478
29479 2007-01-04  Mike Stump  <mrs@apple.com>
29480
29481         * Makefile.in (mostlyclean): Don't remove libgcc anymore.
29482         (clean): Likewise.
29483
29484 2007-01-04  Eric Christopher  <echristo@apple.com>
29485
29486         * libgcc2.c (__bswapsi2): Use SItype.
29487         (__bswapdi2): Use DItype.
29488         * libgcc2.h: Update for above.
29489
29490 2007-01-04  Paul Brook  <paul@codesourcery.com>
29491
29492         * config/arm/arm.md (arm_mulsi3, thumb_mulsi3, mulsi3_compare0,
29493         mulsi_compare0_scratch, mulsi3addsi, mulsi3addsi_compare0,
29494         mulsi3addsi_compare0_scratch, mulsidi3adddi, mulsidi3,
29495         umulsidi3, umulsidi3adddi, smulsi3_highpart,
29496         umulsi3_highpart): Make conditional on !arm_arch6.
29497         (arm_mulsi3_v6, thumb_mulsi3_v6, mulsi3_compare0_v6,
29498         mulsi_compare0_scratch_v6, mulsi3addsi_v6, mulsi3addsi_compare0_v6,
29499         mulsi3addsi_compare0_scratch_v6, mulsidi3adddi_v6, mulsidi3_v6,
29500         umulsidi3_v6, umulsidi3adddi_v6, smulsi3_highpart_v6,
29501         umulsi3_highpart_v6): New insns.
29502
29503 2007-01-04  Roger Sayle  <roger@eyesopen.com>
29504
29505         * fold-const.c (fold_convert): When casting an expression to void,
29506         fold_ignored_result may discover a GIMPLE_MODIFY_STMT which doesn't
29507         have a type.  Instead of attempting to build a NOP_EXPR, return
29508         these "special" trees directly.
29509
29510 2007-01-04  Joseph Myers  <joseph@codesourcery.com>
29511
29512         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make adjustment for
29513         MULT inside MINUS as either argument.  Use rs6000_cost->dmul -
29514         rs6000_cost->fp not 0 as adjustment for outer NEG.
29515
29516 2007-01-04  Jan Hubicka  <jh@suse.cz>
29517
29518         * cgraph.c (cgraph_release_function_body): New function.
29519         (cgraph_remove_node): Use it.
29520         * cgraph.h (cgraph_release_function_body): Declare.
29521         * cgraphunit.c (cgraph_expand_function): Use it.
29522         * ipa.c (cgraph_remove_unreahchable_nodes): Use it.
29523         * tree-ssa.c (delete_tree_ssa): Allow to be called before aliasing
29524         is initialized and while compilation of other function is running.
29525         * tree-optimize.c (execute_free_cfg_annotations): Move code to clear
29526         statement CFG annotations from here to ...
29527         * tree-cfg.c (delete_tree_cfg_annotations): ... here.
29528
29529 2007-01-04  Zdenek Dvorak <dvorakz@suse.cz>
29530
29531         * cfgloop.h (enum li_flags): Make the constants powers of two.
29532
29533 2007-01-04  Jan Hubicka  <jh@suse.cz>
29534
29535         * tree-inline.c (copy_bb): Insert new statements to statements_to_fold
29536         set.
29537         (fold_marked_statements): New function.
29538         (optimize_inline_calls, tree_function_versioning): Fold new statements.
29539         * tree-inline.h (copy_body_data): Add statements_to_fold.
29540
29541 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
29542
29543         * config.gcc: Mention libgcc/config.host.
29544         * Makefile.in: Update comments mentioning libgcc.
29545         (LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
29546         (all.cross, start.encap, rest.encap, rest.cross): Update
29547         dependencies for libgcc move.
29548         (libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
29549         (clean-target, clean-target-libgcc): Delete.
29550         (srcdirify, GCC_EXTRA_PARTS): New macros.
29551         (libgcc-support, libgcc.mvars): New rules.
29552         (distclean): Remove mention of mklibgcc.
29553         (install): Don't reference INSTALL_LIBGCC.
29554         (install-common): Don't reference EXTRA_PARTS.
29555         (install-libgcc, install-multilib): Delete rules.
29556         * mklibgcc.in: Delete file.
29557         * doc/configfiles.texi: Don't mention mklibgcc.
29558
29559         * config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc).
29560         * config/i386/t-darwin64 (SHLIB_VERPFX): Likewise.
29561         * config/rs6000/t-darwin (SHLIB_VERPFX): Likewise.
29562         * config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES)
29563         (mklibgcc, ldblspecs): Likewise.
29564
29565         * config/i386/t-nwld (libgcc.def, libc.def, libpcre.def)
29566         (posixpre.def): Use $(T).
29567         (SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP)
29568         (SHLIB_SRC, SHLIB_INSTALL): Delete.
29569         (SHLIB_LINK): Make dummy.
29570         * config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK.
29571
29572         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear.
29573
29574         * config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS.
29575         * config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30,
29576         config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos,
29577         config/rs6000/t-newas, config/sparc/t-elf: Likewise.
29578
29579         * configure.ac (all_outputs): Remove mklibgcc.
29580         * configure: Regenerated.
29581
29582 2007-01-03  Josh Conner  <jconner@apple.com>
29583
29584         PR middle-end/29683
29585         * calls.c (compute_argument_addresses): Set stack and stack_slot
29586         for partial args, too.
29587         (store_one_arg): Use locate.size.constant for the size when
29588         generating a save_area.
29589
29590 2007-01-03  Robert Kennedy <jimbob@google.com>
29591
29592         * tree-cfg.c (tree_merge_blocks): Release SSA_NAME phi results
29593         whose definitions are deleted due to basic block merging.
29594
29595 2007-01-03  Paul Brook  <paul@codesourcery.com>
29596
29597         PR target/16634
29598         * config/arm/arm.c (output_return_instruction): Pop PC in interrupt
29599         functions.
29600         (use_return_insn): Return 0 for Thumb interrupt functions.
29601         (print_multi_reg): Add rfe argument for IRQ returns.
29602         (arm_output_epilogue): Pop interrupt return address directly into PC.
29603         (arm_expand_prologue): Only adjust IRQ return address in Arm mode.
29604
29605 2007-01-03  Paul Brook  <paul@codesourcery.com>
29606
29607         Merge from sourcerygxx-4_1.
29608         * config/arm/thumb2.md: New file.
29609         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Return True for
29610         Thumb-2.
29611         * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Ditto.
29612         * config/arm/aout.h (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
29613         (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump tables.
29614         * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump
29615         tables.
29616         (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
29617         * config/arm/ieee754-df.S: Use macros for Thumb-2/Unified asm
29618         comptibility.
29619         * config/arm/ieee754-sf.S: Ditto.
29620         * config/arm/arm.c (thumb_base_register_rtx_p): Rename...
29621         (thumb1_base_register_rtx_p): ... to this.
29622         (thumb_index_register_rtx_p): Rename...
29623         (thumb1_index_register_rtx_p): ... to this.
29624         (thumb_output_function_prologue): Rename...
29625         (thumb1_output_function_prologue): ... to this.
29626         (thumb_legitimate_address_p): Rename...
29627         (thumb1_legitimate_address_p): ... to this.
29628         (thumb_rtx_costs): Rename...
29629         (thumb1_rtx_costs): ... to this.
29630         (thumb_compute_save_reg_mask): Rename...
29631         (thumb1_compute_save_reg_mask): ... to this.
29632         (thumb_final_prescan_insn): Rename...
29633         (thumb1_final_prescan_insn): ... to this.
29634         (thumb_expand_epilogue): Rename...
29635         (thumb1_expand_epilogue): ... to this.
29636         (arm_unwind_emit_stm): Rename...
29637         (arm_unwind_emit_sequence): ... to this.
29638         (thumb2_legitimate_index_p, thumb2_legitimate_address_p,
29639         thumb1_compute_save_reg_mask, arm_dwarf_handle_frame_unspec,
29640         thumb2_index_mul_operand, output_move_vfp, arm_shift_nmem,
29641         arm_save_coproc_regs, thumb_set_frame_pointer, arm_print_condition,
29642         thumb2_final_prescan_insn, thumb2_asm_output_opcode, arm_output_shift,
29643         thumb2_output_casesi): New functions.
29644         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Define.
29645         (FL_THUMB2, FL_NOTM, FL_DIV, FL_FOR_ARCH6T2, FL_FOR_ARCH7,
29646         FL_FOR_ARCH7A, FL_FOR_ARCH7R, FL_FOR_ARCH7M, ARM_LSL_NAME,
29647         THUMB2_WORK_REGS): Define.
29648         (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv, arm_condexec_count,
29649         arm_condexec_mask, arm_condexec_masklen)): New variables.
29650         (all_architectures): Add armv6t2, armv7, armv7a, armv7r and armv7m.
29651         (arm_override_options): Check new CPU capabilities.
29652         Set new architecture flag variables.
29653         (arm_isr_value): Handle v7m interrupt functions.
29654         (user_return_insn): Return 0 for v7m interrupt functions.  Handle
29655         Thumb-2.
29656         (const_ok_for_arm): Handle Thumb-2 constants.
29657         (arm_gen_constant): Ditto.  Use movw when available.
29658         (arm_function_ok_for_sibcall): Return false for v7m interrupt
29659         functions.
29660         (legitimize_pic_address, arm_call_tls_get_addr): Handle Thumb-2.
29661         (thumb_find_work_register, arm_load_pic_register,
29662         legitimize_tls_address, arm_address_cost, load_multiple_sequence,
29663         emit_ldm_seq, emit_stm_seq, arm_select_cc_mode, get_jump_table_size,
29664         print_multi_reg, output_mov_long_double_fpa_from_arm,
29665         output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm,
29666         output_mov_double_fpa_from_arm, output_move_double,
29667         arm_compute_save_reg_mask, arm_compute_save_reg0_reg12_mask,
29668         output_return_instruction, arm_output_function_prologue,
29669         arm_output_epilogue, arm_get_frame_offsets, arm_regno_class,
29670         arm_output_mi_thunk, thumb_set_return_address): Ditto.
29671         (arm_expand_prologue): Handle Thumb-2.  Use arm_save_coproc_regs.
29672         (arm_coproc_mem_operand): Allow POST_INC/PRE_DEC.
29673         (arithmetic_instr, shift_op): Use arm_shift_nmem.
29674         (arm_print_operand): Use arm_print_condition.  Handle '(', ')', '.',
29675         '!' and 'L'.
29676         (arm_final_prescan_insn): Use extract_constrain_insn_cached.
29677         (thumb_expand_prologue): Use thumb_set_frame_pointer.
29678         (arm_file_start): Output directive for unified syntax.
29679         (arm_unwind_emit_set): Handle stack alignment instruction.
29680         * config/arm/lib1funcs.asm: Remove default for __ARM_ARCH__.
29681         Add v6t2, v7, v7a, v7r and v7m.
29682         (RETLDM): Add Thumb-2 code.
29683         (do_it, shift1, do_push, do_pop, COND, THUMB_SYNTAX): New macros.
29684         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __thumb2__.
29685         (TARGET_THUMB1, TARGET_32BIT, TARGET_THUMB2, TARGET_DSP_MULTIPLY,
29686         TARGET_INT_SIMD, TARGET_UNIFIED_ASM, ARM_FT_STACKALIGN, IS_STACKALIGN,
29687         THUMB2_TRAMPOLINE_TEMPLATE, TRAMPOLINE_ADJUST_ADDRESS,
29688         ASM_OUTPUT_OPCODE, THUMB2_GO_IF_LEGITIMATE_ADDRESS,
29689         THUMB2_LEGITIMIZE_ADDRESS, CASE_VECTOR_PC_RELATIVE,
29690         CASE_VECTOR_SHORTEN_MODE, ADDR_VEC_ALIGN, ASM_OUTPUT_CASE_END,
29691         ADJUST_INSN_LENGTH): Define.
29692         (TARGET_REALLY_IWMMXT, TARGET_IWMMXT_ABI, CONDITIONAL_REGISTER_USAGE,
29693         STATIC_CHAIN_REGNUM, HARD_REGNO_NREGS, INDEX_REG_CLASS,
29694         BASE_REG_CLASS, MODE_BASE_REG_CLASS, SMALL_REGISTER_CLASSES,
29695         PREFERRED_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS,
29696         SECONDARY_INPUT_RELOAD_CLASS, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
29697         TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE, HAVE_PRE_INCREMENT,
29698         HAVE_POST_DECREMENT, HAVE_PRE_DECREMENT, HAVE_PRE_MODIFY_DISP,
29699         HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_REG, HAVE_POST_MODIFY_REG,
29700         REGNO_MODE_OK_FOR_BASE_P, LEGITIMATE_CONSTANT_P,
29701         REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
29702         LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS,
29703         GO_IF_MODE_DEPENDENT_ADDRESS, MEMORY_MOVE_COST, BRANCH_COST,
29704         ASM_APP_OFF, ASM_OUTPUT_CASE_LABEL, ARM_DECLARE_FUNCTION_NAME,
29705         FINAL_PRESCAN_INSN, PRINT_OPERAND_PUNCT_VALID_P,
29706         PRINT_OPERAND_ADDRESS): Adjust for Thumb-2.
29707         (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv): New declarations.
29708         * config/arm/arm-cores.def: Add arm1156t2-s, cortex-a8, cortex-r4 and
29709         cortex-m3.
29710         * config/arm/arm-tune.md: Regenerate.
29711         * config/arm/arm-protos.h: Update prototypes.
29712         * config/arm/vfp.md: Enable patterns for Thumb-2.
29713         (arm_movsi_vfp): Add movw alternative.  Use output_move_vfp.
29714         (arm_movdi_vfp, movsf_vfp, movdf_vfp): Use output_move_vfp.
29715         (thumb2_movsi_vfp, thumb2_movdi_vfp, thumb2_movsf_vfp,
29716         thumb2_movdf_vfp, thumb2_movsfcc_vfp, thumb2_movdfcc_vfp): New.
29717         * config/arm/libunwind.S: Add Thumb-2 code.
29718         * config/arm/constraints.md: Update include Thumb-2.
29719         * config/arm/ieee754-sf.S: Add Thumb-2/Unified asm support.
29720         * config/arm/ieee754-df.S: Ditto.
29721         * config/arm/bpabi.S: Ditto.
29722         * config/arm/t-arm (MD_INCLUDES): Add thumb2.md.
29723         * config/arm/predicates.md (low_register_operand,
29724         low_reg_or_int_operand, thumb_16bit_operator): New.
29725         (thumb_cmp_operand, thumb_cmpneg_operand): Rename...
29726         (thumb1_cmp_operand, thumb1_cmpneg_operand): ... to this.
29727         * config/arm/t-arm-elf: Add armv7 multilib.
29728         * config/arm/arm.md: Update patterns for Thumb-2 and Unified asm.
29729         Include thumb2.md.
29730         (UNSPEC_STACK_ALIGN, ce_count): New.
29731         (arm_incscc, arm_decscc, arm_umaxsi3, arm_uminsi3,
29732         arm_zero_extendsidi2, arm_zero_extendqidi2): New
29733         insns/expanders.
29734         * config/arm/fpa.md: Update patterns for Thumb-2 and Unified asm.
29735         (thumb2_movsf_fpa, thumb2_movdf_fpa, thumb2_movxf_fpa,
29736         thumb2_movsfcc_fpa, thumb2_movdfcc_fpa): New insns.
29737         * config/arm/cirrus.md: Update patterns for Thumb-2 and Unified asm.
29738         (cirrus_thumb2_movdi, cirrus_thumb2_movsi_insn,
29739         thumb2_cirrus_movsf_hard_insn, thumb2_cirrus_movdf_hard_insn): New
29740         insns.
29741         * doc/extend.texi: Document ARMv7-M interrupt functions.
29742         * doc/invoke.texi: Document Thumb-2 new cores+architectures.
29743
29744 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
29745
29746         * unwind-dw2.c (SIGNAL_FRAME_BIT, EXTENDED_CONTEXT_BIT): Define.
29747         (struct _Unwind_Context): Rename args_size to flags, remove
29748         signal_frame field, add a new args_size field and version field.
29749         (_Unwind_IsSignalFrame, _Unwind_SetSignalFrame,
29750         _Unwind_IsExtendedContext): New inline functions.
29751         (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
29752         Assume by_value array is only present if _Unwind_IsExtendedContext.
29753         (_Unwind_GetIPInfo, execute_cfa_program, uw_frame_state_for): Use
29754         _Unwind_IsSignalFrame.
29755         (__frame_state_for): Initialize context.flags to EXTENDED_CONTEXT_BIT.
29756         (uw_update_context_1): Use _Unwind_SetSignalFrame.
29757         (uw_init_context_1): Initialize context->flags to
29758         EXTENDED_CONTEXT_BIT.
29759         * config/rs6000/linux-unwind.h (frob_update_context): Use
29760         _Unwind_SetSignalFrame.
29761
29762 2007-01-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
29763
29764         PR middle-end/30353
29765         * gimplify.c (gimplify_modify_expr_complex_part): Move below
29766         tree_to_gimple_tuple.  Call tree_to_gimple_tuple when we need
29767         the value.
29768
29769 2007-01-03  Kazu Hirata  <kazu@codesourcery.com>
29770
29771         * config/i386/i386.h (NON_STACK_REG_P, REGNO_OK_FOR_SIREG_P,
29772         REGNO_OK_FOR_DIREG_P, REWRITE_ADDRESS, ASM_OPERAND_LETTER,
29773         RET, AT_SP): Remove.
29774         * config/i386/i386.md (*sse_prologue_save_insn): Use return
29775         instead of RET.
29776
29777         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
29778         * cfgbuild.c (find_basic_blocks): Likewise.
29779         * cfgrtl.c (rtl_create_basic_block): Likewise.
29780         * function.c (temp_slots_at_level): Likewise.
29781         * reg-stack.c (stack_regs_mentioned): Likewise.
29782         * regclass.c (allocate_reg_info): Likewise.
29783         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
29784         set_bb_for_stmt, move_block_to_fn): Likewise.
29785         * tree-complex.c (tree_lower_complex): Likewise.
29786         * vec.h (VEC_safe_grow_cleared): New.
29787
29788         * cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
29789
29790 2007-01-03  Zdenek Dvorak <dvorakz@suse.cz>
29791
29792         * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.
29793         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass probabilities
29794         to loop_version.
29795         * cfgloopmanip.c (scale_loop_frequencies): Export.
29796         (loopify): Scale the frequencies by prescribed coefficients.
29797         (set_zero_probability): New function.
29798         (duplicate_loop_to_header_edge): Improve updating of frequencies.
29799         (lv_adjust_loop_entry_edge, loop_version): Set probabilities
29800         and frequencies according to arguments.
29801         * tree-ssa-loop-manip.c (tree_unroll_loop): Set probabilities
29802         correctly.
29803         * cfg.c (scale_bbs_frequencies_int): Allow scaling the frequencies up.
29804         * modulo-sched.c (sms_schedule): Set probabilities for entering
29805         versioned loop correctly.
29806         * tree-vect-transform.c (vect_transform_loop): Ditto.
29807         * cfgloop.h (loopify, loop_version): Declaration changed.
29808         (scale_loop_frequencies): Declared.
29809
29810 2007-01-02  Jan Hubicka  <jh@suse.cz>
29811
29812         * cgraph.c: Include tree-flow.h
29813         (cgraph_add_new-function): Handle IPA_SSA mode; execute
29814         early_local_passes.
29815         * cgraph.h (enum cgraph_state): Add CGRAPH_STATE_IPA_SSA.
29816         * tree-pass.h (pass_all_early_optimizations): Declare.
29817         * cgraphunit.c (cgraph_process_new_functions): Add IPA_SSA; execute
29818         early_local_passes.
29819         (cgraph_analyze_function): Do early_local_passes.
29820         * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
29821         Do not add referenced vars.
29822         * tree-optimize.c (gate_all_optimizations): Do not execute when not in
29823         SSA form.
29824         (gate_all_early_local_passes): New gate.
29825         (pass_early_local_passes): Use new gate.
29826         (execute_early_local_optimizations): New functions.
29827         (gate_all_early_optimizations): New gate.
29828         (pass_all_early_optimizations): New pass.
29829         (execute_free_datastructures): Free SSA only when initialized.
29830         (gate_init_datastructures): Init only when optimizing.
29831         (tree_lowering_passes): Do early local passes when called late.
29832         * tree-profile.c (do_tree_profiling): Don't profile functions added
29833         late.
29834         (do_early_tree_profiling, pass_early_tree_profile): Kill.
29835         * tree-cfg.c (update_modified_stmts): Do not update when operands are
29836         not active.
29837         * passes.c (init_optimizations_passes): Reorder so we go into SSA
29838         during early_local_passes.
29839         * Makefile.in (cgraph.o): Add dependency on tree-flow.h.
29840
29841
29842 2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
29843
29844         * Makefile.in: Update copyright year.
29845
29846 2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
29847
29848         * Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST)
29849         in $(lang_checks) and check-consistency targets.
29850
29851 2007-01-02  Jan Hubicka  <jh@suse.cz>
29852
29853         * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
29854         Do not add referenced vars.
29855         * tree-cfg.c (update_modified_stmts): Do not update when SSA operands
29856         are not active.
29857         * passes.c (init_optimization_passes): Put mudflap_2 after
29858         free_datastructures.
29859
29860 2007-01-02  Jan Hubicka  <jh@suse.cz>
29861
29862         * tree-optimize (execute_fixup_cfg): Set after_inlining flag.
29863         Set NOTHROW flag on call statements proved to be nothrow.
29864         Update statement of local calls so new pure/const functions are
29865         updated. Update_ssa when in ssa form. Mark PHI nodes of nonlocal
29866         goto receivers.
29867         (tree_rest_of_compilation): Register hooks and initialize bitmap
29868         early. Do not set after_inlining flag.
29869
29870 2007-01-02  Steve Ellcey  <sje@cup.hp.com>
29871
29872         * sbitmap.c (HOST_BITS_PER_LONG_LONG): Change to
29873         HOST_BITS_PER_LONGLONG
29874
29875 2007-01-02  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
29876
29877         PR c/19977
29878         * c-typeck.c (store_init_value): Don't emit pedantic overflow
29879         warning for non-static initializers.
29880
29881 2007-01-02  Steven Bosscher  <steven@gcc.gnu.org>
29882
29883         * config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
29884         m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c,
29885         rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c:
29886         Always use set_unique_reg_note to add REG_EQUAL notes.
29887
29888 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
29889
29890         Revert:
29891         2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
29892
29893         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
29894         * cfgbuild.c (find_basic_blocks): Likewise.
29895         * cfgrtl.c (rtl_create_basic_block): Likewise.
29896         * function.c (temp_slots_at_level): Likewise.
29897         * reg-stack.c (stack_regs_mentioned): Likewise.
29898         * regclass.c (allocate_reg_info): Likewise.
29899         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
29900         set_bb_for_stmt, move_block_to_fn): Likewise.
29901         * tree-complex.c (tree_lower_complex): Likewise.
29902         * vec.h (VEC_safe_grow_cleared): New.
29903
29904 2007-01-02  Ian Lance Taylor  <iant@google.com>
29905
29906         * c-common.c (c_common_truthvalue_conversion): When warning about
29907         using an assignment as a truth value, set TREE_NO_WARNING.
29908
29909 2007-01-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
29910
29911         PR middle-end/7651
29912         * c.opt (Wold-style-declaration): New.
29913         * doc/invoke.texi (C-only Warning Options): New.
29914         (Wold-style-declaration): Document it.
29915         (Wextra): Enabled by -Wextra.
29916         * c-opts.c (c_common_post_options): Enabled by -Wextra.
29917         * c-decl.c (declspecs_add_scspec): Replace -Wextra with
29918         -Wold-style-declaration.
29919
29920 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
29921
29922         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
29923         * cfgbuild.c (find_basic_blocks): Likewise.
29924         * cfgrtl.c (rtl_create_basic_block): Likewise.
29925         * function.c (temp_slots_at_level): Likewise.
29926         * reg-stack.c (stack_regs_mentioned): Likewise.
29927         * regclass.c (allocate_reg_info): Likewise.
29928         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
29929         set_bb_for_stmt, move_block_to_fn): Likewise.
29930         * tree-complex.c (tree_lower_complex): Likewise.
29931         * vec.h (VEC_safe_grow_cleared): New.
29932
29933 2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
29934
29935         * c-common.c (c_common_nodes_and_builtins): Since variants of
29936         void_type_node get built before it is given a name, we need to
29937         give those variants the name, too.
29938         (complete_array_type): We need to work with the canonical main
29939         type of the array, from which we will build the qualified version.
29940         * params.def (PARAM_VERIFY_CANONICAL_TYPES): New.
29941         * print-tree.c (print_node): Display canonical type information
29942         for each type.
29943         * stor-layout.c (layout_type): When we don't know the
29944         alignment of a type for which we're building an array, we end up
29945         guessing wrong, so make the type require structural equality.
29946         * tree.c (make_node_stat): When we build a new type, it is its
29947         own canonical type.
29948         (build_type_attribute_qual_variant): When building an attribute
29949         variant, its canonical type is the non-attribute variant. However,
29950         if the attributes are target-dependent and they differ, we need to
29951         use structural equality checks for this type.
29952         (build_qualified_type): A qualified type is not equivalent to its
29953         unqualified variant; set the canonical type appropriately.
29954         (build_distinct_type_copy): When building a distinct type from
29955         another type, the new type is its own canonical type.
29956         (build_variant_type_copy): When building a new type variant, we
29957         assume that it is equivalent to the original type.
29958         (build_pointer_type_for_mode): When building a pointer type, also
29959         build a canonical type pointer.
29960         (build_reference_type_for_mode): When building a reference type,
29961         also build a canonical type reference.
29962         (build_index_type): When we can't hash an index type (e.g.,
29963         because its maximum value is negative), the index type requires
29964         structural equality tests.
29965         (build_array_type): Build the canonical form of an array type.
29966         (build_function_type): Function types require structural equality,
29967         because they contain default arguments, attributes, etc.
29968         (build_method_type_directly): Ditto for method types.
29969         (build_offset_type): Build the canonical offset type.
29970         (build_complex_type): Build the canonical vector type.
29971         (make_vector_type): Build the canonical vector type.
29972         * tree.h (TYPE_CANONICAL): New.
29973         (TYPE_STRUCTURAL_EQUALITY_P): New.
29974         (SET_TYPE_STRUCTURAL_EQUALITY): New.
29975         (struct tree_type): Added "canonical" field.
29976         * params.h (VERIFY_CANONICAL_TYPES): New.
29977         * doc/c-tree.texi (TYPE_CANONICAL): Document.
29978         (TYPE_STRUCTURAL_EQUALITY_P): Document.
29979         (SET_TYPE_STRUCTURAL_EQUALITY): Document.
29980         * doc/invoke.texi (verify-canonical-types): Document --param
29981         parameter for verifying canonical types.
29982
29983 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
29984
29985         * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
29986         powerpc-*-eabisim*, powerpc-*-eabialtivec*, powerpc-*-eabi*,
29987         powerpc-*-rtems*, powerpc-wrs-vxworks, powerpc-wrs-vxworksae,
29988         powerpcle-*-eabisim*, powerpcle-*-eabi*): Add rs6000/e500.h to
29989         tm_file.
29990         * config/rs6000/e500.h: New.
29991         * config/rs6000/eabi.h (TARGET_SPE_ABI, TARGET_SPE, TARGET_E500,
29992         TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE, TARGET_E500_DOUBLE):
29993         Remove.
29994         * config/rs6000/linuxspe.h (TARGET_SPE_ABI, TARGET_SPE,
29995         TARGET_E500, TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE,
29996         TARGET_E500_DOUBLE): Remove.
29997         * config/rs6000/vxworks.h (TARGET_SPE_ABI, TARGET_SPE,
29998         TARGET_E500, TARGET_ISEL, TARGET_FPRS): Remove.
29999         * config/rs6000/rs6000.h (CHECK_E500_OPTIONS): Define.
30000         * config/rs6000/rs6000.c (rs6000_override_options): Use
30001         CHECK_E500_OPTIONS.
30002
30003 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
30004
30005         * config/rs6000/rs6000.c (print_operand): Check (TARGET_SPE ||
30006         TARGET_E500_DOUBLE), not TARGET_E500, for %y.
30007         (rs6000_generate_compare, rs6000_emit_sCOND, output_cbranch,
30008         rs6000_emit_cmove): Don't check TARGET_E500.
30009         * config/rs6000/rs6000.md (bunordered, bordered, sunordered,
30010         sordered): Don't check TARGET_E500.
30011
30012 2007-01-01  Eric Christopher  <echristo@apple.com>
30013
30014         * config/mips/mips.c (mips_regno_mode_ok_for_base_p): Use
30015         HARD_REGISTER_NUM_P.
30016
30017 2007-01-01  Roger Sayle  <roger@eyesopen.com>
30018
30019         * fold-const.c (fold_binary) <EQ_EXPR>: Fold "(X^C1) eq/ne C2" into
30020         "X eq/ne (C1^C2)".  Fold "(X^Z) eq/ne (Y^Z)" as "X eq/ne Y" when Z
30021         has no side-effects.  Fold "(X^C1) eq/ne (Y^C2)" as "(X^(C1^C2))
30022         eq/ne Y".
30023
30024 2007-01-01  Mike Stump  <mrs@apple.com>
30025
30026         * configure.ac: Remove support for building with Apple's gcc-3.1.
30027
30028 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
30029
30030         PR middle-end/30311
30031         * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
30032         REG is a hard register.  Do not modify REG before calling
30033         subreg_nregs.
30034         * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
30035         multiple of the size of YMODE for certain lowpart cases.
30036
30037 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
30038
30039         PR middle-end/30253
30040         * gimplify (voidify_wrapper_expr): Update for
30041         GIMPLE_MODIFY_STMT.
30042
30043 2007-01-01  Andreas Schwab  <schwab@suse.de>
30044
30045         PR target/29166
30046         * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
30047         save of BR0 in extra_spill_size instead of spill_size.
30048         (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
30049         area.
30050         (ia64_expand_epilogue): Restore BR0 from its new location.
30051
30052 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
30053
30054         * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
30055         Use a temporary variable if the left hand side is not a gimple
30056         register.
30057
30058 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
30059
30060         * gimplify.c (gimplify_return_expr): Make the temporary variable
30061         for the return expression, a gimple register variable.
30062
30063 2007-01-01  Jan Hubicka  <jh@suse.cz>
30064
30065         * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
30066         INSN_LIST.
30067
30068 2007-01-01  Mike Stump  <mrs@apple.com>
30069
30070         * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
30071         .literal16.
30072         * config/darwin.c (machopic_select_rtx_section): Use
30073         HAVE_GAS_LITERAL16.
30074         (darwin_mergeable_constant_section): Likewise.
30075         * configure: Regenerate.
30076         * config.in: Regenerate.
30077
30078 2007-01-01  Jan Hubicka  <jh@suse.cz>
30079             Andrew Pinski  <pinskia@gmail.com>
30080
30081         * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
30082         before starting IPA passes.