OSDN Git Service

* config/sh/sh.c (emit_fpu_switch): Set TREE_PUBLIC for
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2005-10-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2
3         * config/sh/sh.c (emit_fpu_switch): Set TREE_PUBLIC for
4         __fpscr_values.
5
6 2005-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
7
8         * config.gcc (arm*-*-linux*): Remove redundant extra_parts and
9         gnu_ld assignments.
10         * config/arm/t-linux-eabi (LIB1ASMFUNCS)
11         (EXTRA_MULTILIB_PARTS): Define.
12         * config/arm/linux-elf.h (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC)
13         (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC)
14         (LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Move to...
15         * config/arm/uclinux-elf.h (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC)
16         (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC)
17         (LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): ... here.
18
19 2005-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
20
21         PR tree-optimization/24226
22         * tree-cfg.c (remove_bb): Clean up unreachable loops.
23         * tree-flow.h (free_numbers_of_iterations_estimates_loop): Declare.
24         * tree-ssa-loop-niter.c (free_numbers_of_iterations_estimates_loop):
25         Export.
26
27 2005-10-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
28
29         * config/sparc/gmon-sol2.c (internal_mcount): Mark as used.
30
31 2005-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
32
33         PR target/24136
34         * config/rs6000/darwin.md (movdf_low_si): Remove early clobber.
35         Rewrite for no need for the early clobber.
36
37 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
38
39         Merge from csl-arm-branch:
40         2005-09-07  Paul Brook  <paul@codesourcery.com>
41         * config/arm/linux-eabi.h (SUBTARGET_EXTRA_LINK_SPEC): Prepend a
42         space to string.
43
44         2005-04-30  Paul Brook  <paul@codesourcery.com>
45         * config/arm/bpabi.h (TARGET_DEFAULT): Define.
46         * config/arm/linux-eabi.h (SUBTARGET_CPU_DEFAULT): Define.
47
48         2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
49         * config/arm/arm.c (arm_all_abis): Add aapcs-linux.
50         (arm_override_options): Use TARGET_AAPCS_BASED.
51         * config/arm/arm.h (enum arm_abi_type): Add ARM_ABI_AAPCS_LINUX.
52         (PTRDIFF_TYPE): Use int for AAPCS.
53         (DEFAULT_SHORT_ENUMS): Use false for aapcs-linux.
54         * config/arm/linux-eabi.h (ARM_DEFAULT_ABI, WCHAR_TYPE): Define.
55         (DEFAULT_SHORT_ENUMS): Delete.
56         * doc/invoke.texi (ARM Options): Document -mabi=aapcs-linux.
57
58         2004-12-15  Daniel Jacobowitz  <dan@codesourcery.com>
59         * config/arm/arm.h (DEFAULT_SHORT_ENUMS): Wrap in #ifndef.
60         * config/arm/linux-eabi.h (DEFAULT_SHORT_ENUMS): Define to 0.
61         * config/arm/t-linux-eabi (TARGET_LIBGCC2_CFLAGS): Set to -fPIC.
62
63         2004-12-03  Mark Mitchell  <mark@codesourcery.com>
64         * config/arm/linux-eabi.h (LIBGCC_SPEC): Do not define.
65
66         2004-11-22  Mark Mitchell  <mark@codesourcery.com>
67         * config.gcc (arm*-*-linux-gnueabi): Use __cxa_atexit.
68  
69         2004-11-19  Mark Mitchell  <mark@codesourcery.com>
70         * config.gcc (arm*-*-linux-gnueabi): Add it.
71         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Undefine it before
72         redefining it.
73         (TARGET_OS_CPP_BUILTINS): Likeiwse.
74         * config/arm/linux-eabi.h: New file.
75         * config/arm/linux-elf.h (LINUX_TARGET_INTERPRETER): New macro.
76         (LINUX_TARET_LINK_SPEC): Likewise.
77         (LINK_SPEC): Use it.
78         * config/arm/t-linux-eabi: New file.
79
80 2005-10-08  Steven Bosscher  <stevenb@suse.de>
81
82         PR other/22202
83         * params.def (PARAM_MAX_VARIABLE_EXPANSIONS): Remove superfluous
84         spaces.
85         (PARAM_SMS_DFA_HISTORY): Likewise.
86
87 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
88
89         PR middle-end/23150
90         * calls.c (mem_overlaps_already_clobbered_arg_p): New.
91         (load_register_parameters): Call it.
92         (check_sibcall_argument_overlap_1): Likewise.
93         (store_one_arg): Likewise.
94
95 2005-10-07  James E. Wilson  <wilson@specifix.com>
96
97         * config/ia64/vect.md (ashl<mode>3, ashr<mode>3, lshr<mode>3): Use
98         DImode not VECINT24 for operand 2.
99
100         PR target/23644
101         * doc/invoke.texi (IA-64 Options, item -mtune): Renamed from
102         -mtune-arch.
103
104         PR target/24193
105         * config/ia64/ia64.md (movbi, movti_internal, gr_spill_internal,
106         fr_spill): Use destination_operand for operand 0.
107
108 2005-10-07  DJ Delorie  <dj@redhat.com>
109
110         * varasm.c (output_constant): Limit error to expanding
111         conversions.
112
113 2005-10-07  Richard Guenther  <rguenther@suse.de>
114
115         PR middle-end/24227
116         * fold-const.c (fold_binary): Fix operand types during folding
117         of X op (A, Y).  Evaluation order of the side-effects of
118         X and A are frontend-defined, so ensure we honour that even for
119         tcc_comparison class operands; eased by removing duplicate code.
120
121 2005-10-07  Steve Ellcey  <sje@cup.hp.com>
122
123         * stor-layout.c (layout_type): Do not allow alignment of array
124         elements to be greater than their size.
125
126 2005-10-07  Steve Ellcey  <sje@cup.hp.com>
127
128         * config.host (hppa*-*-hpux*): Change out_host_hook_obj and
129         host_xmake_file.
130         (hppa*-*-linux*): Ditto.
131         (ia64-*-hpux*): Add out_host_hook_obj and host_xmake_file.
132         * config/host-hpux.c: New.
133         * config/x-hpux: New.
134         * config/pa/x-hpux: Remove.
135         * config/pa/x-linux: Remove.
136         * config/pa/pa-host.c: Remove.
137
138 2005-10-07  Jeff Law  <law@redhat.com>
139
140         * tree-ssa-dom.c (dom_opt_finalize_block): Fix conditions to
141         determine whether or not to try and thread outgoing edges.
142
143 2005-10-07  David Edelsohn  <edelsohn@gnu.org>
144
145         * config/rs6000/rs6000.md (eqsi_power): New.
146         (neg_eq0si): Add TARGET_POWER to final condition.
147         (neg_eqsi): Same.
148
149 2005-10-06  Richard Henderson  <rth@redhat.com>
150
151         * config/rs6000/rs6000.c: Revert last change.
152
153 2005-10-06  Richard Henderson  <rth@redhat.com>
154
155         * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): New.
156         (TARGET_CANNOT_FORCE_CONST_MEM): Use it.
157
158 2005-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
159
160         PR middle-end/22216
161         PR middle-end/23651
162         * cfgexpand.c (tree_expand_cfg): After expanding the functions, clear
163         out return_label and naked_return_label.
164
165 2005-10-06  Daniel Berlin  <dberlin@dberlin.org>
166         
167         * tree-ssa-structalias.c (check_for_overlaps): Fix bug in last
168         change.
169
170 2005-10-06  Richard Henderson  <rth@redhat.com>
171
172         PR tree-opt/22237
173         * tree-inline.c (declare_return_variable): Handle modify_dest not
174         being a DECL.
175
176 2005-10-06  Daniel Berlin  <dberlin@dberlin.org>
177         
178         Fix PR tree-optimization/22488
179         * tree-ssa-structalias.c (check_for_overlaps): New function.
180         (create_variable_info_for): Use it.
181
182 2005-10-06  Richard Henderson  <rth@redhat.com>
183
184         PR debug/24070
185         * dwarf2out.c (lookup_filename): Return the result of maybe_emit_file.
186         (dwarf2out_start_source_file): Print it.
187
188 2005-10-06  Geoffrey Keating  <geoffk@apple.com>
189
190         * config/t-slibgcc-darwin (SHLIB_MAPFILES): Use '+='.
191
192 2005-10-06  Richard Henderson  <rth@redhat.com>
193
194         PR 23706
195         * mode-switching.c (optimize_mode_switching): Clear transp bit
196         for block with incomming abnormal edges.
197
198         * config/sh/sh.c (fpscr_values, emit_fpu_switch): New.
199         (fpscr_set_from_mem): Use them.
200         * config/sh/sh.md (fpu_switch0, fpu_switch1): Remove.
201         (fpscr postinc splitters): Rewrite as peephole2+split.
202
203 2005-10-06  David Edelsohn  <edelsohn@gnu.org>
204
205         * config/rs6000/rs6000.md (eq<mode>): Add !TARGET_POWER.
206         (eq<mode>_compare): Same.
207
208 2005-10-06  Richard Guenther  <rguenther@suse.de>
209
210         PR tree-optimization/24238
211         * tree-ssa-alias.c (find_used_portions): Handle RESULT_DECL.
212
213 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
214
215         * acinclude.m4 (gcc_AC_CHECK_TOOL): Handle environment variables
216         here.  Use AC_PATH_PROG for environment variables instead of
217         test -x.
218         * configure.ac: Update calls to gcc_AC_CHECK_TOOL.  Use it for
219         objdump also.
220         * configure: Regenerated.
221
222 2005-10-06  Richard Earnshaw  <richard.earnshaw@arm.com>
223
224         PR target/23783
225         * arm.md (call): If the address isn't a SYMBOL_REF or a register,
226         then force it into a register.
227         (call_value): Likewise.
228
229 2005-10-06  Richard Henderson  <rth@redhat.com>
230
231         PR 24049
232         * passes.c (init_optimization_passes): Move pass_lower_vector_ssa
233         under pass_vectorize.  Clear TODO_ggc_collect from the dce pass
234         under pass_vectorize.
235
236 2005-10-05  Devang Patel  <dpatel@apple.com>
237
238         PR Debug/23205
239         * dbxout.c (dbxout_symbol): Check DECL_RTL_SET_P, after
240         handling constants. Check NAMESPACE_DECL context for constants.
241         
242 2005-10-05  Eric Christopher  <echristo@apple.com>
243
244         * doc/md.texi (Standard Names): Fix name of pushm1 pattern.
245
246 2005-10-05  Richard Henderson  <rth@redhat.com>
247
248         PR 23714
249         * tree-cfg.c (mark_array_ref_addressable_1): New.
250         (mark_array_ref_addressable): New.
251         * tree-flow.h (mark_array_ref_addressable): Declare.
252         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Use it.
253
254 2005-10-05  Andrew Pinski  <pinskia@physics.uc.edu>
255
256         PR middle-end/20606
257         PR middle-end/24069
258         * reload.c (subst_reloads): When adding a REG_LABEL to a
259         jump instruction, also update JUMP_LABEL.
260
261 2005-10-05  David Edelsohn  <edelsohn@gnu.org>
262
263         * params.def (PARAM_MAX_GROW_COPY_BB_INSNS): New.
264         * bb-reorder.c (copy_bb_p): Use it.
265         * doc/invoke.texi (param table): Add max-grow-copy-bb-insn.
266
267 2005-10-05  Richard Henderson  <rth@redhat.com>
268
269         PR target/23602
270         * toplev.c (process_options): Warn about unsupported combinations
271         of unwind tables and omit-frame-pointer.
272         * config/i386/i386.c (override_options): Similarly.  Enable
273         accumulate-outgoing-args if not explicitly disabled.
274
275 2005-10-05  Steve Ellcey  <sje@cup.hp.com>
276
277         * vect.md (vec_initv2si): Fix typo of V2SF to V2SI.
278         Handle big endian vs. small endian.
279         (vec_initv2sf): Handle big endian vs. small endian.
280         (*vec_extractv2sf_1): Ditto.
281
282 2005-10-05  Dale Johannesen  <dalej@apple.com>
283
284         * convert.c (convert_to_real):  Don't convert
285         (float)floor(double d) to floorf((float)d).
286
287 2005-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
288
289         * config/arm/arm.md (insv): Use gen_int_mode in more places.
290
291 2005-10-05  Andrew MacLeod  <amacleod@redhat.com>
292
293         PR tree-optimization/18587
294         * tree-ssa-operands.c (struct opbuild_list_d, OPBUILD_LAST): Delete.
295         (build_defs, build_uses, build_v_may_defs, build_v_must_defs,
296         build_vuses): Change to VEC type.
297         (opbuild_initialize_virtual, opbuild_initialize_real, opbuild_free,
298         opbuild_num_elems, opbuild_append_real, opbuild_append_virtual,
299         opbuild_first, opbuild_next, opbuild_elem_real, opbuild_elem_virtual,
300         opbuild_elem_uid, opbuild_clear, opbuild_remove_elem): Delete.
301         (get_name_decl): New.  Return DECL_UID of base variable.
302         (operand_build_cmp): New.  qsort comparison routine.
303         (operand_build_sort_virtual): New.  Sort virtual build vector.
304         (init_ssa_operands, fini_ssa_operands): Use VEC routines.
305         (FINALIZE_OPBUILD_BASE, FINALIZE_OPBUILD_ELEM): Use VEC_Index.
306         (FINALIZE_BASE): Use get_name_decl.
307         (finalize_ssa_defs, finalize_ssa_uses, cleanup_v_may_defs,
308         finalize_ssa_v_may_defs, finalize_ssa_vuses, finalize_ssa_v_must_defs,
309         (start_ssa_stmt_operands, append_def, append_use, append_vuse,
310         append_v_may_def, append_v_must_def): Replace opbuild_* routines with
311         direct VEC_* manipulations.
312         (build_ssa_operands): Call operand_build_sort_virtual.
313         (copy_virtual_operand, create_ssa_artficial_load_stmt,
314         add_call_clobber_ops, add_call_read_ops): Replace opbuild_* routines
315         with direct VEC_* manipulations.
316         * tree-ssa-opfinalize.h (FINALIZE_FUNC): Replace opbuild_* routines
317         with direct VEC manipulations.
318
319 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
320
321         PR tree-optimization/21419
322         PR tree-optimization/24146
323         PR tree-optimization/24151
324
325         * c-typeck.c (readonly_error): Handle USE being lv_asm.
326         (build_asm_expr): Call it if outputs are read-only.
327         * gimplify.c (gimplify_asm_expr): Remove former fix to PR 21419.
328
329 2005-10-05  Billy Biggs  <billy.biggs@gmail.com>
330             Paolo Bonzini  <bonzini@gnu.org>
331
332         PR target/23809
333
334         * doc/extend.texi (x86 Built-ins): Document that -msse and friends
335         enable the instructions and not just the built-ins.
336         * doc/invoke.texi (x86 Options): Likewise.
337
338 2005-10-04  Geoffrey Keating  <geoffk@apple.com>
339
340         * config/i386/t-darwin (SHLIB_VERPFX): Fix typo.
341
342         * doc/invoke.texi (Option Summary): Correct spelling
343         of -mmacosx-version-min.
344
345 2005-10-04  Devang Patel  <dpatel@apple.com>
346
347         * c-common.c (vector_types_convertible_p): Check TYPE_PRECISION for
348         real types.
349
350 2005-10-04  Steve Ellcey  <sje@cup.hp.com>
351
352         * tree-vect-transform.c (vect_create_epilog_for_reduction):
353         Use BYTES_BIG_ENDIAN instead of BITS_BIG_ENDIAN.
354
355 2005-10-04  Adrian Straetling  <straetling@de.ibm.com>
356
357         * config/s390/s390.md ("TDSI","DP"): New mode macros.
358         ("TE","tg"): New mode attributes.
359         ("sync_compare_and_swap<mode>"): Replace with a define_expand.
360         ("sync_compare_and_swap<mode>_cc"): Replace GPR with TDSI.
361         ("*sync_compare_and_swap<mode>_cc"): Replace with one pattern for
362         dword_mode and one for GPRmode.
363
364 2005-10-04  Ian Lance Taylor  <ian@airs.com>
365
366         PR preprocessor/13726
367         * c-ppoutput.c (cb_include): Add comments parameter, and print out
368         any comments passed in.
369
370 2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
371
372         * tree.c (annotate_with_file_line): Fix typo.
373
374 2005-10-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
375
376         PR ada/19382
377         * builtins.c (fold_builtin_memcmp): When constructing the pointer
378         type used to access data in the inlined length == 1 case, use
379         build_pointer_type_for_mode with CAN_ALIAS_ALL set to true.
380         (fold_builtin_strcmp, fold_builtin_strncmp): Likewise.
381
382 2005-10-04  Uros Bizjak  <uros@kss-loka.si>
383
384         * config/i386/i386.h (TARGET_FISTTP): Enable also for
385         TARGET_SSE3 and only for TARGET_80387.
386         * config/i386/i386.md (fix_trunc<mode>_fisttp_i387_1,
387         (fix_trunc<mode>_i387_fisttp, fix_trunc<mode>_i387_fisttp_with_temp):
388         Do not depend on TARGET_80387.
389
390 2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
391
392         * tree.c (last_annotated_node): Change type to location_t*.
393         (annotate_with_file_line): Reflect the change of
394         last_annotated_node type.
395
396 2005-10-04  Richard Guenther  <rguenther@suse.de>
397
398         PR c/23576
399         * c-decl.c (grokdeclarator): Don't write to fields
400         of error_mark_node.
401
402 2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
403
404         PR middle-end/23125
405         * c-decl.c (finish_decl): Use set_user_assembler_name even for
406         register variables.
407         * varasm.c (make_decl_rtl): If a register variable does not
408         have a set user assmbler name, error out.
409         Decode the asmspec is now name+1 bypassing '*'.
410
411 2005-10-04  Steven Bosscher  <stevenb@suse.de>
412
413         PR tree-optimization/23049
414         * tree-ssa-dom.c (thread_across_edge): Make sure that the condition
415         of a COND_EXPR is folded before calling fold on the whole rhs of a
416         conditional assignment.
417         * doc/tree-ssa.texi: Update the GIMPLE grammar for a valid rhs to
418         document that a COND_EXPR may appear there.
419
420 2005-10-03  Diego Novillo  <dnovillo@redhat.com>
421
422         PR 23445
423         * tree-vrp.c (extract_range_from_assert): If the new numeric
424         range created out of the assertion contradicts the existing
425         numeric range of the ASSERT_EXPR variable, make the new range
426         varying.
427
428 2005-10-03  Kaz Kojima  <kkojima@gcc.gnu.org>
429
430         * config/sh/sh.c (sh_register_move_cost): Add case for moving
431         from T_REGS to FP register class.
432
433 2005-10-03  Richard Henderson  <rth@redhat.com>
434
435         PR 24135
436         * tree-nested.c (convert_nl_goto_reference): Lookup a translation
437         before creating a new one.
438
439 2005-10-03  David Edelsohn  <edelsohn@gnu.org>
440
441         * config/rs6000/t-aix43 (LDFLAGS): New.
442         * config/rs6000/t-aix52 (LDFLAGS): New.
443
444 2005-10-03  Ian Lance Taylor  <ian@airs.com>
445
446         * gimplify.c (find_single_pointer_decl_1): New static function.
447         (find_single_pointer_decl): New static function.
448         (internal_get_tmp_var): For a formal variable, set restrict base
449         information if appropriate.
450         * alias.c (find_base_decl): If a VAR_DECL has a restrict base,
451         return it.
452         * tree.h (DECL_BASED_ON_RESTRICT_P): Define.
453         (DECL_GET_RESTRICT_BASE): Define.
454         (SET_DECL_RESTRICT_BASE): Define.
455         (decl_restrict_base_lookup): Declare.
456         (decl_restrict_base_insert): Declare.
457         (struct tree_decl_with_vis): Add based_on_restrict_p field.
458         * tree.c (restrict_base_for_decl): New static variable.
459         (init_ttree): Initialize restrict_base_for_decl.
460         (copy_node_stat): Copy restrict base information.
461         (decl_restrict_base_lookup): New function.
462         (decl_restrict_base_insert): New function.
463         (print_restrict_base_statistics): New static function.
464         (dump_tree_statistics): Call print_restrict_base_statistics.
465
466 2005-10-02  Diego Novillo  <dnovillo@redhat.com>
467
468         PR 24142
469         * tree-vrp.c (vrp_meet): Fix call to range_includes_zero_p in
470         case of anti-ranges.
471
472 2005-10-02  Andrew Pinski  <pinskia@physics.uc.edu>
473
474         PR c/18851
475         * c-typeck.c (tagged_tu_seen): Rename to ...
476         (tagged_tu_seen_cache): this and add val field.
477         (comptypes): Move functional to comptypes_internal
478         and free tagged_tu_seen.
479         (comptypes_internal): New function and call comptypes_internal
480         instead of comptypes. Speed up by sibcalling
481         tagged_types_tu_compatible_p.
482         (alloc_tagged_tu_seen): New function
483         (free_all_tagged_tu_seen_up_to): New function.
484         (tagged_types_tu_compatible_p): Return the val of the seen two
485         types.
486         Add that the two types are the same to tagged_tu_seen_base
487         if they are and call comptypes_internal instead of comptypes.
488         <case UNION_TYPE>: Speed up common type where the fields are
489         in the same order.
490         (function_types_compatible_p): Call comptypes_internal instead of
491         comptypes.
492         (type_lists_compatible_p): Likewise.
493         (all functions): s/tagged_tu_seen/tagged_tu_seen_cache/.
494
495 2005-10-02  Matthias Klose  <doko@debian.org>
496
497         * doc/invoke.texi: Fix typo and speling error.
498
499 2005-10-01  Richard Henderson  <rth@redhat.com>
500
501         * tree-stdarg.c (execute_optimize_stdarg): Process PHI nodes too.
502
503 2005-10-01  Mark Mitchell  <mark@codesourcery.com>
504
505         * config/arm/unknown-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define
506         using --start-group and --end-group.
507
508 2005-10-01  Diego Novillo  <dnovillo@redhat.com>
509
510         * tree-vrp.c (value_inside_range, range_includes_zero_p): Add
511         FIXME note regarding quirky semantics.
512
513 2005-10-01  Diego Novillo  <dnovillo@redhat.com>
514
515         PR 24141
516         * tree-vrp.c (vrp_meet): Clear VR0->EQUIV when building a
517         non-null range as a last resort.
518
519 2005-10-01  James A. Morrison  <phython@gcc.gnu.org>
520             Diego Novillo  <dnovillo@redhat.com>
521
522         PR 23604
523         * tree-vrp.c (extract_range_from_assert): For !=
524         assertions, only build an anti-range if LIMIT is a
525         single-valued range.
526
527 2005-09-30  Richard Earnshaw  <richard.earnshaw@arm.com>
528
529         * arm.md (movqi): On thumb when optimizing, handle loading from
530         memory by describing this as taking a subreg of a zero-extended load
531         into an SImode register.
532         (movhi): Likewise.
533
534 2005-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
535
536         * reload1.c (merge_assigned_reloads): Do not change any
537         RELOAD_FOR_OUTPUT_ADDRESS reloads.
538
539 2005-09-30  Geoffrey Keating  <geoffk@apple.com>
540
541         * Makefile.in (LIPO_FOR_TARGET): Define.
542         (STRIP_FOR_TARGET): Define.
543
544         * config/t-slibgcc-darwin (libgcc_s_%.dylib): Remove old symlinks
545         before creating new ones.  Do symlinks before creating the actual
546         targets.
547
548         * config/t-slibgcc-darwin (libgcc_s_%.dylib): Use --print-multi-lib
549         to work out which multilibs are actually being built.
550
551 2005-09-30  Kazu Hirata  <kazu@codesourcery.com>
552
553         * tree-vect-transform.c, config/ms1/ms1.md,
554         config/s390/s390.c, config/v850/v850.md: Fix comment typos.
555         Follow spelling conventions.
556         * doc/invoke.texi, doc/md.texi: Fix typos.
557
558 2005-09-30  Andrew Macleod  <amacleod@redat.com>
559
560         PR tree-optimization/21430
561         * tree-ssa-operands.c (set_virtual_use_link): New. Link new virtual
562         use operands, and set stmt pointer if need be.
563         (FINALIZE_CORRECT_USE: New. Macro to call appropriate use fixup routine.
564         tree-ssa-opfinalize.h (FINALIZE_FUNC): Call FINALIZE_CORRECT_USE if
565         present.
566
567 2005-09-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
568
569         PR middle-end/24053
570         * stor-layout.c (set_sizetype): Set TYPE_MAIN_VARIANT of bitsizetype.
571
572 2005-09-29  Mark Mitchell  <mark@codesourcery.com>
573
574         * optabs.c (expand_binop): Initialize first_pass_p.
575
576 2005-09-29  Jakub Jelinek  <jakub@redhat.com>
577
578         PR middle-end/24109
579         * c-decl.c (c_write_global_declarations_1): If any
580         wrapup_global_declaration_2 call returned true, restart the loop.
581
582 2005-09-29  Daniel Berlin  <dberlin@dberlin.org>
583
584         Fix PR tree-optimization/24117
585         * tree-ssa-structalias.c (find_func_aliases): Strip nops
586         before considering whether to use anyoffset.
587
588 2005-09-29  Paolo Bonzini  <bonzini@gnu.org>
589
590         Revert this patch:
591
592         2005-09-15  Paolo Bonzini  <bonzini@gnu.org>
593
594         * optabs.c (expand_binop): Use swap_commutative_operands_with_target
595         to order operands.
596         (swap_commutative_operands_with_target): New.
597
598 2005-09-29  Paolo Bonzini  <bonzini@gnu.org>
599
600         PR c/21419
601         * gimplify.c (gimplify_asm_expr): Raise an error if an output is
602         read-only.
603
604 2005-09-29  Steven Bosscher  <stevenb@suse.de>
605
606         PR tree-optimization/23911
607         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle REALPART_EXPR
608         and IMAGPART_EXPR too.
609
610 2005-09-28  Mark Mitchell  <mark@codesourcery.com>
611
612         PR 17886
613         * expmed.c (expand_shift): Move logic to reverse rotation
614         direction when  rotating by constants ...
615         * optabs.c (expand_binop): ... here.
616         * config/i386/i386.md (rotrdi3): Handle 32-bit mode.
617         (ix86_rotrdi3): New pattern.
618         (rotldi3): Handle 32-bit mode.
619         (ix86_rotldi3): New pattern.
620
621 2005-09-29  Alan Modra  <amodra@bigpond.net.au>
622
623         PR target/24102
624         * config/rs6000/rs6000.md (floatdisf2_internal2): Correct range
625         check for numbers that need no bit twiddle.
626
627 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
628
629         * config/rs6000/t-darwin8: Uncomment contents, allow -m64
630         multilib to be built.
631
632         * Makefile.in: Export LIPO_FOR_TARGET, STRIP_FOR_TARGET.
633         (stage1-start): Delete old libgcc and libunwind before moving
634         anything into the stage directory.
635         (stage2-start): Likewise.
636         (stage3-start): Likewise.
637         (stage4-start): Likewise.
638         (stageprofile-start): Likewise.
639         (stagefeedback-start): Likewise.
640         * config.gcc (*-*-darwin*): Automatically use CPU-specific darwin.h
641         header in tm_file and CPU-specific t-darwin in tmake_file.
642         (i[34567]86-*-darwin*): Don't change tm_file.
643         (powerpc-*-darwin*): Don't change tm_file or tmake_file.
644         * config/darwin.h (REAL_LIBGCC_SPEC): Rewrite to use proper libgcc
645         shared library stub for target OS version.
646         * config/t-slibgcc-darwin (SHLIB_SOLINK): Delete.
647         (SHLIB_LINK): Don't make SHLIB_SOLINK.
648         (SHLIB_INSTALL): Don't install SHLIB_SOLINK.
649         (libgcc_s.%.dylib): New.
650         (LIBGCC): Define.
651         (install-darwin-libgcc-stubs): New.
652         (INSTALL_LIBGCC): New append.
653         * config/i386/darwin-libgcc.10.4.ver: New.
654         * config/i386/darwin-libgcc.10.5.ver: New.
655         * config/i386/t-darwin: New.
656         * config/rs6000/darwin-libgcc.10.4.ver: New.
657         * config/rs6000/darwin-libgcc.10.5.ver: New.
658         * config/rs6000/darwin.h (REAL_LIBGCC_SPEC): Delete.
659         * config/rs6000/t-darwin (SHLIB_VERPFX): Define.
660
661 2005-09-28  Paul Brook  <paul@codesourcery.com>
662
663         * config/m68k/fpgnulib.c (__extendsfdf2, __truncdfsf2): Handle
664         denormals.
665
666 2005-09-28  Richard Guenther  <rguenther@suse.de>
667
668         PR tree-optimization/23853
669         * tree-vect-analyze.c (vect_compute_data_ref_alignment): Use
670         host_integerp to verify misalignment value.
671
672 2005-09-28  Richard Henderson  <rth@redhat.com>
673
674         * builtins.c (get_builtin_sync_mode): New.
675         (expand_builtin_sync_operation): Pass in mode argument.
676         (expand_builtin_compare_and_swap): Likewise.
677         (expand_builtin_lock_test_and_set): Likewise.
678         (expand_builtin_lock_release): Likewise.
679         (expand_builtin): Update to match.
680
681 2005-09-28  Nick Clifton  <nickc@redhat.com>
682
683         * config/v850/v850.h (GO_IF_LEGITIMATE_ADDRESS): Tidy up
684         formatting.  Add check to PLUS case to ensure that the offset is
685         within an acceptable range.
686
687         * config/v850/v850.md (casesi): Disable the generation of the
688         switch pattern as it is not being handled properly at the moment.
689
690         * config/v850/lib1funcs.asm (___ucmpdi2): Correct jump instruction
691         for when the high words are identical.
692
693 2005-09-27  Richard Henderson  <rth@redhat.com>
694
695         * pretty-print.c (pp_base_format): Fix typo for %>.
696
697 2005-09-27  Daniel Berlin  <dberlin@dberlin.org>
698             Devang Patel  <dpatel@apple.com>
699
700         PR tree-optimization/23625
701         * tree-flow-inline.h (bsi_after_labels): Remove, first statement is
702         LABEL_EXPR, assertion check.
703
704 2005-09-27  J"orn Rennecke <joern.rennecke@st.com>
705
706         * optabs.c (no_conflict_move_test): Check if a result of a
707         to-be-moved insn would be clobbered by an originally
708         preceding insn.
709
710 2005-09-27  Jeff Law  <law@redhat.com>
711
712         * passes.c (init_optimization_passes): Replace copy propagation
713         passes immediately after DOM with phi-only copy propagation
714         pases.  Add phi-only copy propagation pass after first DOM pass.
715         * tree-pass.h (pass_phi_only_copy_prop): Declare.
716         * tree-ssa-copy.c (init_copy_prop): Accept new PHI_ONLY argument.
717         If true, then mark all non-control statements with DONT_SIMULATE_AGAIN.
718         (execute_copy_prop): Accept new PHI_ONLY argument.  Pass it along
719         to init_copy_prop.  Callers updated.
720         (do_phi_only_copy_prop): New function.
721         (pass_phi_only_copy_prop): New pass descriptor.
722
723 2005-09-27  Nick Clifton  <nickc@redhat.com>
724
725         * libgcc2.c (__popcount_tab): Remove redundant prototype.
726
727 2005-09-26  Jason Merrill  <jason@redhat.com>
728
729         PR c++/13764
730         * c-common.c (finish_fname_decls): Use append_to_statement_list_force.
731
732         * doc/invoke.texi: Clarify documentation of -fno-enforce-eh-specs.
733
734 2005-09-26  James E Wilson  <wilson@specifix.com>
735
736         * config/ia64/crtbegin.asm, config/ia64/crtend.asm: Remove glibc
737         copyright.  Add gcc copyright plus libgcc exception.
738         * config/ia64/crtfastmath.asm: Remove glibc copyright.  Add gcc
739         copyright.
740         * config/ia64/lib1funcs.asm: Add gcc copyright plus libgcc exception.
741
742 2005-09-26  Jeff Law  <law@redhat.com>
743
744         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Be more selective
745         about when to iterate.
746
747 2005-09-23  Fariborz Jahanian <fjahanian@apple.com>
748
749         PR target/23847
750         * config/rs6000/rs6000.c (rs6000_function_value): Parallel pattern
751         for __complex__ double in -mcpu=G5 mode.
752
753 2005-09-26  Sebastian Pop  <pop@cri.ensmp.fr>
754
755         PR tree-optimization/23942
756         * Makefile.in (SCEV_H): Depends on PARAMS_H.
757         * tree-scalar-evolution.c: Include params.h.
758         (t_bool): New enum.
759         (follow_ssa_edge, follow_ssa_edge_in_rhs,
760         follow_ssa_edge_in_condition_phi_branch,
761         follow_ssa_edge_in_condition_phi, follow_ssa_edge_inner_loop_phi):
762         Change return type to t_bool.  Use a parameter to limit the size of
763         trees that are walked before stopping
764         (analyze_evolution_in_loop): Initialize the limit to 0.
765         (follow_ssa_edge): Give up by returning t_dont_know if the limit
766         exceeds PARAM_SCEV_MAX_EXPR_SIZE.
767
768 2005-09-26  Uros Bizjak  <uros@kss-loka.si>
769
770         PR middle-end/23831
771         * simplify-rtx.c (simplify_immed_subreg) [MODE_INT]: Skip
772         simplification if elem_bitsize > 2 * HOST_BITS_PER_WIDE_INT.
773
774 2005-09-26    Fariborz Jahanian <fjahanian@apple.com>
775
776         * combine.c (make_extraction): Check for valid use of subreg.
777
778 2005-09-26  Uros Bizjak  <uros@kss-loka.si>
779
780         PR target/24055
781         * config/i386/i386.md ("*fistdi2_1"): New pattern.
782         ("*fist<mode>2_1"): Use only HImode and SImode register operands.
783         ("fist<mode>2_with_temp"): Use only register operands.
784
785 2005-09-26  J"orn Rennecke <joern.rennecke@st.com>
786
787         * rtlanal.c (reg_used_between_p): Don't check for CLOBBERs in
788         CALL_INSN_FUNCTION_USAGE.
789
790 2005-09-26  Richard Guenther  <rguenther@suse.de>
791
792         PR middle-end/15855
793         * gcse.c: Include hashtab.h, define ldst entry hashtable.
794         (pre_ldst_expr_hash, pre_ldst_expr_eq): New functions.
795         (ldst_entry): Use the hashtable instead of list-walking.
796         (find_rtx_in_ldst): Likewise.
797         (free_ldst_entry): Free the hashtable.
798         (compute_ld_motion_mems): Create the hashtable.
799         (trim_ld_motion_mems): Remove entry from hashtable if
800         removing it from list.
801         (compute_store_table): Likewise^2.
802         (store_motion): Free hashtable in case we did not see
803         any stores.
804
805 2005-09-25  Kazu Hirata  <kazu@codesourcery.com>
806
807         * fold-const.c (fold_binary): Use op0 and op1 instead of arg0
808         and arg1 if we are passing them to fold_build2.
809
810 2005-09-25  Dan Nicolaescu  <dann@ics.uci.edu>
811
812         PR 23828
813         * config/i386/i386.c (ix86_function_regparm): Fix the test for
814         a nested function.
815
816 2005-09-25  Richard Henderson  <rth@redhat.com>
817
818         * config/alpha/alpha.c (tls_symbolic_operand_1): Trust
819         SYMBOL_REF_TLS_MODEL to be correct.
820
821 2005-09-24  Richard Henderson  <rth@redhat.com>
822
823         * ipa-type-escape.c (discover_unique_type): Remove dead code at
824         end of function.  Reindent.
825
826 2005-09-24  Ian Lance Taylor  <ian@airs.com>
827
828         * convert.c (convert_to_integer): Don't test for ENUMERAL_TYPE in
829         NEGATE_EXPR/BIT_NOT_EXPR case.
830
831 2005-09-24  Richard Henderson  <rth@redhat.com>
832
833         * c-common.c (handle_mode_attribute): When not modifying in place,
834         create subtypes for enumerations.
835         (sync_resolve_return): Use TYPE_MAIN_VARIANT.
836         * gimplify.c (create_tmp_from_val): Likewise.
837
838 2005-09-24  Alexandre Oliva  <aoliva@redhat.com>
839
840         * config/i386/i386.md (*tls_global_dynamic_64,
841         *tls_local_dynamic_base_64): Add missing mode to call.
842         (tls_global_dynamic_64, tls_local_dynamic_base_64): Likewise.
843
844 2005-09-24  Jan Hubicka  <jh@suse.cz>
845
846         * cgraph.c (cgraph_clone_edge): Make the scale gcov_type.
847         (cgraph_clone_node): Likewise.
848         * cgraph.h (cgraph_clone_edge): Update prototype.
849         (cgraph_mark_inline_edge, cgraph_clone_inlined_nodes): Remove
850         duplicated prototypes; add updating argument.
851         * cgraphunit.c (verify_cgraph_node): Verify that counts are non-negative.
852         * ipa-inline.c (cgraph_clone_inlined_nodes): Allow clonning without
853         updating profile.
854         (cgraph_mark_inline_edge): Likewise.
855         (cgraph_mark_inline): Update use of cgraph_mark_inline_edge.
856         (cgraph_flatten_node): Likewise.
857         (cgraph_decide_recursive_inlining): Likewise.
858         (cgraph_decide_inlining_of_small_function): Likewise.
859         * tree-optimize.c (tree_rest_of_compilation): Likewise.
860
861 2005-09-23  David Edelsohn  <edelsohn@gnu.org>
862             Pete Steinmetz <steinmtz@us.ibm.com>
863
864         * config/rs6000/rs6000.md (neg-minus-mult): Set type to dmul.
865         (rldic.): Set type to "compare".
866         (rldicr.): Same.
867         (movsf_hardfloat): Set type to mtjmpr for MTCTR/MTLR.  Set type to
868         mfjmpr for MFCTR/MFLR.
869         (movdf_hardfloat64): Same.
870         (movdf_softfloat64): Same.  Correct order of store and move types.
871         (movti_string): Set type to store_ux/load_ux.
872         (load_multiple): Set type to load_ux.
873         (store_multiple): Set type to store_ux.
874         (movmemsi): Set type to store_ux.
875         (output_cbranch direct_return): Set type to jmpreg.
876         (stmw): Set type to store_ux.
877         (lmw): Set type to load_ux.
878         * config/rs6000/40x.md (ppc403-store): Increase latency to 2.
879         * config/rs6000/440.md (ppc440-store): Increase latency to 6.
880         * config/rs6000/603.md (ppc603-store): Occupy LSU for 2 cycles.
881         * config/rs6000/6xx.md (ppc604-store): Increase latency to 3.
882         * config/rs6000/mpc.md (mpccore-store): Increase latency to 2.
883         * config/rs6000/rios1.md (rios1-store): Increase latency to 2.
884         (rios1-fpstore): Increase latency to 3.
885         * config/rs6000/rios2.md (rios2-store): Increase latency to 2.
886         * config/rs6000/rs64.md (rs64a-store): Increase latency to 2.
887
888 2005-09-23  David Edelsohn  <edelsohn@gnu.org>
889             Andrew Pinski  <pinskia@physics.uc.edu>
890
891         * config/rs6000/sync.md (sync_<fetchop_name>si_internal): Change
892         operand2 constraint to "b".
893         (sync_<fetchop_name>di_internal): Same.
894         (sync_old_<fetchop_name>si_internal): Change operand3 constraint
895         to "b".
896         (sync_old_<fetchop_name>di_internal): Same.
897         (sync_new_<fetchop_name>si_internal): Same.
898         (sync_new_<fetchop_name>di_internal): Same.
899
900 2005-09-23  J"orn Rennecke <joern.rennecke@st.com>
901
902         PR middle-end/23991
903         * final.c (insn_default_length, insn_min_length): In !HAVE_ATTR_length
904         case, define as macros.
905
906         PR rtl-optimization/23837
907         *  optabs.c (no_conflict_move_test): Don't set must_stay for a
908         clobber / clobber match between dest and p->first.
909
910         * optabs.c (emit_libcall_block): Use no_conflict_move_test.
911         (no_conflict_move_test): Update comments.
912
913 2005-09-22  Ranjit Mathew  <rmathew@gcc.gnu.org>
914
915         * doc/install.texi: Update URL for Jacks.
916         * doc/sourcebuild.texi: Likewise.
917
918 2005-09-22  David Edelsohn  <edelsohn@gnu.org>
919
920         PR target/24007
921         * config/rs6000/rs6000.md (movsf_hardfloat): Ignore special
922         registers when choosing register preferences.
923         (movdf_hardfloat64): Same.
924
925 2005-09-22  Andreas Krebbel  <krebbel1@de.ibm.com>
926
927         * expmed.c (expand_shift): Don't use the target of the rotate as
928         target for the first expanded shift insn.
929         * testsuite/gcc.dg/20050922-1.c: Testcase added.
930
931 2005-09-21  Zdenek Dvorak  <dvorakz@suse.cz>
932
933         PR tree-optimization/22438
934         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Handle all
935         preserved iv rhs rewriting specially.
936
937 2005-09-21  Daniel Berlin  <dberlin@dberlin.org>
938
939         * tree-data-ref.c (analyze_array_indexes): Only estimate when
940         estimate_only  is true.
941         * tree-flow.h (ref_contains_indirect_ref): New prototype.
942         * tree-flow-inline.h (ref_contains_indirect_ref): Moved from
943         tree-ssa-structalias.c
944         * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined): Use
945         ref_contains_indirect_ref.
946         * tree-ssa-structalias.c (ref_contains_indirect_ref): Moved.
947
948 2005-09-21  DJ Delorie  <dj@redhat.com>
949
950         * config/mn10300/mn10300.c (TARGET_DEFAULT_TARGET_FLAGS): Add
951         MASK_PTR_A0D0.
952         (mn10300_return_in_memory): Support variable size types also.
953         (mn10300_pass_by_reference): Likewise.
954         (mn10300_function_value): New.
955         * config/mn10300/mn10300.h (FUNCTION_VALUE): Call the above.
956         (FUNCTION_OUTGOING_VALUE): Likewise.
957         * config/mn10300/mn10300.opt: Add -mreturn-pointer-on-d0.
958         * doc/invoke.texi: Document it.
959
960 2005-09-21  Uros Bizjak  <uros@kss-loka.si>
961
962         PR target/22585
963         * config/i386/i386.c (ix86_prepare_fp_compare_args): Do not
964         force integer op1 into register for XFmode compares.
965
966 2005-09-21  Kazu Hirata  <kazu@codesourcery.com>
967
968         PR middle-end/23971
969         * expmed.c (alg_code): Add alg_impossible.
970         (alg_hash_entry): Add cost.
971         (synth_mult): Record alg_impossible in the hash table if
972         multiplication by a given integer is impossble within the
973         limit.  Speed up using alg_impossible.
974
975 2005-09-20  Daniel Berlin  <dberlin@dberlin.org>
976
977         * tree-ssa-structalias.c (get_constraint_for_component_ref): Add
978         argument.  Allow and set any offset if needs_anyoffset is passed
979         in.
980         (get_constraint_for): Add argument here too.
981         Pass it down.
982         (do_structure_copy): Pass NULL to get_constraint_for.
983         (handle_ptr_arith): Ditto.
984         (find_func_aliases): Ditto.
985
986 2005-09-20  J"orn Rennecke <joern.rennecke@st.com>
987
988         PR rtl-optimization/23898
989         * output.h (get_attr_min_length): Declare.
990         * final.c (get_attr_length_1): New function, broken out of:
991         (get_attr_length).
992         (get_attr_min_length): New function.
993         * bb-reorder.c (copy_bb_p, get_uncond_jump_length): Use it.
994         (duplicate_computed_gotos): Likewise.
995         * genattr.c (insn_min_length): Generate declaration.
996         * genattrtab.c (min_fn, min_attr_value): New functions.
997         (make_length_attrs): Generate insn_min_length.
998
999 2005-09-20  Steve Ellcey  <sje@cup.hp.com>
1000
1001         * config/pa/pa.c (output_cbranch): Check for zero in operands[2].
1002
1003 2005-09-20  Richard Henderson  <rth@redhat.com>
1004
1005         PR tree-optimization/24059
1006         * expr.c (expand_expr_real_1) <INDIRECT_REF>: Allow modifier
1007         EXPAND_STACK_PARM.
1008
1009 2005-09-20  Joseph S. Myers  <joseph@codesourcery.com>
1010
1011         * c.opt (fextended-identifiers): New.
1012         * c-opts.c (c_common_handle_option): Handle
1013         -fextended-identifiers.
1014         * doc/cpp.texi: Update documentation of extended identifiers.
1015         * doc/cppopts.texi (-fextended-identifiers): Document.
1016
1017 2005-09-20  Jakub Jelinek  <jakub@redhat.com>
1018
1019         PR tree-optimization/23929
1020         * tree-ssa-loop-niter.c (expand_simple_operations): Return immediately
1021         if expr is NULL.
1022
1023         PR tree-optimization/23818
1024         * tree-stdarg.c (execute_optimize_stdarg): Call
1025         calculate_dominance_info.
1026
1027 2005-09-20  Daniel Berlin  <dberlin@dberlin.org>
1028
1029         * tree-data-ref.c (get_number_of_iters_for_loop): New function.
1030         (analyze_siv_subscript_cst_affine): Add weak SIV test.
1031         (compute_overlap_steps_for_affine_1_2): Use
1032         get_number_of_iters_for_loop.
1033         (analyze_subscript_affine_affine): Check whether difference is
1034         zero first.
1035         Use get_number_of_iters_for_loop.
1036         Check whether overlap occurs outside of bounds.
1037         (analyze_miv_subscript): Use get_number_of_iters_for_loop.
1038
1039 2005-09-20  Andreas Krebbel  <krebbel1@de.ibm.com>
1040
1041         * tree-ssa-address.c (create_mem_ref): Put the symbol reference into the
1042         base register if possible.
1043
1044 2005-09-20  Zdenek Dvorak  <dvorakz@suse.cz>
1045
1046         PR tree-optimization/18463
1047         * tree-chrec.c (chrec_convert): Return fold_converted chrec if
1048         converting it directly is not possible.
1049         (chrec_convert_aggressive): New function.
1050         * tree-chrec.h (chrec_convert_aggressive): Declare.
1051         * tree-scalar-evolution.c (instantiate_parameters_1, resolve_mixers):
1052         Fold chrec conversions aggressively if asked to.
1053         (instantiate_parameters): Modified because of changes in
1054         instantiate_parameters_1.
1055
1056 2005-09-19  Richard Henderson  <rth@redhat.com>
1057
1058         * config/i386/sse.md (reduc_splus_v4sf): Rename from reduc_plus_v4sf.
1059         (reduc_splus_v2df): New.
1060
1061 2005-09-19  Richard Sandiford  <richard@codesourcery.com>
1062
1063         * config/arm/aof.h (REGISTER_NAMES): Add missing backslash.
1064         (ADDITIONAL_REGISTER_NAMES): Add missing comma.  Remove final comma.
1065
1066 2005-09-19  Richard Henderson  <rth@redhat.com>
1067
1068         * config/i386/sse.md (vcondu<SSEMODE124>): Rename from
1069         vcondu<SSEMODE12>.
1070
1071 2005-09-19  Richard Henderson  <rth@redhat.com>
1072
1073         * config/ia64/ia64.c (ia64_expand_widen_sum): New.
1074         (ia64_expand_dot_prod_v8qi): New.
1075         * config/ia64/ia64-protos.h: Update.
1076         * config/ia64/vect.md (pmpy2_r, pmpy2_l, widen_usumv8qi3,
1077         widen_usumv4hi3, widen_ssumv8qi3, widen_ssumv4hi3, udot_prodv8qi,
1078         sdot_prodv8qi, sdot_prodv4hi): New.
1079         (reduc_splus_v2sf): Rename from reduc_plus_v2sf.
1080
1081 2005-09-19  Richard Henderson  <rth@redhat.com>
1082
1083         PR 23941
1084         * real.c (exact_real_truncate): Return false if the format cannot
1085         represent the number as a normal.
1086
1087         * config/alpha/alpha.c (alpha_rtx_costs) <FLOAT_EXTEND>: Cost 0
1088         for a memory source.
1089
1090 2005-09-19  Dorit Nuzman  <dorit@il.ibm.com>
1091
1092         * tree-ssa-operands.c (swap_tree_operands): Export.
1093         * tree.h (swap_tree_operands): Declare.
1094         * tree-vectorizer.c (vect_is_simple_reduction): Remove ATTRIBUTE_UNUSED.
1095         Call swap_tree_operands.
1096
1097 2005-09-19  Richard Henderson  <rth@redhat.com>
1098
1099         * tree-flow.h (merge_alias_info): Declare.
1100         * tree-ssa-copy.c (merge_alias_info): Export.
1101         * tree-vect-transform.c (vect_create_index_for_vector_ref): Remove.
1102         (vect_create_data_ref_ptr): Use create_iv directly.
1103         (vectorizable_load): Use correct types for integer constants.
1104         (vect_generate_tmps_on_preheader): Likewise.
1105         (vect_gen_niters_for_prolog_loop): Likewise.
1106
1107 2005-09-19  Steven Bosscher  <stevenb@suse.de>
1108
1109         PR rtl-optimization/23943
1110         * cse.c (find_best_addr): Never propagate an EXPR_LIST rtx.
1111
1112 2005-09-18  Jan Hubicka  <jh@suse.cz>
1113
1114         * calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK.
1115
1116 2005-09-18  Eric Botcazou  <ebotcazou@adacore.com>
1117
1118         * varasm.c (output_constant): Do not abort on conversions to union
1119         types between different sizes.
1120
1121 2005-09-18  Richard Guenther  <rguenther@suse.de>
1122
1123         PR middle-end/23944
1124         * gimplify.c (fold_indirect_ref_rhs): Fix thinko in
1125         fallback.
1126
1127 2005-09-18  Paul Brook  <paul@codesourcery.com>
1128
1129         * config/m68k/fpgnuib.c (__floatsidf): Don't rely on signed overflow.
1130
1131 2005-09-17  Richard Henderson  <rth@redhat.com>
1132
1133         * tree-pass.h, tree-flow.h, tree-ssa-dce.c: Revert last change.
1134         * tree-ssa-loop.c (pass_vect_dce): Remove.
1135         * passes.c (init_optimization_passes): Add pass_dce as a sub-pass
1136         of pass_vectorize.
1137
1138 2005-09-17  Richard Henderson  <rth@redhat.com>
1139
1140         * tree-pass.h (pass_vect_dce): Declare.
1141         * passes.c (init_optimization_passes): Add it.
1142         * tree-flow.h (tree_ssa_dce): Declare.
1143         * tree-ssa-dce.c (tree_ssa_dce): Export.
1144         * tree-ssa-loop.c (tree_vectorize): Move current_loops check ...
1145         (gate_tree_vectorize): ... here.
1146         (pass_vect_dce): New.
1147
1148 2005-09-17  Jan Hubicka  <jh@suse.cz>
1149
1150         * except.c (struct eh_status): Turn region_array into vec.
1151         (expand_resx_expr, collect_eh_region_array, remove_unreachable_regions,
1152         convert_from_eh_region_ranges, find_exception_handler_labels,
1153         current_function_has_exception_handlers, assign_filter_values,
1154         build_post_landing_pads, dw2_build_landing_pads,
1155         sjlj_find_directly_reachable_regions, sjlj_mark_call_sites,
1156         sjlj_emit_dispatch_table, remove_eh_handler, for_each_eh_region,
1157         foreach_reachable_handler, can_throw_internal_1,
1158         convert_to_eh_region_ranges, verify_eh_tree): Update uses of
1159         region_array.
1160         (duplicate_eh_region_1): Update region_array.
1161         (duplicate_eh_regions): Resize region_array and avoid recomputing.
1162
1163 2005-09-17  David Edelsohn  <edelsohn@gnu.org>
1164
1165         PR middle-end/22067
1166         * expmed.c (expand_mult): Substitute simple register for op0 when
1167         computing max_cost.
1168
1169 2005-09-17  Richard Henderson  <rth@redhat.com>
1170
1171         * expr.c (emit_move_via_integer): Add force argument, pass it on
1172         to emit_move_change_mode.  Update callers.
1173         (emit_move_complex): Pass true to new force argument.
1174         * function.c (expand_function_end): Move expand_eh_return call
1175         earlier.  Merge sub-word complex values into a pseudo before
1176         copying to the return hard register.
1177
1178 2005-09-17  Eric Botcazou  <ebotcazou@adacore.com>
1179
1180         * varasm.c (output_constant): Do not abort on VIEW_CONVERT_EXPRs
1181         between different sizes.
1182
1183 2005-09-16  Paolo Bonzini  <bonzini@gnu.org>
1184
1185         PR 23903
1186
1187         * passes.c (init_optimization_passes): Register dump files for
1188         IPA passes first.
1189
1190 2005-09-16  Andreas Krebbel  <krebbel1@de.ibm.com>
1191
1192         * config/s390/s390-protos.h (s390_overlap_p): Prototype added.
1193         * config/s390/s390.c (s390_overlap_p): New function.
1194         * config/s390/s390.md ("*mvc" peephole2, "*nc" peephole2, "*oc"
1195         peephole2, "*xc" peephole2): Added overlap check to the peephole2
1196         condition.
1197
1198 2005-09-16  Richard Guenther  <rguenther@suse.de>
1199
1200         * ipa-pure-const.c (static_execute): Free auxiliar information.
1201         * ipa-type-escape.c (discover_unique_type): Free temporary key.
1202         * tree-vrp.c (remove_range_assertions): Free blocks_visited sbitmap.
1203
1204 2005-09-15  DJ Delorie  <dj@redhat.com>
1205
1206         * config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.
1207
1208 2005-09-15  Paolo Bonzini  <bonzini@gnu.org>
1209
1210         * optabs.c (expand_binop): Use swap_commutative_operands_with_target
1211         to order operands.
1212         (swap_commutative_operands_with_target): New.
1213
1214 2005-09-15  Daniel Berlin  <dberlin@dberlin.org>
1215
1216         * tree-data-ref.c (analyze_array_indexes): Add estimate_only
1217         parameter.
1218         Update callers.
1219         (estimate_iters_using_array): New function.
1220         * tree-data-ref.h (estimate_iters_using_array): Prototype
1221         * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined):
1222         Use estimate_iters_using_array instead of analyze_array.
1223
1224 2005-09-15  Eric Botcazou  <ebotcazou@adacore.com>
1225
1226         * tree-nested.c (get_frame_type): Mark the "non-local frame structure"
1227         as addressable.
1228
1229 2005-09-15  Michael Matz  <matz@suse.de>
1230
1231         * tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle 0 - -INF.
1232
1233 2005-09-14  Daniel Berlin  <dberlin@dberlin.org>
1234
1235         PR tree-optimization/23835
1236         * tree-ssa-alias.c (sort_pointers_by_pt_vars): New function.
1237         (create_name_tags): Rewrite to be not O(num_ssa_names^2).
1238
1239 2005-09-14  Richard Henderson  <rth@redhat.com>
1240
1241         * config/ia64/vect.md (addv2sf3, subv2sf3): Rewrite as expand.
1242         (addv2sf3_1, addv2sf3_2, subv2sf3_1, subv2sf3_2): New.
1243
1244 2005-09-14  Andrew Pinski  <pinskia@physics.uc.edu>
1245
1246         * config/i386/i386.c (contains_128bit_aligned_vector_p): Add break
1247         in the ARRAY_TYPE case.
1248
1249 2005-09-14  Eric Botcazou  <ebotcazou@adacore.com>
1250
1251         * tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.
1252
1253 2005-09-14  Uros Bizjak  <uros@kss-loka.si>
1254
1255         PR middle-end/22480
1256         * tree-vect-transform.c (vectorizable_operation): Return false for
1257         scalar shift operations and for vector shift operations with
1258         non-invariant shift arguments.  Use scalar tree operand op1 as
1259         a shift operand when vector shift insn pattern uses scalar shift
1260         operand.
1261         * Makefile.in (tree-vect-transform.o): Depend on recog.h.
1262
1263 2005-09-14  Olivier Hainque  <hainque@adacore.com>
1264
1265         * gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized
1266         value if it has side-effects.
1267
1268 2005-09-14  David Edelsohn  <edelsohn@gnu.org>
1269
1270         PR target/22068
1271         * config/rs6000/rs6000.md (muldi3): Add mulli alternative.
1272
1273 2005-09-14  Alan Modra  <amodra@bigpond.net.au>
1274
1275         * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Treat function name
1276         passed as NAME as if it were label at start of function code.
1277
1278 2005-09-13  Kaz Kojima  <kkojima@gcc.gnu.org>
1279
1280         * config/sh/sh.md (*movv4sf_i): Add general register cases to
1281         the constraints.
1282
1283 2005-09-13  Andrew Pinski  <pinskia@physics.uc.edu>
1284
1285         * config/rs6000/darwin.md (movdf_low_si): Mark the outgoing r constraint
1286         as early clobber.  Rewrite so the PIC register is not implicitly used.
1287
1288 2005-09-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1289
1290         * tree.c (annotate_with_file_line): Compare line numbers before
1291         file names.
1292
1293 2005-09-13  Uros Bizjak  <uros@kss-loka.si>
1294
1295         PR target/23816
1296         * config/i386/sse.md (*ieee_sminv4sf3, *ieee_smaxv4sf3)
1297         (*ieee_sminv2df3, *ieee_smaxv2df3): New insn patterns.
1298
1299 2005-09-13  Ian Lance Taylor  <ian@airs.com>
1300
1301         * loop-doloop.c (doloop_modify): Use GEN_INT to pass an rtx rather
1302         than a HOST_WIDEST_INT to gen_doloop_begin.
1303
1304 2005-09-13  Diego Novillo  <dnovillo@redhat.com>
1305
1306         * tree-dfa.c (dump_variable): Guard against NULL annotations.
1307
1308 2005-09-13  Zdenek Dvorak  <dvorakz@suse.cz>
1309
1310         PR tree-optimize/23817
1311         * tree-cfg.c (tree_merge_blocks): Preserve loop closed ssa.
1312
1313 2005-09-13  Alan Modra  <amodra@bigpond.net.au>
1314
1315         PR target/23774
1316         * config/rs6000/rs6000.md (restore_stack_block): Write the backchain
1317         word before changing the stack pointer.  Use gen_frame_mem for MEMs.
1318         Use UNSPEC_TIE to prevent insn scheduling reordering the insns.
1319         (restore_stack_nonlocal): Likewise.
1320         (save_stack_nonlocal): Use template to emit insns, and gen_frame_mem.
1321
1322 2005-09-12  Ian Lance Taylor  <ian@airs.com>
1323
1324         PR g++/7874
1325         * c.opt (ffriend-injection): New C++ option.
1326         * doc/invoke.texi (Option Summary): Mention -ffriend-injection.
1327         (C++ Dialect Options): Document -ffriend-injection.
1328
1329 2005-09-12  Josh Conner  <jconner@apple.com>
1330
1331         PR middle-end/23237
1332         * ipa-reference.c (static_execute): Don't mark variables in
1333         named sections TREE_READONLY.
1334
1335 2005-09-12  Alan Modra  <amodra@bigpond.net.au>
1336
1337         * config/rs6000/rs6000.c (get_next_active_insn): Simplify test for
1338         stack_tie.
1339
1340 2005-09-12  Andrew Pinski  <pinskia@physics.uc.edu>
1341
1342         * tree-ssa-dse.c (dse_optimize_stmt): Fix up all of V_MAY_DEF and
1343         V_MUST_DEF instead of just the first_use_p.
1344         Don't mark the virtual variables for renaming on the statement which
1345         is being removed.
1346         (pass_dse): Remove TODO_update_ssa.
1347
1348 2005-09-12  J"orn Rennecke <joern.rennecke@st.com>
1349
1350         PR middle-end/23290
1351         * stor-layout.c (compute_record_mode): For records with a single
1352         field, actually check the field's mode size against the type size.
1353
1354         * sh.h (HARD_REGNO_MODE_OK): Allow V4SFmode in general purpose
1355         registers for TARGET_SHMEDIA.
1356         (enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Rename
1357         GENERAL_FP_REGS to GENERAL_DF_REGS.  Add GENERAL_FP_REGS as union
1358         of GENERAL_REGS and FP_REGS.
1359
1360 2005-09-12  Bernd Schmidt  <bernd.schmidt@analog.com>
1361
1362         * config/bfin/bfin.c (legimitize_pic_address): Use gen_const_mem.
1363
1364 2005-09-12  Alan Modra  <amodra@bigpond.net.au>
1365
1366         * config/rs6000/rs6000.c (get_next_active_insn): Rewrite using
1367         CALL_P, JUMP_P and NONJUMP_INSN_P, so that barriers and labels
1368         are omitted.  Exclude stack_tie insn too.
1369
1370 2005-09-11  David Edelsohn  <edelsohn@gnu.org>
1371
1372         PR rtl-optimization/23098
1373         * config/rs6000/predicates.md (easy_fp_constant): SFmode constant
1374         0.0f is easy.
1375         * config/rs6000/rs6000.md (movdf splitter): Use
1376         const_double_operand predicate for TARGET_POWERPC64.
1377         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Expand
1378         SYMBOL_REF method to ABI_V4.
1379
1380         * config/rs6000/altivec.md (build_vector_mask_for_load): Use
1381         replace_equiv_address.
1382         * config/rs6000/rs6000.c (rs6000_emit_eh_reg_restore): Mark MEM as
1383         rs6000_sr_alias_set and MEM_NOTRAP.
1384         (rs6000_aix_emit_builtin_unwind_init): Use gen_frame_mem().
1385
1386 2005-09-11  Eric Botcazou  <ebotcazou@adacore.com>
1387
1388         * tree.c (contains_placeholder_p) <tcc_expression>: Properly
1389         handle CALL_EXPR again.
1390
1391 2005-09-11  Richard Earnshaw  <richard.earnshaw@arm.com>
1392
1393         * arm/predicates.md (alignable_memory_operand): Delete.
1394
1395 2005-09-10  Richard Henderson  <rth@redhat.com>
1396
1397         PR debug/23806
1398         * dbxout.c (dbxout_expand_expr): New.
1399         (dbxout_symbol): Use it.
1400
1401 2005-09-10  Richard Earnshaw  <richard.earnshaw@arm.com>
1402
1403         * arm.c (arm_gen_rotated_half_load): Delete.
1404         (vfp_emit_fstmx, arm_set_return_address): Use gen_frame_mem.
1405         (emit_multi_reg_push, emit_sfm, arm_expand_prologue)
1406         (thumb_set_return_address): Likewise.
1407         (thumb_load_double_from_address): Use adjust_address.
1408         * arm.md (splits calling arm_gen_rotated_half_load): Delete.
1409         (extendhsisi2_mem, movhi_bytes): Use change_address.
1410         (movhi): Use widen_memory_access.
1411         (reload_out_df): Use replace_equiv_address.
1412         * arm-protos.h (arm_gen_rotated_half_load): Delete prototype.
1413
1414 2005-09-09  Richard Henderson  <rth@redhat.com>
1415
1416         PR debug/20998
1417         * dbxout.c: Include expr.h.
1418         (dbxout_global_decl): Don't suppress for DECL_RTL unset.
1419         (dbxout_symbol): Handle DECL_VALUE_EXPR.
1420         * Makefile.in (dbxout.o): Add EXPR_H.
1421
1422 2005-09-09  Zdenek Dvorak  <dvorakz@suse.cz>
1423
1424         PR tree-optimization/23509
1425         * tree-cfg.c (replace_uses_by): Use replace_exp.
1426         * tree-ssa-loop-ivopts.c (get_ref_tag): Assert that dereferenced
1427         pointers have name_mem_tag or type_mem_tag set.
1428
1429 2005-09-09  Sebastian Pop  <pop@cri.ensmp.fr>
1430
1431         * tree-chrec.c (evolution_function_is_invariant_rec_p): Use
1432         CHREC_LEFT and CHREC_RIGHT for accessing chrec components instead
1433         of wrongly accessing operands.
1434
1435 2005-09-09  Sebastian Pop  <pop@cri.ensmp.fr>
1436
1437         * Makefile.in (tree-chrec.o): Depends on SCEV_H.
1438         * tree-chrec.c: Include tree-scalar-evolution.h.
1439         (chrec_convert): Instantiate the base and step before calling
1440         scev_probably_wraps_p that would fail on parametric evolutions.
1441         Collect all the fails into a single section failed_to_convert,
1442         print a diagnostic, and return chrec_dont_know instead of calling
1443         fold_convert.
1444         * tree-scalar-evolution.c (loop_closed_phi_def): New.
1445         (instantiate_parameters_1): Avoid instantiation of loop closed ssa
1446         phi nodes.
1447         (scev_const_prop): Don't replace the definition of a loop closed ssa
1448         phi node by itself, or by another loop closed ssa phi node.
1449         * tree-ssa-loop-niter.c (scev_probably_wraps_p, convert_step): Check
1450         that base and step are defined.
1451
1452 2005-09-09  Richard Guenther  <rguenther@suse.de>
1453
1454         PR c++/23624
1455         * fold-const.c (fold_ternary): Check truth_value_p before
1456         calling invert_truthvalue.
1457
1458 2005-09-09  Nick Clifton  <nickc@redhat.com>
1459
1460         * Makefile.in (LIBGCC_DEPS): Add libgcc2.h.
1461         * libgcc2.c (__clz_tab[], __popcount_tab[]): Set the fixed
1462         dimension of these arrays.
1463         * libgcc2.h (__clz_tab[], __popcount_tab[]): Add exports of
1464         these arrays.
1465         * longlong.h: Only provide a prototype for the __clz_tab[] array
1466         if this header has not been included from libgcc2.h.
1467         * config/stormy16/stormy16-lib2.c: Include libgcc2.h rather than
1468         defining own types.
1469         Provide prototypes for exported functions.
1470         Use the __clz_tab[] and __popcount_tab[] arrays provided by
1471         libgcc2.c.
1472
1473 2005-09-08  Josh Conner  <jconner@apple.com>
1474
1475         PR c++/21135
1476         PR c++/23180
1477         * expr.c (expand_expr_addr_expr_1): Don't invoke
1478         expand_simple_binop for EXPAND_INITIALIZER.
1479
1480 2005-09-08  Richard Henderson  <rth@redhat.com>
1481
1482         PR debug/23190
1483         * toplev.c (wrapup_global_declaration_1): Split out ...
1484         (wrapup_global_declaration_2): ... from ...
1485         (wrapup_global_declarations): ... here.  Return bool.
1486         (check_global_declaration_1): Split out ...
1487         (check_global_declarations): from here.
1488         (emit_debug_global_declarations): New.
1489         * toplev.h (wrapup_global_declaration_1, wrapup_global_declaration_2,
1490         check_global_declaration_1, emit_debug_global_declarations): Declare.
1491         * c-decl.c (c_write_global_declarations_1): Don't create a vector
1492         of decls.  Call wrapup_global_declaration_1,
1493         wrapup_global_declaration_2, check_global_declaration_1 directly.
1494         (c_write_global_declarations_2): New.
1495         (ext_block): New.
1496         (c_write_global_declarations): Call c_write_global_declarations_2.
1497         * langhooks.c (write_global_declarations): Call
1498         emit_debug_global_declarations.
1499
1500         * cgraphunit.c (cgraph_varpool_remove_unreferenced_decls): Don't
1501         remove decls that have DECL_RTL_SET_P.
1502         * passes.c (rest_of_decl_compilation): Invoke
1503         cgraph_varpool_finalize_decl for all but functions.
1504
1505 2005-09-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
1506
1507         * tree-vrp.c (extract_range_from_unary_expr): Do not set the range for
1508         the result of a conversion if the new min and max cannot be compared.
1509
1510 2005-09-08  Andreas Krebbel  <krebbel1@de.ibm.com>
1511
1512         * config/s390/s390.c (s390_sr_alias_set): Variable removed.
1513         (override_options): Setting s390_sr_alias_set removed.
1514         (save_fpr, save_gprs): Set alias set to vararg or frame.
1515         (restore_fpr, restore_gprs, s390_emit_prologue): Replace
1516         s390_sr_alias_set with get_frame_alias_set ().
1517         (s390_gimplify_va_arg): Replace s390_sr_alias_set with
1518         get_varargs_alias_set ().
1519
1520 2005-09-08  Andrew Pinski  <pinskia@physics.uc.edu>
1521
1522         PR objc/20574
1523         PR objc/19324
1524         * c-parser.c (c_parser_objc_method_definition): If the next
1525         token is not "{", error out and don't start the function.
1526
1527 2005-09-08  Andrew Pinski  <pinskia@physics.uc.edu>
1528
1529         * tree-vrp.c (extract_range_from_expr): Move the check for non
1530         nullness after the check for gimple invariant.
1531
1532 2005-09-08  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1533
1534         * tree.c (host_integerp, tree_low_cst): Correct function comment.
1535
1536 2005-09-08  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1537
1538         PR target/23747
1539         * config/m32r.md (movmemsi_internal): Canonicalize order of
1540         operands in PLUS component of template.
1541
1542 2005-09-07  Andreas Krebbel  <krebbel1@de.ibm.com>
1543
1544         * reload1.c (fixup_eh_region_note): Remove assertion.
1545         (fixup_abnormal_edges): Reverted removal of call to
1546         find_many_sub_basic_blocks made on 2005-08-31.
1547
1548 2005-09-07  Richard Henderson  <rth@redhat.com>
1549
1550         * function.c (ARG_POINTER_CFA_OFFSET): Move ...
1551         * defaults.h (ARG_POINTER_CFA_OFFSET): ... here.
1552         (INCOMING_FRAME_SP_OFFSET): Move from dwarf2out.c.
1553         * dwarf2out.c (struct cfa_loc): Change reg to unsigned int,
1554         rearrange for better packing.
1555         (INCOMING_FRAME_SP_OFFSET): Move to defaults.h.
1556         (lookup_cfa_1): Remove inline marker.
1557         (cfa_equal_p): Split out of ...
1558         (def_cfa_1): ... here.  Use INVALID_REGNUM.
1559         (build_cfa_loc): Handle !cfa->indirect.
1560         (frame_pointer_cfa_offset): New.
1561         (dbx_reg_number): Assert register elimination performed; do
1562         leaf register remapping.
1563         (reg_loc_descriptor): Avoid calling dbx_reg_number when unused.
1564         (eliminate_reg_to_offset): New.
1565         (based_loc_descr): Remove can_use_fbreg argument.  Use fbreg only
1566         for verifiably local stack frame addresses; re-base to CFA.
1567         (mem_loc_descriptor): Remove can_use_fbreg argument.
1568         (concat_loc_descriptor, loc_descriptor): Likewise.
1569         (containing_function_has_frame_base): Remove.
1570         (rtl_for_decl_location): Don't do register elimination or
1571         leaf register remapping here.
1572         (secname_for_decl): Split out from ..
1573         (add_location_or_const_value_attribute): ... here.
1574         (convert_cfa_to_loc_list): New.
1575         (compute_frame_pointer_to_cfa_displacement): New.
1576         (gen_subprogram_die): Use them.
1577         * tree.h (frame_base_decl): Remove.
1578         * var-tracking.c (frame_base_decl, frame_stack_adjust): Remove.
1579         (prologue_stack_adjust): Remove.
1580         (vt_stack_adjustments): Use INCOMING_FRAME_SP_OFFSET.
1581         (adjust_stack_reference): Re-base memories to arg_pointer_rtx.
1582         (set_frame_base_location): Remove.
1583         (compute_bb_dataflow, emit_notes_in_bb): Don't call it.
1584         (dump_attrs_list, dump_dataflow_set): Use string concatenation.
1585         (vt_add_function_parameters): Don't eliminate_regs.
1586         (vt_initialize): Don't create frame_base_decl.
1587
1588 2005-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
1589
1590         * doc/install.texi (*-*-solaris2*): Clarify wording on the recommended
1591         version of GNU binutils for 4.x and later.
1592
1593 2005-09-06  Mark Mitchell  <mark@codesourcery.com>
1594
1595         * ggc-page.c (ggc_push_context): Remove.
1596         (ggc_pop_context): Likewise.
1597         * ggc.h (ggc_push_context): Remove.
1598         (ggc_pop_context): Likewise.
1599
1600 2005-09-06  Saurabh Verma  <saurabh.verma@codito.com>
1601
1602         PR target/8973
1603         * config/arc/arc.c (arc_output_function_epilogue): Update flags while
1604         returning from an interrupt handler.
1605
1606 2005-09-06  Saurabh Verma  <saurabh.verma@codito.com>
1607
1608         PR target/8972
1609         * config/arc/arc.c (output_shift): Add check for loop count when
1610         optimizing.
1611
1612 2005-09-06  Steven Bosscher  <stevenb@suse.de>
1613
1614         * tree-ssa-phiopt.c (conditional_replacement): Construct proper SSA
1615         form manually.
1616         (abs_replacement): Likewise.
1617         (pass_phiopt): Remove TODO_update_ssa.
1618
1619 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
1620
1621         PR c/23075
1622         * c-typeck.c (c_finish_return): Set TREE_NO_WARNING on RETURN_EXPR
1623         if "return with no value, in function returning non-void" warning
1624         has been issued.
1625         * tree-cfg.c (execute_warn_function_return): Don't look at
1626         RETURN_EXPRs with TREE_NO_WARNING set.
1627
1628         PR target/22362
1629         * config/i386/i386.c (ix86_function_regparm): Make sure automatic regparm
1630         for internal functions doesn't use registers used by global registers
1631         variables.  Use fewer register parameters if there are global register
1632         variables.
1633
1634 2005-09-06  Olivier Hainque  <hainque@adacore.com>
1635             Eric Botcazou  <ebotcazou@adacore.com>
1636
1637         PR middle-end/14997
1638         * expr.c (expand_expr_real) <normal_inner_ref>: Force op0 to mem
1639         when we would be extracting outside its bit span (bitpos+bitsize
1640         larger than its mode), possible with some VIEW_CONVERT_EXPRs from
1641         Ada unchecked conversions.
1642
1643 2005-09-06  Steven Bosscher  <stevenb@suse.de>
1644
1645         * tree-ssa-pre.c (try_look_through_load): New function.
1646         (compute_avail): Use it to try to look through loads for some
1647         more useful expressions.
1648
1649 2005-09-06  Saurabh Verma  <saurabh.verma@codito.com>
1650
1651         * simplify-rtx.c (simplify_binary_operation_1): Correct the
1652         condition for detecting cases like (a&a) and (a^a).
1653
1654 2005-09-06  Keith Besaw  <kbesaw@us.ibm.com>
1655
1656         * common.opt: Add option ftree-vect-loop-version.
1657         * params.def: Add --param vect-max-version-checks.
1658         * doc/invoke.texi: Document ftree-vect-loop-version and
1659         --param vect-max-version-checks.
1660         * tree-vectorizer.h (_loop_vec_info): Add ptr_mask and
1661         may_misalign_stmts and defines for accessors.
1662         * tree-vectorizer.c : (new_loop_vec_info): VEC_alloc for
1663         LOOP_VINFO_MAY_MISALIGN_STMTS.
1664         (destroy_loop_vec_info): VEC_free for
1665         LOOP_VINFO_MAY_MISALIGN_STMTS.
1666         * tree-vect-analyze.c (vect_compute_data_ref_alignment):
1667         Update documentation.
1668         (vect_update_misalignment_for_peel): New.
1669         (vect_enhance_data_refs_alignment): Update to choose loop
1670         peeling or loop versioning if appropriate for the (potentially)
1671         unaligned data references in the loop.
1672         (vect_analyze_data_refs_alignment): Remove call to
1673         vect_enhance_data_refs_alignment so the checks can be done
1674         earlier.
1675         (vect_analyze_loop): Add call to vect_enhance_data_refs_alignment
1676         and move up call to vect_analyze_data_refs_alignment.
1677         * tree-vect-transform.c (vect_create_cond_for_align_checks): New.
1678         (vect_transform_loop): Add call to loop_version.
1679
1680 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
1681
1682         PR rtl-optimization/23098
1683         * cse.c (fold_rtx_mem): Call delegitimize_address target hook.
1684         * simplify-rtx.c (constant_pool_reference_p): New function.
1685         * rtl.h (constant_pool_reference_p): New prototype.
1686         * config/i386/i386.md (pushf split, mov[sdx]f split): Use
1687         constant_pool_reference_p in condition and
1688         avoid_constant_pool_reference in preparation statements.
1689
1690 2005-09-06  Andreas Krebbel  <krebbel1@de.ibm.com>
1691
1692         * gcse.c (try_replace_reg): Disallow REG_EQUAL notes for
1693         STRICT_LOW_PART SETs.
1694
1695 2005-09-06  Alan Modra  <amodra@bigpond.net.au>
1696
1697         PR middle-end/21460
1698         * except.c (sjlj_emit_function_enter): Find the function begin
1699         note even when it's not in first basic block.
1700
1701 2005-09-06  Kelley Cook  <kcook@gcc.gnu.org>
1702
1703         * acinclude.m4: Renamed from aclocal.m4.  Delete AM_LANGINFO_CODESET,
1704         AM_PROG_CC_C_O, and AM_AUX_DIR_EXPAND.
1705         * aclocal.m4: Regenerate.
1706
1707 2005-09-05  DJ Delorie  <dj@redhat.com>
1708
1709         * config/m32c/m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling
1710         of macro.
1711
1712 2005-09-06  Kazu Hirata  <kazu@codesourcery.com>
1713
1714         * gimplify.c, ipa-prop.h, varasm.c, config/vxlib.c,
1715         config/vxworks.h, config/crx/crx.c, config/ms1/ms1.c,
1716         config/ms1/ms1.md, config/rs6000/rs6000.c: Fix comment typos.
1717         Follow spelling conventions.
1718         * doc/invoke.texi: Follow spelling conventions.
1719
1720 2005-09-05  J"orn Rennecke <joern.rennecke@st.com>
1721
1722         * rtl.h (gen_frame_mem, gen_tmp_stack_mem): Declare.
1723         * emit-rtl.c (gen_frame_mem, gen_tmp_stack_mem): New functions.
1724         * builtins.c (expand_builtin_return_addr): Use gen_frame_mem.
1725
1726 2005-09-05  J"orn Rennecke <joern.rennecke@st.com>
1727
1728         PR target/23683
1729         * sh.c (sh_reorg, emit_load_ptr): Use gen_const_mem.
1730         (output_stack_adjust): Use gen_tmp_stack_mem.
1731         (sh_expand_prologue, sh_expand_epilogue): Use gen_frame_mem.
1732         (sh_set_return_address, sh_allocate_initial_value): Likewise.
1733         (sh_get_pr_initial_val): Likewise.
1734         (sh_builtin_saveregs): Use gen_frame_mem and change_address.
1735         (sh_initialize_trampoline): Likewise.  Also use adjust_address.
1736         * sh.md (divsi_inv_m0): Use gen_const_mem.
1737         (push_fpscr, pop_fpscr, load_ra): Use gen_frame_mem.
1738         (movdf_i4+1): Use gen_tmp_stack_mem.
1739         (reload_outdf+3, reload_outdf+4, fpu_switch+1): Use change_address.
1740         (fpu_switch+2): Likewise.
1741         (movv4sf_i, movv16sf_i): Use adjust_address.
1742         (symGOT_load): Set MEM_NOTRAP_P bit.
1743
1744 2005-09-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1745
1746         PR target/23721
1747         * pa.c (emit_move_sequence): Fix typo in last change.
1748
1749 2005-09-03  Jakub Jelinek  <jakub@redhat.com>
1750
1751         PR rtl-optimization/23454
1752         * reorg.c (relax_delay_slots): Only call invert_jump if any_condjump_p
1753         is true.
1754
1755 2005-09-03  Richard Henderson  <rth@redhat.com>
1756             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1757
1758         PR middle-end/23671
1759         * pa.c (emit_move_sequence): Use replace_equiv_address instead of
1760         gen_rtx_MEM.
1761
1762 2005-09-02  Nicolas Pitre <nico@cam.org>
1763
1764         * config/arm/arm.c (arm_legitimize_address): Limit the value passed
1765         to bit_count to 32 bits.
1766
1767 2005-08-31  Mark Mitchell  <mark@codesourcery.com>
1768
1769         PR c++/23167
1770         * gimplify.c (gimplify_expr): Handle TREE_ADDRESSABLE types when
1771         generating synthetic loads from volatile lvalues.
1772
1773 005-09-02  Nick Clifton  <nickc@redhat.com>
1774
1775         * config/stormy16/stormy16-lib2.c (__popcounthi2, __parityhi2,
1776         __ctzhi2, __clzhi2): New functions.
1777
1778 2005-09-02  Andrew Pinski  <pinskia@physics.uc.edu>
1779
1780         PR middle-end/23547
1781         * tree-nested.c (struct var_map_elt): Mark with GTY.
1782         (struct nesting_info): Mark with GTY.  Mark var_map's param is struct
1783         var_map_elt.
1784         (lookup_field_for_decl): Allocate new element in GC memory.
1785         (lookup_tramp_for_decl): Likewise.
1786         (convert_nl_goto_reference): Likewise
1787         (create_nesting_tree): Allocate info in GC memory. Likewise for
1788         info->var_map.
1789         (free_nesting_tree): Free with ggc_free instead of free.
1790         (root): New static variable.
1791         (lower_nested_functions): Remove root as local variable.  And zero out
1792         root at the end of the function.
1793
1794 2005-09-02  J"orn Rennecke <joern.rennecke@st.com>
1795
1796         PR rtl-optimization/20365
1797         * simplify-rtx.c (simplify_plus_minus_op_data): Change type of neg
1798         to short.  New member ix.
1799         (simplify_plus_minus_op_data_cmp): Break ties using ix member.
1800         (simplify_plus_minus): Initialize ix members before calling qsort.
1801
1802 2005-09-02  Zdenek Dvorak  <dvorakz@suse.cz>
1803
1804         PR tree-optimization/23626
1805         * tree-cfg.c (replace_uses_by): Clean up eh info.
1806
1807 2005-09-01  DJ Delorie  <dj@redhat.com>
1808
1809         * config/m32c/m32c.c (m32c_valid_pointer_mode): Remove stray debug
1810         fprintf.
1811
1812 2005-09-01  David Edelsohn  <edelsohn@gnu.org>
1813
1814         * config/rs6000/rs6000.c (setup_incoming_varargs): Set MEM_NOTRAP_P.
1815         (rs6000_split_multireg_move): Use replace_equiv_address instead of
1816         gen_rtx_MEM.
1817
1818 2005-09-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1819
1820         * c-decl.c (diagnose_mismatched_decls):  With -Wredundant-decls,
1821         do not issue warning for a variable definition following
1822         a declaration.
1823
1824 2005-09-01  Richard Henderson  <rth@redhat.com>
1825
1826         PR 23668
1827         * config/i386/i386.c (ix86_expand_vector_init_one_var): Restore
1828         conversion to CONST_VECTOR.
1829
1830 2005-09-01  Richard Henderson  <rth@redhat.com>
1831
1832         PR 23676
1833         * reload1.c (reload_as_needed): Check !CALL_P before calling
1834         fixup_eh_region_note.
1835         * rtlanal.c (may_trap_p): SUBREG by itself cannot trap.
1836
1837 2005-09-01  DJ Delorie  <dj@redhat.com>
1838
1839         * varasm.c (output_constant): Let the target resolve
1840         conversions of addresses to non-default pointer sizes.
1841
1842 2005-09-01  Nicolas Pitre <nico@cam.org>
1843
1844         * config/arm/arm.c (arm_legitimize_address): Split absolute addresses
1845         to alow matching ARM pre-indexed addressing mode.
1846         (arm_override_options): Remove now irrelevant comment.
1847
1848 2005-09-01  Phil Edwards  <phil@codesourcery.com>
1849
1850         * config.gcc (i*86-wrs-vxworks):  Update.  Split out vxworksae target.
1851         * config/i386/t-vxworks:  Update multilibs for VxWorks 6 and RTP mode.
1852         * config/i386/vxworks.h:  Likewise.
1853         * config/i386/t-vxworksae:  New file, for VxWorks AE.
1854         * config/i386/vxworksae.h:  Likewise.
1855
1856 2005-09-01  Sebastian Pop  <pop@cri.ensmp.fr>
1857
1858         PR tree-optimization/23410
1859         * tree-ssa-loop-niter.c (scev_probably_wraps_p): Check that the
1860         sequence is not wrapping during the first step.
1861
1862 2005-09-01  Jakub Jelinek  <jakub@redhat.com>
1863
1864         PR debug/7241
1865         * dwarf2out.c (base_type_die): Compare char_type_node with
1866         TYPE_MAIN_VARIANT (type), not type.
1867
1868 2005-09-01  Richard Guenther  <rguenther@suse.de>
1869
1870         PR tree-optimization/15366
1871         * common.opt: Add -finline-functions-called-once.
1872         Put -fearly-inlining in alphabetically ordered place.
1873         * doc/invoke.texi: Document new option.
1874         * ipa-inline.c (cgraph_decide_inlining): Honour
1875         flag_inline_functions_called_once.
1876
1877 2005-09-01  Jakub Jelinek  <jakub@redhat.com>
1878
1879         PR rtl-optimization/23478
1880         * local-alloc.c (struct qty): Add n_throwing_calls_crossed field.
1881         (alloc_qty): Initialize it.
1882         (update_equiv_regs): Clear REG_N_THROWING_CALLS_CROSSED.
1883         (combine_regs): Combine also n_throwing_calls_crossed fields.
1884         (find_free_reg): Don't attempt to caller-save pseudos crossing
1885         calls that might throw.
1886         * global.c (struct allocno): Add throwing_calls_crossed field.
1887         (global_alloc): Revert 2005-08-22 change.  Initialize
1888         throwing_calls_crossed.
1889         (find_reg): Don't attempt to caller-save pseudos crossing calls that
1890         might throw.
1891
1892 2005-09-01  Alan Modra  <amodra@bigpond.net.au>
1893
1894         PR target/23649
1895         * config/rs6000/predicates.md (mask_operand): Only handle rlwinm masks.
1896         (mask64_operand): Reinstate code prior to 2005-06-11 change.
1897         (mask64_2_operand): Reinstate code prior to 2004-11-11 change.
1898         (and64_2_operand): Tweak to use predicate.
1899         (and_operand): Adjust for mask_operand changes.
1900         * config/rs6000/rs6000.c (num_insns_constant): Revert 2005-06-11.
1901         (print_operand): Likewise.
1902         (rs6000_rtx_costs): Pass mode to mask_operand and use mask64_operand.
1903         (mask64_1or2_operand): Delete.
1904         * rs6000/rs6000-protos.h (mask64_1or2_operand): Delete.
1905         * config/rs6000/rs6000.h (EXTRA_CONSTRAINT <S>): Revert 2005-06-11.
1906         (EXTRA_CONSTRAINT <T>): Pass operand mode to predicate.
1907         (EXTRA_CONSTRAINT <t>): Disallow mask64_operand matches.
1908         * config/rs6000/rs6000.md (andsi3_internal3 split): Revert 2005-06-11.
1909         (rotldi3_internal4): Likewise.
1910         (rotldi3_internal5, rotldi3_internal5 split): Likewise.
1911         (rotldi3_internal6, rotldi3_internal6 split): Likewise.
1912         (ashldi3_internal7): Likewise.
1913         (ashldi3_internal8, ashldi3_internal8 split): Likewise.
1914         (ashldi3_internal, ashldi3_internal9 split): Likewise.
1915         (anddi3 split): Don't match mask64_operand.
1916         (anddi3_internal2): Add rlwinm.  Modify 't' splitter predicate.
1917         (anddi3_internal3): Add rlwinm.  Use and64_2_operand in non-cr0
1918         splitter and match TARGET_64BIT not TARGET_POWERPC64.  Modify
1919         't' splitter predicate.
1920         (movdi_internal64 + 2): Revert 2005-06-11 change.
1921
1922 2005-08-31  DJ Delorie  <dj@redhat.com>
1923
1924         * config/m32c/m32c.c (m32c_valid_pointer_mode): New.
1925         (m32c_asm_integer): Add support for 32 bit pointers.
1926
1927 2005-08-31  Richard Henderson  <rth@redhat.com>
1928
1929         * emit-rtl.c (set_mem_attributes_minus_bitpos): Look through
1930         component-like references for setting MEM_NOTRAP_P.
1931
1932         * config/i386/i386.c (ix86_setup_incoming_varargs): Set MEM_NOTRAP_P.
1933         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Likewise.
1934
1935 2005-08-31  Richard Henderson  <rth@redhat.com>
1936
1937         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Force subregs
1938         into a pseudo before applying gen_lowpart.
1939
1940 2005-08-31  Geoffrey Keating  <geoffk@apple.com>
1941
1942         * doc/install.texi (Specific): Update cctools version required
1943         for full functionality.
1944         * config/darwin.h (LINK_SPEC): Pass -mmacosx-version-min to the
1945         linkers as -macosx_version_min.
1946
1947 2005-08-31  J"orn Rennecke <joern.rennecke@st.com>
1948
1949         PR target/21255
1950         * sh.c (print_operand, %R and %S): Add handling of floating point
1951         registers, memory, constants and invalid operands.
1952
1953 2005-08-31  Daniel Berlin  <dberlin@dberlin.org>
1954
1955         * ipa-pure-const.c: Change dump name.
1956
1957 2005-08-31 Uros Bizjak <uros@kss-loka.si>
1958
1959         PR target/23570
1960         * config/i386/sse.md (*sse_concatv2sf): Change operand 2 constraint
1961         to "reg_or_0_operand".
1962         (sse2_loadld): Change operand 1 constraint to "reg_or_0_operand".
1963
1964 2005-08-31  Dale Johannesen  <dalej@apple.com>
1965
1966         * loop-iv.c (iv_number_of_iterations):  Fix overflow check for
1967         loops that count down.
1968
1969 2005-08-31  Richard Henderson  <rth@redhat.com>
1970
1971         PR rtl-opt/23601
1972         * reload1.c (reload): Set MEM_NOTRAP_P in spill slots.
1973         (fixup_eh_region_note): New.
1974         (reload_as_needed): Call it.
1975         (fixup_abnormal_edges): Allow all throwing insns to be deleted;
1976         don't call find_many_sub_basic_blocks; call verify_flow_info.
1977         * function.c (assign_stack_local_1): Set MEM_NOTRAP_P.
1978         (keep_stack_depressed): Likewise.
1979         (assign_stack_temp_for_type): Likewise; use adjust_address_nv.
1980
1981 2005-08-31  Richard Henderson  <rth@redhat.com>
1982
1983         * config/i386/i386.c (ix86_function_ok_for_sibcall): Fix test for
1984         fp return matching.
1985
1986 2005-08-31  Fariborz Jahanian <fjahanian@apple.com>
1987
1988         * expr.c (expand_expr_real_1): Compare size of address
1989         mode to target's address mode size in deciding expansion of
1990         the constant address.
1991
1992 2005-08-31  Richard Guenther  <rguenther@suse.de>
1993
1994         PR middle-end/23477
1995         * expr.c (all_zeros_p): New function.
1996         (expand_expr_real_1): Handle the case of an all-zero
1997         non-addressable constructor separately.
1998
1999 2005-08-31  Adrian Straetling  <straetling@de.ibm.com>
2000
2001         * builtins.c: (expand_builtin_strcpy, expand_builtin_strcat): Change
2002         arguments, adjust all callers.
2003         (expand_builtin_strcat): Rewrite to call strcpy instead of mempcpy.
2004
2005 2005-08-30  Richard Henderson  <rth@redhat.com>
2006
2007         PR target/23630
2008         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Use gen_lowpart
2009         whenever the mode sizes match.
2010
2011 2005-08-31  Alan Modra  <amodra@bigpond.net.au>
2012
2013         * calls.c (load_register_parameters): Fix comment typo.
2014         * expr.c (emit_push_insn): Comment formatting.
2015
2016 2005-08-30  Ian Lance Taylor  <ian@airs.com>
2017
2018         * config/i386/x-cygwin (host-cygwin): Change dependency from
2019         hosthooks-def.h to $(HOSTHOOKS_DEF_H).
2020
2021 2005-08-29  Geoffrey Keating  <geoffk@apple.com>
2022
2023         * config/i386/i386.c (ix86_expand_vector_init_one_var): Don't modify
2024         parts of 'vals'.
2025
2026 2005-08-29  Andrew Pinski  <pinskia@physics.uc.edu>
2027
2028         PR middle-end/23408
2029         * ipa-inline.c (cgraph_decide_inlining_incrementally): Remove the
2030         call to ggc_collect.
2031
2032 2005-08-29  Paolo Bonzini  <bonzini@gnu.org>
2033
2034         PR bootstrap/21268
2035         * Makefile.in (ALL_CPPFLAGS): Include $(INCLUDES) at the
2036         beginning.  Remove $(INCLUDES) from all the rules, if following
2037         $(ALL_CPPFLAGS) or $(BUILD_CPPFLAGS).
2038
2039 2005-08-29  Jakub Jelinek  <jakub@redhat.com>
2040
2041         PR middle-end/23484
2042         * builtins.c (fold_builtin_memory_chk, fold_builtin_stxcpy_chk,
2043         fold_builtin_strncpy_chk, fold_builtin_snprintf_chk): If len is
2044         not constant, but maxlen is, don't set len to maxlen, rather
2045         set maxlen to len if len is a constant.
2046
2047 2005-08-29  Zdenek Dvorak  <dvorakz@suse.cz>
2048
2049         PR tree-optimization/23475
2050         * tree-ssa-loop-ivcanon.c (remove_empty_loop): Update frequencies
2051         and counts.
2052
2053 2005-08-28  Daniel Berlin  <dberlin@dberlin.org>
2054
2055         Fix PR middle-end/22455
2056
2057         * fold-const.c (fold_checksum_tree): Adjust for now-largest tree size.
2058         Checksum only the parts of the tree that exist for the tree code.
2059
2060 2005-08-28  Dale Johannesen  <dalej@apple.com>
2061
2062         * config/i386/i386.c (nocona_cost):  Increase MOVE_RATIO.
2063
2064 2005-08-28  Andrew Pinski  <pinskia@physics.uc.edu>
2065
2066         * tree-vrp.c: Remove obsolete comment in front of vrp_initialize.
2067
2068 2005-08-28  Richard Henderson  <rth@redhat.com>
2069
2070         * stor-layout.c (finalize_type_size): Revert workaround from 08-26.
2071         * tree.c (make_node_stat): Use BITS_PER_UNIT instead of alignment
2072         of char_type_node.
2073
2074 2005-08-28  Jakub Jelinek  <jakub@redhat.com>
2075
2076         PR ada/23593
2077         * builtins.c (get_memory_rtx): Don't strip nops
2078         in between COMPONENT_REFs.
2079
2080 2005-08-27  Andrew Pinski  <pinskia@physics.uc.edu>
2081
2082         PR middle-end/23463
2083         * gimplify.c (gimplify_modify_expr_rhs): Remove check for zero sized
2084         types.
2085         (gimplify_modify_expr): Check for zero sized types and gimplify the
2086         rhs and lhs as statements.
2087
2088 2005-08-27  John David Anglin  <dave.anflin@nrc-cnrc.gc.ca>
2089
2090         PR libgcj/23508
2091         * pa/linux-unwind.h (pa32_fallback_frame_state): Use r0 slot in frame
2092         state for return address column of signal frames.
2093
2094 2005-08-27  David Edelsohn  <edelsohn@gnu.org>
2095
2096         PR target/23539
2097         * config/rs6000/rs6000.c (expand_block_clear): Use HImode when
2098         bytes >= 2 not bytes == 2.
2099         (expand_block_move): Same.
2100
2101 2005-08-27  Richard Guenther  <rguenther@suse.de>
2102
2103         PR target/23575
2104         * config/i386/sse.md (sse2_movsd): Add missing closing
2105         braces.
2106
2107 2005-08-27  Paul Brook  <paul@codesourcery.com>
2108
2109         * genrecog.c (enum decision_type): Add DT_num_insns.
2110         (struct decision_test): Add u.num_insns.
2111         (add_to_sequence): Add DT_num_insns test.
2112         (maybe_both_true_2, nodes_identical_1): Handle DT_num_insns.
2113         (write_cond, debug_decision_2): Ditto.
2114         (change_state): Assume peep2_next_insn never fails.
2115         Remove "afterward" argument.
2116         (write afterward, write_tree): Update to match.
2117         * recog.c (peep2_current_count): New variable.
2118         (peep2_next_insn): Check it.
2119         (peephole2_optimize): Set peep2_current_count.
2120         * recog.h (peep2_current_count): Declare.
2121
2122 2005-08-26  Josh Conner  <jconner@apple.com>
2123
2124         PR middle-end/23584
2125         * ipa-pure-const.c (check_tree): Check for volatile-ness
2126         when considering a dereference.
2127
2128 2005-08-27  Jakub Jelinek  <jakub@redhat.com>
2129
2130         * rtl.h (MEM_IN_STRUCT_P): Fix comment typo.
2131
2132 2005-08-26  Jakub Jelinek  <jakub@redhat.com>
2133
2134         PR rtl-optimization/23561
2135         * builtins.c (get_memory_rtx): Add LEN argument.  If MEM_EXPR is
2136         a COMPONENT_REF, remove all COMPONENT_REF from MEM_EXPR unless
2137         at most LEN bytes long memory fits into the field.
2138         (expand_builtin_memcpy, expand_builtin_mempcpy, expand_movstr,
2139         expand_builtin_strncpy, expand_builtin_memset, expand_builtin_memcmp,
2140         expand_builtin_strcmp, expand_builtin_strncmp): Adjust callers.
2141
2142 2005-08-26  Richard Henderson  <rth@redhat.com>
2143
2144         PR rtl-opt/23560
2145         * loop.c (biased_biv_may_wrap_p): New.
2146         (maybe_eliminate_biv_1): Use it to suppress non-equality
2147         comparison transformations.  Delete disabled code.
2148
2149 2005-08-26  Ian Lance Taylor  <ian@airs.com>
2150
2151         * combine.c (make_extraction): Avoid reference outside object.
2152
2153 2005-08-26  J"orn Rennecke <joern.rennecke@st.com>
2154
2155         * stor-layout.c (finalize_type_size): Restore behaviour for
2156         non-aggregate types to the status quo ante of the patch for
2157         pr 23467.  Document why it matters.
2158
2159 2005-08-26  Jakub Jelinek  <jakub@redhat.com>
2160
2161         PR c/23506
2162         * c-common.c (c_common_nodes_and_builtins): Increase builtin_types
2163         array by one element, initialize the BT_LAST element with NULL.
2164
2165 2005-08-26  David Edelsohn  <edelsohn@gnu.org>
2166
2167         * config/rs6000/rs6000.md (eq<mode>_compare): Only enable when
2168         optimizing for size.
2169         (plus_eqsi): Same.
2170         (compare_plus_eqsi): Same.
2171         (plus_eqsi_compare): Same.
2172         (neg_eq0<mode>): Same.
2173         (neg_eq<mode>): Same.
2174
2175         * config/rs6000/aix52.h (PROCESSOR_DEFAULT): Change to
2176         PROCESSOR_POWER4.
2177
2178 2005-08-26  Nick Clifton  <nickc@redhat.com>
2179
2180         * config/v850/v850.c (ep_memory_operand): Return FALSE if
2181         TARGET_EP is not defined.
2182         * config/v850/c850.h (TARGET_CPU_CPP_BUILTINS): Define __EP__ if
2183         TARGET_EP is enabled.
2184         (OPTIMIZATION_OPTIONS): Do not define MASK_EP when optimizing.
2185         * config/v850/v850.md (save_all_interrupt): Only use the EP
2186         register if TARGET_EP is defined.
2187         (restore_all_interrupt): Likewise.
2188         * config/v850/lib1funcs.asm: Update functions so that the EP
2189         register is only used if __EP__ is defined.
2190
2191 2005-08-26  David Ung  <davidu@mips.com>
2192
2193         * config/mips/mips.c (mips_expand_prologue): Handle case when
2194         generating for MIPS16 and the outgoing argument area is more than
2195         SMALL_OPERAND. Use the frame pointer as temporary to generate the
2196         add instruction.
2197
2198 2005-08-26  Paul Woegerer  <paul.woegerer@nsc.com>
2199
2200         * config/crx/crx.md: Make doloop_end pattern usage controllable
2201         via mloop-nesting=<max-nesting> command line switch. Make sure
2202         the combiner cannot use doloop_end_<mode> in an illegal way.
2203         * config/crx/crx.c: Use regs up to r6 for argument passing.
2204         Refine crx_address_cost (non cst4 displacements are expensive).
2205         * config/crx/crx.opt: Add switch for mloop-nesting=.
2206
2207 2005-08-26  Adrian Straetling  <straetling@de.ibm.com>
2208
2209         * config/s390/s390.md: ("movstr", "*movstr"): Add patterns.
2210         (UNSPEC_MVST): New constant.
2211
2212 2005-08-26  Andreas Krebbel  <krebbel1@de.ibm.com>
2213
2214         * config/s390/predicates.md ("shift_count_operand", "setmem_operand"):
2215         Reject operands containing eliminable registers.
2216         * testsuite/gcc.dg/20050825-1.c: New testcase.
2217
2218 2005-08-24  Paolo Bonzini  <bonzini@gnu.org>
2219             Jan Hubicka  <jh@suse.cz>
2220
2221         * regmove.c (reg_is_remote_constant_p): Reorganize to not use log links.
2222
2223 2005-08-24  Paolo Bonzini  <bonzini@gnu.org>
2224
2225         PR tree-optimization/23546
2226         * tree-ssa-loop-im.c (for_each_index): Handle INTEGER_CST
2227         and REAL_CST nodes.
2228
2229 2005-08-24  Pete Steinmetz  <steinmtz@us.ibm.com>
2230
2231         * params.def (PARAM_MIN_SPEC_PROB): New.
2232         * sched-rgn.c (MIN_PROBABILITY): Delete.
2233         (compute_trg_info): Convert to PARAM_VALUE.
2234         * doc/invoke.texi (param): Document min-spec-prob.
2235
2236 2005-08-24  Fariborz Jahanian <fjahanian@apple.com>
2237
2238         * config/darwin.h: define __PIC__
2239         * config/rs6000/darwin.h: Add SUBTARGET_OS_CPP_BUILTINS to
2240         TARGET_OS_CPP_BUILTINS macro.
2241
2242 2005-08-24  Paolo Bonzini  <bonzini@gnu.org>
2243
2244         * config/rs6000/rs6000.md: Fix thinko in the peephole2 I added
2245         yesterday.
2246
2247 2005-08-24  Zdenek Dvorak  <dvorakz@suse.cz>
2248
2249         * bb-reorder.c (copy_bb, duplicate_computed_gotos): Add argument
2250         to duplicate_block.
2251         * cfghooks.c (duplicate_block): Added position where to place
2252         new block as argument.
2253         * cfghooks.h (duplicate_block): Declaration changed.
2254         * cfglayout.c (copy_bbs): Add argument after.  Pass it to
2255         duplicate_block.
2256         * cfglayout.h (copy_bbs): Declaration changed.
2257         * cfgloop.h (loop_version): Declaration changed.
2258         * cfgloopmanip.c (duplicate_loop_to_header_edge): Pass
2259         position to copy_bbs.
2260         (loop_version): Pass position to duplicate_loop_to_header_edge.
2261         Add place_after argument and position new blocks according to
2262         it.
2263         * modulo-sched.c (sms_schedule): Pass place_after argument
2264         to loop_version.
2265         * tracer.c (tail_duplicate): Pass argument to duplicate_block.
2266         * tree-cfg.c (split_edge_bb_loc): New function.
2267         (tree_split_edge, tree_duplicate_sese_region): Use split_edge_bb_loc
2268         to determine position of new blocks.
2269         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass argument
2270         to loop_version.
2271         * tree-ssa-threadupdate.c (create_block_for_threading): Pass
2272         argument to duplicate_block.
2273         * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg):
2274         Pass position to copy_bbs.
2275
2276 2005-08-24  Zdenek Dvorak  <dvorakz@suse.cz>
2277
2278         * fold-const.c (ptr_difference_const): Use
2279         cst_and_fits_in_hwi instead of host_integerp.
2280
2281 2005-08-24  Paolo Bonzini  <bonzini@gnu.org>
2282
2283         * config/darwin.c (gen_pic_offset): New.
2284         (machopic_indirect_data_reference,  machopic_legitimize_pic_address):
2285         Use it.
2286
2287 2005-08-23  Zdenek Dvorak  <dvorakz@suse.cz>
2288
2289         PR tree-optimization/23486
2290         * tree-ssa-loop.c (pass_scev_cprop): Add TODO_update_ssa_only_virtuals.
2291
2292 2005-08-23  Phil Edwards  <phil@codesourcery.com>
2293
2294         * config.gcc (*-*-vxworks*):  Update tm_file, add extra_options,
2295         remove use_collect2.
2296         (powerpc-wrs-vxworks):  Update, split out *-*-vxworksae target.
2297
2298         * target-def.h (TARGET_HAVE_CTORS_DTORS):  Allow target
2299         configuration files to override the default value.
2300
2301         * config/t-vxworks:  Remove INSTALL_ASSERT_H.  Define STMP_FIXPROTO,
2302         EXTRA_HEADERS, and EXTRA_MULTILIB_PARTS.
2303         * config/vx-common.h:  New file, split out from...
2304         * config/vxworks.h:  here.  Update for VxWorks 6.x and RTP mode.
2305         * config/vxworksae.h:  New file, for VxWorks AE.
2306         * config/vxworks.opt:  New file.
2307         * config/vxlib.c:  Update for VxWorks 6.
2308
2309         * config/rs6000/t-vxworks (MULTILIB_OPTIONS):  New list.  Adjust
2310         other MULTILIB_* variables appropriately.
2311         (LIB2FUNCS_EXTRA, EXTRA_MULTILIB_PARTS):  Correct from t-ppccomm.
2312         * config/rs6000/t-vxworksae:  New file, adjust multilibs for AE.
2313         * config/rs6000/vxworks.h:  Update for VxWorks 6.
2314         * config/rs6000/vxworksae.h:  New file, mostly placeholder for now.
2315
2316 2005-08-23  Andrew Pinski  <pinskia@physics.uc.edu>
2317
2318         PR target/20799
2319         * config/darwin.c (machopic_select_section): Remove the hack to
2320         mark "::operator new" and "::operator delete" for coalescing
2321         even though they are not weak.
2322
2323 2005-08-24  Alan Modra  <amodra@bigpond.net.au>
2324
2325         * configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
2326         * configure: Regenerate.
2327
2328 2005-08-23  Paolo Bonzini  <bonzini@gnu.org>
2329
2330         PR middle-end/23517
2331         * fold-const.c (fold_convert): Use VIEW_CONVERT_EXPR to convert
2332         between vectors.
2333         * convert.c (convert_to_integer, convert_to_vector): Likewise.
2334         * tree-vect-generic.c (tree_vec_extract, expand_vector_operations_1):
2335         Likewise.
2336
2337 2005-08-23  Paolo Bonzini  <bonzini@gnu.org>
2338
2339         * config/rs6000/predicates.md (equality_operator): New.
2340         * config/rs6000/rs6000.md: Rewrite as a peephole2 the split for
2341         comparison with a large constant.
2342
2343 2005-08-23  Mark Mitchell  <mark@codesourcery.com>
2344
2345         * hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
2346
2347 2005-08-23  J"orn Rennecke <joern.rennecke@st.com>
2348
2349         * sh.c (sh_builtin_saveregs): If the number of to-be-saved fp
2350         registers is even, and we have a hardware double precision fp,
2351         align the buffer.
2352         (sh_gimplify_va_arg_expr): For floating point arguments, consider
2353         size of current argument when checking if argument was passed in
2354         registers.
2355
2356         * sh.c (sh_attr_renesas_p): Handle error_mark_node.
2357
2358         PR middle-end/23467
2359         * stor-layout.c (finalize_type_size): Dont override
2360         existing alignment with a smaller alignment from the mode.
2361
2362 2005-08-23  Sebastian Pop  <pop@cri.ensmp.fr>
2363
2364         * lambda-code.c (lambda_vector_lexico_pos): Moved...
2365         * lambda.h (lambda_vector_lexico_pos): ... here.
2366         * tree-data-ref.c (build_classic_dist_vector): Return false when
2367         the distance vector is lexicographically negative.
2368
2369 2005-08-23  Sebastian Pop  <pop@cri.ensmp.fr>
2370
2371         PR tree-optimization/23511
2372         * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined): Don't
2373         handle cases where TYPE_MIN_VALUE or TYPE_MAX_VALUE are NULL_TREE.
2374
2375 2005-08-23  Jakub Jelinek  <jakub@redhat.com>
2376
2377         PR tree-optimization/22043
2378         * tree.h (count_type_elements): Add ALLOW_FLEXARR argument.
2379         * expr.c (count_type_elements): Add ALLOW_FLEXARR argument.
2380         If ALLOW_FLEXARR, handle types ending with flexible array member.
2381         Pass false as second argument to recursive count_type_elements calls.
2382         (categorize_ctor_elements_1, mostly_zeros_p): Pass false as second
2383         argument to count_type_elements call.
2384         * tree-sra.c (decide_block_copy): Likewise.
2385         * gimplify.c (gimplify_init_constructor): If num_type_elements < 0
2386         for a constant-sized object, set cleared as well.  Pass true as
2387         second argument to count_type_elements call.
2388
2389 2005-08-23  Alan Modra  <amodra@bigpond.net.au>
2390
2391         PR target/21571
2392         * config/rs6000/rs6000.c (rs6000_legitimate_small_data_p): Rename
2393         from legitimate_small_data_p, and make global.  Update use.
2394         Remove forward declaration.
2395         * config/rs6000/rs6000-protos.h (rs6000_legitimate_small_data_p):
2396         Declare.
2397         * config/rs6000/rs6000.md (movdf_hardfloat32): Allow small data mems.
2398
2399 2005-08-23  David Edelsohn  <edelsohn@gnu.org>
2400
2401         * config/rs6000/rs6000.md (eq<mode>): Use output operand instead
2402         of scratch intermediates.
2403         (eq<mode>_compare): Same.
2404         (neg_eq0<mode>): New.
2405         (neg_eq<mode>): Convert to define_insn_and_split.
2406
2407 2005-08-23  Alan Modra  <amodra@bigpond.net.au>
2408
2409         PR target/23070
2410         * config/rs6000/rs6000.c (function_arg): For ABI_V4 calls to
2411         stdarg functions, set/clear the fp marker even when no variable
2412         args are passed.
2413         * config/rs6000/sysv4.opt (mprototype): Describe.
2414
2415 2005-08-22  Jakub Jelinek  <jakub@redhat.com>
2416
2417         PR rtl-optimization/23478
2418         * regs.h (reg_info): Add throw_calls_crossed.
2419         (REG_N_THROWING_CALLS_CROSSED): Define.
2420         * flow.c (allocate_reg_life_data): Initialize
2421         REG_N_THROWING_CALLS_CROSSED.
2422         (propagate_one_insn, attempt_auto_inc): Update
2423         REG_N_THROWING_CALLS_CROSSED.
2424         * global.c (global_alloc): Don't allocate pseudos across
2425         calls that may throw.
2426
2427 2005-08-22  Andrew Pinski  <pinskia@physics.uc.edu>
2428
2429         PR c/18715
2430         * c-common.c (c_do_switch_warnings): Look for a node where the enum's
2431         value is inbetween the range if we did not find an exact match.
2432
2433 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
2434
2435         * doc/invoke.texi (Option Summary): Add ms1 options.
2436         * doc/extend.texi: Document interrupt handler attribute for ms1.
2437         * doc/md.texi: Document ms1 constraints.
2438         * config.gcc: Add ms1-*-elf.
2439         * config/ms1/ms1.h: New.
2440         * config/ms1/ms1.c: New.
2441         * config/ms1/ms1.md: New.
2442         * config/ms1/ms1-protos.h: New.
2443         * config/ms1/ABI.txt: New.
2444         * config/ms1/crti.asm: New.
2445         * config/ms1/crtn.asm: New.
2446         * config/ms1/lib2extra-funcs.c: New.
2447         * config/ms1/t-ms1: New.
2448         * config/ms1/ms1.opt: New.
2449
2450 2005-08-22 Ira Rosen <irar@il.ibm.com>
2451
2452         * config/rs6000/altivec.md (xorv4sf3): New.
2453         (negv4sf2, neg<mode>2): Likewise.
2454
2455 2005-08-21  H.J. Lu  <hongjiu.lu@intel.com>
2456
2457         PR target/23485
2458         * config/ia64/ia64.md (divsi3): Check divide by zero.
2459         (udivsi3): Likewise.
2460         (divdi3): Likewise.
2461         (udivdi3): Likewise.
2462
2463 2005-08-21  Jakub Jelinek  <jakub@redhat.com>
2464
2465         * simplify-rtx.c (simplify_immed_subreg) <case CONST_DOUBLE>: Only clear
2466         up to elem_bitsize bits, not max_bitsize.
2467
2468 2005-08-21  Sebastian Pop  <pop@cri.ensmp.fr>
2469
2470         PR tree-optimization/23433
2471         * tree-chrec.c (chrec_apply): Translate INTEGER_CST to a
2472         REAL_CST when the type is SCALAR_FLOAT_TYPE_P.
2473
2474 2005-08-21  Sebastian Pop  <pop@cri.ensmp.fr>
2475
2476         PR tree-optimization/23434
2477         * tree-ssa-loop-niter.c (proved_non_wrapping_p): Give up when
2478         the iteration bound is not an INTEGER_CST.
2479
2480 2005-08-21  Dorit Nuzman  <dorit@il.ibm.com>
2481
2482         * tree-vect-transform.c (get_initial_def_for_reduction): Set
2483         need_epilog_adjust back to false for MIN/MAX case. Set *scalar_def to
2484         NULL if need_epilog_adjust is false.
2485         (vect_create_epilog_for_reduction): Variable adjust_in_epilog removed.
2486         Case 3 always peels first itration, not just for PLUS case, and no need
2487         to use scalar_initial_def here. Create an epilog adjustment only if
2488         scalar_initial_def is not NULL.
2489
2490         (vectorizable_reduction): Remove assert.
2491
2492 2005-08-20  H.J. Lu  <hongjiu.lu@intel.com>
2493
2494         PR target/23485
2495         * config/ia64/lib1funcs.asm (__divdi3): Check divide by zero.
2496         (__moddi3): Likewise.
2497         (__udivdi3): Likewise.
2498         (__umoddi3): Likewise.
2499         (__divsi3): Likewise.
2500         (__modsi3): Likewise.
2501         (__udivsi3): Likewise.
2502         (__umodsi3): Likewise.
2503
2504 2005-08-20  Jakub Jelinek  <jakub@redhat.com>
2505
2506         * tree-pass.h (TDF_GRAPH): Define.
2507         * tree-dump.c (dump_options): Don't set TDF_GRAPH in "all".
2508         * passes.c (finish_optimization_passes): Only call
2509         finish_graph_dump_file if TDF_GRAPH is set.
2510         (execute_one_pass): Only call clean_graph_dump_file if dump_file !=
2511         NULL.  Set TDF_GRAPH bit.
2512         (execute_todo): Call print_rtl_graph_with_bb if TDF_GRAPH is set.
2513
2514 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
2515
2516         * arm.h (arm_stack_offsets): Add locals_base field.
2517         * arm.c (arm_get_frame_offsets): Compute it.
2518         (thumb_compute_initial_elimination offset): Make the Thumb frame
2519         pointer point to the base of the local variables.
2520         (thumb_expand_prologue): Update accordingly.
2521         (thumb_expand_epilogue): Likewise.
2522
2523         * arm.md (thumb_movhi_clobber): Make this insn a define_expand.  Change
2524         mode of clobbered scratch to DImode.  Handle a case that's known to
2525         need this.
2526
2527 2005-08-19  David Edelsohn  <edelsohn@gnu.org>
2528
2529         * config/rs6000/rs6000.md (gt0<mode>): Delete.
2530         (gt0<mode>_compare): Delete.
2531         (neg_gt0<mode>): Delete.
2532
2533 2005-08-19  Eric Christopher  <echristo@apple.com>
2534
2535         * optabs.h: Change CTI_ to COI_.
2536         * optabs.c: Ditto.
2537
2538 2005-08-19  James E Wilson  <wilson@specifix.com>
2539
2540         * builtins.c (expand_builtin_return_addr): Set
2541         current_function_accesses_prior_frames when count != 0.  Use
2542         frame_pointer_rtx when count == 0.
2543         * function.h (struct function): Add accesses_prior_frames field.
2544         (current_function_accesses_prior_frames): Define.
2545         * reload1.c (init_elim_table): Check
2546         current_function_accesses_prior_frames.
2547         * doc/tm.texi (INITIAL_FRAME_ADDRESS_RTX): Update docs.
2548
2549 2005-08-19  Diego Novillo  <dnovillo@redhat.com>
2550
2551         * tree-cfgcleanup.c (cleanup_tree_cfg): Fix flowgraph change
2552         indicator.  Return true if the flowgraph changed during
2553         cleanup.
2554
2555 2005-08-19  Diego Novillo  <dnovillo@redhat.com>
2556
2557         PR 23476
2558         * tree-cfgcleanup.c (cleanup_control_expr_graph): Fold the
2559         conditional expression before testing its value.
2560
2561 2005-08-19  Diego Novillo  <dnovillo@redhat.com>
2562
2563         * doc/invoke.texi: Fix documentation for -ftree-dominator-opts.
2564
2565 2005-08-19  Devang Patel  <dpatel@apple.com>
2566
2567         PR tree-optimization/23048
2568         * tree-if-conv.c (if_convertible_bb_p): Supply basic_block as
2569         third parameter. Check whether latch is dominated by exit
2570         block or not.
2571         (if_convertible_loop_p): Supply exit block itself to
2572         if_convertible_bb_p.
2573
2574 2005-08-19  Richard Earnshaw  <richard.earnshaw@arm.com>
2575
2576         PR target/23473
2577         * arm.md (arm_load_pic_register): Change argument to the mask of
2578         saved registers.  Call thumb_find_work_register if we need a
2579         scratch register on Thumb.
2580         (arm_expand_prologue): Pass empty register set to
2581         arm_load_pic_register.
2582         (thumb_expand_prologue): Pass live_regs_mask directly to
2583         arm_load_pic_register.
2584         * arm-protos.h (arm_load_pic_register): Update prototype.
2585
2586 2005-08-19  J"orn Rennecke <joern.rennecke@st.com>
2587
2588         * sh.c (find_sole_member): New function.
2589         (sh_gimplify_va_arg_expr): Use it. Allow RECORD_TYPE mode mismatch
2590         if the record's alignment is larger than the size of its only member.
2591
2592 2005-08-19  Richard Earnshaw  <richard.earnshaw@arm.com>
2593
2594         PR target/23436
2595         * arm.c (thumb_legitimize_reload_address): New function.
2596         * arm-protos.h (thumb_legitimize_reload_address): Add prototype.
2597         * arm.h (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Call it.
2598
2599 2005-08-19  Paul Woegerer  <paul.woegerer@nsc.com>
2600
2601         * config/crx/crx.c: Implement crx_decompose_address. Reject
2602         symbolic displacements since CRX register relative adressing
2603         mode can't handle unsigned 32-bit values as displacements.
2604         * config/crx/crx.h: Simplify definitions, remove redundant
2605         parenthesis and obsolete macros.
2606         * config/crx/crx.opt: Add new switch for debugging addresses.
2607         * config/crx/crx-protos.h: Add new declarations for above.
2608
2609 2005-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
2610
2611         PR middle-end/20624
2612         * gimple-low.c (block_may_fallthru): Handle CLEANUP_POINT_EXPR by
2613         looking past it.
2614
2615 2005-08-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2616
2617         * collect2.c (dup2): Delete.
2618         * configure.ac: Don't check for dup2.
2619
2620         * config.in, configure: Regenerate.
2621
2622 2005-08-18  J"orn Rennecke <joern.rennecke@st.com>
2623
2624         * sh.c (sh_gimplify_va_arg_expr): Loop to substitute a RECORD_TYPE
2625         record with the type of its only member.
2626
2627 2005-08-18  David Edelsohn  <edelsohn@gnu.org>
2628
2629         * config/rs6000/rs6000.md (ltu<mode>_compare): Convert to
2630         define_insn_and_split.
2631         (plus_ltu<mode>_compare): Same.
2632         (gtu<mode>_compare): Same.
2633         (plus_gtu<mode>_compare): Same.
2634
2635 2005-08-18  Dorit Nuzman  <dorit@il.ibm.com>
2636
2637         PR tree-optimization/22228
2638         * tree-ssa-loop (pass_vectorize): Add TODO_verify_loops to
2639         todo_flags_start.
2640         * tree-vect-transform.c (vect_transform_loop): Mark the variables that
2641         are recorded in vect_vnames_to_rename for renaming.
2642         * tree-vectorizer.c (vect_vnames_to_rename): New global bitmap.
2643         (slpeel_update_phi_nodes_for_guard1): Record virtual vars for renaming
2644         in vect_vnames_to_rename.
2645         (vectorize_loops): Allocate and free the vect_vnames_to_rename bitmap.
2646         * tree-vectorizer.h (vect_vnames_to_rename): New extern variable.
2647
2648 2005-08-18  Jan Hubicka  <jh@suse.cz>
2649
2650         PR c++/22034
2651         * cgraphunit.c (cgraph_varpool_assemble_pending_decls): Emit debug
2652         info only for local statics, not for member variables.
2653
2654 2005-08-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2655
2656         * tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.
2657
2658 2005-08-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2659
2660         * c-typeck.c (designator_errorneous): Rename to designator_erroneous.
2661
2662 2005-08-18  Andrew Pinski  <pinskia@physics.uc.edu>
2663
2664         PR middle-end/16045
2665         * builtins.c (fold_builtin): Create a new NOP_EXPR all the time.
2666
2667 2005-08-17  James E Wilson  <wilson@specifix.com>
2668
2669         * c-decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE in
2670         array size check.
2671
2672 2005-08-17  David Edelsohn  <edelsohn@gnu.org>
2673
2674         * config/rs6000/rs6000.md (leu<mode>): Convert to mode macro.
2675         (leu<mode>_compare): Same.
2676         (plus_leu<mode>): Same.
2677         (neg_leu<mode>): Same.
2678         (and_neg_leu<mode): Same.
2679         (ltu<mode>_compare): Same.
2680         (plus_ltu<mode>): Same.
2681         (geu<mode>): Same.
2682         (geu<mode>_compare): Same.
2683         (plus_geu<mode>): Same.
2684         (neg_geu<mode>): Same.
2685         (and_neg_geu<mode>): Same.
2686         (plus_gt<mode>): Same.
2687         (gtu<mode>_compare): Same.
2688         (plus_gtu<mode>): Same.
2689
2690 2005-08-17  Erik Christiansen  <erik@dd.nec.com.au>
2691
2692         * config/v850/lib1funcs.asm (callt_save_interrupt): Fix comment typos.
2693         Move call_table_data to end.  Delete spurious .text.
2694         (callt_save_all_interrupt): Fix comment typo.
2695
2696 2005-08-17  James E Wilson  <wilson@specifix.com>
2697             Kevin Winchester  <winchester@amirix.com>
2698
2699         PR target/21684
2700         * config/mcore/mcore.h (SHIFT_COUNT_TRUNCATED): Define to 0.
2701
2702 2005-08-17  Uros Bizjak  <uros@kss-loka.si>
2703
2704         PR target/23268
2705         * config/i386/i386.md ("*fist<mode>2_1"): New pattern.
2706         ("lrint<mode>2"): Change expander to use "*fist<mode>2_1" pattern.
2707
2708 2005-08-17  J"orn Rennecke <joern.rennecke@st.com>
2709
2710         * sh.c (sh_gimplify_va_arg_expr): Don't substitute a RECORD_TYPE
2711         record with the type of its only member if the modes don't match.
2712
2713         * varasm.c (decode_reg_name): Skip empty additional register names.
2714
2715 2005-08-16  Zdenek Dvorak  <dvorakz@suse.cz>
2716
2717         * tree-ssa-loop-im.c (MAX_LSM_NAME_LENGTH, lsm_tmp_name,
2718         lsm_tmp_name_length): New.
2719         (lsm_tmp_name_add, gen_lsm_tmp_name, get_lsm_tmp_name): New functions.
2720         (schedule_sm): Use get_lsm_tmp_name instead of "lsm_tmp".
2721
2722 2005-08-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2723             Andreas Krebbel  <krebbel1@de.ibm.com>
2724
2725         * config.gcc: Added z9-109 switch.
2726         * config/s390/2084.md ("x_int", "x_agen", "x_lr", "x_la", "x_larl",
2727         "x_load", "x_store", "x_branch", "x_call", "x_mul_hi", "x_mul_sidi",
2728         "x_div", "x_sem", "x_cs", "x_vs", "x_stm", "x_lm", "x_other",
2729         "x_fsimpdf", "x_fsimpsf", "x_fdivdf", "x_fdivsf", "x_floaddf",
2730         "x_floadsf", "x_fstore_df", "x_fstoresf", "x_ftoi", "x_itof"): Enable
2731         for "z9_109" cpu attribute.
2732         * config/s390/s390.c (z9_109_cost): New processor cost structure.
2733         (CONST_OK_FOR_Os, CONST_OK_FOR_Op, CONST_OK_FOR_On): New macros.
2734         (s390_handle_arch_option): Added z9-109 switch.
2735         (override_options): Set respective cost function for z9-109.
2736         (s390_const_ok_for_constraint_p): New constraints Os, Op, On.
2737         (legitimate_reload_constant_p): Accept extended immediates.
2738         (print_operand): Three new output modifiers added: k, m and o.
2739         (s390_adjust_priority, s390_issue_rate): Handle Z9_109 like Z990.
2740         (s390_output_mi_thunk): Use extended immediate when possible.
2741         * config/s390/s390.h (processor_flags): Added PF_EXTIMM.
2742         (TARGET_CPU_EXTIMM, TARGET_EXTIMM): New macros.
2743         (CONSTRAINT_LEN): Added length of O constraint.
2744         (CLZ_DEFINED_VALUE_AT_ZERO): Definition added.
2745         * config/s390/s390.md ("cpu"): New value z9_109 added.
2746         ("*tstdi_extimm", "*tstdi_ccconly_extimm", "*tstsi_extimm",
2747         "*tstsi_cconly_extimm", "*movdi_64extimm", "*extendhidi2_extimm",
2748         "*extendqidi2_extimm", "*extendhisi2_extimm", "*extendqisi2_extimm",
2749         "*zero_extend<mode>si2_extimm", "*anddi3_extimm", "*iordi3_extimm",
2750         "*xordi3_extimm", "clzdi2", "clztidi2"): New patterns.
2751         ("*tstdi", "*tstsi", "*movdi_64", "*extendhisi2", "*extendqisi2",
2752         "*zero_extend<mode>si2_64", "zero_extendqihi2", "*zero_extendqihi2_64",
2753         "*anddi3", "*iordi3", "*xordi3"): Disable for TARGET_EXTIMM.
2754         ("*cmpdi_cct", "*cmpsi_cct", "*cmpdi_ccs", "*cmpsi_ccs", "*cmpdi_ccu",
2755         "*cmpsi_ccu", "*movsi_zarch", "*adddi3_imm_cc", "*adddi3_carry1_cc",
2756         "*adddi3_carry2_cc", "*adddi3_cc", "*adddi3_64", "*addsi3_imm_cc",
2757         "*addsi3_carry1_cc", "*addsi3_carry2_cc", "*addsi3_cc", "addsi3",
2758         "*andsi3_cc", "*andsi3_cconly", "*andsi3_zarch", "*iorsi3_cc",
2759         "*iorsi3_cconly", "*iorsi3_zarch", "*xorsi3_cc", "*xorsi3_cconly",
2760         "*xorsi3", "*xorhi3", "*xorqi3"): Added instruction using extended
2761         immediates.
2762         ("extend<mode>di2", "extend<mode>si2", "zero_extend<mode>di2",
2763         "zero_extend<mode>si2"): Allow memory operands and don't manually emit
2764         insns for TARGET_EXTIMM.
2765
2766 2005-08-17  Andreas Krebbel  <krebbel1@de.ibm.com>
2767
2768         * testsuite/gcc.dg/20020926-1.c: Added "-mesa" to dg-options.
2769
2770 2005-08-17  Nick Clifton  <nickc@redhat.com>
2771
2772         * config/stormy16/stormy16.c (xstormy16_encode_section_info):
2773         Call default_encode_section_info.
2774
2775 2005-08-17  Steven Bosscher  <stevenb@suse.de>
2776
2777         PR tree-optimization/21574
2778         * tree-ssa-ccp.c (likely_value): If the right hand side is a
2779         constant, return CONSTANT.
2780         (ccp_lattice_meet): Use operand_equal_p instead of simple_cst_equal.
2781         (ccp_fold, visit_assignment): Likewise.
2782         (evaluate_stmt): Handle UNDEFINED and UNKNOWN_VAL the same way.
2783
2784 2005-08-16  James A. Morrison  <phython@gcc.gnu.org>
2785
2786         * c-typeck.c (build_function_call): Call fold_buildN_initializer or
2787         fold_buildN instead of buildN then fold_initializer or fold.
2788         (build_unary_op): Likewise.
2789         (build_binary_op): Likewise.
2790         * fold-const.c (fold_initializer): Remove.
2791         (fold_build1_initializer): New function.
2792         (fold_build2_initializer): New function.
2793         (fold_build3_initializer): New function.
2794         * tree.h (fold_initializer): Remove.
2795         (fold_build1_initializer): New function.
2796         (fold_build2_initializer): New function.
2797         (fold_build3_initializer): New function.
2798
2799 2005-08-16  James A. Morrison  <phython@gcc.gnu.org>
2800
2801         * fold-const.c (optimize_bit_field_compare): Remove extra fold call.
2802         (try_move_mult_to_index): Call fold_build2 instead of build2.
2803         (fold_binary): Don't call fold after calls to try_move_mult_to_index.
2804         * tree-ssa-loop-niter.c (inverse): Call int_const_binop instead of
2805         fold_binary_to_constant.
2806         (infer_loop_bounds_from_undefined): Call fold_build2 instead of
2807         fold (build.
2808         * tree-data-ref.c (tree_fold_divides_p): Use tree_int_cst_equal to
2809         check if A == gcd (A, B).  Remove TYPE argument.
2810         (analyze_offset) Use fold_build2 instead of fold (build.
2811         (create_data_ref): Likewise.
2812         (analyze_siv_subscript_cst_affine): Update calls to tree_fold_divides_p.
2813         * tree-ssa-ccp.c (widen_bitfield): Call fold_build2 instead of build2
2814         then fold.
2815
2816 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
2817
2818         * config/arm/unaligned-funcs.c,config/i386/crtfastmath.c,
2819         ipa-cp.c,ipa-prop.c,ipa-prop.h: Update FSF address.
2820
2821 2005-08-16  Andrew Pinski  <pinskia@physics.uc.edu>
2822
2823         PR tree-opt/23402
2824         * gimplify.c (zero_sized_type): New function.
2825         (gimplify_modify_expr_rhs): If we have a zero sized type,
2826         replace the statement with an empty statement.
2827
2828 2005-08-16  H.J. Lu  <hongjiu.lu@intel.com>
2829
2830         * config/i386/crtfastmath.c (set_fast_math): Add "=m" for
2831         fxsave.
2832
2833 2005-08-16  Ian Lance Taylor  <ian@airs.com>
2834
2835         * doc/tm.texi (Label Output): Correct typo.
2836
2837 2005-08-16  Steven Bosscher  <stevenb@suse.de>
2838
2839         PR target/23376
2840         * loop-unroll.c (analyze_insn_to_expand_var): Make sure that
2841         force_operand will work later on using have_insn_for.
2842
2843 2005-08-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2844
2845         * fold-const.c (tree_expr_nonnegative_p): Regroup cases.
2846
2847 2005-08-16  Ian Lance Taylor  <ian@airs.com>
2848
2849         PR c++/23337
2850         * gimplify.c (gimplify_init_ctor_eval): If we see an element of
2851         vector type, don't try to construct it element by element.  Add an
2852         assertion that we use a FIELD_DECL when building a COMPONENT_REF.
2853
2854 2005-08-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2855
2856         * fold-const.c (fold_ternary): Simplify folding of a CALL_EXPR.
2857
2858 2005-08-16  Geoffrey Keating  <geoffk@apple.com>
2859
2860         * doc/invoke.texi (Precompiled Headers): Document some more options
2861         which are known to be safe.
2862
2863 2005-08-16  James E Wilson  <wilson@specifix.com>
2864
2865         PR tree-optimization/21105
2866         * c-decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE in
2867         TREE_OVERFLOW check.
2868
2869 2005-08-16  David Edelsohn  <edelsohn@gnu.org>
2870
2871         * config/rs6000/rs6000.md (ltu<mode>): Convert to mode macro.
2872         (neg_ltu<mode>): Same.
2873         (gtu<mode>): Same.
2874         (neg_gtu<mode>): Same.
2875
2876 2005-08-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2877
2878         * builtins.c (expand_builtin_strcat): Remove superfluous call to fold.
2879         (fold_builtin_isdigit): Use fold_buildN.
2880         (build_function_call_expr): Likewise.
2881         * c-typeck.c (c_finish_loop): Likewise.
2882
2883 2005-08-16  J"orn Rennecke <joern.rennecke@st.com>
2884             Richard Shann <rshann@superh.com>
2885
2886         PR middle-end/20396:
2887         * optabs.c (expand_binop): Take TRULY_NOOP_TRUNCATION into account.
2888
2889 2005-08-16  Sebastian Pop  <pop@cri.ensmp.fr>
2890
2891         * tree-ssa-loop-niter.c (scev_probably_wraps_p): Reword a comment.
2892
2893 2005-08-15  Richard Earnshaw  <richard.earnshaw@arm.com>
2894
2895         PR target/23355
2896         * arm.c (thumb_compute_save_reg_mask): Use similar logic to
2897         arm_compure_save_reg0_reg12_mask to determine when the PIC register
2898         must be saved.
2899
2900 2005-08-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2901
2902         PR middle-end/23369
2903         * fold-const.c (build_range_check): Disable optimization for function
2904         pointer expressions on targets that require function pointer
2905         canonicalization.
2906
2907 2005-08-15  Ulrich Weigand  <uweigand@de.ibm.com>
2908
2909         * simplify-rtx.c (simplify_const_relational_operation): When
2910         extracting arguments of a COMPARE, recompute the mode as well.
2911
2912 2005-08-15  Ian Lance Taylor  <ian@airs.com>
2913
2914         * tree.c (build_string): Mark tree CONSTANT and INVARIANT.
2915
2916 2005-08-15  DJ Delorie  <dj@redhat.com>
2917
2918         * config/m32c/mov.md (movqi_op): Immediates can't be moved to
2919         the stack.
2920         (movsi_splittable): Allow, but split, moves to the stack.
2921         * config/m32c/m32c.c (m32c_split_move): Always split moves to the
2922         stack.
2923
2924 2005-08-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2925
2926         * aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.
2927         * configure.ac: Don't call gcc_AC_FUNC_PRINTF_PTR.
2928         * system.h (HOST_PTR_PRINTF): Don't define, poison it.
2929
2930         * bitmap.c, c-decl.c, config/i386/i386-interix.h,
2931         config/iq2000/iq2000.c, mips-tfile.c, print-rtl.c, print-tree.c:
2932         Delete HOST_PTR_PRINTF.
2933
2934         * configure, config.in: Regenerate.
2935
2936 2005-08-15  David Edelsohn  <edelsohn@gnu.org>
2937
2938         * config/rs6000/rs6000.md (QHSI): New mode macro.
2939         (wd): Extend mode attr for QImode and HImode
2940         (dbits): New mode attr.
2941         (zero_extend<mode>di2): Convert to mode macro.
2942
2943 2005-08-15  Steve Ellcey  <sje@cup.hp.com>
2944
2945         PR target/21841
2946         * doc/invoke.texi (-mgnu-ld): Update description.
2947         (-mhp-ld): Ditto.
2948
2949 2005-08-15  Sebastian Pop  <pop@cri.ensmp.fr>
2950
2951         PR 23391
2952         * Makefile.in (tree-chrec.o): Depends on real.h.
2953         * tree-chrec.c: Include real.h.
2954         (chrec_fold_plus_poly_poly, chrec_fold_multiply_poly_poly,
2955         chrec_fold_plus_1): Use build_real for SCALAR_FLOAT_TYPE_P.
2956         * tree-scalar-evolution.c (add_to_evolution_1,
2957         interpret_rhs_modify_expr): Ditto.
2958
2959 2005-08-15  Sebastian Pop  <pop@cri.ensmp.fr>
2960
2961         PR 23386
2962         * tree-data-ref.c (estimate_niter_from_size_of_data): When
2963         step is negative compute the estimation from init downwards to zero.
2964
2965 2005-08-14  James A. Morrison  <phython@gcc.gnu.org>
2966
2967         * fold-const (fold_binary): Call fold_build2 instead of fold (build.
2968
2969 2005-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
2970
2971         * config/s390/s390.c (s390_const_ok_for_constraint_p): Add 'P'
2972         constraint.
2973         (legitimate_reload_constant_p): Fix handling of lliXX operands.
2974         Accept double-word constants that can be split.
2975         * config/s390/s390.md ("movti"): Use 'P' constraint.
2976         ("*movdi_31", "*movdf_31"): Likewise.
2977
2978 2005-08-14  Daniel Berlin  <dberlin@dberlin.org>
2979
2980         Fix PR tree-optimization/22615
2981
2982         * tree-ssa-structalias.c (solution_set_add): Handle
2983         first_vi_for_offset returning NULL.
2984         (do_da_constraint): Ditto.
2985         (do_sd_constraint): Ditto.
2986         (do_ds_constraint): Ditto
2987         (find_func_aliases): Ditto.
2988         (build_constraint_graph): RHS is allowed be ANYTHING.
2989         (first_vi_for_offset): Return NULL if we couldn't find anything at
2990         the offset.
2991
2992 2005-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
2993
2994         * config/s390/s390.c (s390_canonicalize_comparison): Prefer register
2995         over memory as first operand.
2996
2997 2005-08-14  H.J. Lu  <hongjiu.lu@intel.com>
2998
2999         PR target/23360
3000         * config/i386/crtfastmath.c (set_fast_math): Check if DAZ is
3001         available for setting it.
3002
3003 2005-08-14  Ira Rosen  <irar@il.ibm.com>
3004
3005         PR tree-optimization/23320
3006         * tree-data-ref.c (base_addr_differ_p): Add comment. Check
3007         data-refs' types instead of base object nullness. Add check for
3008         pointer type data-refs before first location comparison. Remove
3009         assert.
3010
3011 2005-08-14  Andreas Schwab  <schwab@suse.de>
3012
3013         * doc/md.texi (Machine Constraints): Fix misplaced @end table.
3014
3015 2005-08-13  James E Wilson  <wilson@specifix.com>
3016
3017         * doc/cpp.texi (__SSP__, __SSP_ALL__): Document.
3018         * doc/invoke.texi (-Wstack-protector, -fstack-protector,
3019         -fstack-protector-all, --param ssp-buffer-size): Document.
3020         (-Wvariadic-macros): Alphabetize.
3021         (-fsched-stalled-insns-dep): Add missing 'f'.
3022
3023         * c-cppbuiltin.c (c_cpp_builtins): Add comment for flag_stack_protect
3024         macros.
3025
3026 2005-08-13  David Edelsohn  <edelsohn@gnu.org>
3027
3028         * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed
3029         or indirect address operand.
3030         (EXTRA_ADDRESS_CONSTRAINT): New.
3031         * config/rs6000/rs6000.md (prefetch): Change constraint "p" to "a".
3032
3033 2005-08-13  Sebastian Pop  <pop@cri.ensmp.fr>
3034
3035         PR tree-optimization/22236
3036         * tree-cfg.c (print_pred_bbs, print_succ_bbs): Correctly print
3037         successors and predecessors.
3038         * tree-chrec.c (chrec_convert): Before converting, check that
3039         sequences don't wrap.
3040         * tree-data-ref.c (compute_estimated_nb_iterations): Moved ...
3041         (analyze_array): Extern.
3042         (find_data_references_in_loop): Remove call to
3043         compute_estimated_nb_iterations.
3044         * tree-data-ref.h (analyze_array): Declared.
3045         * tree-flow-inline.h (single_ssa_tree_operand, single_ssa_use_operand,
3046         single_ssa_def_operand, zero_ssa_operands): Fix documentation.
3047         * tree-flow.h (scev_probably_wraps_p): Declare with an extra parameter.
3048         * tree-scalar-evolution.c (instantiate_parameters_1): Factor entry
3049         condition.
3050         * tree-ssa-loop-ivcanon.c: Fix documentation.
3051         * tree-ssa-loop-ivopts.c (idx_find_step): Add a fixme note.
3052         * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): ... here.
3053         (infer_loop_bounds_from_undefined): New.
3054         (estimate_numbers_of_iterations_loop): Use
3055         infer_loop_bounds_from_undefined.
3056         (used_in_pointer_arithmetic_p): New.
3057         (scev_probably_wraps_p): Pass an extra parameter.  Call
3058         used_in_pointer_arithmetic_p.  Check that AT_STMT is not null.
3059         (convert_step): Fix documentation.
3060         * tree-vrp.c (adjust_range_with_scev): Call instantiate_parameters.
3061         Use initial_condition_in_loop_num and evolution_part_in_loop_num
3062         instead of CHREC_LEFT and CHREC_RIGHT.  Adjust the call to
3063         scev_probably_wraps_p.
3064
3065 2005-08-13  Ulrich Weigand  <uweigand@de.ibm.com>
3066
3067         * config/s390/s390.c (s390_split_branches): Revert 2005-08-12 change.
3068         (s390_register_info): Ignore clobbered_regs information for fixed
3069         registers, and only fixed registers.
3070         (s390_init_frame_layout): Remove redundant call.
3071
3072 2005-08-12  Gerald Pfeifer  <gerald@pfeifer.com>
3073
3074         * doc/invoke.texi (C++ Dialect Options): Add dynamic_cast to
3075         description of -Wold-style-casts.
3076
3077 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
3078             Jakub Jelinek  <jakub@redhat.com>
3079
3080         * config/s390/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
3081         * config/s390/s390-protos.h (s390_get_thread_pointer): Prototype added.
3082         * config/s390/s390.c (print_operand): New output modifier 'G' added.
3083         (get_thread_pointer): Renamed to s390_get_thread_pointer.
3084         * config/s390/s390.md (stack_protect_set, stack_protect_test): If
3085         TARGET_THREAD_SSP_OFFSET is defined, change operands[1] to
3086         (MEM:P (PLUS:P (tp, TARGET_THREAD_SSP_OFFSET))).
3087         (UNSPEC_SP_SET, UNSPEC_SP_TEST): New constants.
3088         ("stack_protect_set", "stack_protect_test"): New expanders.
3089         ("stack_protect_setsi", "stack_protect_setdi", "stack_protect_testsi",
3090         "stack_protect_testdi"): New insn definitions.
3091
3092 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
3093
3094         * config/s390/s390.md ("*movdf_31"): Changed constraint from P to K.
3095
3096 2005-08-12  Paul Brook  <paul@codesourcery.com>
3097
3098         * config/arm/lib1funcs.asm: Error if __ARM_ARCH__ not set.
3099
3100 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
3101
3102         * config/s390/predicates.md (setmem_operand): New predicate.
3103         (shift_count_operand): Accept ANDs with special constants as
3104         operand.
3105         * config/s390/s390.c (print_shift_count_operand): Skip ANDs
3106         with special constants.
3107         * config/s390/s390.md ("setmem_long", "*setmem_long"): Replaced
3108         shift_count_operand with setmem_operand.
3109
3110 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
3111
3112         * config/s390/s390.c (s390_extract_part, s390_single_part):
3113         Type cast added.
3114         (s390_const_ok_for_constraint_p): Added SImode to the N constraint.
3115         (s390_output_mi_thunk): Don't use lg on 31 bit.
3116         * config/s390/s390.md ("*movdi_31", "*movdf_31"): Added lmy and stmy.
3117         ("*llgt_sisi" and splitter): Replaced TARGET_64BIT with TARGET_ZARCH.
3118
3119 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
3120
3121         * config/s390/s390.c (CONST_OK_FOR_J, CONST_OK_FOR_K): New macros.
3122         (s390_select_ccmode, s390_rtx_costs, legitimate_reload_constant_p,
3123         s390_init_frame_layout, s390_emit_prologue, s390_emit_epilogue,
3124         s390_output_mi_thunk): Replaced uses of CONST_OK_FOR_CONSTRAINT_P
3125         with one of the new macros.
3126
3127 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
3128
3129         * config/s390/s390.c (s390_split_branches, s390_init_frame_layout):
3130         Don't set save_return_addr_p.
3131         (s390_register_info): Make clobbered_regs not depending on
3132         save_return_addr_p.
3133
3134 2005-08-12  Kaz Kojima  <kkojima@gcc.gnu.org>
3135
3136         * gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.
3137         (LINK_COMMAND_SPEC): Add space after %(link_ssp).
3138
3139 2005-08-11  James E. Wilson  <wilson@specifix.com>
3140
3141         * config/ia64/ia64.h (EXTRA_MEMORY_CONSTRAINT): New.
3142
3143 2005-08-11  Jakub Jelinek  <jakub@redhat.com>
3144
3145         * dwarf2out.c (add_location_or_const_value_attribute): Prefer
3146         locations gathered by var-tracking in single entry loc_list
3147         over loc_descriptor_from_tree.
3148
3149         * dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument,
3150         pass it down to loc_descriptor.
3151         (loc_descriptor): Pass can_use_fbreg to concat_loc_descriptor.
3152         (containing_function_has_frame_base): Move earlier in the file.
3153         (loc_descriptor_from_tree_1): Use containing_function_has_frame_base
3154         instead of always assuming fbreg can't be used.
3155
3156 2005-08-11  David Edelsohn  <edelsohn@gnu.org>
3157
3158         * config/rs6000/altivec.md: Change constraint "m" to "Z".
3159         * config/rs6000/predicates.md (indexed_or_indirect_operand):
3160         Accept address wrapped in AND for Altivec.
3161         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
3162         Strip AND wrapping offset address for Altivec.
3163
3164 2005-08-11  Richard Henderson  <rth@redhat.com>
3165
3166         PR middle-end/23312
3167         * gimplify.c (gimplify_one_sizepos): Check for INTEGER_TYPE
3168         before using TYPE_IS_SIZETYPE.
3169
3170 2005-08-11  Richard Henderson  <rth@redhat.com>
3171
3172         PR target/22225
3173         * config/alpha/alpha.c (alphaev4_insn_pipe): Add take pipes for
3174         insn types not present on ev4.
3175         (alphaev5_insn_pipe): Similarly.
3176
3177 2005-08-11  Richard Earnshaw  <richard.earnshaw@arm.com>
3178
3179         PR target/23250
3180         * arm.c (arm_override_options): If the user has selected callee-super-
3181         interworking, then enable normal interworking.
3182
3183 2005-08-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3184
3185         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before
3186         redefinition.
3187
3188 2005-08-11  Wu Zhou  <woodzltc@cn.ibm.com>
3189
3190         * doc/rtl.texi: Fix two typos.
3191
3192 2005-08-11  Richard Guenther  <rguenther@suse.de>
3193
3194         PR target/23289
3195         * config/i386/i386.c (ix86_function_ok_for_sibcall): Handle
3196         cases where we call to/from functions returning void.
3197
3198 2005-08-10  James A. Morrison  <phython@gcc.gnu.org>
3199
3200         PR c++/23225
3201         * tree.c (build_pointer_type_for_mode): Robustify.
3202
3203 2005-08-10  James E Wilson  <wilson@specifix.com>
3204
3205         * defaults.h, config/alpha/alpha.h, config/ia64/ia64.h
3206         (ASM_OUTPUT_ADDR_VEC_ELT): Delete.
3207
3208         * config/alpha/alpha.c (alpha_arg_partial_bytes): Change "(CUM)." to
3209         "cum->".
3210
3211 2005-08-10  Eric Christopher  <echristo@apple.com>
3212
3213         * config/rs6000/rs6000.c (mems_ok_for_quad_peep): Rewrite.
3214         * config/rs6000/rs6000.md (*lfq_power2, *stfq_power2): Use
3215         V2DFmode.
3216
3217 2005-08-10  Andrew Pinski  <pinskia@physics.uc.edu>
3218
3219         PR target/21887
3220         * config/darwin.c (machopic_indirect_data_reference): Use a new register
3221         for the high part when generating dynamic-no-pic code.
3222
3223 2005-08-10  H.J. Lu  <hongjiu.lu@intel.com>
3224
3225         * config.gcc (i[34567]86-*-linux*): Add i386/t-crtfm to tm-file.
3226         (x86_64-*-linux*): Likewise.
3227
3228         * config/i386/crtfastmath.c: New file.
3229         * config/i386/t-crtfm: Likewise.
3230
3231         * config/i386/linux.h (ENDFILE_SPEC): New.
3232         * config/i386/linux64.h (ENDFILE_SPEC): Likewise.
3233
3234         * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
3235         crtfastmath.o.
3236
3237 2005-08-10  Dorit Nuzman  <dorit@il.ibm.com>
3238
3239         * doc/md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus):
3240         (vec_shl, vec_shr): Document new operations.
3241         * tree.def (VEC_RSHIFT_EXPR, VEC_LSHIFT_EXPR): Fix comment.
3242
3243 2005-08-10  David Edelsohn  <edelsohn@gnu.org>
3244
3245         * config/rs6000/predicates.md (indexed_or_indirect_address): New.
3246         * config/rs6000/rs6000.md (prefetch): Remove operand 0 mode and
3247         change predicate to indexed_or_indirect_address.
3248
3249 2005-08-10  Richard Sandiford  <richard@codesourcery.com>
3250
3251         * config/arm/lib1funcs.asm (__aeabi_uidiv, __aeabi_idiv): New aliases.
3252         * config/arm/libgcc-bpabi.ver (GCC_3.5): Add __aeabi_idiv,
3253         __aeabi_uidiv, __aeabi_uread4, __aeabi_uread8, __aeabi_uwrite4
3254         and __aeabi_uwrite8.
3255         * config/arm/unaligned-funcs.c: New file.
3256         * config/arm/t-bpabi (LIB2FUNCS_EXTRA): Add unaligned-funcs.c.
3257
3258 2005-08-09  Paolo Bonzini  <bonzini@gnu.org>
3259
3260         * bb-reorder.c (pass_duplicate_computed_gotos, pass_partition_blocks):
3261         Add dump.
3262         * cfglayout.c (pass_insn_locators_initialize): Add dump.
3263         * emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes):
3264         Add dump.
3265         * except.c (pass_convert_to_eh_region_ranges): Add dump.
3266         * final.c (pass_shorten_branches): Add dump.
3267         * flow.c (pass_recompute_reg_usage, pass_remove_death_notes): Add dump.
3268         (pass_life): Rename dump.
3269         (rest_of_handle_flow2): Remove initial verify_flow_info.
3270         * function.c (pass_instantiate_virtual_regs): Add dump.
3271         * integrate.c (pass_initial_value_sets): Add dump.
3272         * jump.c (pass_cleanup_barriers, pass_purge_lineno_notes): Add dump.
3273         * loop-init.c (pass_rtl_loop_init, pass_rtl_loop_done): Rename dump.
3274         (pass_rtl_move_loop_invariants, pass_rtl_unswitch, pass_rtl_doloop,
3275         pass_rtl_unroll_and_peel_loops): Rename dump and add gate.
3276         (gate_rtl_move_loop_invariants, gate_rtl_unswitch, gate_rtl_doloop,
3277         gate_rtl_unrool_and_peel_loops): New.
3278         (rtl_move_loop_invariants, rtl_unswitch, rtl_unrool_and_peel_loops,
3279         rtl_doloop): Do not look at flags.
3280         * mode-switching.c (pass_mode_switching): Add dump.
3281         * recog.c (pass_split_all_insns, pass_split_for_shorten_branches,
3282         pass_split_before_regstack): Add dump.
3283         * regmove.c (pass_stack_adjustments): Add dump.
3284         * tree-optimize.c (pass_fixup_cfg): Add dump.
3285
3286 2005-08-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3287
3288         PR 23309
3289         * config/m32r/m32r.c (m32r_reload_lr): Fix off by one error when
3290         deciding which instruction sequence to use.
3291
3292 2005-08-09  Dorit Nuzman  <dorit@il.ibm.com>
3293
3294         * tree-vect-transform.c (vect_create_epilog_for_reduction): Set
3295         BIT_FIELD_REF_UNSIGNED for newly created BIT_FIELD_REFs.
3296
3297 2005-08-09  Richard Guenther  <rguenther@suse.de>
3298
3299         * c-common.c (builtin_function_2): Remove.
3300         (def_builtin_1): New function.
3301         (c_common_nodes_and_builtins): Use def_builtin_1 to
3302         build builtin functions.
3303
3304 2005-08-09  Jie Zhang  <jie.zhang@analog.com>
3305
3306         * config/bfin/uclinux.h (NO_IMPLICIT_EXTERN_C): Define.
3307         * config/bfin/elf.h (NO_IMPLICIT_EXTERN_C): Define.
3308         * config/bfin/bfin.c (bfin_return_in_memory): Update to really match
3309         Visual DSP.
3310
3311 2005-08-09  James A. Morrison  <phython@gcc.gnu.org>
3312
3313         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Use
3314         fold_binary instead of fold_build2 since we don't care about the
3315         resulting tree.
3316         (loop_niter_by_eval): Likewise.
3317         (compare_trees): Likewise.
3318         (proved_non_wrapping_p): Likewise.
3319
3320 2005-08-09  James A. Morrison  <phython@gcc.gnu.org>
3321
3322         PR c/23161
3323         PR c/23165
3324         * c-typeck.c (c_finish_if_stmt): Look into STATEMENT_LISTs to see
3325         if the if is really empty.
3326
3327 2005-08-09  Steven Bosscher  <stevenb@suse.de>
3328
3329         PR tree-optimization/23234
3330         * tree-ssa-math-opts.c (place_reciprocal): New enum.
3331         (execute_cse_reciprocals_1): Replace the 'phi' argument with an
3332         argument of the new enum.
3333         (execute_cse_reciprocals): Add reciprocals for function arguments
3334         on the unique successor edge of the entry block.  Update other calls
3335         to execute_cse_reciprocals_1.
3336
3337 2005-08-08  Richard Henderson  <rth@redhat.com>
3338
3339         PR 22439
3340         * gimplify.c (gimplify_one_sizepos): Preserve the original type.
3341
3342 2005-08-08  Bob Wilson  <bob.wilson@acm.org>
3343
3344         * expr.c (write_complex_part): Return after handling MEM.
3345
3346 2005-08-08  Josh Conner  <jconner@apple.com>
3347
3348         PR rtl-optimization/23241
3349         * combine.c (simplify_comparison): Fix error in determining
3350         whether to lift a subreg from comparison.
3351
3352 2005-08-08  David Edelsohn  <edelsohn@gnu.org>
3353
3354         PR target/18506
3355         * config/rs6000/altivec.md (vec_init<mode>): New.
3356         (vec_set<mode>): New.
3357         (vec_extract<mode>): New.
3358         * config/rs6000/rs6000.c (rs6000_expand_vector_init): New.
3359         (rs6000_expand_vector_set): New.
3360         (rs6000_expand_vector_extract): New.
3361         (rs6000_legitimate_offset_address_p): Offset addresses are valid
3362         for Altivec modes before reload.
3363         (altivec_expand_vec_init_builtin): New.
3364         (get_element_number): New.
3365         (altivec_expand_vec_set_builtin): New.
3366         (altivec_expand_vec_ext_builtin): New.
3367         (altivec_expand_builtin): Expand vec_init, vec_set, and vec_ext
3368         builtins.
3369         (altivec_init_builtins): Init vec_init, vec_set, and vec_ext
3370         builtins.
3371         * config/rs6000/rs6000.h (rs6000_builtins): Add
3372         ALTIVEC_BUILTIN_VEC_INIT_<mode>, ALTIVEC_BUILTIN_VEC_SET_<mode>,
3373         ALTIVEC_BUILTIN_VEC_EXT_<mode>.
3374         * config/rs6000/rs6000-protos.h: Declare new functions.
3375
3376 2005-08-08  Jan Hubicka  <jh@suse.cz>
3377
3378         * i386.c (legitimate_pic_address_disp_p): Refuse GOTOFF in 64bit mode.
3379         (legitimate_address_p): Refuse GOT and GOTOFF in 64bit mode.
3380         * i386.md (movdi*): Use pic_32bit_operand.
3381         * predicates.md (pic_32bit_operand): New.
3382
3383 2005-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3384
3385         PR c++/21166
3386         * stor-layout.c (finalize_type_size): Undo DECL_PACKED when possible.
3387
3388 2005-08-07  James A. Morrison  <phython@gcc.gnu.org>
3389
3390         * tree-vrp.c (simplify_div_or_mod_using_range): Use build2.
3391         (test_for_singularity): Use fold_build2.
3392
3393 2005-08-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3394
3395         * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Fix loop upper bound.
3396
3397 2005-08-07  Danny Smith  <dannysmith@users.sourceforge.net>
3398
3399         * config/i386/cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define.
3400         (COMMON_ASM_OP) Define.
3401         * config/i386/i386.c (ix86_in_large_data_p): Add ATTRIBUTE_UNUSED
3402         (ix86_encode_section_info): Likewise.
3403         (TARGET_ENCODE_SECTION_INFO): Conditionally define as
3404         SUBTARGET_ENCODE_SECTION_INFO.
3405
3406 2005-08-06  Richard Henderson  <rth@redhat.com>
3407
3408         PR 21894
3409         * tree-nested.c (convert_local_reference): Save and restore val_only
3410         around component_ref and friends.  Clear walk_subtrees by default.
3411
3412 2005-08-06  Peter O'Gorman  <peter@pogma.com>
3413
3414         PR 21366
3415         * gcc.c (process_command): Check the argument to -b has a dash.
3416         * doc/invoke.texi: Update -b and -V docs.
3417
3418 2005-08-06  James E Wilson  <wilson@specifix.com>
3419
3420         * config/mips/cross64.h, config/mips/t-cross64: Delete.
3421
3422 2005-08-06  Michael Matz  <matz@suse.de>
3423
3424         * genattrtab.c (write_attr_get, write_attr_case): Use insn_code
3425         member only if only one insn is associated with the value.
3426
3427 2005-08-06  Nick Clifton  <nickc@redhat.com>
3428
3429         * config/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100):
3430         New define.
3431         (ASM_OUTPUT_LABELREF): Delete - it is no longer needed.
3432         * config/stormy16/stormy16.c (xstormy16_below100_symbol):
3433         Check symbol flags instead of symbol name mangling.
3434         (xstormy16_asm_output_aligned_common): Likewise.  Also
3435         simplify code since the bss100_section cass is the only case
3436         where the below100 code will be triggered.
3437         (xstormy16_encode_section_info): Encode below100 attribute
3438         using the SYMBOL_FLAG_XSTORMY16_BELOW100 instead of mangling
3439         the name.
3440         (xstormy16_strip_name_encoding): Delete - this function is no
3441         longer needed.
3442         (TARGET_STRIP_NAME_ENCODING): Undefine.
3443         * config/stormy16/stormy16-protos.h: Delete prototype for
3444         xstormy16_strip_name_encoding.
3445
3446 2005-08-06  Kazu Hirata  <kazu@codesourcery.com>
3447
3448         * Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,
3449         config.gcc, ipa-cp.c, ipa-prop.c, ipa-prop.h, reg-stack.c,
3450         tree-ssa-structalias.c, tree-vrp.c, value-prof.c, vec.h,
3451         config/linux.h, config/alpha/alpha.h, config/alpha/linux.h,
3452         config/alpha/predicates.md, config/arc/arc.h,
3453         config/arm/arm.h, config/arm/ieee754-df.S,
3454         config/arm/ieee754-sf.S, config/bfin/bfin.c,
3455         config/bfin/bfin.h, config/c4x/c4x.h, config/crx/crx.c,
3456         config/fr30/fr30.h, config/frv/frv.h, config/h8300/h8300.h,
3457         config/i386/i386.h, config/ia64/ia64.c, config/ia64/ia64.h,
3458         config/m68hc11/m68hc11.h, config/mips/mips.c,
3459         config/mips/mips.h, config/mips/openbsd.h,
3460         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.h,
3461         config/pdp11/pdp11.h, config/rs6000/linux-unwind.h,
3462         config/rs6000/rs6000.c, config/rs6000/rs6000.h,
3463         config/s390/s390.c, config/sh/sh.c, config/sh/sh.h,
3464         config/sparc/linux.h, config/sparc/linux64.h,
3465         config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h,
3466         doc/extend.texi, doc/gcov.texi, doc/install.texi,
3467         doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix comment/doc
3468         typos.  Follow spelling conventions.
3469
3470 2005-08-06  Joseph S. Myers  <joseph@codesourcery.com>
3471
3472         PR c/23113
3473         * stmt.c (warn_if_unused_value): Check TREE_NO_WARNING at start.
3474         Don't handle NOP_EXPR, CONVERT_EXPR and NON_LVALUE_EXPR
3475         specially.  Check for side effects only for COND_EXPR.
3476         * c-typeck.c (c_finish_stmt_expr): Mark statement expression
3477         return with TREE_NO_WARNING.
3478
3479 2005-08-06  Richard Sandiford  <richard@codesourcery.com>
3480
3481         PR rtl-optimization/23233
3482         * loop.c (combine_movables): Require the modes to be the same.
3483         (move_movables): Remove handling of cases where the replacement
3484         had a different mode to the original.
3485
3486 2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
3487
3488         PR tree-optimization/23128
3489         * tree-vrp.c (vrp_int_const_binop): Check if unsigned addition or
3490         subtraction wrap, and set TREE_OVERFLOW if they do.
3491
3492 2005-08-05  Richard Henderson  <rth@redhat.com>
3493
3494         PR 21728
3495         * tree-cfg.c (remove_bb): Transmute DECL_NONLOCAL labels into
3496         FORCED_LABEL labels.
3497
3498 2005-08-05  J"orn Rennecke <joern.rennecke@st.com>
3499
3500         PR middle-end/23135
3501         * reload.c (find_reloads_subreg_address): Pass down TYPE
3502         unchanged.  Change all callers except find_reloads_toplev.
3503
3504 2005-08-05  Michael Matz  <matz@suse.de>
3505
3506         * genattrtab.c (current_alternative_string): Remove.
3507         (SIMPLIFY_ALTERNATIVE): Ditto.
3508         (attr_alt_bit_p): Ditto.
3509         (alternative_name): Make const char *.
3510         (evaluate_eq_attr): Remove use of above things.
3511         (simplify_test_exp): Ditto.
3512         (simplify_test_exp <EQ_ATTR>): Guard for insn_code < 0 .
3513         (simplify_test_exp <AND>): Correct typo (test 'right' not 'left').
3514
3515 2005-08-04  James E Wilson  <wilson@specifix.com>
3516
3517         * config/ptx4.h, config/sol2.h, config/arm/freebsd.h,
3518         config/arm/linux-elf.h, config/frv/frv.h, config/i386/freebsd.h,
3519         config/i386/freebsd64.h, config/i386/netware.h, config/i386/sco5.h,
3520         config/ia64/freebsd.h, config/rs6000/sysv4.h, config/sparc/freebsd.h
3521         (LINK_SPEC): Delete useless %{Wl,*:%*} item.
3522
3523 2005-08-04  Richard Henderson  <rth@redhat.com>
3524
3525         PR 21529
3526         * params.def (PARAM_SRA_MAX_STRUCTURE_COUNT): New.
3527         * params.h (SRA_MAX_STRUCTURE_COUNT): New.
3528         * tree-sra.c (decide_block_copy): Use it.  Disable element copy
3529         if we'd have to instantiate too many members.
3530
3531 2005-08-04  Richard Henderson  <rth@redhat.com>
3532
3533         PR 21291
3534         * tree-outof-ssa.c (coalesce_asm_operands): New.
3535         (coalesce_ssa_name): Use it.  Split out ...
3536         (coalesce_phi_operands, coalesce_result_decls): ... these.
3537
3538 2005-08-04  Paul Brook  <paul@codesourcery.com>
3539
3540         * read-rtl.c (read_quoted_string): Break if EOF.
3541
3542 2005-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
3543
3544         * tree.h (fold_build1): Change to macro and call fold_build1_stat.
3545         (fold_build2): Likewise.
3546         (fold_build3): Likewise.
3547         (fold_build1_stat): New function prototype.
3548         (fold_build2_stat): Likewise.
3549         (fold_build3_stat): Likewise.
3550         * fold-const.c (fold_build1): Rename to ..
3551         (fold_build1_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
3552         through to build1_stat.
3553         (fold_build2): Rename to ..
3554         (fold_build2_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
3555         through to build2_stat.
3556         (fold_build3): Rename to ..
3557         (fold_build3_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
3558         through to build3_stat.
3559
3560 2005-08-04  David Edelsohn  <edelsohn@gnu.org>
3561             Ian Lance Taylor  <ian@airs.com>
3562
3563         * function.c (assign_stack_local_1): Do not correct stack slot
3564         address if allocation size is smaller than mode size.
3565
3566 2005-08-04  Diego Novillo  <dnovillo@redhat.com>
3567
3568         PR 22037
3569         * tree-cfg.c (replace_uses_by): Call mark_new_vars_to_rename.
3570         (tree_merge_blocks): Propagate anything allowed by
3571         may_propagate_copy.
3572         Clarify documentation.
3573         * passes.c (execute_todo): If cleanup_tree_cfg invalidated the
3574         SSA form, schedule an update if necessary.
3575
3576 2005-08-04  Gerald Pfeifer  <gerald@pfeifer.com>
3577
3578         * doc/install.texi (Binaries): Remove broken link to
3579         Sinix/Reliant Unix binaries.
3580
3581 2005-08-03  Richard Henderson  <rth@redhat.com>
3582
3583         PR 23221
3584         * function.c (stack_protect_epilogue): Export.
3585         * tree.h (stack_protect_epilogue): Declare.
3586         * calls.c (expand_call): Call it.
3587
3588 2005-08-03  Eric Christopher  <echristo@apple.com>
3589
3590         * gcc.c (LINK_SSP_SPEC): Add fstack-protector-all.
3591         * config/darwin.h (LINK_COMMAND_SPEC): Add link_ssp
3592         spec.
3593
3594 2005-08-04  Jan Hubicka  <jh@suse.cz>
3595
3596         * profile.c (branch_prob): Split edges with goto locus on them
3597         to get proper line counts.
3598         * tree-cfg.c (make_cond_expr_edges): Record user goto locuses, if any.
3599
3600 2005-08-03  Paul Brook  <paul@codesourcery.com>
3601
3602         * function.c (assign_parms): Round current_function_args_size
3603         to PARM_BOUNDARY, not STACK_BOUNDARY.
3604
3605 2005-08-03  Geoffrey Keating  <geoffk@apple.com>
3606
3607         * config/i386/i386.c (x86_elf_aligned_common)
3608         (x86_output_aligned_bss): Don't try to use symbols that aren't defined.
3609
3610 2005-08-03  Zdenek Dvorak  <dvorakz@suse.cz>
3611
3612         PR tree-optimization/23157
3613         * tree-scalar-evolution.c (scev_const_prop): Unshare trees
3614         before emitting them.
3615
3616 2005-08-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3617
3618         PR tree-optimization/19899
3619         * Makefile.in (tree-scalar-evolution.o): Add real.h.
3620         * tree-scalar-evolution.c: Include real.h.
3621         (add_to_evolution): Build constant -1 of correct type.
3622
3623 2005-08-03  Jan Hubicka  <jh@suse.cz>
3624
3625         * cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag.
3626         * cfgloopmanip.c (duplicate_loop_to_header_edge): Special case
3627         profile updating for complette unrolling.
3628         * loop-unroll.c (peel_loop_completely): Use it.
3629         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
3630         (tree_unroll_loops_completely): Disable code growing unrolling of cold
3631         loops.
3632
3633 2005-08-03  Paul Brook  <paul@codesourcery.com>
3634
3635         * combine.c (can_change_dest_mode): New function.
3636         (try_combine, simplify_set): Use it.
3637
3638 2005-08-03  Eric Botcazou  <ebotcazou@adacore.com>
3639
3640         * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Only force
3641         TFmode to BLKmode.
3642
3643 2005-08-03  Gerald Pfeifer  <gerald@pfeifer.com>
3644
3645         * doc/install.texi (Specific): Adjust link to openavr.org.
3646         (Specific): Remove broken reference to GCC 2.8.1 for OS/2.
3647         (Binaries): Adjust HP-UX Porting Center link.
3648         (Binaries): Adjust Free Software Foundation ordering link.
3649
3650 2005-08-03  Andrew Pinski  <pinskia@physics.uc.edu>
3651
3652         * convert.c (convert_to_integer): Use fold_build1 instead of
3653         build1 when converting an integer to an integer.
3654
3655 2005-08-02  Richard Henderson  <rth@redhat.com>
3656
3657         * combine.c (combine_instructions): Don't use reg_equal/equiv
3658         results if the mode doesn't match.
3659
3660 2005-08-02  Mark Mitchell  <mark@codesourcery.com>
3661
3662         * config/i386/t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Set it.
3663         * doc/fragments.texi (NATIVE_SYSTEM_HEADER_DIR): Document it.
3664
3665 2005-08-02  Richard Henderson  <rth@redhat.com>
3666
3667         PR 23196
3668         * explow.c (memory_address): Remove special-case for
3669         virtual_stack_vars_rtx and virtual_incoming_args_rtx.
3670
3671 2005-08-02  Diego Novillo  <dnovillo@redhat.com>
3672
3673         PR 23164
3674         * tree-cfgcleanup.c (cleanup_tree_cfg): Do not limit the
3675         number of calls to cleanup_tree_cfg_1.
3676
3677 2005-08-02  Martin Reinecke  <martin@mpa-garching.mpg.de>
3678
3679         * doc/invoke.texi: document file extensions .F90 and .F95
3680
3681 2005-08-02  Richard Guenther  <rguenther@suse.de>
3682
3683         * fold-const.c (tree_expr_nonnegative_p): frexp(x, &e) is
3684         positive if its first argument is positive.
3685
3686 2005-08-02  Richard Guenther  <rguenther@suse.de>
3687
3688         PR tree-optimization/23177
3689         * tree-ssa-operands.c (get_tmr_operands): Use get_expr_operands
3690         on TMR_TAG.
3691
3692 2005-08-02  James A. Morrison  <phython@gcc.gnu.org>
3693
3694         PR tree-optimization/23129
3695         * tree-vrp.c (extract_range_from_binary_expr): Set value range to
3696         varying for divisions with anti-ranges.
3697
3698 2005-08-02  Jan Hubicka  <jh@suse.cz>
3699
3700         * tree-ssa-dom.c (thread_across_edge): Remove updating here.
3701         * tree-ssa-threadupdate.c (thread_block): Add it here.
3702
3703 2005-08-01  James E Wilson  <wilson@specifix.com>
3704
3705         * config/mips/mips.c (mips_encode_section_info, mips_attribute_table,
3706         TARGET_ENCODE_SECTION_INFO, TARGET_ATTRIBUTE_TABLE): New.
3707         * config/mips/mips.h (SYMBOL_FLAG_LONG_CALL, SYMBOL_REF_LONG_CALL_P):
3708         New.
3709         * config/mips/predicates.md (const_call_insn_operand): Add check for
3710         SYMBOL_REF_LONG_CALL_P.
3711         * doc/extend.texi (long_call): Document the new attribute.
3712
3713 2005-08-01  Ian Lance Taylor  <ian@airs.com>
3714             Richard Henderson  <rth@redhat.com>
3715
3716         * Makefile.in (RTL_BASE_H): Add real.h.
3717         * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Use structure copy
3718         instead of memcpy.
3719         * emit-rtl.c (const_double_from_real_value): Likewise; use rtx.u.rv
3720         directly.
3721         * rtl.c (rtl_check_failed_code_mode): New.
3722         * rtl.h (struct rtx_def): Add u.rv.
3723         (XCMWINT, XCNMPRV): New.
3724         (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Use XCMWINT.
3725         (CONST_DOUBLE_REAL_VALUE): Use XCNMPRV; constify.
3726
3727 2005-08-01  Richard Henderson  <rth@redhat.com>
3728
3729         * dwarf2out.c (mem_loc_descriptor): Use XEXP, not SUBREG_REG,
3730         with auto-inc codes.
3731
3732         * config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.
3733
3734 2005-08-01  Jan Hubicka  <jh@suse.cz>
3735
3736         * i386-protos.h (asm_preferred_eh_data_format): Declare.
3737         * i386.c: Include dwarf2.h
3738         (asm_preferred_eh_data_format): New.
3739         * i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Move offline.
3740
3741 2005-08-01  Ian Lance Taylor  <ian@airs.com>
3742
3743         * config/host-linux.c (linux_gt_pch_get_address): Add new name
3744         randomize_va_space for virtual address randomization control.
3745
3746 2005-08-01  Steven Bosscher  <stevenb@suse.de>
3747
3748         * common.opt (flag_ipa_cp): Put in right place to maintain
3749         alphabetic sort.
3750
3751 2005-08-01  Jan Hubicka  <jh@suse.cz>
3752
3753         * profile.c (compute_value_histograms): Fix thinko.
3754         * value-prof.c: Include toplev.h
3755         (check_counter): New function.
3756         (tree_divmod_fixed_value_transform, tree_mod_pow2_value_transform,
3757         tree_mod_subtract_transform): Add sanity check.
3758
3759 2005-08-01  Richard Guenther  <rguenther@suse.de>
3760
3761         PR tree-optimization/23133
3762         * tree-ssa-math-opts.c (execute_cse_reciprocals): Walk
3763         current functions parameter decls to find defs to cse
3764         reciprocals of.
3765
3766 2005-08-01  Richard Guenther  <rguenther@suse.de>
3767
3768         PR tree-optimization/23109
3769         * tree-ssa-math-opts.c (execute_cse_reciprocals_1):
3770         If trapping math is in effect, use post-dominator information
3771         to check if we'd in any case reach a trapping point before
3772         doing the reciprocal insertion.
3773         (execute_cse_reciprocals): Compute post-dominators, if necessary.
3774         * tree-ssa-loop-im.c (determine_invariantness_stmt): RDIV
3775         expressions are invariant only if trapping math is not in effect.
3776
3777 2005-08-01  Razya Ladelsky  <razya@il.ibm.com>
3778
3779         * cgraph.h (update_call_expr, cgraph_copy_node_for_versioning,
3780         cgraph_function_versioning): New declarations.
3781         * cgraphunit.c: Add include to ipa-prop.h.
3782         (update_call_expr, cgraph_copy_node_for_versioning,
3783         cgraph_function_versioning): New functions.
3784         * integrate.c (copy_decl_for_inlining): Remove.
3785         * ipa-prop.h (ipa_replace_map): New struct.
3786         (struct ipa_node): Add ipcp_orig_node, count_scale, new fields.
3787         * ipa-cp.c (ipcp_method_orig_node, ipcp_method_is_cloned,
3788         ipcp_method_set_orig_node, ipcp_cloned_create, ipcp_method_get_scale,
3789         ipcp_method_set_scale, ipcp_method_compute_scale, ipcp_after_propagate,
3790         ipcp_iterate_stage, ipcp_method_scale_print,
3791         ipcp_profile_mt_count_print, ipcp_profile_cs_count_print,
3792         ipcp_profile_edge_print, ipcp_profile_bb_print , ipcp_profile_print,
3793         ipcp_replace_map_create, ipcp_redirect, ipcp_update_callgraph,
3794         ipcp_update_bb_counts, ipcp_update_profiling,
3795         ipcp_update_edges_counts): New functions.
3796         (ipcp_method_cval_init): Remove restriction regarding local methods.
3797         (ipcp_init_stage): Add ipcp_method_compute_scale.
3798         (ipcp_insert_stage): Add versioning.
3799         (ipcp_structures_print): Add ipcp_method_scale_print.
3800         (ipcp_driver): Dump profiling info.
3801         * Makefile.in: Remove integrate.h dependency from tree-inline.o.
3802         Add ipa-prop.h dependency to tree-inline.o and cgraphunit.o.
3803         * tree-inline.c: Remove include to integrate.h, Add include ipa-prop.h.
3804         (struct inline_data): Add versioning_p, ipa_info, new fields.
3805         (remap_decl, mark_local_for_remap_r, setup_one_parameter,
3806         declare_return_variable): Replace calls to copy_decl_for_inlining with
3807         copy_decl_for_dup.
3808         (copy_body_r, copy_bb, copy_cfg_body, copy_tree_r, inlining_p): Add
3809         versioning support.
3810         (copy_decl_for_dup): Rename from copy_decl_for_inlining.
3811         Add argument VERSIONING.
3812         (copy_arguments_for_versioning, copy_static_chain,
3813         function_versionable_p, tree_versionable_function_p,
3814         tree_function_versioning, replace_ref_tree): New functions.
3815         * tree-inline.h: Include varray.h.
3816         (tree_versionable_function_p,  tree_function_versioning,
3817         tree copy_decl_for_dup): New declarations.
3818
3819 2005-08-01  Razya Ladelsky  <razya@il.ibm.com>
3820
3821         * ipa-cp.c: New file. Contains IPCP specific functionality.
3822         * ipa-prop.h: New file. Contains structures/definitions that can be
3823         used by several interprocedural data flow optimizations (and also IPCP).
3824         * ipa-prop.c: New file.
3825         * Makefile.in: Add ipa-cp.c, ipa-prop.h, ipa-prop.c.
3826         * common.opt: Add ipa-cp flag.
3827         * timevar.def: Add IPCP optimization.
3828         * tree-optimize.c (init_tree_optimization_passes): Schedule
3829         pass_ipa_cp.
3830         * tree-pass.h (pass_ipa_cp): Declare.
3831
3832 2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
3833
3834         * dwarf2out.c, fold-const.c, ipa-type-escape.c,
3835         loop-invariant.c, predict.c, predict.def, reload1.c, reorg.c,
3836         tree-sra.c, config/arm/arm.c, config/crx/crx.c,
3837         config/i386/i386.c, config/mips/mips.h,
3838         config/rs6000/rs6000.h, config/sh/sh.c,
3839         config/stormy16/stormy16.c: Fix comment typos.
3840
3841 2005-08-01  Joseph S. Myers  <joseph@codesourcery.com>
3842
3843         PR c/22311
3844         * c-typeck.c (build_binary_op): Use common_type wrapper on
3845         shortened types.
3846         (common_type): Update comment.
3847
3848 2005-07-31  Steven Bosscher  <stevenb@suse.de>
3849
3850         PR target/23095
3851         * common.opt (flag_gcse_after_reload): Don't initialize to 2.
3852         (flag_rerun_cse_after_loop): Initialize this to 2 instead.
3853         * postreload-gcse.c (hash_scan_set): Do not consider stack regs.
3854
3855 2005-07-31  Jan Hubicka  <jh@suse.cz>
3856
3857         * pretty-print.h (pp_widest_integer): New macro.
3858         * tree-pretty-print.c (dump_bb_header): Print BB frequencies and
3859         counts.
3860
3861 2005-07-31  Jan Hubicka  <jh@suse.cz>
3862
3863         * output.h (enum section_category): Export from varasm.c
3864         (categorize_decl_for_section): Likewise.
3865         * varasm.c (enum section_category): Kill.
3866         (categorize_decl_for_section): Make global.
3867         * i386-protos.h (x86_output_aligned_bss, x86_elf_aligned_common):
3868         Declare.
3869         * i386.c (ix86_section_threshold): New static variable.
3870         (ix86_in_large_data_p, ix86_encode_section_info,
3871         x86_64_elf_unique_section,
3872         x86_64_elf_select_section): New functions.
3873         (TARGET_ENCODE_SECTION_INFO): Define
3874         (override_options): Enable medium model for PIC.
3875         (ix86_expand_prologue): Expand gen_set_got_rex64.
3876         (legitimate_constant_p): Handle new UNSPECs.
3877         (legitimate_pic_address_disp_p): Likewise.
3878         (legitimize_pic_address): Lower MEDIUM model addressing.
3879         * i386.h (PIC_OFFSET_TABLE_REGNUM): Set for medium model PIC.
3880         (enum cmodel): Add MEDIUM_PIC.
3881         (SYMBOL_REF_FAR_ADDR_P): New macro.
3882         (SYMBOL_FLAG_FAR_ADDR): New flag.
3883         * i386.md (movdi): Support medium model.
3884         (set_got_rex64): New pattern.
3885         * i386.opt (mlarge-data-threshold): New flag.
3886         * predicates.md (zext_operand/sext_operand): Deal with medium model.
3887         * x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Use x86_output_aligned_bss.
3888         (ASM_OUTPUT_ALIGNED_COMMON, TARGET_ASM_SELECT_SECTION,
3889         TARGET_ASM_UNIQUE_SECTION): New.
3890
3891         * invoke.texi (-mlarge_data_threshold): Document
3892
3893 2005-07-31  Jan Hubicka  <jh@suse.cz>
3894
3895         * tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.
3896         (coalesce_vars): Likewise.
3897         * tree-ssa-live.c (coalesce_cost): New.
3898         (build_tree_conflict_graph): Use coalesce_cost.
3899         * tree-ssa-live.h (coalesce_cost): Declare.
3900
3901 2005-07-30  Richard Earnshaw  <richard.earnshaw@arm.com>
3902
3903         * arm.md (all peepholes for post-increment operations): Delete.
3904         (strqi_preinc, strqi_predec, loadqi_preinc, loadqi_predec)
3905         (loadqisi_preinc, loadqisi_predec, strsi_preinc, strsi_predec)
3906         (loadsi_preinc, loadsi_predec, strqi_shiftpreinc, strqi_shiftpredec)
3907         (loadqi_shiftpreinc, loadqi_shiftpredec, strsi_shiftpreinc)
3908         (strsishift_predec, loadsi_shiftpreinc, loadsi_shiftpredec): Delete.
3909
3910 2005-07-30  James A. Morrison  <phython@gcc.gnu.org>
3911
3912         * fold-const.c (tree_expr_nonnegative_p): Always return true for
3913         non-integral types.
3914
3915 2005-07-29  Wolfgang Bangerth <bangerth@dealii.org>
3916
3917         PR target/22582
3918         * doc/invoke.texi: Document -rdynamic.
3919
3920 2005-07-30  Joseph S. Myers  <joseph@codesourcery.com>
3921
3922         PR c/23143
3923         * c-parser.c (c_parser_parms_list_declarator): Call
3924         mark_forward_parm_decls.
3925         * c-decl.c (merge_decls): Only check DECL_IN_SYSTEM_HEADER for
3926         decls with visibility structure.
3927
3928 2005-07-30  Paul Brook  <paul@codesourcery.com>
3929
3930         * config/arm/arm.c (arm_coproc_mem_operand): Fix inaccurate comment.
3931
3932 2005-07-30  Paul Brook  <paul@codesourcery.com>
3933
3934         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
3935         prototype.
3936         * config/arm/arm.c (arm_canonicalize_comparison): Use correct limit
3937         value for mode.
3938         * config/arm/arm.h (CANONICALIZE_COMPARISON): Pass mode argument.
3939
3940 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
3941
3942         PR c/529
3943         * c-decl.c (warn_if_shadowing): Don't check for PARM_DECL in
3944         nested function declarators.
3945         (pushdecl): Don't call warn_if_shadowing for PARM_DECL.
3946         (grokparms): Call warn_if_shadowing for parameters used within the
3947         parameter list.
3948         (store_parm_decls_newstyle): Call warn_if_shadowing for parameters
3949         not used within the parameter list.
3950         (store_parm_decls_oldstyle): Call warn_if_shadowing for parameters.
3951
3952 2005-07-30  Jan Hubicka  <jh@suse.cz>
3953
3954         * expr.c (expand_expr_real_1): Do not load mem targets into register.
3955         * i386.c (ix86_fixup_binary_operands): Likewise.
3956         (ix86_expand_unary_operator): Likewise.
3957         (ix86_expand_fp_absneg_operator): Likewise.
3958         * optabs.c (expand_vec_cond_expr): Validate dest.
3959
3960 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
3961
3962         PR c/21720
3963         * real.c (real_from_string): Also set last bit if there is a
3964         nonzero hex digit beyond GCC's internal precision after ".".
3965
3966 2005-07-29  David Edelsohn  <edelsohn@gnu.org>
3967
3968         * config/rs6000/altivec.md: Convert UNSPEC numerical values to
3969         define_constants.  Change duplicate values to unassigned numbers.
3970         Change UNSPEC_SUBS to UNSPEC_VSUBS.
3971         (*altivec_vspltsf): New.
3972         (altivec_vperm_v4sf): Delete.
3973         (altivec_vperm_<mode>): Use mode macro V.
3974         (altivec_vsldoi_<mode>): Convert to mode macro pattern.
3975         (altivec_predicate_v4sf): Delete.
3976         (altivec_predicate_<mode>): Use mode macro V.
3977         (*altivec_lvesfx): New.
3978         (*altivec_stvesfx): New.
3979         (vec_realign_load_v4sf): Delete.
3980         (vec_realign_load_<mode>): Use mode macro V.
3981         * config/rs6000/rs6000.c (generate_set_vrsave): Use
3982         UNSPECV_SET_VRSAVE.
3983
3984 2005-07-29  Mark Mitchell  <mark@codesourcery.com>
3985
3986         PR bootstrap/23131
3987         * configure.ac (SYSTEM_HEADER_DIR): Avoid setting to empty
3988         string.
3989         * configure: Regenerated.
3990
3991 2005-07-29  Paul Brook  <paul@codesourcery.com>
3992
3993         * doc/install.texi: Add link to GFortran binaries wiki page.
3994
3995 2005-07-29  David Ung  <davidu@mips.com>
3996
3997         * config/mips/mips.c (mips_cpu_info_table): Add 5kf to the table.
3998         (mips_rtx_cost_data): Add costs for 5kc and 5kf.
3999         * config/mips/mips.h (processor_type): Add PROCESSOR_5KF.
4000         * config/mips/mips.md (cpu): Add 5kf name.
4001         (includes): Includes 5k.md.
4002         * config/mips/5k.md: New DFA pipeline for the 5kc/5kf.
4003         * doc/invoke.texi (MIPS Options): Updated cpu name supported with
4004         -march flag.
4005
4006 2005-07-29  Diego Novillo  <dnovillo@redhat.com>
4007
4008         PR 22550
4009         * tree-cfgcleanup.c (cleanup_tree_cfg_1): Extract from ...
4010         (cleanup_tree_cfg): ... here.
4011         Call cleanup_tree_cfg_1 until there are no more cleanups to
4012         do.
4013
4014 2005-07-29  James A. Morrison  <phython@gcc.gnu.org>
4015
4016         * tree-vrp.c (compare_range_with_value): Return true or false
4017         for ~[VAL_1, VAL_2] OP VAL if VAL_1 <= VAL <= VAL_2 for NE_EXPR and
4018         EQ_EXPR respectively.
4019
4020 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
4021
4022         * cfg.c, tree-complex.c, config/frv/frv.c, config/i386/i386.c:
4023         Fix comment typos.
4024
4025 2005-07-29  Diego Novillo  <dnovillo@redhat.com>
4026
4027         * tree-ssa-dom.c (struct opt_stats_d): Add field num_iterations.
4028         (tree_ssa_dominator_optimize): Increment it.
4029         (dump_dominator_optimization_stats): Print it.
4030
4031 2005-07-29  Richard Earnshaw  <richard.earnshaw@arm.com>
4032             Steven Bosscher  <stevenb@suse.de>
4033
4034         PR rtl-optimization/23117
4035         * sched-rgn.c (add_branch_dependences): Handle COND_EXEC correctly
4036         when head == tail.  Tidy comment.
4037
4038 2005-07-28  Richard Henderson  <rth@redhat.com>
4039
4040         * cse.c (exp_equiv_p): Special case CONST_DOUBLE.
4041         * cselib.c (rtx_equal_for_cselib_p): Likewise.
4042         * jump.c (rtx_renumbered_equal_p): Likewise.
4043         * loop.c (rtx_equal_for_loop_p): Tidy and special case PC, CC0,
4044         CONST_INT and CONST_DOUBLE.
4045         (rtx_equal_for_prefetch_p): Likewise, plus LABEL_REF.
4046         * reload.c (operands_match_p): Special case CONST_INT and
4047         CONST_DOUBLE; check mode earlier.
4048
4049 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
4050
4051         PR c/22240
4052         * c-typeck.c (convert_for_assignment): Do not check
4053         DECL_IN_SYSTEM_HEADER on NULL fundecl.
4054
4055 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
4056
4057         PR c/22192
4058         * c-typeck.c (composite_type): Prefer constant size arrays to
4059         VLAs.
4060
4061 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
4062
4063         PR c/21720
4064         * real.c (real_from_string): Set last bit if there is a nonzero
4065         hex digit beyond GCC's internal precision.
4066
4067 2005-07-28  Richard Henderson  <rth@redhat.com>
4068
4069         PR rtl-opt/22619
4070         * cfgcleanup.c (try_forward_edges): Watch out for end of
4071         insn chain.
4072
4073 2005-07-28  James E Wilson  <wilson@specifixinc.com>
4074
4075         PR c/23106
4076         * doc/invoke.texi (Wstrict-aliasing=2): Fix misleading wording.
4077
4078 2005-07-28  Jan Hubicka  <jh@suse.cz>
4079
4080         * Makefile.in (rtl-profile.o): Kill all traces of it.
4081         * common.opt (fspeculative-prefetching, ftree-based-profiling): Kill.
4082         * coverage.h (rtl_coverage_counter_ref): Kill.
4083         * opts.c (flag_speculative_prefetching_set): Kill.
4084         (flag_loop_optimize_set): New.
4085         (common_handle_option): Disable loop optimizer when profiling;
4086         do not handle speculative prefetching.
4087         * passes.c (init_optimization_passes): Replace pass_profiling combo
4088         by branch_prob pass.
4089         * profile.c (compute_value_histograms): Update for simplified value
4090         profiles.
4091         (rtl_register_profile_hooks): Kill.
4092         (pass_profiling): Kill.
4093         (rest_of_handle_branch_prob): Do not profile.
4094         * toplev.c (process_options): Remove speculative prefetching.
4095         * toplev.h (flag_tree_based_profiling): Kill.
4096         * tree-profile.c (prepare_instrumented_value,
4097         tree_gen_interval_profiler, tree_gen_pow2_profiler,
4098         tree_gen_one_value_profiler, do_tree_profiling): Update for
4099         simplified datastructures.
4100         * value-prof.c: Add comment that speculative prefetching was dropped;
4101         update rest of file for simplified datastructures.
4102         (NOPREFETCH_RANGE_MIN, NOPREFETCH_RANGE_MAX,
4103         rtl_divmod_values_to_profile, insn_prefetch_values_to_profile,
4104         find_mem_reference_1, find_mem_reference_2, find_mem_reference,
4105         rtl_values_to_profile, rtl_divmod_fixed_value, rtl_mod_pow2,
4106         rtl_mod_subtract, gen_speculative_prefetch,
4107         rtl_divmod_fixed_value_transform, rtl_mod_pow2_value_transform,
4108         rtl_mod_subtract_transform, speculative_prefetching_transform): Kill.
4109         (gate_handle_value_profile_transformations,
4110         rest_of_handle_value_profile_transformations,
4111         pass_value_profile_transformations): Kill.
4112         * value-prof.h (histogram_value_t): Remove IL based unions.
4113         (rtl_register_value_prof_hooks, rtl_register_profile_hooks,
4114         rtl_profile_hooks): Remove hooks.
4115
4116         * invoke.texi (-ftree-based-profiling, -fspeculative-prefetching): Kill.
4117
4118         * cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.
4119         (cgraph_clone_node): Likewise.
4120         * cgraph.h (cgraph_clone_edge): Update prototype.
4121         (cgraph_clone_node): Likewise.
4122         * ipa-inline.c (cgraph_clone_inlined_nodes): Update call of
4123         cgraph_clone_node.
4124         (lookup_recursive_calls): Consider profile.
4125         (cgraph_decide_recursive_inlining): Fix updating; use new
4126         probability argument; use profile.
4127         * params.def (PARAM_MIN_INLINE_RECURSIVE_PROBABILITY): New.
4128         * tree-inline.c (copy_bb): Update clal of clone_edge.
4129         * tree-optimize.c (tree_rest_of_compilation): UPdate cal of clone_node.
4130
4131         * invoke.texi (min-inline-recursive-probability): Document.
4132
4133 2005-07-28  Gerald Pfeifer  <gerald@pfeifer.com>
4134
4135         * doc/install.texi (Configuration): Update Valgrind homepage.
4136
4137 2005-07-28  Richard Henderson  <rth@redhat.com>
4138
4139         PR middle-end/21362
4140         * cfgrtl.c (rtl_merge_blocks): Call maybe_remove_eh_handler on
4141         labels we want to delete.
4142         (cfg_layout_merge_blocks): Likewise.
4143
4144 2005-07-28  Richard Henderson  <rth@redhat.com>
4145
4146         PR target/17692
4147         * config/i386/i386.c (ix86_split_sse_movcc): Emit DELETED note
4148         when expanding to nothing.
4149
4150 2005-07-28  Josh Conner  <jconner@apple.com>
4151
4152         * ipa-inline.c (update_caller_keys): Fix estimated_growth caching.
4153         (cgraph_decide_inlining_of_small_functions): Likewise.
4154
4155 2005-07-28  Josh Conner  <jconner@apple.com>
4156
4157         * ipa-inline.c (cgraph_edge_badness): Update comments.  Invert shift
4158         direction of badness if negative.
4159         (cgraph_default_inline_p): Add reason to parameters, and assign it
4160         a value.
4161         (cgraph_decide_inlining_of_small_functions): New parameter in call
4162         to cgraph_default_inline_p.
4163         (cgraph_decide_inlining_incrementally): Likewise.
4164         * cgraphunit.c (decide_is_function_needed): Likewise.
4165         * cgraph.h (cgraph_default_inline_p): Likewise.
4166
4167 2005-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4168
4169         * builtins.c: Fix comment typo(s).
4170         * genautomata.c: Likewise.
4171         * gimplify.c: Likewise.
4172         * tree-dfa.c: Likewise.
4173         * tree-flow-inline.h: Likewise.
4174         * tree-into-ssa.c: Likewise.
4175         * tree-ssa-alias.c: Likewise.
4176         * tree-ssa-ccp.c: Likewise.
4177         * tree-ssa-copy.c: Likewise.
4178         * tree-ssa-dce.c: Likewise.
4179         * tree-ssa-dom.c: Likewise.
4180         * tree-ssa-operands.c: Likewise.
4181         * tree-tailcall.c: Likewise.
4182         * tree-vectorizer.c: Likewise.
4183         * tree-vrp.c: Likewise.
4184         * tree.c: Likewise.
4185
4186 2005-07-28  Jeff Law  <law@redhat.com>
4187
4188         * tree-vrp.c (test_for_singularity): Extracted from  ...
4189         (simplify_cond_using_ranges): Attempt to simplify a relational
4190         test to NE_EXPR.  Dump information when a COND_EXPR is simplified.
4191
4192 2005-07-28  Dorit Nuzman  <dorit@il.ibm.com>
4193
4194         PR tree-optimization/22506
4195         * tree-vectorizer.c (update_phi_nodes_for_guard2): Skip loop-closed
4196         phis whose argument is constant.
4197
4198 2005-07-28  J"orn Rennecke <joern.rennecke@st.com>
4199
4200         PR rtl-optimization/18992
4201         Back out this patch:
4202           2003-10-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4203           PR optimization/12142
4204           * cse.c (count_reg_usage): In a SET with a REG SET_DEST, count the
4205           uses of the register in the SET_SRC.  Remove unnecessary argument.
4206
4207         Replace it with this:
4208         * cse.c (count_reg_usage): In INSN, JUMP_INSN and CALL_INSN cases,
4209         if flag_non_call_exceptions is set and the insn may trap, pass
4210         pc_rtx as dest for recursion.
4211         In SET_SRC part of SET case, if dest is already set, pass it down
4212         unchanged.
4213
4214 2005-07-28  Jan Hubicka  <jh@suse.cz>
4215
4216         * cfg.c (update_bb_profile_for_threading): Use RDIV.
4217         (scale_bbs_frequencies_int): Likewise, assert for possible overflow.
4218         (scale_bbs_frequencies_gcov_type): Be more curefull about overflows and
4219         roundoff errors.
4220         * tree-cfg.c (tree_duplicate_sese_region): Use counts for updating
4221         profile when available.
4222
4223 2005-07-28  Jan Beulich <jbeulich@novell.com>
4224
4225         * config/ia64/ia64.c (ia64_load_pair_ok): New.
4226         (ia64_print_operand): Describe and handle 'X'.
4227         (ia64_register_move_cost): Also handle FP_REGS.
4228         (ia64_preferred_reload_class): Likewise.
4229         (ia64_secondary_reload_class): Likewise.
4230         (ia64_dependencies_evaluation_hook): New local variable c. Initialize
4231         it. Also check for ITANIUM_CLASS_FLDP.
4232         * config/ia64/ia64.h (FP_REGNO_P): New.
4233         (HARD_REGNO_MODE_OK): Remove explusion of TImode.
4234         (reg_class): Add FP_REGS.
4235         (REG_CLASS_NAMES): Adjust for it.
4236         (REG_CLASS_CONTENTS): Likewise.
4237         (REGNO_REG_CLASS): Use FP_REGS where appropriate.
4238         (REG_CLASS_FROM_LETTER): Handle 'x'.
4239         (CLASS_MAX_NREGS): Handle FP_REGS.
4240         (MEMORY_MOVE_COST): Likewise.
4241         * config/ia64/ia64.md (itanium_class): Add fldp.
4242         (type): Handle fldp.
4243         (movti_internal): More allowable operand combinations. Use ldfp8 when
4244         splitting unnecessary. Remove predicable attribute. Adjust
4245         itanium_class attribute.
4246         (smuldi3_highpart): Remove outdated comment.
4247         (mulditi3, umulditi3, rotlti3): New expanders.
4248         (addti3, subti3, mulditi3_internal, umulditi3_internal, negti2, rotlti3_internal): New insns.
4249         (absti2): Disabled new insn for future reference.
4250         Respective new splitters.
4251         * config/ia64/itanium1.md (1_fldp, 1b_fldp): New insn reservations.
4252         * config/ia64/itanium2.md (2_fldp, 2b_fldp): Likewise.
4253         * config/ia64/ia64-protos.h (ia64_load_pair_ok): New.
4254
4255 2005-07-25  James A. Morrison  <phython@gcc.gnu.org>
4256
4257         PR rtl-optimization/23047
4258         * simplify-rtx.c (simplify_const_relational_operation): Respect
4259         flag_wrapv for comparisons with ABS.
4260
4261 2005-07-27  James A. Morrison  <phython@gcc.gnu.org>
4262
4263         PR tree-optimization/22493
4264         * tree-vrp.c (extract_range_from_unary_expr): Deal with -fwrapv and
4265         VR_ANTI_RANGEs properly for NEGATE_EXPRs and ABS_EXPRs.
4266
4267 2005-07-27  Aldy Hernandez  <aldyh@redhat.com>
4268
4269         * config/frv/frv.opt (moptimize-membar): New.
4270
4271         * doc/invoke.texi: Document -moptimize-membar and its inverse.
4272
4273         * config/frv/frv.h: Remove machine_function definition.
4274
4275         * config/frv/frv.c (struct frv_io): New.
4276         (struct machine_function): Moved from frv.h.  Add has_membar_p.
4277         (frv_same_doubleword_p, frv_io_fixed_order_p, frv_io_union)
4278         (frv_extract_membar, frv_io_check_address, frv_io_handle_set)
4279         (frv_io_handle_use_1, frv_io_handle_use, frv_optimize_membar_local)
4280         (frv_optimize_membar_global, frv_optimize_membar): New functions.
4281         (frv_reorg): Call frv_optimize_membar when appropriate.
4282         (bdesc_loads, bdesc_stores): Use the membar code as the icode field.
4283         (frv_expand_builtin): Adjust calls accordingly.
4284         (frv_io_address_cookie): New function.
4285         (frv_expand_load_builtin, frv_expand_store_builtin): Emit a normal
4286         load or store rather than a special insn.  Add ccnstant address and
4287         io-type operands to the membar.
4288         (frv_ifcvt_modify_tests): Unsign regno.
4289         (frv_ifcvt_modify_tests): Same.
4290
4291         * config/frv/frv.md: Remove UNSPEC_BUILTIN_{LOAD,STORE}.  Change
4292         UNSPEC_OPTIONAL_MEMBAR constant.
4293         (builtin_read_<mode>): Delete.
4294         (builtin_write_<mode>): Delete.
4295         ("optional_membar_<mode>"): Add operand.
4296
4297         * testsuite/gcc.target/frv/all-builtin-read8.c: Delete.
4298         * testsuite/gcc.target/frv/all-builtin-read16.c: Delete.
4299         * testsuite/gcc.target/frv/all-builtin-read32.c: Delete.
4300         * testsuite/gcc.target/frv/all-builtin-read64.c: Delete.
4301         * testsuite/gcc.target/frv/all-builtin-write8.c: Delete.
4302         * testsuite/gcc.target/frv/all-builtin-write16.c: Delete.
4303         * testsuite/gcc.target/frv/all-builtin-write32.c: Delete.
4304         * testsuite/gcc.target/frv/all-builtin-write64.c: Delete.
4305         * testsuite/gcc.target/frv/all-read-write-1.c: New.
4306
4307 2005-07-28  Kaz Kojima  <kkojima@gcc.gnu.org>
4308
4309         * df.c (df_uses_record): Handle SCRATCH.
4310
4311 2005-07-28  Steven Bosscher  <stevenb@suse.de>
4312
4313         PR debug/20161
4314         * passes.c (rest_of_decl_compilation): If decl is a type and
4315         we have encountered errors, don't emit debug information.
4316
4317 2005-07-27  Kenneth Zadeck <zadeck@naturalbridge.com>
4318
4319         * params.def: Fixed comment.
4320
4321 2005-07-27  Bjoern Haase  <bjoern.m.haase@web.de>
4322
4323         PR target/19885
4324         * config/avr/avr.c (TARGET_ASM_ALIGNED_SI_OP): Add.
4325         (TARGET_ASM_UNALIGNED_HI_OP): Add.
4326         (TARGET_ASM_UNALIGNED_SI_OP): Add.
4327
4328 2005-07-27  Steven Bosscher  <stevenb@suse.de>
4329
4330         PR c++/22003
4331         * varasm.c (assemble_start_function): Don't do anything that may
4332         require a CFG if the current function is a thunk.
4333
4334 2005-07-25  Geoffrey Keating  <geoffk@apple.com>
4335
4336         * doc/install.texi (Prerequisites): Mention that perl is needed
4337         to do export control in libstdc++ targetting Darwin.
4338
4339 2005-07-27  Steven Bosscher  <stevenb@suse.de>
4340
4341         PR rtl-optimization/17808
4342         * sched-deps.c (sched_get_condition): Enable #if 0'ed code.
4343         (sched_insns_conditions_mutex_p): Split out from...
4344         (add_dependence): ...here.  But don't call it from here.
4345         (add_dependence_list): Check sched_insns_conditions_mutex_p
4346         before calling add_dependence.
4347         (add_dependence_list_and_free): Likewise.
4348         (fixup_sched_groups): Likewise.
4349         (sched_analyze_1): Likewise.
4350         (sched_analyze_2): Likewise (and replace a "0" with REG_DEP_TRUE).
4351         (sched_analyze): Likewise.
4352         (sched_analyze_insn): Likewise.
4353         * sched-ebb.c (add_deps_for_risky_insns): Likewise.
4354         * sched-rgn.c (add_branch_dependences): Likewise.  Also, add
4355         dependencies on all COND_EXEC insns to jumps ending basic blocks
4356         when doing intrablock scheduling.
4357         * sched-int.h (sched_insns_conditions_mutex_p): Add prototype.
4358
4359 2005-07-27  Jeff Law  <law@redhat.com>
4360
4361         * tree-vrp.c (vrp_meet): Intersect the equivalency sets when
4362         meeting a VR_ANTI_RANGE with a VR_RANGE.  When intersecting
4363         equivalency sets, correctly handle the case were vr0 has an
4364         equivalency set, but vr1 does not.
4365
4366 2005-07-27  Dorit Nuzman  <dorit@il.ibm.com>
4367
4368         PR tree-optimization/23073
4369         * tree-vect-analyze.c (vect_analyze_data_refs_alignment): Call
4370         vect_print_dump_info before fprintf.
4371
4372 2005-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
4373
4374         PR tree-optimize/22348
4375         * tree-ssa-loop-niter.c (number_of_iterations_cond):
4376         Fold the partial computation.
4377
4378 2005-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
4379
4380         PR tree-optimization/22325
4381         * tree-flow.h (compute_phi_arg_on_exit, force_expr_to_var_cost):
4382         Declare.
4383         * tree-scalar-evolution.c (scev_const_prop): Add generic final
4384         value replacement.
4385         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Split from ...
4386         (force_var_cost): ... this function.
4387         (compute_phi_arg_on_exit): Export.
4388
4389 2005-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
4390
4391         PR tree-optimization/20773
4392         * tree-ssa-loop-ch.c (copy_loop_headers): Select the correct latch
4393         edge.
4394
4395 2005-07-27  Richard Guenther  <rguenther@suse.de>
4396
4397         * tree-ssa-structalias.c (push_fields_onto_fieldstack):
4398         Avoid pushing again if current struct contains only
4399         fields we decomposed.
4400
4401 2005-07-27  Jan Hubicka  <jh@suse.cz>
4402
4403         PR tree-optimization/22574
4404         * cgraph.c (cgraph_function_body_availability): Unanalyzed bodies are
4405         not available.
4406
4407         * tree-tailcall.c (decrease_profile): New function.
4408         (eliminate_tail_call): Use it.
4409
4410         * cgraphunit.c (cgraph_function_and_variable_visibility): Set
4411         visibility flags correctly in whole program mode.
4412
4413 2005-07-26  Steve Ellcey  <sje@cup.hp.com>
4414
4415         PR rtl-optimization/22472
4416         * config/pa/pa.h (HARD_REGNO_RENAME_OK): Define.
4417
4418 2005-07-26  Steven Bosscher  <stevenb@suse.de>
4419
4420         PR tree-optimization/22504
4421         * tree-complex.c (expand_complex_addition): Use 'code' instead
4422         of MINUS_EXPR for (VARYING, ONLY_IMAG) and (ONLY_IMAG, VARYING).
4423
4424 2005-07-26  Aldy Hernandez  <aldyh@redhat.com>
4425
4426         * config.gcc (cpu_type): Add frv case.
4427         (with_cpu): Add frv400-*-*linux* and frv550-*-*linux* cases.
4428         (supported_defaults): Add fr550 case.
4429
4430 2005-07-26  Diego Novillo  <dnovillo@redhat.com>
4431
4432         PR 22591
4433         * tree-ssa-alias.c (may_alias_p): Remove shortcut that tests
4434         whether a pointer of type T * may point to objects of type T *.
4435
4436 2005-07-26  DJ Delorie  <dj@redhat.com>
4437
4438         * configure: Regenerate.
4439
4440 2005-07-26  Dale Johannesen  <dalej@apple.com>
4441
4442         * postreload-gcse.c (alloc_mem):  Start CUID numbering at 1.
4443
4444 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4445
4446         * doc/install.texi (--with-build-sysroot): Fix grammatical error.
4447         Clarify use of "build" in name.
4448
4449 2005-07-26  Aldy Hernandez  <aldyh@redhat.com>
4450
4451         * doc/extend.texi (Raw read/write Functions): New section.
4452         * testsuite/gcc.target/frv/all-builtin-read8.c: New.
4453         * testsuite/gcc.target/frv/all-builtin-read16.c: New.
4454         * testsuite/gcc.target/frv/all-builtin-read32.c: New.
4455         * testsuite/gcc.target/frv/all-builtin-read64.c: New.
4456         * testsuite/gcc.target/frv/all-builtin-write8.c: New.
4457         * testsuite/gcc.target/frv/all-builtin-write16.c: New.
4458         * testsuite/gcc.target/frv/all-builtin-write32.c: New.
4459         * testsuite/gcc.target/frv/all-builtin-write64.c: New.
4460         * config/frv/frv.c: Add bdesc_loads global.
4461         Add bdesc_stores global.
4462         (frv_init_builtins): Add support for __builtin_{read/write}*.
4463         (frv_volatile_memref): New.
4464         (frv_expand_load_builtin): New.
4465         (frv_expand_store_builtin): New.
4466         * config/frv/frv.h (frv_builtins): Add FRV_BUILTIN_SCAN,
4467         FRV_BUILTIN_READ8, FRV_BUILTIN_READ16, FRV_BUILTIN_READ32,
4468         FRV_BUILTIN_READ64, FRV_BUILTIN_WRITE8, FRV_BUILTIN_WRITE16,
4469         FRV_BUILTIN_WRITE32, FRV_BUILTIN_WRITE64.
4470         * config/frv/frv.md (unspecs): Add UNSPEC_BUILTIN_LOAD,
4471         UNSPEC_BUILTIN_STORE, UNSPEC_OPTIONAL_MEMBAR.
4472         (builtin_read_<mode>): New.
4473         (builtin_write_<mode>): New.
4474         (builtin_write64): New.
4475         (optional_membar_<mode>): New.
4476
4477 2005-07-26  J"orn Rennecke <joern.rennecke@st.com>
4478
4479         * emit-rtl.c (gen_lowpart_common): Compare size of MODE in bits
4480         (rather than units) against HOST_BITS_PER_WIDE_INT.
4481
4482 2005-07-26  Kazu Hirata  <kazu@codesourcery.com>
4483
4484         * ipa-pure-const.c, ipa-reference.c, ipa-reference.h,
4485         ipa-type-escape.c, ipa-type-escape.h, ipa-utils.c,
4486         ipa-utils.h, treestruct.def, config/crx/crx-protos.h,
4487         config/crx/crx.c, config/crx/crx.h, config/crx/crx.md: Update
4488         FSF address.
4489
4490         * calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,
4491         tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h,
4492         config/crx/crx.c, config/m32c/m32c.c, config/m32c/m32c.h: Fix
4493         comment typos.
4494         * doc/c-tree.texi, doc/tree-ssa.texi: Fix typos.
4495
4496 2005-07-26  Richard Guenther  <rguenther@suse.de>
4497
4498         PR tree-optimization/22486
4499         * fold-const.c (fold_unary): Fold away useless component
4500         references of the form (T *)&T.x, if the address
4501         doesn't change.
4502
4503 2005-07-25  James E Wilson  <wilson@specifixinc.com>
4504
4505         * dwarf2out.c (add_call_src_coords_attributes): New.
4506         (gen_inlined_subroutine_die): Call it.
4507         (maybe_emit_file, init_file_table): Add comments.
4508         (prune_unused_types_walk_attribs): Pass DW_AT_call_file through
4509         maybe_emit_file.
4510         * tree-inline.c (remap_block): Copy BLOCK_SOURCE_LOCATION.
4511         (expand_call_inline): Set BLOCK_SOURCE_LOCATION.
4512         * tree.h (BLOCK_SOURCE_LOCATION): New.
4513         (struct tree_block): New field locus.
4514
4515 2005-07-26  Andreas Schwab  <schwab@suse.de>
4516
4517         PR rtl-optimization/23043
4518         * postreload-gcse.c (eliminate_partially_redundant_load): Fix typo
4519         when allocating a struct unoccr.
4520
4521 2005-07-25  Richard Henderson  <rth@redhat.com>
4522
4523         PR 22626
4524         * tree-complex.c (gate_no_optimization): True if errors.
4525         * Makefile.in (tree-complex.o): Update dependencies.
4526
4527 2005-07-25  Aldy Hernandez  <aldyh@redhat.com>
4528
4529         * config/frv/predicates.md (integer_register_operand): Use
4530         GPR_AP_OR_PSEUDO_P.
4531
4532 2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>
4533
4534         PR tree-opt/22484
4535         * tree-ssa-ccp.c (fold_stmt_inplace): Strip useless type conversions
4536         after fold.
4537         * tree-ssa-propagate.c (set_rhs): Reject invalid conditional operands.
4538
4539 2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>
4540
4541         * tree-ssa-reassoc.c (reassociate_expr): Allow scaler floating point
4542         types when flag_unsafe_math_optimizations is true.
4543
4544 2005-07-25  Mark Mitchell  <mark@codesourcery.com>
4545
4546         * gcc.c (option_map): Add --sysroot.
4547         (process_command): Handle --sysroot.
4548         (display_help): Document it.
4549         * doc/cppopts.tex (-isysroot): Document.
4550         * doc/invoke.texi (--sysroot): Document.
4551         * doc/install.texi (--with-build-sysroot): Document.
4552
4553         * Makefile.in (inhibit_libc): New variable.
4554         (INHIBIT_LIBC_CFLAGS): Likewise.
4555         (LIBGCC2_CFLAGS): Include
4556         $(INHIBIT_LIBC_CFLAGS).
4557         (CRTSTUFF_CFLAGS): Include $(INHIBIT_LIBC_CFLAGS).
4558         ($(T)crtbegin.o): Do not use @inhibit_libc@.
4559         ($(T)crtend.o): Likewise.
4560         ($(T)crtbeginS.o): Do not use @inhibit_libc@.
4561         ($(T)crtendS.o): Likewise.
4562         ($(T)crtbeginT.o): Do not use @inhibit_libc@.
4563         ($(T)crtendT.o): Likewise.
4564         (stmp-fixinc): Do not complain about missing headers if
4565         inhibit_libc.
4566         * configure.ac (inhibit_libc): Set it to true/false.
4567         (--with-build-sysroot): New option.  Use it to set
4568         SYSTEM_HEADER_DIR.
4569         * configure: Regenerated.
4570
4571 2005-07-25  Manfred Hollstein  <mh@suse.com>
4572
4573         * calls.c (store_one_arg): Fix unsigned comparison warning.
4574
4575 2005-07-25  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
4576
4577         PR other/22337
4578         * ggc-zone.c (ggc_alloc_zone_stat): Do not use CHUNK_OVERHEAD.
4579         (ggc_print_statistics): Initialize variable before use.
4580
4581 2005-07-25  Richard Guenther  <rguenther@suse.de>
4582
4583         * tree-dfa.c (mark_new_vars_to_rename): Protect against
4584         calling with a PHI_NODE argument.
4585
4586         * tree-flow-inline.h (overlap_subvar): Protect against
4587         possible overflow.
4588
4589 2005-07-25  Paolo Bonzini  <bonzini@gnu.org>
4590
4591         * aclocal.m4 (gcc_AC_CHECK_TOOL): Add /bin to default directory.
4592         * configure: Regenerate.
4593
4594 2005-07-25  Ira Rosen  <irar@il.ibm.com>
4595
4596         * expr.c (highest_pow2_factor): Make extern.
4597         * tree-data-ref.c (ptr_decl_may_alias_p): New function.
4598         (ptr_ptr_may_alias_p, may_alias_p, record_ptr_differ_p,
4599         record_array_differ_p, array_ptr_differ_p): Likewise.
4600         (base_object_differ_p): Rename (from array_base_name_differ_p). Support
4601         additional cases. Call the above functions.
4602         (base_addr_differ_p): Moved from tree-vect-analyze.c. Call
4603         base_object_differ_p when there are two base objects. Otherwise, compare
4604         base address and offset. Call may_alias_p.
4605         (dump_data_reference): Use a correct field name.
4606         (analyze_array): Make static. Initialize new data-ref fields.
4607         (analyze_indirect_ref): New function.
4608         (init_data_ref): Initialize new data-ref fields.
4609         (strip_conversion): Moved from tree-vect-analyze.c.
4610         (analyze_offset_expr, get_ptr_offset, address_analysis,
4611         object_analysis): Likewise.
4612         (analyze_offset): New function.
4613         (create_data_ref): Likewise.
4614         (initialize_data_dependence_relation): Call base_addr_differ_p. Compare
4615         dimensions for ARRAY_REFs only.
4616         (build_classic_dist_vector): Make static.
4617         (access_functions_are_affine_or_constant_p): Call macro to get the
4618         address of access functions.
4619         (compute_all_dependences): Add new parameter
4620         compute_self_and_read_read_dependences. Compute self and read-read
4621         dependences if it is true.
4622         (find_data_references_in_loop): Call create_data_ref. Initialize new
4623         data-ref fields.
4624         (compute_data_dependences_for_loop): Add new parameter
4625         compute_self_and_read_read_dependences. Remove parameter nb_loops,
4626         compute nb_loops. Call compute_all_dependences,
4627         build_classic_dist_vector and build_classic_dir_vector with correct
4628         parameters.
4629         (analyze_all_data_dependences): Call compute_data_dependences_for_loop
4630         with correct parameters. Compare dimensions for ARRAY_REFs only.
4631         (free_data_refs): Call macro to free access functions.
4632         * tree-data-ref.h (struct first_location_in_loop): New structure. Move
4633         fields from stmt_vinfo.
4634         (struct base_object_info): New structure.
4635         (struct data_reference): Move fields to base_object_info. Add fields
4636         first_location and object_info for above structures. Move fields from
4637         stmt_info: memtag, ptr_info, subvars, misalignment. Add new field
4638         aligned_to.  Add macros to access the new fields.
4639         Update functions declarations.
4640         * tree-flow.h (is_aliased_with): Declare.
4641         * tree-loop-linear.c (linear_transform_loops): Call
4642         compute_data_dependences_for_loop with correct parameters.
4643         * tree-ssa-alias.c (is_aliased_with): New function.
4644         * tree-vect-analyze.c (vect_get_ptr_offset): Remove.
4645         (vect_analyze_offset_expr, vect_base_addr_differ_p): Likewise.
4646         (vect_analyze_data_ref_dependence): Get ddr. Remove call to
4647         vect_base_addr_differ_p, compute_subscript_distance and
4648         build_classic_dist_vector. Add printings. Check absolute value of
4649         distance.
4650         (vect_analyze_data_ref_dependences): Go through ddrs instead of
4651         data-refs.
4652         (vect_compute_data_ref_alignment): Get the fields of data-ref instead of
4653         stmt. Check aligned_to. Check if the base is aligned. Remove conversion
4654         to bytes. Add printing.
4655         (vect_compute_data_refs_alignment): Go through loads and stores in one
4656         loop.
4657         (vect_enhance_data_refs_alignment, vect_analyze_data_refs_alignment,
4658         vect_analyze_data_ref_access): Likewise.
4659         (vect_analyze_pointer_ref_access): Remove.
4660         (vect_address_analysis, vect_object_analysis): Likewise.
4661         (vect_analyze_data_refs): Call compute_data_dependences_for_loop to find
4662         and analyze data-refs in the loop.
4663         * tree-vect-transform.c (vect_create_addr_base_for_vector_ref): Get the
4664         fields of data-ref instead of stmt. Add init to the offset from the
4665         base.
4666         (vect_create_data_ref_ptr): Get the fields of data-ref instead of stmt.
4667         (vect_update_init_of_dr): Likewise.
4668         (vect_update_inits_of_drs): Go through loads and stores in one loop.
4669         * tree-vectorizer.c (new_stmt_vec_info): Remove initialization of
4670         removed fields.
4671         (new_loop_vec_info): Initialize new fields.
4672         (destroy_loop_vec_info): Free new fields.
4673         (vect_strip_conversion): Remove.
4674         * tree-vectorizer.h (enum verbosity_levels): Add new verbosity level.
4675         (struct _loop_vec_info): Unify data_ref_writes and data_ref_reads into
4676         datarefs. Add new field ddrs.
4677         Add macros for the new fields access.
4678         (struct _stmt_vec_info): Remove: base_address, initial_offset, step,
4679         base_aligned_p, misalignment, memtag, ptr_info and subvars.
4680         Remove their macros.
4681         * tree.h (highest_pow2_factor): Declare.
4682
4683 2005-07-25  Jakub Jelinek  <jakub@redhat.com>
4684
4685         * calls.c (store_one_arg): Check for sibling call MEM arguments
4686         from already clobbered incoming argument area.
4687
4688 2005-07-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4689
4690         * c-common.c (check_missing_format_attribute): New.
4691         * c-common.h (check_missing_format_attribute): Likewise.
4692         * c-typeck.c (convert_for_assignment): Use it.
4693
4694 2005-07-24  Andreas Schwab  <schwab@suse.de>
4695
4696         * config/m68k/m68k.md ("extendqidi2"): When source is an address
4697         register use a word move.  Correct operand of ext.w in 68000 code.
4698
4699 2005-07-23  Mark Mitchell  <mark@codesourcery.com>
4700
4701         * dwarf2out.c (gen_variable_die): Treat un-emitted COMDAT
4702         variables as declarations, rather than definitions.
4703
4704 2005-07-24  Ira Rosen  <irar@il.ibm.com>
4705
4706         PR tree-optimization/22526
4707         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Match the type
4708         of the zero node.
4709
4710 2005-07-24  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4711
4712         * builtins.def: Add DEF_EXT_C99RES_BUILTIN to define builtins
4713         that C99 reserve for future use. Use it to define clog10,
4714         clog10f and clog10l.
4715
4716 2005-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4717
4718         * Makefile.in (STRICT2_WARN): Add -Wmissing-format-attribute.
4719         * configure.ac: Check for -Wmissing-format-attribute.
4720
4721         * configure: Regenerate.
4722
4723 2005-07-23  Richard Henderson  <rth@redhat.com>
4724
4725         PR tree-optimization/22623
4726         * tree-complex.c (set_component_ssa_name): Use replace_ssa_name_symbol.
4727
4728 2005-07-23  Giovanni Bajo  <giovannibajo@libero.it>
4729
4730         PR target/22577
4731         * config/pa/pa.c (reloc_needed): Updated for VECs inside CONSTRUCTOR.
4732
4733 2005-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4734
4735         * Makefile.in (C_TREE_H): Update dependencies.
4736         * c-tree.h: Include toplev.h.
4737         * diagnostic.h (diagnostic_set_info): Add format attribute.
4738         * rtl-error.c (diagnostic_for_asm): Likewise.
4739
4740 2005-07-23  Chao-ying Fu  <fu@mips.com>
4741
4742         * config/mips/mips-dsp.md: New file.
4743         * config/mips/mips-modes.def (V4QI, V2HI, CCDSP): New modes.
4744         * config/mips/mips.c (mips_function_type): Add types for DSP builtin
4745         functions.
4746         (mips_builtin_type): Add MIPS_BUILTIN_DIRECT_NO_TARGET and
4747         MIPS_BUILTIN_BPOSGE32.
4748         (mips_expand_builtin_direct): Add one parameter to indicate that
4749         builtin functions need to return a value.
4750         (mips_expand_builtin_bposge): New for expanding "bposge" builtin
4751         functions.
4752         (mips_regno_to_class): Add classes for 12 new DSP registers.
4753         (mips_subword): Change to check four HI registers.
4754         (mips_output_move): Output move to and from 6 new DSP accumulators.
4755         (override_options): Make sure -mdsp and -mips16 are not used together.
4756         Map 'A' to DSP_ACC_REGS and 'a' to ACC_REGS.  Enable DSP accumulators
4757         for machine modes.
4758         (mips_conditional_register_usage): Disable 6 new DSP accumulators
4759         when !TARGET_DSP.
4760         (print_operand): Add 'q' for printing DSP accumulators.
4761         (mips_cannot_change_mode_class): Check ACC_REGS.
4762         (mips_secondary_reload_class): Check ACC_REGS.
4763         (mips_vector_mode_supported_p): Enable V2HI and V4QI when TARGET_DSP.
4764         (mips_register_move_cost): Check ACC_REGS.
4765         (CODE_FOR_mips_addq_ph, CODE_FOR_mips_addu_qb, CODE_FOR_mips_subq_ph)
4766         (CODE_FOR_mips_subu_qb): New code-aliasing macros.
4767         (DIRECT_NO_TARGET_BUILTIN, BPOSGE_BUILTIN): New macros.
4768         (dsp_bdesc): New array.
4769         (bdesc_arrays): Add DSP builtin function table.
4770         (mips_prepare_builtin_arg): Check predicate again after
4771         copy_to_mode_reg.
4772         (mips_expand_builtin): Add one more parameter to
4773         mips_expand_builtin_direct. Expand MIPS_BUILTIN_DIRECT_NO_TARGET and
4774         MIPS_BUILTIN_BPOSGE32.
4775         (mips_init_builtins): Initialize new function types.
4776         (mips_expand_builtin_direct): Check if builtin functions need to
4777         return a value and pass operands properly.
4778         (mips_expand_builtin_bposge): New function.
4779         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Add __mips_dsp.
4780         (ASM_SPEC): Map -mdsp to -mdsp in GAS.
4781         (FIRST_PSEUDO_REGISTER): Increase to 188.
4782         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
4783         Update for 12 new DSP registers.
4784         (DSP_ACC_REG_FIRST, DSP_ACC_REG_LAST, DSP_ACC_REG_NUM, AC1HI_REGNUM)
4785         (AC1LO_REGNUM, AC2HI_REGNUM, AC2LO_REGNUM, AC3HI_REGNUM, AC3LO_REGNUM):
4786         (DSP_ACC_REG_P, ACC_REG_P, ACC_HI_REG_P): New macros.
4787         (reg_class): Add DSP_ACC_REGS and ACC_REGS.
4788         (REG_CLASS_NAMES): Add names for DSP_ACC_REGS and ACC_REGS.
4789         (REG_CLASS_CONTENTS): Update for DSP_ACC_REGS, ACC_REGS and ALL_REGS.
4790         (REG_ALLOC_ORDER): Update for 12 new DSP registers.
4791         (mips_char_to_class): Add 'A' for DSP_ACC_REGS and 'a' for ACC_REGS.
4792         (UIMM6_OPERAND, IMM10_OPERAND): New macros.
4793         (EXTRA_CONSTRAINT_Y): Add YA and YB extra constraints.
4794         (REGISTER_NAMES): Add names for 12 new DSP registers.
4795         * config/mips/mips.md: Include mips-dsp.md.
4796         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
4797         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
4798         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
4799         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
4800         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
4801         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
4802         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
4803         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
4804         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
4805         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
4806         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
4807         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
4808         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
4809         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
4810         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
4811         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
4812         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
4813         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
4814         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
4815         (UNSPEC_RDDSP): New constants.
4816         (*movdi_32bit): Change 'x' to 'a' for ACC_REGS.
4817         (*movsi_internal): Change 'x' to 'a' for ACC_REGS.  Add an
4818         A<-d alternative.
4819         * config/mips/mips.opt (-mdsp): New option.
4820         * config/mips/predicates.md (const_uimm6_operand, const_imm10_operand)
4821         (reg_imm10_operand): New predicates.
4822         * doc/extend.texi (MIPS DSP Built-in Functions): New section.
4823         * doc/invoke.texi (-mdsp): Document new option.
4824
4825 2005-07-22  DJ Delorie  <dj@redhat.com>
4826
4827         * c-objc-common.c (c_cannot_inline_tree_fn): Add warning control
4828         to warning calls.
4829         * tree-inline.c (inlinable_function_p): Likewise.
4830
4831 2005-07-22  Mark Mitchell  <mark@codesourcery.com>
4832
4833         PR debug/21828
4834         * toplev.c (check_global_declarations): Do not mark undefined
4835         variables as DECL_IGNORED_P.
4836         * varasm.c (first_global_object_name): GTY it.
4837         (weak_global_object_name): Likewise.
4838         (notice_global_symbol): Use ggc_strdup, not xstrdup, when creating
4839         a string to go into {weak,first}_global_object_name.
4840
4841 2005-07-22  DJ Delorie  <dj@redhat.com>
4842
4843         * c-format.c (check_function_format): Change warning control
4844         option from OPT_Wattribute to OPT_Wmissing_format_attribute.
4845
4846 2005-07-22  Diego Novillo  <dnovillo@redhat.com>
4847
4848         * tree-ssa-alias.c (count_ptr_derefs): Do not consider
4849         &PTR->FLD a dereference of PTR.
4850         * tree-ssa-structalias.c (update_alias_info): Consider &PTR->FLD
4851         a potential dereference of PTR.
4852
4853 2005-07-22  J"orn Rennecke <joern.rennecke@st.com>
4854
4855         PR rtl-optimization/20370
4856         * ifcvt.c (dead_or_predicable): Before calling propagate_block,
4857         call allocate_reg_info if necessary.
4858
4859         PR rtl-optimization/21848
4860         * calls.c (emit_library_call_value_1): For const functions, add
4861         USEs of the stack slots to CALL_INSN_FUNCTION_USAGE.
4862
4863         PR rtl-optimization/22445
4864         * cselib.c (target.h): Include.
4865         (rtx_equal_for_cselib_p): Allow commutative matches.
4866         (cselib_hash_rtx): Don't use MODE for CONST_INT hashing.
4867         Remove MODE parameter.  Changed all callers.
4868
4869         PR rtl-optimization/22258
4870         * combine.c (likely_spilled_retval_1, likely_spilled_retval_p):
4871         New functions.
4872         (try_combine): Use likely_spilled_retval_p.
4873
4874 2005-07-22  Paul Woegerer  <paul.woegerer@nsc.com>
4875
4876         * config.gcc: Add crx-elf support.
4877
4878         * doc/contrib.texi: Mention crx.
4879         * doc/extend.texi: Document crx extensions.
4880         * doc/install.texi: Document crx install.
4881         * doc/invoke.texi: Document crx options.
4882         * doc/md.texi: Document crx constraints.
4883
4884         * config/crx/crx-protos.h: New file.
4885         * config/crx/crx.c: New file.
4886         * config/crx/crx.h: New file.
4887         * config/crx/crx.md: New file.
4888         * config/crx/crx.opt: New file.
4889         * config/crx/t-crx: New file.
4890
4891 2005-07-22  Manfred Hollstein  <mh@suse.com>
4892
4893         * tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised
4894         warnings.
4895         (int_add_graph_edge): Likewise.
4896         (collapse_nodes): Likewise.
4897         (process_unification_queue): Likewise.
4898
4899 2005-07-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4900             Laurent GUERBY  <laurent@guerby.net>
4901
4902         PR tree-optimization/22336
4903         * function.c (record_block_change): Check for
4904         cfun->ib_boundaries_block.
4905
4906 2005-07-21  James A. Morrison  <phython@gcc.gnu.org>
4907
4908         * fold-const.c (fold_unary): Don't strip signed nops from ABS_EXPRs.
4909         (tree_expr_nonnegative_p): Return try for TYPE_UNSIGNED.
4910
4911 2005-07-21  DJ Delorie  <dj@redhat.com>
4912
4913         * toplev.c (warn_deprecated_use): Add warning control to warning
4914         call.
4915         * c-typeck.c (parser_build_binary_op): Likewise.
4916         (c_finish_if_stmt): Likewise.
4917         * c-common.c (check_function_sentinel): Likewise.
4918         (check_nonnull_arg): Likewise.
4919
4920 2005-07-21  Richard Henderson  <rth@redhat.com>
4921
4922         PR tree-opt/22504
4923         * tree-complex.c (complex_ssa_name_components): New.
4924         (cvc_lookup): Allow entry not found.
4925         (create_components): Remove.
4926         (create_one_component_var, get_component_var): New.
4927         (get_component_ssa_name, set_component_ssa_name): New.
4928         (extract_component): Use get_component_ssa_name.
4929         (update_complex_components): Use set_component_ssa_name.
4930         (update_complex_components_on_edge): Likewise.
4931         (update_phi_components): Create new PHI nodes directly, instead
4932         of adding insns to edges.
4933         (tree_lower_complex): Allocate and free complex_variable_components
4934         and complex_ssa_name_components here.
4935
4936 2005-07-20  Daniel Berlin  <dberlin@dberlin.org>
4937
4938         * alias.c (nonoverlapping_component_refs_p): Use TYPE_MAIN_VARIANT,
4939         revert to returning false.
4940
4941 2005-07-21  Uros Bizjak  <uros@kss-loka.si>
4942
4943         PR target/21149
4944         * config/i386/i386.md (sse_movhlps): Fix vec_select values.
4945
4946 2005-07-21  Uros Bizjak  <uros@kss-loka.si>
4947
4948         PR target/22576
4949         * config/i386/i386.md (cmpxf): Change operand constraints
4950         to "nonmemory_operand".
4951
4952 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
4953
4954         * config/i386/i386.md (trap): Use "".word/t0x0b0f" instead of ud2.
4955
4956 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
4957
4958         PR middle-end/21180
4959         * fold-const.c (fold_build1): Add checksum for the operands.
4960         (fold_build2): Likewise.
4961         (fold_build3): Likewise.
4962
4963 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
4964
4965         PR middle-end/19055
4966         * fold-const.c (fold_binary): Transform "(X | Y) ^ X" to "Y & ~ X".
4967
4968 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
4969
4970         * common.opt (-fforward-propagate): Committed by mistake,
4971         removed.
4972
4973 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4974
4975         * reg-stack.c: Fix comment typo(s).
4976         * tree-ssa-operands.c: Likewise.
4977         * tree-vectorizer: Likewise.
4978
4979 2005-07-21  Nick Clifton  <nickc@redhat.com>
4980
4981         * config/sh/symbian.c: Replace C++ style line comments with C
4982         style line comments.
4983         (symbian_add_attribute): Do not use a ? operator on the LHS of
4984         an assignment.
4985         (sh_symbian_handle_dll_attribute): Change the type of the
4986         method vector to "VEC(tree,gc)*" and use vector accessor
4987         macros to walk over the elements.
4988         (symbian_export_vtable_and_rtti_p): Likewise.
4989         (symbian_class_needs_attribute_p): Likewise.
4990
4991 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
4992
4993         PR target/22085
4994         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Do not
4995         initialize targetm.resolve_overloaded_builtin here.
4996         (altivec_expand_overloaded_builtin): Make it non-static.
4997         * config/rs6000/rs6000-protos.h
4998         (altivec_expand_overloaded_builtin): New prototype.
4999         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Initialize
5000         targetm.resolve_overloaded_builtin here.
5001         * config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Likewise.
5002
5003 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
5004             Zdenek Dvorak  <dvorakz@suse.cz>
5005
5006         PR tree-optimization/19210
5007         * common.opt (Wunsafe-loop-optimizations, funsafe-loop-optimizations):
5008         New.
5009         * Makefile.in (tree-ssa-loop-niter.o): Depend intl.o.
5010         * loop-iv.c (get_simple_loop_desc): If -funsafe-loop-optimizations,
5011         rely on unproven assumptions.
5012         * predict.c (predict_loops): Adjust call to number_of_iterations_exit.
5013         * tree-flow.h (number_of_iterations_exit): Add final parameter.
5014         * tree-scalar-evolution.c (number_of_iterations_in_loop): Adjust call
5015         to number_of_iterations_exit.
5016         * tree-ssa-loop-ivcanon.c (empty_loop_p): Likewise.
5017         * tree-ssa-loop-ivopts.c (niter_for_exit): Likewise.
5018         * tree-ssa-loop-niter.c (find_loop_niter,
5019         estimate_numbers_of_iterations_loop): Likewise.
5020         (number_of_iterations_exit): Honor the new options.
5021         * doc/invoke.texi (Wunsafe-loop-optimizations,
5022         funsafe-loop-optimizations): Document them.
5023
5024 2005-07-21  Richard Sandiford  <richard@codesourcery.com>
5025
5026         PR rtl-optimization/22167
5027         * gcse.c (hoist_code): Fix hoist_exprs[] check.
5028
5029 2005-07-20  Adam Nemet  <anemet@lnxw.com>
5030
5031         * config/rs6000/lynx.h: Mark __do_global_ctors_aux and
5032         __do_global_dtors_aux longcall.
5033
5034 2005-07-20  Kazu Hirata  <kazu@cs.umass.edu>
5035
5036         * gensupport.c (old_preds): Don't reference PREDICATE_CODES.
5037         (old_special_pred_table): Don't reference
5038         SPECIAL_MODE_PREDICATES.
5039         * system.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Poison.
5040         * config/arc/arc.h: Don't mention PREDICATE_CODES.
5041         * config/sh/predicates.h: Don't mention
5042         SPECIAL_MODE_PREDICATES.
5043         * doc/tm.texi (PREDICATE_CODES, SPECIAL_MODE_PREDICATES):
5044         Remove.
5045
5046 2005-07-20  DJ Delorie  <dj@redhat.com>
5047
5048         * config.gcc: Add m32c-elf support.
5049
5050         * doc/contrib.texi: Mention m32c.
5051         * doc/extend.texi: Document m32c extensions.
5052         * doc/install.texi: Mention m32c.
5053         * doc/invoke.texi: Document m32c options.
5054         * doc/md.texi: Document m32c constraints.
5055
5056         * config/m32c/addsub.md: New file.
5057         * config/m32c/bitops.md: New file.
5058         * config/m32c/cond.md: New file.
5059         * config/m32c/jump.md: New file.
5060         * config/m32c/m32c-lib1.S: New file.
5061         * config/m32c/m32c-lib2.c: New file.
5062         * config/m32c/m32c-modes.def: New file.
5063         * config/m32c/m32c-pragma.c: New file.
5064         * config/m32c/m32c-protos.h: New file.
5065         * config/m32c/m32c.abi: New file.
5066         * config/m32c/m32c.c: New file.
5067         * config/m32c/m32c.h: New file.
5068         * config/m32c/m32c.md: New file.
5069         * config/m32c/m32c.opt: New file.
5070         * config/m32c/minmax.md: New file.
5071         * config/m32c/mov.md: New file.
5072         * config/m32c/muldiv.md: New file.
5073         * config/m32c/predicates.md: New file.
5074         * config/m32c/prologue.md: New file.
5075         * config/m32c/shift.md: New file.
5076         * config/m32c/t-m32c: New file.
5077
5078 2005-07-20  Kaz Kojima  <kkojima@gcc.gnu.org>
5079
5080         * config/sh/sh.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): New constants.
5081         (stack_protect_set, stack_protect_test): New expanders.
5082         (stack_protect_set_si, stack_protect_set_si_media,
5083         stack_protect_set_di_media, stack_protect_test_si,
5084         stack_protect_test_si_media, stack_protect_test_di_media):
5085         New insns.
5086
5087 2005-07-20  Andrew Pinski  <pinskia@physics.uc.edu>
5088
5089         * c-typeck.c (output_init_element): Don't copy the INTEGER_CST.
5090
5091 2005-07-20  James A. Morrison  <phython@gcc.gnu.org>
5092
5093         * tree.h (tree_expr_nonzero_p): Export.
5094         * fold-const.c (tree_expr_nonzero_p): Likewise.
5095         Return true for CALL_EXPRs that are alloca calls.
5096         (fold_binary): Use omit_one_operand when checking EQ_EXPRs or NE_EXPRs
5097         against zero.
5098         * tree-flow.h (expr_computes_nonzero): Remove.
5099         * tree-vrp.c (expr_computes_nonzero): Remove.
5100         (vrp_expr_computes_nonzero): Use tree_expr_nonzero_p.
5101         (extract_range_from_unary_expr): Likewise.
5102         * tree-ssa-dom.c (record_equivalences_from_stmt): Use
5103         tree_expr_nonzero_p.
5104
5105 2005-07-20  Bernd Schmidt  <bernd.schmidt@analog.com>
5106
5107         * config/bfin/bfin-protos.h (legitimize_pic_address): Don't declare.
5108         * config/bfin/bfin.c (legitimize_pic_address): Now static.  Take
5109         extra arg "picreg" and use it instead of pic_offset_table_rtx.
5110         All callers changed.
5111         (frame_related_constant_load): New arg "related" which controls
5112         setting of RTX_FRAME_RELATED_P.  All callers changed.
5113         (bfin_load_pic_reg): New function, broken out of bfin_expand_prologue.
5114         (bfin_expand_prologue): Add stack limit checking.
5115         * config/bfin/bfin.md (trapifcc): New pattern.
5116
5117         * config/bfin/bfin.c: Include "langhooks.h".
5118         (def_builtin): Go through lang_hooks to call builtin_function.
5119
5120         * config/bfin/bfin-protos.h (bfin_longcall_p): Declare.
5121         * config/bfin/predicates.md (symbol_ref_operand): New.
5122         (call_insn_operand): Delete.  All callers changed to use
5123         register_no_elim_operand.
5124         * config/bfin/bfin.c (init_cumulative_args): Initialize the new
5125         call_cookie field.
5126         (function_arg): Use it to generate the call's operand 2.
5127         (bfin_longcall_p): New function.
5128         (bfin_expand_call): Extra arg "cookie".  All callers and declaration
5129         changed.  Emit extra USE in the pattern.  Use bfin_longcall_p to
5130         determine if the address needs to be in a REG.
5131         (bfin_handle_longcall_attribute): New function.
5132         (bfin_attribute_table): Add "longcall" and "shortcall".
5133         * config/bfin/bfin.h (CALL_NORMAL, CALL_LONG, CALL_SHORT): New macros.
5134         (CUMULATIVE_ARGS): New member call_cookie.
5135         (PREDICATE_CODES): Add symbol_ref_operand.
5136         * config/bfin/bfin.md (call, call_value, sibcall, sibcall_value): Add
5137         extra USE to the pattern.
5138         (call_symbol, sibcall_symbol, call_value_symbol, sibcall_value_symbol):
5139         New patterns, split off call_insn, sibcall_insn, call_value_insn and
5140         sibcall_value_insn; now the new patterns handle direct calls and the
5141         old ones indirect calls.
5142         * doc/extend.texi: Mention Blackfin in longcall/shortcall docs.
5143
5144 2005-07-20  Zdenek Dvorak  <dvorakz@suse.cz>
5145
5146         * doc/trouble.texi: Update section on handling of empty loops.
5147
5148 2005-07-20  Kazu Hirata  <kazu@codesourcery.com>
5149
5150         * config.gcc: Remove support for sparc-*-openbsd*,
5151         i860-*-sysv4*, ip2k-*-elf, ns32k-*-netbsdelf*,
5152         ns32k-*-netbsd*.
5153         * config.host: Remove support for i860-*-sysv4* as a host.
5154         * config/i860/*, config/ip2k/*, config/ns32k/*,
5155         config/sparc/openbsd.h, config/sparc/t-openbsd: Remove.
5156         * doc/install.texi, doc/invoke.texi, doc/md.texi: Don't
5157         mention obsolete ports.
5158
5159 2005-07-20  Kaz Kojima  <kkojima@gcc.gnu.org>
5160
5161         * config/sh/sh.c (regno_reg_class): Add GENERAL_REGS for
5162         soft frame pointer.
5163         (sh_expand_prologue): Use hard_frame_pointer_rtx instead
5164         of frame_pointer_rtx.
5165         (sh_expand_epilogue): Likewise.
5166         (sh_set_return_address): Likewise.
5167         (initial_elimination_offset): Use HARD_FRAME_POINTER_REGNUM
5168         instead of FRAME_POINTER_REGNUM if needed.  Add elimination
5169         offsets from FRAME_POINTER_REGNUM.
5170         * config/sh/sh.h (SH_REGISTER_NAMES_INITIALIZER): Add sfp.
5171         (sh_register_names): Add initializer for sfp.
5172         (GENERAL_OR_AP_REGISTER_P): Permit FRAME_POINTER_REGNUM.
5173         (VALID_REGISTER_P): Likewise.
5174         (FIRST_PSEUDO_REGISTER): Update.
5175         (DWARF_FRAME_REGISTERS): Define.
5176         (FIXED_REGISTERS, CALL_USED_REGISTERS): Add sfp.
5177         (HARD_FRAME_POINTER_REGNUM): Define.
5178         (FRAME_POINTER_REGNUM): Redefine.
5179         (ELIMINABLE_REGS): Never eliminate to FRAME_POINTER_REGNUM,
5180         but HARD_FRAME_POINTER_REGNUM instead.  Add eliminations
5181         from FRAME_POINTER_REGNUM.
5182         (CAN_ELIMINATE): Use HARD_FRAME_POINTER_REGNUM instead of
5183         FRAME_POINTER_REGNUM.
5184         (REG_CLASS_CONTENTS): Add sfp.
5185         (REG_ALLOC_ORDER): Likewise.
5186         (FRAME_GROWS_DOWNWARD): Set to 1.  Update comment.
5187         (GO_IF_LEGITIMATE_ADDRESS): Use hard_frame_pointer_rtx instead
5188         of frame_pointer_rtx.
5189         (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
5190
5191 2005-07-19  James A. Morrison  <phython@gcc.gnu.org>
5192
5193         * fold-const.c (tree_expr_nonnegative_p): Only return true for
5194         ABS_EXPR when flag_wrapv is false because of INT_MIN.
5195         (tree_expr_nonzero_p): Always call tree_expr_nonzero_p on the argument
5196         of an ABS_EXPR.
5197         (fold_unary): Always fold ABS_EXPR<ABS_EXPR<x>> into
5198         ABS_EXPR<x>.
5199
5200 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
5201
5202         Make CONSTRUCTOR use VEC to store initializers.
5203         * c-common.c (complete_array_type): Update to cope with VEC in
5204         CONSTRUCTOR_ELTS.
5205         * c-pretty-print.c (pp_c_initializer_list): Use pp_c_constructor_elts.
5206         (pp_c_constructor_elts): New function.
5207         * c-pretty-print.h (pp_c_constructor_elts): Declare.
5208         * c-typeck.c (build_function_call, build_c_cast, digest_init,
5209         struct constructor_stack, struct initializer_stack,
5210         constructor_elements, push_init_level, pop_init_level,
5211         add_pending_init, find_init_member, output_init_element): Update to
5212         cope with VEC in CONSTRUCTOR_ELTS.
5213         * coverage.c (build_fn_info_value, build_ctr_info_value,
5214         build_gcov_info): Likewise.
5215         * expr.c (categorize_ctor_elements_1, store_constructor,
5216         expand_expr_real_1): Likewise.
5217         * fold-const.c (fold_ternary): Likewise.
5218         * gimplify.c (gimplify_init_ctor_preeval, zero_sized_field_decl,
5219         gimplify_init_constructor, gimplify_expr): Likewise.
5220         * tree-dump.c (dequeue_and_dump): Likewise.
5221         * tree-inline.c (copy_tree_r): Add code to duplicate a CONSTRUCTOR
5222         node.
5223         * tree-pretty-print.c (dump_generic_node): Update to cope with VEC in
5224         CONSTRUCTOR_ELTS.
5225         * tree-sra.c (generate_element_init_1): Likewise.
5226         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
5227         * tree-ssa-operands.c (get_expr_operands): Likewise.
5228         * tree-vect-generic.c (expand_vector_piecewise): Likewise.
5229         * tree-vect-transform.c (vect_get_vec_def_for_operand):
5230         (get_initial_def_for_reduction): Likewise.
5231         * tree-vn.c (set_value_handle, get_value_handle): CONSTURCTOR uses
5232         value handle in annotations.
5233         * tree.c (tree_node_kind, tree_code_size, make_node_stat,
5234         tree_node_structure): Add support for constr_kind.
5235         (build_vector_from_ctor, build_constructor_single,
5236         build_constructor_from_list): New functions.
5237         (build_constructor): Update to take a VEC instead of a TREE_LIST.
5238         (simple_cst_equal, iterative_hash_expr, initializer_zerop, walk_tree):
5239         Update to cope with VEC in CONSTRUCTOR_ELTS.
5240         * tree.def (CONSTRUCTOR): Make it a tcc_exceptional node.
5241         * tree.h (FOR_EACH_CONSTRUCTOR_VALUE, FOR_EACH_CONSTRUCTOR_ELT,
5242         CONSTRUCTOR_APPEND_ELT): New macros.
5243         (struct constructor_elt, struct tree_constructor): New data types.
5244         (union tree_node): Add tree_constructor field.
5245         * treestruct.def: Define TS_CONSTRUCTOR.
5246         * varasm.c (const_hash_1, compare_constant, copy_constant,
5247         compute_reloc_for_constant, output_addressed_constants,
5248         initializer_constant_valid_p, output_constant,
5249         array_size_for_constructor, output_constructor): Update to cope with
5250         VEC in CONSTRUCTOR_ELTS.
5251         * vec.h (VEC_empty, VEC_copy): New macros.
5252
5253 2005-07-19  Devang Patel  <dpatel@apple.com>
5254
5255         * dbxout.c (dbxout_type): Check Objective-C++ lang.
5256
5257 2005-07-19  Richard Henderson  <rth@redhat.com>
5258
5259         PR tree-opt/22278
5260         * gimplify.c (gimplify_expr): Use main variant type for the temp
5261         destination for a discarded volatile read.
5262         * tree-ssa.c (tree_ssa_useless_type_conversion_1): Don't elide
5263         casts between non-void types that change volatility.
5264
5265 2005-07-15  DJ Delorie  <dj@redhat.com>
5266
5267         * toplev.h: Add comment about the first parameter for warning().
5268         * errors.h: Likewise.
5269
5270         * c.opt (Wpragmas): New.
5271         * doc/invoke.texi: Document it.
5272
5273         * function.c (do_warn_unused_parameter): Add warning control to
5274         warning call.
5275         * c-decl.c (warn_if_shadowing): Likewise.
5276         * c-lex.c (cb_def_pragma): Likewise.
5277         * c-pragma.c (GCC_BAD, GCC_BAD2): Likewise.
5278         (pop_alignment): Likewise.
5279         (handle_pragma_pack): Likewise.
5280         (apply_pragma_weak): Likewise.
5281         (handle_pragma_weak): Likewise.
5282         (handle_pragma_redefine_extname): Likewise.
5283         (add_to_renaming_pragma_list): Likewise.
5284         (handle_pragma_extern_prefix): Likewise.
5285         (maybe_apply_renaming_pragma): Likewise.
5286         (handle_pragma_visibility): Likewise.
5287
5288         * config/c4x/c4x-c.c (BAD): Likewise.
5289         (c4x_parse_pragma): Likewise.
5290         * config/ia64/ia64-c.c (ia64_hpux_handle_builtin_pragma): Likewise.
5291         * config/rs6000/rs6000-c.c (SYNTAX_ERROR): Likewise.
5292         (rs6000_pragma_longcall): Likewise.
5293         * config/v850/v850-c.c (pop_data_area): Likewise.
5294         (ghs_pragma_section): Likewise.
5295         (ghs_pragma_section): Likewise.
5296         (ghs_pragma_interrupt): Likewise.
5297         (ghs_pragma_starttda): Likewise.
5298         (ghs_pragma_startsda): Likewise.
5299         (ghs_pragma_startzda): Likewise.
5300         (ghs_pragma_endtda): Likewise.
5301         (ghs_pragma_endsda): Likewise.
5302         (ghs_pragma_endzda): Likewise.
5303
5304 2005-07-19  Danny Berlin <dberlin@dberlin.org>
5305             Kenneth Zadeck <zadeck@naturalbridge.com>
5306
5307         * Makefile.in: Removed tree-promote-statics.c
5308         * tree-promote-statics.c: Removed.
5309         * common.opt: Removed flag-promote-statics.
5310         * opts.c: Ditto.
5311         * passes.c: Removed tree-promote-statics pass.
5312         * tree-pass.h: Ditto.
5313         * timevar.def: Removed TV_PROMOTE_STATICS.
5314
5315
5316 2005-07-19  Gerald Pfeifer  <gerald@pfeifer.com>
5317
5318         * config.gcc: Add support for *-*-freebsd7, *-*-freebsd8,
5319         and *-*-freebsd9.
5320         * config/freebsd-spec.h (FBSD_TARGET_OS_CPP_BUILTINS): Ditto.
5321
5322 2005-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5323
5324         PR c/22476
5325         * c-common.c (check_function_arguments): Call
5326         'check_function_format' if either -Wformat or
5327         -Wmissing-format-attribute are specified.
5328         * c-format.c (check_function_format): Check -Wformat before
5329         calling 'check_format_info'.
5330         * c-opts.c (c_common_post_options): Don't warn for
5331         -Wmissing-format-attribute without -Wformat.
5332         * c-typeck.c (convert_for_assignment): Detect additional cases for
5333         -Wmissing-format-attribute.
5334         * doc/invoke.texi (-Wmissing-format-attribute): Document new
5335         behavior.
5336
5337 2005-07-19  Richard Guenther  <rguenther@suse.de>
5338
5339         * config/i386/i386.md (lrint<mode>2): Use temporary
5340         instead of clobbering non-existent memory.
5341
5342 2005-07-19  Nick Clifton  <nickc@redhat.com>
5343
5344         * config/avr/avr.c (legitimate_address_p): Fix debugging print
5345         statement to avoid displaying ASCII control characters.
5346
5347 2005-07-19  Ben Elliston  <bje@au.ibm.com>
5348
5349         * bt-load.c (link_btr_uses): Fix uninitialised warnings.
5350         * cfganal.c (find_edge_index): Ditto.
5351         * combine.c (combine_instructions): Ditto.
5352         * ddg.c (create_scc): Ditto.
5353         (find_successors): Ditto.
5354         (find_predecessors): Ditto.
5355         (find_nodes_on_paths): Ditto.
5356         (longest_simple_path): Ditto.
5357         * flow.c (update_life_info): Ditto.
5358         (count_or_remove_death_notes): Ditto.
5359         (clear_log_links): Ditto.
5360         * modulo-sched.c (generate_reg_moves): Ditto.
5361         (find_max_asap): Ditto.
5362         (find_max_hv_min_mob): Ditto.
5363         (find_max_dv_min_mob): Ditto.
5364         * sbitmap.c (sbitmap_first_set_bit): Ditto.
5365         * sched-rgn.c (extract_edgelst): Ditto.
5366         * tree-into-ssa.c (prepare_names_to_update): Ditto.
5367         (dump_update_ssa): Ditto.
5368         (ssa_names_to_replace) Ditto.
5369         (switch_virtuals_to_full_rewrite): Ditto.
5370         (update_ssa): Ditto.
5371         * tree-vect-transform.c (vect_create_epilog_for_reduction): Ditto.
5372
5373 2005-07-18  Daniel Berlin  <dberlin@dberlin.org>
5374
5375         Fix PR tree-optimization/22483
5376
5377         * tree-complex.c (create_components): Use
5378         safe_referenced_var_iterator and FOR_EACH_REFERENCED_VAR_SAFE.
5379         * tree-flow-inline.h (fill_referenced_var_vec): New function.
5380         * tree-flow.h (safe_referenced_var_iterator): New structure.
5381         (FOR_EACH_REFERENCED_VAR_SAFE): New macro.
5382         * tree-ssa-alias.c (setup_pointers_and_addressables): Use
5383         safe_referenced_var iterator.
5384         (add_type_alias): Ditto.
5385
5386 2005-07-19  Steven Bosscher  <stevenb@suse.de>
5387
5388         * loop-init.c (rest_of_handle_loop2): Remove.
5389         (rtl_loop_init, rtl_loop_done, rtl_move_loop_invariants,
5390         rtl_unswitch, rtl_unroll_and_peel_loops, rtl_doloop): New functions.
5391         (pass_rtl_loop_init, pass_rtl_loop_done,
5392         pass_rtl_move_loop_invariants, pass_rtl_unswitch,
5393         pass_rtl_unroll_and_peel_loops, pass_rtl_doloop): New passes.
5394         * tree-ssa-loop.c (pass_loop, pass_loop_init, pass_loop_done,
5395         pass_unswitch): Rename to pass_tree_loop, pass_tree_loop_init,
5396         pass_tree_loop_done, and pass_tree_unswitch.
5397         (gate_loop): Rename to gate_tree_loop.
5398         * passes.c (init_optimization_passes): Update for renamed tree
5399         loop passes.  Add the new loop2 passes as subpasses of loop2.
5400         * tree-pass.h: Add extern declarations for the new loop2 subpasses.
5401         Update for the renamed tree loop passes.
5402
5403 2005-07-18  Ian Lance Taylor  <ian@airs.com>
5404
5405         PR middle-end/22057
5406         * tree-cfgcleanup.c (cleanup_tree_cfg): Only remove forwarder
5407         blocks when optimizing.
5408
5409 2005-07-18  Steve Ellcey  <sje@cup.hp.com>
5410
5411         * common.opt (frename-registers): Initialize to 2.
5412         (fweb): Ditto.
5413         (fgcse-after-reload): Ditto.
5414         * toplev.c (AUTODETECT_FLAG_VAR_TRACKING): Rename to AUTODETECT_VALUE.
5415         (process_options): Only change flag_web, flag_rename_registers,
5416         and flag_rerun_cse_after_loop if not explicitly set by user.
5417
5418 2005-07-18  Jan Beulich  <jbeulich@novell.com>
5419
5420         * config/i386/i386.c (ix86_expand_branch, ix86_expand_setcc,
5421         ix86_expand_carry_flag_compare, ix86_expand_int_movcc): Handle TImode
5422         in 64-bit mode the same as DImode in 32-bit mode.
5423         (ix86_expand_ashl_const, ix86_split_ashl, ix86_split_ashr,
5424         ix86_split_lshr): Likewise. Rename to no longer refer to a specific
5425         mode. Add new mode parameter.
5426         * config/i386/i386.h (CONST_OK_FOR_LETTER_P): Describe and handle 'O'.
5427         * config/i386/i386.md (cmpti, addti3, subti3, negti2, ashlti3, ashrti3,
5428         x86_64_shift_adj): New expanders.
5429         (*addti3_1, *subti3_1, *negti2_1, ashlti3_1, *ashlti3_2, ashrti3_1,
5430         *ashrti3_2, lshrti3_1, *lshrti3_2, x86_64_shld, x86_64_shrd): New
5431         insns.
5432         Respective new splitters. Use renamed shift splitter helpers in 32-bit
5433         DImode shift splitters.
5434         * config/i386/i386-protos.h (ix86_split_ashl, ix86_split_ashr,
5435         ix86_split_lshr): Renamed from ix86_split_[al]sh[rl]di. Added new
5436         mode parameter.
5437
5438 2005-07-18  Jan Beulich  <jbeulich@novell.com>
5439
5440         * i386.md (movdi_extzv_1): New.
5441         (zero_extendhidi2): Combine alternatives and never force use of
5442         REX64 prefix.
5443         (zero_extendqidi2): Likewise. Don't restrict input selection.
5444
5445 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
5446
5447         Fix PR tree-optimization/22531
5448         * tree-ssa-pre.c (do_eustores):  Make sure LHS is a decl for the
5449          moment.
5450
5451 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
5452
5453         * tree-promote-statics.c (pass_promote_statics): Change dump file
5454          name.
5455
5456 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
5457
5458         * tree-optimize.c (init_tree_optimization_passes): Add
5459         pass_eliminate_useless_stores pass.
5460         * tree-pass.h (pass_eliminate_useless_stores): New pass structure.
5461         * tree-ssa-pre.c (is_copy_stmt): New function.
5462         (follow_copies_till_vuse): Ditto.
5463         (do_eustores): Ditto.
5464         (gate_eustores): Ditto.
5465
5466 2005-07-16  Richard Henderson  <rth@redhat.com>
5467
5468         * gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit.
5469
5470 2005-07-16 Danny Berlin <dberlin@dberlin.org>
5471            Kenneth Zadeck <zadeck@naturalbridge.com>
5472
5473         * Makefile.in: Added rules for ipa-pure-const.c, ipa-reference.c,
5474         ipa-reference.h, ipa-utils.c, ipa-utils.h, ipa-type-escape.c,
5475         ipa-type-escape.h, tree-promote-statics.c
5476         * ipa-pure-const.c, ipa-reference.c, ipa-reference.h, ipa-utils.c,
5477         ipa-utils.h, ipa-type-escape.c, ipa-type-escape.h,
5478         tree-promote-statics.c: new files.
5479         * alias.c: (nonlocal_mentioned_p_1, nonlocal_mentioned_p,
5480         nonlocal_referenced_p_1, nonlocal_referenced_p, nonlocal_set_p_1,
5481         int nonlocal_set_p, mark_constant_function): Deleted.
5482         (rest_of_handle_cfg): Removed call to mark_constant_function.
5483         (nonoverlapping_component_refs_p): Added calls to support
5484         type based aliasing.
5485         * tree-ssa-alias.c (may_alias_p,
5486         compute_flow_insensitive_aliasing): Ditto.
5487         * calls.c (flags_from_decl_or_type): Removed reference to
5488         cgraph_rtl_info.
5489         * c-typeck.c (convert_arguments): Make builtins tolerant of having
5490         too many arguments.  This is necessary for Spec 2000.
5491         * cgraph.h (const_function, pure_function): Removed.
5492         * common.opt: Added "fipa-pure-const", "fipa-reference",
5493         "fipa-type-escape", and "ftree-promote-static".
5494         * opts.c: Ditto.
5495         * passes.c: Added ipa and tree-promote-statics passes.
5496         * timevar.def: Added TV_IPA_PURE_CONST, TV_IPA_REFERENCE,
5497         TV_IPA_TYPE_ESCAPE, and TV_PROMOTE_STATICS.
5498         * tree-dfa.c (referenced_var_lookup_if_exists): New function.
5499         * tree-flow.h: Added exposed sra calls and addition of
5500         reference_vars_info field for FUNCTION_DECLS.
5501         * tree-pass.h: Added passes.
5502         * tree-sra.c: (sra_init_cache): New function.
5503         (sra_insert_before, sra_insert_after) Made public.
5504         (type_can_be_decomposed_p): Renamed from type_can_be_decomposed_p
5505         and made public.
5506         * tree-ssa-alias.c (dump_alias_stats): Added stats for type based
5507         aliasing. (may_alias_p): Added code to use type escape analysis to
5508         improve alias sets.
5509         * tree-ssa-operands.c (add_call_clobber_ops): Added parameter and
5510         code to prune clobbers of static variables based on information
5511         produced in ipa-reference pass.  Changed call clobbering so that
5512         statics are not marked as clobbered if the call does not clobber
5513         them.
5514
5515 2005-07-16  Daniel Berlin  <dberlin@dberlin.org>
5516
5517         * tree-ssa-structalias.c (need_to_solve): Need to check for preds,
5518         too.
5519
5520 2005-07-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5521
5522         * doc/install.texi (*-*-solaris2*): Document recommended version
5523         of GNU binutils and mention GNU linker problem on Solaris 10.
5524
5525 2005-07-16  Joseph S. Myers  <joseph@codesourcery.com>
5526
5527         PR c/22421
5528         * c-decl.c (c_build_bitfield_integer_type): New function.
5529         (finish_struct): Call it.
5530         * c-pretty-print.c (pp_c_type_specifier): Handle bit-field types.
5531
5532 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5533
5534         * c-typeck.c (digest_init): Call 'convert_for_assignment'
5535         before returning.
5536
5537 2005-07-16  Jan Hubicka  <jh@suse.cz>
5538
5539         * cfg.c (update_bb_profile_for_threading): Fix profile updating.
5540         (scale_bbs_frequencies_int): Watch roundoff errors.
5541         * predict.c (return_prediction): Initialize return_stmt.
5542
5543 2005-07-16  Jan Hubicka  <jh@suse.cz>
5544
5545         * profile.c (rest_of_handle_branch_prob): Fix handling of estimation
5546         after RTL profiling.
5547
5548 2005-07-11  Andrew Pinski  <pinskia@physics.uc.edu>
5549
5550         PR middle-end/22398
5551         * fold-const.c (build_range_check): Convert high/low to etype
5552         if we are only comparing against exp.
5553
5554 2005-07-13  Daniel Berlin  <dberlin@dberlin.org>
5555
5556         Fix PR tree-optimization/22376
5557         * tree-ssa-structalias.c (build_constraint_graph): We really meant
5558         special var here.
5559         (need_to_solve): New function.
5560         (compute_points_to_sets): Use it.
5561
5562 2005-07-15  Jan Hubicka  <jh@suse.cz>
5563
5564         * cfg.c (update_bb_profile_for_threading): More diagnostic.
5565         * tree-ssa-threadupdate.c (redirect_edges): Update profile of dup_block.
5566
5567 2005-07-15  Richard Guenther  <rguenther@suse.de>
5568
5569         * c-common.c (handle_flatten_attribute): New function.
5570         Add flatten function attribute.
5571         * doc/extend.texi: Document flatten function attribute.
5572         * Makefile.in (ipa-inline.o): Depend on hashtab.h.
5573         * ipa-inline.c (cgraph_find_cycles, cgraph_flatten_node):
5574         New functions.
5575         (cgraph_decide_inlining): Handle functions with flatten
5576         attribute.
5577
5578 2005-07-14  David Edelsohn  <edelsohn@gnu.org>
5579
5580         * config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_LWSYNC,
5581         UNSPEC_ISYNC, UNSPEC_SYNC_OP, UNSPEC_ATOMIC, UNSPEC_CMPXCHG,
5582         UNSPEC_XCHG, UNSPEC_AND): New.
5583         (UNSPECV_ATOMIC, UNSPECV_SYNC, UNSPECV_SYNC_OP, UNSPECV_CMPXCHG,
5584         UNSPECV_LWSYNC, UNSPECV_ISYNC): Delete.
5585         * config/rs6000/sync.md (FETCHOP): New code macro.
5586         (fetchop_name, fetchop_pred, fetchopsi_constr, fetchopdi_constr):
5587         New code attrs.
5588         (memory_barrier, sync_internal): Use unspec instead of unspec_volatile.
5589         (sync_compare_and_swap<mode>): Same.
5590         (sync_lock_test_and_set<mode>): Same.
5591         (sync_<fetchop><mode>, sync_nand<mode>): Only use rs6000_emit_sync
5592         for QImode and HImode, and not PPC405.
5593         (sync_old_<fetchop><mode>, sync_old_nand<mode>): Same.
5594         (sync_new_<fetchop><mode>, sync_new_nand<mode>): Same.
5595         (sync_<fetchop>{si,di}_internal): New.
5596         (sync_nand{si,di}_internal): New.
5597         (sync_old_<fetchop>{si,di}_internal): New.
5598         (sync_old_nand{si,di}_internal): New
5599         (sync_new_<fetchop>{si,di}_internal): New.
5600         (sync_new_nand{si,di}_internal): New.
5601         (atomic_and{si,di}): New.
5602         (sync_new_nand{si,di}_internal): New.
5603         (atomic_and{si,di}): New.
5604         (sync_add<mode>_internal): Delete.
5605         (sync_addshort_internal): Use unspec instead of unspec_volatile.
5606         (sync_sub<mode>_internal): Delte.
5607         (sync_subshort_internal): New.
5608         (sync_andsi_internal): Use unspec instead of unspec_volatile.
5609         (sync_anddi_internal): Delete.
5610         (sync_boolsi_internal): Use unspec instead of unspec_volatile.
5611         (sync_booldi_internal): Delete.
5612         (sync_boolc<mode>_internal): Delete.
5613         (sync_boolcshort_internal): Use unspec instead of unspec_volatile.
5614         (sync_boolc<mode>_internal2): Delete.
5615         (sync_boolcc<mode>_internal): Delete.
5616         (isync, lwsync): Use unspec instead of unspec_volatile.
5617         * config/rs6000/rs6000.c (rs6000_emit_sync): Implement MINUS.
5618         Revert UNSPEC_VOLATILE.
5619         (rs6000_split_atomic_op): New.
5620         * config/rs6000/rs6000-protos.h (rs6000_split_atomic_op): Declare.
5621
5622 2005-07-14  Eric Christopher  <echristo@redhat.com>
5623
5624         * config/mips/mips.c (mips_canonicalize_comparison): Cast
5625         argument of trunc_int_for_mode to unsigned HOST_WIDE_INT.
5626
5627 2005-07-14  Eric Christopher  <echristo@redhat.com>
5628
5629         * config/s390/t-tpf (SHLIB_MAPFILES): Remove.
5630
5631 2005-07-14  Steven Bosscher  <stevenb@suse.de>
5632
5633         PR tree-optimization/22230
5634         * tree-vrp.c (extract_range_from_binary_expr): Fix logics thinko in
5635         the computation of the four cross productions for "range op range".
5636
5637 2005-07-14  Alexandre Oliva  <aoliva@redhat.com>
5638             Ulrich Weigand  <uweigand@de.ibm.com>
5639
5640         PR target/20126
5641         * loop.c (loop_givs_rescan): Do not ICE if unable to reduce an IV
5642         in some insn.
5643
5644 2005-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
5645
5646         * config/s390/s390.h (TARGET_TPF_PROFILING): Add default definition.
5647
5648 2005-07-14  Steve Ellcey  <sje@cup.hp.com>
5649
5650         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): Support ILP32 mode.
5651
5652 2005-07-14  Richard Guenther  <rguenther@suse.de>
5653
5654         PR middle-end/22347
5655         * config/i386/i386-protos.h (ix86_function_value): Change
5656         prototype to match new target hook.
5657         * config/i386/i386.c (ix86_value_regno): Change prototype
5658         to take extra type argument.
5659         (TARGET_FUNCTION_VALUE): Define.
5660         (ix86_function_ok_for_sibcall): Pass extra argument to
5661         ix86_value_regno, check return slot rtx for exact match.
5662         (ix86_function_value): Take extra parameter.  Dispatch to
5663         ix86_value_regno with fndecl/fntype as provided.
5664         (ix86_value_regno): Handle extra type argument.
5665         * config/i386/i386.h (FUNCTION_VALUE): No longer define.
5666
5667         * testsuite/gcc.target/i386/sseregparm-3.c: New testcase.
5668         * testsuite/gcc.target/i386/sseregparm-4.c: New testcase.
5669         * testsuite/gcc.target/i386/sseregparm-5.c: New testcase.
5670         * testsuite/gcc.target/i386/sseregparm-6.c: New testcase.
5671         * testsuite/gcc.target/i386/sseregparm-7.c: New testcase.
5672
5673 2005-07-14  Richard Guenther  <rguenther@suse.de>
5674
5675         * Makefile.in (explow.o, reg-stack.o): Depend on target.h.
5676         * calls.c (expand_call): Pass fntype to hard_function_value.
5677         (emit_library_call_value_1): Likewise.
5678         * explow.c: Include target.h.
5679         (hard_function_value): Take extra argument, the fntype.
5680         Use new target hook for function_value.
5681         * expr.h (hard_function_value): Change prototype.
5682         * function.c (aggregate_value_p): Pass 0 as fntype to
5683         hard_function_value.
5684         (assign_parms): Use new target hook for function_value.
5685         Pass 0 as fntype to hard_function_value.
5686         (expand_function_end): Likewise.
5687         * reg-stack.c: Include target.h.
5688         (stack_result): Use new target hook for function_value.
5689         * target-def.h: New target hook function_value.
5690         * target.h: Likewise.
5691         * targhooks.c (default_function_value): New function.
5692         * targhooks.h (default_function_value): Declare.
5693
5694 2005-07-13  Ian Lance Taylor  <ian@airs.com>
5695
5696         * config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
5697
5698 2005-07-14  Jan Hubicka  <jh@suse.cz>
5699
5700         * tree-dfa.c (dump_variable): Use default_def function.
5701         * tree-ssa-alias.c (dump_points_to_info): Likewise.
5702         * tree-ssa.c (verify_use): Likewise.
5703         * tree-ssanames.c (release_ssa_name): Likewise.
5704         * tree-tailcall.c (eliminate_tail_call): Likewise.
5705         (tree_optimize_tail_calls_1): Likewise.
5706         * tree-vrp.c (get_value_range): Likewise.
5707
5708 2005-07-14  Ben Elliston  <bje@au.ibm.com>
5709
5710         * gcc.c (main): Compare language[0] with '*' when iterating over
5711         the infiles.
5712
5713 2005-07-13  Adrian Strae½tling  <straetling@de.ibm.com>
5714
5715         * config/s390/s390.c: (s390_cc_modes_compatible): Move before
5716         "s390_emit_compare".  Add handling of CCZ1mode.
5717         (s390_canonicalize_comparison): Simplify cascaded EQ, NE.
5718         (390_emit_compare): Use "s390_cc_modes_compatible" for mode
5719         checking.
5720         (s390_branch_condition_mask): Add CCZ1mode handling.
5721         * config/s390/s390.md: ("seq", "*seq"): New pattern.
5722         ("sync_compare_and_swap_cc<mode>", "*sync_compare_and_swap_cc<mode>"):
5723         Use CCZ1mode instead of CCZmode.
5724         * config/s390/s390-modes.def: Add CCZ1mode.  Comment new mode.
5725
5726 2006-07-13  Adrian Strae½tling  <straetling@de.ibm.com>
5727
5728         * config/s390/s390.md: ("cmpstrsi", "*cmpstr<mode>"): New
5729         pattern.
5730         ("strlen<mode>", "*strlen<mode>"): Use hard reg 0 in SImode.
5731
5732 2005-07-13  Eric Christopher  <echristo@redhat.com>
5733
5734         * config/mips/mips.c (mips_canonicalize_comparison): New.
5735         (mips_emit_int_relational): Use.
5736
5737 2005-07-13  Eric Christopher  <echristo@redhat.com>
5738
5739         * config.gcc (s390x-ibm-tpf*): Add extra_options. Remove
5740         static extra parts.
5741         * config/s390/s390.md: Include tpf.md. Move tpf specific
5742         patterns...
5743         * config/s390/tpf.md: To here.
5744         * config/s390/s390.opt: Move tpf specific options...
5745         * config/s390/tpf.opt: to here. Add mmain option.
5746         * config/s390/tpf-unwind.h: Remove unnecessary defines.
5747         * config/s390/tpf.h: Rewrite.
5748
5749 2005-07-13  H.J. Lu  <hongjiu.lu@intel.com>
5750
5751         * doc/tm.texi: Remove @xref{Cross-profiling}.
5752
5753 2005-07-13  Jeff Law  <law@redhat.com>
5754
5755         * fold-const.c (fold_binary): When comparing two simple ADDR_EXPR
5756         expressions, test their _DECL operands for pointer equality rather
5757         than using operand_equal_p.
5758
5759 2005-07-13  H.J. Lu  <hongjiu.lu@intel.com>
5760
5761         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Renamed to ...
5762         (TARGET_POSIX_IO): This.
5763         * config/darwin.h: Likewise.
5764         * config/freebsd.h: Likewise.
5765         * config/linux.h: Likewise.
5766         * config/lynx.h: Likewise.
5767         * config/netbsd.h: Likewise.
5768         * config/rs6000/linux64.h: Likewise.
5769         * config/rs6000/linux.h: Likewise.
5770         * config/s390/tpf.h: Likewise.
5771         * config/sh/embed-elf.h: Likewise.
5772         * config/sparc/linux64.h: Likewise.
5773         * config/sparc/linux.h: Likewise.
5774         * config/svr4.h: Likewise.
5775         * gcov-io.h: Likewise.
5776
5777         * doc/tm.texi: Updated.
5778
5779         * libgcov.c (create_file_directory): Defined only if
5780         TARGET_POSIX_IO is defined.
5781         (gcov_exit): Call create_file_directory only if TARGET_POSIX_IO
5782         is defined.
5783
5784 2005-07-13  Jan Hubicka  <jh@suse.cz>
5785
5786         * tree-ssa-operands.c (get_expr_operands): Fix typo in previous patch.
5787
5788 2005-07-13  David Edelsohn  <edelsohn@gnu.org>
5789
5790         * tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed
5791         structure as argument.
5792
5793 2005-07-13  Paolo Bonzini  <bonzini@gnu.org>
5794
5795         PR tree-optimization/21921
5796         * tree-iterator.c (tsi_link_before): Support the case when
5797         tsi_end_p (tsi) == true.
5798
5799 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
5800
5801         PR tree-optimization/22442
5802         * tree-chrec.c (chrec_fold_multiply_poly_poly): Associate chrecs
5803         correctly.
5804
5805 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
5806
5807         PR rtl-optimization/20376
5808         * toplev.c (process_options): Enable -fweb and -frename-registers when
5809         unrolling.
5810         * doc/invoke.texi: Update the information about when -fweb and
5811         -frename-registers are enabled.
5812
5813 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
5814
5815         PR tree-opt/21840
5816         * tree-ssa-pre.c (eliminate): Convert the sprime to the correct type
5817         if *rhs_p is not a SSA_NAME.
5818
5819 2005-07-12  Daniel Berlin  <dberlin@dberlin.org>
5820
5821         Fix PR tree-optimization/22422
5822         * tree-ssa-structalias.c (struct variable_info): Add flag for
5823         special vars.
5824         (get_varinfo): Now a static function.
5825         (new_varinfo): init has_union and is_special_var to false.
5826         (solution_set_add): Check has_union.
5827         (do_da_constraint): Move temporary variable so it gets reset
5828         properly.
5829         Also check for special variable.
5830         (do_ds_constraint): Ditto.
5831         (do_sd_constraint): Ditto.
5832         (do_structure_copy): Check for special variable.
5833         (find_func_aliases): Ditto.
5834         (init_base_vars): Set special vars properly.
5835
5836 2005-07-13  Jan Hubicka  <jh@suse.cz>
5837
5838         * cfgexpand.c (expand_one_stack_var): Do not expand variables when we
5839         do unit-at-a-time.
5840
5841         * tree-ssa-operands.c (parse_ssa_operands): Fix formatting.
5842         (get_expr_operands): Fix thinko wrt flags and subvars.
5843
5844         PR tree-optimize/22379
5845         * tree-inline.c (expand_call_inline): Do not output sorry in early
5846         inlining.
5847
5848 2005-07-12  Dale Johannesen  <dalej@apple.com>
5849
5850         * config/rs6000.c (rs6000_rtx_cost):  Move FLOAT_EXTEND.
5851
5852 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
5853
5854         PR bootstrap/21704
5855         * host-linux.h: Include limits.h.
5856
5857 2005-07-12  Dale Johannesen  <dalej@apple.com>
5858
5859         * expr.c (compress_float_constant):  Add cost check.
5860         * config/rs6000.c (rs6000_rtx_cost):  Adjust FLOAT_EXTEND cost.
5861
5862 2005-07-12  Dale Johannesen  <dalej@apple.com>
5863
5864         * gcc.target/i386/compress-float-sse.c:  New.
5865         * gcc.target/i386/compress-float-sse-pic.c:  New.
5866         * gcc.target/i386/compress-float-387.c:  New.
5867         * gcc.target/i386/compress-float-387-pic.c:  New.
5868         * gcc.dg/compress-float-ppc.c:  New.
5869         * gcc.dg/compress-float-ppc-pic.c:  New.
5870
5871 2005-07-12  Eric Christopher  <echristo@redhat.com>
5872
5873         * config.gcc (s390x-ibm-tpf*): Add extra_options. Remove
5874         static extra parts.
5875         * config/s390/s390.md: Include tpf.md. Move tpf specific
5876         patterns...
5877         * config/s390/tpf.md: To here.
5878         * config/s390/s390.opt: Move tpf specific options...
5879         * config/s390/tpf.opt: to here. Add mmain option.
5880         * config/s390/tpf-unwind.h: Remove unnecessary defines.
5881         * config/s390/tpf.h: Rewrite.
5882
5883 2005-07-12  Eric Christopher  <echristo@redhat.com>
5884
5885         * gcc.c (struct infile): Update comment for language.
5886         (main): Rewrite input file resetting code.
5887
5888 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
5889
5890         PR tree-opt/22335
5891         * tree-ssa-dom.c (eliminate_redundant_computations): Reject the prop if
5892         requiring a cast in a non RHS of modify_expr.  Add a cast when required.
5893         (lookup_avail_expr): Use constant_boolean_node instead
5894         of boolean_false_node/boolean_true_node.
5895
5896 2005-07-12  Ben Elliston  <bje@au.ibm.com>
5897
5898         * tree-cfg.c (dump_cfg_stats): Add a new fmt_str_2 format string
5899         and use it when printing num_edges.
5900
5901 2005-07-12  Bernd Schmidt  <bernd.schmidt@analog.com>
5902
5903         * doc/extend.texi (Blackfin Built-in Functions): New section.
5904         * doc/invoke.texi (mcsync-anomaly, mno-csync-anomaly): Fix the
5905         @opindex.
5906
5907 2005-07-12  Adrian Straetling  <straetling@de.ibm.com>
5908
5909         * builtins.c: (expand_builtin_memcmp, expand_builtin_strncmp):
5910         s/cmpstrsi/cmpstrnsi
5911         (expand_builtin_strcmp): Rewrite to support both 'cmpstrsi' and
5912         'cmpstrnsi'.
5913         * optabs.c: (prepare_cmp_insn): Add availability of 'cmpstrn'.
5914         (init_optabs): Initialize cmpstrn_optab.
5915         * optabs.h: (enum insn_code cmpstrn_optab): Declare.
5916         * genopinit.c: (optabs[]): Add 'cmpstrn' to initialisation.
5917         * expr.c: (enum insn_code cmpstrn_optab): Declare.
5918         * config/i386/i386.md: s/cmpstr/cmpstrn
5919         * config/c4x/c4x.md: s/cmpstr/cmpstrn
5920         * doc/md.texi: Update documentation.
5921
5922 2005-07-11  Richard Henderson  <rth@redhat.com>
5923
5924         * config/alpha/alpha.c (alpha_gimplify_va_arg_1): Use
5925         build_va_arg_indirect_ref.
5926         (alpha_gimplify_va_arg): Likewise.
5927         * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
5928         * config/i860/i860.c (i860_gimplify_va_arg_expr): Likewise.
5929         * config/mips/mips.c (mips_gimplify_va_arg_expr): Likewise.
5930         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
5931         * config/sh/sh.c (sh_gimplify_va_arg_expr): Likewise.
5932         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg):
5933         Likewise.
5934         * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.
5935
5936 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
5937
5938         * tree-flow.h (remove_empty_loops, single_dom_exit): Declare.
5939         * passes.c (init_optimization_passes): Add pass_empty_loop.
5940         * tree-pass.h (pass_empty_loop): Declare.
5941         * tree-ssa-loop-ivcanon.c (empty_loop_p, remove_empty_loop,
5942         try_remove_empty_loop, remove_empty_loops): New functions.
5943         * tree-ssa-loop-ivopts.c (single_dom_exit): Export.
5944         * tree-ssa-loop.c (tree_ssa_empty_loop, pass_empty_loop): New.
5945
5946 2005-07-12  Peter Barada  <peter@the-baradas.com>
5947
5948         PR middle-end/16719
5949         PR middle-end/18421
5950         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Disallow bytes
5951         in address registers.
5952         * config/m68k/m68k.c (hard_regno_mode_ok): Likewise.
5953         * config/m68k/m68k.md: Replace 's' with 'i' in 4th
5954         alternative of addsi3_5200.
5955
5956 2005-07-11  Ian Lance Taylor  <ian@airs.com>
5957
5958         * config/mips/mips.md (ffs<mode>2): Remove.
5959
5960 2005-07-11  Ian Lance Taylor  <ian@airs.com>
5961
5962         * doc/tree-ssa.texi (Cleanups): Improve description of
5963         TRY_FINALLY_EXPR.
5964         (GIMPLE Exception Handling): Clarify TRY_CATCH_EXPR cases.
5965
5966 2005-07-11  Daniel Berlin  <dberlin@dberlin.org>
5967
5968         * print-tree.c (print_node): Use DECL_ARGUMENT_FLD.
5969         * tree.h (DECL_ARGUMENT_FLD): New macro.
5970
5971 2005-07-11  Daniel Berlin  <dberlin@dberlin.org>
5972
5973         Fix PR tree-optimization/22404
5974
5975         * tree-ssa-structalias.c (create_variable_info_for): Use
5976         correct offset.
5977
5978 2005-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
5979
5980         * config/bfin/bfin.md (cmpsi, compare_eq, compare_ne, compare_lt,
5981         compare_le, compare_leu, compare_ltu): Use reg_or_const_int_operand
5982         for second comparison operand.
5983         * config/bfin/predicates.md (reg_or_const_int_operand): New.
5984
5985         * config/bfin/bfin.md (define_attr "type"): Add "sync".
5986         (define_insn_reservation "alu"): Likewise.
5987         (csync, ssync): Now of type sync.
5988         * config/bfin/bfin.h (TARGET_DEFAULT): Defaults to
5989         -mcsync-anomaly -mspecld-anomaly.
5990         * config/bfin/bfin.opt (mcsync): Remove.
5991         (mcsync-anomaly, mspecld-anomaly): Add.
5992         * config/bfin/bfin.c: Include "insn-codes.h".
5993         (bfin_reorg): Extend to handle the CSYNC anomaly as well.
5994         (TARGET_DEFAULT_TARGET_FLAGS): New.
5995         * doc/invoke.texi: Document -mcsync-anomaly, -mspecld-anomaly.
5996
5997 2005-07-11  Steven Bosscher  <stevenb@suse.de>
5998
5999         * basic-block.h: Give the BB flags enum a name, bb_flags.
6000         Add new flags BB_FORWARDER_BLOCK, and BB_NONTHREADABLE_BLOCK.
6001         * cfgcleanup.c (enum bb_flags): Remove here.
6002         (BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG): Remove.
6003         (notice_new_block): Set/test bb->flags instead of aux via BB_FLAGS.
6004         (update_forwarder_flag): Likewise.
6005         (thread_jump): Likewise.
6006         (try_forward_edges): Likewise.
6007         (try_optimize_cfg): Likewise.  Clear bb->flags before updating the
6008         forwarder flags.  Don't clear bb->aux for all basic blocks.  Only
6009         reset the BB_FORWARDER_BLOCK and BB_NONTHREADABLE_BLOCK flags.
6010
6011 2005-07-11  Richard Guenther  <rguenther@suse.de>
6012
6013         * config/i386/i386.opt: New target option -msseregparm.
6014         * config/i386/i386.c (override_options): Error out for
6015         -msseregparm but no SSE support.
6016         (ix86_function_sseregparm): Check for global sseregparm.
6017         * doc/invoke.texi: Document -msseregparm.
6018
6019 2005-07-11  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6020
6021         * config.gcc (m32r-*-linux*): Use the default extra_parts.
6022         (m32rle-*-linux*): Ditto.
6023
6024 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
6025
6026         * cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type)
6027         instead of TYPE_MAX_VALUE (TYPE_DOMAIN (type)) to get array size in
6028         bytes.
6029
6030 2005-07-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6031
6032         PR middle-end/22239
6033         PR target/20126
6034         * loop.c (loop_givs_rescan): Use expand_simple_binop instead of
6035         gen_rtx_MINUS to handle non-replaceable (plus ((x) (const)).
6036
6037 2005-07-07  Daniel Berlin  <dberlin@dberlin.org>
6038
6039         * tree-ssa-structalias.c (struct variable_info): Heapify complex.
6040         (varmap): Heapify varmap.
6041         (constraints): Heapify constraints.
6042         (struct constraint_graph): Heapify succs and preds.
6043         (constraint_vec_find): Update for heapification.
6044         (constraint_set_union): Ditto.
6045         (insert_into_complex): Ditto.
6046         (constraint_edge_vec_find): Ditto.
6047         (erase_graph_self_edge): Ditto.
6048         (add_graph_edge): Ditto.
6049         (get_graph_weights): Ditto.
6050         (merge_graph_nodes): Ditto.
6051         (build_constraint_graph): Ditto.
6052         (topo_visit): Ditto.
6053         (solve_graph): Ditto.
6054         (create_variable_info_for): Ditto.
6055         (init_base_vars): Ditto.
6056         (delete_points_to_sets): Free graph, varmap, and complex constraints.
6057         (condese_varmap_nodes): Free complex vector.
6058         (clear_edges_for_node): Clear succs and preds vector.
6059
6060 2005-07-10  Daniel Berlin  <dberlin@dberlin.org>
6061
6062         * tree-ssa-structalias.c (update_alias_info): Change counting of
6063         references to not include vdefs.
6064
6065 2005-07-10  Daniel Berlin  <dberlin@dberlin.org>
6066
6067         * tree-ssa-alias.c (free_used_part_map): Add missing free.
6068         (up_insert): Ditto.
6069
6070 2005-07-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6071
6072         * pa.c (pa_commutative_p): Make PLUS commutative when
6073         TARGET_NO_SPACE_REGS is true.
6074
6075 2005-07-09  Diego Novillo  <dnovillo@redhat.com>
6076
6077         * Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h
6078         * tree-cfg.c (CHECK_OP): Only test for is_gimple_val.
6079         * tree-dfa.c (dump_subvars_for): New.
6080         (debug_subvars_for): New.
6081         (dump_variable): Show subvariables if VAR has them.
6082         * tree-flow-inline.h (get_subvar_at): New.
6083         (overlap_subvar): Change offset and size to unsigned HOST_WIDE_INT.
6084         * tree-flow.h (struct ptr_info_def): Remove field pt_malloc.
6085         Update all users.
6086         (struct subvar): Change fields offset and size to unsigned
6087         HOST_WIDE_INT.
6088         (dump_subvars_for): Declare.
6089         (debug_subvars_for): Declare.
6090         (get_subvar_at): Declare.
6091         (okay_component_ref_for_subvars): Change 2nd and 3rd argument
6092         to unsigned HOST_WIDE_INT *.
6093         (overlap_subvar): Likewise.
6094         * tree-gimple.c (is_gimple_reg): Always return false for
6095         SFTs and memory tags.
6096         * tree-pass.h (pass_build_pta, pass_del_pta): Remove.
6097         Update all callers.
6098         * tree-ssa-alias.c: Include tree-ssa-structalias.h.
6099         (compute_may_aliases): Call compute_points_to_sets.
6100         (collect_points_to_info_for): Remove.
6101         (compute_points_to_and_addr_escape): Remove.
6102         (delete_alias_info): Call delete_points_to_sets.
6103         (compute_flow_sensitive_aliasing): If the call to
6104         find_what_p_points_to returns false, call set_pt_anything.
6105         (add_may_alias): Set TREE_ADDRESSABLE when adding a new alias.
6106         (set_pt_anything): Clear pi->pt_vars.
6107         (set_pt_malloc): Remove.
6108         (merge_pointed_to_info): Remove.
6109         (add_pointed_to_expr): Remove.
6110         (add_pointed_to_var): Remove.
6111         (collect_points_to_info_r): Remove.
6112         (is_escape_site): Make extern.
6113         (create_sft): New.
6114         (create_overlap_variables_for): Call it.
6115         * tree-ssa-copy.c (merge_alias_info): Never merge
6116         flow-sensitive alias information.
6117         * tree-ssa-operands.c (get_expr_operands): Adjust variables
6118         offset and size to be unsigned HOST_WIDE_INT.
6119         (add_to_addressable_set): Rename from note_addressable.
6120         Set TREE_ADDRESSABLE as the variables are added to the set.
6121         Update all users.
6122         (add_stmt_operand): Do not try to micro-optimize unmodifiable
6123         operands into VUSEs when adding V_MAY_DEFs for members in an
6124         alias set.
6125         * tree-ssa-operands.h (add_to_addressable_set): Declare.
6126         * tree-ssa-structalias.c: Include tree-ssa-structalias.h last.
6127         (struct variable_info): Add bitfield is_heap_var.
6128         (var_anyoffset, anyoffset_tree, anyoffset_id): Declare.
6129         (new_var_info): Initialize is_heap_var.
6130         (get_constraint_for): Add HEAP variables to the symbol table.
6131         Mark them with is_heap_var.
6132         (update_alias_info): New.  Taken mostly from the old
6133         compute_points_to_and_addr_escape.
6134         (handle_ptr_arith): New.
6135         (find_func_aliases): Call update_alias_info.
6136         Call handle_ptr_info for tcc_binary expressions.
6137         Call mark_stmt_modified.
6138         (create_variable_info_for): If DECL has subvars, do not create
6139         variables for its subvars.  Always add all the fields.
6140         (set_uids_in_ptset): If the solution includes ANYOFFSET and
6141         SFTs, then add all the SFTs of the structure.
6142         If VI->DECL is an aggregate with subvariables, add the SFT at
6143         VI->OFFSET.
6144         (find_what_p_points_to): If VI is an artificial variable,
6145         translate to bitfields in SSA_NAME_PTR_INFO.
6146         If the solution is empty, set pi->pt_vars to NULL
6147         (init_base_vars): Create ANYOFFSET.
6148         (compute_points_to_sets): Rename from create_alias_vars.
6149         Make extern.
6150         (pass_build_pta): Remove.
6151         (delete_points_to_sets): Rename from delete_alias_vars.
6152         (pass_del_pta): Remove.
6153         * tree-ssa-structalias.h (struct alias_info): Move from
6154         tree-ssa-alias.h.
6155         (NUM_REFERENCES, NUM_REFERENCES_CLEAR, NUM_REFERENCES_INC,
6156         NUM_REFERENCES_SET): Likewise.
6157         (compute_points_to_sets, delete_points_to_sets): Declare.
6158
6159 2005-07-09  Richard Henderson  <rth@redhat.com>
6160
6161         * config/alpha/alpha.c (emit_insxl, alpha_expand_compare_and_swap_12,
6162         alpha_split_compare_and_swap_12, alpha_expand_lock_test_and_set_12,
6163         alpha_split_lock_test_and_set_12): New functions.
6164         * config/alpha/alpha-protos.h: Update.
6165         * config/alpha/alpha.md (UNSPEC_MB, UNSPEC_ATOMIC,
6166         UNSPEC_CMPXCHG, UNSPEC_XCHG): Rename from UNSPECV_FOO.
6167         * config/alpha/sync.md (I12MODE): New.
6168         (memory_barrier, mb_internal): Use unspec instead of unspec_volatile.
6169         (sync_<fetchop_name><I48MODE>): Likewise.
6170         (sync_nand<I48MODE>): Likewise.
6171         (sync_old_<fetchop_name><I48MODE>): Likewise.
6172         (sync_new_<fetchop_name><I48MODE>): Likewise.
6173         (sync_old_nand<I48MODE>, sync_new_nand<I48MODE>): Likewise.
6174         (sync_compare_and_swap<I48MODE>): Likewise.
6175         (sync_lock_test_and_set<I48MODE>): Likewise.
6176         (sync_compare_and_swap<I12MODE>): New.
6177         (sync_compare_and_swap<I12MODE>_1): New.
6178         (sync_lock_test_and_set<I12MODE>): New.
6179         (sync_lock_test_and_set<I12MODE>_1): New.
6180
6181 2005-07-09  Diego Novillo  <dnovillo@redhat.com>
6182
6183         PR 21356
6184         PR 22332
6185         * passes.c (execute_todo): Cleanup the CFG before updating SSA.
6186
6187 2005-07-09  Jakub Jelinek  <jakub@redhat.com>
6188
6189         * config/i386/i386.c (output_set_got): Don't omit OFFSET FLAT:
6190         in Intel syntax add %reg, OFFSET FLAT:_GLOBAL_OFFSET_TABLE_+(.-.Lx).
6191
6192 2005-07-09  Richard SAndiford  <richard@codesourcery.com>
6193
6194         PR target/21656
6195         * config/mips/elf.h (NO_IMPLICIT_EXTERN_C): Define.
6196
6197 2005-07-08  David Edelsohn  <edelsohn@gnu.org>
6198
6199         * config/rs6000/sync.md (load_locked_<mode>): Use Z for
6200         memory_operand constraint.
6201         (store_conditional_<mode>): Same.
6202         (sync_compare_and_swap<mode>): Same.
6203         (sync_lock_test_and_set<mode>): Same.
6204
6205 2005-07-08  Hans-Peter Nilsson  <hp@axis.com>
6206
6207         Rewrite PIC support to more closely model actual instructions.
6208         * config/cris/cris-protos.h (cris_gotless_symbol, cris_got_symbol)
6209         (cris_symbol): Remove prototypes for removed functions.
6210         (cris_pic_symbol_type_of, cris_valid_pic_const)
6211         (cris_expand_pic_call_address): Prototypes for new functions.
6212         * config/cris/cris/cris.c (cris_pic_sympart_only): Remove unused
6213         variable.
6214         (cris_print_operand) <case 'v', 'P'>: Remove cases for unused
6215         modifiers.
6216         <case ':'>: Add case for new punctuation character.
6217         <case 'd'>: Temporarily set flag_pic = 2 instead of incorrectly
6218         emitting (extra) PIC modifier.
6219         <case UNSPEC>: Do not assert for PLT.
6220         (cris_initial_frame_pointer_offset, cris_simple_epilogue)
6221         (cris_expand_prologue, cris_expand_epilogue): Check
6222         for pic_offset_table_rtx usage instead of taking
6223         current_function_uses_pic_offset_table as the final word.
6224         (cris_rtx_costs, cris_address_cost, cris_side_effect_mode_ok):
6225         Remove flag_pic difference.
6226         (cris_valid_pic_const, cris_pic_symbol_type_of): New functions,
6227         the moral equivalents of...
6228         (cris_symbol, cris_gotless_symbol, cris_got_symbol): Remove
6229         functions.
6230         (cris_legitimate_pic_operand): Just call cris_valid_pic_const.
6231         (cris_handle_option): Mark ARG as unused.
6232         (cris_expand_pic_call_address): New worker function for "call",
6233         "call_value".
6234         (cris_asm_output_symbol_ref, cris_asm_output_label_ref): Do not
6235         output PIC constructs here.
6236         (cris_output_addr_const_extra): Changes for emitting PIC modifiers
6237         as symbol-specific modifers, not whole or part of operands.
6238         * config/cris/cris/cris.h (EXTRA_CONSTRAINT): Remove 'U' case.
6239         (EXTRA_CONSTRAINT_S): Changed semantics: allow only CONST-wrapped
6240         constants and flag_pic.
6241         (CONSTANT_INDEX_P): Adjust for new functions.
6242         (enum cris_pic_symbol_type): New helper type.
6243         (PRINT_OPERAND_PUNCT_VALID_P): Add ':'.
6244         * config/cris/cris/cris.md (CRIS_UNSPEC_GOTREL)
6245         (CRIS_UNSPEC_GOTREAD, CRIS_UNSPEC_PLTGOTREAD): New
6246         define_constants.
6247         ("movsi"): Emit actual instructions for GOT and relative access.
6248         ("*movsi_got_load"): New pattern to set up the register holding
6249         the GOT pointer.
6250         ("*movsi_internal"): Operand 1 is not a plain general_operand.
6251         Adjust FIXME for 'S'.
6252         <output for 'S' alternative>: Sanity-check UNSPEC types for PIC.
6253         Use "movs" for -fpic cases.
6254         ("addsi3"): Add alternative for 'S'; use adds.w when possible.
6255         ("uminsi3","*expanded_call_value"): Remove 'S' alternative.
6256         ("call", "call_value"): Just call cris_expand_pic_call_address for
6257         PIC addresses.
6258         ("*expanded_call_no_gotplt", "*expanded_call_value_no_gotplt"):
6259         Remove special pattern.
6260         ("*expanded_call_side", "*expanded_call_value_side"): New
6261         patterns.
6262         (gotplt-to-plt, gotplt-to-plt-side-call)
6263         (gotplt-to-plt-side-call-value, gotplt-to-plt-side): New
6264         peephole2:s.
6265         * config/cris/cris/predicates.md
6266         ("cris_general_operand_or_gotless_symbol"): Remove unused
6267         predicate.
6268         ("cris_general_operand_or_symbol"): Adjust for new functions.
6269
6270 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
6271
6272         * config/darwin.h (TARGET_C99_FUNCTIONS): Define to 1.
6273
6274 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
6275
6276         * Makefile.in (TREE_H): Add treestruct.def.
6277         (c-decl.o): Add pointer-set.h
6278         * c-decl.c (diagnose_mismatched_decls): Don't attempt to look at
6279         visibility on regular DECL's.
6280         (merge_decls): Fix the copying of decl nodes of various types for
6281         the new structures.  Don't update RTL, section name, weak status,
6282         etc, on DECL's without RTL.
6283         (grokdeclarator): DECL_ARG_TYPE_AS_WRITTEN is gone.
6284         Don't check volatile on non-variable types.
6285         (store_parm_decls_oldstyle): Use pointer_set instead of DECL_WEAK
6286         to check whether we have seen arguments.
6287         * c-objc-common.c (c_tree_printer): Reverse order of tests so that
6288         flag is checked before field (flag is common, field is not).
6289         * dwarf2out.c (decl_ultimate_origin):  Only DECL's with
6290         TS_DECL_COMMON could have an origin.
6291         (add_location_or_const_value_attribute): Don't check section name
6292         on non-var/function decls.
6293         (dwarf2out_var_location): Reverse order of tests.
6294         * emit-rtl.c (set_reg_attrs_for_parm): DECL_CHECK is dead, replace
6295         with DECL_WRTL_CHECK.
6296         * expmed.c (make_tree): rtl is now in decl_with_rtl.
6297         * fold-const.c (fold_binary): Don't check weakness on
6298         non-var/function decls.
6299         (tree_expr_nonzero_p): Ditto.
6300         (fold_checksum_tree): Use tree_decl_extra as sizeof
6301         buffer.
6302         * ggc-page.c (extra_order_size_table): Add sizes for
6303         tree_decl_non_common, tree_parm_decl,  tree_var_decl, and
6304         tree_field_decl.
6305         * gimplify.c (gimplify_bind_expr): Only set
6306         DECL_SEEN_IN_BIND_EXPR_P on VAR_DECL.
6307         * integrate.c (copy_decl_for_inlining): Don't set RTL on decl's
6308         without RTL.
6309         * langhooks-def.h (LANG_HOOK_INIT_TS): New.
6310         * langhooks.h (init_ts). New langhook.
6311         * passes.c (rest_of_decl_compilation): Reverse order of tests.
6312         * print-tree.c (print_node): Update to only print fields that
6313         exist in the structures the passed decl has.
6314         * toplev.c (wrapup_global_declarations): Don't reset
6315         DECL_DEFER_OUTPUT on DECL's that don't contain it.
6316         * tree-browser.c (browse_tree): DECL_ARG_TYPE_AS_WRITTEN removed.
6317         * tree-inline.c (remap_decl): Ditto.
6318         * tree-outof-ssa.c (create_temp): Reverse order of tests.
6319         * tree-pretty-print.c (print_declaration): Don't print
6320         DECL_REGISTER on things that don't contain it.
6321         * tree-vrp.c (expr_computes_nonzero): Don't check weakness on
6322         non-var/function decls.
6323         * tree.c (tree_contains_struct): New structure.
6324         (init_priority_for_decl): New hashtable.
6325         (tree_int_map): New structure.
6326         (tree_int_map_eq): New function.
6327         (tree_int_map_marked_p): Ditto.
6328         (tree_int_map_hash): Ditto.
6329         (tree_map): Move to tree.h.
6330         (tree_map_eq): Externalize.
6331         (tree_map_hash): Ditto.
6332         (tree_map_marked_p): Ditto.
6333         (init_ttree): Set up tree_contains_struct and call langhook.
6334         (decl_assembler_name): Use DECL_NON_COMMON_CHECK..
6335         (tree_code_size): Update for new structures.
6336         (tree_node_structure): Update for new structures.
6337         (make_node_stat): Don't try to set DECL_IN_SYSTEM_HEADER on decls
6338         without the field.
6339         (copy_node_stat):  Copy init priority.
6340         (build_decl_stat): Ditto for visibility.
6341         (ts_enum_names): New.
6342         (tree_contains_struct_check_failed): New function.
6343         (decl_init_priority_lookup): Ditto.
6344         (decl_init_priority_insert): Ditto.
6345         * treestruct.def: New file.
6346         * tree.h (CODE_CONTAINS_STRUCT): New macro.
6347         (CONTAINS_STRUCT_CHECK): Ditto.
6348         (tree_contains_struct_check_failed): New prototype.
6349         (DECL_CHECK): Removed.
6350         (DECL_MINIMAL_CHECK): New.
6351         (DECL_COMMON_CHECK): Ditto.
6352         (DECL_WRTL_CHECK): Ditto.
6353         (DECL_NON_COMMON_CHECK): Ditto.
6354         (DECL_WITH_VIS_CHECK): Ditto.
6355         (VAR_OR_FUNCTION_DECL_P): Ditto
6356         (struct tree_decl_minimal): New structure.
6357         (struct tree_decl_common): Ditto.
6358         (struct tree_decl_with_rtl): Ditto.
6359         (struct tree_decl_with_vis): Ditto.
6360         (struct tree_decl_non_common): Ditto.
6361         (struct tree_field_decl): Ditto.
6362         (struct tree_parm_decl): Ditto.
6363         (struct tree_var_decl): Ditto.
6364         (struct tree_function_decl): Ditto.
6365         (struct tree_const_decl): Ditto.
6366         (struct tree_result_decl): Ditto.
6367         (union tree_node): Add new structures.
6368         * var-tracking.c (track_expr_p): Reverse order of tests.
6369
6370         * doc/c-tree.texi: Add documentation on DECL node internal structure.
6371
6372 2005-07-08  Kazu Hirata  <kazu@codesourcery.com>
6373
6374         * cfgexpand.c (tree_expand_cfg): Don't use FINALIZE_PIC.
6375         * system.h: Poison FINALIZE_PIC.
6376         * doc/tm.texi (FINALIZE_PIC): Remove.
6377
6378 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
6379
6380         PR tree-opt/22329
6381         * tree-ssa-propagate.c (fold_predicate_in): Convert the value
6382         to the correct type if we have a MODIFY_EXPR.
6383
6384 2005-07-08  Kazu Hirata  <kazu@codesourcery.com>
6385
6386         PR tree-optimization/22360
6387         * tree.c (upper_bound_in_type): Fix calculations for casting
6388         to a non-wider signed type and casting a signed value to a
6389         wider unsigned type.
6390         (lower_bound_in_type): Fix calculations for casting to a
6391         non-wider signed type.
6392
6393         PR tree-optimization/20139
6394         * tree-cfg.c (remove_bb): Check in_ssa_p before calling
6395         release_defs.
6396         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Call
6397         fold_cond_expr_cond.
6398         * tree-ssanames.c (release_defs): Assert in_ssa_p.
6399         * tree.c (upper_bound_in_type, lower_bound_in_type): Rewrite.
6400
6401 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
6402
6403         PR tree-opt/22356
6404         * tree-complex.c (expand_complex_libcall): Produce
6405         REALPART_EXPR/IMAGPART_EXPR with the correct type.
6406
6407 2005-07-08  Kenneth Zadeck <zadeck@naturalbridge.com>
6408
6409         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
6410         bitmap_and_compl_into, bitmap_xor, bitmap_xor_into): Removed "a !=
6411         b" assert and inserted fastpath code for this case.
6412         (bitmap_ior): Removed "a != b" assert.
6413
6414 2005-07-08  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6415
6416         * config/m32r/linux.h (STARTFILE_SPEC): Support PIE.
6417         (ENDFILE_SPEC): Likewise.
6418         * config/m32r/m32r.h (ASM_SPEC): Likewise.
6419
6420         * config/m32r/m32r.c (m32r_output_function_epilogue): Care for
6421         a large stack frame at epilogue.
6422
6423 2005-07-08  David Billinghurst  <David.Billinghurst@riotinto.com>
6424
6425         * final.c: Include sdbout.h when required.
6426
6427 2005-07-07  Geoffrey Keating  <geoffk@apple.com>
6428
6429         * config.gcc (*-*-darwin*): Only one target-specific header file
6430         for generic darwin.
6431         (powerpc-*-darwin*): Add version-specific header files.
6432         * configure.in (gcc_AC_CHECK_DECLS): Add strverscmp.
6433         * config.in: Regenerate.
6434         * configure: Regenerate.
6435         * gcc.c: Include xregex.h.
6436         (version_compare_spec_function): New.
6437         (spec_function): Add version-compare.
6438         (replace_outfile_spec_function): Reformat comment.
6439         (compare_version_strings): New.
6440         * config/darwin-c.c (version_as_macro): New.
6441         (builtin_define): New.
6442         (darwin_cpp_builtins): New.
6443         * config/darwin-protos.h (darwin_cpp_builtins): New.
6444         * config/darwin.h (CPP_SPEC): Don't define APPLE_CC here.
6445         (LIB_SPEC): Make unconditional, update comment.
6446         (TARGET_C99_FUNCTIONS): Define.
6447         * config/darwin.opt: Sort.
6448         (mmacosx-version-min=): New.
6449         * config/darwin7.h: Delete.
6450         * config/darwin8.h: Delete.
6451         * config/i386/darwin.h (): Call darwin_cpp_builtins.
6452         * config/rs6000/darwin.h (): Call darwin_cpp_builtins.
6453         (TARGET_C99_FUNCTIONS): Define.
6454         * config/rs6000/darwin7.h: New.
6455         * config/rs6000/darwin8.h: New.
6456         * doc/invoke.texi (Darwin Options): Add -mmacosx-version-min=
6457         (-mmacosx-version-min): Document.
6458
6459 2005-07-07  Ian Lance Taylor  <ian@airs.com>
6460
6461         * config/mips/mips.md (abs<mode>2) [GPR]: Remove.
6462
6463 2005-07-07  John David Anglin  <dave.anglin@nrc-crc.gc.ca>
6464
6465         PR middle-end/22239
6466         * loop.c (loop_givs_rescan): Check that v->new_reg is a REG.
6467
6468 2005-07-07  Khem Raj  <kraj@mvista.com>
6469
6470         * config/arm/arm.c (thumb_output_function_prologue): Calculate offset
6471         in bytes, not words.
6472
6473 2005-07-07  Paul Brook  <paul@codesourcery.com>
6474
6475         * config/arm/arm.c (arm_pad_arg_upward): Compare return value of
6476         DEFAULT_FUNCTION_ARG_PADDING to upward.
6477
6478 2005-07-07  Richard Henderson  <rth@redhat.com>
6479
6480         * function.c (locate_and_pad_parm): Record parameter alignment in
6481         stack_alignment_needed.
6482
6483 2005-07-07  David Edelsohn  <edelsohn@gnu.org>
6484
6485         * config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_SYNC_OP,
6486         UNSPEC_SYNC_SWAP, UNSPEC_LWSYNC, UNSPEC_ISYNC): Delete.
6487         (UNSPECV_LL, UNSPECV_SC, UNSPECV_ATOMIC, UNSPECV_SYNC,
6488         UNSPECV_SYNC_OP, UNSPECV_CMPXCHG, UNSPECV_LWSYNC, UNSPECV_ISYNC): New.
6489         (define_attr "type"): Add isync, sync, load_l, store_c.
6490         * config/rs6000/sync.md (memory_barrier): Change to define_expand.
6491         Create scratch volatile MEM.
6492         (sync_internal): New.  POWER mnemonic is dcs, not ics.  Attribute
6493         sync.
6494         (load_locked_<mode>): New.
6495         (store_conditional_<mode>): New.
6496         (sync_compare_and_swap<mode>): Replace with splitter.
6497         (sync_lock_test_and_set<mode>): Replace with splitter.
6498         (sync_<fetchop><mode>): Change to unspec_volatile UNSPECV_SYNC_OP
6499         and UNSPECV_ISYNC.
6500         (isync): Change to unspec_volatile UNSPECV_ISYNC.  POWER mnemonic
6501         is ics.  Attribute isync.
6502         (lwsync): Change to unspec_volatile UNSPECV_LWSYNC.  Attribute
6503         lwsync.
6504         * config/rs6000/rs6000.c (rs6000_emit_sync): Use UNSPEC_VOLATILE
6505         and UNSPECV_SYNC_OP.
6506         (emit_unlikely_jump): New.
6507         (emit_load_locked): New.
6508         (emit_store_conditional): New.
6509         (rs6000_split_compare_and_swap): New.
6510         (rs6000_split_lock_test_and_set): New.
6511         (is_dispatch_slot_restricted): Return 4 for TYPE_LOAD_L,
6512         TYPE_STORE_C, TYPE_ISYNC, TYPE_SYNC.
6513         * config/rs6000/rs6000-protos.h (rs6000_split_compare_and_swap,
6514         rs6000_split_lock_test_and_set): Declare.
6515         * config/rs6000/{40x.md,440.md,603.md,6xx.md,7450.md,7xx.md,8540.md,
6516         mpc.md,power4.md,power5.md,rios1.md,rios2.md,rs64.md): Add load_l,
6517         store_c, isync, sync.
6518
6519 2005-07-07  Kelley Cook  <kcook@gcc.gnu.org>
6520
6521         * Makefile.in (echo_quoted_to_gtyp): New template for outputing
6522         filenames to gtyp-gen.h.
6523         (s-typ-gen): Use it in place of for loops.
6524
6525 2005-07-07  J"orn Rennecke <joern.rennecke@st.com>
6526
6527         * hooks.c (hook_bool_rtx_int_false): New function.
6528         * hooks.h (hook_bool_rtx_int_false): Declare.
6529         * target-def.h (TARGET_COMMUTATIVE_P): Define.
6530         (TARGET_INITIALIZER): Add TARGET_COMMUTATIVE_P.
6531         * target.h (struct gcc_target): Add commutative_p member.
6532         * targhooks.c (hook_bool_rtx_commutative_p): New function.
6533         * targhooks.h (hook_bool_rtx_commutative_p): Declare.
6534         * pa.c (TARGET_COMMUTATIVE_P): Redefine.
6535         (pa_commutative_p): New function.
6536         * jump.c (target.h): Include.
6537         (rtx_renumbered_equal_p): Use targetm.commutative_p.
6538         * doc/tm.texi: Document TARGET_COMMUTATIVE_P.
6539
6540 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
6541
6542         * config/s390/s390-protos.h (s390_expand_clrmem): Delete.
6543         (s390_expand_setmem): New.
6544         * config/s390/s390.c: Likewise.
6545         (print_shift_count_operand): Truncate to 12 bits instead of 6.
6546         Adapt comments.
6547         * config/s390/s390.md: ("setmem<mode>"): Accept character as
6548         general_operand.  Call new function "s390_expand_setmem".
6549         ("clrmem_long", "*clrmem_long"): Rewrite to ...
6550         ("setmem_long", "*setmem_long"): ... this.
6551
6552 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
6553
6554         * config/s390/s390.c: (optimization_options): Enable
6555         TARGET_MVCLE at -Os.
6556         * doc/invoke.texi: Document changes in default behaviour.
6557         * config/s390/s390.opt: ("mvcle"): Fix typo: is "mmvcle".
6558
6559 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
6560
6561         * expr.c: (set_storage_via_setmem): Convert opchar to mode
6562         defined by back-end.
6563
6564 2005-07-07  Jakub Jelinek  <jakub@redhat.com>
6565
6566         * config/sparc/sparc.md (stack_protect_testsi): Put clobbers after
6567         all sets in the pattern.
6568         * config/rs6000/rs6000.md (stack_protect_testsi,
6569         stack_protect_testdi): Likewise.
6570
6571 2005-07-06  Jeff Law  <law@redhat.com>
6572
6573         * tree-vrp.c (simplify_using_ranges): Kill.
6574         (vrp_finalize): Remove call to simplify_using_ranges.
6575         (simplify_stmt_using_ranges): New function extracted from
6576         simplify_using_ranges.
6577         (simplify_div_or_mod_using_ranges): Likewise.
6578         (simplify_abs_using_ranges): Likewise.
6579         (simplify_cond_using_ranges): New function.
6580         * tree-flow.h (simplify_stmt_using_ranges): Prototype.
6581         * tree-ssa-propagate.c (substitute_and_fold): Call
6582         simplify_stmt_using_ranges if we have range information.
6583
6584 2005-07-06  James E. Wilson  <wilson@specifixinc.com>
6585
6586         * config/ia64/ia64.c (ia64_reorg): Check optimize before
6587         ia64_flag_schedule_isns2.
6588
6589         * config/ia64/ia64.c (ia64_expand_movxf_movrf): Don't word swap when
6590         reading/writing general registers.
6591         (ia64_function_arg): Revert 2005-06-18 change.
6592
6593 2005-07-06  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
6594
6595         * pa.c (legitimize_pic_address): Use gcc_assert instead of abort.
6596         (legitimize_tls_address): Use gcc_unreachable instead of abort.
6597
6598 2005-07-06  Kaz Kojima  <kkojima@gcc.gnu.org>
6599
6600         * function.c (expand_function_end): Revert part of 2005-06-27
6601         patch.  Do sjlj_emit_function_exit_after after return_label.
6602
6603 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
6604
6605         * doc/install.texi (--disable-libssp): New.
6606
6607 2005-07-06  Fariborz Jahanian <fjahanian@apple.com>
6608
6609         * doc/invoke.texi: Update -fforce-mem documentation.
6610         * dojump.c (compare_from_rtx,do_compare_rtx_and_jump): Remove
6611         code for -fforce-mem.
6612         * expmed.c: (store_bit_field,store_fixed_bit_field,
6613         extract_bit_field): Ditto.
6614         * expr.c: (convert_move): Ditto.
6615         * optabs.c: (expand_binop,expand_twoval_unop,expand_twoval_binop,
6616         expand_unop,emit_unop_insn,prepare_cmp_insn,emit_conditional_move,
6617         emit_conditional_add,expand_float,expand_fix): Ditto.
6618         * opts.c: (decode_options): Remove setting of flag_force_mem flag.
6619         (common_handle_option): Issue warning when -fforce-mem specified.
6620
6621 2005-07-06  Paul Brook  <paul@codesourcery.com>
6622
6623         * aclocal.m4: Work around a bug in AC_PATH_PROGS when its last
6624         argument is empty.
6625         * configure: Regenerate.
6626
6627 2005-07-06  J"orn Rennecke <joern.rennecke@st.com>
6628
6629         * sh.c (final_prescan_insn): Undo bogus change from 2005-05-09.
6630
6631 2005-07-06  Daniel Berlin  <dberlin@dberlin.org>
6632
6633         Fix PR tree-optimization/22319
6634         Fix PR tree-optimization/22140
6635         Fix PR tree-optimization/22310
6636
6637         * tree-ssa-structalias.c (do_structure_copy): Give up earlier on
6638         variable sized types.
6639         Use correct type for intermediate structure on *a = *b structure
6640         copies.
6641
6642 2005-07-06  Jakub Jelinek  <jakub@redhat.com>
6643
6644         * config/rs6000/rs6000.h (RS6000_VARARGS_AREA, RS6000_VARARGS_SIZE):
6645         Remove.
6646         (STARTING_FRAME_OFFSET): Don't add RS6000_VARARGS_AREA.
6647         (machine_function): Move typedef to...
6648         * config/rs6000/rs6000.c (machine_function): ... here.  Add
6649         varargs_save_offset field.
6650         (rs6000_stack_t): Remove varargs_size field.
6651         (setup_incoming_varargs): Allocate varargs save area using
6652         assign_stack_local, try to make it as small as possible.
6653         Save offset from virtual_stack_vars_rtx to the save area
6654         in cfun->machine->varargs_save_offset.  Use UNITS_PER_FP_WORD
6655         instead of magic 8 when fp word byte size is used.
6656         (rs6000_va_start): Use cfun->machine->varargs_save_offset
6657         instead of -RS6000_VARARGS_SIZE.
6658         (rs6000_stack_info, debug_stack_info,
6659         rs6000_initial_elimination_offset): Remove all traces of
6660         varargs_size.
6661         * config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Remove.
6662         * config/rs6000/darwin.h (STARTING_FRAME_OFFSET): Don't add
6663         RS6000_VARARGS_AREA.
6664
6665 2005-07-06  Zdenek Dvorak  <dvorakz@suse.cz>
6666
6667         PR tree-optimization/21963
6668         * tree-ssa-loop-ivopts.c (get_computation_aff): Use
6669         constant_multiple_of in the same way get_computation_cost_at does.
6670
6671 2005-07-06  Jakub Jelinek  <jakub@redhat.com>
6672
6673         * config/sparc/sparc.h (sparc_compare_emitted): New extern.
6674         * config/sparc/sparc.c (sparc_compare_emitted): New variable.
6675         (gen_compare_reg): If sparc_compare_emitted is set, clear it
6676         and return its previous value.
6677         (emit_v9_brxx_insn): Assert sparc_compare_emitted is NULL.
6678         * config/sparc/sparc.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): New
6679         constants.
6680         (stack_protect_set, stack_protect_test): New expanders.
6681         (stack_protect_setsi, stack_protect_setdi, stack_protect_testsi,
6682         stack_protect_testdi): New insns.
6683         * config/sparc/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
6684         * config/sparc/linux64.h (TARGET_THREAD_SSP_OFFSET): Define.
6685
6686 2005-07-06  Jeff Law  <law@redhat.com>
6687
6688         * tree-ssa-dce.c (cfg_altered): New global.
6689         (tree_dce_init): Initialize cfg_altered.
6690         (remove_dead_stmt): If we remove an edge in the CFG, then set
6691         CFG_ALTERED.
6692         (perform_tree_ssa_dce): If we altered the CFG, then invalidate
6693         the dominators.
6694
6695 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
6696
6697         * Makefile.in (stamp-collect-ld): Use
6698         $(ORIGINAL_LD_FOR_TARGET) instead of $<.  Don't remove
6699         ./collect-ld if it already exists.
6700         (stamp-nm): Use $(ORIGINAL_NM_FOR_TARGET) instead of $<.
6701         Don't remove ./nm if it already exists.
6702
6703 2005-07-05  Devang Patel  <dpatel@apple.com>
6704
6705         * tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.
6706         (LOOP_VINFO_LOC, LOOP_LOC): Remove.
6707         * tree-vectorizer.c (vect_loop_location): New.
6708         (vect_print_dump_info): Use vect_loop_location.
6709         (new_loop_vec_info): Do not set LOOP_VINFO_LOC.
6710         (vectorize_loops): Set vect_loop_location.
6711         * tree-vect-analyze.c (vect_analyze_offset_expr,
6712         vect_determin_vectorization_factor, vect_analyze_operations,
6713         vect_analyze_scalar_cycles, vect_analyze_data_ref_dependence,
6714         vect_analyze_data_ref_dependences, vect_compute_data_ref_alignment,
6715         vect_analyze_data_refs_alignment, vect_analyze_data_ref_access,
6716         vect_analyze_data_ref_accesses, vect_analyze_pointer_ref_access,
6717         vect_object_analysis, vect_analyze_data_refs, vect_mark_relevant,
6718         vect_stmt_relevant_p, vect_mark_stmts_to_be_vectorized,
6719         vect_can_advance_ivs_p, vect_get_loop_niters, vect_analyze_loop_form,
6720         vect_analyze_loop): Adjust vect_print_dump_info API.
6721         * tree-vect-transform.c (vect_create_addr_base_for_vector_ref,
6722         vect_create_data_ref_ptr, vect_init_vector, vect_get_vec_def_for_operand,
6723         vect_finish_stmt_generation, vectorizable_assignment,
6724         vectorizable_operation, vectorizable_store, vectorizable_load,
6725         vectorizable_live_operation, vectorizable_condition, vect_transform_stmt,
6726         vect_update_ivs_after_vectorizer, vect_do_peeling_for_loop_bound,
6727         vect_gen_ninters_for_prolog_loop, vect_do_peeling_for_alignment,
6728         vect_transform_loop): Same.
6729         * tree-vectorizer.c (get_vectype_for_scalar_type, vect_is_simple_use,
6730         vect_is_simple_reduction, vect_is_simple_iv_evolution, vectorize_loops):
6731         Same.
6732
6733 2005-07-05  Randolph Chung  <tausq@debian.org>
6734
6735         * configure.ac (hppa*-*-linux*: Check for a TLS capable gas.
6736         * configure: Regenerate.
6737         * config/pa/pa-protos.h (tls_symbolic_operand): Declare.
6738         (pa_tls_referenced_p): Declare.
6739         * config/pa/pa.c (legitimize_pic_address): Reject TLS operands.
6740         (gen_tls_tga, gen_tls_get_addr, hppa_tls_call): New.
6741         (legitimize_tls_address): New.
6742         (hppa_legitimize_address): Handle TLS addresses.
6743         (pa_tls_symbol_ref_1, pa_tls_referenced_p): New.
6744         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
6745         (emit_move_sequence): Handle TLS addresses.
6746         (pa_encode_section_info): Call default handler to handle common
6747         sections.
6748         * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): New.
6749         (CONSTANT_ADDRESS_P): Reject TLS operands.
6750         (TARGET_HAVE_TLS) [HAVE_AS_TLS]: Define.
6751         * config/pa/pa.md (UNSPEC_TP, UNSPEC_TLSGD, UNSPEC_TLSLDM)
6752         (UNSPEC_TLSLDO, UNSPEC_TLSLDBASE, UNSPEC_TLSIE)
6753         (UNSPEC_TLSLE): Define new constants.
6754         (tgd_load, tld_load, tld_offset_load, tp_load, tie_load, tle_load): New.
6755         * config/pa/predicates.md (symbolic_operand): Reject TLS operands.
6756         (tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand)
6757         (tie_symbolic_operand, tle_symbolic_operand): New
6758
6759 2005-07-06  Kelley Cook  <kcook@gcc.gnu.org>
6760
6761         * aclocal.m4: Update macros for autoconf 2.59 style.
6762         * configure.ac: Likewise.
6763
6764 2005-07-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6765
6766         * pa.c (function_value): Handle small aggregates on 32-bit targets.
6767         (function_arg): Pass small aggregates in general registers on 32-bit
6768         targets.
6769         * som.h (MEMBER_TYPE_FORCES_BLK): Delete define.
6770
6771 2005-07-05  Andrew Pinski  <pinskia@physics.uc.edu>
6772
6773         * Makefile.in (final.o): Fix dependencies.
6774
6775 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
6776
6777         PR c/22013
6778         PR c/22098
6779         * langhooks.h (struct lang_hooks): Add expr_to_decl.
6780         * langhooks.c (lhd_expr_to_decl): New.
6781         * langhooks-def.h (lhd_expr_to_decl, LANG_HOOKS_EXPR_TO_DECL):
6782         New.
6783         (LANG_HOOKS_INITIALIZER): Update.
6784         * tree.c (recompute_tree_invarant_for_addr_expr): Call
6785         expr_to_decl langhook.
6786         * c-tree.h (c_expr_to_decl): Declare.
6787         * c-typeck.c (c_expr_to_decl): New.
6788         (build_unary_op): Do not handle ADDR_EXPR of COMPOUND_LITERAL_EXPR
6789         specially.
6790         * c-objc-common.h (LANG_HOOKS_EXPR_TO_DECL): Define.
6791
6792 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
6793
6794         PR c/22308
6795         * c-decl.c (finish_struct): Also copy C_TYPE_FIELDS_READONLY,
6796         C_TYPE_FIELDS_VOLATILE and C_TYPE_VARIABLE_SIZE to type variants.
6797
6798 2005-07-05  Paolo Bonzini  <bonzini@gnu.org>
6799
6800         * Makefile.in: Adjust dependencies.
6801         * tree-pass.h: Add new passes and passes formerly in tree-optimize.c.
6802         * basic-block.h (duplicate_computed_gotos): Remove, it is now static.
6803         * alias.c (rest_of_handle_cfg, pass_cfg): New.
6804         * bb-reorder.c (duplicate_computed_gotos): Make it static.
6805         * cfgexpand.c (tree_expand_cfg): Add code formerly at the beginning of
6806         rest_of_compilation.
6807
6808         * bb-reorder.c (gate_duplicate_computed_gotos,
6809         pass_duplicate_computed_gotos, gate_handle_reorder_blocks,
6810         rest_of_handle_reorder_blocks, pass_reorder_blocks,
6811         gate_handle_partition_blocks, rest_of_handle_partition_blocks,
6812         pass_partition_blocks): New.
6813         * bt-load.c (gate_handle_branch_target_load_optimize,
6814         rest_of_handle_branch_target_load_optimize,
6815         pass_branch_target_load_optimize): New.
6816         * cfgcleanup.c (rest_of_handle_jump, pass_jump, rest_of_handle_jump2,
6817         pass_jump2): New.
6818         * cfglayout.c (pass_insn_locators_initialize): New.
6819         * cfgrtl.c (pass_free_cfg): New.
6820         * combine.c (gate_handle_combine, rest_of_handle_combine,
6821         pass_combine): New.
6822         * cse.c (gate_handle_cse, rest_of_handle_cse, pass_cse,
6823         gate_handle_cse2, rest_of_handle_cse2, pass_cse2): New.
6824         * emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes): New.
6825         * except.c (pass_set_nothrow_function_flags,
6826         pass_convert_to_eh_region_ranges, gate_handle_eh, rest_of_handle_eh,
6827         pass_rtl_eh): New.
6828         * final.c (pass_compute_alignments, rest_of_handle_final, pass_final,
6829         rest_of_handle_shorten_branches, pass_shorten_branches,
6830         rest_of_clean_state, pass_clean_state): New.
6831         * flow.c (pass_recompute_reg_usage, gate_remove_death_notes,
6832         rest_of_handle_remove_death_notes, pass_remove_death_notes,
6833         rest_of_handle_life, pass_life, rest_of_handle_flow2,
6834         pass_flow2): New.
6835         * function.c (pass_instantiate_virtual_regs, pass_init_function,
6836         rest_of_handle_check_leaf_regs, pass_leaf_regs): New.
6837         * gcse.c (gate_handle_jump_bypass, rest_of_handle_jump_bypass,
6838         pass_jump_bypass, gate_handle_gcse, rest_of_handle_gcse,
6839         pass_gcse): New.
6840         * global.c (rest_of_handle_global_alloc, pass_global_alloc): New.
6841         * ifcvt.c (gate_handle_if_conversion, rest_of_handle_if_conversion,
6842         pass_rtl_ifcvt, gate_handle_if_after_combine,
6843         rest_of_handle_if_after_combine, pass_if_after_combine,
6844         gate_handle_if_after_reload, rest_of_handle_if_after_reload,
6845         pass_if_after_reload): New.
6846         * integrate.c (pass_initial_value_sets): New.
6847         * jump.c (pass_cleanup_barriers, purge_line_number_notes,
6848         pass_purge_lineno_notes): New.
6849         * mode-switching.c (rest_of_handle_mode_switching,
6850         pass_mode_switching): New.
6851         * local-alloc.c (rest_of_handle_local_alloc, pass_local_alloc): New.
6852         * loop-init.c (gate_handle_loop2, rest_of_handle_loop2,
6853         pass_loop2): New.
6854         * loop.c (gate_handle_loop_optimize, rest_of_handle_loop_optimize,
6855         pass_loop_optimize): New.
6856         * modulo-sched.c (gate_handle_sms, rest_of_handle_sms,
6857         pass_sms): New.
6858         * postreload-gcse.c (gate_handle_gcse2, rest_of_handle_gcse2,
6859         pass_gcse2): New.
6860         * postreload.c (gate_handle_postreload, rest_of_handle_postreload,
6861         pass_postreload_cse): New.
6862         * profile.c (gate_handle_profiling, pass_profiling,
6863         rest_of_handle_branch_prob, pass_branch_prob): New.
6864         * recog.c (pass pass_split_for_shorten_branches, gate_do_final_split,
6865         pass_split_before_regstack, gate_handle_split_before_regstack,
6866         gate_handle_peephole2, rest_of_handle_peephole2, pass_peephole2,
6867         rest_of_handle_split_all_insns, pass_split_all_insns): New.
6868         * reg-stack.c (gate_handle_stack_regs, rest_of_handle_stack_regs,
6869         pass_stack_regs): New.
6870         * regmove.c (gate_handle_regmove, rest_of_handle_regmove, pass_regmove,
6871         gate_handle_stack_adjustments, rest_of_handle_stack_adjustments,
6872         pass_stack_adjustments): New.
6873         * regrename.c (gate_handle_regrename, rest_of_handle_regrename,
6874         pass_regrename): New.
6875         * reorg.c (gate_handle_delay_slots, rest_of_handle_delay_slots,
6876         pass_delay_slots, gate_handle_machine_reorg,
6877         rest_of_handle_machine_reorg, pass_machine_reorg): New.
6878         * rtl.h (extern void purge_line_number_notes): New.
6879         * sched-rgn.c (gate_handle_sched, rest_of_handle_sched,
6880         gate_handle_sched2, rest_of_handle_sched2, pass_sched,
6881         pass_sched2): New.
6882         * tracer.c (gate_handle_tracer, rest_of_handle_tracer,
6883         pass_tracer): New.
6884         * value-prof.c (gate_handle_value_profile_transformations,
6885         rest_of_handle_value_profile_transformations,
6886         pass_value_profile_transformations): New.
6887         * var-tracking.c (gate_handle_var_tracking,
6888         pass_variable_tracking): New.
6889         * web.c (gate_handle_web, rest_of_handle_web, pass_web): New.
6890
6891         * passes.c (open_dump_file, close_dump_file, rest_of_handle_final,
6892         rest_of_handle_delay_slots, rest_of_handle_stack_regs,
6893         rest_of_handle_variable_tracking, rest_of_handle_machine_reorg,
6894         rest_of_handle_old_regalloc, rest_of_handle_regrename,
6895         rest_of_handle_reorder_blocks, rest_of_handle_partition_blocks,
6896         rest_of_handle_sms, rest_of_handle_sched, rest_of_handle_sched2,
6897         rest_of_handle_gcse2, rest_of_handle_regmove,
6898         rest_of_handle_tracer, rest_of_handle_if_conversion,
6899         rest_of_handle_if_after_combine, rest_of_handle_if_after_reload,
6900         rest_of_handle_web, rest_of_handle_branch_prob,
6901         rest_of_handle_value_profile_transformations, rest_of_handle_cfg,
6902         rest_of_handle_jump_bypass, rest_of_handle_combine,
6903         rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
6904         rest_of_handle_gcse, rest_of_handle_loop_optimize,
6905         rest_of_handle_loop2, rest_of_handle_branch_target_load_optimize,
6906         rest_of_handle_mode_switching, rest_of_handle_jump,
6907         rest_of_handle_eh, rest_of_handle_stack_adjustments,
6908         rest_of_handle_flow2, rest_of_handle_jump2,
6909         rest_of_handle_peephole2, rest_of_handle_postreload,
6910         rest_of_handle_shorten_branches, rest_of_clean_state,
6911         rest_of_compilation): Remove.
6912
6913         * cgraphunit.c (ipa_passes): Moved from tree-optimize.c.
6914         * passes.c (dump_flags, in_gimple_form, all_passes,
6915         all_ipa_passes, all_lowering_passes, register_one_dump_file,
6916         register_dump_files, next_pass_1, last_verified, execute_todo,
6917         execute_one_pass, execute_pass_list, execute_ipa_pass_list): Moved
6918         from tree-optimize.c.
6919         (init_optimization_passes): Moved from tree-optimize.c,
6920         adding the RTL optimizations.
6921         * tree-dump.h (dump_info_p, dump_flag): Moved from tree.h.
6922         * tree-optimize.c (dump_flags, in_gimple_form, all_passes,
6923         all_ipa_passes, all_lowering_passes, register_one_dump_file,
6924         register_dump_files, next_pass_1, last_verified, execute_todo,
6925         execute_one_pass, execute_pass_list, execute_ipa_pass_list,
6926         init_tree_optimization_passes, ipa_passes): Delete.
6927         * tree-pass.h (enum tree_dump_index): Moved from tree.h, removing
6928         the RTL dumps.
6929         (TDF_*, get_dump_file_name, dump_enabled_p, dump_initialized_p,
6930         dump_begin, dump_end, dump_node, dump_switch_p, dump_flag_name): Moved
6931         from tree.h.
6932         (ipa_passes): Remove.
6933         (all_passes, all_ipa_passes, all_lowering_passes): Now extern.
6934         * tree.h (enum tree_dump_index, TDF_*, get_dump_file_name,
6935         dump_enabled_p, dump_initialized_p, dump_begin, dump_end, dump_node,
6936         dump_switch_p, dump_flag_name): Moved to tree-pass.h.
6937         (dump_info_p, dump_flag): Moved to tree-dump.h.
6938
6939         * Makefile.in: Adjust dependencies for tree-pretty-print.c,
6940         cgraph.c, opts.c.
6941         * passes.c (finish_optimization_passes): Use dump_begin
6942         and dump_end, TDI_end.
6943         (gate_rest_of_compilation): New.
6944         (pass_rest_of_compilation): Use it.
6945         (gate_postreload, pass_postreload): New.
6946         * toplev.c (general_init): Rename init_tree_optimization_passes.
6947         * toplev.h (init_tree_optimization_passes): Rename to
6948         init_optimizations_passes.
6949         * tree-dump.c (dump_flag): Make static.
6950         (dump_files): Remove RTL dumps.
6951         * tree-optimize.c (pass_all_optimizations, pass_early_local_passes,
6952         pass_cleanup_cfg, pass_free_cfg_annotations,
6953         pass_cleanup_cfg_post_optimizing, pass_free_datastructures,
6954         pass_init_datastructures, pass_fixup_cfg): Make non-static.
6955         * tree-pretty-print.c: Include tree-pass.h.
6956         * cgraph.c: Include tree-dump.h.
6957
6958 2005-07-04  Daniel Berlin  <dberlin@dberlin.org>
6959
6960         * tree-ssa-structalias.c (get_constraint_exp_from_ssa_var):
6961         Only fall back to saying it points to readonly memory if
6962         we can't do better.
6963
6964 2005-07-05  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6965
6966         * config/m32r/m32r-protos.h: Remove m32r_finalize_pic.
6967         * config/m32r/m32r.c (m32r_compute_frame_size,
6968         m32r_expand_prologue): Take current_function_profile into
6969         account whenever we reference
6970         current_function_uses_pic_offset_table.
6971         (m32r_finalize_pic): Remove.
6972         * config/m32r/m32r.h (FINALIZE_PIC): Likewise.
6973
6974 2005-07-05  Kazu Hirata  <kazu@codesourcery.com>
6975
6976         * Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET)
6977         instead of $<.  Don't remove ./as if it already exists.
6978
6979 2005-07-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6980
6981         PR target/21723
6982         * pa.md: Remove fcpy alternative from movhi and movqi patterns.
6983         * pa32-regs.h (HARD_REGNO_NREGS): Return two floating point registers
6984         for complex modes when generating code for PA 1.0.
6985         (VALID_FP_MODE_P): New macro.
6986         (HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P.  Use non-overlapping register
6987         sets for all general and floating point modes.  Align wide floating
6988         point modes to even register boundaries to comply with architectural
6989         requirements.
6990         (CLASS_MAX_NREGS): Update to align with change to HARD_REGNO_NREGS.
6991         * pa64-regs.h (HARD_REGNO_NREGS): Update comment and formatting.
6992         (VALID_FP_MODE_P): New macro.
6993         (HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P.  Use non-overlapping register
6994         sets for all general and floating point modes.  Align wide floating
6995         point modes to even register boundaries to comply with architectural
6996         requirements.
6997
6998 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
6999
7000         * tree-dump.c (dump_files): Initialize dump number for .cgraph
7001         to 0.
7002
7003 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
7004
7005         * tree-ssa-structalias.c: Don't include expr.h.
7006
7007 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
7008
7009         * tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
7010         comments.
7011
7012 2005-07-04  Daniel Berlin  <dberlin@dberlin.org>
7013
7014         Fix PR tree-optimization/22279
7015
7016         * tree-ssa-structalias.c (offset_overlaps_with_access): Use
7017         correct operator.
7018
7019 2005-07-04  J"orn Rennecke <joern.rennecke@st.com>
7020
7021         * sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".
7022
7023 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
7024
7025         * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,
7026         cfgrtl.c, cgraphunit.c, config/c4x/c4x.c, config/cris/cris.c,
7027         config/frv/frv.c, config/host-darwin.c, config/iq2000/iq2000.c,
7028         config/lynx.h, config/m68k/m68k.c, config/pa/pa.c, config/sh/sh.h,
7029         config/stormy16/stormy16.c, config/v850/v850.c,
7030         config/vax/netbsd-elf.h, coverage.c, dwarf2out.c, emit-rtl.c,
7031         except.c, gcc.c, tree-cfg.c, tree-eh.c, tree-ssa.c, xcoffout.c:
7032         Avoid "." or "\n" at end of diagnostics and capital letters at
7033         start of diagnostics.
7034         * combine.c, cse.c: Don't translate dump file output.
7035         * toplev.c (print_version): Only translate output if going to
7036         stderr.
7037
7038 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
7039
7040         * c-decl.c, tree-object-size.c, tree-vectorizer.c,
7041         config/arm/unwind-arm.c, config/arm/unwind-arm.h: Fix comment
7042         typos.
7043
7044 2005-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7045
7046         * pa.c (fix_range): Fix typo in comment.
7047
7048 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
7049
7050         * tree-vrp.c (extract_range_from_assert): Replace
7051         fold (build (...)) with fold_build2.
7052
7053 2005-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7054
7055         * c-format.c (gcc_gfc_format_type, gcc_gfc_flag_pairs,
7056         gcc_gfc_char_table, init_dynamic_gfc_info): New.
7057         (format_types_orig, handle_format_attribute): Add support for
7058         format "gcc_gfc".
7059
7060 2005-07-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7061
7062         * varasm.c (assemble_variable): Fix format specifier thinko.
7063
7064 2005-07-03  Ira Rosen  <irar@il.ibm.com>
7065
7066         PR tree-optimization/22029 (and 22135)
7067         * tree-pretty-print.c (dump_generic_node): Check that the node is not
7068         a phi node before calling dump_vops.
7069
7070 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7071
7072         * tree-dump.h (dump_string_field): Declare.
7073         * tree-dump.c: Use it instead of dump_string.
7074         (dump_string_field): Make non-static.
7075
7076 2005-07-03  Kaz Kojima  <kkojima@gcc.gnu.org>
7077
7078         * config/sh/sh.c (sh_output_mi_thunk): Initialize and clean
7079         up the minimal CFG stuff always when optimize > 0.  Call
7080         split_all_insns_noflow in PIC case if needed.
7081
7082 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7083             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
7084
7085         PR c++/18279
7086         * c-decl.c (c_write_global_declarations): Dump contents of
7087         external scope to.
7088         * tree-dump.c (dequeue_and_dump): Dump abstract origin of a decl.
7089         <TRY_FINALLY_EXPR>, <RETURN_EXPR>, <CASE_LABEL_EXPR>, <LABEL_EXPR>,
7090         <GOTO_EXPR>, <SWITCH_EXPR>: Add.
7091         (dump_enabled_p): Return TRUE if PHASE is TDI_all and any dump
7092         is enabled.
7093
7094 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
7095
7096         * c-common.h (GCC_DIAG_STYLE): Define.
7097         * c-tree.h (GCC_DIAG_STYLE): Do not define.  Change minimum GCC
7098         version for format checking to 4.1.
7099         * c-format.c: Include toplev.h after c-common.h.
7100         (enum format_type): Add gcc_tdiag_format_type.
7101         (gcc_tdiag_length_specs, gcc_tdiag_flag_pairs,
7102         gcc_tdiag_flag_specs, gcc_tdiag_char_table): New.
7103         (format_types_orig): Add gcc_tdiag.
7104         (init_dynamic_diag_info): Support gcc_tdiag formats.
7105         (handle_format_attribute): Likewise.
7106         * toplev.h (NO_FRONT_END_DIAG, ATTRIBUTE_GCC_FE_DIAG): Remove.
7107         (GCC_DIAG_STYLE): Default to __gcc_tdiag__.  Change minimum GCC
7108         version for format checking to 4.1.
7109         (warning0, warning, error, pedwarn, sorry): Use
7110         ATTRIBUTE_GCC_DIAG.
7111         * config/rs6000/rs6000.c (altivec_expand_builtin), varasm.c
7112         (finish_aliases_1): Do not use %qE.
7113         * config/arm/arm.c, config/i386/i386.c, config/mmix/mmix.c,
7114         config/pdp11/pdp11.c, stor-layout.c, tree-eh.c, tree-ssa.c:
7115         Correct format bugs.
7116         * config/v850/v850-protos.h (v850_output_aligned_bss): Change size
7117         parameter to unsigned HOST_WIDE_INT.
7118         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
7119
7120 2005-07-02  David Edelsohn  <edelsohn@gnu.org>
7121
7122         PR middle-end/21742
7123         * expr.c (write_complex_part): Use adjust_address for MEM.
7124         (read_complex_part): Same.
7125
7126 2005-07-02  Daniel Berlin  <dberlin@dberlin.org>
7127
7128         Fix PR tree-optimization/22280
7129
7130         * tree-sra.c (generate_element_init): Remove useless loop.
7131
7132 2005-07-02  Richard Henderson  <rth@redhat.com>
7133
7134         * config/alpha/alpha.c (alpha_legitimize_address): Check for
7135         TLS_MODEL_NONE.
7136         (alpha_stdarg_optimize_hook): Use DECL_UID with va_list_vars.
7137
7138 2005-07-02  Andrew Pinski  <pinskia@physics.uc.edu>
7139
7140         PR middle-end/14490
7141         * fold-const.c (fold_binary): Handle the return value of
7142         fold_to_nonsharp_ineq_using_bound if we get back the same operand back.
7143         Implement "X +- C1 CMP C2" folding to "X CMP C2 -+ C1".
7144
7145 2005-07-02  Jeff Law  <law@redhat.com>
7146
7147         * tree-ssa-dom.c (find_equivalent_equality_comparison): Do not
7148         a eliminate type conversion which feeds an equality comparison
7149         if the original type or either operand in the comparison is a
7150         function pointer.
7151
7152 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
7153
7154         * c.opt, common.opt, config/bfin/bfin.opt, config/pa/pa.opt,
7155         config/rs6000/rs6000.opt, params.def: Remove "." from end of help
7156         texts.
7157         * config/avr/avr.c: Do not use '`' as left quote.
7158         * config/rs6000/rs6000.c, config/s390/s390.c, opts.c, tree.c:
7159         Remove "." from end of diagnostics.  Make diagnostics start with
7160         lowercase letter.
7161
7162 2005-07-02  Zack Weinberg  <zack@codesourcery.com>
7163             Joseph S. Myers  <joseph@codesourcery.com>
7164
7165         * toplev.c (default_tree_printer): Handle setting location with
7166         '+' flag.
7167         * c-objc.common.c (c_tree_printer): Likewise.
7168         * c-format.c (gcc_diag_flag_specs): Add '+'.
7169         (gcc_cdiag_char_table): Allow '+' flag for tree formats.
7170         (format_types_orig): Allow '+' flag for gcc_diag and gcc_cdiag
7171         formats.
7172         * c-common.c, c-decl.c, c-objc-common.c, c-pragma.c,
7173         config/arm/pe.c, config/i386/winnt.c, config/ia64/ia64.c,
7174         config/mcore/mcore.c, config/sh/symbian.c, config/sol2.c,
7175         config/v850/v850.c, function.c, stor-layout.c, toplev.c,
7176         tree-inline.c, tree-optimize.c, tree.c, varasm.c: Use '+' flag
7177         instead of %J or %H.  Use 'q' flag for quoting.  Avoid '.' at end
7178         of diagnostics.  Use %q+D not %s for a decl.  Do not pass excess
7179         format arguments where %J is used without %D.
7180
7181 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
7182
7183         * gcc.c (LINK_SSP_SPEC): Define.
7184         (link_ssp_spec): New variable.
7185         (LINK_COMMAND_SPEC): Add %(link_ssp).
7186         (static_specs): Add link_ssp_spec.
7187         * configure.ac (TARGET_LIBC_PROVIDES_SSP): New test.
7188         * configure: Rebuilt.
7189         * config.in: Rebuilt.
7190
7191         * config/rs6000/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
7192         * config/rs6000/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
7193         * config/i386/linux.h (TARGET_THREAD_SSP_OFFSET): Likewise.
7194         * config/i386/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
7195         * config/rs6000/rs6000.md (stack_protect_set, stack_protect_test):
7196         If TARGET_THREAD_SSP_OFFSET is defined, use -0x7010(13) resp.
7197         -0x7008(2) instead of reading __stack_chk_guard variable.
7198         * config/i386/i386.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): Change
7199         number.
7200         (UNSPEC_SP_TLS_SET, UNSPEC_SP_TLS_TEST): New constants.
7201         (stack_protect_set, stack_protect_test): Use *_tls* patterns
7202         if TARGET_THREAD_SSP_OFFSET is defined.
7203         (stack_tls_protect_set_si, stack_tls_protect_set_di,
7204         stack_tls_protect_test_si, stack_tls_protect_test_di): New insns.
7205
7206         Revert:
7207         2005-06-27  Richard Henderson  <rth@redhat.com>
7208         * libgcc-std.ver (GCC_4.1.0): New.
7209         * libgcc.h (__stack_chk_guard): Declare.
7210         (__stack_chk_fail, __stack_chk_fail_local): Declare.
7211         * libgcc2.c (L_stack_chk, L_stack_chk_local): New.
7212         * mklibgcc.in (lib2funcs): Add them.
7213
7214 2005-07-01  Richard Henderson  <rth@redhat.com>
7215
7216         * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Cast to
7217         void * before struct sigcontext *.
7218         (x86_fallback_frame_state): Likewise.
7219
7220 2005-07-01  James E. Wilson  <wilson@specifixinc.com>
7221
7222         * doc/invoke.texi (-funit-at-a-time): Correct grammar in second bullet.
7223
7224 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
7225
7226         PR tree-opt/22269
7227         * tree-ssa-reassoc.c (should_transpose): Fix which operand
7228         we check for SSA_NAME for.
7229
7230 2005-07-01  Daniel Berlin  <dberlin@dberlin.org>
7231
7232         Fix PR tree-optimization/22071
7233
7234         * tree-ssa-structalias.c (offset_overlaps_with_access): New
7235         function.
7236         (get_constraint_for_component_ref): Use it.
7237
7238 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
7239
7240         PR other/22264
7241         * diagnostic.c (diagnostic_report_current_module): Use pp_newline to
7242         print out the last new line.
7243
7244 2005-07-01  Hans-Peter Nilsson  <hp@axis.se>
7245
7246         * config/cris/cris.md (CRIS_CC0_REGNUM): New constant.
7247         Swap numbers for CRIS_AP_REGNUM and CRIS_MOF_REGNUM.
7248         * config/cris/cris.c (cris_conditional_register_usage): Adjust
7249         reg_names[CRIS_CC0_REGNUM] for early CRIS versions.
7250         (cris_print_operand) <case REG>: Handle CRIS_CC0_REGNUM.
7251         (cris_md_asm_clobbers): Clobber CRIS_CC0_REGNUM for all asms.
7252         * config/cris/cris.h (CRIS_CANONICAL_CC0_REGNUM): New macro.
7253         (enum reg_class): New member CC0_REGS.
7254         (REG_CLASS_FROM_LETTER): Add 'c' for CC0_REGS.
7255         (FIRST_PSEUDO_REGISTER, CALL_USED_REGISTERS, REG_ALLOC_ORDER)
7256         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P, REG_CLASS_NAMES)
7257         (CRIS_SPECIAL_REGS_CONTENTS, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
7258         (PREFERRED_RELOAD_CLASS, REGISTER_NAMES, DBX_REGISTER_NUMBER):
7259         Adjust for register now described.
7260
7261 2005-07-01  Jakub Jelinek  <jakub@redhat.com>
7262
7263         PR target/22262
7264         * config/i386/i386.md (stack_protect_test_si,
7265         stack_protect_test_di): Add earlyclobber for scratch 3.
7266         * config/rs6000/rs6000.md (stack_protect_testsi,
7267         stack_protect_testdi): Add earlyclobber for scratch 3,
7268         remove earlyclobber from scratch 4.
7269
7270 Older entries for 2005 can be found in ChangeLog-2005.