* system.h (SUNOS4_SHARED_LIBRARIES): Poison.
[official-gcc.git] / gcc / ChangeLog
blob4593d9f78b23d949e793f5f411d9f76d8d75350b
1 2004-03-09  Ian Lance Taylor  <ian@wasabisystems.com>
3         * system.h (SUNOS4_SHARED_LIBRARIES): Poison.
4         * collect2.c: Remove SUNOS4_SHARED_LIBRARIES code.
5         * config/sparc/aout.h (TARGET_ASM_SELECT_SECTION): Don't define.
6         * config/sparc/sparc.c (sparc_aout_select_section): Remove.
7         (sparc_aout_select_rtx_section): Don't check
8         SUNOS4_SHARED_LIBRARIES.
9         * config/sparc/sparc.h (SUNOS4_SHARED_LIBRARIES): Don't define.
11 2004-03-10  Hans-Peter Nilsson  <hp@axis.com>
13         PR other/14474
14         * doc/md.texi (Pattern Ordering, Dependent Patterns)
15         (Jump Patterns, Looping Patterns): Wrap in separate "@ifset
16         INTERNALS".
18 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
20         * config/ia64/hpux.h (MULTILIB_DEFAULTS): Define.
21         (LIBGCC_SPEC): Update to match.
23 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
25         * c-decl.c (last_function_parms, last_function_parm_tags)
26         (last_function_parm_others, current_function_parms)
27         (current_function_parm_tags, current_function_parm_others):
28         Delete.
29         (ARG_INFO_PARMS, ARG_INFO_TAGS, ARG_INFO_TYPES, ARG_INFO_OTHERS):
30         New macros.
31         (grokdeclarator): For function definitions, save the arg-info
32         block from the declarator in DECL_ARGUMENTS.
33         (grokparms): Do not write to last_function_parm*.  Use ARG_INFO_*
34         macros to operate on arg-info block.  Can assume ARG_INFO_PARMS
35         contains only PARM_DECLs.  Improve diagnostics.
36         (get_parm_info): Use ARG_INFO_* macros.  Improve comments and
37         diagnostics.  Disable some expensive checks if not ENABLE_CHECKING.
38         (store_parm_decls_newstyle): Take the function to operate on,
39         and an arg-info block, as arguments; don't get anything from
40         current_function_* globals.
41         (store_parm_decls_oldstyle): Likewise.
42         (store_parm_decls): Pass fndecl and its arg-info block down to
43         store_parm_decls_newstyle/oldstyle.  Send functions with empty
44         argument lists through store_parm_decls_newstyle to reduce
45         overhead.
46         (pushdecl): Comment on the problems with the call to copy_node.
47         Clear DECL_ARGUMENTS of the old node after copying it, if it
48         is an arg-info block instead of a chain of decls.
49         (start_function): Do not manipulate current_function_parm* or
50         last_function_parm*.
52 2004-03-09  Roger Sayle  <roger@eyesopen.com>
53             Andrew Pinski  <pinskia@physics.uc.edu>
55         * ifcvt.c (noce_try_sign_mask): New function to transform
56         "x = (y < 0) ? z : 0" into the equivalent "x = (y >> C) & z".
57         (noce_process_if_block): Call noce_try_sign_mask.
59 2004-03-09  Andrew Pinski  <apinski@apple.com>
61         * c-typeck.c (tagged_types_tu_compatible_p):
62         Fix typo.
64 2004-03-09  Roger Sayle  <roger@eyesopen.com>
66         * simplify-rtx.c (simplify_const_relational_operation): New function
67         renamed from simplify_relational_operation.
68         (simplify_relational_operation): Change prototype to accept an
69         additional mode argument.  Call simplify_const_relational_operation.
70         (simplify_gen_relational): Update simplify_relational_operation call.
71         (simplify_ternary_operation): Update simplify_relational_operation
72         subroutine call to use simplify_const_relational_operation instead.
74         * rtl.h (simplify_const_relational_operation): Prototype here.
75         (simplify_relational_operation): Add addtional mode argument.
77         * combine.c (combine_simplify_rtx): Update calls to
78         simplify_relational_operation.
79         (simplify_set): Likewise.
80         (gen_binary): Likewise.
81         * cse.c (fold_rtx): Likewise.
82         * dojump.c (compare_from_rtx): Likewise.
83         (do_compare_rtx_and_jump): Likewise.
84         * integrate.c (subst_constants): Likewise.
85         * unroll.c (simplify_cmp_and_jump_insns): Likewise.
87 2004-03-09  Kazu Hirata  <kazu@cs.umass.edu>
89         * config/m32r/m32r.md: Remove all define_peephole's.
91 2004-03-09  Alan Modra  <amodra@bigpond.net.au>
93         * config/rs6000/rs6000.md: Remove trailing whitespace.
95 2004-03-08  Eric Christopher  <echristo@redhat.com>
97         * Makefile.in (site.exp): Add libiconv variable definition.
99 2004-03-09  Hans-Peter Nilsson  <hp@axis.com>
101         * configure: Regenerate for config/accross.m4 correction.
103 2004-03-08  Joel Sherrill  <joel@oarcorp.com>
105         PR target/14480
106         * config/rs6000/t-rtems: Add missing file on branch.
108 2004-03-08  Roger Sayle  <roger@eyesopen.com>
110         PR middle-end/14289
111         * c-typeck.c (c_mark_addressable): A register variable should
112         be considered global if its not automatic, i.e. TREE_PUBLIC,
113         TREE_STATIC or DECL_EXTERNAL.
114         * function.c (put_var_into_stack): Call abort when placing a
115         hard register into the stack, if x_parm_reg_stack_loc is NULL.
117 2004-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
119         * config/s390/s390.md ("*extendqidi2_short_displ"): Add CC clobber.
120         ("*extendqisi2_short_displ"): Likewise.
122 2004-03-08  Kazu Hirata  <kazu@cs.umass.edu>
124         * config/pdp11/pdp11.c (comparison_operator_index): Remove.
125         (comp_operator): Likewise.
126         * config/pdp11/pdp11-protos.h: Remove corresponding
127         prototypes.
129 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
131         * expr.c (highest_pow2_factor_for_type): Rename into
132         highest_pow2_factor_for_target.  Use DECL_ALIGN instead of
133         TYPE_ALIGN when the target is a COMPONENT_REF.
134         (expand_assignment): Ajust call to highest_pow2_factor_for_type.
136 2004-03-08  Alan Modra  <amodra@bigpond.net.au>
138         * config/rs6000/rs6000.c: Formatting fix.
139         (legitimate_offset_address_p): Correct offset range check.
141         * config/rs6000/rs6000.c (rs6000_override_options): Don't override
142         -msoft-float by -mcpu.  Consolidate similar code for MASK_MULTIPLE
143         and MASK_STRING.
145 2004-03-07  Aldy Hernandez  <aldyh@redhat.com>
147         * config/rs6000/rs6000.md (ashrdi3): Do not call ashrdi3_no_power
148         for little endian.
149         ("ashrdi3_no_power"): Disable for little endian.
150         (ashrdi3): Same.
152 2004-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
154         * fold-const.c (tree_expr_nonnegative_p): Reformat checks for
155         builtins.
157 2004-03-08  Hans-Peter Nilsson  <hp@axis.com>
159         PR target/14471
160         * configure.ac (Target-specific assembler checks) <cris-*-*>: New
161         case, checking for -no-mul-bug-abort option.
162         * configure, config.in: Regenerate.
163         * doc/invoke.texi (CRIS Options): Document -mmul-bug-workaround
164         and -mno-mul-bug-workaround.
165         * config/cris/cris.md ("smulsi3_highpart", "umulsi3_highpart")
166         ("mulsidi3", "umulsidi3"): Prefix output template with "%!".
167         ("umulhisi3", "umulqihi3", "mulsi3", "mulqihi3", "mulhisi3"):
168         Ditto.  Make attribute "slottable" dependent on TARGET_MUL_BUG.
169         * config/cris/mulsi3.asm (__Mul) [__CRIS_arch_version >= 10]: Make
170         sure mulu.d is not last on cache-line.
171         * config/cris/cris.h (ASM_SPEC): Translate -mno-mul-bug-workaround
172         into -no-mul-bug-abort depending on HAVE_AS_MUL_BUG_ABORT_OPTION.
173         (TARGET_MASK_MUL_BUG, TARGET_MUL_BUG): New macros.
174         (TARGET_SWITCHES): New options -mmul-bug-workaround and
175         -mno-mul-bug-workaround.
176         (TARGET_DEFAULT): Include TARGET_MASK_MUL_BUG.
177         (PRINT_OPERAND_PUNCT_VALID_P): Include '!'.
178         * config/cris/cris.c (cris_operand_extend_operator): Clarify
179         relation to MULT in head comment.
180         (cris_op_str): Abort for MULT.
181         (cris_print_operand) <case '!'>: New case.
183 2004-03-08  Alan Modra  <amodra@bigpond.net.au>
185         PR debug/11983
186         * dwarf2out.c (enum dw_val_class): Rename dw_val_class_float to
187         dw_val_class_vec.  Replace use throughout file.
188         (dw_float_const): Delete.
189         (dw_vec_const): New.
190         (dw_val_struct_union): Rename val_float to val_vec.  Replace use
191         throughout file.
192         (add_AT_vec): Rename from add_AT_float.  Add elt_size param.
193         (same_dw_val_p): Adjust vec comparison.  Use memcmp.
194         (size_of_die): Adjust dw_val_class_vec sizing.
195         (output_die): Output dw_val_class_vec.
196         (insert_int, extract_int, insert_float): New functions.
197         (add_const_value_attribute): Use insert_float for CONST_DOUBLE.
198         Handle CONST_VECTOR.
199         (add_location_or_const_value_attribute): Handle CONST_VECTOR.
201 2004-03-07  Aldy Hernandez  <aldyh@redhat.com>
203         * config/rs6000/rs6000.c (rs6000_parse_abi_options): SPE and
204         AltiVec abi cannot co-exist.
206         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Same.
208 2004-03-07  Jan Hubicka  <jh@suse.cz>
210         * except.c (emit_to_new_bb_before):  Break fallthru edges.
212 2004-03-07  Stephane Carrez  <stcarrez@nerim.fr>
214         * config/m68hc11/m68hc11.md ("*lshrsi3_const"): Disable for 68HC12.
215         ("*lshrsi3"): Also accept an immediate for 68HC12.
216         ("*ashrsi3_const"): Likewise.
217         ("*ashrsi3"): Likewise.
218         ("*ashlsi3_const"): Likewise.
219         ("*ashlsi3"): Likewise.
220         ("cmphi_1_hc12"): Compare two hard register by pushing them and
221         comparing with a pop; don't use a split for that.
222         ("cmphi split"): Disable compare split for 68HC12.
224         * config/m68hc11/m68hc11.c (m68hc11_notice_update_cc): Invalidate
225         the status operands if they have side effects.
227 2004-03-07  Kazu Hirata  <kazu@cs.umass.edu>
229         * defaults.h (LEGITIMIZE_ADDRESS): Provide a default
230         definition.
231         * config/arc/arc.h, config/fr30/fr30.h, config/frv/frv.h,
232         config/h8300/h8300.h, config/ia64/ia64.h,
233         config/mcore/mcore.h, config/mmix/mmix.h,
234         config/ns32k/ns32k.h, config/pdp11/pdp11.h,
235         config/stormy16/stormy16.h, config/v850/v850.h,
236         config/vax/vax.h (LEGITIMIZE_ADDRESS): Remove.
237         * doc/tm.texi (LEGITIMIZE_ADDRESS): Mention the default
238         definition.
240 2004-03-07  Roger Sayle  <roger@eyesopen.com>
242         * fold-const.c (fold) <IOR_EXPR>: Fold x | x as x.
243         <XOR_EXPR>: Fold x ^ x as zero.
244         <AND_EXPR>: Fold x & x as x.
246 2004-03-07  Roger Sayle  <roger@eyesopen.com>
248         * fold-const.c (fold) <EQ_EXPR>: Rewrite optimization to transform
249         "foo++ == const" into "++foo == const+incr".
251 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
253         * config/mips/mips.c (mips_in_small_data_p): Return false if
254         TARGET_ABICALLS.
256 2004-03-06  Stephane Carrez  <stcarrez@nerim.fr>
258         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Use 2,-sp to push
259         the stack register.
260         (expand_prologue): Don't make an interrupt or a trap handler a far
261         symbol.
262         (m68hc11_initial_elimination_offset): Likewise.
264 2004-03-06  Richard Henderson  <rth@redhat.com>
266         * config/alpha/alpha.c (alpha_in_small_data_p): False for functions.
268 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
270         * config/ns32k/ns32k-protos.h: Add a prototype for
271         ns32k_notice_update_cc.
272         * config/ns32k/ns32k.c (ns32k_notice_update_cc): New.
273         * config/ns32k/ns32k.h (NOTICE_UPDATE_CC): Call
274         ns32k_notice_update_cc.
276 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
278         * config/s390/s390.md ("load_multiple", "*load_multiple_di",
279         "*load_multiple_si"): Allow only if reload_completed.
280         ("store_multiple", "*store_multiple_di", "*store_multiple_si"):
281         Likewise.
283 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
285         * config/vax/vax-protos.h: Add a prototype for
286         vax_notice_update_cc.
287         * config/vax/vax.c (vax_notice_update_cc): New.
288         * config/vax/vax.h (NOTICE_UPDATE_CC): Call
289         vax_notice_update_cc.
291 2004-03-06  David Edelsohn  <edelsohn@gnu.org>
293         * collect2.c (main): Only export initfunc and finifunc if
294         LD_INIT_SWITCH not defined.
295         (scan_prog_file): Only export constructors and destructors if
296         LD_INIT_SWITCH not defined.  Only export symbols not found in
297         shared objects.
299 2004-03-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
301         * pa.md (icacheflush): Reorder operands to make match_scratch operand
302         last.
303         * pa.h (INITIALIZE_TRAMPOLINE): Remove unnecessary scratch argument
304         from calls to gen_icacheflush.
306 2004-03-06  Richard Henderson  <rth@redhat.com>
308         * config/alpha/alpha.h (MASK_LONG_DOUBLE_128): New.
309         (TARGET_LONG_DOUBLE_128): New.
310         (TARGET_SWITCHES): Add long-double-{128,64}.
311         (TARGET_HAS_XFLOATING_LIBS): Default to TARGET_LONG_DOUBLE_128.
312         (LONG_DOUBLE_TYPE_SIZE): Honor TARGET_LONG_DOUBLE_128.
313         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): New.
314         (WIDEST_HARDWARE_FP_SIZE): New.
315         (TARGET_CPU_CPP_BUILTINS): Define __LONG_DOUBLE_128__.
316         * config/alpha/alpha.c (override_options): Clear MASK_LONG_DOUBLE_128
317         if TARGET_VAX_FLOAT.
318         * config/alpha/osf5.h (LONG_DOUBLE_TYPE_SIZE): Remove.
319         (TARGET_DEFAULT): Set MASK_LONG_DOUBLE_128.
321 2004-03-06  Richard Henderson  <rth@redhat.com>
323         * config/alpha/alpha.c (alpha_swapped_comparison_operator): Fix
324         botched rtx class conversion.
326 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
328         * tree.h (BUILTIN_EXP10_P, BUILTIN_EXPONENT_P, BUILTIN_SQRT_P,
329         BUILTIN_CBRT_P, BUILTIN_ROOT_P): New macros.
331         * builtins.c (fold_builtin_logarithm, fold_builtin): Use new
332         macros.
333         * fold-const.c (fold_mathfn_compare, fold): Likewise.
335 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
337         PR target/14343
338         * config/i386/i386.md (movv2di_internal): Conditionalize on
339         TARGET_SSE, not TARGET_SSE2.
341 2004-03-05  Chris Demetriou  <cgd@broadcom.com>
343         * config.gcc (mips64orion-*-elf*, mips64orionel-*-elf*): Delete
344         duplicated line.
346 2004-03-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
348         * builtins.c: Consistently use logN not log* in comments.
350 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
352         * rtl.h (mem_expr_equal_p): Function prototype added.
353         * cfgcleanup.c (merge_memattrs): New function.
354         (flow_find_cross_jump): Call merge_memattrs for matching insns.
355         * emit-rtl.c (mem_expr_equal_p): New function.
357 2004-03-05  Ziemowit Laski  <zlaski@apple.com>
359         * objc/objc-act.c (synth_module_prologue): Const-qualify
360         objc_selector type if using the GNU runtime; fix generated
361         signatures for objc_msg_lookup and objc_msg_lookup_super
362         to match what GNU ObjC headers provide; reformat and clean up.
363         (synth_self_and_ucmd_args): Use previously constructed (and
364         hence possibly const-qualified) objc_selector type.
366 2004-03-05  Kazu Hirata  <kazu@cs.umass.edu>
368         * doc/tm.texi (HARD_REGNO_RENAME_OK): Document.
370 2004-03-05  Jason Merrill  <jason@redhat.com>
372         * tree.h (TYPE_HASH): Use TYPE_UID.
373         (TREE_HASH): New macro with old definition of TYPE_HASH.
374         * tree.c (build_type_attribute_variant): Use iterative_hash_object.
375         (build_array_type, build_function_type): Likewise.
376         (build_method_type_directly): Likewise.
377         (build_offset_type, build_complex_type): Likewise.
378         (type_hash_list, attribute_hash_list): Likewise. Now static.
379         * except.c: s/TYPE_HASH/TREE_HASH/.
381 2004-03-05  Bob Wilson  <bob.wilson@acm.org>
383         * config/xtensa/xtensa.c (function_arg): Handle 16-byte aligned args.
384         (xtensa_va_start): Initialize __va_stk to ($arg_ptr - 32).  Adjust
385         __va_ndx by 2 words when referencing an argument on the stack.
386         (xtensa_va_arg): Handle 16-byte aligned args.  Adjust __va_ndx by 2
387         words when an arg on the stack is first seen.
389 2004-03-05  Paul Brook  <paul@codesourcery.com>
391         * arm.h (ARM_FLAG_VFP): Remove.
392         (ARM_FLAG_ATPCS, CIRRUS_FIX_INVALID_INSNS): Renumber.
393         * netbsd-elf.h (ARM_FLAG_VFP): Remove.
395 2004-03-05  Paul Brook  <paul@codesourcery.com>
397         * function.c (assign_parms): Include pretend alignment offset.
399 2004-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
401         * stor-layout.c (layout_type, case FUNCTION_TYPE): Make size
402         FUNCTION_BOUNDARY, not POINTER_SIZE * 2.
404 2004-03-05  Ian Lance Taylor  <ian@wasabisystems.com>
406         * configure.ac: When passing --enable-languages to subdir
407         configure when host != build, make sure we don't pass an empty
408         value.
409         * configure: Regenerate.
411 2004-03-05  Nathan Sidwell  <nathan@codesourcery.com>
413         PR 13577
414         * gcc.c (cc1_options): Robustify -auxbase-strip from multiple -o
415         options.
417 2004-03-05  Paolo Bonzini  <bonzini@gnu.org>
419         * simplify-rtx.c (simplify_relational_operation): If
420         flag_wrapv is set, do not move terms between the two
421         side of a relational operator.
423 2004-03-05  Paolo Bonzini  <bonzini@gnu.org>
425         * rtlanal.c: Include target.h and output.h
426         (rtx_cost, address_cost, default_address_cost): Move from...
427         * cse.c (rtx_cost, address_cost, default_address_cost):
428         ... this file.
429         * rtl.h (rtx_cost, address_cost): Move under rtlanal.c.
430         * Makefile.in: Adjust dependencies.
432 2004-03-05  Paolo Bonzini <bonzini@gnu.org>
434         * cse.c (cse_end_of_basic_block): Make static.
435         * local-alloc.c (function_invariant_p): Move to
436         reload1.c.
437         * loop.c (libcall_other_reg, record_excess_regs):
438         Make static.
439         * reload1.c (function_invariant_p): Moved here
440         from local-alloc.c, made static.
441         * rtl.h (cse_end_of_basic_block, function_invariant_p,
442         libcall_other_reg, record_excess_regs): Remove
443         declarations.
445 2004-03-05  Kazu Hirata  <kazu@cs.umass.edu>
447         * config/m32r/m32r.c (signed_comparison_operator): Add a
448         missing parenthesis.
450 2004-03-04  Ian Lance Taylor  <ian@wasabisystems.com>
452         * ggc-common.c (gt_pch_restore): Don't unmap addr unless we are
453         going to call mmap again.  Read the file into the right place.
454         Give a fatal error if we have to relocate.
456 2004-03-04  Bob Wilson  <bob.wilson@acm.org>
458         * config/xtensa/xtensa.c (xtensa_return_in_msb): New function.
459         (TARGET_RETURN_IN_MSB): Define to xtensa_return_in_msb.
461 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
463         PR other/14354
464         * config/fp-bit.c (_fpdiv_parts): Do not round when pack_d would
465         round the same.  When rounding, clear bits that would cause a
466         second rounding in pack_d.
467         (_fpmul_parts): Ditto.  Remove #if 0:d code.
469 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
471         PR c++/14425, c++/14426
472         * config/rs6000/altivec.h (vec_splat_s8, vec_splat_s16,
473         vec_splat_s32, vec_splat_u8, vec_splat_u16, vec_splat_u32):
474         Change C++ definitions to accept a 'const int' argument;
475         the prototypes already do.
476         * config/rs6000/rs6000.c (rs6000_common_init_builtins):
477         Rename v4si_ftype_char, v8hi_ftype_char, v16qi_ftype_char,
478         v4sf_ftype_v4si_char, v4si_ftype_v4sf_char, v4si_ftype_v4si_char,
479         v8hi_ftype_v8hi_char, v16qi_ftype_v16qi_char,
480         v16qi_ftype_v16qi_v16qi_char, v8hi_ftype_v8hi_v8hi_char,
481         v4si_ftype_v4si_v4si_char and v4sf_ftype_v4sf_v4sf_char to
482         end in ..._int; change them to accept an int instead of a char
483         as the last parameter.
485 2004-03-04  Phil Edwards  <phil@codesourcery.com>
487         * genmultilib:  Change '=' to '-' when translating option names
488         to directory names.
490 2004-03-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
492         * expr.c (expand_expr_real, case COMPONENT_REF): Get proper type of
493         stack slot for temp used for result of BLKmode but in integral mode.
495 2004-03-04  Jan Hubicka  <jh@suse.cz>
497         * reload.c (find_reloads): Reorganize if seqeunce to switch.
499         * cfgrtl.c (rtl_redirect_edge_and_branch):  Set the source BB as dirty.
500         (cfglayout_redirect_edge_and_branch):  Set the source BB as dirty.
502 2004-03-04  Steve Ellcey  <sje@cup.hp.com>
504         * config/ia64/ia64.md (divdf3_internal_thr): Fix algorithm.
505         * testsuite/gcc.dg/20040303-1.c: New test.
507 2004-03-04  Steven Bosscher  <stevenb@suse.de>
509         * ppro.md: Rewrite as a DFA pipeline description.
510         * i386.md: Remove all uses of the ppro_uops attribute.
511         * i386.c: (ix86_safe_ppro_uops, ix86_dump_ppro_packet,
512         ix86_reorder_insn, ix86_sched_reorder_ppro, ix86_sched_init,
513         ix86_sched_reorder, ix86_variable_issue,
514         struct ix86_sched_data, TARGET_SCHED_VARIABLE_ISSUE,
515         TARGET_SCHED_INIT, TARGET_SCHED_REORDER): Remove.
516         (ia32_use_dfa_pipeline_interface): Add TARGET_PENTIUMPRO.
517         (ia32_multipass_dfa_lookahead): Add TARGET_PENTIUMPRO.
518         * athlon.md (athlon_ssecmp_load): Fix comment
520 2004-03-04  Stuart Hastings  <stuart@apple.com>
522         * gcc/doc/invoke.texi: Document -mlongcall for Darwin/PPC.
524 2004-03-04  Stuart Hastings  <stuart@apple.com>
526         * gcc/config/i386/darwin.h: Darwin/x86 doesn't support CPUs before
527         686, tell Darwin assembler to allow prefetch insns, non-empty def
528         of SUBTARGET_OPTION_TRANSLATE_TABLE.
530 2004-03-04  DJ Delorie  <dj@redhat.com>
532         PR optimization/14282
533         * sched-deps.c (sched_analyze_insn): Allow a stack adjustment
534         between a call and the assignment of its return value.
536 2004-03-04  Kazu Hirata  <kazu@cs.umass.edu>
538         * config/h8300/h8300.c: Put a comment for every function.
540 2004-03-04  Kazu Hirata  <kazu@cs.umass.edu>
542         * config/h8300/h8300.md: Add comments about peephole2's.
544 2004-03-04  Steven Bosscher  <stevenb@suse.de>
546         * i386.h (TARGET_CPU_DEFAULT_nocona): Fix value.
548 2004-03-04  Jan Hubicka  <jh@suse.cz>
550         * cfgcleanup.c (thread_jump): Update call of cselib_init.
551         * cselib.c (cselib_record_memory): New static variable.
552         (cselib_lookup_mem, cselib_record_set, cselib_record_sets):
553         Give up on memories when asked for.
554         (cselib_init): Accept new argument.
555         * cselib.h (cselib_init): Update prototype.
556         * gcse.c (local_cprop_pass): Update call of cselib_init.
557         * loop.c (load_mems): Update call of cselib_init.
558         * postreload.c (reload_cse_regs_1): Update call of cselib_init.
559         * sched-deps.c (sched_analyze): Update call of cselib_init.
561 2004-03-04  David Edelsohn  <edelsohn@gnu.org>
562             GP <gp@qnx.com>
564         * config/rs6000/rs6000.c (output_function_profiler): Append @plt
565         when compiling PIC.
567 2004-03-04  Josef Zlomek  <zlomekj@suse.cz>
569         PR/14362
570         * var-tracking.c (track_expr_p): Do not track variables which
571         should be ignored for debugging purposes.
573 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
575         * real.c (encode_ibm_extended): Don't bother rounding low double.
576         * c-cppbuiltin.c (builtin_define_float_constants): Tweak MAX
577         when fmt->pnan < fmt->p.
579 2004-03-04  Eric Christopher  <echristo@redhat.com>
581         * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Fix to check
582         only range of valid arg registers and fixed_regs.
584 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
586         PR target/14406
587         * config/rs6000/rs6000.md (abstf2, abstf2+1): Delete define_insn.
588         (abstf2, abstf2_internal): New define_expand.
590 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
592         PR optimization/14235
593         * expr.c (convert_move): Copy the source to a new pseudo
594         when converting from a sub-word source to a larger-than-word
595         register which conflicts with the source.
597 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
599         PR 13728
600         * c-decl.c (diagnose_mismatched_decls): Issue an error for two
601         parameters with the same name, unless one is a forward decl.
602         Do not issue a redundant-redeclaration warning for forward
603         decls of parameters.
605 2004-03-04  David Edelsohn  <edelsohn@gnu.org>
607         * doc/install.texi (*-ibm-aix*): Document use of Bash to speed up
608         configuration.
610 2004-03-03  Ian Lance Taylor  <ian@wasabisystems.com>
612         * ggc-zone.c (ggc_pch_write_object): Don't align file pointer.
614 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
616         * target-def.h (TARGET_OPTF): Delete.
617         * c-opts.c (TARGET_OPTF): Define.
619 2004-03-04  Jan Hubicka  <jh@suse.cz>
621         * cselib.c (cselib_finish): Fix another miss-application of my previous
622         patch.
624 2004-03-03  Mike Stump  <mrs@apple.com>
626         Add framework support for darwin.
628         * c-incpath.c: Include target.h and machmode.h.
629         (add_path): Use a consistent style for cpp_dir.  Initialize
630         p->construct to 0.
631         (add_cpp_dir_path): New.
632         (register_include_chains): Add use of extra_includes callback.
633         (hook_void_int): Add.
634         (target_c_incpath): Add.
635         * c-incpath.h (add_cpp_dir_path): New.
636         (target_c_incpath_s): Add.
637         (target_c_incpath): Add.
638         (C_INCPATH_INIT): Add.
639         * c-opts.c (c_common_missing_argument,
640         c_common_handle_option): Add -F argument processing.
641         * c.opt: Add -F argument processing.
642         * gcc.c (trad_capable_cpp): Add -F argument processing.
643         * cppfiles.c (find_file_in_dir): Update to use construct
644         callback.
645         (search_path_exhausted, cpp_get_path, cpp_get_buffer,
646         cpp_get_prev): New.
647         (_cpp_find_file): Use search_path_exhausted.
648         (make_cpp_dir): Initialize construct to 0.
649         * cpplib.h (missing_header_cb
650         cpp_get_path, cpp_get_buffer, cpp_get_file, cpp_get_prev): New.
651         (cpp_callbacks): Add missing_header
652         (cpp_dir): Add construct.
653         * target-def.h: (TARGET_OPTF): New.
654         * hooks.c (hook_void_int, hook_void_charptr): Add.
655         * hooks.h (hook_void_int, hook_void_charptr): Add.
656         * Makefile.in (c-incpath.o) : Add $(TARGET_H) and
657         $(MACHMODE_H) dependencies.
658         * doc/invoke.texi (Darwin Options): Document -F.
659         * doc/tm.texi (TARGET_EXTRA_INCLUDES): Add.
660         (TARGET_OPTF): Add.
661         * fix-header.c (target_c_incpath): Add.
663         * config/darwin-c.c: Add c-incpath.h include.
664         (using_frameworks, find_subframework_file,
665         find_subframework_header, add_system_framework_path,
666         frameworks_in_use, num_frameworks, max_frameworks,
667         add_framework, find_framework, struct framework_header,
668         framework_header_dirs, framework_construct_pathname,
669         find_subframework_file, add_system_framework_path,
670         add_framework_path, framework_defaults,
671         darwin_register_frameworks, find_subframework_header): Add.
672         * config/darwin.h (TARGET_EXTRA_INCLUDES, TARGET_OPTF): New.
673         (TARGET_OPTION_TRANSLATE_TABLE): Add -framework support.
674         (CPP_SPEC): Add __APPLE_CC__ support.
675         * t-darwin (darwin-c.o): Add c-incpath.h dependency.
677 2004-03-04  Jan Hubicka  <jh@suse.cz>
679         * cselib.c (cselib_finish): Fix miss-application of my previous
680         patch.
682 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
684         * hooks.c (hook_tree_tree_identity): New.
685         * hooks.h: Add a prototype for hook_tree_tree_identity.
686         * stmt.c (expand_asm_operands): Use targetm.md_asm_clobbers
687         instead of MD_ASM_CLOBBERS.
688         * system.h (MD_ASM_CLOBBERS): Poison.
689         * target-def.h (TARGET_MD_ASM_CLOBBERS): New.
690         (TARGET_INITIALIZER): Add TARGET_MD_ASM_CLOBBERS.
691         * target.h (gcc_target): Add md_asm_clobbers.
692         * config/i386/i386.c (TARGET_MD_ASM_CLOBBERS): New.
693         (ix86_md_asm_clobbers): New.
694         * config/i386/i386.h (MD_ASM_CLOBBERS): Remove.
695         * doc/tm.texi (MD_ASM_CLOBBERS): Change to
696         TARGET_MD_ASM_CLOBBERS.
698 2004-03-03  Stuart Hastings  <stuart@apple.com>
700         * gcc/config.gcc: Arrange for Darwin/x86 to build libgcc_eh.a.
702 2004-03-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
704         * config/sparc/sparc.c (noov_compare64_op): Fix typo.
706         * config/sparc/sparc.h (ASM_FLOAT): Delete.
707         (ASM_DOUBLE): Likewise.
708         (ASM_LONGDOUBLE): Likewise.
709         * config/sparc/pbd.h (ASM_INT_OP): Delete.
711 2003-03-03  Richard Henderson  <rth@redhat.com>
713         PR opt/13862
714         * cselib.c (cselib_record_sets): Don't record multiple sets in
715         asm insns.
717 2004-03-03  Mostafa Hagog  <mustafa@il.ibm.com>
719         * common.opt: Add description of the new -fgcse-after-reload flag.
721         * flags.h (flag_gcse_after_reload): Declaration of global variable.
723         * gcse.c (reg_used_on_edge ,reg_set_between_after_reload_p,
724         reg_used_between_after_reload_p, rtx get_avail_load_store_reg,
725         is_jump_table_basic_block, bb_has_well_behaved_predecessors,
726         get_bb_avail_insn, hash_scan_set_after_reload,
727         compute_hash_table_after_reload, eliminate_partially_redundant_loads,
728         gcse_after_reload, get_bb_avail_insn): New functions to implement
729         gcse-after-reload.
730         (gcse_after_reload_main): New function, the main entry point to
731         gcse-after-reload.
733         * rtl.h (gcse_after_reload_main): Declaration of the new function.
735         * opts.c (common_handle_option): Handle the -fgcse-after-reload flag.
737         * toplev.c (flag_gcse_after_reload): Initialization.
739         * passes.c (rest_of_handl_gcse2): Call gcse_after_reload_main.
741         * params.def (PARAM_GCSE_AFTER_RELOAD_PARTIAL_FRACTION,
742         PARAM_GCSE_AFTER_RELOAD_CRITICAL_FRACTION): New parameters for tuning
743         the gcse after reload optimization.
745         * params.h (GCSE_AFTER_RELOAD_PARTIAL_FRACTION,
746         GCSE_AFTER_RELOAD_CRITICAL_FRACTION): Two macros to access the tuning
747         parameters.
749         * doc/invoke.texi: Documentation for the new flag gcse-after-reload.
751 2004-03-03  Nicolas Pitre <nico@cam.org>
753         * config/arm/ieee754-df.S (muldf3, divdf3): Fix denormalization of
754         small negative values.
756 2004-03-03  Jan Hubicka  <jh@suse.cz>
758         * cselib.c (hash_table):  Remove GTY marker.
759         (reg_values): Turn into array.
760         (used_regs): Likewise.
761         (n_used_regs): New static variable.
762         (reg_values_old): Kill.
763         (clear_table): Update uses of arrays.
764         (cselib_lookup): Likewise.
765         (cselib_record_set): Likewise.
766         (cselib_init): Likewise.
767         (cselib_finish): Likewise.
768         (cselib_udpate_varray_sizes): Kill.
769         * cselib.h (cselib_update_varray_sizes): Kill.
771 2004-03-03  Paul Brook  <paul@codesourcery.com>
773         * flow.c (ior_reg_cond, and_reg_cond): Remove stray ")".
775 2004-03-03  Jan Hubicka  <jh@suse.cz>
777         * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat):
778         Rename from ...; make statistics transparent.
779         (ggc_alloc_cleared, ggc_realloc_stat): ... these.
780         (loc_descriptor): New structure.
781         (hash_descriptor, eq_descriptor, loc_descriptor, cmp_statistics,
782         add_statistics):
783         New static function.
784         (ggc_record_overhead, dump_statistics): New global function.
785         * ggc-none.c (ggc_alloc_types_stat, ggc_alloc_stat, ggc_alloc_zone_stat,
786         ggc_alloc_cleared_stat, ggc_realloc_stat, ggc_alloc_typed_stat): Rename
787         from ...; accept locations
788         (ggc_alloc_types, ggc_alloc, ggc_alloc_zone, ggc_alloc_cleared,
789         ggc_realloc, ggc_alloc_typed):  ... this one.
790         from ...; accept locations
791         * ggc-page.c (ggc_alloc_typed_stat, ggc_alloc_zone_stat,
792         ggc_alloc_stat): Rename from ... ; pass locations
793         * ggc-page.c (ggc_alloc_typed, ggc_alloc_zone, ggc_alloc):
794         ... this one.
795         (ggc_alloc_stat): Record overehead.
796         * ggc.h (ggc_alloc_types, ggc_alloc, ggc_alloc_zone, ggc_alloc_cleared,
797         ggc_realloc, ggc_alloc_typed):  Turn to macros
798         (ggc_alloc_types_stat, ggc_alloc_stat, ggc_alloc_zone_stat,
799         ggc_alloc_cleared_stat, ggc_realloc_stat, ggc_alloc_typed_stat): Declare.
800         (dump_ggc_loc_satistics, ggc_record_overehead): Declare.
801         * langhooks.h (lhd_make_node): Declare.
802         (LANG_HOOKS_MAKE_TYPE): Default to new function,
803         * langhooks.c (lhd_make_node): New.
804         * rtl.c (rtx_alloc_stat, swallow_copy_rtx_stat): Rename from ... ; pass
805         locations.
806         (rtx_alloc, swallow_copy_rtx): ... this one.
807         * rtl.h (rtx_alloc, swallow_copy_rtx): Turn to macros.
808         * rtl.c (rtx_alloc_stat, swallow_copy_rtx_stat): Declare.
809         * toplpev.c (finalize): Dump stats.
810         * tree.c (make_node_stat, copy_node_stat, make_tree_vec_stat,
811         build_tree_list_stat, tree_cons_stat, build?_stat,  build_decl_stat):
812         Rename from ... ; pass locators.
813         (make_node, copy_node, make_tree_vec, build_tree_list, tree_cons,
814         build?,  build_decl): Declare.
815         * tree.h (make_node_stat, copy_node_stat, make_tree_vec_stat,
816         build_tree_list_stat, tree_cons_stat, build?_stat,  build_decl_stat):
817         Declare.
818         (make_node, copy_node, make_tree_vec, build_tree_list, tree_cons,
819         build?,  build_decl): New macros.
820         * Makefile.in (RTL_H, TREE_H): Add statistics.h dependency.
821         * statistics.h: New file.
823 2004-03-03  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
824             Richard Sandiford  <rsandifo@redhat.com>
826         * config/mips/mips.h (MASK_FIX_SB1): Bump.
827         (MASK_FIX_R4400, TARGET_FIX_R4400): New macros.
828         (TARGET_SWITCHES): Add -mfix-r4400 and -mno-fix-r4400.
829         * config/mips/mips.c (mips_output_division): Fill the branch delay
830         slot with a nop if TARGET_FIX_R4000.  Extend R4000 workarounds to
831         TARGET_FIX_R4400.
832         (mips_output_division): Adjust accordingly.
833         (override_options): Make -march=r4400 imply -mfix-r4400 by default.
834         * doc/invoke.texi: Document -mfix-r4400 and new errata workarounds.
836 2004-03-03  Paolo Bonzini  <bonzini@gnu.org>
838         * alias.c (rtx_equal_for_memref_p): Use predicates
839         to test rtx classes and new rtx class codes, possibly
840         splitting conditionals that tested against '<' and 'o'.
841         * caller-save.c (save_call_clobbered_regs): Likewise.
842         * combine.c (contains_muldiv, find_split_point, subst,
843         combine_simplify_rtx, simplify_if_then_else,
844         simplify_set, simplify_logical, expand_compound_operation,
845         make_compound_operation, if_then_else_cond, known_cond,
846         apply_distributive_law, cached_nonzero_bits,
847         cached_num_sign_bit_copies, simplify_shift_const,
848         gen_binary, simplify_comparison, update_table_tick,
849         record_value_for_reg, get_lsat_value_validate): Likewise.
850         * cse.c (mention_regs, find_best_addr, find_comparison_args,
851         fold_rtx, cse_insn, invalidate_memory, cse_basic_block):
852         Likewise.
853         * emit-rtl.c (copy_insn_1): Likewise.
854         * expr.c (force_operand): Likewise.
855         * final.c (final_scan_insn, get_mem_expr_from_op): Likewise.
856         * flow.c (notice_stack_pointer_modification_1,
857         invalidate_mems_from_autoinc, ior_reg_cond, not_reg_cond,
858         and_reg_cond, elim_reg_cond): Likewise.
859         * function.c (update_epilogue_consts): Likewise.
860         * genattrtab.c (attr_rtx_1): Likewise.
861         * genopinit.c (gen_insn): Likewise.
862         * integrate.c (subst_constants): Likewise.
863         * jump.c (reversed_comparison_code_parts,
864         reversed_comparison_code, delete_related_insns,
865         rtx_renumbered_equal_p): Likewise.
866         * local-alloc.c (block_alloc): Likewise.
867         * loop.c (rtx_equal_for_prefetch_p, maybe_eliminate_biv,
868         canonicalize_condition): Likewise.
869         * loop-iv.c (simplify_using_conditions, iv_number_of_iterations):
870         Likewise.
871         * optabs.c (add_equal_node, expand_binop): Likewise.
872         * predict.c (estimate_probability): Likewise.
873         * ra-debug.c (ra_print_rtx_2op, ra_print_rtx): Likewise.
874         * recog.c (validate_replace_rtx_1, comparison_operator,
875         offsettable_address_p, constrain_operands): Likewise.
876         * reg-stack.c (swap_rtx_condition_1, subst_stack_regs_pat):
877         Likewise.
878         * regclass.c (scan_one_insn): Likewise.
879         * regmove.c (stable_and_no_regs_but_for_p): Likewise.
880         * regrename.c (kill_autoinc_value): Likewise.
881         * reload.c (find_reusable_reload, find_reloads,
882         reg_overlap_mentioned_for_reload_p): Likewise.
883         * reload1.c (gen_reload, delete_address_reloads_1): Likewise.
884         * rtl.c (copy_rtx): Likewise.
885         * rtl.h (CONSTANT_P, INSN_P): Likewise.
886         * rtlanal.c (commutative_operand_precedence): Likewise.
887         * sched-deps.c (conditions_mutex_p): Likewise.
888         * sched-rgn.c (is_cfg_nonregular): Likewise.
889         * simplify-rtx.c (simplify_gen_binary,
890         simplify_gen_relational, simplify_replace_rtx,
891         simplify_unary_operation, simplify_binary_operation,
892         simplify_ternary_operation, simplify_rtx): Likewise.
893         * unroll.c (reg_dead_after_loop): Likewise.
894         * config/alpha/alpha.c (alpha_swapped_comparison_operator,
895         print_operand): Likewise.
896         * config/arc/arc.c (proper_comparison_operator): Likewise.
897         * config/arm/arm.c (arm_arm_address_cost, arm_select_cc_mode):
898         Likewise.
899         * config/avr/avr.c (_reg_unused_after): Likewise.
900         * config/frv/frv.c (frv_ifcvt_modify_tests,
901         frv_ifcvt_modify_insn, frv_pack_insn): Likewise.
902         * config/i386/i386.c (ix86_comparison_operator,
903         ix86_carry_flag_operator, fcmov_comparison_operator,
904         arith_or_logical_operator, print_operand,
905         ix86_expand_binary_operator, ix86_binary_operator_ok):
906         Likewise.
907         * config/i386/i386.md: Likewise.
908         * config/ia64/ia64.c (not_postinc_memory_operand,
909         ia64_print_operand, update_set_flags, errata_emit_nops):
910         Likewise.
911         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS,
912         CONSTRAINT_OK_FOR_S): Likewise.
913         * config/ip2k/ip2k.c (mdr_resequence_xy_yx,
914         mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
915         ip2k_xexp_not_uses_reg_for_mem, ip2k_xexp_not_uses_reg_p,
916         ip2k_composite_xexp_not_uses_reg_p, ip2k_unary_operator):
917         Likewise.
918         * config/iq2000/iq2000.c (cmp_op, symbolic_expression_p,
919         eqne_comparison_operator, signed_comparison_operator):
920         Likewise.
921         * config/mips/mips.c (cmp_op, symbolic_expression_p):
922         Likewise.
923         * config/mmix/mmix (mmix_foldable_comparison_operator,
924         mmix_comparison_operator): Likewise.
925         * config/pa/pa.c (hppa_legitimize_address): Likewise.
926         * config/rs6000/rs6000.c (stmw_operation,
927         branch_comparison_operator, trap_comparison_operator,
928         ccr_bit): Likewise.
929         * config/rs6000/rs6000.h (SELECT_CC_MODE): Likewise.
930         * config/s390/s390.c (s390_alc_comparison,
931         s390_slb_comparison):L Likewise.
932         * config/sh/sh.c (gen_block_redirect, reg_unused_after):
933         Likewise.
934         * config/sparc/sparc.c (eq_or_neq, normal_comp_operator,
935         noov_compare_op, noov_compare64_op, v9_regcmp_op,
936         emit_hard_tfmode_operation, reg_unused_after)
937         * doc/md.texi, doc/rtl.texi: Likewise.
939         * ra-debug.c: Add 2004 to list of copyright years.
940         * unroll.c: Likewise.
942         * combine.c (simplify_logical): Remove dummy test,
943         (apply_distributive_law): Fix typo in comment.
944         GET_CODE (x) == AND so x is a commutative binary op.
945         * jump.c (delete_related_insns): simplify loop
946         condition, move testing of RTX codes inside the loop.
947         (rtx_renumbered_equal_p): do not use RTX_CODE.
948         * rtl.c (rtx_class): Declare as enum rtx_class.
949         * rtl.def (EQ, NE, UNEQ, LTGT, UNORDERED, ORDERED):
950         Move to RTX_COMM_COMPARE class.
951         (HIGH, SYMBOL_REF, LABEL_REF, CONST, CONST_INT, CONST_DOUBLE):
952         Move to RTX_CONST_OBJ class.
953         * rtl.h (enum rtx_class): New declaration,
954         (RTX_OBJ_MASK, RTX_OBJ_RESULT, RTX_COMPARE_MASK,
955         RTX_COMPARE_RESULT, RTX_ARITHMETIC_MASK, RTX_ARITHMETIC_RESULT,
956         RTX_BINARY_MASK, RTX_BINARY_RESULT, RTX_COMMUTATIVE_MASK,
957         RTX_COMMUTATIVE_RESULT, RTX_NON_COMMUTATIVE_RESULT,
958         RTX_EXPR_FIRST, RTX_EXPR_LAST, UNARY_P, BINARY_P,
959         ARITHMETIC_P, COMMUTATIVE_ARITHMETIC_P, COMPARISON_P,
960         SWAPPABLE_OPERANDS_P, NON_COMMUTATIVE_P, COMMUTATIVE_P,
961         OBJECT_P): New macros.
962         * config/sparc/sparc.c (noov_compare_op): Remove register
963         from parameter.
965 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
967         * target.h: Remove texi jargons in comments.
969 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
971         * config/h8300/lib1funcs.asm (___fixunssfsi): Change the
972         threshold to 0x4f.
974         Revert:
975         2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
976         * config/h8300/fixunssfsi.c (__fixunssfsi): Enable on H8/300
977         as well.
978         * config/h8300/lib1funcs.asm (___fixunssfsi): Remove.
979         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _fixunssfsi_asm.
981 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
983         * doc/md.texi (cbranchmode4): New.
985 2004-03-02  Eric Christopher  <echristo@redhat.com>
987         * config/mips/mips16.S: Change fixsfsi and fixdfsi to
988         fix_trunc.
989         * config/mips/mips.c (mips_init_libfuncs): Change accordingly.
990         * config/mips/t-elf (LIB1ASMFUNCS): Ditto.
991         * config/mips/t-isa3264 (LIB1ASMFUNCS): Ditto.
992         * config/mips/t-r3900 (LIB1ASMFUNCS): Ditto.
994 2004-03-02  Richard Henderson  <rth@redhat.com>
996         PR middle-end/11767
997         * coverage.c (coverage_counter_ref): Set MEM_NOTRAP_P.
998         * optabs.c (prepare_cmp_insn): Force trapping memories to registers
999         before the compare, if flag_non_call_exceptions.
1001 2004-03-02  Richard Henderson  <rth@redhat.com>
1003         PR middle-end/14327
1004         * stmt.c (expand_computed_goto): Do do_pending_stack_adjust before
1005         emitting the label, not after.
1007 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
1009         * config/m68hc11/m68hc11.c (m68hc11_addr_mode): New variable.
1010         (m68hc11_mov_addr_mode): Likewise.
1011         (m68hc11_override_options): Initialize them based on target.
1012         (register_indirect_p): Allow a MEM for indirect addressing modes and
1013         use flags to control what is allowed.
1014         (m68hc11_small_indexed_indirect_p): Use m68hc11_mov_addr_mode for
1015         supported addressing modes.
1016         (m68hc11_register_indirect_p): Use m68hc11_addr_mode.
1017         (go_if_legitimate_address_internal): Likewise.
1018         (m68hc11_indirect_p): Likewise and check the mode.
1019         (print_operand): Allow a (MEM (MEM)) and generate indirect addressing.
1021 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
1023         * builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove.
1024         (expand_builtin_setjmp_setup): Use
1025         targetm.builtin_setjmp_frame_value instead of
1026         BUILTIN_SETJMP_FRAME_VALUE.
1027         * system.h (BUILTIN_SETJMP_FRAME_VALUE): Poison.
1028         * target-def.h (TARGET_BUILTIN_SETJMP_FRAME_VALUE): New.
1029         (TARGET_INITIALIZER): Add TARGET_BUILTIN_SETJMP_FRAME_VALUE.
1030         * target.h (gcc_target): Add builtin_setjmp_frame_value.
1031         * targhooks.c (default_builtin_setjmp_frame_value): New.
1032         * targhooks.h: Add a prototype for
1033         default_builtin_setjmp_frame_value.
1034         * doc/tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Change to
1035         TARGET_BUILTIN_SETJMP_FRAME_VALUE.
1037 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
1039         * config/m68hc11/m68hc11.md (move peephole2): New peepholes to optimize
1040         sequences of moves.
1041         (add peepholes): New peepholes to optimize sequences adding small
1042         constants.
1043         (bset peepholes): New peepholes to transform an OR in a bset form
1044         (bclr peepholes): Likewise for bclr form.
1045         (cmp peepholes): New peepholes to avoid register copies when comparing.
1047 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
1049         * config/m68hc11/m68hc11.md ("*pushdi_internal"): New insn and split
1050         to separate push from moves.
1051         ("*pushdf_internal"): Likewise.
1052         ("*pushsf_internal"): Likewise.
1053         ("*pushsi_internal"): Likewise.
1054         ("movdi_internal"): Use define_insn_and_split; non push operand.
1055         ("movdf_internal"): Likewise.
1056         ("movsf_internal"): Likewise.
1057         ("movsi_internal"): Likewise.
1058         ("*movhi_68hc12", "*addhi3_68hc12"): Fix and tune constraints
1059         ("*addhi3", "*subhi3", "*andhi3_mem", "*iorhi3_mem"): Likewise.
1060         ("*ashlsi3_const1", "*lshrsi3_const1"): Likewise.
1062 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
1064         * config/m68hc11/m68hc11.md ("tstqi_z_used"): Use define_insn_and_split.
1065         ("cmphi_z_used", "cmpqi_z_used"): Likewise.
1066         ("movstrictsi", "movstricthi", "movstrictqi"): Likewise.
1067         ("anddi3", "andsi3", "iordi3", "iorsi3"): Likewise.
1068         ("xordi3", "xorsi3", "*logicalsi3_zexthi"): Likewise.
1069         ("*logicalsi3_zextqi", "*logicalhi3_zexthi_ashift8"): Likewise.
1070         ("logicalhi3_zexthi", "*logicalsi3_silshr16"): Likewise.
1071         ("*logicalsi3_silshl16", "*logicalsi3_silshl16_zext"): Likewise.
1072         ("*ashldi3_const32", "*ashldi3_const1", "addsi_silshr16"): Likewise.
1073         ("addsi_andshr16", "*ashlsi3_const16_zexthi"): Likewise.
1074         ("*lshrdi3_const32", "*lshrdi_const1"): Likewise.
1076 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
1078         * config/m68hc11/m68hc11.md (SOFT_TMP_REGNUM): Define.
1079         (SOFT_XY_REGNUM): Define.
1080         (cmp split): Use the above instead of hard coded numbers.
1081         (8-bit op split): No need to check the mode; allow Q_REG.
1082         (ashift split): Adjust the first operand if it uses the SP and we
1083         are pushing the shifted value.
1084         (plus shift split): Fix when a source is in register D+X.
1085         ("doloop_end"): Pass dummy arguments to gen_rtx_NE.
1087 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
1089         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix when
1090         comparing with Z register.
1092 2004-03-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1094         * cfgloop.h (struct loop_desc): Removed.
1095         (struct loop): Fields simple, desc and has_desc removed.
1096         (simple_loop_p, count_loop_iterations): Declaration removed.
1097         * cfgloopanal.c (struct unmark_altered_insn_data): Removed.
1098         (unmark_altered, blocks_invariant_registers, unmark_altered_insn
1099         blocks_single_set_registers, invariant_rtx_wrto_regs_p_helper,
1100         invariant_rtx_wrto_regs_p, test_for_iteration, constant_iterations,
1101         simple_loop_exit_p, variable_initial_value, variable_initial_values,
1102         simple_condition_p, simple_increment, count_strange_loop_iterations,
1103         inverse, fits_in_mode_p, simple_loop_p, count_loop_iterations):
1104         Removed.
1105         * loop-iv.c (check_simple_exit, find_simple_exit): Update comments.
1107 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
1109         * genattrtab.c: Don't handle MATCH_INSN.
1110         * genrecog.c: Likewise.
1111         * gensupport.c: Likewise.
1112         * rtl.def (match_insn): Remove.
1113         * doc/md.texi (match_insn, match_insn2): Remove.
1115 2004-03-02  Mark Mitchell  <mark@codesourcery.com>
1117         * doc/c-tree.texi (DECL_ASSEMBLER_NAME): Mention that using this
1118         macro results in memory allocation.
1120 2004-03-02  David O'Brien  <obrien@FreeBSD.org>
1122         * config/freebsd-spec.h (FBSD_DYNAMIC_LINKER): Add.
1123         * config/alpha/freebsd.h (SUBTARGET_EXTRA_SPECS): Define
1124         %(fbsd_dynamic_linker),
1125         (LINK_SPEC): Use %(fbsd_dynamic_linker), and sync style with
1126         config/i386/freebsd.h
1127         * config/arm/freebsd.h: Ditto.
1128         * config/i386/freebsd.h: Ditto.
1129         * config/i386/freebsd64.h: Ditto.
1130         * config/ia64/freebsd.h: Ditto.
1131         * config/rs6000/sysv4.h: Ditto.
1132         * config/sparc/freebsd.h: Ditto.
1134 2004-03-02  Loren James Rittle  <ljrittle@acm.org>
1136         * gcc/doc/install.texi (*-*-freebsd*): Update target information.
1138 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
1140         * rtl.def (define_combine): Remove.
1142 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
1144         * config/h8300/h8300.md: Tweak formatting.
1146 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
1148         * config/h8300/h8300.md (*cmphi_h8300): Rename to
1149         *cmphi_h8300_znvc.
1150         (*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc.
1152 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
1154         PR bootstrap/14356
1155         * gcc.c (process_command): Remove const-qualification from argv.
1156         (main): Likewise.
1158 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
1160         * config/h8300/h8300.md (pushqi1_h8300hs): Rename to
1161         pushqi1_h8300hs_advanced.  Adjust its caller.
1162         (pushhi1_h8300hs): Rename to pushhi1_h8300hs_advanced.
1163         Adjust its caller.
1165 2004-03-02  Nicolas Roche  <roche@act-europe.fr>
1167         * Makefile.in (install-libgcc, install-multilib): Pass
1168         mkinstalldirs var to libgcc.mk.
1170 2004-03-01  Kazu Hirata  <kazu@cs.umass.edu>
1172         * system.h (DBX_OUTPUT_STANDARD_TYPES): Poison.
1173         * doc/tm.texi (DBX_OUTPUT_STANDARD_TYPES): Remove.
1175 2004-03-01  Kazu Hirata  <kazu@cs.umass.edu>
1177         * config/h8300/h8300.c (gtle_operator): Accept GT and LE.
1178         * config/h8300/h8300.md: Split several peephole2's, each into
1179         two.
1181 2004-03-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1183         * dominance.c (recount_dominator): Handle postdominators.
1185 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
1187         * config/mips/mips-protos.h (enum mips_symbol_type): Move from mips.h.
1188         (NUM_SYMBOL_TYPES): Likewise.
1189         (SYMBOL_64_HIGH, SYMBOL_64_MID, SYMBOL_64_LOW): New symbol types.
1190         (mips_unspec_address): Declare.
1191         (mips_gotoff_page, mips_gotoff_global): Delete.
1192         * config/mips/mips.h (PREDICATE_CODES): Add general_symbolic_operand.
1193         * config/mips/mips.c (enum mips_symbol_type, NUM_SYMBOL_TYPES): Delete.
1194         (mips_symbolic_constant_p, mips_symbolic_address_p)
1195         (mips_symbol_insns): Handle new symbol types.
1196         (general_symbolic_operand): New predicate.
1197         (mips_unspec_address): Make extern.
1198         (mips_gotoff_page, mips_gotoff_global): Delete.
1199         (override_options): Allow -mabi=64 -mno-abicalls -mexplicit-relocs.
1200         Handle new symbol types.
1201         * config/mips/mips.md (*lea_high64, *lea64): New patterns.
1202         (*xgot_hi[sd]i, *xgot_lo[sd]i, *got_disp[sd]i, *got_disp[sd]i): Call
1203         mips_unspec_address directly.
1204         * doc/invoke.texi: Remove the -mabi=64 -mno-abicalls exception from
1205         the documentation of -mexplicit-relocs.
1207 2004-03-01  Jeff Law  <law@redhat.com>
1209         * fold-const.c (fold): An equality comparison of a non-weak object
1210         against zero has a known result.  Similarly an equality comparison
1211         of the address of two non-weak, unaliased symbols has a known result.
1213         * ggc-page.c (struct page_entry): New field PREV.
1214         (ggc_alloc): Update PREV field appropriately.
1215         (sweep_pages): Likewise.
1216         (ggc_free): Likewise.  Use PREV field rather than loop to
1217         improve ggc_free performance.
1219 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
1221         * config/mips/mips.c (mips_output_division): Use the division
1222         instruction to fill the delay slot of a zero check.
1223         (mips_idiv_insns): Adjust accordingly.
1225 2004-03-01  Nathanael Nerode  <neroden@gcc.gnu.org>
1227         * config.gcc: Create a default tmake_file for linux, and use
1228         it in all but two linux clauses.  Comment those two.
1230 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
1232         * combine.c (try_combine):  Do not refer to is_replaced.
1233         (gen_lowpart_for_combine):  Perverse subregs now have a
1234         more politically correct name.
1235         * cse.c (cse_insn): Likewise.
1236         * jump.c: Fix bogus reference to delete_insn.
1238 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
1240         PR debug/14328
1241         * dwarf2out.c (gen_enumeration_type_die): Output all enumeration
1242         constants as signed values.
1244         PR middle-end/13448
1245         * c-tree.h (readonly_warning): Rename to ...
1246         (readonly_error): ... this.
1247         * c-typeck.c (build_unary_op): Adjust accordingly.
1248         (readonly_warning): Rename to ...
1249         (readonly_error): ... this and issue errors, not warnings.
1250         (build_modify_expr): Call readonly_error, not readonly_warning.
1251         (c_expand_asm_operands): Likewise.
1252         * tree-inline.c (optimize_inline_calls): Do not inline functions
1253         after errors have occurred.
1255 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
1257         * configure.ac: Rearrange some threading code for clarity;
1258         add section comment.
1259         * configure: Regenerate.
1261 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
1263         * passes.c, config/frv/frv.c, config/sh/sh.c: Fix comment
1264         typos.
1265         * doc/cppopts.texi: Fix a typo.
1267 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
1269         * config/i386/i386.md: Fix formatting.
1271 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
1273         * configure.ac: Add some comments delineating sections of code.
1275         * doc/install.texi: Note that libada uses autoconf 2.57 also.
1277         * doc/install.texi: Fix idiot typo in previous commit.
1279         * doc/install.texi: Update for conversion of intl to autoconf 2.57.
1281 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
1283         * config/h8300/h8300.md: Add comments about peephole2's.
1285 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
1287         * config/h8300/h8300.md: Tweak operand numbers of some
1288         peephole2's.
1290 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
1292         * config/h8300/h8300.md: Tweak comments about peephole2's.
1294 2004-02-29  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
1296         PR middle-end/14203
1297         * function.c (uninitialized_vars_warning): Use DECL_RTL_SET_P
1298         instead of testing whether DECL_RTL is not NULL.
1300 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
1302         * config/sh/sh.c: Fix formatting.
1304 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
1306         * config/sh/sh.c: Convert to ISO-C.
1308 2004-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
1310         * c-typeck.c (tagged_types_tu_compatible_p): Fix pasto in
1311         my previous patch.
1313         * config/darwin.h (machopic_finish): Output stub even if the
1314         symbol is already defined.
1316 2004-02-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1318         * pa64-hpux.h (LIB_SPEC): Fix linking under HP-UX 11.00 with -p and -pg.
1320 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
1322         * genattr.c (main): Don't define
1323         TRADITIONAL_PIPELINE_INTERFACE or DFA_PIPELINE_INTERFACE.
1324         * system.h (TRADITIONAL_PIPELINE_INTERFACE): Poison.
1325         (DFA_PIPELINE_INTERFACE): Likewise.
1326         * doc/tm.texi (TRADITIONAL_PIPELINE_INTERFACE): Remove.
1327         (DFA_PIPELINE_INTERFACE): Likewise.
1329 2004-02-28  Richard Sandiford  <rsandifo@redhat.com>
1331         * config/mips/mips.md (tstsi, tstdi): Delete.
1333 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1335         * config/mips/mips.c (override_options): Remove an obsolete
1336         duplicate definition of the "e" constraint.
1337         * config/mips/mips.h: Update a comment accordingly.
1339 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1341         * config/mips/mips.md: Complete the unfinished R4000
1342         multiply/shift errata workaround.  Improve documentation.
1343         (hazard): Use TARGET_FIX_R4000 to decide whether an "imul" instruction
1344         has a hilo hazard.
1345         (mulsi3, mulsi3_internal, mulsi3_r4000): Use TARGET_FIX_R4000.
1346         (muldi3, muldi3_internal): Likewise.
1347         (muldi3_internal2): Remove, replacing with...
1348         (muldi3_mult3, muldi3_r4000): ...these new patterns.
1349         (mulsidi3): Take the errata into account.
1350         (mulsidi3_32bit): Remove, replacing with...
1351         (mulsidi3_32bit_internal, mulsidi3_32bit_r4000): ...these new patterns.
1352         (mulsidi3_64bit, mulsidi3_64bit_parts): Disable if TARGET_FIX_R4000.
1353         (umulsidi3): Take the errata into account.
1354         (umulsidi3_32bit): Remove, replacing with..
1355         (umulsidi3_32bit_internal, umulsidi3_32bit_r4000): ...these patterns.
1356         (umulsi3_highpart, umulsi3_highpart_internal): Disable if
1357         TARGET_FIX_R4000.
1358         (smulsi3_highpart, smulsi3_highpart_internal): Likewise.
1359         (smuldi3_highpart, umuldi3_highpart): Likewise.
1360         * doc/invoke.texi: Document the errata workaround.
1362 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1364         * config/mips/mips-protos.h (mips_idiv_insns): Declare.
1365         * config/mips/mips.h (MASK_FIX_SB1): Bump.
1366         (MASK_FIX_R4000, TARGET_FIX_R4000): New macros.
1367         (TARGET_SWITCHES): Add -mfix-r4000 and -mno-fix-r4000.
1368         * config/mips/mips.c (mips_idiv_insns): New function.
1369         (override_options): Make -march=r4000 imply -mfix-r4000 by default.
1370         (mips_output_division): Add a workaround for the R4000 divide/shift
1371         errata.
1372         * config/mips/mips.md (length): Use mips_idiv_insns() to calculate
1373         the length of an "idiv" instruction.
1374         * doc/invoke.texi: Document the new switches.
1376 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
1378         * doc/tm.texi (IS_COSTLY_DEPENDENCE): Change to
1379         TARGET_SCHED_IS_COSTLY_DEPENDENCE.
1381 2004-02-28  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1383         PR optimization/14229
1384         * cfgrtl.c (rtl_tidy_fallthru_edge): Do not fail for !onlyjump jump.
1386 2004-02-28  Eric Botcazou  <ebotcazou@act-europe.fr>
1388         * fold-const.c (fold): Strip NOPs that change the signedness
1389         for RSHIFT too.  Expand comment.
1391 2004-02-27  Ian Lance Taylor  <ian@wasabisystems.com>
1393         PR optimization/7871
1394         * flow.c (mark_set_1): Don't add LOG_LINKS for global registers
1395         from or to call insns.
1397 2004-02-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1399         PR optimization/7871
1400         * flow.c (propagate_one_insn): Interpret calls as setting global
1401         registers, not merely clobbering them.
1403 2004-02-27  Dale Johannesen  <dalej@apple.com>
1405         * config/darwin.c (machopic_output_possible_stub_label):  Remove.
1406         config/darwin-protos.h:  Ditto.
1407         config/darwin.h:  Remove call to it.
1408         * combine.c (distribute_notes): Do not place a REG_DEAD note
1409         when value is both set and used.
1411 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
1413         * config/h8300/fixunssfsi.c (__fixunssfsi): Enable on H8/300
1414         as well.
1415         * config/h8300/lib1funcs.asm (___fixunssfsi): Remove.
1416         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _fixunssfsi_asm.
1418 2004-02-27  Andrew Pinski  <apinski@apple.com>
1420         * c-typeck.c (tagged_types_tu_compatible_p) <ENUMERAL_TYPE>:
1421         Speedup common case of the type values being in the same order.
1423 2004-02-27  Steve Ellcey  <sje@cup.hp.com>
1425         * config/ia64/ia64.h (no-inline-float-divide): New option.
1426         * config/ia64/ia64.h (no-inline-int-divide): New option.
1427         * config/ia64/ia64.h (no-inline-sqrt): New option.
1428         (TARGET_DEFAULT): Add MASK_INLINE_FLOAT_DIV_THR to define.
1429         * config/ia64/hpux.h (TARGET_DEFAULT): Ditto.
1430         * config/ia64/ia64.c (ia64_override_options): Modify error
1431         checking for inlined division/sqrt.
1433 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
1435         * bb-reorder.c, cfgbuild.c, diagnostic.c, explow.c, profile.c,
1436         ra-build.c, read-rtl.c, tracer.c, unwind-dw2-fde-glibc.c,
1437         value-prof.c, config/darwin-protos.h, config/frv/frv-abi.h,
1438         config/i386/pmmintrin.h, config/pa/pa-hpux.h: Update
1439         copyright.
1441 2004-02-27  Paul Brook  <paul@codesourcery.com>
1443         * function.c (assign_parms): Don't count pretend args for alignment.
1445 2004-02-27  Richard Henderson  <rth@redhat.com>
1447         * passes.c: New file.
1448         * Makefile.in (OBJS-common): Add it.
1449         * diagnostic.c (rtl_dump_and_exit): Move decl ...
1450         * flags.h (rtl_dump_and_exit): ... here.
1451         * output.h (size_directive_output, last_assemble_variable_decl):
1452         Move from toplev.c.
1453         * rtl.h (reg_alloc): Move from toplev.c.
1454         * toplev.c (HAVE_conditional_execution, DUMPFILE_FORMAT,
1455         struct dump_file_info, enum dump_file_index, dump_file_tbl,
1456         open_dump_file, close_dump_file, rest_of_decl_compilation,
1457         rest_of_type_compilation, rest_of_handle_final,
1458         rest_of_handle_delay_slots, rest_of_handle_stack_regs,
1459         rest_of_handle_variable_tracking, rest_of_handle_machine_reorg,
1460         rest_of_handle_new_regalloc, rest_of_handle_old_regalloc,
1461         rest_of_handle_regrename, rest_of_handle_reorder_blocks,
1462         rest_of_handle_sched, rest_of_handle_sched2, rest_of_handle_regmove,
1463         rest_of_handle_tracer, rest_of_handle_if_conversion,
1464         rest_of_handle_if_after_combine, rest_of_handle_web,
1465         rest_of_handle_branch_prob,
1466         rest_of_handle_value_profile_transformations, rest_of_handle_cfg,
1467         rest_of_handle_addressof, rest_of_handle_sibling_calls,
1468         rest_of_handle_jump_bypass, rest_of_handle_inlining,
1469         rest_of_handle_null_pointer, rest_of_handle_combine,
1470         rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
1471         rest_of_handle_gcse, rest_of_handle_loop_optimize,
1472         rest_of_handle_loop2, rest_of_compilation): Move to passes.c.
1473         (decode_d_option): Use enable_rtl_dump_file.
1474         (compile_file, finalize, do_compile): Move profile+combine+graph
1475         cleanup to finish_optimization_passes.
1476         * toplev.h (init_optimization_passes, finish_optimization_passes,
1477         enable_rtl_dump_file): Declare.
1479 2004-02-27  Eric Botcazou  <ebotcazou@act-europe.fr>
1480             Roger Sayle  <roger@eyesopen.com>
1482         * fold-const.c (fold): Revert 2004-02-25 change.  Use the original
1483         operands to build a tree with swapped operands.
1484         * expr.c (expand_expr_real) <MAX_EXPR>: Consistently use the
1485         'unsignedp' predicate to specify the signedness.
1487 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
1489         * c-decl.c, c-ppoutput.c, combine.c, cppfiles.c, dwarf2out.c,
1490         expr.c, fold-const.c, gcc.c, haifa-sched.c, loop-iv.c,
1491         params.def, read-rtl.c, rtl.c, rtlanal.c, toplev.c: Fix
1492         comment typos and formatting.  Follow spelling conventions.
1494 2004-02-26  Aldy Hernandez  <aldyh@redhat.com>
1496         * config/rs6000/rs6000.md: Add fixuns_truncsfsi2 and
1497         fix_truncsfsi2.
1499         * config/rs6000/spe.md: Delete spe_efsctuiz.
1500         Add spe_fixuns_truncsfsi2.
1501         Add spe_fix_truncsfsi2.
1503 2004-02-26  Eric Christopher  <echristo@redhat.com>
1505         * c-lex.c (c_lex_string_translate): New variable.
1506         (lex_string): Use to determine string translation.
1507         * c-pragma.h: Prototype.
1508         * c-parse.in (start_string_translation): New. Set above.
1509         (stop_string_translation): Ditto.
1510         (attribute, attribute_list, asm_def, asm_stmt,
1511         asm_operand): Use above functions.
1512         * cp/parser.c (cp_parser_declaration): Translate strings
1513         unless token is RID_EXTERN. Set c_lex_string_translate
1514         for recursive use.
1515         (cp_parser_asm_definition): Only translate argument strings
1516         to asms.
1517         (cp_parser_asm_operand_list): Ditto.
1518         (cp_parser_attribute_list): Do not translate attribute strings.
1520 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
1522         * stmt.c (expand_start_case_dummy): Remove.
1523         * tree.h: Remove the corresponding prototype.
1525 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
1527         * builtins.c (apply_args_register_offset): Remove.
1528         * tree.h: Remove the corresponding prototype.
1530 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
1532         * stor-layout.c (is_pending_size): Remove.
1533         * tree.h: Remove the corresponding prototype.
1535 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
1537         * recog.c (validate_replace_src): Remove.
1538         * recog.h: Remove the corresponding prototype.
1540 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
1542         * calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or
1543         MAYBE_REG_PARM_STACK_SPACE.
1544         * function.c: Likewise.
1545         * system.h (FINAL_REG_PARM_STACK_SPACE): Poison.
1546         (MAYBE_REG_PARM_STACK_SPACE): Likewise.
1547         * doc/tm.texi (FINAL_REG_PARM_STACK_SPACE): Remove.
1548         (MAYBE_REG_PARM_STACK_SPACE): Likewise.
1550 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
1552         * c-decl.c (c_expand_deferred_function): Remove.
1553         * c-tree.h: Remove the corresponding prototype.
1555 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
1557         * postreload.c (reload_cse_move2add): Generate just a PLUS
1558         instead of an entire SET.
1560 2004-02-26  Jan Hubicka  <jh@suse.cz>
1562         * config.gcc: Add support for nocoma/prescott/pentium-m/pentium3m
1563         /pentium4m.
1564         * i386.c (override_options): Add support for new CPUs.
1565         * i386.h (TARGET_CPU_DEFAULT_NAMES): New names.
1566         (TARGET_CPU_DEFAULT_pentium_m, TARGET_CPU_DEFAULT_pentium4e): New
1567         constants.
1568         * invoke.texi: Extend documentation of -mtune/-march for new CPUs.
1570 2004-02-26  Bob Wilson  <bob.wilson@acm.org>
1572         * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define __xtensa__.
1574 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
1576         * config/sparc/sparc-protos.h (sparc_emit_floatunsdi): Add 'mode'.
1577         (sparc_emit_fixunsdi): New prototype.
1578         * config/sparc/sparc.c (sparc_emit_floatunsdi): Use 'mode' argument.
1579         (sparc_emit_fixunsdi): New function.
1580         * config/sparc/sparc.md (floatunsdisf2): Use 'general_operand' for
1581         operand 1.  Pass SFmode to sparc_emit_floatunsdi.
1582         (floatunsdidf2): Use 'general_operand' for operand 1.  Pass DFmode
1583         to sparc_emit_floatunsdi.
1584         (fixuns_truncsfdi2): New expander.
1585         (fixuns_truncdfdi2): Likewise.
1587 2004-02-26  Alan Modra  <amodra@bigpond.net.au>
1589         * gcse.c (delete_null_pointer_checks_1): Do not delete CC setter
1590         unless HAVE_cc0.
1592 2004-02-25  Richard Henderson  <rth@redhat.com>
1594         * explow.c (force_reg): Call mark_reg_pointer as appropriate.
1595         * config/alpha/alpha.c (alpha_emit_conditional_branch): Don't
1596         use (op0-op1) == 0 if op0 is a pointer.
1597         * config/alpha/alpha.md (cmpdi): Use some_operand.
1598         (three comparison combine splits): Remove.
1600 2004-02-25  Richard Henderson  <rth@redhat.com>
1602         PR c/12794
1603         * c-common.c (handle_alias_attribute): Reject the attribute if
1604         current_function_decl is set.
1606 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
1608         * config.gcc: Add comment describing extra_gcc_objs.
1609         i[34567]86-*-cygwin*): Replace host_extra_gcc_objs with extra_gcc_objs.
1610         * configure.ac (extra_gcc_objs): New substitution variable.
1611         (host_extra_gcc_objs): Don't substitute.
1612         * configure: Regenerate.
1613         * Makefile.in: Use extra_gcc_objs.
1615 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
1617         * doc/contrib.texi: Add an entry for myself.
1619 2004-02-25  Jan Hubicka  <jh@suse.cz>
1621         * basic-block.h (make_eh_edge, break_superblocks): Declare.
1622         * cfgbuild.c (make_eh_edge):  Make global.
1623         * cfglayout.c (break_superblocks): Likewise; fix memory leak.
1624         * except.c (build_post_landing_pads, connect_post_landing_pads,
1625         dw2_build_landing_pads, sjlj_emit_function_enter,
1626         sjlj_emit_function_exit, sjlj_emit_dispatch_table,
1627         sjlj_build_landing_pads): Update CFG.
1628         (emit_to_new_bb_before): New function.
1629         (finish_eh_generation): Do not rebuild the CFG.
1631 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1633         * config.gcc (hppa*-*-*, parisc*-*-*): Add MASK_BIG_SWITCH to all
1634         target_cpu_default defines.
1635         * pa-hpux.h (TARGET_DEFAULT): Add MASK_BIG_SWITCH to define.
1636         * pa.h (TARGET_DEFAULT): Likewise.
1638 2004-02-25  Eric Botcazou  <ebotcazou@act-europe.fr>
1640         * fold-const.c (fold): Treat MAX_EXPR and MIN_EXPR like
1641         comparisons with regard to signedness.
1643 2004-02-25  Richard Earnshaw  <rearnsha@arm.com>
1645         * arm.c (thumb_legitimize_address): New function.
1646         * arm-protos.h: Prototype it.
1647         * arm.h (THUMB_LEGITIMIZE_ADDRESS): Define.
1648         (LEGITIMIZE_ADDRESS): Use it.
1650 2004-02-25  J"orn Rennecke <joern.rennecke@superh.com>
1652         * reload1.c (reload): Only spill eliminable register with multiple
1653         adjacent elimination alternatives if all alternatives fail.
1655 2004-02-25  Richard Earnshaw  <rearnsha@arm.com>
1657         * arm.c (arm_legitimate_index_p): For QImode the range of an offset
1658         is -4095...+4095 inclusive.
1660 2004-02-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
1662         * doc/install.texi (sparc-sun-solaris2* specific notes): Document
1663         the bootstrap failure with Sun CC 5.4 and 5.5.
1665 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
1667         * cse.c (cse_change_cc_mode_insns): Stop at any instruction
1668         which modifies NEWREG.
1669         (cse_condition_code_reg): Update the mode of CC_REG in
1670         CC_SRC_INSN on our own.
1672 2004-02-24  Michael Matz  <matz@suse.de>
1674         * config/i386/i386.c (ix86_comp_type_attributes): Check for
1675         regparm attributes.
1677 2004-02-24  Richard Henderson  <rth@redhat.com>
1679         * toplev.c (dump_file_tbl): Rename from dump_file.
1680         * bb-reorder.c, bt-load.c, cfgcleanup.c, cfglayout.c, cfgloopanal.c,
1681         cfgloopmanip.c, cfgrtl.c, config/arm/arm.c, config/frv/frv.c,
1682         config/i386/i386.c, config/ia64/ia64.c, config/mips/mips.c,
1683         config/sh/sh.c, cse.c, flow.c, ifcvt.c, loop-iv.c, loop-unroll.c,
1684         loop-unswitch.c, output.h, predict.c, profile.c, ra-build.c,
1685         ra-colorize.c, ra-debug.c, ra-rewrite.c, ra.c, regrename.c, reload1.c,
1686         toplev.c, tracer.c, value-prof.c, var-tracking.c, web.c:
1687         s/rtl_dump_file/dump_file/g.
1689 2004-02-24  Aldy Hernandez  <aldyh@redhat.com>
1691         * config/rs6000/spe.md (spe_fix_truncsfsi2): Delete.
1692         (spe_fixuns_truncsfsi2): Delete.
1694         * config/rs6000/rs6000.md (fix_truncsfsi2): Delete.
1695         (fixuns_truncsfsi2): Delete.
1697 2004-02-24  Josef Zlomek  <zlomekj@suse.cz>
1699         PR/14240
1700         * rtlanal.c (replace_label): Fix replacing labels in constant pool.
1702 2004-02-24  Geoffrey Keating  <geoffk@apple.com>
1704         * config/darwin.h (TARGET_HAS_F_SETLKW): Define.
1706 2004-02-24  Jason Merrill  <jason@redhat.com>
1708         * tree.c (check_qualified_type): New fn.
1709         (get_qualified_type): Use it.  If type already has the desired
1710         quals, just return it.
1711         * tree.h: Declare it.
1713 2003-02-24  Sanjiv Kumar Gupta  <sanjivg@noida.hcltech.com>
1715         * target-def.h (TARGET_SCHED_INIT_GLOBAL,
1716         TARGET_SCHED_FINISH_GLOBAL): New macros.
1718         * target.h (md_init_global, md_finish_global): Function
1719         declarations corresponding to new target macros.
1721         * haifa-sched.c (sched_init, sched_finish): Allow target to
1722         call the new schedular hooks.
1724         * flow.c (recompute_reg_usage): Add PROP_DEATH_NOTES flag in
1725         call to update_life_info.
1727         * config/sh/sh.h (OVERRIDE_OPTIONS): Re-enable
1728         flag_schedule_insns for SH4.
1730         * config/sh/sh.c (sh_md_init_global, sh_md_finish_global,
1731         find_set_regmode_weight, find_insn_regmode_weight,
1732         find_regmode_weight), sh_md_init, sh_dfa_new_cycle,
1733         sh_variable_issue, high_pressure, ready_reorder,
1734         rank_for_reorder, swap_reorder, sh_reorder, sh_reorder2): New
1735         functions used to throttle the insn movement in first
1736         scheduling pass for SH.
1738         * gcc/doc/tm.texi: Document TARGET_SCHED_INIT_GLOBAL and
1739         TARGET_SCHED_FINISH_GLOBAL.
1741 2004-02-24  Alexandre Oliva  <aoliva@redhat.com>
1743         Implement FR-V FDPIC ABI support for frv-uclinux and frv-linux.
1744         2004-02-05  Alexandre Oliva  <aoliva@redhat.com>
1745         * config/frv/frv.c (frv_emit_movsi): Use GOT relocations for
1746         symbols in sections named by the user.
1747         2004-01-30  Alexandre Oliva  <aoliva@redhat.com>
1748         * config/frv/linux.h (TARGET_OS_CPP_BUILTINS): New.
1749         2004-01-27  Alexandre Oliva  <aoliva@redhat.com>
1750         * config.gcc (frv-*-*linux*): Handle like *-*-linux*.
1751         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Remove, obviated by
1752         the above.
1753         2004-01-20  Alexandre Oliva  <aoliva@redhat.com>
1754         * config/frv/frv.md (symGOT2reg_hilo, symGOTOFF2reg_hilo): Add
1755         one more pseudo to further improve code generation.
1756         2004-01-19  Alexandre Oliva  <aoliva@redhat.com>
1757         * config/frv/frv.md (movdi_ldd): Introduce explicit indirection
1758         inside UNSPEC.
1759         2004-01-16  Alexandre Oliva  <aoliva@redhat.com>
1760         * config/frv/frv.c (frv_legitimate_address_p): Added
1761         allow_double_reg_p argument.  Adjust all callers.  Use it to
1762         decide whether to enable double-register indirect addressing.
1763         (frv_funcdesc_alias_set): Remove.
1764         (frv_expand_fdpic_call): Force non-SYMBOL_REF operand into
1765         register.  Emit movdi_ldd.
1766         (ldd_address_operand): New.
1767         * config/frv/frv-protos.h (frv_legitimate_address_p): Adjust.
1768         * config/frv/frv.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
1769         (PREDICATE_CODES): Add ldd_address_operand.
1770         * config/frv/frv.md (movdi_ldd): New.
1771         (symGOT2reg_hilo, symGOTOFF2reg_hilo): Use separate pseudo for
1772         intermediate computations if possible.
1773         (symGOTOFF2reg_i): Fix harmless typo.
1774         2003-12-18  Alexandre Oliva  <aoliva@redhat.com>
1775         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Cast
1776         relocated p_vaddr to vaddr type.
1777         * config/frv/frv-protos.h (frv_expand_fdpic_call): Return void.
1778         * config/frv/frv.c (frv_get_funcdesc_alias_set): New.
1779         (frv_expand_fdpic_call): Propagate incoming MEM's expr to funcdesc
1780         MEM, or use a funcdesc alias set.  Use regular move instead of
1781         ldd.
1782         (dbl_memory_one_insn_operand): Recognize function descriptors by
1783         type or by alias set, and don't split them.
1784         * config/frv/frv.md (call, call_value): Never use call_internal
1785         for fdpic.
1786         (call_internal, call_value_internal): Never match for FDPIC.
1787         (call_fdpicdi, call_fdpicsi, call_value_fdpicdi,
1788         call_value_fdpicsi): Require FDPIC.
1789         (ldd): Removed.
1790         2003-12-17  Alexandre Oliva  <aoliva@redhat.com>
1791         * config/frv/frv.h (CRT_GET_RFIB_DATA): Define for __FRV_FDPIC__.
1792         * unwind-dw2-fde-glibc.c: Don't include elf-fdpic.h any more.
1793         (_Unwind_IteratePhdrCallback): Adjust type of load_base for FRV
1794         FDPIC.  Compute data base address.
1795         * config/frv/linux.h (SUBTARGET_DRIVER_SELF_SPECS): Enable -mfdpic
1796         before the other self-specs are processed.
1797         * config/frv/t-linux (CRTSTUFF_T_CFLAGS, TARGET_LIBGCC2_CFLAGS):
1798         Build with -fPIC.
1799         2003-12-15  Alexandre Oliva  <aoliva@redhat.com>
1800         * unwind-dw2-fde-glibc.c: Don't include bits/elf-fdpic.h if
1801         inhibit_libc is defined.
1802         2003-12-12  Alexandre Oliva  <aoliva@redhat.com>
1803         * unwind-dw2-fde-glibc.c: Include bits/elf-fdpic.h for
1804         __FRV_FDPIC__.
1805         (__RELOC_POINTER): Define.
1806         (_Unwind_IteratePhdrCallback): Use it.
1807         * config/frv/frv.h (Twrite): Define.
1808         (TRANSFER_FROM_TRAMPOLINE): Use it.
1809         * config/frv/linux.h (INVOKE__main): Undefine.
1810         (Twrite): Override.
1811         2003-12-05  Richard Sandiford  <rsandifo@redhat.com>
1812         * doc/invoke.texi (-mlong-calls, -mlinked-fp): Document FRV options.
1813         (-mlibrary-pic): Emphasize that this option generates EABI code.
1814         (-mcpu): Add fr550.
1815         (-mpack): Remove.
1816         2003-11-30  Alexandre Oliva  <aoliva@redhat.com>
1817         * config/frv/frv.c (int_2word_operand): Reject LABELs, SYMBOL_REFs
1818         and CONSTs in FDPIC mode.
1819         * gcc/config.gcc (with_cpu): Default to fr400 on frv-*-*linux*.
1820         2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
1821         * config/frv/frv.c (move_source_operand): Don't accept symbolic
1822         constants.
1823         * config/frv/frv.md (*movhi_internal, *movsi_internal): Use an 'n'
1824         rather than 'i' constraint for the 2-instruction alternative.
1825         (*movsi_2word): New, incorporating existing int_2word_operand splitter.
1826         2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
1827         * config/frv/frv.h (EXTRA_CONSTRAINT_FOR_Q): Renamed from
1828         EXTRA_CONSTRAINT_FOR_Y.
1829         (EXTRA_CONSTRAINT): Remove handling of 'Y'.
1830         * config/frv/frv.md (*movsi_internal): Remove 'Q' constraint.
1831         (addsi3): Change 'Y' constraint to 'Q'.
1832         2003-11-27  Richard Sandiford  <rsandifo@redhat.com>
1833         * reload.c (CONST_POOL_OK_P): New macro.
1834         (find_reloads): Use it to decide whether a constant can be forced
1835         into memory.
1836         * config/frv/frv.h (LEGITIMATE_PIC_OPERAND_P): Return true if the
1837         constant satisfies got12_operand.
1838         (frv_cannot_force_const_mem): Always return true for TARGET_FDPIC.
1839         (frv_legitimate_address_p): Check for valid unspec offsets using
1840         got12_operand rather than frv_legitimate_fdpic_operand_p.
1841         (frv_legitimate_fdpic_operand_p): Delete.
1842         (frv_emit_movsi): Abort if we try to use the FDPIC register during
1843         or after reload.
1844         (frv_legitimate_constant_p): Return LEGITIMATE_PIC_OPERAND_P if
1845         TARGET_FDPIC.
1846         * config/frv/frv.md (*movdf_double): Add alternatives for CONST_DOUBLE.
1847         2003-11-19  Richard Sandiford  <rsandifo@redhat.com>
1848         * config/frv/frv-protos.h (fdpic_operand, fdpic_got12_operand)
1849         (frv_fdpic_fptr_operand): Don't declare here.
1850         * config/frv/frv.h (EXTRA_CONSTRAINT_FOR_Y): Call got12_operand
1851         rather than fdpic_got12_operand.
1852         (PREDICATE_CODES): Remove symbolic_operand entry.  Add entries for
1853         got12_operand and const_unspec_operand.
1854         * config/frv/frv.c (got12_operand): Renamed from fdpic_got12_operand.
1855         (gpr_or_int12_operand, dbl_memory_one_insn_operand): Update calls.
1856         (symbolic_operand): Remove.
1857         (const_unspec_operand): New predicate.
1858         * config/frv/frv.md (*movsi_got): Use got12_operand.
1859         (*movsi_high_got, *movsi_lo_sum_got): Use const_unspec_operand.
1860         2003-11-18  Richard Sandiford  <rsandifo@redhat.com>
1861         * config/frv/frv-protos.h (frv_output_addr_const_extra): Remove.
1862         * config/frv/frv.h (OUTPUT_ADDR_CONST_EXTRA): Remove definition.
1863         * config/frv/frv.c (frv_unspec): New structure.
1864         (frv_small_data_reloc_p, frv_const_unspec_p): New functions.
1865         (frv_print_operand_memory_reference): Use frv_const_unspec_p to
1866         validate CONST indices.  Use frv_output_const_unspec to print them.
1867         (frv_print_operand): Update call to unspec_got_name.  Use
1868         frv_output_const_unspec to print constant unspecs.
1869         (frv_legitimate_fdpic_operand_p): Return true if frv_const_unspec_p.
1870         Reject UNSPECs otherwise.
1871         (unspec_got_name): Take the relocation number as argument, not an
1872         rtx containing it.
1873         (frv_output_addr_const_extra): Remove, replacing with...
1874         (frv_output_const_unspec): ...this new function.
1875         (frv_find_base_term): Use frv_const_unspec_p & frv_small_data_reloc_p.
1876         (gpr_or_int12_operand): Use fdpic_got12_operand.
1877         (dbl_memory_one_insn_operand): Likewise.
1878         (fdpic_got12_operand): Use frv_const_unspec_p.
1879         (frv_emit_movsi): Use frv_const_unspec_p to check for CONSTs that
1880         are already legitimate.  Use frv_small_data_reloc_p when deciding
1881         whether to use HIGH/LO_SUM for R_FRV_GOTOFF12 and R_FRV_GPREL12.
1882         2003-11-18  Alexandre Oliva  <aoliva@redhat.com>
1883         * config/frv/t-linux (SHLIB_MAPFILES): Override so as to export...
1884         * config/frv/libgcc-frv.ver: ... frv-specific symbols.  New file.
1885         * config/frv/frv-abi.h (CREATE_DOUBLE_SHIFT): Use branch to local
1886         label, for real this time.
1887         * config/frv/frv.c (frv_local_funcdesc_p): Update to new
1888         representation of visibility.
1889         (fdpic_got12_operand, symbolic_operand): Mark unused arguments as
1890         such.
1891         2003-11-17  Richard Sandiford  <rsandifo@redhat.com>
1892         * config/frv/frv.h (MASK_LINKED_FP, TARGET_LINKED_FP): New macros.
1893         (TARGET_SWITCHES): Add -mlinked-fp and -mno-linked-fp.
1894         * config/frv/frv.c (frv_override_options): Set MASK_LINKED_FP unless
1895         it was explicitly disabled.
1896         (frv_stack_info): There is no need to save the link register in every
1897         frame unless TARGET_LINKED_FP is true.
1898         (frv_frame_pointer_required): If !TARGET_LINKED_FP, only require a
1899         frame pointer if the stack pointer might change value.
1900         (frv_return_addr_rtx): Check and process "count" argument.
1901         2003-11-14  Richard Sandiford  <rsandifo@redhat.com>
1902         * config/frv/frv-protos.h (frv_legitimize_address): Remove.
1903         (frv_find_base_term): Declare.
1904         * config/frv/frv.h (LEGITIMIZE_ADDRESS): Do nothing.
1905         (FIND_BASE_TERM): Define.
1906         (PREDICATE_CODES): Remove pic_register_operand, pic_symbolic_operand,
1907         small_data_register_operand, small_data_symbolic_operand.  Add
1908         symbolic_operand.
1909         * config/frv/frv.c (const_small_data_p, plus_small_data_p): Delete.
1910         (frv_print_operand_memory_reference, output_move_single): Remove
1911         special handling for unlegitimized sdata addresses.
1912         (frv_legitimate_address_p): Don't allow sums of SDA_BASE_REG
1913         and symbolic addresses.
1914         (frv_legitimize_address, frv_legitimize_fdpic_address): Delete.
1915         (frv_find_base_term): New function.
1916         (int_2word_operand): Check specifically for symbolic address constants.
1917         (pic_register_operand, pic_symbolic_operand): Delete.
1918         (small_data_register_operand, small_data_symbolic_operand): Delete.
1919         (dbl_memory_one_insn_operand): Don't call plus_small_data_p.
1920         Allow UNSPEC_GOT constants if !TARGET_FDPIC.
1921         (move_source_operand): Only accept CONSTs if they're a two-insn
1922         symbolic constant.
1923         (fdpic_got12_operand): Don't require TARGET_FDPIC.
1924         (frv_emit_movsi): Legitimize sdata and -mlibrary-pic addresses
1925         using gen_symGOTOFF2reg*.
1926         (frv_ifcvt_rewrite_mem): Remove (plus gr16 ...) special cases.
1927         (frv_rtx_costs): Give all MEM addresses a cost of 0.  Give MEMs
1928         themselves a cost of 3 insns.
1929         * config/mips/mips.md (*movsi_got): Allow for !TARGET_FDPIC too.
1930         Change predicate to symbolic_operand.
1931         (*movsi_high_got, *movsi_lo_sum_got): Likewise.
1932         (*movsi_lda_sdata): Delete.
1933         (*movsi_pic, movsi_high_pic, movsi_lo_sum_pic): Delete.
1934         2003-11-05  Alexandre Oliva  <aoliva@redhat.com>
1935         * config.gcc: Add t-slibgcc-elf-ver and support --with-cpu for
1936         frv-*-*linux*.
1937         * config/frv/frv-abi.h (CREATE_DOUBLE_SHIFT): Use branch to local
1938         label.
1939         * config/frv/frv.h (DRIVER_SELF_SPECS): Add blank before
1940         -multilib-library-pic.
1941         (LINK_SPEC): Add -z text for -mfdpic.
1942         * config/frv/frvbegin.c (__ROFIXUP_LIST__): Don't define on FDPIC.
1943         * config/frv/frvend.c (__ROFIXUP_END__): Likewise.
1944         * config/frv/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC):
1945         Override.
1946         (OPTION_DEFAULT_SPECS, HAS_INIT_SECTION, INIT_SECTION_ASM_OP,
1947         FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION): Define.
1948         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Use
1949         crtstuff-generated files.
1950         2003-10-31  Alexandre Oliva  <aoliva@redhat.com>
1951         * config.gcc: Add frv-*-*linux*.
1952         * config/frv/linux.h, config/frv/t-linux: New.
1953         2003-10-06  Alexandre Oliva  <aoliva@redhat.com>
1954         * config/frv/frv.h (LINK_SPEC): Pass -melf32frvfd to the linker
1955         when -mfdpic even if a linker script is explicitly listed.
1956         2003-10-02  Alexandre Oliva  <aoliva@redhat.com>
1957         * config/frv/frv.c (frv_override_options): Clear asm_out
1958         unaligned_op for SImode on FDPIC.
1959         (frv_emit_movsi): Use compute_reloc_for_constant to compute the
1960         argument passed to decl_readonly_section.
1961         (frv_assemble_integer): Revert 2003-09-30's change, but make the
1962         whole block run with FDPIC even with -fno-PIC.
1963         2003-10-02  Alexandre Oliva  <aoliva@redhat.com>
1964         * config/frv/frv.c (frv_cannot_force_const_mem): Don't force
1965         symbol or label plus offset to memory.
1966         (frv_emit_movsi): Emit GPREL only if -mgprel-ro.  Emit 32-bit
1967         GOTOFF and GPREL for LABEL_REF.
1968         * config/frv/frv.h (DRIVER_SELF_SPECS): Add -mgprel-ro with
1969         -mfdpic unless -mno-gprel-ro, -fpic or -fpie.
1970         (MASK_GPREL_RO, TARGET_GPREL_RO): New.
1971         (TARGET_SWITCHES): Added gprel-ro and no-gprel-ro.
1972         * doc/invoke.texi: Document them.
1973         2003-09-30  Alexandre Oliva  <aoliva@redhat.com>
1974         * config/frv/frv-protos.h (frv_gen_GPsym2reg): Declare.
1975         (frv_splittable_got_operand): Removed.
1976         * config/frv/frv.c (frv_cannot_force_const_mem): Reject HIGH and
1977         LO_SUM.  Add comments.
1978         (frv_override_options): Moved enabling of FDPIC to
1979         DRIVER_SELF_SPECS.  Don't enable MASK_DWORD.
1980         (frv_local_funcdesc_p): Remove unnecessary heck for flag_pie.
1981         (frv_legitimize_fdpic_address): Don't duplicate logic in
1982         frv_emit_movsi.
1983         (frv_gen_GPsym2reg): New.
1984         (unspec_got_name): Added gprel.
1985         (frv_expand_fdpic_call): Add support for inlining PLTs.
1986         (fdpic_fptr_operand): Renamed from frv_fdpic_fptr_operand.
1987         (gpr_or_int12_operand): Added GPREL12.
1988         (pic_symbolic_operand): Match even if !flag_pic for FDPIC.
1989         (small_data_symbolic_operand): Fail if FDPIC.
1990         (fdpic_splittable_got_operand): Removed.
1991         (fdpic_got12_operand): Added GPREL12.
1992         (frv_emit_movsi): Reorganize to avoid duplication.  Emit GPREL
1993         when appropriate.  Fix sdata GOTOFF.
1994         (frv_legitimate_constant_p): Require legitimate PIC operand for
1995         FDPIC with pic, but only a legitimate fdpic operand for non-pic.
1996         (frv_assemble_integer): Move FDPIC funcdesc handling out of
1997         flag_pic case.
1998         (frv_asm_out_constructor, frv_asm_out_destructor): Abort if
1999         frv_assemble_integer fails.
2000         * config/frv/frv.h (DRIVER_SELF_SPECS): New.
2001         (SUBTARGET_DRIVER_SELF_SPECS): New.
2002         (ASM_SPEC): Don't pass -mno-fdpic.
2003         (LINK_SPEC): Pass -melf32frvfd for FDPIC.
2004         (MASK_INLINE_PLT, TARGET_INLINE_PLT): New.
2005         (TARGET_SWITCHES): Add -minline-plt, -mno-inline-plt and
2006         -multilib-library-pic.
2007         (PREDICATE_CODES): Added fdpic_operand, fdpic_fptr_operand,
2008         condexec_si_media_operator, condexec_sf_add_operator and
2009         condexec_sf_conv_operator.  Removed condexec_sf_binary_operator
2010         and condexec_sf_unary_operator.
2011         * config/frv/frv.md (R_FRV_GPREL12, R_FRV_GPRELHI, R_FRV_GPRELLO):
2012         New.
2013         (movsi_got, movsi_high_got, movsi_lo_sum_got): Move before
2014         movsi_internal.  Give them internal names.  movsi_got has type
2015         int.
2016         (fdpic got splitters): Remove.
2017         (symGPREL2reg, symGPREL2reg_hilo): New.
2018         * config/frv/t-frv (MULTILIB_MATCHES): Don't map -fpic and -fPIC
2019         to -mlibrary-pic.  Map -multilib-library-pic to it.
2020         * doc/invoke.texi: -mfdpic, -minline-plt, -multilib-library-pic:
2021         Document.
2022         2003-09-28  Alexandre Oliva  <aoliva@redhat.com>
2023         * config/frv/frv.c (frv_function_symbol_referenced_p): Declare.
2024         (TARGET_CANNOT_FORCE_CONST_MEM): Define to...
2025         (frv_cannot_force_const_mem): New function.
2026         (const_small_data_p, plus_small_data_p): Update comments on sdata
2027         on FDPIC.
2028         (frv_override_options): Set flag_pie for FDPIC too.
2029         (frv_conditional_register_usage): Mark gr16 and gr17 as non-fixed,
2030         call-saved registers on FDPIC.
2031         (frv_stack_info): Don't preserve the PIC register on FDPIC, and
2032         don't force LR to be preserved.
2033         (frv_expand_prologue): Likewise.
2034         (frv_asm_output_mi_thunk): Use 12-bit funcdesc gotoff for -fpic.
2035         (frv_frame_pointer_required): Don't force it just because the
2036         FDPIC register is used.
2037         (frv_legitimate_address_p) <CONST>: Accept a legitimate FDPIC
2038         operand only if !condexec_p.
2039         (frv_legitimize_address): Return the FDPIC-legitimized address.
2040         Don't match small data here on FDPIC.
2041         (frv_legitimate_fdpic_operand_p): Don't accept unadorned function
2042         symbols.  Use TRUE/FALSE instead of 1/0.
2043         (frv_local_funcdesc_p): New.
2044         (frv_legitimize_fdpic_address): Rewrite to use GOTOFF and 12-bit
2045         immediates when possible.
2046         (pic_symbolic_operand): Accept SYMBOL_REFs and CONSTs in FDPIC.
2047         (dbl_memory_one_insn_operand): Accept addresses that add a REG and
2048         an UNSPEC_GOT.
2049         (frv_emit_movsi): Handle FDPIC before small data.  Use GOTOFF and
2050         12-bit immediates when possible.
2051         (frv_legitimate_constant_p): In FDPIC, reject SImode operands that
2052         are not legitimate pic operands.
2053         (frv_in_small_data_p): Re-enable for FDPIC.
2054         * config/frv/frv.h (SDA_BASE_REG): Remove comment about FDPIC.
2055         (FRV_GLOBAL_P): Removed.
2056         * config/frv/frv.md: Add modes to CONSTs.
2057         (movsi_got): New.
2058         (movsi_lo_sum_got): Use separate matches instead of match_dup.
2059         (movsi_high_pic, movsi_lo_sum_pic): Match on non-FDPIC only.
2060         (fdpic splittable operations): Match on flag_pic != 1.
2061         2003-09-22  Alexandre Oliva  <aoliva@redhat.com>
2062         * config/frv/frv.c (frv_asm_out_constructor,
2063         frv_asm_out_destructor): Pass to frv_assemble_integer the size in
2064         bytes, not bits.
2065         2003-09-19  Alexandre Oliva  <aoliva@redhat.com>
2066         * config/frv/frv.c (frv_assemble_integer): Reject complex
2067         expressions referencing function SYMBOL_REFs.
2068         * config/frv/frv.c (frv_function_symbol_referenced_p): New.
2069         (move_source_operand): Reject CONSTs that reference function
2070         SYMBOL_REFs on FDPIC.
2071         (frv_emit_movsi): If we get such a CONST, break it up.
2072         * config/frv/frv.h (CPP_SPEC): Define __FRV_FDPIC__ for -mfdpic.
2073         (TRANSFER_FROM_TRAMPOLINE): Use different definitions for FDPIC.
2074         * config/frv/frv.c (frv_print_operand) <I>: Recognize PLUS without
2075         MEM.
2076         (frv_assemble_integer): Don't use funcdesc for LABEL_REFs.
2077         (frv_trampoline_size): Increase for FDPIC.
2078         * config/frv/frv.h (TRAMPOLINE_ALIGNMENT): Bump to 64 for FDPIC.
2079         (TRANSFER_FROM_TRAMPOLINE): Handle FDPIC trampolines.
2080         * config/frv/frv.c (frv_legitimize_fdpic_address, frv_emit_movsi):
2081         Disable use of GOTOFF for now.
2082         (const_small_data_p, plus_small_data_p, frv_in_small_data_p):
2083         Disable use of small data in FDPIC for now.
2084         (frv_asm_output_mi_thunk): Implement for FDPIC.
2085         * config/frv/frv.h (SDA_BASE_REG): Set to -1 with FDPIC.
2086         * config/frv/frv.c (frv_asm_out_constructor): Use
2087         frv_assemble_integer for FDPIC pointers.
2088         (frv_asm_out_destructor): Likewise.
2089         * config/frv/frv.md (ldd): Fix order of operands.  Use
2090         address_operand for input.
2091         2003-09-18  DJ Delorie  <dj@redhat.com>
2092         * config/frv/frv.c (frv_legitimate_fdpic_operand_p): Remove UNSPEC_PIC.
2093         (unspec_got_name): Correct typo.
2094         (frv_emit_movsi): Pre-expand splittable GOTs.
2095         (frv_expand_fdpic_call): Rename gen_lddi to gen_ldd.
2096         * config/frv/frv.md (lddi): Fix syntax error, rename to ldd.
2097         (symGOT2reg_hilo, symGOTOFF2reg_hilo): New.
2098         * config/frv/t-frv: Add -mfdpic multilibs.
2099         * config/frv/frv.h (ASM_SPEC): Pass -mfdpic/-mno-fdpic.
2100         (TARGET_SWITCHES): Add -mno-fdpic, fix documentation.
2101         * config/frv/frv.c (frv_override_options): -mfdpic assumes
2102         flag_pic, default to 32-bit pics, require DWORD ops.
2103         (frv_override_options): Add W and Z constraints.
2104         (frv_expand_prologue): No pic prologue for -mfdpic.
2105         (frv_asm_output_mi_thunk): Support -mfdpic (soon).
2106         (frv_print_operand_memory_reference): Handle GOT constants.
2107         (frv_legitimate_address_p): Allow GOT constants.
2108         (frv_legitimize_address): Handle GOT addresses too.
2109         (frv_legitimate_fdpic_operand_p): New.
2110         (frv_legitimize_fdpic_address): New.
2111         (unspec_got_name): New.
2112         (frv_output_addr_const_extra): New.
2113         (frv_expand_fdpic_call): New.
2114         (frv_fdpic_fptr_operand): New.
2115         (gpr_or_int12_operand): Handle GOT operands.
2116         (int_2word_operand): Handle GOT operands.
2117         (fdpic_operand): New.
2118         (fdpic_splittable_got_operand): New.
2119         (fdpic_got12_operand): New.
2120         (frv_emit_movsi): Handle GOT operands.
2121         (frv_assemble_integer): -mfdpic doesn't use rofixups.
2122         (frv_print_operand): Support 'g' code for GOT operands.
2123         * config/frv/frv-protos.h: Add prototypes as needed.
2124         * config/frv/frv.md (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO,
2125         R_FRV_FUNCDESC, R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI,
2126         R_FRV_FUNCDESC_GOTLO, R_FRV_FUNCDESC_VALUE,
2127         R_FRV_FUNCDESC_GOTOFF12, R_FRV_FUNCDESC_GOTOFFHI,
2128         R_FRV_FUNCDESC_GOTOFFLO, R_FRV_GOTOFF12, R_FRV_GOTOFFHI,
2129         R_FRV_GOTOFFLO): New.
2130         (movsi_high_got, movsi_lo_sum_got): New.
2131         (*movsi_pic): Don't use this splitter for -mfdpic.
2132         (addsi3): Allow GOT references also.
2133         (call, call_value): Handle -mfdpic separately.
2134         (call_fdpicdi, call_fdpicsi, lddi, call_value_fdpicdi,
2135         call_value_fdpicsi): New.
2136         (symGOT2reg, symGOT2reg_i, got splitters, symGOTOFF2reg,
2137         symGOTOFF2reg_i): New.
2138         * config/frv/frv.h (MASK_FDPIC): New.
2139         (TARGET_FDPIC): New.
2140         (TARGET_SWITCHES): Add -mfdpic.
2141         (FDPIC_FPTR_REGNO): New.
2142         (FDPIC_REGNO): New.
2143         (OUR_FDPIC_REG): New.
2144         (enum reg_class): Add FDPIC_REGS, FDPIC_FPTR_REGS, and
2145         FDPIC_CALL_REGS.
2146         (REG_CLASS_NAMES): Likewise.
2147         (REG_CLASS_CONTENTS): Likewise.
2148         (EXTRA_CONSTRAINT_FOR_Y): New, for 12-bit GOTs.
2149         (EXTRA_CONSTRAINT): Add it here.
2150         (FRV_GLOBAL_P): New.
2151         (OUTPUT_ADDR_CONST_EXTRA): New.
2153 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
2155         * config/sparc/sparc.h: Remove commented-out definitions of
2156         TARGET_EDOM and GEN_ERRNO_RTX.
2158 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
2160         * df.c, df.h, ra-build.c, ra-rewrite.c, ra.c, web.c: Replace
2161         df_analyse with df_analyze.
2163 2004-02-24  Alan Modra  <amodra@bigpond.net.au>
2165         * gcse.c (delete_null_pointer_checks_1): Set stop_insn to end, not
2166         beginning of block.
2168 2004-02-23  James E Wilson  <wilson@specifixinc.com>
2170         * calls.c (precompute_arguments): Update comment.
2172 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
2174         * et-forest.c: Replace et_occurences with et_occurrences.
2176 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
2178         * cfgloop.h, loop-iv.c, loop-unswitch.c: Replace iv_analyse
2179         with iv_analyze.
2181 2004-02-23  Kelley Cook  <kcook@gcc.gnu.org>
2183         * config/i386/i386.c: Rename pni to sse3.
2184         * config/i386/i386.h: Likewise.
2185         * config/i386/i386.md: Likewise.
2186         * config/i386/pmmintrin.h: Likewise.
2187         * doc/extend.texi: Likewise.
2188         * doc/invoke.texi: Likewise.
2190 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
2191             Kazu Hirata  <kazu@cs.umass.edu>
2193         Remove -fwritable-strings.
2194         * c-common.c (fix_string_type): Don't check
2195         flag_writable_strings.
2196         (fix_string_type): Likewise.
2197         * c-opts.c (set_std_c89): Don't initialize
2198         flag_writable_strings.
2199         (set_std_c99): Likewise.
2200         * common.opt (fwritable-strings): Remove.
2201         * flags.h: Remove the external declaration of
2202         flag_writable_strings.
2203         * opts.c (common_handle_option) <OPT_fwritable_strings>:
2204         Remove.
2205         * toplev.c (flag_writable_strings): Remove.
2206         (f_options): Remove an entry for writable-strings.
2207         * varasm.c (const_hash_1) <STRING_CST>: Don't check
2208         flag_writable_strings.
2209         (compare_constant) <STRING_CST>: Likewise.
2210         (build_constant_desc): Likewise.
2211         * config/darwin.c (machopic_select_section): Likewise.
2212         * config/arm/arm.c (AOF_ASSEMBLER): Likewise.
2213         * config/arm/pe.c (arm_pe_encode_section_info): Likewise.
2214         * config/iq2000/iq2000.c (iq2000_select_section): Likewise.
2215         * config/mips/mips.c (mips_select_section): Likewise.
2216         (mips_encode_section_info): Likewise.
2217         * config/pa/pa.c (pa_select_section): Likewise.
2218         * config/pa/pa.h (TEXT_SPACE_P): Likewise.
2219         * config/v850/v850.c (v850_select_section): Likewise.
2220         * doc/invoke.texi (-fwritable-strings): Remove.
2221         (-fno-const-strings): Don't mention -fwritable-strings.
2222         * doc/trouble.texi: Don't mention -fwritable-strings.
2224 2003-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2226         * doc/install.texi: Update for switch of boehm-gc to autoconf 2.57.
2228 2004-02-23  Dale Johannesen  <dalej@apple.com>
2230         * config/rs6000.md (movsf_hardfloat): Add POWER form of nop.
2231         (movdf_hardfloat64):  Ditto.
2232         (movdf_softfloat64):  Ditto.
2234 2004-02-23  Fariborz Jahanian <fjahanian@apple.com>
2235         * config/rs6000/rs6000.c (function_arg): call to
2236         rs6000_mixed_function_arg for DFmode moved to allow
2237         normal DFmode incoming register assignment.
2239 2004-02-23  Dale Johannesen  <dalej@apple.com>
2241         * config/rs6000.md (movsf_hardfloat): Accept CTR-to-CTR copy.
2242         (movdf_hardfloat64):  Ditto.
2244 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
2246         * convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,
2247         config/rs6000/linux.h, config/rs6000/rs6000-c.c: Update
2248         copyright.
2250 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
2252         PR c/14156
2253         * c-typeck.c (c_expand_return): Change check for VAR_DECL
2254         to use DECL_P instead.
2256         * config/rs6000/linux.h (OS_MISSING_POWERPC64): Define.
2257         * config/rs6000/linux64.h (OS_MISSING_POWERPC64): Define.
2259 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
2261         * Makefile.in (opts.o): Depend on target.h.
2262         * opts.c (decode_options): Use targetm.default_short_enums
2263         instead of DEFAULT_SHORT_ENUMS.
2264         * system.h (DEFAULT_SHORT_ENUMS): Poison.
2265         * target-def.h (TARGET_DEFAULT_SHORT_ENUMS): New.
2266         (TARGET_INITIALIZER): Add TARGET_DEFAULT_SHORT_ENUMS.
2267         * target.h (gcc_target): Add default_short_enums.
2268         * config/cris/cris.h: Remove a comment about
2269         DEFAULT_SHORT_ENUMS.
2270         * config/ip2k/ip2k.h: Likewise.
2271         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Change to
2272         TARGET_DEFAULT_SHORT_ENUMS.  Update the description.
2274 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2275             Falk Hueffner  <falk@debian.org>
2277         PR c/14188
2278         * builtins.c (expand_builtin_va_arg): Emit an informative message
2279         if a trap is generated.
2280         * c-typeck.c (build_function_call): Likewise.
2282 2004-02-22  Jakub Jelinek  <jakub@redhat.com>
2284         * gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open + fdopen instead of
2285         fopen.
2286         * libgcov.c: Include sys/stat.h.
2287         * config/rs6000/linux.h (TARGET_HAS_F_SETLKW): Define.
2288         * config/rs6000/linux64.h (TARGET_HAS_F_SETLKW): Define.
2289         * config/sparc/linux.h (TARGET_HAS_F_SETLKW): Define.
2290         * config/sparc/linux64.h (TARGET_HAS_F_SETLKW): Define.
2292 2004-02-22  Kazu Hirata  <kazu@cs.umass.edu>
2294         * reorg.c: Remove comments about dead ports.
2296 2004-02-22  Christopher Faylor  <cgf@redhat.com>
2298         * config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify
2299         extra host object file when targetting cygwin rather than generic
2300         object files.
2302 2004-02-22  Josef Zlomek  <zlomekj@suse.cz>
2304         Merge from tree-ssa:
2305         2003-11-20  Richard Henderson  <rth@redhat.com>
2307                 * tree-inline.c (insert_decl_map): New.
2308                 (remap_decl, remap_type, remap_block, copy_body_r,
2309                 initialize_inlined_parameters, declare_return_variable,
2310                 remap_save_expr): Use it.
2312         * function.c (copy_body_r): Add mapping from id->ret_label to
2313         id->ret_label.  Revert test for ret_label.
2315 2004-02-22  Jakub Jelinek  <jakub@redhat.com>
2317         * genoutput.c (process_template): Strip trailing whitespace in @
2318         templates and issue a warning if there was any.
2320 2004-02-21  Christopher Faylor  <cgf@redhat.com>
2322         * config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): Specify extra host
2323         object file when targetting cygwin.
2324         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Remove definition since it is
2325         overridden by top-level Makefile.
2327 2004-02-21  Roger Sayle  <roger@eyesopen.com>
2329         * config/i386/i386.c (standard_80387_constant_p): Also prefer
2330         the x87's load constant instructions when optimizing for size.
2332 2004-02-21  Kazu Hirata  <kazu@cs.umass.edu>
2334         * combine.c (SHIFT_COUNT_TRUNCATED): Remove.
2335         * defaults.h (SHIFT_COUNT_TRUNCATED): Provide the default.
2336         * expmed.c: Assume SHIFT_COUNT_TRUNCATED is always defined.
2337         * fold-const.c: Likewise.
2338         * simplify-rtx.c: Likewise.
2340 2004-02-21  Alan Modra  <amodra@bigpond.net.au>
2342         * combine.c (can_combine_p): Don't ignore SETs marked with
2343         REG_EH_REGION notes.
2344         (try_combine): When attemting to fix unrecognized insns, don't
2345         split a PARALLEL that contains the original i2.
2347 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
2349         * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Refer to
2350         SUBTARGET_OPTION_TRANSLATE_TABLE for architecture-specific options.
2351         * config/i386/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): Define it.
2352         * config/rs6000/altivec.h: #error out if '-maltivec' not specified.
2353         (vector, pixel, bool): #define to __vector, __pixel and __bool.
2354         (__un_args_eq, __bin_args_eq, __tern_args_eq): Move to C-specific
2355         portion of header.
2356         (__altivec_link_error_invalid_argument): Remove prototype; will use
2357         __builtin_altivec_compiletime_error("vec_*") instead.
2358         (vec_*): Fix/complete set of available operation overloads given the
2359         existence of distinct 'vector bool ...' and 'vector pixel' types; tighten
2360         cv-correctness of pointer arguments; in C, always check for correct
2361         argument types before macro expansion.
2362         * config/rs6000/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): New macro
2363         defining Darwin/PowerPC-specific '-f[no-]altivec' and
2364         '-W[no-]altivec-long-deprecated' switches.
2365         * config/rs6000/rs6000-c (rs6000_cpu_cpp_builtins): Pre-define
2366         '__vector', '__pixel' and '__bool' macros using
2367         '__attribute__((altivec(...)))' types.
2368         * config/rs6000/rs6000.c (bool_char_type_node, bool_short_type_node,
2369         bool_int_type_node, pixel_type_node, bool_V16QI_type_node,
2370         bool_V8HI_type_node, bool_V4SI_type_node, pixel_V8HI_type_node):
2371         New type nodes.
2372         (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): New, for
2373         handling '-W[no-]altivec-long-deprecated'.
2374         (rs6000_override_options): Handle '-W[no-]altivec-long-deprecated'.
2375         (rs6000_expand_binop_builtin, rs6000_expand_ternop_builtin,
2376         altivec_expand_dst_builtin): Remove casts from integer literals.
2377         (altivec_expand_builtin): Likewise; handle expansion of new
2378         '__builtin_altivec_compiletime_error' function.
2379         (rs6000_init_builtins): Initialize 'vector bool ...' and 'vector pixel'
2380         types, and make them distinct from other vector types; register
2381         '__builtin_altivec_compiletime_error' function.
2382         (print_operand): For 'P', print a full target register name instead of
2383         merely its number.
2384         (rs6000_attribute_table): Add "altivec" attribute.
2385         (rs6000_handle_altivec_attribute): New function.
2386         * config/rs6000/rs6000.h (TARGET_OPTIONS): Describe
2387         '-m[no-]-warn-altivec-long' (which '-W[no-]altivec-long-deprecated'
2388         maps to).
2389         (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): Forward
2390         declare.
2391         (ALTIVEC_BUILTIN_COMPILETIME_ERROR): New built-in enumeration.
2393 2004-02-20  James E Wilson  <wilson@specifixinc.com>
2395         * config/ia64/ia64.md (shift_mix4left+1): Delete reload_completed
2396         check.
2397         (shift_mix4left+2): Delete redundant pattern.
2399 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
2401         * alias.c (OUTGOING_REGNO): Don't define the default.
2402         * builtins.c (OUTGOING_REGNO): Likewise.
2403         (INCOMING_REGNO): Likewise.
2404         (apply_args_register_offset): Always use OUTGOING_REGNO.
2405         * combine.c (OUTGOING_REGNO): Likewise.
2406         * sibcall.c (OUTGOING_REGNO): Likewise.
2407         * defaults.h (INCOMING_REGNO): Provide the default.
2408         (OUTGOING_REGNO): Likewise.
2410 2004-02-21  Jan Hubicka  <jh@suse.cz>
2412         * params.def (max-peeled-insns, max-completely-peeled-insns,
2413         max-once-peeled-insns): Set to 400.
2415 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2417         PR c++/12007
2418         * dbxout.c (dbxout_parms): Check that DECL_RTL and DECL_INCOMING_RTL
2419         are set for parameters before outputing debugging information.
2421 2004-02-20  Falk Hueffner  <falk@debian.org>
2423         PR target/14201
2424         * config/alpha/alpha.md (*fix_truncsfsi_ieee): Fix typoed operand
2425         numbers.
2427 2004-02-20  Per Bothner  <per@bothner.com>
2429         * input.h:  Don't #include line-map.h.  It may cause link problems
2430         with undefined linemap_line_start when line-map.h is included but
2431         line-map.o is not linked, as currently happens with gengtype on
2432         compilers that don't support inline.
2433         * toplev.c:  So we do have to explicitly #include line-map.h here.
2435 2004-02-20  Richard Henderson  <rth@redhat.com>
2437         * doc/invoke.texi: Add -Wvariadic-macros.
2439 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
2441         * haifa-sched.c (sched_emit_insn): Remove.
2442         * sched-int.h: Remove the corresponding prototype.
2444 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
2446         Revert:
2447         2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
2448         * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
2449         * system.h (DEFAULT_SHORT_ENUMS): Poison.
2450         * config/cris/cris.h: Remove a comment about
2451         DEFAULT_SHORT_ENUMS.
2452         * config/ip2k/ip2k.h: Likewise.
2453         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Remove.
2455 2004-02-20  Mohan Embar  <gnustuff@thisiscool.com>
2456             Tom Tromey  <tromey@redhat.com>
2458         * doc/install.texi: Moved --disable-libgcj and
2459         --with-system-zlib documentation to new section for
2460         Java-specific options.
2461         Added explicit Cross-Compiler-Specific Options subheading.
2462         Added section for Java-specific options.
2464 2004-02-20  Matt Kraai  <kraai@alumni.cmu.edu>
2466         * doc/install.texi (Building the Ada compiler): Remove
2467         example.
2469 2004-02-20  James E Wilson  <wilson@specifixinc.com>
2471         * toplev.c (dump_file_index, dump_file): Put ce3 before rnreg.
2473 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
2475         * gcc.c (process_command): Allow translation of the copyright
2476         symbol but not the rest of the copyright message.
2477         * gcov.c (print_version): Likewise.  Allow translation of the
2478         message about warranty.
2480 2004-02-20  Hans-Peter Nilsson  <hp@axis.com>
2482         * config/cris/cris.md ("*andsi_movu"): Correct parentheses in
2483         predicate.
2484         ("*andsi_clear"): Tweak constraints to not match postincrement.
2485         Adjust the predicate to exclude a volatile memory reference.
2486         ("*andhi_clear"): Ditto.  Rename from "*andhi_clear_signed".
2487         ("*andhi_clear_unsigned"): Remove, non-matching pattern.
2489 2004-02-19  Matt Kraai  <kraai@alumni.cmu.edu>
2491         * move-if-change: Remove.
2492         * Makefile.in (s-mlib, c-parse.y, s-check, s-gencheck)
2493         (s-specs, s-options, s-config, s-conditions, s-flags, s-codes)
2494         (s-constants, s-emit, s-recog, s-opinit, s-extract, s-peep)
2495         (s-attr, s-attrtab, s-output, s-genrtl, s-modes, s-preds)
2496         (s-gtyp-gen, s-iov): Use the top level move-if-change.
2497         * objc/Make-lang.in (objc/objc-parse.y): Likewise.
2499 2004-02-19  James E Wilson  <wilson@specifixinc.com>
2501         * config/i386/i386.md (doloop_end_internal): Use nonimmediate_operand
2502         for operand2.  Add condition that requires register_operand operand2
2503         before reload.
2505 2004-02-19  Richard Sandiford  <rsandifo@redhat.com>
2506             Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2508         * config/mips/mips.c (mips_address_insns): Treat BLKmode specially.
2509         * config/mips/mips.md: Expand comment above unaligned loads and stores.
2511 2004-02-19  Richard Henderson  <rth@redhat.com>
2513         * Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.
2514         * tree.c (build0, build1, build2, build3, build4): Split out from...
2515         (build): ... here.  Call them.
2516         * tree.h (build, _buildN1, _buildN2, _buildC1, _buildC2): New.
2518         * convert.c (convert_to_integer): Remove extra build argument.
2519         * tree-inline.c (expand_call_inline): Likewise.
2521 2004-02-19  Richard Henderson  <rth@redhat.com>
2523         * c-opts.c (warn_variadic_macros): New.
2524         (c_common_handle_option): Set it.
2525         (sanitize_cpp_opts): Copy it to cpp_opts.
2526         * c.opt (Wvariadic-macros): New.
2527         * cpplib.h (struct cpp_options): Add warn_variadic_macros.
2528         * cppinit.c (cpp_create_reader): Initialize it.
2529         * cppmacro.c (parse_params): Check it.
2531 2004-02-19  David Daney <ddaney@avtrex.com>
2533         PR preprocessor/14198
2534         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Add
2535         builtin_assert ("machine=mips")
2537 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
2539         * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
2540         * system.h (DEFAULT_SHORT_ENUMS): Poison.
2541         * config/cris/cris.h: Remove a comment about
2542         DEFAULT_SHORT_ENUMS.
2543         * config/ip2k/ip2k.h: Likewise.
2544         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Remove.
2546 2004-02-19  Zack Weinberg  <zack@codesourcery.com>
2548         * config/ia64/ia64.c (ia64_function_arg): In big-endian mode,
2549         when passing single SFmode quantities in general registers,
2550         put them in the high half.
2552 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
2554         * doc/md.texi (Standard Names): Document additional dependency on
2555         fix pattern.
2557         * optabs.c (ftruncify): Remove.
2558         (expand_fix): Manually inline ftruncify above.
2559         (can_fix_p): Add FIXME note.
2561 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
2563         * config/rs6000/spe.md (spe_fixunssfsi2): Rename to
2564         spe_fixuns_truncsfsi2.
2566         * config/rs6000/rs6000.md (fixunssfsi2): Rename to
2567         fixuns_truncsfsi2.
2569 2004-02-19  Steve Ellcey  <sje@cup.hp.com>
2571         * config/ia64/ia64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
2572         * testsuite/gcc.dg/20040219-1.c: New test.
2574 2004-02-19  Ulrich Weigand  <uweigand@de.ibm.com>
2576         * config/s390/s390.md ("*subdf3_cc", "*subdf3_cconly", "*subsf3_cc",
2577         "*subsf3_cconly"): Subtraction is not commutative.
2579 2004-02-19  Zack Weinberg  <zack@codesourcery.com>
2581         * sdbout.c (preinit_symbols, sdbout_initialized): New statics.
2582         (sdbout_symbol): If called before sdbout_init, queue DECL for
2583         later and return.
2584         (sdbout_init): Set sdbout_initialized true, process decls
2585         queued earlier by sdbout_symbol.
2586         (sdbout_finish): Use size_t for index variable.
2588 2004-02-19  Jeff Law  <law@redhat.com>
2590         * fold-const.c (invert_truthvalue): Do not call invert_tree_comparison
2591         for unordered comparison codes.
2593 2004-02-19  Ian Lance Taylor  <ian@wasabisystems.com>
2595         * reload1.c (reload): Correct comment.
2596         (scan_paradoxical_subregs): Remove #if 0 and old comment.
2597         * doc/extend.texi (Local Reg Vars): Remove obsolete comment that
2598         register variables are not used by reload.
2600 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
2602         PR target/14209
2603         * config/cris/cris.md ("*andsi_movu", "*andhi_movu"): Tweak
2604         constraints to not match postincrement.  Adjust the predicate to
2605         exclude a volatile memory reference.
2607 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
2609         * config/mcore/mcore.h (ASM_OUTPUT_EXTERNAL): Remove.
2611 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
2613         * hooks.c (hook_void_tree_int): Remove.
2614         (hook_void_constcharptr): Likewise.
2615         (hook_int_void_0): Likewise.
2616         * hooks.h: Remove the prototypes for the above three
2617         functions.
2618         * targhooks.c (hook_bool_machine_mode_true): Remove.
2619         * targhooks.h: Remove the prototype for
2620         hook_bool_machine_mode_true.
2622 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
2624         * emit-rtl.c (subreg_realpart_p): Remove.
2625         (reorder_insns_with_line_notes): Likewise.
2626         (end_full_sequence): Likewise.
2627         * rtl.h: Remove the prototype for the above functions.
2629 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
2631         * config/arc/arc.h, config/arm/arm.h, config/frv/frv.h,
2632         config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
2633         config/iq2000/iq2000.h, config/m32r/m32r.h,
2634         config/pdp11/pdp11.h, config/sparc/sparc.h,
2635         config/xtensa/xtensa.h: Remove commented-out or useless
2636         definitions of CASE_VECTOR_PC_RELATIVE.
2638 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
2640         * loop.c (all_sets_invariant_p): Remove.
2642 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2644         PR target/12916
2645         * config/sparc/sparc.h (NPARM_REGS): Delete.
2646         (BASE_RETURN_VALUE_REG): Likewise.
2647         (BASE_OUTGOING_VALUE_REG): Likewise.
2648         (BASE_PASSING_ARG_REG): Likewise.
2649         (BASE_INCOMING_ARG_REG): Likewise.
2650         * config/sparc/sparc.c (sparc_strict_argument_naming): Test
2651         TARGET_ARCH64, not TARGET_V9.
2652         (function_arg_slotno): Dispatch based on the mode class.
2653         Handle vector modes like floating-point modes.
2654         (function_arg_record_value_1): Handle vector types like
2655         floating-point types.
2656         (function_arg_record_value_2): Likewise.
2657         Calculate regno after mode transformation.
2658         (function_arg): Handle vector modes like floating-point modes.
2659         (function_arg_partial_nregs): Replace NPARM_REGS by SPARC_INT_ARG_MAX.
2660         If ARCH64, do not recheck alignment.
2661         (function_arg_pass_by_reference): Reorder the conditions.
2662         (sparc_return_in_memory): Move after function_arg_padding.
2663         Implement calling conventions for vector modes.
2664         (sparc_struct_value_rtx): Move after sparc_return_in_memory.
2665         (function_value): Move scope of 'regbase'.
2666         Implement calling conventions for vector modes.
2667         (sparc_builtin_saveregs): Replace NPARM_REGS by SPARC_INT_ARG_MAX
2668         and BASE_INCOMING_ARG_REG by SPARC_INCOMING_INT_ARG_FIRST.
2669         (sparc_va_arg): Use function_arg_pass_by_reference to test whether
2670         the argument is passed by reference.
2671         (sparc_type_code): Handle vector types.
2673 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
2675         * function.c (assign_parms): When building decl_rtl for
2676         SPLIT_COMPLEX_ARGS, ensure inner modes of concat match outer.
2678 2004-02-19  Olivier Hainque  <hainque@act-europe.fr>
2680         * expr.c (is_aligning_offset): Check if we are aligning the
2681         expressions's address over BIGGEST_ALIGNMENT in bytes, not
2682         in bits.
2684 2003-02-18  Matt Austern  <austern@apple.com>
2686         * gcc.c (LIBGCC_SPEC): If REAL_LIBGCC_SPEC is defined, and
2687         LIBGCC_SPEC isn't, set LIBGCC_SPEC to REAL_LIBGCC_SPEC.
2688         (init_gcc_spec): Don't define or call if REAL_LIBGCC_SPEC is
2689         defined.  Instead use REAL_LIBGCC_SPEC, unmodifed, as the libgcc
2690         spec string.
2691         * doc/tm.texi (REAL_LIBGCC_SPEC): Document.
2693 2004-02-18  Zack Weinberg  <zack@codesourcery.com>
2695         * dwarf2out.c (loclabel_num): Move outside #ifdef
2696         DWARF2_DEBUGGING_INFO and mark with GTY(()).
2697         * config/ia64/ia64.c (struct extern_func_list,extern_func_head):
2698         Mark with GTY(()).
2699         (ia64_hpux_add_extern_decl): Save the decl, not the name string.
2700         Allocate memory with ggc_alloc.  No need to copy anything.
2701         (ia64_hpux_file_end): Update to match.
2703 2004-02-18  Jakub Jelinek  <jakub@redhat.com>
2705         * config/i386/i386.c (override_options): Don't imply 3DNow! for -m64
2706         by default.
2708 2004-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
2710         * config/s390/s390.md ("divmodtidi3"): Use canonical RTL.
2711         ("divmodtisi3"): Likewise.
2712         ("udivmoddi4", "udivmodtidi3"): Likewise.
2713         ("divmodsi4", "divmoddisi3"): Likewise.
2714         ("udivmodsi4", "udivmoddisi3"): Likewise.
2715         ("udivsi3", "umodsi3"): Likewise.
2717 2004-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
2719         * config/s390/s390.c (s390_mainpool_start): Delete the main pool
2720         placeholder insn when chunkifying the pool.
2722 2004-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2724         * pa.h (PIC_OFFSET_TABLE_REGNUM): Define to INVALID_REGNUM when not
2725         generating PIC code.
2727 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2729         * config/h8300/h8300-protos.h: Add a prototype for
2730         h8300_expand_branch.
2731         * config/h8300/h8300.c (h8300_expand_branch): New.
2732         * config/h8300/h8300.md (ble, bleu, bge, bgeu, blt, bltu, bgt,
2733         bgtu, beq, bne): Call h8300_expand_branch().
2735 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2737         * config/h8300/h8300-protos.h: Add prototypes for
2738         h8300_hard_regno_nregs and h8300_hard_regno_mode_ok.
2739         * config/h8300/h8300.c (h8300_hard_regno_nregs): New.
2740         (h8300_hard_regno_mode_ok): Likewise.
2741         * config/h8300/h8300.h (HARD_REGNO_NREGS): Call
2742         h8300_hard_regno_nregs().
2743         (HARD_REGNO_MODE_OK): Call h8300_hard_regno_mode_ok().
2745 2004-02-18  Per Bothner  <per@bothner.com>
2747         * cpphash.h (struct cpp_buffer):  Restore return_at_eof field.  This
2748         partly reverts my 2003-10-01 change, because we're back to logically
2749         including <command line> inside the main line.
2750         * cpplex.c (_cpp_get_fresh_line):  Check return_at_eof field.
2751         * cppmacro.c (cpp_scan_nooutput):  Set return_at_eof of current buffer.
2752         Fixes PR preprocessor/14103.
2754         * cppfiles.c (_cpp_stack_include):  When appropriate decrement
2755         line_table's highest_location, fixing LAST_SOURCE_LINE_LOCATION.
2756         (cpp_push_include):  Don't need to increment pfile's line field.
2757         * line-map.h (LAST_SOURCE_LINE_LOCATION):  Only decrement by 1.
2759         * c-ppoutput.c (print struct):  New first_time field.
2760         (init_pp_output):  Set print.first_time.
2761         (pp_file_change):  Use print.first_time, rather than MAIN_FILE_P,
2762         which is set also for (say) <command line>.  Clear print.first_time.
2764         * cppfiles.c (struct _cpp_file):  Comment and type for pch field
2765         does not match the code, so fix both.
2766         (should_stack_file):  Inline include_pch_p function.
2767         (include_pch_p):  Remove pointless function.
2769         * cpphash.h (struct cpp_buffer):  Remove unused search_cached field.
2771 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2773         * config/h8300/h8300.md (four define_peephole2's): Use
2774         h8300_regs_ok_for_stm().
2776 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2778         * config/h8300/h8300-protos.h: Update the prototype for
2779         expand_a_rotate().
2780         * config/h8300/h8300.c (expand_a_rotate): Remove the first
2781         argument.
2782         * config/h8300/h8300.md: Update all callers.
2784 2004-02-18  Jan Hubicka  <jh@suse.cz>
2786         * simplify-rtx.c (simplify_unary_operation): Deal with logicals on
2787         floats.
2788         (simplify_binary_operation): Deal with logicals on floats.
2790         * i386.md (SSE fabs splitters): Emit new patterns.
2791         (SSE cmov splitters): Likewise.
2792         (sse_andv4sf3, sse_nandv4sf3, sse_iorv4sf3, sse_xorv4sf3
2793         (sse_andv2df3, sse_nandv2df3, sse_iorv2df3, sse_xorv2df3): Do not use
2794         subregs.
2795         (sse_andsf3, sse_nandsf3, sse_xorsf3): Kill.
2796         (sse_anddf3, sse_nanddf3, sse_xordf3): Kill.
2798 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2800         * config/h8300/h8300.c (expand_a_rotate): Don't generate insns
2801         by hand.
2802         (output_a_rotate): Tweak a comment.
2803         * config/h8300/h8300.md (*rotlqi3_1): Change to rotlqi3_1.
2804         (*rotlhi3_1): Change to rotlhi3_1.
2805         (*rotlsi3_1): Change to rotlsi3_1.
2807 2004-02-18  Richard Earnshaw  <rearnsha@arm.com>
2809         PR target/13866
2810         * arm.c (load_multiple_operation): Don't insist that the source reg
2811         of a post-increment component is the same as the destination.
2812         (store_multiple_operation): Likewise.
2814 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2816         * config/h8300/h8300.md: Move movsf patterns into one section
2817         of the file.
2819 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2821         * cfgloop.h, cfgloopanal.c, cpplex.c, except.h, loop-init.c,
2822         loop-unroll.c, scan-decls.c, scan.h, stor-layout.c,
2823         xcoffout.c, xcoffout.h, config/arm/mmintrin.h,
2824         config/mips/linux64.h, config/pa/pa-64.h,
2825         config/rs6000/aix51.h, config/rs6000/aix52.h,
2826         config/rs6000/spe.md, config/sparc/linux.h,
2827         config/sparc/linux64.h: Update copyright.
2829 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2831         * config/h8300/h8300.md: Move push patterns into one
2832         section of the file.
2834 2004-02-18  Mark Mitchell <mark@codesourcery.com>
2836         PR c++/11326
2837         * config/ia64/ia64.c (ia64_struct_value_rtx): Cope with NULL
2838         fntype.
2840 2004-02-18  Paul Brook  <paul@codesourcery.com>
2842         * rtlanal.c (rtx_varies_p): Return 0 for NULL_RTX
2844 2004-02-18  Paul Brook  <paul@codesourcery.com>
2846         PR debug/12934
2847         * dwarf2out.c (loc_descriptor_from_tree): Handle
2848         EXPR_WITH_FILE_LOCATION.
2850 2004-02-18  Jakub Jelinek  <jakub@redhat.com>
2852         * config/i386/i386.md (zero_extendqidi2, zero_extendqidi2,
2853         testdi_1_rex64, anddi_2, xordi_1_rex64, xordi_2_rex64): Remove
2854         trailing whitespace from instructions.
2856 2004-02-17  Geoffrey Keating  <geoffk@apple.com>
2858         * configure.ac: When generating auto-build.h, pass
2859         --enable-languages to the sub-configure.
2860         Put quotes around ${program_transform_name} when generating
2861         name of as, ld, nm, objdump.
2862         * configure: Regenerate.
2864 2004-02-17  Matt Kraai  <kraai@alumni.cmu.edu>
2866         * Makefile.in (s-check, s-config, s-conditions, s-flags)
2867         (s-codes, s-constants, s-emit, s-recog, s-opinit, s-extract)
2868         (s-peep, s-attr, s-attrtab, s-output, s-genrtl, s-modes)
2869         (s-preds, s-iov): Do not depend on move-if-change.
2871 2004-02-17  James E Wilson  <wilson@specifixinc.com>
2873         * caller-save.c (insert_restore): Pass mem through copy_rtx.
2874         (insert_save): Likewise.
2876 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
2878         * config/h8300/h8300.c (h8300_emit_stack_adjustment): Fix a
2879         warning.
2881 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
2883         * config/h8300/h8300.md (*one_complsi2_h8300): Change to
2884         *one_cmplsi2_h8300.
2885         (*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs.
2887 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
2889         * config/h8300/h8300-protos.h: Update the prototype of
2890         fix_bit_operand().
2891         * config/h8300/h8300.c (fix_bit_operand): Remove the second
2892         argument "what".
2893         * config/h8300/h8300.md: Update all callers.
2895 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
2897         * config/h8300/h8300.c (fix_bit_operand): Change the name of
2898         the last argument to "code" from "type".
2900 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
2902         * config/h8300/h8300.c: Remove an extern declaration of
2903         rtx_equal_function_value_matters.
2905 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
2907         * config/h8300/h8300.c (fix_bit_operand): Don't generate insns
2908         by hand.
2909         * config/h8300/h8300.md (*andqi3_1): Change to andqi3_1.
2910         (*iorqi3_1): Change to iorqi3_1.
2911         (*xorqi3_1): Change to xorqi3_1.
2913 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
2915         * c-common.c, cfghooks.c, rtlanal.c, varasm.c: Fix comment
2916         typos.
2918 2004-02-17  Jan Hubicka  <jh@suse.cz>
2920         * i386.c (x86_prologue_using_move, x86_epilogue_using_move): Disable for P4.
2922 2004-02-18  Alan Modra  <amodra@bigpond.net.au>
2924         PR optimization/14119
2925         * combine.c (try_combine): When attemting to fix unrecognized insns,
2926         don't delete SETs marked with REG_EH_REGION notes.
2928 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
2930         * combine.c (simplify_if_then_else): Do not replace
2931         (if_then_else (ne reg 0) (0) (const_int)) by (reg) if the
2932         modes differ.
2934 2004-02017  Steven Bosscher  <stevenb@suse.de>
2936         * (c-decl.c, c-semantics.c, calls.c, cgraph.c, cgraphunit.c,
2937         function.c, integrate.c, print-tree.c, toplev.c, tree-optimize.c,
2938         tree.h): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.
2939         * ada/utils.c: Likewise.
2940         * cp/decl.c: Likewise.
2941         * f/com.c: Likewise.
2942         * java/class.c: Likewise.
2944 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
2946         * config/h8300/h8300.md: Fix comment typos.
2948 2004-02-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2950         * config/mips/t-iris6gld: Renamed to ...
2951         * config/mips/t-irix-gld: ... this.
2952         * config.gcc (mips-sgi-irix6*): Reflect this
2953         (mips-sgi-irix5*): Use it with GNU ld.
2955         * config/mips/irix6-crti.asm, config/mips/irix6-crtn.asm: Renamed
2956         to ...
2957         * config/mips/irix-crti.asm, config/mips/irix-crtn.asm: ... this.
2958         * config/mips/t-irix-gld: Reflect this.
2959         * config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2961         * config/mips/iris5gld.h: New file.
2962         * config.gcc (mips-sgi-irix5*): Use it with GNU ld.
2963         Only use collect2 without gas.
2965         * config/mips/iris6.h (IRIX6_STARTFILE_SPEC, IRIX6_ENDFILE_SPEC):
2966         Renamed to IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC.
2967         (STARTFILE_SPEC, ENDFILE_SPEC, SUBTARGET_EXTRA_SPECS): Reflect this.
2968         * config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2970         * config/mips/iris6.h (SUBTARGET_EXTRA_SPECS): Moved ...
2971         * config/mips/iris5.h: ... here.
2973         * config/mips/iris5.h (STARTFILE_SPEC, ENDFILE_SPEC): Renamed to
2974         IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC.
2975         (STARTFILE_SPEC, ENDFILE_SPEC): Define.
2977         * config/mips/iris5gas.h (STARTFILE_SPEC, ENDFILE_SPEC): Simplify
2978         using irix_startfile_spec, irix_endfile_spec.
2980 2004-02-16  Gunther Nikl  <gni@gecko.de>
2982         * config/m68k/m68k.c: Remove obsolete support for HPUX_ASM.
2984 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
2986         * config/h8300/h8300.c (h8300_expand_prologue): Don't generate
2987         insns by hand.
2989 2004-02-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2991         * cfghooks.c (split_edge): Speed up updating of dominators.
2993 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
2995         PR c++/11326
2996         * c-common.c (flag_abi_version): Remove.
2997         * c-common.h (flag_abi_version): Likewise.
2998         * c-opts.c (c_common_handle_option): Remove OPT_fabi_version case.
2999         * c.opt (fabi-version): Remove.
3000         * calls.c (expand_call): Always pass a function type to
3001         struct_value_rtx.  Use convert_memory_address.
3002         * common.opt (fabi-version): Add it.
3003         * flags.h (flag_abi_version): Likewise.
3004         (abi_version_at_least): New macro.
3005         * opts.c (common_handle_option): Add OPT_fabi_version.
3006         * toplev.c (flag_abi_version): Define it.
3007         * config/ia64/ia64.c (ia64_struct_retval_addr_is_first_parm_p):
3008         New function.
3009         (ia64_output_mi_thunk): Use it.
3010         (ia64_struct_value_rtx): Likewise.
3012 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
3014         * config/h8300/h8300.c (h8300_emit_stack_adjustment):
3015         Don't generate insns by hand.
3017 2004-02-17  Andrew Pinski  <pinskia@physics.uc.edu>
3019         PR c++/14178
3020         * doc/invoke.texi (fabi-version): The default is 2 now.
3022 2004-02-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3024         * loop-iv.c: New file.
3025         * Makefile.in (loop-iv.o): New.
3026         * basic_block.h (FOR_BB_INSNS, FOR_BB_INSNS_REVERSE): New macros.
3027         * cfgloop.c (fill_sons_in_loop, get_loop_body_in_dom_order,
3028         num_loop_branches): New functions.
3029         * cfgloop.h (get_loop_body_in_dom_order, num_loop_branches,
3030         iv_analysis_loop_init, iv_get_reaching_def, iv_analyse, get_iv_value,
3031         find_simple_exit, iv_number_of_iterations, iv_analysis_done,
3032         get_simple_loop_desc, free_simple_loop_desc): Declare.
3033         (simple_loop_desc): New inline function.
3034         (struct rtx_iv, struct niter_desc): New.
3035         * cfgloopmanip.c (loopify): Specify semantics more precisely.
3036         * expr.c (force_operand): Handle subregs of expressions created by
3037         loop unroller.
3038         * loop-init.c (loop_optimizer_init, loop_optimizer_finalize): Move
3039         parts of the initialization to toplev.c
3040         * loop-unroll.c (loop_exit_at_end_p): New.
3041         (unroll_and_peel_loops): Call iv_analysis_done.
3042         (decide_peel_once_rolling, decide_peel_completely,
3043         decide_unroll_stupid, decide_unroll_constant_iterations,
3044         decide_unroll_runtime_iterations, decide_peel_simple,
3045         peel_loop_simple, unroll_loop_stupid, unroll_loop_constant_iterations,
3046         unroll_loop_runtime_iterations): Use new simple loop analysis.
3047         * loop-unswitch.c (compare_and_jump_seq): New.
3048         (may_unswitch_on_p): Renamed to ...
3049         (may_unswitch_on): Use new iv analysis.
3050         (reversed_condition): Export.
3051         (unswitch_single_loop, unswitch_loop): Use new iv analysis.
3052         * predict.c (estimate_probability): Use new simple loop analysis.
3053         * rtl.h (get_mode_bounds, reversed_condition,compare_and_jump_seq,
3054         canon_condition, simplify_using_condition): Declare.
3055         * stor-layout.c (get_mode_bounds): New.
3056         * toplev.c (rest_of_handle_loop2): Some parts of
3057         initialization/finalization moved here from loop-init.c.
3059 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
3061         * config/h8300/h8300.h (FIXED_REGISTERS): Add the soft frame
3062         pointer.
3063         (CALL_USED_REGISTERS): Likewise.
3064         (REG_ALLOC_ORDER): Likewise.
3065         (REG_CLASS) <GENERAL_REGS>: Likewise.
3067 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
3069         * doc/md.texi (Insn Canonicalizations): Document left-chaining
3070         in associative operators.
3071         * rtlanal.c (commutative_operand_precedence): Create some new
3072         variables.  Prefer a commutative operand on the left, then
3073         binary expressions, then NEG and NOT.
3075 2004-02-16  Matthias Klose  <doko@debian.org>
3077         * config/t-slibgcc-elf-ver: Define SHLIB_NAME and SHLIB_SONAME
3078         in terms of SHLIB_SOVERSION.
3079         * config/m68k/t-slibgcc-elf-ver: New file.
3080         * config/pa/t-slibgcc-elf-ver: New file.
3081         * config.gcc (m68k-linux, parisc-linux): Use them when not
3082         sjlj exceptions are not configured.
3084 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
3086         * config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()).
3088 2004-02-16  Zack Weinberg  <zack@codesourcery.com>
3090         * sdbout.c (sdb_debug_hooks): Correct the type_decl entry.
3092 2004-02-16  Joseph S. Myers  <jsm@polyomino.org.uk>
3094         * doc/sourcebuild.texi: Mention backends.html.
3096 2004-02-16  Kazu Hirata  <kazu@cs.umass.edu>
3098         * c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c,
3099         line-map.c, line-map.h, var-tracking.c: Fix comment
3100         formatting.
3102 2004-02-16  Richard Henderson  <rth@redhat.com>
3104         * cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note.
3106         * fold-const.c (operand_equal_p): Fix VECTOR_CST comparison.
3108 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
3110         * config/h8300/h8300.md: Remove unnecessary parallels from
3111         all define_insn and define_split patterns.
3113 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
3115         * config/h8300/h8300.md: Remove explicit (set_attr "cc"
3116         "clobber").
3118 2004-02-15  Bernardo Innocenti  <bernie@develer.com>
3120         * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for
3121         '%#'.
3123 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
3125         * config/ia64/ia64.c, config/mips/mips.c,
3126         config/mmix/mmix-modes.def: Fix comment typos.
3128 2004-02-15  Roger Sayle  <roger@eyesopen.com>
3130         * c-common.h (GET_DIRECTIVE_LINE): Remove unused macro.
3131         (get_directive_line): Remove unused function prototype.
3133 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
3135         * tree-inline.c (copy_body_r): Do not replace ret_label.
3137 2004-02-14  Jan Hubicka  <jh@suse.cz>
3139         * i386.c (x86_four_jump_limit): New variable.
3140         (k8_avoid_jump_misspredicts): Rename to ...
3141         (ix86_avoid_jump_misspredicts): .. this one.
3142         (ix86_pad_returns): Break out from ...
3143         (ix86_reorg): ... this one; do ix86_avoid_jump_misspredicts when asked
3144         to.
3145         * i386.h (TARGET_FOUR_JUMP_LIMIT): New macro.
3147 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
3149         * emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of
3150         PARALLEL is NULL.
3152 2004-02-14  Per Bothner  <per@bothner.com>
3154         * fix-header.c (line_table):  Move local variable in main to global.
3155         * scan.h (line_table):  Use it.
3156         * scan-decls.c (scan_decls):  Need to call linemap_lookup on token's
3157         line (recently renamed to src_loc) before calling recognized_function.
3159 2004-02-14  Matt Kraai  <kraai@alumni.cmu.edu>
3161         * Makefile.in: Fix comment typos.
3163 2004-02-14  Olivier Hainque  <hainque@act-europe.fr>
3165         * loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT
3166         for start_value when it is directly moved into reg, and factorize
3167         the retrieval of GET_MODE (reg).
3169 2004-02-14  Richard Sandiford  <rsandifo@redhat.com>
3171         * config/mips/mips-protos.h (mips_load_got_page): Delete.
3172         (mips_load_got_global): Delete.
3173         (mips_gotoff_page): Declare.
3174         * config/mips/mips.md (UNSPEC_LOAD_GOT): New constant.
3175         (*xgot_lo[sd]i, *got_disp[sd]i, *got_page[sd]i): Build an
3176         UNSPEC_LOAD_GOT pattern rather than a MEM.
3177         (*load_got[sd]i): New patterns.
3178         * config/mips/mips.c (mips_got_alias_set, mips_load_got): Delete.
3179         (mips_load_got_page, mips_load_got_global): Delete.
3180         (mips_gotoff_page): New function.
3181         (override_options): Don't initialize mips_got_alias_set.
3183 2004-02-14  Richard Sandiford  <rsandifo@redhat.com>
3185         * config/mips/mips.h (MASK_DEBUG_[ABEFI], TARGET_DEBUG_[ABEFI]_MODE)
3186         (TARGET_MIPS4100, TARGET_MIPS4300, TARGET_MIPS4KC, TARGET_MIPS5KC)
3187         (TARGET_SB1, TUNE_SB1, TUNE_SR71K, BIGGEST_MAX_ARGS_IN_REGISTERS)
3188         (GO_PRINTF, GO_PRINTF2, GO_DEBUG_RTX, DFMODE_NAN, SFMODE_NAN): Delete.
3189         (TARGET_SWITCHES): Remove MASK_DEBUG_[ABEFI].
3190         * config/mips/mips.c: Fix some overly-long lines.
3191         (SINGLE_WORD_MODE_P, PIC_OFFSET_TABLE_MASK): Delete.
3192         (init_cumulative_args): Remove TARGET_DEBUG_E_MODE handling.
3194 2004-02-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3196         * configure.ac: Search for as, ld below libexec/gcc.
3197         * configure: Regenerate.
3199 2004-02-14  Ben Elliston  <bje@wasabisystems.com>
3201         * config/arm/mmintrin.h (_mm_setwcx): Reverse arguments in call to
3202         __builtin_arm_setwcx ().
3203         * config/arm/arm.c (arm_expand_builtin): Generate operands
3204         correctly and reverse their order in call to gen_iwmmxt_tmcr ().
3206 2004-02-14  Ben Elliston  <bje@wasabisystems.com>
3208         * config/arm/arm.c (bdesc_2arg): Correct builtin names "wmulsh"
3209         and "wmuluh" to "wmulsm" and "wmulum", respectively.
3210         * config/arm/arm.h (enum arm_builtins): Rename enumerators to
3211         ARM_BUILTIN_WMULSM and ARM_BUILTIN_WMULUM.
3212         * config/arm/mmintrin.h (_mm_mulhi_pi16): Update intrinsic call.
3213         (_mm_mulhi_pu16): Likewise.
3215 2004-02-13  Zack Weinberg  <zack@codesourcery.com>
3217         * xcoffout.c (xcoff_assign_fundamental_type_number): Check
3218         DECL_NAME != 0 before dereferencing.
3220 2004-02-13  Ulrich Weigand  <uweigand@de.ibm.com>
3222         * config/s390/s390-protos.h (s390_output_symbolic_const): Remove.
3223         (s390_output_addr_const_extra): Declare.
3224         (s390_output_pool_entry): Remove FILE * argument.
3225         * config/s390/s390.c (s390_output_symbolic_const): Remove.
3226         (s390_output_addr_const_extra): New function.
3227         (print_operand_address): Call output_addr_const instead of
3228         s390_output_symbolic_const.
3229         (print_operand): Likewise.
3230         (s390_output_pool_entry): Use assemble_integer for symbolic constants.
3231         Remove FILE * argument.
3232         * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Define.
3233         * config/s390/s390.md ("*pool_entry"): Adapt s390_output_pool_entry
3234         call.
3236 2004-02-13  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3238         * cfgloopanal.c (mark_irreducible_loops): Rewriten.
3239         (struct edge, struct vertex, struct graph): New.
3240         (dump_graph, new_graph, add_edge, dfs, check_irred, for_each_edge,
3241         free_graph): New functions.
3243 2004-02-12  Chris Demetriou  <cgd@broadcom.com>
3245         * config/mips/mips.md (casesi_internal, casesi_internal_di):
3246         Use ".set macro" to avoid warnings about multi-instruction
3247         macros, since they're intentional.
3249 2004-02-12  Geoffrey Keating  <geoffk@apple.com>
3251         * config/darwin.h: Add include guards.  Remove old, now incorrect,
3252         comment about STANDARD_EXEC_PREFIX.
3254         * Makefile.in (install-man): Use $(CPP_INSTALL_NAME) and
3255         $(GCOV_INSTALL_NAME) to install manpages.  Remove generic rule
3256         for installing .1 manpages.  Add rules for installing cpp
3257         and gcov manpages under their installed names.
3259 2004-02-12  Alexandre Oliva  <aoliva@redhat.com>
3261         * configure.ac (gcc_cv_ld): Don't set to LD if target is not
3262         host, but try LD_FOR_TARGET first.
3263         * configure: Rebuilt.
3265 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
3267         * dbxout.c: Move declaration of dbxout_type_decl outside
3268         #ifdef DBX_DEBUGGING_INFO.
3269         * c-parse.in: Don't give the asmdef production a type.
3271 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
3273         * debug.h (struct gcc_debug_hooks): Add type_decl field.
3274         (debug_nothing_tree_int): Prototype.
3275         (dwarf_debug_hooks): Delete, unused.
3276         * debug.c (do_nothing_debug_hooks): Update.
3277         (debug_nothing_tree_int): New function.
3278         * langhooks.h (struct lang_hooks_for_decls):
3279         Remove builtin_type_decls field.
3280         * langhooks-def.h (LANG_HOOKS_BUILTIN_TYPE_DECLS): Delete.
3281         (LANG_HOOKS_DECLS): Update.
3282         * toplev.c (rest_of_decl_compilation, rest_of_type_compilation):
3283         Use debug_hooks->type_decl.
3284         * dbxout.c (preinit_symbols): New static.
3285         (dbx_debug_hooks, xcoff_debug_hooks): Update.
3286         (dbxout_init): Don't call DBX_OUTPUT_STANDARD_TYPES or
3287         lang_hooks.decls.builtin_type_decls.  Do scan preinit_symbols
3288         for symbols to output.
3289         (dbxout_type_decl): New function.
3290         (dbxout_symbol): If called before dbxout_init has run, queue
3291         the symbol for later.  Apply DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER
3292         to TYPE_DECLs before emitting them.
3293         * xcoffout.c (assign_type_number): Delete.
3294         (xcoff_type_numbers): New static table.
3295         (xcoff_assign_fundamental_type_number): New function.
3296         * xcoffout.h: Define DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER, not
3297         DBX_OUTPUT_STANDARD_TYPES.  Remove unnecessary #ifdefs.
3298         * sdbout.c: Include varray.h.
3299         (deferred_global_decls): New static.
3300         (sdb_debug_hooks): Update.
3301         (sdbout_global_decl): If we can't emit something right now,
3302         remember it in deferred_global_decls.
3303         (sdbout_finish): Just scan deferred_global_decls; don't call getdecls.
3304         (sdbout_init): Initialize deferred_global_decls.
3305         * Makefile.in: Update dependencies of sdbout.o.
3306         * dwarf2out.c (dwarf2out_type_decl): New function.
3307         (dwarf2_debug_hooks): Update.
3308         * vmsdbgout.c (vmsdbg_debug_hooks): Update.
3309         * c-decl.c (getdecls): Just return 0.
3310         (check_for_loop_decls): Don't use getdecls.
3311         (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
3312         * c-objc-common.c (c_objc_common_finish_file): Don't use getdecls.
3314 2004-02-12  Ulrich Weigand  <uweigand@de.ibm.com>
3316         * config/s390/s390.c (s390_sched_reorder2): Remove.
3317         (TARGET_SCHED_REORDER2): Do not redefine.
3319 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
3321         * c-parse.in (maybe_type_qual): Delete.
3322         (maybe_volatile, simple_asm_expr, asmdef, asm_stmt)
3323         (asm_argument): New grammar rules.
3324         (extdef_1): Use asmdef.
3325         (maybeasm): Move down with other asm rules; use simple_asm_expr.
3326         (xexpr): Move up with other expression rules.
3327         (stmt): Use asm_stmt.
3329         * c-typeck.c (build_asm_expr): New function - body mostly
3330         pulled from build_asm_stmt.
3331         (build_asm_stmt): Just handle tacking on the volatile qualifier.
3332         * c-tree.h (build_asm_expr, build_asm_stmt): Update prototypes.
3334 2004-02-12  Richard Sandiford  <rsandifo@redhat.com>
3336         PR bootstrap/13617
3337         * config/mips/mips-protos.h (mips_output_aligned_decl_common): Declare.
3338         (mips_declare_object): Make variadic.
3339         * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use
3340         mips_output_aligned_decl_common.
3341         * config/mips/mips.c (mips_output_aligned_decl_common): New function.
3342         (mips_declare_object): Make variadic.
3344 2004-02-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3346         * function.c (update_epilogue_consts): Teach about binary operations.
3348         * emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill
3349         previous MEM_VOLATILE in REF.
3350         * function.c (fixup_var_refs): Save volatile_ok and set to 1.
3351         * expr.c (emit_block_move_via_movstr): Save and restore volatile_ok.
3353 2004-02-12  Gunther Nikl  <gni@gecko.de>
3355         * config.gcc: Restore support for m68k-openbsd.
3357 2004-02-12  Jan Hubicka  <jh@suse.cz>
3359         * tree-optimize.c (tree_rest_of_compilation): Do not release
3360         DECL_ARGUMENTS.
3362 2004-02-11  Matt Kraai  <kraai@alumni.cmu.edu>
3364         * doc/install.texi: Fix the spelling of "explicitly".
3366 2004-02-11  Eric Christopher  <echristo@redhat.com>
3368         * cppcharset.c (_cpp_interpret_string_notranslate): Rename and
3369         duplicate argument structure of cpp_interpret_string.
3370         * cpphash.h: Move prototype...
3371         * cpplib.h: Here.
3372         * cpplib.c: Fix calls to match new function signature.
3374 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3376         PR c/456
3377         * cppexp.c (num_binary_op): Don't allow comma operators in #if
3378         constant expressions at all outside C99 mode if pedantic.
3380 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
3382         * optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2.
3383         (log10_optab, log2_optab): Define corresponding macros.
3384         * optabs.c (init_optabs): Initialize log10_optab and log2_optab.
3385         * genopinit.c (optabs): Implement log10_optab and log2_optab
3386         using log10?f2 and log2?f2 patterns.
3387         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LOG10{,F,L}
3388         using log10_optab, and BUILT_IN_LOG2{,F,L} using log2_optab.
3389         (expand_builtin): Expand BUILT_IN_LOG10{,F,L} and BUILT_IN_LOG2{,F,L}
3390         using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
3392         * config/i386/i386.md (log10sf2, log10df2, log10xf2, log2sf2,
3393         log2df2, log2xf2): New patterns to implement log10, log10f, log10l,
3394         log2, log2f and log2l built-ins as inline x87 intrinsics.
3396 2004-02-11  Richard Henderson  <rth@redhat.com>
3398         PR target/1532
3399         * flow.c (insn_dead_p): A clobber of a dead hard register is a
3400         dead insn after reload.
3402 2004-02-11  Ulrich Weigand  <uweigand@de.ibm.com>
3404         * tree.h (frame_base_decl): Add GTY marker.
3405         * var-tracking.c (frame_base_decl): Likewise.
3407 2004-02-11  Daniel Berlin  <dberlin@dberlin.org>
3409         * dwarf2out.c (output_loc_list): Remove no longer necessary, and now
3410         incorrect, hunk.
3411         (add_location_or_const_value_attribute): Use text_section_label,
3412         not TEXT_SECTION_NAME.
3414 2004-02-11  Per Bothner  <per@bothner.com>
3416         Represent column numbers using line-map's source_location.
3417         The "next available source_location" is now managed internally by
3418         line-maps.c rather than by clients.
3419         * line-map.h (struct line_map):  New field column_bits.
3420         <from_line>:  Rename field to start_location.
3421         (struct line_maps):  New fields highest_location and max_column_hint.
3422         (linemap_check_files_exited):  New declaration.
3423         (linemap_line_start):  New declaration.
3424         (linemap_add):  Remove from_line parameter; use highest_location field.
3425         (SOURCE_LINE, LAST_SOURCE_LINE):  Modify to use column_bits.
3426         (SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION):  New macros.
3427         (CURRENT_LINE_MAP):  Remove macro.
3428         (linemap_position_for_column):  New inline function.
3429         * line-map.c (linemap_init):  Clear new fields.
3430         (linemap_check_files_exited):  New function, extracted from ...
3431         (linemap_free):  Use linemap_check_files_exited.
3432         (linemap_add):  Remove from_line parameter.  Various updates.
3433         (linemap_line_start):  New function.
3434         (linemap_lookeup):  Update for new field names.
3435         * cpphash.h (struct cpp_reader) <map>:  Field removed.  Because
3436         linemap_position_for_column may unpredictably change the current map,
3437         it is cleaner and simpler for us to not cache it in cpp_reader.
3438         (struct cpp_buffer):  New sysp field.
3439         Changed warned_cplusplus_comments and from_stage3 to bitfields.
3440         * cppinit.c (cpp_read_min_file):  pfile->map no longer exists.
3441         * cpplib.c (do_line, do_linemarker, _cpp_do_file_change):  Get
3442         current map using linemap_lookup.
3443         (do_linemarker):  Also set buffer's sysp field.
3444         (destringize_and_run):  No longer need to decrement current line.
3445         * cppfiles.c (_cpp_stack_file):  Set sysp from and in buffer.
3446         (search_path_head, open_file_failed):  Use buffer's sysp.
3447         (cpp_make_system_header):  Get current map using linemap_lookup.
3448         Also set buffer's sysp flag.
3449         * cppmacro.c (_cpp_builtin_macro_text):  Likewise use linemap_lookup.
3450         * cpphash.h (CPP_INCREMENT_LINE):  New macro.
3451         (struct cpp_buffer):  Moved fields saved_cur, saved_rlimit to ...
3452         (struct cpp_reader):  ... and adding saved_line_base field.
3453         * cpptrad.c (_cpp_overlay_buffer, _cpp_remove_overlay):
3454         Update accordingly.  Don't adjust line.
3455         (_cpp_scan_out_logical_line):  Use CPP_INCREMENT_LINE.
3456         * cpphash.c (CPP_IN_SYSTEM_HEADER):  Replaced macro by ...
3457         (cpp_in_system_header):  ... new inline function, using buffer's sysp.
3458         * cpperror.c (_cpp_begin_message):  Update to use cpp_in_system_header.
3459         * cpplex.c (_cpp_lex_direct):  Likewise.
3460         * cppmacro.c (_cpp_builtin_macro_text):  Likewise.
3461         * cppmacro.c (_cpp_create_definition):  Use buffer's sysp field.
3462         * cpplib.h (struct cpp_token):  Rename line field to src_loc.
3463         Remove col field as it is now subsumed by src_loc.
3464         * cpperror.c:  Update various field, parameter, and macro names.
3465         (print_location):  If col==0, try SOURCE_COLUMN of line.
3466         (cpp_error):  Use cur_token's src_loc field, rather than line+col.
3467         * cpplib.c (do_diagnostic):  Token's src_loc fields replaces line+col.
3468         * cpplex.c (_cpp_process_line_notes, _cpp_lex_direct,
3469         _cpp_skip_block_comment):  Use CPP_INCREMENT_LINE.
3470         (_cpp_temp_token):  Replace cpp_token's line+col fields by src_loc.
3471         (_cpp_get_fresh_line):  Don't need to adjust line for missing newline.
3472         (_cpp_lex_direct):  Use linemap_position_for_column.
3473         * c-ppoutput.c (maybe_print_line, print_line):  Don't take map
3474         parameter.  Instead get it from the line_table global.  Adjust callers.
3475         (print):  Remove map field.  Replace line field to src_line.
3476         (init_pp_output, account_for_newlines, maybe_print_line):  Adjust.
3477         (cb_line_change):  Use SOURCE_COLUMN.  Minor optimizations.
3478         (pp_file_change):  Use MAIN_FILE_P since we cannot checked print.map.
3479         Use LAST_SOURCE_LINE_LOCATION to "catch up" after #include.
3480         * cpptrad.c (copy_comment):  Rename variable.
3481         * c-lex.c (map):  Remove static variable, for same reason we removed
3482         cpp_reader's map field.
3483         (cb_line_change, cb_def_pragma, cb_define, cb_undef):  Hence we need
3484         to call linemap_lookup.
3485         (cb_line_change):  Token's line field replaced by src_loc.
3486         (fe_file_change):  Use MAINFILE_P and LAST_SOURCE_LINE macros.
3487         Don't save new_map.
3489         * cpphash.h, cpperror.c, cpplib.h:  Some renames of fileline to
3490         source_location.
3492 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
3494         * config/rs6000/altivec.md (*movv4si_internal): At least one
3495         operand must be register_operand.
3496         (*movv8hi_internal1): Likewise.
3497         (*movv16qi_internal1): Likewise.
3498         (*movv4sf_internal1): Likewise.
3500 2004-02-10  Aldy Hernandez  <aldyh@redhat.com>
3502         * config/rs6000/spe.md ("*movv2si_internal"): Check for register
3503         operand.
3504         (movv4hi_internal): Same.
3505         (movv2sf_internal): Same.
3506         (movv1di_internal): Same.
3508 2004-02-11  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
3510         * config/mips/mips.h (TARGET_OLDABI): Define. Use TARGET_NEWABI and
3511         TARGET_OLDABI consistently.
3512         * config/mips/mips.c (function_arg,mips_setup_incoming_varargs,
3513         mips_va_arg,override_options,compute_frame_size,
3514         mips_initial_elimination_offset,mips16_fp_args,build_mips16_call_stub
3515         ,mips_return_in_memory,mips_strict_argument_naming): Use TARGET_NEWABI
3516         and TARGET_OLDABI consistently.
3517         * config/mips/mips.md (exception_receiver): Likewise.
3518         * config/mips/linux64.h: Likewise.
3520 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
3522         * gcc/config/rs6000/rs6000.c (rs6000_override_options)
3523         Set AltiVec ABI and vrsave as default for ppc64 linux.
3524         (init_cumulative_args): Post error, if try to return
3525         value in AltiVec register without enable AltiVec.
3526         (function_arg_advance): Ditto for passing arguments.
3528 2004-02-11  Richard Sandiford  <rsandifo@redhat.com>
3530         * emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to
3531         a label before updating its usage count.
3533 2004-02-10  Matt Kraai  <kraai@alumni.cmu.edu>
3535         * doc/install.texi: Remove extra cd.
3537 2004-02-10  Ziemowit Laski  <zlaski@apple.com>
3539         * c-common.c (vector_size_helper): Remove; call
3540         reconstruct_complex_type() instead.
3541         * tree.c (reconstruct_complex_type): New function
3542         (formerly vector_size_helper() in c-common.c).
3543         (make_vector): Make externally visible.
3544         * tree.h (reconstruct_complex_type, make_vector): Add prototypes.
3546 2004-02-10  Kazu Hirata  <kazu@cs.umass.edu>
3548         * config/h8300/h8300-protos.h: Add a prototype for
3549         h8300_regs_ok_for_stm.
3550         * config/h8300/h8300.c (h8300_regs_ok_for_stm): New.
3551         * config/h8300/h8300.md (stm_h8300s_2_advanced,
3552         stm_h8300s_2_normal, stm_h8300s_2, stm_h8300s_3_advanced,
3553         stm_h8300s_3_normal, stm_h8300s_3, stm_h8300s_4_advanced,
3554         stm_h8300s_4_normal, stm_h8300s_4, ldm_h8300s_2_advanced,
3555         ldm_h8300s_2_normal, ldm_h8300s_2, ldm_h8300s_3_advanced,
3556         ldm_h8300s_3_normal, ldm_h8300s_3, ldm_h8300s_4_advanced,
3557         ldm_h8300s_4_normal, ldm_h8300s_4): Use
3558         h8300_regs_ok_for_stm().
3560 2004-02-10  Danny Smith  <dannysmith@users.sourceforge.net>
3562         PR c/14088
3563         * real.c (real_from_string): Look for 'X' as well as 'x' in
3564         hexfloat strings.
3566 2004-02-10  Kazu Hirata  <kazu@cs.umass.edu>
3568         * config/h8300/h8300.md: Remove an incorrect comment about
3569         peephole2.  Add comments.
3571 2004-02-10  Josef Zlomek  <zlomekj@suse.cz>
3573         PR/14058
3574         * emit-rtl.c (set_decl_incoming_rtl): New.
3575         * tree.h (set_decl_incoming_rtl): New.
3576         * function.c (assign_parms): Use set_decl_incoming_rtl for setting
3577         DECL_INCOMING_RTL.
3578         * ada/misc.c (adjust_decl_rtl): Likewise.
3580 2004-02-10  Per Bothner  <per@bothner.com>
3582         * c-opts.c (c_common_post_options):   Don't emit working directory
3583         in cpp output if -P was specified.
3585 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
3587         PR c/14092
3588         * fold-const.c (fold) <NEGATE_EXPR>: Convert result of
3589         negate_expr back to the original type.
3591 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
3593         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Don't
3594         bump retaddr here.
3596 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
3598         * rtl.h (schedule_insns, schedule_ebbs, fix_sched_param,
3599         gen_lowpart_SUBREG): Move under the file in which they
3600         are actually declared.
3602 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
3604         * doc/sourcebuild.texi: Add libada documentation.
3606         * doc/install.texi: Update documentation on Ada build, now
3607         that the GNAT lib and tools are built automatically.
3609 2004-02-10  Richard Sandiford  <rsandifo@redhat.com>
3611         * config/mips/mips.h (TARGET_GPWORD): Return false for TARGET_NEWABI
3612         && TARGET_IRIX.
3614 2004-02-09  Ziemowit Laski  <zlaski@apple.com>
3616         * objc/objc-act.c (get_super_receiver): Move '#ifdef OBJCPLUS'
3617         boundaries outside build_component_ref() call (a macro in ObjC++).
3619 2004-02-09  Bob Wilson  <bob.wilson@acm.org>
3621         * config/xtensa/xtensa-protos.h (xtensa_copy_incoming_a7): Update.
3622         (init_cumulative_args): Likewise.
3623         (a7_overlap_mentioned_p): Delete prototype.
3624         * config/xtensa/xtensa.c (struct machine_function): Replace
3625         incoming_a7_copied field with need_a7_copy and vararg_a7 flags.
3626         Add set_frame_ptr_insn field.
3627         (xtensa_emit_move_sequence): Update call to xtensa_copy_incoming_a7.
3628         (xtensa_copy_incoming_a7): Rewrite to check need_a7_copy flag and check
3629         if the operand is an argument in a7.  If so, copy a7 to a new pseudo
3630         at the function entry and replace the operand with the pseudo.
3631         (init_cumulative_args): Remove unused arguments.  Add new "incoming"
3632         argument and record this flag in CUMULATIVE_ARGS.
3633         (function_arg): Remove result_mode and special-case code to handle
3634         arguments in a7.  Instead, set need_a7_copy flag when there is an
3635         incoming argument in a7.
3636         (xtensa_expand_prologue): Remove code to search for set_frame_ptr insn
3637         and use the value recorded in cfun->machine->set_frame_ptr_insn.
3638         (xtensa_builtin_saveregs): Check for negative gp_left value.  Set
3639         need_a7_copy and vararg_a7 flags.  Use move_block_from_reg instead of
3640         special-case code.
3641         (a7_overlap_mentioned_p): Delete.
3642         * config/xtensa/xtensa.h (CUMULATIVE_ARGS): Add "incoming" flag.
3643         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Remove useless
3644         arguments to init_cumulative_args and pass "incoming" flag instead.
3645         (BLOCK_REG_PADDING): Delete.
3646         * config/xtensa/xtensa.md (movdi, movsf, movdf): Remove unnecessary
3647         checks for reload_in_progress and reload_completed.  Update calls to
3648         xtensa_copy_incoming_a7.
3649         (ashlsi3): Rename existing insn to ashlsi3_internal.  Add expander
3650         to call xtensa_copy_incoming_a7.
3652 2004-02-09  DJ Delorie  <dj@redhat.com>
3654         * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): No
3655         longer modify standard_exec_prefix, standard_bindir_prefix, or
3656         standard_startfile_prefix.
3658 2004-02-09  James E Wilson  <wilson@specifixinc.com>
3660         PR c++/11295
3661         * c-common.c (c_expand_expr, case STMT_EXPR): Change expand_expr call
3662         to expand_expr_real call, and pass in alt_rtl as last argument.
3664         PR libstdc++/5625
3665         * builtin-types.def (BT_WORD, BT_FN_WORD_PTR): New.
3666         * builtins.c (expand_builtin): Handle BUILT_IN_EXTEND_POINTER.
3667         * builtins.def (BUILT_IN_EXTEND_POINTER): New.
3668         * except.c (expand_builtin_extend_pointer): New.
3669         * except.h (expand_builtin_extend_pointer): Declare.
3671 2004-02-09  David Edelsohn  <edelsohn@gnu.org>
3673         * config/rs6000/rs6000.c (rs6000_emit_move): Remove splitting slow
3674         unaligned loads and stores.
3676 2004-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3678         * config/mips/iris5.h (BSS_SECTION_ASM_OP): Define.
3679         * config/mips/iris6.h (BSS_SECTION_ASM_OP): Undef.
3681         * config/mips/iris6.h (TARGET_ASM_NAMED_SECTION): Moved ...
3682         * config/mips/iris5.h: ... here.
3683         * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Remove.
3685         * config/mips/iris6.h (EXTRA_SECTION_FUNCTIONS): Move ...
3686         * config/mips/iris5.h: ... here.
3688 2004-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3690         * configure.ac: Remove default executable files before AC_PROG_CC.
3691         * configure: Regenerate.
3693 2004-02-09  Kazu Hirata  <kazu@cs.umass.edu>
3695         PR target/13721
3696         * config/h8300/h8300.c (byte_reg): Call abort() if asked to
3697         print a operand other than a register.
3699 2004-02-09  Roger Sayle  <roger@eyesopen.com>
3701         * fold-const.c (fold) <NOP_EXPR>: Use the original type conversion
3702         tree code rather than call fold_convert, which doesn't specify a
3703         default floating point to integer conversion.
3705 2004-02-08  Bernardo Innocenti  <bernie@develer.com>
3707         * config/m68k/m68k.c, config/m68k/m68k.md (SGS, SGS_CMP_ORDER): Remove
3708         code to support SGS assembler.  Reformat adjacent code where possible.
3709         * config/m68k/m68k.c (switch_table_difference_label_flag): Remove
3710         definition.
3711         * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Remove support
3712         for '%#'.
3713         * config/m68k/linux.h, config/m68k/m68k.c,
3714         * config/m68k/math-68881.h: Replace `%#' with `#' in inline asm
3715         macros and asm_printf() format strings.
3716         * config/m68k/m68kelf.h (ASM_OUTPUT_CASE_END): Remove macro definition.
3717         * config/m68k/linux.h: Update copyright.
3718         * config/m68k/linux.h, config/m68k/m68k.c: Remove traling whitespace.
3720 2004-02-08  Andreas Schwab  <schwab@suse.de>
3721             Bernardo Innocenti  <bernie@develer.com>
3723         * config/m68k/m68k.h (REGISTER_NAMES): Prefix each name with
3724         REGISTER_PREFIX.
3725         * (M68K_FP_REG_NAME): New macro to specify an alternate name for the
3726         frame pointer register, overridable by OS targets.
3727         * (M68K_REGNAME): Macro to obtain register name for asm output,
3728         eventually replacing %a6 with M68K_FP_REG_NAME.
3729         * config/m68k/coff.h (REGISTER_NAMES): Don't redefine.
3730         * config/m68k/linux.h (REGISTER_NAMES): Likewise.
3731         * config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
3732         * config/m68k/netbsd-elf.h (REGISTER_NAMES): Likewise.
3733         * config/m68k/m68k.c: Use M68K_REGNAME(x) in place of reg_names[x].
3735 2004-02-08  Kazu Hirata  <kazu@cs.umass.edu>
3737         * target-def.h (TARGET_STRUCT_VALUE_RTX): Define as
3738         hook_rtx_tree_int_null.
3739         * targhooks.c (default_struct_value_rtx): Remove.
3740         * targhooks.h: Remove the prototype for
3741         default_struct_value_rtx.
3742         * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
3743         config/fr30/fr30.c, config/h8300/h8300.c, config/i386/i386.c,
3744         config/ip2k/ip2k.c, config/iq2000/iq2000.c,
3745         config/m32r/m32r.c, config/mcore/mcore.c, config/mips/mips.c,
3746         config/mn10300/mn10300.c, config/pdp11/pdp11.c,
3747         config/rs6000/rs6000.c, config/s390/s390.c,
3748         config/stormy16/stormy16.c, config/v850/v850.c,
3749         config/xtensa/xtensa.c (TARGET_STRUCT_VALUE_RTX): Remove.
3750         * doc/tm.texi (TARGET_STRUCT_VALUE_RTX): Document the default.
3752 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
3754         * README.Portability: Change "ISO C89" to "ISO C90".
3755         * c-parse.in (primary, initelt): Likewise.
3757 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
3759         * real.c (encode_ibm_extended): Normalize the input value before
3760         converting it to a double.  Handle the case where a normal value
3761         rounds to infinity.
3763 2004-02-08  Kazu Hirata  <kazu@cs.umass.edu>
3765         * c-objc-common.c (c_cannot_inline_tree_fn): Fix a typo in a
3766         warning.
3767         * cse.c (preferrable): Change to preferable. Update all of its
3768         callers.
3769         * genautomata.c (ainsn): Change
3770         first_ainsn_with_given_equialence_num to
3771         first_ainsn_with_given_equivalence_num.  Update all of its
3772         references.
3774 2004-02-08  Jan Hubicka  <jh@suse.cz>
3776         * schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.
3778 2004-02-07  David Edelsohn  <edelsohn@gnu.org>
3780         * function.c (assign_parms): Fix formatting.
3782 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
3784         * default.h (PROMOTE_PROTOTYPES): Remove.
3785         * system.h (PROMOTE_FUNCTION_RETURN, PROMOTE_PROTOTYPES,
3786         STRUCT_VALUE_REGNUM, SETUP_INCOMING_VARARGS,
3787         EXPAND_BUILTIN_SAVEREGS): Poison.
3788         * target-def.h (TARGET_PROMOTE_FUNCTION_RETURN): Define as
3789         hook_bool_tree_false.
3790         (TARGET_PROMOTE_PROTOTYPES): Likewise.
3791         * target.h: Replace SETUP_INCOMING_VARARGS with
3792         targetm.calls.setup_incoming_varargs().
3793         * targhooks.c (default_promote_function_return): Remove.
3794         (default_promote_prototypes): Likewise.
3795         (default_struct_value_rtx): Always abort().
3796         (default_expand_builtin_saveregs): Always print an error
3797         message.
3798         (default_setup_incoming_varargs): Do nothing.
3799         (default_pretend_outgoing_varargs_named): Don't depend on
3800         SETUP_INCOMING_VARARGS.
3801         * targhooks.h: Remove the prototype for
3802         default_promote_function_return and
3803         default_promote_prototypes.
3805 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
3807         * system.h (SHARED_SECTION_ASM_OP): Poison.
3808         * varasm.c (data_section): Don't use SHARED_SECTION_ASM_OP.
3809         * doc/tm.texi (SHARED_SECTION_ASM_OP): Remove.
3811 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
3813         Bug 13856
3814         * c-decl.c (diagnose_mismatched_decls): Only give special
3815         treatment when olddecl is DECL_BUILT_IN, if C_DECL_INVISIBLE
3816         is also true.
3817         (merge_decls): Don't clear DECL_BUILT_IN_CLASS and
3818         DECL_FUNCTION_CODE when defining a built-in function.
3819         Don't update DECL_ESTIMATED_INSNS.
3820         * dwarf2out.c (dwarf2out_decl): Don't ignore built-in
3821         FUNCTION_DECLs.
3822         * tree.h: Delete DECL_ESTIMATED_INSNS.
3823         * tree-inline.c (struct inline_data): Delete inlined_insns field.
3824         (expand_call_inline, optimize_inline_calls): Don't update
3825         DECL_ESTIMATED_INSNS nor inlined_insns.
3826         * cgraphunit.c (cgraph_analyze_function): Don't update
3827         DECL_ESTIMATED_INSNS.
3829 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
3831         * c-common.c (shadow_warning): Delete.
3832         * c-common.h (free_parser_stacks, shadow_warning, sw_kind): Delete.
3833         * c-decl.c (warn_if_shadowing): Issue shadow warnings directly.
3834         * c-opts.c (c_common_parse_file): Don't call free_parser_stacks.
3835         * c-parse.in (free_parser_stacks): Delete.
3837 2004-02-07  Nathanael Nerode  <neroden@gcc.gnu.org>
3839         * Makefile.in, config/t-slibgcc-darwin, config/t-slibgcc-elf-ver,
3840         config/t-slibgcc-sld, config/mips/t-iris5-6, config/sh/t-linux:
3841         Use the top level mkinstalldirs, not the one in the gcc subdir.
3842         * mkinstalldirs: Remove (from the gcc subdir).
3844 2004-02-07  Roger Sayle  <roger@eyesopen.com>
3846         PR middle-end/13696
3847         * fold-const.c (fold_convert): New function to provide type
3848         conversion to the middle-end without using convert.
3849         (negate_expr, associate_trees, size_diffop, omit_one_operand,
3850         operand_equal_for_comparison_p, pedantic_omit_one_operand,
3851         invert_truthvalue, optimize_bit_field_compare, range_binop,
3852         decode_field_reference, make_range, build_range_check, unextend,
3853         fold_truthop, extract_muldiv_1, fold_mathfn_compare,
3854         fold_binary_op_with_conditional_arg, fold_inf_compare,
3855         fold_single_bit_test, fold, multiple_of_p): Replace all calls to
3856         convert with calls to fold_convert.
3858 2004-02-07  Jan Hubicka  <jh@suse.cz>
3860         * genrecog.c (find_operand): add extra argument stop.
3861         (validate_pattern): Verify that mach_dup is duplicating operand
3862         defined lexically earlier.
3864 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
3866         * config.gcc: Don't mention MAX_LONG_TYPE_SIZE.
3867         * system.h (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
3868         MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Poison.
3869         * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
3870         config/ia64/ia64.h, config/ip2k/ip2k.h,
3871         config/iq2000/iq2000.h, config/mips/iris5.h,
3872         config/mips/mips.h, config/pa/pa-64.h, config/pa/pa.h,
3873         config/rs6000/aix51.h, config/rs6000/aix52.h,
3874         config/rs6000/darwin.h, config/rs6000/rs6000.h,
3875         config/s390/s390.h, config/sh/sh.h, config/sparc/freebsd.h,
3876         config/sparc/linux.h, config/sparc/linux64.h,
3877         config/sparc/netbsd-elf.h, config/sparc/sparc.h,
3878         config/xtensa/xtensa.h: Remove the definitions of
3879         MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE, and/or
3880         MAX_WCHAR_TYPE_SIZE.
3881         * doc/tm.texi (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
3882         MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Remove.
3884 2004-02-07  Stephane Carrez  <stcarrez@nerim.fr>
3886         PR bootstrap/13990
3887         * config/m68hc11/m68hc11.md ("doloop_end"): Pass dummy arguments to
3888         gen_rtx_NE.
3890 2004-02-07  Josef Zlomek  <zlomekj@suse.cz>
3892         * var-tracking.c (vt_add_function_parameters): Surround checkings by
3893         #ifdef ENABLE_CHECKING and #endif.
3895 2004-02-07  Roger Sayle  <roger@eyesopen.com>
3897         * fold-const.c (negate_expr_p, negate_expr): Optimize -(A+B) into
3898         either (-A)-B or (-B)-A, if A or B is easily negated respectively.
3899         (fold) <MINUS_EXPR>: Optimize (A*C) - (B*C) -> (A-B)*C for both
3900         integer types and floating point with unsafe_math_optimizations.
3901         Add similar optimization for (A*C1) - (A*C2) -> A*(C1-C2).
3902         Optimize A - B as A + (-B), if B is easily negated.
3904 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
3906         * c-ppoutput.c, cfganal.c, diagnostic.h, print-rtl.c,
3907         config/darwin.c, config/darwin.h, config/ia64/ia64-c.c,
3908         config/m32r/linux.h, config/rs6000/ppc64-fp.c,
3909         config/sparc/openbsd.h, doc/makefile.texi, doc/passes.texi:
3910         Update copyright.
3912 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
3914         * c-ppoutput.c, var-tracking.c: Fix comment typos.
3916 2004-02-06  James E Wilson  <wilson@specifixinc.com>
3918         * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for
3919         glibc 2.3 or better.
3921 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
3923         * doc/tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change
3924         to FLOAT_LIB_COMPARE_RETURNS_BOOL.
3926 2004-02-07  Alan Modra  <amodra@bigpond.net.au>
3928         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add darwin-ldouble.c.
3929         (SHLIB_MAPFILES): Add libgcc-ppc64.ver.
3930         (SHLIB_MKMAP_OPTS): Delete.
3931         (TARGET_LIBGCC2_CFLAGS): Add -specs.
3932         (bispecs): Add rule.
3933         * config/rs6000/libgcc-ppc64.ver: New file.
3934         * config/rs6000/ppc64-fp.c (__fixtfdi, __floatditf): New functions.
3935         (__floatdidf, __floatdisf): Optimize multiply.
3936         (__fixunstfdi): New function.
3937         * config/rs6000/rs6000.c (rs6000_complex_function_value): Allow for
3938         real and imag parts larger than one register.
3939         (function_arg): Correct type of reg used when fp arg split partially
3940         to stack.
3941         * config/rs6000/darwin-ldouble.c: Protect with #if !_SOFT_FLOAT
3942         and __MACH__ or __powerpc64__.
3944 2004-02-06  Roger Sayle  <roger@eyesopen.com>
3945             Ulrich Weigand  <uweigand@de.ibm.com>
3947         * builtins.c (expand_builtin_signbit): Use extract_bit_field instead
3948         of gen_highpart or gen_lowpart when the floating point format is
3949         wider than the result mode.
3951 2004-02-06  Andrew Pinski  <pinskia@physics.uc.edu>
3953         * dwarf2out.c (loclabel_num): Move into #ifdef
3954         DWARF2_DEBUGGING_INFO.
3956 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
3958         * objc/objc-act.c (build_super_template) the 'class' field of
3959         'struct _objc_super' shall be named 'super_class' #ifdef OBJCPLUS.
3960         (get_super_receiver): Likewise.
3962 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
3964         * reload1.c (check_eliminable_occurrences): Optimize the reset
3965         of can_eliminate.
3966         (eliminate_regs_in_insn): Likewise.
3968 2004-02-06  Daniel Berlin <dberlin@dberlin.org>
3969             Josef Zlomek  <zlomekj@suse.cz>
3971         * dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function
3972         at the beginning of function, call dwarf2out_var_location for
3973         NOTE_INSN_VAR_LOCATION note.
3974         (struct var_loc_node, struct var_loc_list_def, loclabel_num,
3975         decl_loc_table): New.
3976         (lookup_decl_loc): New function.
3977         (add_var_loc_to_decl): New function.
3978         (based_loc_descr): Added parameter can_use_fbreg, DW_OP_fbreg is used
3979         only if can_use_fbreg.
3980         (mem_loc_descriptor): Added parameter can_use_fbreg, pass it to other
3981         functions.
3982         (loc_descriptor): Likewise. Process VAR_LOCATION.
3983         (concat_loc_descriptor): Call loc_descriptor with can_use_fbreg == true.
3984         (loc_descriptor_from_tree): Call mem_loc_descriptor with
3985         can_use_fbreg == true.
3986         (add_location_or_const_value_attribute): Added parameter enum
3987         dwarf_attribute attr, generate attribute ATTR.  Create the location list.
3988         (add_bound_info): Call loc_descriptor with can_use_fbreg == true.
3989         (gen_formal_parameter_die): Call add_location_or_const_value_attribute
3990         with attr == DW_AT_location.
3991         (gen_subprogram_die): Generate the location list for DW_AT_frame_base
3992         if frame_base_decl is defined and has a location list.
3993         (gen_variable_die): Call add_location_or_const_value_attribute with
3994         attr == DW_AT_location.
3995         (dwarf2out_var_location): New function.
3996         (dwarf2out_begin_function): New function.
3997         (dwarf2out_init): Create decl_loc_table.
3999 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
4001         * loop.c (force_movables): Transitively increase the priorities of
4002         all insns forces by an insn, not just the first one.
4004 2004-02-06  Josef Zlomek  <zlomekj@suse.cz>
4005             Daniel Berlin <dberlin@dberlin.org>
4007         Josef Zlomek  <zlomekj@suse.cz>
4008         * Makefile.in (var-tracking.o): New.
4009         * common.opt (fvar-tracking): New.
4010         * flags.h (flag_var_tracking): New.
4011         * gengtype.c (adjust_field_rtx_def): NOTE_INSN_VAR_LOCATION was added.
4012         * opts.c (common_handle_option): Add OPT_fvar_tracking.
4013         * print-rtl.c (print_rtx): NOTE_INSN_VAR_LOCATION was added.
4014         * rtl.c (note_insn_name): Likewise.
4015         * rtl.def (VAR_LOCATION): New.
4016         * rtl.h (NOTE_VAR_LOCATION): New.
4017         (NOTE_VAR_LOCATION_DECL): New.
4018         (NOTE_VAR_LOCATION_LOC): New.
4019         (enum insn_note): NOTE_INSN_VAR_LOCATION was added.
4020         (variable_tracking_main): New exported function.
4021         * timevar.def (TV_VAR_TRACKING): New.
4022         * toplev.c (enum dump_file_index): Added DFI_vartrack.
4023         (dump_file): "vartrack" was added (-dV).
4024         (flag_var_tracking): New.
4025         (f_options): "var-tracking" was added.
4026         (rest_of_handle_variable_tracking): New function.
4027         (rest_of_compilation): Run variable tracking.
4028         (process_options): If user has not specified flag_var_tracking set it
4029         according to optimize, debug_info_level and debug_hooks.
4030         * tree.h (frame_base_decl): New.
4031         * var-tracking.c: New file.
4032         * config/ia64/ia64.c (ia64_flag_var_tracking): New variable.
4033         (ia64_override_options): Set flags to run variable tracking in machine
4034         dependent reorg instead of toplev.c.
4035         (ia64_reorg): Run variable tracking if wanted.
4036         * doc/invoke.texi: Mention variable tracking in -dV,
4037         add and -fvar-tracking.
4038         * doc/passes.texi: Added variable tracking pass.
4040         Daniel Berlin <dberlin@dberlin.org>
4041         * debug.h (struct gcc_debug_hooks): Added var_location debug hook.
4042         * dbxout.c (dbx_debug_hooks): Likewise.
4043         (xcoff_debug): Likewise.
4044         * debug.c (do_nothing_debug_hooks): Likewise.
4045         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
4046         * dwarfout.c (dwarf_debug_hooks): Likewise.
4047         * sdbout.c (sdb_debug_hooks): Likewise.
4048         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
4049         * final.c (final_scan_insn): Call var_location debug hook for each
4050         NOTE_INSN_VAR_LOCATION.
4052 2004-02-06  Jan Hubicka  <jh@suse.cz>
4054         * flow.c (update_life_info): Allocate reg_deaths when called from
4055         scheudler.
4056         (attempt_auto_inc):  Update life ranges accordingly.
4058 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
4060         PR debug/11816
4061         * dwarf2out.c (gen_decl_die): Handle anonymous struct members.
4063 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
4065         * cfganal.c (flow_call_edges_add): Never split a libcall block.
4067 2004-02-06  Daniel Berlin  <dberlin@dberlin.org>
4069         * dwarf2out.c (output_loc_list): Don't use deltas if we have
4070         a separate line info table in use.
4071         Use the correct size for terminators.
4072         (output_die): Use offset, not delta.
4074 2004-02-06  H.J. Lu  <hongjiu.lu@intel.com>
4076         * doc/invoke.texi: Remove the pni option from -mfpmath=.
4078 2004-02-06  Jan Hubicka  <jh@suse.cz>
4080         * recog.c (split_all_insns): Do not update reg info.
4081         * regrename.c (regrename_optimize): Likewise.
4082         * toplev.c (rest_of_handle_reorder_blocks): Likewise.
4083         * flow.c (struct propagate_block_info): Add insn_num field.
4084         (reg_deaths): New array.
4085         (life_analysis): Free reg_deaths info.
4086         (allocate_reg_life_data): Allocate reg_deaths array.
4087         (propagate_one_insn): Use new array.
4088         (init_propagate_block): Initialize it.
4089         (free_propagate_block_info): Finish compuation of
4090         REG_LIVE_LENGTH
4091         (attempt_auto_inc): Sanity check that REG_INFO is not
4092         computed at same time.
4093         (mark_used_regs): Update new array.
4095         * reg-stack.c (subst_stack_regs): Unshare clobbers before
4096         substitution.
4098 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
4100         * config/s390/s390.md (*extendsiqi2_short_displ): Change to
4101         *extendqisi2_short_displ.
4103 2004-02-06  Alan Modra  <amodra@bigpond.net.au>
4105         * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
4106         * calls.c (expand_call): Pass n_named_args to INIT_CUMULATIVE_ARGS.
4107         (emit_library_call_value_1): Likewise pass nargs.
4108         * expr.c (block_move_libcall_safe_for_call_parm): Pass 3 here.
4109         * function.c (assign_parms): Pass -1 to INIT_CUMULATIVE_ARGS.
4110         * config/rs6000/rs6000.c (init_cumulative_args): Use n_named_args
4111         parameter instead of scanning TYPE_ARGS_TYPES to count args.
4112         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
4113         prototype.
4114         * config/rs6000/rs6000.h (INIT_CUMULATIVE_ARGS): Pass extra arg.
4115         (INIT_CUMULATIVE_INCOMING_ARGS): Set extra arg to 1000.
4116         (INIT_CUMULATIVE_LIBCALL_ARGS): Set extra arg to 0.
4117         * config/sh/sh.c (sh_output_mi_thunk): Pass 1 as n_named_args to
4118         INIT_CUMULATIVE_ARGS.
4119         * config/alpha/alpha.h (INIT_CUMULATIVE_ARGS): Update.
4120         * config/alpha/unicosmk.h, config/alpha/vms.h, config/arc/arc.h,
4121         config/arm/arm.h, config/avr/avr.h, config/c4x/c4x.h,
4122         config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.h,
4123         config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
4124         config/ia64/ia64.h, config/ip2k/ip2k.h, config/iq2000/iq2000.h,
4125         config/iq2000/iq2000.c, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
4126         config/m68k/m68k.h, config/mcore/mcore.h, config/mips/mips.h,
4127         config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h,
4128         config/pa/pa.h, config/pdp11/pdp11.h, config/s390/s390.h,
4129         config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h,
4130         config/v850/v850.h, config/vax/vax.h, config/xtensa/xtensa.h: Likewise.
4132 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
4134         * genemit.c (gen_exp) [CONST_INT]: Use const_int_rtx whenever
4135         possible.
4137 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
4139         * reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL
4140         note containing (plus (reg) (const_int)), where reg is an
4141         eliminable reg, then perform the register elimination without
4142         depending on eliminate_regs().
4144 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
4146         * config/arc/arc.c (arc_return_in_memory): Check the return
4147         value of int_size_in_bytes against -1.  Don't check
4148         TREE_ADDRESSABLE.
4149         * config/avr/avr.c (avr_return_in_memory): Check the return
4150         value of int_size_in_bytes against -1.
4151         * config/ip2k/ip2k.c (ip2k_return_in_memory): Likewise.
4152         * config/m68hc11/m68hc11.c (m68hc11_return_in_memory):
4153         Likewise.
4154         * config/mcore/mcore.c (mcore_return_in_memory): Likewise.
4155         * config/stormy16/stormy16.c (xstormy16_return_in_memory):
4156         Likewise.
4158 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
4160         * config/frv/frv-protos.h: Remove the prototype for
4161         frv_setup_incoming_varargs.
4162         * config/frv/frv.c (TARGET_SETUP_INCOMING_VARARGS): New.
4163         (frv_setup_incoming_varargs): Make it static.
4164         * config/frv/frv.h (SETUP_INCOMING_VARARGS): Remove.
4166 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
4168         * config/fr30/fr30-protos.h: Remove the prototype for
4169         fr30_setup_incoming_varargs.
4170         Update the prototypes for fr30_num_arg_regs and
4171         fr30_function_arg_partial_nregs.
4172         * config/fr30/fr30.c (TARGET_STRUCT_VALUE_RTX): New.
4173         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
4174         (fr30_setup_incoming_varargs): Make it static.
4175         Add argument second_time.  Don't do anything when second_time
4176         is nonzero.
4177         (fr30_num_arg_regs): Change the type of the first argument to
4178         enum machine_mode.
4179         (fr30_function_arg_partial_nregs): Change the type of the
4180         second argument to enum machine_mode.
4181         * config/fr30/fr30.h (STRUCT_VALUE): Remove.
4182         (SETUP_INCOMING_VARARGS): Remove.
4184 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
4186         * config/arc/arc-protos.h: Remove the prototype for
4187         arc_setup_incoming_varargs.
4188         * config/arc/arc.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
4189         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
4190         (arc_setup_incoming_varargs): Make it static.
4191         (arc_external_libcall): Likewise.
4192         * config/arc/arc.h (SETUP_INCOMING_VARARGS): Remove.
4193         Remove the commented-out definition of
4194         ASM_OUTPUT_EXTERNAL_LIBCALL.
4196 2004-02-05  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
4198         * config/sh/t-linux (SHLIB_INSTALL): Prepend $$(DESTDIR)
4199         to $$(slibdir) in the installation commands.
4201 2004-02-05  David Edelsohn  <edelsohn@gnu.org>
4203         * reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs
4204         with inner_regno, not regno.
4205         * rtlanal.c (refers_to_regno_p): Same.
4207 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
4209         * config.gcc: Remove i370 support.
4211 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
4213         * doc/install.texi:  Update automake and autoconf version
4214         requirements.  Note where to find gcj automake version.
4216 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
4218         * Makefile.in (generate-manpages): Move dependencies to ...
4219         (man): here.
4220         * doc/makefile.texi: Document new targets.
4221         * doc/sourcebuild.texi (Make-lang.in): Document new langhooks.
4223 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
4225         PR/13485
4226         Makefile.in (srcextra):  Add a level of indirection to ...
4227         (gcc.srcextra): ... here.
4228         (po-generated): Delete.
4229         (po/$(PACKAGE).pot: Use srcextra instead of po-generated.  Depend on
4230         options.c.
4231         (start.encap): Remove superfluous lang.srcextra dependency.
4232         objc/Make-lang.in (po-generated):  Delete.
4234 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
4236         * config/ia64/ia64.c (REG_GP): Remove.
4238 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4240         * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.
4242 2004-02-05  Devang Patel  <dpatel@apple.com>
4244         * dwarf2out.c (force_type_die): Look up input type itself
4245         instead of root_type() of type.
4247 2004-02-05  Andreas Krebbel  <krebbel1@de.ibm.com>
4249         * config/s390/s390.md ("*tmqidi_ext"): New insn.
4250         ("*extendqidi2_short_displ", "*extendsiqi2_short_displ"): Old
4251         pre-reload splitters are transformed to post-reload
4252         define_insn_and_split patterns.
4253         ("*tmqisi_ext"): Renamed old "*tmqi_ext".
4255 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
4257         * config/cris/cris.h: Replace PROMOTE_PROTOTYPES with
4258         TARGET_PROMOTE_PROTOTYPES.
4260 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4262         PR middle-end/13750
4263         Revert:
4264         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
4265         PR pch/13361
4266         * c-typeck.c (constructor_asmspec): Delete.
4267         (struct initializer_stack): Delete field 'asmspec'.
4268         (start_init): Delete saving of asmspec.
4269         (finish_init): Don't update constructor_asmspec.
4270         * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
4271         * stmt.c (expand_asm): Duplicate strings from tree.
4272         (expand_asm_operands): Likewise.
4273         * tree.c (tree_size): Update computation of size of STRING_CST.
4274         (make_node): Don't make STRING_CST nodes.
4275         (build_string): Allocate string with tree node.
4276         * tree.def (STRING_CST): Update comment.
4277         * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
4278         (tree_string): Place contents of string in tree node.
4279         * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
4280         from tree.
4282 2004-02-05  Joseph S. Myers  <jsm@polyomino.org.uk>
4284         * diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
4285         msgid.
4287 2004-02-05  Dorit Naishlos  <dorit@il.ibm.com>
4289         * config/rs6000/altivec.md (*movv4si_internal): At least one
4290         operand must be altivec_register_operand.
4291         (*movv8hi_internal1): Likewise.
4292         (*movv16qi_internal1): Likewise.
4293         (*movv4sf_internal1): Likewise.
4295 2004-02-05  David Edelsohn  <edelsohn@gnu.org>
4297         * configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.
4298         * configure: Regenerate.
4300 2004-02-05  Jonathan Wakely  <redi@gcc.gnu.org>
4302         * doc/install.texi: Update description of --gxx-include-dir to
4303         give correct default value.
4305 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
4307         * config/h8300/h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace
4308         8 with MAC_REG.
4310 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
4312         * config/pa/pa.c (emit_hpdiv_const): Replace gen_rtx with
4313         gen_rtx_PARALLEL.
4315 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
4317         * emit-rtl.c: Update the comment about the file.
4319 2004-02-05  Joseph S. Myers  <jsm@polyomino.org.uk>
4321         * sourcebuild.texi (Test Idioms): Update testcase naming
4322         conventions.
4324 2004-02-04  Per Bothner  <per@bothner.com>
4326         Partially revert/redo 2003-10-01 change; fix -fworking-directory.
4327         * c-ppoutput.c (pp_dir_change):  New function.
4328         * c-common.h (pp_dir_change):  New declaration.
4329         * cpplib.h (struct cpp_options):  Remove working_directory field.
4330         * cppinit.c (cpp_find_main_file, cpp_push_main_file):  Merge back to
4331         (cpp_read_main_file):  as before 10-01.  Call _cpp_stack_file.
4332         Don't handle -fworking_directory here, but in c_common_post_options.
4333         (read_original_directory): Don't back up when done.
4334         Don't clear no-longer used working_directory flag.
4335         * cpplib.h:  Update declarations to match.
4336         * c-lex.c (cb_dir_change):  Move to c-opts.c.
4337         (init_c_lex):  Don't set dir_change callback here, since we want
4338         to set it even if flag_preprocess_only.
4339         * c-opts.c (cb_dir_change):  Function moved from c-lex.c.
4340         (c_common_post_options):  Set dir_change callback.
4341         Call pp_dir_change if approporiate.
4342         (finish_options):  Don't call cpp_find_main_file here.  Hence remove
4343         unneeded parameter and result. Do LC_RENAME for <built-in>.
4344         (c_common_post_options):  Call cpp_read_main_file here instead.
4345         (c_common_init):  Update accordingly.
4346         (push_command_line_include):  Don't cpp_push_main_file.
4347         Do LC_RENAME rather than LC_LEASE to get back to main file.
4348         Compared to pre-10-01 version, inline cpp_rename_to_main_file.
4349         (c_common_parse_file):  Call cpp_read_main_file for subsequent main
4350         files, but call finish_options for all files.
4351         * c-opts.c (sanitize_cpp_opts):  Don't set cpp_opts->working_directory.
4352         * fix-header.c (read_scan_file):  Call cpp_read_main_file instead of
4353         cpp_find_main_file + cpp_push_main_file.
4354         * c-lex.c (fe_file_change):  Don't set main_input_filename here.
4355         * opts.c (handle_options):  Only set main_input_filename first time.
4357 2004-02-05  Ian Lance Taylor  <ian@wasabisystems.com>
4359         * config/arm/arm.h (REG_CLASS_NAMES): Add missing comma.
4361 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
4363         * reload.c (find_equiv_reg): When checking for register overlap,
4364         don't index hard_regno_nregs with a pseudo-reg.
4366 2004-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
4368         * config/s390/s390.c (s390_trampoline_template): Remove gen_rtx().
4370 2004-02-04  David Edelsohn  <edelsohn@gnu.org>
4372         * reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno,
4373         against FIRST_PSEUDO_REGISTER.
4375 2004-02-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4377         * Makefile.in: Move target, host overrides after per-language
4378         fragments.
4380         * config/mips/t-iris5-as (FORCE_DEBUG_ADAFLAGS): Clear.
4381         (GNATLIBCFLAGS): Remove -g.
4383 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4385         * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
4386         config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
4387         config/ia64/ia64.c, config/ia64/unwind-ia64.c,
4388         config/m32r/m32r.c, config/ns32k/ns32k.c, config/pa/pa.c,
4389         config/pdp11/pdp11.c, config/rs6000/rs6000.c,
4390         config/sparc/sparc.c, config/vax/vax.c: Revert the
4391         replacements of "FALLTHRU" with "Fall through" done in the
4392         previous patch.
4394 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4396         * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
4397         config/arm/arm.c, config/arm/arm.md,
4398         config/cris/cris-protos.h, config/fr30/fr30.c,
4399         config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
4400         config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
4401         config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
4402         config/ip2k/ip2k.md, config/ip2k/libgcc.S,
4403         config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
4404         config/m68k/m68k.c, config/m68k/netbsd-elf.h,
4405         config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
4406         config/ns32k/netbsd.h, config/ns32k/ns32k.c,
4407         config/ns32k/ns32k.h, config/pdp11/pdp11.h,
4408         config/rs6000/darwin-ldouble.c, config/s390/s390.h,
4409         config/s390/s390.md, config/sparc/netbsd-elf.h,
4410         config/sparc/openbsd.h, config/sparc/sparc.c,
4411         config/xtensa/lib2funcs.S: Fix comment formatting.
4413 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4415         * config/alpha/alpha.c, config/arc/arc.c,
4416         config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
4417         config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
4418         config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
4419         config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
4420         config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
4421         config/ia64/ia64.c, config/ia64/unwind-ia64.c,
4422         config/iq2000/iq2000.c, config/m32r/m32r.c,
4423         config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
4424         config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
4425         config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
4426         config/rs6000/rs6000.h, config/sparc/sparc.c,
4427         config/vax/vax.c: Fix comment typos.  Follow spelling
4428         conventions.
4430 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4432         * alloc-pool.h, c-convert.c, c-lang.c, c-tree.h,
4433         caller-save.c, df.h, genconfig.c, global.c, lcm.c,
4434         ra-rewrite.c, ra.c, regclass.c, regs.h, resource.c,
4435         sched-rgn.c, config/arm/aof.h, config/arm/cirrus.md,
4436         config/arm/fpa.md, config/arm/iwmmxt.md,
4437         config/arm/netbsd-elf.h, config/arm/netbsd.h,
4438         config/m68hc11/m68hc11.md, config/mips/iris5.h,
4439         config/mn10300/mn10300.md, config/rs6000/altivec.md,
4440         config/sparc/netbsd-elf.h: Update copyright.
4442 2004-02-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4444         * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
4445         for all modes whose size is greater than 8 bytes if ARCH32.
4446         (sparc_va_arg): Handle all modes whose size is greater than 8 bytes
4447         by reference if ARCH32.
4449 2004-02-04  Aldy Hernandez  <aldyh@redhat.com>
4451         * cgraphunit.c (cgraph_postorder): Fix typo in comment.
4453 2004-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
4455         * config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
4456         to before adddi3 insn patterns.
4457         ("*la_31" + peepholes, "*la_31_and", "*la_31_and_cc", "force_la_31",
4458         "reload_insi"): Move to before addsi3 insn patterns.
4460 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
4462         * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P
4463         parameter.  Use it instead of current_function_is_thunk.
4464         * function.h (struct function): Update documentation for is_thunk.
4465         * tree.h (CALL_FROM_THUNK_P): New macro.
4466         * config/alpha/alpha.c (alpha_sa_mask): Do not check
4467         no_new_pseudos when testing current_function_is_thunk.
4468         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likeiwse.
4470 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4472         * doc/tm.texi: Replace SETUP_INCOMING_VARARGS with
4473         TARGET_SETUP_INCOMING_VARARGS.
4475 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4477         * emit-rtl.c (gen_rtx): Remove.
4478         * genattrtab.c: Don't mention gen_rtx in a comment.
4479         * rtl.h: Remove the prototype for gen_rtx.
4480         * doc/md.texi: Replace gen_rtx with gen_rtx_REG.
4482 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4484         * config/arc/arc.h, config/fr30/fr30.h
4485         (SETUP_INCOMING_VARARGS): Remove the target-independent
4486         comments.
4487         * doc/tm.texi: Don't mention deprecated target macros.
4489 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4491         * config/fr30/fr30.h (FUNCTION_VALUE): Remove the
4492         target-independent comment.
4494 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4496         * doc/interface.texi, doc/tm.texi, doc/trouble.texi: Don't
4497         mention deprecated target macros.
4499 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4501         * config.gcc: Remove obsolete ports and configurations.
4502         * config/linux-aout.h, config/netware.h,
4503         config/t-linux-gnulibc1, config/d30v/abi,
4504         config/d30v/d30v-protos.h, config/d30v/d30v.c,
4505         config/d30v/d30v.h, config/d30v/d30v.md,
4506         config/d30v/libgcc1.asm, config/d30v/t-d30v,
4507         config/dsp16xx/dsp16xx-modes.def,
4508         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
4509         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md,
4510         config/i370/README, config/i370/i370-c.c,
4511         config/i370/i370-protos.h, config/i370/i370.c,
4512         config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
4513         config/i370/mvs.h, config/i370/oe.h, config/i370/t-i370,
4514         config/i386/freebsd-aout.h, config/i386/linux-aout.h,
4515         config/i386/moss.h, config/i386/netware.h,
4516         config/i386/svr3.ifile, config/i386/svr3dbx.h,
4517         config/i386/svr3gas.h, config/i386/svr3z.ifile,
4518         config/i386/t-udk, config/i386/udk.h, config/i386/vsta.h,
4519         config/i960/i960-c.c, config/i960/i960-coff.h,
4520         config/i960/i960-modes.def, config/i960/i960-protos.h,
4521         config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
4522         config/i960/rtems.h, config/i960/t-960bare,
4523         config/m68k/hp310.h, config/m68k/hp320.h,
4524         config/m68k/hp320base.h, config/m68k/m68kv4.h,
4525         config/m68k/netbsd.h, config/m68k/sgs.h, config/m68k/t-hp320:
4526         Remove.
4527         * doc/extend.texi, doc/install.texi, doc/invoke.texi,
4528         doc/md.texi: Remove mentions of obsolete ports.
4530 2004-02-04  Jan Hubicka  <jh@suse.cz>
4532         * alias.c (find_base_term, get_addr):  Do not dereference NULL
4533         pointer when all VALUE's locations has been invalidated.
4534         (rtx_equal_for_memref_p): Simplify checking of VALUEs.
4536 2004-02-03  Wolfgang Bangerth  <bangerth@dealii.org>
4538         * doc/invoke.texi (x86 options): Fix spelling/wording.
4540 2004-02-03  Richard Sandiford  <rsandifo@redhat.com>
4542         * config/mips/iris5.h (ASM_OUTPUT_ASCII): Use mips_output_ascii to
4543         put the original string in a comment.
4544         * config/mips/mips-protos.h (mips_output_ascii): Add prefix argument.
4545         * config/mips/mips.c (mips_output_ascii): Likewise.
4546         * config/mips/mips.h (ASM_OUTPUT_ASCII): Adjust accordingly.
4548 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
4550         * system.h (GIV_SORT_CRITERION): Poison.
4551         * config/avr/avr.h (GIV_SORT_CRITERION): Remove.
4552         * config/ip2k/ip2k.h (GIV_SORT_CRITERION): Likewise.
4554 2004-02-03  Roger Sayle  <roger@eyesopen.com>
4556         PR target/9348
4557         * expr.c (expand_expr_real) <MULT_EXPR>:  When performing widening
4558         multiplies with a multiplication of the wrong signedness, its the
4559         signedness of the multiplication that we've performed that needs to
4560         be passed to expand_mult_highpart_adjust.  Avoid emitting a nop-move
4561         if expand_mult_highpart_adjust places the result in target.
4563 2004-02-03  Richard Henderson  <rth@redhat.com>
4565         * varasm.c (const_desc_rtx_sym_eq): Compare symbol strings.
4567 2004-02-03  J"orn Rennecke <joern.rennecke@superh.com>
4569         * config.gcc (sh[234]l): Use little endian fragments.
4571 2004-02-03  Paul Koning  <pkoning@equallogic.com>
4573         * config/pdp11/pdp11-modes.def: Add RESET_FLOAT_FORMAT calls.
4574         * config/pdp11/pdp11-protos.h (legitimate_const_double_p): Add.
4575         * config/pdp11/pdp11.c (encode_pdp11_f, decode_pdp11_f,
4576         encode_pdp11_d, decode_pdp11_d): New functions to handle PDP11
4577         floating point format.
4578         (pdp11_f_format, pdp11_d_format): New real_format descriptors for
4579         the above functions.
4580         (output_move_quad): Output float values in correct target format.
4581         (legitimate_const_double_p): New function.
4582         * config/pdp11/pdp11.h: Fix typos.
4583         (FLOAT_WORDS_BIG_ENDIAN): Add definition.
4584         (TARGET_FLOAT_FORMAT): Ditto.
4585         (pdp11_f_format, pdp11_d_format): Add external declarations.
4586         (MAX_REGS_PER_ADDRESS): Corrected.
4587         (LEGITIMATE_CONSTANT_P): Use legitimate_const_double_p().
4588         (PRINT_OPERAND): Output float literals in target format.
4590 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
4592         PR c++/13975
4593         * tree.h (enum tree_index): Add TI_PUBLIC, TI_PROTECTED, and
4594         TI_PRIVATE.
4595         (access_public_node): Redefine.
4596         (access_protected_node): Likewise.
4597         (access_private_node): Likewise.
4598         * tree.c (build_common_tree_nodes): Create access_public_node,
4599         access_protected_node, and access_private_node.
4601 2004-02-03  Steve Ellcey  <sje@cup.hp.com>
4603         * config/ia64/ia64.h (MASK_INLINE_INT_DIV_LAT): Change value.
4604         (MASK_INLINE_INT_DIV_THR): Ditto.
4605         (MASK_INLINE_SQRT_LAT): Ditto.
4606         (MASK_INLINE_SQRT_THR): Ditto.
4607         (MASK_DWARF2_ASM): Ditto.
4608         (MASK_EARLY_STOP_BITS): Ditto.
4610 2004-02-02  Paul Brook  <paul@codesourcery.com>
4612         Merge from csl-arm-branch.
4614         2004-01-30  Paul Brook  <paul@codesourcery.com>
4616         * aof.h (REGISTER_NAMES): Add vfp reg names
4617         (ADDITIONAL_REGISTER_NAMES): Ditto.
4618         * aout.h (REGISTER_NAMES): Ditto.
4619         (ADDITIONAL_REGISTER_NAMES): Ditto.
4620         * arm-protos.h: Update/Add Prototypes.
4621         * arm.c (init_fp_table): Rename from init_fpa_table. Update users.
4622         Only allow 0.0 for VFP.
4623         (fp_consts_inited): Rename from fpa_consts_inited.  Update users.
4624         (values_fp): Rename from values_fpa.  Update Users.
4625         (arm_const_double_rtx): Rename from const_double_rtx_ok_for_fpa.
4626         Update users.  Only check valid constants for this hardware.
4627         (arm_float_rhs_operand): Rename from fpa_rhs_operand.  Update Users.
4628         Only allow consts for FPA.
4629         (arm_float_add_operand): Rename from fpa_add_operand.  Update users.
4630         Only allow consts for FPA.
4631         (use_return_insn): Check for saved VFP regs.
4632         (arm_legitimate_address_p): Handle VFP DFmode addressing.
4633         (arm_legitimize_address): Ditto.
4634         (arm_general_register_operand): New function.
4635         (vfp_mem_operand): New function.
4636         (vfp_compare_operand): New function.
4637         (vfp_secondary_reload_class): New function.
4638         (arm_float_compare_operand): New function.
4639         (vfp_print_multi): New function.
4640         (vfp_output_fstmx): New function.
4641         (vfp_emit_fstm): New function.
4642         (arm_output_epilogue): Output VPF reg restore code.
4643         (arm_expand_prologue): Output VFP reg save code.
4644         (arm_print_operand): Add 'P'.
4645         (arm_hard_regno_mode_ok): Return modes for VFP regs.
4646         (arm_regno_class): Return classes for VFP regs.
4647         (arm_compute_initial_elimination_offset): Include space for VFP regs.
4648         (arm_get_frame_size): Ditto.
4649         * arm.h (FIXED_REGISTERS): Add VFP regs.
4650         (CALL_USED_REGISTERS): Ditto.
4651         (CONDITIONAL_REGISTER_USAGE): Enable VFP regs.
4652         (FIRST_VFP_REGNUM): Define.
4653         (LAST_VFP_REGNUM): Define.
4654         (IS_VFP_REGNUM): Define.
4655         (FIRST_PSEUDO_REGISTER): Include VFP regs.
4656         (HARD_REGNO_NREGS): Handle VFP regs.
4657         (REG_ALLOC_ORDER): Add VFP regs.
4658         (enum reg_class): Add VFP_REGS.
4659         (REG_CLASS_NAMES): Ditto.
4660         (REG_CLASS_CONTENTS): Ditto.
4661         (CANNOT_CHANGE_MODE_CLASS) Handle VFP Regs.
4662         (REG_CLASS_FROM_LETTER): Add 'w'.
4663         (EXTRA_CONSTRAINT_ARM): Add 'U'.
4664         (EXTRA_MEMORY_CONSTRAINT): Define.
4665         (SECONDARY_OUTPUT_RELOAD_CLASS): Handle VFP regs.
4666         (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
4667         (REGISTER_MOVE_COST): Ditto.
4668         (PREDICATE_CODES): Add arm_general_register_operand,
4669         arm_float_compare_operand and vfp_compare_operand.
4670         * arm.md (various): Rename as above.
4671         (divsf3): Enable when TARGET_VFP.
4672         (divdf3): Ditto.
4673         (movdfcc): Ditto.
4674         (sqrtsf2): Ditto.
4675         (sqrtdf2): Ditto.
4676         (arm_movdi): Disable when TARGET_VFP.
4677         (arm_movsi_insn): Ditto.
4678         (movsi): Only split with general regs.
4679         (cmpsf): Use arm_float_compare_operand.
4680         (push_fp_multi): Restrict to TARGET_FPA.
4681         (vfp.md): Include.
4682         * vfp.md: New file.
4683         * fpa.md (various): Rename as above.
4684         * doc/md.texi: Document ARM w and U constraints.
4686         2004-01-15  Paul Brook  <paul@codesourcery.com>
4688         * config.gcc: Add with_fpu.  Allow with-float=softfp.
4689         * config/arm/arm.c (arm_override_options): Rename *-s to *s.
4690         Break out of loop when we find a float-abi.  Fix typo.
4691         * config/arm/arm.h (OPTION_DEFAULT_SPECS): Add "fpu".
4692         Set -mfloat-abi=.
4693         * doc/install.texi: Document --with-fpu.
4695         2003-01-14  Paul Brook  <paul@codesourcery.com>
4697         * config.gcc (with_arch): Add armv6.
4698         * config/arm/arm.h: Rename TARGET_CPU_*_s to TARGET_CPU_*s.
4699         * config/arm/arm.c (arm_overrride_options): Ditto.
4701         2004-01-08  Richard Earnshaw  <rearnsha@arm.com>
4703         * arm.c (FL_ARCH3M): Renamed from FL_FAST_MULT.
4704         (FL_ARCH6): Renamed from FL_ARCH6J.
4705         (arm_arch3m): Renamed from arm_fast_multiply.
4706         (arm_arch6): Renamed from arm_arch6j.
4707         * arm.h: Update all uses of above.
4708         * arm-cores.def: Likewise.
4709         * arm.md: Likewise.
4711         * arm.h (CPP_CPU_ARCH_SPEC): Emit __ARM_ARCH_6J__ define for armV6j,
4712         not arm6j.  Add entry for arch armv6.
4714         2004-01-07  Richard Earnshaw  <rearnsha@arm.com>
4716         * arm.c (arm_emit_extendsi): Delete.
4717         * arm-protos.h (arm_emit_extendsi): Delete.
4718         * arm.md (zero_extendhisi2): Also handle zero-extension of
4719         non-subregs.
4720         (zero_extendqisi2, extendhisi2, extendqisi2): Likewise.
4721         (thumb_zero_extendhisi2): Only match if not v6.
4722         (arm_zero_extendhisi2, thumb_zero_extendqisi2, arm_zero_extendqisi2)
4723         (thumb_extendhisi2, arm_extendhisi2, arm_extendqisi)
4724         (thumb_extendqisi2): Likewise.
4725         (thumb_zero_extendhisi2_v6, arm_zero_extendhisi2_v6): New patterns.
4726         (thumb_zero_extendqisi2_v6, arm_zero_extendqisi2_v6): New patterns.
4727         (thumb_extendhisi2_insn_v6, arm_extendhisi2_v6): New patterns.
4728         (thumb_extendqisi2_v6, arm_extendqisi_v6): New patterns.
4729         (arm_zero_extendhisi2_reg, arm_zero_extendqisi2_reg): Delete.
4730         (arm_extendhisi2_reg, arm_extendqisi2_reg): Delete.
4731         (arm_zero_extendhisi2addsi): Remove subreg.  Add attributes.
4732         (arm_zero_extendqisi2addsi, arm_extendhisi2addsi): Likewise.
4733         (arm_extendqisi2addsi): Likewise.
4735         2003-12-31  Mark Mitchell  <mark@codesourcery.com>
4737         Revert this change:
4738         * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
4739         + REG addressing modes.
4741         * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
4742         + REG addressing modes.
4744         2003-12-30  Mark Mitchell  <mark@codesourcery.com>
4746         * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept
4747         CONSTANT_P_RTX.
4749         2003-30-12  Paul Brook  <paul@codesourcery.com>
4751         * longlong.h: protect arm inlines with !defined (__thumb__)
4753         2003-30-12  Paul Brook  <paul@codesourcery.com>
4755         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Always define __arm__.
4757         2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
4759         * builtins.c (expand_builtin_apply_args_1): Fix typo in previous
4760         change.
4762         2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4764         * builtins.c (expand_builtin_apply_args_1): Add pretend args size
4765         to the virtual incoming args pointer for downward stacks.
4767         2003-12-29  Paul Brook  <paul@codesourcery.com>
4769         * config/arm/arm-cores.def: Add cost function.
4770         * config/arm/arm.c (arm_*_rtx_costs): New functions.
4771         (arm_rtx_costs): Remove
4772         (struct processors): Add rtx_costs field.
4773         (all_cores, all_architectures): Ditto.
4774         (arm_override_options): Set targetm.rtx_costs.
4775         (thumb_rtx_costs): New function.
4776         (arm_rtx_costs_1): Remove cases handled elsewhere.
4777         * config/arm/arm.h (processor_type): Add COSTS parameter.
4779         2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4781         * config/arm/arm.md (generic_sched): arm926 has its own scheduler.
4782         (arm926ejs.md): Include it.
4783         * config/arm/arm926ejs.md: New pipeline description.
4785         2003-12-24  Paul Brook  <paul@codesourcery.com>
4787         * config/arm/arm.c (arm_arch6j): New variable.
4788         (arm_override_options): Set it.
4789         (arm_emit_extendsi): New function.
4790         * config/arm/arm-protos.h (arm_emit_extendsi): Add prototype.
4791         * config/arm/arm.h (arm_arch6j): Declare.
4792         * config/arm/arm.md: Add sign/zero extend insns.
4794         2003-12-23  Paul Brook  <paul@codesourcery.com>
4796         * config/arm/arm.c (all_architectures): Add armv6.
4797         * doc/invoke.texi: Document it.
4799         2003-12-19  Paul Brook  <paul@codesourcery.com>
4801         * config/arm/arm.md: Add load1 and load_byte "type" attrs.  Modify
4802         insn patterns to match.
4803         * config/arm/arm-generic.md: Ditto.
4804         * config/arm/cirrus.md: Ditto.
4805         * config/arm/fpa.md: Ditto.
4806         * config/amm/iwmmxt.md: Ditto.
4807         * config/arm/arm1026ejs.md: Ditto.
4808         * config/arm/arm1135jfs.md: Ditto.  Add insn_reservation and bypasses
4809         for 11_loadb.
4811         2003-12-18  Nathan Sidwell  <nathan@codesourcery.com>
4813         * config/arm/arm-protos.h (arm_no_early_alu_shift_value_dep): Declare.
4814         * config/arm/arm.c (arm_adjust_cost): Check shift cost for
4815         TYPE_ALU_SHIFT and TYPE_ALU_SHIFT_REG.
4816         (arm_no_early_store_addr_dep, arm_no_early_alu_shift_dep,
4817         arm_no_early_mul_dep): Correctly deal with conditional execution,
4818         parallels and single shift operations.
4819         (arm_no_early_alu_shift_value_dep): Define.
4820         * arm.md (attr type): Replace 'normal' with 'alu',
4821         'alu_shift' and 'alu_shift_reg'.
4822         (attr core_cycles): Adjust.
4823         (*addsi3_carryin_shift, andsi_not_shiftsi_si, *arm_shiftsi3,
4824         *shiftsi3_compare0, *notsi_shiftsi, *notsi_shiftsi_compare0,
4825         *not_shiftsi_compare0_scratch, *cmpsi_shiftsi, *cmpsi_shiftsi_swp,
4826         *cmpsi_neg_shiftsi, *arith_shiftsi, *arith_shiftsi_compare0,
4827         *arith_shiftsi_compare0_scratch, *sub_shiftsi,
4828         *sub_shiftsi_compare0, *sub_shiftsi_compare0_scratch,
4829         *if_shift_move, *if_move_shift, *if_shift_shift): Set type
4830         attribute appropriately.
4831         * config/arm/arm1026ejs.md (alu_op): Adjust.
4832         (alu_shift_op, alu_shift_reg_op): New.
4833         * config/arm/arm1136.md: Add better bypasses for early
4834         registers. Remove load[234] and store[234] bypasses.
4835         (11_alu_op): Adjust.
4836         (11_alu_shift_op, 11_alu_shift_reg_op): New.
4838         2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
4840         * config/arm/arm-protos.h (arm_no_early_store_addr_dep,
4841         arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Declare.
4842         * config/arm/arm.c (arm_no_early_store_addr_dep,
4843         arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Define.
4844         * config/arm/arm1026ejs.md: Add load-store bypass.
4845         * config/arm/arm1136jfs.md (11_alu_op): Take 2 cycles.
4846         Add bypasses between instructions.
4848         2003-12-10  Paul Brook  <paul@codesourcery.com>
4850         * config/arm/arm.c (arm_fpu_model): New variable.
4851         (arm_fload_abi): New variable.
4852         (target_fpe_name): Rename from target_fp_name.
4853         (target_fpu_name): New variable.
4854         (arm_is_cirrus): Remove.
4855         (fpu_desc): New struct.
4856         (all_fpus): Define.
4857         (pf_model_for_fpu): Define.
4858         (all_loat_abis): Define.
4859         (arm_override_options): Set fp arch flags based on -mfpu=
4860         and -float-abi=.
4861         (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
4862         (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
4863         (*): Use new TARGET_* flags.
4864         * config/arm/arm.h (TARGET_ANY_HARD_FLOAT): Remove.
4865         (TARGET_HARD_FLOAT): No longer implies TARGET_FPA.
4866         (TARGET_SOFT_FLOAT): Ditto.
4867         (TARGET_SOFT_FLOAT_ABI): New.
4868         (TARGET_MAVERICK): Rename from TARGET_CIRRUS.  No longer implies
4869         TARGET_HARD_FLOAT.
4870         (TARGET_VFP): No longer implies TARGET_HARD_FLOAT.
4871         (TARGET_OPTIONS): Add -mfpu=.
4872         (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
4873         (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
4874         (arm_pf_model): Define.
4875         (arm_float_abi_type): Define.
4876         (fputype): Add FPUTYPE_VFP.  Change SOFT_FPA->NONE
4877         * config/arm/arm.md: Use new TARGET_* flags.
4878         * config/arm/cirrus.md: Ditto.
4879         * config/arm/fpa.md: Ditto.
4880         * config/arm/elf.h (ASM_SPEC): Pass -mfloat-abi= and -mfpu=.
4881         * config/arm/semi.h (ASM_SPEC): Ditto.
4882         * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Specify vfp.
4883         (FPUTYPE_DEFAULT): Set to VFP.
4884         * doc/invoke.texi: Document -mfpu= and -mfloat-abi=.
4886         2003-11-22  Phil Edwards  <phil@codesourcery.com>
4888         PR target/12476
4889         * config/arm/arm.c (arm_output_mi_thunk):  In Thumb mode, use
4890         'bx' instead of 'b' to avoid branch range restrictions.  Output
4891         the thunk immediately before the thunked-to function.
4892         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME):  Do not emit
4893         .thumb_func if a thunk is being generated.  Emit .code 16 along
4894         with .thumb_func if a thunk is not being generated.
4896         2003-11-15  Nicolas Pitre <nico@cam.org>
4898         * config/arm/arm.md (ashldi3, arm_ashldi3_1bit, ashrdi3,
4899         arm_ashrdi3_1bit, lshrdi3, arm_lshrdi3_1bit): New patterns.
4900         * config/arm/iwmmxt.md (ashrdi3_iwmmxt): Renamed from ashrdi3.
4901         (lshrdi3_iwmmxt): Renamed from lshrdi3.
4902         * config/arm/arm.c (IWMMXT_BUILTIN2): Renamed argument accordingly.
4904         2003-11-12  Steve Woodford  <scw@wasabisystems.com>
4905             Ian Lance Taylor  <ian@wasabisystems.com>
4907         * config/arm/lib1funcs.asm (ARM_DIV_BODY, ARM_MOD_BODY): Add new
4908         code for __ARM_ARCH__ >= 5 && ! defined (__OPTIMIZE_SIZE__).
4910         2003-11-05  Phil Edwards  <phil@codesourcery.com>
4912         * config/arm/arm.md (insn):  Add new V6 instruction names.
4913         (generic_sched):  New attr.
4914         * config/arm/arm-generic.md:  Use generic_sched here.
4915         * config/arm/arm1026ejs.md:  Do not model fetch/issue/decode
4916         stages of pipeline.  Adjust latency counts accordingly.
4917         * config/arm/arm1136jfs.md:  New file.
4919         2003-10-28  Mark Mitchell  <mark@codesourcery.com>
4921         * config/arm/arm.h (processor_type): New enumeration type.
4922         (CPP_ARCH_DEFAULT_SPEC): Set appropriately for ARM 926EJ-S,
4923         ARM1026EJ-S, ARM1136J-S, and ARM1136JF-S processor cores.
4924         (CPP_CPU_ARCH_SPEC): Likewise.
4925         * config/arm/arm.c (arm_tune): New variable.
4926         (all_cores): Use cores.def.
4927         (all_architectures): Add representative processor.
4928         (arm_override_options): Restructure way in which tuning
4929         information is deduced.
4930         * arm.md: Update "insn" and "type" attributes throughout.
4931         (insn): New attribute.
4932         (type): Compute "mult" from "insn" attribute.  Add load2,
4933         load3, load4 alternatives.
4934         (arm automaton): Move to arm-generic.md.
4935         * config/arm/arm-cores.def: New file.
4936         * config/arm/arm-generic.md: Likewise.
4937         * config/arm/arm1026ejs.md: Likewise.
4939 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4941         * doc/invoke.texi (SPARC options): Remove -mflat and
4942         all -mxxx (xxx:chip) options.
4943         * config/sparc/aout.h (DBX_REGISTER_NUMBER): Delete.
4944         * config/sparc/litecoff.h (DBX_REGISTER_NUMBER): Likewise.
4945         * config/sparc/netbsd-elf.h (DBX_REGISTER_NUMBER): Likewise.
4946         * config/sparc/sol2.h (DBX_REGISTER_NUMBER): Likewise.
4947         * config/sparc/sparc-protos.h: Delete sparc_flat_* prototypes.
4948         * config/sparc/sparc.c: Likewise.
4949         (sparc_output_function_prologue): Remove TARGET_FLAT handling.
4950         (sparc_nonflat_function_prologue): Rename into sparc_function_prologue.
4951         (sparc_output_function_epilogue): Remove TARGET_FLAT handling.
4952         (sparc_nonflat_function_epilogue): Rename into sparc_function_epilogue.
4953         (struct sparc_frame_info, current_frame_info, zero_frame_info): Delete.
4954         (sparc_flat_must_save_register_p): Likewise.
4955         (sparc_flat_compute_frame_size): Likewise.
4956         (sparc_flat_save_restore): Likewise.
4957         (sparc_flat_function_prologue): Likewise.
4958         (sparc_flat_function_epilogue): Likewise.
4959         (sparc_flat_epilogue_delay_slots): Likewise.
4960         (sparc_flat_eligible_for_epilogue_delay): Likewise.
4961         (sparc_function_ok_for_sibcall): Remove TARGET_FLAT handling.
4962         * config/sparc/sparc.h (MASK_FLAT, TARGET_FLAT): Delete.
4963         (TARGET_SWITCHES): Remove -mflat and all -mxxx (xxx:chip) options.
4964         (SPARC_INCOMING_INT_ARG_FIRST): Remove TARGET_FLAT handling.
4965         (CONDITIONAL_REGISTER_USAGE): Likewise.
4966         (FRAME_POINTER_REQUIRED): Likewise.
4967         (INITIAL_ELIMINATION_OFFSET): Likewise.
4968         (BASE_RETURN_VALUE_REG): Likewise.
4969         (BASE_OUTGOING_VALUE_REG): Likewise.
4970         (BASE_PASSING_ARG_REG): Likewise.
4971         (BASE_INCOMING_ARG_REG): Likewise.
4972         (INCOMING_REGNO): Likewise.
4973         (OUTGOING_REGNO): Likewise.
4974         (LOCAL_REGNO): Likewise.
4975         (DELAY_SLOTS_FOR_EPILOGUE): Likewise.
4976         (ELIGIBLE_FOR_EPILOGUE_DELAY): Likewise.
4977         (EPILOGUE_USES): Likewise.
4978         * config/sparc/sparc.md ("isa" attribute): Change "v6" into "v7".
4979         ("flat" attribute): Delete.
4980         (do_builtin_setjmp_setup): Remove TARGET_FLAT and "flat" attribute
4981         handling.
4982         (call followed by jump define_peephole's): Delete.
4983         (exception_receiver): Likewise.
4984         (builtin_setjmp_receiver): Likewise.
4985         * config/sparc/t-sparclite (MULTILIB_OPTIONS): Remove -mflat.
4987 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
4989         PR c/11658
4990         PR c/13994
4991         * Makefile.in (c-parse.o, c-convert.o, c-typeck.o): Depend
4992         on langhooks.h.
4993         * objc/Make-lang.in (objc-parse.o): Depend on langhooks.h.
4994         * c-parse.in, c-convert.c, c-typeck.c, objc/objc-act.c:
4995         Include langhooks.h.  Replace c_common_truthvalue_conversion
4996         with the truthvalue_conversion language hook throughout.
4997         (expr_no_commas): Call default_conversion before save_expr
4998         for the first term of the production 'x ? : y'.
4999         * c-common.c (c_common_truthvalue_conversion): Remove
5000         obsolete block.  Invoke recursively the hook instead
5001         of this function.
5002         * c-convert.c (convert): handle ERROR_MARK_NODE.
5003         * c-typeck.c (build_binary_op): handle ERROR_MARK_NODE
5004         returned by the truthvalue_conversion language hook.
5005         * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
5006         c_objc_common_truthvalue_conversion.
5007         * c-objc-common.c (c_objc_common_truthvalue_conversion):
5008         New function.
5009         * c-tree.h (c_objc_common_truthvalue_conversion): Declare it.
5010         * objc/objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
5011         c_objc_common_truthvalue_conversion.
5013 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
5015         * config/c4x/c4x.h (FUNCTION_VALUE): Use gen_rtx_REG instead
5016         of gen_rtx.
5017         (LIBCALL_VALUE): Likewise.
5018         * config/ip2k/ip2k.c (mdr_try_propagate_clr_sequence): Use
5019         gen_rtx_CC0 instead of gen_rtx.
5020         * config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Use
5021         gen_rtx_fmt_e and gen_rtx_fmt_ee instead of gen_rtx.
5022         (m68hc11_expand_compare): Use gen_rtx_fmt_ee instead of
5023         gen_rtx.
5024         (m68hc11_emit_logical): Likewise.
5026 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
5028         * config/alpha/alpha.c, config/arm/arm.c, config/c4x/c4x.c,
5029         config/fr30/fr30.md, config/frv/frv.c, config/frv/frv.md,
5030         config/h8300/h8300.c, config/ia64/ia64.c, config/ip2k/ip2k.md,
5031         config/m32r/m32r.md, config/m68hc11/m68hc11.c,
5032         config/mips/mips.md, config/mmix/mmix.c,
5033         config/mn10300/mn10300.c, config/mn10300/mn10300.md,
5034         config/ns32k/ns32k.c, config/pa/pa.md, config/pdp11/pdp11.c,
5035         config/rs6000/altivec.md, config/s390/s390.c,
5036         config/s390/s390.h, config/s390/s390.md, config/sh/sh.c,
5037         config/sh/sh.h, config/sh/sh.md, config/stormy16/stormy16.c:
5038         Use const0_rtx instead of GEN_INT (0).  Do the same for other
5039         constants that are readily available.
5041 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
5043         * doloop.c, optabs.c, regmove.c, sched-deps.c,
5044         config/i386/i386.c, config/i386/i386.md: Use const0_rtx
5045         instead of GEN_INT (0).  Do the same for other constants that
5046         are readily available.
5048 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
5050         * combine.c (simplify_set): Use gen_rtx_fmt_e instead of
5051         gen_rtx.
5052         * emit-rtl.c (init_emit_once): Use gen_rtx_PC and gen_rtx_CC0
5053         instead of gen_rtx.
5054         * reload1.c (init_elim_table): Use gen_rtx_fmt_e instead of
5055         gen_rtx.
5056         * config/ns32k/ns32k.md (udivmodhi4): Use gen_rtx_IOR and
5057         gen_rtx_ASHIFT instead of gen_rtx.
5058         (udivmodqi4): Likewise.
5060 2004-02-02  Richard Henderson  <rth@redhat.com>
5062         PR target/13789
5063         * expr.c (store_expr): Use force_operand before emit_move_insn.
5065 2004-02-02  Jeff Law  <law@redhat.com>
5066             Roger Sayle  <roger@eyesopen.com>
5068         * tree.c (commutative_tree_code, associative_tree_code): New
5069         functions.
5070         (iterative_hash_expr): Use commutative_tree_code.
5071         * tree.h (commutative_tree_code, associative_tree_code): Declare.
5072         * fold-const.c (operand_equal_p): Use commutative_tree_code
5073         rather than inlining the commutativity check.
5074         (fold): Likewise.
5076 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
5078         * system.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Poison.
5079         * config/frv/frv-protos.h: Remove the prototype for
5080         frv_function_arg_keep_as_reference.
5081         * config/frv/frv.c (frv_function_arg_keep_as_reference):
5082         Remove.
5083         * config/frv/frv.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Likewise.
5084         * config/stormy16/stormy16.h: Remove the commented-out
5085         definition of FUNCTION_ARG_KEEP_AS_REFERENCE.
5087 2004-02-03  Alan Modra  <amodra@bigpond.net.au>
5089         PR target/13914
5090         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Use ap
5091         for retaddr_column.
5093 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
5095         * genemit.c (gen_exp): Generate gen_rtx_fmt_e* instead of
5096         gen_rtx.
5098 2004-02-02  Eric Christopher  <echristo@redhat.com>
5099             Zack Weinberg  <zack@codesourcery.com>
5101         * c-opts.c (c_common_handle_option): Add -finput-charset.
5102         * c.opt: Ditto.
5103         * cppcharset.c (one_iso88591_to_utf8): Remove.
5104         (convert_iso88591_utf8): Ditto.
5105         (conversion_tab): Remove 8859-1 converter.
5106         (_cpp_input_to_utf8): Remove.
5107         (_cpp_init_iconv_buffer): Ditto.
5108         (_cpp_close_iconv_buffer): Ditto.
5109         (_cpp_convert_input): New function.
5110         (_cpp_default_encoding): Ditto.
5111         * cpphash.h: Add/remove prototypes for above.
5112         * cppfiles.c (read_file_guts): Use _cpp_convert_input.
5113         * cppinit.c (cpp_create_reader): Use _cpp_default_encoding
5114         for narrow execution and input character sets.
5115         * cpplib.c (cpp_push_buffer): Delete uses of removed functions.
5116         * doc/cppopts.texi: Document -finput-charset.
5118 2004-02-02  David Edelsohn  <edelsohn@gnu.org>
5120         * rtlanal.c (refers_to_regno_p): Test regno, not inner_regno,
5121         against FIRST_PSEUDO_REGISTER.
5123 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
5125         * doc/invoke.texi (SPARC options): Further improve.
5127 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
5129         * config/arm/arm.md, config/c4x/c4x.md, config/cris/cris.md,
5130         config/h8300/h8300.c, config/ip2k/ip2k.md,
5131         config/iq2000/iq2000.c, config/mips/mips.c,
5132         config/rs6000/rs6000.c, config/rs6000/rs6000.md,
5133         config/sh/sh.c, config/sh/sh.md, config/stormy16/stormy16.c,
5134         config/v850/v850.md: Fix indentation.
5136 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
5138         * config/sparc/sparc.c (function_arg_slotno): Align TImode
5139         arguments on a 16-byte boundary in the parameter array if ARCH64.
5140         Split handling of TFmode.
5142 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
5144         * rtlanal.c (reg_overlap_mentioned_p) [!ENABLE_CHECKING]:
5145         Don't test CONSTANT_P (x).
5146         (reg_overlap_mentioned_p): Merge check for STRICT_LOWPART,
5147         ZERO_EXTRACT, SIGN_EXTRACT with the switch statement.
5148         Fix misindentation.
5150 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
5152         * doc/invoke.texi (SPARC options): Document that -mflat is deprecated.
5154 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
5156         * config/arc/arc.md, config/arm/arm.c, config/arm/arm.md,
5157         config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.md,
5158         config/frv/frv.c, config/h8300/h8300.c, config/ip2k/ip2k.md,
5159         config/iq2000/iq2000.c, config/m32r/m32r.c,
5160         config/mcore/mcore.c, config/mips/mips.c, config/mmix/mmix.md,
5161         config/mn10300/mn10300.c, config/rs6000/rs6000.c,
5162         config/rs6000/rs6000.md, config/sh/sh.c, config/sh/sh.md,
5163         config/stormy16/stormy16.c, config/v850/v850.md,
5164         config/xtensa/xtensa.c: Replace gen_rtx with gen_rtx_fmt_e*.
5166 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
5168         * config/mcore/mcore.c (block_move_sequence): Replace
5169         gen_rtx_CONST_INT with GEN_INT.
5171 2004-02-02  Jan Hubicka  <jh@suse.cz>
5173         * alias.c (record_set): Use hard_regno_nregs.
5174         * bt-load.c (find_btr_reference, note_btr_set): Likewise.
5175         * builtins.c (apply_args_size): Likewise.
5176         * caller-save.c (setup_save_areas, save_call_clobbered_regs,
5177         mark_set_regs, add_stored_regs, mark_referenced_regs,
5178         insert_restore, insert_save, insert_one_insn): Likewise.
5179         * cfgcleanup.c: Include regs.h
5180         (mark_effect, mentions_nonequal_regs): Likewise.
5181         * cfgrtl.c (mark_killed_regs): Likewise
5182         * combine.c (update_table_tick, record_value_for_reg,
5183         record_dead_and_set_regs, get_last_value_validate, use_crosses_set_p,
5184         reg_dead_at_p_1, reg_dead_at_p, mark_used_regs_combine, move_deaths,
5185         reg_bitfield_target_p, distribute_notes): Likewise.
5186         * cse.c (mention_regs, insert, invalidate, invalidate_for_call,
5187         exp_equiv_p, cse_insn): Likewise.
5188         * cselib.c (cselib_lookup): Likewise.
5189         (cselib_invalidate_regno, cselib_record_set): Likewise.
5190         * df.c (df_ref_record): Likewise.
5191         * dwarf2out.c (reg_loc_descriptor, multiple_reg_loc_descriptor):
5192         Likewise.
5193         * flow.c (mark_reg, insn_dead_p, mark_set_1, mark_used_reg,
5194         count_or_remove_death_notes_bb): Likewise.
5195         * function.c (aggregate_value_p, keep_stack_depressed): Likewise.
5196         * gloval.c (global_alloc, find_reg, mark_reg_store, mark_reg_conflicts,
5197         mark_reg_death, set_preference, reg_becomes_live, reg_dies): Likewise.
5198         * integrate.c (mark_stores): Likewise.
5199         * jump.c (delete_prior_computation): Likewise.
5200         * lcm.c (reg_dies, reg_becomes_live): Likewise.
5201         * local-alloc.c (combine_regs, find_free_reg, post_mark_life): Likewise.
5202         * loop.c (LOOP_REGNO_NREGS): Likewise.
5203         * postreload.c (reload_combine, reload_combine_note_store,
5204         reload_combine_note_use, reload_cse_move2add, move2add_note_store): Likewise.
5205         * ra-colorize.c (combine, color_usable_p, get_free_reg,
5206         calculate_dont_begin, calculate_dont_begin, colorize_one_web,
5207         try_recolor_web, insert_coalesced_conflicts, check_colors,
5208         break_precolored_alias): Likewise.
5209         * ra-debug.c: Include regs.h
5210         (ra_print_rtx_object): Likewise.
5211         * ra-rewrite (choose_spill_colors): Likewise.
5212         (spill_same_color_p, update_spill_colors, spill_is_free): Likewise.
5213         * ra.c (init_ra): Likewise.
5214         * recog.c (reg_fits_class_p, peep2_reg_dead_p,
5215         peep2_find_free_register): Likewise.
5216         * reg-stack.c (subst_stack_regs_pat, convert_regs_exit): Likewise.
5217         * regclass.c (hard_regno_nregs): New array.
5218         (init_reg_modes_once): Initialize it.
5219         (choose_hard_reg_mode): Use it.
5220         (record_reg_classes): Likewise.
5221         * regmove.c (mark_flags_life_zones): Likewise.
5222         * regrename.c (note_sets, clear_dead_regs, regrename_optimize,
5223         scan_rtx_reg, dump_def_use_chain, kill_value, set_value_regno,
5224         copy_value, maybe_mode_change, find_oldest_value_reg,
5225         copyprop_hardreg_forward_1):
5226         * regs.h (hard_regno_nregs): Declare.
5227         * realod.c (reload_inner_reg_of_subreg): Use it.
5228         (push_reload, combine_reloads, find_dummy_reload,
5229         hard_reg_set_here_p, operands_match_p, decompose, find_reloads,
5230         refers_to_regno_for_reload_p, find_equiv_reg, regno_clobbered_p,
5231         reload_adjust_reg_for_mode): Likewise.
5232         * reload1.c (compute_use_by_pseudos, count_pseudo,
5233         count_spilled_pseudo, find_reg, find_reload_regs, mark_home_live,
5234         spill_hard_reg, forget_old_reloads_1, mark_reload_reg_in_use,
5235         clear_reload_reg_in_use, reload_reg_free_for_value_p, free_for_value_p
5236         allocate_reload_reg, choose_reload_regs, emit_reload_insns,
5237         delete_output_reload): Likewise.
5238         * resource.c (update_live_status, mark_referenced_resources,
5239         mark_set_resources, mark_target_live_regs): Likewise.
5240         * rtlanal.c:  Include regs.h
5241         (refers_to_regno_p, reg_overlap_mentioned_p, dead_or_set_p,
5242         dead_or_set_regno_p, find_regno_note, find_reg_fusage,
5243         subreg_regno_offset, subreg_offset_representable_p,
5244         hoist_test_store): Likewise.
5245         * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
5246         * sched-rgn.c (check_live_1, update_live_1): Likewise.
5247         * stmt.c: Include regs.h
5248         (decl_conflicts_with_clobbers_p): Likewise.
5249         * varasm.c (make_decl_rtl): Likewise.
5250         * Makefile.in (cfgcleanup.o, rtlanal.o, ra-debug.o): Add regs.h dependnecy.
5252 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
5254         * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
5255         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
5256         config/arm/netbsd.h, config/arm/pe.c, config/avr/avr.c,
5257         config/avr/avr.h, config/avr/avr.md, config/c4x/c4x.h,
5258         config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c,
5259         config/frv/frv.h, config/ip2k/ip2k.c, config/iq2000/iq2000.c,
5260         config/iq2000/iq2000.h, config/m32r/m32r.c,
5261         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
5262         config/m68hc11/m68hc11.md, config/m68k/m68k.md,
5263         config/mcore/mcore.c, config/mcore/mcore.h,
5264         config/mcore/mcore.md, config/mips/mips.c,
5265         config/ns32k/ns32k.h, config/ns32k/ns32k.md,
5266         config/rs6000/rs6000.c, config/s390/s390.c,
5267         config/s390/s390.md, config/sparc/sparc.c, config/v850/v850.c,
5268         config/xtensa/xtensa.h, config/xtensa/xtensa.md: Replace
5269         "gen_rtx (FOO, " with "gen_rtx_FOO (".
5271 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
5273         * config/h8300/h8300.md (two peephole2's): New.
5275 2004-02-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5277         * config/sparc/sol2-bi.h: Handle TARGET_CPU_ultrasparc3.
5278         (CPP_CPU_SPEC): Handle -mcpu=ultrasparc3.
5279         (ASM_CPU_SPEC): Likewise
5280         * config/sparc/sol2.h: Handle TARGET_CPU_ultrasparc3.
5281         (ASM_CPU_SPEC): Remove -mcpu=v8plus.  Handle -mcpu=ultrasparc3.
5283 2004-02-01  Roger Sayle  <roger@eyesopen.com>
5285         * builtins.c (expand_builtin_pow): If flag_unsafe_math_optimizations
5286         isn't set, don't call expand_builtin_mathfn_2 to use the pow optab.
5287         (expand_builtin): Always call expand_builtin_pow.
5289 2004-02-01  Roger Sayle  <roger@eyesopen.com>
5291         * builtins.def (BUILT_IN_SIGNBIT, BUILT_IN_SIGNBITF,
5292         BUILT_IN_SIGNBITL): New GCC builtins.
5293         * builtins.c (expand_builtin_signbit): New function to RTL expand
5294         calls to signbit, signbitf and signbitl as inline intrinsics.
5295         (expand_builtin): Call expand_builtin_signbit for BUILT_IN_SIGNBIT*.
5296         (fold_builtin_signbit): New function to perform constant folding
5297         of signbit, signbitf and signbitl.
5298         (fold_builtin): Call fold_builtin_signbit for BUILT_IN_SIGNBIT*.
5300         * doc/extend.texi: Document new signbit{,f,l} builtins.
5302 2004-02-01  Richard Sandiford  <rsandifo@redhat.com>
5304         * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s.
5306 2004-02-01  Chris Demetriou  <cgd@broadcom.com>
5308         * config/mips/mips.h (PREDICATE_CODES): Remove entries for
5309         "mips_const_double_ok" and "simple_memory_operand", which were
5310         removed from the MIPS port with the mips-3_4-rewrite branch merge.
5311         * config/mips/mips.c (mips16_lay_out_constants): Update comment
5312         for removal of simple_memory_operand.
5314 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5316         * config/c4x/c4x.md: Use GEN_INT instead of
5317         gen_rtx (CONST_INT, ...).
5319 2004-01-31  Richard Henderson  <rth@redhat.com>
5321         * varasm.c (output_constant_pool): Don't zap the pool.
5323 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5325         * genrecog.c (decision_type): Add DT_const_int.
5326         (write_cond) [DT_const_int]: Print a comparison against small
5327         constant.
5328         (write_node): Simplify comparisons against small constants
5329         before printing tests.
5331 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5333         * config/m32r/m32r.c (m32r_load_pic_register): Use GEN_INT
5334         instead of gen_rtx_CONST_INT.
5336 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5338         * config/xtensa/xtensa.h (DYNAMIC_CHAIN_ADDRESS): Use GEN_INT
5339         instead of gen_rtx_CONST_INT.
5341 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5343         * target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as
5344         hook_bool_CUMULATIVE_ARGS_false.
5345         * targhooks.c (default_strict_argument_naming): Rename to
5346         hook_bool_CUMULATIVE_ARGS_false.
5347         * targhooks.h: Update the prototype for
5348         default_strict_argument_naming.
5350 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5352         * config/sh/sh.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
5353         * config/sh/sh.h: Likewise.
5354         * config/sh/sh.md: Likewise.
5356 2004-01-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
5358         * doc/invoke.texi (SPARC options): Restructure and update.
5360 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5362         * system.h (PROMOTE_FUNCTION_ARGS, STRUCT_VALUE_INCOMING, and
5363         STRICT_ARGUMENT_NAMING): Poison.
5364         * target-def.h (TARGET_PROMOTE_FUNCTION_ARGS): Define as
5365         hook_bool_tree_false.
5366         * targhooks.c (default_promote_function_args): Remove.
5367         (default_struct_value_rtx): Don't use STRUCT_VALUE_INCOMING.
5368         Don't check incoming.
5369         (default_strict_argument_naming): Don't use
5370         STRICT_ARGUMENT_NAMING.
5371         * targhooks.h: Remove the prototype for
5372         default_promote_function_args.
5374 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5376         * config/i386/i386-protos.h: Remove the prototype for
5377         ix86_setup_incoming_varargs.
5378         * config/i386/i386.c (TARGET_SETUP_INCOMING_VARARGS): New.
5379         (ix86_setup_incoming_varargs): Make it static.
5380         * config/i386/i386.h (SETUP_INCOMING_VARARGS): Remove.
5382 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5384         * alloc-pool.c: Fix comment typos.
5385         * builtin-types.def: Likewise.
5386         * builtins.def: Likewise.
5387         * c-pretty-print.c: Likewise.
5388         * df.h: Likewise.
5389         * reload1.c: Likewise.
5391 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5393         * doc/invoke.texi: Follow spelling conventions.
5394         * doc/tm.texi: Likewise.
5396 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5398         * doc/install.texi: Fix typos.
5399         * doc/invoke.texi: Likewise.
5401 2004-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
5403         * config/s390/s390.c (s390_decompose_address): Do not treat virtual
5404         registers as pointers.
5405         * config/s390/s390.md ("*la_31" second peephole2): Fix incorrect mode.
5407 2004-01-31  Paolo Bonzini  <bonzini@gnu.org>
5409         * combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine
5410         and restore it to gen_lowpart_general on exit.
5411         (gen_lowpart_for_combine): Adjust all callers to go through
5412         gen_lowpart.
5413         * cse.c (cse_main): Set gen_lowpart to gen_lowpart_if_possible
5414         and restore it to gen_lowpart_general on exit.
5415         (gen_lowpart_if_possible): Adjust all callers to go through
5416         gen_lowpart.
5417         * emit-rtl.c (gen_lowpart_general): New name of gen_lowpart.
5418         (gen_lowpart): Declare as pointer to function, initialized to
5419         gen_lowpart_general.
5420         * rtl.h (gen_lowpart): Declare as pointer to function.
5422 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5424         * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
5425         * calls.c: Likewise.
5426         * emit-rtl.c: Likewise.
5427         * function.c: Likewise.
5428         * reload1.c: Likewise.
5429         * config/i386/cygming.h: Likewise.
5430         * config/i386/i386.c: Likewise.
5431         * config/i386/winnt.c: Likewise.
5433 2004-01-30  Dara Hazeghi  <dhazeghi@yahoo.com>
5435         PR bootstrap/9249
5436         * doc/install.texi: document --enable-__cxa_atexit option.
5437         * configure.ac: Disable __cxa_atexit if not supported.
5438         * configure: Regenerate.
5440 2003-01-30  Daniel Berlin  <dberlin@dberlin.org>
5442         * ggc-zone.c (ggc_free): New function.
5444 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
5446         alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,
5447         cfghooks.h, cfglayout.c, cfgloopmanip.c, debug.c, debug.h,
5448         flow.c, genextract.c, ggc-common.c, ggc-page.c, ggc.h,
5449         ifcvt.c, jump.c, loop-unswitch.c, timevar.c, timevar.def,
5450         tree-optimize.c, vmsdbgout.c, config/fp-bit.c,
5451         config/alpha/alpha.c, config/alpha/alpha.h,
5452         config/alpha/alpha.md, config/alpha/unicosmk.h,
5453         config/alpha/vms.h, config/arm/linux-elf.h, config/avr/avr.c,
5454         config/c4x/c4x-protos.h, config/c4x/c4x.md,
5455         config/d30v/d30v.h, config/frv/frv.md, config/frv/frvbegin.c,
5456         config/frv/frvend.c, config/i386/cygming.h,
5457         config/i386/djgpp.h, config/i386/emmintrin.h,
5458         config/i386/gthr-win32.c, config/i386/i386-interix.h,
5459         config/i386/i386-protos.h, config/i386/openbsd.h,
5460         config/i386/winnt.c, config/i386/xm-mingw32.h,
5461         config/i386/xmmintrin.h, config/ia64/ia64.md,
5462         config/iq2000/iq2000.md, config/m32r/m32r.md,
5463         config/m68k/m68k.md, config/mcore/mcore-elf.h,
5464         config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
5465         config/mips/iris5gas.h, config/mips/iris6.h,
5466         config/mips/iris6gas.h, config/mips/linux.h,
5467         config/mips/mips.md, config/mips/netbsd.h,
5468         config/mips/openbsd.h, config/mips/windiss.h,
5469         config/pa/fptr.c, config/rs6000/aix.h,
5470         config/rs6000/altivec.h, config/rs6000/darwin.h,
5471         config/rs6000/xcoff.h, config/s390/s390-protos.h,
5472         config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
5473         config/sh/netbsd-elf.h, config/sh/sh.h, config/sh/vxworks.h,
5474         config/sparc/sol2.h: Update copyright.
5476 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
5478         * Makefile.in (abs_docdir, abs_srcdir): Define.
5479         (doc/%.dvi, doc/gccinstall.dvi): Use $(abs_docdir).
5481 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
5483         * genconfig.c (main): Have CC0_P check its operand even on a
5484         target without cc0.
5486 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
5488         * config/alpha/alpha.c: Remove mentions of deprecates macros
5489         in comments, remove some target-independent comments about target
5490         macros, and/or add minimal function comments for target hook
5491         implementations.
5492         * config/avr/avr.c: Likewise.
5493         * config/ia64/ia64.h: Likewise.
5494         * config/ip2k/ip2k.c: Likewise.
5495         * config/iq2000/iq2000.c: Likewise.
5496         * config/m32r/m32r.h: Likewise.
5497         * config/m68hc11/m68hc11.c: Likewise.
5498         * config/mcore/mcore.c: Likewise.
5499         * config/mmix/mmix.c: Likewise.
5500         * config/mn10300/mn10300.c: Likewise.
5501         * config/pa/pa.c: Likewise.
5502         * config/pdp11/pdp11.c: Likewise.
5503         * config/rs6000/rs6000.h: Likewise.
5504         * config/sh/sh.c: Likewise.
5505         * config/sh/sh.h: Likewise.
5506         * config/sparc/sparc.c: Likewise.
5507         * config/sparc/sparc.h: Likewise.
5508         * config/stormy16/stormy16.c: Likewise.
5509         * config/xtensa/xtensa.c: Likewise.
5511 2004-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
5513         PR optimization/12147
5514         * reload1.c (reload_reg_free_p): RELOAD_OTHER conflicts with
5515         RELOAD_FOR_OPADDR_ADDR.
5516         (reload_reg_reaches_end_p): RELOAD_FOR_OTHER_ADDRESS register
5517         might be reused as RELOAD_FOR_OPADDR_ADDR register.
5519 2004-01-30  Jan Hubicka  <jh@suse.cz>
5521         * reload.c (get_secondary_mem): Fix updating of
5522         secondary_memlocs_elim_used.
5524 2004-01-30  Richard Henderson  <rth@redhat.com>
5526         * varasm.c (struct rtx_const, struct pool_constant): Remove.
5527         (MAX_RTX_HASH_TABLE): Remove.
5528         (const_rtx_hash_table, const_rtx_sym_hash_table): Remove.
5529         (first_pool, last_pool, pool_offset): Remove.
5530         (struct rtx_constant_pool): Split out from ...
5531         (struct varasm_status): ... here.  Reference one via pointer.
5532         (struct constant_descriptor_rtx): Merge struct pool_constant.
5533         (SYMHASH): Remove.
5534         (decode_rtx_const): Remove.
5535         (const_hash_rtx, compare_constant_rtx): Remove.
5536         (record_constant_rtx): Remove.
5537         (const_desc_rtx_hash, const_desc_rtx_eq): New.
5538         (const_desc_rtx_sym_hash, const_desc_rtx_sym_eq): New.
5539         (const_rtx_hash_1, const_rtx_hash): New.
5540         (init_varasm_status): Allocate a rtx_constant_pool, and its hashes.
5541         (simplify_subtraction): Use simplify_rtx.
5542         (force_const_mem): Rewrite to use new data structures.
5543         (find_pool_constant): Likewise.
5544         (get_pool_constant, get_pool_constant_mark,
5545         get_pool_constant_for_function, get_pool_mode,
5546         get_pool_mode_for_function, get_pool_offset, get_pool_size): Likewise.
5547         (output_constant_pool_2): Split out from output_constant_pool.
5548         (output_constant_pool_1): Likewise.  Use new pool datastructures.
5549         (output_constant_pool): Zap entire pool datastructure.
5550         (mark_constant): Use new pool datastructures.
5551         (mark_constants): Use for_each_rtx.
5552         (mark_constant_pool): Use new pool datastructures.
5554 2004-01-30  Fariborz Jahanian <fjahanian@apple.com>
5556         * config/rs6000/rs6000.c (rs6000_emit_move): Remove #if 0.
5557         Copy operands[1] to pseudo for simplify_gen_subreg.
5559 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
5561         * gcse.c (bypass_block): Fix a typo in the previous check-in
5562         to the file.
5564 2004-01-30  Andrew Pinski <pinskia@physics.uc.edu>
5566         * toplev.c: Include alloc-pool.h.
5567         * Makefile.in (toplev.c): Update dependencies.
5569 2004-01-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5571         * combine.c (simplify_shift_const, case XOR): Be careful when
5572         commuting XOR with ASHIFTRT.
5574 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
5575             Eric Botcazou  <ebotcazou@libertysurf.fr>
5577         * config/sparc/sparc-protos.h: Remove the prototype for
5578         sparc_builtin_saveregs.
5579         * config/sparc/sparc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
5580         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
5581         (TARGET_PROMOTE_PROTOTYPES): Likewise.
5582         (TARGET_STRUCT_VALUE_RTX): Likewise.
5583         (TARGET_RETURN_IN_MEMORY): Likewise.
5584         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
5585         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
5586         (sparc_builtin_saveregs): Make it static.
5587         (sparc_promote_prototypes): New.
5588         (sparc_struct_value_rtx): Likewise.
5589         (sparc_return_in_memory): Likewise.
5590         * config/sparc/sparc.h: (PROMOTE_FUNCTION_ARGS): Remove.
5591         (PROMOTE_FUNCTION_RETURN): Likewise.
5592         (RETURN_IN_MEMORY): Likewise.
5593         (STRUCT_VALUE): Likewise.
5594         (STRUCT_VALUE_INCOMING): Likewise.
5595         (EXPAND_BUILTIN_SAVEREGS): Likewise.
5596         (STRICT_ARGUMENT_NAMING): Likewise.
5597         (PROMOTE_PROTOTYPES): Likewise.
5599         * config/sparc/sparc.h (PROMOTE_MODE): Use word_mode.
5601 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
5603         PR c/12818
5604         * varasm.c (const_hash_1) <STRING_CST>: Use the
5605         address to compute the hash value if flag_writable_strings.
5606         (compare_constant) <STRING_CST>: Compare the addresses
5607         if flag_writable_strings.
5608         (build_constant_desc): Do not copy the expression for a
5609         STRING_CST if flag_writable_strings.
5611 2004-01-30  Jan Hubicka  <jh@suse.cz>
5613         * alloc-pool.c: Include hashtab.h
5614         (alloc_pool_descriptor): New structure
5615         (alloc_pool_hash): New global variable.
5616         (hash_descriptor, eq_descriptor, alloc_pool_descriptor): New.
5617         (create_alloc_pool): Update statistics.
5618         (free_alloc_pool): Likewise.
5619         (pool_alloc): Likewise.
5620         (output_info): New structure
5621         (print_statistics, dump_alloc_pool_statistics): New function.
5622         * alloc-pool.h (alloc_pool_def): Turn name to be constant.
5623         (dump_alloc_pool_statistics): Declare.
5624         * toplev.c (finalize):  Dump statistics.
5626         * reload.c (secondary_memlocs_elim_used): New static variable.
5627         (get_secondary_mem): Update it.
5628         (find_reloads): Use it.
5630 2004-01-30  Steven Bosscher <s.bosscher@student.tudelft.nl>
5632         * toplev.c: Fix broken checkin of 2003-12-30, again.
5634 2004-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
5636         * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
5637         s390*-*-* targets by specifying a 'nop' insn.
5638         * configure: Regenerate.
5640 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
5642         PR target/11475
5643         * config/sparc/sparc.md (movhi_lo_sum): Tighten predicates.
5645 2004-01-29  Jakub Jelinek  <jakub@redhat.com>
5647         * emit-rtl.c (change_address): Use XEXP (memref, 0) instead
5648         of addr when creating MEM copy.
5650 2004-01-29  Devang Patel  <dpatel@apple.com>
5652         * dwarf2out.c (gen_field_die): Do not equate decl number to die.
5654 2004-01-28  Ian Lance Taylor  <ian@wasabisystems.com>
5656         PR inline-asm/6162
5657         * reload.c (find_reloads): Only support one pair of commutative
5658         operands.
5660 2004-01-29  Roger Sayle  <roger@eyesopen.com>
5662         PR java/13824
5663         * tree.c (unsafe_for_reeval): Handle EXIT_BLOCK_EXPR nodes specially
5664         as their EXIT_BLOCK_LABELED_BLOCK operands can lead to unbounded
5665         recursion.
5667 2004-01-29  Kazu Hirata  <kazu@cs.umass.edu>
5669         * config/frv/frv.c: Don't mention deprecated macros in
5670         comments.  Remove some target-independent comments about
5671         target macros.
5672         * config/frv/frv.h: Likewise.
5674 2004-01-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5676         * cfghooks.c (split_block): Set probability and count of the
5677         new edge.
5679 2005-01-29  Josef Zlomek  <zlomekj@suse.cz>
5681         * dwarf2out.c (struct die_struct): Added field decl_id.
5682         (decl_die_table): Changed to hash table.
5683         (decl_die_table_allocated): Deleted.
5684         (decl_die_table_in_use): Deleted.
5685         (DECL_DIE_TABLE_INCREMENT): Deleted.
5686         (decl_die_table_hash): New function.
5687         (decl_die_table_eq): New function.
5688         (lookup_decl_die): Lookup in a hash table.
5689         (equate_decl_number_to_die): Insert into a hash table.
5690         (dwarf2out_init): Init hash table decl_die_table.
5692 2004-01-29  Jakub Jelinek  <jakub@redhat.com>
5694         PR optimization/13424
5695         * expr.c (store_constructor): Revert 2003-12-03 change.
5697         * emit-rtl.c (change_address): Check also if MEM_ATTRS is set as
5698         expected before returning early.  Avoid sharing RTL if they
5699         need to be changed.
5701         * config/i386/i386.c (ix86_expand_movstr): Rework rep_mov and strmov
5702         handling so that memory attributes are preserved.  Don't call
5703         ix86_set_move_mem_attrs.
5704         (ix86_set_move_mem_attrs_1, ix86_set_move_mem_attrs): Removed.
5705         (ix86_expand_clrstr): Rename src argument to
5706         dst.  Rework rep_stos and strset handling so that memory attributes
5707         are preserved.
5708         (ix86_expand_strlen): Pass src argument to
5709         ix86_expand_strlensi_unroll_1.  Rework strlenqi_1 handling so that
5710         memory attributes are preserved.
5711         (ix86_expand_strlensi_unroll_1): Add src argument.  Use
5712         change_address instead of gen_rtx_MEM.
5713         * config/i386/i386.md (strmov, strmov_singleop, rep_mov): New
5714         expanders.
5715         (strmovdi_rex64, strmovsi, strmovsi_rex64, strmovhi, strmovhi_rex64,
5716         strmovqi, strmovqi_rex64): Remove.
5717         (rep_mov*, strmov*): Prefix insn names with *.
5718         (strset, strset_singleop, rep_stos): New expanders.
5719         (strsetdi_rex64, strsetsi, strsetsi_rex64, strsethi, strsethi_rex64,
5720         strsetqi, strsetqi_rex64): Remove.
5721         (rep_stos*, strset*): Prefix insn names with *.
5722         (rep_stosqi_rex64): Likewise.  Fix mode of dirflag reg from DImode
5723         to SImode.
5724         (cmpstrsi): Rework cmpstrqi_1 handling so that memory attributes
5725         are preserved.
5726         (cmpstrqi_nz_1, cmpstrqi_nz_rex_1, cmpstrqi_1, cmpstrqi_rex_1):
5727         Prefix insn names with *.
5728         (cmpstrqi_nz_1, cmpstrqi_1): New expanders.
5729         (strlenqi_1, strlenqi_rex_1): Prefix insn names with *.
5730         (strlenqi_1): New expander.
5731         * config/i386/i386.h (ix86_set_move_mem_attrs): Remove prototype.
5733 2004-01-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5735         * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.
5736         * basic-block.h (tidy_fallthru_edge, tidy_fallthru_edges, dump_bb,
5737         verify_flow_info): Declaration removed.
5738         * cfg.c (verify_flow_info, dump_bb): Moved to cfghooks.c.
5739         (debug_bb, debug_bb_n): Add argument to dump_bb call.
5740         * cfgcleanup.c (try_simplify_condjump, try_crossjump_to_edge,
5741         try_optimize_cfg, delete_unreachable_blocks): Use delete_basic_block
5742         instead of delete_block.
5743         * cfghooks.c: Include timevar.h and toplev.h.
5744         (cfg_hooks): Define here.
5745         (verify_flow_info, dump_bb): Moved from cfg.c.
5746         (redirect_edge_and_branch, redirect_edge_and_branch_force,
5747         split_block, split_block_after_labels, move_block_after,
5748         delete_basic_block, split_edge, create_basic_block,
5749         create_empty_bb, can_merge_blocks_p, merge_blocks,
5750         make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
5751         New functions.
5752         * cfghooks.h (struct cfg_hooks): Added fields name,
5753         make_forwarder_block, tidy_fallthru_edge and
5754         move_block_after. Changed type of verify_flow_info, dump_bb,
5755         split_block fields. Renamed cfgh_split_edge and delete_block
5756         fields.
5757         (redirect_edge_and_branch, redirect_edge_and_branch_force,
5758         split_block, delete_block, split_edge, create_basic_block,
5759         can_merge_blocks_p, merge_blocks): Macros removed.
5760         (cfg_hooks): Do not export.
5761         (verify_flow_info, dump_bb, redirect_edge_and_branch,
5762         redirect_edge_and_branch_force, split_block, split_block_after_labels,
5763         move_block_after, delete_basic_block, split_edge, create_basic_block,
5764         create_empty_bb, can_merge_blocks_p, merge_blocks,
5765         make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
5766         Declare.
5767         (cfg_layout_rtl_cfg_hooks): Declare.
5768         * cfgloop.c (update_latch_info, mfb_keep_just, mfb_keep_nonlatch):
5769         New functions.
5770         (canonicalize_loop_headers): Use new semantics of make_forwarder_block.
5771         (redirect_edge_with_latch_update): Removed.
5772         (make_forwarder_block): Moved to cfghooks.c, semantics changed.
5773         * cfgloopmanip.c (remove_bbs): Do not update dominators here.
5774         * cfgrtl.c (cfg_layout_split_block, rtl_split_block, rtl_dump_bb,
5775         rtl_delete_block, rtl_split_block, rtl_merge_blocks,
5776         tidy_fallthru_edge, rtl_split_edge, cfg_layout_delete_block,
5777         cfg_layout_merge_blocks, cfg_layout_split_edge): Partly moved to
5778         cfghooks.c.
5779         (rtl_create_basic_block): Coding style fix.
5780         (rtl_tidy_fallthru_edge, rtl_move_block_after,
5781         rtl_make_forwarder_block): New functions.
5782         (update_cfg_after_block_merging): Removed.
5783         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): Fill in new entries.
5784         * flow.c (verify_wide_reg, verify_local_live_at_start): Add argument
5785         to dump_bb.
5786         * ifcvt.c (merge_if_block, find_cond_trap, find_if_case_1,
5787         find_if_case_2): Don't update dominators.
5788         * timevar.def (TV_CFG_VERIFY): New.
5789         * loop-unswitch.c (unswitch_loop): Don't call add_to_dominance_info.
5790         * cfglayout.c (copy_bbs): Don't call add_to_dominance_info.
5791         * cfgloopmanip.c (split_loop_bb): Don't update dominators.
5792         (remove_bbs): Don't call remove_bbs.
5793         (create_preheader): Use make_forwarder_block.
5794         (mfb_keep_just, mfb_update_loops): New static functions.
5796 2004-01-29  Kazu Hirata  <kazu@cs.umass.edu>
5798         * config/avr/avr.h: Remove target-independent comments about
5799         target macros.
5801 2004-01-28  Daniel Berlin  <dberlin@dberlin.org>
5803         * timevar.c (timevar_print): Mention when checking is enabled.
5805 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5807         * c-lex.c (c_lex): Rename to...
5808         (c_lex_with_flags): Add new parameter to get CPP flags.
5809         (c_lex): Thunk to c_lex_with_flags while keeping the old interface.
5810         * c-pragma.h (c_lex_with_flags): Declare.
5812 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
5814         * config/mcore/mcore.c (mcore_external_libcall): Add a
5815         comment.
5816         (mcore_return_in_memory): Likewise.
5818 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
5820         * config/mcore/mcore-protos.h: Remove the prototype for
5821         mcore_setup_incoming_varargs.
5822         * config/mcore/mcore.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
5823         (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
5824         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
5825         (TARGET_PROMOTE_PROTOTYPES): Likewise.
5826         (TARGET_STRUCT_VALUE_RTX): Likewise.
5827         (TARGET_RETURN_IN_MEMORY): Likewise.
5828         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
5829         (mcore_setup_incoming_varargs): Make it static.  Receive the
5830         first argument by reference.  Add argument second_time.
5831         (mcore_external_libcall): New.
5832         (mcore_return_in_memory): Likewise.
5833         * config/mcore/mcore.h (PROMOTE_FUNCTION_ARGS): New.
5834         (PROMOTE_FUNCTION_RETURN): Likewise.
5835         (STRUCT_VALUE): Likewise.
5836         (RETURN_IN_MEMORY): Likewise.
5837         (SETUP_INCOMING_VARARGS): Likewise.
5838         (PROMOTE_PROTOTYPES): Likewise.
5839         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
5841 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
5843         * config/m32r/m32r-protos.h: Remove the prototype for
5844         m32r_setup_incoming_varargs.
5845         * config/m32r/m32r.c (TARGET_PROMOTE_PROTOTYPES): New.
5846         (TARGET_STRUCT_VALUE_RTX): Likewise.
5847         (TARGET_RETURN_IN_MEMORY): Likewise.
5848         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
5849         (m32r_return_in_memory): New.
5850         (m32r_setup_incoming_varargs): Make it static.
5851         * config/m32r/m32r.h: Remove #undef of
5852         ASM_OUTPUT_EXTERNAL_LIBCALL.  Remove the commented-out
5853         definitions of PROMOTE_FUNCTION_ARGS and
5854         PROMOTE_FUNCTION_RETURN.
5855         (PROMOTE_PROTOTYPES): Remove.
5856         (RETURN_IN_MEMORY): Likewise.
5857         (STRUCT_VALUE): Likewise.
5859 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
5861         * config/m68k/m68k.c (TARGET_PROMOTE_PROTOTYPES): New.
5862         (TARGET_STRUCT_VALUE_RTX): Likewise.
5863         (m68k_struct_value_rtx): Likewise.
5864         * config/m68k/m68k.h (STRUCT_VALUE_REGNUM): Rename to
5865         STRUCT_VALUE_REGNUM.
5866         (PROMOTE_PROTOTYPES): Remove.
5867         * config/m68k/m68kelf.h (STRUCT_VALUE_REGNUM): Rename to
5868         STRUCT_VALUE_REGNUM.
5869         * config/m68k/m68kv4.h (STRUCT_VALUE_REGNUM): Likewise.
5870         * config/m68k/netbsd-elf.h (STRUCT_VALUE_REGNUM): Likewise.
5872 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
5874         * config/stormy16/stormy16.c
5875         (TARGET_BUILD_BUILTIN_VA_LIST_TYPE): Rename to
5876         TARGET_BUILD_BUILTIN_VA_LIST.
5878 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
5880         * config/v850/v850.c (TARGET_PROMOTE_PROTOTYPES): New.
5881         (TARGET_STRUCT_VALUE_RTX): Likewise.
5882         (TARGET_RETURN_IN_MEMORY): Likewise.
5883         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
5884         (v850_return_in_memory): Likewise.
5885         (v850_setup_incoming_varargs): Likewise.
5886         * config/v850/v850.h (PROMOTE_PROTOTYPES): Remove.
5887         (SETUP_INCOMING_VARARGS): Likewise.
5888         (RETURN_IN_MEMORY): Likewise.
5889         (STRUCT_VALUE): Likewise.
5891 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
5893         * config/fr30/fr30.c (TARGET_PROMOTE_PROTOTYPES): New.
5894         (fr30_setup_incoming_varargs): Don't use
5895         STRICT_ARGUMENT_NAMING.
5896         * config/fr30/fr30.h (PROMOTE_PROTOTYPES): Remove.
5897         (STRICT_ARGUMENT_NAMING): Likewise.
5899 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
5901         * config/frv/frv-protos.h: Remove the prototype for
5902         frv_expand_builtin_saveregs.
5903         * config/frv/frv.c (TARGET_STRUCT_VALUE_RTX): Likewise.
5904         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
5905         (frv_stack_info): Use FRV_STRUCT_VALUE_REGNUM instead of
5906         STRUCT_VALUE_REGNUM.
5907         (frv_expand_builtin_saveregs): Make it static.
5908         (frv_struct_value_rtx): New.
5909         * config/frv/frv.h (EXPAND_BUILTIN_SAVEREGS): Remove.
5911 2004-01-29  Jan Hubicka  <jh@suse.cz>
5913         PR c++/12850
5914         * cgraph.c (cgraph_remove_node): Clear out saved/insns/arguments and
5915         initial pointers.
5916         * cgraphunit.c (cgraph_finalize_function): Clear out DECL_SAVED_INSNS
5917         for functions that will be only inlined.
5918         (cgraph_mark_function_to_output): Likewise.
5919         (cgraph_expand_function): Sanity check that DECL_DEFER_OUTPUT is clear;
5920         do not clear function body.
5921         * tree-optimize.c (clear_decl_rtl): Use decl_function_context.
5922         (tree_rest_of_compilation): Reorganize the logic releasing function
5923         body to use callgraph datastructure.
5925 2004-01-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5927         * pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand
5928         to register_operand.
5930 2004-01-28  Zack Weinberg  <zack@codesourcery.com>
5932         * config/ia64/ia64.md (fetchadd_acq_si, fetchadd_acq_di)
5933         (cmpxchg_acq_si, cmpxchg_acq_di): Exchange match_dup and
5934         match_operand expressions so that all match_dups appear
5935         lexically after their corresponding match_operands.
5937 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
5939         * config/h8300/h8300.c (WORD_REG_USED): Use
5940         HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.
5941         (compute_saved_regs): Likewise.
5942         (h8300_expand_prologue): Likewise.  Allocate locals after
5943         saving registers.
5944         (h8300_expand_epilogue): Use HARD_FRAME_POINTER_REGNUM instead
5945         of FRAME_POINTER_REGNUM.  Deallocate locals before saving
5946         registers.
5947         (h8300_initial_elimination_offset): Adjust for the new frame
5948         layout, which swaps flips the order of locals and saved
5949         registers.
5950         * config/h8300/h8300.h (FIRST_PSEUDO_REGISTER): Change to 12.
5951         (HARD_FRAME_POINTER_REGNUM): New.
5952         (ELIMINABLE_REGS): Add an elimination rule from
5953         FRAME_POINTER_REGNUM to HARD_FRAME_POINTER_REGNUM.
5954         (REGISTER_NAMES): Add fp.
5955         * config/h8300/h8300.md (FP_REG): Change to 11.
5956         (HFP_REG): New.
5958 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
5960         * genrecog.c (write_node): Remove a useless local variable.
5962 2004-01-28  Ian Lance Taylor  <ian@wasabisystems.com>
5964         * Makefile.in (options.c options.h): Use stamp file s-options to
5965         avoid unnecessary rebuilds.
5966         (options.o): New target listing dependencies.
5967         (gtyp-gen.h): Use stamp file s-gtyp-gen.
5968         (STAGESTUFF): Add s-gtyp-gen.
5970 2004-01-28  Richard Henderson  <rth@redhat.com>
5972         * ggc.h (ggc_free): Declare.
5973         * ggc-common.c (ggc_realloc): Use it.
5974         * ggc-page.c: Remove lots of inline markers.
5975         (globals): Add free_object_list.
5976         (ggc_alloc): Tidy.
5977         (ggc_free, validate_free_objects): New.
5978         (poison_pages): Provide default.
5979         (ggc_collect): Call validate_free_objects; emit markers to
5980         the debug file.
5982 2004-01-28  Zack Weinberg  <zack@codesourcery.com>
5983             Jim Wilson  <wilson@specifixinc.com>
5985         * config/ia64/ia64.c (ia64_split_tmode, ia64_split_tmode_move):
5986         Rewrite to use POST_INC/POST_DEC/POST_MODIFY instead of a
5987         scratch pointer.
5988         (ia64_secondary_reload_class): Delete case GR_REGS.
5989         * config/ia64/ia64.md (movti, *movti_internal, movtf, *movtf_internal):
5990         Do not allocate a scratch register.
5991         (reload_inti, reload_outti, reload_intf, reload_outtf): Delete.
5993 2004-01-28  Jan Hubicka  <jh@suse.cz>
5995         * gcse.c (bypass_block): Prevent edges to be unified when we are
5996         about to emit compenstation code.
5998 2004-01-28  Nick Clifton  <nickc@redhat.com>
6000         * config/arm/arm.c (arm_expand_builtin): Force second argument of
6001         the setcwx insn into a register.
6003 2004-01-28  Richard Sandiford  <rsandifo@redhat.com>
6005         * config/fp-bit.c (pack_d): When using paired doubles to implement
6006         a long double, round the high part separately.
6007         (unpack_d): Fix the case in which the high part is a power of two
6008         and the low part is a nonzero value of the opposite sign.
6010 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
6012         * config/c4x/c4x.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
6013         (TARGET_STRUCT_VALUE_RTX): Likewise.
6014         (c4x_external_libcall): Likewise.
6015         (c4x_struct_value_rtx): Likewise.
6016         * config/c4x/c4x.h: Remove.
6017         (STRUCT_VALUE_REGNUM): Likewise.
6018         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
6020 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
6022         * config/i386/i386.c (TARGET_PROMOTE_PROTOTYPES): New.
6023         (TARGET_STRUCT_VALUE_RTX): Likewise.
6024         * config/i386/i386.h (STRUCT_VALUE_INCOMING): Remove.
6025         (STRUCT_VALUE): Likewise.
6026         (PROMOTE_PROTOTYPES): Likewise.
6028 2004-01-27  Roger Sayle  <roger@eyesopen.com>
6030         * config/pa/pa.c (emit_move_sequence): Check that operand1 is a
6031         CONST_INT before using INTVAL.
6033 2004-01-27  Ulrich Weigand  <uweigand@de.ibm.com>
6035         * config/s390/s390.h (TARGET_DEFAULT): Default to !TARGET_BACKCHAIN.
6036         * config/s390/s390.c (s390_return_addr_rtx): Fail for all but current
6037         frame if !TARGET_BACKCHAIN.
6038         * config/s390/s390.md ("allocate_stack"): Use pattern only if
6039         TARGET_BACKCHAIN.
6040         * doc/invoke.texi (-mbackchain/-mno-backchain): Document new default.
6042 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
6044         * ia64.c (ia64_function_arg): When placing HFAs in integer
6045         registers, do not special case the mode used for complex
6046         types.  Do not advance int_regs until the current register
6047         is full.
6049 2004-01-27  Richard Sandiford  <rsandifo@redhat.com>
6051         PR target/7297
6052         * except.c (init_eh): Use a 5-word __jbuf for __builtin_setjmp().
6054 2004-01-27  David Edelsohn  <edelsohn@gnu.org>
6056         * config/rs6000/rs6000.c (rs6000_emit_move): #if 0 splitting
6057         slow, unaligned loads and stores while debugging.  Fix formatting.
6059 2004-01-27  David Edelsohn  <edelsohn@gnu.org>
6061         * config/rs6000/rs6000.md (save_stack_nonlocal): Use Pmode instead
6062         of computing wmode.
6063         (restore_stack_nonlocal): Same.
6065 2004-01-27  Devang Patel <dpatel@apple.com>
6067         * Makefile.in (dwarf2out.o): Depend on input.h
6068         * dbxout.c (dbx_debug_hooks): Add new empty hook for
6069         imported_module_or_decl.
6070         (xcoff_debug_hooks): Same.
6071         * sdbout.c (sdb_debug_hooks): Same.
6072         * vmsdbgout.c (vmsdbg_debug_hooks): Same.
6073         * debug.c (do_nothing_debug_hooks): Same.
6074         (debug_nothing_tree_tree): New function.
6075         * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
6076         * dwarf2out.c: Include input.h.
6077         (dwarf2_debug_hooks): Add new hook for imported_module_or_decl.
6078         (remove_child_TAG): New function.
6079         (dwarf_tag_name): Handle DW_TAG_imported_module.
6080         (gen_subprogram_die): Equate decl number to declaration die. Do not
6081         remove all children dies while reusing declaration die for definition.
6082         Instead, selectively remove only formal parameters.
6083         (gen_variable_die): Equate variable decl to declaration die.
6084         (gen_field_die): Equate field decl to line number.
6085         (force_namespace_die): Replace it with ...
6086         (force_decl_die): ... this.
6087         (force_type_die): New function.
6088         (setup_namespace_context): Replace use of force_namespace_die() with
6089         force_decl_die().
6090         (gen_namespace_die): Same.
6091         (dwarf2out_imported_module_or_decl): New function.
6093 2004-01-27  Bob Wilson  <bob.wilson@acm.org>
6095         * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG
6096         on CQImode and CHImode incoming arguments in register a7.
6097         (function_arg): Wrap BLKmode argument in register a7 in a PARALLEL.
6098         * config/xtensa/xtensa.h (BLOCK_REG_PADDING): Define.
6099         * config/xtensa/xtensa.md (movdi, movdf): Only call force_reg or
6100         xtensa_copy_incoming_a7 before reload.
6102 2004-01-27  J"orn Rennecke <joern.rennecke@superh.com>
6104         * coverage.c (get_coverage_counts): Give a different message
6105         if flag_guess_branch_prob is set.
6106         * predict.c (counts_to_freqs): Return an int.
6107         (estimate_bb_frequencies): If counts_to_freqs returns zero,
6108         calculate estimates.
6110 2004-01-27  Kazu Hirata  <kazu@cs.umass.edu>
6112         * config/iq2000/iq2000-protos.h: Remove the prototype for
6113         iq2000_setup_incoming_varargs.
6114         * config/iq2000/iq2000.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
6115         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
6116         (TARGET_PROMOTE_PROTOTYPES): Likewise.
6117         (TARGET_STRUCT_VALUE_RTX): Likewise.
6118         (TARGET_RETURN_IN_MEMORY): Likewise.
6119         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
6120         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
6121         (iq2000_return_in_memory): Likewise.
6122         (iq2000_setup_incoming_varargs): Make it static.  Receive the
6123         first argument by reference.
6124         * config/iq2000/iq2000.h (PROMOTE_FUNCTION_ARGS): Remove.
6125         (PROMOTE_FUNCTION_RETURN): Likewise.
6126         (PROMOTE_PROTOTYPES): Likewise.
6127         (RETURN_IN_MEMORY): Likewise.
6128         (STRUCT_VALUE): Likewise.
6129         (SETUP_INCOMING_VARARGS): Likewise.
6130         (STRICT_ARGUMENT_NAMING): Likewise.
6132 2004-01-24  James A. Morrison  <ja2morri@uwaterloo.ca>
6134         * fixinc/fixinc.c (test_test): Initialize res.
6135         (start_flexer): Initialize pz_cmd_save.
6137 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
6139         * doc/rtl.texi (Arithmetic): Rewrite entries for PLUS,
6140         SS_PLUS, US_PLUS, LO_SUM, MINUS, SS_MINUS, US_MINUS.
6142 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
6144         PR 7198
6145         * config/ia64/ia64.md (*nmaddsf4, *nmadddf4, *nmadddf4_alts)
6146         (*nmadddf4_trunc, *nmaddxf4, *nmaddxf4_truncsf, *nmaddxf4_truncdf)
6147         (*nmaddxf4_alts, *nmaddxf4_truncdf_alts):
6148         Rewrite pattern as (minus (op 3) (mult (op 1) (op 2))).
6149         Possibly rename pattern for consistency.
6150         Remove ??? comments suggesting that this be done.
6151         (*nmaddsf4_alts, *nmadddf4_truncsf_alts, *nmaddxf4_truncsf_alts):
6152         New patterns.
6153         (divsi3_internal, divdi3_internal_lat, divdi3_internal_thr)
6154         (divsf3_internal_lat, divsf3_internal_thr, sqrtsf2_internal_thr)
6155         (divdf3_internal_lat, divdf3_internal_thr, sqrtdf2_internal_thr)
6156         (divxf3_internal_lat, divxf3_internal_thr, sqrtxf2_internal_thr):
6157         Update to match.
6159 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
6161         * config/arm/arm.c (output_return_instruction): Only restore IP
6162         into SP if frame_pointer_needed.
6164 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
6166         * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
6167         for SCmode and DCmode if ARCH32.
6168         (sparc_va_arg): Handle SCmode and DCmode by reference if ARCH32.
6169         * config/sparc/sparc.h (RETURN_IN_MEMORY): Return 0 for TCmode
6170         if ARCH32.
6171         (BASE_RETURN_VALUE_REG): Return 32 for all FP modes except TFmode
6172         if ARCH32.
6173         (BASE_OUTGOING_VALUE_REG): Likewise.
6175 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
6177         PR target/10904
6178         PR target/13058
6179         * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): New.
6180         Forbid mode changes from SImode for lower FP regs if ARCH64.
6182 2004-01-27  J"orn Rennecke <joern.rennecke@superh.com>
6184         * Makefile.in (bt-load.o): Depend on except.h.
6185         * bt-load.c (except.h): #include.
6186         (compute_defs_uses_and_gen): If insn at end of BB can throw
6187         within this function, consider registers used by it unavailable for
6188         btr migration.
6189         (move_btr_def): If insn at end of BB can throw, insert before rather
6190         than after.
6192         * flags.h (flag_btr_bb_exclusive): Declare.
6193         * toplev.c (flag_btr_bb_exclusive): New variable.
6194         (f_options): Add btr-bb-exclusive.
6195         * bt-load.c (augment_live_range): Restore old behaviour if
6196         flag_btr_bb_exclusive is set.
6197         * common.opt: Add entry for -fbtr-bb-exclusive.
6198         * opts.c (common_handle_options): Same.
6199         * doc/invoke.texi: Document -fbtr-bb-exclusive.
6201         * bt-load.c (btrs_live_at_end): New variable.
6202         (compute_defs_uses_and_gen): Compute its pointed-to array.
6203         (clear_btr_from_live_range, add_btr_to_live_range): Update it.
6204         (augment_live_range): When augmenting with a new dominator,
6205         use only its btrs_live_at_end set, but also add in the full set
6206         of the old dominator.
6207         (btr_def_live_range): Use btrs_live_at_end.
6208         (move_btr_def): Set other_btr_uses_before_def, and move new set
6209         to the end of the basic block, if appropriate.
6210         (migrate_btr_defs): Allocate and free btrs_live_at_end.
6212         * bt-load.c (basic_block_freq): Remove outdated comment.
6214 2004-01-27  Alan Modra  <amodra@bigpond.net.au>
6216         * config/rs6000/rs6000.h: Correct target_flags free bits comment.
6217         (PREDICATE_CODES): Remove duplicate.
6218         * config/rs6000/linux64.h (CPP_SYSV_SPEC): Don't define.
6219         (SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow 32 bit TARGET_PROFILE_KERNEL.
6220         (MASK_PROFILE_KERNEL): Adjust define.
6222 2004-01-27  Jakub Jelinek  <jakub@redhat.com>
6224         * config/i386/i386.c (ix86_constant_alignment): Decrease alignment
6225         of long string literals from 32 bytes to sizeof (void *) when !-Os
6226         and to 1 with -Os.
6228 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
6230         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Accept
6231         constant addresses in the normal mode.
6233 2004-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6235         * system.h (CHAR_BITFIELD): Delete.
6236         (BOOL_BITFIELD): New.
6237         * c-decl.c (c_scope): Use BOOL_BITFIELD.
6238         * gengtype-lex.l: Recognize BOOL_BITFIELD instead of CHAR_BITFIELD.
6240 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
6242         * config/arc/arc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
6243         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
6244         (TARGET_PROMOTE_PROTOTYPES): Likewise.
6245         (TARGET_STRUCT_VALUE_RTX): Likewise.
6246         (TARGET_RETURN_IN_MEMORY): Likewise.
6247         (arc_return_in_memory): Likewise.
6248         * config/arc/arc.h (PROMOTE_FUNCTION_ARGS): Remove.
6249         (PROMOTE_FUNCTION_RETURN): Likewise.
6250         (RETURN_IN_MEMORY): Likewise.
6251         (STRUCT_VALUE): Likewise.
6253 2004-01-26  Richard Henderson  <rth@redhat.com>
6255         * c-parse.in (extension): Use itype.
6256         (SAVE_EXT_FLAGS): Don't allocate a tree.
6257         (RESTORE_EXT_FLAGS): Don't read a tree.
6259 2004-01-26  Jan Hubicka  <jh@suse.cz>
6261         * cselib.c (discard_useless_values):  Clear out value pointer pointing
6262         to datastructure to be recycled.
6264 2004-01-25  Jan Hubicka  <jh@suse.cz>
6266         * genextract.c (main): Do not output the memset when not checking.
6268 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
6270         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Use a
6271         switch statement instead of a chain of if statements.
6273 2004-01-26  Jeff Law  <law@redhat.com>
6275         * doc/contrib.texi: Minor cleanup for Paolo Carlini's entry.  Add
6276         acute accents for Petur Runolfsson's entry.
6278 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
6280         * config/pdp11/pdp11.c (TARGET_STRUCT_VALUE_RTX): New.
6281         (TARGET_RETURN_IN_MEMORY): Likewise.
6282         * config/pdp11/pdp11.h (STRUCT_VALUE): Remove.
6283         (RETURN_IN_MEMORY): Likewise.
6285 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
6287          * config/rs6000/rs6000.c (rs6000_emit_move): split slow
6288          unaligned load/store into smaller loads and stores.
6290 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
6292         * function.c (assign_parms): Do not assign
6293         long long argument to memory in prologue if
6294         is it loaded into register.
6296 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
6298          PR middle-end/13779
6299          * expr.c (emit_group_load): split constant
6300          correctly into register components of PARALLEL insn.
6302 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
6304         * gcc/config/rs6000/rs6000.md (save_stack_nonlocal):
6305         Use adjust_address_nv directly with appropriate mode.
6306         (restore_stack_nonlocal): Ditto.
6308 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
6310         * config/xtensa/xtensa-protos.h: Remove the prototype for
6311         xtensa_builtin_saveregs.
6312         * config/xtensa/xtensa.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
6313         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
6314         (TARGET_PROMOTE_PROTOTYPES): Likewise.
6315         (TARGET_STRUCT_VALUE_RTX): Likewise.
6316         (TARGET_RETURN_IN_MEMORY): Likewise.
6317         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
6318         (xtensa_builtin_saveregs): Make it static.
6319         (xtensa_return_in_memory): New.
6320         * config/xtensa/xtensa.h (PROMOTE_FUNCTION_ARGS: Remove.
6321         (PROMOTE_FUNCTION_RETURN): Likewise.
6322         (PROMOTE_PROTOTYPES): Likewise.
6323         (STRUCT_VALUE): Likewise.
6324         (RETURN_IN_MEMORY): Likewise.
6325         (EXPAND_BUILTIN_SAVEREGS): Likewise.
6327 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
6329         * config/arm/arm.c (TARGET_SETUP_INCOMING_VARARGS): New.
6330         (arm_setup_incoming_varargs): Likewise.
6331         * config/arm/arm.h (SETUP_INCOMING_VARARGS): Remove.
6333 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
6335         * config/cris/cris.c (TARGET_SETUP_INCOMING_VARARGS): New.
6336         (cris_setup_incoming_varargs): Likewise.
6337         * config/cris/cris.h (SETUP_INCOMING_VARARGS): Remove.
6339 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
6341         * config/ns32k/ns32k.c (TARGET_STRUCT_VALUE_RTX): New.
6342         (ns32k_struct_value_rtx): Likewise.
6343         * config/ns32k/ns32k.h (STRUCT_VALUE_REGNUM): Rename to
6344         NS32K_STRUCT_VALUE_REGNUM.
6346 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
6348         * config/arm/arm.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
6349         (TARGET_PROMOTE_PROTOTYPES): Likewise.
6350         (TARGET_STRUCT_VALUE_RTX): Likewise.
6351         (arm_struct_value_rtx): Likewise.
6352         * config/arm/arm.h (PROMOTE_FUNCTION_ARGS): Remove.
6353         (STRUCT_VALUE): Likewise.
6354         (STRUCT_VALUE_REGNUM): Likewise.
6355         (PROMOTE_PROTOTYPES): Likewise.
6357 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
6359         * config/ia64/ia64-protos.h: Remove the prototype for
6360         ia64_setup_incoming_varargs and ia64_return_in_memory.
6361         * config/ia64/ia64.c (TARGET_STRUCT_VALUE_RTX): New.
6362         (TARGET_RETURN_IN_MEMORY): Likewise.
6363         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
6364         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
6365         (ia64_setup_incoming_varargs): Adjust the arguments to meet
6366         the requirement of TARGET_SETUP_INCOMING_VARARGS.
6367         (ia64_return_in_memory): Make it static.  Change the return
6368         type to bool from int.  Add an argument.
6369         (ia64_struct_value_rtx): New.
6370         * config/ia64/ia64.h: Remove commented-out definitions of
6371         PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN, and
6372         PROMOTE_PROTOTYPES.
6373         (RETURN_IN_MEMORY): Remove.
6374         (STRUCT_VALUE_REGNUM): Likewise.
6375         (STRICT_ARGUMENT_NAMING): Likewise.
6377 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
6379         PR target/13666
6380         * config/sparc/sparc.c (function_arg_union_value): New function.
6381         (function_arg): Use it to deal with unions.
6382         (function_value): Likewise.  Define 'regbase' only for ARCH64.
6383         Replace a conditional statement by a simpler one.
6385 2004-01-26  Richard Sandiford  <rsandifo@redhat.com>
6387         * config/mips/mips.c (mips16_optimize_gp): Delete.
6388         (mips_reorg): Don't call it.
6390 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6392         * config/c4x/c4x.md (addqi3_noclobber): Move up pecking order.
6393         (floatunsqihf2): Remove operand 6.
6394         (fixhfqi_set, fix_trunchfqi2, fixuns_trunchfqi2): Group with other
6395         fix patterns.
6396         (ldi_conditional, ldf_conditional): Validate operands.
6398 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6400         * config/c4x/c4x.h (BCT_CHECK_LOOP_ITERATIONS): Remove.
6401         (HAVE_GAS_HIDDEN): Undefine as interim measure.
6403 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6405         * config/c4x/c4x.c (c4x_legitimate_address_p):  Invalidate direct
6406         memory references if TARGET_EXPOSE_LDP nonzero.
6408 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6410         * config/c4x/c4x.c (legitimize_operands): Truncate invalid shift counts.
6412 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6414         * config/c4x/c4x.c (c4x_valid_operands): More aggressively reject
6415         invalid operand combinations.
6417 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6419         * config/c4x/c4x.c (c4x_check_legit_addr): Rename to
6420         c4x_legitimate_address_p.  Fix post_modify check.
6422         * config/c4x/c4x-protos.h (c4x_check_legit_addr): Adjust.
6423         * config/c4x/c4x.h (c4x_check_legit_addr): Adjust.
6425 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6427         * config/pa/pa-protos.h: Remove the prototype for
6428         hppa_builtin_saveregs.  Add a prototype for
6429         pa_return_in_memory.
6430         * config/pa/pa.c (TARGET_PROMOTE_FUNCTION_RETURN): New.
6431         (TARGET_PROMOTE_PROTOTYPES): Likewise.
6432         (TARGET_STRUCT_VALUE_RTX): Likewise.
6433         (TARGET_RETURN_IN_MEMORY): Likewise.
6434         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
6435         (pa_struct_value_rtx): Likewise.
6436         (pa_return_in_memory): Likewise.
6437         * config/pa/pa.h (STRUCT_VALUE_REGNUM): Rename to
6438         PA_STRUCT_VALUE_REGNUM.
6439         (INIT_CUMULATIVE_ARGS): Use pa_return_in_memory.
6440         (EXPAND_BUILTIN_SAVEREGS): Remove.
6441         (PROMOTE_PROTOTYPES): Likewise.
6442         (PROMOTE_FUNCTION_RETURN): Likewise.
6444 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6446         * config/vax/vax.c (TARGET_PROMOTE_PROTOTYPES): New.
6447         (TARGET_STRUCT_VALUE_RTX): Likewise.
6448         (vax_struct_value_rtx): Likewise.
6449         * config/vax/vax.h (STRUCT_VALUE_REGNUM): Rename to
6450         VAX_STRUCT_VALUE_REGNUM.
6451         (PROMOTE_PROTOTYPES): Remove.
6453 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6455         * config/c4x/c4x.h (LEGITIMIZE_RELOAD_ADDRESS):  Handle symref.
6457 2003-04-25  Chris Demetriou  <cgd@broadcom.com>
6459         * config/mips/mips.h (ISA_HAS_HILO_INTERLOCKS): MIPS32, MIPS32r2,
6460         and MIPS64 have HI/LO interlocks.  Update comment.
6462 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6464         * config/stormy16/stormy16-protos.h: Remove the prototype for
6465         xstormy16_setup_incoming_varargs.
6466         * config/stormy16/stormy16.c
6467         (xstormy16_setup_incoming_varargs): Remove.
6468         (xstormy16_return_in_memory): New.
6469         (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
6470         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
6471         (TARGET_PROMOTE_PROTOTYPES): Likewise.
6472         (TARGET_STRUCT_VALUE_RTX): Likewise.
6473         (TARGET_RETURN_IN_MEMORY): Likewise.
6474         * config/stormy16/stormy16.h (PROMOTE_FUNCTION_ARGS): Remove.
6475         (PROMOTE_FUNCTION_RETURN): Likewise
6476         (PROMOTE_PROTOTYPES): Likewise
6477         (RETURN_IN_MEMORY): Likewise
6478         (STRUCT_VALUE): Likewise
6479         (SETUP_INCOMING_VARARGS): Likewise
6481 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
6483         * config/mips/mips.c (mips_offset_within_object_p): New function.
6484         (mips_symbolic_constant_p): Use it in the SYMBOL_SMALL_DATA and
6485         SYMBOL_CONSTANT_POOL cases.  Also use it for SYMBOL_GENERAL if the
6486         ABI has 64-bit pointers and the object file only allows 32-bit symbols.
6488 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6490         * config/sh/sh.h (PROMOTE_FUNCTION_ARGS): Remove.
6491         (PROMOTE_FUNCTION_RETURN): Likewise.
6493 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6495         * config/mn10300/mn10300-protos.h: Remove the prototype for
6496         mn10300_builtin_saveregs.
6497         * config/mn10300/mn10300.c (TARGET_PROMOTE_PROTOTYPES): New.
6498         (TARGET_STRUCT_VALUE_RTX): Likewise.
6499         (TARGET_RETURN_IN_MEMORY): Likewise.
6500         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
6501         (mn10300_return_in_memory): Likewise.
6502         (mn10300_builtin_saveregs): Make it static.
6503         * config/mn10300/mn10300.h (PROMOTE_PROTOTYPES): Remove.
6504         (RETURN_IN_MEMORY): Likewise.
6505         (STRUCT_VALUE): Likewise.
6506         (EXPAND_BUILTIN_SAVEREGS): Likewise.
6508 2004-01-25  Eric Botcazou  <ebotcazou@act-europe.fr>
6510         PR bootstrap/13853
6511         * cfgcleanup.c (try_optimize_cfg): Explicitly test against 0.
6513 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6515         * config/h8300/lib1funcs.asm (divnorm, modnorm): Optimize by
6516         using ccr.
6518 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6520         * config/i860/i860-protos.h: Remove the prototype for
6521         i860_saveregs.
6522         * config/i860/i860.c (i860_saveregs): Make it static.
6523         (i860_struct_value_rtx): New.
6524         (TARGET_STRUCT_VALUE_RTX): Likewise.
6525         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
6526         * config/i860/i860.h (STRUCT_VALUE_REGNUM): Rename to
6527         I860_STRUCT_VALUE_REGNUM.
6528         (EXPAND_BUILTIN_SAVEREGS): Remove.
6530 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6532         * config/m68hc11/m68hc11.c (TARGET_STRUCT_VALUE_RTX): New.
6533         (TARGET_RETURN_IN_MEMORY): Likewise.
6534         (m68hc11_struct_value_rtx): Likewise.
6535         (m68hc11_return_in_memory): Likewise.
6536         * config/m68hc11/m68hc11.h: Remove a commented-out definition
6537         of PROMOTE_PROTOTYPES.
6538         (RETURN_IN_MEMORY): Remove.
6539         (STRUCT_VALUE_REGNUM): Likewise.
6541 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6543         * config/mmix/mmix-protos.h: Remove the prototype for
6544         mmix_setup_incoming_varargs.
6545         * config/mmix/mmix.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
6546         (TARGET_STRUCT_VALUE_RTX): Likewise.
6547         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
6548         (mmix_setup_incoming_varargs): Make it static.
6549         (mmix_struct_value_rtx): New.
6550         * config/mmix/mmix.h (PROMOTE_FUNCTION_ARGS): Remove.
6551         Remove a commented-out definition of PROMOTE_FUNCTION_RETURN.
6552         (STRUCT_VALUE_REGNUM): Remove.
6553         (SETUP_INCOMING_VARARGS): Likewise.
6555 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6557         * config/mips/mips-protos.h: Remove the prototypes for
6558         mips_setup_incoming_varargs and mips_return_in_memory.
6559         * config/mips/mips.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
6560         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
6561         (TARGET_PROMOTE_PROTOTYPES): Likewise.
6562         (TARGET_STRUCT_VALUE_RTX): Likewise.
6563         (TARGET_RETURN_IN_MEMORY): Likewise.
6564         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
6565         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
6566         (mips_setup_incoming_varargs): Match the prototype for
6567         TARGET_SETUP_INCOMING_VARARGS.
6568         (mips_return_in_memory): Make it static.  Add argument fntype.
6569         (mips_strict_argument_naming): New.
6570         * config/mips/mips.h (PROMOTE_PROTOTYPES): Remove.
6571         (PROMOTE_FUNCTION_ARGS): Likewise.
6572         (PROMOTE_FUNCTION_RETURN): Likewise.
6573         (STRUCT_VALUE): Likewise.
6574         (RETURN_IN_MEMORY): Likewise.
6575         (SETUP_INCOMING_VARARGS): Likewise.
6576         (STRICT_ARGUMENT_NAMING): Likewise.
6578 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6580         * config/ip2k/ip2k.c (TARGET_STRUCT_VALUE_RTX): New.
6581         (TARGET_RETURN_IN_MEMORY): Likewise.
6582         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
6583         (ip2k_return_in_memory): Likewise.
6584         (ip2k_setup_incoming_varargs): Likewise.
6585         * config/ip2k/ip2k.h (RETURN_IN_MEMORY): Remove.
6586         (STRUCT_VALUE): Likewise.
6587         (STRUCT_VALUE_INCOMING): Likewise.
6588         (SETUP_INCOMING_VARARGS): Likewise.
6590 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
6592         * config/avr/avr.c (TARGET_STRUCT_VALUE_RTX): New.
6593         (TARGET_RETURN_IN_MEMORY): Likewise.
6594         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
6595         (avr_return_in_memory): Remove.
6596         * config/avr/avr.h (RETURN_IN_MEMORY): Remove.
6597         (STRUCT_VALUE): Likewise.
6598         (STRUCT_VALUE_INCOMING): Likewise.
6599         (STRICT_ARGUMENT_NAMING): Likewise.
6601 2004-01-25  Jan Hubicka  <jh@suse.cz>
6603         * combine.c (recog_for_combine): Avoid allocating unnecesary RTX.
6605 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
6607         * config/mips/mips-protos.h (mips_reg_mode_ok_for_base_p): Delete.
6608         (mips_regno_mode_ok_for_base_p): Declare.
6609         * config/mips/mips.h (ARG_POINTER_REGNUM): Renumber to 77.
6610         (FRAME_POINTER_REGNUM): Renumber to 78.
6611         (FIRST_PSEUDO_REGISTER): Update comment accordingly.
6612         (BASE_REG_P, GP_REG_OR_PSEUDO_STRICT_P): Delete.
6613         (GP_REG_OR_PSEUDO_NONSTRICT_P): Delete.
6614         (REGNO_MODE_OK_FOR_BASE_P): Use mips_regno_mode_ok_for_base_p.
6615         (REG_MODE_OK_FOR_BASE_P): Likewise.
6616         * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Change
6617         entry for 77 to "$arg" and entry for 78 to "$frame".
6618         (mips_regno_to_class): Map 77 and 78 to ALL_REGS.
6619         (mips_reg_mode_ok_for_base_p): Remove.
6620         (mips_regno_mode_ok_for_base_p): New function, derived from old
6621         BASE_REG_P macro.  Don't enforce the mips16 stack pointer
6622         restrictions unless we're being strict.
6623         (mips_valid_base_register_p): Use mips_regno_mode_ok_for_base_p.
6625 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
6627         * c-common.h: Fix comment typos.
6628         * c-decl.c: Likewise.
6629         * cgraphunit.c: Likewise.
6630         * combine.c: Likewise.
6631         * et-forest.c: Likewise.
6632         * flow.c: Likewise.
6633         * function.c: Likewise.
6634         * ifcvt.c: Likewise.
6635         * integrate.c: Likewise.
6636         * jump.c: Likewise.
6637         * postreload.c: Likewise.
6638         * varray.c: Likewise.
6640 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
6642         * doc/frontends.texi: Update copyright.
6643         * doc/gcov.texi: Likewise.
6644         * doc/gty.texi: Likewise.
6645         * doc/sourcebuild.texi: Likewise.
6646         * doc/standards.texi: Likewise.
6648 2004-01-24  Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
6650         PR target/12978
6651         * c4x.md: (movstrqi*) Use match_scratch instead of match_dup.
6652         Remove movstrqi_small because it conflicts with movstrqi_large.
6654 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
6656         * config/cris/cris.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
6657         (TARGET_STRUCT_VALUE_RTX): Likewise.
6658         (cris_struct_value_rtx): Likewise.
6659         * config/cris/cris.h (PROMOTE_FUNCTION_ARGS): Remove.
6660         (CRIS_STACKADJ_REG): Use CRIS_STRUCT_VALUE_REGNUM instead of
6661         STRUCT_VALUE_REGNUM.
6662         (STRUCT_VALUE_REGNUM): Rename to CRIS_STRUCT_VALUE_REGNUM.
6664 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
6666         PR bootstrap/13848
6667         * cse.c (cse_cc_succs): Change the mode of the source expression
6668         as soon as decide we need a new mode.  Don't permit changing modes
6669         if we found a match in a successor block.
6670         (cse_condition_code_reg): Save original mode of source expression
6671         so that we know whether we have to change the mode in other
6672         insns.
6674 2004-01-24  Jan Hubicka  <jh@suse.cz>
6676         * emit-rtl.c (change_address, adjust_address_1, offset_address,
6677         widen_memory_access):  Return early when there is nothing to change.
6679 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
6681         * simplify-rtx.c (simplify_relational_operation): Don't
6682         simplify address == constant into address + -constant == 0.
6684 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
6686         * gcc.c (process_command): Don't internationalize the
6687         Copyright message.
6688         * mips-tfile.c (main): Likewise.
6690 2004-01-24  Andreas Tobler  <a.tobler@schweiz.ch>
6692         * cse.c: (cse_cc_succs) Fix comparison warning.
6694 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
6696         * config/h8300/h8300.md: Remove extraneous USE in expanders.
6698 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
6700         * config/h8300/h8300-protos.h: Provide prototypes for
6701         h8300_legitimate_constant_p and h8300_legitimate_address_p.
6702         * config/h8300/h8300.c (h8300_legitimate_constant_p): New.
6703         (h8300_rtx_ok_for_base_p): Likewise.
6704         (h8300_legitimate_address_p): Likewise.
6705         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Use
6706         h8300_legitimate_constant_p.
6707         (RTX_OK_FOR_BASE_P): Remove.
6708         (GO_IF_LEGITIMATE_ADDRESS): Use h8300_legitimate_address_p.
6710 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
6712         * config/h8300/h8300.h (REG_OK_FOR_INDEX_NONSTRICT_P): New.
6713         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
6714         (REG_OK_FOR_INDEX_STRICT_P): Likewise.
6715         (REG_OK_FOR_BASE_STRICT_P): Likewise.
6716         (REG_OK_FOR_INDEX_STRICT_P): Use REGNO_OK_FOR_INDEX_P.
6717         (REG_OK_FOR_BASE_STRICT_P): Use REGNO_OK_FOR_BASE_P.
6718         (REG_OK_FOR_INDEX_P): Use REG_OK_FOR_INDEX_STRICT_P.
6719         (REG_OK_FOR_BASE_P): Use REG_OK_FOR_BASE_STRICT_P.
6721 2004-01-24  Jan Hubicka  <jh@suse.cz>
6723         * cselib.c (remove_useless_values):  Do not access discarded values.
6725 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6727         * c-typeck.c (build_conditional_expr): Do not allow non-lvalue
6728         arrays.
6730 2004-01-23  Kazu Hirata  <kazu@cs.umass.edu>
6732         * recog.c: Fix a typo in copyright.
6734 2004-01-23  Andrew Pinski  <apinski@apple.com>
6736         * config/rs6000/rs6000.md (call): Fix misappiled patch.
6737         (call_value): Likewise.
6739 2004-01-23  Richard Henderson  <rth@redhat.com>
6741         PR opt/12941
6742         * combine.c (SHIFT_COUNT_TRUNCATED): Provide default value.
6743         (simplify_comparison): Don't simplify (eq (zero_extract c 1 r) 0)
6744         if SHIFT_COUNT_TRUNCATED is set.
6746 2004-01-23  Bob Wilson  <bob.wilson@acm.org>
6748         * config/xtensa/xtensa.c (xtensa_va_arg): Handle complex values as
6749         separate real and imaginary parts.
6750         * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Define.
6752 2004-01-23  Hartmut Penner <hpenner@de.ibm.com>
6754         PR target/13674
6755         * config/rs6000/rs6000.md (movdf_hardfloat64): Do not disparage
6756         loading into GPR.
6758 2004-01-23  Jan Hubicka  <jh@suse.cz>
6760         * emit-rtl.c (change_address_1):  Do not re-generate the RTX if nothing
6761         change.
6763         * alloc-pool.c (align_four): Kill.
6764         (create_alloc_pool): Align size to eight.
6765         (free_alloc_pool, free_pool): Invalidate deallocated data.
6767 2004-01-23  Ian Lance Taylor  <ian@wasabisystems.com>
6769         PR gcc/1532
6770         * cse.c (cse_change_cc_mode): New static function.
6771         (cse_change_cc_mode_insns, cse_cc_succs): Likewise.
6772         (cse_condition_code_reg): New function.
6773         * rtl.h (cse_condition_code_reg): Declare.
6774         * toplev.c (rest_of_handle_cse2): Call cse_condition_code_reg.
6775         * target.h (struct gcc_target): Add fixed_condition_code_regs and
6776         cc_modes_compatible.
6777         * target-def.h (TARGET_FIXED_CONDITION_CODE_REGS): Define.
6778         (TARGET_CC_MODES_COMPATIBLE): Define.
6779         (TARGET_INITIALIZER): Add new initializers.
6780         * targhooks.c (default_cc_modes_compatible): New function.
6781         * targhooks.c (default_cc_modes_compatible): Declare.
6782         * hooks.c (hook_bool_intp_intp_false): New function.
6783         * hooks.h (hook_bool_intp_intp_false): Declare.
6784         * config/i386/i386.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
6785         (TARGET_CC_MODES_COMPATIBLE): Define.
6786         (ix86_fixed_condition_code_regs): New static function.
6787         (ix86_cc_modes_compatible): Likewise.
6788         * doc/tm.texi (Condition Code): Document new hooks.
6790 2004-01-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6792         * fixinc/inclhack.def (bad_lval): Renamed to ...
6793         (alpha_bad_lval): ... this.
6794         Removed file list.
6795         Restrict to alpha*-dec-osf*.
6796         * fixinc/fixincl.x: Regenerate.
6797         * fixinc/tests/base/dirent.h: Remove, moving test ...
6798         * fixinc/tests/base/testing.h: ... here, reflecting new name.
6800 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
6802         PR c/13814
6803         * c-decl.c (diagnose_mismatched_decls): Also discard a
6804         built-in if we encounter an old-style definition with the
6805         same name.
6807 2004-01-23  Jakub Jelinek  <jakub@redhat.com>
6809         * config.gcc (powerpc*-*): Clear $with_cpu or $with_tune if it was
6810         set to default{32,64}.
6812 2004-01-21  Jakub Jelinek  <jakub@redhat.com>
6814         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR)
6815         [!__powerpc64__]: Corrected to handle kernels with changed ucontext.
6817 2004-01-23  Eric Botcazou  <ebotcazou@act-europe.fr>
6818             Olivier Hainque  <hainque@act-europe.fr>
6820         * fold-const.c (fold_binary_op_with_conditional_arg): Only
6821         build a COMPOUND_EXPR if 'arg' is really a SAVE_EXPR.
6823 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
6825         * config/arm/arm.c (arm_legitimate_address_p): Don't check the mode
6826         size for minipool references.
6828 2004-01-23  Roger Sayle  <roger@eyesopen.com>
6830         * real.c (real_floor, real_ceil): Tweak to allow input and output
6831         arguments to overlap.
6832         (real_round): New function to implement round(3m) semantics.
6833         * real.h (real_round): Prototype here.
6834         * builtins.c (fold_builtin_round): New function to constant fold
6835         round, roundf and roundl.
6836         (fold_builtin): Call fold_builtin_round for BUILT_IN_ROUND{,F,L}.
6838 2004-01-23  Alexandre Oliva  <aoliva@redhat.com>
6840         PR optimization/13819
6841         * config/sh/sh.c (sh_reorg): Compensate for sharing of CLOBBERs
6842         introduced by 2004-01-20's Jan Hubicka's copy_insn change.
6843         (sh_handle_sp_switch_attribute): Remove warning.
6845 2003-11-30  Jan Hubicka  <jh@suse.cz>
6847         * i386.c (ix86_emit_restore_regs_using_mov):  Deal with large offsets.
6849 2004-01-23  J"orn Rennecke <joern.rennecke@superh.com>
6851         * doc/tm.texi: Insert some weasel words when LOAD_EXTEND_OP
6852         may or may not return non-NIL.
6853         * postreload.c (reload_cse_simplify_operands): In LOAD_EXTEND_OP code,
6854         check CANNOT_CHANGE_MODE_CLASS
6856 2004-01-23  Jan Hubicka  <jh@suse.cz>
6858         * basic-block.h (PROP_POSTRELOAD): New macro.
6859         (CLEANUP_LOG_LINKS): New.
6860         * cfgcleanup.c (cleanup_cfg): Only PROP_LOG_LINKS when asked to.
6861         * toplev.c (rest_of_handle_life):  Preserve LOG_LINKS trought cleanup_cfg.
6863         * cselib.c (value_pool): New.
6864         (new_cselib_val): Use pool.
6865         (cselib_init): Initialize value_pool
6866         (cselib_finish): Free pool.
6868 2004-01-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6870         * config/sparc/sparc.c (scan_record_type): New function.
6871         (function_arg_slotno): Use it to determine which kinds of
6872         registers the record can be passed in.
6874 2004-01-22  James A. Mmorrison  <ja2morri@uwaterloo.ca>
6876         * config/pa/fptr.c: Fix old-style definition.
6878 2004-01-22  Paolo Bonzini  <bonzini@gnu.org>
6880         PR optimization/13724
6881         * cse.c (fold_rtx) <SUBREG>:  Fold a SUBREG to zero if it
6882         represents the zero bits produced by a ZERO_EXTEND operation.
6884 2004-01-22  Roger Sayle  <roger@eyesopen.com>
6886         PR optimization/13821
6887         * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset to
6888         correctly calculate the lowpart offset of the contracted subreg.
6890 2004-01-22  Ian Lance Taylor  <ian@wasabisystems.com>
6892         * doc/invoke.texi (Optimize Options): Note that --param arguments
6893         are subject to change without notice.
6895 2004-01-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6897         * config.gcc (mips-sgi-irix6*o32): Removed.
6898         * config/mips/iris6-o32-as.h: Likewise.
6899         * config/mips/iris6-o32-gas.h: Likewise.
6900         * config/mips/iris6-o32.h: Likewise.
6902 2004-01-22  Jan Hubicka  <jh@suse.cz>
6904         * cfgcleanup.c (first_pass): New static variable.
6905         (try_forward_edges):  Add work limiting check for threading.
6906         (try_crossjump_bb):  Add work limiting check for crossjumping.
6907         (try_optimize_cfg):  Maintain first pass variable.
6909 2004-01-22  Bob Wilson  <bob.wilson@acm.org>
6911         * config/xtensa/xtensa.c (function_arg): Generalize logic so that it
6912         handles complex and vector modes.
6914 2004-01-22  Kazu Hirata  <kazu@cs.umass.edu>
6916         * config/h8300/h8300.h (REG_OK_FOR_INDEX_P_STRICT): Remove.
6917         (REG_OK_FOR_BASE_P_STRICT): Likewise.
6918         (STRICT): Likewise.
6920 2004-01-22  Daniel Jacobowitz  <drow@mvista.com>
6922         * c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1)
6923         (genrtl_for_stmt): Remove emit_nop calls.
6925 2004-01-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6927         PR target/13713
6928         PR target/13324
6929         * pa.md (movstrsi_prereload, movstrsi_postreload, movstrdi_prereload,
6930         movstrdi_postreload, clrstrsi_prereload, clrstrsi_postreload,
6931         clrstrdi_prereload, clrstrdi_postreload): Fix constraints.
6933 2004-01-22  Daniel Jacobowitz  <drow@mvista.com>
6935         * config/arm/arm.c: Include "debug.h".
6936         (thumb_pushpop): Take two new arguments.  Add some commentary.
6937         Output frame information when pushing.
6938         (thumb_exit, thumb_unexpanded_epilogue): Update calls to
6939         thumb_pushpop.
6940         (thumb_output_function_prologue): Likewise.  Accumulate a CFA
6941         offset, and pass it to thumb_pushpop.  Output CFI information.
6942         (thumb_expand_prologue): Add some frame-related markers and notes.
6944 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
6946         * config/s390/s390.c (s390_frame_info): Allow large frame sizes
6947         for TARGET_64BIT.
6948         (s390_arg_frame_offset): Change return type to HOST_WIDE_INT.
6949         * config/s390/s390-protos.h (s390_arg_frame_offset): Likewise.
6951 2004-01-22  Roger Sayle  <roger@eyesopen.com>
6952             Paolo Bonzini  <bonzini@gnu.org>
6954         * rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.
6955         (subreg_lsb): Change to call new subreg_lsb_1 helper function.
6956         * rtl.h (subreg_lsb_1): Prototype here.
6957         * simplify-rtx.c (simplify_subreg): Optimize subregs of zero and
6958         sign extensions.
6960 2004-01-22  Kazu Hirata  <kazu@cs.umass.edu>
6962         * doc/tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the
6963         macro need not be defined if jump-tables should contain
6964         relative addresses only when -fPIC or -fPIC is in effect.
6966 2004-01-22  Jan Hubicka  <jh@suse.cz>
6968         * alias.c (reg_base_value): Turn into varray.
6969         (reg_base_value_size): Kill.
6970         (old_reg_base_value): New deletable varray.
6971         (alias_invariant_size): New variable.
6972         (REG_BASE_VALUE): Update to use varray.
6973         (find_base_value): Likewise.
6974         (record_set): Likewise.
6975         (record_base_value): Likewise.
6976         (memrefs_conflict_p): Likewise.
6977         (record_set): Likewise
6978         (record_base_value): Likewise.
6979         (memrefs_conflict_p): Use alias_invariant_size.
6980         (init_alias_analysis): Use varray; set alias_invariant_size;
6981         rescale other arrays to be sized by maxreg.
6982         (end_alias_analysis): Save reg_base_value; clear alias_invariant_size.
6984 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
6986         * config/sparc/sparc.c (function_arg_slotno): Use
6987         FLOAT_TYPE_P to detect FP fields in structures.
6988         (function_arg_record_value_1): Likewise.
6989         (function_arg_record_value_2): Likewise.
6991 2004-01-22  Jan Hubicka  <jh@suse.cz>
6993         * function.c (allocate_struct_function): Do not initialize expr, emit
6994         and varasm.
6995         (prepare_function_start): Do it here.
6996         * c-parse.in (maybe_type_qual): Do not produce line number notes.
6998 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7000         PR target/13559
7001         * config/sparc/sparc.c (function_arg_record_value_3): Revert
7002         to 'word_mode' once the first slot has been filled.
7004 2004-01-22  Olivier Hainque  <hainque@act-europe.fr>
7006         * config/sparc/sparc.c (function_arg_record_value_1): Fix
7007         computation of the number of integer registers required.
7009 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
7011         * config/i386/i386.md: Simplify certain comparisons of
7012         const_int.
7014 2004-01-21  Andrew Pinski  <apinski@apple.com>
7016         PR target/13785
7017         * config/rs6000/rs6000.md (call_value): Force operand
7018         1 not operand 0 into a register.
7020 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
7022         * cpperror.c, cpptrad.c, longlong.h, params.def, rtl.def,
7023         unwind-dw2-fde.h: Update copyright.
7025 2004-01-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7027         * pa-protos.h: Update copyright.
7028         * pa.h: Likewise.
7029         * pa.md: Likewise.
7031 2004-01-21  Caroline Tice  <ctice@apple.com>
7033         PR target/12308
7034         * config/i386/i386.md (fix_truncxfdi2): Add clause to clobber
7035         flags register.
7036         (fix_truncdfdi2): Likewise.
7037         (fix_truncsfdi2): Likewise.
7038         (*fix_truncdi_1): Likewise.
7039         (fix_truncxfsi2): Likewise.
7040         (fix_truncdfsi2): Likewise.
7041         (fix_truncsfsi2): Likewise.
7042         (*fix_truncsi_1): Likewise.
7043         (fix_truncxfhi2): Likewise.
7044         (fix_truncdfhi2): Likewise.
7045         (fix_truncsfhi2): Likewise.
7046         (*fix_trunchi_1): Likewise.
7048 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
7050         * alias.c, basic-block.h, c-common.c, c-common.h,
7051         c-cppbuiltin.c, c-opts.c, c-pragma.c, c-pretty-print.c,
7052         calls.c, cfg.c, cfgcleanup.c, cfgrtl.c, cgraph.h, collect2.c,
7053         combine.c, cppcharset.c, cpphash.h, cppinit.c, cpplib.c,
7054         cpplib.h, cppmacro.c, crtstuff.c, cselib.c, cselib.h,
7055         defaults.h, df.c, dominance.c, et-forest.c, expmed.c, expr.c,
7056         expr.h, fix-header.c, function.h, gcc.c, gcse.c, genattrtab.c,
7057         genautomata.c, genconditions.c, genemit.c, genflags.c,
7058         gengtype.c, gengtype.h, genopinit.c, genrecog.c, gensupport.c,
7059         ggc-zone.c, graph.c, haifa-sched.c, input.h, integrate.c,
7060         langhooks-def.h, langhooks.c, langhooks.h, line-map.c,
7061         line-map.h, local-alloc.c, optabs.c, optabs.h, postreload.c,
7062         ra.h, recog.c, reg-stack.c, regmove.c, reload.c, reorg.c,
7063         rtl.c, sched-deps.c, sched-ebb.c, sdbout.c, system.h,
7064         target.h, targhooks.c, toplev.h, tree-inline.c, unwind-pe.h,
7065         unwind.h, varray.c, varray.h: Update copyright.
7067 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
7069         * config/h8300/coff.h: Update copyright.
7070         * config/h8300/elf.h: Likewise.
7071         * config/h8300/h8300-protos.h: Likewise.
7072         * config/h8300/h8300.c: Likewise.
7073         * config/h8300/h8300.h: Likewise.
7074         * config/h8300/h8300.md: Likewise.
7076 2004-01-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7078         * fixinc/inclhack.def (hpux10_stdio_declarations, ultrix_const3,
7079         ultrix_locale, ultrix_stdlib, ultrix_strings, ultrix_sys_time,
7080         ultrix_unistd): New hacks.
7081         * fixinc/tests/base/stdio.h (HPUX10_STDIO_DECLARATIONS_CHECK,
7082         ULTRIX_CONST2_CHECK): Add checks.
7083         * fixinc/tests/base/stdlib.h (ULTRIX_STDLIB_CHECK): Likewise.
7084         * fixinc/tests/base/strings.h (ULTRIX_STRINGS2_CHECK): Likewise.
7085         * fixinc/tests/base/unistd.h (ULTRIX_UNISTD_CHECK): Likewise.
7086         * fixinc/tests/base/sys/time.h (ULTRIX_SYS_TIME_CHECK): Likewise.
7087         * fixinc/tests/base/locale.h: New file.
7088         * fixinc/fixincl.x: Rebuilt.
7090 2004-01-21  Andreas Jaeger  <aj@suse.de>
7091             Michael Matz  <matz@suse.de>
7093         * doc/extend.texi (Extended Asm): Clarify memory clobber.
7095 2004-01-21  Jakub Jelinek  <jakub@redhat.com>
7097         * crtstuff.c (frame_dummy, __do_global_ctors_1): Call
7098         _Jv_RegisterClasses through a function pointer.
7100 2004-01-21  Falk Hueffner  <falk@debian.org>
7102         PR target/12898
7103         * config/alpha/alpha.c (alpha_emit_set_const_1): If
7104         no_new_pseudos, use gen_rtx_SET directly for SImode constants
7105         which need multiple instructions to emit.
7107 2004-01-21  Inaoka Kazuhiro  <inaoka.kazuhiro@renesas.com>
7109         * config/m32r/m32r.h (CPP_SPEC): Define.
7111 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
7113         * c-decl.c (merge_decls): Kill different_binding_level and
7114         different_tu arguments; simplify throughout.
7115         (duplicate_decls): Likewise.
7116         (pushdecl, merge_translation_unit_decls): Update calls to
7117         duplicate_decls.
7119 2004-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7121         * Makefile.in (pretty-print.o): Depend on $(CONFIG_H) and
7122         $(SYSTEM_H).
7123         (print-rtl1.o): Depend on $(SYSTEM_H).
7125 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
7127         PR bootstrap/12730
7128         * configure.ac: Delete definition and subsitution of docdir.
7129         Add info, man, srcman and srcinfo to target hooks. Create doc/
7130         directory.
7131         * configure: Regenerate.
7132         * Makefile.in: Don't substitute docdir and delete all references
7133         throughout.
7134         (MAKEINFOFLAGS): Define.
7135         (stmp-docobjdir): Delete.
7136         (INFOFILES, MANFILES): Define.
7137         (info): Call lang.info, srcinfo and lang.srcinfo.
7138         (generated-manpages): Call lang.man, srcman and lang.srcman.
7139         (srcinfo, srcman): New rules to copy back files to source directory.
7140         (doc/%.info, doc/%.dvi, doc/%.1, doc/%.7): New implict rule.
7141         (install-man): Revamp rule.
7142         (clean): Update dvi directory.
7143         (distclean): Delete TAGS from front end directorys.
7144         (maintainer-clean): Delete all document files in source directory.
7146         objc/Make-lang.in (objc.man, objc.info): Dummy entries.
7147         (objc.srcman, objc.srcinfo): Likewise.
7149 2004-01-20  Bruce Korb  <bkorb@gnu.org>
7151         * fixinc/inclhack.def(math_exception): bypass only for glibc.
7152         (matherr_decl): rename & relocate as exception_structure.
7153         This fix must precede the math_exception fix.
7155 2004-01-20  Roger Sayle  <roger@eyesopen.com>
7157         * fold-const.c (fold_convert): Rename to fold_convert_const.
7158         (fold_convert_const): Change arguments to take a tree_code,
7159         a type and the operand/expression to be converted.  Return
7160         NULL_TREE if no simplification is possible.  Add support for
7161         FIX_CEIL_EXPR and FIX_FLOOR_EXPR in addition to FIX_TRUNC_EXPR.
7162         (fold): Handle FIX_CEIL_EXPR and FIX_FLOOR_EXPR.
7163         Adjust call to fold_convert to match new fold_convert_const.
7164         Avoid modifying the tree passed to fold in-place.
7166 2004-01-21  Alan Modra  <amodra@bigpond.net.au>
7168         * config/rs6000/sysv4.h (DWARF2_FRAME_REG_OUT): Define.
7169         * dwarf2out.c (output_cfi): Map regs using DWARF2_FRAME_REG_OUT.
7170         * doc/tm.texi (DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Document.
7172 2004-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7174         * pa-protos.h (compute_frame_size): Use HOST_WIDE_INT for frame sizes.
7175         * pa.c (store_reg, store_reg_modify, load_reg, set_reg_plus_d):
7176         Likewise.  Handle frames larger than 0x7fffffff on 64-bit ports.
7177         (emit_move_sequence): Check scratch_reg first in various if statements.
7178         Extend source simplification to handle all 64-bit CONST_INTs.
7179         (pa_output_function_prologue): Use HOST_WIDE_INT_PRINT_DEC for printing
7180         frame size.
7181         (hppa_expand_prologue, hppa_expand_epilogue): Use HOST_WIDE_INT for
7182         frame offset calculations.
7183         * pa.h (NEW_HP_ASSEMBLER): Add comment.
7184         (MAX_LEGIT_64BIT_CONST_INT, MIN_LEGIT_64BIT_CONST_INT,
7185         LEGITIMATE_64BIT_CONST_INT_P): Define.
7186         (LEGITIMATE_CONSTANT_P): Use LEGITIMATE_64BIT_CONST_INT_P.  Treat
7187         any CONST_INT as legitimate during and after reload.
7188         (VAL_32_BITS_P, INT_32_BITS): Define.
7189         (LEGITIMIZE_RELOAD_ADDRESS): Handle large frame offsets.
7191 2004-01-20  Jan Hubicka  <jh@suse.cz>
7193         * emit-rtl.c (verify_rtx_sharing, copy_insn_1,
7194         emit_copy_of_insn_after, emit_copy_of_insn_after): Clobbers
7195         containing hard regs are shared.
7196         (gen_hard_reg_clobber): New function.
7197         (hard_reg_clobbers): New array.
7198         * genemit.c (gen_exp): Use gen_hard_reg_clobber.
7199         (copy_rtx): Do not copy clobbers containing hard regs.
7200         * rtl.h (gen_hard_reg_clobber): Declare.
7202 2004-01-20  Jan Hubicka  <jh@suse.cz>
7204         * varray.c:  Include hashtab.h
7205         (varray_descriptor): New structure.
7206         (hash_descriptor, eq_descriptor, varray_descriptor,
7207         print_statistics): New static functions
7208         (varray_init, varray_grow): Update statistics
7209         (dump_varray_statistics): New function.
7210         * varray.h (dump_varray_statistics): Declare.
7211         * toplev.c (finalize): Call it.
7212         * Makefile.in (varray.o): Add dependency.
7214 2004-01-20  Jan Hubicka  <jh@suse.cz>
7216         * cselib.c: Include alloc-pool.h
7217         (empty_vals, empty_elt_lists, empty_elt_loc_lists): Kill.
7218         (elt_loc_list_pool, elt_list_pool, cselib_val_pool): Declare.
7219         (new_elt_list, new_elt_loc_list, unchain_one_elt_list,
7220         unchain_one_elt_loc_list_pool, unchain_one_value,
7221         new_cselib_val): Simplify using allocpool.
7222         (cselib_init): Initialize allocpools.
7223         (cselib_finish): Finish allocpools.
7224         * Makefile.in (cselib.o): Depend on alloc-pool.h
7226 2004-01-20  Richard Sandiford  <rsandifo@redhat.com>
7228         * config/mips/mips.c (mips_load_call_address): Make the call insn
7229         use $gp if it could be calling a lazy binding stub.
7231 2004-01-20  Kazu Hirata  <kazu@cs.umass.edu>
7233         * config/s390/s390.c (TARGET_PROMOTE_FUNCTION_ARGS): Define.
7234         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
7235         (TARGET_STRUCT_VALUE_RTX): Likewise.
7236         * config/s390/s390.h (PROMOTE_FUNCTION_ARGS): Remove.
7237         (PROMOTE_FUNCTION_RETURN): Remove.
7238         (STRUCT_VALUE): Remove.
7240 2004-01-20  Denis Chertykov  <denisc@overta.ru>
7242         PR bootstrap/13735
7243         * config/avr/avr.h (BASE_REG_CLASS): Don't permit to use X
7244         register as pointer after reload.
7246 2004-01-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7248         PR optimization/12440
7249         * loop.c: Include ggc.h.
7250         (loop_optimize): Run garbage collector between optimization of loops.
7251         * Makefile.in (loop.o): Add GGC_H dependency.
7253 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
7255         * gcc/config/rs6000/rs6000.c (function_arg) Handle
7256         vector register special in function without prototype.
7257         (function_arg_advance): Vector parameters get always
7258         GPRs allocated for the linux64 target.
7260 2004-01-20  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
7262         * config/m32r/m32r.h (TARGET_M32R2). Test for TARGET_M32R2_MASK
7263         not TARGET_M32RX_MASK.
7265 2004-01-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7267         PR target/13557
7268         * config/sparc/sparc.c (function_arg): Reorder the cases.
7270 2004-01-19  Per Bothner  <per@bothner.com>
7272         Move cpp_reader's line_maps field to a shared global.
7273         * cpphash.h (cpp_reader):  Rename line_maps field to line_table
7274         and change the type to a pointer rather than a struct.
7275         * cppinit.c (cpp_push_main_field):  Adjust accordingly.
7276         * cpplib.c (do_include_common, _cpp_do_file_change, cpp_get_callbacks):
7277         Likewise.
7278         * cppfiles.c (validate_pch):  Likewise.
7279         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_builtin_macro_text):
7280         Likewise.
7281         * cpperror.c (print_location):  Likewise.
7282         * cpplib.h (cpp_create_reader):  New line_maps pointer parameter.
7283         * cppinit.c (cpp_create_reader):  Handle new parameter.
7284         (cpp_destroy):  Don't free line_maps - that's no longer our job.
7285         * input.h (line_table):  New variable.
7286         * toplev.c (line_table):  Declare variable.
7287         (general_init):  Initialize line_table.
7288         * c-opts.c (c_common_init_options):  Pass line_table to
7289         cpp_create_reader.
7290         * fix-header.c (read_scan_file):  New local variable line_table.
7291         Initialize, and pass it to cpp_create_reader.
7292         * Makefile.in (LIBS, LIBDEPS):  Add libcpp.a.
7293         (C_AND_OBJC_OBJS, fix-header):  Remove redundant libcpp.a.
7295 2004-01-19  Per Bothner  <per@bothner.com>
7297         Implement a cache for linemap_lookup.
7298         * line-map.h (struct_line_maps):  Add cache field.
7299         * line-map.c (linemap_init):  Zero cache field.
7300         (linemap_add):  Set cache field to offset of newly allocated map.
7301         (linemap_lookup):  Use and set cache field.
7303 2004-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
7305         PR optimization/13567
7306         * cse.c (cse_basic_block): Call cse_insn with a non-null
7307         libcall_insn for the last SET insn of a no-confilict block.
7309 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
7311         * Makefile.in (target_noncanonical, program_transform_name): Use
7312         immediate define instead of deferred.
7313         (GCC_INSTALL_NAME, GCC_TARGET_INSTALL_NAME, CPP_INSTALL_NAME,
7314         PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
7315         GCCBUG_INSTALL_NAME): Define via a immediate $(shell) instead of
7316         deferred backquote.
7318 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
7320         * c-decl.c (c_init_decl_processing): Set pedantic_lvalues to
7321         true unconditionally.
7322         * c-typeck.c (unary_complex_lvalue, pedantic_lvalue_warning):
7323         Remove.
7324         (build_unary_op, build_modify_expr): Don't handle extended
7325         lvalues.
7326         (build_component_ref, build_conditional_expr): Call non_lvalue
7327         instead of pedantic_non_lvalue.
7328         (build_c_cast): Don't condition use of non_lvalue on pedantic.
7329         * fold-const.c (fold): Don't check pedantic directly for
7330         COMPOUND_EXPR.  Ensure that results for COMPOUND_EXPR are
7331         passed to pedantic_non_lvalue.
7332         * doc/extend.texi: Remove documentation of extended lvalues.
7334 2004-01-19  Roger Sayle  <roger@eyesopen.com>
7336         PR optimization/5263
7337         * simplify-rtx.c (associative_constant_p): Delete.
7338         (simplify_associative_operation): Rewrite to linearize terms, and
7339         attempt to simplify new term against both left and right subterms.
7340         (simplify_binary_operation): Call swap_commutative_operands_p on
7341         op0 and op1, not trueop0 and trueop1.  Move the initialization of
7342         trueop0 and trueop1 down to where first needed.
7343         (simplify_relational_operation): Likewise.
7344         * rtlanal.c (commutative_operand_precedence): Also order constant
7345         operands using avoid_constant_pool_reference.
7347 2004-01-19  Richard Henderson  <rth@redhat.com>
7349         * config/alpha/alpha.c (aligned_memory_operand): Check MEM_ALIGN,
7350         don't check memory mode.
7351         (unaligned_memory_operand): Likewise.
7352         (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Don't
7353         abort for op0 not MEM.
7355         * config/alpha/alpha.c (alpha_expand_mov_nobwx): If the destination
7356         is not a reg, copy to a scratch first.
7357         (aligned_loadqi, aligned_loadhi, unaligned_loadqi, unaligned_loadhi,
7358         unaligned_loadqi_le, unaligned_loadqi_be, unaligned_loadhi_le,
7359         unaligned_loadhi_be): Expect op0 in DImode; don't SUBREG.
7360         (reload_inqi, reload_inhi): Fix mode of op0.
7361         (reload_inqi_help, reload_inhi_help, reload_outqi_help,
7362         reload_outhi_help): Likewise.  Use define_insn_and_split.
7364         * config/alpha/alpha.md (call peepholes): Check for REG_NORETURN
7365         as well as $29 dead.
7367 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7369         * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): New.  Emit
7370         "tls_object" for thread-local objects.
7371         * config/sparc/sparc.c (sparc_elf_asm_named_section): Emit
7372         "#tls" for thread-local sections.
7373         * configure.ac (thread-local checks): Specify --fatal-warnings in
7374         every binutils-specific checks.  For sparc*-*-*, test whether the
7375         OS is Solaris and the tools are native and act accordingly.
7376         * configure: Rebuild.
7378 2004-01-19  Jeff Law  <law@redhat.com>
7380         * contrib.texi: Update Paolo Carlini's entry.  New entries for
7381         Jerry Quinn and Petur Runolfsson.
7383 2004-01-19  Roger Sayle  <roger@eyesopen.com>
7385         * config/i386/i386.md (*movhi_1, *movqi_1): When optimizing for
7386         size, don't use the larger zero-extending loads.
7388 2004-01-19  Richard Henderson  <rth@redhat.com>
7390         * alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs.
7391         * alpha.md (UNSPEC_NT_LDA): Remove.
7392         (UNSPEC_CVTLQ, cvtlq): New.
7393         (extendsidi2_1): Rename from extendsidi2_nofix; remove f/f.
7394         (extendsidi2_fix): Remove.
7395         (extendsidi2 splitter): Use cvtlq.
7396         (extendsidi2 fp peepholes): Remove.
7397         (cvtql): Use SFmode instead of SImode.
7398         (fix_trunc?fsi): Update to match.
7399         (floatsisf2_ieee, floatsisf2, floatsidf2_ieee, floatsidf2): New.
7400         (movsi): Rename from movsi_nofix, remove f alternatives.
7401         (movsi_nt_vms): Similarly.
7402         (movsi_fix, movsi_nt_vms_fix): Remove.
7403         (nt_lda): Remove.
7404         * alpha.c (alpha_expand_prologue): Use adddi3, not nt_lda.
7406 2004-01-19  Jan Hubicka  <jh@suse.cz>
7408         * cgraph.c (cgraph_remove_node): Fix removal from linked list.
7409         * cgraphunit.c (cgraph_finalize_compilation_unit): Clear next_needed
7410         list.
7411         (cgraph_remove_unreachable_nodes): New function
7412         (cgraph_decide_inlining_of_small_function): Fix pasto.
7413         (cgraph_decide_inlining_incrementally): Fix pasto.
7414         (cgrpah_decide_inlining): Likewise; remove unreachable nodes.
7416 2004-01-19  Steven Bosscher  <stevenb@suse.de>
7418         * gengtype.c (header_file): Make it static.
7419         (write_types_process_field, write_enum_defn): Minor whitespace fixes.
7420         * gengtype.h (header_file): No longer extern.
7422 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
7424         * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.
7425         * expr.c (CASE_VECTOR_PC_RELATIVE): Remove.
7426         * stmt.c (CASE_VECTOR_PC_RELATIVE): Likewise.
7428 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
7430         * stmt.c (HAVE_casesi): Define it not already defined.
7431         (HAVE_tablejump): Likewise.
7432         (expand_end_case_type): Resort to the binary tree method if
7433         neither casesi or tablejump is available.
7435 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
7437         * final.c (final_scan_insn): Make non-static again.
7438         * output.h (final_scan_insn): Re-add prototype.
7439         * config/arc/arc.c (arc_output_function_epilogue): Add NULL
7440         to final_scan_insn call.
7441         * config/cris/cris.c (cris_target_asm_function_epilogue): Likewise.
7442         * config/mips/mips.c (mips_output_conditional_branch): Likewise.
7443         * config/pa/pa.c (output_lbranch, output_call): Likewise.
7444         * config/sh/sh.c (print_slot): Likewise.
7445         * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Likewise.
7446         (output_sibcall, sparc_flat_function_epilogue): Likewise.
7448 2004-01-18  Jan Hubicka  <jh@suse.cz>
7450         * basic-block.h (try_redirect_by_replacing_jump): Declare.
7451         * cfgcleanup.c (try_optimize_cfg): Use it.
7452         * cfgrtl.c (try_redirect_by_replacing_jump): Export.
7453         (rtl_redirect_edge_and_branch, cfg_layout_redirect_edge_and_branch):
7454         Kill hack.
7455         (cfg_layout_merge_blocks): Use try_redirect_by_replacing_jump.
7457         Revert:
7458         2004-01-16  Geoffrey Keating  <geoffk@apple.com>
7460                 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
7461                 even after reload, just don't remove the actual jump tables.
7463 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
7465         * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove.
7467 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
7469         * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Fix the computation of
7470         the size of a pointer in bytes.
7472 2004-01-18  Roger Sayle  <roger@eyesopen.com>
7474         * builtins.c (expand_builtin_expect_jump): Fix thinko of reusing
7475         live "next" variable, which could lead to an infinite loop.
7477 2004-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
7479         * config/rs6000/altivec.h: Wrap C++ functions in extern "C++"
7480         block.
7482         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
7483         Check for NULL in the chain and remove repeated code.
7485 2004-01-18  Jan Hubicka  <jh@suse.cz>
7487         * coverage.c (checksum_string): Rename to ...
7488         (coverage_checksum_string): ... this one, Use crc32_string; recognize
7489         names containing random number and zero the number out in order to get
7490         match.
7492 2004-01-18  Richard Sandiford  <rsandifo@redhat.com>
7494         * config/mips/mips.c (mips_got_alias_set): Mark for PCH.
7496 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
7498         * doc/c-tree.texi, doc/cpp.texi, doc/extend.texi,
7499         doc/frontends.texi, doc/gcov.texi, doc/gty.texi, doc/install.texi,
7500         doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/rtl.texi,
7501         doc/sourcebuild.texi, doc/standards.texi, doc/tm.texi,
7502         doc/trouble.texi: Remove trailing whitespace.
7504 2004-01-18  Richard Sandiford  <rsandifo@redhat.com>
7506         PR target/7618
7507         * config/mips/mips.c: Include cfglayout.h.
7508         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
7509         (mips_unspec_offset_high): Add temporary register argument.
7510         (mips_load_call_address): New function, split out from...
7511         (mips_expand_call): ...here.
7512         (mips_output_cplocal): New function.
7513         (mips_output_function_prologue, mips_output_function_epilogue): Use it.
7514         (mips_emit_loadgp): New function, split out from...
7515         (mips_expand_prologue): ...here.
7516         (mips_output_mi_thunk): New function.
7518 2004-01-17  Bernardo Innocenti  <bernie@develer.com>
7520         * longlong.h (mc68020, __mc68030__, mc68030, __mc68040__, mc68040,
7521         mcpu32): Remove redundant checks for implied target predefines.
7523 2004-1-17  Andrew Pinski  <pinskia@physics.uc.edu>
7525         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
7526         Return type is unsigned int not int.
7527         * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
7528         Likewise.
7530 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
7532         * doc/contrib.texi, doc/cppenv.texi, doc/extend.texi,
7533         doc/install.texi, doc/invoke.texi, doc/tm.texi: Consistently use
7534         "GNU/Linux" and "Microsoft Windows" terminology.
7536 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
7538         * doc/c-tree.texi, doc/compat.texi, doc/cpp.texi,
7539         doc/cppopts.texi, doc/extend.texi, doc/install.texi,
7540         doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi,
7541         doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use
7542         @smallexample instead of @example.
7544 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
7546         * objc/objc-act.c (build_objc_method_call): Use target
7547         hooks instead of macros to determine if ..._stret
7548         dispatchers should be used (NeXT runtime only).
7550 2004-01-17  Roger Sayle  <roger@eyesopen.com>
7552         * builtins.c (expand_builtin_expect_jump): Fix mistake in my
7553         last patch.  Use XEXP (x, 0) to get a LABEL_REF's CODE_LABEL.
7555 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
7557         * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)
7558         (emit_call_insn_before_sameloc, emit_insn_after_sameloc)
7559         (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): New
7560         macros.
7561         * reload1.c (emit_reload_insns): Use them.
7562         * emit-rtl.c (emit_insn_before_sameloc, emit_insn_after_sameloc)
7563         (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): Check
7564         for NULL PATTERN.
7566 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
7568         * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
7569         (final_scan_insn): Update to take an additional SEEN argument.  Emit
7570         a line note after the prologue.  Make static.
7571         (line_note_exists): Remove.
7572         (final): Don't initialize line_note_exists.  Update call to
7573         final_scan_insn.
7574         * output.h (final_scan_insn): Remove prologue.
7575         * function.c (set_insn_locators): Update comment.
7576         (thread_prologue_and_epilogue_insns): Add a comment.
7578 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
7580         PR target/10781
7581         * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
7582         Prototype.
7583         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
7584         New function.
7585         * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Use it.
7586         * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Likewise.
7587         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Likewise.
7589 2004-01-17  Jan Hubicka  <jh@suse.cz>
7591         * toplev.c (rest_of_handle_reorder_blocks): Fix pasto in previous
7592         commit.
7594         * toplev.c (HAVE_conditional_execution): Provide default.
7595         (rest_of_handle_reorder_blocks): For conditional_execution target
7596         update liveness once after all transformations
7597         (rest_of_compilation): Do crossjumping before ce3.
7599 2004-01-17  Geoffrey Keating  <geoffk@apple.com>
7601         * alias.c (new_alias_set): Mark last_alias_set for PCH.
7602         (get_varargs_alias_set): Rename 'set' to 'varargs_set' and mark it
7603         for PCH.
7604         (get_frame_alias_set): Likewise, except rename it to 'frame_set'.
7605         * config/rs6000/rs6000.c (rs6000_sr_alias_set): Mark for PCH.
7606         (get_TOC_alias_set): Mark 'set' for PCH.
7608 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
7610         * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
7611         even after reload, just don't remove the actual jump tables.
7613 2004-01-17  J. Brobecker  <brobecker@gnat.com>
7615         * dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().
7616         Remove checks for is_ada() and TREE_UNSIGNED.
7617         (subrange_type_die): Emit a byte_size attribute if the subrange
7618         type size is different from the base type size.
7619         (modified_type_die): Replace call to is_ada_subrange_type() by
7620         call to is_subrange_type().
7622 2004-01-16  Andrew Pinski  <pinskia@physics.uc.edu>
7624         * config/sh/sh.c: Include ggc.h.
7626 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
7628         * Makefile.in (MD5_H): New.
7629         (fold-const.o): Depend on md5.h.
7630         (dwarf2out.o): Likewise.
7631         (cppfiles.o): Likewise.
7632         * cppfiles.c: Include md5.h.
7633         (should_stack_file): Check against list read from PCH file.
7634         (struct pchf_data): New.
7635         (pchf): New variable.
7636         (struct pchf_adder_info): New.
7637         (pchf_adder): New.
7638         (pchf_save_compare): New.
7639         (_cpp_save_file_entries): New.
7640         (_cpp_read_file_entries): New.
7641         (struct pchf_compare_data): New.
7642         (pchf_compare): New.
7643         (check_file_against_entries): New.
7644         * cpphash.h (_cpp_save_file_entries): Prototype.
7645         (_cpp_read_file_entries): Prototype.
7646         * cpppch.c (cpp_write_pch_state): Write the list of headers.
7647         (cpp_read_state): Read the list of headers.
7649 2004-01-17  Jan Hubicka  <jh@suse.cz>
7651         * c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and
7652         builtin_expect specially.
7653         * params.def (PARAM_MAX_INLINE_INSNS_AUTO): Set to 100.
7654         (PARAM_LARGE_FUNCTION_INSNS): Set to 3000.
7655         * invoke.texi (max-inline-insns-single): Set to 100.
7656         (large-function-insns): Set to 3000.
7658 2004-01-16  Eric Christopher  <echristo@redhat.com>
7659             Chandrakala Chavva <cchavva@redhat.com>
7661         * cppcharset.c (one_iso88591_to_utf8): New function.
7662         (convert_iso88591_utf8): Ditto. Use.
7663         (conversion_tab): Use.
7664         (_cpp_input_to_utf8): New function.
7665         (_cpp_init_iconv_buffer): Ditto.
7666         (_cpp_close_iconv_buffer): Ditto.
7667         * cpphash.h: Prototype new functions.
7668         (cpp_buffer): Add input_cset_desc.
7669         * cppinit.c: Add input_charset default.
7670         * cpplib.c (cpp_push_buffer): Support init and
7671         close of iconv.
7672         * cpplib.h (cpp_options): Add input_charset.
7674 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
7676         * system.h (ASM_OUTPUT_SECTION_NAME): Poison.
7677         * config/alpha/unicosmk.h: Remove a commented-out definition
7678         of ASM_OUTPUT_SECTION_NAME.
7679         * config/stormy16/stormy16.h: Likewise.
7681 2004-01-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7683         * fixinc/inclhack.def (alpha___extern_prefix): Renamed to ...
7684         (alpha___extern_prefix_sys_stat): ... this.
7685         Apply to <sys/mount.h>, too.
7686         Tweak to match more variations.
7687         * fixinc/tests/base/sys/stat.h: Adapt for new hackname.
7689         * fixinc/inclhack.def (alpha___extern_prefix,
7690         alpha___extern_prefix_standards): New hacks to obey
7691         __PRAGMA_EXTERN_PREFIX.
7692         * fixinc/tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: New
7693         test.
7694         * fixinc/tests/base/standards.h: Likewise.
7696         * fixincl/inclhack.def (alpha_pthread): Tweak to match more
7697         variations.
7698         New testcase.
7699         * fixinc/tests/base/pthread.h: Handle it.
7701         * fixincl/inclhack.def (bad_lval): Sort file list.
7702         Add many missing files up to Tru64 UNIX V5.1B.
7703         * gcc/fixinc/tests/base/libgen.h: Renamed to ...
7704         * gcc/fixinc/tests/base/dirent.h: ... this to match new file list
7705         order.
7707         * fixinc/fixincl.x: Regenerate.
7709 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
7711         * version.c (version_string): Change to 3.5.0.
7712         * doc/include/gcc-common.texi (version-GCC): Likewise.
7714 2004-01-16  Jan Hubicka  <jh@suse.cz>
7716         * i386.md (load_tp_di): Fix pasto.
7718         PR opt/13608
7719         * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function.
7721         * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator,
7722         pp_c_character_constant, pp_c_floating_constant,
7723         pp_c_additive_expression, pp_c_shift_expression,
7724         pp_c_equality_expression, pp_c_and_expression,
7725         pp_c_exclusive_or_expression, pp_c_inclusive_or_expression,
7726         pp_c_logical_and_expression): Remove inline modifier.
7727         * dwarf2out.c (get_AT): Likewise.
7728         * et-forest.c (et_splay): Likewise.
7729         * ra.h (ra_alloc, ra_calloc): Likewise
7731 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
7733         * config/frv/frv-protos.h: Fix comment formatting.
7734         * config/frv/frv.c: Likewise.
7735         * config/frv/frv.h: Likewise.
7736         * config/frv/frv.md: Likewise.
7737         * config/frv/frvbegin.c: Likewise.
7738         * config/frv/frvend.c: Likewise.
7740 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
7742         * system.h (LINKER_DOES_NOT_WORK_WITH_DWARF2): Poison.
7743         * doc/tm.texi (PREFERRED_DEBUGGING_TYPE): Don't mention
7744         LINKER_DOES_NOT_WORK_WITH_DWARF2.
7745         (LINKER_DOES_NOT_WORK_WITH_DWARF2): Remove.
7747 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
7749         PR 11864
7750         * postreload.c (reload_cse_simplify_operands): Don't remove
7751         implicit extension from LOAD_EXTEND_OP.
7753 2004-01-16  Jan Hubicka  <jh@suse.cz>
7755         PR opt/11350
7756         * cfgcleanup.c (try_optimize_cfg): Suppress tablejump removal
7757         after reload.
7758         * cfgrtl.c (rtl_can_merge_blocks, cfglayout_can_merge_blocks,
7759         rtl_try_redirect_by_replacing_branch): Likewise.
7761 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
7763         PR pch/13689
7764         * alias.c (struct alias_set_entry): Mark for GC.
7765         (alias_sets): Make static, mark for GC.
7766         (record_alias_subset): Use GC to allocate alias structures.
7767         * varray.c (element): Make generic varrays GCed.
7769         PR pch/13361
7770         * c-typeck.c (constructor_asmspec): Delete.
7771         (struct initializer_stack): Delete field 'asmspec'.
7772         (start_init): Delete saving of asmspec.
7773         (finish_init): Don't update constructor_asmspec.
7774         * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
7775         * stmt.c (expand_asm): Duplicate strings from tree.
7776         (expand_asm_operands): Likewise.
7777         * tree.c (tree_size): Update computation of size of STRING_CST.
7778         (make_node): Don't make STRING_CST nodes.
7779         (build_string): Allocate string with tree node.
7780         * tree.def (STRING_CST): Update comment.
7781         * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
7782         (tree_string): Place contents of string in tree node.
7783         * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
7784         from tree.
7786         * config/rs6000/rs6000.c (rs6000_va_arg): No need to special-case
7787         altivec operands.
7789 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
7791         * c-common.h: Fix comment formatting.
7792         * c-cppbuiltin.c: Likewise.
7793         * c-pragma.c: Likewise.
7794         * calls.c: Likewise.
7795         * collect2.c: Likewise.
7796         * cppcharset.c: Likewise.
7797         * cpptrad.c: Likewise.
7798         * dbxout.c: Likewise.
7799         * defaults.h: Likewise.
7800         * dwarf2out.c: Likewise.
7801         * fold-const.c: Likewise.
7802         * genautomata.c: Likewise.
7803         * genconditions.c: Likewise.
7804         * genflags.c: Likewise.
7805         * gengtype.c: Likewise.
7806         * integrate.c: Likewise.
7807         * loop.c: Likewise.
7808         * predict.c: Likewise.
7809         * sdbout.c: Likewise.
7811 2004-01-15  Zack Weinberg  <zack@codesourcery.com>
7813         * config/ia64/ia64.md (*movti_internal): C output template
7814         extracted to ia64.c.
7815         (*movti_internal_reg): Delete.
7816         (reload_inti, reload_outti): Use the correct mode on operand 2
7817         in the first place, don't fix it up in the output template.
7818         (movtf, reload_ointf, reload_outtf): New expanders.
7819         (*movtf_internal): New define_insn_and_split.
7820         * config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode;
7821         make static; do not hand TFmode CONST_DOUBLEs to split_double.
7822         (ia64_split_tmode_move): New function, body mostly pulled
7823         from ia64.md:*movti_internal.
7824         (ia64_function_arg_words): New function, extracted common
7825         logic from ia64_function_arg et seq.
7826         (ia64_function_arg_offset): Likewise.  Handle correctly the
7827         case of a scalar quantity 16 bytes wide with only 8-byte alignment.
7828         (ia64_function_arg, ia64_function_arg_partial_nregs)
7829         (ia64_function_arg_advance): Use ia64_function_arg_words and
7830         ia64_function_arg_offset.
7831         (ia64_function_value): TCmode does not go in float regs.
7832         (ia64_secondary_reload_class): Also handle TFmode.
7833         * config/ia64/ia64-protos.h: Remove prototype for
7834         ia64_split_timode; add prototype for ia64_split_tmode_move.
7836 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
7838         * Makefile.in (MAINT): Make it an immediate assignment.
7840 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
7842         * config/m32r/m32r.md: Remove useless calls to gen_lowpart.
7844 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
7846         * config/h8300/coff.h: Replace Hitachi with Renesas.
7847         * config/h8300/elf.h: Likewise.
7848         * config/h8300/h8300-protos.h: Likewise.
7849         * config/h8300/h8300.c: Likewise.
7850         * config/h8300/h8300.h: Likewise.
7851         * config/h8300/h8300.md: Likewise.
7852         * config/h8300/lib1funcs.asm: Likewise.
7854 2004-01-15  Andrew Pinski  <apinski@apple.com>
7856         * config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF
7857         around it.
7859 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
7861         * config/h8300/h8300.c (h8300_return_in_memory): New.
7862         (TARGET_STRUCT_VALUE_RTX): Likewise.
7863         (TARGET_RETURN_IN_MEMORY): Likewise.
7864         * config/h8300/h8300.h (STRUCT_VALUE): Remove.
7865         (RETURN_IN_MEMORY): Likewise.
7867 2004-01-15  Richard Earnshaw  <rearnsha@arm.com>
7869         PR optimization/13375
7870         * gcse.c (handle_avail_expr): Just return if the source is not a
7871         single set.
7873 2004-01-15  Richard Earnshaw  <rearnsha@arm.com>
7874             Daniel Jacobowitz  <drow@mvista.com>
7876         * arm/lib1funcs.asm (ARM_FUNC_START): Correct interworking case.
7877         (EQUIV): Define.
7878         (ARM_FUNC_ALIAS): New macro.
7879         * arm/ieee754-df.S (gedf2, ledf2, nedf2, eqdf2): Use it.
7880         * arm/ieee754-sf.S (gesf2, lesf2, nesf2, eqsf2): Use it.
7882 2004-01-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7884         PR optimization/12372
7885         * calls.c (expand_call): Add call_fusage data for stack arguments in
7886         constant calls.
7888 2004-01-15  Alan Modra  <amodra@bigpond.net.au>
7890         * config/rs6000/rs6000.c (uses_TOC): Correct comment.  Make static.
7891         (rs6000_elf_declare_function_name): Formatting.
7892         * config/rs6000/rs6000-protos.h (uses_TOC): Remove declaration.
7894 2004-01-15  Jan Hubicka  <jh@suse.cz>
7896         PR bootstrap/13692
7897         * sched-deps.c (sched_analyze_1, sched_analyze_2): Fix thinko in
7898         previous patch.
7900 2004-01-15  Richard Henderson  <rth@redhat.com>
7902         * config/alpha/alpha.h (REG_ALLOC_ORDER): Reorder fp regs after
7903         integer regs of the same call-savedness.
7905 2004-01-15  Andreas Schwab  <schwab@suse.de>
7907         PR bootstrap/13562
7908         * config/m68k/m68k.c (output_move_const_into_data_reg): Clear cc
7909         status for NOTB/NOTW/NEGW methods.
7911 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
7913         * doc/invoke.texi: Update dump file names.  Fix a typo.
7915 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
7917         * builtins.c (expand_builtin_va_end): Don't use
7918         EXPAND_BUILTIN_VA_END.
7919         * system.h (EXPAND_BUILTIN_VA_END): Poison.
7920         * config/d30v/d30v.h: Remove a commented-out definition of
7921         EXPAND_BUILTIN_VA_END.
7922         * config/stormy16/stormy16.h: Likewise.
7924 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
7926         * system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison.
7927         * targhooks.c (default_struct_value_rtx): Don't use
7928         STRUCT_VALUE_INCOMING_REGNUM.
7930 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
7932         PR bootstrap/12744
7933         * configure.in: Revamp enable-generated-files-in-srcdir rule to define
7934         GENINSRC and not parsedir.  Define srcextra as a langhook.
7935         * configure: Regenerate.
7936         * Makefile.in: Suppress default .l.c rule.  Don't substitute
7937         parsedir and delete all references throughout.  Conditionally define
7938         rule for srcextra dependent on GENINSRC.
7939         (stmp-docobjdir): Delete.
7940         (c-parse.o, gengtype-lex.o, gengtype-yacc.o): Use implicit build rule.
7941         (srcextra): Copy c-parse.y, c-parse.c, gengtype-lex.c, gengtype-yacc.c,
7942         and gengtype-yacc.h back to source directory.
7943         (maintainer-clean): Delete all parse files in source directory.
7944         (distclean): Delete generated files.
7946         * objc/Make-lang.in (objc-parse.o): Use implicit build rule.
7947         (objc-parse.c, objc-parse.y): Don't use parsedir.
7948         (objc.srcextra): Copy objc-parse.y and objc-parse.c back to source
7949         directory if requested.
7950         (po-generated): Don't use parsedir.
7951         (objc.maintainer-clean): Delete above files from source directory.
7953 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
7955         * doc/tm.texi (FUNCTION_VALUE): Fix a typo.
7957 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
7959         * doc/tm.texi: Replace RETURN_IN_MEMORY with
7960         TARGET_RETURN_IN_MEMORY.
7962 2004-01-15  Jan Hubicka  <jh@suse.cz>
7964         * builtins.c (std_expand_builtin_va_arg): Align operand when needed.
7965         * i386.c (init_cumulative_args): Set warn_sse; fix handling of variadic
7966         functions accepting SSE arguments
7967         (function_arg): Warn only when asked to warn.
7968         * i386.h (ix86_args): Add warn_sse/warn_mmx fiels.
7970 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
7972         * c-parse.in (stmts_and_decls): Make label at end of compound
7973         statement a hard error.
7975 2004-01-14  Jan Hubicka  <jh@suse.cz>
7977         * cgraph.c (create_edge): Use local.redefined_extern_inline.
7978         * cgraph.h (cgraph_local_info): Sort fields by size; add
7979         redefined_extern_inline
7980         (cgraph_global_info): Sort fields by size.
7981         (cgraph_node): Likewise.
7982         * cgraphunit.c (cgraph_finalize_function): Se
7983         local.redefined_extern_inline on redefinition.
7984         (cgraph_analyze_function): Use it; fix formating.
7986 2004-01-14  Jan Hubicka  <jh@suse.cz>
7988         PR c++/10776
7989         * sched-deps.c (trye_dependency_cache, anti_dependency_cache,
7990         outptu_dependency_cache, forward_dependency_cahe): Trun to vectors of
7991         bitmaps
7992         (cache_size): New variable
7993         (add_dependence): Update use; canonize early memory locations
7994         (sched_analyze_1): Likewise.
7995         (sched_analyze_2): Likewise.
7996         (init_dependency_caches): Initialize bitmaps.
7997         (free_dependency_caches): Free bitmaps
7999 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
8001         * calls.c: Replace STRICT_ARGUMENT_NAMING in comments with
8002         targetm.calls.strict_argument_naming().
8003         * target.h: Likewise.
8005 2004-01-14  Richard Henderson  <rth@redhat.com>
8007         PR debug/13231
8008         * dwarf2out.c (dwarf2out_stack_adjust): Skip prologue and epilogue
8009         instructions.
8011 2004-01-14  Richard Henderson  <rth@redhat.com>
8013         PR c++/12491
8014         * except.c (struct eh_region): Add u.fixup.resolved.
8015         (resolve_one_fixup_region): Split out from ...
8016         (resolve_fixup_regions): ... here.
8018 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
8020         * config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
8022 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
8024         * config/alpha/alpha.h (STRUCT_VALUE): Remove.
8025         * config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
8026         (STRUCT_VALUE): Remove.
8028 2004-01-14  Steven Bosscher  <stevenb@suse.de>
8030         * system.h: Poison PROMOTED_MODE
8031         * integrate.c (expand_inline_function): Don't mention the
8032         PROMOTED_MODE.
8033         * loop.c (update_giv_derive): Same.
8034         * tree.h (DECL_RTL): Same.
8036 2004-01-14  J"orn Rennecke <joern.rennecke@superh.com>
8038         PR target/9365
8039         * sh.c (gen_block_redirect): Add special handling of RETURN.
8040         (gen_far_branch) Don't call gen_stuff_delay_slot if there is no
8041         far branch target (i.e. it's a return).
8043 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
8045         * regrename.c (find_oldest_value_reg): Fix a warning.
8047 2004-01-14  Richard Earnshaw  <rearnsha@arm.com>
8049         PR bootstrap/12527
8050         * config.gcc (arm*-*-linux*): Don't include unknown-elf.h in tm_file.
8051         Move linux-gas.h and linux-elf.h before aout.h.
8052         * arm/arm.h (INITIALIZE_TRAMPOLINE): Only define if not already.
8053         * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Define.
8055 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
8057         * config/m32r/m32r.md: Use GEN_INT instead of gen_rtx
8058         (CONST_INT, VOIDmode, ...).
8060 2004-01-14  Richard Earnshaw  <rearnsha@arm.com>
8062         * regrename.c (find_oldest_value_reg): If the replacement uses
8063         multiple hard registers, check that all of them are in CLASS.
8065 2004-01-14  Jan Hubicka  <jh@suse.cz>
8067         * alias.c (get_alias_set):  Initialize alias set to 0 when subset is
8068         impossible.
8070 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
8072         * Makefile.in: Define MAINT from --enable-maintainer-mode.
8074 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
8076         * gcc/config/rs6000/rs6000.c (rs6000_stack_info)
8077         Calculate always vrsave_mask if TARGET_ALTIVEC.
8078         (rs6000_emit_prologue): Emit code for vrsave
8079         only if TARGET_ALTIVEC_VRSAVE.
8080         (rs6000_emit_epilogue): Likewise.
8082 2004-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
8084         * config/sparc/sparc.md (tie_add32): Fix pasto.
8085         (tie_add64): Likewise.
8087 2004-01-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8089         * config/i386/i386.md (*addqi_1_slp): Do not access operands[2].
8091 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
8093         * config/iq2000/iq2000-protos.h: Fix comment formatting.
8094         * config/iq2000/iq2000.c: Likewise.
8095         * config/iq2000/iq2000.md: Likewise.
8097 2004-01-14  J. Brobecker  <brobecker@gnat.com>
8099         * dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
8100         (subrange_type_die): Add handle for nameless subrange types.
8102 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
8104         * config/h8300/h8300-protos.h: Replace do_movsi with
8105         h8300_expand_movsi.
8106         * config/h8300/h8300.c (do_movsi): Change to
8107         h8300_expand_movsi.
8108         * config/h8300/h8300.md (movsi): Replace do_movsi with
8109         h8300_expand_movsi.
8110         (movsf): Likewise.
8112 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
8114         * config/h8300/h8300.c (dosize): Change to
8115         h8300_emit_stack_adjustment.  Update callers.
8117 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
8119         * config/h8300/h8300.md (movstrictqi): Add an alternative with
8120         the source being post_inc.  Tighten the predicate for the
8121         destination to register_operand.
8122         (movstricthi): Likewise.
8124 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
8126         * system.h (SHARED_BSS_SECTION_ASM_OP): Poison.
8127         * varasm.c (bss_section): Don't use SHARED_BSS_SECTION_ASM_OP.
8128         * doc/tm.texi (SHARED_BSS_SECTION_ASM_OP): Remove.
8130 2004-01-14  Jan Hubicka  <jh@suse.cz>
8132         Partial fix PR c++/12850
8133         * cgraphunit.c (cgraph_finalize_function): Always ggc_collect when
8134         at zero nest level.
8136 2004-01-13  Bernardo Innocenti  <bernie@develer.com>
8138         * config/m68k/netbsd-elf.h (REGISTER_NAMES): Add missing "argptr"
8139         pseudo-register.
8141 2004-01-13  Devang Patel <dpatel@apple.com
8143         PR debug/7078
8144         * dbxout.c (dbxout_symbol_name): Emit mangled names for
8145         NAMESPACE_DECL memebers.
8147 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
8149         PR c++/12709
8150         * c-common.c (finish_fname_decls): Use the chain only if the
8151         tree is an expr_stmt.
8153 2004-01-13  Vladimir Makarov  <vmakarov@redhat.com>
8155         * rtl.def: Add comment about new option in automata_option.
8157         * genautomata.c (PROGRESS_OPTION): New macro.
8158         (progress_flag): New global variable.
8159         (gen_automata_option): Process `progress'.
8160         (transform_insn_regexps, check_unit_distributions_to_automata,
8161         make_automaton, NDFA_to_DFA, build_automaton, create_automata,
8162         expand_automata, write_automata): Print about the progress only if
8163         progress_flag.  Remove fflush.
8164         (initiate_automaton_gen): Process command line flag `-progress'.
8166         * doc/md.texi: Describe the new option.
8168 2004-01-13  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8170         * cfg.c (dump_bb): Dump entry edges.
8172 2004-01-13  Richard Earnshaw  <rearnsha@arm.com>
8174         * arm.c (thumb_legitimate_address_p): Only allow constant pool
8175         references from SImode.
8176         * arm.md (thumb_movhi_insn): Don't allow minipool references.
8178 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
8180         * system.h (TEXT_SECTION): Poison.
8181         * varasm.c (text_section): Don't use TEXT_SECTION.
8182         * config/sh/sh.c (sh_file_start): Fix a comment typo.
8183         * doc/tm.texi (TEXT_SECTION): Remove.
8185 2004-01-13  Ben Elliston  <bje@wasabisystems.com>
8187         * doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
8189 2004-01-12  James E Wilson  <wilson@specifixinc.com>
8191         * unwind-libunwind.c: Delete.
8193 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
8195         PR 13656
8196         * c-decl.c (diagnose_mismatched_decls): Whenever newtype or
8197         oldtype is set, set *newtypep or *oldtypep too.  Do not set
8198         them at the very end.
8199         (validate_proto_after_old_defn): Restructure for comprehensibility;
8200         make error messages clearer.
8202 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
8204         * varray.h (VARRAY_POP): Add checking variant, aborts on underflow.
8205         (VARRAY_TOP): Use VARRAY_CHECK so the access is bounds-checked.
8206         * varray.c: No need to prototype error.
8207         (varray_check_failed): Wrap long string onto two lines.
8208         (varray_underflow): New function.
8210 2004-01-13  Steven Bosscher  <stevenb@suse.de>
8212         PR c++/13376
8213         * function.h (struct function): Kill `name' field.
8214         (current_function_name): Make it an extern function.
8215         * function.c (current_function_name): New function.
8216         * graph.c: Update all uses of current_function_name.
8217         * gcse.c: Likewise.
8218         * config/alpha/alpha.c, config/avr/avr.c, config/c4x/c4x.c,
8219         config/mips/mips.c, config/pdp11/pdp11.c: Likewise.
8220         * config/ip2k/ip2k.c (function_prologue): Use MAIN_NAME_P
8221         instead of a strcmp with "main".
8223 2004-01-13  Jan Hubicka  <jh@suse.cz>
8225         * c-decl.c (diagnose_mismatched_decls):  Fix warning calls.
8227         * cgraphunit.c (cgraph_optimize_function):  Always do
8228         optimize_inline_calls when there is always_inline callee.
8229         (cgraph_decide_inlining): Fix formating.
8230         * tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
8231         functions.
8232         (expand_call_inline): Likewise.
8233         * toplev.h (sorry): Fix prototype.
8235 2004-01-12  Roger Sayle  <roger@eyesopen.com>
8237         * builtins.c (expand_builtin_expect_jump): Simplify logic. Handle
8238         conditional jumps that drop through to unconditional jumps or the
8239         end of the sequence.
8241 2004-01-13  Jan Hubicka  <jh@suse.cz>
8243         * alias.c (new_alias_set): Construct the alias_set varray.
8244         (init_alias_once): Don't do it here.
8246 2004-01-12  Marc Espie <espie@openbsd.org>
8248         * system.h: handle YYBYACC like YYBISON.
8250 2004-01-12  Jonathan Merriman <jonm@dualitymedia.com>
8252         PR target/10847
8253         * config.gcc: No longer includes conflicting header sparc/sol2.h when
8254         building on sparc64-*-openbsd*.
8256 2004-01-12  Andrew Pinski  <pinskia@physics.uc.edu>
8258         PR debug/13539
8259         * dbxout.c (dbxout_type): Protected inheritance is not
8260         private but protected.
8262 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
8264         * config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.
8266 2004-01-12  Kazu Hirata  <kazu@cs.umass.edu>
8268         PR optimization/12508.
8269         * combine.c (try_combine): Remove a dead set in a parallel
8270         even if its destination is a subreg.
8272         Revert:
8273         2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
8274         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
8275         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
8277 2004-01-12  Geoffrey Keating  <geoffk@apple.com>
8279         * real.c: Update copyright date.
8280         * emit-rtl.c: Likewise.
8281         * rtl.h: Likewise.
8282         * dwarf2out.c: Likewise.
8283         * config/rs6000/darwin-ldouble.c: Likewise.
8284         * config/rs6000/rs6000.md: Likewise.
8286 2004-01-12  David Edelsohn  <edelsohn@gnu.org>
8288         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIX
8289         TFmode to SImode libfuncs.
8291 2004-01-12  Roger Sayle  <roger@eyesopen.com>
8293         PR middle-end/11397
8294         * varasm.c (assemble_alias): Remove weak aliases from weak_decls.
8296 2004-01-12  Jan Hubicka  <jh@suse.cz>
8298         PR opt/12826
8299         * loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
8300         stored.
8302         PR opt/12863
8303         * cfgcleanup.c (label_is_jump_target_p): Move to...
8304         * rtlanal.c (label_is_jump_target_p): ... here.
8305         * cfgrtl.c (cfg_layout_redirect_edge_and_branch):  Fix redirecting of fallthru
8306         edges unified with branch edges.
8308 2004-01-12  Richard Earnshaw  <rearnsha@arm.com>
8310         * simplify-rtx.c (simplify_immed_subreg): Correctly extract the
8311         high word of an integral CONST_DOUBLE.
8313 2004-01-12  Paul Brook  <paul@codesourcery.com>
8315         * simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
8317 2004-01-12  J"orn Rennecke <joern.rennecke@superh.com>
8319         PR target/13585
8320         * sh-protos.h (check_use_sfunc_addr): Declare.
8321         * sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions.
8322         * sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate.
8324 2004-01-12  Jan Hubicka  <jh@suse.cz>
8326         * alias.c:  Invlude varray.h
8327         (alias_sets): Turn into varray.
8328         (get_alias_set_entry): Use VARRAY; mark inline.
8329         (mems_in_disjoint_alias_sets_p): Mark inline.
8330         (record_alias_subset): Use varray.
8331         (init_alias_once): Initialize varray.
8332         (new_alias_set): Grow array.
8333         * varray.c: Make VARRAY_GENERIC_PTR non GTYized.
8335 2004-01-12  Jan Hubicka  <jh@suse.cz>
8337         Partial fix for PR opt/10776 II
8338         * cselib.c: Include params.h
8339         (cselib_invalidate_mem):  Limit amount of nonconflicting memory
8340         locations.
8341         * params.def (PARAM_MAX_CSELIB_MEMORY_LOCATIONS): New.
8342         * Makefile.in (cselib.o): Depend on params.h
8344 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
8346         * combine.c (combine_simplify_rtx): Don't pass VOIDmode to
8347         simplify_unary_operation if the operand has a known mode.
8349 2004-01-12  Hartmut Penner  <hpenner@de.ibm.com>
8351         PR target/13534
8352         * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
8353         predicate to handle 'ld' conform addresses.
8354         * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
8355         contraint.
8356         (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
8357         are memory contraints.
8358         * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
8359         New prototype.
8360         * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
8361         Change 'o' to 'Y' constraint.
8362         (*movdf_softfloat64): Ditto.
8364 2004-01-12  Bernardo Innocenti  <bernie@develer.com>
8366         * gcc/config/m68k/m68k.md: Switch from the "*..." syntax to the
8367         brace-enclosed syntax in all C output statements.
8369 2004-01-12  David Edelsohn  <edelsohn@gnu.org>
8371         PR target/13401
8372         * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
8373         Objective-C language type value is 14.
8375 2004-01-12  Markus F.X.J. Oberhumer  <markus@oberhumer.com>
8377         PR c/12148
8378         * config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of
8379         `int' in a number of places to make sure we always have a SImode
8380         and not a HImode.  Add a 'L' suffix to a number of constants.
8382 2004-01-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8384         * pa.c: Don't include obstack.h.
8386         * pa.md: Correct constraint in pattern for loading PIC label address.
8388 2004-01-11  Kaz Kojima  <kkojima@gcc.gnu.org>
8390         * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
8391          before defining.
8393 2004-01-11  Steven Bosscher  <stevenb@suse.de>
8395         PR fortran/9972
8396         * toplev.c (rest_of_handle_inline): Also consider functions
8397         for deferral if the language is GNU F77.
8399 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
8401         * c-decl.c (diagnose_arglist_conflict): Add missing space to
8402         diagnostic messages.
8404 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
8406         PR middle-end/13392
8407         * builtins.c (expand_builtin_expect_jump): Handle conditional jumps
8408         to drop through label.  Don't fall back to SCC even when conditional
8409         jump has not been found.
8411 2004-01-11  Jan Hubicka  <jh@suse.cz>
8413         * invoke.texi: Fix syntax error in previous patch.
8415         Partial fix for PR opt/10776
8416         * Makefile.in (reload.o): Include param.h
8417         * params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter.
8418         * reload.c: Include params.h.
8419         (find_equiv_reg): Work limiting check.
8420         * invoke.texi: Document.
8422 2004-01-11  Richard Sandiford  <rsandifo@redhat.com>
8424         * config/mips/mips.c (mips_symbolic_constant_p): Don't allow
8425         out-of-bounds accesses to string constants.  Simplify mips16
8426         case accordingly.
8428 2004-01-11  Richard Sandiford  <rsandifo@redhat.com>
8430         PR optimization/13469
8431         * toplev.c (rest_of_compilation): Call purge_all_dead_edges after
8432         reload_cse_regs (-fnon-call-exceptions only).
8434 2004-01-11  Kazu Hirata  <kazu@cs.umass.edu>
8436         * config/mcore/lib1.asm: Fix comment formatting.
8437         * config/mcore/mcore-elf.h: Likewise.
8438         * config/mcore/mcore.c: Likewise.
8439         * config/mcore/mcore.h: Likewise.
8440         * config/mcore/mcore.md: Likewise.
8442 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
8444         * c-decl.c (duplicate_decls): Break apart into...
8445         (diagnose_arglist_conflict, validate_proto_after_old_defn)
8446         (locate_old_defn, diagnose_mismatched_decls, merge_decls):
8447         ... these new functions.  Restructure for comprehensibility.
8448         Remove various archaic special cases.  Always report the
8449         location of the previous declaration when a diagnostic is issued.
8450         (redeclaration_error_message): Fold into diagnose_mismatched_decls.
8451         (match_builtin_function_types): Delete unnecessary forward declaration.
8453 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
8455         * genautomata.c (make_automaton, NDFA_to_DFA):
8456         Print progress bars with '.' characters instead of '*'.
8457         (build_automaton): Change notes to match.
8459 2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
8461         * config/m32r/m32r.md: Use define_constants for unspec and
8462         unspec_volatile.
8464 2004-01-10  Jan Hubicka  <jh@suse.cz>
8466         PR opt/11635
8467         * expr.c (expand_expr_real):  More curefully expand union casts.
8469 2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
8471         * config/m32r/m32r.md (flush_icache): Use 1 for
8472         unspec_volatile.
8474 2004-01-10  David Edelsohn  <edelsohn@gnu.org>
8475             James E Wilson  <wilson@specifixinc.com>
8477         PR debug/12860
8478         * dbxout.c (dbxout_symbol): Remove initialization of
8479         current_sym_code, current_sym_value, and current_sym_addr.
8480         (dbxout_symbol_location): Same.
8481         (dbxout_prepare_symbol): Zero current_sym_code,
8482         current_sym_value, and current_sym_addr.
8484 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
8486         * tree.c (get_unwidened): Reorder conditions so that the null pointer
8487         check is done first.
8489 2004-01-09  Eric Christopher  <echristo@redhat.com>
8491         * toplev.c (rest_of_handle_cfg): Add reg_scan pass
8492         if we're running mark_constant_function.
8494 2004-01-09  Jeff Bailey  <jbailey@nisa.net>
8496         PR target/12561
8497         * config/t-gnu: Rename SYSTEM_HEADER_DIR to NATIVE_SYSTEM_HEADER_DIR.
8499 2004-01-09  Andrew Pinski <pinskia@physics.uc.edu>
8501         PR debug/11231
8502         * dbxout.c (dbxout_type_fields): Return if any item is
8503         error_mark_node or the type is error_mark_node.
8505 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
8507         * config/rs6000/darwin-ldouble.c: Add big comment explaining
8508         exactly what is expected as a 'long double'.
8509         (_xlqadd): When a value to be returned is representable as a
8510         'double', just return it directly, do not construct it using a union.
8511         Also, correct final fixup.
8512         (_xlqmul): Likewise.
8513         (_xlqdiv): Likewise.
8514         * real.c (encode_ibm_extended): Make consistent with darwin-ldouble.c.
8516         * config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
8518 2004-01-09  Richard Henderson  <rth@redhat.com>
8520         * recog.c (constrain_operands): Validate mem operands.
8522 2004-01-09   James E Wilson  <wilson@specifixinc.com>
8524         * gcc.c (init_spec): Remove -lunwind from shared case.
8525         * conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
8527 2004-01-09  Steve Ellcey  <sje@cup.hp.com>
8529         * configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
8530         * configure: Regenerate
8532 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
8534         PR c/11234
8535         * c-typeck.c (build_c_cast): If pedantic, warn for conversions
8536         between function and object pointers.
8537         (digest_init): When comparing a pointer to function type to the
8538         target type, only apply TREE_TYPE once to the pointer to function
8539         type.
8540         * except.c (for_each_eh_label_1): Treat data as a pointer to a
8541         function pointer rather than casting it to a function pointer.
8542         (for_each_eh_label): Update caller.
8543         * recog.h (struct insn_data): Use a struct or union for output.
8544         * genoutput.c (output_insn_data): Update.
8545         * final.c (get_insn_template): Update.
8547 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
8549         * expr.h (expand_expr): Make it a macro, not a function.
8550         (expand_expr_real): New function.
8551         * expr.c (store_expr): Adjust logic for deciding whether or not to
8552         copy the value returned by expand_expr.
8553         (expand_expr): Rename to ...
8554         (expand_expr_real): ... this.  Add alt_rtl parameter.  Adjust
8555         calls to language hooks.
8556         * c-common.h (c_expand_expr): Adjust prototype.
8557         * c-common.c (c_expand_expr): Add alt_rtl parameter.
8558         * langhooks-def.h (lhd_expand_expr): Change prototype.
8559         * langhooks.c (lhd_expand_expr): Add all_rtl parameter.
8560         * langhooks.h (lang_hooks): Change type of expand_expr.
8561         * stmt.c (stmt_status): Add x_last_expr_alt_rtl.
8562         (last_expr_alt_rtl): Likewise.
8563         (expand_expr_stmt_value): Set last_expr_alt_rtl.
8564         (clear_last_expr): Clear it.
8565         (expand_end_stmt_expr): Set RTL_EXPR_ATL_RTL.
8566         (expand_end_bindings): Save and restor last_expr_alt_rtl.
8567         * tree.def (RTL_EXPR): Give it an additional operand.
8568         * tree.h (RTL_EXPR_ALT_RTL): New macro.
8570 2004-01-09  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8572         * config/m32r/m32r.h (TARGET_CPU_CPP_BUILTINS): Add __m32r__.
8573         * config/m32r/m32r.c (call26_operand): Allow in PIC mode.
8575 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
8577         PR target/13380.
8578         * config/m32r/m32r.md: Replace (reg:SI 17) with (reg:CC 17)
8579         or (ne:SI (reg:CC 17) (const_int 0)).
8580         Be specific about modes wherever possible.
8582 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
8584         * config/m32r/m32r.c (m32r_expand_block_move): Call
8585         gen_movestrsi_internal with two more arguments.
8586         (m32r_output_block_move): Adjust operand numbers.
8587         Properly update the source and destination pointers.
8588         * config/m32r/m32r.md (movstrsi_internal): Use 'r' instead of
8589         'r+'.  Change the set detinations to match_operand.
8591 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
8593         * final.c (FIRST_INSN_ADDRESS): Remove.
8594         (shorten_branches): Don't use FIRST_INSN_ADDRESS.
8595         * system.h (FIRST_INSN_ADDRESS): Poison.
8596         * config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
8597         * config/m32r/m32r-protos.h: Remove the prototype for
8598         m32r_first_insn_address.
8599         * config/m32r/m32r.c (m32r_first_insn_address): Remove.
8600         * config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
8601         * doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
8603 2004-01-09  J. Brobecker  <brobecker@gnat.com>
8605         * dwarf2out.c (gen_enumeration_type_die): Return the DIE that
8606         we just created.
8607         (is_ada_subrange_type): DIEs for enumeration subtypes should be
8608         emitted as subrange types too.
8609         (subrange_type_die): Add handling of enumeration subtypes.
8611 2004-01-08  Richard Henderson  <rth@redhat.com>
8613         PR opt/12441
8614         Revert: Sat Mar 30 14:08:55 CET 2002  Jan Hubicka  <jh@suse.cz>
8615         * i386.c (aligned_operand): Be prepared for SUBREGed registers.
8616         (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
8617         (ix86_address_cost): Be prepared for SUBREGed registers.
8618         (legitimate_address_p): Accept SUBREGed registers.
8620 2004-01-08  Kelley Cook  <kcook@gcc.gnu.org>
8622         * Makefile.in: Rename configure.in to configure.ac
8623         * doc/sourcebuild.texi: Likewise.
8624         * configure: Regenerate.
8625         * config.in: Regenerate.
8627 2004-01-08  Stuart Hastings  <stuart@apple.com>
8629         * config/i386/i386.md: Typos in MMX/SSE immediate shifts.
8631 2004-01-08  Jan Hubicka  <jh@suse.cz>
8633         * cgraphunit.c (cgraph_decide_inlining):  Fix typo.
8635 2004-01-08  Geoffrey Keating  <geoffk@apple.com>
8637         * config/rs6000/rs6000.md (cmptf_internal1): Correct branch offset.
8638         (UNSPEC_FIX_TRUNC_TF): New constant.
8639         (movtf_internal): Make splitter active only when insn is active.
8640         (extenddftf2): Rewrite to properly load zero into low part.
8641         (extenddftf2_internal): New.
8642         (extendsftf2): Rewrite.
8643         (truncdftf2): Correct length.
8644         (floatditf2): Delete.
8645         (fix_trunc_helper): New.
8646         (fix_trunctfdi2): Use fix_trunc_helper.
8647         (fix_trunctfsi2): Likewise.fix_trunc
8648         (fix_trunctfsi2_internal): New.
8650         * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): lo_sum
8651         addresses are legitimate on Darwin even when flag_pic.
8652         (rs6000_legitimize_reload_address) [TARGET_MACHO]: Don't create
8653         non-offsettable addresses for loads of TFmode constants.
8655 2004-01-08  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8657         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Actually emit
8658         variables in the appropriate bss section.
8660 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
8662         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Ensure
8663         target_flags has MASK_POWERPC64 when -m64.
8664         * config/rs6000/rs6000.c (processor_target_table): Add MASK_POWERPC64
8665         to 620, 630, power3, power4 and rs64a entries.
8666         * config/rs6000/rs6000.h (MASK_64BIT): Expand comment.
8668 2004-01-08  Richard Sandiford  <rsandifo@redhat.com>
8670         * simplify-rtx.c (simplify_immed_subreg): Fix construction of
8671         floating-point constants.
8673 2004-01-08  J. Brobecker  <brobecker@gnat.com>
8675         * dwarf2out.c (subrange_type_die): Add context_die parameter.
8676         Create the subrange_type DIE using the given context DIE.
8677         (modified_type_die): Update call to subrange_type_die.
8679 2004-01-08  Zack Weinberg  <zack@codesourcery.com>
8681         * dwarf2.h, unwind-dw2-fde.h, unwind-pe.h, unwind.h:
8682         Add multiple-include guard.
8684 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
8686         * gcc/config/rs6000/rs6000.c (easy_vector_constant): Accept
8687         all vector constant loadable by vsplt*.
8688         (output_vec_const_move): Likewise.
8690 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
8692         PR c/6024
8693         * c-typeck.c (comptypes): Only treat enumerated types in the same
8694         translation unit as compatible with each other when they are the
8695         same type.
8696         * doc/extend.texi: Update.
8698 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
8700         PR c/12165
8701         * c-decl.c (grokdeclarator): Take type qualifiers of typedefed
8702         array type from the array element type.
8704 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
8706         * config/rs6000/rs6000.c (rs6000_dbx_register_number): New function.
8707         * config/rs6000/rs6000-protos.h (rs6000_dbx_register_number): Declare.
8708         * config/rs6000/rs6000.h (DWARF_FRAME_REGNUM): Define.
8709         (DWARF_REG_TO_UNWIND_COLUMN): Correct column adjustment and comment.
8710         * config/rs6000/sysv4.h (DBX_REGISTER_NUMBER): Define.
8712 2004-01-06  Eric Christopher  <echristo@redhat.com>
8714         * config/mips/mips.h (MDEBUG_ASM_SPEC): Change for dwarf2 default.
8715         (DWARF2_DEBUGGING_INFO): Define.
8716         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2.
8717         * config/mips/openbsd.h (PREFERRED_DEBUGGING_TYPE): Remove.
8718         * config/mips/iris6.h (SUBTARGET_ASM_DEBUGGING_SPEC): Only pass -g0
8719         for irix as.
8720         (SUBTARGET_ASM_OPTIMIZING_SPEC): Only pass O0 for irix as.
8721         * config/mips/iris6gas.h (MDEBUG_ASM_SPEC): Remove.
8722         * config/mips/iris5gas.h: Ditto.
8723         (DBX_DEBUGGING_INFO): Remove.
8724         (DWARF2_DEBUGGING_INFO): Ditto.
8725         (MIPS_DEBUGGING_INFO): Ditto.
8726         (PREFERRED_DEBUGGING_TYPE): Ditto.
8727         * config/mips/elf.h (DWARF2_DEBUGGING_INFO): Remove.
8728         (PREFERRED_DEBUGGING_TYPE): Ditto.
8729         (SUBTARGET_ASM_DEBUGGING_SPEC): Ditto.
8730         * config/mips/elf64.h: Ditto.
8732 2004-01-06  Jan Hubicka  <jh@suse.cz>
8734         * Makefile.in (STAGEPROFILE_FLAGS_TO_PASS): Use -fprofile-generate.
8735         (STAGEFEEDBACK_FLAGS_TO_PASS): Use -fprofile-use.
8737 2004-01-06  Geoffrey Keating  <geoffk@apple.com>
8739         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Compile darwin-ldouble.c.
8740         (TARGET_LIBGCC2_CFLAGS): Use -mlong-double-128.
8741         * config/rs6000/darwin-ldouble.c: New.
8743         * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg
8744         for constants.
8745         (constant_subword): Delete.
8746         * rtl.h (constant_subword): Delete prototype.
8747         (immed_double_const): Is not in varasm.c.
8748         * simplify-rtx.c (simplify_immed_subreg): New.
8749         (simplify_subreg): Use simplify_immed_subreg.
8751         * config/rs6000/rs6000.md (floatsitf2): Use expand_float rather
8752         than trying to generate RTL directly.
8753         (fix_trunctfsi2): Use expand_fix rather than trying to generate
8754         RTL directly.
8756         * dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
8758 2004-01-06  David Edelsohn  <edelsohn@gnu.org>
8760         * config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each
8761         function into a separate macro.
8762         (read_only_data_section): Add void argument.
8763         (private_data_section): Same.
8764         (read_only_private_data_section): Same.
8765         (toc_section): Same.
8767 2004-01-06  Jan Hubicka  <jh@suse.cz>
8769         * invoke.texi:  Remove typo in last change.
8771         PR target/10301
8772         * config.gcc: Accept opteron and athlon-64 as variants
8773         of k8.
8774         * i386.c (override_options): Likewise.
8775         * invoke.texi (i386 -mtune): Expand documentation.
8777 2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>
8779         * alias.c: Fix comment typos.
8780         * builtins.c: Likewise.
8781         * cfg.c: Likewise.
8782         * df.c: Likewise.
8783         * dominance.c: Likewise.
8784         * dwarf2out.c: Likewise.
8785         * emit-rtl.c: Likewise.
8786         * expr.c: Likewise.
8787         * final.c: Likewise.
8788         * fold-const.c: Likewise.
8789         * gcse.c: Likewise.
8790         * genattrtab.c: Likewise.
8791         * genrecog.c: Likewise.
8792         * gensupport.c: Likewise.
8793         * ggc-zone.c: Likewise.
8794         * integrate.c: Likewise.
8795         * local-alloc.c: Likewise.
8796         * loop.c: Likewise.
8797         * recog.c: Likewise.
8798         * regmove.c: Likewise.
8799         * reg-stack.c: Likewise.
8800         * reorg.c: Likewise.
8801         * rtlanal.c: Likewise.
8802         * rtl.h: Likewise.
8803         * sched-ebb.c: Likewise.
8804         * simplify-rtx.c: Likewise.
8805         * toplev.c: Likewise.
8806         * varasm.c: Likewise.
8808 2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>
8810         * doc/install.texi: Fix typos.
8811         * doc/invoke.texi: Likewise.
8812         * doc/md.texi: Likewise.
8814 2004-01-06  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8816         * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
8818 2004-01-06  Jan Hubicka  <jh@suse.cz>
8820         * i386.c (init_cumulative_args):  Add handling of MMX_REGPARM.
8821         (function_arg_advance):  Do not pass aggregates in SSE; deal handling
8822         of MMX_REGPARM.
8823         (function_arg): Add new warnings about ABI changes;  fix SSE_REGPARM;
8824         add MMX_REGPARM.
8825         * i386.h (ix86_args): Add mmx_words/mmx_regs/mmx_regno fields.
8826         (SSE_REGPARM_MAX): Default to 3 on i386 -msse ABI.
8827         (MMX_REGPARM_MAX): Similarly for -mmmx.
8829 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
8831         * config/sh/linux.h: Fix comment formatting.
8832         * config/sh/netbsd-elf.h: Likewise.
8833         * config/sh/sh.c: Likewise.
8834         * config/sh/sh.h: Likewise.
8835         * config/sh/vxworks.h: Likewise.
8837 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
8839         * system.h (ASM_OUTPUT_MAIN_SOURCE_FILENAME): Poison.
8840         * toplev.c (output_file_directive): Don't use
8841         ASM_OUTPUT_MAIN_SOURCE_FILENAME.
8843 2004-01-05  Steven Bosscher <s.bosscher@student.tudelft.nl>
8845         * toplev.c: Fix broken checkin of 2003-12-30.
8847 2004-01-05  Daniel Berlin  <dberlin@dberlin.org>
8849         * ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPS
8850         (USING_MMAP): We don't support non-mmap.
8851         (struct alloc_chunk): Steal 1 bit from typecode, use it to mark
8852         large objects.
8853         (struct page_entry): Remove bytes_free.
8854         (struct page_table_chain): Remove.
8855         (struct globals): Remove page_table member.
8856         (loookup_page_table_entry): Function deleted.
8857         (set_page_table_entry): Ditto.
8858         (ggc_allocated_p): No longer need page table lookups.
8859         (ggc_marked_p): Ditto.
8860         (alloc_small_page): Don't care about bytes_free anymore.
8861         (alloc_large_page): Round up size.
8862         (ggc_alloc_zone_1): Mark large objects as such, and calculate
8863         their size the new way.
8864         Remove page table lookups and setting.
8865         (ggc_get_size): Calculate large object size the new way.
8866         (sweep_pages): Redo to account for fact that we no longer have
8867         bytes_free.
8868         (ggc_collect): No longer need to reincrement bytes_free.
8869         (ggc_pch_alloc_object): Handle new large objects properly.
8870         (ggc_pch_read): Put PCH stuff into it's own uncollected zone.
8872 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
8874         * doc/invoke.texi: Remove a page break.
8876 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
8878         * config/avr/avr.c (avr_output_function_prologue): Remove an
8879         extra pair of curly braces.
8881 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
8883         * config/mn10300/mn10300.c: Fix comment formatting.
8884         * config/mn10300/mn10300.h: Likewise.
8886 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8888         * tree.h: Update documentation on nothrow_flag.
8889         * print-tree.c (print_node): Print TREE_NOTHROW as "align-ok" for
8890         types.
8892 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
8894         * doc/invoke.texi: Remove traces of dead ports.
8896 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
8898         * doc/invoke.texi: Add documentation for the MIPS -mexplicit-relocs
8899         option.
8901 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
8903         PR target/12945
8904         * coverage.c (coverage_counter_alloc): Set SYMBOL_FLAG_LOCAL for
8905         counter labels.
8906         * config/mips/mips.c (INTERNAL_SYMBOL_P): Delete.
8907         (mips_classify_symbol): Always treat SYMBOL_REF_FLAG as indicating
8908         string constants if TARGET_MIPS16.  Use SYMBOL_REF_DECL to check
8909         the binding of decl symbols, otherwise check SYMBOL_REF_LOCAL_P.
8910         (mips_symbol_insns): Don't trust the local/global classification.
8911         (m16_usym8_4, m16_usym5_4): Same mips16 change as mips_classify_symbol.
8912         (override_options): Make -mabicalls -fno-unit-at-a-time imply
8913         -mno-explicit-relocs.
8914         (mips_encode_section_info): Don't use SYMBOL_REF_FLAG to distinguish
8915         between local and global symbols.
8917 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
8919         * config/mips/mips-protos.h (mips_dangerous_for_la25_p): Declare.
8920         (mips_preferred_reload_class): Declare.
8921         * config/mips/mips.h (DANGEROUS_FOR_LA25_P): Replace with function.
8922         (EXTRA_CONSTRAINT): Update accordingly.
8923         (PREFERRED_RELOAD_CLASS): Use mips_preferred_reload_class.
8924         * config/mips/mips.c (mips_dangerous_for_la25_p): New function.
8925         (mips_preferred_reload_class): New function.  Prefer LEA_REGS if
8926         mips_dangerous_for_la25_p.
8927         (mips_secondary_reload_class): Use LEA_REGS rather than GR_REGS
8928         if mips_dangerous_for_la25_p.
8930 2004-01-05  Bernardo Innocenti  <bernie@develer.com>
8932         * config/m68k/m68k.c (output_andsi3): Fix signed/unsigned comparison
8933         warning.
8935 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8937         * configure.ac: Use AC_PROG_CPP_WERROR.
8938         * configure: Regenerate.
8940 2004-01-04  Zack Weinberg  <zack@codesourcery.com>
8942         * .cvsignore: Add autom4te.cache.
8944 2004-01-04  Richard Sandiford  <rsandifo@redhat.com>
8946         * doc/invoke.texi: Revamp documentation of MIPS options.  Remove
8947         -mabi=meabi, -mabi-fake-default, -mmips-as, -mgas, -mmips-tfile,
8948         -m4650, -mfix7000 and -(m)no-crt0.  Put endianness options first,
8949         then architecture options, then ABI options.  General rewording.
8951 2004-01-04  Joseph S. Myers  <jsm@polyomino.org.uk>
8953         PR c/3414
8954         * doc/extend.texi: Clarify definition of malloc attribute.
8956 2004-01-04  Jan Hubicka  <jh@suse.cz>
8958         * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.
8959         * cgraph.c (create_edge, dump_cgraph): Update to use inline_failed
8960         * cgraph.h (cgraph_edge): Replace inline_call by inline_failed
8961         (cgraph_inline_p): Add extra argument reason.
8962         * cgraphunit.c: Minor formating fixes.
8963         cgraph_first_inlined_callee): New functions.
8964         (record_call_1): Record builtins too.
8965         (cgraph_analyze_function): Update inline_failed messages.
8966         (cgraph_mark_functions_to_output, cgraph_expand_function, cgraph_inlined_into,
8967         cgraph_inlined_callees, cgraph_estimate_growth): Update to use inline_failed.
8968         (cgraph_check_inline_limits): Likewise; Add argument reason.
8969         (cgraph_set_inline_failed): New static function.
8970         (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining): Set
8971         reasons.
8972         (cgraph_inline_p): Add new argument reason.
8973         * tree-inline.c (expand_call_inline):  Update warning.
8975 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8977         * configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
8978         with modern equivalents.
8979         * configure: Regenerate.
8981         * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
8982         * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
8983         * configure: Regenerate.
8985         * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
8987         * configure.in: Rename to configure.ac.
8988         * configure.ac: Renamed from configure.in; make minimum necessary
8989         changes for autoconf 2.5x.
8990         * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
8991         * configure: Regenerate with autoconf 2.57.
8993 2004-01-03  Kazu Hirata  <kazu@cs.umass.edu>
8995         * config/mips/linux.h: Fix comment formatting.
8996         * config/mips/mips.c: Likewise.
8997         * config/mips/mips.h: Likewise.
8998         * config/mips/mips.md: Likewise.
8999         * config/mips/netbsd.h: Likewise.
9000         * config/mips/windiss.h: Likewise.
9002 2004-01-02  Richard Henderson  <rth@redhat.com>
9004         * config/i386/i386.md (fp constant pool splitter): Reorg suppression
9005         for sse and 387; add suppression for mmx.
9007 2004-01-02  Andrew Pinski  <pinskia@physics.uc.edu>
9009         * loop.c (loop_optimize): Free all loops_info's mems.
9011         * c-typeck.c (finish_init): Free spelling_base before
9012         setting it again.
9014         * cfgloop.c (flow_loops_find): Always free the sbitmap
9015         headers.
9017         * predict.c (estimate_probability): Free bbs after being
9018         done with it.
9020 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
9022         * config/mn10300/mn10300.h (PREDICATE_CODES): Add
9023         const_8bit_operand and call_address_operand.
9025 2004-01-02  Jan Hubicka  <jh@suse.cz>
9027         * cgraphunit.c (cgraph_optimize_function):  Call optimize_inline_calls
9028         when there is nothing to inline but warnings are requested.
9029         (cgraph_decide_inlining):  Fix memory leak.
9031 2004-01-02  Jan Hubicka  <jh@suse.cz>
9033         * expr.c (store_constructor):  Fix pasto in previous patch.
9035 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
9037         * config/i386/cygming.h: Fix comment formatting.
9038         * config/i386/djgpp.h: Likewise.
9039         * config/i386/gthr-win32.c: Likewise.
9040         * config/i386/i386-interix.h: Likewise.
9041         * config/i386/i386.c: Likewise.
9042         * config/i386/i386.h: Likewise.
9043         * config/i386/openbsd.h: Likewise.
9044         * config/i386/winnt.c: Likewise.
9045         * config/i386/xm-mingw32.h: Likewise.
9047 2004-01-02  Joseph S. Myers  <jsm@polyomino.org.uk>
9049         * doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update
9050         copyright and last modification dates.
9052 2004-01-02  Andreas Jaeger  <aj@suse.de>, Gerald Pfeifer  <gp@suse.de>
9054         * doc/install.texi (Specific): Mention x86_64.
9056 2004-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
9058         * builtins.c (expand_builtin_apply_args_1) [STACK_GROWS_DOWNWARD]:
9059         Call force_operand on plus_constant result.
9061 2004-01-01  Jan Hubicka  <jh@suse.cz>
9063         * expmed.c (store_bit_field, extract_bit_field): Use new named patterns
9064         * expr.c (store_constructor): Use vec_init pattern.
9065         * genopinit.c (optabs): Initailize vec_set/vec_extract/vec_init.
9066         * optabs.h (optab_index): ADD OTI_vec_set/OTI_vec_extract/OTI_vec_init
9067         (vec_set_optab, vec_extract_optab, vec_init_optab): New.
9068         * i386.md (vec_setv2df, vec_extractv2df, vec_setv4sf, vec_extractv4sf):
9069         New patterns.
9070         (sse2_unpc?pd): Fix pattern.
9071         (sse2_movlpd): Kill.
9072         (sse2_movsd): Deal with movlpd too.
9073         * i386.c (ix86_expand_builtin): Use sse2_movsd instead of sse2_movlpd.
9074         (ix86_expand_vector_init): New.
9075         * emmintrin.h (__mm_set_pd, __mm_set_ps): Use vector extensions.
9076         * md.texi (vec_set, vec_extract): Document
9078 2003-12-31  Jan Hubicka  <jh@suse.cz>
9080         PR opt/13473
9081         * recog.c (validate_replace_rtx_1):  Take care for RTL sharing inside
9082         ASM input operands
9084         PR opt/12617
9085         * toplev.c (dump_file_index): Reorder ce3 and bbro.
9086         (dump_file): Likewise.
9087         (rest_of_compilation): Likewise.
9089         PR debug/13367
9090         * cgraph.c (cgraph_function_possibly_inlined):  Even with
9091         flag_really_no_inline we inline always_inline functions.
9092         * cgraphunit.c (cgraph_analyze_function): Clear inlinable flag
9093         for non-always_inline functions when there is flag_really_no_inline.
9094         (cgraph_decide_inlining): Limit work done when not inlining.
9095         (cgraph_decide_inlining_incrementally): Likewise.
9096         (cgraph_optimize_function): Check whether something got inlined.
9097         * c-objc-common.c (c_disregard_inline_limits): Do not always inline
9098         extern inline functions when not inlining.
9100         * opts.c (decode_options):  Disable crossjumping at -O1
9101         * invoke.texi (-O1): Document change.
9103 See ChangeLog.10 for earlier changes.