OSDN Git Service

* function.h: Remove undefs for rtx and tree.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2001-12-31  Graham Stott  <grahams@redhat.com>
2
3         * function.h: Remove undefs for rtx and tree.
4
5 2001-12-30  Richard Henderson  <rth@redhat.com>
6
7         * loop.c (check_dbra_loop): Fix last change: examine both
8         has_multiple_exit_targets and exit_count.
9
10 2001-12-30  Richard Henderson  <rth@redhat.com>
11
12         * integrate.c (copy_rtx_and_substitute): Fix error last change:
13         we need to unconditionally create a new mem.
14
15 2001-12-30  Hans-Peter Nilsson  <hp@bitrange.com>
16
17         * config/mmix/mmix.md ("*call_real"): Fix typo in comment.
18         * config/mmix/mmix.h (EXTRA_CONSTRAINT): Pass MMIX_REG_OK_STRICT
19         to mmix_extra_constraint.
20         * config/mmix/mmix.c (mmix_secondary_reload_class): Only handle
21         non-global register classes.  Mark now unused parameters as such.
22         (mmix_extra_constraint, 'U'): Use new parameter strict and call
23         calling memory_operand_p or strict_memory_address_p, not
24         address_operand.
25         * config/mmix/mmix-protos.h (mmix_extra_constraint): Add parameter.
26
27 2001-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
28
29         * unroll.c: Move include files above first use of `const'.
30
31 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
32
33         * cfgrtl.c (try_redirect_by_replacing_jump): Allow redirect_jump
34         to fail if target is EXIT_BLOCK_PTR, die otherwise.
35         (redirect_edge_and_branch): Likewise.
36         * cfgcleanup.c (try_forward_edge): Don't force jump redirecting
37         if target is EXIT_BLOCK_PTR.
38
39 2001-12-29  David Edelsohn  <edelsohn@gnu.org>
40
41         * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
42         gcc invoked with -shared.
43
44 2001-12-29  Graham Stott  <grahams@redhat.com>
45
46         * config/i386/i386.c (ix86_asm_dialect): Fix enum type.
47
48         (override_options): Delete abs macro unused. 
49
50         (output_pic_addr_const): Use ASM_ATT/ASM_INTEL enumerations
51         when testing ASSEMBLER_DIALECT.
52
53         (print_reg): Likewise.
54         (print_operand): Likewise.
55         (print_operand_address): Likewise.
56         (print_operand): abort if ASSEMBLER_DIALECT is unknown dialect.
57
58         * config/i386/i386.h (ix86_asm_dialect): Fix enum type.
59
60         (FIND_BASE_TERM): Fix typo.
61
62 Sat Dec 29 15:48:54 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
63
64         * expr.c (store_field): Use adjust_address, not PUT_MODE.
65         (expand_expr, case VIEW_CONVERT_EXPR): Likewise.
66         * reload1.c (eliminate_regs, case SUBREG): Likewise, but use
67         adjust_address_nv.
68         * varasm.c (make_decl_rtl): Likewise.
69         * integrate.c (copy_rtx_and_substitute, case MEM): Likewise, but use
70         replace_equiv_address_nv.
71
72         * varasm.c (decode_addr_const, case INTEGER_CST): Call
73         output_constant_def instead of looking at TREE_CST_RTL.
74
75         * expr.c (convert_move): If -fforce-mem, force FROM to not be memory.
76
77         * stor-layout.c (layout_decl): Don't misalign field of variable size
78         for packed record.
79
80         * dwarf2out.c (compute_section_prefix): Avoid cast warning.
81         (gen_decl_die): Only check DECL_IGNORED_P on decls.
82         (dwarf2out_decl): Check for DECL_IGNORED_P only when needed.
83
84 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
85
86         * cfglayout.c (insert_intra_before_1): New.
87         (insert_inter_bb_scope_notes): Emit sibling block notes which don't
88         span multiple basic blocks.
89
90 2001-12-29  Richard Henderson  <rth@redhat.com>
91
92         * loop.c (prescan_loop): Set has_multiple_exit_targets for exception
93         edges.  Rearrange jump interpretation code to use pc_set.
94         (check_dbra_loop): Examine has_multiple_exit_targets not exit_count.
95
96         * sched-deps.c (sched_analyze_insn): Set scheduling barrier for
97         all insns that can throw, not just if flag_non_call_exceptions.
98
99 2001-12-29  Stan Shebs  <shebs@apple.com>
100
101         * objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Remove.
102         (default_constant_string_class_name): New global.
103         (objc_init): Set it.
104         (synth_module_prologue): Use it.
105
106         * objc/objc-act.c: Apply various cosmetic and formatting changes.
107
108 2001-12-29  Kazu Hirata  <kazu@hxi.com>
109
110         * config/rs6000/darwin-tramp.asm: Fix comment formatting.
111         * config/rs6000/freebsd.h: Likewise.
112         * config/rs6000/rs6000.c: Likewise.
113         * config/sh/sh.c: Likewise.
114         * config/sh/sh.h: Likewise.
115
116 2001-12-28  Stan Shebs  <shebs@apple.com>
117
118         * objc/objc-act.c (build_module_descriptor): Make sure the init
119         function is not deferred.
120         (build_dispatch_table_initializer): Compute the method encoding if
121         not already done.
122
123 2001-12-28  Kazu Hirata  <kazu@hxi.com>
124
125         * doc/md.texi: Add @findex define_insn_and_split.
126
127 2001-12-28  Hans Bohem  <hans_boehm@hp.com>
128
129         * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
130         * config/ia64/unwind-ia64.c (uw_init_context_1): Redo sp, psp,
131         bsp setup.  Set pri_unat_loc to something reasonable.
132         (uw_install_context): Add missing cast.
133         (unw_access_gr): Fix off-by-1 indexing error.
134
135 2001-12-28  Kazu Hirata  <kazu@hxi.com>
136
137         * except.c: Fix comment formatting.
138         * flags.h: Likewise.
139         * flow.c: Likewise.
140         * predict.c: Likewise.
141         * simplify-rtx.c: Likewise.
142         * system.h: Likewise.
143         * vmsdbg.h: Likewise.
144         * vmsdbgout.c: Likewise.
145
146 2001-12-28  Kazu Hirata  <kazu@hxi.com>
147
148         * config/h8300/h8300.md: Fix formatting.
149
150 2001-12-28  Geoff Keating  <geoffk@redhat.com>
151
152         * varasm.c (record_constant_1): Correct parameter to recursive
153         call in default case.
154
155 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
156
157         * config/sparc/sparc.h (ASM_PREFERRED_EH_DATA_FORMAT,
158         ASM_OUTPUT_DWARF_PCREL): Define.
159         * config/sparc/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
160         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check whether as supports
161         .uaword %r_disp32() and linker handles it correctly.
162         * configure, config.in: Rebuilt.
163
164 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
165
166         * c-typeck.c (store_init_value): If initializing object with array
167         type of unknown size by a compound literal, set object's size from
168         compound literal size.
169         * doc/extend.texi (Compound Literals): Adjust documentation.
170
171 2001-12-28  Richard Henderson  <rth@redhat.com>
172
173         * real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT.
174         (endian): Clear word 3 for INTEL_EXTENDED_IEEE_FORMAT.
175         (etartdouble): Invoke etoe64 for INTEL_EXTENDED_IEEE_FORMAT.
176         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Don't special case
177         INTEL_EXTENDED_IEEE_FORMAT.
178
179 2001-12-27  Geoff Keating  <geoffk@redhat.com>
180
181         * combine.c (try_combine): Mask off sign bits when combining
182         stores to the low and high parts of a two-word value.
183
184         * expr.c (expand_expr): Don't mark memory for non-constants as
185         constant.
186
187 Thu Dec 27 20:39:55 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
188
189         * integrate.c (copy_rtx_and_substitute, case MEM): If inlining
190         and not for LHS, clear RTX_UNCHANGING_P.
191
192 2001-12-28  Philipp Thomas  <pthomas@suse.de>
193
194         * cppfiles.c (stack_include_file): Don't translate <stdin>.
195
196 2001-12-27  Roger Sayle <roger@eyesopen.com>
197
198         * builtins.c (expand_builtin_memcmp): Optimize memcmp built-in
199         when all arguments are known constant.  Fixes PR opt/3508.
200
201 2001-12-27  Kazu Hirata  <kazu@hxi.com>
202
203         * config/h8300/h8300.md (two anonymous patterns): Remove.
204
205 2001-12-27  Richard Henderson  <rth@redhat.com>
206
207         * haifa-sched.c (reemit_other_notes): New.
208         (schedule_block): Use it.
209         * sched-ebb.c (schedule_ebbs): Call remove_unnecessary_notes.
210         * sched-rgn.c (schedule_insns): Likewise.
211         * cfglayout.c (remove_scope_notes): Handle removing note at
212         the end of the insn chain.
213         * function.c (debug_find_var_in_block_tree): New.
214
215 2001-12-27  Alan Modra  <amodra@bigpond.net.au>
216             David Edelsohn  <edelsohn@gnu.org>
217
218         * config/rs6000/linux64.h (ASM_DECLARE_FUNCTION_NAME): Simplify.
219
220 2001-12-27  Jakub Jelinek  <jakub@redhat.com>
221
222         * toplev.c (independent_decode_option): Re-add -aux-info option
223         handling.
224
225 Thu Dec 27 09:50:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
226
227         * integrate.c (copy_insn_notes): Don't adjust REG_EH_REGION note
228         if special value.
229
230 2001-12-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
231
232         * collect2.c (is_ctor_dtor): Const-ify.
233         * m88k-protos.h (output_file_start): Likewise.
234         * m88k.c (m88k_lang_independent_options, output_options,
235         output_file_start): Likewise.
236         * fix-header.c (files_to_ignore, std_include_entry, include_entry,
237         std_include_table, main): Likewise.
238         * protoize.c (longopts): Likewise.
239         * regclass.c (int_reg_class_contents): Likewise.
240         * toplev.c (dump_file, f_options, W_options): Make static.
241         (lang_independent_options, f_options, W_options): Const-ify.
242         * tree-dump.c (dump_file_info): Likewise.
243         * unroll.c (_factor): Make static.
244
245 Wed Dec 26 17:55:50 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
246
247         * config/alpha/alpha.c (alpha_align_insns): Remove warning.
248
249         * config/sparc/sparc.md (call struct patterns): Show starting
250         at two words long.
251
252 2001-12-26  David Edelsohn  <edelsohn@gnu.org>
253
254         * rs6000.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add mcpu=405.
255         * sysv4.h (CPP_SYSV_SPEC, CPP_OS_VXWORKS_SPEC): Add mcpu=405.
256
257 2001-12-26  DJ Delorie  <dj@redhat.com>
258
259         * function.c (expand_main_function): Make sure stack adjustments
260         happen before sjlj exception setup.
261
262 2001-12-26  David Edelsohn  <edelsohn@gnu.org>
263
264         * rs6000.md (indirect_jump): Prefer CTR over LR.
265         * xcoff.h (ASM_DECLARE_FUNCTION_NAME): Handle weak function.
266
267 Tue Dec 25 12:04:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
268
269         * dwarf2out.c: Reformatting and minor code rearrangement.
270
271 2001-12-24  Douglas B. Rupp (rupp@gnat.com)
272
273         * configure.in (quoted_stage_prefix_set_by_configure): Generate.
274         * configure: Regenerated.
275         * Makefile.in (SUBDIR_FLAGS_TO_PASS): Use
276         quoted_stage_prefix_set_by_configure.
277
278 Mon Dec 24 10:24:59 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
279
280         * rtl.h (in_expr_list_p): New declaration.
281         * rtlanal.c (in_expr_list_p): New function.
282         * cfgcleanup.c: Reformatting and minor code rearrangement.
283         * cfglayout.c, cfgloop.c, cfgrtl.c: Likewise.
284
285 2001-12-23  Richard Henderson  <rth@redhat.com>
286
287         PR c/5163:
288         * c-decl.c (duplicate_decls): As needed, set DECL_INLINE when
289         we have a function body associated.  Minor cleanups.
290         (grokdeclarator): Do not set DECL_INLINE without a function body.
291
292 2001-12-23  Richard Henderson  <rth@redhat.com>
293
294         * stmt.c (resolve_operand_names): Handle operand modifiers.
295
296 2001-12-23  Richard Henderson  <rth@redhat.com>
297
298         * stmt.c (parse_input_constraint): Break out from ...
299         (expand_asm_operands): ... here.  Loop over the operands twice,
300         the first time only calling mark_addressable.  Correct and simplify
301         the conditions for spilling an output operand to memory.
302
303 2001-12-23  Richard Henderson  <rth@redhat.com>
304
305         * config/alpha/alpha.c (call_operand) [OSF]: Disallow virtual regs.
306
307         * config/alpha/alpha.md (UNSPEC_SIBCALL): New.
308         (sibcall, sibcall_value, sibcall_osf_1_er, sibcall_osf_1): Use it.
309         (sibcall_value_osf_1_er, sibcall_value_osf_1): Likewise.
310
311 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
312
313         * c-typeck.c (c_start_case): Don't strip conversions from the
314         controlling expression.  Partially fixes PR c/2454.
315
316 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
317
318         * Makefile.in (USER_H): Remove proto.h.
319         * config.gcc (c*-convex-*): Set extra_headers=proto.h.
320
321 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
322
323         * arc.c (arc_hard_regno_mode_ok): Const-ify.
324         * arc.h (arc_hard_regno_mode_ok): Likewise.
325         * i386.c (x86_64_reg_class_name): Make static.
326         * m68k.c (regno_reg_class): Const-ify.
327         * m68k.h (regno_reg_class): Likewise.
328         * mcore.c (reg_class_from_letter): Likewise.
329         * mcore.h (reg_class_from_letter): Likewise.
330         * sh.c (reg_class_from_letter, ashiftrt_insns, shift_insns,
331         ext_shift_insns, ext_shift_amounts): Likewise.
332         * sh.h (reg_class_from_letter): Likewise.
333         * sparc.c (hard_regno_mode_classes, hard_32bit_mode_classes,
334         hard_64bit_mode_classes): Likewise.
335         * sparc.h (hard_regno_mode_classes): Likewise.
336
337         * gcc.c (modify_target): Make static.
338         * gengenrtl.c (defs, formats): Likewise.
339         * reload1.c (elim_table_1, init_elim_table): Const-ify.
340         * tradcpp.c (directive, directive_table, handle_directive,
341         skip_if_group, run_directive): Likewise.
342
343 2001-12-23  Richard Henderson  <rth@redhat.com>
344
345         * calls.c (expand_call): Don't turn off ECF_LIBCALL_BLOCK for
346         an invalid result register; do end the sequence properly.
347         (emit_library_call_value_1): Likewise.
348
349 2001-12-22  Aldy Hernandez  <aldyh@redhat.com>
350
351         * config/rs6000/rs6000.h (rs6000_builtins): Add vsldoi variants.
352
353         * config/rs6000/rs6000.md ("altivec_vsldoi_*"): Same.
354
355         * config/rs6000/rs6000.c: Clean up some spacing and indentation.
356         (altivec_init_builtins): Add tree types for builtins with 4 bit
357         literals.
358         (bdesc_3arg): Add vsldoi variants.
359
360 2001-12-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
361
362         * 1750a.h (datalbl, jmplbl): Declare array size explicitly.
363         * a29k.h (a29k_debug_reg_map): Likewise.
364         * arc.h (arc_regno_reg_class): Likewise.
365         * c4x-protos.h (c4x_regclass_map, c4x_caller_save_map): Likewise.
366         * convex.h (regno_reg_class, reg_class_from_letter): Likewise.
367         * d30v.h (regno_reg_class, reg_class_from_letter): Likewise.
368         * i386.h (regclass_map): Likewise.
369         * m32r.h (m32r_hard_regno_mode_ok, m32r_punct_chars): Likewise.
370         * mcore.h (regno_reg_class): Likewise.
371         * mips.h (mips_print_operand_punct, mips_char_to_class):
372         Likewise.
373         * ns32k.h (regclass_map): Likewise.
374         * pj.h (pj_debugreg_renumber_vec): Likewise.
375         * s390.h (regclass_map): Likewise.
376         * sh.h (regno_reg_class): Likewise.
377         * sparc.h (sparc_regno_reg_class): Likewise.
378
379         * hard-reg-set.h (reg_class_contents): Likewise.
380         * machmode.h (class_narrowest_mode): Likewise.
381
382 2001-12-22  David Edelsohn  <edelsohn@gnu.org>
383
384         * loop.c (scan_loop, move_movables, count_one_set): Do not
385         overlook hard registers when computing statistics.
386
387 Sun Dec 23 00:49:37 CET 2001  Jan Hubicka  <jh@suse.cz>
388
389         * calls.c (ECF_LIBCALL_BLOCK): New constant.
390         (emit_call_1, initialize_argument_information,
391         precompute_arguments, expand_call,
392         emit_library_call_value_1): Use ECF_LIBCALL_BLOCK
393         instead of ECF_PURE | ECF_CONST. Honnor LCT_CONST/LCT_PURE.
394
395 2001-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
396
397         * config.gcc (extra_headers): Move settings to math-68881.h and
398         ppc-asm.h to common code for CPU types.  Use math-68881.h on all
399         m68k targets.
400         (header_files): Remove unused setting.
401
402 2001-12-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
403
404         * elxsi.c: Include "hard-reg-set.h" and/or don't declare
405         `call_used_regs' explicitly.
406         * i860.c: Likewise.
407         * m68k.c: Likewise.
408         * ns32k.c: Likewise.
409         * pa.c: Likewise.
410         * vax.c: Likewise.
411         * we32k.c: Likewise.
412
413 Fri Dec 21 23:30:14 CET 2001  Jan Hubicka  <jh@suse.cz>
414
415         * i386.h (TARGET_CPU_DEFAULT_pentium_mmx): New.
416         (TARGET_CPU_DEFAULT_*): Renumber.
417
418 Sat Dec 22 12:20:20 EST 2001  John Wehle  (john@feith.com)
419
420         * rtl.h (subreg_lsb): Declare.
421         * rtlanal.c (subreg_lsb): Implement.
422
423 Sat Dec 22 08:59:50 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
424
425         * predict.c: Reformatting and minor cleanups.
426         * cfg.c, cfganal.c, cfgbuild.c: Likewise.
427
428         * expr.c (expand_expr, case ADDR_EXPR): Handling taking address of
429         SAVE_EXPR.
430         * function.c (gen_mem_addressof): Add missing tests for SAVE_EXPR.
431         (put_addressof_into_stack): Clarify code in setting of used_p.
432
433         * calls.c (flags_from_decl_or_type): Move ECF_SP_DEPRESSED here.
434         (expand_call): Delete from here.
435         Do pending stack adjustments if ECF_SP_DEPRESSED.
436
437         * dwarf2out.c (save_rtx): Deleted.
438         (mem_loc_descriptor): Do equivalent operation.
439         (add_const_value_attribute, case CONST): Likewise.
440         (add_name_and_src_coords_attributes): Likewise.
441
442 2001-12-21  Kazu Hirata  <kazu@hxi.com>
443
444         * config/h8300/h8300.h: Fix comment formatting.
445
446 Fri Dec 21 17:30:15 2001  Jeffrey A Law  (law@redhat.com)
447
448         * pa.h (CPP_SPEC): If not in ANSI mode, define _INCLUDE_LONGLONG.
449         (CPLUSPLUS_CPP_SPEC): Define _INCLUDE_LONGLONG.
450
451 2001-12-21  Robert Lipe  <robertlipe@usa.net>
452
453          * system.h (PREFETCH): Explictly undefine.
454
455 2001-12-21  Richard Henderson  <rth@redhat.com>
456
457         * c-parse.in (SAVE_WARN_FLAGS): Save warn_traditional.
458         (RESTORE_WARN_FLAGS): Restore it.
459         (extension): Zero warn_traditional.
460
461 2001-12-21  Kazu Hirata  <kazu@hxi.com>
462
463         * doc/passes.texi: Fix a typo.
464
465 2001-12-21  Kazu Hirata  <kazu@hxi.com>
466
467         * config/h8300/h8300.h: Fix a comment typo.
468
469 2001-12-21  Jakub Jelinek  <jakub@redhat.com>
470
471         * combine.c (nonzero_bits): If using reg_nonzero_bits,
472         we don't know anything about bits outside of X mode.
473         (num_sign_bit_copies): Likewise.
474
475 2001-12-21  Nick Clifton  <nickc@cambridge.redhat.com>
476
477         * config/arm/arm.md (prefetch): Use 'a' operand code.
478
479 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
480
481         * aclocal.m4 (gcc_AC_PROG_GNAT): Run prospective ada drivers in
482         subshells.
483         * configure.in: Likewise for perl Pod::Man.
484
485         * configure: Regenerated.
486
487 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
488
489         * builtin-attrs.def (__builtin_printf_unlocked,
490         __builtin_fprintf_unlocked, printf_unlocked, fprintf_unlocked):
491         Mark with the __printf__ attribute.
492         
493         * builtins.c (expand_builtin_fputs): Add an `unlocked' parameter
494         and set the replacement function depending on it.
495         (expand_builtin): Skip BUILT_IN_*_UNLOCKED when not optimizing.
496         Handle BUILT_IN_*_UNLOCKED when optimizing.
497         
498         * builtins.def (DEF_EXT_FALLBACK_BUILTIN,
499         DEF_EXT_FRONT_END_LIB_BUILTIN): New macros.
500         Declare the "unlocked" stdio functions.
501         
502         * c-common.c (c_expand_builtin_printf, c_expand_builtin_fprintf):
503         Add an `unlocked' parameter and set the replacement function
504         depending on it.
505         (c_expand_builtin): Handle BUILT_IN_PRINTF_UNLOCKED and
506         BUILT_IN_FPRINTF_UNLOCKED.
507
508         * doc/extend.texi (printf_unlocked, fprintf_unlocked,
509         fputs_unlocked): Document.
510
511 2001-12-20  Josef Zlomek  <zlomek@matfyz.cz>
512
513         * cfgloop.c (flow_loops_find): Use the information of the depth
514         first search order of the CFG correctly when finding natural loops.
515
516 2001-12-20  Richard Henderson  <rth@redhat.com>
517
518         * config/alpha/alpha.md (prologue_mcount): Update for explicit relocs.
519
520 2001-12-20  Richard Henderson  <rth@redhat.com>
521
522         * config/alpha/alpha.c (call_operand) [OSF]: Accept pseudos.
523         * config/alpha/alpha.md (call_osf, call_value_osf): Don't force
524         operand into $27.
525
526 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
527
528         * configure.in (all_headers, all_lib2funcs): Remove.
529         * configure: Regenerate.
530         * Makefile.in (LANG_EXTRA_HEADERS): Remove.
531         (USER_H): Don't include $(LANG_EXTRA_HEADERS).
532         * config/alpha/t-interix (USER_H): Don't include
533         $(LANG_EXTRA_HEADERS).
534         * config/i386/t-interix: Likewise.
535         * config/t-openbsd: Likewise.
536
537 2001-12-20  Andreas Jaeger  <aj@suse.de>
538
539         * libgcc2.c (__bb_exit_func): Remove unused variable.
540         (num_digits): Remove unused function.
541
542 2001-12-20 Alan Shieh <ashieh@hkn.eecs.berkeley.edu>
543
544         * config/arm/arm.c (arm_output_epilogue): Changed IP restore
545         to use ldmfd instead of ldmea.
546         * config/arm/arm.c (arm_compute_initial_elimination_offset):
547         Modified to reflect behavior of arm_expand_prologue when generating
548         interrupt handlers
549
550 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
551
552         * config/arm/arm.c (arm_compute_save_reg0_reg12_mask):  New
553         function. Compute which of registers r0 through r12 should be
554         saved onto the stack during a function's prologue.
555         (arm_compute_save_reg_mask): Use
556         arm_compute_save_reg0_reg12_mask.
557         (arm_compute_initial_elimination_offset): Use
558         arm_compute_save_reg0_reg12_mask.
559
560         (arm_expand_prologue): Do not mark as save of the IP register
561         for an interrupt handler as being part of the frame creation
562         code.
563
564 2001-12-20  Richard Henderson  <rth@redhat.com>
565
566         * varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer
567         to emit floating point values.
568         (assemble_real_1): Remove.
569
570         * 1750a/1750a.c (real_value_to_target_single): New.
571         (real_value_to_target_double): New.
572         * 1750a/1750a.h (TARGET_FLOAT_FORMAT): New.
573         (REAL_VALUE_TO_TARGET_SINGLE): New.
574         (REAL_VALUE_TO_TARGET_DOUBLE): New.
575         * 1750a/1750a-protos.h: Update.
576
577         * 1750a/1750a.h, a29k/a29k.h, alpha/alpha.h, alpha/unicosmk.h,
578         alpha/vms.h, arc/arc.h, arm/aof.h, arm/aout.h, avr/avr.c,
579         avr/avr.h, c4x/c4x.h, clipper/clix.h, convex/convex.h, cris/cris.h,
580         d30v/d30v.h, dsp16xx/dsp16xx.c, dsp16xx/dsp16xx.h, elxsi/elxsi.h,
581         fr30/fr30.h, h8300/h8300.h, i370/i370.h, i386/i386.h, i386/i386elf.h,
582         i386/next.h, i386/ptx4-i.h, i386/sysv4.h, i860/fx2800.h, i860/i860.h,
583         i860/paragon.h, i860/sysv4.h, i960/i960-protos.h, i960/i960.c,
584         i960/i960.h, ia64/ia64.h, m32r/m32r.h, m68hc11/m68hc11.c,
585         m68hc11/m68hc11.h, m68k/3b1.h, m68k/altos3068.h, m68k/crds.h,
586         m68k/dpx2.h, m68k/hp320.h, m68k/m68k.h, m68k/mot3300.h, m68k/news.h,
587         m68k/next.h, m68k/next21.h, m68k/sgs.h, m68k/sun2o4.h, m68k/sun3.h,
588         m68k/tower-as.h, m88k/m88k.h, mcore/mcore.h, mips/mips-protos.h,
589         mips/mips.c, mips/mips.h, mmix/mmix-protos.h, mmix/mmix.c,
590         mmix/mmix.h, mn10200/mn10200.h, mn10300/mn10300.h, ns32k/encore.h,
591         ns32k/ns32k.h, pa/long_double.h, pa/pa.h, pdp11/pdp11.h, pj/pj.h,
592         romp/romp.c, romp/romp.h, rs6000/rs6000.h, s390/linux.h, sh/sh.h,
593         sparc/sparc.h, stormy16/stormy16.h, v850/v850.h, vax/vax.h,
594         vax/vaxv.h, we32k/we32k.h, doc/tm.texi: Remove ASM_OUTPUT_FLOAT,
595         ASM_OUTPUT_DOUBLE, ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_BYTE_FLOAT,
596         ASM_OUTPUT_SHORT_FLOAT, ASM_OUTPUT_THREE_QUARTER_FLOAT, and all
597         associated support routines.
598
599 Thu Dec 20 16:58:46 CET 2001  Jan Hubicka  <jh@suse.cz>
600
601         * cfgcleanup.c (flow_find_cross_jump): Avoid incrementing of ninsns
602         if one of block does not contain jump.
603         (outgoing_edge_math): Revert last path; require edges to be noncomplex
604         nonfake to match single exit edge; require conditional jumps to not
605         have side effect.
606
607 2001-12-20  Turly O'Connor  <turly@apple.com>
608
609         * tm.texi (ASM_OUTPUT_OPERAND): Change documentation references to
610         "recog_operand" to "recog_data.operand".
611         * rtl.def: Likewise.
612
613 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
614
615         * simplify-rtx.c (simplifi_binary_operation) [DIV]: If DIV has
616         narrower mode than op0, only return the bits in DIV's mode.
617
618 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
619
620         * combine.c (distribute_notes): Avoid adding REG_LABEL notes
621         to JUMP_INSNs with JUMP_LABEL.
622
623 2001-12-19  Aldy Hernandez  <aldyh@redhat.com>
624
625         * doc/install.texi: Add documentation for --enable-altivec.
626
627         * config.gcc: Add support for --enable-altivec.
628
629         * config/rs6000/altivec.h: New.
630
631         * config/rs6000/linuxaltivec.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
632         Define.  Fix typo.
633
634         * config/rs6000/rs6000.c (vrsave_operation): Change unspec to
635         unspec_volatile.
636         (generate_set_vrsave): Generate the unspec here instead of calling
637         an .md pattern.
638         (generate_set_vrsave): Use gen_rtvec.
639         (rs6000_emit_prologue): Replace call to gen_get_vrsave with
640         gen_rtx_SET.
641
642         * config/rs6000/rs6000.md ("*movsi_internal1"): Add constraints
643         for setting special registers.
644         ("*set_vrsave_internal"): Use unspec_volatile.
645         ("set_vrsave"): Remove.
646         ("get_vrsave"): Remove.
647
648         * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Add vrsave to
649         SPECIAL_REGS.
650
651 2001-12-19  Bruce Korb  <bkorb@gnu.org>
652
653         * gcc/fixinc/inclhack.def:  Remove all the fix suppression "fixes".
654         (strict_ansi_not_ctd):  accommodate __STDC__ == 0 tests in UW 2.1.2
655         * gcc/fixinc/mkfixinc.sh(i?86-*-sysv4.2uw2*): now uses fixincl program
656         * gcc/fixinc/base/...: adjust for changes in fixes
657
658 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
659
660         * po/gcc.pot: Regenerate.
661
662         * configure.in (all_diff_excludes, diff_excludes): Remove.
663         * configure: Regenerate.
664         * Makefile.in (LANG_DIFF_EXCLUDES): Remove.
665         * objc/config-lang.in (diff_excludes): Remove.
666
667 2001-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
668
669         * config/sparc/sparc.md (ldd peephole2s): For load peepholes pass
670         the destination register as a parameter to mems_ok_for_ldd_peep.
671         For store peepholes pass NULL_RTX.  Move all volatile checks ...
672         * config/sparc/sparc.c (mems_ok_for_ldd_peep): ... here.  Add a
673         register parameter, check it's not the same as base for an address.
674         * config/sparc/sparc-protos.h (mems_ok_for_ldd_peep): Update.
675
676 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
677
678         * config/ia64/ia64.c (ia64_single_set): Return first set for
679         prologue_allocate_stack and epilogue_deallocate_stack instructions.
680
681 2001-12-19  Dale Johannesen  <dalej@apple.com>
682
683          * config/rs6000/rs6000.h: LEGITIMIZE_RELOAD_ADDRESS:
684          redefine in terms of rs6000_legitimize_reload_address().
685          * config/rs6000/rs6000-protos.h: Add this function.
686          * config/rs6000/rs6000.c: Add this function.  Includes
687          handling for Darwin FP constants.
688
689 Wed Dec 19 11:01:21 2001  Jeffrey A Law  (law@redhat.com)
690
691         * config/pa/t-hpux-shlib: New file.
692         * config.gcc (hpux10, hpux11): Include t-hpux-shlib in tmake_file
693         for 32bit hpux10 & hpux11 configurations.
694
695 2001-12-19  Nick Clifton  <nickc@cambridge.redhat.com>
696
697         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Pass
698         -mno-fpu onto gas unless -mhard-float is specified.
699         (MULTILIB_DEFAULTS): Include msoft-float.
700
701         * config/arm/t-xscale-coff (EXTRA_MULTILIB_PARTS): Remove definition.
702
703         * config/arm/coff.h (SUPPORTS_INIT_PRIORITY): Define (to false).
704         * config/arm/elf.h (SUPPORTS_INIT_PRIORITY): Define (to true).
705
706 Wed Dec 19 06:12:34 2001  Douglas B. Rupp  <rupp@gnat.com>
707
708         * dwarf2out.c (add_name_and_src_coords_attributes): Fix VMS procedure
709         descriptor output.
710
711 2001-12-18  Stan Shebs  <shebs@apple.com>
712
713         * rs6000.h (LOCAL_ALIGNMENT): Fix parens.
714
715 Tue Dec 18 17:02:06 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
716
717         * emit-rtl.c (widen_memory_access): Only call compare_tree_int
718         on an INTEGER_CST.
719
720 2001-12-18  David Edelsohn  <edelsohn@gnu.org>
721
722         * rs6000.c (rs6000_override_options): Only use DI ops when
723         TARGET_64BIT.  Fix typo.
724
725 Tue Dec 18 16:39:46 CET 2001  Jan Hubicka  <jh@suse.cz>
726
727         * att.h (ASM_FILE_START): Use asm_dialect.
728         * linux.h (ASM_FILE_START): Likewise.
729         * gas.h (ASM_FILE_START): Likewise.
730         * i386.c (ix86_debug_arg_string, ix86_debug_addr_string,
731         ix86_asm_string, ix86_asm_dialect): New.
732         (override_options): Set asm_dialect.
733         * i386.h (MASK_MIX_SSE_I387, MASK_INTEL_SYNTAX, MASK_DEBUG_ARG,
734         MASK_DEBUG_ADDR): Kill.
735         (MASK_64BIT, MASK_NO_RED_ZONE): renumber.
736         (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Use string.
737         (ASSEMBLER_DIALECT): Use asm_dialect.
738         (TARGET_SWITCHES): Undocument deprecated items; deprecate intel-syntax;
739         remove debug-addr and debug-arg.
740         (TARGET_OPTIONS): Add debug-arg, debug-addr, asm.
741         (asm_dialect): New enum.
742         (ix86_debug_arg_string, ix86_debug_addr_string,
743         ix86_asm_string, ix86_asm_dialect): Declare.
744         * invoke.texi (-mintel-syntax): Remove.
745         (-masm): Document.
746
747 Tue Dec 18 16:37:42 CET 2001  Jan Hubicka  <jh@suse.cz>
748
749         * libgcc2.c (__bb_exit_func): Kill -ax dumping code.
750
751 2001-12-18  Jason Merrill  <jason@redhat.com>
752
753         C++ ABI change: destroy value arguments in caller.
754         * calls.c (initialize_argument_information): Pass the address of
755         the TARGET_EXPR temporary rather than storing it into another.
756
757 Tue Dec 18 07:09:06 2001  Douglas B. Rupp  <rupp@gnat.com>
758
759         * config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Add /gnu/include.
760         * config/alpha/vms.h (STACK_CHECK_BUILTIN): #define 0 for VMS.
761
762 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
763
764         * config/linux.h (PREFERRED_DEBUGGING_TYPE): Remove.
765         * config/sparc/linux.h (PREFERRED_DEBUGGING_TYPE): Remove.
766         * config/sparc/linux64.h (PREFERRED_DEBUGGING_TYPE): Remove.
767         (CC1_SPEC): Don't default to -gstabs+ if -m32.
768
769 2001-12-05  David O'Brien  <obrien@FreeBSD.org>
770
771         * elfos.h (PREFERRED_DEBUGGING_TYPE): Change to DWARF2_DEBUG.
772
773 2001-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
774
775         * po/gcc.pot: Regenerate.
776
777 2001-12-18  Kazu Hirata  <kazu@hxi.com>
778
779         * config/h8300/h8300.c: Fix comment typos.
780         * config/h8300/h8300.h: Fix comment formatting.
781
782 2001-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
783
784         * machmode.h (mode_name, mode_class, mode_size, mode_unit_size,
785         mode_bitsize, mode_mask_array, mode_wider_mode): Set array size in
786         declaration to NUM_MACHINE_MODES.
787         (mode_size, mode_unit_size): Set array type to unsigned char.
788         (mode_bitsize): Set array type to unsigned short.
789
790         * rtl.c (rtx_length): Set array type to unsigned char.
791         (rtx_length, rtx_name, rtx_format, rtx_class): Set array size to
792         NUM_RTX_CODE.
793         (mode_bitsize): Set array type to unsigned short.
794         (mode_size, mode_unit_size): Set array type to unsigned char.
795         (mode_name, mode_class, mode_bitsize, mode_size, mode_unit_size,
796         mode_wider_mode, mode_mask_array): Set array size to
797         NUM_MACHINE_MODES.
798
799         * rtl.h (rtx_length, rtx_name, rtx_format, rtx_class): Set array
800         size in declaration to NUM_RTX_CODE.
801
802 2001-12-17  Richard Henderson  <rth@redhat.com>
803
804         * config/alpha/alpha.md (unop): Encode RB as $sp.
805
806 2001-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
807
808         * Makefile.in: Update dependencies.
809         * c-lang.c: Remove unnecessary includes.
810         (deferred_fns, start_cdtor, finish_cdtor, defer_fn): Move to
811         c-objc-common.c.
812         (finish_file): Move body to c_common_finish_file.
813         * c-objc-common.c: Include varray.h and ggc.h.
814         (deferred_fns, start_cdtor, finish_cdtor, defer_fn,
815         expand_deferred_fns, c_objc_common_finish_file): Moved from c-lang.c.
816         (c_objc_common_init): Initialize deferred function array.
817         * c-tree.h (c_objc_common_finish_file,
818         static_ctors, static_dtors): New.
819 objc:
820         * Make-lang.in: Update dependencies.
821         * objc/objc-act.c: Don't include varray.h.
822         (defer_fn, deferred_fns): Move to c-objc-common.c.
823         (objc_init): Similarly for initialization of it.
824         (finish_file): Move some to c-objc-common.c, use
825         c_objc_common_finish_file.
826
827 2001-12-17  Aldy Hernandez  <aldyh@redhat.com>
828
829         * config/rs6000/rs6000.c: Remove is_gpr_return_reg prototype.
830
831 2001-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
832
833         * doc/cppinternals.texi: Update.
834
835 Mon Dec 17 14:21:21 2001  Jeffrey A Law  (law@redhat.com)
836
837         * expmed.c (emit_store_flag): Extract updated comparison code
838         from the return value of compare_from_rtx.
839         * expr.c (do_store_flag): Similarly.
840
841 2001-12-17  Nick Clifton  <nickc@cambridge.redhat.com>
842
843         * caller-save.c (init_caller_save): Use MODE_BASE_REG_CLASS in
844         preference to BASE_REG_CLASS.
845         * recog.c (preprocess_constraints): Ditto.
846         * regclass.c (record_operand_costs, scan_one_insn, regclass,
847         record_reg_classes, record_address_regs): Ditto.
848         * regrename.c (scan_rtx_address, scan_rtx,
849         replace_oldest_value_addr, replace_oldest_value_mem): Ditto.
850         * reload.c (find_reloads, find_reloads_address,
851         find_reloads_address_1): Ditto.
852         * reload1.c (maybe_fix_stack_asms): Ditto.
853         * defaults.h (MODE_BASE_REG_CLASS): Provide default
854         definition.
855         * doc/tm.texi: Document MODE_BASE_REG_CLASS.
856
857         * config/arm/arm.h (MODE_BASE_REG_CLASS): Define.
858
859 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
860
861         * doc/install.texi2html: Use -I $SOURCEDIR.
862
863         Separate user and internals manuals.
864         * Makefile.in (info, $(docdir)/gcc.info, dvi, gcc.dvi): Update
865         dependencies.
866         ($(docdir)/gccint.info, gccint.dvi): New targets.
867         (maintainer-clean, install-info, uninstall): Update.
868         * doc/.cvsignore: Add gccint.info*.
869         * doc/include/gcc-common.texi: New file.
870         * doc/gcc.texi: Use it.  Adjust to be a user-only manual.  Put
871         copyright notice in a macro.  Don't include ISBN unless FSFPRINT
872         is defined.
873         * doc/gccint.texi: New file.
874         * doc/configfiles.texi, doc/extend.texi, doc/invoke.texi,
875         doc/md.texi, doc/passes.texi, doc/tm.texi, doc/trouble.texi:
876         Update for separate user and internals manuals.
877
878 2001-12-17  Dale Johannesen  <dalej@apple.com>
879
880          * config/rs6000/rs6000.h:  CPP_CPU_SPEC: add mcpu=7400.
881          ASM_CPU_SPEC: Ditto.
882          RTX_COSTS: Fix timing info for 7450 multiply.
883          * config/rs6000/rs6000.md:  Fix timing info for 7450 imul.
884          Allow floats to be kept in int regs in movsf_low,
885          movsf_low_st (Darwin only)
886
887 2001-12-17  Aldy Hernandez  <aldyh@redhat.com>
888
889         * config/rs6000/rs6000.c (vrsave_operation): Recognize SETs in
890         parallel.
891         (is_gpr_return_reg): New.
892         (rs6000_emit_prologue): Call generate_set_vrsave with additional
893         argument.  Save only registers in the mask.  Attach
894         REG_FRAME_RELATED_EXPR note to altivec offsets.  Do not call
895         rs6000_frame_related when saving VRSAVE.
896         (rs6000_emit_epilogue): Call generate_set_vrsave with additional
897         argument.  Restore only registers in the mask.  Restore altivec
898         registers after we restore CR.
899         (generate_set_vrsave): New parameter epiloguep.  Generate unspec
900         sets instead of clobbers for call saved registers.
901         (altivec_frame_fixup): New.
902
903 2001-12-17  Richard Henderson  <rth@redhat.com>
904
905         * config/sparc/sparc.md (movdi_zero): Remove.
906         (movdi_insn_sp32_v9): New.
907
908 2001-12-17  Richard Henderson  <rth@redhat.com>
909
910         * cfgcleanup.c (outgoing_edges_match): Check for insn match with
911         a single outgoing edge too.
912
913 Mon Dec 17 18:27:52 CET 2001  Jan Hubicka  <jh@suse.cz>
914
915         * cfgrtl.c (redirect_edge_and_branch):  Do simplify abnormal
916         edges resulting from computed jump
917
918 Mon Dec 17 17:57:05 CET 2001  Jan Hubicka  <jh@suse.cz>
919
920         * Makefile.in (cfgcleanup.o): Add cselib.h dependancy.
921         * basic-block.h (CLEANUP_THREADING): New constant.
922         * cfgcleanup.c: Include cselib.h
923         (thread_jump, mark_effect): New functions.
924         (try_forward_edges): Do jump threading when asked for.
925         * jump.c (mark_modified_reg, save_regs, num_same_regs, modified_regs,
926         modified_mem, thread_jumps, rtx_equal_for-thread_p): Kill.
927         * rtl.h (thread_jumps, rtx_equal_for_thread_p): Kill.
928         * toplev.c (rest_of_compilation): Do now call thread_jumps; use
929         CLEANUP_THREAD instead.
930
931 2001-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
932
933         * sparc/linux.h (STARTFILE_SPEC): Fix typo in last change.
934
935 2001-12-17  Tom Rix  <trix@redhat.com>
936
937         * config/rs6000/rs6000.c (expand_block_move): Fix limits on max size
938         of bytes.
939
940 2001-12-17  Richard Sandiford  <rsandifo@redhat.com>
941
942         * target.h (asm_out.byte_op, asm_out.aligned_op, asm_out.unaligned_op,
943         asm_out.integer): New fields.
944         * target-def.h (TARGET_ASM_BYTE_OP, TARGET_ASM_ALIGNED_[HSDT]I_OP,
945         TARGET_ASM_UNALIGNED_[HSDT]I_OP, TARGET_ASM_INTEGER): New initialisers.
946         (TARGET_ASM_ALIGNED_INT_OP, TARGET_ASM_UNALIGNED_INT_OP): Collect
947         the individual initialisers together.
948         (TARGET_ASM_OUT): Add the new initialisers.
949         * output.h (assemble_integer): Return bool.
950         (integer_asm_op): Declare.
951         (default_assemble_integer): Declare.
952         (assemble_aligned_integer): New interface to assemble_integer.
953         * varasm.c (integer_asm_op): New function to select pseudo-op.
954         (default_assemble_integer): Default implementation of asm_out.integer.
955         (assemble_integer): Use the new target hook.  Split objects into
956         words or bytes if the target hook fails.  Return bool.
957         * doc/tm.texi (ASM_OUTPUT_CHAR, ASM_OUTPUT_BYTE, ASM_OUTPUT_SHORT,
958         ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_OUTPUT_QUADRUPLE_INT,
959         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
960         UNALIGNED_DOUBLE_INT_ASM_OP): Undocument.
961         Document new target hooks.
962
963         * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Use integer_asm_op.
964         * dwarf2asm.c (unaligned_integer_asm_op): Remove.
965         (dw2_assemble_integer): New.
966         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
967         dw2_asm_output_pcrel, dw2_asm_output_addr, dw2_asm_output_addr_rtx,
968         dw2_asm_output_encoded_addr_rtx): Use it.
969         (dw2_asm_output_nstring): Use assemble_integer for the null terminator.
970         (dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128): Use
971         integer_asm_op to get the byte pseudo-op.  Use assemble_integer
972         if it returns NULL.
973         * dwarf2asm.h (dw2_assemble_integer): Declare.
974         * dwarfout.c: Include dwarf2asm.h.  Use dwarf2 functions for the
975         default implementation of most macros.
976         (output_unsigned_leb128): Use dw2_asm_output_data.
977         (output_signed_leb128, dwarfout_source_line): Likewise.
978         (output_reg_number): Use dw2_assemble_integer.
979         (generate_macinfo_entry): Separate the type and offset arguments.
980         Use assemble_integer to write the value.
981         (dwarfout_start_source_file): Update generate_macinfo_entry usage.
982         (dwarfout_end_source_file, dwarfout_define, dwarfout_undef): Likewise.
983         * final.c (output_addr_const): Don't put brackets round a subtracted
984         symbol value or ".".
985         * halfpic.c (half_pic_finish): Use assemble_aligned_integer.
986
987         * config/1750a/1750a.c (assemble_integer_1750a): New,
988         * config/alpha/alpha.h (literal_section): Avoid ASM_OUTPUT_INT.
989         * config/arc/arc.c (arc_assemble_integer): New.
990         * config/arc/arc.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_INT.
991         * config/arm/arm.c (arm_poke_function_name): Likewise.
992         (arm_assemble_integer): New, extracted from...
993         * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): ...here, now removed.
994         (ARM_TRAMPOLINE_TEMPLATE, ARM_FUNCTION_PROFILER): Avoid ASM_OUTPUT_INT.
995         (ARM_FUNCTION_PROFILER): Likewise.
996         * config/avr/avr-protos.h (asm_output_byte): Remove.
997         (asm_output_char, asm_output_short): Remove.
998         * config/avr/avr.c (avr_assemble_integer): New.
999         (asm_output_byte, asm_output_char, asm_output_short): Remove.
1000         * config/clipper/clipper.h (ASM_LONG): Remove.
1001         * config/dsp16xx/dsp16xx-protos.h (asm_output_long): Remove.
1002         * config/dsp16xx/dsp16xx.c (asm_output_long): Remove.
1003         * config/elxsi/elxsi.c (elxsi_assemble_integer): New.
1004         * config/i370/i370.c (i370_hlasm_assemble_integer): New.
1005         * config/i370/i370.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_SHORT.
1006         (ASM_BYTE, ASM_SHORT, ASM_LONG): Delete.
1007         * config/i386/att.h, (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
1008         * config/i386/linux.h (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Use
1009         ASM_LONG instead of UNALIGNED_INT_ASM_OP.
1010         * config/i386/sco5.h (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
1011         (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
1012         * config/i386/sysv4.h (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Use
1013         ASM_LONG instead of UNALIGNED_INT_ASM_OP.
1014         * config/i860/fx2800.h (ASM_FILE_END): Avoid ASM_LONG.
1015         * config/i860/i860.c (i860_output_function_epilogue): Likewise.
1016         * config/i860/i860.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_INT.
1017         (ASM_SHORT, ASM_LONG): Undefine.
1018         * config/i860/paragon.h (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
1019         * config/i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
1020         * config/i960/i960.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_INT.
1021         * config/ia64/ia64.c (ia64_assemble_integer): New.
1022         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use integer_asm_op.
1023         (ASM_OUTPUT_DWARF_PCREL): Likewise.
1024         * config/m68hc11/m68hc11.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
1025         ASM_OUTPUT_ADDR_DIFF_ELT, ASM_OUTPUT_ADDR_VEC_ELT): Avoid ASM_LONG.
1026         (ASM_SHORT, ASM_LONG): Remove.
1027         * config/m68k/m68k.h (INT_OP_GROUP): New macro.
1028         (INT_OP_STANDARD, INT_OP_DOT_WORD, INT_OP_NO_DOT, INT_OP_DC): New
1029         macros, the allowed values for INT_OP_GROUP.
1030         * config/m68k/amix.h (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP
1031         * config/m68k/atari.h (ASM_OUTPUT_ASCII): Likewise
1032         * config/m68k/m68kelf.h (ASM_OUTPUT_ASCII): Likewise
1033         * config/m68k/auxas.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP): Remove.
1034         (INT_OP_GROUP): Define to INT_OP_NO_DOT.
1035         * config/m68k/dpx2.h (ASM_LONG): Undefine.
1036         (INT_OP_GROUP): Define to INT_OP_DC.
1037         * config/m68k/dpx2g.h (ASM_LONG): Undefine.
1038         * config/m68k/hp320.h (INT_OP_GROUP): Define to INT_OP_NO_DOT.
1039         * config/m68k/lynx.h (ASM_LONG): Undefine.
1040         * config/m68k/dpx2g.h (ASM_LONG): Undefine.
1041         * config/m68k/m68kelf.h (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
1042         * config/m68k/m68kv4.h (ASM_OUTPUT_ASCII): Likewise.
1043         (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_*.
1044         * config/m68k/mot3300.h (INT_OP_GROUP): Define to INT_OP_STANDARD
1045         for GAS and INT_OP_NO_DOT otherwise.
1046         (ASM_CHAR, ASM_BYTE, ASM_SHORT, ASM_LONG): Remove.
1047         (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
1048         ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Avoid ASM_LONG.
1049         (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
1050         * config/m68k/sgs.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP): Remove.
1051         (INT_OP_GROUP): Define to INT_OP_STANDARD.
1052         (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
1053         ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Avoid LONG_ASM_OP.
1054         (ASM_OUTPUT_ASCII): Avoid BYTE_ASM_OP.
1055         * config/m68k/tower-as.h (ASM_LONG): Remove.
1056         (INT_OP_GROUP): Define to INT_OP_NO_DOT.
1057         * config/m88k/m88k.c (output_tdesc): Avoid ASM_LONG.
1058         * config/m88k/m88k.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_INT.
1059         (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Avoid ASM_LONG.
1060         * config/mips/iris5.h (TARGET_IRIX5): Define.
1061         * config/mips/mips.c (mips_assemble_integer): New.
1062         * config/mips/sni-svr4.h (ASM_LONG): Undefine.
1063         * config/mmix/mmix-protos.h (mmix_asm_output_double_int): Remove.
1064         * config/mmix/mmix.c (mmix_assemble_integer): New.
1065         (mmix_asm_output_double_int): Remove.
1066         (mmix_print_operand): Call mmix_output_octa directly.
1067         * config/mmix/mmix.h (ASM_LONG): Remove.
1068         * config/ns32k/ns32k.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_INT.
1069         * config/pa/pa.c (pa_assemble_integer): New.
1070         (pa_override_options): Only use aligned DI ops on 64-bit targets.
1071         Only use the unaligned ops if TARGET_GAS.
1072         * config/pdp11/pdp11.c (pdp11_assemble_integer): New.
1073         * config/pdp11/pdp11.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_SHORT.
1074         * config/pj/pj.h (ASM_LONG): Undefine.
1075         * config/rs6000/linux64.h (RELOCATABLE_NEEDS_FIXUP): Undefine.
1076         * config/rs6000/rs6000.c (rs6000_assemble_integer): New, mostly
1077         extracted from ASM_OUTPUT_INT in sysv4.h.  Use in_text_section()
1078         and in_toc_section() rather than the in_section variable.
1079         (rs6000_override_options): Only use DI ops when TARGET_POWERPC64.
1080         * config/rs6000/sysv4.h (TOC_SECTION_FUNCTION): Add in_toc_section().
1081         (RELOCATABLE_NEEDS_FIXUP): Define.
1082         * config/rs6000/xcoff.h (DOUBLE_INT_ASM_OP): Change space to tab.
1083         * config/s390/linux.h (ASM_SHORT, ASM_LONG, ASM_QUAD): Remove.
1084         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Use integer_asm_op
1085         to get the word directive.
1086         (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
1087         * config/s390/s390.c (s390_assemble_integer): New.
1088         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Use
1089         integer_asm_op to get the word directive.
1090         * config/sparc/sol2.h (ASM_SHORT, ASM_LONG): Remove.
1091         * config/sparc/sparc-protos.h (output_double_int): Remove.
1092         * config/sparc/sparc.c (output_double_int): Move to...
1093         (sparc_assemble_integer): ...this new function.
1094         (sparc_override_options): Only use .uaxword if TARGET_ARCH64.
1095         * config/sparc/sparc.h (ASM_SHORT, ASM_LONG, ASM_LONGLONG): Remove.
1096         * config/sparc/sysv4.h (ASM_LONG): Remove.
1097         (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Avoid
1098         ASM_LONG.
1099         * config/vax/vax.h (TRAMPOLINE_TEMPLATE): Use assemble_aligned_integer.
1100         * config/we32k/we32k.h (TRAMPOLINE_TEMPLATE): Likewise.
1101
1102         * config/1750a/1750a.c, config/a29k/a29k.c, config/alpha/alpha.c,
1103         config/arc/arc.c, config/arm/arm.c, config/avr/avr.c, config/c4x/c4x.c,
1104         config/clipper/clipper.c, config/convex/convex.c, config/cris/cris.c,
1105         config/d30v/d30v.c, config/dsp16xx/dsp16xx.c, config/elxsi/elxsi.c,
1106         config/fr30/fr30.c, config/h8300/h8300.c, config/i370/i370.c,
1107         config/i386/i386.c, config/i860/i860.c, config/i960/i960.c,
1108         config/ia64/ia64.c, config/m32r/m32r.c, config/m68hc11/m68hc11.c,
1109         config/m68k/m68k.c, config/m88k/m88k.c, config/mips/mips.c,
1110         config/mmix/mmix.c, config/mn10200/mn10200.c, config/mn10300/mn10300.c,
1111         config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
1112         config/sh/sh.c, config/sparc/sparc.c, config/stormy16/stormy16.c,
1113         config/v850/v850.c, config/vax/vax.c, config/we32k/we32k.c
1114         (TARGET_ASM_BYTE_OP, TARGET_ASM_ALIGNED_HI_OP,
1115         TARGET_ASM_ALIGNED_SI_OP, TARGET_ASM_ALIGNED_DI_OP,
1116         TARGET_ASM_UNALIGNED_HI_OP, TARGET_ASM_UNALIGNED_SI_OP,
1117         TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_INTEGER): Redefine as
1118         appropriate.
1119
1120         * config/defaults.h, config/darwin.h, config/elfos.h, config/svr3.h,
1121         config/1750a/1750a.h, config/a29k/a29k.h, config/alpha/alpha.h,
1122         config/arc/arc.h, config/arm/arm.h, config/avr/avr.h, config/c4x/c4x.h,
1123         config/clipper/clipper.h, config/convex/convex.h, config/cris/cris.h,
1124         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h,
1125         config/fr30/fr30.h, config/h8300/h8300.h, config/i370/i370.h,
1126         config/i386/bsd.h, config/i386/djgpp.h, config/i386/i386.h,
1127         config/i386/sco5.h, config/i386/sol2.h, config/i386/sun386.h,
1128         config/i860/i860.h, config/i960/i960.h, config/ia64/ia64.h,
1129         config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/auxas.h,
1130         config/m68k/dpx2.h, config/m68k/hp320.h, config/m68k/m68k.h,
1131         config/m68k/mot3300.h, config/m68k/sgs.h, config/m68k/tower-as.h,
1132         config/m88k/m88k.h, config/mcore/mcore-elf.h, config/mcore/mcore.h,
1133         config/mips/iris5.h, config/mips/iris6.h, config/mips/mips.h,
1134         config/mmix/mmix.h, config/mn10200/mn10200.h, config/mn10300/mn10300.h
1135         config/ns32k/encore.h, config/ns32k/ns32k.h, config/pa/pa-64.h,
1136         config/pa/pa.h, config/pdp11/pdp11.h, config/pj/pj.h,
1137         config/romp/romp.h, config/rs6000/linux64.h, config/rs6000/rs6000.h,
1138         config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/linux.h,
1139         config/sh/sh.h, config/sparc/linux64.h, config/sparc/sol2.h,
1140         config/sparc/sp64-elf.h, config/sparc/sparc.h, config/sparc/sysv4.h,
1141         config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h,
1142         config/we32k/we32k.h (ASM_OUTPUT_CHAR, ASM_OUTPUT_BYTE, ASM_BYTE_OP,
1143         ASM_BYTE, ASM_OUTPUT_SHORT, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT,
1144         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
1145         UNALIGNED_DOUBLE_INT_ASM_OP): Undefine, where defined.
1146
1147 2001-12-17  Stan Shebs  <shebs@apple.com>
1148
1149         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
1150         (STACK_BOUNDARY): Remove definition.
1151         (CPP_PREDEFINES): Define __POWERPC__.
1152
1153 2001-12-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1154
1155         * doc/c-tree.texi (Trees): Only refer to GCC.
1156
1157 2001-12-17  Andreas Jaeger  <aj@suse.de>
1158
1159         * c-common.def: Fix typo in comment.
1160
1161 2001-12-16  David O'Brien  <obrien@FreeBSD.org>
1162
1163         * config.gcc (sparc64-*-freebsd*): Add target.
1164         * config/sparc/freebsd.h: New file.
1165         * config/sparc/sparc.h (LIB_SPEC, LINK_SPEC): Don't define.
1166         * config/sparc/sunos4.h (LIB_SPEC, LINK_SPEC): Define.
1167         * config/sparc/sysv4.h (CPP_PREDEFINES): Undefine before defining.
1168
1169 2001-12-16  Aldy Hernandez  <aldyh@redhat.com>
1170
1171         * config/rs6000/rs6000.c (rs6000_legitimize_address): Force both
1172         PLUS operands into registers for altivec mode.
1173
1174 2001-12-16  Aldy Hernandez  <aldyh@redhat.com>
1175
1176         * builtins.c (apply_args_size): Change regno to unsigned.
1177
1178 2001-12-16  Aldy Hernandez  <aldyh@redhat.com>
1179
1180         * config/rs6000/rs6000.h (FUNCTION_ARG_REGNO_P): Change
1181         ALTIVEC_ARG_MAX_REG to ALTIVEC_ARG_NUM_REG.
1182
1183 2001-12-16  Zack Weinberg  <zack@codesourcery.com>
1184
1185         * c-typeck.c (error_init, pedwarn_init, warning_init): Call
1186         gettext on argument before printing.
1187
1188         * fold-const.c (negate_expr): Always call fold on new
1189         NEGATE_EXPR.
1190
1191 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1192
1193         * c-common.def (COMPOUND_LITERAL_EXPR): Contain a DECL_STMT, not
1194         a DECL directly.
1195         * c-common.h (COMPOUND_LITERAL_EXPR_DECL_STMT): New.
1196         (COMPOUND_LITERAL_EXPR_DECL): Adjust definition.
1197         * c-decl.c (build_compound_literal): Put the decl inside a
1198         DECL_STMT.
1199         * doc/c-tree.texi (COMPOUND_LITERAL_EXPR): Update documentation.
1200         Fixes PR c/5105.
1201
1202 2001-12-16  Aldy Hernandez  <aldyh@redhat.com>
1203
1204         * config.gcc: Add powerpc-*-eabisimaltivec*.
1205
1206 2001-12-16  Neil Booth  <neil@daikokuya.demon.co.uk>
1207
1208         * c-common.c, c-common.h (back_end_hook): Remove.
1209         * c-lang.c (finish_file): Remove back_end_hook.
1210
1211 Sun Dec 16 13:13:01 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1212
1213         * expr.c (highest_pow2_factor, case INTEGER_CST): Fix error in
1214         last change.
1215
1216 2001-12-16  Richard Henderson  <rth@redhat.com>
1217
1218         * toplev.c (parse_options_and_default_flags): Don't enable
1219         flag_cprop_registers at -O1.
1220
1221 2001-12-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1222
1223         * avr.c (avr_simplify_comparision_p, adjust_insn_length,
1224         mask_one_bit_p, output_reload_insisf): Don't use the 'U' suffix.
1225         * avr.h (reg_class): Likewise.
1226         * avr.md: Likewise.
1227         * mcore.c (try_constant_tricks, mcore_byte_offset,
1228         mcore_halfword_offset): Likewise.
1229         * sh.c (shl_sext_kind, gen_block_redirect, split_branches): Likewise.
1230         * v850.c (not_power_of_two_operand): Likewise.
1231
1232         * clipper/clix.h (ASM_OUTPUT_ASCII): Avoid signed/unsigned
1233         warnings.
1234         * convex.h (ASM_OUTPUT_ASCII): Likewise.
1235         * i370.h (ASM_OUTPUT_ASCII): Likewise.
1236         * i386/att.h (ASM_OUTPUT_ASCII): Likewise.
1237         * i386/i386-interix.h (ASM_OUTPUT_ASCII): Likewise.
1238         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
1239         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
1240         * i386/sco5.h (ASM_OUTPUT_ASCII): Likewise.
1241         * i386/sun386.h (ASM_OUTPUT_ASCII): Likewise.
1242         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
1243         * i860/bsd.h (ASM_OUTPUT_ASCII): Likewise.
1244         * m68k/3b1.h (ASM_OUTPUT_ASCII): Likewise.
1245         * m68k/amix.h (ASM_OUTPUT_ASCII): Likewise.
1246         * m68k/atari.h (ASM_OUTPUT_ASCII): Likewise.
1247         * m68k/crds.h (ASM_OUTPUT_ASCII): Likewise.
1248         * m68k/hp320.h (ASM_OUTPUT_ASCII): Likewise.
1249         * m68k/m68kv4.h (ASM_OUTPUT_ASCII): Likewise.
1250         * m68k/mot3300.h (ASM_OUTPUT_ASCII): Likewise.
1251         * m68k/sgs.h (ASM_OUTPUT_ASCII): Likewise.
1252         * m68k/tower-as.h (ASM_OUTPUT_ASCII): Likewise.
1253         * mips/bsd-5.h (ASM_OUTPUT_ASCII): Likewise.
1254         * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
1255         * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
1256         * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
1257         * ns32k/encore.h (ASM_OUTPUT_ASCII): Likewise.
1258         * vax/vaxv.h (ASM_OUTPUT_ASCII): Likewise.
1259         * we32k/we32k.h (ASM_OUTPUT_ASCII): Likewise.
1260
1261         * i386/uwin.h (MD_STARTFILE_PREFIX): Avoid redefinition warnings.
1262         * interix.h (TARGET_MEM_FUNCTIONS): Likewise.
1263         * psos.h (CPP_PREDEFINES): Likewise.
1264         * rs6000/linux64.h (ROUND_TYPE_ALIGN): Likewise.
1265         * rs6000/xcoff.h (RS6000_MCOUNT, RS6000_ITRUNC, RS6000_UITRUNC,
1266         ASM_OUTPUT_EXTERNAL): Likewise.
1267         * sparc/liteelf.h (DWARF_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO):
1268         Likewise.
1269         * sparc/sp64-elf.h (UNALIGNED_DOUBLE_INT_ASM_OP): Likewise.
1270         * sparc/sp86x-elf.h (DWARF_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO):
1271         Likewise.
1272         * sparc/sunos4.h (SUNOS4_SHARED_LIBRARIES): Likewise.
1273
1274         * c-lex.c (lex_number): Use ISXDIGIT/hex_value.
1275         * vax/xm-vms.h (FILE_NAME_NONDIRECTORY): Use ISUPPER/TOLOWER.
1276         * fold-const.c (real_hex_to_f): Use hex_value.
1277         * real.c (asctoeg): Use hex_value & ISXDIGIT.
1278         * toplev.c (toplev_main): Call hex_init.
1279         * tradcpp.c (main): Call hex_init.
1280
1281         * nextstep-protos.h: New file.
1282         * nextstep.c: Include "rtl.h", "output.h" & "tm_p.h".
1283         * nextstep.h (INCLUDE_DEFAULTS): Delete LOCAL_INCLUDE_DIR and
1284         STANDARD_INCLUDE_DIR from the CROSS_COMPILE clause.
1285         (nextstep_asm_out_constructor, nextstep_asm_out_destructor,
1286         handle_pragma): Move prototypes to nextstep-protos.h.
1287         * config.gcc (i[34567]86-next-*, m68k-next-nextstep2*,
1288         m68k-next-nextstep[34]*): Append nextstep-protos.h to tm_p_file.
1289
1290 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1291
1292         PR other/3725
1293         * configure.in: Add AC_SUBST(target_alias).
1294         * configure: Regenerated.
1295
1296 2001-12-15  Richard Henderson  <rth@redhat.com>
1297
1298         * config/alpha/alpha.md (sibcall_osf_1_er): New.
1299         (sibcall_value_osf_1_er): New.
1300
1301 2001-12-15  Dan Nicolaescu  <dann@ics.uci.edu>
1302
1303         * config/sparc/sparc.c (mems_ok_for_ldd_peep): Rename from
1304         addrs_ok_for_ldd_peep_withmem; take MEMs as parameters, not
1305         addrs; eliminate restriction of only using fp and sp as base
1306         registers.
1307         * config/sparc/sparc-protos.h: Update.
1308         * config/sparc/sparc.md (movdi): Use TARGET_V9 not TARGET_ARCH64.
1309         (*cmp_cc_set, *cmp_ccx_set64, *movdi_zero): New insns derived
1310         from old define_peepholes.
1311         Convert all the ldd/std peepholes to peephole2.
1312
1313 2001-12-15  Ulrich Weigand  <uweigand@de.ibm.com>
1314
1315         * s390.md (prologue, epilogue, *return_si, *return_di): New.
1316         s390.c (find_unused_clobbered_reg, s390_frame_info,
1317         save_fpr, restore_fpr, s390_emit_prologue, s390_emit_epilogue): New.
1318         s390-protos.h (s390_emit_prologue, s390_emit_epilogue): Declare.
1319         s390.c (s390_arg_frame_offset): Use s390_frame_info.
1320         (leaf_function_flag, cur_is_leaf_function,
1321         save_fprs, restore_fprs, force_const_mem_late): Remove.
1322         (s390_function_prologue, s390_function_epilogue): Mostly remove.
1323         s390.md (lit): New.  Uses ...
1324         s390.c (s390_output_constant_pool): ... this, so adapt and make global.
1325         s390-protos.h (s390_output_constant_pool): Declare.
1326         s390.md (load_multiple, store_multiple): Allow use after reload.
1327         s390.c (load_multiple_operation, store_multiple_operation): Likewise.
1328         s390.h (INCOMING_FRAME_SP_OFFSET): Define.
1329         s390.h (CALL_REALLY_USED_REGISTERS): Define.
1330         config/s390/linux64.h (CALL_USED_REGISTERS): Remove, now handled ...
1331         s390.h (CONDITIONAL_REGISTER_USAGE): ... here.
1332         s390.c (s390_sr_alias_set): New global variable, initialized ...
1333         (override_options): ... here.  New.
1334         s390-protos.h (override_options): Declare.
1335         s390.h (OVERRIDE_OPTIONS): Call it.
1336         s390.c (s390_function_profiler): New.
1337         s390-protos.h (s390_function_profiler): Declare.
1338         s390.h (FUNCTION_PROFILER): Call it.
1339         s390.c (s390_profile): Remove.
1340
1341         * s390.c (reg_used_in_mem_p): PC reload counts as memory access.
1342         (addr_generation_dependency_p): Consider literal pool register loads.
1343         (s390_adjust_priority): Do not schedule load_multiple.
1344         s390.md (attribute "type"): Define some additional types.
1345         (function_unit "integer"): Adapt.
1346         (many insns): Adapt "type" attribute setting.
1347
1348         * s390.c (general_s_operand, s_imm_operand): New.
1349         (s_operand): Remove old definition, call general_s_operand instead.
1350         s390-protos.h (s_imm_operand): Declare.
1351         s390.c (base_n_index_p, r_or_s_operand, r_or_s_or_im8_operand,
1352         r_or_x_or_im16_operand, r_or_im8_operand): Remove.
1353         s390-protos.h (r_or_s_operand, r_or_s_or_im8_operand,
1354         r_or_x_or_im16_operand, r_or_im8_operand): Likewise.
1355         s390.h (PREDICATE_CODES): Add s_imm_operand, remove r_or_s*_operand.
1356         s390.md (many insns): Rework insn predicates.
1357
1358         * s390.c (legitimate_pic_operand_p, legitimate_constant_p): Accept all
1359         non-symbolic constants.  Reload will force them because of ...
1360         (s390_preferred_reload_class): ... this.  New.
1361         s390-protos.h (s390_preferred_reload_class): Declare.
1362         s390.h (PREFERRED_RELOAD_CLASS): Call it.
1363         s390.md (movdi, movsi, movdf, movsf, *reload_la_64 splitters,
1364         *reload_la_31 splitters): Handle constants after reload.
1365         (many insns): no longer force all constants immediately.
1366         s390.c (legitimate_reload_constant_p): New helper routine.
1367         s390-protos.h (legitimate_reload_constant_p): Declare.
1368         s390.c (print_operand): Clean up CONST_INT case, add CONST_DOUBLE case.
1369
1370         * s390.h (FIRST_PSEUDO_REGISTER, FRAME_POINTER_REGNUM,
1371         HARD_FRAME_POINTER_REGNUM, REGISTER_NAMES): Add virtual frame pointer.
1372         (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS): Update.
1373         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET): Likewise.
1374         (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
1375         (DWARF_FRAME_REGISTERS): Define.
1376         s390.c (regclass_map): Add virtual frame pointer.
1377         (legitimate_la_operand_p): Allow use of virtual frame pointer.
1378         s390.md (*la_ccclobber, *addaddr_ccclobber): New.
1379         (addaddr, addsi_64): Delete.
1380
1381         * s390.h (HARD_REGNO_MODE_OK): Allow SImode and DImode values in
1382         floating point registers.
1383         (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P): Define.
1384         (ADDR_FP_REGS, GENERAL_FP_REGS): New register classes.
1385         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
1386
1387         * s390.md (movti): Replace multi-insn output with splitters.
1388         (movdi_31, movdf_31): Likewise.
1389         (movti_ss, movdi_ss, movsi_ss, movdf_ss, movsf_ss): New.
1390         (movdi_lhi, movdi_lli, movdi_larl, movsi_lhi, movsi_lli): New.
1391         (movdi_64, movdi_31, movsi, movdf_64, movdf_31): Adapt.
1392         (movdf_soft_64, movdf_soft_31, movsf_soft): Remove.
1393         (movsf_64, movsf_31): Remove, replace by ...
1394         (movsf): ... this.
1395         (movqi_64): Use lhi instead of llill.
1396         (*movstrictqi, *movstricthi): Don't use (strict_low_part (mem)).
1397
1398         * s390.md (extendsidi2, *extendsidi2, extendhidi2, *extendhidi2,
1399         extendqidi2, extendhisi2, *extendhisi2, extendqisi2,
1400         extendqihi2 and associated splitters): Reworked.
1401         (zero_extendsidi2, zero_extendsidi2, *zero_extendsidi2,
1402         zero_extendhidi2, *zero_extendhidi2, zero_extendqidi2,
1403         zero_extendqidi2, *zero_extendqidi2, zero_extendhisi2,
1404         *zero_extendhisi2_64, zero_extendhisi2_31, zero_extendqisi2,
1405         *zero_extendqisi2_64, *zero_extendqisi2_mem_31,
1406         zero_extendqisi2_reg_31, zero_extendqihi2, *zero_extendqisi2_64,
1407         zero_extendqihi2, zero_extendqihi2_64, zero_extendqihi2_31,
1408         and associated splitters): Likewise.
1409         (*sethighqisi, *sethighhisi, *sethighqidi_64, *sethighqidi_31
1410         and associated splitters): New.
1411         (truncdisi2, truncdihi2, truncdiqi2, truncsihi2, do_truncsihi2,
1412         *truncsihi2_64, truncsiqi2, trunchiqi2): Remove.
1413         (ashlhi3, ashrhi3, lshrhi3, abshi3): Remove.
1414         s390.h (PROMOTE_PROTOTYPES): Remove.
1415         config/s390/linux64.h (PROMOTE_PROTOTYPES): Likewise.
1416
1417         * s390.md (muldi3): Delete, use instead ...
1418         (mulsidi3): ... this.
1419         (*muldi3_64): Rename to muldi3.
1420         (mulsi_6432): Fix template.
1421         (divdi3, moddi3): Delete, replace by ...
1422         (divmoddi4): ... this.
1423         (divmodtidi3): Fix template.
1424         (divmodtisi3): New.
1425         (udivdi3, umoddi3): Delete, replace by ...
1426         (udivmoddi4): ... this.
1427         (udivmodtidi3): Fix template.
1428         (divsi3, modsi3): Delete, replace by ...
1429         (divmodsi4): ... this.
1430         (divmoddisi3): Fix template.
1431         (udivsi3, umodsi3): Adapt.
1432
1433         * s390.md (anddi3): Remove SS alternative, use instead ...
1434         (anddi3_ss, anddi3_ss_inv): ... these.
1435         (anddi3_ni): New.
1436         (andsi3*, andhi3*, andqi3*): Likewise.
1437         (iordi3): Remove SS alternative, use instead ...
1438         (iordi3_ss, iordi3_ss_inv): ... these.
1439         (iordi3_oi): New.
1440         (iorsi3*, iorhi3*, iorqi3*): Likewise.
1441         (iordi3_cc, iordi3_cconly, iorsi3_cc, iorsi3_cconly): New.
1442         (xordi3): Remove SS alternative, use instead ...
1443         (xordi3_ss, xordi3_ss_inv): ... these.
1444         (xordi3_oi): New.
1445         (xorsi3*, xorhi3*, xorqi3*): Likewise.
1446         (xordi3_cc, xordi3_cconly, xorsi3_cc, xorsi3_cconly): New.
1447         (one_cmpldi2, one_cmplsi2, one_cmplhi2, one_cmplqi2):
1448         Expand to XOR with -1.
1449         (*one_cmpldi2, *one_cmplsi2, *one_cmplhi2): Remove.
1450         (cmpdi_tm): Delete, replace by ...
1451         (cmpdi_tm_reg, cmpdi_tm_mem): ... these.
1452         (cmpsi_cct): Delete, replace by ...
1453         (cmpsi_tm_reg, cmpsi_tm_mem): ... these.
1454         (cmpdi_tm2, cmpsi_tm2): Improve.
1455         (cmphi_tm_sub, cmpqi_tm_sub, cmpqi_tm2, cmpqi_tm): New.
1456         s390.c (s390_single_hi, s390_extract_hi,
1457         s390_single_qi, s390_extract_qi): New helper routines.
1458         s390-protos.h (s390_single_hi, s390_extract_hi,
1459         s390_single_qi, s390_extract_qi): Declare.
1460         s390.c (tmxx_operand, const1_operand): Remove.
1461         s390-protos.h (tmxx_operand, const1_operand): Likewise.
1462         s390.h (PREDICATE_CODES): Likewise.
1463
1464         * s390.md (sqrtdf2, sqrtsf2): New.
1465
1466         * s390.h (CRT_CALL_STATIC_FUNCTION): Define.
1467         (check_and_change_labels): Remove section-change special case.
1468
1469         * s390.h (RETURN_ADDR_RTX): Fix use of __builtin_return_address
1470         in leaf functions.  Needs ...
1471         (DYNAMIC_CHAIN_RTX):  ... this.  New.
1472
1473         * s390.c (emit_pic_move): Don't generate pseudos if no_new_pseudos.
1474
1475         * s390.md (movstrdix_64, movstrsix_31, movstrdi_64, movstrsi_31,
1476         clrstrsi_64, clrstrsi_31, cmpstr_64, cmpstr_31): Do not clobber
1477         input operands using a match_dup clause.
1478         (movstrdi, movstrsi, clrstrdi, clrstrsi, cmpstrdi, cmpstrsi): Adapt.
1479
1480         * s390.md (floatdidf2, floatdisf2, floatsidf2, floatsidf2_ieee,
1481         floatsisf2, floatsisf2_ieee): Add missing CC clobber.
1482
1483         * s390.md (floatsidf2_ibm): Use correct operand.
1484
1485         * s390.md (fixuns_truncdfdi2, fixuns_truncdfsi2, fix_truncdfsi2,
1486         fixuns_truncsfdi2, fixuns_truncsfsi2, floatsidf2): Remove use of
1487         non-portable constants.
1488         s390.c (s390_gen_rtx_const_DI): New helper routine.
1489         s390-protos.h (s390_gen_rtx_const_DI): Declare.
1490
1491         * s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Fix alignment.
1492
1493         * config/s390/linux.h (ASM_OUTPUT_SHORT, ASM_OUTPUT_CHAR,
1494         ASM_OUTPUT_BYTE): Clean up assembly output.
1495         (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGN): Remove duplicate definitions.
1496         (ASM_OUTPUT_ASCII): Remove.
1497
1498         * config/s390/t-linux (CRTSTUFF_T_CFLAGS_S): Define.
1499
1500 2001-12-15  Zack Weinberg  <zack@codesourcery.com>
1501
1502         * unwind-dw2-fde-glibc.c: #define _Unwind_Find_FDE to itself
1503         before including unwind-dw2-fde.c, if we are not using the
1504         special code in this file.
1505
1506 2001-12-15  Richard Henderson  <rth@redhat.com>
1507
1508         * config/alpha/alpha.h (TARGET_SWITCHES): Turn on
1509         MASK_EXPLICIT_RELOCS if the assembler supports it.
1510         * configure.in (HAVE_AS_EXPLICIT_RELOCS): New.
1511         * configure, config.in: Rebuild.
1512
1513 Sat Dec 15 17:53:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1514
1515         * calls.c (emit_call_1): If ECF_SP_DEPRESSED, pretend have adjusted
1516         for rounded_stack_size.
1517
1518 2001-12-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1519
1520         * c-typeck.c, config/i386/i386.h, config/mcore/mcore.h,
1521         config/ns32k/ns32k.h, config/rs6000/sysv4.h, fold-const.c,
1522         toplev.c, cppinit.c, cppmacro.c, gcc.c: Use "built-in" and
1523         "bit-field" spellings in messages.
1524         * po/gcc.pot: Regenerate.
1525
1526 2001-12-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1527
1528         * gcc.c, config/fr30/fr30.c, config/v850/v850-c.c, toplev.c: Use
1529         American spelling in messages.
1530         * po/gcc.pot: Regenerate.
1531
1532 2001-12-15  Kazu Hirata  <kazu@hxi.com>
1533
1534         * config/h8300/h8300.md: Adjust whitespacing.  Remove
1535         constraints from expanders.  Replace \@ with @.
1536
1537 2001-12-15  Richard Earnshaw  <rearnsha@arm.com>
1538
1539         * arm/unknown-elf.h (CPP_PREDEFINES): Add a suitable default.
1540
1541 2001-12-15  Ulrich Weigand  <uweigand@de.ibm.com>
1542
1543         * regrename.c (copyprop_hardreg_forward): Do not keep register
1544         value data live across abnormal call or eh egdes.
1545
1546 Sat Dec 15 08:29:45 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1547
1548         * expr.c (highest_pow2_factor, case INTEGER_CST): Return
1549         BIGGEST_ALIGNMENT for 0.
1550
1551 Sat Dec 15 14:13:03 CET 2001  Jan Hubicka  <jh@suse.cz>
1552
1553         * predict.def (PRED_NORETURN): Make probabilities match reality.
1554         (PRED_OPCODE_POSITIVE, PRED_OPCODE_NONEQUAL, PRED_ERROR_RETURN):
1555         Likewise.
1556
1557 2001-12-15  Jakub Jelinek  <jakub@redhat.com>
1558
1559         * configure.in: Check for ld.
1560         (HAVE_LD_EH_FRAME_HDR): Define if ld supports --eh-frame-hdr option.
1561         * configure, config.in: Rebuilt.
1562         * config.gcc: Add crtbeginT.o to extra_parts where needed.
1563         * config/t-linux (LIB2ADDEH, LIB2ADDEHDEP): Use unwind-dw2-fde-glibc
1564         frame unwinding on Linux.
1565         * config/t-linux-gnulibc1 (LIB2ADDEH, LIB2ADDEHDEP): Use unwind-dw2-fde
1566         frame unwinding.
1567         * config/linux.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
1568         (LINK_EH_SPEC): Define.
1569         * config/i386/gnu.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
1570         * config/ia64/linux.h (STARTFILE_SPEC, LINK_EH_SPEC): Define.
1571         * config/ia64/fde-glibc.c (_Unwind_IteratePhdrCallback): Don't
1572         iterate further if pc falls into current library, but fde was not
1573         found.
1574         * config/sparc/linux.h (STARTFILE_SPEC): Use crtbeginT.o for -static
1575         if using glibc.
1576         (LINK_EH_SPEC): Define.
1577         * config/sparc/linux64.h (STARTFILE_SPEC32, STARTFILE_SPEC64):
1578         Use crtbeginT.o for -static.
1579         (LINK_EH_SPEC): Define.
1580         * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtbeginT.o.
1581         * Makefile.in (crtbeginT.o): Add rule.
1582         * gcc.c (init_gcc_specs): For -static-libgcc, use -lgcc -lgcc_eh.
1583         If neither -static-libgcc nor -shared-libgcc is passed and -shared,
1584         use -lgcc if LINK_EH_SPEC is defined and -lgcc_s -lgcc if not.
1585         If none of the above switches are passed, use -lgcc -lgcc_eh.
1586         (init_spec): If LINK_EH_SPEC is defined, prepend it to link_spec.
1587         * mklibgcc.in: Don't include LIB2ADDEH objects into libgcc.a if
1588         creating libgcc_s.so, put them into separate libgcc_eh.a instead.
1589         * unwind-dw2-fde.c: Don't include any headers if this file
1590         is included from other .c file.
1591         * unwind-dw2-fde-glibc.c: New file.
1592         * crtstuff.c (USE_PT_GNU_EH_FRAME, USE_EH_FRAME_REGISTRY): Define.
1593         Use it instead of EH_FRAME_SECTION_NAME where appropriate.
1594
1595 2001-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1596
1597         * builtins.c (expand_builtin_memcmp): Mark parameter with
1598         ATTRIBUTE_UNUSED.
1599         * cfgcleanup.c (insns_match_p): Likewise.
1600         * regrename.c (mode_change_ok): Likewise.
1601         * gcc.c (execute): Const-ify.
1602
1603 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
1604
1605         * c-parse.in (typename): Do not split attributes.
1606         Remove unsupported attributes warning.
1607
1608         * c-decl.c (groktypename): Apply attributes.
1609
1610 2001-12-14  Richard Henderson  <rth@redhat.com>
1611
1612         * config/ia64/ia64.c (spill_restore_mem): Mark iterator
1613         initialization as possibly dead.
1614
1615 2001-12-14  Richard Henderson  <rth@redhat.com>
1616
1617         * regrename.c (mode_change_ok): New.
1618         (find_oldest_value_reg): Use it.
1619
1620 2001-12-14  Richard Henderson  <rth@redhat.com>
1621
1622         * regrename.c (struct value_data): Add max_value_regs.
1623         (init_value_data): Initialize it.
1624         (kill_value): Kill values that overlap the dying register.
1625         (set_value_regno): New.
1626         (kill_set_value, kill_autoinc_value, copy_value): Use it.
1627         (copyprop_hardreg_forward_1): Kill earlyclobber operands
1628         before looking at inputs.
1629
1630 2001-12-14  David Edelsohn  <edelsohn@gnu.org>
1631
1632         * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Handle
1633         DECL_WEAK for function descriptors.
1634         * config/rs6000/xcoff.h (HANDLE_PRAGMA_WEAK): Define if assembler
1635         weak support present.
1636         (ASM_WEAKEN_LABEL): Same.
1637
1638 2001-12-14  Kazu Hirata  <kazu@hxi.com>
1639
1640         * config/h8300/h8300.md (anonymous pattern): Add a missing
1641         mode.
1642
1643 2001-12-14  Kazu Hirata  <kazu@hxi.com>
1644
1645         * config/h8300/h8300.c (h8300_adjust_insn_length): Fix a
1646         comment typo.
1647
1648 2001-12-14  Kazu Hirata  <kazu@hxi.com>
1649
1650         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
1651         Remove the initialization requierment.
1652         (h8300_handle_tiny_data_attribute): Likewise.
1653
1654 2001-12-14  Kazu Hirata  <kazu@hxi.com>
1655
1656         * config/h8300/h8300.md (udivqi3): Remove.
1657         (divqi3): Likewise.
1658         (udivhi3): Likewise.
1659         (divhi3): Likewise.
1660         (umodqi3): Likewise.
1661         (modqi3): Likewise.
1662         (umodhi3): Likewise.
1663         (modhi3): Likewise.
1664         (udivmodqi3): New.
1665         (divmodqi3): Likewise.
1666         (udivmodhi3): Likewise.
1667         (divmodhi3): Likewise.
1668
1669 Sat Dec 15 01:39:12 CET 2001  Jan Hubicka  <jh@suse.cz>
1670
1671         * cfgcleanup.c (flow_find_cross_jump): Replace tests for note
1672         by active_insn_p; count conditional jump as instruction.
1673
1674 2001-12-14  DJ Delorie  <dj@redhat.com>
1675             Danny Smith  <dannysmith@users.sourceforge.net>
1676
1677         * config/i386/cygwin.h (I386_PE_STRIP_ENCODING): Handle '*'
1678         at SYM_NAME[0] or SYM_NAME[3].
1679         (STRIP_NAME_ENCODING): Don't check for leading '*'.
1680
1681 2001-12-14  Ira Ruben   <ira@apple.com>
1682
1683         Add -### option (displays driver-generated commands without
1684         executing and quotes all arguments).
1685         * doc/invoke.texi: Add -###.
1686         * gcc.c (verbose_only_flag) - New flag.
1687         * (execute): If -### write quoted arguments and return.
1688         * (display_help): Print meaning of -###.
1689         * (process_command): Handle -###.
1690
1691 2001-12-14  Ira Ruben   <ira@apple.com>
1692
1693         Fix to no allow -save-temps to clobber user's source file.
1694         * gcc.c: Add static globals input_stat and input_stat_set.
1695         (do_spec_1): For 'g', 'u', 'U' case with save_temps_flag
1696         set, check that user's input file is not overwritten.
1697         (set_input): Reset input_stat_set for each new file.
1698
1699 Fri Dec 14 22:14:44 CET 2001  Jan Hubicka  <jh@suse.cz>
1700
1701         * predict.c (estimate_probability): Fix LOOP_EXIT heuristic.
1702
1703 2001-12-14  Zack Weinberg  <zack@codesourcery.com>
1704
1705         * combine.c (record_dead_and_set_regs): Use
1706         regs_invalidated_by_call.  Don't note stores for CALL_INSNs.
1707
1708 2001-12-14  Roger Sayle <roger@eyesopen.com>
1709
1710         * builtins.def: Rename BUILT_IN_FSQRT to BUILT_IN_SQRT and
1711         __builtin_fsqrt to __builtin_sqrt.
1712
1713         * builtins.c (expand_builtin_mathfn,expand_builtin): Same.
1714         * doc/extend.texi: Simplify documentation to match patch.
1715
1716 Fri Dec 14 21:23:54 CET 2001  Jan Hubicka  <jh@suse.cz>
1717
1718         * config.gcc: Revamp target_cpu_default2 to strings;
1719         support new x86 variants.
1720         * i386.c (override_options): Default x86_cpu_string and x86_arch_string
1721         properly; set prefetch_sse.
1722         * i386.h (x86_prefetch_sse): Declare.
1723         (TARGET_PREFETCH_SSE): New.
1724         (CPP_CPU_DEFAULT_SPEC): Define according to the new macros.
1725         (TARGET_CPU_DEFAULT_*): New.
1726
1727 Thu Dec 13 21:57:13 CET 2001  Janis Johnson <janis187@us.ibm.com>
1728                               Jan Hubicka  <jh@suse.cz>
1729
1730         * config/i386/i386.h (struct processor_costs): Add new members
1731           prefetch_block and simultaneous_prefetches.
1732           (PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES): New.
1733         * config/i386/i386.c (processor_costs structs): Add values for
1734           prefetch_block and simultaneous_prefetches.
1735         * config/i386/i386.md (unspec values): Remove values for prefetch
1736           operations, which now use the PREFETCH rtx code.
1737           (prefetch_sse, prefetch_3dnow, prefetchw): Combine to use new
1738           unified prefetch support.
1739
1740 2001-12-14  Jason Merrill  <jason@redhat.com>
1741
1742         * diagnostic.c (sorry): Increment sorrycount before saving the
1743         buffer state.
1744
1745 Fri Dec 14 19:53:23 CET 2001  Jan Hubicka  <jh@suse.cz>
1746
1747         * i386.md (sqrt?f): Fix conditionals.
1748
1749 Fri Dec 14 07:29:52 2001  Douglas B. Rupp  <rupp@gnat.com>
1750
1751         * config.gcc (alpha64-dec-*vms*): New case.
1752         * config/alpha/t-vms64, config/alpha/vms-crt0-64.c: New files.
1753         * config/alpha/vms-psxcrt0-64.c, config/alpha/vms64.h: Likewise.
1754         * config/alpha/xm-vms64.h: Likewise.
1755
1756         * config/alpha/alpha.c (vms_attribute_table): Add new attributes.
1757         (alpha_write_linkage): Test for null alpha_links.
1758         (SECTION_VMS_GLOBAL, SECTION_VMS_INITIALIZE): New section attributes.
1759         (vms_section_type_flags, vms_asm_named_section): Handle them.
1760
1761 Fri Dec 14 12:05:14 CET 2001  Jan Hubicka  <jh@suse.cz>
1762
1763         * i386.c (ix86_fpmath, ix86_fpmath_string): New.
1764         (override_option): Set ix86_fpmath.
1765         * i386.h (MASK_MIX_SSE_I387): Remove.
1766         (TARGET_SSE_MATH): New.
1767         (TARGET_MIX_SSE_I387): Use ix86_fpmath.
1768         (TARGET_SWITCHES): Remove "mix-sse-i387".
1769         (fpmath_unit): New enum.
1770         (ix86_fpmath, ix86_fpmath_string): Declare.
1771         * i386.md (swapsf): Fix condition.
1772         (add?f, sub?f, mul?f, div?f, sqrt?f, min?f): Use TARGET_SSE_MATH.
1773         (fp_?f_*_nosse): New.
1774         (fp_*): Use TARGET_SSE_MATH.
1775         * invoke.texi (-mfpmath): Document.
1776         (-msse2): Add.
1777
1778 2001-12-14  Jason Merrill  <jason@redhat.com>
1779
1780         * dwarf2out.c (output_die): Print the string in the comment for
1781         a DW_FORM_strp.
1782
1783 2001-12-14  Richard Earnshaw  <rearnsha@arm.com>
1784
1785         * netbsd.h (COLLECT_SHARED_INIT_FUNC)
1786         (COLLECT_SHARD_FINI_FUNC): Remove redundant semicolon.
1787         * doc/tm.texi (COLLECT_SHARED_INIT_FUNC)
1788         (COLLECT_SHARD_FINI_FUNC): Use @code where appropriate.
1789
1790 2001-12-13  Richard Henderson  <rth@redhat.com>
1791
1792         * regrename.c (kill_value_regno): Simplify chain removal.
1793         (kill_value): Kill all of HARD_REGNO_NREGS.
1794         (kill_set_value): Use kill_value not kill_value_regno.
1795         (kill_autoinc_value): Likewise.
1796         (copyprop_hardreg_forward): Don't collect refresh_blocks.
1797         Call delete_noop_moves.
1798
1799 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
1800
1801         * attribs.c (c_common_attribute_table): Swap decl_req and type_req
1802         for the mode attribute.
1803         (handle_mode_attribute): Handle types, not decls.
1804
1805 2001-12-13  Jason Merrill  <jason@redhat.com>
1806
1807         * c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.
1808
1809 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
1810
1811         * config/rs6000/rs6000.md (eh_set_lr_di): Change scratch
1812         constraint to base register.
1813         (eh_set_lr_si): Same.
1814
1815 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
1816
1817         * expr.c (expand_expr, case ADDR_EXPR): Don't honor
1818         flag_force_addr for modifier != EXPAND_CONST_ADDRESS,
1819         modifier != EXPAND_INITIALIZER and modifier != EXPAND_SUM.
1820
1821 Thu Dec 13 20:30:08 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1822
1823         * expr.c (copy_blkmode_from_reg): Add missing braces to eliminate
1824         warning and reformat comments.
1825         (expand_assignment): Don't pass EXPAND_WRITE if LHS is component.
1826         (highest_pow2_factor, case INTEGER_CST): Return BIGGEST_ALIGNMENT
1827         if overflow.
1828
1829 2001-12-12  Aldy Hernandez  <aldyh@redhat.com>
1830
1831         * config/rs6000/rs6000.c (rs6000_override_options): Add
1832         SUBSUBTARGET_OVERRIDE_OPTIONS.
1833
1834         * config/rs6000/eabialtivec.h: New file.
1835
1836         * config/rs6000/linuxaltivec.h: New file.
1837
1838         * config.gcc: Add powerpc-*-eabialtivec and
1839         powerpc-*-linux-gnualtivec.
1840
1841 2001-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1842
1843         * toplev.c (process_options, parse_options_and_default_flags):
1844         Set flag_no_inline before the post_options hook.
1845
1846 2001-12-13  Richard Henderson  <rth@redhat.com>
1847
1848         * emit-rtl.c (adjust_address_1): Don't adjust address if adjust
1849         is false.
1850
1851 2001-12-13  Richard Earnshaw  <rearnsha@arm.com>
1852
1853         * collect2.c (COLLECT_SHARED_INIT_FUNC)
1854         (COLLECT_SHARD_FINI_FUNC): Define default values.
1855         (write_c_file_stat): Use them to call construtor and destructor
1856         functions in shared libraries.
1857         * doc/tm.texi (COLLECT_SHARED_INIT_FUNC)
1858         (COLLECT_SHARD_FINI_FUNC): Document them.
1859         * config/netbsd.h (COLLECT_SHARED_INIT_FUNC)
1860         (COLLECT_SHARD_FINI_FUNC): Define.
1861
1862         * config/netbsd.h (LINK_SPEC): Don't pull in estart if creating a
1863         shared library.  Pass -shared through to the linker.
1864         * config/arm/netbsd.h (LINK_SPEC): Likewise.
1865
1866         * config/arm/t-netbsd (TARGET_LIBGCC2_CFLAGS): Add -fpic.
1867         (SHLIB_EXT, SHLIB_NAME, SHLIB_SONAME, SHLIB_OBJS, SHLIB_LINK)
1868         (SHLIB_INSTALL): Define.
1869
1870 2001-12-13  Richard Earnshaw  <rearnsha@arm.com>
1871
1872         * arm.c (legitimize_pic_address): Handle LABEL_REFs in substantially
1873         the same way as we handle SYMBOL_REFS.
1874
1875 Thu Dec 13 07:47:24 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1876
1877         * loop.c (remove_constant_addition): Fix prototype and whitespace.
1878         (emit_prefetch_instructions): Remove warnings and whitespace
1879         changes.
1880
1881 Thu Dec 13 06:48:38 2001  Douglas B. Rupp  <rupp@gnat.com>
1882
1883         * config/alpha/vms-cc.c (preprocess_args): Fix forward
1884         declaration.
1885
1886 Thu Dec 13 12:31:07 CET 2001  Jan Hubicka  <jh@suse.cz>
1887
1888         * predict.c (estimate_probability): Reorganize opcode heuristics.
1889         * predict.def (PRED_OPCODE_POSITIVE, PRED_OPCODE_NONEQUAL,
1890         PRED_FPOPCODE): New.
1891
1892         * i386.c (override_options): Recognize various CPU variants and set
1893         SSE/MMX/3dNOW flags accordingly.
1894         * i386.h (MASK_MMX_SET, MASK_SSE_SET, MASK_SSE2_SET, MASK_3DNOW_SET,
1895         MASK_3DNOW_A_SET): New.
1896         (MASK_ACCUMULATE_OUTGOING_ARGS_SET): New.
1897         (MASK_NO_ACCUMULATE_OUTGOING_ARGS): Delete.
1898         (MASK_*): Renumber.
1899         (TARGET_FLAGS): Use new masks.
1900         (CPP_CPU_SPECS): Recognize new CPU variants.
1901         * invoke.texi (-mcpu): Update documentation.
1902
1903         * flags.h (flag_prefetch_loop_arrays): Declare.
1904         * loop.h (LOOP_PREFETCH): Define new constant.
1905         * loop.c (strength_reduce): Call emit_prefetch_instructions.
1906         (MAX_PREFETCHES, PREFETCH_BLOCKS_BEFORE_LOOP_MAX,
1907         PREFETCH_BLOCKS_BEFORE_LOOP_MIN, PREFETCH_BLOCKS_IN_LOOP_MIN): New
1908         constants.
1909         (check_store_data): New structure.
1910         (check_store, emit_prefetch_instructions, rtx_equal_for_prefetch_p):
1911         New functions.
1912         * toplev.c: Include insn-flags.h.
1913         (flag_prefetch_loop_arrays): New global variable.
1914         (lang_independent_option): Add -fprefetch-loop-arrays.
1915         (rest_of_compilation) Pass LOOP_PREFETCH when flag_prefetch_loop_arrays
1916         is set.
1917         * Makefile.in (toplev.c): Depend on insn-flags.h.
1918         * invoke.texi (-fprefetch-loop-arrays): Document.
1919
1920         * predict.c (estimate_probability): Distribute the loop exit
1921         probability according to number of exit edges.
1922
1923         * cfgcleanup.c (insns_match_p): Break out from ...;
1924         (flow_find_cross_jump): ... here;
1925         (outgoing_edges_match): Add parameter MODE; attempt to match everything
1926         except for tablejumps.
1927         (try_crossjump_to_edge): Accept complex edges.
1928         (try_crossjump_bb): Likewise.
1929
1930 2001-11-29  Corey Minyard <minyard@acm.org>
1931
1932         * recog.c (validate_replace_rtx_1): Use simplify_gen_binary
1933         instead of plus_constant.
1934         * simplify-rtx.c (neg_const_int): New.
1935         (simplify_gen_binary, simplify_plus_minus): Use it.
1936
1937 2001-12-12  Roger Sayle  <roger@eyesopen.com>
1938
1939         * builtins.c (expand_builtin_memset, expand_builtin_memcpy,
1940         expand_builtin_strcpy): Additional arguments TARGET and MODE.
1941         (expand_builtin_bzero, expand_builtin_strcpy,
1942         expand_builtin_strncpy, expand_builtin_bzero): Pass additional
1943         TARGET and MODE parameters to the above functions.
1944         (expand_builtin_memset, expand_builtin_memcpy): Optimize the
1945         case where the LEN parameter is constant zero.
1946         (expand_builtin_memcmp): No longer conditional on
1947         HAVE_cmpstrsi.  Take an additional mode parameter.  Optimize
1948         the cases where len is either constant zero or one.
1949         Optimize to call to memcpy, even if the memcpy isn't inlined.
1950         (expand_builtin_strncpy): Optimize to call memcpy, even if the
1951         memcpy isn't inlined.
1952         (expand_builtin_strcmp, expand_builtin_strncmp): Always attempt
1953         to optimize to a call to memcmp.
1954         (expand_builtin): expand_builtin_memcmp can always be called,
1955         and pass the required parameters to expand_builtin_memcmp,
1956         expand_builtin_memset, expand_builtin_memcpy and
1957         expand_builtin_strcpy.
1958
1959 2001-12-12  David O'Brien  <obrien@FreeBSD.org>
1960
1961         * config.gcc (arm-*-freebsd*): Add target.
1962         * config/arm/freebsd.h: New file.
1963         * config/arm/arm.h (CPP_PREDEFINES): Do not define.
1964         (CPP_SPEC): #undef before defining.
1965         (CPP_CPU_ARCH_SPEC): Add -Acpu=arm -Amachine=arm.
1966         * config/arm/conix-elf.h (CPP_PREDEFINES): Remove -Acpu=arm
1967         -Amachine=arm.
1968         * config/arm/linux-elf.h: Likewise.
1969         * config/arm/netbsd.h: Likewise.
1970         * config/arm/riscix.h: Likewise.
1971         * config/arm/riscix1-1.h: Likewise.
1972         * config/arm/semiaof.h: Likewise.
1973
1974 2001-12-12  Richard Henderson  <rth@redhat.com>
1975
1976         * regrename.c (copyprop_hardreg_forward): New optimization.
1977         (kill_value_regno, kill_value, init_value_data, kill_clobbered_value,
1978         kill_set_value, kill_autoinc_value, copy_value, find_oldest_value_reg,
1979         replace_oldest_value_reg, replace_oldest_value_addr,
1980         replace_oldest_value_mem, copyprop_hardreg_forward_1,
1981         debug_value_data, validate_value_data): New.
1982         * rtl.h (copyprop_hardreg_forward): Declare.
1983         * toplev.c (flag_cprop_registers): New.
1984         (f_options): Add -fcprop-registers
1985         (rest_of_compilation): Invoke it.
1986         (parse_options_and_default_flags): Set it at -O1.
1987         * doc/invoke.texi: Document it.
1988
1989 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
1990
1991         * dwarf2out.c (dw_val_class): Add dw_val_class_range_list.
1992         (DEBUG_RANGES_SECTION_LABEL): Define.
1993         (ranges_section_label): Add.
1994         (add_AT_range_list): New.
1995         (print_die, sizeof_die, value_format): Handle dw_val_class_range_list.
1996         (output_loc_list): Location expression length is always 2-byte.
1997         (output_die): Handle dw_val_class_range_list.
1998         (gen_lexical_block_die): Call add_AT_range_list.
1999         (dwarf2out_init): Initialize ranges_section_label.
2000         (dwarf2out_finish): Emit ranges_section_label.
2001
2002 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
2003
2004         * c-typeck.c (digest_init): Allow initializing
2005         static storage duration objects with compound literals.
2006         * doc/extend.texi (Compound literals): Document the extension.
2007
2008 2001-12-12  Richard Henderson  <rth@redhat.com>
2009
2010         * emit-rtl.c (adjust_address_1): Always copy address to avoid
2011         shared rtl.
2012
2013 Wed Dec 12 07:37:52 2001  Olivier Hainque <hainque@act-europe.fr>
2014
2015         * stmt.c (expand_end_case): Do subtraction of lower bound as trees
2016         to avoid overflow.
2017
2018 Wed Dec 12 07:35:24 2001  Douglas B. Rupp  <rupp@gnat.com>
2019
2020         * cppfiles.c (read_include_file): Set buffer size properly when
2021         file is shorter than expected.
2022
2023 Wed Dec 12 08:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
2024
2025         * objc/objc-act.c (encode_complete_bitfield): Fixed encoding
2026         enumeral types - encode them using 'i'.
2027
2028 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2029
2030         * doc/extend.texi (Deprecated Features): Deprecate implicit
2031         typename. Document that named return and initializer lists are now
2032         removed.
2033
2034 2001-12-11  Roger Sayle <roger@eyesopen.com>
2035
2036         * except.c (reachable_next_level): Handle ERT_UNKNOWN to avoid
2037         compiler warning about enumeration values not being handled.
2038
2039 2001-12-11  Momchil Velikov  <velco@fadata.bg>
2040
2041         * config/fp-bit.c (pack_d): Cast to ``fractype'' for long long
2042         shifts.
2043
2044 2001-12-11  Richard Henderson  <rth@redhat.com>
2045
2046         * config/alpha/alpha.h (TARGET_FIXUP_EV5_PREFETCH): New.
2047         * config/alpha/linux.h (TARGET_FIXUP_EV5_PREFETCH): New.
2048         * config/alpha/alpha.md (prefetch): New.
2049
2050 2001-12-11  Richard Henderson  <rth@redhat.com>
2051
2052         * combine.c (simplify_and_const_int): Simplify (AND (PLUS X Y) C)
2053         if C has only low bits set and doesn't intersect with X or Y.
2054
2055 Tue Dec 11 23:58:39 EST 2001  John Wehle  (john@feith.com)
2056
2057         * basic-block.h (flow_preorder_transversal_compute): Declare.
2058         * cfganal.c (flow_preorder_transversal_compute): Implement.
2059
2060 Tue Dec 11 23:54:27 EST 2001  John Wehle  (john@feith.com)
2061
2062         * cfganal.c (flow_depth_first_order_compute): Always
2063         increment dfsnum.
2064
2065 2001-11-30 Alan Matsuoka <alanm@redhat.com>
2066
2067         * combine.c (combine_simplify_rtx) : Can't simplify
2068         cases that use mode class MODE_CC.
2069
2070 2001-12-11  Richard Henderson  <rth@redhat.com>
2071
2072         * expmed.c (expand_divmod): Ignore sdiv_pow2_cheap for modes in
2073         which there is no divide expander.
2074
2075 2001-12-11  Richard Henderson  <rth@redhat.com>
2076
2077         * except.c (sjlj_find_directly_reachable_regions): Don't
2078         consider RNL_BLOCKED a directly reachable region.
2079         (sjlj_assign_call_site_values): Trust directly_reachable.
2080         (sjlj_emit_dispatch_table): Likewise.
2081
2082 2001-12-11  Richard Henderson  <rth@redhat.com>
2083
2084         * config/alpha/alpha.md (divmodsi_internal_er): Split, so that
2085         we represent the address load's dependency on the gp.
2086         (divmoddi_internal_er): Likewise.
2087         (divmodsi_internal_er_1, divmoddi_internal_er_1): New.
2088
2089 2001-12-11  Richard Henderson  <rth@redhat.com>
2090
2091         * emit-rtl.c (widen_memory_access): New.
2092         * expr.h (widen_memory_access): Declare it.
2093         * config/alpha/alpha.c (get_aligned_mem): Use it.
2094
2095 2001-12-11  Richard Henderson  <rth@redhat.com>
2096
2097         * combine.c (simplify_shift_const): Move SHIFT_COUNT_TRUNCATED
2098         simplification above out of range check.
2099
2100 2001-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2101
2102         * config/sparc/sparc.md (prefetch): New.
2103
2104 2001-12-11  Aldy Hernandez  <aldyh@redhat.com>
2105
2106         * output.h (regno_uninitialized): Make argument unsigned.
2107
2108         * flow.c (regno_uninitialized): Make regno unsigned.
2109
2110 2001-12-11  David O'Brien  <obrien@FreeBSD.org>
2111
2112         * elfos.h (ENDFILE_SPEC, STARTFILE_SPEC): Do not define.
2113         * config/cris/cris.h (ENDFILE_SPEC): Define.
2114         * config/i386/i386elf.h ((ENDFILE_SPEC, STARTFILE_SPEC): Define.
2115         * config/pa/elf.h: Likewise.
2116
2117 2001-12-11  Richard Henderson  <rth@redhat.com>
2118
2119         * objc/objc-act.c (build_string_class_template): New.
2120         (build_objc_string_object): Call it.
2121
2122 2001-12-11  Steve Ellcey  <sje@cup.hp.com>
2123
2124         * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.
2125         * defaults.h (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.
2126         * calls.c (store_unaligned_arguments_into_pseudos): Check
2127         FUNCTION_ARG_REG_LITTLE_ENDIAN to see how structures
2128         are passed/returned.
2129         * expr.c (move_block_from_reg): Ditto.
2130         (move_block_from_reg): Ditto.
2131         (copy_blkmode_from_reg): Ditto.
2132         * stmt.c (expand_return): Ditto.
2133         * stor-layout.c (compute_record_mode): If
2134         FUNCTION_ARG_REG_LITTLE_ENDIAN is set then check
2135         MEMBER_TYPE_FORCES_BLK even if mode == VOIDmode.
2136         * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set to true
2137         so that Structures of one field are still treated as structures.
2138         (FUNCTION_ARG_REG_LITTLE_ENDIAN): New, set it to true.
2139         (FUNCTION_ARG_PADDING): Set to ia64_hpux_function_arg_padding().
2140         (PAD_VARARGS_DOWN): Modify from default to not pad structures down.
2141         * config/ia64/ia64-protos.h (ia64_hpux_function_arg_padding): New.
2142         * config/ia64/ia64.c (ia64_hpux_function_arg_padding): New function
2143         to special case handling of structure padding.
2144
2145 2001-12-11  Daniel Berlin  <dan@cgsoftware.com>
2146
2147         * sched-rgn.c (CONST_BASED_ADDRESS_P): CONST_INT -> CONSTANT_P.
2148         (may_trap_exp): Stores only are risk if they trap, too, not just
2149         if code == MEM.
2150
2151 2001-12-11  Aldy Hernandez  <aldyh@redhat.com>
2152
2153         * flow.c (find_regno_partial): Indent properly.  Add a default to
2154         switch.
2155
2156 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
2157
2158         * c-common.c (combine_strings): Complain if concatenating
2159         __FUNCTION__.
2160         * c-parse.in (yylexname): Flag artificial strings.
2161         * tree.h (TREE_ARTIFICIAL_STRING_P): New.
2162 doc:
2163         * extend.texi: Update.
2164
2165 2001-12-11  Aldy Hernandez  <aldyh@redhat.com>
2166
2167         * c-common.c (type_for_mode): Handle unsigned vectors.
2168         (type_for_mode): Remove redundant calls to TYPE_MODE.
2169
2170         * tree.c (make_vector): New.
2171         (build_common_tree_nodes_2): Use make_vector for vector types.
2172         Add unsigned vector types.
2173
2174         * tree.h (tree_index): Add unsigned types for vectors.
2175         (unsigned_V16QI_type_node): New.
2176         (unsigned_V4SI_type_node): New.
2177         (unsigned_V8QI_type_node): New.
2178         (unsigned_V8HI_type_node): New.
2179         (unsigned_V4HI_type_node): New.
2180         (unsigned_V2SI_type_node): New.
2181
2182 2001-12-11  Stan Shebs  <shebs@apple.com>
2183
2184         * objc/objc-act.c (finish_message_expr): Fix misplaced parens in a
2185         test of class names.
2186
2187 2001-12-11  David O'Brien  <obrien@FreeBSD.org>
2188
2189         * config.gcc (m68020-*-elf*): Expand tm_file to include all needed
2190         cpu configuration headers.
2191         * config/h8300/elf.h: Include dbxelf.h.
2192         * config/m68k/linux.h: Likewise.
2193         * config/m68k/m68020-elf.h: Likewise.
2194         * config/m68k/m68kv4.h: Likewise.
2195         * config/sh/elf.h: Likewise.
2196         * config/m68k/m68kemb.h: Add comment about the its purpose.
2197
2198 2001-12-11  Richard Henderson  <rth@redhat.com>
2199
2200         * objc/objc-act.c (build_constructor): Cast initializer values
2201         to the proper field types.
2202
2203 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
2204
2205         * unwind-dw2.c (execute_cfa_program): Fix DW_CFA_restore handling.
2206
2207 2001-12-10  Roger Sayle <roger@eyesopen.com>
2208
2209         * builtins.c (expand_builtin): Use a switch statement to list
2210         those functions not expanded without optimizations, instead of a
2211         series of equality tests.
2212
2213 Tue Dec 11 07:08:57 2001  Douglas B. Rupp  <rupp@gnat.com>
2214
2215         * config/alpha/vms.h (LIB_SPEC): Define.
2216         * config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Don't set component field.
2217
2218         * libgcc2.c (_bb): Remove ctime declaration.
2219
2220         * Makefile.in (stage[1234]-start): $(LN_S) utilities in a manner
2221         that works if LN_S = cp.
2222
2223         * config/alpha/x-vms (version): Change "." to "_".
2224
2225         * configure.in: Hardcode that vfork works on VMS host.
2226         * configure: Regenerated.
2227
2228 Mon Dec 10 18:37:31 2001  Douglas B. Rupp  <rupp@gnat.com>
2229
2230         * gcc.c (convert_filename): Add do_obj parameter. Don't convert
2231         unless do_obj true.
2232         (process_command): Modify calls to convert_filename.
2233
2234 2001-12-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2235
2236         * config/sparc/sol2-sld-64.h: Include dbxelf.h again.
2237
2238 Mon Dec 10 15:54:27 2001  Jeffrey A Law  (law@cygnus.com)
2239
2240         * combine.c (known_cond): Check mode of each operand to determine
2241         if COND is comparing floating point values.
2242
2243 2001-12-10  David Edelsohn  <edelsohn@gnu.org>
2244
2245         * rs6000.h (processor_type): Add PPC405.
2246         (RTX_COSTS): Add PPC405.  Correct rs64 and ppc630 multiply costs.
2247         * rs6000.md: Add PPC405 information.  Utilize imul2 and imul3 for
2248         rios1, rs64, and ppc630 processors.
2249         * rs6000.c (processor_target_table): Add PPC405.
2250
2251 2001-12-10  Richard Henderson  <rth@redhat.com>
2252
2253         * config/alpha/alpha.md (unaligned_extendhidi): Call gen_lowpart
2254         instead of hardcoding subregs into the _be and _le patterns.
2255
2256 2001-12-10  Neil Booth  <neil@daikokuya.demon.co.uk>
2257
2258         * c-lex.c, c-parse.in, c-typeck.c: Revert concatenation changes.
2259
2260 Mon Dec 10 09:19:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2261
2262         * config/i386/i386.md (leave, leave_rex64): Adjust pattern to match
2263         what insn does.
2264
2265 2001-12-10  Joseph S. Myers  <jsm28@cam.ac.uk>
2266
2267         * doc/cpp.texi: Don't condition menus on @ifinfo.  Condition the
2268         copyright notice formerly conditioned on @ifinfo on @ifnottex
2269         instead.
2270
2271 Mon Dec 10 06:15:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2272
2273         * vmsdbgout.c (lookup_filename): Remove warning.
2274
2275 Mon Dec 10 06:09:57 2001  Douglas B. Rupp  <rupp@gnat.com>
2276
2277         * Makefile.in: Add $(OUTPUT_OPTION) to compilation rules.
2278
2279         * config.gcc (alpha*-dec-vms*): Change to alpha*-dec-*vms*
2280         (exeext, target_alias, prefix, local_prefix): Define.
2281         * config/alpha/x-vms (USE_COLLECT2): Make empty.
2282         * config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Use Unix style
2283         file specifications. Remove ".".
2284         (GCC_INCLUDE_DIR): Remove redefinition (redundant).
2285         * fixinc/mkfixinc.sh (alpha*-dec-vms*):  Change to alpha*-dec-*vms*
2286
2287 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
2288
2289         * Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering.
2290
2291 Sun Dec  9 21:57:24 2001  Douglas B. Rupp  <rupp@gnat.com>
2292
2293         * config/alpha/t-vms (EXTRA_PARTS): Append $(VMS_EXTRA_PARTS)
2294         Add rules for building [vp]crt0.o
2295         * config/alpha/vms.h (START_FILE_SPEC): Define.
2296         * config/alpha/x-vms (VMS_EXTRA_PARTS): Define
2297         * config/alpha/vms-crt0.c, config/alpha/vms-psxcrt0.c: New files.
2298         * doc/invoke.texi: Document special Alpha/VMS options.
2299
2300 Sun Dec  9 20:25:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2301
2302         * hwint.h (HOST_BITS_PER_LONGLONG): Deal with __int64 type.
2303         * vmsdbg.h (DST_SRC_COMMAND): Test for type of long long or __int64,
2304         not GNUC.
2305
2306 Sun Dec  9 20:19:32 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2307                           Douglas B. Rupp  <rupp@gnat.com>
2308
2309         * tree.c (append_random_char): Conditionalize INO for VMS.
2310
2311 2001-12-09  Richard Henderson  <rth@redhat.com>
2312
2313         * cfgcleanup.c (label_is_jump_target_p): New function.
2314         (try_optimize_cfg): Use label_is_jump_target_p to check if label is
2315         target of a JUMP_INSN from the preceding block.
2316
2317 Sun Dec  9 18:40:07 2001  Douglas B. Rupp  <rupp@gnat.com>
2318
2319         * vmsdbgout.c (lookup_filename): Assign null string instead
2320         of null pointer to fnam.
2321
2322 2001-12-09  Richard Henderson  <rth@redhat.com>
2323
2324         * config/alpha/alpha.c (alpha_align_insns): Suppress realignment
2325         immediately after a call; insert nops before a call.
2326
2327 2001-12-09  Richard Henderson  <rth@redhat.com>
2328
2329         * config/alpha/alpha.c (alpha_align_insns): Use align_functions,
2330         not FUNCTION_BOUNDARY.
2331         * config/alpha/alpha.h (TRAMPOLINE_ALIGNMENT): New.
2332         * config/alpha/alpha32.h, config/alpha/vms.h: Likewise.
2333         * config/alpha/unicosmk.h (FUNCTION_BOUNDARY): Remove.
2334
2335 2001-12-09  Hans-Peter Nilsson  <hp@bitrange.com>
2336
2337         * config/mmix/mmix.c (mmix_function_block_profiler,
2338         mmix_block_profiler, mmix_function_block_profiler_exit): Delete
2339         unused functions.
2340         * config/mmix/mmix-protos.h (mmix_function_block_profiler,
2341         mmix_block_profiler, mmix_function_block_profiler_exit): Delete
2342         prototypes.
2343
2344         * config/cris/cris.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER):
2345         Delete obsoleted macros.
2346
2347 2001-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2348
2349         * doc/cpp.texi, doc/cppinternals.texi, doc/invoke.texi,
2350         doc/md.texi, doc/rtl.texi, doc/tm.texi: Use American spelling.
2351
2352         * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c,
2353         cfgbuild.c, expmed.c, expr.c, final.c, flow.c, fold-const.c,
2354         function.c, config/alpha/alpha.md, config/alpha/vms-ld.c,
2355         config/arm/arm.c, config/arm/arm.h, config/c4x/libgcc.S,
2356         config/i370/i370.c, config/i386/i386.c,
2357         config/i386/i386-interix.h, config/i386/i386.md,
2358         config/i386/i386.h, config/i386/netbsd-elf.h, config/ia64/ia64.c,
2359         config/m32r/m32r-protos.h, config/mcore/mcore.h,
2360         config/rs6000/rs6000.h, config/sparc/linux64.h,
2361         config/sparc/sparc.c, config/v850/v850-protos.h,
2362         config/cris/cris.h, config/s390/s390.md, config/elfos.h: Fix
2363         spelling errors.
2364
2365 2001-12-09  Daniel Berlin  <dan@cgsoftware.com>
2366
2367         * config/rs6000/rs6000.h (enum rs6000_builtins): Add remaining
2368         altivec builtins (VCF?X, VCT?XS, VSEL, V*EFP, VRFI*).
2369
2370         * config/rs6000/rs6000.c: Ditto.
2371
2372         * config/rs6000/rs6000.md: Ditto.
2373
2374 2001-12-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2375
2376         * 1750a.md: Add default case in switch.
2377         * alpha/vms.h (INITIAL_ELIMINATION_OFFSET): Add abort clause in
2378         if-else statement.
2379         * dsp16xx.c (print_operand_address): Likewise.
2380         * i386/osf1elf.h (FUNCTION_PROFILER): Const-ify.
2381         * ia64.md: Add missing braces.
2382         * rs6000-protos.h (s8bit_cint_operand): Prototype.
2383         * s390.h (INITIAL_ELIMINATION_OFFSET): Add abort clause in
2384         if-else statement.
2385         * stormy16.h (REG_CLASS_CONTENTS): Add missing braces.
2386         * v850.h (OUTPUT_ADDR_CONST_EXTRA): Don't issue a `return'.
2387         * dbxout.c (dbxout_source_file): Move a variable into the scope
2388         where it is used.
2389         * final.c (profile_function): Mark parameter with
2390         ATTRIBUTE_UNUSED.
2391         * genemit.c (gen_expand): Likewise for generated file.
2392         * insn-addr.h (INSN_ADDRESSES_NEW): Avoid undefined behavior.
2393
2394         * vmsdbg.h: Delete spurious close-comment.
2395         (DST_HEADER): Fix typo in ENUM_BITFIELD parameter.
2396         * vmsdbgout.c (write_modbeg): Define return type.
2397
2398         * m68k/3b1.h (ASM_OUTPUT_ALIGN): Wrap in do-while(0).
2399         * m68k/amix.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2400         * m68k/atari.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2401         * m68k/hp320.h (ASM_OUTPUT_ALIGN): Likewise.
2402         * m68k/m68kelf.h (ASM_OUTPUT_ALIGN): Likewise.
2403         * m68k/sgs.h (ASM_OUTPUT_ALIGN): Likewise.
2404         * m68k/tower-as.h (ASM_OUTPUT_ALIGN): Likewise.
2405
2406 2001-12-08  Tom Rix  <trix@redhat.com>
2407
2408         * config/rs6000/aix43.h (NON_POWERPC_MASKS): Delete MASK_STRING.
2409         * config/rs6000/aix51.h (NON_POWERPC_MASKS): Same.
2410         * config/rs6000/rs6000.md (load_multiple, store_multiple): Do not use
2411         for powerpc64.
2412         * config/rs6000/rs6000.md (movstrsi_8reg, movstrsi_6reg,
2413         movstrsi_4reg, movstrsi_1_reg): Add powerpc64.
2414         * config/rs6000/rs6000.c (expand_block_move): Do not use
2415         gen_movstrsi_2reg and powerpc64.
2416
2417 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
2418
2419         * c-common.h (rid): Add RID_CHOOSE_EXPR and
2420         RID_TYPES_COMPATIBLE_P.
2421
2422         * c-parse.in (reswords): Add __builtin_choose_expr.
2423         Add __builtin_types_compatible_p.
2424         Add CHOOSE_EXPR token.
2425         Add TYPES_COMPATIBLE_P token.
2426         Add production for CHOOSE_EXPR.
2427         Add production for TYPES_COMPATIBLE_P.
2428
2429         * doc/extend.texi (__builtin_choose_expr): Add documentation.
2430         (__builtin_types_compatible_p): Likewise.
2431
2432 2001-12-08  David Edelsohn  <edelsohn@gnu.org>
2433
2434         * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
2435         to unions.
2436
2437 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2438
2439         * c-parse.in: Take string literals in assembler constructs,
2440         not expressions.
2441         * c-typeck.c (build_asm_stmt, simple_asm_stmt): No need to
2442         check the strings are STRING_CSTs.
2443
2444 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2445
2446         * c-lex.c (c_lex): Peek a token ahead for a string to concatenate,
2447         using combine_strings to do the concatenation.
2448         * c-parse.in: Replace uses of the string non-terminal with STRING.
2449         Don't attempt string concatenation.
2450         (OBJC_STRING): New terminal.
2451         (string): Remove non-terminal.
2452         (_yylex): Call combine_strings on function names.  Generate
2453         OBJC_STRING terminals; don't pass '@' on to yacc.
2454         * c-typeck.c (simple_asm_stmt): Don't concatenate strings here.
2455         (build_asm_stmt): Similarly.
2456
2457 2001-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2458
2459         * rtlanal.c (get_jump_table_offset): Delete unused variable.
2460
2461 2001-12-08  Richard Earnshaw  <rearnsha@arm.com>
2462
2463         * arm.md (VUNSPEC_PREFETCH): Delete constant definition.
2464         (prefetch): Rewrite using PREFETCH RTL primitive.
2465         * arm.h (arm_builtins): Delete ARM_BUILTIN_PREFETCH).
2466         * arm.c (arm_init_builtins): Don't initialize a builtin for
2467         __builtin_prefetch here.
2468         (arm_expand_builtin): Don't expand __builtin_prefetch here.
2469
2470 2001-12-08  Richard Earnshaw  <rearnsha@arm.com>
2471
2472         * final.c (cleanup_subreg_operands):  Use recog_data.operand_loc
2473         in test for a subreg.
2474
2475 2001-12-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2476
2477         * rtl.c (rtx_equal_p): Check for null pointers when comparing rtx
2478         strings.
2479
2480 2001-12-07  Richard Henderson  <rth@redhat.com>
2481
2482         * doc/extend.texi: Fix typo last change.
2483
2484         * c-decl.c (c_language): Remove duplicate.
2485
2486 2001-12-07  Dale Johannesen  <dalej@apple.com>
2487
2488         * config/rs6000/darwin.h: Set MAX_LONG_TYPE_SIZE to 32.
2489         * config/rs6000/rs6000.c (rs6000_emit_move): In Darwin-
2490         specific codegen, eliminate a register copy.
2491         (print_operand_address): Add support for Darwin's lo16(constant)
2492         syntax.
2493         (rs6000_machopic_legitimize_pic_address): Fix darwin-specific
2494         generation of addresses within very large data objects.
2495         (s8bit_cint_operand):  New.
2496         * config/rs6000/rs6000.md: Remove "iu" reference for 750/7400.
2497         Move "mtjmpr" to correct functional unit for 750/7400/7450.
2498         Add imul2 and imul3 insn types for multiplication by 16- and
2499         8-bit constants.
2500         Change tablejump patterns to strongly discourage using LR
2501         rather than CTR.
2502         Add %lo16 patterns for Darwin loads and stores.
2503
2504 2001-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2505
2506         * alpha.md: Use (HOST_WIDE_INT)1<<63 in lieu of 0x8000000000000000.
2507
2508 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
2509
2510         * config/sparc/sparc.c (epilogue_renumber): Do not replace %fp
2511         with %sp because it can cause the delayed instruction to load
2512         below the stack.
2513
2514 2001-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2515
2516         * alpha.c (alpha_expand_unaligned_store,
2517         alpha_expand_unaligned_store_words): Use constm1_rtx in place of
2518         call to immed_double_const.
2519
2520 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
2521
2522         * doc/extend.texi (Variable Attributes): Document vector_size.
2523
2524         * attribs.c (c_common_attribute_table): Add vector_size.
2525         (handle_vector_size_attribute): New.
2526         (vector_size_helper): New.
2527         (decl_attributes): Relayout the decl after calculating attribs.
2528
2529 2001-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2530
2531         * doc/gcc.texi: Don't include install-old.texi.  Adjust menu
2532         description for Trouble section.
2533         * doc/install-old.texi: Adjust for inclusion as chapter of new
2534         installation manual.
2535         * doc/install.texi, doc/include/fdl.texi, doc/install.texi2html:
2536         Adjust to include old installation chapter as chapter of new
2537         installation manual.
2538
2539 Fri Dec  7 11:07:35 EST 2001  John Wehle  (john@feith.com)
2540
2541         * rtl.h (get_jump_table_offset): Declare.
2542         * rtlanal.c (get_jump_table_offset): Implement.
2543
2544 Fri Dec  7 07:06:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2545
2546         * final.c (bb_head, bb_tail, bb_file_label_num, bb_func_label_num):
2547         Deleted; were used only by BB profiler code.
2548         (sbb_head, sbb_tail, sbb_label_num): Likewise.
2549         (end_final): Delete now-unused vars I, PTR, and SPTR.
2550
2551         * expr.c (store_field): Remove warning.
2552         (expand_expr, case COMPONENT_REF, case VIEW_CONVERT_EXPR): Likewise.
2553         (highest_pow2_factor, case MIN_EXPR, case MAX_EXPR): Add cases.
2554         (highest_pow2_factor, case *_DIV_EXPR): Only can do something if
2555         divisor constant power of 2.
2556         (highest_pow2_factor, case COMPOUND_EXPR): Look at operand 1.
2557
2558 2001-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2559
2560         * alpha.c (function_arg): Cast value to HOST_WIDE_INT before
2561         shifting.
2562
2563 2001-12-06  Aldy Hernandez  <aldyh@redhat.com>
2564
2565         * rs6000.h (PRE_GCC3_DWARF_FRAME_REGISTERS): New.
2566         (DWARF_FRAME_REGISTERS): Delete.
2567
2568 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
2569
2570         * builtin-types.def (BT_FN_VOID_PTR_VAR): New.
2571         * builtins.def (BUILT_IN_PREFETCH): Change arguments.
2572         * builtins.c (expand_builtin_prefetch): Two arguments are now optional,
2573         with defaults for read prefetch with high degree of locality.
2574         * doc/extend.texi (__builtin_prefetch): Update documentation.
2575         * doc/md.texi (prefetch): Add documentation.
2576
2577 2001-12-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2578
2579         * fixinc/inclhack.def (stdio_va_list): Handle __VA_LIST__ in Tru64
2580         UNIX V5.1A stdio.h.
2581         * fixinc/fixincl.x: Regenerate.
2582         Fixes PR libf2c/4826.
2583
2584 2001-12-06  Aldy Hernandez  <aldyh@redhat.com>
2585             Richard Henderson  <rth@redhat.com>
2586
2587         * doc/tm.texi (DWARF_FRAME_REGISTERS): Add documentation.
2588         (PRE_GCC3_DWARF_FRAME_REGISTERS): Same.
2589
2590         * unwind-dw2.c (__frame_state_for): Change DWARF_FRAME_REGISTERS
2591         to PRE_GCC3_DWARF_FRAME_REGISTERS.
2592         (frame_state): Same.
2593         (PRE_GCC3_DWARF_FRAME_REGISTERS): Define if not already defined.
2594
2595 2001-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2596
2597         * langhooks.c (lhd_staticp): Mark parameter with
2598         ATTRIBUTE_UNUSED.
2599
2600 2001-12-06  H.J. Lu <hjl@gnu.org>
2601
2602         * Makefile.in (.po.gmo): Use "-test -d po || mkdir po" to
2603         reduce noise.
2604         (.po.pox): Likewise.
2605         (o/$(PACKAGE).pot): Likewise.
2606
2607 2001-12-06  Alexandre Oliva  <aoliva@redhat.com>
2608
2609         * tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...
2610         * tree-inline.c (expand_call_inline): ... here.
2611
2612 2001-12-06  H.J. Lu <hjl@gnu.org>
2613
2614         * Makefile.in (.po.gmo): Use "-mkdir po" for parallel build.
2615         (.po.pox): Likewise.
2616         (o/$(PACKAGE).pot): Likewise.
2617
2618 2001-12-06  David O'Brien  <obrien@FreeBSD.org>
2619
2620         * config.gcc: Include dbxelf.h before elfos.h.
2621         * elfos.h: Don't include dbxelf.h, let config.gcc handle it.
2622
2623 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
2624
2625         * cppfiles.c (open_file): If we've opened a directory by
2626         mistake, close it.
2627         (find_include_file): Avoid turning / into // or // into ///.
2628
2629 2001-12-06  Nick Clifton  <nickc@cambridge.redhat.com>
2630
2631         * config/arm/arm.h (STRUCT_VALUE): Suppress definition.
2632         (STRUCT_VALUE_REGNUM): Restore definition.
2633
2634 2001-12-06  Andrew MacLeod <amacleod@redhat.com>
2635
2636         * flow.c (find_regno_partial): Return register, not the expression
2637         the register is in.
2638
2639 Thu Dec  6 09:24:12 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2640
2641         * function.c (handle_epilogue_set): Check for FP setting case when
2642         SP is set from FP in same insn.
2643
2644 2001-12-06  Nick Clifton  <nickc@cambridge.redhat.com>
2645
2646         * config/arm/arm.c (load_multiple_sequence): Pass pointer to
2647         RTX when calling alter_subreg().
2648         (store_multiple_sequence): Pass pointer to RTX when calling
2649         alter_subreg().
2650
2651 Thu Dec  6 06:55:13 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2652
2653         * function.c (assing_parms): Fix typo in last change.
2654         * config/clipper.c (clipper_builtin_saveregs): Remove Checker code.
2655         * config/m88k/m88k.c (m88k_builtin_saveregs): Likewise.
2656         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
2657         * config/sparc/sparc.c (sparc_builtin_saveregs): Likewise.
2658
2659 2001-12-06  Alan Modra  <amodra@bigpond.net.au>
2660
2661         * config/rs6000/rs6000.c (rs6000_unique_section): Simplify and
2662         correct code selecting section.
2663
2664 Thu Dec  6 12:45:33 CET 2001  Jan Hubicka  <jh@suse.cz>
2665
2666         * final.c (count_basic_block, add_bb, add_bb_string):
2667         Kill.
2668         (end_final, final_start_function, final, final_scan_insn,
2669         leaf_function_p): Kill BB profiler related code.
2670         * flags.h (profile_block_flag): Kill.
2671         * libgcc2.c (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE,
2672         BB_BUCKETS, BBINBUFSIZE, bb_edge, bb_func_mode, bb_func,
2673         __bb, bb_src, bb_dst, bb_tracefile, bb_hashbuckets,
2674         bb_func_head, bb_callcount, bb_mode, bb_stack, bb_stacksize
2675         reported, GOPENDECOMPRESS, GOPENCOMPRESS, gopen, gclose,
2676         __bb_exit_trace_func, __bb_init_prg, __bb_trace_func,
2677         __bb_trace_func_ret, __bb_init_file, __bb_trace_ret,
2678         __bb_init_trace_func): Kill.
2679         * toplev.c (profile_block_flag): Kill.
2680         (indepdendent_decode_option, process_options): Kill -a related code.
2681         * alpha.c (direct_call_operand): Likewise.
2682         * arm.c (arm_expand_prologue, thumb_expand_prologue,
2683         thumb_expand_epilogue): Likewise.
2684         * c4x.c (c4x_expand_prologue, c4x_null_epilogue_p): Likewise.
2685         * c4x.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2686         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2687         MACHINE_STATE_RESTORE): Kill.
2688         * d30v.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2689         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2690         MACHINE_STATE_RESTORE): Kill.
2691         * fr30.c (fr30_expand_prologue): Kill BB profiler related code.
2692         * i386.c (ix86_can_use_return_insn_p, ix86_expand_prologue,
2693         ix86_expand_epilogue, ix86_expand_epilogue): Kill BB profiler related
2694         code.
2695         (ix86_output_function_block_profiler, ix86_output_block_profiler): Kill.
2696         * i386.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2697         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2698         MACHINE_STATE_RESTORE): Kill.
2699         * fr30.c (fr30_expand_prologue): Kill BB profiler related code.
2700         * i960.c (i960_output_function_prologue): Kill BB profiler related
2701         code.
2702         * ia64.c (ia64_compute_frame_size): Likewise.
2703         * ia64.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2704         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2705         MACHINE_STATE_RESTORE): Kill.
2706         * m32r.c (m32r_expand_prolofue): Kill BB profiler related code.
2707         * m68hc11.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2708         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2709         MACHINE_STATE_RESTORE): Kill.
2710         * m68k.c (m68k_output_function_epilogue): Kill BB profiler related code.
2711         * m68k.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2712         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2713         MACHINE_STATE_RESTORE): Kill.
2714         * m88k.c (output_options, m88k_layout_frame, m88k_expand_prologue):
2715         Kill BB profiler related code.
2716         * m88k.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2717         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2718         MACHINE_STATE_RESTORE): Kill.
2719         * mips.c (mips_expand_prologue): Kill BB profiler related code.
2720         * mmix.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2721         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2722         MACHINE_STATE_RESTORE): Kill.
2723         * rs6000.c (rs6000_override_options): Kill BB profiler related code.
2724         * s960.c (s390_function_prologue): Kill BB profiler related code.
2725         * s960.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2726         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2727         MACHINE_STATE_RESTORE): Kill.
2728         * linux-aout.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
2729         * linux.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
2730         * linux64.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
2731         * sol2.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
2732         * sparc.c (sparc_override_options, eligible_for_sibcall_delay,
2733         sparc_nonflat_function_epilogue): Kill BB profiler related code.
2734         (sparc_function_block_profiler, sparc_block_profiler,
2735         sparc_function_block_profiler_exit): Kill.
2736         * sparc.h (OVERRIDE_OPTIONS): Kill BB profiler related code.
2737         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2738         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2739         MACHINE_STATE_RESTORE): Kill.
2740         * sun4o3.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
2741         * sunos4.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
2742         * stormy16.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2743         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2744         MACHINE_STATE_RESTORE): Kill.
2745         * doc/invoke.texi: Kill documentation of -a and -ax.
2746         * tm.texi (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
2747         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
2748         MACHINE_STATE_RESTORE): Kill.
2749
2750 2001-10-26  Steve Christiansen  <smc@us.ibm.com>
2751
2752         * doc/rtl.texi: Use a table to display RTL format characters.
2753
2754 2001-12-06  Bo Thorsen  <bo@suse.co.uk>
2755
2756         * config/i386/linux64.h (LINK_SPEC): Correct name of dynamic linker.
2757
2758 Wed Dec  5 19:18:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2759
2760         * function.c (keep_stack_depressed): Check global_live_at_start
2761         of EXIT_BLOCK for temp register and verify it isn't in equiv_reg_src.
2762
2763 2001-12-05  David O'Brien  <obrien@FreeBSD.org>
2764
2765         * config.gcc (powerpc-*-freebsd*): Use the proper tmake_file files,
2766         as set by the generic FreeBSD configure framework.
2767
2768 2001-12-04  Jason Merrill  <jason@redhat.com>
2769
2770         * langhooks.h (struct lang_hooks_for_tree_inlining): Add
2771         start_inlining, end_inlining.
2772         * tree-inline.c (expand_call_inline): Call them.
2773         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_START_INLINING): Define.
2774         (LANG_HOOKS_TREE_INLINING_END_INLINING): Define.
2775         (LANG_HOOKS_TREE_INLINING_INITIALIZER): Add them.
2776         * langhooks.c (lhd_tree_inlining_start_inlining): New fn.
2777         (lhd_tree_inlining_end_inlining): New fn.
2778
2779 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2780
2781         * c-common.c (shadow_warning): New function, moved from cp/decl.c.
2782         * c-common.h (shadow_warning): New.
2783         * c-decl.c: Include c-common.h.
2784         (warn_if_shadowing): New, broken out of pushdecl.
2785         (pushdecl): Use warn_if_shadowing.
2786         (store_parm_decls): Prevent duplicate -Wshadow warnings.
2787
2788 Wed Dec  5 17:59:19 2001  Douglas B. Rupp  <rupp@gnat.com>
2789
2790         * config/alpha/vms.h (SIZE_TYPE, PTRDIFF_TYPE): Remove, were disabled.
2791         (DOLLARS_IN_IDENTIFIERS, LINK_SPEC): Remove duplicate.
2792         (LIB_SPEC): Remove.
2793
2794 Wed Dec  5 16:03:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2795
2796         * doc/c-tree.texi (RECORD_TYPE, UNION_TYPE): Expand on definition.
2797         (QUAL_UNION_TYPE): New type.
2798
2799         * varasm.c (output_constant, case ERROR_MARK): New case.
2800
2801         * attribs.c (handle_no_check_memory_usage_atribute): Deleted.
2802         (c_com): Delete its reference.
2803         * builtins.c: Delete memory checking code.
2804         * calls.c, expr.c, function.c, stmt.c: Likewise.
2805         * builtins.c (expand_builtin_arg_info): Remove reference to
2806         EXPAND_MEMORY_USE_* modifiers.
2807         * explow.c (expr_size): Likewise.
2808         * expr.c (expand_expr, expand_increment): Likewise.
2809         * expr.h (ARGS_SIZE_RTX): Likewise.
2810         * function.c (assign_parms, expand_pending_sizeso): Likewise.
2811         * c-decl.c (duplicate_decls): Don't handle DECL_NO_CHECK_MEMORY_USAGE.
2812         * expr.c (in_check_memory_usage): Delete.
2813         (get_push_address, get_memory_usage_from_modifier): Delete.
2814         (expand_assigment): Use EXPAND_WRITE on destination.
2815         (expand_expr): Delete ro_modifier.
2816         * expr.h (expand_modifier): Delete EXPAND_MEMORY_* entries and
2817         add EXPAND_WRITE.
2818         (memory_use_mode): Delete.
2819         * flags.h (flag_check_memory_usage): Deleted.
2820         (flag_prefix_function_name): Likewise.
2821         * function.c (expand_function_start): Don't set
2822         current_function_check_memory_usage.
2823         * function.h (check_memory_usage): Delete.
2824         * libfuncs.h, optabs.c: Delete chkr_* stuff.
2825         * stmt.c (expand_asm_opernd): Change EXPAND_MEMORY_USE_WO to
2826         EXPAND_WRITE.
2827         * toplev.c (flag_check_memory_usage): Deleted.
2828         (flag_prefix_function_name): Likewise.
2829         (f_options, process_options): Delete references to above.
2830         * tree.h (DECL_NO_CHECK_MEMORY_USAGE): Deleted.
2831         * varasm.c (CHKR_PREFIX): Deleted.
2832         (make_decl_rtl): Remove flag_prefix_function_name handling.
2833         (assemble_name): Likewise.
2834         * doc/extend.texi: Remove no_check_memory_usage attribute.
2835         * doc/invoke.texi: Remove -fcheck-memory-usage
2836         and -fprefix-function-name.
2837
2838 2001-12-05  Andreas Schwab  <schwab@suse.de>
2839
2840         * Makefile.in (STMP_FIXPROTO, STMP_FIXINC): Use substituted values
2841         from autoconf.
2842
2843 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
2844
2845         * config.gcc: Include arm/xscale-coff.h before arm/arm.h.
2846
2847 2001-12-05  William Cohen  <wcohen@redhat.com>
2848
2849         * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Correct typo in
2850         instruction.
2851
2852 2001-12-05  Daniel Berlin  <dan@cgsoftware.com>
2853
2854         * config/rs6000/rs6000.h (enum rs6000_builtins): Add more altivec
2855         builtins.
2856
2857         * config/rs6000/rs6000.md: Modeling of 7450 altivec changed to
2858         better reflect reality (change from Apple's tree).
2859         Add more of altivec instructions.
2860         Add ftruncv4sf2 pattern.
2861         Remove more unspecs (vector merge instructions, etc).
2862
2863         * config/rs6000/rs6000.c (bdesc_3arg): New, for 3 argument altivec
2864         builtins.
2865         (bdesc_1arg): New, for 1 argument altivec builtins.
2866         (altivec_expand_builtin): Handle unary and ternary ops.
2867         (altivec_init_builtins): Ditto.
2868
2869 Wed Dec  5 09:33:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2870
2871         * config/alpha/vms.h (ADA_LONG_TYPE_SIZE): New macro.
2872         * doc/tm.texi (ADA_LONG_TYPE_SIZE): Document it.
2873
2874 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
2875
2876         * gcse.c (store_killed_in_insn): Consider pure calls
2877         as potential store killers in addition to normal calls.
2878
2879 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
2880
2881         * expr.c (expand_expr): When checking promoted value, use
2882         DECL_MODE (exp) and not mode.
2883
2884 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
2885
2886         * c-typeck.c (output_init_element): Call digest_init
2887         just once, not in each if branch and check its return value for
2888         error_mark_node.
2889
2890 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
2891
2892         * c-decl.c (pushdecl): Only increase n_incomplete if pushed decl's
2893         type is RECORD_TYPE, UNION_TYPE or ARRAY_TYPE thereof.
2894         (finish_struct): Break the loop if n_incomplete went to 0.
2895         For ARRAY_TYPE, if it is not TYPE_DECL, layout the decl too.
2896
2897 Wed Dec  5 07:41:13 2001  Douglas B. Rupp  <rupp@gnat.com>
2898
2899         * config/alpha/alpha.c (alpha_va_start): Update VMS case.
2900
2901 Wed Dec  5 07:27:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2902                           Douglas B. Rupp  <rupp@gnat.com>
2903
2904         * vmsdbg.h, vmsdbgout.c: Add documentation and minor cleanups.
2905         * doc/invoke.texi: Add -gvms.
2906         * doc/passes.texi: Add mention of vmsdbgout.c.
2907         * doc/tm.texi: Document VMS debugging output.
2908
2909 Wed Dec  5 06:26:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2910
2911         * function.h (tree, rtx): Remove no-longer-needed definitions.
2912
2913         * function.c (keep_stack_depressed): Refine check for register
2914         clobbered over call.
2915
2916         * expr.c (store_expr): When copying string constant into array,
2917         use functions that update memrefs instead of computations on
2918         addresses to better track MEMs.  Also properly handle 32/64 pointers.
2919         (expand_expr): Use TARGET even if not reg for multi-word CONSTRUCTOR.
2920         (expand_expr, case CONSTRUCTOR): Fix errors in parms to assign_temp.
2921
2922         * emit-rtl.c (component_ref_for_mem_expr): Try harder to find decl
2923         underneath COMPONENT_REFs.
2924         (set_mem_attributes): Also strip VIEW_CONVERT_EXPR.
2925
2926 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2927
2928         * toplev.c (display_target_options): Don't print twice.
2929
2930 Wed Dec  5 00:42:16 EST 2001  John Wehle  (john@feith.com)
2931
2932         * emit-rtl.c (set_unique_reg_note): Don't set
2933         a REG_EQUAL or REG_EQUIV note if multiple sets
2934         are present.
2935
2936 2001-12-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2937
2938         * cfgrtl.c (verify_flow_info): Allow jump table data in fallthru if
2939         CASE_DROPS_THROUGH.
2940
2941 2001-12-04  Andrew MacLeod  <amacleod@redhat.com>
2942
2943         * rtl.h (initialize_uninitialized_subregs): New prototype.
2944         * toplev.c (rest_of_compilation): Call initialize_uninitialized_subregs
2945         when optimization is on.
2946         * flow.c (find_regno_partial): Find subregs within an expression.
2947         (initialize_uninitialized_subregs): Initialize live on entry registers
2948         which are used in subreg expressions.
2949
2950 2001-12-04  Phil Edwards  <pme@gcc.gnu.org>
2951
2952         * Makefile.in:  Add INSTALL_SCRIPT using INSTALL definition.
2953
2954 2001-12-04  DJ Delorie  <dj@redhat.com>
2955
2956         * fixinc/fixincl.c (initialize): Avoid problemsome macro
2957         parameter names (PR 3388).
2958
2959 2001-12-05  Alan Modra  <amodra@bigpond.net.au>
2960
2961         * config/rs6000/rs6000.c (rs6000_legitimize_address): Fix typo.
2962         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Here too.
2963
2964 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2965
2966         * c-common.def (COMPOUND_LITERAL_EXPR): New.
2967         * c-common.c (c_expand_expr): Handle COMPOUND_LITERAL_EXPR.
2968         (c_staticp): New function.
2969         * c-common.h (COMPOUND_LITERAL_EXPR_DECL): New.
2970         (c_staticp): Declare.
2971         * c-typeck.c (default_function_array_conversion, build_unary_op):
2972         Don't handle CONSTRUCTOR specially.
2973         (lvalue_p, mark_addressable): Handle COMPOUND_LITERAL_EXPR.
2974         * c-decl.c (build_compound_literal): New function.
2975         * c-tree.h (build_compound_literal): Declare.
2976         * c-parse.in (primary): Use build_compound_literal.
2977         * c-lang.c (LANG_HOOKS_STATICP): Define.
2978         * objc/objc-lang.c (LANG_HOOKS_STATICP): Likewise.
2979         * doc/c-tree.texi: Document COMPOUND_LITERAL_EXPR.
2980         * doc/extend.texi: Update documentation of compound literals.
2981         Fixes PR c/4787.
2982
2983 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2984
2985         * langhooks.h (struct lang_hooks): Add staticp.
2986         * langhooks-def.h (lhd_staticp, LANG_HOOKS_STATICP): New.
2987         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_STATICP.
2988         * langhooks.c (lhd_staticp): New function.
2989         * tree.c (staticp): Call lang_hooks.staticp for language-specific
2990         tree codes.
2991
2992 2001-12-04  Neil Booth  <neil@daikokuya.demon.co.uk>
2993
2994         * cppspec.c (lang_specific_driver): Set is_cpp_driver.
2995         * gcc.c (process_command): Ensure the cpp driver sees
2996         --help and --target-help, and that the help is printed
2997         exactly once.
2998
2999 2001-12-04  David Edelsohn  <edelsohn@gnu.org>
3000
3001         * config/elfos.h (ASM_OUTPUT_INTERNAL_LABEL): Display count unsigned.
3002
3003 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
3004
3005         * config/cris/cris.h (OPTIMIZATION_OPTIONS): Don't unset
3006         flag_strict_aliasing.  Use separate assignment statements.
3007
3008 2001-12-04  Zack Weinberg  <zack@codesourcery.com>
3009
3010         * build-make, cross-make: Delete file.
3011         * configure.in: Set and substitute CROSS, ALL,
3012         SYSTEM_HEADER_DIR, HOST_PREFIX, HOST_PREFIX_1, HOST_CC,
3013         HOST_CFLAGS, STMP_FIXINC, and STMP_FIXPROTO depending on
3014         whether build == host and host == target.  Do not
3015         AC_SUBST_FILE build_overrides or cross_overrides.  Do not
3016         AC_SUBST cross_defines or extra_c_flags.
3017         * Makefile.in (NATIVE_SYSTEM_HEADER_DIR): New.
3018         (SYSTEM_HEADER_DIR, HOST_PREFIX, HOST_CC, HOST_PREFIX,
3019         HOST_PREFIX_1, HOST_CFLAGS, ALL, INTERNAL_CFLAGS): Set
3020         partially or completely with autoconf-substituted @variable@
3021         notation.
3022         (INSTALL_TARGET, @cross_defines@, @cross_overrides@,
3023         @build_overrides@, @extra_c_flags@, all.build, install-build,
3024         install-cross-rest, install-float-h-cross): Deleted.
3025         (install-normal): Rename to install.  Delete old "install"
3026         indirection rule.
3027
3028 2001-12-04  Andrew MacLeod  <amacleod@redhat.com>
3029
3030         * stmt.c (expand_return): Clear destination instead of clobbering it
3031         when setting a return value via bitsets.
3032
3033 2001-12-04  Alexandre Oliva  <aoliva@redhat.com>
3034
3035         * tree.c (get_callee_fndecl): Only use DECL_ABSTRACT_ORIGIN if
3036         it has DECL_SAVED_TREE.
3037
3038         * c-decl.c (duplicate_decls): Revert rth's patch.  If newdecl
3039         is in a different binding level, get its abstract origin to be
3040         olddecl.
3041         * tree-inline.c (expand_call_inline): Move DECL_INITIAL sanity
3042         check earlier.
3043         * tree.c (get_callee_fndecl): Follow DECL_ABSTRACT_ORIGIN if
3044         DECL_INITIAL is NULL.
3045
3046 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
3047
3048         * flow.c (ior_reg_cond): Return NULL if ! add and rtx wasn't optimized.
3049         Return correct value if one of the subexpressions was optimized to
3050         0 resp. 1.  Optimize (x | A) | x and (x & A) | x.
3051         (and_reg_cond): Similarly.
3052
3053 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
3054
3055         * function.c (assign_parms): Set last_named only for last named
3056         argument.
3057
3058 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3059
3060         * doc/install.texi: Use the GFDL.  Include years from old install
3061         manual in copyright notice.  Include copyright and GFDL notice on
3062         HTML index page.  Include usual footer on testing.html.
3063         * doc/install.texi2html: Build gfdl.html.  Use -I
3064         $SOURCEDIR/include.
3065         * doc/include/fdl.texi: Adapt for use in the install manual.
3066
3067 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3068
3069         * doc/install.texi: Document that installed native compiler for
3070         building cross compilers should be GCC 2.95 or later.
3071
3072 2001-12-03  Eric Christopher  <echristo@redhat.com>
3073
3074         * config/mips/mips.h (CALL_REALLY_USED_REGISTERS): New macro.
3075         * config/mips/mips.md: Check TARGET_DEBUG_D_MODE before split
3076         patterns.
3077
3078 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
3079
3080         * rtl.def (PREFETCH): New rtx code.
3081         * doc/rtl.texi (PREFETCH): Add documentation.
3082         * function.c (instantiate_virtual_regs_1): Handle PREFETCH rtx.
3083         * rtlanal.c (reg_referenced_p): Ditto.
3084         * sched-vis.c (print_exp):  Ditto.
3085         * ssa-dce.c (find_inherently_necessary):  Ditto.
3086
3087         * config/ia64/ia64.h (SIMULTANEOUS PREFETCHES): Define.
3088           (PREFETCH_BLOCK): Define.
3089         * config/ia64/ia64.md (itanium_class): Add lfetch.
3090           (prefetch, prefetch_internal): New.
3091
3092         * builtin-types.def (BT_FN_VOID_PTR_INT_INT): New.
3093         * builtins.def (BUILT_IN_PREFETCH): New.
3094         * builtins.c (expand_builtin_expect): New.
3095           (expand_builtin): Call it.
3096         * doc/extend.texi: Document __builtin_prefetch.
3097
3098         * config/i386/i386.md (prefetch): Rename as prefetch_sse to avoid
3099           conflicts with new generic prefetch functionality.
3100         * config/i386/i386.c (ix86_expand_builtin): Use new name for
3101           prefetch_sse.
3102
3103 2001-12-02  Ziemowit Laski  <zlaski@apple.com>
3104
3105         * objc/Make-lang.in: Update copyright.
3106         (OBJC_OBJS): Add objc-lang.o.
3107         (objc-lang.o): New rule.
3108         * objc/config-lang.in: Fix file description and update
3109         copyright.
3110         * objc/objc-act.c: Do not include langhooks.h and
3111         langhooks-def.h
3112         (lang_hooks): Move (along with LANG_HOOKS...) to objc-lang.c.
3113         (objc_post_options): Move to objc-lang.c.
3114         (objc_init_options): Move to objc-lang.c.
3115         (objc_init): Make non-static.
3116         (objc_decode_option): Make non-static.
3117         (HASHFUNCTION): Remove macro.
3118         (hash_func): New function.
3119         (hash_enter): Replace HASHFUNCTION with hash_func.
3120         (hash_lookup): Replace HASHFUNCTION with hash_func.
3121         (maybe_objc_tree_codes): New function.
3122         (init_objc): Move ObjC tree code initialization to
3123         maybe_objc_tree_codes().
3124         * objc/objc-act.h (GCC_OBJC_ACT_H): New include guard.
3125         (objc_init): New public prototype.
3126         (objc_decode_option): New public prototype.
3127         (maybe_add_objc_tree_codes): New public prototype.
3128         * objc/objc-lang.c: New file.
3129         (lang_hooks): Moved from objc-act.c.
3130         (objc_post_options): Moved from objc-act.c.
3131         (objc_init_options): Moved from objc-act.c.
3132
3133 2001-12-03  Geoff Keating  <geoffk@redhat.com>
3134
3135         * emit-rtl.c (gen_lowpart_common): Avoid unwanted sign-extension
3136         of array elements.
3137
3138 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
3139
3140         PR c/4988
3141         * gcc.c (process_command): Don't add a preprocessor option for
3142         --help and --target-help; cc1 is enough.
3143
3144 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
3145
3146         * c-decl.c (grokdeclarator): Use ISO word.
3147         * cppinit.c: Remove leading capital from diagnostic messages, as
3148         per GNU coding standards.
3149         * emit-rtl.c: Similarly.
3150         * final.c: Similarly.
3151         * gcc.c: Similarly.
3152         * tradcpp.c: Similarly.
3153         * config/arm/arm.c: Similarly.
3154         * config/arm/arm.h: Similarly.
3155         * config/avr/avr.c: Similarly.
3156         * config/avr/avr.h: Similarly.
3157         * config/c4x/c4x.c: Similarly.
3158         * config/cris/cris.c: Similarly.
3159         * config/cris/cris.h: Similarly.
3160         * config/d30v/d30v.c: Similarly.
3161         * config/dsp16xx/dsp16xx.c: Similarly.
3162         * config/dsp16xx/dsp16xx.h: Similarly.
3163         * config/h8300/h8300.c: Similarly.
3164         * config/i386/i386.c: Similarly.
3165         * config/i386/xm-djgpp.h: Similarly.
3166         * config/i960/i960.h: Similarly.
3167         * config/m32r/m32r.c: Similarly.
3168         * config/m68hc11/m68hc11.c: Similarly.
3169         * config/m88k/m88k.c: Similarly.
3170         * config/m88k/m88k.h: Similarly.
3171         * config/mcore/mcore.c: Similarly.
3172         * config/mcore/mcore.h: Similarly.
3173         * config/mips/mips.c: Similarly.
3174         * config/mmix/mmix.c: Similarly.
3175         * config/pa/pa.c: Similarly.
3176         * config/rs6000/rs6000.c: Similarly.
3177         * config/rs6000/sysv4.h: Similarly.
3178         * config/s390/s390.c: Similarly.
3179         * config/sparc/sparc.c: Similarly.
3180         * config/v850/v850-c.c: Similarly.
3181         * config/v850/v850.c: Similarly.
3182
3183 2001-12-03  Zack Weinberg  <zack@codesourcery.com>
3184
3185         * rs6000.h (RETURN_IN_MEMORY): Cast result of
3186         int_size_in_bytes to unsigned HOST_WIDEST_INT so that -1 > 8.
3187
3188 Mon Dec  3 09:18:34 2001  Jeffrey A Law  (law@cygnus.com)
3189
3190         * mn10200.md (negsf2): Use -0x8000 instead of 0x8000 for
3191         bit twiddling constant.
3192
3193 Mon Dec  3 16:16:37 CET 2001  Jan Hubicka  <jh@suse.cz>
3194
3195         * gcse.c (delete_null_pointer_checks_1): Do not use delete_list;
3196         call purge_dead_edges after removing.
3197         (delete_null_pointer_checks): Do not handle delete_list.
3198
3199         * cfgbuild.c (inside_basic_block_p, control_flow_insn_p): Break out from ...
3200         (count_basic_blocks): ... here.
3201         (find_basic_blocks, find_bb_boundaries): Cleanup.
3202
3203         * stor-layout.c (fixup_signed_type, fixup_unsigned_type): Avoid
3204         overflow for types greater then 2 * HOST_WIDE_INT.
3205
3206         * reload.c (find_reloads): Update the duplicates after swapingg.
3207
3208 Mon Dec  3 13:52:19 CET 2001  Jan Hubicka  <jh@suse.cz>
3209
3210         * i386.md (movabsqi*): Use 'b' prefix instead of 'q'.
3211
3212 2001-12-02  Zack Weinberg  <zack@codesourcery.com>
3213
3214         * config/rs6000/rs6000.h (MASK_ALTIVEC_ABI,
3215         MASK_LONG_DOUBLE_128): Delete.
3216         (MASK_AIX_STRUCT_RET, MASK_AIX_STRUCT_RET_SET,
3217         TARGET_AIX_STRUCT_RET): New flags.
3218         (TARGET_SWITCHES): Remove entries for -mlong-double-128 and
3219         -mlong-double-64.  Add entries for -m(no-)aix-struct-return
3220         and -m(no-)svr4-struct-return.
3221         (TARGET_OPTIONS): Add entry for -mlong-double-.
3222         (rs6000_long_double_size_string, rs6000_long_double_type_size,
3223         rs6000_altivec_abi): Declare.
3224         (TARGET_LONG_DOUBLE_128, TARGET_ALTIVEC_ABI,
3225         LONG_DOUBLE_TYPE_SIZE): Change definitions to match.
3226         (RETURN_IN_MEMORY): If !TARGET_AIX_STRUCT_RET, return
3227         structures of size <= 8 bytes in registers.
3228         (PRINT_OPERAND_PUNCT_VALID_P): Take out '$' and '*'.
3229
3230         * config/rs6000/rs6000.c (rs6000_long_double_size_string,
3231         rs6000_long_double_type_size, rs6000_altivec_abi): New
3232         globals.
3233         (rs6000_override_options): Set rs6000_long_double_type_size
3234         from rs6000_long_double_size_string, if nonzero.  Set the
3235         MASK_AIX_STRUCT_RET bit in target_flags from DEFAULT_ABI, if
3236         not already set.
3237         (rs6000_parse_abi_options): Set rs6000_altivec_abi, not a
3238         target_flags bit.
3239         (rs6000_init_builtins): This hook now takes no arguments.
3240
3241         * config/rs6000/netbsd.h, config/rs6000/linux.h: Define
3242         DRAFT_V4_STRUCT_RET to 1.
3243
3244 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3245
3246         * c-typeck.c (really_start_incremental_init, push_init_level):
3247         Avoid constructor_max_index being other than an INTEGER_CST.
3248
3249 2001-12-02  David Edelsohn  <edelsohn@gnu.org>
3250
3251         * config/rs6000/xcoff.h (ASM_OUTPUT_INTERNAL_LABEL): Display count
3252         unsigned.
3253         (ASM_GENERATE_INTERNAL_LABEL): Same.
3254         (UNIQUE_SECTION): Fix typo.
3255
3256 2001-12-02  Richard Henderson  <rth@redhat.com>
3257
3258         * c-decl.c (duplicate_decls): Conditionalize DECL_SAVED_TREE copy.
3259
3260 2001-12-02  Richard Henderson  <rth@redhat.com>
3261
3262         * rtl.h (mem_attrs): Rename decl to expr; adjust all users.
3263         (MEM_EXPR): Rename from MEM_DECL; adjust all users.
3264         * emit-rtl.c (set_mem_expr): Rename from set_mem_decl.
3265         * expr.h, final.c, reload1.c: Adjust users.
3266
3267         * alias.c (nonoverlapping_component_refs_p): New.
3268         (decl_for_component_ref, adjust_offset_for_component_ref): New.
3269         (nonoverlapping_memrefs_p): Use them.
3270         * emit-rtl.c (component_ref_for_mem_expr): New.
3271         (set_mem_attributes): Use it.
3272         (set_mem_offset): New.
3273         * expr.c (expand_assignment): Call set_mem_attributes for
3274         inner references; adjust the memory offset as needed.
3275         * print-rtl.c (print_mem_expr): New.
3276         (print_rtx): Use it.
3277
3278 Sun Dec  2 09:22:25 2001  Douglas B. Rupp  <rupp@gnat.com>
3279
3280         * config/x-interix3 (SYSTEM_HEADER_DIR): Put back default.
3281
3282         * config/alpha/vms.h (VMS_DEBUGGING_INFO): New macro.
3283         (PREFERRED_DEBUGGING_TYPE): Define as VMS_AND_DWARF2_DEBUG.
3284         (ASM_SPEC): Don't redefine.
3285         (OPTIMIZATION_OPTIONS, OVERRIDE_OPTIONS, LINK_SPEC): Define.
3286         * config/alpha/t-vms (EXTRA_PARTS): Use; add rule for vms-dwarf2.asm.
3287         * config/alpha/vms-dwarf2.asm: New file.
3288
3289         * Makefile.in (OBJS): Add vmsdbgout.c and its rule.
3290         * c-lex.c (init_c_lex): Test for VMS_AND_DWARF2_DEBUG.
3291         * debug.h (gcc_debug_hooks): Add vmsdbg_debug_hooks.
3292         (vmsdbgout_after_prologue): New declaration.
3293         * defaults.h (VMS_DEBUGGING_INFO): Add to PREFERRED_DEBUGGING_TYPE.
3294         * dwarf2.h (dwarf_attribute): New DW_AT_VMS_rtnbeg_pd_address.
3295         * dwarf2out.c (dwarf2out_do_frame): Test for VMS_AND_DWARF2_DEBUG.
3296         (dwarf2out_frame_finish): Test for VMS_AND_DWARF2_DEBUG.
3297         (dwarf_attr_name): Use DW_AT_VMS_rtnbeg_pd_address.
3298         (add_name_and_src_coords_attributes): Test VMS_DEBUGGING_INFO
3299         * final.c (final_start_function): Test for VMS_AND_DWARF2_DEBUG.
3300         Test VMS_DEBUGGING_INFO.
3301         (final_end_function): Test for VMS_AND_DWARF2_DEBUG.
3302         (final_scan_insn): Test for VMS_AND_DWARF2_DEBUG and VMS_DEBUG.
3303         * flags.h (debug_info_type): Add VMS_DEBUG and VMS_AND_DWARF2_DEBUG.
3304         * toplev.c (compile_file): Test VMS_DEBUGGING_INFO, VMS_DEBUG, and
3305         VMS_AND_DWARF2_DEBUG.
3306         (rest_of_type_compilation): Test for VMS_AND_DWARF2_DEBUG.
3307         (decode_g_option): Add "vms" to debug_type_names.
3308         (process_options): Set vmsdbg_debug_hooks if -gvms.
3309         (lang_independent_init): Emit line number for VMS unless -g0.
3310         * tree.c: (build_complex_type): Test for VMS_AND_DWARF2_DEBUG.
3311         * vmsdbg.h, vmsdbgout.c: New files.
3312
3313 Sun Dec  2 09:03:06 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3314
3315         * cfgbuild.c (SET_STATE): Add cast to eliminate warning.a
3316
3317 2001-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3318
3319         * cfgrtl.c (purge_all_dead_edges): Initialize variable.
3320         * dwarf2out.c (is_cxx): Prototype.
3321         * local-alloc.c (block_alloc): Avoid 'unsigned>=0 is always true'
3322         warning.
3323         * objc/objc-act.c (defer_fn): Avoid signed/unsigned warning.
3324
3325 Sun Dec  2 07:12:30 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3326
3327         * libgcc2.c (__bb_exit_func): Fix line wrap problems.
3328
3329 2001-12-02  Geoff Keating  <geoffk@redhat.com>
3330
3331         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Simplify.
3332         * config/rs6000/rs6000.c (rs6000_emit_move): Use adjust_address
3333         rather than simplify_subreg.  Check for volatile-ness.  Check that
3334         we're not splitting one slow operation into two slow operations.
3335
3336 2001-12-02  David Edelsohn  <edelsohn@gnu.org>
3337
3338         * emit-rtl.c (gen_lowpart_common): Cast array element to HOST_WIDE_INT
3339         before shifting.
3340
3341 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
3342
3343         * c-decl.c (duplicate_decls, push_parm_decl): Remove leading
3344         capital from diagnostics.
3345         * c-lex.c (cb_file_change): Similarly.
3346         * c-parse.in : Similarly.
3347         * cfgrtl.c (verify_flow_info): Similarly.
3348         * collect2.c: Similarly.
3349         * cppfiles.c (find_include_file): Similarly.
3350         * cppinit.c (cpp_handle_option): Similarly.
3351         * cpplex.c (cpp_spell_token): Similarly.
3352         * cppmain.c (do_preprocessing): Similarly.
3353         * gcc.c (translate_options, process_command, do_spec1,
3354         main, pfatal_execute): Similarly.
3355         * genattr.c (main): Similarly.
3356         * genattrtab.c (check_attr_test, operate_exp, simplify_test_exp,
3357         write_test_expr, main): Similarly.
3358         * gencodes.c (main): Similarly.
3359         * genconfig.c (main): Similarly.
3360         * genconstants.c (main): Similarly.
3361         * genemit.c (main): Similarly.
3362         * genextract.c (main): Similarly.
3363         * genflags.c (main): Similarly.
3364         * genopinit.c (main): Similarly.
3365         * genoutput.c (process_template, main): Similarly.
3366         * genpeep.c (main): Similarly.
3367         * genrecog.c (main): Similarly.
3368         * gensupport.c (is_predicable, identify_predicable_attribute,
3369         alter_predicate_for_insn, init_md_reader_args, main): Similarly.
3370         * ggc-page.c (alloc_anon): Similarly.
3371         * mips-tfile.c (add_string, add_procedure, add_file, read_line,
3372         parse_begin, parse_bend, parse_def, parse_end, parse_file,
3373         parse_stabs_common, parse_stabs, write_varray, write_object,
3374         read_seek, copy_object, main, error): Similarly.
3375         * profile.c (compute_branch_probabilities): Similarly.
3376         * reg-stack.c (check_asm_stack_operands): Similarly.
3377         * reload.c (find_reloads): Similarly.
3378         * reload1.c (spill_failure, failed_reload): Similarly.
3379         * rtl-error.c (_fatal_insn_not_found): Similarly.
3380         * toplev.c (read_integral_parameter, crash_signal,
3381         decode_f_option, set_target_switch, parse_options_and_default_flags)
3382         : Similarly.
3383         * tradcif.y (parse_number, yylex): Similarly.
3384         * tradcpp.c (main, fancy_abort): Similarly.
3385         * tree.c (tree_check_failed): Similarly.
3386         * varray.c (varray_check_failed): Similarly.
3387         * xcoffout.c (xcoff_output_standard_types): Similarly.
3388 objc:
3389         * objc-act.c (get_object_ref, lookup_and_install_protocols,
3390         build_objc_string_object, objc_declare_alias, build_ivar_chain,
3391         finish_message_expr, build_protocol_expr, is_public,
3392         start_class): Similarly.
3393
3394 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
3395
3396         * c-decl.c (duplicate_decls, parmlist_tags_warning): Remove
3397         trailing period from diagnostics.
3398         * c-lex.c (cb_file_change): Similarly.
3399         * cppmacro.c (check_trad_stringification): Similarly.
3400         * gcc.c (do_spec_1): Similarly.
3401         * genattr.c (main): Similarly.
3402         * genattrtab.c (main, operate_exp, make_length_attrs): Similarly.
3403         * gencodes.c (main): Similarly.
3404         * genconfig.c (main): Similarly.
3405         * genconstants.c (main): Similarly.
3406         * genemit.c (main): Similarly.
3407         * genextract.c (main): Similarly.
3408         * genopinit.c (main): Similarly.
3409         * genoutput.c (main): Similarly.
3410         * genpeep.c (main): Similarly.
3411         * genrecog.c (main): Similarly.
3412         * mips-tfile.c (add_file, error): Similarly.
3413         * profile.c (init_branch_prob): Similarly.
3414         * reload1.c (spill_failure): Similarly.
3415         * stmt.c (parse_output_constraint): Similarly.
3416         * varasm.c (assemble_variable): Similarly.
3417
3418 2001-12-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3419
3420         * m68k.c (init_FPA_table): Provide static prototype.
3421         * mips/abi64.h (mips_function_value): Move prototype to ...
3422         * mips-protos.h (mips_function_value): ... here.
3423         * mips.c: Include halfpic.h.
3424         * output.h (rdata_section): Prototype.
3425
3426         * h8300.c (h8300_asm_named_section): Wrap with !OBJECT_FORMAT_ELF.
3427         * m88k.c (m88k_svr3_asm_out_constructor,
3428         m88k_svr3_asm_out_destructor): Wrap with CTOR_LIST_BEGIN &&
3429         !OBJECT_FORMAT_ELF.
3430         * mcore.c (mcore_asm_named_section): Wrap with OBJECT_FORMAT_ELF.
3431         * sh.c (sh_asm_named_section): Wrap with !OBJECT_FORMAT_ELF.
3432         * sparc.c (sparc_elf_asm_named_section): Wrap with OBJECT_FORMAT_ELF.
3433
3434 2001-12-01  Geoff Keating  <geoffk@redhat.com>
3435
3436         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Complex
3437         LO_SUM addresses less than word size are not legitimate,
3438         because they lead to invalid SUBREGs.
3439         * config/rs6000/rs6000.c (rs6000_legitimize_address): Likewise.
3440
3441 2001-12-01  Olivier Hainque <hainque@act-europe.fr>
3442
3443         * unroll.c (loop_iterations): Give up on jumps with null JUMP_LABEL
3444         while scanning for multiple back edges.
3445
3446 2001-12-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3447
3448         * ginclude/ppc-asm.h (JUMP_TARGET): New macro.
3449         * config/rs6000/tramp.asm: Use it.
3450
3451 2001-12-01  Zack Weinberg  <zack@codesourcery.com>
3452
3453         * gencheck.c, gengenrtl.c: Don't define xmalloc.
3454         * gensupport.c: Don't define xstrdup, xcalloc, xrealloc,
3455         xmalloc.
3456
3457 2001-11-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3458
3459         * pa.c (output_ascii): Cast `p' to unsigned char.
3460
3461 2001-11-30  Daniel Berlin  <dan@cgsoftware.com>
3462
3463         * config/rs6000/rs6000.c (altivec_expand_builtin): add
3464         ALTIVEC_BUILTIN_LD_INTERNAL_4sf and ALTIVEC_BUILTIN_ST_INTERNAL_4sf,
3465         *_16qi,_8hi, rename existing V4SI ones to *_4si.
3466         (altivec_init_builtins): Ditto.
3467         (bdesc_2arg): Rename CODE_FOR_* to match changes in MD file.
3468
3469         * config/rs6000/rs6000.md: Add attribute types vecsimple,
3470         veccomplex, vecfloat, and vecperm, for altivec instructions.
3471         Modify altivec patterns to use appropriate attribute type.
3472         Modify altivec patterns to match RTL operations where appropriate
3473         (IE no unspec where we can avoid it).
3474         Add vector unit scheduling for ppc7450.
3475         Rename patterns to what they are where appropriate
3476         (altivec_vaddfp->addv4sf3, etc)
3477
3478         * config/rs6000/rs6000.h (enum rs6000_builtins): Change VRS->VSR.
3479         Pass -mppc, and define _ARCH_PPC, if -mcpu=7450 is used.
3480
3481         * config/rs6000/sysv4.h: Add -mcpu=7450.
3482
3483         * testsuite/gcc.dg/altivec-1.c: Update test to take into account renamed
3484         _builtin_altivec_ld_interal function.
3485
3486 2001-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3487
3488         * configure.in (AC_CHECK_FUNCS): Delete strtoul, bsearch, popen,
3489         strchr, strrchr, isascii, gettimeofday.
3490         * config.in, configure: Regenerate.
3491
3492 2001-11-30  Zoltan Hidvegi  <hzoli@hzoli.2y.net>
3493
3494         * unroll.c (unroll_loop): Correct special exit cases.
3495
3496 2001-11-30  Stephane Carrez  <Stephane.Carrez@sun.com>
3497
3498         * config/sparc/sparc.c (DF_MODES_NO_S): Fix pr/3623, define to
3499         accept DFmode and DImode only.
3500
3501 2001-11-30  Aldy Hernandez  <aldyh@redhat.com>
3502
3503         * config/rs6000/rs6000.h (STARTING_FRAME_OFFSET): Adjust for altivec.
3504         (STACK_DYNAMIC_OFFSET): Same.
3505
3506 2001-11-30  Richard Henderson  <rth@redhat.com>
3507
3508         * c-decl.c (duplicate_decls): Copy DECL_SAVED_TREE.
3509
3510 2001-11-30  Aldy Hernandez  <aldyh@redhat.com>
3511
3512         * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): New.
3513         (CONDITIONAL_REGISTER_USAGE): Set call_really_used_registers to
3514         the values in call_used_registers.
3515
3516 Fri Nov 30 12:48:26 2001  Jeffrey A Law  (law@cygnus.com)
3517
3518         * gthr-dce.h: If _DCE_THREADS is not defined, then just include
3519         gthr-single.
3520
3521 2001-11-30  Jason Merrill  <jason@redhat.com>
3522
3523         * dwarf2out.c (is_cxx): New fn.
3524         (add_data_member_location_attribute): Check it.
3525         * dbxout.c (dbxout_type): Only look at BINFO_VPTR_FIELD for C++.
3526
3527 Fri Nov 30 08:26:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3528
3529         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Handle const1_rtx.
3530
3531 2001-11-30  Daniel Berlin  <dan@cgsoftware.com>
3532
3533         * genopinit.c (gen_insn): Handle MODE_VECTOR_INT and
3534         MODE_VECTOR_FLOAT as allowed.
3535
3536 2001-11-29  Zack Weinberg  <zack@codesourcery.com>
3537
3538         Purge cruft now we have build libiberty.
3539
3540         * Makefile.in (OBSTACK, VFPRINTF, DOPRINT, STRSTR,
3541         HOST_OBSTACK, HOST_VFPRINTF, HOST_DOPRINT, HOST_STRSTR,
3542         USE_HOST_OBSTACK, USE_HOST_VFPRINTF, USE_HOST_DOPRINT,
3543         USE_HOST_STRSTR): Delete variables.
3544         (vfprintf.o, doprint.o, strstr.o, splay-tree.o, obstack.o,
3545         hashtab.o, safe-ctype.o, $(HOST_PREFIX_1)obstack.o,
3546         $(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o,
3547         $(HOST_PREFIX_1)strstr.o), $(HOST_PREFIX_1)): Delete rules.
3548         (LIBIBERTY, BUILD_LIBIBERTY): New variables.
3549         (LIBDEPS): Now just $(INTLDEPS) $(LIBIBERTY).
3550         (LIBS): Now just $(INTLLIBS) @LIBS@ $(LIBIBERTY).
3551         (HOST_LIBDEPS): Now just $(BUILD_LIBIBERTY).
3552         (HOST_LIBS): Ditto.
3553         (HOST_RTL): Remove hashtab.o safe-ctype.o.
3554         (OBJS): Remove splay-tree.o.
3555         (gen-protos): Depend on $(HOST_LIBS), not ../libiberty/libiberty.a.
3556         (distclean): No need to delete splay-tree.c obstack.c
3557         hashtab.c safe-ctype.c.
3558         (mostlyclean): Delete build copies of print-rtl.c bitmap.c
3559         errors.c ggc-none.c (all prefixed with $(HOST_PREFIX_1).
3560         * aclocal.m4 (gcc_AC_FUNC_VFPRINTF_DOPRNT, gcc_AC_FUNC_STRSTR):
3561         Delete.
3562         * configure.in: Don't use them.
3563         Set and substitute @FORBUILD@.
3564         * config.in, configure: Regenerate.
3565         * doprint.c: Move to libiberty/_doprnt.c.
3566         * doc/configterms.texi: Document that libiberty is now built
3567         up to three times.  Fix typo.
3568
3569 2001-11-30  Jason Merrill  <jason@redhat.com>
3570
3571         * dwarf2out.c (add_data_member_location_attribute): Do the
3572         right thing for virtual bases.
3573         * dbxout.c (dbxout_type): For a virtual base, print the offset
3574         within the vtable.
3575
3576 2001-11-29  Zoltan Hidvegi  <hzoli@hzoli.2y.net>
3577
3578         * doloop.c (doloop_valid_p): Check for LTU and GTU as well.
3579
3580 2001-11-29  Aldy Hernandez  <aldyh@redhat.com>
3581
3582         * config/rs6000/rs6000.c (function_arg): Unnamed vector arguments
3583         go in memory.
3584         Remove unused attribute for named.
3585
3586 2001-11-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3587
3588         * genattrtab.c (attr_rtx_1): New function containing the
3589         majority of `attr_rtx'.  Move variable declarations into the
3590         scope where they are used.  Eliminate unnecessary gotos.
3591         (attr_rtx): Now just a wrapper for `attr_rtx_1' using VA_OPEN,
3592         VA_FIXEDARG, and VA_CLOSE.
3593
3594 2001-11-30  Hans-Peter Nilsson  <hp@axis.com>
3595
3596         * config/cris/cris.c (cris_notice_update_cc): Check first
3597         destination also against overlap with cc_status.value2 and second
3598         destination against overlap with cc_status.value1.  For overlaps,
3599         clear overlapped value, don't just CC_STATUS_INIT.
3600
3601         * config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix spacing and FIXME.
3602         Fix typo in comment.
3603         (LINK_SPEC): Remove whitespace at end of line.
3604
3605 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
3606
3607         * c-lex.c (init_c_lex): Canonicalize "-" filename to "".
3608
3609 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
3610
3611         * gcc.c (ASM_DEBUG_SPEC): Only check HAVE_AS_G*_DEBUG_FLAG
3612         macros for the supported debugging types.
3613
3614 2001-11-29  Craig Rodrigues  <rodrigc@gcc.gnu.org>
3615
3616         PR other/4932
3617         * config/i386/i386.c (print_operand):  Verify that the
3618           argument to %c is a constant and not a conditional which
3619           needs to be reversed.
3620
3621 Thu Nov 29 11:12:59 2001  Geoffrey Keating (geoffk@redhat.com)
3622
3623         * emit-rtl.c (gen_lowpart_common): Fix conversion of
3624         REAL_VALUE_TYPEs to an array of target integers.  Fix extraction
3625         of low part of those arrays for 32bit and 64bit hosts.
3626
3627 2001-11-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3628
3629         * Makefile.in (insn-output.o): Depend on insn-codes.h.
3630
3631 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
3632
3633         * configure.in (target_list): Add generated-manpages.
3634         * configure: Regenerate.
3635         * Makefile.in (generated-manpages): Depend on
3636         lang.generated-manpages.
3637         * objc/Make-lang.in (objc.generated-manpages): New dummy target.
3638
3639 2001-11-29  Nick Clifton  <nickc@cambridge.redhat.com>
3640
3641         * config/arm/crti.asm (_init): Add .thumb_func if compiled
3642         with -mthumb.
3643         (_fini): Add .thumb_func if compiled with -mthumb.
3644
3645 2001-11-28  Eric Christopher  <echristo@redhat.com>
3646
3647         * config/mips/mips.c (override_options): Fix thinko in mips_tune
3648         for mips32/mips64. Remove MASK_SOFT_FLOAT configuration bits.
3649
3650 Thu Nov 29 00:24:15 EST 2001  John Wehle  (john@feith.com)
3651
3652         * alpha.md (tablejump): Use pic_offset_table_rtx
3653         instead of gen_rtx_REG.
3654
3655 Wed Nov 28 15:36:13 2001  Jeffrey A Law  (law@cygnus.com)
3656
3657         * expr.c (store_expr): When copying a string constant into an
3658         array, reset the known alignment of the MEM for the section to
3659         be cleared to BITS_PER_UNIT.
3660
3661 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
3662
3663         * config/cris/cris.c: Remove whitespace at end of line.
3664
3665 Wed Nov 28 14:51:23 2001  Douglas B. Rupp  <rupp@gnat.com>
3666
3667         * config.gcc (i[34567]86-*-interix3*): New case.
3668         * config/x-interix3, config/interix3.h, config/i386/i386-interix3.h:
3669         New files.
3670
3671 2001-11-28  Richard Henderson  <rth@redhat.com>
3672
3673         * config/alpha/alpha.md (sibcall_osf_1, sibcall_value_osf_1): Use
3674         symbolic_operand as the predicate.
3675
3676 2001-11-28  Richard Henderson  <rth@redhat.com>
3677
3678         * doloop.c (doloop_modify_runtime): Properly select induction
3679         variable; skip late entry test if biv initializer created by loop.
3680
3681 Wed Nov 28 08:21:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3682
3683         * tree.h (EXPR_WFL_LINECOL): Used by Java in node other than
3684         EXPR_WITH_FILE_LOCATION, so change checks and documentation.
3685
3686         * tree.h (TREE_VIA_PROTECTED): Update to show can be in TREE_VEC.
3687
3688         * tree.h: Add missing checks on some macros; make formatting more
3689         consistent.
3690
3691         * stor-layout.c (put_pending_size): Look for SAVE_EXPR if not at top
3692         level; only add to pending_sizes if find it.
3693
3694         * langhooks.c (lhd_safe_from_p): Add ATTRIBUTE_UNUSED.
3695
3696         * df.c (iterate_dataflow_sbitmap, iterate_dataflow_bitmap):
3697         Add casts to remove warnings.
3698
3699         * Makefile.in (OBJS): Sort alphabetically.
3700
3701         * print-rtl.c (print_rtx): If RTX code is bad, just say so.
3702         Also minor cleanups.
3703
3704 Wed Nov 28 06:52:27 2001  Arnaud Charlet  <charlet@ACT-Europe.FR>
3705
3706         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Remove STAGE_PREFIX.
3707         (FLAGS_TO_PASS): Add STAGE_PREFIX.
3708         (SUBDIR_FLAGS_TO_PASS): Apply PREPEND_DOTDOT_TO_RELATIVE_PATH
3709         to STAGE_PREFIX.
3710
3711 Wed Nov 28 10:42:19 CET 2001  Jan Hubicka  <jh@suse.cz>
3712
3713         * cse.c (true_dependence_in_rtx): New function.
3714         (invalidate): Use it.
3715
3716         * c-common.h (GOTO_FAKE_P): New macro.
3717         * tree-inline.c (GOTO_FAKE_P): Set.
3718         * c-tree.texi (GOTO_FAKE_P): Document.
3719
3720         * varasm.c (assemble_variable): Set reloc to 3 for error_mark
3721         containing pointers.
3722         (output_addressed_constants): Check for local/external relocations.
3723         * elfos.h (SELECT_SECTION): Classify data section.
3724         * tm.texi (SELECT_SECTION): Update documentation.
3725
3726         * cfganal.c (flow_dfs_compute_reverse_add_bb): set visited bit.
3727         (flow_dfs_compute_reverse_execute): Add only unvisited blocks.
3728
3729 2001-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3730
3731         * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
3732         UNALIGNED_DOUBLE_INT_ASM_OP): Also provide defaults when we have
3733         OBJECT_FORMAT_ROSE.
3734
3735 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
3736
3737         * config/cris/cris.c: Tweak spacing for prototypes.
3738         (LOSE_AND_RETURN): New macro.
3739         (cris_operand_lossage): New function.
3740         (cris_print_index, cris_print_base): Use cris_operand_lossage
3741         rather than fatal_insn.
3742         (cris_print_operand, cris_print_operand_address): Use
3743         LOSE_AND_RETURN rather than fatal_insn and internal_error.
3744         (cris_output_addr_const): Use LOSE_AND_RETURN and
3745         output_operand_lossage rather than fatal_insn and internal_error
3746         for valid but unexpected rtx expressions.
3747
3748         * config/cris/cris.c (cris_split_movdx): Don't call alter_subreg
3749         for a SUBREG in src or dest, abort instead.
3750
3751 2001-11-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
3752
3753         * doc/passes.texi: Remove reference to c-dump.c. Update tree inlining
3754         doc.
3755
3756 2001-11-27  Jakub Jelinek  <jakub@redhat.com>
3757
3758         * gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than
3759         preprocessor define.  If only DBX_DEBUGGING_INFO or only
3760         DWARF2_DEBUGGING_INFO is supported for the target, provide
3761         appropriate definitions.
3762
3763 2001-11-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3764
3765         * Makefile.in: Update, and add c-objc-common.o dependencies.
3766         * c-lang.c: Remove unnecessary includes.
3767         (c_init): Move bulk of code to c_objc_common_init, and call it.
3768         (c_tree_printer, c_missing_noreturn_ok_p, c_disregard_inline_limits,
3769         inline_forbidden_p, c_cannot_inline_tree_fn): Move to
3770         c-objc-common.c.
3771         * c-objc-common.c: New.  Mostly pulled from c-lang.c.
3772         * c-tree.h (c_disregard_inline_limits, c_cannot_inline_fn,
3773         c_objc_common_init, c_missing_noreturn_ok_p): New.
3774         * toplev.c: Update comment.
3775         * doc/passes.texi: Update.
3776 objc:
3777         * objc-act.c (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
3778         LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS,
3779         LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Override.
3780         (objc_init): Update to use c_objc_common_init.
3781
3782 2001-11-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3783
3784         * cpphash.c (_cpp_init_hashtable): Update.
3785         * cpphash.h (struct spec_nodes): Remove n_L.
3786         * cpplex.c (_cpp_lex_direct): Check for prefix L separately.
3787
3788 2001-11-17  Richard Henderson  <rth@redhat.com>
3789
3790         * unroll.c (loop_iterations): Move last change ...
3791         * doloop.c (doloop_modify_runtime): ... here.
3792
3793 2001-11-17  Corey Minyard  <minyard@acm.org>
3794             Richard Henderson  <rth@redhat.com>
3795
3796         * unroll.c (loop_iterations): Detect one situation in which we
3797         overestimate the number of iterations.
3798
3799 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3800
3801         * gcc.c (set_input): Export.
3802         Move declaration ...
3803         gcc.h (set_input): ... here.
3804
3805 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3806
3807         * gcc.c (set_collect_gcc_options): New function, split out from
3808         main.
3809         Ignore elided switches.
3810         (do_spec): Invoke before executing command.
3811         (do_spec_1): Likewise.
3812         Fixes PR other/3968.
3813
3814 2001-11-27  Hans-Peter Nilsson  <hp@axis.com>
3815
3816         * config/cris/cris.h (INT_ASM_OP): Remove.
3817
3818 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3819
3820         * config/i386/sol2.h (WINT_TYPE): Redefine.
3821         (WINT_TYPE_SIZE): Likewise.
3822
3823 2001-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3824
3825         * collect2.c: Check HAVE_DUP2 instead of NO_DUP2.
3826         (dup2): Make static and add prototype.
3827         * m68k/plexus.h: Don't define NO_DUP2.
3828         * configure.in (AC_CHECK_FUNCS): Add dup2.
3829         * config.in, configure: Regenerate.
3830
3831         * ia64/aix.h (REG_SIZE): Don't #undef.
3832         * sparc.h (REG_SIZE): Delete.
3833         * flow.c (mark_used_regs): Don't use REG_SIZE.
3834         * regs.h (REG_SIZE): Delete.
3835
3836 2001-11-27  Andreas Schwab  <schwab@suse.de>
3837
3838         * gcc.c: Fix typo PREFERRED_DEBUGGING_FORMAT ->
3839         PREFERRED_DEBUGGING_TYPE.
3840
3841 Tue Nov 27 08:21:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3842
3843         * Makefile.in (c-lang.o): Depends on langhooks-def.h.
3844         (expr.o, varasm.o): Depends on langhooks.h.
3845         * c-common.c (c_safe_from_p): Always declare.
3846         (c_expand_expr): Refine when declared.
3847         * c-lang.c (c-common.h): Now include.
3848         (LANG_HOOKS_SAFE_FROM_P): Define new hook.
3849         (c_init): Don't set lang_safe_from_expr.
3850         * expr.c (langhooks.h): Now include.
3851         (lang_safe_from_p): No longer define.
3852         (safe_from_p): Use lang hook.
3853         (expand_expr): Set IGNORE if VOID_TYPE result of VIEW_CONVERT_EXPR too.
3854         (expand_expr, case VIEW_CONVERT_EXPR): Pass ro_modifier down.
3855         * expr.h (lang_expand_constant, lang_safe_from_p): Delete.
3856         * langhooks-def.h (lhd_return_tree, lhd_safe_from_p): New decls.
3857         (LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_SAFE_FROM_P): New hooks.
3858         * langhooks.c (lhd_return_tree, lhd_safe_from_p): New functions.
3859         * langhooks.h (struct lang_hooks): New fields expand_constant
3860         and safe_from_p.
3861         * output.h (output_constant): Size arg is HOST_WIDE_INT.
3862         * stmt.c (expand_decl_init): No longer need to expand constant
3863         for CONST_DECL.
3864         * stor-layout.c (put_pending_size): Don't check for SAVE_EXPR.
3865         * toplev.c (lang_expand_constant): Delete var.
3866         * tree.c (save_expr): Don't put another SAVE_EXPR around simple
3867         operations on SAVE_EXPR.
3868         * varasm.c (langhooks.h): Now include.
3869         (compare_constant_1): Use lang_hooks, not lang_expand_constant.
3870         (record_constant_1, output_addressed_constants): Likewise.
3871         (initializer_constant_valid_p, output_constant): Likewise.
3872         (output_constant_def): Process no-defer of string constant.
3873         (output_addressed_constants, case ADDR_EXPR): Use handled_component_p.
3874         (output_constant): Strip more conversions.
3875         Track our size and pad for the rest.
3876         (array_size_for_constructor): Remove code for non-byte STRING_CST.
3877         (output_constructor): SIZE now HOST_WIDE_INT.
3878
3879 2001-11-27  Richard Henderson  <rth@redhat.com>
3880
3881         * ifcvt.c (noce_try_store_flag_constants): Test for overflow
3882         in computing DIFF.
3883
3884 2001-11-27  Zack Weinberg  <zack@codesourcery.com>
3885
3886         * cppfiles.c (read_include_file): Add comment.
3887
3888 2001-11-26  Richard Henderson  <rth@redhat.com>
3889
3890         * toplev.c (rest_of_compilation): Call free_bb_for_insn before exit.
3891
3892 2001-11-26  Richard Henderson  <rth@redhat.com>
3893
3894         * config/ia64/sysv4.h (DBX_DEBUGGING_INFO): Undef.
3895         * config/ia64/aix.h (PREFERRED_DEBUGGING_TYPE): Remove
3896         commented out override.
3897
3898 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
3899
3900         * cppfiles.c (stack_include_file): Don't optimize zero-length
3901         files.
3902         (read_include_file): NUL-terminate read files.
3903         * cpplex.c (handle_newline, skip_escaped_newlines,
3904         get_effective_char, skip_whitespace, parse_identifier,
3905         parse_identifier_slow, parse_number, parse_string,
3906         _cpp_lex_direct): Optimize for the fact that buffers are guaranteed
3907         NUL-terminated.
3908         * cpplib.c (destringize_and_run, cpp_define, handle_assertion):
3909         Be sure buffers are NUL terminated.
3910         * cppmacro.c (warn_of_redefinition): Kill compile warning.
3911
3912 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
3913
3914         * c-common.c: Include tree-inline.h.
3915         (c_language): Move separate definitions here.
3916         (c_common_init_options, c_common_post_options): New.
3917         (c_common_lang_init): Rename c_common_init.
3918         * c-common.h (c_common_lang_init): Similarly.
3919         (c_common_init_options, c_common_post_options): New.
3920         * c-lang.c (c_post_options): Move body to c_common_post_options.
3921         (c_init_options): Use c_common_init_options.
3922         (c_init): Update.
3923         * langhooks.def: Rearrange.
3924         * langhooks.h: Rearrange, and improve comments.
3925         * toplev.c (do_compile): New function.
3926         (toplev_main): Use it.
3927         (lang_independent_f_options, parse_options_and_default_flags,
3928         process_options): Remove trailing periods.
3929         * Makefile.in: Update.
3930 objc:   * objc-act.c (objc_post_options, objc_init_options): Use c-common.c
3931         functions.
3932         (ojbc_init): Update.
3933
3934 2001-11-26  Richard Henderson  <rth@redhat.com>
3935
3936         * config/alpha/alpha.md (unop): Add 0 offset for some gas versions.
3937
3938 2001-11-26  DJ Delorie  <dj@redhat.com>
3939
3940         * expr.c (store_constructor): Actually use the value computed
3941         if WORD_REGISTER_OPERATIONS.
3942
3943 2001-11-26  Richard Henderson  <rth@redhat.com>
3944
3945         * config/elfos.h (SELECT_SECTION): Don't check TREE_READONLY
3946         for CONSTRUCTOR.
3947
3948 2001-11-26  David Edelsohn  <edelsohn@gnu.org>
3949
3950         * rs6000.c (output_mi_thunk): Handle minimal-toc and call
3951         correct function on AIX.
3952
3953 2001-11-26  Alexandre Oliva  <aoliva@redhat.com>
3954
3955         * toplev.c (process_options): Don't force
3956         flag_optimize_sibling_calls to zero just because exceptions are
3957         enabled.
3958
3959 Mon Nov 26 12:37:05 2001  Jeffrey A Law  (law@cygnus.com)
3960
3961         * df.h (transfer_function_sbitmap): Use PARAMS around argument
3962         list in function prototypes.
3963         (transfer_function_bitmap): Likewise.
3964
3965 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
3966
3967         * config/stormy16/stormy16.h: Remove DEFAULT_VTABLE_THUNKS.
3968         * config/i386/netbsd-elf.h: Likewise.
3969
3970 2001-11-26  David Edelsohn  <edelsohn@gnu.org>
3971
3972         * doc/trouble.texi: Remove outdated RS/6000 comments.
3973
3974 Mon Nov 26 13:49:41 CET 2001  Jan Hubicka  <jh@suse.cz>
3975
3976         * final.c (walk_alter_subreg): Fix return value.
3977
3978 Mon Nov 26 11:36:20 CET 2001  Jan Hubicka  <jh@suse.cz>
3979
3980         * sparc.c (sparc_absnegfloat_split_legitimate): Do not call
3981         alter_subreg.
3982         * sparc.md (post-reload splitters): Do not call alter_subreg.
3983         * cfgrtl.c (purge_dead_edges): Fix typo in previous fix.
3984
3985 2001-11-25  Aldy Hernandez  <aldyh@redhat.com>
3986
3987         * regclass.c (choose_hard_reg_mode): Handle vector arguments.
3988
3989 2001-11-26  Alan Modra  <amodra@bigpond.net.au>
3990
3991         * final.c: (insn_lengths): Make it an int *, so that large jump
3992         tables don't overflow.
3993
3994 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3995
3996         * c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.
3997         (format_types): Use it for scanf.
3998         (dollar_arguments_pointer_p): New.
3999         (init_dollar_format_checking): Store details of which arguments
4000         are pointers.
4001         (maybe_read_dollar_number): Reallocate dollar_arguments_pointer_p.
4002         (finish_dollar_format_checking): Take extra parameter
4003         pointer_gap_ok.  Treat unused arguments differently if
4004         pointer_gap_ok and the unused arguments are pointers.
4005         (check_format_info_main): Pass extra argument to
4006         finish_dollar_format_checking.
4007         * doc/invoke.texi (-Wno-format-extra-args): Document behavior when
4008         unused arguments are present between used arguments with operand
4009         numbers.
4010
4011 2001-11-25  Daniel Berlin  <dan@cgsoftware.com>
4012
4013         * df.c: Add prototypes for hybrid_search_bitmap and
4014         hybrid_search_sbitmap.
4015         (hybrid_search_bitmap): New function.
4016         (hybrid_search_sbitmap): New function.
4017         (iterative_dataflow_sbitmap): Change to use hybrid_search_sbitmap.
4018         (iterative_dataflow_bitmap): Ditto.
4019
4020 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4021
4022         * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
4023         address computations.
4024
4025 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4026
4027         * config/m68hc11/m68hc11.c (d_register_operand): Must accept
4028         register b (low part of d).
4029
4030 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4031
4032         * config/m68hc11/m68hc11.h (FUNCTION_PROFILER): Fix label name
4033         passed to mcount.
4034
4035 Sun Nov 25 06:22:09 2001  Douglas B. Rupp  <rupp@gnat.com>
4036
4037         * config/alpha/vms-ld.c, config/alpha/vms-cc.c: New files.
4038         * config/alpha/x-vms: New file, to compile the above.
4039         * config.gcc (alpha*-dec-vms*): Add x-vms.
4040
4041 2001-11-24  Hans-Peter Nilsson  <hp@axis.com>
4042
4043         * genextract.c (main): Set ro_loc for peepholes.
4044
4045 Sat Nov 24 17:04:10 2001  Douglas B. Rupp  <rupp@gnat.com>
4046
4047         * fix-header.c (main): Move inf_buffer termination and inf_limit
4048         calculation to after read.
4049
4050         * config/alpha/xm-vms.h (FILE_TYPE): Remove undef and baggage.
4051         (__UNIX_FOPEN): Define.
4052
4053 Sat Nov 24 16:11:00 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4054
4055         * function.c (assign_stack_temp_for_type): Clear alias set before
4056         setting new one.
4057
4058 2001-11-23  David Edelsohn  <edelsohn@gnu.org>
4059
4060         * rs6000.c (print_operand, case 'v'): Use HOST_WIDE_INT_PRINT_HEX
4061         format.
4062         * rs6000.md (cmptf): Fix typo.
4063
4064 2001-11-23  Richard Sandiford  <rsandifo@redhat.com>
4065
4066         * final.c (output_addr_const): Output PC as '.' even if !flag_pic.
4067         * varasm.c (output_constructor): Use assemble_integer rather
4068         than ASM_OUTPUT_BYTE.
4069
4070 2001-11-23  Andreas Jaeger  <aj@suse.de>
4071
4072         * cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign
4073         extension.
4074
4075 2001-11-23  Nick Clifton  <nickc@cambridge.redhat.com>
4076
4077         * config/arm/xscale-coff.h (SUBTARGET_CPU_DEFAULT): Override
4078         default definition.
4079         (SUBTARGET_EXTRA_ASM_SPEC): Remove previous definition.
4080         (MULTILIB_DEFAULTS): Remove previous definition.
4081
4082 2001-11-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4083
4084         * cppmacro.c (warn_of_redefinition): Warn regardless of -pedantic.
4085         * gcc.dg/cpp/mi6.c, gcc.dg/cpp/redef2.c: Update.
4086
4087 2001-11-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4088
4089         * cris.h: Revert thinko in last patch.
4090
4091 2001-11-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4092
4093         * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,
4094         FSFChangeLog.10, c-decl.c, cppfiles.c, cppinit.c, cpplex.c,
4095         cpplib.c, cppmain.c, cse.c, df.c, diagnostic.c, dominance.c,
4096         dwarf2out.c, dwarfout.c, emit-rtl.c, errors.c, except.c, except.h,
4097         explow.c, function.c, gcse.c, genrecog.c, predict.c, regmove.c,
4098         sched-rgn.c, ssa-ccp.c, stmt.c, toplev.c: Fix spelling errors.
4099
4100         * predict.c, reg-stack.c: Fix spelling errors.
4101
4102 2001-10-09  Andrew Haley  <aph@redhat.com>
4103
4104         * calls.c (check_sibcall_argument_overlap): Use slot_offset for
4105         start of stack slot.
4106
4107 2001-11-22  Graham Stott  <grahams@redhat.com>
4108
4109         * cfgrtl.c (try_redirect_by_replacing_jump): Fix typo, emit
4110         replacement jump after original jump.
4111
4112         (verify_flow_info): Remove redundent initialisation.
4113         Handle reaching end of insn list before finding a BARRIER.
4114         Only issue one missing barrier diagnostic.
4115
4116 2001-11-22  Graham Stott  <grahams@redhat.com>
4117
4118         * local-alloc.c (combine_regs): Handle SUBREG_REG being a MEM.
4119
4120 Thu Nov 22 06:49:14 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4121
4122         * config/i386/i386.md (leave, leave_rex64): Have RTL reflect what
4123         insn actually does.
4124
4125 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
4126
4127         * doc/invoke.texi (M32R/D Option Summary): Document -m32r switch.
4128         Fix typo -mm32rx=> -m32rx.
4129
4130         * config/arm/arm.c (arm_elf_asm_named_section): Only build for elf
4131         targets.
4132
4133         * config.gcc (xscale-coff): Add necessary header files to
4134         tm_file variable.
4135
4136 2001-11-20  Zack Weinberg  <zack@codesourcery.com>
4137
4138         * rs6000.c (output_cbranch): Use $, not %$, in output template.
4139
4140 2001-11-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
4141
4142         * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h.
4143         (lang_type_quals): Declare.
4144         (dequeue_and_dump): Use lang_hooks.tree_dump.type_quals function to
4145         retrieve language-specific qualifiers for a type node, instead of
4146         C_TYPE_QUALS. Likewise for lang_hooks.tree_dump.dump_tree instead of
4147         lang_dump_tree.
4148         * tree-dump.h: Rename from c-dump.h.
4149         * c-common.h (C_TYPE_QUALS): Removed.
4150         Move declarations for tree-dump.c interface to...
4151         * tree.h: ... here. Remove lang_dump_tree.
4152         * langhooks.h (struct lang_hooks_for_tree_dump): New.
4153         (struct lang_hooks): Add tree_dump hooks.
4154         * langhooks.c (lhd_tree_dump_dump_tree): New function.
4155         (lhd_tree_dump_type_quals): New function.
4156         * langhooks-def.h (lhd_tree_dump_dump_tree, lhd_tree_dump_type_quals):
4157         Declare.
4158         (LANG_HOOKS_INITIALIZER): Add tree_dump hooks.
4159         * Makefile.in: Move tree-dump.o to language-independent back-end.
4160
4161 2001-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4162
4163         * 1750a.h (DBX_REGISTER_NUMBER): Don't define.
4164         * alpha.h (DBX_REGISTER_NUMBER): Likewise.
4165         * arc.h (DBX_REGISTER_NUMBER): Likewise.
4166         * arm/aout.h (DBX_REGISTER_NUMBER): Likewise.
4167         * avr.h (DBX_REGISTER_NUMBER): Likewise.
4168         * c4x.h (DBX_REGISTER_NUMBER): Likewise.
4169         * clipper.h (DBX_REGISTER_NUMBER): Likewise.
4170         * convex.h (DBX_REGISTER_NUMBER): Likewise.
4171         * cris.h (DBX_REGISTER_NUMBER): Likewise.
4172         * dsp16xx.h (DBX_REGISTER_NUMBER): Likewise.
4173         * elxsi.h (DBX_REGISTER_NUMBER): Likewise.
4174         * fr30.h (DBX_REGISTER_NUMBER): Likewise.
4175         * h8300.h (DBX_REGISTER_NUMBER): Likewise.
4176         * i370.h (DBX_REGISTER_NUMBER): Likewise.
4177         * i860.h (DBX_REGISTER_NUMBER): Likewise.
4178         * i860/paragon.h (DBX_REGISTER_NUMBER): Likewise.
4179         * i860/sysv3.h (DBX_REGISTER_NUMBER): Likewise.
4180         * i860/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
4181         * m32r.h (DBX_REGISTER_NUMBER): Likewise.
4182         * m68hc11.h (DBX_REGISTER_NUMBER): Likewise.
4183         * m88k.h (DBX_REGISTER_NUMBER): Likewise.
4184         * mcore/mcore-elf.h (DBX_REGISTER_NUMBER): Likewise.
4185         * mcore.h (DBX_REGISTER_NUMBER): Likewise.
4186         * mn10200.h (DBX_REGISTER_NUMBER): Likewise.
4187         * mn10300.h (DBX_REGISTER_NUMBER): Likewise.
4188         * pdp11.h (DBX_REGISTER_NUMBER): Likewise.
4189         * romp.h (DBX_REGISTER_NUMBER): Likewise.
4190         * rs6000.h (DBX_REGISTER_NUMBER): Likewise.
4191         * rs6000/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
4192         * s390/linux.h (DBX_REGISTER_NUMBER): Likewise.
4193         * stormy16.h (DBX_REGISTER_NUMBER): Likewise.
4194         * v850.h (DBX_REGISTER_NUMBER): Likewise.
4195         * vax.h (DBX_REGISTER_NUMBER): Likewise.
4196         * we32k.h (DBX_REGISTER_NUMBER): Likewise.
4197
4198         * defaults.h (DBX_REGISTER_NUMBER): Provide a default.
4199         * doc/tm.texi (DBX_REGISTER_NUMBER): Update.
4200
4201 2001-11-21  H.J. Lu <hjl@gnu.org>
4202
4203         * config/rs6000/sysv4.h (LIB_SPEC): Fix a typo.
4204
4205 2001-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4206
4207         * s390.c (s390_va_arg): Eliminate ALIGN parameter in call to
4208         emit_cmp_and_jump_insns.
4209
4210         * stormy16.c (xstormy16_expand_builtin_va_arg,
4211         xstormy16_expand_casesi): Likewise.
4212
4213 Wed Nov 21 17:37:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4214
4215         * function.c (keep_stack_depressed): Major rework.
4216         (handle_epilogue_set, emit_equiv_load): New functions.
4217         (thread_prologue_and_epilogue_insns): keep_stack_depressed now
4218         has return value.
4219         * jump.c (returnjump_p_1): Also return 1 if SET with SET_IS_RETURN_P.
4220         * rtl.h (SET_IS_RETURN_P): New macro.
4221
4222         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Refine slightly
4223         and also support TREE_ADDRESSABLE.
4224         * tree.def (VIEW_CONVERT_EXPR): Document TREE_ADDRESSABLE.
4225
4226 2001-11-21  David Edelsohn  <edelsohn@gnu.org>
4227
4228         * rs6000.md (cmptf_internal1): Replace %$ with $.
4229
4230 Wed Nov 21 16:44:01 2001  Douglas B. Rupp  <rupp@gnat.com>
4231
4232         * cppfiles.c (STAT_SIZE_TOO_BIG): Define.
4233         (read_include_file): Use STAT_SIZE_TOO_BIG.
4234
4235         * cppinit.c (INO_T_COPY): Define.
4236         (INO_T_EQ): Uppercase parameters.
4237         (append_include_chain): Use INO_T_COPY.
4238
4239 2001-11-21  Richard Sandiford  <rsandifo@redhat.com>
4240
4241         * cfg.c: Fix typos and formatting in the introductory comment.
4242
4243 Wed Nov 21 12:38:37 CET 2001  Jan Hubicka
4244
4245         * profile.c (compute_branch_probabilites):  Compute probabilities
4246         for entry/exit edges; estimate probabilities for zero counts.
4247
4248 2001-11-21  Jakub Jelinek  <jakub@redhat.com>
4249
4250         * explow.c (probe_stack_range): Use LCT_NORMAL as second argument
4251         to emit_library_call.
4252         * function.c (expand_main_function, expand_function_start,
4253         expand_function_end): Likewise.
4254         * profile.c (output_func_start_profiler): Likewise.
4255         * stmt.c (expand_nl_goto_receivers): Use LCT_NORETURN as
4256         second argument to emit_library_call.
4257         * optabs.c (prepare_cmp_insn): Use LCT_CONST_MAKE_BLOCK
4258         as second argument to emit_library_call.
4259         * calls.c (emit_library_call): Update fn_type description.
4260
4261 2001-11-21  Jakub Jelinek  <jakub@redhat.com>
4262
4263         * c-decl.c (c_expand_deferred_function): Only call c_expand_body
4264         if fndecl is still DECL_INLINE and has DECL_RESULT.
4265
4266 2001-11-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4267
4268         * clipper.c (clipper_movstr): Avoid uninitialized warning.
4269         * i960.c (is_mask, legitimize_address): Likewise.
4270         * m88k.c (m88k_expand_prologue): Likewise.
4271         * m88k.md: Likewise.
4272         * mcore.c (emit_new_cond_insn): Likewise.
4273         * stormy16.c (xstormy16_emit_cbranch): Likewise.
4274
4275 2001-11-20  Zack Weinberg  <zack@codesourcery.com>
4276
4277         * config.gcc: Delete powerpcle-*-solaris2* stanza.
4278         * config/rs6000/eabi.asm, config/rs6000/rs6000.c,
4279         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
4280         config/rs6000/sol-ci.asm, config/rs6000/sol-cn.asm,
4281         config/rs6000/sysv4.h, config/rs6000/t-ppccomm,
4282         config/rs6000/t-ppcos: Expunge all references to Solaris.
4283
4284         * config/rs6000/sol-c0.c, config/rs6000/sol2.h: Delete.
4285
4286         * config/rs6000/rs6000.md: Replace '%$' with '$' in all
4287         output templates.
4288         * config/rs6000/rs6000.h: Define DEFAULT_PCC_STRUCT_RETURN to 0,
4289         and change RETURN_IN_MEMORY to just check AGGREGATE_TYPE_P.
4290
4291 2001-11-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4292
4293         * sh.md: Avoid uninitialized warnings.
4294         * vax.c (vax_rtx_cost): Likewise.
4295
4296 2001-11-15  Aldy Hernandez  <aldyh@redhat.com>
4297
4298         * rs6000.c (direct_return): Check if we are saving altivec
4299         registers.
4300         (first_altivec_reg_to_save): New.
4301         Updated stack frame layout comments.
4302         (rs6000_stack_info): Calculate altivec register save size.
4303         Save link register if we saved some altivec registers.
4304         (rs6000_stack_info): Align save size to 16 if altivec abi or
4305         abi_darwin.
4306         (rs6000_stack_info): Calculate altivec register offsets.
4307         (rs6000_stack_info): Add altivec info to save_size.
4308         (debug_stack_info): Add altivec debug info.
4309         (rs6000_emit_prologue): Save altivec registers and vrsave.
4310         (compute_vrsave_mask): New.
4311         (altivec_expand_builtin): Remove unused variables.
4312         (rs6000_parse_abi_options): Add static qualifier.
4313         (rs6000_expand_builtin): Remove unused parameters.
4314         (altivec_expand_builtin): Cast bdesc_2arg to get rid of warning.
4315         (altivec_init_builtins): Same.
4316         (is_altivec_return_reg): New.
4317         (vrsave_operation): New.
4318         (ALTIVEC_REG_BIT): New.
4319         (generate_set_vrsave): New.
4320
4321         * rs6000.md (get_vrsave): New.
4322         (set_vrsave): New.
4323         (*set_vrsave_internal): New.
4324
4325         * rs6000.h (rs6000_stack): Add first_altivec_reg_save,
4326         altivec_save_offset, vrsave_save_offset, altive_size, vrsave_size,
4327         altivec_padding_size, vrsave_mask.
4328         (TOTAL_ALTIVEC_REGS): New.
4329         (EPILOGUE_USES): Add VRSAVE_REGNO.
4330
4331 2001-11-20  Jeff Law <law@redhat.com>
4332
4333         * unroll.c (copy_loop_body): Update LABEL_NUSES for the
4334         exit label as necessary.
4335
4336 2001-11-20  Brad Kaiser  <bkaiser@acelink.net>
4337
4338         * reload1.c (elimination_effects): Use function_invariant_p
4339         instead of CONSTANT_P when considering register equivalences.
4340
4341 2001-11-20  David O'Brien  <obrien@FreeBSD.org>
4342
4343         * config.gcc: Add FreeBSD/PowerPC target.
4344         (powerpc64-*-linux*, powerpc-*-sysv*, powerpc-*-netbsd*,
4345         powerpc-*-chorusos*, powerpc-*-eabiaix*, powerpc-*-eabisim*,
4346         powerpc-*-elf*, powerpc-*-eabi*, powerpc-*-rtems*,
4347         powerpc-*-linux*libc1, powerpc-*-linux*, powerpc-wrs-vxworks*,
4348         powerpcle-wrs-vxworks*, powerpcle-*-sysv*, powerpcle-*-elf*,
4349         powerpcle-*-eabisim*, powerpcle-*-eabi*, powerpcle-*-solaris2*): Add
4350         freebsd-spec.h to tm_file.
4351         (rs6000-*-lynxos*): Add lynx.h to tm_file.
4352         * config/freebsd.h: Tidy up.
4353         (USING_CONFIG_FREEBSD): Define.
4354         (FBSD_SWITCH_TAKES_ARG, FBSD_WORD_SWITCH_TAKES_ARG,
4355         FBSD_CPP_PREDEFINES, FBSD_CPP_SPEC, FBSD_STARTFILE_SPEC,
4356         FBSD_ENDFILE_SPEC, FBSD_LIB_SPEC): Remove (moved to freebsd-spec.h).
4357         (TARGET_HAS_F_SETLKW): Define.
4358         (ASM_OUTPUT_IDENT): Delete, the elfos.h definition is fine.
4359         * config/freebsd-spec.h: New file.
4360         * config/rs6000/freebsd.h: New file.
4361         * config/rs6000/rs6000.h (TARGET_VERSION): Do not define.
4362         * config/rs6000/rs6000.c: Test for USING_ELFOS_H rather than
4363         USING_SVR4_H to know when to turn on ELF support.
4364         * config/rs6000/sysv4.h (TARGET_VERSION, CPP_PREDEFINES): Don't undef,
4365         define only if not already defined.
4366         Add FreeBSD support.
4367         * config/rs6000/aix.h (TARGET_VERSION): Define.
4368         * config/rs6000/beos.h: Likewise.
4369         * config/rs6000/darwin.h: Likewise.
4370         * config/rs6000/mach.h: Likewise.
4371         * config/rs6000/lynx.h (TARGET_VERSION): Likewise.
4372         Don't include lynx.h directly.
4373
4374 2001-11-20  Graham Stott  <grahams@redhat.com>
4375
4376         * unwind-dw2-fde.c (__deregister_frame_info_bases):
4377         Fix lossage in last change return OB.
4378
4379 Tue Nov 20 11:56:12 2001  Douglas B. Rupp  <rupp@gnat.com>
4380
4381         * config/alpha/xm-vms.h (_POSIX_EXIT): Define.
4382         Remove unneeded exit related macros.
4383
4384 2001-11-20  David Edelsohn  <edelsohn@gnu.org>
4385
4386         * rs6000.c (rs6000_emit_eh_toc_restore): Remove ALIGN parm.
4387
4388         * rs6000.c (rs6000_emit_move): Add TFmode case.
4389         * sysv4.h (MASK_LONG_DOUBLE_128, TARGET_LONG_DOUBLE_128,
4390         LONG_DOUBLE_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
4391         LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Move from here...
4392         * rs6000.h: ... to here.
4393         * rs6000.md (movtf, extenddftf2, extendsftf2, trunctfdf2,
4394         trunctfsf2, floatditf2, floatsitf2, fix_trunctfdi2,
4395         fix_trunctfsi2, negtf2, abstf2, nabstf2, cmptf): New patterns.
4396
4397 Tue Nov 20 06:41:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4398
4399         * emit-rtl.c (get_mem_attrs): Fix typo.
4400
4401 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
4402
4403         * c-lang.c (finish_file): Backout 2001-11-16
4404         changes, instead set DECL_DEFER_OUTPUT for static inline functions
4405         before calling c_expand_deferred_function.
4406
4407 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
4408
4409         * unwind-dw2-fde.c (__register_frame_info_bases, __register_frame):
4410         Don't register empty .eh_frame sections.
4411         (__deregister_frame_info_bases, __deregister_frame): Don't
4412         unregister them either.
4413
4414 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
4415
4416         * configure.in (HAVE_AS_GDWARF2_DEBUG_FLAG): Define.
4417         (HAVE_AS_GSTABS_DEBUG_FLAG): Define.
4418         * configure: Regenerate.
4419         * config.in: Add dummy definitions of new flags.
4420         * toplev.c (PREFERRED_DEBUGGING_TYPE): Move definition to...
4421         * defaults.h (PREFERRED_DEBUGGING_TYPE): ... here.
4422         * gcc.c (ASM_DEBUG_SPEC): New macro.
4423         (asm_debug): New static variable.
4424         (default_compilers): Add asm_debug when assembling from
4425         user input.
4426         (static_specs): Add asm_debug.
4427
4428 2001-11-20  Loren J. Rittle  <ljrittle@acm.org>
4429
4430         * config.gcc (*-*-freebsd*): Remove configuration block.
4431
4432 2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
4433
4434         bootstrap/4422
4435         * configure.in: Setup ability to run ./stage[1234]/xgcc in
4436         fixinc *as if* it were a proper lang subdirectory.
4437         * configure: Rebuilt.
4438
4439 2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
4440
4441         * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again).
4442
4443 2001-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4444
4445         * 1750a.md: Don't use hex format for a const_int.
4446
4447 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
4448
4449         * expmed.c (extract_bit_field): Don't create invalid SUBREGs.
4450
4451 2001-11-19  Zack Weinberg  <zack@codesourcery.com>
4452
4453         * mkconfig.sh: Undefine ENABLE_NLS if GENERATOR_FILE is
4454         defined (prevents link errors when gettext isn't in the system
4455         library).
4456
4457 2001-11-19  DJ Delorie  <dj@redhat.com>
4458
4459         * read-rtl.c (ISDIGIT, ISSPACE): Make sure we have these.
4460         (validate_const_int): New.
4461         (read_rtx): Validate constant integers.
4462         * config/i386/i386.md (pmulhrwv4hi3): Use decimal constants.
4463
4464 2001-11-19  Jakub Jelinek  <jakub@redhat.com>
4465
4466         * doc/hostconfig.texi (DUMPFILE_FORMAT): Move into the table.
4467
4468 Mon Nov 19 16:57:44 2001  Douglas B. Rupp  <rupp@gnat.com>
4469
4470         * toplev.c (DUMPFILE_FORMAT): Define default.
4471         (open_dump_file): Use DUMPFILE_FORMAT in sprintf.
4472         (close_dump_file, compile_file): Likewise.
4473         * config/alpha/xm-vms.h (DUMPFILE_FORMAT): Define.
4474         * doc/hostconfig.texi (DUMPFILE_FORMAT): Document
4475
4476 2001-11-19  Jeff Law <law@redhat.com>
4477
4478         * gcse.c (cprop_jump): Clear JUMP_LABEL field when we create
4479         a nop-jump.
4480
4481 2000-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
4482
4483         * cppmacro.c (_cpp_backup_tokens): Revert previous check-in.
4484         Don't fall off the base token run.
4485
4486 2001-11-19  Jason Wilkins <fenix@io.com>
4487
4488         * Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM.
4489
4490 Mon Nov 19 15:13:43 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4491
4492         * tree.def (VIEW_CONVERT_EXPR): New tree code.
4493         * tree.h (handled_component_p): New declaration.
4494         * alias.c (handled_component_p): Move function from here ...
4495         * expr.c (handled_component_p): ... to here and non longer static.
4496         (is_zeros_p, case VIEW_CONVERT_EXPR): New case.
4497         (store_field): Remove unneeded MEM_COPY_ATTRIBUTES call.
4498         (get_inner_reference): Handle VIEW_CONVERT_EXPR.
4499         (expand_expr, case VAR_DECL): Clean up handling of re-layout case.
4500         (expand_expr, case VIEW_CONVERT_EXPR): New case.
4501         (expand_expr, cse ADDR_EXPR): No need to copy if already
4502         BIGGEST_ALIGNMENT.
4503         * fold-const.c (fold, case VIEW_CONVERT_EXPR): New case.
4504         * varasm.c (initializer_constant_value_p, case VIEW_CONVERT_EXPR): New.
4505         (output_constant): Handle VIEW_CONVERT_EXPR.
4506         * dwarf2out.c (loc-descriptor_from_tree, add_bound_info):
4507         Add new case for VIEW_CONVERT_EXPR.
4508
4509 2001-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4510
4511         * a29k/unix.h (ASM_FILE_START): Const-ify.
4512         * i386/beos-elf.h (INCLUDE_DEFAULTS): Remove semi-colon.
4513         * i386/isc.h (ASM_FILE_START): Const-ify.
4514         * i386/sun386.h (ASM_FILE_START): Likewise.
4515         * m32r.md: Likewise.
4516         * m68k/auxas.h (ADDITIONAL_REGISTER_NAMES): Add missing brackets.
4517         * m68k/auxgas.h ADDITIONAL_REGISTER_NAMES): Likewise.
4518         * m68k/tower.h (REGISTER_NAMES): Remove semi-colon.
4519         * mn10200.md: Initialize variable.
4520
4521 Mon Nov 19 18:06:21 CET 2001  Jan Hubicka  <jh@suse.cz>
4522
4523         * gcse.c (try_replace_reg): Copy RTX before creating note.
4524
4525         * df.h (df_ref_flags): New uenum.
4526         (DF_REF_FLAGS): New macro.
4527         (struct ref): Add field "flags".
4528         * df.c (HANDLE_SUBREG): Remove.
4529         (df_ref_create): Likewise; set flags field of ref.
4530         (df_def_record_1): Strip down read_write subreg; remove
4531         commented out code; set READ_WRITE flag.
4532         (read_modify_subreg_p): New static function.
4533         (df_uses_record): Cleanup SET handling; set READ_WRITE flag;
4534         new argument "flags".
4535         (df_insn_refs_record): Update call of df_uses_record.
4536         (df_insn_modify): Avoid #if 0 around comment.
4537         (df_dump): Dump the read/write flag.
4538
4539         * predict.c (propagate_freq): Make cyclic_probability and frequency
4540         volatile
4541
4542         * i386.c (ix86_cc_mode): Accept USE.
4543
4544         * cfgrtl.c (purge_dead_edges):  Cleanup EDGE_ABNORMAL flag if computed
4545         jump is turned into simplejump.
4546
4547 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
4548
4549         * doc/fragments.texi, doc/trouble.texi: Remove links to old
4550         installation chapter.
4551         * doc/gcc.texi: Don't claim that this manual documents
4552         installation.  Mark Installation menu entry as being out of date.
4553
4554 Mon Nov 19 07:21:35 2001  Douglas B. Rupp  <rupp@gnat.com>
4555
4556         * config/alpha/xm-vms.h: Don't define macros that autoconf handles.
4557         (SUCCESS_EXIT_CODE, FATAL_EXIT_CODE): Define for posix compatibility.
4558         * gcc.c (exit): Remove definition for VMS; moved to xm-vms.h.
4559
4560 2001-11-19  Jason Merrill  <jason@redhat.com>
4561
4562         * cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing
4563         cur_token, not after.
4564
4565         * config/clipper/clix.h, config/h8300/elf.h, config/mips/linux.h:
4566         Lose ASM_OUTPUT_CONSTRUCTOR.
4567         * system.h: Poison it and INT_ASM_OP.
4568         * c-lang.c (finish_file): Don't check for it.
4569         * libgcc2.c (L_ctors): Check TARGET_ASM_CONSTRUCTOR instead.
4570
4571 2001-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4572
4573         * mmix.c (mmix_cc1_ignored_option): Const-ify.
4574         (mmix_init_machine_status): Make static to match declaration.
4575         (mmix_unique_section): Const-ify.
4576         (mmix_output_quoted_string): Avoid automatic aggregate
4577         initialization.
4578         (mmix_output_register_setting): Likewise.
4579         (mmix_output_shiftvalue_op_from_str): Likewise.
4580
4581         * mmix.h (mmix_cc1_ignored_option): Const-ify.
4582         (ASM_OUTPUT_BYTE): Fix format specifier warning.
4583         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4584
4585 2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4586
4587         PR c/4448
4588         * gthr-win32.h: (__gthread_objc_thread_exit): Fix variable
4589         name __objc_thread_exit_status so that it matches the
4590         variable defined in objc/thr.h.
4591
4592 2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4593
4594         PR bootstrap/4020
4595         * mklibgcc.in: Add missing semi-colons.
4596         * Makefile.in: Same.
4597
4598 Sun Nov 18 16:47:00 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4599
4600         * expr.c (expand_expr, case VAR_DECL): Update alignment of DECL_RTL
4601         after re-laying out decl in incomplete case.
4602         (expand_expr, case ADDR_EXPR): Fix typo in copy case.
4603
4604 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4605
4606         * doc/install-old.texi: Move some sections out to ...
4607         * doc/collect2.texi, doc/configfiles.texi, doc/headerdirs.texi:
4608         ... here.  New files.  Make into chapters rather than sections.
4609         * doc/gcc.texi: Include the new files and add menu entries for
4610         them.
4611         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
4612
4613 Sun Nov 18 14:13:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4614
4615         * tree.h (TYPE_ALIGN_OK): New flag.
4616         * emit-rtl.c (set_mem_attributes): Handle it.
4617         * expr.c (emit_single_push_insn): Only set to alias set 0 if
4618         doing sibcall optimization.
4619         (expand_expr, case COMPONENT_REF): Call set_mem_attributes on case
4620         when make temporary.
4621         (expand_expr, case CONVERT_EXPR): Simplify convert-to-union case.
4622         (expand_expr, case ADDR_EXPR): Abort if TYPE_ALIGN_OK and need copy.
4623
4624         * sdbout.c (sdbout_symbol): Avoid warning due to &DECL_RTL.
4625
4626 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4627
4628         * c-decl.c (c_decode_option): Give deprecation warning for
4629         -traditional.
4630         * doc/invoke.texi (-traditional): Note that this option is
4631         deprecated.
4632
4633 Sun Nov 18 07:40:07 2001  Douglas B. Rupp  <rupp@gnat.com>
4634
4635         * config/alpha/alpha.c (alpha_start_function, VMS): Cast shift
4636         arg to HOST_WIDE_INT, not long.
4637
4638         * config/alpha/vms.h (DIR_SEPARATOR, PREFIX). Don't define.
4639         (HAS_INIT_SECTION): Define.
4640         (REAL_ARITHMETIC): Don't undefine.
4641
4642 2001-11-18  Egor Duda  <deo@logos-m.ru>
4643
4644         * config/i386/cygwin.h: Strip leading '*' from name, if any.
4645
4646 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
4647
4648         * Makefile.in (c-parse.o, c-common.o): Update dependencies.
4649         * c-common.c: Include diagnostic.h.
4650         (c_common_finish): New.
4651         * c-common.h (c_common_finish): New.
4652         * c-lang.c (LANG_HOOKS_FINISH): Override.
4653         * c-parse.in: Don't include diagnostic.h.
4654         (finish_parse): Remove.
4655         * langhooks.h: Update comments.
4656         * toplev.c (lang_dependent_init): New prototype.
4657         (finalize): New.
4658         (compile_file): Split cleanup code out to finalize.
4659         (lang_dependent_init): Stop if lang_hooks.init fails.
4660         (toplev_main): Update.
4661         * tree.h (finish_parse): Remove.
4662 objc:
4663         * objc-act.c (LANG_HOOKS_FINISH): Override.
4664
4665 Sat Nov 17 23:30:44 2001  Douglas B. Rupp  <rupp@gnat.com>
4666
4667         * config/alpha/t-vms (LIB2FUNCS_EXTRA): Add vms_tramp.asm.
4668         * config/alpha/vms_tramp.asm: New file.
4669         * config/alpha/vms-tramp.asm: Removed.
4670
4671 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4672
4673         * c-common.c (struct disabled_builtin, disabled_builtins,
4674         disable_builtin_function, builtin_function_disabled_p): New.
4675         (builtin_function_2): Check for disabled built-in functions.
4676         * c-common.h (disable_builtin_function): Declare.
4677         * c-decl.c (c_decode_option): Handle -fno-builtin-FUNCTION.
4678         * doc/invoke.texi: Document -fno-builtin-FUNCTION.
4679         * doc/extend.texi: Mention -fno-builtin-FUNCTION.
4680
4681 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4682
4683         PR target/4606
4684         * config.gcc: Remove reference to va-clipper.h.
4685
4686 2001-11-17  Stan Shebs  <shebs@apple.com>
4687
4688         * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Fix the
4689         AltiVec-related bitfields.
4690
4691 Sat Nov 17 12:06:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4692
4693         * except.c (enum eh_region_type): Add ERT_UNKNOWN.
4694         (mark_eh_region, case ERT_UKNONW): New case.
4695
4696 2001-11-17  Christopher Faylor  <cgf@redhat.com>
4697             Corinna Vinschen  <vinschen@redhat.com>
4698
4699         * config/i386/cygwin.h: Search target specific include directory for
4700         w32api stuff, if appropriate.
4701
4702 Sat Nov 17 08:20:44 2001  Douglas Rupp  <rupp@gnat.com>
4703
4704         * config/alpha/vms.h (REG_ALLOC_ORDER): Redefine.
4705
4706 2001-11-16  Aldy Hernandez  <aldyh@redhat.com>
4707
4708         * config/rs6000/rs6000.md: Change all ldvx to lvx.
4709
4710 2001-11-16  Alexandre Oliva  <aoliva@redhat.com>
4711
4712         * gensupport.c (process_rtx): Don't assume filename is the first
4713         argument of any rtl.
4714
4715 2001-11-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4716
4717         * vax-protos.h (reg_was_0_p): New prototype.
4718         * vax.md (movsi, movhi, movqi): Use reg_was_0_p.
4719         * vax.c (follows_p, reg_was_0_p): New functions.
4720
4721 2001-11-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4722
4723         * vax.md (casesi): Swap arguments in "(plus:SI (pc) (mult))". Reformat.
4724         (casesi1): Likewise.  Define new pattern which arises by simplification
4725         when operand 1 is a constant int.  Correct pattern which arises by
4726         simplification when operand 1 is zero.
4727
4728 2001-11-16  David O'Brien  <obrien@FreeBSD.org>
4729
4730         * config.gcc (arm*-*-rtems*, arm-*-coff*, armel-*-coff*,
4731         arm-*-vxworks*, arm-*-riscix1.[01]*, arm-*-riscix*,
4732         arm-semi-aout, armel-semi-aout, arm-semi-aof, armel-semi-aof,
4733         arm*-*-netbsd*, arm*-*-linux*, arm*-*-uclinux*, arm*-*-aout,
4734         arm*-*-ecos-elf, arm*-*-elf, arm*-*-conix*, arm*-*-oabi,
4735         arm-*-pe*, strongarm-*-elf*, strongarm-*-coff*, strongarm-*-pe,
4736         xscale-*-elf, xscale-*-coff: Include various CPU headers via tm_file.
4737         * config/arm/aof.h: Don't include arm.h.
4738         * config/arm/aout.h: Likewise.
4739         * config/arm/coff.h: Don't include semi.h and aout.h.
4740         * config/arm/elf.h: Don't include aout.h.
4741         * config/arm/netbsd.h: Don't include netbsd.h and aout.h.
4742         (TARGET_VERSION): Undef before defining.
4743         (ARM_OS_NAME): Likewise
4744         (TARGET_DEFAULT): Likewise
4745         (TARGET_MEM_FUNCTIONS): Do not need to undefine now.
4746         * config/arm/pe.h: Don't include arm/coff.h.
4747         * config/arm/riscix.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Use
4748         SUBTARGET_CPP_SPEC rather than overiding the arm.h CPP_SPEC definition.
4749         * config/arm/riscix1-1.h: Likewise.
4750         * config/arm/rix-gas.h: Don't include riscix.h.
4751         (DBX_CONTIN_LENGTH): Undef before defining.
4752         * config/arm/semi.h: Don't include aout.h.
4753         * config/arm/semiaof.h: Don't include aof.h.
4754         * config/arm/strongarm-coff.h: Don't include coff.h.
4755         * config/arm/strongarm-pe.h: Don't include strongarm-coff.h and pe.h.
4756         * config/arm/vxarm.h: Don't include arm/coff.h.
4757         * config/arm/xscale-coff.h: Don't include coff.h.
4758
4759 Fri Nov 16 15:22:35 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4760
4761         * config/pa/pa.c: Reflect changes in calling sequences of alter_reg and
4762         emit_cmp_insn.
4763
4764 2001-11-16  Andreas Jaeger  <aj@suse.de>
4765
4766         * cfglayout.c (fixup_fallthru_exit_predecesor): Make void, rename
4767         to ....
4768         (fixup_fallthru_exit_predecessor): ... this.
4769         Change callers and prototype.
4770
4771 2001-11-16  Bernd Schmidt  <bernds@redhat.com>
4772
4773         * config/i386/i386.c (ix86_expand_sse_comi): Generate setcc by
4774         hand; don't use gen_setcc_2.
4775         (ix86_expand_builtin): Fix pshufw.
4776         * config/i386/i386.md (maskncmpv4sf3, vmmmaskncmpv4sf3): Special
4777         case UNORDERED to emit the right assembler instruction.
4778         (mmx_pshufw): Lose operand 2.
4779         (cvtsi2ss): Fix representation.
4780         From Graham Stott:
4781         (mmx_clrdi, sse_clrti, stmxcsr, ldmxcsr): Set memory attribute.
4782
4783 2001-11-16  Joseph S. Myers  <jsm28@cam.ac.uk>
4784
4785         * doc/include/linux-and-gnu.texi: Remove.
4786         * doc/gnu.texi: New.
4787         * doc/gcc.texi: Include gnu.texi instead of linux-and-gnu.texi.
4788         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
4789
4790 2001-11-16  Kazu Hirata  <kazu@hxi.com>
4791
4792         * config/a29k/a29k.c: Fix comment formatting.
4793         * config/a29k/a29k.h: Likewise.
4794         * config/arc/arc.c: Likewise.
4795         * config/arc/arc.h: Likewise.
4796         * config/vax/vax.c: Likewise.
4797         * config/vax/vax.h: Likewise.
4798         * config/we32k/we32k.c: Likewise.
4799         * config/we32k/we32k.h: Likewise.
4800
4801 2001-11-16  Jeff Law  <law@redhat.com>
4802
4803         * unroll.c (copy_loop_body): Initialize JUMP_LABEL field after
4804         creating a new jump insn.
4805
4806 Fri Nov 13 09:06:25 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4807
4808         * expr.c (expand_expr, case ADDR_EXPR): Refine test for when to
4809         copy misaligned data.
4810         * varasm.c (assemble_variable): Set alignment into MEM when changed.
4811
4812 2001-11-16  Graham Stott  <grahams@redhat.com>
4813
4814         * optabs.c (prepare_cmp_insn): Correct lossage in last change fix
4815         OPALIGN type.
4816
4817 2001-11-16  Olivier Hainque <hainque@act-europe.fr>
4818
4819         * except.c: Support for catching a list of types with a single handler
4820         (struct eh_region): Change type and filter to lists for catch regions.
4821         (mark_eh_region): Mark the filter list for GC also.
4822         (expand_start_catch): Always build a list if argument not NULL and
4823         register each type of the list through add_type_for_runtime.
4824         (duplicate_eh_region_1): Change type into type_list for catch regions.
4825         (assign_filter_values): Assign a filter to each type associated with a
4826         catch region. Assign filter for NULL types in a unique entry in the
4827         filter list.
4828         (build_post_landing_pads): Emit compare and jump for each filter of
4829         the list associated with a catch region.
4830         (reachable_next_level): When the type thrown is known, stop the search
4831         as soon as one type within a catch list matches. Also, a handler is
4832         potentially reachable only if at least one of the types it catches
4833         has not been previously caught.
4834         (collect_one_action_chain): Retrieve the filter for a NULL type list
4835         from the first filter list entry. For non NULL type lists, add an
4836         action record for every filter assigned.
4837         * except.h: Reflect changes in comment before expand_start_catch.
4838
4839 Fri Nov 16 07:12:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4840
4841         * expr.c (expand_expr, case ADDR_EXPR): Only copy for misaligned if
4842         BLKmode.
4843
4844 Fri Nov 16 06:37:05 2001  Andreas Tobler  <a.tobler@schweiz.ch>
4845
4846         * config/sparc/sparc.c: Remove ALIGN arg from emit_cmp_insn.
4847
4848 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
4849
4850         * c-lang.c (finish_file): Don't emit static inline functions if
4851         they weren't referenced.
4852
4853 2001-11-15  Stan Shebs  <shebs@apple.com>
4854
4855         * expr.c (expand_expr, case COMPONENT_REF): Fix variable ref.
4856
4857 2001-11-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
4858
4859         * config/s390/s390.md: Remove ALIGN arg from emit_cmp_and_jump_insns
4860         call.
4861         * config/i386/i386.md: Likewise.
4862
4863 Thu Nov 15 21:40:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4864
4865         * timevar.c (rtl.h): Include so get fancy abort.
4866
4867 2001-11-15  Dale Johannesen  <dalej@apple.com>
4868
4869         * config/darwin.h (SELECT_RTX_SECTION):  Force address
4870         initializers into 'const' section
4871         * config/rs6000/rs6000.c (rs6000_emit_cmove):  Fix mode of
4872         if_then_else to match result, not operands
4873
4874 Thu Nov 15 17:57:48 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4875
4876         * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
4877         * emit-rtl.c (change_address): Fix typo in default alignment.
4878         (adjust_address_1): Use mode of NEW, not MODE, when setting size.
4879         * expr.c (highest_pow2_factor, case WITH_RECORD_EXPR): New case.
4880         * rtl.h (REGNO_PTR_FRAME_P): New macro.
4881
4882         * expr.c (store_field): Pass tree instead of max size; callers changed.
4883         Change handling of alignment.
4884         Only copy to_rtx if is TARGET.
4885         (expand_expr_unaligned): Delete; callers now use expand_expr.
4886         (emit_cmp_insn): No longer take ALIGN parm; all callers changed.
4887         (expand_assignment): Change handling of alignment.
4888         Only copy to_rtx if was original.
4889         (get_inner_reference): No longer return alginment; callers changed.
4890         (expand_expr, case COMPONENT_REF): Change handling of alignment.
4891         (expand_expr, case ADDR_EXPR): Make copy if not sufficiently aligned.
4892         (compare_from_rtx): Delete ALIGN parm; all callers changed.
4893         (do_compare_rtx_and_jump): Likewise.
4894         * expr.h: Reflect above changes.
4895         * tree.h: Likewise.
4896         * dwarf2out.c (loc_descriptor_from_tree): Remove ALIGN parameter
4897         to get_inner_reference.
4898         * builtins.c: Remove ALIGN parm in call to emit_cmp_and_jump_insns.
4899         * doloop.c, except.c, explow.c, loop.c, stmt.c, unroll.c: Likewise.
4900         * optabs.c: Likewise.
4901         (prepare_cmp_insn): Now static; remove ALIGN parm.  Callers changed.
4902         (emit_cmp_and_jump_insns): Remove ALIGN parm; all callers changed.
4903         * expmed.c: Remove ALIGN arg from calls to compare_from_rtx,
4904         compare_rtx_and_jump, and emit_cmp_jump_insns.
4905         * fold-const.c: Remove PALIGN in calls to get_inner_reference.
4906         * function.c (assign_stack_temp_for_type): No longer static.
4907         * optabs.h (emit_cmp_insn): Remove ALIGN parm.
4908         (prepare_cmp_insn): Delete declaration.
4909         * rtl.h (assign_stack_temp_for_type): Add declaration.
4910         * config/alpha/alpha.c, config/d30v/d30v.c: Reflect above changes.
4911         * config/clipper/clipper.c, config/h8300/h8300.c: Likewise.
4912         * config/i386/i386.c,config/mips/mips.c: Likewise.
4913         * config/i860/i860.c, config/ia64/ia64.c: Likewise.
4914         * config/rs6000/rs6000.c, config/sh/sh.c: Likewise.
4915
4916 2001-11-15  Stan Shebs  <shebs@apple.com>
4917
4918         * config/rs6000/rs6000.h: Fix a comment typo.
4919         (RTX_COSTS): Sort processor versions better.
4920
4921 2001-11-15  Kazu Hirata  <kazu@hxi.com>
4922
4923         * config/h8300/h8300.md: Fix insn length of bit insns.
4924
4925 2001-11-15  Jason Merrill  <jason@redhat.com>
4926
4927         * dwarf2out.c (dwarf2out_finish): Don't abort because of orphan
4928         DIEs if there were errors in the source.
4929
4930         * config/alpha/alpha-interix.h, config/alpha/elf.h,
4931         config/arm/coff.h, config/i386/djgpp.h, config/i386/i386.c,
4932         config/i386/i386.h, config/i386/sco5.h, config/i960/i960-coff.h,
4933         config/m68k/coff.h, config/m88k/m88k.h, config/m88k/m88k.c,
4934         config/pa/pa64-hpux.h, config/sh/sh.h, config/sparc/litecoff.h,
4935         config/elfos.h, config/lynx.h, config/netware.h,
4936         config/m68hc11/m68hc11.h, config/mcore/mcore-pe.h,
4937         config/s390/linux64.h: Remove definitions of INT_ASM_OP, change
4938         uses to use ASM_LONG.
4939
4940 2001-11-15  Alan Matsuoka  <alanm@redhat.com>
4941
4942         * gensupport.c  process_include : Change call to alloca to
4943         xmalloc.
4944
4945 2001-11-15  Aldy Hernandez  <aldyh@redhat.com>
4946
4947         * config/rs6000/rs6000.md: Use spaces instead of tabs in output
4948         templates.
4949
4950 Thu Nov 15 08:36:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4951
4952         * final.c (alter_subreg): If simplify_subreg can't do anything,
4953         handle REG ourselves and abort for others.
4954
4955 2001-11-15  Richard Hodson  <hodsonr@dionecorp.com>
4956
4957         * config/h8300/h8300.c (dosize): Avoid corrupting R3 in interrupt
4958         routines.
4959
4960 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
4961
4962         * fix-header.c (read_scan_file): Update.
4963
4964 Thu Nov 15 08:36:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4965
4966         * toplev.c (toplev_main): Don't start timing until after
4967         command-line options are parsed.
4968
4969 2001-11-15  Andreas Schwab  <schwab@suse.de>
4970
4971         * config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target
4972         makefile frag, not host makefile frag.
4973         (m88k-dg-dguxbcs*): Add m88k/t-dgux to tmake_file.
4974         (hppa*): Add pa/t-bsd to tmake_file where no special xmake_file is
4975         used.
4976         (hppa*-*-openbsd*): Don't use nonexitent pa/t-openbsd.
4977         * config/m88k/t-dguxbcs: Remove definitions already in t-dgux.
4978         * config/m88k/t-dgux (STMP_FIXPROTO): Define.
4979         * config/i386/t-cygwin (STMP_FIXPROTO): Define.
4980         * config/i386/t-dgux (STMP_FIXPROTO): Define.
4981         * config/x-interix: Don't define STMP_FIXPROTO and
4982         FIXPROTO_DEFINES.
4983         * config/t-interix: New file, define STMP_FIXPROTO.
4984         * config/i386/x-beos (STMP_FIXPROTO): Don't define here.
4985         * config/i386/t-beos (STMP_FIXPROTO): Define here instead.
4986         * config/t-svr4 (FIXPROTO_DEFINES): Define.
4987         * config/arm/t-riscix (FIXPROTO_DEFINES): Define.
4988         * config/i386/t-sco5 (FIXPROTO_DEFINES): Define.
4989         * config/i386/t-sco5gas (FIXPROTO_DEFINES): Define.
4990         * config/m68k/t-hp3200: Renamed from x-hp3200.
4991         * config/i370/t-oe: Renamed from x-oe.
4992         * config/mips/t-iris: Renamed from x-iris.
4993         * config/pa/t-bsd: Renamed from x-pa.
4994         * config/pa/t-pa-hpux: Renamed from x-pa-hpux.
4995         * config/x-linux, config/i386/x-cygwin, config/i386/x-dgux,
4996         config/m88k/x-dgux, config/x-svr4, config/arm/x-riscix,
4997         config/i386/x-sco5, config/m68k/x-hp320g, config/mips/x-iris6,
4998         config/rs6000/x-cygwin: Remove files.
4999
5000         * configure.in: Check for target objdump and use that in eh_frame
5001         optimization test.
5002         * configure: Regenerated.
5003
5004 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
5005
5006         * jump.c (squeeze_notes): Return true if no real insns were found.
5007         * rtl.h (squeeze_notes): Adjust prototype.
5008         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): If
5009         squeeze_notes finds no real instructions, abort.
5010         (merge_blocks_move_successor_nojumps): Likewise.
5011         * loop.c (find_and_verify_loops): Likewise.
5012         * stmt.c (expand_end_case): Likewise.
5013         * ifcvt.c (dead_or_predicable): Return TRUE if squeeze_notes doesn't
5014         find any real instructions.
5015
5016         * config/ia64/ia64.c (ia64_adjust_cost): Handle SUBREGs.
5017
5018         * cfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized
5019         conditional jump, request updating life into for the block
5020         containing it.  Fix a typo which prevented life info update.
5021         Clear blocks bitmap before using it.
5022
5023 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
5024
5025         * c-common.c: Include c-lex.h.
5026         (c_common_lang_init): Change prototype.  Call init_c_lex and
5027         init_pragma from here.
5028         * c-common.h (c_common_lang_init): Change prototype.
5029         * c-decl.c (init_decl_processing): Rename.  Call c_parse_init.
5030         * c-lang.c (c_init): Change prototype.  Update.
5031         (c_init_options): Update.
5032         * c-lex.c (cpp_filename): Remove.
5033         (init_c_lex): Update.  Read the main file, and get the original
5034         file name.
5035         (yyparse): Finish the command line options.
5036         * c-parse.in (c_parse_init): Call init_reswords here.
5037         (init_parse): Remove.
5038         * c-tree.h (c_init_decl_processing): New.
5039         * cpphash.c (_cpp_init_hashtable): After initializing the hash
5040         table, populate it.
5041         * cppinit.c (read_original_filename, cpp_finish_options): New.
5042         (cpp_create_reader): New prototype. Defer hash table initialization.
5043         (cpp_start_read): Rename cpp_read_main_file.  Initialize the
5044         hash table.  Get the original filename.
5045         * cpplib.h (cpp_create_reader): Update.
5046         (cpp_start_read): Remove.
5047         (cpp_read_main_file, cpp_finish_options): New.
5048         * cppmain.c (main, do_preprocessing): Update.
5049         * langhooks.h (struct langhooks): Update init prototype.
5050         * toplev.c (general_init, parse_options_and_default_flags,
5051         process_options, lang_indpendent_init, lang_dependent_init,
5052         init_asm_output): New; perform the bulk of initialization.
5053         (compile_file): Move most of initialization to above functions.
5054         (debug_hooks): Initialize statically.
5055         (set_Wunused): Relocate.
5056         (toplev_main): Move most of initialization to other init functions.
5057         Have a clear logic flow.
5058         * tree.h (init_parse, init_decl_processing): Remove.
5059 objc:
5060         * objc-act.c (objc_init): Update prototype, combine with old
5061         init_parse.
5062         (objc_init_options): Update.
5063
5064
5065 2001-11-15  Andreas Jaeger  <aj@suse.de>
5066
5067         * cfgrtl.c (purge_all_dead_edges): Use int as argument for
5068         portability.
5069         * basic-block.h: Adjust prototype.
5070
5071 2001-11-15  Kazu Hirata  <kazu@hxi.com>
5072
5073         * config/rs6000/aix31.h: Fix comment formatting.
5074         * config/rs6000/beos.h: Likewise.
5075         * config/rs6000/darwin.h: Likewise.
5076         * config/rs6000/eabi.asm: Likewise.
5077         * config/rs6000/linux.h: Likewise.
5078         * config/rs6000/linux64.h: Likewise.
5079         * config/rs6000/lynx.h: Likewise.
5080         * config/rs6000/netbsd.h: Likewise.
5081         * config/rs6000/rs6000.c: Likewise.
5082         * config/rs6000/rs6000.h: Likewise.
5083         * config/rs6000/rs6000.md: Likewise.
5084         * config/rs6000/sol2.h: Likewise.
5085         * config/rs6000/tramp.asm: Likewise.
5086         * config/rs6000/xcoff.h: Likewise.
5087         * config/rs6000/xm-beos.h: Likewise.
5088
5089 2001-11-14  Alan Matsuoka  <alanm@redhat.com>
5090
5091         * rtl.def (INCLUDE) : Define.
5092         * gensupport.c  (init_include_reader, process_include,
5093         save_string) :  New functions to implement an include facility
5094         in .md files.
5095         * gensupport.h : Add prototype for init_md_reader_args.
5096         * genattr.c genattrtab.c gencodes.c genconfig.c genemit.c
5097         genextract.c genflags.c genopinit.c genoutput.c
5098         genpeep.c genrecog.c: Change call to init_md_reader to
5099         init_md_reader_args.
5100         * md.texi: Document (include "path") and -I directives for RTL
5101         generation tools.
5102
5103 2001-11-14  DJ Delorie  <dj@redhat.com>
5104
5105         * integrate.c (get_hard_reg_initial_reg): New.
5106         * integrate.h (get_hard_reg_initial_reg): Prototype.
5107         * local-alloc.c (block_alloc): Don't tie pseudos that
5108         represent call-saved hard regs' initial values.
5109
5110 2001-11-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5111
5112         * m68k/linux.h: Include <linux.h> not "linux.h" to avoid infinite
5113         recursion.
5114
5115 2001-11-14  Roger Sayle <roger@eyesopen.com>
5116
5117         * fold-const.c (fold): Optimize strlen comparisons against zero.
5118
5119 2001-11-14  David O'Brien  <obrien@FreeBSD.org>
5120
5121         * config.gcc (sparc64-wrs-vxworks*, sparc-*-netbsd*, sparc-*-openbsd*,
5122         sparc-*-chorusos*, sparc-*-elf*, sparc-*-linux*aout*,
5123         sparc-*-linux*libc1*, sparc-*-linux*, sparc-*-lynxos*, sparc-*-rtems*,
5124         sparc-*-rtemself*, sparc-hal-solaris2*, sparc-*-solaris2*,
5125         sparc-*-sunos4.0*, sparc-*-sunos4*, sparc-*-sunos3*, sparc-*-sysv4*,
5126         sparc-*-vxsim*, sparclite-*-aout*, sparclite-*-elf*, sparc86x-*-aout*,
5127         sparc86x-*-elf*, sparc64-*-aout*, sparc64-*-elf*, sparc64-*-linux*):
5128         Include various CPU headers via tm_file.  a.out based platforms now
5129         properly include sparc/aout.h.  sol2.h usage now implies including
5130         elfos.h, svr4.h, and sparc/sysv4.h.
5131         * config/netbsd.h (TARGET_MEM_FUNCTIONS): Undef before defining it.
5132         Also define to '1'.
5133         * sparc/sparc.h (CPP_PREDEFINES, TARGET_VERSION, WORD_SWITCH_TAKES_ARG,
5134         SELECT_SECTION, ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP,
5135         DATA_SECTION_ASM_OP, DBX_REGISTER_NUMBER, ASM_OUTPUT_SOURCE_LINE):
5136         Remove.  They are a.out specific and belong in sparc/aout.h.
5137         * sparc/aout.h (TARGET_VERSION, WORD_SWITCH_TAKES_ARG, SELECT_SECTION,
5138         ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
5139         DBX_REGISTER_NUMBER, ASM_OUTPUT_SOURCE_LINE): Define.  Moved here from
5140         sparc/sparc.h.
5141         * sparc/litecoff.h (WORD_SWITCH_TAKES_ARG, ASM_DECLARE_FUNCTION_NAME,
5142         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, DBX_REGISTER_NUMBER): Define.
5143         Moved here from sparc/sparc.h.
5144         * config/sparc/linux-aout.h (DEFAULT_PCC_STRUCT_RETURN): Undef before
5145         defining.
5146         * config/sparc/linux64.h (UNALIGNED_DOUBLE_INT_ASM_OP): Undef before
5147         * config/sparc/lynx.h:  Don't include lynx.h.
5148         (SELECT_SECTION): Do not undef.
5149         * config/sparc/openbsd.h: Don't include sparc/sparc.h.
5150         * config/sparc/sol2-sld-64.h: Include sparc/sparc.h, elfos.h, svr4.h,
5151         and sparc/sysv4.h.
5152         * config/sparc/sol2.h: Don't include sparc/sparc.h and sparc/sysv4.h.
5153         * config/sparc/sp64-aout.h (CPP_PREDEFINES): Don't define.  Get from
5154         sparc/aout.h now.
5155         * config/sparc/sp64-elf.h (DWARF_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO):
5156         Don't undef, there is no need.
5157         * config/sparc/splet.h (CPP_PREDEFINES): Define.
5158         * config/sparc/sun4o3.h (CPP_PREDEFINES): Likewise.
5159         * config/sparc/sunos4.h (CPP_PREDEFINES): Likewise.
5160         Don't include sparc/sparc.h.
5161         * config/sparc/sysv4.h (WORD_SWITCH_TAKES_ARG, ASM_OUTPUT_SOURCE_LINE,
5162         SELECT_SECTION, ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP,
5163         DATA_SECTION_ASM_OP): Don't undef, there is no need now.  Don't include
5164         elfos.h and svr4.h.
5165         (TARGET_VERSION): Define.
5166         * config/sparc/vxsim.h (TARGET_VERSION): Define.
5167
5168 Wed Nov 14 19:46:08 CET 2001  Jan Hubicka  <jh@suse.cz>
5169
5170         * cfglayout.c (fixup_fallthru_exit_predecesor): New static function.
5171         (cfg_layout_finalize): Use it.
5172         * bb-reorder.c (HAVE_epilogue): Remove.
5173         (make_reorder_chain): Do not care special placement of
5174         last basic block.
5175
5176         * predict.c (expected_value_to_br_prob): Delete the note
5177         once transformed.
5178
5179         * c-decl.c (c_expand_body): Fix TV_EXPAND nesting problem;
5180         measure integration time separately.
5181
5182 Wed Nov 14 12:30:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5183
5184         * function.c (struct temp_slot): ALIGN now unsigned.
5185
5186 2001-11-14  Kazu Hirata  <kazu@hxi.com>
5187
5188         * config/dsp16xx/dsp16xx.c: Fix comment formatting.
5189         * config/dsp16xx/dsp16xx.h: Likewise.
5190         * config/dsp16xx/dsp16xx.md: Likewise.
5191
5192 2001-11-14  Kazu Hirata  <kazu@hxi.com>
5193
5194         * config/h8300/h8300.c (get_shift_alg): Reorganize the code
5195         that deals with 7-bit shifts in HImode.
5196
5197 Wed Nov 14 14:17:05 CET 2001  Jan Hubicka  <jh@suse.cz>
5198
5199         * dbxout.c (dbxout_symbol_location): Update call of alter_subreg.
5200         * final.c (walk_alter_subreg): Take pointer; update call of alter_subreg.
5201         (final_scan_insn): Update call of alter_subreg.
5202         (cleanup_subreg_operands): Likewise.
5203         (alter_subreg): Rewrite using simplify_subreg.
5204         (output_address, output_operand): Update call of alter_subreg.
5205         * output.h (alter_subreg): Update prototype.
5206         * sdbout.c (sdbout_symbol): Update call of alter_subreg.
5207         * simplify-rtx.c (simplify_subreg): Copy ORIGINAL_REGNO.
5208         * Makefile.in (final.o): Add dependency on expr.h
5209
5210 Wed Nov 14 06:37:54 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5211
5212         * c-lang.c (finish_file): Make I unsigned to eliminate warning.
5213
5214 2001-11-13  Jeff Sturm  <jsturm@one-point.com>
5215
5216         * doc/install.texi (sparc-*-linux*): Mention requirements for
5217         binutils and glibc.
5218
5219 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
5220
5221         * Makefile.in (POD2MAN): Don't include --section=1.
5222         (manext): Rename to man1ext.  All users changed.
5223         (man7ext): New.
5224         (man7dir): New.
5225         (generated-manpages): Also depend on $(docdir)/gfdl.7,
5226         $(docdir)/gpl.7, and $(docdir)/fsf-funding.7.
5227         ($(docdir)/gcov.1, $(docdir)/cpp.1, $(docdir)/gcc.1): Include
5228         --section=1 in calls to $(POD2MAN).
5229         ($(docdir)/gfdl.7, $(docdir)/gpl.7, $(docdir)/fsf-funding.7): New.
5230         (maintainer-clean, install, uninstall): Handle the new man pages.
5231         ($(docdir)/cpp.info, cpp.dvi): Depend on fdl.texi.
5232         (installdirs): Create man7dir.
5233         * doc/cpp.texi: Include GFDL in this manual.  In the man page,
5234         refer to gfdl(7) for the GFDL.  Apply Front Cover and Back Cover
5235         texts to man page.  Include gpl(7), gfdl(7) and fsf-funding(7) in
5236         the SEE ALSO man page section.
5237         * doc/gcov.texi: Apply GFDL to man page.  Include gpl(7), gfdl(7)
5238         and fsf-funding(7) in the SEE ALSO man page section.
5239         * doc/invoke.texi: Apply GFDL to man page.  Include gpl(7),
5240         gfdl(7) and fsf-funding(7) in the SEE ALSO man page section.
5241         * doc/include/fdl.texi, doc/include/funding.texi,
5242         doc/include/gpl.texi: Adjust for conversion by texi2pod.pl.
5243         * doc/.cvsignore: Add gfdl.7, gpl.7 and fsf-funding.7.
5244
5245 2001-11-13  Richard Henderson  <rth@redhat.com>
5246
5247         * dwarf2asm.c (dw2_force_const_mem): Set PUBLIC or STATIC
5248         as appropriate for the artificial decl.
5249
5250 2001-11-13  Richard Henderson  <rth@redhat.com>
5251
5252         * loop.c (combine_movables): Turn off combination until
5253         move_movables validation bugs are fixed.
5254
5255 2001-11-13  DJ Delorie  <dj@redhat.com>
5256
5257         * config.gcc (powerpc|rs6000): Set default cpp options based
5258         on --with-cpu settings.
5259         * config/rs6000/softfloat.h: New.
5260
5261 2001-11-13  Kazu Hirata  <kazu@hxi.com>
5262
5263         * config/h8300/h8300.c (shift_alg_si): Use special code for
5264         25-bit shifts on H8/S.
5265         (get_shift_alg): Generate special code for 25-bit shifts on
5266         H8/S.
5267
5268 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
5269
5270         * emit-rtl.c (adjust_address_1): Add ADJUST argument.
5271         (adjust_automodify_address_1): New.
5272         * expr.h (adjust_address, adjust_address_nv): Adjust.
5273         (adjust_automodify_address, adjust_automodify_address_nv): Define.
5274         (adjust_address_1): Update prototype.
5275         (adjust_automodify_address_1): Add prototype.
5276         * expr.c (move_by_pieces_1): Use adjust_automodify_address.
5277         (store_by_pieces_2): Likewise.
5278
5279 Tue Nov 13 05:45:40 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5280
5281         * Makefile.in (explow.o): Now depends on ggc.h.
5282         * explow.c (ggc.h): Include.
5283         (set_stack_check_libfunc): Mark stack_check_libfunc as ggc root.
5284
5285         * Makefile.in (expr.o): Depends on insn-attr.h.
5286         * expr.c (insn-attr.h): New include.
5287         (force_operand): If INSN_SCHEDULING, deal with paradoxical SUBREG
5288         of MEM.
5289         (highest_pow2_factor, case INTEGER_CST): Handle negative values.
5290         (expand_expr): Remove unneeded mark_temp_addr_taken calls and
5291         clean up related usage in ADDR_EXPR.
5292         (expand_expr_unaligned): Likewise.
5293
5294         * emit-rtl.c (change_address): Fix typo in alias setting.
5295
5296 2001-11-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5297
5298         * Makefile.in (cfgcleanup.o): Depend on insn-config.h
5299
5300 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5301
5302         PR bootstrap/3451
5303         * c-pragma.c: Rename macros BAD, BAD2, BAD_ACTION to
5304         GCC_BAD, GCC_BAD2, GCC_BAD_ACTION.
5305
5306 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
5307
5308         * config.gcc (sparc-tti-*, sparc64-wrs-vxworks*, sparc-wrs-vxworks*,
5309         sparclite-wrs-vxworks*, sparc-*-aout*, sparc-*-netbsd*,
5310         sparc-*-chorusos*, sparc-*-linux*aout*, sparc-*-linux*libc1*,
5311         sparc-*-linux*, sparc-*-lynxos*, sparc-*-rtemsaout*, sparc-*-rtems*,
5312         sparc-*-rtemself*, sparc-*-solaris2*, sparc-*-sunos3*, sparc-*-sysv4*,
5313         sparc-*-vxsim*, sparclet-*-aout*, sparclite-*-coff*, sparclite-*-aout*,
5314         sparc86x-*-aout*, sparc86x-*-elf*, sparc64-*-aout*, sparc64-*-elf*,
5315         sparc64-*-linux*):  Include various CPU headers via tm_file.
5316         * config/svr3.h (ASM_OUTPUT_IDENT): Undef before defining it.
5317         (SELECT_SECTION): Likewise.
5318         (SELECT_RTX_SECTION): Likewise.
5319         * config/sparc/sparc_bi.h: New file.
5320         * config/sparc/aout.h: Don't include sparc/sparc.h and aoutos.h.
5321         * config/sparc/linux-aout.h: Likewise.
5322         * config/sparc/linux.h: Don't include sparc/sysv4.h.
5323         * config/sparc/linux64.h: Likewise.
5324         (SPARC_BI_ARCH): Don't define.  sparc_bi.h will do it instead.
5325         * config/sparc/lite.h:  Don't include sparc/sparc.h and gofast.h.
5326         * config/sparc/litecoff.h: Don't include sparc/lite.h, svr3.h,
5327         and dbxcoff.h
5328         (ASM_OUTPUT_IDENT): Do not #undef.
5329         (SELECT_SECTION): Likewise.
5330         (SELECT_RTX_SECTION): Likewise.
5331         * config/sparc/liteelf.h: Don't include gofast.h.
5332         * config/sparc/lynx-ng.h: Don't include sparc/sparc.h and lynx-ng.h.
5333         * config/sparc/lynx.h: Don't include sparc/sparc.h.
5334         * config/sparc/pbd.h: Likewise.
5335         * config/sparc/netbsd.h: Don't include sparc/sparc.h and netbsd.h.
5336         * config/sparc/rtems.h: Don't include sparc/aout.h and rtems.h.
5337         * config/sparc/rtemself.h: Don't include rtems.h.
5338         * config/sparc/sol2-64.h: Don't include sparc/sol2-sld-64.h.
5339         * config/sparc/sol2-sld-64.h (SPARC_BI_ARCH): Don't define, include
5340         sparc_bi.h instead.
5341         * config/sparc/sol2-sld.h: Don't include sparc/sol2.h.
5342         * config/sparc/sol2.h: Include sparc/sparc.h directly.
5343         * config/sparc/sp64-aout.h: Don't include sparc/sparc.h and aoutos.h.
5344         * config/sparc/sp64-elf.h: Don't include sparc/sol2.h.
5345         * config/sparc/sp86x-aout.h: Don't include sparc/sparc.h and gofast.h.
5346         * config/sparc/sp86x-elf.h: Don't include gofast.h.
5347         * config/sparc/splet.h: Don't include sparc/aout.h.
5348         * config/sparc/sun4o3.h: Don't include sparc/sparc.h.
5349         * config/sparc/sysv4.h: Don't include sparc/sparc.h directly.
5350         * config/sparc/vxsim.h: Don't include sparc/sysv4.h.
5351         * config/sparc/vxsparc.h: Don't include sparc/aout.h and gofast.h.
5352         * config/sparc/vxsparc64.h: Don't include gofast.h.
5353         (SPARC_BI_ARCH): Don't define.  sparc_bi.h will do it instead.
5354
5355 2001-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5356
5357         * doc/standards.texi: Mention C99 TC1.
5358
5359 2001-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5360
5361         * mips-protos.h (mips_output_conditional_branch): Const-ify.
5362         * mips.c (mips_output_conditional_branch): Likewise.
5363
5364 2001-11-12  Kazu Hirata  <kazu@hxi.com>
5365
5366         * config/h8300/h8300.c (shift_alg_si): Use special code for
5367         15-bit logical shifts and 31-bit logical shifts.
5368         (get_shift_alg): Generate special code for 15-bit and 31-bit
5369         logical shifts.
5370
5371 2001-11-12  Kazu Hirata  <kazu@hxi.com>
5372
5373         * config/h8300/h8300.c (shift_alg_qi): Use rotations when
5374         doing 6-bit logical shifts on H8/S.
5375         (shift_alg_qi): Use special code for 21-bit shifts on H8/S.
5376         (get_shift_alg): Generate special code for 21-bit shifts on
5377         H8/S.
5378
5379 2001-11-12  Kazu Hirata  <kazu@hxi.com>
5380
5381         * config/h8300/h8300.c (get_shift_alg): Remove a redundant
5382         label.
5383
5384 Mon Nov 12 11:58:26 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5385
5386         * alias.c (nonoverlapping_memrefs_p): Only update size from memref
5387         if both size and offset known.
5388
5389 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
5390
5391         * config/ia64/freebsd.h: Fix misspelling.
5392
5393 2001-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5394
5395         * doc/gcc.texi: Move several chapters out to ...
5396         * doc/configterms.texi, doc/fragments.texi, doc/hostconfig.texi,
5397         doc/include/linux-and-gnu.texi, doc/interface.texi,
5398         doc/makefile.texi, doc/passes.texi, doc/portability.texi:
5399         ... here.  New files.
5400         * doc/gcc.texi, doc/contrib.texi: Move section headings into
5401         contrib.texi.
5402         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
5403
5404 2001-11-12  Kazu Hirata  <kazu@hxi.com>
5405
5406         * config/alpha/alpha-interix.h: Fix comment formatting.
5407         * config/alpha/alpha.c: Likewise.
5408         * config/alpha/alpha.h: Likewise.
5409         * config/alpha/alpha32.h: Likewise.
5410         * config/alpha/freebsd.h: Likewise.
5411         * config/alpha/unicosmk.h: Likewise.
5412         * config/alpha/vms.h: Likewise.
5413
5414 2001-11-12  Kazu Hirata  <kazu@hxi.com>
5415
5416         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
5417
5418 2001-11-12  Jakub Jelinek  <jakub@redhat.com>
5419
5420         * dbxout.c (dbxout_symbol_location): Avoid emitting invalid register
5421         numbers.
5422
5423 Mon Nov 12 05:18:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5424
5425         * emit-rtl.c (set_mem_attributes): If making object, can set alignment
5426         from type.
5427         (replace_equiv_address): Call update_temp_slot_address.
5428
5429         * dwarf2out.c (loc_descriptor_from_tree, case COMPOUND_EXPR): New case.
5430
5431         * alias.c (nonoverlapping_memrefs_p): Handle DECL_RTL being a CONCAT.
5432
5433 2001-11-12  Kazu Hirata  <kazu@hxi.com>
5434
5435         * config/h8300/h8300.c (shift_alg_qi): New.
5436         (shift_alg_hi): Likewise.
5437         (shift_alg_si): Likewise.
5438         (get_shift_alg): Change the type of count to unsigned int.
5439         Use the tables.
5440
5441 2001-11-11  Alexandre Oliva  <aoliva@redhat.com>
5442
5443         * Makefile.in (c-lang.o): Depend on $(VARRAY_H).
5444         * c-decl.c (c_expand_body): Take argument can_defer_p.  Use it
5445         to decide whether to defer a function.
5446         (finish_function): Adjust.
5447         (c_expand_deferred_function): New function.
5448         * c-lang.c (deferred_fns): New variable.
5449         (c_init): Initialize it, and mark it as a root.
5450         (defer_fn): New function.
5451         (finish_file): Expand all deferred functions.
5452         * c-tree.h (defer_fn): Declare.
5453         (c_expand_deferred_function): Likewise.
5454         * objc/Make-lang.in (objc-act.o): Depend on $(VARRAY_H).
5455         * objc-act.c (deferred_fns): New variable.
5456         (objc_init): Initialize it, and mark it as a root.
5457         (defer_fn): New function.
5458         (finish_file): Expand all deferred functions.
5459
5460 2001-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5461
5462         * alpha.c (unicosmk_special_name): Prototype.
5463         (unicosmk_ssib_name): Delete unused variable.
5464         * alpha/unicosmk.h (common_section, ssib_section): Prototype.
5465         * alpha/vms.h (PREFIX): Undef before defining.
5466         * arm/pe.h (SUBTARGET_NAME_ENCODING_LENGTHS): Likewise.
5467         * i370/i370.c (mvs_hash_alias): Prototype.  Wrap with macro
5468         controlling usage.  Const-ify.
5469         (alias_number): Delete unused variable.
5470         * m32r/m32r.c (m32r_sched_init): Add missing argument.
5471         (m32r_expand_block_move): Fix uninitialized warnings.
5472         * mn10300/mn10300.h (REGNO_IN_RANGE_P): Fix 'unsigned >=0 is
5473         always true' warnings.
5474         * openbsd.h (TARGET_MEM_FUNCTIONS): Don't redefine.
5475         * sh/sh.c: Include "integrate.h".
5476         (output_far_jump): Fix uninitialized warning.
5477         * final.c (shorten_branches): Avoid automatic aggregate
5478         initialization.
5479         * integrate.c (subst_constants): Likewise.
5480
5481 2001-11-11  Kazu Hirata  <kazu@hxi.com>
5482
5483         * config/h8300/h8300.c (shift_alg): Remove SHIFT_MAX.
5484         (get_shift_alg): Remove redundant code.
5485
5486 2001-11-11  Kazu Hirata  <kazu@hxi.com>
5487
5488         * config/pa/milli64.S: Fix comment formatting.
5489         * config/pa/pa-64.h: Likewise.
5490         * config/pa/pa-linux.h: Likewise.
5491         * config/pa/pa-protos.h: Likewise.
5492         * config/pa/pa.c: Likewise.
5493         * config/pa/pa.h: Likewise.
5494         * config/pa/pa32-linux.h: Likewise.
5495         * config/pa/pa32-regs.h: Likewise.
5496         * config/pa/pa64-hpux.h: Likewise.
5497         * config/pa/pa64-regs.h: Likewise.
5498         * config/pa/som.h: Likewise.
5499
5500 2001-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
5501
5502         * doc/gcc.texi: Move several chapters out to ...
5503         * doc/bugreport.texi, doc/contribute.texi, doc/frontends.texi,
5504         doc/service.texi, doc/standards.texi, doc/trouble.texi,
5505         doc/vms.texi: ... here.  New files.
5506         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
5507
5508 2001-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
5509
5510         * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,
5511         cfg.c, cfganal.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c,
5512         collect2.c, combine.c, config.in, configure, configure.in,
5513         conflict.c, dwarf2out.c, dwarfout.c, except.c, final.c, flow.c,
5514         genattrtab.c, ggc-page.c, jump.c, lcm.c, predict.c, reg-stack.c,
5515         reload1.c, rtlanal.c, sched-rgn.c, toplev.c, unwind-dw2-fde.h: Fix
5516         spelling errors.
5517
5518 Sun Nov 11 05:56:01 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5519
5520         * config/rs6000/rs6000.c (rs6000_hash_constant, toc_hash_eq):
5521         Adjust operand number in CONST_DOUBLE.
5522
5523         * expmed.c (extract_bit_field): No longer pass in alignment.
5524         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
5525         (store_bit_field, store_fixed_bit_field, store_split_bit_field):
5526         Likewise.
5527         * expr.c (store_constructor, store_constructor_field): Likewise.
5528         (store_field, emit_group_load, emit_group_store): Likewise.
5529         * expr.h (emit_group_load, emit_group_store): Delete ALIGN parm.
5530         (store_bit_field, extract_bit_field): Likewise.
5531         * calls.c, expr.c, function.c: Change calls to above functions.
5532         * ifcvt.c, stmt.c: Likewise.
5533
5534         * alias.c (nonoverlapping_memrefs_p): Not overlapping if one base is
5535         constant and one is on frame.
5536         If know memref offset, adjust size from decl.
5537
5538 2001-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5539
5540         * alpha/unicosmk.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Fix
5541         format specifier warning.
5542         * convex.h (ASM_OUTPUT_BYTE): Likewise.
5543         * elfos.h (ALIGN_ASM_OP): Undef before defining.
5544         * i386/att.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
5545         warning.
5546         * i386/bsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5547         * i386/gas.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5548         * i386-interix.h (gen_stdcall_suffix): Prototype.
5549         * i386.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
5550         * i386elf.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
5551         ASM_OUTPUT_LONG_DOUBLE): Likewise.
5552         * i386/interix.c (gen_stdcall_suffix): Const-ify.
5553         * i386/next.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
5554         ASM_OUTPUT_FLOAT, ASM_GENERATE_INTERNAL_LABEL): Fix format
5555         specifier warnings.
5556         * i386/osfrose.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5557         * i386/ptx4-i.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
5558         ASM_OUTPUT_LONG_DOUBLE): Likewise.
5559         * i386/sco5.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5560         * i386/sequent.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5561         * i386/sun386.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5562         * i386/svr3dbx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5563         * m68k/3b1.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_LONG_DOUBLE,
5564         ASM_OUTPUT_FLOAT, ASM_GENERATE_INTERNAL_LABEL): Likewise.
5565         * m68k/altos3068.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
5566         * m68k/amix.h (ASM_OUTPUT_ASCII, ASM_GENERATE_INTERNAL_LABEL):
5567         Likewise.
5568         * m68k/atari.h (ASM_OUTPUT_ASCII, ASM_GENERATE_INTERNAL_LABEL):
5569         Likewise.
5570         * m68k/crds.h (ASM_OUTPUT_DOUBLE, PRINT_OPERAND): Likewise.
5571         * m68k/dpx2.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
5572         ASM_OUTPUT_FLOAT, ASM_OUTPUT_BYTE, ASM_OUTPUT_FLOAT_OPERAND):
5573         Likewise.
5574         * m68k/hp320.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_BYTE):
5575         Likewise.
5576         * m68k.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_BYTE):
5577         Likewise.
5578         * m68k/m68kv4.h (ASM_OUTPUT_ASCII): Delete unused variable.
5579         * m68k/mot3300.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
5580         * m68k/news.h (PRINT_OPERAND): Likewise.
5581         * m68k/next.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
5582         ASM_OUTPUT_FLOAT_OPERAND, ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
5583         * m68k/next21.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
5584         * m68k/plexus.h (ASM_SPEC): Insert space between macro name and
5585         definition.
5586         * m68k/sgs.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
5587         ASM_OUTPUT_FLOAT, ASM_OUTPUT_ASCII, ASM_OUTPUT_FLOAT_OPERAND,
5588         ASM_OUTPUT_DOUBLE_OPERAND): Fix format specifier warnings.
5589         * m68k/sun3.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
5590         * m68k/tower-as.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_DOUBLE,
5591         ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_FLOAT, ASM_OUTPUT_BYTE,
5592         PRINT_OPERAND): Likewise.
5593         * m88k/m88k.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_BYTE):
5594         Likewise.
5595         * mips/elf.h (PUT_SDB_SIZE, ASM_DECLARE_OBJECT_NAME): Likewise.
5596         * mips/elf64.h (PUT_SDB_SIZE, ASM_DECLARE_OBJECT_NAME): Likewise.
5597         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
5598         * mips/linux.h (ASM_DECLARE_OBJECT_NAME): Likewise.
5599         * mips.c (mips_output_external_libcall): Mark parameter with
5600         ATTRIBUTE_UNUSED.
5601         (mips_asm_file_start): Move variable into the scope where it's
5602         used.
5603         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
5604         * mips/netbsd.h (ASM_DECLARE_OBJECT_NAME): Likewise.
5605         * mips/sni-gas.h (PUT_SDB_SIZE): Likewise.
5606         * ns32k/encore.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5607         * ns32k.c (print_operand): Likewise.
5608         * pa.c (print_operand, output_div_insn): Likewise.
5609         * pa.h (ASM_OUTPUT_MI_THUNK, ASM_GENERATE_INTERNAL_LABEL,
5610         ASM_OUTPUT_BYTE, PRINT_OPERAND_ADDRESS): Likewise.
5611         * pa/pa64-hpux.h (UNIQUE_SECTION): Const-ify.
5612         * sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Fix format
5613         specifier warnings.
5614         * sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5615         * sparc/pbd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5616         (ASM_OUTPUT_SOURCE_LINE): Don't list macro arguments in undef.
5617         * sparc/vxsim.h (ASM_GENERATE_INTERNAL_LABEL): Fix format
5618         specifier warnings.
5619         * svr3.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5620
5621         * sdbout.c (sdbout_end_epilogue): Mark parameter with
5622         ATTRIBUTE_UNUSED.
5623         * varasm.c (assemble_global): Likewise.
5624
5625 2001-11-11  H.J. Lu <hjl@gnu.org>
5626
5627         * config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips.
5628
5629 Sun Nov 11 01:26:00 CET 2001  Jan Hubicka  <jh@suse.cz>
5630
5631         * final.c (*_MAX_SKIP): Use *_max_skip variables.
5632         * flags.h (align_loops_max_skip, align_jumps_max_skip,
5633         align_labels_max_skip): New global variables.
5634         * toplev.c (align_loops_max_skip, align_jumps_max_skip,
5635         align_labels_max_skip): New global variables.
5636         (toplev_main): Set new variables.
5637         * i386.c (override_options): Set max_skip values.
5638
5639 2001-11-10  Geoffrey Keating  <geoffk@redhat.com>
5640
5641         * doc/tm.texi (Label Output): Document ASM_OUTPUT_LABEL_REF.
5642         * final.c (output_addr_const): Use ASM_OUTPUT_LABEL_REF.
5643         * config/stormy16/stormy16.c (xstormy16_print_operand): For '%C',
5644         don't print an @fptr for labels either.
5645         (xstormy16_output_addr_vec): Don't print @fptr here.
5646         * config/stormy16/stormy16.h (ASM_OUTPUT_LABEL_REF): New macro.
5647
5648 Sat Nov 10 08:50:50 2001  Jeffrey A Law  (law@cygnus.com)
5649
5650         * ssa-ccp.c (examine_flow_edges): Use old-style definition, not
5651         an ANSI/ISO definitino.
5652         (ssa_const_prop): Likewise.
5653
5654 2001-11-10  Aldy Hernandez  <aldyh@redhat.com>
5655
5656         * config/rs6000/rs6000.c (rs6000_reg_names): Remove leading "v" or
5657         altivec registers.
5658
5659 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5660
5661         * cppexp.c (parse_number): Use ISXDIGIT/hex_value.
5662         * cpplex.c (hex_digit_value): Use hex_p/hex_value.
5663         * cppmain.c (general_init): Call hex_init.
5664         * tradcif.y (parse_number): Use TOLOWER/ISXDIGIT/hex_value/hex_p.
5665
5666         * config.gcc (i[34567]86-dg-dgux*): Don't set `out_file'.
5667
5668         * i386/dgux.h (ASM_FILE_START): Set to the meaningful portions
5669         of dgux.c:output_file_start().
5670
5671         * i386/dgux.c: Delete file.
5672
5673 2001-11-09  Richard Henderson  <rth@redhat.com>
5674
5675         * config/alpha/alpha.c (decl_in_text_section): New.
5676         (current_file_function_operand): Use it.
5677         (alpha_encode_section_info, alpha_end_function): Likewise.
5678
5679 2001-11-07  David O'Brien  <obrien@FreeBSD.org>
5680
5681         * config.gcc: Add FreeBSD/IA-64 target. Expand config/i64/elf.h headers.
5682         * config/i64/ia64.h (TARGET_VERSION,ASM_SPEC,LINK_SPEC): Remove,
5683         they are OS specific.  Use CPP_CPU_SPEC rather than CPP_PREDEFINES,
5684         so OS specific files and use CPP_PREDEFINES for their needs.
5685         * config/i64/elf.h (TARGET_VERSION): Add.  Also, move inclusion of
5686         target headers to tm_file.
5687         * config/ia64/aix.h (TARGET_VERSION): Likewise.
5688         * config/ia64/hpux.h (TARGET_VERSION): Likewise.
5689         * config/ia64/linux.h (TARGET_VERSION): Likewise.
5690         (FUNCTION_PROFILER): Remove.
5691         * config/ia64/ia64.h (FUNCTION_PROFILER): Update definition using the
5692         version in config/ia64/linux.h.
5693         * config/ia64/freebsd.h: New file.
5694         * config/freebsd.h: Tidy up.
5695         (_USING_CONFIG_FREEBSD): Define.
5696         (FBSD_CPP_PREDEFINES): Add __KPRINTF_ATTRIBUTE__.
5697         (FBSD_CPP_SPEC): Define generic FreeBSD spec.
5698         (FBSD_STARTFILE_SPEC): Likewise.
5699         (FBSD_ENDFILE_SPEC): Likewise.
5700         (FBSD_LIB_SPEC): Likewise.
5701         (WCHAR_UNSIGNED): Undefine, FreeBSD's wchars are signed.
5702         (USER_LABEL_PREFIX): Define to ELF compatible value as some CPU headers
5703         set an ELF-improper one.
5704
5705 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5706
5707         * pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a
5708         constant can be loaded in a single instruction to a register.  When
5709         loading immediate constants, use PLUS instead of HIGH/LO_SUM.  Use
5710         depdi for insertion of most significant 32-bits on 64-bit hosts.
5711         * pa.h (LEGITIMATE_CONSTANT_P): Accept constants that can be built
5712         with ldil/ldo/depdi instruction sequence on 64-bit hosts.
5713         * pa.md: New addmove pattern for adding constant_int to HImode
5714         register and moving result to HImode register.  Remove HImode HIGH
5715         and LO_SUM patterns.
5716
5717 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5718
5719         * Makefile.in: Update.
5720         * c-decl.c (print_lang_decl, print_lang_type): Remove.
5721         (print_lang_identifier): Rename c_print_identifier.
5722         * c-lang.c (LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
5723         (print_lang_statistics, lang_print_xnode): Remove.
5724         * c-parse.in (set_yydebug): Rename c_set_yydebug.
5725         * c-tree.h (c_set_yydebug, c_print_identifier): New.
5726         * langhooks-def.h (lhd_print_tree_nothing, lhd_set_yydebug): New.
5727         LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
5728         LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
5729         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
5730         (LANG_HOOKS_INITIALIZER): Update.
5731         * langhooks.h (struct lang_hooks): New members.
5732         (lang_print_tree_hook): New.
5733         * langhooks.c (lhd_print_tree_nothing, lhd_set_yydebug): New.
5734         * print-tree.c: Include langhooks.h.
5735         (print_node): Update.
5736         * toplev.c (decode_d_option): Update.
5737         * tree.c: Include langhooks.h.
5738         (dump_tree_statistics): Update.
5739         * tree.h (print_lang_statistics, print_lang_decl, print_lang_type,
5740         print_lang_identifier, set_yydebug, lang_print_xnode): Remove.
5741 objc:
5742         * objc-act.c (LANG_HOOKS_PRINT_IDENTIFIER,
5743         LANG_HOOKS_SET_YYDEBUG): Override.
5744         (lang_print_xnode, print_lang_statistics): Remove.
5745
5746 2001-11-09  Richard Henderson  <rth@redhat.com>
5747
5748         * dwarf2asm.c (dw2_force_const_mem): Invoke STRIP_NAME_ENCODING
5749         on the symbol string.
5750
5751 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5752
5753         * pa/elf.h (ASM_DECLARE_FUNCTION_NAME,
5754         ASM_OUTPUT_EXTERNAL_LIBCALL): Undef before defining.
5755         * config.gcc (hppa1.1-*-rtems*): Remove duplicate clause.
5756
5757         * clipper.h (ASM_OUTPUT_REG_POP): Fix typo.
5758
5759         * tlink.c (recompile_files): Copy strings passed to `putenv'.
5760
5761 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
5762
5763         * tree.h (TYPE_VOLATILE): Trap use not on TYPEs.
5764         (TYPE_READONLY): Likewise.
5765
5766         * flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.
5767
5768         * config/stormy16/stormy16.h (ASM_SPEC): Revert last change,
5769         don't pass --gdwarf2 to the assembler if the compiler will also
5770         provide debug info.
5771
5772         * config/stormy16/stormy16.c (xstormy16_expand_casesi):
5773         Don't change INDEX.
5774
5775 Fri Nov  9 17:51:09 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5776
5777         * alias.c (nonoverlapping_memrefs_p): New function.
5778         (true_dependence, canon_true_depenence, write_dependence_p): Call it.
5779
5780         * emit-rtl.c (set_mem_attributes): Get alignments for constants.
5781
5782 2001-11-09  Aldy Hernandez  <aldyh@redhat.com>
5783
5784         * rs6000.h (REG_CLASS_CONTENTS): Add VRSAVE bit to ALL_REGS.
5785         (CONDITIONAL_REGISTER_USAGE): Disable AltiVec registers unless
5786         generating altivec code.
5787         (FIXED_REGISTERS): VRSAVE is fixed.
5788         (CALL_USED_REGISTERS): VRSAVE is call used.
5789
5790 2001-11-09  Jason Eckhardt  <jle@rice.edu>
5791
5792         * config/mips/mips.c (mips_output_conditional_branch): Do not hard
5793         code the branch target as ".+16/.+12", but rather use labels.
5794
5795 Fri Nov  9 11:27:42 2001  Jeffrey A Law  (law@cygnus.com)
5796
5797         * config/pa/milli64.S: Use %r25 and %r0 instead of arg1 and r0
5798         to work around limitations of certain versions of GAS.
5799
5800         * pa.md (mulsi3): Remove PA64 hack to work around SUBREG issues.
5801         (muldi3): Update due to SUBREG_BYTE changes.
5802         (casesi): Similarly.
5803
5804 2001-11-09  Zack Weinberg  <zack@codesourcery.com>
5805
5806         * doc/invoke.texi: Remove comment referring to -xf77-version.
5807
5808 2001-11-09  Kazu Hirata  <kazu@hxi.com>
5809
5810         * config/convex/convex.c: Fix comment formatting.
5811         * config/convex/convex.h: Likewise.
5812
5813 2001-11-08  Zack Weinberg  <zack@codesourcery.com>
5814
5815         * Makefile.in (.po.pox): Look both in srcdir and builddir
5816         for $(PACKAGE).pot.
5817         (po/$(PACKAGE).pot): Don't move-if-change the new potfile over
5818         to the source directory.
5819
5820 2001-11-09 Ben Elliston  <bje@redhat.com>
5821            Michael Meissner  <meissner@redhat.com>
5822            Andrew MacLeod  <amacleod@redhat.com>
5823            Richard Henderson  <rth@redhat.com>
5824            Nick Clifton  <nickc@redhat.com>
5825            Catherine Moore  <clm@redhat.com>
5826
5827         * m32r.c: Add support for m32rx processor.
5828         * m32r.h: Ditto.
5829         * m32r.md: Ditto.
5830         * t-m32r: Ditto.
5831         * m32r-protos.h: Add prototypes for m32rx functions.
5832         * doc/invoke.texi: Document -m32rx option.
5833
5834 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
5835
5836         * config/sparc/sparc.md (movdf): Avoid calling validize_mem during
5837         or after reload.
5838
5839 2001-11-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5840
5841         * doc/install.texi2html: Use $MAKEINFO --no-split.
5842
5843 2001-11-09  Andreas Schwab  <schwab@suse.de>
5844
5845         * Makefile.in ($(HOST_PREFIX_1)rtl.o,
5846         $(HOST_PREFIX_1)print-rtl.o, $(HOST_PREFIX_1)bitmap.o,
5847         $(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o,
5848         $(HOST_PREFIX_1)strstr.o, $(HOST_PREFIX_1)errors.o,
5849         $(HOST_PREFIX_1)ggc-none.o): Update dependencies.
5850
5851 2001-11-09  H.J. Lu <hjl@gnu.org>
5852
5853         * config/mips/mips.c (mips_output_function_prologues): Cast
5854         `tsize' to long for output.
5855
5856 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5857
5858         * c-lang.c (LANG_HOOKS_NAME): New.
5859         (lang_hooks): Constify.
5860         (c_init_options): Update.
5861         (lang_identify): Remove.
5862         * c-parse.in (language_string): Remove.
5863         * dbxout.c: Include langhooks.h.
5864         (dbxout_symbol_location): Update.
5865         * dwarf2out.c: Include langhooks.h.
5866         (gen_compile_unit_die): Update.
5867         * dwarfout.c: Include langhooks.h.
5868         (prototyped_attribute, output_compile_unit_die): Update.
5869         * langhooks-def.h (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): New.
5870         (LANG_HOOKS_INITIALIZER): Update.
5871         * langhooks.h (struct lang_hooks): New members.  Constify.
5872         * stringpool.c: Don't include toplev.h.
5873         (set_identifier_size): Remove.
5874         * toplev.c (toplev_main): Initialize identifier size.
5875         (print_version): Update.
5876         * tree.h (language_string, init_lex, lang_identify,
5877         set_identifier_size): Remove.
5878         * Makefile.in: Update dependencies.
5879         * config/darwin.c: Include langhooks.h.
5880         (func_name_maybe_scoped): Update.
5881         * config/darwin.h (ASM_END_FILE): Update.
5882         * config/nextstep.h (ASM_END_FILE): Update.
5883         * config/nextstep21.h (ASM_END_FILE): Update.
5884         * config/i386/sun386.h (ASM_END_FILE): Update.
5885         * config/rs6000/rs6000.c (ASM_END_FILE): Include langhooks.h.
5886         (rs6000_output_function_epilogue): Update.
5887 objc:
5888         * objc-act.c (LANG_HOOKS_NAME): Override.
5889         (struct lang_hooks): Constify.
5890         (objc_init_options): Update.
5891         (lang_identify): Remove.
5892
5893 Fri Nov  9 00:25:18 EST 2001  John Wehle  (john@feith.com)
5894
5895         * fold-const.c (lshift_double): Honor PREC.
5896         (rshift_double): Likewise.
5897
5898 2001-11-08  Kazu Hirata  <kazu@hxi.com>
5899
5900         * config/1750a/1750a.c: Fix comment formatting.
5901         * config/1750a/1750a.h: Likewise.
5902
5903 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
5904
5905         * configure.in (--enable-languages): Be more permissive about
5906         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
5907         * configure: Regenerated.
5908
5909 2001-11-08  Richard Henderson  <rth@redhat.com>
5910
5911         * dwarf2asm.c (dw2_force_const_mem): Fix typo.
5912
5913 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
5914
5915         * config.gcc: Rename stormy16 to xstormy16.
5916         * config/stormy16/stormy-abi: Likewise.
5917         * config/stormy16/stormy16-protos.h: Likewise.
5918         * config/stormy16/stormy16.c: Likewise.
5919         * config/stormy16/stormy16.h: Likewise.
5920         * config/stormy16/stormy16.md: Likewise.
5921
5922 2001-11-06  Geoffrey Keating  <geoffk@redhat.com>
5923
5924         * tree.h (TYPE_VOLATILE): Add enable-checking code.
5925         (TYPE_READONLY): Likewise.
5926
5927 Thu Nov  8 18:00:55 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5928
5929         * reload1.c (reload): Don't delete equiv insn if can throw.
5930
5931         * expr.c (emit_block_move): If X is readonly emit CLOBBER for it.
5932         (clear_storage): Likewise, for OBJECT.
5933
5934 Thu Nov  8 16:23:51 2001  Jeffrey A Law  (law@cygnus.com)
5935
5936         * pa.c (emit_move_sequence): Fix SUBREG expression to
5937         use proper byte offset when extending a constant from
5938         SImode to DImode.
5939
5940 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
5941
5942         * cfgrtl.c (purge_dead_edges): Remove REG_EH_REGION note for insns
5943         which cannot throw.
5944
5945 Thu Nov  8 18:00:55 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5946
5947         * explow.c (convert_memory_address, case SUBREG): Only return
5948         inner object if SUBREG_PROMOTED_VAR_P or known to be pointer.
5949
5950 2001-11-08  Richard Henderson  <rth@redhat.com>
5951
5952         * Makefile.in (GCC_FOR_TARGET): Add build_tooldir/sys-include.
5953         (CROSS_SYSTEM_HEADER_DIR): Use build_tooldir not tooldir.
5954         (ORDINARY_FLAGS_TO_PASS, stmp-fixinc): Likewise.
5955
5956 2001-11-08  Aldy Hernandez  <aldyh@redhat.com>
5957
5958         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -maltivec.
5959
5960 2001-11-08  Jakub Jelinek  <jakub@redhat.com>
5961
5962         * dwarf2out.c (debug_str_hash): New.
5963         (struct indirect_string_node): New.
5964         (struct dw_val_struct): Change type of val_str to it.
5965         (DEBUG_STR_SECTION_FLAGS): Define.
5966         (add_AT_string): Push string into hashtable, increment reference
5967         counter.
5968         (AT_string): Return string from ht_identifier.
5969         (AT_string_form): New.
5970         (free_AT): For dw_val_class_str, just decrement reference counter.
5971         (size_of_string): Remove.
5972         (size_of_die): Use AT_string_form to decide what size the string
5973         occupies in DIE.
5974         (size_of_pubnames): Use strlen instead of size_of_string.
5975         (value_format): Use AT_string_form for dw_val_class_str.
5976         (output_die): Output DW_FORM_strp strings using
5977         dw2_asm_output_offset.
5978         (indirect_string_alloc, output_indirect_string): New.
5979         (dwarf2out_finish): Emit .debug_str strings if there are any.
5980
5981 2001-11-08  Andreas Franck  <afranck@gmx.de>
5982
5983         * configure.in: Add AC_ARG_PROGRAM to support program name
5984         transformation with --program-prefix, --program-suffix and
5985         --program-transform-name.
5986         * configure: Regenerated.
5987         * Makefile.in (GCC_INSTALL_NAME, CPP_INSTALL_NAME,
5988         PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
5989         GCCBUG_INSTALL_NAME, GCC_CROSS_NAME, CPP_CROSS_NAME,
5990         PROTOIZE_CROSS_NAME, UNPROTOIZE_CROSS_NAME): Handle
5991         program_transform_name the way suggested by autoconf.
5992         (GCC_TARGET_INSTALL_NAME): Define.
5993         (install-driver): Use the transformed target alias name.
5994
5995 2001-11-08  Richard Henderson  <rth@redhat.com>
5996
5997         * config/mips/mips.c (save_restore_insns): Remove GP from the
5998         restore registers mask early instead of special casing it inside
5999         the loop.
6000
6001 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6002
6003         * cp/decl.c (shadow_warning): New function.
6004         (pushdecl): Improve -Wshadow warnings.  Don't give both a warning
6005         and an error when a block scope decl shadows a parameter.
6006
6007 2001-11-08  Richard Henderson  <rth@redhat.com>
6008
6009         * config/fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST
6010         case as well.
6011
6012 2001-11-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6013
6014         * pa.md (negdf2, negsf2): Use multiplication rather than subtraction
6015         to implement floating negation on processors prior to PA 2.0.
6016
6017 2001-11-08  Jakub Jelinek  <jakub@redhat.com>
6018
6019         * dwarf2asm.c (mark_indirect_pool_entry, mark_indirect_pool): New.
6020         (USE_LINKONCE_INDIRECT): Define.
6021         (dw2_output_indirect_constant_1): Try to output indirect constants
6022         into linkonce sections if possible.
6023         (dw2_force_const_mem): Likewise.  Register indirect_pool with GGC.
6024         (dw2_output_indirect_constants): Likewise.
6025
6026 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
6027
6028         * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave.
6029
6030 2001-11-07  Neil Booth  <neil@daikokuya.demon.co.uk>
6031
6032         * c-decl.c (pushdecl): Remove file and line.
6033         * c-typeck.c (pop_init_level): Remove size.
6034
6035 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
6036
6037         * doc/invoke.texi: Add -maltivec, -mno-altivec, and -mabi=altivec
6038         for rs6000.
6039
6040         * config/rs6000/rs6000.h (MASK_ALTIVEC): New.
6041         (TARGET_ALTIVEC): New.
6042         (TARGET_SWITCHES): Add altivec.
6043         (FIRST_PSEUDO_REGISTER): Change to 109.
6044         (CALL_USED_REGISTERS): Same.
6045         (FIRST_ALTIVEC_REGNO): New.
6046         (LAST_ALTIVEC_REGNO): New.
6047         (ALTIVEC_REGNO_P): New.
6048         (UNITS_PER_ALTIVEC_WORD): New.
6049         (ALTIVEC_VECTOR_MODE): New.
6050         (FIXED_REGISTERS): Add altivec registers.
6051         (REG_ALLOC_ORDER): Same.
6052         (HARD_REGNO_NREGS): Adjust for altivec registers.
6053         (HARD_REGNO_MODE_OK): Same.
6054         (MODES_TIEABLE_P): Same.
6055         (REGISTER_MOVE_COST): Same.
6056         (REGNO_REG_CLASS): Same.
6057         (reg_class): Add ALTIVEC_REGS.
6058         (REG_CLASS_NAMES): Same.
6059         (REG_CLASS_CONTENTS): Same.
6060         (REG_CLASS_FROM_LETTER): Add 'v' constraint for ALTIVEC_REGS.
6061         (ALTIVEC_ARG_RETURN): New.
6062         (FUNCTION_VALUE): Handle VECTOR_TYPE.
6063         (LIBCALL_VALUE): Handle altivec vector modes.
6064         (VECTOR_MODE_SUPPORTED_P): New.
6065         (ALTIVEC_ARG_MIN_REG): New.
6066         (ALTIVEC_ARG_MAX_REG): New.
6067         (ALTIVEC_ARG_NUM_REG): New.
6068         (FUNCTION_VALUE_REGNO_P): Return true for altivec return register.
6069         (FUNCTION_ARG_REGNO_P): Support passing args in altivec registers.
6070         (REGISTER_NAMES): Add altivec regs.
6071         (DEBUG_REGISTER_NAMES): Same.
6072         (ADDITIONAL_REGISTER_NAMES): Same.
6073         (rs6000_builtins): New.
6074         (MD_EXPAND_BUILTIN): New.
6075         (MD_INIT_BUILTINS): New.
6076         (LEGITIMATE_OFFSET_ADDRESS_P): This addressing mode is not valid
6077         for AltiVec instructions.
6078         (LEGITIMATE_LO_SUM_ADDRESS_P): Same.
6079         (HARD_REGNO_MODE_OK): Altivec modes can only go in altivec
6080         registers.
6081         (SECONDARY_MEMORY_NEEDED): We need memory to copy vector modes.
6082         (TARGET_SWITCHES): Add no-altivec.
6083         (DATA_ALIGNMENT): Align vectors to 128 bits.
6084         (TARGET_OPTIONS): Add abi= option.
6085         Add rs6000_abi_string extern.
6086         (LOCAL_ALIGNMENT): New.
6087         (CPP_CPU_SPEC): Define __ALTIVEC__ when -maltivec.
6088         (MASK_ALTIVEC_ABI): New.
6089         (TARGET_ALTIVEC_ABI): New.
6090         (CONDITIONAL_REGISTER_USAGE): Set first 20 AltiVec registers to
6091         call-saved.
6092         (STACK_BOUNDARY): Adjust for altivec.
6093         (BIGGEST_ALIGNMENT): Same.
6094         (rs6000_args): Add vregno.
6095         (USE_ALTIVEC_FOR_ARG_P): New.
6096         (FIXED_REGISTERS): Add vrsave register.
6097         (CALL_USED_REGISTERS): Same.
6098         (CONDITIONAL_REGISTER_USAGE): Set VRSAVE info.
6099         (VRSAVE_REGNO): New.
6100         (reg_class): Add VRSAVE_REGS.
6101         (REG_CLASS_NAMES): Same.
6102         (REG_CLASS_CONTENTS): Same.
6103         (REGNO_REG_CLASS): Same.
6104
6105         * config/rs6000/sysv4.h (STACK_BOUNDARY): Adjust for altivec.
6106         (ABI_STACK_BOUNDARY): Same.
6107         (BIGGEST_ALIGNMENT): Same.
6108         (ADJUST_FIELD_ALIGN): Remove undef.  Define anew.
6109         (ROUND_TYPE_ALIGN): Same.
6110
6111         * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
6112         to 64.
6113
6114         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
6115         to 64.
6116
6117         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
6118         to 64.
6119
6120         * config/rs6000/rs6000.c (rs6000_expand_builtin): New.
6121         (altivec_expand_builtin): New.
6122         (altivec_init_builtins): New.
6123         (TARGET_EXPAND_BUILTIN): New.
6124         (TARGET_INIT_BUILTINS): New.
6125         (rs6000_init_builtins): New.
6126         (struct builtin_description): New.
6127         (bdesc_2arg): New.
6128         (rs6000_reg_names): Add altivec registers.
6129         (alt_reg_names): Same.
6130         (secondary_reload_class): Altivec regs can hold altivec regs and
6131         memory.
6132         (rs6000_emit_move): Force constants into memory for AltiVec moves.
6133         (print_operand): Add 'y' case for printing altivec memory
6134         operands.
6135         (rs6000_legitimize_address): Legitimize vector addresses into
6136         [REG+REG] or [REG].
6137         (altivec_expand_binop_builtin): New.
6138         New string rs6000_current_abi.
6139         (rs6000_override_options): Call rs6000_parse_abi_options.
6140         (rs6000_parse_abi_options): New.
6141         (function_arg_boundary): Vector arguments must be 16
6142         byte aligned.
6143         (function_arg_advance): Handle vector arguments.
6144         (function_arg_partial_nregs): Same.
6145         (init_cumulative_args): Same.
6146         (function_arg): Same.
6147
6148         * config/rs6000/rs6000.md (altivec_lvx): New.
6149         (type): Add altivec attribute.
6150         (movv4si): New.
6151         (*movv4si_internal): New.
6152         (movv16qi): New.
6153         (*movv16qi_internal): New.
6154         (movv8hi): New.
6155         (*movv8hi_internal1): New.
6156         (movv4sf): New.
6157         (*movv4sf_internal1): New.
6158         (altivec_stvx): New.
6159         (vaddubm): New.
6160         (vadduhm): New.
6161         (vadduwm): New.
6162         (vaddfp): New.
6163         (vaddcuw): New.
6164         (vaddubs): New.
6165         (vaddsbs): New.
6166         (vadduhs): New.
6167         (vaddshs): New.
6168         (vadduws): New.
6169         (vaddsws): New.
6170         (vand): New.
6171         (vandc): New.
6172         (vavgub): New.
6173         (vavgsb): New.
6174         (vavguh): New.
6175         (vavgsh): New.
6176         (vavguw): New.
6177         (vavgsw): New.
6178         (vcmpbfp): New.
6179         (vcmpequb): New.
6180         (vcmpequh): New.
6181         (vcmpequw): New.
6182         (vcmpeqfp): New.
6183         (vcmpgefp): New.
6184         (vcmpgtub): New.
6185         (vcmpgtsb): New.
6186         (vcmpgtuh): New.
6187         (vcmpgtsh): New.
6188         (vcmpgtuw): New.
6189         (vcmpgtsw): New.
6190         (vcmpgtfp): New.
6191         (vcmpgefp): New.
6192         (vcmpgtub): New.
6193         (vcmpgtsb): New.
6194         (vcmpgtuh): New.
6195         (vcmpgtsh): New.
6196         (vcmpgtuw): New.
6197         (vcmpgtsw): New.
6198         (vcmpgtfp): New.
6199         (vmaxub): New.
6200         (vmaxsb): New.
6201         (vmaxuh): New.
6202         (vmaxsh): New.
6203         (vmaxuw): New.
6204         (vmaxsw): New.
6205         (vmaxfp): New.
6206         (vmrghb): New.
6207         (vmrghh): New.
6208         (vmrghw): New.
6209         (vmrglb): New.
6210         (vmrglh): New.
6211         (vmrglw): New.
6212         (vminub): New.
6213         (vminsb): New.
6214         (vminuh): New.
6215         (vminsh): New.
6216         (vminuw): New.
6217         (vminsw): New.
6218         (vminfp): New.
6219         (vmuleub): New.
6220         (vmulesb): New.
6221         (vmuleuh): New.
6222         (vmulesh): New.
6223         (vmuloub): New.
6224         (vmulosb): New.
6225         (vmulouh): New.
6226         (vmulosh): New.
6227         (vnor): New.
6228         (vor): New.
6229         (vpkuhum): New.
6230         (vpkuwum): New.
6231         (vpkpx): New.
6232         (vpkuhss): New.
6233         (vpkshss): New.
6234         (vpkuwss): New.
6235         (vpkswss): New.
6236         (vpkuhus): New.
6237         (vpkshus): New.
6238         (vpkuwus): New.
6239         (vpkswus): New.
6240         (vrlb): New.
6241         (vrlh): New.
6242         (vrlw): New.
6243         (vslb): New.
6244         (vslh): New.
6245         (vslw): New.
6246         (vsl): New.
6247         (vslo): New.
6248         (vsrb): New.
6249         (vrsh): New.
6250         (vrsw): New.
6251         (vsrab): New.
6252         (vsrah): New.
6253         (vsraw): New.
6254         (vsr): New.
6255         (vsro): New.
6256         (vsububm): New.
6257         (vsubuhm): New.
6258         (vsubuwm): New.
6259         (vsubfp): New.
6260         (vsubcuw): New.
6261         (vsububs): New.
6262         (vsubsbs): New.
6263         (vsubuhs): New.
6264         (vsubshs): New.
6265         (vsubuws): New.
6266         (vsubsws): New.
6267         (vsum4ubs): New.
6268         (vsum4sbs): New.
6269         (vsum4shs): New.
6270         (vsum2sws): New.
6271         (vsumsws): New.
6272         (vxor): New.
6273
6274 2001-11-07  Daniel Berlin  <dan@cgsoftware.com>
6275
6276         * Makefile.in (df.o): Add fibheap.h to dependencies.
6277
6278         * df.h: Add prototypes for transfer functions, iterative_dataflow
6279         functions.
6280         (enum df_flow_dir): New enum.
6281         (enum df_confluence_op): New enum.
6282         (struct df): Add inverse_rts_map.
6283
6284         * df.c: Add sbitmap.h to the list of includes.
6285         (df_rd_global_compute): Removed.
6286         (df_ru_global_compute): Removed.
6287         (df_lr_global_compute): Removed.
6288         (df_rd_transfer_function): New function.
6289         (df_ru_transfer_function): New function.
6290         (df_lr_transfer_function): New function.
6291         (df_analyse_1): allocate/compute/free df->inverse_rts_map.
6292         Use iterative_dataflow_bitmap instead of df_*_global_compute.
6293         (iterative_dataflow_sbitmap): New function.
6294         (iterative_dataflow_bitmap): New function.
6295
6296 2001-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6297
6298         * doc/gcc.texi: Move terminology and spelling conventions to
6299         htdocs/codingconventions.html.
6300
6301 2001-11-07  Graham Stott  <grahams@redhat.com>
6302
6303         * cse.c (cse_insn): Emit BARRIER after unconditional jump.
6304
6305 Wed Nov  7 13:33:34 CET 2001  Jan Hubicka  <jh@suse.cz>
6306
6307         * expmed.c (expand_mult): Force operand to register before computing
6308         cost.
6309         * i386.c (x86_decompose_lea): New global vairable.
6310         * i386.h (x86_decompose_lea): Declare.
6311         (TARGET_DECOMPOSE_LEA): New macro.
6312         (RTX_COST): Handle leas properly.
6313
6314 2001-11-06  Richard Henderson  <rth@redhat.com>
6315
6316         * config/alpha/elf.h (DO_SELECT_SECTION): TREE_READONLY is not
6317         defined for a CONSTRUCTOR; don't check it.
6318
6319 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
6320
6321         * gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to
6322         test for absolute pathnames.
6323
6324 2001-11-06  Olivier Hainque <hainque@act-europe.fr>
6325
6326         * unwind-dw2.c (execute_cfa_program): Evaluate call frame
6327         instructions up to the target pc inclusive.
6328
6329 2001-11-06  Steve Christiansen  <smc@us.ibm.com>
6330
6331         * loop.c (loop_regs_scan):  Don't invalidate PIC register.
6332
6333 2001-11-06  Eric Christopher  <echristo@redhat.com>
6334
6335         * config/mips/mips.md(movdf_internal2): Add constraints for float
6336         to general register move.
6337         * config/mips/elf64.h: Add default ABI.
6338
6339 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6340
6341         * alias.c:: Include langhooks.h.
6342         * emit-rtl.c: Similarly.
6343         * toplev.c: Similarly.
6344         * tree-inline.c: Similarly.
6345         * langhooks-def.h: New, the old langhooks.h.  Give the default
6346         hooks a common prefix.
6347         * langhooks.h: Contents extracted from toplev.h.
6348         * toplev.h: Move langhook stuff to langhooks.h.
6349         * langhooks.c: Give default hooks a common prefix.
6350
6351         * c-lang.c: Include langhooks-def.h.
6352         * objc/objc-act.c: Similarly.
6353         * Makefile.in: Update.
6354         * objc/Make-lang.in: Update.
6355
6356 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
6357
6358         * doc/install.texi: Document that configure options not listed in
6359         this file are unsupported.  Document --with-system-zlib.
6360
6361 Tue Nov  6 09:21:34 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6362
6363         * rtl.h (mem_for_const_double): New declaration.
6364         * varasm.c (mem_for_const_double): New function.
6365         * config/convex/convex.md (movdf): Use it.
6366         * config/m68k/hp320.h (LEGITIMATE_PIC_OPERAND_P): Likewise.
6367         * config/m68k/linux.h, config/m68k/m68k.h: Likewise.
6368         * config/m68k/m68kv4.h: Likewise.
6369
6370         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED): Adjust for addition
6371         of new GP reg classes.
6372
6373         * expr.c (store_field): When making temp object for unaligned
6374         component, set it to alias set 0.
6375
6376 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
6377
6378         * c-common.c (c_expand_expr_stmt): Apply default conversions to
6379         non-lvalue arrays if C99.
6380         * c-typeck.c (default_conversion): Split out code handling
6381         array-to-pointer and function-to-pointer conversions into a
6382         separate default_function_array_conversion function.
6383         (default_function_array_conversion): New function.  Keep track of
6384         whether any NON_LVALUE_EXPRs were stripped.  Return non-lvalue
6385         arrays unchanged outside C99 mode instead of giving an error for
6386         them.
6387         (build_component_ref): Use pedantic_non_lvalue when handling
6388         COMPOUND_EXPR.  Don't handle COND_EXPR specially.
6389         (convert_arguments): Use default_function_array_conversion.
6390         (build_unary_op): For ADDR_EXPR, take a flag indicating whether
6391         non-lvalues are OK.
6392         (unary_complex_lvalue): Likewise.
6393         (internal_build_compound_expr): Use
6394         default_function_array_conversion.  Apply default conversions to
6395         function in compound expression.
6396         (build_c_cast, build_modify_expr, digest_init, build_asm_stmt):
6397         Use default_function_array_conversion.
6398         * doc/extend.texi: Update documentation of subscripting non-lvalue
6399         arrays.
6400         Fixes PR c/461.
6401
6402 2001-11-05  Zack Weinberg  <zack@codesourcery.com>
6403
6404         * aclocal.m4: (AM_WITH_NLS): Don't look at ALL_LINGUAS.
6405         (AM_GNU_GETTEXT): Set CATALOGS to a list of .gmo files
6406         corresponding to the complete set of .po and .gmo files in
6407         the source directory's po subdir, modified by LINGUAS.  Don't
6408         look at ALL_LINGUAS.
6409         * configure.in: Don't set ALL_LINGUAS.
6410         * configure: Regenerate.
6411
6412         * Makefile.in (.po.gmo): Don't move into source directory.
6413         (.po.pox): Clarify comments.
6414         (install-po): Look for .gmo files in both srcdir and objdir;
6415         don't fail if a file is totally missing.
6416         (distclean): rmdir ada subdirectory too.
6417
6418 2001-11-05  Geoffrey Keating  <geoffk@redhat.com>
6419
6420         * config/rs6000/rs6000.c (rs6000_select_section): Handle
6421         CONSTRUCTORs _correctly_.
6422
6423 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6424
6425         * c-decl.c (delete_block): Remove.
6426         * c-tree.h (delete_block): Remove.
6427
6428 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6429
6430         * cppexp.c (lex, parse_defined): Update warning about defined.
6431
6432 2001-11-05  Geoffrey Keating  <geoffk@redhat.com>
6433
6434         * config/rs6000/rs6000.c (rs6000_select_section): Handle
6435         CONSTRUCTORs too.
6436
6437 2001-11-05  Nick Clifton  <nickc@cambridge.redhat.com>
6438
6439         * config/arm/arm.c (arm_return_in_memory): Cope with
6440         int_size_in_bytes returning -1.
6441
6442         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Handle
6443         DECL being NULL.
6444
6445 Mon Nov  5 16:15:25 CET 2001  Jan Hubicka  <jh@suse.cz>
6446
6447         * Makefile.in (bb-reorder.o): Add dependency on cfglayout.h;
6448         remove unneeded dependencies;
6449         (cfglayout.o): New.
6450         * cfglayout.c, cfglayout.h: New files; break out from ...
6451         * bb-reorder.c: ... here; Remove unneeded includes;
6452
6453 2001-11-04  Alan Modra  <amodra@bigpond.net.au>
6454
6455         * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Mark r2 as used.
6456
6457 2001-11-04  David Edelsohn  <edelsohn@gnu.org>
6458
6459         * config/rs6000/rs6000.c (rs6000_emit_move): Handle 64-bit
6460         mode as well.  Do not explicitly create intermediate regs.
6461
6462 2001-11-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6463
6464         * arm/aof.h (aof_text_section, aof_data_section): Don't declare.
6465         (common_section): Delete unused variable.
6466         (ASM_OUTPUT_ASCII): Fix signed/unsigned warnings.
6467         (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.
6468         * arm-protos.h (arm_poke_function_name, aof_add_import,
6469         aof_delete_import): Const-ify.
6470         * arm.c (legitimize_pic_address): Wrap variables in the macro
6471         controlling their usage.
6472         (arm_finalize_pic): Mark variable with ATTRIBUTE_UNUSED.
6473         (arm_poke_function_name, pic_chain, import, aof_add_import,
6474         aof_delete_import): Const-ify.
6475         * i386.c (ix86_osf_output_function_prologue): Const-ify.
6476         * i386/sysv4.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
6477         ASM_OUTPUT_LONG_DOUBLE): Fix format specifier warnings.
6478         * i860/fx2800.h (DBX_OUTPUT_STANDARD_TYPES): Const-ify.
6479         * i860/sysv3.h: Add missing comment closure.
6480         * m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Add missing semi-colon.
6481         * m88k/dgux.h (SELECT_RTX_SECTION): Add missing argument in call
6482         to symbolic_operand.
6483
6484         * config.gcc (m680[02]0-*-*): Rename case from m68000-*-*.
6485         (i960-*-*): Set tmake_file.
6486         (sparc86x-*-elf*): Fix typo in header name.
6487
6488         * sched-rgn.c (schedule_insns): Delete unused variable.
6489
6490 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6491
6492         PR c/2820
6493         * c-typeck.c (lookup_field): Rework to return a chain down to
6494         the looked-up field.
6495         (build_component_ref): Use the new lookup_field to handle
6496         nested anonymous entities correctly.
6497
6498 Sun Nov  4 11:53:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6499
6500         * config/sparc/sparc.c (sparc_emit_set_const32, GEN_HIGHINT64):
6501         Change parameters to gen_rtx_CONST_DOUBLE.
6502         (GEN_INT64, sparc_emit_set_const64): Likewise.
6503         * config/sparc/sparc.md (movdf split): Likewise.
6504
6505 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
6506
6507         * unroll.c (calculate_giv_inc): Use find_last_value rather
6508         than just hoping the last instruction is the right SET.
6509         [Fixes 990604-1.c on stormy16.]
6510
6511         * config/stormy16/stormy16.h (LIB_SPEC): Don't supply any libgloss
6512         library at all if -T is used.
6513
6514         * config/stormy16/stormy16.c (stormy16_print_operand): Avoid
6515         some uses of uninitialized variables in error cases.
6516
6517         * config/stormy16/stormy16.c (stormy16_output_shift): Don't
6518         look at 'temp' if we won't be using it.
6519
6520         * config/stormy16/stormy16.h (CONST_COSTS): Define.
6521         (RTX_COSTS): Define.
6522         (ADDRESS_COST): Define.
6523         (MEMORY_MOVE_COST): Allow for memory_move_secondary_cost.
6524
6525         * config/stormy16/stormy16.h (ASM_SPEC): Pass -g to the assembler.
6526
6527         * config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK): Call
6528         stormy16_asm_output_mi_thunk.
6529         * config/stormy16/stormy16.c (stormy16_asm_output_mi_thunk): New
6530         function.
6531         * config/stormy16/stormy16-protos.h
6532         (stormy16_asm_output_mi_thunk): New prototype.
6533
6534 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6535
6536         * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,
6537         FSFChangeLog.10, FSFChangeLog.11, alias.c, attribs.c,
6538         caller-save.c, calls.c, cfg.c, cfganal.c, cfgcleanup.c, cfgrtl.c,
6539         cppmacro.c, fold-const.c, ifcvt.c, local-alloc.c, profile.c,
6540         sched-int.h, toplev.c, config/alpha/alpha.c,
6541         config/alpha/alpha.md, config/c4x/c4x.h, config/cris/cris.h,
6542         config/cris/cris.md, config/i370/i370.md, config/i386/i386.c,
6543         config/i386/i386.h, config/i386/i386.md, config/i386/xm-djgpp.h,
6544         config/ia64/ia64.c, config/m68hc11/m68hc11.c, config/m68k/m68k.md,
6545         config/mcore/mcore.h, config/mmix/mmix.c, config/ns32k/ns32k.h,
6546         config/ns32k/ns32k.md, config/rs6000/rs6000.c,
6547         config/rs6000/sysv4.h, config/sh/sh.md: Fix spelling errors.
6548
6549 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6550
6551         * Makefile.in (dbxout.o): Depend on function.h.
6552         * collect2.c (is_in_list): Hide unused function.
6553         * dbxout.c: Include function.h.
6554         (source_label_number, dbxout_source_line, dbxout_source_file,
6555         dbxout_function_end, dbxout_begin_function): Wrap/move inside
6556         macros controlling usage.
6557         * gcc.c (TARGET_EXECUTABLE_SUFFIX): Undef before defining.
6558         * output.h (exports_section): Prototype.
6559
6560         * convex.c (convex_output_function_prologue): Fix format specifier
6561         warning.
6562         (asm_declare_function_name): Fix signed/unsigned warning.
6563         (print_operand): Fix format specifier warning.
6564         * convex.h (S_REGNO_P, A_REGNO_P): Fix signed/unsigned warning.
6565         * dsp16xx-protos.h (uns_comparison_operator,
6566         num_1600_core_shifts): Prototype.
6567         * dsp16xx.c: Include tm_p.h, not dsp16xx-protos.h.
6568         (frame_size, frame_pointer_offset): Delete.
6569         (dsp16xx_output_function_prologue, dsp16xx_output_function_epilogue):
6570         Make static.  Fix format specifier warnings.
6571         * dsp16xx.h (IS_ACCUM_REG): Fix unsigned>=0 warning.
6572         (EXTRA_SECTION_FUNCTIONS): Prototype const_section.
6573         * dsp16xx.md: Add default case in switches.
6574         * fr30.h (IN_RANGE): Delete.
6575         * ia64.h (ASM_OUTPUT_MI_THUNK): Fix format specifier warnings.
6576         * mcore-protos.h (mcore_output_cmov): Const-ify.
6577         * mcore.c (mcore_output_cmov): Likewise.
6578         * mcore.h (switch_to_section): Make static and prototype.
6579         * mn10200.h (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Fix
6580         unsigned>=0 warnings.
6581         * mn10300.h (REGNO_IN_RANGE_P): Likewise.
6582         * rs6000-protos.h (read_only_data_section,
6583         read_only_private_data_section): Prototype.
6584         * rs6000.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
6585         * sh.c (sh_adjust_cost): Mark parameter with ATTRIBUTE_UNUSED.
6586         * sh.h (GENERAL_REGISTER_P): Fix unsigned>=0 warning.
6587
6588 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6589
6590         * dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with
6591         ATTRIBUTE_UNUSED.
6592         * final.c (final_scan_insn): Add brackets around body of if-stmt.
6593         * gcc.c (convert_filename): Add static prototype.  Const-ify.
6594         Wrap variable in macros controlling its use.
6595         * output.h (sdata_section): Add prototype.
6596
6597         * 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
6598         (ASM_OUTPUT_ASCII): Avoid signed/unsigned warning.
6599         * c4x.h (INIT_SECTION_FUNCTION): Add prototype.
6600         (ASM_FILE_START): Const-ify.
6601         (ASM_OUTPUT_BYTE_FLOAT, ASM_OUTPUT_SHORT_FLOAT): Fix format
6602         specifier warning.
6603         * c4x.md: Don't use the 'U' integer suffix.
6604         * clipper.md (clipper_movstr): Delete declaration.
6605         * d30v-protos.h (d30v_move_2words): Const-ify.
6606         (debug_stack_info): Add prototype.
6607         * d30v.c: Include "integrate.h".
6608         (d30v_function_arg_boundary, d30v_function_arg,
6609         d30v_function_arg_partial_nregs, d30v_function_arg_advance): Avoid
6610         signed/unsigned warnings.
6611         (d30v_print_operand_memory_reference, d30v_move_2words):
6612         Const-ify.
6613         * d30v.h (REG_CLASS_FROM_LETTER): Use unsigned array subscript.
6614         * fr30.c (fr30_pass_by_reference, fr30_pass_by_value): Prototype.
6615         * fr30.md: Const-ify.
6616         * h8300.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
6617         * i370.c (i370_label_scan, mvs_get_label): Make definition static.
6618         (mvs_get_label_page): Hide unused static function.
6619         * i860.c (current_function_original_name): Const-ify.
6620         * i860/sysv3.h (current_function_original_name): Likewise.
6621         * i860/sysv4.h (current_function_original_name): Likewise.
6622         * i960.md: Add default case in switches.  Remove unused variable.
6623         * i960/vx960-coff.h (MULTILIB_DEFAULTS): Undef before defining.
6624         * m32r.md: Const-ify.
6625         * m68hc11-protos.h (m68hc11_asm_file_start): Const-ify.
6626         * m68hc11.c: Include "reload.h".
6627         (static_chain_reg, print_options, m68hc11_asm_file_start):
6628         Const-ify.
6629         * m68hc11.md: Delete unused variable.  Const-ify.  Add parens
6630         around & in comparison.
6631         * mcore.h (TARGET_ASM_NAMED_SECTION): Undef before defining.
6632         * mn10200.c (shift_mode): Remove trailing comma.
6633         * mn10300-protos.h (output_tst): Const-ify.
6634         * mn10300.c (output_tst): Likewise.
6635         * pa/long_double.h (ASM_OUTPUT_LONG_DOUBLE): Fix format specifier
6636         warnings.
6637         * pa-protos.h (output_ascii): Use regular char *, not unsigned.
6638         * pa.c (output_ascii): Likewise.
6639         * pa/som.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
6640         * pdp11.md (expand_unop): Delete declarations.
6641         * pj-protos.h (pj_output_addsi3): Const-ify.
6642         * pj.c (pj_output_push_int, pj_output_load, pj_output_inc,
6643         pj_output_cnv_op, mode_to_char, pj_output_varidx, pj_print_cond,
6644         unique_src_operand): Add prototypes.
6645         (pj_output_store_into_lval): Make definition static.
6646         (pj_function_incoming_arg): Don't use unary plus.
6647         (pj_output_addsi3): Const-ify.
6648         * romp.md (get_symref): Delete declarations.
6649         * v850-c.c (mark_current_function_as_interrupt): Don't return
6650         value from void function.
6651         * v850.c: Include "integrate.h".
6652         * v850.h (ASM_OUTPUT_LABELREF): Const-ify.
6653         * vax-protos.h (const_section): Add prototype.
6654
6655 2001-11-03  Aldy Hernandez  <aldyh@redhat.com>
6656
6657         * machmode.def: Add documentation for the seventh argument in
6658         vector modes.
6659
6660 2001-11-04  Hans-Peter Nilsson  <hp@bitrange.com>
6661
6662         * doc/invoke.texi (MMIX Options) <-mno-knuthdiv>: Say remainder
6663         consistently.
6664         <-mno-toplevel-symbols>: Change @code{:} to @samp{:}.
6665         <-melf>: Don't have markup for ELF acronym.
6666
6667 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
6668
6669         * config.gcc (mmix-*-*): New target.
6670         * doc/invoke.texi: Document MMIX options.
6671         * doc/contrib.texi: Add note about MMIX port to my entry.
6672         * config/mmix/t-mmix: New file.
6673         * config/mmix/mmix.h: New file.
6674         * config/mmix/mmix-protos.h: New file.
6675         * config/mmix/mmix.c: New file.
6676         * config/mmix/mmix.md: New file.
6677         * config/mmix/crti.asm: New file.
6678         * config/mmix/crtn.asm: New file.
6679
6680 2001-11-03  Kazu Hirata  <kazu@hxi.com>
6681
6682         * config/sparc/linux-aout.h: Fix comment formatting.
6683         * config/sparc/linux.h: Likewise.
6684         * config/sparc/linux64.h: Likewise.
6685         * config/sparc/lynx.h: Likewise.
6686         * config/sparc/pbd.h: Likewise.
6687         * config/sparc/sol2-sld-64.h: Likewise.
6688         * config/sparc/sol2.h: Likewise.
6689         * config/sparc/sparc.c: Likewise.
6690         * config/sparc/sparc.h: Likewise.
6691         * config/sparc/sparc.md: Likewise.
6692         * config/sparc/sunos4.h: Likewise.
6693         * config/sparc/vxsim.h: Likewise.
6694         * config/sparc/vxsparc.h: Likewise.
6695         * config/sparc/vxsparc64.h: Likewise.
6696
6697 Sat Nov  3 10:37:56 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6698
6699         * cselib.c (cselib_subst_to_values, case CONST_DOUBLE): Remove
6700         reference to CONST_DOUBLE_MEM in comment.
6701         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Remove one operand.
6702         (gen_rtx, case CONST_DOUBLE): Call it with one less operand.
6703         (init_emit_once): Don't clear CONST_DOUBLE_MEM.
6704         * function.c (pop_function_context_from): Don't call
6705         restore_varasm_status.
6706         * function.h (restore_varasm_status): Delete declaration.
6707         * gengenrtl.c (CONST_DOUBLE_FORMAT): Delete CONST_DOUBLE_MEM slot.
6708         * rtl.c: Likewise.
6709         * rtl.def (CONST_DOUBLE): Update comment.
6710         * rtl.h (CONST_DOUBLE_HIGH, CONST_DOUBLE_LOW): Update operand number.
6711         (CONST_DOUBLE_CHAIN): Likewise.
6712         (CONST_DOUBLE_MEM): Delete.
6713         (gen_rtx_CONST_DOUBLE): Update parameters.
6714         * varasm.c (struct varasm_status): x_pool_offset now HOST_WIDE_INT.
6715         Remove reference to CONST_DOUBLE_MEM.
6716         (const_alias_set): New variable.
6717         (immed_double_const): Change call to gen_rtx_CONST_DOUBLE.
6718         (immed_real_const_1): Adjust tests for 0, 1, and 2.
6719         Don't set CONST_DOUBLE_MEM.
6720         (clear_const_double_mem): Don't do anything with const_tiny_rtx.
6721         (output_constant_def): Don't look at TREE_CST_RTL if INTEGER_CST.
6722         Put constant in const_alias_set.
6723         (struct pool_constant): ALIGN now unsigned.
6724         OFFSET now HOST_WIDE_INT.
6725         Delete LABEL.
6726         (restore_varasm_status): Deleted.
6727         (mark_pool_constant): Mark desc->rtl.
6728         (force_const_mem): Rework to store rtl in hash table,
6729         not CONST_DOUBLE_MEM.
6730         Put constant in const_alias_set.
6731         (find_pool_constant): Check desc->rtl.
6732         (mark_constants, mark_constant): Don't special-case CONST_DOUBLE.
6733         (init_varasm_once): Initialize const_alias_set.
6734
6735         * expr.c (expand_expr, case ADDDR_EXPR): If at top level, don't call
6736         force_const_mem.
6737
6738         * reload.c (combine_reloads): Don't combine an output reload if there
6739         are other reloads around for part of the output.
6740
6741         * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a
6742         constant expression.
6743         (set_mem_decl): New function.
6744         * expr.h (set_mem_decl): New declaration.
6745         * final.c (get_decl_from_op): Don't use ORIGINAL_REGNO if not pseudo.
6746         (output_asm_operand_names): Add tab.
6747         * reload1.c (alter_reg): Set decl of MEM from REG_DECL.
6748
6749         * builtins.c (get_memory_rtx): Properly set MEM alias set and
6750         attributes.
6751
6752 2001-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6753
6754         * doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/tm.texi:
6755         Use "invalid" instead of "illegal".  Use @r in comments in
6756         examples.
6757
6758 2001-11-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6759
6760         * c-decl.c (pushdecl): Move block inside if conditional to remove
6761         possibility of a segfault.  Lookup block-level extern
6762         variables in enclosing scopes correctly.
6763
6764         * testsuite/gcc.c-torture/compile/20001018-1.x: Remove XFAIL.
6765
6766 2001-11-02  Aldy Hernandez  <aldyh@redhat.com>
6767
6768         * expmed.c (store_bit_field): Use simplify_gen_subreg to make
6769         SUBREG so we avoid SUBREGing memory.
6770
6771         * expmed.c (store_bit_field): Same.
6772
6773 2001-11-02  DJ Delorie  <dj@redhat.com>
6774
6775         * config/rs6000/rs6000.c (rs6000_emit_move): Make sure that
6776         using FP registers for DImode mem-mem moves is acceptable.
6777
6778 2001-11-02  Aldy Hernandez  <aldyh@redhat.com>
6779
6780         * builtins.c (apply_args_size): Handle vector arguments.
6781         (apply_result_size): Same.
6782
6783         * machmode.def: Set WIDER mode field for all vector entries.
6784
6785 2001-11-02  Graham Stott  <grahams@redhat.com>
6786
6787         * recog.c (decode_asm_operands):  Check that the SRC is ASM_OPERANDS.
6788
6789 2001-11-01  Eric Christopher  <echristo@redhat.com>
6790
6791         * config.gcc: Revert part of earlier patch.
6792         * config/mips/linux.h: Ditto.
6793         * df.c: Include tm_p.h to avoid warnings.
6794         * config/mips/mips.h (ABI_GAS_ASM_SPEC): Add defaults.  Adjust
6795         #if/#endif.
6796         * config/mips/mips.c: Define mips_abi regardless.
6797         (mips_output_function_prologues): Add long casts for .frame
6798         output.
6799         (override_options): Allow use of ABI_32.
6800
6801 2001-11-01  Kazu Hirata  <kazu@hxi.com>
6802
6803         * config/m68hc11/m68hc11.c: Fix comment formatting.
6804         * config/m68hc11/m68hc11.h: Likewise.
6805         * config/m68hc11/m68hc11.md: Likewise.
6806
6807 2001-11-01  Neil Booth  <neil@daikokuya.demon.co.uk>
6808
6809         * c-typeck.c (default_conversion): Retain the original expression
6810         codes.
6811         * gcc.dg/Wparentheses.c: New tests.
6812
6813 2001-11-01  David S. Miller  <davem@redhat.com>
6814
6815         * doc/install.texi (Specific, sparc-sun-solaris2*): Bring
6816         64-bit Sparc description more in line with reality.
6817
6818 2001-11-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6819
6820         * Makefile.in (GCOV_OBJS): Add version.o.
6821         * gcov.c: Include "version.h" and <getopt.h>.
6822         (gcov_version_string): Remove.
6823         (print_usage): Take a parameter to determine whether this is a
6824         call from --help or an error message.  Give fuller output that
6825         follows the GNU Coding Standards for --help.
6826         (print_version): New function.
6827         (options): New.
6828         (process_args): Use getopt_long.  Support long options.  Follow
6829         GNU Coding Standards for --help and --version.
6830         * doc/gcov.texi: Document long options.
6831         Addresses part of PR other/704.
6832
6833 2001-11-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6834
6835         * pa.c (output_move_double): Fix typo in double load.
6836
6837 2001-11-01  Kazu Hirata  <kazu@hxi.com>
6838
6839         * config/h8300/h8300.c (h8300_encode_label): Compute a string
6840         before passing it to ggc_alloc_string.
6841
6842 2001-11-01  Kazu Hirata  <kazu@hxi.com>
6843
6844         * config/m68k/3b1.h: Fix comment formatting.
6845         * config/m68k/3b1g.h: Likewise.
6846         * config/m68k/a-ux.h: Likewise.
6847         * config/m68k/amix.h: Likewise.
6848         * config/m68k/apollo68.h: Likewise.
6849         * config/m68k/atari.h: Likewise.
6850         * config/m68k/aux-exit.c: Likewise.
6851         * config/m68k/ccur-GAS.h: Likewise.
6852         * config/m68k/crds.h: Likewise.
6853         * config/m68k/dpx2.h: Likewise.
6854         * config/m68k/dpx2g.h: Likewise.
6855         * config/m68k/hp310.h: Likewise.
6856         * config/m68k/hp320.h: Likewise.
6857         * config/m68k/isi.h: Likewise.
6858         * config/m68k/linux.h: Likewise.
6859         * config/m68k/lynx.h: Likewise.
6860         * config/m68k/m68k-psos.h: Likewise.
6861         * config/m68k/m68k.c: Likewise.
6862         * config/m68k/m68k.h: Likewise.
6863         * config/m68k/m68k.md: Likewise.
6864         * config/m68k/m68kelf.h: Likewise.
6865         * config/m68k/m68kv4.h: Likewise.
6866         * config/m68k/mot3300.h: Likewise.
6867         * config/m68k/news.h: Likewise.
6868         * config/m68k/next.h: Likewise.
6869         * config/m68k/pbb.h: Likewise.
6870         * config/m68k/plexus.h: Likewise.
6871         * config/m68k/sgs.h: Likewise.
6872         * config/m68k/sun3.h: Likewise.
6873         * config/m68k/tower.h: Likewise.
6874         * config/m68k/vxm68k.h: Likewise.
6875
6876 2001-10-31  DJ Delorie  <dj@redhat.com>
6877
6878         * config/mips/mips.h (mips_cache_flush_func): Prototype.
6879         (TARGET_OPTIONS): Support -mflush-func= and -mno-flush-func.
6880         (INITIALIZE_TRAMPOLINE): Use mips_cache_flush_func if nonzero.
6881         * config/mips/mips.c (mips_cache_flush_func): New.
6882         * doc/invoke.texi: Document the new options.
6883
6884 2001-10-31  Hans-Peter Nilsson  <hp@axis.com>
6885
6886         * config.gcc (cris-*-linux*, tm_file): Rearrange order.
6887         * config/cris/linux.h (LIB_SPEC, STARTFILE_SPEC): Don't redefine.
6888
6889         * config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.
6890
6891         * config/cris/cris.c: Include output.h after tree.h but before
6892         target.h.
6893
6894 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
6895
6896         * Makefile.in (INTL_TARGETS, POSUB): Delete all references.
6897         (INTL_SUBDIRS): Just intl.
6898         (.SUFFIXES): Add .gmo .po .pox.
6899         (native): Also depend on build-@POSUB@.
6900         (intl.all, intl.install): Depend on config.h and things it includes.
6901         (po-generated): New target; depend on c-parse.c and tradcif.c.
6902         (install-normal): Also depend on install-@POSUB@.
6903         (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): New variables.
6904         (build-, install-, build-po, update-po, install-po,
6905         .po.gmo, .po.pox, $(PACKAGE).pot, po/$(PACKAGE).pot): New rules.
6906
6907         * aclocal.m4: Prefix each entry in CATALOGS with "po/"
6908         * configure.in: Don't munge XGETTEXT.  Don't generate
6909         po/Makefile.in.
6910         * configure: Regenerate.
6911
6912         * exgettext: Delete.
6913         * config/m68k/m68k.h: Add doc strings for -msky and -mnosky.
6914         * objc/Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
6915
6916 2001-10-31  Kazu Hirata  <kazu@hxi.com>
6917
6918         * config/h8300/h8300.md (two anonymous patterns): New.
6919
6920 2001-10-31  Aldy Hernandez  <aldyh@redhat.com>
6921
6922         * tree.h (tree_index): Add support for V16QI and V8HI.
6923         (V8HI_type_node): New.
6924         (V16QI_type_node): New.
6925
6926         * tree.c (build_common_tree_nodes_2): Same.
6927
6928         * c-common.c (type_for_mode): Same.
6929
6930 2001-10-31  Kazu Hirata  <kazu@hxi.com>
6931
6932         * config/i386/att.h: Fix comment formatting.
6933         * config/i386/beos-elf.h: Likewise.
6934         * config/i386/bsd.h: Likewise.
6935         * config/i386/bsd386.h: Likewise.
6936         * config/i386/crtdll.h: Likewise.
6937         * config/i386/cygwin.asm: Likewise.
6938         * config/i386/cygwin.h: Likewise.
6939         * config/i386/djgpp.h: Likewise.
6940         * config/i386/freebsd-aout.h: Likewise.
6941         * config/i386/freebsd.h: Likewise.
6942         * config/i386/gas.h: Likewise.
6943         * config/i386/i386-interix.h: Likewise.
6944         * config/i386/i386-protos.h: Likewise.
6945         * config/i386/i386.c: Likewise.
6946         * config/i386/i386.h: Likewise.
6947         * config/i386/i386.md: Likewise.
6948         * config/i386/i386elf.h: Likewise.
6949         * config/i386/interix.c: Likewise.
6950         * config/i386/isc.h: Likewise.
6951         * config/i386/isccoff.h: Likewise.
6952         * config/i386/iscdbx.h: Likewise.
6953         * config/i386/linux.h: Likewise.
6954         * config/i386/lynx.h: Likewise.
6955         * config/i386/mingw32.h: Likewise.
6956         * config/i386/netbsd-elf.h: Likewise.
6957         * config/i386/next.h: Likewise.
6958         * config/i386/osf1elf.h: Likewise.
6959         * config/i386/osfrose.h: Likewise.
6960         * config/i386/sco5.h: Likewise.
6961         * config/i386/seq-gas.h: Likewise.
6962         * config/i386/seq-sysv3.h: Likewise.
6963         * config/i386/sequent.h: Likewise.
6964         * config/i386/sol2.h: Likewise.
6965         * config/i386/sun386.h: Likewise.
6966         * config/i386/uwin.asm: Likewise.
6967         * config/i386/uwin.h: Likewise.
6968         * config/i386/vxi386.h: Likewise.
6969         * config/i386/win32.h: Likewise.
6970         * config/i386/winnt.c: Likewise.
6971         * config/i386/xm-cygwin.h: Likewise.
6972         * config/i386/xm-mingw32.h: Likewise.
6973
6974 2001-10-31  Kazu Hirata  <kazu@hxi.com>
6975
6976         * builtins.def: Fix comment typos.
6977         * config/alpha.c: Likewise.
6978         * config/arm/arm.c: Likewise.
6979         * config/avr/avr.h: Likewise.
6980         * config/d30v/d30v.c: Likewise.
6981         * config/d30v/d30v.h: Likewise.
6982         * config/d30v/d30v.md: Likewise.
6983         * config/dsp16xx/dsp16xx.c: Likewise.
6984         * config/fr30/fr30.c: Likewise.
6985         * config/fr30/fr30.md: Likewise.
6986         * config/i386/i386.c: Likewise.
6987         * config/i860/i860.c: Likewise.
6988         * config/i960/i960.c: Likewise.
6989         * config/ia64/ia64.c: Likewise.
6990         * config/mips/mips.c: Likewise.
6991         * config/pa/pa.c: Likewise.
6992         * config/rs6000/rs6000.c: Likewise.
6993         * config/s390/s390.c: Likewise.
6994         * config/sparc/sparc.c: Likewise.
6995
6996 2001-10-30  Kazu Hirata  <kazu@hxi.com>
6997
6998         * config/mips/elf.h: Fix comment formatting.
6999         * config/mips/elf64.h: Likewise.
7000         * config/mips/iris5.h: Likewise.
7001         * config/mips/iris5gas.h: Likewise.
7002         * config/mips/iris6.h: Likewise.
7003         * config/mips/isa3264.h: Likewise.
7004         * config/mips/linux.h: Likewise.
7005         * config/mips/mips.c: Likewise.
7006         * config/mips/mips.h: Likewise.
7007         * config/mips/mips.md: Likewise.
7008         * config/mips/mips16.S: Likewise.
7009         * config/mips/netbsd.h: Likewise.
7010         * config/mips/osfrose.h: Likewise.
7011         * config/mips/r3900.h: Likewise.
7012         * config/mips/sni-svr4.h: Likewise.
7013         * config/mips/svr4-t.h: Likewise.
7014         * config/mips/ultrix.h: Likewise.
7015
7016 2001-10-30  Daniel Berlin  <dan@cgsoftware.com>
7017
7018         * bitmap.c (bitmap_element_free): Don't forget to update head->indx
7019         when we update head->current.
7020
7021 2001-10-30  Neil Booth  <neil@daikokuya.demon.co.uk>
7022
7023         * tree.c (id_string_size): Remove.
7024         (dump_tree_statistics): Update.
7025         * toplev.c (compile_file): If dumping stats, dump tree stats too.
7026
7027 Tue Oct 30 19:00:43 CET 2001  Jan Hubicka  <jh@suse.cz>
7028
7029         * sched-rgn.c (schedule_insns): Fix comment.
7030
7031 2001-10-30  Zack Weinberg  <zack@codesourcery.com>
7032
7033         * configure.in: Correct previous change: don't assume that
7034         gas's version number _isn't_ the last thing on the line, or
7035         isn't the only number on the line, either.
7036         * configure: Regenerate.
7037
7038 2001-10-30  Kazu Hirata  <kazu@hxi.com>
7039
7040         * cfgcleanup.c: Fix a comment typo.
7041
7042 2001-10-30  Kazu Hirata  <kazu@hxi.com>
7043
7044         * alias.c: Fix comment formatting.
7045         * recog.c: Likewise.
7046         * config/cris/cris.c: Likewise.
7047         * config/cris/cris.h: Likewise.
7048         * config/i960/i960.c: Likewise.
7049         * config/i960/i960.h: Likewise.
7050
7051 2001-10-30  Kazu Hirata  <kazu@hxi.com>
7052
7053         * config/arm/arm.c: Fix a comment typo.
7054         * config/arm/arm.h: Likewise.
7055         * config/ia64/ia64.c: Likewise.
7056
7057 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
7058
7059         * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or
7060         REG_EQUIV notes for ASM_OPERANDS.  Return the new note (if any).
7061         * rtl.h (set_unique_reg_note): Change return value.
7062         * gcse.c (try_replace_reg): Use set_unique_reg_note.
7063         * cse.c (cse_insn): Likewise.
7064         * expr.c (emit_move_insn): Likewise.
7065         * explow.c (force_reg): Likewise.
7066         * local-alloc (update_equiv_regs): Likewise.
7067         * loop.c (move_moveables, load_mems): Likewise.
7068         * reload (find_reloads): Likewise.
7069
7070 2001-10-30  Paolo Bonzini  <bonzini@gnu.org>
7071
7072         Localization fixes.
7073         * c-decl.c (parmlist_tags_warning, start_struct,
7074         check_for_loop_decls): Separate messages for struct, union and
7075         enum cases to allow for languages in which they have different
7076         genders.
7077         * c-format.c (scanf_flag_specs): Separate short and long name of
7078         the assignment suppression feature.
7079         (check_format_types): Localize "pointer" and "different types"
7080         strings.
7081         * c-lex.c (lex_number): Localize "an unsigned long int" and
7082         related strings.
7083         (lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on
7084         warning message.
7085         * c-typeck.c (build_unary_up): Separate messages for increment and
7086         decrement cases to allow for languages in which they use different
7087         articles.  Localize the strings "increment" and "decrement" in one
7088         case.
7089
7090 Tue Oct 30 11:08:11 CET 2001  Jan Hubicka  <jh@suse.cz>
7091
7092         * lcm.c (optimize_mode_switching):  Do not rebuild liveness information
7093         when no changes has been made.
7094
7095         * gcse.c (reg_set_bitmap): Turn into reg_set.
7096         (modify_mem_list_set, canon_modify_mem_list_set)
7097         (clear_modify_mem_tables, free_modify_mem_tables): New.
7098         (gcse_main); Use free_modify_mem_tables.
7099         (free_gcse_mem): Likewise; free the bitmaps.
7100         (alloc_gcse_main): Initialize the bitmaps.
7101         (canon_list_insert): Set canon_modify_mem_list_set.
7102         (record_last_mem_set_info): Likewise; set modify_mem_list_set.
7103         (compute_hash_table): Use clear_modify_mem_tables.
7104         (reset_opr_set_tables): Likewise.
7105         (oprs_not_set_p): reg_set_bitmap is regset.
7106         (mark_set, mark_clobber): Likewise.
7107
7108         * df.h (DF_EQUIV_NOTES): New constant.
7109         (df_insn_refs_record): Record uses inside or REG_EQUIV/EQUAL notes
7110         when asked for.
7111
7112         * sched-rgn.c (CHECK_DEAD_NOTES): New constant.
7113         (init_regions, schedule_insns): Conditionalize the checking
7114         code by CHECK_DEAD_NOTES; avoid multiple calls to update_life_info.
7115
7116 Tue Oct 30 11:02:31 CET 2001  Jan Hubicka  <jh@suse.cz>
7117
7118         * i386.md (movti_rex64 splitter): Fix condition.
7119
7120 2001-10-29  Zack Weinberg  <zack@codesourcery.com>
7121
7122         * configure.in: Do not assume that gas's version number is the
7123         last thing on the first line of as --version output.
7124         * configure: Regenerate.
7125
7126         * tradcpp.c: Include intl.h.  Rename WARNING, ERROR, FATAL to
7127         MT_WARNING, MT_ERROR, MT_FATAL.
7128         (main): Call gcc_init_libintl.
7129         (v_message): Call gettext on msgid and "warning: "
7130         * tradcif.y: Include intl.h.
7131         (yyerror): Make parameter definition consistent with
7132         prototype.  Call gettext on msgid argument.
7133
7134 2001-10-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7135
7136         * combine.c (num_sign_bit_copies): Avoid signed/unsigned
7137         warnings.
7138
7139         * sparc/sol2.h: Include <sys/mman.h> when L_trampoline is defined.
7140
7141 Mon Oct 29 19:22:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7142
7143         * reload1.c (eliminate_regs): Test for reg_renumber being allocated
7144         before referencing it.
7145
7146 2001-10-26  DJ Delorie  <dj@redhat.com>
7147
7148         * config/rs6000/sysv4.h (LINK_SPEC): Allow -msdata=none to
7149         override -G, and force -G0.
7150
7151 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
7152
7153         * ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10,
7154         FSFChangeLog.11, c-common.c, c-common.def, c-common.h, c-decl.c,
7155         c-dump.c, c-typeck.c, except.c, sdbout.c, simplify-rtx.c,
7156         timevar.h, tree.h, varasm.c: Fix spelling errors and typos.
7157
7158         * loop.h (struct induction): Rename ext_dependant to
7159         ext_dependent.
7160         * loop.c: Change all uses.
7161         (check_ext_dependant_givs): Rename to check_ext_dependent_givs.
7162         All callers changed.
7163         * timevar.c (DEFTIMEVAR): Fix spelling of identifier__ parameter.
7164
7165 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
7166
7167         * c-parse.in (expr_no_commas, primary), c-typeck.c
7168         (parser_build_binary_op): Use IS_EXPR_CODE_CLASS.
7169
7170 2001-10-29  David Edelsohn  <edelsohn@gnu.org>
7171
7172         Undo assemble_name change in earlier patch.
7173
7174 Mon Oct 29 21:11:40 2001  Nicola Pero  <n.pero@mi.flashnet.it>
7175
7176         * objc/objc-act.c (finish_message_expr): For the GNU runtime: when
7177         determining the type of the receiver, do not check that TREE_CODE
7178         of receiver is CALL_EXPR before calling receiver_is_class_object().
7179         (receiver_is_class_object): For the GNU runtime: recognize
7180         the case that the receiver is self in a class method context.
7181         Check that TREE_CODE of receiver is CALL_EXPR when checking that
7182         the receiver is a call to objc_get_class.
7183
7184 2001-10-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7185
7186         * pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.
7187
7188 Mon Oct 29 07:23:33 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7189
7190         * Makefile.in (OBJS): Put all files in alphabetical order.
7191
7192         * dwarf2out.c (add_const_value_attribute): Fix error in last
7193         change.
7194
7195 Mon Oct 29 12:43:06 CET 2001  Jan Hubicka  <jh@suse.cz>
7196
7197         * basic-block.h (purge_all_dead_edges): Add update_life_p argument.
7198         * cfgcleanup.c (merge_blocks): Update the life flag after merging;
7199         fix warning.
7200         * cfgrtl.c (purge_all_dead_edges): Allow updating of liveness.
7201         (life_analysis): call purge_all_dead_edges after deleting noops.
7202         (delete_noop_move): Do not purge CFG.
7203         * toplev.c (rest_of_compilation): Update purge_all_dead_edges call.
7204
7205 2001-10-28  David Edelsohn  <edelsohn@gnu.org>
7206
7207         * config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use assemble_name.
7208         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME): Delete.
7209         (ASM_GLOBALIZE_LABEL): Use assemble_name.
7210         (ASM_OUTPUT_COMMON): Likewise.
7211         * config/rs6000/rs6000.c (print_operand): Use assemble_name.
7212         (rs6000_output_function_epilogue): Likewise.
7213         (output_mi_thunk): Fix typo.
7214         (rs6000_output_symbol_ref): Use assemble_name.
7215         (output_toc): Likewise.
7216         * config/rs6000/sysv4.h (RS6000_OUTPUT_BASENAME): Delete.
7217         * config/rs6000/xcoff.h (RS6000_OUTPUT_BASENAME): Delete;
7218         assemble_name calls STRIP_NAME_ENCODING.
7219         (ASM_OUTPUT_LABEL): Use assemble_name.
7220         (ASM_GLOBALIZE_LABEL): Likewise.
7221         (ASM_DECLARE_FUNCTION_NAME): Likewise.
7222         (ASM_OUTPUT_ALIGNED_COMMON): Indent pseudo-op.  Use assemble_name.
7223         (ASM_OUTPUT_LOCAL): Likewise.
7224
7225 Sun Oct 28 15:45:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7226
7227         * builtins.c (get_memory_rtx): Handle POINTERS_EXTEND_UNSIGNED case.
7228         (expand_builtin_apply, expand_builtin_return): Likewise.
7229         (expand_builtin_va_arg, expand_builtin_va_copy): Likewise.
7230
7231 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7232
7233         * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
7234         ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11,
7235         c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc,
7236         configure, configure.in, except.c, except.h, flow.c, function.c,
7237         gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def,
7238         predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c,
7239         sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c,
7240         unroll.c: Fix spelling errors.
7241
7242         * doc/extend.texi, doc/invoke.texi: Fix spelling.
7243
7244         * doc/gcc.texi: Document use of "dependent" and American spelling.
7245
7246 Sun Oct 28 17:05:36 CET 2001  Jan Hubicka  <jh@suse.cz>
7247
7248         * expr.c (emit_group_load): Support CONCATs by storing them to memory
7249         and reloading.
7250
7251 Sun Oct 28 09:59:54 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7252
7253         * expr.c (store_constructor_field): Only call adjust_address on MEM.
7254
7255 Sun Oct 28 16:48:09 CET 2001  Jan Hubicka  <jh@suse.cz>
7256
7257         * genrecog.c (write_switch):  Output if before switch for
7258         DT_elt_zero_wide_safe.
7259
7260 2001-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7261
7262         * Makefile.in (toplev.o, halfpic.o): Depend on halfpic.h
7263         * i386/osfrose.h (SUBTARGET_SWITCHES): Add missing comma.
7264         (FUNCTION_PROFILER): Const-ify.
7265         * halfpic.c: Include "expr.h", "output.h" and "halfpic.h".
7266         (eliminate_constant_term, assemble_name, output_addr_const):
7267         Remove declarations.
7268         (ptr_half_pic_address_p, half_pic_hash): Prototype.
7269         (all_refs, half_pic_prefix, half_pic_hash, half_pic_declare,
7270         half_pic_external, half_pic_address_p, half_pic_ptr): Const-ify.
7271         * halfpic.h (ptr_half_pic_address_p, half_pic_finish): Prototype.
7272         (half_pic_declare, half_pic_external): Const-ify.
7273         * toplev.c: Include "halfpic.h".
7274
7275 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7276
7277         * config/alpha/alpha.md, config/arm/arm.c, config/arm/arm.h,
7278         config/d30v/d30v.h, config/fr30/fr30.c, config/i370/x-oe,
7279         config/i386/i386.c, config/i386/i386-interix.h,
7280         config/i386/i386.md, config/i386/i386.h, config/i386/sco5.h,
7281         config/i860/i860.h, config/i860/i860.md, config/m68k/aux-exit.c,
7282         config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.md,
7283         config/ns32k/ns32k.h, config/pa/pa.c, config/rs6000/rs6000.c,
7284         config/sparc/sparc.c, config/m68hc11/m68hc11.c,
7285         config/cris/cris.c, config/cris/cris.h, config/s390/s390.c,
7286         config/s390/s390.h, config/stormy16/stormy16.h, doc/tm.texi: Fix
7287         spelling errors.
7288
7289         * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
7290         ChangeLog.5, ChangeLog, ChangeLog.lib, FSFChangeLog.10, ONEWS,
7291         c-common.c, caller-save.c, cfg.c, cfgcleanup.c, cfgrtl.c,
7292         collect2.c, df.h, diagnostic.h, final.c, gcse.c, gthr.h,
7293         haifa-sched.c, jump.c, local-alloc.c, profile.c, protoize.c,
7294         regmove.c, reload1.c, rtlanal.c, sched-vis.c, ssa.c, stmt.c,
7295         system.h, toplev.c: Fix spelling errors.
7296
7297 Sat Oct 27 17:32:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7298
7299         * gcse.c (insert_insn_end_bb): Don't assume PAT is a SET.
7300
7301         * dwarf2out.c (reg_number): Abort if pseudo.
7302         (reg_loc_descriptor): Return 0 if pseudo.
7303         (is_based_loc): Return 0 if pseudo.
7304         (mem_loc_descriptor): Return 0 for pseudo and handle 0 return from
7305         recursive calls.
7306         (concat_loc_descriptor): Return 0 if either part's descriptor is 0.
7307         (loc_descriptor): Return 0 if can't find location and handle 0
7308         return from recursive calls.
7309         (loc_descriptor_from_tree): Likewise.
7310         Fix handling of indirect.
7311         Also return 0 for PLACEHOLDER_EXPR.
7312         Clean up COMPONENT_REF cases.
7313         (add_AT_location_descriptor): Simplify, but handle 0 return from
7314         loc_descriptor.
7315         (add_const_value_attribute): Avoid shift count warning.
7316         (add_bound_info): Remove test for PLACEHOLDER_EXPR here.
7317         Set comp_unit_die as context if not in function.
7318
7319         * config/mips/mips-protos.h: Break up long lines.
7320         Remove needless #ifdef/#endif blocks.
7321         Don't declare functions declared in file made by genpreds or recog.h.
7322         * config/mips/mips.c (mips_output_function_prologue): TSIZE
7323         is now HOST_WIDE_INT; delete unneeded casts.
7324         * config/mips/mips.h: Don't use #elif.
7325
7326         * expr.c (stor_constructor_field): Always call adjust_address.
7327         Copy TARGET before changing its alias set.
7328         (store_field): Likewise, for TO_RTX.
7329         (get_inner_reference): Stop at PLACEHOLDER_EXPR if can't find
7330         replacement.
7331         (safe_from_p, case ADDR_EXPR): Properly check for conflict.
7332         (find_placeholder): Return 0 if can't find object.
7333         (expand_expr, case PLACEHOLDER_EXPR): Abort if find_placeholder
7334         returns 0.
7335
7336 Sat Oct 27 16:31:23 CEST 2001  Jan Hubicka  <jh@suse.cz>
7337
7338         * ifcvt.c (if_convert): Call clear_aux_for_blocks.
7339
7340 Sat Oct 27 12:12:09 CEST 2001  Jan Hubicka  <jh@suse.cz>
7341
7342         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps,
7343         merge_blocks_move_successors_nojumps): Set BB_UPDATE_LIFE.
7344         (merge_blocks): Properly udpate life after making edge nonfallthru.
7345         * cfgrtl.c (merge_blocks_nomove): Update global_live_at_end.
7346
7347 2001-10-26  Kazu Hirata  <kazu@hxi.com>
7348
7349         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
7350
7351 2001-10-26  Neil Booth  <neil@daikokuya.demon.co.uk>
7352
7353         * c-typeck.c (convert_arguments): When comparing for enumeral
7354         type equality, use TYPE_MAIN_VARIANT.
7355         * gcc.dg/Wconversion.c: New tests.
7356
7357 2001-10-26  Kazu Hirata  <kazu@hxi.com>
7358
7359         * s390/s390.c: Fix comment typos.
7360         * s390/s390.h: Likewise.
7361         * s390/s390.md: Likewise.
7362
7363 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
7364
7365         * tree-inline.c (WALK_SUBTREE_TAIL): New macro.
7366         (walk_tree): Use it for tail calls where appropriate.
7367
7368 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
7369
7370         * cse.c (check_for_label_ref): Don't require REG_LABEL notes for
7371         non-local label_refs.
7372
7373 2001-10-26  Kazu Hirata  <kazu@hxi.com>
7374
7375         * config/h8300/h8300.md (4 anonymous patterns): New.
7376
7377 2001-10-26  Kazu Hirata  <kazu@hxi.com>
7378
7379         * config/h8300/h8300.c (get_shift_alg): Clean up.  Return the
7380         algorithm through the shift_info structure.
7381         (emit_a_shift): Update the use of get_shift_alg.
7382
7383 2001-10-27  Daniel Berlin  <dan@cgsoftware.com>
7384
7385         * sched-rgn.c: Remove bitset typedef.
7386         Change bitset to sbitmap in prototypes / variable types.
7387         Remove bbset_size.
7388         Remove edgeset_bits.
7389         Remove edgeset_size.
7390         s/BITSET_ADD/SET_BIT/g
7391         s/BITSET_INVERT/sbitmap_ones/g
7392         s/BITSET_INTER/sbitmap_a_and_b/g
7393         s/BITSET_UNION/sbitmap_a_or_b/g
7394         s/BITSET_DIFFER/sbitmap_difference/g
7395         s/bitset_member/TEST_BIT/g
7396         (BITSET_*): Removed.
7397         (bitset_member): Removed.
7398         (extract_bitlst): Rewrite, now that we have sbitmaps, we can use
7399         EXECUTE_IF_SET_IN_SBITMAP.
7400         (split_edges): Rewrite, use sbitmap functions instead of bitset
7401         operations.
7402         (schedule_region): Allocate/free sbitmaps, rather than bitsets.
7403
7404 2001-10-26  Andreas Schwab  <schwab@suse.de>
7405
7406         * reload1.c (emit_input_reload_insns): Fix parens in last
7407         (undocumented) change that was supposed to change only whitespace.
7408
7409 Fri Oct 26 07:18:08 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7410
7411         * cfgcleanup.c (BB_SET_FLAG, BB_CLEAR_FLAG): Add cast to avoid warning.
7412
7413         * local-alloc.c (update_equiv_regs): Don't make REG_EQUAL note for
7414         ASM_OPERANDS.
7415
7416 2001-10-26  Andreas Jaeger  <aj@suse.de>
7417
7418         * flow.c (clear_log_links): Remove unused variable.
7419         * cfgcleanup.c (cleanup_cfg): Likewise.
7420
7421 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
7422
7423         * tree-inline.c (remap_decl): Don't copy size and size_unit here.
7424         (remap_save_expr): Map a remapped SAVE_EXPR to error_mark_node.
7425
7426 2001-10-26  Richard Henderson  <rth@redhat.com>
7427
7428         * config/alpha/alpha.h (enum reg_class): Add R24_REG, R25_REG;
7429         rename PV_REG to R27_REG.
7430         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
7431         (REG_CLASS_FROM_LETTER): Update.
7432         (PREFERRED_RELOAD_CLASS): Don't widen a reg class.
7433         * config/alpha/alpha.md (divsi3): Don't hard-code r24, r25, r27.
7434         (udivsi3, modsi3, umodsi3): Likewise.
7435         (divdi3, udivdi3, moddi3, umoddi3): Likewise.
7436
7437 2001-10-26  Richard Henderson  <rth@redhat.com>
7438
7439         * cfg.c (clear_aux_for_blocks): Split out of ...
7440         (free_aux_for_blocks): here.
7441         (clear_aux_for_edges): Split from ...
7442         (free_aux_for_edges): here.
7443         * basic-block.h: Declare them.
7444         * lcm.c (compute_antinout_edge): Use them.
7445         (compute_laterin, compute_available, compute_nearerout): Likewise.
7446         (optimize_mode_switching): Likewise.
7447
7448 2001-10-26  Richard Henderson  <rth@redhat.com>
7449
7450         * Makefile.in (unstage*): Remove as, ld, collect-ld before
7451         moving everything back to the main build directory.
7452
7453 2001-10-26  Christopher Faylor  <cgf@redhat.com>
7454
7455         * config/i386/cygwin.h: Search target specific include directory, if
7456         appropriate.
7457
7458 2001-10-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7459
7460         * dwarf2out.c (PTR_SIZE, default_eh_frame_section): Move outside
7461         of macro guards. Fix #endif comment.
7462
7463         * output.h (default_exception_section, default_eh_frame_section):
7464         Move prototypes outside of macro guard.
7465
7466         * crtstuff.c: Fix #endif comment.
7467
7468 Thu Oct 25 12:21:58 2001  Jeffrey A Law  (law@cygnus.com)
7469
7470         * doc/md.texi (movMM): Clarify semantics of storing into a
7471         non-paradoxical SUBREG.
7472
7473 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
7474
7475         * langhooks.c (lang_hook_default_clear_binding_stack): New.
7476         (lang_hook_default_get_alias_set): Move next to other alias
7477         hooks.
7478         * langhooks.h: Prototype lang_hook_default_clear_binding_stack.
7479         (LANG_HOOKS_CLEAR_BINDING_STACK): New macro.
7480         (LANG_HOOKS_INITIALIZER): Add it.
7481         * toplev.h (struct lang_hooks): Add clear_binding_stack.
7482         * toplev.c (compile_file):  Call lang_hooks.clear_binding_stack
7483         instead of a loop calling poplevel.
7484
7485 2001-10-25  Nick Clifton  <nickc@cambridge.redhat.com>
7486
7487         * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Replace
7488         occurrences of #elif with #if...#endif.
7489
7490 2001-10-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7491
7492         * cris.h (EH_RETURN_DATA_REGNO): Fix unsigned>=0 warning.
7493
7494 Thu Oct 25 08:46:06 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7495
7496         * alias.c (can_address_p): No longer static.
7497         * emit-rtl.c (get_mem_attrs): New parameter, MODE; all callers changed.
7498         Return 0 if all parameters are default values.
7499         (set_mem_attributes): Set MEM_KEEP_ALIAS_SET_P.
7500         (adjust_address_1): Try harder to compute a size.
7501         * expr.c (expand_assignment, store_constructor): If can't address,
7502         set MEM_KEEP_ALIAS_SET_P.
7503         (store_constructor_field): Don't change set if MEM_KEEP_ALIAS_SET_P.
7504         (store_field): Likewise.
7505         (store_constructor): Simplify call to store_constructor_field.
7506         * expr.h (can_address_p): New declaration.
7507         * gensupport.c (gen_rtx_CONST_INT): New function.
7508         * rtl.h (MEM_KEEP_ALIAS_SET_P): New macro.
7509         (MEM_SIZE): Get size from mode, if not set and not BLKmode.
7510         (MEM_COPY_ATTRIBUTES): Copy MEM_KEEP_ALIAS_SET_P.
7511
7512         * stmt.c (expand_end_case): Remove orig_minval and use tree_low_cst.
7513
7514 2001-10-24  Christopher Faylor  <cgf@redhat.com>
7515
7516         * config/i386/cygwin.h: Use proper path for mingw crt files when
7517         -mno-cygwin.
7518
7519 Wed Oct 24 18:43:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7520
7521         * dwarf2out.c (file_info_cmp): Always return consistent results.
7522
7523 2001-10-24  Roger Sayle <roger@eyesopen.com>
7524
7525         * stmt.c (expand_end_case): Index jumptables from zero for
7526         suitably small values of minval.
7527
7528 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
7529
7530         * stor-layout.c (place_union_field): If any field was aligned with
7531         attribute aligned, set record type's TYPE_USER_ALIGN.
7532         (place_field): Likewise.
7533         (finalize_record_size): Don't clear TYPE_USER_ALIGN.
7534         (layout_type) [ARRAY_TYPE]: Copy element's TYPE_USER_ALIGN.
7535
7536 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
7537
7538         * c-common.h (struct c_common_identifier): Remove rid_code field.
7539         (C_RID_CODE): Use ->node.rid_code instead of ->rid_code.
7540
7541         * c-typeck.c (constructor_designated): New local flag.
7542         (struct constructor_stack): Add "designated" field to match.
7543         (start_init): Clear it.
7544         (really_start_incremental_init, push_init_level): Push and
7545         clear it.
7546         (pop_init_level): Pop it.
7547         (set_designator): Set it.
7548
7549         (pop_init_level): Suppress "missing initializer" warnings if
7550         constructor_designated is true.
7551         (process_init_element): Suppress warning about union
7552         initialization under traditional C, if constructor_designated
7553         is true.
7554
7555 Wed Oct 24 15:35:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7556
7557         * integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last
7558         change.
7559
7560 Wed Oct 24 13:26:12 2001  Jeffrey A Law  (law@cygnus.com)
7561
7562         * h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
7563
7564 2001-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7565
7566         * ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if
7567         the node was already a set to a constant.
7568
7569 Wed Oct 24 12:41:19 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7570
7571         * emit-rtl.c (set_mem_attributes): Fix typo in last change.
7572         * print-rtl.c (print_rtx, case MEM): Improve display of MEM_DECL.
7573
7574 2001-10-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7575
7576         * s390/linux.h (ASM_OUTPUT_BYTE): Fix format specifier warnings.
7577         (ASM_OUTPUT_ASCII): Const-ify.  Fix signed/unsigned warning.
7578         (ASM_OUTPUT_MI_THUNK): Fix format specifier warnings.
7579         * s390.c (s390_final_chunkify): Don't use string concatenation.
7580         (s390_function_prologue, s390_function_epilogue): Const-ify.
7581         * s390.h (FUNCTION_PROFILER): Remove unused variable.
7582
7583 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
7584
7585         * c-decl.c (finish_decl): Don't add DECL_STMTs for nested function
7586         prototypes.
7587
7588 2001-10-23  Stan Shebs  <shebs@apple.com>
7589
7590         * config/rs6000/x-darwin: Use -no-cpp-precomp instead of
7591         -traditional-cpp in first-stage compilation.
7592
7593 Tue Oct 23 21:45:40 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7594
7595         * gensupport.c (target_flags): Add.
7596
7597 Tue Oct 23 13:05:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.
7598
7599         * builtins.c (expand_builtin_setjmp): Only call convert_memory_address
7600         if needed.
7601         (expand_builtin_longjmp, expand_builtin_alloca): Likewise.
7602         * except.c (expand_builtin_frob_return_addr): Likewise.
7603         (expand_builtin_eh_return): Likewise.
7604         * stmt.c (expand_computed_goto): Likewise.
7605         * explow.c (memory_address): Likewise.
7606         (allocate_dynamic_stack_space): Clean up predicate testing.
7607         (probe_stack_range): Convert SIZE to Pmode.
7608         * calls.c (rtx_for_function_call): Only call convert_memory_address
7609         if needed.
7610         Pass function call operand as ptr_mode, not Pmode.
7611         * expr.c (expand_assignment): Clean up calls to convert_memory
7612         address by only doing so when needed and making offsets Pmode.
7613         (store_constructor, expand_expr, expand_expr_unaligned): Likewise.
7614         * function.c (assign_parms): Ensure address in MEM for RESULT_DECL
7615         is in Pmode, not ptr_mode.
7616
7617 2001-10-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7618
7619         * darwin-protos.h (constructor_section, destructor_section,
7620         mod_init_section, mod_term_section): Prototype.
7621         * darwin.c (machopic_finish, update_non_lazy_ptrs, update_stubs):
7622         Const-ify.
7623         * darwin.h (ASM_DECLARE_OBJECT_NAME, ASM_DECLARE_FUNCTION_NAME):
7624         Likewise.
7625         (SECTION_FUNCTION): Prototype `FUNCTION'.  Delete
7626         objc_section_init declaration.
7627         (EXTRA_SECTION_FUNCTIONS): Prototype objc_section_init.
7628         (objc_section_init, try_section_alias): Make static.
7629         (alias_section): Make static and hide unused function.
7630         (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.
7631
7632 Tue Oct 23 13:05:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7633
7634         * alias.c (can_address_p): Compnonents are not addressable if
7635         the containing type has alias set 0.
7636         (get_alias_set): Rework to use STRIP_NOPS.
7637         Only call front-end routine on object, type, or object with
7638         NOPs stripped, not inner values.
7639         Use language hook to call front-end routine.
7640         * builtins.c (get_memory_rtx): Always call set_mem_attributes.
7641         (expand_builtin_apply): Call set_mem_align on MEMs we make.
7642         Don't pass alignment to emit_block_move.
7643         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
7644         (expand_builtin_memset): Likewise, but for clear_storage.
7645         * c-common.c (lang_get_alias_set): Renamed to c_common_alias_set
7646         and remove C++ specific parts.
7647         * c-common.h (c_common_get_alias_set): Add declaration.
7648         * c-lang.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
7649         * calls.c (emit_call_1): Fix typo in sibcall_pop case.
7650         (save_fixed_argument_area): Call set_mem_align.
7651         Remove alignment in call to emit_block_move.
7652         (emit_library_call_value_1, store_one_arg): Likewise.
7653         (target_for_arg): Remove; disabled long ago.
7654         * emit-rtl.c (set_mem_attributes): Rework to only call get_mem_attrs
7655         once and similar cleanups.
7656         (offset_address): Use proper introductory comment.
7657         * expr.c (emit_block_move): Use alignment from that of MEM args, not
7658         from explicit operand; all callers changed.
7659         (clear_storage): Likewise.
7660         (expand_assignment): Don't call set_mem_alias_set on to_rtx.
7661         (store_field): Remove kludge on alias set used for to_rtx.
7662         (highest_pow2_factor, case *_DIV_EXPR): Never return 0.
7663         (expand_expr_unaligned): Call set_mem_attributes instead of
7664         set_mem_alias_set.
7665         * expr.h (emit_block_move, clear_storage): Remove ALIGN argument.
7666         * function.c (assign_stack_temp_for_type): Set MEM alignment.
7667         (expand_function_end): Track MEM attributes of trampolines.
7668         * ifcvt.c (noce_try_cmove_arith): Set alignment of new MEM.
7669         * integrate.c (copy_rtx_and_substitute, case CALL): Copy memory
7670         attributes from original.
7671         * langhooks.c (lang_hook_default_get_alias_set): New function.
7672         (hook_get_alias_set_0): New function.
7673         * langhooks.h (hook_get_alias_set_0): New declaration.
7674         (lang_hook_default_get_alias_set): Likewise.
7675         (LANG_HOOKS_GET_ALIAS_SET): New macro; add to initializer.
7676         * reload1.c (alter_reg): Use adjust_address_nv.
7677         * rtl.c (get_mode_alignment): Moved to here.
7678         * rtl.h (MEM_ALIGN): Take default from mode, if not BLKmode, and
7679         change default if unknown from 1 to BITS_PER_UNIT.
7680         * stor-layout.c (get_mode_alignment): Remove from here.
7681         * toplev.h (struct lang_hoks): Add get_alias_set field.
7682         * tree.h (lang_get_alias_set): Delete declaration.
7683         * config/arc/arc.c (arc_setup_incoming_varags): Set MEM alignment.
7684         * config/i386/i386.c (ix86_setup_incoming_varargs): Likewise.
7685         (ix86_va_arg): Likewise.
7686         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
7687         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
7688         * config/sparc/sparc.c (sparc_va_arg): Likewise.
7689         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
7690         (expand_block_move_mem): Remove dead code.
7691
7692 2001-10-22  Neil Booth  <neil@daikokuya.demon.co.uk>
7693
7694         * c-common.c (warn_div_by_zero): New.
7695         * c-common.h (warn_div_by_zero): New.
7696         * c-decl.c (c_decode_option): Take it on the command line.
7697         * c-typeck.c (build_binary_op): Warn about division by zero.
7698         * doc/invoke.texi: Document the new command line option, fix
7699         documentation of -Wmultichar.
7700         * testsuite/gcc.dg/divbyzero.c: New tests.
7701         * testsuite/gcc.dg/noncompile/20010524-1.c: Update.
7702
7703 Tue Oct 23 15:30:23 CEST 2001  Jan Hubicka  <jh@suse.cz>
7704
7705         * i386.c (ix86_expand_int_movcc): Cleanup; use expand_simple_*op.
7706
7707         * toplev.c (rest_of_compilation): Use CLEANUP_UPDATE_LIFE
7708         to avoid update_life_info call.
7709         * basic-block.h (CLEANUP_UPATE_LIFE): Define.
7710         * cfgcleanup.c (bb_flags): New enum.
7711         (BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG, FORWARDER_BLOCK_P): New macros.
7712         (notice_new_block, update_forwarder_flag): New functions.
7713         (try_simplify_condjump): Use FORWARDER_BLOCK_P.
7714         (try_forward_edges): Likewise; update flags.
7715         (merge_blocks): Likewise.
7716         (outgoing_edges_match): Likewise.
7717         (try_crossjump_to_edge): Likewise.
7718         (try_optimize_cfg): Likewise; initialize and clear the flags;
7719         recompute life info if needed.
7720         (cleanup_cfg): No need to clear aux pointers.
7721
7722 2001-10-23  Alexandre Oliva  <aoliva@redhat.com>
7723
7724         * config/i386/i386.c (override_options): Default to minimum
7725         stack alignment when optimizing for code size.
7726         * doc/invoke.texi (-mpreferred-stack-boundary): Document the
7727         change.
7728
7729         * config/i386/i386.c (override_options): Set upper limit of
7730         -mpreferred-stack-boundary to 12.
7731
7732 2001-10-22  Zack Weinberg  <zack@codesourcery.com>
7733
7734         * recog.c (peephole2_optimize): Add default case to switch.
7735
7736 2001-10-23  Joseph S. Myers  <jsm28@cam.ac.uk>
7737
7738         * doc/gcc.texi (Sending Patches): Remove.
7739
7740 2001-10-22  Hans-Peter Nilsson  <hp@bitrange.com>
7741
7742         * unwind-dw2-fde.c (fde_unencoded_compare): Derefer pc_begin
7743         fields when comparing.
7744
7745 2001-10-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7746
7747         * arm.h (HOST_INT, HOST_UINT): Delete.  Remove all uses.
7748         * arm.c (HOST_INT, HOST_UINT): Likewise.
7749
7750 2001-10-22  Stan Shebs  <shebs@apple.com>
7751
7752         * config/darwin-protos.h (darwin_exception_section): Declare.
7753         (darwin_eh_frame_section): Declare.
7754
7755 Mon Oct 22 18:21:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
7756
7757         * i386.md (movti_rex64): Fix mode.
7758
7759 2001-10-22  Stan Shebs  <shebs@apple.com>
7760
7761         * target.h (struct gcc_target): Add asm_out.exception_section,
7762         asm_out.eh_frame_section.
7763         * target-def.h (TARGET_ASM_EXCEPTION_SECTION): New macro.
7764         (TARGET_ASM_EH_FRAME_SECTION): New.
7765         (TARGET_INITIALIZER): Update.
7766         * output.h (default_exception_section): Declare.
7767         (default_eh_frame_section): Declare.
7768         * dwarf2out.c: Include target.h.
7769         (output_call_frame_info): Call target hook for eh frames.
7770         (default_eh_frame_section): New function.
7771         * except.c: Include target.h.
7772         (output_function_exception_table): Call target hook for exception
7773         section.
7774         * varasm.c (default_exception_section): Rename from
7775         exception_section, remove EXCEPTION_SECTION macro.
7776
7777         * config/darwin.h (darwin_eh_frame_section): New function.
7778         (EXCEPTION_SECTION): Remove.
7779         (TARGET_ASM_EXCEPTION_SECTION): Define.
7780         * config/nextstep.h (EH_FRAME_SECTION_ASM_OP): Remove.
7781         (nextstep_exception_section): New function.
7782         (nextstep_eh_frame_section): New function.
7783         (TARGET_ASM_EXCEPTION_SECTION): Define.
7784         (TARGET_ASM_EH_FRAME_SECTION): Define.
7785
7786         * config/pa/som.h (EXCEPTION_SECTION): Remove.
7787         (TARGET_ASM_EXCEPTION_SECTION): Define.
7788         * config/rs6000/sysv4.h, config/rs6000/xcoff.h
7789         (EXCEPTION_SECTION): Remove.
7790         (TARGET_ASM_EXCEPTION_SECTION): Define.
7791         * config/stormy16/stormy16.h: Remove comments referencing
7792         EXCEPTION_SECTION and EH_FRAME_SECTION_ASM_OP.
7793
7794         * doc/tm.texi: Document TARGET_ASM_EXCEPTION_SECTION and
7795         TARGET_ASM_EH_FRAME_SECTION.
7796
7797 2001-10-22  Nick Clifton  <nickc@cambridge.redhat.com>
7798
7799         * config/mips/mips.md (mul_acc_si): Fix precedence of conditional
7800         terms.
7801
7802         * c-format.c: Fix spelling typo in comment.
7803
7804         * sched-int.h: Fix typo in GCC preamble.
7805
7806 2001-10-21  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7807
7808         PR debug/4252
7809         * doc/invoke.texi: Remove references to -fdump-translation-unit.
7810
7811 2001-10-22  Richard Henderson  <rth@redhat.com>
7812
7813         * config/i386/i386.c (ix86_expand_clear): New.
7814         * config/i386/i386-protos.h: Declare it.
7815         * config/i386/i386.md (setcc peep2s): Use it.
7816         (movsi_xor): Unexport.
7817
7818 2001-10-22  Richard Henderson  <rth@redhat.com>
7819
7820         * flow.c (clear_log_links): Use free_INSN_LIST_list, not
7821         free_EXPR_LIST_list for LOG_LINKS.
7822
7823 2001-10-21  Robert Lipe  <robertlipe@usa.net>
7824
7825         * config/i386/i386.c (sco_asm_named_section): Delete.
7826         (sco_asm_out_constructor): Delete.
7827         * config/i386/sco5.h (ASM_QUAD): Undo damage from att.h.
7828         (ASM_OUTPUT_DOUBLE_INT): Likewise.
7829         (TARGET_ASM_CONSTRUCTOR): Delete.  Use default.
7830         (TARGET_ASM_NAMED_SECTION): Use default for ELF.
7831         (EXCEPTION_SECTION): Delete EH scn renaming hack.
7832
7833 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7834
7835         * c-format.c (maybe_read_dollar_number): Use safe-ctype macros
7836         and/or fold extra calls into fewer ones.
7837         * collect2.c (dump_file): Likewise.
7838         * cppexp.c (parse_number): Likewise.
7839         * cpplex.c (_cpp_lex_direct): Likewise.
7840         * final.c (output_asm_insn, asm_fprintf): Likewise.
7841         * fix-header.c (inf_scan_ident, main): Likewise.
7842         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
7843         Likewise.
7844         * fold-const.c (real_hex_to_f): Likewise.
7845         * gen-protos.c (parse_fn_proto): Likewise.
7846         * genattrtab.c (check_attr_test, check_attr_value): Likewise.
7847         * genrecog.c (change_state, write_action): Likewise.
7848         * gensupport.c (shift_output_template): Likewise.
7849         * local-alloc.c (requires_inout): Likewise.
7850         * mips-tfile.c (IS_ASM_IDENT): Likewise.
7851         * protoize.c (is_id_char, main): Likewise.
7852         * real.c (asctoeg): Likewise.
7853         * recog.c (asm_operand_ok): Likewise.
7854         * reload.c (find_reloads): Likewise.
7855         * scan.c (scan_identget_token): Likewise.
7856         * sched-vis.c (print_value): Likewise.
7857         * stringpool.c (ggc_alloc_string): Likewise.
7858         * toplev.c (read_integral_parameter, decode_g_option): Likewise.
7859         * tradcif.y (parse_number, yylex, parse_escape): Likewise.
7860         * tradcpp.c (rescan): Likewise.
7861         * tree.c (clean_symbol_name): Likewise.
7862         * varasm.c (decode_reg_name): Likewise.
7863
7864         * alpha.h (ASM_OUTPUT_ASCII): Likewise.
7865         * darwin.c (name_needs_quotes, func_name_maybe_scoped): Likewise.
7866         * dsp16xx.h (ASM_OUTPUT_ASCII): Likewise.
7867         * m88k.c (output_ascii): Likewise.
7868         * m88k.h (OVERRIDE_OPTIONS): Likewise.
7869         * mcore.h (REG_CLASS_FROM_LETTER): Likewise.
7870         * ns32k/encore.h (ASM_OUTPUT_ASCII): Likewise.
7871         * sh.h (REG_CLASS_FROM_LETTER): Likewise.
7872
7873 2001-10-21  Neil Booth  <neil@daikokuya.demon.co.uk>
7874
7875         * langhooks.c (lang_hook_default_do_nothing,
7876         lang_hook_default_decode_option): New defaults.
7877         * langhooks.h: Make hooks unconditional and non-NULL.
7878         * toplev.c (compile_file, toplev_main): Update.
7879         * toplev.h: Update comments.
7880         * objc/objc-act.c (lang_hooks): Update to new paradigm.
7881
7882 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7883
7884         * arm.h (FUNCTION_ARG_REGNO_P): Use IN_RANGE.
7885
7886         * system.h (IN_RANGE): New macro.
7887
7888 2001-10-21  Zack Weinberg  <zack@codesourcery.com>
7889
7890         * aclocal.m4 (AM_WITH_NLS): Also create and substitute
7891         INTLDEPS variable, which does not include $LIBICONV.
7892         * Makefile.in: Use INTLDEPS in LIBDEPS.
7893         * configure: Regenerate.
7894
7895 2001-10-21  Neil Booth  <neil@daikokuya.demon.co.uk>
7896
7897         * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.
7898         * cpplex.c (lex_percent, lex_dot): Remove.
7899         (get_effective_char, skip_block_comment, skip_line_comment,
7900         parse_identifier_slow, parse_number, parse_string, save_comment,
7901         _cpp_lex_direct): Update to do lookback freely.
7902         (IF_NEXT_IS, BACKUP): New macros.
7903         * cpplib.c (cpp_push_buffer): Don't set read_ahead and extra_char.
7904         * cppmacro.c (paste_tokens): Update.
7905
7906 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
7907
7908         * doc/invoke.texi (i386 and x86-64 Options): Fix typo.
7909
7910 2001-10-20  Hans-Peter Nilsson  <hp@axis.com>
7911
7912         * reload1.c (reload): Check CONSTANT_P before calling
7913         LEGITIMATE_PIC_OPERAND_P.
7914         * config/cris/cris.c (cris_legitimate_pic_operand): Revert
7915         workaround of 2001-10-13.
7916
7917 Sat Oct 20 15:16:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
7918
7919         * i386.c (split_di): Handle splitting of DFmode.
7920
7921 Sat Oct 20 07:27:14 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7922
7923         * emit-rtl.c (set_mem_attributes): Alignment is in bits.
7924         (adjust_address_1, offset_address): Likewise.
7925
7926         * final.c (output_asm_operand_names): New fcn, from output_asm_insn.
7927         (output_asm_insn): Call it for each line output.
7928         Don't record an operand more than once.
7929
7930         * toplev.h (struct lang_hooks): HONOR_READONLY now bool.
7931         * main.c: Include config.h and system.h, but not ansidecl.h.
7932         * Makefile.in (main.o): Update accordingly.
7933
7934 Sat Oct 20 12:05:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
7935
7936         * i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64.
7937
7938 Sat Oct 20 12:01:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
7939
7940         * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.
7941         * cfgbuild.c (find_bb_boundaries, compute_outgoing_frequencies):
7942         Break out from ...
7943         (find_sub_basic_blocks): ... here;
7944         (find_many_sub_basic_blocks): New.
7945         * recog.c (split_all_insns): Update find_sub_basic_blocks call.
7946
7947         * i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Define sdata4.
7948
7949         * i386.c (ix86_va_arg): Kill indirect_p handling; fix aliasing issues.:
7950
7951         * i386.c (split_di, split_ti): Revamp to use simplify_subreg.
7952
7953         * timevar.def (TV_LIFE, TV_LIFE_UPDATE, TV_MODE_SWITCH): new.
7954         * flow.c (update_life_info): Measure time.
7955         * c-decl.c: Include timevar.h
7956         (c_expand_body): Measure time.
7957         * toplev.c (rest_of_compilation): Measure time of mode switching
7958         separately.
7959         * Makefile.in (c-decl.o, cfgcleanup.o): Add dependency.
7960
7961         * toplev.c (flag_asynchronous_unwind_tables): New global variable.
7962         (lang_independent_options): Add asynchronous-unwind-tables
7963         (toplev_main): flag_asynchronous_unwind_tables implies
7964         flag_unwind_tables.
7965         * flags.h (flag_asynchronous_unwind_tables): Declare.
7966         * dwarf2out.c (dwarf2out_stack_adjust): Take into account
7967         flag_asynchronous_unwind_tables.
7968         (output_call_frame_info): Likewise.
7969         * invoke.texi (-fasynchronous-unwind-tables): Document.
7970         * i386.c (optimization_options): Enable
7971         flag_asynchronous_unwind_tables.
7972
7973         * i386.c (ix86_expand_setcc):  Always expect target to be QImode.
7974         * i386.md (s* expanders): Destination is QImode.
7975
7976         * toplev.c (rest_of_compilation): Do not call clear_log_links.
7977         * rtl.h (clear_log_links): Kill.
7978         * flow.c (clear_log_links): Make static; accept blocks parameter;
7979         do no clear life info.
7980         (update_life_info): Call clear_log_links.
7981
7982         * cfganal.c (forwarder_block_p): Avoid active_insn_p calls.
7983
7984 2001-10-20  Neil Booth  <neil@daikokuya.demon.co.uk>
7985
7986         * cpplex.c (handle_newline, skip_escaped_newlines,
7987         get_effective_char, skip_block_comment, skip_line_comment,
7988         parse_identifier_slow, parse_number, parse_string,
7989         _cpp_lex_direct): Update to do more stepping back.
7990         (trigraph_ok): Similarly.  Rename trigraph_p.
7991         (SAVE_STATE, RESTORE_STATE): Remove.
7992         (BUFF_SIZE_UPPER_BOUND): Tweak.  Add sanity check.
7993
7994         * cpplib.c (destringize): Rename destringize_and_run, and
7995         call run_directive directly.
7996         (_cpp_do__Pragma): Simplify.
7997
7998 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7999
8000         * pe.c (arm_pe_unique_section): Const-ify.
8001         * pe.h (TARGET_ASM_NAMED_SECTION): Undef before defining.
8002         (switch_to_section): Add static prototype.
8003
8004         * output.h (drectve_section): Prototype.
8005
8006 2001-10-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8007
8008         * config.gcc (i[34567]86-*-gnu*, arc-*-elf*, d30v-*,
8009         fr30-*-elf, hppa*64*-*-linux*, parisc*64*-*-linux*, hppa*-*-linux*,
8010         parisc*-*-linux*, i370-*-linux*, i[34567]86-*-chorusos*,
8011         i[34567]86-*-elf*, i[34567]86-ncr-sysv4*, i[34567]86-*-netware,
8012         i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
8013         i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-freebsd*,
8014         i[34567]86-*-netbsdelf*, i[34567]86-*-linux*libc1,
8015         i[34567]86-*-linux*, i[34567]86-moss-msdos*, i[34567]86-*-moss*,
8016         i[34567]86-go32-rtems*, i[34567]86-*-rtems*, i[34567]86-*-rtemself*,
8017         i[34567]86-*-solaris2*, i[34567]86-*-sysv5*, i[34567]86-*-sysv4*,
8018         i[34567]86-*-udk*, i[34567]86-*-osf1*, i[34567]86-dg-dgux*,
8019         i860-alliant-*, i860-*-sysv4*, ia64*-*-aix*, ia64*-*-linux*,
8020         ia64*-*-hpux*, m32r-*-elf*, m88k-dg-dgux*, m88k-*-sysv4*, mcore-*-elf,
8021         mips*-*-linux*, mn10200-*-*, mn10300-*-*, pj*-linux*, pjl-*,
8022         powerpc64-*-linux*, powerpc-*-sysv*, powerpc-*-netbsd*,
8023         powerpc-*-chorusos*, powerpc-*-eabiaix*, powerpc-*-eabisim*,
8024         powerpc-*-elf*, powerpc-*-eabi*, powerpc-*-rtems*,
8025         powerpc-*-linux*libc1, powerpc-*-linux*, powerpc-wrs-vxworks*,
8026         powerpcle-wrs-vxworks*, powerpcle-*-sysv*, powerpcle-*-elf*,
8027         powerpcle-*-eabisim*, powerpcle-*-eabi*, powerpcle-*-solaris2*,
8028         rs6000-*-mach*, s390-*-linux*, s390x-*-linux*, sh-*-elf*,
8029         sh-*-rtemself*, sh-*-rtems*, sh-*-linux*, stormy16-*-elf,
8030         v850-*-rtems*, v850-*-*, x86_64-*-linux*), cris-*-aout, cris-*-elf,
8031         cris-*-none, cris-*-linux*: Update ${tmfile} list.
8032         (c4x-*-rtems*, c4x-*, i[34567]86-go32-rtems*, i[34567]86-*-rtemscoff*,
8033         i[34567]86-*-rtems*, i[34567]86-*-rtemself*, i[34567]86-*-osf1*,
8034         mn10200-*-*, mn10300-*-*, powerpc-*-beos*, powerpc-*-darwin*,
8035         powerpc-wrs-vxworks*, powerpcle-wrs-vxworks*, v850-*-rtems*,
8036         v850-*-*): Delete superflous ${cpu_type} setting.
8037         * config/linux.h: Delete svr4.h include.
8038         (SET_ASM_OP): Delete.
8039         * config/netware.h (INT_ASM_OP): Undef before define.
8040         * config/ptx4.h: Delete elfos.h include.
8041         (PREFERRED_DEBUGGING_TYPE): Undef instead of wrapping.
8042         * config/svr4.h: Delete elfos.h include. Update commentary.
8043         * config/arc/arc.h, config/d30v/d30v.h, config/fr30/fr30.h,
8044         config/m32r/m32r.h, config/m88k/sysv4.h, config/mn10200/mn10200.h,
8045         config/mn10200/mn10300.h, config/stormy16/stormy16.h,
8046         config/v850/v850.h: Delete svr4.h include.
8047         * config/i370/linux.h, config/i386/osf1elf.h, config/m68k/linux.h,
8048         config/m68k/m68kv4.h, config/m88k/sysv4.h,
8049         config/sparc/sysv4.h: Update includes.
8050         * config/i386/beos-elf.h, config/i386/netware.h, config/i386/ptx4-i.h,
8051         config/i386/rtemself.h, config/i386/sol2.h, config/i386/sysv4.h,
8052         config/i386/sysv5.h, config/i386/udk.h, config/ia64/linux.h,
8053         config/m88k/dguxbcs.h: Delete includes.
8054         * config/i386/dgux.h, config/i386/osf1elfgdb.h: Delete include.
8055         (PREFERRED_DEBUGGING_TYPE): Undef before defining it.
8056         * config/i860/fx2800.h (ASM_OUTPUT_SOURCE_LINE): Undef before defining
8057         it.
8058         * config/m88k/dgux.h: Delete include.
8059         (SDB_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):  Undef before
8060         defining it.
8061         * config/pj/pj.h (ASM_GENERATE_INTERNAL_LABEL,
8062         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Undef before defining it.
8063         * config/sh/elf.h: Update include.
8064         (SDB_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE,
8065         DWARF2_ASM_LINE_DEBUG_INFO): Move behind includes.
8066
8067 2001-10-19  Catherine Moore  <clm@redhat.com>
8068
8069         * config/stormy16/stormy-abi:  Updates to varargs descriptions.
8070         * config/stormy16/stormy16.c (stormy16_build_va_list):  Reverse
8071         base and count fields.
8072         (stormy16_expand_builtin_va_start):  last_reg_count changed to
8073         size_of_reg_args.  Use count + size in first comparison.
8074
8075 Fri Oct 19 15:24:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8076
8077         * langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.
8078         * toplev.h (struct lang_hooks): New field HONOR_READONLY.
8079         * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGING_P from
8080         TREE_READONLY and TYPE_READONLY if lang_hooks.honor_readonly.
8081         Set alignment from type if INDIRECT_REF.
8082         (adjust_address_1, offset_address): Simplify alignment compuitation.
8083         * expr.c (expand_expr, case INDIRECT_REF): Don't set RTX_UNCHANGING_P
8084         here; done by set_mem_attributes.
8085
8086 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8087
8088         * Makefile.in (rtlanal.o): Depend on $(TM_P_H).
8089         * arm-protos.h (rdata_section, zero_init_section, common_section):
8090         Prototype.
8091         * arm.h (ASM_OUTPUT_DEF_FROM_DECLS): Const-ify.
8092         * avr.h (ASM_OUTPUT_SKIP): Rename macro parameter to avoid
8093         traditional mode stringification.
8094         * function.c (thread_prologue_and_epilogue_insns): Wrap variable
8095         in macros controling its use.
8096         * rtlanal.c: Include tm_p.h.
8097         * varasm.c (asm_output_aligned_bss): Mark parameter with
8098         ATTRIBUTE_UNUSED.
8099         (assemble_constant_align, assemble_start_function, assemble_align,
8100         assemble_variable, assemble_trampoline_template,
8101         output_constant_def_contents): Wrap potentially empty if-stmt body
8102         in brackets.
8103
8104 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8105
8106         * a29k-protos.h (literal_section): Prototype.
8107         * a29k.h (ASM_FILE_START): Don't discard pointer qualifier.
8108         * a29k.md: Ensure function pointers are prototyped.
8109         * genattrtab.c (write_eligible_delay): Mark parameter with
8110         ATTRIBUTE_UNUSED.
8111
8112 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8113
8114         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
8115         * 1750a.c (print_operand): Fix format specifier warning.
8116         * 1750a.h (ASM_FILE_START): Don't discard pointer qualifier.
8117         * 1750a.md: Likewise.
8118         * gcc.c (init_gcc_specs): Wrap with ENABLE_SHARED_LIBGCC.
8119         * genemit.c (output_add_clobbers): Mark parameter with
8120         ATTRIBUTE_UNUSED.
8121         * genrecog.c (write_subroutine): Likewise.
8122         * integrate.c (expand_inline_function): Delete unused variable.
8123         * varasm.c (remove_from_pending_weak_list): Wrap with
8124         ASM_WEAKEN_LABEL.
8125
8126 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
8127
8128         * simplify-rtx.c (simplify_plus_minus): Negate constant iff its neg
8129         field is different to previous argument's neg field.
8130
8131         * config/alpha/alpha.c (summarize_insn): Don't abort on ASM_INPUT.
8132
8133 Fri Oct 19 15:24:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8134
8135         * final.c (get_decl_from_op): New function.
8136         (output_asm_insn): Call it; write "*" when item with decl is address.
8137
8138 2001-10-19  Janis Johnson  <janis187@us.ibm.com>
8139
8140         * doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation
8141         about 64-bit support from the 3.0_branch version.
8142
8143 2001-10-19  Zack Weinberg  <zack@codesourcery.com>
8144
8145         * aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and
8146         USE_INCLUDED_LIBINTL when appropriate.
8147         * configure, config.in: Regenerate.
8148         * Makefile.in (datadir): Set to @datadir@.
8149         (intl.o): Also depend on $(CONFIG_H) and system.h.
8150
8151         * intl.c: Factor out common gettext initialization sequence.
8152         (gcc_init_libintl):  New function.
8153         * intl.h: Include intl/libgnuintl.h if USE_INCLUDED_LIBINTL;
8154         otherwise include libintl.h if HAVE_LIBINTL_H; otherwise turn
8155         off NLS.  Add multiple include guard.  No need to #ifdef-guard
8156         an #undef.  Prototype gcc_init_libintl here.
8157
8158         * collect2.c (main), cppmain.c (general_init), gcc.c (main),
8159         gcov.c (main), protoize.c (main), toplev.c (toplev_main):
8160         Use gcc_init_libintl.
8161
8162 2001-10-19  Catherine Moore  <clm@redhat.com>
8163
8164         * config/stormy16/stormy16.h (ASM_COMMENT_START): Define.
8165
8166         * config/stormy16/stormy16.c (stormy16_split_move):  Make
8167         sure that REG_INC notes are present for auto_inc operands.
8168
8169 2001-10-19  Andreas Jaeger  <aj@suse.de>
8170
8171         * configure: Regenerated.
8172         * configure.in: Add x86_64 to switch statements.
8173
8174 2001-10-18  Richard Henderson  <rth@redhat.com>
8175
8176         * config/alpha/alpha.md (sibcall_osf_1): Load destination
8177         address into $27 explicitly.
8178         (sibcall_value_osf_1): Likewise.
8179
8180 Thu Oct 18 16:07:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8181
8182         * emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.
8183         (offset_address): New function.
8184         (free_emit_status): Free regno_decl.
8185         (init_emit): Pass proper number of elements to xcalloc.
8186         Allocate regno_decl.
8187         (mark_emit_status): Mark regno_decl values.
8188         * expr.c (highest_pow2_factor): New function.
8189         (expand_assigment): Use it and offset_address.
8190         Properly handle ptr_mode vs. Pmode in offset calculation.
8191         (store_constructor, expand_expr_unaligned): Likewise.
8192         (expand_expr, case COMPONENT_EXPR): Likewise.
8193         * expr.h (offset_address): New decl.
8194         * function.h (struct emit_status): Add regno_decl.
8195         (REGNO_DECL): New macro.
8196         * final.c (output_asm_name): Move in file and don't conditionalize
8197         on flag_print_asm_name.
8198         (output_asm_insn): Only call output_asm_name if flag_print_asm_name.
8199         Output names of operands, if known.
8200         * function.c (assign_parms): Set REGNO_DECL.
8201         * integrate.c (integrate_decl_tree): Likewise.
8202         * stmt.c (expand_decl): Likewise.
8203         * regclass.c (reg_scan_mark_refs): Propagate REGNO_DECL for copies.
8204
8205 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
8206
8207         * attribs.c (handle_noinline_attribute): New function.
8208         (handle_used_attribute): Likewise.
8209         (c_common_attribute_table): Added noinline and used.
8210         * doc/extend.texi (Function Attributes): Document them.
8211         * c-decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
8212         Warn when merging inline with attribute noinline.
8213         (start_decl, start_function): Warn if inline and attribute
8214         noinline appear in the same declaration.
8215
8216 2001-10-17  Neil Booth  <neil@daikokuya.demon.co.uk>
8217
8218         * config.gcc: Update c4x and i370 for C front end-specific
8219         dependencies.
8220         * config/c4x/c4x-c.c: New.
8221         * config/c4x/c4x-protos.h (c4x_handle_pragma): Remove.
8222         (code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
8223         New declarations.
8224         * config/c4x/c4x.c: Don't include c-lex.h or c-pragma.h.
8225         (code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
8226         Make extern.
8227         (c4x_init_pragma): Remove.
8228         (c4x_parse_pragma, c4x_pr_CODE_SECTION, c4x_pr_DATA_SECTION,
8229         c4x_pr_FUNC_IS_PURE, c4x_pr_FUNC_NEVER_RETURNS, c4x_pr_INTERRUPT,
8230         c4x_pr_ignored): Move to c4x-c.c.
8231         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
8232         * config/c4x/t-c4x: Update.
8233         * config/i370/i370-c.c: New.
8234         * config/i370/i370.c: Don't include c-lex.h or c-pragma.h.
8235         (i370_pr_map): Move to i370-c.c.
8236         * config/i370/t-i370: New.
8237
8238         * doc/tm.texi: Update.
8239
8240 2001-10-17  Stan Shebs  <shebs@apple.com>
8241
8242         * config/rs6000/rs6000.c: Make assorted mechanical formatting and
8243         typo fixes throughout.
8244         (machopic_output_stub): Remove some dead code.
8245
8246 2001-10-17  Richard Earnshaw <rearnsha@arm.com>
8247
8248         * cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory
8249         leak.
8250
8251 Wed Oct 17 05:26:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8252
8253         * Makefile.in (print-rtl.o): Depend on TREE_H.
8254         * alias.c (get_alias_set): Make two passes over objects to first
8255         see if inner object is access via restricted pointer.
8256         Defer allocating alias set for restricted pointer until here.
8257         Call find_placeholder with second arg nonzero.
8258         Minor cleanups.
8259         * c-common.c (c_apply_type_quals_to_decl): Defer getting alias
8260         set for restricted pointer types.
8261         * emit-rtl.c (set_mem_attributes): Set more attributes.
8262         (set_mem_align, change_address, adjust_address_1): New functions.
8263         (change_address_1): Now static.
8264         (adjust_address, adjust_address_nv): Deleted.
8265         (replace_equiv_address): Call change_address_1.
8266         * expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
8267         (find_placeholder): Get starting point from PLIST arg.
8268         (expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
8269         * expr.h (set_mem_align, change_address, adjust_address_1): New decls.
8270         (adjust_address, adjust_address_nv): New macros.
8271         * print-rtl.c (tree.h): New include.
8272         (print_rtx, case MEM): Print all memory attributes.
8273
8274 2001-10-17  Richard Henderson  <rth@redhat.com>
8275
8276         * config/alpha/alpha.c (direct_call_operand): Don't fall off end.
8277
8278 2001-10-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8279
8280         * c-tree.texi: Eliminate duplicated word.
8281         * cpp.texi: Likewise.
8282         * install.texi: Likewise.
8283         * invoke.texi: Likewise.
8284         * tm.texi: Likewise.
8285
8286 2001-10-17  Michael Collison  <collison@isisinc.net>
8287
8288         * dsp16xx.c: Fix comment formatting to match GNU standards.
8289         (dsp16xx_output_function_prologue): Change type of 'size'
8290         parameter from 'int' to HOST_WIDE_INT.
8291         (dsp16xx_output_function_epilogue): Change type of 'size'
8292         parameter from 'int' to HOST_WIDE_INT.
8293
8294 2001-10-16  Richard Henderson  <rth@redhat.com>
8295
8296         * configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check.
8297         * configure, config.in: Rebuild.
8298
8299         * config/i386/i386.c (ix86_output_addr_vec_elt): New.
8300         (ix86_output_addr_diff_elt): New.
8301         * config/i386/i386.h (ASM_OUTPUT_ADDR_VEC_ELT): Use them.
8302         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
8303         (JUMP_TABLES_IN_TEXT_SECTION): New.
8304         * config/i386/i386.md (tablejump): Handle HAVE_AS_GOTOFF_IN_DATA.
8305         * config/i386/i386-protos.h: Update.
8306
8307         * config/i386/386bsd.h, config/i386/beos-elf.h,
8308         config/i386/freebsd-aout.h, config/i386/freebsd.h,
8309         config/i386/i386-interix.h, config/i386/i386elf.h,
8310         config/i386/linux.h, config/i386/netbsd-elf.h,
8311         config/i386/netbsd.h, config/i386/openbsd.h,
8312         config/i386/ptx4-i.h, config/i386/rtemself.h,
8313         config/i386/sco5.h, config/i386/sysv4.h, config/i386/x86-64.h
8314         (ASM_OUTPUT_ADDR_DIFF_ELT, JUMP_TABLES_IN_TEXT_SECTION): Remove.
8315
8316 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
8317
8318         * stmt.c (expand_asm_operands): Update commentary.
8319
8320 2001-10-16  Stan Shebs  <shebs@apple.com>
8321
8322         * config/darwin.h (GCC_NAME): Remove, no longer used.
8323         (NO_MATH_LIBRARY): Ditto.
8324         (MATH_LIBRARY): Define to emptiness.
8325         (DWARF2_DEBUGGING_INFO): Define.
8326         (PREFERRED_DEBUGGING_TYPE): Define.
8327         (EXTRA_SECTION_FUNCTIONS): Add darwin_exception_section.
8328         (EXCEPTION_SECTION): Define.
8329         (ASM_PREFERRED_EH_DATA_FORMAT): Define.
8330         * config/darwin.c (darwin_encode_section_info): Handle case of
8331         DECL_INITIAL being error_mark_node.
8332
8333 2001-10-16  Richard Henderson  <rth@redhat.com>
8334
8335         * alpha.c (current_file_function_operand): Don't fail for profiling.
8336         (direct_call_operand): New.
8337         * alpha-protos.h: Declare it.
8338         * alpha.h (EXTRA_CONSTRAINT): Use it.
8339         (PREDICATE_CODES): Add it.
8340         (ASM_OUTPUT_MI_THUNK): Remove.
8341         * alpha32.h (ASM_OUTPUT_MI_THUNK): Remove.
8342         * alpha.md (sibcall_osf_1, sibcall_value_osf_1): Add 's' alternative.
8343
8344 2001-10-16  Krister Walfridsson  <cato@df.lth.se>
8345
8346         * config/i386/netbsd-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Define.
8347         (JUMP_TABLES_IN_TEXT_SECTION): Define.
8348
8349 Wed Oct 17 00:21:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
8350
8351         * cfg.c (free_edge): Break out from ....
8352         (remove_edge): ... here.
8353         (clear_edges): Use free_edge.
8354
8355         * att.h (ASM_QUAD): Add comment.
8356         * bsd.h, sco5.h, sun386.h (ASM_QUAD): Define.
8357
8358 Wed Oct 17 00:01:02 CEST 2001  Jan Hubicka  <jh@suse.cz>
8359
8360         * i386.c (split_ti): New function.
8361         (ix86_split_to_parts): Support TImodes.
8362         * i386.h (VALID_INT_MODE_P): Add TImode.
8363         * i386.md (movdi splitter): Fix.
8364         (movti): Support 64bit integer registers.
8365         (movti_rex64): New function and splitter.
8366
8367         * i386.c (*_cost): Add movsx/movzx cost.
8368         * i386.h (struct processor_costs): Add movsx/movzx fields.
8369         (RTX_COSTS): Handle zero/sign extend + avoid believing that
8370         64bit operations require split on 64bit machine.
8371         (CONST_COST): Make large 64bit constants expensive on 64bit compilation.
8372
8373         * i386.c (ix86_setup_incoming_varargs): Fix mode of PLUS.
8374         (ix86_expand_move): Avoid pushes of memory if size does not match;
8375         move long constants to register.
8376         (x86_initialize_trampoline): Fix mode.
8377         * i386.h (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT):
8378         Use ASM_QUAD on 64bit.
8379         * i386.md (test pattern): Disallow impossible constants.
8380         (tablejump PIC expander): Fix emitting of sum.
8381         (movdicc_rex64): Rename to movdicc.
8382         * linux64.h (LINK_SPEC): Add missing '%'.
8383
8384 2001-10-16  Alexandre Oliva  <aoliva@redhat.com>
8385
8386         * tree-inline.c (inlinable_function_p): Leave it up to the
8387         front-end to turn -finline-functions into DECL_INLINE set for all
8388         functions.
8389
8390 2001-10-16  Stan Shebs  <shebs@apple.com>
8391
8392         * config/rs6000/darwin.h (ASM_COMMENT_START): Define.
8393
8394 2001-10-16  Alan Modra  <amodra@bigpond.net.au>
8395
8396         * recog.c: Formatting and comment typo fixes.
8397
8398         * configure.in (gcc_cv_as_bfd_srcdir): New.  Use it to find gas
8399         version in single tree build.
8400         * configure: Regenerate.
8401
8402 2001-10-15  David Edelsohn  <edelsohn@gnu.org>
8403
8404         * config/rs6000/rs6000.md (cr_logical): Swap order of CODE and
8405         MODE arguments to gen_rtx and compare operand with const0_rtx.
8406
8407 2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8408
8409         * system.h: Poison old unused target macros.
8410         * config/dsp16xx.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
8411         * config/stormy16/stormy16.c: Update references to obsolete macros.
8412         * config/stormy16/stormy16.h: Similarly.
8413         * config/stormy16/stormy16.md: Similarly.
8414         * config/cris/cris.h: Similarly.
8415
8416 2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8417
8418         * cpplib.c (struct pragma_entry): Store the name as a hashnode.
8419         (lookup_pragma_entry, insert_pragma_entry, do_pragma,
8420         cpp_register_pragma): Update accordingly.
8421
8422 2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
8423
8424         * c-pragma.h (cpp_register_pragma_space): Remove.
8425         * cpplib.h (cpp_register_pragma_space): Remove.
8426         * cpplib.c (lookup_pragma_entry, insert_pragma_entry): New.
8427         (cpp_register_pragma_space): Remove.
8428         (cpp_register_pragma): Simplify using lookup_pragma_entry,
8429         add sanity checks.
8430         (do_pragma): Similarly.
8431         (_cpp_init_internal_pragmas): Don't register namespaces.
8432
8433         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS):
8434         Don't register namespaces.
8435         * cp/lex.c (init_cp_pragma): Similarly.
8436         * doc/tm.texi: Update.
8437
8438 2001-10-10  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8439
8440         PR c/4157
8441         * config/i386/cygwin.h: Add missing space to MINGW_INCLUDES
8442
8443 2001-10-13  Michael Collison  <collison@dhcp-12-114.townisp.com>
8444
8445         * config/dsp16xx/dsp16xx.md: Rewrite for more efficient code and
8446         add scheduling support.
8447         * config/dsp16xx/dsp16xx.h: Rewrite for more efficient code.
8448         * config/dsp16xx/dsp16xx.c: Rewrite for more efficient code.
8449         * config/dsp16xx/dsp16xx-protos.h: Add new function prototypes.
8450
8451
8452 2001-10-13  Hans-Peter Nilsson  <hp@axis.com>
8453
8454         * config/cris/cris.c (cris_legitimate_pic_operand): Kludge around
8455         missing CONSTANT_P test in core GCC.
8456
8457 2001-10-12  Neil Booth  <neil@daikokuya.demon.co.uk>
8458
8459         * cppmain.c (struct printer): New member source.
8460         (scan_translation_unit): Fix spacing at start of lines.
8461         (cb_line_change): Update.
8462
8463         * gcc.dg/cpp/spacing2.c: New test.
8464
8465 2001-10-12  Hans-Peter Nilsson  <hp@axis.com>
8466
8467         * config/cris/arit.c: Use __builtin_labs, not abs.
8468
8469         * config/cris/cris.h (SET_STRIPPABLE_EXECUTABLE): Don't define.
8470
8471         * config/cris/cris.c (cris_target_asm_function_epilogue): Move
8472         misplaced sprintf and fprintf argument.
8473
8474 2001-10-12  Zack Weinberg  <zack@codesourcery.com>
8475
8476         * ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40.
8477         * configure.in, Makefile.in: Take out obsolete check-po logic.
8478         * configure, config.in: Regenerate.
8479
8480 2001-10-12  Ziemowit Laski  <zlaski@apple.com>
8481
8482         * objc/objc-act.c (finish_objc): Correct precondition for emitting
8483         symtab declarations.
8484
8485 2001-10-12  Stan Shebs  <shebs@apple.com>
8486
8487         * config/rs6000/rs6000.c: Remove uses of "register" specifier in
8488         declarations of arguments and local variables.
8489
8490 2001-10-12  Christopher Faylor  <cgf@redhat.com>
8491
8492         * config/i386/cygwin.h: Revert erroneous checkin of crtbegin and
8493         ENDFILE_SPEC definition.
8494
8495 2001-10-12  Kazu Hirata  <kazu@hxi.com>
8496
8497         * gthr-dce.h: Fix comment formatting.
8498         * gthr-posix.h: Likewise.
8499         * gthr-single.h: Likewise.
8500         * gthr-solaris.h: Likewise.
8501         * gthr-vxworks.h: Likewise.
8502         * gthr-win32.h: Likewise.
8503
8504 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
8505
8506         * final.c (output_asm_insn): Make sure assembly dialects are
8507         terminated, not nested.  Output `|' and `}' characters if they
8508         don't appear inside assembly dialect selection.
8509         * config/i386/i386.md (rep_movdi_rex64, rep_movsi, rep_movsi_rex64,
8510         rep_movqi, rep_movqi_rex64, rep_stosdi_rex64, rep_stossi,
8511         rep_stossi_rex64, rep_stosqi, rep_stosqi_rex64, strsetsi_1,
8512         strsetsi_rex_1): Add {} braces.
8513
8514 2001-10-11  Zack Weinberg  <zack@codesourcery.com>
8515
8516         * toplev.c (compile_file): Ignore return value from yyparse.
8517         Always pop any nested binding levels after yyparse returns.
8518
8519 2001-10-11  Richard Henderson  <rth@redhat.com>
8520
8521         * doc/c-tree.texi (Expression trees): Add VTABLE_REF.
8522
8523 2001-10-11  Richard Henderson  <rth@redhat.com>
8524
8525         * dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT,
8526         fall back to add_AT_long_long for large CONST_INT.
8527
8528 2001-10-11  Richard Henderson  <rth@redhat.com>
8529
8530         * config/i386/i386.md (setcc splitters): Add four splitters to
8531         simplify compound compares that simplify_comparison can't handle.
8532
8533 2001-10-11  Zack Weinberg  <zack@codesourcery.com>
8534
8535         * cpplex.c (digraph_spellings, token_spellings): Make static.
8536
8537 2001-10-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8538
8539         * unroll.c (loop_iterations): Fixup last patch.
8540
8541 2001-10-11  Richard Henderson  <rth@redhat.com>
8542
8543         * rtl.h (REG_VTABLE_REF): New.
8544         * rtl.c (reg_note_name): Add it.
8545         * combine.c (distribute_notes): Handle it.
8546         * final.c (final_scan_insn): Handle it.
8547         * tree.def (VTABLE_REF): New.
8548         * expr.c (expand_expr): Handle it.
8549         * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): New.
8550         * output.h: Declare them.
8551
8552 2001-10-11  Richard Henderson  <rth@redhat.com>
8553
8554         * dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look
8555         for a DECL_INITIAL.
8556
8557 2001-10-11  David Edelsohn  <edelsohn@gnu.org>
8558
8559         * config/rs6000/xcoff.h (UNALIGNED_DOUBLE_INT_ASM_OP): Only
8560         available in 64-bit mode.
8561
8562 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8563
8564         * config.gcc: Add cris-*-aout, cris-*-elf, cris-*-none,
8565         cris-*-linux* cases.
8566         * config/cris/cris-protos.h: New file.
8567         * config/cris/cris.c: New file.
8568         * config/cris/cris.h: New file.
8569         * config/cris/cris.md: New file.
8570         * config/cris/linux.h: New file.
8571         * config/cris/aout.h: New file.
8572         * config/cris/arit.c: New file.
8573         * config/cris/cris_abi_symbol.c: New file.
8574         * config/cris/mulsi3.asm: New file.
8575         * config/cris/t-aout: New file.
8576         * config/cris/t-cris: New file.
8577         * config/cris/t-elfmulti: New file.
8578         * config/cris/t-linux: New file.
8579         * doc/invoke.texi: Add CRIS options.
8580         * doc/install.texi (Specific): Add blurb for CRIS.
8581
8582 2001-10-10  Hartmut Schirmer <SchirmerH@Innovative-Systems.de>
8583
8584         * config/float-i128.h: Make sure __STDC__VERSION__ is defined
8585         before using it.
8586         * config/float/i32.h: Likewise.
8587         * config/float-i386.h: Likewise.
8588         * config/float-i64.h: Likewise.
8589         * config/float-m68k.h: Likewise.
8590         * config/float-sh.h: Likewise.
8591         * config/float-sparc.h: Likewise.
8592
8593 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8594
8595         * doc/contrib.texi: Add note about CRIS port to my entry.
8596
8597 2001-10-11  Kazu Hirata  <kazu@hxi.com>
8598
8599         * basic-block.h: Fix formatting.
8600         * bitmap.h: Likewise.
8601         * cpplib.h: Likewise.
8602         * c-tree.h: Likewise.
8603         * diagnostic.h: Likewise.
8604         * flags.h: Likewise.
8605         * ggc.h: Likewise.
8606         * longlong.h: Likewise.
8607         * real.h: Likewise.
8608         * reload.h: Likewise.
8609         * rtl.h: Likewise.
8610         * tree.h: Likewise.
8611
8612 2001-10-10  Richard Henderson  <rth@redhat.com>
8613
8614         * c-parse.in (asm_operand): Allow named operands.
8615         * genconfig.c (max_recog_operands): Set to 29.
8616         * local-alloc.c (requires_inout): Skip multiple digits.
8617         * recog.c (asm_operand_ok): Likewise.
8618         (preprocess_constraints): Use strtoul for matching constraints.
8619         (constrain_operands): Likewise.
8620         * regmove.c (find_matches): Likewise.
8621         * reload.c (find_reloads): Likewise.
8622         * stmt.c (parse_output_constraint): Don't reject in-out
8623         constraint on operands > 9.  Reject '[' in constraint.
8624         (expand_asm_operands): Handle named operands.  Use strtoul
8625         for matching constraints.
8626         (check_operand_nalternatives): Split out from expand_asm_operands.
8627         (check_unique_operand_names): New.
8628         (resolve_operand_names, resolve_operand_name_1): New.
8629
8630         * doc/extend.texi (Extended Asm): Document named operands.
8631         * doc/md.texi (Simple Constraints): Document matching constraints
8632         on operands > 9.
8633
8634 2001-10-10  Richard Henderson  <rth@redhat.com>
8635
8636         * combine.c (try_combine): Handle a SEQUENCE of one insn.
8637
8638         * i386.c (test splitter): Narrow tests vs paradoxical subregs.
8639         (jcc splitters): Add two splitters to simplify compound compares
8640         that simplify_comparison can't handle.
8641
8642 2001-10-10  Richard Henderson  <rth@redhat.com>
8643
8644         * langhooks.c: Include langhooks.h.
8645         * Makefile.in (langhooks.o): Depend on it.
8646
8647 Wed Oct 10 23:49:06 EDT 2001  John Wehle  (john@feith.com)
8648
8649         * rtlanal.c (noop_move_p): Insns with a REG_RETVAL note
8650         should not be considered as a no-op.
8651         * flow.c (delete_noop_moves): Handle REG_LIBCALL notes.
8652
8653 2001-10-10  Stan Shebs  <shebs@apple.com>
8654
8655         * alias.c: Remove uses of "register" specifier in declarations
8656         of arguments and local variables.
8657         * c-common.c: Ditto.
8658         * c-convert.c: Ditto.
8659         * c-decl.c: Ditto.
8660         * c-format.c: Ditto.
8661         * c-semantics.c: Ditto.
8662         * c-typeck.c: Ditto.
8663         * caller-save.c: Ditto.
8664         * calls.c: Ditto.
8665         * cfg.c: Ditto.
8666         * cfgbuild.c: Ditto.
8667         * cfgrtl.c: Ditto.
8668         * collect2.c: Ditto.
8669         * combine.c: Ditto.
8670         * convert.c: Ditto.
8671         * cppexp.c: Ditto.
8672         * cppfiles.c: Ditto.
8673         * cse.c: Ditto.
8674         * dbxout.c: Ditto.
8675         * defaults.h: Ditto.
8676         * df.c: Ditto.
8677         * dwarf2out.c: Ditto.
8678         * dwarfout.c: Ditto.
8679         * emit-rtl.c: Ditto.
8680         * explow.c: Ditto.
8681         * expmed.c: Ditto.
8682         * expr.c: Ditto.
8683         * final.c: Ditto.
8684         * fix-header.c: Ditto.
8685         * floatlib.c: Ditto.
8686         * flow.c: Ditto.
8687         * fold-const.c: Ditto.
8688         * function.c: Ditto.
8689         * gcc.c: Ditto.
8690         * gcse.c: Ditto.
8691         * gen-protos.c: Ditto.
8692         * genattrtab.c: Ditto.
8693         * gencheck.c: Ditto.
8694         * genconfig.c: Ditto.
8695         * genemit.c: Ditto.
8696         * genextract.c: Ditto.
8697         * genflags.c: Ditto.
8698         * gengenrtl.c: Ditto.
8699         * genoutput.c: Ditto.
8700         * genpeep.c: Ditto.
8701         * genrecog.c: Ditto.
8702         * gensupport.c: Ditto.
8703         * global.c: Ditto.
8704         * gmon.c: Ditto.
8705         * graph.c: Ditto.
8706         * haifa-sched.c: Ditto.
8707         * hard-reg-set.h: Ditto.
8708         * hash.c: Ditto.
8709         * integrate.c: Ditto.
8710         * jump.c: Ditto.
8711         * lists.c: Ditto.
8712         * local-alloc.c: Ditto.
8713         * loop.c: Ditto.
8714         * mips-tdump.c: Ditto.
8715         * mips-tfile.c: Ditto.
8716         * optabs.c: Ditto.
8717         * prefix.c: Ditto.
8718         * print-rtl.c: Ditto.
8719         * read-rtl.c: Ditto.
8720         * real.c: Ditto.
8721         * recog.c: Ditto.
8722         * reg-stack.c: Ditto.
8723         * regclass.c: Ditto.
8724         * regmove.c: Ditto.
8725         * reload.c: Ditto.
8726         * reload1.c: Ditto.
8727         * reorg.c: Ditto.
8728         * resource.c: Ditto.
8729         * rtl.c: Ditto.
8730         * rtlanal.c: Ditto.
8731         * scan.c: Ditto.
8732         * sched-deps.c: Ditto.
8733         * sched-rgn.c: Ditto.
8734         * sdbout.c: Ditto.
8735         * simplify-rtx.c: Ditto.
8736         * stmt.c: Ditto.
8737         * stor-layout.c: Ditto.
8738         * toplev.c: Ditto.
8739         * tradcif.y: Ditto.
8740         * tradcpp.c: Ditto.
8741         * tree.c: Ditto.
8742         * unroll.c: Ditto.
8743         * varasm.c: Ditto.
8744         * xcoffout.c: Ditto.
8745
8746 2001-10-10  Richard Henderson  <rth@redhat.com>
8747
8748         * rtl.h (can_reverse_comparison_p): Remove.
8749
8750 2001-10-10  Christopher Faylor <cgf@redhat.com>
8751
8752         * config/i386/cygwin.h: Avoid adding include files if -nostdinc is
8753         used.
8754
8755 2001-10-10  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
8756
8757         * config/i386/mingw32.h (WIN32_NO_ABSOLUTE_INST_DIRS): New define.
8758         (Thanks to Chris Faylor for suggesting macro name).
8759         (CPP_PREDEFINES): Define __MINGW32__ but don't set value; add more
8760         WIN32 defines.
8761         (STANDARD_INCLUDE_DIR): Remove i386- from directory name.
8762         (STANDARD_INCLUDE_COMPONENT): Change to MINGW.
8763         (MATH_LIBRARY): Undef before definition.
8764         (OUTPUT_QUOTED_STRING): Likewise.
8765         * config/i386/cygwin.h: Use WIN32_NO_ABSOLUTE_INST_DIRS.
8766
8767 2001-10-10  Richard Henderson  <rth@redhat.com>
8768
8769         * unwind-dw2-fde.c (fde_compare_t): Change return type to int.
8770         (fde_unencoded_compare): Likewise.  Don't use subtraction to get
8771         a tristate comparison value.
8772         (fde_single_encoding_compare, fde_mixed_encoding_compare): Likewise.
8773
8774 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8775
8776         PR c++/4512
8777         * unroll.c (loop_iterations): Ignore insns generated by loop
8778         unrolling.
8779
8780         * config.gcc (mips*-*-gnu*): Delete support.
8781         * config/mips/gnu.h: Remove.
8782
8783 2001-10-10  Kazu Hirata  <kazu@hxi.com>
8784
8785         * calls.c: Fix formatting.
8786         * c-decl.c: Likewise.
8787         * cfgcleanup.c: Likewise.
8788         * combine.c: Likewise.
8789         * cppfiles.c: Likewise.
8790         * cpplib.c: Likewise.
8791         * cppmacro.c: Likewise.
8792         * crtstuff.c: Likewise.
8793         * cse.c: Likewise.
8794         * dwarf2out.c: Likewise.
8795         * expmed.c: Likewise.
8796         * expr.c: Likewise.
8797         * fold-const.c: Likewise.
8798         * function.c: Likewise.
8799         * gcse.c: Likewise.
8800         * genattrtab.c: Likewise.
8801         * ggc-page.c: Likewise.
8802         * integrate.c: Likewise.
8803         * libgcc2.c: Likewise.
8804         * loop.c: Likewise.
8805         * optabs.c: Likewise.
8806         * profile.c: Likewise.
8807         * protoize.c: Likewise.
8808         * real.c: Likewise.
8809         * recog.c: Likewise.
8810         * reload1.c: Likewise.
8811         * reload.c: Likewise.
8812         * reorg.c: Likewise.
8813         * resource.c: Likewise.
8814         * sched-rgn.c: Likewise.
8815         * sdbout.c: Likewise.
8816         * stmt.c: Likewise.
8817         * toplev.c: Likewise.
8818         * varasm.c: Likewise.
8819
8820 2001-10-10  Janis Johnson  <janis187@us.ibm.com>, Alexandre Oliva  <aoliva@redhat.com>
8821
8822         * langhooks.c: Include rtl.h, insn-config.h and integrate.h.
8823         * Makefile.in (langhooks.o): Add dependencies.
8824
8825 Wed Oct 10 00:41:29 EDT 2001  John Wehle  (john@feith.com)
8826
8827         * rs6000.c (rs6000_emit_load_toc_table): Don't
8828         strdup the toc label.
8829         (create_TOC_reference): Likewise.
8830
8831 2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
8832
8833         * config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent
8834         version default.
8835
8836 2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
8837
8838         * config/i386/i386.c (ix86_attribute_table): Correct
8839         min_len, max_len fields for dllimport, dllexport and shared.
8840
8841 2001-10-10  Joseph S. Myers  <jsm28@cam.ac.uk>
8842
8843         * doc/c-tree.texi, doc/cppinternals.texi, doc/extend.texi,
8844         doc/install.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi:
8845         Consistently use "nonzero" instead of "non-zero".
8846
8847 2001-10-09  Kazu Hirata  <kazu@hxi.com>
8848
8849         * acconfig.h: Fix comment formatting.
8850         * c-dump.h: Likewise.
8851         * c-tree.h: Likewise.
8852         * conditions.h: Likewise.
8853         * expr.h: Likewise.
8854         * function.h: Likewise.
8855         * gthr.h: Likewise.
8856         * hwint.h: Likewise.
8857         * integrate.h: Likewise.
8858         * intl.h: Likewise.
8859         * loop.h: Likewise.
8860         * optabs.h: Likewise.
8861
8862 2001-10-09  Kazu Hirata  <kazu@hxi.com>
8863
8864         * c-common.h: Fix comment formatting.
8865         * c-dump.c: Likewise.
8866         * cfg.c: Likewise.
8867         * diagnostic.h: Likewise.
8868         * except.c: Likewise.
8869         * gcc.h: Likewise.
8870         * gcov-io.h: Likewise.
8871         * genattrtab.c: Likewise.
8872         * output.h: Likewise.
8873         * predict.h: Likewise.
8874         * reload1.c: Likewise.
8875         * reload.h: Likewise.
8876         * resource.h: Likewise.
8877         * scan.h: Likewise.
8878         * system.h: Likewise.
8879         * tree.h: Likewise.
8880         * tree-inline.c: Likewise.
8881         * tsystem.h: Likewise.
8882         * varasm.c: Likewise.
8883         * xcoffout.h: Likewise.
8884
8885 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8886
8887         * doc/gcc.texi: Document preference for "nonzero" over "non-zero".
8888
8889 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8890
8891         * config/alpha/freebsd.h, config/alpha/lib1funcs.asm,
8892         config/i386/i386elf.h, config/i386/netbsd-elf.h,
8893         config/i386/netware.h, config/mcore/gfloat.h,
8894         config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md,
8895         config/netware.h, gccbug.in: Update FSF address.
8896
8897 2001-10-09  Kazu Hirata  <kazu@hxi.com>
8898
8899         * c-common.c: Fix comment typos.
8900         * cfgrtl.c: Likewise.
8901         * collect2.c: Likewise.
8902         * cpplex.c: Likewise.
8903         * doloop.c: Likewise.
8904         * dwarf2out.c: Likewise.
8905         * dwarfout.c: Likewise.
8906         * expr.c: Likewise.
8907         * fold-const.c: Likewise.
8908         * gcc.c: Likewise.
8909         * gcov.c: Likewise.
8910         * gcse.c: Likewise.
8911         * global.c: Likewise.
8912         * ifcvt.c: Likewise.
8913         * loop.c: Likewise.
8914         * optabs.c: Likewise.
8915         * protoize.c: Likewise.
8916         * regclass.c: Likewise.
8917         * reorg.c: Likewise.
8918         * rtl.h: Likewise.
8919         * stmt.c: Likewise.
8920         * tree.h: Likewise.
8921         * doc/cpp.texi: Likewise.
8922         * doc/c-tree.texi: Likewise.
8923         * doc/extend.texi: Likewise.
8924         * doc/invoke.texi: Likewise.
8925         * doc/objc.texi: Likewise.
8926         * doc/tm.texi: Likewise.
8927
8928 2001-10-08  Richard Henderson  <rth@redhat.com>
8929
8930         * varasm.c (set_named_section_flags): Initialize "declared".
8931
8932 2001-10-08  Robert Lipe  <robertlipe@usa.net>
8933
8934         * varasm.c (struct in_named_entry): Add declared.
8935         (named_section_first_declaration): New function.
8936         (default_elf_asm_named_section): Use it.
8937         * output.h (named_section_first_declaration): New.
8938
8939 2001-10-08  Richard Henderson  <rth@redhat.com>
8940
8941         * i386.md (movsi_xor): Export.
8942         (setcc peep2): Use it when available; add an alternative to
8943         match zero_extendhisi2_and.
8944
8945 2001-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8946
8947         * romp-protos.h (romp_initialize_trampoline): New function.
8948         * romp.c (romp_initialize_trampoline): Likewise.
8949         * romp.h (INITIALIZE_TRAMPOLINE): Define in terms of
8950         romp_initialize_trampoline.
8951
8952 2001-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8953
8954         * m68k/3b1.h (ASM_OUTPUT_SOURCE_LINE): Don't reference `last_linenum'.
8955         * m68k/auxas.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
8956         * m68k/crds.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
8957         * m68k/mot3300.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
8958
8959 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8960
8961         * unroll.c (loop_iterations): Extend check for multiple back edges.
8962
8963 2001-10-08  Alexandre Oliva  <aoliva@redhat.com>
8964
8965         * langhooks.h: New file.
8966         * Makefile.in (OBJS): Added langhooks.o.
8967         (c-lang.o): Depend on langhooks.h.
8968         (c-common.o): Don't depend on tree-inline.h.
8969         (tree-inline.o): Depend on toplev.h.
8970         (langhooks.o): New rule.
8971         * c-common.c: Don't include tree-inline.h.
8972         (c_mark_lang_decl): Mark argument c as unused.
8973         (c_common_lang_init): Don't initialize hooks here.
8974         * c-lang.c: Include langhooks.h, then override some macros.
8975         (lang_hooks): Initialize with macros in langhooks.h.
8976         (c_init): Don't initialize hooks here.
8977         * toplev.c (struct lang_hooks_for_tree_inlining): New struct.
8978         (struct lang_hooks): Add tree_inlining.  Refer to langhooks.h.
8979         * tree-inline.c: Include toplev.h.  Don't define hook variables.
8980         * tree-inline.h: Don't define hook types nor declare hook
8981         variables.  Move macros to...
8982         * langhooks.c: ... new file, as functions.  Adjust all callers.
8983
8984 2001-10-08  Jeffrey A Law  <law@cygnus.com>
8985
8986         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Call
8987         purge_mem_unchanging_flag on all instructions, not just on those
8988         before NOTE_INSN_FUNCTION_BEG.
8989
8990 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
8991
8992         * cppmacro.c (_cpp_create_definition): Leave comments off.
8993
8994         * doc/cpp.texi: Update.
8995
8996 2001-10-08  DJ Delorie  <dj@redhat.com>
8997
8998         * c-decl.c (grokfield): Make sure the only unnamed fields
8999         we're allowing are either structs or unions.
9000         * doc/extend.texi: Add documentation for the unnamed field
9001         extension.
9002
9003 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
9004
9005         * aclocal.m4 (gcc_AC_PROG_GNAT): New.
9006         * configure.in: Use it.
9007         * configure: Regenerated.
9008         * config/pa/t-linux, config/pa/t-pa, config/pa/t-pa64,
9009         config/pa/t-pro: Set T_ADAFLAGS, not ADA_CFLAGS.
9010
9011 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9012
9013         * cppfiles.c (open_file): Don't mark zero-length files
9014         never-reread here.  Don't output diagnostics here either.
9015         (stack_include_file): Mark them never-reread here.
9016         (_cpp_read_file): Update.
9017
9018 2001-10-08  Richard Henderson  <rth@redhat.com>
9019
9020         * config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.
9021
9022 2001-10-08  Richard Henderson  <rth@redhat.com>
9023
9024         * expr.c (store_expr): When converting a CONST_INT for storage
9025         in a SUBREG, convert it to both SUBREG modes before stripping
9026         the SUBREG.
9027
9028 2001-10-08  Richard Henderson  <rth@redhat.com>
9029
9030         * varasm.c (restore_varasm_status): New.
9031         * function.h: Declare it.
9032         * function.c (pop_function_context_from): Call it.
9033
9034 2001-10-08  Richard Henderson  <rth@redhat.com>
9035
9036         * c-common.h (struct c_lang_decl): Add declared_inline.
9037         * c-tree.h (DECL_DECLARED_INLINE_P): New.
9038         * c-lang.c (c_disregard_inline_limits): Use it.
9039         * c-decl.c (duplicate_decls): Likewise.
9040         (pushdecl, redeclaration_error_message): Likewise.
9041         (pushdecl): Allocate DECL_LANG_SPECIFIC if needed.
9042         (grokdeclarator): Likewise.  Set DECL_DECLARED_INLINE_P.
9043         Set DECL_INLINE if -finline-functions.
9044         (store_parm_decls): Don't allocate DECL_LANG_SPECIFIC here.
9045
9046 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9047
9048         * cppmacro.c (funlike_invocation_p): Move some logic to caller
9049         in enter_macro_context.  Create a padding token in its own context
9050         if necessary when the search for '(' fails.
9051         (enter_macro_context): Update.
9052
9053 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9054
9055         * ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c,
9056         genmultilib, toplev.c: Fix spelling errors of "separate" as
9057         "seperate", and corresponding spelling errors of related words.
9058
9059 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9060
9061         * builtins.c (expand_builtin_setjmp_receiver): Const-ify.
9062         * c-common.c (fname_var_t, c_tree_code_type, c_tree_code_length):
9063         Likewise.
9064         * c-dump.c (dump_option_value_info): Likewise.
9065         * c-format.c (format_length_info, format_char_info,
9066         format_flag_spec, format_flag_pair, format_kind_info): Likewise.
9067         * collect2.c (names): Likewise.
9068         * cppdefault.h (default_include): Likewise.
9069         * cppexp.c (suffix, vsuf_1, vsuf_2, vsuf_3): Likewise.
9070         * flow.c (life_analysis): Likewise.
9071         * gcc.c (dir_separator_str, modify_target, option_map,
9072         target_option_translations, spec_list_1, extra_specs_1,
9073         init_spec): Likewise.
9074         * gcov.c (gcov_version_string): Likewise.
9075         * genattr.c (write_units): Likewise.
9076         * genattrtab.c (make_length_attrs, write_function_unit_info): Likewise.
9077         * gengenrtl.c (rtx_definition, defs): Likewise.
9078         * genrecog.c (pred_table): Likewise.
9079         * global.c (global_alloc): Likewise.
9080         * lcm.c (optimize_mode_switching): Likewise.
9081         * local-alloc.c (find_free_reg): Likewise.
9082         * params.h (param_info): Likewise.
9083         * predict.c (predictor_info): Likewise.
9084         * protoize.c (unexpansion_struct): Likewise.
9085         * real.c (bmask): Likewise.
9086         * recog.h (insn_operand_data, insn_data): Likewise.
9087         * regclass.c (initial_fixed_regs, initial_call_used_regs): Likewise.
9088         * stmt.c (expand_nl_goto_receiver): Likewise.
9089         * toplev.c (da, debug_args, lang_opt, documented_lang_options,
9090         target_switches, target_options): Likewise.
9091         * tradcif.y (token, tokentab2, yylex): Likewise.
9092         * tree.h (attribute_spec): Likewise.
9093
9094         * alpha.c (override_options, alpha_lookup_xfloating_lib_func):
9095         Likewise.
9096         * arc.c (arc_output_function_epilogue): Likewise.
9097         * arm.c (processors, all_cores, all_architectures,
9098         arm_override_options, isr_attribute_arg, isr_attribute_args,
9099         arm_isr_value): Likewise.
9100         * avr.c (mcu_type_s, reg_class_tab, order_regs_for_local_alloc):
9101         Likewise.
9102         * c4x.c (c4x_int_reglist): Likewise.
9103         * d30v.c (override_options): Likewise.
9104         * h8300.c (shift_insn): Likewise.
9105         * i386.c (size_cost, i386_cost, i486_cost, pentium_cost,
9106         pentiumpro_cost, k6_cost, athlon_cost, pentium4_cost, ix86_cost,
9107         ix86_expand_sse_comi, ix86_expand_sse_compare, override_options,
9108         builtin_description, bdesc_comi, bdesc_2arg, bdesc_1arg,
9109         ix86_init_mmx_sse_builtins, ix86_expand_builtin): Likewise.
9110         * i386.h (processor_costs, ix86_cost): Likewise.
9111         * m68hc11.c (m68hc11_cost, m6811_cost, m6812_cost): Likewise.
9112         * m68hc11.h (processor_costs, m68hc11_cost): Likewise.
9113         * m68k.c (codes_68881, codes_FPA): Likewise.
9114         * m88k.c (mode_from_align, max_from_align, all_from_align,
9115         best_from_align, m_options): Likewise.
9116         * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
9117         * mcore.c (mode_from_align): Likewise.
9118         * mips/elf64.h (UNIQUE_SECTION): Likewise.
9119         * mips/iris6gld.h (UNIQUE_SECTION): Likewise.
9120         * mips.c (mips_sw_reg_names, mips_regno_to_class): Likewise.
9121         * mips.h (mips_regno_to_class): Likewise.
9122         * ns32k.c (scales): Likewise.
9123         * pa.c (import_string, magic_milli): Likewise.
9124         * rs6000.c (alt_reg_names, rs6000_override_options): Likewise.
9125         * sparc.c (leaf_reg_remap, sparc_override_options,
9126         reg_leaf_alloc_order, reg_nonleaf_alloc_order, reg_alloc_orders):
9127         Likewise.
9128         * sparc.h (sparc_cpu_select, leaf_reg_remap): Likewise.
9129
9130 2001-10-07  Dale Johannesen  <dalej@apple.com>
9131
9132         * reload1.c (reload_reg_free_p): Teach register interference
9133         checking that multiple output reloads are emitted in
9134         reverse order.
9135         reload1.c (reload_reg_reaches_end_p):  Ditto.
9136         reload1.c (reloads_conflict):  Ditto.
9137
9138 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9139
9140         * doc/c-tree.texi, doc/tm.texi: Consistently put NULL and
9141         NULL_TREE inside @code.
9142
9143 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9144
9145         * doc/gcc.texi: Document consistent style of "32-bit",
9146         "Objective-C", and "@code{NULL}".
9147
9148 2001-10-06  Zack Weinberg  <zack@codesourcery.com>
9149
9150         * cpplex.c (enum spell_type): Add SPELL_NUMBER.
9151         (cpp_token_len, cpp_spell_token, cpp_output_token,
9152         _cpp_equiv_tokens): Handle it.
9153         * cpplib.h (TTYPE_TABLE): Use SPELL_NUMBER for CPP_NUMBER and
9154         CPP_COMMENT, SPELL_NONE for CPP_PADDING and CPP_EOF.
9155         * cppexp.c (_cpp_parse_expr): Use the correct operator code in
9156         error messages.
9157
9158 Sat Oct  6 07:42:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9159
9160         * gcc.c (default_compilers): Remove .ada.
9161
9162 2001-10-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9163
9164         * doc/cppinternals.texi: Update.
9165
9166 2001-10-06  Zack Weinberg  <zack@codesourcery.com>
9167
9168         * gcc.c (main): Set this_file_error if the appropriate
9169         compiler for a language has not been installed.
9170
9171 2001-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
9172
9173         * config/s390/s390.c (s390_va_arg): Use set_mem_alias_set.
9174
9175 2001-10-05  Joseph S. Myers  <jsm28@cam.ac.uk>
9176
9177         * gccbug.in (CATEGORIES): Add ada.
9178
9179 2001-10-05  Catherine Moore  <clm@redhat.com>
9180
9181         * config/stormy16/stormy-abi:  Document abi changes.
9182         * config/stormy16/stormy16.h (REG_ALLOC_ORDER): Redefine.
9183         (ICALL_REGS): New register class.
9184         (NUM_ARGUMENT_REGISTERS): Now 6.
9185         (DEFAULT_PCC_STRUCT_RETURN): Don't try to return structs
9186         in registers.
9187         (REG_CLASS_FROM_LETTER): Map 'z' to ICALL_REGS.
9188         * config/stormy16.md (call_internal, call_value_internal,
9189         indirect_jump): Use new 'z' constraint.
9190
9191 2001-10-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9192
9193         * doc/cppinternals.texi: Update.
9194
9195 2001-10-05  Richard Henderson  <rth@redhat.com>
9196
9197         * dwarf2out.c (FRAME_BEGIN_LABEL): New.
9198         (output_call_frame_info): Use it instead of __FRAME_BEGIN__ and
9199         the gas section-name-as-label feature.
9200
9201 2001-10-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9202
9203         * doc/cppinternals.texi: Update.
9204
9205 Fri Oct  5 08:17:46 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9206
9207         * config/i386/i386.c (ix86_split_to_parts): Use trunc_int_for_mode
9208         to ensure valid SImode constants.
9209
9210 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
9211
9212         * Makefile.in (c-decl.o): Depend on tree-inline.h.
9213         (c-lang.o): Likewise, as well as insn-config.h and integrate.h.
9214         * c-decl.c: Include tree-inline.h.
9215         (c_expand_body): Call optimize_inline_calls. Determine whether
9216         a function is inlinable upfront, and only clear
9217         DECL_SAVED_TREE, DECL_INITIAL and DECL_ARGUMENTS if it isn't.
9218         * c-lang.c: Include tree-inline.h, insn-config.h and integrate.h.
9219         (c_disregard_inline_limits): New function.
9220         (inline_forbidden_p, c_cannot_inline_tree_fn): Likewise.
9221         (c_post_options): Enable tree inlining if inlining is enabled.
9222         Don't inline trees when instrumenting functions.
9223         (c_init): Initialize lang_disregard_inline_limits and
9224         lang_cannot_inline_tree_fn.
9225         * tree-inline.c (initialize_inlined_parameters): Handle calls
9226         with fewer arguments than declared parameters, and fewer
9227         parameters than passed arguments.  Don't assume value is a
9228         DECL.
9229         (declare_return_variable): Convert return value back to the
9230         original type, if it was promoted.
9231         (tree_inlinable_function_p): New function.
9232         (inlinable_function_p): Don't look at DECL_INLINE if we're
9233         inlining all functions.  Make it work with a NULL id.
9234         Re-check DECL_UNINLINABLE after language-specific checks.
9235         * tree-inline.h (tree_inlinable_function_p): Declare it.
9236         * integrate.c (save_for_inline): Don't bother to prepare argvec
9237         when not inlining.
9238         * cse.c (check_for_label_ref): Don't check deleted labels.
9239
9240         * Makefile.in (tree-inline.o): Depend on newly-included headers.
9241         * tree-inline.c: Include headers needed for the functions moved in.
9242         (struct inline_data, INSNS_PER_STMT): Moved from cp/optimize.c.
9243         (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
9244         (copy_body, initialize_inlined_parameters): Likewise.
9245         (declare_return_variable, inlinable_function_p): Likewise.
9246         (expand_call_inline, expand_calls_inline): Likewise.
9247         (optimize_inline_calls, clone_body): Likewise.
9248         (walk_tree, walk_tree_without_duplicates): Moved from cp/tree.c.
9249         (copy_tree_r, remap_save_expr): Likewise.
9250
9251 2001-10-04  Alexandre Oliva  <aoliva@redhat.com>
9252
9253         * Makefile.in (OBJS): Added tree-inline.o.
9254         (c-common.o): Depend on tree-inline.h.
9255         (tree-inline.o): New target.
9256         * c-common.c: Include tree-inline.h.
9257         (c_mark_lang_decl): Don't mark saved_tree.
9258         (c_common_lang_init): Set lang_anon_aggr_type_p.
9259         * c-common.h (walk_tree_fn, DECL_SAVED_TREE): Moved to tree.h.
9260         (struct c_lang_decl): Moved saved_tree to tree_decl.
9261         * ggc-common.c: Mark saved_tree and inlined_fns of FUNCTION_DECLs.
9262         * integrate.h (function_attribute_inlinable_p): Declare it.
9263         * integrate.c (function_attribute_inlinable_p): Export it.
9264         * tree-inline.c: New file.  Define variables declared in...
9265         * tree-inline.h: New file.  Declare functions to be moved to
9266         tree-inline.c.  Define macros and declare types and hooks for
9267         language-specific tree inlining.
9268         (flag_inline_trees): Moved definition from cp/decl2.c.
9269         * tree.h (walk_tree_fn, DECL_SAVED_TREE): Moved from c-common.h.
9270         (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved from cp/cp-tree.h.
9271         (struct tree_decl): Moved saved_tree from c_lang_decl and
9272         inlined_fns from C++'s lang_decl.
9273
9274 2001-10-04  Loren J. Rittle  <ljrittle@acm.org>
9275
9276         * Makefile.in (STAGE2_FLAGS_TO_PASS): Remove patches which
9277         propagated HOST_CC, HOST_CFLAGS, HOST_LDFLAGS and HOST_CPPFLAGS.
9278
9279 2001-10-04  Neil Booth  <neil@daikokuya.demon.co.uk>
9280
9281         * doc/cppinternals.texi: Update.
9282
9283 2001-10-04  Eric Christopher  <echristo@redhat.com>
9284
9285         * config/mips/mips.c (init_cumulative_args): Remember to set
9286         cum->prototype.
9287         * config.gcc: Redo linux configuration. Add target_cpu_default
9288         of soft-float to all mipsisa32 combinations and tx39.
9289         * config/mips/linux.h: Remove include of mips.h.
9290
9291 2001-10-03  Loren J. Rittle  <ljrittle@acm.org>
9292
9293         * Makefile.in (STAGE2_FLAGS_TO_PASS): Propagate HOST_CFLAGS,
9294         HOST_LDFLAGS and HOST_CPPFLAGS.
9295
9296 2001-10-03  Ziemowit Laski  <zlaski@apple.com>
9297
9298         * c-parse.in (objc_inherit_code, objc_pq_context,
9299         objc_public_flag): Make static.
9300         (objc_interface_context, objc_implementation_context,
9301         objc_method_context, objc_ivar_chain, objc_ivar_context): Move to
9302         global tree array in objc/objc-act.[ch].
9303         (methoddef): Remove unnecessary code.
9304
9305         * objc/objc-act.c: (hashed_attribute, hashed_entry, imp_entry):
9306         Hoist struct definitions to objc-act.h.
9307         (nst_method_hash_list, cls_method_hash_list, imp_list, imp_count,
9308         cat_count): Place declaration in objc-act.h.
9309         (objc_tree_index): Move enumeration to objc-act.h.
9310         (objc_global_trees): Place declaration and macro accessors in
9311         objc-act.h.
9312         (implementation_context): Remove duplicate; use
9313         objc_implementation_context instead:
9314         (method_context): Remove duplicate; use objc_method_context
9315         instead.
9316         (objc_ellipsis_node, objc_method_prototype_template,
9317         implemented_classes, function_type): Move global vars to
9318         objc_global_trees.
9319         (init_objc): Use LAST_BASE_TREE_CODE instead of LAST_CODE.
9320         (build_message_expr): Move actual construction of ObjC message
9321         send nodes to finish_message_expr.
9322         (finish_message_expr): New routine, contains code formerly in
9323         build_message_expr.
9324         * objc/objc-act.h (finish_message_expr): New prototype.
9325         (objc_ivar_chain, objc_method_context, objc_ellipsis_node): Remove
9326         declarations; these vars are now part of objc_global_trees.
9327         (objc_tree_index, objc_global_trees): Move definitions from
9328         objc-act.c.
9329         * objc/objc-tree.def: Update copyright info.
9330
9331 Wed Oct  3 12:22:11 EDT 2001  John Wehle  (john@feith.com)
9332
9333         * dwarf2asm.c (unaligned_integer_asm_op): Abort if
9334         op is NULL.
9335         * sparc/sysv4.h (UNALIGNED_DOUBLE_INT_ASM_OP): Use
9336         only if TARGET_ARCH64.
9337
9338 2001-10-02  Bernd Schmidt  <bernds@redhat.com>
9339
9340         * doc/extend.texi: Fix some problems with previous checkin.
9341         * doc/invoke.texi: Likewise.
9342
9343 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9344
9345         * cpphash.h: Update comments.
9346         (cpp_context): Update.
9347         (spec_nodes): Remove n__Pragma.
9348         * cppinit.c (cpp_create_reader): Update.
9349         (builtin_array): Add _Pragma.
9350         * cpplib.h: Update comments.
9351         (NODE_DISABLED, BT_PRAGMA): New.
9352         (cpp_start_lookahead, cpp_stop_lookahead): Remove prototypes.
9353         * cppmacro.c (struct cpp_macro): Remove disabled.
9354         (builtin_macro): Return int, handle _Pragma, push the new token
9355         on the context stack.
9356         (funlike_invocation_p): Unconstify, update.
9357         (enter_macro_context): Handle builtins here.
9358         (replace_args, push_token_context, push_ptoken_context):
9359         Update for prototype changes.
9360         (_cpp_pop_context): Update.
9361         (cpp_get_token): Don't handle buitins, nor _Pragma here.
9362         (cpp_sys_macro_p): Update.
9363         (_cpp_free_definition): Clear disabled flag.
9364         (_cpp_create_definition): Upate.
9365         * cppmain.c: Update comments.
9366
9367 Tue Oct  2 12:46:01 CEST 2001  Bo Thorsen     <bo@suse.co.uk>,
9368                                 Andreas Jaeger <aj@suse.de>,
9369                                 Jan Hubicka    <jh@suse.cz>
9370
9371         * doc/invoke.texi (i386 Options): Document x86-64 options.
9372         (i386 and x86-64 Options): Rename i386 options section.
9373
9374         * config/i386/i386.h (TARGET_UNWIND_INFO): New.
9375         (TARGET_SWITCHES): Add -munwind-info.
9376         (MASK_NO_UNWIND_INFO): New.
9377         (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define for
9378         biarch compilation.
9379         (ASM_OUTPUT_DOUBLE_INT): New.
9380
9381         * config/i386/linux64.h: New spec file for Linux x86-64 support.
9382         * config.gcc: Fix tm_file settings for x86-64.
9383         * config/i386/x86-64.h: New file with OS independent x86-64
9384         definitions.
9385         * config/i386/biarch64.h: New file used to configure compiler
9386         to biarch/64bit compilation.
9387
9388         * config/i386/i386.c: (override_options): Set flags default
9389         for 64bit compilation.
9390
9391 Tue Oct  2 12:46:01 CEST 2001  Jan Hubicka  <jh@suse.cz>
9392
9393         * i386.c (legitimize_pic_address): Add missing bits of 64bit support.
9394         (ix86_expand_int_movcc): Optimize DImode conditional moves with
9395         constants on x86_64.
9396         (ix86_attr_length_immediate_default): Support MODE_DI.
9397         * i386.md (fixdi splitter): Add missing "&& 1" in splitter
9398         condition.
9399         (indirect_jump, tablejump): Turn into expander.
9400
9401 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9402
9403         * c-common.c (c_format_attribute_table): Make format and
9404         format_arg attributes apply to function types rather than to
9405         decls.
9406         (is_valid_printf_arglist): Construct an attribute list and pass
9407         that to check_function_format rather than a name.
9408         * c-common.h (check_function_format): Adjust prototype.
9409         * c-decl.c (duplicate_decls): Preserve attributes from type of
9410         built-in decl when allowing for harmless conflict in types.
9411         * c-format.c (record_function_format,
9412         record_international_format, function_format_list,
9413         international_format_info, international_format_list): Remove.
9414         (function_format_info): Remove next, name and assembler_name.
9415         Make format_num and first_arg_num be unsigned HOST_WIDE_INT.
9416         (decode_format_attr): New.
9417         (handle_format_attribute): Handle receiving a type rather than a
9418         decl.  Call decode_format_attr.  Store format information in a
9419         function_format_info.
9420         (handle_format_arg_attribute): Correct comment.  Handle receiving
9421         a type rather than a decl.  Use unsigned HOST_WIDE_INT for
9422         arg_num.
9423         (check_format_info_recurse, check_format_info_main): Take argument
9424         numbers as unsigned HOST_WIDE_INT.
9425         (check_function_format): Take a list of attributes from the
9426         function type rather than a name or assembler name.  Check for
9427         format attributes in that list and the attributes on the type of
9428         the current function rather than looking through
9429         function_format_list.
9430         (check_format_info): Use unsigned HOST_WIDE_INT for argument
9431         numbers.
9432         (check_format_info_recurse): Take format_arg attributes from the
9433         type of the function calls rather than using
9434         international_format_list.  Allow for multiple format_arg
9435         attributes.
9436         * c-typeck.c (build_function_call): Pass type attributes to
9437         check_function_format rather than name or assembler name.  Don't
9438         require there to be a name or assembler name to check formats.
9439
9440 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9441
9442         * attribs.c (decl_attributes): Possibly call
9443         insert_default_attributes to insert default attributes on
9444         functions in a lazy manner.
9445         * builtin-attrs.def: New file; define the default format and
9446         format_arg attributes.
9447         * c-common.c (c_format_attribute_table): Move to earlier in the
9448         file.
9449         (c_common_nodes_and_builtins): Initialize format_attribute_table.
9450         (enum built_in_attribute, built_in_attributes,
9451         c_attrs_initialized, c_init_attributes,
9452         c_common_insert_default_attributes): New.
9453         (c_common_lang_init): Don't initialize format_attribute_table.  Do
9454         call c_init_attributes.
9455         * Makefile.in (c-common.o): Depend on builtin-attrs.def.
9456         * c-common.h (init_function_format_info): Don't declare.
9457         (c_common_insert_default_attributes): Declare.
9458         * c-decl.c (implicitly_declare, builtin_function): Call
9459         decl_attributes.
9460         (init_decl_processing): Don't call init_function_format_info.
9461         (insert_default_attributes): New.
9462         * c-format.c (handle_format_attribute,
9463         handle_format_arg_attribute): Be quiet about inappropriate
9464         declaration when applying default attributes.
9465         (init_function_format_info): Remove.
9466         * tree.h (enum attribute_flags): Add ATTR_FLAG_BUILT_IN.
9467         (insert_default_attributes): Declare.
9468
9469 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9470
9471         * c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.
9472
9473 2001-10-01  Jim Wilson  <wilson@redhat.com>
9474
9475         * sched-deps.c (add_dependence): When elide conditional dependence,
9476         check that insn doesn't modify cond2.
9477
9478 2001-10-01  Dale Johannesen  <dalej@apple.com>
9479
9480         * config/rs6000/rs6000.h (enum processor_type): Add support
9481         for 7400 (G4) and 7450.
9482         (RTX_COSTS): Ditto.
9483         * config/rs6000/rs6000.c (rs6000_override_options): Ditto.
9484         (rs6000_issue_rate): Ditto.
9485         (rs6000_adjust_cost): Fix cycle counts for compares.
9486         (debug_stack_info):  Fix an obvious typo.
9487         * config/rs6000/rs6000.md: Add functional units for 7400 and 7450.
9488         * doc/invoke.texi: Document.
9489         * config/rs6000/darwin.h (TARGET_DEFAULT): Set to be reasonable
9490         for Darwin.
9491         (PROCESSOR_DEFAULT): Ditto.
9492
9493 2001-10-01  Loren J. Rittle  <ljrittle@acm.org>
9494
9495         * Makefile.in (STAGE2_FLAGS_TO_PASS): Propagate HOST_CC.
9496         (fixinc.sh): Map CC, CFLAGS and LDFLAGS to HOST_* versions for
9497         later recursive make invocation.
9498
9499 2001-10-01  Hans Boehm  <boehm@acm.org>
9500
9501         * optabs.c (emit_libcall_block): When using non-call exceptions,
9502         don't add REG_LIBCALL reg notes to trapping calls.
9503
9504 2001-10-01  David Billinghurst <David.Billinghurst@riotinto.com>
9505
9506         * flow.c (propagate_block_delete_libcall): Remove unused first arg
9507         (propagate_one_insn):  Update for above change
9508
9509 2001-10-01  David Billinghurst <David.Billinghurst@riotinto.com>
9510
9511         * unwind-sjlj.c (_Unwind_GetRegionStart, _Unwind_GetDataRelBase,
9512         _Unwind_GetTextRelBase): Argument is unused.
9513
9514 Mon Oct  1 19:20:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9515
9516         * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.
9517         Loop through NOPs, placeholders, and components.
9518         Don't go through NOPs if change mode.
9519         (record_alias_subset): Do nothing if SUBSET and SET are the same.
9520         * emit-rtl.c (set_mem_alias_set): Enable check.
9521         * expr.c (find_placeholder): New function.
9522         (expand_expr, case PLACEHOLDER_EXPR): Use it.
9523         (expand_expr, case COMPONENT_EXPR): Always copy OP0 when we need
9524         to modify it and avoid unneeded copies.
9525         * expr.h (expand_expr): Always define.
9526         (find_placeholder): New declaration.
9527
9528 2001-10-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9529
9530         * config/m68hc11/m68hc11.md ("add-split"): Fix add split when
9531         operand 2 is the stack pointer.
9532         ("addr-peephole"): Fix address computation peephole when operand 2
9533         is the stack pointer.
9534
9535 Mon Oct  1 09:26:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9536
9537         * config/i386/i386.c (ix86_va_arg): Call set_mem_alias_set.
9538         (ix86_setup_incoming_varargs): Likewise.
9539
9540 2001-10-01  Jason Merrill  <jason_merrill@redhat.com>
9541
9542         * stor-layout.c (layout_type): Don't complain about too-large
9543         array here.
9544
9545 Mon Oct  1 06:43:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9546
9547         * function.c (keep_stack_depressed): Don't use delete_insn.
9548
9549         * expr.h (set_mem_alias_set): Move decl to here.
9550         * rtl.h (mem_attrs): New typedef and struct.
9551         (union rtunion_def): Add field for mem_attrs.
9552         (X0MEMATTR, MEM_ATTRS): New macros.
9553         (MEM_ALIAS_SET): Use MEM_ATTRS.
9554         (MEM_DECL, MEM_OFFSET, MEM_SIZE, MEM_ALIGN): New macros.
9555         (MEM_COPY_ATTRIBUTES): Copy MEM_ATTRS.
9556         (set_mem_alias_set): Delete decl from here.
9557
9558         * alias.c (set_mem_alias_set): Delete from here.
9559         * emit-rtl.c (mem_attrs_htab): New variable.
9560         (rtx_htab_mark, rtx_htab_mark_1): Deleted.
9561         (mem_attrs_htab_hash, mem_attrs_htab_eq): New functions.
9562         (mem_attrs_mark, get_mem_attrs): Likewise.
9563         (gen_rtx_MEM): Clear MEM_ATTRS.
9564         (set_mem_attributes): Move to here.
9565         (set_mem_alias_set): Likewise, and call get_mem_attrs.
9566         (init_emit_once): const_int_htab now deletable htab.
9567         Initialize mem_attrs_htab.
9568         * explow.c (set_mem_attributes): Delete from here.
9569         * function.c (put_var_into_stack): Clear MEM_ATTRS.
9570         (gen_mem_addressof): Likewise; rework to use set_mem_attributes.
9571         * ggc-common.c (ggc_mark_rtx_children, case MEM): New case.
9572         * reload1.c (reload): Rework changing REG to MEM.
9573
9574 2001-09-30  H.J. Lu <hjl@gnu.org>
9575
9576         * acconfig.h (PREFIX_INCLUDE_DIR): New variable.
9577         * config.in: Rebuild.
9578
9579 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9580
9581         * config/m68hc11/m68hc11.md ("cmpqi_1"): Fix constraints.
9582         ("tsthi_1"): Avoid allocation in register y.
9583         ("*movqi_68hc12"): Reorganize and fix constraints.
9584         ("zero_extendqisi2"): Prefer d over x and y for operand 1.
9585         ("addqi3"): Likewise.
9586         ("addhi3"): Fix constraints.
9587         ("*logicalhi3_zexthi"): Disparage soft registers.
9588
9589 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9590
9591         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Fix move of sp
9592         to tmp reg.
9593
9594 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9595
9596         * config/m68hc11/m68hc11.h(INCOMING_RETURN_ADDR_RTX): Remove so
9597         that we use setjmp/longjmp exceptions.
9598
9599 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9600
9601         * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,
9602         POOL_SIZE, POOL_ROOM, POOL_COMMIT, struct cpp_chunk,
9603         struct cpp_pool, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
9604         _cpp_pool_alloc, _cpp_next_chunk): Remove.
9605         (_cpp_extend_buff, BUFF_ROOM): Update.
9606         (_cpp_append_extend_buff): New.
9607         (struct cpp_reader): Remove macro_pool, add a_buff.
9608         * cppinit.c (cpp_create_reader): Initialize a_buff, instead of
9609         macro_pool.
9610         (cpp_destroy): Free a_buff instead of macro_pool.
9611         * cpplex.c (new_chunk, chunk_suitable, _cpp_next_chunk,
9612         new_chunk, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
9613         _cpp_pool_alloc, ): Remove.
9614         (parse_number, parse_string): Update use of _cpp_extend_buff.
9615         (_cpp_extend_buff): Update.
9616         (_cpp_append_extend_buff, cpp_aligned_alloc): New.
9617         * cpplib.c (glue_header_name, parse_answer):
9618         Update use of _cpp_extend_buff.
9619         (cpp_register_pragma, cpp_register_pragma_space): Use
9620         _cpp_aligned_alloc.
9621         (do_assert, do_unassert): Check for EOL, update.
9622         * cppmacro.c (stringify_arg, collect_args): Update to use
9623         _cpp_extend_buff and _cpp_append_extend_buff.
9624         (save_parameter, parse_params, alloc_expansion_token,
9625         _cpp_create_definition): Rework memory management.
9626
9627 2001-09-29  Andris Pavenis  <pavenis@lanet.lv>
9628
9629         * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): Don't
9630         update md_exec_prefix.
9631         (UPDATE_PATH_HOST_CANONICALIZE): Don't free PATH as it can point
9632         to string constant.
9633
9634 2001-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
9635
9636         * config/s390/s390.h (EXTRA_CC_MODES): Add CCLmode.
9637         (SELECT_CC_MODE): Use s390_select_ccmode.
9638         * config/s390/s390-protos.h (s390_select_ccmode): Add.
9639         * config/s390/s390.c (s390_select_ccmode): New.
9640         (s390_match_ccmode): Add CCLmode.
9641         (s390_branch_condition_mask, s390_branch_condition_mnemonic): New.
9642         (output_branch_condition, output_inverse_branch_condition): Removed.
9643         (print_operand): Use s390_branch_condition_mnemonic.
9644         * config/s390/s390.md (addsi3_cc, addsi3_cconly, addsi3_cconly2,
9645         subsi3_cc, subsi3_cconly): Use logical instructions and CCLmode.
9646         (bunordered, bordered, buneq, bungt, bunlt, bnuge, bunle, bltgt): New.
9647
9648         * config/s390/s390.c (check_and_change_labels): Preserve CC mode
9649         when converting conditional branches to far branches.
9650         * config/s390/s390.md (cmpstr_const, cmpstr_64, cmpstr_31, cmpint_si,
9651         cmpint_di): Use CCSmode instead of CCUmode.
9652
9653         * config/s390/s390.c (legitimate_la_operand_p): New.
9654         * config/s390/s390-protos.h (legitimate_la_operand_p): Add.
9655         * config/s390/s390.md (movsi): Convert load address patterns to
9656         arithmetic operations when necessary.
9657         (addaddr_picR, addaddr_picL, addaddr_picN): Removed.
9658         (do_la): Renamed to *do_la and use legitimate_la_operand_p.
9659         (*do_la_reg_0): Don't use before reload.
9660
9661         * config/s390/s390.c (legitimize_address): Make more efficient
9662         use of two-register addressing mode.
9663
9664         * config/s390/s390.c (s390_function_prologue): Fix incorrect prolog
9665         with -mno-backchain in some corner cases.
9666
9667         * config/s390/s390.md (cmpsi_cct): Operands 0 and 1 do not commute.
9668
9669 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9670
9671         * reload.c (find_reloads): Mark new USE insns with QImode.
9672         (find_reloads_toplev, find_reloads_address, subst_reg_equivs,
9673         find_reloads_subreg_address): Likewise.
9674         * regrename.c (note_sets, clear_dead_regs): Abort if pseudos are
9675         encountered.
9676         * reload1.c (reload_combine_note_use): Likewise, inside USEs and
9677         CLOBBERs.
9678         (reload): Make sure there are no USEs with mode other than
9679         VOIDmode.  At the end, remove those marked with QImode.
9680
9681 2001-09-29  Per Bothner  <per@bothner.com>
9682
9683         * cppdefault.c (cpp_include_defaults):  Also search PREFIX_INCLUDE_DIR.
9684         * Makefile.in (includedir):  Rename to local_includedir.
9685         (includedir):  Define as $(prefix)/include.
9686         * config.in (PREFIX_INCLUDE_DIR):  New variable.
9687         * configure.in (PREFIX_INCLUDE_DIR):  Test for new variable.
9688
9689 2001-09-29  Bernd Schmidt  <bernds@redhat.com>
9690
9691         * config/i386/i386.c (init_mmx_sse_builtins): Fix type of storelps and
9692         storehps builtins.
9693         * doc/extend.texi (Vector Extensions): New node.
9694         * doc/invoke.texi (Machine Dependent Options): Add documentation for
9695         i386 -mmmx, -msse, -m3dnow.
9696
9697 Sat Sep 29 15:08:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
9698
9699         * doc/invoke.texi (Optimize Options): Revert an accidental checkin.
9700
9701 2001-09-29  Hans-Peter Nilsson  <hp@axis.com>
9702
9703         * cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn -> delete_insn.
9704
9705         * doc/invoke.texi (Optimize Options): Delete spurious @table.
9706
9707 2001-09-28  Richard Henderson  <rth@redhat.com>
9708
9709         * varasm.c (assemble_integer): Bound alignment check by
9710         BIGGEST_ALIGNMENT.
9711
9712         * cfgrtl.c (redirect_edge_and_branch): Abort if redirect_jump fails.
9713
9714 2001-09-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9715
9716         * config/i386/sol2.h (CPLUSPLUS_CPP_SPEC): Define.
9717
9718 2001-09-25  Bernd Schmidt  <bernds@redhat.com>
9719
9720         Mostly from Graham Stott  <grahams@redhat.com>
9721         * c-common.c (type_for_mode): Add support for V2SFmode.
9722         * tree.c (build_common_tree_nodes_2): Likewise.
9723         * tree.h (enum tree_index, global_trees): Likewise.
9724         * config/i386/i386.c (x86_3dnow_a): New variable.
9725         (override_options): Support 3Dnow extensions.
9726         (bdesc_2arg, bdesc_1arg): Some SSE instructions are also part of
9727         Athlon's version of 3Dnow.
9728         (ix86_init_mmx_sse_builtins): Create 3Dnow builtins.
9729         (ix86_expand_builtin): Handle them.
9730         (ix86_hard_regno_mode_ok): Support V2SFmode if using 3Dnow.
9731         * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A, TARGET_3DNOW,
9732         TARGET_3DNOW_A): New macros.
9733         (TARGET_SWITCHES): Add 3Dnow switches.
9734         (VALID_MMX_REG_MODE_3DNOW): New macro.
9735         (VECTOR_MODE_SUPPORTED_P): Use it.
9736         (enum ix86_builtins): Add entries for 3Dnow builtins.
9737         * config/i386/i386.md (movv2sf_internal, movv2sf, pushv2sf, pf2id,
9738         pf2iw, addv2sf3, subv2sf3, subrv2sf3, gtv2sf3, gev2sf3, eqv2sf3,
9739         pfmaxv23sf3, pfminv2sf3, mulv2sf3, femms, prefetch_3dnow, prefetchw,
9740         pfacc, pfnacc, pfpnacc, pi2fw, floatv2si2, pavgusb, pfrcpv2sf2,
9741         pfrcpit1v2sf3, pfrcpit2v2sf3, pfrsqrtv2sf2, pfrsqit1v2sf3,
9742         pmulhrwvhi3, pswapdv2si2, pswapdv2sf2): New patterns.
9743         (mmx_pmovmskb, mmx_maskmovq, sse_movntdi, umulv4hi3_highpart,
9744         mmx_uavgv8qi3, mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw,
9745         mmx_pshufw, umaxv8qi3, smaxv4hi3, uminv8qi3, sminv4hi3, sfence,
9746         sfence_insn, prefetch): Make these available if TARGET_SSE or
9747         TARGET_3DNOW_A.
9748
9749 Fri Sep 28 19:18:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
9750
9751         * i386-protos.h (ix86_setup_incoming_varargs, ix86_va_arg,
9752         ix86_va_start, ix86_build_va_list): Declare.
9753         * i386.c (ix86_setup_incoming_varargs, ix86_va_arg,
9754         ix86_va_start, ix86_build_va_list): New global functions.
9755         * i386.md (sse_prologue_save_insn): New insn.
9756         (sse_prologue_save): New expander.
9757         * i386.h (EXPAND_BUILTIN_VA_ARG, EXPAND_BUILTIN_VA_START,
9758         BUILD_VA_LIST_TYPE, SETUP_INCOMING_VARARGS): New macros.
9759
9760 2001-09-28  Neil Booth  <neil@daikokuya.demon.co.uk>
9761
9762         * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff):
9763         Use size_t everywhere, make definitions consistent with
9764         prototypes.
9765
9766 Fri Sep 28 14:59:34 CEST 2001  Jan Hubicka  <jh@suse.cz>
9767
9768         * gcse.c (replace_store_insn): Use delete_insn.
9769         * loop.c (move_movables): Likewise; avoid delete_insn
9770         from clobbering notes moved elsewhere.
9771         (check_dbra_loop): Use delete_insn.
9772         * ssa.c (convert_from_ssa): Likewise.
9773         * cse.c (cse_insn): Use delete_insn.
9774
9775 2001-09-28  Neil Booth  <neil@daikokuya.demon.co.uk>
9776
9777         * cpphash.h (struct cpp_buff): Make unsigned.
9778         (_cpp_get_buff): Take length of size_t.
9779         (_cpp_unaligned_alloc): New.
9780         (BUFF_ROOM, BUFF_FRONT, BUFF_LIMIT): New.
9781         (struct cpp_reader): Remove ident_pool.  Add u_buff.
9782         * cppinit.c (cpp_create_reader): Initialize u_buff, not ident_pool.
9783         (cpp_destroy): Destroy u_buff, not ident_pool.
9784         * cpplex.c (parse_number, parse_string, save_comment,
9785         cpp_token_as_text): Update to use the unaligned buffer.
9786         (new_buff): Make unsigned.
9787         (_cpp_unaligned_alloc): New.
9788         * cpplib.c (glue_header_name): Update to use the unaligned buffer.
9789         * cppmacro.c (new_number_token, builtin_macro, stringify_arg):
9790         Similarly.
9791         (collect_args): Make unsigned.
9792
9793 2001-09-27  Zack Weinberg  <zack@codesourcery.com>
9794
9795         * cpplex.c (cpp_output_token): Use a putc loop for
9796         SPELL_OPERATOR, and fwrite for SPELL_IDENT.
9797
9798         * configure.in: Detect fwrite_unlocked and fprintf_unlocked.
9799         * configure, config.in: Regenerate.
9800         * system.h: Replace fwrite and fprintf with their unlocked
9801         variants if available.
9802
9803 2001-09-27  Richard Henderson  <rth@redhat.com>
9804
9805         * dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_frame
9806         in favour of .eh_frame.
9807
9808 2001-09-27  Aldy Hernandez  <aldyh@redhat.com>
9809
9810         * config/rs6000/rs6000.h (FUNCTION_VALUE): Change hardcoded 33 and 3
9811         to macros.
9812         (LIBCALL_VALUE): Likewise.
9813
9814 2001-09-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9815
9816         * cpphash.h: Update comment.
9817         * cpplex.c: Update comments.
9818         (_cpp_can_paste): Remove.
9819         * cpplib.h (_cpp_can_paste): Remove.
9820         * cppmacro.c (paste_tokens, paste_all_tokens): Update to use the
9821         lexer rather than _cpp_can_paste.
9822
9823 2001-09-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9824
9825         * doc/cppinternals.texi: Update.
9826
9827 2001-09-26  Neil Booth  <neil@daikokuya.demon.co.uk>
9828
9829         * cpphash.h (struct cpp_pool): Remove locks and locked.
9830         (struct cpp_context): Add member buff.
9831         (struct cpp_reader): Remove member argument_pool.
9832         (_cpp_lock_pool, _cpp_unlock_pool): Remove.
9833         * cppinit.c (cpp_create_reader, cpp_destroy): Argument_pool is dead.
9834         * cpplex.c (chunk_suitable): Remove pool argument.
9835         (MIN_BUFF_SIZE, BUFF_SIZE_UPPER_BOUND, EXTENDED_BUFF_SIZE): New.
9836         (new_buff, _cpp_extend_buff): Update.
9837         (_cpp_get_buff): Fix silly pointer bug.  Be more selective about
9838         which buffer is returned.
9839         (_cpp_next_chunk, _cpp_init_pool): Pool locking removed.
9840         (_cpp_lock_pool, _cpp_unlock_pool): Remove.
9841         * cppmacro.c (lock_pools, unlock_pools): Remove.
9842         (push_ptoken_context): Take a _cpp_buff.
9843         (enter_macro_context): Pool locking removed.
9844         (replace_args): Use a _cpp_buff for the replacement list with
9845         arguments replaced.
9846         (push_token_context): Clear buff.
9847         (expand_arg): Use _cpp_pop_context.
9848         (_cpp_pop_context): Free a context's buffer, if any.
9849
9850 2001-09-26  DJ Delorie  <dj@redhat.com>
9851
9852         * c-typeck.c (digest_init): Check for sizeless arrays.
9853
9854 2001-09-26  Richard Henderson  <rth@redhat.com>
9855
9856         * optabs.c (init_one_libfunc): Create a dummy function type
9857         instead of using error_mark_node.
9858
9859 2001-09-26  Neil Booth  <neil@daikokuya.demon.co.uk>
9860
9861         * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff,
9862         _cpp_extend_buff, _cpp_free_buff): New.
9863         (struct cpp_reader): New member free_buffs.
9864         * cppinit.c (cpp_destroy): Free buffers.
9865         * cpplex.c (new_buff, _cpp_release_buff, _cpp_get_buff,
9866         _cpp_extend_buff, _cpp_free_buff): New.
9867         * cpplib.h (struct cpp_options): Remove unused member.
9868         * cppmacro.c (collect_args): New.  Combines the old parse_arg
9869         and parse_args.  Use _cpp_buff for memory allocation.
9870         (funlike_invocation_p, replace_args): Update.
9871
9872 Wed Sep 26 13:20:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
9873
9874         * final.c (final_scan_insn): Use delete_insn instead of delete_note.
9875
9876 2001-09-25  Andrew Haley  <aph@cambridge.redhat.com>
9877
9878         * except.c (sjlj_mark_call_sites): Change address inside sequence.
9879
9880 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
9881
9882         * config/sh/linux.h (LINK_SPEC): Set dynamic-linker to agree with
9883         glibc.
9884
9885 2001-09-25  Janis Johnson  <janis187@us.ibm.com>
9886             Jim Wilson  <wilson@redhat.com>
9887
9888         * doc/install.texi (Specific, ia64-*-linux): Document.
9889
9890 Tue Sep 25 17:13:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
9891
9892         * Makefile.in (cfgrtl.o): Add.
9893         * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks,
9894         free_aux_for_block, alloc_aux_for_edge, alloc_aux_for_edges,
9895         free_aux_for_edge): Declare.
9896         * cfg.c
9897         (HAVE_return): Undefine.
9898         * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks,
9899         free_aux_for_block, alloc_aux_for_edge, alloc_aux_for_edges,
9900         free_aux_for_edge): New global functions.
9901         (first_delete_block): New static variable.
9902         (init_flow): Clear first_delete_block.
9903         (basic_block_for_insn, label_value_list, tail_recursion_label_list,
9904          can_delete_note_p, can_delete_label_p, commit_one_edge_insertion,
9905          try_redirect_by_replacing_jump, last_loop_beg_note,
9906          back_edge_of_syntactic_loop_p, force_nonfallthru_and_redirect,
9907          delete_insn, delete_insn_chain, create_basic_block_structure,
9908          create_basic_block, flow_delete_block, compute_bb_for_insn,
9909          free_bb_for_insn, update_bb_for_insn, set_block_for_insn,
9910          set_block_for_new_insns, split_block, merge_blocks_nomove,
9911          block_label, try_redirect_by_replacing_jump, last_loop_beg_note,
9912          redirect_edge_and_branch, force_nonfallthru_and_redirect,
9913          force_nonfallthru, redirect_edge_and_branch_force, tidy_fallthru_edge,
9914          tidy_fallthru_edges, split_edge, insert_insn_on_edge,
9915          commit_one_edge_insertion, commit_edge_insertions, dump_bb, debug_bb,
9916          debug_bb_n, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
9917          purge_all_dead_edges): Move to ....
9918         * cfgrtl.c: New file; .... Here.
9919
9920         * bb-reorder.c (fixup_reorder_chain): Use alloc_aux_for_block.
9921         (reroder_basic_block): Use alloc_aux_for_blocks.
9922         * predict.c (estimate_bb_frequencies): Likewise; use
9923         alloc_aux_for_edges.
9924         * profile.c (compute_branch_probabilities): Likewise.
9925         (branch_prob): Likewise.
9926         * reg-stack.c (reg_to_stack): Likewise.
9927
9928         * emit-rtl.c (emit_insns_after): Never return NULL.
9929
9930         * basic-block.h (set_block_for_new_insns): Delete.
9931         * cfgrtl.c (set_block_for_new_insns): Delete.
9932
9933         * cfgcleanup.c (try_optimize_cfg): Add fake exit edges for noreturn
9934         calls when crossjumping.
9935
9936         * cfgcleanup.c (try_simplify_condjump): Cleanup invert_jump call.
9937         * unroll.c (copy_loop_body): Use delete_insn.
9938
9939         * final.c (final, final_scan_insn): Use delete_insn/delete_note.
9940         * function.c (fixup_var_refs_insn, fixup_var_refs_1,
9941         keep_stack_depressed): Likewise.
9942         * gcse.c (cprop_cc0_jump): Likewise.
9943         * local-alloc.c (update_equiv_regs): Likewise.
9944         * loop.c (scan_loop, loop_delete_insns): Likewise.
9945         * regmove.c (try_auto_increment, fixup_match_1): Likewise.
9946         * reload1.c (reload, calculate_needs_all_insns, reload_as_needed,
9947         delete_output_reload, delete_address_reloads_1,
9948         reload_cse_delete_noop_set, reload_combine, reload_cse_move2add):
9949         Likewise.
9950         * sibcall.c (replace_call_placeholder): Likewise.
9951         * cse.c (cse_insn): Likewise.
9952
9953 2001-09-25  Bernd Schmidt  <bernds@redhat.com>
9954
9955         From Graham Stott  <grahams@redhat.com>
9956         (def_builtin): Only define builtins appropriate for target_flags.  All
9957         callers changed.
9958         (builtin_decsription): Add new field mask which is used to determine
9959         when to define the builtin via the macro def_builtin.
9960
9961         (bdesc_comi): Initialise new mask fields.
9962         (bdesc_2srg): Likewise.
9963         (bdesc_1arg): Likewise.
9964
9965         * config/i386/i386.c (ix86_init_builtins): Correct return type
9966         building v4hi_ftype_v4hi_int_int tree node.
9967         (ix86_expand_sse_comi): Fix typo swapping operands.
9968         Don't swap comparision condition, it is already swapped.
9969         (ix86_expand_sse_compare): Before swapping operands
9970         move operand 1 into new rtx and not the target rtx.
9971         Don't swap comparison condition, it is already swapped.
9972         Always check whether we need to create a new TARGET.
9973
9974         * config/i386/i386.md: (sse_comi) Fix typos.
9975         (sse_ucomi): Likewise.
9976         (cvtss2si): Fix operand 0 contraint.
9977         (cvttss2si): Likewise.
9978         (sse_unpckhps): Fix mode for operand 2.
9979         (sse_unpcklps): Likewise.
9980
9981 2001-09-25  Graham Stott  <grahams@redhat.com>
9982
9983         * sibcall.c (skip_copy_to_return_value): Tighten return value
9984         copy check.
9985
9986 2001-09-24  David Edelsohn  <edelsohn@gnu.org>
9987
9988         * rs6000.c (lwa_operand): Address must be word aligned.
9989
9990 Mon Sep 24 18:57:59 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9991
9992         * tree.c (type_hash_marked_p): Consider as marked if debug symbol
9993         number has been set.
9994         (type_hash_mark): Mark type itself.
9995
9996 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9997
9998         * c-lex.c (cb_def_pragma): Update.
9999         (c_lex): Update, and skip padding.
10000         * cppexp.c (lex, parse_defined): Update, remove unused variable.
10001         * cpphash.h (struct toklist): Delete.
10002         (union utoken): New.
10003         (struct cpp_context): Update.
10004         (struct cpp_reader): New members eof, avoid_paste.
10005         (_cpp_temp_token): New.
10006         * cppinit.c (cpp_create_reader): Update.
10007         * cpplex.c (_cpp_temp_token): New.
10008         (_cpp_lex_direct): Add PREV_WHITE when parsing args.
10009         (cpp_output_token): Don't print leading whitespace.
10010         (cpp_output_line): Update.
10011         * cpplib.c (glue_header_name, parse_include, get__Pragma_string,
10012         do_include_common, do_line, do_ident, do_pragma,
10013         do_pragma_dependency, _cpp_do__Pragma, parse_answer,
10014         parse_assertion): Update.
10015         (get_token_no_padding): New.
10016         * cpplib.h (CPP_PADDING): New.
10017         (AVOID_LPASTE): Delete.
10018         (struct cpp_token): New union member source.
10019         (cpp_get_token): Update.
10020         * cppmacro.c (macro_arg): Convert to use pointers to const tokens.
10021         (builtin_macro, paste_all_tokens, paste_tokens, funlike_invocation_p,
10022         replace_args, quote_string, stringify_arg, parse_arg, next_context,
10023         enter_macro_context, expand_arg, _cpp_pop_context, cpp_scan_nooutput,
10024         _cpp_backup_tokens, _cpp_create_definition): Update.
10025         (push_arg_context): Delete.
10026         (padding_token, push_token_context, push_ptoken_context): New.
10027         (make_string_token, make_number_token): Update, rename.
10028         (cpp_get_token): Update to handle tokens as pointers to const,
10029         and insert padding appropriately.
10030         * cppmain.c (struct printer): New member prev.
10031         (check_multiline_token): Constify.
10032         (do_preprocessing, cb_line_change): Update.
10033         (scan_translation_unit): Update to handle spacing.
10034         * scan-decls.c (get_a_token): New.
10035         (skip_to_closing_brace, scan_decls): Update.
10036         * fix-header.c (read_scan_file): Update.
10037
10038         * doc/cpp.texi: Update.
10039
10040 2001-09-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10041
10042         * c-aux-info.c (affix_data_type): Use ATTRIBUTE_MALLOC.  Avoid
10043         leak by passing malloc'ed pointer to reconcat, not concat.
10044
10045 2001-09-24  DJ Delorie  <dj@redhat.com>
10046
10047         * varasm.c (array_size_for_constructor): Handle STRING_CSTs also.
10048
10049 2001-09-24  Ulrich Weigand  <uweigand@de.ibm.com>:
10050
10051         * flow.c (delete_dead_jumptables): Delete jumptable if the only
10052         reference is from the literal pool.
10053
10054 2001-09-24  Janis Johnson  <janis187@us.ibm.com>
10055
10056         * doc/install.texi (Final install): Request additional information
10057         in mail about successful builds.
10058
10059 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10060
10061         * pa.c (return_addr_rtx): Return NULL_RTX if count is not zero.  Use
10062         initial value of return pointer register instead of value in frame-20.
10063         Revise comments.
10064
10065 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10066
10067         * som.h (ASM_OUTPUT_EXTERNAL): Improve formatting.
10068         (ASM_OUTPUT_EXTERNAL_LIBCALL): Only generate a .IMPORT statement for
10069         the libcall if there isn't a referenced identifier for the symbol.
10070
10071 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10072
10073         * pa.h (TRAMPOLINE_TEMPLATE): Add two words to the template for
10074         non 64-bit machines.  Use these as a plabel for the trampoline.
10075         (TRAMPOLINE_SIZE): Adjust size for new words.
10076         (INITIALIZE_TRAMPOLINE): Initialize new words.
10077         (TRAMPOLINE_ADJUST_ADDRESS): New.  Adjust address to make it a
10078         pointer to the plabel in the trampoline.
10079
10080 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10081
10082         * pa.c (function_arg): Pass floating arguments in both general and
10083         floating registers in indirect (dynamic) calls when generating code
10084         for the 32 bit ABI and the HP assembler.
10085
10086 2001-09-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10087
10088         * doc/install.texi: Markup fixes.
10089         Use Solaris 2, SunOS 4 as appropriate.
10090         (Specific, *-*-solaris2*): Explain this.
10091         Unconditionally warn against /usr/ucb tools.
10092         Remove Sun as warning, obsolete.
10093         Move X11 header bug workaround here, update patches.
10094         (Specific, sparc-sun-solaris2*): Detail Sun as fix status.
10095         (Specific, sparc-sun-solaris2.7): Update patch 106950 status.
10096
10097 2001-09-23  Zack Weinberg  <zack@codesourcery.com>
10098
10099         * errors.h (warning, error, fatal, internal_error): Don't mark
10100         with ATTRIBUTE_PRINTF_n.
10101         * toplev.h (internal_error, fatal_io_error, warning, error,
10102         pedwarn, pedwarn_with_file_and_line, warning_with_file_and_line,
10103         error_with_file_and_line, sorry, error_for_asm, warning_for_asm):
10104         Likewise.
10105
10106 Sun Sep 23 18:19:48 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10107
10108         * function.c (pop_function_context_from): var_refs_queue
10109         and temp slots now in GC memory.
10110         (mark_function_status, free_after_compilation): Likewise;
10111         also struct function now in GC memory.
10112         (assign_stack_temp_for_type): struct temp_slot now in GC memory.
10113         (combine_temp_slots): Likewise.
10114         (schedule_fixup_var_refs): var_refs_queue now in GC memory.
10115         (prepare_function_start): Use GC memory for struct function.
10116         (mark_temp_slot): Deleted.
10117         (gcc_mark_struct_function): struct function now in GC memory.
10118
10119         * fold-const.c (extract_muldiv, case PLUS_EXPR): Only adjust
10120         code for division, not modulus.
10121
10122         * rtl.def (MEM): Remove obsolete part of comment.
10123
10124 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10125
10126         * c-format.c (init_function_format_info): Check __builtin_printf
10127         and __builtin_fprintf even if -ffreestanding.  Check C99 functions
10128         in gnu89 mode.
10129
10130 Sat Sep 22 09:09:32 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10131
10132         * c-common.c (format_attribute_table): Remove decl.
10133         * tree.h (format_attribute_table, lang_attribute_table): New decls.
10134         (lang_attribute_common): Likewise.
10135
10136         * function.c (fix_lexical_address): Use set_mem_alias_set.
10137         (expand_function_start): Likewise.
10138         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Likewise.
10139
10140         * varasm.c (output_constant): Fix unused variable warning.
10141
10142         * attribs.c: New file, from c-common.c.
10143         (attribute_tables): Now four elements.
10144         (format_attribute_table, lang_attribute_common): New variables.
10145         (init_attributes): Reflect above changes.
10146         (handle_mode_attribute): Delete check for wider than uintmax.
10147         * c-common.c: Delete parts moved to attribs.c.
10148         (enum attrs): Deleted; unused.
10149         (c_format_attribute_table): New variable.
10150         (c_common_lang_init): Initialize format_attribute_table with it.
10151         * c-common.h (decl_attributes): Remove decl.
10152         * tree.h (decl_attribute): Move it to here.
10153         * Makefile.in (C_AND_OBJS_OBJS): Add attribs.o.
10154         (attribs.o): New rule.
10155
10156 2001-09-22  Andreas Jaeger  <aj@suse.de>
10157
10158         * builtins.c (c_getstr): Remove unused variable.
10159
10160 2001-09-21  Richard Henderson  <rth@redhat.com>
10161
10162         * reload1.c (reload): Use delete_insn instead of splatting
10163         NOTE_INSN_DELETED.
10164
10165 2001-09-21  Richard Henderson  <rth@redhat.com>
10166
10167         * reload.c (push_secondary_reload): Don't check for "=" in output
10168         constraint after ""->ALL_REGS check.
10169
10170 2001-09-21  Richard Henderson  <rth@redhat.com>
10171
10172         * predict.c (expected_value_to_br_prob): Use pc_set.
10173
10174         * optabs.c (init_one_libfunc): Gen a FUNCTION_DECL for use by
10175         ENCODE_SECTION_INFO; get SYMBOL_REF from make_decl_rtl.
10176
10177 2001-09-21  Richard Henderson  <rth@redhat.com>
10178
10179         * rtl.h (LCT_RETURNS_TWICE): New.
10180         * calls.c (emit_call_1): Set current_function_calls_setjmp for
10181         ECF_RETURNS_TWICE.
10182         (emit_library_call_value_1): Map LCT_RETURNS_TWICE
10183         to ECF_RETURNS_TWICE.
10184         * except.c (sjlj_emit_function_enter): Use LCT_RETURNS_TWICE for
10185         call to setjmp.
10186
10187         * unwind-sjlj.c: Invent the setjmp.h declarations if inhibit_libc.
10188
10189         * config/stormy16/stormy16.h (DONT_USE_BUILTIN_SETJMP): New.
10190         (JMP_BUF_SIZE): New.
10191
10192 2001-09-21  Richard Henderson  <rth@redhat.com>
10193
10194         * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Map 'd'
10195         to R8_REGS.
10196
10197 2001-09-21  Richard Henderson  <rth@redhat.com>
10198
10199         * tree.def (FDESC_EXPR): New.
10200         * expr.c (expand_expr): Handle it.
10201         * varasm.c (initializer_constant_valid_p): Likewise.
10202         (output_constant): Likewise.
10203         * defaults.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
10204         * config/ia64/ia64.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
10205         (ASM_OUTPUT_FDESC): New.
10206         * doc/tm.texi: Document the new macros.
10207
10208 21-09-2001  Richard Earnshaw  (reanrsha@arm.com)
10209
10210         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Don't leave
10211         ADDR_VEC or ADDR_DIFF_VEC jump insns as part of the basic block
10212         once merging is complete.
10213
10214 Fri Sep 21 11:20:12 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10215
10216         * integrate.c (allocate_initial_values): Eliminate unused arg warning.
10217
10218 21-09-2001  Richard Earnshaw  (reanrsha@arm.com)
10219
10220         * cfgcleanup.c (flow_find_cross_jump): Delete any REG_EQUAL notes
10221         that would be invalid after a merge.
10222
10223 Fri Sep 21 14:24:29 CEST 2001  Jan Hubicka  <jh@suse.cz>
10224
10225         * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.
10226         * cfg.c (delete_insn): Rename from ....; use remove_insn; do not
10227         remove some labels.
10228         (flow_delete_insn): This one.
10229         (delete_insn_chain): Rename from ...; do not care labels.
10230         (flow_delete_insn_chain): ... this one.
10231         (flow_delete_block): Remove the insns one BB has been expunged.
10232         (merge_blocks_nomove): Likewise.
10233         (try_redirect_by_replacing_jump): Use delete_insn[_chain]; do not care
10234         updating BB boundaries.
10235         (tidy_fallthru_edge): Likewise.
10236         (commit_one_edge_insertion): Likewise.
10237         * cfgbuild.c (find_basic_block): Likewise.
10238         (find_basic_blocks_1): Likewise.
10239         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Likewise.
10240         (try_crossjump_to_edge): Likewise.
10241         (try_optimize_cfg): Likewise.
10242         * cse.c (delete_trivially_dead_insns): Likewise.
10243         * df.c (df_insn_delete): Likewise.
10244         * doloop.c (doloop_modify): Use delete_related_insns.
10245         * emit-rtl.c (try_split): Likewise.
10246         (remove_insn): Update BB boundaries.
10247         * expect.c (connect_post_landing_pads): Use delete_related_insns.
10248         * flow.c (delete_dead_jumptables): Use delete_insn[_chain]; do not care
10249         updating BB boundaries.
10250         (propagate_block_delete_insn): Likewise.
10251         (propagate_block_delete_libcall): Likewise.
10252         * function.c (delete_handlers): Use delete_related_insns.
10253         (thread_prologue_and_epilogue_insns): Likewise.
10254         * gcse.c (delete_null_pointer_checks): Use delete_related_insns.
10255         * genpeep.c (gen_peephole): Use delete_related_insns.
10256         * ifcvt.c (noce_process_if_block): Use delete_insn; do not care updating
10257         BB boundaries.
10258         (find_cond_trap): Likewise.
10259         * integrate.c (save_for_inline): Use delete_related_insns.
10260         (copy_insn_list): Likewise.
10261         * jump.c (pruge_linie_number_notes): Likewise.
10262         (duplicate_loop_exit_test): Likewise.
10263         (delete_computation): Likewise.
10264         (delete_related_insn): Rename from ...; use delete_insn
10265         (delete_insn): ... this one.
10266         (redirect_jump): Use delete_related_insns.
10267         * loop.c (scan_loop): Likewise.
10268         (move_movables): Likewise.
10269         (find_and_verify_loops): Likewise.
10270         (check_dbra_loop): Likewise.
10271         * recog.c (peephole2_optimize): Likewise.
10272         * reg-stack.c (delete_insn_for_stacker): Remove.
10273         (move_for_stack_reg): Use delete_insn.
10274         * regmove.c (combine_stack_adjustments_for_block): Likewise.
10275         * reload1.c (delete_address_reloads): Use delete_related_insns.
10276         (fixup_abnormal_edges): Use delete_insn.
10277         * recog.c (emit_delay_sequence): Use delete_related_insns.
10278         (delete_from-delay_slot): Likewise.
10279         (delete_scheduled_jump): likewise.
10280         (optimize_skip): Likewise.
10281         (try_merge_delay_insns): Likewise.
10282         (full_simple_delay_slots): Likewise.
10283         (fill_slots_from_thread): Likewise.
10284         (relax_delay_slots): Likewise.
10285         (make_return_insns): Likewise.
10286         (dbr_schedule): Likewise.
10287         * rtl.h (delete_insn): Rename to delete_related_insns.
10288         (delete_insn, delete_insn_chain): New prototypes.
10289         * ssa-ccp (sse_fast_dce):  Remove deleting of DEF, as it is done
10290         by df_insn_delete already.
10291         * ssa-dce.c (delete_insn_bb): Use delete_insn.
10292         * ssa.c (convert_from_ssa): Use delete_related_insns.
10293         * unroll.c (unroll_loop): Likewise.
10294         (calculate_giv_inc): Likewise.
10295         (copy_loop_body): Likewise.
10296
10297         * i386-protos.h (ix86_libcall_value, ix86_function_value,
10298         ix86_function_arg_regno_p, ix86_function_arg_boundary,
10299         ix86_return_in_memory, ix86_function_value): Declare.
10300         * i386.c (x86_64_int_parameter_registers, x86_64_int_return_registers):
10301         new static valurables.
10302         (x86_64_reg_class): New enum
10303         (x86_64_reg_class_name): New array.
10304         (classify_argument, examine_argument, construct_container,
10305          merge_classes): New static functions.
10306         (optimization_options): Enable flag_omit_frame_pointer and disable
10307         flag_pcc_struct_return on 64bit.
10308         (ix86_libcall_value, ix86_function_value,
10309         ix86_function_arg_regno_p, ix86_function_arg_boundary,
10310         ix86_return_in_memory, ix86_function_value): New global functions.
10311         (init_cumulative_args): Refuse regparm on x86_64, set maybe_vaarg.
10312         (function_arg_advance): Handle x86_64 passing conventions.
10313         (function_arg): Likewise.
10314         * i386.h (FUNCTION_ARG_BOUNDARY): New macro.
10315         (RETURN_IN_MEMORY): Move offline.
10316         (FUNCTION_VALUE, LIBCALL_VALUE): Likewise.
10317         (FUNCTION_VALUE_REGNO_P): New macro.
10318         (FUNCTION_ARG_REGNO_P): Move offline.
10319         (struct ix86_args): Add maybe_vaarg.
10320         * next.h (FUNCTION_VALUE_REGNO_P): Delete.
10321         * unix.h (FUNCTION_VALUE_REGNO_P): Delete.
10322
10323 2001-09-21  Hartmut Penner  <hpenner@de.ibm.com>
10324
10325         * s390.md: Changed attributes for scheduling.
10326         * s390.c: (s390_adjust_cost, s390_adjust_priority)
10327         Changed scheduling
10328
10329 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10330
10331         Table-driven attributes.
10332         * c-decl.c, config/alpha/alpha.c, config/arc/arc.c,
10333         config/arm/arm.c, config/arm/pe.c, config/avr/avr.c,
10334         config/avr/avr.h, config/d30v/d30v.h, config/fr30/fr30.h,
10335         config/h8300/h8300.c, config/i386/cygwin.h, config/i386/winnt.c,
10336         config/m32r/m32r.c, config/mcore/mcore.c, config/sh/sh.c,
10337         config/stormy16/stormy16.h, config/v850/v850.c, doc/c-tree.texi,
10338         doc/tm.texi, ggc-common.c, integrate.c, print-tree.c, tree.c,
10339         tree.h: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
10340         * tree.h (struct tree_decl): Change machine_attributes to
10341         attributes.
10342         * doc/c-tree.texi: Document that all attributes are now attached
10343         to decls and types.
10344         * c-common.c (add_attribute, attrtab, attrtab_idx,
10345         default_valid_lang_attribute, valid_lang_attribute): Remove.
10346         (attribute_tables, attributes_initialized,
10347         c_common_attribute_table, default_lang_attribute_table): New
10348         variables.
10349         (handle_packed_attribute, handle_nocommon_attribute,
10350         handle_common_attribute, handle_noreturn_attribute,
10351         handle_unused_attribute, handle_const_attribute,
10352         handle_transparent_union_attribute, handle_constructor_attribute,
10353         handle_destructor_attribute, handle_mode_attribute,
10354         handle_section_attribute, handle_aligned_attribute,
10355         handle_weak_attribute, handle_alias_attribute,
10356         handle_no_instrument_function_attribute,
10357         handle_no_check_memory_usage_attribute, handle_malloc_attribute,
10358         handle_no_limit_stack_attribute, handle_pure_attribute): New
10359         functions.
10360         (init_attributes, decl_attributes): Rewrite to implement
10361         table-driven attributes.
10362         * c-common.h (enum attribute_flags): Move to tree.h.
10363         * c-format.c (decl_handle_format_attribute,
10364         decl_handle_format_arg_attribute): Rename to
10365         handle_format_attribute and handle_format_arg_attribute.  Update
10366         for table-driven attributes.
10367         * c-common.h (decl_handle_format_attribute,
10368         decl_handle_format_arg_attribute): Remove prototypes.
10369         (handle_format_attribute, handle_format_arg_attribute): Add
10370         prototypes.
10371         * c-decl.c (grokdeclarator): Handle attributes nested inside
10372         declarators.
10373         * c-parse.in (setattrs, maybe_setattrs): Remove.
10374         (maybe_type_quals_setattrs): Rename to maybe_type_quals_attrs.
10375         Update to handle nested attributes properly.
10376         (maybe_resetattrs, after_type_declarator,
10377         parm_declarator_nostarttypename, notype_declarator, absdcl1_noea,
10378         absdcl1_ea, direct_absdcl1): Update to handle nested attributes
10379         properly.
10380         (make_pointer_declarator): Update to handle nested attributes
10381         properly.
10382         * doc/extend.texi: Update documentation of limits of attributes
10383         syntax.  Warn about problems with attribute semantics in C++.
10384         * target.h (struct target): Remove valid_decl_attribute and
10385         valid_type_attribute.  Add attribute_table and
10386         function_attribute_inlinable_p.
10387         * target-def.h (TARGET_VALID_DECL_ATTRIBUTE,
10388         TARGET_VALID_TYPE_ATTRIBUTE): Remove.
10389         (TARGET_ATTRIBUTE_TABLE, TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P):
10390         Add.
10391         (TARGET_INITIALIZER): Update.
10392         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): Remove default
10393         definition.
10394         (function_attribute_inlinable_p): New function.  Check for the
10395         presence of any machine attributes before using
10396         targetm.function_attribute_inlinable_p.
10397         (function_cannot_inline_p): Update.
10398         * Makefile.in (integrate.o): Update dependencies.
10399         * doc/tm.texi: Update documentation of target attributes and
10400         example definition of TARGET_VALID_TYPE_ATTRIBUTE.
10401         * tree.c (default_valid_attribute_p, valid_machine_attribute):
10402         Remove.
10403         (default_target_attribute_table,
10404         default_function_attribute_inlinable_p): New.
10405         (lookup_attribute): Update comment to clarify handling of multiple
10406         attributes with the same name.
10407         (merge_attributes, attribute_list_contained): Allow multiple
10408         attributes with the same name but different arguments to appear in
10409         the same attribute list.
10410         * tree.h (default_valid_attribute_p): Remove prototype.
10411         (struct attribute_spec): New.
10412         (default_target_attribute_table): Declare.
10413         (enum attribute_flags): Move from c-common.h.  Add
10414         ATTR_FLAG_TYPE_IN_PLACE.
10415         (default_function_attribute_inlinable_p): Declare.
10416         * config/alpha/alpha.c (vms_valid_decl_attribute_p): Remove.
10417         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
10418         (TARGET_ATTRIBUTE_TABLE): Define.
10419         (vms_attribute_table): New.
10420         * config/arc/arc.c (arc_valid_decl_attribute): Remove.
10421         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
10422         (TARGET_ATTRIBUTE_TABLE): Define.
10423         (arc_attribute_table, arc_handle_interrupt_attribute): New.
10424         * config/arm/arm.c (arm_valid_type_attribute_p,
10425         arm_valid_decl_attribute_p, arm_pe_valid_decl_attribute_p):
10426         Remove.
10427         (TARGET_VALID_TYPE_ATTRIBUTE, TARGET_VALID_DECL_ATTRIBUTE): Don't
10428         define.
10429         (TARGET_ATTRIBUTE_TABLE): Define.
10430         (arm_attribute_table, arm_handle_fndecl_attribute,
10431         arm_handle_isr_attribute): New.
10432         * config/avr/avr.c (avr_valid_type_attribute,
10433         avr_valid_decl_attribute): Remove.
10434         (TARGET_VALID_DECL_ATTRIBUTE, TARGET_VALID_TYPE_ATTRIBUTE): Don't
10435         define.
10436         (TARGET_ATTRIBUTE_TABLE): Define.
10437         (avr_attribute_table, avr_handle_progmem_attribute,
10438         avr_handle_fndecl_attribute): New.
10439         * config/c4x/c4x.c (c4x_valid_type_attribute_p): Remove.
10440         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
10441         (TARGET_ATTRIBUTE_TABLE): Define.
10442         (c4x_attribute_table, c4x_handle_fntype_attribute): New.
10443         * config/h8300/h8300.c (h8300_valid_decl_attribute): Remove.
10444         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
10445         (TARGET_ATTRIBUTE_TABLE): Define.
10446         (h8300_attribute_table, h8300_handle_fndecl_attribute,
10447         h8300_handle_eightbit_data_attribute,
10448         h8300_handle_tiny_data_attribute): New.
10449         * config/i386/i386-protos.h (ix86_valid_type_attribute_p,
10450         i386_pe_valid_decl_attribute_p, i386_pe_valid_type_attribute_p):
10451         Remove prototypes.
10452         (ix86_handle_dll_attribute, ix86_handle_shared_attribute): New
10453         declarations.
10454         * config/i386/i386.c (ix86_valid_type_attribute_p: Remove.
10455         (TARGET_VALID_TYPE_ATTRIBUTE, TARGET_VALID_DECL_ATTRIBUTE): Don't
10456         define.
10457         (TARGET_ATTRIBUTE_TABLE): Define.
10458         (ix86_attribute_table, ix86_handle_cdecl_attribute,
10459         ix86_handle_regparm_attribute): New.
10460         * config/i386/winnt.c (i386_pe_valid_decl_attribute_p,
10461         i386_pe_valid_type_attribute_p): Remove.
10462         (ix86_handle_dll_attribute, ix86_handle_shared_attribute): New.
10463         * config/ia64/ia64.c (ia64_valid_type_attribute): Remove.
10464         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
10465         (TARGET_ATTRIBUTE_TABLE): Define.
10466         (ia64_attribute_table): New.
10467         * config/m32r/m32r.c (m32r_valid_decl_attribute, interrupt_ident1,
10468         interrupt_ident2, model_ident1, model_ident2): Remove.
10469         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
10470         (TARGET_ATTRIBUTE_TABLE): Define.
10471         (init_idents): Update.
10472         (m32r_attribute_table, m32r_handle_model_attribute): New.
10473         * config/m68hc11/m68hc11.c (m68hc11_valid_type_attribute_p):
10474         Remove.
10475         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
10476         (TARGET_ATTRIBUTE_TABLE): Define.
10477         (m68hc11_attribute_table, m68hc11_handle_fntype_attribute): New.
10478         * config/mcore/mcore.c (mcore_valid_decl_attribute): Remove.
10479         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
10480         (TARGET_ATTRIBUTE_TABLE): Define.
10481         (mcore_attribute_table, mcore_handle_naked_attribute): New.
10482         * config/ns32k/ns32k.c (ns32k_valid_type_attribute_p): Remove.
10483         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
10484         (TARGET_ATTRIBUTE_TABLE): Define.
10485         (ns32k_attribute_table, ns32k_handle_fntype_attribute): New.
10486         * config/rs6000/rs6000.c (rs6000_valid_type_attribute_p): Remove.
10487         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
10488         (TARGET_ATTRIBUTE_TABLE): Define.
10489         (rs6000_attribute_table, rs6000_handle_longcall_attribute): New.
10490         * config/sh/sh.c (sh_valid_decl_attribute): Remove.
10491         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
10492         (TARGET_ATTRIBUTE_TABLE): Define.
10493         (sh_attribute_table, sh_handle_interrupt_handler_attribute,
10494         sh_handle_sp_switch_attribute, sh_handle_trap_exit_attribute):
10495         New.
10496         * config/stormy16/stormy16.c (stormy16_valid_type_attribute):
10497         Remove.
10498         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define
10499         (TARGET_ATTRIBUTE_TABLE): Define.
10500         (stormy16_attribute_table, stormy16_handle_interrupt_attribute):
10501         New.
10502         * config/v850/v850.c (v850_valid_decl_attribute): Remove.
10503         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
10504         (TARGET_ATTRIBUTE_TABLE): Define.
10505         (v850_attribute_table, v850_handle_interrupt_attribute,
10506         v850_handle_data_area_attribute): New.
10507         * config/v850/v850-c.c (mark_current_function_as_interrupt):
10508         Return void.  Call decl_attributes instead of
10509         valid_machine_attribute.
10510
10511 Fri Sep 21 01:49:41 2001  J"orn Rennecke <amylaar@redhat.com>
10512
10513         * sh-protos.h (sh_pr_n_sets): Declare.
10514         * sh.c (calc_live_regs): If the initial value for PR has been copied,
10515         look at the copy to determine if PR needs to be saved.
10516         sh_pr_n_sets: New function.
10517         * sh.h (RETURN_ADDR_RTX): Use get_hard_reg_initial_val.
10518         (ALLOCATE_INITIAL_VALUE): Define.
10519
10520         * sh.c (initial_elimination_offset):
10521         Fix RETURN_ADDRESS_POINTER_REGNUM case.
10522
10523 Fri Sep 21 01:13:56 2001  J"orn Rennecke <amylaar@redhat.com>
10524
10525         * integrate.c (allocate_initial_values): New function.
10526         * integrate.h (allocate_initial_values): Declare.
10527         * local-alloc.c (local_alloc): Move call to allocate_reg_info from
10528         here...
10529         * reload1.c (reload): And initialization of reg_equiv_memory_loc
10530         from here...
10531         * toplev.c (rest_of_compilation): To here.
10532         Call allocate_initial_values.
10533         * tm.texi: add description for ALLOCATE_INITIAL_VALUE.
10534
10535 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10536
10537         * ggc-page.c (ggc_marked_p): Properly convert return to boolean.
10538
10539 2001-09-20  DJ Delorie  <dj@redhat.com>
10540
10541         * c-typeck.c (really_start_incremental_init): Discriminate
10542         between zero-length arrays and flexible arrays.
10543         (push_init_level): Detect zero-length arrays and handle them
10544         like fixed-sized arrays.
10545         * expr.c (store_constructor): Handle zero-length arrays and
10546         flexible arrays correctly.
10547         * doc/extend.texi: Update zero-length array notes.
10548
10549 2001-09-20  Jim Wilson  <wilson@redhat.com>
10550
10551         * config/ia64/ia64.c (itanium_split_issue): Allow max 2 FP per cycle.
10552         (insn_matches_slot): Handle TYPE_L and TYPE_X slots when checking
10553         for issue port conflicts.
10554         (cycle_end_fill_slots): TYPE_L instructions take two slots.
10555
10556 2001-09-20  Andrew MacLeod  <amacleod@redhat.com>
10557
10558         * testsuite/gcc.c-torture/execute/990208-1.x: New. XFAIL at -O3
10559         on ia64.
10560
10561 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10562
10563         * fold-const.c (hashtab.h): Include.
10564         (int_const_binop): Remove FORSIZE arg and compute from type; all
10565         callers changed.
10566         Call size_int_type_wide for all single-word constants.
10567         (size_htab_hash, size_htab_eq): New functions.
10568         (size_int_type_wide): Rework to use hash table.
10569         * ggc-common.c (hashtab.h): Include.
10570         (struct d_htab_root): New struct.
10571         (d_htab_roots): New variable.
10572         (ggc_add_deletable_htab, ggc_htab_delete): New functions
10573         (ggc_mark_roots): Handle deletable htabs.
10574         * ggc-page.c (ggc_marked_p): New function.
10575         * ggc-simple.c (ggc_marked_p): Likewise.
10576         * ggc.h: Reformatting throughout.
10577         (ggc_marked_p, ggc_add_deletable_htab): New declarations.
10578         * tree.c (init_obstacks): Make type_hash_table a deletable root.
10579         (type_hash_add): Allocate struct type_hash from GC memory.
10580         (mark_hash_entry, mark_type_hash): Deleted.
10581         (type_hash_marked_p, type_hash_mark): New functions.
10582         * Makefile.in (ggc-common.o, fold-const.o): Include hashtab.h.
10583
10584 Thu Sep 20 12:49:34 2001  J"orn Rennecke <amylaar@redhat.com>
10585
10586         * sh.c (shiftcosts): Don't use shiftcosts array for modes wider
10587         than SImode.
10588
10589 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10590
10591         * stor-layout.c (layout_type, case ARRAY_TYPE): Kludge to disable
10592         array-too-large test for signed sizetype.
10593
10594 Thu Sep 20 12:19:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
10595
10596         * i386.md (indirect_jump): Allow Pmode operand.
10597         (tablejump): LIkewise; perform expansion to 64bit mode.
10598         * i386.c (symbolic_operand): Allow 64bit PIC references.
10599         (pic_symbolic_operand): Likewise.
10600         (ix86_find_base_term): Strip the 64bit PIC references.
10601         (legitimate_pic_address_disp_p): Handle 64bit PIC.
10602         (legitimize_pic_address): Likewise.
10603         (i386_simplify_dwarf_addr): Strip down the 64bit PIC references.
10604         * i386.h (CASE_VECTOR_MODE): Set to SImode for 64bit PIC compilation.
10605
10606 2001-09-19  Alexandre Petit-Bianco  <apbianco@redhat.com>
10607
10608         * stringpool.c (get_identifier_with_length): New function.
10609         * tree.h (get_identifier_with_length): New prototype.
10610
10611 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
10612             David Edelsohn  <edelsohn@gnu.org>
10613
10614         Revert:
10615         * config/rs6000/rs6000.c (logical_operand): CONST_INTs are
10616         already sign-extended.
10617
10618         * config/rs6000/aix.h (INIT_TARGET_OPTABS): Define TFmode handlers.
10619         * config/rs6000/rs6000.c (logical_operand): Always compare op as
10620         HOST_WIDE_INT.
10621         (rs6000_emit_set_long_const): Avoid unnecessary shift.
10622         (output_profile_hook): Declare label_name const.
10623         * config/rs6000/rs6000.md (boolcsi3, boolcdi3): Change predicates
10624         to match constraints.
10625
10626 2001-09-19  Stan Shebs  <shebs@apple.com>
10627
10628         * alias.c: Fix typos in comments.
10629         * sched-rgn.c (init_ready_list): Ditto.
10630         * unwind-dw2.c (uw_frame_state_for): Ditto.
10631         * unwind-dw2-fde.c (_Unwind_Find_FDE): Ditto.
10632         * unwind.inc (_Unwind_RaiseException_Phase2): Ditto.
10633         * config/rs6000/rs6000.c (rs6000_adjust_priority): Ditto.
10634
10635 2001-09-19  Richard Henderson  <rth@redhat.com>
10636
10637         * cfg.c (force_nonfallthru_and_redirect): Handle redirecting
10638         to the exit block.
10639         * Makefile.in (cfg.o): Depend on TM_P_H.
10640
10641 2001-09-19  Richard Henderson  <rth@redhat.com>
10642
10643         * config/alpha/alpha.c (local_symbol_p): Split out from ...
10644         (local_symbolic_operand): ... here.
10645         (small_symbolic_operand): Check mode.
10646         (global_symbolic_operand): New.
10647         (input_operand): Reject symbolics if explicit relocs.
10648         (call_operand): Tidy.
10649         (alpha_legitimize_address): Use movdi_er_high_g.
10650         (alpha_expand_mov): Likewise.
10651         * config/alpha/alpha-protos.h: Update.
10652         * config/alpha/alpha.h (PREDICATE_CODES): Update.
10653         * config/alpha/alpha.md (UNSPEC_LITERAL, UNSPEC_LITUSE): New.
10654         (UNSPEC_LDGP2, UNSPECV_PLDGP2): New.
10655         (UNSPECV_LDGP2): Remove.
10656         (all call patterns): Use 's' not 'i' for symbolic constraint.
10657         (call_osf call_value_osf): Use call_operand.
10658         (all osf call patterns): Use $gp.  New peepholes for explicit relocs.
10659         (movdi_er_nofix, movdi_er_fix): Remove symbolic alternative.
10660         (prologue_ldgp_1_er): Remove.
10661         (ldgp_er_1, ldgp_er_2, prologue_ldgp_er_2): New.
10662         (builtin_setjmp_receiver_er patterns): Use them.
10663         (exception_receiver_er): Likewise.
10664
10665 2001-09-19  Richard Henderson  <rth@redhat.com>
10666
10667         * cfgbuild.c (find_sub_basic_blocks): Handle insns that can throw.
10668
10669         * emit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURN
10670         and NON_LOCAL_GOTO notes.
10671         * recog.c (peephole2_optimize): Likewise.  Handle EH_REGION;
10672         copy over CALL_INSN_FUNCTION_USAGE.
10673
10674 2001-09-18  Catherine Moore  <clm@redhat.com>
10675
10676         * config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN):
10677         Define as 0.
10678
10679 2001-09-18  Ulrich Weigand  <uweigand@de.ibm.com>:
10680
10681         * config.gcc (s390-*-linux-*, s390x-*-linux*): Switch to
10682         new-style tm_file specification.  Specify correct tm_p_file,
10683         md_file, and out_file for s390x.
10684
10685         * config/s390/linux.h, linux64.h:  Don't include other target
10686         macro header files.  Now handled via tm_file.
10687
10688         * config/s390/linux.h, s390.h:  (IEEE_FLOAT, TARGET_IEEE_FLOAT,
10689         TARGET_IBM_FLOAT): Move from linux.h to s390.h to ensure they
10690         are defined before use.
10691
10692 Tue Sep 18 09:51:11 2001  Eric Christopher  <ecechristo@redhat.com>
10693
10694         * config/mips/mips.c (mips_asm_file_start): Conditionalize Elf
10695         code generation only for Gnu assembler.
10696
10697 2001-09-18  Catherine Moore  <clm@redhat.com>
10698
10699         * config/stormy16 (LIB_SPEC): Remove -lnosys.
10700
10701 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
10702
10703         * config/mips/mips.c (mips_frame_set): New.
10704         (mips_emit_frame_related_store): When storing two 32-bit FPRs, use
10705         a parallel frame-related expression with a set for each register.
10706
10707 2001-09-18  Philip Blundell  <philb@gnu.org>
10708
10709         * config/arm/lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel
10710         header files.
10711
10712 2001-09-17  Dale Johannesen  <dalej@apple.com>
10713
10714         * config/rs6000/rs6000.h (FIXED_REGISTERS): Use FIXED_R2.
10715         * config/rs6000/aix.h (FIXED_R2): Define.
10716         * config/rs6000/darwin.h (FIXED_R2): Define.
10717         * config/rs6000/sysv4.h (FIXED_R2): Define.
10718
10719 2001-09-17  Jeff Sturm  <jsturm@one-point.com>
10720
10721         * except.c (dw2_build_landing_pads): New local
10722         clobbers_hard_regs.  Emit an ASM_INPUT as a scheduling
10723         barrier after clobbers.  Fixes c++/4012.
10724
10725 2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10726
10727         * gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat.
10728
10729 2001-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10730
10731         * dostage2, dostage3, listing, make-l2.com, makefile.vms,
10732         patch-apollo-includes, vmsconfig.com: Remove obsolete files.
10733
10734 2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10735
10736         * c-aux-info.c (affix_data_type): Use ASTRDUP in lieu of
10737         alloca/strcpy.
10738
10739 2001-09-17  Neil Booth  <neil@daikokuya.demon.co.uk>
10740
10741         * cpphash.h (_cpp_lex_direct): New.
10742         * cpplex.c (_cpp_lex_token): Update.
10743         (lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token,
10744         and increment that pointer.
10745         * cppmacro.c (alloc_expansion_token): New.
10746         (lex_expansion_token): Lex macro expansion directly into
10747         macro storage.
10748
10749 2001-09-16  Brad Lucier  <lucier@math.purdue.edu>
10750
10751         * Makefile.in: Make rtl-error.o depend on $(CONFIG_H).
10752
10753 Sun Sep 16 21:59:46 CEST 2001  Jan hubicka  <jh@suse.cz>
10754
10755         * basic-block.h (free_bb_for_insn): Declare.
10756         * bb-reorder.c (label_for_bb): Use block_label.
10757         (emit_jump_to_block_after): Remove.
10758         (insert_intra_1): Do not update block_for_insn.
10759         (insert_inter_bb_scope_notes): Likewise; update bb->end
10760         * cfg.c (free_bb_for_insn): New.
10761         (try_rediret_by_replacing_jump): Avoid set_block_for_new_insns call.
10762         (force_nonfallthru_and_redirect): Likewise; do not update BB boundaries.
10763         (commit_one_edge_insertion): Likewise.
10764         (commit_one_edge_insertion): Do not update BB boundary.
10765         (commit_edge_insertions): Do not call compute_bb_for_insn.
10766         * cfgbuild.c (find_basic_blocks): Do not free basic_block_for_insn.
10767         * cfgcleanup.c (merge_blocks_move_predecessor): Use reorder_insns_nobb.
10768         (merge_blocks_move_successor_nojumps): Likewise.
10769         (try_crossjump_to_edge): Do not update block_for_insn.
10770         * combine.c (combine_instructions): Remove compute_bb_for_insn call.
10771         * df.c (df_pattern_emit_later): Do not update BB boundary.
10772         (df_jump_pattern_emit_after): Likewise.
10773         (df_insn_move_before): Use emit_insn_before.
10774         * emit-rtl.c (try_split): Emit after trial to get bb boundary updated
10775          properly.
10776         (add_insn_after, add_insn_before, emit_insns_after): Update BB
10777         boundaries and basic_block_for_insn.
10778         (reorder_insns_nobb): Rename from reorder_insns.
10779         (reorder_insns): New.
10780         (emit_block_insn_before, emit_block_insn_after): Kill.
10781         * flow.c (check_function_return_warnings): Do not call
10782         compute_bb_for_insn; Do not free basic_block_for_insn.
10783         (attempt_auto_inc): Do not update basic_block_for_insn.
10784         * function.c (emit_return_into_block): Likewise;
10785         do not update BB boundaries.
10786         * gcse.c (handle_avail_expr): Do not update basic_block_for_insn.
10787         (insert_insn_end_bb): Use emit_insn_before; Likewise.
10788         (pre_insert_copy_insn): Likewise.
10789         (update_ld_motion_notes): Likewise.
10790         (insert_insn_start_bb): Likewise.
10791         (replace_store_insn): Likewise.
10792         * ifcvt.c (noce_process_if_block): Likewise.
10793         (if_convert): Do not call compute_bb_for_insn.
10794         * lcm.c (optimize_mode_switching): Do not update BB boundaries.
10795         Use emit_insn_before and emit_insn_after.
10796         * recog.c (split_all_insns): Do not update BB boundaries;
10797         Do not call compute_bb_for_insn.
10798         (peephole2_optimize): Do not update BB boundaries.
10799         * reg-stack.c (emit_pop_insn): Use emit_insn_after and
10800         emit_insn_before.
10801         (emit_swap_insn): Likewise.
10802         (convert_regs_1): Likewise.
10803         * reload1.c (reload): Call compute_bb_for_insn.
10804         * rtl.h (reorder_insns_nobb): Declare.
10805         * ssa.c (rename_equivalent_regs): Use emit_insn_before.
10806         * toplev.c (rest_of_compilation): Call free_bb_for_insn
10807         at places CFG is invalidated; do not call compute_bb_for_insn.
10808
10809         * cfg.c (expunge_block): Invalidate BB structure.
10810
10811         * (merge_blocks_nomove): Update properly BLOCK_FOR_INSN
10812         array.
10813
10814         * cfg.c (verify_flow_info): Verify the basic_block_for_insn array.
10815
10816 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10817
10818         * cpphash.h (_cpp_lex_token): Update prototype.
10819         * cpplex.c (_cpp_lex_token): New prototype.
10820         * cpplib.c (skip_rest_of_line, check_eol, _cpp_handle_directive,
10821         lex_macro_node, read_flag, do_pragma_poison): Update.
10822         * cppmacro.c (cpp_get_token, parse_params,
10823         lex_expansion_token): Update.
10824
10825 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10826
10827         * cppmain.c (scan_translation_unit): Don't worry about
10828         putting a space after hashes.
10829         * cpplib.c (directive_diagnostics): New.
10830         (_cpp_handle_directive): Update to use directive_diagnostics.
10831         (run_directive): Don't toggle prevent_expansion.
10832         (do_line): Backup in case of the line extension.
10833         * cpplib.h (cpp_lexer_pos): Remove.
10834         * cppmacro.c (_cpp_create_definition): Precede a leading #
10835         with whitespace.
10836
10837 2001-09-15  Richard Henderson  <rth@redhat.com>
10838
10839         * c-typeck.c (comptypes): Handle zero-length arrays properly.
10840
10841 2001-09-15  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
10842
10843         * c-common.c (c_promoting_integer_type_p): Handle ?Imode types.
10844
10845 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
10846
10847         PR preprocessor/3571
10848         * tradcpp.c (handle_directive): Skip non-vertical space.
10849
10850 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
10851
10852         * cppmain.c (setup_callbacks): Set line callback only
10853         if outputting preprocessed source.
10854
10855 2001-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10856
10857         * collect2.c (main): Const-ification.
10858         * gcc.c (translate_options, process_command): Use xstrdup in
10859         lieu of xmalloc/strcpy.
10860         (main): Use concat in lieu of xmalloc/strcpy/strcat.
10861
10862 2001-09-14  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
10863
10864         * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Fix
10865         example.
10866
10867 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
10868
10869         * scan-decls.c (scan_decls): Fix typo.
10870
10871 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
10872
10873         * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.
10874         Split mlstring_pos into mls_line and mls_col.
10875         * cppinit.c (cpp_create_reader): Initialize line to 1.
10876         (cpp_destroy): Free tokenruns.
10877         (push_include): Don't update lexer_pos.
10878         * cpplex.c (unterminated, parse_string): Update.
10879         (lex_token): Don't update lexer_pos, update.
10880         * cpplib.c (if_stack): Save line instead of line + col.
10881         (start_directive, _cpp_do__Pragma, do_else, do_elif,
10882         push_conditional, _cpp_pop_buffer): Update.
10883         * cppmacro.c (funlike_invocation_p): Don't save lexer_pos.
10884         (_cpp_create_definition): Update.
10885
10886 2001-09-15  Eric Christopher  <echristo@redhat.com>
10887
10888         * config/mips/abi64.h: Add support for MEABI.
10889
10890 2001-09-15  Eric Christopher  <echristo@redhat.com>
10891
10892         * config/mips/mips.md: Add unspec #2.
10893         (reload_indi): Use.
10894         (reload_outdi): Ditto.
10895         (reload_outsi): Ditto.
10896         (HILO_delay): New.
10897
10898 2001-09-15  Eric Christopher  <echristo@redhat.com>
10899             Jason Eckhardt  <jle@redhat.com>
10900
10901         * config.gcc: Add mipsisa32 target and mipsisa32-linux target.
10902         * config/mips/isa32-linux.h: New file.
10903         * config/mips/isa3264.h: Ditto.
10904         * config/mips/mips-protos.h: Add mips_hard_regno_nregs.
10905         * config/mips/mips.c (mips_hard_regno_nregs): Move here from mips.h.
10906         (output_block_mode): Support MEABI.
10907         (function_arg): Ditto. Fix floating point arg passing.
10908         (mips_va_start): Ditto.
10909         (override_options): Add isas 32 and 64, meabi, mips32 and mips64
10910         processors.
10911         (mips_asm_file_start): Add new section to pass abi to gdb.
10912         (function_arg_pass_by_reference): Support MEABI.
10913         (mips_parse_cpu): Support mips32 and mips64 processors.
10914         * config/mips/mips.h: Support ABI_MEABI, TARGET_MIPS4KC,
10915         TARGET_MIPS5KC.  Support isa32 and isa64.
10916         (processor_type): Add r4kc, r5kc, r20kc.
10917         (GENERATE_MULT3_SI): New.
10918         (GENERATE_MULT3_DI): Ditto.
10919         (GENERATE_MULT3): Remove.
10920         (ISA_HAS_64BIT_REGS): Add isa == 64.
10921         (ISA_HAS_8CC): Add mips_isa = 32 and 64.
10922         (ISA_HAS_MADD_MSUB): New.
10923         (ISA_HAS_CLZ_CLO): Ditto.
10924         (ISA_HAS_DCLZ_DCLO): Ditto.
10925         (ABI_GAS_ASM_SPEC): New.
10926         (GAS_ASM_SPEC): Use. Add support for mips32, mips64.
10927         (ASM_SPEC): Ditto.
10928         (LINK_SPEC): Ditto.
10929         (SUBTARGET_CC1_SPEC): Ditto.
10930         (SUBTARGET_CPP_SIZE_SPEC): Ditto.
10931         (PAD_VARARGS_DOWN): Support MEABI.
10932         (HARD_REGNO_NREGS): Move to mips.c.
10933         (ASM_OUTPUT_IDENT): Add #undef.
10934         * config/mips/mips.md: Add r4kc, r5kc, r20kc.
10935         (mulsi3): Use GENERATE_MULT3_SI.
10936         (mulsi3_mult3): Ditto.  Support mips32, mips64.
10937         (mul_acc_si): Use ISA_HAS_MADD_MSUB.
10938         (mul_sub_si): New pattern.
10939         (unnamed splitters): New.
10940         (muldi3): Use GENERATE_MULT3_DI.
10941         (muldi3_internal2): Ditto.
10942         (movdicc): Support mips32.
10943         * config/mips/t-isa3264: New file.
10944
10945 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
10946
10947         * rtl.h (FIND_REG_INC_NOTE) [HAVE_PRE_INCREMENT
10948         || HAVE_PRE_DECREMENT || HAVE_POST_INCREMENT
10949         || HAVE_POST_DECREMENT]: Call find_regno_note for REGs.
10950
10951         * reorg.c (fill_slots_from_thread): After call to
10952         steal_delay_list_from_target, update own_thread as new_thread may
10953         have branched.
10954
10955 2001-09-14  Neil Booth  <neil@daikokuya.demon.co.uk>
10956
10957         * cpperror.c (print_location): Take line and column, for
10958         default positioning use the previously lexed token.
10959         (_cpp_begin_message): Take line and column.
10960         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
10961         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
10962         * cpphash.h (_cpp_begin_message): Update prototype.
10963         * cppinit.c (push_include): Don't set output line.
10964         * cpplex.c (_cpp_lex_token): Callback for start of new output lines.
10965         * cpplib.c (do_diagnostic, _cpp_pop_buffer): Update.
10966         (do_pragma): Kludge for front ends.  Don't expand macros at all.
10967         * cpplib.h (cpp_lookahead, cpp_token_with_pos, cpp_get_line): Remove.
10968         (struct cpp_token): Remove output_line.
10969         (struct cpp_callbacks): New member line_change.
10970         * cppmacro.c (builtin_macro, paste_all_tokens, replace_args,
10971         cpp_get_token): Preserve BOL flag.
10972         (cpp_get_line): Remove.
10973         (_cpp_backup_tokens): Remove useless abort().
10974         * cppmain.c (cb_line_change): New.
10975         (scan_translation_unit): Don't worry about starting new lines here.
10976         * scan-decls.c (scan_decls): Update.
10977         * c-lex.c (c_lex, init_c_lex): Update.
10978         (cb_line_change, src_lineno): New.
10979
10980 Fri Sep 14 13:54:50 EDT 2001  John Wehle  (john@feith.com)
10981
10982         * tree.c (append_random_chars): Generate the random
10983         characters in a reproducable fashion.
10984
10985 2001-09-14  Richard Henderson  <rth@redhat.com>
10986
10987         * config/i386/i386.c (internal_label_prefix): New.
10988         (internal_label_prefix_len): New.
10989         (override_options): Set them.
10990         (local_symbolic_operand): New.
10991         (legitimate_pic_address_disp_p): Use it.
10992         (legitimize_pic_address): Likewise.
10993
10994 2001-09-14  Marc Espie <espie@openbsd.org>
10995
10996         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK):  Generate reference to GOT
10997         correctly.
10998
10999 2001-09-14  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
11000
11001         * config/alpha/alpha.md (unaligned_extendhidi_be): Fix.
11002         * config/alpha/unicosmk.h (INIT_TARGET_OPTABS): New.
11003
11004 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
11005
11006         * rtlanal.c (subreg_regno_offset): Add semicolon to end of
11007         invocation of SUBREG_REGNO_OFFSET.
11008
11009         * haifa-sched.c: Fix typo in FSF copyright statement.
11010         * sched-deps.c: Fix typo in FSF copyright statement.
11011         * sched-ebb.c: Fix typo in FSF copyright statement.
11012         * sched-rgn.c: Fix typo in FSF copyright statement.
11013         * sched-vis.c: Fix typo in FSF copyright statement.
11014
11015         * config.gcc: Move inclusion of arm elf specific header files
11016         from the files themselves into the tm_file variable.  Make
11017         sure that elfos.h is included before target specific elf
11018         headers.
11019         * config/arm/aout.h (NO_DOLLAR_IN_LABEL): Only define if not
11020         already defined.
11021         (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Protect definition.
11022         * config/arm.arm.h (TARGET_MEM_FUNCTIONS,
11023         ASM_OUTPUT_CASE_LABEL): Protect definition.
11024         (CC1_SPEC, FP_DEFAULT, ARM_FUNCTION_PROFILE): Only define if
11025         not already defined.
11026         * config/arm/conix-elf.h: (USER_LABEL_PREFIX,
11027         LOCAL_LABEL_PREFIX, MAKE_DECL_ONE_ONLY, UNIQUE_SECTION):
11028         Remove duplicate definition.
11029         (READONLY_DATA_SECTION, SUBTARGET_EXTRA_SECTION,
11030         (SUBTARGET_EXTRA_SECTION_FUNCTION, RDATA_SECTION_ASM_OP,
11031         (RDATA_SECTION_FUNCTION): Remove redundant definition.
11032         (STARTFILE_SPEC, ENDFILE_SPEC): Protect definition.
11033         Remove inclusion of arm/elf.h.
11034         * config/arm/unknown-elf.h: as for conix-elf.h.
11035         (STARTFILE_SPEC): Include crti.o and crtn.o.
11036         * config/arm/linux-elf.h: as for conix-elf.h.
11037         * config/arm/ecos-elf.h: Remove inclusion of unknown-elf.h.
11038         * config/arm/strongarm-elf.h: Remove inclusion of
11039         unknown-elf.h.
11040         * config/arm/xscale-elf.h: Remove inclusion of unknown-elf.h.
11041         * config/arm/unknown-elf-oabi.h: Remove inclusion of
11042         unknown-elf.h and elf.h.
11043         * config/arm/uclinux-elf.h: Remove inclusion of linux-elf.h.
11044         * config/arm/linux-gas.h (DBX_DEBUGGING_INFO,
11045         ASM_WEAKEN_LABEL): Remove redundant definition.
11046         * config/arm/elf.h: Test for inclusion of elfos.h
11047         (USER_LABEL_PREFIX, ASM_DECLARE_RESULT, ASM_DECLARE_RESULT,
11048         ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT_NAME,
11049         SUBTARGET_EXTRA_SECTION, SUBTARGET_EXTRA_SECTION_FUNCTION,
11050         EXTRA_SECTIONS, INT_ASM_OP, ASM_WEAKEN_LABEL): Remove
11051         redundant definition.
11052         (TYPE_OPERAND_FMT, ASM_DECLARE_FUNCTION_NAME,
11053         ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_INTERNAL_LABEL,
11054         ASM_OUTPUT_ALIGNED_COMMON): Protect definition.
11055         * t-arm-elf (EXTRA_MULTILIB_PARTS): Add crti.o and crtn.o.
11056         Add rules to build crti.o and crtn.o
11057         * crti.asm: New file.
11058         * crtn.asm: New file.
11059
11060 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11061
11062         * c-parse.in (_yylex): Use _cpp_backup_tokens.
11063         * cpphash.h (struct tokenrun): Add prev.
11064         (struct lexer_state): Remove bol.
11065         (struct cpp_reader): Remove old lookahead stuff, add lookaheads.
11066         (_cpp_free_lookaheads, _cpp_release_lookahead, _cpp_push_token)
11067         : Remove.
11068         * cppinit.c (cpp_create_reader): Don't set bol.
11069         (cpp_destroy): Don't free lookaheads.
11070         * cpplex.c (lex_directive): Remove.
11071         (next_tokenrun): Update.
11072         (_cpp_lex_token): Clean up logic.
11073         (lex_token): Update to return a pointer to lexed token, since it
11074         can move to the start of the buffer.  Simpify newline handling.
11075         * cpplib.c (SEEN_EOL): Update.
11076         (skip_rest_of_line): Remove lookahead stuff.
11077         (end_directive): Line numbers are already incremented.  Revert
11078         to start of lexed token buffer if we can.
11079         (_cpp_handle_directive, do_pragma, do_pragma_dependency,
11080         parse_answer): Use _cpp_backup_tokens.
11081         (run_directive, cpp_pop_buffer): Don't set bol, set saved_flags
11082         instead.  Don't check for EOL.
11083         (do_include_common, do_line, do_pragma_system_header): Use
11084         skip_rest_of_line.
11085         * cpplib.h (BOL, _cpp_backup_tokens): New.
11086         * cppmacro.c (save_lookahead_token, take_lookahead_token,
11087         alloc_lookahead, free_lookahead, _cpp_free_lookaheads,
11088         cpp_start_lookahead, cpp_stop_lookahead, _cpp_push_token): Remove.
11089         (builtin_macro): Don't use cpp_get_line.
11090         (cpp_get_line): Short term kludge.
11091         (parse_arg): Handle directives in arguments here.  Back up when
11092         appropriate.  Store EOF at end of argument list.
11093         (funlike_invocation_p): Use _cpp_backup_tokens.
11094         (push_arg_context): Account for EOF at end of list.
11095         (cpp_get_token): Remove lookahead stuff.  Update.
11096
11097 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11098
11099         * c-parse.in (yyerror): Const-ification and/or static-ization.
11100         * c-typeck.c (push_member_name): Likewise.
11101         * collect2.c (main): Likewise.
11102         * dbxout.c (dbxout_parms): Likewise.
11103         * diagnostic.c (format_with_decl): Likewise.
11104         * dwarf2out.c (output_ranges): Likewise.
11105         * dwarfout.c (fundamental_type_code): Likewise.
11106         * except.c (dw2_output_call_site_table): Likewise.
11107         * gcc.c (do_spec_1): Likewise.
11108         * genopinit.c (optabs): Likewise.
11109         * objc/objc-act.c (synth_id_with_class_suffix, start_class,
11110         gen_declaration_1, handle_impent): Likewise.
11111         * protoize.c (default_include, in_system_include_dir, abspath):
11112         Likewise.
11113         * sched-vis.c (visualize_stall_cycles): Likewise.
11114         * sdbout.c (plain_type_1, sdbout_end_function,
11115         sdbout_end_epilogue): Likewise.
11116         * varasm.c (decode_reg_name): Likewise.
11117
11118         * 1750a.c (mod_regno_adjust): Likewise.
11119         * alpha.c (alpha_write_one_linkage,
11120         unicosmk_output_default_externs): Likewise.
11121         * arm.c (arm_condition_codes): Likewise.
11122         * arm.h (arm_condition_codes): Likewise.
11123         * avr.c (output_movsisf, encode_section_info): Likewise.
11124         * darwin.h (GEN_BINDER_NAME_FOR_STUB, GEN_SYMBOL_NAME_FOR_SYMBOL):
11125         Likewise.
11126         * i386.c (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
11127         * i386.h (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
11128         * m88k.c (output_function_profiler): Likewise.
11129         * mips.c (mips_output_conditional_branch): Likewise.
11130         * ns32k.c (ns32k_out_reg_names): Likewise.
11131         * ns32k.h (ns32k_out_reg_names): Likewise.
11132         * pj.c (pj_output_rval): Likewise.
11133         * rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Likewise.
11134         * sparc.c (sparc_flat_function_prologue,
11135         sparc_flat_function_epilogue): Likewise.
11136
11137 2001-09-13  Markus Werle <numerical.simulation@web.de>
11138             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11139
11140         * doc/install.texi (Binaries): Add "Binaries for HP-UX 11.00 at
11141         Aachen University of Technology".
11142
11143 2001-09-13  Andreas Schwab  <schwab@suse.de>
11144
11145         * config/float-m68k.h: Define DECIMAL_DIG and FLT_EVAL_METHOD for
11146         C99.
11147
11148 2001-09-13  Richard Henderson  <rth@redhat.com>
11149
11150         * config/alpha/alpha.c (small_symbolic_operand): New.
11151         (override_options): Set MASK_SMALL_DATA based on pic/PIC.
11152         (some_operand, input_operand): Don't handle HIGH.
11153         (alpha_legitimize_address): Use it.  Emit HIGH with PLUS gp.
11154         (alpha_expand_mov): Likewise.
11155         (print_operand) [H]: Just print HIGH symbol.
11156         (print_operand_address): Handle small data.
11157         * config/alpha/alpha.h (MASK_SMALL_DATA, TARGET_SMALL_DATA): New.
11158         (TARGET_SWITCHES): Add -msmall-data/large-data.
11159         (PIC_OFFSET_TABLE_REGNUM): New.
11160         (PREFERRED_RELOAD_CLASS): Don't handle HIGH.
11161         (PREDICATE_COES): Update.
11162         * config/alpha/alpha.md (adddi_er_high): New.
11163         (adddi_er_low): Handle small data.
11164         * config/alpha/elf.h (DO_SELECT_SECTION): If SMALL_DATA,
11165         prefer .sdata to .rodata.
11166         (SELECT_RTX_SECTION): Likewise.
11167
11168 2001-09-12  Josh Martin  <josh.martin@abq.sc.philips.com>
11169
11170         * fixinc/inclhack.def(hpux11_size_t): Keep HP-UX headers from
11171         defining __size_t and leaving size_t undefined.
11172
11173 2001-09-12  Diego Novillo  <dnovillo@redhat.com>
11174
11175         * basic-block.h (expunge_block): Declare.
11176         * cfg.c (expunge_block): Remove static declaration.
11177
11178 2001-09-12  Richard Henderson  <rth@redhat.com>
11179
11180         * integrate.c (copy_insn_list): Copy label name from
11181         NOTE_INSN_DELETED_LABEL.
11182
11183 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11184
11185         * c-common.c (c_tree_code_name): Const-ification.
11186         * c-decl.c (c_decode_option): Likewise.
11187         * c-typeck.c (warn_for_assignment): Likewise.
11188         * collect2.c (libexts, is_ctor_dtor, main, ignore_library):
11189         Likewise.
11190         * cppinit.c (output_deps): Likewise.
11191         * dependence.c (dependence_string, direction_string): Likewise.
11192         * dwarf2out.c (output_ranges): Likewise.
11193         * fixinc/fixfixes.c (emit_gnu_type): Likewise.
11194         * fixinc/gnu-regex.c (re_error_msgid): Likewise.
11195         * gcc.c (standard_exec_prefix, standard_exec_prefix_1,
11196         standard_startfile_prefix, standard_startfile_prefix_1,
11197         standard_startfile_prefix_2, tooldir_base_prefix,
11198         standard_bindir_prefix, find_a_file): Likewise.
11199         * genattrtab.c (make_length_attrs): Likewise.
11200         * gencheck.c (tree_codes): Likewise.
11201         * genemit.c (gen_split): Likewise.
11202         * genrecog.c (special_mode_pred_table): Likewise.
11203         * graph.c (graph_ext): Likewise.
11204         * protoize (default_include): Likewise.
11205         * reload.c (reload_when_needed_name): Likewise.
11206         * sched-vis.c (visualize_stall_cycles): Likewise.
11207         * tlink.c (recompile_files): Likewise.
11208         * toplev.c (decode_g_option): Likewise.
11209         * tradcpp.c (output_deps): Likewise.
11210         * varasm.c (decode_reg_name): Likewise.
11211
11212         * arm.c (arm_condition_codes, strings_fpa, thumb_condition_code):
11213         Const-ification.
11214         * arm.md: Likewise.
11215         * avr.c (avr_regnames, encode_section_info): Likewise.
11216         * c4x.c (float_reg_names): Likewise.
11217         * darwin.h (ASM_GLOBALIZE_LABEL): Likewise.
11218         * elfos.h (const_section): Likewise.
11219         * i386.c (ix86_comp_type_attributes): Likewise.
11220         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
11221         * ia64/aix.h (UNIQUE_SECTION): Likewise.
11222         * ia64.c (type_names): Likewise.
11223         * m68hc11.c (reg_class_names): Likewise.
11224         * m88k.c (m_options): Likewise.
11225         * mips.c (mips_output_conditional_branch, mips_unique_section):
11226         Likewise.
11227         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
11228         * sparc.c (sparc_flat_function_prologue, sparc_flat_function_epilogue,
11229         ultra_code_names): Likewise.
11230         * sparc.h (OVERRIDE_OPTIONS): Likewise.
11231
11232 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11233
11234         * configure.in (gcc_cv_as_shf_merge): Fix a typo.
11235         Use --fatal-warnings option for gas.
11236         * configure: Rebuilt.
11237
11238 2001-09-12  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
11239
11240         * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Document.
11241
11242 2001-09-11  Jim Wilson  <wilson@redhat.com>
11243
11244         * alias.c (clear_reg_alias_info): Only handle pseudo registers.
11245
11246 2001-10-11  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11247
11248         * builtins.c (c_strlen): Treat an offset too large for a
11249         HOST_WIDE_INT as out of range.
11250
11251 Tue Sep 11 18:57:47 CEST 2001  Jan Hubicka  <jh@suse.cz>
11252
11253         * basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.
11254         (EDGE_CRITICAL_P): New predicate.
11255         * cfg.c (force_nonfallthru_and_redirect, split_edge): Kill EDGE_CRITICAL
11256         handling.
11257         (insert_insn_on_edge): Use EDGE_CRITICAL_P.
11258         (dump_edge_info): Remove "crit".
11259         * cfganal.c (mark_critical_edges): Kill.
11260         * cfgbuild.c (find_basic_blocks): Remove mark_critical_edges call.
11261         * cfgcleanup.c (cleanup_cfg): Likewise.
11262         * profile.c (instrument_edges): Use EDGE_CRITICAL_P.
11263         (find_spanning_tree): Likewise.
11264         * reg-stack.c (convert_regs_1): Likewise.
11265         * ssa.c (mark_regs_equivalent_over_bad_edges): Likewise.
11266
11267         * basic-block.h (create_basic_block_structure): New.
11268         (create_basic_block): Update prototype.
11269         (force_nonfallthru): New.
11270         * bb-reorder.c (fixup_reorder_chain): Fixup use force_nonfallthru.
11271         * cfg.c (create_basic_block_structure): Rename from create_basic_block;
11272         handle updating of block_for_insn, creating of empty BBs and BBs at
11273         the end of INSN chain.
11274         (create_basic_block): New function.
11275         (split_block): Use create_basic_block.
11276         (force_nonfallthru_and_redirect): Break out from ...; cleanup
11277         (redirect_edge_and_branch_force): ... here.
11278         (force_nonfallthru): New.
11279         (split_edge): Rewrite to use force_nonfallthru and create_block.
11280         * cfgbuild.c (find_basic_blocks_1): Use create_basic_block_structure.
11281         (find_basic_blocks): Free basic_block_for_insn.
11282         * cfgcleanup.c (merge_blocks): Use force_nonfallthru.
11283
11284         * cfg.c: Fix formating.
11285         * cfgcleanup.c: Fix formating.
11286         (merge_blocks, tail_recursion_label_p): Return bool.
11287         (merge_blocks_move_predecessor_nojumps,
11288          merge_blocks_move_successor_nojumps): Return void.
11289
11290 2001-09-11  Jakub Jelinek  <jakub@redhat.com>
11291
11292         * configure.in: Check whether assembler supports section merging.
11293         * config.in: Rebuilt.
11294         * configure: Rebuilt.
11295         * varasm.c (variable_section, output_constant_pool): Pass alignment
11296         to SELECT_SECTION and SELECT_RTX_SECTION.
11297         (mergeable_string_section): New.
11298         (mergeable_constant_section): New.
11299         (default_elf_asm_named_section): Output SECTION_MERGE and
11300         SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
11301         * output.h (mergeable_string_section): New.
11302         (mergeable_constant_section): New.
11303         (SECTION_MERGE, SECTION_STRINGS, SECTION_ENTSIZE): Define.
11304         * toplev.c (flag_merge_constants): New.
11305         (f_options): Add -fmerge-constants and -fmerge-all-constants
11306         options.
11307         (toplev_main): Default to -fno-merge-constants if not optimizing.
11308         * flags.h (flag_merge_constants): Add extern.
11309         * invoke.texi (-fmerge-constants, -fmerge-all-constants): Document.
11310         * tm.texi (SELECT_SECTION, SELECT_RTX_SECTION): Document added third
11311         argument.
11312         * config/elfos.h (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START):
11313         Define if assembler has working .subsection -1 support.
11314         (SELECT_RTX_SECTION, SELECT_SECTION): Add third macro argument.
11315         Put constant into special SHF_MERGE sections if the linker should
11316         attempt to merge duplicates.
11317         * config/ia64/sysv4.h (SELECT_RTX_SECTION, SELECT_SECTION): Add third
11318         macro argument.
11319         Put constant into special SHF_MERGE sections if the linker should
11320         attempt to merge duplicates.
11321         * config/alpha/elf.h: Likewise.
11322         (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START): Define if assembler
11323         has working .subsection -1 support.
11324         * config/nextstep.h: Add third argument to SELECT_RTX_SECTION and
11325         SELECT_SECTION.
11326         * config/svr3.h: Likewise.
11327         * config/darwin.h: Likewise.
11328         * config/arm/aof.h: Likewise.
11329         * config/arm/linux-elf.h: Likewise.
11330         * config/avr/avr.h: Likewise.
11331         * config/c4x/c4x.h: Likewise.
11332         * config/d30v/d30v.h: Likewise.
11333         * config/i386/dgux.h: Likewise.
11334         * config/i386/osfrose.h: Likewise.
11335         * config/i386/sco5.h: Likewise.
11336         * config/i386/svr3gas.h: Likewise.
11337         * config/ia64/aix.h: Likewise.
11338         * config/m32r/m32r.h: Likewise.
11339         * config/m68k/m68k.h: Likewise.
11340         * config/m88k/dgux.h: Likewise.
11341         * config/m88k/m88k.h: Likewise.
11342         * config/mcore/mcore-pe.h: Likewise.
11343         * config/mips/mips.h: Likewise.
11344         * config/pa/pa.h: Likewise.
11345         * config/pa/pa-linux.h: Likewise.
11346         * config/romp/romp.h: Likewise.
11347         * config/rs6000/sysv4.h: Likewise.
11348         * config/rs6000/xcoff.h: Likewise.
11349         * config/s390/linux.h: Likewise.
11350         * config/sparc/sparc.h: Likewise.
11351         * config/sparc/sysv4.h: Likewise.
11352         * config/stormy16/stormy16.h: Likewise.
11353         * config/v850/v850.h: Likewise.
11354         * config/vax/vms.h: Likewise.
11355         * config/arm/arm.c (arm_elf_asm_named_section): Output SECTION_MERGE
11356         and SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
11357         * config/sparc/sparc.c (sparc_elf_asm_named_section): Use
11358         default_elf_asm_named_section for SHF_MERGE sections.
11359
11360 Tue Sep 11 17:55:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
11361
11362         * bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block
11363         is OK.
11364
11365 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
11366
11367         * c-common.c (split_specs_attrs): Allow for empty attributes with
11368         empty TREE_PURPOSE.  Fixes PR c/4294.
11369
11370 Tue Sep 11 11:37:52 CEST 2001  Jan Hubicka  <jh@suse.cz>
11371
11372         * basic-block.h (cached_make_edge, make_single_succ): New.
11373         (make_edge): Remove first parameter.
11374         * bb-reroder.c (fixup_reorder_chain): Use make_single_succ_edge.
11375         * cfg.c (cached_make_edge): Rename from make_edge; return newly
11376         created edge; use obstack allocation.
11377         (make_edge, make_single_succ_edge): New.
11378         (first_removed_edge): New static variable.
11379         (init_flow): Initialize first_removed_edge and n_edges.
11380         (clear_edges): Use remove_edge.
11381         (flow_delete_block): Likewise.
11382         (remove_edge): Add removed edges to the removed edges list.
11383         (split_block, redirect_edge_and_branch_force, split_edge):
11384         Use make_edge.
11385         * cfganal.c (flow_call_edges_add): Updaet make_edge call.
11386         (add_noreturn_fake_exit_edges): Likewise.
11387         (connect_infinite_loops_to_exit): Liekwise.
11388         * cfgbuild.c (make_label_edge, make_edges, find_sub_basic_blocks):
11389         Use cached_make_edge.
11390         * cfgcleanup.c (try_crossjump_to_edge): Use make_single_succ_edge.
11391         * profile.c (branch_prob): Update make_edge call.
11392         * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
11393
11394 2001-09-11  Richard Henderson  <rth@redhat.com>
11395
11396         * config/alpha/alpha.c: Tidy formatting.
11397         (local_symbolic_operand): Verify mode.
11398         (alpha_sa_mask): Ignore unicos for eh_return.
11399         (alpha_expand_epilogue): Handle sp_adj2 zero, not NULL.
11400         * config/alpha/alpha.md (umk divsi patterns): Remove.
11401         (extendsfdf2): Remove unicos check.
11402         (tablejump): Merge vms and unicos code; always use direct set
11403         plus label_ref use.
11404
11405 2001-09-11  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
11406
11407         * config.gcc (alpha*-*-unicosmk*): New target.
11408
11409         * config/alpha/alpha-protos.h (symbolic_operand,
11410         unicosmk_add_call_info_word, unicosmk_add_extern,
11411         unicosmk_defer_case_vector, unicosmk_unique_section,
11412         unicosmk_output_align, unicosmk_text_section, unicosmk_data_section,
11413         unicosmk_asm_file_start, unicosmk_asm_file_end,
11414         unicosmk_output_common): Declare.
11415
11416         * config/alpha/alpha.c (NUM_ARGS, override_options, call_operand,
11417         direct_return, function_arg, alpha_va_start, alpha_va_arg,
11418         alpha_does_function_need_gp, alpha_end_function): Support Cray
11419         Unicos/Mk.
11420         (alpha_init_machine_status, alpha_mark_machine_status,
11421         alpha_free_machine_status, unicosmk_output_deferred_case_vectors,
11422         unicosmk_gen_dsib, unicosmk_output_ssib, unicosmk_need_dex,
11423         unicosmk_asm_named_section, unicosmk_insert_attributes,
11424         unicosmk_section_type_flags, symbolic_operand,
11425         unicosmk_output_module_name, unicosmk_output_default_externs,
11426         unicosmk_output_dex, unicosmk_output_externs,
11427         unicosmk_output_addr_vec, unicosmk_ssib_name,
11428         unicosmk_initial_elimination_offset, unicosmk_asm_file_start,
11429         unicosmk_asm_file_end, unicosmk_output_common,
11430         unicosmk_section_type_flags, unicosmk_unique_section,
11431         unicosmk_add_call_info_word, unicosmk_text_section,
11432         unicosmk_data_section, unicosmk_extern_list, unicosmk_extern_head,
11433         unicosmk_add_extern, unicosmk_dex, unicosmk_dex_list,
11434         unicosmk_dex_count, unicosmk_special_name): New.
11435         (TARGET_INSERT_ATTRIBUTES, TARGET_SECTION_TYPE_FLAGS): Define for
11436         TARGET_ABI_UNICOSMK.
11437         (get_aligned_mem, alpha_expand_unaligned_load,
11438         alpha_expand_unaligned_store, alpha_expand_unaligned_load_words,
11439         alpha_expand_unaligned_store_words): Support big-endian mode.
11440         (print_operand): Likewise. New format specifier 't'. Use
11441         TARGET_AS_SLASH_BEFORE_SUFFIX.
11442         (alpha_is_stack_procedure): Rename from vms_is_stack_procedure.
11443         (alpha_pv_save_size): Update with above change.
11444         (alpha_sa_mask, alpha_sa_size, alpha_expand_prologue,
11445         alpha_start_function, alpha_expand_epilogue): Likewise. Support Cray
11446         Unicos/Mk.
11447
11448         * config/alpha/alpha.h (TARGET_ABI_UNICOSMK): New.
11449         (TARGET_ABI_OSF): Exclude TARGET_ABI_UNICOSMK.
11450         (TARGET_AS_SLASH_BEFORE_SUFFIX): New.
11451         (EXTRA_CONSTRAINT): New constraint 'U'.
11452         (PREDICATE_CODES): Add symbolic_operand.
11453
11454         * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM,
11455         UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): New constants.
11456         (mulsi3, *mulsi_se, mulvsi3): Disable for TARGET_ABI_UNICOSMK.
11457         (integer division and modulus patterns): Split in default and
11458         Unicos/Mk versions.
11459         (*divmodsi_internal, *divmoddi_internal): Disable for
11460         TARGET_ABI_UNICOSMK.
11461         (unaligned_extend?idi, unaligned_load?i, unaligned_store?i): Split in
11462         little-endian and big-endian versions.
11463         (ext, ins, msk): Likewise.
11464         (extv, extzv, insv): Support big-endian mode.
11465         (call, call_value, tablejump): Support TARGET_ABI_UNICOSMK.
11466         (call_umk, call_value_umk, *call_umk, tablejump_umk,
11467         *tablejump_umk_internal, *call_value_umk): New.
11468         (*movdi_nofix): Add pattern for loading an address into a register on
11469         TARGET_ABI_UNICOSMK.
11470         (umk_laum, umk_lal, umk_lalm, *umk_load_ciw): New.
11471         (umk_mismatch_args, arg_home_umk): New.
11472         (various insns): Don't use mov, fmov, nop, fnop and unop.
11473         (realign): Support TARGET_ABI_UNICOSMK.
11474
11475         * config/alpha/unicosmk.h: New file.
11476         * config/alpha/t-unicosmk: New file.
11477
11478         * fixinc/inclhack.def (unicosmk_restrict): New.
11479         * fixinc/fixincl.x: Regenerate.
11480
11481         * ginclude/stddef.h (size_t): Check for and define __SIZE_T__.
11482         (wchar_t): Check for and define __WCHAR_T__.
11483
11484 2001-09-11  Richard Sandiford  <rsandifo@redhat.com>
11485
11486         * combine.c (simplify_shift_const): Treat shifts by the mode
11487         size as undefined.
11488
11489 2001-09-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11490
11491         * cpphash.h (struct tokenrun): New.
11492         (struct cpp_context): New member bol.
11493         (struct cpp_reader): New members.
11494         (_cpp_init_tokenrun): New.
11495         * cppinit.c (cpp_create_reader): Set up the token runs.
11496         * cpplex.c (lex_directive, lex_token, next_tokenrun): New.
11497         (lex_token): New internalised version of _cpp_lex_token.  Don't
11498         handle directives or the multiple include optimization here any
11499         more.  Simply lex a token.
11500         * cpplib.c (run_directive): Clear bol.
11501         (_cpp_pop_buffer): Set bol.
11502         * cppmacro.c (funlike_invocation_p): Keep tokens whilst parsing
11503         arguments.
11504
11505 2001-09-11  Michael Meissner  <meissner@redhat.com>
11506
11507         * config/mips/mips.h (CC1_SPEC): If -mgp32 default to -mfp32, and
11508         give an error if the user uses -mfp32.
11509         (CPP_FPR_SPEC): Define __mips_fpr to be 32 or 64 depending on the
11510         default options.
11511         (CPP_SPEC): Define __mips_fpr to be 32 or 64, depending on the
11512         floating point register size.
11513         (EXTRA_SPECS): Add CPP_FPR_SPEC.
11514
11515         * config/mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Use
11516         HOST_WIDE_INT_PRINT_DEC to properly print the result of
11517         int_size_in_bytes.
11518         * config/mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Ditto.
11519         * config/mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Ditto.
11520
11521 2001-09-11  Hans-Peter Nilsson  <hp@axis.com>
11522
11523         * dbxout.c (dbxout_parms): Fix typo in comment.
11524         * unroll.c (loop_find_equiv_value): Ditto.
11525         * toplev.c (rest_of_compilation): Ditto.
11526         * loop.c (scan_loop): Ditto.
11527         * dwarf2out.c (struct dw_fde_struct): Ditto.
11528
11529 2001-09-10  Zack Weinberg  <zackw@panix.com>
11530
11531         * cpplex.c (parse_identifier): Fast-path optimize.  Avoid
11532         copying identifier when we're just going to throw it away.
11533         (parse_identifier_slow): New routine to handle abnormal cases.
11534         (_cpp_lex_token): Update call site.
11535
11536         * hashtable.c (ht_lookup): Don't assume that the string we've
11537         been given is NUL-terminated.
11538         * system.h: #define __builtin_expect(a, b) to (a) if not
11539         GCC >=3.0.
11540
11541 2001-09-10  Michael Meissner  <meissner@redhat.com>
11542
11543         * config.gcc (sparc64-*-solaris2): Add alias to be compatible with
11544         binutils, gdb.
11545
11546 2001-09-10  David Edelsohn  <edelsohn@gnu.org>
11547
11548         * config/rs6000/t-aix43 (SHLIB_INSTALL): Use mode 751 (a+x,r-o).
11549
11550 Mon Sep 10 16:26:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11551
11552         * builtins.c (c_getstr): Correct thinko in last change and further
11553         cleanup.
11554
11555 2001-09-10  Tim Freeman <tim@fungibole.com>
11556
11557         * dwarf2out.c (incomplete_types, decl_scope_table): Make them
11558         into varray's and register them as roots with the garbage
11559         collector so they are not collected too soon.
11560
11561 Mon Sep 10 14:21:26 CEST 2001  Jan Hubicka  <jh@suse.cz>
11562
11563         * Makefile.in (cfg.o, cfganal.o, cfgloop.o, cfgbuild.o, cfgcleanup.o):
11564         New.
11565         * basic-block.h (flow_obstack, label_value_list,
11566         tail_recursion_label_list): Declare
11567         (tidy_fallthru_edges): Declare.
11568         (expunge_block, last_loop_beg_note): Delete.
11569         (can_fallthru, flow_nodes_print, flow_edge_list_print): Declare.
11570         * cfg.c: New file
11571         (basic_block_for_insn, label_value_list): Move from flow.c; make global.
11572         (n_basic_blocks, n_edges, basic_block_info, entry_exit_blocks,
11573         init_flow, clear_edges, can_delete_note_p, can_delete_label_p,
11574         flow_delete_insn, flow_delete_insn_chain, create_basic_block,
11575         expunge_block, flow_delete_block, compute_bb_for_insn,
11576         update_bb_for_insn, set_block_for_insn, set_block_for_new_insns,
11577         make_edge, remove_edge, redirect_edge_succ, redirect_edge_succ_nodup,
11578         redirect_edge_pred, split_block, marge_blocks_nomove, block_label,
11579         try_redirect_by_replacing_jump, last_loop_beg_note,
11580         redirect_edge_and_branch, redirect_edge_and_branch_force,
11581         tidy_fallthru_edge, tidy_fallthru_edges, back_edge_of_syntactic_loop_p,
11582         split_edge, insert_insn_on_edge, commit_one_edge_insertion,
11583         commit_edge_insertions, dump_flow_info, debug_flow_info,
11584         dump_edge_info, dump_bb, debug_bb, debug_bb_n, print_rtl_with_bb,
11585         verify_flow_info, purge_dead_edges, purge_all_dead_edges):
11586         Move here from flow.c
11587         * cfganal.c: New file.
11588         (forwarder_block_p, can_fallthru, mark_critical_edges,
11589          mark_dfs_back_edges, need_fake_edge_p, flow_call_edges_add,
11590          find_unreachable_blocks, create_edge_list, free_edge_list,
11591          print_edge_list, verify_edge_list, find_edge_index, flow_nodes_print,
11592          flow_edge_list_print, remove_fake_successors, remove_fake_edges,
11593          add_noreturn_fake_exit_edges, connect_infinite_loops_to_exit,
11594          flow_reverse_top_sort_order_compute, flow_depth_first_order_compute,
11595          flow_dfs_compute_reverse_init, flow_dfs-compute_reverse_add_bb,
11596          flow_dfs-compute_reverse_execute, flow_dfs_compute_reverse_finish);
11597         Move here from flow.c
11598         * cfgbuild.c: New file
11599         (count_basic_blocks, find_label_refs, make_label_edge, make_eh_edge,
11600          make_edges, find_basic_blocks_1, find_basic_blocks,
11601          find_sub_basic_blocks): Move here from flow.c
11602         * cfgcleanup.c: New file.
11603         (try_simplify_condjump, try_forward_edges, tail_recursion_label_p,
11604          merge_blocks_move_predecessor_nojumps,
11605          merge_blocks_move_successor_nojumps, merge_blocks,
11606          flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
11607          try_crossjump_bb, try_optimize_cfg): Move here from flow.c
11608         (delete_unreachable_blocks, cleanup_cfg): Likewise; return true
11609         if succeeded.
11610         * cfgloop.c: New file
11611         (flow_loops_cfg_dump, flow_loop_nested_p, flow_loop_dump,
11612          flow_loops_dump, flow_loops_free, flow_loop_entry_edges_find,
11613          flow_loop_exit_edges_find, flow_loop_nodes_find,
11614          flow_loop_pre_header_scan, flow_loop_pre_header_find,
11615          flow_loop_tree_node_add, flow_loops_tree_build,
11616          flow_loop_level_compute, flow_loops_level_compute, flow_loop_scan,
11617          flow_loops_find, flow_loops_update, flow_loop_outside_edge_p):
11618         Move here from flow.c
11619         * flow.c: Remove everything moved elsewhere
11620         * output.h (cleanup_cfg): Return bool.
11621
11622         * bb-reorder.c (reorder_block_def): Remove 'index'.
11623         (insert_intra_1): Add argument BB, set block for new note.
11624         (make_reorder_chain): Do not depdent on BB indexes.
11625         (make_reorder_chain_1): Do not use BB indexes.
11626         (label_for_bb): Likewise; set BB for new insn.
11627         (emit_jump_to_block_after): Likewise.
11628         (fixup_reorder_chain): Sanity check that all basic blocks
11629         are chained; verify newly created insn chain; remove
11630         undocnitional jump simplifying; Do not use BB indexes;
11631         properly initialize count and frequency information;
11632         dump reordered sequence.
11633         (insert_intra_bb_scope_notes): update call of insert_intra_1.
11634         (insert_inter_bb_scope_notes): Set block for new insn.
11635         (reorder_basic_blocks): Dump flow info before reoredering.
11636
11637 Mon Sep 10 06:47:35 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11638
11639         * alias.c (clear_reg_alias_info): Use K&R format definition.
11640         Avoid unsigned warning.
11641         * builtins.c: Use "unsigned int", not "unsigned".
11642         (target_char_cast): Use host_integerp and tree_low_cst.
11643         (expand_builtin_args_info, expand_builtin_frame_address): Likewise.
11644         (c_strlen): Likewise; OFFSET now HOST_WIDE_INT.
11645         (c_getstr): Likewise.
11646         (std_expand_builtin_va_arg): Use int_size_in_bytes.
11647         (builtin_memcpy_read_str): Avoid unsigned warning.
11648         (expand_builtin_memcpy): Alignments are unsigned.
11649         (expand_builtin_strncpy, expand_builtin_memset): Likewise.
11650         (expand_builtin_expect_jump): Use integer_zerop and integer_onep.
11651         * predict.c (expensive_function_p): LIMIT now unsigned.
11652         * resource.c (mark_target_live_regs): Make some vars unsigned.
11653         * sdbout.c: Use "unsigned int", not "unsigned".
11654         (MAKE_LINE_SAFE): Add cast to avoid unsigned warning.
11655         (sdbout_source_line): Likewise.
11656         (sdbout_record_type_name): Remove "const" for NAME declaration.
11657         * config/alpha/alpha.c (alpha_expand_block_move): Whitespace fixes.
11658
11659 2001-09-10  Richard Sandiford  <rsandifo@redhat.com>
11660
11661         * calls.c (store_one_arg): Expand comment.
11662
11663 2001-09-10  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
11664
11665         * calls.c (store_one_arg): Make sure that the entire argument is
11666         pushed if STACK_PARMS_IN_REG_PARM_AREA is defined.
11667
11668 2001-09-09  Richard Henderson  <rth@redhat.com>
11669
11670         * emit-rtl.c (adjust_address): Fix mode for LO_SUM.
11671
11672 Sun Sep  9 10:43:17 CEST 2001  Jan Hubicka  <jh@suse.cz>
11673
11674         * loop.c (combine_givs): Fix computing of benefit once giv is combined.
11675
11676 2001-09-09  Richard Henderson  <rth@redhat.com>
11677
11678         * config/alpha/alpha.c (alpha_next_sequence_number): New.
11679         (alpha_this_literal_sequence_number): New.
11680         (alpha_this_gpdisp_sequence_number): New.
11681         (some_operand, input_operand): Add HIGH.
11682         (local_symbolic_operand): New.
11683         (alpha_encode_section_info): New.
11684         (alpha_legitimate_address_p): Allow LO_SUM.
11685         (alpha_legitimize_address): Generate HIGH+LO_SUM.
11686         (alpha_expand_mov): Likewise.
11687         (secondary_reload_class): Check memory_operand not general_operand
11688         for FP_REGS test.
11689         (alpha_expand_unaligned_load): Force LO_SUM addresses into a register.
11690         (alpha_expand_unaligned_store): Likewise.
11691         (alpha_expand_unaligned_load_words): Likewise.
11692         (alpha_expand_unaligned_store_words): Likewise.
11693         (alpha_expand_block_clear): Likewise.
11694         (print_operand): Handle %#, %*, %H.
11695         (print_operand_address): Handle LO_SUM.
11696         (find_lo_sum): New.
11697         (alpha_does_function_need_gp): Use it.
11698         (alpha_expand_block_move): Fix signed compare warnings.
11699         (alpha_sa_mask, alpha_align_insns): Likewise.
11700         * config/alpha/alpha-protos.h: Update.
11701         * config/alpha/alpha.h (TARGET_EXPLICIT_RELOCS): New.
11702         (MASK_EXPLICIT_RELOCS): New.
11703         (TARGET_SWITCHES): Add -mexplicit-relocs.
11704         (EXTRA_CONSTRAINT): Add 'T'.
11705         (PREFERRED_RELOAD_CLASS): HIGH goes in GENERAL_REGS.
11706         (ASM_APP_ON, ASM_APP_OFF): Turn on and off asm macro expansion.
11707         (ENCODE_SECTION_INFO): Out line.
11708         (REDO_SECTION_INFO_P): New.
11709         (STRIP_NAME_ENCODING): New.
11710         (ASM_OUTPUT_LABELREF): New.
11711         (PRINT_OPERAND_PUNCT_VALID_P): Add #, *.
11712         (PREDICATE_CODES): Update.
11713         * config/alpha/alpha.md (divmodsi_internal_er, divmoddi_internal_er,
11714         call_osf_1_er_noreturn, call_osf_1_er, movdi_er_low, movdi_er_nofix,
11715         movdi_er_fix, prologue_ldgp_1_er, builtin_setjmp_receiver_sub_label_er,
11716         builtin_setjmp_receiver_er, exception_receiver_1_er,
11717         call_value_osf_1_er): New patterns.
11718         (sibcall_osf_1, sibcall_value_osf_1): Remove register alternative.
11719         (movqi, movhi, movsi): Add explicit $31 base register to lda.
11720         * config/alpha/elf.h (ASM_FILE_START): Set nomacro if explicit relocs.
11721         (FINAL_PRESCAN_INSN): New.
11722
11723 Sat Sep  8 22:00:55 CEST 2001  Jan Hubicka  <jh@suse.cz>
11724
11725         * reg-stack.c (subst_stack_regs_pat): Fix fcmov reversal code.
11726
11727 2001-09-08  Andreas Jaeger  <aj@suse.de>
11728
11729         * i386.h (TARGET_SWITCHES): Fix description.
11730
11731 2001-09-07  David Edelsohn  <edelsohn@gnu.org>
11732
11733         * rs6000.c (num_insns_constant): Compute number of instructions
11734         more accurately.
11735
11736         * doc/install.texi: Explain AIX exception handling work-around.
11737         Update URL for AIX fixes.
11738
11739 2001-09-07  Jim Wilson  <wilson@redhat.com>
11740
11741         * alias.c (clear_reg_alias_info): New.
11742         * flow.c (attempt_auto_inc): Call clear_reg_alias_info.
11743         * rtl.h (clear_reg_alias_info): Declare.
11744
11745 2001-09-07  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
11746
11747         * real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is
11748         available.
11749         (UEMUSHORT): New. Use instead of unsigned EMUSHORT.
11750         (m16m,edivm,emulm): Change declaration to match definition.
11751
11752 2001-09-07  Roman Lechtchinsky <rl@cs.tu-berlin.de>
11753
11754         * reload.c (push_reload): Check for subreg_lowpart_p instead of
11755         SUBREG_BYTE being 0 when determining if the inner part of a subreg
11756         can be reloaded.
11757
11758 2001-09-07  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
11759
11760         * c-common.c (signed_or_unsigned_type): Handle machine mode types
11761         which have no corresponding C type.
11762         * fold_const.c (target_isinf,target_isnan,target_negative): Update
11763         the representation of 64-bit doubles to work with 64-bit ints.
11764
11765 2001-09-07  Aldy Hernandez  <aldyh@redhat.com>
11766
11767         * config/mips/mips.c (override_options): Do not override ISA when ABI
11768         specified if MIPS_CPU_STRING_DEFAULT was specified.
11769
11770 2001-09-07  Richard Henderson  <rth@redhat.com>
11771
11772         * loop.c (record_giv): Avoid simplifying MULT to ASHIFT.
11773         (express_from_1): Wrap lines.
11774         * rtlanal.c (commutative_operand_precedence): Rename from
11775         operand_preference; export.
11776         * rtl.h: Declare it.
11777         * simplify-rtx.c (simplify_gen_binary): Tidy +/- const_int handling.
11778         (simplify_binary_operation): Invoke simplify_plus_minus on
11779         (CONST (PLUS ...)) as well.
11780         (struct simplify_plus_minus_op_data): New.
11781         (simplify_plus_minus_op_data_cmp): New.
11782         (simplify_plus_minus): Use them.  Avoid infinite recursion with
11783         simplify_binary_operation wrt CONST.
11784
11785 Fri Sep  7 11:52:30 2001   Kazu Hirata  <kazu@hxi.com>
11786
11787         * h8300-protos.h (general_operand_dst_push): Remove.
11788         * h8300.c (general_operand_dst_push): Likewise.
11789         * h8300.h (OK_FOR_T): Likewise.
11790         (EXTRA_CONSTRAINTS): Do not use OK_FOR_T.
11791         * h8300.md (pushqi_h8300): New.
11792         (pushqi_h8300hs): Likewise.
11793         (pushqi): Likewise.
11794         (pushhi_h8300): Likewise.
11795         (pushhi_h8300hs): Likewise.
11796         (pushhi): Likewise.
11797
11798 Fri Sep  7 12:56:26 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11799
11800         * genattrtab.c (attr_printf): First arg is unsigned.
11801         Clean up formatting of callers.
11802
11803 2001-09-06  Aldy Hernandez  <aldyh@redhat.com>
11804
11805         * config/mips/mips.c (override_options): Allow abi32 with 64 bit
11806         registers.
11807
11808 2001-09-07  Andreas Jaeger  <aj@suse.de>
11809
11810         * i386.h (TARGET_SWITCHES): Fix descriptions.
11811
11812 2001-09-07  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11813
11814         * stor-layout.c (compute_record_mode): Check DECL_SIZE is set.
11815
11816 2001-09-06  Ira Ruben  <ira@apple.com>
11817
11818         Remove OP_IDENTIFIER.
11819         * tree.def (OP_IDENTIFIER): Remove.
11820         * tree.c (tree_node_kind enum): Remove op_id_kind.
11821         (tree_node_kind_names): Remove "op_identifiers".
11822         (make_node): Remove OP_IDENTIFIER test.
11823         (build_op_identifier): Removed because it isn't being used.
11824         * print-tree.c (print_node): Remove OP_IDENTIFIER case.
11825         * cp/pt.c (tsubst): Remove OP_IDENTIFIER case.
11826
11827 2001-09-06  Richard Henderson  <rth@redhat.com>
11828
11829         * simplify-rtx.c (simplify_binary_operation): Revert last change.
11830
11831 2001-09-06  Richard Henderson  <rth@redhat.com>
11832
11833         * simplify-rtx.c (simplify_binary_operation): Simplify contents
11834         of CONST.
11835
11836 2001-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11837
11838         * config/rs6000/rs6000.c (rs6000_emit_prologue): Fix DWARF2 register
11839         number used for CR register.
11840
11841 Thu Sep  6 11:16:35 2001  Jeffrey A Law  (law@cygnus.com)
11842                           Joern Rennecke (amylaar@cygnus.com)
11843
11844         * h8300-protos.h (h8300_return_addr_rtx): New prototype.
11845         * h8300.c (initial_offset): Handle offset between RP and FP.
11846         (h8300_return_addr_rtx): New function.
11847         * h8300.h (FIRST_PSEUDO_REGISTER): Bump now that we have a
11848         return register.
11849         (FIXED_REGISTERS, CALL_USED_REGISTERS): Corresponding changes.
11850         (REG_ALLOC_ORDER, RETURN_ADDRESS_POINTER_REGNUM): Likewise.
11851         (REG_CLASS_CONTENTS, ELIMINABLE_REGS): Likewise.
11852         (CAN_ELIMINATE, REGISTER_NAMES):
11853         (RETURN_ADDR_RTX): Call h8300_return_addr_rtx.
11854
11855 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11856
11857         Remove TYPE_NONCOPIED_PARTS.
11858         * tree.h (TYPE_NONCOPIED_PARTS): Remove.
11859         (struct tree_type): Remove noncopied_parts.
11860         * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Map onto TYPE_BINFO.
11861         * expr.c (save_noncopied_parts, init_noncopied_parts): Remove.
11862         (fixed_type_p): Remove.
11863         (expand_expr, INIT_EXPR): Don't deal with noncopied parts.
11864         (expand_expr, MODIFY_EXPR): Likewise.
11865         * ggc-common.c (ggc_mark_trees): Remove TYPE_NONCOPIED_PARTS.
11866         * doc/c-tree.texi: Remove TYPE_NONCOPIED_PARTS FIXME.
11867
11868 2001-09-06  Alan Modra  <amodra@bigpond.net.au>
11869
11870         * config/rs6000/rs6000.c (mask_operand): Use signed vars to avoid
11871         compiler warnings.
11872         (mask64_operand): Likewise.
11873         (includes_rldic_lshift_p): Likewise.
11874         (includes_rldicr_lshift_p): Likewise.
11875
11876 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
11877
11878         * objc/objc-act.c (build_message_expr): If a class method cannot
11879         be found, do not issue a warning if a corresponding instance
11880         method exists in the root class.
11881
11882 2001-09-05  Richard Henderson  <rth@redhat.com>
11883
11884         * config/alpha/alpha.c (alpha_expand_mov): Initialize temp.
11885
11886 2001-09-05  Zack Weinberg  <zack@codesourcery.com>
11887
11888         * function.c (ggc_mark_struct_function): Mark f->outer.
11889         * toplev.c (rest_of_compilation): Clear DECL_SAVED_INSNS here...
11890         * integrate.c (output_inline_function): ... not here.
11891
11892 Wed Sep  5 17:28:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
11893
11894         * profile.c (branch_prob): Call add_noreturn_fake_exit_edges.
11895
11896         * i386.c (size_cost): New static variable.
11897         (override_function): Use size_cost when -Os is specified.
11898
11899         * i386.c (ix86_expand_prologue): Set use_fast_prologue_epilogue
11900         properly;  Use current_function_calls_eh_return.
11901         (ix86_expand_epilogue): Avoid dummy optimize_size tests;
11902         use leave to avoid dependency chain.
11903
11904         * local-alloc.c (update_equiv_regs): Use CFG to iterate over INSN stream;
11905         get BB loop_depth instead of computing it from LOOP notes.
11906
11907         * reg-stack.c (subst_stack_reg_pat): Handle reversal of conditional moves.
11908
11909 2001-09-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11910
11911         * som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
11912         * pa.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
11913         UNALIGNED_DOUBLE_INT_ASM_OP): Define
11914
11915 2001-09-05  Jeffrey A Law  (law@cygnus.com)
11916             Jason Merrill (jason@redhat.com)
11917
11918         * stor-layout.c (layout_type): Complain if an array's size can
11919         not be represented in a size_t.
11920
11921         * config/h8300/elf.h (ENDFILE_SPEC, STARTFILE_SPEC): Define.
11922
11923 2001-09-05  David Billinghurst <David.Billinghurst@riotinto.com>
11924
11925         * gcc.c: (process_command) Add parentheses around assignment
11926         used as truth value.
11927
11928 2001-09-05  Richard Sandiford  <rsandifo@redhat.com>
11929
11930         * config/mips/mips.c (save_restore_insns): Don't mark any register
11931         save slots as unchanging if current_function_calls_eh_return.
11932
11933 2001-09-05  Richard Henderson  <rth@redhat.com>
11934
11935         * config/alpha/alpha.c (alpha_legitimate_address_p): New.
11936         * config/alpha/alpha-protos.h: Declare it.
11937         * config/alpha/alpha.h (GO_IF_LEGITIMATE_ADDRESS): Move to c file.
11938         (NONSTRICT_REG_OK_FOR_BASE_P): Rename from non-strict macro.
11939         (NONSTRICT_REG_OK_FP_BASE_P): Likewise.
11940         (STRICT_REG_OK_FOR_BASE_P): Rename from strict macro.
11941         (REG_OK_FOR_BASE_P): Select one of the above.
11942
11943 2001-09-05  Richard Sandiford  <rsandifo@redhat.com>
11944
11945         * config/mips/t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.
11946         (crti.o): Prefix name of object file with $(T).
11947         (crtn.o): Likewise.
11948
11949 2001-09-05  David S. Miller  <davem@redhat.com>
11950
11951         * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
11952         * config/sparc/linux64.h: Likewise.
11953
11954 2001-09-05  Andreas Jaeger  <aj@suse.de>
11955
11956         * doc/invoke.texi (i386 Options): -mwide-multiply is not
11957         available anymore, remove the documentation.
11958         (i386 Options): Fix typo, cleanup index entries.
11959
11960         * prefix.c (concat): Remove, we can use the version from liberty.
11961
11962 2001-09-05  Richard Henderson  <rth@redhat.com>
11963
11964         * config/alpha/alpha.c (alpha_expand_mov, alpha_expand_mov_nobwx):
11965         New functions split out of md file expanders.
11966         * config/alpha/alpha-protos.h: Declare them.
11967         * config/alpha/alpha.md (movqi, movhi, movsi, movdi): Use them.
11968
11969 2001-09-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11970
11971         * cppmacro.c (funlike_invocation_p): No need to restore context.
11972
11973 2001-09-04  Richard Henderson  <rth@redhat.com>
11974
11975         * reload.c (push_reload): Export.
11976         * reload.h (push_reload): Declare it.
11977
11978         * config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Move out o' line.
11979         (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
11980         * config/alpha/alpha.c (alpha_legitimize_address): New.
11981         (alpha_legitimize_reload_address): Likewise.
11982         * config/alpha/alpha-protos.h: Declare them.
11983
11984 2001-09-04  Stan Shebs  <shebs@apple.com>
11985
11986         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.
11987         * config/darwin.c (machopic_stub_name): Account for internally
11988         generated lib calls such as memcpy.
11989
11990 2001-09-04  Richard Henderson  <rth@redhat.com>
11991
11992         * unwind.h (_UA_END_OF_STACK): New flag.
11993         * unwind.inc (_Unwind_ForcedUnwind_Phase2): Set it.
11994
11995 Tue Sep  4 11:16:35 2001  Jeffrey A Law  (law@cygnus.com)
11996
11997         * h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
11998
11999 2001-09-04  Richard Sandiford  <rsandifo@redhat.com>
12000
12001         * config/mips/mips.c (save_restore_insns): Change base_offset to
12002         fp_offset in second call to mips_emit_frame_related_store.
12003
12004 2001-09-04  Hans-Peter Nilsson  <hp@axis.com>
12005
12006         * doc/rtl.texi: Mention that besides as a CODE_LABEL, a label can
12007         sometimes be represented as a NOTE of type
12008         NOTE_INSN_DELETED_LABEL.
12009         (Insns): Document NOTE_INSN_DELETED_LABEL.
12010
12011 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12012
12013         * c-common.h (tree_dump_index): Add more comments.
12014         * c-dump.c (dump_files): Name flags `tree' rather than `ast'.
12015         (dump_option_value_info): New struct.
12016         (dump_options): New array.
12017         (dump_switch_p): Parse switch options symbolically.
12018         * doc/invoke.texi (-fdump-ast): Rename to ...
12019         (-fdump-tree): ... here. Document that options are symbolic, and
12020         not all are applicable.
12021
12022 2001-09-04  David S. Miller  <davem@redhat.com>
12023
12024         * config/sparc/sparc.md (define_splits): Kill constraints.
12025
12026         Cleanup redundant and unused insn attributes.
12027         * config/sparc/sparc.md (define_attr "insn"): Kill address, unary,
12028         binary, and move.  Mark ialu as default.
12029         (commented out define_function_unit "alu"): Kill.
12030         (define_attr "use_clobbered"): Kill.
12031         (whole file): Kill address insn type references.  Replace
12032         all unary/binary/move references with ialu.
12033         * config/sparc/sparc.c (whole file): Kill TYPE_ADDRESS
12034         references.  Replace TYPE_{UNARY,BINARY,MOVE} references with
12035         TYPE_IALU.
12036
12037         Simplify length insn attribute and make more judicious use
12038         of insn attribute defaulting.
12039         * config/sparc/sparc.md (all insns with length > one): Mark as
12040         insn type multi if real instructions, else use default if
12041         it is a forced splitter.
12042         (all insns with length == one): Use default insn length.
12043         (all insns of type ialu): Use default insn type.
12044
12045         Fix erroneous insn attribute settings.
12046         (addx): Set insn type to misc.
12047         (mulsidi3_sp64, const_mulsidi3_sp64, umulsidi3_sp64,
12048         const_umulsidi3_sp64): Set insn type to imul.
12049
12050         Track SFmode vs DFmode insns according to UltraSPARC
12051         scheduling rules.
12052         * config/sparc/sparc.md ("fptype"): New attribute, default
12053         to "single".
12054         (all DFmode single insns): Mark as fptype "double".
12055
12056 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
12057
12058         * loop.c (express_from_1): Fix CONSTANT_P(a) case.
12059
12060 2001-09-03  Richard Henderson  <rth@redhat.com>
12061
12062         * function.h (struct function): Add arg_pointer_save_area_init.
12063         * function.c (expand_function_end): Init arg_pointer_save_area.
12064         (get_arg_pointer_save_area): Do not init arg_pointer_save_area
12065         when called from a nested function.
12066
12067 2001-09-02  Angela Marie Thomas <angela@cygnus.com>
12068
12069         * fixinc/Makefile.in: Regenerate fixincl.x only if maintainer-mode
12070         is enabled.
12071
12072 Sun Sep  2 18:37:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
12073
12074         * reload1.c (fixup_abnormal_edges): Allow NOTEs in the sequence.
12075
12076 2001-09-01  Geoffrey Keating  <geoffk@redhat.com>
12077
12078         * expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD.
12079         (emit_push_insn): Use specified padding direction when
12080         STACK_PUSH_CODE is POST_INC.
12081
12082         * config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
12083
12084 2001-09-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12085
12086         * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.
12087
12088 2001-09-01  Neil Booth  <neil@daikokuya.demon.co.uk>
12089
12090         * cppinit.c (cpp_start_read): Free the imacros list as we
12091         traverse it.  Don't free the chains before returning.
12092         (_cpp_push_next_buffer): Only try pushing buffers if we've
12093         completed -imacros handling.
12094
12095 2001-08-31  Eric Christopher  <echristo@redhat.com>
12096
12097         * gcc.c (handle_braces): Add explaination for abort.
12098
12099 2001-08-30  Roman Zippel  <zippel@linux-m68k.org>
12100
12101         * expmed.c (store_bit_field): Update to patch from 2001-08-27:
12102         move adjustment of bitpos instead.
12103
12104 2001-08-31  Zack Weinberg  <zack@codesourcery.com>
12105
12106         * function.c: Remove all_functions.  Make outer_function_chain
12107         static.
12108         (init_function_start): Don't add new function structure to
12109         all_functions.
12110         (find_function_data, push_function_context_to,
12111         pop_function_context_from, put_var_into_stack,
12112         trampoline_address): Update for changed structure element names.
12113         (push_function_context_to): Disentangle.
12114         (free_after_compilation): Also free F.
12115         (expand_dummy_function_end): Don't free cfun here.
12116         (put_var_into_stack): Comment why we can't use find_function_data here.
12117         (fix_lexical_addr, trampoline_address, ): Use find_function_data.
12118         (mark_function_chain): Split into maybe_mark_struct_function and
12119         ggc_mark_struct_function.  Export the latter.
12120         (init_function_once): Mark from cfun and outer_function_chain;
12121         not all_functions.
12122
12123         * function.h (struct function): Kill next_global.  Rename next
12124         to outer.  All users updated to match.
12125         (all_functions, outer_function_chain): Don't declare.
12126
12127         * ggc-common.c (ggc_mark_trees): Mark DECL_SAVED_INSNS.
12128         * integrate.c (output_inline_function): Clear DECL_SAVED_INSNS,
12129         don't touch f->inlinable, after calling rest_of_compilation.
12130
12131         * tree.h: Forward-declare struct function.  Prototype
12132         ggc_mark_struct_function.
12133
12134 2001-08-31  Kazu Hirata  <kazu@hxi.com>
12135
12136         * config/h8300/h8300.md (*andorhi3): Fix typos.
12137
12138 2001-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12139
12140         * calls.c (emit_library_call_value): Don't use a fixed
12141         argument after VA_CLOSE, i.e. out of scope in traditional C.
12142
12143         * emit-rtl.c (gen_rtvec): Likewise.
12144
12145 2001-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12146
12147         * Makefile.in (c-pragma.o): Depend on output.h.
12148         (reorg.o): Depend on except.h.
12149
12150         * c-pragma.c: Include output.h.
12151
12152         * reorg.c: Include except.h.
12153
12154         * unwind-dw2.c: Call __builtin_alloca, not alloca.
12155
12156 2001-08-31  Richard Henderson  <rth@redhat.com>
12157
12158         * sched-deps.c (add_dependence): Don't elide dependency if the
12159         conditional used by insn is modified in elem.
12160
12161 2001-08-31  Nick Clifton  <nickc@cambridge.redhat.com>
12162
12163         * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Define.
12164
12165 2001-08-31  Diego Novillo  <dnovillo@redhat.com>
12166
12167         * c-decl.c (c_decode_option): Skip '-f' prefix before calling
12168         dump_switch_p.
12169
12170 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
12171
12172         * config/stormy16/stormy16.c (stormy16_asm_out_destructor): New
12173         function.
12174         (stormy16_asm_out_constructor): New function.
12175         (TARGET_ASM_CONSTRUCTOR): Define.
12176         (TARGET_ASM_DESTRUCTOR): Define.
12177
12178 2001-08-31  Andreas Jaeger  <aj@suse.de>
12179
12180         * gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
12181         * loop.c (add_label_notes): Likewise.
12182         * reload.c (find_reloads): Likewise.
12183         * config/sh/sh.c (machine_dependent_reorg): Likewise.
12184
12185 2001-08-31  Jason Merrill  <jason_merrill@redhat.com>
12186
12187         * unwind-pe.h (read_uleb128, read_sleb128): Move actual reading
12188         code here.  Take _Unwind_{W,Sw}ord*.
12189         (read_encoded_value_with_base): Use them.
12190         * unwind-dw2.c (_Unwind_FrameState): Make cfa_offset and cfa_reg
12191         words.
12192         (extract_cie_info): Simplify read_?leb128 handling.
12193         (execute_stack_op, execute_cfa_program): Likewise.
12194         * unwind-dw2-fde.c (get_cie_encoding): Likewise.
12195
12196 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
12197
12198         * config/stormy16/stormy16.c (stormy16_expand_epilogue): Use
12199         the frame pointer to pop the stack if convenient.
12200
12201         * config/stormy16/stormy16.c (stormy16_initialize_trampoline):
12202         Don't use post-increment before combine.
12203         * config/stormy16/stormy16.h (STATIC_CHAIN_REGNUM): Don't use
12204         a call-saved register.
12205
12206 2001-08-31  Andreas Jaeger  <aj@suse.de>
12207
12208         * jump.c (mark_jump_label): Revert patch from 2001-08-28, the
12209         code was correct.
12210
12211 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
12212
12213         * config/stormy16/stormy16.md (udivmodhi4): Express using UDIV/UMOD,
12214         not DIV/MOD, of course.
12215
12216 2001-08-30  Vladimir Makarov  <vmakarov@redhat.com>
12217
12218         * rtl.def: Undo my patch commited 2001-08-27.
12219
12220         * genattrtab.c: Ditto.
12221
12222         * rtl.h: Ditto.
12223
12224         * sched-int.h: Ditto.
12225
12226         * target-def.h: Ditto.
12227
12228         * target.h: Ditto.
12229
12230         * haifa-sched.c: Ditto.
12231
12232         * sched-rgn.c: Ditto.
12233
12234         * sched-vis.c: Ditto.
12235
12236         * Makefile.in: Ditto.
12237
12238         * doc/md.texi: Ditto.
12239
12240         * doc/tm.texi: Ditto.
12241
12242         * doc/contrib.texi: Ditto.
12243
12244         * doc/gcc.texi: Ditto.
12245
12246         * genattrtab.h: Remove it.
12247
12248         * genautomata.c: Remove it.
12249
12250         * genattr.c: Undo my patch and Richard Henderson's patch commited
12251         2001-08-27.
12252
12253 Thu Aug 30 19:22:15 2001  J"orn Rennecke <amylaar@redhat.com>
12254
12255         * config.gcc (h8300-*-elf*): New case.
12256         * h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
12257         (SUBTARGET_CPP_SPEC): Define.
12258         (EXTRA_SPECS): Define.
12259         (SUBTARGET_EXTRA_SPECS): Define.
12260         * config/h8300/crti.asm, config/h8300/crtn.asm: New files.
12261         * config/h8300/elf.h, config/h8300/t-elf: Likewise.
12262
12263 Thu Aug 30 18:50:37 2001  J"orn Rennecke <amylaar@redhat.com>
12264
12265         * t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
12266         (LIB2FUNCS_EXTRA): Define.
12267         config/h8300/lib1funcs.asm: New part: L_fixunssfsi_asm .
12268         config/h8300/fixunssfsi.c: New file.
12269
12270 2001-08-30  Kazu Hirata  <kazu@hxi.com>
12271
12272         * config/h8300/h8300.md (zero_extendqihi2): Changes to
12273         define_expand to accommodate target-specific attributes.
12274         (anonymous zero_extendqihi2 patterns): New.
12275
12276 Thu Aug 30 18:10:56 2001  J"orn Rennecke <amylaar@redhat.com>
12277
12278         * h8300.md (*andorhi3): New pattern.
12279
12280 Thu Aug 30 16:00:31 2001  J"orn Rennecke <amylaar@redhat.com>
12281
12282         * h8300.c (dosize): Fix test for "sub".
12283
12284 Thu Aug 30 10:21:43 2001  J"orn Rennecke <amylaar@redhat.com>
12285
12286         * c-typeck.c (pointer_diff): Try to eliminate common term before
12287         doing conversions.
12288
12289 2001-08-30  Nick Clifton  <nickc@cambridge.redhat.com>
12290
12291         * config/arm/arm.c (arm_compute_initial_elimination_offset):
12292         Account for the saves of the FP registers.
12293
12294         * config/arm/unknown-elf.h (TEXT_SECTION): Delete.
12295         (TEXT_SECTION_ASM_OP): Define.
12296         (INIT_SECTION_ASM_OP): Define.
12297         (FINI_SECTION_ASM_OP): Define.
12298         (SUBTARGET_EXTRA_SECTIONS): Remove trailing comma.
12299         (RDATA_SECTION_FUNCITON): Provide prototype.
12300
12301 2001-08-29  Geoffrey Keating  <geoffk@redhat.com>
12302
12303         * reload1.c (move2add_note_store): Correct typo checking for
12304         argument pushes.
12305
12306 2001-08-29  Andrew MacLeod  <amacleod@redhat.com>
12307
12308         * gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL
12309         note should not be considered outside the libcall block.
12310
12311 2001-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12312
12313         * genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.
12314
12315 2001-08-29  Kazu Hirata  <kazu@hxi.com>
12316
12317         * config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.
12318
12319 2001-08-29  Kazu Hirata  <kazu@hxi.com>
12320
12321         * config/h8300/h8300-protos.h: Add a prototype for
12322         emit_logical_op.
12323         * config/h8300/h8300.c (emit_logical_op): New.
12324         * config/h8300/h8300.md (andhi3): Use emit_logical_op.
12325         (andsi3): Likewise.
12326         (iorhi3): Likewise.
12327         (iorsi3): Likewise.
12328         (xorhi3): Likewise.
12329         (xorsi3): Likewise.
12330
12331 2001-08-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12332
12333         * pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for
12334         comparison with rtx INTVAL.
12335         (pa_output_function_prologue): Don't mix signed and unsigned in `?'
12336         expression.
12337         * pa.h (FUNCTION_ARG_SIZE): Likewise.
12338
12339 2001-08-29  Kazu Hirata  <kazu@hxi.com>
12340
12341         * config/h8300/lib1funcs.asm: Update the copyright.  Fix
12342         comment typos.
12343
12344 2001-08-29  Kazu Hirata  <kazu@hxi.com>
12345
12346         * config/h8300/h8300.md (anonymous movhi pattern): Don't move
12347         (reg n) to (mem (pre_dec (reg n))
12348         (anonymous movsi pattern): Likewise.
12349
12350 2001-08-29  Kazu Hirata  <kazu@hxi.com>
12351
12352         * config/h8300/h8300.h (RETURN_ADDR_RTX): New.
12353
12354 2001-08-29  Kazu Hirata  <kazu@hxi.com>
12355
12356         * config/h8300/h8300.md (movsi_h8300hs): Optimize loading of
12357         several special constants.
12358
12359 2001-08-29  Kazu Hirata  <kazu@hxi.com>
12360
12361         * config/h8300/lib1funcs.asm: Fix comment typos.
12362
12363 2001-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12364
12365         * iris6.h (ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT):
12366         Fix format specifier warnings.
12367
12368         * irix6-libc-compat.c (inet_ntoa, inet_lnaof, inet_netof,
12369         inet_makeaddr, semctl): Prototype.
12370
12371         * mips.c (compute_frame_size): Fix signed/unsigned warnings.
12372         (save_restore_insns): Use base_offset, not gp_offset.
12373
12374         * mips.h (GP_REG_OR_PSEUDO_STRICT_P): Fix signed/unsigned warning.
12375         (ASM_OUTPUT_BYTE): Fix format specifier warning.
12376
12377 2001-08-29  Richard Henderson  <rth@redhat.com>
12378
12379         * bb-reorder.c (function_tail_eff_head): New.
12380         (record_effective_endpoints): Set it.
12381         (fixup_reorder_chain): Use it.
12382
12383 2001-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12384
12385         * dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.
12386
12387 2001-08-28  Dale Johannesen  <dalej@apple.com>
12388
12389         * config/darwin.c (machopic_function_base_name): Add const
12390         qualifier to a string.
12391         (darwin_encode_section_info): Ditto.
12392
12393 2001-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12394
12395         * tree.c (default_valid_attribute_p): Don't use PARAMS on a
12396         function definition.
12397
12398 2001-08-28  Daniel Berlin  <dan@cgsoftware.com>
12399
12400         * df.h (struct df): Add rts_order variable.
12401
12402         * df.c (df_visit_next_rts): New function.
12403         (df_visit_next): Renamed to df_visit_next_rc
12404         (df_analyse_1): Allocate/compute/free rts_order as well.
12405         (df_rd_global_compute): Use df_visit_next_rc instead of
12406         df_visit_next.
12407         (df_ru_global_compute): Use df_visit_next_rts instead of
12408         df_visit_next.
12409
12410         * flow.c (flow_reverse_top_sort_order_compute): New function.
12411
12412         * basic-block.h: Add prototype.
12413
12414 2001-08-28  Daniel Berlin  <dan@cgsoftware.com>
12415
12416         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable
12417         blocks, the BB_REACHABLE is now set, rather than aux being
12418         non-NULL. Update the test to reflect this.
12419
12420 2001-08-28  Eric Christopher  <echristo@redhat.com>
12421
12422         * config/mips/crtn.asm: Add comment explaining 16 byte alignment.
12423         config/mips/crti.asm: Ditto.
12424
12425 2001-08-28  Eric Christopher <echristo@redhat.com>
12426             Richard Henderson <rth@redhat.com>
12427
12428         * c-pragma.h (add_weak): Move prototype from here...
12429         * output.h (add_weak): ... to here.
12430         * varasm.c (add_weak): Fix typo.
12431         * config/mips/crti.asm: New file.
12432         * config/mips/crtn.asm: Ditto.
12433         * config/mips/elf.h (SBSS_SECTION_ASM_OP) Add #undef.
12434         (CTOR_LISTS_DEFINED_EXTERNALLY): Remove.
12435         (INVOKE__main): Ditto.
12436         (INIT_SECTION_ASM_OP): New.
12437         (FINI_SECTION_ASM_OP): Ditto.
12438         (STARTFILE_SPEC): Add crti.
12439         (ENDFILE_SPEC): Add crtn.
12440         * config/mips/elf64.h: Same.
12441         * config/mips/rtems64.h (INVOKE__main, NAME__MAIN, SYMBOL__MAIN):
12442         Remove.
12443         * config/mips/vxworks.h: Ditto.
12444         * config/mips/t-elf: Support crti and crtn.
12445
12446 2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
12447
12448         * jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not
12449         INSN_LIST.
12450
12451 2001-08-28  Richard Henderson  <rth@redhat.com>
12452
12453         * config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos.
12454         (one_cmplbi2 splitter): Remove redundant test.
12455
12456 2001-08-28  Dale Johannesen  <dalej@apple.com>
12457
12458         * config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define.
12459
12460 2001-08-28  Danny Smith  <dannysmith@users.sourceforge.net>
12461
12462         * config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
12463
12464 2001-08-28  Stan Shebs  <shebs@apple.com>
12465
12466         * config/darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
12467         (UNALIGNED_SHORT_ASM_OP): Define.
12468         (UNALIGNED_INT_ASM_OP): Define.
12469
12470 2001-08-28  Will Cohen  <wcohen@redhat.com>
12471
12472         * config/rs6000/rs6000.md (store_multiple): Correct RTL
12473         generation for first set.
12474
12475 2001-08-27  Roman Zippel  <zippel@linux-m68k.org>
12476
12477         * flow.c (redirect_edge_succ_nodup): Return new edge.
12478         (try_simplify_condjump): Use new edge.
12479         * basic-block.h (redirect_edge_succ_nodup): Update prototype.
12480
12481         * cse.c (cse_basic_block): Skip note instructions.
12482
12483 2001-08-27  Richard Henderson  <rth@redhat.com>
12484
12485         * combine.c (combine_simplify_rtx): Don't reverse condition
12486         if there is no reverse for the condition.
12487         (simplify_comparison): Don't simplify subregs from INT to FP.
12488
12489         * config/m68k/m68k.md (sordered, sordered_1, sunordered, sunordered_1,
12490         suneq, suneq_1, sunge, sunge_1, sungt, sungt_1, sunle, sunle_1,
12491         sunlt, sunlt_1, sltgt, sltgt_1, fsogt_1, fsoge_1, fsolt_1, fsole_1,
12492         bordered, bunordered, buneq, bunge, bungt, bunle, bunlt, bltgt,
12493         bordered_rev, bunordered_rev, buneq_rev, bunge_rev, bungt_rev,
12494         bunle_rev, bunlt_rev, bltgt_rev): New patterns.
12495
12496 2001-08-27  Roman Zippel  <zippel@linux-m68k.org>
12497
12498         * config/m68k/m68k.md (subreghi1ashrdi_const32, bsetmemqi,
12499         bsetmemqi+1, strict_low_part peephole): Fix SUBREG_BYTE offset.
12500         (pushqi1): New.
12501         (adddi_dilshr32, adddi_dishl32): Only data register can be
12502         source for mem destination.
12503
12504         * expmed.c (store_bit_field): Ignore adjustment to bitpos
12505         and use bitnum to decide about register move.
12506
12507 2001-08-27  Richard Henderson  <rth@redhat.com>
12508
12509         * genattr.c (main): Emit state_t even when not doing scheduling.
12510
12511 2001-08-27  Roman Zippel <zippel@linux-m68k.org>
12512             Richard Henderson  <rth@redhat.com>
12513
12514         * gcse.c (reg_first_set, reg_last_set): Replace with ...
12515         (reg_avail_info, current_bb): ... these.
12516         (oprs_unchanged_p, record_last_reg_set_info): Use them.
12517         (compute_hash_table): Likewise.
12518
12519 2001-08-27  Roman Zippel <zippel@linux-m68k.org>
12520
12521         * flow.c (verify_flow_info): Use checksums to verify edges.
12522
12523 2001-08-27  Richard Henderson  <rth@redhat.com>
12524
12525         * genautomata.c (expand_automata): Always create a description.
12526
12527 2001-08-27  Geoffrey Keating  <geoffk@redhat.com>
12528
12529         * optabs.c (expand_binop): Correctly handle the carry in multiword
12530         add/subtract operations.
12531
12532 2001-08-27  Fred Fish  <fnf@be.com>
12533
12534         * ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be
12535         __SIZE_TYPE__.
12536
12537 2001-08-27  Geoffrey Keating  <geoffk@redhat.com>
12538
12539         * reload.c (find_reloads_toplev): Back out this change:
12540
12541         Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
12542
12543         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
12544         mem if the address is a mode_dependent_address_p.
12545
12546 2001-08-27  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
12547
12548         * rtl.def (DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT, EXCLUSION_SET,
12549         PRESENCE_SET, ABSENCE_SET, DEFINE_BYPASS, DEFINE_AUTOMATON,
12550         AUTOMATA_OPTION, DEFINE_RESERVATION, DEFINE_INSN_RESERVATION): New
12551         RTL constructions.
12552
12553         * genattr.c (main): New variable num_insn_reservations.  Increase
12554         it if there is DEFINE_INSN_RESERVATION.  Output automaton based
12555         pipeline hazard recognizer interface.
12556
12557         * genattrtab.h: New file.
12558
12559         * genattrtab.c: Include genattrtab.h.
12560         (attr_printf, check_attr_test, make_internal_attr,
12561         make_numeric_value): Move protypes into genattrtab.h.  Define them
12562         as external.
12563         (num_dfa_decls): New global variable.
12564         (main): Process DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT,
12565         DEFINE_BYPASS, EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET,
12566         DEFINE_AUTOMATON, AUTOMATA_OPTION, DEFINE_RESERVATION,
12567         DEFINE_INSN_RESERVATION.  Call expand_automata and write_automata.
12568
12569         * genautomata.c: New file.
12570
12571         * rtl.h (LINK_COST_ZERO, LINK_COST_FREE): Remove them.
12572
12573         * sched-int.h: (curr_state): Add the external definition for
12574         automaton pipeline interface.
12575         (haifa_insn_data): Add comments for members blockage and units.
12576
12577         * target-def.h (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
12578         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
12579         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
12580         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
12581         TARGET_SCHED_DFA_POST_CYCLE_INSN,
12582         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
12583         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): New
12584         macros.
12585         (TARGET_SCHED): Use the new macros.
12586
12587         * target.h (use_dfa_pipeline_interface, init_dfa_pre_cycle_insn,
12588         dfa_pre_cycle_insn, init_dfa_post_cycle_insn, dfa_post_cycle_insn,
12589         first_cycle_multipass_dfa_lookahead, init_dfa_bubbles,
12590         dfa_bubble): New members in gcc_target.sched.
12591
12592         * haifa-sched.c (insert_schedule_bubbles_p): New variable.
12593         (MAX_INSN_QUEUE_INDEX): New macro for automaton interface.
12594         (insn_queue): Redefine it as pointer to array.
12595         (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
12596         INSN_QUEUE_SIZE.
12597         (max_insn_queue_index_macro_value): New variable.
12598         (curr_state, dfa_state_size, ready_try): New varaibles for
12599         automaton interface.
12600         (ready_element, ready_remove, max_issue): New function prototypes
12601         for automaton interface.
12602         (choose_ready): New function prototype.
12603         (insn_unit, blockage_range): Add comments.
12604         (unit_last_insn, unit_tick, unit_n_insns): Define them for case
12605         FUNCTION_UNITS_SIZE == 0.
12606         (insn_issue_delay, actual_hazard_this_instance, schedule_unit,
12607         actual_hazard, potential_hazard): Add comments.
12608         (insn_cost): Use cost -1 as undefined value.  Remove
12609         LINK_COST_ZERO and LINK_COST_FREE.  Add new code for automaton
12610         pipeline interface.
12611         (ready_element, ready_remove): New functions for automaton
12612         interface.
12613         (schedule_insn): Add new code for automaton pipeline interface.
12614         (queue_to_ready): Add new code for automaton pipeline interface.
12615         Use MAX_INSN_QUEUE_INDEX instead of INSN_QUEUE_SIZE.
12616         (debug_ready_list): Print newline when the queue is empty.
12617         (max_issue): New function for automaton pipeline interface.
12618         (choose_ready): New function.
12619         (schedule_block): Add new code for automaton pipeline interface.
12620         Print ready list before scheduling each insn.
12621         (sched_init): Add new code for automaton pipeline interface.
12622         Initiate insn cost by -1.
12623         (sched_finish): Free the current automaton state and finalize
12624         automaton pipeline interface.
12625
12626         * sched-rgn.c: Include target.h.
12627         (init_ready_list, new_ready, debug_dependencies): Add new code for
12628         automaton pipeline interface.
12629
12630         * sched-vis.c: Include target.h.
12631         (get_visual_tbl_length): Add code for automaton interface.
12632         (target_units, print_block_visualization):  Add comments.
12633
12634         * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
12635         USE_HOST_GETRUNTIME, USE_HOST_HASHTAB, HOST_VARRAY): New variables.
12636         (sched-rgn.o, sched-vis.o): Add new dependency file target.h.
12637         (getruntime.o, genautomata.o): New entries.
12638         (genattrtab.o): Add new dependency file genattrtab.h.
12639         (genattrtab): Add new dependencies.  Link it with `libm.a'.
12640         (getruntime.o, hashtab.o): New entries for canadian cross.
12641
12642         * doc/md.texi: Description of automaton based model.
12643
12644         * doc/tm.texi (TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_ADJUST_COST):
12645         Add comments.
12646         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
12647         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
12648         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
12649         TARGET_SCHED_DFA_POST_CYCLE_INSN,
12650         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
12651         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
12652         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): The new
12653         hook descriptions.
12654         (TRADITIONAL_PIPELINE_INTERFACE, DFA_PIPELINE_INTERFACE,
12655         MAX_DFA_ISSUE_RATE): New macro descriptions.
12656
12657         * doc/contrib.texi: Add dfa based scheduler contribution.
12658
12659         * doc/gcc.texi: Add more information about genattrtab.
12660
12661 2001-08-27  Diego Novillo  <dnovillo@redhat.com>
12662
12663         * flow.c (flow_loop_dump): Do not display insn UIDs if this is not
12664         an RTL basic block.
12665
12666 2001-08-27  Richard Henderson  <rth@redhat.com>
12667
12668         * function.c (expand_function_end): Don't init arg_pointer_save_area.
12669         (get_arg_pointer_save_area): New.  Create an init it here.
12670         (fix_lexical_addr): Use it.
12671         * function.h: Declare it.
12672         * builtins.c (expand_builtin_setjmp_receiver): Use it.
12673         * stmt.c (expand_nl_goto_receiver): Use it.
12674
12675 2001-08-27  Richard Henderson  <rth@redhat.com>
12676
12677         * final.c (final_scan_insn): Don't enter APP_ON mode for
12678         empty asm strings.
12679
12680         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use proper
12681         alignment for assemble_integer for DW_EH_PE_aligned.
12682         * except.c (output_function_exception_table): Likewise.
12683
12684 2001-08-26  Andreas Jaeger  <aj@suse.de>
12685
12686         * c-tree.h: Add prototyp for c_sizeof_nowarn.
12687
12688 2001-08-25 Dan Nicolaescu  <dann@ics.uci.edu>
12689
12690         * ssa-ccp.c (ssa_const_prop): Free ssa_edges.
12691
12692 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
12693
12694         * config/rs6000/rs6000.c (mask_operand): Rewrite without
12695         bit-shifting loop.
12696         (mask64_operand): Likewise.
12697         (rldic_operand): Delete.
12698         (includes_lshift64_p): Delete.
12699         (includes_rldic_lshift_p): New function.
12700         (includes_rldicr_lshift_p): New function.
12701         (print_operand): Don't call rldic_operand in case 'W'.
12702         * config/rs6000/rs6000-protos.h (rldic_operand): Remove.
12703         (includes_lshift64_p): Remove.
12704         (includes_rldic_lshift_p): Declare.
12705         (includes_rldicr_lshift_p): Declare.
12706         * config/rs6000/rs6000.h (PREDICATE_CODES): Remove rldic_operand.
12707         * config/rs6000/rs6000.md <ashldi3_internal 64 bit patterns>:
12708         Replace match_operand rldic_operand predicate with
12709         const_int_operand.  Replace includes_lshift64_p condition with
12710         includes_rldic_lshift_p.
12711         <ashldi3_internal 64 bit rldicr patterns>: New.
12712
12713 2001-08-27  Andreas Jaeger  <aj@suse.de>
12714
12715         * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
12716         * errors.c: Likewise.
12717         * final.c: Likewise.
12718         * dwarf2asm.c: Likewise.
12719         * doprint.c (checkit): Likewise.
12720         * diagnostic.c: Likewise.
12721         * collect2.c: Likewise.
12722         * calls.c: Likewise.
12723         * c-semantics.c (build_stmt): Likewise.
12724         * c-format.c (status_warning): Likewise.
12725         * c-errors.c (pedwarn_c99): Likewise.
12726         * builtins.c (validate_arglist): Likewise.
12727         * config/pj/pj.c (pj_printf): Likewise.
12728         * fix-header.c: Likewise.
12729         * gcc.c: Likewise.
12730         * gcov.c (fnotice): Likewise.
12731         * gensupport.c (message_with_line): Likewise.
12732         * mips-tfile.c: Likewise.
12733         * protoize.c (notice): Likewise.
12734         * read-rtl.c (fatal_with_file_and_line): Likewise.
12735         * rtl-error.c: Likewise.
12736         * tradcpp.c: Likewise.
12737         * tree.c: Likewise.
12738         * cp/tree.c (build_min_nt): Likewise.
12739         (build_min): Likewise.
12740         * cp/lex.c: Likewise.
12741         * cp/errfn.c: Likewise.
12742         * cp/rtti.c (create_pseudo_type_info): Likewise.
12743
12744 Sun Aug 26 20:25:44 2001  Denis Chertykov  <denisc@overta.ru>
12745
12746         * df.c (df_uses_record): Return after recording all uses
12747         in ASM_OPERANDS.
12748
12749 2001-08-26  Daniel Berlin  <dan@cgsoftware.com>
12750
12751         * df.c (df_insn_modify): Realloc the INSN table here, if
12752         necessary, here, too.
12753
12754 2001-08-26  Aldy Hernandez  <aldyh@redhat.com>
12755
12756         * config/mips/mips.c (mips_function_value): Handle complex return
12757         values.
12758
12759 2001-08-25  Hans-Peter Nilsson  <hp@bitrange.com>
12760
12761         * reload1.c (reload): Make all entries in reg_equiv_memory_loc
12762         unshared.
12763         * reload.c (make_memloc): Copy result if it is still
12764         reg_equiv_memory_loc[regno] on return.
12765         (subst_reloads) [ENABLE_CHECKING]: Check that none of
12766         reg_equiv_constant, reg_equiv_memory_loc, reg_equiv_address and
12767         reg_equiv_mem are modified by the substitutions.
12768
12769 Sat Aug 25 23:07:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
12770
12771         * predict.c (expensive_function_p): New.
12772         * rtl.h (expensive_function_p): Declare.
12773         * i386.c (FAST_PROLOGUE_INSN_COUNT): New constant.
12774         (use_fast_prologue_epilogue): New static variable.
12775         (expand_prologue): Set it; emit short prologues if unset.
12776         (expand_epilogue): Likewise.
12777
12778 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
12779
12780         * config.gcc: Add stormy16-*-elf case.
12781         * config/stormy16/stormy-abi: New file.
12782         * config/stormy16/stormy16-lib2.c: New file.
12783         * config/stormy16/stormy16-protos.h: New file.
12784         * config/stormy16/stormy16.c: New file.
12785         * config/stormy16/stormy16.h: New file.
12786         * config/stormy16/stormy16.md: New file.
12787         * config/stormy16/t-stormy16: New file.
12788
12789 Sat Aug 25 15:46:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
12790
12791         * i386.h (no-accumulate-outgoing-args): Use proper mask.
12792
12793 2001-08-24  David Edelsohn  <edelsohn@gnu.org>
12794
12795         * config/rs6000/rs6000.c (rs6000_initialize_trampoline): Function
12796         descriptor members are pointer size, not constant 4.
12797         * config/rs6000/rs6000.md (define_splits): Remove more unused
12798         constraints.
12799
12800 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12801
12802         * sparc.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
12803
12804 2001-08-24  Andreas Jaeger  <aj@suse.de>, rkl@connect.org.uk
12805
12806         * cp/rtti.c (VPARAMS): Fix parameter.
12807
12808 2001-08-24  Zack Weinberg  <zackw@panix.com>
12809
12810         * expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv
12811         to zero.
12812         (mode_for_extraction): No need for #ifdefs.  Add default-case abort
12813         to switch.
12814         (store_bit_field): Eliminate insv_bitsize variable.  Put HAVE_insv
12815         in if controlling use of insv.
12816         (extract_bit_field): Likewise, for extv and extzv.
12817
12818 Fri Aug 24 17:27:46 CEST 2001  Jan Hubicka  <jh@suse.cz>
12819
12820         * i386.md (movcc peep2): Fix load of 0.
12821
12822 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12823
12824         * fold-const.c (tree_expr_nonnegative_p): Handle *_DIV_EXPR,
12825         *_MOD_EXPR, SAVE_EXPR and NON_LVALUE_EXPR.
12826
12827 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
12828
12829         * c-pragma.h: Move weak_syms and weak_decls...
12830         * varasm.c: ...here.  Now static.
12831         (declare_weak, weak_finish, remove_from_pending_weak_list): Don't
12832         depend on HANDLE_PRAGMA_WEAK.
12833
12834         * c-common.c (c_alignof, c_alignof_expr): Move here...
12835         * c-typeck.c: ...from here.
12836         * c-tree.h, c-common.h: Adjust.
12837
12838 2001-08-23  Bernd Schmidt  <bernds@redhat.com>
12839
12840         * config/ia64/ia64.c (rws_update): If !pred, set write_count
12841         instead of incrementing it.
12842
12843         * config/ia64/ia64.c (ia64_sched_reorder): When there's more than one
12844         asm ready, don't try to move them all into the same array element.
12845
12846 Thu Aug 23 17:21:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
12847
12848         * function.c (thread_prologue_and_epilogue_insns): Avoid
12849         fallthru flag on edge to exit.
12850
12851         * i386.md (trunc?fsi splitter): Conditionionize for non-sse.
12852
12853         * flow.c (delete_noop_moves, propagate_block_delete_insn): Purge
12854         dead edges.
12855
12856 2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
12857
12858         * config/mcore/mcore.h (MACHINE_DEPENDENT_SIMPLIFY): Remove.
12859         * config/mcore/mcore.c (mcore_dependent_simplify_rtx): Likewise.
12860         * config/mcore/mcore-protos.h (mcore_dependent_simplify_rtx):
12861         Remove prototype.
12862
12863 2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
12864
12865         * genconstants.c, genpreds.c, libfuncs.h, optabs.h, rtl-error.h:
12866         replace "GNU CC" with "GCC".
12867
12868 2001-08-23  Richard Henderson  <rth@redhat.com>
12869
12870         * config/ia64/ia64.c (ia64_register_move_cost): Add mode arguemnt.
12871         Reorganize.  Handle ADDL like GR, add GR_AND_BR.  Handle TFmode.
12872         (ia64_secondary_reload_class): Need GR between AR/BR and anything.
12873         Need GR between FR and not GR_AND_FR.
12874         * config/ia64/ia64-protos.h (ia64_register_move_cost): Update.
12875         * config/ia64/ia64.h (reg_class): Add GR_AND_BR_REGS, move
12876         AR regs before GR regs.
12877         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
12878         (PREFERRED_RELOAD_CLASS): Tweak for reordered classes.
12879         (REGISTER_MOVE_COST): Update.
12880         (MEMORY_MOVE_COST): Add GR_AND_FR_REGS.
12881
12882 2001-08-23  Richard Henderson  <rth@redhat.com>
12883
12884         * regclass.c (init_reg_sets_1): Don't assume cost 2 within
12885         a register class.
12886
12887 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
12888
12889         * reload1.c (emit_reload_insns): Don't look for notes
12890         on a NULL store_insn.
12891
12892 2001-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12893
12894         * sparc.c (uns_small_int): Don't reference a constant >32-bit.
12895         (addrs_ok_for_ldd_peep): Fix signed/unsigned warning.
12896         (sparc_flat_function_prologue, sparc_flat_function_epilogue): Fix
12897         format specifier warnings.
12898         (sparc_sched_reorder): Mark parameter with ATTRIBUTE_UNUSED.
12899
12900 2001-08-22  David Billinghurst <David.Billinghurst@riotinto.com>
12901
12902         * config/i386/i386-protos.h: Correct declaration of
12903         i386_pe_asm_named_section.
12904
12905 2001-08-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12906
12907         * pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for
12908         variable i.
12909         * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
12910
12911 2001-08-22  Neil Booth  <neil@daikokuya.demon.co.uk>
12912
12913         * cpperror.c (print_location): Don't show _Pragma.
12914         * cppfiles.c (_cpp_pop_file_buffer): Handle -include file pushing
12915         and file change callback generation here.
12916         (stack_include_file): Update use of cpp_push_buffer.
12917         * cpphash.h (_cpp_pop_file_buffer): Update prototype.
12918         (struct cpp_buffer): Remove type, pfile members.
12919         * cppinit.c (cpp_handle_option): Use free_chain.
12920         * cpplex.c (_cpp_lex_token): Don't do -include file pushing here.
12921         (skip_escaped_newlines, get_effective_char, lex_percent): Take
12922         a cpp_reader rather than a cpp_buffer.
12923         (skip_escaped_newlines, get_effective_char, skip_block_comment,
12924         skip_line_comment, parse_string, lex_percent, lex_dot,
12925         _cpp_lex_token): Update accordingly.
12926         * cpplib.c (_cpp_pop_buffer): Don't do file change callback
12927         generation here.
12928         (cpp_push_buffer): Update prototype.
12929         (run_directive): Update use of cpp_push_buffer.
12930         (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
12931         handle_assertion): Update use of run_directive.
12932         * cpplib.h (enum cpp_buffer_type): Remove.
12933         (cpp_push_buffer): Update prototype.
12934         * fix-header.c (read_scan_file): Update.
12935
12936 2001-08-22  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
12937
12938         * gcc.c (struct prefix_list): Change prefix to const char *.
12939
12940 2001-08-22  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
12941
12942         * final.c (final_scan_insn): Call ADDR_VEC_ALIGN on next insn.
12943
12944 2001-08-22  Jason Merrill  <jason_merrill@redhat.com>
12945
12946         * explow.c (set_mem_attributes): Avoid returning a bogus alias set
12947         from a new MEM.
12948
12949         * jump.c (squeeze_notes): Take parms by reference.  Handle END being
12950         a squeezable note.
12951         * rtl.h: Adjust.
12952         * ifcvt.c (dead_or_predicable): Adjust.
12953         * loop.c (find_and_verify_loops): Adjust.
12954         * stmt.c (expand_end_case): Adjust.
12955         * flow.c (merge_blocks_move_successor_nojumps): Adjust.  Modify the
12956         head and end insn pointers in the basic block, not just local copies.
12957         (merge_blocks_move_predecessor_nojumps): Likewise.
12958
12959 2001-08-22  Lars Brinkhoff  <lars@nocrew.org>
12960
12961         * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,
12962         bitmap.h, builtin-types.def, builtins.c, builtins.def,
12963         c-aux-info.c, c-common.c, c-common.def, c-common.h,
12964         c-convert.c, c-decl.c, c-dump.c, c-dump.h, c-errors.c,
12965         c-format.c, c-lang.c, c-lex.c, c-lex.h, c-parse.in,
12966         c-pragma.c, c-pragma.h, c-semantics.c, c-tree.h, c-typeck.c,
12967         caller-save.c, calls.c, collect2.c, collect2.h, combine.c,
12968         conditions.h, config.gcc, configure.frag, configure.in,
12969         conflict.c, convert.c, convert.h, cppspec.c, crtstuff.c,
12970         cse.c, cselib.c, cselib.h, dbxout.c, dbxout.h, defaults.h,
12971         dependence.c, df.c, df.h, diagnostic.c, diagnostic.h,
12972         doloop.c, dominance.c, dwarf.h, dwarf2.h, dwarf2asm.c,
12973         dwarf2asm.h, dwarf2out.c, dwarf2out.h, dwarfout.c,
12974         emit-rtl.c, errors.c, errors.h, except.c, except.h,
12975         exgettext, explow.c, expmed.c, expr.c, expr.h, final.c,
12976         fixproto, flags.h, flow.c, fold-const.c, fp-test.c,
12977         function.c, function.h, gbl-ctors.h, gcc.c, gcc.h, gcc.hlp,
12978         gccspec.c, gcov-io.h, gcse.c, genattr.c, genattrtab.c,
12979         gencheck.c, gencodes.c, genconfig.c, genemit.c,
12980         genextract.c, genflags.c, gengenrtl.c, genmultilib,
12981         genopinit.c, genoutput.c, genpeep.c, genrecog.c,
12982         gensupport.c, gensupport.h, ggc-callbacks.c, ggc-common.c,
12983         ggc-none.c, ggc-page.c, ggc-simple.c, ggc.h, global.c,
12984         graph.c, graph.h, gthr-aix.h, gthr-dce.h, gthr-posix.h,
12985         gthr-rtems.h, gthr-single.h, gthr-solaris.h, gthr-vxworks.h,
12986         gthr-win32.h, gthr.h, haifa-sched.c, halfpic.c, halfpic.h,
12987         hard-reg-set.h, hwint.h, ifcvt.c, input.h, insn-addr.h,
12988         integrate.c, integrate.h, jump.c, lcm.c, libgcc2.c,
12989         libgcc2.h, lists.c, local-alloc.c, loop.c, loop.h,
12990         machmode.def, machmode.h, main.c, mbchar.c, mbchar.h,
12991         mips-tdump.c, mips-tfile.c, mklibgcc.in, mkmap-flat.awk,
12992         mkmap-symver.awk, optabs.c, output.h, params.c, params.def,
12993         params.h, predict.c, predict.def, predict.h, prefix.c,
12994         prefix.h, print-rtl.c, print-tree.c, profile.c, protoize.c,
12995         read-rtl.c, real.c, real.h, recog.c, recog.h, reg-stack.c,
12996         regclass.c, regmove.c, regrename.c, regs.h, reload.c,
12997         reload.h, reload1.c, reorg.c, resource.c, resource.h, rtl.c,
12998         rtl.def, rtl.h, rtlanal.c, sbitmap.c, sbitmap.h,
12999         sched-deps.c, sched-ebb.c, sched-int.h, sched-rgn.c,
13000         sched-vis.c, sdbout.c, sdbout.h, sibcall.c, simplify-rtx.c,
13001         ssa-ccp.c, ssa-dce.c, ssa.c, ssa.h, stmt.c, stor-layout.c,
13002         stringpool.c, system.h, timevar.c, timevar.def, timevar.h,
13003         tlink.c, toplev.c, toplev.h, tree.c, tree.def, tree.h,
13004         tsystem.h, unroll.c, unwind-dw2-fde.c, unwind-dw2-fde.h,
13005         unwind-dw2.c, unwind-pe.h, unwind-sjlj.c, unwind.h,
13006         unwind.inc, varasm.c, varray.c, varray.h, xcoffout.c,
13007         xcoffout.h: replace "GNU CC" with "GCC".
13008
13009 2001-08-21  Richard Henderson  <rth@redhat.com>
13010
13011         * final.c (LABEL_ALIGN_AFTER_BARRIER): Default to no alignment.
13012         (final_scan_insn): Consider jump tables data even if we have no
13013         independent text section if !JUMP_TABLES_IN_TEXT_SECTION.  Use
13014         ADDR_VEC_ALIGN.
13015         * config/ia64/ia64.h (JUMP_TABLES_IN_TEXT_SECTION): Remove.
13016         (ASM_OUTPUT_CASE_END): Remove.
13017         (ASM_OUTPUT_ADDR_DIFF_ELT): Emit pc-relative references.
13018         * config/ia64/ia64.md (tablejump): Decode pc-relative references.
13019         * config/ia64/sysv4.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
13020
13021 2001-08-21  Richard Henderson  <rth@redhat.com>
13022
13023         * config/ia64/ia64.c (emit_all_insn_group_barriers): Flush state
13024         at barrier insns.  Emit stop bits before barriers.
13025
13026         * flow.c (flow_find_cross_jump): Don't consider unconditional
13027         return insns for commoning.
13028
13029         * final.c (compute_alignments): Fix typo.
13030
13031         * expmed.c (CODE_FOR_insv, gen_insv): Provide defaults.
13032         (CODE_FOR_extv, gen_extv, CODE_FOR_extzv, gen_extzv): Likewise.
13033         (store_bit_field): Use mode_for_extraction more places.
13034         (extract_bit_field): Likewise.
13035
13036 2001-08-21  Zack Weinberg  <zackw@panix.com>
13037
13038         * caller-save.c: Don't include insn-codes.h.
13039         (reg_save_code, reg_restore_code): Make arrays of int.
13040         All uses updated to match.
13041         (insert_save, insert_restore): No need to initialize "code"
13042         variable upon declaration.
13043         * Makefile.in: update dependencies; fix typo in clean rule.
13044
13045 2001-08-21  Richard Henderson  <rth@redhat.com>
13046
13047         * ifcvt.c (find_if_block): Allow join_bb as EXIT.
13048         (merge_if_block): Handle fallout from same.
13049
13050 2001-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13051
13052         * builtins.c (type_to_class): Fix typo in last change.
13053
13054 2001-08-21  Richard Henderson  <rth@redhat.com>
13055
13056         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if
13057         ia64_asm_output_label.
13058
13059         * config/ia64/crtbegin.asm (__do_global_dtors_aux): Use saved
13060         copy of gp while the real gp register contains garbage.
13061
13062 2001-08-21  Zack Weinberg  <zackw@panix.com>
13063
13064         * expmed.c (mode_for_extraction): New function.
13065         (store_bit_field, extract_bit_field): Use it.
13066         * expr.h: Prototype it and provide an enum for its first argument.
13067
13068         * combine.c, function.c, recog.c: Don't include insn-codes.h.
13069         Use mode_for_extraction rather than testing HAVE_insv/extv/extzv
13070         and digging through the insn_data tables.
13071         * Makefile.in: Update dependencies.
13072
13073 2001-08-22  Neil Booth  <neil@daikokuya.demon.co.uk>
13074
13075         * cppfiles.c (stack_include_file): line-map.c now handles include
13076         depth.
13077         (handle_missing_handler): Similarly.
13078         (_cpp_execute_include): Similarly.
13079         (_cpp_pop_file_buffer): Similarly.
13080         * cpphash.h (struct cpp_reader): Remove system_include_depth,
13081         buffer_stack_depth and include_depth.
13082         * cpplib.c (do_include_common): line-map.c now handles include depth.
13083         (cpp_push_buffer): Similarly.
13084         (_cpp_pop_buffer): Similarly.
13085         * cppmacro.c (builtin_macro): Update.
13086         * line-map.c (init_line_maps): Set depth.
13087         (add_line_map): Increment "used" earlier.  Update and use the
13088         include depth.
13089         (trace_include): Use the include depth.
13090         * line-map.h (struct line_maps): New member depth.
13091
13092 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
13093
13094         * cppfiles.c (stack_include_file): Don't handle -H here.
13095         * cppinit.c (cpp_start_read): Set include tracing after
13096         cpp_post_options and after stacking the main file.
13097         * line-map.c (trace_include): New.
13098         (init_line_maps, add_line_map): Update.
13099         * line-map.h (struct line_maps): New member trace_includes.
13100
13101 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
13102
13103         * cppfiles.c (stack_include_file): Harmonize system headerness tests.
13104         * cppfiles.c (stack_include_file): Only stack a file if there
13105         is something to do.  Return a boolean indicating whether a
13106         buffer was stacked or not.
13107         (_cpp_execute_include): Similarly.
13108         (_cpp_read_file): Similarly.
13109         * cpphash.h (_cpp_read_file, _cpp_execute_include): Update prototypes.
13110
13111 2001-08-21  Sam Steingold  <sds@gnu.org>
13112
13113         * tradcpp.c (rescan): define obufp_before_macroname before RECACHE
13114         (RECACHE): keep obufp_before_macroname up to date
13115
13116 2001-08-21  Zack Weinberg  <zackw@panix.com>
13117
13118         * stmt.c: Don't include insn-codes.h.
13119         (expand_end_case): Machine specific logic moved to expr.c.
13120         No need to worry about __builtin_classify_type.
13121         (check_for_full_enumeration_handling, emit_case_nodes):
13122         Kill #if 0 blocks.
13123
13124         * builtins.o (expand_builtin_classify_type): Split up so code
13125         can be shared with fold_builtin_classify_type.
13126         (type_to_class, fold_builtin_classify_type): New functions.
13127         (fold_builtins): Handle __builtin_classify_type.
13128
13129         * expr.c (do_tablejump): Now static.
13130         (case_values_threshold, try_casesi, try_tablejump): New;
13131         code mostly from stmt.c (expand_end_case).
13132         (expr.h): Update prototypes.
13133
13134         * Makefile.in (stmt.o): Update dependencies.
13135
13136 2001-08-21  Will Cohen  <wcohen@redhat.com>
13137
13138         * configure/alpha/alpha.h (CONDITIONAL_REGISTER_USAGE): Added local
13139         declaration of variable i.
13140         * configure/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Added local
13141         declaration of variable i.
13142
13143 2001-08-21  Richard Henderson  <rth@redhat.com>
13144
13145         * crtstuff.c: Fix thinko last change.  Move list tails to start
13146         of CRT_END section.  Tidy ifdefs.
13147         (__EH_FRAME_BEGIN__): Always static for ELF.
13148         (__do_global_ctors_1): Rename from __frame_dummy.
13149         * config/mips/iris6.h (LINK_SPEC): Update for __do_global_ctors_1
13150         name change; don't hide __EH_FRAME_BEGIN__.
13151
13152 2001-08-21  Richard Henderson  <rth@redhat.com>
13153
13154         * gdbinit.in: Move break on exit after break on fancy_abort.
13155
13156         * config/ia64/ia64.c (ia64_return_in_memory): True for variable
13157         sized types.
13158
13159 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
13160
13161         * cpphash.h (_cpp_push_next_buffer): New.
13162         * cppinit.c (do_includes): Remove.
13163         (push_include, free_chain, _cpp_push_next_buffer): New.
13164         (cpp_start_read): Use them to rework command line option handling.
13165         (cpp_handle_option): Combine handling of -include and -imacros.
13166         * cpplex.c (_cpp_lex_token): Push a new -include buffer if
13167         appropriate.  Always insert missing \n at EOF.
13168         * cpplib.c (start_directive): Get the directive position right.
13169         * cppmain.c (cb_file_change): Always print the first line, unless
13170         preprocessed.
13171
13172 2001-08-20  Andreas Jaeger  <aj@suse.de>
13173
13174         * profile.c (compute_branch_probabilities): Remove extra new-line
13175         in error message.
13176         * flow.c (verify_flow_info): Likewise.
13177
13178 2001-08-20  Diego Novillo  <dnovillo@redhat.com>
13179
13180         * basic-block.h (basic_block): Add new field 'flags'.
13181         (BB_REACHABLE): Define.
13182         (expunge_block): Declare.
13183         * flow.c (ENTRY_BLOCK_PTR): Initialize field 'flags'.
13184         (EXIT_BLOCK_PTR): Ditto.
13185         (expunge_block): Remove static declaration.
13186         (cleanup_cfg): Clear bb->aux on every basic block.
13187         (find_unreachable_blocks): Set BB_REACHABLE bit in bb->flags when
13188         computing reachability.
13189         (delete_unreachable_blocks): Delete block b if b->flags has
13190         BB_REACHABLE unset.
13191
13192 2001-08-20  Diego Novillo  <dnovillo@redhat.com>
13193
13194         * doc/invoke.texi: Replace references to -fdump-tree with -fdump-ast.
13195
13196 2001-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13197
13198         * sparc.c (sparc_variable_issue): Fix typo in last change.
13199
13200 2001-08-20  Richard Henderson  <rth@redhat.com>
13201
13202         * varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.
13203
13204 2001-08-20  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13205
13206         * pa.h (RETURN_IN_MEMORY): Improve comment.
13207
13208 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
13209
13210         * doc/invoke.texi (Profiling options): Clarify the interactions
13211         between -fprofile-arcs and -ftest-coverage, -fprofile-arcs.
13212
13213 2001-08-20  Jeffrey Oldham  <oldham@codesourcery.com>
13214
13215         * crtstuff.c (__do_global_ctors): Fix typo in preprocessing
13216         command.
13217
13218 2001-08-20  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13219
13220         * gcc.c (make_relative_prefix): Allocate a sufficiently large
13221         buffer.
13222
13223 2001-08-20  Richard Henderson  <rth@redhat.com>
13224
13225         * final.c (end_final): Fix typo last change.
13226
13227 2001-08-20  Neil Booth  <neil@daikokuya.demon.co.uk>
13228
13229         * cppinit.c (init_standard_includes): The returned buffer
13230         is already malloc-ed.
13231         * gcc.c (add_prefix): Similarly.
13232         * prefix.c (translate_name): Update to support clear buffer
13233         ownership rules.
13234         (update_path): Similarly.  Be sure to free any newly allocated
13235         key.  UPDATE_PATH_HOST_CANONICALIZE takes only one argument.
13236         (tr): New function.
13237         * prefix.h (update_path): Update prototype and document.
13238         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): Clean
13239         up and update to new buffer ownership rules.
13240         * doc/gcc.texi (UPDATE_PATH_HOST_CANONICALIZE): Update.
13241
13242 Mon Aug 20 01:44:50 CEST 2001  Jan Hubicka  <jh@suse.cz>
13243
13244         * final.c (compute_alignments): New function.
13245         (init_insn_lengths): Do not care label_align.
13246         (LABEL_ALIGN_AFTER_BARRIER): Default to 1.
13247         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to 0.
13248         (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): New.
13249         (shorted_branches): Realloc label_align array; do
13250         not call init_insn_lengths; Do not care about loop alignments.
13251         * output.h (compute_alignments): Declare.
13252         * toplev.c (rest_of_compilation): Call compute_alignments.
13253         * tm.texi (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): Document.
13254
13255         * predict.c (block_info_def): Add npredecesors, remove nvisited;
13256         change visited to tovisit.
13257         (propagate_freq): Use faster traversing algorithm.
13258         (estimate_loops_at_level, estimate_bb_frequencies): Change visited
13259         to tovisit; reverse meaning.
13260
13261         * predict.c (struct block_info_def): Remove nvisited.
13262         (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
13263         (estimate_bb_frequencies): Call mark_dfs_back_edges.
13264
13265 2001-08-19  Geoffrey Keating  <geoffk@redhat.com>
13266
13267         * doc/invoke.texi (MIPS Options): Document -mfused-madd.
13268         * config/mips/mips.h (MASK_NO_FUSED_MADD): New.
13269         (TARGET_FUSED_MADD): New.
13270         (TARGET_SWITCHES): Add -mfused-madd, -mno-fused-madd.
13271         * config/mips/mips.md: Add TARGET_FUSED_MADD as condition to
13272         the multiply-add instructions.
13273
13274 2001-08-19  Richard Henderson  <rth@redhat.com>
13275
13276         * dwarf2asm.c (dw2_output_indirect_constant_1): The symbol ref
13277         is aligned to pointer size.
13278
13279 2001-08-19  Richard Henderson  <rth@redhat.com>
13280
13281         * config/ia64/ia64.c (ia64_cycle_display): Only emit cycle
13282         display markers during final schedule.
13283
13284 2001-08-19  Richard Henderson  <rth@redhat.com>
13285
13286         * function.c (gen_mem_addressof): Don't call get_alias_set if no decl.
13287
13288 2001-08-19  Richard Henderson  <rth@redhat.com>
13289
13290         * config/ia64/ia64.h (STRIP_NAME_ENCODING): Handle @ and *
13291         in the same string.
13292         (ASM_NAME_TO_STRING): Remove.
13293         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Handle @ and *
13294         in the same string.  Remove support for expressions.
13295
13296 2001-08-19  Richard Henderson  <rth@redhat.com>
13297
13298         * config/i386/i386.md (tablejump): Make an expander; handle
13299         pic relative addressing here.
13300         (tablejump_1): Rename from tablejump_pic.
13301         (casesi): Remove.
13302
13303 2001-08-19  Richard Henderson  <rth@redhat.com>
13304
13305         * regclass.c (fix_register): Fix typo.
13306
13307 2001-08-18  Richard Henderson  <rth@redhat.com>
13308
13309         * config/ia64/unwind-ia64.c (UNW_REG_B0): New.
13310         (struct _Unwind_Context): Expand br_loc to hold it.
13311         (uw_frame_state_for): Handle leaf functions better.
13312         (uw_update_reg_address): Update for br_loc change.
13313
13314 2001-08-18  Richard Henderson  <rth@redhat.com>
13315
13316         * crtstuff.c: Move list heads before code that uses them.
13317         (__JCR_LIST__): Remove initial null.
13318         (frame_dummy, __frame_dummy): Do java registration here ...
13319         (__do_global_ctors_aux): ... not here.
13320
13321         * config/ia64/crtbegin.asm (dtor_ptr): Make gp-relative.
13322         (__do_global_dtors_aux): Update to match.
13323         (__JCR_LIST__, __do_jv_register_classes): New.
13324         (.init): Call it.
13325         * config/ia64/crtend.asm (__JCR_END__): New.
13326         (__do_global_ctors_aux): Use a GPREL64I reloc to __CTOR_END__
13327         instead of an indirect LTOFF22 reloc.
13328
13329 2001-08-18  Richard Henderson  <rth@redhat.com>
13330
13331         * flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.
13332         * regclass.c (init_reg_sets_1): Fix typo.
13333         * config/ia64/ia64.c (ar_pfs_reg_operand): New.
13334         (ia64_expand_call): Pass ar.pfs to sibcall expanders.
13335         (ia64_compute_frame_size): Make ar.unat live when in use.
13336         (ia64_epilogue_uses): Reformat; do not check current_function_is_leaf
13337         for ar.pfs; remove ar.unat handling.
13338         * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): ar.unat is
13339         call-saved.
13340         (PREDICATE_CODES): Add ar_pfs_reg_operand.
13341         * config/ia64/ia64-protos.h: Update decls.
13342         * config/ia64/ia64.md (sibcall_nopic): Use ar.pfs.
13343         (sibcall_pic): Likewise.
13344
13345 2001-08-18  Richard Henderson  <rth@redhat.com>
13346
13347         * config/ia64/ia64.c (ia64_sched_reorder2): Also skip past
13348         pred_rel_mutex when searching for insn_group_barrier.
13349         * config/ia64/ia64.md (cycle_display): Combine the expander
13350         and insn patterns.
13351
13352         * config/ia64/ia64.c (ia64_internal_sched_reorder): Emit stop
13353         bit before asm as needed.
13354
13355 2001-08-18  Richard Henderson  <rth@redhat.com>
13356
13357         * timevar.def (TV_MACH_DEP): New.
13358         * toplev.c (rest_of_compilation): Use it.
13359         * config/ia64/ia64.c (ia64_reorg): Push to TV_SCHED2.
13360
13361 2001-08-18  Zack Weinberg  <zackw@panix.com>
13362
13363         * unwind-dw2.c (execute_stack_op): Add default aborts to
13364         the inner switches to prevent warnings.
13365
13366 2001-08-18  Richard Henderson  <rth@redhat.com>
13367
13368         * timevar.h (struct timevar_time_def): Change element type to float.
13369         (ticks_to_msec, clocks_to_msec): Likewise.
13370         (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Rescale to seconds; use type float.
13371         (get_time): Likewise.
13372         (timevar_print): Adjust zero check and printing to match.
13373
13374 2001-08-18  Zack Weinberg  <zackw@panix.com>
13375
13376         * doc/extend.texi, doc/gcc.texi, doc/install-old.texi,
13377         doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/include/gpl.texi:
13378         Eliminate overfull or underfull hboxes.
13379
13380 2001-08-18  Zack Weinberg  <zackw@panix.com>
13381
13382         * cpperror.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
13383
13384 2001-08-18  Zack Weinberg  <zackw@panix.com>
13385
13386         * haifa-sched.c: Convert to target hooks.  Macros replaced
13387         are ISSUE_RATE, ADJUST_COST, ADJUST_PRIORITY, MD_SCHED_INIT,
13388         MD_SCHED_REORDER, MD_SCHED_REORDER2, MD_SCHED_VARIABLE_ISSUE,
13389         MD_SCHED_FINISH, and HAVE_cycle_display.
13390         * target-def.h (TARGET_SCHED_ADJUST_COST,
13391         TARGET_SCHED_ADJUST_PRIORITY, TARGET_SCHED_ISSUE_RATE,
13392         TARGET_SCHED_VARIABLE_ISSUE, TARGET_SCHED_INIT,
13393         TARGET_SCHED_FINISH, TARGET_SCHED_REORDER,
13394         TARGET_SCHED_REORDER2, TARGET_SCHED_CYCLE_DISPLAY):
13395         New hook #defines to be overridden.
13396         (TARGET_SCHED): Bring them all together.
13397         (TARGET_INITIALIZER): Update.
13398         * target.h: Don't forward declare struct rtx_def.  Use 'rtx'
13399         instead of 'struct rtx_def *' throughout.
13400         (struct sched): New set of hooks for the scheduler.
13401         * Makefile.in (haifa-sched.o): Depend on target.h.
13402         * doc/tm.texi: Document the new scheduler hooks, together in
13403         their own section, instead of scattered around.
13404         Fix a bunch of underfull/overfull hboxes.
13405
13406         * a29k.h, alpha.h, arm.h, c4x.h, convex.h, d30v.h, i386.h,
13407         ia64.h, m32r.h, m88k.h, mips.h, pa.h, rs6000.h, s390.h, sh.h,
13408         sparc.h: Don't define any of the old scheduler macros.
13409
13410         * a29k.c, alpha.c, arm.c, c4x.c, convex.c, d30v.c, i386.c,
13411         ia64.c, m32r.c, m88k.c, mips.c, pa.c, rs6000.c, s390.c, sh.c,
13412         sparc.c: Create hook functions from code extracted from
13413         corresponding target header, or make existing hooks static, as
13414         appropriate.  Set the appropriate entries in targetm.
13415
13416         * alpha-protos.h, arm-protos.h, c4x-protos.h, d30v-protos.h,
13417         i386-protos.h, ia64-protos.h, m32r-protos.h, pa-protos.h,
13418         rs6000-protos.h, s390-protos.h, sparc-protos.h:
13419         Remove prototypes for functions which are now static.
13420
13421         * d30v.h, d30v.c, m32r.h, m32r.c: Remove #ifdef HAIFA and
13422         related gunk; the Haifa scheduler is now the only choice.
13423
13424 2001-08-18  Zack Weinberg  <zackw@panix.com>
13425
13426         * optabs.h (OTI_flodiv, flodiv_optab): Kill.
13427         * genopinit.c: Put floating point divide insns in sdiv_optab.
13428         * expr.c (expand_expr): Use sdiv_optab, not flodiv_optab.
13429         * config/gofast.h, config/c4x/c4x.h,
13430         config/ia64/hpux_longdouble.h, config/mips/mips.h,
13431         config/pa/long_double.h, config/rs6000/sysv4.h,
13432         config/sparc/sparc.h: Put floating point divide libcalls in sdiv_optab.
13433         * optabs.c (init_optab): Break into new_optab, init_optab, init_optabv.
13434         (init_optabs): Use init_optabv for overflow-trapping optabs.
13435         Don't init flodiv_optab.  Give mov_optab, movstrict_optab, and
13436         cmp_optab RTX codes so have_insn_for can find them.
13437
13438         * optabs.c (expand_simple_binop, expand_simple_unop,
13439         have_insn_for, gen_sub3_insn): New interfaces.
13440         * expr.h: Prototype new functions.
13441         (enum optab_methods): Move here from optabs.h.
13442
13443         * builtins.c, combine.c, doloop.c, function.c, ifcvt.c,
13444         loop.c, profile.c, simplify-rtx.c, stmt.c, unroll.c:
13445         Use new functions instead of working directly with optabs.
13446         * doloop.c, ifcvt.c, loop.c, profile.c, simplify-rtx.c,
13447         unroll.c: Don't include optabs.h.
13448         * caller-save.c, combine.c, function.c, stmt.c: Just include
13449         insn-codes.h, not optabs.h.
13450         * Makefile.in: Update dependencies.
13451
13452         * combine.c (make_compound_operation, simplify_comparison):
13453         Fix typos testing for this or that instruction.
13454
13455 2001-08-18  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
13456
13457         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2_DIVMOD_FUNCS when
13458         generating libgcc.a.
13459
13460 2001-08-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13461
13462         * except.c (TYPE_HASH): Delete.
13463
13464         * objc/objc-act.c (HASHFUNCTION): Cast to size_t, not
13465         HOST_WIDE_INT.
13466
13467         * tree.c (TYPE_HASH): Delete.
13468
13469         * tree.h (TYPE_HASH): Define.
13470
13471 2001-08-18  Graham Stott  <grahams@redhat.com>
13472
13473         * config/mips/mips.md (adddi3_internal_2+1): Remove constraints from
13474         define_split.
13475         (adddi3_internal_2+2): Likewise.
13476         (eh_set_lr_di+1): Likewise.
13477
13478 2001-08-17  Richard Henderson  <rth@redhat.com>
13479
13480         * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
13481         UNALIGNED_DOUBLE_INT_ASM_OP, ASM_BYTE_OP): Move from ...
13482         * dwarf2asm.c: ... here.
13483         * dwarfout.c: Remove them.
13484
13485         * varasm.c (assemble_integer): Add align parameter.
13486         (assemble_real, output_constant, output_constructor): Likewise.
13487         * output.h: Update decls.
13488         * dwarf2asm.c, final.c, varasm.c, config/darwin.c, config/nextstep.c,
13489         config/alpha/alpha.c, config/arm/arm.md, config/clipper/clipper.c,
13490         config/m88k/m88k.c, config/mcore/mcore.md, config/mips/mips.h,
13491         config/mips/mips.md, config/pa/pa.c, config/rs6000/rs6000.c,
13492         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.md:
13493         Update all callers.
13494
13495         * final.c (end_final): Abort profile block generation if we
13496         haven't layed it out properly.
13497         * output.h (assemble_eh_integer): Remove stale decl.
13498         * varasm.c (assemble_zeros): Tidy; use assemble_integer.
13499         (min_align): New.
13500         (assemble_integer): Handle unaligned data.
13501         (assemble_real): Abort on unaligned data.
13502         (output_constructor): Don't assume ASM_OUTPUT_ALIGN 0 does
13503         anything useful.
13504         (default_dtor_section_asm_out_destructor): Use assemble_align.
13505         (default_named_section_asm_out_constructor): Likewise.
13506         (default_ctor_section_asm_out_constructor): Likewise.
13507         * config/darwin.c (machopic_asm_out_constructor): Likewise.
13508         (machopic_asm_out_destructor): Likewise.
13509         * config/nextstep.c (nextstep_asm_out_constructor): Likewise.
13510         (nextstep_asm_out_destructor): Likewise.
13511         * config/alpha/alpha.c (vms_asm_out_constructor): Likewise.
13512         (vms_asm_out_destructor): Likewise.
13513
13514 2001-08-17  Richard Henderson  <rth@redhat.com>
13515
13516         * config/mips/iris6.h (TARGET_IRIX6): New.
13517         (current_section_name, current_section_flags): New.
13518         (ASM_OUTPUT_ALIGN, ASM_FILE_START, ASM_FILE_END): New.
13519         (MAX_OFILE_ALIGNMENT): New.
13520         (ASM_OUTPUT_ALIGNED_LOCAL): Use bss_section.
13521         * config/mips/mips.c (mips_make_temp_file, temp_filename): Remove.
13522         (copy_file_data): Split out from
13523         (mips_asm_file_end): ... here.
13524         (mips_asm_file_start): Remove extra .section directive.  Use
13525         tmpfile instead of mips_make_temp_file.
13526         (mips_unique_section): Use const char * as needed for warnings.
13527         (iris6_asm_named_section_1): Renamed from iris6_asm_named_section;
13528         re-add align parameter.
13529         (iris6_asm_named_section): New.
13530         (iris_section_align_entry_eq, iris_section_align_entry_hash): New.
13531         (iris6_asm_output_align, iris6_section_align_1): New.
13532         (iris6_asm_file_start, iris6_asm_file_end): New.
13533         * config/mips/mips-protos.h: Update decls.
13534
13535 2001-08-17  Janis Johnson  <janis187@us.ibm.com>
13536
13537         * doc/install.texi (Install GCC): Add links to build status pages.
13538         (Specific): Ditto.
13539         (Final install): Ditto; request updates for specific info
13540
13541 2001-08-17  Neil Booth  <neil@daikokuya.demon.co.uk>
13542
13543         * cpperror.c (print_location):  Don't take a file name; use the
13544         line map instead.
13545         (_cpp_begin_message): Similarly.
13546         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
13547         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
13548         (cpp_pedwarn_with_file_and_line): Remove.
13549         * cppfiles.c (stack_include_file): Update; set filename to stdin
13550         here when appropriate.
13551         * cpphash.h (struct cpp_buffer): Remove nominal_fname.
13552         (_cpp_begin_message): Don't take a file name.
13553         * cppinit.c: Add comment.
13554         * cpplex.c: Fix end-of-directive indicator.
13555         * cpplib.c: Don't include intl.h.
13556         (run_directive, do_diagnostic): Update.
13557         (do_line): Update to not use nominal_fname.
13558         (cpp_push_buffer): Don't take a filename.
13559         * cpplib.h (struct ht): Remove.
13560         (cpp_push_buffer): Don't take a filename.
13561         (cpp_pedwarn_with_file_and_line): Remove.
13562         * cppmacro.c (struct cpp_macro): Remove file.
13563         (builtin_macro): Update.
13564         (_cpp_create_definition): Update.
13565         * cppmain.c: Correct comment.
13566         * fix-header.c (read_scan_file): Update.
13567
13568 2001-08-17  Kazu Hirata  <kazu@hxi.com>
13569
13570         * sbitmap.c: Fix comment formatting.
13571         * sched-deps.c: Likewise.
13572         * sibcall.c: Likewise.
13573         * simplify-rtx.c: Likewise.
13574         * ssa.c: Likewise.
13575         * ssa-ccp.c: Likewise.
13576         * stor-layout.c: Likewise.
13577         * timevar.c: Likewise.
13578         * toplev.c: Likewise.
13579         * unwind-dw2.c: Likewise.
13580         * unwind-dw2-fde.c: Likewise.
13581         * varasm.c: Likewise.
13582
13583 2001-08-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13584
13585         * pa.h (RETURN_IN_MEMORY): Return types with a size that is varable
13586         or larger than an integer in memory.
13587
13588 2001-08-17  Zack Weinberg  <zackw@panix.com>
13589
13590         * system.h: Forward-declare struct rtx_def, struct rtvec_def,
13591         and union tree_node.  Typedef rtx, rtvec, and tree.  Fix comment.
13592         * rtl.h: Don't forward-declare union tree_node here.  Don't
13593         typedef rtx or rtvec here.  Change all uses of struct rtx_def *,
13594         struct rtvec_def *, or union tree_node * to use rtx, rtvec,
13595         and tree respectively.
13596         * tree.h: Don't forward-declare struct rtx_def here.  Don't
13597         typedef tree here.  Change all uses of struct rtx_def *,
13598         struct rtvec_def *, or union tree_node * to use rtx, rtvec,
13599         and tree respectively.
13600
13601 2001-08-17  Richard Henderson  <rth@redhat.com>
13602
13603         * config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
13604         config/mips/openbsd.h: Fix typos last change.
13605
13606 2001-08-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13607
13608         * doc/invoke.texi (Optimize Options): The default for
13609         -finline-limit is 600.
13610
13611 2001-08-17  Richard Henderson  <rth@redhat.com>
13612
13613         * varasm.c (text_section): Allow TEXT_SECTION to override the
13614         printing of TEXT_SECTION_ASM_OP.
13615         * dwarf2out.c (TEXT_SECTION_NAME): Rename from TEXT_SECTION.
13616         (DATA_SECTION, BSS_SECTION): Remove.
13617         * dwarfout.c (TEXT_SECTION_NAME, DATA_SECTION_NAME, DATA1_SECTION_NAME,
13618         RODATA_SECTION_NAME, RODATA1_SECTION_NAME, BSS_SECTION_NAME):
13619         Rename from s/_NAME//.
13620         * config/mips/mips.h (TARGET_FILE_SWITCHING): Add !TARGET_MIPS16.
13621         (ASM_DECLARE_FUNCTION_NAME): Move file switching ...
13622         (TEXT_SECTION): ... here.  New.
13623         * config/mips/elf.h (TEXT_SECTION): New; no file switching.
13624         * config/mips/elf64.h, config/mips/netbsd.h: Likewise.
13625         * config/mips/openbsd.h: Likewise.
13626         * config/mips/mips.c (mips_asm_file_start): Tidy file switching test.
13627         (mips_asm_file_end): Likewise test.
13628         (mips_output_function_epilogue): Likewise.  Switch back to data
13629         section after emitting the function.
13630
13631         * doc/tm.texi (Sections): Document TEXT_SECTION.
13632
13633 2001-08-17  Richard Henderson  <rth@redhat.com>
13634
13635         * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.
13636         (dwarf2out_finish): Do it here.  Emit .debug_loc before .debug_info.
13637
13638 2001-08-17  Richard Henderson  <rth@redhat.com>
13639
13640         * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
13641         * crtstuff.c (__CTOR_LIST__, __DTOR_LIST__, __EH_FRAME_BEGIN__,
13642         __JCR_LIST__, __CTOR_END__, __DTOR_END__, __FRAME_END__,__JCR_END__):
13643         Add aligned attribute.
13644
13645 2001-08-17  Andrew Haley  <aph@cambridge.redhat.com>
13646
13647         * config/sh/sh.md: Add modes to unspecs in first insn to match
13648         those in the second.
13649
13650         * Makefile.in: Fix collect2 copy for Cygwin.
13651
13652 Fri Aug 17 15:48:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
13653
13654         Install the proper patch.
13655         * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
13656         (assign_params): Avoid setting DECL_RTL to unfinished RTX.
13657         (expand_function_start): Likewise.
13658         * stmt.c (expand_decl): Likewise.
13659         * varasm.c (make_decl_rtx): Likewise.
13660
13661 Fri Aug 17 15:41:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
13662
13663         * final.c: Undo my previous accidental checkin.
13664         * output.h: Likewise.
13665         * tm.texi: Likewise.
13666
13667 2001-08-16  Richard Henderson  <rth@redhat.com>
13668
13669         * varasm.c (named_section_flags): Remove align parameter.
13670         * varasm.c, dwarf2out.c: Update all callers.
13671         * output.h: Update prototypes.
13672
13673         * target.h (target.asm_out.named_section): Remove align parameter.
13674         * varasm.c, config/a29k/a29k.c, config/alpha/alpha.c,
13675         config/arm/arm.c, config/c4x/c4x.c, config/h8300/h8300.c,
13676         config/i386/i386.c, config/i386/winnt.c, config/m68k/m68k.c,
13677         config/mcore/mcore.c, config/mips/mips.c, config/rs6000/rs6000.c,
13678         config/sh/sh.c, config/sparc/sparc.c: Update implementations to match.
13679
13680         * varasm.c (in_named_entry_eq, in_named_entry_hash): New.
13681         (get_named_section_flags, set_named_section_flags): New.
13682         (named_section_flags): Use them.
13683         (named_section): Do decl vs section flags check here...
13684         (default_section_type_flags): ... not here.
13685         (init_varasm_once): Create in_named_htab.
13686         (resolve_unique_section): Mark reloc unused.
13687
13688 2001-08-16  Richard Henderson  <rth@redhat.com>
13689
13690         * varasm.c (force_const_mem): Keep pool alignment in bits.
13691         (output_constant_pool): Use assemble_align.
13692
13693 2001-08-16  Zack Weinberg  <zackw@panix.com>
13694
13695         * doc/tm.texi: Remove extra @table command.
13696
13697 2001-08-16  Zack Weinberg  <zackw@panix.com>
13698
13699         * final.c (shorten_branches): Clear the end of the label_align
13700         array only if we made it larger.  Break up messy expressions
13701         for clarity.
13702
13703         * diagnostic.c (internal_error): Check for error recursion
13704         before doing ICE suppression.
13705
13706         * timevar.c: Timing variables now count in milliseconds.
13707         (init_timevar): Set up ticks_to_msec and clocks_to_msec here.
13708         (get_time): Not here.
13709         (timevar_print): Don't print any timer whose user, cpu, and
13710         wall times are all zero as displayed.
13711         * timevar.h: Update comment aboout units.  Make timevar
13712         counters unsigned.
13713
13714 Thu Aug 16 17:39:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
13715
13716         * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
13717         (assign_params): Avoid setting DECL_RTL to unfinished RTX.
13718         (expand_function_start): Likewise.
13719         * stmt.c (expand_decl): Likewise.
13720         * varasm.c (make_decl_rtx): Likewise.
13721
13722 2001-08-16  Jason Merrill  <jason_merrill@redhat.com>
13723
13724         * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
13725         (finalize_record_size): Don't set TYPE_USER_ALIGN.
13726
13727 2001-08-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13728
13729         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
13730         variables.
13731
13732 2001-08-16  Andreas Jaeger  <aj@suse.de>
13733
13734         * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
13735         prototype.
13736
13737 Wed Aug 15 15:22:52 EDT 2001  John Wehle  (john@feith.com)
13738
13739         * rtl.h (only_sets_cc0_p): New prototype.
13740         * jump.c (sets_cc0_p): Handle INSN.
13741         (only_sets_cc0_p): New function.
13742         * flow.c (merge_blocks_nomove): Use only_sets_cc0_p.
13743         (tidy_fallthru_edge): Likewise.
13744         * integrate.c (copy_insn_list): Likewise.
13745         * unroll.c (unroll_loop): Likewise.
13746         (copy_loop_body): Likewise.
13747
13748 2001-08-15  Jason Eckhardt  <jle@redhat.com>
13749
13750         * config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
13751
13752 Wed Aug 15 14:24:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
13753
13754         * predict.c (struct block_info_def): Remove nvisited.
13755         (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
13756         (estimate_bb_frequencies): Call mark_dfs_back_edges.
13757
13758         * i386.c (ix86_agi_dependant): Lea causes AGI only on the Pentium
13759         (ix86_adjust_cost): Teach scheduler that latency to load operand can
13760         be masked.
13761
13762 Wed Aug 15 12:41:32 CEST 2001  Jan Hubicka  <jh@suse.cz>
13763
13764         * predict.def: Update hitrates.
13765
13766 2001-08-15  Richard Henderson  <rth@redhat.com>
13767
13768         * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.
13769
13770 Tue Aug 14 17:30:59 2001  Jeffrey A Law  (law@cygnus.com)
13771
13772         * flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG
13773         note from its associated jump.
13774
13775 2001-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
13776
13777         * config/s390/linux64.h (CPP_PREDEFINES): Define __s390__
13778         also on 64-bit s390x targets.
13779
13780 2001-08-14  Nick Clifton  <nickc@cambridge.redhat.com>
13781
13782         * config/arm/arm.c (arm_compute_initial_elimination_offset): New
13783         function.
13784         (arm_expand_prologue): Handled nested functions which take a
13785         variable argument list.
13786         * config/arm/arm.h (ARM_INITIAL_ELIMINATION_OFFSET): Replace
13787         macro with an invocation of
13788         arm_compute_initial_elimination_offset.
13789         * config/arm/arm-protos.h: Prototype
13790         arm_compute_initial_elimination_offset.
13791
13792 2001-08-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13793
13794         * doc/install.texi (Specific, avr): Fix markup.
13795         (Specific, c4x): Ditto.
13796
13797 2001-08-14  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13798
13799         * predict.c (dump_prediction): Change `bool' parameter to `int'.
13800
13801 2001-08-14  Gabriel Dos Reis  <gdr@codesourcery.com>
13802
13803         * Makefile.in (OBJS): Add rtl-error.o
13804         (rtl-error.o): New rule.
13805         (diagnostic.o): Adjust dependency.
13806         diagnostic.c (file_and_line_for_asm, diagnostic_for_asm,
13807         error_for_asm, _fatal_insn, _fatal_insn_not_found,
13808         warning_for_asm): Move to...
13809         rtl-error.c: ...here.  New file.
13810
13811 2001-08-14  Richard Henderson  <rth@redhat.com>
13812
13813         * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame
13814         if USING_SJLJ_EXCEPTIONS.
13815
13816 2001-08-14  Steve Ellcey <sje@cup.hp.com>
13817
13818         * tlink.c (scan_linker_output): Check string for unsatisfied in
13819         addition to undefined and unresolved.
13820
13821 2001-08-14  Graham Stott  <grahams@redhat.com>
13822
13823         * libgcc2.c (*): Replace EH_FRAME_SECTION with
13824         EH_FRAME_SECTION_NAME.
13825
13826 Tue Aug 14 14:57:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
13827
13828         * genattrtab.c (simplify_test_exp_in_temp): New function.
13829         (simplify_test_exp): Avoid explicit use of temporary obstack.
13830         (simplify_cond, insert_right_side, evaluate_eq_attr,
13831         simplify_and_tree, simplify_or_tree, eliminate_known_true):
13832         Use simplify_test_exp_in_temp.
13833         (optimize_attrs): Iterate until expression stabilizes.
13834
13835 2001-08-13  Ulrich Weigand  <uweigand@de.ibm.com>:
13836
13837         * glimits.h: Remove the __LONG_MAX__ special case for s390x.
13838         * config/s390/linux64.h: Define __LONG_MAX__ in CPP_PREDEFINES.
13839
13840 2001-08-13  Richard Henderson  <rth@redhat.com>
13841
13842         * config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.
13843         (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove.
13844         * config/arm/conix-elf.h: Likewise.
13845
13846 2001-08-13  Geoffrey Keating  <geoffk@redhat.com>
13847
13848         * config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done
13849         in gcc.c.
13850         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
13851
13852         * gcse.c (hash_scan_set): Expressions that are set as part of
13853         jump instructions are not available.
13854
13855 2001-08-13  Ulrich Weigand  <uweigand@de.ibm.com>
13856
13857         * config/s390/s390.c (print_operand, s390_function_prologue,
13858         s390_va_start): Fixed HOST_WIDE_INT type mismatch.
13859
13860 2001-08-13  Richard Henderson  <rth@redhat.com>
13861
13862         * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New.
13863         * defaults.h (EH_FRAME_SECTION_NAME): Respect it.
13864         * doc/tm.texi (Exception Region Output): Document it.
13865
13866 2001-08-13  Geoffrey Keating  <geoffk@redhat.com>
13867
13868         * config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use
13869         DWARF2 instead of stabs by default.
13870
13871 2001-08-13  David Edelsohn  <edelsohn@gnu.org>
13872
13873         * config/rs6000/rs6000.c: Include optabs.h.
13874
13875 2001-08-13  David Edelsohn  <edelsohn@gnu.org>
13876
13877         * config/rs6000/eabi.asm: Define 64-bit versions of FPR
13878         save/restore routines.
13879         * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros.
13880
13881 2001-08-13  Andreas Jaeger  <aj@suse.de>
13882
13883         * gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,
13884         the english is correct.
13885
13886 2001-08-13  Zack Weinberg  <zackw@panix.com>
13887
13888         * expr.h: Split out optab- and libfunc-related code to...
13889         * optabs.h, libfuncs.h: ... these new headers.
13890
13891         * Makefile.in (CONFIG_H, EXPR_H): Take out insn-codes.h.
13892         (OPTABS_H): New.
13893         (various .o rules): Add $(OPTABS_H) and/or libfuncs.h to
13894         dependencies.
13895         * mkconfig.sh: Don't include insn-codes.h from config.h.
13896
13897         * reload.h: Use #ifdef GCC_INSN_CODES_H to decide whether
13898         enum insn_code is available.  Move reload_in_optab and
13899         reload_out_optab array declarations to optabs.h.
13900         * regmove.c (gen_add3_insn): Move to optabs.c, export from
13901         there, prototype in expr.h.
13902         * gencodes.c: Cleanup: zap global variables, don't use
13903         printf where puts will do, don't bother defining MAX_INSN_CODE
13904         which nothing uses, let CODE_FOR_nothing get its value implicitly.
13905
13906         * genemit.c, genopinit.c: Include optabs.h in generated file.
13907         * genoutput.c: Include insn-codes.h in generated file.
13908         * builtins.c, caller-save.c, combine.c, doloop.c, explow.c,
13909         expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c,
13910         reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c,
13911         config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c,
13912         config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c,
13913         config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c:
13914         Include optabs.h.
13915         * builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c,
13916         optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c,
13917         config/m88k/m88k.c, config/sparc/sparc.c:
13918         Include libfuncs.h.
13919         * reload.c: Include expr.h and optabs.h before reload.h.
13920         * config/alpha/alpha.c: Include tree.h before reload.h.
13921         * config/pa/pa.c: Include expr.h, optabs.h, libfuncs.h,
13922         and reload.h in that order.
13923         * config/sparc/sparc.c: Include debug.h.
13924         * recog.c: Include insn-codes.h.
13925
13926 2001-08-13  Andreas Jaeger  <aj@suse.de>
13927
13928         * config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
13929         s390*linux.
13930
13931 2000-08-13 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
13932
13933         * dwarf2out.c (output_cfa_loc): Fix typo in comment.
13934         * gcc.c (init_spec): Fix typo in comment.
13935         * varasm.c (data_section): Fix typo in comment.
13936
13937 Mon Aug 13 02:27:39 CEST 2001  Jan Hubicka  <jh@suse.cz>
13938
13939         * predict.c (dump_prediction): New argument "USED".
13940         (combine_predictions_for_insn): Determine the used heuristics,
13941         output the case no heuristic applied.
13942         * predict.def (PRED_DS_THEORY, PRED_NO_HEURISTIC): New.
13943
13944 2001-08-13  Andreas Jaeger  <aj@suse.de>
13945
13946         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
13947         register %rip.
13948
13949 2001-08-13  Kazu Hirata  <kazu@hxi.com>
13950
13951         * jump.c: Fix formatting.
13952
13953 2001-08-13  Kazu Hirata  <kazu@hxi.com>
13954
13955         * config/h8300/h8300.md (zero_extendqihi2): Correct the insn
13956         length.
13957
13958 2001-08-12  Geoffrey Keating  <geoffk@redhat.com>
13959
13960         * loop.c (check_dbra_loop): Use condjump_label to compute
13961         jump_label.
13962
13963         * rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around
13964         to better document the files they're in.
13965
13966 2001-08-12  Zack Weinberg  <zackw@panix.com>
13967
13968         * recog.h (struct insn_operand_data): Shrink 'mode' field
13969         to 16 bits.
13970
13971 2001-08-12  Kazu Hirata  <kazu@hxi.com>
13972
13973         * gcc.c: Fix comment formatting.
13974         * gccspec.c: Likewise.
13975         * gcov.c: Likewise.
13976         * gcse.c: Likewise.
13977         * genemit.c: Likewise.
13978         * gengenrtl.c: Likewise.
13979         * genrecog.c: Likewise.
13980         * gensupport.c: Likewise.
13981         * ggc-page.c: Likewise.
13982         * global.c: Likewise.
13983         * graph.c: Likewise.
13984         * ifcvt.c: Likewise.
13985         * integrate.c: Likewise.
13986         * lcm.c: Likewise.
13987         * libgcc2.c: Likewise.
13988         * loop.c: Likewise.
13989         * mbchar.c: Likewise.
13990         * optabs.c: Likewise.
13991         * predict.c: Likewise.
13992         * prefix.c: Likewise.
13993         * profile.c: Likewise.
13994         * protoize.c: Likewise.
13995         * real.c: Likewise.
13996         * recog.c: Likewise.
13997         * regclass.c: Likewise.
13998         * regmove.c: Likewise.
13999         * reg-stack.c: Likewise.
14000         * reload1.c: Likewise.
14001         * resource.c: Likewise.
14002         * rtlanal.c: Likewise.
14003         * rtl.c: Likewise.
14004
14005 2001-08-12  Kazu Hirata  <kazu@hxi.com>
14006
14007         * doc/tm.texi (ENCODE_SECTION_INFO): Add documentation on how
14008         a tree representing a constant is passed to the macro.
14009
14010 2001-08-12  Richard Henderson  <rth@redhat.com>
14011
14012         * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor): New.
14013         (rs6000_elf_asm_out_destructor): New.
14014         * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): Remove.
14015         (DTORS_SECTION_ASM_OP): Remove.
14016         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
14017         (ASM_OUTPUT_INT): Don't hack TARGET_RELOCATABLE for constructors.
14018
14019 2001-08-12  David Edelsohn  <edelsohn@gnu.org>
14020
14021         Revert:
14022         2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14023         * gcc.c (set_collect_gcc_options): New function, split out from
14024         main.
14025         Ignore elided switches.
14026         (do_spec_1): Invoke before executing command.
14027         (set_input): Export.
14028         Move declaration ...
14029         * gcc.h (set_input): ... here.
14030         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
14031         file.
14032
14033 2001-08-12  Richard Henderson  <rth@redhat.com>
14034
14035         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Fix
14036         thinko wrt TARGET_RELOCATABLE.
14037
14038 2001-08-12  Neil Booth  <neil@daikokuya.demon.co.uk>
14039
14040         * fix-header.c (cb_file_change): Update prototype.
14041
14042 2001-08-11  Zack Weinberg  <zackw@panix.com>
14043
14044         * toplev.c (set_float_handler): Make static.
14045         * toplev.h: Don't prototype set_float_handler.
14046
14047         * simplify-rtx.c: Don't include setjmp.h.
14048         (simplify_unary_real, simplify_binary_real, simplify_binary_is2orm1):
14049         New functions.
14050         (simplify_unary_operation, simplify_binary_operation): Use them,
14051         via do_float_handler.
14052
14053         * fold-const.c: Don't include setjmp.h.
14054         (exact_real_inverse_1): New function.
14055         (exact_real_inverse): Use it, via do_float_handler.
14056
14057         * varasm.c: Don't include setjmp.h.
14058         (assemble_real_1): New function.
14059         (assemble_real): Use it, via do_float_handler.
14060         Call internal_error if we get a trap here.
14061
14062         * c-parse.in, cse.c, cselib.c, config/i386/i386.c,
14063         config/pj/pj.c, config/s390/s390.c: Don't include setjmp.h.
14064
14065 2001-08-11  Zack Weinberg  <zackw@panix.com>
14066
14067         * defaults.h: Define PREFERRED_STACK_BOUNDARY to
14068         STACK_BOUNDARY if not already defined.
14069
14070         * calls.c, function.c, reload1.c, explow.c: Don't default
14071         PREFERRED_STACK_BOUNDARY.  Remove all #if/#ifdef on
14072         PREFERRRED_STACK_BOUNDARY and/or STACK_BOUNDARY.
14073
14074         * explow.c (allocate_dynamic_stack_space): Change unsafe #if
14075         to run-time test.
14076
14077         * doc/tm.texi: Document that STACK_BOUNDARY is required;
14078         clarify difference between it and PREFERRED_STACK_BOUNDARY.
14079
14080 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
14081
14082         * cppmacro.c (enter_macro_context): Push macro expansions even
14083         if empty.
14084
14085 2001-08-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14086
14087         * config/rs6000/rs6000.c: Include integrate.h to silence warning.
14088         (rs6000_elf_section_type_flags): Actually return a value.
14089
14090 2001-08-11  Ulrich Weigand  <uweigand@de.ibm.com>
14091
14092         * s390.c, s390.h, s390.md, s390-protos.h, linux.h, t-linux:
14093         Clean up code: add missing comments and prototypes, fix warnings,
14094         remove obsolete code, fix spacing to conform to coding style.
14095
14096 2001-08-11  Ulrich Weigand  <uweigand@de.ibm.com>
14097
14098         * config/s390/s390.c (targetm): Define TARGET_ASM_OPEN_PAREN
14099         and TARGET_ASM_CLOSE_PAREN.
14100         (regclass_map): CC register belongs to class NO_REGS.
14101         (legitimize_pic_address): Don't generate unnecessary moves
14102         (to avoid confusing loop optimization).
14103         (check_and_change_labels): Replace jump_long by indirect_jump.
14104         (s390_final_chunkify): Don't start a new literal pool on section
14105         switch in 64-bit code.
14106         (s390_va_start, s390_va_arg): Fixed incorrect sizes for 64-bit.
14107
14108         * config/s390/s390.h (TARGET_SWITCHES): Renamed debug_arg to debug.
14109         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE): Set to 64 (for 64-bit).
14110         (HARD_REGNO_MODE_OK, RETURN_IN_MEMORY): Support complex integer
14111         modes correctly.
14112         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Remove CC_REGS.
14113         (EH_RETURN_HANDLER_RTX): Fixed incorrect offset for 64-bit.
14114         (CONST_COSTS): Fixed incorrect costs.
14115
14116         * config/s390/s390.md (fixuns_trunc[sd]f[sd]i2, udivsi3, umodsi3):
14117         Use emit_jump instead of emit_jump_insn (gen_jump).
14118         (divsi3, modsi3): Clobber low word of divmoddisi3 before shifting
14119         (to avoid confusing flow analysis).
14120         (tablejump, tablejump1, tablejump2): Removed.  Replaced by casesi.
14121         (casesi, casesi_jump): New.
14122         (jump_long): Removed.  Functionality merged into indirect_jump.
14123         (indirect_jump): Accept address_operand, not just register_operand.
14124         (cjump_long, icjump_long): Use same logic as indirect_jump.
14125         (builtin_setjmp_setup, builtin_setjmp_receiver, builtin_longjmp):
14126         Fixed broken setjmp/longjmp handling.
14127         (do_builtin_setjmp_setup): Removed.
14128
14129         * config/s390/linux.h (ASM_OUTPUT_DOUBLE_INT): Work around
14130         broken GNU as versions that don't accept .quad with large
14131         negative values.  Use hexadecimal output instead.
14132         (ASM_OUTPUT_ADDR_DIFF_ELT): Adapt to new casesi insn.
14133         (ASM_OPEN_PAREN, ASM_CLOSE_PAREN, FUNCTION_PROLOGUE,
14134         FUNCTION_EPILOGUE): Removed.  Now in targetm.
14135
14136         * config/s390/linux64.h (CALL_USED_REGISTERS): Add CC register.
14137
14138         * config/s390/fixdfdi.h: Add missing copyright statement.
14139         Fix type conflicts on 64-bit.  Add missing SFmode routines.
14140
14141         * s390.c, s390.h, s390.md, linux.h, linux64.h: Fixed incorrect
14142         email address.
14143
14144 2001-08-11  Richard Henderson  <rth@redhat.com>
14145
14146         * rtl.h (REG_EH_RETHROW): Remove.
14147         * rtl.c (reg_note_name): Update.
14148         * combine.c (distribute_notes): Don't check for it.
14149
14150 2001-08-11  Richard Henderson  <rth@redhat.com>
14151
14152         * combine.c (distribute_notes): Place REG_SETJMP.
14153
14154 2001-08-11  Richard Henderson  <rth@redhat.com>
14155
14156         * doc/extend.texi (Arrays and pointers implementation): Discourage
14157         relying on sign-extension of pointers.
14158
14159 2001-08-11  H.J. Lu <hjl@gnu.org>
14160
14161         * config/mips/linux.h (EXTRA_SECTIONS): Remove in_ctors and
14162         in_dtors.
14163         (EXTRA_SECTION_FUNCTIONS): Remove DTORS_SECTION_ASM_OP and
14164         RDATA_SECTION_ASM_OP.
14165
14166 2001-08-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14167
14168         * doc/install.texi (Specific, c4x): Fix cross-reference to the
14169         main manual to work both for info and HTML versions.
14170
14171 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
14172             Matt Kraai <kraai@alumni.carnegiemellon.edu>
14173
14174         * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
14175         * cpphash.h (CPP_IN_SYSTEM_HEADER): Fix.
14176         (struct cpp_pool): New member first.
14177         * cppinit.c (append_include_chain): Plug memory leaks.
14178         * cpplib.c (cpp_register_pragma, cpp_register_pragma_space):
14179         Allocate pragma structures from the (aligned) macro pool to
14180         avoid leaking memory.
14181         * cpplex.c (_cpp_init_pool, _cpp_free_pool): Use pool->first
14182         so we don't leak memory.
14183         * hashtable.c (ht_destroy): New.
14184         * hashtable.h (ht_destroy): New.
14185
14186 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
14187             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14188
14189         * c-lex.c (map): Make const.
14190         (cb_file_change): Update for callback passing a line map.
14191         Don't assume we have a previous map.  Remove sanity check
14192         about popping too many files.
14193         * cpperror.c (print_location): Make map const.
14194         * cppfiles.c (stack_include_file): Update; line maps now hold sysp.
14195         (cpp_make_system_header): Similarly.
14196         (search_from): Similarly.
14197         (_cpp_execute_include): Don't remember where we came from.
14198         * cpphash.h (struct cpp_buffer): Remove return_to_line, sysp.
14199         (struct cpp_reader): Make map const.
14200         (CPP_IN_SYSTEM_HEADER, _cpp_do_file_change): Update.
14201         * cpplib.c (do_line): Update; line maps now hold sysp.
14202         (cpp_push_buffer): Similarly.
14203         (_cpp_do_file_change): Similarly; callback with map instead.
14204         (cpp_get_line_maps): Constify return value.
14205         (_cpp_pop_buffer): Update.
14206         * cpplib.h (struct cpp_file_change): Remove.
14207         (struct cpp_callbacks): Update.
14208         (cpp_get_line_maps): Constify return value.
14209         * cppmacro.c (_cpp_create_definition): Update.
14210         * cppmain.c (struct printer): Constify map.
14211         (maybe_print_line): Similarly.
14212         (print_line): Similarly.  Deduce flags 1 and 2 here.
14213         (cb_file_change): Update.
14214         * line-map.c (free_line_maps): Warn regardless.
14215         (add_line_map): Return pointer to const.  When passed NULL to_file
14216         with LC_LEAVE, use the obvious values for the return point so the
14217         caller doesn't have to figure them out.
14218         (lookup_line): Return pointer to const.
14219         (print_containing_files): Take pointer to const.
14220         * line-map.h (struct line_map): New members reason, sysp.
14221         (add_line_map): Return pointer to const.
14222         (lookup_line): Similarly.
14223         (print_containing_files): Take pointer to const.
14224
14225 2001-08-10  Roman Zippel  <zippel@linux-m68k.org>
14226             Richard Henderson  <rth@redhat.com>
14227
14228         * regmove.c (regmove_optimize): Avoid setting a register twice in
14229         a parallel set.
14230
14231 2001-08-10  Richard Henderson  <rth@redhat.com>
14232
14233         * doc/extend.texi (Arrays and pointers implementation): Document
14234         behavior of pointer/integer conversion.
14235
14236 2001-08-10  Ulrich Weigand  <uweigand@de.ibm.com>
14237
14238         * glimits.h (__LONG_MAX__): Add s390x as 64-bit architecture.
14239
14240 2001-08-10  Richard Henderson  <rth@redhat.com>
14241
14242         * doc/extend.texi (C Implementation): New chapter.
14243         * doc/gcc.texi (Top): Link it in.
14244
14245 2001-08-10  Andrew Cagney  <ac131313@redhat.com>
14246
14247         * doc/install.texi (Specific): Fix CVS merge botch.
14248
14249 2001-08-10  Richard Henderson  <rth@redhat.com>
14250
14251         * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): Protect with
14252         ifdef CTOR_LIST_BEGIN instead of INIT_SECTION_ASM_OP.
14253
14254 2001-08-10  Zack Weinberg  <zackw@stanford.edu>
14255
14256         * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY
14257         if not already defined.  Remove all #ifdefs on STACK_BOUNDARY;
14258         this macro is now required.
14259
14260         * cselib.c (cselib_process_insn), flow.c (propagate_block),
14261         loop.c (find_and_verify_loops), reload.c (reload): Check
14262         for rtx code of CALL_INSN, not CALL, when deciding if we
14263         need to check for REG_SETJMP note.
14264
14265         * gcse.c (compute_hash_table, compute_store_table): Update
14266         the #ifdef NON_SAVING_SETJMP code to the new REG_SETJMP
14267         logic.
14268
14269         * config/avr/avr.c: Fix typo.
14270         * config/convex/convex.c (expand_movstr): Use adjust_address.
14271         * config/dsp16xx/dsp16xx.c: Define dsp16xx_compare_gen
14272         variable.
14273         * config/dsp16xx/dsp16xx.md: Correct calls to replace_equiv_address.
14274         * config/elxsi/elxsi.c: Include tree.h, expr.h, regs.h, and flags.h.
14275         Fix typo.
14276         * config/elxsi/elxsi.h: Don't define Rmode (typo for Pmode?)
14277         Do define STACK_BOUNDARY.
14278         * config/i370/i370.c: Include expr.h.
14279         * config/i860/sysv3.h, config/i860/sysv4.h, config/m32r/m32r.h,
14280         config/pa/som.h, config/v850/v850.h: Take in_ctors and
14281         in_dtors out of EXTRA_SECTIONS; take CTORS_SECTION_FUNCTION
14282         and DTORS_SECTION_FUNCTION out of EXTRA_SECTION_FUNCTIONS.
14283         * config/m88k/m88k.c: Include c-tree.h after expr.h.
14284         * config/pdp11/pdp11.c: Include expr.h and toplev.h.
14285         * config/romp/romp.c: Include expr.h after tree.h.
14286         Include toplev.h.
14287         (output_fpop): Use xmalloc, not oballoc.
14288         * config/we32k/we32k.c: Include expr.h.
14289
14290 2001-08-10  Kazu Hirata  <kazu@hxi.com>
14291
14292         * config/h8300/h8300.h: Fix formatting.
14293
14294 2001-08-08  Jason Merrill  <jason_merrill@redhat.com>
14295
14296         * c-common.h (RETURN_NULLIFIED_P): Lose.
14297         * c-semantics.c (genrtl_return_stmt): Don't check it.
14298
14299 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
14300
14301         * config/mips/mips.c (mips_add_large_offset_to_sp): New function.
14302         (mips_annotate_frame_insn): New function.
14303         (mips_emit_frame_related_store): New function.
14304         (save_restore_insns): Don't mark instructions that set up the base
14305         registers as frame-related.  Add REG_FRAME_RELATED_EXPR notes to
14306         the store instructions instead.
14307         (mips_expand_prologue): If the stack size is moved into a temporary
14308         register, do not mark that move as frame-related.  Add a
14309         REG_FRAME_RELATED_EXPR note to the stack adjustment instruction.
14310
14311 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
14312
14313         * config/mips/mips.c (save_restore_insns): Don't mark the RA's
14314         stack slot as unchanging if current_function_calls_eh_return.
14315
14316 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
14317
14318         * config/mips/mips.md (reload_incc): Use HARD_REGNO_NREGS to
14319         access the second half of the TFmode scratch operand.
14320
14321 2001-08-10  Anthony Green  <green@redhat.com>
14322
14323         * java/class.c (emit_register_classes): Conditionalize code on
14324         JCR_SECTION_NAME.
14325
14326 2001-08-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14327
14328         * doc/install.texi (Specific, avr): Fix cross-reference to the
14329         main manual to work both for info and HTML versions.
14330
14331 2001-08-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14332
14333         * stmt.c (expand_null_return_1): Remove code to generate simple returns
14334         and "use_goto" argument.
14335         (expand_null_return, expand_value_return): Update all callers.
14336         * function.c (expand_function_end): Remove code to generate simple
14337         return.
14338         * config/vax/vax.md (epilogue): New expander for function return.
14339         * doc/md.texi (epilogue): Remove "if defined".
14340
14341 2001-08-09  Zack Weinberg  <zackw@stanford.edu>
14342
14343         * Makefile.in: Partially revert my previous change:
14344         put -DGENERATOR_FILE back in HOST_CFLAGS, take it out
14345         of the hashtab.o and safe-ctype.o rules.
14346
14347 2001-08-09  Richard Henderson  <rth@redhat.com>
14348
14349         * Makefile.in (MAYBE_USE_COLLECT2): Remove; purge all uses.
14350         (USE_COLLECT2): Remove duplicate definition.
14351         * config.gcc (a29k-udi, a29k-wrs-vxworks) [tm_file]: Remove a29k/udi.h.
14352         (use_collect2): Remove dead code.
14353         * configure.in (use_collect2): Remove will_use_collect2 and
14354         maybe_use_collect2; add USE_COLLECT2 to host_xm_defines and xm_defines.
14355         * configure: Rebuild.
14356
14357         * target.h (targetm.asm_out.constructor): New.
14358         (targetm.asm_out.destructor, targetm.have_ctors_dtors): New.
14359         * target-def.h (TARGET_ASM_CONSTRUCTOR): New.
14360         (TARGET_ASM_DESTRUCTOR, TARGET_HAVE_CTORS_DTORS): New.
14361         * varasm.c (in_ctors, in_dtors): New.
14362         (assemble_constructor, assemble_destructor): Remove.
14363         (default_stabs_asm_out_destructor): New.
14364         (default_named_section_asm_out_destructor): New.
14365         (dtors_section, default_dtor_section_asm_out_destructor): New.
14366         (default_stabs_asm_out_constructor): New.
14367         (default_named_section_asm_out_constructor): New.
14368         (ctors_section, default_ctor_section_asm_out_constructor): New.
14369         * output.h: Update declarations.
14370         * c-decl.c (c_expand_body): Use target hooks instead of
14371         assemble_constructor and assemble_destructor.
14372         * profile.c (output_func_start_profiler): Likewise.
14373         * objc/objc-act.c (finish_objc): Likewise.
14374         (build_module_descriptor): Tidy.  Set TREE_PUBLIC properly
14375         for the constructor.
14376         * objc/Make-lang.in (objc-act.o): Depend on TARGET_H.
14377
14378         * crtstuff.c (CTORS_SECTION_ASM_OP): Don't define.
14379         (DTORS_SECTION_ASM_OP): Likewise.
14380         (__CTOR_LIST__): Use attribute section when possible.
14381         (__DTOR_LIST__, __CTOR_END__, __DTOR_END__): Likewise.
14382
14383         * defaults.h (EH_FRAME_SECTION_NAME): Don't depend on
14384         ASM_OUTPUT_CONSTRUCTOR.
14385
14386         * config/darwin.c (machopic_asm_out_constructor): New.
14387         (machopic_asm_out_destructor): New.
14388         * config/darwin-protos.h: Update declarations.
14389         * config/darwin.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
14390         (ASM_OUTPUT_DESTRUCTOR): Remove.
14391         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
14392         * config/nextstep.c (nextstep_asm_out_constructor): New.
14393         (nextstep_asm_out_destructor): New.
14394         * config/nextstep.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
14395         (ASM_OUTPUT_DESTRUCTOR): Remove.
14396         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
14397         * config/nextstep21.h: Undef TARGET_ASM_*STRUCTOR instead of
14398         ASM_OUTPUT_*STRUCTOR.
14399         * config/i386/aix386ng.h: Likewise.
14400
14401         * config/elfos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Remove.
14402         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): No ctors/dtors.
14403         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
14404         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
14405         * config/lynx.h: Likewise.
14406         * config/netware.h: Likewise.
14407         * config/psos.h: Likewise.
14408         * config/alpha/alpha-interix.h: Likewise.
14409         * config/alpha/elf.h: Likewise.
14410         * config/arc/arc.h: Likewise.
14411         * config/arm/aof.h: Likewise.
14412         * config/arm/coff.h: Likewise.
14413         * config/arm/elf.h: Likewise.
14414         * config/c4x/c4x.h: Likewise.
14415         * config/h8300/h8300.h: Likewise.
14416         * config/i386/cygwin.h: Likewise.
14417         * config/i386/djgpp.h: Likewise.
14418         * config/i386/i386-coff.h: Likewise.
14419         * config/i386/i386-interix.h: Likewise.
14420         * config/i386/sco5.h: Likewise.
14421         * config/i386/vsta.h: Likewise.
14422         * config/i386/win32.h: Likewise.
14423         * config/i960/i960-coff.h: Likewise.
14424         * config/ia64/sysv4.h: Likewise.
14425         * config/m68hc11/m68hc11.h: Likewise.
14426         * config/m68k/coff.h: Likewise.
14427         * config/m68k/mot3300.h: Likewise.
14428         * config/m88k/m88k.h: Likewise.
14429         * config/mcore/mcore-pe.h: Likewise.
14430         * config/mcore/mcore.h: Likewise.
14431         * config/mips/elf.h: Likewise.
14432         * config/mips/elf64.h: Likewise.
14433         * config/mips/iris6.h: Likewise.
14434         * config/pa/pa64-hpux.h: Likewise.
14435         * config/rs6000/sysv4.h: Likewise.
14436         * config/sh/sh.h: Likewise.
14437         * config/sparc/litecoff.h: Likewise.
14438
14439         * config/svr3.h (CTORS_SECTION_ASM_OP): Remove.
14440         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
14441         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
14442         * config/1750a/1750a.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
14443         (ASM_OUTPUT_DESTRUCTOR): Remove.
14444         * config/a29k/a29k.c: Move include of tree.h.
14445         * config/a29k/udi.h: Delete file.
14446         * config/alpha/alpha.c (vms_asm_out_constructor): New.
14447         (vms_asm_out_destructor): New.
14448         * config/alpha/vms.h (EXTRA_SECTIONS): No ctors/dtors.
14449         (EXTRA_SECTION_FUNCTIONS): Likewise.
14450         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
14451         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
14452         * config/c4x/c4x.c: Move include of tree.h.
14453         * config/clipper/clipper.c (clix_asm_out_constructor): New.
14454         (clix_asm_out_destructor): New.
14455         * config/clipper/clix.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
14456         (ASM_OUTPUT_DESTRUCTOR): Remove.
14457         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
14458         * config/i386/aix386.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
14459         (TARGET_ASM_CONSTRUCTOR): New.
14460         * config/i386/i386.c (ix86_svr3_asm_out_constructor): New.
14461         (sco_asm_out_constructor): New.
14462         * config/i386/sco5.h (TARGET_ASM_CONSTRUCTOR): New.
14463         * config/i386/svr3gas.h: Remove stack grows up code.
14464         Remove code duplicated from i386/sysv3.h.
14465         (TARGET_ASM_CONSTRUCTOR): New.
14466         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
14467         (DTORS_SECTION_FUNCTION, CTORS_SECTION_FUNCTION): Remove.
14468         * config/i386/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
14469         (TARGET_ASM_CONSTRUCTOR): New.
14470         * config/m68hc11/m68hc11.c (m68hc11_asm_out_constructor): New.
14471         (m68hc11_asm_out_destructor): New.
14472         * config/m68hc11/m68hc11.h (TARGET_ASM_CONSTRUCTOR): New.
14473         (TARGET_ASM_DESTRUCTOR): New.
14474         * config/m68k/auxgas.h: Don't undef ASM_OUTPUT_*STRUCTOR.
14475         * config/m68k/dpx2.h: Properly undef all the bits inherited from
14476         config/svr3.h pertaining to section manipulation.
14477         * config/m68k/dpx2g.h: Remove #if 0 code.
14478         * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): New.
14479         * config/m68k/tower-as.h (ASM_OUTPUT_SOURCE_LINE): Fix typo.
14480         (ASM_OUTPUT_CONSTRUCTOR): Remove.
14481         (TARGET_ASM_CONSTRUCTOR): New.
14482         * config/m88k/m88k.c (m88k_layout_frame): Don't use assign_stack_local.
14483         (m88k_svr3_asm_out_constructor): New.
14484         (m88k_svr3_asm_out_destructor): New.
14485         * config/m88k/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
14486         (ASM_OUTPUT_DESTRUCTOR): Remove.
14487         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
14488         * config/mips/mips.h: Remove #if 0 ASM_OUTPUT_*STRUCTOR code.
14489         * config/rs6000/aix.h: Likewise.
14490         * config/mips/rtems64.h: Don't undef removed constructor related bits.
14491         * config/mips/vxworks.h: Likewise.
14492         * config/rs6000/lynx.h: Likewise.
14493         * config/sh/elf.h: Likewise.
14494         * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): New.
14495         (DTORS_SECTION_ASM_OP): New.
14496         * config/sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
14497         (ASM_OUTPUT_DESTRUCTOR): Remove.
14498         * config/sparc/sol2-sld-64.h: Likewise.
14499         * config/vax/vax.c (vms_asm_out_constructor): New.
14500         (vms_asm_out_destructor): New.
14501         * config/vax/vms.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
14502         (ASM_OUTPUT_DESTRUCTOR): Remove.
14503         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
14504
14505         * doc/tm.texi (@node Initialization): Update.
14506
14507 2001-08-09  Richard Henderson  <rth@redhat.com>
14508
14509         * config/alpha/crtbegin.asm (__JCR_LIST__): New.
14510         (__do_global_dtors_aux): Use gp-relative static data to avoid
14511         one dynamic relocation.
14512         (__do_frame_setup): Register Java classes.
14513         * config/alpha/crtend.asm (__JCR_END__): New.
14514
14515 2001-08-09  Zack Weinberg  <zackw@stanford.edu>
14516
14517         * Makefile.in (HOST_CFLAGS): Take out -DGENERATOR_FILE.
14518         (CONFIG_H, TCONFIG_H, TM_P_H): Update.
14519         (GEN, STAGESTUFF): Add new files.
14520         (insn-constants.h, s-constants, tm-preds.h, s-preds,
14521         genconstants, genpreds, genconstants.o, genpreds.o): New rules.
14522         (hashtab.o, safe-ctype.o): Add -DGENERATOR_FILE.
14523         * mkconfig.sh: Include tm-preds.h in tm_p.h; insn-constants.h
14524         as well as insn-codes.h and insn-flags.h in config.h; and no
14525         extra headers in tconfig.h and hconfig.h.
14526
14527         * gencodes.c: Eliminate code to generate predicate declarations
14528         or #defines for md-file constants.
14529         * genconstants.c, genpreds.c: New files.
14530
14531         * i386.md: Re-order guard expressions such that TARGET_64BIT
14532         comes first, when this permits better optimization.  Add
14533         TARGET_64BIT to more x86-64 patterns.  Add comment explaining
14534         why this is desirable.
14535
14536 2001-08-09  Jakub Jelinek  <jakub@redhat.com>
14537
14538         * config/ia64/fde-glibc.c: Require glibc 2.2.4+ headers.
14539         (find_fde_for_dso): Remove.
14540         (_Unwind_IteratePhdrCallback): New.
14541         (_Unwind_FindTableEntry): Use dl_iterate_phdr.
14542         * config/ia64/crtbegin.asm (__ia64_app_header): Remove.
14543
14544 Thu Aug  9 11:30:20 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14545
14546         * expr.c (emit_single_push_insn): Only exists ifdef PUSH_ROUNDING.
14547         (move_by_pieces_1): If would call it, abort if no PUSH_ROUNDING.
14548
14549 2001-08-09  Graham Stott  <grahams@redhat.com>
14550
14551         * sched-vis.c (MAX_VISUAL_NO_UNIT): Define.
14552         (vis_no_unit): Use it.
14553         (visualize_no_unit): Add the insn only if room exists.
14554
14555 2001-08-09  Graham Stott  <grahams@redhat.com>
14556
14557         * predict.c (estimate_probability): Replace magic numbers with
14558         appropriate enumeration.
14559
14560 2001-08-09  Graham Stott  <grahams@redhat.com>
14561
14562         * cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macro
14563         parameter.
14564         (EXTRACT_FLAGS): Likewise.
14565
14566 2001-08-09  Aldy Hernandez  <aldyh@redhat.com>
14567
14568         * config/mips/mips.c    (mips_legitimate_address_p): Check for
14569         CONST_INT in last patch.
14570
14571 2001-08-08  Anthony Green  <green@redhat.com>
14572
14573         * java/class.c (emit_register_classes): Use assemble_jcr if
14574         possible.  Keep the original mechanism as a fallback.
14575         * defaults.h (JCR_SECTION_NAME): Define if we have named section
14576         and weak symbol support.
14577         * crtstuff.c (__JCR_LIST__): Define.
14578         (__JCR_END__): Define.
14579         (_Jv_RegiserClasses): Define weak symbol if possible.
14580         (__do_global_ctors_aux): Register classes for ELF targets with
14581         weak symbol support.
14582
14583 2001-08-08  Kazu Hirata  <kazu@hxi.com>
14584
14585         * dbxout.c: Fix comment formatting.
14586         * dependence.c: Likewise.
14587         * df.c: Likewise.
14588         * diagnostic.c: Likewise.
14589         * dominance.c: Likewise.
14590         * doprint.c: Likewise.
14591         * dwarf2out.c: Likewise.
14592         * dwarfout.c: Likewise.
14593         * emit-rtl.c: Likewise.
14594         * except.c: Likewise.
14595         * explow.c: Likewise.
14596         * expmed.c: Likewise.
14597         * expr.c: Likewise.
14598         * flow.c: Likewise.
14599         * fold-const.c: Likewise.
14600         * function.c: Likewise.
14601
14602 2001-08-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14603
14604         * global.c (retry_global_alloc): Avoid shadowing allocno.
14605
14606 2001-08-08  Mark Mitchell  <mark@codesourcery.com>
14607
14608         * except.c (remove_fixup_regions): Fix typo.
14609
14610 2001-08-08  Jan van Male <jan.vanmale@fenk.wau.nl>
14611
14612         * emit-rtl.c (adjust_address, adjust_address_nv): Cast offset to
14613         unsigned HOST_WIDE_INT to avoid warning.
14614         * final.c (final): Cast INSN_UID to unsigned to avoid warning.
14615         * flow.c (set_block_for_new_insns): Likewise.
14616
14617 Wed Aug  8 21:08:14 CEST 2001  Jan Hubicka  <jh@suse.cz>
14618
14619         * sibcall.c (return_value_pseudo): New static variable.
14620         (skip_copy_to_return_value): Handle return_value_pseudo.
14621         (call_ends_block_p): Ensure that return_value_pseudo is set.
14622         (optimize_sibling_and_tail_recursive_call): Discover the
14623         load of pseudo return value in alternate exit block.
14624
14625 Wed Aug  8 21:06:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
14626
14627         * calls.c (ECF_ALWAYS_RETURN): New constant.
14628         (emit_call_1): Add REG_ALWAYS_RETURN note if needed.
14629         (expand_call): Use LCF_ALWAYS_RETURN for __bb_fork_func.
14630         (emit_library_call_value_1): Handle LCT_ALWAYS_RETRUN.
14631         * flow.c (need_fake_edge_p): Handle REG_ALWAYS_RETURN.
14632         * rtl.c (reg_note_name): New name.
14633         * rtl.h (enum reg_note): Add REG_ALWAYS_RETURN.
14634
14635 2001-08-07  Aldy Hernandez  <aldyh@redhat.com>
14636
14637         * config/mips/mips.c (mips_legitimate_address_p): Limit "la" addresses.
14638
14639 2001-08-08  Jason Merrill  <jason_merrill@redhat.com>
14640
14641         * alias.c (get_alias_set): Return a previously calculated
14642         alias set for a VAR_DECL.
14643         * function.c (gen_mem_addressof): Calculate the alias set before
14644         touching the RTL.
14645
14646 Wed Aug  8 18:44:37 CEST 2001  Jan Hubicka  <jh@suse.cz>
14647
14648         * predict.def: Set hitrates according our experimental run.
14649
14650 Wed Aug  8 18:01:58 CEST 2001  Jan Hubicka  <jh@suse.cz>
14651
14652         * i386.h (HARD_REGNO_RENAME_OK): New macro.
14653
14654 2001-08-08  H.J. Lu <hjl@gnu.org>
14655
14656         * config/mips/mips.c (mips_unique_section): New. Copied from
14657         config/mips/elf.h.
14658
14659         * config/mips/mips-protos.h (mips_unique_section): New
14660         prototype.
14661
14662         * config/mips/elf.h (UNIQUE_SECTION): Use mips_unique_section.
14663
14664         * config/mips/little.h: New. Generic little endian mips
14665         targets. Only mips*-*-linux* is converted to use it so far.
14666
14667         * config/mips/linux.h: Include "gofast.h" and "mips/mips.h".
14668         (WCHAR_TYPE): Defined
14669         (WCHAR_TYPE_SIZE): Likewise.
14670         (INIT_SUBTARGET_OPTABS): Likewise.
14671         (BSS_SECTION_ASM_OP): Likewise.
14672         (SBSS_SECTION_ASM_OP): Likewise.
14673         (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14674         (ASM_DECLARE_OBJECT_NAME): Likewise.
14675         (UNIQUE_SECTION): Likewise.
14676         (EXTRA_SECTIONS): Likewise.
14677         (ASM_OUTPUT_CONSTRUCTOR): Likewise.
14678         (ASM_OUTPUT_DESTRUCTOR): Likewise.
14679         (ASM_OUTPUT_DEF): Likewise.
14680         (HANDLE_SYSV_PRAGMA): Removed.
14681         (NO_IMPLICIT_EXTERN_C): Likewise.
14682         (TARGET_MEM_FUNCTIONS): Likewise.
14683         (STARTFILE_SPEC): Likewise.
14684         (ENDFILE_SPEC): Likewise.
14685         (LIB_SPEC): Likewise.
14686         (INVOKE__main): Likewise.
14687         (CTOR_LIST_BEGIN): Likewise.
14688         (CTOR_LIST_END): Likewise.
14689         (DTOR_LIST_BEGIN): Likewise.
14690         (DTOR_LIST_END): Likewise.
14691         (SET_ASM_OP): Likewise.
14692         (ASM_OUTPUT_SOURCE_LINE): Likewise.
14693         (ASM_OUTPUT_DEF): Likewise.
14694         (ASM_OUTPUT_IDENT): Likewise.
14695
14696         * config/mips/mips.h (ASM_SPEC): Undefine before define.
14697         (CPLUSPLUS_CPP_SPEC): Likewise.
14698         (ASM_APP_ON) Redefine only if not defined.
14699         (ASM_APP_OFF): Likewise.
14700         (ASM_OUTPUT_SOURCE_LINE): Likewise.
14701         (ASM_OUTPUT_IDENT): Likewise.
14702
14703         * config.gcc: Update tm_file for Linux/mips.
14704
14705 2001-08-08  Bernd Schmidt  <bernds@redhat.com>
14706
14707         * cselib.c (cselib_record_sets): If insn is predicated, turn
14708         sources into IF_THEN_ELSEs.
14709
14710         * config/ia64/ia64.md (cond_opsi2_internal, cond_opsi2_internal_b):
14711         Turn into define_insn_and_split.
14712
14713         * sched-deps.c: Include "cselib.h".
14714         (add_insn_mem_dependence, sched_analyze_1, sched_analyze_2):
14715         Use cselib to turn memory addresses into VALUEs.
14716         (sched_analyze): Call cselib_init/cselib_finish if necessary.
14717         * sched-int.h (struct sched_info): New member USE_CSELIB.
14718         * sched-ebb.c (ebb_sched_info): Initialize it.
14719         * sched-rgn.c (rgn_sched_info): Likewise.
14720         * Makefile.in (sched-deps.o): Update dependencies.
14721
14722         * cselib.h (cselib_subst_to_values): Declare.
14723         * cselib.c (cselib_subst_to_values): No longer static.  Allow MEMs
14724         that have no value and autoincs to be handled by generating a new
14725         dummy value.
14726
14727 2001-08-08  Graham Stott  <grahams@redhat.com>
14728
14729         * final.c (shorten_branches): Update the INSN_ADDRESSES of insns
14730         within fixed length SEQUENCE.
14731
14732 2001-08-08  Graham Stott  <grahams@redhat.com>
14733
14734         * diagnostic.h (diagnostic_format_decoder): Parenthesize macro parameter.
14735         (diagnostic_prefixing_rule): Likewise.
14736         (diagnostic_line_cutoff): Likewise.
14737         (diagnostic_kind_count): Likewise.
14738
14739 2001-08-08  Graham Stott  <grahams@redhat.com>
14740
14741         * alias.c (find_base_decl): Delete redundent assignment.
14742
14743 2001-08-08  Graham Stott  <grahams@redhat.com>
14744
14745         * dependence.c (INDEX_LIMIT_CHECK): Uppercase macro parameter.
14746         (abs): Uppercase and paranthesize macro parameter.
14747         (MEM_DEPENDENCY): Add whitespace.
14748
14749 2001-08-08  Graham Stott  <grahams@redhat.com>
14750
14751         * config/mips/mips.c (mips_legitimate_address_p): Fix enable checking
14752         failure check for CONST_INT
14753
14754 2001-08-08  Graham Stott  <grahams@redhat.com>
14755
14756         * flow.c (back_edge_of_syntactic_loop_p): Add whitespace.
14757         (libcall_dead_p): Likewise.
14758
14759         (mark_used_regs): Constify fmt.
14760         (find_use_as_address): Likewise.
14761
14762 2001-08-08  Graham Stott  <grahams@redhat.com>
14763
14764         * c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro
14765          parameter.
14766
14767 2001-08-08  Graham Stott  <grahams@redhat.com>
14768
14769         * combine.c (combine_simplify_rtx): Update comment and
14770         remove erroneous test.
14771
14772 2001-08-07  Neil Booth  <neil@daikokuya.demon.co.uk>
14773
14774         * cppinit.c (cpp_finish): Pop the final buffer without comment.
14775         * cpplex.c (_cpp_lex_token): Don't pop the final buffer; and
14776         take care to avoid multiple no-newline at EOF warnings in that
14777         case.
14778
14779 Tue Aug  7 22:18:06 CEST 2001  Jan Hubicka  <jh@suse.cz>
14780
14781         * calls.c (expand_call): Do not emit INSN_SETJMP note.
14782         (emit_library_call_value_1): Likewise.
14783         (emit_call_1): Emit REG_SETJMP note.
14784         * cse.c (cse_end_of_basic_block): Use REG_SETJMP instead
14785         of INSN_SETJMP
14786         * cselib.c (cselib_process_insn): Likewise.
14787         * flow.c (propagate_block): Likewise.
14788         * loop.c (find_and_verify_loops): Likewise.
14789         * reload.c (find_equiv_regs): Likewise.
14790         * reload1.c (reload): Likewise.
14791         * resource.c (mark_referenced_resources,
14792         mark_set_resources): Likewise.
14793         * sched-deps (sched_analyze_insn, sched_analyze): Likewise.
14794         * final.c (final_scan_insn): Remove NOTE_INSN_SETJMP.
14795         * haifa-sched.c (unlink_other_notes): Likewise.
14796         (reemit_notes): Likewise.
14797         * sched-ebb.c (sched_ebb): Likewise.
14798         * sched-rgc.c (sched_region): Likewise.
14799         * rtl.c (note_insn_name): Likewise.
14800         (reg_note_name): Add REG_SETJMP
14801         * rtl.h (reg_note): Add REG_SETJMP.
14802         (insn_note): Remove NOTE_INSN_SETJMP.
14803
14804         * profile.c (branch_prob): Add fake edges for setjmp.
14805
14806 2001-08-07  Daniel Jacobowitz  <drow@mvista.com>
14807
14808         * config.gcc: Quote target_cpu_default2 correctly for
14809         powerpc*-*-* targets.
14810
14811 2001-08-07  Neil Booth  <neil@daikokuya.demon.co.uk>
14812
14813         * cpplib.h, line-map.h: Update comments.
14814         * cppmain.c (printer_init): Move inline.
14815         (maybe_print_line, print_line): Take a map pointer.
14816         (cb_ident, cb_define, cb_undef, cb_include, cb_def_pragma): Update.
14817         (cb_file_change): Don't use prior value of print.map.
14818
14819 2001-08-07  David Edelsohn  <edelsohn@gnu.org>
14820
14821         * doc/install.texi: Document fine-grained multilib configuration.
14822
14823 Tue Aug  7 16:52:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
14824
14825         * rtlanal.c (find_first_parameter_load): Call note_stores
14826         only on the instructions.
14827
14828 Tue Aug  7 14:56:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
14829
14830         * alias.c (nonlocal_mentioned_p):
14831         Rename CONST_CALL_P to CONST_OR_PURE_CALL_P
14832         * calls.c (emit_call_1): Likewise.
14833         * cse.c (cse_insn, invalidate_skipped_block): Likewise.
14834         * cselib.c (cselib_process_insn): Likewise.
14835         * df.c (df_insns_modify): Likewise.
14836         * flow.c (need_fake_edge_p): Likewise.
14837         (propagate_one_insn): Likewise.
14838         * haifa-sched.c (reemit_notes): Likewise.
14839         * integrate.c (copy_insn_list): Likewise.
14840         * jump.c (delete_prior_computation): Likewise.
14841         * local-alloc.c (validate_equiv_mem): Likewise.
14842         * loop.c (scan_loop): Likewise.
14843         * predict.c (estimate_probability): Likewise.
14844         * reload.c (reload): Likewise.
14845         * sched-deps (sched_analyze): Likewise.
14846         * rtl.h (CONST_CALL_P): rename to CONST_OR_PURE_CALL_P.
14847         * gcse.c (compute_hash_table): Likewise.
14848         (mark_call): Likewise.
14849         (store_killed_in_insn): Likewise.
14850
14851 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
14852
14853         * c-semantics.c (make_rtl_for_local_static): Use DECL_RTL_SET_P.
14854
14855 2001-08-06  Richard Henderson  <rth@redhat.com>
14856
14857         * varasm.c (assemble_gc_entry): Remove.
14858         * output.h: Likewise.
14859
14860 2001-08-06  Richard Henderson  <rth@redhat.com>
14861
14862         * varasm.c (assemble_constructor): Take a symbol_ref and a
14863         priority instead of a bare string.  Move priority handling
14864         here from cp/decl2.c.
14865         * output.h: Update decls.
14866
14867         * c-decl.c (c_expand_body): Update calls to assemble_constructor
14868         and assemble_destructor.
14869         * profile.c (output_func_start_profiler): Likewise.
14870         * objc/objc-act.c (finish_objc): Likewise.
14871         (build_module_descriptor): Return the symbol not the symbol name.
14872
14873 2001-08-06  David Edelsohn  <edelsohn@gnu.org>
14874
14875         * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): Add whitespace.
14876         * config/rs6000/linux64.h (RS6000_MCOUNT): Define.
14877         ({SAVE,RESTORE}_FP_{PREFFIX,SUFFIX}): Define.
14878         * config/rs6000/rs6000.h (ASM_OUTPUT_DOUBLE_INT): Remove whitespace.
14879         * config/rs6000/sysv4.h (DOUBLE_INT_ASM_OP): Add whitespace.
14880         * config/rs6000/xcoff.h (DOUBLE_INT_ASM_OP): Add whitespace.
14881
14882 2001-08-06  Neil Booth  <neil@daikokuya.demon.co.uk>
14883
14884         * cpperror.c (print_containing_files): Moved to line-map.c.
14885         (print_location): line-map.c handles re-listing or otherwise.
14886         * cpphash.h (struct lexer_state): Remove next_bol.
14887         (struct cpp_buffer): Remove include_stack_listed.
14888         * cpplib.c (do_line, cpp_push_buffer, _cpp_pop_buffer):
14889         Remove faked buffer handling.
14890         (_cpp_do_file_change): Tweak.
14891         * cpplib.h (enum cpp_buffer_type): Remove BUF_FAKE.
14892         * cppmain.c (struct printer): Remove filename.
14893         (print_line, cb_file_change): Update accordingly.
14894         * line-map.c: Include intl.h.
14895         (init_line_maps): Initialize last_listed.
14896         (free_line_maps): Sanity check, warn if ENABLED_CHECKING.
14897         (add_line_map): Sanity check inputs, warn if ENABLED_CHECKING.
14898         (print_containing_files): New.
14899         * line-map.h (struct line_maps): New member last_listed.
14900         (print_containing_files, INCLUDED_FROM): New.
14901         * Makefile.in: Update.
14902         * po/POTFILES.in: Add line-map.c.
14903
14904 2001-08-06  Richard Henderson  <rth@redhat.com>
14905
14906         * except.c (convert_from_eh_region_ranges_1): Never mark
14907         USE or CLOBBER insns as throwing.
14908
14909         * expr.c (store_constructor): Don't clobber memory targets.
14910
14911 2001-08-06  Andreas Jaeger  <aj@suse.de>
14912
14913         * profile.c (branch_prob): Remove unused variable insn.
14914
14915         * Makefile.in (local-alloc.o): Add dependency on except.h.
14916
14917         * local-alloc.c: Include except.h for can_throw_internal prototype.
14918
14919 2001-08-06  Richard Henderson  <rth@redhat.com>
14920
14921         * config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): New.
14922         * function.c (expand_main_function): Implement it.
14923         * doc/tm.texi: Document it.
14924
14925 2001-08-06  Stan Shebs  <shebs@apple.com>
14926
14927         * doc/install.texi: Document powerpc-*-darwin* details.
14928
14929 2001-08-06  Daniel Berlin  <dan@cgsoftware.com>
14930
14931         * config/rs6000/aix.h (CPP_CPU_SPEC): Move back to rs6000.h
14932         (ASM_CPU_SPEC): Move back to rs6000.h
14933         #undef CPP_DEFAULT_SPEC and ASM_DEFAULT_SPEC before redefining them.
14934
14935         * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): New macro.
14936
14937         * config/rs6000/linux.h: Remove vtable thunks stuff we accidently
14938         readded.
14939
14940         * config/rs6000/linux64.h: Ditto.
14941
14942         * config/rs6000/rs6000.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
14943         to here. Define default ASM_DEFAULT_SPEC and CPP_DEFAULT SPEC to
14944         nothing.
14945
14946         Remove accidently readded definitions of FUNCTION_PROLOGUE,
14947         FUNCTION_EPILOGUE,  ASM_OPEN_PAREN, ASM_CLOSE_PAREN
14948
14949         * config/rs6000/sysv4.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
14950         to rs6000.h
14951
14952 2001-08-05  Richard Henderson  <rth@redhat.com>
14953
14954         * local-alloc.c (update_equiv_regs): Do not move insns that
14955         can throw.
14956
14957 2001-08-05  Jan Hubicka  <jh@suse.cz>
14958
14959         * Makefile.in (reload1.o): Add dedendancy on except.h
14960         * basic-block.h (purge_all_dead_edges, purge_dead_edges): Update
14961         prototypes.
14962         * flow.c (purge_dead_edges, purge_all_dead_edges): Return bool
14963         indicating wehther edges has been cleaned up.
14964         * reload1.c: Inlucde except.h
14965         (fixup_abnormal_edges): Accept deleted insns.
14966         * toplev.c (rest_of_compilation): Purge dead edges unconditionally
14967         after combine.
14968
14969 2001-08-06  Neil Booth  <neil@daikokuya.demon.co.uk>
14970
14971         * cpplib.c (do_line): Correct line number after pop_buffer.
14972
14973 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
14974
14975         PR preprocessor/3824
14976         * line-map.c: Update comments.
14977         * line-map.h: Update comments.
14978         * tradcif.y: Don't consider large numbers unsigned.
14979
14980 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
14981
14982         PR preprocessor/3081
14983         * c-lex.c (map): New.
14984         (cb_file_change): Update map and use it.
14985         (cb_def_pragma, cb_define, cb_undef): Use map and line.
14986         (c_lex): Update to use map.
14987         * cpperror.c (print_location): Move to using logical line numbers.
14988         * cppfiles.c (stack_include_file): Update for new _cpp_do_file_change.
14989         (cpp_make_system_header): Similarly.
14990         (_cpp_execute_include): Stop line numbering hacks.  Store the
14991         line we will return to.
14992         * cpphash.h (CPP_BUF_LINE): Remove.
14993         (struct cpp_buffer): Remove lineno and pseudo_newlines.
14994         Add map and return_to_line.
14995         (_cpp_do_file_change): Update.
14996         * cppinit.c (cpp_start_read): Update line kludge.
14997         * cpplex.c (handle_newline): Don't update lineno and pseudo_newlines.
14998         (trigraph_ok): Use logical line numbers for diagnostics.
14999         (skip_block_comment): Likewise.
15000         (skip_whitespace): Likewise.
15001         (skip_line_comment): Use pfile->line instead.
15002         (_cpp_lex_token): Update to use logical line numbering exclusively.
15003         Handle BOL locally.  Accept new lines in directives, but keep
15004         pfile->line decremented.  Diagnostics use logical lines.  Update
15005         directive handling.
15006         * cpplib.c (SEEN_EOL): New.
15007         (skip_rest_of_line, check_eol): Use it.
15008         (end_directive): Increase line number when accepting the newline
15009         at the end of a directive.
15010         (run_directive): Simplify.
15011         (do_line): Bad LC_LEAVEs become LC_RENAMEs.  Update.
15012         (_cpp_do_file_change): Update to take buffer line number as an
15013         argument, and store the current map in the cpp_reader.  Remove
15014         line number kludges.
15015         (_cpp_do__Pragma): Restore output position after a _Pragma.
15016         (cpp_push_buffer): Don't set output line or lineno.
15017         (_cpp_pop_buffer): Transfer more info from a faked buffer.
15018         Remove line kludge.  Set output_line.
15019         * cppmacro.c (builtin_macro): Update handling of __LINE__.
15020         (parse_arg): Use logical lines.
15021         (save_lookahead_token): Save EOFs too now.
15022         * cppmain.c (struct printer): Fix comments.
15023         (printer_init): Simplify, let caller do errors.
15024         (scan_translation_unit, check_multiline_token, dump_macro): Update.
15025         (maybe_print_line): Simplify.
15026         (print_line): Don't print a linemarker if -P.
15027         (cb_define, cb_undef, cb_def_pragma, cb_ident, cb_include): Update.
15028         (cb_file_change): Simplify.
15029         * line-map.h (LAST_SOURCE_LINE): Fix.
15030         (CURRENT_LINE_MAP): New.
15031
15032 2001-08-05  Bernd Schmidt  <bernds@redhat.com>
15033
15034         * doloop.c (doloop_modify_runtime): Properly compute number of
15035         iterations if loop was unrolled.
15036
15037         * alias.c (rtx_equal_for_memref_p): VALUEs are only identical
15038         if their CSELIB_VAL_PTRs are.
15039
15040         * config/ia64/ia64.c (struct spill_fill_data): New member prev_insn.
15041         (setup_spill_pointers): Initialize it.
15042         (spill_restore_mem): Set it.
15043         (do_spill, do_restore): Use it to add REG_INC note.
15044         * config/ia64/ia64.md (movti_internal): Add REG_INC notes as needed.
15045
15046         * config/ia64/ia64.c (ia64_sched_reorder): Defer scheduling of
15047         asms if other insns are available.
15048
15049         * config/ia64/ia64.c (condop_operator): New predicate.
15050         * config/ia64/ia64.h (PREDICATE_CODES): Add it.
15051         * config/ia64/ia64.md (cond_opsi2_internal and splitters): New
15052         patterns.
15053
15054         * expr.c (expand_expr, case COND_EXPR): Prefer working with a
15055         temporary register than directly using a MEM.
15056
15057 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
15058
15059         * config/sh/sh.c (sh_asm_named_section): Fix typo in align
15060         parameter in last change.
15061
15062 2001-08-04  Zack Weinberg  <zackw@panix.com>
15063
15064         * sparc.md: Don't use #if inside C test expression.
15065
15066 2001-08-04  Richard Henderson  <rth@redhat.com>
15067
15068         * i386.c: Revert 07-30 ix86_output_main_function_alignment_hack.
15069
15070 2001-08-04  Neil Booth  <neil@daikokuya.demon.co.uk>
15071
15072         * cpphash.h (struct cpp_reader): New member directive_line.
15073         * cpplib.h (struct cpp_callbacks): Update prototypes of callbacks.
15074         * cpplib.c (do_define, do_undef, do_ident, do_include_common,
15075         do_pragma): Pass line to callbacks.
15076         (start_directive): Record line of directive.
15077         * cppmain.c (cb_ident, cb_define, cb_undef, cb_def_pragma,
15078         cb_include): Similarly.
15079         * c-lex.c (cb_ident, cb_define, cb_undef, cb_def_pragma):
15080         Similarly.
15081
15082 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
15083
15084         * config/d30v/d30v.h: Fix typo in start of UNIQUE_SECTION
15085         comment.
15086
15087 Sat Aug  4 13:51:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
15088
15089         * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.
15090
15091         * reload1.c (fixup_abnormal_edges): New static function.
15092         (reload): Use it.
15093
15094         * flow.c (need_fake_edge_p): New function.
15095         (flow_call_edges_add): Fix handling of noreturn and sibling calls;
15096         avoid call insn to be very last insn in the insn stream.
15097
15098         * profile.c (branch_prob): Call flow_call_edges_add instead of
15099         doing that by hand; cleanup cfg to re-merge basic blocks once
15100         we are done.
15101
15102 2001-08-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
15103
15104         * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h
15105         are also on line-map.h.
15106         * cppfiles.c (stack_include_file): Update.
15107         * cpphash.h (struct cpp_buffer): New member return_at_eof.
15108         (_cpp_pop_buffer): New.
15109         * cppinit.c (cpp_destroy, cpp_finish): Update.
15110         (do_includes): Mark each buffer to return at EOF.
15111         * cpplex.c (_cpp_lex_token): Pop buffers at EOF.  Continue or
15112         return as requested.
15113         * cpplib.c (run_directive, do_line, cpp_push_buffer): Update.
15114         (cpp_pop_buffer): Rename _cpp_pop_buffer.  Stop skipping.
15115         * cpplib.h (cpp_pop_buffer): Remove.
15116         (cpp_scan_buffer_nooutput): Rename cpp_scan_nooutput.
15117         * cppmacro.c (cpp_scan_buffer_nooutput): Similarly.  No need to pop
15118         buffers.
15119         * cppmain.c (scan_buffer): Rename scan_translation_unit.  No need
15120         to pop buffers.
15121         (do_preprocessing): Update.
15122         * fix-header.c (read_scan_file): Update.  No need to pop buffers.
15123         * c-parse.in (_yylex): Similarly.
15124         * scan-decls.c (scan_decls): Similarly.
15125         * line-map.h: Update comments.
15126
15127         * objc/Make-lang.in (objc-act.o): Update dependencies.
15128
15129 2001-08-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15130
15131         * config/m68hc11/m68hc11.md ("cmphi_1", "cmpqi_1"): Allow memory
15132         and soft register for operand 0.
15133         ("cmphi_z_used", "cmpqi_z_used"): Allow memory for operand 0.
15134
15135 2001-08-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15136
15137         * config/m68hc11/m68hc11.md ("bitcmpqi"): Allow memory and soft
15138         register for operand 0.
15139         ("bitcmpqi_z_used"): Allow memory for operand 0.
15140         (split "bitcmpqi"): New split to handle address reg as operand 1.
15141
15142 2001-08-04  Andreas Jaeger  <aj@suse.de>
15143
15144         * gcse.c: Revert Daniel's last patch.
15145
15146 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
15147
15148         * sparc-protos.h: Add prototypes for fp_zero_operand and
15149         reg_or_0_operand.
15150         * sh-protos.h: Add prototype for fpul_operand.
15151
15152 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
15153
15154         * doc/extend.texi (Other Builtins): Fix typo in last change.
15155
15156 2001-08-03  Richard Henderson  <rth@redhat.com>
15157
15158         * target.h (gcc_target): Add asm_out.named_section,
15159         section_type_flags, have_named_sections.
15160         * target-def.h (TARGET_ASM_NAMED_SECTION): New.
15161         (TARGET_HAVE_NAMED_SECTIONS): New.
15162         (TARGET_SECTION_TYPE_FLAGS): New.
15163
15164         * Makefile.in (toplev.o): Depend on TARGET_H.
15165         (varasm.o, dbxout.o): Likewise.
15166         * c-common.c (decl_attributes): Check targetm.have_named_sections
15167         instead of ifdef ASM_OUTPUT_SECTION_NAME.
15168         * dbxout.c (dbxout_function_decl): Likewise.
15169         (dbxout_function_end): Likewise.
15170         * toplev.c (compile_file): Likewise.
15171         * varasm.c (exception_section): Likewise.
15172         * cp/decl2.c (finish_objects): Likewise.
15173
15174         * defaults.h (EH_FRAME_SECTION): Remove.
15175         (EH_FRAME_SECTION_ASM_OP): Remove.
15176         (EH_FRAME_SECTION_NAME): New.
15177         (UNIQUE_SECTION): Don't depend on ASM_OUTPUT_SECTION_NAME.
15178         (UNIQUE_SECTION_P): Remove.
15179         * dwarf2out.c (SECTION_FORMAT): Remove.
15180         (ASM_OUTPUT_SECTION): Remove.
15181         (output_call_frame_info): Use named_section_flags.
15182         (output_comp_unit, dwarf2out_start_source_file): Likewise.
15183         (dwarf2out_end_source_file, dwarf2out_define): Likewise.
15184         (dwarf2out_undef, dwarf2out_init, dwarf2out_finish): Likewise.
15185         * varasm.c (in_eh_frame, eh_frame_section): Remove.
15186         (named_section_flags): New.
15187         (named_section): Use it and targetm.section_type_flags.
15188         (resolve_unique_section): New.
15189         (assemble_start_function): Use it.
15190         (asm_emit_uninitialised, assemble_variable): Likewise.
15191         (default_section_type_flags): New.
15192         (default_no_named_section, default_elf_asm_named_section): New.
15193         (default_coff_asm_named_section, default_pe_asm_named_section): New.
15194         * output.h: Update varasm.c decls.
15195         (SECTION_*): New flags.
15196
15197         * crtstuff.c: Check EH_FRAME_SECTION_NAME not EH_FRAME_SECTION_ASM_OP.
15198         (__EH_FRAME_BEGIN__, __FRAME_END__): Use attribute section.
15199
15200         * config/elfos.h (UNIQUE_SECTION_P): Remove.
15201         * config/alpha/elf.h, config/arm/linux-elf.h: Likewise.
15202         * config/arm/pe.h, config/arm/unknown-elf.h: Likewise.
15203         * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
15204         * config/i386/i386-interix.h, config/i386/win32.h: Likewise.
15205         * config/ia64/sysv4.h, config/mcore/mcore-pe.h: Likewise.
15206         * config/mips/elf.h, config/mips/elf64.h: Likewise.
15207         * config/mips/iris6gld.h, config/mips/mips.h: Likewise.
15208         * config/pa/pa64-hpux.h,
15209
15210         * config/elfos.h (ASM_OUTPUT_SECTION_NAME): Remove.
15211         (TARGET_ASM_NAMED_SECTION): New.
15212         * config/psos.h, config/a29k/a29k.h, config/alpha/elf.h: Likewise.
15213         * config/alpha/vms.h, config/arm/coff.h: Likewise.
15214         * config/arm/conix-elf.h, config/arm/elf.h: Likewise.
15215         * config/arm/linux-elf.h, config/arm/pe.h: Likewise.
15216         * config/arm/unknown-elf.h, config/avr/avr.h: Likewise.
15217         * config/c4x/c4x.h, config/h8300/h8300.h: Likewise.
15218         * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
15219         * config/i386/i386-interix.h, config/i386/i386elf.h : Likewise.
15220         * config/i386/sco5.h, config/i386/win32.h: Likewise.
15221         * config/m68k/coff.h, config/mcore/mcore-pe.h: Likewise.
15222         * config/mcore/mcore.h, config/mips/elf.h: Likewise.
15223         * config/mips/elf64.h, config/mips/iris6.h: Likewise.
15224         * config/mips/netbsd.h, config/mips/openbsd.h: Likewise.
15225         * config/pa/pa64-hpux.h, config/rs6000/sysv4.h: Likewise.
15226         * config/rs6000/xcoff.h, config/sh/sh.h: Likewise.
15227         * config/sparc/sysv4.h: Likewise.
15228
15229         * config/nextstep.h: Error until named sections implemented.
15230
15231         * config/a29k/a29k.c (a29k_asm_named_section): New.
15232         * config/alpha/alpha.c (SECTION_VMS_OVERLAY): New.
15233         (vms_section_type_flags, vms_asm_named_section): New.
15234         * config/arm/arm.c (arm_elf_asm_named_section): New.
15235         * config/avr/avr.c (asm_output_section_name): Remove.
15236         * config/avr/avr-protos.h: Update.
15237         * config/c4x/c4x.c (c4x_asm_named_section): New.
15238         * config/h8300/h8300.c (h8300_asm_named_section): New.
15239         * config/i386/i386.c (sco_asm_named_section): New.
15240         * config/i386/winnt.c (SECTION_PE_SHARED): New.
15241         (i386_pe_section_type_flags): New.
15242         (i386_pe_asm_named_section): New.
15243         * config/i386/i386-protos.h: Update.
15244         * config/m68k/m68k.c (m68k_coff_asm_named_section): New.
15245         * config/mcore/mcore.c (mcore_asm_named_section): New.
15246         * config/mips/mips.c (iris6_asm_named_section): New.
15247         * config/mips/mips.h (ENCODE_SECTION_INFO): Use DECL_ONE_ONLY
15248         instead of UNIQUE_SECTION_P.
15249         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): New.
15250         (xcoff_asm_named_section): New.
15251         * config/sh/sh.c (sh_asm_named_section): New.
15252         * config/sparc/sparc.c (sparc_elf_asm_named_section): New.
15253
15254         * config/i386/djgpp.h (EH_FRAME_SECTION_ASM_OP): Remove.
15255         * config/i386/sco5.h (EH_FRAME_SECTION_ASM_OP*): Remove.
15256         (EH_FRAME_SECTION_NAME): New.
15257         (EXCEPTION_SECTION): New.
15258         * config/ia64/ia64.h (EH_FRAME_SECTION_ASM_OP): Remove.
15259         (DEBUG_*_SECTION): Remove.
15260         * config/m68k/rtemself.h (EH_FRAME_SECTION_ASM_OP): Remove.
15261         * config/mips/iris6.h (DEBUG_*_SECTION): Remove.
15262         (EH_FRAME_SECTION_ASM_OP): Remove.
15263
15264         * doc/tm.texi (UNIQUE_SECTION_P): Remove.
15265         (ASM_OUTPUT_SECTION_NAME): Remove.
15266         (TARGET_ASM_NAMED_SECTION): New.
15267         (TARGET_HAVE_NAMED_SECTIONS): New.
15268         (TARGET_SECTION_TYPE_FLAGS): New.
15269         (EH_FRAME_SECTION_ASM_OP): Remove.
15270         (EH_FRAME_SECTION_NAME): New.
15271
15272 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
15273
15274         * builtins.c (fold_builtin_constant_p): Return integer_zero_node
15275         for complex expressions when cfun == 0.
15276         * doc/extend.texi: Document that __builtin_constant_p can be
15277         used in data initializers as well as functions.
15278
15279 2001-08-03  Alexandre Oliva  <aoliva@redhat.com>
15280
15281         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
15282         variable I locally, instead of expecting a declaration in the
15283         calling context.
15284
15285 2001-08-03  Richard Henderson  <rth@redhat.com>
15286
15287         * except.c (collect_one_action_chain): Add an explicit cleanup
15288         action if regions surrounding a catch were encoded entirely
15289         within the call-site entry.
15290
15291 2001-08-03  Richard Henderson  <rth@redhat.com>
15292
15293         * dbxout.c (dbxout_symbol_location): Flatten subregs first;
15294         don't take REGNO of a non-register.
15295
15296 2001-08-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15297
15298         * gthr-dce.h (__GTHREAD_MUTEX_INIT_FUNCTION and
15299         __GTHREAD_MUTEX_INIT_DEFAULT): New macros for mutex initialization.
15300         (__gthread_key_delete): Remove code for __PTHREAD_LIBRARY_VERSION_1 >= 1
15301         (__gthread_mutex_init_function): New function for mutex initialization.
15302
15303 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
15304
15305         * Makefile.in: Revert screwed up commit.
15306
15307 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15308
15309         * config/m68hc11/t-m68hc11-gas (T_CPPFLAGS): Add _ctor and _dtor.
15310         * config/m68hc11/larith.asm (_exit): Split in several sub-sections
15311         merged by linker script to get a final _exit().
15312         (__do_global_dtors): New for destructor handling in specific exit
15313         section.
15314         (__do_global_ctors): New for constructors in specific install section.
15315         (__map_data_section): Map data sections before running constructors.
15316         * config/m68hc11/m68hc11.h (INT_ASM_OP): Define to use .word.
15317         (CTORS_SECTION_ASM_OP): Define to put in readonly section.
15318         (DTORS_SECTION_ASM_OP): Likewise.
15319         (CTORS_SECTION_FUNCTION): Define to force a reference to
15320         __do_global_ctors.
15321         (DTORS_SECTION_FUNCTION): Likewise for __do_global_dtors.
15322
15323 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
15324
15325         * ChangeLog: Fix date on previous ChangeLog entry for GCSE.
15326
15327         * Makefile.in: Add df.h to gcse.c dependencies.
15328
15329 2001-08-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15330
15331         * varasm.c (output_constant_def_contents): Use for the length of a
15332         string constant either its TREE_STRING_LENGTH or its int_size_in_bytes
15333         depending on which is larger.
15334
15335 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
15336
15337         * gcse.c: Include df.h for use as a dataflow analyzer.
15338         Remove regvec.
15339         Declaration of reg_set_info: gone.
15340         New df_analyzer variable used by store motion.
15341         (reg_set_info): Deleted.
15342         (mark_mem_regs): New function, analyze regs used by a mem.
15343         (store_ops_ok): Use dataflow analyzer results to determine if
15344         necessary regs are changed in the block.
15345         (find_moveable_store): Remove check for symbol ref, we can handle
15346         much more complex expressions now.
15347         (compute_store_table): Remove most of the code, it's unnecessary
15348         now that the dataflow analyzer records the info for us.
15349         (store_killed_after): Add parameter to say whether to do the
15350         store_ops_okay test, used to speed up testing when we already know
15351         the answer, and just want to know if the store itself was killed.
15352         (build_store_vector): Largely rewritten to calculate the various
15353         vectors properly, and somewhat optimized.
15354         (store_motion): Init the df_analyzer, get REG_DEF chains.
15355         Also handle trapping expressions (since mems almost always trap)
15356         (simple_mem): Redefine what a simple mem is.
15357
15358 2001-08-03  DJ Delorie  <dj@redhat.com>
15359
15360         * ifcvt.c (noce_get_alt_condition): Don't make an auxiliary
15361         set from a constant part of the condition.
15362
15363 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
15364
15365         * mkdeps.c (deps_add_default_target): Make local variable
15366         ``start'' a const char pointer.
15367         * dwarf2out.c (compute_section_prefix): Localize use of ``p''.
15368
15369 2001-08-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15370
15371         * doc/install.texi (Configuration): Fix markup.
15372         (Specific, i?86-*-udk): Likewise.
15373         (Specific, alpha*-dec-osf*): Warn against --with-gnu-as,
15374         --with-gnu-ld.
15375         Document --enable-threads and --enable-libgcj status.
15376         (Specific, mips-sgi-irix*): Canonicalize triples.
15377         (Specific, mips-sgi-irix5): Warn about problems with this config.
15378         Mention required GNU as patch.
15379         Native assembler problems are fixed.
15380         (Specific, mips-sgi-irix6): Update O32 ABI support status.
15381         Document --enable-threads and --enable-libgcj status.
15382
15383 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
15384
15385         * Makefile.in, mklibgcc.in: Restore changes with fixed invocation
15386         of mkinstalldirs.
15387
15388 2001-08-03  Richard Henderson  <rth@redhat.com>
15389
15390         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't write to
15391         constant data.
15392
15393 2001-08-03  Richard Henderson  <rth@redhat.com>
15394
15395         * rtlanal.c (find_first_parameter_load): Stop if we
15396         reach a CODE_LABEL at BOUNDARY.
15397
15398 2001-08-03  Richard Henderson  <rth@redhat.com>
15399
15400         * config/alpha/alpha.md (force_movdi): New insn.
15401         * config/alpha/alpha.c (alpha_expand_prologue): Use it.
15402         Tweek FRP marking of VMS prologue insns.
15403         * config/alpha/vms.h (EPILOGUE_USES): New.
15404
15405 2001-08-02  Richard Henderson  <rth@redhat.com>
15406
15407         * Makefile.in, mklibgcc.in: Revert mkinstalldirs change.
15408
15409 2001-08-02  Lars Brinkhoff  <lars@nocrew.org>
15410
15411         * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,
15412         simplify-rtx.c, config/alpha/alpha.h, config/avr/avr.h,
15413         config/convex/convex.h, config/d30v/d30v.c,
15414         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
15415         config/elxsi/elxsi.h, config/fr30/fr30.h, config/m88k/m88k.c,
15416         config/mips/mips.h, config/mn10200/mn10200.h,
15417         config/mn10300/mn10300.h, config/pdp11/pdp11.md,
15418         config/v850/v850.h, config/vax/openbsd.h,
15419         config/vax/openbsd1.h, config/vax/ultrix.h,
15420         config/vax/vax-protos.h, config/vax/vax.c, config/vax/vax.h,
15421         config/vax/vax.md, config/vax/vaxv.h, config/vax/xm-vms.h,
15422         cp/decl2.c, doc/contrib.texi, doc/cpp.texi, doc/gcc.texi,
15423         doc/install.texi, doc/invoke.texi, doc/md.texi, doc/rtl.texi,
15424         doc/tm.texi: consistently use "VAX", "VAXen", and "MicroVAX"
15425         in comments and documentation.
15426
15427 2001-08-03  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
15428
15429         * line-map.c: New.
15430         * line-map.h: New.
15431         * Makefile.in (line-map.o): New.
15432         (LIBCPP_OBJS, LIBCPP_DEPS): Update.
15433         * c-lex.c (cb_file_change): Update for new cpp_file_change structure.
15434         * cpperror.c (print_containing_files): Similarly.
15435         (print_location): Update.  Don't output a space before _Pragma.
15436         * cppfiles.c (stack_include_file): Set to line 1 immediately.
15437         (stack_include_filee, cpp_make_system_header): Update.
15438         (_cpp_execute_include): Get logical line number right for calling
15439         as-yet-unterminated #include.
15440         * cpphash.h (struct cpp_reader): Add line_maps.
15441         (_cpp_do_file_change): Update.
15442         * cppinit.c (cpp_create_reader): Initialize line maps.
15443         (cpp_destroy): Destroy line maps.
15444         (cpp_start_read): Get logical line number right.
15445         * cpplex.c (parse_string): Only warn once for multi-line strings.
15446         Use boolean variable for null warning.
15447         * cpplib.c (_cpp_handle_directive): End the directive if it isn't
15448         already.
15449         (do_include_common): End the directive early.
15450         (do_line): Don't warn about out-of-range lines in preprocessed
15451         source.  Update.  Remove unused variables.
15452         (_cpp_do_file_change): Update for new line mapping.
15453         (pragma_cb): New typedef.
15454         (cpp_register_pragma): Stop looking ahead before calling the
15455         handler.  Clean up.
15456         (do_pragma_system_header): End directive early.
15457         (cpp_get_line_maps): New.
15458         (cpp_pop_buffer): Fudge logical line.  Update.
15459         * cpplib.h: Include line-map.h
15460         (enum cpp_fc_reason): Remove.
15461         (struct cpp_file_change): Update.
15462         (cpp_get_line_maps): New.
15463         * cppmain.c (struct_printer): New member map.
15464         (cb_file_change): Update for new mappings.
15465         * fix-header.c (cb_file_change): Similarly.
15466
15467 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
15468
15469         * Makefile.in (libgcc.mk): Define mkinstalldirs.
15470         * mklibgcc.in: Use mkinstalldirs instead of mkdir.
15471
15472 2001-08-02  Lars Brinkhoff  <lars@nocrew.org>
15473
15474         * config/vax/vax.c: include expr.h.
15475
15476 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
15477
15478         * Makefile.in ($(srcdir)/configure): Only rebuild in
15479         maintainer mode.
15480         ($(srcdir)/config.in): Only define in maintainer mode.
15481         ($(srcdir)/cstamp-h.in): Only define in maintainer mode.
15482
15483 2001-08-02  David Edelsohn  <edelsohn@gnu.org>
15484
15485         * doc/install.texi (Install GCC: Binaries): Update Bull info.
15486
15487 2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15488
15489         * gcc.c (set_collect_gcc_options): New function, split out from
15490         main.
15491         Ignore elided switches.
15492         (do_spec_1): Invoke before executing command.
15493         (set_input): Export.
15494         Move declaration ...
15495         * gcc.h (set_input): ... here.
15496         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
15497         file.
15498
15499 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
15500
15501         Kill -fhonor-std.
15502         * doc/c-tree.texi (Namespaces): Remove std & -fhonor-std
15503         interaction.
15504         * doc/invoke.texi (C++ Dialect Options): Remove -fno-honor-std.
15505
15506 2001-08-02  Richard Sandiford  <rsandifo@redhat.com>
15507
15508         * mips.md (movdicc): Make conditional on TARGET_64BIT.  Likewise
15509         for the unnamed instructions it expands to.
15510
15511 2001-08-02  Richard Henderson  <rth@redhat.com>
15512
15513         * regclass.c (call_really_used_regs): Conditionally define.
15514         (init_reg_sets_1): Don't use it if not defined.
15515         (fix_register): Similarly, don't set it.
15516
15517 2001-08-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15518
15519         * params.def (PARAM_MAX_INLINE_INSNS): Change default to 600.
15520         Correct comment that had been missed in the previous change.
15521
15522 2001-08-01  Stan Shebs  <shebs@apple.com>
15523
15524         * config/darwin.c (machopic_stub_name): Try matching by name.
15525         (update_stubs): New function.
15526         (darwin_encode_section_info):  Call it and update_non_lazy_ptrs
15527         unconditionally.
15528
15529 2001-08-01  Richard Henderson  <rth@redhat.com>
15530
15531         * except.c (output_function_exception_table): Use assemble_align.
15532         * varasm.c (assemble_eh_label): Remove.
15533         (assemble_eh_align, assemble_eh_integer): Remove.
15534
15535 2001-08-01  Robert Lipe  <robertl@caldera.com>
15536
15537         * dwarfout.c: Remove reference to README.DWARF.
15538
15539 2001-08-01  Andrew MacLeod  <amacleod@redhat.com>
15540
15541         * regclass.c (call_really_used_regs): New array for registers which
15542         are actually used by a call.
15543         (init_reg_sets_1): Initialize regs_invalidated_by_call with the
15544         new array.
15545         (fix_register): Set call_really_used too.
15546         * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): Initialize.
15547         * doc/tm.texi (CALL_REALLY_USED_REGISTERS): Document.
15548
15549 2001-08-01  Richard Henderson  <rth@redhat.com>
15550
15551         * read-rtl.c (read_name): Consider \r whitespace.
15552
15553 2001-07-11  Andrew Cagney  <ac131313@redhat.com>
15554
15555         * config.gcc: Recognize powerpc-*-netbsd*.
15556
15557         * doc/install.texi (Host/target specific installation notes for
15558         GCC): Mention powerpc-*-netbsd*.
15559
15560         * config/rs6000/netbsd.h: New file.
15561         (STANDARD_STARTFILE_PREFIX, LINK_SHLIB_SPEC): Redefine.
15562         (LIB_DEFAULT_SPEC, STARTFILE_DEFAULT_SPEC): Redefine.
15563         (ENDFILE_DEFAULT_SPEC, LINK_START_DEFAULT_SPEC): Redefine.
15564         (LINK_OS_DEFAULT_SPEC, CPP_OS_DEFAULT_SPEC): Redefine.
15565         (TARGET_VERSION): Redefine.
15566
15567         * config/rs6000/t-ppccomm (MULTILIB_MATCHES_SYSV): Recognize
15568         mcall-netbsd as a match for mcall-sysv.
15569         (EXTRA_MULTILIB_PARTS): Add ncrti$(objext) and ncrtn$(objext).
15570         (ncrti.S, ncrtn.S): New targets.
15571         ($(T)ncrti$(objext), $(T)ncrtn$(objext)): New targets.
15572
15573         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Recognize
15574         "netbsd' as a V4 ABI.
15575         (ASM_SPEC): Check for -mcall-netbsd.
15576         (CC1_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC): Ditto.
15577         (CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC): Ditto.
15578         (LIB_SPEC, ENDFILE_SPEC): Ditto.
15579         (LIB_NETBSD_SPEC, STARTFILE_NETBSD_SPEC): Define.
15580         (ENDFILE_NETBSD_SPEC, LINK_START_NETBSD_SPEC): Define.
15581         (LINK_OS_NETBSD_SPEC, CPP_OS_NETBSD_SPEC): Define.
15582         (SUBTARGET_EXTRA_SPECS): Add NetBSD specs.
15583
15584         * doc/invoke.texi (Option Summary): Add -mcall-netbsd.
15585         (RS/6000 and PowerPC Options): Mention -mcall-netbsd.
15586
15587 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
15588
15589         * unwind-pe.h (base_of_encoded_value, read_encoded_value): Define
15590         only if NO_BASE_OF_ENCODED_VALUE isn't defined.
15591         * unwind-dw2-fde.c (NO_BASE_OF_ENCODED_VALUE): Define before
15592         including "unwind-pe.h".
15593
15594 Wed Aug  1 20:01:42 CEST 2001  Jan Hubicka  <jh@suse.cz>
15595
15596         * rs6000.md (define_splits): Kill unused constraints.
15597
15598 Wed Aug  1 20:02:12 CEST 2001 Graham Stott  <grahams@redhat.com>
15599                               Jan Hubicka  <jh@suse.cz>
15600
15601         * function.c (thread_prologue_and_epilogue_insns): Kill code
15602         dealing with non-existent CFG.
15603
15604 2001-08-01  Kazu Hirata  <kazu@hxi.com>
15605
15606         * alias.c: Fix comment formatting.
15607         * bitmap.c: Likewise.
15608         * builtins.c: Likewise.
15609         * calls.c: Likewise.
15610         * c-common.c: Likewise.
15611         * c-decl.c: Likewise.
15612         * c-dump.c: Likewise.
15613         * c-lex.c: Likewise.
15614         * collect2.c: Likewise.
15615         * combine.c: Likewise.
15616         * conflict.c: Likewise.
15617         * cppfiles.c: Likewise.
15618         * cppinit.c: Likewise.
15619         * cpplex.c: Likewise.
15620         * cpplib.c: Likewise.
15621         * cppmacro.c: Likewise.
15622         * cppspec.c: Likewise.
15623         * c-pragma.c: Likewise.
15624         * crtstuff.c: Likewise.
15625         * cse.c: Likewise.
15626         * cselib.c: Likewise.
15627         * c-semantics.c: Likewise.
15628         * c-typeck.c: Likewise.
15629
15630 2001-08-01  H.J. Lu <hjl@gnu.org>
15631
15632         * config/mips/linux.h (ASM_OUTPUT_IDENT): Defined.
15633
15634 2001-08-01  H.J. Lu <hjl@gnu.org>
15635
15636         * gcc/config/mips/linux.h (ASM_OUTPUT_SOURCE_LINE): Defined.
15637
15638 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
15639
15640         * c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for
15641         contextualizing Objective-C class name lookup by the lexer.
15642         (typespec_reserved_nonattr): Disable ObjC class name lookup after
15643         seeing a TYPESPEC.
15644         (protocoldef): Add support for forward @protocol declarations.
15645         (yylexname): Suppress ObjC class name lookup in certain contexts;
15646         re-enable after lookup is complete.
15647         (_yylex): Re-enable ObjC class name lookup when certain
15648         punctuation marks are seen.
15649
15650         * objc/objc-act.c (check_protocol_recursively): New function used
15651         for finding circular dependencies in protocols.
15652         (objc_declare_protocols): New function for handling forward
15653         @protocol declarations.
15654         (receiver_is_class_object): Detect the case when 'self' is used
15655         inside of a class method.
15656         (build_message_expr): Issue a warning if class method is desired
15657         but instance method is found instead.
15658         (conforms_to_protocol): Streamline.
15659         (objc_comptypes): Detect the fact that 'Bar<Foo> foo' conforms to
15660         protocol Foo, even if 'Bar foo' does not.
15661         (check_protocols): Streamline.
15662         (start_protocol): Add checks for circular and duplicate protocol
15663         definitions.
15664         (encode_aggregate_within): For typedefs of structs, encode the
15665         underlying struct.
15666         * objc/objc-act.h (PROTOCOL_DEFINED): New tree accessor.
15667         (objc_declare_protocols): New prototype.
15668
15669 2001-08-01  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
15670
15671         * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.
15672         * cpplex.c (handle_newline): Update prototype.  Maintain logical
15673         line number.
15674         (skip_escaped_newlines, skip_block_comment, parse_string):
15675         Update accordingly.
15676         (_cpp_lex_token): Update, and store token position within the token.
15677         * cpplib.h (struct cpp_token): Add line and column entries.
15678         * cppmacro.c (replace_args): Position stringified tokens correctly.
15679
15680 2001-08-01  Andreas Jaeger  <aj@suse.de>
15681
15682         * basic-block.h: Add prototype for last_loop_beg_note.
15683
15684 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
15685
15686         * expr.c (safe_from_p): Use WITH_CLEANUP_EXPR_RTL instead of
15687         RTL_EXPR_RTL while handling WITH_CLEANUP_EXPR nodes. Fixed typo in
15688         comment.
15689         (expand_expr): Use WITH_CLEANUP_EXPR_RTL instead of RTL_EXPR_RTL
15690         while handling WITH_CLEANUP_EXPR node. Use second operand calling
15691         expand_decl_cleanup.
15692         * tree.c (firt_rtl_op): The third operand of WITH_CLEANUP_EXPR is
15693         the first RTX.
15694         (simple_cst_equal): WITH_CLEANUP_EXPR node to use its second
15695         operand while calling simple_cst_equal.
15696         * tree.def (WITH_CLEANUP_EXPR): Switched operands: the second
15697         operand is the cleanup expression, the third is the RTL_EXPR.
15698         * tree.h (WITH_CLEANUP_EXPR_RTL): New macro.
15699
15700 2001-07-31  Jeff Sturm  <jsturm@one-point.com>
15701
15702         * except.c (duplicate_eh_regions): Test n_array[i] for NULL.
15703
15704 2001-07-31  matthew green  <mrg@eterna.com.au>
15705
15706         * config.gcc (i386-*-netbsdelf): New description.
15707         * config/i386/netbsd-elf.h: New file.
15708
15709 2001-07-30  Geoffrey Keating  <geoffk@redhat.com>
15710
15711         * loop.c (check_dbra_loop): Use single_set to compute
15712         jump_label.
15713
15714 2001-07-31  Daniel Berlin  <dan@cgsoftware.com>
15715
15716         PowerPC reorg and support for powerpc64-*-linux*.
15717
15718         Also fixes emitting of constants on 32 bit and 64 bit
15719         platforms.
15720
15721         * config.gcc: powerpc64-*-linux* is a new target.
15722         Things that needed aix.h now also include xcoff.h
15723
15724         * config/rs6000/rs6000.h: Split XCOFF specific stuff into
15725         xcoff.h.
15726         Move AIX specific stuff into aix.h.
15727         (TARGET_AIX): Renamed to TARGET_XCOFF, since the AIX ABI is used
15728         with more than just XCOFF now.
15729         (SET_ASM_OP): Remove, now defined where needed.
15730         (FUNCTION_PROLOGUE): New macro definition.
15731         (FUNCTION_EPILOGUE): New macro definition.
15732         (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): New macro definition.
15733
15734         * config/rs6000/xcoff.h: New file.
15735
15736         * config/rs6000/linux64.h: New file.
15737
15738         * config/rs6000/darwin.h: Copy needed AIX alignment definitions.
15739
15740 2001-07-31  Alan Modra  <amodra@bigpond.net.au>
15741
15742         * rs6000.c (print_operand_address): Handle ELF syntax.
15743         (output_toc): Simplify.  Use DOUBLE_INT_ASM_OP.
15744         * rs6000.md (load_toc_aix_di): Handle ELF syntax.
15745         * rs6000.h (ASM_OUTPUT_DOUBLE_INT, ASM_LONG): Use DOUBLE_INT_ASM_OP.
15746
15747 2001-07-31  David Edelsohn  <edelsohn@gnu.org>
15748
15749         * rs6000.c (rs6000_override_options): Only disable
15750         flag_function_sections for XCOFF.
15751         (exact_log2_cint_operand): New predicate.
15752         (reg_or_{add,sub}_cint64_operand): New predicates.
15753         (add_operand): Compare CONST_INT with fewer function calls.
15754         (rs6000_emit_set_const, rs6000_emit_set_long_const): New functions.
15755         (print_operand, case 'p'): Ensure positive operand.
15756         (rs6000_emit_load_toc_table): No load_toc_v4_pic_di.
15757         * rs6000.h (CONST_OK_FOR_LETTER_P, case 'N'): Ensure positive value.
15758         (PREDICATE_CODES): Add new predicates.
15759         * rs6000.md (addsi3): Split 32-bit constants more correctly.
15760         (divsi3, modsi3): Ensure positive power-of-2.
15761         (adddi3): Use new predicate.  Split 32-bit constants more
15762         correctly.  Re-arrange splitter to handle any constant.
15763         (subdi3): Use new predicate.
15764         (divdi3, moddi3): Ensure positive power-of-2.
15765         (movdi): Use rs6000_emit_set_const.
15766         (load_toc_v4_pic_di): Delete.
15767
15768 2001-07-31  Graham Stott <grahams@redhat.com>
15769
15770         * function.c (pad_below): Revert 2001-07-26 patch.
15771
15772 Tue Jul 31 15:37:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
15773
15774         * reg-stack (convert_regs_1): Fix best edge condition.
15775
15776 Tue Jul 31 15:33:27 CEST 2001  Jan Hubicka  <jh@suse.cz>
15777
15778         * jump.c (duplicate_loop_exit_test): Better test for jumps
15779         entering the loop; create loop pre_header.
15780
15781 2001-07-31 Hartmut Penner <hpenner@de.ibm.com>
15782
15783         * doc/install.texi: Add s390 and s390x as new targets.
15784         * doc/invoke.texi: Add documentation of S/390 and zSeries
15785         target options.
15786         * doc/md.texi: Add documentation of S/390 and zSeries constraints.
15787
15788 2001-07-30  Roman Zippel  <zippel@linux-m68k.org>
15789
15790         * config/m68k/m68k.md: Replace all general_operand with
15791         nonimmediate_operand for all destinations.
15792         * config/m68k/m68k.c (not_sp_operand): Likewise.
15793
15794 Mon Jul 30 23:20:34 EDT 2001  John Wehle  (john@feith.com)
15795
15796         * flow.c (merge_blocks): Return 1 if an extra jump is inserted.
15797
15798 2001-07-30  Richard Henderson  <rth@redhat.com>
15799
15800         * config/ia64/ia64.h (DEBUG_RANGES_SECTION): New.
15801         * config/mips/iris6.h (DEBUG_RANGES_SECTION): New.
15802
15803 2001-07-30  Roman Zippel  <zippel@linux-m68k.org>
15804
15805         * config/m68k/m68k.h (TARGET_SWITCHES/TARGET_OPTIONS):
15806         Add missing doc strings
15807         * config/m68k/linux-aout.h (SUBTARGET_SWITCHES): Likewise
15808         * config/m68k/linux.h (SUBTARGET_SWITCHES): Likewise
15809
15810 Mon Jul 30 22:16:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
15811
15812         * i386.c (ix86_output_main_function_alignment_hack): New function.
15813         (TARGET_ASM_FUNCTION_PROLOGUE): Default to it.
15814
15815         * flow.c (mark_dfs_back_edges): Move from loop_p ; mark back
15816         edges by EDGE_DFS_BACK flag.
15817         (dump_edge_info): Add dfs_back flag.
15818         * basic-block.h (EDGE_DFS_BACK): New constant.
15819         (mark_dfs_back_edges): Declare.
15820         * alias.c (loop_p): Remove.
15821         (mark_constant_function): Use mark_dfs_back_edges.
15822
15823         * reg-stack.c (block_info_def): Add predecessors counter and stack_out.
15824         (reg_to_stack): Call mark_dfs_back_edges; count the predecessors.
15825         (compensate_edge): Break out from ...
15826         (convert_regs_1): ... here; do smart choosing of stack_out to copy.
15827         (convert_regs_2): Set block_done once block is really done;
15828         Do updating of the predecessors counts.
15829
15830         * toplev.c (rest_of_compilation): Recompute block_for_insn
15831         before post-reload cfg_cleanup.
15832         * function.c (thread_prologue_epilogue_insns):
15833         Call set_block_for_new_insns when emitting prologue directly.
15834
15835 2001-07-30  Andreas Jaeger  <aj@suse.de>
15836
15837         * jump.c: Add prototype for mark_modified_reg.
15838
15839         * cse.c (set_live_p): Add unused attribute.
15840
15841         * gcov.c (calculate_branch_probs): Use gcov_type to avoid
15842         overflow.
15843         (scan_for_source_files): Use long for count to avoid overflow.
15844         (output_data): Likewise.
15845         (output_data): Don't use string concatatenation to silence gcc
15846         -traditional.
15847
15848         * predict.c: Fix typos and grammar.
15849
15850         * gcse.c (insert_insn_end_bb): Remove unused variables.
15851
15852 Mon Jul 30 21:54:53 CEST 2001  Jan Hubicka  <jh@suse.cz>
15853
15854         * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.
15855         (attempt_auto_inc): LIkewise.
15856         (mark_used_reg): Likewise.
15857         (try_pre_increment_1): Likewise.
15858         * regclass.c (regclass): Likewise.
15859         * global.c (allocno_compare): Update comment; change scaling factor.
15860         * local-alloc.c (QTY_CMP_PRI): Likewise.
15861         * regs.h (REG_FREQ_FROM_BB): New.
15862         (REG_FREQ_MAX): Likewise.
15863
15864 2001-07-30  H.J. Lu <hjl@gnu.org>
15865
15866         * config/mips/linux.h (CPLUSPLUS_CPP_SPEC): Add
15867         -D_GNU_SOURCE.
15868
15869 2001-07-30  H.J. Lu  (hjl@gnu.org)
15870
15871         * config/mips/linux.h (ASM_DECLARE_FUNCTION_NAME): Defined.
15872         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
15873         (FUNCTION_NAME_ALREADY_DECLARED): Likewise.
15874
15875 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
15876
15877         * config/arm/t-arm-elf (MULTILIB_EXCEPTIONS): Skip -mthumb as well
15878         as -mthumb-interwork when -mcpu=arm7 is specified.
15879
15880 Mon Jul 30 17:44:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
15881
15882         * predict.def (noreturn, loop branch, loop exit): Mark as first
15883         match heuristics.
15884
15885 Mon Jul 30 12:52:11 CEST 2001  Jan Hubicka  <jh@suse.cz>
15886
15887         * combine.c (try_combine): Avoid barrier after noop jumps.
15888
15889 2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
15890
15891         * cpphash.h (struct cpp_reader): Remove import_warning.
15892         * cpplib.c (skip_rest_of_line): Don't bother turning off
15893         macro expansion.
15894         (parse_include): Move include handling to...
15895         (do_include_common): ... here.  Move import warning from...
15896         (do_import): ... here.
15897         (do_pragma_poison): Don't do a callback for poison identifiers.
15898         * cpplib.h (struct cpp_callbacks): Don't do poison callbacks.
15899         * cppmain.c (setup_callbacks): Similarly.
15900
15901 Sun Jul 29 23:26:50 CEST 2001  Jan Hubicka  <jh@suse.cz>
15902
15903         * rtlanal.c (parms_set, find_first_parameter_load): Break out from...;
15904         handle multiple sets.
15905         * except.c (sjlj_mark_call_sites): .... here.
15906         * gcse.c (insert_insn_end_bb): Use find_first_parameter_load.
15907
15908 Sun Jul 29 21:38:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
15909
15910         Suggested by Richard Henderson and Richard Kenner:
15911         * combine.c (recog_for_combine): Use the fake recog
15912         only if instruction does not match.
15913         * rtl.h (NOOP_MOVE_INSN_CODE): New.
15914         * rtlanal.c (noop_move_p): Always return 1 for NOOP_MOVE_INSN_CODE.
15915
15916         * combine.c (try_combine): Discover noop jump as direct jump.
15917
15918 2001-07-29  Daniel Berlin  <dan@cgsoftware.com>
15919
15920         * df.c (df_rd_global_compute): Add successors to worklist, not
15921         current item.
15922         (df_ru_global_compute): Ditto.
15923
15924 2001-07-27  Daniel Berlin  <dan@cgsoftware.com>
15925
15926         * regclass.c (reg_scan_mark_refs): Increment REG_N_REFS when we
15927         increment REG_N_SETS.
15928
15929 2001-07-26  Daniel Berlin  <dan@cgsoftware.com>
15930
15931         * sbitmap.h: New prototype for sbitmap_a_xor_b.
15932
15933         * sbitmap.c (sbitmap_a_xor_b): New function.
15934         ifdef the basic block stuff on IN_GCC.
15935
15936 2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
15937
15938         * cppexp.c (parse_defined): Always record the macro name.
15939         (lex): Don't worry about identifiers, or special-case
15940         CPP_NOT here.
15941         (_cpp_parse_expr): Figure out at the end of the routine
15942         whether we saw a valid !defined() expression.
15943         * cppfiles.c (stack_include_file): Update for mi_valid.
15944         (_cpp_pop_file_buffer): Similarly.
15945         * cpplex.c (_cpp_lex_token): Similarly.
15946         * cpphash.h (enum mi_state, enum mi_ind, mi_state,
15947         mi_if_not_defined, mi_lexed): Remove.
15948         (mi_valid): New.
15949         * cpplib.c (do_if): Simplify.
15950         (do_endif, push_conditional, _cpp_handle_directive): Update
15951         for renaming of mi_state to mi_valid.
15952 doc:
15953         * cpp.texi: Add index entries for digraphs, and add comment
15954         that C++ refers to them as alternative tokens.
15955
15956 Sun Jul 29 18:59:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
15957
15958         * basic-block.h (CLEANUP_PRE_LOOP): New.
15959         * except.c (finish_eh_generation): Update call of cleanup_cfg.
15960         * sibcall.c (optimize_sibling_calls): Likewise.
15961         * toplev.c (rest_of_compilation): Likewise.
15962         * flow.c (try_forward_edges): Take argument MODE;
15963         do not forward over loop pre-headers if CLEANUP_PRE_LOOP.
15964         (try_optimize_cfg): Update call of try_forward_edges.
15965
15966 Sun Jul 29 18:59:56 CEST 2001  Roman Zippel  <zippel@linux-m68k.org>
15967                                 Jan Hubicka  <jh@suse.cz>
15968
15969         * (validate_replace_rtx_1): Fix simplification of MINUS.
15970
15971 2001-07-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15972
15973         PR preprocessor/3669
15974         * cppinit.c (init_dependency_output): Turn off dump requests
15975         if sending dependencies to stdout.
15976
15977 2001-07-28  Richard Henderson  <rth@redhat.com>
15978
15979         * flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES if
15980         not optimizing.
15981
15982 2001-07-28  Golubev I. N.  <gin@mo.msk.ru>
15983
15984         * config/i386/sco5.h (DWARF2_DEBUGGING_INFO): Define.
15985
15986 2001-07-28  Kazu Hirata  <kazu@hxi.com>
15987
15988         * config/h8300/h8300.h (ENCODE_SECTION_INFO): Check to see if DECL
15989         is VAR_DECL first to prevent an ICE.
15990
15991 2001-07-28  Richard Henderson  <rth@redhat.com>
15992
15993         * varasm.c (immed_real_const_1): Don't elide special cases for
15994         nested functions.
15995         (clear_const_double_mem): Clear const_tiny_rtx too.
15996
15997 2001-07-28  Richard Henderson  <rth@redhat.com>
15998
15999         * dwarf2out.c (dw_val_class_offset): New.
16000         (struct dw_ranges_struct, dw_ranges_ref): New.
16001         (ranges_table, ranges_table_allocated): New.
16002         (ranges_table_in_use, RANGES_TABLE_INCREMENT): New.
16003         (add_AT_offset, add_ranges, output_ranges): New.
16004         (print_die, output_die): Handle dw_val_class_offset.
16005         (attr_checksum, size_of_die, value_format): Likewise.
16006         (gen_lexical_block_die): Handle non-contiguous blocks.
16007         (gen_block_die): Likewise.
16008         (dwarf2out_finish): Add a DW_AT_entry_pc to the compilation unit
16009         if needed.  Dump the ranges table.
16010         * final.c (final_start_function): Remove unnecessary notes and
16011         rebuild the block tree before numbering the blocks.
16012         * function.c (reorder_blocks_0): Walk the existing block tree
16013         to unmark all blocks.
16014         (reorder_blocks_1): Create block fragments when duplicate block
16015         notes are seen.
16016         (reorder_fix_fragments): New.
16017         (reorder_blocks): Call it.
16018         * tree.h (BLOCK_FRAGMENT_ORIGIN, BLOCK_FRAGMENT_CHAIN): New.
16019
16020 2001-07-28  Richard Henderson  <rth@redhat.com>
16021
16022         * emit-rtl.c (adjust_address): Make a copy of the memory address.
16023
16024 2001-07-28  Richard Henderson  <rth@redhat.com>
16025
16026         * flow.c (add_to_mem_set_list): New function.
16027         (init_propagate_block_info): Use it.
16028         (mark_set_1): Likewise.
16029         (insn_dead_p): Canonicalize memory address for dead store
16030         comparison.  Allow wider mode stores to kill narrower mode stores.
16031         (invalidate_mems_from_autoinc): Use invalidate_mems_from_set.
16032         (invalidate_mems_from_set): Don't handle MEMs.
16033
16034 2001-07-28  Kazu Hirata  <kazu@hxi.com>
16035
16036         * config/h8300/h8300.h: Fix formatting.
16037
16038 Sat Jul 28 23:35:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
16039
16040         * basic-block.h (EDGE_FREQUENCY): New macro.
16041         * bb-reorder (fixup_reorder_chain): Set counts and frequencies
16042         for new BB/edges.
16043         * flow.c (find_sub_basic_blocks): Likewise.
16044         (try_crossjump_to_edge): Likewise; use EDGE_FREQUENCY
16045         (redirect_edge_and_branch): Use EDGE_FREQUENCY.
16046
16047         * predict.c (DEF_PREDICTOR): New argument FLAGS.
16048         (HITRATE): New macro.
16049         (PRED_FLAG_FIRST_MATCH): New constant.
16050         (predictor_info): New field flgags.
16051         (combine_predictions_for_insn): Use DS theory to combine
16052         probabilities; set the edge probabilities when finished.
16053         (estimate_probability): Avoid duplicated matches
16054         of LOOP_BRANCH heuristics for nested loops; update comment.
16055         * predict.def: Add flags for each prediction, set probabilities
16056         according to B&L paper.
16057         * predict.h (DEF_PREDICTOR): New argument FLAGS.
16058
16059         * profile.c (compute_branch_probabilities):  Cleanup way the edge
16060         probabilities are computed and REG_BR_PROB notes are dropped; if
16061         values does not match, emit error.
16062         (init_branch_prob): Do error instead of warning when profile driven
16063         feedback is missing or corrupt.
16064
16065 2001-07-27  DJ Delorie  <dj@redhat.com>
16066
16067         * ifcvt.c (noce_get_alt_condition): If the condition is a compare
16068         against a constant, try to adjust the compare to have the desired
16069         constant in it so that min/max optimizations happen more often.
16070
16071 Fri Jul 27 17:53:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
16072
16073         * flow.c (last_loop_beg_note): New function.
16074         (redirect_edge_and_branch): Use it.
16075         (split_edge): Likewise.
16076
16077         * alias.c (loop_p): Avoid uninitialized memory access.
16078
16079         * flow.c (try_forward_edges): Avoid accessing freed memory.
16080
16081         * flow.c (backward_edge_of_syntactic_loop_p): Avoid uninitialized
16082         variable access.
16083
16084 2001-07-26  Andrew Haley  <aph@redhat.com>
16085         Joern Rennecke <amylaar@redhat.com>
16086
16087         * config/sh/linux.h (CPP_DEFAULT_CPU_SPEC): New.
16088         (SUBTARGET_CPP_ENDIAN_SPEC): New.
16089         (SUBTARGET_CPP_SPEC): New.
16090         (CPP_SPEC): Remove.
16091         * config/sh/sh.h (SUBTARGET_CPP_ENDIAN_SPEC): New.
16092         (SUBTARGET_CPP_PTR_SPEC): New.
16093         (CPP_DEFAULT_CPU_SPEC): New.
16094         (EXTRA_SPECS): Add SUBTARGET_CPP_ENDIAN_SPEC,
16095         SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
16096         (CPP_SPEC): Break out parts into SUBTARGET_CPP_ENDIAN_SPEC,
16097         SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
16098         (SUBTARGET_CPP_SPEC): Define as an empty string.
16099
16100 2001-07-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16101
16102         * doc/install.texi (Configuration): Properly link the host
16103         specific instructions also when generating HTML.
16104
16105 Fri Jul 27 00:33:35 EDT 2001  John Wehle  (john@feith.com)
16106
16107         * flow.c (redirect_edge_and_branch_force): Test
16108         target->global_live_at_start.
16109
16110 2001-07-26  Richard Henderson  <rth@redhat.com>
16111
16112         * simplify-rtx.c (avoid_constant_pool_reference): Export.
16113         * rtl.h (avoid_constant_pool_reference): Declare it.
16114         * dwarf2out.c (add_location_or_const_value_attribute): Use it.
16115         (add_const_value_attribute): Use add_AT_unsigned for unsigned values.
16116
16117 Thu Jul 26 22:30:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
16118
16119         * rtl.h (cleanup_barriers): Declare.
16120         * jump.c (cleanup_barriers): New function.
16121         * toplev.c (rest_of_compilation): Call cleanup_barriers
16122         before loop optimizer and after bb_reorder.
16123
16124         * flow.c (back_edge_of_syntactic_loop_p): New.
16125         (split_edge): Use it.
16126
16127 2001-07-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16128
16129         * glimits.h (_MACH_MACHLIMITS_H_): Delete.
16130
16131 Thu Jul 26 22:22:21 2001  Denis Chertykov  <denisc@overta.ru>
16132
16133         * cse.c (cse_process_notes): Replace any registers if the address
16134         remains valid.
16135
16136 Thu Jul 26 14:04:03 EDT 2001  John Wehle  (john@feith.com)
16137
16138         * basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
16139         (PROP_FINAL): Include PROP_ALLOW_CFG_CHANGES.
16140         (propagate_block): Update prototype.
16141         * flow.c (update_life_info): Simplify the CFG and
16142         recalculate the global regs which are alive when
16143         removing dead code during a global update.
16144         (propagate_block): Return non-zero if an INSN is
16145         deleted.
16146
16147 2001-07-26  Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
16148
16149         * Makefile.in (LIBICONV): Define.
16150
16151 2001-07-26  Catherine Moore  <clm@redhat.com>
16152
16153         * config/v850/v850.h (ENCODE_SECTION_INFO):  Change order
16154         of conditional to avoid tree checking errors.
16155
16156 2001-07-26  Kazu Hirata  <kazu@hxi.com>
16157
16158         * regmove.c (regmove_optimize): Don't replace a reg with
16159         another reg of a different mode.
16160
16161 2001-07-26  Andrew MacLeod  <amacleod@redhat.com>
16162
16163         * params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to
16164         limit length of dependency flush list.
16165         * params.h (MAX_PENDING_LIST_LENGTH): Define.
16166         * sched-int.h  (struct deps): Add pending_flush_length field.
16167         * sched-deps.c (flush_pending_lists): Last_pending_memory_flush now
16168         has 1 element in it.
16169         (sched_analyze_1): Use MAX_PENDING_LIST_LENGTH.
16170         (sched_analyze): After a jump, if the pending memory flush list is too
16171         large, flush the pending lists.
16172         (init_deps): Initialize pending_flush_length to 0.
16173         * doc/invoke.texi (max_pending_list_length): Document parameter.
16174
16175 2001-07-26  Neil Booth  <neil@daikokuya.demon.co.uk>
16176
16177         * toplev.c, varasm.c, final.c: Include xcoffout.h if appropriate.
16178         * dbxout.c (dbxout_global_decl): Move outside #ifdef.
16179         * Makefile.in (varasm.o, final.o, toplev.o): Update dependencies.
16180
16181 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
16182
16183         * cpphash.h (struct_lexer_state): Delete was_skipping.
16184         Move skipping here from struct cpp_reader.
16185         * cpplex.c (parse_identifier): Update.
16186         (_cpp_lex_token): Don't skip tokens in a directive.
16187         * cpplib.c (struct if_stack): Update.
16188         (start_directive, end_directive): Don't change skipping state.
16189         (_cpp_handle_directive): Update.
16190         (do_ifdef, do_ifndef, do_if, do_elif): Similarly.
16191         (do_else, do_endif): Update; only check for excess tokens if not
16192         in a skipped conditional block.
16193         (push_conditional): Update for new struct if_stack.
16194
16195 2001-07-26  Graham Stott  <grahams@redhat.com>
16196
16197         * function.c (locate_and_pad_parm): Also pad initial offset
16198         so that the total argument size also includes the padding.
16199
16200 2001-07-26  Graham Stott <grahams@redhat.com>
16201
16202         * gensupport.c (alter_output_for_insn): Correct enable checking failure
16203         change XSTR to XTMPL.
16204
16205         (process_one_cond_exec): Likewise
16206
16207 2001-07-25  Richard Henderson  <rth@redhat.com>
16208
16209         * varasm.c (assemble_variable): Create DECL_RTL before setting
16210         TREE_ASM_WRITTEN.
16211
16212 Thu Jul 26 00:19:30 CEST 2001  Jan Hubicka  <jh@suse.cz>
16213
16214         * predict.c (estimate_probability): Avoid duplicated predictions.
16215
16216         * loop.c (find_and_verify_loops): Grok multiple barriers.
16217
16218 Wed Jul 25 18:00:05 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16219
16220         * config/alpha/alpha.c (print_operand, case '/'): Don't write '/'.
16221
16222         * dbxout.c: Consistently use putc instead of fputc.
16223         (print_wide_int): New function; call instead of direct fprintf.
16224         (dbxout_type_index): Adjust calls of CHARS to be more accurate.
16225         (dbxout_type_fields, dbxout_type_method_1): Likewise.
16226         (dbxout_type_methods, dbxout_range_type, dbxout_type): Likewise.
16227         (print_int_cst_octal): Likewise.
16228         (print_octal): Show we wrote characters.
16229         (dbxout_type): Set have_used_extensions in more places.
16230
16231 2001-07-25  Catherine Moore  <clm@redhat.com>
16232
16233         * config/v850/v850.c (v850_va_arg):  Use addr
16234         instead of valist to build incr.
16235
16236 Wed Jul 25 22:48:59 CEST 2001  Jan Hubicka  <jh@suse.cz>
16237
16238         * flow.c (delete_dead_jumptables): New function.
16239         (life_analyzis): Call it.
16240         * bb-reorder.c (skip_insns_after_block): Handle contradictory
16241         sequences.
16242
16243 2001-07-25  Richard Henderson  <rth@redhat.com>
16244
16245         * except.c (reachable_handlers): Handle a region being removed
16246         out from under a RESX.
16247
16248 2001-07-25  Richard Henderson  <rth@redhat.com>
16249
16250         * config/alpha/alpha.c (alpha_emit_conditional_move): Always
16251         swap GE/GT if it is an fp comparison.
16252
16253 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
16254
16255         * alias.c (rtx_equal_for_memref_p): Allow strings as types in
16256         operands.
16257
16258 Wed Jul 25 08:25:01 2001  Jeffrey A Law  (law@cygnus.com)
16259
16260         * ssa.c (rename_insn_1): Do not wrap an assignment to a
16261         paradoxical SUBREG inside a SEQUENCE.  Fix minor formatting
16262         glitch.
16263
16264         * ssa-ccp.c (visit_expression): Handle CALL_INSNs that can
16265         throw an exception.
16266         (visit_expression): When attempting to simplify an expression,
16267         retrieve any modes for arguments before they are simplified
16268         to constants.
16269
16270 2001-07-25  Andrew MacLeod  <amacleod@redhat.com>
16271             Janis Johnson  <janis@us.ibm.com>
16272
16273         * stmt.c (expand_goto): A nonlocal goto can be a call too.
16274         * builtins.c (expand_builtin_longjmp): Reverse label and static chain
16275         pointer parameters to match documented usage of nonlocal_goto.
16276         * config/ia64/ia64.md (nonlocal_goto): Revert label and static chain
16277         parameters to their correct order.
16278         * config/sparc/sparc.md (nonlocal_goto): Revert label and static chain
16279         parameters to their correct order.
16280
16281 2001-07-25  Andrew MacLeod  <amacleod@redhat.com>
16282
16283         * config/ia64/ia64.h (STRIP_NAME_ENCODING): Strip out '*' as well.
16284
16285 2001-07-25  Jan Hubicka  <jh@suse.cz>
16286             Richard Henderson  <rth@redhat.com>
16287
16288         * flow.c (find_sub_basic_blocks): Fix handling of the last BB in
16289         the sequence.
16290         (make_edges): New argument update_p; populate the edge cache if set.
16291         (find_basic_blocks): Update make_edges invocation.
16292
16293 2001-07-24  Joel Sherrill <joel@OARcorp.com>
16294
16295         * config/i960/i960.h (CPP_SPEC): Define _SOFT_FLOAT for -msoft-float.
16296
16297 2001-07-24  Joel Sherrill <joel@OARcorp.com>
16298
16299         * config/sparc/rtems.h (CPP_PREDEFINES): Remove redundant
16300         -Acpu and -Amachine.h.
16301         * config/sparc/rtemself.h (CPP_PREDEFINES): Likewise.
16302         Corrected header to say ELF not a.out.
16303         * config/sparc/sparc.h (CPP_CPU_SPEC): Define _SOFT_FLOAT
16304         when given -msoft-float.
16305
16306 2001-07-24  Joel Sherrill <joel@OARcorp.com>
16307
16308         * config.gcc (arm*-*-rtems*): Include crtinit.o and crtfini.o as
16309         extra multilib parts like arm-elf.
16310         (i960-*-coff*, i960-*-rtems): Should not use collect2.
16311         (m68020-*-elf*, m68k-*-elf*, m68k-*-rtems*): Include crtinit.o and
16312         crtfini.o as extra multilib parts.
16313
16314 2001-07-24  Joel Sherrill <joel@OARcorp.com>
16315
16316         * configure.in: Add rtems as a supported thread model.
16317         * gthr-rtems.h: Add missing entry point __gthread_active_p.
16318         * configure: Rebuilt.
16319
16320 2001-07-24  Lars Brinkhoff  <lars@nocrew.org>
16321
16322         * stor-layout.c (get_mode_alignment): make it work when
16323         BITS_PER_UNIT is not a power of two.
16324         * builtins.c (get_pointer_alignment): Likewise.
16325
16326 2001-07-24  Richard Henderson  <rth@redhat.com>
16327
16328         * simplify-rtx.c (avoid_constant_pool_reference): Coerce
16329         the retrieved constant into the expected mode.
16330
16331 Wed Jul 25 01:41:27 CEST 2001  Jan Hubicka  <jh@suse.cz>
16332
16333         * flow.c (try_simplify_condjump): Avoid duplicated edges.
16334         (verify_flow_info): Check for duplicated edges; clarify
16335         error reporting.
16336
16337         * flow.c (block_label): Update basic_block_for_insn.
16338         (commit_edge_insertions): Call compute_bb_for_insn.
16339
16340         * flow.c (purge_dead_edges): Handle conditional jumps and conditional
16341         returns too.
16342
16343         * flow.c (redirect_edge_and_branch,
16344         try_optimize_cfg): Use redirect_edge_succ_nodup
16345         (redirect_edge_succ_nodup): New.
16346         * basic_block.h (redirect_edge_succ_nodup): Declare.
16347
16348         * toplev.c (rest_of_compilation): Rebuild CFG before cfg_cleanup
16349         after gcse.
16350
16351 Wed Jul 25 00:32:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
16352
16353         * flow.c (try_forward_edges): Accept fallthru edge; Update comment.
16354         (try_crossjump_to_edge): Update commetns.
16355         (try_crossjump_bb): Likewise.
16356
16357 2001-07-24  Richard Henderson  <rth@redhat.com>
16358
16359         * combine.c (distribute_notes): Move set of need_refresh
16360         for noop_move_p down to catch all cases.
16361
16362 Tue Jul 24 20:32:44 CEST 2001  Jan Hubicka  <jh@suse.cz>
16363
16364         * recog.c (split_all_insns_noflow): New.
16365         * rtl.h (split_all_insns_noflow): Declare.
16366         * ia64.c (ia64_reorg): Use split_all_insns_noflow.
16367         * m68hc11.c (m68hc11_reorg): Likewise.
16368         * sh.c (machine_dependent_reorg): Likewise.
16369         * toplev.c (rest_of_compilation): Likewise for last split_all_insns
16370         call.
16371
16372 2001-07-18  Andrew Haley  <aph@cambridge.redhat.com>
16373
16374         * config/sh/sh.md (ashlsi3_std splitter): Split only after reload.
16375         (ashlsi3_n splitter): Likewise.
16376         (lshrsi3_n splitter): Likewise.
16377
16378         (GOTaddr2picreg): Make const SImode.
16379         (sym_label2reg): Likewise.
16380         (symGOT2reg): Likewise.
16381         (symGOTOFF2reg) Likewise.
16382
16383         (casesi_worker_0): Make unspec SImode.
16384
16385 2001-07-18  Andrew Haley  <aph@cambridge.redhat.com>
16386
16387         * config/sh/sh.c (barrier_align): Check that an operand really is
16388         an insn before extracting its INSN_CODE.
16389
16390 2001-07-24  Andrew Haley  <aph@cambridge.redhat.com>
16391
16392         * config/sh/sh.h (OVERRIDE_OPTIONS): Add braces to get rid of
16393         dangling else.
16394
16395         * config/sh/sh.h (INITIALIZE_TRAMPOLINE): Truncate operands
16396         for SImode to prevent overflow.
16397
16398 2001-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16399
16400         * config/mips/irix6-libc-compat.c: New file.
16401         * config/mips/t-iris6 (LIB2FUNCS_STATIC_EXTRA): Use it.
16402         * doc/install.texi (Specific, mips*-sgi-irix6): Mention structure
16403         passing workaround.
16404
16405 2001-07-24  lars brinkhoff  <lars@nocrew.org>
16406
16407         * rtl.texi (REG_POINTER): Document.
16408         (Machine Modes): Document BImode, OImode, PQImode, PHImode,
16409         QFmode, HFmode, TQFmode, QCmode, and HCmode.
16410
16411 Tue Jul 24 10:49:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
16412
16413         * flow.c (delete_noop_moves): Do not confuse libcall regions.
16414
16415 2001-07-23  Richard Henderson  <rth@redhat.com>
16416
16417         * flow.c (try_simplify_condjump): Use tidy_fallthru_edge.
16418
16419 2001-07-23  Kazu Hirata  <kazu@hxi.com>
16420
16421         * config/h8300/h8300-protos.h: Add a prototype for
16422         general_operand_dst_push.
16423         * config/h8300/h8300.c (general_operand_dst_push): New.
16424         * config/h8300/h8300.h (OK_FOR_T): New.
16425         (EXTRA_CONSTRAINT): Use it.
16426         * config/h8300/h8300.md (movqi_push): Remove and integrate into
16427         the existing movqi pattern.
16428         (movhi_push): Likewise.
16429
16430         * reload.c: Fix comment typos.
16431
16432 Mon Jul 23 23:34:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
16433
16434         * gcse.c (cprop_insn): Update call of cprop_cc0_jump.
16435
16436 2001-07-23  H.J. Lu  (hjl@gnu.org)
16437
16438         * doc/extend.texi: Update __builtin_return_address and
16439         __builtin_frame_address.
16440
16441 2001-07-23  Richard Henderson  <rth@redhat.com>
16442
16443         * config/i386/i386.c (ix86_expand_setcc): Don't use method 0
16444         before CSE.
16445         * config/i386/i386.md: New setcc+movzbl peephole2.
16446
16447 2001-07-23  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
16448
16449         * objc/Make-lang.in (objc-act.o): Depend on debug.h.
16450         * objc/objc-act.c: Include debug.h.
16451         (synth_module_prologue): Save and restore debug hooks too.
16452
16453 2001-07-23  lars brinkhoff  <lars@nocrew.org>
16454
16455         * tm.texi (TARGET_FLOAT_FORMAT): Document IBM_FLOAT_FORMAT
16456         and C4X_FLOAT_FORMAT.
16457         (BOOL_TYPE_SIZE): Document.
16458
16459 Mon Jul 23 11:54:23 2001  Clinton Popetz  <cpopetz@cpopetz.com>
16460
16461         * unroll.c (loop_iterations): Fix miscalculation of initial
16462         giv offset.
16463
16464 2001-07-13  Andrew Haley  <aph@redhat.com>
16465
16466         * doc/tm.texi (MD_CAN_REDIRECT_BRANCH): New macro.
16467         * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): New macro.
16468         * config/sh/sh.c (sh_can_redirect_branch): New function.
16469         * config/sh/sh-protos.h (sh_can_redirect_branch): Declare.
16470         * reorg.c (steal_delay_list_from_target): Use
16471         MD_CAN_REDIRECT_BRANCH to see if redirection is possible.
16472
16473 Mon Jul 23 17:20:18 CEST 2001  Jan Hubicka  <jh@suse.cz>
16474
16475         * flow.c (try_simplify_condjump): Unlink insn chain on
16476         fallthru edge; use can_fallthru.
16477
16478 Mon Jul 23 16:03:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
16479
16480         * basic-block.h (find_sub_basic_block): Declare.
16481         * flow.c (make_edges): New arguments MIN and MAX;
16482         (find_sub_basic_blocks): Revamp to use make_edges
16483         and purge_dead_edges.
16484         (find_basic_blocks): Update call of find_sub_basic_block.
16485
16486         * recog.c (split_all_insns): Always expect CFG to be consistent;
16487         call find_sub_basic_blocks in case something has changed.
16488         * toplev.c (rest_of_compilation): Always call split_all_insns once CFG
16489         has been built.
16490
16491         * basic-block.h (delete_noop_moves): Declare.
16492         * combine.c (combine_instructions): Call it.
16493         (recog_for_combine): Tolerate noop moves
16494         (distribute_notes): Force refresh when register dies at noop move.
16495         * flow.c (delete_noop_moves): Use BB structure; delete JUMP insns
16496         too.
16497         (life_analysis): Update delete_noop_moves call.
16498         (set_noop_p): Move too ...
16499         * rtlanal.c (noop_move_p): ... here.
16500         * rtl.h (noop_move_p): Declare.
16501
16502         * basic-block.h (purge_all_dead_edges, purge_dead_edges): New functions.
16503         * toplev.c (rest_of_compilation): Conditionally call purge_all_dead_edges
16504         after combine.
16505         * gcse.c (cprop_cc0_jump, cprop_insn): New argument "basic_block".
16506         (cprop_jump): Likewise; call purge_dead_edges if substitution succeeded.
16507
16508 2001-07-23  Hans-Peter Nilsson  <hp@bitrange.com>
16509
16510         * reload.c (push_reload): Fix typo in comment.
16511         (find_reloads_address): Ditto.
16512         (reg_overlap_mentioned_for_reload_p): Ditto in head comment.
16513
16514 2001-07-22  Richard Henderson  <rth@redhat.com>
16515
16516         * flow.c: Grammar check and clarify a lot of comments.
16517         (try_simplify_condjump): Rename variables to be clearer.
16518         (try_forward_edges): Skip complex and fallthru edges.
16519         Rearrange tests to avoid duplicate checks.
16520         (flow_find_cross_jump): Likewise.
16521         (outgoing_edges_match): Allow match if neither branch has
16522         probability data.  Loosen probability match to 5%.
16523         (try_crossjump_to_edge): Hoist repeated indirection into
16524         local variables.
16525         (try_crossjump_bb): Don't check complex edges.  Eliminate
16526         redundant crossjump tests.
16527         (try_optimize_cfg): Fix use of bool.  Reorganize cheaper
16528         checks before more expensive checks.
16529
16530 2001-07-22  Richard Henderson  <rth@redhat.com>
16531
16532         * fold-const.c (fold): Test vs FLOAT_TYPE_P instead of
16533         INTEGRAL_TYPE_P when folding comparisons with operand_equal_p
16534         arguments.
16535
16536 2001-07-22  Richard Henderson  <rth@redhat.com>
16537
16538         * m68k.c (const_uint32_operand): Abort if mode is <= 32 bits.
16539         (const_sint32_operand): Likewise.
16540         * m68k.md (anon mulsi pattern): Use const_int_operand not
16541         const_sint32_operand.
16542         (umulsi3_highpart): Zero extend a constant input.
16543         (smulsi3_highpart): Don't bother checking SImode constant.
16544         (const_umulsi3_highpart): Give op3 DImode.
16545         (const_smulsi3_highpart): Likewise.
16546
16547 2001-07-22  Richard Henderson  <rth@redhat.com>
16548
16549         * flow.c (split_block): Make sure bb_note is included in the
16550         new block when splitting before a label.
16551
16552 Sun Jul 22 23:28:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
16553
16554         * basic-block.h (redirect_edge_and_branch_force,
16555         redirect_edge_and_branch, block_label, forwarder_block_p): Declare.
16556         * flow.c (redirect_edge_and_branch_force,
16557         redirect_edge_and_branch, block_label, forwarder_block_p): Make global.
16558         (redirect_edge_and_branch_force): Fix copying of lifeness information.
16559         (block_label): Handle EXIT_BLOCK_PTR by returning NULL.
16560         * ifcvt.c (dead_or_predictable): Take BB as an new destination
16561         instead of label; update CFG after transformation.
16562         (find_if_case_1): Update call, use redirect_edge_and_branch_force
16563         for finishing the transformation; handle even case where ELSE
16564         does not follow THEN.
16565         (find_if_case_2): Update call of dead_or_predictable; simplify
16566         CFG update.
16567
16568         * emit-rtl.c (split_branch_probability): New global variable.
16569         (try_split): Take care to set split_branch_probability and
16570         create REG_BR_PROB note for new jump insns.
16571         * md.texi (define_split): Document new feature.
16572
16573         * i386.c (ix86_split_fp_branch): Redistribute branch probability notes.
16574
16575 2001-07-22  Neil Booth  <neil@daikokuya.demon.co.uk>
16576
16577         * varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
16578         (asm_out_file): Remove redundant declaration.
16579         (assemble_asm): Remove old #if 0 block.
16580         (assemble_variable): Remove end of function; debug output is
16581         now handled with global_decl.  Remove old #if 0 block.  Update.
16582         Remove saved_in_section and associated no-op code.
16583         * Makefile.in (varasm.o): Correct dependencies.
16584
16585 Sun Jul 22 17:55:11 2001  Alexandre Oliva  <aoliva@redhat.com>
16586
16587         * config/i386/freebsd-aout.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
16588         the definition in defaults.h.
16589
16590 Sun Jul 22 21:31:04 CEST 2001  Jan Hubicka  <jh@suse.cz>
16591
16592         * jump.c: Update comments.
16593         (delete_barrier_successors, delete_unreferenced_labels,
16594         delete_noop_moves, tension_vector_labels, delete_from_jump_chain,
16595         delete_labelref_insn, redirect_tablejump, jump_optimize_1,
16596         jump_optimize, jump_optimize_minimal): Kill.
16597         (rebuild_jump_labels): Move code from jump_optimize_1.
16598         (purge_line_number_notes): Likewise.
16599         (copy_loop_headers): Likewise.
16600         * reg-stack.c: Update comment.
16601         * stmt.c: Likewise.
16602         * rtl.h (jump_optimize, jump_optimize_1, JUMP_NOOP_MOVES,
16603         JUMP_AFTER_REGSCAN): Kill.
16604         * toplev.c (rest_of_compilation): Use cleanup_cfg, call
16605         purge_line_number_notes and copy_loop_headers.
16606
16607 2001-07-22 Neil Booth  <neil@daikokuya.demon.co.uk>
16608            Richard Henderson  <rth@redhat.com>
16609
16610         * dbxout.c (dbxout_global_decl): New.
16611         (xcoff_debug_hooks, dbx_debug_hooks): Use it.
16612         * sdbout.c (sdbout_finish): New.
16613         (sdbout_debug_hooks): Use it, add comments.
16614         (sdbout_global_decl): Defer initialised public vars to
16615         sdbout_finish.
16616         * varasm.c (assemble_variable): Don't output debug information
16617         for file-scope variables.
16618
16619 2001-07-22  Richard Henderson  <rth@redhat.com>
16620
16621         * config/alpha/alpha.c (get_trap_mode_suffix): New.
16622         (get_round_mode_suffix): New.
16623         (print_operand): Use them for [/].  Remove support for [&'`()+].
16624         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Update.
16625         * config/alpha/alpha.md (attr round_suffix): New.
16626         (attr trap_suffix): New.
16627         (all insns): Set them appropriately.  Use %/ instead of the
16628         myriad punctuators.
16629
16630 2001-07-22  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
16631
16632         * dbxout.c, sdbout.c, varasm.c: Revert most recent debug patch.
16633
16634 2001-07-22  Richard Henderson  <rth@redhat.com>
16635
16636         * regrename.c (regrename_optimize): Compute nregs for each
16637         potential target register.
16638
16639 2001-07-21 Neil Booth  <neil@daikokuya.demon.co.uk>
16640            Richard Henderson  <rth@redhat.com>
16641
16642         * dbxout.c (dbxout_global_decl): New.
16643         (xcoff_debug_hooks, dbx_debug_hooks): Use it.
16644         * sdbout.c (sdbout_finish): New.
16645         (sdbout_debug_hooks): Use it, add comments.
16646         (sdbout_global_decl): Defer initialised public vars to
16647         sdbout_finish.
16648         * varasm.c (assemble_variable): Don't output debug information
16649         for file-scope variables.
16650
16651 2001-07-21  H.J. Lu  (hjl@gnu.org)
16652
16653         * config/mips/mips.c (mips_cpu): Moved into ...
16654         (override_options): Here.
16655
16656         * config/mips/mips.h (mips_cpu_attr): Replace mips_cpu with
16657         mips_tune.
16658         (mips_cpu): Removed.
16659
16660 2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16661
16662         * config/m68hc11/m68hc11.md ("andqi3"): Accept d as second operand.
16663         ("iorqi3"): Likewise.
16664         ("xorqi3"): Likewise.
16665         ("*addhi3"): Fix constraint to avoid reloading in a soft register.
16666         ("*subhi3_sp): Likewise.
16667         ("*subhi3"): Likewise.
16668         ("extendhisi2"): Accept D, X and Y as source operand to avoid
16669         reload problems.
16670
16671 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
16672
16673         * doc/tm.texi: Remove DEFAULT_VTABLE_THUNKS.
16674         * config/freebsd.h: Likewise.
16675         * config/linux.h: Likewise.
16676         * config/openbsd.h: Likewise.
16677         * config/alpha/linux-elf.h: Likewise.
16678         * config/arm/linux-elf.h: Likewise.
16679         * config/d30v/d30v.h: Likewise.
16680         * config/fr30/fr30.h: Likewise.
16681         * config/ia64/aix.h: Likewise.
16682         * config/ia64/ia64.h: Likewise.
16683         * config/mips/linux.h: Likewise.
16684         * config/pj/pj.h: Likewise.
16685         * config/rs6000/linux.h: Likewise.
16686         * config/sparc/linux.h: Likewise.
16687         * config/sparc/linux64.h: Likewise.
16688
16689 2001-07-20  Bruce Korb  <bkorb@gnu.org>
16690
16691         * fixinc/fixincl.c(test_for_changes): force unsigned char comparisons
16692         because getc() and char* may disagree on signedness.
16693
16694 2001-07-20  Richard Henderson  <rth@redhat.com>
16695
16696         * doc/rtl.texi (REG_DEAD): Update for current semantics.
16697
16698         * flow.c (try_redirect_by_replacing_jump): Correctly compute which
16699         insns to delete in the presence of cc0 in a jump insn.
16700
16701 Fri Jul 20 22:14:49 CEST 2001  Roman Zippel  <zippel@linux-m68k.org>
16702                                 Jan Hubicka  <jh@suse.cz>
16703
16704         * m68k.md (zero_extend?i?i2 expander): Use gen_lowpart instead
16705         of doing the change by hand.
16706
16707 Fri Jul 20 21:59:42 CEST 2001  Jan Hubicka  <jh@suse.cz>
16708
16709         * rtlanal.c (set_noop_p): Return true for noop jumps.
16710
16711         * expr.c (emit_single_push_insn): Add call to push expander.
16712         * expr.h (optab_index): Add OTI_push
16713         (push_optab): New constant.
16714         * genopinit.c (optabs): Add push_optab.
16715         * optabs.c (init_optab): Init push optab.
16716         * md.texi (push??1): Document
16717
16718 2001-07-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16719
16720         * config/m68hc11/m68hc11.md ("movdi", "movdi_internal"): Use an
16721         expand to emit the pattern; put a REG_INC note for push/pop
16722         instructions.
16723         ("movdf", "movdf_internal"): Likewise.
16724         ("movsi", "movsi_internal"): Likewise.
16725         ("movsf", "movsf_internal"): Likewise.
16726         ("movhi", "movqi"): Emit a REG_INC note for push/pop instructions.
16727
16728 2001-07-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16729
16730         * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Don't use
16731         gen_highpart.
16732
16733 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
16734
16735         * params.def: Change default max inline insns to 100.
16736
16737 2001-07-20  Diego Novillo  <dnovillo@redhat.com>
16738
16739         * combine.c (combine_simplify_rtx): Generate a new shift operation
16740         when simplifying the first operand of a (neg (ashift)) expression.
16741
16742 2001-07-20  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
16743
16744         * regclass.c (N_REG_INTS): Use only 32 bits per element.
16745
16746 2001-07-20  Kelley Cook  <kelley.cook@home.com>
16747
16748         * doc/install.texi (sparc-sun-solaris*): Add in 4.x assembler bug
16749         information.   Move rest into ...
16750         (*-*-solaris): ... here.  Eliminate redundant information and
16751         reword necessary packages section.  Delete 4.x assembler bug info.
16752         (sparc-sun-*): Merge into ...
16753         (sparc-sun-sunos*): here.
16754
16755 2001-07-20  Catherine Moore  <clm@redhat.com>
16756
16757         * config/v850/v850.md (casesi): Generate LABEL_REF
16758         with Pmode.
16759
16760 Fri Jul 20 14:12:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
16761
16762         * i386-protos.h (ix86_zero_extend_to_Pmode): Declare.
16763         * i386.c (ix86_zero_extend_to_Pmode): Make global.
16764         * i386.md (strclrsi expander): Use it.
16765
16766 Fri Jul 20 13:24:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
16767
16768         * integrate.c (copy_insn_list): handle
16769         NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL.
16770         (copy_rtx_and_substitute): Likewise; behave to NOTE_INSN_DELETED_LABEL
16771         identically as to CODE_LABEL.
16772
16773         * fold-const (fold): Convert A/B/C to A/(B*C) and
16774         A/(B/C) to (A/B)*C
16775
16776         * except.c (connect_post_landing_pads): Delete the RESX insns.
16777
16778 2001-07-20  Aldy Hernandez  <aldyh@redhat.com>
16779
16780         * config/mips/mips.h (ISA_HAS_NMADD_NMSUB): New macro.
16781
16782         * config/mips/mips.md (nmadd/nmsub): Use macro.
16783
16784 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
16785
16786         * cppinit.c (remove_dup_dir): Make static.
16787         (remove_dup_dirs): Make static. Only warn about preempting a
16788         system directory with a non-system directory.
16789
16790 2001-07-19  Geoffrey Keating  <geoffk@redhat.com>
16791
16792         * ifcvt.c (noce_try_store_flag_constants): Correct order
16793         of parameters to trunc_int_for_mode.
16794
16795 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
16796
16797         * reorg.c (fill_simple_delay_slots): If an instruction might throw
16798         an exception that will be caught within this function, do not fill
16799         its delay slot with any subsequent instruction.
16800
16801 2001-07-19  Steve Ellcey <sje@cup.hp.com>
16802
16803         * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.
16804         * optabs.c (can_extend_p) Check HAVE_ptr_extend for a specialized
16805         pointer extension instruction.
16806         * combine.c (nonzero_bits,num_sign_bit_copies) Likewise.
16807         * simplify-rtx.c (simplify_unary_operation) Likewise.
16808         * explow.c (convert_memory_address) Check value of
16809         POINTERS_EXTEND_UNSIGNED to avoid some conversions when
16810         less than zero.
16811         * config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, MULTILIB_OPTIONS,
16812         MULTILIB_DIRNAMES, MULTILIB_MATCHES) Add multilib support.
16813         * config/ia64/hpux.h (CPP_SPEC, ASM_SPEC, SUBTARGET_SWITCHES)
16814         Add Multilib Support.
16815         (POINTERS_EXTEND_UNSIGNED)  Define for ILP32 support.
16816         * config/ia64/ia64.h (MASK_ILP32, TARGET_ILP32, SUBTARGET_SWITCHES)
16817         Add Multilib Support.
16818         (POINTER_SIZE, LONG_TYPE_SIZE, MAX_LONG_TYPE_SIZE) Modify for ILP32
16819         support.
16820         * config/ia64/ia64.c (rtx_needs_barrier) Add support for addp4.
16821         * config/ia64/ia64.md (ptr_extend) New instruction to "swizzle"
16822         a 32 bit HP-UX pointer into a 64 bit HP-UX pointer.
16823
16824 2001-07-19  Alexandre Oliva  <aoliva@redhat.com>
16825
16826         * simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from
16827         old and new operands in `<', `3' and `b'.
16828
16829 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
16830
16831         * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.
16832         (final.o): Don't depend on xcoffout.h, dbxout.h or sdbout.h.
16833         (toplev.o): Don't depend on xcoffout.h.
16834         * c-decl.c: Include debug.h
16835         (duplicate_decls): Use debug hook.
16836         * dbxout.c (dbxout_source_file, dbxout_args): Make static.
16837         (dbx_debug_hooks, xcoff_debug_hooks): Update.
16838         (dbxout_types): Remove.
16839         * dbxout.h (dbxout_source_file, dbxout_types, dbxout_args): Remove.
16840         * debug.c (do_nothing_debug_hooks): Update.
16841         (debug_true_tree, debug_nothing_rtx): New.
16842         * debug.h (struct rtx_def): New.
16843         (struct gcc_debug_hooks): New hooks ignore_block,
16844         outlining_inline_function and label.
16845         (debug_true_tree, debug_nothing_rtx, dwarf2out_frame_init,
16846         dwarf2out_frame_finish): New.
16847         * dwarf2out.c (dwarf2out_ignore_block, dwarf2out_abstract_function):
16848         Make static, update prototype.
16849         (dwarf2_debug_hooks): Update.
16850         * dwarf2out.h (dwarf2out_ignore_block, dwarf2out_abstract_function,
16851         dwarf2out_frame_init, dwarf2out_frame_finish): Remove.
16852         * dwarfout.c (dwarf_debug_hooks): Update.
16853         * emit-rtl.c: Include debug.h.
16854         (remove_unnecessary_notes): Use debug hook.
16855         * final.c: Don't include dbxout.h, xcoffout.h or sdbout.h.
16856         (final_scan_insn): Use debug hook.
16857         * integrate.c (output_inline_function): Use debug hook.
16858         * sdbout.c (sdbout_toplevel_data, sdbout_label): Make static.
16859         (sdb_debug_hooks): Update.
16860         * sdbout.h (sdbout_label, sdbout_toplevel_data): Remove.
16861         * toplev.c: Don't include xcoffout.h.
16862         (note_outlining_of_inline_function, debug_ignore_block): Remove.
16863         * toplev.h (note_outlining_of_inline_function, debug_ignore_block):
16864         Remove.
16865         * tree.h (dwarf2out_do_frame): Remove.
16866
16867 2001-07-19  Catherine Moore  <clm@cygnus.com>
16868
16869         * config/v850/v850.h (ASM_OUTPUT_LABELREF): Restore.
16870
16871 2001-07-19  Geoffrey Keating  <geoffk@redhat.com>
16872
16873         * reload1.c (eliminate_regs_in_insn): When updating a set
16874         to the frame pointer to the hardware frame pointer, perform
16875         the update always not just when REPLACE is set.
16876
16877         * reload1.c (choose_reload_regs): Don't inherit a reload
16878         that crosses multiple registers if registers past the first
16879         don't fit in the desired class.
16880
16881         * ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode
16882         when negating constants.
16883
16884 2001-07-19  Toon Moene  <toon@moene.indiv.nluug.nl>
16885
16886         * tree.def: Document restriction on {L|R}SHIFT_EXPR's second argument.
16887         * doc/tree.texi: Ditto.
16888
16889 2001-07-19  Mark Kettenis  <kettenis@wins.uva.nl>
16890             Jakub Jelinek  <jakub@redhat.com>
16891
16892         * unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.
16893         (extract_cie_info): Handle "eh" augmentation properly,
16894         remember eh_ptr.
16895         (struct frame_state, __frame_state_for): New.
16896
16897 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16898
16899         * config/alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL,
16900         HANDLE_SYSV_PRAGMA): Define.
16901         * mips-tfile.c (add_ext_symbol): Pass complete symbol ptr, inline
16902         previous args.
16903         (copy_object): Caller changed.
16904
16905 2001-07-19  Andreas Schwab  <schwab@suse.de>
16906
16907         * configure.in (assembler dwarf2 debug_line support): Define nop
16908         insn for m68k.
16909         * configure: Regenerated.
16910
16911 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
16912
16913         * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
16914         dwarfout.h.
16915         * dbxout.c (dbxout_function): Rename dbxout_funciton_decl, move
16916         to conditionally compiled block.
16917         (dbx_debug_hooks, xcoff_debug_hooks): Update.
16918         * dbxout.h (dbxout_function): Remove.
16919         * debug.c (do_nothing_debug_hooks): Update.
16920         * debug.h (struct gcc_debug_hooks): New hooks function_decl,
16921         global_decl, deferred_inline_function.
16922         * dwarf2out.c (dwarf2_debug_hooks): Update.
16923         (dwarf2out_global_decl): New.
16924         * dwarfout.c: Don't include dwarfout.h.
16925         (dwarfout_global_decl, dwarfout_function_decl,
16926         dwarfout_deferred_inline_function): New.
16927         (dwarf_debug_hooks): Update.
16928         * dwarfout.h: Remove.
16929         * final.c: Don't include dwarfout.h.
16930         * sdbout.c (sdbout_global_decl): New.
16931         (sdbout_debug_hooks): Update.
16932         * toplev.c: Don't include dwarfout.h.
16933         (check_global_declarations, rest_of_compilation): Use new debug hooks.
16934         (note_deferral_of_defined_inline_function): Remove.
16935         * toplev.h (note_deferral_of_defined_inline_function): Remove.
16936         * ch/Makefile.in (lex.o): No dependence on dwarfout.h.
16937         * ch/lex.c: Don't include dwarfout.h.
16938         * cp/Make-lang.in (decl2.o): No dependence on dwarfout.h, dwarf2out.h.
16939         (semantics.o, optimize.o): Depend on debug.h not dwarfout.h.
16940         * cp/decl2.c: Don't include dwarfout.h and dwarf2out.h.
16941         * cp/optimize.c: Include debug.h.
16942         (maybe_clone_body): Use debug hook.
16943         * cp/semantics.c: Include debug.h.
16944         (expand_body): Use debug hook.
16945         * po/POTFILES.in: Remove dwarfout.h.
16946
16947 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
16948
16949         * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
16950         * c-parse.in (yyerror, _yylex): Similarly.
16951         * cppexp.c (parse_number, parse_defined, lex, _cpp_parse_expr):
16952         Don't use CPP_INT, CPP_FLOAT; CPP_NUMBER is enough.
16953         Update comments.
16954         * cpplib.h (CPP_INT, CPP_FLOAT): Remove.
16955         * cp/spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
16956
16957 2001-07-18  Jeff Sturm  <jsturm@one-point.com>
16958
16959         * dwarf2out.c (dwarf2out_abstract_function): Don't emit
16960         in-class declaration at -g1.  Fixes c++/2814.
16961
16962 2001-07-18  Richard Henderson  <rth@redhat.com>
16963
16964         * doc/md.texi (reload_in/out): Document restrictions in predicates
16965         and constraints for these patterns.  Document empty string matching
16966         ALL_REGS.
16967
16968 2001-07-18  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16969
16970         * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL.
16971
16972 Wed Jul 18 20:47:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
16973
16974         * cse.c: Undo my previous patch.
16975
16976 2001-07-18  Tom Tromey  <tromey@redhat.com>
16977
16978         For PR java/2812:
16979         * configure: Rebuilt.
16980         * configure.in: Don't check for iconv.h or iconv(); use AM_ICONV
16981         instead.
16982         * aclocal.m4 (AM_ICONV): New macro from Bruno Haible.
16983
16984 Wed Jul 18 18:46:30 CEST 2001  Richard Henderson <rth@cygnus.com>
16985                                 Jan Hubicka  <jh@suse.cz>
16986
16987         * flow.c (redirect_edge_and_branch): Bail out on complex edges.
16988         (try_optimize_cfg): Do not remove tail recursive labels before sibcall.
16989         * jump.c (mark_jump_label): Do not forward branches.
16990
16991 Wed Jul 18 18:35:01 CEST 2001  Jan Hubicka  <jh@suse.cz>
16992
16993         * cse.c (delete_trivially_dead_insns): Delete the libcall block
16994         when return value is unused.
16995
16996 Wed Jul 18 18:28:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
16997
16998         * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.
16999
17000 Wed Jul 18 12:05:29 2001  Nicola Pero  <n.pero@mi.flashnet.it>
17001
17002         * gthr-posix.h (__gthread_objc_mutex_trylock): Fixed return value
17003         on error.  We can't blindly return the result of
17004         pthread_mutex_trylock because it returns a positive number on
17005         error, while we must return -1 on error.
17006         (__gthread_objc_mutex_lock, __gthread_objc_mutex_unlock): Similar
17007         fixes.
17008         Reported by Stephen Brandon <stephen@brandonitconsulting.co.uk>.
17009
17010 2001-07-18  Andreas Jaeger  <aj@suse.de>
17011
17012         * integrate.c (output_inline_function): Correct type of debug_hooks.
17013
17014 2001-07-18  Toon Moene  <toon@moene.indiv.nluug.nl>
17015
17016         * combine.c (combine_simplify_rtx): DIV can be treated
17017         associatively for floats if unsafe math optimisations are enabled.
17018
17019 2001-07-17  Richard Henderson  <rth@redhat.com>
17020
17021         * reload.c (push_secondary_reload): Accept empty-string for ALL_REGS.
17022
17023 2001-07-17  Richard Henderson  <rth@redhat.com>
17024
17025         * calls.c (prepare_call_address): New parameter SIBCALLP.  If true,
17026         don't force the function address into a register.
17027         (expand_call, emit_library_call_value_1): Update callers.
17028         * builtins.c (expand_builtin_apply): Likewise.
17029         * expr.h (prepare_call_address): Update decl.
17030
17031 2001-07-17  Chandrakala Chavva  <cchavva@redhat.com>
17032
17033         * config.gcc: For *-*-chorusos triplet, get chorus.h file from
17034         config directory.
17035         * config/i386/chorus.h: Move up.
17036         * config/sparc/chorus.h: Likewise.
17037         * config/rs6000/chorus.h: Likewise.
17038         * config/chorus.h: Moved here.
17039
17040 2001-07-17  Andreas Schwab  <schwab@suse.de>
17041
17042         * configure.in  (assembler eh_frame optimization): Handle big
17043         endian.
17044         * configure: Regenerated.
17045
17046 Tue Jul 17 23:43:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
17047
17048         * expr.c (epxand_expr): Convert divisions into multiplications by
17049         reciprocals if -ffast-math.
17050
17051 2001-07-17  Neil Booth  <neil@daikokuya.demon.co.uk>
17052
17053         * dbxout.c (dbxout_really_begin_function): Rename to
17054         dbxout_begin_function.
17055         (dbx_debug_hooks, xcoff_debug_hooks): Update.
17056         (dbxout_begin_function): Remove.
17057         (dbxout_function): Update.
17058         (dbxout_source_line): Update prototype.
17059         * dbxout.h (dbxout_begin_function): Remove.
17060         * debug.c (do_nothing_debug_hooks): Update.
17061         (debug_nothing_tree): Update.
17062         (debug_nothing_charstar_rtx): Remove.
17063         * debug.h (union tree_node): Declare.
17064         (struct rtx_def): Remove.
17065         (gcc_debug_hooks): New hooks begin_prologue, end_prologue,
17066         begin_function.  Change source_line prototype.
17067         (debug_nothing_tree): New.
17068         (debug_nothing_charstar_rtx): Delete.
17069         (dwarf2out_begin_prologue): Moved from ...
17070         * tree.h: ... here.
17071         * dwarf2out.c (dwarf2_debug_hooks): Update.
17072         (dwarf2out_begin_prologue): Update prototype.  If genuine dwarf2
17073         debug info, call dwarf2out_source_line.
17074         (dwarf2out_souce_line): Update prototype.
17075         * dwarfout.c (dwarfout_begin_function): Rename dwarfout_end_prologue.
17076         Change prototype, make static.
17077         (dwarfout_source_line): Update prototype.
17078         (dwarf_debug_hooks): Update.
17079         * dwarfout.h (dwarfout_begin_function): Remove.
17080         * final.c (final_start_function, final_scan_insn): Use appropriate
17081         debug hooks, update to use notice_source_line.
17082         (output_source_line): Rename notice_source_line.  Don't call the
17083         source_line debug hook.
17084         * sdbout.c (sdbout_begin_function): Rename sdbout_begin_prologue,
17085         make static, update prototype.
17086         (sdbout_mark_begin_function): Rename sdbout_begin_function, update
17087         prototype.
17088         (sdbout_end_prologue): New.
17089         (sdbout_source_line): Update prototype.
17090         (sdbout_debug_hooks): Update.
17091         (sdbout_symbol): Remove unused var.
17092         * sdbout.h (sdbout_begin_function, sdbout_mark_begin_function):
17093         Delete.
17094         * varasm.c: Include debug.h.
17095         (assemble_start_function): Use begin_function debug_hook.
17096         * xcoffout.c (xcoffout_begin_prologue): Rename xcoffout_begin_function,
17097         update with prototype.
17098         (xcoffout_source_line): Update prototype.
17099         * xcoffout.h (xcoffout_begin_prologue): Rename xcoffout_begin_function,
17100         update prototype.
17101         (xcoffout_source_line): Update prototype.
17102
17103 2001-07-17  Richard Henderson  <rth@redhat.com>
17104
17105         * c-typeck.c (build_binary_op): Do not shorten unsigned
17106         right shift after sign extension.
17107
17108 Tue Jul 17 16:56:05 CEST 2001  Jan Hubicka  <jh@suse.cz>
17109
17110         * combine.c (combine_simplify_rtx): Attempt to simplify
17111         a*(b/c) as (a*b)/c for floats in unsafe_math mode.
17112
17113         * simplify-rtx.c (avoid_constatn_pool_reference): New static function.
17114         (simplify_binary_operation, simplify_unary_operation,
17115          simplify_relational_operation): Use it.
17116
17117         * combine.c (combine_simplify_rtx): Don't do associative law
17118         on divisions; allow associative law on floats.
17119
17120 2001-07-17  H.J. Lu <hjl@gnu.org>
17121             Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
17122
17123         * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and
17124         ASM_OUTPUT_WEAK_ALIAS are defined.
17125         * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Define if possible.
17126         * config/mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL):
17127         Moved ...
17128         * config/mips/iris5.h: ... here.
17129         (HANDLE_SYSV_PRAGMA): Defined as 1.
17130         * varasm.c (weak_finish): Use ASM_OUTPUT_WEAK_ALIAS.
17131         * doc/tm.texi (ASM_OUTPUT_WEAK_ALIAS): Support the undefined weak
17132         symbol.
17133
17134 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
17135
17136         * c-parse.in (all_prefix_attributes): New variable.
17137         (PUSH_DECLSPEC_STACK, POP_DECLSPEC_STACK): New macros.
17138         (maybe_resetattrs): New production.
17139         (c_parse_init, datadef, fndef, datadecl, setspecs, setattrs, decl,
17140         maybe_type_quals_setattrs, initdecls, notype_initdecls, initdcl,
17141         notype_initdcl, nested_function, notype_nested_function,
17142         component_decl, components, components_notype,
17143         component_declarator, component_notype_declarator,
17144         absdcl_maybe_attribute, parm, firstparm, setspecs_fp, ivar_decl,
17145         ivars, mydecl, myparm): Update.  Avoid prefix attributes just
17146         after a comma being applied to more than one declarator.
17147         * doc/extend.texi (Attribute Syntax): Update.  Remove
17148         documentation of bugs that are no longer present.
17149
17150 2001-07-13  Eric Christopher  <echristo@redhat.com>
17151
17152         * config/mips/mips.h: Change TUNE_MIPS* options to use
17153         mips_tune.
17154         (EXTRA_SPECS): Add cc1_cpu_spec.
17155         * config/mips/mips.md (muldf3): Fix typo.
17156
17157 2001-07-16  Richard Henderson  <rth@redhat.com>
17158
17159         * config/m68k/m68k.c: Include expr.h and reload.h.
17160         (print_operand_address) [16 bit int]: Cast INTVAL to int for %d.
17161         [general int]: Use HOST_WIDE_INT_PRINT_DEC.
17162
17163 2001-07-16  Daniel Berlin  <dan@cgsoftware.com>
17164             Richard Henderson  <rth@redhat.com>
17165
17166         * cse.c (set_live_p): Take INSN argument for cc0; update callers.
17167         (insn_live_p): Fix fall off end of function.
17168         (dead_libcall_p): Remove COUNTS argument; update callers.
17169         (delete_trivially_dead_insns): Remove unused variables.
17170
17171 2001-07-17  Andreas Jaeger  <aj@suse.de>
17172
17173         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for
17174         x86-64 pic support.
17175
17176         * lcm.c (optimize_mode_switching): Avoid warning for unused
17177         variable if !NORMAL_MODE.
17178
17179         * flow.c (try_crossjump_to_edge): Remove unused variable.
17180
17181 2001-07-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17182
17183         * inclhack.def (ultrix_atexit_param): New hack to fix ultrix 4.3
17184         atexit declaration in stdlib.h.
17185
17186 2001-07-16  Richard Begg  <Richard.Begg@colesmyer.com.au>
17187
17188         * fixinc/inclhack.def(hpux_vsnprintf): brokenness in stdio.h
17189
17190 Mon Jul 16 22:48:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
17191
17192         * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
17193         * except.c (finish_eh_generation): Update call of cleanup_cfg;
17194         do rebuild_jump_labels instead of jump_optimize
17195         * sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
17196         * toplev.c (rest_of_compulation): Likewise for -Wreturn_type.
17197         * flow.c (try_optimize_cfg): Remove unneeded code_labels.
17198
17199         * flow.c: Include timevar.h
17200         (find_basic_block): Push/pop timevar;
17201         (cleanup_cfg): Likewise.
17202         * timevar.def (TV_CFG, TV_CLEANUP_CFG): New.
17203         * Makefile: Add dependencies on timevar.h
17204
17205         * integrate.c (save_for_inline): Kill all BASIC_BLOCK notes.
17206         (copy_insn_list): Avoid killing of BASIC_BLOCK notes.
17207
17208         * rtl.h (delete_trivially_dead_insns): Add new parameter.
17209         * toplev.c (rest_of_compilation): Update calls.
17210         * cse.c (set_live_p, insn_live_p, dead_libcall_p): Break out from ...
17211         (delete_trivially_dead_insns): ... here; accept new argument
17212         preserve_basic_blocks; preserve basic blocks if set.
17213
17214         * reg-stack.c (stack_regs_mentioned): Return 0 if
17215         stack_regs_mentioned_data is not initialized.
17216         (reg_to_stack): Make stack_regs_mentioned survive after the
17217         reg-stack is completted; do not call cleanup_cfg.
17218         * toplev.c (rest_of_compilation): Do cleanup_cfg before bb-reorder;
17219         make cleanup_cfg after bb-reorder to output to debug file.
17220
17221 2001-07-16  Richard Henderson  <rth@redhat.com>
17222
17223         * regclass.c (init_reg_sets): Use only 32 bits per initializer
17224         from int_reg_class_contents.
17225
17226 2001-07-16  Richard Henderson  <rth@redhat.com>
17227
17228         * hard-reg-set.h (regs_invalidated_by_call): Declare.
17229         * regclass.c (regs_invalidated_by_call): Move from cse.c.
17230         (init_reg_sets_1): Move initialization from cse_main.
17231         * cse.c (regs_invalidated_by_call): Move to regclass.c.
17232         (cse_main): Move its initialization also.
17233         * df.c (df_insn_refs_record): Use regs_invalidated_by_call.
17234         * flow.c (propagate_one_insn): Likewise.
17235         * gcse.c (compute_hash_table): Likewise.
17236         (compute_kill_rd, compute_store_table): Likewise.
17237         * sched-deps.c (sched_analyze_1): Likewise.
17238
17239 Mon Jul 16 18:07:07 2001  J"orn Rennecke <amylaar@redhat.com>
17240
17241         * gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of
17242         gen_rtx_SET.
17243
17244 2001-07-16  Steve Ellcey <sje@cup.hp.com>
17245
17246         * dominance.c (calc_dfs_tree_nonrec): Reverse order of tests
17247         in if statement so we don't access undefined memory.
17248
17249 2001-07-16  Daniel Berlin  <dan@cgsoftware.com>
17250
17251         * gcse.c: Update comment at top.
17252         Update comment on mem handling.
17253         mem_last_set, mem_first_set, mem_set_in_block: gone.
17254         Declaration of reg_set_info: gone.
17255         (oprs_unchanged_p): Don't use mem_*set_* anymore. They are
17256         pointless with load_killed_in_block_p (they are *more*
17257         conservative then it, not less, and less accurate).
17258         (oprs_not_set_p): Ditto.
17259         (alloc_gcse_mem): Don't allocate mem_set_in_block
17260         (free_gcse_mem): Don't free it, either.
17261         (record_last_mem_set_info): Update comment in front, remove
17262         mem_*set_* stuff. Note the reason we don't handle stores directly
17263         here.
17264         (compute_hash_table): Update comments to reflect reality. Remove
17265         mem_*set_* references.
17266         (reset_opr_set_tables): Remove mem_*set_* references.
17267         (mark_call): Ditto.
17268         (mark_set): Ditto.  Also remove double sets of bitmaps for REG's.
17269         (mark_clobber): Ditto (on both parts, we double set here too).
17270         (expr_killed_p): Remove mem_set_in_block test.
17271         (compute_transp): Remove mem_set_in_block test.
17272
17273         * ssa-ccp.c: (optimize_unexecutable_edges): Add note about removal
17274         of edge, and removal of phi alternative to dump file.
17275         (ssa_ccp_substitute_constants): Add note about register now being
17276         constant, and which uses were replaced in what insns to dump file.
17277
17278 2001-07-16  Andreas Jaeger  <aj@suse.de>
17279
17280         * gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
17281         variables of type HOST_WIDEST_INT.
17282
17283         * libgcc2.c (__bb_exit_func): Handle gcov_type as long long.
17284         (__bb_exit_func): Correct type of count_max to avoid overflow.
17285         (num_digits): Handle long long argument.
17286
17287         * combine.c (gen_lowpart_for_combine): Remove unused variable.
17288
17289 2001-07-16  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17290
17291         * output.h (sdb_begin_function_line): Restore as an extern
17292         variable.
17293         * sdbout.c (sdb_begin_function_line): Make extern.
17294
17295 2001-07-15  Richard Henderson  <rth@redhat.com>
17296
17297         * machmode.def (Pmode): Redefine if GENERATOR_FILE.
17298         * genrecog.c (maybe_both_true_mode): New.
17299         (maybe_both_true_2): Use it.
17300         (write_switch): Don't put Pmode in a switch.
17301         * rtl.c (mode arrays): Don't explicitly size them.
17302
17303 Sun Jul 15 14:07:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
17304
17305         * toplev.c (rest_of_compilation): Fix register_life_up_to_date
17306         handling; move unconditional splitting before mode switching.
17307
17308         * i386.md (type): Add fistp type.
17309         (i387, length_attr, scheduling definitions): Handle this type.
17310         (fix_trunc?f?i2): Revamp to use mode switching.
17311         (fix_trunct?f?i_nonmemory, fix_trunc?f?i_memory): New patterns.
17312         * i386.h (fp_cw_mode): New enum
17313         (OPTIMIZE_MODE_SWITCHING, NUM_MODES_FOR_MODE_SWITCHING, MODE_NEEDED,
17314         MODE_PRIORITY_TO_MODE, ENUM_MODE_SET): New macros.
17315
17316 Sun Jul 15 12:53:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17317
17318         * Makefile.in (integrate.o): Add debug.h.
17319         * integrate.c (debug.h): Add.
17320         (output_inline_function): Save, reset, and restore debug_hooks.
17321
17322 2001-07-15  Richard Henderson  <rth@redhat.com>
17323
17324         * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use CCmode
17325         instead of COMPARE for the EQUIV expression.
17326
17327 2001-07-15  Richard Henderson  <rth@redhat.com>
17328
17329         * flow.c (redirect_edge_and_branch_force): Initialize
17330         global_live_at_start and global_live_at_end.
17331         (allocate_bb_life_data): Export.
17332         * basic-block.h (allocate_bb_life_data): Declare.
17333         * toplev.c (rest_of_compilation): Call it.
17334
17335 2001-07-15  Richard Henderson  <rth@redhat.com>
17336
17337         * config/alpha/alpha.c (alpha_tablejump_addr_vec): New.
17338         (alpha_tablejump_best_label): New.
17339         * config/alpha/alpha-protos.h: Declare them.
17340         * config/alpha/alpha.md: Use braced strings for code blocks.
17341         (tablejump_osf): Break out add with r29.
17342         (tablejump_osf_internal): Remove.
17343         (tablejump_osf_nt_internal): Rename from tablejump_nt_internal,
17344         use alpha_tablejump_addr_vec and alpha_tablejump_best_label.
17345
17346 Sun Jul 15 00:53:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
17347
17348         * loop.c (scan_loop): Add USEs inside PARALLELs into dependencies
17349         of the movable.
17350
17351         * toplev.c (rest_of_compilation): Allow new pseudoes for mode switching.
17352
17353         * i386-protos.h (ix86_split_fp_branch): Update prototype.
17354         (ix86_fp_jump_nontrivial_p): New.
17355         * i386.md (fp_jcc_?): Update call of split_fp_branch;
17356         use ix86_fp_jump_nontrivial_p.
17357         * i386.c (ix86_fp_jump_nontrivial_p): New.
17358         (ix86_split_fp_branch): Accept code instead of rtx.
17359         (ix86_expand_compare): Expand comparison early in case
17360         doing so is resonably cheap.
17361
17362 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
17363
17364         * config/rs6000/sysv4.h (CPP_ENDIAN_BIG_SPEC): Assert 'endian'
17365         not 'machine'.
17366         (CPP_ENDIAN_LITTLE_SPEC): Assert 'endian' not 'machine'.
17367         (CPP_ENDIAN_SOLARIS_SPEC): Assert 'endian' not 'machine'.
17368
17369 2001-07-15  Neil Booth  <neil@daikokuya.demon.co.uk>
17370
17371         * dbxout.c (dbxout_source_line): Make static, update prototype.
17372         (dbx_debug_hooks, xcoff_debug_hooks): Add new hooks.
17373         (dbxout_init, dbxout_finish, dbxout_source_line,
17374         dbxout_begin_block, dbxout_end_block): Update for new prototypes.
17375         * dbxout.h (dbxout_source_line): Delete.
17376         * debug.c (debug_nothing_file, debug_nothing_file_int,
17377         debug_nothing_file_charstar_rtx): New.
17378         (do_nothing_debug_hooks): Update.
17379         (debug_nothing_void, debug_nothing_charstar_rtx,
17380         dwarf2out_end_epilogue): New.
17381         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
17382         * debug.h (struct rtx_def): Declare.
17383         (gcc_debug_hooks): New hooks source_line, end_epilogue
17384         and end_function.
17385         (debug_nothing_void, debug_nothing_charstar_rtx,
17386         dwarf2out_end_epilogue): New.
17387         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
17388         * dwarf2out.c (dwarf2out_source_line): Make static, update prototype.
17389         (dwarf2_debug_hooks): Update.
17390         (dwarf2out_init, dwarf2out_finish, dwarf2out_source_line,
17391         dwarf2out_begin_block, dwarf2out_end_block): Update for new prototypes.
17392         * dwarf2out.h (dwarf2out_source_line): Remove.
17393         * dwarfout.c (dwarfout_end_epilogue, dwarfout_end_function):
17394         Make static, update prototype.
17395         (dwarfout_init, dwarfout_finish, dwarfout_source_line,
17396         dwarfout_begin_block, dwarfout_end_block): Update for new prototypes.
17397         (dwarf_debug_hooks): Update.
17398         * dwarfout.h (dwarfout_end_epilogue, dwarfout_source_line,
17399         dwarfout_end_function): Remove.
17400         * final.c (profile_function): Use debug hooks for ending functions
17401         and epilogues.
17402         (output_source_line, final_end_function): Update prototype,
17403         use debug hooks.
17404         (final_start_function, final_scan_insn): Update.
17405         * output.h (sdb_begin_function_line): Remove.
17406         (final_end_function): Update prototype.
17407         * sdbout.c (sdb_begin_function_line): Make static.
17408         (PUT_SDB_EPILOGUE_END): Move to sdbout_end_epilogue.
17409         (sdbout_source_line): New.
17410         (sdbout_end_epilogue, sdbout_end_function): Make static, update
17411         prototypes.
17412         (sdb_debug_hooks): Update.
17413         (sdbout_init, sdbout_source_line,
17414         sdbout_begin_block, sdbout_end_block): Update for new prototypes.
17415         * sdbout.h (sdbout_end_epilogue, sdbout_end_function): Remove.
17416         * toplev.c (compile_file, rest_of_compilation): Update.
17417         * tree.h (dwarf2out_end_epilogue): Move to debug.h.
17418         * xcoffout.c (xcoffout_source_line, xcoffout_begin_block,
17419         xcoffout_end_block, xcoffout_end_epilogue, xcoffout_end_function):
17420         Update for prototype changes.
17421         * xcoffout.h (xcoffout_source_line, xcoffout_begin_block,
17422         xcoffout_end_block, xcoffout_end_epilogue): Update prototypes.
17423
17424 2001-07-15  Richard Henderson  <rth@redhat.com>
17425
17426         * config/alpha/alpha.h (TARGET_ABI_OSF): New.
17427         (TARGET_ABI_WINDOWS_NT, TARGET_ABI_OPEN_VMS): Rename; update users.
17428         * config/alpha/alpha-protos.h: Update TARGET_ABI_* users.
17429         * config/alpha/alpha.c: Likewise.
17430         * config/alpha/alpha.md: Likewise.
17431         * config/alpha/alpha32.h: Likewise.
17432         * config/alpha/vms.h: Likewise.
17433         (OPEN_VMS): Remove.
17434
17435 2001-07-14  Richard Henderson  <rth@redhat.com>
17436
17437         * config/alpha/alpha.md: Use define_constants for unspec values.
17438         Substitute throughout.
17439
17440 2001-07-14  Tim Josling  <tej@melbpc.org.au>
17441
17442         * tree.def (EXPON_EXPR) remove. Never supported anyway.
17443
17444 2001-07-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17445
17446         * pa.md: Remove unused constraints from define_split's.
17447
17448 2001-04-14  Richard Henderson  <rth@redhat.com>
17449
17450         * ifcvt.c (find_cond_trap): Test for exit block.
17451
17452 Sun Jul 15 00:50:20 CEST 2001  Jan Hubicka  <jh@suse.cz>
17453
17454         Re-install recently reverted patch.
17455         * emit-rtl.c (try_split): Update mark_jump_label call.
17456         * flow.c (find_sub_basic_blocks): Likewise.
17457         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
17458         jump_back_p): Kill.
17459         (mark_all_labels): Kill second parameter.
17460         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
17461         (rebuild_jump_labels, jump_optimize_minimal): Update call
17462         of jump_optimize_1.
17463         (jump_optimize_1): Kill crossjumping code.
17464         (mark_jump_label): Kill cross_jump parameter.
17465         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
17466         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
17467         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
17468          splitting.
17469         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
17470         DFI_bpro.
17471         (dump_file_info): Likewise.
17472         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
17473         reorganize passes to do reg-stack first, bb-reorder second.
17474         * invoke.texi (-d letters doc): Remove the jump2 pass.
17475
17476 2001-07-14  Richard Henderson  <rth@redhat.com>
17477
17478         * ifcvt.c (find_cond_trap): New.
17479         (find_if_header): Call it.
17480         (merge_if_block): Relax existing jump sanity check.
17481         * jump.c (jump_optimize_1): Remove conditional trap handling.
17482
17483 2001-07-14  Alan Modra  <amodra@bigpond.net.au>
17484
17485         * config/pa/pa.c (emit_hpdiv_const): Return reg is r2 for 64-bit
17486         millicode.
17487         (insn_refs_are_delayed): Correct comment.
17488         * config/pa/pa.h (INSN_REFERENCES_ARE_DELAYED): Likewise.
17489         * config/pa/pa.md (mulsi3): If TARGET_64BIT, clobber r2
17490         instead of r31.  Make associated insn !TARGET_64BIT, and
17491         provide an additional 64-bit insn that clobbers r2.
17492         (divsi3): Likewise.
17493         (udivsi3): Likewise.
17494         (modsi3): Likewise.
17495         (umodsi3): Likewise.
17496
17497 Sat Jul 14 02:58:38 CEST 2001  Jan Hubicka  <jh@suse.cz>
17498
17499         * bb-reorder.c (skip_insn_after_block): Get past the line number notes.
17500
17501         * flow.c (redirect_edge_and_branch_force, split_edge,
17502         try_crossjump_to_edge): Use set_block_for_new_insns.
17503         * bb-reorder.c (emit_jump_to_block_after): Call set_block_for_new_insns.
17504
17505 2001-07-13  H.J. Lu  (hjl@gnu.org)
17506
17507         * config/elfos.h (UNIQUE_SECTION): Enable .bss section with
17508         the correct patch.
17509
17510 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
17511
17512         Revert H.J. Lu's UNIQUE_SECTION patch of 2001-07-13.
17513
17514 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
17515
17516         * c-common.c (decl_attributes): Take a pointer to the node to
17517         which attributes are to be attached, and a flags argument.
17518         * c-common.h (enum attribute_flags): New.
17519         (decl_attributes): Update prototype.
17520         * c-decl.c (start_decl, push_parm_decl, finish_struct,
17521         finish_enum, start_function): Update calls to decl_attributes.
17522         * c-parse.in (component_declarator, component_notype_declarator,
17523         label): Update calls to decl_attributes.
17524
17525 Fri Jul 13 23:04:00 2001  Denis Chertykov  <denisc@overta.ru>
17526
17527         * config/avr/avr.md (strlenhi): PARALLEL keyword removed.
17528         * config/avr/avr.c (legitimate_address_p): Return value changed
17529         from letter to register classes. For better debugging.
17530
17531 2001-07-13  Kazu Hirata  <kazu@hxi.com>
17532
17533         * jump.c (reversed_comparison_code_parts): Fix comment typos.
17534
17535 2001-07-13  H.J. Lu  (hjl@gnu.org)
17536
17537         * config/elfos.h (UNIQUE_SECTION): Enable .bss section.
17538
17539 2001-07-13  Marc Espie  <espie@cvs.openbsd.org>
17540
17541         * config.gcc (*-*-openbsd*):  Add fragment to compile libgcc
17542         correctly for shared configurations.
17543         * config/t-libgcc-pic:  New.
17544         * config/{i386,m68k,sparc}/t-openbsd:  New.
17545         * config/openbsd.h:  Include cpu_spec in cpp_spec where needed.
17546         Support -shared.  Support debugging libraries with -g.
17547         * config/i386/openbsd.h:  Correct ASM_COMMENT_START.  Ensure dwarf2
17548         frame information does not emit pointer diffs.
17549         * config/sparc/openbsd.h:  Ensure dwarf2 frame information does not
17550         emit pointer diffs.
17551
17552 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
17553
17554         Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.
17555
17556 2001-07-13  David Edelsohn  <edelsohn@gnu.org>
17557
17558         * combine.c (try_combine): Ensure const_int pow2 is positive.
17559
17560 2001-07-13  Hartmut Penner  <hpenner@de.ibm.com>
17561
17562         * config.gcc: Add configuration for s/390.
17563         * config/s390/s390.c: New. Subroutines for code generation.
17564         * config/s390/s390.h: New. Definitions for s/390.
17565         * config/s390/s390-protos.h: New. Prototypes.
17566         * config/s390/linux.h: New. Definitions for linux for s/390.
17567         * config/s390/linux64.h: New. Definitions for linux for zSeries.
17568         * config/s390/t-linux: New. Makefile fragment.
17569         * config/s390/s390.md: New. Machine description for s/390 and zSeries.
17570         * config/s390/fixdfdi.h: New. Fix L_fix*di.
17571
17572 Fri Jul 13 14:46:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
17573
17574         * emit-rtl.c (try_split): Update mark_jump_label call.
17575         * flow.c (find_sub_basic_blocks): Likewise.
17576         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
17577         jump_back_p): Kill.
17578         (mark_all_labels): Kill second parameter.
17579         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
17580         (rebuild_jump_labels, jump_optimize_minimal): Update call
17581         of jump_optimize_1.
17582         (jump_optimize_1): Kill crossjumping code.
17583         (mark_jump_label): Kill cross_jump parameter.
17584         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
17585         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
17586         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
17587          splitting.
17588         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
17589         DFI_bpro.
17590         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
17591         reorganize passes to do reg-stack first, bb-reorder second.
17592         * invoke.texi (-d letters doc): Remove the jump2 pass.
17593
17594 2001-07-12  Steve Ellcey <sje@cup.hp.com>
17595
17596         * toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.
17597
17598 Thu Jul 12 17:57:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
17599
17600         * flow.c (try_optimize_cfg): Delete whole chain of trivially dead
17601         basic blocks.
17602         (verify_flow_info): Make diagnostics prettier.
17603
17604 Thu Jul 12 16:48:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
17605
17606         * flow.c (find_basic_blocks_1): Do not emit NOP after call.
17607
17608         * flow.c (outgoing_edges_match): Return early if condition reversal
17609         failed.
17610
17611 2001-07-06  Richard Sandiford  <rsandifo@redhat.com>
17612
17613         * config/mips/mips.c (print_operand): Extend '%D' to memory operands.
17614         (mips_move_2words): When splitting a move into two instructions,
17615         prefix the second address operand with '%D'.
17616
17617 2001-07-12  Neil Booth  <neil@daikokuya.demon.co.uk>
17618
17619         * Makefile.in (final.o): Depend on debug.h.
17620         * dbxout.c (dbxout_begin_block, dbxout_end_block): New.
17621         (dbx_debug_hooks): Add new hooks.
17622         (xcoff_debug_hooks): New.
17623         * debug.c (debug_nothing_file_int_int): New.
17624         (do_nothing_debug_hooks): Update.
17625         * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
17626         (debug_nothing_file_int_int): New.
17627         * dwarf2out.c (dwarf2out_begin_block, dwarf2out_end_block): Make
17628         static, update prototype.
17629         (dwarf2_debug_hooks): Update.
17630         * dwarf2out.h (dwarf2out_begin_block, dwarf2out_end_block): Remove.
17631         * dwarfout.c (dwarfout_begin_block, dwarfout_end_block): Make
17632         static, update prototype.
17633         (dwarf_debug_hooks): Update.
17634         * dwarfout.h (dwarfout_begin_block, dwarfout_end_block): Remove.
17635         * final.c: Include debug.h.
17636         (final_scan_insn): Use debug hooks when beginning and ending blocks.
17637         * sdbout.c (sdbout_begin_block, sdbout_end_block): Make
17638         static, update prototype.
17639         (sdb_debug_hooks): Update.
17640         * sdbout.h (sdbout_begin_block, sdbout_end_block): Remove.
17641         * toplev.c: Distinguish between xcoff and dbx.
17642
17643         * f/lex.c (ffelex_file_pop_, ffelex_file_push_, ffelex_hash_):
17644         Call all debug hooks, not just dwarf ones.
17645
17646 2001-07-11  Timothy Wall  <twall@redhat.com>
17647
17648         * config.gcc: Add configuration for AIX5/IA64.
17649         * config/ia64/aix.h: New.  AIX5/IA64-specific configuration.
17650         * config/ia64/crt[in].asm: New.  Generic static ctor/dtor
17651         support prefix/suffix code.
17652         * config/ia64/t-aix: New.  Makefile fragment.
17653         * config/ia64/unwind-aix.c: New.  Unwind table entry lookup.
17654
17655 2001-07-11  Kazu Hirata  <kazu@hxi.com>
17656
17657         * recog.c (validate_change): Fix a comment typo.
17658
17659 2001-07-11  Neil Booth  <neil@daikokuya.demon.co.uk>
17660
17661         * Makefile.in (c-lex.o): Wrap long lines.  Depend on debug.h.
17662         * c-lex.c (cb_file_change, cb_define, cb_undef): Use debug
17663         hooks directly.
17664         * dbxout.c (dbx_debug_hooks): Add new hooks.
17665         (dbxout_start_new_source_file): Rename dbxout_start_source_file,
17666         make static.
17667         (dbxout_resume_previous_source_file): Rename dbxout_end_source_file,
17668         make static.
17669         * dbxout.h (dbxout_start_new_source_file,
17670         dbxout_resume_previous_source_file): Delete.
17671         * debug.c (do_nothing_debug_hooks): Add new hooks.
17672         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
17673         (debug_nothing_int_charstar, debug_nothing_int): New.
17674         * debug.h (gcc_debug_hooks): New hooks define, undef,
17675         start_source_file and end_source_file.
17676         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
17677         (debug_nothing_int_charstar, debug_nothing_int): New.
17678         * dwarf2out.c (dwarf2_debug_hooks): Add new hooks.  Move into
17679         the conditionally compiled section.
17680         (dwarf2out_start_source_file, dwarf2out_end_source_file,
17681         dwarf2out_define, dwarf2out_undef): Make static.
17682         * dwarf2out.h (dwarf2out_start_source_file, dwarf2out_end_source_file,
17683         dwarf2out_define, dwarf2out_undef): Remove.
17684         * dwarfout.c (dwarf_debug_hooks): Add new hooks.
17685         (dwarfout_start_source_file, dwarfout_end_source_file,
17686         dwarfout_define, dwarfout_undef): Make static.
17687         (dwarfout_start_source_file_check,
17688         dwarfout_end_source_file_check): New.
17689         (dwarfout_define, dwarfout_finish): Update.
17690         * dwarfout.h (dwarfout_start_new_source_file,
17691         dwarfout_resume_previous_source_file, dwarfout_define,
17692         dwarfout_undef): Remove.
17693         * sdbout.c (sdb_debug_hooks): Add new hooks.
17694         (sdbout_start_new_source_file): Rename sdbout_start_source_file,
17695         make static.
17696         (sdbout_resume_previous_source_file): Rename sdbout_end_source_file,
17697         make static, take an arg.
17698         * sdbout.h (sdbout_start_new_source_file,
17699         sdbout_resume_previous_source_file): Delete.
17700         * toplev.c (debug_start_source_file, debug_end_source_file,
17701         debug_define, debug_undef): Delete.
17702         * toplev.h (debug_start_source_file, debug_end_source_file,
17703         debug_define, debug_undef): Delete.
17704
17705         * java/jcf-parse.c: Include debug.h.
17706         (parse_class_file): Update to use debug hooks directly.
17707         * java/Make-lang.in (jcf-parse.o): Depend on debug.h.
17708
17709 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17710
17711         * alias.c (set_mem_alias_set): New function.
17712         * rtl.h (set_mem_alias_set): Declare it.
17713         * builtins.c (expand_builtin_return_addr): Call it instead of
17714         using MEM_ALIAS_SET accessor.
17715         (expand_builtin_setjmp_setup, expand_builtin_longjmp): Likewise.
17716         (get_memory_rtx, expand_builtin_va_arg): Likewise.
17717         (expand_builtin_va_copy):Likewise.
17718         * caller-save.c (setup_save_areas): Likewise.
17719         * calls.c (compute_argument_addresses): Likewise.
17720         * explow.c (set_mem_attributes): Likewise.
17721         * expr.c (emit_single_push_insn, emit_push_insn): Likewise.
17722         (expand_assignment, store_constructor_field, store_field): Likewise.
17723         (expand_expr_unaligned): Likewise.
17724         * function.c (assign_stack_temp_for_type): Likewise.
17725         (put_reg_into_stack, gen_mem_addressof): Likewise.
17726         * ifcvt.c (noce_try_cmove_arith): Likewise.
17727         * reload1.c (reload, alter_reg): Likewise.
17728         * config/alpha/alpha.c (get_aligned_mem): Likewise.
17729         (alpha_set_memflags_1, alpha_expand_unaligned_load): Likewise.
17730         (alpha_expand_unaligned_store): Likewise
17731         (alpha_expand_unaligned_load_words): Likewise.
17732         (alpha_expand_unaligned_store_words): Likewise.
17733         (alpha_expand_block_clear, alpha_expand_prologue): Likewise.
17734         (alpha_expand_epilogue): Likewise.
17735         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
17736         * config/clipper/clipper.c (clipper_builtin_saveregs): Likewise.
17737         * config/i386/i386.c (legitimize_pic_address): Likewise.
17738         * config/i960/i960.c (setup_incoming_varargs): Likewise.
17739         * config/ia64/ia64.c (spill_restore_mem): Likewise.
17740         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
17741         * config/m8k/m88k.c (m88k_builtin_saveregs): Likewise.
17742         * config/mips/mips.c (mips_va_arg): Likewise.
17743         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
17744         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
17745         * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
17746         (setup_incoming_varargs, rs6000_va_arg): Likewise.
17747         (rs6000_emit_eh_toc_restore, rs6000_emit_prologue): Likewise.
17748         (rs6000_emit_epilogue): Likewise.
17749         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
17750         * config/sparc/sparc.c (sparc_va_arg): Likewise.
17751         * config/v850/v850.c (v850_va_arg): Likewise.
17752
17753 Wed Jul 11 21:27:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
17754
17755         * flow.c (merge_blocks_move_successor_nojumps): Do not crash
17756         when fallthru edge is present.
17757         (mege_blocks): Handle case where creation of jump insn
17758         is required.
17759
17760         * basic-block.h (CLEANUP_EXPENSIVE, CLEANUP_CROSSJUMP,
17761         CLEANUP_POST_REGSTACK): New constants.
17762         * except.c (finish_eh_generation): Update call of cleanup_cfg,
17763         * jump.c (rtx_renumbered_equal_p): Handle 't' fields.
17764         * output.h (cleanup_cfg): Update prototype.
17765         * reg-stack.c (reg_to_stack): Use cleanup_cfg instead of jump_optimize
17766         * sibcall.c (optimize_sibling_and_tail_recursive_call): Update
17767         cleanup_cfg call; kill missleading comment.
17768         * toplev.c (rest_of_compilation): Update all cleanup_cfg calls.
17769         * flow.c (merge_blocks, try_optimize_cfg, cleanup_cfg): Accept mode
17770         parameter; control optimizations performed using it.
17771         (flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
17772         try_crossjump_bb): New functions.
17773
17774 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17775
17776         * pa.c (pa_output_function_prologue): Delete prototype.  Make function
17777         extern.
17778         * pa.h (ASM_OUTPUT_MI_THUNK): Rename output_function_prologue to
17779         pa_output_function_prologue.
17780         * pa-protos.h (pa_output_function_prologue): New prototype.
17781
17782 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17783
17784         * stmt.c (emit_case_nodes): Widen high and low instead of new_bound
17785         and low to get correct sign extension in low+high test.
17786
17787 2001-07-11  Janis Johnson <janis@us.ibm.com>
17788
17789         * gcov.c (arcdata): Use gcov_type to fix branch percentage
17790         for large hit count.
17791
17792         * profile.c (branch_prob): Fix .bbg info for computed gotos
17793         and C++ EH code.
17794
17795 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
17796
17797         * stmt.c (parse_output_constraint): New function, split out
17798         from ...
17799         (expand_asm_operands): ... here.  Use parse_output_constraint.
17800         * tree.h (parse_output_constraint): Declare it.
17801
17802 2001-07-11  Richard Henderson  <rth@redhat.com>
17803
17804         * bitmap.c: Comment some functions; fiddle whitespace.
17805         (bitmap_free): Don't export.
17806         (bitmap_element_allocate): Use memset.
17807         * bitmap.h (bitmap_free): Don't declare.
17808
17809 2001-07-11  Daniel Berlin  <dan@cgsoftware.com>
17810
17811         * gcse.c, lcm.c, sched-deps.c:
17812         s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vectors/g
17813
17814         * flow.c (flow_loops_find): Free dom if we found no loops, since
17815         we aren't going to save it.
17816
17817         * lcm.c (pre_edge_rev_lcm): Free st_antin, st_antout when we are
17818         done.
17819
17820 Wed Jul 11 09:00:48 2001  Jeffrey A Law  (law@cygnus.com)
17821
17822         * ssa-ccp.c (ssa_fast_dce): Free worklist when completed.
17823
17824 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17825
17826         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy version
17827         #ifndef DWARF2_DEBUGGING_INFO.
17828
17829 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
17830
17831         * simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.
17832
17833 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
17834
17835         * config/mips/mips.c (gen_int_relational): Tell the caller not to
17836         reverse a branch if a NE comparison is implemented with GTU.
17837
17838 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
17839             H.J. Lu  <hjl@gnu.org>
17840
17841         * mips.md (call_internal1): Use CONSTANT_ADDRESS_P to check for
17842         constant addresses.
17843         (call_internal2): Likewise.
17844         (call_value_internal1): Likewise.
17845         (call_value_internal2): Likewise.
17846         (call_value_multiple_internal1): Likewise.
17847         (call_value_multiple_internal2): Likewise.
17848
17849 2001-07-10  Kazu Hirata  <kazu@hxi.com>
17850
17851         * calls.c (emit_library_call_value_1): Fix a comment typo.
17852         * dwarf2out.c (mem_loc_descriptor): Likewise.
17853         * config/i386/i386.c (ix86_expand_aligntest): Likewise.
17854
17855 2001-07-11  David Billinghurst <David.Billinghurst@riotinto.com>
17856
17857         * simplify-rtx.c (simplify_subreg): Fix typo in comment
17858
17859 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17860
17861         * recog.c (offsettable_address_p): Handle LO_SUM case.
17862         * config/mips/mips.c (double_memory_operand): Use adjust_address_nv
17863         instead of plus_constant.
17864
17865 2001-07-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
17866
17867         * reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge,
17868         fix setting of the reloads of that reload to RELOAD_FOR_OTHER_ADDRESS.
17869
17870 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17871
17872         * config/rs6000/rs6000.c (print_operand, case 'L', 'Y', 'Z'): Use
17873         adjust_address_nv instead of plus_constant.
17874
17875 2001-07-10  Neil Booth  <neil@daikokuya.demon.co.uk>
17876
17877         * Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o,
17878         dwarf2out.o): Depend on debug.h, wrap long lines.
17879         * dbxout.c: Include debug.h.
17880         (dbx_debug_hooks): New.
17881         (dbxout_init): Make static, take just 2 args.
17882         (dbxout_finish): Make static.
17883         * dbxout.h (dbxout_init, dbxout_finish): Delete.
17884         * debug.c: New file.
17885         * debug.h: New file.
17886         * dwarf2out.c: Include debug.h.
17887         (dwarf2_debug_hooks): New.
17888         (dwarf2out_init): Make static.
17889         (dwarf2out_finish): Make static, take 2 args.
17890         * dwarf2out.h (dwarf2out_init, dwarf2out_finish): Delete.
17891         * dwarfout.c: Include debug.h.
17892         (dwarf_debug_hooks): New.
17893         (dwarfout_init): Make static.
17894         (dwarfout_finish): Make static, take 2 args.
17895         * dwarfout.h (dwarfout_init, dwarfout_finish): Delete.
17896         * sdbout.c: Include debug.h.
17897         (sdb_debug_hooks): New.
17898         (sdbout_init): Make static, take 2 args.
17899         * sdbout.h (sdbout_init): Delete.
17900         * toplev.c: Include debug.h.
17901         (debug_hooks): New.
17902         (compile_file): Set deubg_hooks based on command line options.
17903         Use the hooks unconditionally rather than conditional compilation.
17904
17905 Tue Jul 10 09:04:45 2001  Jeffrey A Law  (law@cygnus.com)
17906
17907         * ssa-ccp.c (first_phi_node): Remove.  Replace uses with calls to
17908         first_insn_after_basic_block_note instead.
17909
17910         * df.c (df_bb_refs_unlink): #if 0 out for now.
17911
17912 2001-07-10  David Billinghurst <David.Billinghurst@riotinto.com
17913
17914         * ssa.h: Add prototype for ssa_const_prop
17915         * ssa-ccp.c: Add prototype for ssa_fast_dce and mark_references
17916         (ssa_ccp_substitute_constants): Fix signed vs unsigned comparison
17917         (ssa_fast_dce): Remove unused variable
17918
17919 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17920
17921         * diagnostic.c (finish_diagnostic): Rename to
17922         diagnostic_finish. Make it take an 'output_buffer *'.  Adjust
17923         calls thourghout.
17924
17925 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
17926
17927         * dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have
17928         .loc support.
17929
17930         * collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses.
17931         (dump_file): Only pad the demangled name with spaces if the
17932         mangled name was padded with spaces.
17933
17934 2001-07-10  Bernd Schmidt  <bernds@redhat.com>
17935
17936         * bb-reorder.c (make_reorder_chain_1): Correct branch/fallthru
17937         edge detection.
17938
17939 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17940
17941         * expr.c (expand_expr, case COMPONENT_REF): Don't force using bitfield
17942         extraction if no direct load if either EXPAND_CONST_ADDRESS or
17943         EXPAND_INITIALIZER.
17944
17945         * emit-rtl.c (adjust_address, adjust_address_nv): Change criteria for
17946         whether can put offset inside LO_SUM to check mode alignment, not size.
17947
17948 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17949
17950         * doc/tm.texi (Misc): Fix thinko.
17951
17952 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
17953
17954         * regmove.c (replace_in_call_usage): Fix warnings.
17955         * sched-deps.c (add_dependence): Fix warnings.
17956         * simplify-rtx.c (simplify_subreg): Likewise.
17957         Return NULL_RTX instead of NULL.
17958
17959         * reg-stack.c (emit_swap_insn): Eliminate warnings.
17960         (subst_asm_stack_regs): Likewise.
17961
17962         * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
17963         warnings.
17964
17965         * dwarf2out.c (output_call_frame_info): Declare i as int.
17966         (build_abbrev_table): Declare n_alloc as int.
17967         (dwarf2out_finish): Initialize die.
17968         * except.c: Declare sjlj_funcdef_number as unsigned.
17969         (connect_post_landing_pads): Declare j as unsigned.
17970         (convert_to_eh_region_ranges): Initialize call_site.
17971         (output_function_exception_table): Initialize tt_format_size.
17972         * expr.c (move_by_pieces_1): Initialize to1.
17973         (store_constructor): Initialize minelt and maxelt.
17974         * flow.c (mark_regs_live_at_end): Declare i as unsigned.
17975         * function.c (instantiate_decls): Avoid signed/unsigned warning.
17976
17977         * c-decl.c (combine_parm_decls): Unused, remove.
17978         * c-tree.h: Remove prototype for combine_parm_decls.
17979
17980         * reload.c (push_reload): Fix warning.
17981         (regno_clobbered_p): Likewise.
17982         * reload1.c (replace_pseudos_in_call_usage): Likewise.
17983         (reload_combine): Likewise.
17984
17985         * bitmap.c: Rename bitmap_zero to bitmap_zero_bits to fix warnings.
17986         * bitmap.h: Rename bitmap_zero to bitmap_zero_bits to fix
17987         warnings.
17988         * bitmap.c (bitmap_operation): Change user.
17989         * bitmap.h (EXECUTE_IF_AND_COMPL_IN_BITMAP): Likewise.
17990
17991 2001-07-10  Eric Christopher  <echristo@redhat.com>
17992
17993         * config/mips/mips.c (override_options): Fix typo.
17994
17995 2001-07-09  Stan Shebs  <shebs@apple.com>
17996
17997         * target.h (struct gcc_target): New fields init_builtins and
17998         expand_builtin.
17999         * target-def.h (TARGET_INIT_BUILTINS): New macro.
18000         (TARGET_EXPAND_BUILTIN): New macro.
18001         (TARGET_INITIALIZER): Add them.
18002         * builtins.c: Include target.h.
18003         (expand_builtin): Use targetm.expand_builtin.
18004         (default_init_builtins): New function.
18005         (default_expand_builtin): New function.
18006         * expr.h (default_init_builtins): Declare.
18007         (default_expand_builtin): Declare.
18008         * c-common.c (c_common_nodes_and_builtins): Use
18009         targetm.init_builtins.
18010         * defaults.h (MD_INIT_BUILTINS): Remove.
18011         * Makefile.in (builtins.o): Depend on target.h.
18012
18013         * config/arm/arm.c (TARGET_INIT_BUILTINS): Define.
18014         (TARGET_EXPAND_BUILTIN): Define.
18015         * config/arm/arm.h (MD_INIT_BUILTINS): Remove.
18016         (MD_EXPAND_BUILTIN): Remove.
18017
18018         * config/c4x/c4x.c (TARGET_INIT_BUILTINS): Define.
18019         (TARGET_EXPAND_BUILTIN): Define.
18020         (c4x_init_builtins): Make endlink arg a local.
18021         (c4x_print_operand): Fix typos in adjust_address usages.
18022         * config/c4x/c4x-protos.h (c4x_init_builtins): Update decl.
18023         * config/c4x/c4x.h (MD_INIT_BUILTINS): Remove.
18024         (MD_EXPAND_BUILTIN): Remove.
18025
18026         * config/i386/i386.c (TARGET_INIT_BUILTINS): Define.
18027         (TARGET_EXPAND_BUILTIN): Define.
18028         (ix86_init_mmx_sse_builtins): New function, was ix86_init_builtins.
18029         (ix86_init_builtins): Call new function only if TARGET_MMX.
18030         * config/i386/i386-protos.h (ix86_init_mmx_sse_builtins): Declare.
18031         * config/i386/i386.h (MD_INIT_BUILTINS): Remove.
18032         (MD_EXPAND_BUILTIN): Remove.
18033
18034         * config/ia64/ia64.c (TARGET_INIT_BUILTINS): Define.
18035         (TARGET_EXPAND_BUILTIN): Define.
18036         * config/ia64/ia64.h (MD_INIT_BUILTINS): Remove.
18037         (MD_EXPAND_BUILTIN): Remove.
18038
18039         * doc/tm.texi: Document these changes.
18040
18041 2001-07-09  Diego Novillo  <dnovillo@redhat.com>
18042
18043         * basic-block.h (tree_node): Forward declare if needed.
18044         (struct basic_block_def): Add fields 'head_tree' and 'end_tree'.
18045         (BLOCK_HEAD_TREE): Define.
18046         (BLOCK_END_TREE): Define.
18047         (struct loops): Rename field 'tree' to 'tree_root'.
18048         * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
18049         'end_tree'.
18050         (flow_loops_tree_build): Rename reference to field 'tree' to
18051         'tree_root'.
18052         (flow_loops_level_compute): Ditto.
18053         * predict.c (estimate_bb_frequencies): Ditto.
18054         * tree.h (struct tree_common): Add field 'aux'.
18055
18056 2001-07-09  Stan Shebs  <shebs@apple.com>
18057
18058         * config/darwin.c (darwin_encode_section_info): Don't mark any
18059         DECL_EXTERNAL node as defined.
18060
18061 2001-07-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18062
18063         * pa.c (pa_init_machine_status, pa_mark_machine_status,
18064         pa_free_machine_status, hppa_init_pic_save): Delete.
18065         (hppa_pic_save_rtx): New.  Use get_hard_reg_initial_val.
18066         (hppa_profile_hook): Use hppa_pic_save_rtx.
18067         * pa.h (struct machine_function, PIC_OFFSET_TABLE_SAVE_RTX,
18068         hppa_init_pic_save): Delete.
18069         (hppa_pic_save_rtx): Declare.
18070         * pa.md (call, call_value, sibcall, sibcall_value,
18071         builtin_setjmp_receiver): Use hppa_pic_save_rtx.
18072
18073 2001-07-09  Kazu Hirata  <kazu@hxi.com>
18074
18075         * config/h8300/t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
18076         * config/mn10200/t-mn10200 (LIB1ASMFUNCS): Likewise.
18077
18078 2001-07-09  Andreas Jaeger  <aj@suse.de>
18079
18080         * output.h: Add declaration of final_forward_branch_p.
18081
18082         * config/i386/i386.c (output_fix_trunc): Remove unused variable.
18083
18084         * varray.c: Include errors.h for internal_error and trim_filename
18085         declarations.
18086
18087         * Makefile.in (varray.o): Add errors.h.
18088
18089 2001-07-09  Toon Moene  <toon@moene.indiv.nluug.nl>
18090
18091         * expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.
18092         * optabs.c (have_add2_insn): Check whether the add insn chosen
18093         really accepts the operands.  (have_sub2_insn): Ditto for sub insn.
18094         * reload1.c (reload_cse_move2add): Adjust calls of have_add2_insn.
18095
18096 Mon Jul  9 13:26:40 2001  Jeffrey A Law  (law@cygnus.com)
18097
18098         * Makefile.in (OBJS): Add ssa-ccp.o
18099         (ssa-ccp.o): Add dependencies.
18100         * toplev.c (DFI_ssa_ccp): New dump file enum.
18101         (dump_file): Add entry for dumping after SSA CCP.
18102         (flag_ssa_ccp): New flag variable.
18103         (f_options): Add -fssa-ccp.
18104         (rest_of_compilation): Run SSA CCP if requested.
18105         * timevar.def (TV_SSA_CCP): New timevar.
18106         * ssa.c (mark_phi_and_copy_regs): Handle deleted PHI nodes.
18107         * doc/gcc.texi (Passes): Add documentation for SSA CCP pass.
18108         Fix minor typo in SSA DCE documentation.
18109         * doc/invoke.texi: Add documentation for new flag -fssa-ccp.
18110         Add documentation for new dump option.  Renumber dump files
18111         appropriately.
18112
18113 Mon Jul  9 21:36:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
18114
18115         * emit-rtl.c (gen_highpart_mode): New.
18116         * rtl.h (gen_highpart_mode): Declare.
18117         * sparc.md (insn splitters): Use gen_highpart_mode, whenever the
18118         operand can be VOIDmode constant.
18119
18120 Mon Jul  9 17:23:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
18121
18122         * flow.c (redirect_edge_and_branch_force): New.
18123         (can_fallthru): Ensure that basic blocks are succeeding.
18124         (try_optimize_cfg): Do not delete basic block if it is the last one.
18125
18126         * flow.c (try_redirect_by_replacing_jump): Do not remove
18127         jumps with side effects, unlink chain on fallthru edge;
18128         set block for new jump instruction; avoid basic block to
18129         over by line number note.
18130
18131         * flow.c (try_simplify_condjump): Verify that the condjump
18132         is not always falling through.
18133
18134         Re-install patch:
18135         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
18136
18137         * flow.c (forwarder_block_p): Fix for fallthru blocks.
18138         (try_redirect_by_replacing_jump): Update properly the count
18139         and frequency information.
18140
18141 Mon Jul  9 06:41:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18142
18143         * emit-rtl.c (adjust_address, adjust_address_nv): Handle an
18144         address that is a LO_SUM specially.
18145         * explow.c (plus_constant_wide, case LO_SUM): Deleted.
18146
18147         * c-lang.c (start_cdtor): Remove extra parameter from start_function.
18148
18149         * emit-rtl.c (adjust_address_nv, replace_equiv_address_nv): New fcns.
18150         (operand_subword): Use them.
18151         (change_address_1): Renamed from change_address; new arg VALIDATE.
18152         * expr.h: Reflect above changes; change_address now macro.
18153         * alias.c (canon_rtx): Use replace_equiv_address_nv instead of
18154         making MEM.
18155         * cselib.c (add_mem_for_addr): Likewise.
18156         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
18157         * regmove.c (try_apply_stack_adjustment): Likewise.
18158         * reload.c (push_reload, make_memloc): Likewise.
18159         * reload1.c (eliminate_regs): Likewise.
18160         * simplify-rtx.c (simplify_replace_rtx): Likewise.
18161         * caller-save.c (setup_save_areas): Use adjust_address_nv instead of
18162         adjust_addess.
18163         * combine.c (make_extraction, simplify_shift_const): Likewise.
18164         (gen_lowpart_for_combine): Likewise.
18165         * cse.c (gen_lowpart_if_possible): Likewise.
18166         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
18167         * expr.c (expand_expr, case COMPONENT_REF): Likewise.
18168         * optabs.c (gen_move_insn): Likewise.
18169         * reload1.c (alter_reg): Likewise.
18170         * simplify-rtx.c (simplify_subreg): Likewise.
18171         * stmt.c (expand_anon_union_decl): Likewise.
18172         * recog.c (validate_replace_rtx_1): Likewise.
18173         (expr.h): Include.
18174         * Makefile.in (recog.o): Add $(EXPR_H).
18175         * explow.c (stabilize): Call replace_equiv_address.
18176         * expr.c (move_by_pieces_1, store_by_pieces_2): Likewise.
18177         * final.c (alter_subreg): OFFSET is HOST_WIDE_INT.
18178
18179 2001-07-03  Andrew Haley  <aph@redhat.com>
18180
18181         * expmed.c (store_fixed_bit_field): Don't use a mode bigger than
18182         the mode of the memory location.
18183
18184 2001-07-09  Bo Thorsen  <bo@suse.co.uk>
18185
18186         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix x86-64 vtable support.
18187
18188 2001-07-09  Neil Booth  <neil@daikokuya.demon.co.uk>
18189
18190         * final.c (output_addr_const): Use target opening and
18191         closing parentheses.
18192         * target-def.h: Define TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN
18193         defaults, add to TARGET_ASM_OUT.
18194         * target.h (struct gcc_target): Add open_paren and close_paren.
18195         * doc/md.texi: Update.
18196         * doc/tm.texi: Document TARGET_ASM_FUNCTION_END_PROLOGUE,
18197         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE, TARGET_ASM_OPEN_PAREN and
18198         TARGET_ASM_CLOSE_PAREN.
18199         * config/i386/i386.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
18200         Override.
18201         * config/pdp11/pdp11.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
18202         Override.
18203         * config/1750a/1750a.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
18204         * config/a29k/a29k.h: Similarly.
18205         * config/alpha/alpha.h: Similarly.
18206         * config/arc/arc.h: Similarly.
18207         * config/arm/aof.h: Similarly.
18208         * config/arm/aout.h: Similarly.
18209         * config/avr/avr.h: Similarly.
18210         * config/c4x/c4x.h: Similarly.
18211         * config/clipper/clipper.h: Similarly.
18212         * config/convex/convex.h: Similarly.
18213         * config/d30v/d30v.h: Similarly.
18214         * config/dsp16xx/dsp16xx.h: Similarly.
18215         * config/elxsi/elxsi.h: Similarly.
18216         * config/fr30/fr30.h: Similarly.
18217         * config/h8300/h8300.h: Similarly.
18218         * config/i370/i370.h: Similarly.
18219         * config/i386/i386.h: Similarly.
18220         * config/i860/i860.h: Similarly.
18221         * config/i960/i960.h: Similarly.
18222         * config/ia64/ia64.h: Similarly.
18223         * config/m32r/m32r.h: Similarly.
18224         * config/m68hc11/m68hc11.h: Similarly.
18225         * config/m68k/m68k.h: Similarly.
18226         * config/m88k/m88k.h: Similarly.
18227         * config/mcore/mcore.h: Similarly.
18228         * config/mips/mips.h: Similarly.
18229         * config/mn10200/mn10200.h: Similarly.
18230         * config/mn10300/mn10300.h: Similarly.
18231         * config/ns32k/ns32k.h: Similarly.
18232         * config/pa/pa.h: Similarly.
18233         * config/pdp11/pdp11.h: Similarly.
18234         * config/pj/pj.h: Similarly.
18235         * config/romp/romp.h: Similarly.
18236         * config/rs6000/rs6000.h: Similarly.
18237         * config/sh/sh.h: Similarly.
18238         * config/sparc/sparc.h: Similarly.
18239         * config/v850/v850.h: Similarly.
18240         * config/vax/vax.h: Similarly.
18241         * config/we32k/we32k.h: Similarly.
18242
18243 2001-07-09  Joseph S. Myers  <jsm28@cam.ac.uk>
18244
18245         * doc/c-tree.texi: Document representation of attributes.
18246
18247 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18248
18249         * doc/tm.texi: Update some places for the rename of target to
18250         targetm.  Fix typo.
18251
18252 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18253
18254         * target.h (struct gcc_target): Add insert_attributes.
18255         * target-def.h (TARGET_INSERT_ATTRIBUTES): Define.
18256         (TARGET_INITIALIZER): Update.
18257         * tree.c, tree.h (default_insert_attributes): New function.
18258         Update comments on other default functions to refer to targetm,
18259         not target.
18260         * doc/tm.texi (INSERT_ATTRIBUTES): Update to document
18261         TARGET_INSERT_ATTRIBUTES.
18262         (SET_DEFAULT_DECL_ATTRIBUTES): Remove.
18263         * c-common.c (decl_attributes): Use targetm.insert_attributes.
18264         Don't use PRAGMA_INSERT_ATTRIBUTES.
18265         * Makefile.in (c-common.o): Depend on $(TARGET_H).
18266         * c-decl.c (start_decl, start_function): Don't call
18267         SET_DEFAULT_DECL_ATTRIBUTES.
18268         * config/c4x/c4x.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
18269         * config/c4x/c4x-protos.h (c4x_set_default_attributes): Don't
18270         declare.
18271         * config/c4x/c4x.c (TARGET_INSERT_ATTRIBUTES): Define.
18272         (c4x_check_attribute): Avoid modifying attribute list itself.
18273         (c4x_set_default_attributes): Rename to c4x_insert_attributes.
18274         Make static.
18275         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Don't define.
18276         * config/sh/sh-protos.h (sh_pragma_insert_attributes): Don't
18277         declare.
18278         * config/sh/sh.c (TARGET_INSERT_ATTRIBUTES): Define.
18279         (sh_pragma_insert_attributes): Rename to sh_insert_attributes.
18280         Make static.
18281         * config/v850/v850.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
18282         * config/v850/v850-protos.h (v850_set_default_decl_attr): Don't
18283         declare.
18284         * config/v850/v850.c (TARGET_INSERT_ATTRIBUTES): Define.
18285         (v850_set_default_decl_attr): Rename to v850_insert_attributes.
18286         Adjust parameters.  Make static.
18287
18288 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18289
18290         * c-common.c (decl_attributes): Only take a single attributes
18291         parameter.
18292         * c-common.h (decl_attributes): Update prototype.
18293         * c-decl.c (start_decl, start_function): Only take a single
18294         attributes parameter.  Update calls to decl_attributes.
18295         (finish_struct, finish_enum): Update calls to decl_attributes.
18296         (push_parm_decl): Expect unified list of attributes.  Update call
18297         to decl_attributes.
18298         * c-parse.in (fndef, initdcl, notype_initdcl, nested_function,
18299         notype_nested_function, component_declarator,
18300         component_notype_declarator, label): Update calls to
18301         decl_attributes.
18302         (absdcl_maybe_attribute, parm, firstparm, myparm): Unify attribute
18303         lists that are passed to push_parm_decl.
18304         * c-tree.h (start_function, start_decl): Update prototypes.
18305         * config/sh/sh-protos.h, config/sh/sh.c
18306         (sh_pragma_insert_attributes): Only take a single attributes
18307         parameter.
18308         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Likewise.
18309         * doc/tm.texi (INSERT_ATTRIBUTES): Update.
18310         * objc/objc-act.c (define_decl, generate_objc_symtab_decl,
18311         build_module_descriptor, generate_static_references,
18312         generate_strings, build_selector_translation_table,
18313         generate_descriptor_table, generate_protocols,
18314         generate_ivars_list, generate_dispatch_table,
18315         generate_protocol_list, generate_category,
18316         generate_shared_structures, really_start_method, add_objc_decls,
18317         generate_classref_translation_entry): Update calls to start_decl
18318         and start_function.
18319         (build_tmp_function_decl, start_method_def): Unify attribute lists
18320         that are passed to push_parm_decl.
18321
18322 2001-07-08  Neil Booth  <neil@daikokuya.demon.co.uk>
18323
18324         * final.c (no_asm_to_stream): New.
18325         (final_scan_insn): Use target structures for prologue ends
18326         and epilogue starts.
18327         * output.h (no_asm_to_stream): New.
18328         * target-def.h (TARGET_ASM_FUNCTION_END_PROLOGUE,
18329         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): New.
18330         (TARGET_ASM_OUT): Update.
18331         * target.h (struct gcc_target): New members function_end_prologue
18332         and function_begin_epilogue.
18333         * config/1750/1750.h (ASM_OUTPUT_FUNNAM): Delete as unused.
18334         * config/alpha/alpha-protos.h (output_end_prologue): Delete.
18335         * config/alpha/alpha.c (output_end_prologue): Rename to
18336         alpha_output_function_end_prologue.  Use in target struct
18337         and make static.
18338         * config/alpha/alpha.h (FUNCTION_END_PROLOGUE): Delete.
18339         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Delete.
18340         * config/ia64/ia64.c (ia64_output_end_prologue): Rename to
18341         ia64_output_function_end_prologue.  Use in target struct
18342         and make static.
18343         (ia64_function_prologue, ia64_funciton_epilogue): Rename
18344         mistyped prototypes.
18345         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Delete.
18346         * config/m88k/m88k-protos.h (m88k_end_prologue, m88k_begin_epilogue):
18347         Delete.
18348         * config/m88k/m88k.c (m88k_end_prologue, m88k_begin_epilogue): Rename
18349         an use in target struct, make static.
18350         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE, FUNCTION_BEGIN_EPILOGUE):
18351         Delete.
18352
18353 2001-07-08  Richard Henderson  <rth@redhat.com>
18354
18355         * stmt.c (emit_case_nodes): Convert modes properly in low+high test.
18356
18357 2001-07-08  Richard Henderson  <rth@redhat.com>
18358
18359         * config/i386/i386.md: Remove constraints strings from define_split
18360         and define_peephole2 patterns.
18361         (eh_return_si, eh_return_di): Split eh_return_1 for modes.
18362         (eh_return): Use them.
18363
18364 2001-07-08  Richard Henderson  <rth@redhat.com>
18365
18366         * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.
18367         Document MD_FALLBACK_FRAME_STATE_FOR.
18368
18369 2001-07-07  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18370
18371         * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset):
18372         Take into account m68hc11_sp_correction for FRAME_POINTER_REGNUM
18373         elimination.
18374         * config/m68hc11/m68hc11.h (STARTING_FRAME_OFFSET): Use 0.
18375
18376 2001-07-07  Nick Clifton  <nickc@cambridge.redhat.com>
18377
18378         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Append # to end
18379         of the label inside NAME as opposed to just the end of NAME.
18380
18381 2001-07-07  Neil Booth  <neil@daikokuya.demon.co.uk>
18382
18383         * config/alpha/alpha-protos.h (vms_valid_decl_attribute_p): Delete.
18384         * config/alpha/alpha.c (alpha_init_machine_status,
18385         alpha_mark_machine_status, alpha_free_machine_status): Delete.
18386         (TARGET_VALID_DECL_ATTRIBUTE): Define for VMS.
18387         (vms_valid_decl_attribute_p): Make static, conditionally compile.
18388         * config/alpha/alpha.h (VALID_MACHINE_DECL_ATTRIBUTE): Delete.
18389
18390 2001-07-06  Stan Shebs  <shebs@apple.com>
18391
18392         * target.h (targetm): Rename global from "target", so as not to
18393         conflict with local variables.
18394         * c-decl.c: Ditto.
18395         * c-typeck.c: Ditto.
18396         * final.c: Ditto.
18397         * tree.c: Ditto.
18398         * cp/decl.c: Ditto.
18399         * cp/decl2.c: Ditto.
18400         * cp/typeck.c: Ditto.
18401         * 1750a/1750a.c: Ditto.
18402         * a29k/a29k.c: Ditto.
18403         * arc/arc.c: Ditto.
18404         * arm/arm.c: Ditto.
18405         * avr/avr.c: Ditto.
18406         * clipper/clipper.c: Ditto.
18407         * convex/convex.c: Ditto.
18408         * d30v/d30v.c: Ditto.
18409         * dsp16xx/dsp16xx.c: Ditto.
18410         * elxsi/elxsi.c: Ditto.
18411         * fr30/fr30.c: Ditto.
18412         * h8300/h8300.c: Ditto.
18413         * i370/i370.c: Ditto.
18414         * i386/i386.c: Ditto.
18415         * i860/i860.c: Ditto.
18416         * i960/i960.c: Ditto.
18417         * ia64/ia64.c: Ditto.
18418         * m32r/m32r.c: Ditto.
18419         * m68hc11/m68hc11.c: Ditto.
18420         * m68k/m68k.c: Ditto.
18421         * m88k/m88k.c: Ditto.
18422         * mips/mips.c: Ditto.
18423         * ns32k/ns32k.c: Ditto.
18424         * pa/pa.c: Ditto.
18425         * pdp11/pdp11.c: Ditto.
18426         * romp/romp.c: Ditto.
18427         * rs6000/rs6000.c: Ditto.
18428         * sh/sh.c: Ditto.
18429         * sparc/sparc.c: Ditto.
18430         * vax/vax.c: Ditto.
18431         * we32k/we32k.c: Ditto.
18432         * doc/tm.texi: Update the manual to match.
18433
18434 2001-07-06  Richard Henderson  <rth@redhat.com>
18435
18436         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
18437         DWARF2_UNWIND_INFO not just whether it is defined.
18438
18439 2001-07-06  Diego Novillo  <dnovillo@redhat.com>
18440
18441         * combine.c (combine_simplify_rtx): Also recompute 'mode' if the
18442         call to simplify_binary_operation returns a new pattern.
18443
18444 2001-07-06  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
18445
18446         * glimits.h (__SHRT_MAX__): New.
18447         (SHRT_MIN, USHRT_MAX): Define in terms of SHRT_MAX.
18448         (SHRT_MAX): Define in terms of __SHRT_MAX__.
18449
18450 2001-07-06  Jan van Male  <jan.vanmale@fenk.wau.nl>
18451
18452         * alias.c (base_alias_check): Cast GET_MODE_UNIT_SIZE to int to
18453         avoid warnings.
18454
18455 2001-07-06  Richard Henderson  <rth@redhat.com>
18456
18457         * bitmap.c (bitmap_release_memory): Move adjacent to the
18458         allocation functions.
18459         (bitmap_first_set_bit, bitmap_last_set_bit): Streamline knowing
18460         the implementation.  Binary search for the set bit.
18461         (bitmap_union_of_diff): Allocate the temporary on the stack
18462         instead of using xmalloc.
18463
18464 2001-07-06  Richard Henderson  <rth@redhat.com>
18465
18466         * genrecog.c (validate_pattern): Warn for constraints in
18467         define_{expand,split,peephole2}.  Remove strict_low_part
18468         before looking up match_dup.
18469
18470 2001-07-06  DJ Delorie  <dj@redhat.com>
18471
18472         * doc/gcc.texi (Makefile): Rename to be a more general purpose
18473         chapter about various build hints and history.  Add section
18474         talking about the various types of native and cross builds.
18475
18476 2001-07-06  Neil Booth  <neil@daikokuya.demon.co.uk>
18477
18478         * Makefile.in (final.o): Depend on target.h.
18479         * final.c: Include target.h.
18480         (default_function_pro_epilogue): New.
18481         (final_start_function): Use target structure for function prologues.
18482         (final_end_function): Use target structure for function epilogues.
18483         * fold-const.c (real_hex_to_f): Constify s and p.
18484         * output.h (default_function_pro_epilogue): New.
18485         * real.h (real_hex_to_f): Update prototype.
18486         * target-def.h (TARGET_ASM_FUNCTION_PROLOGUE,
18487         TARGET_ASM_FUNCTION_EPILOGUE, TARGET_ASM_OUT): New.
18488         (TARGET_INITIALIZER): Update.
18489         * target.h (gcc_target): Add struct asm_out.
18490         * doc/tm.texi: Update.
18491
18492 config:
18493         Update each arch to use TARGET_ASM_FUNCTION_PROLOGUE and
18494         TARGET_ASM_FUNCTION_EPILOGUE.  Move macro code to functions
18495         in cpu/cpu.c, or rename old functions consistently.  Take
18496         a HOST_WIDE INT not an int as the SIZE parameter.  Remove now
18497         redundant macros and prototypes.  Make new functions static.
18498
18499         * 1750a/1750a.c: Similarly.
18500         * 1750a/1750a.h: Similarly.
18501         * a29k/a29k-protos.h: Similarly.
18502         * a29k/a29k.c: Similarly.
18503         * a29k/a29k.h: Similarly.
18504         * arc/arc-protos.h: Similarly.
18505         * arc/arc.c: Similarly.
18506         * arc/arc.h: Similarly.
18507         * arm/arm-protos.h: Similarly.
18508         * arm/arm.c: Similarly.
18509         * arm/arm.h: Similarly.
18510         * avr/avr-protos.h: Similarly.
18511         * avr/avr.c: Similarly.
18512         * avr/avr.h: Similarly.
18513         * clipper/clipper-protos.h: Similarly.
18514         * clipper/clipper.c: Similarly.
18515         * clipper/clipper.h: Similarly.
18516         * convex/convex.c: Similarly.
18517         * convex/convex.h: Similarly.
18518         * d30v/d30v-protos.h: Similarly.
18519         * d30v/d30v.c: Similarly.
18520         * d30v/d30v.h: Similarly.
18521         * d30v/d30v.md: Similarly.
18522         * dsp16xx/dsp16xx-protos.h: Similarly.
18523         * dsp16xx/dsp16xx.c: Similarly.
18524         * dsp16xx/dsp16xx.h: Similarly.
18525         * elxsi/elxsi.c: Similarly.
18526         * elxsi/elxsi.h: Similarly.
18527         * fr30/fr30.c: Similarly.
18528         * fr30/fr30.md: Similarly.
18529         * h8300/h8300-protos.h: Similarly.
18530         * h8300/h8300.c: Similarly.
18531         * h8300/h8300.h: Similarly.
18532         * i370/i370-protos.h: Similarly.
18533         * i370/i370.c: Similarly.
18534         * i370/i370.h: Similarly.
18535         * i386/i386.c: Similarly.
18536         * i386/osf1elf.h: Similarly.
18537         * i386/osfrose.h: Similarly.
18538         * i860/i860-protos.h: Similarly.
18539         * i860/i860.c: Similarly.
18540         * i860/i860.h: Similarly.
18541         * i960/i960-protos.h: Similarly.
18542         * i960/i960.c: Similarly.
18543         * i960/i960.h: Similarly.
18544         * ia64/ia64-protos.h: Similarly.
18545         * ia64/ia64.c: Similarly.
18546         * ia64/ia64.h: Similarly.
18547         * m32r/m32r-protos.h: Similarly.
18548         * m32r/m32r.c: Similarly.
18549         * m32r/m32r.h: Similarly.
18550         * m68hc11/m68hc11-protos.h: Similarly.
18551         * m68hc11/m68hc11.c: Similarly.
18552         * m68hc11/m68hc11.h: Similarly.
18553         * m68k/crds.h: Similarly.
18554         * m68k/dpx2.h: Similarly.
18555         * m68k/m68k-protos.h: Similarly.
18556         * m68k/m68k.c: Similarly.
18557         * m68k/m68k.h: Similarly.
18558         * m68k/news.h: Similarly.
18559         * m88k/m88k-protos.h: Similarly.
18560         * m88k/m88k.c: Similarly.
18561         * m88k/m88k.h: Similarly.
18562         * mips/mips-protos.h: Similarly.
18563         * mips/mips.c: Similarly.
18564         * mips/mips.h: Similarly.
18565         * ns32k/merlin.h: Similarly.
18566         * ns32k/ns32k.c: Similarly.
18567         * ns32k/ns32k.h: Similarly.
18568         * ns32k/tek6000.h: Similarly.
18569         * pa/pa-protos.h: Similarly.
18570         * pa/pa.c: Similarly.
18571         * pa/pa.h: Similarly.
18572         * pdp11/2bsd.h: Similarly.
18573         * pdp11/pdp11-protos.h: Similarly.
18574         * pdp11/pdp11.c: Similarly.
18575         * pdp11/pdp11.h: Similarly.
18576         * romp/romp-protos.h: Similarly.
18577         * romp/romp.c: Similarly.
18578         * romp/romp.h: Similarly.
18579         * rs6000/rs6000-protos.h: Similarly.
18580         * rs6000/rs6000.c: Similarly.
18581         * rs6000/rs6000.h: Similarly.
18582         * rs6000/sysv4.h: Similarly.
18583         * sh/sh-protos.h: Similarly.
18584         * sh/sh.c: Similarly.
18585         * sh/sh.h: Similarly.
18586         * sparc/sparc-protos.h: Similarly.
18587         * sparc/sparc.c: Similarly.
18588         * sparc/sparc.h: Similarly.
18589         * vax/vax.c: Similarly.
18590         * vax/vax.h: Similarly.
18591         * vax/vms.h: Similarly.
18592         * we32k/we32k.c: Similarly.
18593         * we32k/we32k.h: Similarly.
18594
18595 Fri Jul  6 11:47:59 2001  Jeffrey A Law  (law@cygnus.com)
18596
18597         * basic-block.h (first_insn_after_basic_block_note): Declare.
18598         * flow.c (first_insn_after_basic_block_note): Define.  Moved
18599         from...
18600         * ssa.c (first_insn_after_basic_block_note): Remove.
18601         * ssa-dce.c (find_inherently_necessary): Consider BARRIERs
18602         necessary.
18603         (ssa_eliminate_dead_code): Properly update the CFG and PHI
18604         nodes when we find a dead conditional branch.  Insert BARRIERs
18605         after any blocks with no successors, but which do not have
18606         any BARRIERs.
18607
18608 2001-07-06  Zack Weinberg  <zackw@stanford.edu>
18609
18610         * varray.c (varray_check_failed): Use internal_error.
18611
18612 2001-07-05  Andrew Haley  <aph@redhat.com>
18613
18614         * Makefile.in (LIB2_DIVMOD_FUNCS): New.
18615         (LIB2FUNCS): Move divmod functions to LIB2_DIVMOD_FUNCS.
18616         * mklibgcc.in: Compile LIB2_DIVMOD_FUNCS.
18617
18618 2001-07-02  Jason Merrill  <jason_merrill@redhat.com>
18619
18620         * dwarf2out.c (mem_loc_descriptor): Only look through a constant pool
18621         reference if the target constant is also a SYMBOL_REF.
18622
18623 2001-07-05  Eric Christopher  <echristo@redhat.com>
18624
18625         * config/mips/mips.h (MASK_MIPS3900): Remove.
18626         (MASK_MIPS16,MASK_NO_CHECK_ZERO_DIV,MASK_CHECK_RANGE_DIV,
18627         MASK_UNINIT_CONST_IN_RODATA): Change for 3900 mask removal.
18628         (TARGET_MIPS3900): Change to use mips_arch.
18629         (TARGET_MIPS4000): New.
18630         (TARGET_MIPS4100): New.
18631         (TARGET_MIPS4300): New.
18632         (TARGET_SWITCHES): Change 3900 and 4650 options to NULL.
18633         (SUBTARGET_TARGET_OPTIONS): Add -march. Change help text
18634         for -mipsX.
18635         (GENERATE_BRANCHLIKELY): Move TARGET_MIPS3900.
18636         (ISA_HAS_BRANCHLIKELY): To here.
18637         (CC1_CPU_SPEC):  New.
18638         (CC1_SPEC): Use here.  Remove 4650 and 3900 options.
18639         (mips_arch_string): Declare.
18640         (mips_arch): Declare.
18641         (TARGET_OPTIONS): Add -march and -mtune.
18642
18643         * config/mips/mips.c (mips_arch_string): New.
18644         (mips_arch): New.
18645         (override_options): Handle -march for codegen and -mtune
18646         for scheduling. Use mips_arch. Move tx39 target default here.
18647         (mips_parse_cpu): Move error message to override_options.
18648
18649         * config/mips/r3900.h (TARGET_DEFAULT): Remove.
18650
18651         * config/mips/mips.md: Use TARGET_MIPS4000 and TARGET_MIPS4300.
18652
18653         * doc/invoke.texi (Option Summary): Add -march and -mtune entries.
18654         (MIPS Options): Ditto.  Change mcpu entry to historical text.
18655
18656 2001-07-05  H.J. Lu  (hjl@gnu.org)
18657
18658         * config/mips/mips.c (mips_parse_cpu): New function to parse
18659         -march=*/-mcpu=*.
18660
18661 2001-07-05  Jim Wilson  <wilson@redhat.com>
18662
18663         * config/ia64/lib1funcs.asm: Revert 2001-07-02 change.
18664         * config/ia64/t-ia64: Likewise.
18665         (LIB1ASMFUNCS): Update comment.
18666
18667 2001-07-05  David Edelsohn  <edelsohn@gnu.org>
18668
18669         * doc/install.texi (Install GCC: Binaries): Fix typo.
18670
18671 2001-07-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18672
18673         * config/m68hc11/m68hc11.md ("*ashlsi3"): Operand 1 can be a memory
18674         reference using the stack pointer, adjust it since we push Y
18675         temporarily.
18676         ("*ashrsi3"): Likewise.
18677         ("*lshrsi3"): Likewise.
18678
18679 2001-07-05  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18680
18681         * config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Fix return address
18682         when -fomit-frame-pointer is used.
18683
18684 2001-07-05  Jeffrey Oldham  <oldham@codesourcery.com>
18685
18686         * flow.c: Reverse Jan Hubicka's patch of 02July2001.
18687         (try_redirect_by_replacing_jump): Reverse updating properly the
18688         count and frequency information.  Reverse removing cc0 setter.
18689         (forwarder_block_p): Reverse fixing for fallthru blocks.
18690
18691 2001-07-05  DJ Delorie  <dj@redhat.com>
18692
18693         * gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.
18694         (translate_options): If the above is defined, use it to map
18695         given options to new options.
18696         * doc/tm.texi: Document it.
18697
18698 2001-07-05  Brad Lucier <lucier@math.purdue.edu>
18699             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18700
18701         * doc/invoke.texi (Optimize Options): Document that -fgcse may
18702         cause programs using computed gotos to run more slowly.
18703
18704 2001-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18705
18706         * doc/install.texi (Specific): Markup, spelling and typo fixes.
18707         Fixed sorting.
18708         Consistently require binutils 2.11.2, not prereleases.
18709         (Specific, decstation-*): Canonicalize as mips-dec-*.
18710         (Specific, i?86-*-sco3.2v5*): Remove make bootstrap requirement,
18711         always necessary.
18712         (Specific, m68k-altos): Removed reference to README.altos, deleted.
18713         (Specific, mips-*): Reword MIPS C compiler requirements.
18714         (Specific, powerpc*-*-*): New, mention --with-cpu once.
18715         (Specific, sunv5): Removed, obsolete.
18716
18717 2001-07-05  Nathan Sidwell  <nathan@codesourcery.com>
18718
18719         * dwarf2out.c (output_loc_list): Use an all ones mask for
18720         .text asm output and don't rely on long long
18721         literals. Reformat some long lines.
18722
18723 2001-07-05  Andreas Jaeger  <aj@suse.de>
18724
18725         * doc/gcc.texi (GNU/Linux): Remove accidental re-add of GPL
18726         section.
18727
18728 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
18729
18730         * dwarf2out.c (dwarf2out_define): Update comment.
18731         (dwarf2out_undef): Ditto.
18732         (dwarf2out_start_source_file): Ditto.
18733         (dwarf2out_end_source_file): Ditto.
18734         (dwarf2out_finish): Output DW_MACINFO_end_file for primary file,
18735         since we never call the start/end debug hook for the primary file.
18736
18737 2001-07-04  Kazu Hirata  <kazu@hxi.com>
18738
18739         * config/h8300/h8300.c (get_shift_alg): Remove an extra operand
18740         from shll.
18741
18742 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
18743
18744         * cppinit.c (remove_dup_dirs): Inform if a system include
18745         directory is being reordered.
18746         * doc/invoke.texi (Directory Options): GCC warns if you hide a
18747         system include.
18748         * doc/cpp.texi (Search Paths): Likewise.
18749         * doc/gcc.texi (Interoperation): Remove information about
18750         -I/usr/include.
18751
18752 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
18753
18754         * varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter.
18755         (VARRAY_TOP_CHAR_PTR): Likewise.
18756
18757 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18758
18759         * gcc.c (process_command): Don't assign elements of a const char*.
18760
18761 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18762
18763         * emit-rtl.c (change_address): Don't abort if invalid address while
18764         reload is in progress.
18765
18766 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
18767
18768         * c-lex.c (cb_file_change): Pass line number to
18769         debug_start_source_file.
18770         (cb_undefine): Pass correct line number to debug_undef.
18771
18772         * toplev.c (debug_start_source_file): Add line number to
18773         parameters. Pass it along to dwarf2out_start_source_file.
18774         (decode_g_option): Stop resetting debug level back to normal when
18775         we change debug formats, unless the current level is
18776         none. (Before, -g3 -gdwarf-2 would use debug level 2, rather than
18777         3).
18778
18779         * toplev.h (debug_start_source_file): Add line number to
18780         parameters.
18781
18782         * dwarf2out.h (dwarf2out_start_source_file): Add line number to
18783         parameters.
18784
18785         * dwarf2out.c (dwarf2out_start_source_file): Add line number to
18786         parameters.
18787         Output debug_macinfo data for starting file if requested.
18788         (dwarf2out_end_source_file): Output debug_macinfo data for ending
18789         file if requested.
18790         (dwarf2out_define): Output debug_macinfo data for defining a macro
18791         if requested.
18792         (dwarf2out_undef): Output debug_macinfo data for undefining a
18793         macro if requested.
18794         (DEBUG_MACINFO_SECTION): New. DWARF2 macro info section name.
18795         (DEBUG_MACINFO_SECTION_LABEL): New. DWARF2 macro info section label.
18796         (macinfo_section_label): New. DWARF2 macro info section label.
18797         (dwarf2out_init): If we want macro info, output the start label
18798         for the section.
18799         (dwarf2out_finish): If we want macro info, add a DW_AT_macro_info
18800         attribute to the compilation unit die pointing to the macro info.
18801
18802 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
18803
18804         * dwarf2out.c (new_loc_list): Move to inside #ifdef
18805         DWARF2_DEBUGGING_INFO.
18806         (add_loc_descr_to_loc_list): Ditto.
18807         (output_loc_list): Ditto.
18808         Also, fix thinko in curr not being initialized.
18809         (gen_internal_sym): Ditto.
18810
18811 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18812
18813         * emit-rtl.c (replace_equiv_address): New function.
18814         * expr.h (replace_equiv_address): New declaration.
18815         * explow.c (validize_mem): Call it instead of change_address and
18816         also call if -fforce-addr and address is constant.
18817         * expr.c: Replace more calls to change_address with adjust_address
18818         and/or replace_equiv_address or to validize_mem.
18819         * function.c, regmove.c, config/alpha/alpha.c: Likewise.
18820         * config/arm/arm.md, config/clipper/clipper.md: Likewise.
18821         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
18822         * config/i370/i370.md, config/i860/i860.md: Likewise.
18823         * config/i960/i960.md, config/mips/mips.c: Likewise.
18824         * config/mips/mips.md, config/pa/pa.md: Likewise.
18825         * config/pdp11/pdp11.md, config/rs6000/rs6000.c: Likewise.
18826         * config/rs6000/rs6000.md, config/sh/sh.md: Likewise.
18827
18828 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18829
18830         * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.
18831
18832         * bitmap.h (BITMAP_ALLOCA): Don't pass alloca as an argument to a
18833         function.
18834
18835 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
18836
18837         * doc/include: New directory.
18838         * doc/fdl.texi: Move to doc/include/fdl.texi.
18839         * doc/texinfo.tex: Move to doc/include/texinfo.tex.
18840         * doc/include/funding.texi, doc/include/gpl.texi: New files.
18841         * doc/gcc.texi: Use funding.texi and gpl.texi.
18842         * Makefile.in ($(docdir)/cpp.info, $(docdir)/gcc.info,
18843         $(docdir)/cppinternals.info, cpp.dvi. gcc.dvi. cppinternals.dvi):
18844         Update dependencies and use -I $(docdir)/include.
18845
18846 2001-07-04  Anthony Green  <green@redhat.com>
18847
18848         * config/v850/t-v850 (v850-c.o): Add missing dependencies.
18849
18850 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18851
18852         * doc/install.texi (sparc64-*-*): Remove garbage.
18853
18854 Wed Jul  4 09:07:44 2001  Jan van Male  <jan.vanmale@fenk.wau.nl>
18855
18856         * i386.c (ix86_expand_builtin, case IX86_BUILTIN_SETPS):
18857         Fix typo in last change to use adjust_address.
18858
18859 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18860
18861         * doc/install.texi (Specific): Update information for *-*-solaris*.
18862
18863 Tue Jul  3 22:33:15 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18864
18865         * explow.c (plus_constant_wide): Reinitialize Y for restart.
18866
18867 2001-07-03  Stan Shebs  <shebs@apple.com>
18868
18869         * config/darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove
18870         case for flag_no_mach_text_sections.
18871         (EXTRA_SECTION_FUNCTIONS): Remove arg from uses of SECTION_FUNCTION.
18872         * config/darwin.c (flag_no_mach_text_sections): Remove.
18873         * config/darwin-protos.h (darwin_init_pragma): Remove decl.
18874
18875 Tue Jul  3 15:35:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18876
18877         * explow.c (plus_constant_wide, case PLUS): Call find_constant_term
18878         and avoid checking for constant as first operand.
18879         * recog.c (find_constant_term_loc): No longer static.
18880         (adj_offettable_operand): Delete.
18881         * rtl.h (adj_offsettable_operand): Delete declaration.
18882         (find_constant_term): Add declaration.
18883         * caller-save.c: Replace calls to adj_offsettable_operand with calls
18884         to adjust_address.
18885         * config/arm/arm.c, config/c4x/c4x.c: Likewise.
18886         * config/clipper/clipper.md, config/h8300/h8300.c: Likewise.
18887         * config/i386/i386.c, config/i386/i386.md: Likewise.
18888         * config/i860/i860.c, config/i960/i960.c: Likewise.
18889         * config/i960/i960.md, config/m68hc11/m68hc11.c: Likewise.
18890         * config/m68k/m68k.c, config/m68k/m68k.md: Likewise.
18891         * config/m88k/m88k.md, config/mcore/mcore.c: Likewise.
18892         * config/mips/mips.c, config/mips/mips.md: Likewise.
18893         * config/mn10200/mn10200.c, config/mn10300/mn10300.c: Likewise.
18894         * config/ns32k/ns32k.c, config/ns32k/ns32k.md: Likewise.
18895         * config/pa/pa.c, config/pdp11/pdp11.c: Likewise.
18896         * config/pdp11/pdp11.md, config/sh/sh.c, config/v850/v850.c: Likewise.
18897         * config/vax/vax.md, config/ns32k/ns32k.c: Likewise.
18898         * config/ns32k/ns32k.md: Likewise.
18899
18900 2001-07-03  Zack Weinberg  <zackw@stanford.edu>
18901
18902         * rtl.c (copy_rtx): Handle 'T' format letter.
18903         * gensupport.c (collect_insn_data): Likewise.
18904         * print-rtl.c (print_rtx): Print 'T' slots like 's'.
18905
18906 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
18907
18908         * doc/invoke.texi (Directory Options): Specifiy range for <N> in
18909         -B option.  Use 'dir' not 'foo' as example directory name.
18910
18911 2001-07-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18912
18913         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
18914         Fixes PRs bootstrap/3067, bootstrap/3249, bootstrap/3275.
18915
18916 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
18917
18918         * doc/cppinternals.texi: Improve formatting and logical markup.
18919
18920 2001-07-03  Andreas Jaeger  <aj@suse.de>
18921
18922         * Makefile.in (insn-recog.o): Add dependency on reload.h.
18923
18924         * genrecog.c (write_header): Include reload.h for prototypes in
18925         insn-recog.c.
18926
18927 2001-07-03  Neil Booth  <neil@daikokuya.demon.co.uk>
18928
18929 config:
18930         * i386/cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE,
18931         VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
18932         * i386/i386-protos.h (i386_pe_valid_decl_attribute_p,
18933         i386_pe_valid_type_attribute_p): Add.
18934         * i386/i386.c (TARGET_INITIALIZER): Override for cygwin targets.
18935         * i386/winnt.c (i386_valid_decl_attribute_p): Return directly.
18936
18937 Mon Jul  2 21:52:19 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18938
18939         * explow.c (plus_constant_wide, case LO_SUM): New case.
18940         (plus_constant_for_output_wide): Delete.
18941         * rtl.h (plus_constant_for_output): Delete.
18942         * alias.c (canon_rtx, init_alias_analysis): Call plus_constant
18943         instead of plus_constant_for_output.
18944         * recog.c (offsettable_address_p, adj_offsettable_operand): Likewise.
18945         * config/darwin.c, config/arm/arm.c, config/m68k/m68k.c: Likewise.
18946         * config/m88k/m88k.c, config/mips/mips.c, config/pa/pa.c: Likewise.
18947         * config/rs6000/rs6000.c, config/sparc/sparc.c: Likewise.
18948         * config/sparc/sparc.md: Likewise.
18949         Convert some change_address calls to adjust_address.
18950
18951 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
18952
18953         * doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi,
18954         doc/rtl.texi, doc/tm.texi: Improve formatting.  Improve
18955         documentation of -std and -Wwrite-strings.
18956
18957 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
18958
18959         * cse.c (canon_hash): Don't register registers in very small
18960         register classes, as extending their lifetime might cause
18961         reload to fail.
18962
18963 Mon Jul  2 23:14:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
18964
18965         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
18966
18967         * flow.c (forwarder_block_p): Fix for fallthru blocks.
18968         (try_redirect_by_replacing_jump): Update properly the count
18969         and frequency information.
18970
18971 Mon Jul  2 14:20:13 2001  Jeffrey A Law  (law@cygnus.com)
18972
18973         * toplev.c (dump_file_index): Move SSA dumps just after first
18974         jump dump.
18975         (dump_file): Corresponding changes.
18976         (rest_of_compilation): Move SSA path to just after the first
18977         jump pass.
18978         * doc/gcc.texi (Passes): Update due to movement of SSA path.
18979         * doc/invoke.texi: Update dump file #s as they were completely
18980         out of date with reality.
18981
18982 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
18983
18984         * doc/tm.texi (Frame Layout): Document STACK_PUSH_CODE.
18985
18986         * expr.c (emit_move_insn_1): Deal with non-default
18987         STACK_PUSH_CODE.
18988
18989         * expr.c (emit_single_push_insn): Fix warning.
18990
18991 2001-07-02  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
18992
18993         * expr.c (emit_move_insn_1): Avoid modifying
18994         cfun->expr->x_stack_pointer when PUSH_ROUNDING is defined.
18995
18996 Mon Jul  2 15:33:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18997
18998         * emit-rtl.c (adjust_address): New function.
18999         * expr.h (adjust_address): Add declaration.
19000         * builtins.c: Replace some calls to change_address with calls to it
19001         or to validize_mem.
19002         * caller-save.c, dwarf2out.c, except.c, expmed.c, expr.c: Likewise.
19003         * function.c, config/a29k/a29k.md, config/alpha/alpha.c: Likewise.
19004         * config/arm/arm.c, config/convex/convex.c: Likewise.
19005         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
19006         * config/i386/i386.c, config/i386/i386.md: Likewise.
19007         * config/ia64/ia64.c, config/ia64/ia64.md: Likewise.
19008         * config/m32r/m32r.c, config/m68k/m68k.md: Likewise.
19009         * config/m88k/m88k.c, config/mips/mips.md: Likewise.
19010         * config/ns32k/ns32k.c, config/rs6000/rs6000.c: Likewise.
19011         * config/sh/sh.c, config/sparc/sparc.md: Likewise.
19012
19013 2001-07-02  Jim Wilson  <wilson@redhat.com>
19014
19015         * config/ia64/ia64.h: Delete obsolete lib1funcs.asm comment.
19016
19017 2001-07-02  Steve Ellcey  <sje@cup.hp.com>
19018
19019         * config/ia64/t-ia64: Change LIB1ASMFUNCS to use single underscore.
19020         * config/ia64/lib1funcs.asm: Change macro names to match t-ia64.
19021
19022 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
19023
19024         * cppinit.c (lang_defaults): New table.
19025         (set_lang): Just read from lang_defaults into the live options
19026         structure.
19027
19028 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
19029
19030         * Makefile.in (doc): Depend on $(GENERATED_MANPAGES).
19031         * doc/.cvsignore: Add gcc.1, cpp.1, gcov.1.
19032         * doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed.
19033
19034 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19035
19036         * doc/install.texi: Various spelling and markup fixes.
19037         (Installing GCC): Component specific installation instructions are
19038         gone.
19039         Fix reference.
19040         Warn about removing old install dir in the presence of shared libs.
19041         (Configuration): Invoke with options target to match configure
19042         --help.
19043         Consistently refer to gas, gld pathnames.
19044         Invert --enable-multilib documentation.
19045         Remove references to old compiler versions.
19046
19047 Mon Jul  2 12:50:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19048
19049         * flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.
19050
19051 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19052
19053         * doc/install.texi (Specific, mips*-sgi-irix4): Split from IRIX 5
19054         section.
19055         (Specific, mips*-sgi-irix5): Note IDO download.
19056         Reworded MIPS C hints.
19057         Use GNU as instead of GAS.
19058         Markup fixes.
19059         Removed SGI Freeware reference, IRIX 6 only.
19060         (Specific, mips*-sgi-irix6): Removed ranlib caveats, obsolete.
19061         Note N64 library requirement/workaround.
19062         Update O32 hints.
19063         Complete list of structure passing bug victims.
19064
19065 2001-07-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19066
19067         * doc/install.texi: Remove CVS Id.
19068
19069 2001-07-02  Andreas Jaeger  <aj@suse.de>
19070
19071         * ssa-dce.c (note_inherently_necessary_set): Add unused attribute.
19072         (find_inherently_necessary): Remove unused variable.
19073
19074 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
19075
19076         * c-common.h (TDI_inlined): New ast dump phase.
19077         (dump_flag_name): New function.
19078         * c-dump.c (dump_files): Add inlined phase.
19079         (dump_flag_name): Define.
19080         * doc/invoke.texi (-fdump-ast-inlined): Document.
19081
19082 Mon Jul  2 06:29:36 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19083
19084         * stor-layout.c (layout_decl): Revert change to handling of alignment
19085         in packed types.
19086
19087 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19088
19089         * c-common.c (decl_attributes, case A_MODE): Don't call layout_decl
19090         for FIELD_DECL.
19091
19092 2001-07-01  Geoffrey Keating  <geoffk@redhat.com>
19093
19094         * doc/tm.texi (FUNCTION_ARG): Document that the last call
19095         is special.
19096
19097 2001-07-01  Nathan Sidwell  <nathan@codesourcery.com>
19098
19099         * tlink.c (recompile_files): Remove COMPILER_PATH and
19100         LIBRARY_PATH from the environment.
19101
19102 2001-07-01  Zack Weinberg  <zackw@stanford.edu>
19103
19104         * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
19105         RID_LAST_PQ.  Move RID_FIRST_PQ down with the other FIRST/LAST
19106         enumerators.
19107         (OBJC_IS_AT_KEYWORD, OBJC_IS_PQ_KEYWORD): New macros.
19108
19109         * c-parse.in (OBJC_STRING): Kill.
19110         (objc_string): Decompose to [objc_string] '@' STRING.
19111         (reswords): Take the leading '@' off all the Objective C keywords.
19112         (objc_rid_sans_at): Kill.
19113         (init_reswords): Don't initialize it.
19114         (yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD.
19115         (_yylex): Kill reconsider label.  Look ahead one token after
19116         an '@'; if we get an identifier, check whether it's an
19117         Objective C @-keyword.  If so, return the keyword.  Otherwise,
19118         put back the token and return the '@' as a terminal.
19119
19120         * cpplib.c (lex_macro_node): Remove unnecessary check for
19121         leading '@' on identifier.  Clarify control flow and commentary.
19122
19123 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19124
19125         * cse.c (new_label_ref): Variable deleted.
19126         (insert): Remove set of new_label_ref.
19127         (check_for_label_ref): New function.
19128         (cse_basic_block): Don't check new_label_ref; call check_for_label_ref.
19129
19130 See ChangeLog.5 for earlier changes.