Emit MMIX function prologue and epilogue as rtl.
[official-gcc.git] / gcc / ChangeLog
blob2a1b68300a45789208586d1cdba3c778cf2343bb
1 2002-07-07  Hans-Peter Nilsson  <hp@bitrange.com>
3         Emit MMIX function prologue and epilogue as rtl.
4         * config/mmix/mmix.md ("call"): Use mmix_get_hard_reg_initial_val,
5         not unprototyped get_hard_reg_initial_val.
6         ("call_value", "nonlocal_goto_receiver"): Ditto.
7         ("return"): Make define_expand.  Move real insn to...
8         ("*expanded_return"): New pattern.
9         ("prologue", "epilogue"): New define_expands.
10         * config/mmix/mmix.h (MMIX_rO_REGNUM): New macro.
11         (struct machine_function): New member in_prologue.
12         (FIRST_PSEUDO_REGISTER): Adjust for including rO as register.
13         (FIXED_REGISTERS, CALL_USED_REGISTERS): Ditto.
14         (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Ditto.
15         (MMIX_GNU_ABI_REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Ditto.
16         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Ditto.
17         (LOCAL_REGNO): Define.  Adjust comment.
18         * config/mmix/mmix.c (MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS):
19         Consider regs_ever_live[MMIX_rJ_REGNUM], not just
20         leaf_function_p.
21         (MMIX_OUTPUT_REGNO): Don't translate registers while outputting
22         the prologue.
23         (mmix_target_asm_function_prologue): Make static.  Just mark that
24         the prologue is being emitted.  Move guts to...
25         (mmix_expand_prologue): New function.  Adjust for emitting
26         prologue as rtl.  For sizes, use HOST_WIDE_INT only.
27         (mmix_target_asm_function_epilogue): Make static.  Simply emit a
28         \n.  Move guts to...
29         (mmix_expand_epilogue): New function.  Adjust for emitting
30         epilogue as rtl.  For sizes, use HOST_WIDE_INT only.
31         (mmix_target_asm_function_end_prologue): Mark that the prologue
32         has ended.
33         (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
34         (mmix_conditional_register_usage): Improve comments.
35         (mmix_local_regno): New function.
36         (mmix_emit_sp_add, mmix_get_hard_reg_initial_val): Ditto.
37         * config/mmix/mmix-protos.h (mmix_local_regno): Prototype.
38         (mmix_expand_prologue, mmix_expand_epilogue): Ditto.
39         (mmix_get_hard_reg_initial_val): Ditto.
41 2002-07-06  Andreas Jaeger  <aj@suse.de>
43         * toplev.c (set_fast_math_flags): Don't use ISO C style function
44         definitions.
45         * gengtype.c (open_base_files): Likewise.
46         (close_output_files): Likewise.
47         * tracer.c (find_best_predecessor): Likewise.
48         (find_best_successor): Likewise.
49         (ignore_bb_p): Likewise.
51 2002-07-05  Roger Sayle  <roger@eyesopen.com>
53         PR c++/7099
54         * builtin-attrs.def: Define new attribute lists for use in
55         builtins.def.
56         * builtins.def [DEF_BUILTIN]: Modify to take an additional
57         ATTRS argument, an enumerated value defined in builtin-attrs.def
58         that represents the attribute list for the builtins.  Modify
59         all builtin functions to pass an appropriate attribute list.
60         Specify "abort", "exit", "_exit" and "_Exit" builtins here with
61         their required noreturn attributes.
62         * tree.h (enum_builtin_function): Ignore the additional parameter
63         to DEF_BUILTIN.
64         * builtins.c (built_in_names): Likewise.
65         * c-common.c: (builtin_function_2): Replace the "int noreturn_p"
66         argument with a tree representing the functions attribute list.
67         Pass this "attrs" argument to builtin_function.  No longer handle
68         the noreturn_p processing manually.
69         (built_in_attributes): Move the definitions from builtin-attrs.def
70         before c_common_nodes_and_builtins.
71         (c_common_nodes_and_builtins): Handle the new ATTRS parameter in
72         DEF_BUILTIN, passing it to both builtin_function and the changed
73         builtin_function_2.
75         * doc/extend.texi: Document __builtin_abort, __builtin_exit,
76         __builtin__exit and __builtin__Exit.
78 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
80         * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating
81         QI mode registers in soft registers.
82         ("zero_extendqihi2"): Do not take into account soft registers
83         for register allocation (use '*' constraint).
85 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
87         * config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we know
88         it is dead.
89         ("*ashrsi3"): Likewise.
90         ("*lshrsi3"): Likewise.
92 2002-07-05  Vladimir Makarov  <vmakarov@redhat.com>
94         * genautomata.c (output_max_insn_queue_index_def): Take latencies
95         into account.
97 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
99         * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
100         address computation and memory moves.
102 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
104         PR c++/6706
105         * dwarfout.c (output_reg_number): Fix warning message.
106         (output_bound_representation): Check SAVE_EXPR_RTL is not NULL
107         before using it.
109 2002-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
111         * gcc/gcc.c (asm_debug): Move initialization ...
112         (init_spec): ... here.
114 2002-07-05  Nathan Sidwell  <nathan@codesourcery.com>
116         * c-parse.in (extdef): Append ';'.
117         (old_style_parm_decls): Append ';'.
119 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
121         * configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to
122         gcc_cv_as_gdwarf2_flag and gcc_cv_as_gstabs_debug_flag
123         to gcc_cv_as_gstabs_flag.
124         * configure: Rebuilt.
126 2002-07-04  Geoffrey Keating  <geoffk@redhat.com>
128         * ggc.h (ggc_add_root): Document as obsolete.
130 Thu Jul  4 07:58:01 2002  J"orn Rennecke <joern.rennecke@superh.com>
132         * sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
133         (mshflo_w): Likewise.
135 Thu Jul  4 07:36:29 2002  J"orn Rennecke <joern.rennecke@superh.com>
137         * simplify-rtx.c (simplify_subreg): Reduce problem of finding
138         vector mode subregs of constants to finding integer mode
139         subregs of constants.
140         * cse.c (cse_insn): Use simplify_gen_subreg.
141         * convert.c (convert_to_integer): Don't strip a NOP_EXPR
142         From a vector mode expression of different size than the
143         target mode.
145 2002-07-03  Eric Christopher  <echristo@redhat.com>
147         * config/mips/linux.h: Add #undef for SUBTARGET_CPP_SPEC.
148         * config/mips/mips.h: Remove deprecated -m<processor> options
149         and cc1_cpu_spec associated.
150         (CONSTANT_ADDRESS_P): Fix last patch.
151         (ASM_DECLARE_FUNCTION_NAME): Declare. Fix comment.
152         * config/mips/mips.md (bungt, bunge, sungt_df, sungt_sf, sunge_df,
153         sunge_sf): Remove.
155 2002-07-03  Stan Shebs  <shebs@apple.com>
157         * config/darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.
158         (STRINGIFY_THIS, REALLY_STRINGIFY): Remove.
159         (CPP_SPEC): Remove insertion of APPLE_CC definition.
161 2002-07-03  Roger Sayle  <roger@eyesopen.com>
163         * combine.c (struct_undo): Change types of recorded substitutions
164         to be either "int" or "rtx", instead of "unsigned int" and "rtx".
165         (do_SUBST_INT): Change types of the substitution from unsigned int
166         to int, to avoid compilation warning from SUBST_INT's only caller.
168         (make_extraction): Add cast to avoid compilation warning.
169         (force_to_mode): Remove cast to avoid compilation warning.
171 2002-07-03  Eric Botcazou  <ebotcazou@multimania.com>
172             Jeff Law  <law@redhat.com>
174         * i386.md (length_immediate attribute): Fix typo.
175         (length_address attribute): Likewise.
176         (modrm attribute): Set it to 0 for immediate call instructions.
177         (jcc_1 pattern): Set modrm attribute to 0.
178         (jcc_2 pattern ): Likewise.
179         (jump pattern): Likewise.
180         (doloop_end_internal pattern): Explicitly set length.
181         (leave pattern): Fix typo.
182         (leave_rex64 pattern): Likewise.
184 2002-07-03  David Edelsohn  <edelsohn@gnu.org>
186         * config/rs6000/rs6000.md (fix_truncdfsi2_internal): Ignore DImode
187         in FPR as preference.
188         (fctiwz): Same.
189         (floatdidf2, fix_truncdfdi2): Same.
190         (floatdisf2, floatditf2, fix_trunctfdi2): Same.
191         (floatditf2): Same.
192         (floatsitf2, fix_trunctfsi2): SImode in GPR.
193         (ctrdi): Remove FPR alternative and splitter.
195 2002-07-03  Will Cohen  <wcohen@redhat.com>
197         * config/i386/i386.c (x86_integer_DFmode_moves): Disable for PPro.
199 Wed Jul  3 10:24:16 2002  J"orn Rennecke <joern.rennecke@superh.com>
201         * optabs.c (expand_vector_binop): Don't store using a SUBREG smaller
202         than UNITS_PER_WORD, unless this is little endian and the first unit
203         in this word.  Let extract_bit_field decide how to load an element.
204         Force arguments to matching mode.
205         (expand_vector_unop): Likewise.
207         * simplify-rtx.c (simplify_subreg): Don't assume that all vectors
208         consist of word_mode elements.
209         * c-typeck.c (build_binary_op): Allow vector types for BIT_AND_EXPR,
210         BIT_ANDTC_EXPR, BIT_IOR_EXPR and BIT_XOR_EXPR.
211         (build_unary_op): Allow vector types for BIT_NOT_EPR.
212         * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for
213         CONST_VECTOR.
214         * optabs.c (expand_vector_binop): Try to perform operation in
215         smaller vector modes with same inner size.  Add handling of AND, IOR
216         and XOR.  Reject expansion to inner-mode sized scalars when using
217         OPTAB_DIRECT.  Use simplify_gen_subreg on constants.
218         (expand_vector_unop): Try to perform operation in smaller vector
219         modes with same inner size.  Add handling of one's complement.
220         When there is no vector negate operation, try a vector subtract
221         operation.  Use simplify_gen_subreg on constants.
222         * simplify-rtx.c (simplify_subreg): Add capability to convert vector
223         constants into smaller vectors with same inner mode, and to
224         integer CONST_DOUBLEs.
226 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
228         * c-parse.in (parsing_iso_function_signature): New variable.
229         (extdef_1): New, copied from...
230         (extdef): ... here.  Reset parsing_iso_function_signature.
231         (old_style_parm_decls):  Reset parsing_iso_function_signature.
232         (old_style_parm_decls_1): New, copied from old_style_parm_decls.
233         Warn about ISO C style function definitions.
234         (nested_function, notype_nested_function): Reset
235         parsing_iso_function_signature.
236         (parmlist_2): Set parsing_iso_function_signature.
238         * doc/invoke.texi (-Wtraditional): Document new behavior.
240 2002-07-02  Chris Demetriou  <cgd@broadcom.com>
242         * config.gcc (mips*el-*-*): Use tm_defines to set
243         TARGET_ENDIAN_DEFAULT, rather than including mips/little.h.
244         * config/mips/little.h: Remove.
246 2002-07-02 Devang Patel <dpatel@apple.com>
248         * objc/objc-act.c (adjust_type_for_id_default): Do not allow an
249         object as parameter. Prevent something like 'NSObject' to be
250         used as the type for a method argument.
252 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
254         * cpptrad.c: Update comment.
256 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
258         * doc/cpp.texi: Update for traditional preprocessing changes.
259         * goc/cppopts.texi: Similarly.
261 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
263         * c-parse.in (designator): Enable designated initializers if ObjC.
264         (objcmessageexpr): Remove references to objc_receiver_context.
265         * objc/objc-act.h (objc_receiver_context): Remove decl.
266         * objc/objc-act.c (objc_receiver_context): Remove.
267         (lookup_objc_ivar): Test objc_method_context instead of
268         objc_receiver_context.
270 Tue Jul  2 18:45:45 2002  J"orn Rennecke <joern.rennecke@superh.com>
272         * sh.c (print_operand, case 'N'): Allow zero vector.
273         (arith_reg_or_0_operand): Likewise.
274         (zero_vec_operand): Check for CONST_VECTOR, not PARALLEL.
275         * sh.h (CONST_COSTS): 0 has 0 cost.  Check OUTER_CODE for
276         IOR, XOR, PLUS and SET and take their respective constant
277         ranges into account.
278         (PREDICATE_CODES, arith_reg_or_0_operand): Can be CONST_VECTOR.
279         * sh.md (subdi3, subdi3_media): Allow zero operand.
280         (movv8qi_i+3): Only vector that is not split is the zero vector.
281         Fix operand 3 to simplify_subreg.
282         (movv2si_i): Split alternative 1.
283         (mshfhi_l_di_rev+1): New splitter.
285 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
287         PR preprocessor/7029
288         * cppinit.c (cpp_handle_option):  Suppress warnings with an
289         implicit "-w" for "-M" and "-MM".
290         * doc/cppopts.texi: Update.
292 2002-07-01  Roger Sayle  <roger@eyesopen.com>
294         * config/sh/sh.c (sh_media_init_builtins): Change use of poisoned
295         identifier "bzero" to "memset".  Pass extra NULL_TREE argument to
296         builtin_function.
298 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
300         * README.Portability: Fix typos.
302 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
304         PR target/7177
305         * config/cris/cris.h (LEGITIMIZE_RELOAD_ADDRESS): Correct number
306         of indirections for register inside sign-extended mem part.
308 2002-07-01  Roger Sayle  <roger@eyesopen.com>
310         * tree.h:  Modify builtin_function interface to take an extra
311         argument ATTRS, which is a tree representing an attribute list.
313         * c-decl.c (builtin_function): Accept additional parameter.
314         * objc/objc-act.c (builtin_function): Likewise.
315         * f/com.c (builtin_function): Likewise.
316         * java/decl.c (builtin_function): Likewise.
317         * ada/utils.c (builtin_function): Likewise.
318         * cp/decl.c (builtin_function): Likewise.
319         (builtin_function_1): Likewise.
321         * c-common.c (c_common_nodes_and_builtins): Pass an additional
322         NULL_TREE argument to builtin_function.  (builtin_function_2):
323         Likewise.
324         * cp/call.c (build_java_interface_fn_ref): Likewise.
325         * objc/objc-act.c (synth_module_prologue): Likewise.
326         * java/decl.c (java_init_decl_processing): Likewise.
327         * f/com.c (ffe_com_init_0): Likewise.
329         * config/alpha/alpha.c (alpha_init_builtins): Pass an additional
330         NULL_TREE argument to builtin_function.
331         * config/arm/arm.c (def_builtin): Likewise.
332         * config/c4x/c4x.c (c4x_init_builtins): Likewise.
333         * config/i386/i386.c (def_builtin): Likewise.
334         * config/ia64/ia64.c (def_builtin): Likewise.
335         * config/rs6000/rs6000.c (def_builtin): Likewise.
337 2002-07-01  Zack Weinberg  <zack@codesourcery.com>
339         * config/ip2k/t-ip2k: Remove LIBGCC1, CROSS_LIBGCC1, and LIBGCC1_TEST.
340         * config/mips/t-isa3264: Likewise.
341         * config/mmix/t-mmix: Likewise.
343 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
345         * emit-rtl.c (init_emit_once): Add missing cast to HOST_WIDE_INT.
347 2002-07-01  Roger Sayle  <roger@eyesopen.com>
349         PR opt/4046
350         * fold-const.c (fold) [COND_EXPR]: Simplify A ? 0 : 1 to !A,
351         A ? B : 0 to A && B and A ? B : 1 into !A || B if both A and
352         B are truth values.
354 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
356         * config/mmix/t-mmix: Eliminate last reference to LIBGCC1_TEST.
358 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
360         * README.Portability (Function prototypes): Give an example of
361         declaring and defining a function with no arguments.
363         * README.Portability (Function prototypes): Document new
364         variable-argument function macros.
366 Mon Jul  1 19:55:17 2002  J"orn Rennecke <joern.rennecke@superh.com>
368         * sh.c (langhooks.h): Include.
369         (sh_init_builtins, sh_media_init_builtins): New functions.
370         (sh_expand_builtin, arith_reg_dest,and_operand): Likewise.
371         (mextr_bit_offset, extend_reg_operand, zero_vec_operand): Likewise.
372         (sh_rep_vec, sh_1el_vec, sh_const_vec): Likewise.
373         (builtin_description): New struct tag.
374         (signature_args, bdesc): New arrays.
375         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Undef / define.
376         (print_operand): Add 'N' modifier.
377         * sh.h (VECTOR_MODE_SUPPORTED_P): Add SHmedia vector modes.
378         (EXTRA_CONSTRAINT_U, EXTRA_CONSTRAINT_W): New macros.
379         (EXTRA_CONSTRAINT): Add 'U' and 'W' cases.
380         (CONST_COSTS): Add special case for SHmedia AND.
381         (PREDICATE_CODES): Add and_operand, arith_reg_dest,
382         extend_reg_operand, extend_reg_or_0_operand, mextr_bit_offset,
383         sh_const_vec, sh_1el_vec, sh_rep_vec, zero_vec_operand.
384         target_operand can also be const or unspec.
385         * sh.md (UNSPEC_INIT_TRAMP, UNSPEC_FCOSA UNSPEC_FSRRA): New constants.
386         (UNSPEC_FSINA, UNSPEC_NSB, UNSPEC_ALLOCO): Likewise.
387         (attribute type): Add new types.
388         (anddi3): Add splitter.
389         (movdi_const_16bit+1): Add code to handle vector constants and
390         bitmasks efficiently.
391         (shori_media): Have generator function made.
392         (movv8qi, movv8qi_i, movv8qi_i+1, movv8qi_i+2): New patterns.
393         (movv8qi_i+3, movv2hi, movv2hi_i, movv4hi, movv4hi_i): Likewise.
394         (movv2si, movv2si_i, absv2si2, absv4hi2, addv2si3, addv4hi3): Likewise.
395         (ssaddv2si3, usaddv8qi3, ssaddv4hi3, negcmpeqv8qi): Likewise.
396         (negcmpeqv2si, negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si): Likewise.
397         (negcmpgtv4hi, mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub): Likewise.
398         (mextr_rl, mextr_lr, mextr1, mextr2, mextr3, mextr4, mextr5): Likewise.
399         (mextr6, mextr7, mmacfx_wl, mmacfx_wl_i, mmacnfx_wl): Likewise.
400         (mmacnfx_wl_i, mulv2si3, mulv4hi3, mmulfx_l, mmulfx_w): Likewise.
401         (mmulfxrp_w, mmulhi_wl, mmullo_wl, mmul23_wl, mmul01_wl): Likewise.
402         (mmulsum_wq, mmulsum_wq_i, mperm_w, mperm_w_little): LIkewise.
403         (mperm_w_big, mperm_w0, msad_ubq, msad_ubq_i, mshalds_l): Likewise.
404         (mshalds_w, ashrv2si3, ashrv4hi3, mshards_q, mshfhi_b): Likewise.
405         (mshflo_b,  mshf4_b, mshf0_b, mshfhi_l, mshflo_l, mshf4_l): Likewsie.
406         (mshf0_l, mshfhi_w, mshflo_w, mshf4_w, mshf0_w, mshfhi_l_di): Likewise.
407         (mshfhi_l_di_rev, mshflo_l_di, mshflo_l_di_rev): Likewise.
408         (mshflo_l_di_x, mshflo_l_di_x_rev, ashlv2si3, ashlv4hi3): Likewise.
409         (lshrv2si3, lshrv4hi3, subv2si3, subv4hi3, sssubv2si3): Likewise.
410         (ussubv8qi3, sssubv4hi3, fcosa_s, fsina_s, fipr, fsrra_s): Likewise.
411         (ftrv): Likewise.
413         (fpu_switch+1, fpu_switch+2): Remove constraint.
415 2002-07-01  Aldy Hernandez  <aldyh@redhat.com>
417         * tree.c (build_function_type_list): Update function comment.
418         Rename first argument to return_type.
420 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
422         * Makefile.in: Remove all trace of tradcpp.c, tradcpp.h,
423         tradcif.y and related files.
425 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
427         * cpptrad.c (skip_whitespace): Pass pointer to prior char.
429 2002-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
431         * mips.h (FUNCTION_ARG_REGNO_P): Fix parentheses.
433 2002-06-30  Devang Patel  <dpatel@apple.com>
435         * objc/objc-act.c (finish_file): Avoid finish_objc() if
436         -fsyntax-only.
438 Fri Jun 28 17:22:37 2002  Denis Chertykov  <denisc@overta.ru>
439                           Frank Ch. Eigler  <fche@redhat.com>
440                           Matthew Green  <mrg@redhat.com>
441                           Richard Henderson <rtl@redhat.com>
442                           Dave Hudson  <dave.hudson@ubicom.com>
443                           Jeff Johnston  <jjohnstn@redhat.com>
444                           Alan Lehotsky <apl@alum.mit.edu>
445                           Bernd Schmidt  <bernds@redhat.com>
446                           Graham Stott  <grahams@redhat.com>
448         * doc/extend.texi: Add ip2k port to description of attribute
449         naked.
450         * doc/install.texi (Specific): Add ip2k description.
451         * doc/install-old.texi (Configurations): Add ip2k to possible
452         cpu types.
453         * doc/md.texi: Document ip2k constraints.
454         * config/ip2k/crt0.S: New file.
455         * config/ip2k/ip2k-protos.h: New file.
456         * config/ip2k/ip2k.c: New file.
457         * config/ip2k/ip2k.h: New file.
458         * config/ip2k/ip2k.md: New file.
459         * config/ip2k/libgcc.S: New file.
460         * config/ip2k/t-ip2k: New file.
462 2002-06-30  Hans-Peter Nilsson  <hp@bitrange.com>
464         * config/mmix/mmix.md ("return"): New pattern.
465         * config/mmix/mmix.h (TARGET_MASK_USE_RETURN_INSN)
466         (TARGET_USE_RETURN_INSN): New macros.
467         (TARGET_DEFAULT): Include TARGET_MASK_USE_RETURN_INSN.
468         (TARGET_SWITCHES): Add -msingle-exit and -mno-single-exit.
469         * config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Fix spacing.
470         (MMIX_POP_ARGUMENT): New macro.
471         (mmix_target_asm_function_prologue): When no epilogue is executed,
472         just emit a blank line.  Use MMIX_POP_ARGUMENT with final POP insn.
473         (mmix_print_operand) <case '.'>: New case.
474         (mmix_print_operand_punct_valid_p): Match '.'.
475         (mmix_use_simple_return): New function.
476         * config/mmix/mmix-protos.h (mmix_use_simple_return): Prototype.
477         * doc/invoke.texi (Option Summary) <MMIX Summary>: Add
478         -msingle-exit, -mno-single-exit.
479         (MMIX Options): Ditto.
481 2002-06-30  Aldy Hernandez  <aldyh@redhat.com>
483         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Fix typos.
485 2002-06-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
487         * gengtype.c (oprintf): Move VA_CLOSE after all fixedarg uses.
489 2002-06-30  Alan Modra  <amodra@bigpond.net.au>
491         * unroll.c (loop_iterations): Handle EQ loops.
493 2002-06-29  David Edelsohn  <edelsohn@gnu.org>
495         * config/rs6000/rs6000.md (ctrdi): Allocate pseudo for FPR
496         constraint in define_expand, not splitter.
497         Formatting.
499 2002-06-29  Aldy Hernandez  <aldyh@redhat.com>
501         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use
502         build_function_type_list instead of build_function_type.
504         * config/ia64/ia64.c (ia64_init_builtins): Same.
506         * config/alpha/alpha.c (alpha_init_builtins): Same.
508         * config/rs6000/rs6000.c (altivec_init_builtins): Same.
510         * config/arm/arm.c (arm_init_builtins): Same.
512         * tree.h: Add build_function_type_list prototype.
514         * tree.c (build_function_type_list): New.
516 2002-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
518         * collect2.c (scan_prog_file): Fix typo in message.
520 2002-06-28  Aaron Lehmann  <aaronl@vitelus.com>
522         * fold-cont.c: Remove unused CHARMASK.
524 2002-06-29  Neil Booth  <neil@daikokuya.co.uk>
526         PR preprocessor/7150
527         * cppmain.c (scan_translation_unit_trad): Simplify.
528         * cppmacro.c (cpp_scan_nooutput): Handle traditional case.
530 2002-06-29  Neil Booth  <neil@daikokuya.demon.co.uk>
532         * config/i386/crtdll.h: Define EXTRA_OS_CPP_BUILTINS.
533         Don't use CPP_PREDEFINES.
534         * config/i386/cygwin.h (EXTRA_OS_CPP_BUILTINS): New.
535         Used TARGET_OS_CPP_BUILTINS in preference to CPP_PREDEFINES.
536         * config/i386/djgpp.h, config/i386/i386-coff.h,
537         config/i386/i386-interix.h, config/i386/i386-interix3.h,
538         config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mingw32.h,
539         config/i386/openbsd.h, config/i386/ptx4-i.h, config/i386/sysv3.h,
540         config/i386/uwin.h: Similarly.
542 2002-06-29  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
544         * c4x.h: (TARGET_CPU_CPP_BUILTINS): Check flag_inline_functions and
545         flag_inline_trees to enable inlining.
547 2002-06-28  Phil Edwards  <pme@gcc.gnu.org>
549         * configure.in (gcc_gxx_include_dir):  Change to match versioned
550         C++ headers if --enable-version-specific-runtime-libs is used.
551         * configure:  Regenerate.
553 2002-06-28  Jan Hubicka  <jh@suse.cz>
555         * gcse.c (gcse_emit_move_after): Use gen_move_insn to produce the move.
557 2002-06-28  Stephen Clarke  <stephen.clarke@superh.com>
559         * combine.c (combine_simplify_rtx): Pass the mode of the
560         shift count, not the shift operation when trying to simplify
561         a shift on a SHIFT_COUNT_TRUNCATED target.
563 2002-06-28  Stephane Carrez  <stcarrez@nerim.fr>
565         * config/m68hc11/m68hc11.md ("*addsi3"): Use 'o' constraint to
566         avoid the auto increment addressing modes.
567         ("*subsi3"): Likewise.
568         (split for add/sub on address): For 68HC12 push the value on
569         the stack and do the operation with a pop.
571 2002-06-28  Neil Booth  <neil@daikokuya.co.uk>
573         * cpplib.c (_cpp_handle_directive): Move #define-specific
574         code to the #define handler...
575         (do_define): ...here.
576         (lex_macro_node): No longer a need to check for comments here.
578 2002-06-28  Stephane Carrez  <stcarrez@nerim.fr>
580         * config/m68hc11/m68hc11.h (OPTIMIZATION_OPTIONS): Define.
581         * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
582         Declare.
583         * config/m68hc11/m68hc11.c (m68hc11_optimization_options): New,
584         do not reorder basic blocks at the end when optimizing for size.
586 2002-06-28  Stephane Carrez  <stcarrez@nerim.fr>
588         * config/m68hc11/m68hc11.c (autoinc_mode): New function.
589         (m68hc11_make_autoinc_notes): New function.
590         (m68hc11_split_move): Be very cautious when spliting a move with
591         auto increment/decrement modes because this may result in incompatible
592         directions; add REG_INC notes to the resulting insn for CSE reg.
594 2002-06-28  Stephane Carrez  <Stephane.Carrez@nerim.fr>
596         * config/m68hc11/m68hc11.c (register_indirect_p): For 68HC12 a constant
597         can be a valid address.
599 2002-06-28  Aldy Hernandez  <aldyh@redhat.com>
601         * config/rs6000/rs6000.c: Remove unusued variables from last
602         patch.
604 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
606         Revert:
607         * config/rs6000/rs6000.c (rs6000_override_options): Move
608         *SUBTARGET_OVERRIDE_OPTIONS before the -m options.
610 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
612         * config/rs6000/rs6000.c (altivec_expand_builtin): Move
613         lvx/stv/dst builtins...
614         (altivec_expand_ld_builtin): ...to here.
615         (altivec_expand_st_builtin): ...here.
616         (altivec_expand_dst_builtin): ...and here (respectively).
618 2002-06-28  Bob Wilson  <bob.wilson@acm.org>
620         * config/xtensa/xtensa.h (RETURN_IN_MEMORY): Update comment.
622 2001-06-08  Bernd Schmidt  <bernds@redhat.com>
624         * emit-rtl.c (gen_lowpart_common): Don't create paradoxical FLOAT_MODE
625         subregs.
626         * recog.c (general_operand, register_operand): Disallow them.
628 2002-06-28  Neil Booth  <neil@daikokuya.co.uk>
630         PR preprocessor/7138
631         * cpplib.c (_cpp_handle_directive): Do traditional
632         preparation after setting state.angled_headers.
633         * cpptrad.c (scan_out_logical_line): Fix potential
634         quote bug.
636 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
638         * config/rs6000/rs6000.c (rs6000_override_options): Move
639         *SUBTARGET_OVERRIDE_OPTIONS before the -m options.
641 2002-06-27  Bob Wilson  <bob.wilson@acm.org>
643         * config/xtensa/xtensa.md: Give "*xxx" names to all unnamed insn's.
644         (*lsiu, *ssiu, movstrsi_internal, zero_cost_loop_start,
645         zero_cost_loop_end): Remove unnecessary "parallel" from insns.
647 2002-06-27  Roger Sayle  <roger@eyesopen.com>
649         * config/d30v/d30v.h: Remove commented out STACK_REGS #defines.
650         * config/stormy16/stormy16.h: Likewise.
652         * config/stormy16/stormy16.h (CUMULATIVE_ARGS): Replace typedef
653         with #define.
655 2002-06-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
657         * doc/install.texi (Binaries): Add Sinix/Reliant Unix.  Move
658         Hitachi entry.  Make punctuation more consistent.
660 2002-06-27  Matt Kraai  <kraai@alumni.cmu.edu>
662         * doc/install.texi: Change ` bit' to `-bit'.
663         * doc/md.texi: Change `-bits' to `-bit'.
664         * doc/tm.texi: Change `-bits' to ` bits'.
666 2002-06-27  Daniel Berlin  <dberlin@dberlin.org>
668         * gcse.c (hoist_code): Rewrite to only get list of dominated
669         blocks once per BB. Also fix reversed test (by removing need for
670         the test at all).
672 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
674         * cpphash.h (_cpp_set_trad_context): Remove.
675         * cpplib.c (prepare_directive_trad): Do nothing for #define.
676         (cpp_push_buffer, _cpp_pop_buffer): Don't call _cpp_set_trad_context.
677         * cpptrad.c: Update comments.
678         (_cpp_read_logical_line_trad): Let scan_logical_line handle
679         updating the current context.
680         (scan_logical_line): Update the current context.
681         (_cpp_create_trad_definition): Similarly.
682         (_cpp_set_trad_context): Remove.
684 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
686         PR preprocessor/7070
687         * c-lex.c (cb_def_pragma): Don't try to spell CPP_EOF.
689 2002-06-26  Bob Wilson  <bob.wilson@acm.org>
691         * config/xtensa/xtensa-protos.h (xtensa_return_addr): Declare.
692         config/xtensa/xtensa.c (xtensa_return_addr): New function.
693         config/xtensa/xtensa.h (RETURN_ADDR_RTX): Use xtensa_return_addr.
694         config/xtensa/xtensa.md (fix_return_addr): New pattern.
696 2002-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
698         * mips.c (coprocessor_operand, coprocessor2_operand,
699         symbolic_operand): Move prototypes from here...
700         * mips-protos.h (coprocessor_operand, coprocessor2_operand,
701         symbolic_operand): ...to here.
703 Wed Jun 26 16:32:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
705         * config/sh/crt1.asm: remove _stack label definition
706         and sentinel value.
708 2002-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
710         * varasm.c: Include real.h before output.h.
712 2002-06-26  Aldy Hernandez  <aldyh@redhat.com>
714         * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Revert change to
715         check for TARGET_ALTIVEC.
717 2002-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
719         * config.gcc (vax-*-vms*): Make obselete.
721 2002-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
723         * gcc.c (warn_std): Delete.
725 2002-06-25  Loren J. Rittle  <ljrittle@acm.org>
727         * doc/extend.texi: Fix formatting of last checkin.
729 2002-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
731         * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Remove leading
732         underscore from __IEEE_FP and __IEEE_FP_INEXACT.
734 2002-06-25  Aldy Hernandez  <aldyh@redhat.com>
736         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
737         discrepancies from motorola's documentation.
739 Tue Jun 25 21:51:13 2002  J"orn Rennecke <joern.rennecke@superh.com>
741         * optabs.c (expand_vector_binop, expand_vector_unop): Don't assume
742         GET_MODE_UNIT_SIZE (mode) == UNITS_PER_WORD.
744         * config/sh/lib1funcs.asm (udivdi3): Make first divide step
745         produce a 32 bit result before normalization, then normalize with a
746         left shift.  Compute approximative error of 2nd reciprocal
747         approximation in 2's complement.  Fix mask generation from upper
748         longword of second divide stage result.
749         For large divisor, fix shift count used to truncate first stage
750         divide result; make decision if to adjust upwards based on comparison
751         of higher parts of normalized values.
752         (udivdi): Likewise.  Undo normalization of result for large divisor
753         case.
755 2002-06-25  David S. Miller  <davem@redhat.com>
757         * config/sparc/sparc.md: Change \\{t,n} to \{t,n}.
759 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
761         * cpplib.c (do_include_common): Revert to correct line number
762         if -traditional.
763         * cpptrad.c (scan_out_logical_line): Treat null directive as
764         white space.  Invlidate MI optimization for non-whitespace
765         text outside a directive.
767 2002-06-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
769         * Makefile.in (SHELL): Set to @SHELL@.
770         * fixinc/Makefile.in (SHELL): Likewise.
772         * mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2,
773         fixuns_truncsfsi2, fixuns_truncsfdi2): Avoid automatic aggregate
774         initialization.
776 2002-06-24  Jeff Law <law@redhat.com>
778         * flow.c (propagate_one_insn): When removing an insn
779         with a REG_LIBCALL note but not the entire libcall sequence,
780         delete the associated REG_RETVAL note.
782 Mon Jun 24 21:05:09 2002  J"orn Rennecke <joern.rennecke@superh.com>
784         * lib1funcs.asm (sdivsi3): Add optimized SH64 implementations.
785         (udivsi3): Likewise.  Rewrite SH1 implementation.
786         (udivdi3, divdi3, umoddi3, moddi3): New SHmedia functions.
787         * sh.md (R20_REG, R21_REG, R22_REG, R23_REG, FR23_REG): New constants.
788         (udivsi3_i1_media, divsi3_i1_media): Fix clobber list.
789         * config/sh/t-sh64 (LIB1ASMFUNCS): (_udivdi3, _divdi3, _umoddi3): Add.
790         (_moddi3): Likewise.
792         * lib1funcs.asm (ic_invalidate): Add data cache line writeback.
794         * sh.h (FUNCTION_ARG_ADVANCE): Take SHCOMPACT_FORCE_ON_STACK
795         arguments into account for stack_regs.
797 2002-06-24  Matt Kraai  <kraai@alumni.cmu.edu>
799         * doc/extend.texi: Change `@dots{}' to `/* @r{@dots{}} */'
800         in examples.
802 2002-06-24  Art Haas  <ahaas@neosoft.com>
804         * doc/extend.texi (Other Builtins): Change `...' to `@dots{}'.
805         * doc/tm.texi (Frame Layout): Likewise.
807 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
809         * gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
810         Set float_format to i128.
812 2002-06-24  David S. Miller  <davem@redhat.com>
814         * config/sparc/sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the
815         32-bit ABI libfuncs to NULL.
817         * config/sparc/sparc.md: Use define_insn_and_split.  Use braced
818         strings instead of quoted strings for code blocks.
820         * expmed.c (expand_divmod): Do not set optab1/optab2 to the shift
821         optabs if op1 is const0_rtx.
823         * Makefile.in (GTFILES): Add basic-block.h
824         * basic-block.h (label_value_list, tail_recursion_label_list):
825         Mark with GTY.
827 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
829         * cpptrad.c (scan_out_logical_line): Check recursing only when
830         we know we have a macro invocation in the function-like case.
831         Only call _cpp_handle_directive if we know we have a good
832         directive, or we want to reject a bad directive.
834 2002-06-24  Alan Modra  <amodra@bigpond.net.au>
836         * doloop.c (doloop_valid_p): Correct comment.
837         (doloop_modify_runtime <abs_inc != 1>): Simplify.
838         (doloop_modify_runtime <do-while>): Don't emit code when NE.
840 Thu Jun 20 00:26:53 2002  Denis Chertykov  <denisc@overta.ru>
842         * config.gcc: Add support for ip2k.
844 2002-06-23  Jan Hubicka  <jh@suse.cz>
845             Jeff Law <law@redhat.com>
847         * function.h (struct emit_status): Clarify potential contents
848         of regno_reg_rtx array.
849         * integrate.c (copy_rtx_and_substitute): Update comments.  Make
850         sure entry in regno_reg_rtx is a REG before checking REG_POINTER.
852         * reg-stack.c (convert_regs_exit): Push the registers to stack in
853         proper order.
855 2002-06-22  Ulrich Weigand  <uweigand@de.ibm.com>
857         PR middle-end/6963
858         * function.c (assign_stack_temp_for_type): Do not return
859         the same MEM rtx for multiple uses of a stack slot.
861 2002-06-22  David S. Miller  <davem@redhat.com>
863         PR target/6841 target/6770 target/6719
864         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Return
865         NO_REGS for constant X when CLASS is GENERAL_OR_FP_REGS or
866         GENERAL_OR_EXTRA_FP_REGS.
868 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
870         * cpptrad.c (struct fun_macro): Add line number.
871         (scan_out_logical_line): Set it, and use it to report unterminated
872         macro invocations.
874 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
876         * genautomata.c (copy_node, VLA_PTR_CREATE, VLA_PTR_EXPAND,
877         VLA_PTR_ADD, VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD,
878         DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL, DECL_PRESENCE,
879         DECL_ABSENCE, DECL_RESERV, DECL_INSN_RESERV, REGEXP_UNIT,
880         REGEXP_RESERV, REGEXP_SEQUENCE, REGEXP_REPEAT, REGEXP_ALLOF,
881         REGEXP_ONEOF, check_name): Const-ify.
883 2002-06-21  Matt Thomas  <matt@3am-software.com>
885         * config/vax/vax.c (vax_output_function_prologue): Use
886         REGISTER_PREFIX.  Fix some indentation.
887         * config/vax/vax.h (FUNCTION_PROFILER): Use reg_names[].
888         (VAX_ISTREAM_SYNC): Define.
889         (INITIALIZE_TRAMPOLINE): Use VAX_ISTREAM_SYNC.  Move the
890         i-stream sync to the end.
891         (REGISTER_PREFIX): Define as "".
892         (ASM_OUTPUT_MI_THUNK): Use REGISTER_PREFIX.
894 2002-06-21  Jason Thorpe  <thorpej@wasabisystems.com>
896         * config.gcc (ns32k-*-netbsd*): Remove from list of obsolete
897         configurations.
899 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
901         * tree.c (tree_node_kind, tree_node_counts, tree_node_sizes,
902         tree_node_kind_names): Wrap in GATHER_STATISTICS macro.
904 2002-06-21  Matt Thomas  <matt@3am-software.com>
906         * config/vax/netbsd.h: Adjust a comment.
907         (TARGET_DEFAULT): Redefine as 0.
909 2002-06-21  Richard Henderson  <rth@redhat.com>
911         * bb-reorder.c (make_reorder_chain_1): Search harder for the
912         vax casesi fallthru edge.
913         * cfglayout.c (cleanup_unconditional_jumps): Use
914         redirect_edge_succ_nodup.  Do not delete ADDR_VEC insns as dead.
915         * cfgrtl.c (force_nonfallthru_and_redirect): Place redirection
916         block after ADDR_VEC.
918 2002-06-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
920         * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtfastmath.o.
922 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
924         * cpperror.c (cpp_error): For traditional CPP, default to
925         diagnostics on pfile->line.
926         * cpplib.c (prepare_directive_trad): Set line number for
927         diagnostics for #define too.
928         * cpptrad.c (skip_whitespace): Skip comments properly.
929         (_cpp_expansions_different_trad): Initialize quote2.
931 2002-06-21  Hans-Peter Nilsson  <hp@bitrange.com>
933         * config/mmix/mmix.md: Change GNU CC to GCC in file header comment.
934         * config/mmix/mmix.h: Ditto.
935         * config/mmix/mmix-protos.h: Ditto.
936         * config/mmix/mmix.c: Ditto.  Fix typo in comment.
937         * config/mmix/mmix-modes.def: Change GNU CC to GCC in file header
938         comment.  Comment extra CC modes.
940 2002-06-20 Jan Hubicka  <jh@suse.cz>
942         * cfglayout.c (scope_to_insns_initialize): Call set_block_levels.
943         (scope_to_insns_finalize): Do not call set_block_levels; handle
944         sequences.
945         (choose_inner_scope): New.
946         * rtl.h (choose_inner_scope): Declare.
948 2002-06-20  John David Anglin  <dave@hiauly1.hia.nrc.ca>
950         * pa-protos.h (pa_asm_output_mi_thunk): Change third argument to
951         HOST_WIDE_INT.
952         * pa.c (pa_asm_output_mi_thunk): Likewise.
953         (n_deferred_plabels): Change type to size_t.
954         (output_deferred_plabels, output_call): Use size_t instead of int.
956 2002-06-20  Richard Henderson  <rth@redhat.com>
958         PR target/4041
959         * config/m68k/m68k.md (zero_extendsidi2): Create expander; duplicate
960         pattern and adjust constraints for coldfire.
962 2002-06-20  Richard Henderson  <rth@redhat.com>
964         * explow.c (probe_stack_range): Use gen_rtx_fmt_ee.
966 2002-06-20  Chris Demetriou  <cgd@broadcom.com>
968         * config.gcc (mipsisa64-*-elf*, mipsisa64el-*-elf*): New targets.
970 2002-06-20  Chris Demetriou  <cgd@broadcom.com>
972         * config/mips/mips.h (ISA_HAS_FP4): Fix comment to reflect use.
974 2002-06-20  Stan Shebs  <shebs@apple.com>
976         * dominance.c: Include errors.h instead of error.h.
978 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
980         * cppexp.c (cpp_interpret_integer): Don't force traditional
981         numbers to be unsigned.
982         * cpplib.c (prepare_directive_trad): Set line number for
983         diagnostics.
984         * cpptrad.c (scan_out_logical_line): Continue scanning out
985         at start of buffer.
986         * gcc.c (trad_capable_cpp): Use cc1 always.
988 2002-06-20  Jeffrey Law  <law@redhat.com>
990         * i386.h (TARGET_DEFAULT): Do not turn on frame pointer
991         elimination in leaf functions by default yet.
993 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
995         * combine.c (make_extraction): Reapply to the argument of an ASHIFT.
997 2002-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
999         * config/sparc/t-crtfm (crtfastmath.o): Prefix with $(T) for
1000         multilibs.
1001         * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Add crtfastmath.o.
1002         Fixes PR other/6836.
1004 Thu Jun 20 19:42:21 CEST 2002  Jan Hubicka  <jh@suse.cz>
1005                                Pavel Nejedly  <bim@atrey.karlin.mff.cuni.cz>
1007         Mon Jun 10 20:42:34 CEST 2002  Jan Hubicka  <jh@suse.cz>
1009         * basic-block.h: Do not include et-forest.h
1010         (dominance_info): Declare as struct dominance-info.
1011         * cfglayout.c (cleanup_unconditional_jumps): Remove the edge before
1012         deleting block.
1013         * dominance.c (struct dominance_info): Define.
1014         (BB_NODE, SET_BB_NODE): New macros.
1015         (bb_hash_func, bb_eq_func): Kill.
1016         (calculate_dominace_info, free_dominacne_info, set_immediate_dominator,
1017         nearest_common_dominator, dominated_by_p, recount_dominator,
1018         add_to_dominance_info, delete_from_dominance_info): update for new
1019         representation.
1020         (get_dominated_by, redirect_immediate_dominators): Rewrite using
1021         enumerate_sons.
1022         * ifcvt.c (process_double_test_block, merge_if_block, find_cond_trap,
1023         find_if_case_1, find_if_case_2): Remove killed blocks from dominance
1024         structure.
1026         * et-forest.h: Update copyright; revamp all function to operate on
1027         nodes
1028         (et_forest_value): Kill.
1029         (et_forest_enumerate_sons, et_forest_node_value): New.
1030         * et-forest.c: Update copyright.
1031         * et-forest.h: Update copyright; revamp all function to operate on
1032         nodes
1033         (et_forest_value): Kill.
1034         (et_forest_enumerate_sons, et_forest_node_value): New.
1036         Thu Jun  6 22:43:43 CEST 2002  Jan Hubicka  <jh@suse.cz>
1038         * basic-block.h: Inlude et-forest.h
1039         (basic_block_def): Kill dominator.
1040         (dominance_info): New type.
1041         (loops): Use dominace_info.
1042         (dominace handling functions): Take dominace_info as argument
1043         instead of bitmaps.
1044         (create_preheader): Likewise.
1045         * cfg.c (entry_exit_blocks): Kill dominator.
1046         (dump_flow_info): Do not dump dominators.
1047         * cfglayout.c (cleanup_unconditonal_jumps): Delete deleted block from
1048         dominators.
1049         * cfgloop.c (flow_pre_header_find): Use dominacne_info.
1050         (flow_loops_pre_header_scan, make_forwarder_block,
1051         canonicale_loop_headers, flow_loops_find): Likewise.
1052         * dominance.c: Include error.h
1053         (idoms_to_doms): Kill.
1054         (bb_hash_func, bb_eq_func): New static functions.
1055         (debug_dominace_info): New global function.
1056         (calculate_dominance_info): Use new et forest structure.
1057         (free_dominace_info, get_immediate_dominator, set_immediate_dominator,
1058         get_dominated_by, redirect_immediate_dominators,
1059         nearest_common_dominator, dominated_by_p, verify_dominators,
1060         recount_dominator, iterate_fix_dominators, add_to_dominace_info,
1061         delete_from_dominance_info): New global functions.
1062         * gcse.c (domnators): CHange to dominance_info.
1063         (alloc_hoist_mem): Do not alloc dominators
1064         (free_code_hoist_mem): Use free_dominance_info.
1065         (compute_code_hoist_data): Use dominance_info.
1066         (hoist_code): Likewise.
1067         * ifcvt.c (post_dominators): Likewise.
1068         (find_if_case_2, if_convert): Likewise.
1069         * predict.c (process_note_predictions, process_note_prediction,
1070         estimate-probability): Likewise.
1071         * sched-rgn.c (find_rgns, init_regions): Likewise.
1072         * ssa-dce.c (find_all_control_dependences, fint_control_depemndence,
1073         find_pdom, delete_insn_bb, ssa_eliminate_dead_code): Likewise.
1074         * ssa.c (compute_dominance_frontiers_1, rename_block, rename_registers,
1075         find_evaluations, convert_to_ssa): Likewise.
1076         * ssa.h (compute_dominance_frontiers): Likewise.
1078         Thu Jun  6 22:57:34 CEST 2002  Pavel Nejedly <bim@atrey.karlin.mff.cuni.cz>
1080         * Makefile.in (et-forest.c): Add.
1081         * et-forest.c: New file.
1082         * at-forest.h: New file.
1084 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1086         * c-decl.c (c_decode_option): Use ARRAY_SIZE in lieu of explicit
1087         array size calculation.
1088         * gengtype.c (NUM_BASE_FILES, create_file, write_gc_root):
1089         Likewise.
1091         * diagnostic.c (diagnostic_kind_text): Const-ify.
1092         * gengtype.c (lang_names): Likewise.
1094 Thu Jun 20 17:25:29 CEST 2002  JAn HUbicka  <jh@suse.cz>
1096         * combine.c (subst): Be prepared for simplify_subreg to return VOIDmode.
1098 2002-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1100         * config/sol2.h: New file.
1101         * config.gcc (i?86-*-solaris2*): Include it before i386/sol2.h.
1102         (sparc64-wrs-vxworks*): Include it before sparc/sol2.h.
1103         (sparc-*-chorusos*): Likewise.
1104         (sparc-*-elf*): Likewise.
1105         (sparc-*-rtems*, sparc-*-rtemself*): Likewise.
1106         (sparc64-*-solaris2*, sparcv9-*-solaris2*): Likewise.
1107         (sparc-hal-solaris2*): Likewise.
1108         (sparc-*-solaris2*): Likewise.
1109         (sparclite-*-elf*): Likewise.
1110         (sparc86x-*-elf*): Likewise.
1111         (sparc64-*-elf*): Likewise.
1113         * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Moved to
1114         config/sol2.h.
1115         (ASM_SPEC): Override config/sol2.h version for now.
1116         Removed obsolete GAS_REJECTS_MINUS_S variant.
1117         (WINT_TYPE, WINT_TYPE_SIZE): Moved to config/sol2.h.
1118         (HANDLE_PRAGMA_REDEFINE_EXTNAME): Likewise.
1119         (TARGET_OS_CPP_BUILTINS): Likewise.
1120         Assert system=unix.
1121         (CPP_SPEC): Simplified using new CPP_SUBTARGET_SPEC.
1122         (LIB_SPEC, ENDFILE_SPEC, STARTFILE_SPEC, LINK_SPEC): Moved to
1123         config/sol2.h.
1124         (SWITCH_TAKES_ARG, STDC_0_IN_SYSTEM_HEADERS): Likewise.
1125         (ASM_CPU_SPEC): Define.
1126         (SUBTARGET_EXTRA_SPECS): Define.
1128         * config/sparc/sol2-bi.h (LONG_DOUBLE_TYPE_SIZE): Removed, already
1129         in config/sparc/sol2.h.
1130         (ASM_SPEC): Moved to config/sol2.h.
1131         (CPP_CPU_SPEC): Simplified.
1132         (STARTFILE_SPEC32): Likewise, renamed to STARTFILE_ARCH32_SPEC for
1133         consistency.
1134         (STARTFILE_SPEC64): Renamed to STARTFILE_ARCH64_SPEC.
1135         (STARTFILE_ARCH_SPEC): Use new names STARTFILE_ARCH32_SPEC,
1136         STARTFILE_ARCH64_SPEC.
1137         (STARTFILE_SPEC): Moved to config/sol2.h
1138         (SUBTARGET_EXTRA_SPECS): Add startfile_arch.
1139         (LINK_ARCH32_SPEC): Moved to config/sol2.h.
1140         (LINK_ARCH64_SPEC): Simplified.
1141         (LINK_ARCH_SPEC): Redefined config/sol2.h version for 64-bit support.
1142         (LINK_SPEC): Moved to config/sol2.h
1144         * config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Moved to
1145         config/sol2.h.
1146         Use BITS_PER_WORD for size.
1147         (WINT_TYPE, WINT_TYPE_SIZE): Likewise.
1148         (HANDLE_PRAGMA_REDEFINE_EXTNAME): Likewise.
1149         (CPP_PREDEFINES): Removed OS-specific part handled by
1150         TARGET_OS_CPP_BUILTINS.
1151         (CPP_SUBTARGET_SPEC): Moved to config/sol2.h.
1152         (CPLUSPLUS_CPP_SPEC): Removed, handled by TARGET_OS_CPP_BUILTINS.
1153         (ASM_SPEC): Moved to config/sol2.h.
1154         (PREFERRED_DEBUGGING_TYPE): Likewise.
1155         (STARTFILE_SPEC, LIB_SPEC, LINK_SPEC): Likewise.
1156         (SWITCH_TAKES_ARG, STDC_0_IN_SYSTEM_HEADERS): Likewise.
1157         (TARGET_DEFAULT): Reordered to match config/sparc/sol2-bi.h version.
1158         (TRANSFER_FROM_TRAMPOLINE): Moved to config/sol2.h
1160         * config.gcc (i?86-*-solaris2*): Removed obsolete gas support.
1161         * config/i386/sol2gas.h: Removed.
1163 Thu Jun 20 12:14:01 CEST 2002  Jan Hubicka  <jh@suse.cz>
1165         * i386.md (xorqi_1_slp, xorqi_2_slp): New patterns.
1167 2002-06-16  Aldy Hernandez  <aldyh@redhat.com>
1169         * gcc.c-torture/execute/simd-1.c: New.
1171         * gcc.dg/simd-1.c: New.
1173         * doc/extend.texi (Vector Extensions): Document that we can
1174         specify simd types not specifically supported by the hardware.
1175         Document that simd types can be used as function arguments.
1176         Document that signness does make a difference in SIMD types.
1177         Misc cleanups and revisions to the vector extensions section.
1179         * simplify-rtx.c (simplify_subreg): Simplify subregs of vector
1180         constants.
1182         * expr.c (vector_mode_valid_p): New.
1184         * expr.h: Add vector_mode_valid_p.
1186         * defaults.h (VECTOR_MODE_SUPPORTED_P): Set default.
1188         * c-common.c (type_for_mode): Always build vector nodes regardless
1189         of VECTOR_MODE_SUPPORTED_P.
1190         (handle_mode_attribute): Error if we can't emulate a nonexisting
1191         vector mode.
1192         (handle_vector_size_attribute): Same.
1194         * optabs.c (expand_binop): Open-code vector operations.
1195         (expand_unop): Open-code vector unops.
1196         (expand_vector_binop): New.
1197         (expand_vector_unop): New.
1199         * c-typeck.c (build_binary_op): Allow vectors in binops.
1200         Allow vectors in conditional operatiors.
1201         (build_unary_op): Allow vectors in unary minus.
1203         * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Conditionalize on
1204         TARGET_ALTIVEC.
1206 2002-05-20  Richard Henderson  <rth@redhat.com>
1208         * c-common.c (c_common_get_alias_set): Correctly handle characters.
1209         Rearrange order of expressions; don't handle vectors here.
1210         * alias.c (get_alias_set): Let vectors match their components.
1212 2002-06-19  Chris Demetriou  <cgd@broadcom.com>
1214         * config/mips/mips.c (mips_emit_prefetch): Use hints which
1215         match desired locality.
1217 2002-06-19  Dhananjay R. Deshpande  <dhananjayd@kpit.com>
1219         * config/h8300/h8300.c (TARGET_INSERT_ATTRIBUTES): Define.
1220         (h8300_insert_attributes): New.
1222 2002-06-19  Akim Demaille  <akim@epita.fr>
1224         * c-parse.in (initelt: identifier ':' initval): Add an empty
1225         action to fix a type clash.
1226         (aliasdecl, classdef): Add the missing closing `;'.
1227         Whitespace changes.
1228         * gengtype-yacc.y (typedef_struct): Add an empty action to preevnt
1229         $$ = $1 type clashes.
1231 2002-06-19  Eric Christopher  <echristo@redhat.com>
1233         * config/mips/mips.c (symbol_operand): New function.
1234         (mips_emit_prefetch): Ditto.
1235         * config/mips/mips-protos.h: Define.
1236         * config/mips/mips.h (ISA_HAS_PREFETCH): Define.
1237         (CONSTANT_ADDRESS_P): Adjust, use TARGET_GAS.
1238         (LEGITIMIZE_ADDRESS): Ditto.
1239         * config/mips/mips.md (prefetch, prefetch_si_address,
1240         prefetch_si, prefetch_di_address, prefetch_di): New patterns.
1242 2002-06-19  Eric Christopher  <echristo@redhat.com>
1244         * config/fp-bit.h: Add unordered defines for gofast.
1246 2002-06-19  Vladimir Makarov  <vmakarov@redhat.com>
1248         * genautomata.c (DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON,
1249         DECL_EXCL, DECL_PRESENCE, DECL_ABSENCE, DECL_RESERV,
1250         DECL_INSN_RESERV, REGEXP_UNIT, REGEXP_RESERV, REGEXP_SEQUENCE,
1251         REGEXP_REPEAT, REGEXP_ALLOF, REGEXP_ONEOF): New macros with
1252         checking and without it.
1253         (decl_name, decl_mode_check_failed, regexp_name,
1254         regexp_mode_check_failed): New functions.
1255         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
1256         gen_presence_set, gen_absence_set, gen_automaton,
1257         gen_regexp_repeat, gen_regexp_allof, gen_regexp_oneof,
1258         gen_regexp_sequence, gen_reserv, gen_insn_reserv,
1259         automaton_decl_hash, automaton_decl_eq_p): Use the macros.
1260         (find_automaton_decl): Ditto.  Set up mode of work_automaton_decl.
1261         (insn_decl_hash, insn_decl_hash, insn_decl_eq_p): Use the macros.
1262         (find_insn_decl): Ditto.  Set up mode of work_insn_decl.
1263         (decl_hash, decl_eq_p): Use the macros.
1264         (find_decl): Ditto.  Set up mode of work_decl.
1265         (process_excls, process_presence_absence, process_decls,
1266         check_automaton_usage, process_regexp, process_regexp_decls,
1267         check_usage, loop_in_regexp, check_loops_in_regexps,
1268         process_regexp_cycles, add_advance_cycle_insn_decl,
1269         initiate_states, initiate_excl_sets,
1270         initiate_presence_absence_sets, copy_insn_regexp, transform_1,
1271         transform_2): Use the macros.
1272         (transform_3): Ditto.  Check mode before making transformations of
1273         ALLOF.
1274         (regexp_transform_func, transform_insn_regexps,
1275         process_unit_to_form_the_same_automaton_unit_lists,
1276         form_the_same_automaton_unit_lists_from_regexp,
1277         form_the_same_automaton_unit_lists,
1278         process_seq_for_forming_states, process_alts_for_forming_states,
1279         create_alt_states, form_ainsn_with_same_reservs, make_automaton,
1280         form_arcs_marked_by_insn, NDFA_to_DFA, set_new_cycle_flags,
1281         estimate_one_automaton_bound, compare_max_occ_cycle_nums,
1282         units_to_automata_heuristic_distr, create_ainsns,
1283         units_to_automata_distr, create_automata): Use the macros.
1284         (form_regexp): Ditto.  Fix typo in access to fields of ALLOF.
1285         (longest_path_length, min_issue_delay_pass_states,
1286         output_dead_lock_vect, output_tables, output_insn_code_cases,
1287         output_internal_insn_latency_func, output_print_reservation_func,
1288         output_description, output_automaton_units, generate): Use the
1289         macros.
1290         (make_insn_alts_attr): Ditto.  Check case when there are not
1291         alternatives in the reservation.
1292         (make_internal_dfa_insn_code_attr, make_default_insn_latency_attr,
1293         make_bypass_attr, form_important_insn_automata_lists,
1294         expand_automata): Use the macros.
1296 2002-06-20  Tim Josling  <tej@melbpc.org.au>
1298         * Makefile.in: Clean up code to check for misspecified languages
1299         in enable-languages.
1301 2002-06-19  Andrew Pinski <pinskia@physics.uc.edu>
1303         * cpptrad.c (_cpp_replacement_text_len): initialize len.
1305 2002-06-19  Jason Merrill  <jason@redhat.com>
1307         * Makefile.in (unstrap, restrap): New targets.
1308         (bootstrap): Mention restrap.
1310 2002-06-19  Matt Kraai  <kraai@alumni.cmu.edu>
1312         * except.c (ehl_free): Remove.
1314         * doc/tm.texi (TARGET_CPU_CPP_BUILTINS): Correct misnamings of
1315         builtin_define and builtin_define_std.
1317 2002-06-19  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
1319         * config/ns32k/ns32k.md: Give "*xxx" names to all unnamed insn's.
1320         (sCOND): Restrict operand class so that gcc knows how to reload them.
1321         (bitfield_set): Merge two unnamed insn's using alternatives.
1322         (call_value): Remove constraint on unused uperand.
1323         (udivmodhi4, udivmodsi4, udivmoddihi4_internal): Remove.
1324         (udivmoddiqi4_internal, udivmoddihi4, udivmoddiqi4): Remove.
1326         * longlong.h (count_trailing_zeros): Escape newline and beautify.
1328 2002-06-19  Mark Mitchell  <mark@codesourcery.com>
1330         * Makefile.in (QMTEST_DIR): Simplify definition.
1332 2002-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
1334         * config/d30v/d30v.h (CUMULATIVE_ARGS): Replace typedef with
1335         #define.
1337 2002-06-19  Neil Booth  <neil@daikokuya.co.uk>
1339         * cpphash.h (struct cpp_reader): Make date and time strings.
1340         (_cpp_builtin_macro_text, _cpp_copy_replacement_text,
1341         _cpp_replacement_text_len): New.
1342         * cppinit.c (cpp_create_reader): Update.
1343         (init_builtins): Register appropriate builtins for -traditional-cpp.
1344         * cppmacro.c (new_number_token): Remove.
1345         (_cpp_builtin_macro_text): New.
1346         (builtin_macro): Use it.
1347         (cpp_macro_definition): Update to handle traditional macros.
1348         * cppmain.c (cb_line_change): Don't do column positioning for
1349         traditional output.
1350         * cpptrad.c (enum ls): Rename ls_fun_macro to ls_fun_open.  New
1351         state ls_fun_close.
1352         (skip_whitespace): Fix.
1353         (maybe_start_funlike): Don't set state.parsing_args.
1354         (scan_out_logical_line): Remove duplicate error.  Use lex_state
1355         rather than state.parsing_args.
1356         (push_replacement_text): Handle builtins.
1357         (_cpp_replacement_text_len, _cpp_copy_replacement_text): New.
1359 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
1360             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1362         * config/fp-bit.c (_fpmul_parts, _fpdiv_parts): Mark with
1363         attribute __always_inline__.
1365 2002-06-18  Bob Wilson  <bob.wilson@acm.org>
1367         * config/xtensa/xtensa.h (FUNCTION_PROFILER): Respect flag_pic
1368         when generating the call to _mcount.
1369         (NO_PROFILE_COUNTERS): Define.
1371 2002-06-18  Richard Henderson  <rth@redhat.com>
1373         * print-rtl.c (print_rtx): Adjust NOTE argument numbers for
1374         2002-06-02 change.
1376 Tue Jun 18 20:53:32 2002  J"orn Rennecke <joern.rennecke@superh.com>
1378         * t-sh (MULTILIB_EXCEPTIONS): Set to ml.
1379         config/sh/t-linux (MULTILIB_EXCEPTIONS): Clear.
1380         * config/sh/t-netbsd (MULTILIB_EXCEPTIONS): Likewise.
1381         * config/sh/t-sh64 (MULTILIB_EXCEPTIONS): Likewise.
1383         * sh-protos.h (sh_pr_interrupt): Declare.
1384         * sh.c (sh_pr_interrupt): New function.
1385         (print_operand, calc_live_regs, sh_expand_prologue): Use it.
1386         (sh_hard_regno_rename_ok): Likewise.
1387         * sh.h (NORMAL_MODE): FP_MODE_NONE for interupt handlers.
1389 2002-06-18  Vladimir Makarov  <vmakarov@redhat.com>
1391         * rtl.def (DEFINE_AUTOMATON): Add description of new options
1392         `time' and `v'.  Fix incorrect description of option `w'.
1394         * doc/md.texi: Ditto.
1396         * genautomata.c (TIME_OPTION, V_OPTION): New macros.
1397         (gen_automata_option): Process the new options.
1398         (transform_2, transform_3): Initialize some variables.
1399         (initiate_automaton_gen): Use the new macros.
1401 2002-06-18  Richard Sandiford  <rsandifo@redhat.com>
1403         * config/mips/mips-protos.h (mips_initial_elimination_offset): Declare.
1404         (mips_set_return_address, mips_restore_gp): Declare.
1405         * config/mips/mips.h (struct mips_frame_info): Move to mips.c
1406         (current_frame_info): Remove.
1407         (INITIAL_ELIMINATION_OFFSET): Use mips_initial_elimination_offset.
1408         * config/mips/mips.c: Remove uses of current_frame_info.
1409         (struct mips_frame_info): Moved from mips.h.  Remove 'insns_len'.
1410         (struct machine_function): Add 'frame' and 'insns_len'.
1411         (current_frame_info, zero_frame_info): Remove.
1412         (mips_restore_gp, mips_set_return_address): New.
1413         (mips_initial_elimination_offset): New.
1414         * config/mips/mips.md (exception_receiver): Use mips_restore_gp.
1415         (eh_return define_split): Use mips_set_return_address.
1417 2002-06-18  Neil Booth  <neil@daikokuya.demon.co.uk>
1419         * cpplib.c (dtable): Update.
1420         (end_directive): Decrement expansion prevention count.
1421         Clear state.in_expression.
1422         (prepare_directive_trad): Set state.in_expression.
1423         Increment expansion prevention count.
1424         * cpptrad.c (enum ls): New.
1425         (_cpp_overlay_buffer): Set overlaid_buffer.
1426         (_cpp_remove_overlay): Use overlaid_buffer.
1427         (_cpp_read_logcial_line_trad): Update buffer when it might
1428         have changed.
1429         (scan_out_logical_line): Handle state transitions for assertions
1430         and defined() in #if, and for funlike invocations including the
1431         directive case.  Handle '<' and '>' as a quote mechanism in
1432         #include.  Warn about unterminated macro invocations.
1433         * cpphash.h (struct lexer_state): New member in_expression.
1434         (struct cpp_reader): New member overlaid buffer.
1436 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
1438         * config/cris/arit.c (do_31div, __Udiv, __Umod): Mark prototype
1439         __always_inline__.
1441 2002-06-18  Alan Modra  <amodra@bigpond.net.au>
1443         * config/ia64/ia64.md (doloop_end_internal): Correct rtl.
1445         * doloop.c (doloop_optimize): Extract pattern from insn.
1447 2002-06-17  Matt Kraai  <kraai@alumni.cmu.edu>
1449         * doc/extend.texi (Function Attributes): Remove `,...' from @var.
1451 2002-06-17  Jeff Law <law@redhat.com>
1453         * libgcc2.c: Do not include symcat.h or machmode.h.
1455 2002-06-17  Richard Henderson  <rth@redhat.com>
1457         PR target/6922
1458         * expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND.
1460 2002-06-17  Tom Tromey  <tromey@redhat.com>
1462         * dwarfout.c: Include function.h.
1464 2002-06-17  Andreas Schwab  <schwab@suse.de>
1466         * print-rtl.c (print_rtx): Print space before vector, not after.
1467         (debug_rtx): Clear sawclose before printing.
1468         (debug_rtx_list): Print newline after each list element.
1469         (debug_rtx_range): Likewise.
1471 2002-06-17  Richard Henderson  <rth@redhat.com>
1473         * function.h (struct function) [funcdef_no]: Rename profile_label_no.
1474         (current_function_funcdef_no): Similarly.
1475         * function.c (funcdef_no): Similarly.
1476         (prepare_function_start): Set current_function_funcdef_no.
1477         (expand_function_start): Don't set current_function_profile_label_no.
1478         * dwarf2out.h (current_funcdef_number): Remove.
1479         * dwarf2out.c (current_funcdef_number): Remove.  Replace with
1480         current_function_funcdef_no throughout.
1481         * dwarfout.c, vmsdbgout.c: Similarly.
1482         * except.c (sjlj_funcdef_number): Remove.
1483         (sjlj_emit_function_enter): Use current_function_funcdef_no instead.
1484         (output_function_exception_table): Likewise.
1485         * final.c (profile_function): Use current_function_funcdef_no
1486         instead of current_function_profile_label_no.
1488 2002-06-17  Vladimir Makarov  <vmakarov@redhat.com>
1490         * sched-ebb.c (init_ready_list): Check INSN_P first.
1492 Mon Jun 17 17:26:15 2002  J"orn Rennecke <joern.rennecke@superh.com>
1494         * sh.md (divsi3): Update way how to find insns in a sequence.
1496         * reload1.c (merge_assigned_reloads): Don't change reloads
1497         other than RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS
1498         to RELOAD_OTHER when there are conflicting input reloads.
1500 2002-06-17  Richard Earnshaw  (rearnsha@arm.com)
1502         * function.c (epilogue_done): Correctly build a sequence of insns for
1503         a sibcall epilogue.
1505 2002-06-17  Nick Clifton  <nickc@cambridge.redhat.com>
1507         * config/fr30/fr30.h (CUMULATIVE_ARGS): Replace typedef with
1508         #define.
1510         * config/m32r/m32r.md: Replace gen_sequence with get_insns.
1512 2002-06-16  Richard Henderson  <rth@redhat.com>
1514         * config/i386/i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead
1515         of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
1517 2002-06-16  Richard Henderson  <rth@redhat.com>
1519         PR opt/6722
1520         * regclass.c (globalize_reg): Update regs_invalidated_by_call.
1522 2002-06-16  Neil Booth  <neil@daikokuya.demon.co.uk>
1524         * config.gcc: Add i386/sysv4-cpp.h; remove i386-aout.h from vxworks.
1525         * config/i386/i386-aout.h, config/i386/i386elf.h,
1526         config/i386/sysv4.h: Remove CPP_PREDEFINES.
1527         * config/i386/linux64.h, config/i386/i386elf.h, config/i386/mach.h,
1528         config/i386/netware.h, config/i386/rtemself.h, config/i386/sco5.h,
1529         config/i386/sol2.h, config/i386/vsta.h, config/i386/vxi386.h,
1530         config/i386/win32.h: Use TARGET_OS_CPP_BUILTINS rather than
1531         CPP_PREDEFINES and part of CPP_SPEC.
1532         * config/i386/sysv4-cpp.h: New.
1534 2002-06-16  Richard Henderson  <rth@redhat.com>
1536         PR c/7030
1537         * dwarf2out.c (modified_type_die): Don't assign the qualified die
1538         to the unqualified type.
1540 Sun Jun 16 22:16:10 CEST 2002  Jan Hubicka  <jh@suse.cz>
1542         * i386-protos.h (x86_field_alignment): Declare.
1543         * i386.c (x86_field_alignment): Define.
1544         * i386.h (ADJUST_FIELD_ALIGNMENT): New.
1545         (BIGGEST_FIELD_ALIGNMENT): Kill.
1547 2002-06-16  Richard Henderson  <rth@redhat.com>
1549         * vax.md (casesi): Use emit_jump_insn.  Tidy expander pattern.
1551 2002-06-16  Richard Henderson  <rth@redhat.com>
1553         * c-common.c (flag_ms_extensions): Move from c++ front end.
1554         * c-common.h (flag_ms_extensions): Declare.
1555         * c-decl.c (c_decode_option): Add -fms-extensions.
1556         (grokfield): Don't accept anonymous structures in ISO C mode;
1557         accept only unnamed anonymous structures in GNU C mode; accept
1558         Plan 9 extensions in MS mode.
1559         * c-parse.in (SAVE_EXT_FLAGS, RESTORE_EXT_FLAGS): Rename from
1560         SAVE/RESTORE_WARN_FLAGS; add flag_iso frobbing; update all callers.
1561         (extension): Clear flag_iso.
1562         * doc/invoke.texi (C Dialect Options): Add -fms-extensions.
1564 2002-06-16  Hans-Peter Nilsson  <hp@axis.com>
1566         PR target/7042
1567         * reorg.c (make_return_insns) [DELAY_SLOTS_FOR_EPILOGUE]: Exit
1568         early if current_function_epilogue_delay_list is non-empty.
1569         * config/cris/cris.md ("return"): Add sanity check asserting that
1570         current_function_epilogue_delay_list is empty.
1572 2002-06-16  Jeff Law <law@redhat.com>
1574         * emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic
1575         sharing of hard registers.
1577         * toplev.c (rest_of_compilation): Remove redundant conditional.
1579         * toplev.c (rest_of_compilation): Perform a simpler, less costly
1580         cleanup of the CFG when not optimizing.
1582 2002-06-16  Alan Modra  <amodra@bigpond.net.au>
1584         * gcc.c (main): Correct startfile_prefix_spec check.
1586 2002-06-12  Geoffrey Keating  <geoffk@redhat.com>
1588         * config.gcc: Revert rth's patch of 2002-05-18.  Instead,
1589         include both darwin.o and rs6000-c.o.
1591 2002-06-15  Roger Sayle  <roger@eyesopen.com>
1593         * expr.c (compare_from_rtx): Call simplify_relational_operation
1594         on all comparisons, not just those between integer constants,
1595         with the correct (possibly unsigned) comparison code.
1596         (do_compare_rtx_and_jump): Likewise.
1598 2002-06-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1600         * Makefile.in (tm_defines): New configuration variable.
1601         (cs-config.h, cs-hconfig.h, cs-tconfig.h): Rename DEFINES to XM_DEFINES.
1602         Pass tm_defines in TM_DEFINES.
1603         (cs-tm_p.h): Rename DEFINES to XM_DEFINES.  Pass TM_DEFINES.
1604         * config.gcc (tm_defines): New configuration variable.
1605         (hppa*-*-* | parisc*-*-*): Use tm_defines instead of pa-700.h and
1606         pa-7100.h headers.  Change hppa1* scheduling default to 7100LC.
1607         * configure.in: Substitute tm_defines.
1608         * configure: Rebuilt.
1609         * mkconfig.sh: Rename DEFINES to XM_DEFINES.  Output TM_DEFINES.
1610         * doc/install.texi: Update.
1611         * pa/pa-700.h: Delete file.
1612         * pa/pa-7100.h: Delete file.
1614 2002-06-15  Roger Sayle  <roger@eyesopen.com>
1616         * fold-const.c (comparison_to_compcode): New function to convert
1617         an comparison TREE CODE into a bit-based representation.
1618         (compcode_to_comparison): New function to convert from this bit
1619         based representation back to a comparison TREE CODE.
1620         (fold_truthop): Simplify (x<y) && (x==y) and related composite
1621         comparisons.
1623 2002-06-15  Aldy Hernandez  <aldyh@redhat.com>
1625         * tm.texi (MEMBER_TYPE_FORCES_BLK): Document MODE argument.
1627         * stor-layout.c (compute_record_mode): Remove check for
1628         FUNCTION_ARG_REG_LITTLE_ENDIAN and VOIDmode when checking for
1629         MEMBER_TYPE_FORCES_BLK.  Pass new mode field to
1630         MEMBER_TYPE_FORCES_BLK.
1632         * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Same.
1634         * config/c4x/c4x.h (MEMBER_TYPE_FORCES_BLK): Same.
1636 2002-06-14  Jeff Sturm  <jsturm@one-point.com>
1638         * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS): Add SPARC_STACK_BIAS.
1640 2002-06-14  Steve Ellcey  <sje@cup.hp.com>
1642         * configure.in (USE_UNWIND_EXCEPTIONS): Add support to set
1643         USE_UNWIND_EXCEPTIONS if --enable-libunwind-exceptions is set.
1644         * configure, config.in: Regenerate.
1646 2002-06-14  Eric Botcazou  <ebotcazou@multimania.com>
1648         * loop.c (check_final_value): Use v->always_executed
1649         instead of v->always_computable.
1650         * unroll.c (final_giv_value): Don't calculate the final
1651         value as a function of the biv if the giv is not computed
1652         for every loop iteration.
1654 2002-06-14  Eric Botcazou  <ebotcazou@multimania.com>
1656         * loop.c (for_each_insn_in_loop): Fix formatting and comments.
1658 2002-06-14  Eric Botcazou  <ebotcazou@multimania.com>
1660         PR c/6677
1661         * convert.c (convert_to_integer) [LSHIFT_EXPR]: Don't pass
1662         the truncation down when the target type is signed.
1663         [trunc1]: Use unsigned arithmetic for LSHIFT_EXPR.
1664         * fold-const.c (extract_muldiv) [NOP_EXPR]: Don't pass through
1665         the conversion if the target type is a smaller type.
1667 2002-06-14  Richard Henderson  <rth@redhat.com>
1669         * fold-const.c (fold) [compare ops]: Move X>=C / X<C transfomation
1670         earlier.  Re-factor comparisons vs extrema.
1672 2002-06-14  Richard Henderson  <rth@redhat.com>
1674         * config/alpha/alpha.md (builtin_zapnot): Fix op2 mode.
1676 2002-06-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1678         * rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.
1679         * sched-deps.c (add_dependence): Likewise.
1680         (group_leader): Likewise.
1681         * sched-rgn.c (init_ready_list): Likewise.
1682         * doc/rtl.texi: Adjust accordingly.
1684 2002-06-13  Jeffrey Law  <law@redhat.com>
1686         * gcse.c (delete_null_pointer_checks_1): Inform caller if any
1687         null pointer checks were eliminated.  Update prototype.
1688         (delete_null_pointer_checks): Similarly.
1689         * rtl.h (delete_null_pointer_checks): Update prototype.
1690         * toplev.c (rest_of_compilation): Only run cleanup_cfg if
1691         delete_null_pointer_checks deletes one or more null
1692         pointer checks.  Do not run cleanup_cfg before gcse, the
1693         CFG is accurate and optimized at that point..
1695         * rs6000.c (rs6000_frame_related): Avoid unwanted sharing
1696         of hard registers.
1698 2002-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
1700         * Makefile.in (libgcc.mk): Depend on specs.
1702 Fri Jun 14 12:15:11 2002  J"orn Rennecke <joern.rennecke@superh.com>
1704         * sh.md (mulsi3): Update way how to find insns in a sequence.
1706 Fri Jun 14 12:04:02 2002  Dhananjay R. Deshpande <dhananjayd@kpit.com>
1708         * sh.h: Define HARD_REGNO_RENAME_OK
1709         * sh.c: sh_hard_regno_rename_ok: New. If current function has
1710         interrupt_handler attribute, only registers saved on stack are OK.
1711         * sh-protos.h: Declare sh_hard_regno_rename_ok.
1713 2002-06-14  Kaz Kojima  <kkojima@gcc.gnu.org>
1715         * config/sh/sh.md (jump): Emit jump insn.
1716         (call_pcrel): Get pattern of the result of gen_call_site.
1717         (call_value_pcrel, sibcall_pcrel, GOTaddr2picreg): Likewise.
1719 2002-06-14  Neil Booth  <neil@daikokuya.demon.co.uk>
1721         * cpphash.h (struct cpp_buffer): Remove saved_line_base.
1722         * cpptrad.c: Update comments.
1723         (skip_whitespace, copy_comment): Take a new parameter.
1724         (skip_escaped_newlines): Don't duplicate escaped newline test.
1725         (copy_comment): Different location for CUR, decide here how
1726         to copy / replace the comment.
1727         (skip_whitespace): Copy whitespace.
1728         (_cpp_overlay_buffer, _cpp_remove_overlay): Don't play with line_base.
1729         (scan_out_logical_line): Let copy comment handle keeping or
1730         replacing comments.
1731         (scan_parameters, _cpp_create_trad_definition): Update.
1733 2002-06-13  Alan Lehotsky  <apl@alum.mit.edu>
1735         * reload.c (get_secondary_mem,find_reloads_address,
1736         find_reloads_address_1): Pass reference to MEM to find_reloads_address
1737         so that LEGITIMIZE_RELOAD_ADDRESS will be called.
1739 2002-06-13  Jessica Han  <jessica@cup.hp.com>
1741         * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.
1742         (TARGET_VTABLE_DATA_ENTRY_DISTANCE): New.
1743         * doc/tm.texi: Document them.
1744         * config/ia64/ia64.h (TARGET_VTABLE_ENTRY_ALIGN): New.
1745         (TARGET_VTABLE_DATA_ENTRY_DISTANCE): New.
1746         (TARGET_VTABLE_USES_DESCRIPTORS): 4 word descriptors for 32-bit mode.
1747         (ASM_OUTPUT_FDESC): Likewise.
1749 2002-06-13  Eric Christopher  <echristo@redhat.com>
1751         * diagnostic.c (output_format): Fix thinko.
1753 Thu Jun 13 22:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
1755         * config/sh/coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Don't define.
1756         (DWARF2_UNWIND_INFO): Define to 0.
1758         * config/sh/sh.c (calc_live_regs): Don't use initial_value
1759         optimization for PR_MEDIA_REG.
1761 2002-06-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1763         * cpphash.h (_cpp_lex_identifier_trad): Remove.
1764         * cpplib.c (end_directive): Don't skip, always remove overlay
1765         apart from #define.
1766         (prepare_directive_trad): Handle NULL pfile->directive.
1767         (_cpp_handle_directive): Always call prepare_directive_trad
1768         if traditional.
1769         * cppmain.c (check_multiline_token): Rename account_for_newlines,
1770         generalize inputs.
1771         (scan_translation_unit_trad): Use it.
1772         * cpptrad.c (skip_comment): Rename copy_comment, copy comment to
1773         output, get escaped newline in comment close correct.
1774         (check_output_buffer, skip_whitespace): Update.
1775         (_cpp_lex_identifier_trad): Remove.
1776         (scan_out_logical_line): Handle -C and comments in directives
1777         properly.
1779 Thu Jun 13 20:18:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
1781         * config.gcc: Add support for sh[234]*-*-elf*, sh[2346lbe]*-*-linux*.
1782         * config/sh/linux.h (TARGET_DEFAULT): Use TARGET_CPU_DEFAULT.
1783         * sh.h (SELECT_SH1, SELECT_SH2, SELECT_SH3, SELECT_SH3E): New macros.
1784         (SELECT_SH4_NOFPU, SELECT_SH4_SINGLE_ONLY, SELECT_SH4): Likewise.
1785         (SELECT_SH4_SINGLE, SELECT_SH5_64, SELECT_SH5_64_NOFPU): Likewise.
1786         (SELECT_SH5_32, SELECT_SH5_32_NOFPU, SELECT_SH5_COMPACT): Likewise.
1787         (SELECT_SH5_COMPACT_NOFPU): Likewise.
1788         (TARGET_SWITCHES): Use them.
1789         (TARGET_CPU_DEFAULT): Define if not already defined.
1790         (TARGET_DEFAULT): Use it.
1791         (LINK_DEFAULT_CPU_EMUL): Value now depends on TARGET_CPU_DEFAULT.
1792         * config/sh/t-linux (MULTILIB_OPTIONS): Use MULTILIB_ENDIAN.
1793         * config/sh/t-monolib: New file.
1795 2002-06-13  Roger Sayle  <roger@eyesopen.com>
1797         * toplev.c (rest_of_compilation): Simplify (and correct) the
1798         logic of the first delete-null-pointer-checks pass.
1800 Thu Jun 13 18:24:17 CEST 2002  Jan Hubicka  <jh@suse.cz>
1802         * i386.c (ix86_expand_movstr):  Fix pasto.
1804 Thu Jun 13 18:18:17 CEST 2002  Jan Hubicka  <jh@suse.cz>
1806         * reload.c (find_valid_class):  Fix thinko in my previous patch.
1808 2002-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
1810         * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): New macro.
1811         * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): New macro.
1812         (CPP_PREDEFINES, CPP_SPEC, CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): Remove.
1813         (EXTRA_SPECS): Remove cpp_arch31 and cpp_arch64.
1815 2002-06-13  Gabriel Dos Reis  <gdr@codesourcery.com>
1817         * tree-inline.c (expand_call_inline): Don' mess with _DECL
1818         fields.
1820 2002-06-13  Gabriel Dos Reis  <gdr@codesourcery.com>
1822         * diagnostic.c (output_format): Recognize "%H" as a format
1823         specifier for a location_t.
1824         (text_specifies_location): New function.
1825         (diagnostic_set_info): Use it.
1827 2002-06-13  Jeffrey Law  <law@redhat.com>
1829         * emit-rtl.c (static_regno_reg_rtx): Define.
1830         (init_emit_once): Initialize static_regno_reg_rtx.
1831         (init_emit): Copy static_regno_reg_rtx into regno_reg_rtx instead
1832         of building new hard reg objects once per function.
1833         (gen_rtx_REG): Try to share hard regs.
1834         * regclass.c (init_fake_stack_mems): New function broken out from
1835         init_regs.
1836         * rtl.h (init_fake_stack_mems): Declare.
1837         * toplev.c (lang_independent_init): Call init_regs before
1838         init_emit_once.  Call init_fake_stack_mems after init_emit_once.
1840         * i386.md (extenddfxf2, extenddftf2): Fix typo/thinko.
1842         * alias.c (argument_registers): Remove.
1843         (init_alias_once): Initialize static_reg_base_value here.  Remove
1844         initialization of argument_registers.
1845         (init_alias_once_per_function): Remove.
1846         (init_alias_analysis): Copy all the entries from static_reg_base_value
1847         into new_reg_base_value all at once.
1848         * rtl.h (init_alias_once_per_function): Remove declaration.
1849         * function.c (prepare_function_start): Do not call
1850         init_alias_once_per_function.
1852         * caller-save.c (init_caller_save): Use gen_rtx_INSN instead of
1853         starting a sequence and emitting an INSN.
1855 2002-06-13  Richard Sandiford  <rsandifo@redhat.com>
1857         * config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.
1859 2002-06-13  David S. Miller  <davem@redhat.com>
1861         * expmed.c (init_expmed): Remove duplicate init of 'reg'.
1863 2002-06-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1865         * cpplib.c (end_directive): Handle line skipping.  Only remove
1866         the rest of the line if the directive was valid.
1867         * cppmacro.c (_cpp_push_text_context): Set NODE_DISABLED when
1868         expanding a traditional macro.
1869         * cpptrad.c (recursive_macro): New.
1870         (read_logical_line_trad): Handle skipping.
1871         (scan_out_logical_line): Continue after a successful directive.
1872         Don't expand macros whilst skipping, or if recursing.
1873         (_cpp_create_trad_definition): scan_out_logical_line now sets
1874         the output current position.
1876 2002-06-12  Eric Christopher  <echristo@redhat.com>
1878         From Chris Demetriou  <cgd@broadcom.com>
1879         * config/mips/mips.h (ISA_HAS_FP4): Add ISA_MIPS64 and fix
1880         comment.
1881         (ISA_HAS_MADD_MSUB): Ditto.
1882         (ISA_HAS_NMADD_NMSUB): Ditto.
1884 2002-06-12  Eric Christopher  <echristo@redhat.com>
1886         * config.gcc: Consolidate little endian handling and
1887         little/big endian targets.
1888         * config/mips/elfl.h: Remove file.
1889         * config/mips/elfl64.h: Ditto.
1890         * config/mips/ecoffl.h: Ditto.
1891         * config/mips/r3900.h (SUBTARGET_CPP_SPEC): Remove.
1893 2002-06-12  Geoffrey Keating  <geoffk@redhat.com>
1895         * gengtype.h (xvasprintf): New prototype.
1896         (xasprintf): New prototype.
1897         (struct outf): New.
1898         (get_output_file): Return an outf_p.
1899         (header_file): Is now an outf_p.
1900         (base_files): Now are outf_p.
1901         (oprintf): New.
1902         * gengtype.c: Replace all output FILE * with outf_p; use oprintf
1903         rather than stdio operations.  Use xasprintf in a few places,
1904         when appropriate.
1905         (xvasprintf): New.
1906         (xasprintf): New.
1907         (struct filemap): Delete.
1908         (files): Delete.
1909         (output_files): New.
1910         (oprintf): New.
1911         (create_file): Create an outf_p.  Add parameter to indicate output
1912         file name, change all callers.
1913         (open_base_files): Create gtype-desc.c here.
1914         (get_output_file_with_visibility): Rewrite.
1915         (get_output_file_name): Just look at 'name' field in struct outf.
1916         (close_output_files): Rewrite.
1918 2002-06-12  Jason Thorpe  <thorpej@wasabisystems.com>
1920         * config/vax/vax.h (MASK_UNIX_ASM, MASK_VAXC_ALIGNMENT)
1921         (MASK_G_FLOAT): Define.
1922         (TARGET_UNIX_ASM, TARGET_VAXC_ALIGNMENT, TARGET_G_FLOAT): Use them.
1923         (TARGET_SWITCHES): Likewise.
1924         (TARGET_DEFAULT): Likewise.
1926 2002-06-12  Daniel Jacobowitz  <drow@mvista.com>
1928         * config/mips/elf.h (DWARF2_DEBUG_INFO): Define.
1929         * config/mips/mips.c (mips_output_filename): Don't print a
1930         ".file" directive if we are using DWARF-2.
1931         (mips_output_function_prologue): Do not emit source file
1932         name for TARGET_GAS.
1934 Wed Jun 12 16:45:13 CEST 2002  Jan Hubicka  <jh@suse.cz>
1936         * i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to
1937         decide whether emit the short opcode.
1938         * i386.h (x86_shift1): Declare.
1939         (TARGET_SHIFT1): New macro.
1940         * i386.c (x86_shift1): New global variable.
1942         * toplev.c (rest_of_compilation): Call find_basic_block pre-loop
1943         unconditionally; make loop to rebuild CFG; kill unnecesary
1944         find_basic_block calls; kill compute_bb_for_insn call.
1945         * cfgbuild.c (find_basic_blocks): Kill compute_bb_for_insn call.
1946         * haifa-sched.c (sched_init): Likewise.
1947         * ssa-ccp.c (ssa_const_prop): Likewise.
1948         * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
1950 2002-06-11  David S. Miller  <davem@redhat.com>
1952         * emit-rtl.c (emit_*_scope): Only access INSN_SCOPE if
1953         active_insn_p.
1955 2002-06-11  Richard Henderson  <rth@redhat.com>
1957         * c-common.c (builtin_define_type_max): New.
1958         (cb_register_builtins): Define __SCHAR_MAX__, __SHRT_MAX__,
1959         __INT_MAX__, __LONG_MAX__, __LONG_LONG_MAX__, __CHAR_BIT__.
1961         From Joseph S. Myers:
1962         * glimits.h: Rewrite to expect the double underscore definitions
1963         from the compiler.
1965         * config/alpha/unicosmk.h, config/avr/avr.h, config/h8300/h8300.h,
1966         config/i386/linux64.h, config/ia64/aix.h, config/ia64/hpux.h,
1967         config/ia64/ia64.h, config/m68hc11/m68hc11.h, config/m68hc11/m68hc12.h,
1968         config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
1969         config/pa/pa.h, config/rs6000/aix43.h, config/rs6000/aix51.h,
1970         config/rs6000/linux64.h, config/s390/linux.h, config/sh/sh.h,
1971         config/stormy16/stormy16.h: Don't define any of __SHRT_MAX__,
1972         __INT_MAX__, __LONG_MAX__, or __LONG_LONG_MAX__.
1974 2002-06-11  Richard Henderson  <rth@redhat.com>
1976         * config/alpha/alpha.c (ALPHA_BUILTIN_THREAD_POINTER): New.
1977         (ALPHA_BUILTIN_SET_THREAD_POINTER): New.
1978         (code_for_builtns): Update.
1979         (alpha_init_builtins): Add __builtin_thread_pointer and
1980         __builtin_set_thread_pointer.
1981         (alpha_expand_builtin): Handle void builtins.
1982         * doc/extend.texi (Alpha Built-in Functions): Update.
1984 2002-06-11  Hans-Peter Nilsson  <hp@axis.com>
1986         PR target/6997
1987         * config/cris/cris.md ("sleu"): Set attribute "cc" to "none".
1989 2002-06-11  Zack Weinberg  <zack@codesourcery.com>
1991         * config.gcc: Make the name of the extra-modes file adjustable
1992         by target stanzas.
1993         (s390x, strongarm, xscale stanzas): Use this facility.
1994         * configure.in: Update to match.
1995         * configure: Regenerate.
1997 2002-06-11  Aldy Hernandez  <aldyh@redhat.com>
1999         * config/rs6000/rs6000.c (rs6000_emit_minmax): Treat unsigned
2000         max/mins as unsigned GE compares.
2002 2002-06-11  Jason Thorpe  <thorpej@wasabisystems.com>
2004         * config.gcc (vax-*-bsd*): Add vax/bsd.h to ${tm_file}.
2005         * config/vax/bsd.h: New file.
2006         * config/vax/netbsd.h: Add missing notice.
2007         (CPP_PREDEFINES): Remove.
2008         (TARGET_OS_CPP_BUILTINS): Define.
2009         (CPP_SPEC): Use NETBSD_CPP_SPEC.
2010         * config/vax/openbsd.h: Update copyright years.
2011         (CPP_PREDEFINES): Remove.
2012         (TARGET_OS_CPP_BUILTINS): Define.
2013         * config/vax/ultrix.h: Likewise.
2014         * config/vax/vaxv.h: Likewise.
2015         * config/vax/vms.h: Likewise.
2016         * config/vax/vax.h (TARGET_CPU_CPP_BUILTINS): Define.
2017         (CPP_PREDEFINES, CPP_SPEC): Remove.
2019 Wed Jun 12 01:50:28 CEST 2002  Jan Hubicka  <jh@suse.cz>
2021         * i386.md (addqi_1_slp, subqi_1_slp
2022         (andqi_ext0, testqi_ext0): Remove unnecesary check.
2023         (addhi*, addqi*): Simplify "dec" condition.
2024         (testsi to testqi splitters): Remove TARGET_PROMOTE_QImode check.
2025         (and, or, xor to QImode splitters): New.
2026         (iorqi_ext*): New.
2027         (xorqi_ext_0): New.
2028         (xorqi_ext_1): Rename to xorqi_ext_2; bring to sync with and versions.
2029         (andqi_ext_1_rex64): New.
2030         (ashrqi*_slp): New.
2031         (ashlqi*_slp): New.
2032         (lshlqi*_slp): New.
2033         (rotrqi3*_slp): New.
2034         (rotlqi3*_slp): New.
2036 2002-06-11  Geoffrey Keating  <geoffk@redhat.com>
2038         * config.gcc (powerpc*-*-*, rs6000-*-*-*): Don't bother including
2039         softfloat.h.
2040         * config/rs6000/vxppc.h (CPP_ENDIAN_BIG_SPEC): Delete.
2041         (CPP_ENDIAN_LITTLE_SPEC): Delete.
2042         * config/rs6000/sysv4le.h (CPP_ENDIAN_DEFAULT_SPEC): Delete.
2043         * config/rs6000/sysv4.h (CPP_SYSV_SPEC): Delete _SOFT_FLOAT setting,
2044         __LONG_DOUBLE_128__ setting, _CALL_* setting.
2045         (CPP_DEFAULT_SPEC): Delete.
2046         (CPP_FLOAT_DEFAULT_SPEC): Delete.
2047         (CPP_LONGDOUBLE_DEFAULT_SPEC): Delete.
2048         (CPP_SYSV_DEFAULT_SPEC): Delete.
2049         (CPP_ENDIAN_BIG_SPEC): Delete.
2050         (CPP_ENDIAN_LITTLE_SPEC): Delete.
2051         (CPP_ENDIAN_SPEC): Delete.
2052         (CPP_SPEC): Don't include cpp_endian, cpp_cpu.
2053         (SUBTARGET_EXTRA_SPECS): Delete cpp_sysv_default, cpp_endian_default,
2054         cpp_endian, cpp_endian_big, cpp_endian_little, cpp_float_default,
2055         cpp_longdouble_default.
2056         * config/rs6000/softfloat.h: Delete.
2057         * config/rs6000/rs6000.h (CPP_CPU_SPEC): Delete.
2058         (EXTRA_SPECS): Delete cpp_cpu.
2059         (TARGET_CPU_CPP_BUILTINS): New.
2060         * config/rs6000/rs6000-protos.h (rs6000_cpu_cpp_builtins): New
2061         prototype.
2062         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): New.
2063         * config/rs6000/linux64.h (CPP_PREDEFINES): Remove endianness defines.
2064         (CPP_DEFAULT_SPEC): Delete.
2065         * config/rs6000/eabiaix.h (CPP_SYSV_DEFAULT_SPEC): Delete.
2066         * config/rs6000/darwin.h (CPP_PREDEFINES): Don't define __BIG_ENDIAN__.
2067         * config/rs6000/beos.h (CPP_SPEC): Remove cpp_cpu.
2068         (CPP_DEFAULT_SPEC): Delete.
2069         * config/rs6000/aix51.h (CPP_SPEC): Remove cpp_cpu, -D_ARCH_PPC.
2070         (CPLUSPLUS_CPP_SPEC): Likewise.
2071         (CPP_CPU_SPEC): Delete.
2072         (CPP_DEFAULT_SPEC): Delete.
2073         * config/rs6000/aix43.h (CPP_SPEC): Remove cpp_cpu, -D_ARCH_PPC.
2074         (CPLUSPLUS_CPP_SPEC): Likewise.
2075         (CPP_CPU_SPEC): Delete.
2076         (CPP_DEFAULT_SPEC): Delete.
2077         * config/rs6000/aix41.h (CPP_SPEC): Remove cpp_cpu.
2078         (CPP_DEFAULT_SPEC): Delete.
2079         * config/rs6000/aix.h (CPP_SPEC): Remove cpp_cpu.
2080         (CPP_DEFAULT_SPEC): Delete.
2082         * doc/gty.texi: Small updates.
2084 2002-06-12  Gabriel Dos Reis  <gdr@codesourcery.com>
2086         * objc/objc-act.c (warn_with_ivar): Adjust calls to
2087         diagnostic_count_error.
2088         (warn_with_method): Likewise.
2090         * diagnostic.h (warnings_are_errors_message): New field of
2091         diagnostic_context.
2092         (diagnostic_count_error): Rename to diagnostic_count_diagnostic to
2093         match semantics.
2094         * diagnostic.c: Adjust calls to diagnostic_count_error through out.
2095         (diagnostic_count_diagnostic): Make aware of other kinds of
2096         diagnostics.
2097         (diagnostic_initialize): Initialize warnings_are_errors_message field.
2099 2002-06-11  Tom Tromey  <tromey@redhat.com>
2101         For PR java/6520:
2102         * fold-const.c (fold_convert): Don't modify existing tree's type.
2104 2002-06-11  Geoffrey Keating  <geoffk@redhat.com>
2106         * config/rs6000/ppc-asm.h: Remove some Windows NT leftovers.
2108 2002-06-11  Richard Henderson  <rth@redhat.com>
2110         * caller-save.c (init_caller_save): Clear INSN_CODE each iteration.
2112 2002-06-11  Richard Henderson  <rth@redhat.com>
2114         * defaults.h (EH_FRAME_SECTION_NAME): Don't define if
2115         DWARF2_UNWIND_INFO is false.
2117 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
2119         * config/xtensa/t-xtensa (LIBGCC1_TEST, CROSS_LIBGCC1): Delete.
2121         * config/s390/s390.c (emit_prologue): gen_store_multiple
2122         returns an insn now, not a pattern.
2124 2002-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2126         * Makefile.in (gccinstall.dvi): Pass absolute pathnames to
2127         $(TEXI2DVI) -o.
2129 Tue Jun 11 21:53:37 CEST 2002  Jan Hubicka  <jh@suse.cz>
2131         * i386.c (x86_promote_QImode): Set for Athlon
2132         (x86_fast_prefix): New global variable.
2133         (x86_arch_always_fancy_math_387): Fix formating.
2134         * i386.h (x86_fast_prefix): Declare
2135         (TARGET_FAST_PREFIX): define.
2136         * i386.md (and to strict_low_part, HI to SI
2137         promoting splitter): Use new macro.
2139         * i386.h (RTX_COSTS): float_extend is not for free for SSE.
2141 2002-06-11  Zack Weinberg  <zack@codesourcery.com>
2143         * Makefile.in (distclean): Delete junk left in testsuite
2144         directory, too.
2146 2002-06-11  Jeffrey Law <law@redhat.com>
2148         * emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the
2149         last insn created by the splitter.
2151         * caller-save.c (init_caller_save): Move creation of SAVEINSN
2152         and RESTINSN into into the scope of the sequence.
2154         * mips.c (mips_expand_prologue): Use emit_jump_insn for trivial
2155         RETURN insns.
2157         * loop.c (loop_regs_scan): Avoid useless generation of REG objects.
2159         * mips.c (function_arg_advance): gen_ashldi3 returns an INSN now,
2160         not the pattern.  So extract the pattern from the insn.
2162         * mips.c (embedded_pic_fnaddr_reg): Fix typo.
2164 2002-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
2166         * config/s390/s390.md (movsi): Only use floating point
2167         register alternatives when operands are already fprs.
2168         (movdi_31, movdi_64): Likewise.
2170 2002-06-11  David S. Miller  <davem@redhat.com>
2172         * emit-rtl.c (try_split): Do not abort on non-INSN_P.
2173         Only run RTX equality checks on INSN_P rtl.
2175 2002-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
2177         * config/s390/s390.md (reload_base, ltorg): Remove.
2178         * s390.c (s390_stop_dump_lit_p, s390_dump_literal_pool,
2179         s390_asm_output_pool_prologue, s390_pool_start_insn): Remove.
2180         * s390-protos.h (s390_stop_dump_lit_p, s390_dump_literal_pool,
2181         s390_asm_output_pool_prologue): Likewise.
2182         * s390.h (s390_pool_start_insn): Likewise.
2184         * s390.c (s390_output_symbolic_const): Remove support for
2185         old-style pool chunks.
2186         (s390_function_epilogue): Likewise.
2187         (s390_output_constant_pool): Likewise.  Also, fix incorrect
2188         alignment for 64-bit literal pools.
2189         (print_operand_address): Remove 'y' and 'Y' format flags.
2190         * s390.h (ASM_OUTPUT_POOL_PROLOGUE): Remove support for
2191         old-style pool chunks.
2192         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
2193         (ASM_OUTPUT_POOL_EPILOGUE): Remove.
2194         (S390_CHUNK_MAX, S390_CHUNK_OV, S390_POOL_MAX): Remove.
2196         * s390.c (consttable_operand): New function.
2197         * s390-protos.h (consttable_operand): Declare it.
2198         * s390.h (PREDICATE_CODES): Add consttable_operand.
2199         * s390.md (consttable_qi, consttable_hi, consttable_si, consttable_di,
2200         consttable_sf, consttable_df, pool_start_31, pool_end_31,
2201         pool_start_64, pool_end_64, reload_base, reload_base2): New insns.
2202         * s390.c (struct constant, struct constant_pool): New data types.
2203         (constant_modes, gen_consttable): New variables.
2204         (s390_start_pool, s390_end_pool, s390_add_pool,
2205         s390_dump_pool, s390_free_pool): New functions.
2206         (s390_chunkify_pool): Completely reimplement literal pool
2207         overflow handling.
2209         * s390.c (s390_pool_overflow): New variable.
2210         * s390.h (s390_pool_overflow): Declare it.
2211         * s390.md (cjump, icjump): Use it to adapt length for out-of-range
2212         jumps in literal pool overflow situations.
2214         * s390.c (s390_decompose_address): Accept new-style pool chunk offsets.
2215         (s390_frame_info): Account for possible use of RETURN_REGNUM
2216         by new literal pool overflow code.
2217         (s390_emit_prologue): Likewise.
2219 2002-06-05  David S. Miller  <davem@redhat.com>
2221         Delete SEQUENCE rtl usage outside of reorg and ssa passes.
2222         * rtl.h (gen_sequence, emit_insns, emit_insns_before,
2223         emit_insns_before_scope, emit_insns_after,
2224         emit_insns_after_scope): Delete declaration.
2225         * ada/misc.c (insert_code_for): Use emit_insn* instead of
2226         emit_insns_foo.
2227         * config/alpha/alpha.c (alpha_set_memflags_1): Abort on SEQUENCE.
2228         (alpha_set_memflags): Fix comment.
2229         (set_frame_related_p): Use get_insns instead of gen_sequence.
2230         * config/alpha/alpha.md (setjmp receiver splitter): Avoid
2231         emitting no insns.
2232         * config/arm/arm.c (arm_finalize_pic): Use get_insns instead of
2233         gen_sequence.
2234         (arm_gen_load_multiple, arm_gen_store_multiple): Likewise.
2235         * config/fr30/fr30.c (fr30_move_double): Likewise.
2236         * config/i386/i386.c (ix86_expand_int_movcc, ix86_expand_movstr):
2237         Likewise.
2238         * config/ia64/ia64.c (spill_restore_mem): Likewise.
2239         * config/ia64/ia64.md (conditional move spliiter): Avoid emitting
2240         no insns.
2241         * config/m32r/m32r.c (gen_split_move_double): Use get_insns
2242         instead of gen_sequence.
2243         * config/mips/mips.c (embedded_pic_fnaddr_reg): Likewise.
2244         (mips_expand_prologue, mips16_gp_pseudo_reg): Likewise.
2245         * config/sh/sh.c (sh_need_epilogue): Likewise.
2246         * config/sparc/sparc.md (current_function_calls_alloca, flat): New
2247         attributes.
2248         (setjmp pattern and split): Use them to avoid splitter which emits
2249         no RTL.
2250         * genattrtab.c (main): Emit include of function.h
2251         * config/stormy16/stormy16.c (xstormy16_split_cbranch): Use
2252         get_insns instead of gen_sequence.
2253         * config/cris/cris.c (cris_split_movdx): Likewise.
2254         * emit-rtl.c (emit_insns*): Kill.
2255         (try_split): Expect insn list instead of SEQUENCE.
2256         (make_jump_insn_raw, make_call_insn_raw): Fix comments.
2257         (emit_*insn*): Reimplement to work with INSN lists and PATTERNs.
2258         Make them abort if a SEQUENCE is given and RTL checking is
2259         enabled.
2260         (emit_*_scope): Don't forget to set scope on final insn.
2261         (gen_sequence): Move from here...
2262         * ssa.c (gen_sequence): To here as private function.
2263         * builtins.c (expand_builtin_apply_args): Use emit_insn_foo, fix
2264         comments.
2265         (expand_builtin_return, expand_builtin_mathfn): Likewise.
2266         (expand_builtin_strlen): Use get_insns instead of gen_sequence.
2267         (expand_builtin_saveregs): Use emit_insn_foo, fix comments.
2268         (expand_builtin_expect_jump): Use get_insns and fix comments.
2269         * calls.c (try_to_integrate): Use emit_insn_foo.
2270         (expand_call, emit_library_call_value_1): Likewise.
2271         * expr.c (emit_queue): Handle insn lists instead of SEQUENCE.
2272         (emit_move_insn_1): Use get_insns instead of gen_sequence.
2273         (expand_expr): Use emit_insn_foo.
2274         * cfgrtl.c (commit_one_edge_insertion): Use emit_insn_foo.
2275         * except.c (build_post_landing_pads): Likewise.
2276         * flow.c (attempt_auto_inc): Likewise.
2277         * stmt.c (expand_fixup, fixup_gotos, expand_nl_handler_label,
2278         expand_nl_goto_receivers, expand_decl_cleanup): Likewise.
2279         * function.c (fixup_var_refs_insn): Use get_insns instead of
2280         gen_sequence.
2281         (fixup_var_refs_1): Likewise and expect insn list from gen_foo.
2282         (fixup_memory_subreg): Use get_insns instead of gen_sequence.
2283         (fixup_stack_1, purge_addressof_1, expand_main_function,
2284         get_arg_pointer_save_area): Likewise.
2285         (optimize_bit_field, instantiate_virtual_regs_1, assign_parms,
2286         expand_function_end): Use emit_insn_foo.
2287         (record_insns, keep_stack_depressed): Work with insn list instead
2288         of SEQUENCE, fix comments.
2289         * ifcvt.c (noce_emit_store_flag, noce_try_store_flag,
2290         noce_try_store_flag_constants, noce_try_store_flag_inc,
2291         noce_try_store_flag_mask, noce_emit_cmove, noce_try_cmove_arith,
2292         noce_try_minmax, noce_try_abs): Use emit_insn_foo.
2293         (noce_process_if_block): Use get_insns instead of gen_sequence.
2294         * optabs.c (add_equal_note): Work with insn list, fix comments.
2295         (expand_binop): Expect insn list from GEN_FCN(), use emit_insn_foo.
2296         (expand_unop, expand_complex_abs, expand_unop_insn,
2297         expand_no_conflict_block): Likewise.
2298         (gen_move_insn): Use get_insns instead of gen_sequence.
2299         (gen_cond_trap): Likewise.
2300         * integrate.c (copy_rtx_and_substitute): Likewise.
2301         (emit_initial_value_sets): Use emit_insn_foo.
2302         * reload1.c (emit_output_reload_insns, emit_reload_insns): Likewise.
2303         (fixup_abnormal_edges): Avoid losing REG_NOTES more intelligently
2304         now that RTL generators give insn lists.
2305         * sibcall.c (replace_call_placeholder): Use emit_insn_foo.
2306         * doloop.c (doloop_modify, doloop_modify_runtime): Use get_insns
2307         instead of gen_sequence.
2308         (doloop_optimize): Work with insn lists instead of SEQUENCE rtl.
2309         * explow.c (emit_stack_save, emit_stack_restore): Use get_insns
2310         instead of gen_sequence.
2311         * loop.c (move_movables, emit_prefetch_instructions,
2312         gen_add_mult, check_dbra_loop, gen_load_of_final_value):
2313         Likewise.
2314         (loop_regs_update): Work with insn list instead of SEQUENCE rtl.
2315         (product_cheap_p): Likewise, and add commentary about RTL wastage
2316         here.
2317         * lcm.c (optimize_mode_switching): Use get_insns instead of
2318         gen_sequence.
2319         * profile.c (gen_edge_profiler): Likewise.
2320         * regmove.c (copy_src_to_dest): Likewise.
2321         * reg-stack.c (compensate_edge): Likewise and fix comment.
2322         * gcse.c (process_insert_insn): Likewise.
2323         (insert_insn_end_bb): Work with insn list instead of SEQUENCE rtl.
2324         * jump.c (delete_prior_computation): Update comment.
2325         * genemit.c (gen_expand, gen_split, main): Use get_insns instead
2326         of gen_sequence, update comments to match.
2327         * recog.c (peephole2_optimize): Work with insn lists instead of
2328         SEQUENCE rtl.
2329         * sched-vis.c (print_pattern): Abort on SEQUENCE.
2330         * unroll.c (unroll_loop, find_splittable_givs, final_giv_value):
2331         Use get_insns instead of gen_sequence.
2332         (copy_loop_body): Likewise and don't emit dummy NOTE.
2333         * genrecog.c: Don't mention SEQUENCE rtl in comments.
2334         * combine.c (try_combine): Expect insn lists from split generator.
2335         * reorg.c (relax_delay_slots): Emit SEQUENCE into insn list by
2336         hand.
2338 2002-06-11  Roger Sayle  <roger@eyesopen.com>
2339             Andreas Jaeger <aj@suse.de>
2341         * cfgbuild.c: Update copyright years.
2343 2002-06-11  Andreas Schwab  <schwab@suse.de>
2345         * config/m68k/m68k.h (PREDICATE_CODES): Define.
2347 2002-06-11  Eric Christopher  <echristo@redhat.com>
2349         * doc/tm.texi (Run-time Target): Add comment about flag_iso
2350         and strict ANSI.
2351         * config/mips/ecoff.h (CPP_PREDEFINES): Remove.
2352         * config/mips/ecoffl.h: Ditto.
2353         * config/mips/elf64.h (SUBTARGET_CPP_SPEC): Remove.
2354         (CPP_PREDEFINES): Ditto.
2355         * config/mips/elfl64.h: Ditto.
2356         * config/mips/elfl.h: Ditto.
2357         * config/mips/iris3.h (CPP_PREDEFINES, SUBTARGET_CPP_SPEC): #if 0
2358         out until irix header consolidation.
2359         * config/mips/iris5.h (CPP_PREDEFINES, SUBTARGET_CPP_SPEC): Replace
2360         with SUBTARGET_OS_CPP_BUILTINS.
2361         * config/mips/iris6.h: Ditto.
2362         (CPLUSPLUS_CPP_SPEC): Remove.
2363         * config/mips/linux.h: Ditto.
2364         * config/mips/netbsd.h: Ditto.
2365         * config/mips/openbsd.h: Ditto.
2366         * config/mips/rtems.h: Ditto.
2367         * config/mips/rtems64.h: Ditto.
2368         * config/mips/sni-svr4.h: Ditto.
2369         * config/mips/mips.h (ISA_MIPS1, ISA_MIPS2, ISA_MIPS3, ISA_MIPS4,
2370         ISA_MIPS32, ISA_MIPS64): New defines.
2371         (GENERATE_MULT3_SI, HAVE_SQRT_P, ISA_HAS_64BIT_REGS,
2372         ISA_HAS_BRANCHLIKELY, ISA_HAS_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4,
2373         ISA_HAS_COND_TRAP, ISA_HAS_MADD_MSUB, ISA_HAS_NMADD_NMSUB,
2374         ISA_HAS_CLZ_CLO, ISA_HAS_DCLZ_DCLO): Use.
2375         (TARGET_CPU_CPP_BUILTINS): Define.
2376         (CPP_PREDEFINES, LONG_MAX_SPEC, CPP_FPR_SPEC, CPP_SPEC): Remove.
2377         * config/mips/mips.md (mulsi3_mult3): Use ISA_MIPS32/64.
2378         (movdicc): Remove check for ISA_MIPS32.
2379          (bunordered, bordered, bungt, bunlt, buneq, bunge, bunle,
2380         sunordered_df, sunordered_sf, sordered_df, sordered_sf,
2381         sunlt_df, sunlt_sf, sungt_df, sungt_sf, suneq_df, suneq_sf, sunge_df,
2382         sunge_sf, sunle_df, sunle_sf): New patterns.
2384 2002-06-11  Neil Booth  <neil@daikokuya.demon.co.uk>
2386         * Makefile.in: Update cppmain.o.
2387         * cpphash.h (struct cpp_reader): Move some members to a
2388         nested structure.
2389         (trad_line): Rename saved_line.
2390         (_cpp_read_logical_line_trad): Update.
2391         (_cpp_remove_overlay): New.
2392         * cppinit.c (cpp_create_reader): No need to set saved_line.
2393         (cpp_destroy): Update.
2394         (cpp_read_main_file): Only overlay if compiling.
2395         * cpplex.c (continue_after_nul): Return false if in directive.
2396         * cpplib.c (EXPAND): New.
2397         (directive_table, SEEN_EOL): Update.
2398         (end_directive): Remove overlay if traditional; don't skip
2399         line in traditional #define.
2400         (prepare_directive_trad): New.
2401         (_cpp_handle_directive, run_directive): Update for traditional
2402         directives.
2403         (lex_macro_node): Simplify, don't use lex_identifier_trad.
2404         * cpplib.h (struct options): Add preprocess_only.
2405         * cppmain.c: Don't include intl.h.
2406         (cpp_preprocess_file): Set options->preprocess_only.
2407         (scan_translation_unit_trad): Fix, and print line numbers.
2408         * cpptrad.c (check_output_buffer, lex_identifier, scan_parameters,
2409         maybe_start_funlike, scan_out_logical_line, replace_args_and_push,
2410         save_replacement_text, _cpp_create_trad_definition): Update for
2411         variable renaming.
2412         (_cpp_overlay_buffer): Save line number.
2413         (_cpp_remove_overlay): Rename from restore_buff, restore line.
2414         (_cpp_read_logical_line_trad): Don't handle overlays here.
2415         (scan_out_logical_line): Process directives.
2417 2002-06-11  Danny Smith  <dannysmith@users.sourforge.net>
2419         * gthr-win32.h: Wrap functions in extern "C".
2420         (__gthread_key_t): Typedef as unsigned long,
2421         not win32 DWORD.
2422         (__GTHREAD_ONCE_INIT): Use 0, not win32 FALSE.
2423         (__gthread_mutex_t): Typedef as void*, not win32 HANDLE.
2424         (__gthr_win32_once, __gthr_win32_key_create,
2425         __gthr_win32_key_delete, __gthr_win32_getspecific,
2426         __gthr_win32_setspecific, __gthr_win32_mutex_init_function,
2427         __gthr_win32_mutex_lock,__gthr_win32_mutex_trylock,
2428         __gthr_win32_mutex_unlock): Declare.
2429         (__gthread_once,__gthread_key_create,
2430         __gthread_key_delete, __gthread_getspecific,
2431         __gthread_setspecific, __gthread_mutex_init_function,
2432         __gthread_mutex_lock,__gthread_mutex_trylock,
2433         __gthread_mutex_unlock): Call corresponding
2434         __gthr_win32_* extern implementations if #defined
2435         __GTHREAD_HIDE_WIN32API.
2436         * config/i386/t-mingw32 (LIB2FUNCS_EXTRA): Set to
2437         $(srcdir)/config/i386/gthr-win32.c
2438         * config/i386/gthr-win32.c: New implementation file.
2439         (__gthr_win32_once, __gthr_win32_key_create,
2440         __gthr_win32_key_delete, __gthr_win32_getspecific,
2441         __gthr_win32_setspecific, __gthr_win32_mutex_init_function,
2442         __gthr_win32_mutex_lock,__gthr_win32_mutex_trylock,
2443         __gthr_win32_mutex_unlock): New functions, based on
2444         static inlines in gthr-win32.h.
2446 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
2448         * config/xtensa/xtensa.c (override_options): Don't warn about
2449         using -fpic or -fPIC when PIC is enabled by default.
2451 2002-06-10  Roger Sayle  <roger@eyesopen.com>
2453         * toplev.c (rest_of_compilation): Revert flag_if_conversion change.
2455 2002-06-10  Zack Weinberg  <zack@codesourcery.com>
2457         * Makefile.in (MACHMODE_H): Add @extra_modes_file@.
2458         * configure.in: If $srcdir/config/${cpu_type}/${cpu_type}-modes.def
2459         exists, substitute its pathname as @extra_modes_file@, define
2460         EXTRA_MODES_FILE to be an appropriate string to #include it
2461         with, and define EXTRA_CC_MODES to 1.
2463         * machmode.def: Update comments.  Include EXTRA_MODES_FILE if
2464         it's defined.  Get rid of redundancy in calling sequence for
2465         CC; don't use it to define CCmode, to avoid a warning.
2466         * libgcc2.c: Include symcat.h for the sake of machmode.def.
2468         * arc-modes.def, arm-modes.def, c4x-modes.def, i386-modes.def,
2469         i960-modes.def, ia64-modes.def, m88k-modes.def, mmix-modes.def,
2470         pa-modes.def, pdp11-modes.def, rs6000-modes.def, sparc-modes.def:
2471         New files.
2472         * arc.h, arm.h, c4x.h, i386.h, i960.h, ia64.h, m88k.h, mmix.h,
2473         pa.h, pdp11.h, rs6000.h, sparc.h: Don't define EXTRA_CC_MODES.
2475         * doc/sourcebuild.texi, doc/tm.texi: Document new scheme for
2476         defining extra CC modes.
2478 2002-06-10  Roger Sayle  <roger@eyesopen.com>
2479             Andreas Jaeger <aj@suse.de>
2481         * cfgrtl.c (create_basic_block_structure):  Remove index argument
2482         and use last_basic_block++ instead.  (create_basic_block): Update.
2483         * cfgbuild.c (find_basic_blocks_1): Likewise.
2485         * cfgrtl.c (compute_bb_for_insn): Remove unused "max" argument.
2486         * haifa-sched.c (sched_init): Update compute_bb_for_insn caller.
2487         * sched-ebb.c (schedule_ebbs): Likewise.
2488         * sched-rgn.c (schedule_insns): Likewise.
2489         * ssa-ccp.c (ssa_const_prop): Likewise.
2490         * ssa-dcs.c (ssa_eliminate_dead_code): Likewise.
2491         * toplev.c (rest_of_compilation): Likewise.
2492         * config/ia64/ia64.c (ia64_reorg): Likewise.
2494 2002-06-10  Roger Sayle  <roger@eyesopen.com>
2496         * simplify-rtx.c (simplify_replace_rtx): Allow replacement
2497         of matching registers.
2499 2002-06-10  Roger Sayle  <roger@eyesopen.com>
2501         * toplev.c (rest_of_compilation): Disable early if-conversion pass.
2502         * gcse.c (bypass_conditional_jumps): Fix typo in setcc test.
2504 2002-06-10  Hans-Peter Nilsson  <hp@bitrange.com>
2506         * config/mmix/mmix.h: Improve comments.
2507         (CPP_SPEC, CPP_PREDEFINES): Don't define.
2508         (TARGET_CPU_CPP_BUILTINS): Define.
2509         (CANONICALIZE_COMPARISON): Don't define, replace with comment.
2510         (PREDICATE_CODES) <"mmix_reg_or_8bit_or_256_operand">: Remove
2511         unused predicate.
2512         * config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Add cast to avoid
2513         compiler warning.
2514         (mmix_constant_address_p): Remove another
2515         redundant test before case.
2516         (mmix_canonicalize_comparison): Remove unused function.
2517         (mmix_print_operand_address): Don't test and adjust for operand in
2518         non-canonical format.
2519         (mmix_reg_or_8bit_or_256_operand): Remove unused predicate.
2520         (mmix_gen_compare_reg): Don't use CANONICALIZE_COMPARISON.
2522 2002-06-10  Zack Weinberg  <zack@codesourcery.com>
2524         * config/m32r/m32r.h: Don't define SELECT_CC_MODE.
2525         * config/m32r/m32r-protos.h: Don't prototype m32r_select_cc_mode.
2526         * config/m32r/m32r.c: Don't define m32r_select_cc_mode.
2527         (gen_compare): Use CCmode unconditionally.
2529 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
2531         PR optimization/6759
2532         * cse.c (cse_insn): Fold src_eqv just once, store it folded back into
2533         the REQ_EQUAL note.
2535 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
2537         PR c/6660
2538         * c-decl.c (grokfield): Allow user defined types if they declare
2539         structs or unions for unnamed fields.
2541 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
2543         PR c/6809
2544         * print-rtl.c (print_mem_expr): Don't crash on unnamed fields.
2546 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
2548         PR optimization/6842
2549         * combine.c (combine_simplify_rtx) [SUBREG]: Don't ICE if VOIDmode
2550         operand subreg cannot be simplified.
2552 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
2554         * varasm.c (const_hash): Handle FDESC_EXPR like ADDR_EXPR.
2555         (compare_constant): Likewise.
2556         (output_addressed_constants): Likewise.
2558 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
2560         * cfgcleanup.c (try_optimize_cfg): Make sure merge_blocks doesn't
2561         merge bb with itself.
2563 2002-06-10  Richard Henderson  <rth@redhat.com>
2565         * config/alpha/alpha.md (builtin_zap): Fix thinkos expanding mask.
2566         (builtin_zapnot): Likewise.
2568         * config/alpha/ev5.md: Don't combine shift and mvi insns in one
2569         reservation.
2571 2002-06-10  Eric Christopher  <echristo@redhat.com>
2573         * config/i386/i386.c (ix86_osf_output_function_prologue): Remove
2574         prototype and function.
2575         (TARGET_ASM_FUNCTION_PROLOGUE): Remove OSF version.
2576         (call_insn_operand): Remove half pic references.
2577         (legitimate_address_p): Ditto.
2578         * config/i386/i386.h: Remove half pic defines.
2580 2002-06-10  Eric Christopher  <echristo@redhat.com>
2582         * doc/extend.texi (Return Address): Add note explaining the side-
2583         effects of inlining on __builtin_return_address.
2585 2002-06-10  Tom Tromey  <tromey@redhat.com>
2587         * Makefile.in (LANGHOOKS_DEF_H): Include langhooks-def.h.
2588         (c-common.o): Depend on langhooks.h.
2590 2002-06-10  Neil Booth  <neil@daikokuya.demon.co.uk>
2592         * cpphash.h (_cpp_read_logical_line_trad,
2593         _cpp_expansions_different_trad): Update prototypes.
2594         * cpplex.c (continue_after_nul): New.
2595         * cppmain.c: Include cpphash.h.
2596         (scan_translation_unit_trad): New.
2597         (cpp_preprocess_file): Call it.
2598         * cpptrad.c (_cpp_read_logical_line_trad): Take new parameter
2599         overlay.
2600         (_cpp_expansions_different_trad): Update prototype.
2602 Mon Jun 10 18:02:24 2002  J"orn Rennecke <joern.rennecke@superh.com>
2604         Fix cfi generation for SH[1-4]:
2606         * sh.c (frame_insn): New function.
2607         (output_stack_adjust): Add parameter emit_fn.  All callers changed.
2608         (push): Now returns rtx.  Use frame_insn.
2609         (sh_expand_prologue): Clear RTX_FRAME_RELATED_P for second push
2610         of a DF register.
2611         * sh.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_RETURN_COLUMN): Define.
2613 2002-06-10  Zack Weinberg  <zack@codesourcery.com>
2615         * Makefile.in (STAGESTUFF): Add s-gtype, gt-*.h, gtype-*.h,
2616         and gtype-desc.c.
2617         (mostlyclean): Delete specs.h, options.h, gencheck.h here...
2618         (distclean): ... not here.  But do delete all testsuite/*.log,
2619         testsuite/*.sum files here.  Delete mkheaders.  Delete
2620         po/*.gmo and the testsuite directory in a split tree build.
2622 2002-06-10  Jeffrey Law  <law@redhat.com>
2624         * alias.c (static_reg_base_value): New to hold RTL for
2625         items allocated once per function for the aliasing code.
2626         (init_alias_once_per_function): Initialize static_reg_base_value.
2627         (init_alias_analysis): Avoid throw-away allocations of RTL by
2628         using pre-computed values in static_reg_base_value.
2629         * function.c (prepare_function_start): Call
2630         init_alias_once_per_function appropriately.
2631         * rtl.h (init_alias_once_per_function): Declare.
2632         * caller-save (init_caller_save): Restructure slightly to
2633         avoid lots of silly RTL generation.
2634         * expr.c (init_expr_once): Likewise.
2635         * reload1.c (reload_cse_regs_1): Allocate throw-away register
2636         RTL object here.  Pass it into children.
2637         (reload_cse_simplify_operands): Use passed-in register RTL
2638         object.
2639         (reload_cse_simplify): Pass through throw-away register
2640         RTL object.
2642 2002-06-10  Daniel Berlin  <dberlin@dberlin.org>
2644         * Makefile.in (ssa.o): Add dependency on $(RTL_H), which was missing.
2646 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
2648         * gcc.c (process_command): Avoid assignment to read-only location.
2649         Fix sizeof calculation.
2651 2002-06-10  Neil Booth  <neil@daikokuya.demon.co.uk>
2653         * cpphash.h (struct cpp_macro): Put comments on their own lines.
2654         (_cpp_expansions_different_trad): New.
2655         * cppmacro.c (warn_of_redefinition): Fix for traditional case.
2656         * cpptrad.c (canonicalize_text): New.
2657         (scan_out_logical_line): Handle no arguments correctly.
2658         (save_replacement_text): Commit memory when finished.
2659         (_cpp_expansions_different_trad): New.
2661 2002-06-10  Tim Josling  <tej@melbpc.org.au>
2663         * gengtype.c (unnamed enum containing BASE_FILE_*): Add languages
2664         TREELANG and COBOL.
2665         (lang_names): Add treelang and cobol.
2666         (get_file_basename): Add code to support treelang and cobol as
2667         4th and 5th users of c-common.c.
2669 2002-06-09  Geoffrey Keating  <geoffk@redhat.com>
2671         * Makefile.in (install-driver): Install driver as
2672         $(target_alias)-gcc-$(version).
2673         * gcc.c (spec_version): Make const.
2674         (process_command): Handle -V and -b by using exec.
2675         * doc/invoke.texi (Target Options): Restore -V option,
2676         update docs for -b option.
2678 2002-06-10  Tim Josling  <tej@melbpc.org.au>
2680         * configure.in (remaining_languages_check):
2681         Added check that all languages specified were found.
2682         Exit if not found. Previous behaviour was silent failure.
2683         * configure: Regenerated.
2685 2002-06-10  Tim Josling  <tej@melbpc.org.au>
2687          First steps to making treelang documentation compliant, based on
2688          instructions in sourcebuild.texi. Also add to gcc.c list of
2689          default languages.
2691         * doc/contrib.texi: Add self as contributor of treelang.
2693         * doc/frontends.texi: Add mention of treelang.
2695         * doc/invoke.texi (Overall Options): Add mention of treelang.
2697         * doc/standards.texi:  Add mention of treelang.
2699 2002-06-09  Hans-Peter Nilsson  <hp@axis.com>
2701         * config/cris/cris.c: Include ggc.h
2703 2002-06-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2705         * cpphash.h (_cpp_push_text_context): Update.
2706         (_cpp_arguments_ok): New.
2707         * cppmacro.c (_cpp_arguments_ok): New, split out from...
2708         (collect_args): ...here.
2709         (_cpp_push_text_context): Change inputs.
2710         * cpptrad.c (struct fun_macro, maybe_start_funlike, save_argument,
2711         replace_args_and_push): New.
2712         (lex_identifier, _cpp_lex_identifier_trad, scan_parameters):
2713         Don't use IS macros directly.
2714         (scan_out_logical_line): Handle function-like macro argument
2715         collection.
2716         (push_replacement_text): Update.
2717         (replacement_length): Remove.
2718         (_cpp_create_trad_definition): Don't skip whitespace before
2719         checking for '('.
2721 2002-06-09  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2723         * config/avr/avr.c (avr_mcu_types): Update for new devices.
2724         * config/avr/avr.h (TARGET_SWITCHES, AVR_MEGA): Add -mshort-calls.
2725         (LINK_SPEC, CRT_BINUTILS_SPECS): Update for new devices.
2726         * config/avr/avr.md ("type" and "length" attributes): New type
2727         "xcall", length 1 or 2 if AVR_MEGA.  Use in all patterns that
2728         output a single "call" or "rcall" insn depending on device size.
2729         * config/avr/t-avr (MULTILIB_MATCHES): Update for new devices.
2731 2002-06-09  David Edelsohn  <edelsohn@gnu.org>
2733         * config/rs6000/{aix43.h,aix5.1} (ASM_CPU_SPEC): Add power3
2734         synonym for 630.  Add power4.  Remove embedded processors.  Use -m604
2735         assembler option.
2736         (CPP_CPU_SPEC): Add power3 and power4.
2737         (PROCESSOR_DEFAULT): Change to 604e.
2738         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Similar additions.
2739         (CPP_CPU_SPEC): Similar additions.
2740         (enum process_type): Add POWER4.
2741         (RTX_COSTS): Add POWER4.
2742         (CPP_CPU_SPEC): Similar additions.
2743         * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
2744         (PROCESSOR_DEFAULT64): Define.
2745         * config/rs6000/rs6000.c (rs6000_override_options): Add power4.
2746         (rs6000_adjust_cost): Add 603, 604, 604e, 620, 630, Power4 to
2747         branch adjustment.
2748         (rs6000_issue_rate): Add Power4.
2749         * config/rs6000/rs6000.md (cpu attr): Add power4.
2750         (iu compare): Remove 604, 604e, 620, 630.
2751         Add basic Power4 scheduling information.
2752         (mfcr/mtcrf): Change type attribute to cr_logical.
2754 2002-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2756         * gengtype.h (error_at_line): Use PARAMS, not VPARAMS.  Add
2757         ATTRIBUTE_PRINTF_2.
2758         * gengtype-lex.l: Fix format specifier warning.
2760         * genautomata.c: Don't include ctype.h or limits.h.  Use ISSPACE,
2761         not isspace.
2762         * gengtype-lex.l: Don't include ctype.h and use ISSPACE/ISIDNUM in
2763         lieu of isspace/IDchar.
2764         * gengtype.c: Likewise for ctype.h and ISALNUM vs isalnum.
2765         * read-rtl.c: Likewise for ctype.h.  Don't define ISDIGIT or
2766         ISSPACE.
2768 2002-06-08  Zack Weinberg  <zack@codesourcery.com>
2770         * Makefile.in (LIBCPP_OBJS): Take out version.o.
2771         * cpphash.h (cpp_reader): Take out print_version member.
2772         * cppinit.c: (cpp_handle_option): Don't do anything with
2773         -version.  Just set help_only for --version, --target-help.
2774         Just set verbose option for -v.
2775         (cpp_post_options): Don't print a version string.
2777 2002-06-08  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2779         * config/avr/avr.c (TARGET_SECTION_TYPE_FLAGS): New.
2780         (avr_section_type_flags): New, handle .noinit* sections.
2782 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
2784         * config/sh/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): Define
2785         and include netbsd_entry_point.
2786         (SUBTARGET_LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
2787         (NETBSD_ENTRY_POINT): Define.
2789 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
2791         * config/sh/sh.h (SUBTARGET_EXTRA_SPECS): Define empty
2792         if not already defined.
2793         (EXTRA_SPECS): Add SUBTARGET_EXTRA_SPECS.
2795 2002-06-08  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2797         * config/avr/avr.c (avr_regs_to_save): No need to save any registers
2798         in a noreturn function.
2799         (avr_output_function_prologue, avr_output_function_epilogue):
2800         Correct function size calculation.  Do not crash on empty function.
2801         (avr_output_function_epilogue): No need for epilogue after a BARRIER.
2803 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
2805         * config/mips/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
2806         netbsd_link_spec and netbsd_entry_point.
2807         (LINK_SPEC): Use %(netbsd_link_spec).
2808         (NETBSD_ENTRY_POINT): Define.
2810 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
2812         * config/sparc/netbsd-elf.h (LINK_ARCH32_SPEC): Only specify
2813         linker emulation.
2814         (LINK_ARCH64_SPEC): Likewise.
2815         (LINK_SPEC, NETBSD_ENTRY_POINT): Define.
2816         (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and netbsd_entry_point.
2818 2002-06-08  Marc Espie  <espie@openbsd.org>
2820         * lists.c (free_list):  Fix typo in comment.
2822 2002-06-08  Andreas Jaeger  <aj@suse.de>
2824         * lcm.c (optimize_mode_switching): Add unused attribute for
2825         variable.
2827         * sched-deps.c (sched_analyze): Remove unused variable.
2829 2002-06-08  Gabriel Dos Reis  <gdr@codesourcery.com>
2831         * diagnostic.def: Don't capitalize diagnostict descriptors.
2833 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
2835         * config/m68k/netbsd-elf.h (EXTRA_SPECS): Add netbsd_entry_point.
2836         (LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
2837         (NETBSD_ENTRY_POINT): Define.
2839 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
2841         * config/i386/netbsd-elf.h (LINK_SPEC): Define as
2842         NETBSD_LINK_SPEC_ELF.
2843         (SUBTARGET_EXTRA_SPECS): Add netbsd_entry_point.
2844         (NETBSD_ENTRY_POINT): Define.
2845         * config/i386/netbsd64.h (LINK_SPEC): Use %(netbsd_link_spec).
2846         (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and
2847         netbsd_entry_point.
2848         (NETBSD_ENTRY_POINT): Define.
2850 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
2852         * config/alpha/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
2853         netbsd_link_spec and netbsd_entry_point.
2854         (LINK_SPEC): Use %(netbsd_link_spec).
2855         (NETBSD_ENTRY_POINT): Define.
2857 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
2859         * config/netbsd-elf.h (LINK_SPEC): Rename to...
2860         (NETBSD_LINK_SPEC_ELF): ...this.  Use %(netbsd_entry_point)
2861         to specify program entry point.
2863 2002-06-07  Jeff Law <law@redhat.com
2865         * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.
2866         * combine.c (move_deaths): Use regno_reg_rtx for hard regs rather
2867         than creating a new register.
2868         (distribute_notes): Likewise.
2869         * df.c (df_reg_use_gen): Likewise.
2870         (df_reg_clobber_gen): Likewise.
2871         (df_ref_record): Likewise.
2872         * expr.c (use_regs): Likewise.
2873         * flow.c (propagate_one_insn): Likewise.
2874         (mark_set_1): Likewise.
2875         (mark_used_reg): Likewise.
2876         * reload.c (emit_reload_insns): Likewise.
2878 2002-06-07  Roger Sayle  <roger@eyesopen.com>
2880         * simplify-rtx.c (simplify_gen_relational): Simplify RTL of the form
2881         (ne (comp x y) 0) into (comp x y) where comp is a comparison code.
2882         Simplify (eq (comp x y) 0) into (revcomp x y) if the sense of the
2883         comparison code comp can be reversed.
2885 2002-06-07  Roger Sayle  <roger@eyesopen.com>
2887         * fold-const.c (fold) [EQ_EXPR]:  Place both integer and real
2888         constants last in comparisons.  Optimize (x+1.0)>0.0 into the
2889         equivalent x > -1.0 when -ffast-math.
2891 2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
2893         * config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
2894         * config/mips/t-netbsd: New file.
2896 2002-06-07  Zack Weinberg  <zack@codesourcery.com>
2898         * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W
2899         options their own entries.
2900         (parse_option): Clarify comment.
2901         (cpp_handle_option): Remove 'ignore' parameter and OPT_W
2902         special case.  Replace if/strcmp chain for -W options with
2903         use of new OPT_* entries for them.
2904         (cpp_handle_options): Update to match.
2905         * cpplib.h: Remove last parameter to cpp_handle_option from prototype.
2906         * c-decl.c: Update call to cpp_handle_option.
2908 2002-06-07  Akim Demaille  <akim@epita.fr>
2910         * gengtype-yacc.y (optionseqopt): Add the ending `;' to the action.
2911         Whitespace changes.
2913 2002-06-07  Jeffrey Law  <law@redhat.com>
2915         * sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list
2916         on empty lists.
2918 2002-06-07  H.J. Lu  (hjl@gnu.org)
2920         * configure.in: Add --enable-__cxa_atexit.
2921         * configure: Regenerated.
2922         * config.in: Likewise.
2924         * defaults.h (DEFAULT_USE_CXA_ATEXIT): New. Defined to be 0 if
2925         not defined.
2927 2002-06-07  Gabriel Dos Reis  <gdr@merlin.nerim.net>
2929         * diagnostic.c (diagnostic_build_prefix): Fix initialization.
2931 2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
2933         * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
2935 2002-06-07  Jason Merrill  <jason@redhat.com>
2937         * cppexp.c (num_equality_op): Use a temporary variable to work
2938         around gcc 3.0.4 bug.
2940 2002-06-07  Gabriel Dos Reis  <gdr@codesourcery.com>
2942         * diagnostic.c (diagnostic_build_prefix): Tidy.
2944 2002-06-07  Neil Booth  <neil@daikokuya.demon.co.uk>
2946         * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,
2947         scan_parameters, save_replacement_text, replacement_length): New.
2948         (scan_out_logical_line): Take a macro and save parameters if
2949         non-NULL.
2950         (_cpp_logical_line_trad): Update.
2951         (_cpp_create_trad_definition): Update to handle function-like
2952         macros.
2953         * cpplex.c (new_buff): Update.
2954         (struct dummy, DEFAULT_ALIGNMENT, CPP_ALIGN): Move...
2955         * cpphash.h: ...here.
2956         (CPP_ALIGN2, _cpp_save_parameter): New.
2957         * cppmacro.c (save_parameter): Rename, export.
2958         (parse_params): Update.
2960 2002-06-07  Andreas Jaeger  <aj@suse.de>
2962         * config/mmix/mmix.c: Remove extra broken prototype for
2963         mmix_init_machine_status.
2965 2002-06-06  Geoffrey Keating  <geoffk@redhat.com>
2967         * gengtype.c: Add comments before all the routines.
2969 2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
2971         * config.gcc (sh5*-*-netbsd*): Remove sh/t-netbsd-sh5-32
2972         from and add t-sh64 to ${tmake_file}.
2973         (sh64*-*-netbsd*): Add t-sh64 to ${tmake_file}.
2974         * config/sh/t-netbsd-sh5 (LIB1ASMFUNCS): Remove.
2975         * config/sh/t-netbsd-sh5-32: Remove.
2976         * config/sh/t-netbsd-sh5-64 (MULTILIB_OPTIONS): Use
2977         MULTILIB_ENDIAN.
2978         (MULTILIB_DIRNAMES): Define.
2980 Thu Jun  6 23:14:46 CEST 2002  Jan Hubicka  <jh@suse.cz>
2982         * i386.md (and promoting splitters): Disable QI to SImode promoting
2983         when doing so changes immediate to be 32bit.
2985         * rtl.h (emit_*_scope): Declare.
2986         * emit-rtl.c (emit_*_scope): New global functions.
2987         (try_split): Copy scope.
2988         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
2989         noce_try_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
2990         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
2991         noce_process_if_block, find_cond_trap): Copy scopes.
2992         * recog.c (peephole2_optimize): likewise.
2994 2002-06-06  Jeffrey Law  <law@redhat.com>
2996         * h8300.h (OK_FOR_U): Fix thinko exposed by flag checking.
2998 Thu Jun  6 21:06:25 2002  J"orn Rennecke <joern.rennecke@superh.com>
3000         * gengtype-lex.l (INITIAL): New rule for "'"("\\".|[^\\])"'".
3002 2002-06-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3004         * Makefile.in (TEXI_GCCINSTALL_FILES): Define.
3005         ($(docdir)/gccinstall.info): New target.
3006         (info): Depend on it.
3007         (gccinstall.dvi): New target.
3008         (dvi): Depend on it.
3009         * doc/.cvsignore: Ignore new info files.
3010         * doc/install.texi (@setfilename): Reflect new info filename.
3012 Thu Jun  6 15:57:23 2002  J"orn Rennecke <joern.rennecke@superh.com>
3014         * sh.c (machine_dependent_reorg): Don't set RTX_UNCHANGING_P
3015         on an UNSPEC.
3017 Thu Jun  6 07:17:43 2002  Nicola Pero  <n.pero@mi.flashnet.it>
3019         PR objc/6834
3020         * objc/objc-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define to be
3021         c_common_get_alias_set.
3022         (LANG_HOOKS_SAFE_FROM_P): Define to be c_safe_from_p.
3024 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3026         * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): New
3027         functions.
3028         * rtl.h (get_first_nonnote_insn, get_last_nonnote_insn): Declare.
3029         * avr/avr.c (avr_output_function_epilogue): Use above to determine
3030         function size.
3031         * pa/pa.c (pa_output_function_prologue): Likewise.
3033 2002-06-05  David S. Miller  <davem@redhat.com>
3035         * integrate.c (subst_constants): Handle 'B' RTL format.
3037 2002-06-05  Eric Christopher  <echristo@redhat.com>
3039         * varasm.c (make_decl_rtl): Fix comment for removed
3040         halfpic.c.
3042 2002-06-05  Eric Christopher  <echristo@redhat.com>
3044         * Makefile.in: Remove missed halfpic bits.
3046 2002-06-05  Eric Christopher  <echristo@redhat.com>
3048         * toplev.c: Remove half-pic.
3049         * config/mips/mips.c: Ditto.
3050         * config/mips/mips.h: Ditto. Remove unused defines.
3051         * config/mips/openbsd.h: Update comment to reflect above.
3052         * config/mips/mips.md: Remove half-pic constraints.
3053         * halfpic.h: Delete.
3054         * halfpic.c: Ditto.
3056 2002-06-05  Jeffrey Law  <law@redhat.com>
3058         * pa.h (EXTRA_CONSTRAINT, T case): Further refine so that it
3059         rejects (mem (lo_sum (reg) (unspec))), but will allow
3060         (mem (lo_sum (reg) (symbol_ref)) for PA2.0.
3062 2002-06-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3064         * cpphash.h (_cpp_create_definition): Update prototype.
3065         (_cpp_push_text_context, _cpp_create_trad_definition): New.
3066         ( cpp_lex_identifier_trad): New.
3067         (_cpp_set_trad_context): New.
3068         * cppinit.c (cpp_finish_options): Don't conditionalize builtins.
3069         * cpplib.c (SEEN_EOL): Update.
3070         (lex_macro_node): Update for -traditional.
3071         (cpp_push_buffer, _cpp_pop_buffer): Similarly.
3072         * cppmacro.c (_cpp_create_definition): Split into
3073         create_iso_definition() and _cpp_create_trad_definition().
3074         (warn_of_redefinition): Update prototype; handle traditional
3075         macros.
3076         (_cpp_push_text_context): New.
3077         * cpptrad.c (skip_whitespace, push_replacement_text): New.
3078         (lex_identifier): Call ht_lookup with correct start.
3079         (_cpp_lex_identifier_tradm _cpp_create_trad_definition,
3080         _cpp_set_trad_context): New.
3081         (scan_out_logical_line): Update to handle changing contexts.
3083 Wed Jun  5 20:42:31 2002  J"orn Rennecke <joern.rennecke@superh.com>
3085         * config.gcc (sh-*-elf*,  sh64*-*-elf*): Unify.
3086         (shl*-*-elf*): Add.
3087         * config/sh/t-be (MULTILIB_ENDIAN): Set.
3088         * config/sh/t-le (MULTILIB_ENDIAN): Likewise.
3089         * t-sh (MULTILIB_ENDIAN): Set.
3090         (MULTILIB_OPTIONS): Use it.
3091         * t-sh64 (MULTILIB_OPTIONS): Likewise.
3092         (MULTILIB_DIRNAMES): Likewise.
3094 2002-06-05  Gabriel Dos Reis  <gdr@codesourcery.com>
3096         * toplev.h (report_error_function): Remove.
3098         * diagnostic.h (location_t): New datatype.
3099         (text_info): Likewise.
3100         (diagnostic_info): Likewise.
3101         (output_prefix): New macro.
3102         (diagnostic_last_function_changed): Likewise.
3103         (diagnostic_set_last_function): Likewise.
3104         (diagnostic_last_module_changed): Likewise.
3105         (diagnostic_set_last_module): Likewise.
3106         (report_diagnostic): Now macro.
3107         (diagnostic_set_info): Declare.
3109         * diagnostic.c (report_problematic_module): Rename to
3110         diagnostic_repor_current_module.
3111         (set_diagnostic_context): Remove.
3112         (count_error): Rename to diagnostic_error_count.
3113         (error_function_changed): Remove.
3114         (record_last_error_function): Likewise.
3115         (error_module_changed): Likewise.
3116         (record_last_error_module): Likewise.
3117         (context_as_prefix): Rename to diagnostic_build_prefix.
3118         (flush_diagnostic_buffer): Rename to diagnostic_flush_buffer.
3119         (diagnostic_set_info): New function.
3121         * objc/objc-act.c: #include diagnostic.h
3122         (error_with_ivar): Adjust call to count_error.
3123         (warn_with_method): Likewise.
3124         * objc/Make-lang.in (objc-act.o): Depend on diagnostic.h
3126 2002-06-05  Bob Wilson  <bob.wilson@acm.org>
3128         * config/xtensa/xtensa.c (xtensa_build_va_list): Use
3129         lang_hooks.types.make_type instead of make_node; set up
3130         __va_list_tag type decl.
3131         (xtensa_builtin_saveregs): Remove broken use of
3132         RTX_UNCHANGING_P and unnecessary use of MEM_IN_STRUCT_P
3133         for saved registers; add varargs alias set.
3135 2002-06-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3137 config:
3138         * alpha/gnu.h: Undef TARGET_OS_CPP_BUILTINS.
3139         * i386/beos-elf.h: Use TARGET_OS_CPP_BUILTINS rather than
3140         CPP_PREDEFINES and part of CPP_SPEC.
3141         i386/freebsd-aout.h, i386/gas.h, i386/gnu.h, i386/linux-aout.h,
3142         i386/linux.h, i386/moss.h, i386/xm-vsta.h: Similarly.
3144 Wed Jun  5 15:20:58 CEST 2002  Jan Hubicka  <jh@suse.cz>
3146         * reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
3148 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
3150         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Define.
3152 2002-06-04  Zack Weinberg  <zack@codesourcery.com>
3154         * gengtype-yacc.y: Make sure all rules end with a semicolon.
3156 2002-06-04  Bob Wilson  <bob.wilson@acm.org>
3158         * config/xtensa/xtensa.c (xtensa_init_machine_status): Fix
3159         typo in function prototype and include "ggc.h" header.
3161 2002-06-04  Richard Henderson  <rth@redhat.com>
3163         * config/alpha/alpha.c (mode_mask_operand): Simplify without ifdefs.
3164         (print_operand) ['U']: Likewise.
3165         (alpha_expand_unaligned_store): Correct constants for 32-bit cross.
3166         (alpha_expand_unaligned_store_words): Likewise.
3167         (alpha_expand_builtin_vector_binop): Fix typo.
3168         (enum alpha_builtin, code_for_builtin): Add remaining ext, ins, msk,
3169         umulh, and cix insns.
3170         (one_arg_builtins): Add cix builtins.
3171         (two_arg_builtins): Add ext, ins, msk, umulh builtins.
3172         (alpha_expand_builtin): Fix typo in arity.
3173         * config/alpha/alpha.md (UNSPEC_CTLZ, UNSPEC_CTPOP): New.
3174         (builtin_extbl, builtin_extwl, builtin_extll, builtin_extwh,
3175         builtin_extlh, builtin_insbl, builtin_inswl, builtin_insll,
3176         builtin_insql, builtin_inswh, builtin_inslh, builtin_insqh,
3177         builtin_mskbl, builtin_mskwl, builtin_mskll, builtin_mskql,
3178         builtin_mskwh, builtin_msklh, builtin_mskqh, builtin_cttz,
3179         builtin_ctlz, builtin_ctpop): New.
3180         * doc/extend.texi (Alpha Built-in Functions): Update.
3182 2002-06-04  Geoffrey Keating  <geoffk@redhat.com>
3184         * gengtype.c (write_gc_root): Don't unnecessarily prevent
3185         global variable-length arrays being roots.
3187         * config.gcc (powerpc-*-darwin*): Set config_gtfiles.
3188         * configure.in (config_gtfiles): New variable.
3189         (all_gtfiles): Initialise from config_gtfiles.
3190         * configure: Regenerate.
3192 2002-06-04  Neil Booth  <neil@daikokuya.demon.co.uk>
3194 config/i386:
3195         * beos-elf.h, cygwin.h, djgpp.h, gas.h, gnu.h, i386-interix.h,
3196         i386-interix3.h, i386elf.h, linux-aout.h, linux.h, linux64.h,
3197         mingw32.h, netbsd-elf.h, netbsd.h, netbsd64.h, rtemself.h,
3198         sco5.h, sol2.h, sysv3.h, sysv4.h, sysv5.h, uwin.h, vxi386.h,
3199         win32.h (CPP_SPEC): Remove cpp_cpu.
3200         * i386.h (TARGET_CPU_CPP_BUILTINS): Use.
3201         (CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Die!
3203 2002-06-04  Janis Johnson  <janis187@us.ibm.com>
3205         * config/ia64/ia64.c (gen_thread_pointer): Fix variable name.
3207 2002-06-04  Jeff Law <law@redhat.com.
3208             David Edelsohn <edelsohn@gnu.org>
3209             Michael Matz <matz@kde.org>
3211         * sched-int.h (struct deps): New field libcall_block_tail_insn.
3212         * sched_deps.c (init_deps): Initialize libcall_block_tail_insn.
3213         * sched_deps.c (sched_analyze_insn): If libcall_block_tail_insn
3214         is set, then mark the current insn as being part of a libcall
3215         scheduling group.
3216         (sched_analyze): Set and clear libcall_block_tail_insn appropriately.
3218         * haifa-sched.c (schedule_block): Do not count USE or CLOBBER
3219         insns against the issue rate.
3221 Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
3223         * cfglayout.c (duplicate_insn_chain): Kill NOTE_INSN_RANGE notes.
3224         * final.c (final_scan_insn): Likewise.
3225         * ggc-common.c (ggc_mark_rtx_children_1): Likewise; use
3226         NOTE_EXPECTED_VALUE instead of NOTE_RANGE.
3227         * haifa-sched.c (unlink_other_notes): Likeewise.
3228         (reemit_notes): Likewise.
3229         * print-rtl.c (print_rtx): Likewise.
3230         * sched-deps (sched-analyze): Likewise.
3231         * rtl.c (note_insn_name): Likewise.
3232         * rtl.h (NOTE_RANGE_INFO, NOTE_LIVE_INFO): Kill.
3233         (enum insn_note): Kill NOTE_INSN_RANGE_*, NOTE_INSN_LIVE.
3234         (RANGE_*): Kill.
3236 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
3238         * varasm.c (mark_constants): Handle RTX format 'B'.
3240 2002-06-04  Neil Booth  <neil@daikokuya.demon.co.uk>
3242         * cpphash.h (FIRST, LAST, CUR, RLIMIT): New.
3243         (struct cpp_context): Add traditional fields.
3244         * cppmacro.c (paste_all_tokens, push_ptoken_context,
3245         push_token_context, cpp_get_token, _cpp_backup_tokens): Update.
3246         * cpptrad.c (skip_comment, lex_identifier,
3247         _cpp_read_logical_line_trad, scan_out_logical_line): Update.
3249 2002-06-04  Kazu Hirata  <kazu@cs.umass.edu>
3251         * gbl-ctors.h: Fix formatting.
3252         * gcc.c: Likewise.
3253         * gccspec.c: Likewise.
3254         * gcov.c: Likewise.
3255         * gcov-io.h: Likewise.
3256         * gcse.c: Likewise.
3257         * ggc-common.c: Likewise.
3258         * ggc.h: Likewise.
3259         * ggc-page.c: Likewise.
3260         * ggc-simple.c: Likewise.
3261         * global.c: Likewise.
3262         * graph.h: Likewise.
3263         * gthr-dce.h: Likewise.
3264         * gthr.h: Likewise.
3265         * gthr-posix.h: Likewise.
3266         * gthr-rtems.h: Likewise.
3267         * gthr-solaris.h: Likewise.
3268         * gthr-win32.h: Likewise.
3270 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
3272         Merge from pch-branch:
3274         * gengtype.h (UNION_OR_STRUCT_P): New macro.
3275         * gengtype.c (write_gc_structure_fields): Use it.
3276         (write_gc_root): Use it here too.
3278         * gengtype.c (write_gc_structure_fields): Assume that lengths
3279         of typenames fit into an 'int'; don't pass a size_t to "%d" in
3280         printf.
3281         (write_gc_marker_routine_for_structure): Likewise.
3282         (write_gc_types): Likewise.
3283         (write_gc_root): Likewise.
3285         * varray.h (VARRAY_CLEAR): New.
3286         (varray_clear): Prototype.
3287         * varray.c (varray_clear): New.
3288         * cselib.c (reg_values_old): New.
3289         (used_regs_old): New.
3290         (cselib_init): Use cached varrays if available to avoid
3291         generating large amounts of garbage.
3292         (cselib_finish): Don't throw away old varrays.
3294         * final.c (insn_addresses_): Move out of ifdef.
3296         * varray.c (uses_ggc): Make more varray kinds GCable.
3297         * varray.h (union varray_data_tag): Let gengtype see
3298         fields 'generic' and 'te'.
3299         * reg-stack.c: Include gt-reg-stack.h, ggc.h.
3300         (stack_regs_mentioned_data): Move out of ifdef; mark with gengtype.
3301         (reg_to_stack): Don't call VARRAY_FREE.
3302         * insn-addr.h (INSN_ADDRESSES_FREE): Don't use VARRAY_FREE.
3303         (insn_addresses_): Use gengtype to mark.
3304         * gengtype.c (write_gc_structure_fields): Handle arrays of generic
3305         pointers; handle generic pointers in unused union fields.
3306         (get_output_file_with_visibility): Include cselib.h,
3307         insn-addr.h in gtype-desc.c.
3308         * function.c (prologue): Use gengtype to mark.
3309         (epilogue): Likewise.
3310         (sibcall_epilogue): Likewise.
3311         * dependence.c: Include gt-dependence.h, ggc.h.
3312         (struct def_use): Use gengtype to mark.
3313         (struct loop): Likewise.
3314         (struct induction): Likewise.
3315         (struct dependence): Likewise.
3316         (def_use_chain): Likewise.
3317         (dep_chain): Likewise.
3318         (loop_chain): Likewise.
3319         (induction_chain): Likewise.
3320         (init_dependence_analysis): Don't free anything, just clear pointers.
3321         (build_def_use): Use GGC to allocate def_use.
3322         (add_loop): Use GGC to allocate loop.
3323         (find_induction_variable): Use GGC to allocate induction.
3324         (check_node_dependence): Use GGC to allocate induction, dependence.
3325         (dump_node_dependence): Don't free varrays.
3326         (end_dependence_analysis): Likewise.
3327         * cselib.h (struct cselib_val_struct): Use gengtype to mark.
3328         (struct elt_loc_list): Likewise.
3329         (struct elt_list): Likewise.
3330         * cselib.c: Don't include obstack.h.
3331         (hash_table): Use gengtype to mark.
3332         (reg_values): Use gengtype to mark.
3333         (used_regs): Use gengtype to mark.
3334         (cselib_obstack): Delete.
3335         (cselib_startobj): Delete.
3336         (empty_vals): Mark as deletable.
3337         (empty_elt_lists): Mark as deletable.
3338         (empty_elt_loc_lists): Mark as deletable.
3339         (new_elt_list): Use GGC to allocate struct elt_list.
3340         (new_elt_loc_list): Use GGC to allocate struct elt_loc_list.
3341         (clear_table): Don't delete obstack; don't unnecessarily clear
3342         deletable variables.
3343         (new_cselib_val): Use GGC to allocate struct cselib_val.
3344         (cselib_init): Don't set up obstacks.  Use GGC to allocate
3345         hash table.
3346         (cselib_finish): Just clear variables, don't free anything.
3347         * Makefile.in (cselib.o): Remove dependency on $(OBSTACK_H).
3348         (reg-stack.o): Add dependency on gt-reg-stack.h, $(GGC_H).
3349         (dependence.o): Add dependency on gt-dependence.h, $(GGC_H).
3350         (GTFILES): Add insn-addr.h, cselib.h, dependence.c, reg-stack.c.
3351         (gt-reg-stack.h): New rule.
3352         (gt-dependence.h): New rule.
3353         (gtype-desc.o): Add cselib.h, insn-addr.h.
3355         * varray.c: Use only necessary headers.
3356         (element_size): New.
3357         (uses_ggc): New.
3358         (varray_init): Take type, not size.  Use GGC if appropriate.
3359         (varray_grow): Update for change to struct varray_head_tag.
3360         Use GGC if appropriate.
3361         * varray.h (struct const_equiv_data): Use gengtype.
3362         (enum varray_data_enum): New.
3363         (union varray_data_tag): Use gengtype.
3364         (struct varray_head_tag): Use gengtype.  Replace size field with
3365         enum varray_data_enum.
3366         (varray_init): Update prototype.
3367         (VARRAY_SCHED_INIT): Delete.
3368         (VARRAY_*_INIT): Update for change to varray_init.
3369         (VARRAY_SCHED): Delete.
3370         (VARRAY_PUSH_SCHED): Delete.
3371         (VARRAY_TOP_SCHED): Delete.
3372         * tree.h: Update for change to length specifier.
3373         * tree-inline.c (optimize_inline_calls): Don't use VARRAY_FREE.
3374         (clone_body): Likewise.
3375         * ssa.h (ssa_definition): Use gengtype to mark.
3376         * ssa.c (convert_from_ssa): Don't use VARRAY_FREE.
3377         * ssa-dce.c (ssa_eliminate_dead_code): Don't use VARRAY_FREE.
3378         * rtl.h (struct rtvec_def): Update for change to length specifier.
3379         * integrate.c (expand_inline_function): Don't use VARRAY_FREE.
3380         (struct initial_value_struct): Update for change to length specifier.
3381         * ggc.h (ggc_add_rtx_varray_root): Delete prototype.
3382         (ggc_add_tree_varray_root): Delete prototype.
3383         (ggc_mark_rtx_varray): Delete prototype.
3384         (ggc_mark_tree_varray): Delete prototype.
3385         * ggc-common.c (ggc_add_rtx_varray_root): Delete.
3386         (ggc_add_tree_varray_root): Delete.
3387         (ggc_mark_rtx_varray): Delete.
3388         (ggc_mark_tree_varray): Delete.
3389         (ggc_mark_rtx_varray_ptr): Delete.
3390         (ggc_mark_tree_varray_ptr): Delete.
3391         * gengtype.h (enum typekind): Remove TYPE_VARRAY.
3392         (create_varray): Delete prototype.
3393         * gengtype.c (varrays): Delete.
3394         (create_varray): Delete.
3395         (adjust_field_type): Detect array of string pointers.
3396         (process_gc_options): Remove code to handle varray_type option.
3397         (set_gc_used_type): Remove TYPE_VARRAY case.
3398         (output_escaped_param): New.
3399         (write_gc_structure_fields): Use output_escaped_param on all
3400         parameters.  Handle 'skip' with 'use_param' option.  Handle
3401         arrays of strings.  Remove TYPE_VARRAY handling.
3402         (write_gc_roots): Use boolean to detect 'length' option.
3403         * gengtype-yacc.y (VARRAY_TYPE): Delete token.
3404         (struct_fields): Call adjust_field_type on array fields.
3405         (type): Remove VARRAY_TYPE case.
3406         (type_option): Likewise.
3407         * gengtype-lex.l: Don't consider varray_type a keyword.
3408         * function.h: Update for change to length specifier.
3409         (free_eh_status): Delete prototype.
3410         * function.c (free_after_compilation): Don't call free_eh_status.
3411         (reorder_blocks): Don't use VARRAY_FREE.
3412         * except.c (struct eh_status): Update for change to length specifier.
3413         remove varray_type specifier.
3414         (free_eh_status): Delete.
3415         * dwarf2out.c: Include gt-dwarf2out.h.
3416         (used_rtx_varray): Use gengtype to mark, move
3417         outside ifdefs.
3418         (incomplete_types): Likewise.
3419         (decl_scope_table): Likewise.
3420         (dwarf2out_init): Don't call ggc_add_tree_varray_root.
3421         * cfglayout.c (scope_to_insns_finalize): Don't use VARRAY_FREE.
3422         * c-tree.h (struct lang_type): Update for change to length specifier.
3423         * c-parse.in (yylexstring): Don't use VARRAY_FREE.
3424         * c-objc-common.c: Include gt-c-objc-common.h.
3425         (deferred_fns): Mark for gengtype.
3426         (c_objc_common_init): Don't call ggc_add_tree_varray_root.
3427         (expand_deferred_fns): Just set deferred_fns to 0 to free it.
3428         * Makefile.in (c-objc-common.o): Add gt-c-objc-common.h.
3429         (gtype-desc.o): Update dependencies.
3430         (dwarf2out.o): Add gt-dwarf2out.h.
3431         (varray.o): Update dependencies.
3432         (GTFILES): Add varray.h, ssa.h, dwarf2out.c, c-objc-common.c.
3433         (gt-c-objc-common.h): New rule.
3434         (gt-dwarf2out.h): New rule.
3435         * objc/objc-act.c (build_objc_string_object): Don't use VARRAY_FREE.
3437         * doc/gty.texi (GTY Options): Correct spelling.
3438         (GGC Roots): Likewise.
3439         * Makefile.in (TEXI_CPP_FILES): New.
3440         (TEXI_GCC_FILES): New.
3441         (TEXI_GCCINT_FILES): New.
3442         (TEXI_CPPINT_FILES): New.
3443         ($(docdir)/cpp.info): Use new macros.
3444         ($(docdir)/gcc.info): Likewise.
3445         ($(docdir)/gccint.info): Likewise.
3446         ($(docdir)/cppinternals.info): Likewise.
3447         (cpp.dvi): Likewise.
3448         (gcc.dvi): Likewise.
3449         (gccint.dvi): Likewise.
3450         (cppinternals.dvi): Likewise.
3452         * Makefile.in ($(docdir)/gccint.info): Depend on gty.texi.
3453         * doc/gccint.texi (Top): Include gty.texi.
3454         * doc/gty.texi: New file.
3456         * bitmap.c: Include ggc.h, gt-bitmap.h.
3457         (bitmap_ggc_free): New.
3458         (bitmap_elem_to_freelist): New.
3459         (bitmap_element_free): Use bitmap_elem_to_freelist.
3460         (bitmap_element_allocate): Allow use of GGC.
3461         (bitmap_clear): Use bitmap_elem_to_freelist.
3462         (bitmap_copy): Update for change to bitmap_element_allocate.
3463         (bitmap_set_bit): Likewise.
3464         (bitmap_operation): Update for changes elsewhere.
3465         (bitmap_initialize): Allow to create bitmaps that will use GGC.
3466         * bitmap.h (struct bitmap_element_def): Use gengtype.
3467         (struct bitmap_head_def): Likewise.  Also add 'using_obstack' field.
3468         (bitmap_initialize): Add extra parameter.
3469         (BITMAP_OBSTACK_ALLOC): Update for change to bitmap_initialize.
3470         (BITMAP_ALLOCA): Delete.
3471         (BITMAP_XMALLOC): Update for change to bitmap_initialize.
3472         (BITMAP_GGC_ALLOC): New.
3473         * Makefile.in (gtype-desc.o): Add bitmap.h.
3474         (bitmap.o): Add gt-bitmap.h, $(GGC_H).
3475         (GTFILES): Add bitmap.c.
3476         (gt-bitmap.h): New rule.
3477         ($(HOST_PREFIX_1)bitmap.o): Add gt-bitmap.h.
3478         * basic-block.h: Update for changes to bitmap_initialize.
3479         * except.c (exception_handler_label_map): Move into...
3480         (struct eh_status): Here.
3481         (struct eh_region): Make 'aka' GCable.
3482         (free_eh_status): Don't need to specially handle
3483         exception_handler_label_map.
3484         (add_ehl_entry): Update for changes to exception_handler_label_map.
3485         (find_exception_handler_labels): Likewise.
3486         (remove_exception_handler_label): Likewise.
3487         (maybe_remove_eh_handler): Likewise.
3488         (for_each_eh_label): Likewise.
3489         (remove_eh_handler): Allocate 'aka' using GGC.
3490         * gengtype.c (get_output_file_with_visibility): Add bitmap.h
3491         to list of includes.
3493         * gengtype.c (write_gc_marker_routine_for_structure): Name
3494         the routines 'gt_ggc_mx_*' instead of 'gt_ggc_m_*'.
3495         (write_gc_types): Arrange for the tests with NULL to be inlined.
3496         (write_gc_roots): Update uses of procedure pointers.
3497         * ggc-common.c (gt_ggc_mx_rtx_def): Rename from gt_ggc_m_rtx_def.
3499         * Makefile.in (explow.o): Add dependency on gt-explow.h.
3500         (sdbout.o): Add dependency on gt-sdbout.h.
3502         * emit-rtl.c (const_int_htab): Use gengtype to clear unused entries.
3503         (mem_attrs_htab): Likewise.
3504         (init_emit_once): Don't call ggc_add_deletable_htab.
3505         * fold-const.c (size_htab): Use gengtype to clear unused entries.
3506         (size_int_type_wide): Don't call ggc_add_deletable_htab.
3507         * gengtype.c (finish_root_table): Add LASTNAME and TNAME
3508         parameters, use them, change callers.
3509         (write_gc_root): Add IF_MARKED parameter, use it, change callers.
3510         (write_gc_roots): Handle 'if_marked' option.
3511         (main): Don't need to call set_gc_used_type any more.
3512         * ggc.h (ggc_htab_marked_p): Delete.
3513         (ggc_htab_mark): Delete.
3514         (struct ggc_cache_tab): New.
3515         (gt_ggc_cache_rtab): New declaration.
3516         * ggc-common.c (struct d_htab_root): Delete.
3517         (d_htab_roots): Delete.
3518         (ggc_add_deletable_htab): Delete.
3519         (ggc_htab_delete): Handle new htab-deleting mechanism.
3520         (ggc_mark_roots): Use new htab-deleting mechanism.
3521         * tree.c (type_hash_table): Use gengtype to clear unused entries.
3522         Make static.
3523         (init_obstacks): Don't call ggc_add_deletable_htab.
3525         * objc/objc-act.h (struct hashed_attribute): Use gengtype.
3526         (struct hashed_entry): Likewise.
3527         (nst_method_hash_list): Likewise.
3528         (cls_method_hash_list): Likewise.
3529         (HASH_ALLOC_LIST_SIZE): Delete.
3530         (ATTR_ALLOC_LIST_SIZE): Delete.
3531         * objc/objc-act.c (hash_init): Use ggc to allocate
3532         nst_method_hash_list, cls_method_hash_list.
3533         (hash_enter): Use ggc to allocate; allocate one entry at a time.
3534         (hash_add_attr): Likewise.
3535         (ggc_mark_hash_table): Delete.
3536         (objc_act_parse_init): Delete.
3537         (objc_init): Delete reference to objc_act_parse_init.
3538         * tlink.c: Replace hash.h with hashtab.h.  Explicitly include
3539         obstack.h.  Replace references to 'struct hash_table' with htab_t.
3540         (struct symbol_hash_entry): Replace hash header with key field.
3541         (struct file_hash_entry): Replace hash header with key field.
3542         (struct demangled_hash_entry): Replace hash header with key field.
3543         (hash_string_eq): New.
3544         (hash_string_hash): New.
3545         (symbol_hash_newfunc): Delete.
3546         (symbol_hash_lookup): Modify to use htab_t.
3547         (file_hash_newfunc): Delete.
3548         (file_hash_lookup): Modify to use htab_t.
3549         (demangled_hash_newfunc): Delete.
3550         (demangled_hash_lookup): Modify to use htab_t.
3551         (tlink_init): Modify to use htab_t.
3552         * hash.h: Delete.
3553         * hash.c: Delete.
3554         * ggc.h: Delete forward structure declarations.
3555         Delete prototypes for deleted functions.
3556         * ggc-common.c: Don't include hash.h.
3557         (ggc_add_tree_hash_table_root): Delete.
3558         (ggc_mark_tree_hash_table_entry): Delete.
3559         (ggc_mark_tree_hash_table): Delete.
3560         (ggc_mark_tree_hash_table_ptr): Delete.
3561         * gengtype.c (write_gc_structure_fields): Allow param_is option.
3562         (write_gc_marker_routine_for_structure): Use visibility of
3563         the parameter if there is one.
3564         * function.c: Replace hash.h with hashtab.h.  Replace references
3565         to 'struct hash_table *' with htab_t.
3566         (struct insns_for_mem_entry): Include a plain key.
3567         (fixup_var_refs_insns_with_hash): Update to use htab_t.
3568         (insns_for_mem_newfunc): Delete.
3569         (insns_for_mem_hash): Update to use htab_t.
3570         (insns_for_mem_comp): Likewise.
3571         (insns_for_mem_walk): Likewise.
3572         * c-lang.c: Include ggc.h.
3573         * Makefile.in (OBJS): Remove hash.o.
3574         (c-lang.o): Add GGC_H.
3575         (COLLECT2_OBJS): Remove hash.o.
3576         (tlink.o): Remove hash.h, add HASHTAB_H and OBSTACK_H.
3577         (ggc-common.o): Remove hash.h.
3578         (function.o): Remove hash.h, add HASHTAB_H.
3579         (genautomata.o): Remove hash.h, add HASHTAB_H.
3581         * varasm.c (mark_const_str_htab_1): Delete.
3582         (mark_const_str_htab): Delete.
3583         (const_str_htab_del): Delete.
3584         (const_str_htab): Use gengtype to mark.
3585         (init_varasm_once): Use gengtype to mark hashtables.  Use GC to
3586         allocate them.
3587         * tree.c (mark_tree_hashtable_entry): Delete.
3588         (mark_tree_hashtable): Delete.
3589         * tree.h (mark_tree_hashtable): Delete prototype.
3590         * ggc.h (ggc_test_and_set_mark): Treat (void *)1 like NULL.
3591         (ggc_mark): Likewise.
3592         (ggc_calloc): New.
3593         (htab_create_ggc): New.
3594         * ggc-common.c (ggc_calloc): New.
3595         * gengtype.h (enum typekind): Add TYPE_PARAM_STRUCT.
3596         (struct type): Add param_struct structure.
3597         * gengtype.c (param_structs): New.
3598         (adjust_field_type): Handle param_is option.
3599         (set_gc_used_type): Handle TYPE_PARAM_STRUCT.
3600         (get_output_file_with_visibility): Include hashtab.h in gtype-desc.c.
3601         (write_gc_structure_fields): Add new PARAM parameter.  Update
3602         callers.  Handle use_param option.  Handle TYPE_PARAM_STRUCT.
3603         (write_gc_marker_routine_for_structure): Add new PARAM parameter.
3604         Use it to generate function name.  Update callers.
3605         (write_gc_types): Add new PARAM_STRUCTS parameter.  Update callers.
3606         Process them.
3607         (write_gc_roots): Handle TYPE_PARAM_STRUCT.  Allow param_is
3608         option.
3609         (main): Define PTR as pointer-to-scalar.  Don't specially
3610         mark deferred_string or ehl_map_entry.
3611         * gengtype-yacc.y (PARAM_IS): Add new token.
3612         (externstatic): Use adjust_field_type.
3613         (type_option): Add PARAM_IS.
3614         * gengtype-lex.l: Add rule for typedef of function pointers.
3615         Add rule for PARAM_IS.
3616         (IWORD): Add size_t.
3617         * except.c (exception_handler_label_map): Use gengtype to mark.
3618         (type_to_runtime_map): Likewise.
3619         (mark_ehl_map_entry): Delete.
3620         (mark_ehl_map): Delete.
3621         (init_eh): Use gengtype for roots; use GC to allocate hash tables.
3622         (t2r_mark_1): Delete.
3623         (t2r_mark): Delete.
3624         * Makefile.in (gtype-desc.o): Correct dependencies.
3625         (GTFILES): Add hashtab.h.
3626         (genautomata.o): Actually uses hashtab.h.
3628         * Makefile.in (stringpool.o): Add $(GGC_H).
3629         (dwarf2asm.o): Likewise.
3630         (GTFILES): Add hashtable.h.
3631         * c-common.h (struct c_common_identifier): Use gengtype.
3632         * c-decl.h (c_mark_tree): Delete.
3633         * c-lang.c (LANG_HOOKS_MARK_TREE): Delete.
3634         * c-tree.h (struct lang_identifier): Use gengtype.
3635         (union lang_tree_node): New.
3636         (c_mark_tree): Delete prototype.
3637         * dwarf2out.c [!DWARF2_DEBUGGING_INFO]: Define dummy
3638         dwarf2_debug_hooks.
3639         * gengtype-lex.l (IWORD): Allow 'bool'.
3640         (ptr_alias): Match.
3641         * gengtype-yacc.y (ALIAS): New token.
3642         (type_option): New rule.
3643         (option): Use type_option.
3644         * gengtype.c (process_gc_options): New.
3645         (set_gc_used_type): Use it.
3646         (write_gc_structure_fields): Add 'bitmap' parameter, change callers.
3647         Add new variable 't' to hold the type of the field being processed.
3648         Add more error checking.  Use UNION_P when looking at 'desc' option.
3649         Handle language-specific structures containing other
3650         language-specific structures.
3651         (write_gc_types): Handle 'ptr_alias' option.
3652         (main): Don't need to specially output lang_type, lang_decl, lang_id2.
3653         * ggc-common.c (ggc_pending_trees): Delete.
3654         (ggc_mark_roots): Don't manipulate ggc_pending_trees.
3655         (ggc_mark_trees): Delete.
3656         (gt_ggc_m_tree_node): Delete.
3657         * ggc.h (ggc_pending_trees): Delete.
3658         (ggc_mark_tree): Make alias of gt_ggc_m_tree_node.
3659         * hashtable.h (ht_identifier): Use gengtype.
3660         * langhooks-def.h (LANG_HOOKS_MARK_TREE): Delete.
3661         * langhooks.h (struct lang_hooks): Delete mark_tree.
3662         * sdbout.c [! SDB_DEBUGGING_INFO]: Define dummy sdb_debug_hooks
3663         anyway.
3664         * system.h: Poison LANG_HOOKS_MARK_TREE.
3665         * tree.c (tree_node_structure): New.
3666         * tree.h (struct tree_common): Use gengtype.
3667         (struct tree_int_cst): Likewise.
3668         (struct tree_real_cst): Likewise.
3669         (struct tree_string): Likewise.
3670         (struct tree_complex): Likewise.
3671         (struct tree_vector): Likewise.
3672         (struct tree_identifier): Likewise.
3673         (struct tree_list): Likewise.
3674         (struct tree_vec): Likewise.
3675         (struct tree_exp): Likewise.
3676         (struct tree_block): Likewise.
3677         (struct tree_type): Likewise.
3678         (struct tree_decl): Likewise.
3679         (enum tree_structure_enum): New.
3680         (union tree_node): Use gengtype, with an alias.
3681         (tree_node_structure): Prototype.
3682         * objc/objc-lang.c (LANG_HOOKS_MARK_TREE): Delete.
3684         Merge to tag pch-merge-20020430.  The LANG_HOOKS_FUNCTION_MARK
3685         macro was deleted.  The LANG_HOOKS_FUNCTION_FREE macro was renamed
3686         to LANG_HOOKS_FUNCTION_FINAL.
3687         * Makefile.in (GTFILES): Add bitmap.h.
3688         * except.c (struct eh_region): Mark field 'aka' to be skipped.
3690         * config/alpha/alpha.c [TARGET_ABI_UNICOSMK]
3691         (alpha_init_machine_status): Give proper type.
3692         * Makefile.in (c-lang.o): Depend on gtype-c.h.
3693         (optabs.o): Depend on gt-optabs.h.
3694         (GTFILES): Add optabs.o.
3695         (gt-optabs.h): Add rule.
3696         * optabs.c: Include gt-optabs.h.
3698         * gengtype.c (set_gc_used_type): Correct some errors in last change.
3699         (write_gc_structure_fields): If a field which should be NULL is
3700         not, abort.
3701         * c-pragma.c: Move struct align_stack and variable alignment_stack
3702         out from the ifdef.
3704         * config/xtensa/t-xtensa: Add dependencies for gt-xtensa.h.
3705         * config/xtensa/xtensa.c: Include gt-cris.h.
3706         (struct machine_function): Use gengtype to mark.
3707         * config/mmix/mmix.h (struct machine_function): Use gengtype
3708         to mark.
3709         * config/cris/t-cris: Add dependencies for gt-cris.h.
3710         * config/cris/cris.c: Include gt-cris.h.
3711         (struct machine_function): Use gengtype to mark.
3712         * config/rs6000/rs6000.h (struct machine_function): Use gengtype
3713         to mark.
3714         * doc/tm.texi (Per-Function Data): Delete references to
3715         mark_machine_status.
3716         * config/ia64/ia64.c (ia64_override_options): Don't set
3717         mark_machine_status.
3718         * config/i386/i386.c (override_options): Likewise.
3719         * config/d30v/d30v.c (d30v_init_expanders): Likewise.
3720         * config/arm/arm.c (arm_init_expanders): Likewise.
3721         * config/alpha/alpha.c (override_options): Likewise.
3722         * gengtype.h (enum gc_used_enum): Add GC_MAYBE_POINTED_TO.
3723         * gengtype.c (set_gc_used_type): Handle 'maybe_null' option.
3724         (write_gc_structure_fields): Don't handle 'really' option.
3725         Handle 'maybe_null' option.
3726         (write_gc_types): Handle 'maybe_null' option.
3727         * function.h (struct function): Don't use "really".
3728         (mark_machine_status): Delete declaration.
3729         (mark_lang_status): Delete declaration.
3730         (gt_ggc_mr_machine_function): Delete prototype.
3731         (gt_ggc_mr_language_function): Delete prototype.
3732         * function.c (mark_machine_status): Delete.
3733         (mark_lang_status): Delete.
3734         (gt_ggc_mr_machine_function): Delete.
3735         (gt_ggc_mr_language_function): Delete.
3736         * c-tree.h (mark_c_function_context): Delete prototype.
3737         * c-objc-common.c (c_objc_common_init): Don't set mark_lang_status.
3738         * c-decl.c (struct language_function): Rename from struct
3739         c_language_function.  Update uses.  Use gengtype to mark.
3740         (mark_c_function_context): Delete.
3741         * c-common.h (struct c_language_function): Rename from struct
3742         language_function.
3743         (mark_stmt_tree): Delete prototype.
3744         (c_mark_lang_decl): Delete prototype.
3745         (mark_c_language_function): Delete prototype.
3746         * c-common.c (mark_stmt_tree): Delete.
3747         (c_mark_lang_decl): Delete.
3748         (mark_c_language_function): Delete.
3750         * gengtype.h (enum typekind): Add TYPE_LANG_STRUCT.
3751         (lang_bitmap): New typedef.  Use where appropriate.
3752         (struct type): Add gc_used field, lang_struct field.
3753         (UNION_P): New macro.
3754         (new_structure): New prototype.
3755         (find_structure): Remove 'pos' parameter.  Change all callers.
3756         * gengtype-lex.l: Update for changes to find_structure.
3757         * gengtype-yacc.y (typedef_struct): Use new_structure.
3758         (yacc_ids): Suppress warning.
3759         (type): Use new_structure.
3760         * gengtype.c (string_type): Update for changes to struct type.
3761         (find_structure): Just find a structure, don't worry about
3762         creating one.
3763         (new_structure): New.
3764         (note_yacc_type): Use new_structure.
3765         (set_gc_used_type): New.
3766         (set_gc_used): New.
3767         (write_gc_structure_fields): Allow for pointers to TYPE_LANG_STRUCT.
3768         (write_gc_types): Handle TYPE_LANG_STRUCT.
3769         (write_gc_marker_routine_for_structure): New.
3770         (main): Call set_gc_used.  Add some calls to set_gc_used_type
3771         for places where GCC doesn't use gengtype properly yet.
3772         * ggc.h (gt_ggc_m_rtx_def): Don't prototype.
3773         (gt_ggc_m_tree_node): Likewise.
3775         * varasm.c (copy_constant): Call expand_constant if we hit
3776         something we can't recognise.
3778         * ggc-common.c (ggc_mark_rtvec_children): Delete.
3779         (ggc_mark_rtx_children): Use generic name for ggc_mark_rtvec.
3780         (lang_mark_false_label_stack): Delete.
3781         * rtl.h (struct rtvec_def): Use gengtype to mark.
3782         * ggc.h (ggc_mark_rtvec): Delete.
3783         (gt_ggc_m_rtvec_def): Delete.
3784         (ggc_mark_nonnull_tree): Delete.
3785         (ggc_mark_rtvec_children): Delete prototype.
3786         (lang_mark_false_label_stack): Delete declaration.
3788         * gengtype.h (note_yacc_type): Add prototype.
3789         * gengtype.c (note_yacc_type): New function.
3790         * gengtype-lex.l: Add lexer support for yacc files.
3791         * gengtype-yacc.y (start): Extract union from yacc files.
3792         (yacc_union): New rule.
3793         (yacc_typematch): New rule.
3794         (yacc_ids): New rule.
3795         (enum_items): Tweak for efficiency.
3796         (optionseq): Likewise.
3798         * c-common.h (struct language_function): Use gengtype.
3799         (struct c_lang_decl): Likewise.
3800         * c-tree.h (struct lang_decl): Likewise.
3801         (struct lang_type): Likewise.
3802         * c-decl.c (lang_mark_tree): Use generated marker routines to mark
3803         tree language substructures.
3805         * stringpool.c (mark_ident): Replace ggc_mark_nonnull_tree with
3806         ggc_mark_tree.
3807         * dwarf2asm.c (mark_indirect_pool_entry): Likewise.
3809         * varasm.c (struct rtx_const): Remove 'skip' tags for scalar arrays.
3811         * stmt.c (struct nesting): Add discriminator.  Use gengtype to
3812         mark. Remove 'data.block.cleanup_ptr' field.
3813         (struct stmt_status): Use usual technique to mark struct nesting.
3814         (gt_ggc_mr_nesting_cond): Delete.
3815         (gt_ggc_mr_nesting_loop): Delete.
3816         (gt_ggc_mr_nesting_block): Delete.
3817         (gt_ggc_mr_nesting_case_stmt): Delete.
3818         (expand_start_cond): Set discriminator.
3819         (expand_start_loop): Likewise.
3820         (expand_start_null_loop): Likewise.
3821         (expand_start_bindings_and_block): Set discriminator.  Don't set
3822         deleted fields.
3823         (expand_decl_cleanup): Replace 'cleanup_ptr' with
3824         &thisblock->data.block.cleanups.
3825         (expand_start_case): Set discriminator.
3826         (expand_start_case_dummy): Set discriminator.
3828         * ggc-callbacks.c: Remove.
3830         * gengtype.h (struct type): Add 'u.s.bitmap' field.
3831         (find_structure): Add 'pos' parameter.
3832         * gengtype-lex.l: Update callers to find_structure.
3833         * gengtype-yacc.y: Likewise.
3834         * gengtype.c (find_structure): Allow for structures to be defined
3835         in multiple language backends.
3836         (get_output_file_with_visibility): Include debug.h in gtype-desc.c.
3837         (counter): Rename to gc_counter.
3838         (write_gc_structure_fields): Fail when writing out fields for
3839         an incomplete structure.  Ignore arrays of scalars.  Handle
3840         'tree_vec' special.
3841         (write_gc_types): Reset counter for each procedure written.
3843         * stmt.c (add_case_node): Use GGC to allocate struct case_node.
3844         (free_case_nodes): Delete.
3845         (expand_end_case_type): Delete call to free_case_nodes.
3847         * Makefile.in (cselib.o): Include gt-<filename>.h.
3848         (gcse.o): Likewise.
3849         (profile.o): Likewise.
3850         (alias.o): Likewise.
3851         (GTFILES): Add alias.c, cselib.c, gcse.c, profile.c, and
3852         alphabetize backend files.
3853         (gt-alias.h, gt-cselib.h, gt-gcse.h, gt-profile.h): New rules.
3854         * alias.c: Use gengtype for roots.
3855         * c-common.h (struct stmt_tree_s): Use gengtype.
3856         * c-decl.c: Use gengtype for roots.
3857         * cselib.c: Use gengtype for roots.
3858         * expr.c: Use gengtype for roots.
3859         * fold-const.c: Use gengtype for roots.
3860         * gcse.c: Use gengtype for roots.
3861         * gengtype-lex.l: Handle typedefs of function types.
3862         Allow for empty array bounds.
3863         Allow processing to stop on initialisers.
3864         * gengtype-yacc.y (externstatic): Stop processing on initialisers.
3865         (semiequal): New rule.
3866         * gengtype.c (create_file): Tidy output files.
3867         (get_output_file_with_visibility): Fix paren warning.  Fix bug
3868         involving multiple input files mapping to one output file.
3869         (write_gc_structure_fields): Skip arrays of scalars.
3870         (write_gc_types): Tidy output files.
3871         (write_gc_root): New function.
3872         (write_gc_roots): Fix bugs, add support for roots that are
3873         structures.
3874         * ggc-common.c (ggc_mark_rtx_ptr): Delete.
3875         (ggc_mark_tree_ptr): Delete.
3876         (ggc_add_rtx_root): Delete.
3877         (ggc_add_tree_root): Delete.
3878         (ggc_del_root): Delete.
3879         * integrate.c (get_func_hard_reg_initial_val): Use ggc_alloc to
3880         allocate struct initial_value_struct.
3881         * profile.c: Use gengtype for roots.
3882         * sdbout.c: Use gengtype for roots.
3883         * varasm.c (mark_weak_decls): Delete unused prototype.
3884         (mark_const_hash_entry): Delete unused function.
3885         * config/darwin-protos.h: Use gengtype for roots.
3886         (machopic_add_gc_roots): Delete.
3887         * config/arm/arm.c: Use gengtype for roots.
3888         * config/arm/arm.h: Use gengtype for roots.
3889         * config/c4x/c4x-protos.h: Use gengtype for roots.
3890         * config/c4x/c4x.c (c4x_add_gc_roots): Delete.
3891         * config/d30v/d30v-protos.h: Use gengtype for roots.
3892         * config/d30v/d30v.c (d30v_add_gc_roots): Delete.
3893         * config/dsp16xx/dsp16xx.c (override_options): Use gengtype for roots.
3894         * config/dsp16xx/dsp16xx.h: Use gengtype for roots.
3895         * config/ia64/ia64-protos.h: Use gengtype for roots.
3896         * config/ia64/ia64.c (ia64_add_gc_roots): Delete.
3897         * config/m68hc11/m68hc11-protos.h: Use gengtype for roots.
3898         * config/m68hc11/m68hc11.c (z_reg): Make global.
3899         (z_reg_qi): Make global.
3900         (m68hc11_add_gc_roots): Delete.
3901         * config/mcore/mcore-protos.h: Use gengtype for roots.
3902         * config/mcore/mcore.c (mcore_add_gc_roots): Delete.
3903         * config/mips/mips.c (mips_add_gc_roots): Delete.
3904         * config/mips/mips.h: Use gengtype for roots.
3905         * config/mmix/mmix.c (override_options): Use gengtype for roots.
3906         * config/mmix/mmix.h: Use gengtype for roots.
3907         * config/mn10200/mn10200.c (asm_file_start): Use gengtype for roots.
3908         * config/mn10200/mn10200.h: Use gengtype for roots.
3909         * config/pa/pa.c: Use gengtype for roots, marking.
3910         (struct deferred_plabel): Use GGC, gengtype.
3911         (pa_add_gc_roots): Delete.
3912         (mark_deferred_plabels): Delete.
3913         * config/pj/pj-protos.h: Use gengtype for roots.
3914         * config/pj/pj.h (OVERRIDE_OPTIONS): Don't define.
3915         * config/rs6000/rs6000.c: Use gengtype for roots.  Don't call
3916         machopic_add_gc_roots.
3917         * config/rs6000/rs6000.h: Use gengtype for roots.
3918         * config/rs6000/t-darwin (darwin.o): Add dependency on gt-darwin.h.
3919         (gt-darwin.h): Add rule.
3920         * config/sh/sh.c: Use gengtype for roots.
3921         * config/sh/t-sh ($(out_object_file)): Add dependency on gt-sh.h.
3922         (gt-sh.h): Add rule.
3923         * config/sparc/sparc.c: Use gengtype for roots.
3924         (sparc_add_gc_roots): Delete.
3925         (struct ultrasparc_pipeline_state): Use GGC, gengtype.
3926         (mark_ultrasparc_pipeline_state): Delete.
3927         * config/sparc/sparc.h: Use gengtype for roots.
3929         * Makefile.in (c-parse.o): Update dependencies.
3930         (c-common.o): Likewise.
3931         (GTFILES): Add c-common.h, c-tree.h, c-common.c, c-parse.in.
3932         Add dependencies for the files they generate.
3933         * c-common.c: Replace ggc_add_* uses with GTY annotations.
3934         * c-common.h: Likewise.
3935         * c-decl.c: Likewise.
3936         (gt_ggc_mp_binding_level): Delete.
3937         * c-lang.c: Include gtype-c.h.
3938         * c-parse.in: Replace ggc_add_* uses with GTY annotations.  Include
3939         gt-c-parse.h.
3940         * c-pragma.h: Replace ggc_add_* uses with GTY annotations.
3941         (gt_ggc_mp_align_stack): Delete.
3942         * c-tree.h: Replace ggc_add_* uses with GTY annotations.
3943         * function.c: Replace ggc_add_* uses with GTY annotations.
3944         (gt_ggc_mp_function): Delete.
3945         * function.h: Replace ggc_add_* uses with GTY annotations.
3946         * gengtype.c (lang_names): New.
3947         (NUM_BASE_FILES): New.
3948         (open_base_files): Create language base files.
3949         (startswith): New.
3950         (get_file_basename): New.
3951         (get_base_file_bitmap): New.
3952         (get_output_file_with_visibility): Rename from get_output_file.
3953         Add more mappings for various C/Objc filenames.
3954         (finish_root_table): New.
3955         (write_gc_roots): Handle dependencies and scoping properly.
3956         * gengtype.h: Add prototypes for new functions.
3957         * ggc-common.c (struct deletable_root): Delete.
3958         (deletables): Delete.
3959         (ggc_add_deletable_root): Delete.
3960         (ggc_mark_roots): No need to deal with deleted functionality.
3961         * ggc.h (ggc_add_deletable_root): Delete prototype.
3962         * objc/Make-lang.in (objc-act.o): Add gtype-objc.h dependency.
3963         (gtype-objc.h): Add rule to create.
3964         * objc/config-lang.in (gtfiles): New.
3965         * objc/objc-act.c: Allocate imp_list using GGC.  Replace uses of
3966         ggc_add_* with GTY markers.  Include gtype-objc.h.
3967         (ggc_mark_imp_list): Delete.
3968         * objc/objc-act.h: Replace uses of ggc_add_* with GTY markers.
3969         * objc/objc-lang.c: Random Whitespace Change.
3971         * except.h (exception_handler_labels): Delete.
3972         (get_exception_handler_labels): New.
3973         * except.c (exception_handler_labels): Delete.
3974         (struct eh_status): Add exception_handler_labels field.
3975         (doing_eh): Don't add exception_handler_labels as root.
3976         (free_eh_status): Don't need to free exception_handler_labels.
3977         (get_exception_handler_labels): New.
3978         (find_exception_handler_labels): Update for move of
3979         exception_handler_labels.
3980         (remove_exception_handler_label): Likewise.
3981         * cfgrtl.c (can_delete_label_p): Use get_exception_handler_labels.
3982         * jump.c (rebuild_jump_labels): Likewise.
3983         * loop.c (find_and_verify_loops): Likewise.
3984         * sched-rgn.c (is_cfg_nonregular): Likewise.
3986         * gengtype.c (write_gc_structure_fields): Handle variable-length
3987         TYPE_ARRAYs.
3989         * varasm.c (struct weak_syms): Use GGC, gengtype.
3990         (mark_weak_decls): Delete.
3991         (weak_decls): Likewise.
3992         (add_weak): Likewise.
3993         (remove_from_pending_weak_list): Likewise.
3994         (init_varasm_once): Likewise.
3996         * Makefile.in (gtype-desc.o): Add libfuncs.h dependency.
3997         (GTFILES): Add tree.h, libfuncs.h, emit-rtl.c, explow.c,
3998         stor-layout.c, regclass.c, and lists.c.
3999         Add dependencies of gt-emit-rtl.h gt-explow.h gt-stor-layout.h
4000         gt-regclass.h and gt-lists.h on s-gtype.
4001         * emit-rtl.c: Use gengtype for roots.  Include gt-emit-rtl.h.
4002         * except.c: Use gengtype for roots.
4003         * explow.c: Use gengtype for roots.  Include gt-explow.h.
4004         * expr.h (init_stor_layout_once): Delete prototype.
4005         * function.c: Use gengtype for roots.
4006         * gengtype-lex.l: Add ENT_EXTERNSTATIC lexing.
4007         * gengtype-yacc.y (start): Can also be an externstatic.
4008         (externstatic): New production.
4009         (struct_fields): Correct array bounds inversion for 2-d arrays.
4010         * gengtype.c (variables): New variable.
4011         (note_variable): New function.
4012         (get_output_file): Include libfuncs.h into gtype-desc.c.
4013         (get_output_file_name): New function.
4014         (write_gc_structure_fields): Suppress warnings.
4015         (write_gc_types): Make static.
4016         (put_mangled_filename): New function.
4017         (write_gc_roots): New function.
4018         (main): Call write_gc_roots.
4019         * gengtype.h (note_variable): Prototype.
4020         (get_output_file_name): Prototype.
4021         (write_gc_types): Delete prototype.
4022         * ggc.h: Clean up unnecessary structure predefinitions.
4023         (struct ggc_root_tab): Define.
4024         (gt_ggc_m_rtx_def): Make function, not macro.
4025         (gt_ggc_m_tree_node): Likewise.
4026         * libfuncs.h: Use gengtype for roots.
4027         * lists.c: Use gengtype for roots.  Include gt-lists.h.
4028         (init_EXPR_INSN_LIST_cache): Delete.
4029         * optabs.c: Use gengtype for roots.
4030         (gt_ggc_mp_optab): Delete.
4031         * optabs.h: Use gengtype for roots.
4032         * regclass.c: Use gengtype for roots.  Include gt-regclass.h.
4033         * rtl.h: Use gengtype for roots.
4034         (init_EXPR_INSN_LIST_cache): Delete prototype.
4035         * stor-layout.c: Use gengtype for roots.
4036         Include gt-stor-layout.h.
4037         (init_stor_layout_once): Delete.
4038         * toplev.c: Use gengtype for roots.  Delete calls to deleted
4039         routines.
4040         * tree.c: Use gengtype for roots.
4041         * tree.h: Use gengtype for roots.
4042         * varasm.c: Use gengtype for roots.
4044         * Makefile.in (GTFILES): Add @all_gtfiles@.
4045         * configure: Regenerate.
4046         * configure.in: Construct all_gtfiles from the gtfiles definitions
4047         in config-lang.in.
4048         * gengtype-yacc.y (type): Warn about duplicate structure names.
4049         * gengtype.c (get_output_file): Handle .c files in language
4050         subdirectories.
4052         * Makefile.in (GTFILES): Run gengtype on all the config files
4053         and on the target .c file.
4054         * except.c (mark_eh_region): Delete.
4055         (init_eh_for_function): Use GGC on struct eh_status.
4056         (mark_eh_status): Delete.
4057         (free_eh_status): Use GGC.
4058         (expand_eh_region_start): Use GGC to
4059         (collect_eh_region_array): Allocate last_region_number using GGC.
4060         (duplicate_eh_region_1): Use GGC to allocate struct eh_region.
4061         (remove_eh_handler): Let GGC free struct eh_region.
4062         (add_call_site): Use GGC to reallocate call_site_record array.
4063         * function.c (init_machine_status): Update calling sequence.
4064         (mark_machine_status): Likewise.
4065         (mark_lang_status): Likewise.
4066         (prepare_function_start): Update init_machine_status call.
4067         (mark_function_status): Delete.
4068         (maybe_mark_struct_function): Delete.
4069         (ggc_mark_struct_function): Delete.
4070         (gt_ggc_mp_function): New.
4071         (gt_ggc_mr_machine_function): New.
4072         (gt_ggc_mr_language_function): New.
4073         (init_function_once): Use canonical names.
4074         * function.h (struct function): Use gengtype.
4075         (init_machine_status): Return the structure.
4076         (mark_machine_status): Take a 'void *'.
4077         (mark_lang_status): Likewise.
4078         * ggc-common.c (ggc_mark_trees): Use canonical name for
4079         ggc_mark_struct_function.
4080         * tree.h (ggc_mark_struct_function): Delete prototype.
4081         * config/alpha/alpha.c (alpha_mark_machine_status): Delete.
4082         (alpha_init_machine_status): Likewise.
4083         (override_options): Use canonical name for alpha_mark_machine_status.
4084         * config/alpha/unicosmk.h (struct machine_function): Use gengtype.
4085         * config/arm/arm.h (struct machine_function): Use gengtype.
4086         * config/arm/arm.c (arm_mark_machine_status): Delete.
4087         (arm_init_machine_status): Update calling sequence.
4088         (arm_init_expanders): Use canonical name for arm_mark_machine_status.
4089         * config/cris/cris.c (cris_init_machine_status): Update
4090         calling sequence.
4091         * config/d30v/d30v.h (struct machine_function): Use gengtype.
4092         * config/d30v/d30v.c (d30v_init_machine_status): Update
4093         calling sequence.
4094         (d30v_mark_machine_status): Delete.
4095         * config/i386/i386.c: Include gt-i386.h.
4096         (struct machine_function): Use gengtype.
4097         (ix86_init_machine_status): Update calling sequence.
4098         (ix86_mark_machine_status): Delete.
4099         (override_options): Use canonical namke for ix86_mark_machine_status.
4100         * config/ia64/ia64.h (struct machine_function): Use gengtype.
4101         * config/ia64/ia64.c (ia64_init_machine_status): Update calling
4102         sequence.
4103         (ia64_mark_machine_status): Delete.
4104         (ia64_override_options): Use canonical name for
4105         ia64_mark_machine_status.
4106         * config/mmix/mmix.c (mmix_init_machine_status): Update calling
4107         sequence.
4108         * config/rs6000/rs6000.c (rs6000_init_machine_status): Likewise.
4109         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
4110         * gengtype.c (get_output_file): Fix warning.
4111         (main): Add prototype to suppress warning.
4112         * tree.c: Remove tree_hash_mark prototype.
4114         * tree.h (init_stmt): Delete prototype.
4115         * toplev.c (lang_independent_init): Don't call init_stmt.
4116         * stmt.c (ALLOC_NESTING): Use GGC for 'struct nesting'.
4117         (stmt_obstack): Delete.
4118         (POPSTACK): No need to free 'struct nesting'.
4119         (gt_ggc_mr_nesting_cond): Use canonical names.
4120         (gt_ggc_mr_nesting_loop): Use canonical names.
4121         (gt_ggc_mr_nesting_block): Use canonical names.
4122         (gt_ggc_mr_nesting_case_stmt): Use canonical names.
4123         (mark_stmt_status): Delete.
4124         (init_stmt): Delete.
4125         (clear_last_expr): Clear both last_expr_type and last_expr_value.
4126         Use it everywhere that last_expr_type was cleared.
4127         * lists.c (init_EXPR_INSN_LIST_cache): Use ggc_add_deletable_root.
4128         (zap_lists): Delete.
4129         * ggc.h (ggc_add_deletable_root): Prototype.
4130         (mark_stmt_status): Remove prototype.
4131         * ggc-common.c (ggc_add_deletable_root): New.
4132         (ggc_mark_roots): Handle deletable roots.
4133         * function.c (ggc_mark_struct_function): Use canonical name
4134         for mark_stmt_status.
4135         * emit-rtl.c (free_sequence_stack): New.
4136         (start_sequence): Use a freelist for sequences.
4137         (end_sequence): Likewise.
4138         (init_emit_once): Add free_sequence_stack as a deleteable root.
4139         * c-pragma.c Include gt-c-pragma.h.
4140         (struct align_stack): Use gengtype.
4141         (push_alignment): Use GGC for struct align_stack.
4142         (mark_align_stack): Delete.
4143         (gt_ggc_mp_align_stack): New.
4144         (init_pragma): Use canonical name for mark_align_stack.
4145         * c-decl.c: Include gt-c-decl.h.
4146         (struct binding_level): Use gengtype.
4147         (make_binding_level): Use GGC; handle the freelist here.
4148         (pop_binding_level): New.
4149         (pushlevel): Move code into make_binding_level.
4150         (push_label_level): Likewise.
4151         (poplevel): Move code into pop_binding_level.
4152         (pop_label_level): Likewise.
4153         (mark_binding_level): Delete.
4154         (gt_ggc_mp_binding_level): New.
4155         (c_init_decl_processing): Use canonical name for mark_binding_level.
4156         Add free_binding_level as deletable root.
4157         (mark_c_function_context): Use canonical name for mark_binding_level.
4158         * Makefile.in (c-decl.o): Add gt-c-decl.h.
4159         (c-pragma.o): Add gt-c-pragma.h.
4160         (GTFILES): Add c-decl.c and c-pragma.c.
4161         (gt-c-decl.h, gt-c-pragma.h): Create using gengtype.
4163         * tree.c (struct type_hash): Use gengtype.
4164         (init_obstacks): Use canonical name for type_hash_mark.
4165         (type_hash_mark): Delete.
4166         Include gt-tree.h.
4167         * rtl.h (struct mem_attrs): Use gengtype.
4168         * optabs.h (struct optab): Use gengtype.
4169         * optabs.c (expand_binop): Squish signed/unsigned warning.
4170         (mark_optab): Make local, use canonical name, use autogenerated
4171         marker procedure.
4172         (init_optabs): Use canonical name for mark_optab.
4173         (new_optab): Use GGC to allocate optabs.
4174         * ggc.h: Delete mark_optab prototype.
4175         * ggc-common.c (ggc_mark_rtx_children): Use canonical name for
4176         mem_attrs marker procedure.
4177         * gengtype.c (get_output_file): Include headers in gtype-desc.c
4178         explicitly rather than deducing them from file names.
4179         (write_gc_structure_fields): Handle arrays of structures.
4180         (main): Return non-zero exit code if errors occur during output.
4181         * emit-rtl.c (mem_attrs_mark): Delete.
4182         (init_emit_once): Use canonical name for mem_attrs marker procedure.
4183         * Makefile.in (gtype-desc.o): Explicitly name dependencies.
4184         (tree.o): Depend on gt-tree.h.
4185         (GTFILES): Add rtl.h, optabs.h, tree.c.
4186         (gt-tree.h): Add it to s-gtype rule.
4188         * .cvsignore: Ignore gengtype flex/bison generated files.
4189         * Makefile.in (GGC_H): Add gtype-desc.h.
4190         (OBJS): Add gtype-desc.o.
4191         (GEN): Add gengtype.
4192         (STAGESTUFF): Add gengtype.
4193         (varasm.o): Add gt-varasm.h.
4194         (stmt.o): Add gt-stmt.h.
4195         (except.o): Add gt-except.h.
4196         (integrate.o): Add gt-integrate.h.
4197         (GTFILES): New.
4198         Add new rules for new files.
4199         * configure: Regenerate.
4200         * configure.in: Correct defaults.h paths.
4201         * emit-rtl.c (mark_sequence_stack): Delete.
4202         (mark_emit_status): Delete.
4203         (start_sequence): Allocate sequence structures using GGC.
4204         (end_sequence): Allocate sequence structures using GGC.
4205         * except.c: Use gengtype for various structures.  Include
4206         gt-except.h.
4207         * expr.c (mark_expr_status): Delete.
4208         * function.c: Use gengtype for various structures.  Include
4209         gt-function.h.
4210         (mark_function_status): Use standard gt_ggc names for marker functions.
4211         (ggc_mark_struct_function): Likewise.
4212         * function.h: Use gengtype for various structures.
4213         * gengtype-lex.l: New file.
4214         * gengtype-yacc.y: New file.
4215         * gengtype.c: New file.
4216         * gengtype.h: New file.
4217         * ggc.h: Include gtype-desc.h.  Alias some marker procedures to
4218         the standard names.  Remove some now-unnecessary prototypes.
4219         * integrate.c: Use gengtype for various structures.  Include
4220         gt-integrate.h.
4221         (mark_hard_reg_initial_vals): Delete.
4222         * integrate.h (mark_hard_reg_initial_vals): Delete.
4223         * stmt.c: Use gengtype for various structures.  Include
4224         gt-stmt.h.
4225         (mark_case_node): Delete.
4226         (mark_goto_fixup): Delete.
4227         (mark_stmt_status): Use standard gt_ggc names for marker functions.
4228         * system.h: Define GTY to empty.   In flex/bison files,
4229         don't poison malloc or realloc, instead just define them to
4230         xmalloc and xrealloc.
4231         * varasm.c: Use gengtype for various structures.  Include
4232         gt-varasm.h.  Use standard gt_ggc names for marker functions.
4233         (mark_pool_constant): Delete.
4234         (mark_varasm_status): Delete.
4235         (decode_rtx_const): #if 0 out non-typesafe hack.
4237         * function.h (free_lang_status): Mark as obsolete.
4238         * function.c (free_lang_status): Mark as obsolete.
4239         * c-decl.c (push_c_function_context): Use GC to allocate and free
4240         struct language_function.
4241         (pop_c_function_context): Likewise.
4242         * c-common.c (mark_c_language_function): Mark struct
4243         language_function.
4245         * doc/tm.texi (Per-Function Data): Don't document free_machine_status.
4246         Document that the machine_function structures must be allocated
4247         using GC.  Update mark_machine_status documentation.
4248         * function.h: Don't declare free_machine_status.
4249         * function.c (free_machine_status): Don't define.
4250         (free_after_compilation): Don't call free_machine_status.
4251         (ggc_mark_struct_function): Mark f->machine.  Call
4252         mark_machine_status only on non-NULL pointers.
4253         * system.h: Poison free_machine_status.
4254         * config/xtensa/xtensa.c (xtensa_init_machine_status): Use GC on
4255         struct machine_function.
4256         (xtensa_free_machine_status): Delete.
4257         (override_options): Don't set free_machine_status.
4258         * config/rs6000/rs6000.c (rs6000_override_options): Don't set
4259         free_machine_status.
4260         (rs6000_init_machine_status): Use GC on struct machine_function.
4261         (rs6000_free_machine_status): Delete.
4262         * config/ia64/ia64.c (ia64_init_machine_status): Use GC on struct
4263         machine_function.
4264         (ia64_mark_machine_status): Likewise.
4265         (ia64_free_machine_status): Delete.
4266         (ia64_override_options): Don't set free_machine_status.
4267         * config/i386/i386.c (override_options): Don't set
4268         free_machine_status.
4269         (ix86_init_machine_status): Use GC on struct machine_function.
4270         (ix86_mark_machine_status): Likewise.
4271         (ix86_free_machine_status): Delete.
4272         * config/d30v/d30v.c: (d30v_init_machine_status): Use GC on struct
4273         machine_function.
4274         (d30v_mark_machine_status): Likewise.
4275         (d30v_free_machine_status): Delete.
4276         (d30v_init_expanders): Don't set free_machine_status.
4277         * config/arm/arm.c (arm_mark_machine_status): Use GC on struct
4278         machine_function.
4279         (arm_init_machine_status): Likewise.
4280         (arm_free_machine_status): Delete.
4281         (arm_init_expanders): Don't set free_machine_status.
4282         * config/alpha/alpha.c (override_options): Don't set
4283         free_machine_status.
4284         (alpha_init_machine_status): Use GC on struct machine_function.
4285         (alpha_mark_machine_status): Likewise.
4286         (alpha_free_machine_status): Delete.
4288         * varasm.c (compare_constant): Fix typo.
4290         * varasm.c: Don't include obstack.h.
4291         (struct varasm_status): x_const_rtx_hash_table is a hash of rtxes.
4292         (struct rtx_const): Give substructures names, improve formatting.
4293         (struct constant_descriptor): Delete.
4294         (struct constant_descriptor_tree): New, based on constant_descriptor.
4295         (const_hash_table): Is a hash table of trees.
4296         (mark_const_hash_entry): Is used for hashes of trees.  Mark
4297         constant_descriptor_tree structure.
4298         (mark_const_str_htab_1): Mark deferred_string structure.
4299         (compare_constant): Rewrite to compare trees.
4300         (compare_constant_1): Delete.
4301         (record_constant): Delete.
4302         (record_constant_1): Delete.
4303         (output_constant_def): Use struct constant_descriptor_tree.
4304         Don't duplicate trees twice.
4305         (struct constant_descriptor_rtx): New.
4306         (struct pool_constant): Used for rtx constants.
4307         (init_varasm_status): Update for change to struct varasm_status.
4308         (mark_varasm_status): Likewise.
4309         (free_varasm_status): Delete.
4310         (compare_constant_rtx): Rewrite to handle constant_descriptor_rtx.
4311         (record_constant_rtx): Likewise.
4312         (mem_for_const_double): Update to use struct constant_descriptor_rtx.
4313         (force_const_mem): Likewise.
4314         * Makefile.in (varasm.o): Doesn't depend on obstack.h.
4315         * function.c (free_after_compilation): Don't use free_varasm_status.
4316         * function.h: Don't prototype free_varasm_status.
4318         * ggc-common.c (ggc_realloc): Handle X being NULL.
4320         * ggc-common.c (ggc_realloc): New function.
4321         * ggc.h: Prototype it.
4322         * emit-rtl.c (free_emit_status): Delete.
4323         (init_emit): Allocate emit subarrays using GC.
4324         (gen_reg_rtx): Reallocate subarrays using GC.
4325         (init_emit): Use GC to allocate 'struct emit_status' and its
4326         subarrays.
4327         (mark_emit_status): Mark structure and its subarrays.
4328         * stmt.c (free_stmt_status): Delete.
4329         * expr.c (free_expr_status): Delete.
4330         * function.h: Remove prototypes for deleted functions.
4331         * function.c (free_after_compilation): Don't use deleted functions.
4332         Don't call free() on x_parm_reg_stack_loc.
4333         (free_after_parsing): Don't use free_stmt_status.
4334         (assign_parms): Use GC to allocate and resize x_parm_reg_stack_loc.
4335         (mark_function_status): Mark x_parm_reg_stack_loc.
4337         * varasm.c (init_varasm_status): Use GC to allocate
4338         'struct varasm_status' and its fields x_const_rtx_hash_table
4339         and x_const_rtx_sym_hash_table.
4340         (mark_varasm_status): Mark them.
4341         (free_varasm_status): Use GC to free them.
4342         * expr.c (init_expr): Use GC to allocate 'struct expr_status'.
4343         (mark_expr_status): Mark the structure itself.
4344         (free_expr_status): Use GC to free the structure.
4345         * stmt.c (free_stmt_status): Use GC to free 'struct stmt_status'.
4346         (mark_stmt_status): Mark the 'struct stmt_status' itself.
4347         (init_stmt_for_function): Allocate the structure for GC.
4349         * dwarf2out.c (lookup_type_die): Use TYPE_SYMTAB_DIE.
4350         (equate_type_number_to_die): Likewise.
4351         * tree.h (TYPE_SYMTAB_DIE): New macro.
4352         (struct die_struct): Predeclare.
4353         (struct tree_type): Add field symtab.die.   Add a tag
4354         to the union type of field symtab.
4356         * varray.h (VARRAY_RTVEC_INIT): A varray of rtvec contains
4357         'struct rtvec_def *', not 'struct rtvec_def'.
4359         * function.h (original_arg_vector): Make a real rtvec.
4360         * function.c (ggc_mark_struct_function): Adjust.
4361         * integrate.c (expand_inline_function): Adjust.
4363 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
4365         * config.gcc (sh5-*-netbsd*, sh5l*-*-netbsd*)
4366         (sh64-*-netbsd*, sh64l*-*-netbsd*): New targets.
4367         * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN)
4368         (TARGET_VERSION_CPU): Define according to the
4369         default target.
4370         (TARGET_VERSION): Use TARGET_VERSION_ENDIAN and
4371         TARGET_VERSION_CPU.
4372         (TARGET_OS_CPP_BUILTINS): Use NETBSD_OS_CPP_BUILTINS_LP64
4373         if TARGET_SHMEDIA64.
4374         (LINK_DEFAULT_CPU_EMUL): Define according to the
4375         default target.
4376         (SUBTARGET_LINK_EMUL_SUFFIX): Define.
4377         (SUBTARGET_LINK_SPEC): Define.
4378         (LINK_SPEC): Use SH_LINK_SPEC.
4379         (ASM_SPEC): Remove.
4380         (TARGET_DEFAULT): Use TARGET_CPU_DEFAULT.
4381         (FUNCTION_PROFILER): Add cases for TARGET_SHMEDIA32
4382         and TARGET_SHMEDIA64 which abort, for now.
4383         * config/sh/t-netbsd-sh5: New file.
4384         * config/sh/t-netbsd-sh5-32: New file.
4385         * config/sh/t-netbsd-sh5-64: New file.
4387 2002-06-03  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
4388             Richard Henderson  <rth@redhat.com>
4390         * config/alpha/alpha.c (reg_or_const_int_operand): New.
4391         (some_operand, input_operand): Accept CONST_VECTOR.
4392         (alpha_extra_constraint): Add 'W'.
4393         (alpha_expand_zap_mask): New.
4394         (alpha_expand_builtin_vector_binop): New.
4395         (enum alpha_builtin): New.
4396         (zero_arg_builtins, one_arg_builtins, two_arg_builtins): New.
4397         (alpha_init_builtins, alpha_expand_builtin): New.
4398         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): New.
4399         * config/alpha/alpha.h (VECTOR_MODE_SUPPORTED_P): New.
4400         (PREDICATE_CODES): Update.
4401         * config/alpha/alpha-protos.h: Update.
4402         * config/alpha/alpha.md (UNSPEC_CMPBGE, UNSPEC_ZAP,
4403         UNSPEC_AMASK, UNSPEC_IMPLVER, UNSPEC_PERR, UNSPECV_RPCC): New.
4404         (movv8qi, movv8qi_fix, movv8qi_nofix): New.
4405         (movv4hi, movv4hi_fix, movv4hi_nofix): New.
4406         (movv2si, movv2si_fix, movv2si_nofix): New.
4407         (uminv8qi3, sminv8qi3, uminv4hi3, sminv4hi3): New.
4408         (umaxv8qi3, smaxv8qi3, umaxv4hi3, smaxv4hi3): New.
4409         (builtin_cmpbge, builtin_extql, builtin_extqh, builtin_zap,
4410         builtin_zap_1, builtin_zapnot, builtin_zapnot_1, builtin_amask,
4411         builtin_implver, builtin_rpcc, builtin_minub8, builtin_minsb8,
4412         builtin_minuw4, builtin_minsw4, builtin_maxub8, builtin_maxsb8,
4413         builtin_maxuw4, builtin_maxsw4, builtin_perr, builtin_pklb,
4414         pklb, builtin_pkwb, pkwb, builtin_unpkbl, unpkbl,
4415         builtin_unpkbw, unpkbw): New.
4416         * doc/extend.texi (Alpha Built-in Functions): New.
4418 2002-06-03  Richard Henderson  <rth@redhat.com>
4420         * crtstuff.c (__EH_FRAME_BEGIN__): Conditionalize on
4421         USE_EH_FRAME_REGISTRY, not EH_FRAME_SECTION_NAME.
4423 2002-06-03  Richard Henderson  <rth@redhat.com>
4425         * config/alpha/alpha-protos.h: Eliminate unneeded ifdefs.
4427         * config/alpha/alpha.c (reg_or_0_operand): Use CONST0_RTX.
4428         (const0_operand): New.
4429         (reg_or_fp0_operand, fp0_operand): Remove.
4430         * config/alpha/alpha.h (PREDICATE_CODES): Update.
4431         * config/alpha/alpha-protos.h: Update.
4432         * config/alpha/alpha.md: Replace all uses of reg_or_fp0_operand
4433         and fp0_operand with reg_or_0_operand and const0_operand.
4435 2002-06-03  Dan Nicolaescu  <dann@godzilla.ics.uci.edu>
4437         * alias.c (nonoverlapping_memrefs_p): Fix off by one error.
4439 2002-06-03  Roger Sayle  <roger@eyesopen.com>
4441         * gcse.c (cprop_jump): Use single_set to get the pattern
4442         from the setcc argument.
4444 2002-06-03  Gabriel Dos Reis  <gdr@codesourcery.com>
4446         * diagnostic.h (diagnostic_count): Move from output_buffer to
4447         diagnostic_context.
4448         (diagnostic_kind_count): Adjust definition.
4450 Mon Jun  3 19:11:53 CEST 2002  Jan Hubicka  <jh@suse.cz>
4452         * except.c (except.c): Do not rebuild CFG.
4453         * toplev.c (rest_of_compilation): Recompute CFG after sibcall
4454         optimization.
4456 Mon Jun  3 11:53:01 CEST 2002  Jan Hubicka  <jh@suse.cz>
4458         * integrate.c (copy_insn_list): Properly pace the INSN_SCOPE copies.
4459         * toplev.c: Include cfglahout.h
4460         * Makefile.in (toplev.c): Add dependnecy.
4462 2002-06-03  Neil Booth  <neil@daikokuya.demon.co.uk>
4464         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): New.
4465         (CPP_CPU32_SPEC, CPP_CPU64_SPEC): Kill.
4466         (CPP_CPUCOMMON_SPEC): Rename CPP_CPU_SPEC.
4468 2002-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
4470         * config/ns32k/netbsd.h: Update copyright years.
4471         (TARGET_OS_CPP_BUILTINS): Define.
4472         (CPP_PREDEFINES): Remove.
4473         * config/ns32k/ns32k.h (CPP_PREDEFINES): Remove.
4474         (TARGET_CPU_CPP_BUILTINS): Define.
4476 2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
4478         * emit-rtl.c: Fix formatting.
4479         * errors.h: Likewise.
4480         * except.c: Likewise.
4481         * explow.c: Likewise.
4482         * expmed.c: Likewise.
4483         * expr.c: Likewise.
4484         * expr.h: Likewise.
4486 2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
4488         * config/h8300/elf.h: Fix formatting.
4489         * config/h8300/rtems.h: Likewise.
4491 2002-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
4493         * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove.
4495 2002-06-02  Tom Tromey  <tromey@redhat.com>
4497         * fixinc/fixincl.x: Rebuilt.
4498         * fixinc/inclhack.def (thread_keyword): Match `*__thread'.
4500 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4502 config/i370:
4503         * i370.h (TARGET_CPU_CPP_BUILTINS): Use.
4504         * linux.h: Use TARGET_OS_CPP_BUILTINS rather than CPP_PREDEFINES.
4505         * mvs.h: Similarly.
4506         * oe.h: Similarly.
4508 Mon Jun  3 00:18:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
4510         * final.c (final):  Allow notes to not have computed addresses;
4511         kill no longer needed STACK_REGS ifdef.
4513 2002-06-02  Richard Henderson  <rth@redhat.com>
4515         * gcse.c (bypass_conditional_jumps): Fix typo last change.
4517 Sun Jun  2 23:02:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
4519         * loop.c (emit_prefetch_instructions): Properly place the address
4520         computation.
4522 Sun Jun  2 22:56:48 CEST 2002  Jan Hubicka  <jh@suse.cz>
4524         * basic-block.h (basic_block_for_insn, BLOCK_FOR_INSN): Kill.
4525         (set_block_for_insn): Turn into macro.
4526         * cfgbuild.c (find_basic_block): Do not clear basic_block_for_insn.
4527         * cfglayout.c (insn_scopes): Kill.
4528         (scope_to_insns_initialize): Do not use insn_scopes.
4529         (scope_to_insns_finalize): Likewise.
4530         (duplicate_insn_chain): Likewise.
4531         (cfg_layout_initialize, cfg_layout_finalize): Do not turn scopes to notes.
4532         * cfgrtl.c (basic_block_for_insn): Kill.
4533         (delete_insn_and_edges, delete_insn_chain_and_edges): Simplify.
4534         (create_basic_block_structure): Use reorder_insns.
4535         (compute_bb_for_insn): Do not use basic_block_for_insn.
4536         (merge_blocks_nomove): Likewise.
4537         (update_bb_for_insn): Likewise.
4538         (verify_flow_info): Likewise.
4539         (set_block_for_insn): Kill.
4540         * combine.c (try_combine): Update gen_rtx_INSN call.
4541         * emit-rtl.c (gen_label_rtx): Update gen_rtx_CODE_LABEL call.
4542         (mark_insn_raw, make_jump_insn_raw, make_call_insn_raw): Clear
4543         scopes and BBs.
4544         (add_insn_after, add_insn_before, remove_insn, reorder_insns): Simplify.
4545         (emit_note_before, emit_note_after, emit_line_note_after, emit_note):
4546         Clear BB.
4547         (emit_insns_after): Simplify.
4548         (emit_copy_of_insn_after): Copy scope.
4549         * final.c (final_start_function): Lower scopes.
4550         * flow.c (check_function_return_warnings): Do not rely on deleted insn.
4551         * integrate.c (copy_insn_list): Cope scopes.
4552         * jump.c (duplicate_loop_exit_test): LIkewise; simplify.
4553         * loop.c (loop_optimize): Do not care block notes.
4554         * print-rtl.c (print_rtx): Print BB.
4555         * recog.c (apply_change_group): Simplify.
4556         * rtl.c (copy_rtx): Handle 'B'.
4557         * rtl.def (INSN, CALL_INSN, JUMP_INSN, NOTE): Add extra fields.
4558         * rtl.h (Field accessors): Update indexes.
4559         * sched-ebb.c (schedule_ebbs): Do not lower notes.
4560         * sched-rgn.c (schedule_insns): Likewise.
4561         * toplev.c (rest_of_compilation): Lower notes.
4562         * unroll.c (unroll_loop): Do not care scoping notes.
4563         (copy_loop_body): Copy scopes.
4565 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4567 config/h8300:
4568         * elf.h: Use TARGET_OS_CPP_BUILTINS rather than
4569         SUBTARGET_SPEC.
4570         * rtems.h: Similarly.
4571         * h8300.h (CPP_PREDEFINES, CPP_SPEC, SUBTARGET_CPP_SPEC,
4572         EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove.
4573         (TARGET_CPU_CPP_BUILTINS): Use.
4575 2002-06-02  Richard Henderson  <rth@redhat.com>
4577         * alias.c: Include target.h.
4578         (mark_constant_function): Use targetm.binds_local_p instead
4579         of checking TREE_PUBLIC ourselves.
4580         * Makefile.in (alias.o): Add TARGET_H.
4582 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4584         * c-lex.c: Update copyright and file description.
4586 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4588         * config/fr30/fr30.h: Update to new CPP macros.
4590 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4592         * config/dsp16xx/dsp16xx.h: Update to new CPP macros.
4594 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4595             Zack Weinberg <zack@codesourcery.com>
4597         * c-common.c (c_common_init): Override cpplib's default
4598         warn_long_long setting.
4599         * c-lex.c (lex_number): Replace with interpret_integer,
4600         interpret_float, narrowest_unsigned_type and
4601         narrowest_signed_type, taking advantage of the new
4602         cpplib functionality.
4603         * cpperror.c (_cpp_begin_message): If a warning is turned
4604         into an error, avoid printing "warning:".
4605         * cppexp.c (cpp_num_sign_extend): New.
4606         * cppinit.c: Update comment.
4607         * cpplib.h (cpp_num_sign_extend): New.
4608         * tree.h: Update comment.
4610 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
4612         * diagnostic.h (struct diagnostic_context):  Add new member
4613         internal_error.
4614         (internal_error_function): Remove declaration.
4615         * diagnostic.c (internal_error_function): Remove definition..
4616         (internal_error): Adjust use.
4618 2002-06-02  Richard Henderson  <rth@redhat.com>
4620         * rtl.h (CC0_P): New.
4621         * gcse.c (cprop_jump): Use it with single_set.  Tweak dump text.
4622         (cprop_insn): Allow any mode register; use CC0_P.  CSE out single_set.
4623         (bypass_block): Save old dest block for dump text.
4624         (bypass_conditional_jumps): Allow any mode register; use CC0_P.
4625         Allow only true SET insns, not single_set.
4627 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
4629         * diagnostic.c (diagnostic_finish): Rename to output_flush.
4630         (clear_disgnostic_info): Rename to output_clear_data.  Use false
4631         instead of 0 for boolean value.
4632         Adjust function call throughout.
4634 Sun Jun  2 19:15:27 CEST 2002  Jan Hubicka  <jh@suse.cz>
4636         * cfgrtl.c (commit_one_edge_insertion): Fix warning.
4637         * gcse.c (bypass_conditional_jumps): CSE out single_set call.
4639 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4641         * d30v.h (CPP_PREDEFINES): Replace with
4642         (TARGET_CPU_CPP_BUILTINS): New.
4644 2002-06-02  Roger Sayle  <roger@eyesopen.com>
4646         * config/alpha/alpha.h [ASM_OUTPUT_LABELREF]: Fix typo.
4648 Sun Jun  2 12:11:52 CEST 2002  Jan Hubicka  <jh@suse.cz>
4650         * gcse.c (bypass_conditional_jumps): Use single set to obtain set.
4652 2002-06-02  Richard Henderson  <rth@redhat.com>
4654         * rtlanal.c (volatile_refs_p): Not automatically true for CALL.
4656 2002-06-02  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4658         Support for C++ constructors/destructors.
4659         * config/avr/avr.c (avr_output_function_epilogue): Jump to exit()
4660         instead of looping if main() returns.
4661         (asm_file_start): Output global symbols that cause .data and .bss
4662         initialization code to be linked in, unconditionally for now.
4663         (avr_asm_out_ctor, avr_asm_out_dtor): New functions.
4664         * config/avr/avr.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): New.
4665         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
4666         (LIBSTDCXX): New.
4667         * config/avr/libgcc.S (_exit): Split in .fini9 and .fini0 sections.
4668         (__tablejump__): New.
4669         (__do_copy_data, __do_clear_bss): New.
4670         (__do_global_ctors, __do_global_dtors): New.
4671         * config/avr/t-avr (LIB1ASMFUNCS): Add _copy_data, _clear_bss,
4672         _ctors, _dtors.
4674 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4676         * c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): New.
4677         (CPP_SPEC, CPP_PREDEFINES): Kill.
4678         * c4x/rtems.h (CPP_PREDEFINES): Kill.
4679         (TARGET_OS_CPP_BUILTINS): New.
4681 Sat Jun  1 23:29:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
4683         * Makefile.in (tracer.o): New.
4684         * params.def (TRACER_*): New options.
4685         * rtl.h (tracer): Declare.
4686         * timevar.def (TV_TRACER): New.
4687         * toplev.c (dump_file_index): Add DFI_tracer.
4688         (dump_file_info): Add tracer.
4689         (flag_tracer): New.
4690         (lang_indepdenent_options): Add tracer.
4691         (rest_of_compilation): Call tracer.
4692         * tracer.c: New file.
4693         * invoke.texi (-ftracer): Document.
4694         (--param tracer-*): Document.
4696 2002-06-01  Daniel Berlin  <dberlin@dberlin.org>
4698         * tree-inline.c (expand_call_inline): Make the statement
4699         expression we generate have a COMPOUND_STMT.
4701 2002-06-01  Roger Sayle  <roger@eyesopen.com>
4703         * gcse.c (cprop_cc0_jump): Function deleted.
4704         (cprop_jump): Take an additional argument which is the possibly
4705         NULL cc setting insn immediately before the conditional jump.
4706         When a MODE_CC set is present, substitute it into the JUMP_INSN
4707         before attempting the constant propagation.
4708         (cprop_insn):  Recognize cc setters followed by conditional jumps
4709         as a special case.   Use cprop_jump instead of cprop_cc0_jump.
4710         (cprop_one_pass):  Call bypass_conditional_jumps if altering jumps.
4711         (find_bypass_set): New function based upon find_avail_set used by
4712         cprop, but finds constant expressions available at the end of
4713         basic blocks.
4714         (bypass_block): New function.  Given a basic block that begins
4715         with a conditional jump and multiple incoming edges, perform
4716         the jump bypass optimization.
4717         (bypass_conditional_jumps): New function.  Call bypass_block with
4718         each suitable basic block in the CFG using a simple single pass.
4720 2002-06-01  Roger Sayle  <roger@eyesopen.com>
4722         * tree.c (real_minus_onep): New function to test for -1.0.
4723         * fold-const.c (fold) [MULT_EXPR]:  Optimize -1.0*x into -x.
4725 2002-06-01  Roger Sayle  <roger@eyesopen.com>
4727         * fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0"
4728         and "!p && !q" into "(p|q) == 0" under suitable conditions.
4730 2002-06-01  Andreas Jaeger  <aj@suse.de>
4732         * cppexp.c (cpp_classify_number): Cast precission to int for
4733         correct printf format.
4735 2002-06-01  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4737         * config/avr/avr.c (avr_mcu_types): Remove devices that were once
4738         expected, but don't really exist: atmega83, atmega85, attiny10.
4739         * config/avr/avr.h (LINK_SPEC): Update to use the new avr[1-5] ld
4740         emulations for all devices.
4741         (CRT_BINUTILS_SPECS): Remove atmega83, atmega85, attiny10.
4742         * config/avr/t-avr (MULTILIB_MATCHES): Remove atmega83, atmega85.
4744 2002-06-01  Kazu Hirata  <kazu@cs.umass.edu>
4746         * config/h8300/h8300-protos.h: Add a prototype for
4747         h8300_shift_needs_scratch_p.
4748         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): New.
4749         * config/h8300/h8300.h (OK_FOR_R): New.
4750         (OK_FOR_S): Likewise.
4751         (OK_FOR_T): Likewise.
4752         (EXTRA_CONSTRAINT): Call OK_FOR_R, OK_FOR_S, and OK_FOR_T.
4753         * config/h8300/h8300.md (anonymous shift patterns): Use
4754         constraints R, S, and T.
4756 Sat Jun  1 11:23:22 CEST 2002  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4758         * basic-block.h (struct basic_block_def): New field loop_father.
4759         (BB_VISITED): New flag.
4760         (struct loop): New field pred, removed field shared.
4761         (struct loops): New field parray.
4762         (LOOP_EXITS_DOMS): Removed.
4763         (flow_loop_tree_node_add, flow_loop_tree_node_remove,
4764         flow_loop_nested_p, flow_bb_inside_loop_p, get_loop_body,
4765         dfs_enumerate_from, loop_preheader_edge, loop_latch_edge,
4766         add_bb_to_loop, remove_bb_from_loops, find_common_loop,
4767         verify_loop_structure): Declare.
4768         * cfg.c (entry_exit_blocks): Initialize loop_father field.
4769         * cfganal.c (dfs_enumerate_from): New function.
4770         * cfgloop.c (HEAVY_EDGE_RATIO): New constant.
4771         (flow_loop_entry_edges_find, flow_loop_exit_edges_find,
4772         flow_loop_nodes_find, flow_loop_level_compute, flow_loop_nested_p,
4773         flow_loop_dump, flow_loops_dump, flow_loops_free,
4774         flow_loop_tree_node_add, flow_loop_level_compute,
4775         flow_loops_level_compute, flow_loop_scan, flow_loops_update,
4776         flow_loop_outside_edge_p): Modified for new infrastructure.
4777         (make_forwarder_block, canonicalize_loop_headers, glb_enum_p,
4778         redirect_edge_with_latch_update, flow_loop_free): New static functions.
4779         (flow_loop_tree_node_remove, flow_bb_inside_loop_p,
4780         get_loop_body, add_bb_to_loop, remove_bb_from_loops,
4781         find_common_loop, verify_loop_structure, loop_latch_edge,
4782         loop_preheader_edge): New functions.
4783         (flow_loops_cfg_dump): Do not show dominators, as this information
4784         does not remain up to date long.
4785         (flow_loops_find): Store results in new format.
4786         * predict.c (propagate_freq, estimate_probability,
4787         estimate_loops_at_level, estimate_bb_frequencies): Use new loop
4788         infrastructure.
4790 2002-06-01  Alan Lehotsky  <apl@alum.mit.edu>
4792         * except.c (nothrow_function_p): Walk epilogue delay list
4793         checking the insn, not the chain for potential throws.
4795 2002-05-31  Zack Weinberg  <zack@codesourcery.com>
4797         * Makefile.in (INSTALL_CPP, UNINSTALL_CPP): Remove.
4798         (install): Refer to install-cpp directly.
4799         (uninstall-cpp): Folded into uninstall rule.
4800         * configure.in: Delete all code relating to --disable-cpp.
4801         * configure: Regenerate.
4802         * config/t-install-cpp: Delete.
4804 2002-05-31  Richard Henderson  <rth@redhat.com>
4806         * configure.in (HAVE_AS_TLS): Add alpha tests.
4807         * configure: Rebuild.
4808         * config/alpha/alpha.c (TARGET_AS_TLS): New.
4809         (alpha_tls_size, alpha_tls_size_string): New.
4810         (overide_options): Set it.  Always install machine_status hooks.
4811         (input_operand): Accept got tls predicates.
4812         (local_symbol_p): Merge into ...
4813         (local_symbolic_operand): ... here.  Reject tls symbols.
4814         (global_symbolic_operand): Likewise.
4815         (tls_symbolic_operand_1, dtp16_symbolic_operand): New.
4816         (dtp32_symbolic_operand, gotdtp_symbolic_operand): New.
4817         (tp16_symbolic_operand, tp32_symbolic_operand): New.
4818         (gottp_symbolic_operand, tls_symbolic_operand_type): New.
4819         (alpha_encode_section_info): Handle TLS symbols.
4820         (alpha_strip_name_encoding): Likewise.
4821         (alpha_legitimate_address_p): Likewise.
4822         (alpha_legitimize_address): Likewise.
4823         (alpha_expand_mov): Early exit to avoid nop moves.
4824         (struct machine_function): Move from unicosmk.h.  Add some_ld_name.
4825         (alpha_init_machine_status, alpha_mark_machine_status,
4826         alpha_free_machine_status): Always define.
4827         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
4828         (print_operand, print_operand_address): Add TLS relocs.
4829         * config/alpha/alpha.h (HAVE_AS_TLS): Default 0.
4830         (MASK_TLS_KERNEL, TARGET_TLS_KERNEL): New.
4831         (TARGET_SWITCHES): Add -mtls-kernel.
4832         (alpha_tls_size, alpha_tls_size_string): New.
4833         (TARGET_OPTIONS): Add -mtls-size=.
4834         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
4835         REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Add R0_REG.
4836         (ASM_OUTPUT_LABELREF): Skip %.
4837         (PRINT_OPERAND_PUNCT_VALID_P): Add &.
4838         (PREDICATE_CODES): Update.
4839         * config/alpha/alpha.md (UNSPEC_TLSGD_CALL, UNSPEC_TLSLDM_CALL,
4840         UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_DTPREL, UNSPEC_TPREL,
4841         UNSPEC_TP, UNSPECV_SET_TP): New.
4842         (adddi_er_lo16_dtp, adddi_er_hi32_dtp, adddi_er_lo32_dtp,
4843         adddi_er_lo16_tp, adddi_er_hi32_tp, adddi_er_lo32_tp, load_tp,
4844         set_tp, movdi_er_tlsgd, movdi_er_tlsldm, movdi_er_gotdtp,
4845         movdi_er_gottp, call_value_osf_tlsgd, call_value_osf_tlsldm): New.
4846         (call_value_osf_2_er): Accept anything as op4.
4847         * config/alpha/alpha-protos.h: Update.
4848         * config/alpha/unicosmk.h (struct machine_function): Move to alpha.c.
4850 2002-05-31  Zack Weinberg  <zack@codesourcery.com>
4852         * cppinit.c (append_include_chain): Always pay attention to
4853         cxx_aware when setting new->sysp.  Remove ATTRIBUTE_UNUSED
4854         marker on argument.
4856 2002-05-31  Kazu Hirata  <kazu@cs.umass.edu>
4858         * target.h: Fix formatting.
4859         * timevar.h: Likewise.
4860         * tlink.c: Likewise.
4861         * toplev.c: Likewise.
4862         * toplev.h: Likewise.
4863         * tree.c: Likewise.
4864         * tree-dump.h: Likewise.
4865         * tree.h: Likewise.
4866         * tree-inline.h: Likewise.
4867         * unroll.c: Likewise.
4868         * unwind-dw2.c: Likewise.
4869         * unwind-dw2-fde.c: Likewise.
4870         * unwind-dw2-fde-glibc.c: Likewise.
4871         * unwind-dw2-fde.h: Likewise.
4872         * unwind.h: Likewise.
4873         * unwind-sjlj.c: Likewise.
4874         * varasm.c: Likewise.
4875         * varray.h: Likewise.
4876         * vmsdbg.h: Likewise.
4877         * vmsdbgout.c: Likewise.
4878         * xcoffout.h: Likewise.
4880 2002-05-31  Igor Shevlyakov <igor@microunity.com>
4882         * expr.c (compare_from_rtx): Generate comparison between op0 and op1
4883         rather than cc0 and 0 in a case when HAVE_cc0 is not defined.
4885 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
4887         * gcc.c (cpp_unique_options): Remove "-d" options.
4888         (cpp_debug_options): New spec string.
4889         (default_compilers): Use it.
4890         * objc/lang-specs.h: Likewise.
4892 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
4894         * gcc/Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with
4895         BUILD_PREFIX, BUILD_PREFIX_1, to correct nomenclature.
4896         * gcc/mklibgcc.in: Likewise.
4897         * gcc/config/arc/t-arc: Likewise.
4898         * gcc/configure.in: Likewise.
4899         * gcc/configure: Regenerate.
4901 2002-05-31  Stan Shebs  <shebs@apple.com>
4902             Turly O'Connor  <turly@apple.com>
4904         * c-decl.c (struct binding_level): Change int field n_incomplete
4905         to tree list incomplete_list.
4906         (clear_binding_level): Init field with NULL.
4907         (pushdecl): Add incomplete type to list.
4908         (mark_binding_level): Mark the incomplete list.
4909         (finish_struct): Scan the incomplete list for types instead
4910         of all decls in the current binding level.
4912 2002-05-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4914         * pa.c (output_millicode_call): Add missing '%' characters.
4915         (output_call): Likewise.
4917 2002-05-31  David Edelsohn  <edelsohn@gnu.org>
4919         * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define.
4920         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
4922 2002-05-31  Alan Lehotsky <apl@alum.mit.edu>
4924         * varasm.c (mark_constant_pool): Walk epilogue delay list
4925         checking the insn, not the chain for potential constants.
4927 Fri May 31 12:38:43 2002  J"orn Rennecke <joern.rennecke@superh.com>
4929         * config/sh/elf.h (ASM_SPEC): Use subtarget_endian_asm_spec.
4931 Fri May 31 13:50:19 CEST 2002  Jan Hubicka  <jh@suse.cz>
4933         * i386.c (classify_argument): Properly handle base types.
4935         * dwarf2out.c (expand_builin_init_dwarf_reg_sizes):
4936         Store first DWARF_FRAME_REGISTERS dwarf registers, not pseudo
4937         registers.
4939 Fri May 31 13:37:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
4941         * gcse.c (gcse_emit_move_after): New.
4942         (pre_delete, hoist_store): Use it.
4944         * reload1.c (emit_input_reload_insns): Use constrain_operands
4945         instead of constraint_accepts_reg_p to verify optimization.
4946         (constraint_accepts_reg_p): Kill
4948         * reload1.c (reload_cse_delete_noop_set): Kill.
4949         (reload_cse_simplify): use delte_insn_and_edges.
4951 2002-05-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4953         * cfgloop.c (flow_loops_find): Initialize first and last fields
4954         correctly.
4956 2002-05-31  Neil Booth  <neil@daikokuya.demon.co.uk>
4958         * c-common.c (builtin_define_std): Correct logic.
4960 2002-05-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4962         * pa.c (output_millicode_call): Correct "be,l" insn for TARGET_PA_20.
4963         (output_call): Likewise.
4965 2002-05-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4967         * pa.c: Move output.h include after tree.h include.
4968         (pa_asm_output_mi_thunk): Constify identifier lab.
4970 2002-05-31  Jason Thorpe  <thorpej@wasabisystems.com>
4972         * config/ns32k/ns32k.h: Define named constants for the
4973         bits in target_flags and use them.
4974         * config/ns32k/netbsd.h (TARGET_DEFAULT): Use named constants.
4976 2002-05-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4978         * config.gcc (tm_file): Prefix pa/pa-700.h to tm_file list for PA1.0
4979         architecture and pa/pa-7100.h for PA1.1 architecture, respectively.
4980         * pa/pa.c (override_options): Use TARGET_SCHED_DEFAULT to select
4981         default scheduling model.
4982         * pa/pa.h (TARGET_SCHED_DEFAULT): Define if not defined to "8000".
4983         * pa/pa-700.h (TARGET_SCHED_DEFAULT): New file for "700" scheduling.
4984         * pa/pa-7100.h (TARGET_SCHED_DEFAULT): New file for "7100" scheduling.
4985         * doc/install.texi (hppa*-*-*): Document default scheduling.
4987 2002-05-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4989         * pa.c (following_call): Check TARGET_JUMP_IN_DELAY.
4991 2002-05-31  Jason Thorpe  <thorpej@wasabisystems.com>
4993         * config.gcc (ns32k-*-netbsd*): Set tm_file to
4994         "${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
4995         * config/ns32k/netbsd.h: Don't include ns32k/ns32k.h,
4996         netbsd.h, or netbsd-aout.h.
4998 2002-05-31  Jason Thorpe  <thorpej@wasabisystems.com>
5000         * longlong.h (count_trailing_zeros): Add missing \, and clean up
5001         whitespace in __ns32000__ case.
5003 2002-05-31  Aldy Hernandez  <aldyh@redhat.com>
5005         * expr.c (expand_expr): Output partially zeroed out vectors with
5006         output_constant_def.
5008 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
5010         * config.gcc (sh[123456789l]*-*-*): Set cpu_type to sh.
5011         (sh-*-netbsdelf*)
5012         (shl*-*-netbsdelf*): New targets.
5013         * config/sh/netbsd-elf.h: New file.
5014         * config/sh/t-netbsd: New file.
5016 2002-05-30  Richard Henderson  <rth@redhat.com>
5017             Eric Botcazou  <ebotcazou@multimania.com>
5019         PR optimization/6822
5020         * config/i386/i386.c (ix86_expand_int_movcc): Don't cast INTVAL
5021         to unsigned int for op1 comparisons.  Use gen_int_mode.
5023 2002-05-30  Eric Botcazou  <ebotcazou@multimania.com>
5025         * expmed.c (const_mult_add_overflow_p): New.
5026         * expr.h: Declare it.
5027         * loop.c (maybe_eliminate_biv_1) [COMPARE]: Use it.
5028         Don't eliminate the biv if the giv has a constant multiplier and
5029         the rhs argument of the comparison does satisfy the predicate.
5030         Use expand_mult_add to compute the replacement constant.
5032 2002-05-30  Osku Salerma  <osku@iki.fi>
5034         * c-common.c (c_common_attribute_table): Add "may_alias" entry.
5035         (c_common_get_alias_set): Handle it.
5036         * doc/extend.texi: Document it.
5038 2002-05-30  Richard Henderson  <rth@redhat.com>
5040         * defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
5041         * toplev.c (process_options): Don't check it.
5042         * doc/tm.texi: Don't document it.
5043         * config/i386/linux.h (SUBTARGET_FRAME_POINTER_REQUIRED): New.
5044         (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
5045         * config/i386/i386.c (ix86_frame_pointer_required): Suppress leaf
5046         frame pointer optimization if current_function_profile.
5048 2002-05-30  Kazu Hirata  <kazu@cs.umass.edu>
5050         * langhooks.c: Fix formatting.
5051         * langhooks.h: Likewise.
5052         * lcm.c: Likewise.
5053         * libgcc2.c: Likewise.
5054         * lists.c: Likewise.
5055         * local-alloc.c: Likewise.
5056         * loop.c: Likewise.
5057         * loop.h: Likewise.
5059 2002-05-30  Marc Espie <espie@openbsd.org>
5061         * config.gcc (sparc64-*-openbsd*): New.
5062         * config/sparc/openbsd1-64.h: New.
5063         * config/sparc/openbsd64.h: New.
5065 2002-05-30  Jeff Law <law@redhat.com>
5067         * flow.c (propagate_one_insn): Revise yesterday's patch.  Delete
5068         a dead insn with a REG_RETVAL note when the entire libcall is not
5069         dead and remove the associated REG_LIBCALL note at the same time.
5071 Thu May 30 19:54:30 2002  J"orn Rennecke <joern.rennecke@superh.com>
5073         * lcm.c (output.h): #include.
5074         (compute_earliest): Remove hack to treat renumbered EXIT_BLOCK
5075         as an ordinary block.
5076         (optimize_mode_switching): Don't pretend that the exit block is
5077         an ordinary block, or handle sucessors of entry block specially.
5078         Instead, split edges from entry block and to exit block, and
5079         put a computing definition on the thus gained post-entry-block,
5080         and a need on the pre-exit-block.
5082 Thu May 30 20:28:01 CEST 2002  Jan Hubicka  <jh@suse.cz>
5084         * gengenrtl.c (type_from_format, accessor_from_format): Support 'B'.
5085         * rtl.texi: Document 'B'
5087 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
5089         * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Compute
5090         at run-time.
5091         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Set to 96 if not __mc68010__.
5093 2002-05-30  Aldy Hernandez  <aldyh@redhat.com>
5095         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
5096         const0_rtx instead of NULL_RTX when in error.
5097         (altivec_expand_abs_builtin): Same.
5098         (rs6000_expand_binop_builtin): Same.
5099         (altivec_expand_predicate_builtin): Same.
5100         (altivec_expand_stv_builtin): Same.
5101         (rs6000_expand_ternop_builtin): Same.
5102         (altivec_expand_builtin): Same.
5104 2002-05-29  David S. Miller  <davem@redhat.com>
5106         * rtl.h (clear_emit_caches): Delete.
5107         * integrate.c (output_inline_function): Don't call it.
5108         * emit-rtl.c (restore_emit_status, init_emit): Likewise.
5109         (clear_emit_caches): Delete definition.
5110         (SEQUENCE_RESULT_SIZE, sequence_result, free_insn): Likewise.
5112 2002-05-30  Hans-Peter Nilsson  <hp@bitrange.com>
5114         * config/mmix/mmix.c: Include real.h.
5115         (mmix_constant_address_p): Remove redundant test before switch.
5117 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
5119         * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Define
5120         only if not already defined.
5122 2002-05-29  Kazu Hirata  <kazu@cs.umass.edu>
5124         * config/h8300/h8300-protos.h: Remove prototypes for
5125         ok_for_bclr and small_power_of_two.
5126         * config/h8300/h8300.c (small_power_of_two): Remove.
5127         (ok_for_blcr): Likewise.
5128         (fix_bit_operand): Make WHAT deal with an integer instead of a
5129         constraint character.
5130         * config/h8300/h8300.h (CONST_OK_FOR_O): Remove.
5131         (CONST_OK_FOR_P): Likewise.
5132         (CONST_OK_FOR_LETTER_P): Do not call CONST_OK_FOR_O or
5133         CONST_OK_FOR_P any more.
5134         * config/h8300/h8300.md (andqi3): Adjust to the new prototype
5135         of fix_bit_operand.
5136         (iorqi3): Likewise.
5137         (xorqi3): Likewise.
5139 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
5141         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
5142         (CPP_PREDEFINES): Make sure this is undefined.
5143         (CPP_SPEC): Place -D__mips=1 at the beginning of the spec,
5144         since it is no longer in CPP_PREDEFINES.  Don't -U__MIPSEL__
5145         or -U__MIPSEB__ before defining one or the other.  Instead,
5146         use %(subtarget_endian_default) if neither -EB nor -EL are
5147         specified.
5148         (SUBTARGET_EXTRA_SPECS): Define.
5149         (SUBTARGET_CPP_SPEC): Remove __LONG64 handling.  Use
5150         %(netbsd_cpp_spec).
5152 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
5154         * doc/md.texi (Patterns): Note pattern condition pitfall
5155         for unnamed insn.
5157 2002-05-29  Aldy Hernandez  <aldyh@redhat.com>
5159         * rs6000.c: (altivec_expand_builtin): Only expand altivec builtins
5160         when TARGET_ALTIVEC.  Move handling of generic unary, binary, and
5161         ternary operations from here...
5162         (rs6000_expand_builtin): ...to here.
5163         New argument expandedp.
5164         Change all instances of altivec_expand_binop_builtin to
5165         rs6000_expand_binop_builtin.
5166         (altivec_expand_unop_builtin): Rename to
5167         rs6000_expand_unop_builtin.
5168         (altivec_expand_binop_builtin): Rename to
5169         rs6000_expand_binop_builtin.
5170         (altivec_expand_ternop_builtin): Rename to
5171         rs6000_expand_ternop_builtin.
5173 2002-05-29  Richard Henderson  <rth@redhat.com>
5175         * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Define with value.
5176         (TARGET_BI_ARCH): Likewise.
5177         * config/i386/i386.h: Test TARGET_64BIT_DEFAULT by value.
5178         (TARGET_SWITCHES): Combine target defaults here not in TARGET_DEFAULT.
5179         (TARGET_64BIT_DEFAULT): Default to 0.
5180         (TARGET_DEFAULT): Default to MASK_OMIT_LEAF_FRAME_POINTER.
5182 2002-05-29  Richard Henderson  <rth@redhat.com>
5184         * config/i386/i386.c (USE_HIDDEN_LINKONCE): New.
5185         (get_pc_thunk_name): New.
5186         (output_set_got): Use it.
5187         (ix86_asm_file_end): If USE_HIDDEN_LINKONCE, emit get_pc thunks
5188         into linkonce sections.
5190 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
5192         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
5193         (CPP_PREDEFINES): Make sure this is undefined.
5194         (CPP_SUBTARGET_SPEC64, CPP_SUBTARGET_SPEC32): Remove.
5195         (CPP_SUBTARGET_SPEC): Don't provide different versions for
5196         default-32 and default-64.  Just always use %(netbsd_cpp_spec).
5197         (SUBTARGET_EXTRA_SPECS): Remove cpp_subtarget_spec32 and
5198         cpp_subtarget_spec64.  Add netbsd_cpp_spec.
5199         * config/sparc/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
5200         (CPP_PREDEFINES): Make sure this is undefined.
5201         (SUBTARGET_EXTRA_SPECS): Define.
5202         (CPP_SPEC): Use %(netbsd_cpp_spec).
5204 2002-05-29  Jeff Law <law@redhat.com>
5206         * pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon.
5208         * flow.c (propagate_one_insn): Do not remove a dead insn if it
5209         contains a REG_RETVAL note.
5211         * haifa-sched (sched_analyze): Remove another useless clearing
5212         of SCHED_GROUP_P I missed yesterday.
5214         * pa.h (ASM_OUTPUT_MI_THUNK): Move implementation into pa.c.
5215         * pa.c (pa_asm_output_mi_thunk): New function.
5216         * pa-protos.h (pa_asm_output_mi_thunk): Declare.
5218 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5219             Marek Michalkiewicz  <marekm@amelek.gda.pl>
5221         * config/avr/avr.c (avr_base_arch_macro, avr_extra_arch_macro): New.
5222         (avr_asm_only_p): Make non-static.
5223         (enum avr_arch): Remove.
5224         (avr_arch_types): New.
5225         (avr_mcu_types): Update.
5226         (avr_override_options): Use avr_arch_types table instead of switch.
5227         * avr.h (CPP_PREDEFINES): Die.
5228         (avr_base_arch_macro, avr_extra_arch_macro): New.
5229         (TARGET_CPU_CPP_BUILTINS): New.
5230         (CPP_SPEC, EXTRA_SPECS): Simplify.
5231         (CPP_AVR1_SPEC, CPP_AVR2_SPEC, CPP_AVR3_SPEC, CPP_AVR4_SPEC,
5232         CPP_AVR5_SPEC): Die.
5234 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
5236         * config/arm/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
5237         NETBSD_OS_CPP_BUILTINS_AOUT.
5238         (SUBTARGET_EXTRA_SPECS): Define.
5239         (CPP_SPEC): Use %(netbsd_cpp_spec).
5241 2002-05-29  Richard Henderson  <rth@redhat.com>
5243         * config/i386/i386.c (ix86_output_function_epilogue): New.
5244         (TARGET_ASM_FUNCTION_EPILOGUE): New.
5245         (pic_label_name): Remove.
5246         (pic_labels_used): New.
5247         (ix86_asm_file_end): Emit one pc load stub for each register used.
5248         (output_set_got): Generate deep pc load to any register.
5249         (ix86_select_alt_pic_regnum): New.
5250         (ix86_save_reg): Don't save pic register if we can find a valid
5251         call-clobbered replacement.
5252         (ix86_expand_prologue): If we found a valid replacement, renumber
5253         pic_offset_table_rtx.
5254         * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Look at
5255         pic_offset_table_rtx after reload.
5256         (REAL_PIC_OFFSET_TABLE_REGNUM): New.
5257         * config/i386/i386.md (set_got): Make insn, not expander.
5258         (set_got_nopic, set_got_deep, set_got_nodeep): Remove.
5260 2002-05-29  Richard Henderson  <rth@redhat.com>
5262         * config/i386/i386.c (ix86_compute_frame_layout): Do add bottom
5263         alignment for alloca.
5265 2002-05-29  Richard Henderson  <rth@redhat.com>
5267         * config/i386/i386.c (output_pic_addr_const): Lowercase rip.
5268         (print_operand_address): Only add rip for symbolic addresses
5269         for which we do not have another relocation type.
5271 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
5273         * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
5274         (EXTRA_SPECS): Add netbsd_cpp_spec.
5275         (CPP_SPEC): Use %(netbsd_cpp_spec).
5276         (CPP_PREDEFINES): Remove.
5277         * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
5278         (EXTRA_SPECS): Define.
5279         (CPP_SPEC): Use %(netbsd_cpp_spec).
5280         (CPP_PREDEFINES): Remove.
5282 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5284         PR preprocessor/6844
5285         * cppmacro.c (cpp_macro_definition): Reserve space for terminating
5286         NUL.
5288 2002-05-29  Eric Christopher  <echristo@redhat.com>
5290         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Add support for
5291         mips5/mips32/mips64 and _MIPS_ISA_MIPSXX.
5293 2002-05-29  Nick Clifton  <nickc@cambridge.redhat.com>
5295         * config/fr30/fr30.md: Remove previous restriction on splits.
5296         Enforce conformance through gen_lowpart and cont_int_operand.
5297         * config/fr30/fr30.h (BSS_SECTION_ASM_OP): Use ".section .bss"
5298         as the assembler does not support ".bss".
5300 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
5302         * config/i386/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
5303         (CPP_PREDEFINES): Remove.
5304         (SUBTARGET_EXTRA_SPECS): Define.
5305         (CPP_SPEC): Use %(netbsd_cpp_spec).
5306         * config/i386/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
5307         (CPP_PREDEFINES): Remove.
5308         (SUBTARGET_EXTRA_SPECS): Define.
5309         (CPP_SPEC): Use %(netbsd_cpp_spec).
5310         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Define.
5311         (CPP_PREDEFINES, CPP_LP64_SPEC, CPP_SUBTARGET_SPEC): Remove.
5312         (SUBTARGET_EXTRA_SPECS): Remove cpp_lp64 and cpp_subtarget.
5313         Add netbsd_cpp_spec.
5314         (CPP_SPEC): Remove %(cpp_subtarget), add %(netbsd_cpp_spec).
5316 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5317             Zack Weinberg <zack@codesourcery.com>
5319         * cppexp.c (cpp_num): Move to cpplib.h.
5320         (CPP_ERROR): Remove.
5321         (interpret_float_suffix, interpret_int_suffix): New.
5322         (struct suffix, vsuf_1, vsuf_2, vsuf_3): Remove.
5323         (cpp_classify_number, cpp_interpret_integer): New.
5324         (interpret_number): Remove.
5325         (eval_token): Update to use new routines.
5326         * cpphash.h (cpp_num_part): Move to cpplib.h.
5327         * cppinit.c (cpp_post_options): Set warn_long_long.
5328         * cpplib.h (struct cpp_options): Add warn_long_long.
5329         (cpp_num, cpp_num_part, CPP_N_CATEGORY, CPP_N_INVALID,
5330         CPP_N_INTEGER, CPP_N_FLOATING, CPP_N_WIDTH, CPP_N_SMALL,
5331         CPP_N_MEDIUM, CPP_N_LARGE, CPP_N_RADIX, CPP_N_DEC, CPP_N_HEX,
5332         CPP_N_OCTAL, CPP_N_UNSIGNED, CPP_N_IMAGINARY, cpp_classify_number,
5333         cpp_interpret_integer): New.
5335 2002-05-29  Joel Sherrill <joel@OARcorp.com>
5337         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.
5339 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
5341         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
5342         NETBSD_OS_CPP_BUILTINS_ELF and NETBSD_OS_CPP_BUILTINS_LP64.
5343         (CPP_SUBTARGET_SPEC): Define.
5344         (SUBTARGET_EXTRA_SPECS): Define.
5345         (CPP_SPEC): Remove.
5347 2002-05-29  Chris Lattner  <sabre@nondot.org>
5349         * ssa.c (rename_insn_1): Rename uses of undefined registers to
5350         prevent confusion if/when the register is defined.
5352 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
5354         PR target/6838
5355         * config/cris/cris.md: Fix typos and thinkos in comments.
5356         ("*mov_sideqi_biap_mem"): Remove '*' in constraint for operand 4,
5357         second alternative.
5358         ("*mov_sidehi_biap_mem", "*mov_sidesi_biap_mem"): Ditto.
5359         ("*mov_sideqi_mem"): Similar, but for operand 3.
5360         ("*mov_sidehi_mem", "*mov_sidesi_mem"): Ditto.
5361         (splitter for mov_sideqi_mem, mov_sidehi_mem, mov_sidesi_mem):
5362         Remove spurious mode specifier on operand 2.
5364 2002-05-29  Kazu Hirata  <kazu@cs.umass.edu>
5366         * config/h8300/h8300-protos.h: Remove the prototype for
5367         o_operand.
5368         Add prototypes for single_one_operand and single_zero_operand.
5369         * config/h8300/h8300.c (o_operand): Remove.
5370         (single_one_operand): New.
5371         (single_zero_operand): Likewise.
5372         (print_operand): For 'V' operand, and the operand with 0xff.
5373         For 'V' and 'W' operands, do not and the bit position with 7.
5374         * config/h8300/h8300.md (various anonymous patterns): Replace
5375         use of exact_log2 with single_one_operand/single_zero_operand.
5377 2002-05-29  Ulrich Weigand  <uweigand@de.ibm.com>
5379         * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
5381 2002-05-29  Ulrich Weigand  <uweigand@de.ibm.com>
5383         * config/s390/s390.c (legitimate_pic_operand_p): Do not
5384         accept symbolic LARL operands.
5385         (s390_emit_epilogue): Do not set FRAME_RELATED_P on
5386         epilogue insns.
5388 2002-05-29  Hartmut Penner  <hpenner@de.ibm.com>
5390         * config/s390/s390.md (cmpstr_64/31): Mark whole
5391         input registers as used.
5393 2002-05-28  Richard Henderson  <rth@redhat.com>
5395         * config/i386/i386.c (ix86_save_reg): Examine regs_ever_live,
5396         not current_function_uses_pic_offset_table and
5397         current_function_uses_const_pool; examine current_function_profile.
5398         (ix86_expand_prologue): Likewise.  Add pic_offset_table_rtx as
5399         input to blockage if needed.
5400         (ix86_expand_call): Do not set current_function_uses_pic_offset_table.
5401         (legitimize_pic_address): Likewise.  Set regs_ever_live for
5402         pic_offset_table_rtx when invoked during reload.
5403         * config/i386/i386.h (FINALIZE_PIC): Remove.
5404         * config/i386/i386.md (tablejump): Reformat.  Do not set
5405         current_function_uses_pic_offset_table.
5406         (tls_global_dynamic, tls_local_dynamic_base): Likewise.
5407         (blockage): Accept anything as operand 0.
5409 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
5411         * config/netbsd-aout.h (NETBSD_OS_CPP_BUILTINS_AOUT): Define
5412         common CPP built-ins for all NetBSD a.out targets.
5413         * config/netbsd-elf.h (NETBSD_OS_CPP_BUILTINS_ELF): Define
5414         common CPP built-ins for all NetBSD ELF targets.
5415         * config/netbsd.h: Add missing notice.
5416         (NETBSD_OS_CPP_BUILTINS_COMMON): Define common CPP built-ins
5417         for all NetBSD targets.
5418         (NETBSD_OS_CPP_BUILTINS_LP64): Define common CPP built-ins
5419         for all NetBSD targets using an LP64 code model.
5420         (NETBSD_CPP_SPEC): Define CPP_SPEC parts common to all
5421         NetBSD targets.
5423 2002-05-28  Richard Henderson  <rth@redhat.com>
5425         * flow.c (update_life_info_in_dirty_blocks): Only do a partial
5426         update if UPDATE_LIFE_LOCAL.
5428 2002-05-28  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
5430         * config/sh/sh.c: Include real.h for REAL_VALUE_TYPE.
5432 Tue May 28 21:16:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
5433                           Jason R. Thorpe <thorpej@wasabisystems.com>
5435         config/sh reorganization to factor out endianness and coff:
5437         * config/sh/little.h: New file.
5438         * config/sh/sh.h (TARGET_ENDIAN_DEFAULT): If not already
5439         defined, define to 0 to select big-endian.
5440         (SUBTARGET_ASM_ENDIAN_SPEC): Define according to TARGET_ENDIAN_DEFAULT.
5441         (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
5442         * config/sh/sh64.h (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
5443         * config/sh/t-be: New file.
5444         * config/sh/t-le: New file.
5446         * sh.h (SDB_DEBUGGING_INFO, #include "dbxcoff.h"): Moved to sh/coff.h.
5447         (SDB_DELIM, MAX_OFILE_ALIGNMENT, IDENT_ASM_OP): Likewise.
5448         (TARGET_ASM_NAMED_SECTION, ASM_OUTPUT_SKIP): Likewise.
5449         (USER_LABEL_PREFIX, LOCAL_LABEL_PREFIX): Likewise.
5450         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Likewise.
5451         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
5452         (ASM_FILE_END, ASM_DECLARE_FUNCTION_NAME): Deleted.
5453         (CPP_SPEC, SUBTARGET_CPP_ENDIAN_SPEC): Likewise.
5454         (SUBTARGET_CPP_SPEC, CPP_DEFAULT_CPU_SPEC, CPP_PREDEFINES): Likewise.
5455         (EXTRA_SPECS): Remove SUBTARGET_CPP_ENDIAN_SPEC and
5456         CPP_DEFAULT_CPU_SPEC.  Add LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL,
5457         SUBTARGET_LINK_EMUL_SUFFIX and SUBTARGET_LINK_SPEC.
5458         (LINK_SPEC): Define to SH_LINK_SPEC.
5459         (TARGET_CPU_CPP_BUILTINS, SH_LINK_SPEC): Define.
5460         (LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL): Likewise.
5461         (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
5462         (CPP_SPEC): Reduce to %(subtarget_cpp_spec).
5463         (TARGET_ENDIAN_DEFAULT): Define if not already defined.
5464         * config/sh/coff.h: New file.
5465         (TARGET_ASM_NAMED_SECTION): Now default_coff_asm_named_section
5466         (TARGET_OBJFMT_CPP_BUILTINS): Define.
5467         * config/sh/elf.h (IDENT_ASM_OP): No need to #undef at the start.
5468         (ASM_FILE_END, ASM_OUTPUT_SOURCE_LINE): Likewise.
5469         (DBX_OUTPUT_MAIN_SOURCE_FILE_END, TARGET_ASM_NAMED_SECTION): Likewise.
5470         (ASM_DECLARE_FUNCTION_NAME, MAX_OFILE_ALIGNMENT, SIZE_TYPE): Likewise.
5471         (PTRDIFF_TYPE): Likewise.
5472         ("dbxelf.h", "elfos.h", "svr4.h"): Don't #include.
5473         (CPP_PREDEFINES): Don't define.
5474         (TARGET_OBJFMT_CPP_BUILTINS): Define.
5475         (LINK_SPEC): Define to SH_LINK_SPEC.
5476         (LINK_EMUL_PREFIX): Redefine.
5477         * config/sh/linux.h: (SUBTARGET_CPP_SPEC): Remove -fpic / -fPIC cases.
5478         (SUBTARGET_CPP_ENDIAN_SPEC, CPP_DEFAULT_CPU_SPEC): Remove redefinition.
5479         (CPP_PREDEFINES, SUBTARGET_ASM_ENDIAN_SPEC): Likewise.
5480         (CC1_SPEC, CC1PLUS_SPEC, LINK_SPEC): Likewise.
5481         (TARGET_OS_CPP_BUILTINS): Define.
5482         (TARGET_DEFAULT): Redefine.
5483         (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
5484         * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Remove.
5485         (LINK_SPEC): Don't redefine.
5486         (LINK_DEFAULT_CPU_EMUL): Redefine.
5487         (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
5488         * sh.c (sh_asm_named_section): Don't declare / define.
5489         * t-linux (MULTILIB_OPTIONS): Rely on pre-set endianness option.
5490         * config.gcc (sh-*-elf* tm_file): Add dbxelf.h elfos.h svr4.h.
5491         (sh64-*-elf* tm_file): Likewise.
5492         (sh-*-rtemself* tm_file): Likewise.
5493         (sh-*-linux* tm_file): Likewise.  Add sh/little.h.
5494         (sh-*-linux* tmake_file): Add sh/t-le.
5495         (sh-*-rtems* tm_file): Add sh/coff.h
5496         (sh-*-* tm_file): Likewise.
5498 Tue May 28 21:16:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
5500         * sh.h (LEGITIMATE_PIC_OPERAND_P): Check for SYMBOL_REF before using
5501         CONSTANT_POOL_ADDRESS_P.
5503         * coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Define.
5505 2002-05-28  David Edelsohn  <edelsohn@gnu.org>
5506             Jeff Law <law@redhat.com>
5508         * optabs.c (expand_binop): Fix nwords sign warnings.
5509         generate pseudo for add_optab.
5511         * sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P.
5512         * haifa-sched.c (move_insn): Clear SCHED_GROUP_P after it is used.
5514 2002-05-28      Marc Espie <espie@openbsd.org>
5516         * config/i386/openbsd.h (HAVE_GAS_MAX_SKIP_P2ALIGN):  Remove,
5517         inherited from gas.h.
5518         (ASM_QUAD):  Undef.  OpenBSD does not support it.
5520 2002-05-28  Danny Smith  <dannysmith@users.sourceforge.net>
5522         * doc/install.texi (binaries): Change mingw binaries
5523         link to www.mingw.org.
5525 2002-05-28  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5527         * cfgloop.c (flow_loops_cfg_dump): Use bb->index, not i.
5529 2002-05-28  Richard Henderson  <rth@redhat.com>
5531         * config/i386/i386.c (ix86_compute_frame_layout): Do not add
5532         bottom alignment for leaf functions.
5534 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
5536         * config/pa/milli32.S, config/pa/lib1funcs.asm,
5537         config/sparc/sol2-g1.asm: Delete unused files.
5539 2002-05-28  Richard Henderson  <rth@redhat.com>
5541         * cfg.c (dump_flow_info): Print bb->index, not i, for block number.
5543         * flow.c (calculate_global_regs_live): Rename call_used to
5544         invalidated_by_call.  Initialize from regs_invalidated_by_call
5545         instead of call_used_regs.
5547         * varasm.c (default_binds_local_p): Check TREE_PUBLIC before
5548         DECL_EXTERNAL.
5550 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
5552         * tree.h: Don't include real.h.
5553         Forward-declare struct realvaluetype.
5554         (struct tree_real_cst): Point to the REAL_VALUE_TYPE, do not
5555         contain it.
5556         (TREE_REAL_CST_PTR): New accessor.
5557         (TREE_REAL_CST): Update.
5558         * real.h: Include machmode.h.
5559         (realvaluetype): Make it struct realvaluetype, not a typedef.
5560         (build_real): Prototype here.
5562         * tree.c: Include real.h.
5563         (build_real): Allocate the REAL_VALUE_TYPE as a separate
5564         object in GC memory, set TREE_REAL_CST_PTR to point to it.
5565         (build_real_from_int_cst): Use build_real.
5566         * ggc-common.c (ggc_mark_trees): Mark TREE_REAL_CST_PTR of a
5567         REAL_CST.
5569         * builtins.c, c-common.c, c-lex.c, dwarf2out.c, expr.c,
5570         fold-const.c, print-tree.c, real.c: Include real.h.
5571         * Makefile.in: Update dependency lists.
5573 2002-05-28  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5575         * basic-block.h (last_basic_block): Declare.
5576         (expunge_block_nocompact): Declaration removed.
5577         (compact_blocks): Declare.
5578         * cfg.c (last_basic_block): New variable.
5579         (expunge_block_nocompact): Removed.
5580         (expunge_block): Do not compact basic blocks.
5581         (compact_blocks): New.
5582         * cfganal.c (flow_call_edges_add): Use the fact that bb indices no
5583         longer change.
5584         * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Set
5585         last_basic_block.
5586         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Do not change
5587         real positions of blocks.
5588         (delete_unreachable_blocks): Simplified -- quadratic behavior now
5589         cannot occur.
5590         (cleanup_cfg): Compact blocks.
5591         * cfgrtl.c (create_basic_block): Insert basic blocks to the end of
5592         basic_block_info varray.
5593         (flow_delete_block): Comment update.
5594         (back_edge_of_syntactic_loop_p): Modify position check code.
5595         (verify_flow_info): Update checking.
5596         * flow.c (calculate_global_regs_live): Use FOR_EACH_BB.
5597         * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
5598         (find_if_case_1, find_if_case_2, if_convert): Use the fact that bb
5599         indices no longer change.
5600         * lcm.c (optimize_mode_switching): Replace n_basic_blocks with
5601         last_basic_block.
5602         * predict.c (estimate_bb_frequencies): Remove unneccessary code.
5603         * profile.c (branch_prob): Compact blocks.
5604         * sched-rgn.c (find_rgns): Replace n_basic_blocks with
5605         last_basic_block.
5607 2002-05-28  Kazu Hirata  <kazu@cs.umass.edu>
5609         * config/h8300/h8300.md (two anonymous patterns): New.
5611 2002-05-28  David S. Miller  <davem@redhat.com>
5613         * config/sparc/sparc.md (cpu): Tidy.
5614         (type): Delete 'return', add 'ialuX', 'flushw', 'iflush', and
5615         'trap'.
5616         (in_call_delay): Delete reference to 'return' type.
5617         (eligible_for_return_delay, in_return_delay, define_delay
5618         referencing those): Delete.
5619         (rest of file): Use new type attributes as appropriate.
5620         * config/sparc/sparc-protos.h (eligible_for_return_delay): Delete.
5621         * config/sparc/sparc.c (eligible_for_return_delay): Likewise.
5622         * config/sparc/ultra1_2.md (us1_single): New reservation.
5623         (us1_ialuX): Likewise.
5624         * config/sparc/ultra3.md (us3_single): Likewise.
5625         (us3_ialuX): Likewise.
5626         (us3_imul, us3_idiv): Tweak.
5628 2002-05-28  Richard Henderson  <rth@redhat.com>
5630         * config/alpha/alpha.c (alpha_in_small_data_p): Return false for
5631         STRING_CST.
5633 2002-05-28  Richard Henderson  <rth@redhat.com>
5635         * config.gcc: Obsolete mn10200.
5637 2002-05-28  Neil Booth  <neil@daikokuya.demon.co.uk>
5639         * cppexp.c (interpret_number): Optimize for single-digit
5640         and less-than-half-precision cases.
5641         (num_trim, num_positive, num_div_op): Cast constants.
5643 2002-05-27  Bo Thorsen  <bo@suse.de>
5645         * config/i386/libgcc-x86_64-glibc.ver: Copy this file from the
5646         3.1 branch. The file was made by Jakub Jelinek.
5647         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Add i386
5648         support so multilib doesn't break. And don't define this at all
5649         when -Dinhibit_libc is used.
5650         (MULTILIB_DEFAULTS): Always set default to 64 bit compilation.
5651         * config/i386/t-linux64: Implement full multilib support. Patch
5652         originally done by Andreas Jaeger and Jakub Jelinek.
5654 2002-05-27  Roger Sayle  <roger@eyesopen.com>
5656         * c-common.c: Add support for __attribute__((nothrow)) to specify
5657         that a function cannot throw an exception (using TREE_NOTHROW).
5658         (handle_nothrow_attribute): New function to process this attribute.
5660         * doc/extend.texi: Document the new nothrow function attribute.
5662 2002-05-27  H.J. Lu  (hjl@gnu.org)
5664         * cppexp.c (num_trim): Use 1UL instead of 1 for long int.
5665         (num_positive): Likewise.
5666         (num_div_op): Likewise.
5668 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5670         * c-common.c (c_common_init): Always use intmax_t.
5672 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5674         * c-common.c (c_common_init): Use intmax_t for now.
5676 2002-05-24  Andrew Haley  <aph@redhat.com>
5678         * fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c
5679         if T is a boolean type.
5681 2002-05-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5683         * basic-block.h (last_basic_block): Defined as synonym for
5684         n_basic_blocks.
5685         * cfganal.c (mark_dfs_back_edges, flow_reverse_top_sort_order_compute,
5686         flow_depth_first_order_compute, flow_preorder_transversal_compute,
5687         flow_dfs_compute_reverse_init): Replaced relevant occurences of
5688         n_basic_blocks with last_basic_block.
5689         * cfgbuild.c (make_edges): Likewise.
5690         * cfgloop.c (flow_loop_scan, flow_loops_find): Likewise.
5691         * cfgrtl.c (verify_flow_info, purge_all_dead_edges): Likewise.
5692         * combine.c (combine_instructions): Likewise.
5693         * df.c (df_alloc, df_analyse_1, df_analyse, iterative_dataflow_sbitmap,
5694         iterative_dataflow_bitmap): Likewise.
5695         * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
5696         calc_idoms, idoms_to_doms): Likewise.
5697         * flow.c (update_life_info_in_dirty_blocks, free_basic_block_vars):
5698         Likewise.
5699         * gcse.c (gcse_main, alloc_gcse_mem, compute_local_properties,
5700         compute_hash_table, expr_reaches_here_p, one_classic_gcse_pass,
5701         one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p,
5702         one_pre_gcse_pass, compute_transpout, delete_null_pointer_checks_1,
5703         delete_null_pointer_checks, compute_code_hoist_vbeinout,
5704         hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
5705         compute_store_table, build_store_vectors): Likewise.
5706         * haifa-sched.c (sched_init): Likewise.
5707         * ifcvt.c (if_convert): Likewise.
5708         * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
5709         pre_edge_lcm, compute_available, compute_nearerout,
5710         compute_rev_insert_delete, pre_edge_rev_lcm, optimize_mode_switching):
5711         Likewise.
5712         * predict.c (estimate_probability, process_note_prediction,
5713         note_prediction_to_br_prob): Likewise.
5714         * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): Likewise.
5715         * recog.c (split_all_insns, peephole2_optimize): Likewise.
5716         * regrename.c (copyprop_hardreg_forward): Likewise.
5717         * resource.c (init_resource_info): Likewise.
5718         * sched-rgn.c (build_control_flow, find_rgns, compute_trg_info,
5719         init_regions, schedule_insns): Likewise.
5720         * ssa-ccp.c (ssa_const_prop): Likewise.
5721         * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
5722         * ssa.c (compute_dominance_frontiers,
5723         compute_iterated_dominance_frontiers, convert_to_ssa): Likewise.
5725         * df.c (df_refs_unlink): Fix FOR_EACH_BB usage (in #if 0'ed code)
5726         * gcse.c (alloc_rd_mem, alloc_avail_expr_mem): Use n_blocks for vector
5727         sizes consistently.
5729 Mon May 27 14:28:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
5731         * basic-block.h (can_hoist_p, hoist_insn_after, hoist_insn_to_edge):
5732         new.
5733         * rtlanal.c (hoist_test_store, can_hoist_insn_p, hoist_update_store,
5734         hoist_insn_after, hoist_insn_to_edge): New.
5736 Mon May 27 12:14:02 CEST 2002  Jan Hubicka  <jh@suse.cz>
5738         * basic-block.h (PEOP_SCAN_DEAD_STORES): New.
5739         (PROP_FINAL): Include.
5740         * flow.c (life_analysis, update_life_info,
5741         init_propagate_block_info, mark_set_1, mark_used_rgs):
5742         Support SCAN_DEAD_STORE.
5744 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5746         * c-common.c (c_common_init): Set CPP arithmetic precision.
5747         * cppexp.c (cpp_num_part): Move typedef ...
5748         * cpphash.h: ...here; make unsigned HOST_WIDE_INT.
5749         * cppinit.c (cpp_create_reader): Default to host long arithmetic.
5750         (sanity_checks): Update.
5752 2002-05-26  Geoffrey Keating  <geoffk@redhat.com>
5754         * Makefile.in (INSTALL_HEADERS): Add 'install-mkheaders'.
5755         (mkheaders): New rule.
5756         (install-mkheaders): New rule.
5757         * configure.in (all_outputs): Add mkheaders.
5758         * configure: Regenerate.
5759         * mkheaders.in: New file.
5761 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
5763         * cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.
5765 2002-05-26  Andreas Jaeger  <aj@suse.de>
5767         * cfg.c (dump_flow_info): Remove extra argument to fprintf.
5769 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
5771         * cppexp.c (possible_sum_sign, integer_overflow, left_shift,
5772         right_shift): Remove.
5773         (cpp_num, cpp_num_part, PART_PRECISION, HALF_MASK, LOW_PART,
5774         HIGH_PART): New.
5775         (struct op): Use cpp_num.
5776         (num_zerop, num_eq, num_positive, num_greater_freq, num_trim,
5777         num_part_mul, num_unary_op, num_binary_op, num_negate,
5778         num_bitwise_op, num_inequality_op, num_equality_op, num_mul,
5779         num_div_op, num_lshift, num_rshift, append_digit): New.
5780         (interpret_number, parse_defined, eval_token, reduce): Update
5781         for two-integer arithmetic.
5782         (binary_handler): New typedef.
5783         (optab): Update.
5784         (COMPARE, EQUALITY, BITWISE, MINMAX, UNARY, SHIFT): Delete.
5785         (_cpp_parse_expr, reduce): Update to handle two-integers.
5786         * cpplib.c (_cpp_test_assertion): Back up on CPP_EOF.
5788 2002-05-26  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5790         * config/avr/avr-protos.h (avr_out_sbxx_branch): Declare.
5791         * config/avr/avr.c (jump_over_one_insn_p): Take length of the
5792         branch insn into account, do not assume 1.
5793         (avr_out_sbxx_branch): New function.  Optimize cases of skipping
5794         over single word insn.  Handle upper half of I/O space too.
5795         * config/avr/avr.md (*sbrx_branch): Use it.
5796         (*sbrx_and_branchhi, *sbrx_and_branchsi): Likewise.
5797         (*sbix_branch, *sbix_branch_bit7): Likewise.
5798         (*sbix_branch_tmp, *sbix_branch_tmp_bit7): New.
5799         Use RTL peepholes to optimize register operand sign tests.
5801 2002-05-26  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5803         * config/avr/avr.c (avr_asm_only_p): New variable.
5804         (avr_override_options): Set it here if AVR1.
5805         (asm_file_start): Test it here, report an error if set.
5807 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
5809         * alias.c: Fix formatting.
5810         * attribs.c: Likewise.
5811         * bb-reorder.c: Likewise.
5812         * bitmap.c: Likewise.
5813         * bitmap.h: Likewise.
5814         * builtins.c: Likewise.
5816 Sun May 26 14:00:44 CEST 2002  Jan Hubicka  <jh@suse.cz>
5818         * reload.c (find_valid_class): Accept new argument DEST,
5819         choose class accordingly.
5820         (push_reload): Update callers.
5822 2002-05-26  Andreas Jaeger  <aj@suse.de>
5824         * combine.c (combine_instructions): Do not indent #if for
5825         traditional C.
5827 2002-05-25  Richard Henderson  <rth@redhat.com>
5829         * c-pragma.c (apply_pragma_weak): Convert value identifier to
5830         string for decl_attributes.
5831         (handle_pragma_weak): Call assemble_alias if we're modifying
5832         an existing decl.
5834 2002-05-25  Richard Henderson  <rth@redhat.com>
5836         PR target/6788
5837         * config/sparc/sparc.c (sparc_output_mi_thunk): New implementation
5838         using rtl instead of fprintf.
5839         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Use it.
5840         * config/sparc/sparc-protos.h: Update.
5842 2002-05-25  Neil Booth  <neil@daikokuya.demon.co.uk>
5844         * Makefile.in (C_COMMON_H): Fix.
5845         Update other targets.
5846         * c-common.c: Don't include c-lex.h.
5847         (builtin_define_with_value): Make static and prototype.
5848         (builtin_define_std): Move from c-lex.h.
5849         * c-common.h (init_c_lex): Move from c-lex.h.
5850         * c-decl.c: Don't include c-lex.h.
5851         (make_pointer_declarator): Move from c-parse.in.
5852         * c-lex.c: Don't include c-lex.h.
5853         * c-lex.h: Remove.
5854         * c-parse.in: Don't include c-lex.h; include c-pragma.h.
5855         (make_pointer_declarator): Move to c-decl.c.
5856         * c-pragma.c: Don't include c-lex.h.
5857         * c-pragma.h (yydebug, YYDEBUG, parse_in, c_lex): Move from c-lex.h.
5858         * c-tree.h (make_pointer_declarator): New.
5859 doc:
5860         * passes.texi, tm.texi: Update.
5861 objc:
5862         * Make-lang.in: Update and correct.
5863         * objc-act.c: Don't include c-lex.h or cpplib.h.
5864 treelang:
5865         * treetree.c: Don't include c-lex.h.
5866 config:
5867         * darwin-c.c: Don't include c-lex.h.
5868         * c4x/c4x-c.c: Don't include c-lex.h.
5869         * c4x/t-c4x: Update.
5870         * i370/i370-c.c: Don't include c-lex.h.
5871         * i370/t-i370: Update.
5872         * i960/i960-c.c: Don't include c-lex.h.
5873         * i960/i960.c: Don't include cpplib.h, c-lex.h or c-pragma.h.
5874         * i960/t-960bare: Update.
5875         * i960/t-vxworks: Update.
5876         * rs6000/rs6000-c.c: Don't include c-lex.h; include c-pragma.h.
5877         * rs6000/t-darwin: Update.
5878         * rs6000/t-rs6000-c-rule: Update.
5879         * v850/v850-c.c: Don't include c-lex.h.
5880         * v850/v850.c: Don't include c-lex.h or cpplib.h.
5883 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
5885         * tree.def: Fix typos.
5886         * doc/install.texi: Likewise.
5888 2002-05-25  Richard Henderson  <rth@redhat.com>
5890         * configure.in (HAVE_AS_TLS): Add ia64 test.
5891         * configure: Rebuild.
5892         * config/ia64/ia64.c (ia64_tls_size_string, ia64_tls_size): New.
5893         (override_options): Set it.
5894         (TARGET_HAVE_TLS): New.
5895         (sdata_symbolic_operand): Look for 's'.
5896         (tls_symbolic_operand): New.
5897         (ia64_expand_load_address): Abort for tls symbols.
5898         (gen_tls_get_addr): New.
5899         (gen_thread_pointer): New.
5900         (ia64_expand_move): Split out from movdi.  Handle tls symbols.
5901         (rtx_needs_barrier): Add new unspecs.
5902         (ia64_encode_section_info): Handle tls symbols.
5903         (ia64_strip_name_encoding): Strip two encoding chars.
5904         * config/ia64/ia64.h (ia64_tls_size, ia64_tls_size_string): New.
5905         (TARGET_TLS14, TARGET_TLS22, TARGET_TLS64): New.
5906         (TARGET_OPTIONS): Add tls-size.
5907         (ENCODE_SECTION_INFO_CHAR): Rename from SDATA_NAME_FLAG_CHAR.
5908         * config/ia64/ia64.md (UNSPEC_LTOFF_DTPMOD, UNSPEC_LTOFF_DTPREL,
5909         UNSPEC_DTPREL, UNSPEC_LTOFF_TPREL, UNSPEC_TPREL, UNSPEC_LD_BASE): New.
5910         (movqi, movhi, movsi, movdi, movti): Use ia64_expand_move.
5911         (movsf, movdf): Likewise.
5912         (movdi_symbolic): Use match_scratch.  Don't split if we won't
5913         have a scratch availiable.
5914         (load_ltoff_dtpmod, load_dtprel, load_dtprel64, load_dtprel22,
5915         add_dtprel, add_dtprel14, add_dtprel22, load_ltoff_tprel, load_tprel,
5916         load_tprel64, load_tprel22, add_tprel, add_tprel14, add_tprel22): New.
5917         * config/ia64/ia64-protos.h: Update.
5918         * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use
5919         sdata_symbolic_operand.
5920         (ASM_OUTPUT_LABELREF): Strip two characters.
5922 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
5924         * combine.c (simplify_set): Remove an unnecessary subreg.
5926 2002-05-25  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5928         * config/avr/avr.c (avr_handle_progmem_attribute): Handle TYPE_DECL.
5930         * config/avr/avr.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_BSS): New.
5932 2002-05-25  Gabriel Dos Reis  <gdr@codesourcery.com>
5934         * toplev.c (output_clean_symbol_name): Fix another thinko.  Gosh.
5936 2002-05-25  Roger Sayle  <roger@eyesopen.com>
5938         * simplify-rtx.c (simplify_gen_relational): Simplify the RTX
5939         (cond (compare x y) 0) into the equivalent (cond x y).
5941 2002-05-25  Gabriel Dos Reis  <gdr@codesourcery.com>
5943         * toplev.c (output_clean_symbol_name): Use xstrdup.  Fix thinko.
5945 2002-05-24  Zack Weinberg  <zack@codesourcery.com>
5947         * config.gcc: Remove all stanzas for previously obsoleted
5948         systems.  Where necessary, add explicit error stanzas to
5949         prevent removed systems from being misidentified as something
5950         else.  Begin a fresh obsoletions list, with the systems that
5951         were reprieved last round.
5952         * doc/install.texi: Remove all mention of dead targets.
5953         * fixinc/mkfixinc.sh: Likewise.
5955         * config/arm/arm.h: Bit 31 of target_flags is no longer
5956         reserved.
5958         * config/1750a/1750a-protos.h, config/1750a/1750a.c,
5959         config/1750a/1750a.h, config/1750a/1750a.md, config/1750a/ms1750.inc,
5960         config/a29k/a29k-protos.h, config/a29k/a29k.c, config/a29k/a29k.h,
5961         config/a29k/a29k.md, config/a29k/rtems.h, config/a29k/t-a29kbare,
5962         config/a29k/t-vx29k, config/a29k/unix.h, config/a29k/vx29k.h,
5963         config/alpha/osf12.h, config/alpha/osf2or3.h,
5964         config/arm/arm-wince-pe.h, config/arm/arm.h, config/arm/riscix.h,
5965         config/arm/riscix1-1.h, config/arm/rix-gas.h, config/arm/t-riscix,
5966         config/clipper/clipper-protos.h, config/clipper/clipper.c,
5967         config/clipper/clipper.h, config/clipper/clipper.md,
5968         config/clipper/clix.h, config/convex/convex-protos.h,
5969         config/convex/convex.c, config/convex/convex.h,
5970         config/convex/convex.md, config/convex/fixinc.convex,
5971         config/convex/proto.h, config/elxsi/elxsi-protos.h,
5972         config/elxsi/elxsi.c, config/elxsi/elxsi.h, config/elxsi/elxsi.md,
5973         config/i386/386bsd.h, config/i386/aix386.h, config/i386/aix386ng.h,
5974         config/i386/bsd386.h, config/i386/dgux.h, config/i386/djgpp-rtems.h,
5975         config/i386/isc.h, config/i386/iscdbx.h, config/i386/linux-oldld.h,
5976         config/i386/next.h, config/i386/osf1-ci.asm, config/i386/osf1-cn.asm,
5977         config/i386/osf1elf.h, config/i386/osf1elfgdb.h, config/i386/osfelf.h,
5978         config/i386/osfrose.h, config/i386/rtems.h, config/i386/seq-gas.h,
5979         config/i386/seq-sysv3.h, config/i386/seq2-sysv3.h,
5980         config/i386/sequent.h, config/i386/sun.h, config/i386/sun386.h,
5981         config/i386/t-dgux, config/i386/t-next, config/i386/t-osf,
5982         config/i386/t-osf1elf, config/i860/bsd-gas.h, config/i860/bsd.h,
5983         config/i860/fx2800.h, config/i860/i860-protos.h, config/i860/i860.c,
5984         config/i860/i860.h, config/i860/i860.md, config/i860/mach.h,
5985         config/i860/paragon.h, config/i860/sysv3.h, config/i860/sysv4.h,
5986         config/i860/t-fx2800, config/i860/varargs.asm, config/m68k/a-ux.h,
5987         config/m68k/altos3068.h, config/m68k/apollo68.h,
5988         config/m68k/aux-crt1.c, config/m68k/aux-crt2.asm,
5989         config/m68k/aux-crtn.asm, config/m68k/aux-exit.c,
5990         config/m68k/aux-low.gld, config/m68k/aux-mcount.c,
5991         config/m68k/auxas.h, config/m68k/auxgas.h, config/m68k/auxgld.h,
5992         config/m68k/auxld.h, config/m68k/ctix.h, config/m68k/dpx2.h,
5993         config/m68k/dpx2.ifile, config/m68k/dpx2cdbx.h, config/m68k/dpx2g.h,
5994         config/m68k/isi-nfp.h, config/m68k/isi.h, config/m68k/lynx-ng.h,
5995         config/m68k/lynx.h, config/m68k/math-3300.h, config/m68k/news.h,
5996         config/m68k/news3.h, config/m68k/news3gas.h, config/m68k/newsgas.h,
5997         config/m68k/next.h, config/m68k/next21.h, config/m68k/rtems.h,
5998         config/m68k/t-aux, config/m68k/t-lynx, config/m68k/t-next,
5999         config/m68k/x-next, config/m88k/dgux.h, config/m88k/dgux.ld,
6000         config/m88k/dguxbcs.h, config/m88k/dolph.h, config/m88k/dolphin.ld,
6001         config/m88k/luna.h, config/m88k/m88k-coff.h, config/m88k/sysv3.h,
6002         config/m88k/t-bug, config/m88k/t-dgux, config/m88k/t-dgux-gas,
6003         config/m88k/t-dguxbcs, config/m88k/t-dolph, config/m88k/t-m88k-gas,
6004         config/m88k/t-tekXD88, config/m88k/tekXD88.h, config/m88k/tekXD88.ld,
6005         config/mips/bsd-4.h, config/mips/bsd-5.h, config/mips/dec-bsd.h,
6006         config/mips/dec-osf1.h, config/mips/elflorion.h,
6007         config/mips/iris4loser.h, config/mips/mips-5.h, config/mips/news4.h,
6008         config/mips/news5.h, config/mips/nws3250v4.h, config/mips/osfrose.h,
6009         config/mips/svr3-4.h, config/mips/svr3-5.h, config/mips/svr4-4.h,
6010         config/mips/svr4-5.h, config/mips/svr4-t.h, config/mips/t-bsd,
6011         config/mips/t-bsd-gas, config/mips/t-svr3, config/mips/t-svr3-gas,
6012         config/mips/t-svr4, config/mips/t-svr4-gas, config/mips/t-ultrix,
6013         config/mips/ultrix.h, config/nextstep-protos.h, config/nextstep.c,
6014         config/nextstep.h, config/nextstep21.h, config/ns32k/encore.h,
6015         config/ns32k/merlin.h, config/ns32k/pc532-mach.h,
6016         config/ns32k/pc532-min.h, config/ns32k/pc532.h,
6017         config/ns32k/sequent.h, config/ns32k/tek6000.h,
6018         config/ns32k/tek6100.h, config/ns32k/tek6200.h, config/pj/lib1funcs.S,
6019         config/pj/linux.h, config/pj/pj-protos.h, config/pj/pj.c,
6020         config/pj/pj.h, config/pj/pj.md, config/pj/pjl.h, config/pj/t-pj,
6021         config/sparc/rtems.h, config/we32k/we32k-protos.h,
6022         config/we32k/we32k.c, config/we32k/we32k.h, config/we32k/we32k.md:
6023         Delete file.
6025 2002-05-24  Richard Henderson  <rth@redhat.com>
6027         * flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.
6028         * toplev.c (flag_tls_default) Set to TLS_MODEL_GLOBAL_DYNAMIC.
6029         * config/i386/i386.c (tls_model_chars): Add leading space.
6030         (tls_symbolic_operand): Don't bias by 1.
6031         (legitimize_address): Don't unbias by 1.
6033 2002-05-24  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
6035         * lcm.c (optimize_mode_switching): Change bb used as indices
6036         to bb->index.
6038 2002-05-24  Richard Henderson  <rth@redhat.com>
6040         * config/ia64/ia64.c (ia64_reorg): Use update_life_info instead
6041         of update_life_info_in_dirty_blocks.
6043 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
6045         PR other/6782
6046         * final.c (get_mem_expr_from_op): Return 0 if op is NULL.
6048 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6050         PR preprocessor/6780
6051         * cppmacro.c (enter_macro_context): Clear state.angled_headers.
6053 2002-05-24  Jim Blandy  <jimb@redhat.com>
6055         * dwarf2out.c (dwarf2out_finish): Don't forget to emit a final
6056         entry with a type code of zero, marking the end of the compilation
6057         unit's macro info.
6059 2002-05-24  Richard Henderson  <rth@redhat.com>
6061         * varasm.c (asm_output_bss): Always output one byte.
6062         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
6064 2002-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
6066         * tree.c (decl_type_context): Return NULL_TREE if decl's context is a
6067         namespace.
6069 2002-05-24  Andreas Jaeger  <aj@suse.de>
6071         * ggc-page.c (alloc_page): Cast variables of type size_t to
6072         unsigned long, adjust printf format string.
6073         (ggc_alloc): Likewise.
6074         (ggc_print_statistics): Likewise.
6075         (ggc_print_statistics): Correct printf format string for SCALE to
6076         use unsigned long.
6078 2002-05-24  Danny Smith  <dannysmith@users.sourceforge.net>
6080         * config/i386/mingw32.h (CPP_SPEC): Remove -remap.
6082 2002-05-23  Gabriel Dos Reis  <gdr@codesourcery.com>
6083             Zack Weinberg     <zack@codesourcery.com>
6085         * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Properly output
6086         quoted strings.
6087         * dwarf2out.c (lookup_filename): Properly quote filename in .file
6088         directive in assembly file.
6089         * config/m68k/dpx2.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
6090         * config/m88k/m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
6091         * config/pj/pj.h (ASM_FILE_START): Likewise.
6092         * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
6093         * config/avr/avr.c (asm_file_end): Likewise.
6094         * toplev.c (output_quoted_string): Handle possibly signed plain
6095         char.
6096         * toplev.h (output_clean_symbol_name): Declare
6097         * toplev.c (output_clean_symbol_name): Define.
6098         * config/alpha/alpha.c (unicosmk_output_module_name): Use it.
6099         * config/1750a/1750a.h (ASM_FILE_START): Likewise.
6101 2002-05-24  Alan Modra  <amodra@bigpond.net.au>
6103         * config/rs6000/rs6000.c (output_toc): Mask longs to 32 bits.
6105 2002-05-23  Vladimir Makarov  <vmakarov@redhat.com>
6107         * genautomata.c (reserv_sets_hash_value): Use shift equal to 3/4
6108         of size of unsigned.
6110 2002-05-23  Richard Henderson  <rth@redhat.com>
6112         * configure.in (HAVE_AS_TLS): New test.
6113         * config.in, configure: Rebuild.
6114         * config/i386/i386.c (TARGET_HAVE_TLS): Set if HAVE_AS_TLS.
6115         (ix86_tls_dialect_string, ix86_tls_dialect): New.
6116         (override_options): Set it.
6117         (tls_model_chars, tls_symbolic_operand): New.
6118         (tls_symbolic_operand_1, global_dynamic_symbolic_operand): New.
6119         (local_dynamic_symbolic_operand, initial_exec_symbolic_operand): New.
6120         (local_exec_symbolic_operand): New.
6121         (get_pic_label_name): Merge into output_set_got.
6122         (ix86_asm_file_end): Emit pic_label_name if defined.
6123         (legitimate_constant_p, constant_address_p): New.
6124         (legitimate_pic_operand_p): New.
6125         (legitimate_pic_address_disp_p): Handle GOTTPOFF, NTPOFF, DTPOFF.
6126         (legitimate_address_p): Likewise.
6127         (ix86_encode_section_info): Rename from i386_; handle tls decls.
6128         (ix86_strip_name_encoding): New.
6129         (get_thread_pointer): New.
6130         (legitimize_address): Handle tls symbols.
6131         (output_pic_addr_const): Handle GOTTPOFF, TPOFF, NTPOFF, DTPOFF.
6132         Remove UNSPEC_PLT.
6133         (struct machine_function): Add some_ld_name.
6134         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Set it.
6135         (print_operand) [&]: Use it.  Handle UNSPEC_TP.
6136         (output_addr_const_extra): New.
6137         (maybe_get_pool_constant): New.
6138         (ix86_split_to_parts): Use it.
6139         (ix86_expand_move): Handle tls symbols.
6140         (ix86_tls_get_addr): New.
6141         * config/i386/i386.h (TARGET_GNU_TLS, TARGET_SUN_TLS): New.
6142         (TARGET_OPTIONS): Add tls-dialect.
6143         (CONSTANT_ADDRESS_P): Use new out-of-line function.
6144         (LEGITIMATE_CONSTANT_P): Likewise.
6145         (LEGITIMATE_PIC_OPERAND_P): Likewise.
6146         (TARGET_STRIP_NAME_ENCODING): New.
6147         (ASM_OUTPUT_LABELREF): New.
6148         (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
6149         (OUTPUT_ADDR_CONST_EXTRA): New.
6150         (PREDICATE_CODES): Update.
6151         (ix86_tls_dialect, ix86_tls_dialect_string): New.
6152         * config/i386/i386.md: Regroup and renumber unspec constants.
6153         (tls_global_dynamic_gnu, tls_global_dynamic_sun): New.
6154         (tls_local_dynamic_base_gnu, tls_local_dynamic_base_sun): New.
6155         (tls_global_dynamic, tls_local_dynamic_base): New.
6156         (tls_local_dynamic_once): New.
6157         * config/i386/i386-protos.h: Update.
6159 2002-05-23  Richard Henderson  <rth@redhat.com>
6161         * genemit.c (gen_insn): Print file:lineno comment before function.
6162         (main): likewise.
6163         * gensupport.c (struct queue_elem): Add filename member.
6164         (queue_pattern): Initialize it; update all callers.
6165         (process_include): Don't free filename.
6166         (read_md_rtx): Set read_rtx_filename.
6168 2002-05-23  Hans Boehm  <Hans_Boehm@hp.com>
6170         * config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K pages.
6172 2002-05-23  Richard Henderson  <rth@redhat.com>
6174         * config/i386/i386.c (output_set_got): Fix typo in pic no-deep case.
6176 2002-05-23  Richard Henderson  <rth@redhat.com>
6178         * doc/extend.texi (C++98 Thread-Local Edits): Update with
6179         commentary from Mark.
6181 2002-05-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6183         * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):
6184         Use FOR_EACH_BB macros to iterate over basic block chain.
6185         * cfg.c (clear_edges, clear_bb_flags, dump_flow_info,
6186         alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges):
6187         Likewise.
6188         * cfganal.c (set_edge_can_fallthru_flag, flow_call_edges_add,
6189         find_unreachable_blocks, create_edge_list, verify_edge_list,
6190         remove_fake_edges, add_noreturn_fake_exit_edges,
6191         flow_preorder_transversal_compute, flow_dfs_compute_reverse_execute):
6192         Likewise.
6193         * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
6194         find_sub_basic_blocks): Likewise.
6195         * cfgcleanup.c (try_optimize_cfg, delete_unreachable_blocks):
6196         Likewise.
6197         * cfglayout.c (record_effective_endpoints, cleanup_unconditional_jumps):
6198         Likewise.
6199         * cfgloop.c (flow_loops_cfg_dump, flow_loops_find):
6200         Likewise.
6201         * cfgrtl.c (compute_bb_for_insn, tidy_fallthru_edges,
6202         commit_edge_insertions, commit_edge_insertions_watch_calls,
6203         print_rtl_with_bb, verify_flow_info, purge_all_dead_edges): Likewise.
6204         * combine.c (combine_instructions, reg_dead_at_p): Likewise.
6205         * conflict.c (conflict_graph_compute): Likewise.
6206         * df.c (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
6207         df_modified_p, df_refs_unlink, df_dump): Likewise.
6208         * dominance.c (calc_dfs_tree, calculate_dominance_info): Likewise.
6209         * final.c (compute_alignments): Likewise.
6210         * flow.c (update_life_info, update_life_info_in_dirty_blocks,
6211         delete_noop_moves, calculate_global_regs_live, allocate_bb_life_data,
6212         count_or_remove_death_notes): Likewise.
6213         * gcse.c (oprs_unchanged_p, record_last_reg_set_info,
6214         compute_hash_table, compute_kill_rd, compute_rd, compute_ae_kill,
6215         classic_gcse, compute_transp, cprop, compute_pre_data,
6216         compute_transpout, invalidate_nonnull_info,
6217         delete_null_pointer_checks_1, delete_null_pointer_checks,
6218         compute_code_hoist_vbeinout, hoist_code, compute_ld_motion_mems,
6219         compute_store_table, build_store_vectors, store_motion): Likewise.
6220         * global.c (global_conflicts, mark_elimination): Likewise.
6221         * graph.c (print_rtl_graph_with_bb): Likewise.
6222         * haifa-sched.c (sched_init): Likewise.
6223         * ifcvt.c (if_convert): Likewise.
6224         * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
6225         compute_available, compute_nearerout, compute_rev_insert_delete,
6226         optimize_mode_switching): Likewise.
6227         * local-alloc.c (local_alloc, update_equiv_regs): Likewise.
6228         * predict.c (estimate_probability, note_prediction_to_br_prob,
6229         propagate_freq, counts_to_freqs, expensive_function_p,
6230         estimate_bb_frequencies): Likewise.
6231         * profile.c (instrument_edges, get_exec_counts,
6232         compute_branch_probabilities, compute_checksum, branch_prob,
6233         find_spanning_tree): Likewise.
6234         * recog.c (split_all_insns, peephole2_optimize): Likewise.
6235         * reg-stack.c (reg_to_stack, convert_regs_entry, convert_regs):
6236         Likewise.
6237         * regclass.c (scan_one_insn, regclass): Likewise.
6238         * regmove.c (mark_flags_life_zones, regmove_optimize,
6239         record_stack_memrefs): Likewise.
6240         * regrename.c (regrename_optimize, copyprop_hardreg_forward): Likewise.
6241         * reload1.c (reload, reload_combine, fixup_abnormal_edges): Likewise.
6242         * resource.c (find_basic_block): Likewise.
6243         * sched-ebb.c (schedule_ebbs): Likewise.
6244         * sched-rgn.c (is_cfg_nonregular, build_control_flow,
6245         find_single_block_region, find_rgns, schedule_insns)
6246         * sibcall.c (optimize_sibling_and_tail_recursive_call)
6247         * ssa-ccp.c (optimize_unexecutable_edges,
6248         ssa_ccp_df_delete_unreachable_insns): Likewise.
6249         * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
6250         * ssa.c (find_evaluations, compute_dominance_frontiers_1,
6251         rename_block, convert_to_ssa, compute_conservative_reg_partition,
6252         compute_coalesced_reg_partition, rename_equivalent_regs,
6253         convert_from_ssa): Likewise.
6254         * config/ia64/ia64.c (emit_predicate_relation_info, process_epilogue,
6255         process_for_unwind_directive): Likewise.
6257         * df.c (FOR_ALL_BBS): Removed.
6258         * gcse.c (struct null_pointer_info): Type of current_block field
6259         changed.
6260         (struct reg_avail_info): Type of last_bb field changed.
6261         * config/ia64/ia64.c (block_num): Removed.
6262         (need_copy_state): Type changed.
6263         (last_block): New.
6265 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
6267         * cppinit.c (mark_named_operators): Split out from init_builtins.
6268         (cpp_finish_options): Call it from here instead.
6270 2002-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
6272         * builtin-attrs.def: Update copyright years.
6273         (ATTR_NONNULL): New attribute identifier.
6274         (ATTR_NONNULL_1, ATTR_NONNULL_2, ATTR_NONNULL_3): New
6275         attribute tree lists.
6276         (DEF_FORMAT_ATTRIBUTE): Chain a nonnull attribute for the
6277         format operand.
6278         (ATTR_FORMAT_ARG_1, ATTR_FORMAT_ARG_2): Use...
6279         (DEF_FORMAT_ARG_ATTRIBUTE): ...this to generate format_arg
6280         attribute lists.  Chain the appropriate nonnull attribute.
6281         * c-format.c (check_format_arg): Remove null format string
6282         warning.
6283         * testsuite/gcc.dg/format/null-1.c: New test.
6285 2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6287         * Makefile.in (ADAC): Define.
6288         (SYSLIBS): Define.
6289         (.SUFFIXES): Move before language makefile fragments.
6290         (STAGE2_FLAGS_TO_PASS): Use stage CC as ADAC.
6292 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
6294         * varasm.c (make_decl_rtl): Don't allow weak variables to be
6295         placed in common.
6297 Thu May 23 19:43:41 CEST 2002  Jan Hubicka  <jh@suse.cz>
6299         * cfg.c (dump_flow_info): Print results of
6300         maybe_hot/probably_never_executed predicates.
6301         * toplev.c (open_dump_file): Print function frequency.
6303 2002-05-23  David S. Miller  <davem@redhat.com>
6305         * cse.c (approx_reg_cost_1, approx_reg_cost): Recode to not use
6306         regsets.
6308 2002-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
6310         * c-common.c (warn_nonnull): Declare.
6311         (c_common_attribute_table): Add "nonnull" attribute.
6312         (handle_nonnull_attribute, check_function_nonnull, nonnull_check_p,
6313         check_nonnull_arg, get_nonnull_operand, check_function_arguments,
6314         check_function_arguments_recurse): New functions.
6315         * c-common.h (warn_nonnull): Declare extern.
6316         (check_function_arguments, check_function_arguments_recurse): New
6317         prototypes.
6318         * c-decl.c (c_decode_option): Add -Wnonnull option.
6319         * c-format.c (set_Wformat): Set warn_nonnull if enabling
6320         format checking.
6321         (format_check_context): New structure.
6322         (check_format_info_recurse): Remove recursion and rename to...
6323         (check_format_arg): ...this.  Update comment.
6324         (check_format_info): Use check_function_arguments_recurse.
6325         * c-typeck.c (build_function_call): Call check_function_arguments
6326         instead of check_function_format.
6327         * doc/extend.texi: Document "nonnull" attribute.
6328         * doc/invoke.texi: Docuemnt -Wnonnull option.
6329         * testsuite/gcc.dg/nonnull-1.c: New test.
6330         * testsuite/gcc.dg/nonnull-2.c: New test.
6332 2002-05-23  David S. Miller  <davem@redhat.com>
6334         * basic-block.h (CLEANUP_NO_INSN_DEL): Define it.
6335         * cfgcleanup.c (cleanup_cfg): If it is set do not
6336         attempt to delete trivially dead insns.
6337         * except.c (finish_eh_generation): Pass it to cleanup_cfg.
6338         * toplev.c (rest_of_compilation): Document non-trivial aspect
6339         the RTL before optimize_save_area_alloca is run.
6341 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
6343         * c-lex.c (indent_level): Remove.
6344         (cb_file_change, c_lex): Remove indent level handling.
6345         * c-lex.h (indent_level): Remove.
6346         * input.h (struct file_stack): Remove indent_level.
6347         * toplev.c (push_srcloc): Remove indent_level handling.
6349 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
6351         PR target/6753
6352         * config/i386/i386.md (sse_movdfcc, sse_movdfcc_eq): Use Y instead
6353         of x in constraints for clarity.
6354         (sse_mov?fcc split): abort if op2 == op3.
6355         (sse_movsfcc_const0_1, sse_movsfcc_const0_2, sse_movsfcc_const0_3,
6356         sse_movsfcc_const0_4): Add earlyclobber.
6357         (sse_movdfcc_const0_1, sse_movdfcc_const0_2, sse_movdfcc_const0_3,
6358         sse_movdfcc_const0_4): Likewise.  Use DFmode, not SFmode.
6359         Use Y instead of x in constraints.
6361 2002-05-23  Richard Henderson  <rth@redhat.com>
6363         * doc/extend.texi (C99 Thread-Local Edits): New subsection.
6364         (C++98 Thread-Local Edits): New subsection.
6366         * config/i386/i386.c, config/i386/i386.h: Tidy comments and whitespace.
6367         (ix86_arch): Set type to enum processor_type.
6369         * config/i386/i386.md (movsi_1, movdi_1_rex64): Use
6370         LEGITIMATE_PIC_OPERAND_P not SYMBOLIC_CONST.
6372 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
6374         * configure.in: Fix as version test for binutils 2.12.1 releases
6375         (without dates).
6376         * configure: Rebuilt.
6378 2002-05-23  Richard Henderson  <rth@redhat.com>
6380         * config/i386/i386.c (get_pic_label_name): New.
6381         (load_pic_register): Remove.
6382         (output_set_got): New.
6383         (ix86_expand_prologue): Use gen_set_got; mark insn REG_MAYBE_DEAD.
6384         * config/i386/i386.md (UNSPEC_SET_GOT): New.
6385         (UNSPECV_PROLOGUE_SET_GOT, UNSPECV_PROLOGUE_GET_PC): Remove.
6386         (prologue_set_got, prologue_get_pc): Remove.
6387         (set_got, set_got_nopic, set_got_deep, set_got_nodeep): New.
6388         (builtin_setjmp_receiver): Use gen_set_got.
6389         * config/i386/i386-protos.h: Update.
6391 Thu May 23 09:22:23 CEST 2002  Jan Hubicka  <jh@suse.cz>
6393         * gcse.c (hash_expr): Do not use alias set for hashing.
6395 2002-05-22  Kevin Buettner  <kevinb@redhat.com>
6397         * dbxout.c (dbxout_class_name_qualifiers): New function.
6398         (dbxout_symbol): Output class/struct qualifiers for a .stabs entry.
6400 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
6402         * cpperror.c (_cpp_begin_message): No special casing
6403         of CPP_FATAL_LIMIT.
6404         * cppinit.c (sanity_checks): s/DL_FATAL/DL_ICE/.
6405         (output_deps, cpp_handle_option, cpp_post_options): Use DL_ERROR.
6406         * cpplib.c (do_include_common): Use DL_ERROR.
6407         * cpplib.h (CPP_FATAL_LIMIT, CPP_FATAL_ERRORS, DL_FATAL): Remove.
6408         (DL_ICE): Renumber.
6409         * fix-header.c (read_scan_file): Update.
6411 2002-05-22  Richard Henderson  <rth@redhat.com>
6413         * config/i386/i386.c (ix86_expand_call): New function, extracted
6414         from md call patterns.  Add pic_offset_table_rtx to
6415         CALL_INSN_FUNCTION_USAGE when needed.
6416         * config/i386/i386.md (call_pop, call): Use ix86_expand_call.
6417         (call_value_pop, call_value, untyped_call): Likewise.
6418         (call_exp, call_value_exp): Remove.
6419         * config/i386/i386-protos.h: Update.
6421 2002-05-22  Richard Henderson  <rth@redhat.com>
6423         * varasm.c (default_section_type_flags): Check for VAR_DECL
6424         before using DECL_THREAD_LOCAL.
6426 2002-05-22  David Edelsohn  <edelsohn@gnu.org>
6428         * config/rs6000/aix43.h (LINK_SPEC): Add PE initializer.
6429         (STARTFILE_SPEC): Delete PE crt0.o.
6430         * config/rs6000/aix51.h: Same.
6431         * config/rs6000/rs6000.c: Use TARGET_XCOFF, not OBJECT_FORMAT_COFF.
6432         * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Append [DS] to
6433         function descriptor symbol.  Use RS6000_OUTPUT_BASENAME.
6434         (ASM_OUTPUT_DEF_FROM_DECLS): Use RS6000_OUTPUT_BASENAME.
6435         * config/rs6000/xcoff.h (ASM_OUTPUT_DEF): Define.
6437 2002-05-22  Richard Henderson  <rth@redhat.com>
6439         * varasm.c (default_section_type_flags): Handle tls data and
6440         default sections.
6441         (default_unique_section): Handle tls sections.
6443 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
6445         * configure.in (CROSS): Define NATIVE_CROSS.
6446         * configure: Regenerate.
6447         * gcc.c (STARTFILE_PREFIX_SPEC): Define.
6448         (startfile_prefix_spec): New var.
6449         (static_specs): Add startfile_prefix_spec.
6450         (do_spec_2): Split out from..
6451         (do_spec): ..here.
6452         (main): Process startfile_prefix_spec.
6453         * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC) Change name of
6454         dynamic linker.
6455         (STARTFILE_PREFIX_SPEC): Define.
6456         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Rewrite without
6457         absolute paths.
6459 2002-05-22  Kazu Hirata  <kazu@cs.umass.edu>
6461         * cpperror.c: Fix formatting.
6462         * cppexp.c: Likewise.
6463         * cppfiles.c: Likewise.
6464         * cpphash.c: Likewise.
6465         * cpphash.h: Likewise.
6466         * cppinit.c: Likewise.
6467         * cpplex.c: Likewise.
6468         * cpplib.c: Likewise.
6469         * cppmacro.c: Likewise.
6470         * cppmain.c: Likewise.
6471         * cppspec.c: Likewise.
6473 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
6475         * combine.c (force_to_mode): Use gen_int_mode.
6476         Don't clear CONST_INT bits outside of mode.
6478 2002-05-22  Richard Henderson  <rth@redhat.com>
6480         * fixinc/inclhack.def (thread_keyword): Match __thread as last arg.
6481         * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
6483 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
6485         PR c/6643
6486         * emit-rtl.c (widen_memory_access): Only call compare_tree_int
6487         if DECL_SIZE_UNIT is INTEGER_CST.
6489 2002-05-22  Richard Henderson  <rth@redhat.com>
6491         * flow.c (life_analysis): Delete broken reg_label check.
6493 2002-05-22  Richard Henderson  <rth@redhat.com>
6495         * fixinc/inclhack.def (thread_keyword): Allow as any prototype arg.
6496         * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
6498 Wed May 22 18:39:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
6500         * t-sh (LIB2FUNCS_EXTRA): Now embed-bb.c.
6501         (embed-bb.c): New rule.
6502         * t-sh64 (LIB2FUNCS_EXTRA): Don't change.
6503         * config/sh/embed_bb.c: Delete.
6505 Wed May 22 18:25:29 2002  J"orn Rennecke <joern.rennecke@superh.com>
6507         * c-common.c (cb_register_builtins): Don't indent '#' of #define.
6509 2002-05-22  Kazu Hirata  <kazu@cs.umass.edu>
6511         * config/h8300/h8300.md (*andorqi3): New.
6513 2002-05-22  Neil Booth  <neil@daikokuya.demon.co.uk>
6515         PR preprocessor/6517
6516         * Makefile.in: Update.
6517         * c-common.c (c_common_post_options): Add preprocessor
6518         errors to the error count.
6519         * c-lang.c (c_post_options): Kill.
6520         (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
6521         * hooks.h: Add header guards.
6522         * langhooks-def.h: Include hooks.h.
6523         (LANG_HOOKS_POST_OPTIONS): Update.
6524         * langhooks.h (struct lang_hooks): Update post_options.
6525         * toplev.c (parse_options_and_default_flags): Update.
6526 objc:
6527         * objc-lang.c (objc_post_options): Kill.
6528         (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
6530 2002-05-21  Bruce Korb  <bkorb@gnu.org>
6532         * fixinc/tests/base/pthread.h(THREAD_KEYWORD_CHECK): add fix check
6533         * fixinc/inclhack.def(thread_keyword): use c_fix = format.
6534         * fixinc/fixincl.x: regen.
6536 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
6538         * cfgbuild.c: Fix formatting.
6539         * cfg.c: Likewise.
6540         * cfgcleanup.c: Likewise.
6541         * cfglayout.c: Likewise.
6542         * cfgloop.c: Likewise.
6543         * cfgrtl.c: Likewise.
6545 2002-05-21  Richard Henderson  <rth@redhat.com>
6547         * c-common.h (enum rid): Add RID_THREAD.
6548         * c-decl.c (start_decl): Do not set DECL_COMMON for tls variables.
6549         (grokdeclarator): Grok __thread.
6550         * c-parse.in (reswords): Add __thread.
6551         (rid_to_yy): Add RID_THREAD.
6553         * tree.h (DECL_THREAD_LOCAL): New.
6554         (struct tree_decl): Add thread_local_flag.
6555         * print-tree.c (print_node): Dump DECL_THREAD_LOCAL.
6556         * tree.c (staticp): TLS variables are not static.
6558         * target-def.h (TARGET_HAVE_TLS): New.
6559         * target.h (have_tls): New.
6560         * output.h (SECTION_TLS): New.
6561         * varasm.c (assemble_variable): TLS variables can't be common for now.
6562         (default_section_type_flags): Handle .tdata and .tbss.
6563         (default_elf_asm_named_section): Handle SECTION_TLS.
6564         (categorize_decl_for_section): Handle DECL_THREAD_LOCAL.
6566         * flags.h (flag_tls_default): Declare.
6567         * toplev.c (flag_tls_default): Define.
6568         (display_help): Display help for it.
6569         (decode_f_option): Set it.
6571         * doc/extend.texi (Thread-Local): New node describing language-level
6572         thread-local storage.
6573         * doc/invoke.texi (-ftls-model): Document.
6575         * fixinc/inclhack.def (thread_keyword): New.
6576         * fixinc/fixincl.x: Rebuild.
6578 2002-05-21  Jeffrey A Law  <law@redhat.com>
6580         * optabs.c (expand_binop): For double-word integer multiplies,
6581         do not compute intermediate results into something that is
6582         not a register (such as a SUBREG or MEM).
6584         * i386.c (ix86_sched_reorder_ppro): Fix typo/thinko.
6585         (ix86_sched_reorder): Make sure to initialize scheduling
6586         data even when there's only one insn in the ready queue.
6588 2002-05-21  Vladimir Makarov  <vmakarov@redhat.com>
6590         * genautomata.c (reserv_sets_hash_value): Fix a typo.
6592 2002-05-21  Vladimir Makarov  <vmakarov@redhat.com>
6594         * genautomata.c (reserv_sets_hash_value): Define hash_value as
6595         set_el_t.  Transform the hash value into unsigned.
6596         (output_cycle_reservs): Fix bug with output of repeated `nothing'.
6597         (transform_3): Add code to process `(A,B)+(D,E)'.
6599 2002-05-21  NIIBE Yutaka  <gniibe@m17n.org>
6601         * reload1.c (do_output_reload): Run delete_output_reload
6602         only if optimizing.
6604 2002-05-21  Roger Sayle  <roger@eyesopen.com>
6606         PR middle-end/6600
6607         * expr.c (STORE_MAX_PIECES): New macro to avoid immediate constants
6608         larger than INTEGER_CST.  (store_by_pieces_1): Use it here...
6609         (can_store_by_pieces): ... and here to limit the largest mode used.
6610         Add a comment to document this function.
6612 2002-05-21  Richard Henderson  <rth@redhat.com>
6614         * flow.c (life_analysis): Fix test for deleted label.
6616 2002-05-21  Neil Booth  <neil@daikokuya.demon.co.uk>
6618         * doc/tm.texi: Fix typo.
6620 2002-05-21  Zack Weinberg  <zack@codesourcery.com>
6622         * c-common.c (c_common_init): Set options->unsigned_char from
6623         flag_signed_char.
6624         (cb_register_builtins): Define __STRICT_ANSI__ and
6625         __CHAR_UNSIGNED__ here...
6626         * cppinit.c (init_builtins): Not here.
6627         (cpp_create_reader): unsigned_char option defaults to 0, not
6628         !DEFAULT_SIGNED_CHAR.
6629         (COMMAND_LINE_OPTIONS, cpp_handle_option): Lose -fsigned-char
6630         and -funsigned-char.
6632         * cpphash.h (struct spec_nodes): Kill n__STRICT_ANSI__.
6633         * cpphash.c (_cpp_init_hashtable): Don't set it.
6634         * cppmacro.c (builtin_macro) [BT_STDC]: Use the language setting
6635         directly.  Clarify comment.
6637 2002-05-21  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6639         * bb-reorder.c (make_reorder_chain_1): Use prev_bb/next_bb to get to
6640         neighbouring basic blocks.  Use ENTRY_BLOCK_PTR->next_bb instead of
6641         BASIC_BLOCK (0).  Use EXIT_BLOCK_PTR->prev_bb instead of
6642         BASIC_BLOCK (n_basic_blocks - 1).
6643         * cfganal.c (can_fallthru, flow_call_edges_add,
6644         flow_preorder_transversal_compute): Too.
6645         * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
6646         find_sub_basic_blocks): Too.
6647         * cfgcleanup.c (try_simplify_condjump, try_optimize_cfg): Too.
6648         * cfglayout.c (skip_insns_after_block, fixup_reorder_chain,
6649         fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge): Too.
6650         * cfgrtl.c (tidy_fallthru_edges, verify_flow_info): Too.
6651         * combine.c (this_basic_block): Type changed to basic_block.
6652         (combine_instructions, set_nonzero_bits_and_sign_copies, try_combine,
6653         nonzero_bits, num_sign_bit_copies, get_last_value_validate,
6654         get_last_value, distribute_notes, distribute_links): Too.
6655         * final.c (compute_alignments): Too.
6656         * flow.c (regno_uninitialized, regno_clobbered_at_setjmp): Too.
6657         * function.c (thread_prologue_and_epilogue_insns): Too.
6658         * gcse.c (compute_code_hoist_vbeinout): Too.
6659         * global.c (build_insn_chain): Too.
6660         * ifcvt.c (find_if_block, find_cond_trap): Too.
6661         * predict.c (last_basic_block_p, note_prediction_to_br_prob): Too.
6662         * regmove.c (regmove_optimize): Too.
6663         * resource.c (find_basic_block): Too.
6664         * sched-ebb.c (schedule_ebbs): Too.
6665         * ssa-dce.c (find_control_dependence, find_pdom): Too.
6667 2002-05-21  Andreas Jaeger  <aj@suse.de>
6669         * cppinit.c (sanity_checks): Avoid printf mismatch warnings.
6671 2002-05-21  Richard Henderson  <rth@redhat.com>
6673         * reg-stack.c (swap_rtx_condition, subst_stack_regs_pat): Use
6674         unspec names, not numbers.
6676 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6678         * doc/sourcebuild.texi: Mention snapshot-README and
6679         snapshot-index.html as needing updating for new front ends.
6681 2002-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6683         * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Avoid warnings when
6684         disabling checking, and avoid multiple evaluation of RTX.
6686 2002-05-21  Richard Earnshaw  <rearnsha@arm.com>
6688         * bitmap.c (bitmap_find_bit): Return early if we have the correct
6689         element cached.
6691 Tue May 21 10:51:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
6693         * profile.c (gen_edge_profiler):  Set alias set before the memory is
6694         used.
6696 2002-05-20  David S. Miller  <davem@redhat.com>
6698         * cselib.c (max_value_regs): New.
6699         (cselib_lookup, cselib_invalidate_regno): Initialize it when
6700         adding new entries to the REG_VALUES table and we are dealing with
6701         a hard register.
6702         (clear_table): Initialize it.
6703         (cselib_invalidate_regno): Use it to determine which hard
6704         registers to scan when mode is not VOIDmode.
6706 2002-05-20  Duraid Madina   <duraid@fl.net.au>
6708         * tradcpp.c (fixup_newlines): Use old-style function header.
6710 2002-05-20  Krister Walfridsson  <cato@df.lth.se>
6712         * reload1.c (reload_cse_simplify): Fix typo in rtx code check.
6714 2002-05-20  H.J. Lu  (hjl@gnu.org)
6716         Base on suggestions from Zhang Fuxin <fxzhang@ict.ac.cn>:
6718         * config/mips/mips.h (DFMODE_NAN): Defined.
6719         (SFMODE_NAN): Likewise.
6721 2002-05-20  Dale Johannesen  <dalej@apple.com>
6723         * combine.c (cant_combine_insn_p):  Back out my
6724         previous patch.
6726 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
6728         * params.c: Fix formatting.
6729         * params.h: Likewise.
6730         * predict.c: Likewise.
6731         * prefix.c: Likewise.
6732         * print-rtl.c: Likewise.
6733         * print-tree.c: Likewise.
6734         * profile.c: Likewise.
6736 2002-05-20  H.J. Lu  (hjl@gnu.org)
6738         * gcc/config/mips/linux.h (SDB_DEBUGGING_INFO): Undefine.
6740 2002-05-20  Nick Clifton  <nickc@cambridge.redhat.com>
6742         * config/arm/arm-wince-pe.h (ASM_SPEC): Pass -mcpu and -march
6743         switches straight on to the assembler, do not abbreviate them.
6744         * config/arm/elf.h (ASM_SPEC): As above.
6745         * config/arm/semi.h (ASM_SPEC): As above.
6746         * config/arm/unknown-elf-oabi.h (ASM_SPEC): As above.
6747         * config/arm/xscale-coff.h (SUBTARGET_ASM_SPEC): Pass
6748         -mcpu=xscale on to the assembler by default.
6749         * config/arm/xscale-elf.h (SUBTARGET_ASM_SPEC): As above.
6751 2002-05-20  Richard Henderson  <rth@redhat.com>
6753         * cse.c (canon_hash): Reorder do_not_record test.  Always
6754         allow pic_offset_table_rtx.
6756 2002-05-19  Toon Moene  <toon@moene.indiv.nluug.nl>
6758         * optabs.c (expand_cmplxdiv_wide): Use complex_part_zero_p.
6759         (expand_binop): Ditto (3 times).
6761 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
6763         * Makefile.in (distclean): Remove QMTest stuff.
6764         (QMTEST_PATH): New variable.
6765         (QMTESTFLAGS): Likewise.
6766         (QMTESTRUNFLAGS): Likewise.
6767         (QMTEST): Likewise.
6768         (QMTEST_GPP_TESTS): Likewise.
6769         (QMTEST_DIR): Likewise.
6770         (QMTEST_DIR/context): New target.
6771         (qmtest-g++): Likeise.
6772         (qmtest-gui): Likewise.
6773         (QMTEST_DIR/gpp-expected.qmr): Likewise.
6775 2002-05-19  Aldy Hernandez  <aldyh@redhat.com>
6777         * config/rs6000/rs6000.h (FUNCTION_VALUE): Only return vectors in
6778         an altivec register if TARGET_ALTIVEC.
6780         * config/rs600/rs6000.c (rs6000_emit_move): Change VECTOR_MODE_P
6781         to ALTIVEC_VECTOR_MODE.
6782         (rs6000_va_arg): Only vectors of type AltiVec are 16 byte aligned.
6783         (rs6000_va_arg): Vectors may go in registers if they are not
6784         altivec vectors.
6786 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
6788         * protoize.c: Fix formatting.
6790 2002-05-19  Richard Henderson  <rth@redhat.com>
6792         * gensupport.c (init_include_reader): Merge into ...
6793         (process_include): ... here.  Simplify composite path creation.
6794         Plug memory leaks.  Fix file/line number tracking.  Do not
6795         process_define_cond_exec.  Return void.
6796         (process_rtx): Don't check process_include return value.
6798 2002-05-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6800         * basic_block.h (struct basic_block_def): Added prev_bb and next_bb
6801         fields.
6802         (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
6803         traversing basic block chain.
6804         (create_basic_block_structure, create_basic_block): Declaration changed.
6805         (link_block, unlink_block): Declare.
6806         * cfg.c (entry_exit_blocks): Initialize new fields.
6807         (link_block, unlink_block): New.
6808         (expunge_block_nocompact): Unlink basic block.
6809         (dump_flow_info): Print prev_bb/next_bb fields.
6810         * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Modified.
6811         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Modified.
6812         * cfglayout.c (fixup_reorder_chain, cfg_layout_duplicate_bb): Modified.
6813         * cfgrtl.c (create_basic_block_structure, create_basic_block,
6814         split_block, force_nonfallthru_and_redirect, split_edge): Modified.
6815         (verify_flow_info): Check that list agrees with numbering.
6817 2002-05-19  Neil Booth  <neil@daikokuya.demon.co.uk>
6819         * c-common.c (preprocessing_asm): New macro.
6820         * c-lex.h (builtin_define, builtin_assert): Use pfile.
6821 doc:
6822         * tm.texi: Update.
6823 config/alpha:
6824         * alpha.h (CPLUSPLUS_CPP_SPEC): Remove.
6825         (CPP_SPEC): Simplify.
6826         (TARGET_CPU_CPP_BUILTINS): Update.
6827         * freebsd.h (TARGET_OS_CPP_BUILTINS): New.
6828         (CPP_SPEC): Simplify.
6829         * linux.h (CPLUSPLUS_CPP_SPEC): Remove.
6830         (TARGET_OS_CPP_BUILTINS): Update.
6831         * osf.h (CPP_XFLOAT_SPEC): Kill.
6832         (TARGET_OS_CPP_BUILTINS): Update.
6833         (CPP_SUBTARGET_SPEC, SUBTARGET_EXTRA_SPECS): Simplify.
6834         * osf5.h (CPP_XFLOAT_SPEC): Kill.
6835         * vms.h (CPP_SUBTARGET_SPEC): Kill.
6836         (TARGET_OS_CPP_BUILTINS): Update.
6838 2002-05-19  Richard Henderson  <rth@redhat.com>
6840         * varasm.c (default_binds_local_p): Fix typo.
6842 2002-05-19  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6844         * config/avr/avr.c (machine_dependent_reorg): Sign extend the
6845         CONST_INT operand to the correct mode after adding 1 to it.
6847 2002-05-19  Mark Mitchell  <mark@codesourcery.com>
6849         * config.gcc (powerpc-wrs-windiss*): New target.
6851 2002-05-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6853         * config/rs6000/rs6000.md (ashrdi3_no_power): New.
6854         (ashrdi3): Use it.
6856 2002-05-18  Mark Mitchell  <mark@codesourcery.com>
6858         * configure.in (AC_CHECK_FUNCS): Add checks for scandir and
6859         alphasort.
6860         * config.in: Regenerated.
6861         * configure: Regenerated.
6863 2002-05-19  Richard Henderson  <rth@redhat.com>
6865         * target-def.h (TARGET_BINDS_LOCAL_P): New.
6866         * target.h (struct gcc_target): Move boolean fields to the end.
6867         Add binds_local_p.
6868         * varasm.c (default_binds_local_p): New.
6869         * output.h: Declare it.
6871         * config/alpha/alpha.c (alpha_encode_section_info): Use the new hook.
6872         * config/cris/cris.c (cris_encode_section_info): Likewise.
6873         * config/i386/i386.c (i386_encode_section_info): Likewise.
6874         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
6875         * config/sh/sh.c (sh_encode_section_info): Likewise.
6877         * doc/tm.texi (TARGET_IN_SMALL_DATA_P): New.
6878         (TARGET_BINDS_LOCAL_P): New.
6880 2002-05-19  Richard Henderson  <rth@redhat.com>
6882         * system.h (BLOCK_PROFILER, BLOCK_PROFILER_CODE,
6883         FUNCTION_BLOCK_PROFILER, FUNCTION_BLOCK_PROFILER_EXIT,
6884         MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Poison.
6886         * toplev.c (display_help): Kill -a -ax help.
6888         * config/1750a/1750a.h, config/alpha/alpha.h,
6889         config/clipper/clipper.h, config/dsp16xx/dsp16xx.h,
6890         config/h8300/h8300.h, config/i960/i960.h, config/m68k/tower-as.h,
6891         config/m88k/m88k.h, config/vax/vax.h, config/we32k/we32k.h:
6892         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Kill.
6894         * libgcc2.c [L_bb] (BLOCK_PROFILER_CODE): Kill.
6895         * config/m68k/sun3.h (BLOCK_PROFILER_CODE): Kill.
6897         * config/i386/i386-protos.h (ix86_output_block_profiler): Kill.
6898         (ix86_output_function_block_profiler): Kill.
6899         * config/m68hc11/m68hc11.c (m68hc11_block_profiler): Kill.
6900         (m68hc11_function_block_profiler): Kill.
6901         * config/m68hc11/m68hc11-protos.h: Update.
6902         * config/m88k/m88k.c (output_block_profiler): Kill.
6903         (output_function_block_profiler): Kill.
6904         * config/m88k/m88k-protos.h: Update.
6906 2002-05-19  Richard Henderson  <rth@redhat.com>
6908         * system.h (STRIP_NAME_ENCODING): Poison it.
6909         * output.h (STRIP_NAME_ENCODING): Remove.
6910         (default_strip_name_encoding): Declare.
6911         * target-def.h (TARGET_STRIP_NAME_ENCODING): New.
6912         * target.h (strip_name_encoding): New.
6913         * varasm.c (default_strip_name_encoding): New.
6915         * dwarf2asm.c, varasm.c, config/darwin.c, config/darwin.h,
6916         config/alpha/alpha.c, config/arm/pe.c, config/avr/avr.c,
6917         config/cris/cris.c, config/i386/cygwin.h, config/i386/interix.c,
6918         config/i386/winnt.c, config/m32r/m32r.h, config/mcore/mcore-elf.h,
6919         config/mcore/mcore-pe.h, config/mcore/mcore.c, config/mcore/mcore.h,
6920         config/mips/mips.c, config/mn10200/mn10200.h, config/mn10300/mn10300.h,
6921         config/pa/pa.c, config/pa/pa.h, config/pa/som.h,
6922         config/rs6000/rs6000.c, config/rs6000/sysv4.h, config/rs6000/xcoff.h,
6923         config/v850/v850.h: Use the hook, not the macro.
6925         * config/darwin-protos.h, config/darwin.c, config/darwin.h,
6926         config/alpha/alpha.c, config/alpha/alpha.h, config/h8300/h8300.c,
6927         config/h8300/h8300.h, config/i386/cygwin.h, config/i386/i386-interix.h,
6928         config/i386/i386-protos.h, config/i386/win32.h, config/i386/winnt.c,
6929         config/ia64/ia64.c, config/ia64/ia64.h, config/m32r/m32r.c,
6930         config/m32r/m32r.h, config/mcore/mcore.c, config/mcore/mcore.h,
6931         config/pa/pa.c, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
6932         config/rs6000/xcoff.h, config/sh/sh.c, config/sh/sh.h,
6933         config/v850/v850.c, config/v850/v850.h:
6934         Move STRIP_NAME_ENCODING to out-of-line function and add
6935         TARGET_STRIP_NAME_ENCODING.
6937         * config/arm/arm.c, config/arm/arm.h, config/mmix/mmix-protos.h,
6938         config/mmix/mmix.c, config/mmix/mmix.h: Replace STRIP_NAME_ENCODING
6939         with TARGET_STRIP_NAME_ENCODING referencing existing function;
6940         make function static.
6942         * xcoffout.c: Include target.h
6943         * Makefile.in (xcoffout.o): Update.
6945         * config/avr/avr.c (avr_encode_section_info): Correct prototype.
6946         * config/avr/avr.h (STRIP_NAME_ENCODING): Remove.
6947         * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Mark
6948         reloc argument unused.
6949         * config/sh/sh.c (TARGET_ENCODE_SECTION_INFO): New.
6951         * doc/tm.texi (TARGET_STRIP_NAME_ENCODING): Update from previous
6952         STRIP_NAME_ENCODING docs.
6954 2002-05-19  Andreas Jaeger  <aj@suse.de>
6956         * gengenrtl.c: Add prototype for excluded_rtx.
6958         * real.h: Add prototype for exact_real_truncate.
6960 2002-05-18  Richard Henderson  <rth@redhat.com>
6962         * system.h (ENCODE_SECTION_INFO): Poison it.
6963         * target-def.h (TARGET_ENCODE_SECTION_INFO): New.
6964         * target.h (encode_section_info): New.
6965         * varasm.c (make_decl_rtl, output_constant_def): Use it.
6966         * hooks.c (hook_tree_int_void): New.
6967         * hooks.h: Declare it.
6969         * config/darwin.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
6970         config/alpha/alpha.h, config/arm/pe.h, config/avr/avr-protos.h,
6971         config/avr/avr.c, config/avr/avr.h, config/c4x/c4x-protos.h,
6972         config/c4x/c4x.c, config/c4x/c4x.h, config/cris/cris-protos.h,
6973         config/cris/cris.c, config/cris/cris.h, config/i386/cygwin.h,
6974         config/i386/win32.h, config/ia64/ia64-protos.h, config/ia64/ia64.c,
6975         config/ia64/ia64.h, config/m32r/m32r-protos.h, config/m32r/m32r.c,
6976         config/m32r/m32r.h, config/m68hc11/m68hc11-protos.h,
6977         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
6978         config/mcore/mcore-protos.h, config/mcore/mcore.c,
6979         config/mcore/mcore.h, config/mmix/mmix-protos.h, config/mmix/mmix.c,
6980         config/mmix/mmix.h, config/rs6000/rs6000-protos.h,
6981         config/rs6000/sysv4.h, config/stormy16/stormy16-protos.h,
6982         config/stormy16/stormy16.c, config/stormy16/stormy16.h:
6983         Replace ENCODE_SECTION_INFO with TARGET_ENCODE_SECTION_INFO
6984         referencing existing function.  Make function static.
6986         * config/a29k/a29k.c, config/a29k/a29k.h, config/arc/arc.c,
6987         config/arc/arc.h, config/arm/arm.c, config/arm/arm.h,
6988         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
6989         config/i370/i370.h, config/i386/i386-interix.h, config/i386/i386.c,
6990         config/i386/i386.h, config/i386/interix.c, config/m88k/m88k.c,
6991         config/m88k/m88k.h, config/mips/mips.c, config/mips/mips.h,
6992         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa.c,
6993         config/pa/pa.h, config/romp/romp.c, config/romp/romp.h,
6994         config/rs6000/linux64.h, config/rs6000/xcoff.h, config/s390/s390.c,
6995         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
6996         config/sparc/sparc.c, config/sparc/sparc.h, config/v850/v850.c,
6997         config/v850/v850.h, config/vax/vax.c, config/vax/vms.h,
6998         config/xtensa/xtensa.c, config/xtensa/xtensa.h:
6999         Move ENCODE_SECTION_INFO to out-of-line function and add
7000         TARGET_ENCODE_SECTION_INFO.
7002         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use hook, not macro.
7003         (ASM_DECLARE_OBJECT_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
7005         * config/arm/pe.h (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Rename
7006         from SUBTARGET_*
7007         (switch_to_section): Replace in_rdata case with in_readonly_data.
7009         * config/h8300/h8300.c (h8300_encode_label): Make static.
7010         * config/h8300/h8300-protos.h: Update.
7012         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Rename
7013         from rs6000_encode_section_info; make static.
7014         (rs6000_xcoff_encode_section_info): New.
7016         * config/v850/v850.c (v850_encode_data_area): Make static.
7017         * config/v850/v850-protos.h: Update.
7019         * config/vax/vax.c: Include flags.h.
7020         (vms_select_section): Fix typo.
7022         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update from previous
7023         ENCODE_SECTION_INFO docs.
7025 2002-05-18  Richard Henderson  <rth@redhat.com>
7027         * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Rename from
7028         REGISTER_TARGET_PRAGMAS.
7029         * config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Redefine.
7031         * config.gcc: Do not use rs6000-c.c on powerpc-darwin.
7033 2002-05-18  Richard Henderson  <rth@redhat.com>
7035         * system.h (SELECT_RTX_SECTION): Poison.
7036         * target-def.h (TARGET_ASM_SELECT_RTX_SECTION): New.
7037         * target.h (select_rtx_section): New.
7038         * varasm.c (output_constant_pool): Use it.
7039         (default_select_rtx_section, default_elf_select_rtx_section): New.
7040         * output.h: Declare them.
7042         * config/darwin.h (SELECT_RTX_SECTION): Move ...
7043         * config/darwin.c (machopic_select_rtx_section): ... here.
7044         * config/darwin-protos.h: Update.
7046         * config/nextstep.h (SELECT_RTX_SECTION): Move ...
7047         * config/nextstep.c (machopic_select_rtx_section): ... here.
7048         (nextstep_select_section): Rename variable to avoid macro clash.
7049         * config/nextstep-protos.h: Update.
7051         * config/elfos.h, config/svr3.h, config/arm/aof.h, config/c4x/c4x.h,
7052         config/i386/dgux.h, config/i386/osfrose.h, config/i386/sco5.h,
7053         config/i386/svr3gas.h, config/i860/paragon.h, config/ia64/aix.h,
7054         config/m32r/m32r.h, config/m68k/dpx2.h, config/m68k/lynx.h,
7055         config/m68k/m68k.h, config/m68k/tower-as.h, config/m88k/dgux.h,
7056         config/mcore/mcore-pe.h, config/mips/mips.h, config/mmix/mmix.h,
7057         config/pa/pa-linux.h, config/pa/pa.h, config/romp/romp.h,
7058         config/rs6000/lynx.h, config/rs6000/sysv4.h, config/s390/linux.h,
7059         config/sparc/sysv4.h, config/xtensa/elf.h, config/xtensa/linux.h
7060         (SELECT_RTX_SECTION): Remove.
7062         * config/darwin.h, config/elfos.h, config/nextstep.h,
7063         config/ia64/aix.h, config/ia64/sysv4.h, config/alpha/alpha.c,
7064         config/mips/mips.c, config/romp/romp.c, config/rs6000/sysv4.h,
7065         config/rs6000/xcoff.h, config/s390/s390.c, config/sparc/aout.h,
7066         config/sparc/lynx.h, config/xtensa/xtensa.c
7067         (TARGET_ASM_SELECT_RTX_SECTION): New.
7069         * config/alpha/elf.h (SELECT_RTX_SECTION): Move ...
7070         * config/alpha/alpha.c (alpha_elf_select_rtx_section): ... here.
7071         * config/ia64/sysv4.h (SELECT_RTX_SECTION): Move ...
7072         * config/ia64/ia64.c (ia64_select_rtx_section): ... here.
7073         (ia64_aix_select_rtx_section): New.
7074         * config/mips/iris6.h (READONLY_DATA_SECTION_ASM_OP): Undef before
7075         redefining.
7076         * config/mips/mips.c (mips_select_rtx_section): Make static.
7077         Support ELF SHF_MERGE features.
7078         * config/mips/mips-protos.h: Update.
7079         * config/rs6000/xcoff.h (SELECT_RTX_SECTION): Move ...
7080         * config/rs6000/rs6000.c (rs6000_xcoff_select_rtx_section): ... here.
7081         (rs6000_elf_select_rtx_section): Rename from rs6000_select_rtx_section;
7082         make static, fall back to default_elf_select_rtx_section.
7083         * config/rs6000/rs6000-protos.h: Update.
7084         * config/sparc/sparc.h (SELECT_RTX_SECTION): Move ...
7085         * config/sparc/sparc.c (sparc_aout_select_rtx_section): ... here.
7086         * config/sparc/sunos4.h (on_exit): Declare only if IN_LIBGCC2.
7087         * config/romp/romp.c (romp_select_rtx_section): New.
7088         * config/s390/s390.c (s390_select_rtx_section): New.
7089         * config/xtensa/xtensa.c: Include output.h.  Shuffle local function
7090         declarations before target macro definition.
7091         (xtensa_emit_call): Use static buffer.
7092         (xtensa_select_rtx_section): New.
7093         * config/xtensa/xtensa.h (MAX_INT_TYPE_SIZE): Remove.
7094         (IMPLICIT_FIX_EXPR, EASY_DIV_EXPR): Remove.
7095         (ASM_OUTPUT_POOL_PROLOGUE): Update call to resolve_unique_section.
7097         * doc/tm.texi (TARGET_ASM_SELECT_RTX_SECTION): Update from
7098         SELECT_RTX_SECTION docs.
7100 Sun May 19 00:24:23 CEST 2002  Jan Hubicka  <jh@suse.cz>
7102         * i386.md (movsi/movdi): Fix template.
7103         (sse2 patterns): Set attributes consistently.
7105         * i386.md (pushqi2, ashrqi_*): Fix constraint.
7107 2002-05-18  Toon Moene  <toon@moene.indiv.nluug.nl>
7109         * optabs.c (complex_part_zero_p): New.
7110         * (expand_cmplxdiv_straight): Use it.
7111         * (expand_cmplxdiv_wide): Ditto.
7112         * (expand_binop): Ditto.
7114 2002-05-18  Richard Henderson  <rth@redhat.com>
7116         * final.c (HAVE_READONLY_DATA_SECTION): New.
7117         (shorten_branches): Use it instead of ifdefs.
7118         * varasm.c (enum in_section): Add in_readonly_data.
7119         (text_section, data_section): Tidy.
7120         (readonly_data_section): Use READONLY_DATA_SECTION_ASM_OP if present.
7122         * config/darwin.h, config/nextstep.h, config/h8300/elf.h,
7123         config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h
7124         (READONLY_DATA_SECTION): Don't undef.
7126         * config/alpha/unicosmk.h, config/h8300/elf.h, config/i386/aix386ng.h,
7127         config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h,
7128         config/rs6000/lynx.h (READONLY_DATA_SECTION_ASM_OP): Undef.
7130         * config/elfos.h, config/svr3.h, config/alpha/alpha-interix.h,
7131         config/alpha/elf.h, config/c4x/c4x.h, config/i386/i386-interix.h,
7132         config/i386/sco5.h, config/i386/svr3gas.h, config/i860/sysv3.h,
7133         config/m88k/m88k.h, config/pa/pa64-hpux.h (USE_CONST_SECTION): Remove.
7135         * config/elfos.h, config/netware.h, config/alpha/alpha-interix.h,
7136         config/alpha/elf.h, config/alpha/vms.h, config/arc/arc.h,
7137         config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
7138         config/i386/dgux.h, config/i386/i386-interix.h, config/i386/sco5.h,
7139         config/ia64/hpux.h, config/m32r/m32r.h, config/m68k/tower-as.h,
7140         config/m88k/m88k.h, config/mcore/mcore-pe.h, config/mips/iris6.h,
7141         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa64-hpux.h,
7142         config/sparc/sysv4.h (READONLY_DATA_SECTION_ASM_OP): Rename from
7143         CONST_SECTION_ASM_OP/READONLY_SECTION_ASM_OP/RDATA_SECTION_ASM_OP.
7145         * config/elfos.h, config/netware.h, config/1750a/1750a.h,
7146         config/a29k/a29k.h, config/alpha/alpha-interix.h, config/alpha/alpha.h,
7147         config/arm/coff.h, config/h8300/h8300.h, config/i386/aix386ng.h,
7148         config/i386/i386-interix.h, config/i386/osfrose.h, config/mmix/mmix.h,
7149         config/pa/pa64-hpux.h, config/sparc/litecoff.h
7150         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
7152         * config/elfos.h, config/netware.h, config/svr3.h,
7153         config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
7154         config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
7155         config/h8300/h8300.h, config/i386/i386-interix.h,
7156         config/i386/osfrose.h, config/i386/svr3gas.h, config/mmix/mmix.h,
7157         config/pa/pa64-hpux.h (READONLY_DATA_SECTION): Remove.
7159         * config/elfos.h, config/netware.h, config/svr3.h,
7160         config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
7161         config/c4x/c4x.h, config/i386/aix386ng.h, config/i386/i386-interix.h,
7162         config/i386/sco5.h, config/i386/svr3gas.h, config/mmix/mmix.h,
7163         config/pa/pa64-hpux.h (CONST_SECTION_FUNCTION): Remove.
7165         * config/lynx.h, config/svr3.h, config/alpha/elf.h, config/alpha/vms.h,
7166         config/c4x/c4x.h, config/dsp16xx/dsp16xx.h, config/i386/sco5.h,
7167         config/i386/svr3gas.h, config/i860/sysv3.h, config/i860/sysv4.h,
7168         config/ia64/sysv4.h, config/m32r/m32r.h, config/m88k/m88k.h,
7169         config/mcore/mcore-elf.h, config/mcore/mcore-pe.h, config/mips/elf.h,
7170         config/mips/elf64.h, config/mips/iris6.h, config/mips/linux.h,
7171         config/mips/mips.h, config/mips/rtems64.h, config/mips/vxworks.h,
7172         config/rs6000/sysv4.h, config/v850/v850.h
7173         (EXTRA_SECTIONS): Remove in_const/in_rdata.
7174         (EXTRA_SECTION_FUNCTIONS): Remove accompanying function.
7176         * config/svr3.h, config/c4x/c4x.h, config/i386/dgux.h,
7177         config/i386/sco5.h, config/i386/svr3gas.h, config/ia64/aix.h,
7178         config/m88k/dgux.h, config/mcore/mcore-pe.h, config/mmix/mmix.h,
7179         config/sparc/sysv4.h (SELECT_RTX_SECTION): Use readonly_data_section.
7180         * config/alpha/alpha.c (alpha_start_function): Likewise.
7181         (alpha_write_linkage): Likewise.
7182         * config/m32r/m32r.c (m32r_select_section): Likewise.
7183         * config/m88k/m88k.c (m88k_select_section): Likewise.
7184         * config/mips/mips.c (mips_select_rtx_section): Likewise.
7185         * config/rs6000/rs6000.c (rs6000_select_rtx_section): Likewise.
7186         (rs6000_elf_select_section): Likewise.
7187         * config/v850/v850.c (v850_select_section): Likewise.
7189         * config/1750a/1750a.h, config/i860/sysv3.h
7190         (READONLY_DATA_SECTION_ASM_OP): New.
7191         READONLY_DATA_SECTION_ASM_OP.
7192         * config/i386/interix.c, config/i386/winnt.c
7193         (i386_pe_unique_section): Always use .rdata prefix.
7194         * config/pa/som.h (readonly_data): Always switch to read-only section.
7195         (READONLY_DATA_SECTION): Predicate on flag_pic.
7196         * config/we32k/we32k.h (READONLY_DATA_SECTION): Remove parenthesis.
7197         * doc/tm.texi (READONLY_DATA_SECTION_ASM_OP): New.
7198         (READONLY_DATA_SECTION): Update.
7200 2002-05-18  Jason Thorpe  <thorpej@wasabisystems.com>
7202         * c-common.c (c_common_post_options): Warn if -Wformat-zero-length
7203         is used without -Wformat.
7204         * c-common.h (warn_format_zero_length): Declare extern.
7205         * c-decl.c (warn_options): Add "format-zero-length".
7206         * c-format.c (warn_format_zero_length): Declare.
7207         (set_Wformat): Set warn_format_zero_length for -Wformat.
7208         (check_format_info): Only warn about zero-length formats if
7209         warn_format_zero_length is true.  Include the format type
7210         name in the warning message.
7211         * doc/invoke.texi: Document -Wformat-zero-length.
7212         * testsuite/gcc.dg/format/zero-length-1.c: New test.
7214 2002-05-18  Kazu Hirata  <kazu@cs.umass.edu>
7216         * timevar.c: Fix formatting.
7217         * tlink.c: Likewise.
7218         * toplev.c: Likewise.
7219         * tree-dump.c: Likewise.
7220         * tree-inline.c: Likewise.
7222 2002-05-18  Neil Booth  <neil@daikokuya.demon.co.uk>
7224         * cppinit.c (cpp_post_options): If preprocessed, turn off
7225         traditional.  If traditional, turn off column numbers.
7226         * cpplib.c (cpp_push_buffer): Lex from stage 3 if traditional.
7227         * cpptrad.c (handle_newline): Update line_base.
7228         (skip_comment): Handle -Wcomment.
7230 2002-05-17  Zack Weinberg  <zack@codesourcery.com>
7232         * cppinit.c (struct builtin): Remove unused fields.
7233         (CPLUS, BUILTIN, OPERATOR, O, builtin_array_end): Kill.
7234         (operator_array): New - was second half of builtin_array.
7235         (init_builtins): Simplify loop over builtin_array/operator_array.
7237 2002-05-18  Neil Booth  <neil@daikokuya.demon.co.uk>
7239         * defaults.h (UNIQUE_SECTION): Remove.
7240         * system.h (UNIQUE_SECTION, SELECT_SECTION): Poison.
7242 2002-05-17  Richard Henderson  <rth@redhat.com>
7244         * expr.c (init_expr_once): Don't use start/end_sequence.
7245         Use rtx_alloc instead of emit_insn.
7246         * toplev.c (lang_dependent_init): Run init_expr_once here ...
7247         (lang_independent_init): ... not here.
7249 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
7251         * config/sh/lib1funcs.asm (GLOBAL): Use __USER_LABEL_PREFIX__.
7253 2002-05-17  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7255         * config/avr/avr.c (avr_regs_to_save): New function.  Also check
7256         for fixed registers, possibly used for global register variables.
7257         (initial_elimination_offset, avr_output_function_prologue,
7258         avr_output_function_epilogue):  Move common code to avr_regs_to_save.
7260 2002-05-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7262         * Makefile.in: Update for cpptrad.c.
7263         * cpphash.h (struct cpp_buffer): New members for buffer
7264         overlays.
7265         (struct cpp_reader): New members for traditional output.
7266         (_cpp_read_logical_line, _cpp_overlay_buffer): New.
7267         * cppinit.c (cpp_create_reader): Set trad_line.
7268         (cpp_destroy): Free trad_out_base if used.
7269         (cpp_read_main_file): Overlay an empty buffer if traditional.
7270         (cpp_finish_options): Don't do builtins.
7271         (COMMAND_LINE_OPTIONS): Add -traditional-cpp.
7272         (cpp_handle_option): Handle it.
7273         * cpplex.c (continue_after_nul): New.
7274         (_cpp_lex_direct): Use handle_nul.
7275         * cpplib.h (struct cpp_options): New traditional option.
7276         * cpptrad.c: New file.
7278 2002-05-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7280         * c-common.c (c_common_init_options): Use C89 for Objective-C,
7281         and set the options flag.
7282         * cppinit.c (lang_flags): Remove objc.
7283         (lang_defaults): Remove OBJC and OBJCXX.
7284         (set_lang): Update.
7285         (COMMAND_LINE_OPTIONS): Remove -+ and -lang-objc++.
7286         (cpp_handle_option): Remove -+ and -lang-objc++.
7287         For ObjC, just set a flag.
7288         (print_help): Update.
7289         * cpplib.h (enum c_lang): Remove CLK_OBJC and CLK_OBJCXX.
7291 2002-05-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7293         * doc/install.texi (Specific, mips-sgi-irix6): Document need to
7294         bootstrap with -mips3.
7296 2002-05-17  Kazu Hirata  <kazu@cs.umass.edu>
7298         * final.c: Fix formatting.
7299         * fix-header.c: Likewise.
7300         * flow.c: Likewise.
7301         * fold-const.c: Likewise.
7302         * function.c: Likewise.
7304 2002-05-17  David S. Miller  <davem@redhat.com>
7306         PR c/6689, PR optimization/6615
7307         * local-alloc.c (struct equivalence): Rename 'src' to 'src_p'
7308         and make it a pointer to rtx.  Update comments.
7309         (update_equiv_regs): When scanning for equivalences, record
7310         address of SET_SRC (set) in reg_equiv[].src_p.  Dereference
7311         it while making the equiv replacements.
7313 2002-05-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7315         * config/sparc/sparc.c (sparc_aout_select_section): Fixed typo.
7317 2002-05-17  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7319         * config/sh/sh.h (ENCODE_SECTION_INFO): Consider MODULE_LOCAL_P
7320         when encoding visibility into SYMBOL_REF_FLAG.
7322 2002-05-17  Richard Sandiford  <rsandifo@redhat.com>
7324         * expr.c (force_operand): Fix reversed move.
7326 2002-05-17  Kurt Wall <kwall@kurtwerks.com>
7328         * doc/install.texi (Testing): Mention two common DejaGnu warnings
7329         that can be ignored.
7331 2002-05-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7333         * doc/install.texi (Final install): Recommend to install into a
7334         "clean" target directory.
7336 2002-05-17  Richard Henderson  <rth@redhat.com>
7338         * config/ia64/ia64.md: Use braced strings instead of quoted strings
7339         for code blocks.  Tidy whitespace.
7341 2002-05-17  Richard Henderson  <rth@redhat.com>
7343         * hooks.c (hook_tree_bool_false): New.
7344         * hooks.h: Declare it.
7345         * target-def.h (TARGET_ASM_SELECT_SECTION): New.
7346         (TARGET_ASM_UNIQUE_SECTION, TARGET_IN_SMALL_DATA_P): New.
7347         * target.h (select_section, unique_section): New.
7348         (in_small_data_p): New.
7349         * varasm.c (resolve_unique_section): Use hooks instead of macros.
7350         (variable_section, output_constant_def_contents): Likewise.
7351         (default_select_section, default_unique_section): New.
7352         (categorize_decl_for_section, default_elf_select_section): New.
7353         * output.h: Declare them.
7355         * config/darwin.h (ALIAS_SECTION, try_section_alias): Remove.
7356         (TARGET_ASM_SELECT_SECTION): New.
7357         (SELECT_SECTION): Move ...
7358         * config/darwin.c (machopic_select_section): ... here.
7359         * config/darwin-protos.h: Update.
7361         * config/nextstep.h (TARGET_ASM_SELECT_SECTION): New.
7362         (SELECT_SECTION): Move ...
7363         * config/nextstep.c (nextstep_select_section): ... here.
7364         * config/nextstep-protos.h: Update.
7366         * config/elfos.h (UNIQUE_SECTION, SELECT_SECTION): Remove.
7367         (TARGET_ASM_SELECT_SECTION): New.
7368         * config/svr3.h (SELECT_SECTION): Remove.
7370         * config/alpha/alpha.c (unicosmk_unique_section): Make static.
7371         (TARGET_ASM_UNIQUE_SECTION) [UNICOS]: New.
7372         (TARGET_IN_SMALL_DATA_P, alpha_in_small_data_p): New.
7373         (alpha_encode_section_info): Use it.
7374         * config/alpha/alpha-protos.h: Update.
7375         * config/alpha/elf.h (DO_SELECT_SECTION): Remove.
7376         (SELECT_SECTION, UNIQUE_SECTION): Remove.
7377         (TARGET_ASM_SELECT_SECTION): New.
7378         * config/alpha/unicosmk.h (UNIQUE_SECTION): Remove.
7380         * config/arm/pe.h (UNIQUE_SECTION): Remove.
7381         (TARGET_ASM_UNIQUE_SECTION): New.
7383         * config/avr/avr.c (TARGET_ASM_UNIQUE_SECTION): New.
7384         (avr_unique_section): Rename from unique_section; make static.
7385         * config/avr/avr-protos.h: Update.
7386         * config/avr/avr.h (UNIQUE_SECTION): Remove.
7388         * config/c4x/c4x.h (SELECT_SECTION): Remove.
7390         * config/i386/cygwin.h (UNIQUE_SECTION): Remove.
7391         (TARGET_ASM_UNIQUE_SECTION): New.
7392         * config/i386/i386-interix.h: Likewise.
7393         * config/i386/win32.h: Likewise.
7394         * config/i386/djgpp.h (UNIQUE_SECTION): Remove.
7395         * config/i386/i386.c (ix86_asm_file_end): Use target hook not macro.
7396         * config/i386/sco5.h (SELECT_SECTION): Remove.
7397         (TARGET_ASM_SELECT_SECTION): New.
7398         * config/i386/svr3gas.h (SELECT_SECTION): Remove.
7400         * config/i860/paragon.h: Undef TARGET_ASM_SELECT_SECTION
7401         instead of SELECT_SECTION.
7402         * config/m68k/dpx2.h: Likewise.
7403         * config/rs6000/lynx.h: Likewise.
7405         * config/ia64/aix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
7406         (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
7407         * config/ia64/ia64.c (TARGET_IN_SMALL_DATA_P): New.
7408         (ia64_in_small_data_p): New.
7409         (ia64_encode_section_info): Use it.  Reorganize overlarge conditional.
7410         (ia64_aix_select_section, ia64_aix_unique_section): New.
7411         * config/ia64/sysv4.h (DO_SELECT_SECTION): Remove.
7412         (SELECT_SECTION, UNIQUE_SECTION): Remove.
7414         * config/m32r/m32r.h (SELECT_SECTION): Remove.
7415         (TARGET_ASM_SELECT_SECTION): New.
7416         * config/m32r/m32r.c (m32r_select_section): Take align argument.
7417         * config/m32r/m32r-protos.h: Update.
7419         * config/m88k/m88k.h (TARGET_ASM_SELECT_SECTION): New.
7420         (SELECT_SECTION): Move ...
7421         * config/m88k/m88k.c (m88k_select_section): ... here.
7423         * config/mcore/mcore-pe.h (SELECT_SECTION): Remove.
7424         * config/mcore/mcore.h (UNIQUE_SECTION): Remove.
7425         * config/mcore/mcore.c (TARGET_ASM_UNIQUE_SECTION): New.
7426         (mcore_unique_section): Make static.
7427         * config/mcore/mcore-protos.h: Update.
7429         * config/mips/elf.h (UNIQUE_SECTION): Remove.
7430         (TARGET_ASM_UNIQUE_SECTION): New.
7431         * config/mips/elf64.h: Likewise.
7432         * config/mips/iris6gld.h: Likewise.
7433         * config/mips/linux.h: Likewise.
7434         * config/mips/mips-protos.h: Update.
7435         * config/mips/mips.c (mips_select_section): Add align argument.
7436         * config/mips/mips.h (SELECT_SECTION): Remove.
7437         (TARGET_ASM_SELECT_SECTION): New.
7439         * config/mmix/mmix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
7440         * config/mmix/mmix.c (mmix_select_section): Remove.
7441         (mmix_unique_section): Remove.
7442         * config/mmix/mmix-protos.h: Update.
7444         * config/pa/pa.h (TARGET_ASM_SELECT_SECTION): New.
7445         (SELECT_SECTION): Move ...
7446         * config/pa/pa.c (pa_select_section): ... here.
7447         * config/pa/pa64-hpux.h (UNIQUE_SECTION): Remove.
7449         * config/rs6000/rs6000.c (rs6000_elf_select_section): Rename
7450         from rs6000_select_section and make static.
7451         (rs6000_elf_unique_section): Similarly.
7452         (rs6000_xcoff_select_section): From xcoff.h.
7453         (rs6000_xcoff_unique_section): Likewise.
7454         * config/rs6000/rs6000-protos.h: Update.
7455         * config/rs6000/sysv4.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
7456         (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
7457         * config/rs6000/xcoff.h: Likewise.
7459         * config/sparc/aout.h (TARGET_ASM_SELECT_SECTION): New.
7460         (SELECT_SECTION): Move ...
7461         * config/sparc/sparc.c (sparc_aout_select_section): ... here.
7463         * config/v850/v850.h (SELECT_SECTION): Move ...
7464         * config/v850/v850.c (v850_select_section): ... here.
7465         (TARGET_ASM_SELECT_SECTION): New.
7467         * config/vax/vms.h (SELECT_SECTION): Move ...
7468         * config/vax/vax.c (vms_select_section): ... here.
7469         (TARGET_ASM_SELECT_SECTION): New.
7471         * doc/tm.texi: Update SELECT_SECTION and UNIQUE_SECTION docs
7472         for the target hooks.
7474 2002-05-17  Nick Clifton  <nickc@cambridge.redhat.com>
7476         * config/arm/arm.c (emit_multi_reg_push): Do not set
7477         RTX_FRAME_RELATED_P on the SEQUENCE.
7479 2002-05-16  Richard Henderson  <rth@redhat.com>
7481         * config/ia64/ia64.c (ia64_reorg): Rebuild bb_for_insn before
7482         splitting.  Use split_all_insns; update_life_info_in_dirty_blocks.
7484 2002-05-16  Richard Henderson  <rth@redhat.com>
7486         * config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
7488         * config/ia64/ia64.c (saveable_obstack): Do not declare.
7490 2002-05-16  Richard Henderson  <rth@redhat.com>
7492         * basic-block.h, bb-reorder.c, cfg.c, cfganal.c, cfgbuild.c,
7493         cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c, combine.c,
7494         conflict.c, df.c, df.h, dominance.c, final.c, flow.c, function.c,
7495         gcse.c, global.c, graph.c, haifa-sched.c, ifcvt.c, lcm.c,
7496         local-alloc.c, loop.c, predict.c, print-rtl.c, profile.c,
7497         recog.c, reg-stack.c, regclass.c, regmove.c, regrename.c,
7498         reload1.c, reorg.c, resource.c, sbitmap.c, sched-deps.c,
7499         sched-ebb.c, sched-rgn.c, sibcall.c, ssa-ccp.c, ssa-dce.c, ssa.c:
7500         Revert "Basic block renumbering removal", and two followup patches.
7502 2002-05-16  Jason Thorpe  <thorpej@wasabisystems.com>
7504         * lcm.c (optimize_mode_switching): Revert previous change.
7506 2002-05-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7508         * sched-rgn.c (schedule_insns): Initialize large_region_blocks
7509         with only extant block numbers.
7511 2002-05-16  Jason Thorpe  <thorpej@wasabisystems.com>
7513         * lcm.c (optimize_mode_switching): Fix typo.
7515 2002-05-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7517         * flow.c (calculate_global_regs_live): Queue blocks in program order.
7519 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7521         * doc/install.texi (Configuration): Document PWDCMD.
7523 2002-05-16  Dale Johannesen  <dalej@apple.com>
7525         * combine.c (cant_combine_insn_p):  Reenable combinations
7526         involving hard regs unless CLASS_LIKELY_SPILLED_P.
7528 2002-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
7530         * c-common.c (cb_register_builtins): Handle more built-ins
7531         here rather than in gcc.c specs.
7532         * gcc.c (cpp_unique_options): Move many built-ins to c-common.c.
7533         (cpp_options): Pass -O flags even when only preprocessing.
7534         * toplev.c (set_fast_math_flags): New prototype.
7535         (fast_math_flags_set_p): New.
7536         (set_no_fast_math_flags): Remove.
7537         (decode_f_option): Update.
7538         * toplev.h (set_fast_math_flags): Update.
7539         (fast_math_flags_set_p): New.
7540         (set_no_fast_math_flags): Remove.
7541 config:
7542         * c4x/c4x.c (c4x_override_options): Update.
7544 2002-05-16  Zack Weinberg  <zack@codesourcery.com>
7546         * c-common.c (STDC_0_IN_SYSTEM_HEADERS, REGISTER_PREFIX):
7547         Default-define here.
7548         (builtin_define_with_value): Can now wrap the expansion in
7549         quotation marks if such is wanted.
7550         (cb_register_builtins): Update calls to builtin_define_with_value.
7551         Define __REGISTER_PREFIX__, __USER_LABEL_PREFIX__, and __VERSION__
7552         here.
7553         (c_common_init): Set options->stdc_0_in_system_headers.
7554         * c-lex.h: Update prototype of builtin_define_with_value.
7555         * cppdefault.h: Remove default definitions of USER_LABEL_PREFIX
7556         and REGISTER_PREFIX.
7558         * cppinit.c (VERS, ULP, C, X): Kill.
7559         (builtin_array): Remove entries for __VERSION__,
7560         __USER_LABEL_PREFIX__, __REGISTER_PREFIX__, and
7561         __HAVE_BUILTIN_SETJMP__.  Make __STDC__ always a builtin, not
7562         a constant.
7563         (init_builtins): Kill off a bunch of now-dead code.
7564         (COMMAND_LINE_OPTIONS): Remove -fleading-underscore and
7565         -fno-leading-underscore.
7566         (cpp_handle_option): Remove code to set user_label_prefix.
7567         (cpp_post_options): Likewise.
7569         * cpplib.h (struct cpp_options): Remove user_label_prefix.
7570         (stdc_0_in_system_headers): New.
7571         * cppmacro.c (builtin_macro): Check CPP_OPTION (pfile,
7572         stdc_0_in_system_headers) too to decide the value of __STDC__.
7574         * tradcpp.c (user_label_prefix): Kill.
7575         (main): Remove code handling -f(no-)leading-underscore.
7576         (initialize_builtins): Don't define __REGISTER_PREFIX__
7577         or __USER_LABEL_PREFIX__.
7578         (install_value): Wrap compound statement in dummy loop so the
7579         macro works properly in an if statement.
7582 2002-05-16  Janis Johnson  <janis187@us.ibm.com>
7584         * loop.h (struct loop_info): Add member has_prefetch.
7585         * loop.c (PREFETCH_CONDITIONAL): Change default to 1.
7586         (prescan_loop): Initialize has_prefetch.
7587         (struct prefetch_info): Change prefetch_in_loop and
7588         prefetch_before_loop from bit fields to ints.
7589         (emit_prefetch_instructions): Several small fixes.
7590         (check_dbra_loop): Don't reverse loop that uses prefetch.
7592 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7594         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7595         * configure.in: Likewise.
7596         * fixinc/check.tpl: Likewise.
7597         * fixinc/fixinc.dgux: Likewise.
7598         * fixinc/fixinc.svr4: Likewise.
7599         * fixinc/fixinc.winnt: Likewise.
7600         * fixinc/fixincl.sh: Likewise.
7601         * fixproto: Likewise.
7602         * configure: Regenerate.
7604 2002-05-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7606         Basic block renumbering removal:
7607         * basic_block.h (struct basic_block_def): Renamed index to sindex,
7608         added prev_bb and next_bb fields.
7609         (n_basic_blocks): Renamed to num_basic_blocks.
7610         (last_basic_block): New, index of last basic block.
7611         (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
7612         traversing basic block chain.
7613         (BLOCK_NUM): index -> sindex.
7614         (create_basic_block_structure, create_basic_block): Declaration changed.
7615         (debug_num2bb): Declare.
7616         (expunge_block_nocompact): Declaration removed.
7617         (link_block, unlink_block, compact_blocks): Declare.
7618         * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): Modified.
7619         * cfg.c (entry_exit_blocks): Initialize new fields.
7620         (clear_edges, alloc_block, expunge_block, cached_make_edge,
7621         redirect_edge_pred, dump_flow_info, dump_edge_info,
7622         alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges,
7623         free_aux_for_edges): Modified.
7624         (link_block, unlink_block, compact_blocks, debug_num2bb): New.
7625         (expunge_block_nocompact): Removed.
7626         * cfganal.c (can_fallthru, mark_dfs_back_edges, flow_call_edges_add,
7627         find_unreachable_blocks, create_edge_list, print_edge_list,
7628         verify_edge_list, flow_edge_list_print, remove_fake_successors,
7629         remove_fake_edges, flow_reverse_top_sort_order_compute,
7630         flow_depth_first_order_compute, flow_preorder_transversal_compute,
7631         flow_dfs_compute_reverse_init, flow_dfs_compute_reverse_add_bb,
7632         flow_dfs_compute_reverse_execute): Modified.
7633         * cfgbuild.c (make_edges, make_eh_edge, find_basic_blocks_1,
7634         find_basic_blocks, find_many_sub_basic_blocks, find_sub_basic_blocks):
7635         Modified.
7636         * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
7637         merge_blocks_move_predecessor_nojumps,
7638         merge_blocks_move_successor_nojumps, merge_blocks,
7639         outgoing_edges_match, try_crossjump_to_edge, try_crossjump_bb,
7640         try_optimize_cfg, delete_unreachable_blocks, cleanup_cfg): Modified.
7641         * cfglayout.c (skip_insns_after_block, label_for_bb,
7642         record_effective_endpoints, scope_to_insns_finalize,
7643         fixup_reorder_chain, verify_insn_chain, cleanup_unconditional_jumps,
7644         fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge,
7645         cfg_layout_duplicate_bb): Modified.
7646         * cfgloop.c (flow_loops_cfg_dump, flow_loop_dump, flow_loops_dump,
7647         flow_loop_entry_edges_find, flow_loop_exit_edges_find,
7648         flow_loop_nodes_find, flow_loop_pre_header_find, flow_loop_scan,
7649         flow_loops_find, flow_loop_outside_edge_p): Modified.
7650         * cfgrtl.c (create_basic_block_structure, create_basic_block,
7651         flow_delete_block, compute_bb_for_insn, split_block,
7652         try_redirect_by_replacing_jump, redirect_edge_and_branch,
7653         force_nonfallthru_and_redirect, tidy_fallthru_edge,
7654         back_edge_of_syntactic_loop_p, split_edge, commit_one_edge_insertion,
7655         commit_edge_insertions, commit_edge_insertions_watch_calls,
7656         dump_bb, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
7657         purge_all_dead_edges): Modified.
7658         * combine.c (combine_instructions, set_nonzero_bits_and_sign_copies,
7659         try_combine, nonzero_bits, num_sign_bit_copies, get_last_value_validate,
7660         get_last_value, reg_dead_at_p, distribute_notes, distribute_links):
7661         Modified.
7662         * conflict.c (conflict_graph_compute): Modified.
7663         * df.c (FOR_ALL_BBS): Removed.
7664         (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
7665         df_modified_p, df_analyse, df_refs_unlink, df_insn_modify,
7666         df_dump, hybrid_search_bitmap, iterative_dataflow_sbitmap): Modified.
7667         * df.h (DF_BB_INFO, DF_REF_BBNO): Modified.
7668         * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
7669         calc_idoms, idoms_to_doms, calculate_dominance_info): Modified.
7670         * final.c (compute_alignments, final_scan_insn): Modified.
7671         * flow.c (verify_local_live_at_start, update_life_info,
7672         update_life_info_in_dirty_blocks, free_basic_block_vars,
7673         delete_noop_moves, calculate_global_regs_live,
7674         initialize_uninitialized_subregs, allocate_bb_life_data,
7675         regno_uninitialized, regno_clobbered_at_setjmp, mark_set_1,
7676         mark_used_reg, count_or_remove_death_notes): Modified.
7677         * function.c (thread_prologue_and_epilogue_insns): Modified.
7678         * gcse.c (struct null_pointer_info): Change typo of current_block
7679         to basic_block.
7680         (gcse_main, alloc_gcse_mem, compute_local_properties, compute_sets,
7681         oprs_unchanged_p, load_killed_in_block_p, record_last_reg_set_info,
7682         compute_hash_table, alloc_rd_mem, handle_rd_kill_set, compute_kill_rd,
7683         alloc_avail_expr_mem, expr_killed_p, compute_ae_kill,
7684         expr_reaches_here_p_work, expr_reaches_here_p, handle_avail_expr,
7685         classic_gcse, one_classic_gcse_pass, compute_transp, cprop,
7686         one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p_work,
7687         pre_expr_reaches_here_p, insert_insn_end_bb, pre_edge_insert,
7688         pre_delete, one_pre_gcse_pass, compute_transpout,
7689         invalidate_nonnull_info, delete_null_pointer_checks_1,
7690         free_code_hoist_mem, compute_code_hoist_vbeinout,
7691         hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
7692         compute_ld_motion_mems, store_ops_ok, find_moveable_store,
7693         compute_store_table, build_store_vectors, insert_insn_start_bb,
7694         insert_store, replace_store_insn, free_store_memory, store_motion):
7695         Modified.
7696         * global.c (global_alloc, global_conflicts, mark_elimination,
7697         build_insn_chain): Modified.
7698         * graph.c (print_rtl_graph_with_bb): Modified.
7699         * haifa-sched.c (sched_init): Modified.
7700         * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
7701         (find_if_block, find_cond_trap, find_if_case_1, find_if_case_2,
7702         if_convert): Modified.
7703         * lcm.c (compute_antinout_edge, compute_earliest, compute_laterin,
7704         compute_insert_delete, pre_edge_lcm, compute_available,
7705         compute_farthest, compute_nearerout, compute_rev_insert_delete,
7706         pre_edge_rev_lcm, make_preds_opaque, optimize_mode_switching):
7707         Modified.
7708         * local-alloc.c (alloc_qty, local_alloc, update_equiv_regs): Modified.
7709         * loop.c (loop_dump_aux): Modified.
7710         * predict.c (combine_predictions_for_insn, estimate_probability,
7711         last_basic_block_p, process_note_prediction, process_note_predictions,
7712         note_prediction_to_br_prob, propagate_freq, counts_to_freqs,
7713         expensive_function_p, estimate_bb_frequencies,
7714         compute_function_frequency): Modified.
7715         * print-rtl.c (print_rtx): Modified.
7716         * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX, instrument_edges,
7717         get_exec_counts, compute_branch_probabilities, compute_checksum,
7718         branch_prob, find_spanning_tree): Modified.
7719         * recog.c (split_all_insns, peephole2_optimize): Modified.
7720         * reg-stack.c (reg_to_stack, convert_regs_entry, compensate_edge,
7721         convert_regs_1, convert_regs_2, convert_regs): Modified.
7722         * regclass.c (scan_one_insn, regclass): Modified.
7723         * regmove.c (mark_flags_life_zones, regmove_optimize,
7724         combine_stack_adjustments): Modified.
7725         * regrename.c (regrename_optimize, copyprop_hardreg_forward): Modified.
7726         * reload1.c (reload, reload_combine, copy_eh_notes): Modified.
7727         * reorg.c (dbr_schedule): Modified.
7728         * resource.c (find_basic_block, init_resource_info): Modified.
7729         * sbitmap.c (sbitmap_intersection_of_succs,
7730         sbitmap_intersection_of_preds, sbitmap_union_of_succs,
7731         sbitmap_union_of_preds): Modified.
7732         * sched-deps.c (init_dependency_caches): Modified.
7733         * sched-ebb.c (schedule_ebbs): Modified.
7734         * sched-rgn.c (is_cfg_nonregular, build_control_flow, debug_regions,
7735         find_rgns, compute_trg_info, init_regions, schedule_insns): Modified.
7736         * sibcall.c (optimize_sibling_and_tail_recursive_call): Modified.
7737         * ssa-ccp.c (examine_flow_edges, optimize_unexecutable_edges,
7738         ssa_ccp_substitute_constants, ssa_ccp_df_delete_unreachable_insns,
7739         ssa_const_prop): Modified.
7740         * ssa-dce.c (set_control_dependent_block_to_edge_map_,
7741         find_control_dependence, find_pdom, ssa_eliminate_dead_code): Modified.
7742         * ssa.c (remove_phi_alternative, find_evaluations,
7743         compute_dominance_frontiers_1, compute_iterated_dominance_frontiers,
7744         insert_phi_node, rename_block, convert_to_ssa, eliminate_phi,
7745         make_regs_equivalent_over_bad_edges,
7746         make_equivalent_phi_alternatives_equival,
7747         compute_conservative_reg_partition,
7748         coalesce_regs_in_successor_phi_nodes, compute_coalesced_reg_partition,
7749         rename_equivalent_regs, convert_from_ssa, for_each_successor_phi):
7750         Modified.
7752 2002-05-16  Mark Mitchell  <mark@codesourcery.com>
7754         * cfgrtl.c (purge_dead_edges): Correct handling of EDGE_EH.
7756 2002-05-16  Nick Clifton  <nickc@cambridge.redhat.com>
7758         * config/arm/arm.c (arm_rtx_costs): Check for RTX being a
7759         SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
7760         (arm_adjust_cost): Check for RTX being a SYMBOL_REF before
7761         calling CONSTANT_POOL_ADDRESS_P.
7762         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix typo in code
7763         to decide whether to define __arm__ or __thumb.
7764         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Check for RTX being a
7765         SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
7767 2002-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
7769         * config/arc/arc.h (CPP_PREDEFINES): Remove.
7770         (CPP_SPEC): Update.
7771         (TARGET_CPU_CPP_BUILTINS): New.
7773 2002-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
7775         * cpphash.h (cpp_macro): Move here, and make expansion a union.
7776         * cppmacro.c (cpp_macro): Remove.
7777         (enter_macro_context, replace_args, warn_of_redefinition,
7778         _cpp_create_definition, cpp_macro_definition): Update.
7780 2002-05-16  Jason Merrill  <jason@redhat.com>
7782         * config/mips/mips.c (mips_output_external): Don't do sdata
7783         optimization for a variable with DECL_COMDAT set.
7785 2002-05-15  Aldy Hernandez  <aldyh@redhat.com>
7787         * config/rs6000/altivec.h: Cleanups for tighter typechecking.
7788         Cleanups for accepting modifiers on pointers.
7789         Fix predicate typos.
7790         Allow long pointers as well as int pointers.
7792 2002-05-15  Richard Henderson  <rth@redhat.com>
7794         * varasm.c (merge_weak): Remove special case for extern and common.
7796 2002-05-15  Matt Hiller  <hiller@redhat.com>
7798         * testsuite/gcc.c-torture/compile/20000804-1.x: Don't return 1 if
7799         XFAILing.
7800         * testsuite/gcc.c-torture/compile/20001226-1.x: Ditto.
7801         * testsuite/gcc.c-torture/compile/920520-1.x: Ditto.
7802         * testsuite/gcc.c-torture/compile/mipscop-1.x: XFAIL for now.
7803         * testsuite/gcc.c-torture/compile/mipscop-2.x: Ditto.
7804         * testsuite/gcc.c-torture/compile/mipscop-3.x: Ditto.
7805         * testsuite/gcc.c-torture/compile/mipscop-4.x: Ditto.
7807 2002-05-15  Aldy Hernandez  <aldyh@redhat.com>
7809         * reload1.c (forget_old_reloads_1): Do not use subreg offset.
7811 2002-05-15  Aldy Hernandez  <aldyh@redhat.com>
7813         * config/rs6000/rs6000.md ("altivec_mtvscr"): Set VSCR register.
7814         ("altivec_mfvscr"): Read from VSCR.
7816         Add vscr sets for the following insns: altivec_vctuxs,
7817         altivec_vaddubs, altivec_vaddsbs, altivec_vadduhs,
7818         altivec_vaddshs, altivec_vadduws, altivec_vaddsws, altivec_vctsxs,
7819         altivec_vmhaddshs, altivec_vmhraddshs, altivec_vmsumuhs,
7820         altivec_vmsumshs, altivec_vpkuhss, altivec_vpkshss,
7821         altivec_vpkuwss, altivec_vpkswss, altivec_vpkuhus,
7822         altivec_vpkshus, altivec_vpkuwus, altivec_vpkswus,
7823         altivec_vsububs, altivec_vsubsbs, altivec_vsubuhs,
7824         altivec_vsubshs, altivec_vsubuws, altivec_vsubsws,
7825         altivec_vsum4ubs, altivec_vsum4sbs, altivec_vsum4shs,
7826         altivec_vsum2sws, altivec_vsumsws.
7828         * config/rs6000/rs6000.h: Add VSCR fixed register.
7829         (CALL_REALLY_USED_REGISTERS): Add vscr.
7830         (CALL_USED_REGISTERS): Same.
7831         (FIXED_REGISTERS): Same.
7832         (REG_ALLOC_ORDER): Same.
7833         (reg_class): Add VSCR_REGS.
7834         (REG_CLASS_NAMES): Same.
7835         (REG_CLASS_CONTENTS): Same.
7836         (VSCR_REGNO): New.
7837         (REGISTER_NAMES): Add vscr.
7838         (DEBUG_REGISTER_NAMES): Same.
7839         (ADDITIONAL_REGISTER_NAMES): Same.
7840         (FIRST_PSEUDO_REGISTER): Increment.
7841         (CONDITIONAL_REGISTER_USAGE): Set VSCR as a global register.
7843 2002-05-15  Jakub Jelinek  <jakub@redhat.com>
7845         * fold-const.c (fold): Fix a typo.
7847 2002-05-15  Eric Botcazou  <ebotcazou@multimania.com>
7849         * fold-const.c (fold) [LT_EXPR]: Move the transformation of a
7850         comparison against the highest or lowest integer value before
7851         the 'X >= CST to X > (CST - 1)' and 'X < CST to X <= (CST - 1)'
7852         transformation and that of an unsigned comparison against 0
7853         right after.
7855 2002-05-15  Richard Henderson  <rth@redhat.com>
7857         * varasm.c (merge_weak): Error for any weakening after definition.
7858         Adjust weakening after use warning to catch more cases.
7859         (assemble_alias): Set TREE_USED and TREE_ASM_WRITTEN consistently.
7860         * config/alpha/alpha.c (alpha_encode_section_info): Do not abort.
7862 Wed May 15 10:38:27 CEST 2002  Jan Hubicka  <jh@suse.cz>
7864         * invoke.texi (-malign-double): Re-add lost warning.
7866         * i386-protos.h (x86_output_mi_thunk): Declare.
7867         * unix.h (ASM_OUTPUT_MI_THUNK): Move offline to ...
7868         * i386.c (x86_output_mi_thunk): ... here; handle 64bits.
7870         * dwarf2out.c (output_call_frame_info): Do not skip unwind info
7871         when flag_asynchronous_unwind_tables is set.
7873         * flags.h (flag_reorder_functions): Declare.
7874         * function.c (prepare_function_start): Initialize frequnecy.
7875         * params.def (HOT_BB_COUNT_FRACTION, HOT_BB_FREQUENCY_FRACTION): New.
7876         * Makefile.in (predict.o): Add dependency on target.h and params.h
7877         * defaults.h (HOT_TEXT_SECTION_NAME,
7878         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): New macros.
7879         * predict.c (choose_function_section): New function.
7880         (estimate_bb_frequencies): Use it.
7881         * toplev.c (flag_reorder_functions): New global variable.
7882         (lang_independent_options): New.
7883         (parse_options_and_default_flags): Set.
7884         * varasm.c (assemble_start_function): Bypass functdion alignment
7885         for never executed functions.
7886         * invoke.texi (-freorder-blocks, -freorder-functions): Document.
7887         (param hot-bb-count-fraction, hot-bb-frequency-fraction): New.
7888         * tm.texi (HOT_TEXT_SECTION_NAME, UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
7889         Document.
7891         Thu Jan  3 21:52:09 CET 2002  Jan Hubicka  <jh@suse.cz>
7893         * predict.c: Inlude profile.h
7894         (MIN_COUNT): Rename to MIN_COUNT_FRACTION
7895         (maybe_hot_bb_p, probably_cold_bb_p, probably_never_executed_bb_p):
7896         Use the information about maximal counter in the program.
7898         Thu Dec 20 22:14:00 CET 2001  Jan Hubicka  <jh@suse.cz>
7900         * basic-block.h (maybe_hot_bb_p, probably_cold_bb_p,
7901         probably_never_executed_bb_p): New functions.
7902         * cfgcleanup.c (outgoing_edges_match): Use them.
7903         * predict.c (MIN_COUNT, MIN_FREQUENCY): New macros.
7904         (maybe_hot_bb_p, probably_cold_bb_p,
7905         probably_never_executed_bb_p): New functions.
7907         * function.h (function): Add new field function_frequency.
7908         * predict.c (compute_function_frequency): New function.
7909         (estimate_probability): Call it.
7911 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
7913         PR optimization/5172, optimization/5200
7914         * gcse.c (gcse_main): Disable store_motion.
7916 2002-05-14  Zack Weinberg  <zack@codesourcery.com>
7918         * c-parse.in (MODIFIED_WCHAR_TYPE): New macro.
7919         (c_common_nodes_and_builtins): Use it.
7920         (builtin_define_with_value): New function.
7921         (cb_register_builtins): Define __SIZE_TYPE__,
7922         __PTRDIFF_TYPE__, __WCHAR_TYPE__, and __WINT_TYPE__ here,
7923         using builtin_define_with_value.  Use consistent notation when
7924         defining __GXX_WEAK__.
7925         (WCHAR_TYPE_SIZE): Don't redefine.
7926         (combine_strings): Don't use WCHAR_TYPE_SIZE.
7928         * cppdefault.h: Don't provide defaults for SIZE_TYPE,
7929         PTRDIFF_TYPE, WCHAR_TYPE, or WINT_TYPE.
7930         * cppinit.c (builtin_array): Remove entries for __SIZE_TYPE__ etc.
7931         * tradcpp.c (initialize_builtins): Likewise.
7932         * gcc.c (cpp_unique_options): Don't muck with __WCHAR_TYPE__.
7934         * c-lex.h (builtin_define_with_value): Prototype.
7935         * system.h: Poison NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_WCHAR_TYPE,
7936         NO_BUILTIN_PTRDIFF_TYPE, and NO_BUILTIN_WINT_TYPE.
7937         * doc/tm.texi: Remove mention of NO_BUILTIN_SIZE_TYPE etc.
7939         * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
7940         config/ia64/ia64.h, config/mips/dec-osf1.h, config/mips/iris6.h,
7941         config/mips/linux.h, config/mips/mips.h, config/mips/netbsd.h,
7942         config/mips/osfrose.h, config/mips/sni-svr4.h, config/rs6000/aix51.h,
7943         config/s390/linux.h, config/sh/sh.h, config/sh/sh64.h,
7944         config/sparc/linux64.h, config/sparc/netbsd-elf.h,
7945         config/sparc/sol2-bi.h, config/sparc/sparc.h:
7946         Do not define NO_BUILTIN_SIZE_TYPE etc.  Remove all references
7947         to __SIZE_TYPE__ etc from all spec strings. When this makes
7948         extra specs empty, delete them.
7950 2002-05-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7952         * pa.c (override_options): Override TARGET_JUMP_IN_DELAY when scheduling
7953         for PA8000 or generating dwarf2 call frame information.
7954         (output_call): Remove DO_FRAME_NOTES check from return pointer
7955         optimization.
7956         (following_call): Return 0 when scheduling for PA8000 or generating
7957         dwarf2 call frame information.  Revise comment.
7959 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
7961 config/alpha:
7962         * alpha.h (TARGET_CPU_CPP_BUILTINS): Define __IEEE_FP
7963         and __IEEE_FP_INEXACT as appropriate.
7964         (CPLUSPLUS_CPP_SPEC): Don't define __cplusplus.
7965         (CPP_SPEC): Remove ieee defines.
7966         * freebsd.h, netbsd.h: Remove ieee defines and cpp_cpu.
7968 2002-05-14  Richard Henderson  <rth@redhat.com>
7970         * config/i386/i386.c (ix86_save_reg): Make regno unsigned.
7971         (ix86_safe_length, ix86_safe_length_prefix, ix86_safe_memory): Kill.
7973 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
7975         * arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define.
7976         (CPP_SPEC): Update.
7977         (CPP_APCS_PC_SPEC, CPP_APCS_PC_DEFAULT_SPEC,
7978         CPP_FLOAT_SPEC, CPP_FLOAT_DEFAULT_SPEC, CPP_ENDIAN_SPEC,
7979         CPP_ENDIAN_DEFAULT_SPEC, CPP_INTERWORK_DEFAULT_SPEC,
7980         CPP_INTERWORK_SPEC, CPP_PREDEFINES): Remove.
7981         (EXTRA_SPECS): Update.
7982         * arm/conix-elf.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
7983         arm/riscix1-1.h, arm/rtems-elf.h, arm/semiaof.h, arm/unknown-elf.h,
7984         arm/unknown-elf-oabi.h, arm/vxarm.h: Remove CPP_PREDEFINES and
7985         define TARGET_OS_CPP_BUILTINS if necessary.
7987 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
7989         * gcc.c (cpp_options): Must pass -m* and -f* options
7990         to the front end even when only preprocessing.
7991         (cc1_options): Remove redundant -lang-c.
7992         * tradcpp.c (main): Ignore -m options.
7993 objc:
7994         * lang-specs.h: Similarly.
7996 2002-05-14  Vladimir Makarov  <vmakarov@redhat.com>
7998         * genautomata.c (transform_3): Add code for transformation
7999         `(A,B,...)+C -> A+C,B,...'.
8001 Tue May 14 12:48:22 CEST 2002  Jan Hubicka  <jh@suse.cz>
8003         * final.c (end_final): Do not output profile_arcs constructor, when
8004         no functions are instrumented.
8006 Tue May 14 12:38:30 CEST 2002  Jan Hubicka  <jh@suse.cz>
8008         * i386.md (testsi to testqi_zext_1 splitter): Fix typo.
8010 2002-05-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8012         * doc/install.texi: Remove special markup originally required for
8013         HTML generation with texi2html.
8015 2002-05-14  Andreas Schwab  <schwab@suse.de>
8017         * config/ia64/sysv4.h (DO_SELECT_SECTION): Factored out of
8018         SELECT_SECTION.
8019         (UNIQUE_SECTION): Define to get small data correctly.
8021         * varasm.c (resolve_unique_section): Add third parameter
8022         flag_function_or_data_sections and use it instead of
8023         flag_function_sections.
8024         (assemble_start_function): Pass flag_function_sections.
8025         (asm_emit_uninitialised): Pass flag_data_sections.
8026         (assemble_variable): Likewise.
8028 2002-05-14  Richard Henderson  <rth@redhat.com>
8030         * config/i386/i386.md: Use define_constants for unspec numbers.
8031         * config/i386/i386.c: Likewise.
8033 2002-05-13  Neil Booth  <neil@daikokuya.demon.co.uk>
8035         * doc/contrib.texi: Update my entry.
8037 2002-05-13  Mark Mitchell  <mark@codesourcery.com>
8039         * fixinc/inclhack.def (winidss_valist): Limit applicability.
8040         * fixinc/fixincl.x: Regenerated.
8041         * fixinc/tests/base/math.h: Update.
8042         * fixinc/tests/base/testing.h: Likewise.
8044 2002-05-13  Zack Weinberg  <zack@codesourcery.com>
8046         * genattr.c (gen_attr): Don't emit a comma after the last
8047         enumerator.
8049 2002-05-13  Richard Henderson  <rth@redhat.com>
8051         * cfgrtl.c (purge_dead_edges): Handle abnormal call edges created
8052         by non-local gotos.
8053         * recog.c (peephole2_optimize): Likewise.
8055 2002-05-13  Andris Pavenis  <pavenis@lanet.lv>
8057         * cppfiles.c (open_file): Change mode (DJGPP only) of redirected
8058         input to O_BINARY.
8060 2002-05-13  Jeffrey A Law  (law@redhat.com)
8062         * flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.
8063         Update prototype and callers.
8064         (propagate_one_insn): Stack pointer adjustments kill MEMs on
8065         the mem_set_list which reference the stack pointer, as do
8066         calls to constant functions as they may clobber outgoing
8067         argument space.
8069         * i386.c (ia32_multipass_dfa_lookahead): Prototype.
8071         * i386.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
8072         (ia32_multipass_dfa_lookahead): New function.
8074 2002-05-13  Neil Booth  <neil@daikokuya.demon.co.uk>
8076         * gcc.c (SWITCH_TAKES_ARG): Remove 'V'.
8077         (translate_options): Remove 'V'.
8078         (process_command): Similarly.
8079 doc:
8080         * invoke.texi: Remove documentation of 'V'.
8082 2002-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8084         * config/s390/linux.h: Revert 2002-04-22 changes.
8086 2002-05-13  Scott Marks <SMarks@mobile-mind.com>
8088         * config/fr30/fr30.md: Only allow splits of immediate loads
8089         if the destination is a register.
8091 2002-05-13  Neil Booth  <neil@daikokuya.demon.co.uk>
8093         * Makefile.in (c-common.o, cppinit.o): Update.
8094         * c-common.c: Include except.h.
8095         (cb_register_builtins): Handle __USING_SJLJ_EXCEPTIONS__.
8096         Call TARGET_CPU_CPP_BUILTINS and TARGET_OS_CPP_BUILTINS.
8097         * cppinit.c (__USING_SJLJ_EXCEPTIONS): Not here.
8098         * defaults.h (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS,
8099         CPP_PREDEFINES): Handle here.
8100 config:
8101         * alpha/alpha-interix.h, alpha/gnu.h, alpha/linux.h,
8102         alpha/netbsd.h, alpha/openbsd.h, alpha/osf.h, alpha/unicosmk.h,
8103         alpha/vms.h, alpha/vxworks.h: Remove CPP_PREDEFINES, define
8104         TARGET_OS_CPP_BUILTINS.
8105         * alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Define.
8106         (CPP_SPEC, EXTRA_SPECS): Update.
8107         (CPP_AM_BWX_SPEC, CPP_AM_MAX_SPEC, CPP_AM_FIX_SPEC,
8108         CPP_AM_CIX_SPEC, CPP_IM_EV4_SPEC, CPP_IM_EV5_SPEC,
8109         CPP_IM_EV6_SPEC, CPP_CPU_EV4_SPEC, CPP_CPU_EV5_SPEC,
8110         CPP_CPU_EV56_SPEC, CPP_CPU_PCA56_SPEC, CPP_CPU_EV6_SPEC,
8111         CPP_CPU_EV67_SPEC, CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Remove.
8112 doc:
8113         * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Remove.
8114         (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS): Define.
8116 2002-05-12  Zack Weinberg  <zack@codesourcery.com>
8118         * emit-rtl.c (global_rtl): Update comment.
8119         (const_double_htab, const_double_htab_hash,
8120         const_double_htab_hash, lookup_const_double): New.
8121         (const_int_htab_hash, const_int_htab_eq): Remove const
8122         qualifiers, which cause tons of warnings with RTL checking on.
8123         (gen_rtx_CONST_DOUBLE): Deleted.
8124         (const_double_from_real_value): New function - bears some
8125         resemblance to the former immed_real_const_1.
8126         (immed_double_const): Moved here from varasm.c and
8127         simplified.
8128         (gen_rtx_REG): Make REGNO unsigned to squelch warnings.
8129         (gen_rtx_SUBREG): Use gen_rtx_raw_SUBREG.
8130         (gen_rtx): Use immed_double_const.
8131         (init_emit_once): Initialize the const_double_htab.  Use
8132         REAL_VALUE_FROM_INT where possible.  Can now use
8133         CONST_DOUBLE_FROM_REAL_VALUE when setting up const_tiny_rtx.
8134         * varasm.c (struct varasm_status): Remove x_const_double_chain.
8135         (const_double_chain, immed_real_const, clear_const_double_mem): Delete.
8136         (immed_double_const, immed_real_const_1): Moved to emit-rtl.c.
8137         (init_varasm_status, mark_varasm_status): Don't touch
8138         x_const_double_chain.
8140         * output.h: Delete prototype for clear_const_double_mem.
8141         * real.h: Make REAL_VALUE_TYPE a macro again.  Remove leading
8142         '0' slot from all CONST_DOUBLE_FORMAT definitions.  Prototype
8143         const_double_from_real_value, not immed_real_const_1, and use
8144         it to define CONST_DOUBLE_FROM_REAL_VALUE.  Define new macro
8145         CONST_DOUBLE_ATOF.
8146         * rtl.h (CONST_DOUBLE_CHAIN): Kill.
8147         (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Adjust.
8148         (gen_rtx_CONST_DOUBLE, immed_real_const): Delete prototypes.
8149         (gen_rtx_REG): Second arg is unsigned.
8151         * gengenrtl.c (special_rtx): Take out CONST_DOUBLE.
8152         (excluded_rtx): New, return true for CONST_DOUBLE.
8153         (genmacro): Write nothing for excluded codes.
8154         * combine.c (combine_simplify_rtx): Use CONST_DOUBLE_FROM_REAL_VALUE.
8155         * expr.c (expand_expr): Likewise.
8156         * ggc-common.c (ggc_mark_rtx_children_1): Don't mark the
8157         CONST_DOUBLE_CHAIN.
8158         * toplev.c (rest_of_compilation): Don't call
8159         clear_const_double_mem.
8161         * config/rs6000/rs6000.c (rs6000_float_const): Delete.
8162         (rs6000_hash_constant): Remove CONST_DOUBLE special case.
8163         (toc_hash_eq): Remove CONST_DOUBLE and LABEL_REF special cases.
8164         * config/rs6000/rs6000-protos.h: Don't prototype rs6000_float_const.
8165         * config/c4x/c4x.md, config/rs6000/rs6000.md: Use CONST_DOUBLE_ATOF.
8166         * config/dsp16xx/dsp16xx.md, config/mips/mips.md,
8167         config/pa/pa.md: Use CONST_DOUBLE_FROM_REAL_VALUE.
8168         * config/sparc/sparc.md, config/sparc/sparc.c: Use immed_double_const.
8170 2002-05-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8172         * mips/iris6.h (CPLUSPLUS_CPP_SPEC): Define.
8174 2002-05-12  Tom Tromey  <tromey@redhat.com>
8176         * tree.h (copy_node): Don't mention TREE_PERMANENT.
8178 2002-05-12  Zack Weinberg  <zack@codesourcery.com>
8180         * gensupport.c (n_comma_elts): Moved here from genattrtab.c.
8181         (scan_comma_elt): New function.  Accepts whitespace in comma lists.
8182         * gensupport.h: Prototype new routines.
8183         * genattr.c (gen_attr): Use scan_comma_elt.  Avoid unnecessary
8184         use of printf.
8185         * genattrtab.c (n_comma_elts): Moved to gensupport.c.
8186         (next_comma_elt): Use scan_comma_elt.
8188         * config/i386/i386.md: Use new attribute notation to break up
8189         long lines in define_attr forms.
8191 2002-05-12  Richard Henderson  <rth@redhat.com>
8193         * expr.c (compress_float_constant): New.
8194         (emit_move_insn): Use it.
8195         (float_extend_from_mem): New.
8196         (init_expr_once): Initialize it.
8197         * real.c (exact_real_truncate): New.
8199         * config/i386/i386.h (CONST_COSTS): Assume CONST_DOUBLE gets
8200         dropped into memory; penalize for size.
8201         (RTX_COSTS): FLOAT_EXTEND is free.
8202         * config/i386/i386.md (extendsfdf2, extendsfxf2, extendsftf2,
8203         extenddfxf2, extenddftf2): Accept constants and drop them to memory.
8205 2002-05-12  Richard Henderson  <rth@redhat.com>
8207         * profile.h (profile_info): Add missing extern to declaration.
8208         * profile.c (profile_info): Define it.
8210 2002-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8212         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Revise sets of general registers
8213         used for DImode and TImode.
8215 2002-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
8217         * cpplex.c (_cpp_lex_direct): When in a directive at EOF
8218         fake a newline.
8220 2002-05-11  Zack Weinberg  <zack@codesourcery.com>
8222         * config/rs6000/rs6000.c (rs6000_default_long_calls,
8223         rs6000_longcall_switch, rs6000_set_default_type_attributes): New.
8224         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Set it.
8225         (rs6000_override_options): Handle -m(no-)longcall.
8226         (init_cumulative_args, output_mi_thunk): Check for both
8227         longcall and shortcall attributes on the function.
8228         (rs6000_attribute_table): Add "shortcall".
8229         (rs6000_handle_longcall_attribute): Update comment.
8230         (altivec_expand_unop_builtin, altivec_expand_binop_builtin,
8231         altivec_expand_ternop_builtin): Add default clauses to switches
8232         to silence warnings.
8234         * config/rs6000/rs6000.h: Declare rs6000_longcall_switch and
8235         rs6000_default_long_calls.  Define REGISTER_TARGET_PRAGMAS.
8236         (TARGET_OPTIONS): Add longcall and no-longcall.
8238         * config/rs6000/rs6000.md (call_nonlocal_sysv,
8239         call_value_nonlocal_sysv): Split by alternatives.  One pair
8240         accepts only SYMBOL_REFs and rejects if CALL_LONG is set in
8241         the call cookie.  The other pair accepts only LR/CTR and has
8242         no restriction.
8244         * config.gcc (rs6000-*-* | powerpc*-*-* trailer stanza):
8245         Set c_target_objs, cxx_target_objs; add t-rs6000-c-rule to
8246         tmake_file.
8247         * config/rs6000/rs6000-c.c: New file.
8248         * config/rs6000/t-rs6000-c-rule: New file.
8249         * config/rs6000/rs6000-protos.c: Add multiple-include guard.
8250         Prototype rs6000_pragma_longcall.
8252         * doc/extend.texi: Document shortcall attribute.
8253         * doc/invoke.texi: Document -mlongcall, -mno-longcall.
8255 2002-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8257         * reorg.c (dbr_schedule): Remove unnecessary test.
8259 Sat May 11 14:34:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
8261         * i386.md (testsi to testqi spliters): New.
8263         2002-01-14  Josef Zlomek  <zlomek@matfyz.cz>
8265         cfg.c (dump_edge_info): added dumping of EDGE_CAN_FALLTHRU.
8267         Wed Jan  9 2002  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
8269         * basic-block.h: New flag EDGE_CAN_FALLTHRU
8270         * cfganal.c (set_edge_can_fallthru_flag): New function; marks the edges
8271         that can be made fallthru.
8273         Mon Nov 12 16:25:53 CET 2001  Jan Hubicka  <jh@suse.cz>
8275         * cfglayout.c (cleanup_unconditional_jumps): New static function.
8276         (cfg_layout_initialize): Use it.
8278 2002-05-11  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8280         * config/avr/avr.c (avr_mcu_types): Update supported devices.
8281         * config/avr/avr.h (CPP_SPEC, LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
8282         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
8284 2002-05-11  Kazu Hirata  <kazu@cs.umass.edu>
8286         * dbxout.c: Fix formatting.
8287         * dependence.c: Likewise.
8288         * df.c: Likewise.
8289         * diagnostic.c: Likewise.
8290         * doloop.c: Likewise.
8291         * dominance.c: Likewise.
8292         * doschk.c: Likewise.
8293         * dwarf2asm.c: Likewise.
8294         * dwarf2out.c: Likewise.
8295         * dwarfout.c: Likewise.
8297 2002-05-10  Richard Henderson  <rth@redhat.com>
8299         * final.c (end_final): Tidy whitespace.  Don't honor flag_pack_struct.
8300         Convert integers constants as needed.  Replace "nwords" field with
8301         "sizeof_bb".
8302         (final): Save profile data if cfun->arc_profile, not profile_arc_flag.
8303         * function.h: Fix typo in comment.
8304         * libgcc2.c (struct bb): Replace "nwords" with "sizeof_bb".
8306 2002-05-10  Roger Sayle  <roger@eyesopen.com>
8308         * fold-const.c (build_range_check): Optimize (c>=1) && (c<=127)
8309         into the equivalent (signed char)c > 0.
8311 2002-05-10  Janis Johnson  <janis187@us.ibm.com>
8313         * loop.c: (PREFETCH_EXTREME_DIFFERENCE, PREFETCH_BEFORE_LOOP): New.
8314         (PREFETCH_CONDITIONAL): Renamed from PREFETCH_NOT_ALWAYS.
8315         (struct prefetch_info): Fix spelling of member bytes_accessed.
8316         (emit_prefetch_instructions): Make dump messages more regular;
8317         restructure code to add more dump messages; use new macros for
8318         heuristics. (There are no code generation changes in any of this).
8320 2002-05-10  David S. Miller  <davem@redhat.com>
8322         * rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.
8323         (struct rtx_def): Update unchanging flag comment.
8324         * doc/rtl.texi (INSN_ANNULLED_BRANCH_P): Update description.
8325         * reorg.c (delete_from_delay_list): INSN_ANNULLED_BRANCH_P needs
8326         to be handled to INSN too.
8327         (dbr_schedule): Likewise.
8328         * resource.c (next_insn_no_annul): Likewise.
8330         * cse.c (rtx_cost): Remove multiplication by power of 2 special
8331         casing.
8333 2002-05-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8335         * doc/install.texi (Specific, *-*-solaris2*): Update passus on
8336         setting CONFIG_SHELL to /bin/ksh and remove alternate trick to
8337         (possibly) work around broken /bin/sh.
8339 2002-05-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8341         * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Use mabi=64 and
8342         . as N64/N32 libgcc_s.so subdirs.
8344 2002-05-10  David S. Miller  <davem@redhat.com>
8346         * config/sparc/sparc.md: Use define_constants for unspec numbers.
8348         * rtl.h (struct rtx_def): Document unchanging and in_struct flags
8349         more accurately.
8350         (INSN_ANNULLED_BRANCH_P): Only valid for JUMP_INSN and CALL_INSN, fix
8351         comment.
8352         (INSN_FROM_TARGET_P): Valid also for CALL_INSN.
8353         * doc/rtl.texi: Document these macros more accurately.
8354         * recog.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P for
8355         JUMP_INSNs and CALL_INSNs.
8356         * resource.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P
8357         or INSN_FROM_TARGET_P if the code is appropriate.
8359 2002-05-10  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8361         * config/avr/avr.c (print_operand): Check that addr is a SYMBOL_REF
8362         before using SYMBOL_REF_FLAG (addr).
8364         * config/avr/avr-protos.h (avr_io_address_p): Declare.
8365         * config/avr/avr.c (io_address_p): Rename to avr_io_address_p.
8366         Make non-static.  Update all callers.
8367         * config/avr/avr.md (*cbi, *sbi, *sbix_branch, *sbix_branch_bit7):
8368         New insns to clear/set/test a single bit in I/O address space.
8370 2002-05-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8372         * rtl.h (ENABLE_RTL_FLAG_CHECKING): Also check for gcc >= 2.7.
8374 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
8376         * Makefile.in: Update.
8377         * c-common.c (flag_iso, flag_undef, cb_register_builtins,
8378         builtin_define_std): New.
8379         (c_common_init): Register CPP builtins callback.
8380         * c-common.h (flag_iso, flag_undef): New.
8381         * c-decl.c (c_decode_option): Set flag_iso and flag_undef.
8382         * c-lex.c: Don't include target.h.
8383         (cb_register_builtins): Move to c-common.c.
8384         (init_c_lex): Don't register hook here.
8385         * c-lex.h (builtin_define, builtin_assert, builtin_define_std): New.
8386         (cpp_define, cpp_assert): Remove.
8387         * gcc.c (cc1_options): Pass -undef to front end.
8388         * target-def.h (TARGET_REGISTER_CPP_BUILTINS): Remove.
8389         (TARGET_INITIALIZER): Update.
8390         * target.h (struct cpp_reader): Don't predeclare.
8391         (struct gcc_target): Remove cpp builtin hook.
8392         * tree.c (default_register_cpp_builtins): Remove.
8393 doc:
8394         * tm.texi: Update.
8396 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
8398         * cppexp.c (_cpp_expand_op_stack): Set op_limit.
8400 2002-05-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8402         * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Define.
8403         (SHLIB_LINK, SHLIB_INSTALL): Adjust.
8405 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
8407         * config/sparc/t-linux64 (SHLIB_MAPFILES): Set.
8408         * config/sparc/libgcc-sparc-glibc.ver: New file.
8409         * config/cris/t-linux (SHLIB_MAPFILES): Remove.
8410         * mklibgcc.in: Preprocess SHLIB_MAPFILES with ml flags.
8412 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
8414         PR target/6429
8415         * Makefile.in (libgcc.mk): Pass SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
8416         * mklibgcc.in: If SHLIB_SLIBDIR_SUFFIXES is defined, put libgcc_s
8417         shared libraries into multilib dirs, with SONAME libgcc_s.so.1 for
8418         base multilibs.
8419         * config/t-slibgcc-elf-ver (SHLIB_LINK): Adjust for the above.
8420         * config/t-slibgcc-sld (SHLIB_LINK): Likewise.
8421         * config/sparc/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define.
8422         * config/sparc/t-sol2-64 (SHLIB_SLIBDIR_SUFFIXES): Define.
8424 2002-05-09  Richard Henderson  <rth@redhat.com>
8426         * config/ia64/ia64.md: Use define_constants for unspec numbers.
8427         * config/ia64/ia64.c: Likewise.
8429 2002-05-09  Richard Sandiford  <rsandifo@redhat.com>
8431         * config/mips/mips.c (mips_add_large_offset_to_sp): Remove FILE arg.
8432         (save_restore_insns): Likewise.
8433         (mips_expand_prologue, mips_expand_epilogue): Update callers.
8434         (highpart_shift_operator): Attach ATTRIBUTE_UNUSED to mode argument.
8436 Thu May  9 11:50:09 2002  Jeffrey A Law  (law@redhat.com)
8438         * athlon.md, k6.md, pentium.md, ppro.md): New files.
8439         * i386.md: Move scheduling information into new files.
8441         * i386.md (type attribute): Add "rotate" for rotate insns.
8442         (rotate insns): Set type to "rotate".
8443         (various attributes and function units): Treat rotate like shift.
8444         (pent_pair attribute): Only rotates by one bit position are
8445         pairable.
8446         (sbb insns): Explicitly set pent_pair attribute on a couple
8447         that were missing it.
8449 Thu May  9 18:29:24 2002  J"orn Rennecke <joern.rennecke@superh.com>
8451         * sh.c (sh_builtin_saveregs): If starting with an odd fp register,
8452         make sure that buffer starts on odd word address.
8453         (sh_va_arg): Skip odd fp registers when reading a double precision
8454         value.
8456 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
8458         * tree.h (preserve_data, object_permanent_p, type_precision):
8459         Remove.
8461 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
8463         * cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.
8464         * cppmacro.c (paste_all_tokens): Bad pastes are a hard error.
8465 doc:
8466         * cpp.texi: Update for removal of obsolete features.
8468 Thu May  9 07:46:18 2002  Jan Hubicka <jh@suse.cz>
8469                           Jeffrey A Law  (law@redhat.com)
8471         * i386.c (ia32_use_dfa_pipeline_interface): New function.  Use
8472         the DFA interface for Pentium processors.
8473         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): DEFINE.
8474         (attr_pent_pair, ix86_pent_find_pair): Remove.
8475         (ix86_sched_reorder_pentium): Remove.
8476         (ix86_sched_reorder): Remove reordering for Pentium.
8477         * i386.md (Pentium scheduling): Rewrite using DFA description.
8479 Thu May  9 14:55:39 CEST 2002  Jan Hubicka  <jh@suse.cz>
8481         * cfganal.c (can_fallthru): Fix fast path.
8482         * cfgrtl.c (verify_flow_info): Avoid crash on conditionals
8483         with edges to the next block.
8485 Thu May  9 14:52:45 CEST 2002  Jan Hubicka  <jh@suse.cz>
8486                                Pavel Nejedly  <bim@atrey.karlin.mff.cuni.cz>
8488         * final.c (end_final): Use C trees to output data structures for profiling.
8490         * Makefile.in (LIBGCC_DEPS): Added missing dependency on gcov-io.h
8491         (profile.o): New dependency profile.h
8492         (final.o): New dependency profile.h
8493         * profile.h: New file. New global structure profile_info.
8494         * final.h (count_edges_instrumented_now): Declare.
8495         (current_function_cfg_checksum): Declare.
8496         (function_list): New structure.
8497         (functions_head, functions_tail): New static variables.
8498         (end_final): Emits more data, removed some -ax stuff.
8499         (final): Stores function names and chcksums.
8500         * gcov-io.h (__write_gcov_string): New function.
8501         (__read_gcov_string): New function.
8502         * gcov.c (read_profile): New function.
8503         (create_program_flow_graph): Uses read_profile instead of reading
8504         da_file.
8505         (read_files): Removed da_file checking, it's done by read_profile now.
8506         * libgcc2.c (bb_function_info): New structure.
8507         (bb): New field in structure, removed some -ax stuff.
8508         (__bb_exit_func): Changed structure of da_file.
8509         * profile.c (count_edges_instrumented_now): New global variable.
8510         (current_function_cfg_checksum): New global variable.
8511         (max_counter_in_program): New global variable.
8512         (get_exec_counts): New function.
8513         (compute_checksum): New function.
8514         (instrument_edges): Sets count_edges_instrumented_now.
8515         (compute_branch_probabilities): Uses get_exec_counts instead of
8516         reading da_file.
8517         (branch_prob): Calls compute_checksum and writes extra data to bbg_file.
8518         (init_branch_prob): Removed da_file checking, done in get_exec_counts
8519         now.
8520         (end_branch_prob): Removed da_file checking, done in get_exec_counts
8521         now.
8522         * gcov.texi: Updated information about gcov file format.
8524 2002-05-09  Kazu Hirata  <kazu@cs.umass.edu>
8526         * sbitmap.c: Fix formatting.
8527         * scan.c: Likewise.
8528         * scan-decls.c: Likewise.
8529         * sched-deps.c: Likewise.
8530         * sched-ebb.c: Likewise.
8531         * sched-rgn.c: Likewise.
8532         * sched-vis.c: Likewise.
8533         * sdbout.c: Likewise.
8534         * sibcall.c: Likewise.
8535         * simplify-rtx.c: Likewise.
8536         * ssa.c: Likewise.
8537         * ssa-ccp.c: Likewise.
8538         * ssa-dce.c: Likewise.
8539         * stmt.c: Likewise.
8540         * stor-layout.c: Likewise.
8541         * stringpool.c: Likewise.
8543 2002-05-09  David S. Miller  <davem@redhat.com>
8545         * config/sparc/sol2.h (ASM_CPU_SPEC): Handle -mcpu=v9.
8547 2002-05-07  David S. Miller  <davem@redhat.com>
8549         * config/sparc/sparc.h (TARGET_BUGGY_QP_LIB): Define to zero.
8550         * config/sparc/sol2.h (TARGET_BUGGY_QP_LIB): Override to one.
8551         * config/sparc/sparc.c (emit_soft_tfmode_libcall): If the Qp
8552         library implementation clobbers the output before the inputs
8553         are fully consumed, use stack temporary for the output.
8555 2002-05-09  Jason Thorpe  <thorpej@wasabisystems.com>
8557         * config/netbsd.h (CPP_SPEC): Remove.
8558         * config/i386/netbsd-elf.h (CPP_SPEC): Define.
8559         * config/i386/netbsd.h (CPP_SPEC): Define.
8560         * config/ns32k/netbsd.h (CPP_SPEC): Define.
8561         * config/sparc/netbsd-elf.h (CPP_SPEC): Remove.
8562         * config/sparc/netbsd.h (CPP_SPEC): Define.
8563         * config/vax/netbsd.h (CPP_SPEC): Define.
8565 2002-05-08  Kazu Hirata  <kazu@cs.umass.edu>
8567         * read-rtl.c: Fix formatting.
8568         * real.c: Likewise.
8569         * recog.c: Likewise.
8570         * regclass.c: Likewise.
8571         * regmove.c: Likewise.
8572         * reg-stack.c: Likewise.
8573         * reload1.c: Likewise.
8574         * reload.c: Likewise.
8575         * resource.c: Likewise.
8576         * rtlanal.c: Likewise.
8577         * rtl.c: Likewise.
8578         * rtl-error.c: Likewise.
8580 2002-05-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8582         * pa/pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.
8583         * pa/pa.h (MAX_WCHAR_TYPE_SIZE): Delete.
8585 2002-05-08  Bernd Schmidt  <bernds@redhat.com>
8587         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Tweak previous change to
8588         use __SSE2__ macro instead.
8589         * config/i386/xmmintrin.h: Likewise.
8591 2002-05-08  Janis Johnson  <janis187@us.ibm.com>
8593         * rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name,
8594         and use it in all invocations of these macros.  Clean up comments.
8595         * rtl.c (rtl_check_failed_flag): Add an argument for the name
8596         of the flag access macro whose check failed.
8597         * doc/rtl.texi (Flags): Document additional flag uses.
8599 2002-05-08  Robert Spier <rspier@pobox.com>
8600             Neil Booth  <neil@daikokuya.demon.co.uk>
8602         PR preprocessor/6521
8603         * cppfiles.c (handle_missing_header): Don't do anything
8604         different for <> includes.
8605 doc:
8606         * cppopts.texi: Update documentation for -MG.
8608 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
8610         * cpplex.c (cpp_interpret_charconst): Truncate as well as
8611         sign-extend.
8612 doc:
8613         * cpp.texi: Clarify multichar charconst valuation.
8615 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8617         * doc/invoke.texi: Document -mwindiss option.
8619 2002-05-08  Jason Merrill  <jason@redhat.com>
8621         * dwarf2out.c (output_call_frame_info): Don't emit a CIE with no FDEs.
8623         * dwarf2out.c (gen_type_die): Abort on broken recursion.
8625         PR c++/6381
8626         * dwarf2out.c (rtl_for_decl_location): Only expand INTEGER_CST and
8627         REAL_CST.
8629 2002-05-08  Nick Clifton  <nickc@cambridge.redhat.com>
8631         * config/arm/t-arm-elf (MULTILIB): Do not allow big-endian/
8632         little-endian multilibs to override arm/thumb multilibs.
8633         Do not build hardware floating point multilibs, nor apcs-26
8634         multilibs for the Thumb.
8636 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8638         PR c/6569.
8639         * varasm.c (mark_weak): New function.
8640         (merge_weak): Use it.  Do not call declare_weak.
8641         (declare_weak): Use merge_weak.
8643 Wed May  8 13:12:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
8645         * cse.c (dead_libcall_p): Update counts.
8646         (delete_trivially_dead_insns): Update call of dead_libcall_p.
8648 Wed May  8 11:08:50 CEST 2002  Jan Hubicka  <jh@suse.cz>
8650         * cfglayout.c (function_tail_eff_head): Rename to ...
8651         (function_footer): ... this one.
8652         (unlink_insn_chain): New functions.
8653         (label_for_bb): Only call block_label and emit debug message.
8654         (record_effective_endpoints): Actually unlink the headers and footers.
8655         (fixup_reorder_cahin): Re-insert the unlinked sequences.
8656         (cfg_layout_duplicate_bb): Use duplicate_insn_chain.
8657         * cfglayout.h (struct reorder_block_def): New fields footer/header;
8658         remove eff_head/eff_end.
8659         * rtl.h (set_first_insn): Declare.
8660         * emit-rtl.c (set_first_insn): New function.
8662         * cfglayout.c (fixup_reorder_chain): Dump duplicated
8663         (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
8664         cfg_layout_duplicate_bb): New global function.
8665         (duplicate_insn_chain): New static function.
8666         * cfglayout.h (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
8667         cfg_layout_duplicate_bb): Declare.
8668         (struct reorder_block_def): Add "original" field.
8669         * emit-rtl.c (emit_copy_of_insn_after): New function.
8670         * rtl.h (emit_copy_of_insn_after): Declare.
8672         * cfglayout.c (fixup_fallthru_exit_predecessor): Kill.
8673         (fixup_reorder_chain): properly handle edges to exit block.
8675 Wed May  8 11:10:31 CEST 2002  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8676                                Jan Hubicka  <jh@suse.cz>
8678         * basic-block.h (note_prediction_to_br_prob): declare.
8679         * c-semantics.c: Inlucde predit.h
8680         (expand_stmt): predict GOTO_STMT as not taken.
8681         * cfgcleanup.c: (delete_unreachable_blocks): Make global.
8682         (cleanup_cfg): Do not free tail_recursion_list.
8683         * cfgrtl.c (can_delete_note_p): Delete NOTE_INSN_PREDICTION.
8684         (flow_delete_block): Kill predictions past end of basic block.
8685         * output.h (delete_unreachable_blocks): Declare.
8686         * predict.c (predicted_by_p, process_note_predictions,
8687         process_note_prediction, last_block_p): New function.
8688         (estimate_probability): Bypass loop on PRED_CONTINUE;
8689         do not handle noreturn heuristics; kill PRED_RETURN; add
8690         PRED_EARLY_RETURN.
8691         * predict.def (PRED_CONTINUE, PRED_EARLY_RETURN, PRED_GOTO,
8692         PRED_CONST_RETURN, PRED_NEGATIVE_RETURN, PRED_NULL_RETURN): New.
8693         * predict.h (IS_TAKEN): New constant.
8694         * print-rtl.c (print_rtx): Pretty print NOTE_INSN_PREDICTION.
8695         * rtl.c (NOTE_INSN_PREDICTION): New.
8696         * rtl.h (NOTE_PREDICTION, NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS):
8697         New macro.
8698         (insn_note): add NOTE_INSN_PREDICTION.
8699         * sibcall.c (optimize_sibling_and_tail_recursive_call): Do not build
8700         CFG; free tail_recursion_label_list.
8701         * stmt.c: Include predict.h;
8702         (return_prediction): New.
8703         (expand_value_return): Use it.
8704         * toplev.c: Lower NOTE_INSN_PREDICTION before sibcall.
8706 2002-05-08  Richard Sandiford  <rsandifo@redhat.com>
8708         * config/mips/mips.md: Name the unspecs with define_constant.
8709         (*HILO_delay): Rename to 'hilo_delay' (no star).
8710         (reload_indi): Replace gen_rtx_UNSPEC with gen_hilo_delay.
8711         (reload_outdi, reload_outsi): Likewise.
8713 2002-05-07  Kazu Hirata  <kazu@cs.umass.edu>
8715         * toplev.c: Fix formatting.
8717 2002-05-07  Janis Johnson  <janis187@us.ibm.com>
8719         * config.in (ENABLE_RTL_FLAG_CHECKING): New.
8720         * configure.in (ac_rtlflag_checking): New.
8721         * doc/install.texi (--enable-checking): Document RTL flag checking.
8723 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
8725         * c-common.c (c_common_init): Set options->unsigned_wchar.
8726         * cppinit.c (cpp_create_reader): Default unsigned_wchar,
8727         group target dependencies.
8728         (init_builtins, cpp_handle_option): Update.
8729         * cpplex.c (cpp_interpret_charconst): Update.
8730         * cpplib.h (struct cpp_options): Add unsigned_wchar, rename
8731         signed_char to unsigned_char, group target dependencies.
8732         * defaults.h (WCHAR_UNSIGNED): Remove.
8733         * system.h (WCHAR_UNSIGNED, MAX_CHAR_TYPE_SIZE): Poison.
8734 config:
8735         * freebsd.h, interix.h, alpha/freebsd.h, arm/freebsd.h,
8736         i386/386bsd.h, i386/beos-elf.h, i386/bsd386.h, i386/cygwin.h,
8737         i386/djgpp.h, i386/freebsd-aout.h, i386/i386-interix.h,
8738         i386/win32.h, ia64/freebsd.h, mips/netbsd.h, rs6000/freebsd.h,
8739         sh/elf.h, sh/sh.h, sparc/freebsd.h: Remove WCHAR_UNSIGNED.
8740 doc:
8741         * tm.texi: Remove MAX_CHAR_TYPE_SIZE.
8743 2002-05-07  Mark Mitchell  <mark@codesourcery.com>
8745         * fixinc/inclhack.def (windiss_math1): New fix.
8746         (windiss_math2): Likewise.
8747         (windiss_valist): Likewise.
8748         * fixinc/fixincl.x: Regenerated.
8750 2002-05-07  Andreas Jaeger  <aj@suse.de>
8752         * genautomata.c (output_internal_min_issue_delay_func): Add
8753         ATTRIBUTE_UNUSED to avoid warning with empty dfa.
8754         (output_internal_trans_func): Likewise.
8756 Tue May  7 10:06:22 2002  Jeffrey A Law  (law@redhat.com)
8758         * pa.c (hppa_profile_hook): Use force_reg to get the address
8759         of the profile hook into an appropriate pseudo register.
8761 2002-05-07  Mark Mitchell  <mark@codesourcery.com>
8763         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -mwindiss.
8764         (LINK_START_SPEC): Handle it.
8765         (LINK_OS_SPEC): Likewise.
8766         (CPP_SPEC): Likewise.
8767         (STARTFILE_SPEC): Likewise.
8768         (LIB_SPEC): Likewise.
8769         (ENDFILE_SPEC): Likewise.  Do not assume crtsavres.o is used on
8770         all platforms.
8771         (CRTSAVRES_DEFAULT_SPEC): New macro.
8772         (LIB_WINDISS_SPEC): New macro.
8773         (CPP_OS_WINDISS_SPEC): Likewise.
8774         (STARTFILE_WINDISS_SPEC): Likewise.
8775         (ENDFILE_WINDISS_SPEC): Likewise.
8776         (LINK_START_WINDISS_SPEC): Likewise.
8777         (LINK_OS_WINDISS_SPEC): Likewise.
8778         * config/rs6000/windiss.h: New file.
8780 2002-05-07  Aldy Hernandez  <aldyh@redhat.com>
8782         * config/rs6000/rs6000.c (bdesc_2arg): Fix vmax typos.
8784 2002-05-06  David S. Miller  <davem@redhat.com>
8786         * config/sparc/sparc.md (shift insns): Do not mask off
8787         second operand, 'I' constraint and SHIFT_COUNT_TRUNCATED
8788         take care of it.
8790 2002-05-06  Richard Henderson  <rth@redhat.com>
8792         PR c++/6212
8793         * expr.c (highest_pow2_factor_for_type): New.
8794         (expand_assignment): Use it.
8796 2002-05-06  Aldy Hernandez  <aldyh@redhat.com>
8798         * config/rs6000/rs6000.md ("altivec_mtvscr"): Change to
8799         unspec_volatile.
8800         ("altivec_mfvscr"): Same.
8802 2002-05-06  Janis Johnson  <janis187@us.ibm.com>
8804         * rtl.h (struct rtx_def): Update comments.
8805         (RTL_FLAG_CHECK[12345678]): New.  (rtl_check_failed_flag): Declare.
8806         (RTL_FLAG): New.  (CLEAR_RTX_FLAGS): New.  (flag access macros): Use
8807         RTL_FLAG_CHECK macros with list of expected RTL codes.
8808         * rtl.c (copy_rtx, shallow_copy_rtx): Use RTX_FLAG macro.
8809         (rtl_check_failed_flag): New.
8810         * reload1.c (reload): Use REG macro before changing rtx to MEM.
8811         (reload_cse_noop_set_p): Check rtx code before using access macro.
8812         * config/ia64/ia64.c (process_for_unwind_directive): Check rtx code
8813         before using access macro.
8815 2002-05-06  Janis Johnson  <janis187@us.ibm.com>
8817         * doc/rtl.texi (Flags): Update to reflect current usage.
8819 2002-05-06  Roger Sayle  <roger@eyesopen.com>
8821         PR opt/3995
8822         * fold-const.c (sign_bit_p): New function.
8823         (fold) [EQ_EXPR]: Use this to convert (A & C) == 0 into A >= 0 and
8824         (A & C) != 0 into A < 0, when constant C is the sign bit of A's type.
8825         Reapply fold when converting (A & C) == C into (A & C) != 0.
8826         (fold_binary_op_with_conditional_arg): Fix typo in comment.
8828 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
8830         * c-common.c (warn_multichar): New.
8831         (c_common_init): Set CPP's warn_multichar.
8832         * c-common.h (warn_multichar): New.
8833         * c-decl.c (warn_multichar): Remove.
8834         * c-lex.c (lex_charconst): Update.
8835         * c-tree.h (warn_multichar): Remove.
8836         * cppexp.c (eval_token): Sign-extend charconst value.
8837         * cppinit.c (cpp_create_reader): Set warn_multichar.
8838         * cpplex.c (cpp_interpret_charconst): Don't sign-extend
8839         each character.  Update prototype.  Sign-extend the result.
8840         * cpplib.h: Fix conditions.
8841         (struct cpp_options): Add new warning flag.
8842         (cpp_interpret_charconst): Update prototype.
8843 doc:
8844         * cpp.texi: Update documentation.
8846 2002-05-06  Vladimir Makarov  <vmakarov@redhat.com>
8848         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
8849         Fix typo in usage of allof instead of unit.
8851 2002-05-06  Richard Henderson  <rth@redhat.com>
8853         * recog.c (if_test_bypass_p): Accept multiple set insns for OUT,
8854         and any jump or call for IN.
8856 2002-05-06  Bernd Schmidt  <bernds@redhat.com>
8858         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Define __SSE2_BUILTINS__ if
8859         -msse2.
8860         * config/i386/xmmintrin.h: Use it to conditionalize SSE2 support.
8862 2002-05-06  Roger Sayle  <roger@eyesopen.com>
8864         * fold-const.c (lshift-double): Cast the high word to an unsigned
8865         HOST_WIDE_INT when extracting sign bit to avoid compiler warning.
8866         (div_and_round_double): Cast carry to a signed HOST_WIDE_INT to
8867         avoid compiler warning.  (fold): Remove redundant code from
8868         BIT_AND_EXPR as integer operands are canonicalized to be arg1.
8870 2002-05-06  Jeff Law  <law@redhat.com>
8872         * pa-protos.h (hppa_fpstore_bypass_p): Declare.
8873         * pa.c (pa_adjust_cost): Remove all true dependency cost
8874         adjustments.  Also remove support for non-DFA scheduling.
8875         * pa.md (700, 7100, 7100lc, 7200, 7300): Use bypass mechanism
8876         to adjust true dependency costs.  Update various comments.
8877         (7100lc, 7200, 7300 scheduling): Simplify by combining the
8878         FP ALU & MPY units into a single unit.
8880 2002-05-06  Catherine Moore  <clm@redhat.com>
8882         * config/v850/v850.c (compute_register_save_size): Make sure
8883         to count all of the registers that will be saved.
8885 Mon May  6 18:03:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
8887         * i386.c (q_regs_operand): Use ANY_QI_REGS_P.
8889 2002-05-06  David S. Miller  <davem@redhat.com>
8891         * config/sparc/sparc.c (emit_soft_tfmode_libcall): Do not
8892         allow result to overlap input operands in memory.
8894 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
8896 doc:
8897         * cpp.texi: Update multichar charconst docs.
8899 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
8901         * cpplex.c (cpp_interpret_charconst): Sign-extend each
8902         character.  Don't ignore excess characters.  Treat
8903         multicharacter character constants as signed.
8904         (cpp_parse_escape): Clarify diagnostic.
8906 2002-05-05  Jakub Jelinek  <jakub@redhat.com>
8908         * config/sparc/sparc.md (ashlsi3): If shift count is const1_rtx,
8909         use add instead of shift.
8910         (ashldi3_sp64): Likewise.
8911         (ashlsi3_const1, ashldi3_const1): Remove.
8912         * config/sparc/sparc.h (PREDICATE_CODES): Add const1_operand.
8913         * config/sparc/sparc.c (const1_operand): New.
8915 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
8917         * config.gcc (alpha*-*-netbsd*): Don't use crtstuff.
8919 2002-05-05  Jakub Jelinek  <jakub@redhat.com>
8921         PR target/6561
8922         * config/sparc/sparc.md (muldi3_v8plus): Handle %1 equal to %2.
8924 2002-05-05  Richard Henderson  <rth@redhat.com>
8926         * config/alpha/alpha.c (alpha_adjust_cost): Remove everything but
8927         memory latency adjustments.
8928         (alpha_variable_issue): Remove.
8929         (alpha_use_dfa_pipeline_interface): New.
8930         (alpha_multipass_dfa_lookahead): New.
8931         * config/alpha/alpha.md: Remove define_function_unit scheduling;
8932         include new dfa scheduling.
8933         (attr type): Add none.
8934         (blockage): Use it.
8935         * config/alpha/ev4.md: New.
8936         * config/alpha/ev5.md: New.
8937         * config/alpha/ev6.md: New.
8939 2002-05-05  David S. Miller  <davem@redhat.com>
8941         * recog.c (store_data_bypass_p): Handle CLOBBER inside PARALLEL.
8943 2002-05-05  Kazu Hirata  <kazu@cs.umass.edu>
8945         * cse.c: Fix formatting.
8946         * emit-rtl.c: Likewise.
8948 2002-05-05  Vladimir Makarov  <vmakarov@redhat.com>
8950         * genautomata.c (initiate_states): Add additional guard to
8951         initialize `units_array'.
8953 2002-05-05  Vladimir Makarov  <vmakarov@redhat.com>
8955         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp,
8956         process_unit_to_form_the_same_automaton_unit_lists,
8957         form_the_same_automaton_unit_lists
8958         check_unit_distributions_to_automata): New prototypes and
8959         functions.
8960         (check_automata): Rename it into `check_automata_insn_issues'.
8961         (unit_decl): New fields `the_same_automaton_unit' and
8962         `the_same_automaton_message_reported_p'.
8963         (unit_decl_t): New typedef.
8964         (the_same_automaton_lists): New gloval variable.
8965         (unit_regexp, unit_set_el, units_array, units_cmp,
8966         output_get_cpu_unit_code_func): Use the typedef.
8967         (evaluate_max_reserv_cycles): Increment
8968         `description->max_insn_reserv_cycles'.
8969         (initiate_states): Don't increment `max_cycles_num'.
8970         (transform_insn_regexps): Move code around transformation of
8971         regexps from `generate'.
8972         (generate): Remove call of `transform_insn_regexps'.
8973         (expand_automata): Call `transform_insn_regexps' and
8974         `check_unit_distributions_to_automata'.  Check errors before
8975         `generate'.
8977         * config/sparc/ultra3.md (us3_a0, us3_a1): Move the units into
8978         automaton `ultrasparc3_1'.
8980 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8982         * c-common.c (c_common_init): Set up CPP arithmetic.
8983         * cppinit.c (cpp_create_reader): Default CPP arithmetic to
8984         something reasonable for the host.
8985         (sanity_checks): Add checks.
8986         (cpp_read_main_file): Call sanity_checks() from here...
8987         (cpp_post_options): ... not here.
8988         * cpplex.c (cpp_interpret_charconst): Get max_chars right.
8989         * cpplib.h (struct cpp_options): New member int_precision.
8991 2002-05-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8993         * doc/install.texi (powerpc-*-linux-gnu*): Update build requirements.
8995 2002-05-04  David S. Miller  <davem@redhat.com>
8997         * config/sparc/linux.h, config/sparc/linux64.h
8998         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define twice.
9000         * config/sparc/sparc.c (sparc_rtx_costs): Describe costs of
9001         more RTX codes.
9002         * config/sparc/sparc.h (RTX_COSTS_CASES): List those new codes.
9004         * recog.c (store_data_bypass_p): Handle out_insn being a PARALLEL
9005         of SETs.
9007 2002-05-05  Tim Josling  <tej@melbpc.org.au>
9009         * treelang; New directory for new sample language treelang.
9011 2002-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
9013         * Makefile.in (c-lex.o): Update.
9014         * c-lex.c: Include target.h.
9015         (cb_register_builtins): New.
9016         (init_c_lex): Set builtins callback.
9017         * c-lex.h (cpp_define, cpp_assert): New prototypes.
9018         * cppinit.c (init_builtins): Use callback, including for
9019         GXX_WEAK.
9020         * cpplib.h (struct cpp_callbacks): New member.
9021         * target-def.h (TARGET_REGISTER_CPP_BUILTINS): New.
9022         (TARGET_INITIALIZER): Update.
9023         * target.h (struct gcc_target): New hook.
9024         * tree.c (default_register_cpp_builtins): New.
9025         * tree.h (default_register_cpp_builtins): New.
9026 doc:
9027         * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Document.
9029 2002-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
9031         * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h
9032         (cpp_post_options): Move sanity checks to...
9033         (sanity_checks): New.
9034         * cpplex.c (maybe_read_ucs): Fix prototype.
9035         (parse_string, cpp_parse_escape): Cast for %c format specifier.
9036         * cpplib.h (cppchar_t): Use unsigned long or unsigned long long
9037         if necessary.
9039 2002-05-04  Bernd Schmidt  <bernds@redhat.com>
9041         * config/i386/i386.c (bdesc_2arg): Add a couple of missing SSE2
9042         builtins.  Use V2DI patterns instead of TI for logical operations.
9043         (ix86_init_mmx_sse_builtins): Add a couple of missing SSE2 builtins.
9044         Correct definitions of psadbw, pmovmskb128, movntdq, cvtdq2ps.
9045         (ix86_expand_builtins): Change the pattern used for movntdq.
9046         * config/i386/i386.md (sse2_andv2di3, sse2_iorv2di3, sse2_xorv2di3,
9047         sse2_nandv2di3): New patterns.
9048         (sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3): Correct modes
9049         on operands.
9050         (sse2_movntv2di): Renamed from sse2_movntti and modes adjusted.
9051         (cvtdq2pd): Correct mode on operand 1.
9052         (sse2_umulsidi3): Describe without unspec.
9053         (sse2_psadbw, mmx_psadbw): Describe with unspec; use more appropriate
9054         machine modes.
9055         (lshrv2di3): Renamed from sse2_lshrv2di3 and removed unspec.
9056         (ashlv2di3): Likewise, from sse2_ashlv2di3.
9057         (ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, lshrv2di3, ashlv8hi3,
9058         ashlv4si3, ashlv2di3): Use SImode for shift count.
9059         (ashrv8hi3_ti, ashrv4si3_ti, lshrv8hi3_ti, lshrv4si3_ti, lshrv2di3_ti,
9060         lshrv4si3_ti, lshrv2di3_ti, ashlv8hi3_ti, ashlv4si3_ti, ashlv2di3_ti):
9061         New patterns.
9062         * config/i386/xmmintrin.h (__v2df, __v2di, __v4si, __v8hi, __v16qi):
9063         New typedefs.
9064         (__m128i, __m128d): New macros.
9065         (_mm_add_pd, _mm_add_sd, _mm_sub_pd, _mm_sub_sd, _mm_mul_pd,
9066         _mm_mul_sd, _mm_div_pd, _mm_div_sd, _mm_sqrt_pd, _mm_sqrt_sd,
9067         _mm_min_pd, _mm_min_sd, _mm_max_sd, _mm_max_pd, _mm_and_pd,
9068         _mm_andnot_pd, _mm_xor_pd, _mm_or_pd, _mm_cmpeq_pd, _mm_cmplt_pd,
9069         _mm_cmple_pd, _mm_cmpgt_pd, _mm_cmpge_pd, _mm_cmpneq_pd,
9070         _mm_cmpnlt_pd, _mm_cmpnle_pd, _mm_cmpngt_pd, _mm_cmpnge_pd,
9071         _mm_cmpord_pd, _mm_cmpunord_pd, _mm_cmpeq_sd, _mm_cmplt_sd,
9072         _mm_cmple_sd, _mm_cmpgt_sd, _mm_cmpge_sd, _mm_cmpneq_sd,
9073         _mm_cmpnlt_sd, _mm_cmpnle_sd, _mm_cmpngt_sd, _mm_cmpnge_sd,
9074         _mm_cmpord_sd, _mm_cmpunord_sd, _mm_comieq_sd, _mm_comilt_sd,
9075         _mm_comile_sd, _mm_comigt_sd, _mm_comige_sd, _mm_comineq_sd,
9076         _mm_ucomieq_sd, _mm_ucomieq_sd, _mm_ucomilt_sd, _mm_ucomile_sd,
9077         _mm_ucomigt_sd, _mm_ucomige_sd, _mm_ucomineq_sd, _mm_cvtepi32_pd,
9078         _mm_cvtepi32_ps, _mm_cvtpd_epi32, _mm_cvtpd_pi32, _mm_cvtpd_ps,
9079         _mm_cvttpd_epi32, _mm_cvttpd_pi32, _mm_cvtpi32_pd, _mm_cvtps_epi32,
9080         _mm_cvttps_epi32, _mm_cvtps_pd, _mm_cvtsd_si32, _mm_cvttsd_si32,
9081         _mm_cvtsd_ss, _mm_cvtsi32_sd, _mm_cvtss_sd, _mm_unpackhi_pd,
9082         _mm_unpacklo_pd, _mm_loadh_pd, _mm_storeh_pd, _mm_storel_pd,
9083         _mm_movemask_pd, _mm_packs_epi16, _mm_packs_epi32, _mm_packus_epi16,
9084         _mm_unpackhi_epi8, _mm_unpackhi_epi16, _mm_unpackhi_epi32,
9085         _mm_unpacklo_epi8, _mm_unpacklo_epi16, _mm_unpacklo_epi32,
9086         _mm_add_epi8, _mm_add_epi16, _mm_add_epi32, _mm_add_epi64,
9087         _mm_adds_epi8, _mm_adds_epi16, _mm_adds_epu8, _mm_adds_epu16,
9088         _mm_sub_epi8, _mm_sub_epi16, _mm_sub_epi32, _mm_sub_epi64,
9089         _mm_subs_epi8, _mm_subs_epi16, _mm_subs_epu8, _mm_subs_epu16,
9090         _mm_madd_epi16, _mm_mulhi_epi16, _mm_mullo_epi16, _mm_mul_pu16,
9091         _mm_mul_epu16, _mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64,
9092         _mm_sra_epi16, _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32,
9093         _mm_srl_epi64, _mm_slli_epi16, _mm_slli_epi32, _mm_slli_epi64,
9094         _mm_srai_epi16, _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
9095         _mm_srli_epi64, _mm_and_si128, _mm_andnot_si128, _mm_or_si128,
9096         _mm_xor_si128, _mm_cmpeq_epi8, _mm_cmpeq_epi16, _mm_cmpeq_epi32,
9097         _mm_cmpgt_epi8, _mm_cmpgt_epi16, _mm_cmpgt_epi32, _mm_max_epi16,
9098         _mm_max_epu8, _mm_min_epi16, _mm_min_epu8, _mm_movemask_epi8,
9099         _mm_mulhi_epu16, _mm_maskmoveu_si128, _mm_avg_epu8, _mm_avg_epu16,
9100         _mm_sad_epu8, _mm_stream_si32, _mm_stream_si128, _mm_stream_pd,
9101         _mm_movpi64_epi64, _mm_clflush, _mm_lfence, _mm_mfence): New
9102         functions.
9103         (_mm_shufflehi_epi16, _mm_shufflelo_epi16, _mm_shuffle_epi32,
9104         _mm_extract_epi16, _mm_insert_epi16, _mm_shuffle_pd): New macros.
9106 2002-05-04  Kazu Hirata  <kazu@cs.umass.edu>
9108         * dwarf2out.c: Fix formatting.
9109         * varasm.c: Likewise.
9111 2002-05-04  David Edelsohn  <edelsohn@gnu.org>
9113         PR c/6543
9114         * config/rs6000/rs6000.md (sCC pattern and splitter): Remove
9115         clobber and use result as temporary value.
9117 Sat May  4 13:20:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
9119         * expr.c (force_operand): Use expand_simple_* to handle more
9120         cases.
9122 2002-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
9124         * c-lex.c (lex_string): Let cpp_parse_escape handles truncation
9125         and sign-extension.
9126         (lex_charconst): Update for change in prototype of
9127         cpp_interpret_charconst.  Extend from cppchar_t to HOST_WIDE_INT
9128         appropriately.
9129         * cpphash.h (BITS_PER_CPPCHAR_T): New.
9130         * cppinit.c (cpp_create_reader): Initialize them for no
9131         change in semantics.
9132         (cpp_post_options): Add sanity checks.
9133         * cpplex.c (cpp_parse_escape): Handle precision, sign-extension
9134         and truncation issues.  Calculate in type cppchar_t.
9135         (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Remove.
9136         (cpp_interpret_charconst): Calculate in type cppchar_t.  Handle
9137         run-time dependent precision correctly.  Return whether the
9138         result is signed or not.
9139         * cpplib.c (dequote_string): Use cppchar_t; update.
9140         * cpplib.h (cppchar_signed_t): New.
9141         struct cpp_options): New precision members.
9142         (cpp_interpret_charconst, cpp_parse_escape): Update prototypes.
9143         * cppexp.c (eval_token): Update.
9145 2002-05-03  David S. Miller  <davem@redhat.com>
9147         * config/sparc/sparc-protos.h (sparc_rtx_costs): New.
9148         * config/sparc/sparc.c (sparc_rtx_costs): New function
9149         implementing RTX_COSTS and CONST_COSTS.
9150         * config/sparc/sparc.h (CONST_COSTS): Delete.
9151         (RTX_COSTS_CASES): Define.
9152         (RTX_COSTS): Expand RTX_COSTS_CASES and use sparc_rtx_costs to do
9153         the work.
9155         * config/sparc/sparc.md (DFA schedulers): Split out...
9156         * config/sparc/cypress.md, config/sparc/hypersparc.md,
9157         config/sparc/sparclet.md, config/sparc/supersparc.md,
9158         config/sparc/ultra1_2.md, config/sparc/ultra3.md: ... into here.
9160         * config/sparc/sparc.c (LEAF_REGISTERS): Do not do ifdef
9161         checks on it, always defined for Sparc.
9163         * config/sparc/sparc.h (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER):
9164         Tweak, and add more detailed comments.
9166 2002-05-03  Zack Weinberg  <zack@codesourcery.com>
9168         * Re-apply patch accidentally reverted with
9169         DFA scheduler merge: remove all rules and variables to slurp
9170         source files out of libiberty and rebuild them with HOST_CC.
9171         ($(HOST_PREFIX_1)varray.o): New rule.
9172         (genattrtab rule): Word wrap.
9174 2002-05-03  Jason Thorpe  <thorpej@wasabisystems.com>
9176         * config/i386/netbsd64.h (CPP_LP64_SPEC): Define.
9177         (CPP_SUBTARGET_SPEC): Define.
9178         (SUBTARGET_EXTRA_SPECS): Redefine, adding cpp_lp64 and
9179         cpp_subtarget specs.
9180         (CPP_SPEC): Redefine to include %(cpp_subtarget).
9182 2002-05-03  David S. Miller  <davem@redhat.com>
9184         * target-defs.h (TARGET_SCHED_CYCLE_DISPLAY): Delete.
9185         * target.h (struct gcc_target): Delete cycle_display member.
9187         * config/ia64/ia64.c (ia64_emit_insn_before): Put it back.
9188         (rtx_needs_barrier): Delete reference to cycle_display unspec.
9189         (ia64_sched_reorder2): Mention need for cycle display handling
9190         once such notes exist.
9192 2002-05-03  Richard Henderson  <rth@redhat.com>
9194         * real.c (etoasc): Strip most trailing zeros for clarity.
9195         * sched-vis.c: Include real.h.
9196         (print_value): Use REAL_VALUE_TO_DECIMAL as needed.
9197         * Makefile.in (sched-vis.o): Add real.h.
9199 2002-05-03  David S. Miller  <davem@redhat.com>
9201         * haifa-sched.c (rank_for_schedule): Revert 2002-05-02 change,
9202         no longer needed.
9204 2002-05-03  Aldy Hernandez  <aldyh@redhat.com>
9206         * config/rs6000/rs6000.c (altivec_expand_binop_builtin): Error out
9207         when we get an out of range literal.
9208         (altivec_expand_ternop_builtin): Same.
9209         (altivec_expand_unop_builtin): Same.
9210         (altivec_expand_builtin): Same, for dss.
9211         (altivec_expand_builtin): Use trees instead of rtl when
9212         determining literal argument validity.
9214 2002-05-03  David S. Miller  <davem@redhat.com>
9216         Delete cycle display scheduling hook.
9217         * config/ia64/ia64.c (ia64_cycle_display,
9218         TARGET_SCHED_CYCLE_DISPLAY, ia64_emit_insn_before): Delete.
9219         (ia64_sched_reorder2): Don't check for CODE_FOR_cycle_display
9220         and use emit_insn_before instead of ia64_emit_insn_before.
9221         * config/ia64/ia64.md (unspec usage): Delete cycle display.
9222         (cycle_display): Delete insn pattern.
9223         * config/sparc/sparc.md (unspec usage): Delete cycle display.
9224         (cycle_display): Delete insn pattern.
9225         * config/sparc/sparc.c (sparc_cycle_display,
9226         TARGET_SCHED_CYCLE_DISPLAY): Delete.
9227         * doc/md.texi (cycle_display): Don't mention.
9228         * doc/tm.texi (TARGET_SCHED_CYCLE_DISPLAY): Likewise.
9230 2002-05-03  Richard Henderson  <rth@redhat.com>
9232         * recog.c (store_data_bypass_p, if_test_bypass_p): New.
9233         * recog.h: Declare them.
9235         * config/sparc/sparc.c (ultrasparc_store_bypass_p): Remove.
9236         * config/sparc/sparc.md: Use store_data_bypass_p instead.
9237         * config/sparc/sparc-protos.h: Update.
9239 2002-05-03  Jason Thorpe  <thorpej@wasabisystems.com>
9241         * config/sparc/netbsd-elf.c (CPP_SUBTARGET_SPEC64): Remove
9242         -D__arch64__.  Add -D_LP64.
9243         (CPP_ARCH32_SPEC): Redefine to match the non-bi-arch version
9244         from sparc.h.
9245         (CPP_ARCH64_SPEC): Likewise.
9246         (NO_BUILTIN_PTRDIFF_TYPE): Undef.
9247         (NO_BUILTIN_SIZE_TYPE): Undef.
9249 2002-05-03  Vladimir Makarov  <vmakarov@redhat.com>
9251         * genautomata.c (min_issue_delay_pass_states): Change return type
9252         in the prototype.
9253         (min_issue_delay_pass_states): Change the algorithm.
9254         (min_issue_delay): Set up min_insn_issue_delay for the state.
9255         (output_min_issue_delay_table): Interchange the nested loops and
9256         and initiate min_insn_issue_delay for states.
9258 Fri May  3 22:59:15 CEST 2002  Jan Hubicka  <jh@suse.cz>
9260         * cfgcleanup.c (try_optimize_cfg):  Call merge_block only when
9261         jump is simplejump.
9263 Fri May  3 22:53:37 CEST 2002  Jan Hubicka  <jh@suse.cz>
9265         * i386.c  (expand_movstr, expand_clrstr): Fix inline-all-stringops
9266         sequence.
9268 2002-05-03  Richard Henderson  <rth@redhat.com>
9270         PR opt/6534
9271         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
9272         noce_try_store_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
9273         noce_try_cmove_arith, noce_try_minmax, noce_try_abs): Insert new
9274         code before JUMP, not EARLIEST.
9276 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9278         * c-format.c (check_format_info_main): Don't check for presence of
9279         parameter for * width until after operand number has been read,
9280         and only check for it if format parameters are available.
9281         Fixes PR c/6547.
9283 2002-05-03  Jason Thorpe  <thorpej@wasabisystems.com>
9285         * config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64.
9286         (LINK_SPEC): Undef before defining.
9288 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9290         PR preprocessor/6489
9291         * tradcpp.c (fixup_newlines): New.
9292         (main, finclude): Use it.
9294 2002-05-03  Richard Sandiford  <rsandifo@redhat.com>
9296         * config/mips/elf64.h (UNIQUE_SECTION): Use mips_unique_section.
9297         * config/mips/mips.c (mips_unique_section): Strip encoding from
9298         decl name.
9300 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9302         * config/i386/i386.c (ix86_expand_int_movcc): Truncate to proper
9303         mode.
9305 2002-05-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9307         * doc/install.texi (Installing): Mention GCC 3.1 buildstats.
9308         (Specific): Removed buildstats references.
9309         (Specific, hppa*-hp-hpux11): Adjust for GCC versions > 3.0.
9310         (Specific, sparc-sun-solaris2*): Update 64-bit hints for GCC 3.1.
9311         Accomodate Solaris versions beyond 8.
9312         (Specific, sparc-sun-solaris2.7): Update as path for GCC 3.1.
9313         (Specific, *-*-solaris2.8): Removed, obsolete.
9315 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9317         PR target/6542
9318         * config/sparc/sparc.h (leaf_reg_remap): Remove const.
9319         (CONDITIONAL_REGISTER_USAGE): For TARGET_FLAT make
9320         fill leaf_reg_remap with identity.
9321         * config/sparc/sparc.c (leaf_reg_remap): Remove const.
9323 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
9325         * config/h8300/crti.asm: Remove trailing spaces.
9326         * config/h8300/h8300.c: Likewise.
9327         * config/h8300/lib1funcs.asm: Likewise.
9329 2002-05-02  Jason Merrill  <jason@redhat.com>
9331         * defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
9332         * c-decl.c (c_init_decl_processing): Use it.
9333         * config/rs6000/darwin.h (BOOL_TYPE_SIZE): Define to INT_TYPE_SIZE.
9334         * config/i960/i960.h (BOOL_TYPE_SIZE): Don't define.
9335         * config/mcore/mcore.h (BOOL_TYPE_SIZE): Don't define.
9337 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
9339         * regrename.c: Fix formatting.
9340         * tree.c: Likewise.
9342 Fri May  3 13:34:43 CEST 2002  Jan Hubicka  <jh@suse.cz>
9344         * i386.md (attribute memory): Handle compares properly.
9346 Fri May  3 10:51:38 CEST 2002  Jan Hubicka  <jh@suse.cz>
9348         * i386.md (sse_clrsf, sse_clrsi): Set memory attribute
9349         to none.
9351 2002-05-02  Kazu Hirata  <kazu@cs.umass.edu>
9353         * function.c: Fix formatting.
9355 2002-05-02  Jan Hubicka  <jh@suse.cz>
9357         * haifa-sched.c (schedule_insn): Print table of instructions and
9358         reservations.
9359         (sched_block): Do not print ready list at verbosity level 1.
9360         * sched-vis.c (print_insn): Make global.
9361         * sched-ebb.c (ebb_print_insn): Rename from...
9362         (print_insn): ... this one.
9363         * sched-int.h (print_insn): Declare
9365 2002-05-02  Richard Henderson  <rth@redhat.com>
9367         * haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn
9368         emitted by cycle_display.
9370 2002-05-02  Loren J. Rittle  <ljrittle@acm.org>
9372         * doc/install.texi (*-*-freebsd*): Update to latest status.
9374 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
9376         PR target/6540
9377         * config.gcc (sparc*-*-solaris2*): Set float_format to i128.
9378         * config/float-sparc.h: Assume 128-bit long double if
9379         __LONG_DOUBLE_128__ is defined.
9381 2002-05-02  Vladimir Makarov  <vmakarov@redhat.com>
9383         * genattrtab.c (write_function_unit_info): Add a dummy element
9384         when num_units == 0.
9386 2002-05-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9388         * predict.c: (propagate_freq, estimate_bb_frequencies): Use
9389         TYPE_MODE (double_type_node) instead of DFmode.
9391 Thu May  2 19:50:04 CEST 2002  Jan Hubicka  <jh@suse.cz>
9393         * cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed
9394         jumps post reload.
9395         * toplev.c (rest_of_compilation): Revert Richard's patch.
9397 2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9399         * pa/x-ada (ADA_CFLAGS): Rename to X_ADA_CFLAGS.
9401 2002-05-02  Catherine Moore  <clm@redhat.com>
9403         * config/v850/v850.h (TRAMPOLINE_TEMPLATE): Change r5 to r20.
9405 2002-05-02  Kazu Hirata  <kazu@hxi.com>
9407         * combine.c: Fix comment typos.
9408         * expr.c: Likewise.
9409         * genautomata.c: Likewise.
9410         * stmt.c: Likewise.
9411         * tree.h: Likewise.
9413 2002-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9415         * doc/install.texi: State GNAT version requirements.
9417 2002-05-02  Nick Clifton  <nickc@cambridge.redhat.com>
9419         * config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form
9420         of the frame pointer or arg pointer register which strict register
9421         checking is not enabled.
9423 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
9425         * gcc.dg/altivec-8.c: New.
9427         * config/rs6000/rs6000.c (rs6000_legitimate_address): Disallow
9428         PRE_INC and PRE_DEC for altivec modes.
9430 2002-05-01  Bruce Korb  <bkorb@gnu.org>
9432         * fixinc/check.tpl(set-writable): make sure the function exists first
9433         * fixinc/inclhack.def(alpha_assert): fix test_text
9434         * fixinc/tests/base/assert.h: add in missing result
9436 2002-05-01  Jeff Law  <law@redhat.com>
9438         * pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the
9439         'T' constraint.
9441 2002-05-01  Joel Brobecker  <brobecker@gnat.com>
9443         * dbxout.c (dbxout_type): Emit size information for range types,
9444         as well, but only when using GDB extensions.
9446 2002-05-01  Richard Henderson  <rth@redhat.com>
9448         * configure.in (HAVE_GAS_HIDDEN): Replace SPARC feature test with
9449         target-independent gnu binutils date test.
9451 2002-05-01  Richard Henderson  <rth@redhat.com>
9453         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump
9454         info before expunging the block.
9456 2002-05-01  Jakub Jelinek  <jakub@redhat.com>
9458         * cppinit.c (cpp_handle_option) [-dM]: Don't set no_output here...
9459         (cpp_post_options): ...but here.  Disable -dD, -dN and -dI when
9460         -M -or -MM is in effect.
9462 2002-05-01  Zack Weinberg  <zack@codesourcery.com>
9464         * config.gcc: Correct test of --enable-obsolete.  Obsolete all
9465         A29k configurations.
9466         * doc/install.texi: Update to match.
9468 2002-05-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9470         PR bootstrap/6514
9471         * varasm.c (globalize_decl): Compare DECL_ASSEMBLER_NAME to check
9472         for duplicates. Always loop over whole list.
9474 Wed May  1 10:32:37 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9476         * reload.c (find_reloads, case 'p'): Set BADOP to 0.
9478 2002-05-01      Joel Sherrill <joel@OARcorp.com>
9480         * config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly
9481         support routines.
9483 2002-05-01      Joel Sherrill <joel@OARcorp.com>
9485         * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning.
9487 2002-05-01  David Edelsohn  <edelsohn@gnu.org>
9489         * rs6000.md (abssi2_nopower): Convert to define_insn_and_split.
9490         (nabs_nopower): Same.
9491         (floatdisf2): New pattern.
9492         (absdi2): Convert to define_insn_and_split.
9493         (nabsdi2): Same.
9494         (trunctfsf2): Same.
9495         (floatditf2): Same.
9496         (floatsitf2): Same.
9497         (fix_trunctfdi2): Same.
9498         (fix_trunctfsi2): Same.
9500 2002-05-01  Joseph S. Myers  <jsm28@cam.ac.uk>
9502         * doc/install.texi: Update Texinfo version requirement
9503         documentation.
9505 2002-05-01  Jakub Jelinek  <jakub@redhat.com>
9507         PR target/6512, PR target/5628
9508         * config/sparc/sparc.md (movdf_insn_v9only_novis): Don't allow >= %f32
9509         when memory is not aligned.
9510         (movdf_insn_v9only_vis): Likewise.
9511         * config/sparc/sparc.h (SECONDARY_INPUT_RELOAD_CLASS): Request a FP_REGS
9512         temporary for EXTRA_FP_REGS DFmode load from unaligned memory.
9513         (SECONDARY_OUTPUT_RELOAD_CLASS): Similarly.
9515 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
9517         * gcc.dg/altivec-7.c: New.
9519         * config/rs6000/altivec.h: Cleanup.
9521 2002-04-30  Aldy Hernandez  <aldyh@redhat.com>
9523         * doc/invoke.texi (Option Summary): Add -mvrsave=.
9524         (RS/6000 and PowerPC Options): Document -mvrsave=.
9526         * config/rs6000/rs6000.c (rs6000_altivec_vrsave): New global.
9527         (rs6000_altivec_vrsave_string): Same.
9528         (rs6000_override_options): Call rs6000_parse_vrsave_option.
9529         (rs6000_parse_vrsave_option): New.
9530         (rs6000_stack_info): Only generate vrsave instructions when
9531         TARGET_ALTIVEC_VRSAVE.
9533         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -mvrsave= option.
9534         (rs6000_altivec_vrsave_string): Define extern.
9535         (rs6000_altivec_vrsave): Same.
9536         (TARGET_ALTIVEC_VRSAVE): New.
9538 2002-04-30  Richard Henderson  <rth@redhat.com>
9540         PR opt/6516
9541         * toplev.c (rest_of_compilation): Don't run cross-jump before
9542         bb-reorder.
9544 2002-04-30  Tom Rix  <trix@redhat.com>
9546         * regrename.c (build_def_use, copyprop_hardreg_forward_1): Sanity
9547         check which_alternative.
9549 2002-04-30  Kazu Hirata  <kazu@hxi.com>
9551         * cpplex.c: Fix comment formatting.
9552         * function.c: Likewise.
9553         * integrate.c: Likewise.
9554         * regrename.c: Likewise.
9555         * sibcall.c: Likewise.
9556         * simplify-rtx.c: Likewise.
9557         * tree-inline.c: Likewise.
9559 2002-04-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9561         * config.gcc (hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-rtems*,
9562         hppa1.0-*-osf*, hppa1.1-*-bsd*, hppa1.1-*-hpux10*, hppa2*-*-hpux10*,
9563         hppa1.0-*-hpux10*, hppa*64*-*-hpux11*, hppa1.1-*-hpux11*,
9564         hppa2*-*-hpux11*, hppa1.0-*-hpux11*, hppa*-*-lites*): Define xmake_file.
9565         * pa/t-linux, pa/t-pa, pa/t-pa64, t-pro (T_ADAFLAGS): Delete.
9566         * pa/x-ada: New file.  Define ADA_CFLAGS.
9568 2002-04-30  Hans-Peter Nilsson  <hp@bitrange.com>
9570         * config/mmix/mmix.h (MMIX_LAST_STACK_REGISTER_REGNUM): Renamed
9571         from MMIX_LAST_REGISTER_FILE_REGNUM.
9572         (NO_IMPLICIT_EXTERN_C): Remove cryptic obsolete comment.
9573         (struct machine_function): New member highest_saved_stack_register
9574         previously static variable in mmix.c.
9575         (MACHINE_DEPENDENT_REORG): Define.
9576         * config/mmix/mmix.c (highest_saved_stack_register): Deleted.
9577         (MMIX_OUTPUT_REGNO): New.
9578         (mmix_target_asm_function_prologue): Move calculation of last used
9579         saved-stack-register into...
9580         (mmix_machine_dependent_reorg): New function.  Update to also handle
9581         !TARGET_ABI_GNU.
9582         (mmix_print_operand): Apply MMIX_OUTPUT_REGNO when emitting
9583         register names, simplify somewhat by new variable regno.
9584         <case 'p'>: Remove fixed FIXME.  Always emit highest used saved
9585         register.
9586         (mmix_print_operand_address): Apply MMIX_OUTPUT_REGNO when
9587         emitting register names.
9588         (mmix_asm_output_reg_push, mmix_asm_output_reg_pop): Ditto.
9589         (mmix_dbx_register_number): Apply MMIX_OUTPUT_REGNO here too.
9590         Remove fixed FIXME.
9591         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg):
9592         Declare.
9594         * config/mmix/mmix.md ("divmoddi4"): Update head comment.
9596 2002-04-30  Richard Henderson  <rth@redhat.com>
9598         * config/sparc/sparc.c (emit_soft_tfmode_libcall,
9599         emit_soft_tfmode_binop, emit_soft_tfmode_unop, emit_soft_tfmode_cvt,
9600         emit_hard_tfmode_operation, emit_tfmode_binop, emit_tfmode_unop,
9601         emit_tfmode_cvt): New.
9602         * config/sparc/sparc.md (extendsftf2, extenddftf2, trunctfsf2,
9603         trunctfdf2, floatsitf2, floatunssitf2, floatditf2, floatunsditf2,
9604         fix_trunctfsi2, fixuns_trunctfsi2, fix_trunctfdi2, fixuns_trunctfdi2,
9605         addtf3, subtf3, multf3, divtf3, sqrttf2): Use them.
9606         * config/sparc/sparc-protos.h: Update.
9608 2002-04-30  Janis Johnson  <janis187@us.ibm.com>
9610         * install.texi (Final install): Add to the list of info to include
9611         in a report of a successful bootstrap, and add link to 3.1 list.
9613 Tue Apr 30 19:15:36 CEST 2002  Jan Hubicka  <jh@suse.cz>
9615         * i386.md (type): Add new SSE/MMX subtypes, remove usused fop1.
9616         (mode): Add vector modes
9617         (i387): Kill attribute.
9618         (unit): New attribute.
9619         (length_immediate): Grok new types.
9620         (prefix_data16, prefix_rep, prefix_0f): Fix for SSE/MMX.
9621         (modrm): Use "unit".
9622         (memory): Handle MMX/SSE properly.
9623         (scheduling descriptions): Kill uses of fop1.
9624         (sse, mmx, fp patterns): Set type and mode properly.
9626 Tue Apr 30 09:31:59 2002  Jeffrey A Law  (law@redhat.com)
9628         * pa.c (override_options): Default to PA8000 scheduling.
9629         * doc/invoke.texi (HP-PA options): Mention newly added 7300
9630         scheduling parameter.
9632         * pa.md (7100lc, 7200, 7300 scheduling): Slightly refine
9633         handling of double precision multiplies.
9635         * pa.md (7100lc, 7200, 7300 scheduling): Refine handling of
9636         fpdiv and fpsqrt instructions.
9637         (7200 & 7300 scheduling): Fix typo in handling of
9638         store-load and store-store penalties.
9640 2002-04-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9642         * doc/contrib.texi (Contributors): Use MIPS instead of Mips and
9643         mips.  Add two missing commas.
9645 2002-04-30  Paolo Carlini  <pcarlini@unitus.it>
9647         * doc/contrib.texi (Contributors): Update Paolo Carlini's
9648         and Benjamin Kosnik's entries.
9650 2002-04-29  David S. Miller  <davem@redhat.com>
9652         * config/sparc/sparc.h (BRANCH_COST, PREFETCH_BLOCK,
9653         SIMULTANEOUS_PREFETCHES): Tune for UltraSPARC-III.
9654         * config/sparc/sparc.md (call + jmp 32-bit peepholes): Likewise.
9655         * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
9657 2002-04-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9659         * combine.c (find_split_point): Use gen_int_mode.
9661 2002-04-29  Vladimir Makarov  <vmakarov@redhat.com>
9663         Merging code from dfa-branch:
9665         2002-04-24  Vladimir Makarov  <vmakarov@redhat.com>
9667         * genautomata.c (output_reserv_sets): Fix typo.
9669         2002-04-23  Vladimir Makarov  <vmakarov@redhat.com>
9671         * genautomata.c (output_reserv_sets): Remove
9672         next_cycle_output_flag.
9674         Thu Apr 18 08:57:06 2002  Jeffrey A Law  (law@redhat.com)
9676         * sched-rgn.c (init_ready_list): Make the DFA code handle
9677         USE/CLOBBER insns in the same way as the traditional
9678         scheduler.
9679         (new_ready): Similarly..
9681         2002-04-17  Vladimir Makarov  <vmakarov@redhat.com>
9683         * haifa-sched.c (schedule_block): Change the DFA state only after
9684         issuing insn.
9686         Wed Apr 17 15:38:36 2002  Jeffrey A Law  (law@redhat.com)
9688         * pa.c (hppa_use_dfa_pipeline_interface): New function.
9689         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.
9690         (override_options): Add PA7300 scheduling support.
9691         (pa_adjust_cost): Update various comments.  Properly
9692         handle anti and output dependencies when using the
9693         DFA scheduler.
9694         (pa_issue_rate): Add PA7300 scheduling support.
9695         (pa_can_combine_p): Call extract_insn before calling
9696         constrain_operands (taken from mainline tree).
9697         * pa.h (enum processor_type): Add PROCESSOR_PA7300.
9698         * pa.md (cpu attr): Add 7300.  Rewrite pipeline
9699         descriptions using DFA descriptions.  Add PA7300
9700         scheduling support.
9702         2002-03-30  David S. Miller  <davem@redhat.com>
9704         Add UltraSPARC-III DFA scheduling support.
9705         * config/sparc/sparc.md (define_attr type): Add fpcrmove.
9706         Update FP conditional move on register insn patterns to use it, as
9707         appropriate.
9708         (define_attr cpu): Add ultrasparc3.
9709         (define_attr us3load_type): New, update integer load patterns to
9710         set it, as appropriate.
9711         (define_automaton): Add ultrasparc3_0 and ultrasparc3_1.
9712         (rest): Add UltraSPARC3 scheduling description.
9713         * config/sparc/sparc.h (TARGET_CPU_ultrasparc3): New.
9714         (PROCESSOR_ULTRASPARC3): New.
9715         ({ASM,CPP}_CPU64_DEFAULT_SPEC): Handle ultrasparc3.
9716         ({ASM,CPP}_CPU_SPEC): Likewise.
9717         (REGISTER_MOVE_COST): Likewise.
9718         (RTX_COSTS): Likewise.
9719         * config/sparc/sparc.c (sparc_override_options,
9720         sparc_initialize_trampoline, sparc64_initialize_trampoline,
9721         sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
9722         sparc_issue_rate): Likewise.
9723         * config/sparc/sol2.h: Likewise.
9724         * config/sparc/sol2-sld-64.h: Likewise.
9725         * config/sparc/linux64.h: Likewise.
9727         2002-03-22  Vladimir Makarov  <vmakarov@redhat.com>
9729         * doc/md.texi: Add comments about usage the latency time for the
9730         different dependencies and about case when two or more conditions
9731         in different define_insn_reservations returns TRUE for an insn.
9733         * doc/md.texi: Add reference for automaton based pipeline
9734         description.
9736         2002-03-04  Vladimir Makarov  <vmakarov@redhat.com>
9738         * doc/passes.texi: Add missed information about genattrtab.
9740         2002-03-01  Vladimir Makarov  <vmakarov@redhat.com>
9742         * genautomata.c (output_automata_list_transition_code): Check
9743         automata_list on NULL.
9745         2002-02-28  Vladimir Makarov  <vmakarov@redhat.com>
9747         * genautomata.c (output_insn_code_cases,
9748         output_automata_list_min_issue_delay_code,
9749         output_automata_list_transition_code,
9750         output_automata_list_state_alts_code): Comment the functions.
9752         2002-02-22  Vladimir Makarov  <vmakarov@redhat.com>
9754         * genautomata.c (automata_list_el_t): New typedef.
9755         (get_free_automata_list_el,free_automata_list_el,
9756         free_automata_list, automata_list_hash, automata_list_eq_p,
9757         initiate_automata_lists, automata_list_start, automata_list_add,
9758         automata_list_finish, finish_automata_lists,
9759         output_insn_code_cases, output_automata_list_min_issue_delay_code,
9760         output_automata_list_transition_code,
9761         output_automata_list_state_alts_code, add_automaton_state,
9762         form_important_insn_automata_lists): New functions and prototypes.
9763         (insn_reserv_decl): Add members important_automata_list and
9764         processed_p.
9765         (ainsn): Add members important_p.
9766         (automata_list_el): New structure.
9767         (first_free_automata_list_el, current_automata_list,
9768         automata_list_table): New global variables.
9769         (create_ainsns): Initiate member important_p.
9770         (output_internal_min_issue_delay_func): Generate the switch and
9771         call output_insn_code_cases.
9772         (output_internal_trans_func, output_internal_state_alts_func):
9773         Ditto.
9774         (generate): Call initiate_automata_lists.
9775         (automaton_states): New global variable.
9776         (expand_automata): Call form_important_insn_automata_lists.
9777         (write_automata): Call finish_automata_lists.
9779         2002-02-21  Vladimir Makarov  <vmakarov@redhat.com>
9781         * genautomata.c (add_excls, add_presence_absence): Check that
9782         cpu units in the sets belong the same automaton.
9784         * rtl.def (EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET): Add comment
9785         about that cpu units in the sets belong the same automaton.
9787         * doc/md.texi: Ditto.
9789         2001-12-20  Naveen Sharma  <naveens@noida.hcltech.com>
9790                     Nitin Gupta  <niting@noida.hcltech.com>
9792         * config/sh/sh.c (sh_use_dfa_interface): New function.
9794         (sh_issue_rate): New Function.
9795         TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE: define.
9796         TARGET_SCHED_ISSUE_RATE: define.
9798         * config/sh/sh.md: Add DFA based pipeline description for SH4.
9800         (define_attr insn_class): New attribute used for DFA
9801          scheduling.
9802         (define_insn cmpgtsi_t): Set attribute insn_class mt_group.
9803         (cmpgesi_t,cmpgtusi_t,cmpgeusi_t,cmpeqsi_t,
9804          cmpeqdi_t): Likewise.
9806         (add,addc1,addsi3,subc,subc1,*subsi3_internal,
9807          negc,negsi2,ashldi3_k,lshrdi3_k,ashrdi3_k): Set insn_class
9808          ex_group.
9809         (iorsi3,rotlsi3_1,rotlsi3_31,rotlsi3_16): Likewise.
9811         2001-10-03  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
9813         * haifa-sched.c (queue_to_ready): Remove unnecessary condition for
9814         break.
9816         2001-10-03  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
9818         * genautomata.c (DFA_INSN_CODES_LENGTH_VARIABLE_NAME): New macro.
9819         (output_dfa_insn_code_func): Expand dfa_insn_codes if it is
9820         necessary.
9821         (output_dfa_start_func): Initiate new variable insn_codes_length,
9822         (write_automata): Output definition of the new variable.
9824         2001-10-02  David S. Miller  <davem@redhat.com>
9826         * haifa-sched.c (advance_one_cycle): New function.
9827         (schedule_block): Use it.
9828         (queue_to_ready): Use it, and also make sure to advance the DFA
9829         state on all stall cycles, not just those where insn_queue links
9830         are found.
9832         2001-10-02  Richard Sandiford  <rsandifo@redhat.com>
9834         * haifa-sched.c (max_issue): Remove last_p argument.  Only return
9835         non-zero if the highest-priority instruction could be scheduled.
9836         (choose_ready): Remove last argument from max_issue call.
9838         2001-09-28  David S. Miller  <davem@redhat.com>
9840         * config/sparc/sparc.c (sparc_use_sched_lookahead): Use 4 for
9841         ultrasparc and 3 for other multi-issue sparcs.
9843         2001-09-27  David S. Miller  <davem@redhat.com>
9845         * config/sparc/sparc.md (cycle_display): New pattern.
9846         * config/sparc/sparc.c (sparc_cycle_display): New.
9847         (TARGET_SCHED_CYCLE_DISPLAY): Set it.
9849         2001-09-25  David S. Miller  <davem@redhat.com>
9851         Convert all of Sparc scheduling to DFA
9852         * config/sparc/sparc.md: Kill all define_function_unit
9853         directives and replace with DFA equivalent.
9854         * config/sparc/sparc.c (ultrasparc_adjust_cost,
9855         mark_ultrasparc_pipeline_state, ultra_cmove_results_ready_p,
9856         ultra_fpmode_conflict_exists, ultra_find_type,
9857         ultra_build_types_avail, ultra_flush_pipeline,
9858         ultra_rescan_pipeline_state, ultrasparc_sched_reorder,
9859         ultrasparc_variable_issue, ultrasparc_sched_init,
9860         sparc_variable_issue, sparc_sched_reorder, ultra_code_from_mask,
9861         ultra_schedule_insn, ultra_code_names, ultra_pipe_hist,
9862         ultra_cur_hist, ultra_cycles_elapsed): Kill.
9863         (sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
9864         ultrasparc_store_bypass_p): New.
9865         * config/sparc/sparc-protos.h (ultrasparc_store_bypass_p):
9866         Declare.
9868         2001-09-24  David S. Miller  <davem@redhat.com>
9870         * haifa-sched.c (ready_remove): Fix thinko, we want to copy around
9871         ready->vec[foo] not ready[foo].
9873         2001-09-07  Vladimir Makarov  <vmakarov@redhat.com>
9875         * doc/md.texi: Correct examples for define_insn_reservations
9876         `mult' and `div'.
9878         2001-09-07  Vladimir Makarov  <vmakarov@redhat.com>
9880         * genautomata.c (create_automata): Print message about creation of
9881         each automaton.
9882         (generate): Remove printing meease about creation of
9883         automata.
9885         2001-09-05  David S. Miller  <davem@redhat.com>
9887         * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
9888         * config/sparc/linux64.h: Likewise.
9890         2001-08-31  Vladimir Makarov  <vmakarov@redhat.com>
9892         * haifa-sched.c (insn_cost, schedule_insn, queue_to_ready,
9893         schedule_block, sched_init, sched_finish): Add missed calls of
9894         use_dfa_pipeline_interface.
9896         * sched-rgn.c (init_ready_list, new_ready, debug_dependencies):
9897         Ditto.
9899         * sched-vis.c (get_visual_tbl_length): Ditto.
9901         2001-08-27  Richard Henderson  <rth@redhat.com>
9903         * genattr.c (main): Emit state_t even when not doing scheduling.
9905         2001-08-27  Richard Henderson  <rth@redhat.com>
9907         * genautomata.c (expand_automata): Always create a description.
9909         2001-08-27  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
9911         * rtl.def (DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT, EXCLUSION_SET,
9912         PRESENCE_SET, ABSENCE_SET, DEFINE_BYPASS, DEFINE_AUTOMATON,
9913         AUTOMATA_OPTION, DEFINE_RESERVATION, DEFINE_INSN_RESERVATION): New
9914         RTL constructions.
9916         * genattr.c (main): New variable num_insn_reservations.  Increase
9917         it if there is DEFINE_INSN_RESERVATION.  Output automaton based
9918         pipeline hazard recognizer interface.
9920         * genattrtab.h: New file.
9922         * genattrtab.c: Include genattrtab.h.
9923         (attr_printf, check_attr_test, make_internal_attr,
9924         make_numeric_value): Move protypes into genattrtab.h.  Define them
9925         as external.
9926         (num_dfa_decls): New global variable.
9927         (main): Process DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT,
9928         DEFINE_BYPASS, EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET,
9929         DEFINE_AUTOMATON, AUTOMATA_OPTION, DEFINE_RESERVATION,
9930         DEFINE_INSN_RESERVATION.  Call expand_automata and write_automata.
9932         * genautomata.c: New file.
9934         * rtl.h (LINK_COST_ZERO, LINK_COST_FREE): Remove them.
9936         * sched-int.h: (curr_state): Add the external definition for
9937         automaton pipeline interface.
9938         (haifa_insn_data): Add comments for members blockage and units.
9940         * target-def.h (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
9941         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
9942         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
9943         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
9944         TARGET_SCHED_DFA_POST_CYCLE_INSN,
9945         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
9946         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): New
9947         macros.
9948         (TARGET_SCHED): Use the new macros.
9950         * target.h (use_dfa_pipeline_interface, init_dfa_pre_cycle_insn,
9951         dfa_pre_cycle_insn, init_dfa_post_cycle_insn, dfa_post_cycle_insn,
9952         first_cycle_multipass_dfa_lookahead, init_dfa_bubbles,
9953         dfa_bubble): New members in gcc_target.sched.
9955         * haifa-sched.c (insert_schedule_bubbles_p): New variable.
9956         (MAX_INSN_QUEUE_INDEX): New macro for automaton interface.
9957         (insn_queue): Redefine it as pointer to array.
9958         (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
9959         INSN_QUEUE_SIZE.
9960         (max_insn_queue_index_macro_value): New variable.
9961         (curr_state, dfa_state_size, ready_try): New varaibles for
9962         automaton interface.
9963         (ready_element, ready_remove, max_issue): New function prototypes
9964         for automaton interface.
9965         (choose_ready): New function prototype.
9966         (insn_unit, blockage_range): Add comments.
9967         (unit_last_insn, unit_tick, unit_n_insns): Define them for case
9968         FUNCTION_UNITS_SIZE == 0.
9969         (insn_issue_delay, actual_hazard_this_instance, schedule_unit,
9970         actual_hazard, potential_hazard): Add comments.
9971         (insn_cost): Use cost -1 as undefined value.  Remove
9972         LINK_COST_ZERO and LINK_COST_FREE.  Add new code for automaton
9973         pipeline interface.
9974         (ready_element, ready_remove): New functions for automaton
9975         interface.
9976         (schedule_insn): Add new code for automaton pipeline interface.
9977         (queue_to_ready): Add new code for automaton pipeline interface.
9978         Use MAX_INSN_QUEUE_INDEX instead of INSN_QUEUE_SIZE.
9979         (debug_ready_list): Print newline when the queue is empty.
9980         (max_issue): New function for automaton pipeline interface.
9981         (choose_ready): New function.
9982         (schedule_block): Add new code for automaton pipeline interface.
9983         Print ready list before scheduling each insn.
9984         (sched_init): Add new code for automaton pipeline interface.
9985         Initiate insn cost by -1.
9986         (sched_finish): Free the current automaton state and finalize
9987         automaton pipeline interface.
9989         * sched-rgn.c: Include target.h.
9990         (init_ready_list, new_ready, debug_dependencies): Add new code for
9991         automaton pipeline interface.
9993         * sched-vis.c: Include target.h.
9994         (get_visual_tbl_length): Add code for automaton interface.
9995         (target_units, print_block_visualization):  Add comments.
9997         * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
9998         USE_HOST_GETRUNTIME, USE_HOST_HASHTAB, HOST_VARRAY): New variables.
9999         (sched-rgn.o, sched-vis.o): Add new dependency file target.h.
10000         (getruntime.o, genautomata.o): New entries.
10001         (genattrtab.o): Add new dependency file genattrtab.h.
10002         (genattrtab): Add new dependencies.  Link it with `libm.a'.
10003         (getruntime.o, hashtab.o): New entries for canadian cross.
10005         * doc/md.texi: Description of automaton based model.
10007         * doc/tm.texi (TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_ADJUST_COST):
10008         Add comments.
10009         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
10010         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
10011         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
10012         TARGET_SCHED_DFA_POST_CYCLE_INSN,
10013         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
10014         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
10015         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): The new
10016         hook descriptions.
10017         (TRADITIONAL_PIPELINE_INTERFACE, DFA_PIPELINE_INTERFACE,
10018         MAX_DFA_ISSUE_RATE): New macro descriptions.
10020         * doc/contrib.texi: Add dfa based scheduler contribution.
10022         * doc/gcc.texi: Add more information about genattrtab.
10024 Mon Apr 29 17:19:10 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10026         * reload1.c (eliminate_regs, case SUBREG): Fix typo in
10027         adjust_address_nv call.
10029 2002-04-29  Janis Johnson  <janis187@us.ibm.com>
10031         * doc/install.texi (Testing): Provide additional information, and
10032         a stronger encouragement, for running the testsuites.
10034 2002-04-29  DJ Delorie  <dj@redhat.com>
10036         * config/mips/mips.c (mips_parse_cpu): Warn if the CPU name is
10037         given in upper case.
10039 2002-04-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10041         * fixinc/inclhack.def (solaris_widec): Include <wchar.h> in
10042         Solaris 2 <widec.h> if missing.
10043         * fixinc/fixincl.x: Regenerate.
10044         * fixinc/tests/base/widec.h: New file.
10046 2002-04-29  Nick Clifton  <nickc@cambridge.redhat.com>
10048         * toplev.c (f_options): Add "profile" switch so that
10049         -fno-profile can be used to disable -p.
10051 2002-04-29  Bernd Schmidt  <bernds@redhat.com>
10053         * c-common.c (type_for_mode): Add support for V2DFmode, V2DImode,
10054         UV2DImode.
10055         * tree.c (build_common_tree_nodes_2): Likewise.
10056         * tree.h (enum tree_index): Likewise.
10057         (V2DF_type_node, V2DI_type_node, unsigned_V2DI_type_node): Define.
10059         * config/i386/i386.c (bdesc_comi, bdesc_2arg, bdesc_1arg): Add SSE2
10060         entries.
10061         (init_mmx_sse_builtins): Initialize SSE2 builtins.
10062         (ix86_expand_builtin): Add support for SSE2 builtins.
10063         * config/i386/i386.h (VALID_SSE2_REG_MODE): New macro.
10064         (VALID_SSE_REG_MODE): Use it.
10065         (VECTOR_MODE_SUPPORTED_P): Allow SSE2 modes here as well.
10066         (enum ix86_builtins): Add SSE2 builtins.
10067         * config/i386/i386.md (movv2df_internal, movv2df, movv8hi_internal,
10068         movv8hi, movv16qi_internal, movv16qi, pushv2df, pushv8hi, pushv16qi,
10069         addv2df3, vmaddv2df3, subv2df3, vmsubv2df3, mulv2df3, vmmulv2df3,
10070         divv2df3, vmdivv2df3, smaxv2df3, vmsmaxv2df3, sminv2df3, vmsminv2df3,
10071         sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3, sqrtv2df2,
10072         vmsqrtv2df2, maskcmpv2df3, maskncmpv2df3, vmmaskcmpv2df3,
10073         vmmaskncmpv2df3, sse2_comi, sse2_ucomi, sse2_movmskpd, sse2_pmovmskb,
10074         sse2_maskmovdqu, sse2_movntv2df, sse2_movntti, sse2_movntsi, cvtdq2ps,
10075         cvtps2dq, cvttps2dq, cvtdq2pd, cvtpd2dq, cvttpd2dq, cvtpd2pi,
10076         cvttpd2pi, cvtpi2pd, cvtsd2si, cvttsd2si, cvtsi2sd, cvtsd2ss,
10077         cvtss2sd, cvtpd2ps, cvtps2pd, addv16qi3, addv8hi3, addv4si3, addv2di3,
10078         ssaddv16qi3, ssaddv8hi3, usaddv16qi3, usaddv8hi3, subv16qi3, subv8hi3,
10079         subv4si3, subv2di3, sssubv16qi3, sssubv8hi3, ussubv16qi3, ussubv8hi3,
10080         mulv8hi3, smulv8hi3_highpart, umulv8hi3_highpart, sse2_umulsidi3,
10081         sse2_umulv2siv2di3, sse2_pmaddwd, sse2_clrti, sse2_uavgv16qi3,
10082         sse2_uavgv8hi3, sse2_psadbw, sse2_pinsrw, sse2_pextrw, sse2_pshufd,
10083         sse2_pshuflw, sse2_pshufhw, eqv16qi3, eqv8hi3, eqv4si3, gtv16qi3,
10084         gtv8hi3, gtv4si3, umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3,
10085         ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, sse2_lshrv2di3,
10086         ashlv8hi3, ashlv4si3, sse2_ashlv2di3, sse2_ashlti3, sse2_lshrti3,
10087         sse2_unpckhpd, sse2_unpcklpd, sse2_packsswb, sse2_packssdw,
10088         sse2_packuswb, sse2_punpckhbw, sse2_punpckhwd, sse2_punpckhdq,
10089         sse2_punpcklbw, sse2_punpcklwd, sse2_punpckldq, sse2_movapd,
10090         sse2_movupd, sse2_movdqa, sse2_movdqu, sse2_movdq2q, sse2_movq2dq,
10091         sse2_movhpd, sse2_movlpd, sse2_loadsd, sse2_movsd, sse2_storesd,
10092         sse2_shufpd, sse2_clflush, sse2_mfence, mfence_insn, sse2_lfence,
10093         lfence_insn): New patterns.
10094         (sse2_andti3, sse2_nandti3, sse2_iorti3, sse2_xorti3): Renamed from
10095         sse_andti3_sse2, sse_nandti3_sse2, sse_iorti3_sse2, sse_xorti3_sse2.
10097 Mon Apr 29 17:03:24 CEST 2002  Jan Hubicka  <jh@suse.cz>
10099         * i386.md (sse_mov?fcc*): Revert patch of Mar 14th.
10101 2002-04-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10103         * doc/contrib.texi (Contributors): Add Paolo Carlini and
10104         Janis Johnson.
10105         Update Richard Henderson, Jakub Jelinek, and Mark Mitchell.
10106         Refer to Objective-C instead of ObjC, SPARC instead of sparc,
10107         and CPU instead of cpu.
10109 Mon Apr 29 13:36:41 CEST 2002  Jan Hubicka  <jh@suse.cz>
10111         * toplev.c (flag_if_conversion, flag_if_conversion2): New static
10112         variables.
10113         (lang_independent_options): Add -fif-conversion, -fif-conversion2
10114         (rest_of_compilation): Do if conversion only when asked for.
10115         (parse_options_and_default_flags): Set new variables to 1 for -O1
10116         * invoke.texi (-fif-conversion, -fif-conversion2): Document.
10118 Mon Apr 29 13:02:50 CEST 2002  Jan Hubicka  <jh@suse.cz>
10120         * i386.c (dbx64_register_map): Fix typo.
10122 Mon Apr 29 12:18:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
10124         * predict.c (real_zero, real_one, real_almost_one, real_br_prob_base,
10125         real_one_half, real_bb_freq_max): New static variables.
10126         (debug_profile_bbauxs): Kill.
10127         (process_note_predictions): Kill unused variable.
10128         (block_info_def, edge_info_def): Use REAL_VALUE_TYPE instead of
10129         volatile double.
10130         (propagate_freq): Use REAL_ARITHMETICS.
10131         (estimate_bb_frequencies): Likevise; init new static variables.
10132         * Makefile.in (predict.o): Add dependency on real.h
10134 2002-04-28  David S. Miller  <davem@redhat.com>
10136         PR target/6500
10137         * config/sparc/sparc.md (prefetch): Emit properly for 32-bit vs.
10138         64-bit TARGET_V9.  Do not use prefetch page, use prefetch for
10139         several {reads,writes} instead.
10140         * config/sparc/sparc.h (PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES):
10141         Define.
10143 2002-04-27  David S. Miller  <davem@redhat.com>
10145         PR target/6494
10146         * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Be mindful
10147         of the stack bias.
10149         * config/sparc/linux.h, config/sparc/linux64.h: Don't bother
10150         including signal.h and sys/ucontext.h, not needed.
10152 2002-04-29  Hans-Peter Nilsson  <hp@bitrange.com>
10154         * varasm.c (output_constant_def): Correct test for not calling
10155         ENCODE_SECTION_INFO for INTEGER_CST.
10157 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10159         * cppexp.c (lex): Move some code to _cpp_parse_expr, but
10160         keep most cases as function eval_token.
10161         (eval_token): New function.
10162         (_cpp_parse_expr): Read token here for improved diagnostics.
10163         Don't use op_as_text.  Detect bad ':' here.
10164         (reduce): Don't detect bad ':' here.
10165         (op_as_text): Remove.
10166         * cpphash.h (_cpp_test_assertion): Change prototype.
10167         * cpplib.c (_cpp_test_assertion): Change prototype.
10169 2002-04-28  Richard Henderson  <rth@redhat.com>
10171         PR c/5154
10172         * ggc-common.c (ggc_mark_rtx_children_1): Rename from...
10173         (ggc_mark_rtx_children): New.
10175 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
10177         PR target/6496
10178         * config/sparc/sparc.md (call + jump 32-bit peepholes): Disable jump
10179         after call peepholes for UltraSPARC.
10180         (call + jump 64-bit peepholes): Remove.
10182 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10184         PR c/6497
10185         * config/rs6000/rs6000.md (sCC patterns): Remove clobber and use
10186         result as temporary value.
10188 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
10190         PR c++/6396
10191         * toplev.c (rest_of_compilation): Only run regrename and copy
10192         propagation if optimizing.
10194 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
10196         PR optimization/6475
10197         * reload1.c (alter_reg): Only call set_mem_expr if I is home pseudo
10198         register of REGNO_DECL (i).
10199         * Makefile.in (reload1.o): Add $(TREE_H).
10201 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
10203         * cppexp.c (lex): Update to use state.skip_eval.
10204         (struct op): Remove prio and flags members.
10205         (FLAG_BITS, FLAG_MASK, PRIO_SHIFT, EXTRACT_PRIO, EXTRACT_FLAGS,
10206         SHORT_CIRCUIT, RIGHT_ASSOC, ..._PRIO, op_to_prio): Remove.
10207         (LEFT_ASSOC): New macro.
10208         (optab): New table of operator priorities and flags.
10209         (SHIFT): Update.
10210         (_cpp_parse_expr): Clean up logic.  Return bool.  Use a
10211         malloc-ed parser stack.
10212         (reduce): New; reduce the operator stack.
10213         (_cpp_expand_op_stack): Expand the operator stack as necessary.
10214         * cpphash.h (struct op): Predeclare.
10215         (struct cpp_reader): New members op_stack, op_limit.
10216         (struct lexer_state): New member skip_eval.
10217         (_cpp_parse_expr): Update.
10218         (_cpp_expand_op_stack): New.
10219         * cpplib.c (do_if): Update.
10220         * cppinit.c (cpp_create_reader): Create op stack.
10221         (cpp_destroy): And destroy it.
10222         * cpplib.h (CPP_LAST_CPP_OP): Correct.
10223         (TTYPE_TABLE): Correct.
10225 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10227         PR c/6343
10228         * c-decl.c (duplicate_decls): Call merge_weak.
10229         * c-pragma.c (apply_pragma_weak): Warn about misuse.
10230         * output.h (merge_weak): Prototype merge_weak.
10231         * varasm.c (merge_weak): New function.
10232         (declare_weak): Make sure we don't give an error on VAR_DECLs.
10233         Mark RTL with SYMBOL_REF_WEAK.
10235 2002-04-27  Kurt Garloff <garloff@suse.de>
10237         * tree-inline.c (inlinable_function_p): Improve heuristics
10238         by using a smoother function to cut down allowable inlinable size.
10239         * param.def: Add parameters max-inline-insns-single,
10240         max-inline-slope, min-inline-insns that determine the exact
10241         shape of the above function.
10242         * param.h: Likewise.
10244 2002-04-26  Richard Henderson  <rth@redhat.com>
10246         * c-parse.in (malloced_yyss, malloced_yyvs): New.
10247         (yyoverflow): Re-add.  Set them.
10248         (free_parser_stacks): New.
10249         * c-common.h: Declare it.
10250         * c-lex.c (c_common_parse_file): Call it.
10252 2002-04-26  Richard Henderson  <rth@redhat.com>
10254         * cfgrtl.c (tidy_fallthru_edge): Don't use next_real_insn
10255         for fallthru search.
10257 2002-04-26  Eric Christopher  <echristo@redhat.com>
10259         PR optimization/3700
10260         * config/mips/mips.c (mips_issue_rate): Define.  New function.
10261         (TARGET_SCHED_ISSUE_RATE): Use.
10263 2002-04-25  David S. Miller  <davem@redhat.com>
10265         PR target/6422
10266         * reorg.c (optimize_skip): Do not allow exception causing
10267         instructions to be considered for delay slots.
10268         (fill_simply_delay_slots, fill_slots_from_thread): Likewise.
10269         (relax_delay_slots): Do not try to consider exception causing
10270         instructions as redundant.
10272 2002-04-26  Richard Henderson  <rth@redhat.com>
10274         PR c/5225
10275         * c-typeck.c (build_unary_op) [CONVERT_EXPR]: Invoke non_lvalue.
10277 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
10279         PR bootstrap/6445
10280         * config/i386/i386.md (untyped_call): Return the value in a float
10281         register if TARGET_FLOAT_RETURNS_IN_80387, not just if
10282         TARGET_80387.
10284 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
10286         * tree.c (tree_int_cst_lt): Compare constants whose types differ
10287         in unsigned-ness correctly.
10289 2002-04-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10291         * pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the
10292         portable runtime model.
10294 2002-04-26  Richard Henderson  <rth@redhat.com>
10296         * c-parse.in (yyoverflow): Revert.
10298 2002-04-26  David Edelsohn  <edelsohn@gnu.org>
10299             Richard Henderson  <rth@redhat.com>
10301         * config/rs6000/rs6000.md (sCC pattern): Remove clobber and use
10302         result as temporary value.
10304 2002-04-26  Richard Henderson  <rth@redhat.com>
10306         PR c/3581
10307         * c-common.c (fix_string_type): Split out of ...
10308         (combine_strings): ... here.  Take a varray, not a tree list.
10309         (c_expand_builtin_printf): Use fix_string_type.
10310         * c-common.h: Update decls.
10311         * c-parse.in (string): Remove.  Update all uses to use STRING
10312         instead, and not call combine_strings.
10313         (yylexstring): New.
10314         (_yylex): Use it.
10315         * c-typeck.c (simple_asm_stmt): Don't call combine_strings.
10316         (build_asm_stmt): Likewise.
10317         * objc/objc-act.c (my_build_string): Use fix_string_type.
10318         (build_objc_string_object): Build varray for combine_strings.
10320 2002-04-26  Bo Thorsen  <bo@suse.co.uk>
10322         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Define for
10323         x86-64.
10325 2002-04-26  Neil Booth  <neil@daikokuya.demon.co.uk>
10327         * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.
10328         (HAVE_NO_R_OPERAND): Remove.
10329         (HAVE_VALUE): Remove.
10330         (op_to_prio): Update.
10331         (UNARY): Don't alter flags.
10332         (_cpp_parse_expr): want_value used to indicate whether
10333         a number or unary operator is expected next.  Distinguish
10334         unary and binary +/-.
10335         (op_as_text): Update for unary operators.
10337 2002-04-25  Richard Henderson  <rth@redhat.com>
10339         PR c/2161
10340         * c-parse.in (yyoverflow): New.
10342 2002-04-25  Richard Henderson  <rth@redhat.com>
10344         PR c/2098
10345         * c-common.c (shorten_compare): Simplfy conditions leading to
10346         the generation of a warning.
10348 2002-04-25  Richard Henderson  <rth@redhat.com>
10350         PR c/2035
10351         * expmed.c (extract_bit_field): Fall through to generic code rather
10352         than aborting on subreg special case.
10354 2002-04-25  David S. Miller  <davem@redhat.com>
10356         * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Add back check
10357         for DECL being NULL.
10359 2002-04-25  Steve Christiansen  <smc@us.ibm.com>
10361         * doc/md.texi (Machine Constraints): Add IA-64 constraints.
10363 2002-04-25  Eric Botcazou  <ebotcazou@multimania.com>
10365         * c-decl.c (grokdeclarator): Remove outdated ??? note
10366         on invalid declaration of flexible array members.
10368 2002-04-25  Richard Henderson  <rth@redhat.com>
10370         * doc/invoke.texi: Document -gdwarf{,-2} vs debug level.
10372 2002-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
10374         * config/s390/s390.c (s390_emit_epilogue): Always restore registers
10375         needed by the compiler, even if they are used as global regs.
10377 2002-04-25  Matt Hiller  <hiller@redhat.com>
10379         * mips.c (mips_class_max_nregs, mips_register_move_cost): New
10380         functions.
10381         * mips.h (CLASS_MAX_NREGS, REGISTER_MOVE_COST): Redefine as calls
10382         of the corresponding functions.
10383         * mips-protos.h (mips_class_max_nregs, mips_register_move_cost):
10384         New prototypes.
10386 2002-04-25  Matt Hiller  <hiller@redhat.com>
10388         * config/mips/mips.h (mips_sw_reg_names): Declare as extern.
10390         (ALL_COP_ADDITIONAL_REGISTER_NAMES): New macro.
10391         (FIRST_PSEUDO_REGISTER): Redefine considering coprocessor
10392         registers, adjust comment accordingly.
10393         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS,
10394         reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGISTER_NAMES,
10395         DEBUG_REGISTER_NAMES, REG_ALLOC_ORDER): Adjust to include entries
10396         for coprocessor registers.
10397         (ADDITIONAL_REGISTER_NAMES): Include
10398         ALL_COP_ADDITIONAL_REGISTER_NAMES.
10400         (COP0_REG_FIRST, COP0_REG_LAST, COP0_REG_NUM,
10401         COP2_REG_FIRST, COP2_REG_LAST, COP2_REG_NUM,
10402         COP3_REG_FIRST, COP3_REG_LAST, COP3_REG_NUM,
10403         COP0_REG_P, COP2_REG_P, COP3_REG_P, ALL_COP_REG_P,
10404         COPNUM_AS_CHAR_FROM_REGNUM, COP_REG_CLASS_P): New macros.
10406         (mips_char_to_class): Adjust comment to include coprocessor
10407         constraint letters.
10409         * config/mips/mips.c (coprocessor_operand, coprocessor2_operand):
10410         New functions.
10411         (mips_reg_names, mips_regno_to_class): Include coprocessor
10412         information.
10413         (mips_sw_reg_names): Ditto, make non-static.
10414         (mips_move_1word): Handle moves to and from coprocessor registers.
10415         (mips_move_2words): Handle moves to and from coprocessor
10416         registers.
10417         (mips_class_max_nregs, mips_register_move_cost): Handle
10418         coprocessor register classes.
10419         (override_options): Initialize mips_char_to_class and
10420         mips_hard_regno_mode_ok properly for coprocessor registers.
10422         * config/mips/mips.md (movdi_internal, movdi_internal2,
10423         movsi_internal1, movsi_internal2): Add constraint-sets for
10424         coprocessor registers.
10425         * testsuite/gcc.c-torture/mipscop-1.c: New testcase.
10426         * testsuite/gcc.c-torture/mipscop-1.x: Disable above if target
10427         isn't mips.
10428         * testsuite/gcc.c-torture/mipscop-2.c: New testcase.
10429         * testsuite/gcc.c-torture/mipscop-2.x: Disable above if target
10430         isn't mips.
10431         * testsuite/gcc.c-torture/mipscop-3.c: New testcase.
10432         * testsuite/gcc.c-torture/mipscop-3.x: Disable above if target
10433         isn't mips.
10434         * testsuite/gcc.c-torture/mipscop-4.c: New testcase.
10435         * testsuite/gcc.c-torture/mipscop-4.x: Disable above if target
10436         isn't mips.
10438         * doc/tm.texi: Document feature.
10440 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
10442         * integrate.c (function_attribute_inlinable_p): Simplify.
10443         Check the table pointer is not NULL.
10445 2002-04-25  Steven Bosscher  <S.Bosscher@student.tudelft.nl>
10447         * doc/c-tree.texi: Fix typo in introduction.
10449 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
10451         * c-common.h (c_common_parse_file): Update.
10452         * c-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
10453         * c-lex.c (YYDEBUG): Get from c-lex.h.
10454         (c_common_parse_file): Update.
10455         * c-lex.h (YYDEBUG, yydebug): New.
10456         * c-parse.in (YYDEBUG): Get from c-lex.h.
10457         (c_set_yydebug): Remove.
10458         * c-tree.h (c_set_yydebug): Remove.
10459         * langhooks-def.h (lhd_do_nothing_i): New.
10460         (lhd_set_yydebug, LANG_HOOKS_SET_YYDEBUG): Remove.
10461         (LANG_HOOKS_PARSE_FILE, LANG_HOOKS_INITIALIZER): Update.
10462         * langhooks.c  (lhd_do_nothing_i): New.
10463         (lhd_set_yydebug): Remove.
10464         * langhooks.h (struct lang_hooks): Update.
10465         * toplev.c (set_yydebug): New.
10466         (compile_file): Update call to parse_file hook.
10467         (decode_d_option): Update.
10468 objc:
10469         * objc-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
10471 Wed Apr 24 23:45:37 2002  J"orn Rennecke <joern.rennecke@superh.com>
10473         * loop.c (load_mems): Don't change the interface of called functions.
10475         * calls.c (expand_call): Take current_function_pretend_args_size
10476         into account when setting argblock for sibcalls.
10478 2002-04-24  Matt Hiller  <hiller@redhat.com>
10480         * cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
10481         * c-lex.c: Ditto.
10483         * cpplex.c (skip_line_comment): Process comment one multibyte
10484         character at a time rather than one char at a time, if
10485         appropriate.
10486         (parse_string): Process string one multibyte character at a time
10487         rather than one char at a time, if appropriate.
10488         * c-lex.c (lex_string): Lex and copy multibyte strings
10489         appropriately.
10490         * cpplib.h (cppchar_t): Change to unsigned.
10492 2002-04-24  Richard Henderson  <rth@redhat.com>
10494         PR c/3467
10495         * c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays
10496         for c99.
10498 Wed Apr 24 21:51:54 2002  J"orn Rennecke <joern.rennecke@superh.com>
10500         * sh.c (sh_va_arg): If argument was passed by reference,
10501         dereference the pointer.
10503         * sh.h (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
10505         * sh.md (divsi3_i4_media): Use match_operand for input values
10506         rather than hard registers.
10507         (divsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
10508         unnecessarily through hard registers.  Keep copies of pseudo
10509         registers outside of the libcall sequence.
10511         * sh.md (casesi_shift_media): Add modes.
10513         * sh.h (RETURN_IN_MEMORY): Return variable size BLKmode
10514         values in memory.
10516 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10518         * attribs.c (c_common_attribute_table): Move table and handlers
10519         to c-common.c.
10520         (format_attribute_table, lang_attribute_table,
10521         lang_attribute_common): Remove.
10522         (init_attributes): Replace NULL pointers with pointers to the
10523         empty table.
10524         (handle_packed_attribute, handle_nocommon_attribute,
10525         handle_common_attribute, handle_noreturn_attribute,
10526         handle_noinline_attribute, handle_always_inline_attribute,
10527         handle_used_attribute, handle_unused_attribute,
10528         handle_const_attribute, handle_transparent_union_attribute,
10529         handle_constructor_attribute, handle_destructor_attribute,
10530         handle_mode_attribute, handle_section_attribute,
10531         handle_aligned_attribute, handle_weak_attribute,
10532         handle_alias_attribute, handle_visibility_attribute,
10533         handle_no_instrument_function_attribute, handle_malloc_attribute,
10534         handle_no_limit_stack_attribute, handle_pure_attribute,
10535         handle_deprecated_attribute, handle_vector_size_attribute,
10536         vector_size_helper): Move to c-common.c.
10537         * c-common.c (c_common_attribute_table,
10538         handle_packed_attribute, handle_nocommon_attribute,
10539         handle_common_attribute, handle_noreturn_attribute,
10540         handle_noinline_attribute, handle_always_inline_attribute,
10541         handle_used_attribute, handle_unused_attribute,
10542         handle_const_attribute, handle_transparent_union_attribute,
10543         handle_constructor_attribute, handle_destructor_attribute,
10544         handle_mode_attribute, handle_section_attribute,
10545         handle_aligned_attribute, handle_weak_attribute,
10546         handle_alias_attribute, handle_visibility_attribute,
10547         handle_no_instrument_function_attribute, handle_malloc_attribute,
10548         handle_no_limit_stack_attribute, handle_pure_attribute,
10549         handle_deprecated_attribute, handle_vector_size_attribute,
10550         vector_size_helper): Move from attribs.c.
10551         * c-common.h (c_common_attribute_table,
10552         c_common_format_attribute_table): New.
10553         * c-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
10554         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
10555         * langhooks-def.h (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
10556         LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE): New.
10557         (LANG_HOOKS_INITIALIZER): Update.
10558         * langhooks.h (struct lang_hooks): 3 new attribute hooks.
10559         * target-def.h (TARGET_ATTRIBUTE_TABLE): Default to NULL.
10560         * target.h: Update comment.
10561         * tree.c (default_target_attribute_table): Remove.
10562         * tree.h (default_target_attribute_table, format_attribute_table,
10563         lang_attribute_table, lang_attribute_common): Remove.
10564 objc:
10565         * objc-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
10566         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
10568 2002-04-24  Jason Merrill  <jason@redhat.com>
10570         * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNU_vector.
10571         * dwarf2out.c (dwarf_attr_name): Support it.
10572         (gen_array_type_die): Emit it.
10573         (lookup_type_die): No special handling for VECTOR_TYPE.
10574         (gen_type_die): Hand VECTOR_TYPE off to gen_array_type_die.
10576 2002-04-24  Richard Henderson  <rth@redhat.com>
10578         * config/mips/mips.md (movdi_usd): Renumber.
10580 2002-04-24  David S. Miller  <davem@redhat.com>
10582         PR target/6420
10583         * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Return false if
10584         32-bit Sparc and current_function_returns_struct is true.
10586 Wed Apr 24 13:48:25 CEST 2002  Jan Hubicka  <jh@suse.cz>
10588         * loop.c (canonicalize_condition): Use gen_int_mode.
10590 2002-04-24  Aldy Hernandez  <aldyh@redhat.com>
10592         * config/rs6000/altivec.h: Cleanup file.  Add non individual
10593         variants.
10594         (vec_vaddubm): New.
10595         (vec_vadduhm): New.
10596         (vec_vadduwm): New.
10597         (vec_vaddfp): New.
10598         (vec_vaddcuw): New.
10599         (vec_vaddubs): New.
10600         (vec_vaddsbs): New.
10601         (vec_vadduhs): New.
10602         (vec_vadduws): New.
10603         (vec_vaddsws): New.
10604         (vec_vand): New.
10605         (vec_vandc): New.
10606         (vec_vavgub): New.
10607         (vec_vavgsb): New.
10608         (vec_vavguh): New.
10609         (vec_vavgsh): New.
10610         (vec_vavguw): New.
10611         (vec_vavgsw): New.
10612         (vec_vrfip): New.
10613         (vec_vcmpbfp): New.
10614         (vec_vcmpequb): New.
10615         (vec_vcmpequh): New.
10616         (vec_vcmpequw): New.
10617         (vec_vcmpeqfp): New.
10618         (vec_vcmpgefp): New.
10619         (vec_vcmpgtub): New.
10620         (vec_vcmpgtsb): New.
10621         (vec_vcmpgtuh): New.
10622         (vec_vcmpgtsh): New.
10623         (vec_vcmpgtuw): New.
10624         (vec_vcmpgtsw): New.
10625         (vec_vcmpgtfp): New.
10626         (vec_vcmpgefp): New.
10627         (vec_vcfux): New.
10628         (vec_vcfsx): New.
10629         (vec_vctsxs): New.
10630         (vec_vctuxs): New.
10631         (vec_vexptefp): New.
10632         (vec_vrfim): New.
10633         (vec_lvx): New.
10634         (vec_lvebx): New.
10635         (vec_lvehx): New.
10636         (vec_lde): Add vector float variant.
10637         (vec_lvewx): New.
10638         (vec_lvxl): New.
10639         (vec_vlogefp): New.
10640         (vec_vmaddfp): New.
10641         (vec_vmhaddshs): New.
10642         (vec_vmaxub): New.
10643         (vec_vmaxsb): New.
10644         (vec_vmaxuh): New.
10645         (vec_vmaxsh): New.
10646         (vec_vmaxuw): New.
10647         (vec_vmaxsw): New.
10648         (vec_vmaxsw): New.
10649         (vec_vmaxfp): New.
10650         (vec_vmrghb): New.
10651         (vec_vmrghh): New.
10652         (vec_vmrghw): New.
10653         (vec_vmrglb): New.
10654         (vec_vmrglh): New.
10655         (vec_vmrglw): New.
10656         (vec_vminub): New.
10657         (vec_vminsb): New.
10658         (vec_vminuh): New.
10659         (vec_vminsh): New.
10660         (vec_vminuw): New.
10661         (vec_vminsw): New.
10662         (vec_vminfp): New.
10663         (vec_vmladduhm): New.
10664         (vec_vmhraddshs): New.
10665         (vec_msumubm): New.
10666         (vec_vmsummbm): New.
10667         (vec_vmsumuhm): New.
10668         (vec_vmsumshm): New.
10669         (vec_vmsumuhs): New.
10670         (vec_vmsumshs): New.
10671         (vec_vmuleub): New.
10672         (vec_vmulesb): New.
10673         (vec_vmuleuh): New.
10674         (vec_vmulesh): New.
10675         (vec_vmuloub): New.
10676         (vec_mulosb): New.
10677         (vec_vmulouh): New.
10678         (vec_vmulosh): New.
10679         (vec_vnmsubfp): New.
10680         (vec_vnor): New.
10681         (vec_vor): New.
10682         (vec_vpkuhum): New.
10683         (vec_vpkuwum): New.
10684         (vec_vpkpx): New.
10685         (vec_vpkuhus): New.
10686         (vec_vpkshss): New.
10687         (vec_vpkuwus): New.
10688         (vec_vpkswss): New.
10689         (vec_vpkshus): New.
10690         (vec_vpkswus): New.
10691         (vec_vperm): New.
10692         (vec_vrefp): New.
10693         (vec_vrlb): New.
10694         (vec_vrlh): New.
10695         (vec_vrlw): New.
10696         (vec_vrfin): New.
10697         (vec_vrsqrtefp): New.
10698         (vec_vsel): New.
10699         (vec_vslb): New.
10700         (vec_vslh): New.
10701         (vec_vslw): New.
10702         (vec_vsldoi): New.
10703         (vec_vsl): New.
10704         (vec_vslo): New.
10705         (vec_vspltb): New.
10706         (vec_vsplth): New.
10707         (vec_vspltw): New.
10708         (vec_vspltisb): New.
10709         (vec_vspltish): New.
10710         (vec_vspltisw): New.
10711         (vec_vsrb): New.
10712         (vec_vsrh): New.
10713         (vec_vsrw): New.
10714         (vec_vsrab): New.
10715         (vec_vsrah): New.
10716         (vec_vsraw): New.
10717         (vec_vsr): New.
10718         (vec_vsro): New.
10719         (vec_stvx): New.
10720         (vec_stvebx): New.
10721         (vec_stvehx): New.
10722         (vec_stvewx): New.
10723         (vec_stvxl): New.
10724         (vec_vsububm): New.
10725         (vec_vsubuhm): New.
10726         (vec_vsubuwm): New.
10727         (vec_vsubfp): New.
10728         (vec_vsubcuw): New.
10729         (vec_vsububs): New.
10730         (vec_vsubsbs): New.
10731         (vec_vsubuhs): New.
10732         (vec_vsubshs): New.
10733         (vec_vsubuws): New.
10734         (vec_vsubsws): New.
10735         (vec_vsum4ubs): New.
10736         (vec_vsum4sbs): New.
10737         (vec_vsum4shs): New.
10738         (vec_vsum2sws): New.
10739         (vec_vsumsws): New.
10740         (vec_vrfiz): New.
10741         (vec_vupkhsb): New.
10742         (vec_vupkhpx): New.
10743         (vec_vupkhsh): New.
10744         (vec_vupklsb): New.
10745         (vec_vupklpx): New.
10746         (vec_vupklsh): New.
10747         (vec_vxor): New.
10749 2002-04-23  Eric Botcazou  <ebotcazou@multimania.com>
10751         PR c/5430
10752         * fold-const.c (split_tree): Add MINUS_LITP parameter; separate
10753         added literals from substracted literals.
10754         (associate_trees): Don't convert MINUS_EXPR into PLUS_EXPR.
10755         (fold) [associate]: Preserve MINUS_EXPR if needed.
10757 2002-04-23  Zack Weinberg  <zack@codesourcery.com>
10759         * doc/install.texi: Clarify which versions of alpha*-dec-osf*
10760         are obsoleted.
10762 2002-04-23  Tom Tromey  <tromey@redhat.com>
10764         * gcc.c: Added --resource.  For PR java/6314.
10766 2002-04-23  David O'Brien  <obrien@FreeBSD.org>
10768         * cp/g++spec.c: Use profiled libstdc++ and libm with -p/-pg.
10769         * config/freebsd.h (MATH_LIBRARY_PROFILE): Use the _p verions of
10770         these libraries.
10772 2002-04-23  David O'Brien  <obrien@FreeBSD.org>
10774         * config/freebsd.h(OBJECT_FORMAT_ELF): Define.
10776 Tue Apr 23 14:24:25 CEST 2002  Jan Hubicka  <jh@suse.cz>
10778         * i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug
10779         workaround.
10780         (ix86_expand_int_movcc): Avoid x86_64 compilation chrash.
10781         (ix86_expand_clrstr): Fix typo.
10782         * loop.c (gen_load_of_final_value): New.
10783         (loop_givs_rescan, strength_reduce, check_dbra_loop):
10784         Use it.
10786 2002-04-23  Roger Sayle  <roger@eyesopen.com>
10788         * builtins.c (builtin_memset_gen_str): New function.
10789         (expand_builtin_memset): Optimize the case of constant length, but
10790         unknown value.
10792 2002-04-23  Aldy Hernandez  <aldyh@redhat.com>
10794         * config/rs6000/altivec.h (vec_step): Remove extraneous
10795         parentheses.
10796         (vec_ctu): Cast return.
10798 2002-04-23  Alan Modra  <amodra@bigpond.net.au>
10800         PR target/6413
10801         * function.h: (struct function): Add profile_label_no field.
10802         (current_function_profile_label_no): Define.
10803         * function.c: (profile_label_no): New static var.
10804         (expand_function_start): Increment it, and copy to
10805         current_function_profile_label_no.
10806         * output.h (profile_label_no): Delete.
10807         * final.c (profile_label_no): Delete.
10808         (profile_function): Use current_function_profile_label_no.
10809         (final_end_function): Don't increment profile_label_no here.
10810         * config/i386/i386.c (ix86_osf_output_function_prologue): Replace
10811         profile_label_no with current_function_profile_label_no.
10812         * config/pa/pa.c (current_function_number): Delete.
10813         (pa_output_function_prologue): Don't output profile label here.
10814         (hppa_profile_hook): Use label_no param rather than
10815         current_function_number.
10816         (FUNC_BEGIN_PROLOG_LABEL): Move to ..
10817         * config/pa/pa.h: .. here.
10818         (FUNCTION_PROFILER): Output profile label here.
10820 2002-04-22  Eric Christopher  <echristo@redhat.com>
10822         * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Revert
10823         patch of 2002-04-09 due to binutils issues.
10824         (FUNCTION_ARG_REGNO_P): Ensure even numbered float register.
10826 2002-04-22  Aldy Hernandez  <aldyh@redhat.com>
10828         * config/rs6000/rs6000.md ("*movv4si_internal"): Change 'm'
10829         constraint to 'o' for m=r and r=m alternatives.
10830         ("*movv8hi_internal1"): Same.
10831         ("*movv16qi_internal1"): Same.
10832         ("*movv4sf_internal1"): Same.
10834 2002-04-22  Janis Johnson  <janis187@us.ibm.com>
10836         * rtl.h (RTX_FLAG): New macro.
10837         * emit-rtl.c (copy_most_rtx): Use macros to access rtx flags.
10838         * final.c (alter_subreg): Use macro to access rtx flag.
10839         * integrate.c (copy_rtx_and_substitute): Use new access macro.
10840         * print-rtl.c (print_rtx): Use new access macro.
10842         * cse.c (insert): Check rtx code before accessing flag.
10844         * genattrtab.c (ATTR_IND_SIMPLIFIED_P, ATTR_CURR_SIMPLIFIED_P,
10845         ATTR_PERMANENT_P, ATTR_EQ_ATTR_P): New.
10846         (attr_hash_add_string, attr_rtx_1, attr_copy_rtx, check_attr_test,
10847         convert_const_symbol_ref, make_canonical, make_alternative_compare,
10848         evaluate_eq_attr, attr_rtx_cost, simplify_test_exp_in_temp,
10849         simplify_test_exp, optimize_attrs, simplify_by_exploding,
10850         find_and_mark_used_attributes, unmark_used_attributes,
10851         add_values_to_cover, simplify_with_current_value,
10852         simplify_with_current_value_aux, clear_struct_flag, walk_attr_value,
10853         copy_rtx_unchanging, main): Use new access macros.
10855 2002-04-22  Tom Rix  <trix@redhat.com>
10857         * expmed.c (init_expmed): Generate shifted constant once.
10859 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
10861         * c-lex.c (lex_charconst): Call convert to get constant in
10862         proper type; don't just smash the type field.
10863         Fixes PR c/6300.
10865         * config.gcc: Add list of obsolete configurations.  Disallow
10866         building these without --enable-obsolete.
10867         * doc/install.texi: Document --enable-obsolete and obsoletion
10868         policy.  Mention obsoletion of individual targets in
10869         appropriate places.
10871 2002-04-22  Richard Henderson  <rth@redhat.com>
10873         * config/sparc/sol2-bi.h (ASM_DEBUG_SPEC): New.
10875 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
10877         PR f/6138.
10878         * function.c (fixup_memory_subreg): Add promoted_mode parameter.
10879         (walk_fixup_memory_subreg): Likewise.
10880         (fixup_var_refs_insn): Adjust accordingly.
10881         (fixup_var_refs_1): Likewise.
10883 2002-04-22  Ulrich Weigand  <uweigand@de.ibm.com>
10885         * config/s390/linux.h: (LIBPATH_SPEC, LIBPATH_ARCH31_SPEC,
10886         LIBPATH_ARCH64_SPEC): Define.
10887         (EXTRA_SPECS): Add libpath, libpath_arch31, libpath_arch64.
10888         (STARTFILE_SPEC, ENDFILE_SPEC): Define; use libpath.
10889         (LINK_ARCH31_SPEC): Add libpath_arch31 to search path.
10890         (LINK_ARCH64_SPEC): Add libpath_arch64 to search path.
10892 2002-04-22      Joel Sherrill <joel@OARcorp.com>
10894         * gthr-rtems.h: Correct prototypes to remove warnings.
10896 2002-04-22  Richard Henderson  <rth@redhat.com>
10898         PR c/6344
10899         * alias.c (canon_true_dependence): Special case (mem:blk (scratch)).
10901         * gcse.c (free_insn_expr_list_list): New.
10902         (clear_modify_mem_tables): Use it.  Fix bit set usage.
10903         (canon_list_insert): Use EXPR_LISTs for expressions.
10904         (record_last_mem_set_info): Factor BLOCK_NUM (insn).
10906 2002-04-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10908         * cppfiles.c (_cpp_pop_file_buffer): Return void.  Move
10909         file change and include code to _cpp_pop_buffer.
10910         * cpphash.h (struct pending_option): Predeclare.
10911         (struct cpp_reader): New member next_include_file.
10912         (_cpp_pop_file_buffer): Update.
10913         (_cpp_push_next_buffer): Update, rename.
10914         * cppinit.c (cpp_destroy): Free include chain and pending here.
10915         (cpp_finish_options): Simplify.
10916         (_cpp_push_next_buffer): Rename and clean up.
10917         * cpplib.c (cpp_pop_buffer): Move code from _cpp_pop_file_buffer.
10918         Clarify.
10919         * cppmacro.c (cpp_scan_nooutput): Set return_at_eof here.
10921 2002-04-22  Aldy Hernandez  <aldyh@redhat.com>
10923         * config/rs6000/altivec.h (vec_xor): Add variant for both args
10924         being vector signed int.
10925         (vec_andc): Same.
10926         (vec_xor): Add variant for both args being vector signed char.
10927         Remove redundant variant.
10928         (vec_andc): Same.
10930 2002-04-21  David S. Miller  <davem@redhat.com>
10932         * config/sparc/sparc.md (set then compare DI mode peephole2): Fix
10933         compare mode in output RTL.
10935 2002-04-22  David Edelsohn  <edelsohn@gnu.org>
10937         * config/rs6000/rs6000.c (rs6000_override_options): Correct
10938         style and formatting of previous patch.
10940 2002-04-22  Alan Modra  <amodra@bigpond.net.au>
10942         * config/rs6000/rs6000.c (rs6000_override_options): Always clear
10943         flag_pic for ABI_AIX.
10945 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
10947         * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.
10948         * cppfiles.c (read_include_file): Similarly.
10949         * cpphash.h (DSC, U_CHAR, ustrcmp, ustrncmp, ustrlen,
10950         uxstrdup ustrchr, ufputs): Similarly.
10951         * cppinit.c (TRIGRAPH_MAP, cpp_destroy): Similarly.
10952         * cpplex.c (parse_slow, unescaped_terminator_p, save_comment,
10953         cpp_ideq, parse_identifier, parse_number): Similarly.
10954         * cpplib.c (struct directive, dequote_string, D, run_directive,
10955         cpp_push_buffer): Similarly.
10956         * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,
10957         _cpp_create_definition, check_trad_stringification,
10958         cpp_macro_definition): Similarly.
10960 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
10962         * cppmacro.c (funlike_invocation_p): Don't step back
10963         over CPP_EOF.
10965 2002-04-21  David Edelsohn  <edelsohn@gnu.org>
10967         * config/rs6000/rs6000.c (output_profile_hook): Do not increment
10968         labelno.
10970 2002-04-20  Joseph S. Myers  <jsm28@cam.ac.uk>
10972         * doc/invoke.texi: Remove Chill references.
10973         * doc/gcc.texi: Update last modified date.
10975 2002-04-20  Kazu Hirata  <kazu@hxi.com>
10977         * config/h8300/lib1funcs.asm (___mulsi3): Remove unnecessary
10978         push and pop.  Replace add.l with add.w.
10980 2002-04-20  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
10982         * config/h8300/lib1funcs.asm (___mulsi3): Use hardware
10983         multiply instructions for H8/300H case.
10985 2002-04-20  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
10987         * config/h8300/lib1funcs.asm (___cmpsi2, ___ucmpsi2):
10988         Bum three instructions from each routine.
10990 2002-04-20  Neil Booth  <neil@daikokuya.demon.co.uk>
10992         * Makefile.in: Update.
10993         * decl.c (push_c_function_context, pop_c_function_context,
10994         mark_c_function_context): Rename for consistency.
10995         * c-objc-common.c (c_objc_common_init): Langhooks set elsewhere.
10996         * c-tree.h (push_c_function_context, pop_c_function_context,
10997         mark_c_function_context): Rename for consistency.
10998         * c-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
10999         LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
11000         * function.c (init_lang_status, save_lang_status,
11001         restore_lang_status, mark_lang_status, free_lang_status):
11002         Move to langhooks.h.
11003         (push_function_context_to, pop_function_context_from,
11004         free_after_parsing, prepare_function_start, ggc_mark_struct_function):
11005         Update.
11006         * function.h (init_lang_status, save_lang_status,
11007         restore_lang_status, mark_lang_status, free_lang_status):
11008         Move to langhooks.h.
11009         * langhooks-def.h (LANG_HOOKS_FUNCTION_INIT,
11010         LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_ENTER_NESTED,
11011         LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK,
11012         LANG_HOOKS_FUNCTION_INITIALIZER): New.
11013         (LANG_HOOKS_INITIALIZER): Update.
11014         (lhd_do_nothing_f): New.
11015         * langhooks.h (struct lang_hooks_for_functions): New.
11016         (struct lang_hooks): New hooks.
11017         * langhooks.c (lhd_do_nothing_f): New.
11018 objc:
11019         * objc-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
11020         LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
11022 2002-04-19  David S. Miller  <davem@redhat.com>
11024         * config/sparc/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.
11025         * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Likewise.
11027 2002-04-19  Jakub Jelinek  <jakub@redhat.com>
11029         PR optimization/3756
11030         * config/i386/i386.c (ix86_expand_int_movcc): Optimize
11031         x = ((int) y < 0) ? cst1 : cst2.
11033 2002-04-19  Jakub Jelinek  <jakub@redhat.com>
11035         PR c/6358
11036         * function.c: Reapply patch for c/6358.
11037         (expand_function_end): Copy decl_rtl's mode, not
11038         current_function_return_rtx mode.
11040 2002-04-19  Joel Sherrill  <joel@OARcorp.com>
11042         * config/rtems.h (STARTFILE_SPEC, ENDFILE_SPEC): Fix for non-ELF
11043         targets.
11045 2002-04-19  Tom Tromey  <tromey@redhat.com>
11047         * doc/install.texi (Specific): Update status of Solaris 2.8.
11048         For PR libgcj/6158.
11050 2002-04-19  Andreas Schwab  <schwab@suse.de>
11052         * real.c: Allow sizeof (REAL_VALUE_TYPE) > 2*NE.
11053         (PUT_REAL): Restore old definition.
11055 2002-04-19  Dan Nicolaescu  <dann@godzilla.ics.uci.edu>
11056             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11058         * doc/install.texi (Specific, sparc-sun-solaris2*): Mention that
11059         binutils 2.11.2 and higher generate smaller binaries than Sun's
11060         native tools.
11062 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
11064         PR c++/6352
11065         * toplev.c (rest_of_compilation): Do not defer functions for which
11066         TREE_SYMBOL_REFERENCED has already been set.
11068 Fri Apr 19 15:53:03 CEST 2002  Jan Hubicka  <jh@suse.cz>
11070         * i386.md (movsi_1, movhi_1): Force reload to use more flexible
11071         alternative.
11073 2002-04-19  Neil Booth  <neil@daikokuya.demon.co.uk>
11075         * builtins.c: Include langhooks.h.
11076         (lang_type_promotes_to): Remove.
11077         (expand_builtin_va_arg): Use new hook.
11078         * c-common.c (c_common_nodes_and_builtins): Don't set hook.
11079         (simple_type_promotes_to): Move to c-typeck.c.
11080         * c-common.h (simple_type_promotes_to): Remove.
11081         * c-decl.c (duplicate_decls, grokdeclarator): Update.
11082         * c-format.c: Include langhooks.h.
11083         (check_format_types): Update.
11084         * c-tree.h (c_type_promotes_to): New.
11085         * c-typeck.c (c_type_promotes_to): Move from c-common.c.
11086         (type_lists_compatible_p): Update.
11087         * langhooks-def.h (lhd_type_promotes_to): New.
11088         (LANG_HOOKS_TYPE_PROMOTES_TO): New.
11089         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
11090         * langhooks.c (lhd_type_promotes_to): New.
11091         * langhooks.h (struct lang_hooks_for_types): New hook.
11092         * tree.h (lang_type_promotes_to): Remove.
11093 objc:
11094         * objc-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
11096 2002-04-18  Richard Henderson  <rth@redhat.com>
11098         * function.c: Revert patch for c/6358.
11100 2002-04-18  Richard Henderson  <rth@redhat.com>
11102         * ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOIN
11103         blocks.  Handle multiple references to the TRAP block.  Handle
11104         non-adjacent THEN and OTHER blocks.
11106 2002-04-18  Richard Henderson  <rth@redhat.com>
11108         * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): Don't
11109         crash with no type for by-mode libcalls.
11111         * config/ia64/ia64.md (conditional_trap): Fix predicate polarity.
11113 2002-04-18  Bob Wilson  <bob.wilson@acm.org>
11115         * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
11116         __xtensa_nonlocal_goto): Use a syscall instructions to flush
11117         the register windows.
11119 2002-04-18  Zack Weinberg  <zack@codesourcery.com>
11121         * real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as
11122         appropriate.  Document need for extended precision even when
11123         MAX_LONG_DOUBLE_TYPE_SIZE is smaller.  Define REAL_WIDTH here,
11124         based on REAL_VALUE_TYPE_SIZE.  Use REAL_WIDTH to size
11125         REAL_VALUE_TYPE.  Define CONST_DOUBLE_FORMAT here.  Use #error
11126         instead of relying on later syntax error when REAL_WIDTH > 5.
11127         * real.c: Define NE based only on whether or not we have a
11128         full 128-bit extended type (not INTEL_EXTENDED_IEEE_FORMAT).
11129         Require sizeof(REAL_VALUE_TYPE) == 2*NE.  Unconditionally
11130         define GET_REAL and PUT_REAL as simple memcpy operations; no
11131         need to byteswap or round.
11132         Use #error instead of #ifdef-ing out the entire file, for
11133         prompt error detection.
11135         * rtl.c, gengenrtl.c: No need to calculate CONST_DOUBLE_FORMAT here.
11137 2002-04-18  David S. Miller  <davem@redhat.com>
11139         * config/sparc/sparc.h (BRANCH_COST): Define.
11141         * fold-const.c (BRANCH_COST): Don't provide default here, expr.h
11142         does it.
11144 2002-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
11146         * flow.c (update_life_info): Ignore return value of cleanup_cfg.
11147         Mask out PROP_SCAN_DEAD_CODE | PROP_KILL_DEAD_CODE in
11148         propagate_block calls after relaxation loop using new variable
11149         stabilized_prop_flags.
11151 2002-04-18  Richard Henderson  <rth@redhat.com>
11153         * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): New.
11154         (ia64_va_arg): Expect variable sized types by reference.
11155         * config/ia64/ia64-protos.h: Update.
11156         * config/ia64/ia64.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use
11157         ia64_function_arg_pass_by_reference.
11159 2002-04-18  Richard Henderson  <rth@redhat.com>
11161         * ifcvt.c: Include except.h.
11162         (block_has_only_trap): Break out from find_cond_trap.
11163         (find_cond_trap): Use it.  Always delete the trap block.
11164         (merge_if_block): Allow then block null.  Be less simplistic about
11165         what insns can end a block.
11166         * Makefile.in (ifcvt.o): Depend on except.h.
11168         * config/ia64/ia64.md (trap, conditional_trap): New.
11170 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
11172         PR c/6358
11173         * function.c (assign_parms): Assign hard current_function_return_rtx
11174         register here...
11175         (expand_function_end): ...not here.
11177 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
11179         * c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
11180         * c-tree.h (c_incomplete_type_error): New.
11181         * c-typeck.c (require_complete_type, build_component_ref): Update.
11182         (incomplete_type_error): Rename.
11183         * langhooks-def.h (lhd_incomplete_type_error): New.
11184         (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): New.
11185         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
11186         * langhooks.c (lhd_incomplete_type_error): New.
11187         * langhooks.h (struct lang_hooks_for_types): New hook.
11188         * tree.c (size_in_bytes): Use new hook.
11189         * tree.h (incomplete_type_error): Remove.
11190 objc:
11191         * objc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
11193 2002-04-18  Zack Weinberg  <zack@codesourcery.com>
11195         * config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT !=
11196         TARGET_FLOAT_FORMAT blocks.
11198 2002-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11200         * doc/install.texi (Downloading the source): Do not mention Chill
11201         any longer, but mention Ada.
11202         (Configuration): Do not mention Chill any longer.
11204 2002-04-18  Hans-Peter Nilsson  <hp@axis.com>
11206         * config/cris/cris.h (TARGET_VERSION): Remove local version number.
11208 Thu Apr 18 17:14:08 CEST 2002  Jan Hubicka  <jh@suse.cz>
11210         * i386.h (SSE_FLOAT_MODE_P): Fix bogus conflict resolution
11211         in last patch.
11213 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
11215         * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type)
11216         instead of unsigned_type.
11218 Thu Apr 18 15:49:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
11220         * i386.h (SSE_FLOAT_MODE_P): Kill bogus TARGET_SSE_MATH check.
11221         * i386.md (sse_mov?fcc*): Swap operands for cases they will be swapped
11222         later.
11224 2002-04-18  Bernd Schmidt  <bernds@redhat.com>
11226         * attribs.c (vector_type_node_list): New static variable.
11227         (handle_vector_size_attribute): Use it to avoid generating a
11228         new type node each time we are called.
11230         * combine.c (subst): Avoid trying to make a vector mode subreg of
11231         an integer constant.
11232         (gen_lowpart_for_combine): Likewise.
11234 2002-04-18  Roger Sayle  <roger@eyesopen.com>
11235             Jakub Jelinek  <jakub@redhat.com>
11237         * fold-const.c (fold) [NOP_EXPR]: Convert (T)(x&c) into ((T)x&(T)c)
11238         for integer constant c (if x has unsigned type or sign bit is not
11239         set in c).  This folds the zero/sign extension into the bit-wise and
11240         operation.
11242 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
11244         PR middle-end/6205
11245         * config/i386/i386.md (movsf_1): Use pxor only if TARGET_SSE2,
11246         otherwise xorps.
11248 2002-04-17  NIIBE Yutaka  <gniibe@m17n.org>
11250         * config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL.
11252 2002-04-17  Nick Clifton  <nickc@cambridge.redhat.com>
11254         * gcc.c (read_specs): Detect and fail if an attempt is made to
11255         rename a spec string to an already existing string.
11257 2002-04-17  Ulrich Weigand  <uweigand@de.ibm.com>
11259         * config/s390/s390.c (legitimize_pic_address): Do not generate
11260         illegal address constant without CONST.
11262 2002-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11264         * sparc/linux64.h (CC1_SPEC): Error for -m32 and -m64.
11265         * sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
11267 2002-04-17  Ulrich Weigand  <uweigand@de.ibm.com>
11269         PR optimization/6305
11270         * config/s390/s390.c (s390_expand_plus_operand): Use find_replacement
11271         to make sure previous reloads are taken into account.  Generate
11272         better code if one operand is an in-range immediate constant.
11274 2002-04-16  Andrew Haley  <aph@cambridge.redhat.com>
11276         * doc/install.texi (Building): libgcj requires GNU make.
11278 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
11280         PR bootstrap/6315
11281         * config/sparc/sparc.md (movtf reg<-reg split): Allow spliting
11282         even if hard quad and register is not floating.
11283         (movtf reg<-mem split): Disallow splitting if hard quad and
11284         register is floating.
11285         (movtf mem<-reg split): Likewise.
11286         * config/sparc/sparc.c (fp_register_operand): New predicate.
11287         * config/sparc/sparc.h (PREDICATE_CODES): Add fp_register_operand.
11289 2002-04-17  Zack Weinberg  <zack@codesourcery.com>
11291         * Makefile.in (PROTO_OBJS): Add cppdefault.o.
11292         (protoize.o): Take $(PREPROCESSOR_DEFINES) off command line.
11293         (unprotoize.o): Ditto.  Build from protoize.c.  Define
11294         UNPROTOIZE on command line.
11295         * protoize.c: Include cppdefault.h.  Delete include_defaults.
11296         (in_system_include_dir): Use cpp_include_defaults (defined in
11297         cppdefault.o).
11298         * unprotoize.c: Delete file.
11300 2002-04-17  Aldy Hernandez  <aldyh@redhat.com>
11302         * config/rs6000/altivec.h (vec_ld): Add array variants.
11303         (vec_lde): Same.
11304         (vec_ldl): Same.
11306 2002-04-17  Alan Matsuoka  <alanm@redhat.com>
11307             Aldy Hernandez <aldyh@redhat.com>
11309         * config/rs6000/altivec.h: Define __ALTIVEC__.
11310         (bool): New.
11311         (__pixel): New.
11312         (pixel): New.
11313         (vec_cfux): New.
11314         (vec_vmaddfp): New.
11315         (vec_vsldoi): New.
11316         Add parentheses to all macro arguments.
11318 2002-04-16  Richard Henderson  <rth@redhat.com>
11320         PR c++/6320
11321         * except.c (remove_eh_handler): Insert inner regions at beginning
11322         of sibling chain.  Refactor expressions.
11324 2002-04-16  Richard Henderson  <rth@redhat.com>
11326         * config/sparc/sol2-bi.h (AS_SPARC64_FLAG): New.
11327         * config/sparc/sol2-gas-bi.h: New file.
11328         * config.gcc (sparc*-solaris): Add it as needed.
11329         * configure.in (AS_SPARC64_FLAG): Remove check.
11330         * config.in, configure: Regenerate.
11332         * config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64.
11334 2002-04-16  Richard Henderson  <rth@redhat.com>
11336         * config/mips/mips.c (override_options): Don't override N32 for
11337         a 64-bit ISA.
11339         PR 6202
11340         * config/mips/mips.md (can_delay): Split out of existing define_delays.
11341         (HILO_delay): Set can_delay false.
11343 2002-04-16  Dale Johannesen <dalej@apple.com>
11345         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Compute
11346         instruction addresses.
11347         (rs6000_output_function_epilogue): Likewise.
11349 2002-04-16  Paolo Carlini  <pcarlini@unitus.it>
11351         * c-parse.in (poplevel, compstmt_start,
11352         compstmt_primary_start): Add ending ';', in accordance
11353         with POSIX.
11355 2002-04-16  Richard Henderson  <rth@redhat.com>
11357         * config.gcc (sparcv9-solaris): Configure for 64-bit default.
11358         Adjust tm_file order to get TARGET_DEFAULT set properly.
11359         (sparc-solaris): Configure 2.[78] for 64-bit multilibs.
11360         * doc/install.texi (sparc-solaris): Update.
11362 2002-04-16  Dale Johannesen <dalej@apple.com>
11364         * config/rs6000/rs6000.c (rs6000_emit_cmove): Fail if modes of
11365         comparison operands do not match each other or if modes of
11366         conditions do not match result.
11368 2002-04-16  Hartmut Penner <hpenner@de.ibm.com>
11370         PR target/6305
11371         * config/s390/s390.md (mulsidi3): Set both subregs of the
11372         multiword register.
11374 2002-04-16  Aldy Hernandez  <aldyh@redhat.com>
11376         * config/rs6000/altivec.h (vec_addc): Type check.
11378 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
11380         PR middle-end/6279
11381         * expr.c (store_expr): Don't copy if DECL_RTL (exp) == target.
11383         * expr.c (safe_from_p): Cleanup: use DECL_RTL_IF_SET.
11385 2002-04-15  Richard Henderson  <rth@redhat.com>
11387         * config/mips/abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set
11388         call_really_used_regs too.
11390 2002-04-15  Richard Henderson  <rth@redhat.com>
11392         * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.
11394 2002-04-15  David S. Miller  <davem@redhat.com>
11396         * rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs
11397         as being CLOBBERed.
11399 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
11401         PR c/6290
11402         * config/rs6000/rs6000.c (easy_vector_constant): Return 1 if the
11403         CONST_VECTOR is { 0, ... 0 }.
11405 2002-04-15  Loren J. Rittle  <ljrittle@acm.org>
11407         * doc/install.texi (Installing GCC: Configuration): Clarify
11408         the only supported ways to configure gcc.
11410 2002-04-15  Roland McGrath  <roland@frob.com>
11412         * config.gcc (alpha*-*-gnu*): New target configuration.
11413         * config/alpha/gnu.h: New file for it.
11414         * config/gnu.h (TARGET_MEM_FUNCTIONS): #undef before #define.
11416 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
11418         * c-common.h (STMT_EXPR_NO_SCOPE): New macro.
11419         * c-common.c (c_expand_expr): Respect STMT_EXPR_NO_SCOPE.
11420         * tree.h (expand_start_stmt_expr): Update prototype.
11421         * stmt.c (expand_start_stmt_expr): Add has_scope parameter.
11422         * tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE
11423         on the STMT_EXPR created for the inline function.
11425 2002-04-15  Richard Henderson  <rth@redhat.com>
11427         * config/alpha/linux.h, config/arm/linux-elf.h, config/i370/linux.h,
11428         config/i386/linux-aout.h, config/i386/linux-oldld.h,
11429         config/i386/linux.h, config/i386/linux64.h, config/ia64/linux.h,
11430         config/m68k/linux-aout.h, config/m68k/linux.h, config/mips/linux.h,
11431         config/pa/pa-linux.h, config/pj/linux.h, config/s390/linux.h,
11432         config/sh/linux.h, config/sparc/linux-aout.h, config/sparc/linux.h,
11433         config/sparc/linux64.h, config/xtensa/linux.h (CPP_PREDEFINES):
11434         Define __gnu_linux__, not gnu_linux.
11435         * config/rs6000/sysv4.h (CPP_OS_GNU_SPEC): Likewise for gnu_hurd.
11437 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11439         Remove Chill front end.
11440         * gcc.c (default_compilers): Remove Chill entries.
11441         * ch: Remove directory.
11442         * doc/frontends.texi: Remove information about Chill.
11443         * doc/sourcebuild.texi: Likewise.
11444         * doc/standards.texi: Likewise.
11446 2002-04-15  Douglas B Rupp  <rupp@gnat.com>
11448         * config/alpha/vms.h (INCLUDE_DEFAULTS): Add /gnu/lib/gcc-lib/include.
11449         (LONGLONG_STANDALONE): Define.
11451 2002-04-15  David S. Miller  <davem@redhat.com>
11453         * config/sparc/sparc.c (sparc_emit_float_lib_cmp):
11454         Call emit_library_call with LCT_NORMAL.
11455         (sparc_initialize_trampoline): Use LCT_foo instead of
11456         magic constant in emit_library_call invocations.
11457         (sparc64_initialize_trampoline): Likewise.
11458         (sparc_profile_hook): Likewise.
11459         * config/sparc/sparc.md: Likewise.
11461         * config/sparc/sparc.c (sparc_extra_constraint_check):
11462         Fix type of argument 'c'.
11463         * config/sparc/sparc-protos.h (sparc_extra_constraint_check):
11464         Likewise.
11466 2002-04-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
11468         * diagnostic.h (output_buffer_state): Redefine.
11469         (output_format_decoder): New macro.
11470         (output_prefixing_rule): Likewise.
11471         (output_line_cutoff): Likewise.
11472         (diagnostic_format_decoder): Adjust.
11473         (diagnostic_prefixing_rule): Likewise.
11474         (diagnostic_line_cutoff): Likewise.
11475         (diagnostic_state): Likewise.
11476         (diagnostic_kind_count): Likewise.
11477         (diagnostic_buffer): Now a macro.
11479         * diagnostic.c (diagnostic_buffer): Remove definition.
11480         (output_is_line_wrapping): Adjust.
11481         (set_real_maximum_length): Likewise.
11482         (output_set_maximum_length): Likewise.
11483         (init_output_buffer): Likewise.
11484         (lhd_print_error_function): Likewise.
11485         (output_do_verbatim): Likewise.
11487 2002-04-14  Neil Booth  <neil@daikokuya.demon.co.uk>
11489         * cpperror.c (print_location): Don't print include chain
11490         if line == 0.
11491         (cpp_begin_message): Update to use DL_ macros.
11492         (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
11493         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
11494         cpp_notice, cpp_notice_from_errno): Remove.
11495         (cpp_error, cpp_error_with_line): Update to take a diagnostic
11496         level.
11497         (cpp_errno): New.
11498         * cppexp.c (CPP_ICE): Remove.
11499         (SYNTAX_ERROR, SYNTAX_ERROR2, parse_number, parse_defined,
11500         lex, integer_overflow, _cpp_parse_expr): Update.
11501         * cppfiles.c (read_include_file, find_include_file,
11502         handle_missing_header, _cpp_read_file, remap_filename): Update.
11503         * cpphash.h (enum error_type): Remove.
11504         (_cpp_begin_message): Update.
11505         * cppinit.c (append_include_chain, remove_dup_dirs, output_deps,
11506         cpp_handle_option, cpp_post_options): Update.
11507         * cpplex.c (trigraph_p, skip_escaped_newlines, skip_block_comment,
11508         skip_whitespace, parse_identifier, parse_slow, parse_string,
11509         _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
11510         cpp_interpret_charconst): Update.
11511         * cpplib.c (check_eol, directive_diagnostics, _cpp_handle_directive,
11512         lex_macro_node, do_undef, glue_header_name, parse_include,
11513         do_include_common, read_flag, do_line, do_linemarker, do_ident,
11514         cpp_register_pragma, do_pragma_once, do_pragma_system_header,
11515         do_pragma_poison, do_pragma_dependency, _cpp_do__Pragma, do_else,
11516         do_elif, do_endif, parse_answer, parse_assertion, do_assert,
11517         _cpp_pop_buffer, do_diagnostic): Update.
11518         * cpplib.h (DL_WARNING, DL_WARNING_SYSHDR, DL_PEDWARN, DL_ERROR,
11519         DL_FATAL, DL_ICE, DL_EXTRACT, DL_WARNING_P): New.
11520         (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
11521         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
11522         cpp_notice, cpp_notice_from_errno): Remove.
11523         (cpp_error, cpp_error_with_line): Update to take a diagnostic
11524         level.
11525         (cpp_errno): New.
11526         * cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
11527         collect_args, enter_macro_context, save_parameter, parse_params,
11528         _cpp_create_definition, check_trad_stringification,
11529         cpp_macro_definition): Update.
11530         * cppmain.c (cpp_preprocess_file): Update.
11531         * fix-header.c (read_scan_file): Update.
11533 2002-04-14  Andreas Schwab  <schwab@suse.de>
11535         * config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash.
11537 2002-04-14  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
11539         * config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.
11541 2002-04-13  Mark Mitchell  <mark@codesourcery.com>
11543         * config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__,
11544         not gnu_hurd.
11546 2002-04-13  Hans-Peter Nilsson  <hp@axis.com>
11548         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Fix typo.
11550 2002-04-13      Joel Sherrill <joel@OARcorp.com>
11552         * config/sparc/t-elf: Enable v8 multilibs.  Impacts
11553         sparc-elf and sparc-rtems targets.
11555 2002-04-13  Mark Mitchell  <mark@codesourcery.com>
11557         * alpha/linux.h: Define __gnu_linux__ wherever __linux__ is
11558         defined, and __gnu_hurd__ wherever __GNU__ is defined.
11559         * arm/linux-elf.h: Likewise.
11560         * cris/aout.h: Likewise.
11561         * cris/linux.h: Likewise.
11562         * i370/linux.h: Likewise.
11563         * i386/gnu.h: Likewise.
11564         * i386/linux-aout.h: Likewise.
11565         * i386/linux-oldld.h: Likewise.
11566         * i386/linux.h: Likewise.
11567         * i386/linux64.h: Likewise.
11568         * ia64/linux.h: Likewise.
11569         * m68k/linux-aout.h: Likewise.
11570         * m68k/linux.h: Likewise.
11571         * mips/linux.h: Likewise.
11572         * pa/pa-linux.h: Likewise.
11573         * pj/linux.h: Likewise.
11574         * rs6000/sysv4.h: Likewise.
11575         * s390/linux.h: Likewise.
11576         * sh/linux.h: Likewise.
11577         * sparc/linux-aout.h: Likewise.
11578         * sparc/linux.h: Likewise.
11579         * sparc/linux64.h: Likewise.
11580         * xtensa/linux.h: Likewise.
11582 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
11584         * stmt.c (check_unique_operand_names): Expect operand names to
11585         be strings rather than identifiers.  Use simple_cst_equal to
11586         compare them.
11587         (resolve_operand_name_1): Make same identifier to string change here.
11588         * c-parse.in (asm_operand): Convert a named operand into a string.
11589         * cp/parse.y (asm_operand): Likewise.
11591 2002-04-13  Andreas Schwab  <schwab@suse.de>
11593         * config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).
11595 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
11597         Revert these changes:
11599         2002-04-06  Mark Mitchell  <mark@codesourcery.com>
11601         PR c++/5571
11602         * stor-layout.c (layout_decl): Reset the RTL for the decl.
11604 2002-04-12  Richard Henderson  <rth@redhat.com>
11606         * config.gcc (sparcv9-*-solaris2): Default to 32-bit code.
11607         (sparc*-*-solaris): Clean up header files.
11608         * configure.in (AS_SPARC64_FLAG): Error out if can't find it
11609         and plan on generating 64-bit code.
11610         * toplev.c (decode_g_option): Remove LINKER_DOES_NOT_WORK_WITH_DWARF2.
11611         * config/sparc/sol2-64.h: Delete and reuse for default 64-bit code.
11612         * config/sparc/sol2-sld-64.h: Rename ...
11613         * config/sparc/sol2-bi.h: ... here.  Remove the bits that checked
11614         for AS_SPARC64_FLAG not defined.
11615         * config/sparc/sol2-gld-bi.h: New.
11616         * config/sparc/sol2-sld.h: Remove.
11617         * config/sparc/sol26-sld.h: New.
11618         * config/sparc/sol2.h: Tidy comments.
11619         * doc/install.texi: Document sparc-solaris configury changes.
11621 2002-04-12  Richard Henderson  <rth@redhat.com>
11623         * recog.c (offsettable_address_p): Match the logic in adjust_address.
11625         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Handle TFmode
11626         in 64-bit mode only.  Use only for 32-bit or MEDLOW.
11628 2002-04-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11630         * config/alpha/osf.h (LINK_SPEC): Pass -S to silence ld warnings.
11632 Fri Apr 12 15:42:59 2002  Jeffrey A Law  (law@redhat.com)
11634         * pa.c (pa_can_combine_p): Call extract_insn before calling
11635         constrain_operands.
11637 2002-04-12  Douglas B Rupp  <rupp@gnat.com>
11639         * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Define.
11640         (TARGET_ASM_NAMED_SECTION, RETURN_IN_MEMORY) Define.
11641         (DEFAULT_PCC_STRUCT_RETURN): Define as 0.
11642         (CPP_PREDEFINES): Handle __declspec.
11643         * config/i386/t-interix (USER_H): Remove.
11645 2002-04-12  DJ Delorie  <dj@redhat.com>
11647         * integrate.c (compare_blocks): Make comparisons safe for when
11648         sizeof(int) < sizeof(char *).
11649         (find_block): Likewise.
11651 2002-04-12  Jan Hubicka  <jh@suse.cz>
11652             David Edelsohn  <edelsohn@gnu.org>
11654         * config/rs6000/rs6000.c (call_operand): Allow LINK and COUNT
11655         registers.
11656         (symbol_ref_operand): New.
11657         * config/rs6000/rs6000.h (PREDICATE_CODES): Add symbol_ref_operand.
11658         * config/rs6000/rs6000.md (call_nonlocal_aix): Use symbol_ref_operand.
11660 2002-04-12  Andreas Schwab  <schwab@suse.de>
11662         * config/ia64/ia64.h (ASM_SPEC): Moved from here ...
11663         * config/ia64/sysv4.h (ASM_SPEC): ... to here, so that it
11664         overrides the definition in config/svr4.h.
11666 2002-04-12      Eric Norum <eric.norum@usask.ca>
11668         * config/rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
11669         config/c4x/rtems.h, config/h8300/rtems.h, config/i386/rtems.h,
11670         config/i386/rtemself.h, config/i960/rtems.h, config/m68k/rtems.h,
11671         config/m68k/rtemself.h, config/mips/rtems.h, config/mips/rtems64.h,
11672         config/pa/rtems.h, config/rs6000/rtems.h, config/sh/rtems.h,
11673         config/sh/rtemself.h, config/sparc/rtems.h, config/sparc/rtemself.h,
11674         config/v850/rtems.h (*-rtems*): Cleanup pass to move common
11675         definitions to config/rtems.h and make the targets more similar.
11677 Fri Apr 12 08:06:54 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11679         * expr.c (expand_assigment): Remove duplicate conversions #ifdef
11680         POINTERS_EXTEND_UNSIGNED.
11681         (store_constructor, expand_expr, case COMPONENT_REF): Likewise.
11682         (store_expr): Use TYPE_MODE (sizetype), not ptr_mode.
11684         * emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET
11685         not specified.
11687 Fri Apr 12 12:11:26 2002  J"orn Rennecke <joern.rennecke@superh.com>
11689         * sh.c (calc_live_regs, sh_pr_n_sets): Use of PR_MEDIA_REG / PR_REG
11690         depends on TARGET_SHMEDIA, not TARGET_SH5.
11692 2002-04-12  Hans-Peter Nilsson  <hp@bitrange.com>
11694         * function.c (fixup_var_refs_1) <SET, handling VAR in SET_SRC>:
11695         For paradoxical (subreg VAR), replace VAR, don't try the subreg.
11697 Fri Apr 12 10:51:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
11699         * sh.c (broken_move): Constant 0. / 1. load is OK if there is
11700         no r0 clobber.
11702 2002-04-12  Andreas Schwab  <schwab@suse.de>
11704         * config/ia64/ia64.h (EXTRA_SPECS): Fix missing backslash.
11706 2002-04-12  Richard Henderson  <rth@redhat.com>
11708         PR bootstrap/4191
11709         * config/d30v/d30v.h (INIT_SECTION_ASM_OP): Don't undef.
11711         * flow.c (mark_used_reg): Manage reg_cond_dead properly for
11712         modes spanning multiple hard regs.
11714         * recog.c (peephole2_optimize): Rebuild jump labels as needed.
11716 2002-04-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11718         * pa.c (pa_output_function_prologue): Don't accumulate the total
11719         number of code bytes when using TARGET_64BIT, or gas, SOM and not
11720         the portable runtime.
11721         (output_deferred_plabels): Handle 64bit plabels.
11722         (output_cbranch): Use $PIC_pcrel$0 for pc relative relocations when
11723         generating pic code using the GAS assembler for object formats that
11724         are not SOM (ie., ELF32 and ELF64).
11725         (output_millicode_call): Check attribute type if attribute length is 28.
11726         Likewise use $PIC_pcrel$0.  Only call get_attr_length and
11727         dbr_sequence_length once.
11728         (output_call): Likewise use $PIC_pcrel$0, and call get_attr_length and
11729         dbr_sequence_length once.
11730         * pa.h (TARGET_SOM): Define if not defined.
11731         * pa.md (pattern to load address of label): Likewise use $PIC_pcrel$0
11732         with GAS and not SOM.
11733         (jump, call_internal_reg, call_value_internal_reg): Likewise.
11734         * som.h (OBJ_SOM): Rename to TARGET_SOM.  Undefine before defining.
11736 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
11738         * config/freebsd.h (NO_IMPLICIT_EXTERN_C, SCCS_DIRECTIVE): Give value.
11739         (DEFAULT_PCC_STRUCT_RETURN) Do not redefine.
11740         (USER_LABEL_PREFIX, HANDLE_SYSV_PRAGMA, IDENT_ASM_OP,
11741         DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):
11742         elfos.h and dbxelf.h values are fine now.
11743         * config/i386/freebsd.h, config/alpha/freebsd.h
11744         (DEFAULT_PCC_STRUCT_RETURN): Define to 0.
11746 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
11748         * config/ia64/aix.h (CPP_PREDEFINES): Do not define _LP64/__LP64__
11749         or set Acpu or Amachine.  Reformat.
11750         (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
11751         define.
11752         (LINK_SPEC): Do not need to undef.
11753         * config/ia64/elf.h (ASM_EXTRA_SPEC): Define.
11754         * config/ia64/freebsd.h (LINK_SPEC): Do not need to undef.
11755         (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
11756         define.
11757         * config/ia64/hpux.h (ASM_EXTRA_SPEC): Define.
11758         (ASM_SPEC): Do not define, use ASM_EXTRA_SPEC instead.
11759         (LINK_SPEC): Do not need to undef.
11760         (DONT_USE_BUILTIN_SETJMP): Do not define.
11761         * config/ia64/ia64.h (ASM_SPEC, ASM_EXTRA_SPEC): Add.
11762         (CPP_CPU_SPEC): Define _LP64, set Acpu and Amachine.  Remove -Dia64.
11763         (DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Define.
11764         Remove trailing spaces.
11765         * config/ia64/linux.h (CPP_PREDEFINES): Do not define _LP64/__LP64__,
11766         __ELF__, or set Acpu or Amachine.  Reformat.
11767         (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
11768         define.
11770 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
11772         * config.gcc (ia64-*-freebsd*): Fix ordering of tm_files to match
11773         all other *-*-freebsd* targets.
11775 2002-04-11  Richard Henderson  <rth@redhat.com>
11777         * config.gcc (alpha*-*-linux*ecoff): Detect and reject.
11779 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
11781         * config.gcc (alpha*-*-openbsd, alpha64-dec-*vms,alpha*-dec-*vms):
11782         Include {cpu}/{cpu}.h thru tm_file.
11783         (alpha*-*-linux*ecoff): Remove target.
11784         * config/alpha/elf.h (CPP_SUBTARGET_SPEC): Define __ELF__.
11785         (LINK_SPEC): Remove, is not OS independent.
11786         * config/alpha/freebsd.h (CPP_SPEC): Do not define __ELF__.
11787         (LINK_SPEC): Do not need to #undef any longer.
11788         * config/alpha/linux-ecoff.h (LINK_SPEC): Do not need to #undef
11789         any longer.
11790         * config/alpha/linux-elf.h (SUB_CPP_PREDEFINES): Do not define
11791         __ELF__.
11792         (LINK_SPEC): Moved here from alpha/elf.h.
11793         * config/alpha/linux.h (CPP_PREDEFINES): No longer consumer of
11794         SUB_CPP_PREDEFINES.
11795         * config/alpha/linux-ecoff.h: Remove.
11796         * config/alpha/netbsd.h (CPP_PREDEFINES): Do not define __ELF__.
11797         (CPP_SPEC): Define _POSIX_SOURCE as needed.
11798         (CPP_SUBTARGET_SPEC): Do not define.
11799         (LINK_SPEC): Do not need to #undef any longer.
11800         * config/alpha/openbsd.h: Do not directly include alpha/alpha.h.
11801         * config/alpha/vms.h: Likewise.
11803 2002-04-11  Richard Sandiford  <rsandifo@redhat.com>
11805         * doc/extend.texi: Remove old claim that typedefs cannot have
11806         an alignment attribute.
11808 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
11810         PR optimization/6177
11811         * expr.c (expand_expr) [COMPONENT_REF]: Handle op0 CONCAT if
11812         bitpos is 0 and bitsize CONCAT size.
11814 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
11816         PR c/6223
11817         * combine.c (if_then_else_cond): Use trunc_int_for_mode on nz.
11819 2002-04-10  David O'Brien  <obrien@FreeBSD.org>
11821         * config/alpha/freebsd.h: Minor reformatting.
11822         (CPP_SPEC): Define ELF and add cpp_subtarget.
11823         (ASM_SPEC): No longer needed.
11825 2002-04-11  Richard Henderson  <rth@redhat.com>
11827         * config/sparc/sparc.md (movdi_insn_sp32): Add o/J alternative.
11828         (movdi_insn_sp32_v9): Likewise.  Only allow stx with aligned memory.
11829         (dimode mem/zero splitter): New.
11831 2002-04-11  Hans-Peter Nilsson  <hp@axis.com>
11833         * config/cris/cris.c (cris_override_options): Tweak error message
11834         for PIC not implemented.
11836         * config/cris/cris.h: Tweak comments related to parameter-passing.
11838         * t-cris (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc here.
11840 2002-04-10  Richard Henderson  <rth@redhat.com>
11842         * except.c (add_ehl_entry): Allow duplicates after landing pad
11843         creation.
11845 2002-04-10  David Edelsohn  <edelsohn@gnu.org>
11847         * config/rs6000/t-aix43 (SHLIB_NM_FLAGS): Add -X32_64.
11849 2002-04-10  Toon Moene  <toon@moene.indiv.nluug.nl>
11851         * c-decl.c (c_init_decl_processing): Move generation of
11852         decls for g77_integer_type_node and friends from here ...
11853         * c-common.c (c_common_nodes_and_builtins): ... to here.
11855 2002-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
11857         * reload1.c (choose_reload_regs): HARD_FRAME_POINTER_REGNUM
11858         is only used as frame pointer when frame_pointer_needed is true.
11860 2002-04-10  Richard Earnshaw  <rearnsha@arm.com>
11862         PR target/817
11863         * arm.md (arm_movdi): Adjust neg_pool_range attribute to allow
11864         for the fact that the pool entry uses two words.
11865         (movdf_hard_insn): Similarly.  Also, ADR instruction can span
11866         1k bytes.
11867         (movdf_soft_insn): Similarly.
11868         (movxf_hard_insn): Adjust neg_pool_range attribute to allow
11869         for the fact that the pool entry uses three words.
11871 2002-04-10  Richard Sandiford  <rsandifo@redhat.com>
11873         * config/mips/mips.c (mips_va_arg): When using the struct version
11874         of the EABI va_list, allow arguments in the register save area to
11875         take up less room than a stack argument.
11877 2002-04-10  Richard Henderson  <rth@redhat.com>
11879         * expr.c (expand_expr) [INTEGER_CST]: Don't force into registers
11880         if EXPAND_INITIALIZER.
11882 2002-04-09  Richard Henderson  <rth@redhat.com>
11884         * config/alpha/alpha.md (movdi_er_maybe_g): New.
11885         * config/alpha/alpha.c (alpha_expand_mov): Use it.
11887 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
11889         PR optimization/6233
11890         * rtlanal.c (pure_call_p): New function.
11891         * rtl.h (pure_call_p): Declare.
11892         * loop.c (prescan_loop): Use it to set has_nonconst_call.
11893         * gcse.c (store_killed_in_insn): Use pure_call_p here too.
11895 2002-04-09  Eric Christopher  <echristo@redhat.com>
11897         * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Add additional
11898         information to .comm directive.
11900 2002-04-09  Richard Henderson  <rth@redhat.com>
11902         PR c/5078
11903         * expr.c (expand_expr) [INTEGER_CST]: Force overflows into registers.
11905 2002-04-09  Richard Henderson  <rth@redhat.com>
11907         * basic-block.h (flow_delete_block_noexpunge): Declare.
11908         (expunge_block_nocompact): Declare.
11909         * cfg.c (expunge_block_nocompact): Split out from ...
11910         (expunge_block): ... here.
11911         * cfgrtl.c (can_delete_label_p): Don't use exception_handler_labels.
11912         (flow_delete_block_noexpunge): Split out from ...
11913         (flow_delete_block): ... here.
11914         * cfgcleanup.c (delete_unreachable_blocks): Compact while
11915         removing dead blocks.
11916         * except.c (exception_handler_labels): Remove.
11917         (exception_handler_label_map): New.
11918         (struct eh_region): Add aka member.
11919         (mark_ehl_map_entry, mark_ehl_map, free_region): New.
11920         (ehl_hash, ehl_eq, ehl_free, add_ehl_entry): New.
11921         (for_each_eh_label, for_each_eh_label_1): New.
11922         (init_eh): Register exception_handler_label_map.
11923         (free_eh_status): Use free_region.
11924         (find_exception_handler_labels): Use the map, not the list.
11925         (remove_exception_handler_label): Likewise.
11926         (maybe_remove_eh_handler): Likewise.
11927         (remove_eh_handler): Use the region aka bitmap.
11928         * except.h (exception_handler_labels): Remove.
11929         (for_each_eh_label): Declare.
11930         * jump.c (rebuild_jump_labels): Don't check exception_handler_labels.
11931         * loop.c (invalidate_loops_containing_label): New.
11932         (find_and_verify_loops): Use it.  Use for_each_eh_label.
11933         * sched-rgn.c (is_cfg_nonregular): Use
11934         current_function_has_exception_handlers.
11936 2002-04-09  Richard Henderson  <rth@redhat.com>
11938         * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_and_b, sbitmap_a_xor_b,
11939         sbitmap_a_or_b, sbitmap_a_or_b_and_c, sbitmap_a_and_b_or_c):
11940         Do not return changed status.
11941         (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg, sbitmap_a_xor_b_cg,
11942         sbitmap_a_or_b_cg, sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c_cg):
11943         New functions that do return changed status.
11944         * sbitmap.h: Update decls.
11945         * gcse.c, lcm.c: Use _cg functions as needed.
11947 Tue Apr  9 19:15:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
11949         * config.gcc (sh-*-elf*): Use sh/embed-elf.h instead of sh/elf.h.
11950         (sh64-*-elf*, sh-*-rtemself*): Likewise.
11951         * config/sh/embed_bb.c: New file.
11952         * config/sh/embed-elf.h: New file.
11953         * sh.h (CPP_SPEC): Supply __SIZE_TYPE__ and __PTRDIFF_TYPE__
11954         if -m[12345]* option is given.  Don't use subtarget_cpp_ptr_spec.
11955         (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
11956         __PTRDIFF_TYPE__ .
11957         (SUBTARGET_CPP_PTR_SPEC): Don't define.
11958         (EXTRA_SPECS): Remove subtarget_cpp_ptr_spec.
11959         Add subtarget_asm_endian_spec.
11960         (ASM_SPEC): Use subtarget_asm_endian_spec.
11961         (SUBTARGET_ASM_ENDIAN_SPEC): Define.
11962         (RETURN_ADDR_RTX): Use PR_MEDIA_REG for TARGET_SH5.
11963         (WCHAR_UNSIGNED): Define.
11964         (SH_ELF_WCHAR_TYPE, SH_DBX_REGISTER_NUMBER): Define.
11965         (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
11966         (ALLOCATE_INITIAL_VALUE): Use PR_MEDIA_REG for TARGET_SH5.
11967         Fix value.
11968         * sh.c (calc_live_regs): Use PR_MEDIA_REG for TARGET_SH5.
11969         (sh_adjust_cost): Likewise.
11970         sh64.h (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
11971         __PTRDIFF_TYPE__ .
11972         (SUBTARGET_CPP_PTR_SPEC, WCHAR_TYPE): Don't #undef/ #define.
11973         (WCHAR_TYPE_SIZE): Likewise.
11974         (ASM_SPEC): Use subtarget_asm_endian_spec.
11975         (SH_ELF_WCHAR_TYPE): #undef/ #define.
11976         (MAX_WCHAR_TYPE_SIZE): Don't #undef.
11977         * config/sh/elf.h (WCHAR_UNSIGNED): #undef .
11978         (MAX_WCHAR_TYPE_SIZE): Don't #define .
11979         (WCHAR_TYPE, WCHAR_TYPE_SIZE): #undef / #define .
11980         (USER_LABEL_PREFIX): Don't #undef /#define .
11981         (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
11982         * config/elf/linux.h (USER_LABEL_PREFIX): Don't #undef /#define .
11983         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Likewise.
11984         (ASM_SPEC): Likewise.
11985         (SUBTARGET_ASM_ENDIAN_SPEC): #undef / #define .
11986         (CC1_SPEC): don't supply -m3 for -m4*, -m5*.
11987         * t-sh: (LIB1ASMFUNCS): Use LIB1ASMFUNCS_CACHE.
11988         (LIB2FUNCS_EXTRA): Define.
11989         * t-sh64 (LIB2FUNCS_EXTRA): Define.
11990         * config/sh/t-linux (LIB1ASMFUNCS): Don't redefine.
11991         (LIB1ASMFUNCS_CACHE): Define.
11992         (LIB2FUNCS_EXTRA): Redefine empty.
11994 2002-04-08  Richard Henderson  <rth@redhat.com>
11996         * reorg.c (get_branch_condition): Use reversed_comparison_code.
11998 2002-04-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12000         * config/m68hc11/larith.asm (__map_data_section): Fix condition
12001         and optimize for size.
12002         (__do_global_ctors): Fix pointer comparison.
12003         (__do_global_dtors): Likewise.
12005 2002-04-09  David S. Miller  <davem@redhat.com>
12007         * config/sparc/sparc.c (sparc_extra_constraint_check): New
12008         function, implementing EXTRA_CONSTRAINTS.  For memory constraints,
12009         allow reloading pseudos.
12010         * config/sparc/sparc.h (EXTRA_CONSTRAINTS): Use it.
12011         * config/sparc/sparc-protos.h: Declare it.
12013         * config/sparc/sparc.c (const64_is_2insns): Kill signed vs.
12014         unsigned comparison warning.
12015         (output_restore_regs): Mark leaf_function as unused.
12017 Tue Apr  9 09:35:45 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12019         * expr.c (is_aligning_offset): New function.
12020         (expand_expr, case COMPONENT_EXPR): Call it.
12022 2002-04-08  David S. Miller  <davem@redhat.com>
12024         PR target/6082
12025         * config/sparc/freebsd.h (SPARC_DEFAULT_CMODEL): Set to CM_MEDLOW
12027         Make init_priority work on Sparc when using GNU ld.
12028         * config/sparc/linux.h, config/sparc/linux64.h,
12029         config/sparc/netbsd-elf.h, config/sparc/freebsd.h
12030         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undefine.
12031         * config/sparc/sol2-gld.h: New file to do the same.
12032         * config.gcc (sparc*-*-solaris2*): If gnu_ld=yes add
12033         sparc/sol2-gld.h to tm_file.
12035         PR optimization/4328
12036         * config/sparc/sparc.h (EXTRA_CONSTRAINT): Add new constraint 'W'.
12037         * doc/md.texi: Document it.
12038         * config/sparc/sparc.md (movdi_insn_sp64_novis,
12039         movdi_insn_sp64_vis, movdf_insn_sp32, movdf_insn_v9only_novis,
12040         movdf_insn_v9only_vis, movdf_insn_sp64_novis,
12041         movdf_insn_sp64_vis): Use it as MEM constraing with 'e' registers.
12042         * config/sparc/sparc.c (mem_min_alignment): Fix comment.
12044 2002-04-08  Andreas Jaeger  <aj@suse.de>
12046         * stmt.c (expand_asm_operands): Revert last patch from Richard
12047         Henderson.
12049 2002-04-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12051         * doc/contrib.texi (Contributors): Add John David Anglin and Loren
12052         J. Rittle (the latter also to Testers).  Update David O'Brien's entry.
12054 2002-04-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12056         * doc/contrib.texi (Contributors): Add David O'Brien.
12058 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
12060         * configure.in (auto-build.h): Use target_alias and build_alias
12061         when running configure.
12062         (gcc_cv_as, gcc_cv_ld): Search install paths when build != host too.
12063         (gcc_cv_nm, gcc_cv_objdump): Set for build != host too.
12064         * configure: Regenerate.
12066 2002-04-07  David S. Miller  <davem@redhat.com>
12068         * config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file.
12070 2002-04-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12072         PR 5933
12073         * pa.h (ASM_OUTPUT_MI_THUNK): Use indirect jump to target function when
12074         generating 32-bit pic code.
12076 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
12078         * cppinit.c (cpp_create_reader): Initialize
12079         discard_comments_in_macro_exp.
12080         (COMMAND_LINE_OPTIONS): Add "-CC" option.
12081         (cpp_handle_option): Handle "-CC" option.
12082         * cpplex.c (save_comment): If saving a C++ comment in
12083         a directive, convert it to a C comment.
12084         (_cpp_lex_direct): Pass second comment start character to
12085         save_comment to indicate comment type.
12086         * cpplib.c (_cpp_handle_directive): If processing
12087         a "#define" directive and discard_comments_in_macro_exp
12088         is false,  re-enable saving of comments.
12089         (lex_macro_node): If discard_comments_in_macro_exp is false,
12090         discard any comments before the macro identifier.
12091         * cpplib.h (struct cpp_options): Add discard_comments_in_macro_exp
12092         member.
12093         * cppmacro.c (cpp_get_token): If expanding a macro while
12094         processing a directive, discard any comments we might encounter.
12095         (parse_params): If discard_comments_in_macro_exp is false,
12096         ignore comments in the macro parameter list.
12097         * gcc.c (cpp_unique_options): Add "-CC" option.
12098         (option_map): Map "--comments-in-macros" to "-CC".
12099         * doc/cppopts.texi: Document "-CC" option.
12100         * f/lang-specs.h: Add "-CC" option.
12101         * testsuite/gcc.dg/cpp/maccom1.c: New test.
12102         * testsuite/gcc.dg/cpp/maccom2.c: New test.
12103         * testsuite/gcc.dg/cpp/maccom3.c: New test.
12104         * testsuite/gcc.dg/cpp/maccom4.c: New test.
12105         * testsuite/gcc.dg/cpp/maccom5.c: New test.
12106         * testsuite/gcc.dg/cpp/maccom6.c: New test.
12108 2002-04-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12110         PR middle-end/6180
12111         * reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes.
12113 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
12115         PR c++/5571
12116         * stor-layout.c (layout_decl): Reset the RTL for the decl.
12118         PR opt/5120
12119         * sibcall.c (optimize_sibling_and_tail_recursive_call): Clear
12120         RTX_UNCHANGING_P for the functions arguments when a tail call
12121         is made.
12123 2002-04-06  Jason Merrill  <jason@redhat.com>
12125         * toplev.c (flag_no_inline, flag_really_no_inline): Default to 2.
12126         (parse_options_and_default_flags): Set them appropriately.
12127         * c-common.c (c_common_post_options): Don't set flag_really_no_inline.
12129 2002-04-06  Hans-Peter Nilsson  <hp@bitrange.com>
12131         * config/mmix/t-mmix (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc
12132         here.
12134         * config/mmix/mmix.h (INITIAL_ELIMINATION_OFFSET): Remove spurious
12135         semicolon.
12137         * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Variable-size
12138         types come in by-reference.  Fix typo in comment.
12140 2002-04-05  David S. Miller  <davem@redhat.com>
12142         * config/sparc/freebsd.h (ENDFILE_SPEC): Add crtfastmath bits.
12143         * config.gcc (sparc64-wrs-vxworks, sparc-*-chorusos,
12144         sparc-*-rtems*, sparclite-*-elf* sparc86x-*-elf*, sparc64-*-elf*,
12145         {sparc64,ultrasparc}-*-freebsd*): Add sparc/t-crtfm to tmake_file.
12147 2002-04-05  David S. Miller  <davem@redhat.com>
12149         * config/sparc/sparc.c (sparc_nonflat_function_epilogue): If we
12150         are not going to emit return instructions, emit at least a nop
12151         for the sake of sane backtraces.
12153 2002-04-05  Richard Henderson  <rth@redhat.com>
12155         * doc/rtl.texi (Regs and Memory): Document (mem:BLK (scratch)).
12157 2002-04-05  Jakub Jeilnek  <jakub@redhat.com>
12159         * mklibgcc.in: Use $tmpmapfile, not tmp-$@.
12161 2002-04-05  Alexandre Oliva  <aoliva@redhat.com>
12163         * config/mips/mips.h (ISA_HAS_BRANCHLIKELY, ISA_HAS_CONDMOVE,
12164         ISA_HAS_FP4, ISA_HAS_MADD_MSUB, ISA_HAS_NMADD_NMSUB,
12165         ISA_HAS_CLZ_CLO, ISA_HAS_DCLZ_DCLO): Disable if TARGET_MIPS16.
12167 2002-04-05  Andreas Schwab  <schwab@suse.de>
12169         * c-convert.c: Include c-common.h.
12170         * Makefile.in (c-convert.o): Updated.
12172 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
12174         * mklibgcc.in: Use separate libgcc.map for each multilib.
12175         * Makefile.in (distclean): Don't remove libgcc.map here.
12177 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
12179         * Makefile.in (s-mlib): Handle --disable-multilib by separate
12180         genmultilib invocation.
12182 2002-04-04  Richard Sandiford  <rsandifo@redhat.com>
12184         * config/mips/mips.h (CUMULATIVE_ARGS): Rename fp_regs to num_fprs
12185         to avoid clash with Irix header file sys/ucontext.h.  Rename gp_regs
12186         to num_gprs for symmetry.
12187         * config/mips/mips.c: Adjust accordingly.
12189 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
12191         * c-common.c (truthvalue_conversion): Rename, update.
12192         * c-common.h (c_common_truthvalue_conversion): New.
12193         * c-convert.c (convert): Update.
12194         * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
12195         * c-parse.in (expr_no_commas, if_prefix, select_or_iter_stmt): Update.
12196         * c-typeck.c (build_binary_op, build_unary_op,
12197         build_conditional_expr): Update.
12198         * fold-const.c (constant_boolean_node, fold): Use langhook.
12199         * langhooks-def.h (LANGHOOK_INITIALIZER): Update.
12200         * langhooks.h (struct lang_hooks): New hook.
12201         * stmt.c (expand_decl_cleanup): Use langhook.
12202         * tree.h (truthvalue_conversion): Remove.
12203 objc:
12204         * objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
12206 2002-04-05  Alan Modra  <amodra@bigpond.net.au>
12208         * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtsavres.o
12209         Add rules to make null object file.
12211 2002-04-04  Jim Blandy  <jimb@redhat.com>
12213         * cppmacro.c (cpp_macro_definition): Do not emit spaces after
12214         macro formal parameter names.
12216 2002-04-04  David S. Miller  <davem@redhat.com>
12218         * calls.c (store_one_arg): If ECF_SIBCALL, use tail_call_reg.
12220 2002-04-04  Richard Henderson  <rth@redhat.com>
12222         PR middle-end/5099
12223         * stmt.c (expand_asm_operands): Validate outputs vs asm_operand_ok.
12224         Support copies into and out of memory.  Don't accept allows_reg
12225         and allows_mem as gospel.
12227 2002-04-04  Richard Henderson  <rth@redhat.com>
12229         PR opt/6165
12230         * alias.c (true_dependence): Force (mem:blk (scratch)) to conflict.
12231         (write_dependence_p): Likewise.
12233 2002-04-04  Richard Henderson  <rth@redhat.com>
12235         * predict.c (estimate_bb_frequencies): Do frequency calculation
12236         with a volatile temporary.
12238 2002-04-04  Ulrich Weigand  <uweigand@de.ibm.com>
12240         * config/s390/linux.h (LOCAL_LABEL_PREFIX): Define.
12242 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
12244         PR c++/6119
12245         * final.c (final_start_function): Don't bump profile_label_no here...
12246         (final_end_function): ...but here.
12248 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
12250         * config/sparc/sparc.md (pic): New attribute.
12251         (do_builtin_setjmp_setup): Save %fp, %i7 and %l7 for TARGET_V9
12252         into stack slots.
12253         (split after do_builtin_setjmp_setup): New.
12255 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
12257         PR fortran/6106
12258         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Backout 2001-01-01
12259         change.
12261 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
12263         * config/sparc/sparc.c (sparc_va_arg): Adjust va_list by
12264         UNITS_PER_WORD for zero sized aggregates.
12266 2002-04-03  David S. Miller  <davem@redhat.com>
12268         * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): No need for a new
12269         one-character spec for this, just use %(link_gcc_c_sequence).
12271 2002-04-03  David S. Miller  <davem@redhat.com>
12273         * config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian
12274         handling.
12276 2002-04-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12278         * pa-linux.h (INCOMING_RETURN_ADDR_RTX): Move.
12279         (DWARF_FRAME_RETURN_COLUMN): Move.
12280         (ASM_PREFERRED_EH_DATA_FORMAT): Define.
12281         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Define.
12282         * pa.c (except.h, predict.h): Include.
12283         (FRP): Delete.
12284         (store_reg_modify, set_reg_plus_d): Revise prototypes.
12285         (output_ascii): Add cast.
12286         (store_reg_modify): Revise to add frame notes.
12287         (set_reg_plus_d): Likewise.
12288         (compute_frame_size): Include space for eh data registers in frame if
12289         the current function calls eh_return.
12290         (hppa_expand_prologue):  Ensure register %r2 is saved if the current
12291         function calls eh_return.  Save eh data registers if the current
12292         function calls eh_return.  Fix code to add frame notes.  Emit
12293         blockage to prevent insns with frame notes being scheduled in the
12294         delay slot of calls.
12295         (hppa_expand_epilogue): Restore eh data registers and do final stack
12296         adjustment if the current function calls eh_return.  Don't add frame
12297         notes.
12298         (output_call): Revise for change in length of call insn.  Don't do
12299         return pointer adjustment for an unconditional jump in the delay slot
12300         of a call when using frame notes.
12301         * pa.h (EH_RETURN_DATA_REGNO): Revise for TARGET_64BIT compatibility.
12302         (EH_RETURN_HANDLER_RTX): Use saved value on stack.
12303         (ARG_POINTER_CFA_OFFSET): Define.
12304         * pa.md (return_external_pic): New pattern.
12305         (prologue): Correct formatting.  Use return_external_pic if current
12306         function calls eh_return.
12307         (call_internal_symref, call_value_internal_symref,
12308         sibcall_internal_symref, sibcall_value_internal_symref): Change default
12309         lengths of short, long non-pic, and long pic calls to 8, 68, and 84,
12310         respectively.
12311         (exception_receiver): Use hppa_pic_save_rtx () to restore pic register.
12313         * configure.in ("assembler dwarf2 debug_line support"): Add hppa*-*-* to
12314         list of targets to check using "nop" insn.
12315         * configure: Rebuilt.
12317 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
12319         * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Define.
12321 2002-04-03  David S. Miller  <davem@redhat.com>
12323         * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): New spec to override the gcc/c
12324         library sequence passed to the linker.
12325         (LINK_COMMAND_SPEC): Use it.
12326         * doc/tm.texi: Document it, and mention from LINK_COMMAND_SPEC as
12327         a macro a target can use to avoid overriding LINK_COMMAND_SPEC.
12328         * config/sparc/sparc.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
12330 2002-04-03  Jason Merrill  <jason@redhat.com>
12332         * except.c (struct eh_status): Remove protect_list.
12333         (begin_protect_partials, end_protect_partials): Remove.
12334         (add_partial_entry): Remove.
12335         * except.h: Remove prototypes.
12337         * expr.c (expand_expr) [WITH_CLEANUP_EXPR, TARGET_EXPR]: Use
12338         expand_decl_cleanup_eh.
12340         PR c++/5636
12341         * tree.h (CLEANUP_EH_ONLY): New macro.
12342         * stmt.c (expand_decl_cleanup_eh): New fn.
12343         (expand_cleanups): Check CLEANUP_EH_ONLY.
12344         * c-semantics.c (genrtl_decl_cleanup): Just take the CLEANUP_STMT.
12345         Use expand_decl_cleanup_eh.
12346         (expand_stmt): Adjust.
12347         * c-common.h: Adjust prototype.
12349 2002-04-04  Hans-Peter Nilsson  <hp@axis.com>
12351         * config/cris/cris.c (cris_target_asm_function_prologue): Cast
12352         uses of PIC_OFFSET_TABLE_REGNUM to int to silence warnings.
12353         (cris_target_asm_function_epilogue): Ditto.
12354         (cris_initial_frame_pointer_offset): Ditto.
12355         (cris_simple_epilogue): Ditto.
12356         (cris_expand_builtin_va_arg): Variable-size types come in
12357         by-reference.
12359 2002-04-03  David S. Miller  <davem@redhat.com>
12361         * config/sparc/crtfastmath.c (FPRS_NS): Get it right for
12362         little-endian.
12363         (set_fast_math): Correct 'fsr' type.
12365 2002-04-03  Richard Henderson  <rth@redhat.com>
12367         PR opt/3569
12368         * langhooks.h (lang_hooks.decls.warn_unused_global): New.
12369         * toplev.c (check_global_declarations): Use it.
12370         * langhooks-def.h (lhd_warn_unused_global_decl): Declare.
12371         (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
12372         (LANG_HOOKS_DECLS): Add it.
12373         * langhooks.c (lhd_warn_unused_global_decl): New.
12374         * c-decl.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
12375         * c-objc-common.c (c_warn_unused_global_decl): New.
12376         * c-tree.h (c_warn_unused_global_decl): Declare.
12377         * objc/objc-lang.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
12379 2002-04-03  Neil Booth  <neil@daikokuya.demon.co.uk>
12381         * langhooks-def.h (lhd_set_decl_assembler_name,
12382         LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): New.
12383         (LANG_HOOKS_INITIALIZER): Update.
12384         * langhooks.c (lhd_set_decl_assembler_name): New, from tree.c
12385         * langhooks.h (struct lang_hooks): New hook.
12386         * tree.c (set_decl_assembler_name): Move to langhooks.c.
12387         (lang_set_decl_assembler_name): Remove.
12388         (init_obstacks): Don't set hook.
12389         (decl_assembler_name): New function.
12390         * tree.h (DECL_ASSEMBLER_NAME): Turn into a function call.
12391         (decl_assembler_name): New.
12392         (lang_set_decl_assembler_name): Remove.
12394 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
12396         * configure.in (HAVE_SPARC_UA_PCREL_HIDDEN): Test whether %r_disp32()
12397         works properly with .hidden symbols.
12398         * configure: Rebuilt.
12399         * config.in: Rebuilt.
12400         * config/sparc/sparc.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
12401         DW_EH_PE_absptr for flag_pic && GLOBAL if %r_disp32() doesn't work
12402         properly with .hidden symbols.
12404 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
12406         PR middle-end/6102
12407         * df.c (df_insn_refs_record): Use XEXP not SET_DEST to access
12408         USE argument.
12410 2002-04-03  Richard Henderson  <rth@redhat.com>
12412         PR opt/4120
12413         * sched-rgn.c (sets_likely_spilled): New.
12414         (sets_likely_spilled_1): New.
12415         (add_branch_dependences): Use it.
12417 2002-04-02  Richard Henderson  <rth@redhat.com>
12419         PR opt/4311
12420         * loop.h (LOOP_FIRST_PASS): New.
12421         * loop.c (strength_reduce): Mind it when deciding to unroll.
12422         * toplev.c (rest_of_compilation): Set it.
12424 2002-04-02  David S. Miller  <davem@redhat.com>
12426         * config/sparc/sparc.md (ldd peephole2s): Fix final arg to
12427         mems_ok_for_ldd_peep when the order of the loads being examined
12428         is reversed.
12429         * config/sparc/sparc.c (mems_ok_for_ldd_peep): Expand upon
12430         existing comment to increase comprehension of this situation.
12432 2002-04-02  Zack Weinberg  <zack@codesourcery.com>
12434         * config/sh/sh.md: Don't use union real_extract.
12436 2002-04-02  Richard Henderson  <rth@redhat.com>
12438         * libgcc2.c (__bb_exit_func): Revert 03-31 change.
12440 2002-04-02  David O'Brien  <obrien@FreeBSD.org>
12442         * config.gcc (i386-dg-dgux, i386-go32-msdos , i386-go32-rtems,
12443         i386-ibm-aix, i386-moss-msdos, i386-ncr-sysv4, i386-next-,
12444         i386-pc-msdosdjgpp, i386-sequent-bsd, i386-sequent-ptx1,
12445         i386-sequent-ptx2, i386-sequent-ptx4, i386-sun-sunos,
12446         i386-wrs-vxworks, i386-*-aout, i386-*-beoself, i386-*-bsd,
12447         i386-*-bsdi, i386-*-chorusos, i386-*-coff, i386-*-elf,
12448         i386-*-freebsd5, i386-*-freebsd-aout, i386-*-gnu, i386-*-interix,
12449         i386-*-interix3, i386-*-isc, i386-*-linux, i386-*-linuxaout,
12450         i386-*-linuxoldld, i386-*-lynxos, i386-*-mach, i386-*-mingw32,
12451         i386-*-netbsd, i386-*-netbsdelf, i386-*-netware, i386-*-openbsd,
12452         i386-*-osf1, i386-*-osfrose, i386-*-pe , i386-*-rtems,
12453         i386-*-rtemscoff, i386-*-sco3.2v5, i386-*-solaris2, i386-*-sysv,
12454         i386-*-sysv4, i386-*-sysv5, i386-*-udk, i386-*-uwin, i386-*-vsta,
12455         i386-*-win32, x86_64-*-freebsd5, x86_64-*-linux, x86_64-*-netbsd):
12456         Include as many configury headers via tm_file as possible.  This
12457         includes among others i386/unix.h, i386/bsd.h, i386/gas.h.
12458         * config/openbsd-oldgas.h: New file.
12459         * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/att.h,
12460         config/i386/bsd.h, config/i386/djgpp.h, config/i386/freebsd-aout.h,
12461         config/i386/gas.h, config/i386/gstabs.h, config/i386/i386-aout.h,
12462         config/i386/i386-coff.h, config/i386/i386-interix.h,
12463         config/i386/iscdbx.h, config/i386/linux-aout.h,
12464         config/i386/linux-oldld.h, config/i386/lynx-ng.h, config/i386/lynx.h,
12465         config/i386/mach.h, config/i386/netbsd.h, config/i386/next.h,
12466         config/i386/openbsd.h, config/i386/osfelf.h, config/i386/osfrose.h,
12467         config/i386/sco5.h, config/i386/seq-gas.h, config/i386/seq-sysv3.h,
12468         config/i386/seq2-sysv3.h, config/i386/sequent.h, config/i386/sun.h,
12469         config/i386/sun386.h, config/i386/svr3dbx.h, config/i386/svr3gas.h,
12470         config/i386/sysv3.h, config/i386/uwin.h, config/i386/vsta.h,
12471         config/i386/vxi386.h: Do not directly include configury headers.
12472         * config/i386/cygwin.h, config/i386/djgpp.h, config/i386/win32.h:
12473         Directly include configury headers that are no longer automatically
12474         included by the above headers.
12475         * config/i386/att.h, config/i386/bsd.h (TARGET_VERSION): Do not define.
12476         * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/cygwin.h,
12477         config/i386/djgpp.h, config/i386/i386-aout.h, config/i386/i386-coff.h,
12478         config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mach.h,
12479         config/i386/netbsd.h, config/i386/openbsd.h, config/i386/rtems.h,
12480         config/i386/seq-sysv3.h, config/i386/sequent.h, config/i386/svr3gas.h,
12481         config/i386/sysv3.h, config/i386/vsta.h, config/i386/vxi386.h
12482         (TARGET_VERSION): Define.
12483         * config/i386/beos-elf.h, config/i386/freebsd.h,
12484         config/i386/i386-interix.h, config/i386/i386elf.h, config/i386/linux.h,
12485         config/i386/linux64.h, config/i386/netbsd-elf.h, config/i386/netbsd64.h,
12486         config/i386/osfelf.h, config/i386/osfrose.h, config/i386/ptx4-i.h,
12487         config/i386/sco5.h, config/i386/sysv4.h
12488         (TARGET_VERSION): Do not need to protect.
12489         * config/i386/freebsd64.h (TARGET_VERSION): Fix style.
12490         * config/i386/386bsd.h, config/i386/cygwin.h, config/i386/djgpp.h,
12491         config/i386/freebsd-aout.h, config/i386/i386-aout.h,
12492         config/i386/i386-interix.h, config/i386/linux-aout.h,
12493         config/i386/linux-oldld.h, config/i386/mach.h, config/i386/netbsd.h,
12494         config/i386/openbsd.h, config/i386/vsta.h, config/i386/win32.h
12495         (YES_UNDERSCORES): Do not define - not needed.
12496         * config/i386/bsd.h, config/i386/gas.h (LPREFIX,
12497         ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
12498         USER_LABEL_PREFIX): Do not handle the "NO_UNDERSCORES" case.
12499         * config/i386/i386-coff.h, config/i386/lynx.h, config/i386/lynx-ng.h
12500         (LPREFIX, ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
12501         USER_LABEL_PREFIX): Define. (handles the "NO_UNDERSCORES" case)
12502         * config/i386/isc.h: Preserve comment from config/i386/isccoff.h.
12503         * config/i386/isccoff.h, config/i386/v3gas.h: Remove.
12505 2002-04-02  Eric Botcazou  <ebotcazou@multimania.com>
12506             Richard Henderson  <rth@redhat.com>
12508         PR c/5484
12509         * function.c (assign_temp): Accept either type or decl argument.
12510         Detect variables whose size is too large to fit into an integer.
12511         * stmt.c (expand_decl): Pass the decl, not the type.
12513 2002-04-02  David O'Brien  <obrien@FreeBSD.org>
12515         * protoize.c: Match include directory usage with cppdefault.c.
12517 2002-04-03  Jeffrey A Law  (law@redhat.com)
12518             Hans-Peter Nilsson  <hp@bitrange.com>
12520         * combine.c (simplify_comparison): Avoid narrowing a comparison
12521         with a paradoxical subreg when doing so would drop signficant bits.
12523 2002-04-02  Steve Ellcey  <sje@cup.hp.com>
12525         * builtins.c (expand_builtin_prefetch): Force op0 pointer to Pmode
12526         if POINTERS_EXTEND_UNSIGNED is defined.
12528 2002-04-02  Richard Henderson  <rth@redhat.com>
12530         PR opt/3967
12531         * local-alloc.c (contains_replace_regs): LO_SUM may contain
12532         replace regs.
12534 2002-04-02  Richard Henderson  <rth@redhat.com>
12536         * doc/standards.texi: Document required freestanding libc entry points.
12538 2002-04-02  Alan Modra  <amodra@bigpond.net.au>
12540         * config/rs6000/rs6000.md (ctrdi*): Add FPR constraint and
12541         associated splitter.  Remove MQ constraint.
12542         (ctrdi_internal4): Correct CCmode clobber.
12544 2002-04-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12546         * milli64.S ($$dyncall): New function.
12547         * t-linux (LIB1ASMFUNCS): Revise module list.
12548         (LIB1ASMSRC): Use pa/milli64.S.
12550 2002-04-02  Richard Henderson  <rth@redhat.com>
12552         * fixinc/inclhack.def (AAB_solaris_sys_varargs_h): Move and
12553         rename solaris_sys_varargs_h.
12555 Tue Apr  2 06:47:40 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12557         * stor-layout.c (layout_type, case ARRAY_TYPE): Give one-element array
12558         the same mode as its component.
12560 2002-04-02  Richard Henderson  <rth@redhat.com>
12562         PR opt/190
12563         * final.c (this_is_asm_operands): Export.
12564         * output.h (this_is_asm_operands): Declare.
12565         * config/i386/i386.c (print_operand): Error odd asm operands.
12567 2002-04-02  Richard Henderson  <rth@redhat.com>
12569         PR opt/420
12570         * config/m68k/m68k.md (dbcc peepholes): Match four forms of dbra.
12572 2002-04-01  Richard Henderson  <rth@redhat.com>
12574         PR target/1538
12575         * fixinc/inclhack.def (solaris_sys_varargs_h): New.
12576         * fixinc/fixincl.x: Rebuild.
12578 2002-04-01  Richard Henderson  <rth@redhat.com>
12580         * config/ia64/unwind-ia64.c: Include ia64intrin.h.
12581         (atomic_alloc, atomic_free): New.
12582         (SIZE, MASK_FOR, PTR_IN): New.
12583         (emergency_reg_state, emergency_reg_state_free): New.
12584         (emergency_labeled_state, emergency_labeled_state_free): New.
12585         (reg_state_alloced, labeled_state_alloced): New.
12586         (alloc_reg_state, free_reg_state): New.
12587         (alloc_label_state, free_label_state, free_label_states): New.
12588         (push, pop, dup_state_stack, free_state_stack): Use them.
12589         (desc_label_state): Likewise.
12590         (uw_frame_state_for): Free label states and state stack.
12591         (uw_update_reg_address): Eliminate warnings.
12593 2002-04-01  Vladimir Makarov  <vmakarov@redhat.com>
12595         * config/pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON,
12596         ASM_OUTPUT_ALIGNED_LOCAL): Redefine them.
12598 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
12600         * c-decl.c (grokdeclarator): Update.
12601         * c-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
12602         * c-tree.h (c_mark_addressable): New.
12603         * c-typeck.c (default_function_array_conversion, build_unary_op,
12604         build_array_ref, convert_for_assignment): Update.
12605         (mark_addressable): Rename.
12606         * calls.c (try_to_integrate, expand_call): Use langhook.
12607         * expr.c (expand_expr): Use langhook.
12608         * langhooks-def.h (LANG_HOOKS_INITIALIZER): Update.
12609         * langhooks.h (struct lang_hooks): New hook.
12610         * stmt.c (expand_asm_operands): Use langhook.
12611         * tree.h (mark_addressable): Remove.
12612 objc:
12613         * objc-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
12615 2002-04-01  Bob Wilson  <bob.wilson@acm.org>
12617         * config/xtensa/xtensa.c (xtensa_va_arg): Fix compiler warning
12618         in previous change.
12620 2002-04-01  Bob Wilson  <bob.wilson@acm.org>
12622         * config/xtensa/xtensa.c (xtensa_va_arg): Fix to handle arguments
12623         for which MUST_PASS_IN_STACK is true (e.g., variable-sized types).
12625 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
12627         * c-common.c (unsigned_conversion_warning, convert_and_check,
12628         unsigned_type, signed_type, shorten_compare,
12629         c_common_get_alias_set, c_common_nodes_and_builtins): Use new hooks.
12630         (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
12631         * c-common.h (unsigned_type, signed_type, signed_or_unsigned_type):
12632         New.
12633         * c-decl.c (grokdeclarator): Update.
12634         * c-format.c (check_format_types): Update.
12635         * c-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
12636         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
12637         * c-typeck.c (build_binary_op, convert_for_assignment): Update.
12638         * convert.c (convert_to_integer): Use new hooks.
12639         * expmed.c (make_tree): Use new hooks.
12640         * expr.c (store_expr): Use new hooks.
12641         * fold-const.c (operand_equal_for_comparison_p, build_range_check,
12642         all_ones_mask_p, unextend, fold): Use new hooks.
12643         * langhooks.h (struct lang_hooks_for_types): New hooks.
12644         * tree.h (signed_or_unsigned_type, signed_type,
12645         unsigned_type): Remove.
12646 objc:
12647         * objc-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
12648         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
12650 2002-03-31  Richard Henderson  <rth@redhat.com>
12652         * config/ia64/unwind-ia64.c (alloc_spill_area): Fix offset.
12653         (desc_frgr_mem): Fix reference to f16-f31.
12655 2002-03-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12657         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2,
12658         RTVEC_ELT): Const-ify.
12659         * varray.h (VARRAY_CHECK): Const-ify.
12660         * ggc.h (ggc_mark_rtx, ggc_mark_tree, ggc_mark_nonnull_tree,
12661         ggc_mark_rtvec, ggc_mark): Const-ify.
12663 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
12665         * diagnostic.c: Include langhooks-def.h.
12666         * Makefile.in (diagnostic.o): Update.
12668 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
12670         * c-common.c (c_unsafe_for_reeval): Rename.
12671         * c-common.h (c_unsafe_for_reeval): Rename.
12672         * c-decl.c (finish_incomplete_decl): Rename.
12673         (c_init_decl_processing): Don't set langhook.
12674         * c-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
12675         LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
12676         * c-objc-common.c (c_objc_common_init): Don't set langhook.
12677         * c-tree.h (finish_incomplete_decl): Rename.
12678         * langhooks-def.h (lhd_unsafe_for_reeval): New.
12679         (LANG_HOOKS_FINISH_INCOMPLETE_DECL, LANG_HOOKS_UNSAFE_FOR_REEVAL): New.
12680         (LANG_HOOKS_INITIALIZER): Update.
12681         * langhooks.c (lhd_unsafe_For_reeval): New.
12682         * langhooks.h (struct langhooks): New hooks.
12683         * toplev.c (incomplete_decl_finalize_hook): Remove.
12684         (wrapup_global_declarations): Update.
12685         * tree.c (lang_unsafe_for_reeval): Remove.
12686         (unsafe_for_reeval): Update.
12687         * tree.h (lang_unsafe_for_reeval, incomplete_decl_finalize_hook):
12688         Remove.
12689 objc:
12690         * objc-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
12691         LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
12693 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
12695         * diagnostic.c (print_error_function): Remove.
12696         (default_print_error_function): Rename.
12697         (report_error_function): Update.
12698         * diagnostic.h (print_error_function): Remove.
12699         (default_print_error_function): Remove.
12700         * langhooks-def.h (struct diagnostic_context): Predeclare.
12701         (lhd_print_error_function, LANG_HOOKS_PRINT_ERROR_FUNCTION): New.
12702         (LANG_HOOKS_INITIALIZER): Update.
12703         * langhooks.h (struct diagnostic context): Predeclare.
12704         (struct lang_hooks): New hook.
12706 2002-03-31  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12708         * config/rs6000/rs6000.h (RS6000_PIC_OFFSET_TABLE_REGNUM): New.
12709         (PIC_OFFSET_TABLE_REGNUM): Use it and return INVALID_REGNUM if
12710         !flag_pic.
12711         (CONDITIONAL_REGISTER_USAGE): Adjust accordingly.
12712         * config/rs6000/rs6000.h: Use RS6000_PIC_OFFSET_TABLE_REGNUM instead
12713         of PIC_OFFSET_TABLE_REGNUM thruout.
12714         * config/rs6000/rs6000.md: Likewise.
12715         * config/rs6000/darwin.h: Likewise.
12717 Sun Mar 31 14:43:24 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12719         * emit-rtl.c (adjust_address_1, offset_address): Cast value to
12720         unsigned HOST_WIDE_INT, not unsigned int.
12722 2002-03-31  Jakub Jelinek  <jakub@redhat.com>
12724         PR middle-end/6096, middle-end/6098, middle-end/6099
12725         * reorg.c (emit_delay_sequence): Only increment LABEL_NUSES for
12726         CODE_LABELs.
12727         (fill_slots_from_thread): Likewise.
12729 2002-03-31  Jakub Jelinek  <jakub@redhat.com>
12731         * config/sparc/sparc.c (function_arg_record_value_1): Pass complex
12732         floating fields in float regs.
12733         (function_arg_record_value_2): Likewise.
12735 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
12737         * config/mmix/mmix.md (define_constants): Remove misleading
12738         FIXME.  Add MMIX_fp_rO_OFFSET.
12739         ("nonlocal_goto_receiver"): Don't have stack-frame address of
12740         saved rO as part of the pattern.  Remove FIXME.
12741         ("*nonlocal_goto_receiver_expanded"): Similar.  Generate address
12742         here, at output-time.
12744 2002-03-31  Jakub Jelinek  <jakub@redhat.com>
12746         PR middle-end/6100
12747         * config/sparc/sparc.c (output_cbranch): Use REG_BR_PROB, not
12748         REG_BR_PRED.
12749         (output_v9branch): Likewise.
12751 2002-03-31  Alexandre Oliva  <aoliva@redhat.com>
12753         * gcc.c: Revert previous patch for now.
12754         * config/i386/djgpp.h: Likewise.
12756 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
12758         * config/mmix/crti.asm (_init): Register _fini with atexit.
12759         * config/mmix/crtn.asm (_fini): Add omitted "POP 0,0".
12761 2002-03-31  Richard Henderson  <rth@redhat.com>
12763         PR target/3997
12764         * config/alpha/elf.h (ASM_OUTPUT_DEF): Tidy.
12765         (ASM_OUTPUT_DEF_FROM_DECLS): New.
12767 2002-03-31  Richard Henderson  <rth@redhat.com>
12769         * libgcc2.c (__bb_exit_func): Make static.
12771         * config/alpha/alpha.md (trap): New.
12773 2002-03-31  Richard Henderson  <rth@redhat.com>
12775         * builtins.c (expand_builtin_va_arg): Give warnings not errors for
12776         promoted argument types; build trap.
12777         (expand_builtin_trap): New.
12778         (expand_builtin): Use it.
12779         * stmt.c (expand_nl_goto_receivers): Likewise.
12780         * expr.h (expand_builtin_trap): Declare.
12781         * libfuncs.h (LTI_abort, abort_libfunc): New.
12782         * optabs.c (init_optabs): Init abort_libfunc.
12784 2002-03-31  Alexandre Oliva  <aoliva@redhat.com>
12786         * gcc.c (LIBGCC_SPEC): Folded %L and duplicate %G here...
12787         (LINK_COMMAND_SPEC): ... from here.
12788         (init_gcc_specs): Duplicate it here too, omitting
12789         shared_name in the second copy.
12790         (init_spec): Test for duplicate
12791         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Remove `%L %G'.
12793 2002-03-30  David S. Miller  <davem@redhat.com>
12795         * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
12796         * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Likewise.
12798 2002-03-30  Roger Sayle <roger@eyesopen.com>
12799             Richard Henderson  <rth@redhat.com>
12801         * regmove.c (combine_stack_adjustments_for_block): Avoid
12802         emitting a stack adjustment of zero bytes.  Let delete_insn
12803         update bb->head.
12805 2002-03-30  Richard Henderson  <rth@redhat.com>
12807         * config/sparc/sparc.c: Remove all references to TARGET_EPILOGUE.
12808         (sparc_emitting_epilogue): New.
12809         (leaf_label, output_return, sparc_return_peephole_ok): Remove.
12810         * config/sparc/sparc-protos.h: Update.
12811         * config/sparc/sparc.h (MASK_EPILOGUE, TARGET_EPILOGUE): Remove.
12812         (TARGET_SWITCHES): Update.
12813         * config/sparc/sparc.md (return): Remove.
12814         (return_*): Use sparc_emitting_epilogue, not !TARGET_EPILOGUE.
12815         * config/sparc/freebsd.h, config/sparc/linux64.h, config/sparc/lite.h,
12816         config/sparc/liteelf.h, config/sparc/netbsd-elf.h,
12817         config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
12818         config/sparc/sp64-aout.h, config/sparc/sp64-elf.h,
12819         config/sparc/sp86x-aout.h, config/sparc/sp86x-elf.h,
12820         config/sparc/splet.h, config/sparc/vxsparc64.h (TARGET_DEFAULT):
12821         Remove MASK_EPILOGUE.
12822         * doc/invoke.texi: Update.
12824 2002-03-30  Daniel Berlin  <dan@dberlin.org>
12826         * dwarf2out.c (dwarf2out_define): Remove start_source_file call,
12827         CPP will start the file for us.
12829 2002-03-30  Richard Henderson  <rth@redhat.com>
12831         PR target/5446
12832         * config/ia64/ia64.c (group_barrier_needed_p): Special case
12833         prologue_allocate_stack.
12834         (ia64_single_set): Use insn codes for recognition of special
12835         cases, not rtl matching.
12836         * config/ia64/ia64.md (prologue_allocate_stack): Op 3 is in-out.
12838 Sat Mar 30 23:48:41 CET 2002  Jan Hubicka  <jh@suse.cz>
12840         * cfgbuild.c (find_basic_blocks_1): Clear aux for blocks.
12842 2002-03-30  Richard Henderson  <rth@redhat.com>
12844         PR target/6032
12845         * config/sparc/sparc.h (OVERRIDE_OPTIONS): Don't override -fpic
12846         or -fomit-frame-pointer with profiling.
12847         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
12848         (FUNCTION_PROFILER): Do nothing.
12849         (PROFILE_HOOK): New.
12850         * config/sparc/sparc.c (sparc_override_options): Don't check
12851         code models for profiling.
12852         (sparc_function_profiler): Remove.
12853         (sparc_profile_hook): New.
12854         * config/sparc/sparc-protos.h: Update.
12856 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
12858         PR optimization/6086
12859         * combine.c (combine_simplify_rtx): If simplify_rtx failed because
12860         of SUBREG of volatile MEM or because the MEM was mode dependent,
12861         return CLOBBER instead of unmodified SUBREG.
12863 Sat Mar 30 14:08:55 CET 2002  Jan Hubicka  <jh@suse.cz>
12865         * local-alloc.c (local_alloc): Avoid call of update_equiv_regs
12866         when not optimizing.
12868         * toplev.c (rest_of_compilation): Cann mark_constant_function
12869         only when optimizing.
12871         * flow.c (calculate_global_regs_live): Ensure that all AUX fields
12872         are NULL.
12874         * cfgcleanup.c (bb_flags): Add BB_NONTHREADABLE_BLOCK.
12875         (thread_jump): Set BB_NONTHREADABLE_BLOCK, check it.
12876         (try_optimize_cfg): clear all AUX fields.
12878         * i386.c (aligned_operand): Be prepared for SUBREGed registers.
12879         (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
12880         (ix86_address_cost): Be prepared for SUBREGed registers.
12881         (legitimate_address_p): Accept SUBREGed registers.
12883 2002-03-29  Richard Henderson  <rth@redhat.com>
12885         PR target/5672
12886         * expr.c (expand_expr): Pass along EXPAND_INITIALIZER one more place.
12888 2002-03-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12890         * config/rs6000/rs6000.c (rs6000_va_arg): Correctly set register count
12891         for aggregate and TFmode types.
12893 2002-03-29  Hans-Peter Nilsson  <hp@bitrange.com>
12895         * cfg.c (dump_flow_info): Guard against NULL regno_reg_rtx[i].
12897 2002-03-29  Richard Henderson  <rth@redhat.com>
12899         PR target/5886
12900         * config/ia64/aix.h (CPP_PREDEFINES): Add -D_LP64.
12901         * config/ia64/hpux.h, config/ia64/linux.h: Likewise.
12903 2002-03-29  Richard Henderson  <rth@redhat.com>
12905         PR target/6041
12906         * config/i386/i386.c (x86_arch_always_fancy_math_387): New.
12907         (override_options): Disable NO_FANCY_MATH_387 if the arch allows.
12908         * config/i386/i386.h (x86_arch_always_fancy_math_387): New.
12909         * config/i386/i386.md (sqrtxf2, sqrtextendsfxf2, sinxf2): Fix
12910         conditional.
12911         * docs/invoke.texi: Update -mno-fancy-math-387 docs.
12913 2002-03-29  Dale Johannesen <dalej@apple.com>
12915         * loop.c (combine_movables): Do allow combination of pseudos.
12917 2002-03-29  Loren J. Rittle  <ljrittle@acm.org>
12919         * config.gcc (*-*-freebsd*): Enable creation of libgcc_s.so.
12920         * config/t-slibgcc-elf-ver (SHLIB_LC): Add macro and use it.
12921         No functional change except ...
12922         * config/t-slibgcc-nolc-override (SHLIB_LC): Override it.  New file.
12923         * doc/install.texi (*-*-freebsd*): Document port configuration.
12925 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
12927         * Makefile.in (convert.o, calls.o, expmed.o): Update.
12928         * attribs.c (handle_mode_attribute, handle_vector_size_attribute):
12929         Use new hooks.
12930         * builtin-types.def (BT_PTRMODE): Update.
12931         * c-common.c (type_for_size): Rename c_common_type_for_size.
12932         (type_for_mode): Similarly.
12933         (shorten_compare, pointer_int_sum, c_common_nodes_and_builtins):
12934         Use new hook.
12935         * c-bommon.h (c_common_type_for_size, c_common_type_for_mode): New.
12936         * c-decl.c (finish_enum, build_enumerator): Use new hooks.
12937         * c-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
12938         Redefine.
12939         * c-typeck.c (common_type, comptypes, default_conversion):
12940         Use new hooks.
12941         * calls.c: Include langhooks.h.
12942         (emit_library_call_value_1): Use new hooks.  Avoid redundant
12943         calls.
12944         * convert.c: Include langhooks.h
12945         (convert_to_pointer, convert_to_integer): Use new hooks.
12946         * except.c (init_eh): Similarly.
12947         * expmed.c: Include langhooks.h.
12948         (expand_mult_add): Use new hooks.
12949         * expr.c (store_expr, store_constructor, expand_expr, do_jump,
12950         try_casesi): Similarly.
12951         * fold-const.c (optimize_bit_field_compare, make_range,
12952         decode_field_reference, fold_truthop, fold): Similarly.
12953         * function.c (assign_stack_local_1, assign_stack_temp_for_type,
12954         put_var_into_stack): Similarly.
12955         * langhooks-def.h (LANG_HOOKS_TYPE_FOR_MODE,
12956         LANG_HOOKS_TYPE_FOR_SIZE): New.
12957         (LANG_HOOKS_TYPES_INITIALIZER): Update.
12958         * langhooks.h (lang_hooks_for_types): New hooks.
12959         * stmt.c (expand_decl_cleanup, emit_case_nodes): Use new hooks.
12960         * tree.c (get_unwidened, get_narrower): Similarly.
12961         * tree.h (type_for_mode, type_for_size): Remove.
12962         * varasm.c (force_const_mem): Use new hooks.
12963         * utils2.c (nonbinary_modular_operation): Update.
12964 objc:
12965         * objc-act.c (handle_impent): Update.
12966         * objc-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIaZE):
12967         Redefine.
12969 2002-03-29  Steve Ellcey  <sje@cup.hp.com>
12971         * config/ia64/ia64.md (*ptr_extend_plus_1, *ptr_extend_plus_2): New.
12972         * config/ia64/ia64.c (basereg_operand): New.
12973         * config/ia64/ia64-protos.h (basereg_operand): Declare.
12974         * config/ia64/ia64.h (PREDICATE_CODES): Add basereg_operand.
12976 2002-03-29  Hans-Peter Nilsson  <hp@bitrange.com>
12978         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Correct
12979         unwind information when frame_pointer_needed.
12980         (mmix_assemble_integer): Tweak wording in comment.
12982 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
12984         * Makefile.in (except.o): Update.
12985         * except.c: Include langhooks.h.
12986         (init_eh): Use langhook.
12987         * langhooks-def.h (LANG_HOOKS_MAKE_TYPE,
12988         LANG_HOOKS_FOR_TYPES_INITIALIZER): New.
12989         (LANG_HOOKS_INITIALIZER): Update.
12990         * langhooks.h (lang_hooks_for_types): New.
12991         (struct lang_hooks): Add it.
12992         * tree.c (make_lang_type_fn, make_lang_type): Remove.
12993         * tree.h (make_lang_type_fn, make_lang_type): Remove.
12994 config:
12995         * alpha/alpha.c: Include langhooks.h.
12996         (alpha_build_va_list): Use langhook.
12997         * d30v/d30v.c: Include langhooks.h.
12998         (d30v_build_va_list): Use langhook.
12999         * i386/i386.c: Include langhooks.h.
13000         (ix86_build_va_list): Use langhook.
13001         * rs6000/rs6000.c (rs6000_build_va_list): Use langhook.
13002         * s390/s390.c: Include langhooks.h.
13003         (s390_build_va_list): Use langhook.
13004         * stormy16/stormy16.c: Include langhooks.h.
13005         (stormy16_build_va_list): Use langhook.
13007 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
13009         PR c++/5964
13010         * config/sparc/sparc.md (empty_delay_slot, branch_type): New
13011         attributes.
13012         (length): Compute variable length for branches/calls/jumps here.
13013         (branch, inverted_branch, normal_fp_branch, inverted_fp_branch,
13014         normal_fpe_branch, inverted_fpe_branch): Remove length attribute,
13015         define branch_type attribute.
13016         (divsi3_sp32): Maximum length is 6 not 7.
13017         (call_address_struct_value_sp32, call_symbolic_struct_value_sp32,
13018         call_address_untyped_struct_value_sp32,
13019         call_symbolic_untyped_struct_value_sp32): Set length to 3 not 2.
13020         * config/sparc/sparc.c (empty_delay_slot): New function.
13021         * config/sparc/sparc.h (ADJUST_INSN_LENGTH): Remove.
13022         * config/sparc/sparc-protos.h (empty_delay_slot): Add prototype.
13024 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
13026         * combine.c (set_nonzero_bits_and_sign_copies): Don't call
13027         nonzero_bits if not needed.
13028         (nonzero_bits) [XOR]: Likewise.
13029         (nonzero_bits) [REG]: Use reg_last_set_nonzero_bits even if
13030         reg_last_set_mode and mode are both MODE_INT, but not equal.
13031         (record_value_for_reg): Compute reg_last_set_nonzero_bits
13032         in nonzero_bits_mode for MODE_INT modes.
13034 2002-03-28  Richard Henderson  <rth@redhat.com>
13036         PR target/5715
13037         * config/alpha/osf.h (ASM_SPEC): Don't pass any special options
13038         to GAS.  Correct drift between alternatives.
13040 2002-03-28  Richard Henderson  <rth@redhat.com>
13042         PR target/6087
13043         * reload1.c (fixup_abnormal_edges): Move insn to edge via sequence.
13045 2002-03-28  Alexandre Oliva  <aoliva@redhat.com>
13047         * config/i386/freebsd.h (LINK_SPEC): Don't pass default
13048         emulation to the linker.
13050 2002-03-28  Loren J. Rittle  <ljrittle@acm.org>
13052         * config/alpha/freebsd.h (LINK_SPEC): Likewise.
13053         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
13055 Thu Mar 28 16:35:31 2002  Jeffrey A Law  (law@redhat.com)
13057         * combine.c (simplify_and_const_int): Make sure to apply mask
13058         when force_to_mode returns a constant integer.  PR3311.
13060 2002-03-28  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13062         * pa-linux.h (LOCAL_LABEL_PREFIX): Define.
13064 2002-03-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13066         * doc/invoke.texi (Warning Options): Refer to C++ Dialect Options
13067         and Objective-C Dialect Options.
13069 2002-03-28  Richard Henderson  <rth@redhat.com>
13071         * config/alpha/alpha.c (alpha_emit_conditional_branch): TFmode NE
13072         comparison should be done vs !=0 not >0 return code.  Tidy cases.
13074 2002-03-28  Richard Henderson  <rth@redhat.com>
13076         * c-decl.c (finish_function): New arg can_defer_p.  Pass it
13077         on to c_expand_body.
13078         * c-tree.h (finish_function): Update decl.
13079         * c-objc-common.c, c-parse.in, objc/objc-act.c: Update calls.
13081 Thu Mar 28 19:13:36 CET 2002  Jan Hubicka  <jh@suse.cz>
13083         * ifcvt.c (if_convert): Clear aux_for_blocks early enought.
13085 Thu Mar 28 13:21:53 CET 2002  Jan Hubicka  <jh@suse.cz>
13087         * rtlanal.c: Include flags.h
13088         (may_trap_p): Do not mark FP operations if trapping
13089         if !flag_trapping_math
13090         * Makefile.in (rtlanal.o): Add dependency on flag.h
13091         * ifcvt.c (noce_operand_ok): Avoid the lameness.
13093 2002-03-27  Zack Weinberg  <zack@codesourcery.com>
13095         * mips.md: Use dconst1, not 1.0, as first argument of
13096         REAL_VALUE_LDEXP.  Don't use union real_extract.
13098 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
13100         * configure.in (gcc_cv_as): Use $target_alias in directory searchs
13101         rather than $target.  Heed program_prefix and
13102         program_transform_name.  Search for gas in cross-compiler case too.
13103         "test -x" rather than "test -f".
13104         (gcc_cv_ld): Likewise.
13105         (gcc_cv_nm): Heed program_prefix and program_transform_name.
13106         (gcc_cv_objdump): Likewise.
13107         * configure: Regenerate.
13109 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
13111         * Makefile.in (attribs.o): Update.
13112         * attribs.c: Include langhooks.h.
13113         (decl_attributes): Use langhook.
13114         * c-decl.c (insert_default_attributes): Rename.
13115         * c-tree.h (c_insert_default_attributes): New.
13116         * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES):New.
13117         (LANG_HOOKS_INITIALIZER): Update.
13118         * langhooks.h (struct lang_hooks): New hook.
13119         * tree.h (insert_default_attributes): Remove.
13120 objc:
13121         * objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
13123 2002-03-27  Andreas Schwab  <schwab@suse.de>
13125         * config/i386/i386.c (classify_argument): Also check for
13126         QUAL_UNION_TYPE.
13128 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13130         * doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj
13131         any more.
13133 Wed Mar 27 23:19:30 CET 2002  Jan Hubicka  <jh@suse.cz>
13135         * i960.md (ret): Set PC.
13136         (nonlocal_goto): Fix expander.
13137         * builtins.c (epxand_builin_longjmp): Check that we've emitted
13138         some jump or call.
13140 Wed Mar 27 23:11:35 CET 2002  Jan Hubicka  <jh@suse.cz>
13142         * optabs.c (emit_no_conflict_block, emit_libcall_block): Avoid nesting
13143         of libcall regions.
13145 Wed Mar 27 22:54:14 CET 2002  Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13147         * cfgrtl.c (merge_blocks_nomove): Use set_block_for_insn instead of
13148         assigning to BLOCK_FOR_INSN directly.
13150 Wed Mar 27 22:33:05 CET 2002  Jan Hubicka  <jh@suse.cz>
13152         * i386.c (ix86_output_addr_diff_elt): Remove binutils bug workaround.
13154 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
13156         * c-common.c (c_expand_expr): Fix prototype.
13157         * c-common.h (c_expand_expr): Always declare, update.
13158         * c-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
13159         * c-objc-common.c (c_objc_common_init): No global hook.
13160         * expr.c (expand_expr): Use langhook.
13161         * expr.h (enum expand_modifier): Conditionally declare.
13162         * langhooks-def.h (lhd_expand_expr, LANG_HOOKS_EXPAND_EXPR): New.
13163         (LANG_HOOKS_INITIALIZER): Update.
13164         * langhooks.c (lhd_expand_expr): New.
13165         * langhooks.h (struct lang_hooks): New hook.
13166         * toplev.c (lang_expand_expr_t, lang_expand_expr): Delete.
13167         (lang_independent_init): Don't default hook.
13168 objc:
13169         * objc-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
13171 2002-03-27  Richard Henderson  <rth@redhat.com>
13173         PR target/6054
13174         * config/ia64/ia64.c (ia64_expand_call): Use pic patterns for
13175         TARGET_CONST_GP.  Simplify conditions.
13177 2002-03-27  Richard Henderson  <rth@redhat.com>
13179         * config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
13180         config/sparc/netbsd-elf.h, config/sparc/pbd.h, config/sparc/sol2.h,
13181         config/sparc/vxsim.h (LOCAL_LABEL_PREFIX): Define.
13183 2002-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
13185         * config/i386/cygwin.h (TARGET_DLL, TARGET_WIN32,
13186         TARGET_CYGWIN, TARGET_WINDOWS): Remove unused switches.
13187         (MASK_DLL, MASK_WIN32, MASK_CYGWIN, MASK_WINDOWS):
13188         Remove unnecessary masks.
13189         (MASK_NOP_FUN_DLLIMPORT): Use an unused an bit.
13190         (SUBTARGET_SWITCHES): Use empty masks for -mwin32, -mcygwin,
13191         -mwindows, -mdll switches and their negations.
13193 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
13195         * gcc-common.c (lang_mark_false_label_stack): Remove.
13196         * ggc.h (lang_mark_false_label_stack): Similarly.
13198 2002-03-26  Vladimir Makarov  <vmakarov@redhat.com>
13200         * pa/pa-pro-end.h (CPP_PREDEFINES): Add -D__pro__.
13202         * pa/lib2funcs.asm: Don't use .SPACE and .SUBSPACE if __pro__
13203         or __rtems_ is defined.
13205 2002-03-26  Richard Henderson  <rth@redhat.com>
13207         * config/alpha/alpha.c (alpha_emit_set_const): Add a REG_EQUAL note
13208         if a non-trivial load was emitted.
13209         (alpha_emit_set_const_1): Remove obsolete extension.  Fix thinko
13210         in high+extra+low case.
13212 2002-03-26  Richard Henderson  <rth@redhat.com>
13214         * config.gcc (sparc*-solaris): Use float_format=sparc.
13216 2002-03-26  Richard Henderson  <rth@redhat.com>
13218         * config/sparc/sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define.
13219         * config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef.
13220         * config/sparc/linux.h, config/sparc/linux64.h: Likewise.
13221         * config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Redefine.
13222         (WINT_TYPE_SIZE): Fix at 32.
13224 2002-03-26  Richard Henderson  <rth@redhat.com>
13226         * toplev.c (rest_of_compilation): Delay emit_initial_value_sets
13227         until after eh landing pad generation.
13228         * config/alpha/alpha.c (alpha_gp_save_rtx): Use gen_mem_addressof.
13229         * config/alpha/alpha.md (exception_receiver_2): Only accept MEMs.
13231 2002-03-26  Richard Henderson  <rth@redhat.com>
13233         * expr.h (ADD_PARM_SIZE): One more convert for INC.
13235 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
13237         * gcc.c (cpp_options):  Preserve relative ordering of -pedantic
13238         and warning switches.
13239         (cc1_options):  Likewise.
13241 2002-03-26  Hans Boehm <Hans_Boehm@hp.com>
13243         * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR):
13244         Restore more of the signal context.  Set no_reg_stack_frame.
13245         * config/ia64/unwind-ia64.c (unw_state_record):
13246         Add no_reg_stack_frame, comments.
13247         (uw_frame_state_for): Initialize when field to UNW_WHEN_NEVER.
13248         (uw_update_context): Adjust bsp when unwinding from leaf,
13249         but not signal frame.
13251 2002-03-26  David Edelsohn  <edelsohn@gnu.org>
13253         * config/rs6000/aix51.h (WCHAR_TYPE): Define.
13255 2002-03-26  Bob Wilson  <bob.wilson@acm.org>
13257         * config/xtensa/xtensa.c (xtensa_va_arg): Handle variable-sized types.
13259 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
13261         PR target/5621
13262         * arm.md (define_asm_attributes): Reapply patch of Thu Sep 9, 1999:
13263         "Add a pool_range attribute", which was lost during the ARM/Thumb
13264         merge.
13266 2002-03-26  Bob Wilson  <bob.wilson@acm.org>
13268         * config/xtensa/xtensa.c (xtensa_valid_move): Allow move from
13269         a register into the MAC16 accumulator.
13271 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
13273         * doc/invoke.texi (Option Summary): Mention -Wswitch-enum.
13274         (Warning Options): Document -Wswitch-enum.
13275         * toplev.c (W_options): Add -Wswitch-enum.  Update comment on
13276         -Wswitch.
13277         (warn_switch_enum): Define variables.
13278         * flags.h (warn_switch_enum): Declare variables.
13279         * stmt.c (expand_end_case_type): When warn_switch_enum /
13280         -Wswitch-enum, perform switch checks.
13281         Fix PR c/5044.
13283 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
13285         * arm.md (reload_mulsi3, reload_mulsi_compare0, reload_muladdsi)
13286         (reload_mulsi_compare0_scratch, reload_muladdsi_compare0)
13287         (reload_muladdsi_compare0_scratch): Delete.
13289 2002-03-26  Loren J. Rittle  <ljrittle@acm.org>
13291         * doc/install.texi (*-*-freebsd*): Update.
13293 2002-03-26  Richard Henderson  <rth@redhat.com>
13295         * expr.h (ADD_PARM_SIZE): Cast INC to ssizetype.
13296         (SUB_PARM_SIZE): Cast DEC to ssizetype.
13298         * config/alpha/alpha.c (alpha_va_arg): Read MUST_PASS_IN_STACK
13299         types from the normal argument frame.
13301         * config/sparc/sparc.c (function_arg_pass_by_reference): Pass
13302         variable sized objects by reference.
13303         (sparc_va_arg): Receive them by reference too.
13305 2002-03-26  Hartmut Penner  <hpenner@de.ibm.com>
13307         * config/s390/s390.c (s390_emit_epilogue): Change epilogue
13308         code to not restoring global registers.
13310 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
13312         * Makefile.in (ggc-common.o): Update.
13313         * c-decl.c (lang_mark_tree): Rename c_mark_tree.
13314         * c-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
13315         * c-tree.h (c_mark_tree): New.
13316         * ggc-common.c: Include langhooks.h.
13317         (gcc_mark_trees): Use new langhook.
13318         * ggc-callbacks.c: Delete file.
13319         * ggc.h (lang_mark_tree): Remove.
13320         * langhooks-def.h (LANG_HOOKS_MARK_TREE): New.
13321         (LANG_HOOKS_INITIALIZER): Update.
13322         * langhooks.h (struct lang_hooks): New hook.
13323 objc:
13324         * objc-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
13326 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
13328         * doc/cpp.texi: Exclude entire Top node from printed manual.
13329         Move option index after directive index.  Insert page breaks
13330         before GFDL and concept index.  Index environment variables
13331         with command line options.
13332         * doc/cppenv.texi: Use @vtable for environment variable list.
13333         Add paragraph explaining semantics of empty elements in path
13334         variables.  Exclude a cross-reference to Fishkill from the
13335         manpage.  Remove an unnecessary cross-reference of the entry
13336         right above the referer.  Don't use @anchor in text that goes
13337         into manpage.
13338         * doc/cppopts.texi: Cross-reference the environment variables
13339         section, not the specific environment variable, for consistency.
13341 2002-03-25  Richard Henderson  <rth@redhat.com>
13343         * recog.c (peephole2_optimize): Distribute EH_REGION -1 notes
13344         anywhere in the block.  Don't refer to insns that have been
13345         removed from the chain.  Iterate backward through the new insns.
13346         Don't refer to edges that have been removed.
13348 2002-03-26  Alan Modra  <amodra@bigpond.net.au>
13350         * combine.c (simplify_comparison <ASHIFTRT, LSHIFTRT>): Correct
13351         test for overflow of constant.
13353 2002-03-25  Richard Earnshaw  <rearnsha@arm.com>
13355         PR target/2623
13356         * arm.md (loadhi_preinc, loadhi_predec, loadhi_shiftpreinc)
13357         (loadhi_shiftpredec, loadhi-with-writeback peephole): Don't use
13358         these patterns on arm_archv4.
13360 2002-03-25  Danny Smith  <dannysmith@sourceforge.users.net>
13362         * config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned
13363         int".
13365 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
13367         * toplev.c: Don't include setjmp.h.  Kill float_handler_set,
13368         float_handled, float_handler, float_signal, set_float_handler,
13369         and do_float_handler.  Set handler for SIGFPE to crash_signal.
13370         * toplev.h: Don't prototype do_float_handler.
13372         * c-lex.c: Fold parse_float into lex_number.  Make warning
13373         about portability of hex float constants more informative, and
13374         don't issue it on top of a syntax error.
13375         * fold-const.c: Fold const_binop_1 and fold_convert_1 into
13376         their callers.
13377         * real.h: Define REAL_VALUE_ABS here...
13378         * simplify-rtx.c: ... not here.  Fold check_fold_consts,
13379         simplify_unary_real, simplify_binary_real, and
13380         simplify_binary_is2orm1 into their callers.
13381         * tree.c: Fold build_real_from_int_cst_1 into caller.
13383         * doc/tm.texi: Document REAL_VALUE_ABS and REAL_VALUE_NEGATIVE.
13385         * tsystem.h: Include float.h here...
13386         * libgcc2.c: ... not here.
13388 2002-03-25  Nick Clifton  <nickc@cambridge.redhat.com>
13390         Fixes for: PR bootstrap/3591, target/5676
13391         * config/mcore/mcore.h (CC1_SPEC): Define only if not already
13392         defined.  Do not disable exceptions or rtti.
13393         * config/mcore/mcore-pe.h (CC1_SPEC): Define before including
13394         mcore.h.  Disable exceptions and rtti, since they are not
13395         supported by EPOC.
13397 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
13399         * c-decl.c (maybe_build_cleanup): Remove.
13400         * expr.c (expand_expr): Use langhook.
13401         * langhooks-def.h (lhd_return_null_tree,
13402         LANG_HOOKS_MAYBE_BUILD_CLEANUP): New.
13403         (LANGHOOKS_INITIALIZER): Update.
13404         * langhooks.c (lhd_return_null_tree): New.
13405         * langhooks.h (struct lang_hooks): New hook.
13406         * tree-inline.c (initialize_inlined_parameters): Use langhook.
13407         * tree.h (maybe_build_cleanup): Remove.
13409 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
13411         * regrename.c (build_def_use): Move recog_memoized
13412         before extract_insn.
13414 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
13416         PR target/6043
13417         * expr.c (emit_group_store): Handle storing into CONCAT.
13419 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
13421         * regrename.c (build_def_use): Share RTL between MATCH_OPERATOR and
13422         corresponding MATCH_DUP.
13424 2002-03-24  Richard Henderson  <rth@redhat.com>
13426         * unroll.c (unroll_loop): Zero label_map.
13428         * gcse.c: Include except.h.
13429         * Makefile.in (gcse.o): Update.
13431 2002-03-24  Richard Henderson  <rth@redhat.com>
13433         * varasm.c (asm_emit_uninitialised): Revert 2002-03-14 change.
13434         Do resolve_unique_section before shared data clause.
13436 2002-03-24  Richard Henderson  <rth@redhat.com>
13438         * config/alpha/elf.h (STARTFILE_SPEC): Use crtbeginT with -static.
13440 2002-03-24  Richard Henderson  <rth@redhat.com>
13442         * recog.c (peephole2_optimize): Split blocks when EH insns are
13443         generated in the middle of a block.  Do global life update if
13444         zapped EH edges.
13446 2002-03-24  Richard Henderson  <rth@redhat.com>
13448         * mips.c (mips_function_value): Only promote_mode for non-libcalls.
13450 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
13452         preprocessor/3951
13453         * gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.
13454         * cppinit.c (cpp_handle_option): Set no_ouput if -MD or -MMD.
13455         (init_dependency_output): Don't make no_output decision here.
13457 2002-03-24  Andrew Cagney  <ac131313@redhat.com>
13459         * stmt.c (check_for_full_enumeration_handling): Remove tests of
13460         warn_switch.  Update description.
13461         (expand_end_case_type): Call check_for_full_enumeration_handling
13462         when warn_switch.
13464 2002-03-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13466         * config/m68hc11/m68hc11.c (m68hc11_autoinc_compatible_p): New function.
13467         (m68hc11_split_move): Call it to see if the source and destination
13468         operands use the same direction auto inc/dec mode, otherwise make the
13469         source an offsetable memory operand and generate an add.
13471 2002-03-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13473         * config/m68hc11/m68hc11.md ("*subsi3_zero_extendhi"): Allow address
13474         register for operand 2.
13475         ("*subsi3_zero_extendqi"): Likewise.
13476         ("*iorhi3_gen"): Do the operation on the upper bits and then lower
13477         bits so that it is compatible with a pop.
13478         ("*andhi3_gen"): Likewise.
13479         ("xorhi3"): Likewise.
13481 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
13483         * cppinit.c (cpp_handle_option): Set warn_endif_labels if
13484         -pedantic here...
13485         (cpp_post_options): ... not here.
13487 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
13488             Aldy Hernandez  <aldyh@redhat.com>
13490         Removal of separate preprocessor cpp0.
13492         * Makefile.in (GCC_PASSES, STAGESTUFF, LIBCPP_OBJS,
13493         cpp0, install-common): Update.
13494         * c-common.c (flag_preprocess_only): New.
13495         (c_common_init): Preprocess for -E.
13496         * c-common.h (flag_preprocess_only): New.
13497         * c-decl.c (c_decode_option): Handle -E and -std=c++98.
13498         * c-objc-common.c (c_init_decl_processing): Exit quickly
13499         for NULL return from c_common_init.
13500         * cpplib.h (cpp_preprocess_file): New.
13501         * cppmain.c (main, general_init, pfile, progname): Remove.
13502         (do_preprocessing): Rename cpp_preprocess_file, don't call
13503         cpp_finish.  Don't close stdout here.
13504         (setup_callbacks): Update prototype.
13505         * gcc.c (trad_capable_cpp, cpp_unique_options, default_compilers):
13506         Update.
13507         * tradcpp.c (main): Ignore -quiet.
13508 objc:
13509         * lang-specs.h (default_compilers): Preprocess with cc1obj.
13511 2002-03-24  Richard Henderson  <rth@redhat.com>
13513         PR optimization/5742
13514         * machmode.def: Add inner mode field to complex modes.
13515         * config/mips/mips.c (mips_function_value): Always define.  Add
13516         new argument to handle libcalls.
13517         * config/mips/mips.h (LIBCALL_VALUE): Use mips_function_value.
13518         (FUNCTION_VALUE): Likewise.
13519         * config/mips/abi64.h (FUNCTION_VALUE): Remove.
13520         * config/mips/mips-protos.h: Update.
13522 2002-03-23  Richard Henderson  <rth@redhat.com>
13524         * config/sparc/sparc.c (sparc_emit_floatunsdi): New.
13525         * config/sparc/sparc-protos.h: Update.
13526         * config/sparc/sparc.md (floatunsdisf2, floatunsdidf2): New.
13528 2002-03-23  Richard Henderson  <rth@redhat.com>
13530         * config/sparc/gmon-sol2.c (internal_mcount): Assume either
13531         _start or _init begins the text segment.
13533 2002-03-23  David Edelsohn  <edelsohn@gnu.org>
13535         * config/rs6000/rs6000.h (RETURN_IN_MEMORY):  Cast to HOST_WIDE_INT
13536         not HOST_WIDEST_INT.
13537         (RS6000_ARG_SIZE): Remove unsigned cast of int_size_in_bytes.
13539 2002-03-23  Richard Earnshaw  <rearnsha@arm.com>
13541         PR java/5489
13542         * arm.md (return, sibcall_epilogue): Pass const_true_rtx as the
13543         operand argument to output_return_instruction.
13544         * arm.c (arm_print_operand, case 'd'): If the operand is
13545         const_true_rtx then just return.
13546         (arm_print_operand, case 'D'): If the operand is const_true_rtx
13547         then abort.
13549 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
13551         * doc/invoke.texi (Option Summary): Mention -Wswitch-default.
13552         (Warning Options): Document -Wswitch-default.
13553         * toplev.c (W_options): Add -Wswitch-default.  Update comment on
13554         -Wswitch.
13555         (warn_switch_default): Define variable.
13556         (warn_switch): Update comment.
13557         * flags.h (warn_switch_default): Declare variable.
13558         (warn_switch): Update comment.
13559         * stmt.c (expand_end_case): Check for and, when
13560         warn_switch_no_default, warn of a missing default case.
13562 2002-03-23  Alan Modra  <amodra@bigpond.net.au>
13564         * real.h (N): Special case 128 bit doubles.
13566         * combine.c (simplify_comparison): When widening modes, ignore
13567         sign extension on CONST_INTs.
13569 2002-03-22  Bob Wilson  <bob.wilson@acm.org>
13571         * config/xtensa/xtensa.c (print_operand): Fix incorrect mode
13572         passed to adjust_address.  Fix comment formatting.
13575 2002-03-22  Zack Weinberg  <zack@codesourcery.com>
13577         * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.
13578         Always make REAL_VALUE_TYPE a struct containing an array of
13579         HOST_WIDE_INT, not a double.  Tidy up the code deciding how
13580         big it is.  Don't declare or use union real_extract.
13582         * emit-rtl.c (init_emit_once), varasm.c (immed_real_const_1,
13583         decode_rtx_const, output_constant_pool), config/a29k/a29k.c
13584         (print_operand), config/arm/arm.c (output_move_double),
13585         config/arm/arm.md (consttable_4, consttable_8),
13586         config/romp/romp.c (output_fpops), config/s390/s390.h
13587         (ASM_OUTPUT_SPECIAL_POOL_ENTRY), config/xtensa/xtensa.c
13588         (xtensa_output_literal): Don't use union real_extract.
13590         * config/dsp16xx/dsp16xx.c (print_operand), config/i860/i860.c
13591         (sfmode_constant_to_ulong), config/ns32k/merlin.h
13592         (PRINT_OPERAND), config/ns32k/ns32k.c (print_operand),
13593         config/pdp11/pdp11.h (PRINT_OPERAND), config/we32k/we32k.h
13594         (PRINT_OPERAND): Don't use local version of union
13595         real_extract.
13597         * config/convex/convex.c (check_float_value), config/vax/vax.c
13598         (vax_float_literal), config/m88k/m88k.md (divdf3),
13599         config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2),
13600         config/pdp11/pdp11.c (output_move_quad): Don't do host
13601         arithmetic on target floating point quantities.
13603         * config/a29k/a29k.md, config/dsp16xx/dsp16xx.c
13604         (output_dsp16xx_float_const): Don't test HOST_FLOAT_FORMAT.
13606         * fold-const.c (fold), simplify-rtx.c (simplify_binary_real):
13607         Use MODE_HAS_INFINITIES rather than #ifdef REAL_INFINITY.
13609         * real.c (earith): Test INFINITY rather than REAL_INFINITY;
13610         NANS implies INFINITY, so can drop #ifdef NANS inside #ifndef
13611         INFINITY.
13612         * print-rtl.c (print_rtx): Disable code which needs
13613         floating-point emulator.
13614         * libgcc2.c: Include float.h and use DBL_MANT_DIG,
13615         FLT_MANT_DIG, to define DF_SIZE and SF_SIZE, rather than
13616         depending on HOST_FLOAT_FORMAT to be defined properly.
13618         * config/1750a/1750a.c (get_double, float_label): Delete.
13619         (print_operand): Delete huge commented-out chunk.  Use
13620         REAL_VALUE_TO_DECIMAL.
13621         * config/1750a/1750a-protos.h: Delete prototypes of deleted
13622         functions.
13623         * config/convex/convex.h: Always set TARGET_FLOAT_FORMAT to
13624         IEEE_FLOAT_FORMAT.
13625         * config/i370/i370.h (PRINT_OPERAND [TARGET_HLASM version]):
13626         Use REAL_VALUE_TO_DECIMAL as ELF version does.
13627         * config/m88k/m88k.c (real_power_of_2_operand,
13628         legitimize_operand): Take the REAL_VALUE_TYPE and/or union
13629         real_extract out of the union; run the input through
13630         REAL_VALUE_TO_TARGET_DOUBLE, then plug the pair of longwords
13631         from that into the union.
13632         * config/pdp11/pdp11.c (output_move_double): Rearrange
13633         parentheses to make automatic indenter happy.
13635         * doc/tm.texi (Cross-compilation): Rename node to "Floating
13636         Point" and rewrite to describe current situation.  Also adjust
13637         documentation of REAL_VALUE_TO_TARGET_SINGLE and friends to
13638         match code.
13639         * doc/rtl.texi: Adjust cross reference.
13641 2002-03-22  Bob Wilson  <bob.wilson@acm.org>
13643         * config/xtensa/xtensa-protos.h (non_acc_reg_operand): Remove.
13644         (xtensa_valid_move, xtensa_preferred_reload_class): Define.
13645         * config/xtensa/xtensa.c (non_acc_reg_operand): Remove.
13646         (xtensa_valid_move, xtensa_preferred_reload_class): Define to
13647         prevent use of sp as a reload register.
13648         (xtensa_emit_move_sequence): Use xtensa_valid_move instead of
13649         non_acc_reg_operand.
13650         * config/xtensa/xtensa.h (PREDICATE_CODES): Remove non_acc_reg_operand.
13651         (PREFERRED_RELOAD_CLASS): Move code to xtensa_preferred_reload_class.
13652         * config/xtensa/xtensa.md (movsi_internal, movhi_internal,
13653         movqi_internal): Use xtensa_valid_move instead of non_acc_reg_operand.
13655 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
13657         * cpphash.h (struct cpp_reader): Remove mls_line and mls_col.
13658         * cpplex.c (unterminated): Delete.
13659         (parse_string): No string literal may extend over multiple
13660         lines.  Suppress the error when preprocessing assembly.
13661         * cppmain.c (scan_translation_unit): Strings are single-line.
13663         * doc/cpp.texi: Update to match.
13665 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
13667         PR optimization/5854
13668         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_VALUE_P): Use K for 0.
13669         Shut up warnings.
13670         (CONST_DOUBLE_OK_FOR_LETTER_P): Use G for 0.0.
13671         (EXTRA_CONSTRAINT): Use S for non-push memory operand.
13672         * config/m68hc11/m68hc11.c (m68hc11_split_move): Handle setting from
13673         const0 if scratch register was not allocated.
13674         (m68hc11_reload_operands, m68hc11_gen_lowpart, m68hc11_gen_highpart,
13675         m68hc11_z_replacement): Replace gen_rtx (CONST_INT, VOIDmode, ...)
13676         with GEN_INT (...).
13677         (m68hc11_reorg): Compute BLOCK_FOR_INSN before reload_cse_regs.
13678         * config/m68hc11/m68hc11.md: Replace gen_rtx (CONST_INT, VOIDmode, ...)
13679         with GEN_INT (...) everywhere.  Remove constraints in define_split
13680         patterns.
13681         (movdi_internal, movdf_internal, movsi_internal, movsf_internal): Don't
13682         require scratch register for setting 0 into regs/non-pushable memory.
13684 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
13686         * config/mips/mips.h (MASK_RETURN_ADDR): Define.
13687         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define.
13689 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
13691         * cpplib.h (struct cpp_options):  New member, warn_endif_labels.
13692         * cppinit.c (cpp_create_reader):  On by default.
13693         (cpp_handle_option):  Handle -W[no-]endif-labels.
13694         (cpp_post_options):  Also enable if -pedantic.
13695         * cpplib.c (do_else):  Use it.
13696         (do_endif):  Likewise.
13697         * doc/cppopts.texi:  Document new option.
13698         * doc/invoke.texi:  Document new option.
13700 2002-03-22  Lars Brinkhoff  <lars@nocrew.org>
13702         * config/i386/i386.c, config/i386/i386.md: Change all occurences
13703         of GEN_INT (trunc_int_for_mode (...)) to gen_int_mode (...).
13705 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
13707         * flow.c (calculate_global_regs_live): Clear aux fields of
13708         ENTRY and EXIT.
13710 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
13712         * config/v850/v850.c (v850_reorg): Only call alter_subreg on
13713         REG or MEM subregs, pass rtx * instead of rtx to it.
13714         * config/i860/i860.c (output_delayed_branch, output_delay_insn): Pass
13715         rtx * instead of rtx to alter_subreg.
13716         * config/m32r/m32r.c (gen_split_move_double): Likewise.
13717         * config/pj/pj.c (pj_output_rval): Likewise.
13719 2002-03-22  Richard Henderson  <rth@redhat.com>
13721         PR target/3177
13722         * config/ia64/ia64.h (CUMULATIVE_ARGS): Add int_regs.
13723         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Update.
13724         * config/ia64/ia64.c (ia64_function_arg_advance): Set int_regs.
13725         (ia64_expand_prologue): Look at int_regs, not words, for number
13726         of incomming int regs.
13728 2002-03-22  Andrew MacLeod  <amacleod@redhat.com>
13730         * expr.c (expand_expr): A RESULT_DECL is part of a call.
13732 Fri Mar 22 16:30:42 CET 2002  Jan Hubicka  <jh@suse.cz>
13734         * toplev.c (flag_loop_optimize, flag_crossjumping):
13735         New static variables.
13736         (rest_of_compilation): Conditionalize crossjumping and
13737         loop optimizer.
13738         (parse_options_and_default_flags): Default loop_optimize and
13739         crossjumping.
13740         (lang_independent_options): Add -fcrossjumping and -floop-optimize
13741         * invoke.texi (crossjumping, loop-optimize): Document.
13743 2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
13745         * real.c (eiisneg): Move outside #ifdef NANS.
13747 Fri Mar 22 12:08:36 CET 2002  Jan Hubicka  <jh@suse.cz>
13749         * cfgcleanup.c (outgoing_edges_math): Fix condition; relax
13750         frequencies match; avoid match on different loop depths.
13751         (try_crossjump_to_bb): Kill tests that no longer brings time
13752         savings.
13753         * cfgrtl.c (force_nonfallthru_and_redirect): Fix loop_depth
13754         updating code.
13755         (split_edge): Likewise.
13757         * flow.c (update_life_info_in_dirty_blocks): Fix uninitialized
13758         variable.
13760         * Makefile.in (cfgrtl): Add insn-config.h depenendency.
13761         * cfgrtl.c: Include insn-config.h
13762         (split_block) Dirtify block in presence of conditional execution
13764 2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
13766         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Undefine.
13767         * config/mips/mips-protos.h (mips_setup_incoming_varargs): Declare.
13768         (function_arg): Constify CUMULATIVE_ARGS.
13769         (function_arg_partial_nregs, function_arg_pass_by_reference): Likewise.
13770         * config/mips/mips.h (UNITS_PER_FPVALUE): Zero when TARGET_SOFT_FLOAT.
13771         (UNITS_PER_DOUBLE): New macro.
13772         (SETUP_INCOMING_VARARGS): Define.  Use mips_setup_incoming_varargs.
13773         (CUMULATIVE_ARGS): Reformat.  Remove num_adjusts workaround and
13774         last_arg_fp field.  Replace arg_words and fp_arg_words with gp_regs,
13775         fp_regs and stack_words.
13776         (EABI_FLOAT_VARARGS_P): New macro.
13777         * config/mips/mips.c (struct mips_arg_info): New.
13778         (mips_arg_info): New function.
13779         (function_arg_advance): Use it.  Add adjustment instructions here
13780         rather than in function_arg.
13781         (function_arg): Constify CUMULATIVE_ARGS.  Use mips_arg_info.  Check
13782         for VOIDmode at the beginning of the function.
13783         (function_partial_nregs): Constify CUMULATIVE_ARGS.  Use mips_arg_info.
13784         (function_arg_pass_by_reference): Likewise.
13785         (mips_setup_incoming_varags): New, largely based on old abi64.h code.
13786         (mips_build_va_list): Test EABI_FLOAT_VARARGS_P.
13787         (mips_va_start): Likewise.  Use the new stack_words field of
13788         CUMULATIVE_ARGS to set up overflow area.  Reformat.
13789         (mips_va_arg): Test EABI_FLOAT_VARARGS_P.  Unify EABI handling of
13790         doubles and other types, aligning the overflow pointer for non-doubles
13791         too.  Remove some code duplication.  Replace hard-coded constants.
13793 2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
13795         * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Simplify.
13796         (CLASS_UNITS): Undefine.
13797         (CLASS_MAX_NREGS): Use FP_INC.
13798         * config/mips/mips.c (compute_frame_size): Likewise.
13799         (override_options): Use FP_INC and UNITS_PER_FPVALUE.
13801 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
13803         * cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
13804         prototype, and handle lexing numbers and identifiers.
13805         (parse_identifier): Update to new form of parse_slow.
13806         (parse_number): Fast path only, use parse_slow otherwise.
13807         (_cpp_lex_direct): Update calls to parse_number.
13809 2002-03-21  DJ Delorie  <dj@redhat.com>
13811         * bb-reorder.c (make_reorder_chain_1): Protect against
13812         when redundant edges are omitted.
13813         * predict.c (dump_prediction): Likewise.
13815 2002-03-21  Richard Henderson  <rth@redhat.com>
13817         PR target/5996
13818         * fixinc/inclhack.def (solaris_stdio_tag): New.
13819         * fixinc/fixincl.x: Regenerate.
13821 2002-03-21  Eric Botcazou <ebotcazou@multimania.com>
13823         PR c/5597
13824         * c-typeck.c (process_init_element): Flag non-static
13825         initialization of a flexible array member as illegal.
13827 2002-03-22  Alan Modra  <amodra@bigpond.net.au>
13829         * config/rs6000/t-linux64: New.
13830         * config.gcc (powerpc64-*-linux* <tmake_file>): Drop t-ppcos and
13831         t-ppccomm.  Use t-rs6000 and t-linux64.
13832         (powerpc64-*-gnu* <tmake_file>): Likewise.
13833         * mklibgcc.in (SHLIB_MKMAP_OPTS): New variable.
13834         * mkmap-symver.awk (dotsyms): If set, output .foo as well as foo.
13835         * Makefile.in (SHLIB_MKMAP_OPTS): Pass to mklibgcc.
13837 2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
13839         * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check
13840         flag_really_no_inline instead of optimize == 0.
13842         * c-objc-common.c (c_cannot_inline_tree_fn): Same.
13844         * cp/tree.c (cp_cannot_inline_tree_fn): Same.
13846         * flags.h (flag_really_no_inline): New.
13848         * c-common.c (c_common_post_options): Initialize
13849         flag_really_no_inline.
13851         * toplev.c (flag_really_no_inline): New.
13853 2002-03-21  Jakub Jelinek  <jakub@redhat.com>
13855         * config/avr/avr.md (length): Fix length computation for
13856         conditional branches.
13858 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
13860         * Makefile.in (fold-const.o, stor-layout.o, stmt.o,
13861         sdbout.o, profile.o): Update.
13862         * c-common.c (c_common_nodes_and_builtins): Use pushdecl
13863         langhook.
13864         * c-common.h (gettags): Move here from tree.h.
13865         * c-tree.h (pushdecl, pushlevel, poplevel, set_block,
13866         insert_block, getdecls, kept_level_p, global_bindings_p): New.
13867         * dbxout.c (dbxout_init): Use getdecls langhook.
13868         * expr.c (expand_expr): Use insert_block langhook.
13869         * fold-const.c: Include langhooks.h.
13870         (fold_range_test, fold_binary_op_with_conditional_arg,
13871         fold): Use global_bindings_p langhook.
13872         * integrate.c (expand_inline_function): Use insert_block langhook.
13873         * langhooks-def.h (LANG_HOOKS_DECLS, LANG_HOOKS_PUSHLEVEL,
13874         LANG_HOOKS_POPLEVEL, LANG_HOOKS_GLOBAL_BINDINGS_P,
13875         LANG_HOOKS_INSERT_BLOCK, LANG_HOOKS_SET_BLOCK, LANG_HOOKS_PUSHDECL,
13876         LANG_HOOKS_GETDECLS): New.
13877         (LANG_HOOKS_INITIALIZER): Update.
13878         * langhooks.c (lhd_clear_binding_stack): Use global_bindings_p
13879         langhook.
13880         * langhooks.h (struct lang_hooks_for_decls): New.
13881         (struct lang_hooks): Update.
13882         * profile.c: Include langhooks.h.
13883         (output_func_start_profiler): Use new langhooks.
13884         * sdbout.c: Include langhooks.h.
13885         (sdbout_init, sdbout_finish): Use getdecls langhook.
13886         * stmt.c: Include langhooks.h.
13887         (expand_fixup, fixup_gotos): Use new langhooks.
13888         * stor-layout.c: Include langhooks.h.
13889         (variable_size): Use global_bindings_p langhook.
13890         * toplev.c (compile_file): Use getdecls langhook.
13891         * tree-inline.c (remap_block): Use insert_block langhook.
13892         * tree.h (pushdecl, pushlevel, poplevel, set_block, gettags,
13893         insert_block, getdecls, kept_level_p, global_bindings_p): Remove.
13895 2002-03-21  Richard Henderson  <rth@redhat.com>
13897         * config/rs6000/rs6000.c (rs6000_select_rtx_section): Put symbolic
13898         constants in .data when -fpic.
13900 2002-03-21  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13902         * doc/contrib.texi (Contributors): Use GNU/Linux instead of Linux
13903         where appropriate.
13905 2002-03-21  Tom Tromey  <tromey@redhat.com>
13907         * config/i386/sol2.h (ASM_QUAD): Undef.  Fixes PR bootstrap/5948.
13909 Thu Mar 21 09:50:48 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13911         * config/ia64/ia64.c (hfa_element_mode, case ARRAY_TYPE): Recurse.
13913         * expr.c (emit_group_store): Don't copy const0_rtx to a CONCAT.
13915 2002-03-21  Eric Botcazou <ebotcazou@multimania.com>
13916             Richard Henderson  <rth@redhat.com>
13918         PR c/5354
13919         * c-common.c (c_expand_expr): Preserve result of a statement
13920         expression if needed.
13922 2002-03-21  Jakub Jelinek  <jakub@redhat.com>
13924         PR bootstrap/4195
13925         * genrecog.c (maybe_both_true_mode): Remove.
13926         (maybe_both_true_2, write_switch): Revert 2001-07-17 changes.
13927         * machmode.def (Pmode): Likewise.
13929 Thu Mar 21 01:55:06 EST 2002  John Wehle  (john@feith.com)
13931         * alias.c: (nonlocal_mentioned_p): Use for_each_rtx.
13932         (nonlocal_mentioned_p_1): New function.
13933         (nonlocal_referenced_p, nonlocal_referenced_p_1): Likewise.
13934         (nonlocal_set_p, nonlocal_set_p_1): Likewise.
13935         (mark_constant_function): Recognize pure functions.
13936         * rtl.h (global_reg_mentioned_p): New prototype.
13937         * rtlanal.c (global_reg_mentioned_p,
13938         global_reg_mentioned_p_1): New function.
13940 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13942         * fixinc/inclhack.def (alpha_assert): Fix assert macro in Tru64
13943         UNIX assert.h.
13944         * fixinc/fixincl.x: Regenerate.
13946 2002-03-20  Jason Merrill  <jason@redhat.com>
13948         * config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.
13950 2002-03-20  Michael Meissner  <meissner@redhat.com>
13952         * doc/invoke.texi (Optimize Options): Document that -O2 sets
13953         -fstrict-aliasing.
13955 2002-03-20  Bob Wilson  <bob.wilson@acm.org>
13957         * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a
13958         ".literal_position" directive before the constant pool.
13960 2002-03-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13962         * doc/contrib.texi (Contributors): Update Geoffrey Keating.
13963         Add Craig Rodrigues.
13964         Add Brad Lucier to testers.
13966 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
13968         PR target/4792
13969         * config/arc/arc.md (movsicc, movdicc, movsfcc, movdfcc): Add mode
13970         to if_then_else.
13971         (movsicc_insn, movdicc_insn, movsfcc_insn, movdfcc_insn): Likewise.
13972         * config/arc/arc.c (arc_final_prescan_insn): Use extract_insn_cached
13973         instead of insn_extract.
13975 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
13977         PR bootstrap/4192
13978         * config/fr30/fr30.md (jump): Remove clobber of fixed register.
13980         * genemit.c (output_added_clobbers_hard_reg_p): Only output return
13981         stmt if some case has been output.
13983 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
13985         PR c/5972
13986         * config/i386/i386.md (movdicc_c_rex64, movsicc_noc, movhicc_noc,
13987         movsfcc_1, movdfcc_1): Add %O2.
13988         * config/i386/i386.c (print_operand): Handle %ON.
13989         Print . before float condition codes in Sun as cmov syntax.
13990         * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Define for Sun as.
13991         * config.gcc (i[34567]86-*-solaris2*): Remove comment which is
13992         no longer true.
13994 2002-03-20  Philip Blundell  <pb@nexus.co.uk>
13996         * config/arm/arm.c (arm_output_epilogue): Don't generate separate
13997         return instruction if PC was popped.
13999 2002-03-20  Bob Wilson  <bob.wilson@acm.org>
14001         * config/xtensa/xtensa.md: Remove unused type attributes.
14002         (adddi_carry, subddi_carry): Change type attribute to "multi".
14004 2002-03-19  Dale Johannesen  <dalej@apple.com>
14006         PR optimization/5999, middle-end/5731
14007         * expr.c (expand_expr) [RDIV_EXPR]: Only convert real divisions into
14008         multiplications by reciprocals.
14010 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
14012         * Makefile.in: Update.
14013         * c-common.c: Include langhooks.h.
14014         (inline_forbidden_p): Use new hook.
14015         * diagnostic.c: Include langhooks.h.
14016         (format_with_decl, announce_function,
14017         default_print_error_function): Use new hook.
14018         * dwarf2out.c (dwarf2_name): Use new hook.
14019         * function.c: Include langhooks.h.
14020         (init_function_start): Use new hook.
14021         * langhooks-def.h (lhd_decl_printable_name): New.
14022         (LANGHOOKS_DECL_PRINTABLE_NAME): New.
14023         (LANGHOOKS_INITIALIZER): Update.
14024         * langhooks.c (lhd_decl_printable_name): New.
14025         * langhooks.h (struct lang_hooks): New hook.
14026         * toplev.c (decl_name, decl_printable_name): Remove.
14027         (open_dump_file): Use new hook.
14028         (process_options): Remove old hook.
14029         * tree.h (decl_printable_name): Remove.
14030 objc:
14031         * objc-act.c (objc_init): Remove old hook.
14032         (objc_printable_name): Export.
14033         * objc-act.h (objc_printable_name): New.
14034         * objc-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
14036 2002-03-19  Jim Blandy  <jimb@redhat.com>
14038         * c-lex.c (cb_file_change): Pass the #inclusion's line number to
14039         the start_source_file debug hook, not the current line number.
14041 2002-03-19  Richard Henderson  <rth@redhat.com>
14043         * flow.c (EH_USES): Provide default.
14044         (calculate_global_regs_live): Use it for EH edges and noreturn calls.
14045         * doc/tm.texi (EH_USES): New.
14047         * config/ia64/ia64.c (ia64_eh_uses): New.
14048         * config/ia64/ia64-protos.h: Update.
14049         * config/ia64/ia64.h (EH_USES): New.
14051 2002-03-19  Richard Henderson  <rth@redhat.com>
14053         * varasm.c (output_constant_def): Fix stupid typo.
14055 2002-03-19  Richard Henderson  <rth@redhat.com>
14057         PR 5879
14058         * except.c (current_function_has_exception_handlers): New.
14059         * except.h: Declare it.
14060         * sibcall.c (optimize_sibling_and_tail_recursive_call): Use it.
14061         Combine tests that disable all sibcalls for the function.
14063 2002-03-19  Olivier Hainque  <hainque@act-europe.fr>
14065         * varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFO
14066         for INTEGER_CST.
14068 2002-03-19  Richard Henderson  <rth@redhat.com>
14070         PR 5977, 5991
14071         * config/ia64/ia64.c: Revert 2002-03-01 patch.
14072         * config/ia64/ia64.h (INIT_EXPANDERS): New.
14074 2002-03-19  Jim Blandy  <jimb@redhat.com>
14076         * cppmacro.c (cpp_macro_definition): Emit a space after the macro
14077         name, even if the replacement list contains no tokens, as required
14078         by Dwarf.
14080 2002-03-19  Jason Merrill  <jason@redhat.com>
14082         * varasm.c (globalize_decl): Get the name from the RTL, not
14083         DECL_ASSEMBLER_NAME.
14085         * Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.
14087 2002-03-19  Bob Wilson  <bob.wilson@acm.org>
14089         * config/xtensa/xtensa.md (adddi3, adddi_carry, subdi3,
14090         subdi_carry): Define.
14092 2002-03-19  David Edelsohn  <edelsohn@gnu.org>
14094         * config/rs6000/rs6000.c (rs6000_override_options): Only warn
14095         about -fpic/-fPIC if extra_warnings set.
14097 2002-03-19  David Edelsohn  <edelsohn@gnu.org>
14099         * expr.c (expand_expr): Sign-extend CONST_INT generated from
14100         TREE_STRING_POINTER.
14101         * fold-const.c (fold): Delete #if 0 ARRAY_REF case.
14103 Tue Mar 19 14:12:32 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14105         * config/sparc/sparc.h (CAN_ELMINIATE): Can only eliminate FP
14106         in favor of SP if FRAME_POINTER_REQUIRED is false.
14108 2002-03-19  Lars Brinkhoff  <lars@nocrew.org>
14110         * emit-rtl.c (gen_int_mode): New function.
14111         * rtl.h: Prototype for it.
14112         * combine.c (make_extraction, simplify_comparison), expmed.c
14113         (store_bit_field, expand_mult_highpart, expand_divmod), expr.c
14114         (convert_modes, store_field), optabs.c (expand_fix),
14115         simplify-rtx.c (neg_const_int, simplify_unary_real),
14117         * config/rs6000/rs6000.c, config/rs6000/rs6000.md:
14118         Use it instead of GEN_INT (trunc_int_for_mode (...)).
14120 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
14122         PR c/5656
14123         * langhooks.h (struct lang_hooks_for_tree_inlining): Add
14124         convert_parm_for_inlining.
14125         * c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
14126         Define.
14127         * langhooks-def.h: Likewise.
14128         * objc/objc-lang.c: Likewise.
14129         * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New
14130         function.
14131         * tree-inline.c (initialize_inlined_parameters):
14132         Call convert_parm_for_inlining lang hook if needed.
14133         * c-typeck.c (c_convert_parm_for_inlining): New function.
14134         * c-tree.h (c_convert_parm_for_inlining): Add prototype.
14136 2002-03-18  Mark Mitchell  <mark@codesourcery.com>
14138         * calls.c (precompute_arguments): Do not assume that temporaries
14139         can be destroyed after expanding the argument.
14140         (expand_call): Likewise.
14142 2002-03-15  Eric Christopher  <echristo@redhat.com>
14144         * config/mips/mips.md (movdf_internal2): Add two new move constraints.
14145         Fix register preference on last change.
14146         * config/mips/mips.c (mips_return_in_memory): New function.
14147         * config/mips/mips.h (RETURN_IN_MEMORY): Use.
14148         * config/mips/mips-protos.h: Declare.
14149         * config/mips/abi64.h (RETURN_IN_MEMORY): Remove. Add to above.
14150         * config/mips/elf64.h: Add #ifndef/#endif brackets around defaults.
14152 2002-03-18  Alexandre Oliva  <aoliva@redhat.com>
14154         * config/mips/mips.md (andsi3) [TARGET_MIPS16]: Force operand 1 to
14155         a register too.
14156         (anddi3, iorsi3): Likewise.
14158         * config/mips/mips.h (ENCODE_SECTION_INFO) [TARGET_MIPS16]: Don't
14159         use %gprel for symbols that are going to be placed in linkonce
14160         sections.
14162         * config/mips/mips.h (ELIMINABLE_REGS): Can't eliminate
14163         RETURN_ADDRESS_POINTER_REGNUM to $ra.
14164         (CAN_ELIMINATE): Only eliminate it to $sp if a frame pointer is
14165         not needed.  Disregard leaf_function_p().
14166         (INITIAL_ELIMINATION_OFFSET): Adjust for elimination of rap to
14167         mips16 frame pointer.
14168         * config/mips/mips.md (store ra): Only to small SP offsets.
14169         2001-08-22  Graham Stott  <grahams@redhat.com>
14170         * config/mips/mips.h (RETURN_ADDR_RTX): For a leaf function
14171         return a REG rtx for the return address register.
14173 2002-03-18  Bob Wilson  <bob.wilson@acm.org>
14175         * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat
14176         constant-pool addresses as "mode-dependent".
14177         (GO_IF_LEGITIMATE_ADDRESS): Rename macro arguments.
14179 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
14181         PR target/5740
14182         * expr.c (emit_group_load): Use extract_bit_field if
14183         needed for CONCAT arguments.
14185 2002-03-18  Richard Earnshaw  <rearnsha@arm.com>
14187         PR target/4863
14188         * arm.md (tablejump): Make this a define_expand.  For PIC add the
14189         offset to the base of the table.
14190         (thumb_tablejump): Matcher for Thumb tablejump insn.
14191         * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries
14192         as the difference of two labels.
14193         * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
14194         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump
14195         tables in the code.
14196         * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise.
14197         * arm.c (get_jump_table_size): If the table is not in the text
14198         section, return zero.
14200 2002-03-18  Bernd Schmidt  <bernds@redhat.com>
14202         * config/arm/arm.c (arm_gen_movstrqi): Use gen_lowpart instead
14203         of gen_rtx_SUBREG.
14204         (arm_reload_out_hi): Use gen_lowpart instead of
14205         gen_rtx_SUBREG to access QImode components.
14206         * config/arm/arm.md: Disable zero_extend split for QImode
14207         subregs in BIG_ENDIAN mode.
14208         (storehi_bigend): Match use of least significant byte.
14209         (storeinthi): Remove extraneous SUBREG.
14210         Add missing construction of operands[2].
14211         (movhi): Use gen_lowpart in place of gen_rtx_SUBREG.
14212         (movqi): Use gen_lowpart in place of gen_rtx_SUBREG.
14213         Replace gen_rtx (SUBREG) with gen_rtx_SUBREG.
14215 2002-03-18  Aldy Hernandez  <aldyh@redhat.com>
14217         * config/rs6000/rs6000.h (PREDICATE_CODES): Add PARALLEL to
14218         any_operand.
14220 2002-03-17  Richard Henderson  <rth@redhat.com>
14222         * config/alpha/alpha.c (alpha_emit_set_const_1): Build add insns
14223         explicitly.
14225 2002-03-17  Hans-Peter Nilsson  <hp@bitrange.com>
14227         * config/mmix/mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI
14228         (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)).
14230 2002-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14232         * ifcvt.c (dead_or_predicable): Fix uninitialized variable.
14234         * predict.c (estimate_bb_frequencies): Delete unused variables.
14236 2002-03-17  Richard Henderson  <rth@redhat.com>
14238         * config/ia64/ia64.c (ia64_attribute_table): Move before
14239         targetm definition.  Make static.
14241 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14243         * c-common.h (yyparse, c_common_parse_file): New.
14244         * c-lang.c: Include c-common.h.
14245         (LANG_HOOKS_PARSE_FILE): Redefine.
14246         * c-lex.c: Include c-common.h.
14247         (yyparse): Rename c_common_parse_file.  Call yyparse.
14248         * c-parse.in (yyparse): Remove macro.
14249         * c-tree.h (yyparse_1): Remove.
14250         * langhooks-def.h (LANG_HOOKS_PARSE_FILE): New.
14251         (LANG_HOOKS_INITIALIZER): Update.
14252         * langhooks.h (struct lang_hoooks): New hook parse_file.
14253         * toplev.c (compile_file): Use parse_file hook.
14254         * tree.h (yyparse): Remove.
14255         * objc/objc-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
14257 2002-03-17  Hans-Peter Nilsson  <hp@bitrange.com>
14259         * config/mmix/mmix.md ("truncdfsf2"): Correct operator is
14260         float_truncate, not fix.
14261         ("*truncdfsf2_real"): Ditto.
14262         ("*nonlocal_goto_receiver_expanded"): Fix output template formatting.
14264         * config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.
14266 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
14268         * config/mips/mips.h (CAN_ELIMINATE): Don't eliminate rap to $fp
14269         (s8), but rather HARD_FRAME_POINTER_REGNUM.  Add parentheses
14270         where appropriate.  Make the second reference to
14271         leaf_function_p a function call, as intended.  Reindented.
14273         * config/mips/mips.h (ISA_HAS_COND_TRAP): Not available on MIPS16.
14274         * config/mips/mips.md (trap) [TARGET_MIPS16]: Emit `break 0'.
14276         * config/mips/mips.md (addsi3, adddi3): Use scratch register to
14277         add register to non-constant into sp.
14279         * config/mips/mips-protos.h (embedded_pic_fnaddr_reg): New.
14280         * config/mips/mips.h (embedded_pic_fnaddr_rtx): Lose.
14281         (mips16_gp_pseudo_rtx): Lose.
14282         (INIT_EXPANDERS): Deleted.
14283         * config/mips/mips.c (mips_init_machine_status): New.
14284         (mips_free_machine_status): New.
14285         (mips_mark_machine_status): New.
14286         (override_options): Set them.
14287         (embedded_pic_fnaddr_rtx, mips16_gp_pseudo_rtx): Moved to...
14288         (struct machine_function): ... new.  Replaced all references.
14289         (mips_add_gc_roots): Don't mark them.
14290         (embedded_pic_fnaddr_reg): New, extracted from...
14291         (embedded_pic_offset): ... here.
14292         * config/mips/mips.md (movdi): Call embedded_pic_fnaddr_reg.
14293         (movsi): Likewise.
14295 2002-03-16  Neil Booth  <neil@daikokuya.demon.co.uk>
14297         * cppinit.c: Revert -MD removal.
14299 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14301         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't use
14302         soft registers by default for 68HC12.
14303         (m68hc11_conditional_register_usage): Don't use Z register for 68HC12
14304         when compiling with -fomit-frame-pointer.
14305         (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC12.
14306         (expand_epilogue): Likewise.
14307         (m68hc11_gen_rotate): Use exg when rotating by 8.
14309 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14311         * config/m68hc11/m68hc11-protos.h (ix_reg): Declare.
14312         * config/m68hc11/m68hc11.md ("addsi3"): Use general_operand for sources.
14313         (splits): Remove unused add splits.
14314         ("*addhi3_68hc12"): Tune constraints.
14315         ("addhi_sp"): Try to use X instead of Y in all cases and if the
14316         constant fits in 8-bits and D is dead use abx/aby instructions.
14317         ("*addhi3"): Remove extern declaration of ix_reg.
14318         ("*subsi3"): Optimize and provide new split.
14319         ("subhi3"): Cleanup.
14320         ("*subhi3_sp"): Avoid saving X if we know it is dead.
14321         (arith splits): For 68hc12 save the address register on the stack
14322         and do the arithmetic operation with a pop.
14324 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14326         * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Fix constraints, avoid
14327         allocating QImode in address registers.
14328         ("*movqi_m68hc11"): Likewise.
14330 Sat Mar 16 12:57:28 CET 2002  Jan HUbicka  <jh@suse.cz>
14332         * cfgcleanup.c (cleanup_cfg): Fix updating of liveness.
14334 2002-03-16  Neil Booth  <neil@daikokuya.demon.co.uk>
14336         * cppinit.c (print_help): Display -MD and -MMD.
14337         Don't display usage string.  Update assertion syntax and
14338         typo.
14339         (COMMAND_LINE_OPTIONS): Remove OPT_MD, OPT_MMD.
14340         (cpp_handle_option): Update.
14342 2002-03-15  Chris Demetriou  <cgd@broadcom.com>
14344         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Provide an
14345         MEABI case for each definition of SUBTARGET_CPP_SIZE_SPEC,
14346         and define it so that regardless of target CPU size,
14347         __SIZE_TYPE__ and __PTRDIFF_TYPE__ are defined in terms
14348         of "int" rather than "long."
14350 2002-03-15  Richard Henderson  <rth@redhat.com>
14352         * config/alpha/alpha.c (alpha_va_arg): Manipulate the type
14353         size as a tree.
14355 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14357         * config/m68hc11/m68hc11.md ("tstqi_1"): Try to use ldab instead of tst.
14358         ("tstqi" split): Avoid using memory for tstqi on address register.
14359         (splits): Remove constraints.
14360         ("cmphi_1_hc12"): New from "cmphi_1" and tuned for 68HC12.
14361         ("cmpdf", "cmpsf"): Remove since not used.
14362         ("*tbeq", "*tbne", "*tbeq8", "*tbne8"): Also look in cc_status.value2.
14363         (peephole2): New peepholes to optimize tstqi and pre inc/dec addressing.
14365 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14367         * config/m68hc11/m68hc11.md ("negsi2"): Optimize inline case.
14368         ("neghi2"): Tighten constraints.
14369         ("one_cmplsi2"): Optimize and simplify split.
14370         * config/m68hc11/larith.asm (__negsi2): Likewise for library.
14372 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14374         * config/m68hc11/m68hc11.md ("logicalsi3_zexthi"): Fix constraints
14375         and split of AND operation to clear the upper bits.
14376         ("*logicalsi3_zextqi"): Likewise.
14377         ("*logicallhi3_zexthi_ashift8"): Likewise.
14378         ("*logicalsi3_silshr16"): Likewise.
14379         ("logicalsi3_silshl16"): Likewise.
14380         ("anddi3", "iordi3", "xordi3" splits): Remove constraints.
14382 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14384         * config/m68hc11/m68hc11.c (m68hc11_symbolic_p): New function.
14385         (m68hc11_indirect_p): New function.
14386         (m68hc11_override_options): Must set MASK_NO_DIRECT_MODE for 68HC12.
14387         (m68hc11_gen_highpart): Use TARGET_NO_DIRECT_MODE instead of
14388         TARGET_M6812.
14389         (asm_print_register): Likewise.
14390         * config/m68hc11/m68hc11-protos.h (m68hc11_symbolic_p): Declare.
14391         (m68hc11_indirect_p): Declare.
14392         * config/m68hc11/m68hc11.h (EXTRA_CONSTRAINT): New constraint 'R', 'Q'.
14393         (TARGET_NO_DIRECT_MODE, TARGET_RELAX): New.
14394         (TARGET_SWITCHES): New option -mrelax.
14395         * config/m68hc11/m68hc11.md ("andsi3"): Allow soft register for
14396         destination.
14397         ("iorsi3", "xorsi3"): Likewise.
14398         ("andhi3", "andqi3", "iorhi3", "iorqi3"): Use a define_expand.
14399         ("*andhi3_mem"): New to handle destination in memory with bclr
14400         and a scratch register.
14401         ("*andqi3_mem", "*iorhi3_mem", "*iorqi3_mem"): Likewise.
14402         ("*andhi3_const"): New when operand2 is constant.
14403         ("*andqi3_const", "*iorhi3_const", "*iorqi3_const"): Likewise.
14404         ("*andhi3_gen"): Cleanup of the old "andhi3".
14405         ("*andqi3_gen", "*iorhi3_gen", "*iorqi3_gen"): Likewise.
14406         ("xorqi3"): Update constraints.
14408 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14410         * config/m68hc11/m68hc11.c (m68hc11_small_indexed_indirect_p): Look
14411         for reg_equiv_memory_loc when the operand is a register that does
14412         not get a hard register (stack location).
14413         (tst_operand): After reload, accept all memory operand.
14414         (symbolic_memory_operand): Fix detection of symbolic references.
14415         * config/m68hc11/m68hc11.h (VALID_CONSTANT_OFFSET_P): For 68HC12
14416         accept symbols and any constant.
14418 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14420         * config/m68hc11/m68hc11.c (emit_move_after_reload): Add a REG_INC
14421         note on the insn that sets the soft frame register.
14422         (must_parenthesize): ix and iy are also reserved names.
14423         (print_operand_address): One more place where parenthesis are required
14424         to avoid confusion with register names.
14425         (m68hc11_gen_movhi): Allow push of stack pointer.
14426         (m68hc11_check_z_replacement): Fix handling of parallel with a
14427         clobber.
14428         (m68hc11_z_replacement): Must update the REG_INC notes to tell what
14429         the replacement register is.
14430         * config/m68hc11/m68hc11.h (REG_CLASS_CONTENTS): Switch Z_REGS
14431         and D8_REGS classes.
14432         (MODES_TIEABLE_P): All modes are tieable except QImode.
14434 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14436         * config/m68hc11/larith.asm (___adddi3): Optimize saving of result.
14437         (___subdi3): Likewise.
14438         (__mulsi3, __mulhi32): Avoid using _.tmp scratch location.
14439         (__map_data_section): Optimize 68hc11 case.
14441 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14443         * config/m68hc11/m68hc11.c (m6812_cost): Make cost of add higher
14444         than a shift to avoid adding a register with itself.
14445         (m68hc11_memory_move_cost): Take into account NO_REGS.
14446         (m68hc11_register_move_cost): Update and use memory move cost
14447         for soft registers.
14448         (m68hc11_address_cost): Make cost of valid offset not 0 so that
14449         it gives more opportunities to cse to optimize.
14450         * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Pass the mode.
14451         * config/m68hc11/m68hc11-protos.h (m68hc11_register_move_cost): Update.
14453 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
14455         * c-common.c (statement_code_p): Handle CLEANUP_STMT.
14456         * c-common.def (CLEANUP_STMT): New tree node.
14457         * c-common.h (CLEANUP_DECL): New macro.
14458         (CLEANUP_EXPR): Likewise.
14459         * c-semantics.c (expand_stmt): Handle CLEANUP_STMT.
14460         * expr.c (expand_expr): Tidy.
14461         * tree-dump.c (dequeue_and_dump): Handle CLEANUP_STMT.
14462         * tree-inline.c (initialize_inlined_parameters): Clean up
14463         new local variables.
14465 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
14467         PR bootstrap/4128
14468         * config/sparc/sparc.c (gen_v9_scc): Move early clobber test
14469         before movrXX only, use reg_overlap_mentioned_p.
14470         Only special case NE if just one insn can be generated.
14472 2002-03-15  Jason Merrill  <jason@redhat.com>
14474         * varasm.c (assemble_variable): Call resolve_unique_section before
14475         checking DECL_SECTION_NAME.  Use zeros for a decl with DECL_INITIAL
14476         of error_mark_node.
14478 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
14480         PR target/5170
14481         * arm.md (split pattern for thumb shiftable immediates): Add comment
14482         explaining non-obvious test.
14484 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
14486         PR target/5712
14487         * arm.md (movaddr, movaddr_insn): Delete.
14489 2002-03-15  Jason Merrill  <jason@redhat.com>
14491         * toplev.c (wrapup_global_declarations): Clarify variable handling.
14492         -fkeep-static-consts doesn't apply to comdats.
14494 2002-03-14  Richard Henderson  <rth@redhat.com>
14496         * c-decl.c: Include c-pragma.h.
14497         (start_decl, start_function): Invoke maybe_apply_pragma_weak.
14498         (finish_function): Tidy.
14499         * c-pragma.c: Include c-common.h.
14500         (pending_weaks, apply_pragma_weak, maybe_apply_pragma_weak): New.
14501         (handle_pragma_weak): Use them.
14502         (init_pragma): Register pending_weaks.
14503         * c-pragma.h (maybe_apply_pragma_weak): Declare.
14504         * print-tree.c (print_node): Print DECL_WEAK.
14505         * varasm.c (mark_weak_decls): Remove.
14506         (remove_from_pending_weak_list): Remove.
14507         (add_weak): Remove.
14508         (asm_emit_uninitialised): Call globalize_decl for weak commons.
14509         (weak_decls): Make a tree_list.
14510         (declare_weak): Cons weak_decls directly.
14511         (globalize_decl): Remove weak_decls elements directly.
14512         (weak_finish): Simplify weak_decls walk.  Don't weaken unused
14513         symbols.  Don't pretend to handle aliases.
14514         (init_varasm_once): Update weak_decls registry.
14515         * Makefile.in: Update dependencies.
14517 2002-03-14  Richard Henderson  <rth@redhat.com>
14519         PR target/5312
14520         * config/ia64/ia64.c: Include tm_p.h last.
14521         (gen_nop_type): Remove duplicate definition.
14522         (cycle_end_fill_slots): Set sched_data for second L slot.
14523         (maybe_rotate): Call cycle_end_fill_slots to fill in nop slots.
14524         (nop_cycles_until): Fix typos.
14526 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
14528         PR optimization/5891
14529         * unroll.c (copy_loop_body) [CALL_INSN]: Copy SIBLING_CALL_P flag.
14531 2002-03-14  David Mosberger <davidm@hpl.hp.com>, Hans Boehm <Hans_Boehm@hp.com>
14533         * config/ia64/unwind-ia64.c: Handle copy_state and label_state
14534           descriptors correctly.
14536 2002-03-14  Michael Meissner  <meissner@redhat.com>
14538         * params.def (PARAM_MAX_UNROLLED_INSNS): New macro, default to
14539         100, allowing MAX_UNROLLED_INSNS to be overridden.
14541         * params.h (MAX_UNROLLED_INSNS): Define so it can be overridden by
14542         --param.
14544         * unroll.c (params.h): Include.
14545         (MAX_UNROLLED_INSNS): Delete, now in params.h.
14547         * doc/invoke.texi (--param max-unroll-insns): Document.
14549         * Makefile.in (unroll.o): Add $(PARAMS_H) dependency.
14551 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
14553         * arm.md: Fix warnings about constraints in peepholes and splits.
14555 2002-03-14  Zack Weinberg  <zack@codesourcery.com>
14557         * cpphash.h (struct lexer_state): Remove line_extension member.
14558         * cpplib.c (dequote_string, do_linemarker): New functions.
14559         (linemarker_dir): New data object.
14560         (DIRECTIVE_TABLE): No longer need to interpret #line in
14561         preprocessed source.  Delete obsolete comment about return
14562         values of handlers.
14563         (end_directive, directive_diagnostics, _cpp_handle_directive):
14564         Don't muck with line_extension.
14565         (directive_diagnostics): No need to issue warnings for
14566         linemarkers here.
14567         (_cpp_handle_directive): Issue warnings for linemarkers here,
14568         when appropriate.  Dispatch linemarkers to do_linemarker, not
14569         do_line.
14570         (do_line): Code to handle linemarkers split out to do_linemarker.
14571         Convert escape sequences in filename argument, both places.
14573         * cppmacro.c (quote_string): Rename cpp_quote_string and
14574         export.  All callers changed.
14575         * cpplib.h (cpp_quote_string): Prototype.
14576         * cppmain.c (print_line): Call cpp_quote_string on to_file
14577         before printing it.
14579         * doc/cpp.texi: Document that escapes are now interpreted in
14580         #line and in linemarkers, and that non-printing characters are
14581         converted to octal escapes when linemarkers are generated.
14583 Thu Mar 14 19:04:29 CET 2002  Jan Hubicka  <jh@suse.cz>
14585         * emit-rtl.c (try_split): Use delete_insns.
14586         * recog.c (split_all_insns): Fix terminating condition.
14588 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
14589             Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
14591         PR target/5828
14592         * arm.c (arm_output_epilogue): Fix floating-point register save
14593         adjustment when using a frame pointer.
14595 2002-03-14  Richard Sandiford  <rsandifo@redhat.com>
14597         * config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.
14598         * config/mips/mips.c (compute_frame_size): Retrofit them here.
14599         (save_restore_insns, mips_expand_epilogue): And here.
14600         (build_mips16_call_stub): And here.
14601         (mips_function_value): Use the new macros to decide whether a single
14602         or complex float can be returned in floating-point registers.  Return
14603         a parallel rtx in the complex case.
14605 Thu Mar 14 11:03:12 CET 2002  Jan Hubicka  <jh@suse.cz>
14607         * toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup
14608         call after liveness analysis.
14610         * recog.c (split_insn): Use delete_insn_and_edges.
14612         * cfgrtl.c (verify_flow_info): Be permisive about non-any_condjump
14613         instructions to have branch prediction notes.
14614         * ia64reorg.c (ia64_reorg): Do not rebuild CFG.
14616 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
14618         * configure.in: Don't pass -Wno-long-long to a ADA compiler
14619         that doesn't support it.
14620         * configure: Regenerate.
14622 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
14624         PR target/5626
14625         * config/sparc/sparc.md (normal_branch, inverted_branch,
14626         normal_fp_branch, inverted_fp_branch, normal_fpe_branch,
14627         inverted_fp_branch): Adjust calls to output_cbranch.
14628         Set length attribute.
14629         (normal_int_branch_sp64, inverted_int_branch_sp64): Adjust calls to
14630         output_v9branch.  Set length attribute.
14631         * config/sparc/sparc.c (fcc0_reg_operand, noov_compare64_op): New
14632         predicates.
14633         (noov_compare_op): Handle CCX_NOOVmode the same way as CC_NOOVmode.
14634         (output_cbranch): Likewise.  Handle far branches.
14635         (output_v9branch): Handle far branches.
14636         * config/sparc/sparc-protos.h (output_cbranch, output_v9branch):
14637         Adjust prototypes.
14638         * config/sparc/sparc.h (PREDICATE_CODES): Add fcc0_reg_operand and
14639         noov_compare64_op predicates.
14641 2002-03-13  Jason Merrill  <jason@redhat.com>
14643         * gthr-posix.h (__gthread_active_p): Move __gthread_active_ptr
14644         into the function and constify it.
14645         * gthr-dce.h, gthr-solaris.h: Likewise.
14647 2002-03-13  David Edelsohn  <edelsohn@gnu.org>
14649         * config/rs6000/rs6000.h (PAD_VARARGS_DOWN): Define.
14650         * config/rs6000/rs6000.c (rs6000_va_arg): Use
14651         std_expand_builtin_va_arg if not ABI_V4.
14653 2002-03-13  Jason Merrill  <jason@redhat.com>
14655         * varasm.c (globalize_decl): New fn.
14656         (assemble_start_function): Use it.
14657         (asm_emit_uninitialized): Use it.
14658         (assemble_alias): Use it.
14659         (assemble_variable): Use it.
14661 2002-03-13  Hans-Peter Nilsson  <hp@axis.com>
14663         * config/cris/cris.c (cris_target_asm_function_prologue): Revert
14664         2002-03-12 internal visibility change.
14665         (cris_encode_section_info): Consider MODULE_LOCAL_P when encoding
14666         visibility into SYMBOL_REF_FLAG.
14668 2002-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
14670         * expr.c (expand_expr, case NE_EXPR): Do not call copy_to_reg with
14671         VOIDmode operand.  Add compile-time optimization for constant results.
14673 2002-03-12  Jason Merrill  <jason@redhat.com>
14675         * c-typeck.c (convert_for_assignment): Don't allow conversions
14676         between pointers and references.  Only allow lvalues to convert to
14677         reference.
14679 2002-03-13  Hartmut Penner  <hpenner@de.ibm.com>
14681         * config/s390/s390.h (PROFILE_BEFORE_PROLOGUE): Emit profile code
14682         before prologue, to avoid scheduling problems.
14684 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
14686         * config/sparc/sparc.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
14687         (ELIMINABLE_REGS): Add sfp->sp.
14688         (INITIAL_ELIMINATION_OFFSET): Compute sfp->sp offset too.
14690 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
14692         PR optimization/5892
14693         * config/ia64/ia64.c (rotate_one_bundle): Update current packet.
14695 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
14697         * loop.c (basic_induction_var): Don't call convert_modes if mode
14698         classes are different.
14700 2002-03-12  Richard Henderson  <rth@redhat.com>
14702         PR optimization/5901
14703         * function.c (reposition_prologue_and_epilogue_notes): Position
14704         the markers after/before the last/first insn not deleted.
14706 2002-03-12  Richard Henderson  <rth@redhat.com>
14708         PR optimization/5878
14709         * config/arc/arc.h, config/cris/cris.h, config/i386/i386.h,
14710         config/m68k/m68k.h, config/s390/s390.h, config/sparc/sparc.h
14711         (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
14713         * config/arm/arm.h config/i386/i386.h, config/m68k/m68k.h,
14714         config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Set
14715         PIC_OFFSET_TABLE_REGNUM based on INVALID_REGNUM not flag_pic.
14717         * config/arc/arc.h (CONDITIONAL_REGISTER_USAGE): New.
14718         * config/arm/arm.c (arm_pic_register): Init to INVALID_REGNUM.
14719         (arm_override_options): Set arm_pic_register if TARGET_APCS_STACK
14720         also.  Don't set it if not flag_pic.
14721         * config/i386/i386.c (ix86_save_reg): Trust PIC_OFFSET_TABLE_REGNUM
14722         to be INVALID_REGNUM when not used.
14724 2002-03-13  Aldy Hernandez  <aldyh@redhat.com>
14726         * expmed.c (store_bit_field): Reset alias set for memory.
14727         (extract_bit_field): Same.
14729 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14731         * c-common.c (c_tree_code_type, c_tree_code_length,
14732         c_tree_code_name, add_c_tree_codes): Delete.
14733         * c-common.h (add_c_tree_codes): Delete.
14734         * c-lang.c (tree_code_type, tree_code_length, tree_code_name):
14735         Define.
14736         * c-objc-common.c (c_objc_common_init): Don't call
14737         add_c_tree_codes, instead set lang_unsafe_for_reeval.
14738         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
14739         objc_tree_code_name, add_objc_tree_codes): Delete.
14740         (objc_init): Don't call add_objc_tree_codes.
14741         * objc/objc-lang.c (tree_code_type, tree_code_length,
14742         tree_code_name): Define.
14743         * toplev.c (lang_independent_init): Don't set
14744         tree_code_length[IDENTIFIER_NODE].
14745         * tree.c (tree_code_type, tree_code_length, tree_code_name):
14746         Delete definitions, moved to language front-ends.
14747         * tree.def (IDENTIFIER_NODE): Hardwire the length.
14748         * tree.h (tree_code_type, tree_code_length, tree_code_name):
14749         Const-ify.
14750         (tree_code_length): Change type to unsigned char.
14752 2002-03-12  Richard Henderson  <rth@redhat.com>
14754         * config/i386/i386.c (ix86_expand_prologue): Revert 2002-03-03
14755         internal visibility change.
14757 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14759         * config/xtensa/xtensa.c (xtensa_expand_block_move): Use
14760         validize_mem() instead of change_address to avoid clobbering
14761         memory attributes.
14763 2002-03-12  Neil Booth  <neil@daikokuya.demon.co.uk>
14765         * c-lex.h (position_after_whitespace): Remove.
14767 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
14769         * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
14770         (lex_string): Use unsigned char pointers.
14772 2002-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
14774         * reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalent
14775         is not a valid memory_operand.
14777 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14779         * config/xtensa/xtensa-config.h: Define XCHAL_HAVE_LOOPS.
14780         * config/xtensa/lib1funcs.asm: Fix copyright to include
14781         special case for libgcc files.
14782         (__udivsi3): Avoid loop instructions when XCHAL_HAVE_LOOPS is 0.
14783         (__divsi3): Likewise.
14784         (__umodsi3): Likewise.
14785         (__modsi3): Likewise.
14786         * config/xtensa/lib2funcs.S: Fix copyright to include
14787         special case for libgcc files.
14789 2002-03-12  Tom Rix  <trix@redhat.com>
14791         * collect2.c (resolve_lib_name): Move outside of
14792         OBJECT_FORMAT_COFF ifdef.
14793         (ignore_library): Same.
14795 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14797         * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
14799 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14801         * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch
14802         to function_section before writing out the constant pool.
14804 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
14806         * config/rs6000/rs6000.h (PREDICATE_CODES): Add any_operand and
14807         zero_constant.
14808         * config/rs6000/rs6000.c (easy_fp_constant): Fix formatting.
14810 2002-03-12  Alan Modra  <amodra@bigpond.net.au>
14812         * config/rs6000/rs6000.md (addsi3): Optimize sign extension.
14813         (adddi3): Likewise.
14814         (movdf): Likewise.
14815         (movdi): Likewise.
14816         (cmpsi splitter): Likewise.
14817         (modsi3): Fail if <= 0.
14818         * config/rs6000/rs6000.c (reg_or_add_cint64_operand): Remove
14819         redundant test when HOST_BITS_PER_WIDE_INT != 32.
14820         (reg_or_sub_cint64_operand): Likewise.
14821         (num_insns_constant_wide): Optimize sign extension.
14822         (rs6000_legitimize_address): Likewise.
14824 2002-03-12  Andrew MacLeod  <amacleod@redhat.com>
14826         * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
14827         * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
14829 2002-03-12  Andrew MacLeod  <amacleod@redhat.com>
14831         * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
14832         address calculation.
14834 2002-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
14836         * config/s390/s390.md (reload_insi, reload_indi): Change mode of
14837         scratch register to DImode / TImode.
14838         config/s390/s390.c (s390_expand_plus_operand): Make sure scratch
14839         register used does not overlap the target.
14841 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14843         * Makefile.in (debug.o): Depend on debug.h.
14844         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Const-ify.
14845         * debug.c (do_nothing_debug_hooks): Likewise.
14846         * debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks,
14847         sdb_debug_hooks, xcoff_debug_hooks, dwarf_debug_hooks,
14848         dwarf2_debug_hooks, vmsdbg_debug_hooks): Likewise.
14849         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
14850         * dwarfout.c (dwarf_debug_hooks): Likewise.
14851         * integrate.c (output_inline_function): Likewise.
14852         * objc/objc-act.c (synth_module_prologue): Likewise.
14853         * sdbout.c (sdb_debug_hooks): Likewise.
14854         * toplev.c (debug_hooks): Likewise.
14855         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
14857 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14859         * 1750a.h, a29k.h, arc.h, arm.h, c4x.h, clipper.h, cris.h, d30v.h,
14860         dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h,
14861         m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mmix.h, mn10300.h,
14862         ns32k.h, pa.h, pdp11.h, pj.h, romp.h, s390.h, stormy16.h,
14863         v850.h, vax.h, we32k.h, xtensa.h (POINTER_SIZE): Delete.
14864         * defaults.h (POINTER_SIZE): Define.
14865         * doc/tm.texi (POINTER_SIZE): Document default.
14867 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14869         * mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
14871 2002-03-11  Richard Henderson  <rth@redhat.com>
14873         * toplev.c (rest_of_compilation): Call purge_all_dead_edges
14874         if rebuild_label_notes_after_reload.
14876 2002-03-12  Hans-Peter Nilsson  <hp@axis.com>
14878         * config/cris/cris.c (cris_target_asm_function_prologue):  Do not
14879         emit pic register load if "internal" visibility.
14880         (cris_print_operand): Avoid traditional-warning for 0xffffffff.
14881         (cris_expand_builtin_va_arg): Do all computations on trees.
14883 2002-03-11  Richard Henderson  <rth@redhat.com>
14885         * rtlanal.c: Include recog.h.
14886         (keep_with_call_p): Fix thinko.
14887         * Makefile.in (rtlanal.o): Update dependencies.
14889 2002-03-11  Chris Meyer  <cmeyer@gatan.com>
14891         * genflags.c (gen_insn): Use IS_VSPACE.
14892         * genoutput.c (output_insn_data): Likewise.
14893         (process_template): Likewise.
14895 2002-03-11  Richard Henderson  <rth@redhat.com>
14897         * toplev.c (rest_of_compilation): Don't compile if we've had errors.
14899 2002-03-11  Neil Booth  <neil@daikokuya.demon.co.uk>
14901         * Makefile.in: Update.
14902         * doc/cppenv.texi, cppopts.texi: Split out of cpp.texi and gcc.texi.
14903         Update documentation.
14904         * doc/gcc.texi: Include cppopts.texi and cppenv.texi.
14905         * doc/cpp.texi: Include cppopts.texi and cppenv.texi.
14907 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
14909         * Makefile.in: Give texi2pod its input file as a command line
14910         argument, not on stdin.
14912 2002-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
14913             Daniel Berlin  <dan@dberlin.org>
14915         C++ alias analysis improvement.
14916         * alias.c (record_component_aliases): Record aliases for base
14917         classes too.
14919 2002-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
14921         * config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
14923 2002-03-11  Douglas B Rupp  <rupp@gnat.com>
14925         * toplev.c (vms_fopen): Remove, not needed.
14927         * vmsdbgout.c (lookup_filename): Adjust creation date for GMT.
14929         * config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
14931         * config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
14932         for FP, already done later.
14934         * toplev.c (debug_args): Add entry for VMS_DEBUG.
14935         * vmsdbgout.c (vmsdbgout_init): Fix typo in call to xmalloc.
14937 2002-03-11  Richard Sandiford  <rsandifo@redhat.com>
14939         * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New.
14940         (MODE_HAS_NANS, MODE_HAS_INFINITIES): Evaluate to false if
14941         LARGEST_EXPONENT_IS_NORMAL for the given mode.
14942         (MODE_HAS_SIGN_DEPENDENT_ROUNDING): False when ROUND_TOWARDS_ZERO.
14943         * real.c (eadd1): Make rounding dependent on !ROUND_TOWARDS_ZERO.
14944         (ediv, emul, eldexp, esqrt): Likewise.
14945         (etoe113, etoe64, etoe53, etoe24, etodec, etoibm, etoc4x): Likewise.
14946         (e24toe): Only check NaNs & infinities if !LARGEST_EXPONENT_IS_NORMAL.
14947         (saturate): New function.
14948         (toe53, toe24): Saturate on overflow if LARGEST_EXPONENT_IS_NORMAL.
14949         (make_nan): Use a saturation value instead of a NaN if
14950         LARGEST_EXPONENT_IS_NORMAL.  Warn when this happens.
14951         * fp-bit.c (pack_d): Saturate on NaN, infinite or overflowing
14952         inputs if LARGEST_EXPONENT_IS_NORMAL.  Represent subnormals as
14953         zero if NO_DENORMALS.  Only round to nearest if !ROUND_TOWARDS_ZERO.
14954         (unpack_d): No NaNs or infinities if LARGEST_EXPONENT_IS_NORMAL.
14955         (_fpmul_parts, _fpdiv_parts): Only round to nearest if
14956         !ROUND_TOWARDS_ZERO.
14957         * doc/tm.texi (LARGEST_EXPONENT_IS_NORMAL): Document.
14958         (ROUND_TOWARDS_ZERO): Document.
14960 2002-03-11  Andreas Jaeger  <aj@suse.de>
14962         * cfg.c (dump_flow_info): Remove unused variable.
14964 2002-03-11  Hans-Peter Nilsson  <hp@bitrange.com>
14966         * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Do all
14967         computations on trees.
14969 2002-03-10  Richard Henderson  <rth@redhat.com>
14971         PR 5693:
14972         * reload.c (copy_replacements_1): New.
14973         (copy_replacements): Use it to recurse through the rtx.
14975 2002-03-10  Richard Henderson  <rth@redhat.com>
14977         * loop.c (strength_reduce): Compute number of iterations as
14978         unsigned HOST_WIDE_INT.
14980 2002-03-10  Richard Henderson  <rth@redhat.com>
14982         * sched-rgn.c (add_branch_dependences): Don't allow insns that throw
14983         to move away from the end of the block.
14985 2002-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
14987         PR preprocessor/5899
14988         * cppinit.c (init_dependency_output): Don't ignore -dM etc.
14990 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14992         * mbchar.c (JIS_state_table, JIS_action_table): Const-ify.
14994         * attribs.c (decl_attributes): Fix signed/unsigned warning.
14996 2002-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
14998         * config/mmix/mmix.c: Improve comments.
14999         (mmix_target_asm_function_prologue): Drop variable
15000         empty_stack_frame.  Don't allocate unused slot above fp.
15001         (mmix_target_asm_function_epilogue): Mirror prologue changes.
15002         * config/mmix/mmix.h (MMIX_GNU_ABI_REG_ALLOC_ORDER): Don't have
15003         brace in first column.
15004         (enum reg_class): Ditto.
15005         (FIRST_PARM_OFFSET): Now 0.
15006         (USER_LABEL_PREFIX): Remove #if 0:d definition.
15008 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15010         * combine.c (make_extraction): Fix error in last change.
15012 2002-03-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15014         * c4x.c (c4x_fp_reglist): Const-ify.
15015         * cris.c (cris_print_operand): Likewise.
15016         * i386.c (ix86_va_arg): Likewise.
15017         * ia64/unwind-ia64.c (unw_decode_table): Likewise.
15018         * m32r.c (m32r_hard_regno_mode_ok): Likewise.
15019         * m32r.h (m32r_hard_regno_mode_ok): Likewise.
15020         * mcore.c (regno_reg_class, mcore_unique_section): Likewise.
15021         * mcore.h (regno_reg_class): Likewise.
15022         * mips.c (gen_int_relational): Likewise.
15023         * ns32k.c (ns32k_reg_class_contents, regclass_map): Likewise.
15024         * ns32k.h (ns32k_reg_class_contents, regclass_map): Likewise.
15025         * pdp11.c (move_costs): Likewise.
15026         * pj.h (INITIALIZE_TRAMPOLINE): Likewise.
15027         * s390.c (s390_branch_condition_mnemonic, regclass_map):
15028         Likewise.
15029         * s390.h (regclass_map): Likewise.
15030         * sh.c (shift_amounts): Likewise.
15031         * sh.md (rotlsi3): Likewise.
15033 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
15035         * config/rs6000/rs6000.md (ne0+4): Add extra CLOBBER.
15036         (ne0+5): Use new clobber to generate proper shift pattern.
15037         Patch by Michael Matz <matz@kde.org>.
15039 2002-03-09  Andreas Schwab  <schwab@suse.de>
15041         * gcc.c (validate_all_switches): Also handle `%W{...}'.
15043 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
15045         * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Don't define.
15047 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
15049         PR middle-end/5877
15050         * expr.c (highest_pow2_factor): Check TREE_INT_CST_LOW
15051         even for non-representable constants.
15053 Sat Mar  9 07:20:01 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15055         * emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.
15056         * function.c (fixup_var_refs): Add MAY_SHARE parameter.
15057         (fixup_var_refs_insns, fixup_var_refs_insns_with_has): Likewise.
15058         (fixup_var_refs_insn, fixup_var_refs_1): Likewise.
15059         (pop_function_context): Compute MAY_SHARE parameter for
15060         fixup_var_refs.
15061         (fixup_var_refs_1, case MEM): Pass MAY_SHARE to copy_most_rtx, not VAR.
15062         (gen_mem_addressof): Call fixup_var_refs with new parm.
15064         * combine.c (make_extraction): Don't make extension of CONST_INT.
15066 2002-03-09  Alexandre Oliva  <aoliva@redhat.com>
15068         * config/mips/mips.c (function_arg_pass_by_reference): Force to 0
15069         in o32 and o64 ABIs.
15070         * config/mips/abi64.h (MUST_PASS_IN_STACK): Define as in expr.h,
15071         but getting fixed-size structs passed in registers regardless of
15072         padding in o32 and o64 ABIs.
15074         * config/mips/mips.c (mips_va_arg): Apply big-endianness address
15075         offset before loading address of argument passed by transparent
15076         reference.
15078 2002-03-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15080         * t-pa64 (LIB1ASMFUNCS, LIB1ASMSRC): Delete.
15082 2002-03-09  Alexandre Oliva  <aoliva@redhat.com>
15084         * config/mips/mips.c (mips_expand_prologue): Set regno of vararg
15085         marker such that registers after it are saved.
15087 2002-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15089         * sparc.c (arith_4096_operand): Fix error in last change.
15091 2002-03-08  Alexandre Oliva  <aoliva@redhat.com>
15093         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Remove duplicate
15094         defaults for MEABI.
15096 2002-03-08  Aldy Hernandez  <aldyh@redhat.com>
15098         * config/rs6000/rs6000.c (rs6000_va_arg): Fix alignment for
15099         vectors.
15101 2002-03-08  Aldy Hernandez  <aldyh@redhat.com>
15103         * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.
15105 Fri Mar  8 21:27:49 CET 2002  Jan Hubicka  <jh@suse.cz>
15107         * cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been
15108         removed; fix return value.
15109         * combine.c (combine_instructions): Dirtify blocks where we failed to
15110         update liveness; purge dead edges; use update_life_info_in_dirty_blocks.
15111         * toplev.c (rest_of_compilation): Do not purge_dead_edges after combine.
15113 2002-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15115         * gcse.c (insert_insn_end_bb): Fix typo in last change.
15117 Fri Mar  8 21:08:52 CET 2002  Jan Hubicka  <jh@suse.cz>
15119         * recog.c (peephole2_optimize): Re-distribute EH edges.
15121 2002-03-08  Neil Booth  <neil@daikokuya.demon.co.uk>
15123         * expr.c (expand_expr): Use unsave lang hook.
15124         * langhooks-def.h (LANG_HOOKS_UNSAVE): New.
15125         (LANG_HOOKS_INITIALIZER): Update.
15126         * langhooks.h (struct lang_hooks): New hook unsave.
15127         * tree.c (lang_unsave, lang_unsave_expr_now): Remove.
15128         (unsave_expr_1): Remove unused lang_unsave_expr_now.
15129         (unsave_expr_now_r): Rename lhd_unsave.  Update. Return input.
15130         (unsave_expr_now): Remove.
15131         * tree.h (unsave_expr_now, lang_unsave,
15132         lang_unsave_expr_now): Remove.
15133         (lhd_unsave): New.
15135 2002-03-08  Andreas Jaeger  <aj@suse.de>
15137         * flow.c (propagate_block_delete_insn): Remove unused variable.
15139 2002-03-08  Kazu Hirata  <kazu@hxi.com>
15141         * config/h8300/h8300.c (h8300_adjust_insn_length): Tighten
15142         insn length for memory load/store.
15144 2002-03-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>
15146         * doc/install.texi (--with-libiconv-prefix): Document.
15148 2002-03-08  Michael Y. Brukman  <myb2@cornell.edu>
15150         * doc/sourcebuild.texi: Fix typo.
15152 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
15154         PR c/3711
15155         * builtins.c (std_expand_builtin_va_arg): Do all computations on
15156         trees.
15158 Fri Mar  8 06:48:45 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15160         * rtl.c (copy_most_rtx): Move from here ...
15161         * emit-rtl.c (copy_most_rtx): ... to here.
15163 2002-03-08  Alexandre Oliva  <aoliva@redhat.com>
15165         * config/mips/mips.h (LONG_MAX_SPEC): Rewrite, along with
15166         SUBTARGET_CPP_SIZE_SPEC.
15167         * config/mips/abi64.h (LONG_MAX_SPEC): Delete.
15169         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Simplify.
15171 2002-03-07  Matt Hiller  <hiller@redhat.com>
15173         * gensupport.c (first_dir_md_include): Renamed from include;
15174         change all references.
15175         (last_dir_md_include): Renamed from last_include; change all
15176         references.
15177         (init_md_reader): Unconditionally initialize base_dir whether or
15178         not filename is a relative path.
15180 2002-03-07  Alexandre Oliva  <aoliva@redhat.com>
15182         * config/fp-bit.c (_unord_f2): Compile it in even if
15183         US_SOFTWARE_GOFAST is enabled.
15185         * config/gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as
15186         NULL_RTX.  Set all HFmode operations as NULL_RTX.
15187         * optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is
15188         NULL_RTX, try reversing the comparison and the operands.
15190 2002-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
15192         * genextract.c (walk_rtx): Recurse into MATCH_PAR_DUP.
15193         genoutput.c (scan_operands): Recurse into MATCH_PAR_DUP
15194         and MATCH_OP_DUP.
15196 Thu Mar  7 16:54:10 CET 2002  Jan Hubicka  <jh@suse.cz>
15198         * reload1.c (reload_cse_delete_noop_set): Purge dead edges.
15200 Thu Mar  7 16:33:54 CET 2002  Jan Hubicka  <jh@suse.cz>
15202         * basic-block.h (fixup_abnormal_edges): Declare.
15203         * reload1.c (fixup_abnormal_edges): New function.
15204         * reg-stack.c (convert_regs): Use it.
15206         * gcse.c (insert_insn_end_bb): Handle trapping insns.
15208         * gcse.c (hash_scan_set): Refuse instructions with EH edges.
15210 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
15212         * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.
15213         (MODE_HAS_SIGNED_ZEROS, MODE_HAS_SIGN_DEPENDENT_ROUNDING): New.
15214         * flags.h (HONOR_NANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS): New.
15215         (HONOR_SIGN_DEPENDENT_ROUNDING): New.
15216         * builtins.c (expand_builtin_mathfn): Use HONOR_NANS.
15217         * c-common.c (truthvalue_conversion): Reduce x - y != 0 to x != y
15218         unless x and y could be infinite.
15219         (expand_unordered_cmp): New, mostly split from expand_tree_builtin.
15220         Check that the common type of both arguments is a real, even for
15221         targets without unordered comparisons.  Allow an integer argument
15222         to be compared against a real.
15223         (expand_tree_builtin): Use expand_unordered_cmp.
15224         * combine.c (combine_simplify_rtx): Use the new HONOR_... macros.
15225         * cse.c (fold_rtx): Likewise.  Fix indentation.
15226         * fold-const.c (fold_real_zero_addition_p): New.
15227         (fold): Use it, and the new HONOR_... macros.
15228         * ifcvt.c (noce_try_minmax): Use the new HONOR_... macros.
15229         * jump.c (reversed_comparison_code_parts): After searching for
15230         the true comparison mode, use HONOR_NANS to decide whether it
15231         can be safely reversed.
15232         (reverse_condition_maybe_unordered): Remove IEEE check.
15233         * simplify-rtx.c (simplify_binary_operation): Use the new macros
15234         to decide which simplifications are valid.  Allow the following
15235         simplifications for IEEE: (-a + b) to (b - a), (a + -b) to (a - b),
15236         and (a - -b) to (a + b).
15237         (simplify_relational_operation): Use HONOR_NANS.
15238         * doc/tm.texi: Document the MODE_HAS_... macros.
15240 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
15242         * combine.c (simplify_comparison): If simplifying a logical shift
15243         right and compare with constant, force the comparison to unsigned.
15245 2002-03-07  Aldy Hernandez  <aldyh@redhat.com>
15247         * doc/invoke.texi: Add documentation for -mabi=no-altivec.
15249         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Add
15250         -mabi=no-altivec
15251         (alt_reg_names): Remove % for vrsave.
15253 2002-03-06  Richard Henderson  <rth@redhat.com>
15255         PR optimization/5844
15256         * genemit.c (gen_exp): New argument used.  Invoke copy_rtx
15257         if used indicates we've already emitted one copy of an operand.
15258         (gen_insn, gen_expand, output_add_clobbers): Supply a null used.
15259         (gen_split): Supply a non-null used.
15261 2002-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
15263         * reload1.c (reload): Unshare all rtl after reload is done.
15265         * simplify-rtx.c (simplify_plus_minus): Do not abort,
15266         but simply fail if the expression is too complex to simplify.
15267         (simplify_gen_binary): Handle simplify_plus_minus failures.
15269 Wed Mar  6 20:32:09 CET 2002  Jan Hubicka  <jh@suse.cz>
15271         * toplev.c (rest_of_compilation): Do jump threading before SSA path;
15272         consistently call delete_trivially_dead_insns after CSE and GCSE;
15273         fix DFI_life dumping; do jump threading after liveness; do crossjumping
15274         after liveness2; update comment in last crossjumping.
15275         * cfgcleanup.c (try_crossjump_to_edge): Dirtify block.
15277 Wed Mar  6 12:27:10 2002  Jeffrey A Law  (law@redhat.com)
15279         * ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains
15280         after completing fast dead code elimination.
15282         * m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a
15283         COMPARE operator.
15285 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
15287         * version.c:  Fix misplaced leading blanks on first line.
15289 Wed Mar  6 19:08:03 CET 2002  Jan Hubicka  <jh@suse.cz>
15291         * cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.
15293 Wed Mar  6 18:14:43 CET 2002  Jan Hubicka  <jh@suse.cz>
15295         * cfgcleanup.c (mentions_nonequal_regs): New function.
15296         (thread_jump): Use it.
15297         * toplev.c (rest_of_compilation): Run jump threading after
15298         liveness.
15300 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
15302         * ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05
15303         patch.
15305 Wed Mar  6 11:28:19 CET 2002  Jan Hubicka  <jh@suse.cz>
15307         * predict.c (estimate_bb_frequencies): Do not reload the
15308         frequencies from notes.
15310 Wed Mar  6 10:59:39 CET 2002  Jan Hubicka  <jh@suse.cz>
15312         * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.
15313         * rtl.h (delete_insn_and_edges, delete_insn_chain_and_edges): Declare
15315         * basic-block.h (update_life_info, update_life_info_in_dirty_blocks,
15316         delete_noop_moves): Return indeger.
15317         * flow.c (ndead): New variable.
15318         (propagate_block_delete_insn): Use delete_insn_and_edges; remove
15319         BB argument; update callers.
15320         (propagate_block_delete_libcall): Use delete_insn_chain_and_edges.
15321         (life_analysis): Do not call purge_all_dead_edges.
15322         (update_life_info): Return number of deleted insns; print statistics.
15323         (update_life_info_in_dirty_blocks): likewise.
15324         (delete_noop_moves): Use delete_insn_and_edges; print statistics;
15325         return number of insns deleted.
15327         * cse.c: Include timevar.h
15328         (delete_trivially_dead_insns): Kill preserve_basic_blocks argument;
15329         iterate until stabilizes; print statistics; return number of killed
15330         insns.
15331         * Makefile.in: (cse.o): Add timevar.h dependency
15332         * rtl.h (delete_trivially_dead_insns): New.
15333         * timever.def: Add TV_DELETE_TRIVIALLY_DEAD timer.
15334         * toplev.c (rest_of_compilation): Update callers.
15336         * cfgcleanup.c (try_optimize_cfg): Kill blocks.
15337         (try_optimize_cfg): Do not update liveness.
15338         (cleanup-cfg): Loop until try_optimize_cfg and dead code
15339         removal stabilizes; use delete_trivially_dead_insns.
15341         * cfgrtl.c (verify_flow_info): Sanity check outgoing edges.
15343 2002-03-05  Zack Weinberg  <zack@codesourcery.com>
15345         * cppmain.c (setup_callbacks): Disable #pragma and #ident
15346         callbacks when processing assembly language.
15348 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15350         * pa.h (ASM_FILE_END): Define.
15351         * som.h (ASM_FILE_END): Delete.
15353         * pa.c (function_arg): Don't pass floats in general registers in
15354         indirect calls if TARGET_ELF32.
15356 2002-03-05  Richard Henderson  <rth@redhat.com>
15358         * config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
15360 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
15362         * gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
15364 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
15366         * mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc
15367         -r command line.  Don't hide any symbols if not building
15368         shared libgcc.
15370 Tue Mar  5 18:31:27 CET 2002  Jan Hubicka  <jh@suse.cz>
15372         * cfg.c (dump_flow_info): Warn about profile mismatches.
15373         * cfgrtl.c (verify_flow_info): Few aditional sanity checks.
15374         (purge_dead_edges): Remove REG_BR_PROB notes on simplejumps.
15376 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
15378         * expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2
15379         wide volatile memory by parts.
15381 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
15383         * ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def
15384         is NULL.
15386 2002-03-05  Richard Henderson  <rth@redhat.com>
15388         * rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.
15390 2002-03-04  Geoffrey Keating  <geoffk@redhat.com>
15392         * toplev.c (documented_lang_options): Document more
15393         language-specific options.
15394         * doc/invoke.texi (Warning Options): Correct documentation for
15395         -Wno-multichar, -Wno-div-by-zero, and -Wsystem-headers.
15396         * c-decl.c (c_decode_option): Use a table to handle warning options.
15398 2002-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
15400         * config/mmix/mmix.h (ENCODE_SECTION_INFO): Pass on new second
15401         parameter to mmix_encode_section_info.
15402         (LINK_SPEC): Don't defsym __.MMIX.start..text if linking
15403         relocatably.  Always produce ELF, not mmo if linking relocatably.
15404         * config/mmix/mmix.c (mmix_encode_section_info): If new parameter
15405         first is non-zero, don't add symbol prefix.
15406         * config/mmix/mmix-protos.h (mmix_encode_section_info): Tweak
15407         prototype accordingly.
15409 2002-03-04  Krister Walfridsson  <cato@df.lth.se>
15411         * config.gcc (*-*-netbsd*): Add t-slibgcc-elf-ver to tmake_file.
15413 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
15415         * configure.in: Increase required makeinfo version to 4.1.
15416         * configure: Regenerate.
15418 2002-03-04  Geoffrey Keating  <geoffk@redhat.com>
15420         * .cvsignore: Remove *.info* and genrtl*; these files are generated
15421         elsewhere now.
15423 2002-03-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15425         * doc/include/texinfo.tex: Update to version 2002-03-01.06.
15426         * doc/invoke.texi: Fix @math uses.
15428 Mon Mar  4 15:33:54 CET 2002  Jan Hubicka  <jh@suse.cz>
15430         * toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
15431         removal
15433 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
15435         * config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
15436         (powerpc-*-eabisimaltivec*): Same.
15438         * config/rs6000/t-ppcendian: New.
15440 2002-03-04  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15442         * c4x-protos.h, c4x.h, c4x.c, c4x.md: Add new functions
15443         nonimmediate_src_operand and nonimmediate_lsrc_operand to
15444         disallow ZERO_EXTEND with CONST_INT or CONST_DOUBLE.
15446 2002-03-03  Richard Henderson  <rth@redhat.com>
15448         * toplev.c (rest_of_decl_compilation): Revert last two changes.
15450 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
15452         * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,
15453         print-tree.c, real.c, real.h, recog.c, rtl.c, simplify-rtx.c,
15454         tree.c, config/m68k/m68k.c:
15455         Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
15456         REAL_ARITHMETIC blocks unconditional.  Delete some further
15457         #ifdef blocks predicated on REAL_ARITHMETIC.
15458         * flags.h, toplev.c: Delete remaining references to
15459         flag_pretend_float.
15461         * doc/invoke.texi: Remove documentation of -fpretend-float.
15462         * doc/tm.texi: Describe the various REAL_* macros as provided by
15463         real.h, not by the target configuration files.
15465         * config/alpha/alpha.h, config/alpha/unicosmk.h, config/arm/arm.h,
15466         config/avr/avr.h, config/c4x/c4x.h, config/convex/convex.h,
15467         config/cris/cris.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
15468         config/h8300/h8300.h, config/i370/i370.h, config/i386/i386.h,
15469         config/i386/osf1elf.h, config/i960/i960.h, config/ia64/ia64.h,
15470         config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/dpx2.h,
15471         config/m68k/linux-aout.h, config/m68k/linux.h, config/m68k/m68k.h,
15472         config/m68k/sun3.h, config/m68k/vxm68k.h, config/mcore/mcore.h,
15473         config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
15474         config/mn10300/mn10300.h, config/pa/pa.h, config/pj/pj.h,
15475         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
15476         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
15477         config/sparc/sol2.h, config/sparc/sparc.h, config/sparc/vxsim.h,
15478         config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h,
15479         config/xtensa/xtensa.h:
15480         Do not define, undefine, or mention in comments any of
15481         REAL_ARITHMETIC, REAL_VALUE_ATOF, REAL_VALUE_HTOF,
15482         REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
15483         REAL_VALUE_TO_TARGET_SINGLE, REAL_VALUE_TO_TARGET_DOUBLE,
15484         REAL_VALUE_TO_TARGET_LONG_DOUBLE, REAL_VALUE_TO_DECIMAL,
15485         REAL_VALUE_TYPE, REAL_VALUES_EQUAL, REAL_VALUES_LESS,
15486         REAL_VALUE_LDEXP, REAL_VALUE_FIX, REAL_VALUE_UNSIGNED_FIX,
15487         REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT,
15488         REAL_INFINITY, REAL_VALUE_NEGATE, REAL_VALUE_TRUNCATE,
15489         REAL_VALUE_TO_INT, or REAL_VALUE_FROM_INT.
15491 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15493         * 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h,
15494         convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h,
15495         i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h,
15496         m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h,
15497         pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h,
15498         stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD):
15499         Delete.
15500         * defaults.h (BITS_PER_WORD): Define.
15501         * doc/tm.texi (BITS_PER_WORD): Document default value.
15503         * 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,
15504         m68hc11.h, m88k.h, mips.h, pdp11.h, rs6000.h, sparc.c,
15505         stormy16.h, xtensa.h, vmsdbgout.c (CHAR_TYPE_SIZE): Delete.
15507 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15509         * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in
15510         lieu of explicit sizeof/sizeof.
15511         * i386.c (override_options, ix86_init_mmx_sse_builtins,
15512         ix86_expand_builtin): Likewise.
15513         * mips.c (mips_add_gc_roots): Likewise.
15514         * mmix.c (mmix_output_condition): Likewise.
15515         * rs6000.c (rs6000_override_options, altivec_expand_builtin,
15516         altivec_init_builtins): Likewise.
15517         * sparc.c (mark_ultrasparc_pipeline_state): Likewise.
15518         * cppexp.c (Nsuff, parse_number): Likewise.
15519         * cppinit.c (builtin_array_end): Likewise.
15520         * gcc.c (n_default_compilers, process_command): Likewise.
15521         * genpreds.c (output_predicate_decls): Likewise.
15522         * ggc-page.c (NUM_EXTRA_ORDERS): Likewise.
15523         * lcm.c (N_ENTITIES): Likewise.
15524         * stor-layout.c (set_sizetype): Likewise.
15526 2002-03-03  Richard Henderson  <rth@redhat.com>
15528         * toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl
15529         for types or labels.
15531 2002-03-03  Richard Henderson  <rth@redhat.com>
15533         * c-decl.c (start_decl): Initialized variables are not common.
15535 2002-03-02  Per Bothner  <per@bothner.com>
15537         * gcc.c (option_map):  Suport new --bootclasspath option.
15538         --CLASSPATH is now just an alias for --classpath.
15540 2002-03-02  Richard Henderson  <rth@redhat.com>
15542         * config/i386/i386.h (ix86_expand_prologue): Do not emit pic register
15543         load if "internal" visibility.
15544         * doc/extend.texi: Document visibility meanings.
15546 2002-03-02  Richard Henderson  <rth@redhat.com>
15548         * config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
15549         to functions as well.
15551 2002-03-02  Richard Henderson  <rth@redhat.com>
15553         * attribs.c (handle_alias_attribute): Don't call assemble_alias.
15554         (handle_visibility_attribute): Don't call assemble_visibility.
15555         * toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
15556         without asmspec.  Invoke assemble_alias when needed.
15557         * varasm.c (maybe_assemble_visibility): New.
15558         (assemble_start_function, assemble_variable, assemble_alias): Use it.
15560 2002-03-02  Richard Henderson  <rth@redhat.com>
15562         * varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;
15563         invoke ENCODE_SECTION_INFO with first call flag.
15565         * config/darwin-protos.h, config/darwin.c, config/darwin.h,
15566         config/a29k/a29k.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
15567         config/alpha/alpha.h, config/arc/arc.h, config/arm/arm-protos.h,
15568         config/arm/arm.h, config/arm/pe.c, config/arm/pe.h,
15569         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
15570         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
15571         config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
15572         config/d30v/d30v.h, config/h8300/h8300.h, config/i370/i370.h,
15573         config/i386/cygwin.h, config/i386/i386-interix.h, config/i386/i386.h,
15574         config/i386/osfrose.h, config/i386/win32.h, config/i386/winnt.c,
15575         config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
15576         config/m32r/m32r-protos.h, config/m32r/m32r.c, config/m32r/m32r.h,
15577         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
15578         config/m68hc11/m68hc11.h, config/m88k/m88k.h,
15579         config/mcore/mcore-protos.h, config/mcore/mcore.c,
15580         config/mcore/mcore.h, config/mips/mips.h, config/ns32k/ns32k.h,
15581         config/pa/pa.h, config/romp/romp.h, config/rs6000/linux64.h,
15582         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
15583         config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/s390.h,
15584         config/sh/sh.h, config/sparc/sparc.h,
15585         config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
15586         config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vms.h,
15587         config/xtensa/xtensa.h, doc/tm.texi: ENCODE_SECTION_INFO now takes
15588         FIRST argument.  As needed, examine it and do nothing.
15590         * config/darwin.h, config/alpha/alpha.h, config/arm/pe.h,
15591         config/i386/cygwin.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
15592         config/mcore/mcore.h: Remove REDO_SECTION_INFO_P.
15594         * config/arm/t-pe (pe.o): Add dependencies.
15596 2002-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15598         * a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h,
15599         cris.h, d30v.h, elxsi.h, fr30.h, h8300.h, i370.h, i386.h, i860.h,
15600         i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h,
15601         mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pdp11.h,
15602         pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h, stormy16.h, v850.h,
15603         vax.h, we32k.h, xtensa.h: (BITS_PER_UNIT): Delete.
15604         * defaults.h (BITS_PER_UNIT): Define.
15605         * doc/tm.texi (BITS_PER_UNIT): Document default value.
15607 2002-03-02  Kazu Hirata  <kazu@hxi.com>
15609         * config/h8300/h8300-protos.h: Add a prototype for
15610         compute_a_shift_length.
15611         * config/h8300/h8300.c (h8300_asm_insn_count): New.
15612         (compute_a_shift_length): Likewise.
15613         (h8300_adjust_insn_length): Do not adjust insn length of shift
15614         insns.
15615         * config/h8300/h8300.md (anonymous shift patterns): Use
15616         compute_a_shift_length.
15618 Sat Mar  2 06:30:14 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15620         * config/sparc/sparc.c (sparc_initialize_trampoline): Use
15621         trunc_int_for_mode.
15623         * emit-rtl.c (offset_address): Call update_temp_slot_address.
15625 2002-03-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15627         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.
15628         * doc/invoke.texi (-fno-zero-initialized-in-bss): Document.
15629         * flags.h (flag_zero_initialized_in_bss): Declare.
15630         * toplev.c (flag_zero_initialized_in_bss): New flag.
15631         (lang_independent_options): Add flag_zero_initialized_in_bss.
15632         * tree.c (initializer_zerop): New function.
15633         * tree.h (initializer_zerop): Declare.
15634         * varasm.c (assemble_variable): If we can emit bss, put zero
15635         initializers in the bss section.
15637 2002-03-02  Alan Modra  <amodra@bigpond.net.au>
15639         * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't
15640         like more than one symbol per .weak directive.
15642 2002-03-01  Richard Henderson  <rth@redhat.com>
15644         * config/ia64/ia64.c (ia64_initial_elimination_offset): Do not
15645         adjust argument_pointer by pretend_args_size.
15646         (ia64_va_start): Adjust va_start address by -pretend_args_size.
15648 2002-03-01  Kazu Hirata  <kazu@hxi.com>
15650         * config/h8300/h8300.c (h8300_adjust_insn_length): Clean up.
15652 Fri Mar  1 20:59:14 CET 2002  Jan Hubicka  <jh@suse.cz>
15654         * toplev.c (rest_of_compilation): Delete dead jumptables before
15655         loop.
15656         * flow.c (delete_dead_jumptables): Make global.
15657         * rtl.h (delete_dead_jumptables): Declare.
15659 2002-03-01  David Edelsohn  <edelsohn@gnu.org>
15661         * config/rs6000/rs6000.h (HANDLE_PRAGMA_PACK): Delete.
15662         * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Define.
15663         * config/rs6000/xcoff.h (COLLECT_EXPORT_LIST): Delete.
15665 2002-03-01  Kazu Hirata  <kazu@hxi.com>
15667         * config/h8300/h8300-protos.h: Fix formatting.
15668         * config/h8300/h8300.c: Likewise.
15669         * config/h8300/h8300.h: Likewise.
15671 2002-03-01  Kazu Hirata  <kazu@hxi.com>
15673         * config/h8300/h8300.c (print_operand): Support 16-bit
15674         constant addresses.
15675         * config/h8300/h8300.h (TINY_CONSTANT_ADDRESS_P): New.
15677 2002-02-28  Richard Henderson  <rth@redhat.com>
15679         * expmed.c (store_bit_field): Prevent generation of CONCATs;
15680         pun complex values as integers; use gen_lowpart instead of
15681         gen_rtx_SUBREG.
15682         (extract_bit_field): Likewise.
15684 2002-03-01  Alan Modra  <amodra@bigpond.net.au>
15685             David Edelsohn  <edelsohn@gnu.org>
15687         * doc/tm.texi (ASM_WEAKEN_DECL): Document.
15688         (ASM_WEAKEN_LABEL): Mention ASM_WEAKEN_DECL.
15689         (SUPPORTS_WEAK): Likewise.
15690         * output.h (add_weak): Add tree param.
15691         * varasm.c (add_weak): Likewise.  Save decl.
15692         (struct weak_syms): Add decl field.
15693         (mark_weak_decls): New function.
15694         (init_varasm_once): ggc_add_root mark_weak_decls.
15695         (assemble_start_function): Use ASM_WEAKEN_DECL.
15696         (assemble_variable): Likewise.
15697         (assemble_alias): Likewise.
15698         (declare_weak): Pass decl to add_weak.
15699         (weak_finish): Use ASM_WEAKEN_DECL. Try to find decl.
15700         (remove_from_pending_weak_list): Declare and define for
15701         ASM_WEAKEN_DECL.
15702         * c-pragma.c (handle_pragma_weak): Adjust add_weak call.
15703         * c-pragma.h (HANDLE_PRAGMA_WEAK): Define if ASM_WEAKEN_DECL too.
15704         * defaults.h (SUPPORTS_WEAK): Likewise.
15705         * config/rs6000/linux64.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
15706         .weak for code sym.  Do emit .size for descriptor sym.
15707         (ASM_DECLARE_FUNCTION_SIZE): Define.
15708         * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Define.
15709         (ASM_OUTPUT_DEF_FROM_DECLS): Don't emit .weak here.  Don't output
15710         .lglobl unless TARGET_XCOFF.  Formatting fixes.
15711         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
15712         .weak for code sym.
15713         (HANDLE_PRAGMA_WEAK): Remove.
15714         (ASM_WEAKEN_LABEL): Remove.
15715         * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Define.
15717 2002-03-01  Jason Merrill  <jason@redhat.com>
15719         * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros.
15720         (TARGET_EXPR_CLEANUP): New macro.
15722 2002-02-28  Steve Ellcey  <sje@cup.hp.com>
15724         * doc/rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition
15725         to take ptr_extend into account as third type of extension.
15726         (SUBREG_PROMOTED_UNSIGNED_SET): Definition of new macro to set bit
15727         fields used by SUBREG_PROMOTED_UNSIGNED_P.
15728         * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): New macro.
15729         (SUBREG_PROMOTED_UNSIGNED_P): Change to return -1 as well as 0 or 1.
15730         * calls.c (precompute_arguments): Use new macro.
15731         (expand_call): Ditto.
15732         * combine.c (nonzero_bits): Ditto.
15733         (record_promoted_value): Ditto.
15734         * expr.c (store_expr): Ditto.
15735         (expand_expr): Ditto.
15736         * function.c (assign_parms): Ditto.
15738 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
15740         * gcc.c (init_gcc_specs): Get -static and -static-libgcc to
15741         override -shared and -shared-libgcc.
15743 2002-02-28  David O'Brien  <obrien@FreeBSD.org>
15745         * config.gcc (sparc64-*-freebsd): Explicitly accept a cpu specification
15746         of "ultrasparc".
15747         * config/sparc/freebsd.h: Do not use MASK_FASTER_STRUCTS.  It appears
15748         to be broken.
15750 2002-02-28  Richard Henderson  <rth@redhat.com>
15752         * config/ia64/ia64.c (ia64_adjust_cost): All non-MM consumers have
15753         4 cycle latency from MM producers.
15754         (ia64_internal_sched_reorder): Likewise with pipeline flush.
15756 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
15758         * mklibgcc.in: Don't use GNU make extension.
15760 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
15762         * c-parse.in (STATIC): New terminal.
15763         (scspec): New non-terminal.  Update productions accordingly.
15764         (program): Remove bogus ifc / end ifc.
15765         (array_declarator): Simplify production using STATIC.
15767 2002-02-28  Jim Meyering  <meyering@lucent.com>
15769         * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code:
15770         \a still means TARGET_BELL.
15772 2002-02-28  Richard Henderson  <rth@redhat.com>
15774         * haifa-sched.c (sched_emit_insn): New.
15775         (schedule_block): Use last_scheduled_insn to track last insn.
15776         * sched-int.h (sched_emit_insn): Prototype.
15777         * config/ia64/ia64.c (last_issued): Remove.
15778         (ia64_variable_issue): Don't set it.
15779         (nop_cycles_until): Use sched_emit_insn.
15781 2002-02-28  Andrew MacLeod  <amacleod@redhat.com>
15783         * config/sparc/sparc.c (sparc64_initialize_trampoline): Generate sign
15784         extended constants.
15786 2002-02-28  Kazu Hirata  <kazu@hxi.com>
15788         * config/h8300/h8300.c: Fix formatting.
15789         * config/h8300/h8300.h: Likewise.
15791 2002-02-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
15793         * config/avr/avr.c (avr_hard_regno_mode_ok): Do not allow r29
15794         which may overwrite the high byte of the frame pointer.
15796 2002-02-28  Bo Thorsen  <bo@suse.de>
15798         * config/i386/linux64.h (LINK_SPEC): Fix 32/64 bit compilation.
15799         (STARTFILE_SPEC): Add 64 bit files.
15800         (ENDFILE_SPEC): Likewise.
15802 2002-02-28  Jason Merrill  <jason@redhat.com>
15804         * c-decl.c (finish_function): Only warn about missing return
15805         statement with -Wreturn-type.
15807 Don Feb 28 11:24:30 CET 2002  Jan Hubicka  <jh@suse.cz>
15809         * cfgrtl.c (purge_dead_edges): Fix handling of EH edges.
15811         * i386.h (CONDITIONAL_REGISTER_USAGE): Do not write to
15812         PIC_OFFSET_TABLE_REGNUM when it is INVALID_REGNUM
15814 Don Feb 28 11:07:36 CET 2002  Jan Hubicka  <jh@suse.cz>
15816         * basic-block.h (BB_REACHABLE): Renumber.
15817         (BB_DIRTY, BB_NEW): New flags.
15818         (clear_bb_flags): Declare.
15819         (update_life_info_in_dirty_blocks): Declare.
15820         * cfg.c (clear_bb_flags): New function.
15821         * cfgrtl.c (create_basic_block_structure): Set flags to BB_NEW.
15822         * emit-rtl.c (add_insn_after, add_insn_before, remove_insn,
15823         reorder_insns, emit_insn_after): Mark block as dirty.
15824         * flow.c (update_life_info): Fix clearing of PROP_LOG_LINKS.
15825         (update_life_info_in_dirty_blocks): New function.
15826         * recog.c (apply_change_group): Dirtify block.
15828         * cse.c (cse_insn): Reorder emitting of jump insn to keep
15829         cfg consistent.
15830         * gcse.c (delete_null_pointer_checks): Likewise.
15832         * toplev.c (dump_file_index): Move cse2 after bp,
15833         add DFI_null
15834         (dump_file_info): Similary.
15835         (rest_of_compilation): Avoid most of CFG rebuilds;
15836         do first if converision after null pointer checks, do cse2
15837         after branch prediction; avoid full liveness rebuild after
15838         initializing subregs.
15839         * invoke.texi (-d options): Document -du, renumber.
15841         * cfgcleanup.c (bb_flags): Remove BB_UPDATE_LIFE.
15842         (notice_new_block): Do not set BB_UPDATE_LIFE.
15843         (try_forward_edges, merge_blocks_move_predecessor_nojumps,
15844          merge_blocks_move_successor_nojumps, merge_blocks,
15845          try_crossjump_to_edge): Likewise.
15846         (try_optimize_cfg): Likewise; use update_life_info_in_dirty_blocks.
15847         * cfgrtl.c (merge_blocks_nomove): Copy b's flags to a.
15848         * ifcvt.c (SET_UPDATE_LIFE, UPDATE_LIFE): Kill.
15849         (merge_of_block): Do not use life_data_ok.
15850         (find_if_case_1): Do not use SET_UPDATE_LIFE.
15851         (if_convert): Use BB_DIRTY mechanizm to update life.
15852         * lcm.c (optimize_mode_switching): Update
15853         update_life_info_in_dirty_blocks
15855 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
15857         * Makefile.in (integrate.o): Update.
15858         * c-decl.c (copy_lang_decl): Rename.
15859         * c-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
15860         * integrate.c: Include langhooks.h.
15861         (copy_decl_for_inlining): Update to use langhook.
15862         * langhooks-def.h (lhd_do_nothing_t,
15863         LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): New.
15864         (LANG_HOOKS_INITIALIZER): Update.
15865         * langhooks.c (lhd_do_nothing_t): New.
15866         * langhooks.h (struct lang_hooks): Add dup_lang_specific_decl.
15867         * tree.h (copy_lang_decl): Remove.
15868 objc:
15869         * objc-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
15871 2002-02-27  Andrew MacLeod  <amacleod@redhat.com>
15873         * dwarf2out.c (stack_adjust_offset): Add support for POST_INC,
15874         POST_DEC, and POST_MODIFY.
15876 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
15878         * c-typeck.c (digest_init): Remove unused parameter; all
15879         callers changed.
15881 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
15883         * expmed.c (expand_shift): Correctly test for low part of a
15884         subreg.
15886 2002-02-27  Ulrich Weigand  <uweigand@de.ibm.com>
15888         * config/s390/s390.c (s390_chunkify_pool): Do not confuse
15889         insn UIDs with insn addresses.
15891 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
15893         * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
15894         c-tree.h, c-typeck.c, cppexp.c, cpplex.c, cpplib.c, cpplib.h,
15895         cppmacro.c, objc/lang-specs.h, objc/objc-act.c,
15896         builtin-types.def, builtins.def, dwarf2out.c, dwarfout.c,
15897         gcc.c, toplev.c: Delete code implementing -traditional mode.
15899         * doc/bugreport.texi, doc/cpp.texi, doc/extend.texi,
15900         doc/invoke.texi, doc/standards.texi, doc/trouble.texi:
15901         Document removal of -traditional mode for compilation, and
15902         remove documentation only relevant to that mode.
15904         * config/nextstep.h, config/ptx4.h, config/svr4.h,
15905         config/convex/convex.h, config/d30v/d30v.h,
15906         config/i386/dgux.h, config/i386/osf1elf.h,
15907         config/i386/osfelf.h, config/i386/osfrose.h,
15908         config/i386/sco5.h, config/i386/sol2.h, config/m68k/a-ux.h,
15909         config/m68k/hp310.h, config/m88k/dgux.h,
15910         config/m88k/dguxbcs.h, config/m88k/luna.h, config/m88k/m88k.c,
15911         config/m88k/m88k.h, config/m88k/openbsd.h,
15912         config/mips/abi64.h, config/mips/osfrose.h,
15913         config/mips/svr4-5.h, config/mips/svr4-t.h,
15914         config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
15915         config/stormy16/stormy16.h: Remove all references to
15916         -traditional from target specs.  Delete all mention of the
15917         no-longer-necessary TRADITIONAL_RETURN_FLOAT macro.  Also
15918         delete a couple of commented-out definitions of
15919         DOLLARS_IN_IDENTIFIERS, with (incorrect) commentary referring
15920         to -traditional.
15922         * system.h: Poison TRADITIONAL_RETURN_FLOAT.
15923         * doc/tm.texi: Remove mention of TRADITIONAL_RETURN_FLOAT macro.
15925 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
15927         * mklibgcc.in: Don't use \n in a line subject to
15928         interpretation by echo.
15930 2002-02-27  Graham Stott  <grahams@redhat.com>
15932         * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
15933         Constify NAME.
15935         * loop.c (prescan_loop): Handle PARALLEL.
15937         * unroll.c (loop_iterations): Return 0 if the add_val for
15938         a BIV is REG.
15940         * final.c (output_operand_lossage): Constify PFX_STR.
15942         * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
15944 Wed Feb 27 10:45:19 CET 2002  Jan Hubicka  <jh@suse.cz>
15946         * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove.
15947         * x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Allways define.
15949 Wed Feb 27 10:39:20 CET 2002  Jan Hubicka  <jh@suse.cz>
15951         * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
15953 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15955         * cpplex.c (_cpp_lex_token): Handle directives in macro
15956         arguments.
15957         * cpplib.c (_cpp_handle_directive): Save and restore state
15958         if parsing macro args when entering a directive.
15959         * cppmacro.c (collect_args): No need to handle directives
15960         in macro arguments.
15961         (enter_macro_context, replace_args): Use the original macro
15962         definition in case it was redefined whilst collecting arguments.
15963 doc:
15964         * cpp.texi: Update.
15966 2002-02-26  David Edelsohn  <edelsohn@gnu.org>
15968         * config/rs6000/aix43.h (THREAD_MODEL_SPEC): Delete.
15969         * config/rs6000/aix51.h (THREAD_MODEL_SPEC): Delete.
15970         * config/rs6000/rs6000.c (rs6000_return_addr): Use efficient
15971         method on AIX.
15972         * config/rs6000/rs6000.md (movsi_low): Use gpc_reg_operand.
15973         (movsi_low_st, movdf_low, movdf_low_st, movsf_low, movsf_low_st): Same.
15974         (load_toc_v4_PIC_2): Same.
15976 2002-02-26  Alan Modra  <amodra@bigpond.net.au>
15978         * config/rs6000/rs6000.md (load_toc_aix_di): Handle TARGET_RELOCATABLE.
15980 2002-02-26  Richard Henderson  <rth@redhat.com>
15982         * config/alpha/alpha.md (ashldi_se): Re-enable.
15984 2002-02-26  Richard Henderson  <rth@redhat.com>
15986         * config/alpha/alpha.c (alpha_encode_section_info): Examine
15987         MODULE_LOCAL_P; improve commentary.
15989 2002-02-26  Zack Weinberg  <zack@codesourcery.com>
15991         * doc/cpp.texi: Clarify documentation of relationship between
15992         #line and #include.
15994 2002-02-26  Kazu Hirata  <kazu@hxi.com>
15996         * config/h8300/h8300-protos.h: Update the prototype for
15997         compute_logical_op_length.  Add the prototype for
15998         compute_logical_op_cc.
15999         * config/h8300/h8300.c (compute_logical_op_length): Figure out
16000         code from operands.
16001         (compute_logical_op_cc): New.
16002         * config/h8300/h8300.md: Combine all the logical op patterns
16003         in HImode and SImode.  Use compute_logical_op_cc.
16005 2002-02-26  Kelley Cook  <kelleycook@comcast.net>
16007         * config/i386/i386.c (print_operand): Don't append ATT-style
16008         length suffixs to x87 opcodes when in Intel mode.
16010 2002-02-26  Ryan T. Sammartino <ryants@shaw.ca>
16012         * emit-rtl.c (gen_const_vector_0): Remove TYPE argument.
16013         (init_emit_once): Update calls.
16014         * fixinc/gnu-regex.c (_GNU_SOURCE): Remove.
16015         (init_syntax_once): Prototype.
16017 2002-02-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16019         * pa-linux.h (LIB_SPEC): Update definition.
16020         * pa32-linux.h (LINK_COMMAND_SPEC): Delete.
16022 2002-02-26  Richard Henderson  <rth@redhat.com>
16024         * config/ia64/ia64.c (nop_cycles_until): Do init_insn_group_barriers
16025         if we emitted a stop bit.
16027 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
16029         * configure.in (libgcc_visibility): Substitute.
16030         * configure: Rebuilt.
16031         * mklibgcc.in: If libgcc_visibility = yes, make libgcc.a global
16032         defined symbols .hidden.
16034 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
16036         * attribs.c (c_common_attribute_table): Add visibility.
16037         (handle_visibility_attribute): New function.
16038         * varasm.c (assemble_visibility): New function.
16039         * output.h (assemble_visibility): Add prototype.
16040         * tree.h (MODULE_LOCAL_P): Define.
16041         * crtstuff.c (__dso_handle): Use visibility attribute.
16042         * config/i386/i386.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG
16043         for MODULE_LOCAL_P symbols too.
16044         * config/ia64/ia64.c (ia64_encode_section_info): Handle
16045         MODULE_LOCAL_P symbols the same way as local symbols.
16046         Add SDATA_NAME_FLAG_CHAR even if decl was explicitely forced
16047         into .sdata/.sbss by the user.
16048         * doc/extend.texi (Function Attributes): Document visibility
16049         attribute.
16051 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
16053         PR debug/5770
16054         * dwarf2out.c (rtl_for_decl_location): Return CONST_STRING for
16055         STRING_CST initializer spanning the whole variable without
16056         embedded zeros.
16057         If expand_expr returned MEM, don't use it.
16059 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
16061         * dwarf2out.c (gen_inlined_subroutine_die): If block is abstract,
16062         generate a die for the lexical block.
16064 2002-02-26  Kazu Hirata  <kazu@hxi.com>
16066         * config/h8300/h8300-protos.h: Add a prototype for
16067         compute_logical_op_length.
16068         * config/h8300/h8300.c (compute_logical_op_length): New.
16069         * config/h8300/h8300.md (anonymous logical patterns): Use
16070         compute_logical_op_length for length.
16072 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
16074         * dwarf2out.c (modified_type_die): Do not call type_main_variant
16075         for vectors.
16076         (gen_type_die): Same.
16078         * attribs.c (handle_vector_size_attribute): Set debug information.
16080 2002-02-26  Daniel Egger  <degger@fhm.edu>
16082         * config/rs6000/rs6000.md: Swap define_insn attributes to
16083         fix incorrect generation of merge high instructions instead
16084         of merge low.
16086 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
16088         * c-typeck.c (really_start_incremental_init): Use
16089         bitsize_zero_node for vectors.
16091 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
16093         * config/rs6000/rs6000.md (get_vrsave_internal): Fix typo.
16094         ("*set_vrsave_internal"): Same.
16096 2002-02-25  Richard Henderson  <rth@redhat.com>
16098         * expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
16099         in EXPAND_SUM case.  Use host_integerp/tree_low_cst.
16101 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
16103         PR target/5755
16104         * config/i386/i386.c (ix86_return_pops_args): Only pop
16105         fake structure return argument if it was passed on the stack.
16107 2002-02-25  Jason Merrill  <jason@redhat.com>
16109         * attribs.c (decl_attributes): Also re-layout PARM_DECL and
16110         RESULT_DECL.
16112 2002-02-25  Alexandre Oliva  <aoliva@redhat.com>
16114         * gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to
16115         link with shared_name only.
16116         * doc/invoke.texi (Link Options): Document new behavior.
16118 2002-02-25  Aldy Hernandez  <aldyh@redhat.com>
16120         * c-typeck.c (push_init_level): Handle vectors.
16122 2002-02-25  Alexandre Oliva  <aoliva@redhat.com>
16124         * config/sparc/sparc.c (const64_high_operand): Zero-extend
16125         operands of SPARC_SETHI_P.
16126         (input_operand): Likewise.
16127         (sparc_emit_set_const32): Likewise.
16128         * config/sparc/sparc.h (SPARC_SETHI_P): Disregard TARGET_ARCH64.
16129         (SPARC_SETHI32_P): Zero-extend operand from 32 bits.
16130         (CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'.  Add `N' as SETHI.
16131         * config/sparc/sparc.md (movdi_insn_sp64_novis): Use `N'.
16132         (movdi_insn_sp64_vis): Likewise.
16133         (movdi split, movdf split): Use SETHI32.
16134         * doc/md.texi: Document SPARC constraints L, M and N.
16136 2002-02-25  Aldy Hernandez  <aldyh@redhat.com>
16138         * config/rs6000/rs6000.md ("get_vrsave_internal"): New.
16139         ("*set_vrsave_internal"): use mfspr for Darwin.
16141         * config/rs6000/rs6000.c (rs6000_emit_prologue): Call
16142         gen_get_vrsave_internal.
16144 Sun Feb 24 16:38:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16146         * optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.
16148 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
16150         * cpplex.c (cpp_interpret_charconst): Get signedness or
16151         otherwise of wide character constants correct.
16152         * cppexp.c (lex): Get signedness of wide charconsts correct.
16154 Sun Feb 24 07:41:31 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16156         * optabs.c (widen_operand): Only call convert_modes for
16157         promoted SUBREG if signedness matches.
16158         * config/alpha/alpha.md (*addsi_se2, *subsi_se2): New patterns.
16160 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
16162         * cpplib.c (glue_header_name): Use local buffer to build up
16163         header name.
16165 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
16167         * doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
16169 2002-02-23  Kazu Hirata  <kazu@hxi.com>
16171         * config/h8300/h8300.c (output_simode_bld): Handle H8/300 and
16172         H8/300[HS] separately.
16173         * config/h8300/h8300.md: Remove the early clobber constraint
16174         from bit field patterns.
16176 2002-02-23  Kazu Hirata  <kazu@hxi.com>
16178         * config/h8300/h8300.md (mulqihi3): Tighten predicates to
16179         register_operand.
16180         (mulhisi3): Likewise.
16181         (umulqisi3): Likewise.
16182         (umulhisi3): Likewise.
16184 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
16186         * cppinit.c (output_deps): Correct test for stdout output.
16187         (init_dependency_output): Cure warning.
16189 Sat Feb 23 08:42:47 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16191         * expr.c (store_expr): When converting expression to promoted
16192         equivalent type, allow using SUBREG_REG of TARGET as the target
16193         of the expansion of EXP.
16194         * loop.c (basic_induction_var, case SUBREG): Always look inside.
16195         * config/alpha/alpha.c (rtx_equiv_function_matters): Delete decl.
16196         (alpha_emit_set_const): Handle SImode when can't make new pseudos.
16197         (alpha_emit_set_const_1, alpha_sa_mask): Use no_new_pseudos.
16198         * config/alpha/alpha.md (addsi3, subsi3): Don't use if optimizing.
16200 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
16202         * doc/contribute.texi, doc/extend.texi, doc/install.texi,
16203         doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/rtl.texi,
16204         doc/standards.texi, doc/tm.texi: Remove trailing whitespace.
16206 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
16208         PR optimization/5747
16209         * loop.c (scan_loop): Update reg info if move_movables created new
16210         pseudos.
16212 2002-02-23  David Edelsohn  <edelsohn@gnu.org>
16214         * gcc.c (init_gcc_spec): Revert last change.
16216 2002-02-23  David Edelsohn  <edelsohn@gnu.org>
16218         * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Use
16219         gpc_reg_operand constraint.
16221 2002-02-23  Alan Modra  <amodra@bigpond.net.au>
16223         * config/rs6000/rs6000.c (num_insns_constant): Fix formatting.
16224         Simplify comparison of `low'.
16225         (add_operand): Fix formatting.
16226         (non_add_cint_operand): Use CONST_OK_FOR_LETTER_P.
16227         (mask_operand): Disallow mask to wrap in 64-bit mode.
16228         (rs6000_stack_info): Remove redundant test setting push_p.
16229         (output_toc): Fix formatting.
16230         * config/rs6000/rs6000.md (boolsi3, boolcsi3 splitters): Use
16231         cc_reg_not_cr0_operand constraint.
16232         (booldi3, boolcdi3 splitters): Same.
16234 2002-02-23  Aldy Hernandez  <aldyh@redhat.com>
16236         * config/rs6000/altivec.h: Add extra level of parentheses on casts.
16238 2002-02-22  David Edelsohn  <edelsohn@gnu.org>
16240         * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
16241         gcc invoked with -shared-libgcc.
16243 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
16245         PR c++/5748
16246         * stmt.c (expand_anon_union_decl): Set TREE_USED on the anon union
16247         decl if any of elements was TREE_USED.
16249 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
16251         * config/sparc/sol2.h: Don't include sys/mman.h.
16252         * config/sparc/sparc.c (arith_operand): Use SMALL_INT32.
16253         (arith_4096_operand): Don't throw high bits away.
16254         (const64_operand): Take sign extension of CONST_INTs into account.
16255         (const64_high_operand, sparc_emit_set_const32): Likewise.
16256         (GEN_HIGHINT64): Likewise.
16257         (sparc_emit_set_const64_quick1): Likewise.
16258         (const64_is_2insns): Likewise.
16259         (print_operand): Use trunc_int_for_mode for sign extension.
16260         * config/sparc/sparc.h (SMALL_INT32): Likewise.
16261         * config/sparc/sparc.md (movqi): Sign-extend CONST_DOUBLE
16262         chars.  Assume CONST_INT is already properly sign-extended.
16263         (movdi split): Sign-extend each SImode part.
16264         (andsi3 split): Don't mask high bits off, so that result
16265         remains properly sign-extend.
16266         (iorsi3 split): Likewise.
16267         (xorsi3 split): Likewise.
16269 2002-02-22  Richard Sandiford  <rsandifo@redhat.com>
16271         * fold-const.c (fold): Fix typo in comments.
16273 2002-02-21  Diego Novillo  <dnovillo@redhat.com>
16275         * Makefile.in (langhooks.o): Update dependencies.
16277 2002-02-21  Diego Novillo  <dnovillo@redhat.com>
16279         * langhooks.c: Include flags.h.
16281 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
16283         * testsuite/gcc.dg/attr-alwaysinline.c: New.
16285         * c-common.c (c_common_post_options): Set inline trees by
16286         default.
16288         * doc/extend.texi (Function Attributes): Document always_inline
16289         attribute.
16290         Update documentation about inlining when not optimizing.
16292         * cp/decl.c (duplicate_decls): Merge always_inline attribute.
16294         * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
16295         unless DECL_ALWAYS_INLINE.
16297         * c-objc-common.c (c_cannot_inline_tree_fn): Do not inline at -O0
16298         unless DECL_ALWAYS_INLINE.
16299         (c_disregard_inline_limits): Disregard if always_inline set.
16301         * langhooks.c (lhd_tree_inlining_disregard_inline_limits):
16302         Disregard if always_inline set.
16303         (lhd_tree_inlining_cannot_inline_tree_fn): Do not inline at -O0
16304         unless DECL_ALWAYS_INLINE.
16306         * attribs.c (handle_always_inline_attribute): New.
16307         (c_common_attribute_table): Add always_inline.
16309         * config/rs6000/altivec.h: Add prototypes for builtins
16310         requiring the always_inline attribute.
16312 2002-02-21  Eric Christopher  <echristo@redhat.com>
16314         * expmed.c (store_bit_field): Try to simplify the subreg
16315         before generating a new one when when the mode size of
16316         value is less than maxmode.
16318 2002-02-21  Richard Henderson  <rth@redhat.com>
16320         * emit-rtl.c (offset_address): Use simplify_gen_binary rather
16321         than gen_rtx_PLUS to form the sum.
16322         * explow.c (force_reg): Rearrange to not allocate new pseudo
16323         when force_operand returns a register.
16324         * expr.c (expand_assignment): Allow offset_rtx expansion to
16325         return a sum.  Do not force addresses into registers.
16326         (expand_expr): Likewise.
16327         * simplify-rtx.c (simplify_gen_binary): Use simplify_plus_minus
16328         to canonicalize arithmetic that didn't simpify.
16329         (simplify_plus_minus): New argument force; update
16330         all callers.  Don't split CONST unless we can do something with it,
16331         and wouldn't lose the constness of the operands.
16333         * config/i386/i386.c (legitimize_pic_address): Recognize UNSPECs
16334         that we generated earlier.
16336 2002-02-21  Tom Tromey  <tromey@redhat.com>
16338         * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
16339         (output_line_info): Use constant `1', with a long explanatory
16340         comment.
16341         * system.h (DWARF_LINE_MIN_INSTR_LENGTH): Poison.
16343 Thu Feb 21 22:43:44 2002  J"orn Rennecke <joern.rennecke@superh.com>
16345         * jump.c (redirect_jump): If old label has no UID, don't try to
16346         delete it.
16348 Thu Feb 21 21:17:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
16350         * sh.md (insv): Provide byte offsets for gen_rtx_SUBREG.
16351         If input is constant, do shifts at compile time.
16353 2002-02-21  Joseph S. Myers  <jsm28@cam.ac.uk>
16355         * doc/extend.texi: Fix some more overfull hboxes.
16357 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
16359         PR optimization/4994
16360         * config/i386/i386.md (movsi_1, movsf_1): Support MMX -> MMX
16361         register moves.
16363 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
16365         PR c++/4574
16366         * expr.h (expand_and): Add mode argument.
16367         * expmed.c (expand_and): Add mode argument.
16368         (expand_mult_highpart_adjust, emit_store_flag): Adjust callers.
16369         * expr.c (store_field, expand_expr, do_store_flag): Likewise.
16370         * except.c (expand_builtin_extract_return_addr): Likewise.
16371         * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
16372         * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
16373         * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Likewise.
16374         Use GEN_INT (x) instead of gen_rtx (CONST_INT, VOIDmode, x).
16375         * config/c4x/c4x.md: Use GEN_INT (x) instead of
16376         gen_rtx (CONST_INT, VOIDmode, x).
16378 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
16380         PR c/4697:
16381         * stmt.c (warn_if_unused_value): Move side effects test once more.
16383 2002-02-20  Torbjorn Granlund  <tege@swox.com>
16385         * config/avr/avr.md: Add more patterns for mized-mode add and subtract
16386         (addsi3_zero_extend, subhi3_zero_extend1, subsi3_zero_extend).
16388 Thu Feb 21 16:20:46 2002  Alexandre Oliva  <aoliva@redhat.com>
16390         * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of
16391         SUBREG or ZERO_EXTEND.
16393 Thu Feb 21 15:35:46 2002  J"orn Rennecke <joern.rennecke@superh.com>
16395         * sh.h (current_function_anonymous_args): Remove.
16396         (SETUP_INCOMING_VARARGS): Don't set it - just check that one
16397         of current_function_varargs and current_function_stdarg is set.
16398         * sh.c (sh_expand_prologue): Check current_function_varargs /
16399         current_function_stdarg / TARGET_SH5 instead of
16400         current_function_anonymous_args.
16402         * sh64.h (TARGET_VERSION): Define.
16404 2002-02-20  David Edelsohn  <edelsohn@gnu.org>
16406         * config/rs6000/rs6000.h (EPILOGUE_USES): Conditionalize
16407         VRSAVE_REGNO on TARGET_ALTIVEC.
16409 2002-02-20  Alan Modra  <amodra@bigpond.net.au>
16411         * config/rs6000/rs6000.c (includes_lshift_p): Mask irrelevant
16412         bits of SImode const_int.
16413         (includes_rshift_p): Likewise.
16414         (print_operand): Call mask_operand and mask64_operand with correct
16415         mode.
16416         (rs6000_output_function_epilogue): Pad traceback table to word.
16417         * config/rs6000/rs6000.h (MASK_64BIT): Correct comment.
16418         (EXTRA_CONSTRAINT, 'S' and 'T'): Call mask_operand and
16419         mask64_operand with correct mode.
16420         (FUNCTION_ARG_REGNO_P): Correct parentheses.
16422 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
16424         PR debug/4461
16425         * varasm.c (get_pool_constant_mark): New.
16426         * rtl.h (get_pool_constant_mark): Add prototype.
16427         * dwarf2out.c (mem_loc_descriptor): A pool constant cannot
16428         be represented if it has not been output.
16430 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
16432         * combine.c (do_SUBST): Sanity check substitutions of
16433         CONST_INTs, and reject them in SUBREGs and ZERO_EXTENDs.
16434         (subst): Simplify SUBREG or ZERO_EXTEND instead of SUBSTing a
16435         CONST_INT into its operand.
16436         (known_cond): Likewise, for ZERO_EXTEND.
16437         * simplify-rtx.c (simplify_unary_operation): Fix condition to
16438         allow for simplification of wide modes.  Reject CONST_INTs in
16439         ZERO_EXTEND when their actual mode is not given.
16441 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
16443         * c-decl.c (pushdecl): If no global declaration is found for an
16444         extern declaration in block scope, try a limbo one.
16446 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
16448         PR c++/4401
16449         * c-common.c (pointer_int_sum): Moved from...
16450         * c-typeck.c (pointer_int_sum): ...here.
16451         * c-common.h (pointer_int_sum): Add prototype.
16453 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
16455         PR c++/5713
16456         * c-decl.c (duplicate_decls): Return 0 if issued error about
16457         redeclaration.
16459 2002-02-20  Roger Sayle  <roger@eyesopen.com>
16460             Jakub Jelinek  <jakub@redhat.com>
16462         PR c/4389
16463         * tree.c (host_integerp): Ensure that the constant integer is
16464         representable in a HOST_WIDE_INT or an unsigned HOST_WIDE_INT
16465         when pos is zero or non-zero respectively.  Clarify comment.
16466         * c-format.c (check_format_info_recurse): Fix host_integerp
16467         usage; the pos argument should be zero when assigning to a
16468         signed HOST_WIDE_INT.
16470 2002-02-20  Richard Henderson  <rth@redhat.com>
16472         * config/i386/i386.c (ix86_expand_vector_move): Use the mode
16473         of the operand, rather than assuming TImode.
16474         (ix86_expand_binop_builtin): Cope with commutative patterns
16475         using nonimmediate_operand for both operands.
16476         (ix86_expand_timode_binop_builtin): Likewise.
16477         (ix86_expand_store_builtin): Validate operand 1.
16478         (ix86_expand_unop1_builtin): Likewise.
16480 2002-02-20  Philip Blundell  <philb@gnu.org>
16482         PR 5705
16483         * config/arm/arm.h (HARD_REGNO_RENAME_OK): New macro.
16485 2002-02-20  Richard Henderson  <rth@redhat.com>
16487         PR c/5615
16488         * expr.h (ARGS_SIZE_TREE): Convert size.var to ssizetype.
16490 2002-02-20  Tom Tromey  <tromey@redhat.com>
16492         * config/fr30/fr30.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
16493         * config/sh/sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
16494         * config/pj/pj.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
16495         * config/cris/cris.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
16496         * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Define
16497         unconditionally.
16499 Wed Feb 20 00:03:25 EST 2002 Alan Matsuoka <alanm@redhat.com>
16501         * config/rs6000/rs6000.h (LEGITIMATE_OFFSET_ADDRESS_P): Look
16502           for (const_int 0) in X not just INTVAL.
16504 2002-02-20  Joseph S. Myers  <jsm28@cam.ac.uk>
16506         * doc/extend.texi: Avoid or reduce overfull hboxes.
16508 2002-02-20  Diego Novillo  <dnovillo@redhat.com>
16510         * expmed.c (store_bit_field): Do not store bit fields using SUBREG
16511         operations if the field does not start at a mode boundary.
16513 2001-02-20      Joel Sherrill <joel@OARcorp.com>
16515         * config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h,
16516         config/mips/rtems.h: Use new style of -Asystem= rather than -Asystem().
16517         Also done for -Acpu and -Amachine.
16519 2002-02-20  Neil Booth  <neil@daikokuya.demon.co.uk>
16521         * cppinit.c (init_dependency_output): Take deps output file
16522         from -o if none given with -MF.  Suppress normal output.
16523         * gcc.c (cpp_unique_options): Have -M and -MM imply -E.
16524         * doc/cpp.texi, doc/invoke.texi: Update.
16526 2002-02-19  Zack Weinberg  <zack@codesourcery.com>
16528         * toplev.c (output_quoted_string): Write unprintable
16529         characters with octal escapes.
16531 2002-02-19  David Edelsohn  <edelsohn@gnu.org>
16533         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Set
16534         really_call_used[VRSAVE_REGNO] if not Altivec.
16536 2002-02-19  Alan Modra  <amodra@bigpond.net.au>
16538         * config/rs6000/rs6000.c (u_short_cint_operand): Mask op with
16539         MODE_MASK.
16540         (constant_pool_expr_1): Fix formatting.
16541         (rs6000_legitimize_reload_address): Likewise.
16543 Tue Feb 19 20:13:57 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16545         * config/sparc/sparc.md (nonlocal_goto): Use hard_frame_pointer_rtx
16546         now that we have one.
16548 2002-02-19  Zack Weinberg  <zack@codesourcery.com>
16550         * tree.h (struct tree_common): Remove aux.  Add unused_0 at
16551         end of first block of bitfields (which was only seven bits);
16552         rename dummy to unused_1; remove comment which is no longer true.
16554 2002-02-19  Gaute B Strokkenes <gs234@cam.ac.uk>
16556         * doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
16558 2002-02-19  Philip Blundell  <pb@nexus.co.uk>
16560         PR 5399
16561         * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept anything
16562         if generating PIC.
16564         PR 5054
16565         * config/arm/arm.md (call_insn) [TARGET_THUMB]: Use
16566         arm_is_longcall_p rather than inspecting call-type cookie
16567         directly.
16568         (call_value_insn) [TARGET_THUMB]: Likewise.
16570 2002-02-19  Graham Stott  <grahams@redhat.com>
16572         * config/i386/i386.c (ix86_expand_builtin): Fix typo.
16574 2002-02-19  David Edelsohn  <edelsohn@gnu.org>
16576         * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
16577         ({STARTFILE,ENDFILE}_LINUX_SPEC): Define.
16578         (FP_SAVE_INLINE): Delete.
16580         * config/rs6000/sysv4.h (ENDFILE_SPEC): Add crtsaveres.o.
16581         * config/rs6000/eabi.asm: Remove ABI save restore routines.
16582         * config/rs6000/t-ppccomm: Build crtsavres.o.
16583         * config/rs6000/crtsavres.asm: New file.
16585 2002-02-19  Philip Blundell  <philb@gnu.org>
16587         * config/arm/arm.c (use_return_insn): Don't reject interrupt
16588         functions.
16589         (arm_compute_save_reg_mask): Save LR for interrupt functions too.
16590         (output_return_instruction): Allow interrupt functions to return with
16591         ldmfd sp!, {... pc}^.  Use LDR to restore any single register.
16592         (arm_expand_prologue): Subtract 4 before stacking LR in an
16593         interrupt function.
16595 2002-02-19  Philip Blundell  <pb@nexus.co.uk>
16597         * config/arm/arm.c (arm_encode_call_attribute): Operate on any
16598         decl, not just FUNCTION_DECL.
16599         (legitimize_pic_address): Handle local SYMBOL_REF like LABEL_REF.
16600         (arm_assemble_integer): Likewise.
16601         * config/arm/arm.h (ARM_ENCODE_CALL_TYPE): Allow any decl to be
16602         marked local.
16604 2002-02-19  matthew green  <mrg@eterna.com.au>
16606         * config.gcc (sparc-*-netbsdelf*): Enable target.
16607         (sparc64-*-netbsd*): New target.
16608         * config/sparc/netbsd-elf.h: New file.
16609         * config/sparc/t-netbsd64: New file.
16611 2002-02-19  Gaute B Strokkenes <gs234@cam.ac.uk>
16613         * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
16615 2002-02-19  Ryan T. Sammartino <ryants@shaw.ca>
16617         * doc/invoke.texi: explicitly list the style guidelines that
16618         -Weffc++ checks for.
16620 Tue Feb 19 12:37:23 CET 2002  Jan Hubicka  <jh@suse.cz>
16622         * regmove.c (regmove_optimize): Avoid increasing of register pressure.
16624 2002-02-19  Neil Booth  <neil@daikokuya.demon.co.uk>
16626         PR other/5718
16627         * gcc.c (cpp_unique_options): Treat -o as indicating object file
16628         only if not -E.  If -E, pass -o through to the preprocessor.
16630 2002-02-19  Kazu Hirata  <kazu@hxi.com>
16632         * config/h8300/h8300.h (REGNO_REG_CLASS): Replace a literal
16633         register number with an appropriate macro.
16635 2002-02-19  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
16637         * doc/rtl.texi (Constants): Close @code tag.
16639 2002-02-19  Aldy Hernandez  <aldyh@redhat.com>
16641         * config/i386/i386.md ("mmx_uavgv8qi3"): Use const_vector.
16642         ("mmx_uavgv4hi3"): Same.
16643         ("pmulhrwv4hi3"): Same.
16645         * tree-inline.c (walk_tree): Handle vectors.
16647         * c-common.c (constant_expression_warning): Handle vectors.
16648         (overflow_warning): Same.
16650         * sched-deps.c (sched_analyze_2): Handle vectors.
16652         * rtlanal.c (rtx_unstable_p): Handle vectors.
16653         (rtx_varies_p): Same.
16654         (count_occurrences): Same.
16655         (regs_set_between_p): Same.
16656         (modified_between_p): Same.
16657         (modified_in_p): Same.
16658         (volatile_insn_p): Same.
16659         (volatile_refs_p): Same.
16660         (side_effects_p): Same.
16661         (may_trap_p): Same.
16662         (inequality_comparisons_p): Same.
16663         (replace_regs): Same.
16664         (computed_jump_p_1): Same.
16666         * rtl.c (DEF_MACHMODE): Change all definitions to accept 8th
16667         argument.
16668         (inner_mode_array): New.
16669         (copy_rtx): Handle vectors.
16670         (copy_most_rtx): Same.
16671         (rtx_equal_p): Same.
16672         (get_mode_alignment): Adjust for vectors.
16674         * resource.c (mark_referenced_resources): Handle vectors.
16675         (mark_set_resources): Same.
16677         * reload1.c (eliminate_regs): Handle vectors.
16678         (elimination_effects): Same.
16679         (scan_paradoxical_subregs): Same.
16681         * reload.c (subst_reg_equivs): Handle vectors.
16683         * regrename.c (scan_rtx): Handle vectors.
16685         * regclass.c (reg_scan_mark_refs): Handle vectors.
16687         * recog.c (find_single_use_1): Handle vectors.
16689         * local-alloc.c (equiv_init_varies_p): Handle vectors.
16690         (contains_replace_regs): Same.
16691         (memref_referenced_p): Same.
16693         * integrate.c (copy_rtx_and_substitute): Handle vectors.
16694         (subst_constants): Same.
16696         * genattrtab.c (attr_copy_rtx): Handle vectors.
16697         (encode_units_mask): Same.
16698         (clear_struct_flag): Same.
16699         (count_sub_rtxs): Same.
16701         * gcse.c (want_to_gcse_p): Handle vectors.
16702         (oprs_unchanged_p): Same.
16703         (hash_expr_1): Same.
16704         (oprs_not_set_p): Same.
16705         (expr_killed_p): Same.
16706         (compute_transp): Same.
16707         (store_ops_ok): Same.
16709         * function.c (purge_addressof_1): Do not allow paradoxical subregs
16710         of vectors.
16711         (fixup_var_refs_1): Same.
16712         (instantiate_virtual_regs_1): Same.
16714         * fold-const.c (operand_equal_p): Handle vectors.
16715         (fold): Same.
16716         (rtl_expr_nonnegative_p): Same.
16718         * flow.c (mark_used_regs): Handle vectors.
16720         * df.c (df_uses_record): Handle vectors.
16722         * cselib.c (cselib_subst_to_values): Handle vectors.
16723         (cselib_mem_conflict_p): Same.
16724         (hash_rtx): Same.
16726         * cse.c (canon_reg): Handle vectors.
16727         (fold_rt): Same.
16728         (cse_process_notes): Same.
16729         (count_reg_usage): Same.
16730         (canon_hash): Same.
16732         * alias.c (nonlocal_mentioned_p): Add case for CONST_VECTOR.
16734         * combine.c (mark_used_regs_combine): Add case for CONST_VECTOR.
16736         * emit-rtl.c (init_emit_once): Generate const0_rtx for vectors.
16737         (gen_rtx): Handle CONST_VECTOR.
16738         (gen_const_vector_0): New.
16739         (copy_rtx_if_shared): CONST_VECTORs can be shared.
16740         (reset_used_flags): Same.
16741         (copy_insn_1): Same.
16742         (initializer_constant_valid_p): Handle VECTOR_CST.
16744         * doc/c-tree.texi (Expression trees): Document VECTOR_CST.
16746         * doc/rtl.texi (Constants): Document const_vector.
16747         (CONST0_RTX): Update for vectors.
16748         (RTL sharing): Same.
16750         * print-tree.c (print_node): Add case for VECTOR_CST.
16752         * tree.h (TREE_VECTOR_CST_ELTS): New.
16753         (struct tree_vector): New.
16754         (union tree_node): Add vector node.
16755         (build_vector): Add prototype.
16757         * tree.def (VECTOR_CST): New.
16759         * tree.c (build_vector): New.
16761         * expmed.c (make_tree): Handle CONST_VECTOR.
16763         * rtl.h (CONSTANT_P): CONST_VECTORs are constants too.
16764         (CONST_VECTOR_ELT): New.
16765         (CONST_VECTOR_NUNITS): New.
16767         * machmode.h (GET_MODE_INNER): New.
16768         (DEF_MACHMODE): Accept 8th arg.
16770         * machmode.def: Add 8th argument for vector inner mode.
16771         Add inner vector modes for vectors.
16773         * rtl.def (VEC_CONST): Remove.
16774         (CONST_VECTOR): New.
16776         * expr.c (clear_storage): Allow vectors.
16777         (is_zeros_p): Handle VECTOR_CST.
16779         * varasm.c (output_constant_pool): Handle vectors.
16780         (rtx_const): Add veclo and vechi fields.
16781         (kind): Add RTX_VECTOR.
16782         (decode_rtx_const): Add case for vector.
16784         * config/rs6000/rs6000-protos.h: Add zero_constant.
16786         * config/rs6000/rs6000.c (rs6000_emit_move): Handle vector
16787         constants.  Force easy vector constants into memory.
16788         (easy_vector_constant): New.
16789         (emit_easy_vector_constant): New.
16790         (rs6000_legitimize_reload_address): Do not generate bad reloads on
16791         darwin.
16793         * config/rs6000/rs6000.md ("altivec_lvx"): Reflect what
16794         instruction does.
16795         ("altivec_lvxl"): Same.
16796         (altivec_lvebx): Same.
16797         (altivec_lvehx): Same.
16798         (altivec_lvewx): Same.
16799         ("*movv4si_const0"): New.
16800         ("*movv4sf_const0"): New.
16801         ("*movv8hi_const0"): New.
16802         ("*movv16qi_const0"): New.
16804 2002-02-18  Kazu Hirata  <kazu@hxi.com>
16806         * config/h8300/h8300.c (notice_update_cc): Use
16807         cc_status.value2.
16809 2002-02-18  Kazu Hirata  <kazu@hxi.com>
16811         * config/h8300/h8300.md (divmod patterns): Change the
16812         constraints for operands[1] to register_operand.
16814 2002-02-18  Kazu Hirata  <kazu@hxi.com>
16816         * config/h8300/h8300-protos.h: Remove the prototype for
16817         p_operand.
16818         * config/h8300/h8300.c (p_operand): Remove.
16819         * config/h8300/h8300.md: Replace p_operand with
16820         const_int_operand.
16822 2002-02-18 Philip Blundell <pb@nexus.co.uk>
16824         * config/arm/arm.c (arm_compute_save_reg_mask): Fix typo in
16825         comment.
16826         (output_return_instruction): Allow use of LDR to unstack
16827         return addresss even for interrupt handlers or when
16828         interworking.  If compiling for ARMv5, use interworking-safe
16829         return instructions by default.  Remove duplicated code and
16830         lengthy "strcat" sequences.
16832 2002-02-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16834         * config/rs6000/sysv4.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
16835         (LINK_EH_SPEC): Define.
16836         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbeginT.o.
16838 2002-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
16840         * config/s390/s390.c (s390_emit_prologue): Do not set the
16841         frame_related flag for call-clobbered registers.
16843 Mon Feb 18 15:07:35 CET 2002  Jan Hubicka  <jh@suse.cz>
16845         * i386.c (classify_argument): Properly classify SSE/MMX modes and VOIDmode.
16846         (construct_container): Fix handling of SSE operands.
16847         (ix86_expand_builtin): Fix handling of 64bit pointers.
16848         (mmx_maskmovq_rex): New pattern.
16850 Mon Feb 18 11:55:55 CET 2002  Jan Hubicka  <jh@suse.cz>
16852         * regrename.c (kill_set_value): Handle subregs properly.
16854 2002-02-18  David Billinghurst <David.Billinghurst@riotinto.com>
16856         * objc/objc-act.c (handle_impent): Remove leading '*'
16857         from objc_class_name.
16859 2002-02-17  Richard Henderson  <rth@redhat.com>
16861         * config/alpha/alpha.c (some_small_symbolic_operand,
16862         some_small_symbolic_operand_1, split_small_symbolic_operand,
16863         split_small_symbolic_operand_1): Rename from *symbolic_mem_op*.
16864         Handle small SYMBOL_REFs anywhere, not just inside memories.
16865         * config/alpha/alpha-protos.h: Update.
16866         * config/alpha/alpha.h (PREDICATE_CODES): Update.
16867         * config/alpha/alpha.md (small symbolic operand splitter): Update.
16869 2002-02-17  Roland McGrath  <roland@frob.com>
16871         * config.gcc (powerpc-*-gnu-gnualtivec*,
16872         powerpc-*-gnu*, powerpc64-*-gnu*): New configurations.
16873         * config/rs6000/gnu.h: New file.
16874         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS):
16875         Grok "gnu" in rs6000_abi_name.
16876         (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC,
16877         CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC):
16878         Grok -mcall-gnu analogous to -mcall-linux et al.
16879         (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
16880         LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): New macros.
16881         (SUBTARGET_EXTRA_SPECS): Add *_os_gnu specs using them.
16883 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
16885         PR c/3444:
16886         * c-typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
16887         shortening.
16889 2002-02-17  Philipp Thomas  <pthomas@suse.de>
16891         * config/cris/cris.h: Undefine STARTFILE_SPEC and
16892         ENDFILE_SPEC before (re)defining them.
16894 2002-02-17  Kazu Hirata  <kazu@hxi.com>
16896         * config/h8300/h8300.c: Fix formatting.
16897         * config/h8300/h8300.h: Likewise.
16899 2002-02-17  Philipp Thomas  <pthomas@suse.de>
16901         * doc/tm.texi: Explain why empty strings should not be
16902         marked for translation.
16904 2002-02-17  Philipp Thomas  <pthomas@suse.de>
16906         * final.c (output_operand_lossage): Changed to accept
16907         printf style arguments. Change calls where necessary.
16908         * output.h (output_operand_lossage): Change declaration
16909         accordingly. Update copyright.
16910         * config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
16911         config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
16912         Update copyright date where necessary.
16914         * config/i386/i386.c (print_operand): Likewise. Remove use of
16915         sprintf.
16917         * config/cris/cris.c (cris_operand_lossage): Likewise.
16918         Rename parameter so that exgettext recognizes it as
16919         translatable message.
16920         (LOSE_AND_RETURN): Rename parameter to msgid.
16922 2002-02-17  Kazu Hirata  <kazu@hxi.com>
16924         * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Replace a
16925         hard coded register number with an appropriate macro.
16926         (HARD_REGNO_MODE_OK): Likewise.
16927         (ARG_POINTER_REGNUM): Likewise.
16928         (STATIC_CHAIN_REGNUM): Likewise.
16929         (RETURN_ADDRESS_POINTER_REGNUM): Likewise.
16930         * config/h8300/h8300.md (define_constants): Define more
16931         register numbers.
16933 2002-02-17  Philipp Thomas  <pthomas@suse.de>
16935         * config/i386/i386.h: Don't mark empty strings for translation.
16937 2002-02-16  H.J. Lu <hjl@gnu.org>
16939         * config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
16941 2002-02-16  Zack Weinberg  <zack@codesourcery.com>
16943         * cppinit.c (merge_include_chains): Check for brack being
16944         NULL before attempting to merge it with qtail.
16946 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
16948         * config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
16949         DBX_DEBUG.
16951 2002-02-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16953         * pa/t-pa, pa/t-pro, som.h: Revert last patch.
16955 2002-02-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16957         * pa/t-pa (LIB2FUNCS_EXTRA): Don't build lib2funcs.asm.
16958         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.
16959         * som.h (DO_GLOBAL_DTORS_BODY): Delete define.
16961 Sat Feb 16 13:48:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16963         * config/alpha/alpha.md (*movsi_nt_vms_nofix): Was *movsi_nt_vms;
16964         now only if !TARGET_FIX.
16965         (*movsi_nt_vms_fix): New pattern.
16967 2002-02-16  Douglas B Rupp  <rupp@gnat.com>
16969         * config/alpha/alpha.c: Implement null frame procedure types on VMS.
16970         (alpha_procedure_type): Replaces alpha_is_stack_procedure.
16971         (alpha_sa_mask, alpha_sa_size): Reflect above change.
16972         (alpha_pv_save_size, alpha_expand_prologue): Likewise.
16973         (alpha_start_function, alpha_expand_epilogue): Likewise.
16974         (unicosmk_gen_dsib): Likewise.
16976 Sat Feb 16 13:39:09 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16978         * expr.c (store_constructor): Handle target REG case for ARRAY_TYPE.
16980 2002-02-16  Ulrich Weigand  <uweigand@de.ibm.com>
16982         * config/s390/s390.c (pool_stop_uid, other_chunk, far_away,
16983         check_and_change_labels, s390_final_chunkify): Delete.
16984         (s390_split_branches, s390_chunkify_pool): New functions.
16985         (s390_function_prologue): Call them.
16987         * config/s390/s390.h (S390_REL_MAX): Delete.
16988         (S390_CHUNK_MAX, S390_CHUNK_OV): Adjust values.
16990         * config/s390/s390.md (cjump, icjump, jump): Fix length
16991         attribute calculation.
16994 2002-02-15  David Edelsohn  <edelsohn@gnu.org>
16996         * config/rs6000/linux64.h (STRIP_NAME_ENCODING): Delete.
16997         * config/rs6000/ppc-asm.h (JUMP_TARGET): Define for powerpc64.
16999 2002-02-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17001         * gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
17002         * config/pa/pa-linux.h (LIB_SPEC): Likewise.
17003         * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Likewise.
17005 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
17007         * c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.
17009 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
17011         * reload.c (find_dummy_reload): Check that an output register
17012         is valid for its mode.
17014 2002-02-14  Alexandre Oliva  <aoliva@redhat.com>
17016         * combine.c (known_cond): After replacing the REG of a SUBREG, try
17017         to simplify it.
17019         * function.c (assign_parms): Demote promoted argument passed by
17020         transparent reference.
17022 2001-02-14      Joel Sherrill <joel@OARcorp.com>
17024         * config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
17025         -Acpu() and -Amachine() to eliminate warnings.
17027 2002-02-14  Ulrich Weigand  <uweigand@de.ibm.com>
17029         * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
17031 2002-02-14  Kazu Hirata  <kazu@hxi.com>
17033         * config/h8300/h8300-protos.h: Update the prototype for
17034         const_costs.
17035         * config/h8300/h8300.c (const_costs): Treat SET as a little
17036         more expensive operation.
17037         * config/h8300/h8300.h (DEFAULT_RTX_COSTS): Update the
17038         reference to const_costs.
17040 2002-02-14  Hans-Peter Nilsson  <hp@axis.com>
17042         * config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.
17044 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
17046         PR c/5503:
17047         * c-decl.c (duplicate_decls): If builtin type has TYPE_ARG_TYPES NULL,
17048         use arguments from newtype.
17050 2002-02-13  Eric Christopher  <echristo@redhat.com>
17052         * config/mips/mips.c (override_options): Add check for march/mipsX
17053         on the same command line. Fix error message in cpu processing.
17054         Remove architecture and ISA checks.
17056 2002-02-14  Aldy Hernandez  <aldyh@redhat.com>
17058         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.
17060         * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX.
17062 2002-02-14  Aldy Hernandez  <aldyh@redhat.com>
17064         * config/rs6000/rs6000.md ("*movv4si_internal"): Add m<-r and r<-r
17065         alternatives.
17066         ("*movv8hi_internal1"): Same.
17067         ("*movv16qi_internal1"): Same.
17068         ("*movv4sf_internal1"): Same.
17070         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
17071         not push_reload for altivec modes.
17073 2002-02-13  Joel Sherrill  <joel@OARcorp.com>
17075         * config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across
17076         all RTEMS targets including removal of #includes from config/*/rtems*.h
17077         file and adding them to tm_file setting. Added xm_defines=POSIX to
17078         many targets.
17079         * config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto.
17080         * config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto.
17081         * config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto.
17082         * config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto.
17083         * config.gcc (m68k-*-rtems*), config/m68k/rtems.h,
17084         config/m68k/rtemself.h: Ditto.
17085         * config.gcc (mips*-*-rtems*), config/mips/rtems.h,
17086         config/mips/rtems64.h: Ditto.
17087         * config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto.
17088         * config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h:
17089         Ditto.
17090         * config.gcc (sparc-*-rtems*), config/sparc/rtems.h,
17091         config/sparc/rtemself.h: Ditto.
17092         * config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto.
17093         * config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved
17094         arm-rtems stanza closer to other arm-elf targets and made arm-rtems
17095         more like arm-elf.
17096         * config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h,
17097         config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself
17098         target made more similar to i386-elf.
17099         * config/i386/t-rtems-i386: Added soft float support and multilibs.
17100         * config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to
17101         be similar to config/m68k/t-m68kelf.
17102         * gthr-rtems.h: Encapsulate with extern "C" for C++.
17104 Wed Feb 13 23:41:15 CET 2002  Jan Hubicka  <jh@suse.cz>
17106         * regmove.c (kill_value): Handle subregs.
17108 Wed Feb 13 23:34:30 CET 2002  Jan Hubicka  <jh@suse.cz>
17110         * i386.md (mul patterns): Allow memory operand to be first;
17111         add expanders where needed; fix constraints.
17112         (min?f_nonieee, max?f_nonieee, SSE TImode patterns):
17113         Allow memory operand to be the first.
17115         * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping
17116         operands.
17118 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
17120         PR c/5681:
17121         * expr.c (safe_from_p): Pass VOIDmode to true_dependence instead of
17122         GET_MODE (x).
17124 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
17126         PR optimization/5547:
17127         * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify
17128         all valid IA-32 address modes involving non-scaled %ebx and
17129         GOT/GOTOFF as displacement.
17131 2002-02-13  Ulrich Weigand  <uweigand@de.ibm.com>
17133         * config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches
17134         after emitting ltorg insns.
17136         * config/s390/s390.md (*cmpdf_ccs_0, *cmpdf_ccs, *cmpsf_ccs_0,
17137         *cmpsf_ccs, truncdfsf2_ieee, *adddf3, *addsf3, *subdf3, *subsf3,
17138         *muldf3, *mulsf3, *divdf3, *divsf3, *negdf2, *negsf2, *absdf2,
17139         *abssf2): Fix "op_type" attribute.
17141 2002-02-13  Douglas B Rupp  <rupp@gnat.com>
17143         * mkconfig.sh: Avoid using a subshell redirect.
17144         ($output.T): Change to $(output)T.
17145         (ENABLE_NLS): Remove unneeded undef.
17147         * config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
17148         * config/alpha/x-vms (libsubdir): Define.
17150         * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
17151         register frame procedures. Optimize retrieving context.
17153         * config/alpha/t-vms (MULTILIB_OPTIONS): Define.
17154         (MULTILIB_DIRNAME, LIBGCC, INSTALL_LIBGCC): Likewise.
17155         * config/alpha/vms.h (ASM_FILE_START): Write .arch directive.
17157 Wed Feb 13 09:45:08 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17159         * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):
17160         Make same change as for find_base_value.
17162 2002-02-13  Kazu Hirata  <kazu@hxi.com>
17164         * config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
17165         of QImode and SImode.
17167 2002-02-13  Kazu Hirata  <kazu@hxi.com>
17169         * config/h8300/h8300.c (h8300_adjust_insn_length): Correct the
17170         length computation of movsi.
17171         * config/h8300/h8300.md (movsi_h8300hs): Correct the length.
17173 2002-02-13  Kazu Hirata  <kazu@hxi.com>
17175         * config/h8300/h8300.md (subqi3): Tighten the predicate for
17176         operands[2] to register_operand.
17178 Wed Feb 13 10:35:56 CET 2002  Jan Hubicka  <jh@suse.cz>
17180         * i386.md (fop_*_comm_*): allow nonimmediate in the first operand.
17182 2002-02-12  Aldy Hernandez  <aldyh@redhat.com>
17184         * config/rs6000/rs6000.md: Use predicate altivec_register_operand
17185         for altivec_lvx* and altivec_stvx*.
17186         ("*movv4si_internal"): Add constraint for loading from GPRs.
17187         ("*movv8hi_internal1"): Same.
17188         ("*movv16qi_internal1"): Same.
17189         ("*movv4sf_internal1"): Same.
17191         * config/rs6000/rs6000.c (altivec_register_operand): New.
17193         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
17194         altivec_register_operand.
17196 2002-02-13  Hans-Peter Nilsson  <hp@bitrange.com>
17198         * config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
17199         handle SYMBOL_REF.
17201 2002-02-13  Stan Shebs  <shebs@apple.com>
17203         * c-typeck.c (digest_init): Handle vectors.
17204         (really_start_incremental_init): Same.
17205         (pop_init_level): Same.
17206         (process_init_element): Same.
17208         * varasm.c (output_constant): Same.
17210         * expr.c (clear_storage): Same.
17211         (store_constructor): Same.
17213 2002-02-12  Eric Christopher  <echristo@redhat.com>
17215         * explow.c (hard_function_value): Add comment explaining
17216         signed/unsigned comparison.
17218 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
17220         * jump.c (never_reached_warning): Add finish argument.
17221         If finish is NULL, stop on CODE_LABEL, otherwise stop before first
17222         real insn after end.
17223         * rtl.h (never_reached_warning): Adjust prototype.
17224         * cse.c (cse_insn): Pass NULL as finish to never_reached_warning.
17225         * cfgrtl.c (flow_delete_block): Pass b->end as finish to
17226         never_reached_warning.
17228 2002-02-12  Graham Stott  <grahams@redhat.com>
17230         * config/hp/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix typos.
17232 2002-02-12  Kazu Hirata  <kazu@hxi.com>
17234         * config/h8300/h8300.c (shift_alg_hi): Improve the 15-bit
17235         logical shifts on H8/300.
17236         (shift_alg_si): Improve several shifts on H8/300.
17237         (get_shift_alg): Likewise.
17239 2002-02-12  Graham Stott  <grahams@redhat.com>
17241         * config/pa/pa.c (compute_movstrsi_length): Fix typos.
17243 Tue Feb 12 10:12:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17245         * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):
17246         Handle #ifdef POINTERS_EXTEND_UNSIGNED.
17248 2002-02-11  Hans-Peter Nilsson  <hp@bitrange.com>
17250         * config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle
17251         non-CONST_INT through default_assemble_integer.
17252         <case 4>: Likewise, for non-CONST_INT, non-SYMBOL_REF.
17253         <case 8>: Abort for CONST_DOUBLE.
17255 2002-02-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17257         * gcc.c (init_gcc_specs): Add static libgcc to link when "-shared"
17258         is specified.
17259         * config/pa/pa-linux.h (LIB_SPEC): Delete.
17260         * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Delete.
17262 2002-02-11  Andrew Haley  <aph@cambridge.redhat.com>
17264         * config/stormy16/stormy16.md (zero_extendqihi2): New.
17266 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
17268         * regrename.c (regrename_optimize): Don't accept a
17269         part-clobbered register if the replaced register is not part
17270         clobbered.
17272         * calls.c (store_one_arg): In the non-BLKmode non-partial case,
17273         take padding into account when computing the argument value.
17275         * config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.
17277         * combine.c (try_combine): Apply substitutions in
17278         CALL_INSN_FUNCTION_USAGE too.
17280 2002-02-11  Aldy Hernandez  <aldyh@redhat.com>
17282         * config/rs6000/rs6000.c (altivec_init_builtins): Handle
17283         __builtin_altivec_abs*.
17284         (bdesc_abs): New.
17286         * config/rs6000/rs6000.h (rs6000_builtins): Add
17287         ALTIVEC_BUILTIN_ABS*.
17289         * config/rs6000/altivec.h: Use const char for builtins expecting
17290         literals.
17291         (vec_abs): New versions for C and C++.
17292         (vec_abss): Same.
17294 2002-02-10  Kazu Hirata  <kazu@hxi.com>
17296         * config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by
17297         using Pmode.
17299 2002-02-10  Kazu Hirata  <kazu@hxi.com>
17301         * config/h8300/h8300.h (STACK_POINTER_REGNUM): Use the
17302         constant definition from h8300.md.
17303         (FRAME_POINTER_REGNUM): Likewise.
17304         * config/h8300/h8300.md (define_constants): Add FP_REG.
17306 2002-02-10  Kazu Hirata  <kazu@hxi.com>
17308         * config/h8300/h8300.c (print_operand): Remove redundant code.
17310 2002-02-10  Kazu Hirata  <kazu@hxi.com>
17312         * config/h8300/h8300-protos.h: Remove the prototype for byte_reg.
17313         * config/h8300/h8300.c (byte_reg): Make it static.
17315 2002-02-10  Richard Henderson  <rth@redhat.com>
17317         PR c/5623
17318         * c-typeck.c (incomplete_type_error): Handle flexible array members.
17320 2002-02-10  Richard Henderson  <rth@redhat.com>
17322         PR c++/5624
17323         * tree.c (append_random_chars): Don't abort if main_input_filename
17324         does not exist.
17326 2002-02-10  Hans-Peter Nilsson  <hp@bitrange.com>
17328         * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
17330 2002-02-10  Kazu Hirata  <kazu@hxi.com>
17332         * config/h8300/h8300.md (pushhi1_h8300): Correct the mode used.
17333         (pushhi1): Likewise.
17335 2002-02-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17337         * pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.
17338         * pa.h (PREDICATE_CODES): Adjust codes for reg_before_reload_operand.
17340 2002-02-09  David O'Brien  <obrien@FreeBSD.org>
17342         * config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and
17343         remove MASK_VIS.
17344         (ASM_CPU_DEFAULT_SPEC): Remove.  Default setting is fine.
17346 2002-02-09  Kazu Hirata  <kazu@hxi.com>
17348         * config/h8300/h8300.c (output_logical_op): Use sub.w to clear
17349         a half of an SImode register on H8/300.
17351 Sat Feb  9 18:28:02 CET 2002  Jan Hubicka  <jh@suse.cz>
17353         * i386.md (movdi_2): Add missing '!'.
17355 2002-02-09  Kazu Hirata  <kazu@hxi.com>
17357         * config/h8300/h8300.h: Fix formatting.  Remove commented-out
17358         definitions.
17360 2002-02-09  Kazu Hirata  <kazu@hxi.com>
17362         * config/h8300/h8300.md (length): Correct the distance valid
17363         for the short branch.
17365 2002-02-09  Kazu Hirata  <kazu@hxi.com>
17367         * config/h8300/h8300.md (iorhi3): Tighten the predicates.
17369 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
17371         * config/sh/sh.h (REGISTER_NATURAL_MODE): Save part-clobbered
17372         registers in SImode.
17373         (HARD_REGNO_CALL_PART_CLOBBERED) [TARGET_SHMEDIA32]: Set r18 as
17374         part-clobbered.
17376         * config/sh/sh.c (expand_prologue): Fix mis-applied 2001-11-09's
17377         patch.
17379         Contribute sh64-elf.
17380         2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
17381         * config/sh/sh.c (TARGET_CANNOT_MODIFY_JUMPS_P): Define to...
17382         (sh_cannot_modify_jumps_p): New function.
17383         2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
17384         * config/sh/sh.c (TARGET_MS_BITFIELD_LAYOUT_P): Define to...
17385         (sh_ms_bitfield_layout_p): New function.
17386         2002-02-04  Alexandre Oliva  <aoliva@redhat.com>
17387                     Zack Weinberg  <zack@codesourcery.com>
17388         * config/sh/sh.h (TRAMPOLINE_ADJUST_ADDRESS): Use
17389         expand_simple_binop instead of expand_binop.
17390         2002-02-03  Alexandre Oliva  <aoliva@redhat.com>
17391         * config/sh/sh.h (OVERRIDE_OPTIONS) [! TARGET_SH5]: Disable
17392         use of .quad and .uaquad.
17393         * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP,
17394         TARGET_ASM_ALIGNED_DI_OP): Add comment pointing to the above.
17395         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
17396         * config/sh/sh.md (movdi_const, movdi_const_32bit,
17397         movdi_const_16bit): Make sure all CONSTs have modes.
17398         (sym2PIC): Ditto, but by adjusting all callers.
17399         * config/sh/sh.c (calc_live_regs) [TARGET_SHCOMPACT]: Set pr_live
17400         if the prologue calls the SHmedia argument decoder or register
17401         saver.
17402         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
17403         * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP): Define.
17404         (TARGET_ASM_ALIGNED_DI_OP): Likewise.
17405         (sh_expand_epilogue): Don't emit USE of return target register.
17406         (prepare_move_operands): Legitimize DImode PIC addresses.
17407         (sh_media_register_for_return): Skip tr0, used to initialize the
17408         PIC register.
17409         (sh_expand_prologue): Remove explicit USE of return register.
17410         (nonpic_symbol_mentioned_p): PC is non-PIC.  Don't recurse in
17411         CONST_DOUBLEs.  UNSPEC_GOTPLT is PIC.
17412         * config/sh/sh.h (ASM_OUTPUT_DOUBLE_INT): Removed, obsolete.
17413         (OVERRIDE_OPTIONS): Don't disable PIC on SH5.
17414         (EXTRA_CONSTRAINT_S): Use MOVI_SHORI_BASE_OPERAND_P instead of
17415         EXTRA_CONSTRAINT_T.
17416         (GOT_ENTRY_P, GOTPLT_ENTRY_P, GOTOFF_P, PIC_ADDR_P): New.
17417         (MOVI_SHORI_BASE_OPERAND_P): New.
17418         (NON_PIC_REFERENCE_P, PIC_REFERENCE_P): New.
17419         (EXTRA_CONSTRAINT_T): Define in terms of them.
17420         (OUTPUT_ADDR_CONST_EXTRA): Handle UNSPEC_GOTPLT.
17421         * config/sh/sh.md (movsi_media, movsi_media_nofpu,
17422         movdi_media, movdi_media_nofpu): Add SIBCALL_REGS class to
17423         alternatives supporting TARGET_REGS.
17424         (UNSPEC_GOTPLT): New constant.
17425         (movdi split): Move incrementing of LABEL_NUSES...
17426         (movdi_const, movdi_const_32bit): Here.  Use
17427         MOVI_SHORI_BASE_OPERAND_P instead of EXTRA_CONSTRAINT_T.
17428         (movdi_const_16bit): New.
17429         (call, call_value) [flag_pic]: Use GOTPLT.
17430         (call_pop, call_value_pop): New expands.
17431         (call_pop_compact, call_pop_rettramp): New insns.
17432         (call_value_pop_compact, call_value_pop_rettramp): New insns.
17433         (sibcall) [flag_pic]: Use GOT.
17434         (builtint_setjmp_receiver): Remove bogus, unused expand.
17435         (GOTaddr2picreg): Implement for SHcompact and SHmedia.
17436         (*pt, *ptb, ptrel): New insns.
17437         (sym2GOT): Handle DImode GOT.
17438         (sym2GOTPLT, symGOTPLT2reg): New expands.
17439         (sym2PIC): New expand.
17440         (shcompact_return_tramp): Use GOTPLT to return trampoline.
17441         (shcompact_return_tramp_i): Use return register explicitly.
17442         * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SHMEDIA]: Don't
17443         disable flag_reorder_blocks.
17444         2002-01-19  Alexandre Oliva  <aoliva@redhat.com>
17445         * config/sh/sh.md (sibcall_compact): Reorder return, uses and
17446         clobbers, for clarity.
17447         (sibcall_epilogue) [TARGET_SHCOMPACT]: Mark saving and
17448         restoring of r0 in macl as MAYBE_DEAD.
17449         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
17450         * config/sh/sh.h (LONG_DOUBLE_TYPE_SIZE): Define.
17451         * config/sh/sh.md (movv4sf_i, movv16sf_i): Fix uses of
17452         alter_subreg all over.
17453         (jump) [TARGET_SHMEDIA]: FAIL to create new jumps after
17454         reload, instead of emitting instructions that would require
17455         reloading.
17456         (casesi_load_media): Add missing modes.
17457         2001-11-09  Alexandre Oliva  <aoliva@redhat.com>
17458         * config/sh/sh.c (sh_expand_prologue): Mark the PIC register
17459         as used if the argument decoder is called.
17460         2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
17461         * config/sh/sh.md (udivsi3, divsi3): Load libcall symbol name in
17462         Pmode, then extend it to DImode if necessary.
17463         2001-08-28  Stephen Clarke  <Stephen.Clarke@st.com>
17464         * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Don't accept DFmode
17465         constants in FPU-enabled SHmedia, let them be loaded from memory.
17466         2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
17467         * config/sh/sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media):
17468         Adjust whitespace in assembly output templates.
17469         2001-08-28  Stephen Clarke  <Stephen.Clarke@st.com>
17470         * config/sh/sh.md (movdicc_false, movdicc_true, movdicc): Adjust
17471         mode of if_then_else.
17472         2001-08-04  Alexandre Oliva  <aoliva@redhat.com>
17473         * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Override definition in
17474         sh.h.
17475         2001-07-26  Andrew Haley  <aph@cambridge.redhat.com>
17476                     Joern Rennecke <amylaar@redhat.com>
17477         * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): New.
17478         (SUBTARGET_CPP_PTR_SPEC): New.
17479         (SUBTARGET_CPP_SPEC): Remove.
17480         2001-07-06  Chandrakala Chavva  <cchavva@redhat.com>
17481         * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
17482         Fix typo in previous checkin.
17483         2001-07-11  Chandrakala Chavva  <cchavva@redhat.com>
17484         * config/sh/sh.h (MODES_TIEABLE_P): Fix redact indentations.
17485         2001-07-10  Chandrakala Chavva  <cchavva@cygnus.com>
17486                     Alexandre Oliva  <aoliva@redhat.com>
17487         * config/sh/sh.h (MODES_TIEABLE_P): Don't tie modes wider than
17488         what single FP register can hold for SHmedia target.
17489         2001-07-06  Chandrakala Chavva  <cchavva@redhat.com>
17490                     Alexandre Oliva  <aoliva@redhat.com>
17491         * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
17492         Do not split into SUBREG.
17493         2001-06-14  Alexandre Oliva  <aoliva@redhat.com>
17494         * config/sh/ushmedia.h, config/sh/sshmedia.h: Updated signatures
17495         and added new functions as specified in SH5 ABI r9.
17496         2001-06-04  Alexandre Oliva  <aoliva@redhat.com>
17497         * config/sh/lib1funcs.asm (GCC_nested_trampoline): Align to an
17498         8-byte boundary.
17499         2001-06-03  Alexandre Oliva  <aoliva@redhat.com>
17500         * config/sh/sh.c (dump_table): Add const0_rtx in calls of
17501         gen_consttable_4 and gen_consttable_8.  Emit multiple labels
17502         and consttable_window_ends.
17503         2001-06-03  Graham Stott  <grahams@redhat,com>
17504         * config/sh/sh.md (movdi split): Remove unused variable last_insn.
17505         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
17506         * config/sh/sh.c (print_operand): Handle floating-point pair,
17507         vector and matrix registers.
17508         * config/sh/sh.h (REGISTER_MOVE_COST): Take floating-pointer
17509         vector modes into account.
17510         * config/sh/sh.md (movv2sf): Split move between registers into
17511         movdf.
17512         (movv4sf, movv16sf): Introduce insns that get split only after
17513         reload.
17514         * config/sh/shmedia.h: Fix Copyright dates.
17515         * config/sh/ushmedia.h: Likewise.  Move loop counter
17516         declarations into conditionals that uses them.
17517         (sh_media_FVADD_S, sh_media_FVSUB_S): Fix off-by-one error in
17518         loop boundary.
17519         * config/sh/sshmedia.h: Fix Copyright dates.
17520         (sh_media_PUTCFG): Fix constraints.
17521         2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
17522         * config/sh/sh.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define to
17523         ptrmemfunc_vbit_in_delta for SH5.
17524         2001-05-08  Alexandre Oliva  <aoliva@redhat.com>
17525         * config/sh/sh.h (TARGET_SWITCHES): Document -m5-*.
17526         * invoke.texi: Likewise.
17527         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
17528         * config/sh/lib1funcs.asm (GCC_push_shmedia_regs,
17529         GCC_push_shmedia_regs_nofpu, GCC_pop_shmedia_regs,
17530         GCC_pop_shmedia_regs_nofpu): New global symbols.
17531         * config/sh/t-sh64 (LIB1ASMFUNCS): Add them.
17532         * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): New macro.
17533         * config/sh/sh.c (calc_live_regs): Account for PR's saving in
17534         compact function with nonlocal labels.
17535         (sh_expand_prologue) [SHcompact]: Push SHmedia regs if needed.
17536         (sh_expand_epilogue) [SHcompact]: Pop them when appropriate.
17537         (initial_elimination_offset): Account for their stack space.
17538         * config/sh/sh.md (shmedia_save_restore_regs_compact): New insn.
17539         * config/sh/sh.md (movsi_media, movsi_media_nofpu, movqi_media,
17540         movhi_media, movdi_media, movdi_media_nofpu, movdf_media,
17541         movdf_media_nofpu, movsf_media, movsf_media_nofpu): Require at
17542         least one of the operands to be a register.
17543         (movv2sf): Likewise.  Renamed to movv2sf_i.
17544         (movdi, movdf, movv2sf, movv4sf, movv16sf, movsf):
17545         prepare_move_operands() before emitting SHmedia insns.
17546         2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
17547         * config/sh/crti.asm (init, fini) [__SH5__ && ! __SHMEDIA__]:
17548         Don't save nor initialize r12.  Don't mis-align the stack.
17549         Pad the code with a nop.
17550         * config/sh/crti.asm: Don't restore r12.  Don't mis-align the
17551         stack.
17552         2001-03-13  Alexandre Oliva  <aoliva@redhat.com>
17553         * gcc/longlong.h (__umulsidi3, count_leading_zeros)
17554         [__SHMEDIA__]: Implement.
17555         2001-03-11  Alexandre Oliva  <aoliva@redhat.com>
17556         * config/sh/sh.md: Set latency of `pt' closer to reality.
17557         (movsi_media, movsi_media_nofpu, movdi_media, movdi_media_nofpu,
17558         movdf_media, movdf_media_nofpu, movsf_media, movsf_media_nofpu):
17559         Set move, load and store type attributes.
17560         * config/sh/sh.c (sh_loop_align) [TARGET_SH5]: Set to 3.
17561         * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SH5]: Disable
17562         profiling.
17563         * config/sh/sh.h (PROMOTE_MODE): Sign-extend SImode to DImode.
17564         * config/sh/sh-protos.h (sh_media_register_for_return): Declare.
17565         * config/sh/sh.c (sh_media_register_for_return): New function.
17566         (sh_expand_prologue) [TARGET_SHMEDIA]: Copy r18 to an available
17567         branch-target register.
17568         (sh_expand_epilogue) [TARGET_SHMEDIA]: Explicitly USE it.
17569         * config/sh/sh.md (return_media_i): Use any call-clobbered
17570         branch-target register.
17571         (return_media): If r18 wasn't copied in the prologue, copy it
17572         here.
17573         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE) [TARGET_SHMEDIA]:
17574         Clear class FP0_REGS.
17575         * config/sh/sh64.h (LINK_SPEC): Removed incorrect default copied
17576         from elf.h.
17577         2001-03-08  DJ Delorie  <dj@redhat.com>
17578         * config/sh/sh.h (OVERRIDE_OPTIONS): Disable relaxing for SHMEDIA.
17579         2001-02-09  Alexandre Oliva  <aoliva@redhat.com>
17580         * config/sh/sh.md (sibcall_compact): Set fp_mode to single.
17581         2001-02-07  Alexandre Oliva  <aoliva@redhat.com>
17582         * config/sh/sh.h (INT_ASM_OP) [SHMEDIA64]: Use `.quad'.
17583         2001-02-03  Alexandre Oliva  <aoliva@redhat.com>
17584         * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Compute size of BLKmode
17585         return value correctly for call_cookie.
17586         2001-02-01  Alexandre Oliva  <aoliva@redhat.com>
17587         * config/sh/crt1.asm (start): Modified so as to call
17588         ___setup_argv_and_call_main.
17589         2001-01-26  Alexandre Oliva  <aoliva@redhat.com>
17590         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't count stack_regs in
17591         SHmedia mode.
17592         2001-01-20  Alexandre Oliva  <aoliva@redhat.com>
17593         * config/sh/sh.h (STRIP_DATALABEL_ENCODING): New macro.
17594         (STRIP_NAME_ENCODING): Use it.
17595         (ASM_OUTPUT_LABELREF): Likewise.  Don't call assemble_name().
17596         2001-01-19  Alexandre Oliva  <aoliva@redhat.com>
17597         * config/sh/sh.md (sgeu) [! SHMEDIA]: Fix invocation of
17598         prepare_scc_operands().
17599         * config/sh/sh.h (SH_DATALABEL_ENCODING): Change to "#"...
17600         (DATALABEL_SYMNAME_P): ... so that we don't need memcmp here.
17601         2001-01-17  Alexandre Oliva  <aoliva@redhat.com>
17602         * config/sh/sh.h (STRIP_NAME_ENCODING): Strip leading `*'.
17603         2001-01-13  Alexandre Oliva  <aoliva@redhat.com>
17604         * config/sh/sh.md (shcompact_incoming_args): Use R0_REG.
17605         * config/sh/sh.md (R7_REG, R8_REG, R9_REG): Define as constants,
17606         used in shcompact_incoming_args.
17607         * config/sh/sh.c (sh_expand_epilogue): Fix thinko in previous
17608         change.
17609         * config/sh/crt1.asm (start) [SH5]: Switch to single-precision
17610         mode.
17611         * config/sh/lib1funcs.asm (sdivsi3_i4, udivsi3_i4, set_fpscr):
17612         Adjust accordingly.
17613         * config/sh/sh.c (sh_expand_prologue, sh_expand_epilogue):
17614         Simplify.  Adjust.  Add sanity check.
17615         * config/sh/sh.h (TARGET_SWITCHES) [5-compact]: Set
17616         FPU_SINGLE_BIT.
17617         * config/sh/sh.md (udivsi3_i4_single, divsi3_i4_single): Match
17618         TARGET_SHCOMPACT.
17619         (udivsi3, divsi3): Use them.
17620         (force_mode_for_call): New insn.
17621         (call, call_value, sibcall_value): Emit it before SHcompact
17622         calls.
17623         2001-01-11  Alexandre Oliva  <aoliva@redhat.com>
17624         * config/sh/sh.md (call, call_value, sibcall): Make sure the
17625         call cookie is non-NULL before taking its value.
17626         2001-01-10  Alexandre Oliva  <aoliva@redhat.com>
17627         * config.gcc (sh64): Set target_requires_64bit_host_wide_int.
17628         2001-01-09  Alexandre Oliva  <aoliva@redhat.com>
17629         * config/sh/sh.md (shcompact_incoming_args): Set argument memory
17630         block.
17631         * config/sh/sh.h (STATIC_CHAIN_REGNUM) [SH5]: Use r1.
17632         * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r0 as
17633         temporary for stack adjusts.  Use MACL and MACH to pass
17634         arguments to shcompact_incoming_args.
17635         * config/sh/sh.md (shcompact_incoming_args): Adjust.  Don't
17636         clobber r1.
17637         * config/sh/lib1funcs.asm (shcompact_incoming_args): Likewise.
17638         (nested_trampoline): Load static chain address into r1.
17639         * config/sh/sh.md (movdi_media splits): Fix sign-extension.
17640         2001-01-07  Alexandre Oliva  <aoliva@redhat.com
17641         * config/sh/sh.c (fpul_operand) [SHMEDIA]: Just call
17642         fp_arith_reg_operand().
17643         2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
17644         * config/sh/sh.md (casesi): Sign-extend the first two operands,
17645         and use signed compares for them.
17646         * config/sh/sh.c (dump_table): Don't emit 8-byte constants after
17647         4-byte ones.  Instead, inter-leave them, maintaining the 8-byte
17648         ones properly aligned.
17649         (find_barrier): Account for extra alignment needed for 8-byte wide
17650         constants.
17651         (machine_dependent_reorg): Require a label for the second 4-byte
17652         constant after an 8-byte one.
17653         * config/sh/lib1funcs.asm (sdivsi3): Fix typo in yesterday's
17654         change.
17655         2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
17656         * config/sh/sh.c (machine_dependent_reorg) [SHCOMPACT]: Reset
17657         last_float when switching float modes.
17658         * config/sh/sh.md (movdf) [SH5]: Don't use stack-pointer
17659         auto-increment for general-purpose registers.
17660         * config/sh/lib1funcs.asm (sdivsi3) [SHMEDIA]: Sign-extend the
17661         result.
17662         * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r1 as temporary
17663         for stack adjust.
17664         * config/sh/sh.c (sh_builtin_saveregs): Support using all
17665         registers for varargs.
17666         2001-01-01  Alexandre Oliva  <aoliva@redhat.com>
17667         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Simplify.
17668         * config/sh/sh.h (CALL_COOKIE_STACKSEQ,
17669         CALL_COOKIE_STACKSEQ_SHIFT, CALL_COOKIE_STACKSEQ_GET): New macros.
17670         (CALL_COOKIE_INT_REG_SHIFT): Adjust.
17671         (FUNCTION_ARG_ADVANCE): Use SHCOMPACT_FORCE_ON_STACK.  Adjust
17672         call_cookie accordingly.
17673         (FUNCTION_ARG): Test SHCOMPACT_FORCE_ON_STACK.
17674         (SHCOMPACT_BYREF): Likewise.
17675         (SHCOMPACT_FORCE_ON_STACK): New macro.
17676         * config/sh/sh.c (sh_expand_prologue): Use new call_cookie format.
17677         (sh_builtin_saveregs): Likewise.
17678         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
17679         shcompact_incoming_args): Use new shift values.  Support
17680         sequences of consecutive and non-consecutive pushes/pops.
17681         * config/sh/sh.md (return): Don't explicitly use PR_REG.
17682         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
17683         * config/sh/sh.h (TEXT_SECTION): Define.
17684         * config/sh/elf.h (ASM_FILE_START): Output TEXT_SECTION_ASM_OP.
17685         2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
17686         * config/sh/sh.h (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
17687         * config/sh/sh.h (BASE_RETURN_VALUE_REG): Use FP regs for
17688         return values on FPU-enabled SHmedia.
17689         (FUNCTION_VALUE_REGNO_P): Mark FIRST_FP_RET_REG as used on
17690         FPU-enabled SHmedia.
17691         (INIT_CUMULATIVE_ARGS): Set up return trampoline only if
17692         value is returned in a non-FP reg and is not returned by
17693         reference.
17694         * config/sh/sh.md (shcompact_return_tramp_i): Change type to
17695         jump_ind.
17696         2000-01-04  Alexandre Oliva  <aoliva@redhat.com>
17697         * config/sh/sh.h (SH_MIN_ALIGN_FOR_CALLEE_COPY): New.
17698         (FUNCTION_ARG_CALLEE_COPIES): Require argument to be
17699         quad-aligned to be passed by callee-copy reference.
17700         2001-01-03  Alexandre Oliva  <aoliva@redhat.com>
17701         * config/sh/elf.h (MAX_WCHAR_TYPE_SIZE): Define.
17702         * config/sh/sh64.h (MAX_WCHAR_TYPE_SIZE): Undefine.
17703         2001-01-02  Alexandre Oliva  <aoliva@redhat.com>
17704         * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix error in
17705         copying low-numbered FP regs to r7 and r8.
17706         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't request copying of
17707         FP regs to general-purpose regs only if the copy was passed on the
17708         stack.
17709         * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix typo in
17710         copying FP reg to r9.
17711         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Use trampoline to
17712         copy FP regs to general-purpose regs only in outgoing calls.
17713         * config/sh/sh.md (movdf_media, movsf_media): Revert incorrect
17714         change from     2000-10-30.  Adjust for 64-bit (or 32-bit)
17715         HOST_WIDE_INT.
17716         * config/sh/sh.h (struct sh_args): Document all fields.
17717         (FUNCTION_OK_FOR_SIBCALL): Functions that receive arguments
17718         passed partially on the stack should not consider making
17719         sibcalls.
17720         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Add byref regs to
17721         stack_regs only for incoming calls.  When passing FP args,
17722         make sure there are FP regs available before modifying
17723         call_cookie.
17724         (SHCOMPACT_BYREF): Pass double args in general-purpose
17725         registers by reference.
17726         2000-12-30  Alexandre Oliva  <aoliva@redhat.com>
17727         * config/sh/sh.h (FUNCTION_OK_FOR_SIBCALL) [SHCOMPACT]: Don't
17728         attempt to generate sibcalls if the caller got any arguments
17729         by reference.
17730         * config/sh/lib1funcs.asm (set_fpscr) [SH5]: Default to double.
17731         * config/sh/sh.c (dump_table) [SHCOMPACT]: Align DImode and DFmode
17732         to 8-byte boundaries.
17733         * config/sh/sh.md (shcompact_preserve_incoming_args): New insn.
17734         * config/sh/sh.h (CALL_COOKIE_INT_REG_GET): New macro.
17735         * config/sh/sh.c (sh_expand_prologue): Preserve args that will be
17736         stored in the stack.
17737         * config/sh/lib1funcs.asm (ct_main_table, ia_main_table): Arrange
17738         for the offsets to have the ISA bit set.
17739         (shcompact_call_trampoline): Document.  Swap r0 and r1, to match
17740         invocation.  Use beq instead of bgt to mark end of sequence of
17741         loads.
17742         (shcompact_incoming_args): Fix store of r2.  Use beq instead of
17743         bgt to mark end of sequence of stores.
17744         * config/sh/sh.c (arith_operand): Don't check whether
17745         CONST_OK_FOR_J for now.
17746         * config/sh/sh.md (movdf_media, movsf_media): Use HOST_WIDE_INT
17747         instead of long for conversion.
17748         2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
17749         * config/sh/sh.c (print_operand_address): Convert INTVAL to int
17750         before passing it to fprintf.
17751         2000-12-28  Alexandre Oliva  <aoliva@redhat.com>
17752         * config/sh/crt1.asm (start): Reset SR.FD, to enable the FP unit.
17753         Call set_fpscr before reading/writing SR.
17754         * config/sh/crt1.asm (start): Set SR.SZ and SR.PR, but not SR.FR.
17755         Call set_fpscr.
17756         * config/sh/lib1funcs.asm: Add `.align 2' directives before
17757         SHmedia code.
17758         (FMOVD_WORKS): Define on SH5 with FPU.
17759         (set_fpscr): Define on SH5.  Remove separate _fpscr_values
17760         setting.
17761         * config/sh/t-sh64 (LIB1ASMFUNCS): Add _set_fpscr instead of
17762         _fpscr_values.
17763         2000-12-28  Hans-Peter Nilsson  <hpn@cygnus.com>
17764         * config/sh/lib1funcs.asm (ct_main_table): Align contents to even
17765         address.
17766         (ia_main_table): Ditto.
17767         2000-12-27  Alexandre Oliva  <aoliva@redhat.com>
17768         * config/sh/sh.h (MAX_WCHAR_TYPE_SIZE): Don't define.
17769         * config/sh/sh64.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Reinstate
17770         the definitions from sh.h.
17771         * config/sh/sh.h (PTRDIFF_TYPE): Define as conditional on
17772         TARGET_SH5.
17773         (SUBTARGET_CPP_SPEC): Arrange for __PTRDIFF_TYPE__ to be defined.
17774         * config/sh/elf.h (PTRDIFF_TYPE): Likewise.
17775         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
17776         2000-12-26  Alexandre Oliva  <aoliva@redhat.com>
17777         * config/sh/sh.md (movdi_media split): Don't add REG_LABEL notes.
17778         Increment LABEL_NUSES.
17780         * config/sh/sh.h (SIZE_TYPE): Define as conditional on
17781         TARGET_SH5.
17782         (SUBTARGET_CPP_SPEC): Arrange for __SIZE_TYPE__ to be always
17783         defined.
17784         * config/sh/elf.h (SIZE_TYPE): Likewise.
17785         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
17786         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
17787         shcompact_incoming_args): Load switch table addresses using
17788         datalabel.
17789         * config/sh/sh.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
17790         (NO_BUILTIN_SIZE_TYPE): Define.
17791         (SIZE_TYPE): Don't define.
17792         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
17793         * config/sh/sh.h (CPP_SPEC): Fixed typo that prevented the
17794         definition of __SH5__=32 for -m5-compact-nofpu.
17795         * config/sh/sh.c (barrier_align): Ensure 32-bit alignment after
17796         ADDR_DIFF_VEC.
17797         2000-12-24  Alexandre Oliva  <aoliva@redhat.com>
17798         * config/sh/sh.h (FUNCTION_ARG_PADDING): Removed.
17799         2000-12-23  Alexandre Oliva  <aoliva@redhat.com>
17800         * config/sh/sh.h (TARGET_CACHE32): Enable on SH5.
17801         (FUNCTION_BOUNDARY): Ensure 32-bit alignment for SHmedia.
17802         (INSN_LENGTH_ALIGNMENT): Likewise.
17803         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
17804         * config/sh/sh.md (call, call_value, sibcall): Simplify
17805         copying of non-branch-target register.
17806         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
17807         * glimits.h (__LONG_MAX__): Revert      2000-12-13's patch.
17808         * config/sh/sh.h (CPP_SPEC): Define it here for 64-bit SHmedia.
17809         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
17810         * config/sh/sh.h (GET_SH_ARG_CLASS): Handle complex
17811         floating-point values as structs.
17812         (FUNCTION_ARG): Use SH5_PROTOTYPED_FLOAT_ARG.
17813         (SH5_PROTOTYPELESS_FLOAT_ARG): List FP registers before
17814         general-purpose register.
17815         (SH5_PROTOTYPED_FLOAT_ARG): New macro.
17816         2000-12-20  Alexandre Oliva  <aoliva@redhat.com>
17817         * config/sh/sh.md (addsi3): Force operand1 to reg for SHmedia.
17818         * config/sh/sh.md (movsi_media): Split CONST_DOUBLE loads too.
17819         * config/sh/sh.h (DATALABEL_REF_P): Don't require the CONST.
17820         (ENCODE_SECTION_INFO): Enclose variables and constants in
17821         DATALABEL unspecs.
17822         (SH_DATALABEL_ENCODING, DATALABEL_SYMNAME_P): Define.
17823         (STRIP_NAME_ENCODING): Strip SH_DATALABEL_ENCODING off.
17824         (ASM_OUTPUT_LABELREF, AMS_OUTPUT_SYMBOL_REF): Define.
17825         * config/sh/sh.c (gen_datalabel_ref): Use UNSPEC_DATALABEL
17826         only for LABEL_REFs.  For SYMBOL_REFs, prepend
17827         SH_DATALABEL_ENCODING to the symbol name.
17828         * config/sh/sh.md (indirect_jump): Use SUBREG instead of
17829         convert_mode().
17830         2000-12-20  Alexandre Oliva  <aoliva@redhat.com>
17831         * config/sh/sh.md (casesi): Enclose ADDR_DIFF_VEC address in
17832         UNSPEC_DATALABEL.
17833         * config/sh/sh.c (gen_datalabel_ref): Accept LABEL_REFs.
17834         * config/sh/sh.h (DATALABEL_REF_NO_CONST_P): Likewise.
17835         (DATALABEL_REF_P): Don't require CONST.
17836         (ASM_OUTPUT_ADDR_DIFF_ELT): On SH5, output datalabel before
17837         REL label.
17838         2000-12-19  Alexandre Oliva  <aoliva@redhat.com>
17839         * config/sh/sh.md (extendhidi2, extendqidi2): Use arithmetic shift
17840         right.
17841         2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
17842         * config/sh/sh.md (movsi_media, call, call_value, sibcall):
17843         Use shallow_copy_rtx and PUT_MODE to change the mode of
17844         SYMBOL_REFs, LABEL_REFs, CONSTs, etc.
17845         * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Reload SYMBOL_REFs
17846         on SHmedia using GENERAL_REGs.
17847         * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
17848         bltu_media_i): Fix reversion of conditions.
17849         2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
17850         * config/sh/sh.md (zero_extendhidi2): Use logical shift right.
17851         * config/sh/sh.c (output_far_jump): Save r13 in macl.
17852         2000-12-17  Alexandre Oliva  <aoliva@redhat.com>
17853         * config/sh/sh.c (gen_datalabel_ref): Fix mode of the UNSPEC.
17854         2000-12-16  Alexandre Oliva  <aoliva@redhat.com>
17855         * config/sh/lib1funcs.asm (ic_invalidate): Define for SH5.
17856         (GCC_nested_trampoline): Likewise.
17857         * config/sh/sh-protos.h (gen_datalabel_ref): Declare.
17858         * config/sh/sh.c (gen_datalabel_ref): Define.
17859         * config/sh/sh.h (TRAMPOLINE_SIZE): Adjust for SH5.
17860         (INITIALIZE_TRAMPOLINE): Likewise.
17861         (TRAMPOLINE_ADJUST_ADDRESS): Define.
17862         (DATALABEL_REF_NO_CONST_P, DATALABEL_REF_P): Define.
17863         (EXTRA_CONSTRAINT_T): Match DATALABEL unspecs.
17864         (OUTPUT_ADDR_CONST_EXTRA): Handle DATALABEL unspecs.
17865         * config/sh/sh.md (UNSPEC_DATALABEL): New constant.
17866         (ic_invalidate): Adjust for SH5.
17867         (ic_invalidate_line_media, ic_invalidate_line_compact): New insns.
17868         * config/sh/t-sh64 (LIB1ASMFUNCS): Added _ic_invalidate and
17869         _nested_trampoline.
17870         2000-12-15  Alexandre Oliva  <aoliva@redhat.com>
17871         * config/sh/sh.h (MOVE_MAX): Set to 8 for SHmedia, 4 elsewhere.
17872         (MOVE_MAX_PIECES): Set to 8 on SHmedia too.
17873         2000-12-14  Alexandre Oliva  <aoliva@redhat.com>
17874         * config/sh/sh.h (DBX_REGISTER_NUMBER): Adjust for sh64-elf-gdb.
17875         * config/sh/elf.h (DBX_REGISTER_NUMBER): Likewise.
17876         2000-12-14  Alexandre Oliva  <aoliva@redhat.com>
17877         * config/sh/sh.c (target_reg_operand): Match only target-branch
17878         registers and pseudos that aren't virtual registers.
17879         * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
17880         Copy operands that don't match target_reg_operand to pseudos.
17881         (call_media, call_value_media, sibcall_media): Use
17882         target_reg_operand instead of target_operand.
17883         2000-12-13  Alexandre Oliva  <aoliva@redhat.com>
17884         * glimits.h (__LONG_MAX__) [SH5 == 64]: Adjust for 64 bits.
17885         * config/sh/sh.c (target_reg_operand): Match hardware registers
17886         other than branch-target registers.
17887         * config/sh/sh.md (zero_extendqidi2): Input operand is %1.
17888         * config/sh/lib1funcs.asm (sdivsi3) [SH5]: Make it global.
17889         (fpscr_values) [SH5 == 32]: Define.
17890         * config/sh/t-sh64 (LIB1ASMFUNCS): Add fpscr_values.
17891         * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
17892         Handle function addresses coming in SUBREGs.
17893         2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
17894         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
17895         shcompact_return_trampoline): Use datalabel where appropriate.
17896         2000-12-09  Alexandre Oliva  <aoliva@redhat.com>
17897         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use a
17898         general-purpose register to copy one branch-target register to
17899         another.
17900         2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
17901         * config/sh/sh.c (target_operand): Accept LABEL_REFs and
17902         SYMBOL_REFs with VOIDmode.
17903         * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
17904         bltu_media_i): New insns.
17905         2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
17906         * config/sh/sh.h (RETURN_IN_MEMORY): Adjust for SH5 ABI.
17907         (INIT_CUMULATIVE_ARGS): Likewise.
17908         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
17909         * machmode.def (V16SFmode): New mode.
17910         * c-common.c (type_for_mode): Support V2SF and V16SF.
17911         * tree.c (build_common_tree_nodes_2): Likewise.
17912         * tree.h (tree_index): Likewise.
17913         * calls.c (emit_call_1): Take args_so_far.  Adjust all
17914         callers.  Introduce CALL_POPS_ARGS.
17915         * tm.texi (CALL_POPS_ARGS): Document.
17916         * config/sh/crt1.asm: Implement in SHmedia mode.
17917         * config/sh/crti.asm, config/sh/crtn.asm: Likewise
17918         * config/sh/elf.h (ASM_SPEC, LINK_SPEC): Support SH5 flags.
17919         (DBX_REGISTER_NUMBER): Renumber registers for SH5.
17920         * config/sh/lib1funcs.asm: Disable functions unused in SH5.
17921         Implement divsi and udivsi in SHmedia mode.  Introduce
17922         SHcompact trampolines.
17923         * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): Use DImode
17924         only in SHmedia64.
17925         (regno_reg_class): Rewrite.
17926         (fp_reg_names): Remove.
17927         (sh_register_names, sh_additional_register_names): New.
17928         (print_operand): Added `u'.  Support SUBREGs in addresses.
17929         Add parentheses around shifted CONSTs.
17930         (output_file_start): Output .mode and .abi directives.
17931         (shiftcosts, addsubcosts, multcosts): Adjust.
17932         (output_stack_adjust): Compute alignment.  Sanity-check SIZE.
17933         (push_regs): Take array of HOST_WIDE_INTs.  Adjust callers.
17934         (calc_live_regs): Output to array of HOST_WIDE_INTs.  Count
17935         bytes, not registers.  Take into account the need for the
17936         SHcompact incoming args trampoline.  Adjust all callers.
17937         (sh_expand_prologue): Take stack_regs into account.  Call
17938         incoming args trampoline.  Keep stack aligned as per SH5 ABI.
17939         (sh_expand_epilogue): Take stack_regs into accoutn.  Keep
17940         stack aligned as per SH5 ABI.
17941         (sh_builtin_saveregs): Support SH5 ABI.
17942         (sh_build_va_list, sh_va_start): Likewise.
17943         (initial_elimination_offset): Take alignment into account.
17944         Compute location of PR according to the SH5 stack frame.
17945         (arith_reg_operand): Reject branch-target registers.
17946         (shmedia_6bit_operand): New.
17947         (logical_operand): Use CONST_OK_FOR_P on SHmedia.
17948         (target_reg_operand): Match DImode only.  Accept SUBREGs.
17949         (target_operand): New.
17950         * config/sh/sh.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Support SH5 flags.
17951         (CONDITIONAL_REGISTER_USAGE): Implement SH5 ABI.  Initialize
17952         SIBCALL_REGS for SHmedia.
17953         (TARGET_SH3E, TARGET_SH4): Only if SH1_BIT is set too.
17954         (TARGET_FPU_DOUBLE, TARGET_FPU_ANY): New.
17955         (TARGET_SHMEDIA32, TARGET_SHMEDIA64): New.
17956         (TARGET_SWITCHES): New SH5 flags.
17957         (OVERRIDE_OPTIONS): Set SH5-specific options.  Use
17958         VALID_REGISTER_P to disable unsupported registers.
17959         (LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE): Set.
17960         (POINTER_SIZE, PARM_BOUNDARY): Adjust.
17961         (FUNCTION_ARG_PADDING): Define.
17962         (FASTEST_ALIGNMENT): Adjust.
17963         (SH_REGISTER_NAMES_INITIALIZER): New.
17964         (sh_register_names): Declare.
17965         (DEBUG_REGISTER_NAMES): Define.
17966         (REGISTER_NAMES): Define based on sh_register_names.
17967         (SH_ADDITIONAL_REGISTER_NAMES_INITIALIZER): New.
17968         (sh_additional_register_names): Declare.
17969         (LAST_GENERAL_REG, LAST_FP_REG, LAST_XD_REG): Adjust for SHmedia.
17970         (FIRST_TARGET_REG, LAST_TARGET_REG): Define.
17971         (TARGET_REGISTER_P, SHMEDIA_REGISTER_P, VALID_REGISTER_P): Define.
17972         (REGISTER_NATURAL_MODE): Define.
17973         (FIRST_PSEUDO_REGISTER): Adjust.
17974         (FIXED_REGISTERS, CALL_USED_REGISTERS): Adjust.
17975         (HARD_REGNO_CALL_PART_CLOBBERED): Define.
17976         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Adjust.
17977         (VECTOR_MODE_SUPPORTED_P): Define.
17978         (REG_CLASS_CONTENTS): Adjust.
17979         (SMALL_REGISTER_CLASSES): Adjust.
17980         (REG_ALLOC_ORDER): Adjust.
17981         (INDEX_REG_CLASS): Adjust.
17982         (CONST_OK_FOR_O, CONST_OK_FOR_P): New.
17983         (CONST_OK_FOR_LETTER_P): Adjust.
17984         (PREFERRED_RELOAD_CLASS): Adjust.
17985         (SECONDARY_OUTPUT_RELOAD_CLASS): Adjust.
17986         (SECONDARY_INPUT_RELOAD_CLASS): Adjust.
17987         (NPARM_REGS, FIRST_PARM_REG, FIRST_RET_REG): Adjust.
17988         (FIRST_FP_PARM_REG): Adjust.
17989         (CALL_POPS_ARGS): Define.
17990         (FUNCTION_ARG_REGNO_P): Adjust.
17991         (struct sh_args): New fields.
17992         (GET_SH_ARG_CLASS): Adjust.
17993         (INIT_CUMULATIVE_ARGS): Adjust.
17994         (INIT_CUMULATIVE_INCOMING_ARGS): Define.
17995         (FUNCTION_ARG_ADVANCE): Adjust.
17996         (FUNCTION_ARG): Adjust.
17997         (FUNCTION_ARG_PASS_BY_REFERENCE, SHCOMPACT_BYREF): Define.
17998         (FUNCTION_ARG_CALLEE_COPIES): Define.
17999         (SH5_PROTOTYPELESS_FLOAT_ARG): Define.
18000         (STRICT_ARGUMENT_NAMING): Define.
18001         (PRETEND_OUTGOING_VARARGS_NAMED): Adjust.
18002         (FUNCTION_ARG_PARTIAL_NREGS): Adjust.
18003         (SH5_WOULD_BE_PARTIAL_NREGS): Define.
18004         (SETUP_INCOMING_VARARGS): Adjust.
18005         (HAVE_POST_INCREMENT, HAVE_PRE_DECREMENT): Adjust.
18006         (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT): Adjust.
18007         (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Adjust.
18008         (SUBREG_OK_FOR_INDEX_P): Adjust.
18009         (EXTRA_CONSTRAINT_S): Update.
18010         (EXTRA_CONSTRAINT_T): New.
18011         (EXTRA_CONSTRAINT): Adjust.
18012         (GO_IF_LEGITIMATE_INDEX): Adjust.
18013         (GO_IF_LEGITIMATE_ADDRESS): Adjust.
18014         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Adjust.
18015         (MOVE_MAX): Adjust.
18016         (MAX_MOVE_MAX): Define.
18017         (Pmode): Adjust.
18018         (CONST_COSTS): Adjust.
18019         (REGISTER_MOVE_COST): Adjust.
18020         (BRANCH_COST): Adjust.
18021         (TEXT_SECTION_ASM_OP): Adjust.
18022         (DBX_REGISTER_NUMBER): Adjust.
18023         (ASM_OUTPUT_DOUBLE_INT): New.
18024         (UNALIGNED_DOUBLE_INT_ASM_OP): New.
18025         (PREDICATE_CODES): Adjust.
18026         (PROMOTE_MODE): Adjust.
18027         (CRT_CALL_STATIC_FUNCTION): Do not define for SHmedia.
18028         * config/sh/sh.md (AP_REG, PR_REG, T_REG, GBR_REG): Renumber.
18029         (MACH_REG, MACL_REG, FPUL_REG, RAP_REG, FPSCR_REG): Renumber.
18030         (PR_MEDIA_REG, T_MEDIA_REG, R10_REG): New.
18031         (DR0_REG, DR2_REG, DR4_REG): Renumber.
18032         (TR0_REG, TR1_REG, TR2_REG): New.
18033         (XD0_REG): Renumber.
18034         (UNSPEC_COMPACT_ARGS): New.
18035         (type): Added pt and ptabs.
18036         (length): Default to 4 on SHmedia.  Default pt length to 12
18037         and     20 on SHmedia32 and SHmedia64, respectively.
18038         (pt): New function unit.
18039         (movdi, movsi): Add types pt and ptabs.  Don't increment LABEL_NUSES.
18040         Add whitespace between operands of SHmedia instructions.
18041         (movdicc): Fix.
18042         (adddi3_media, addsi3_media): Adjust constraints.
18043         (subsi3) [SHmedia]: Force operand 1 into a register.
18044         (udivsi3_i1_media, udivsi3_i4_media): New.
18045         (udivsi3): Support SHmedia.
18046         (divsi3_i1_media, divsi3_i4_media): New.
18047         (divsi3): Support SHmedia.
18048         (anddi3, iordi3, xordi3): Adjust constraints.
18049         (zero_extendhidi2, zero_extendqidi2): New.
18050         (extendsidi2, extendhidi2, extendqidi2): New.
18051         (push, pop, push_e, push_fpul, push_4): Disable on SH5.
18052         (pop_e, pop_fpul, pop_4): Likewise.
18053         (movsi_media): Support FP and BT registers.
18054         (movsi_media_nofpu): New.  Adjust splits to DImode.
18055         (lduw, ldub): Renamed to zero_extend* above.
18056         (movqi_media): Fix typo.
18057         (movdi_media): Support FP and BT registers.
18058         (movdi_media_nofpu): New.  Adjust splits for SHmedia32.
18059         (movdi_const_32bit): New.
18060         (shori_media): Require immediate operand.  Use `u' for output.
18061         (movdf_media, movsf_media): Simplified.
18062         (movdf_media_nofpu, movsf_media_nofpu): New.
18063         (movdf, movsf): Adjust
18064         (movv2sf, movv2sf, movv16sf): New.
18065         (beq_media, beq_media_i): Adjust constraints.  Don't use
18066         scratch BT register.
18067         (bne_media, bne_media_i): Likewise.
18068         (bgt_media, bgt_media_i): Likewise.
18069         (bge_media, bge_media_i): Likewise.
18070         (bgtu_media, bgtu_media_i): Likewise.
18071         (bgeu_media, bgeu_media_i): Likewise.
18072         (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu,
18073         bunordered): Emit jump insn.  Force operands to registers when
18074         needed.
18075         (jump_media, jump): Simplify.
18076         (call_compact, call_compact_rettramp): New.
18077         (call_value_compact, call_value_compact_rettramp): New.
18078         (call_media, call_value_media): Simplify.
18079         (sibcall_compact, sibcall_media): New.
18080         (call, call_value): Adjust for SHmedia and SHcompact.
18081         (sibcall, sibcall_value, untyped_call): Likewise.
18082         (sibcall_epilogue): Preserve r0 across epilogue for SHcompact.
18083         (indirect_jump): Adjust for SHmedia.
18084         (casesi_jump_media): New.
18085         (nop): Re-enable for SHmedia.
18086         (call_site): Restrict to SH1.
18087         (casesi): Adjust for SHmedia.
18088         (casesi_shift_media, casesi_load_media): New.
18089         (return): Explicitly use PR register.  Call return trampoline
18090         on SHcompact.
18091         (return_i): Explicitly use PR register.
18092         (shcompact_return_tramp, shcompact_return_tramp_i): New.
18093         (return_media): Adjust.
18094         (shcompact_incoming_args): New.
18095         (epilogue): Adjust.
18096         (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
18097         (movstrsi): Disable on SH5.
18098         (fpu_switch0, fpu_switch1, movpsi): Enable on SH4.
18099         (addsf3, addsf3_media): Test TARGET_SHMEDIA_FPU.
18100         (subsf3, subsf3_media): Likewise.
18101         (mulsf3, mulsf3_media, mac_media): Likewise.
18102         (divsf3, divsf3_media): Likewise.
18103         (floatdisf2, floatsisf2_media): Likewise.  Adjust constraints.
18104         (floatsisf2, fux_truncsfsi2): Likewise.
18105         (fix_truncsfdi2, fix_truncsfsi2_media): Likewise.  Adjust
18106         constraints.
18107         (cmpeqsf_media, cmpgtsf_media, cmpgesf_media): Likewise.
18108         (cmpunsf_media, cmpsf): Likewise.
18109         (negsf2, negsf2_media, sqrtsf2, sqrtsf2_media): Likewise.
18110         (abssf2, abssf2_media): Likewise.
18111         (adddf3, adddf3_media, subdf3, subdf3_media): Likewise.
18112         (muldf3, muldf3_media, divdf3, divdf3_media): Likewise.
18113         (floatdidf2, floatsidf2_media): Likewise.  Adjust constraints.
18114         (floatsidf2, fix_truncdfsi2): Likewise.
18115         (fix_truncdfdi2, fix_truncdfsi2_media): Likewise.  Adjust
18116         constraints.
18117         (cmpeqdf_media, cmpgtdf_media): Likewise.
18118         (cmpgedf_media, cmpundf_media, cmpdf): Likewise.
18119         (negdf2, negdf2_media, sqrtdf2, sqrtdf2_media): Likewise.
18120         (absdf2, absdf2_media): Likewise.
18121         (extendsfdf2, extendsfdf2_media): Likewise.
18122         (truncsfdf2, truncsfdf2_media): Likewise.
18123         * config/sh/sh64.h: New file.
18124         * config/sh/t-sh64: New file.
18125         * config/sh/shmedia.h: New file.
18126         * config/sh/ushmedia.h: New file.
18127         * config/sh/sshmedia.h: New file.
18128         * configure.in: Added sh64-*-elf.
18129         * configure: Rebuilt.
18130         2000-10-10  Alexandre Oliva  <aoliva@redhat.com>
18131         * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): New macros.
18132         (reg_class_from_letter): Use `b' for TARGET_REGS.
18133         (print_operand): Support `%M', `%m', `AND' and
18134         `ASHIFTRT'.  Do not precede constants with `#' on SHmedia.
18135         (andcosts): Adjust for SHmedia.
18136         (output_stack_adjust, sh_expand_prologue, sh_expand_epilogue):
18137         Likewise.
18138         (target_reg_operand): New function.
18139         * config/sh/sh-protos.h (target_reg_operand): Declare.
18140         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't disable
18141         FP registers on SH5.
18142         (HARD_REGNO_MODE_OK): Accept them whenever they're acceptable
18143         on SH4.
18144         (TARGET_REGISTER_P): New macro.
18145         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Added TARGET_REGS.
18146         (FUNCTION_VALUE): Use DImode for promoted types on SHmedia.
18147         (EXTRA_CONSTRAINT_S): New macro.
18148         (EXTRA_CONSTRAINT): Adjust.
18149         (FLOAT_TYPE_SIZE): Define to 32.
18150         (Pmode): DImode on SHmedia.
18151         (CONST_COSTS): Adjust for SHmedia literals.
18152         (PREDICATE_CODES): Added target_reg_operand.
18153         (PROMOTE_MODE): Promote signed types to DImode on SHmedia.
18154         * config/sh/sh.md: Remove all attrs from SHmedia insns.
18155         (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): New insns.
18156         (cmpdi): Accept SHmedia.
18157         (movdicc_false, movdicc_true): New insns.
18158         (movdicc): New expand.
18159         (adddi3): Accept arith_operand for op2, but FAIL on SH1 if
18160         no_new_pseudos.
18161         (addsi3_media): Match `S' constraint.
18162         (anddi3, andcdi3, iordi3, xordi3, negdi_media): New insns.
18163         (negdi2): Expand for SHmedia.
18164         (one_cmpldi2): New expand.
18165         (zero_extendsidi2): Change from expand to insn.
18166         (extendsidi2): Add constraints.
18167         (movdi_media, movsi_media): Change `%x' to `%M'.  Use `%m' for
18168         LD/ST address.  Fix SI immediate loading split.
18169         (movhi_media, movqi_media, lduw, ldub): New insns.
18170         (movhi, movqi): Accept SHmedia.
18171         (shori_media, movdi_media): Relax input constraints.  Split
18172         symbolic constants.
18173         (movdf_media, movsf_media): New insn.  New split to movdi.
18174         (movdf, movsf): Match on SHmedia.
18175         (beq_media, bne_media, bgt_media, bge_media, bgtu_media,
18176         bgeu_media): New insns and splits.  New insns with `_i' suffix.
18177         (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Adjust.
18178         (bunordered): New expand.
18179         (jump_compact): Renamed from `jump'.
18180         (jump_media): New insn.
18181         (jump): New expand.
18182         (call_media, call_value_media): New insns.
18183         (call, call_value): Adjust.
18184         (indirect_jump_compact): Renamed from `indirect_jump'.
18185         (indirect_jump_media): New insn.
18186         (indirect_jump): New expand.
18187         (untyped_call, return): Accept SHmedia.
18188         (return_media): New insn.
18189         (prologue, epilogue, blockage): Accept SHmedia.
18190         (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
18191         (sunordered): New expand.
18192         (addsf3, subsf3, mulsf3, divsf3, floatsisf2, fix_truncsfsi2,
18193         cmpsf, negsf2, sqrtsf2, abssf2): Adjust for SHmedia.
18194         (addsf3_media, subsf3_media, mulsf3_media, mac_media,
18195         divsf3_media, floatdisf2, floatsisf2_media, fix_truncsfdi2,
18196         fix_truncsfsi2_media, cmpeqsf_media, cmpgtsf_media,
18197         cmpgesf_media, cmpunsf_media, negsf2_media, sqrtsf2_media,
18198         abssf2_media): New insns.
18199         (adddf3, subdf3, muldf3, divdf3, floatsidf2, fix_truncdfsi2,
18200         cmpdf, negdf2, sqrtdf2, absdf2): Adjust for SHmedia.
18201         (adddf3_media, subdf3_media, muldf3_media, divdf3_media,
18202         floatdidf2, floatsidf2_media, fix_truncdfdi2,
18203         fix_truncdfsi2_media, cmpeqdf_media, cmpgtdf_media,
18204         cmpgedf_media, cmpundf_media, negdf2_media, sqrtdf2_media,
18205         absdf2_media): New insns.
18206         (extendsfdf2, truncdfsf2): Adjust for SHmedia.
18207         (extendsfdf2_media, truncdfsf2_media): New insns.
18208         2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
18209         * config/sh/sh.c (machine_dependent_reorg): On shmedia, skip for now.
18210         * config/sh/sh.h (CONST_OK_FOR_J): Document.
18211         (LEGITIMATE_CONSTANT_P): Accept CONST_DOUBLEs on shmedia.
18212         * config/sh/sh.md (adddi3): New expand.
18213         (adddi3_media, adddi3z_media): New insns.
18214         (adddi3_compact): Renamed from adddi3.
18215         (addsi3_media): Use add.l r63 to add constant zero.
18216         (subdi3): New expand.
18217         (subdi3_media): New insn.
18218         (subdi3_compact): Renamed from subdi3.
18219         (mulsidi3): New expand.
18220         (mulsidi3_media): New insn.
18221         (mulsidi3_compact): Renamed from mulsidi3.
18222         (umulsidi3): New expand.
18223         (umulsidi3_media): New insn.
18224         (umulsidi3_compact): Renamed from umulsidi3.
18225         (ashlsi3_media, ashrsi3_media, lshrsi3_media): New insns.
18226         (ashlsi3, ashrsi3, lshrsi3): Use them.
18227         (ashldi3_media, ashrdi3_media, lshrdi3_media): New insns.
18228         (ashldi3, ashrdi3, lshrdi3): Use them.
18229         (zero_extendsidi2): New expand.
18230         (extendsidi2): New insn.
18231         (movsi_media): New insn.  Split to movdi to load constants.
18232         (movsi): Enable for shmedia.
18233         (movdi_media): New insn.  Use shori_media to load wide constants.
18234         (short_media): New insn.
18235         (movdi): Enable for shmedia.
18236         2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
18237         * config/sh/sh.h (CPP_SPEC): Added `m5'.
18238         (SUBTARGET_CPP_SPEC): Added `!m5'.
18239         (SH5_BIT, TARGET_SH5, TARGET_SHMEDIA, TARGET_SHCOMPACT): New macros.
18240         (TARGET_SWITCHES): Added `5' and `5-compact'.  Added SH1_BIT
18241         to all other SH variants.
18242         (TARGET_DEFAULT): Set to SH1_BIT.
18243         (OVERRIDE_OPTIONS): Recognize sh5 CPU.
18244         (BITS_PER_WORD): Raise to 64 on shmedia.
18245         (MAX_BITS_PER_WORD): Change to 64.
18246         (MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Set to MAX_BITS_PER_WORD.
18247         (INT_TYPE_SIZE): Keep as 32.
18248         (UNITS_PER_WORD): Raise to 8 on shmedia.
18249         (MIN_UNITS_PER_WORD): Keep as 4.
18250         (POINTER_SIZE): Raise to 64 on shmedia.
18251         (CONST_OK_FOR_J): New macro.
18252         (CONST_OK_FOR_LETTER_P): Use it.
18253         (processor_type): Add PROCESSOR_SH5.
18254         * config/sh/sh.md: Conditionalize all expands, insns and
18255         splits to TARGET_SH1.
18256         (cpu): Added sh5.
18257         (addsi3_compact): Renamed from...
18258         (addsi3): Now an expand.
18259         (addsi3_media, subsi3_media): New insns.
18260         (subsi3): Don't negate constants with SHmedia.
18262         * hooks.c: New file.
18263         * hooks.h: New file.
18264         * Makefile.in (HOOKS_H): New.
18265         (TARGET_DEF_H): Added $(HOOKS_H).
18266         (OBJS): Added hooks.o.
18267         (cfgcleanup.o, bb-reorder.o): Added target.h.
18268         (hooks.o): Added dependencies.
18269         * target-def.h (TARGET_CANNOT_MODIFY_JUMPS_P): New, added to...
18270         (TARGET_INITIALIZER): this.
18271         * doc/tm.texi (TARGET_CANNOT_MODIFY_JUMPS_P): Document.
18272         * target.h (struct gcc_target): Added cannot_modify_jumps_p.
18273         * bb-reorder.c: Include target.h.
18274         (reorder_basic_blocks): Skip if cannot modify jumps.
18275         * cfgcleanup.c: Include target.h.
18276         (try_optimize_cfg): Skip merge blocking if cannot modify jumps.
18278 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
18280         * config/mips/mips.md (casesi_internal, casesi_internal_di):
18281         Protect jump delay slot instructions with .set noreorder and
18282         .set nomacro.
18284 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
18286         * config/mips/mips.md (casesi_internal_di): Calculate
18287         the index into the target offset table correctly.
18289 2002-02-08  Richard Henderson  <rth@redhat.com>
18291         * expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.
18292         * final.c (output_addr_const): Accept and discard SUBREG.
18293         * varasm.c (decode_addr_const): Don't abort on unknown expressions --
18294         mark them unknown instead.
18295         (simplify_subtraction): Handle RTX_UNKNOWN.
18296         (initializer_constant_valid_p): Strip NOP_EXPRs that narrow the mode.
18298 2002-02-08  David Edelsohn  <edelsohn@gnu.org>
18300         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix typo.
18302 2002-02-08  Richard Henderson  <rth@redhat.com>
18304         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): New.
18306 2002-02-08  Andreas Jaeger  <aj@suse.de>
18308         * config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.
18309         * config/i386/t-linux64: New file.
18311 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
18313         * c-common.c (c_expand_expr): Revert 2002-02-06 patch.
18314         * c-parse.in (compstmt): Clear last_expr_type.
18316 2002-02-07  Richard Henderson  <rth@redhat.com>
18318         * loop.c (strength_reduce): Sink final_value when not
18319         eliminating a biv.
18321 2002-02-07  David O'Brien  <obrien@FreeBSD.org>
18323         * config/sparc/freebsd.h: Fix mismatched spec {.
18325 2002-02-07  Richard Henderson  <rth@redhat.com>
18327         * cfgrtl.c: Include recog.h and insn-config.h.
18328         (keep_with_call_p): Fix general_operand invocation.
18329         * Makefile.in (cfgrtl.o): Update dependencies.
18331 2002-02-07  Kazu Hirata  <kazu@hxi.com>
18333         * config/h8300/h8300.c (two_insn_adds_subs_operand): Revise a
18334         comment.  Accept HImode only if TARGET_H8300.
18336 2002-02-07  Eric Christopher  <echristo@redhat.com>
18338         * config/mips/crtn.asm: Cleanup #ifdefs.
18340 2002-02-07  Eric Christopher  <echristo@redhat.com>
18342         * config/mips/crti.asm: Add changes for mips16. mips16 uses
18343         register 7 as RA instead of $31.
18344         * config/mips/crtn.asm: Ditto.
18345         * config/mips/mips.c (mips_move_2words): Add case for
18346         TARGET_MIPS16 when HOST_BITS_PER_WIDE_INT >= 64.
18347         (compute_frame_size): Fix typo.
18348         (save_restore_insns): Ditto.  Make documentation about using
18349         register $7 as return register more precise.
18350         (mips_expand_epilogue): Fix comment. Add code to work around not
18351         being able to add to the stack pointer directly.
18352         * config/mips/mips.h (EH_RETURN_DATA_REGNO): Change register number
18353         to 2 for TARGET_MIPS16 as we need 6 and 7 as clobbers in the
18354         epilogue.
18356 2002-02-07  Tom Rix  <trix@redhat.com>
18358         * config/rs6000/rs6000.c (reg_or_aligned_short_operand): New. For
18359         immediates in ldu and stdu DS opcode field.
18360         * config/rs6000/rs6000.md (movdi_update, movdi_update1): Use.
18361         * config/rs6000/rs6000-protos.h: Add reg_or_aligned_short_operand.
18362         * config/rs6000/rs6000.h (PREDICATE_CODES): Same.
18364 2002-02-07  Jeff Sturm  <jsturm@one-point.com>
18366         * config/sparc/sparc.c (compute_frame_size): Don't correct frame
18367         offset for stack bias.
18369 2002-02-07  H.J. Lu <hjl@gnu.org>
18371         * config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
18373 2002-02-07  Ulrich Weigand  <uweigand@de.ibm.com>
18375         * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
18377 Thu Feb  7 12:14:17 CET 2002  Jan Hubicka  <jh@suse.cz>
18379         * i386-protos.h (x86_order_regs_for_local_alloc): Declare
18380         * i386.c (x86_order_regs_for_local_alloc): New global function.
18381         * i386.h (REG_ALLOC_ORDER): CLeanup.
18382         (ORDER_REGS_FOR_LOCAL_ALLOC): New.
18384 2002-02-07  Richard Henderson  <rth@redhat.com>
18386         PR optimization/2463
18387         * alias.c (find_base_value): Recall base values for fixed hard regs.
18388         * loop.c (loop_regs_update): Don't use single_set on non-insns.
18390 2002-02-07  Alexandre Oliva  <aoliva@redhat.com>
18392         * config/mips/mips.md (define_delay) [mips16]: Adjust required
18393         length.
18395 2002-02-06  Richard Henderson  <rth@redhat.com>
18397         PR c/5609
18398         * stmt.c (resolve_operand_name_1): Take more care with mixed
18399         named and unnamed operands.
18401 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
18402             Jan Hubicka  <jh@suse.cz>
18404         * loop.c (remove_constant_addition): Avoid clobbering a shared
18405         CONST expression.
18407 2002-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
18409         * config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
18410         * config/s390/t-linux64: New file.
18411         * config/s390/libgcc-glibc.ver: New file.
18413 2002-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
18415         * config/s390/linux64.h: Delete file.
18416         * config/s390/s390x.h: New file.
18417         * config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h
18418         as target header file.
18419         * config/s390/linux.h (TARGET_VERSION): Define depending on
18420         DEFAULT_TARGET_64BIT.
18421         (CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise.
18422         (SIZE_TYPE, PTRDIFF_TYPE): Likewise.
18423         (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define.
18424         (CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines.
18425         (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines.
18426         (EXTRA_SPEC): New define.
18427         * config/s390/s390.h (TARGET_VERSION): Define depending on
18428         DEFAULT_TARGET_64BIT.
18429         (MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT.
18431 2002-02-06  Jason Merrill  <jason@redhat.com>
18433         * c-decl.c (finish_function): Warn about a non-void function with
18434         no return statement and no abnormal exit.
18435         (current_function_returns_abnormally): New variable.
18436         (start_function): Clear it.
18437         (struct c_language_function): Add returns_abnormally.
18438         (push_c_function_context): Save it.
18439         (pop_c_function_context): Restore it.
18440         (builtin_function): Set TREE_THIS_VOLATILE on return fns.
18441         (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
18442         an explicit return type.
18443         * c-tree.h: Declare current_function_returns_abnormally.
18444         (C_FUNCTION_IMPLICIT_INT): New macro.
18445         * c-typeck.c (build_function_call): Set it.
18446         (c_expand_return): Set current_function_returns_value even if the
18447         value is erroneous.
18449 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
18451         PR c/5420:
18452         * c-common.c (c_unsafe_for_reeval): Make COMPOUND_LITERAL_EXPR
18453         unsafe for reevaluation.
18455 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
18457         PR c/5482:
18458         * c-common.c (c_expand_expr) [STMT_EXPR]: If last expression is not
18459         EXPR_STMT, but COMPOUND_STMT, recurse into it.
18461 2002-02-06  Richard Henderson  <rth@redhat.com>
18463         * cfganal.c (keep_with_call_p): Source for fixed_reg dest must
18464         be a general_operand.  Dest for function value must be a pseudo.
18466 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
18468         * dbxout.c (dbxout_symbol_location): Accept LABEL_REFs as well
18469         as SYMBOL_REFs from the constant pool.
18471 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
18473         * dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters
18474         passed by invisible reference.
18476 2002-02-05  Richard Henderson  <rth@redhat.com>
18478         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
18480 2002-02-06  Hans-Peter Nilsson  <hp@bitrange.com>
18482         Implement using "base addresses" in insn operands as default.
18483         * config/mmix/mmix.c (mmix_conditional_register_usage): if
18484         -mabi=gnu, modify fixed_regs to fit the GNU ABI.
18485         (mmix_extra_constraint): Use 'R' to indicate that GETA should be
18486         used to read the rtx value.
18487         (mmix_target_asm_function_epilogue): Fix spacing.
18488         (mmix_constant_address_p): Handle TARGET_BASE_ADDRESSES.
18489         (mmix_legitimate_address): Ditto.
18490         (mmix_encode_section_info): Set SYMBOL_REF_FLAG on rtx:es that
18491         should be loaded with a GETA insn.  Don't allocate needless extra
18492         char for nul termination and fix misleading comment.
18493         (mmix_print_operand_address): Handle constants if
18494         TARGET_BASE_ADDRESSES.
18495         (mmix_output_register_setting): Use base addressing if
18496         TARGET_BASE_ADDRESSES and the number of insns is 3.
18497         * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): New.
18498         * config/mmix/mmix.md ("movdi"): Change the alternative with GETA
18499         to use R as constraint, add LDA to match s.
18500         * config/mmix/mmix.h (TARGET_BASE_ADDRESSES): New.
18501         (TARGET_DEFAULT): Add TARGET_MASK_BASE_ADDRESSES.
18502         (TARGET_SWITCHES): Add -mbase-addresses, -mno-base-addresses.
18503         (FIXED_REGISTERS): Make registers $231..$246 fixed by default.
18504         (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Move $231..$246 last, in
18505         order with other fixed registers.
18506         (MMIX_GNU_ABI_REG_ALLOC_ORDER): Put forward $231, in order with
18507         other parameter/call-clobbered registers.
18508         * doc/invoke.texi (Option Summary) <MMIX Options>: Add
18509         -mbase-addresses, -mno-base-addresses.
18510         (MMIX Options): Ditto.
18512 2002-02-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18514         * pa.h (PREDICATE_CODES): Add reg_before_reload_operand.
18516 2002-02-06  Aldy Hernandez  <aldyh@redhat.com>
18518         * config/rs6000/altivec.h: Change elem to _S_elem.
18520 2002-02-05  Jason Thorpe  <thorpej@wasabisystems.com>
18522         * config/netbsd.h (WCHAR_TYPE): Define.
18523         (WCHAR_TYPE_SIZE): Ditto.
18524         (WINT_TYPE): Ditto.
18525         * config/alpha/netbsd.h (WCHAR_TYPE): Remove.
18526         (WCHAR_UNSIGNED): Ditto.
18527         (WCHAR_TYPE_SIZE): Ditto.
18528         (WINT_TYPE): Ditto.
18529         * config/arm/netbsd.h: Likewise.
18530         * config/i386/netbsd-elf.h: Likewise.
18531         * config/i386/netbsd.h: Likewise.
18532         * config/m68k/netbsd-elf.h: Likewise.
18533         * config/m68k/netbsd.h: Likewise.
18534         * config/ns32k/netbsd.h: Likewise.
18535         * config/sparc/netbsd.h: Likewise.
18536         * config/vax/netbsd.: Likewise.
18538 2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
18540         * target.h (struct gcc_target): Added ms_bitfield_layout_p.
18541         * target-def.h (TARGET_MS_BITFIELD_LAYOUT_P): New.  Added to...
18542         (TARGET_INITIALIZER): this.
18543         * doc/tm.texi (TARGET_MS_BITFIELD_LAYOUT_P): Document.
18544         (BITFIELD_NBYTES_LIMITED): Markup fix.
18545         * tree.h (default_ms_bitfield_layout_p): Declare.
18546         (record_layout_info): Added prev_field.
18547         * tree.c (default_ms_bitfield_layout_p): New fn.
18548         * c-decl.c (finish_struct): Disregard EMPTY_FIELD_BOUNDARY and
18549         PCC_BITFIELD_TYPE_MATTERS for MS bit-field layout.
18550         * stor-layout.c: Include target.h.
18551         (start_record_layout): Initialize prev_field.
18552         (place_field): Handle MS bit-field layout, and disregard
18553         EMPTY_FIELD_BOUNDARY, BITFIELD_NBYTES_LIMITED and
18554         PCC_BITFIELD_TYPE_MATTERS in this case.  Update prev_field.
18555         * Makefile.in (stor-layout.o): Adjust dependencies.
18557 2002-02-05  Jason Merrill  <jason@redhat.com>
18559         * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle.
18561 2002-02-05  Andreas Jaeger  <aj@suse.de>
18563         * crtstuff.c: Fix comments.
18565 2002-02-05  Richard Henderson  <rth@redhat.com>
18567         PR fortran/3393
18568         * loop.c (loop_iv_add_mult_emit_before): Copy multiplier as well.
18569         (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
18571         PR fortran/3392
18572         * config/mips/mips.c (function_arg): Handle TImode.
18573         (function_arg_advance): Likewise.
18575 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
18577         * config/rs6000/altivec.h (vec_step_help): Rename to
18578         __vec_step_help.
18580 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
18582         * config/rs6000/altivec.h: Fix typos.
18584 2002-02-05  Jason Thorpe  <thorpej@wasabisystems.com>
18586         * config/arm/netbsd.h: Correct a comment.
18588 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
18590         * config/rs6000/rs6000.c (altivec_init_builtins): Fix typo
18591         building void typed builtins.
18593         * config/rs6000/altivec.h (vec_ld*): Fix typos.
18594         (vec_step): Implement for C++.
18596 Mon Feb  4 19:23:19 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18598         * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
18600 2002-02-04  Richard Henderson  <rth@redhat.com>
18602         * combine.c (nonzero_bits): Re-introduce special case for
18603         sp/fp/ap wrt REGNO_POINTER_ALIGN.
18605 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
18607         * doc/extend.texi: Warn about unsupported usage of altivec
18608         builtins.
18610         * config/rs6000/rs6000.md (altivec_vcmp*_p): Remove.
18611         (altivec_predicate_*): New.
18613         * config/rs6000/altivec.h: Rewrite predicates to use new builtins.
18614         Add C++ version of vec_*() functions.
18616         * config/rs6000/rs6000.c (bdesc_altivec_preds): New.
18617         (bdesc_2arg): Remove altivec predicates.
18618         (altivec_expand_builtin): Handle predicates.
18619         (altivec_init_builtins): Handle predicates.
18620         (altivec_expand_predicate_builtin): New.
18622 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18624         * pa.c (DO_FRAME_NOTES): Move forward.
18625         (store_reg): Revise handling of frame notes.
18626         (load_reg): Likewise.
18627         (set_reg_plus_d): Likewise.
18628         (hppa_expand_prologue): Likewise.
18629         (hppa_expand_epilogue): Likewise.
18631 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18633         * unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
18635 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
18637         PR c/4475, c++/3780:
18638         * c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand.
18639         * c-common.h (SWITCH_TYPE): Define.
18640         * c-typeck.c (c_start_case): Set SWITCH_TYPE.
18641         * stmt.c (all_cases_count): Set lastval to thisval at end of loop.
18642         Rename spareness variable to sparseness.
18643         (expand_end_case_type): Renamed from expand_end_case, use orig_type
18644         if non-NULL instead of TREE_TYPE (orig_index).
18645         * tree.h (expand_end_case_type): Renamed from expand_end_case.
18646         (expand_end_case): Define using expand_end_case_type.
18647         * c-semantics.c (genrtl_switch_stmt): Pass SWITCH_TYPE
18648         to expand_end_case_type.
18649         * doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.
18651 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18653         * pa.h (PREFERRED_STACK_BOUNDARY): Define to match standard rounding.
18654         (BIGGEST_ALIGNMENT): Change to 128.
18656 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18658         * pa32-linux.h (LINK_COMMAND_SPEC): Define.
18660 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18662         * pa.md (call_internal_reg_64bit): Remove unused variable.
18664 2002-02-04  Nick Clifton  <nickc@cambridge.redhat.com>
18666         * config/arm/arm.h (machine_function): Add uses_anonymous_args
18667         field.
18668         (SETUP_INCOMING_VARARGS): Set uses_anonymous_args.
18669         * config/arm/arm.c (current_function_anonymous_args): Delete,
18670         replace uses with cfun->machine->uses_anonymous_args.
18671         (arm_reorg): Do not reset uses_anonymous_args.
18673         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any value in
18674         any geenral register.
18676 2001-02-04  Bernd Schmidt  <bernds@redhat.com>s
18678         * cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect
18679         the entry block.
18681 2002-02-04  Richard Henderson  <rth@redhat.com>
18683         * combine.c (force_to_mode): Remove STACK_BIAS code.
18684         (nonzero_bits): Likewise.  Replace sp/fp special case with
18685         REGNO_POINTER_ALIGN.
18687         * config/sparc/sparc.h (FRAME_POINTER_REGNUM): Change to SFP.
18688         (HARD_FRAME_POINTER_REGNUM): New.
18689         (FIRST_PSEUDO_REGISTER, REG_CLASS_CONTENTS): Update.
18690         (FIXED_REGS, CALL_USED_REGS): Update.
18691         (REG_ALLOC_ORDER, REGISTER_NAMES): Update.
18692         (CONDITIONAL_REGISTER_USAGE): Update for HFP.
18693         (HARD_REGNO_NREGS): Update for SFP.
18694         (STACK_POINTER_OFFSET): Include bias here ...
18695         (FIRST_PARM_OFFSET): ... not here.
18696         (STACK_BIAS): Remove.
18697         (INIT_EXPANDERS): New.
18698         (STARTING_FRAME_OFFSET): Do not include bias.
18699         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
18700         (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Update for SFP.
18701         (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Likewise.
18702         * config/sparc/aout.h (DBX_REGISTER_NUMBER): Update for HFP.
18703         * config/sparc/litecoff.h, config/sparc/sol2.h: Likewise.
18704         * config/sparc/sparc.c (mem_min_alignment): Update for HFP.
18705         (sparc_nonflat_function_prologue, epilogue_renumber): Likewise.
18706         (MUST_SAVE_REGISTER): Likewise.
18707         (sparc_flat_function_prologue): Likewise.
18708         (sparc_flat_function_epilogue): Likewise.
18709         (HARD_FRAME_POINTER_MASK): Rename from FRAME_POINTER_MASK.
18710         (sparc_init_modes): SFP is GENERAL_REGS.
18711         (sparc_builtin_saveregs): SFP does not have bias applied.
18713 2002-02-04  Richard Henderson  <rth@redhat.com>
18715         * config/alpha/alpha.c (current_function_is_thunk): Don't check
18716         current_function_is_thunk.
18717         (alpha_sa_mask): Distinguish between current_function_is_thunk
18718         called from ASM_OUTPUT_MI_THUNK and not.
18719         (alpha_does_function_need_gp): Thunks always need gp.
18720         (alpha_start_function, alpha_output_function_end_prologue): Likewise.
18721         (alpha_output_mi_thunk_osf): New.
18722         * config/alpha/alpha-protos.h: Update.
18723         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): New.
18725 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
18727         * c-typeck.c (build_c_cast): Warn when qualifiers are added to
18728         function types, not when they're taken away.
18730 Mon Feb  4 09:05:58 2002  Jeffrey A Law  (law@redhat.com)
18732         * cfgrtl.c (try_redirect_by_replacing_jump): Remove associated
18733         CODE_LABEL and jump table when replacing a table jump with a
18734         simple jump.
18736 2002-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
18738         * config/s390/s390-protos.h (legitimize_la_operand,
18739         s390_secondary_input_reload_class, s390_plus_operand,
18740         s390_expand_plus_operand): Add prototypes.
18742         config/s390/s390.c (s390_secondary_input_reload_class,
18743         s390_plus_operand, s390_expand_plus_operand): New functions.
18745         (struct s390_address): New member 'pointer'.
18746         (s390_decompose_address): Compute it.
18747         (legitimate_la_operand_p): Use it.
18748         (legitimize_la_operand): New function.
18749         (movti, movdi, movdf splitters): Call it.
18751         config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS): Define.
18752         (PREDICATE_CODES): Add s390_plus_operand.
18754         config/s390/s390.md (adddi3_inv_64, addaddr_ccclobber): Delete.
18755         (la_ccclobber): Allow GENERAL_REGS as output operand.
18757         (reload_load_address, *reload_load_address_reg_0, *la, *do_la_reg_0,
18758         *reload_la_64, *reload_la_31 and splitters): Delete, replace by ...
18759         (*la_64, *la_31, reload_indi, reload_insi): ... these.
18761 2002-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
18763         * gcc/config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Fixed
18764         register names for regular asm () construct.
18766 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
18768         * config/i386/i386.md (movsf_1): Allow moving SF values in MMX
18769         registers.
18771 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
18773         * combine.c (recog_for_combine): Create a dummy insn with PATTERN
18774         pat for recog.
18776 2002-02-04  Hartmut Penner  <hpenner@de.ibm.com>
18778         * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in
18779         constant pool to be identical by string address and index.
18781 2002-02-04  Anthony Green  <green@redhat.com>
18783         * output.h (SECTION_OVERRIDE): Define.
18784         * varasm.c (named_section): Obey SECTION_OVERRIDE.
18786 2002-02-03  Jason Thorpe  <thorpej@wasabisystems.com>
18788         * config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
18789         by existing arm*-*-netbsd* (a.out) target.
18790         (ns32k-*-netbsdelf*): Likewise.
18791         (sparc-*-netbsdelf*): Likewise.
18792         (vax-*-netbsdelf*): Likewise.
18794 2002-02-03  Danny Smith <dannysmith@users.sourceforge.net>
18796         * gthr-win32.h: Protect against conflicting typedef for BOOL in windows
18797         headers and libobjc headers.
18799 2002-02-03  Mumit Khan  <khan@nanotech.wisc.edu>
18801         * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++.
18802         (_mingw.h): Remove duplicate include.
18804 2002-02-03  Jason Thorpe  <thorpej@wasabisystems.com>
18806         * config.gcc: Set cpu_type to m68k for 68010, as well.
18807         (m68010-*-netbsdelf*): New...
18808         (m68k*-*-netbsdelf*): ...targets.
18809         * config/m68k/netbsd-elf.h: New file.
18811 2002-02-02  Kazu Hirata  <kazu@hxi.com>
18813         * config/h8300/h8300.c (hand_list): Move inside function_arg.
18815 2002-02-02  Kazu Hirata  <kazu@hxi.com>
18817         * config/h8300/h8300.c (h8_push_ops): Move inside
18818         h8300_init_once.
18819         (h8_pop_ops): Likewise.
18820         (h8_move_ops): Likewise.
18822 2002-02-02  Kazu Hirata  <kazu@hxi.com>
18824         * config/h8300/h8300.c (os_task): Make it static.
18825         (monitor): Likewise.
18826         (pragma_saveall): Likewise.
18828 2002-02-02  Alexandre Oliva  <aoliva@redhat.com>
18830         * config/sh/sh.md (ic_invalidate_line): Make sure the immediate
18831         constant is a valid sign-extension for Pmode.
18833 2002-02-02  Kazu Hirata  <kazu@hxi.com>
18835         * config/h8300/h8300.c: Fix formatting.
18837 2002-02-02  Kazu Hirata  <kazu@hxi.com>
18839         * config/h8300/h8300.md: Fix formatting.
18841 2002-02-02  Kazu Hirata  <kazu@hxi.com>
18843         * config/h8300/h8300.md (one_cmpl patterns): Tighten the
18844         predicates of operands[1].  Split the patterns for each
18845         processor variant.
18847 2002-02-02  Kazu Hirata  <kazu@hxi.com>
18849         * config/h8300/h8300.md (xor patterns): Tighten the predicates
18850         of operands[1] to register_operand.
18852 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18854         * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
18855         * cpphash.c (_cpp_init_hashtable): Similarly.
18856         * cppinit.c (cpp_create_reader): Default the signed_char flag.
18857         (init_builtins): Define __CHAR_UNSIGNED__ appropriately.
18858         (COMMAND_LINE_OPTIONS): Recognise -f{un,}signed-char.
18859         (cpp_handle_option): Handle the new options.
18860         * cpplex.c (cpp_interpret_charconst): Use new flag.
18861         * cpplib.h (struct cpp_options): New member signed_char.
18862         * gcc.c (cpp_unique_options): Remove %c spec and documentation.
18863         (cpp_options): Handle -fsigned-char and -funsigned-char.
18864         (static_specs): Remove signed_char_spec.
18865         (do_spec1): Don't handle %c.
18866         * system.h: Poison SIGNED_CHAR_SPEC.
18867         * tradcif.y (yylex): Use flag_signed_char.
18868         * tradcpp.h (flag_signed_char): New.
18869         * tradcpp.c (flag_signed_char): New.
18870         (main): Handle new command-line options.
18871         (initialize_builtins): Define __CHAR_UNSIGNED__ if appropriate.
18872 config:
18873         * alpha/alpha.h (SIGNED_CHAR_SPEC): Remove.
18874         * avr/avr.h: Remove old comments.
18875         * i960/i960.h (CPP_SPEC): Pass -fsigned-char if -mic*.
18876         (CC1_SPEC): Pass -fsigned-char if -mic*.
18877         (SIGNED_CHAR_SPEC): Remove.
18878 doc:
18879         * tm.texi (SIGNED_CHAR_SPEC): Remove documentation.
18881 2002-02-01  Eric Christopher  <echristo@redhat.com>
18883         From Daniel Jacobowitz <dmj+@andrew.cmu.edu>
18884         * config/mips/mips.h (FUNCTION_PROFILER): Fix function profiling.
18885         * config/mips/linux.h (ASM_OUTPUT_REG_PUSH): Undefine.
18886         (ASM_OUTPUT_REG_POP): Ditto.
18888 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18890         * c-decl.c, tree.c, tree.h, objc/objc-act.c: Revert bitfield
18891         patch.
18893 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
18895         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.
18897 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
18899         PR c/5304:
18900         * expmed.c (expand_mult_highpart): Use immed_double_const for wide_op1
18901         unconditionally.
18903 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
18905         * cfganal.c: Include tm_p.h.
18906         (keep_with_call_p): Fix the test that determines if a register holds
18907         the return value of a call.
18909 2002-02-01  DJ Delorie  <dj@redhat.com>
18911         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): If
18912         we are given conflicting registers, switch to the other one we
18913         had allocated for us.
18914         * config/sparc/sparc.md (reload_indi, reload_outdi): Pass op[2]
18915         as TImode so we know when the "other" register is available.
18917 2002-02-01  David O'Brien  <obrien@FreeBSD.org>
18919         * config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than
18920         sparc/sparc_bi.h.
18922 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
18924         * cfganal.c (keep_with_call_p): New function.
18925         (flow_call_edges_add): Prevent splitting a block between a call and
18926         a single-set instruction that should be kept in the same block.
18928 2002-02-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
18930         * doc/install.texi (avr): Update outdated URL.
18932 2002-01-30  Andrew Haley  <aph@cambridge.redhat.com>
18934         * config/stormy16/stormy16.md (pushqi): New.
18935         (popqi): New.
18936         (pushhi): New.
18937         (pophi): New.
18938         (movhi): Remove stack operands.
18939         (movqi): Likewise.
18940         * config/stormy16/stormy16.h (PREDICATE_CODES): Add
18941         nonimmediate_nonstack_operand.
18942         * config/stormy16/stormy16.c (nonimmediate_nonstack_operand):
18943         New.
18944         * config/stormy16/stormy16-protos.h (nonimmediate_nonstack_operand)
18945         New.
18947 2002-01-31  Jason Merrill  <jason@redhat.com>
18949         * Makefile.in (c-parse.c): Handle .output file.
18950         * objc/Make-lang.in (objc-parse.c): Likewise.
18952 2002-02-01  Alexandre Oliva  <aoliva@redhat.com>
18954         * config/mips/mips.h (ENDIAN_SPEC): Output the endianness flag if
18955         the -me[lb] option is given.  Don't output the default flag
18956         twice.
18958 2002-01-31  Zack Weinberg  <zack@codesourcery.com>
18960         * c-lex.c (yyparse): Call debug_hooks->start_source_file for
18961         the primary source file; this has not been done yet.
18962         * c-decl.c (c_expand_body): Reset input_filename from
18963         DECL_SOURCE_FILE (fndecl) before calling init_function_start.
18965 2002-01-31  Kazu Hirata  <kazu@hxi.com>
18967         * rtlanal.c (subreg_regno_offset): Do not use
18968         SUBREG_REGNO_OFFSET.
18969         * system.h: Add SUBREG_REGNO_OFFSET to the GCC poison list.
18970         * doc/tm.texi (SUBREG_REGNO_OFFSET): Remove.
18972 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
18974         * gccbug.in: Follow GNU Coding Standards for --version.  Use GCC
18975         version rather than GNATS version in --version output.
18977 2002-01-31  Richard Sandiford  <rsandifo@redhat.com>
18979         * ifcvt.c (noce_process_if_block): Make a copy of the destination
18980         when copying back from a temporary.
18982 2002-01-30  Richard Henderson  <rth@redhat.com>
18984         * ifcvt.c (dead_or_predicable): Handling merging when other_bb
18985         and new_dest are the same.
18987 2002-01-30  Richard Henderson  <rth@redhat.com>
18989         PR opt/5076
18990         * rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.
18991         * rtl.c (note_insn_name): Update.
18992         * emit-rtl.c (remove_unnecessary_notes): Kill it.
18993         * stmt.c (expand_end_loop): Kill jump opt code.  Use LOOP_END_TOP_COND
18994         to perform loop rotation.
18995         (expand_exit_loop_top_cond): New.
18996         * tree.h (expand_exit_loop_top_cond): Declare it.
18997         * c-semantics.c (genrtl_while_stmt): Use it.
18998         (genrtl_for_stmt): Likewise.
19000 2002-01-30  Alexandre Oliva  <aoliva@redhat.com>
19002         * config/mips/mips.h (PARM_BOUNDARY): Guarantee alignment of
19003         arguments to 64-bit boundaries on 64-bit ABIs.
19005 2002-01-30  Steve Ellcey  <sje@cup.hp.com>
19007         * loop.c (loop_invariant_p): Special case pic_offset_table_rtx.
19009 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
19011         * c-decl.c (grokdeclarator): Handle type being a typedef for an
19012         invalid type.
19014 2002-01-30  David O'Brien  <obrien@FreeBSD.org>
19016         * config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.
19017         * config/sparc/sparc_bi.h: Remove file.
19018         * config/sparc/biarch64.h: New file (rename of sparc_bi.h).
19020 2002-01-30  Richard Henderson  <rth@redhat.com>
19022         * sched-deps.c (sched_analyze): Make a call read the frame pointer.
19024 2002-01-30  Zack Weinberg  <zack@codesourcery.com>
19026         * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.
19028 2002-01-30  Jason Merrill  <jason@redhat.com>
19030         * dwarf2out.c (dwarf_cfi_name): Add other DWARF 3 codes.
19031         (output_cfi): Likewise. Disable DW_CFA_GNU_negative_offset_extended.
19032         (reg_save): Use DW_CFA_offset_extended_sf instead.
19034         * dwarf2out.c (dwarf2out_finish): Don't abort if there were errors.
19036 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
19038         * cselib.c (cselib_record_sets): Use IF_THEN_ELSE result
19039         in cselib_lookup.
19041 2002-01-29  Aldy Hernandez  <aldyh@redhat.com>
19043         * rs6000.md ("*call_value_local32"): Remove constraints.
19044         ("*call_value_local64"): Same.
19045         ("*call_value_indirect_nonlocal_aix32"): Same.
19046         ("*call_value_nonlocal_aix32"): Same.
19047         ("*call_value_indirect_nonlocal_aix64"): Same.
19048         ("*call_value_nonlocal_aix64"): Same.
19049         ("*call_value_nonlocal_sysv"): Same.
19051 2002-01-29  Richard Henderson  <rth@redhat.com>
19053         * config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef.
19055 2002-01-29  Richard Henderson  <rth@redhat.com>
19057         * expr.c (force_operand): Ignore flag_pic for detecting pic
19058         address loads.
19059         * regclass.c (init_reg_sets_1): Test fixed_regs not flag_pic
19060         for determining if PIC_OFFSET_TABLE_REGNUM is call-clobbered.
19061         * resource.c (mark_target_live_regs): Use regs_invalidated_by_call
19062         instead of open-coded loop.
19063         * doc/tm.texi (PIC_OFFSET_TABLE_REGNUM): Clarify that it must
19064         be fixed when in use.
19066 2002-01-29  Richard Henderson  <rth@redhat.com>
19068         * sched-int.h (struct deps_reg): Add uses_length, clobbers_length.
19069         * sched-rgn.c (propagate_deps): Update them.
19070         * sched-deps.c (sched_analyze_insn): Update them.  Flush the
19071         clobbers list when either gets too long.
19073 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
19075         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Handle LEGACY_REGS
19076         and INDEX_REGS the same as GENERAL_REGS.
19077         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
19079 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
19081         * tree.c (build_nonstandard_integer_type): Correct prototype.
19083 2002-01-29  Ulrich Weigand  <uweigand@de.ibm.com>
19085         * config/s390/s390.md (movstrsico, movstrdix_64,
19086         movstrsix_31): Remove, replace by ...
19087         (movstrdi_short, movstrsi_short, movstrdi_long,
19088         movstrsi_long): ... these.  New.
19089         (movstrdi, movstrsi): Adapt.
19091         (rotldi3, rotlsi3, ashldi3, *ashldi3_31, *ashldi3_64,
19092         ashlsi3, lshrdi3, *lshrdi3_31, *lshrdi3_64, lshrsi3):
19093         Remove unnecessary CC clobber.
19094         (*ashrdi3_cc_31, *ashrdi3_cconly_31, *ashrdi3_cc_64,
19095         *ashrdi3_cconly_64, *ashrsi3_cc, *ashrsi3_cconly): New.
19097         (divmoddi4): Don't partially initialize TImode register.
19099 2002-01-29  Geoffrey Keating  <geoffk@redhat.com>
19101         * doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory.
19103 2002-01-29  Richard Henderson  <rth@redhat.com>
19105         * flow.c (print_rtl_and_abort): Remove.
19106         (print_rtl_and_abort_fcn): Remove.
19107         (verify_local_live_at_start): Use dump_bb instead.
19108         (verify_wide_reg): Likewise. Take a basic_block, not rtl endpoints.
19109         (verify_wide_reg_1): Return 2 on mode test failure.
19111 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
19113         PR c/3325, c/3326, c/2511, c/3347
19114         * c-decl.c (enum_decl_context): Remove BITFIELD.
19115         (grokdeclarator): Take bitfield width as an input.
19116         Ensure bitfields are given the correct type.  Perform
19117         bitfield width validation with build_bitfield_integer_type
19118         rather than waiting for finish_struct.
19119         (grok_typename, grok_typename_in_parm_context, start_decl,
19120         push_parmdecl, grokfield, start_function): Update calls to
19121         grokdeclarator.
19122         (build_bitfield_integer_type): New function.
19123         (finish_struct): Move bitfield validation to grokdeclarator
19124         and build_bitfield_integer_type.
19125         * tree.c (build_nonstandard_integer_type): New function.
19126         * tree.h (build_nonstandard_integer_type): New prototype.
19127 objc:
19128         * objc-act.c (objc_copy_list): Remove DECL_INITIAL kludge.
19130 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
19132         PR other/1502:
19133         * cppinit.c (cpp_handle_option): Add ignore argument, if it is zero,
19134         don't ignore unrecognized -W* options.
19135         (cpp_handle_options): Pass 1 as last argument to cpp_handle_option.
19136         * cpplib.h (cpp_handle_option): Adjust prototype.
19137         * c-decl.c (c_decode_options): Pass 0 as last argument to
19138         cpp_handle_option.
19140         PR c/2896:
19141         * gcc.c (cpp_unique_options): Split from cpp_options.
19142         (cpp_options): Source cpp_unique_options.
19143         (default_compilers): Use cpp_unique_options instead of cpp_options
19144         when used together with cc1_options.
19145         (static_specs): Add cpp_unique_options.
19146         * objc/lang-specs.h: Use cpp_unique_options instead of cpp_options
19147         when used together with cc1_options.
19149 2002-01-29  Kazu Hirata  <kazu@hxi.com>
19151         * config/h8300/h8300-protos.h: Update the prototype of
19152         output_a_shift.
19153         * config/h8300/h8300.c (output_a_shift): Remove an unused
19154         argument 'insn'.  Remove redundant code.
19155         * config/h8300/h8300.md: Adust to the new prototype of
19156         output_a_shift.
19158 2002-01-29  Kazu Hirata  <kazu@hxi.com>
19160         * config/h8300/h8300-protos.h: Update the prototypes of
19161         emit_a_rotate and expand_a_rotate.
19162         * config/h8300/h8300.c (emit_a_rotate): Change the type of the
19163         first argument to 'enum rtx_code'.
19164         (expand_a_rotate): Likewise.
19166 2002-01-28  Kazu Hirata  <kazu@hxi.com>
19168         * config/h8300/h8300-protos.h: Update the prototype of
19169         output_simode_bld.
19170         * config/h8300/h8300.c (output_simode_bld): Remove an argumen
19171         'log2'.
19172         * config/h8300/h8300.md: Adjust to the new prototype.
19174 2002-01-28  Kazu Hirata  <kazu@hxi.com>
19176         * conifg/h8300/h8300.c (h8300_adjust_insn_length): Remove
19177         redundant code.
19179 2002-01-28  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19181         * emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM
19182         is a fixed register before returning pic_offset_table_rtx.
19183         * loop.c (scan_loop): Don't hoist insns that set pic_offset_table_rtx
19184         when PIC_OFFSET_TABLE_REG_CALL_CLOBBERED is defined.
19186 2002-01-28  Jason Merrill  <jason@redhat.com>
19188         * dwarf2.h: Sync with src version.
19190 2002-01-28  Paul Koning  <pkoning@equallogic.com>
19192         * builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace
19193         BT_FN_VOID_PTR_VAR.
19194         * builtins.def (BUILT_IN_PREFETCH): Change first argument to be const.
19195         * doc/extend.texi (__builtin_prefetch): Update documentation:
19196         first argument is now const void ptr.
19198 2002-01-28  Kazu Hirata  <kazu@hxi.com>
19200         * config/h8300/h8300-protos.h: Remove an unused prototype.
19202 2002-01-28  Roman Zippel  <zippel@linux-m68k.org>
19204         * toplev.c (lang_independent_init): Round up identifier size.
19206 2002-01-28  Richard Earnshaw  <rearnsha@arm.com>
19208         * config.gcc: Revert previous change.
19210 2002-01-28  Andris Pavenis  <pavenis@latnet.lv>
19212         * config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION
19214 2002-01-28  Richard Earnshaw  <rearnsha@arm.com>
19216         * config.gcc (*-*-netbsdelf*): Set up generic parameters.
19217         (*-*-netbsd*): Always use collect2.  Remove collect2 settings from
19218         other non-elf netbsd config frags.
19219         * config/netbsd-aout.h (STARTFILE_SPEC): Don't pull in c++rt0 since
19220         collect2 will does that.
19221         * config/netbsd.h (LIBGCC_SPEC): Add white space before -lgcc, so that
19222         shared-lib frobbing will work.
19224 2002-01-28  Kazu Hirata  <kazu@hxi.com>
19226         * config/h8300/h8300.h: Fix formatting.
19227         * config/h8300/h8300.md: Likewise.
19229 2002-01-28  Loren J. Rittle  <ljrittle@acm.org>
19231         * fixinc/inclhack.def (strict_ansi_not): Add a bypass based on
19232         the old, removed AAA_standards fix.
19233         * fixinc/fixincl.x: Rebuilt.
19235 2002-01-28  Hans-Peter Nilsson  <hp@axis.com>
19237         * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Change to emit
19238         atexit call in crtbegin, hooked in after call to frame_dummy;
19239         register EH before registering __fini__start.
19241 2002-01-28  Aldy Hernandez  <aldyh@redhat.com>
19243         * config/rs6000/altivec.h: Remove spurious semicolons.
19245 2002-01-27  Kazu Hirata  <kazu@hxi.com>
19247         * config/h8300/h8300.md: Replace dead bit extraction patterns
19248         with ones that work.
19250 Sun Jan 27 13:23:40 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19252         * emit-rtl.c (get_mem_attrs): Don't default alignment for non-BLKmode
19253         if not STRICT_ALIGNMENT.
19254         * rtl.h (MEM_ALIGN): Likewise.
19256 2002-01-27  Craig Rodrigues  <rodrigc@gcc.gnu.org>
19258         * doc/invoke.texi (-fdump-translation-unit): Revert this
19259         patch: 2001-10-21  Craig Rodrigues  <rodrigc@gcc.gnu.org>
19261 2002-01-27  Kazu Hirata  <kazu@hxi.com>
19263         * config/h8300/h8300.md (define_constants): New.
19264         (anonymous patterns) Use defined constants appropriately.
19266 2002-01-27  Kazu Hirata  <kazu@hxi.com>
19268         * config/h8300/h8300.c (function_arg): Remove redundant code.
19270 2002-01-26  Richard Henderson  <rth@redhat.com>
19272         * sched-deps.c (reg_pending_uses_head): New.
19273         (reg_pending_barrier): Rename from reg_pending_sets_all.
19274         (find_insn_list): Don't mark inline.
19275         (find_insn_mem_list): Remove.
19276         (add_dependence_list, add_dependence_list_and_free): New.
19277         (flush_pending_lists): Replace only_write param with separate
19278         for_read and for_write parameters.  Update all callers.  Use
19279         add_dependence_list_and_free.
19280         (sched_analyze_1): Do not add reg dependencies here; just set
19281         the pending bits.  Use add_dependence_list.
19282         (sched_analyze_2): Likewise.
19283         (sched_analyze_insn): Replace schedule_barrier_found with
19284         reg_pending_barrier.  Add all dependencies for pending reg
19285         uses, sets, and clobbers.
19286         (sched_analyze): Don't add reg dependencies for calls, just
19287         set pending bits.  Use regs_invalidated_by_call.  Treat
19288         sched_before_next_call as a normal list, not a fake insn.
19289         (init_deps): No funny init for sched_before_next_call.
19290         (free_deps): Free pending mems lists.  Don't zero reg_last.
19291         (init_deps_global): Init reg_pending_uses.
19292         (finish_deps_global): Free it.
19293         * sched-int.h (deps): Make in_post_call_group_p boolean.  Update docs.
19294         (find_insn_mem_list): Remove.
19295         * sched-rgn.c (concat_INSN_LIST, concat_insn_mem_list): New.
19296         (propagate_deps): Use them.  Zero temp mem lists.
19298 2002-01-26  Richard Henderson  <rth@redhat.com>
19300         * Makefile.in (CRTSTUFF_CFLAGS): New.
19301         (crtbegin.o, crtend.o, crtbeginS.o, crtendS.o, crtbeginT.o): Use it.
19302         * config.gcc (alpha-linux, alpha-freebsd, alpha-netbsd): Use plain
19303         crtstuff.c instead of alpha assembly version.
19304         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Rewrite to assume the
19305         entire dummy function sequence.  Use FORCE_CODE_SECTION_ALIGN
19306         not FORCE_{INIT,FINI}_SECTION_ALIGN.
19307         (__do_global_dtors_aux): Mark used.
19308         (frame_dummy, __do_global_ctors_aux): Mark used.
19309         (fini_dummy, init_dummy): Remove.
19311         * config/alpha/crtbegin.asm: Remove file.
19312         * config/alpha/crtend.asm: Remove file.
19313         * config/alpha/t-crtbe: Remove file.
19314         * config/alpha/elf.h (CRT_CALL_STATIC_FUNCTION): New.
19315         (LINK_EH_SPEC): New.
19317         * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Rewrite old
19318         FORCE_INIT_SECTION_ALIGN hack.  Register __fini_start before
19319         calling constructors.
19320         * config/cris/linux.h (CRT_CALL_STATIC_FUNCTION): Undef.
19322         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): New.
19323         * config/i386/linux.h (CRT_CALL_STATIC_FUNCTION): Replace old
19324         CRT_END_INIT_DUMMY hack.
19325         * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Replace
19326         FORCE_{INIT,FINI}_SECTION_ALIGN.
19328         * config/mcore/mcore-elf.h (FORCE_CODE_SECTION_ALIGN): Replace
19329         FORCE_{INIT,FINI}_SECTION_ALIGN.
19331         * config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Update for new
19332         invocation sequence.
19333         * config/sh/sh.h (CRT_CALL_STATIC_FUNCTION): Likewise.
19335         * doc/tm.texi (CRT_CALL_STATIC_FUNCTION): Update.
19336         (FORCE_CODE_SECTION_ALIGN): New.
19338 2002-01-26  Richard Henderson  <rth@redhat.com>
19340         * config/cris/cris.c (cris_print_operand): Handle 64-bit CONST_INT.
19342 2002-01-26  Richard Henderson  <rth@redhat.com>
19344         * config/alpha/alpha.c (alpha_sa_mask): Mark RA for unicos here too.
19345         (alpha_sa_size): Use alpha_sa_mask to compute size of saved regs.
19347 2002-01-26  Kazu Hirata  <kazu@hxi.com>
19349         * config/h8300/h8300.md: Remove bit extraction patterns that
19350         cannot be triggered.
19351         Restrict each bit extraction pattern to a variant on which the
19352         pattern is tested.
19354 2002-01-26  Joseph S. Myers  <jsm28@cam.ac.uk>
19356         * doc/include/texinfo.tex: Update to version 2002-01-04.07.
19358 2002-01-26  Kazu Hirata  <kazu@hxi.com>
19360         * config/h8300/h8300.md: Remove bit test patterns that cannot
19361         be triggered.
19362         Restrict each bit test pattern to a variant on which the
19363         pattern is tested.
19365 2002-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19367         * builtins.c (expand_builtin_strncat): Remove redundant check for
19368         INTEGER_CST.
19370 2002-01-25  David O'Brien  <obrien@FreeBSD.org>
19372         * config/i386/x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide
19373         default setting.
19374         * config/i386/freebsd64.h (DEFAULT_PCC_STRUCT_RETURN): Do not override
19375         existing setting.
19377 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
19379         * dbxout.c (dbxout_init): Use assemble_name rather than just
19380         stripping off the first character.
19381         (dbxout_source_file): Likewise.
19383 2002-01-25  DJ Delorie  <dj@redhat.com>
19385         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Compare
19386         using rtx_equal_p, not by comparing pointers.
19388 2002-01-25  Steve Ellcey  <sje@cup.hp.com>
19390         * emit-rtl.c (gen_rtx_REG): Always return the same rtx
19391         for PIC_OFFSET_TABLE_REGNUM.
19392         (init_emit_once): Use gen_raw_REG to initialize pic_offset_table_rtx.
19394 2002-01-25  David O'Brien  <obrien@FreeBSD.org>
19396         * config.gcc (x86_64-*-freebsd*): New target.
19397         (x86_64-*-netbsd*,x86_64-*-linux*): Use ${tm_file} rather than its
19398         value.
19399         (i[34567]86-*-freebsd*): Don't include svr4.h.
19400         * config/i386/freebsd64.h: New file.
19402 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
19404         * config/alpha/x-vms (version): Make static.
19406         * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Fix error
19407         in previous checkin.
19409         * Makefile.in (install-headers-cp): New target.
19410         * config.gcc (alpha-dec-*vms*): Install headers with
19411         install-headers-cp
19413 Fri Jan 25 22:42:49 CET 2002  Jan Hubicka  <jh@suse.cz>
19415         * unroll.c (unroll_loop): Lower final_value to nonmemory operand;
19416         avoid it's copies.
19418 Fri Jan 25 08:26:19 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19420         * builtins.c (expand_builtin_strncpy): Use integer_zerop instead
19421         of compare_tree_int.
19422         (expand_builtin_strncat): Likewise.
19423         * c-decl.c (finish_struct): Use tree_low_cst.
19424         * tree.h (compare_tree_int): Arg is unsigned HOST_WIDE_INT.
19425         * tree.c (compare_tree_int): Likewise.
19427 2002-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
19429         * reload1.c (eliminate_regs_in_insn): Recognize frame pointer
19430         adjustments even if they are implemented by more than two insns.
19432 Fri Jan 25 20:43:56 CET 2002  Jan Hubicka  <jh@suse.cz>
19434         * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB arg.
19435         * df.h (struct ref): Kill B.
19436         (DF_REF_BB, DF_REF_BBNO): Use BLOCK_FOR_INSN.
19438         * basic-block.h (PROP_EQUAL_NOTES): New flag.
19439         * flow.c (propagate_one_insn): Use it.
19440         (mark_used_regs): Handle NIL.
19442 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
19444         * config/stormy16/stormy16.md (tablejump_pcrel): Use a MEM
19445         to help folding.
19447 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
19449         * rs6000.md (prefetch): Make address V4SI mode so that the address
19450         is restricted to legitimate form for instruction.
19452 2002-01-25  Bob Wilson  <bob.wilson@acm.org>
19454         * doc/install.texi (xtensa-*-elf): New target.
19455         (xtensa-*-linux*): New target.
19456         * doc/contrib.texi: Add myself.
19458 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
19460         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any general
19461         purpose register to hold an SImode (or smaller) value.
19463 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
19465         * unwind-dw2-fde-glibc.c: If inhibit_libc, use __register_frame*
19466         registry only.
19467         * crtstuff.c: Likewise.
19469 2002-01-25  Kazu Hirata  <kazu@hxi.com>
19471         * config/h8300/h8300.md (negation patterns): Tighten
19472         predicates to register_operand.
19474 2002-01-24  Aldy Hernandez  <aldyh@redhat.com>
19476         * loop.c (emit_prefetch_instructions): Use the prefetch insn's
19477         mode, not Pmode.
19479         * builtins.c (expand_builtin_prefetch): Same.
19481 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
19483         * config/sh/sh.md (sym_label2reg): Make sure all CONSTs have
19484         modes.
19486 2002-01-24  Kazu Hirata  <kazu@hxi.com>
19488         * config/h8300/h8300.c (print_operand): Remove support for
19489         operand character 'A'.
19490         * config/h8300/h8300.md (three anonymous patterns): Replace
19491         operand character 'A' with either 'T' or 'S'.
19493 2002-01-24  Kazu Hirata  <kazu@hxi.com>
19495         * config/h8300/h8300.c (print_operand): Remove support for
19496         operand character 'U'.
19498 2002-01-24  Andris Pavenis  <pavenis@latnet.lv>
19500         * config/i386/t-djgpp: Use NATIVE_SYSTEM_HEADER_DIR.
19502 2002-01-24  Nick Clifton  <nickc@cambridge.redhat.com>
19504         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow SImode
19505         values to be assigned to the stack pointer.
19507 2002-01-14  Hartmut Penner  <hpenner@de.ibm.com>
19509         * emit_rtl.c (gen_lowpart_common): Conversion from const_int
19510         to const_double needs to be done right for big-endian systems.
19512 2002-01-24  Jason Merrill  <jason@redhat.com>
19514         PR c++/2432
19515         * config/sparc/sparc.md (call-jump peepholes): Pass the right insn
19516         to can_throw_internal.
19518 2002-01-23  Richard Henderson  <rth@redhat.com>
19520         * fold-const.c (fold): Change UINT_MAX test to check vs precision
19521         rather than TYPE_MAX_VALUE.  Fix indentation and a bogus negation.
19523 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
19525         * config/sh/sh.md (symGOT_load, sym2GOT, sym2GOTOFF): New expands.
19526         (symGOT2reg): Use them, then set as GOT value as unchanging.
19527         (symGOTOFF2reg): Set REG_EQUAL note.  Use a different pseudo
19528         as a temporary, if possible.
19529         (symPLT_label2reg): Enclose (pc) in UNSPEC_PIC.  Emit
19530         sym@PLT-(.LPCS#+2-.) instead of sym@PLT+.-(.LPCS#+2).
19532 2002-01-23  Kazu Hirata  <kazu@hxi.com>
19534         * config/h8300/h8300.md: Fix xorqi and xorqi so that they will
19535         accept to accept 0x80 as operands[2].
19537 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
19539         * config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.
19541 2002-01-23  Richard Henderson  <rth@redhat.com>
19543         * config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo.
19545 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
19547         * c-parse.in (parmlist_or_identifiers): Add maybe_attribute.
19548         (parmlist_or_identifiers_1): Verify that only a parmlist follows
19549         an attribute.
19551 2002-01-23  Richard Henderson  <rth@redhat.com>
19553         * expr.c (move_by_pieces_1): Extend size before negation.
19555         * config/m68k/t-m68kbare (MULTILIB_OPTIONS): Add 68040 and 68060.
19556         (MULTILIB_MATCHES): Remove 68040 and 68060 aliases.
19557         (MULTILIB_EXCEPTIONS): Ignore 68881 and soft-float for 68040 and 68060.
19558         * config/m68k/t-m68kelf: Likewise.
19560 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
19562         * config/xtensa/elf.h: New file.
19563         * config/xtensa/lib1funcs.asm: New file.
19564         * config/xtensa/lib2funcs.S: New file.
19565         * config/xtensa/linux.h: New file.
19566         * config/xtensa/t-xtensa: New file.
19567         * config/xtensa/xtensa-config.h: New file.
19568         * config/xtensa/xtensa-protos.h: New file.
19569         * config/xtensa/xtensa.c: New file.
19570         * config/xtensa/xtensa.h: New file.
19571         * config/xtensa/xtensa.md: New file.
19572         * config.gcc (xtensa-*-elf*): New target.
19573         (xtensa-*-linux*): New target.
19574         * cse.c (canon_hash): Compare rtx pointers instead of register
19575         numbers.  This is required for the Xtensa port.
19576         * integrate.c (copy_insn_list): Handle case where the static
19577         chain is in memory and the memory address has to be copied to
19578         a register.
19579         * doc/invoke.texi (Option Summary): Add Xtensa options.
19580         (Xtensa Options): New node.
19581         * doc/md.texi (Machine Constraints): Add Xtensa machine constraints.
19583 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
19585         * diagnostic.c (internal_error): Do ICE suppression only
19586         when ENABLE_CHECKING is not defined.
19588         * c-typeck.c (require_complete_type): Return error_mark_node
19589         if type is error_mark_node.
19591 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
19593         * toplev.c (process_options): Disable -fprefetch-loop-arrays with
19594         -Os and issue a warning.
19596 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
19598         * doc/fragments.texi, doc/hostconfig.texi: Update to reflect
19599         current (lack of) need for host configuration by hand.
19601         * doc/gccint.texi, doc/rtl.texi, doc/tm.texi: Adjust cross
19602         references.  Documentation of some target macros moved from
19603         hostconfig.texi to tm.texi.
19605 2002-01-23  Will Cohen  <wcohen@redhat.com>
19607         * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Define if not currently
19608         defined.
19610 2002-01-23  Kazu Hirata  <kazu@hxi.com>
19612         * config/h8300/h8300.md (*andorhi3): Accept 0x8000 as an
19613         operand[3].
19615 2002-01-23  Jason Merrill  <jason@redhat.com>
19617         * tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF.
19619         * function.c (assign_parms): Don't put args of inline functions
19620         into registers when not optimizing.
19622 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
19624         * config/arm/arm.md (UNSPEC_PROLOGUE_USE): New unspec constant.
19625         (prologue_use): New pattern.
19626         * config/arm/arm.c (expand_prologue): Use gen_prologue_use in
19627         preference to gen_rtx_USE.
19628         (thumb_expand_prologue): Use gen_prologue_use in preference to
19629         gen_rtx_USE.
19630         (thumb_expand_epilogue): Use gen_prologue_use in preference to
19631         gen_rtx_USE.
19633 2002-01-23  Hans-Peter Nilsson  <hp@bitrange.com>
19635         * loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.
19637 2002-01-23  Neil Booth  <neil@daikokuya.demon.co.uk>
19639         PR c/3504
19640         * doc/extend.texi: Correct documentation of __alignof__.
19642 2002-01-22  Zack Weinberg  <zack@codesourcery.com>
19644         * params.h: Rename arguments of DEFPARAM so that it will be
19645         recognized as a translation keyword.
19647 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
19649         * extend.texi: Document altivec functions.
19650         Fix N-bit adjectives in X86 builtin documentation.
19652 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
19654         * reload.c (reg_overlap_mentioned_for_reload_p): Handle PLUS and
19655         auto_inc_dec values.
19657 2002-01-22  Richard Earnshaw  <rearnsha@arm.com>
19659         * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space
19660         after backslash.
19661         (ASM_DECLARE_OBJECT_NAME): Add missing backslash before final line.
19663 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
19665         * config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
19667 2002-01-22  Richard Henderson  <rth@redhat.com>
19669         * config/alpha/alpha.c (split_small_symbolic_mem_operand): Use
19670         copy_insn not copy_rtx.
19672 2002-01-23  Alan Modra  <amodra@bigpond.net.au>
19674         * combine.c (simplify_and_const_int): Don't trunc_int_for_mode
19675         "nonzero" as that might add "1" bits.  Ensure "constop" is
19676         properly sign extened.
19677         (force_to_mode): Tweak for sign extended constop.
19679 2002-01-22  Richard Henderson  <rth@redhat.com>
19681         * config/alpha/alpha.c (some_small_symbolic_mem_operand) Use
19682         for_each_rtx instead of assuming we're already looking at the MEM.
19683         (split_small_symbolic_mem_operand): Likewise.
19684         * config/alpha/alpha.h (PREDICATE_CODES): Update.
19685         * config/alpha/alpha.md (small symbolic memory splitters): Update.
19687 2002-01-22  Richard Henderson  <rth@redhat.com>
19689         * config/alpha/alpha.md (divmodsi_internal_er): Generate lituse
19690         sequence number for the literal.
19691         (divmoddi_internal_er): Likewise.
19693 2002-01-22  Craig Rodrigues  <rodrigc@gcc.gnu.org>
19695         PR java/4972
19696         * aclocal.m4 (AM_ICONV): Put linking flags for libiconv
19697         in LIBICONV variable.
19698         * configure: Regenerated.
19700 2002-01-22  Krister Walfridsson  <cato@df.lth.se>
19702         * dependence.c (build_def_use): Remove array_idx.
19704         * dwarfout.c (last_filename): Remove.
19705         (output_compile_unit_die): Remove last_filename.
19707 2002-01-22  Roger Sayle  <roger@eyesopen.com>
19708             Richard Henderson  <rth@redhat.com>
19710         PR opt/3640
19711         * fold-const.c (fold): Optimize unsigned comparisons against
19712         UINT_MAX (and similar unsigned constants).
19714 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
19716         * Makefile.in (loop.o): Depend on OPTABS_H.
19717         * loop.c (emit_prefetch_instructions): Check the prefetch operand
19718         against the predicate.
19720         PR target/5379
19721         * config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
19722         for the address operand.
19724 2002-01-22  Richard Henderson  <rth@redhat.com>
19726         * config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
19728 2002-01-22  Craig Rodrigues  <rodrigc@gcc.gnu.org>
19730         PR other/5450
19731         * config/i386/sysv4.h (CPP_SPEC): Define, and add CPU
19732         preprocessor flags.
19734 2002-01-22  Jason Thorpe  <thorpej@wasabisystems.com>
19736         * config.gcc (x86_64-*-netbsd*): New target.
19737         * config/i386/netbsd64.h: New file.
19739 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
19741         * regrename.c (kill_value): Fix typo.
19743 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
19745         * doc/tm.texi: Remove STARTING_FRAME_PHASE.
19747         * config/rs6000/rs6000.h: Same.
19749         * function.c (instantiate_virtual_regs): Remove
19750         STARTING_FRAME_PHASE.
19751         (assign_stack_local_1): Same.
19752         Calculate frame phase.
19754 2002-01-22  Nick Clifton  <nickc@redhat.com>
19756         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Move 'regno'
19757         variable declaration to outer scope in order to simplify
19758         future extensions.
19759         (HARD_REGNO_MODE_OK): Replace macro body with a with a call to
19760         arm_hard_regno_mode_ok.
19761         * config/arm/arm-protos.h: Add a prototype for
19762         arm_hard_regno_mode_ok.
19763         * config/arm/arm.c (soft_df_operand): Remove now redundant
19764         check for DImode values using IP_REGNUM.
19765         (nonimmediate_soft_df_operand): Remove now redundant check for
19766         DImode values using IP_REGNUM.
19767         (arm_hard_regno_mode_ok): New function. New check: make sure
19768         that DImode values are not stored in IP_REGNUM.
19770         * config/arm/arm.c (arm_expand_prologue): Replace REG_MAYBE_DEAD
19771         note with a USE.
19772         (thumb_expand_prologue): Replace REG_MAYBE_DEAD note with a USE.
19774 2002-01-22  Jason Merrill  <jason@redhat.com>
19776         * c-semantics.c (genrtl_compound_stmt): Only check nesting
19777         consistency if this COMPOUND_STMT is scoped.
19779 2002-01-22  Kazu Hirata  <kazu@hxi.com>
19781         * predict.c: Fix formatting.
19782         * print-tree.c: Likewise.
19783         * protoize.c: Likewise.
19784         * real.h: Likewise.
19785         * rtl.h: Likewise.
19786         * sbitmap.h: Likewise.
19787         * scan.c: Likewise.
19788         * sched-deps.c: Likewise.
19789         * sched-vis.c: Likewise.
19790         * sdbout.c: Likewise.
19791         * sibcall.c: Likewise.
19792         * ssa.c: Likewise.
19793         * ssa-ccp.c: Likewise.
19794         * ssa-dce.c: Likewise.
19795         * stmt.c: Likewise.
19796         * stor-layout.c: Likewise.
19797         * system.h: Likewise.
19799 Tue Jan 22 06:26:33 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19801         * tree.c (int_fits_type_p): If bounds of a subtype are variable, see
19802         if fits in bounds of base type.
19804         * dwarf2out.c (equate_decl_number_to_die): Add "int" to decls.
19805         (loc_descriptor_from_tree, case CALL_EXPR, case ADDR_EXPR): New.
19806         (add_bound_info, default): If can't find a context, make a
19807         SAVE_EXPR.
19808         (dwarf2out_finish): Check for SAVE_EXPR in node->created_for.
19810 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
19812         * c-typeck.c (parser_build_binary_op): If result from
19813         build_binary_op is ERROR_MARK just return error_mark_node without
19814         further processing.
19816 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
19818         * config/netbsd.h (TARGET_HAS_F_SETLKW): define.
19819         Split a.out-specific bits into...
19820         * config/netbsd-aout.h: ...this.
19821         * config/netbsd-elf.h: New file.
19822         * config/alpha/netbsd-elf.h: Remove.
19823         * config/alpha/netbsd.h: Rewrite for a NetBSD/alpha ELF target.
19824         * config/i386/netbsd-elf.h (LIB_SPEC): Remove.
19825         (STARTFILE_SPEC): Remove redundant definition.
19826         (ENDFILE_SPEC): Likewise.
19827         (LINK_SPEC): Likewise.
19828         (CPP_SPEC): Likewise.
19829         (ASM_SPEC): Likewise.
19830         (LIB_SPEC): Likewise.
19831         (SWITCH_TAKES_ARG): Likewise.
19832         (TARGET_MEM_FUNCTIONS): Likewise.
19833         (CPP_PREDEFINES): Redefine.
19834         (ASM_FINAL_SPEC): Remove redefinition.
19835         (ASM_COMMENT_START): Redefine.
19836         (FUNCTION_PROFILER): Define.
19837         (TARGET_VERSION): Redefine.
19838         Comment and formatting cleanup.
19839         * config/i386/netbsd.h: Include <netbsd-aout.h>.
19840         * config/m68k/netbsd.h: Include <netbsd-aout.h>.
19841         * config/mips/netbsd.h: Rewrite for NetBSD/mips ELF target,
19842         big- or little-endian.
19843         * config/ns32k/netbsd.h: Include <netbsd-aout.h>.
19844         * config.gcc (*-*-netbsd*): Add definitions common to all
19845         NetBSD configs.
19846         (alpha*-*-netbsd*): Remove redundant xm_defines, gas, and
19847         gnu_ld definitions.  Add netbsd-elf.h to and remove
19848         alpha/netbsd-elf.h from tm_file.  Remove alpha/t-crtfm from
19849         tmake_file, and don't lose previous tmake_file contents.
19850         (arm*-*-netbsd*): Add netbsd-aout.h to tm_file.
19851         (i[34567]86-*-netbsdelf*): Remove redundant xm_defines, gas, and
19852         gnu_ld definitions.  Add netbsd-elf.h to tm_file.
19853         (mips-dec-netbsd*): Remove as alias for mipsel-*-netbsd*.
19854         (mipsel-*-netbsd*): Rename this to...
19855         (mips*-*-netbsd*): ...this.  Add elfos.h to tm_file.  Add
19856         mips/little.h to tm_file for mips*el-*.
19857         (powerpc-*-netbsd*): Remove redundant xm_defines definition.
19858         (sparc-*-netbsd*): Add netbsd-aout.h to tm_file.
19859         (vax-*-netbsd*): Add netbsd-aout.h to tm_file.
19861 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19863         * pa-protos.h (reg_before_reload_operand): New function prototype.
19864         * pa.c (reg_before_reload_operand): New function implementation.
19865         * pa.md (decrement_and_branch_until_zero, movb): Use it.  Change "!*m"
19866         contraints to "*m".
19868 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19870         * combine.c (simplify_and_const_int): Properly sign-extend CONSTOP.
19872 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19874         * pa64-hpux.h (MD_EXEC_PREFIX): Set to "/usr/ccs/bin".
19875         (MD_STARTFILE_PREFIX): Set to "/usr/ccs/lib/pa20_64/".
19876         (MD_STARTFILE_PREFIX_1): Set to "/opt/langtools/lib/pa20_64/".
19877         (EH_FRAME_IN_DATA_SECTION): Define and update comment on init sections.
19878         (ENDFILE_SPEC): Undefine.
19879         (STARTFILE_SPEC): Redefine for PA.
19881 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19883         * config/rs6000/t-ppccomm (CRTSTUFF_T_CFLAGS_S): Re-add -fPIC.
19885 2002-01-21  Daniel Jacobowitz  <drow@mvista.com>
19887         * config.gcc: Add entries to supported PowerPC --with-cpu
19888         types.
19890 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
19892         * config/i386/i386.c (ix86_function_arg_regno_p): Never return
19893         true for 64-bit mode only SSE registers in 32-bit mode.
19895 2002-01-21  Kazu Hirata  <kazu@hxi.com>
19897         * unwind-dw2.c: Fix formatting.
19898         * unwind-dw2-fde.c: Likewise.
19899         * unwind-dw2-fde.h: Likewise.
19900         * unwind-pe.h: Likewise.
19901         * varasm.c: Likewise.
19902         * varray.h: Likewise.
19904 2002-01-21  Hans-Peter Nilsson  <hp@bitrange.com>
19906         Remove workaround for register stack overwrite bug in mmix.
19907         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Remove
19908         support for TARGET_REG_STACK_FILL_BUG.
19909         * config/mmix/mmix.h: Remove member has_call_without_parameters.
19910         (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_REG_STACK_FILL_BUG):
19911         Delete.
19912         (TARGET_DEFAULT): Remove TARGET_MASK_REG_STACK_FILL_BUG.
19913         (TARGET_SWITCHES): Remove -mreg-stack-fill-bug-workaround and
19914         -mno-reg-stack-fill-bug-workaround.
19915         * config/mmix/mmix.md ("call", "call_value"): Don't set struct
19916         machine member has_call_without_parameters.
19917         * doc/invoke.texi (Option Summary) <MMIX Options>: Remove
19918         -mreg-stack-fill-bug-workaround and
19919         -mno-reg-stack-fill-bug-workaround.
19920         (MMIX Options): Ditto.
19922 2002-01-21  Kazu Hirata  <kazu@hxi.com>
19924         * config/h8300/h8300.c (function_arg): Replace 0 with NULL_RTX
19925         as appropriate.
19926         Remove redundant code.
19928 2002-01-21  Joseph S. Myers  <jsm28@cam.ac.uk>
19930         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
19931         config/c4x/c4x.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
19932         config/fr30/fr30.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
19933         config/mips/mips.h, config/rs6000/rs6000.h, config/sparc/sparc.h,
19934         config/stormy16/stormy16.h, config/v850/v850.h: Remove commented
19935         out target macro definitions and non-target-specific comments
19936         mostly taken from old versions of the manual.
19938 2002-01-20  Kazu Hirata  <kazu@hxi.com>
19940         * config/h8300/h8300.h: Fix comment formatting.
19941         * config/ia64/aix.h: Likewise.
19942         * config/ia64/ia64-protos.h: Likewise.
19943         * config/ia64/ia64.c: Likewise.
19944         * config/ia64/ia64.h: Likewise.
19945         * config/ia64/ia64intrin.h: Likewise.
19946         * config/ia64/linux.h: Likewise.
19947         * config/ia64/unwind-aix.c: Likewise.
19948         * config/ia64/unwind-ia64.c: Likewise.
19950 2002-01-20  Kazu Hirata  <kazu@hxi.com>
19952         * config/h8300/h8300.c: Revise comments about shift code.
19954 2002-01-20  Kazu Hirata  <kazu@hxi.com>
19956         * config/h8300/h8300.c (function_arg): Update a comment.
19958 2002-01-20  Kazu Hirata  <kazu@hxi.com>
19960         * config/h8300/h8300.md: Update the comments at the beginning
19961         of the file.
19963 2002-01-20  Kazu Hirata  <kazu@hxi.com>
19965         * config/i370/i370.c: Fix comment formatting.
19966         * config/i370/i370.h: Likewise.
19967         * config/i370/i370.md: Likewise.
19968         * config/i370/linux.h: Likewise.
19970 Sun Jan 20 18:40:14 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19972         * reg-stack.c (subst_stack_regs): Properly check for deleted insn.
19974         * dwarf2out.c (loc_descriptor_from_tree): Add TRUTH_*_EXPR cases.
19975         (gen_struct_or_union_type_die): Don't SIGSEGV if no TYPE_STUB_DECL
19976         in incomplete case.
19978 2002-01-20  Graham Stott  <grahams@redhat.com>
19980         * cfgloop.c (flow_loop_preheader_scan): Fix typo.
19982 2002-01-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19984         * config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.
19986 2002-01-19  Tom Rix  <trix@redhat.com>
19988         * config/rs6000/rs6000.md: Fix DF split for 64 bit hosts.
19990 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
19992         * doc/tm.texi (STARTING_FRAME_PHASE): Document.
19994         * function.c (assign_stack_local_1): Adjust x_frame_offset with
19995         STARTING_FRAME_PHASE.
19996         (STARTING_FRAME_PHASE): New.
19997         (instantiate_virtual_regs): Check saneness of
19998         STARTING_FRAME_PHASE.
20000         * config/rs6000/rs6000.h (STARTING_FRAME_PHASE): New.
20002 2002-01-19  Alexandre Oliva  <aoliva@redhat.com>
20004         * config/sh/sh.md (movdf_i4 split): Fix alter_subreg calls.
20006 2002-01-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
20008         * doc/install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot
20009         be used for bootstrapping GCC 3.0.
20011 2002-01-18  Kazu Hirata  <kazu@hxi.com>
20013         * config/h8300/h8300.md: Fix an insn length.
20015 2002-01-18  Kazu Hirata  <kazu@hxi.com>
20017         * bitmap.h: Fix comment formatting.
20018         * combine.c: Likewise.
20019         * cppfiles.c: Likewise.
20020         * c-pragma.h: Likewise.
20021         * c-typeck.c: Likewise.
20022         * df.c: Likewise.
20023         * dwarf2out.c: Likewise.
20024         * function.c: Likewise.
20025         * gcc.c: Likewise.
20026         * genattrtab.c: Likewise.
20027         * gthr-win32.h: Likewise.
20028         * haifa-sched.c: Likewise.
20029         * predict.c: Likewise.
20030         * rtlanal.c: Likewise.
20031         * rtl.h: Likewise.
20032         * unwind-dw2-fde.h: Likewise.
20033         * unwind-pe.h: Likewise.
20034         * vmsdbgout.c: Likewise.
20036 Thu Jan 17 15:28:26 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20038         * attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE
20039         if type_required and passed decl.
20041 2002-01-17  Aldy Hernandez  <aldyh@redhat.com>
20043         * config.gcc (cpu_type): Include altivec.h in powerpc
20044         extra_headers.
20045         Same for darwin.
20047         * config/rs6000/altivec.h: New.
20049 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
20051         * doc/install.texi (*-ibm-aix*): Update assembler and exception
20052         handling information.
20053         * doc/trouble.texi (Interoperation): Add libstdc++ information
20054         for AIX.
20055         (Misunderstandings): Add template instantiation and static template
20056         member information for AIX.
20058 2002-01-17  Jason Merrill  <jason@redhat.com>
20060         * dbxout.c (dbxout_type): Support const and volatile.
20062         * except.c (add_partial_entry): Remove backwards compatibility code.
20063         (end_protect_partials): Likewise.
20065 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
20067         * config/ia64/ia64.md (prologue_use): New.
20068         * config/ia64/ia64.c (ia64_expand_prologue): Use
20069         gen_prologue_use instead of gen_rtx_USE.
20070         (group_barrier_needed_p): Handle CODE_FOR_prologue_use the same way
20071         as CODE_FOR_pred_rel_mutex.
20072         (ia64_sched_reorder2): Likewise.
20074 2002-01-16  Eric Christopher  <echristo@redhat.com>
20076         * config/mips/r3900.h: Reformat.
20077         (SUBTARGET_CPP_SIZE_SPEC): Remove.
20078         * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Ditto.
20079         * config/mips/mips.h (ABI_GAS_ASM_SPEC): Default to "".
20080         (SUBTARGET_CPP_SIZE_SPEC): Rewrite.
20081         * config/mips/t-elf: Remove mips3 multilib.
20083 2002-01-16  H.J. Lu <hjl@gnu.org>
20085         * config/mips/linux.h: Include "mips/abi64.h".
20087 2002-01-16  H.J. Lu <hjl@gnu.org>
20089         * config/mips/t-linux: New.
20091         * config.gcc: Add mips/t-linux to tmake_file for mips*-*-linux*.
20093         * config/mips/linux.h: Don't include "gofast.h".
20094         (INIT_SUBTARGET_OPTABS): Removed.
20096 2002-01-16  Kazu Hirata  <kazu@hxi.com>
20098         * config/h8300/h8300-protos.h: Replace emit_a_shift with
20099         output_a_shift.
20100         * config/h8300/h8300.c: Likewise.
20101         * config/h8300/h8300.md: Likewise.
20103 2002-01-16  Kazu Hirata  <kazu@hxi.com>
20105         * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
20106         spaces after an opcode name.
20107         (pushqi1_h8300hs): Likewise.
20108         (pushhi1_h8300hs): Likewise.
20110 2002-01-16  Kazu Hirata  <kazu@hxi.com>
20112         * doc/extend.texi: Replace "option" with "attribute"
20113         appropriately.
20115 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
20117         * config/alpha/alpha.c (some_small_symbolic_mem_operand): Look into
20118         (and:DI () (const_int -8)).
20119         (split_small_symbolic_mem_operand): Split
20120         (mem (and:DI () (const_int -8)).
20122 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
20124         PR target/5309:
20125         * config/sparc/sparc.c (ultrasparc_adjust_cost): Handle TYPE_IDIV the
20126         same way as TYPE_IMUL.
20127         (ultrasparc_sched_reorder): Likewise.
20128         * config/sparc/sparc.md (type): Add comment to update
20129         ultrasparc_sched_reorder when making changes.
20131 2002-01-16  Kazu Hirata  <kazu@hxi.com>
20133         * doc/invoke.texi: Change the dump file name of block
20134         reordering pass from 28.bbro to 29.bbro.
20135         Mention -dk option.
20137 Wed Jan 16 17:54:22 CET 2002  Jan Hubicka  <jh@suse.cz>
20139         * i386.md (minsf splitter): Fix pasto.
20141 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
20143         * config/arm/arm.c (arm_expand_prologue): Add REG_MAYBE_DEAD note
20144         to frame pointer initialisation instruction.
20145         (thumb_expand_prologue): Add REG_MAYBE_DEAD note to frame pointer
20146         initialisation instruction.
20147         (soft_df_operand): Do not accept the IP register.
20148         (nonimmediate_soft_df_operand): Do not accept the IP register.
20150 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
20152         PR target/5357:
20153         * config/sparc/sparc.c (sparc_override_options): Avoid MASK_V9 and
20154         MASK_V8 being both set.
20156 2002-01-16  Ulrich Weigand  <uweigand@de.ibm.com>
20158         * config/s390/s390.c (s390_emit_prologue): Do not emit USE
20159         insn for GOT register; add REG_MAYBE_DEAD notes instead.
20160         config/s390/s390.md (call, call_value): Add GOT register to
20161         CALL_INSN_FUNCTION_USAGE where needed.
20162         (call_exp, call_value_exp): New.
20164 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
20166         * config/arm/arm.c: General formatting tidy up.
20168 2002-01-16  Graham Stott  <grahams@redhat.com>
20170         * calls.c (try_to_integrate): Use "(size_t)" intermediate
20171         cast and when casting an integer literal to "rtx" pointer.
20172         (expand_call): Likewise.
20173         * flow.c (try_pre_increment): Likewise.
20174         (find_use_as_address): Likewise.
20175         * integrate.c (expand_iline_function): Likewise.
20176         * regmove.c (try_auto_increment): Likewise.
20178 2002-01-16  Graham Stott  <grahams@redhat.com>
20180         * sched-rgn.c (passed): Use sbitmap_free.
20181         (header): Likewise.
20182         (inner): Likewise.
20183         (in_queue): Likewise.
20184         (in_stack): Likewise.
20186 2002-01-15  Eric Christopher  <echristo@redhat.com>
20188         * flow.c (propagate_one_insn): Change to use fatal_insn.
20190 2002-01-15  Kazu Hirata  <kazu@hxi.com>
20192         * expmed.c (extract_fixed_bit_field): Remove unused code.
20193         * system.h: Poison SLOW_ZERO_EXTEND.
20194         * doc/tm.texi: Remove.
20195         * config/1750a/1750a.h (SLOW_ZERO_EXTEND): Remove.
20196         * config/arm/arm.h: Likewise.
20197         * config/avr/avr.h: Likewise.
20198         * config/clipper/clipper.h: Likewise.
20199         * config/convex/convex.h: Likewise.
20200         * config/d30v/d30v.h: Likewise.
20201         * config/dsp16xx/dsp16xx.h: Likewise.
20202         * config/elxsi/elxsi.h: Likewise.
20203         * config/fr30/fr30.h: Likewise.
20204         * config/h8300/h8300.h: Likewise.
20205         * config/i370/i370.h: Likewise.
20206         * config/i386/i386.h: Likewise.
20207         * config/m68k/m68k.h: Likewise.
20208         * config/mips/mips.h: Likewise.
20209         * config/ns32k/ns32k.h: Likewise.
20210         * config/pdp11/pdp11.h: Likewise.
20211         * config/pj/pj.h: Likewise.
20212         * config/s390/s390.h: Likewise.
20213         * config/sh/sh.h: Likewise.
20214         * config/stormy16/stormy16.h: Likewise.
20215         * config/v850/v850.h: Likewise.
20216         * config/vax/vax.h: Likewise.
20217         * config/we32k/we32k.h: Likewise.
20219 2002-01-15  Aldy Hernandez  <aldyh@redhat.com>
20221         * config/rs6000/rs6000.md (altivec_stvx): Add parallels to stvx.
20222         (altivec_lvsl): Change constraint to b.
20223         (altivec_lvsr): Same.
20224         (altivec_lvebx): Same.
20225         (altivec_lvehx): Same.
20226         (altivec_lvewx): Same.
20227         (altivec_lvxl): Same.
20228         (altivec_lvx): Same.
20229         (altivec_stvx): Add parallel.
20230         (altivec_stvxl): Same.
20231         (altivec_stvehx): Same.
20232         (altivec_stvebx): Same.
20233         (altivec_stvebx): Same.
20235 2002-01-15  Aldy Hernandez  <aldyh@redhat.com>
20237         * config.gcc: Change altivec.h to altivec-defs.h.
20239         * config/rs6000/altivec.h: Delete.
20241         * config/rs6000/altivec-defs.h: Add.
20243 2002-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20245         * vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV
20246         and UMOD modes.
20248         * vax.h (INDEX_TERM_P): Restrict indexing to modes which have a size
20249         less than or equal to eight bytes.
20251         * vax.md (andsi3): Remove constraints and change SET destination
20252         operand type to nonimmediate_operand.
20253         (andhi3, andqi3): Likewise.  Don't clear high order bits of operand 1
20254         when it is a CONST_INT.
20256 2002-01-15  Jason Merrill  <jason@redhat.com>
20258         * c-common.def (FILE_STMT): New code.
20259         * c-common.c (statement_code_p): It's a statement.
20260         * c-common.h (stmt_tree_s): Add x_last_filename.
20261         (FILE_STMT_FILENAME_NODE, FILE_STMT_FILENAME): New macros.
20262         (last_expr_filename): New macro.
20263         * c-semantics.c (begin_stmt_tree): Initialize it.
20264         (add_stmt): If the filename changed, also insert a
20265         FILE_STMT.
20266         (expand_stmt): Handle seeing one.
20268 2002-01-15  Eric Christopher  <echristo@redhat.com>
20270         * flow.c (propagate_one_insn): Add error message and print out
20271         insn for debugging.
20273 2002-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
20275         * system.h (ASM_IDENTIFY_GCC, STDC_VALUE, TRAMPOLINE_ALIGN,
20276         ASM_IDENTIFY_GCC_AFTER_SOURCE): Poison.
20277         * config/pdp11/pdp11.h (TRAMPOLINE_ALIGN): Rename to
20278         TRAMPOLINE_ALIGNMENT.
20279         * config/arm/arm.h, config/mcore/mcore.h: Likewise.  Change value
20280         to be in bits.
20281         * config/i386/cygwin.h (PCC_BITFIELDS_TYPE_MATTERS): Rename to
20282         PCC_BITFIELD_TYPE_MATTERS.
20283         * config/interix.h (STDC_VALUE): Remove.  Use
20284         STDC_0_IN_SYSTEM_HEADERS.
20285         * config/darwin.h (ASM_IDENTIFY_GCC), config/dsp16xx/dsp16xx.h
20286         (ASM_IDENTIFY_GCC), config/stormy16/stormy16.h (ASM_IDENTIFY_GCC,
20287         ASM_IDENTIFY_GCC_AFTER_SOURCE): Remove.
20289 2002-01-15  Craig Rodrigues  <rodrigc@gcc.gnu.org>
20291         * doc/install.texi (hppa*-hp-hpux11): --enable-threads does
20292         not work on this platform currently.
20294 2002-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
20296         * c-typeck.c (build_unary_op): Don't wrap msgid argument of
20297         readonly_warning in _().
20299 2002-01-15  Douglas B Rupp  <rupp@gnat.com>
20301         * gcc.c (delete_if_ordinary): Backout previous change.
20303 2002-01-15  Kazu Hirata  <kazu@hxi.com>
20305         * config/h8300/h8300.c (print_operand): Remove support for
20306         unused operand characters.
20308         * read-rtl.c: Fix formatting.
20309         * real.c: Likewise.
20310         * recog.c: Likewise.
20311         * regclass.c: Likewise.
20312         * regmove.c: Likewise.
20313         * reg-stack.c: Likewise.
20314         * reload1.c: Likewise.
20315         * rtlanal.c: Likewise.
20317 2002-01-15  Kazu Hirata  <kazu@hxi.com>
20319         * config/i386/i386.c: Fix formatting.
20321 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
20323         * c-typeck.c (process_init_element): Don't save_expr
20324         COMPOUND_LITERAL_EXPR if just its initializer will be used.
20326 2002-01-15  David Edelsohn  <edelsohn@gnu.org>
20328         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Do not
20329         emit optional traceback table if optimize_size or TARGET_ELF.
20330         * config/rs6000/rs6000.md (prefetch): New.
20332 2002-01-15  Andreas Jaeger  <aj@suse.de>
20334         * config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h.
20336 2002-01-15  Kazu Hirata  <kazu@hxi.com>
20338         * mips-tfile.c: Fix formatting.
20340 Tue Jan 15 00:56:11 CET 2002  Jan Hubicka  <jh@suse.cz>
20342         * unroll.c (final_reg_note_copy): Fix previous commit.
20344 2002-01-14  Kazu Hirata  <kazu@hxi.com>
20346         * config/h8300/h8300-protos.h: Remove the prototype for
20347         eq_operator.
20348         * config/h8300/h8300.c (eq_operator): Remove.
20350 2002-01-14  Richard Henderson  <rth@redhat.com>
20352         * config/i386/i386.md (prefetch): Tidy.
20353         (prefetch_3dnow): Fix locality operand.
20355 2002-01-14  Richard Henderson  <rth@redhat.com>
20357         * config/mips/mips.h (HI_AND_FP_REGS): New register class.
20358         (CLASS_CANNOT_CHANGE_MODE): Disallow HI in little-endian mode.
20360 2002-01-14  Hans-Peter Nilsson  <hp@bitrange.com>
20362         * reload1.c (reload_combine): Pass reg_sum replacement through
20363         copy_rtx in loop performing multiple changes.
20365 2002-01-14  Jakub Jelinek  <jakub@redhat.com>
20367         * except.c (remove_unreachable_regions): New.
20368         (free_eh_status): Clear exception_handler_labels.
20369         (convert_from_eh_region_ranges): Call remove_unreachable_regions.
20370         (find_exception_handler_labels): Don't add the same label more than
20371         once.
20372         (remove_exception_handler_label): Don't die if
20373         find_exception_handler_labels hasn't been called for the current
20374         function yet.
20376 Mon Jan 14 21:26:13 CET 2002  Jan Hubicka  <jh@suse.cz>
20378         * toplev.c (rest_of_compilation): Rebuild jump labels after
20379         gcse.
20381 2002-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
20383         * doc/extend.texi: Move documentation of X86 built-in functions
20384         here.
20385         * doc/invoke.texi: From here.
20386         * doc/sourcebuild.texi: Document location of documentation for
20387         machine built-in functions.
20389 2002-01-13  Christopher Faylor  <cgf@redhat.com>
20391         * cppfiles.c (TEST_THRESHOLD): New macro.
20392         (SHOULD_MMAP): Ditto.
20393         (read_include_file): Use SHOULD_MMAP macro to decide when mmap should
20394         be used.
20396 Mon Jan 14 20:23:34 CET 2002  Jan Hubicka  <jh@suse.cz>
20398         * unroll.c (final_reg_note_copy): Properly handle
20399         REG_LABEL
20400         (unroll_loops): Fix LOOP_CONDITION heuristics.
20402 2002-01-14  Geoffrey Keating  <geoffk@redhat.com>
20404         * doc/invoke.texi (Xstormy16 Options): Add xstormy16 option.
20405         * doc/md.texi (Machine Constraints): Use @minus{} where appropriate.
20407 Mon Jan 14 20:18:19 CET 2002  Jan Hubicka  <jh@suse.cz>
20409         * cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite
20410         threaded loop.
20412 2002-01-14  Tom Rix  <trix@redhat.com>
20414         * config/rs6000/rs6000.md: Fix typo with sradi.
20416 2002-01-14  Ulrich Weigand  <uweigand@de.ibm.com>
20418         * config/s390/s390.md (movstrdix_64, movstrsix_31, movstrdi_64,
20419         movstrsi_31, clrstrsi_64, clrstrsi_31): Improve RTL templates.
20420         (clrstrdi, clrstrsi): Adapt callers.
20422         (extendsidi2, zero_extendsidi2): Remove no-conflict blocks.
20424         (movti splitter): Never use register 0 as base register.
20426 2002-01-14  Hartmut Penner  <hpenner@de.ibm.com>
20428         * combine.c (simplify_shift_const): Always generate new rtx
20429         for shift expression instead of reusing given expression.
20431 Mon Jan 14 07:08:55 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20433         * config/alpha/alpha.c (alpha_expand_mov): Don't call
20434         alpha_legitimize_address unless mode is Pmode.
20436 2002-01-13  Geoffrey Keating  <geoffk@redhat.com>
20438         * doc/md.texi (Modifiers): Document the '*' constraint for the
20439         user.
20441         * doc/md.texi (Machine Constraints): Add constraints for xstormy16.
20442         * doc/extend.texi (Function Attributes): 'interrupt' is valid
20443         for xstormy16 too.
20445 2002-01-13  Richard Henderson  <rth@redhat.com>
20447         * reload.c (find_reloads): Use a hard reg destination as reload reg
20448         for an input reload of the source.
20450 2002-01-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
20452         * doc/install.texi (Binaries): Make link to ftp.writtenword.com
20453         more generic.
20455 Sun Jan 13 07:23:01 2002  Douglas B Rupp  <rupp@gnat.com>
20457         * Makefile.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
20458         * mklibgcc.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
20460         * config/alpha/x-vms (USE_COLLECT2): Set to empty.
20462 Sun Jan 13 06:55:31 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20464         * dwarf2out.c (mem_loc_descriptor, case ADDRESSOF): New case.
20466 2002-01-12  Tom Rix  <trix@redhat.com>
20468         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Use ior for
20469         TARGET_POWERPC64.
20471 2002-01-12  Richard Henderson  <rth@redhat.com>
20473         * config/i386/i386.c (bdesc_2arg): Mark psadbw MASK_3DNOW_A.
20475         * doc/invoke.texi: Update Alpha options.
20477         * doc/invoke.texi: Update i386 built-in function lists.
20479 Sat Jan 12 17:38:11 CET 2002  Jan Hubicka  <jh@suse.cz>
20481         * unroll.c (final_reg_note_copy): Avoid crash on REG_LABEL note
20482         referencing outside.
20484 Sat Jan 12 08:54:51 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20486         * diagnostic.c (warn_deprecated_use): Rework to lower indentation.
20487         * expr.c (emit_move_insn_1): Remove warning, use HOST_WIDE_INT for
20488         offsets, and change line folding.
20489         * optabs.c (expand_binop): Remove warnings.
20490         * sdbout.c (sdbout_record_type_name): Constify NAME to avoid warning.
20492 2002-01-12  Graham Stott <grahams@redhat.com>
20494         * attribs.c (handle_deprecated_attribute): constify WHAT.
20495         * diagnostic.c (warn_deprecated_use): Add braces, fixes
20496         dangling else warning and constify WHAT.
20497         * except.h (struct function, struct inline_remap): Move
20498         struct tag forward defs before all prototypes.
20499         (duplicate_eh_regions): Whitespace.
20501 2002-01-12  Nick Clifton  <nickc@cambridge.redhat.com>
20503         * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
20504         MODE_BASE_REG_CLASS.
20505         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use MODE_BASE_REG_CLASS.
20507 2002-01-12  Richard Henderson  <rth@redhat.com>
20509         * config/i386/i386.c (override_options): If SSE, enable sse prefetch.
20510         (ix86_expand_vector_move): New.
20511         (bdesc_2arg): Remove andps, andnps, orps, xorps.
20512         (ix86_init_mmx_sse_builtins): Make static.  Remove composite builtins.
20513         Remove old prefetch builtins.  Special case the logicals removed above.
20514         (ix86_expand_builtin): Likewise.
20515         (safe_vector_operand): Use V4SFmode, not TImode.
20516         (ix86_expand_store_builtin): Remove shuffle arg.  Update callers.
20517         (ix86_expand_timode_binop_builtin): New.
20518         * config/i386/i386-protos.h: Update.
20519         * config/i386/i386.h (enum ix86_builtins): Update.
20520         * config/i386/i386.md: Correct predicates on MMX/SSE patterns.
20521         Use ix86_expand_vector_move in vector move expanders.
20522         (movti_internal, movti_rex64): Add xorps alternative.
20523         (sse_clrv4sf): Rename and adjust from sse_clrti.
20524         (prefetch): Don't work so hard.
20525         (prefetch_sse, prefetch_3dnow): Use PREFETCH rtx, not UNSPEC.
20526         * config/i386/xmmintrin.h (__m128): Use V4SFmode.
20527         (_mm_getcsr, _mm_setcsr): Fix typo in builtin name.
20529 2002-01-11  Richard Henderson  <rth@redhat.com>
20531         * config/i386/mmintrin.h: New file.
20532         * config/i386/xmmintrin.h: New file.
20533         * config.gcc (i?86-*-*): Add extra_headers.
20534         * simplify-rtx.c (simplify_unary_operation): Handle saturating
20535         truncation codes.
20536         (simplify_binary_operation): Handle saturating arithmetic codes.
20537         * config/i386/i386.c (ix86_expand_sse_comi): Return the full result,
20538         not the lowpart subreg.
20539         (ix86_expand_builtin): Return a TImode dummy register instead of 0
20540         on error.
20541         * config/i386/i386.md (mmx_clrdi): Override memory attribute.
20543 2002-01-12  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20545         * conflict.c (conflict_graph_compute): Free regsets when finished.
20546         * ssa.c (compute_coalesced_reg_partition): Likewise.
20548 2002-01-12  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
20550         * global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED
20551         every where we allocate a register.
20553 2002-01-12  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20555         * gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.
20556         * lcm.c (compute_earliest, compute_farthest): Likewise.
20558 2002-01-11  Janis Johnson  <janis187@us.ibm.com>
20560         * expr.c (expand_assignment): Fix misuse of MEM_KEEP_ALIAS_SET.
20562 2002-01-11  Janis Johnson  <janis187@us.ibm.com>
20564         * doc/rtl.texi (Insns): Fix 2 typos.
20566 2002-01-11  Joseph S. Myers  <jsm28@cam.ac.uk>
20568         * doc/invoke.texi: Avoid overfull hboxes.  Add summary of D30V
20569         options.  Use @table @gcctabopt for MMIX options.  Add index
20570         entries for MMIX options.  Start new paragraph with first
20571         heading of the machine-dependent options.
20573 2002-01-11  Craig Rodrigues  <rodrigc@gcc.gnu.org>
20575         PR other/5299
20576         * config/ns32k/ns32k.md: Fix spelling mistake of "than" in comments.
20577         * combine.c (force_to_mode): Same.
20578         * reload1.c (clear_reload_reg_in_use): Same.
20580 2002-01-11  Nick Clifton  <nickc@cambridge.redhat.com>
20582         * config/arm/arm.c (arm_gen_constant): Correct test of 'remainder'
20583         and 'subtargets'.
20585 2002-01-11  Andreas Jaeger  <aj@suse.de>,
20586             Brad Lucier <lucier@math.purdue.edu>
20588         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
20589         mcpu.
20591 Fri Jan 11 07:35:12 2002  Douglas B Rupp  <rupp@gnat.com>
20593         * config/alpha/vms.h: (MD_FALLBACK_FRAME_STATE_FOR): Fix errors.
20594         Protect with IN_LIBGCC.
20595         (LINK_EH_SPEC): Add required trailing space.
20597 Fri Jan 11 09:25:05 2002  Nicola Pero  <n.pero@mi.flashnet.it>
20599         * c-tree.h: Move function declarations so that they are listed
20600         under the filename which contains them.
20601         (check_identifier, finish_decl_top_level,
20602         lookup_name_current_level_global, shadow_record_fields): Remove.
20604 2002-01-11  Andreas Jaeger  <aj@suse.de>
20606         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
20607         march.
20609 2002-01-10  Richard Henderson  <rth@redhat.com>
20611         * config/alpha/alpha.c (print_operand): Add 'J'.
20612         * config/alpha/alpha.md (call_osf_1_er, call_value_osf_1_er): Take a
20613         new operand with the sequence number for the lituse.  When splitting
20614         the insns, use gen_movdi_er_high_g and generate a sequence number.
20615         (gen_movdi_er_high_g): Print the sequence number if non-zero.
20617 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
20619         * config/rs6000/rs6000.c (altivec_init_builtins): Add support for
20620         lvebx, lvehx, lvewx, lvxl, lvx, stvx, stvebx, stvehx, stvewx,
20621         stvxl.
20622         (altivec_expand_builtin): Same.
20623         (altivec_expand_stv_builtin): New.
20625         * config/rs6000/rs6000.h (rs6000_builtins): Same.
20627         * config/rs6000/rs6000.md ("altivec_lvebx"): New.
20628         ("altivec_lvehx"): New.
20629         ("altivec_lvewx"): New.
20630         ("altivec_lvxl"): New.
20631         ("altivec_lvx"): New.
20632         ("altivec_stvx"): New.
20633         ("altivec_stvebx"): New.
20634         ("altivec_stvehx"): New.
20635         ("altivec_stvewx"): New.
20636         ("altivec_stvxl"): New.
20638 2002-01-10  Richard Henderson  <rth@redhat.com>
20640         * cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.
20641         * reload1.c (delete_output_reload): Zap spill_reg_store.  Take
20642         care not to delete instructions twice.
20644 2002-01-10  Zack Weinberg  <zack@codesourcery.com>
20646         * toplev.c: Don't declare environ (it's not used anywhere).
20647         * configure.in: Don't check for declaration of environ.
20648         * config/i386/xm-mingw32.h: Don't #define environ.
20649         * config.in, configure: Regenerate.
20651 2002-01-10  Zack Weinberg  <zack@codesourcery.com>
20653         * configure.in: Set stage1_cflags for powerpc-*-darwin*.
20654         * configure: Regenerate.
20656         * config/interix.h: Set DO_GLOBAL_CTORS_BODY and
20657         DO_GLOBAL_DTORS_BODY here, not in xm-interix.h.
20658         * config/alpha/vms.h: Set INCLUDE_DEFAULTS here, not in
20659         alpha/xm-vms.h.
20660         * config/m68k/t-next: Set OTHER_FIXINCLUDES_DIRS and
20661         LIMITS_H_TEST here, not in m68k/x-next.
20662         * config/rs6000/beos.h: Set STANDARD_INCLUDE_DIR and
20663         SYSTEM_INCLUDE_DIR here, not in rs6000/xm-beos.h.
20665         * config/x-interix: Don't set RANLIB, RANLIB_TEST, SHELL,
20666         LIBGCC2_INCLUDES, or SYSTEM_HEADER_DIR.
20667         * config/alpha/x-vms: Don't set USE_COLLECT2.  Add comments.
20669         * config/i386/x-djgpp: Renamed i386/t-djgpp.
20670         * config/m88k/x-dolph: Renamed m88k/t-dolph.
20671         * config/m88k/x-texXD88: Renamed m88k/t-texXD88.
20672         * config/pa/x-pa-mpeix: Renamed pa/t-mpeix.  Update for
20673         replacement of quadlib.asm with quadlib.c.
20675         * config/x-interix3, config/xm-interix.h, config/i386/x-beos,
20676         config/i386/xm-osf1elf.h, config/rs6000/x-darwin,
20677         config/rs6000/xm-beos.h: Delete file.
20679         * config.gcc: Update to match above changes.
20681 2002-01-10  Kazu Hirata  <kazu@hxi.com>
20683         * config/h8300/h8300.h: Fix comment typos.
20684         * config/h8300/h8300.md: Likewise.
20685         * config/h8300/lib1funcs.asm: Likewise.
20687 2002-01-10  Dale Johannesen  <dalej@apple.com>
20689         PR optimization/5269
20690         * unroll.c (precondition_loop_p): Make *increment be the correct
20691         sign when n_iterations known, to avoid confusing caller.
20693 2002-01-10  Kazu Hirata  <kazu@hxi.com>
20695         * doc/extend.texi (deprecated): Fix a typo.
20697 Thu Jan 10 22:35:54 CET 2002  Jan Hubicka  <jh@suse.cz>
20699         * basic-block.h (update_br_prob_note): Declare.
20700         * cfgcleanup.c (try_simplify_condjump): Call update_br_prob_note.
20701         (try_forward_edges): Care negative frequencies and update note.
20702         (outgoing_edges_match): Tweek conditional merging heuristics.
20703         (try_crossjump_to_edge): use update_br_prob_note.
20704         * cfglayout.c (fixup_reorder_chain): Likewise.
20705         * cfrtl.c (update_br_prob_note): New.
20706         * ifcvt.c (dead_or_predicable): Call update_br_prob_note.
20708         * i386.c (ix86_decompose_address): Return -1 if address contains
20709         shift.
20710         (legitimate_address_p): Require ix86_decompose_address to return 1.
20712         * gcse.c (hash_scan_set): Use CONSTANT_INSN_P.
20713         (cprop_insn): Likewise.
20715 2002-01-10  Kazu Hirata  <kazu@hxi.com>
20717         * toplev.c: Fix formatting.
20718         * tree.c: Likewise.
20719         * tree-dump.c: Likewise.
20720         * unroll.c: Likewise.
20721         * unwind-dw2.c: Likewise.
20722         * unwind-dw2-fde.c: Likewise.
20723         * unwind-dw2-fde-glibc.c: Likewise.
20724         * unwind-sjlj.c: Likewise.
20726 2002-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
20728         * doc/invoke.texi: Document PDP-11 options.
20730 2002-01-10  Kazu Hirata  <kazu@hxi.com>
20732         * config/h8300/h8300.h: Fix formatting.
20734 2002-01-10  Ira Ruben   <ira@apple.com>
20736         Add __attribute__ ((deprecated)).
20737         * extend.texi: Document __attribute__ ((deprecated)).
20738         * invoke.texi: Document -Wno-deprecated-declarations.
20739         * testsuite/g++.dg/other/deprecated.C: New C++ test.
20740         * testsuite/gcc.dg/deprecated.c: New C test.
20741         * attribs.c (enum attrs): Declare handle_deprecated_attribute().
20742         (c_common_attribute_table): Add "deprecated" entry.
20743         (handle_deprecated_attribute): New function.
20744         * c-decl.c (deprecated_states): New enum.
20745         deprecated_state: State of "deprecated" handling.
20746         (start_decl): Set deprecated_state based on attributes.
20747         (grokdeclarator): Test for deprecated uses, propagate attribute.
20748         * c-typeck.c (build_component_ref): Test for deprecated fields.
20749         (build_external_ref): Test for deprecated primaries.
20750         * diagnostic.c (warn_deprecated_use) New function to issue
20751         warnings about __attribute__ ((depricated)) references.
20752         * flags.h (warn_deprecated_decl): Extern declared for
20753         -W[no-]deprecated-declarations option.
20754         * print-tree.c (print_node): Show deprecated flag status.
20755         * toplev.c (warn_deprecated_decl): Defined.
20756         (W_options): Added "deprecated-declaration".
20757         * toplev.h (warn_deprecated_use): Extern declared.
20758         * tree.h (struct tree_common): Define deprecated_flag.
20759         (TREE_DEPRECATED): New macro to access flag.
20760         * cp/call.c (build_call): Test for deprecated calls.
20761         * cp/class.c (add_implicitly_declared_members): Set global
20762         flag to tell grokdeclarator to not issue deprecated warnings.
20763         * cp/cp-tree.h: Add extern for adding_implicit_members.
20764         * cp/decl.c (deprecated_states): New enum.
20765         (start_decl): Set deprecated_state based on attributes.
20766         (grokdeclarator): Test for deprecated uses, propagate attribute.
20767         * cp/lex.c (do_identifier): Test for deprecated primaries.
20768         * cp/typeck.c (build_component_ref): Test for deprecated fields.
20770 2002-01-10  Ira Ruben   <ira@apple.com>
20772         Fix to assign attributes to inline member functions.
20773         * cp/decl.c (start_method): Handle attrlist.
20775 2002-01-10  Kazu Hirata  <kazu@hxi.com>
20777         * combine.c (expand_field_assignment): Use subreg_lsb().
20779 2002-01-10  David Edelsohn  <edelsohn@gnu.org>
20781         * alias.c (find_base_value): Add cases for HIGH, PRE_INC, PRE_DEC,
20782         POST_INC, POST_DEC, PRE_MODIFY, and POST_MODIFY.
20783         (find_base_term): Add cases for TRUNCATE, PRE_MODIFY, and POST_MODIFY.
20784         Recurse for any operand of AND as long as constant is non-zero.
20786 2002-01-10  Kazu Hirata  <kazu@hxi.com>
20788         * config/h8300/h8300.md: Remove constraints from expanders.
20790 2002-01-10  Kazu Hirata  <kazu@hxi.com>
20792         * varasm.c: Fix formatting.
20793         * varray.c: Likewise.
20794         * vmsdbgout.c: Likewise.
20795         * xcoffout.c: Likewise.
20797 Thu Jan 10 17:19:12 CET 2002  Jan Hubicka  <jh@suse.cz>
20799         * cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges;
20800         update edge probabilities to match.
20802 2002-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
20804         * Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional
20805         dependencies.
20806         * doc/languages.texi, doc/sourcebuild.texi: New files.
20807         * doc/configfiles.texi: Make a subsubsection.  Update.
20808         * doc/configterms.texi: Add @node.  Remove warning that this isn't
20809         instructions for building GCC.
20810         * doc/makefile.texi: Make a subsection.
20811         * doc/gccint.texi: Update.
20813 Thu Jan 10 16:39:58 CET 2002  Jan Hubicka  <jh@suse.cz>
20815         * i386.md (sse_mov?fcc_const0_?): Fix constraints.
20817 Thu Jan 10 12:45:50 2002  Nicola Pero  <n.pero@mi.flashnet.it>
20819         * doc/cpp.texi: Document the __OBJC__ preprocessor macro.
20821 Thu Jan 10 11:19:18 CET 2002  Jan Hubicka  <jh@suse.cz>
20823         * optabs.c (expand_fix): Look for wider integer modes first.
20825         * i386.md (mov?f): Avoid the fake const double trick for medium
20826         memory model.
20827         (min?f*/max?f*): Prohibit memory operands for i387 variant.
20828         (fop_df_4): Disable for SSE compilation.
20830 2002-01-10  Graham Stott  <grahams@redhat.com>
20832         * dwarf2out.c (indirect_string_alloc, output_indirect_string):
20833         Move prototype into DWARF2_DEBUGGING_INFO conditional block.
20835 2002-01-10  Richard Henderson  <rth@redhat.com>
20837         * config/alpha/alpha.md (extendsidi2_fix): Penalize f/f alternative.
20839 2002-01-10  Richard Henderson  <rth@redhat.com>
20841         * regrename.c (find_oldest_value_reg): Fix typo in mode change check.
20842         (copyprop_hardreg_forward_1): Likewise.  Use mode_change_ok.
20844 2002-01-10  Kazu Hirata  <kazu@hxi.com>
20846         * combine.c (can_combine_p): Fix a comment typo.
20848 2002-01-09  Zack Weinberg  <zack@codesourcery.com>
20850         * Makefile.in (s-gencheck, s-options, s-specs): Handle an
20851         empty list correctly.  Change loop index $t to $f for
20852         consistency with rest of Makefile.
20854 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
20856         * testuite/gcc.dg/altivec-4.c: Add test for mtvscr, dssall,
20857         mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
20859         * config/rs6000/rs6000.c (altivec_expand_builtin): Add support for
20860         mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt.
20861         (altivec_init_builtins): Same.
20862         (altivec_expand_unop_builtin): Return NULL_RTX on error.
20863         (altivec_expand_binop_builtin): Same.
20864         (altivec_expand_ternop_builtin): Same.
20865         (bdesc_dst): New.
20867         * config/rs6000/rs6000.md ("altivec_mtvscr"): New.
20868         ("altivec_vctuxs"): Fix typo.
20869         ("altivec_vnmsubfp"): Same.
20870         ("altivec_dssall"): New.
20871         ("altivec_mfvscr"): New.
20872         ("altivec_dss"): New.
20873         ("altivec_lvsl"): New.
20874         ("altivec_lvsr"): New.
20875         ("altivec_dstt"): New.
20876         ("altivec_dstst"): New.
20877         ("altivec_dststt"): New.
20878         ("altivec_dst"): New.
20880         * config/rs6000/rs6000.h (rs6000_builtins): Add mtvscr, dssall,
20881         mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
20883 2002-01-09  Richard Henderson  <rth@redhat.com>
20885         * config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.
20887 2002-01-10  Hans-Peter Nilsson  <hp@bitrange.com>
20889         * config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
20890         function.
20891         * config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
20892         prototype.
20893         * config/mmix/mmix.h (ASM_IDENTIFY_GCC): Remove unused macro.
20895 2002-01-09  Kazu Hirata  <kazu@hxi.com>
20897         * read-rtl.c: Fix formatting.
20898         * real.c: Likewise.
20899         * regclass.c: Likewise.
20900         * regrename.c: Likewise.
20901         * reg-stack.c: Likewise.
20902         * reload1.c: Likewise.
20903         * reload.c: Likewise.
20904         * rtl.c: Likewise.
20906 2002-01-09  Kazu Hirata  <kazu@hxi.com>
20908         * rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST
20909         to extract items in the expr_list chain.
20911 2002-01-09  Richard Henderson  <rth@redhat.com>
20913         * config/vax/vax.c (vax_rtx_cost): Never abort.
20915         * config/vax/vax.h (REAL_ARITHMETIC): Define.
20917 2002-01-09  Jan Hubicka  <jh@suse.cz>
20919         * gcse.c (cprop_jump): Delete insn if simplified jump is no-op.
20921 2002-01-09  Richard Henderson  <rth@redhat.com>
20923         * config/arm/arm.c (arm_gen_constant): Use trunc_int_for_mode.
20924         Unify code from various alternatives.
20926 2002-01-09  Richard Henderson  <rth@redhat.com>
20928         * regrename.c (copy_value): Ignore the copy if the source register
20929         is present in the value chain with a narrower mode.
20931 2002-01-09  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
20933         * real.c (c4xtoe, toc4x): Do some special conversion on long doubles
20934         for the c4x target. Also improve layout.
20936 2002-01-09  Richard Henderson  <rth@redhat.com>
20938         * config/m32r/m32r.c (move_src_operand): Fix 32-bit int test.
20939         * config/m32r/m32r.md (and ior xor splitters): Swap operands
20940         to match insn patterns.
20942 2002-01-09  Richard Henderson  <rth@redhat.com>
20944         * regrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG.
20945         (copyprop_hardreg_forward_1): Likewise.
20947 2002-01-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20949         * pa.md (decrement_and_branch_until_zero): Change predicate for
20950         operand 0 from register_operand to reg_or_nonsymb_mem_operand.
20952 2002-01-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
20954         * ginclude/stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_
20955         gets undefined. For Darwin.
20957 2002-01-09  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
20959         * config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
20961 2002-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20963         * config/c4x/c4x/md: Remove extraneous constraints from define_splits.
20965 2002-01-08  Richard Henderson  <rth@redhat.com>
20967         * regrename.c (copy_value): Ignore overlapping copies.
20969 2002-01-08  Richard Henderson  <rth@redhat.com>
20971         * config/alpha/alpha.c (alpha_split_conditional_move): Call copy_rtx
20972         as needed to avoid shared structure.
20974 2002-01-08  Kazu Hirata  <kazu@hxi.com>
20976         * config/h8300/h8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on
20977         H8/300H and H8/S.
20979 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20981         * doc/tm.texi (EASY_DIV_EXPR, IMPLICIT_FIX_EXPR,
20982         LONGJMP_RESTORE_FROM_STACK, MAX_INT_TYPE_SIZE): Remove
20983         documentation of obsolete macros.
20984         * system.h: Poison these macros.
20985         * config/1750a/1750a.h, config/a29k/a29k.h, config/alpha/alpha.h,
20986         config/arc/arc.h, config/arm/arm.h, config/avr/avr.h,
20987         config/c4x/c4x.h, config/clipper/clipper.h,
20988         config/convex/convex.h, config/cris/cris.h, config/d30v/d30v.h,
20989         config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h,
20990         config/fr30/fr30.h, config/h8300/h8300.h, config/i370/i370.h,
20991         config/i386/i386.h, config/i860/i860.h, config/i960/i960.h,
20992         config/ia64/ia64.h, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
20993         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
20994         config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
20995         config/mn10300/mn10300.h, config/ns32k/ns32k.h, config/pa/pa.h,
20996         config/pdp11/pdp11.h, config/pj/pj.h, config/romp/romp.h,
20997         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
20998         config/sparc/sparc.h, config/stormy16/stormy16.h,
20999         config/v850/v850.h, config/vax/vax.h, config/we32k/we32k.h: Remove
21000         definitions and commented out definitions of obsolete macros.
21001         * config/mips/iris5.h (MAX_WCHAR_TYPE_SIZE): Don't define in terms
21002         of MAX_INT_TYPE_SIZE.
21004 2002-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
21006         * config/s390/s390.c (s390_preferred_reload_class): Never
21007         return ADDR_REGS if it isn't a subset of the given class.
21008         * config/s390/s390.h (REGISTER_MOVE_COST): Penalize not just
21009         FP_REGS, but all superclasses as well.
21011         * config/s390/s390.c (s390_function_profiler): Fix thinko.
21013         * config/s390/s390.md (cmpdi_ccu_mem, cmpsi_ccu_mem,
21014         cmphi_ccu_mem, cmpqi_ccu_mem): First operand of compare
21015         must not be a const_int.
21017 2002-01-08  Richard Henderson  <rth@redhat.com>
21019         * Makefile.in (toplev.o): Depend on options.h.
21020         (gcc.o): Depend on specs.h.
21022 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
21024         * expr.c (store_expr): Convert VOIDmode constants back to target's
21025         mode.
21027 2002-01-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
21029         * doc/invoke.texi: Markup gcc as @command.  Refer to
21030         http://gcc.gnu.org/onlinedocs/gcc/Contributors.html instead
21031         of http://gcc.gnu.org/thanks.html.
21033 2002-01-08  Dale Johannesen  <dalej@apple.com>
21035         * config/rs6000/rs6000.md: Add missing int register
21036         target case to movdf_low.
21038 2002-01-08  Zack Weinberg  <zack@codesourcery.com>
21040         * Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or
21041         except.h.  Remove commands to define USING_SJLJ_EXCEPTIONS.
21042         (cppinit.o): Depend on except.h.
21043         (gencheck.h, options.h, specs.h, s-gencheck, s-options,
21044         s-specs): New rules.
21046         * configure.in: Don't AC_DEFINE_UNQUOTED PACKAGE or VERSION.
21047         Don't create specs.h/options.h/gencheck.h here.  Remove
21048         unnecessary variable settings from last argument of AC_OUTPUT.
21049         * config.in, configure: Regenerate.
21050         * intl.c: Hardcode package name as "gcc".
21052         * cppinit.c: Include except.h.
21053         (builtin_array): Define __USING_SJLJ_EXCEPTIONS__ when
21054         appropriate.
21055         * unwind-dw2.c, unwind-sjlj.c, config/ia64/unwind-ia64.c:
21056         Use #if(n)def __USING_SJLJ_EXCEPTIONS, not #if
21057         (!)USING_SJLJ_EXCEPTIONS.
21058         * doc/cpp.texi: Document __USING_SJLJ_EXCEPTIONS__.
21060 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21062         * doc/tm.texi (ASM_OUTPUT_EH_REGION_BEG, ASM_OUTPUT_EH_REGION_END,
21063         ASM_OUTPUT_LABELREF_AS_INT, DOESNT_NEED_UNWINDER, EH_TABLE_LOOKUP,
21064         OBJC_SELECTORS_WITHOUT_LABELS, OMIT_EH_TABLE): Remove
21065         documentation of obsolete macros.
21066         * system.h: Poison these macros.
21067         * config/d30v/d30v.h, config/ns32k/encore.h,
21068         config/stormy16/stormy16.h: Remove definitions and commented out
21069         definitions of obsolete macros.
21071 Tue Jan  8 15:56:41 2002  Nicola Pero  <nicola@brainstorm.co.uk>
21073         * objc/objc-act.c (handle_class_ref): Mark the declaration of
21074         %sobjc_class_ref_%s as used - to prevent unwanted compiler
21075         warnings.
21077 2002-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
21079         * config/s390/linux.h (ASM_OUTPUT_LABELREF): Remove.
21080         * config/s390/s390.c (s390_emit_epilog): Add REG_FRAME_RELATED_EXPR
21081         to insn adjusting stack/frame pointer.
21082         * config/s390/s390.md (reload_la_64, reload_la_31): Do not
21083         accept operands that cause the insn to be non-splittable.
21085 2002-01-08  Graham Stott  <grahams@redhat.com>
21087         * c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.
21088         (C_TYPE_FIELDS_VOLATILE): Likewise.
21089         (C_TYPE_BEING_DEFINED): Likewise.
21090         (C_IS_RESERVED_WORD): Likewise.
21091         (C_TYPE_VARIABLE_SIZE): Likewise.
21092         (C_DECL_VARIABLE_SIZE): Likewise.
21093         (C_MISSING_PROTOTYPE_WARNED): Likewise.
21094         (C_SET_EXP_ORIGINAL_CODE): Likewise.
21095         (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter and remove
21096         parenthesis.
21097         (C_DECL_ANTICIPATED): Likewise.
21098         (c_build_type_variant): Add parenthesis.
21100 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21102         * gcc.c (option_map): Remove --version.
21103         (process_command): Handle -fversion following the GNU Coding
21104         Standards.  Partially addresses PR other/704.
21106 2002-01-08  Graham Stott  <grahams@redhat.com>
21108         * combine.c (combine_instructions): Fix typo.
21110 2002-01-08  Graham Stott  <grahams@redhat.com>
21112         * debug.h: Use "tree" and "rtx" throughout.
21114         * debug.c: Likewise.
21116 2002-01-08  Nick Clifton  <nickc@cambridge.redhat.com>
21118         * dbxout.c (dbxout_symbol_location): If a symbol ref is in the
21119         constant pool, use the pool's version of the symbol instead.
21121 2002-01-07  Richard Henderson  <rth@redhat.com>
21123         * regrename.c (find_oldest_value_reg): Ignore the value chain if
21124         the original register was copied in a mode with a fewer number of
21125         hard registers than the desired mode.
21126         (copyprop_hardreg_forward_1): Likewise.
21127         (debug_value_data): Fix loop test.
21128         * toplev.c (parse_options_and_default_flags): Reenable
21129         -fcprop-registers at -O1.
21131 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
21133         * config/rs6000/rs6000.c (bdesc_2arg): Add altivec predicates.
21134         (altivec_init_builtins): New node v4si_ftype_v16qi_v16qi.
21136         * config/rs6000/rs6000.h (rs6000_builtins): Add enums for altivec
21137         predicates.
21139         * config/rs6000/rs6000.md: Add altivec predicate patterns.
21141 2002-01-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21143         * pa.c (FUNC_BEGIN_PROLOG_LABEL, current_function_number): Define.
21144         (pa_output_function_prologue): Output local label at the beginning of
21145         the prologue when profiling.
21146         (hppa_profile_hook): Use the local label rather than the function label.
21147         * pa.h (PROFILE_BEFORE_PROLOGUE): Define.
21149 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
21151         * config/rs6000/rs6000.c (print_operand): Remove extra space.
21152         (altivec_expand_unop_builtin): Fix thinko.
21153         (altivec_expand_binop_builtin): Same.
21154         (altivec_expand_ternop_builtin): Same.
21155         (altivec_expand_builtin): Same.
21157 2002-01-07  Richard Henderson  <rth@redhat.com>
21159         * config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
21161 2002-01-07  Jason Merrill  <jason@redhat.com>
21163         * unwind-dw2.c (execute_cfa_program): Use < again.
21165 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
21167         * predict.c (combine_predictions_for_insn): Avoid division by zero.
21169 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
21171         * simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
21172         Don't allow -1 - x -> ~x simplifications in the first pass.
21174 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
21176         * rs6000.c (altivec_expand_ternop_builtin): Don't die on invalid
21177         arguments.
21178         (altivec_expand_binop_builtin): Same.
21179         (altivec_expand_unop_builtin): Same.
21180         (print_operand): Fix typo.
21181         (bdesc_1arg): Add vupk* variants.
21183         * rs6000.h (rs6000_builtins): Add vupk* enums.
21185         * rs6000.md: Add altivec_vupk* variants.
21187 2002-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21189         * doc/gcc.texi, doc/gccint.texi, doc/cppinternals.texi,
21190         doc/install.texi, doc/invoke.texi, doc/rtl.texi: Update copyright
21191         and last update dates.
21193 2002-01-07  Janis Johnson  <janis187@us.ibm.com>
21195         * doc/rtl.texi (Flags): Clean up documentation of RTL flags
21197 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
21199         * config/avr/avr.c (avr_mcu_types): Add new MCU types.
21200         * config/avr/avr.h (CPP_SPEC): Likewise.
21201         (LINK_SPEC): Likewise.
21202         (CRT_BINUTILS_SPECS): Likewise.
21203         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
21204         * doc/invoke.texi (AVR Options): Document them.
21206 Mon Jan  7 11:59:34 CET 2002  Jan Hubicka  <jh@suse.cz>
21208         * unroll.c (copy_loop_body): Always properly update JUMP_LABEL and
21209         LABEL_NUSES.
21211 2002-01-07  Graham Stott  <grahams@redhat.com>
21213         * config/i386/i386.h: Update copyright date.
21214         (HALF_PIC_PTR): Add parenthesis.
21215         (OPTIMIZATION_OPTIONS): Whitespace, add parenthesis and wrap.
21216         (CONSTANT_ALIGNMENT): Add parenthesis.
21217         (DATA_ALIGNMENT): Likewise.
21218         (LOCAL_ALIGNMENT): Likewise.
21219         (FUNCTION_ARG_BOUNDARY): Whitespace, add parenthesis and wrap.
21220         (IS_STACK_MODE): Uppercase macro parameter, add parenthesis and wrap.
21221         (CONDITIONAL_REGISTER_USAGE): Wrap in do {...} while (0).
21222         (HARD_REGNO_NREGS): Add paranethesis.
21223         (VALID_SSE_REG_MODE): Whitespace.
21224         (VALID_MMX_REG_MODE): Whitespace.
21225         (VALID_FP_MODE_P): Uppercase macros parameter and whitespace.
21226         (ix86_hard_regno_mode_ok): Add parenthesis.
21227         (HARD_REGNO_CALLER_SAVE_MODE): Whitespace.
21228         (RETURN_IN_MEMORY): Whitespace.
21229         (N_REG_CLASSES): Add parenthesis.
21230         (INTEGER_CLASS_P): Add parenthesis and wrap.
21231         (FLOAT_CLASS_P): Likewise.
21232         (SSE_CLASS_P): Likewise.
21233         (MMX_CLASS_P): Likewise.
21234         (MAYBE_INTEGER_CLASS_P): Likewise.
21235         (MAYBE_FLOAT_CLASS_P): Likewise.
21236         (MAYBE_SSE_CLASS_P): Likewise.
21237         (MAYBE_MMX_CLASS_P): Likewise.
21238         (Q_CLASS_P): Likewise.
21239         (GENERAL_REGNO_P): Uppercase macro parameter.
21240         (REX_INT_REGNO_P): Uppercase macro parameter and wrap.
21241         (FP_REGNO_P): Likewise.
21242         (ANY_FP_REGNO_P): Uppercase macro parameter.
21243         (SSE_REGNO_P): Likewise.
21244         (SSE_REGNO): Likewise.
21245         (SSE_REG_P): Likewise.
21246         (SSE_FLOAT_MODE_P): Likewise.
21247         (MMX_REGNO_P): Likewise.
21248         (MMX_REG_P):Likewise.
21249         (STACK_REG_P): Likewise.
21250         (NON_STACK_REG_P): Likewise.
21251         (STACK_TOP_P): Likewise.
21252         (CONVERT_HARD_REGISTER_TO_SSA_P): Add parenthesis.
21253         (PREFERRED_RELOAD_CLASS): Add parenthesis and whitespace.
21254         (SECONDARY_MEMORY_NEEDED): Likewise.
21255         (SECONDARY_OUTPUT_RELOAD_CLASS): Whitespace.
21256         (MD_ASM_CLOBBERS): Whitespace and wrap.
21257         (MUST_PASS_IN_STACK): Whitespace and wrap.
21258         (RETURN_POPS_ARGS): Add parenthesis.
21259         (INIT_CUMULATIVE_ARGS): Likewise.
21260         (FUNCTION_ARG): Likewise.
21261         (FUNCTION_OK_FOR_SIBCALL): Add parenthesis and whitespace.
21262         (SETUP_INCOMING_VARARGS): Likewise.
21263         (BUILD_VA_LIST_TYPE):  Add parenthesis.
21264         (EXPAND_BUILTIN_VA_START): Uppercase macro paremeters and add
21265         parenthsis.
21266         (EXPAND_BUILTIN_VA_ARG): Likewise.
21267         (FUNCTION_PROFILER): Wrap in do { ... } while (0) and add parenthesis.
21268         (INITIALIZE_TRAMPOLINE): Add parenthesis.
21269         (INITIAL_ELIMINATION_OFFSET): Likewise.
21270         (REGNO_OK_FOR_INDEX_P): Add parenthesis.
21271         (REGNO_OK_FOR_BASE_P): Likewise.
21272         (REGNO_OK_FOR_SIREG_P): Add parenthesis and wrap.
21273         (REGNO_OK_FOR_DIREG_P): Likewise.
21274         (REG_OK_FOR_INDEX_P): Whitespace.
21275         (REG_OK_FOR_BASE_P): Whitespace.
21276         (GO_IF_LEGITIMATE_ADDRESS): Wrap in do { ... } while (0) and add
21277         parenthesis.
21278         (FIND_BASE_TERM): Fix typo.
21279         (LEGITIMIZE_ADDRESS): Wrap in  { .. } while (0) and add parenthesis.
21280         (REWRITE_ADDRESS): Uppercase macro parameter and whitespace.
21281         (SYMBOLIC_CONST; Whitespace.
21282         (GO_IF_MODE_DEPENDENT_ADDRESS):Wrap in  { .. } while (0) and wrap.
21283         (ENCODE_SECTION_INFO): Whitespace.
21284         (FINALIZE_PIC): Remove do { ... } while (0).
21285         (PROMOTE_MODE): Wrap in do { ... } while (0).
21286         (CONST_COSTS): Whitespace.
21287         (RTX_COSTS): Add paramethesis, whitespace and wrap.
21288         (REGISTER_MOVE_COST): Add parenthesis.
21289         (MEMORY_MOVE_COST): Likewise.
21290         (EXTRA_CC_MODES): Whitespace.
21291         (SELECT_CC_MODE): Add parenthesis and whitespace.
21292         (DBX_REGISTER_NUMBER): Uppercase macro parameter and add parenthsis.
21293         (ASM_PREFERRED_EH_DATA_FORMAT): Add parenthesis and whitespace.
21294         (ASM_OUTPUT_LABEL): Add paramethesis.
21295         (ASM_OUTPUT_REG_PUSH): Add parenthesis and whitespace.
21296         (ASM_OUTPUT_REG_POP): Likewise.
21297         (ASM_OUTPUT_ADDR_VEC_ELT): Add parenthesis.
21298         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
21300         * config/i386/i386.c: Update copyright.
21301         (CHECK_STACK_LIMIT): Add parenthesis.
21302         (AT_BP): Uppercase macro parameter.
21303         (x86_64_int_parameter_registers): Constify.
21304         (x86_64_int_return_registers): Likewise.
21305         (ix86_compare_op0): Use rtx.
21306         (construct_container): Constify INTREG parameter.
21307         (function_arg): Use rtx.
21309         * diagnostic.h: Update copyright date.
21310         (output_buffer_state): Add parenthesis.
21311         (output_buffer_format_args): Likewise.
21313         * combine.c (combine_instructions): Replace XEXP (links, 0)
21314         with link.
21316 2002-01-06  H.J. Lu <hjl@gnu.org>
21318         * cfgcleanup.c (thread_jump): Fix 2 typos.
21320 2002-01-06  Aldy Hernandez  <aldyh@redhat.com>
21322         * config.gcc: Add support for --enable-altivec.
21324 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
21326         * emit-rtl.c (gen_highpart): Add check for NULL_RTX.
21328 2002-01-06  Jakub Jelinek  <jakub@redhat.com>
21330         * objc/objc-act.c (handle_impent): Use assemble_variable to emit
21331         __objc_class_name_*.
21333 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
21335         * doc/install.texi (sparcv9-*-solaris2*): Add documentation.
21337 2002-01-06  Richard Henderson  <rth@redhat.com>
21339         * reorg.c (emit_delay_sequence): Remove death notes, not merely
21340         nop them out.  Increment label reference count for REG_LABEL.
21341         (fill_slots_from_thread): Frob label reference count around
21342         delete_related_insns.
21344 2002-01-05  Richard Henderson  <rth@redhat.com>
21346         * cfgcleanup.c (try_forward_edges): Detect infinite loops while
21347         jump threading.
21349 2002-01-05  Richard Henderson  <rth@redhat.com>
21351         * c-decl.c (c_expand_body): Don't call outlining_inline_function.
21352         * integrate.c (output_inline_function): Likewise.
21353         * toplev.c (rest_of_compilation): Do it here instead.  Move call
21354         to remove_unnecessary_notes after emitting abstract instance.
21355         Force an emitted nested function to have its parent emited as well.
21356         * dwarf2out.c (loc_descriptor_from_tree): Read mode after checking
21357         for null.
21358         (rtl_for_decl_location): Do not look at reload data structures
21359         before reload has run.
21361 2002-01-05  Kazu Hirata  <kazu@hxi.com>
21363         * cse.c: Fix formatting.
21364         * dwarf2asm.c: Likewise.
21365         * dwarf2out.c: Likewise.
21366         * explow.c: Likewise.
21367         * expmed.c: Likewise.
21368         * function.c: Likewise.
21369         * gcov.c: Likewise.
21370         * gencheck.c: Likewise.
21371         * genrecog.c: Likewise.
21372         * ggc-common.c: Likewise.
21373         * ggc-page.c: Likewise.
21374         * global.c: Likewise.
21376 2002-01-05  Kazu Hirata  <kazu@hxi.com>
21378         * combine.c: Fix formatting.
21380 2002-01-05  Craig Rodrigues  <crodrigu@bbn.com>
21382         PR middle-end/1557
21383         * config/ia64/ia64.h (RENAME_EXTENDED_BLOCKS): Remove.
21385 2002-01-05  David Edelsohn  <edelsohn@gnu.org>
21387         * config/rs6000/rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define
21388         as 1 for __powerpc64__ as well.
21390         * config/rs6000/t-aix43 (T_ADAFLAGS): Define.
21392         * alias.c (find_base_value, PLUS/MINUS): If we found a base,
21393         return it.
21395 2002-01-05  Daniel Berlin  <dan@dberlin.org>
21397         * lcm.c: Revert change, due to performance regression it causes on
21398         SPEC because it's slightly more conservative (sigh, I hate
21399         edge-based LCM).
21401 Sat Jan  5 11:52:05 CET 2002  Jan Hubicka  <jh@suse.cz>
21403         * cfgcleanup.c (try_forward_edges): Allow multiple jump threading.
21405 2002-01-05  Neil Booth  <neil@daikokuya.demon.co.uk>
21407         * doc/cppinternals.texi: Update.
21409 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
21411         * doc/invoke.texi (Option Summary) <MMIX Options>: Document
21412         -mbranch-predict, -mreg-stack-fill-bug-workaround and their
21413         negatives.
21414         (MMIX Options): Ditto.  Fix item/itemx typo for -mno-zero-extend.
21415         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Rework
21416         kludge for pre-october-14th mmix versions to handle new-found bug
21417         with PUSHJ/PUSHGO and the register stack.
21418         * config/mmix/mmix.h (struct machine_function): Rename member
21419         has_call_value_without_parameters to has_call_without_parameters.
21420         All referers changed.
21421         (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_DEFAULT
21422         TARGET_MASK_BRANCH_PREDICT): New macros.
21423         (TARGET_SWITCHES): New options -mreg-stack-fill-bug-workaround,
21424         -mno-reg-stack-fill-bug-workaround.
21425         * config/mmix/mmix.md ("call"): Set struct machine member
21426         has_call_without_parameters.
21428 Sat Jan  5 02:20:22 CET 2002  Jan Hubicka  <jh@suse.cz>
21430         * cfgcleanup.c (thread_jump): Fix handling of reversed branches.
21432 Sat Jan  5 01:35:29 CET 2002  Jan Hubicka  <jh@suse.cz>
21434         * cfgcleanup.c: Include tm_p.h
21435         (mark_effect): Fix handling of hard register; fix handling of SET
21437 2002-01-04  Kazu Hirata  <kazu@hxi.com>
21439         * config/h8300/h8300.md (anonymous patterns): Check that
21440         operands are registers before using REGNO on them.
21442 2002-01-03  Roland McGrath  <roland@frob.com>
21444         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcall-gnu.
21446 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
21448         * tree.h (expand_expr_stmt_value): Add maybe_last argument.
21449         * c-common.h (genrtl_expr_stmt_value): Likewise.
21450         * stmt.c (expand_expr_stmt): Pass 1 as maybe_last.
21451         (expand_expr_stmt_value): Add maybe_last argument.
21452         Don't warn about statement with no effect if it is the last statement
21453         in expression statement.
21454         * c-semantics.c (genrtl_expr_stmt): Pass 1 as maybe_last.
21455         (genrtl_expr_stmt_value): Add maybe_last argument, pass it down to
21456         expand_expr_stmt_value.
21457         (expand_stmt) [EXPR_STMT]: Pass 1 as maybe_last to
21458         genrtl_expr_stmt_value if t is the last EXPR_STMT in its scope.
21459         * expr.c (expand_expr) [LABELED_BLOCK_EXPR, LOOP_EXPR]: Pass 1
21460         as maybe_last to expand_expr_stmt_value.
21462 Fri Jan  4 11:45:05 2002  Jeffrey A Law  (law@redhat.com)
21464         * c-common.c (c_expand_start_cond): Expect the IF_STMT node to
21465         be passed in, do not build it.
21466         (c_begin_if_stmt): New function.
21467         (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
21468         * c-common.h (c_expand_start_cond): Update prototype.
21469         (c_begin_if_stmt): Prototype new function.
21470         (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
21471         * c-parse.in (if_prefix): Use c_begin_if_stmt,
21472         c_begin_while_stmt and c_finish_while_stmt_cond.
21474 2002-01-04  William Cohen  <wcohen@redhat.com>
21476         * config/pa/elf.h (ASM_FILE_START): Reverted to profile_flag.
21477         * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
21478         * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
21479         * config/pa/som.h (ASM_FILE_START): Likewise.
21481 2002-01-04  Daniel Berlin  <dan@cgsoftware.com>
21483         * lcm.c: Include df.h.
21484         Add available_transfer_function prototype.
21485         (compute_available): Rework to use iterative dataflow framework.
21486         (struct bb_info): s/bb_info/lcm_bb_info/g to avoid conflict
21487         with bb_info in df.h
21488         (available_transfer_function): New function.
21490         * Makefile.in (lcm.o): add df.h to dependencies.
21492 2002-01-04  Richard Henderson  <rth@redhat.com>
21494         * config/alpha/alpha.c (some_operand): Accept HIGH.
21495         (input_operand): Likewise; accept simple references to globals.
21496         (alpha_const_ok_for_letter_p): New, outlined from alpha.h.
21497         (alpha_const_double_ok_for_letter_p): Likewise.
21498         (alpha_extra_constraint): Likewise.
21499         (alpha_preferred_reload_class): Likewise.  Do not force
21500         symbolic constants to memory.
21501         (alpha_legitimate_address_p): Accept simple references
21502         to small_symbolic_operand.
21503         (alpha_legitimize_address): New arg scratch.  Be prepared to be
21504         called when no_new_pseudos.  Emit simple symbolic references.
21505         Split integers into low, high, and rest.
21506         (alpha_expand_mov): Use alpha_legitimize_address.
21507         (some_small_symbolic_mem_operand): New.
21508         (split_small_symbolic_mem_operand): New.
21509         * config/alpha/alpha-protos.h: Update.
21510         * config/alpha/alpha.h (CONST_OK_FOR_LETTER_P): Out-line.
21511         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
21512         (EXTRA_CONSTRAINT): Likewise.
21513         (PREFERRED_RELOAD_CLASS): Likewise.
21514         (LEGITIMIZE_ADDRESS): Update for alpha_legitimize_address change.
21515         (PREDICATE_CODES): Update.
21516         * config/alpha/alpha.md: New post-reload splitters to convert
21517         simplfied symbolic operands to the form that references $29.
21518         (divide expanders): Use emit_move_insn, not gen_movdi_er_high_g.
21519         (movdi_er_nofix, movdi_er_fix): Accept any symbolic operand.
21521 2002-01-03  Richard Henderson  <rth@redhat.com>
21523         * local-alloc.c (function_invariant_p): Update commentary.
21525 2002-01-04  H.J. Lu <hjl@gnu.org>
21527         * toplev.c (rest_of_compilation): Fix a typo when calling
21528         cleanup_cfg.
21530 2002-01-03  Kazu Hirata  <kazu@hxi.com>
21532         * c-common.c: Fix formatting.
21533         * diagnostic.c: Likewise.
21534         * doloop.c: Likewise.
21535         * dwarf2out.c: Likewise.
21537 2002-01-03  Kazu Hirata  <kazu@hxi.com>
21539         * config/h8300/h8300.c (output_logical_op): Use 'not.w' instead
21540         of 'neg.w' when xoring with 0x0000ffff or 0xffff0000.
21542 2002-01-03  Neil Booth  <neil@daikokuya.demon.co.uk>
21544         * cpperror.c: Update comments and copyright.
21545         * cppexp.c, cppfiles.c, cpphash.c, cpphash.h, cppinit.c,
21546         cpplex.c, cpplib.c, cpplib.h, cppmacro.c, cppmain.c: Similarly.
21548 2002-01-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21550         * collect2.c (main): Use strcmp when testing for "-shared".
21552 2002-01-03  Neil Booth  <neil@daikokuya.demon.co.uk>
21554         * cppmacro.c: Don't include intl.h.  Update comments.
21555         (new_number_token): Allocate enough buffer for 64-bit unsigned
21556         integers; update prototype.
21557         * cppmain.c: Update comments.
21559 2002-01-03  William Cohen  <wcohen@redhat.com>
21561         * function.h (struct function): Add profile.
21562         (current_function_profile): New.
21563         doc/extend.texi: Update documentation.
21564         * final.c (final_start_function): Use current_function_profile
21565         instead of profile_flag.
21566         (profile_after_prologue): Likewise.
21567         * function.c (expand_function_start): Likewise.
21568         (expand_function_start): Likewise.
21569         * config/alpha/alpha.c (direct_call_operand):
21570         (alpha_does_function_need_gp): Likewise.
21571         (alpha_expand_prologue): Likewise.
21572         * config/arm/arm.c (arm_expand_prologue): Likewise.
21573         thumb_expand_prologue: Likewise.
21574         * config/d30v/d30v.c (d30v_stack_info): Likewise.
21575         * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Likewise.
21576         (fr30_expand_prologue): Likewise.
21577         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
21578         * config/i386/i386.c (ix86_osf_output_function_prologue): Likewise.
21579         * config/i386/i386.h (FINALIZE_PIC): Likewise.
21580         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
21581         * config/i960/i960.c (i960_output_function_prologue): Likewise.
21582         * config/ia64/ia64.c (ia64_compute_frame_size): Likewise.
21583         * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Likewise.
21584         (m32r_expand_prologue): Likewise.
21585         * config/m88k/m88k.c (m88k_layout_frame): Likewise.
21586         (m88k_expand_prologue): Likewise.
21587         * config/m88k/m88k.h (ADJUST_INSN_LENGTH): Likewise.
21588         * config/mips/mips.c (compute_frame_size): Likewise.
21589         (mips_expand_prologue): Likewise.
21590         (mips_can_use_return_insn): Likewise.
21591         * config/pa/elf.h (ASM_FILE_START): Likewise.
21592         * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
21593         * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
21594         * config/pa/som.h (ASM_FILE_START): Likewise.
21595         * config/romp/romp.c (romp_using_r14): Likewise.
21596         * config/rs6000/rs6000.c (first_reg_to_save): Likewise.
21597         (rs6000_stack_info): Likewise.
21598         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
21599         * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
21600         * config/v850/v850.c (compute_register_save_size): Likewise.
21602 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
21604         * simplify-rtx.c (simplify_binary_operation) [DIV]: If
21605         gen_lowpart_common fails, use gen_lowpart_SUBREG.
21607 2002-01-03  Turly O'Connor  <turly@apple.com>
21609         * darwin.c (machopic_output_possible_stub_label): Don't generate
21610         stub routines for pseudo-stubs which we've just defined.
21612 2002-01-03  Kazu Hirata  <kazu@hxi.com>
21614         * builtins.c: Fix formatting.
21615         * c-typeck.c: Likewise.
21616         * combine.c: Likewise.
21617         * expr.c: Likewise.
21618         * loop.c: Likewise.
21620 2002-01-03  Andreas Schwab  <schwab@suse.de>
21622         * cppfiles.c (_cpp_pop_file_buffer): Change return type to bool
21623         and return true if _cpp_push_next_buffer pushed a new include
21624         file.
21625         * cpplib.c (_cpp_pop_buffer): Only call obstack_free if
21626         _cpp_pop_file_buffer did not push a new file.
21627         * cpphash.h (_cpp_pop_file_buffer): Update declaration.
21629 2002-01-02  Eric Christopher  <echristo@redhat.com>
21631         * final.c (final_scan_insn): Change 0 -> NULL_RTX in
21632         FIND_REG_INC_NOTE call. Update copyright.
21633         * loop.c (canonicalize_condition): Ditto.
21634         * reorg.c (delete_scheduled_jump): Ditto.
21636 2002-01-03  Kazu Hirata  <kazu@hxi.com>
21638         * gcse.c: Fix formatting.
21640 2002-01-03  Graham Stott  <grahams@redhat.com>
21642         * mkconfig.sh: Output to config.h, hconfig.h and tconfig.h
21643         forward defs for struct tags rtx_def, union_tree, rtvec_def
21644         also output corresponding typedefs for rtx, tree, and rtvec.
21646         * system.h: Move forward defs for struct tags rtx_def, union_tree,
21647         rtvec_def along with corresponding typedefs for rtx, tree, and
21648         rtvec to config.h, hconfig.h, tconfig.h.
21650 2002-01-03  Graham Stott  <grahams@redhat.com>
21652         * tree.h: Update copyright date.
21653         (IS_EXPR_CODE_CLASS): Add parenthesis.
21654         (TREE_SET_CODE): Add whitespace.
21655         (TREE_CHECK): Add parenthesis.
21656         (TREE_CLASS_CODE): Add parenthesis and wrap long line.
21657         (CST_OR_CONSTRUCTOR_CHECK):
21658         (EXPR_CHECK): Add parenthis, whitespace and wrap line.
21659         (TREE_SYMBOL_REFERENCED): Whitespace.
21660         (INT_CST_LT): Likewise.
21661         (INT_CST_LT_UNSIGNED): Likewise.
21662         (tree_real_cst): Unwrap comment.
21663         (tree_string): Likewise.
21664         (tree_complex): Likewise.
21665         (IDENTIFIER_POINTER): correct cast.
21666         (SAVE_EXPR_CONTEXT): Whitespace.
21667         (EXPR_WFL_FILENAME_NODE): Likewise.
21668         (EXPR_WFL_FILENAME): Remove parenthesis.
21669         (DECL_ORIGIN): Add parenthesis.
21670         (DECL_FROM_INLINE): Use NULL_TREE.
21671         (build_int_2): Whitespace.
21672         (build_type_variant): Add parenthesis.
21674         * gcc/jcf-parse.c: Update copyright date.
21675         (yyparse): Constify resource_filename.
21677 2002-01-03  Graham Stott  <grahams@redhat.com>
21679         * rtl.h: Update copyright date.
21680         (RTL_CHECK1): Wrap long line.
21681         (RTL_CHECK2): Likewise.
21682         (RTL_CHECKC1): Wrap long line and whitespace.
21683         (RTL_CHECKC2): Likewise.
21684         (XWINT): Whitespace.
21685         (XINT): Likewise.
21686         (XSTR): Likewise.
21687         (XEXP): Likewise.
21688         (XVEC): Likewise.
21689         (XMODE): Likewise.
21690         (XBITMAP): Likewise.
21691         (XTREE): Likewise.
21692         (XBBDEF): Likewise.
21693         (XTMPL): Likewise.
21694         (X0WINT): Likewise.
21695         (X0INT):Likewise.
21696         (X0UINT): Likewise.
21697         (X0STR): Likewise.
21698         (X0EXP): Likewise.
21699         (X0VEC): Likewise.
21700         (X0MODE): Likewise.
21701         (X0BITMAP): Likewise.
21702         (X0TREE): Likewise.
21703         (X0BBDEF): Likewise.
21704         (X0ADVFLAGS): Likewise.
21705         (X0CSELIB): Likewise.
21706         (X0MEMATTR): Likewise.
21707         (XCWINT): Likewise.
21708         (XCINT): Likewise.
21709         (XCUINT): Likewise.
21710         (XCSTR): Likewise.
21711         (XCEXP): Likewise.
21712         (XCVEC): Likewise.
21713         (XCMODE): Likewise.
21714         (XCBITMAP): Likewise.
21715         (XCTREE): Likewise.
21716         (XCBBDEF): Likewise.
21717         (XCADVFLAGS): Likewise.
21718         (XCCSELIB): Likewise.
21719         (XC2EXP): Likewise.
21720         (INSN_UID): Likewise.
21721         (PREV_INSN): Likewise.
21722         (PATTERN): Likewise.
21723         (INSN_CODE): Likewise.
21724         (PUT_REG_NOTE_KIND): Likewise.
21725         (CODE_LABEL_NUMBER): Likewise.
21726         (NOTE_SOURCE_FILE): Likewise.
21727         (NOTE_BLOCK): Likewise.
21728         (NOTE_EH_HANDLER): Likewise.
21729         (NOTE_RANGE_INFO): Likewise.
21730         (NOTE_LIVE_INFO): Likewise.
21731         (NOTE_BASIC_BLOCK): Likewise.
21732         (NOTE_EXPECTED_VALUE): Likewise.
21733         (NOTE_LINE_NUMBER): Likewise.
21734         (LABEL_NAME): Likewise.
21735         (LABEL_NUSES): Likewise.
21736         (LABEL_ALTERNATE_NAME): Likewise.
21737         (ADDRESSOF_DECL): Likewise.
21738         (JUMP_LABEL): Likewise.
21739         (LABEL_NEXTREF): Likewise.
21740         (REGNO): Likewise.
21741         (ORIGINAL_REGNO: Likewise.
21742         (HARD_REGISTER_NUM_P): Add parenthesis.
21743         (SUBREG_REG): Whitespace.
21744         (SUBREG_BYTE): Likewise.
21745         (ASM_OPERANDS_TEMPLATE): Remove parenthesis.
21746         (ASM_OPERANDS_OUTPUT_CONSTRAINT): Likewise.
21747         (ASM_OPERANDS_OUTPUT_IDX): Likewise.
21748         (ASM_OPERANDS_INPUT_VEC): Likewise.
21749         (ASM_OPERANDS_INPUT_CONSTRAINT_VEC): Likewise.
21750         (ASM_OPERANDS_INPUT): Likewise.
21751         (ASM_OPERANDS_INPUT_LENGTH): Likewise.
21752         (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): Likewise.
21753         (ASM_OPERANDS_INPUT_CONSTRAINT): Likewise.
21754         (ASM_OPERANDS_INPUT_MODE): Likewise.
21755         (ASM_OPERANDS_SOURCE_FILE): Likewise.
21756         (ASM_OPERANDS_SOURCE_LINE): Likewise.
21757         (MEM_SET_IN_STRUCT_P): Minor reformat.
21758         (TRAP_CONDITION): Whitespace.
21759         (TRAP_CODE): Likewise.
21760         (COND_EXEC_TEST): Likewise.
21761         (COND_EXEC_CODE): Likewise.
21762         (FIND_REG_INC_NOTE): Uppercase macro args and add parenthesis.
21763         (PHI_NODE_P): Add parenthesis.
21764         (plus_constant): Whitespace and add parenthesis.
21766 2002-01-03  Kazu Hirata  <kazu@hxi.com>
21768         * config/avr/avr.c: Fix comment typos.
21769         * config/c4x/c4x.md: Likewise.
21770         * config/dsp16xx/dsp16xx.h: Likewise.
21771         * config/dsp16xx/dsp16xx.md: Likewise.
21772         * config/i386/i386.md: Likewise.
21773         * config/ia64/ia64.c: Likewise.
21774         * config/m32r/m32r.h: Likewise.
21775         * config/m68hc11/m68hc11.md: Likewise.
21776         * config/mmix/mmix.c: Likewise.
21777         * config/mn10200/mn10200.c: Likewise.
21778         * config/romp/romp.c: Likewise.
21779         * config/sh/sh.c: Likewise.
21780         * config/stormy16/stormy16.c: Likewise.
21781         * config/stormy16/stormy16.h: Likewise.
21782         * config/stormy16/stormy16.md: Likewise.
21784 2002-01-03  Graham Stott  <grahams@redhat.com>
21786         * loop.h: Update copyright date.
21787         (LOOP_MOVABLES): Fix typo.
21788         (LOOP_REGS): Likewise.
21789         (LOOP_IVS): Likewise.
21791 2002-01-03  Graham Stott  <grahams@redhat.com>
21793         * cppinit.c: Update copyright date.
21794         Don't include output.h
21795         * Makefile.in: Update copyright date.
21796         Update dependency.
21798 2002-01-02  Craig Rodrigues  <rodrigc@gcc.gnu.org>
21800         PR c/5226
21801         * invoke.texi (-mthreads): Remove from documented RS/6000 options.
21802         (-pthread) Add to RS/6000 options.
21804 2002-01-02  Kazu Hirata  <kazu@hxi.com>
21806         * except.c: Fix comment typos.
21807         * loop.c: Likewise.
21808         * varasm.c: Likewise.
21809         * doc/tm.texi: Fix a typo.
21811 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
21813         * c-typeck.c (output_init_element): Allow initializing static storage
21814         duration objects with compound literals.
21816 2002-01-02  Richard Henderson  <rth@redhat.com>
21818         * objc/objc-act.c (hack_method_prototype): Clear current_function_decl
21819         after abusing it.
21821 2002-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21823         * gcc.c (default_compilers): Const-ify.
21824         * mips-tdump.c (stab_names): Likewise.
21825         * mips-tfile.c (map_coff_types, map_coff_storage,
21826         map_coff_sym_type, map_coff_derived_type, stabs_symbol,
21827         pseudo_ops_t, pseudo_ops): Likewise.
21828         * protoize.c (default_include): Likewise
21830         * real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.
21831         (ezero, ehalf, eone, etwo, e32, elog2, esqrt2, epi): Const-ify.
21832         Add array size in declaration.
21833         (endian, emov, eisneg, eisinf, eisnan, eiisnan, eiisneg, emovi,
21834         emovo, emovz, eiisinf, ecmpm, eaddm, esubm, m16m, edivm, emulm,
21835         esub, eadd, eadd1, ediv, emul, e53toe, e64toe, e113toe, e24toe,
21836         etoe113, etoe64, etoe53, etoe24, ecmp, eround, ltoe, ultoe,
21837         eifrac, euifrac, e24toasc, e53toasc, e64toasc, e113toasc, etoasc,
21838         efloor, efrexp, eldexp, eremain, dectoe, etodec, ibmtoe, etoibm,
21839         c4xtoe, etoc4x, uditoe, ditoe, etoudi, etodi, esqrt, etens,
21840         emtens, make_nan): Const-ify.
21841         (TFbignan, TFlittlenan, XFbignan, XFlittlenan, DFbignan,
21842         DFlittlenan, SFbignan, SFlittlenan): Make static and const-ify.
21844 2002-01-02  Joseph S. Myers  <jsm28@cam.ac.uk>
21846         * config.gcc (ia64-*-*): Set extra_headers.
21847         (alpha*-dec-osf*): Likewise.  Don't use alpha/t-osf.
21848         * config/alpha/t-osf: Remove.
21849         * config/ia64/t-ia64 (EXTRA_HEADERS): Remove.
21851 2002-01-02  David Edelsohn  <edelsohn@gnu.org>
21853         * config/rs6000/t-aix43: Revert previous change.
21855 2002-01-02  Jason Merrill  <jason@redhat.com>
21857         * c-decl.c (c_expand_body): Call outlining_inline_function when
21858         emitting an inline function out of line.
21860 2002-01-02  Richard Henderson  <rth@redhat.com>
21862         * dwarf2out.c (limbo_die_node): Add created_for member.
21863         (new_die): New argument created_for.  Update all callers.
21864         (mark_limbo_die_list): New.
21865         (dwarf2out_init): Register limbo_die_list as a root.
21866         (dwarf2out_finish): Force insert limbo dies into their function
21867         context.
21869 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
21871         PR c++/5089
21872         * doc/invoke.texi (-Wold-style-cast): Only warn about non-void casts.
21874 2002-01-02  Kazu Hirata  <kazu@hxi.com>
21876         * config/h8300/fixunssfsi.c: Update copyright.
21877         Fix comment typos.
21878         Fix formatting.
21879         * config/h8300/h8300.c: Update copyright.
21880         Eliminate warnings.
21882 2002-01-02  Kazu Hirata  <kazu@hxi.com>
21884         * config/romp/romp.c: Fix comment formatting.
21885         * config/romp/romp.h: Likewise.
21886         * config/romp/romp.md: Likewise.
21887         * config/s390/s390.c: Likewise.
21888         * config/stormy16/stormy16.c: Likewise.
21889         * config/stormy16/stormy16.h: Likewise.
21891 2002-01-02  Alexandre Oliva  <aoliva@redhat.com>
21893         * c-common.h (genrtl_expr_stmt_value): Declare.
21894         * c-semantics.c (genrtl_goto_stmt): Redirect to...
21895         (genrtl_goto_stmt_value): ... this new function.  Pass new
21896         argument down to expand_expr_stmt_value, taking
21897         TREE_ADDRESSABLE into account.
21898         * c-common.c (c_expand_expr): Mark the last EXPR_STMT of a
21899         STMT_EXPR as addressable, i.e., one whose result we want.
21900         * expr.c (expand_expr): Don't save expression statement value
21901         of labeled_blocks or loop_exprs.
21902         * stmt.c (expand_expr_stmt): Redirect to...
21903         (expand_expr_stmt_value): ... this new function.  Use new
21904         argument to tell whether to save expression value.
21905         (expand_end_stmt_expr): Reset last_expr_type and
21906         last_expr_value if we don't have either.
21907         * tree-inline.c (declare_return_variable): Mark its use
21908         statement as addressable.
21909         * tree.h: Document new use of TREE_ADDRESSABLE.
21910         (expand_expr_stmt_value): Declare.
21912 2002-01-01  Tom Rix  <trix@redhat.com>
21914         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Fix for use by
21915         rs6000_emit_allocate_stack.
21917 2002-01-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21919         * configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of
21920         ${srcdir}/ginclude/ to every entry in extra_headers.
21921         * configure: Regenerate.
21922         * ginclude/math-3300.h: Rename to config/m68k/math-3300.h.
21923         * ginclude/math-68881.h: Rename to config/m68k/math-68881.h.
21924         * ginclude/ppc-asm.h: Rename to config/rs6000/ppc-asm.h.
21925         * ginclude/proto.h: Rename to config/convex/proto.h.
21927 Tue Jan  1 17:12:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21929         * attribs.c (handle_vector_size_attribute): Use host_integerp
21930         and tree_int_cst; remove warnings.
21931         * caller-save.c (insert_restore): Add cast to get rid of warning.
21932         (insert_save): Likewise.
21933         * emit-rtl.c (adjust_address_1, offset_address): Likewise.
21934         * regmove.c (find_matches): Add temporary var to kill a warning.
21936 2002-01-01  Douglas B Rupp  <rupp@gnat.com>
21938         * config/alpha/vms.h (DWARF2_UNWIND_INFO, EH_RETURN_HANDLER_RTX,
21939         LINK_EH_SPEC, MD_FALLBACK_FRAME_STATE_FOR): Define.
21940         * config/alpha/t-vms (EXTRA_PARTS): Add vms-dwarf2eh.o
21941         (vms-dwarf2eh.o): Add Makefile rule.
21942         * config/alpha/vms-ld.c (main): Handle vms-dwarf2eh.o.
21943         * config/alpha/vms-dwarf2eh.asm: New file.
21945         * gcc.c (delete_if_ordinary): Delete all versions.
21947 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
21949         * config/mmix/mmix.md: Update FIXME to not mention
21950         define_constants.
21951         (MMIX_rJ_REGNUM): New define_constants constant.
21952         ("movqi", "movsi", "movdi", "*movdicc_real_foldable",
21953         "*movdicc_real"): Adjust contraints formatting.
21954         ("*bCC_foldable"): Add %+ for P in output format and delete FIXME
21955         for branch prediction.
21956         ("*bCC", "*bCC_inverted_foldable", "*bCC_inverted"): Add %+ in
21957         output template.
21958         ("*call_real", "*call_value_real", "nonlocal_goto_receiver",
21959         "*nonlocal_goto_receiver_expanded"): Use MMIX_rJ_REGNUM instead of
21960         number.  Delete related FIXMEs.
21961         * config/mmix/mmix.h (MMIX_INCOMING_RETURN_ADDRESS_REGNUM): Change
21962         from number to MMIX_rJ_REGNUM.
21963         (TARGET_MASK_BRANCH_PREDICT): New.
21964         (TARGET_DEFAULT): Change to TARGET_MASK_BRANCH_PREDICT.
21965         (TARGET_SWITCHES): Update comment.  Correct -mno-toplevel-symbols
21966         value.  Add -mbranch-predict and -mno-branch-predict.
21967         (TARGET_VERSION): Drop date.
21968         (ADDITIONAL_REGISTER_NAMES): Use MMIX_rJ_REGNUM, not number.
21969         * config/mmix/mmix.c (mmix_encode_section_info): Correct condition
21970         for finding out global symbols.
21971         (mmix_asm_output_labelref): Revert condition for global symbol.
21972         (mmix_print_operand): <case '+'>: Emit P for a likely branch.
21973         (mmix_print_operand_punct_valid_p): A '+' is valid.
21975 See ChangeLog.6 for earlier changes.