OSDN Git Service

* c-common.c (check_missing_format_attribute): New.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2005-07-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2
3         * c-common.c (check_missing_format_attribute): New.
4         * c-common.h (check_missing_format_attribute): Likewise.
5         * c-typeck.c (convert_for_assignment): Use it.
6
7 2005-07-24  Andreas Schwab  <schwab@suse.de>
8
9         * config/m68k/m68k.md ("extendqidi2"): When source is an address
10         register use a word move.  Correct operand of ext.w in 68000 code.
11
12 2005-07-23  Mark Mitchell  <mark@codesourcery.com>
13
14         * dwarf2out.c (gen_variable_die): Treat un-emitted COMDAT
15         variables as declarations, rather than definitions.
16
17 2005-07-24  Ira Rosen  <irar@il.ibm.com>
18
19         PR tree-optimization/22526
20         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Match the type
21         of the zero node.
22
23 2005-07-24  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
24
25         * builtins.def: Add DEF_EXT_C99RES_BUILTIN to define builtins
26         that C99 reserve for future use. Use it to define clog10,
27         clog10f and clog10l.
28
29 2005-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
30
31         * Makefile.in (STRICT2_WARN): Add -Wmissing-format-attribute.
32         * configure.ac: Check for -Wmissing-format-attribute.
33         
34         * configure: Regenerate.
35
36 2005-07-23  Richard Henderson  <rth@redhat.com>
37
38         PR tree-optimization/22623
39         * tree-complex.c (set_component_ssa_name): Use replace_ssa_name_symbol.
40
41 2005-07-23  Giovanni Bajo  <giovannibajo@libero.it>
42
43         PR target/22577
44         * config/pa/pa.c (reloc_needed): Updated for VECs inside CONSTRUCTOR.
45
46 2005-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
47
48         * Makefile.in (C_TREE_H): Update dependencies.
49         * c-tree.h: Include toplev.h.
50         * diagnostic.h (diagnostic_set_info): Add format attribute.
51         * rtl-error.c (diagnostic_for_asm): Likewise.
52
53 2005-07-23  Chao-ying Fu  <fu@mips.com>
54
55         * config/mips/mips-dsp.md: New file.
56         * config/mips/mips-modes.def (V4QI, V2HI, CCDSP): New modes.
57         * config/mips/mips.c (mips_function_type): Add types for DSP builtin
58         functions.
59         (mips_builtin_type): Add MIPS_BUILTIN_DIRECT_NO_TARGET and
60         MIPS_BUILTIN_BPOSGE32.
61         (mips_expand_builtin_direct): Add one parameter to indicate that
62         builtin functions need to return a value.
63         (mips_expand_builtin_bposge): New for expanding "bposge" builtin
64         functions.
65         (mips_regno_to_class): Add classes for 12 new DSP registers.
66         (mips_subword): Change to check four HI registers.
67         (mips_output_move): Output move to and from 6 new DSP accumulators.
68         (override_options): Make sure -mdsp and -mips16 are not used together.
69         Map 'A' to DSP_ACC_REGS and 'a' to ACC_REGS.  Enable DSP accumulators
70         for machine modes.
71         (mips_conditional_register_usage): Disable 6 new DSP accumulators
72         when !TARGET_DSP.
73         (print_operand): Add 'q' for printing DSP accumulators.
74         (mips_cannot_change_mode_class): Check ACC_REGS.
75         (mips_secondary_reload_class): Check ACC_REGS.
76         (mips_vector_mode_supported_p): Enable V2HI and V4QI when TARGET_DSP.
77         (mips_register_move_cost): Check ACC_REGS.
78         (CODE_FOR_mips_addq_ph, CODE_FOR_mips_addu_qb, CODE_FOR_mips_subq_ph)
79         (CODE_FOR_mips_subu_qb): New code-aliasing macros.
80         (DIRECT_NO_TARGET_BUILTIN, BPOSGE_BUILTIN): New macros.
81         (dsp_bdesc): New array.
82         (bdesc_arrays): Add DSP builtin function table.
83         (mips_prepare_builtin_arg): Check predicate again after
84         copy_to_mode_reg.
85         (mips_expand_builtin): Add one more parameter to
86         mips_expand_builtin_direct. Expand MIPS_BUILTIN_DIRECT_NO_TARGET and
87         MIPS_BUILTIN_BPOSGE32.
88         (mips_init_builtins): Initialize new function types.
89         (mips_expand_builtin_direct): Check if builtin functions need to
90         return a value and pass operands properly.
91         (mips_expand_builtin_bposge): New function.
92         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Add __mips_dsp.
93         (ASM_SPEC): Map -mdsp to -mdsp in GAS.
94         (FIRST_PSEUDO_REGISTER): Increase to 188.
95         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
96         Update for 12 new DSP registers.
97         (DSP_ACC_REG_FIRST, DSP_ACC_REG_LAST, DSP_ACC_REG_NUM, AC1HI_REGNUM)
98         (AC1LO_REGNUM, AC2HI_REGNUM, AC2LO_REGNUM, AC3HI_REGNUM, AC3LO_REGNUM):
99         (DSP_ACC_REG_P, ACC_REG_P, ACC_HI_REG_P): New macros.
100         (reg_class): Add DSP_ACC_REGS and ACC_REGS.
101         (REG_CLASS_NAMES): Add names for DSP_ACC_REGS and ACC_REGS.
102         (REG_CLASS_CONTENTS): Update for DSP_ACC_REGS, ACC_REGS and ALL_REGS.
103         (REG_ALLOC_ORDER): Update for 12 new DSP registers.
104         (mips_char_to_class): Add 'A' for DSP_ACC_REGS and 'a' for ACC_REGS.
105         (UIMM6_OPERAND, IMM10_OPERAND): New macros.
106         (EXTRA_CONSTRAINT_Y): Add YA and YB extra constraints.
107         (REGISTER_NAMES): Add names for 12 new DSP registers.
108         * config/mips/mips.md: Include mips-dsp.md.
109         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
110         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
111         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
112         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
113         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
114         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
115         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
116         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
117         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
118         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
119         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
120         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
121         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
122         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
123         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
124         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
125         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
126         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
127         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
128         (UNSPEC_RDDSP): New constants.
129         (*movdi_32bit): Change 'x' to 'a' for ACC_REGS.
130         (*movsi_internal): Change 'x' to 'a' for ACC_REGS.  Add an
131         A<-d alternative.
132         * config/mips/mips.opt (-mdsp): New option.
133         * config/mips/predicates.md (const_uimm6_operand, const_imm10_operand)
134         (reg_imm10_operand): New predicates.
135         * doc/extend.texi (MIPS DSP Built-in Functions): New section.
136         * doc/invoke.texi (-mdsp): Document new option.
137
138 2005-07-22  DJ Delorie  <dj@redhat.com>
139
140         * c-objc-common.c (c_cannot_inline_tree_fn): Add warning control
141         to warning calls.
142         * tree-inline.c (inlinable_function_p): Likewise.
143
144 2005-07-22  Mark Mitchell  <mark@codesourcery.com>
145
146         PR debug/21828
147         * toplev.c (check_global_declarations): Do not mark undefined
148         variables as DECL_IGNORED_P.
149         * varasm.c (first_global_object_name): GTY it.
150         (weak_global_object_name): Likewise.
151         (notice_global_symbol): Use ggc_strdup, not xstrdup, when creating
152         a string to go into {weak,first}_global_object_name.
153
154 2005-07-22  DJ Delorie  <dj@redhat.com>
155
156         * c-format.c (check_function_format): Change warning control
157         option from OPT_Wattribute to OPT_Wmissing_format_attribute.
158
159 2005-07-22  Diego Novillo  <dnovillo@redhat.com>
160
161         * tree-ssa-alias.c (count_ptr_derefs): Do not consider
162         &PTR->FLD a dereference of PTR.
163         * tree-ssa-structalias.c (update_alias_info): Consider &PTR->FLD
164         a potential dereference of PTR.
165
166 2005-07-22  J"orn Rennecke <joern.rennecke@st.com>
167
168         PR rtl-optimization/20370
169         * ifcvt.c (dead_or_predicable): Before calling propagate_block,
170         call allocate_reg_info if necessary.
171
172         PR rtl-optimization/21848
173         * calls.c (emit_library_call_value_1): For const functions, add
174         USEs of the stack slots to CALL_INSN_FUNCTION_USAGE.
175
176         PR rtl-optimization/22445
177         * cselib.c (target.h): Include.
178         (rtx_equal_for_cselib_p): Allow commutative matches.
179         (cselib_hash_rtx): Don't use MODE for CONST_INT hashing.
180         Remove MODE parameter.  Changed all callers.
181
182         PR rtl-optimization/22258
183         * combine.c (likely_spilled_retval_1, likely_spilled_retval_p):
184         New functions.
185         (try_combine): Use likely_spilled_retval_p.
186
187 2005-07-22  Paul Woegerer  <paul.woegerer@nsc.com>
188
189         * config.gcc: Add crx-elf support.
190
191         * doc/contrib.texi: Mention crx.
192         * doc/extend.texi: Document crx extensions.
193         * doc/install.texi: Document crx install.
194         * doc/invoke.texi: Document crx options.
195         * doc/md.texi: Document crx constraints.
196
197         * config/crx/crx-protos.h: New file.
198         * config/crx/crx.c: New file.
199         * config/crx/crx.h: New file.
200         * config/crx/crx.md: New file.
201         * config/crx/crx.opt: New file.
202         * config/crx/t-crx: New file.
203         
204 2005-07-22  Manfred Hollstein  <mh@suse.com>
205
206         * tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised
207         warnings.
208         (int_add_graph_edge): Likewise.
209         (collapse_nodes): Likewise.
210         (process_unification_queue): Likewise.
211
212 2005-07-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
213             Laurent GUERBY  <laurent@guerby.net>
214
215         PR tree-optimization/22336
216         * function.c (record_block_change): Check for 
217         cfun->ib_boundaries_block.
218         
219 2005-07-21  James A. Morrison  <phython@gcc.gnu.org>
220
221         * fold-const.c (fold_unary): Don't strip signed nops from ABS_EXPRs.
222         (tree_expr_nonnegative_p): Return try for TYPE_UNSIGNED.
223
224 2005-07-21  DJ Delorie  <dj@redhat.com>
225
226         * toplev.c (warn_deprecated_use): Add warning control to warning
227         call.
228         * c-typeck.c (parser_build_binary_op): Likewise.
229         (c_finish_if_stmt): Likewise.
230         * c-common.c (check_function_sentinel): Likewise.
231         (check_nonnull_arg): Likewise.
232
233 2005-07-21  Richard Henderson  <rth@redhat.com>
234
235         PR tree-opt/22504
236         * tree-complex.c (complex_ssa_name_components): New.
237         (cvc_lookup): Allow entry not found.
238         (create_components): Remove.
239         (create_one_component_var, get_component_var): New.
240         (get_component_ssa_name, set_component_ssa_name): New.
241         (extract_component): Use get_component_ssa_name.
242         (update_complex_components): Use set_component_ssa_name.
243         (update_complex_components_on_edge): Likewise.
244         (update_phi_components): Create new PHI nodes directly, instead
245         of adding insns to edges.
246         (tree_lower_complex): Allocate and free complex_variable_components
247         and complex_ssa_name_components here.
248
249 2005-07-20  Daniel Berlin  <dberlin@dberlin.org>
250         
251         * alias.c (nonoverlapping_component_refs_p): Use TYPE_MAIN_VARIANT,
252         revert to returning false.
253
254 2005-07-21  Uros Bizjak  <uros@kss-loka.si>
255
256         PR target/21149
257         * config/i386/i386.md (sse_movhlps): Fix vec_select values.
258
259 2005-07-21  Uros Bizjak  <uros@kss-loka.si>
260
261         PR target/22576
262         * config/i386/i386.md (cmpxf): Change operand constraints
263         to "nonmemory_operand".
264
265 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
266
267         * config/i386/i386.md (trap): Use "".word/t0x0b0f" instead of ud2.
268
269 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
270
271         PR middle-end/21180
272         * fold-const.c (fold_build1): Add checksum for the operands.
273         (fold_build2): Likewise.        
274         (fold_build3): Likewise.
275
276 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
277
278         PR middle-end/19055
279         * fold-const.c (fold_binary): Transform "(X | Y) ^ X" to "Y & ~ X".
280
281 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
282
283         * common.opt (-fforward-propagate): Committed by mistake,
284         removed.
285
286 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
287
288         * reg-stack.c: Fix comment typo(s).
289         * tree-ssa-operands.c: Likewise.
290         * tree-vectorizer: Likewise.
291
292 2005-07-21  Nick Clifton  <nickc@redhat.com>
293
294         * config/sh/symbian.c: Replace C++ style line comments with C
295         style line comments.
296         (symbian_add_attribute): Do not use a ? operator on the LHS of
297         an assignment.
298         (sh_symbian_handle_dll_attribute): Change the type of the
299         method vector to "VEC(tree,gc)*" and use vector accessor
300         macros to walk over the elements.
301         (symbian_export_vtable_and_rtti_p): Likewise.
302         (symbian_class_needs_attribute_p): Likewise.
303
304 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
305
306         PR target/22085
307         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Do not
308         initialize targetm.resolve_overloaded_builtin here.
309         (altivec_expand_overloaded_builtin): Make it non-static.
310         * config/rs6000/rs6000-protos.h
311         (altivec_expand_overloaded_builtin): New prototype.
312         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Initialize
313         targetm.resolve_overloaded_builtin here.
314         * config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Likewise.
315
316 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
317             Zdenek Dvorak  <dvorakz@suse.cz>
318
319         PR tree-optimization/19210
320         * common.opt (Wunsafe-loop-optimizations, funsafe-loop-optimizations):
321         New.
322         * Makefile.in (tree-ssa-loop-niter.o): Depend intl.o.
323         * loop-iv.c (get_simple_loop_desc): If -funsafe-loop-optimizations,
324         rely on unproven assumptions.
325         * predict.c (predict_loops): Adjust call to number_of_iterations_exit.
326         * tree-flow.h (number_of_iterations_exit): Add final parameter.
327         * tree-scalar-evolution.c (number_of_iterations_in_loop): Adjust call
328         to number_of_iterations_exit.
329         * tree-ssa-loop-ivcanon.c (empty_loop_p): Likewise.
330         * tree-ssa-loop-ivopts.c (niter_for_exit): Likewise.
331         * tree-ssa-loop-niter.c (find_loop_niter,
332         estimate_numbers_of_iterations_loop): Likewise.
333         (number_of_iterations_exit): Honor the new options.
334         * doc/invoke.texi (Wunsafe-loop-optimizations,
335         funsafe-loop-optimizations): Document them.
336
337 2005-07-21  Richard Sandiford  <richard@codesourcery.com>
338
339         PR rtl-optimization/22167
340         * gcse.c (hoist_code): Fix hoist_exprs[] check.
341
342 2005-07-20  Adam Nemet  <anemet@lnxw.com>
343
344         * config/rs6000/lynx.h: Mark __do_global_ctors_aux and
345         __do_global_dtors_aux longcall.
346
347 2005-07-20  Kazu Hirata  <kazu@cs.umass.edu>
348
349         * gensupport.c (old_preds): Don't reference PREDICATE_CODES.
350         (old_special_pred_table): Don't reference
351         SPECIAL_MODE_PREDICATES.
352         * system.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Poison.
353         * config/arc/arc.h: Don't mention PREDICATE_CODES.
354         * config/sh/predicates.h: Don't mention
355         SPECIAL_MODE_PREDICATES.
356         * doc/tm.texi (PREDICATE_CODES, SPECIAL_MODE_PREDICATES):
357         Remove.
358
359 2005-07-20  DJ Delorie  <dj@redhat.com>
360
361         * config.gcc: Add m32c-elf support.
362
363         * doc/contrib.texi: Mention m32c.
364         * doc/extend.texi: Document m32c extensions.
365         * doc/install.texi: Mention m32c.
366         * doc/invoke.texi: Document m32c options.
367         * doc/md.texi: Document m32c constraints.
368
369         * config/m32c/addsub.md: New file.
370         * config/m32c/bitops.md: New file.
371         * config/m32c/cond.md: New file.
372         * config/m32c/jump.md: New file.
373         * config/m32c/m32c-lib1.S: New file.
374         * config/m32c/m32c-lib2.c: New file.
375         * config/m32c/m32c-modes.def: New file.
376         * config/m32c/m32c-pragma.c: New file.
377         * config/m32c/m32c-protos.h: New file.
378         * config/m32c/m32c.abi: New file.
379         * config/m32c/m32c.c: New file.
380         * config/m32c/m32c.h: New file.
381         * config/m32c/m32c.md: New file.
382         * config/m32c/m32c.opt: New file.
383         * config/m32c/minmax.md: New file.
384         * config/m32c/mov.md: New file.
385         * config/m32c/muldiv.md: New file.
386         * config/m32c/predicates.md: New file.
387         * config/m32c/prologue.md: New file.
388         * config/m32c/shift.md: New file.
389         * config/m32c/t-m32c: New file.
390
391 2005-07-20  Kaz Kojima  <kkojima@gcc.gnu.org>
392
393         * config/sh/sh.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): New constants.
394         (stack_protect_set, stack_protect_test): New expanders.
395         (stack_protect_set_si, stack_protect_set_si_media,
396         stack_protect_set_di_media, stack_protect_test_si,
397         stack_protect_test_si_media, stack_protect_test_di_media):
398         New insns.
399
400 2005-07-20  Andrew Pinski  <pinskia@physics.uc.edu>
401
402         * c-typeck.c (output_init_element): Don't copy the INTEGER_CST.
403
404 2005-07-20  James A. Morrison  <phython@gcc.gnu.org>
405
406         * tree.h (tree_expr_nonzero_p): Export.
407         * fold-const.c (tree_expr_nonzero_p): Likewise.
408         Return true for CALL_EXPRs that are alloca calls.
409         (fold_binary): Use omit_one_operand when checking EQ_EXPRs or NE_EXPRs
410         against zero.
411         * tree-flow.h (expr_computes_nonzero): Remove.
412         * tree-vrp.c (expr_computes_nonzero): Remove.
413         (vrp_expr_computes_nonzero): Use tree_expr_nonzero_p.
414         (extract_range_from_unary_expr): Likewise.
415         * tree-ssa-dom.c (record_equivalences_from_stmt): Use
416         tree_expr_nonzero_p.
417
418 2005-07-20  Bernd Schmidt  <bernd.schmidt@analog.com>
419
420         * config/bfin/bfin-protos.h (legitimize_pic_address): Don't declare.
421         * config/bfin/bfin.c (legitimize_pic_address): Now static.  Take
422         extra arg "picreg" and use it instead of pic_offset_table_rtx.
423         All callers changed.
424         (frame_related_constant_load): New arg "related" which controls
425         setting of RTX_FRAME_RELATED_P.  All callers changed.
426         (bfin_load_pic_reg): New function, broken out of bfin_expand_prologue.
427         (bfin_expand_prologue): Add stack limit checking.
428         * config/bfin/bfin.md (trapifcc): New pattern.
429
430         * config/bfin/bfin.c: Include "langhooks.h".
431         (def_builtin): Go through lang_hooks to call builtin_function.
432
433         * config/bfin/bfin-protos.h (bfin_longcall_p): Declare.
434         * config/bfin/predicates.md (symbol_ref_operand): New.
435         (call_insn_operand): Delete.  All callers changed to use
436         register_no_elim_operand.
437         * config/bfin/bfin.c (init_cumulative_args): Initialize the new
438         call_cookie field.
439         (function_arg): Use it to generate the call's operand 2.
440         (bfin_longcall_p): New function.
441         (bfin_expand_call): Extra arg "cookie".  All callers and declaration
442         changed.  Emit extra USE in the pattern.  Use bfin_longcall_p to
443         determine if the address needs to be in a REG.
444         (bfin_handle_longcall_attribute): New function.
445         (bfin_attribute_table): Add "longcall" and "shortcall".
446         * config/bfin/bfin.h (CALL_NORMAL, CALL_LONG, CALL_SHORT): New macros.
447         (CUMULATIVE_ARGS): New member call_cookie.
448         (PREDICATE_CODES): Add symbol_ref_operand.
449         * config/bfin/bfin.md (call, call_value, sibcall, sibcall_value): Add
450         extra USE to the pattern.
451         (call_symbol, sibcall_symbol, call_value_symbol, sibcall_value_symbol):
452         New patterns, split off call_insn, sibcall_insn, call_value_insn and
453         sibcall_value_insn; now the new patterns handle direct calls and the
454         old ones indirect calls.
455         * doc/extend.texi: Mention Blackfin in longcall/shortcall docs.
456
457 2005-07-20  Zdenek Dvorak  <dvorakz@suse.cz>
458
459         * doc/trouble.texi: Update section on handling of empty loops.
460
461 2005-07-20  Kazu Hirata  <kazu@codesourcery.com>
462
463         * config.gcc: Remove support for sparc-*-openbsd*,
464         i860-*-sysv4*, ip2k-*-elf, ns32k-*-netbsdelf*,
465         ns32k-*-netbsd*.
466         * config.host: Remove support for i860-*-sysv4* as a host.
467         * config/i860/*, config/ip2k/*, config/ns32k/*,
468         config/sparc/openbsd.h, config/sparc/t-openbsd: Remove.
469         * doc/install.texi, doc/invoke.texi, doc/md.texi: Don't
470         mention obsolete ports.
471
472 2005-07-20  Kaz Kojima  <kkojima@gcc.gnu.org>
473
474         * config/sh/sh.c (regno_reg_class): Add GENERAL_REGS for
475         soft frame pointer.
476         (sh_expand_prologue): Use hard_frame_pointer_rtx instead
477         of frame_pointer_rtx.
478         (sh_expand_epilogue): Likewise.
479         (sh_set_return_address): Likewise.
480         (initial_elimination_offset): Use HARD_FRAME_POINTER_REGNUM
481         instead of FRAME_POINTER_REGNUM if needed.  Add elimination
482         offsets from FRAME_POINTER_REGNUM.
483         * config/sh/sh.h (SH_REGISTER_NAMES_INITIALIZER): Add sfp.
484         (sh_register_names): Add initializer for sfp.
485         (GENERAL_OR_AP_REGISTER_P): Permit FRAME_POINTER_REGNUM.
486         (VALID_REGISTER_P): Likewise.
487         (FIRST_PSEUDO_REGISTER): Update.
488         (DWARF_FRAME_REGISTERS): Define.
489         (FIXED_REGISTERS, CALL_USED_REGISTERS): Add sfp.
490         (HARD_FRAME_POINTER_REGNUM): Define.
491         (FRAME_POINTER_REGNUM): Redefine.
492         (ELIMINABLE_REGS): Never eliminate to FRAME_POINTER_REGNUM,
493         but HARD_FRAME_POINTER_REGNUM instead.  Add eliminations
494         from FRAME_POINTER_REGNUM.
495         (CAN_ELIMINATE): Use HARD_FRAME_POINTER_REGNUM instead of
496         FRAME_POINTER_REGNUM.
497         (REG_CLASS_CONTENTS): Add sfp.
498         (REG_ALLOC_ORDER): Likewise.
499         (FRAME_GROWS_DOWNWARD): Set to 1.  Update comment.
500         (GO_IF_LEGITIMATE_ADDRESS): Use hard_frame_pointer_rtx instead
501         of frame_pointer_rtx.
502         (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
503
504 2005-07-19  James A. Morrison  <phython@gcc.gnu.org>
505
506         * fold-const.c (tree_expr_nonnegative_p): Only return true for
507         ABS_EXPR when flag_wrapv is false because of INT_MIN.
508         (tree_expr_nonzero_p): Always call tree_expr_nonzero_p on the argument
509         of an ABS_EXPR.
510         (fold_unary): Always fold ABS_EXPR<ABS_EXPR<x>> into
511         ABS_EXPR<x>.
512
513 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
514
515         Make CONSTRUCTOR use VEC to store initializers.
516         * c-common.c (complete_array_type): Update to cope with VEC in
517         CONSTRUCTOR_ELTS.
518         * c-pretty-print.c (pp_c_initializer_list): Use pp_c_constructor_elts.
519         (pp_c_constructor_elts): New function.
520         * c-pretty-print.h (pp_c_constructor_elts): Declare.
521         * c-typeck.c (build_function_call, build_c_cast, digest_init,
522         struct constructor_stack, struct initializer_stack,
523         constructor_elements, push_init_level, pop_init_level,
524         add_pending_init, find_init_member, output_init_element): Update to
525         cope with VEC in CONSTRUCTOR_ELTS.
526         * coverage.c (build_fn_info_value, build_ctr_info_value,
527         build_gcov_info): Likewise.
528         * expr.c (categorize_ctor_elements_1, store_constructor,
529         expand_expr_real_1): Likewise.
530         * fold-const.c (fold_ternary): Likewise.
531         * gimplify.c (gimplify_init_ctor_preeval, zero_sized_field_decl,
532         gimplify_init_constructor, gimplify_expr): Likewise.
533         * tree-dump.c (dequeue_and_dump): Likewise.
534         * tree-inline.c (copy_tree_r): Add code to duplicate a CONSTRUCTOR
535         node.
536         * tree-pretty-print.c (dump_generic_node): Update to cope with VEC in
537         CONSTRUCTOR_ELTS.
538         * tree-sra.c (generate_element_init_1): Likewise.
539         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
540         * tree-ssa-operands.c (get_expr_operands): Likewise.
541         * tree-vect-generic.c (expand_vector_piecewise): Likewise.
542         * tree-vect-transform.c (vect_get_vec_def_for_operand):
543         (get_initial_def_for_reduction): Likewise.
544         * tree-vn.c (set_value_handle, get_value_handle): CONSTURCTOR uses
545         value handle in annotations.
546         * tree.c (tree_node_kind, tree_code_size, make_node_stat,
547         tree_node_structure): Add support for constr_kind.
548         (build_vector_from_ctor, build_constructor_single,
549         build_constructor_from_list): New functions.
550         (build_constructor): Update to take a VEC instead of a TREE_LIST.
551         (simple_cst_equal, iterative_hash_expr, initializer_zerop, walk_tree):
552         Update to cope with VEC in CONSTRUCTOR_ELTS.
553         * tree.def (CONSTRUCTOR): Make it a tcc_exceptional node.
554         * tree.h (FOR_EACH_CONSTRUCTOR_VALUE, FOR_EACH_CONSTRUCTOR_ELT,
555         CONSTRUCTOR_APPEND_ELT): New macros.
556         (struct constructor_elt, struct tree_constructor): New data types.
557         (union tree_node): Add tree_constructor field.
558         * treestruct.def: Define TS_CONSTRUCTOR.
559         * varasm.c (const_hash_1, compare_constant, copy_constant,
560         compute_reloc_for_constant, output_addressed_constants,
561         initializer_constant_valid_p, output_constant,
562         array_size_for_constructor, output_constructor): Update to cope with
563         VEC in CONSTRUCTOR_ELTS.
564         * vec.h (VEC_empty, VEC_copy): New macros.
565
566 2005-07-19  Devang Patel  <dpatel@apple.com>
567
568         * dbxout.c (dbxout_type): Check Objective-C++ lang.
569         
570 2005-07-19  Richard Henderson  <rth@redhat.com>
571
572         PR tree-opt/22278
573         * gimplify.c (gimplify_expr): Use main variant type for the temp
574         destination for a discarded volatile read.
575         * tree-ssa.c (tree_ssa_useless_type_conversion_1): Don't elide
576         casts between non-void types that change volatility.
577
578 2005-07-15  DJ Delorie  <dj@redhat.com>
579
580         * toplev.h: Add comment about the first parameter for warning().
581         * errors.h: Likewise.
582
583         * c.opt (Wpragmas): New.
584         * doc/invoke.texi: Document it.
585         
586         * function.c (do_warn_unused_parameter): Add warning control to
587         warning call.
588         * c-decl.c (warn_if_shadowing): Likewise.
589         * c-lex.c (cb_def_pragma): Likewise.
590         * c-pragma.c (GCC_BAD, GCC_BAD2): Likewise.
591         (pop_alignment): Likewise.
592         (handle_pragma_pack): Likewise.
593         (apply_pragma_weak): Likewise.
594         (handle_pragma_weak): Likewise.
595         (handle_pragma_redefine_extname): Likewise.
596         (add_to_renaming_pragma_list): Likewise.
597         (handle_pragma_extern_prefix): Likewise.
598         (maybe_apply_renaming_pragma): Likewise.
599         (handle_pragma_visibility): Likewise.
600         
601         * config/c4x/c4x-c.c (BAD): Likewise.
602         (c4x_parse_pragma): Likewise.
603         * config/ia64/ia64-c.c (ia64_hpux_handle_builtin_pragma): Likewise.
604         * config/rs6000/rs6000-c.c (SYNTAX_ERROR): Likewise.
605         (rs6000_pragma_longcall): Likewise.
606         * config/v850/v850-c.c (pop_data_area): Likewise.
607         (ghs_pragma_section): Likewise.
608         (ghs_pragma_section): Likewise.
609         (ghs_pragma_interrupt): Likewise.
610         (ghs_pragma_starttda): Likewise.
611         (ghs_pragma_startsda): Likewise.
612         (ghs_pragma_startzda): Likewise.
613         (ghs_pragma_endtda): Likewise.
614         (ghs_pragma_endsda): Likewise.
615         (ghs_pragma_endzda): Likewise.
616
617 2005-07-19  Danny Berlin <dberlin@dberlin.org>
618             Kenneth Zadeck <zadeck@naturalbridge.com>
619
620         * Makefile.in: Removed tree-promote-statics.c
621         * tree-promote-statics.c: Removed.
622         * common.opt: Removed flag-promote-statics.
623         * opts.c: Ditto.
624         * passes.c: Removed tree-promote-statics pass. 
625         * tree-pass.h: Ditto.
626         * timevar.def: Removed TV_PROMOTE_STATICS.
627
628
629 2005-07-19  Gerald Pfeifer  <gerald@pfeifer.com>
630
631         * config.gcc: Add support for *-*-freebsd7, *-*-freebsd8,
632         and *-*-freebsd9.
633         * config/freebsd-spec.h (FBSD_TARGET_OS_CPP_BUILTINS): Ditto.
634         
635 2005-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
636
637         PR c/22476
638         * c-common.c (check_function_arguments): Call
639         'check_function_format' if either -Wformat or
640         -Wmissing-format-attribute are specified.
641         * c-format.c (check_function_format): Check -Wformat before
642         calling 'check_format_info'.
643         * c-opts.c (c_common_post_options): Don't warn for
644         -Wmissing-format-attribute without -Wformat.
645         * c-typeck.c (convert_for_assignment): Detect additional cases for
646         -Wmissing-format-attribute.
647         * doc/invoke.texi (-Wmissing-format-attribute): Document new
648         behavior.
649
650 2005-07-19  Richard Guenther  <rguenther@suse.de>
651
652         * config/i386/i386.md (lrint<mode>2): Use temporary
653         instead of clobbering non-existent memory.
654
655 2005-07-19  Nick Clifton  <nickc@redhat.com>
656
657         * config/avr/avr.c (legitimate_address_p): Fix debugging print
658         statement to avoid displaying ASCII control characters.
659
660 2005-07-19  Ben Elliston  <bje@au.ibm.com>
661
662         * bt-load.c (link_btr_uses): Fix uninitialised warnings.
663         * cfganal.c (find_edge_index): Ditto.
664         * combine.c (combine_instructions): Ditto.
665         * ddg.c (create_scc): Ditto.
666         (find_successors): Ditto.
667         (find_predecessors): Ditto.
668         (find_nodes_on_paths): Ditto.
669         (longest_simple_path): Ditto.
670         * flow.c (update_life_info): Ditto.
671         (count_or_remove_death_notes): Ditto.
672         (clear_log_links): Ditto.
673         * modulo-sched.c (generate_reg_moves): Ditto.
674         (find_max_asap): Ditto.
675         (find_max_hv_min_mob): Ditto.
676         (find_max_dv_min_mob): Ditto.
677         * sbitmap.c (sbitmap_first_set_bit): Ditto.
678         * sched-rgn.c (extract_edgelst): Ditto.
679         * tree-into-ssa.c (prepare_names_to_update): Ditto.
680         (dump_update_ssa): Ditto.
681         (ssa_names_to_replace) Ditto.
682         (switch_virtuals_to_full_rewrite): Ditto.
683         (update_ssa): Ditto.
684         * tree-vect-transform.c (vect_create_epilog_for_reduction): Ditto.
685
686 2005-07-18  Daniel Berlin  <dberlin@dberlin.org>
687
688         Fix PR tree-optimization/22483
689         
690         * tree-complex.c (create_components): Use
691         safe_referenced_var_iterator and FOR_EACH_REFERENCED_VAR_SAFE.
692         * tree-flow-inline.h (fill_referenced_var_vec): New function.
693         * tree-flow.h (safe_referenced_var_iterator): New structure.
694         (FOR_EACH_REFERENCED_VAR_SAFE): New macro.
695         * tree-ssa-alias.c (setup_pointers_and_addressables): Use
696         safe_referenced_var iterator.
697         (add_type_alias): Ditto.
698
699 2005-07-19  Steven Bosscher  <stevenb@suse.de>
700
701         * loop-init.c (rest_of_handle_loop2): Remove.
702         (rtl_loop_init, rtl_loop_done, rtl_move_loop_invariants,
703         rtl_unswitch, rtl_unroll_and_peel_loops, rtl_doloop): New functions.
704         (pass_rtl_loop_init, pass_rtl_loop_done,
705         pass_rtl_move_loop_invariants, pass_rtl_unswitch,
706         pass_rtl_unroll_and_peel_loops, pass_rtl_doloop): New passes.
707         * tree-ssa-loop.c (pass_loop, pass_loop_init, pass_loop_done,
708         pass_unswitch): Rename to pass_tree_loop, pass_tree_loop_init,
709         pass_tree_loop_done, and pass_tree_unswitch.
710         (gate_loop): Rename to gate_tree_loop.
711         * passes.c (init_optimization_passes): Update for renamed tree
712         loop passes.  Add the new loop2 passes as subpasses of loop2.
713         * tree-pass.h: Add extern declarations for the new loop2 subpasses.
714         Update for the renamed tree loop passes.
715
716 2005-07-18  Ian Lance Taylor  <ian@airs.com>
717
718         PR middle-end/22057
719         * tree-cfgcleanup.c (cleanup_tree_cfg): Only remove forwarder
720         blocks when optimizing.
721
722 2005-07-18  Steve Ellcey  <sje@cup.hp.com>
723
724         * common.opt (frename-registers): Initialize to 2.
725         (fweb): Ditto.
726         (fgcse-after-reload): Ditto.
727         * toplev.c (AUTODETECT_FLAG_VAR_TRACKING): Rename to AUTODETECT_VALUE.
728         (process_options): Only change flag_web, flag_rename_registers,
729         and flag_rerun_cse_after_loop if not explicitly set by user.
730
731 2005-07-18  Jan Beulich  <jbeulich@novell.com>
732
733         * config/i386/i386.c (ix86_expand_branch, ix86_expand_setcc,
734         ix86_expand_carry_flag_compare, ix86_expand_int_movcc): Handle TImode
735         in 64-bit mode the same as DImode in 32-bit mode.
736         (ix86_expand_ashl_const, ix86_split_ashl, ix86_split_ashr,
737         ix86_split_lshr): Likewise. Rename to no longer refer to a specific
738         mode. Add new mode parameter. 
739         * config/i386/i386.h (CONST_OK_FOR_LETTER_P): Describe and handle 'O'.
740         * config/i386/i386.md (cmpti, addti3, subti3, negti2, ashlti3, ashrti3,
741         x86_64_shift_adj): New expanders.
742         (*addti3_1, *subti3_1, *negti2_1, ashlti3_1, *ashlti3_2, ashrti3_1,
743         *ashrti3_2, lshrti3_1, *lshrti3_2, x86_64_shld, x86_64_shrd): New
744         insns.
745         Respective new splitters. Use renamed shift splitter helpers in 32-bit
746         DImode shift splitters.
747         * config/i386/i386-protos.h (ix86_split_ashl, ix86_split_ashr,
748         ix86_split_lshr): Renamed from ix86_split_[al]sh[rl]di. Added new
749         mode parameter.
750
751 2005-07-18  Jan Beulich  <jbeulich@novell.com>
752
753         * i386.md (movdi_extzv_1): New.
754         (zero_extendhidi2): Combine alternatives and never force use of
755         REX64 prefix.
756         (zero_extendqidi2): Likewise. Don't restrict input selection.
757
758 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
759
760         Fix PR tree-optimization/22531
761         * tree-ssa-pre.c (do_eustores):  Make sure LHS is a decl for the
762          moment.
763
764 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
765
766         * tree-promote-statics.c (pass_promote_statics): Change dump file
767          name.
768
769 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
770
771         * tree-optimize.c (init_tree_optimization_passes): Add
772         pass_eliminate_useless_stores pass.
773         * tree-pass.h (pass_eliminate_useless_stores): New pass structure.
774         * tree-ssa-pre.c (is_copy_stmt): New function.
775         (follow_copies_till_vuse): Ditto.
776         (do_eustores): Ditto.
777         (gate_eustores): Ditto. 
778         
779 2005-07-16  Richard Henderson  <rth@redhat.com>
780
781         * gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit.
782
783 2005-07-16 Danny Berlin <dberlin@dberlin.org>
784            Kenneth Zadeck <zadeck@naturalbridge.com>
785
786         * Makefile.in: Added rules for ipa-pure-const.c, ipa-reference.c,
787         ipa-reference.h, ipa-utils.c, ipa-utils.h, ipa-type-escape.c,
788         ipa-type-escape.h, tree-promote-statics.c
789         * ipa-pure-const.c, ipa-reference.c, ipa-reference.h, ipa-utils.c,
790         ipa-utils.h, ipa-type-escape.c, ipa-type-escape.h, 
791         tree-promote-statics.c: new files.
792         * alias.c: (nonlocal_mentioned_p_1, nonlocal_mentioned_p,
793         nonlocal_referenced_p_1, nonlocal_referenced_p, nonlocal_set_p_1,
794         int nonlocal_set_p, mark_constant_function): Deleted.
795         (rest_of_handle_cfg): Removed call to mark_constant_function. 
796         (nonoverlapping_component_refs_p): Added calls to support
797         type based aliasing.    
798         * tree-ssa-alias.c (may_alias_p,
799         compute_flow_insensitive_aliasing): Ditto.
800         * calls.c (flags_from_decl_or_type): Removed reference to
801         cgraph_rtl_info. 
802         * c-typeck.c (convert_arguments): Make builtins tolerant of having
803         too many arguments.  This is necessary for Spec 2000.
804         * cgraph.h (const_function, pure_function): Removed.
805         * common.opt: Added "fipa-pure-const", "fipa-reference",  
806         "fipa-type-escape", and "ftree-promote-static".
807         * opts.c: Ditto.
808         * passes.c: Added ipa and tree-promote-statics passes. 
809         * timevar.def: Added TV_IPA_PURE_CONST, TV_IPA_REFERENCE,
810         TV_IPA_TYPE_ESCAPE, and TV_PROMOTE_STATICS.
811         * tree-dfa.c (referenced_var_lookup_if_exists): New function.
812         * tree-flow.h: Added exposed sra calls and addition of 
813         reference_vars_info field for FUNCTION_DECLS.
814         * tree-pass.h: Added passes.
815         * tree-sra.c: (sra_init_cache): New function.
816         (sra_insert_before, sra_insert_after) Made public.
817         (type_can_be_decomposed_p): Renamed from type_can_be_decomposed_p
818         and made public.
819         * tree-ssa-alias.c (dump_alias_stats): Added stats for type based
820         aliasing. (may_alias_p): Added code to use type escape analysis to
821         improve alias sets.
822         * tree-ssa-operands.c (add_call_clobber_ops): Added parameter and
823         code to prune clobbers of static variables based on information
824         produced in ipa-reference pass.  Changed call clobbering so that
825         statics are not marked as clobbered if the call does not clobber
826         them.
827
828 2005-07-16  Daniel Berlin  <dberlin@dberlin.org>
829
830         * tree-ssa-structalias.c (need_to_solve): Need to check for preds,
831         too.
832
833 2005-07-16  Eric Botcazou <ebotcazou@libertysurf.fr>
834
835         * doc/install.texi (*-*-solaris2*): Document recommended version
836         of GNU binutils and mention GNU linker problem on Solaris 10.
837
838 2005-07-16  Joseph S. Myers  <joseph@codesourcery.com>
839
840         PR c/22421
841         * c-decl.c (c_build_bitfield_integer_type): New function.
842         (finish_struct): Call it.
843         * c-pretty-print.c (pp_c_type_specifier): Handle bit-field types.
844
845 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
846
847         * c-typeck.c (digest_init): Call 'convert_for_assignment'
848         before returning.
849
850 2005-07-16  Jan Hubicka  <jh@suse.cz>
851
852         * cfg.c (update_bb_profile_for_threading): Fix profile updating.
853         (scale_bbs_frequencies_int): Watch roundoff errors.
854         * predict.c (return_prediction): Initialize return_stmt.
855
856 2005-07-16  Jan Hubicka  <jh@suse.cz>
857
858         * profile.c (rest_of_handle_branch_prob): Fix handling of estimation
859         after RTL profiling.
860
861 2005-07-11  Andrew Pinski  <pinskia@physics.uc.edu>
862
863         PR middle-end/22398
864         * fold-const.c (build_range_check): Convert high/low to etype
865         if we are only comparing against exp.
866
867 2005-07-13  Daniel Berlin  <dberlin@dberlin.org>
868
869         Fix PR tree-optimization/22376
870         * tree-ssa-structalias.c (build_constraint_graph): We really meant
871         special var here.
872         (need_to_solve): New function.
873         (compute_points_to_sets): Use it.
874         
875 2005-07-15  Jan Hubicka  <jh@suse.cz>
876
877         * cfg.c (update_bb_profile_for_threading): More diagnostic.
878         * tree-ssa-threadupdate.c (redirect_edges): Update profile of dup_block.
879
880 2005-07-15  Richard Guenther  <rguenther@suse.de>
881
882         * c-common.c (handle_flatten_attribute): New function.
883         Add flatten function attribute.
884         * doc/extend.texi: Document flatten function attribute.
885         * Makefile.in (ipa-inline.o): Depend on hashtab.h.
886         * ipa-inline.c (cgraph_find_cycles, cgraph_flatten_node):
887         New functions.
888         (cgraph_decide_inlining): Handle functions with flatten
889         attribute.
890
891 2005-07-14  David Edelsohn  <edelsohn@gnu.org>
892
893         * config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_LWSYNC,
894         UNSPEC_ISYNC, UNSPEC_SYNC_OP, UNSPEC_ATOMIC, UNSPEC_CMPXCHG,
895         UNSPEC_XCHG, UNSPEC_AND): New.
896         (UNSPECV_ATOMIC, UNSPECV_SYNC, UNSPECV_SYNC_OP, UNSPECV_CMPXCHG,
897         UNSPECV_LWSYNC, UNSPECV_ISYNC): Delete.
898         * config/rs6000/sync.md (FETCHOP): New code macro.
899         (fetchop_name, fetchop_pred, fetchopsi_constr, fetchopdi_constr):
900         New code attrs.
901         (memory_barrier, sync_internal): Use unspec instead of unspec_volatile.
902         (sync_compare_and_swap<mode>): Same.
903         (sync_lock_test_and_set<mode>): Same.
904         (sync_<fetchop><mode>, sync_nand<mode>): Only use rs6000_emit_sync
905         for QImode and HImode, and not PPC405.
906         (sync_old_<fetchop><mode>, sync_old_nand<mode>): Same.
907         (sync_new_<fetchop><mode>, sync_new_nand<mode>): Same.
908         (sync_<fetchop>{si,di}_internal): New.
909         (sync_nand{si,di}_internal): New.
910         (sync_old_<fetchop>{si,di}_internal): New.
911         (sync_old_nand{si,di}_internal): New
912         (sync_new_<fetchop>{si,di}_internal): New.
913         (sync_new_nand{si,di}_internal): New.
914         (atomic_and{si,di}): New.
915         (sync_new_nand{si,di}_internal): New.
916         (atomic_and{si,di}): New.
917         (sync_add<mode>_internal): Delete.
918         (sync_addshort_internal): Use unspec instead of unspec_volatile.
919         (sync_sub<mode>_internal): Delte.
920         (sync_subshort_internal): New.
921         (sync_andsi_internal): Use unspec instead of unspec_volatile.
922         (sync_anddi_internal): Delete.
923         (sync_boolsi_internal): Use unspec instead of unspec_volatile.
924         (sync_booldi_internal): Delete.
925         (sync_boolc<mode>_internal): Delete.
926         (sync_boolcshort_internal): Use unspec instead of unspec_volatile.
927         (sync_boolc<mode>_internal2): Delete.
928         (sync_boolcc<mode>_internal): Delete.
929         (isync, lwsync): Use unspec instead of unspec_volatile.
930         * config/rs6000/rs6000.c (rs6000_emit_sync): Implement MINUS.
931         Revert UNSPEC_VOLATILE.
932         (rs6000_split_atomic_op): New.
933         * config/rs6000/rs6000-protos.h (rs6000_split_atomic_op): Declare.
934
935 2005-07-14  Eric Christopher  <echristo@redhat.com>
936
937         * config/mips/mips.c (mips_canonicalize_comparison): Cast
938         argument of trunc_int_for_mode to unsigned HOST_WIDE_INT.
939
940 2005-07-14  Eric Christopher  <echristo@redhat.com>
941
942         * config/s390/t-tpf (SHLIB_MAPFILES): Remove.
943
944 2005-07-14  Steven Bosscher  <stevenb@suse.de>
945
946         PR tree-optimization/22230
947         * tree-vrp.c (extract_range_from_binary_expr): Fix logics thinko in
948         the computation of the four cross productions for "range op range".
949
950 2005-07-14  Alexandre Oliva  <aoliva@redhat.com>
951             Ulrich Weigand  <uweigand@de.ibm.com>
952
953         PR target/20126
954         * loop.c (loop_givs_rescan): Do not ICE if unable to reduce an IV
955         in some insn.
956
957 2005-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
958
959         * config/s390/s390.h (TARGET_TPF_PROFILING): Add default definition.
960
961 2005-07-14  Steve Ellcey  <sje@cup.hp.com>
962
963         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): Support ILP32 mode.
964
965 2005-07-14  Richard Guenther  <rguenther@suse.de>
966
967         PR middle-end/22347
968         * config/i386/i386-protos.h (ix86_function_value): Change
969         prototype to match new target hook.
970         * config/i386/i386.c (ix86_value_regno): Change prototype
971         to take extra type argument.
972         (TARGET_FUNCTION_VALUE): Define.
973         (ix86_function_ok_for_sibcall): Pass extra argument to
974         ix86_value_regno, check return slot rtx for exact match.
975         (ix86_function_value): Take extra parameter.  Dispatch to
976         ix86_value_regno with fndecl/fntype as provided.
977         (ix86_value_regno): Handle extra type argument.
978         * config/i386/i386.h (FUNCTION_VALUE): No longer define.
979
980         * testsuite/gcc.target/i386/sseregparm-3.c: New testcase.
981         * testsuite/gcc.target/i386/sseregparm-4.c: New testcase.
982         * testsuite/gcc.target/i386/sseregparm-5.c: New testcase.
983         * testsuite/gcc.target/i386/sseregparm-6.c: New testcase.
984         * testsuite/gcc.target/i386/sseregparm-7.c: New testcase.
985
986 2005-07-14  Richard Guenther  <rguenther@suse.de>
987
988         * Makefile.in (explow.o, reg-stack.o): Depend on target.h.
989         * calls.c (expand_call): Pass fntype to hard_function_value.
990         (emit_library_call_value_1): Likewise.
991         * explow.c: Include target.h.
992         (hard_function_value): Take extra argument, the fntype.
993         Use new target hook for function_value.
994         * expr.h (hard_function_value): Change prototype.
995         * function.c (aggregate_value_p): Pass 0 as fntype to
996         hard_function_value.
997         (assign_parms): Use new target hook for function_value.
998         Pass 0 as fntype to hard_function_value.
999         (expand_function_end): Likewise.
1000         * reg-stack.c: Include target.h.
1001         (stack_result): Use new target hook for function_value.
1002         * target-def.h: New target hook function_value.
1003         * target.h: Likewise.
1004         * targhooks.c (default_function_value): New function.
1005         * targhooks.h (default_function_value): Declare.
1006
1007 2005-07-13  Ian Lance Taylor  <ian@airs.com>
1008
1009         * config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
1010
1011 2005-07-14  Jan Hubicka  <jh@suse.cz>
1012
1013         * tree-dfa.c (dump_variable): Use default_def function.
1014         * tree-ssa-alias.c (dump_points_to_info): Likewise.
1015         * tree-ssa.c (verify_use): Likewise.
1016         * tree-ssanames.c (release_ssa_name): Likewise.
1017         * tree-tailcall.c (eliminate_tail_call): Likewise.
1018         (tree_optimize_tail_calls_1): Likewise.
1019         * tree-vrp.c (get_value_range): Likewise.
1020
1021 2005-07-14  Ben Elliston  <bje@au.ibm.com>
1022
1023         * gcc.c (main): Compare language[0] with '*' when iterating over
1024         the infiles.
1025
1026 2005-07-13  Adrian Strae½tling  <straetling@de.ibm.com>
1027
1028         * config/s390/s390.c: (s390_cc_modes_compatible): Move before
1029         "s390_emit_compare".  Add handling of CCZ1mode.
1030         (s390_canonicalize_comparison): Simplify cascaded EQ, NE.
1031         (390_emit_compare): Use "s390_cc_modes_compatible" for mode
1032         checking.
1033         (s390_branch_condition_mask): Add CCZ1mode handling.
1034         * config/s390/s390.md: ("seq", "*seq"): New pattern.
1035         ("sync_compare_and_swap_cc<mode>", "*sync_compare_and_swap_cc<mode>"):
1036         Use CCZ1mode instead of CCZmode.
1037         * config/s390/s390-modes.def: Add CCZ1mode.  Comment new mode.
1038
1039 2006-07-13  Adrian Strae½tling  <straetling@de.ibm.com>
1040
1041         * config/s390/s390.md: ("cmpstrsi", "*cmpstr<mode>"): New
1042         pattern.
1043         ("strlen<mode>", "*strlen<mode>"): Use hard reg 0 in SImode.
1044
1045 2005-07-13  Eric Christopher  <echristo@redhat.com>
1046
1047         * config/mips/mips.c (mips_canonicalize_comparison): New.
1048         (mips_emit_int_relational): Use.
1049
1050 2005-07-13  Eric Christopher  <echristo@redhat.com>
1051
1052         * config.gcc (s390x-ibm-tpf*): Add extra_options. Remove
1053         static extra parts.
1054         * config/s390/s390.md: Include tpf.md. Move tpf specific
1055         patterns...
1056         * config/s390/tpf.md: To here.
1057         * config/s390/s390.opt: Move tpf specific options...
1058         * config/s390/tpf.opt: to here. Add mmain option.
1059         * config/s390/tpf-unwind.h: Remove unnecessary defines.
1060         * config/s390/tpf.h: Rewrite.
1061
1062 2005-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1063
1064         * doc/tm.texi: Remove @xref{Cross-profiling}.
1065
1066 2005-07-13  Jeff Law  <law@redhat.com>
1067
1068         * fold-const.c (fold_binary): When comparing two simple ADDR_EXPR
1069         expressions, test their _DECL operands for pointer equality rather
1070         than using operand_equal_p.
1071
1072 2005-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1073
1074         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Renamed to ...
1075         (TARGET_POSIX_IO): This.
1076         * config/darwin.h: Likewise.
1077         * config/freebsd.h: Likewise.
1078         * config/linux.h: Likewise.
1079         * config/lynx.h: Likewise.
1080         * config/netbsd.h: Likewise.
1081         * config/rs6000/linux64.h: Likewise.
1082         * config/rs6000/linux.h: Likewise.
1083         * config/s390/tpf.h: Likewise.
1084         * config/sh/embed-elf.h: Likewise.
1085         * config/sparc/linux64.h: Likewise.
1086         * config/sparc/linux.h: Likewise.
1087         * config/svr4.h: Likewise.
1088         * gcov-io.h: Likewise.
1089
1090         * doc/tm.texi: Updated.
1091
1092         * libgcov.c (create_file_directory): Defined only if
1093         TARGET_POSIX_IO is defined.
1094         (gcov_exit): Call create_file_directory only if TARGET_POSIX_IO
1095         is defined.
1096
1097 2005-07-13  Jan Hubicka  <jh@suse.cz>
1098
1099         * tree-ssa-operands.c (get_expr_operands): Fix typo in previous patch.
1100
1101 2005-07-13  David Edelsohn  <edelsohn@gnu.org>
1102
1103         * tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed
1104         structure as argument.
1105
1106 2005-07-13  Paolo Bonzini  <bonzini@gnu.org>
1107
1108         PR tree-optimization/21921
1109         * tree-iterator.c (tsi_link_before): Support the case when
1110         tsi_end_p (tsi) == true.
1111
1112 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
1113
1114         PR tree-optimization/22442
1115         * tree-chrec.c (chrec_fold_multiply_poly_poly): Associate chrecs
1116         correctly.
1117
1118 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
1119
1120         PR rtl-optimization/20376
1121         * toplev.c (process_options): Enable -fweb and -frename-registers when
1122         unrolling.
1123         * doc/invoke.texi: Update the information about when -fweb and
1124         -frename-registers are enabled.
1125
1126 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
1127
1128         PR tree-opt/21840
1129         * tree-ssa-pre.c (eliminate): Convert the sprime to the correct type
1130         if *rhs_p is not a SSA_NAME.
1131
1132 2005-07-12  Daniel Berlin  <dberlin@dberlin.org>
1133         
1134         Fix PR tree-optimization/22422 
1135         * tree-ssa-structalias.c (struct variable_info): Add flag for
1136         special vars.
1137         (get_varinfo): Now a static function.
1138         (new_varinfo): init has_union and is_special_var to false.
1139         (solution_set_add): Check has_union.
1140         (do_da_constraint): Move temporary variable so it gets reset
1141         properly.
1142         Also check for special variable.
1143         (do_ds_constraint): Ditto.
1144         (do_sd_constraint): Ditto.
1145         (do_structure_copy): Check for special variable.
1146         (find_func_aliases): Ditto.
1147         (init_base_vars): Set special vars properly.    
1148
1149 2005-07-13  Jan Hubicka  <jh@suse.cz>
1150
1151         * cfgexpand.c (expand_one_stack_var): Do not expand variables when we
1152         do unit-at-a-time.
1153
1154         * tree-ssa-operands.c (parse_ssa_operands): Fix formatting.
1155         (get_expr_operands): Fix thinko wrt flags and subvars.
1156
1157         PR tree-optimize/22379
1158         * tree-inline.c (expand_call_inline): Do not output sorry in early
1159         inlining.
1160
1161 2005-07-12  Dale Johannesen  <dalej@apple.com>
1162
1163         * config/rs6000.c (rs6000_rtx_cost):  Move FLOAT_EXTEND.
1164
1165 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
1166
1167         PR bootstrap/21704
1168         * host-linux.h: Include limits.h.
1169
1170 2005-07-12  Dale Johannesen  <dalej@apple.com>
1171
1172         * expr.c (compress_float_constant):  Add cost check.
1173         * config/rs6000.c (rs6000_rtx_cost):  Adjust FLOAT_EXTEND cost.
1174
1175 2005-07-12  Dale Johannesen  <dalej@apple.com>
1176
1177         * gcc.target/i386/compress-float-sse.c:  New.
1178         * gcc.target/i386/compress-float-sse-pic.c:  New.
1179         * gcc.target/i386/compress-float-387.c:  New.
1180         * gcc.target/i386/compress-float-387-pic.c:  New.
1181         * gcc.dg/compress-float-ppc.c:  New.
1182         * gcc.dg/compress-float-ppc-pic.c:  New.
1183
1184 2005-07-12  Eric Christopher  <echristo@redhat.com>
1185
1186         * config.gcc (s390x-ibm-tpf*): Add extra_options. Remove
1187         static extra parts.
1188         * config/s390/s390.md: Include tpf.md. Move tpf specific
1189         patterns...
1190         * config/s390/tpf.md: To here.
1191         * config/s390/s390.opt: Move tpf specific options...
1192         * config/s390/tpf.opt: to here. Add mmain option.
1193         * config/s390/tpf-unwind.h: Remove unnecessary defines.
1194         * config/s390/tpf.h: Rewrite.
1195
1196 2005-07-12  Eric Christopher  <echristo@redhat.com>
1197
1198         * gcc.c (struct infile): Update comment for language.
1199         (main): Rewrite input file resetting code.
1200
1201 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
1202
1203         PR tree-opt/22335
1204         * tree-ssa-dom.c (eliminate_redundant_computations): Reject the prop if
1205         requiring a cast in a non RHS of modify_expr.  Add a cast when required.
1206         (lookup_avail_expr): Use constant_boolean_node instead
1207         of boolean_false_node/boolean_true_node.
1208
1209 2005-07-12  Ben Elliston  <bje@au.ibm.com>
1210
1211         * tree-cfg.c (dump_cfg_stats): Add a new fmt_str_2 format string
1212         and use it when printing num_edges.
1213
1214 2005-07-12  Bernd Schmidt  <bernd.schmidt@analog.com>
1215
1216         * doc/extend.texi (Blackfin Built-in Functions): New section.
1217         * doc/invoke.texi (mcsync-anomaly, mno-csync-anomaly): Fix the
1218         @opindex.
1219
1220 2005-07-12  Adrian Straetling  <straetling@de.ibm.com>
1221
1222         * builtins.c: (expand_builtin_memcmp, expand_builtin_strncmp):
1223         s/cmpstrsi/cmpstrnsi
1224         (expand_builtin_strcmp): Rewrite to support both 'cmpstrsi' and
1225         'cmpstrnsi'.
1226         * optabs.c: (prepare_cmp_insn): Add availability of 'cmpstrn'.
1227         (init_optabs): Initialize cmpstrn_optab.
1228         * optabs.h: (enum insn_code cmpstrn_optab): Declare.
1229         * genopinit.c: (optabs[]): Add 'cmpstrn' to initialisation.
1230         * expr.c: (enum insn_code cmpstrn_optab): Declare.
1231         * config/i386/i386.md: s/cmpstr/cmpstrn
1232         * config/c4x/c4x.md: s/cmpstr/cmpstrn
1233         * doc/md.texi: Update documentation.
1234
1235 2005-07-11  Richard Henderson  <rth@redhat.com>
1236
1237         * config/alpha/alpha.c (alpha_gimplify_va_arg_1): Use
1238         build_va_arg_indirect_ref.
1239         (alpha_gimplify_va_arg): Likewise.
1240         * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
1241         * config/i860/i860.c (i860_gimplify_va_arg_expr): Likewise.
1242         * config/mips/mips.c (mips_gimplify_va_arg_expr): Likewise.
1243         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
1244         * config/sh/sh.c (sh_gimplify_va_arg_expr): Likewise.
1245         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg):
1246         Likewise.
1247         * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.
1248
1249 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
1250
1251         * tree-flow.h (remove_empty_loops, single_dom_exit): Declare.
1252         * passes.c (init_optimization_passes): Add pass_empty_loop.
1253         * tree-pass.h (pass_empty_loop): Declare.
1254         * tree-ssa-loop-ivcanon.c (empty_loop_p, remove_empty_loop,
1255         try_remove_empty_loop, remove_empty_loops): New functions.
1256         * tree-ssa-loop-ivopts.c (single_dom_exit): Export.
1257         * tree-ssa-loop.c (tree_ssa_empty_loop, pass_empty_loop): New.
1258
1259 2005-07-12  Peter Barada  <peter@the-baradas.com>
1260
1261         PR middle-end/16719
1262         PR middle-end/18421
1263         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Disallow bytes
1264         in address registers.
1265         * config/m68k/m68k.c (hard_regno_mode_ok): Likewise.
1266         * config/m68k/m68k.md: Replace 's' with 'i' in 4th
1267         alternative of addsi3_5200.
1268
1269 2005-07-11  Ian Lance Taylor  <ian@airs.com>
1270
1271         * config/mips/mips.md (ffs<mode>2): Remove.
1272
1273 2005-07-11  Ian Lance Taylor  <ian@airs.com>
1274
1275         * doc/tree-ssa.texi (Cleanups): Improve description of
1276         TRY_FINALLY_EXPR.
1277         (GIMPLE Exception Handling): Clarify TRY_CATCH_EXPR cases.
1278
1279 2005-07-11  Daniel Berlin  <dberlin@dberlin.org>
1280         
1281         * print-tree.c (print_node): Use DECL_ARGUMENT_FLD.
1282         * tree.h (DECL_ARGUMENT_FLD): New macro.
1283
1284 2005-07-11  Daniel Berlin  <dberlin@dberlin.org>
1285         
1286         Fix PR tree-optimization/22404
1287
1288         * tree-ssa-structalias.c (create_variable_info_for): Use
1289         correct offset.
1290
1291 2005-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
1292
1293         * config/bfin/bfin.md (cmpsi, compare_eq, compare_ne, compare_lt,
1294         compare_le, compare_leu, compare_ltu): Use reg_or_const_int_operand
1295         for second comparison operand.
1296         * config/bfin/predicates.md (reg_or_const_int_operand): New.
1297
1298         * config/bfin/bfin.md (define_attr "type"): Add "sync".
1299         (define_insn_reservation "alu"): Likewise.
1300         (csync, ssync): Now of type sync.
1301         * config/bfin/bfin.h (TARGET_DEFAULT): Defaults to
1302         -mcsync-anomaly -mspecld-anomaly.
1303         * config/bfin/bfin.opt (mcsync): Remove.
1304         (mcsync-anomaly, mspecld-anomaly): Add.
1305         * config/bfin/bfin.c: Include "insn-codes.h".
1306         (bfin_reorg): Extend to handle the CSYNC anomaly as well.
1307         (TARGET_DEFAULT_TARGET_FLAGS): New.
1308         * doc/invoke.texi: Document -mcsync-anomaly, -mspecld-anomaly.
1309
1310 2005-07-11  Steven Bosscher  <stevenb@suse.de>
1311
1312         * basic-block.h: Give the BB flags enum a name, bb_flags.
1313         Add new flags BB_FORWARDER_BLOCK, and BB_NONTHREADABLE_BLOCK.
1314         * cfgcleanup.c (enum bb_flags): Remove here.
1315         (BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG): Remove.
1316         (notice_new_block): Set/test bb->flags instead of aux via BB_FLAGS.
1317         (update_forwarder_flag): Likewise.
1318         (thread_jump): Likewise.
1319         (try_forward_edges): Likewise.
1320         (try_optimize_cfg): Likewise.  Clear bb->flags before updating the
1321         forwarder flags.  Don't clear bb->aux for all basic blocks.  Only
1322         reset the BB_FORWARDER_BLOCK and BB_NONTHREADABLE_BLOCK flags.
1323
1324 2005-07-11  Richard Guenther  <rguenther@suse.de>
1325
1326         * config/i386/i386.opt: New target option -msseregparm.
1327         * config/i386/i386.c (override_options): Error out for
1328         -msseregparm but no SSE support.
1329         (ix86_function_sseregparm): Check for global sseregparm.
1330         * doc/invoke.texi: Document -msseregparm.
1331
1332 2005-07-11  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1333
1334         * config.gcc (m32r-*-linux*): Use the default extra_parts.
1335         (m32rle-*-linux*): Ditto.
1336
1337 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
1338
1339         * cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type)
1340         instead of TYPE_MAX_VALUE (TYPE_DOMAIN (type)) to get array size in
1341         bytes.
1342
1343 2005-07-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1344
1345         PR middle-end/22239
1346         PR target/20126
1347         * loop.c (loop_givs_rescan): Use expand_simple_binop instead of
1348         gen_rtx_MINUS to handle non-replaceable (plus ((x) (const)).
1349
1350 2005-07-07  Daniel Berlin  <dberlin@dberlin.org>
1351
1352         * tree-ssa-structalias.c (struct variable_info): Heapify complex.
1353         (varmap): Heapify varmap.
1354         (constraints): Heapify constraints.
1355         (struct constraint_graph): Heapify succs and preds.
1356         (constraint_vec_find): Update for heapification.
1357         (constraint_set_union): Ditto.
1358         (insert_into_complex): Ditto.
1359         (constraint_edge_vec_find): Ditto.
1360         (erase_graph_self_edge): Ditto.
1361         (add_graph_edge): Ditto.
1362         (get_graph_weights): Ditto.
1363         (merge_graph_nodes): Ditto.
1364         (build_constraint_graph): Ditto.
1365         (topo_visit): Ditto.
1366         (solve_graph): Ditto.
1367         (create_variable_info_for): Ditto.
1368         (init_base_vars): Ditto.
1369         (delete_points_to_sets): Free graph, varmap, and complex constraints.
1370         (condese_varmap_nodes): Free complex vector.
1371         (clear_edges_for_node): Clear succs and preds vector.
1372
1373 2005-07-10  Daniel Berlin  <dberlin@dberlin.org>
1374
1375         * tree-ssa-structalias.c (update_alias_info): Change counting of
1376         references to not include vdefs.
1377         
1378 2005-07-10  Daniel Berlin  <dberlin@dberlin.org>
1379
1380         * tree-ssa-alias.c (free_used_part_map): Add missing free.
1381         (up_insert): Ditto.
1382
1383 2005-07-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1384
1385         * pa.c (pa_commutative_p): Make PLUS commutative when
1386         TARGET_NO_SPACE_REGS is true.
1387
1388 2005-07-09  Diego Novillo  <dnovillo@redhat.com>
1389
1390         * Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h
1391         * tree-cfg.c (CHECK_OP): Only test for is_gimple_val.
1392         * tree-dfa.c (dump_subvars_for): New.
1393         (debug_subvars_for): New.
1394         (dump_variable): Show subvariables if VAR has them.
1395         * tree-flow-inline.h (get_subvar_at): New.
1396         (overlap_subvar): Change offset and size to unsigned HOST_WIDE_INT.
1397         * tree-flow.h (struct ptr_info_def): Remove field pt_malloc.
1398         Update all users.
1399         (struct subvar): Change fields offset and size to unsigned
1400         HOST_WIDE_INT.
1401         (dump_subvars_for): Declare.
1402         (debug_subvars_for): Declare.
1403         (get_subvar_at): Declare.
1404         (okay_component_ref_for_subvars): Change 2nd and 3rd argument
1405         to unsigned HOST_WIDE_INT *.
1406         (overlap_subvar): Likewise.
1407         * tree-gimple.c (is_gimple_reg): Always return false for
1408         SFTs and memory tags.
1409         * tree-pass.h (pass_build_pta, pass_del_pta): Remove.
1410         Update all callers.
1411         * tree-ssa-alias.c: Include tree-ssa-structalias.h.
1412         (compute_may_aliases): Call compute_points_to_sets.
1413         (collect_points_to_info_for): Remove.
1414         (compute_points_to_and_addr_escape): Remove.
1415         (delete_alias_info): Call delete_points_to_sets.
1416         (compute_flow_sensitive_aliasing): If the call to
1417         find_what_p_points_to returns false, call set_pt_anything.
1418         (add_may_alias): Set TREE_ADDRESSABLE when adding a new alias.
1419         (set_pt_anything): Clear pi->pt_vars.
1420         (set_pt_malloc): Remove.
1421         (merge_pointed_to_info): Remove.
1422         (add_pointed_to_expr): Remove.
1423         (add_pointed_to_var): Remove.
1424         (collect_points_to_info_r): Remove.
1425         (is_escape_site): Make extern.
1426         (create_sft): New.
1427         (create_overlap_variables_for): Call it.
1428         * tree-ssa-copy.c (merge_alias_info): Never merge
1429         flow-sensitive alias information.
1430         * tree-ssa-operands.c (get_expr_operands): Adjust variables
1431         offset and size to be unsigned HOST_WIDE_INT.
1432         (add_to_addressable_set): Rename from note_addressable.
1433         Set TREE_ADDRESSABLE as the variables are added to the set.
1434         Update all users.
1435         (add_stmt_operand): Do not try to micro-optimize unmodifiable
1436         operands into VUSEs when adding V_MAY_DEFs for members in an
1437         alias set.
1438         * tree-ssa-operands.h (add_to_addressable_set): Declare.
1439         * tree-ssa-structalias.c: Include tree-ssa-structalias.h last.
1440         (struct variable_info): Add bitfield is_heap_var.
1441         (var_anyoffset, anyoffset_tree, anyoffset_id): Declare.
1442         (new_var_info): Initialize is_heap_var.
1443         (get_constraint_for): Add HEAP variables to the symbol table.
1444         Mark them with is_heap_var.
1445         (update_alias_info): New.  Taken mostly from the old
1446         compute_points_to_and_addr_escape.
1447         (handle_ptr_arith): New.
1448         (find_func_aliases): Call update_alias_info.
1449         Call handle_ptr_info for tcc_binary expressions.
1450         Call mark_stmt_modified.
1451         (create_variable_info_for): If DECL has subvars, do not create
1452         variables for its subvars.  Always add all the fields.
1453         (set_uids_in_ptset): If the solution includes ANYOFFSET and
1454         SFTs, then add all the SFTs of the structure.
1455         If VI->DECL is an aggregate with subvariables, add the SFT at
1456         VI->OFFSET.
1457         (find_what_p_points_to): If VI is an artificial variable,
1458         translate to bitfields in SSA_NAME_PTR_INFO.
1459         If the solution is empty, set pi->pt_vars to NULL
1460         (init_base_vars): Create ANYOFFSET.
1461         (compute_points_to_sets): Rename from create_alias_vars.
1462         Make extern.
1463         (pass_build_pta): Remove.
1464         (delete_points_to_sets): Rename from delete_alias_vars.
1465         (pass_del_pta): Remove.
1466         * tree-ssa-structalias.h (struct alias_info): Move from
1467         tree-ssa-alias.h.
1468         (NUM_REFERENCES, NUM_REFERENCES_CLEAR, NUM_REFERENCES_INC,
1469         NUM_REFERENCES_SET): Likewise.
1470         (compute_points_to_sets, delete_points_to_sets): Declare.
1471
1472 2005-07-09  Richard Henderson  <rth@redhat.com>
1473
1474         * config/alpha/alpha.c (emit_insxl, alpha_expand_compare_and_swap_12,
1475         alpha_split_compare_and_swap_12, alpha_expand_lock_test_and_set_12,
1476         alpha_split_lock_test_and_set_12): New functions.
1477         * config/alpha/alpha-protos.h: Update.
1478         * config/alpha/alpha.md (UNSPEC_MB, UNSPEC_ATOMIC,
1479         UNSPEC_CMPXCHG, UNSPEC_XCHG): Rename from UNSPECV_FOO.
1480         * config/alpha/sync.md (I12MODE): New.
1481         (memory_barrier, mb_internal): Use unspec instead of unspec_volatile.
1482         (sync_<fetchop_name><I48MODE>): Likewise.
1483         (sync_nand<I48MODE>): Likewise.
1484         (sync_old_<fetchop_name><I48MODE>): Likewise.
1485         (sync_new_<fetchop_name><I48MODE>): Likewise.
1486         (sync_old_nand<I48MODE>, sync_new_nand<I48MODE>): Likewise.
1487         (sync_compare_and_swap<I48MODE>): Likewise.
1488         (sync_lock_test_and_set<I48MODE>): Likewise.
1489         (sync_compare_and_swap<I12MODE>): New.
1490         (sync_compare_and_swap<I12MODE>_1): New.
1491         (sync_lock_test_and_set<I12MODE>): New.
1492         (sync_lock_test_and_set<I12MODE>_1): New.
1493
1494 2005-07-09  Diego Novillo  <dnovillo@redhat.com>
1495
1496         PR 21356
1497         PR 22332
1498         * passes.c (execute_todo): Cleanup the CFG before updating SSA.
1499
1500 2005-07-09  Jakub Jelinek  <jakub@redhat.com>
1501
1502         * config/i386/i386.c (output_set_got): Don't omit OFFSET FLAT:
1503         in Intel syntax add %reg, OFFSET FLAT:_GLOBAL_OFFSET_TABLE_+(.-.Lx).
1504
1505 2005-07-09  Richard SAndiford  <richard@codesourcery.com>
1506
1507         PR target/21656
1508         * config/mips/elf.h (NO_IMPLICIT_EXTERN_C): Define.
1509
1510 2005-07-08  David Edelsohn  <edelsohn@gnu.org>
1511
1512         * config/rs6000/sync.md (load_locked_<mode>): Use Z for
1513         memory_operand constraint.
1514         (store_conditional_<mode>): Same.
1515         (sync_compare_and_swap<mode>): Same.
1516         (sync_lock_test_and_set<mode>): Same.
1517
1518 2005-07-08  Hans-Peter Nilsson  <hp@axis.com>
1519
1520         Rewrite PIC support to more closely model actual instructions.
1521         * config/cris/cris-protos.h (cris_gotless_symbol, cris_got_symbol)
1522         (cris_symbol): Remove prototypes for removed functions.
1523         (cris_pic_symbol_type_of, cris_valid_pic_const)
1524         (cris_expand_pic_call_address): Prototypes for new functions.
1525         * config/cris/cris/cris.c (cris_pic_sympart_only): Remove unused
1526         variable.
1527         (cris_print_operand) <case 'v', 'P'>: Remove cases for unused
1528         modifiers.
1529         <case ':'>: Add case for new punctuation character.
1530         <case 'd'>: Temporarily set flag_pic = 2 instead of incorrectly
1531         emitting (extra) PIC modifier.
1532         <case UNSPEC>: Do not assert for PLT.
1533         (cris_initial_frame_pointer_offset, cris_simple_epilogue)
1534         (cris_expand_prologue, cris_expand_epilogue): Check
1535         for pic_offset_table_rtx usage instead of taking
1536         current_function_uses_pic_offset_table as the final word.
1537         (cris_rtx_costs, cris_address_cost, cris_side_effect_mode_ok):
1538         Remove flag_pic difference.
1539         (cris_valid_pic_const, cris_pic_symbol_type_of): New functions,
1540         the moral equivalents of...
1541         (cris_symbol, cris_gotless_symbol, cris_got_symbol): Remove
1542         functions.
1543         (cris_legitimate_pic_operand): Just call cris_valid_pic_const.
1544         (cris_handle_option): Mark ARG as unused.
1545         (cris_expand_pic_call_address): New worker function for "call",
1546         "call_value".
1547         (cris_asm_output_symbol_ref, cris_asm_output_label_ref): Do not
1548         output PIC constructs here.
1549         (cris_output_addr_const_extra): Changes for emitting PIC modifiers
1550         as symbol-specific modifers, not whole or part of operands.
1551         * config/cris/cris/cris.h (EXTRA_CONSTRAINT): Remove 'U' case.
1552         (EXTRA_CONSTRAINT_S): Changed semantics: allow only CONST-wrapped
1553         constants and flag_pic.
1554         (CONSTANT_INDEX_P): Adjust for new functions.
1555         (enum cris_pic_symbol_type): New helper type.
1556         (PRINT_OPERAND_PUNCT_VALID_P): Add ':'.
1557         * config/cris/cris/cris.md (CRIS_UNSPEC_GOTREL)
1558         (CRIS_UNSPEC_GOTREAD, CRIS_UNSPEC_PLTGOTREAD): New
1559         define_constants.
1560         ("movsi"): Emit actual instructions for GOT and relative access.
1561         ("*movsi_got_load"): New pattern to set up the register holding
1562         the GOT pointer.
1563         ("*movsi_internal"): Operand 1 is not a plain general_operand.
1564         Adjust FIXME for 'S'.
1565         <output for 'S' alternative>: Sanity-check UNSPEC types for PIC.
1566         Use "movs" for -fpic cases.
1567         ("addsi3"): Add alternative for 'S'; use adds.w when possible.
1568         ("uminsi3","*expanded_call_value"): Remove 'S' alternative.
1569         ("call", "call_value"): Just call cris_expand_pic_call_address for
1570         PIC addresses.
1571         ("*expanded_call_no_gotplt", "*expanded_call_value_no_gotplt"):
1572         Remove special pattern.
1573         ("*expanded_call_side", "*expanded_call_value_side"): New
1574         patterns.
1575         (gotplt-to-plt, gotplt-to-plt-side-call)
1576         (gotplt-to-plt-side-call-value, gotplt-to-plt-side): New
1577         peephole2:s.
1578         * config/cris/cris/predicates.md
1579         ("cris_general_operand_or_gotless_symbol"): Remove unused
1580         predicate.
1581         ("cris_general_operand_or_symbol"): Adjust for new functions.
1582
1583 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
1584
1585         * config/darwin.h (TARGET_C99_FUNCTIONS): Define to 1.
1586
1587 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
1588
1589         * Makefile.in (TREE_H): Add treestruct.def.
1590         (c-decl.o): Add pointer-set.h
1591         * c-decl.c (diagnose_mismatched_decls): Don't attempt to look at
1592         visibility on regular DECL's.
1593         (merge_decls): Fix the copying of decl nodes of various types for
1594         the new structures.  Don't update RTL, section name, weak status,
1595         etc, on DECL's without RTL.     
1596         (grokdeclarator): DECL_ARG_TYPE_AS_WRITTEN is gone.
1597         Don't check volatile on non-variable types.
1598         (store_parm_decls_oldstyle): Use pointer_set instead of DECL_WEAK
1599         to check whether we have seen arguments.
1600         * c-objc-common.c (c_tree_printer): Reverse order of tests so that
1601         flag is checked before field (flag is common, field is not).    
1602         * dwarf2out.c (decl_ultimate_origin):  Only DECL's with
1603         TS_DECL_COMMON could have an origin.
1604         (add_location_or_const_value_attribute): Don't check section name
1605         on non-var/function decls.
1606         (dwarf2out_var_location): Reverse order of tests.
1607         * emit-rtl.c (set_reg_attrs_for_parm): DECL_CHECK is dead, replace
1608         with DECL_WRTL_CHECK.
1609         * expmed.c (make_tree): rtl is now in decl_with_rtl.
1610         * fold-const.c (fold_binary): Don't check weakness on
1611         non-var/function decls.
1612         (tree_expr_nonzero_p): Ditto.
1613         (fold_checksum_tree): Use tree_decl_extra as sizeof
1614         buffer.
1615         * ggc-page.c (extra_order_size_table): Add sizes for
1616         tree_decl_non_common, tree_parm_decl,  tree_var_decl, and
1617         tree_field_decl.
1618         * gimplify.c (gimplify_bind_expr): Only set
1619         DECL_SEEN_IN_BIND_EXPR_P on VAR_DECL.
1620         * integrate.c (copy_decl_for_inlining): Don't set RTL on decl's
1621         without RTL.
1622         * langhooks-def.h (LANG_HOOK_INIT_TS): New.
1623         * langhooks.h (init_ts). New langhook.
1624         * passes.c (rest_of_decl_compilation): Reverse order of tests.
1625         * print-tree.c (print_node): Update to only print fields that
1626         exist in the structures the passed decl has.
1627         * toplev.c (wrapup_global_declarations): Don't reset
1628         DECL_DEFER_OUTPUT on DECL's that don't contain it.
1629         * tree-browser.c (browse_tree): DECL_ARG_TYPE_AS_WRITTEN removed.
1630         * tree-inline.c (remap_decl): Ditto.
1631         * tree-outof-ssa.c (create_temp): Reverse order of tests.
1632         * tree-pretty-print.c (print_declaration): Don't print
1633         DECL_REGISTER on things that don't contain it.
1634         * tree-vrp.c (expr_computes_nonzero): Don't check weakness on
1635         non-var/function decls.
1636         * tree.c (tree_contains_struct): New structure.
1637         (init_priority_for_decl): New hashtable.
1638         (tree_int_map): New structure.
1639         (tree_int_map_eq): New function.
1640         (tree_int_map_marked_p): Ditto.
1641         (tree_int_map_hash): Ditto.
1642         (tree_map): Move to tree.h.
1643         (tree_map_eq): Externalize.
1644         (tree_map_hash): Ditto.
1645         (tree_map_marked_p): Ditto.
1646         (init_ttree): Set up tree_contains_struct and call langhook.
1647         (decl_assembler_name): Use DECL_NON_COMMON_CHECK..
1648         (tree_code_size): Update for new structures.
1649         (tree_node_structure): Update for new structures.
1650         (make_node_stat): Don't try to set DECL_IN_SYSTEM_HEADER on decls
1651         without the field.
1652         (copy_node_stat):  Copy init priority.
1653         (build_decl_stat): Ditto for visibility.
1654         (ts_enum_names): New.
1655         (tree_contains_struct_check_failed): New function.
1656         (decl_init_priority_lookup): Ditto.
1657         (decl_init_priority_insert): Ditto.
1658         * treestruct.def: New file.
1659         * tree.h (CODE_CONTAINS_STRUCT): New macro.
1660         (CONTAINS_STRUCT_CHECK): Ditto.
1661         (tree_contains_struct_check_failed): New prototype.
1662         (DECL_CHECK): Removed.
1663         (DECL_MINIMAL_CHECK): New.
1664         (DECL_COMMON_CHECK): Ditto.
1665         (DECL_WRTL_CHECK): Ditto.
1666         (DECL_NON_COMMON_CHECK): Ditto.
1667         (DECL_WITH_VIS_CHECK): Ditto.
1668         (VAR_OR_FUNCTION_DECL_P): Ditto
1669         (struct tree_decl_minimal): New structure.
1670         (struct tree_decl_common): Ditto.
1671         (struct tree_decl_with_rtl): Ditto.
1672         (struct tree_decl_with_vis): Ditto.
1673         (struct tree_decl_non_common): Ditto.
1674         (struct tree_field_decl): Ditto.
1675         (struct tree_parm_decl): Ditto.
1676         (struct tree_var_decl): Ditto.
1677         (struct tree_function_decl): Ditto.
1678         (struct tree_const_decl): Ditto.
1679         (struct tree_result_decl): Ditto.
1680         (union tree_node): Add new structures.
1681         * var-tracking.c (track_expr_p): Reverse order of tests.
1682         
1683         * doc/c-tree.texi: Add documentation on DECL node internal structure.
1684
1685 2005-07-08  Kazu Hirata  <kazu@codesourcery.com>
1686
1687         * cfgexpand.c (tree_expand_cfg): Don't use FINALIZE_PIC.
1688         * system.h: Poison FINALIZE_PIC.
1689         * doc/tm.texi (FINALIZE_PIC): Remove.
1690
1691 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
1692
1693         PR tree-opt/22329
1694         * tree-ssa-propagate.c (fold_predicate_in): Convert the value
1695         to the correct type if we have a MODIFY_EXPR.
1696
1697 2005-07-08  Kazu Hirata  <kazu@codesourcery.com>
1698
1699         PR tree-optimization/22360
1700         * tree.c (upper_bound_in_type): Fix calculations for casting
1701         to a non-wider signed type and casting a signed value to a
1702         wider unsigned type.
1703         (lower_bound_in_type): Fix calculations for casting to a
1704         non-wider signed type.
1705
1706         PR tree-optimization/20139
1707         * tree-cfg.c (remove_bb): Check in_ssa_p before calling
1708         release_defs.
1709         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Call
1710         fold_cond_expr_cond.
1711         * tree-ssanames.c (release_defs): Assert in_ssa_p.
1712         * tree.c (upper_bound_in_type, lower_bound_in_type): Rewrite.
1713
1714 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
1715
1716         PR tree-opt/22356
1717         * tree-complex.c (expand_complex_libcall): Produce
1718         REALPART_EXPR/IMAGPART_EXPR with the correct type.
1719
1720 2005-07-08  Kenneth Zadeck <zadeck@naturalbridge.com>
1721
1722         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
1723         bitmap_and_compl_into, bitmap_xor, bitmap_xor_into): Removed "a !=
1724         b" assert and inserted fastpath code for this case.
1725         (bitmap_ior): Removed "a != b" assert.
1726
1727 2005-07-08  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1728
1729         * config/m32r/linux.h (STARTFILE_SPEC): Support PIE.
1730         (ENDFILE_SPEC): Likewise.
1731         * config/m32r/m32r.h (ASM_SPEC): Likewise.
1732
1733         * config/m32r/m32r.c (m32r_output_function_epilogue): Care for
1734         a large stack frame at epilogue.
1735
1736 2005-07-08  David Billinghurst  <David.Billinghurst@riotinto.com>
1737
1738         * final.c: Include sdbout.h when required.
1739
1740 2005-07-07  Geoffrey Keating  <geoffk@apple.com>
1741
1742         * config.gcc (*-*-darwin*): Only one target-specific header file
1743         for generic darwin.
1744         (powerpc-*-darwin*): Add version-specific header files.
1745         * configure.in (gcc_AC_CHECK_DECLS): Add strverscmp.
1746         * config.in: Regenerate.
1747         * configure: Regenerate.
1748         * gcc.c: Include xregex.h.
1749         (version_compare_spec_function): New.
1750         (spec_function): Add version-compare.
1751         (replace_outfile_spec_function): Reformat comment.
1752         (compare_version_strings): New.
1753         * config/darwin-c.c (version_as_macro): New.
1754         (builtin_define): New.
1755         (darwin_cpp_builtins): New.
1756         * config/darwin-protos.h (darwin_cpp_builtins): New.
1757         * config/darwin.h (CPP_SPEC): Don't define APPLE_CC here.
1758         (LIB_SPEC): Make unconditional, update comment.
1759         (TARGET_C99_FUNCTIONS): Define.
1760         * config/darwin.opt: Sort.
1761         (mmacosx-version-min=): New.
1762         * config/darwin7.h: Delete.
1763         * config/darwin8.h: Delete.
1764         * config/i386/darwin.h (): Call darwin_cpp_builtins.
1765         * config/rs6000/darwin.h (): Call darwin_cpp_builtins.
1766         (TARGET_C99_FUNCTIONS): Define.
1767         * config/rs6000/darwin7.h: New.
1768         * config/rs6000/darwin8.h: New.
1769         * doc/invoke.texi (Darwin Options): Add -mmacosx-version-min=
1770         (-mmacosx-version-min): Document.
1771
1772 2005-07-07  Ian Lance Taylor  <ian@airs.com>
1773
1774         * config/mips/mips.md (abs<mode>2) [GPR]: Remove.
1775
1776 2005-07-07  John David Anglin  <dave.anglin@nrc-crc.gc.ca>
1777
1778         PR middle-end/22239
1779         * loop.c (loop_givs_rescan): Check that v->new_reg is a REG.
1780
1781 2005-07-07  Khem Raj  <kraj@mvista.com>
1782
1783         * config/arm/arm.c (thumb_output_function_prologue): Calculate offset
1784         in bytes, not words.
1785
1786 2005-07-07  Paul Brook  <paul@codesourcery.com>
1787
1788         * config/arm/arm.c (arm_pad_arg_upward): Compare return value of
1789         DEFAULT_FUNCTION_ARG_PADDING to upward.
1790
1791 2005-07-07  Richard Henderson  <rth@redhat.com>
1792
1793         * function.c (locate_and_pad_parm): Record parameter alignment in
1794         stack_alignment_needed.
1795
1796 2005-07-07  David Edelsohn  <edelsohn@gnu.org>
1797
1798         * config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_SYNC_OP,
1799         UNSPEC_SYNC_SWAP, UNSPEC_LWSYNC, UNSPEC_ISYNC): Delete.
1800         (UNSPECV_LL, UNSPECV_SC, UNSPECV_ATOMIC, UNSPECV_SYNC,
1801         UNSPECV_SYNC_OP, UNSPECV_CMPXCHG, UNSPECV_LWSYNC, UNSPECV_ISYNC): New.
1802         (define_attr "type"): Add isync, sync, load_l, store_c.
1803         * config/rs6000/sync.md (memory_barrier): Change to define_expand.
1804         Create scratch volatile MEM.
1805         (sync_internal): New.  POWER mnemonic is dcs, not ics.  Attribute
1806         sync.
1807         (load_locked_<mode>): New.
1808         (store_conditional_<mode>): New.
1809         (sync_compare_and_swap<mode>): Replace with splitter.
1810         (sync_lock_test_and_set<mode>): Replace with splitter.
1811         (sync_<fetchop><mode>): Change to unspec_volatile UNSPECV_SYNC_OP
1812         and UNSPECV_ISYNC.
1813         (isync): Change to unspec_volatile UNSPECV_ISYNC.  POWER mnemonic
1814         is ics.  Attribute isync.
1815         (lwsync): Change to unspec_volatile UNSPECV_LWSYNC.  Attribute
1816         lwsync.
1817         * config/rs6000/rs6000.c (rs6000_emit_sync): Use UNSPEC_VOLATILE
1818         and UNSPECV_SYNC_OP.
1819         (emit_unlikely_jump): New.
1820         (emit_load_locked): New.
1821         (emit_store_conditional): New.
1822         (rs6000_split_compare_and_swap): New.
1823         (rs6000_split_lock_test_and_set): New.
1824         (is_dispatch_slot_restricted): Return 4 for TYPE_LOAD_L,
1825         TYPE_STORE_C, TYPE_ISYNC, TYPE_SYNC.
1826         * config/rs6000/rs6000-protos.h (rs6000_split_compare_and_swap,
1827         rs6000_split_lock_test_and_set): Declare.
1828         * config/rs6000/{40x.md,440.md,603.md,6xx.md,7450.md,7xx.md,8540.md,
1829         mpc.md,power4.md,power5.md,rios1.md,rios2.md,rs64.md): Add load_l,
1830         store_c, isync, sync.
1831
1832 2005-07-07  Kelley Cook  <kcook@gcc.gnu.org>
1833
1834         * Makefile.in (echo_quoted_to_gtyp): New template for outputing
1835         filenames to gtyp-gen.h.
1836         (s-typ-gen): Use it in place of for loops.
1837
1838 2005-07-07  J"orn Rennecke <joern.rennecke@st.com>
1839
1840         * hooks.c (hook_bool_rtx_int_false): New function.
1841         * hooks.h (hook_bool_rtx_int_false): Declare.
1842         * target-def.h (TARGET_COMMUTATIVE_P): Define.
1843         (TARGET_INITIALIZER): Add TARGET_COMMUTATIVE_P.
1844         * target.h (struct gcc_target): Add commutative_p member.
1845         * targhooks.c (hook_bool_rtx_commutative_p): New function.
1846         * targhooks.h (hook_bool_rtx_commutative_p): Declare.
1847         * pa.c (TARGET_COMMUTATIVE_P): Redefine.
1848         (pa_commutative_p): New function.
1849         * jump.c (target.h): Include.
1850         (rtx_renumbered_equal_p): Use targetm.commutative_p.
1851         * doc/tm.texi: Document TARGET_COMMUTATIVE_P.
1852
1853 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
1854
1855         * config/s390/s390-protos.h (s390_expand_clrmem): Delete.
1856         (s390_expand_setmem): New.
1857         * config/s390/s390.c: Likewise. 
1858         (print_shift_count_operand): Truncate to 12 bits instead of 6.
1859         Adapt comments.
1860         * config/s390/s390.md: ("setmem<mode>"): Accept character as
1861         general_operand.  Call new function "s390_expand_setmem".
1862         ("clrmem_long", "*clrmem_long"): Rewrite to ...
1863         ("setmem_long", "*setmem_long"): ... this.
1864
1865 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
1866         
1867         * config/s390/s390.c: (optimization_options): Enable
1868         TARGET_MVCLE at -Os.
1869         * doc/invoke.texi: Document changes in default behaviour.
1870         * config/s390/s390.opt: ("mvcle"): Fix typo: is "mmvcle".
1871
1872 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
1873
1874         * expr.c: (set_storage_via_setmem): Convert opchar to mode
1875         defined by back-end.
1876
1877 2005-07-07  Jakub Jelinek  <jakub@redhat.com>
1878
1879         * config/sparc/sparc.md (stack_protect_testsi): Put clobbers after
1880         all sets in the pattern.
1881         * config/rs6000/rs6000.md (stack_protect_testsi,
1882         stack_protect_testdi): Likewise.
1883
1884 2005-07-06  Jeff Law  <law@redhat.com>
1885
1886         * tree-vrp.c (simplify_using_ranges): Kill.
1887         (vrp_finalize): Remove call to simplify_using_ranges.
1888         (simplify_stmt_using_ranges): New function extracted from
1889         simplify_using_ranges.
1890         (simplify_div_or_mod_using_ranges): Likewise.
1891         (simplify_abs_using_ranges): Likewise.
1892         (simplify_cond_using_ranges): New function.
1893         * tree-flow.h (simplify_stmt_using_ranges): Prototype.
1894         * tree-ssa-propagate.c (substitute_and_fold): Call
1895         simplify_stmt_using_ranges if we have range information.
1896
1897 2005-07-06  James E. Wilson  <wilson@specifixinc.com>
1898
1899         * config/ia64/ia64.c (ia64_reorg): Check optimize before
1900         ia64_flag_schedule_isns2.
1901
1902         * config/ia64/ia64.c (ia64_expand_movxf_movrf): Don't word swap when
1903         reading/writing general registers.
1904         (ia64_function_arg): Revert 2005-06-18 change.
1905
1906 2005-07-06  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
1907
1908         * pa.c (legitimize_pic_address): Use gcc_assert instead of abort.
1909         (legitimize_tls_address): Use gcc_unreachable instead of abort.
1910
1911 2005-07-06  Kaz Kojima  <kkojima@gcc.gnu.org>
1912
1913         * function.c (expand_function_end): Revert part of 2005-06-27
1914         patch.  Do sjlj_emit_function_exit_after after return_label.
1915
1916 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
1917
1918         * doc/install.texi (--disable-libssp): New.
1919
1920 2005-07-06  Fariborz Jahanian <fjahanian@apple.com>
1921
1922         * doc/invoke.texi: Update -fforce-mem documentation.
1923         * dojump.c (compare_from_rtx,do_compare_rtx_and_jump): Remove 
1924         code for -fforce-mem.
1925         * expmed.c: (store_bit_field,store_fixed_bit_field,
1926         extract_bit_field): Ditto.
1927         * expr.c: (convert_move): Ditto.
1928         * optabs.c: (expand_binop,expand_twoval_unop,expand_twoval_binop,
1929         expand_unop,emit_unop_insn,prepare_cmp_insn,emit_conditional_move,
1930         emit_conditional_add,expand_float,expand_fix): Ditto.
1931         * opts.c: (decode_options): Remove setting of flag_force_mem flag.
1932         (common_handle_option): Issue warning when -fforce-mem specified.
1933
1934 2005-07-06  Paul Brook  <paul@codesourcery.com>
1935
1936         * aclocal.m4: Work around a bug in AC_PATH_PROGS when its last
1937         argument is empty.
1938         * configure: Regenerate.
1939
1940 2005-07-06  J"orn Rennecke <joern.rennecke@st.com>
1941
1942         * sh.c (final_prescan_insn): Undo bogus change from 2005-05-09.
1943
1944 2005-07-06  Daniel Berlin  <dberlin@dberlin.org>
1945
1946         Fix PR tree-optimization/22319
1947         Fix PR tree-optimization/22140
1948         Fix PR tree-optimization/22310
1949
1950         * tree-ssa-structalias.c (do_structure_copy): Give up earlier on
1951         variable sized types.
1952         Use correct type for intermediate structure on *a = *b structure
1953         copies.
1954                 
1955 2005-07-06  Jakub Jelinek  <jakub@redhat.com>
1956
1957         * config/rs6000/rs6000.h (RS6000_VARARGS_AREA, RS6000_VARARGS_SIZE):
1958         Remove.
1959         (STARTING_FRAME_OFFSET): Don't add RS6000_VARARGS_AREA.
1960         (machine_function): Move typedef to...
1961         * config/rs6000/rs6000.c (machine_function): ... here.  Add
1962         varargs_save_offset field.
1963         (rs6000_stack_t): Remove varargs_size field.
1964         (setup_incoming_varargs): Allocate varargs save area using
1965         assign_stack_local, try to make it as small as possible.
1966         Save offset from virtual_stack_vars_rtx to the save area
1967         in cfun->machine->varargs_save_offset.  Use UNITS_PER_FP_WORD
1968         instead of magic 8 when fp word byte size is used.
1969         (rs6000_va_start): Use cfun->machine->varargs_save_offset
1970         instead of -RS6000_VARARGS_SIZE.
1971         (rs6000_stack_info, debug_stack_info,
1972         rs6000_initial_elimination_offset): Remove all traces of
1973         varargs_size.
1974         * config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Remove.
1975         * config/rs6000/darwin.h (STARTING_FRAME_OFFSET): Don't add
1976         RS6000_VARARGS_AREA.
1977
1978 2005-07-06  Zdenek Dvorak  <dvorakz@suse.cz>
1979
1980         PR tree-optimization/21963
1981         * tree-ssa-loop-ivopts.c (get_computation_aff): Use
1982         constant_multiple_of in the same way get_computation_cost_at does.
1983
1984 2005-07-06  Jakub Jelinek  <jakub@redhat.com>
1985
1986         * config/sparc/sparc.h (sparc_compare_emitted): New extern.
1987         * config/sparc/sparc.c (sparc_compare_emitted): New variable.
1988         (gen_compare_reg): If sparc_compare_emitted is set, clear it
1989         and return its previous value.
1990         (emit_v9_brxx_insn): Assert sparc_compare_emitted is NULL.
1991         * config/sparc/sparc.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): New
1992         constants.
1993         (stack_protect_set, stack_protect_test): New expanders.
1994         (stack_protect_setsi, stack_protect_setdi, stack_protect_testsi,
1995         stack_protect_testdi): New insns.
1996         * config/sparc/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
1997         * config/sparc/linux64.h (TARGET_THREAD_SSP_OFFSET): Define.
1998
1999 2005-07-06  Jeff Law  <law@redhat.com>
2000
2001         * tree-ssa-dce.c (cfg_altered): New global.
2002         (tree_dce_init): Initialize cfg_altered.
2003         (remove_dead_stmt): If we remove an edge in the CFG, then set
2004         CFG_ALTERED.
2005         (perform_tree_ssa_dce): If we altered the CFG, then invalidate
2006         the dominators.
2007
2008 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
2009
2010         * Makefile.in (stamp-collect-ld): Use
2011         $(ORIGINAL_LD_FOR_TARGET) instead of $<.  Don't remove
2012         ./collect-ld if it already exists.
2013         (stamp-nm): Use $(ORIGINAL_NM_FOR_TARGET) instead of $<.
2014         Don't remove ./nm if it already exists.
2015
2016 2005-07-05  Devang Patel  <dpatel@apple.com>
2017
2018         * tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.
2019         (LOOP_VINFO_LOC, LOOP_LOC): Remove.
2020         * tree-vectorizer.c (vect_loop_location): New.
2021         (vect_print_dump_info): Use vect_loop_location.
2022         (new_loop_vec_info): Do not set LOOP_VINFO_LOC.
2023         (vectorize_loops): Set vect_loop_location.
2024         * tree-vect-analyze.c (vect_analyze_offset_expr, 
2025         vect_determin_vectorization_factor, vect_analyze_operations,
2026         vect_analyze_scalar_cycles, vect_analyze_data_ref_dependence,
2027         vect_analyze_data_ref_dependences, vect_compute_data_ref_alignment,
2028         vect_analyze_data_refs_alignment, vect_analyze_data_ref_access,
2029         vect_analyze_data_ref_accesses, vect_analyze_pointer_ref_access,
2030         vect_object_analysis, vect_analyze_data_refs, vect_mark_relevant,
2031         vect_stmt_relevant_p, vect_mark_stmts_to_be_vectorized,
2032         vect_can_advance_ivs_p, vect_get_loop_niters, vect_analyze_loop_form,
2033         vect_analyze_loop): Adjust vect_print_dump_info API.
2034         * tree-vect-transform.c (vect_create_addr_base_for_vector_ref,
2035         vect_create_data_ref_ptr, vect_init_vector, vect_get_vec_def_for_operand,
2036         vect_finish_stmt_generation, vectorizable_assignment, 
2037         vectorizable_operation, vectorizable_store, vectorizable_load, 
2038         vectorizable_live_operation, vectorizable_condition, vect_transform_stmt,
2039         vect_update_ivs_after_vectorizer, vect_do_peeling_for_loop_bound,
2040         vect_gen_ninters_for_prolog_loop, vect_do_peeling_for_alignment,
2041         vect_transform_loop): Same.
2042         * tree-vectorizer.c (get_vectype_for_scalar_type, vect_is_simple_use,
2043         vect_is_simple_reduction, vect_is_simple_iv_evolution, vectorize_loops):
2044         Same.
2045
2046 2005-07-05  Randolph Chung  <tausq@debian.org>
2047
2048         * configure.ac (hppa*-*-linux*: Check for a TLS capable gas.
2049         * configure: Regenerate.
2050         * config/pa/pa-protos.h (tls_symbolic_operand): Declare.
2051         (pa_tls_referenced_p): Declare.
2052         * config/pa/pa.c (legitimize_pic_address): Reject TLS operands.
2053         (gen_tls_tga, gen_tls_get_addr, hppa_tls_call): New.
2054         (legitimize_tls_address): New.
2055         (hppa_legitimize_address): Handle TLS addresses.
2056         (pa_tls_symbol_ref_1, pa_tls_referenced_p): New.
2057         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
2058         (emit_move_sequence): Handle TLS addresses.
2059         (pa_encode_section_info): Call default handler to handle common 
2060         sections.
2061         * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): New.
2062         (CONSTANT_ADDRESS_P): Reject TLS operands.
2063         (TARGET_HAVE_TLS) [HAVE_AS_TLS]: Define.
2064         * config/pa/pa.md (UNSPEC_TP, UNSPEC_TLSGD, UNSPEC_TLSLDM)
2065         (UNSPEC_TLSLDO, UNSPEC_TLSLDBASE, UNSPEC_TLSIE)
2066         (UNSPEC_TLSLE): Define new constants. 
2067         (tgd_load, tld_load, tld_offset_load, tp_load, tie_load, tle_load): New.
2068         * config/pa/predicates.md (symbolic_operand): Reject TLS operands.
2069         (tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand)
2070         (tie_symbolic_operand, tle_symbolic_operand): New
2071
2072 2005-07-06  Kelley Cook  <kcook@gcc.gnu.org>
2073
2074         * aclocal.m4: Update macros for autoconf 2.59 style.
2075         * configure.ac: Likewise.
2076
2077 2005-07-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2078
2079         * pa.c (function_value): Handle small aggregates on 32-bit targets.
2080         (function_arg): Pass small aggregates in general registers on 32-bit
2081         targets.
2082         * som.h (MEMBER_TYPE_FORCES_BLK): Delete define.
2083
2084 2005-07-05  Andrew Pinski  <pinskia@physics.uc.edu>
2085
2086         * Makefile.in (final.o): Fix dependencies.
2087
2088 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
2089
2090         PR c/22013
2091         PR c/22098
2092         * langhooks.h (struct lang_hooks): Add expr_to_decl.
2093         * langhooks.c (lhd_expr_to_decl): New.
2094         * langhooks-def.h (lhd_expr_to_decl, LANG_HOOKS_EXPR_TO_DECL):
2095         New.
2096         (LANG_HOOKS_INITIALIZER): Update.
2097         * tree.c (recompute_tree_invarant_for_addr_expr): Call
2098         expr_to_decl langhook.
2099         * c-tree.h (c_expr_to_decl): Declare.
2100         * c-typeck.c (c_expr_to_decl): New.
2101         (build_unary_op): Do not handle ADDR_EXPR of COMPOUND_LITERAL_EXPR
2102         specially.
2103         * c-objc-common.h (LANG_HOOKS_EXPR_TO_DECL): Define.
2104
2105 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
2106
2107         PR c/22308
2108         * c-decl.c (finish_struct): Also copy C_TYPE_FIELDS_READONLY,
2109         C_TYPE_FIELDS_VOLATILE and C_TYPE_VARIABLE_SIZE to type variants.
2110
2111 2005-07-05  Paolo Bonzini  <bonzini@gnu.org>
2112
2113         * Makefile.in: Adjust dependencies.
2114         * tree-pass.h: Add new passes and passes formerly in tree-optimize.c.
2115         * basic-block.h (duplicate_computed_gotos): Remove, it is now static.
2116         * alias.c (rest_of_handle_cfg, pass_cfg): New.
2117         * bb-reorder.c (duplicate_computed_gotos): Make it static.
2118         * cfgexpand.c (tree_expand_cfg): Add code formerly at the beginning of
2119         rest_of_compilation.
2120
2121         * bb-reorder.c (gate_duplicate_computed_gotos,
2122         pass_duplicate_computed_gotos, gate_handle_reorder_blocks,
2123         rest_of_handle_reorder_blocks, pass_reorder_blocks,
2124         gate_handle_partition_blocks, rest_of_handle_partition_blocks,
2125         pass_partition_blocks): New.
2126         * bt-load.c (gate_handle_branch_target_load_optimize,
2127         rest_of_handle_branch_target_load_optimize,
2128         pass_branch_target_load_optimize): New.
2129         * cfgcleanup.c (rest_of_handle_jump, pass_jump, rest_of_handle_jump2,
2130         pass_jump2): New.
2131         * cfglayout.c (pass_insn_locators_initialize): New.
2132         * cfgrtl.c (pass_free_cfg): New.
2133         * combine.c (gate_handle_combine, rest_of_handle_combine,
2134         pass_combine): New.
2135         * cse.c (gate_handle_cse, rest_of_handle_cse, pass_cse,
2136         gate_handle_cse2, rest_of_handle_cse2, pass_cse2): New.
2137         * emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes): New.
2138         * except.c (pass_set_nothrow_function_flags,
2139         pass_convert_to_eh_region_ranges, gate_handle_eh, rest_of_handle_eh,
2140         pass_rtl_eh): New.
2141         * final.c (pass_compute_alignments, rest_of_handle_final, pass_final,
2142         rest_of_handle_shorten_branches, pass_shorten_branches,
2143         rest_of_clean_state, pass_clean_state): New.
2144         * flow.c (pass_recompute_reg_usage, gate_remove_death_notes,
2145         rest_of_handle_remove_death_notes, pass_remove_death_notes,
2146         rest_of_handle_life, pass_life, rest_of_handle_flow2,
2147         pass_flow2): New.
2148         * function.c (pass_instantiate_virtual_regs, pass_init_function,
2149         rest_of_handle_check_leaf_regs, pass_leaf_regs): New.
2150         * gcse.c (gate_handle_jump_bypass, rest_of_handle_jump_bypass,
2151         pass_jump_bypass, gate_handle_gcse, rest_of_handle_gcse,
2152         pass_gcse): New.
2153         * global.c (rest_of_handle_global_alloc, pass_global_alloc): New.
2154         * ifcvt.c (gate_handle_if_conversion, rest_of_handle_if_conversion,
2155         pass_rtl_ifcvt, gate_handle_if_after_combine,
2156         rest_of_handle_if_after_combine, pass_if_after_combine,
2157         gate_handle_if_after_reload, rest_of_handle_if_after_reload,
2158         pass_if_after_reload): New.
2159         * integrate.c (pass_initial_value_sets): New.
2160         * jump.c (pass_cleanup_barriers, purge_line_number_notes,
2161         pass_purge_lineno_notes): New.
2162         * mode-switching.c (rest_of_handle_mode_switching,
2163         pass_mode_switching): New.
2164         * local-alloc.c (rest_of_handle_local_alloc, pass_local_alloc): New.
2165         * loop-init.c (gate_handle_loop2, rest_of_handle_loop2,
2166         pass_loop2): New.
2167         * loop.c (gate_handle_loop_optimize, rest_of_handle_loop_optimize,
2168         pass_loop_optimize): New.
2169         * modulo-sched.c (gate_handle_sms, rest_of_handle_sms,
2170         pass_sms): New.
2171         * postreload-gcse.c (gate_handle_gcse2, rest_of_handle_gcse2,
2172         pass_gcse2): New.
2173         * postreload.c (gate_handle_postreload, rest_of_handle_postreload,
2174         pass_postreload_cse): New.
2175         * profile.c (gate_handle_profiling, pass_profiling,
2176         rest_of_handle_branch_prob, pass_branch_prob): New.
2177         * recog.c (pass pass_split_for_shorten_branches, gate_do_final_split, 
2178         pass_split_before_regstack, gate_handle_split_before_regstack,
2179         gate_handle_peephole2, rest_of_handle_peephole2, pass_peephole2,
2180         rest_of_handle_split_all_insns, pass_split_all_insns): New.
2181         * reg-stack.c (gate_handle_stack_regs, rest_of_handle_stack_regs,
2182         pass_stack_regs): New.
2183         * regmove.c (gate_handle_regmove, rest_of_handle_regmove, pass_regmove,
2184         gate_handle_stack_adjustments, rest_of_handle_stack_adjustments,
2185         pass_stack_adjustments): New.
2186         * regrename.c (gate_handle_regrename, rest_of_handle_regrename,
2187         pass_regrename): New.
2188         * reorg.c (gate_handle_delay_slots, rest_of_handle_delay_slots,
2189         pass_delay_slots, gate_handle_machine_reorg,
2190         rest_of_handle_machine_reorg, pass_machine_reorg): New.
2191         * rtl.h (extern void purge_line_number_notes): New.
2192         * sched-rgn.c (gate_handle_sched, rest_of_handle_sched,
2193         gate_handle_sched2, rest_of_handle_sched2, pass_sched,
2194         pass_sched2): New.
2195         * tracer.c (gate_handle_tracer, rest_of_handle_tracer,
2196         pass_tracer): New.
2197         * value-prof.c (gate_handle_value_profile_transformations,
2198         rest_of_handle_value_profile_transformations,
2199         pass_value_profile_transformations): New.
2200         * var-tracking.c (gate_handle_var_tracking,
2201         pass_variable_tracking): New.
2202         * web.c (gate_handle_web, rest_of_handle_web, pass_web): New.
2203
2204         * passes.c (open_dump_file, close_dump_file, rest_of_handle_final,
2205         rest_of_handle_delay_slots, rest_of_handle_stack_regs,
2206         rest_of_handle_variable_tracking, rest_of_handle_machine_reorg,
2207         rest_of_handle_old_regalloc, rest_of_handle_regrename,
2208         rest_of_handle_reorder_blocks, rest_of_handle_partition_blocks,
2209         rest_of_handle_sms, rest_of_handle_sched, rest_of_handle_sched2,
2210         rest_of_handle_gcse2, rest_of_handle_regmove,
2211         rest_of_handle_tracer, rest_of_handle_if_conversion,
2212         rest_of_handle_if_after_combine, rest_of_handle_if_after_reload,
2213         rest_of_handle_web, rest_of_handle_branch_prob,
2214         rest_of_handle_value_profile_transformations, rest_of_handle_cfg,
2215         rest_of_handle_jump_bypass, rest_of_handle_combine,
2216         rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
2217         rest_of_handle_gcse, rest_of_handle_loop_optimize,
2218         rest_of_handle_loop2, rest_of_handle_branch_target_load_optimize,
2219         rest_of_handle_mode_switching, rest_of_handle_jump,
2220         rest_of_handle_eh, rest_of_handle_stack_adjustments,
2221         rest_of_handle_flow2, rest_of_handle_jump2,
2222         rest_of_handle_peephole2, rest_of_handle_postreload,
2223         rest_of_handle_shorten_branches, rest_of_clean_state,
2224         rest_of_compilation): Remove.
2225
2226         * cgraphunit.c (ipa_passes): Moved from tree-optimize.c.
2227         * passes.c (dump_flags, in_gimple_form, all_passes,
2228         all_ipa_passes, all_lowering_passes, register_one_dump_file,
2229         register_dump_files, next_pass_1, last_verified, execute_todo,
2230         execute_one_pass, execute_pass_list, execute_ipa_pass_list): Moved
2231         from tree-optimize.c.
2232         (init_optimization_passes): Moved from tree-optimize.c,
2233         adding the RTL optimizations.
2234         * tree-dump.h (dump_info_p, dump_flag): Moved from tree.h.
2235         * tree-optimize.c (dump_flags, in_gimple_form, all_passes,
2236         all_ipa_passes, all_lowering_passes, register_one_dump_file,
2237         register_dump_files, next_pass_1, last_verified, execute_todo,
2238         execute_one_pass, execute_pass_list, execute_ipa_pass_list,
2239         init_tree_optimization_passes, ipa_passes): Delete.
2240         * tree-pass.h (enum tree_dump_index): Moved from tree.h, removing
2241         the RTL dumps.
2242         (TDF_*, get_dump_file_name, dump_enabled_p, dump_initialized_p,
2243         dump_begin, dump_end, dump_node, dump_switch_p, dump_flag_name): Moved
2244         from tree.h.
2245         (ipa_passes): Remove.
2246         (all_passes, all_ipa_passes, all_lowering_passes): Now extern.
2247         * tree.h (enum tree_dump_index, TDF_*, get_dump_file_name,
2248         dump_enabled_p, dump_initialized_p, dump_begin, dump_end, dump_node,
2249         dump_switch_p, dump_flag_name): Moved to tree-pass.h.
2250         (dump_info_p, dump_flag): Moved to tree-dump.h.
2251         
2252         * Makefile.in: Adjust dependencies for tree-pretty-print.c,
2253         cgraph.c, opts.c.
2254         * passes.c (finish_optimization_passes): Use dump_begin
2255         and dump_end, TDI_end.
2256         (gate_rest_of_compilation): New.
2257         (pass_rest_of_compilation): Use it.
2258         (gate_postreload, pass_postreload): New.
2259         * toplev.c (general_init): Rename init_tree_optimization_passes.
2260         * toplev.h (init_tree_optimization_passes): Rename to
2261         init_optimizations_passes.
2262         * tree-dump.c (dump_flag): Make static.
2263         (dump_files): Remove RTL dumps.
2264         * tree-optimize.c (pass_all_optimizations, pass_early_local_passes,
2265         pass_cleanup_cfg, pass_free_cfg_annotations,
2266         pass_cleanup_cfg_post_optimizing, pass_free_datastructures,
2267         pass_init_datastructures, pass_fixup_cfg): Make non-static.
2268         * tree-pretty-print.c: Include tree-pass.h.
2269         * cgraph.c: Include tree-dump.h.
2270         
2271 2005-07-04  Daniel Berlin  <dberlin@dberlin.org>
2272
2273         * tree-ssa-structalias.c (get_constraint_exp_from_ssa_var):
2274         Only fall back to saying it points to readonly memory if
2275         we can't do better.
2276
2277 2005-07-05  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2278
2279         * config/m32r/m32r-protos.h: Remove m32r_finalize_pic.
2280         * config/m32r/m32r.c (m32r_compute_frame_size,
2281         m32r_expand_prologue): Take current_function_profile into
2282         account whenever we reference
2283         current_function_uses_pic_offset_table.
2284         (m32r_finalize_pic): Remove.
2285         * config/m32r/m32r.h (FINALIZE_PIC): Likewise.
2286
2287 2005-07-05  Kazu Hirata  <kazu@codesourcery.com>
2288
2289         * Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET)
2290         instead of $<.  Don't remove ./as if it already exists.
2291
2292 2005-07-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2293
2294         PR target/21723
2295         * pa.md: Remove fcpy alternative from movhi and movqi patterns.
2296         * pa32-regs.h (HARD_REGNO_NREGS): Return two floating point registers
2297         for complex modes when generating code for PA 1.0.
2298         (VALID_FP_MODE_P): New macro.
2299         (HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P.  Use non-overlapping register
2300         sets for all general and floating point modes.  Align wide floating
2301         point modes to even register boundaries to comply with architectural
2302         requirements.
2303         (CLASS_MAX_NREGS): Update to align with change to HARD_REGNO_NREGS.
2304         * pa64-regs.h (HARD_REGNO_NREGS): Update comment and formatting.
2305         (VALID_FP_MODE_P): New macro.
2306         (HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P.  Use non-overlapping register
2307         sets for all general and floating point modes.  Align wide floating
2308         point modes to even register boundaries to comply with architectural
2309         requirements.
2310
2311 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
2312
2313         * tree-dump.c (dump_files): Initialize dump number for .cgraph
2314         to 0.
2315
2316 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
2317
2318         * tree-ssa-structalias.c: Don't include expr.h.
2319
2320 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
2321
2322         * tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
2323         comments.
2324
2325 2005-07-04  Daniel Berlin  <dberlin@dberlin.org>
2326
2327         Fix PR tree-optimization/22279
2328         
2329         * tree-ssa-structalias.c (offset_overlaps_with_access): Use
2330         correct operator.
2331         
2332 2005-07-04  J"orn Rennecke <joern.rennecke@st.com>
2333
2334         * sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".
2335
2336 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
2337
2338         * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,
2339         cfgrtl.c, cgraphunit.c, config/c4x/c4x.c, config/cris/cris.c,
2340         config/frv/frv.c, config/host-darwin.c, config/iq2000/iq2000.c,
2341         config/lynx.h, config/m68k/m68k.c, config/pa/pa.c, config/sh/sh.h,
2342         config/stormy16/stormy16.c, config/v850/v850.c,
2343         config/vax/netbsd-elf.h, coverage.c, dwarf2out.c, emit-rtl.c,
2344         except.c, gcc.c, tree-cfg.c, tree-eh.c, tree-ssa.c, xcoffout.c:
2345         Avoid "." or "\n" at end of diagnostics and capital letters at
2346         start of diagnostics.
2347         * combine.c, cse.c: Don't translate dump file output.
2348         * toplev.c (print_version): Only translate output if going to
2349         stderr.
2350
2351 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
2352
2353         * c-decl.c, tree-object-size.c, tree-vectorizer.c,
2354         config/arm/unwind-arm.c, config/arm/unwind-arm.h: Fix comment
2355         typos.
2356
2357 2005-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2358
2359         * pa.c (fix_range): Fix typo in comment.
2360
2361 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
2362
2363         * tree-vrp.c (extract_range_from_assert): Replace
2364         fold (build (...)) with fold_build2.
2365
2366 2005-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2367
2368         * c-format.c (gcc_gfc_format_type, gcc_gfc_flag_pairs,
2369         gcc_gfc_char_table, init_dynamic_gfc_info): New.
2370         (format_types_orig, handle_format_attribute): Add support for
2371         format "gcc_gfc".
2372
2373 2005-07-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2374
2375         * varasm.c (assemble_variable): Fix format specifier thinko.
2376
2377 2005-07-03  Ira Rosen  <irar@il.ibm.com>
2378
2379         PR tree-optimization/22029 (and 22135)
2380         * tree-pretty-print.c (dump_generic_node): Check that the node is not
2381         a phi node before calling dump_vops.
2382
2383 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2384
2385         * tree-dump.h (dump_string_field): Declare.
2386         * tree-dump.c: Use it instead of dump_string.
2387         (dump_string_field): Make non-static.
2388
2389 2005-07-03  Kaz Kojima  <kkojima@gcc.gnu.org>
2390
2391         * config/sh/sh.c (sh_output_mi_thunk): Initialize and clean
2392         up the minimal CFG stuff always when optimize > 0.  Call
2393         split_all_insns_noflow in PIC case if needed.
2394
2395 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2396             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
2397
2398         PR c++/18279
2399         * c-decl.c (c_write_global_declarations): Dump contents of
2400         external scope to.
2401         * tree-dump.c (dequeue_and_dump): Dump abstract origin of a decl.
2402         <TRY_FINALLY_EXPR>, <RETURN_EXPR>, <CASE_LABEL_EXPR>, <LABEL_EXPR>,
2403         <GOTO_EXPR>, <SWITCH_EXPR>: Add.
2404         (dump_enabled_p): Return TRUE if PHASE is TDI_all and any dump
2405         is enabled.
2406         
2407 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
2408
2409         * c-common.h (GCC_DIAG_STYLE): Define.
2410         * c-tree.h (GCC_DIAG_STYLE): Do not define.  Change minimum GCC
2411         version for format checking to 4.1.
2412         * c-format.c: Include toplev.h after c-common.h.
2413         (enum format_type): Add gcc_tdiag_format_type.
2414         (gcc_tdiag_length_specs, gcc_tdiag_flag_pairs,
2415         gcc_tdiag_flag_specs, gcc_tdiag_char_table): New.
2416         (format_types_orig): Add gcc_tdiag.
2417         (init_dynamic_diag_info): Support gcc_tdiag formats.
2418         (handle_format_attribute): Likewise.
2419         * toplev.h (NO_FRONT_END_DIAG, ATTRIBUTE_GCC_FE_DIAG): Remove.
2420         (GCC_DIAG_STYLE): Default to __gcc_tdiag__.  Change minimum GCC
2421         version for format checking to 4.1.
2422         (warning0, warning, error, pedwarn, sorry): Use
2423         ATTRIBUTE_GCC_DIAG.
2424         * config/rs6000/rs6000.c (altivec_expand_builtin), varasm.c
2425         (finish_aliases_1): Do not use %qE.
2426         * config/arm/arm.c, config/i386/i386.c, config/mmix/mmix.c,
2427         config/pdp11/pdp11.c, stor-layout.c, tree-eh.c, tree-ssa.c:
2428         Correct format bugs.
2429         * config/v850/v850-protos.h (v850_output_aligned_bss): Change size
2430         parameter to unsigned HOST_WIDE_INT.
2431         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
2432
2433 2005-07-02  David Edelsohn  <edelsohn@gnu.org>
2434
2435         PR middle-end/21742
2436         * expr.c (write_complex_part): Use adjust_address for MEM.
2437         (read_complex_part): Same.
2438
2439 2005-07-02  Daniel Berlin  <dberlin@dberlin.org>
2440
2441         Fix PR tree-optimization/22280
2442
2443         * tree-sra.c (generate_element_init): Remove useless loop.
2444
2445 2005-07-02  Richard Henderson  <rth@redhat.com>
2446
2447         * config/alpha/alpha.c (alpha_legitimize_address): Check for
2448         TLS_MODEL_NONE.
2449         (alpha_stdarg_optimize_hook): Use DECL_UID with va_list_vars.
2450
2451 2005-07-02  Andrew Pinski  <pinskia@physics.uc.edu>
2452
2453         PR middle-end/14490
2454         * fold-const.c (fold_binary): Handle the return value of
2455         fold_to_nonsharp_ineq_using_bound if we get back the same operand back.
2456         Implement "X +- C1 CMP C2" folding to "X CMP C2 -+ C1".
2457
2458 2005-07-02  Jeff Law  <law@redhat.com>
2459
2460         * tree-ssa-dom.c (find_equivalent_equality_comparison): Do not
2461         a eliminate type conversion which feeds an equality comparison
2462         if the original type or either operand in the comparison is a
2463         function pointer.
2464
2465 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
2466
2467         * c.opt, common.opt, config/bfin/bfin.opt, config/pa/pa.opt,
2468         config/rs6000/rs6000.opt, params.def: Remove "." from end of help
2469         texts.
2470         * config/avr/avr.c: Do not use '`' as left quote.
2471         * config/rs6000/rs6000.c, config/s390/s390.c, opts.c, tree.c:
2472         Remove "." from end of diagnostics.  Make diagnostics start with
2473         lowercase letter.
2474
2475 2005-07-02  Zack Weinberg  <zack@codesourcery.com>
2476             Joseph S. Myers  <joseph@codesourcery.com>
2477
2478         * toplev.c (default_tree_printer): Handle setting location with
2479         '+' flag.
2480         * c-objc.common.c (c_tree_printer): Likewise.
2481         * c-format.c (gcc_diag_flag_specs): Add '+'.
2482         (gcc_cdiag_char_table): Allow '+' flag for tree formats.
2483         (format_types_orig): Allow '+' flag for gcc_diag and gcc_cdiag
2484         formats.
2485         * c-common.c, c-decl.c, c-objc-common.c, c-pragma.c,
2486         config/arm/pe.c, config/i386/winnt.c, config/ia64/ia64.c,
2487         config/mcore/mcore.c, config/sh/symbian.c, config/sol2.c,
2488         config/v850/v850.c, function.c, stor-layout.c, toplev.c,
2489         tree-inline.c, tree-optimize.c, tree.c, varasm.c: Use '+' flag
2490         instead of %J or %H.  Use 'q' flag for quoting.  Avoid '.' at end
2491         of diagnostics.  Use %q+D not %s for a decl.  Do not pass excess
2492         format arguments where %J is used without %D.
2493
2494 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
2495
2496         * gcc.c (LINK_SSP_SPEC): Define.
2497         (link_ssp_spec): New variable.
2498         (LINK_COMMAND_SPEC): Add %(link_ssp).
2499         (static_specs): Add link_ssp_spec.
2500         * configure.ac (TARGET_LIBC_PROVIDES_SSP): New test.
2501         * configure: Rebuilt.
2502         * config.in: Rebuilt.
2503
2504         * config/rs6000/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
2505         * config/rs6000/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
2506         * config/i386/linux.h (TARGET_THREAD_SSP_OFFSET): Likewise.
2507         * config/i386/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
2508         * config/rs6000/rs6000.md (stack_protect_set, stack_protect_test):
2509         If TARGET_THREAD_SSP_OFFSET is defined, use -0x7010(13) resp.
2510         -0x7008(2) instead of reading __stack_chk_guard variable.
2511         * config/i386/i386.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): Change
2512         number.
2513         (UNSPEC_SP_TLS_SET, UNSPEC_SP_TLS_TEST): New constants.
2514         (stack_protect_set, stack_protect_test): Use *_tls* patterns
2515         if TARGET_THREAD_SSP_OFFSET is defined.
2516         (stack_tls_protect_set_si, stack_tls_protect_set_di,
2517         stack_tls_protect_test_si, stack_tls_protect_test_di): New insns.
2518
2519         Revert:
2520         2005-06-27  Richard Henderson  <rth@redhat.com>
2521         * libgcc-std.ver (GCC_4.1.0): New.
2522         * libgcc.h (__stack_chk_guard): Declare.
2523         (__stack_chk_fail, __stack_chk_fail_local): Declare.
2524         * libgcc2.c (L_stack_chk, L_stack_chk_local): New.
2525         * mklibgcc.in (lib2funcs): Add them.
2526
2527 2005-07-01  Richard Henderson  <rth@redhat.com>
2528
2529         * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Cast to
2530         void * before struct sigcontext *.
2531         (x86_fallback_frame_state): Likewise.
2532
2533 2005-07-01  James E. Wilson  <wilson@specifixinc.com>
2534
2535         * doc/invoke.texi (-funit-at-a-time): Correct grammar in second bullet.
2536
2537 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
2538
2539         PR tree-opt/22269
2540         * tree-ssa-reassoc.c (should_transpose): Fix which operand
2541         we check for SSA_NAME for.
2542
2543 2005-07-01  Daniel Berlin  <dberlin@dberlin.org>
2544
2545         Fix PR tree-optimization/22071
2546
2547         * tree-ssa-structalias.c (offset_overlaps_with_access): New
2548         function.
2549         (get_constraint_for_component_ref): Use it.
2550
2551 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
2552
2553         PR other/22264
2554         * diagnostic.c (diagnostic_report_current_module): Use pp_newline to
2555         print out the last new line.
2556
2557 2005-07-01  Hans-Peter Nilsson  <hp@axis.se>
2558
2559         * config/cris/cris.md (CRIS_CC0_REGNUM): New constant.
2560         Swap numbers for CRIS_AP_REGNUM and CRIS_MOF_REGNUM.
2561         * config/cris/cris.c (cris_conditional_register_usage): Adjust
2562         reg_names[CRIS_CC0_REGNUM] for early CRIS versions.
2563         (cris_print_operand) <case REG>: Handle CRIS_CC0_REGNUM.
2564         (cris_md_asm_clobbers): Clobber CRIS_CC0_REGNUM for all asms.
2565         * config/cris/cris.h (CRIS_CANONICAL_CC0_REGNUM): New macro.
2566         (enum reg_class): New member CC0_REGS.
2567         (REG_CLASS_FROM_LETTER): Add 'c' for CC0_REGS.
2568         (FIRST_PSEUDO_REGISTER, CALL_USED_REGISTERS, REG_ALLOC_ORDER)
2569         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P, REG_CLASS_NAMES)
2570         (CRIS_SPECIAL_REGS_CONTENTS, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
2571         (PREFERRED_RELOAD_CLASS, REGISTER_NAMES, DBX_REGISTER_NUMBER):
2572         Adjust for register now described.
2573
2574 2005-07-01  Jakub Jelinek  <jakub@redhat.com>
2575
2576         PR target/22262
2577         * config/i386/i386.md (stack_protect_test_si,
2578         stack_protect_test_di): Add earlyclobber for scratch 3.
2579         * config/rs6000/rs6000.md (stack_protect_testsi,
2580         stack_protect_testdi): Add earlyclobber for scratch 3,
2581         remove earlyclobber from scratch 4.
2582
2583 Older entries for 2005 can be found in ChangeLog-2005.