OSDN Git Service

* config/i386/djgpp.h (DWARF2_DEBUGGING_INFO): Define.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2001-01-02  Mark Elbrecht  <snowball3@bigfoot.com>
2
3         * config/i386/djgpp.h (DWARF2_DEBUGGING_INFO): Define.
4         (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_ASM_OP): Define.
5         (UNALIGNED_SHORT_ASM_OP): Define.
6         (CPP_PREDEFINES): Remove defines for GO32 and DJGPP.
7
8 2001-01-02  Mark Mitchell  <mark@codesourcery.com>
9
10         * fold-const.c (fold_convert): Fix typo.
11
12 2001-01-02  Richard Henderson  <rth@redhat.com>
13
14         * c-common.h (ASM_INPUT_P): New.
15         * c-parse.in (asm): Set it when needed.
16         * c-semantics.c (genrtl_asm_stmt): Test it instead of the 
17         existance of an operand.
18
19 Tue Jan  2 20:27:07 MET 2001  Jan Hubicka  <jh@suse.cz>
20
21         * dwarf2out.c (stack_adjust_offset): Handle PRE_MODIFY.
22         (dwarf2out_frame_debug_expr): Likewise.
23         (mem_loc_descriptor): Handle PRE and POST_MODIFY.
24
25 Tue Jan  2 20:21:31 MET 2001  Jan Hubicka  <jh@suse.cz>
26
27         * i386.c (ix86_split_to_parts): Return number of part required;
28         handle TFmodes.
29         (print_operand, ix86_expand_branch, ix86_expand_fp_movcc): Handle
30         TFmodes.
31         (ix86_split_long_move): Use number of part returned
32         by ix86_split_to_parts
33         * i386.h (MASK_128BIT_LONG_DOUBLE, TARGET_128BIT_LONG_DOUBLE):
34         New macros.
35         (TARGET_SWITCHES): Add 128bit-long-double and 96bit-long-double
36         (LONG_DOUBLE_TYPE_SIZE): Change from constant.
37         (MAX_LONG_DOUBLE_TYPE_SIZE): New macro.
38         (INTEL_EXTENDED_IEEE_FORMAT): Likewise.
39         (ALIGN_MODE_128): Add TFmode.
40         (IS_STACK_MODE): Likewise.
41         (HARD_REGNO_NREGS): TFmode needs 3 registers.
42         (HARD_REGNO_OK): Support TFmodes.
43         (ASM_OUTPUT_LONG_DOUBLE): Handle TFmodes.
44         * i386.md (scheduler definitions): Use memory operand to determine
45         fst/fld instructions; use mode attribute to determine real mode of
46         the instruction.
47         (*tf): New patterns, expanders and splitters; based on XFmode patterns.
48         * invoke.texi (128bit-long-double, 96bit-long-double): Document.
49
50 2001-01-02  Mark Mitchell  <mark@codesourcery.com>
51
52         * tree.def (TRUTH_NOT_EXPR): Improve documentation.
53
54 Tue Jan  2 10:47:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.
55
56         * expr.c (store_constructor_field): Update ALIGN before calling
57         store_constructor.
58
59 2001-01-02  Jeffrey Oldham  <oldham@codesourcery.com>
60
61         * config/mips/mips.c (function_arg): Don't pass NULL_TREE to
62         host_integerp.
63
64 2001-01-02  Jeffrey Oldham  <oldham@codesourcery.com>
65
66         * tm.texi (FUNCTION_ARG): Document that @var{type} can be an
67         incomplete type.
68
69 Tue Jan  2 10:47:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.
70
71         * c-decl.c (start_function): Don't warn on third parameter to main.
72
73 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
74
75         * tsystem.h: Define HAVE_DECL_GETOPT.
76
77 2001-01-02  Philip Blundell  <pb@futuretv.com>
78
79         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Avoid illegal clobber 
80         of input operand.
81
82 2001-01-02  Richard Henderson  <rth@redhat.com>
83
84         * alpha.md (*ze_and_ne): Duplicate insn condition to split.
85
86 2001-01-02  Andreas Jaeger  <aj@suse.de>
87
88         * c-decl.c (c_decode_option): Remove support of
89         -Wmissing-noreturn.
90
91         * toplev.c (documented_lang_options): Remove -Wmissing-noreturn.
92         (W_options): Add -Wmissing-noreturn here.
93
94         * flow.c: Define lang_missing_noreturn_ok_p.
95         (check_function_return_warnings): Use it.
96
97         * c-common.h: Declare lang_missing_noreturn_ok_p.
98
99         * c-lang.c (c_missing_noreturn_ok_p): New function.
100         (lang_init): Set lang_missing_noreturn_ok_p.
101
102         * invoke.texi (Warning Options): Document this.
103
104 2000-12-27  Phil Edwards  <pme@sources.redhat.com>
105
106         * extend.texi (C++ Extensions):  New node for C++ attributes;
107           describe init_priority and com_interface.
108         * invoke.texi:  Remove -finit-priority as it now has zero effect.
109         * install.texi:  Fix xref syntax.
110         * md.texi:  Likewise.
111
112 Mon Jan  1 21:28:29 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
113
114         * config.gcc (sparc64-wrs-vxworks*): New case.
115         * config/sparc/vxsparc64.h, config/sparc/t-vxsparc64: New files.
116
117         * config/sparc/sparc.c (sparc_override_options): Do support different
118         pointer and architecture size.
119         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Always 4.
120         (POINTERS_EXTEND_UNSIGNED): Define.
121         (Pmode): Test TARGET_ARCH64, not TARGET_PTR64.
122         (FUNCTION_MODE): Define to be Pmode.
123         * config/sparc/sparc.md (64-bit call patterns): FUNCTION_MODE now DI.
124
125         * function.c (expand_function_end): Properly handle DECL_RESULT
126         and copy when ptr_mode != Pmode.
127         * expmed.c (make_tree): Convert X from Pmode to ptr_mode, if needed.
128
129 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
130
131         * c-common.c (c_common_nodes_and_builtins): Set prototype
132         parameters for __builtin_fputs, __builtin_fputc and
133         __builtin_fwrite.  Don't declare plain fputc as a builtin.
134
135 2001-01-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
136
137         * loop.c (add_label_notes): Increment the label usage count when
138         a note is added to an insn which refers to a CODE_LABEL.
139         * gcse.c (add_label_notes): Likewise.
140
141 2001-01-01  Andreas Jaeger  <aj@suse.de>
142
143         * loop.c (scan_loop): Use xmalloc to allocate movables.
144
145 2001-01-01  Alexandre Oliva  <aoliva@redhat.com>
146
147         * tm.texi (REGISTER_MOVE_COST): Add a mode argument.
148         * reload.c (REGISTER_MOVE_COST): Likewise.  Adjust all callers.
149         * reload1.c (REGISTER_MOVE_COST): Likewise.
150         * regclass.c (REGISTER_MOVE_COST): Likewise.
151         (move_cost, may_move_in_cost, may_move_out_cost): Add mode
152         dimension.  Adjust all users.
153         (init_reg_sets_1): Iterate on all modes.
154         * config/1750a/1750a.h (REGISTER_MOVE_COST): Adjust.
155         * config/a29k/a29k.h (REGISTER_MOVE_COST): Adjust.
156         * config/alpha/alpha.h (REGISTER_MOVE_COST): Adjust.
157         * config/arc/arc.h (REGISTER_MOVE_COST): Adjust.
158         * config/arm/arm.h (REGISTER_MOVE_COST): Adjust.
159         * config/avr/avr.h (REGISTER_MOVE_COST): Adjust.
160         * config/c4x/c4x.h (REGISTER_MOVE_COST): Adjust.
161         * config/d30v/d30v.h (REGISTER_MOVE_COST): Adjust.
162         * config/dsp16xx/dsp16xx.h (REGISTER_MOVE_COST): Adjust.
163         * config/h8300/h8300.h (REGISTER_MOVE_COST): Adjust.
164         * config/i386/i386.h (REGISTER_MOVE_COST): Adjust.
165         * config/ia64/ia64.h (REGISTER_MOVE_COST): Adjust.
166         * config/m32r/m32r.h (REGISTER_MOVE_COST): Adjust.
167         * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Adjust.
168         * config/m68k/m68k.h (REGISTER_MOVE_COST): Adjust.
169         * config/mcore/mcore.h (REGISTER_MOVE_COST): Adjust.
170         * config/mips/mips.h (REGISTER_MOVE_COST): Adjust.
171         * config/mn10200/mn10200.h (REGISTER_MOVE_COST): Adjust.
172         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Adjust.
173         * config/ns32k/ns32k.h (REGISTER_MOVE_COST): Adjust.
174         * config/pa/pa.h (REGISTER_MOVE_COST): Adjust.
175         * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Adjust.
176         * config/pj/pj.h (REGISTER_MOVE_COST): Adjust.
177         * config/romp/romp.h (REGISTER_MOVE_COST): Adjust.
178         * config/rs6000/rs6000.h (REGISTER_MOVE_COST): Adjust.
179         * config/sh/sh.h (REGISTER_MOVE_COST): Adjust.
180         * config/sparc/sparc.h (REGISTER_MOVE_COST): Adjust.
181
182 2001-01-01  Bernd Schmidt  <bernds@redhat.com>
183
184         * alias.c (fixed_scalar_and_varying_struct): Adjust prototype of
185         arg VARIES_P.  Call it with extra arg.
186         (true_dependence): Likewise.
187         * rtl.h (rtx_addr_can_trap_p): Declare.
188         (rtx_varies_p, rtx_addr_varies_p, true_dependence): Update
189         prototypes.
190         * rtlanal.c (rtx_addr_can_trap_p): No longer static.
191         (rtx_varies_p): Accept extra arg FOR_ALIAS; only disallow
192         pic offset table register if it's zero.  All callers changed.
193         (rtx_addr_varies_p): Accept extra arg FOR_ALIAS; all callers changed.
194
195 Mon Jan  1 07:38:33 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
196
197         * explow.c (convert_memory_address, case SYMBOL_REF): Copy
198         STRING_POOL_ADDRESS_P.
199
200         * config/sparc/sparc.c (input_operand): Properly test for short op.
201
202         * config.gcc (sparc-*-elf): Include sparc/sol2.h.
203         (sparc-*-rtems*): Include sparc/sol2.h and sparc/elf.h.
204         (sparclite-*-elf*, sparc86x-*-elf*): Likewise.
205         * config/sparc/elf.h: No longer include sol2.h.
206         * config/sparc/lifeelf.h: No longer include sparc/elf.h.
207         * config/sparc/rtemself.h, config/sparc/sp86x-elf.h: Likewise.
208
209         * config/sparc/sparc.md: Test TARGET_ARCH64 instead of TARGET_PTR64.
210
211 2001-01-01  Michael Hayes  <mhayes@redhat.com>
212
213         * loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds.
214         (find_mem_givs, record_biv, maybe_eliminate_biv): Likewise.
215         (record_initial): Likewise.
216         * unroll.c (copy_loop_body, loop_iterations): Likewise.
217         (remap_split_bivs): Likewise.
218
219 2001-01-01  Michael Hayes  <mhayes@redhat.com>
220
221         * loop.c (loop_ivs_free): New function.
222         (strength_reduce): Break out from...
223
224 2001-01-01  Michael Hayes  <mhayes@redhat.com>
225
226         * loop.h (struct iv): New.
227         (REG_IV_TYPE, REG_IV_CLASS, REG_INFO): Modify to use 'struct iv'.
228         (struct loop_ivs): Replace 'reg_iv_type', 'reg_iv_info',
229         'reg_biv_class' fields with 'regs' and 'n_regs'.
230         (struct ivs): Rename 'loop_iv_list' field to 'list'.
231         * loop.c (loop_bivs_find, strength_reduce): Use ivs->regs array.
232         * unroll.c (loop_iterations): Check array bounds with ivs->n_regs.
233
234 2000-12-31  Alexandre Oliva  <aoliva@redhat.com>
235
236         * resource.c (mark_referenced_resources): Abort() before
237         attempting to mark a pseudo register.
238         (mark_set_resources): Likewise.
239
240 2001-01-01  Michael Hayes  <mhayes@redhat.com>
241
242         * loop.h (REG_IV_CLASS): New accessor macro.
243         * loop.c (REG_IV_CLASS): Use it instead of reg_iv_class array.
244         * unroll.c (REG_IV_CLASS): Likewise.
245
246 Sun Dec 31 19:20:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
247
248         * dwarf2out.c (loc_descriptor_from_tree, case WITH_RECORD_EXPR): New.
249         (loc_descriptor_from_tree, case SAVE_EXPR): New.
250
251 2001-01-01  Michael Hayes  <mhayes@redhat.com>
252
253         * loop.c (loop_giv_reduce_benefit): Break out from strength_reduce.
254         (loop_givs_dead_check, loop_givs_reduce, loop_givs_rescan): Likewise.
255         (prescan_loop): Set pre_header_has_call in loop_info.
256         * loop.h (struct_iv_class): Add `final_value' and `all_reduced'.
257         (struct loop_info): Add `pre_header_has_call'.
258
259         * loop.c (loop_bivs_find): Break out from strength_reduce.
260         (loop_bivs_init_find, loop_bivs_check, loop_givs_find): Likewise.
261         (loop_givs_check, loop_biv_eliminable_p): Likewise.
262
263         * loop.c (LOOP_REG_LIFETIME, LOOP_REG_GLOBAL_P): Define.
264         (scan_loop, record_giv): Use LOOP_REG_LIFETIME and LOOP_REG_GLOBAL_P.
265
266         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Define.
267         * loop.c (REGNO_FIRST_LUID, REGNO_LAST_LUID): Use in place of
268         direct access to uid_luid array.
269         * unroll.c (REGNO_FIRST_LUID, REGNO_LAST_LUID): Likewise.
270
271         * loop.h (struct loop_movables): New.
272         (LOOP_MOVABLES): New.
273         (struct loop_info): Add movables field.
274         * loop.c (struct movables): Delete.  Replace all uses
275         with struct loop_movables.
276         (the_movables): Delete.  Replace all uses with movables
277         field in loop_info.
278         (loop_movables_add, loop_movables_free): New functions.
279         (scan_loop): Use xmalloc instead of alloca for movables.
280         Call loop_movables_free.
281
282         * loop.c (debug_loops): New.
283
284 2000-12-31  Philip Blundell  <philb@gnu.org>
285
286         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Add missing asm
287         operands.
288
289 2000-12-30  Richard Henderson  <rth@redhat.com>
290
291         * dbxout.c (dbxout_block): Invert logic on eliding LBRAC/RBRAC.
292         Initialize variables properly for DBX_LBRAC_FIRST.
293
294 2000-12-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
295
296         * expr.c (expand_expr, case COMPONENT_REF): Fix typo in last change.
297
298 2000-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
299
300         * builtins.c (validate_arglist): New function, use it.
301
302 2000-12-30  Philip Blundell  <philb@gnu.org>
303
304         * config/arm/arm.c (arm_expand_prologue): Fix typos in error
305         message and comment.  Note location of testcase for an unhandled
306         situation.
307
308 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
309
310         * defaults.h (BUILD_VA_LIST_TYPE): New definition.
311         * tree.c (build_common_tree_nodes_2): Ensure the va_list_type_node
312         is a copy, not an alias.
313
314 2000-12-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
315
316         * calls.c (calls_function_1, case CONSTRUCTOR): New case.
317
318         * alias.c (alias_sets_conflict_p): New function.
319         (mems_in_disjoint_alias_sets_p): Use it.
320         (readonly_fields_p): Moved from expr.c; check for record type.
321         (objects_must_conflict_p): New function.
322         * calls.c (expand_call): Use assign_temp as much as possible, use
323         readonly variant if assigned once, and don't set memory attributes.
324         (emit_library_call_value_1, store_one_arg): Likewise.
325         * integrate.c (expand_inline_function): Likewise.
326         * stmt.c (expand_asm_operands, expand_return): Likewise.
327         * expr.c (copy_blkmode_from_reg, store_constructor): Likewise.
328         (store_field, save_noncopied_parts, expand_expr): Likewise.
329         (expand_expr_unaligned): Likewise.
330         (readonly_fields_p): Moved to alias.c.
331         (safe_from_p): Rework handling of SAVE_EXPR.
332         MEMs ony conflict if alias sets conflict; likewise for INDIRECT_REF.
333         * function.c (struct temp_slot): Delete field ALIAS_SET; add TYPE.
334         (assign_stack_for_temp): Use objects_must_confict_p.
335         Set all memory attributes from type, if specified.
336         (mark_temp_slot): Mark TYPE field.
337         * tree.h (alias_sets_conflict_p, readonly_fields_p): New decls.
338         (objects_must_conflict_p): Likewise.
339
340         * stmt.c (expand_decl): Don't use assign_stack_temp in error case.
341         (add_case_node): No need to copy nodes anymore.
342
343 2000-12-30  Alexandre Oliva  <aoliva@redhat.com>
344
345         * config/sh/sh.c (split_branches): Don't dereference re-computed
346         `beyond' before checking it's non-NULL.
347
348 2000-12-29  Robert Lipe <robertl@sco.com>
349
350         Remove COFF support from i?86-pc-sco3.2v5.
351         * i386/sco5.h (PREFERRED_DEBUGGING_TYPE): Change to Dwarf II.
352         (TARGET_ELF): Now always true.
353         (SUBTARGET_SWTICHES: )Remove -mcoff.
354
355         * i386/t-sco5 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
356         MULTILIB_EXCEPTION): Nuke coff.
357         (CRTSTUFF_T_CFLAGS_S):  Deleted.
358         (TARGET_LIBGCC2_CFLAGS): Added.
359
360 2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
361
362         * varasm.c (output_constant_def): Don't ENCODE_SECTION_INFO
363         twice.  Update desc->rtl and ->label, in case ENCODE_SECTION_INFO
364         modifies them.
365
366 2000-12-29  Bernd Schmidt  <bernds@redhat.com>
367
368         * ia64.c (ia64_expand_load_address): Accept additional scratch
369         register argument.  All callers & prototype changed.
370         Use scratch register when generating load_symptr insns.
371         * ia64.md (movdi_symbolic): Clobber a scratch register.  Use it
372         when calling ia64_expand_load_address.
373         (movdi): Generate movdi_symbolic with additional operand.
374         (load_gprel64): Use pic_offset_table_rtx instead of (reg:DI 1).
375         (load_symptr): Likewise.  Use additional operand as a scratch
376         register instead of generating it here.
377
378         * basic-block.h: Add a comment.
379         * flow.c (PROP_POSTRELOAD): New macro.
380         (update_life_info): Add it to prop_flags.
381         (mark_set_1): If it is set, compute REG_N_SETS for the original
382         register number of a hard reg.
383
384         * emit-rtl.c (gen_raw_REG): New function.
385         (gen_rtx_REG, gen_reg_rtx, init_emit_once): Use it instead of
386         gen_rtx_raw_REG.
387         * print-rtl.c (print_rtx): Print ORIGINAL_REGNO.
388         * final.c (alter_subreg): Update it.
389         * regrename.c (do_replace): Likewise.  Use gen_raw_REG.
390         * rtl.def (REG): Update comment.
391         * rtl.h (X0UINT, ORIGINAL_REGNO): New macros.
392         (gen_raw_REG): Declare.
393
394 2000-12-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
395
396         * tree.c (get_set_constructor_bits): Use host_integerp and
397         tree_low_cst.
398
399         * local-alloc.c (update_equiv_regs): Don't use copy_rtx on PATTERN.
400
401         * toplev.c (main): Call xmalloc_set_program_name.
402         * gcc.c (main): Likewise.
403
404 2000-12-29  Philip Blundell  <philb@gnu.org>
405
406         * config/arm/arm.c (arm_override_options): Fix typo in warning
407         message.
408
409 2000-12-29  Richard Henderson  <rth@redhat.com>
410
411         * config/alpha/alpha.c (alpha_expand_block_move): Initialize
412         src_align and dst_align in bits.  Do unaligned quadword loads
413         if possible for BWX too.
414         (alpha_expand_block_clear): Initialize align in bits.  Track
415         small leading offsets into a larger alignment.  Play games with
416         stq_u for large 4-byte aligned blocks.  Use load/mask/store
417         for appropreately aligned heads and tails.
418
419 2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
420
421         * function.c (assign_parms): Convert arguments passed by
422         reference to the right mode.
423
424 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
425
426         * c-parse.in (select_or_iter_stmt): Use truthvalue_conversion
427         on the condition of a FOR statement, so that it gets typechecked
428         and optimised.
429
430 2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
431
432         * c-decl.c (grokdeclarator): Prevent crash in case of overflow in
433         array size.
434
435         * calls.c (emit_library_call_value_1): Add to call_fusage the
436         stack slot assigned to argument passed by reference.
437
438 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
439
440         * toplev.h (extern really_sorry): Remove extern declaration for
441         nonexistent function.
442
443 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
444
445         * varasm.c (initializer_constant_valid_p): Indicate subtraction of
446         pointers to the same string constant is absolute.
447
448 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
449
450         * c-common.c (enum format_type): Add strfmon_format_type.
451         (decl_attributes): Handle format attributes strfmon and
452         __strfmon__.
453         (FMT_FLAG_USE_DOLLAR, FMT_FLAG_ZERO_WIDTH_BAD,
454         FMT_FLAG_EMPTY_PREC_OK): Define.
455         (format_char_info): Update comment for flag_chars.
456         (format_flag_spec): Add skip_next_char.
457         (format_kind_info): Add left_precision_char.
458         (printf_flag_specs, scanf_flag_specs, strftime_flag_specs,
459         format_types): Update for these new structure members and flags.
460         (time_char_table): Make const.
461         (strfmon_length_specs, strfmon_flag_specs, strfmon_flag_pairs,
462         monetary_char_table): New.
463         (format_types): Add details of strfmon formats.
464         (init_function_format_info): Create default attribute for strfmon.
465         (check_format_info_main): Check the new flags.  Handle
466         skip_next_char and left precision.
467         * toplev.c (documented_lang_options): Update description of
468         -Wformat.
469         * extend.texi: Document strfmon format attributes.  Document
470         attribute forms such as __printf__.  Clarify format_arg attribute
471         documentation.
472         * invoke.texi (-Wformat): Update for strfmon formats.
473
474 2000-12-28  Andreas Jaeger  <aj@suse.de>
475
476         * expmed.c (store_bit_field): Fix last patch.
477
478 2000-12-28  Alexandre Oliva  <aoliva@redhat.com>
479
480         * config/sh/crt1.asm (start_l): `__SH4_SINGLE_ONLY__' was missing
481         the trailing `__'.
482
483 2000-12-28  Alan Lehotsky  <lehotsky@tiac.net>
484
485         * expmed.c (store_bit_field): Correctly compute smallest mode that
486         is sufficient to contain all bits we are storing.
487
488 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
489
490         * builtins.c (build_function_call_expr): New function.  Use it
491         everywhere in lieu of manually constructing a CALL_EXPR.
492
493 2000-12-27  Chandrakala Chavva  <cchavva@redhat.com>
494
495         * calls.c (store_one_arg):  If parm is passed both in stack and in
496         register and offset is greater than reg_parm_stack_space, split
497         the offset and call emit_push_insn().
498
499 2000-12-27  Nick Clifton  <nickc@redhat.com>
500
501         * ifcvt.c (noce_emit_store_flag): Handle jump insns that are
502         PARALLEL.
503
504 2000-12-27  Alexandre Oliva  <aoliva@redhat.com>
505
506         * rtl.c (copy_most_rtx, shallow_copy_rtx): Copy frame_related
507         flag.
508
509 2000-12-27  Bruce Korb  <bkorb@gnu.org>
510
511         * fixinc/Makefile.in: fix for ancient Bourne shell
512         * fixinc/Makefile.BEOS: obsolete
513         * fixinc/Makefile.DOS: obsolete
514         * fixinc/fixincl.sh(LINKS): use `test -d' rather than `ls' for testing
515
516 2000-12-27  Bernd Schmidt  <bernds@redhat.com>
517
518         * sched-deps.c (get_condition, conditions_mutex_p): New functions.
519         (add_dependence): Use them to avoid adding unnecessary dependencies
520         between conditionally executed insns.
521         (sched_analyze_1, sched_analyze_2, sched_analyze_insn): Don't free
522         dependency lists if current insn is a COND_EXEC.
523
524 2000-12-27  Geoffrey Keating  <geoffk@redhat.com>
525
526         * config/rs6000/rs6000.md (define_attr "length"): Correct
527         calculation.
528
529 2000-12-26  Kazu Hirata  <kazu@hxi.com>
530
531         * config/h8300/h8300.c: Fix a comment typo.
532         (get_shift_alg): Fix a typo in the assembly code for 12-bit
533         ASHIFTRT in HImode.  Do not output extra whitespace after one line
534         of assembly code.  Output a tab after an opcode instead of a
535         space.
536         (emit_a_shift): Output a tab after an opcode instead of a space.
537
538 2000-12-23  Marek Michalkiewicz  <marekm@linux.org.pl>
539
540         * config/avr/avr.c (out_movqi_r_mr, out_movhi_r_mr, out_movsi_r_mr,
541         out_movsi_mr_r, out_movqi_mr_r, out_movhi_mr_r): Use %o instead of
542         %4 in output templates, do not modify operands passed by the caller.
543
544 2000-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
545
546         * builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS):
547         Don't define.
548         * builtins.c (expand_builtin): Don't handle BUILT_IN_LABS,
549         BUILT_IN_LLABS and BUILT_IN_IMAXABS.
550         * c-common.c (c_common_nodes_and_builtins): Use BUILT_IN_ABS for
551         builtin labs, llabs and imaxabs.
552         (expand_tree_builtin): Don't handle BUILT_IN_LABS, BUILT_IN_LLABS
553         and BUILT_IN_IMAXABS.
554
555 2000-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
556
557         * c-common.c (builtin_function_2): New function.
558         (c_common_nodes_and_builtins): Use it to define each pair (foo,
559         __builtin_foo) of builtins in one place.
560
561 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
562
563         * gccbug.in: Add libgcj and preprocessor categories.
564
565 2000-12-22  Bernd Schmidt  <bernds@redhat.com>
566
567         * config/ia64/ia64.c (itanium_reorder): Only schedule stops in
568         the final scheduling pass.
569
570 2000-12-22  Nick Clifton  <nickc@redhat.com>
571
572         * config/arm/arm.h (struct machine_function): Add new field
573         'lr_save_eliminated'.
574         * config/arm/arm.c (arm_compute_save_reg_mask): Do not include the
575         link register if its save has been eliminated.
576         (output_arm_prologue): Mention if the save of the link register
577         has been eliminated.
578         (output_arm_epilogue): Rename 'live_regs_mask' to
579         'saved_regs_mask'.
580         Test 'saved_regs_mask' for the link register, not regs_ever_live.
581         (arm_expand_prologue): If the link register has not been saved set
582         lr_save_eliminated and emit a USE to prevent later passes from
583         scavenging it.
584
585         * dwarf2out_frame_debug_expr: Allow the (scratch) frame
586         pointer to be initialised from the stack pointer plus a
587         constant.
588
589 2000-12-22  Bernd Schmidt  <bernds@redhat.com>
590
591         * regrename.c (struct du_chain): New field "earlyclobber".
592         (enum scan_actions): Remove unused entry "note_reference".
593         (enum scan_actions_name): Likewise.
594         (note_sets, clear_dead_regs, merge_overlapping_regs): New static
595         functions.
596         (regrename_optimize): Use them to compute unavailable regs; get
597         rid of the more simpleminded code we used to have here.
598         Use a tick array to ensure registers are allocated in a more
599         round-robin way.  Disable code that only optimizes registers
600         that were seen more than once.
601         (referenced_regs): Remove variable.
602         (scan_rtx_reg): New arg "earlyclobber".  All callers changed.
603         Store its value in newly generated du_chain structures.
604         Add new du_chains at the end, not the start, of the list.
605         Don't handle the "note_reference" action.
606         (scan_rtx): New arg "earlyclobber".  All callers changed.
607         (build_def_use): Lose code to keep track of referenced regs.
608
609 2000-12-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
610
611         * Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo.
612
613         * fp-bit.h (usi_to_float): Add prototype.
614
615         * i386.c (ix86_expand_builtin): Delete unused label.
616
617         * dwarf2out.c (file_info_cmp): Prototype.
618         (dwarf2out_line): Hide variable `old_in_use'.
619
620         * objc-act.c (objc_fatal): Delete.
621
622         * sched-vis.c (visualize_stall_cycles): Remove unused variable.
623
624         * system.h (getopt): Fix error in last change.
625
626         * varasm.c (assemble_trampoline_template): Constify.
627
628 2000-12-22  Jason Merrill  <jason@redhat.com>
629
630         * collect2.c (main): Use auto_demangling.
631
632 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
633
634         * function.c (assign_parms): Update parm's DECL_INCOMING_RTL
635         when optimizing PARALLEL to REG.
636
637 2000-12-22  Graham Stott  <grahams@redhat.com>
638
639         * reload.c (update_auto_inc_notes): New, broken out from ...
640         (find_reloads_address_1): ... use here, also correct possible
641         use of uninitialised reloadnum.
642
643 2000-12-21  David O'Brien  <obrien@FreeBSD.org>
644
645         * config/freebsd.h (LIB_SPEC): remove -kthread option.
646
647 2000-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
648
649         * resource.c (mark_set_resources): Use MARK_SRC_DEST for
650         PRE_MODIFY and POST_MODIFY cases.
651
652         * rtlanal.c (side_effects_p): Handle PRE_MODIFY and POST_MODIFY.
653
654 2000-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
655
656         * md.texi (Looping Patterns): New node.
657
658 2000-12-21  Joseph S. Myers  <jsm28@cam.ac.uk>
659
660         * gcc.texi, cpp.texi: Update last-updated dates.
661
662 2000-12-21  Chandrakala Chavva  <cchavva@redhat.com>
663
664         * varasm.c (output_addressed_constants): Use language specific
665         expander on unknown nodes.
666
667 2000-12-21  Graham Stott  <grahams@redhat.com>
668
669         * combine.c (distribute_notes): Handle REG_NON_LOCAL_GOTO notes.
670
671 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
672
673         * Makefile.in (out_object_file): Depend on sched-int.h.
674         * rtl.h (single_set_1): New macro.
675         (single_set_2): Renamed from single_set_1 and extra argument added.
676         * rtlanal.c (single_set_2): Likewise.
677
678         * config/ia64/ia64-protos.h (get_bundle_name, ia64_issue_rate,
679         ia64_adjust_cost, ia64_sched_init, ia64_sched_finish,
680         ia64_sched_reorder, ia64_sched_reorder2, ia64_variable_issue):
681         Declare.
682         * config/ia64/ia64.c: Include "sched-int.h".
683         (hard_regno_rename_ok): Also disallow renaming from the various
684         reg_save_* regs.
685         (ia64_safe_itanium_requiers_unit0, ia64_safe_itanium_class,
686         ia64_safe_type, init_insn_group_barriers, group_barrier_needed_p,
687         safe_group_barrier_needed_p, fixup_errata): New static functions.
688         (rtx_needs_barrier):  Handle bundle selector and cycle display
689         insns.
690         (emit_insn_group_barriers): Accept additional FILE * arg.  All
691         callers changed.  Rework to only generate stop bits between
692         basic blocks that haven't been inserted by scheduling.
693         (struct bundle, struct ia64_packet): New structures.
694         (NR_BUNDLES, NR_PACKETS): New macros.
695         (bundle, packets, type_names): New static arrays.
696         (ia64_final_schedule): New variable.
697         (ia64_single_set, insn_matches_slot, ia64_emit_insn_before,
698         gen_nop_type, finish_last_head, rotate_one_bundle, rotate_two_bundles,
699         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
700         find_best_packet, itanium_reorder, dump_current_packet, schedule_stop):
701         New static functions.
702         (ia64_issue_rate, ia64_sched_init, ia64_sched_reorder,
703         ia64_sched_finish, ia64_sched_reorder2, ia64_variable_issue): New
704         functions.
705         (ia64_reorg): Perform a final scheduling pass.
706         * config/ia64/ia64.h (CONST_COSTS): Slightly increase SYMBOL_REF costs.
707         (MAX_CONDITIONAL_EXECUTE, ADJUST_COST, ISSUE_RATE, MD_SCHED_INIT,
708         MD_SCHED_REORDER, MD_SCHED_REORDER2, MD_SCHED_FINISH,
709         MD_SCHED_VARIABLE_ISSUE): Define macros.
710         (ia64_final_schedule): Declare variable.
711         * config/ia64/ia64.md (attr itanium_class): Add some more classes.
712         (attr type): Account for them.
713         (itanium_requires_unit0): New attribute.
714         (function units): Rewrite.
715         (some splitters): Don't create scheduling barriers here.
716         (gr_spill_internal, gr_restore_internal): Don't predicate the
717         pseudo-op.
718         (nop_m, nop_i, nop_f, nop_b, nop_x, cycle_display, cycle_display_1,
719         bundle_selector): New patterns.
720         (insn_group_barrier): Now has an operand.
721
722 2000-12-21  DJ Delorie  <dj@redhat.com>
723
724         * dwarf2out.c (simple_decl_align_in_bits): new
725         (field_byte_offset): Try both the type align and the
726         decl align, use whichever works, preferring the type align.
727
728 2000-12-21  Joseph S. Myers  <jsm28@cam.ac.uk>
729
730         * gccbug.in: Fix typo.
731
732 2000-12-20  Benjamin Kosnik  <bkoz@redhat.com>
733
734         * Makefile.in (gcc_gxx_target_include_dir): Use instead of
735         build_tooldir and libstdcxx_incdir.
736
737 2000-12-20  Robert Lipe <robertlipe@usa.net>
738
739         * haifa-sched.c (schedule_block): Provide empty source statement
740         if not MD_SCHED_REORDER2.
741
742 2000-12-20  Richard Henderson  <rth@redhat.com>
743
744         * rtl.h (REG_NON_LOCAL_GOTO): New.
745         * rtl.c (reg_note_name): Update.
746         * stmt.c (expand_goto): Emit a REG_NON_LOCAL_GOTO note.
747         * builtins.c (expand_builtin_longjmp): Likewise.
748         * flow.c (make_edges): Check for REG_NON_LOCAL_GOTO and do
749         not emit an edge.
750
751 2000-12-20  Marek Michalkiewicz  <marekm@linux.org.pl>
752
753         * config/avr/avr.c (out_movsi_r_mr, out_movsi_mr_r, out_movhi_mr_r):
754         Do not output undefined opcodes where source or destination register
755         overlaps with modified pointer register.  Handle (X + d) addresses.
756         * config/avr/avr.md (*movhi, *movsi, *movsf): Correct insn length
757         in alternatives with memory operand.
758
759 2000-12-20  Richard Henderson  <rth@redhat.com>
760
761         * c-typeck.c (build_asm_stmt): New, broken out from ...
762         (c_expand_asm_operands): ... here.  Just do rtl expansion.
763         (c_expand_return): Return the new stmt node.
764         (c_start_case, do_case): Likewise.
765         * c-common.c (c_expand_expr_stmt): Likewise.
766         * c-common.h: Update declarations.
767         * c-tree.h: Likewise.
768         * c-semantics.c (build_stmt): Use STMT_LINENO not TREE_COMPLEXITY.
769         * c-parse.in (fndef): Set DECL_SOURCE_LINE to the open brace.
770         (nested_function, notype_nested_function): Likewise.
771         (compstmt): Return the compound statement not the binding level.
772         (lineno_labeled_stmt): Simplify.
773         (lineno_stmt, lineno_label): Set STMT_LINENO.
774         (stmt, label): Return the new stmt node.
775
776 2000-12-20  Bernd Schmidt  <bernds@redhat.com>
777
778         * Makefile.in (OBJS): Add sched-ebb.o.
779         (sched-ebb.o): New rule.
780         (sched-vis.o): Depend on hard-reg-set.h and $(BASIC_BLOCK_H).
781         (haifa-sched.o): Depend on insn-flags.h.
782         * haifa-sched.c: Include "insn-flags.h".
783         (priority): Don't access BLOCK_NUM, use the new contributes_to_priority
784         callback.
785         * rtl.h (schedule_ebbs): Declare.
786         * sched-int.h (struct sched_info): Add new members
787         contributes_to_priority and compute_jump_reg_dependencies.
788         * sched-rgn.c (contributes_to_priority, compute_jump_reg_dependencies):
789         New functions.
790         (region_sched_info): Add them.
791         * sched-vis.c: Include "hard-reg-set.h" and "basic-block.h".
792         * sched-ebb.c: New file.
793         * sched-deps.c (sched_analyze_insn): Add code to handle JUMP_INSNs.
794
795         * flow.c (ior_reg_cond, and_reg_cond, elim_reg_cond): Properly
796         handle all relational operators.
797
798 2000-12-20  Alexandre Oliva  <aoliva@redhat.com>
799
800         * final.c (output_addr_const): Use ASM_OUTPUT_SYMBOL_REF.
801         * tm.texi: Document it.
802
803 2000-12-19  Benjamin Kosnik  <bkoz@redhat.com>
804
805         * Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Use build_tooldir
806         instead of gcc_tooldir.
807
808 2000-12-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
809
810         * system.h (getopt): Update prototype to match include/getopt.h.
811
812 2000-12-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
813
814         From Jeff Law.
815         * pa.c (basereg_operand): Simplify.
816
817 2000-12-19  Bernd Schmidt  <bernds@redhat.co.uk>
818
819         * haifa-sched.c (rm_line_notes): Arguments are now head and tail,
820         not block number.  All callers and prototype changed.
821         (set_priorities): Likewise.
822         (save_line_notes): Add head and tail arguments; all callers and
823         prototype changed.
824         (restore_line_notes): Likewise.  Don't crash on insns generated
825         during scheduling.
826         (schedule_block): Don't use BLOCK_HEAD/BLOCK_END macros.
827         Call MD_SCHED_INIT with additional argument.
828         When starting a new cycle, emit cycle_display insns if available.
829         Don't stop scheduling when encountering a JUMP_INSN, but add another
830         call to schedule_more_p in the inner loop.
831         Call MD_SCHED_REORDER2 after scheduling an insn.
832         Call MD_SCHED_FINISH once all insns are scheduled.
833         (sched_init): Compensate for the fact that get_block_head_tail
834         doesn't include leading notes.
835         * sched-deps.c (free_deps): Free vectors here.
836         * sched-rgn.c (compute_block_backward_dependencies): Not here.
837         (last_was_jump): New static variable.
838         (schedule_more_p): Test it.
839         (init_ready_list): Initialize it.
840         (can_schedule_ready_p): Set it if we have a JUMP_INSN.
841
842         * config/i386/i386.h (MD_SCHED_INIT): Add new arg.
843         * config/m32r/m32r.h (MD_SCHED_INIT): Add new arg.
844         * config/sparc/sparc.h (MD_SCHED_INIT): Add new arg.
845
846         * md.texi (cycle_display): Document.
847         * tm.texi (MD_SCHED_INIT): Document new arg.
848         (MD_SCHED_FINISH, MD_SCHED_REORDER2): Document.
849
850         * flow.c (ior_reg_cond, nand_reg_cond, not_reg_cond): Rewrite
851         to use different representation.  All callers changed.
852         (and_reg_cond): Renamed from nand_reg_cond; caller changed.
853         (init_propagate_block_info): Don't test flags to determine
854         whether to compute conditional lifetimes.
855         Adjust code for new representation of conditional lifetimes.
856         (mark_regno_cond_dead): Similar adjustment.
857         (free_reg_cond_life_info): Similar adjustment.
858         (elim_reg_cond): New function.
859         (flush_reg_cond_1): Use it.
860
861 2000-12-19  Catherine Moore  <clm@redhat.com>
862
863         * reload1.c (reload_combine): Take multi-hard-regs into account
864         when processing CALL_INSN_FUNCTION_USAGE.
865
866 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
867
868         * invoke.texi (-print-search-dirs): Make references to cpp refer
869         to cpp0 instead.
870
871 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
872
873         * fold-const.c (tree_expr_nonnegative_p): Treat truth values as
874         non-negative.
875
876 Tue Dec 19 00:37:08 2000  J"orn Rennecke <amylaar@redhat.com>
877
878         * reload.c (push_reload): When using a dying register for the reload
879         register in an in-out reload, use outmode if wider than inmode.
880
881 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
882
883         * config/d30v/d30v.h (EXIT_BODY): Update comment.
884
885 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
886
887         * config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.
888         * tm.texi (EXIT_BODY): Update documentation.
889         * config/freebsd.h, config/netware.h, config/arm/coff.h,
890         config/arm/conix-elf.h, config/arm/unknown-elf.h,
891         config/d30v/d30v.h, config/mcore/mcore.h, config/pj/pj.h,
892         sparc/sp86x-aout.h: Remove definitions of HAVE_ATEXIT (some
893         commented out) and associated comments.
894
895 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
896
897         * c-common.c (STD_C9L, ADJ_STD): Define.
898         (printf_length_specs, scanf_length_specs): Mark "ll" as standard
899         STD_C9L.
900         (T99_LL): Rename to T9L_LL.
901         (T99_ULL): Rename to T9L_ULL.
902         (print_char_table, scan_char_table): Use T9L_LL and T9L_ULL
903         instead of T99_LL and T99_ULL.
904         (check_format_info_main): Use ADJ_STD on all format standard
905         versions being compared.
906         * c-common.h: Declare warn_long_long.
907         * c-tree.h: Don't declare warn_long_long.
908
909 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
910
911         * COPYING: Update to current
912         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
913         to 19yy as example year in copyright notice).
914
915 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
916
917         * c-lex.c (cb_file_change): Treat in_system_header as strictly
918         boolean (0 or 1).
919
920 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
921
922         * cppmain.c: Update print.lineno with -P.
923
924 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
925
926         * c-lex.c: s/change_file/file_change.
927         * cpplib.h: Similarly.
928         * cppmain.c: Similarly.
929         * fix-header.c: Similarly.
930         * cppfiles.c (stack_include_file): Pass the buffer location and
931         size to cpp_push_buffer.  Generate the file_change callback,
932         so that sysp is already set.
933         * cpphash.h: Add _cpp_do_file_change.
934         * cpplib.c (do_line): Set buffer->sysp directly. Generate the
935         file_change callback after setting sysp.
936         (_cpp_do_file_change): Handle FC_ENTER and the FC_RENAME exception
937         here.
938         (cpp_push_buffer): Don't generate a callback.  Clear sysp.
939         (cpp_pop_buffer): Clean up logic.
940
941 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
942
943         * configure.in (gcc_gxx_include_dir): Simplify.
944         (libstdcxx_incdir): Export.
945         * configure: Regenerate.
946         * Makefile.in (PREPROCESSOR_DEFINES): Add in
947         GPLUSPLUS_TOOL_INCLUDE_DIR bits here..
948         (libstdcxx_incdir): Add.
949         * cppdefault.c (GPLUSPLUS_TOOL_INCLUDE_DIR): Add search path.
950
951 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
952
953         * c-lex.c (lex_lineno): Remove.
954         (init_c_lex, c_lex): Remove lex_lineno.
955         (cb_change_file): Update lineno correctly, both before calling
956         push_srcloc and before leaving the function.
957         (cb_def_pragma): Set lineno before outputting diagnostics.
958
959 Sun Dec 17 18:45:41 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
960
961         * print-tree.c (print_node): Print DECL_USER_ALIGN and TYPE_USER_ALIGN.
962         Print TYPE_MIN_VALUE and TYPE_MAX_VALUE for REAL_TYPE.
963         Use print_node_brief to print bounds.
964
965 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
966
967         * cpplib.h (struct cpp_reader): Remove references to string_pool
968         and temp_string_pool.
969         * cppinit.c (cpp_create_reader, cpp_cleanup): Similarly; using
970         ident_pool in place.
971         * cpplex.c (parse_number, unescaped_terminator_p, parse_string,
972         save_comment, cpp_token_as_text): Similarly.
973         * cpplib.c (do_define, glue_header_name, parse_assertion): Similarly.
974         * cppmacro.c (make_number_token, builtin_macro, lock_pools,
975         unlock_pools, stringify_arg, paste_tokens): Similarly.
976
977 Sun Dec 17 12:41:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
978
979         * dwarf2out.c (loc_descriptor_from_tree, case NOP_EXPR): New case.
980         (loc_descriptor_from_tree, case CONVERT_EXPR): Likewise.
981         (loc_descriptor_from_tree, case NON_LVALUE_EXPR): Likewise.
982
983 2000-12-17  Richard Earnshaw  <rearnsha@arm.com>
984
985         * Makefile.in (check-po): Use $(MAKE).
986         (risky-stage1, risky-stage2, risky-stage3, risky-stage4): Likewise.
987
988 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
989
990         * cppmain.c (check_multiline_token): New function.
991         (scan_buffer): Use it.
992         (cb_change_file): Restructure to avoid warning.
993         * cpperror.c (print_location): Initialize col.
994
995 2000-12-14  Philipp Thomas  <pthomas@suse.de>
996
997         * protoize.c (main): Correctly set locale categories.
998         * gcc.c (main): Likewise.
999         * cppmain.c (general_init): Likewise.
1000         * toplev.c (main): Likewise.
1001         * gcov.c (main): Likewise.
1002         * collect2.c (main): Likewise.
1003
1004 2000-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1005
1006         * c-common.c (c_common_nodes_and_builtins): Create a
1007         cstring_endlink, use it.  Rename int_ftype_string_string to
1008         int_ftype_cstring_cstring, string_ftype_string_int to
1009         string_ftype_cstring_int, and string_ftype_string_string to
1010         string_ftype_cstring_cstring.  Prefer sizetype_endlink and
1011         int_endlink to manually recreating them.  Fix the prototype
1012         set for __builtin_strspn/__builtin_strcspn.
1013
1014 2000-12-12  Marek Michalkiewicz  <marekm@linux.org.pl>
1015
1016         * config/avr/avr.c (out_set_stack_ptr): Update comment.
1017         (print_operand): Add support for %~ and %o.
1018
1019 2000-12-17 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1020
1021         * c4x.h: Add ASM_OUTPUT_DEF definition for bounded pointer code.
1022
1023 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1024
1025         * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.
1026         * cpperror.c (print_containing_files): Get right line number.
1027         (print_location): Output column of 1 if 0.
1028         * cppfiles.c (stack_include_file): cpp_push_buffer handles
1029         the callback.
1030         * cpphash.h (_cpp_do_file_change): No longer external.
1031         * cpplib.c (do_file_change): Now local to cpplib.c.
1032         (do_line): Fake a buffer stack for preprocessed files.
1033         (cpp_push_buffer): Create a file_change callback.  Handle faked
1034         buffers.
1035         (cpp_pop_buffer): Similarly.
1036         * cpplib.h: BUF_FAKE: New buffer type.
1037         * cppmain.c: Update to handle correct file renaming where a
1038         #line is the first line of the main file, and produce only
1039         the renamed file, not the original file, as output.
1040
1041 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1042
1043         * config/c4x/c4x.md: Remove redundant @s from output patterns.
1044
1045 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1046             Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1047
1048         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Call c4x_init_pragma.
1049
1050         * config/c4x/c4x-protos.h (c4x_init_pragma): New prototype.
1051
1052         * config/c4x/c4x.c (c4x_init_pragma): New function.
1053         (c_lex_func): New variable.
1054         (c4x_parse_pragma): Use c_lex_func.
1055
1056 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1057             Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1058
1059         * config/c4x/c4x.h (MD_INIT_BUILTINS): Add void_list_node argument
1060           to c4x_init_builtins.
1061
1062         * config/c4x/c4x-protos.h (c4x_init_builtins): Add tree argument.
1063
1064         * config/c4x/c4x.c (c4x_init_builtins): Add tree argument.
1065         (c4x_output_ascii):  Fix.
1066
1067 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1068             Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1069
1070         * config/c4x/c4x.h (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Define.
1071
1072         * config/c4x/c4x-protos.h (c4x_init_builtins): New prototype.
1073         (c4x_expand_builtin): Likewise.
1074
1075         * config/c4x/c4x.c (c4x_init_builtins): New function.
1076         (c4x_expand_builtin): Likewise.
1077
1078         * config/c4x/c4x.md (floatunsqihf2): New pattern.
1079         (*floatqihf2_set, *fixhfqi_set, fix_trunchfqi2): Likewise.
1080         (fixuns_trunchfqi2, toieee, frieee, *ldhf_conditional): Likewise.
1081         (*ldhf_conditional_noov, movhfcc, trap, cond_trap_cc): Likewise.
1082         (*toieee_movqf_clobber, *frieee_movqf_clobber): Likewise.
1083
1084 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1085
1086         * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.
1087         * libgcc2.c (__absvsi2): Use Wtype and DWtype.
1088         (__absvdi2, __addvsi3, __addvdi3, __subvsi3): Likewise.
1089         (__subvdi3, __mulvsi3, __mulvdi3, __negvsi2, __negvdi2): Likewise.
1090
1091 2000-12-16  Alexandre Oliva  <aoliva@redhat.com>
1092
1093         * config/sh/sh.h (INITIALIZE_TRAMPOLINE): Enclose the block
1094         statement in do/while(0).
1095
1096 Sat Dec 16 19:56:24 MET 2000  Jan Hubicka  <jh@suse.cz>
1097
1098         * i386.md (ashrsi3_cmpno, ashrhi3_cmpno, ashrqi3_cmpno, lshrsi3_cmpno,
1099         lshrhi3_cmpno): Remove redundant '@' from the template.
1100
1101         * i386.md (cmpstrsi_1): Fix type of the compare.
1102
1103         * genattrtab.c (attr_rtx_cost): New function.
1104         (simplify_test_exp): Avoid overactive inlining; use temporary
1105         obstacks for tests.
1106
1107 Sat Dec 16 10:41:11 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1108
1109         * diagnostic.c (finish_abort): Deleted.
1110         (fatal): Add code from finish_abort.
1111         (error_recursion, fancy_abort): Call fatal, not finish_abort.
1112         (trim_filename): Remove leading "../".
1113         * diagnostic.h (finish_abort): Deleted.
1114         * toplev.c (crash_signal): Call fatal, not finish_abort.
1115
1116         * stor-layout.c (place_field): Treat overflowing DECL_SIZE_UNIT
1117         as if size were variable.
1118
1119         * expmed.c (expand_mult): Write REG_EQUAL note with proper mode.
1120
1121 2000-12-16  Neil Booth  <neil@daikokuya.demon.co.uk>
1122
1123         * tradcpp.c: T_WARNING: New.
1124         (do_warning): New function.
1125         (finclude): Skip past the newline and increase the line number
1126         before calling output_line_command.
1127         (do_line): Skip the new line after output_line_command.  Don't
1128         pre-decrement the line number.
1129
1130 2000-12-15  Diego Novillo  <dnovillo@redhat.com>
1131
1132         * i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix references to
1133         _GLOBAL_OFFSET_TABLE_ when using Intel syntax.
1134
1135 2000-12-15  Jakub Jelinek  <jakub@redhat.com>
1136
1137         * gcc.c (cpp_options): Pass -fno-operator-names.
1138         * cpplib.h (struct cpp_options): Add operator_names.
1139         * cppinit.c (cpp_create_reader): Initialize it.
1140         (initialize_builtins): If -fno-operator-names, don't add
1141         C++ alternate operator names.
1142         (COMMAND_LINE_OPTIONS): Add -fno-operator-names.
1143         (cpp_handle_option): Clear operator_names.
1144
1145 2000-12-15  Jason Merrill  <jason@redhat.com>
1146
1147         * jump.c (jump_optimize_1): Don't delete the line note after the
1148         prologue even if it seems redundant.
1149
1150         * config/arm/arm.c (arm_expand_prologue): Set RTX_FRAME_RELATED_P
1151         on all insns used to adjust the stack.
1152
1153 Fri Dec 15 15:32:16 MET 2000  Jan Hubicka  <jh@suse.cz>
1154
1155         * combine.c (cant_combine_insn_p): Get around SUBREGs when determining
1156         hardreg<->reg moves.
1157
1158 Fri Dec 15 14:48:37 MET 2000  Jan Hubicka  <jh@suse.cz>
1159
1160         * genrecog.c (add_to_sequence): Remove special case for
1161         const_int_operand.
1162         (maybe_both_true): Return 1 when falling out of sequence when
1163         trying to find common possition in the pattern.
1164
1165 Fri Dec 15 14:44:51 MET 2000  Jan Hubicka  <jh@suse.cz>
1166
1167         * integrate.c (copy_rtx_and_substitute): Copy mode too.
1168
1169 Fri Dec 15 14:11:57 MET 2000  Jan Hubicka  <jh@suse.cz>
1170
1171         * flow.c (notice_stack_pointer_modification_1): Cleanup.
1172
1173 2000-12-15  Alexandre Oliva  <aoliva@redhat.com>
1174
1175         * function.c (adjust_trampoline_addr): New function.
1176         (trampoline_address): Call it instead of round_trampoline_addr().
1177         * tm.texi (TRAMPOLINE_ADJUST_ADDRESS): Document it.
1178
1179 2000-12-14  Zack Weinberg  <zack@wolery.stanford.edu>
1180
1181         * cppfiles.c (hack_vms_include_specification): Delete function
1182         (not used since 1998).
1183
1184 Fri Dec 15 03:37:51 2000  J"orn Rennecke <amylaar@redhat.com>
1185
1186         * haifa-sched.c (sched_init): Don't put a note in front of any BARRIER.
1187
1188 2000-12-14  Jim Wilson  <wilson@redhat.com>
1189
1190         * alias.c (get_alias_set): Call record_component_aliases for
1191         COMPLEX_TYPE.
1192         (record_component_aliases): Handle COMPLEX_TYPE.
1193
1194 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1195
1196         * fixinc/gnu-regex.c: Disable NLS.
1197
1198 2000-12-14  Richard Henderson  <rth@redhat.com>
1199
1200         * config/alpha/alpha.c (alpha_emit_conditional_move): Do not swap
1201         comparison operands when that would create non-canonical rtl.
1202
1203         * config/i386/i386.md (umulsi3_highpart): Remove * from name.
1204         (smulsi3_highpart): Likewise.
1205
1206 2000-12-14  Neil Booth  <neil@daikokuya.demon.co.uk>
1207
1208         * gcc.c (cpp_options): Add -remap.
1209
1210 2000-12-14  Neil Booth  <neil@daikokuya.demon.co.uk>
1211
1212        * gcc.c (cpp_options): Update to use '&'.
1213        (struct switchstr): Change type of validated to save space.
1214        New member 'ordering'.
1215        (handle_braces, validate_switches): Update to handle '&'.
1216
1217 2000-12-13  Laurynas Biveinis  <lauras@softhome.net>
1218
1219         * fixinc/inclhack.def: skip stdio_va_list fix if __DJ_va_list
1220         found in a header.
1221         * fixinc/fixincl.x: regenerated.
1222
1223 2000-12-13  DJ Delorie  <dj@redhat.com>
1224
1225         * config.gcc (cygwin, win32, mingw32): Use float-i386.h.
1226
1227 2000-12-13  Tom Tromey  <tromey@redhat.com>
1228
1229         * gcc.c (handle_braces): Handle %{<S*} spec correctly.
1230
1231 2000-12-13  Alexandre Oliva  <aoliva@redhat.com>
1232
1233         * function.c (assign_parms): Optimize incoming PARALLELs into
1234         REGs if possible.
1235
1236 2000-12-13  Bruce Korb  <bkorb@gnu.org>
1237
1238         * fixinc/Makefile.in(*): substantial rewrite to accommodate systems
1239         that cannot handle bi-directional pipes, viz. BeOS and DOS.
1240         * fixinc/fixlib.h(IGNORE_ARG): new macro
1241         (STATIC): define for all of fixinc to use
1242         * fixinc/fixfixes.c(*): eliminate unused arg warnings
1243         * fixinc/fixtests.c(*): ditto
1244         * fixinc/fixincl.c(start_fixer): chain_open now uses const arg list
1245         * fixinc/gnu-regex.c: reorder some includes to avoid _GNU_SOURCE
1246         warning.  Also, eliminate the ``#ifdef emacs'' stuff.
1247         (re_syntax_options): make global as it is declared so.
1248         * fixinc/mkfixinc.sh: process the argument list more consistently
1249         (beos/msdosdjgpp): set TARGETS to twoprocess vs. oneprocess
1250         * fixinc/procopen.c(globals): include "fixlib.h" for std defs
1251         * fixinc/server.c(globals): ditto
1252         * fixinc/server.h(defines): ditto
1253
1254 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1255
1256         * tradcpp.c (special_symbol): Improve test for definedness,
1257         though it is still not perfect.
1258         (do_define): Don't define illegal macro names.
1259
1260 2000-12-07  Aldy Hernandez  <aldyh@redhat.com>
1261
1262         * config/mips/elf.h (ASM_OUTPUT_SECTION_NAME): emit @nobits
1263         if changing into .bss section.
1264         * config/mips/elf64.h: same.
1265         * config/mips/iris6.h: same.
1266         * config/mips/netbsd.h: same.
1267         * config/mips/openbsd.h: same.
1268
1269 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1270
1271         * cppfiles.c (read_name_map): Return null if open () fails.
1272         (remap_filename): Simplify logic.  Add ICE if it doesn't work
1273         as expected. Perform secondary lookup attempt on base filename
1274         only.
1275
1276 Wed Dec 13 19:48:04 MET 2000  Jan hubicka  <jh@suse.cz>
1277
1278         * flow.c (notice_stack_pointer_modification_1): Notice midifications
1279         using PRE_MODIFY and POST_MODIFY.
1280
1281 Wed Dec 13 17:25:32 MET 2000  Jan Hubicka  <jh@suse.cz>
1282
1283         * genoutput.c (process_template): Add sanity checking for '@' templates.
1284
1285 2000-12-13  Bernd Schmidt  <bernds@redhat.co.uk>
1286
1287         * simplify-rtx.c (cselib_finish): Free reg_values and used_regs
1288         varrays.
1289
1290 2000-12-12  Mike Stump  <mrs@wrs.com>
1291
1292         * Makefile.in (distclean): Remove safe-ctype.c as well.
1293
1294 2000-12-12  Brad Lucier <lucier@math.purdue.edu>
1295
1296         * tradcpp.c (do_error): Cast difference of pointers to int
1297         for error message.
1298
1299 2000-12-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1300
1301         * config/rs6000/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Move from here...
1302         * config/rs6000/sysv4.h (HANDLE_PRAGMA_PACK_PUSH_POP): ...to here.
1303
1304 2000-12-12  Jim Wilson  <wilson@redhat.com>
1305
1306         * rtlanal.c (may_trap_p): Check operand modes of LE, LT, GE, and GT.
1307
1308 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
1309
1310         * configure.in: Simplify language enabling/disabling code.
1311         * configure: Rebuilt.
1312         * ch/config-lang.in (target_libs): Set.
1313         (build_by_default): Set to no.
1314         * cp/config-lang.in (target_libs): Set.
1315         * f/config-lang.in (target_libs): Set.
1316         * java/config-lang.in (target_libs): Set.
1317         * objc/config-lang.in (target_libs): Set.
1318
1319 2000-12-12  Neil Booth  <neil@daikokuya.demon.co.uk>
1320
1321         * tradcpp.c (enum node_type): Add T_ERROR.
1322         (do_error): New function.
1323         (directive_table): Add #error handler.
1324
1325 2000-12-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1326
1327         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Enable .file/.loc check
1328         for powerpc*-*-*.
1329         * configure: Regenerated.
1330         * config/rs6000/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
1331         * config/rs6000/rs6000.c (rs6000_unique_section): Use
1332         STRIP_NAME_ENCODING.
1333
1334 Mon Dec 11 13:51:09 2000  Jeffrey A Law  (law@cygnus.com)
1335
1336         * pa.c (cmpib_comparison_operator): Remove GEU and LTU.
1337         * pa.h (PREDICATE_CODES, cmpib_comparison_operator): Corresponding
1338         changes.
1339
1340 2000-12-11  Bruce Korb  <bkorb@gnu.org>
1341
1342         * fixinc/fixincl.tpl: initialize all fields for warnings
1343         * fixinc/fixincl.x: regenerate
1344
1345 2000-12-11  Neil Booth  <neilb@earthling.net>
1346
1347         * tradcpp.h: For tradcpp, NUL is not whitespace.
1348
1349 2000-12-11  Neil Booth  <neilb@earthling.net>
1350
1351         * fix-header.c (read_scan_file): Macro expansion is not a file buffer.
1352
1353 2000-12-05  Marek Michalkiewicz  <marekm@linux.org.pl>
1354
1355         * config/avr/avr.c (compare_condition, compare_sign_p): New functions.
1356         (compare_diff_p, compare_eq_p): Call compare_condition.
1357         (out_tsthi, out_tstsi): Call compare_sign_p.
1358         (avr_progmem_p): Check for error_mark_node.
1359
1360 2000-12-11  Neil Booth  <neilb@earthling.net>
1361
1362         * cpperror.c (print_location): New function.
1363         (print_containing_files): Simplify.
1364         (_cpp_begin_message): Simplify and use print_location.
1365         * cppfiles.c (stack_include_file): Update.
1366         (_cpp_pop_file_buffer): Update.
1367         * cpphash.h (struct cpp_buffer): New members
1368         include_stack_listed and type.
1369         * cpplib.c (_cpp_handle_directive): Buffer->inc is not null.
1370         (run_directive): Take buffer type.  cpp_push_buffer cannot fail.
1371         (_cpp_do__Pragma, cpp_define, _cpp_define_builtin, cpp_undef,
1372         handle_assertion): Update.
1373         (cpp_push_buffer): Take a buffer type and file name.
1374         (cpp_pop_buffer): Update.  Clear include_stack_listed.
1375         * cpplib.h (input_stack_listing_current): Remove.
1376         (enum cpp_buffer_type): New.
1377         (cpp_push_buffer): New prototype.
1378         * cppmacro.c (builtin_macro): Simplify; buffer cannot be null.
1379         * fix-header.c (read_scan_file): Update.
1380
1381 2000-12-10  Robert Lipe <robertlipe@usa.net>
1382
1383         * install.texi (i*86-*-sco3.2v5*): Remove information duplicated
1384         in html version.
1385
1386 2000-12-10  Richard Henderson  <rth@redhat.com>
1387
1388         * genrecog.c (find_operand): Handle 'V' format code.
1389         (find_matching_operand): New.
1390         (validate_pattern): Accept '=' for an in-out operand if there
1391         is another operand with a matching constraint.
1392
1393         * config/i386/i386.md (andqi_ext_0_cc): Use matching constraint
1394         for op1 to op0.
1395
1396 2000-12-10  Richard Henderson  <rth@redhat.com>
1397
1398         * genrecog.c (validate_pattern) [STRICT_LOW_PART]: Fix thinko.
1399
1400 2000-12-09  Richard Henderson  <rth@redhat.com>
1401
1402         * genrecog.c (validate_pattern): Verify that ZERO_EXTRACT and
1403         STRICT_LOW_PART as SET_DEST have in-out constraints.
1404
1405 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1406
1407         * c-common.c (check_function_format): Don't suggest adding format
1408         attributes to functions with no parameter to which to add them.
1409
1410 2000-12-09  Nick Clifton  <nickc@redhat.com>
1411
1412         * config/arm/arm.c (arm_expand_prologue): Mark the generated
1413         insn not the set as being DWARF2_FRAME_RELATED_P.
1414
1415 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
1416
1417         * Makefile.in: use $(build_exeext) for all build
1418         system executable targets.
1419
1420 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
1421
1422         * install.texi: remove i[345]86-*-winnt3.5 section.
1423         * configur.bat: removed.
1424         * config/msdos: directory removed.
1425
1426 2000-12-09  Neil Booth  <neilb@earthling.net>
1427
1428         * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.
1429         * cpphash.h (NEVER_REREAD, DO_NOT_REREAD, ABSOLUTE_PATH): Delete.
1430         * cpplex.c (parse_identifier): Improve diagnostic.
1431         (_cpp_lex_token): Return unconditionally at the end of a directive.
1432         * cpplib.c (read_flag): Verify legality of each flag.
1433         (end_directive): Resotre pfile->skipping before skip_rest_of_line.
1434         (do_line): Use the new read_flag.
1435         * cppmacro.c (struct cpp_macro, parse_arg, replace_args,
1436         check_macro_redefinition, parse_params): Rename var_args to
1437         variadic.
1438
1439 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1440
1441         * .cvsignore: Add info files.
1442
1443 2000-12-08 Laurynas Biveinis <lauras@softhome.net>
1444
1445         * config/winnt: Remove obsolete directory.
1446         * install.texi (Configurations): Remove obsolete documentation for
1447         Windows NT.
1448
1449 2000-12-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1450
1451         * configure.in: Don't define INSTALL_INFO.
1452         * configure: Regenerate.
1453         * Makefile.in (INSTALL_INFO): Remove.
1454         (info): Depend on info files in source directory.
1455         (cpp.info, gcc.info, c-tree.info): Build info files in source
1456         directory.
1457         (distclean): Don't remove info files.
1458         (maintainer-clean): Remove info files from source directory.
1459         (install-normal): Depend on install-info.
1460         (install-info): Install info files from source directory, if they
1461         exist.
1462         * texinfo.tex: Update to version 2000-11-09.08 from ftp.gnu.org.
1463
1464 2000-12-08  Alexandre Oliva  <aoliva@redhat.com>
1465
1466         * lcm.c (optimize_mode_switching): Check whether an insn is a NOTE
1467         before taking its NOTE_LINE_NUMBER.
1468
1469 2000-12-08  Nick Clifton  <nickc@redhat.com>
1470
1471         * config/arm/arm.md (load_indirect_jump): Add pool ranges.
1472
1473         * extend.texi: Document ARM "interrupt" function attribute.
1474         Mention that the ARM also support the "naked" function
1475         attribute.
1476
1477         * config/arm/arm-protos.h (arm_current_func_type): Add
1478         prototype.
1479
1480         * config/arm/arm.h (EXCEPTION_LR_REGNUM): Define.
1481         (struct machine_function): Add 'func_type' field.
1482         Define bit values for 'func_type' field.
1483         (ARM_FUNC_TYPE): New macro.
1484         (IS_INTERRUPT): New macro.
1485         (IS_VOLATILE): New macro.
1486         (IS_NAKED): New macro.
1487         (IS_NESTED): New macro.
1488         (ARM_INITIAL_ELIMINATION_OFFSET): Use IS_VOLATILE.
1489
1490         * config/arm/arm.c (isr_attribute_args): New Structure.  A
1491         list of "interrupt" function attribute modifiers.
1492         (arm_isr_value): New Function: Returns the type of the current
1493         interrupt function.
1494         (arm_compute_func_type): New Function: Computes the type of
1495         the current function.
1496         (arm_current_func_type): New Function: Returns the type of the
1497         current function.
1498         (use_return_insn): Use arm_current_func_type.
1499         (arm_valid_type_attribute_p): Accept "interrupt" function
1500         attribute.
1501         (arm_comp_type_attributes): Check "interrupt" attributes.
1502         (arm_valid_machine_decl): Accept "interrupt" function
1503         attribute.
1504         (arm_function_ok_for_sibcall): Do not allow interrupt
1505         functions to use sibcalls.
1506         (arm_naked_function_p): Delete.
1507         (print_multi_reg): Remove redundant parameter 'hat'.
1508         (arm_compute_save_reg_mask): New Function: Compute a bit mask
1509         of registers saved during the current function's prologue.
1510         (output_arm_return_instruction): Use arm_current_func_type.
1511         Generate return instruction when LR is not poppsed off the
1512         stack.
1513         (arm_volatile_func): Delete.
1514         (output_arm_prologue): Use arm_current_func_type and
1515         arm_compute_save_reg_mask.
1516         Note presernce of interrupt functions.
1517         (arm_output_epilogue): Use arm_current_func_type and
1518         arm_compute_save_reg_mask.
1519         (arm_expand_prologue): Use arm_current_func_type and
1520         arm_compute_save_reg_mask.
1521         (arm_init_machine_status): Initialise func_type field, if
1522         necessary.
1523         (thumb_expand_prologue): Use arm_current_func_type.
1524         (output_thumb_prologue): Use arm_current_func_type.
1525
1526 2000-12-08  Brad Lucier <lucier@math.purdue.edu>
1527
1528         * tradcpp.c (do_include): Make pointer differences 64-bit clean.
1529
1530 Fri Dec  8 08:23:29 2000  J"orn Rennecke <amylaar@redhat.com>
1531
1532         * fp-bit.c (_fpmul_parts): Use USItype variables as inputs
1533         for multiplies.
1534
1535 2000-12-07  Mike Stump  <mrs@wrs.com>
1536
1537         * Makefile.in (distclean): Remove alloca.c hashtab.c.
1538
1539 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
1540
1541         * Makefile.in (HOST_RTL): Add safe-ctype.o.
1542         (safe-ctype.o): New rule.
1543         * system.h: Include safe-ctype.h, not ctype.h.  No need to
1544         wrap ctype macros.
1545
1546         * cpphash.h: Zap IStable and related macros.  Define is_* in
1547         terms of safe-ctype.h macros.
1548         * cppinit.c: Delete the IStable and all related code.
1549
1550         * tradcpp.c: Delete is_idchar, is_idstart, is_hor_space, and
1551         is_space arrays.  Delete initialize_char_syntax.  Change all
1552         references to the above arrays to use macros instead.
1553         * tradcpp.h: Define is_idchar, is_idstart, is_space, and
1554         is_nvspace in terms of safe_ctype.h's macros.
1555         * tradcif.y: is_idchar, is_idstart are macros not arrays.
1556
1557         * config/i370/i370.c, config/winnt/dirent.c,
1558         config/winnt/fixinc-nt.c, config/winnt/ld.c:
1559         Use uppercase ctype macros.  If we included ctype.h,
1560         include safe-ctype.h instead.
1561
1562         * fixinc/fixfixes.c: Use uppercase ctype macros.  Don't test
1563         ISLOWER(c) before calling TOUPPER(c).
1564         * fixinc/fixincl.c (extract_quoted_files): Simplify out some gunk.
1565         * fixinc/gnu-regex.c: Include safe-ctype.h, not ctype.h.  No need to
1566         wrap ctype macros.  Don't test ISUPPER(x) before calling TOLOWER(x).
1567
1568 2000-12-07  DJ Delorie  <dj@redhat.com>
1569
1570         * c-decl.c (grokdeclarator): preserve previous alignments when
1571         rebuilding array types.
1572
1573 2000-12-07  Neil Booth  <neilb@earthling.net>
1574
1575         * cppfiles.c (struct include_file): Move from cpphash.h.
1576         (_cpp_never_reread): New function.
1577         (open_file, read_include_file): Use it.
1578         (stack_include_file): Set the buffer's sysp according to the
1579         path in which the file was found.
1580         (find_include_file): Don't set sysp.
1581         (cpp_make_system_header, actual_directory): Update.
1582         (_cpp_execute_include): Do #include_next lookup handling here,
1583         not in cpplib.c.  Use _cpp_never_reread.
1584         * cpphash.h (struct_include_file): Remove.
1585         (struct cpp_buffer): New member sysp.
1586         (CPP_IN_SYSTEM_HEADER, _cpp_execute_include): Update.
1587         (_cpp_never_reread): New.
1588         * cpplib.c (read_line_number): Rename read_flag.  Rework slightly.
1589         (end_directive): Clear line_extension flag.
1590         (_cpp_handle_directive): Set line_extension flag for #number.
1591         (do_include_next): Handle path lookup in _cpp_execute_include.
1592         (do_line): Cleanup to use read_flag.  Don't allow flags in #line.
1593         (_cpp_do_file_change): Update.
1594         (do_pragma_once): Use cpp_never_reread.  Clean up.
1595         * cpplib.h (struct lexer_state): New member line_extension.
1596
1597 2000-12-07  Richard Henderson  <rth@redhat.com>
1598
1599         * flow.c (calculate_global_regs_live): Force the stack pointer live
1600         after reload as well.
1601
1602 2000-12-07  Bruce Korb  <bkorb@gnu.org>
1603
1604         * fixinc/Makefile.*(exeext): the variables are exeext, the
1605         substitution expression is build_exeext.
1606
1607 2000-12-07  Neil Booth  <neilb@earthling.net>
1608
1609         * c-common.c (parse_in): Make a cpp_reader *.
1610         * cppfiles.c (_cpp_fake_include): Remove.
1611         * cpphash.h: Similarly.
1612         * cpplib.c (do_line): Don't call _cpp_fake_include.  A valid
1613         #line always creates a callback; FC_RENAME if there are no
1614         #line flags.
1615         * fix-header.c (read_scan_file): cpp_push_buffer cannot fail.
1616         The first EOF must be our get_char buffer.
1617
1618 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1619
1620         * c-common.c (warn_format_security): New variable.
1621         (check_format_info): Warn about non-literal formats with no format
1622         arguments if either -Wformat-nonliteral or -Wformat-security is
1623         specified.
1624         (set_Wformat): Set warn_format_security for settings other than 1.
1625         * c-common.h (warn_format_security): Declare.
1626         * c-decl.c (c_decode_option): Decode -Wformat-security and
1627         -Wno-format-security.
1628         * invoke.texi: Document -Wformat-security.
1629         * toplev.c (documented_lang_options): Include -Wformat-security
1630         and -Wno-format-security.
1631
1632 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1633
1634         * c-common.c (check_format_info): Warn for non-constant format
1635         strings with strftime formats if -Wformat-nonliteral.  Where the
1636         format can convert arguments, if the format is not a string
1637         literal and there are no arguments to the format, give a different
1638         warning message from the general non-string-literal case.
1639
1640 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1641
1642         * c-common.c (format_wanted_type): Add reading_from_flag.
1643         (print_char_table): Mark %s and %S formats with flag "R".
1644         (check_format_info_main): Set up reading_from_flag appropriately.
1645         If aflag, always set writing_in_flag rather than relying on the
1646         format used being a scanf format and so having it set.
1647         (check_format_types): Check for formats reading through null
1648         pointers.
1649
1650 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1651
1652         * invoke.texi (-Wformat): Document what format features are
1653         checked.
1654
1655 2000-12-06  Kazu Hirata  <kazu@hxi.com>
1656
1657         * config/h8300/h8300.h: Fix formatting.
1658
1659 2000-12-06      Joel Sherrill <joel@OARcorp.com>
1660
1661         * config.gcc (a29k*-*-rtems*, arm*-*-rtems*, c4x-*-rtems*,
1662         h8300-*-rtems*, hppa1.1-*-rtems, *mips*-*-rtems*): New targets.
1663         * config.gcc (*-rtems*): Add support for gthr-rtems.h.
1664         * gthr-rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
1665         config/h8300/rtems.h, config/mips/rtems.h: New files.
1666
1667 2000-12-06  Mark Kettenis  <kettenis@gnu.org>
1668
1669         * config.gcc: Reorganize handling of *-*-gnu*, to share target
1670         specific make details with Linux.  Update comments to clarify
1671         the distinction between GNU/Linux and GNU/Hurd.
1672
1673 Wed Dec  6 19:22:02 2000  Jeffrey A Law  (law@cygnus.com)
1674
1675         * contrib.texi: Fix my email address.  Update Per's
1676         list of contributions.
1677
1678 2000-12-06  Rodney Brown  <RodneyBrown@mynd.com>
1679
1680         * c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.
1681         * collect2.c (scan_libraries): Remove unused `ch'.
1682         (COFF specific stuff): Prototype ldgetname.  Declare and prototype
1683         ldbtread and ldclose.
1684
1685         * config/alpha/osf.h: Standarize copyright statement.
1686         * config/arc/arc.h: Likewise.
1687         * config/arm/elf.h config/arm/coff.h config/arm/aout.h: Likewise.
1688         * config/arm/arm.c config/arm/arm.h: Likewise.
1689         * config/elxsi/elxsi.h: Likewise.
1690         * config/i386/sco.h: Likewise.
1691         * config/m68k/crds.h config/m68k/hp320.h config/m68k/lynx.h: Likewise.
1692         * config/m68k/m68kv4.h config/m68k/next21.h: Likewise.
1693         * config/m68k/sun3.h: Likewise.
1694         * config/m88k/dgux.h config/m88k/dguxbcs.h: Likewise.
1695         * config/pdp11/2bsd.h config/pdp11/pdp11.h: Likewise.
1696         * config/romp/romp.h: Likewise.
1697         * config/rs6000/aix41.h: Likewise.
1698         * config/sparc/sysv4.h: Likewise.
1699         * config/we32k/we32k.c config/we32k/we32k.h: Likewise.
1700         * fixinc/gnu-regex.c fixinc/gnu-regex.h: Likewise.
1701         * cpplib.h cppexp.c cselib.h profile.c: Likewise.
1702         * longlong.h: Likewise.
1703         * libgcc2.c: Likewise.
1704
1705 2000-12-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1706
1707         * machmode.def: Use correct definition for BITSIZE on targets where
1708         BITS_PER_UNIT != 8.
1709
1710 2000-12-06  Bruce Korb  <bkorb@gnu.org>
1711
1712         * fixinc/Makefile.*: Reduce differences to (ultimately) reduce
1713         the number of them.
1714
1715 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1716
1717         * pa.c: Include expr.h before c-tree.h.
1718         (remove_useless_addtr_insns): Use reverse_condition_maybe_unordered
1719         instead of reverse_condition.
1720         (print_operand): Correct predicates for GT, GE, LT and LE.  Add
1721         predicates for LTGT, UNLE, UNLT, UNGE, UNGT, UNEQ, UNORDERED and
1722         ORDERED.
1723         (cmpib_comparison_operator): Add GEU and LTU codes.
1724         * pa.h (PREDICATE_CODES): Add codes for cmpib_comparison_operator.
1725         * pa.md (bltgt, bunle, bunlt, bunge, bungt, buneq, bunordered,
1726         bordered): New float conditional branch patterns.
1727
1728 Wed Dec  6 21:03:41 2000  J"orn Rennecke <amylaar@redhat.com>
1729
1730         * final.c (final_addr_vec_align): Fix clipping to BIGGEST_ALIGNMENT.
1731
1732 2000-12-06  Sylvain Pion  <Sylvain.Pion@sophia.inria.fr>
1733
1734         * cpplex.c (skip_escaped_newlines): Don't warn for spaces between
1735         backslash and newline, when inside a comment.
1736
1737 2000-12-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1738
1739         * invoke.texi: Use @table @samp instead of @itemize @minus for
1740         table of language standards.  Fix use of @pxref.  From Zack
1741         Weinberg.  Also exclude specs documentation from generated
1742         manpage, and create separate ENVIRONMENT section.
1743
1744 2000-12-06  Michael Matz  <matzmich@cs.tu-berlin.de>
1745
1746         * gcse.c (compute_pre_data): Kill trapping expressions in
1747         destination blocks of abnormal edges.
1748
1749 2000-12-05  Richard Sandiford  <r.sandiford@redhat.com>
1750
1751         * config/mn10300/mn10300.c (mn10300_print_reg_list): Added.
1752         (mn10300_get_live_callee_saved_regs): Likewise.
1753         (mn10300_gen_multiple_store): Likewise.
1754         (store_multiple_operation): Likewise.
1755         (expand_prologue): Use mn10300_gen_multiple_store().
1756         * config/mn10300/mn10300-protos.h (mn10300_print_reg_list): Added.
1757         (mn10300_get_live_callee_saved_regs): Likewise.
1758         (mn10300_gen_multiple_store): Likewise.
1759         (store_multiple_operation): Likewise.
1760         * config/mn10300/mn10300.md (store_movm): Use a MATCH_PARALLEL
1761         tied to store_multiple_operation().
1762
1763 Tue Dec  5 20:09:14 2000  Jeffrey A Law  (law@cygnus.com)
1764
1765         * builtins.c (expand_builtin_setjmp_setup): Set
1766         current_function_has_nonlocal_label.
1767
1768 2000-12-05  Neil Booth  <neilb@earthling.net>
1769
1770         * cppfiles.c (stack_include_file): Push zero-length buffers
1771         in case of failure.  Return void, as we don't fail any more.
1772         (read_include_file): Check for files we shouldn't re-read.
1773         Don't return an error code; errors are implied by marking the
1774         file NEVER_REREAD.
1775         (_cpp_execute_include): Move the recursion and in-macro checks
1776         here.  Update for stack_include_file not failing.
1777         * cpplib.c (cpp_push_buffer): Always succeed, since
1778         _cpp_execute_include performs the recursion check.  Tidy up.
1779         * cpplib.h (cpp_push_buffer): Update prototype.
1780
1781 2000-12-05  Alexandre Oliva  <aoliva@redhat.com>
1782
1783         * sched-vis.c (visual_tbl_line_length): New variable.
1784         (get_visual_tbl_length): Set it.
1785         (visualize_stall_cycles): Don't let stalls overrun
1786         visual_tbl_line_length.
1787
1788 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
1789
1790         * global.c (global_conflicts): Allow for a REG_UNUSED note
1791         with a different mode to the REG set in the insn.
1792
1793 2000-12-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1794
1795         * Makefile.in (fixinc.sh): Pass $WARN_CFLAGS into fixinc dir.
1796
1797         * fixinc/Makefile.in (FIXINC_DEFS): Add $(WARN_CFLAGS).
1798
1799 2000-12-05  Bruce Korb  <bkorb@gnu.org>
1800
1801         * fixinc/mkfixinc.sh(*-gnu*): activate fixinc for GNU/Hurd and
1802         GNU/Linux.
1803
1804 2000-12-05  Richard Earnshaw  <rearnsha@arm.com>
1805
1806         * fixinc/mkfixinc.sh: Run fixinc on netbsd.
1807         * fixinc/inclhack.def (machine/ansi.h): Run this rule on all files,
1808         to cope with aliased copies.
1809         * fixinc/fixincl.x: Regenerate.
1810
1811 2000-12-05  Bernd Schmidt  <bernds@redhat.co.uk>
1812
1813         * sched-vis.c: Guard with #ifdef INSN_SCHEDULING.
1814         * sched-rgn.c: Likewise.
1815         (rgn_print_insn): Fix output.
1816
1817 2000-12-05  Bruce Korb  <bkorb@gnu.org>
1818
1819         * fixinc/Makefile.*: make these more consistent
1820         * fixinc/mkfixincl.sh: enable BeOS fixincludes
1821
1822 2000-12-05  Richard Henderson  <rth@redhat.com>
1823
1824         * stmt.c (warn_if_unused_value): Move side effects test earlier.
1825
1826 2000-12-05  Alan Modra <alan@linuxcare.com.au>
1827
1828         * bb-reorder.c (reorder_basic_blocks): Do check for EH edges even
1829         when using sjlj.
1830
1831 2000-12-05  Richard Henderson  <rth@redhat.com>
1832
1833         * flow.c (calculate_global_regs_live): Only force stack pointer
1834         live before reload.  Force pic register live before reload.
1835         (insn_dead_p): Don't protect pic references from deletion.
1836
1837 2000-12-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1838
1839         * invoke.texi: Add support for using texi2pod.pl.  Don't use
1840         @multitable.
1841
1842 2000-12-04  Nick Clifton  <nickc@redhat.com>
1843
1844         * config/arm/arm.c (arm_override_options): Test 'insn_flags' not
1845         'tune_flags' for XScale nature.
1846         Remove spurious test of HARD_FLOAT and XScale flags.
1847
1848         * config/arm/arm.md (umulsidi3adddi): Restore "=&r" register
1849         contraint, accidentally changed during XScale contribution.
1850
1851         * config/arm/lib1funcs.asm (interwork_call_via_, call_via_): Do
1852         not create these functions if the target architecture does not
1853         support Thumb instructions.
1854
1855 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1856
1857         * ONEWS: New file with the current contents of NEWS up to EGCS
1858         1.1.
1859         * NEWS: Generate automatically from online release notes from EGCS
1860         1.0 to GCC 2.95.2, using ../contrib/gennews.
1861
1862 2000-12-04  Neil Booth  <neilb@earthling.net>
1863
1864         * tradcif.y: Move lexptr to top of file.  Add rule to handle
1865         assertions in conditional expressions.
1866         * tradcpp.c (parse_answer): Assertions do not need to go to
1867         end of line in conditional directives.
1868         (parse_assertion): Get first character of identifiers correct.
1869         (test_assertion): New function.
1870         * tradcpp.h (test_assertion): New prototype.
1871
1872 2000-12-01  Rodney Brown  <RodneyBrown@mynd.com>
1873
1874         * config.gcc: Fix typo for UnixWare 7.
1875
1876 2000-12-03  Phil Edwards  <pme@sources.redhat.com>
1877
1878         * invoke.texi:  Replace `pedwarns' with clearer text.
1879
1880 2000-12-04  Bruce Korb  <bkorb@gnu.org>
1881
1882         * fixinc/Makefile.*(clean):  don't clean autogenerated files.
1883         (mainainer-clean): clean autogenerated files
1884
1885 2000-12-04  DJ Delorie  <dj@redhat.com>
1886
1887         * md.texi: Add overview, clarify match_dup and define_expand.
1888
1889 2000-12-04  DJ Delorie  <dj@redhat.com>
1890
1891         * print-tree.c (print_node): Target-specific builtins print
1892         numbers, not names.
1893
1894 2000-12-04  Jason Merrill  <jason@redhat.com>
1895
1896         * stor-layout.c (int_mode_for_mode): Handle MODE_VECTOR_INT,
1897         MODE_VECTOR_FLOAT.
1898
1899         * diagnostic.c (report_problematic_module): s/function/module/.
1900
1901         * c-lex.h: Remove decl for check_newline.
1902
1903 2000-12-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1904
1905         * README.APOLLO: Remove obsolete file.
1906
1907 2000-12-04  Neil Booth  <neilb@earthling.net>
1908
1909         * cppinternals.texi: New file.
1910
1911 2000-12-04  Neil Booth  <neilb@earthling.net>
1912
1913         * cppfiles.c (cpp_make_system_header): Take 2 booleans,
1914         and operate on current buffer.
1915         (cpp_read_file): Rename _cpp_read_file.
1916         * cpplib.c (do_line, do_pragma_system_header): Update calls to
1917         cpp_make_system_header.
1918         * fix-header.c: Similarly.
1919         * cpphash.h (_cpp_read_file): Move from...
1920         * cpplib.h: ... here.
1921         * cppinit.c (do_includes, cpp_start_read): Update appropriately.
1922
1923 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1924
1925         * builtins.c (expand_builtin_strspn, expand_builtin_strcspn):
1926         Handle another transformation.
1927
1928 2000-12-03  Nick Clifton  <nickc@redhat.com>
1929
1930         * config.gcc: Add support for StrongARM targets.
1931         * config/arm/t-strongarm-elf: New file.
1932         * config/arm/t-strongarm-coff: New file.
1933         * config/arm/t-strongarm-pe: New file.
1934         * config/arm/strongarm-pe.h: New file.
1935
1936 2000-12-03  Nick Clifton  <nickc@redhat.com>
1937
1938         * NEWS: Mention XScale has been added.
1939         * config.gcc: Add support for XScale targets.
1940         * config/arm/arm.h: Add support for XScale processor.
1941         * config/arm/arm.c: Add support for XScale processor.
1942         * config/arm/arm.md: Add support for XScale processor.
1943         * config/arm/t-xscale-elf: New file.
1944         * config/arm/t-xscale-coff: New file.
1945         * config/arm/xscale-elf.h: New file.
1946         * config/arm/xscale-coff.h: New file.
1947
1948 2000-12-03  Richard Henderson  <rth@redhat.com>
1949
1950         * bb-reorder.c (reorder_basic_blocks): Don't check for EH edges
1951         unless exception handling is enabled, and if not using sjlj.
1952
1953         * builtins.c (expand_builtin_setjmp_setup): New.
1954         (expand_builtin_setjmp_receiver): New.
1955         (expand_builtin_setjmp): Split out _setup and _receiver functions.
1956         Move argument parsing in from ...
1957         (expand_builtin): ... here.
1958         * except.c (receive_exception_label): Branch around receiver
1959         unless new-style exceptions.  Call expand_builtin_setjmp_receiver.
1960         (start_dynamic_handler): Call expand_builtin_setjmp_setup.
1961         * expr.h: Update builtin setjmp decls.
1962
1963 2000-12-03  Bruce Korb  <bkorb@gcc.org>
1964
1965         * fixinc/mkfixinc.sh(build machine): Sometimes, there is no canonical
1966         build machine name.  Default to the target.
1967
1968 2000-12-03  Laurynas Biveinis  <lauras@softhome.net>
1969
1970         * Makefile.in: use $(build_canonical), not $(canonical_build).
1971
1972 2000-12-03  Bernd Schmidt  <bernds@redhat.co.uk>
1973
1974         * Makefile.in (OBJS): Add sched-rgn.o.
1975         (sched-rgn.o): New rule.  * haifa-sched.c (sched_verbose): No
1976         longer static.
1977         (INSN_PRIORITY, INSN_COST, INSN_UNIT, INSN_REG_WEIGHT,
1978         INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK, ENCODE_BLOCKAGE,
1979         UNIT_BLOCKED, BLOCKAGE_RANGE, MIN_BLOCKAGE_COST,
1980         MAX_BLOCKAGE_COST): Move to sched-int.h.
1981         (MAX_RGN_BLOCKS, MAX_RGN_INSNS, INSN_REF_COUNT, FED_BY_SPEC_LOAD,
1982         IS_LOAD_INSN, struct haifa_edge, edge_table, NEXT_IN, NEXT_OUT,
1983         FROM_BLOCK, TO_BLOCK, nr_edges, in_edges, out_edges, IN_EDGES,
1984         OUT_EDGES, edgelst, struct region, nr_regions, rgn_table,
1985         rgn_bb_table, block_to_bb, containing_rgn, RGN_NR_BLOCKS,
1986         RGN_BLOCKS, BLOCK_TO_BB, BB_TO_BLOCK, CONTAINING_RGN,
1987         debug_regions, find_single_block_region, find_rgns, too_large,
1988         init_regions, current_nr_blocks, current_blocks, bitset, bitlst,
1989         bitlst_table_last, bitlst_table_size, bitlst_table, bitset_member,
1990         extract_bitlst, bblst, struct candidate, candidate_table,
1991         bblst_table, bblst_size, bblst_last, IS_VALID, IS_SPECULATIVE,
1992         SRC_PROB, target_bb, split_edges, compute_trg_info,
1993         debug_candidate, debug_candidates, bbset, bbset_size, dom,
1994         IS_RGN_ENTRY, IS_DOMINATED, prob, GET_SRC_PROB, edgeset,
1995         rgn_nr_edges, rgn_edges, edgeset_size, edgeset_bitsize,
1996         EDGE_TO_BIT, edge_to_bit, pot_split, ancestor_edges,
1997         compute_dom_prob_ps, ABS_VALUE, INSN_PROBABILITY,
1998         IS_SPECULATIVE_INSN, INSN_BB, MIN_DIFF_PRIORITY, MIN_PROBABILITY,
1999         MIN_PROB_DIFF, check_live_1, update_live_1, check_live,
2000         update_live, set_spec_fed, is_pfree, find_conditional_protection,
2001         is_conditionally_protected, may_trap_exp, haifa_classify_insn,
2002         is_prisky, is_exception_free, add_branch_dependences,
2003         propagate_deps, compute_block_backward_dependences,
2004         debug_dependencies, is_cfg_nonregular, build_control_flow,
2005         new_edge, bb_deps, BITSET_UNION, BITSET_INTER, BITSET_DIFFER,
2006         BITSET_INVERT, BITSET_ADD, BITSET_REMOVE, debug_regions,
2007         UPDATE_LOOP_RELATIONS, INSN_TRAP_CLASS, WORST_CLASS, IS_REACHABLE,
2008         CONST_BASED_ADDRESS_P, free_pending_lists, sched_target_n_insns,
2009         target_n_insns, sched_n_insns, init_ready_list, deaths_in_region,
2010         can_schedule_ready_p, new_ready, schedule_more_p, rgn_print_insn,
2011         rgn_rank, region_sched_info): Move to sched-rgn.c.
2012         (debug_reg_vector): Delete useless function.
2013         (get_bb_head_tail): Likewise.
2014         (insn_issue_delay, insn_cost, ready_add, get_block_head_tail,
2015         no_real_insns_p, rm_line_notes, save_line_notes,
2016         restore_line_notes, rm_redundant_line_notes, sched_init): No
2017         longer static.
2018         (rm_line_notes, save_line_notes, restore_line_notes,
2019         schedule_block, set_priorities): Change argument to be a real
2020         basic block, not one of haifa's "bb"s.  All callers changed
2021         (rm_other_notes): Initialize note_list here, not in
2022         schedule_region.
2023         (sched_finish): New function, called from schedule_insn.  * *
2024         sched-int.h (INSN_PRIORITY, INSN_COST, INSN_UNIT, INSN_REG_WEIGHT,
2025         INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK, ENCODE_BLOCKAGE,
2026         UNIT_BLOCKED, BLOCKAGE_RANGE, MIN_BLOCKAGE_COST,
2027         MAX_BLOCKAGE_COST): Moved here from haifa-sched.c.
2028         (get_block_head_tail, no_real_insns_p, rm_line_notes,
2029         save_line_notes, restore_line_notes, rm_redundant_line_notes,
2030         rm_other_notes, insn_issue_delay, set_priorities, schedule_block,
2031         sched_init, sched_finish, ready_add, insn_cost): Declare.
2032
2033 2000-12-03  Laurynas Biveinis  <lauras@softhome.net>
2034             Bruce Korb  <bkorb@gnu.org>
2035
2036         * Makefile.in: pass $(build_canonical) to mkfixinc.sh.
2037         * fixinc/mkfixinc.sh: accept build system name as an argument.
2038         Use it for choosing the fix build method.  Use the target for
2039         selecting special fix rules.
2040
2041 2000-12-03  Bernd Schmidt  <bernds@redhat.co.uk>
2042
2043         * Makefile.in (OBJS): Add sched-deps.o.
2044         (sched-deps.o): New rule.
2045         * haifa-sched.c (struct deps, struct haifa_insn_data): Moved to
2046         sched-int.h.
2047         (INSN_DEPEND, INSN_LUID, CANT_MOVE, INSN_DEP_COUNT): Macros moved to
2048         sched-int.h.
2049         (SIZE_FOR_MODE): Delete unused macro.
2050         (reg_known_equiv_p, reg_known_value, reg_pending_clobbers,
2051         reg_pending_sets, reg_pending_sets_all, true_dependency_cache,
2052         anti_dependency_cache, output_dependency_cache,
2053         forward_dependency_cache): Variables moved to sched-deps.c.
2054         (add_dependence, remove_dependence, find_insn_list,
2055         find_insn_mem_list, add_insn_mem_dependence, flush_pending_lists,
2056         sched_analyze_insn, sched_analyze_1, sched_analyze_2,
2057         sched_analyze, group_leader, compute_forward_dependences,
2058         init_deps, free_deps, init_dependency_caches, free_dependency_caches):
2059         Functions moved to sched-deps.c.
2060         (schedule_region): Call init_deps_global and finish_deps_global
2061         instead of directly manipulating dependency data structures.
2062         * sched-deps.c: New file.
2063         (init_deps_global, finish_deps_global): New functions.
2064         * sched-int.h (struct haifa_insn_data, struct deps): Moved here from
2065         haifa-sched.c.
2066         (h_i_d): Declare.
2067         (INSN_DEPEND, INSN_LUID, CANT_MOVE, INSN_DEP_COUNT): Macros moved here
2068         from haifa-sched.c.
2069
2070         * Makefile.in (OBJS): Add sched-vis.o.
2071         (sched-vis.o): New rule.
2072         * haifa-sched.c (get_unit_last_insn): New function.
2073         (sched_dump, insn_unit, actual_hazard_this_instance): No longer
2074         static.
2075         (schedule_block): Call visualize_alloc and visualize_free.  Delete
2076         spurious return statement.
2077         (init_target_units, insn_print_units, get_visual_tbl_length,
2078         init_block_visualization, print_block_visualization, safe_concat,
2079         visualize_scheduled_inns, visualize_no_unit, visualize_stall_cycles,
2080         print_exp, print_value, print_pattern, print_insn, target_units,
2081         MAX_VISUAL_LINES, INSN_LEN, n_visual_lines, visual_tbl,
2082         n_vis_no_unit, vis_no_unit): Move scheduling visualization
2083         functions/variables...
2084         * sched-vis.c: ...here.  New file.
2085         (visualize_alloc, visualize_free): New functions.
2086         (visualize_scheduled_insns, visualize_stall_cycles,
2087         print_block_visualization): Lose basic block argument.  All callers
2088         changed.
2089         (visualize_scheduled_insns): Use new function get_unit_last_insn.
2090         * sched-int.h (current_sched_info, sched_dump): Declare.
2091         (init_target_units, insn_print_units, init_block_visualization,
2092         print_block_visualization, visualize_scheduled_inns,
2093         visualize_no_unit, visualize_stall_cycles, visualize_alloc,
2094         visualize_free): Declare functions.
2095
2096         * sched-int.h: New file.
2097         * Makefile.in (haifa-sched.o): Depend on it.
2098         * haifa-sched.c: Include it.
2099         (no_real_insns_p): New function.
2100         (current_sched_info): New static variable.
2101         (__inline, HAIFA_INLINE): Moved to sched-int.h.
2102         (get_block_head_tail): Minor cleanup.
2103         (init_ready_list, can_schedule_ready_p, new_ready, schedule_more_p,
2104         rgn_print_insn, rgn_rank): New functions, broken out of
2105         rank_for_schedule, schedule_insn and schedule_block, where they
2106         are now called through function pointers in current_sched_info.
2107         (queue_insn, schedule_insn, queue_to_ready, debug_ready_list,
2108         print_insn): To display uid and block number, call the print_insn
2109         function pointer in current_schedule_info.
2110         (region_sched_info): New static variable.
2111         (sched_target_n_insns, sched_n_insns, target_n_insns): New global
2112         variables, moved out of schedule_block.
2113         (schedule_block): Return void.  All callers changed.
2114         Move some of the setup code into schedule_region.  Get head/tail
2115         from current_sched_info, and update it when done.
2116         (schedule_region): Slightly rearranged, some code moved here from
2117         schedule_block.  Call no_real_insns_p to avoid doing work for a
2118         block that consists only of notes and labels.
2119         (schedule_insns): Initialize current_sched_info.
2120
2121 2000-12-03  Neil Booth  <neilb@earthling.net>
2122
2123         * cppmacro.c (funlike_invocation_p): Re-disable macros enabled
2124         by contexts drops AFTER argument pre-expansion, so that they
2125         remain enabled during argument pre-expansion.
2126         (_cpp_pop_context): Unconditionally re-enable a macro when
2127         dropping a context level.
2128
2129 2000-12-03  Manfred Hollstein  <manfredh@redhat.com>
2130
2131         * arm/t-linux (MULTILIB_OPTIONS): Comment.
2132         (MULTILIB_DIRNAMES): Likewise.
2133         (EXTRA_MULTILIB_PARTS): Likewise.
2134         (LIBGCC): Likewise.
2135         (INSTALL_LIBGCC): Likewise.
2136
2137 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2138
2139         * builtins.c (expand_builtin_strcat, expand_builtin_strncat,
2140         expand_builtin_strspn, expand_builtin_strcspn): New functions.
2141         (expand_builtin): Handle BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
2142         BUILT_IN_STRSPN and BUILT_IN_STRCSPN.
2143
2144         * builtins.def (BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
2145         BUILT_IN_STRSPN, BUILT_IN_STRCSPN): New entries.
2146
2147         * c-common.c (c_common_nodes_and_builtins): Declare builtin
2148         strcat, strncat, strspn and strcspn.
2149         (string_ftype_string_cstring): Renamed from `string_ftype_ptr_ptr'.
2150
2151         * extend.texi (strcat, strcspn, strncat, strspn): Document new
2152         builtins.
2153
2154 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2155
2156         * builtins.c (expand_builtin_strcmp): Use const*_rtx when
2157         expanding strcmp at compile-time.  Add another transformation.
2158         (expand_builtin_strncmp): Add more transformations.  Call
2159         expand_builtin_memcmp, not expand_builtin_strcmp, under
2160         appropriate conditions if HAVE_cmpstrsi.
2161
2162 2000-12-02  David Edelsohn  <edelsohn@gnu.org>
2163
2164         * rs6000.md (anddi3_internal[23]): Prefer rldic? over andis
2165         instruction.
2166         (cr logic): Really make operands sequential.
2167
2168 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
2169
2170         * c-common.c (combine_strings): When the ISO C standard specifies
2171         the maximum length of a string, it doesn't include the trailing
2172         zero byte.
2173
2174         * cpplib.c (do_ifdef): Add check_eol() call.
2175         (do_ifndef): Likewise.
2176
2177 2000-12-02  Daniel Berlin  <dberlin@redhat.com>
2178             Bruce Korb  <bkorb@gnu.org>
2179
2180         * fixinc/*: global substitute /__MSDOS__/SEPARATE_FIX_PROC/
2181         * fixinc/mkfixinc.sh: prepare to use Makefile.BEOS for *-*-beos*
2182         * fixinc/Makefile.DOS: define SEPARATE_FIX_PROC for build
2183         * fixinc/fixfix.c(wrap_fix): avoid wrapping files that
2184         use the "__need_" hackery.  It breaks them.
2185         * fixinc/fixincl.c(process - SEPARATE_FIX_PROC):
2186         Sometimes on DOS and BeOS the temp output file cannot be opened.
2187         Skip the file noisily.  Ought to be fixed instead.
2188
2189 2000-12-02  Bruce Korb  <bkorb@gnu.org>
2190
2191         From: 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2192
2193         * fixfixes.c (emit_gnu_type, format_write): Prototype.
2194         (format_write, char_macro_use_fix, char_macro_def_fix): Use gcc's
2195         custom uppercase ctype macros.
2196         * fixincl.c (do_version): Make static and add ATTRIBUTE_NORETURN.
2197         Use gcc's custom uppercase ctype macros.
2198         (main): Prototype.
2199         (machine_matches): Add static prototype and constify variable.
2200         (create_file, test_test, egrep_test): Add static prototype.
2201         (quoted_file_exists): Likewise, and constify parameters.
2202         (extract_quoted_files, internal_fix, start_fixer, fix_applies,
2203         write_replacement, test_for_changes): Add static prototype.
2204         (write_replacement, test_for_changes): Delete excess argument to
2205         `create_file'.
2206         * fixtests.c (test): Make static.
2207         * server.c (load_data, sig_handler, server_setup, find_shell): Add
2208         static prototype.
2209         (sig_handler): Mark parameter with ATTRIBUTE_UNUSED.
2210
2211 2000-12-02  Bruce Korb  <bkorb@gnu.org>
2212
2213         * fixnc/mkfixinc.sh(msdosdjgpp): remove from fixincludes exception list
2214         (per Laurynas Biveinis  <lauras@softhome.net>)
2215
2216 2000-12-02  Richard Earnshaw  <rearnsha@arm.com>
2217
2218         * arm.h (ARM_REGNO_OK_FOR_BASE_P, THUMB_REGNO_MODE_OK_FOR_BASE_P): New
2219         macros.
2220         (REGNO_MODE_OK_FOR_BASE_P): Define in terms of above.
2221         (REGNO_OK_FOR_FOR_BASE_P): Delete.
2222         (ARM_REG_OK_FOR_BASE_P, THUMB_REG_MODE_OK_FOR_BASE_P): New macros for
2223         both strict and non-strict uses.
2224         (REG_MODE_OK_FOR_BASE_P): Define in terms of above.
2225         (ARM_REG_OK_FOR_INDEX_P, THUMB_REG_OK_FOR_INDEX_P): New macros.
2226         (REG_OK_FOR_INDEX_P): Define in terms of above.
2227         (REG_OK_FOR_BASE_P): Delete.
2228         (REG_OK_FOR_PRE_POST_P): Delete.
2229         (ARM_BASE_REGISTER_RTX_P): Renamed from BASE_REGISTER_RTX_P.
2230         (ARM_INDEX_REGISTER_RTX_P): Renamed from INDEX_REGISTER_RTX_P.
2231         (ARM_GO_IF_LEGITIMATE_INDEX): Renamed from GO_IF_LEGITIMATE_INDEX.
2232         (THUMB_LEGITIMATE_OFFSET): Renamed from LEGITIMATE_OFFSET.
2233         (ARM_GO_IF_LEGITIMATE_ADDRESS): Adjust for name changes.  Use ARM
2234         specific variants rather than general ones.  Use ARM_REG_OK_FOR_BASE_P
2235         in pre/post increment cases.
2236         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Similarly for Thumb.
2237         (ARM_LEGITIMIZE_ADDRESS): Similarly.
2238         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Similarly.
2239         * arm.c (legitimate_pic_address): Similarly.
2240
2241 2000-12-02  Neil Booth  <neilb@earthling.net>
2242
2243         * tradcpp.c (struct answer, parse_assertion, parse_answer,
2244         canonicalize_text, find_answer): New.
2245         (do_assert, do_unassert): Provide appropriate function bodies.
2246         (union hashval): New member answers.
2247
2248 2000-11-23  Marek Michalkiewicz  <marekm@linux.org.pl>
2249
2250         * config/avr/avr.md: Document UNSPEC usage.
2251         (*tablejump_rjmp, *tablejump_lib, *tablejump_enh, *tablejump):
2252         Make operand 0 input only, clobber it.  Use UNSPEC, not a bogus
2253         MEM for program memory word reference.  Do not add the label to
2254         the table index in each of the asm output templates, instead ...
2255         (casesi): ... do it in RTL.  Adjust to match the above change.
2256
2257 2000-12-02  Bernd Schmidt  <bernds@redhat.co.uk>
2258
2259         * c-common.c (PTRDIFF_TYPE): Provide default here, ...
2260         * c-decl.c: ... not here.
2261
2262         * haifa-sched.c (sched_dump): Renamed from dump.  All users changed.
2263         (old_max_uid): New variable.
2264         (compute_forward_dependences): Renamed from
2265         compute_block_forward_dependences; changed to accept block head and
2266         tail instead of block number.  Caller changed.
2267         (free_deps, init_dependency_caches, free_dependency_caches,
2268         init_regions, sched_init): New functions, split out from
2269         schedule_insns and compute_block_backward_dependences.
2270
2271 2000-12-02  Neil Booth  <neilb@earthling.net>
2272
2273         * cppexp.c (parse_number): Update diagnostic test.
2274
2275 2000-12-02  Bernd Schmidt  <bernds@redhat.co.uk>
2276
2277         * reload1.c (free_for_value_p): New function, frontend to
2278         reload_reg_free_for_value_p.  All callers of the latter now call
2279         this function with an additional mode argument.
2280
2281 2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2282
2283         * install.texi (Configurations): Remove obsolete documentation for
2284         hppa*-*-*.
2285
2286 2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2287
2288         * install.texi (Installation): Remove obsolete description for
2289         libstdc++ which is now an integral part of GCC.
2290
2291 2000-12-01  Jim Blandy  <jimb@redhat.com>
2292
2293         * dbxout.c (dbxout_parms): Correctly describe parameters passed by
2294         invisible reference in registers, but then spilled to the stack.
2295         Remove code to emit a second stab for such parameters; it attempts
2296         to describe the value's location by introducing a synthetic C++
2297         `reference' type, and then saying the stack slot has that
2298         reference type.  This loses type information (breaking GDB's
2299         `ptype' command, among other things) just to describe a location
2300         which stabs can represent correctly in other ways.
2301
2302 2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
2303
2304         * final.c (output_addr_const) <PLUS>: Don't assume at least one
2305         operand is a CONST_INT.
2306
2307         * config/sh/sh.c (reg_class_from_letter): Assign `k' to SIBCALL_REGS.
2308         (machine_dependent_reorg): Split all insns.
2309         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Compute
2310         reg_class_contents[SIBCALL_REGS].
2311         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add SIBCALL_REGS.
2312         * config/sh/sh.md (calli_pcrel, call_pcrel, call_valuei_pcrel,
2313         call_value_pcrel, call, call_value, sibcall): Match even when
2314         not optimizing.
2315         (sibcalli_pcrel, sibcall_pcrel): Likewise.  Use constraint `k'
2316         for call address.
2317         (sibcalli): Likewise.
2318
2319 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2320
2321         * c-common.c (warn_format, warn_format_y2k,
2322         warn_format_extra_args, warn_format_nonliteral): Define.
2323         (check_format_info): Check warn_format_nonliteral and
2324         warn_format_extra_args.
2325         (check_format_info_main): Check warn_format_y2k.
2326         (set_Wformat): New function.
2327         * c-common.h (warn_format_y2k, warn_format_extra_args,
2328         warn_format_nonliteral, set_Wformat): Declare.
2329         * c-decl.c (warn_format): Remove definition.
2330         (c_decode_option): Handle -Wformat-nonliteral,
2331         -Wno-format-extra-args and -Wno-format-y2k, and negated versions.
2332         Use set_Wformat.
2333         * invoke.texi: Document these new options and -Wformat=2.
2334         * toplev.c (documented_lang_options): Add these new options.
2335
2336 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2337
2338         * builtins.def (BUILT_IN_IMAXABS): Add.
2339         * builtins.c (expand_builtin): Also abort on BUILT_IN_IMAXABS.
2340         * c-common.c (c_common_nodes_and_builtins): Create builtin
2341         functions __builtin_imaxabs, and plain imaxabs unless
2342         flag_no_nonansi_builtin outside C99 mode.
2343         (expand_tree_builtin): Handle BUILT_IN_IMAXABS.
2344         * extend.texi: Document builtin imaxabs.
2345
2346 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2347
2348         * c-common.c: Include "defaults.h".
2349         (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Define.
2350         (c_common_nodes_and_builtins): Create string_type_node,
2351         const_string_type_node, wint_type_node, intmax_type_node,
2352         uintmax_type_node, default_function_type, ptrdiff_type_node and
2353         unsigned_ptrdiff_type_node.
2354         * c-common.h (identifier_global_value): Declare.
2355         * c-decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
2356         (init_decl_processing): Don't create string_type_node,
2357         const_string_type_node, wint_type_node, intmax_type_node,
2358         uintmax_type_node, default_function_type, ptrdiff_type_node and
2359         unsigned_ptrdiff_type_node.
2360         (identifier_global_value): New function.
2361
2362 2000-12-01  Neil Booth  <neilb@earthling.net>
2363
2364         * cppinit.c (initialize): Forgotten prototype.
2365         * cpplex.c (_cpp_lex_token): Loop until not skipping.
2366         Always clear PREV_WHITE upon meeting a new line.
2367         * cpplib.c (end_directive): Set pfile->skipping after
2368         skip_rest_of_line.
2369         * cpplib.h (cpp_reader): Remove macro_pos.
2370         * cppmacro.c (cpp_get_line): Don't do anything special inside
2371         macros.
2372         (parse_arg): Add PREV_WHITE if a token appears after new lines.
2373         (funlike_invocation_p): Save and restore the output position
2374         over a successful check for a '('.
2375         (enter_macro_context): Delete uses of macro_pos.
2376         (cpp_get_token): Don't use pfile->skipping.
2377
2378 2000-12-01  Phil Edwards  <pme@sources.redhat.com>
2379
2380         * diagnostic.c:  Fix typos in comments.
2381         * diagnostic.h:  Likewise.
2382
2383 2000-11-30  Phil Edwards  <pme@sources.redhat.com>
2384
2385         * rtl.texi (Machine Modes):  Document BImode and OImode.
2386
2387 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2388
2389         * gcc.c (default_compilers): Add suffixes .mi, .cp, .ii, .FOR and
2390         .FPP.
2391
2392 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2393
2394         * c-decl.c (grokdeclarator): If pedantic, warn about arrays with
2395         incomplete element type.
2396         (grokparms): Before checking for incomplete parameter type, check
2397         the type isn't error_mark_node.
2398
2399 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
2400
2401         * builtins.c (target_char_cast): New function.
2402         (expand_builtin_strchr): Use it.
2403         (expand_builtin_strrchr): Use it.
2404         (builtin_memset_read_str): New function.
2405         (expand_builtin_memset): Use target_char_cast.
2406         Try to optimize memset with second argument non-zero using
2407         store_by_pieces.
2408
2409 2000-11-30  Marek Michalkiewicz  <marekm@linux.org.pl>
2410
2411         * install.texi (avr): Replace incomplete list of supported MCU
2412         types with a link to the current one ...
2413         * invoke.texi (AVR Options): ... here.  Update -mmcu= to list
2414         all supported MCU types.  Document -minit-stack= default.
2415         Document new options -mno-tablejump, -mtiny-stack.
2416         * md.texi (AVR family):  Fix typo in 'w' constraint letter
2417         description.  Document 'q'.  Update 'O'.
2418
2419 2000-12-01  Bernd Schmidt  <bernds@redhat.co.uk>
2420
2421         * combine.c (cant_combine_insn_p): Only disallow insns involving
2422         hard regs if they are reg-reg moves.
2423         (try_combine, can_combine_p, combinable_i3pat): Delete old
2424         SMALL_REGISTER_CLASSES tests.
2425
2426 2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
2427
2428         * config/sh/sh.c (shiftcosts): Don't get INTVAL before testing
2429         whether X is a CONST_INT.
2430         (addsubcosts): Likewise.
2431
2432         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA): Use INTVAL instead of
2433         mis-used XINT.
2434         (ARG_POINTER_REGNUM): Set to AP_REG.
2435
2436 2000-11-30  Alexandre Oliva  <aoliva@redhat.com>
2437
2438         * config/sh/sh.md (fpu_switch0, fpu_switch1, movpsi, fpu_switch,
2439         splits): Only match on TARGET_SH4.
2440
2441         * combine.c (try_combine): Disregard USEs when updating LOG_LINKS
2442         of subsequent insns.
2443
2444 2000-11-30  Richard Henderson  <rth@redhat.com>
2445
2446         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Disable.
2447         * config/alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
2448
2449 2000-11-30  Richard Henderson  <rth@redhat.com>
2450
2451         * config/alpha/elf.h (ASM_OUTPUT_SECTION_NAME): Copy elfos.h defn.
2452         (DO_SELECT_SECTION): New.
2453         (SELECT_SECTION): Use it.
2454         (UNIQUE_SECTION_P): New.
2455         (UNIQUE_SECTION): New.
2456
2457 2000-11-30  Alexandre Oliva  <aoliva@redhat.com>
2458
2459         * c-common.c (status_warning) [! ANSI_PROTOTYPES]: Load status
2460         from va_list before using it.
2461
2462 2000-11-30  Michael Matz  <matzmich@cs.tu-berlin.de>
2463
2464         * flow.c (make_edge): Early out, if no flags to set.
2465         (calculate_global_regs_live): Clear out garbage only when necessary.
2466
2467         * simplify-rtx.c (varray_type used_regs): New.
2468         (clear_table): Use it to only clear necessary items.
2469         (cselib_lookup, cselib_record_set): Remember newly set items.
2470         (cselib_update_varray_sizes, cselib_init): Initialize and grow
2471         used_regs.
2472
2473         * local-alloc.c (update_equiv_regs): New local `cleared_regs'.
2474         Move clearing of dead regs out of insn-loop.
2475
2476 2000-11-30  Richard Henderson  <rth@redhat.com>
2477
2478         * calls.c (expand_call): Emit queued insns before creating
2479         the tail recursion sequence.
2480
2481 2000-11-30  J. David Anglin  <dave.anglin@nrc.ca>
2482             Bruce Korb  <bkorb@gnu.org>
2483
2484         * fixinc/inclhack.def(): prevent dual double definition protection
2485         * fixinc/fixincl.x: regenerate
2486
2487 2000-11-29  Loren J. Rittle  <ljrittle@acm.org>
2488
2489         * fixinc/Makefile.in (fixincl.x): Explicitly state the
2490         location of the generated file.
2491
2492 2000-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2493
2494         * README.FRESCO: Remove obsolete file.
2495
2496 2000-11-30  Mark Kettenis  <kettenis@gnu.org>
2497
2498         * config/t-gnu (LIBGCC1, CROSS_LIBGCC1, CRTSTUFF_T_CFLAGS,
2499         TARGET_LIBGCC2_CFLAGS): Remove.  We now use the settings from
2500         config/t-linux for the Hurd.
2501
2502 2000-11-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2503
2504         * config/mn10200/udivmod.c, config/mn10200/divmod.c,
2505         config/mn10200/udivmodsi4.c: Moved from here.
2506         * config/udivmod.c, config/divmod.c, config/udivmodsi4.c: To here.
2507         * config/mn10200/t-mn10200 (LIB2FUNCS_EXTRA): Use the generic
2508         C division functions.
2509         * config/m68hc11/t-m68hc11-gas (LIB2FUNCS_EXTRA): Likewise.
2510
2511 Thu Nov 30 01:12:52 2000  Jeffrey A Law  (law@cygnus.com)
2512
2513         * pa.md (conditional moves): Avoid holes in operand list.
2514         (mod, umod patterns): Similarly.
2515         (variable extract/shift patterns): Similarly.
2516
2517 2000-11-30  Neil Booth  <neilb@earthling.net>
2518
2519         * objc/objc-act.c (lang_init, finish_file, maybe_objc_comptypes,
2520         maybe_objc_check_decl, build_objc_string_object,
2521         objc_declare_alias, objc_declare_class, build_message_expr,
2522         build_protocol_expr, build_selector_expr, build_encode_expr,
2523         get_class_ivars, start_class, start_protocol): Remove
2524         redundant code, assuming doing_objc_thang is true.
2525
2526 2000-11-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2527
2528         * pa.c (restore_unscaled_index_insn_codes): Delete procedure.
2529         (record_unscaled_index_insn_codes): Likewise.
2530         (unscaled_index_insn_codes): Delete.
2531         (max_unscaled_index_insn_codes_uid): Delete.
2532         (output_function_prologue, output_function_epilogue, pa_reorg):
2533         Don't use the unscaled index insn hack.
2534
2535         * pa.md: Remove hack from all index insns to reverse the operand
2536         order of frame and stack pointer references incorrectly created
2537         in the reload pass.
2538
2539         * function.h (emit_status): Delete member regno_pointer_flag and
2540         rename regno_pointer_flag_length to regno_pointer_align_length.
2541         Delete define for REGNO_POINTER_FLAG.
2542         * integrate.h (inline_remap): Delete member regno_pointer_flag.
2543         Add member x_regno_reg_rtx.
2544         * rtl.h (rtx_def): Use frame_related bit to indicate register is
2545         a pointer in REG expressions.  Define REG_POINTER macro.
2546         * alias.c (find_base_value, find_base_term): Use REG_POINTER
2547         instead of REGNO_POINTER_FLAG.
2548         * combine.c (nonzero_bits, num_sign_bit_copies): Likewise.
2549         * emit-rtl.c (gen_reg_rtx): Use regno_pointer_align_length instead
2550         of regno_pointer_flag_length.  Remove code which refers to
2551         regno_pointer_flag.
2552         (mark_reg_pointer): Use REG_POINTER.
2553         (free_emit_status): Remove code which refers to regno_pointer_flag.
2554         (init_emit, mark_emit_status): Likewise.
2555         * flow.c (dump_flow_info): Likewise.
2556         * function.c (preserve_temp_slots): Likewise.
2557         * integrate.c (expand_inline_function, copy_rtx_and_substitute):
2558         Use x_regno_reg_rtx instead of regno_pointer_flag for function
2559         pointer determination in map.
2560         * loop.c (strength_reduce, maybe_eliminate_biv_1): Use REG_POINTER.
2561         * predict.c (estimate_probability): Likewise.
2562         * regclass.c (record_address_regs, reg_scan_mark_refs): Likewise.
2563         * unroll.c (unroll_loop): Use x_regno_reg_rtx instead of
2564         regno_pointer_flag for function pointer determination in map.
2565         * convex.h (RTX_COSTS): Don't test regno_pointer_flag and use
2566         REG_POINTER.
2567         * pa.c (hppa_legitimize_address, emit_move_sequence, basereg_operand):
2568         Use REG_POINTER.
2569         (restore_unscaled_index_insn_codes): Revise comment.
2570
2571         * expr.c (do_compare_and_jump): Add missing TYPE_MODE in statement.
2572
2573 2000-11-30  Joseph S. Myers  <jsm28@cam.ac.uk>
2574
2575         * extend.texi: Update documentation for attributes.
2576
2577 2000-11-29  David O'Brien  <obrien@FreeBSD.org>
2578
2579         * config/alpha/elf.h (IDENT_ASM_OP): Protect the #define.
2580         (ASM_DECLARE_OBJECT_NAME): Same.
2581         (ASM_FILE_END): Same.
2582         (ASM_FINISH_DECLARE_OBJECT): Same.
2583         (ASM_IDENTIFY_GCC): Same.
2584         (ASM_IDENTIFY_LANGUAGE): Same.
2585         (ASM_OUTPUT_CONSTRUCTOR): Same.
2586         (ASM_OUTPUT_DEF): Same.
2587         (ASM_OUTPUT_DESTRUCTOR): Same.
2588         (ASM_OUTPUT_EXTERNAL_LIBCALL): Same.
2589         (ASM_OUTPUT_SECTION_NAME): Same.
2590         (ASM_WEAKEN_LABEL): Same.
2591         (BSS_SECTION_ASM_OP): Same.
2592         (COMMON_ASM_OP): Same.
2593         (CONST_SECTION_ASM_OP): Same.
2594         (CONST_SECTION_FUNCTION): Same.
2595         (CTORS_SECTION_ASM_OP): Same.
2596         (DTORS_SECTION_ASM_OP): Same.
2597         (ESCAPES): Same.
2598         (FINI_SECTION_ASM_OP): Same.
2599         (IDENT_ASM_OP): Same.
2600         (IDENT_ASM_OP): Same.
2601         (INIT_SECTION_ASM_OP): Same.
2602         (INT_ASM_OP): Same.
2603         (MAX_OFILE_ALIGNMENT): Same.
2604         (SBSS_SECTION_ASM_OP): Same.
2605         (SDATA_SECTION_ASM_OP): Same.
2606         (SECTION_FUNCTION_TEMPLATE): Same.
2607         (SELECT_SECTION): Same.
2608         (SE_CONST_SECTION): Same.
2609         (SIZE_ASM_OP): Same.
2610         (SKIP_ASM_OP): Same.
2611         (STRING_ASM_OP): Same.
2612         (STRING_LIMIT): Same.
2613         (TYPE_ASM_OP): Same.
2614         (TYPE_OPERAND_FMT): Same.
2615
2616 2000-11-29  Neil Booth  <neilb@earthling.net>
2617
2618         * c-decl.c (c_decode_option): Don't handle -lang-objc.
2619         * objc/lang-options.h: Remove -lang-objc.
2620         * objc/lang-specs.h: Don't pass -lang-objc to cc1obj.
2621         * objc/objc-act.c (lang_init_options): Set c_language.
2622
2623 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
2624
2625         * expr.c (can_store_by_pieces): Reinitialize max_size for reverse
2626         tests.
2627
2628 2000-11-29  Neil Booth  <neilb@earthling.net>
2629
2630         * c-pragma.c (init_pragma): Update for parse_in type change.
2631
2632 2000-11-29  Laurynas Biveinis  <lauras@softhome.net>
2633
2634         * configure.in: recognize DOS-style absolute paths.
2635
2636 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
2637
2638         * expr.h (store_by_pieces): Add prototype.
2639         (can_store_by_pieces): Likewise.
2640         * expr.c (struct store_by_pieces): Renamed from clear_by_pieces.
2641         (can_store_by_pieces): New.
2642         (store_by_pieces): New.
2643         (clear_by_pieces): New.
2644         (clear_by_pieces_1): New.
2645         (store_by_pieces_1): Renamed from clear_by_pieces, handle storing
2646         arbitrary compiler generated constants into memory block.
2647         (store_by_pieces_2): Renamed from clear_by_pieces_1, likewise.
2648         * builtins.c (c_readstr): New.
2649         (builtin_memcpy_read_str): New.
2650         (expand_builtin_memcpy): If src is string constant and
2651         emit_block_move would move it by pieces, compute integer constants
2652         from the string and store it into memory block instead.
2653         (builtin_strncpy_read_str): New.
2654         (expand_builtin_strncpy): If N is not constant zero and c_strlen does
2655         not return INTEGER_CST, don't optimize.
2656         If N is larger than strlen(src) + 1, try to copy the string
2657         including padding with store_by_pieces.
2658         (expand_builtin_strcmp): If both arguments have side effects, don't
2659         optimize.
2660         (expand_builtin_fputs): If STR has side effects, don't optimize.
2661
2662 2000-11-29  Richard Earnshaw  <rearnsha@arm.com>
2663
2664         * arm.md (sibcall, sibcall_value, sibcall_insn, sibcall_value_insn):
2665         Add use of link register.
2666
2667 2000-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
2668
2669         * extend.texi: Update documentation for default format attributes.
2670
2671 Tue Nov 28 21:56:45 2000  Jeffrey A Law  (law@cygnus.com)
2672
2673         * pa/pa-64.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not
2674         a list, to keep track of the sections.
2675
2676 2000-11-28  Nick Clifton  <nickc@redhat.com>
2677
2678         * config/arm/arm.md (pic_load_addr): Split into
2679         pic_load_addr_arm and pic_load_addr_thumb.
2680
2681         * config/arm/arm.c (legitimize_pic_address): Generate either
2682         ARM or Thumb versions of pic_load_addr.
2683         (arm_finalize_pic): Generate either ARM or Thumb versions of
2684         pic_load_addr.
2685
2686 2000-11-28  Richard Henderson  <rth@redhat.com>
2687
2688         * calls.c (expand_call): Defer const/pure NO_DEFER_POP until
2689         after sibcall do_pending_stack_adjust.
2690
2691 Wed Nov 29 00:08:23 2000  J"orn Rennecke <amylaar@redhat.com>
2692
2693         * jump.c (delete_insn): Check that REG_LABEL note actually contains
2694         a CODE_LABEL.
2695
2696 2000-11-28  Neil Booth  <neilb@earthling.net>
2697
2698         * c-common.h: Remove flag_digraphs.
2699         * c-decl.c: Remove flag_digraphs.
2700         (c_decode_option): Don't set it.
2701         * c-lex.c (init_c_lex): Don't do anything for digraphs.
2702
2703 2000-11-28  Richard Henderson  <rth@redhat.com>
2704
2705         * c-parse.in (finish_parse): Update for parse_in type change.
2706         (_yylex): Likewise.
2707
2708 2000-11-28  Neil Booth  <neilb@earthling.net>
2709
2710         * cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean
2711         indicating whether to scan all buffers on the stack or
2712         just one.
2713         * cppinit.c (do_includes): Update.
2714         * cppmain.c (main): Update.
2715         * cpplib.h: Update prototype.
2716
2717 2000-11-28  Richard Henderson  <rth@redhat.com>
2718
2719         * genoutput.c (validate_insn_operands): New.
2720         (gen_insn): Call it.
2721
2722         * config/alpha/alpha.md (divmodsi_internal): Renumber operands.
2723         (divmoddi_internal): Likewise.
2724         * config/arm/arm.md (andsi3_compare0_scratch): Likewise.
2725         * config/i960/i960.md (branch patterns): Likewise.
2726         * config/ia64/ia64.md (tbit_and_0): Likewise.
2727         (tbit_and_1, tbit_or_0, tbit_or_1): Likewise.
2728         * config/m68k/m68k.md (zero_extract memory patterns): Likewise.
2729         * config/mips/mips.md (divmodsi4_internal): Likewise.
2730         (divmoddi4_internal): Likewise.
2731         * config/rs6000/rs6000.md (call patterns): Likewise.
2732         * config/sh/sh.md (movsi_y): Likewise.
2733         * config/sparc/sparc.md: Comment out if 0 v8p shift pattern.
2734
2735 2000-11-28  Richard Henderson  <rth@redhat.com>
2736
2737         * config.gcc: Kill residual pyramid support.
2738
2739 2000-11-28  Neil Booth  <neilb@earthling.net>
2740
2741         * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
2742         * c-decl.c (c_decode_option): Update to match.
2743         * c-lex.c (init_c_lex, yyparse): Update to match.
2744         * c-lang.c (lang_init_options): Use cpp_create_reader.
2745         * cppinit.c (cpp_init): Rename initialize.
2746         (cpp_reader_init): Rename cpp_create_reader.  Create the
2747         reader.  Initialize cpplib if appropriate.
2748         * cpplib.h (cpp_create_reader) New prototype.
2749         (cpp_init, cpp_reader_init): Delete prototypes.
2750         * cppmain.c (general_init, setup_callbacks): New functions.
2751         (main): Use them.
2752         * fix-header.c (scan_in): Change type to cpp_reader *.
2753         (read_scan_file): Update for new cpplib interface and scan_in type.
2754
2755         * cp/decl.c (parse_in): Change to cpp_reader *.
2756         (lang_decode_option): Update.
2757         * cp/lex.c (lang_init_options): Use new cpplib interface.
2758         (init_cp_pragma, finish_parse, handle_pragma_implementation): Update.
2759         * cp/spew.c (read_token): Update.
2760         * objc/objc-act.c (lang_init_options): Update new cpplib interface.
2761
2762 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
2763
2764         * loop.c (load_mems): Avoid using next_label to find end_label. If
2765         jumping outside of the loop (other than loop end), don't hoist MEMs
2766         out of loop.
2767
2768 2000-11-28  Jan Hubicka  <jh@suse.cz>
2769
2770         * calls.c (expand_call): Don't disable tail recursion based
2771         on the loop nest.
2772
2773 2000-11-28  Neil Booth  <neilb@earthling.net>
2774
2775         * tradcpp.c (enum node_type): New hash types T_ASSERT, T_UNASSERT.
2776         (struct directive): Drop 4th argument from handlers.
2777         (do_define, do_line, do_include, do_undef, do_else, do_elif,
2778         do_endif): Similarly.
2779         (do_assert, do_unassert, do_ifdef, do_ifndef): New handlers.
2780         (do_ifxdef): Update as common handler of do_ifdef and do_ifndef.
2781         (make_definition, make_undef): Take a const char*.
2782         (make_assertion): New function.
2783         (struct directive_table): Update.
2784         (main): Handle -A command line argument.
2785         (handle_directive): Drop fourth handler argument.
2786
2787 2000-11-28  Bernd Schmidt  <bernds@redhat.co.uk>
2788
2789         * simplify-rtx.c (cselib_record_sets): Ignore sets whose destination
2790         is anything but REG or MEM, but look inside STRICT_LOW_PART.
2791
2792 Tue Nov 28 09:53:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2793
2794         * system.h (IS_DIR_SEPARATOR): Use uppercase macro name.
2795         (IS_ABSOLUTE_PATHNAME): New macro.
2796         * gcc.c (find_a_file, process_command, do_spec_1, main): Use it.
2797
2798 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
2799
2800         * config/i386/i386.md (truncxfsf2_2): Fix predicate.
2801
2802 2000-11-27  Jim Wilson  <wilson@redhat.com>
2803
2804         * reload1.c (reload): Use HOST_WIDE_INT for old_frame_size.
2805
2806 2000-11-27  Matthias Klose  <doko@cs.tu-berlin.de>
2807
2808         * extend.texi (Nested Functions): Update URL of Usenix paper.
2809
2810 2000-11-27  Mark Mitchell  <mark@codesourcery.com>
2811
2812         * function.c (free_after_compilation): Clear x_clobber_return_insn.
2813
2814 2000-11-27  Neil Booth  <neilb@earthling.net>
2815
2816         * cppinit.c (cpp_reader_init): Remove handling of warn_paste
2817         command line options.
2818         (cpp_handle_option): Similarly.
2819         * cpplib.h (struct cpp_options): Remove warn_paste.
2820         * cppmacro.c (paste_tokens): Apart from assembler, make
2821         unpasteable token warning mandatory.
2822
2823 2000-11-27  Neil Booth  <neilb@earthling.net>
2824
2825         * tradcpp.c (enum pending_dir_t, struct pending_dir): New.
2826         (main): Allocate a pending directive set of these.  Use it.
2827         Merge handling of -D and -U.  Update handling of pending
2828         directives.  Free the memory after use.
2829
2830 2000-11-27  Bernd Schmidt  <bernds@redhat.co.uk>
2831
2832         * flow.c (entry_exit_blocks): Add entry for cond_local_set.
2833         (struct propagate_block_info): Add new member cond_local_set.
2834         (propagate_block): Accept new arg cond_local_set.  All callers
2835         changed.
2836         (init_propagate_block_info): Likewise.
2837         (calculate_global_regs_live): Allocate & free cond_local_set.  Always
2838         rescan if there's overlap between cond_local_set and new_live_at_end.
2839         (mark_set_1): Set bits either in cond_local_set or local_set, as
2840         appropriate.
2841         * basic-block.h (struct basic_block_def): New field cond_local_set.
2842         (propagate_block, init_propagate_block_info): Update prototypes.
2843
2844 Mon Nov 27 17:29:44 2000  kaz Kojima <kkojima@rr.iij4u.or.jp>
2845
2846         * gcc/config/sh/sh.md (udivsi3_i4, udivsi3_i4_single): Clobber
2847         T register.
2848
2849 2000-11-27  Richard Earnshaw  <rearnsha@arm.com>
2850
2851         * arm.c (select_dominance_cc_mode): Handle new way that combine
2852         canonicalizes conditional compares.
2853         (arm_select_cc_mode): Likewise.
2854         * arm.md: Garbage collect some dead code.
2855         (cmp_and, cmp_ior): New patterns.
2856         (splitter for conditional move with inverted false): Use cond_exec
2857         and handle unordered comparisons.
2858
2859 Mon Nov 27 17:22:56 MET 2000  Jan Hubicka  <jh@suse.cz>
2860
2861         * i386.c (ix86_force_to_memory, ix86_free_from_memory): New.
2862         * i386-protos.h (ix86_force_to_memory, ix86_free_from_memory): Declare
2863         * i386.md (float?i?f, int/fp operations): Rewrite spliters to use
2864         ix86_force_to_memory and ix86_free_from_memory.
2865
2866 2000-11-27  Richard Earnshaw  <rearnsha@arm.com>
2867
2868         * arm.md (arm_adddi3, adddi_sesidi_di, adddi_zesidi_di, arm_addsi3,
2869         arm_subsi3_insn, anddi_zesidi_di, arm_andsi3_insn, anddi_notdi_di,
2870         anddi_notzesidi_di, anddi_notsesidi_di, arm_iorsi3,
2871         one_cmpldi2): Merge with splitters to create define_insn_and_split
2872         patterns.  Remove redundant splits.
2873         (peephole2 for add:SI of invalid immediate): New.
2874         (peephole2 for minus:SI of invalid immediate): New.
2875         (peephole2 for ior:SI of invalid immediate): New.
2876         (peephole for merge of move and compare): Convert ot peephole2.
2877         (addsf3, adddf3): Mark as commutative.
2878
2879         * arm.md (thumb peephole for merging stack adjustments): Convert to
2880         peephole2.
2881
2882 2000-11-27  Bernd Schmidt  <bernds@redhat.co.uk>
2883
2884         * haifa-sched.c (print_pattern): Prettier output for COND_EXEC.
2885
2886         * reload1.c (reload_cse_simplify_set): Pass down mode to cselib_lookup.
2887         (reload_cse_simplify_operands): Do nothing about operands where both
2888         the operand and the match_operand fail to give us a mode.
2889         * simplify-rtx.c (wrap_constant): New function.
2890         (entry_and_rtx_equal_p): Except integer constants to come wrapped in a
2891         CONST describing the proper mode.
2892         (rtx_equal_for_cselib_p): Pass down modes to recursive calls of
2893         cselib_lookup.
2894         (cselib_lookup_mem): Call wrap_constant on the rtx that is passed to
2895         htab_find_slot_with_hash.
2896         (cselib_lookup): Likewise.
2897
2898         Based on a patch from Geoff Keating <geoffk@redhat.com>:
2899         * loop.c (basic_induction_var): If a REG is set from something
2900         that is not a biv, then the REG is not a biv.  Even if it is
2901         earlier set from something that is a biv.
2902
2903 2000-11-27  Alexandre Oliva  <aoliva@redhat.com>
2904
2905         * configure.in (extra_objs): Enclose extra_headers in quotes.
2906         * configure: Rebuilt.
2907
2908 2000-11-27  Neil Booth  <neilb@earthling.net>
2909
2910         * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):
2911         Combine into the new function cb_change_file.
2912         (init_c_lex): Update.
2913         * cppfiles.c (stack_include_file): Use _cpp_do_file_change.
2914         (cpp_syshdr_flags): Delete.
2915         * cpphash.h (_cpp_do_file_change): New prototype.
2916         Move struct cpp_buffer here from...
2917         * cpplib.h (struct cpp_buffer): ... here.
2918         (enum cpp_fc_reason, struct cpp_file_loc,
2919         struct_cpp_file_change, change_file): New.
2920         (enter_file, leave_file, rename_file, cpp_syshdr_flags): Delete.
2921         * cpplib.c (do_line): Update for new cb_change_file callback.
2922         (_cpp_do_file_change): New function.
2923         (_cpp_pop_buffer): Update to use it.
2924         * cppmain.c (move_printer): Delete.
2925         (main): Set up single callback cb_change_file.
2926         (cb_enter_file, cb_leave_file, cb_rename_file): Delete.
2927         (cb_change_file): New.
2928         * fix-header.c (cur_file, cb_change_file): New.
2929         (recognized_function, read_scan_file): Update.
2930         * scan-decls.c (scan_decls): Update.
2931         * scan.h (recognized_function): Update prototype.
2932
2933 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
2934
2935         * tree.h (mark_tree_hashtable): New function.
2936         * tree.c (mark_tree_hashtable_entry): New function.
2937         (mark_tree_hashtable): Likewise.
2938
2939 2000-11-27  Michael Meissner  <meissner@redhat.com>
2940
2941         * d30v-protos.h (srelational_si_operator): Correctly spell
2942         function.
2943         (urelational_si_operator): Ditto.
2944         (relational_si_operator): Ditto.
2945         (d30v_expand_prologue): Add prototype.
2946         (d30v_expand_epilogue): Ditto.
2947
2948         * d30v.h (OPTIMIZATION_OPTIONS): Undo November 22nd change.
2949
2950         * d30v.md (movcccc_*): Delete now unused patterns.
2951         (64 bit comparison splitters): Rewrite to use COND_EXEC instead of
2952         IF_THEN_ELSE.
2953         (define_cond_exec): Use 'b' to select branch flags.
2954
2955 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2956
2957         * builtins.c (expand_builtin_strncmp, expand_builtin_strncpy): New
2958         functions.
2959         (expand_builtin): Handle BUILT_IN_STRNCPY and BUILT_IN_STRNCMP.
2960
2961         * builtins.def (BUILT_IN_STRNCPY, BUILT_IN_STRNCMP): New entries.
2962
2963         * c-common.c (c_common_nodes_and_builtins): Declare builtin
2964         strncpy and strncmp.
2965
2966         * extend.texi (strncmp, strncpy): Document new builtins.
2967
2968 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
2969
2970         * config/elfos.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not
2971         a list, to keep track of the sections.
2972         * tm.texi (ASM_OUTPUT_SECTION_NAME): Document the fact that the
2973         parameter provided will always be a canonical string.
2974
2975 2000-11-26  Neil Booth  <neilb@earthling.net>
2976
2977         * cppmacro.c (cpp_scan_buffer_nooutput): Only scan the
2978         current buffer.
2979
2980 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
2981
2982         * makefile.vms: Remove EGCS references.
2983
2984 2000-11-26  Ulrich Drepper  <drepper@redhat.com>
2985
2986         * dwarf2out.c (output_file_names): New function.  Compute minimal
2987         combination of directory and file name table and emit them.
2988         (output_line_info): Remove code to emit directory and file name
2989         table and call output_file_names instead.
2990         (file_info_cmp): Helper function to sort directory names.
2991
2992 2000-11-26  Neil Booth  <neilb@earthling.net>
2993
2994         * cpplib.h (struct cpp_reader): Remove lang_asm.
2995         (struct cpp_options): Remove c89. New members lang,
2996         extended_numbers.
2997         * cppexp.c (parse_number): Use them.
2998         * cpphash.h (VALID_SIGN): Use them.
2999         * cppinit.c (set_lang, cpp_start_read): Update.
3000         * cpplex.c (parse_string, _cpp_lex_token): Update.
3001         * cpplib.c (_cpp_handle_directive): Update.
3002         * cppmacro.c (parse_args): Update.
3003         * cppmain.c (scan_buffer): Update.
3004
3005 Sun Nov 26 10:02:37 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3006
3007         * fold-const.c (fold, case CONVERT_EXPR): Always return tree of
3008         proper type.
3009
3010 2000-11-26  Neil Booth  <neilb@earthling.net>
3011
3012         * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.
3013         * c-decl.c: Remove parse_in declaration.
3014         * c-lang.c: Similarly.
3015         * c-lex.c: Similarly.
3016         * c-parse.in: Similarly.
3017         * c-pragma.c: Similarly.
3018         * configure.in: Similarly.
3019         * cp/Make-lang.in: Similarly.
3020         * cp/spew.c: Similarly.
3021         * cp/decl2.c: Remove check for lang-c++ option.
3022         * cp/lang-specs.h: Remove -lang-c++ from cc1plus command line.
3023         * cp/lex.c (lang_init_options): With cpp_reader_init, default to C++.
3024         * c-lex.h: Add declaration of parse_in.
3025         * cppinit.c: Call set_lang after allocating pfile->pending.
3026         * configure: Regenerate.
3027
3028 2000-11-25  Zack Weinberg  <zack@wolery.stanford.edu>
3029
3030         * combine.c (try_combine): Remove redundant test.
3031
3032 2000-11-25  Richard Henderson  <rth@redhat.com>
3033
3034         * c-common.h (DECL_C_HARD_REGISTER): New.
3035         * c-decl.c (finish_decl): Set it for asm register variables.
3036         * c-semantics.c (emit_local_var): Test it when instantiating one.
3037
3038 2000-11-25  Richard Henderson  <rth@redhat.com>
3039
3040         * c-decl.c (c_expand_body): Use DECL_SOURCE_LINE rather than
3041         lineno for the start of the function.
3042
3043 2000-11-25  Richard Henderson  <rth@redhat.com>
3044
3045         * dwarf2out.c (file_table, file_table_allocated): Remove.
3046         (file_table_allocated): Remove.
3047         (struct file_table): New.
3048         (decl_file_table, line_file_table): New.
3049         (print_dwarf_line_table): Use them.
3050         (size_of_line_prolog): Likewise.
3051         (output_line_info): Likewise.
3052         (add_src_coords_attributes): Likewise.
3053         (gen_subprogram_die): Likewise.
3054         (gen_variable_die): Likewise.
3055         (dwarf2out_add_library_unit_info): Likewise.
3056         (dwarf2out_line): Likewise.
3057         (lookup_filename): Take a struct file_table argument.
3058         (init_file_table): New.
3059         (dwarf2out_init): Use it.
3060
3061 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3062
3063         * invoke.texi: Update sequence points references.
3064
3065 2000-11-25  Neil Booth  <neilb@earthling.net>
3066
3067         * c-common.c: Remove USE_CPPLIB conditional inclusions.
3068         * c-common.h: Similarly.
3069         * c-decl.c: Similarly.
3070         * c-lang.c: Similarly.
3071         * c-lex.c: Similarly.
3072         * c-parse.in: Similarly.
3073         * c-pragma.c: Similarly.
3074         * c-pragma.h: Similarly.
3075         * gcc.c: Similarly.
3076         * toplev.c: Similarly.
3077         * cp/cp-tree.h: Similarly.
3078         * cp/decl2.c: Similarly.
3079         * cp/lang-specs.h: Similarly.
3080         * cp/lex.c: Similarly.
3081         * cp/lex.h: Similarly.
3082         * cp/spew.c: Similarly.
3083         * java/lang-options.h: Similarly.
3084         * objc/lang-specs.h: Similarly.
3085         * objc/objc-act.c: Similarly.
3086
3087         * configure.in: Remove configure option.
3088         * config.in: Regenerate.
3089         * configure: Regenerate.
3090
3091 2000-11-25  Richard Henderson  <rth@redhat.com>
3092
3093         * haifa-sched.c (sched_analyze_1, sched_analyze_2, sched_analyze):
3094         Revert 2000-11-22 change.
3095
3096 2000-11-25  Bernd Schmidt  <bernds@redhat.co.uk>
3097
3098         * config/i386/i386.h (FIXED_REGS): Make the three flags registers
3099         fixed.
3100
3101 2000-11-25  Philipp Thomas  <pthomas@suse.de>
3102         * configure.in (ALL_LINGUAS): Remove en_GB and add sv.
3103         * configure: Rebuilt.
3104
3105 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
3106
3107         * config/sparc/sparc.md (muldi3_v8plus): Remove H constraint.
3108         Handle CONST_INT as second argument.
3109         * config/sparc/sparc.c (set_extends): Remove first argument.
3110         Properly handle AND, CONST_INT and CONST_DOUBLE, handle IOR, XOR and
3111         MOV.
3112         (sparc_check_64): Abort if first argument is not REG.
3113         If it is DImode REG, look at the lower register of the register
3114         pair.
3115
3116         * config/sparc/sparc.c (load_pic_register, restore_regs,
3117         output_return, sparc_v8plus_shift, sparc_function_profiler,
3118         sparc_function_block_profiler, sparc_block_profiler): Fix output
3119         formatting.
3120
3121 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
3122
3123         * config/sh/sh.h (TARGET_NONE): New.
3124         (TARGET_SWITCHES): For all variant-selecting switch, use
3125         TARGET_NONE to reset all other variant-selecting switch.  Added
3126         empty strings to avoid warnings.
3127         (TARGET_DEFAULT): Set to SH1_BIT.
3128
3129         * Makefile.in ($(INTL_TARGETS)): Added $(CONFIG_H) for
3130         insn-codes.h.
3131
3132         * gcc/config/sh/sh.md (sibcalli, sibcalli_pcrel): New insns.
3133         (sibcall_pcrel): New insn_and_split.
3134         (sibcall, sibcall_value, sibcall_epilogue): New expands.
3135
3136         * config/sh/sh.md (GOTaddr2picreg, symGOT2reg, symGOTOFF2reg,
3137         symPLT_label2reg, call, call_value): Don't set
3138         current_function_uses_pic_offset_table.
3139         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't mark
3140         PIC_OFFSET_TABLE_REGNUM as call_used, so that calc_live_regs
3141         takes it into account.
3142         (FINALIZE_PIC): Delete, useless.
3143         (LEGITIMATE_CONSTANT_P): Delete, unused.
3144         * config/sh/sh.c (sh_expand_prologue): Don't use
3145         current_function_uses_pic_offset_table.  Don't special-case
3146         PIC_OFFSET_TABLE_REGNUM.  Initialize it if it's ever live and
3147         PIC is enabled.
3148         (sh_expand_epilogue, initial_elimination_offset): Don't
3149         special case PIC_OFFSET_TABLE_REGNUM.
3150
3151 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>, NIIBE Yutaka  <gniibe@m17n.org>
3152
3153         * config/sh/sh-protos.h (symbol_ref_operand): Declare.
3154         * config/sh/sh.md (UNSPEC_CALLER): New constant.
3155         (calli_pcrel, call_valuei_pcrel): Use PIC_REG.
3156         (call_pcrel, call_value_pcrel): New insn_and_splits.
3157         (call, call_value): Use them.
3158         (call_site): New expand.
3159         (sym_label2reg, symPLT_label2reg): Adjust to hold call_sites.
3160         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA) [UNSPEC_CALLER]:
3161         Output call_site label.
3162         (PREDICATE_CODES): Added symbol_ref_operand.
3163         * config/sh/sh.c (symbol_ref_operand): Define.
3164         * emit-rtl.c (try_split): Propagate CALL_INSN_FUNCTION_USAGE
3165         to CALL_INSNs in the split sequence.
3166
3167 2000-11-24  Nick Clifton  <nickc@redhat.com>
3168
3169         * config.gcc (v850-*-*): Define c_target_objs and
3170         cxx_target_objs.
3171
3172         * config/v850/t-v850: Define how to build v850-c.o
3173
3174         * config/v850/v850.h (struct data_area_stack_element): Move
3175         definition here from v850.c.
3176
3177         * config/v850v850.c: Include gcc.h to avoid compile time
3178         warning.
3179         (push_data_area): Move to v850-c.c.
3180         (pop_data_area): Move to v850-c.c.
3181         (mark_current_function_as_interrupt): Move to v850-c.c.
3182         (GHS_default_section_names): Allow to be exported.
3183         (GHS_current_section_names): Allow to be exported.
3184         (data_area_stack_elements): Allow to be exported.
3185         (ghs_pragma_section): Move to v850-c.c.
3186         (ghs_pragma_interrupt): Move to v850-c.c.
3187         (ghs_pragma_starttda): Move to v850-c.c.
3188         (ghs_pragma_startsda): Move to v850-c.c.
3189         (ghs_pragma_startzda): Move to v850-c.c.
3190         (ghs_pragma_endtda): Move to v850-c.c.
3191         (ghs_pragma_endsda): Move to v850-c.c.
3192         (ghs_pragma_endzda): Move to v850-c.c.
3193
3194         * config/v850/v850-c.c: New file: Contains v850 specific
3195         pragma parsing functions.
3196
3197 2000-11-24  Nick Clifton  <nickc@redhat.com>
3198
3199         * config.gcc (extra_objs): Remove duplicate description.
3200         (c_target_objs): New variable.  Contains target specific
3201         object files for the gcc C compiler only.
3202         (cxx_target_objs): New variable.  Contains target specific
3203         object files for the gxx C++ compiler only.
3204
3205         * configure.in (c_target_objs): Substitute in the makefile.
3206         (cxx_target_objs): Substitute in the makefile.
3207         * configure: Regenerate.
3208
3209         * Makefile.in (C_TARGET_OBJS): Define and initialise from
3210         c_target_objs.
3211         (CXX_TARGET_OBJS): Define and initialise from
3212         cxx_target_objs.
3213         (C_AND_OBJC_OBJS): Include C_TARGET_OBJS.
3214
3215         * cp/Make-lang.in (CXX_C_OBJS): Include CXX_TARGET_OBJS).
3216
3217         * tm.texi (REGISTER_TARGET_PRAGMAS): Add paragraph explaining
3218         about how the use of the 'c_lex' function requires the use of
3219         the target specific, language specific object files feature of
3220         the configuration mechanism.
3221
3222 Fri Nov 24 18:50:58 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3223
3224         * gcc.c (process_command): Use F_OK, not R_OK.
3225
3226 2000-11-24  Arno J. Klaassen  <arno@heho.snv.jussieu.fr>
3227
3228         * flow.c (print_rtl_and_abort): Remove ANSIism.
3229
3230 Fri Nov 24 19:54:36 2000  Alexandre Oliva  <aoliva@redhat.com>
3231
3232         * config/sh/sh.h (GENERAL_REGISTER_P,
3233         GENERAL_OR_AP_REGISTER_P, FP_REGISTER_P, XD_REGISTER_P,
3234         FP_OR_XD_REGISTER_P, FP_ANY_REGISTER_P): New macros.  Use them
3235         all over.
3236         (SPECIAL_REG): Renamed to SPECIAL_REGISTER_P.
3237         * config/sh/sh.c: Use new macros.
3238         * config/sh/sh.md: Likewise.
3239
3240 Fri Nov 24 19:46:16 2000  Alexandre Oliva  <aoliva@redhat.com>
3241
3242         * config/sh/sh.md: Clobber MACH_REG and MACL_REG in SImode,
3243         instead of just MACH_REG in DImode.  Always refer to FPSCR_REG
3244         in PSImode.
3245
3246 Fri Nov 24 22:37:41 2000  Denis Chertykov  <denisc@overta.ru>
3247
3248         * config/avr/avr.c (out_tsthi,out_tstsi): Test simplification bug
3249         fixed.
3250         (machine_dependent_reorg): Wrong optimization based on
3251         NOTICE_UPDATE_CC removed.
3252
3253 Fri Nov 24 19:48:09 2000  J"orn Rennecke <amylaar@redhat.com>
3254
3255         * jump.c (delete_computation): Re-instate deletion of feeding insn.
3256         (delete_insn): Look for REG_LABEL notes.
3257         (redirect_tablejump): Delete feeding insns.
3258
3259 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
3260
3261         * config/i386/i386.md (call_pop_0, call_pop_1, call_value_pop_0,
3262         call_value_pop_1): Make sure operand numbers are contiguous.
3263
3264         * fold-const.c (fold_range_test): Avoid crash if LHS or RHS is null.
3265
3266         * reload1.c (conflicts_with_override): New function.
3267         (emit_input_reload_insns): Use it to tighten test for validity
3268         of substituting into output of previous insn.
3269
3270         * haifa-sched.c (struct ready_list): New.
3271         (ready_lastpos, ready_add, ready_remove_first, ready_sort): New static
3272         functions.
3273         (schedule_insn): Replace args READY and N_READY with a pointer to a
3274         ready_list; return void.  Use the new functions to access the ready
3275         list.  All callers changed.
3276         (queue_to_ready, debug_ready_list): Likewise.
3277         (schedule_block): Initialize a ready_list structure.  Use new
3278         functions to access it.
3279         (max_priority): Remove unused variable.
3280         (schedule_insn): Don't set it.
3281
3282         * c-common.c (verify_tree): Don't recurse into CONSTRUCTORs.
3283
3284         * combine.c (cant_combine_insn_p): New function.
3285         (try_combine): Use it.
3286
3287         * Makefile.in (c-common.o): Depend on $(OBSTACK_H).
3288         * c-common.c (c-obstack.c): Include "obstack.h".
3289         (struct reverse_tree): Delete.
3290         (reverse_list, reverse_max_depth): Delete.
3291         (build_reverse_tree, common_ancestor, modify_ok): Delete functions.
3292         (struct tlist, struct tlist_cache): New.
3293         (tlist_obstack, tlist_firstobj, warned_ids, save_expr_cache): New.
3294         (add_tlist, merge_tlist, verify_tree, warning_candidate_p,
3295         warn_for_collisions, warn_for_collisions_1, new_tlist): New
3296         static functions.
3297         (verify_sequence_points): Rewritten.
3298         * fold-const.c (fold): Don't lose possibly important sequence
3299         points when removing one arm of TRUTH_ORIF_EXPRs or TRUTH_ANDIF_EXPRs.
3300
3301 2000-11-24  Richard Sandiford  <rsandifo@redhat.com>
3302
3303         * gcc/cse.c (cse_insn): Removed conversion of REG_EQUIV to REG_EQUAL
3304         when reversing a register-to-register copy.  Reversal now disabled
3305         when the previous instruction has a REG_EQUIV.
3306
3307 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3308
3309         * c-parse.in (unary_expr): Move VA_ARG from here ...
3310         (primary): ... to here.
3311
3312 2000-11-23  Graham Stott  <grahams@redhat.com>
3313
3314         * expr.c (store_constructor): If a field is non addressable and
3315         the target is a MEM use MEM_ALIAS_SET otherwise use get_alias_set.
3316
3317 2000-11-23  Bernd Schmidt  <bernds@redhat.co.uk>
3318
3319         * flow.c (print_rtl_and_abort): New function.
3320         (verify_wide_reg, verify_local_live_at_start): Try to dump more
3321         information before aborting.
3322
3323 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
3324
3325         * emit-rtl.c (gen_lowpart_common): Use word 0 if register mode
3326         is narrower than requested mode.
3327         (gen_highpart): Abort if register mode is narrower than
3328         requested mode.
3329
3330 2000-11-23  Graham Stott  <grahams@redhat.com>
3331
3332         * cse.c (cse_insn): Initialise all regcost variables.
3333         Fix a typo add missing '='.
3334         Only compare costs if there is a replacement insn.
3335
3336 Thu Nov 23 04:33:33 2000  Alexandre Oliva  <aoliva@redhat.com>
3337
3338         * final.c (output_addr_const) [LABEL_REF]: Simplify.
3339         [MINUS]: Enclose non-CONST_INTs in parentheses.
3340         [default]: Try OUTPUT_ADDR_CONST_EXTRA.
3341         * tm.texi (OUTPUT_ADDR_CONST_EXTRA): Document it.
3342         * varasm.c (decode_rtx_const) [CONST]: If it's not something
3343         PLUS or MINUS a CONST_INT, use the whole CONST with offset 0
3344         instead of abort()ing.
3345         * sh.c (output_pic_addr_const): Removed.  Fixed all callers.
3346         * sh.h (OUTPUT_ADDR_CONST_EXTRA): New.  Handle the UNSPECs
3347         formerly handled in output_pic_addr_const.
3348         * sh.md (sym_label2reg, symPLT_label2reg): Enclose UNSPEC
3349         operands of MINUS in CONSTs so that decode_rtx_const() will
3350         accept them.
3351
3352 Thu Nov 23 04:10:30 2000  Alexandre Oliva  <aoliva@redhat.com>
3353
3354         * config/sh/sh.md (mova_const): New pattern.
3355         (GOTaddr2picreg): Use it.
3356         * config/sh/sh.c (broken_move): Match it.
3357         (mova_p): Don't match it.
3358         (machine_dependent_reorg): Adjust it.
3359
3360 Thu Nov 23 02:09:09 2000  Alexandre Oliva  <aoliva@redhat.com>
3361
3362         * config/sh/sh.h (FIRST_GENERAL_REG, LAST_GENERAL_REG): New.
3363         Moved most register-number #defines...
3364         * config/sh/sh.md (define_constants): ... here.  Use macros to
3365         refer to registers and unspecs.
3366         * config/sh/sh.c: Likewise.
3367
3368 Thu Nov 23 01:01:32 2000  J"orn Rennecke <amylaar@redhat.com>
3369
3370         * Makefile.in (HOST_CFLAGS): Add -DGENERATOR_FILE.
3371         (rtl.o, print-rtl.o, bitmap.o, obstack.o): Build with -DGENERATOR_FILE.
3372         (alloca.o, vfprintf.o, ggc-none.o, errors.o): Likewise.
3373         (splay-tree.o, hash.o): Likewise.
3374         GCONFIG_H: New.
3375         (rtl.o, print-rtl.o): Depend on $(GCONFIG_H) instead of $(CONFIG_H).
3376         (bitmap.o, obstack.o, vfprintf.o, ggc-none.o, errors.o): Likewise.
3377         (hashtab.o): Likewise.
3378         (gcov.o): Depend on $(CONFIG_H).
3379         * configure.in: #include insn-codes.h in tm.h.
3380
3381 2000-11-22  Nick Clifton  <nickc@redhat.com>
3382
3383         * config/arm/arm.c (arm_encode_call_attribute): Make 'newstr' a
3384         const char * to avoid a compile time warning.
3385
3386         * config/arm/arm.md (define_constants): Define symbolic names for
3387         the link register, last integer register and the fake CC register.
3388         Update patterns to use these symbolic names.
3389
3390 2000-11-22  Neil Booth  <neilb@earthling.net>
3391
3392         * cpplex.c (trigraph_ok): Ensure we don't warn twice.
3393         * cpplib.h (struct cpp_buffer): New member last_Wtrigraphs.
3394
3395 2000-11-22  Richard Henderson  <rth@redhat.com>
3396
3397         * haifa-sched.c (sched_analyze_1): Don't special-case calls
3398         for clobbering registers.
3399         (sched_analyze_2): Likewise.
3400         (sched_analyze): Zap reg_last_uses and reg_last_sets after calls.
3401
3402 2000-11-22  Chris Demetriou  <cgd@sibyte.com>
3403             Neil Booth  <neilb@earthling.net>
3404
3405         * gcc.c (validate_switches): Validate multiple switches named
3406         in '|' (or) expressions in specs.
3407         (handle_braces): If more than 1 alternative in a '|' spec
3408         matches, call do_spec1 just once.
3409
3410 2000-11-22  Michael Meissner  <meissner@redhat.com>
3411
3412         * d30v.h (TARGET_SWITCHES): Add documentation strings.
3413         (TARGET_OPTIONS): Ditto.
3414         (OPTIMIZATION_OPTIONS): Temporarily turn off -frename-registers if
3415         -O3.
3416
3417 Wed Nov 22 06:40:56 2000  Jeffrey A Law  (law@cygnus.com)
3418
3419         * pa.c (hppa_encode_label): Account for addition of encoding
3420         character when allocating persistent space for the new label
3421         name.
3422
3423 2000-11-22  Zack Weinberg  <zack@wolery.stanford.edu>
3424
3425         * Makefile.in, config.gcc, configure.in: Expunge remaining
3426         traces of facility for running MD files through C preprocessor.
3427
3428 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3429
3430         * gcov.texi: Add magic comments for texi2pod.pl.
3431         * Makefile.in: Add rules to generate and install gcov.1.
3432         * gcov.1: New (generated) file.
3433
3434 2000-11-21  Richard Henderson  <rth@redhat.com>
3435
3436         * regrename.c (scan_rtx_reg): Terminate the chain rather than
3437         abort on mark_read with NO_REGS.
3438
3439 2000-11-21  Mike Stump  <mrs@wrs.com>
3440
3441         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Fix to allow
3442         compilation with older compilers, such as /bin/cc on SunOS.
3443         * fixinc/fixfixes.c (FIX_PROC_HEAD): Ditto.
3444
3445 2000-11-21  Richard Henderson  <rth@redhat.com>
3446
3447         * varasm.c (record_constant): Pad the constructed
3448         constant_descriptor appropriately.
3449
3450 Wed Nov 22 00:52:55 2000  J"orn Rennecke <amylaar@redhat.com>
3451
3452         * rtl.h (traverse_md_constants): Declare.
3453         (struct md_constant): Define.
3454         * Makefile.in (HOST_RTL): Add hashtab.o .
3455         (OBJS): Add hashtab.o .
3456         (hashtab.o): New rule.
3457         (rtl.o): Depends on HASHTAB_H.
3458         * rtl.c (hashtab.h): #include.
3459         (md_constants): New static variable.
3460         (def_hash, def_name_eq_p, read_constants): New static functions.
3461         (traverse_md_constants): New function.
3462         (read_name): Do constant expansion.
3463         (read_rtx): Recognize define_constants.
3464         * gencodes.c (print_md_constant): New function.
3465         (main): Emit #defines for all constant definitions encountered.
3466         * md.texi (Constant Definitions): New node.
3467         * gensupport.c (xcalloc): New function.
3468
3469 2000-11-21  Richard Henderson  <rth@redhat.com>
3470
3471         * config/alpha/alpha.c (alpha_split_tfmode_frobsign): New.
3472         * config/alpha/alpha-protos.h: Declare it.
3473         * config/alpha/alpha.md (abstf_internal): Use it.
3474         (negtf_internal): Likewise.
3475         (andnotdi3): Unstar the name.
3476         (movtf_internal): Add o/G alternative.
3477
3478 2000-11-21  Zack Weinberg  <zack@wolery.stanford.edu>
3479
3480         * stringpool.c (stringpool_statistics): Also report number and
3481         percentage of entries which are identifiers.
3482
3483 2000-11-21  Diego Novillo  <dnovillo@redhat.com>
3484
3485         * gcse.c (hoist_expr_reaches_here_p): Do not mark expr_bb as
3486         visited before visiting it.
3487
3488 2000-11-21  Nick Clifton  <nickc@redhat.com>
3489
3490         * config/arm/arm.h: Accept TARGET_CPU_arm9tdmi,
3491         TARGET_CPU_strongarm110 and TARGET_SPU_strongarm1100.
3492
3493         * config.gcc: Accept --with-cpu=arm9 and --with-cpu=arm9tdmi.
3494
3495 2000-11-21  Richard Henderson  <rth@redhat.com>
3496
3497         * c-common.c (c_unsafe_for_reeval): New function.
3498         (add_c_tree_codes): Register it.
3499         * c-common.h: Declare it.
3500         * tree.c (lang_unsafe_for_reeval): New hook.
3501         (unsafe_for_reeval): Call it.
3502         * tree.h: Declare it.
3503
3504 2000-11-21  Richard Henderson  <rth@redhat.com>
3505
3506         * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify @GOT
3507         references as well.
3508
3509 2000-11-21  Neil Booth  <neilb@earthling.net>
3510
3511         * do_includes: Revert to using cpp_read_file.
3512
3513 2000-11-21  Bernd Schmidt  <bernds@redhat.co.uk>
3514
3515         * loop.c (consec_sets_giv): If the reg we're examining is anything
3516         but UNKNOWN_INDUCT, do nothing.
3517         Reset the reg's type to UNKNOWN_INDUCT before returning.
3518
3519         Mostly from Vladimir Makarov (vmakarov@redhat.com)
3520         * ia64.md (attr itanium_class): Define insn types as described in
3521         Itanium docs.
3522         (all insn patterns): Use itanium_class, not type attributes.
3523         Occasionally split alternatives as necessary.
3524         (attr type): Compute from new attr itanium_class.
3525
3526 2000-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3527
3528         * tradcpp.c (output_line_command): Mark system headers as such in
3529         `line' commands.
3530
3531 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3532
3533         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc
3534         support in as as well.
3535         * configure: Regenerate.
3536
3537 2000-11-20  Richard Henderson  <rth@redhat.com>
3538
3539         * c-lex.c (orig_filename): New variable.
3540         (init_c_lex): Set it.  Move call to cpp_start_read ...
3541         (yyparse): ... here.  New function.
3542         * c-parse.in (yyparse_1): Rename the parser entry point.
3543         * c-tree.h: Declare it.
3544
3545 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3546
3547         * expr.c (do_compare_and_jump): If op0 was replaced by promoted
3548         integer constant, use type of op1 for comparison.
3549
3550 2000-11-20  Stan Shebs  <shebs@apple.com>
3551
3552         * config/rs6000/xm-darwin.h: New file, Darwin host definitions.
3553         * config/rs6000/x-darwin: New file, Darwin host fragment.
3554         * config.gcc (powerpc-*-darwin*): New host.
3555         * system.h (HAVE_DESIGNATED_INITIALIZERS):  Allow this to be
3556         overridden by a config file.
3557
3558 2000-11-20  Neil Booth  <neilb@earthling.net>
3559
3560         * cppmacro.c (paste_tokens): Rename from paste_payloads.
3561         Change token type after pasting spellings.
3562         (paste_all_tokens): Use it.
3563         * gcc.dg/cpp/paste2.c: Update test.
3564         * objc/execute/paste.m: New test.
3565
3566 2000-11-20  Richard Henderson  <rth@redhat.com>
3567
3568         * dwarf.h (FMT_CODE): Adjust argument order; fix mapping to
3569         dwarf_subscr_data_formats bits.
3570         * dwarfout.c (simple_type_size_in_bits): Handle a type with
3571         no computed size as size zero.
3572         (field_byte_offset): Likewise.
3573         (subscript_data_attribute): Handle a range with no upper bound.
3574
3575 2000-11-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3576
3577         * gansidecl.h (const): Check __STDC__ before undef'ing `const'.
3578
3579 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3580
3581         * c-typeck.c (build_conditional_expr): When merging type
3582         qualifiers for conditional expressions between a pointer and a
3583         pointer to a void type, merge the qualifiers on the target types
3584         rather than the pointer type.  Remove obsolete conditioned out
3585         code.
3586
3587 2000-11-20  Neil Booth  <neilb@earthling.net>
3588
3589         * c-lang.c (lang_init_options): Update call to
3590         cpp_reader_init.
3591         * cppmain.c (main): Similarly.
3592         * fix-header.c (read_scan_file): Similarly.
3593         * cp/lex.c (lang_init_options): Similarly.
3594         * objc/objc-act.c (lang_init_options): Similarly.
3595         * cppexp.c (parse_number): Only warn for unextended C89.
3596         * cppinit.c (set_lang): New function.
3597         (cpp_reader_init): Take a LANG argument and pass it to set_lang.
3598         (COMMAND_LINE_OPTIONS): New option std=c++98.
3599         (cpp_handle_option): Use set_lang.
3600         * cpplex.c (_cpp_lex_token): Warn pedantically if not C99.
3601         * cppib.h (enum_c_lang): New enumeration.  Update comments.
3602
3603 2000-11-20  Will Cohen  <wcohen@redhat.com>
3604
3605         * calls.c (expand_call): Clear target only when target is in
3606         hard register and current_function_check_memory_usage is set.
3607
3608 2000-11-20  Bernd Schmidt  <bernds@redhat.co.uk>
3609
3610         * toplev.c (rest_of_compilation): Run optimize_mode_switching even
3611         if not optimizing.
3612         * sh.c (emit_sf_insn, emit_df_insn): Just call emit_insn.
3613
3614 2000-11-19  Richard Henderson  <rth@redhat.com>
3615
3616         * crtstuff.c (force_to_data): Use array size 1 not 0.
3617
3618         * dwarf2out.c (simple_type_size_in_bits): Handle a type with
3619         no computed size as size zero.
3620         (field_byte_offset): Likewise.
3621
3622 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3623
3624         * config.gcc: Fix another typo.
3625
3626 2000-11-19  Richard Henderson  <rth@redhat.com>
3627
3628         * c-decl.c (grokdeclarator): Support flexible array members.
3629         Use open-ended ranges for these and zero-length arrays.
3630         * c-typeck.c (push_init_level): Validate the context of
3631         initialization of a zero-length array.
3632         * tree.c (int_fits_type_p): Be prepared for missing bounds.
3633         * varasm.c (array_size_for_constructor): New.
3634         (output_constructor): Use it for arrays of unspecified length.
3635         * extend.texi (Zero Length): Mention C99 flexible array members.
3636         Document initialization in a top-level struct as valid.
3637
3638 2000-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
3639
3640         * config.gcc, invoke.texi: Fix errors in spelling of "deprecated".
3641
3642         * alias.c (mems_in_disjoint_alias_sets_p): Do use alias sets in
3643         stdarg and varargs functions.
3644
3645 2000-11-19  Zack Weinberg  <zack@wolery.stanford.edu>
3646
3647         * gcc.c (process_command): Define 'j' variable when
3648         MODIFY_TARGET_NAME is defined.
3649
3650 2000-11-19  Richard Henderson  <rth@redhat.com>
3651
3652         * stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes.
3653
3654 2000-11-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3655
3656         * rs6000/rs6000.c (rs6000_encode_section_info): Fix string length
3657         calculation and allocation.
3658
3659 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3660
3661         * builtins.c (c_getstr): Constify variable.
3662         * gmon-sol2.c (_mcleanup): Comment out #endif labels.
3663         * conflict.c (const_conflict_graph_arc): New typedef.
3664         (arc_hash, arc_eq): Avoid needlessly casting away const-ness.
3665         * cppmacro.c (builtin_macro): Likewise.
3666         * dwarf2out.c (output_comp_unit): Constify variable.
3667         * fix-header.c (v_fatal): Add ATTRIBUTE_PRINTF.
3668         * protoize.c (IS_SAME_PATH_CHAR): Use TOUPPER, not toupper.
3669         * ssa.c (ssa_rename_from_hash_function): Avoid needlessly casting
3670         away const-ness.
3671         * tradcpp.c (rescan, do_line, macroexpand, macarg): Use
3672         ISALNUM/ISDIGIT/ISPRINT, not isalnum/isdigit/isprint.
3673         * varasm.c (const_str_htab_hash, const_str_htab_eq,
3674         compare_constant_1, record_constant_1): Constify.
3675
3676 2000-11-18  Richard Henderson  <rth@redhat.com>
3677
3678         * c-decl.c (grokdeclarator): Special case the creation of an
3679         index for a zero-length array.
3680         * tree.c (build_index_type): Revert Oct 20 change.
3681
3682 2000-11-18  Marek Michalkiewicz  <marekm@linux.org.pl>
3683
3684         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Prototype.
3685         * config/avr/avr.c (jump_tables_size): New variable.
3686         (function_prologue): Initialize it as 0.
3687         (function_epilogue): Add it to function_size.
3688         (avr_output_addr_vec_elt): New function.  Count words in jump
3689         tables in jump_tables_size.  Move code ...
3690         * config/avr/avr.h (ASM_OUTPUT_ADDR_VEC_ELT): ... from here.
3691         Call avr_output_addr_vec_elt instead.
3692         * config/avr/avr.md (tablejump): Remove disabled define_expand.
3693
3694 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
3695
3696         * configure.in: Make --enable-new-gxx-abi the default.
3697         * configure: Likewise.
3698
3699 2000-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3700
3701         * Makefile.in (tradcpp.o, tradcif.o): Depend on tradcpp.h.
3702
3703         * tradcif.y: Include tradcpp.h.  Constify.  Make functions static.
3704         Move extern function declarations to tradcpp.h.
3705
3706         * tradcpp.c: Likewise.
3707
3708         * tradcpp.h: New file.
3709
3710 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3711
3712         * c-decl.c (check_for_loop_decls): New function.
3713         * c-parse.in (for_init_stmt): New.
3714         (select_or_iter_stmt): Use for_init_stmt.
3715         * c-tree.h (check_for_loop_decls): New declaration.
3716
3717 2000-11-18  Neil Booth  <neilb@earthling.net>
3718
3719         * cppinit.c: Update comments.
3720         (cpp_reader_init): Make -imacro and -include use the standard
3721         #include "" search path.
3722         (do_includes): New function.
3723
3724 2000-11-18  Ben Elliston  <bje@redhat.com>
3725
3726         * config/sh/crt1.asm (start_l): Move PC-relative move instruction
3727         out of a branch delay slot.
3728
3729 2000-11-17  Richard Henderson  <rth@redhat.com>
3730
3731         * config/alpha/elf.h (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
3732         (ASM_SPEC): Disable and enable .mdebug based on -gstabs.
3733         (ASM_FILE_START): Only write out ecoff .file directive if
3734         emitting mdebug debugging.
3735
3736 2000-11-17  Richard Henderson  <rth@redhat.com>
3737
3738         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): New.  Detect
3739         whether as accepts .file/.loc and produces dwarf2 line info.
3740         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Default on if
3741         the assembler supports it.
3742         * config.in, configure: Regenerate.
3743
3744 2000-11-17  Richard Henderson  <rth@redhat.com>
3745
3746         * fixinc/mkfixinc.sh: Don't disable fixincludes for any linux*.
3747
3748 2000-11-17  Jim Wilson  <wilson@redhat.com>
3749
3750         * config/ia64/ia64.c (emit_insn_group_barriers, case CALL_INSN):
3751         Don't clear need_barrier is next_insn is a CALL_INSN, or has
3752         instruction type B or UNKNOWN.
3753
3754 2000-11-17  Neil Booth  <neilb@earthling.net>
3755
3756         * cpperror.c (print_file_and_line): Don't display line number if 0.
3757
3758 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
3759
3760         * ggc.h: Delete ggc_add_string_root and ggc_mark_string.  Add
3761         digit_vector and digit_string.
3762         * stringpool.c (digit_vector): New.
3763         (ggc_alloc_string): Use digit_string.
3764
3765         * stmt.c (digit_strings): Delete.
3766         (init_stmt): Do not initialize digit_strings.
3767         (expand_asm_operands): Use ggc.h's digit_string macro.
3768         * toplev.c (mark_file_stack): Delete.
3769         (compile_file): Don't call init_tree_codes.
3770         (main): No need to make the file stack a GC root.
3771         * tree.c (init_tree_codes): Delete.
3772         * tree.h (init_tree_codes): Delete.
3773
3774         * c-lex.c: Don't include ggc.h.
3775         (mark_splay_tree_node, mark_splay_tree): Delete.
3776         (init_c_lex): No need to ggc_strdup string constant.  Don't add
3777         file_info_tree to GGC roots.
3778         (cb_enter_file, cb_rename_file): No need to ggc_strdup
3779         ip->nominal_fname.
3780
3781         * Makefile.in (c-lex.o): No longer depends on $(GGC_H).
3782
3783         * dbxout.c (dbxout_init),
3784         dwarf2out.c (dwarf2out_line),
3785         ggc-common.c (ggc_mark_rtx_children, ggc_mark_trees),
3786         varasm.c (mark_const_hash_entry, mark_pool_constant, init_varasm_once),
3787         xcoffout.c (xcoffout_source_file),
3788         i386.c (load_pic_register):
3789         Delete call(s) to ggc_add_string_root and/or ggc_mark_string.
3790
3791         * except.c (create_rethrow_ref),
3792         profile.c (init_edge_profiler),
3793         toplev.c (compile_file),
3794         varasm.c (named_section, assemble_static_space,
3795         assemble_trampoline_template, output_constant_def, force_const_mem),
3796         i386.c (load_pic_register),
3797         ia64.c (ia64_encode_section_info),
3798         rs6000.c (rs6000_emit_load_toc_table, create_TOC_reference,
3799         rs6000_emit_prologue, rs6000_emit_epilogue),
3800         rs6000.md (load_toc_aix_si, load_toc_aix_di):
3801         Change ggc_alloc_string (var, -1) to ggc_strdup (var).
3802
3803         * profile.c (output_func_start_profiler),
3804         tree.c (make_node),
3805         i386.c (load_pic_register): No need to ggc_strdup string constant.
3806
3807 2000-11-17  Hans-Peter Nilsson  <hp@axis.com>
3808
3809         * Makefile.in (config.status): Depend on config.gcc.
3810         * configure.in <for machine in $build $host $target>: Move
3811         contents of loop into config.gcc, removing autoconf quoting.
3812         Fix changequote bug for alpha*-*-vxworks*.
3813         * configure: Regenerate.
3814         * config.gcc: New.
3815
3816 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
3817
3818         * c-parse.in (if_prefix): Find the filename and line number at
3819         $-2 and $-1 respectively.
3820         * diagnostic.c (error_recursion): Add missing newline, use
3821         fputs, translate string.
3822
3823 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
3824
3825         * stringpool.c: New file.
3826         * ggc-common.c (ggc_mark_string_ptr, ggc_add_string_root): Delete.
3827         (ggc_alloc_string): Now in stringpool.o.
3828         * ggc-page.c, ggc-simple.c: Do not define or allocate empty_string.
3829         * ggc.h: Delete prototype of ggc_add_string_root.  #define
3830         ggc_add_string_root and ggc_mark_string to nothing.  Prototype
3831         init_stringpool and stringpool_statistics.
3832         (ggc_alloc_string): Returns a const char *.
3833         * tree.c (hash_table, do_identifier_warnings): Delete.
3834         (init_obstacks): Don't initialize the identifier hash table.
3835         (get_identifier, maybe_get_identifier, start_identifier_warnings,
3836         set_identifier_size): Now in stringpool.c.
3837         * tree.h (struct tree_string): Constify pointer field.
3838         (approx_sqrt): Prototype.
3839
3840         * Makefile.in (stringpool.o): Add rule, mention in OBJS.
3841
3842         * toplev.c (approx_sqrt): New function.
3843         (compile_file): Call stringpool_statistics if mem_report is on.
3844         (main): Call init_stringpool.
3845
3846         * builtins.c (c_strlen), c-decl.c (finish_decl), c-lex.c
3847         (process_directive), c-typeck.c (constructor_asmspec, struct
3848         initializer_stack, start_init), except.c (create_rethrow_ref),
3849         stmt.c (digit_strings), toplev.c (decode_f_option), tree.c
3850         (built_in_filename), varasm,c (in_named_name,
3851         assemble_static_space, struct constant_descriptor, struct
3852         deferred_string, struct pool_constant, force_const_mem),
3853         i386.c (pic_label_name, global_offset_table_name), rs6000.c
3854         (rs6000_emit_prologue, rs6000_emit_epilogue) : Constify a char *.
3855
3856         * c-common.c (combine_strings): Combine strings in scratch
3857         buffer, then pass to build_string.
3858         * optabs.c (init_libfuncs), profile.c (init_edge_profiler,
3859         output_func_start_profiler), stmt.c (init_stmt), alpha.c
3860         (alpha_need_linkage), arm.c (arm_encode_call_attribute),
3861         i386.c (load_pic_register), ia64.c (ia64_encode_section_info),
3862         rs6000.c (rs6000_encode_section_info): Create string in
3863         scratch buffer, then pass to ggc_alloc_string.
3864
3865         * stmt.c (expand_asm_operands): If we must adjust the
3866         constraint strings, do so by creating a new one, not by
3867         modifying the old one in place.  Constify some char *s.
3868         * config/pa/pa.c (hppa_encode_label): Drop unnecessary second
3869         argument.  Create string in scratch buffer, then pass to
3870         ggc_alloc_string.
3871         * config/pa/pa-protos.h: Update prototype.
3872         * config/pa/elf.h, config/pa/pa.h, config/pa/som.h:
3873         hppa_encode_label takes only one argument.
3874
3875 2000-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3876
3877         * mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not
3878         malloc/realloc.
3879
3880         * cpplib.c (glue_header_name): Likewise.
3881
3882         * fixincl.c (run_compiles, start_fixer): Likewise.
3883
3884         * fixlib.c (load_file_data): Likewise.
3885
3886         * mkdeps.c (munge): Likewise.
3887
3888 2000-11-17  Hans-Peter Nilsson  <hp@axis.com>
3889
3890         * defaults.h [EH_FRAME_SECTION_ASM_OP] (EH_FRAME_SECTION): Remove
3891         trailing ';'.  Fix formatting.
3892
3893 2000-11-16  Jim Wilson  <wilson@redhat.com>
3894
3895         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT, MASK_INLINE_DIV_THR):
3896         Shift masks left by one to avoid conflict.
3897
3898         * config/ia64/ia64.c (ia64_encode_section_info): Disallow decls with
3899         DECL_EXTERNAL set.
3900
3901 2000-11-16  Nick Clifton  <nickc@redhat.com>
3902
3903         * config/arm/arm.c (output_arm_prologue): Note nested functions.
3904         (arm_expand_prologue): For nested functions preserve the
3905         static chain register during stack frame creation.
3906
3907         * config/arm/arm.h (STATIC_CHAIN_REGNUM): Change to 12.
3908         (ARM_INITIAL_FRAME_ELIMINATION_OFFSET): For a nested function
3909         with a stack frame there is a 4 byte gap between the arg
3910         pointer and the hard frame pointer (used to preserve the
3911         static chain register during stack frame creation).
3912
3913 2000-11-16  DJ Delorie  <dj@redhat.com>
3914
3915         * rtl.c (read_rtx): Provide suitable names for unnamed
3916         define_insn and define_insn_and_split patterns, based on file
3917         and line numbers.
3918
3919 2000-11-15  Neil Booth  <neilb@earthling.net>
3920
3921         * cpplib.c (start_directive, end_directive): New functions.
3922         (_cpp_handle_directive, run_directive): Use them.
3923         (_cpp_handle_directive): Don't -Wtraditional on indented
3924         null directives.
3925         (_cpp_push_buffer): Don't re-clear was_skipping.
3926         * cpplib.h (struct cpp_reader): New member la_saved.
3927         * cppmacro.c (cpp_get_token): Don't interpret _Pragma in
3928         directives.
3929
3930         gcc.dg/cpp/_Pragma1.c: Update.
3931         gcc.dg/cpp/_Pragma2.c: New test.
3932
3933 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
3934
3935         * toplev.c (wrapup_global_declarations): Don't write out
3936         artificial static variables that aren't needed.
3937
3938 2000-11-15  Bernd Schmidt  <bernds@redhat.co.uk>
3939
3940         * ia64.c (struct group): New structure.
3941         (last_group): New static array.
3942         (group_idx): New static variable.
3943         (emit_group_barrier_after, errata_find_address_regs, errata_emit_nops):
3944         New static functions.
3945         (emit_insn_group_barriers): Initialize and keep track of group_idx
3946         and last_group.
3947         Call errata_emit_nops if TARGET_B_STEP or TARGET_A_STEP.
3948         Replace all calls to emit_insn_after that emit a group barrier to use
3949         emit_group_barrier_after.
3950         * ia64.h (MASK_B_STEP): New.
3951         (other MASK_XXX macros): Renumbered.
3952         (TARGET_B_STEP): New.
3953         (TARGET_SWITCHES): Add -mb-step.
3954
3955 2000-11-15  Fred Fish  <fnf@be.com>
3956
3957         * fixinc/mkfixinc.sh (fixincludes): Add *-*-beos* to list of
3958         machines for which fixincludes is not needed.
3959         * config/i386/x-beos (STMP_FIXPROTO): Don't run fixproto.
3960
3961 2000-11-15  Jason Merrill  <jason@redhat.com>
3962
3963         * diagnostic.c (finish_abort): New fn.
3964         (fancy_abort, error_recursion): Use it.
3965         * toplev.c (crash_signal): Likewise.
3966         * diagnostic.h: Declare it.
3967
3968 2000-11-13  Andrew Haley  <aph@redhat.com>
3969
3970         * tree.c (build_type_no_quals): New function.
3971         * tree.h (build_type_no_quals): Declare.
3972         * c-common.c (c_get_alias_set): When considering type
3973         compatibility for pointer types, ignore cv-qualifiers anywhere in
3974         a pointer chain.
3975
3976 2000-11-15  Graham Stott  <grahams@redhat.com>
3977
3978         * regrename.c (scan_rtx_rtx): Skip to the next chain on
3979         encountering a terminated chain.
3980
3981 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
3982
3983         * configure.in: Move check for V3 above check for C++ header-file
3984         directory.
3985         * configure: Regenerated.
3986
3987 2000-11-14  DJ Delorie  <dj@redhat.com>
3988
3989         * config/v850/v850.c: Remove obstacks.
3990
3991 Tue Nov 14 21:54:31 2000  Marek Michalkiewicz  <marekm@linux.org.pl> & Denis Chertykov  <denisc@overta.ru>
3992
3993         * config/avr/avr.c (avr_case_values_threshold): New.
3994         (avr_override_options): Set it depending on options, make it large
3995         when not optimizing to work around "unable to generate reloads".
3996
3997         * config/avr/avr.h (TARGET_SWITCHES): Add -mno-tablejump option.
3998         (EXTRA_SECTION_FUNCTIONS): Make the .progmem.gcc_sw_table section
3999         executable if not AVR_MEGA.  Make sure jump tables are word-aligned.
4000         (JUMP_TABLES_IN_TEXT_SECTION): Define as 0, not 1.
4001         (ASM_OUTPUT_ADDR_VEC_ELT): Optimize, use "rjmp" if not AVR_MEGA.
4002         (avr_case_values_threshold): Declare as extern int.
4003         (CASE_VALUES_THRESHOLD): Define as avr_case_values_threshold.
4004
4005         * config/avr/avr.md (tablejump): Removed.
4006         (*tablejump_rjmp): New for jump tables made from "rjmp" instructions.
4007         (*tablejump_lib, *tablejump_enh, *tablejump): Change to expect the
4008         index in the table, not multiplied by 2.
4009         (casesi): Change to match the above insns.  Always enable.
4010
4011         * config/avr/libgcc.S (__tablejump__): Rename to __tablejump2__.
4012         Change to expect the word address of the table, multiply it by 2
4013         here and not in the caller.  Change "adiw" to faster "inc".
4014
4015 2000-11-14  Neil Booth  <neilb@earthling.net>
4016
4017         * cppexp.c (parse_defined): Call cpp_get_token not
4018         _cpp_get_token.
4019         (lex): Similarly.
4020         * cpplex.c (cpp_output_line): Similarly.
4021         * cpplib.c (glue_header_name, do_line, do_ident,
4022         parse_answer, parse_assertion): Similarly.
4023         (_cpp_handle_diretive): Don't save to lookaheads
4024         when processing directives.
4025         * cppmacro.c (parse_arg, expand_arg): Call cpp_get_token not
4026         _cpp_get_token.
4027         (funlike_invocation_p): Don't save to lookaheads
4028         when pre-expanding arguments.
4029         (_cpp_get_token): Delete.
4030         (cpp_get_token): Merge contents of _cpp_get_token.
4031
4032 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
4033
4034         * builtins.c (expand_builtin_setjmp): Set
4035         current_function_calls_setjmp.
4036         (expand_builtin_longjmp): Set current_function_calls_longjmp.
4037
4038         * config/sparc/sparc.md (builtin_setjmp_setup): New expand.
4039         (do_builtin_setjmp_setup): New insn.
4040
4041 Tue Nov 14 12:34:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4042
4043         * tree.c (get_unwidened): Use host_integerp and tree_low_cst.
4044         (int_fits_type_p): For variable bounds, call force_fit_type.
4045
4046 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
4047
4048         * varasm.c (struct deferred_string): New structure.
4049         (const_str_htab): New variable.
4050         (STRHASH): New macro.
4051         (mark_const_str_htab_1, mark_const_str_htab, const_str_htab_hash,
4052         constr_str_htab_eq, const_str_htab_del): New functions.
4053         (output_constant_def): Add DEFER argument, defer string
4054         constants until mark_constant_pool time if requested.
4055         (mark_constant_pool): Walk the insn chain even if const_str_htab is
4056         not empty.
4057         (mark_constants): If a SYMBOL_REF for deferred string is found,
4058         output it and remove from hash table.
4059         (output_addressed_constants): Set DEFER to 0 in call to
4060         output_constant_def.
4061         * rtl.h (STRING_POOL_ADDRESS_P): Define.
4062         (output_constant_def): Adjust prototype.
4063         * expr.c (expand_expr): Set DEFER to 1 in call to output_constant_def.
4064
4065 2000-11-14  Chandrakala Chavva  <cchavva@redhat.com>
4066
4067         * optabs.c (expand_complex_ab):: Use overflow-trapping optabs for
4068         signed types if flag_trapv.
4069
4070 2000-11-14  Zack Weinberg  <zack@wolery.stanford.edu>
4071
4072         * tradcpp.c, tradcif.y: Update FSF mailing address, delete
4073         reference to GPLv1.
4074
4075 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4076
4077         * c-common.h (CTI_C_SIZE_TYPE): Update comment.
4078
4079 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
4080
4081         * varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_table
4082         to array of pool_constnat pointers.
4083         (struct pool_constant): Add next_sym and label members.
4084         (struct pool_sym): Remove.
4085         (init_varasm_status): Change pool_sym into pool_constant.
4086         (mark_pool_constant): Mark pc->label string as well.
4087         (mark_pool_sym_hash_table): Remove.
4088         (mark_varasm_status): Remove it from caller as well.
4089         (free_varasm_status): Don't free pool_sym structures.
4090         (force_const_mem): Don't allocate pool_sym structure, instead
4091         fill pool->label and chain it into rtx_sym hash table.
4092         (find_pool_constant, mark_constant_pool): Use pool_constant instead
4093         of pool_sym.
4094
4095 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
4096
4097         * reload1.c (emit_input_reload_insns): Honour forcing of constants
4098         into memory by PREFERRED_RELOAD_CLASS NO_REGS.
4099
4100 2000-11-14  Michael Matz  <matzmich@cs.tu-berlin.de>
4101
4102         * dominance.c: New file.
4103         * Makefile.in (OBJS): Add dominance.o.
4104
4105         * flow.c (compute_flow_dominators): Remove.
4106         (compute_immediate_dominators): Remove.
4107         (compute_immediate_postdominators): Remove.
4108         * basic-block.h: Remove their prototypes.
4109         (calculate_dominance_info): Add prototype.
4110
4111         * dce.c (eliminate_dead_code): Change calls to above functions.
4112         Don't compute dominators but only immediate dominators.
4113         * flow.c (flow_loops_find): Change callers.
4114         * gcse.c (compute_code_hoist_data): Likewise.
4115         * haifa-sched.c (schedule_insns): Likewise.
4116         * ifcvt.c (if_convert): Likewise.
4117         * ssa.c (convert_to_ssa): Likewise, and only compute immediate
4118         dominators.
4119
4120 2000-11-14  Richard Henderson  <rth@redhat.com>
4121
4122         * stmt.c (warn_if_unused_value): Don't warn if the expression
4123         has side effects.
4124
4125         * c-typeck.c (c_sizeof): Fold result to c_size_type_node.
4126         (c_sizeof_nowarn, c_alignof, c_alignof_expr): Likewise.
4127
4128 2000-11-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4129
4130         * loop.c (basic_induction_var): Revert accidental checkin.
4131
4132 2000-11-13  Hans-Peter Nilsson  <hp@axis.com>
4133
4134         * c-lex.c (cb_leave_file): Harmonize conditions and order of
4135         statements to those of process_directive for (action == act_pop).
4136
4137         * collect2.c (main): Pass on -B options from COLLECT_GCC_OPTIONS.
4138
4139         * local-alloc.c (equiv_init_movable_p): References to CC0 are not
4140         movable.
4141
4142 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4143
4144         * c-parse.in (stmts_and_decls): Deprecate use of label at end of
4145         compound statement.
4146
4147 2000-11-13  Neil Booth  <neilb@earthling.net>
4148
4149         * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF
4150         cases return without MI check.
4151         * cpplib.c (do_diagnostic): Take boolean of whether to
4152         print the directive name.
4153         (do_error, do_warning): Update.
4154         (do_pragma_dependency): Use it.
4155         * cpplib.h (VARARGS_FIRST): Delete.
4156         (struct cpp_token): Delete integer.
4157         * cppmacro.c (enter_macro_context): Move disabled check
4158         to _cpp_get_token.
4159         (_cpp_get_token): Simplify into a single loop.
4160
4161 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
4162
4163         * configure.in:  Use 'test -f' not '[ -e'.
4164         * configure: Regenerated.
4165
4166 2000-11-13  DJ Delorie  <dj@redhat.com>
4167
4168         * config/mn10300/mn10300.md (store_movm): Note which registers are
4169         really used or clobbered.
4170
4171 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4172
4173         * c-parse.in (ends_in_label): Remove from %union and %type.
4174         (decls, stmts, lineno_stmt_or_labels, xstmts,
4175         lineno_stmt_or_label, stmt_or_label): Remove.
4176         (stmts_and_decls, lineno_stmt_decl_or_labels_ending_stmt,
4177         lineno_stmt_decl_or_labels_ending_decl,
4178         lineno_stmt_decl_or_labels_ending_label,
4179         lineno_stmt_decl_or_labels_ending_error,
4180         lineno_stmt_decl_or_labels, compstmt_contents_nonempty,
4181         lineno_stmt, lineno_label): New.
4182         (compstmt_nostart): Use compstmt_contents_nonempty.
4183
4184 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4185
4186         * c-common.c (boolean_increment): New function.
4187         * c-common.h (enum c_tree_index): Add CTI_C_BOOL_TYPE,
4188         CTI_C_BOOL_TRUE and CTI_C_BOOL_FALSE.
4189         (c_bool_type_node, c_bool_true_node, c_bool_false_node): Define.
4190         (boolean_increment): Declare.
4191         * c-convert.c (convert): Allow for BOOLEAN_TYPE.
4192         * c-decl.c (init_decl_processing): Create boolean nodes.
4193         (finish_struct): Allow for _Bool bitfields.
4194         * c-parse.in (reswords): Add _Bool.
4195         (rid_to_yy): Allow for RID_BOOL.
4196         * c-typeck.c (default_conversion): Make booleans promote to int.
4197         (convert_arguments, build_unary_op, build_modify_expr,
4198         convert_for_assignment): Allow for booleans.
4199         * ginclude/stdbool.h: Make conforming to C99.
4200
4201 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4202
4203         * c-parse.in (c99_block_start, c99_block_end,
4204         c99_block_lineno_labeled_stmt): New.
4205         (simple_if, do_stmt_start): Use c99_block_lineno_labeled_stmt.
4206         (stmt): Split off selection and iteration statements into...
4207         (select_or_iter_stmt): New.  Use c99_block_lineno_labeled_stmt.
4208
4209 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4210
4211         * invoke.texi (-Wtrigraphs, -fdump-translation-unit, -save-temps,
4212         -time): Update.
4213
4214 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
4215
4216         * arm.md (mulsidi3adddi, umulsidi3adddi): Revert previous change.
4217         Rewrite to avoid use of match_dup.  Don't try to tie registers that
4218         are not in the same mode.
4219
4220 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4221
4222         * invoke.texi: Update lists of languages and suffixes supported.
4223
4224 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4225
4226         * configure.in: Take toplevel configure arguments from the
4227         environment to create configargs.h and substitute
4228         gcc_config_arguments, taking account of any existing configargs.h
4229         if reconfiguring.
4230         * configure: Regenerate.
4231         * gccbug.in: Include toplevel configure arguments in gccbug.
4232
4233 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
4234
4235         * varasm.c (struct constant_descriptor): Put CONTENTS inside a
4236         union to make it well-aligned.  Update all uses.
4237
4238 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4239
4240         * c-parse.in (initelt): Give appropriate pedantic warnings,
4241         depending on flag_isoc99, for non-ISO syntax and for C99 syntax
4242         outside C99 mode.
4243         (designator): If pedantic, pedwarn for a designator specifying a
4244         range of elements.
4245         * c-typeck.c (set_init_index, set_init_label): Don't pedwarn for
4246         these cases.
4247         * extend.texi: Document the C99 syntax as the preferred syntax,
4248         and the pre-2.5 syntax as obsolete.  Mention use of designator
4249         lists for nested subobjects.
4250
4251 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4252
4253         * diagnostic.c (vbuild_message_string, output_do_printf, vnotice):
4254         Add ATTRIBUTE_PRINTF.
4255         * tradcpp.c (v_message, warning, error, fatal, error_with_line):
4256         Add ATTRIBUTE_PRINTF*.
4257
4258 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4259
4260         * function.c (assign_parms): When calling put_var_into_stack, make
4261         sure that there are no hidden pending sequences.
4262
4263 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4264
4265         * builtins.c (expand_builtin): Handle BUILT_IN_INDEX and
4266         BUILT_IN_RINDEX.  Add missing checks for BUILT_IN_STRCHR and
4267         BUILT_IN_STRRCHR.
4268
4269         * builtins.def (BUILT_IN_INDEX, BUILT_IN_RINDEX): New entries.
4270
4271         * c-common.c (c_common_nodes_and_builtins): Declare index and
4272         rindex when nonansi builtins are allowed.
4273
4274         * extend.texi (index, rindex): Document new builtins.
4275
4276 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4277
4278         * configure.in: Turn on libstdc++ V3 by default.
4279         * configure: Regenerated.
4280
4281         * fixinc/mkfixinc.sh: Use the ordinary fixincludes on Solaris.
4282
4283 2000-11-12  Jakub Jelinek  <jakub@redhat.com>
4284
4285         * reload1.c (set_label_offsets): Go inside of PARALLELs.
4286
4287 2000-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4288
4289         * invoke.texi: Clean up option summary.
4290
4291 2000-11-12  Nick Clifton  <nickc@redhat.com>
4292
4293         * config/mcore/mcore.c: Fix comment formating, and adjust sequence
4294         of #include headers.
4295
4296 2000-11-12  Marc Espie <espie@openbsd.org>
4297
4298         * configure.in: Fix filds test.
4299         * configure: Regen.
4300
4301 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4302
4303         * jump.c (delete_computation): Don't assume that just becuase an
4304         instruction sets a register, that register is dead.
4305
4306 2000-11-12  Neil Booth  <neilb@earthling.net>
4307
4308         * cppexp.c: Don't worry about pfile->skipping.
4309         * cpplib.c (struct if_stack): Make was_skipping unsigned char.
4310         (cpp_handle_directive): Save pfile->skipping in struct cpp_buffer
4311         for handled directives.
4312         (skip_rest_of_line): Use _cpp_lex_token after popping contexts
4313         and releasing lookaheads.
4314         (do_ifdef, do_ifndef, do_if): Use buffer->was_skipping.
4315         (do_else, do_elif, push_conditional): Update logic.
4316         (do_endif): Set buffer->was_skipping rather than pfile->skipping.
4317         (unwind_if_stack): Inline into cpp_pop_buffer.
4318         (cpp_push_buffer): Clear ifs->was_skipping for cpp_handle_directive.
4319         * cpplex.c (_cpp_lex_token): Clear skipping on EOF.  Handle
4320         multiple-include optimisation.
4321         * cpplib.h (struct cpp_buffer): New member was_skipping.
4322         * cppmacro.c (_cpp_get_token): Loop whilst pfile->skipping.  This
4323         works because skipping == 0 in directives.
4324         (_cpp_release_lookahead): Renamed from release_lookahead.
4325         (cpp_get_token): No need to check skipping as _cpp_get_token does
4326         this for us.  No need to handle MI optimisation.
4327
4328 Sat Nov 11 21:14:02 2000  Mark P Mitchell  <mark@codesourcery.com>
4329
4330         * fixinc/inclhack.def (sunos_matherr_decl): Bypass matherr
4331         declarations that use `__MATH_EXCEPTION' in their prototypes, too.
4332         * fixinc/fixincl.x: Regenerated.
4333
4334 2000-11-11  Bruce Korb  <bkorb@gnu.org>
4335
4336         * fixinc/inclhack.def (avoid_bool_type): avoid commenting out #endif
4337         (avoid_wchar_t_type): ditto
4338         * fixinc/fixinc.irix: obsoleted
4339
4340 2000-11-11  Zack Weinberg  <zack@wolery.stanford.edu>
4341
4342         * configure.in: Don't add $outputs to all_lang_makefiles.  Add
4343         $srcdir/$s/Makefile.in if it exists.
4344         * configure: Regenerate.
4345
4346 Sat Nov 11 18:41:20 2000  Mark P Mitchell  <mark@codesourcery.com>
4347
4348         * fixinc/mkfixinc.sh: Use the ordinary fixincludes on IRIX.
4349
4350 2000-11-11  Jason Merrill  <jason@redhat.com>
4351
4352         * function.c (assign_parms): If TREE_ADDRESSABLE is set, try to
4353         give the parm a register and then call put_var_into_stack.
4354         * stmt.c (expand_decl): Likewise.
4355
4356 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4357
4358         * gcc.texi: Adjust wording.
4359
4360 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
4361
4362         * fixinc/inclhack.def (avoid_wchar_t_type): New fix.
4363         * fininc/fixincl.x: Regenerated.
4364
4365 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4366
4367         * invoke.texi: Correct spelling of -foptimize-register-move.
4368
4369 2000-11-11  Neil Booth  <neilb@earthling.net>
4370
4371         Remove CPP_PLACEMARKERs.
4372
4373         * cppexp.c (lex): Don't handle CPP_PLACEMARKER.
4374         * cpplex.c (_cpp_lex_token): Rename skip_newlines to next_bol
4375         * cpplib.c (skip_rest_of_line, check_eol, cpp_push_buffer):
4376                    Similarly.
4377         * cpplib.h: Remove CPP_PLACEMARKER.
4378         (struct lexer_state): Rename skip_newlines to next_bol.
4379         * cppmacro.c (stringify_arg): Don't handle CPP_PLACEMARKER.
4380         Simplify prev_white handling as a result.
4381         (paste_all_tokens): Don't worry about CPP_PLACEMARKERs.
4382         (parse_arg): Empty arguments are now empty, not CPP_PLACEMARKERs.
4383         (parse_args): Similarly.  Update argument count tests.
4384         (enter_macro_context): Return 2 to indicate an empty macro.
4385         (replace_args): Don't bother pre-expanding an empty argument.
4386         Handle placemarkers and ## extension during pre-expansion.
4387         (cpp_get_token): Handle empty macro expansions.  Don't worry
4388         about CPP_PLACEMARKERs.
4389         (_cpp_create_definition): Empty macros are now empty.
4390         (cpp_macro_defintion): Don't special case empty macros.
4391         * scan-decls.c: Don't bother with CPP_PLACEMARKERs.
4392         * c-lex.c: Similarly.
4393
4394 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4395
4396         * gcc.texi, invoke.texi: Add new section discussing language
4397         standards; link to it where appropriate; refer to ISO C instead of
4398         ANSI C.
4399
4400 2000-11-11  Alexandre Oliva  <aoliva@redhat.com>
4401
4402         * builtins.c (std_expand_builtin_va_start): Take PARM_BOUNDARY
4403         into account.
4404
4405         * config/sh/sh.h (MODES_TIEABLE_P): Don't tie SFmode to other FP
4406         modes.
4407
4408 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4409
4410         * gcc.texi, gcov.texi: Update dates and version numbers.
4411
4412 2000-11-10  Zack Weinberg  <zack@wolery.stanford.edu>
4413
4414         * configure.in: Remove AC_PROG_LEX and AC_PROG_YACC.  Look for
4415         flex and bison, specifically, first in a unified build and
4416         then installed on the system.
4417         * Makefile.in: Set BISON to @BISON@, FLEX to @FLEX@.  Rename
4418         LEXFLAGS to FLEXFLAGS.  Adjust ORDINARY_FLAGS_TO_PASS to
4419         match.
4420
4421         (collect2.o, gcc.o, prefix.o, toplev.o, alloca.o, intl.o,
4422         cppdefault.o): Remove pointless sed munging of source file
4423         name.
4424
4425 2000-11-10  Bernd Schmidt  <bernds@redhat.co.uk>
4426
4427         * reload.c (find_reloads_address_1, case POST_MODIFY): Use RELOAD_OTHER
4428         for address reloads.  Push replacements for REG_INC notes.
4429         (regno_clobbered_p): New arg SETS.  Examine SETs if it's nonzero.  All
4430         callers changed.
4431         * reload1.c (choose_reload_regs): Registers set in the insn can't be
4432         used for RELOAD_OTHER reloads.
4433
4434 2000-11-10  Mark Mitchell  <mark@codesourcery.com>
4435
4436         * c-dump.h: New file.
4437
4438 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4439
4440         * alpha.c (check_float_value): Use memcpy, not bcopy.
4441         * arm.c (output_move_double): Likewise.
4442         * arm.md: Likewise.
4443         * m88k.c (legitimize_operand): Likewise.
4444         * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
4445         * m88k.md: Likewise.
4446         * mips.c (override_options): Likewise.
4447         * mips.md: Likewise.
4448         * romp.c (output_fpops): Likewise.
4449         * rs6000.c (rs6000_override_options): Likewise.
4450         * sh.md: Likewise.
4451         * vax.c (check_float_value): Likewise.
4452
4453         * emit-rtl.c (copy_rtx_if_shared, init_emit_once): Likewise.
4454         * expmed.c (synth_mult): Likewise.
4455         * final.c (add_bb_string): Likewise.
4456         * genattr.c (main): Likewise.
4457         * genattrtab.c (attr_string, simplify_cond, copy_rtx_unchanging):
4458         Likewise.
4459         * jump.c (thread_jumps): Likewise.
4460         * prefix.c (save_string): Likewise.
4461         * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Likewise.
4462         * regclass.c (init_reg_sets, init_reg_sets_1): Likewise.
4463         * reload1.c (reload, eliminate_regs): Likewise.
4464
4465 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4466
4467         * gcc.texi (Service): Update to reflect current practice and
4468         location of the GNU service directory.
4469
4470 2000-11-09  Bernd Schmidt  <bernds@redhat.co.uk>
4471
4472         * regrename.c (build_def_use): Mark contents of REG_INC notes as
4473         needing replacement.
4474
4475         * config/ia64/ia64.md (extendsfdf2, extendsftf2, extenddftf2): Emit
4476         a no-op move if regs are equal.
4477         * toplev.c (rest_of_compilation): Do the noop moves elimination pass
4478         when calling jump after post-reload splitting.
4479
4480 2000-11-09  Jan van Male  <jan.vanmale@fenk.wau.nl>
4481
4482         * c-tree.texi: Fix typos.
4483         * extend.texi: Likewise
4484         * gcov.texi: Likewise
4485         * rtl.texi: Likewise
4486         * tm.texi: Likewise
4487
4488 2000-11-09  Hans-Peter Nilsson  <hp@axis.com>
4489
4490         * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Check
4491         in_system_header and flags[1] before dereferencing flags[2].
4492
4493 2000-11-09  Matthew Hiller <hiller@redhat.com>
4494
4495         * reload1.c (reload_combine): Fixed calculation of
4496         first_index_reg, last_index_reg.
4497
4498 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
4499
4500         * c-dump.c (dequeue_and_dump): Dump function bodies.
4501
4502         * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
4503         (c-dump.o): New target.
4504         * c-common.h (flag_dump_translation_unit): New variable.
4505         (C_TYPE_QUALS): New macro.
4506         (strip_array_types): New function.
4507         (DECL_C_BIT_FIELD): New macro.
4508         (SET_DECL_C_BIT_FIELD): Likewise.
4509         (CLEAR_DECL_C_BIT_FIELD): Likewise.
4510         (dump_info_p): New typedef.
4511         (dump_tree_fn): Likewise.
4512         (lang_dump_tree): New variable.
4513         (dump_node_to_file): New function.
4514         * c-common.c (flag_dump_translation_unit): Define it.
4515         (strip_array_types): New function.
4516         * c-decl.c (c_decode_option): Handle -fdump-translation-unit.
4517         * c-lang.c (finish_file): Call dump_node_to_file if
4518         flag_dump_translation_unit.
4519         * c-semantics.c (mark_rtl_for_local_static): Fix typo in comment.
4520         * c-tree.h (DECL_C_BIT_FIELD): Remove declaration.
4521         * c-dump.c: New file.
4522
4523 2000-11-09  Christopher Faylor <cgf@cygnus.com>
4524
4525         * config/i386/cygwin.h: Add mingw startfile prefix.
4526
4527 2000-11-09  Richard Henderson  <rth@redhat.com>
4528
4529         * flow.c (invalidate_mems_from_set): Split out from ...
4530         (mark_set_1): ... here.
4531         (try_pre_increment_1): Use it.  Use propagate_block_delete_insn
4532         instead of turning insn into a NOTE_INSN_DELETED.
4533
4534 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4535
4536         * extend.texi, invoke.texi: Move documentation of builtin versions
4537         of C library functions to one place and update.
4538
4539 2000-11-09  Richard Henderson  <rth@redhat.com>
4540
4541         * fold-const.c (fold): Compare TYPE_MAIN_VARIANT rather than
4542         the types themselves to discover type equivalence.
4543
4544 2000-11-09  Mike Stump  <mrs@wrs.com>
4545
4546         * Makefile.in (distclean): Remove a few extra leftovers.
4547
4548 2000-11-09  Richard Henderson  <rth@redhat.com>
4549
4550         * recog.c (validate_replace_rtx_1): Consider subregs when
4551         replacing a register with a constant inside a sign/zero_extend.
4552
4553         * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
4554
4555 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
4556
4557         * c-decl.c (finish_struct): When a structure is completed,
4558         check all its variant types for completeness.
4559
4560 2000-11-09  Neil Booth  <neilb@earthling.net>
4561
4562         * cpphash.c: Move cpp_defined here from cpplib.c.
4563         * cpplib.c: Update comments, move cpp_defined to cpphash.c.
4564         * cpplex.c (_cpp_lex_token): Don't leave the lexer at EOL.
4565         * cppmacro.c (cpp_get_token): Update comments, no need now
4566         to catch the CPP_EOF meaning EOL case.
4567
4568 2000-11-08  Geoffrey Keating  <geoffk@redhat.com>
4569
4570         * config/sparc/sparc.c (sparc_va_arg): When the required alignment
4571         is more than that provided, copy to a temporary.
4572
4573 2000-11-09  Alexandre Oliva  <aoliva@redhat.com>
4574
4575         * mklibgcc.in (EXTRA_MULTILIB_PARTS): Prevent `make' from
4576         interpreting $out as a macro assignment.
4577         * Makefile.in (T_TARGET): New auxiliary macro and target.
4578         (all): Add a target right in the beginning, so that we don't build
4579         T_TARGET by default.
4580
4581 2000-11-09  Graham Stott  <grahams@redhat.com>
4582
4583         * config/i386/i386.md (mmx_pinsrw): Output operands in correct
4584         order for -mintel-syntax.  Remove comment now that the operand
4585         order has been checked.
4586         (mmx_pextrw): Likewise.
4587         (mmx_pshufw): Likewise.
4588
4589 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
4590
4591         * builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.
4592         (c_getstr): New function.
4593         (expand_builtin_strstr): Do nothing if -fcheck-memory-usage.
4594         If both arguments are constant string, optimize out.
4595         (expand_builtin_strchr, expand_builtin_strrchr): New functions.
4596         (expand_builtin_strpbrk): Use c_getstr, do nothing if
4597         -fcheck-memory-usage.
4598         (expand_builtin_fputs): Likewise.
4599         (expand_builtin_strcmp): Add MODE argument.
4600         Use even if !HAVE_cmpstrsi.
4601         Optimize the case when both arguments are constant strings.
4602         (expand_builtin): Adjust expand_builtin_strcmp caller.
4603         Call expand_builtin_strchr and expand_builtin_strrchr.
4604         * c-common.c (c_common_nodes_and_builtins): Add strchr and strrchr
4605         builtins.
4606         * builtins.def (BUILT_IN_STRRCHR): Add.
4607
4608 2000-11-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4609
4610         * fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.
4611
4612 2000-11-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4613
4614         * calls.c (expand_call, emit_library_call_value_1), collect2.c
4615         (scan_prog_file), config/a29k/a29k.c (print_operand),
4616         config/sparc/sparc.c (order_regs_for_local_alloc): Use memcpy ()
4617         instead of bcopy ().
4618         * real.h: Use memcmp () instead of bcmp ().
4619         * config/m88k/m88k.c (m88k_layout_frame), config/sh/sh.c
4620         (split_branches), config/sparc/sparc.c (ultra_flush_pipeline,
4621         ultrasparc_sched_init, ultrasparc_sched_reorder),
4622         config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Use memset ()
4623         instead of bzero ().
4624         * config/vax/xm-xms.h (FILE_NAME_NONDIRECTORY): Use strrchr ()
4625         instead of rindex ().
4626         * configure.in: Don't check for bzero, bcmp, index or rindex.
4627         * configure, config.in: Regenerate.
4628         * system.h: Don't include declarations for bzero, bcmp, index or
4629         rindex.
4630         * config/i386/xm-beos.h, config/rs6000/xm-beos.h: Don't define
4631         bzero, bcmp, index or rindex.
4632
4633 Wed Nov  8 21:58:20 2000  Christopher Faylor <cgf@cygnus.com>
4634
4635         * config/i386/cygwin.h: Add -no-win32 switch.  Separate -mno-cygwin
4636         include and library paths from -mcygwin case.  Parameterize some
4637         declarations to avoid warnings.  Use standard locations for include and
4638         lib dirs.
4639
4640 2000-11-08  Nick Clifton  <nickc@redhat.com>
4641
4642         * config/arm/arm.md (mulsidi3adddi): Change output operand
4643         constraint from "=&" to "+&".
4644         (umulsidi3adddi): Change output operand constraint from "=&" to
4645         "+&".
4646
4647 2000-11-08  Richard Henderson  <rth@redhat.com>
4648
4649         * flow.c (init_propagate_block_info): Protect the rtx stored in
4650         mem_set_list from modification by find_auto_inc.
4651         (mark_set_1): Likewise.
4652
4653 2000-11-08  Neil Booth  <neilb@earthling.net>
4654
4655         Move directive handling into the lexer itself.
4656
4657         * cpplex.c (_cpp_lex_token): Handle directives directly.
4658         In the case of a directive interrupting a function-like
4659         macro invocation, use extra_char since read_ahead is
4660         used to store the '#'.  Return a CPP_EOF in this case.
4661         * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more.
4662         (cpp_get_token): Don't handle directives here.
4663         * cpplib.h: Remove CPP_DHASH token type.
4664
4665 Wed Nov  8 21:53:41 MET 2000  Jan Hubicka  <jh@suse.cz>
4666
4667         * regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes
4668         formed using PRE_MODIFY too.
4669
4670 2000-11-08  Mark Mitchell  <mark@codesourcery.com>
4671
4672         * c-tree.texi (VAR_DECL): Describe representation of GCC's
4673         extension for placing variables in particular registers.
4674
4675         * c-tree.texi (FUNCTION_TYPE): Clarify TYPE_ARG_TYPES for
4676         unprototyped C functions with no parameters.
4677
4678 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4679
4680         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Cast DELTA to int
4681         before passing to fprintf.
4682
4683 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4684
4685         * function.c (expand_function_start): Cast GET_MODE_SIZE to
4686         HOST_WIDE_INT before negating it.
4687
4688 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4689
4690         * expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL
4691         passed in multiple non-contiguous locations.
4692
4693 2000-11-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4694
4695         * README.gnat: Remove file.
4696
4697 2000-11-08  Alexandre Oliva  <aoliva@redhat.com>
4698
4699         * mklibgcc.in (EXTRA_MULTILIB_PARTS): Generate multilib parts
4700         in-place.
4701
4702 2000-11-07  Richard Henderson  <rth@redhat.com>
4703
4704         * dwarfout.c (INSN_LABEL_FMT): Remove.
4705         (output_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
4706         (dwarfout_label): Remove.
4707         * dwarfout.h: Remove it's prototype.
4708         * dwarf2out.c (INSN_LABEL_FMT): Remove.
4709         (gen_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
4710         (dwarf2out_label): Remove.
4711         * dwarf2out.h: Remove it's prototype.
4712         * final.c (final_scan_insn): Don't call dwarf[2]out_label.
4713
4714 2000-11-07  Richard Henderson  <rth@redhat.com>
4715
4716         * config/ia64/fde-glibc.c (find_fde_for_dso): Do a binary
4717         search on the unwind region section.
4718
4719         * config/ia64/ia64.md (movbi): Add r/r alternative.
4720         (cmovdi_internal_astep): Describe all combinations of register
4721         classes for sources & destinations; remove matching constraints.
4722         (cmovdi_internal): Likewise.
4723
4724         * gcc.c (default_compilers) [@cpp-output]: Add -fpreprocessed.
4725
4726 2000-11-07  Richard Henderson  <rth@redhat.com>
4727
4728         * c-lang.c (start_cdtor, finish_cdtor): New functions.
4729         (finish_file): Use them in building constructor/destructor functions.
4730
4731         * config/alpha/alpha.h (HAS_INIT_SECTION, LD_INIT_SWITCH,
4732         LD_FINI_SWITCH): Move ...
4733         * config/alpha/osf.h: ... here.
4734         * config/alpha/alpha-interix.h: Don't undef them.
4735
4736 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4737
4738         * config/mips/t-iris6 (FPBIT): New.  Added so that __unorddf2 is
4739         included in libgcc.a.
4740         (DPBIT): Likewise.
4741         (dp-bit.c): Likewise.
4742         (fp-bit.c): Likewise.
4743
4744 2000-11-07  Nick Clifton  <nickc@redhat.com>
4745
4746         * config/m88k/m88k.h (GLOBAL_ASM_OP): Add missing tab.
4747         (INTERNAL_ASM_OP): Add missing tab.
4748
4749 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4750
4751         * alias.c (init_alias_analysis), calls.c (expand_call,
4752         emit_library_call_value_1), combine.c (init_reg_last_arrays),
4753         cse.c (new_basic_block), dbxout.c (dbxout_type), diagnostic.c
4754         (init_output_buffer, set_diagnostic_context), dwarf2out.c
4755         (equate_decl_number_to_die, build_abbrev_table), emit-rtl.c
4756         (init_emit_once), fold-const.c (mul_double, div_and_round_double),
4757         function.c (assign_parms), gcse.c (compute_can_copy,
4758         alloc_gcse_mem, alloc_reg_set_mem, record_one_set,
4759         compute_hash_table, compute_set_hash_table,
4760         compute_expr_hash_table), genattrtab.c (optimize_attrs), global.c
4761         (global_alloc, global_conflicts), haifa-sched.c (compute_trg_info,
4762         clear_units, schedule_block), integrate.c (initialize_for_inline,
4763         expand_inline_function), jump.c (thread_jumps), local-alloc.c
4764         (local_alloc), loop.c (combine_movables, count_loop_regs_set,
4765         load_mems_and_recount_loop_regs_set), print-tree.c (debug_tree),
4766         regclass.c (init_reg_sets, init_reg_sets_1, regclass,
4767         record_reg_classes, allocate_reg_info), reload.c
4768         (get_secondary_mem, remove_address_replacements, find_reloads),
4769         reload1.c (reload, set_initial_label_offsets, finish_spills,
4770         reload_as_needed, choose_reload_regs_init,
4771         reload_cse_simplify_operands), reorg.c (dbr_schedule), sbitmap.c
4772         (sbitmap_zero), simplify-rtx.c (simplify_plus_minus), ssa.c
4773         (rename_registers), stmt.c (expand_end_case), unroll.c
4774         (unroll_loop), varray.c (varray_grow), objc/objc-act.c: Use memset
4775         () instead of bzero ().
4776
4777 2000-11-07  Neil Booth  <neilb@earthling.net>
4778
4779        * cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.
4780
4781 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4782
4783         * c-common.c (combine_strings): Only warn about long strings for C.
4784
4785 Tue Nov  7 19:44:30 2000  J"orn Rennecke <amylaar@redhat.com>
4786
4787         * combine.c (distribute_notes): Fix typo in last change.
4788
4789 2000-11-07  Geoff Keating  <geoffk@redhat.com>
4790
4791         * config/rs6000/rs6000.md (movdi_internal32+1): Use
4792         operand_subreg_force rather than gen_rtx_SUBREG.
4793         (movdi_internal32+2): Likewise.
4794
4795 2000-11-07  Philip Blundell  <philb@gnu.org>
4796
4797         * configure.in (arm*-*-linuxaout*): Obsolete, deleted.
4798         * config/arm/linux-aout.h: Likewise.
4799         * configure: Regenerate.
4800
4801 2000-11-07  Philipp Thomas  <pthomas@suse.de>
4802
4803         * ABOUT-GCC-NLS: Remove the patch for gettext as it has been
4804         accepted my the gettext maintainer.
4805
4806 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4807
4808         * builtins.c (expand_builtin_strpbrk): New function.
4809         (expand_builtin): Handle BUILT_IN_STRPBRK.
4810
4811         * builtins.def (BUILT_IN_STRPBRK): New entry.
4812
4813         * c-common.c (c_common_nodes_and_builtins): Declare builtin
4814         strpbrk.
4815
4816 2000-11-07  David O'Brien  <obrien@dragon.nuxi.com>
4817
4818         * config/alpha/freebsd.h: New file -- FreeBSD/alpha architecture file.
4819         * POTFILES.in: Add config/alpha/freebsd.h
4820         * configure.in: Add alpha*-freebsd support.
4821         * configure: Regenerate.
4822
4823 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4824
4825         * tree.c (build_common_tree_nodes_2): Make va_list_type_node be a
4826         copy of ptr_type_node rather than ptr_type_node itself.
4827
4828 Tue Nov  7 06:29:24 2000  J"orn Rennecke <amylaar@redhat.com>
4829
4830         * combine.c (recog_for_combine): Allocate uninitialized vector with
4831         rtvec_alloc.
4832         * recog.c (apply_change_group): Likewise.
4833
4834 Tue Nov  7 06:24:02 2000  J"orn Rennecke <amylaar@redhat.com>
4835
4836         * flow.c (verify_local_live_at_start): Back out last change.
4837         * combine.c (distribute_notes): When parts of a hard reg are
4838         neither set nor referenced in PLACE, search backwards for a
4839         place to put a REG_UNUSED note; if none found, ask for flow
4840         info refresh.
4841
4842 Mon Nov  6 20:08:13 2000  J"orn Rennecke <amylaar@redhat.com>
4843
4844         * reload1.c (eliminate_regs_in_insn): Allow a set to be a PARALLEL
4845         with (clobber (match_scratch...)).
4846
4847 2000-11-06  Neil Booth  <neilb@earthling.net>
4848
4849         * c-lex.c (init_c_lex): If cpp_start_read fails, exit with
4850         error status.
4851
4852 2000-11-06  Neil Booth  <neilb@earthling.net>
4853
4854         * tradcpp.c (special_symbol): Assign an null string rather
4855         than writing to an unallocated buffer.
4856
4857 2000-11-06  Neil Booth  <neilb@earthling.net>
4858
4859         * cpplex.c (_cpp_equiv_tokens): Check arg_no in the
4860         CPP_MACRO_ARG case.
4861
4862 2000-11-06  Neil Booth  <neilb@earthling.net>
4863
4864         * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or
4865         tok.val.arg_no as appropriate.
4866         * cppexp.c (lex): Similarly.
4867         * cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token,
4868         cpp_equiv_tokens, cpp_can_paste, cpp_avoid_paste): Similarly.
4869         * cppmacro.c (stringify_arg, replace_args, lex_expansion_token,
4870         cpp_macro_definition): Similarly.
4871         * cpplib.h (struct cpp_token): Replace aux with c and arg_no.
4872
4873 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
4874
4875         * config/sparc/sparc.md (adddi3): If operands[2] is 4096 and
4876         operands[1] is constant, calculate the sum and generate movdi.
4877         (addsi3): Similarly.  Use SImode in call to arith_4096_operand.
4878         (subsi3): Use SImode in call to arith_4096_operand.
4879
4880 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
4881
4882         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): On sparc64 we need to
4883         adjust %o1, not %o0 if the return type is large structure.
4884
4885 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
4886
4887         * config/sparc/sparc.md (smulsi3_highpart_v8plus, ashldi3_v8plus+1,
4888         update_return, flush, flushdi, ffssi2, ffsdi2): Fix output formatting.
4889
4890 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz  <marekm@linux.org.pl>
4891
4892         * expmed.c (expand_divmod): For signed divide by 2, prefer
4893         a branch and fewer shifts if branches are very cheap.
4894
4895 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
4896
4897         * Makefile.in: Remove all targets related to building
4898         distributions and diffs, or INSTALL.
4899         * INSTALL, install1.texi: Remove.
4900         * configure.in: Remove mention of distdir.
4901         * configure: Regenerate.
4902         * objc/Make-lang.in: Remove mention of distdir.
4903
4904 2000-11-04  Neil Booth  <neilb@earthling.net>
4905
4906         * cpp.texi: Update for _Pragma.
4907
4908 2000-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4909
4910         * gcc.texi (Contributing): Update URL for projects web page.
4911
4912 2000-11-04  Neil Booth  <neilb@earthling.net>
4913
4914         * cpplex.c (parse_string): Don't allow multiline strings in
4915         #include family directives.
4916
4917 2000-11-04  Neil Booth  <neilb@earthling.net>
4918
4919         * cpplib.c (do_line): Only warn pedantically if not reading
4920         preprocessed input.
4921
4922 2000-11-04  Alexandre Oliva  <aoliva@redhat.com>
4923
4924         * calls.c (emit_call_1) [sibcall_pop]: Use n_popped instead of
4925         RETURN_POPS_ARGS().
4926
4927 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
4928
4929         * builtins.c (expand_builtin_strlen): Remove unused mode
4930         argument.
4931         * gcc.c (process_command): Remove unused variable.
4932         * fold-const.c: Include expr.h.
4933         * recog.c: Include reload.h.
4934         * Makefile.in (recog.o, fold-const.o): Update deps.
4935
4936 2000-11-02  Geoffrey Keating  <geoffk@cygnus.com>
4937
4938         * fixinc/gnu-regex.c: Change 'CYGNUS LOCAL' to 'EGCS LOCAL'.
4939
4940 Fri Nov  3 13:41:04 2000  Mark P Mitchell  <mark@codesourcery.com>
4941
4942         * config/mips/iris6.h (SUBTARGET_CC1_SPEC): Remove -static
4943         handling.
4944         (STARTFILE_SPEC): Likewise.
4945         (LINK_SPEC): Likewise.
4946
4947 2000-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4948
4949         * Makefile.in (fold-const.o): Depend on $(GGC_H), not ggc.h.
4950         (toplev.o): Likewise for $(LOOP_H)/loop.h and $(REGS_H)/regs.h.
4951         (simplify-rtx.o): Likewise for $(GGC_H)/ggc.h.
4952
4953 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4954
4955         * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.c
4956         (dwarfout_line), gcc.c (main, save_string), tree.c (init_obstacks,
4957         perm_calloc, get_identifier, maybe_get_identifier,
4958         real_value_from_int_cst, simple_cst_equal), varasm.c
4959         (assemble_name, assemble_real, immed_real_const_1,
4960         compare_constant_1, decode_rtx_const, output_constant_pool): Use
4961         strrchr () instead of rindex ().  Use memcmp () instead of bcmp
4962         ().  Use memcpy () instead of bcopy ().  Use memset () instead of
4963         bzero ().
4964
4965 2000-11-03  Nathan Sidwell  <nathan@codesourcery.com>
4966
4967         * cppfiles.c (open_file): If already read, then don't reopen.
4968         Immediately close an empty file.
4969
4970 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
4971
4972         * expr.h (fold_builtin): Move declaration...
4973         * tree.h (fold_builtin): ... here.
4974
4975 Fri Nov  3 05:41:07 2000  J"orn Rennecke <amylaar@redhat.com>
4976
4977         * flow.c (verify_local_live_at_start): Allow hard regs to die.
4978
4979 2000-11-02  Neil Booth  <neilb@earthling.net>
4980
4981 config:
4982         * a29k/a29k.h, a29k/unix.h, a29k/vx29k.h,
4983         alpha/alpha-interix.h, alpha/alpha.h, alpha/linux.h,
4984         alpha/openbsd.h, alpha/osf.h, alpha/vms.h, alpha/vxworks.h,
4985         alpha/win-nt.h, arc/arc.h, arm/arm.h, arm/conix-elf.h,
4986         arm/linux-aout.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
4987         arm/riscix1-1.h, arm/semiaof.h, arm/unknown-elf-oabi.h, arm/vxarm.h,
4988         c4x/rtems.h, clipper/clix.h, convex/convex.h, d30v/d30v.h,
4989         elxsi/elxsi.h, fr30/fr30.h, h8300/h8300.h, i370/linux.h, i370/mvs.h,
4990         i370/oe.h, i386/386bsd.h, i386/aix386ng.h, i386/beos-elf.h,
4991         i386/bsd386.h, i386/crtdll.h, i386/cygwin.h, i386/dgux.h,
4992         i386/djgpp-rtems.h, i386/djgpp.h, i386/freebsd-aout.h, i386/freebsd.h,
4993         i386/gnu.h, i386/i386-interix.h, i386/i386.h, i386/linux-aout.h,
4994         i386/linux-oldld.h, i386/linux.h, i386/lynx-ng.h, i386/lynx.h,
4995         i386/mach.h, i386/mingw32.h, i386/moss.h, i386/netbsd.h,
4996         i386/netware.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
4997         i386/osfelf.h, i386/osfrose.h, i386/ptx4-i.h, i386/rtems.h,
4998         i386/rtemself.h, i386/sco.h, i386/sco4.h, i386/sco4dbx.h, i386/sco5.h,
4999         i386/scodbx.h, i386/sequent.h, i386/sol2.h, i386/sun.h, i386/sysv3.h,
5000         i386/sysv4.h, i386/uwin.h, i386/vsta.h, i386/vxi386.h, i386/win-nt.h,
5001         i386/win32.h, i860/fx2800.h, i860/i860.h, i860/mach.h, i860/sysv3.h,
5002         i860/sysv4.h, i960/i960.h, i960/rtems.h, i960/vx960-coff.h,
5003         ia64/ia64.h, ia64/linux.h, m32r/m32r.h, m68k/3b1.h, m68k/3b1g.h,
5004         m68k/a-ux.h, m68k/altos3068.h, m68k/amix.h, m68k/apollo68.h,
5005         m68k/crds.h, m68k/ctix.h, m68k/dpx2.h, m68k/hp2bsd.h, m68k/hp320.h,
5006         m68k/hp3bsd.h, m68k/hp3bsd44.h, m68k/isi.h, m68k/linux-aout.h,
5007         m68k/linux.h, m68k/lynx-ng.h, m68k/lynx.h, m68k/m68kemb.h,
5008         m68k/m68kv4.h, m68k/mot3300.h, m68k/netbsd.h, m68k/news.h,
5009         m68k/next.h, m68k/openbsd.h, m68k/pbb.h, m68k/plexus.h, m68k/rtems.h,
5010         m68k/rtemself.h, m68k/sun2.h, m68k/sun3.h, m68k/sun3mach.h,
5011         m68k/tower-as.h, m68k/tower.h, m68k/vxm68k.h, m88k/dgux.h,
5012         m88k/dolph.h, m88k/luna.h, m88k/m88k-aout.h, m88k/m88k-coff.h,
5013         m88k/openbsd.h, m88k/sysv3.h, m88k/sysv4.h, mips/bsd-4.h,
5014         mips/bsd-5.h, mips/dec-bsd.h, mips/dec-osf1.h, mips/gnu.h,
5015         mips/iris3.h, mips/iris5.h, mips/iris6.h, mips/linux.h, mips/mips.h,
5016         mips/netbsd.h, mips/news4.h, mips/news5.h, mips/nws3250v4.h,
5017         mips/openbsd.h, mips/osfrose.h, mips/rtems64.h, mips/sni-svr4.h,
5018         mips/svr3-4.h, mips/svr3-5.h, mips/svr4-4.h, mips/svr4-5.h,
5019         mips/ultrix.h, ns32k/encore.h, ns32k/merlin.h, ns32k/netbsd.h,
5020         ns32k/ns32k.h, ns32k/pc532-mach.h, ns32k/pc532.h, ns32k/sequent.h,
5021         ns32k/tek6000.h, ns32k/tek6100.h, ns32k/tek6200.h, pa/pa-hiux.h,
5022         pa/pa-hpux.h, pa/pa-hpux7.h, pa/pa-linux.h, pa/pa-osf.h,
5023         pa/pa-pro-end.h, pa/pa.h, pa/rtems.h, pj/linux.h, pj/pj.h,
5024         romp/romp.h, rs6000/aix.h, rs6000/aix31.h, rs6000/aix41.h,
5025         rs6000/aix43.h, rs6000/beos.h, rs6000/eabi.h, rs6000/eabisim.h,
5026         rs6000/linux.h, rs6000/lynx.h, rs6000/mach.h, rs6000/rtems.h,
5027         rs6000/sysv4.h, rs6000/vxppc.h, sh/elf.h, sh/linux.h, sh/rtems.h,
5028         sh/rtemself.h, sh/sh.h, sparc/aout.h, sparc/elf.h, sparc/linux-aout.h,
5029         sparc/linux.h, sparc/linux64.h, sparc/lite.h, sparc/litecoff.h,
5030         sparc/liteelf.h, sparc/lynx-ng.h, sparc/lynx.h, sparc/netbsd.h,
5031         sparc/openbsd.h, sparc/pbd.h, sparc/rtems.h, sparc/rtemself.h,
5032         sparc/sol2-sld-64.h, sparc/sol2.h, sparc/sp64-aout.h,
5033         sparc/sp64-elf.h, sparc/sp86x-aout.h, sparc/sp86x-elf.h,
5034         sparc/sparc.h, sparc/sysv4.h, sparc/vxsim.h, sparc/vxsparc.h,
5035         v850/rtems.h, vax/netbsd.h, vax/openbsd.h, vax/ultrix.h, vax/vax.h,
5036         vax/vaxv.h, vax/vms.h, we32k/we32k.h
5037
5038         Replace -A() with -A=, the new assertion syntax.
5039
5040 Thu Nov  2 21:52:35 2000  J"orn Rennecke <amylaar@redhat.com>
5041
5042         * combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 /
5043         elim_i1.
5044         In REG_DEAD handling: When handling parts of multi-hard-reg hard
5045         registers, increment the loop counter by the size of the parts;
5046         use recursion to handle individual parts.
5047
5048 2000-11-02  Neil Booth  <neilb@earthling.net>
5049
5050         * configure.in: Make integrated CPP the default.
5051         * configure: Regenerate.
5052
5053 Thu Nov  2 19:20:12 2000  J"orn Rennecke <amylaar@redhat.com>
5054
5055         * reload.c (find_equiv_reg): Test all hard registers for membership
5056         in the requested class.
5057
5058 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5059
5060         * collect2.c (main, write_c_file_stat), gcc.c (translate_options,
5061         process_command, main), gcov.c (open_files, output_data), tlink.c
5062         (frob_extension, scan_linker_output), toplev.c
5063         (file_name_nondirectory): Use strchr () and strrchr () instead of
5064         index () and rindex ().
5065
5066 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5067
5068         * c-common.c (get_flag_spec, check_format_info_main,
5069         check_format_types): Use strchr () instead of index ().  Compare
5070         against error_mark_node instead of comparing the TREE_CODE against
5071         ERROR_MARK.
5072
5073 2000-11-02  Zack Weinberg <zackw@Stanford.EDU>
5074
5075         Integrated CPP.
5076
5077         * c-lex.c (init_c_lex): Update cpp_start_read call.
5078         (cb_ident): Update for new callback prototype.
5079         (cb_def_pragma): Update for new cpp_get_token prototype.
5080         (c_lex): Similarly.  Use cpp_get_line.
5081
5082         * c-parse.in (finish_parse): Update for new cpp_finish
5083         prototype.
5084
5085         * cp/lex.c (finish_parse): Similarly.
5086
5087 2000-11-01  Geoff Keating  <geoffk@cygnus.com>
5088
5089         * machmode.def: Add V16QImode.
5090
5091 2000-11-01  Richard Henderson  <rth@redhat.com>
5092
5093         * dwarf2out.c (loc_descriptor_from_tree): Check for null result
5094         from rtl_for_decl_location.
5095         (add_location_or_const_value_attribute): Likewise.
5096
5097 2000-11-01  Neil Booth  <neilb@earthling.net>
5098
5099         * cpplib.c (run_directive): Use correct line number for output
5100         of _Pragma.  Remember any in-progress directive.
5101
5102         * gcc.dg/cpp/vararg2.c, gcc.dg/cpp/_Pragm1.c: New tests.
5103
5104 2000-11-01  Richard Henderson  <rth@redhat.com>
5105
5106         * stmt.c (expand_start_null_loop): Set continue_label.
5107
5108 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
5109
5110         * builtins.c (fold_builtin_constant_p, fold_builtin): New functions.
5111         (expand_builtin_constant_p): Move parts of the code into
5112         fold_builtin_constant_p.
5113         (expand_builtin_strlen): Move parts of the code into fold_builtin.
5114         * expr.h (fold_builtin): Declare.
5115         * fold-const.c (fold): Handle builtin calls.
5116
5117         * c-typeck.c (build_function_call): Call fold on the CALL_EXPR.
5118
5119 2000-11-01  Richard Henderson  <rth@redhat.com>
5120
5121         * stmt.c (expand_start_null_loop): New.
5122         (expand_end_null_loop): New.
5123         * c-semantics.c (genrtl_do_stmt): Use them.
5124         * tree.h: Declare them.
5125
5126 2000-11-01  Richard Henderson  <rth@redhat.com>
5127
5128         * cppmain.c (scan_buffer): Don't avoid paste for assembly.
5129
5130 2000-11-01  Neil Booth  <neilb@earthling.net>
5131
5132         * c-parse.in (_yylex): Remove CPP_BACKSLASH case.
5133         * cp/spew.c: Similarly.
5134         * cpplex.c (_cpp_lex_token): Backslashes are now CPP_OTHER.
5135         * cppmacro.c (stringify_arg): Similarly.
5136         * cpplib.h (CPP_BACKSLASH): Delete.
5137
5138 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5139
5140         * builtins.c (expand_builtin_strstr): New function.
5141         (expand_builtin): Handle BUILT_IN_STRSTR and BUILT_IN_STRCHR.
5142
5143         * builtins.def (BUILT_IN_STRSTR, BUILT_IN_STRCHR): New entries.
5144
5145         * c-common.c (c_common_nodes_and_builtins): Declare builtin strstr
5146         and builtin strchr.
5147
5148 2000-10-31  Richard Henderson  <rth@redhat.com>
5149
5150         * config/i386/i386.c (fcmov_comparison_operator): Check for
5151         CCFPmode or CCFPUmode instead of CCmode.
5152         (ix86_expand_fp_movcc): Call ix86_expand_setcc for most
5153         unordered operations as well.
5154
5155 2000-10-31  Richard Henderson  <rth@redhat.com>
5156
5157         * c-semantics.c (genrtl_do_stmt): Use integer_zerop instead
5158         of integer_zero_node.
5159
5160 2000-10-31  Richard Henderson  <rth@redhat.com>
5161
5162         * c-semantics.c (genrtl_do_stmt): Special case do/while(0).
5163
5164 2000-10-31  Nick Clifton  <nickc@redhat.com>
5165
5166         * config/arm/unknown-elf.h (UNIQUE_SECTION_P): Do not allow
5167         -fdata-sections to override the section attribute of a DECL.
5168
5169 2000-10-31  Chris Demetriou  <cgd@sibyte.com>
5170
5171         * libgcc2.c (__shtab): Remove __shtab variable.
5172         * libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list.
5173         * Makefile.in (LIB2FUNCS): Remove _shtab from list of library
5174         members.
5175
5176 2000-10-31  Jim Wilson  <wilson@redhat.com>
5177
5178         * defaults.h (ASM_OUTPUT_DEBUG_LABEL): New.
5179         * tm.texi (ASM_OUTPUT_DEBUG_LABEL): Document.
5180         * dwarf2out.c (dwarf2out_begin_block): Use ASM_OUTPUT_DEBUG_LABEL
5181         instead of ASM_OUTPUT_INTERNAL_LABEL.
5182         (dwarf2out_end_block, dwarf2out_label): Likewise.
5183         * final.c (final_scan_insn, case NOTE_INSN_DELETED_LABEL): Likewise
5184         * config/ia64/ia64.h (ASM_OUTPUT_DEBUG_LABEL): Define.
5185
5186 2000-10-31  Richard Henderson  <rth@redhat.com>
5187
5188         * dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.
5189         (size_of_locs): Set it.
5190         (output_loc_operands): Use it to compute branch displacement.
5191         (int_loc_descriptor): New.
5192         (mem_loc_descriptor): Dereference memory in the proper size.
5193         Use DW_OP_plus_uconst when possible.  Use int_loc_descriptor.
5194         (loc_descriptor_from_tree): New.
5195         (rtl_for_decl_location): Break out from ...
5196         (add_location_or_const_value_attribute): ... here.
5197         (add_bound_info): Use loc_descriptor_from_tree.
5198
5199 2000-10-31  Neil Booth  <neilb@earthling.net>
5200
5201         * cpp.texi: Update for new command line assertion syntax.
5202         * cpplib.c (cpp_define): Simplify a bit.
5203         (cpp_assert, cpp_unassert): Use handle_assertion.
5204         (handle_assertion): New function; accept new command line
5205         syntax with '='.
5206         * testsuite/gcc.dg/cpp/assert3.c: New tests.
5207
5208 2000-10-31  Neil Booth  <neilb@earthling.net>
5209
5210         * cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if
5211         undefined.  Remove #ifdef check.
5212         * config/i386/sol2.h, config/rs6000/sol2.h, config/sparc/sol2.h:
5213         Define STDC_0_IN_SYSTEM_HEADERS to 1.
5214
5215 2000-10-31  Jan Hubicka  <jh@suse.cz>
5216             Jakub Jelinek  <jakub@redhat.com>
5217
5218         * config/i386/i386.h: Clarify CCNOmode description in comment.
5219         (EXTRA_CC_MODES): Remove CCRCmode.
5220         * config/i386/i386.c (ix86_comparison_operator): Remove CCRCmode.
5221         (put_condition_code, ix86_match_ccmode): Likewise.
5222         (ix86_cc_mode): Likewise.  Fix comment.
5223         (ix86_expand_strlensi_unroll_1): *rc patterns are gone.
5224         * config/i386/i386.md: Add unspec 12 description.
5225         (adddi3 split): Use unspec 12 instead of CCRCmode.
5226         (addsi3_carry_rc): Remove.
5227         (addsi3_cc, addqi3_cc): New patterns.
5228         (addsi_3): Swap operands, match CCZmode.
5229         (addsi_4): Rewritten.
5230         (addsi_5): Renamed from addsi_6.
5231         (addsi_6): Removed.
5232         (addhi_3): Swap operands, match CCZmode.
5233         (addhi_4): Rewritten.
5234         (addhi_5): Renamed from addhi_6.
5235         (addhi_6): Removed.
5236         (addqi_3): Swap operands, match CCZmode.
5237         (addqi_4): Rewritten.
5238         (addqi_5): Renamed from addqi_6.  Use =q constraint for clobber.
5239         (subsi3_carry_rc): Removed.
5240         (iorqi_3): Use =q constraint for clobber.
5241         (xorqi_cc_2): Likewise.
5242         (negdi2_1 split): Don't use CCRCmode, use ltu instead of gtu.
5243         (x86_movsicc_0_m1_rc): Removed.
5244         (cmp?i peepholes): Remove neg.  Use CCGCmode instead of CCRCmode.
5245
5246 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5247
5248         * c-typeck.c (build_unary_op): If pedantic, pedwarn for increment
5249         and decrement of complex types.
5250
5251 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5252
5253         * builtins.c (expand_builtin_fputs): When deleting NOP calls to
5254         builtin fputs, ensure we still evaluate the stream in case it
5255         has side-effects.
5256
5257 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
5258
5259         * expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0)
5260         to expand_shift.
5261
5262 Tue Oct 31 15:33:27 2000  J"orn Rennecke <amylaar@redhat.com>
5263
5264         * sh-protos.h (reg_no_subreg_operand, emit_fpscr_use): Don't declare.
5265         (fp_extended_operand, emit_fpscr_use): Likewise.
5266         * sh.c (reg_no_subreg_operand, fp_extended_operand): Delete functions.
5267         (fpul_operand): New function.
5268         * sh.h (PREDICATE_CODES): Remove reg_no_subreg_operand and
5269         fp_extended_operand.  Add fpul_operand.
5270         * sh.md (mulsf3, mulsf3_i4): Use fp_arith_reg_operand for "f" operands.
5271         (mulsf3_ie, macsf3, cmpgtsf_t, cmpeqsf_t, ieee_ccmpeqsf_t): Likewise.
5272         (cmpgtsf_t_i4, cmpeqsf_t_i4, ieee_ccmpeqsf_t_4, negsf2): Likewise.
5273         (negsf2_i, sqrtsf2, sqrtsf2_i, abssf2, abssf2_i, adddf3): Likewise.
5274         (adddf3_i, subdf3, subdf3_i, muldf3, muldf3_i, divdf3): Likewise.
5275         (divdf3_i): Likewise.
5276         (floatsisf2): Likewise.  Use fpul_operand for 'y' operand.
5277         (floatsisf2_i4, floatsisf2_ie, fix_truncsfsi2): Likewise.
5278         (fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i): Likewise.
5279         (fix_truncdfsi2, fix_truncdfsi2_i, extendsfdf2): Likewise.
5280         (extendsfdf2_i4, truncdfsf2, truncdfsf2_i4): Likewise.
5281
5282 2000-10-31  Bernd Schmidt  <bernds@redhat.co.uk>
5283
5284         * config/i386/i386.c (ix86_init_builtins): Correct return type
5285         building v4hi_ftype_v4hi_int_int tree node.
5286         (ix86_expand_builtin): Use correct operand numbers 0 and 1.
5287         Copy operand 0 into a Pmode register, don't generate a MEM rtx.
5288
5289         * config/i386/i386.md (sse_movntdi): Use mmx register constraint
5290         for operand 1.
5291         (mmx__uavgv8qi3): Correct insn mnemonic.
5292         (mmx_psadbw): Correct insn mnemonic.  Use V8QI mode for operands 1 and 2.
5293         (mmx_punpckhwd): Correct insn mnemonic.
5294         (mmx_punpckhdq): Likewise.
5295         (mmx_punpcklwd): Likewise.
5296         (mmx_punpckldq): Likewise.
5297         (prefetch): Use immediare_operand and 'n' constraint for operand 1.
5298         Renumber case labels to match the _mm_prefetch constants defined in
5299         xmmintrin.h.
5300
5301         * recog.c (split_all_insns): Don't try to call cleanup_subreg_operands
5302         if the splitter didn't emit new insns.
5303         Make sure we call cleanup_subreg_operands even when splitting the last
5304         insn in a basic block.
5305
5306         * invoke.texi (Debugging Options): Describe -do.
5307         * toplev.c (enum_dump_file_index): New entry DFI_postreload.
5308         (dump_file): Likewise.
5309         (rest_of_compilation): Split .greg dump into .greg and .postreload.
5310
5311 2000-10-30  Neil Booth  <neilb@earthling.net>
5312
5313         * cppfiles.c (stack_include_file): Check for stacked contexts
5314         here.
5315         * cpphash.h (_cpp_do__Pragma): New prototype.
5316         * cppinit.c (cpp_reader_init): Add _Pragma keyword to hash table.
5317
5318         * cpplex.c (skip_escaped_newlines): Only process trigraphs and
5319         escaped newlines if !(buffer->from_stage3).
5320         (_cpp_lex_token): Warn about missing newlines iff
5321         !buffer->from_stage3.
5322
5323         * cpplib.c (get__Pragma_string, destringize,
5324         _cpp_do__Pragma): New functions.
5325         (run_directive): Set output_line for _Pragma to avoid line
5326         markers in output.  Set from_stage3 and prevent macro expansion
5327         for _Pragma and command-line options.  Check buffer exhaustion.
5328         (cpp_push_buffer): Don't check for stacked macro contexts, as
5329         this is perfectly legitimate for _Pragma.  Move the check to
5330         stack_include_file instead. Set from_stage3 iff buffer is
5331         preprocessed input.
5332
5333         * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments
5334         unsigned. New boolean from_stage3.
5335         (struct spec_nodes): Add n__Pragma.
5336
5337         * cppmacro.c (enter_macro_context): Flip sense of return value.
5338         (_cpp_get_token): Handle _Pragma operator.
5339
5340 2000-10-30  Phil Edwards  <pme@sources.redhat.com>
5341
5342         * gcc.texi:  The C++ standard isn't "draft" anymore.
5343
5344 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
5345
5346         * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
5347
5348 2000-10-29  Neil Booth  <neilb@earthling.net>
5349
5350         * cpplib.c (skip_rest_of_line):  Use _cpp_get_token.
5351
5352 2000-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
5353
5354         * toplev.c, flags.h, fold-const.c, real.c, rtl.c,
5355         fixinc/inclhack.def: Change comments mentioning C9X to refer to
5356         C99 instead.
5357
5358         * invoke.texi: Document that -V will only work for very similar
5359         versions of driver and compiler.
5360
5361 2000-10-29  Neil Booth  <neilb@earthling.net>
5362
5363         * cppmacro.c (_cpp_create_definition): Optimize the case of
5364         a macro defined to itself.
5365
5366 2000-10-29  Neil Booth  <neilb@earthling.net>
5367
5368         * cpplex.c (save_comment): Don't store new lines in C++ comments.
5369
5370 2000-10-29  Michael Hayes  <mhayes@redhat.com>
5371
5372         * integrate.c (copy_insn_list): Copy the unchanging flag for calls.
5373
5374 2000-10-28  Geoffrey Keating  <geoffk@cygnus.com>
5375
5376         * cpphash.c (cpp_forall_identifiers): Add context variable
5377         for callback routine.
5378         * cppmain.c (dump_macro): Update to match cpp_forall_identifiers
5379         change.
5380         (main): Call cpp_forall_identifiers with null context.
5381         * cpplib.h (cpp_forall_identifiers): Update prototype.
5382
5383         * cppmain.c: Make `parse_in' and `print' static.
5384
5385 2000-10-28  Alan Modra <alan@linuxcare.com.au>
5386
5387         * c-decl.c (finish_function): Clear c_function_name_declared_p.
5388
5389 2000-10-28  Richard Henderson  <rth@redhat.com>
5390
5391         * regrename.c (scan_rtx_address): Frob action, not class,
5392         when trying to disable optimization.
5393
5394 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
5395
5396         * c-semantics.c (make_rtl_for_local_static): Don't clobber
5397         DECL_ASSEMBLER_NAME.
5398
5399 2000-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5400
5401         * configure.in: Determine and substitute gcc_version_full.
5402         * configure: Regenerate.
5403         * gccbug.in: Use it to give full version.  Don't allow
5404         confidential PRs.
5405
5406 2000-10-28  Richard Henderson  <rth@redhat.com>
5407
5408         * recog.c (split_all_insns): Run cleanup_subreg_operands
5409         after reload.
5410
5411         * regrename.c (regrename_optimize): Verify that all registers of
5412         a multiple register mode are available.
5413         (scan_rtx_address): Accept the mode of the address; all callers
5414         changed.
5415
5416         * cpplib.c (run_directive): Fix prototype.
5417
5418 2000-10-28  Bernd Schmidt  <bernds@redhat.co.uk>
5419
5420         * reload.c (find_reloads): Distinguish "wins" so that we know whether
5421         a given operand won because of a matching constraint or not; then use
5422         that information to compute goal_alternative_matched properly.
5423         * reload1.c (choose_reload_regs): Never set reload_override_in for an
5424         optional reload.
5425
5426         * config/ia64/ia64.h (RTX_COSTS): A few more entries, and a more
5427         accurate value for MULT.
5428         * config/ia64/ia64.c (ia64_print_operand): Require probability to be
5429         2% or > 98% before using static branch prediction bits.
5430
5431 2000-10-28  Neil Booth  <neilb@earthling.net>
5432
5433         New macro expander.
5434
5435         * cpplib.c (struct answer): New.
5436         (struct if_stack): Use cpp_lexer_pos rather than line and col.
5437         Rename cmacro mi_cmacro.
5438         (struct directive, KANDR, STDC89, EXTENSION, COND, IF_COND, INCL,
5439         IN_I): New directive and flags.
5440         (skip_rest_of_line, check_eol, run_directive, glue_header_name,
5441         parse_answer, parse_assertion, find_answer): New functions.
5442         (parse_ifdef, detect_if_not_defined, validate_else): Remove.
5443         (lex_macro_node): New function to replace parse_ifdef and
5444         get_define_node.
5445
5446         (_cpp_handle_directive): New function, combines _cpp_check_directive
5447         and _cpp_check_linemarker.
5448
5449         (do_define, do_undef, parse_include, do_include, do_import,
5450         do_include_next, read_line_number, do_line, do_ident, do_pragma,
5451         do_pragma_once, do_pragma_poison, do_pragma_dependency):
5452         Update for new token getting interface.
5453
5454         (do_ifdef, do_ifndef, do_if, do_else, do_endif, push_conditional)
5455         : Update for new multiple-include optimisation technique.
5456         (do_elif): Don't forget to invalidate controlling macros.
5457
5458         (unwind_if_stack, cpp_defined, cpp_push_buffer, cpp_pop_buffer): Update.
5459         (parse_assertion, parse_answer, find_answer, _cpp_test_assertion):
5460         Functions to handle assertions with the new token interface.
5461         (do_assert, do_unassert): Use them.
5462
5463         (cpp_define, _cpp_define_builtin, cpp_undef, cpp_assert, cpp_unassert):
5464         Use run_directive.
5465
5466         (_cpp_init_stacks): Register directive names.  Don't register special
5467         nodes.
5468
5469         * cpperror.c (print_containing_files, _cpp_begin_message): Update to
5470         new position recording regime.
5471         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
5472         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
5473         cpp_pedwarn_with_file_and_line): Update for _cpp_begin_message changes.
5474         (cpp_type2name): Move to cpplex.c.
5475
5476         * cppexp.c (parse_charconst): spec_nodes is no longer a pointer.
5477         (parse_defined): Update to handle new multiple include optimisation
5478         method.  Remove poisoned identifier warning.
5479         (parse_assertion, TYPE_NAME): Delete.
5480         (lex): Update for multiple include optimisation, removal of
5481         CPP_DEFINED, to use _cpp_test_assertion for assertions and
5482         cpp_token_as_text.
5483         (_cpp_parse_expr): Update for MI optimisation, and to use op_as_text.
5484         (op_as_text): New function, to wrap cpp_token_as_text.
5485
5486         * cppfiles.c (stack_include_file, _cpp_pop_file_buffer):
5487         Update for MI optimisation.
5488         (_cpp_execute_include): Take a token rather than 3 arguments.  Fix
5489         segfault on diagnostic.
5490         (_cpp_compare_file_date): Take a token rather than 3 args.
5491         (cpp_read_file): Work correctly for zero-length files.
5492
5493         * cpphash.c (_cpp_init_macros, _cpp_cleanup_macros): Rename
5494         _cpp_init_hashtable and _cpp_cleanup_hashtable.
5495         (cpp_lookup): Place identifiers at front of identifier pool
5496         for _cpp_lookup_with_hash.
5497         (_cpp_lookup_with_hash): Require identifiers to be at the front of
5498         the identifier pool.  Commit the memory if not already in the
5499         hash table.
5500
5501         * cppinit.c (cpp_reader_init): Move cpp_init_completed test to top.
5502         Initialise various members of cpp_reader, memory pools, and the
5503         special nodes.
5504         (cpp_printer_init): Delete.
5505         (cpp_cleanup): Update.
5506         (struct builtin, builtin_array, initialize_builtins): Update for new
5507         hashnode definition and builtin handling.
5508         (cpp_start_read, cpp_finish): Don't take or initialise a
5509         printer.  Update.
5510
5511         * cpplib.h (cpp_printer, cpp_toklist, CPP_DEFINED, BOL,
5512         PASTED, VAR_ARGS, BEG_OF_FILE, IN_DIRECTIVE, KNOWN_DIRECTIVE,
5513         T_VOID, T_SPECLINE, T_DATE, T_FILE, T_BASE_FILE, T_INCLUDE_LEVEL,
5514         T_TIME, T_STDC, T_OPERATOR, T_POISON, T_MACRO, T_ASSERTION): Delete.
5515         (struct cpp_pool, struct cpp_macro, struct cpp_lexer_pos,
5516         struct cpp_lookahead, CPP_DHASH, enum mi_state, enum mi_ind,
5517         NO_EXPAND, VARARGS_FIRST, struct cpp_token_with_pos,
5518         struct toklist, struct cpp_context, struct specnodes,
5519         TOKEN_LOOKAHEAD, TOKEN_BUFFSIZE, NODE_OPERATOR, NODE_POISONED,
5520         NODE_BUILTIN, NODE_DIAGNOSTIC, NT_VOID, NT_MACRO, NT_ASSERTION,
5521         enum builtin_type, cpp_can_paste): New.
5522         (struct cpp_token): Delete line and col members.
5523         (struct cpp_buffer): New member output_lineno.
5524         (struct lexer_state): Delete indented, in_lex_line, seen_dot.
5525         Add va_args_ok, poisoned_ok, prevent_expansion, parsing_args.
5526         (struct cpp_reader): New members lexer_pos, macro_pos, directive_pos,
5527         ident_pool, temp_string_pool, macro_pool, argument_pool, string_pool,
5528         base_context, context, directive, mi_state, mi_if_not_defined,
5529         mi_lexed, mi_cmacro, mi_ind_cmacro, la_read, la_write, la_unused,
5530         mlstring_pos, macro_buffer, macro_buffer_len.
5531         Delete members mls_line, mls_column, token_list, potential_control_macro,
5532         temp_tokens, temp_cap, temp_alloced, temp_used, first_directive_token,
5533         context_cap, cur_context, no_expand_level, paste_level, contexts, args,
5534         save_parameter_spellings, need_newline, .
5535         Change type of date, time and spec_nodes members.
5536         Change prototypes for include and ident callbacks.
5537         (struct cpp_hashnode): Change type of name.  Remove union members
5538         expansion and code.  Add members macro, operator and builtin.
5539
5540         (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
5541         cpp_finish, cpp_avoid_paste, cpp_get_token, cpp_get_line,
5542         cpp_get_output_line, cpp_macro_definition, cpp_start_lookahead,
5543         cpp_stop_lookahead): New prototypes.
5544         (cpp_printer_init, cpp_dump_definition): Delete prototypes.
5545
5546         (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr, ufputs):
5547         Move from cpphash.h.
5548
5549         * cpphash.h (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr,
5550         ufputs): Move to cpplib.h.
5551         (enum spell_type, struct token_spelling, _cpp_token_spellings, TOKEN_SPELL,
5552         TOKEN_NAME, struct answer, FREE_ANSWER, KANDR, STDC89, EXTENSION,
5553         COND, EXPAND, INCL, COMMENTS, IN_I, struct directive, directive_handler,
5554         struct spec_nodes, _cpp_digraph_spellings, _cpp_free_temp_tokens,
5555         _cpp_init_input_buffer, _cpp_grow_token_buffer, _cpp_init_toklist,
5556         _cpp_clear_toklist, _cpp_expand_token_space, _cpp_expand_name_space,
5557         _cpp_equiv_tokens, _cpp_equiv_toklists, _cpp_process_directive,
5558         _cpp_run_directive, _cpp_get_line, _cpp_get_raw_token, _cpp_glue_header_name,
5559         _cpp_can_paste, _cpp_check_directive, _cpp_check_linemarker,
5560         _cpp_parse_assertion, _cpp_find_answer): Delete.
5561         (VALID_SIGN, ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, POOL_SIZE,
5562         POOL_USED, POOL_COMMIT, struct cpp_chunk, _cpp_lex_token, _cpp_init_pool,
5563         _cpp_free_pool, _cpp_pool_reserve, _cpp_pool_alloc, _cpp_next_chunk,
5564         _cpp_lock_pool, _cpp_unlock_pool, _cpp_test_assertion,
5565         _cpp_handle_directive, DSC): New.
5566         (struct include_file): New member defined.
5567
5568         (DO_NOT_REREAD, _cpp_begin_message, _cpp_execute_include,
5569         _cpp_compare_file_date): Update.
5570         (_cpp_pop_context, _cpp_get_token, _cpp_free_lookaheads, _cpp_push_token): New.
5571         (_cpp_init_macros, _cpp_cleanup_macros): Rename to _cpp_init_hashtable,
5572         _cpp_cleanup_hashtable.
5573
5574         * Makefile.in: Remove cppoutput.c.
5575
5576         * cppoutput.c: Delete
5577
5578         * fixheader.c (read_scan_file): Update for new cpp_get_token
5579         prototype.
5580         (recognized_function): New argument LINE.
5581
5582         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
5583         new cpp_get_token prototype.
5584
5585         * scan.h (recognized_function): Update prototype.
5586
5587         * po/POTFILES.in: Remove cppoutput.c.
5588
5589 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
5590
5591         * c-typeck.c (check_init_type_bitfields): Remove.
5592         (constructor_incremental): Likewise.
5593         (struct constructor_stack): Remove incremental bit.
5594         (struct initializer_stack): Likewise.
5595         (start_init): Don't play with constructor_incremental.
5596         (finish_init): Likewise.
5597         (really_start_incremental_init): Likewise.
5598         (push_init_level): Likewise.
5599         (pop_init_level): Likewise.
5600         (output_init_level): Likewise.
5601         (output_pending_init_elements): Likewise.
5602
5603 2000-10-21  Mike Coleman  <mcoleman2@kc.rr.com>
5604
5605         * c-pragma.c (handle_pragma_pack): Initialize align to -1.
5606         Improve error messages.  Correct parsing of
5607         #pragma pack(pop [,id]).  Do not check the user-supplied
5608         alignment if we're popping.
5609
5610         * gcc.dg/pack-test-1.c: New test case.
5611         * gcc.dg/pack-test-2.c: New test case.
5612         * gcc.dg/pack-test-1.h: New file.
5613
5614 2000-10-27  Neil Booth  <neilb@earthling.net>
5615
5616         * cpp.texi: Update.
5617
5618 2000-10-27  Kelley Cook <kelley.cook@home.com>
5619
5620         * invoke.texi: Document -mintel-syntax
5621
5622 2000-10-27  Richard Henderson  <rth@redhat.com>
5623
5624         * invoke.texi: Document -frename-registers.  Add it to -O3.
5625         * toplev.c (rest_of_compilation): Run regrename before ifcvt2.
5626         (enum dump_file_index, dump_file): Update order.
5627         (main): Set flag_rename_registers at -O3.
5628
5629 2000-10-27  Richard Henderson  <rth@redhat.com>
5630
5631         * config/alpha/alpha.h (enum reg_class): Add PV_REG.
5632         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
5633         (REG_CLASS_FROM_LETTER): Assign it to 'c'.
5634         * config/alpha/alpha.md (call_osf_1): Use it.
5635         (call_value_osf_1): Likewise.
5636
5637         * config/ia64/ia64.c: Revert 10-23 patch.
5638         (ia64_hard_regno_rename_ok): New.
5639         * config/ia64/ia64-protos.h: Declare it.
5640         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK): Use it.
5641
5642 2000-10-27  Bernd Schmidt  <bernds@redhat.co.uk>
5643             Richard Henderson  <rth@redhat.com>
5644
5645         * regrename.c: Rewrite to handle multi-register modes and
5646         cond_exec instructions.
5647         * Makefile.in (regrename.o): Update dependancies.
5648         * recog.h (struct operand_alternative): Add is_address.
5649         * recog.c (preprocess_constraints) [case 'p']: Set it.
5650
5651 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
5652
5653         * configure.in: If not NO_MINUS_C_MINUS_O, substitute
5654         OUTPUT_OPTION with '-o $@'.  Make zlibdir, zlibinc relative to
5655         top level.  Kill oldstyle_subdirs.  Do not include
5656         $srcdir/$s/Makefile.in in all_lang_makefiles, but do include
5657         $outputs.  Do not run configure.lang from config.status.
5658         Rearrange warning-flag logic to correspond to what the
5659         makefile wants.  Put special vax stage1 options in
5660         @stage1_flags@ not @stage1_warn_cflags@.  Don't do anything
5661         with extra_c_objs, extra_cxx_objs, or extra_cpp_objs.
5662         (--enable-c-cpplib): AC_SUBST(maybe_cpplib) with "libcpp.a" if
5663         switch is given, nothing otherwise.
5664         * configure.lang: Delete.
5665
5666         * Makefile.in: Expunge all traces of extra_c_objs,
5667         extra_cxx_objs, and extra_cpp_objs.  Set MAYBE_CPPLIB from
5668         @maybe_cpplib@. Add $(MAYBE_CPPLIB) to C_AND_OBJC_OBJS.  Set
5669         warning options via a three level scheme so that -pedantic and
5670         -Wtraditional are not used for non-C front ends: LOOSE_WARN,
5671         STRICT1_WARN, STRICT2_WARN -> $(@D)-warn, GCC_WARN_CFLAGS ->
5672         WARN_CFLAGS.  Distinguish STAGE1_CFLAGS from BOOT_CFLAGS.
5673         Add -I$(@D) and -I$(srcdir)/$(@D) to INCLUDES.
5674         Set OUTPUT_OPTION, ZLIB, ZLIBINC.  Do not set P,
5675         LANG_FLAGS_TO_PASS.  Add OUTPUT_OPTION to all object-file
5676         generation rules.  Wrap all rules that change the current
5677         directory in parentheses; pmake doesn't spawn a new shell for
5678         each command.  Expunge all references to $(P).  When one
5679         command depends on another and they're run all at once, use &&
5680         to separate them, not ;.  Add libgcc_s$(SHLIB_EXT) to files
5681         deleted on make clean.  Force OUTPUT_OPTION='-o $@' in stage2
5682         and beyond.
5683
5684         * objc/Make-lang.in: Wrap all rules that change the current
5685         directory in parentheses.  Expunge all references to $(P).
5686         When one command depends on another and they're run all at
5687         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
5688         all object-file generation rules.  Delete obsolete variables.
5689         * objc/Makefile.in: Delete.
5690
5691 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
5692
5693         * calls.c (expand_call): If sibcall_failure is set during pass 1,
5694         clear tail_call_insns as well.
5695
5696 2000-10-27  Nick Clifton  <nickc@redhat.com>
5697
5698         * config/arm/arm-protos.h (arm_function_ok_for_sibcall): Add
5699         prototype.
5700
5701 2000-10-26  Richard Henderson  <rth@redhat.com>
5702
5703         * calls.c (expand_call): Supress sibcall if we have a
5704         BLKmode return in registers.
5705
5706 2000-10-26  Bernd Schmidt  <bernds@redhat.co.uk>
5707
5708         * ia64.h (PREFERRED_RELOAD_CLASS): Force floating point constants
5709         into memory.
5710
5711 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
5712
5713         * tree.c (make_node, case 't'): Set alignment to that of
5714         char_type_node.
5715         * expr.c (move_by_pieces_ninsns): Abort if some length remains.
5716
5717 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
5718
5719         * Makefile.in (site.exp): Define HAVE_LIBSTDCXX_V3.
5720         * configure.in (enable-libstdcxx-v3): Arrange to have
5721         HAVE_LIBSTDCXX_V3 substituted into the output files.
5722
5723 2000-10-25  Richard Henderson  <rth@redhat.com>
5724
5725         * recog.c (constrain_operands): Initialize which_alternative
5726         before no alternatives early exit.
5727
5728         * cse.c (find_comparison_args): Check that we can reverse a
5729         comparison if needed before accepting the substitution.
5730
5731         * reload.c (find_reloads_address_part): Kill rtx obstack hackery.
5732
5733         * simplify-rtx.c (simplify_relational_operation): Sign extend
5734         low words before sign extending to high words.
5735
5736 2000-10-25  Nick Clifton  <nickc@redhat.com>
5737
5738         * config/mcore/mcore.c: Include config.h before system.h.
5739
5740 2000-10-25  Ray Essick  <essick@ddna.labs.mot.com>
5741
5742         * config/mcore/mcore.md (return): Force function epilogue to
5743         always be generated to work around epilogue suppression bug in
5744         M*Core backend.
5745
5746 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5747
5748         * c-decl.c (grokdeclarator): Move warning for qualified void
5749         return types with -pedantic to when the function type is
5750         constructed.  At -W, warn in general for qualified function return
5751         types, except for volatile void.
5752         * invoke.texi: Document this new warning at -W.
5753
5754 2000-10-25  Neil Booth  <neilb@earthling.net>
5755
5756         * cpp.texi: Update with implementation-defined behavior and
5757         internal limits.
5758
5759 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
5760
5761         * stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on the
5762         incomplete type force it into alias set 0.
5763
5764 Wed Oct 25 01:02:44 EDT 2000  John Wehle  (john@feith.com)
5765
5766         * alias.c: Include basic-block.h.
5767         (loop_p): New function.
5768         (mark_constant_function): Use it.
5769         * Makefile.in (alias.o): Update dependencies.
5770
5771 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
5772
5773         * config/mn10300/mn10300.c (secondary_reload_class): Treat pseudos
5774         like memory.
5775
5776 2000-10-24  Jim Wilson  <wilson@cygnus.com>
5777
5778         * expmed.c (store_bit_field): Move integer pun code down after
5779         code that calls emit_move_insn for entire register move.
5780         * stor-layout.c (compute_record_mode): Revert Mar 25, Aug 18, and
5781         Oct 20 changes.  Only store mode in TYPE_MODE if RECORD_TYPE.
5782
5783 2000-10-24  Richard Henderson  <rth@cygnus.com>
5784
5785         * rtlanal.c (rtx_unstable_p, rtx_varies_p): Don't consider pic
5786         register stable if PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
5787
5788 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
5789
5790         * gcse.c (cprop_insn): do not propagate constants into jump_insn
5791         for machines with CC0 more than once.
5792
5793 2000-10-24  Richard Henderson <rth@cygnus.com>, Aldy <aldyh@cygnus.com>
5794
5795         * config/mn10300/mn10300.h (PREFERRED_RELOAD_CLASS): Treat
5796         pseudos just like memory.
5797
5798 2000-10-24  Alexandre Oliva  <aoliva@redhat.com>
5799
5800         * combine.c (distribute_notes): Discard REG_LIBCALL and REG_RETVAL
5801         when deleting libcall sequence collapsed to a single instruction.
5802
5803 2000-10-24  Andrew Haley  <aph@cygnus.co.uk>
5804
5805         * expr.c (do_store_flag): Don't crash if either side of a
5806         comparison is error_mark_node.
5807
5808 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
5809
5810         * sibcall.c (purge_mem_unchanging_flag): New function.
5811         (optimize_sibling_and_tail_recursive_calls): Call it.
5812
5813 2000-10-24  Philipp Thomas  <pthomas@suse.de>
5814
5815         * Makefile.in (check-po): New target for doing checks in the po
5816         subdir if all languages configured.
5817         (CHECK_TARGETS): Add @CHECK_PO@, replaced with check-po via
5818         configure if NLS is enabled.
5819         * configure.in: If NLS is enabled, substitute CHECK_PO by check-po,
5820         otherwise leave empty.
5821         * configure: Regenerate.
5822
5823 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
5824
5825         * i386.c (print_operand): Handle new 'A' formatting code.
5826         387 opcodes need suffixes even with -mintel-syntax.
5827         Check for explicit size override (codes 'b', 'w' and 'k').
5828         (print_operand_address): Check if register prefix is needed when
5829         emitting `ds' segment override.
5830         * i386.h: Add comment about new 'A' formatting code.
5831         * i386.md (jump and call patterns): Emit absolute references using %A.
5832
5833 2000-10-23  Richard Henderson  <rth@cygnus.com>
5834
5835         * config/ia64/ia64.c (ia64_expand_prologue): Mark extra
5836         output registers as fixed.
5837         (ia64_function_epilogue): Undo output fixation.
5838
5839 2000-10-23  Richard Henderson  <rth@cygnus.com>
5840
5841         * config/alpha/alpha.md: Add names for all unnamed insns; use
5842         define_insn_and_split in some obvious places.
5843         (lda): Remove.
5844         (zero_extendqihi2): Use an expander w/ nonimmediate_operand for BWX.
5845         (zero_extendqisi2, zero_extendqidi2): Likewise.
5846         (zero_extendhisi2, zero_extendhidi2): Likewise.
5847         (abs splitters): Fix match_scratch operand number.
5848         (bcc_reverse): Swap pc & label instead of non-canonical compare.
5849
5850 2000-10-23  Jim Wilson  <wilson@cygnus.com>
5851
5852         * ia64.c (ia64_print_operand, case 'r'): Correct comment.  Handle
5853         CONST_INT.
5854         * ia64.md (cmpsi_adjusted): Use %r3.
5855         (cmpdi_adjusted): Likewise.
5856
5857 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
5858
5859         * config/i386/att.h (ASM_FILE_START): Define.
5860
5861 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
5862
5863         * config/i386/linux.h (ASM_FILE_START): Define.
5864
5865 Wed Oct 18 11:16:40 2000  Donald Lindsay  <dlindsay@cygnus.com>
5866
5867         * gcc/configure.in: m68k-coff tm_file should not have libgloss.h,
5868         since this (only) drags in a crt0.o reference that the .ld files
5869         also introduce.
5870
5871 2000-10-23  Geoff Keating  <geoffk@cygnus.com>
5872
5873         * reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can
5874         overwrite the value in a RELOAD_FOR_INPUT and other kinds of
5875         reloads just like an RELOAD_FOR_OUTPUT would.
5876
5877         * local-alloc.c (update_equiv_regs): Add an abort().  When
5878         deleting or moving insns, update reg_equiv[regno].init_insns.
5879
5880 2000-10-23  Mark Mitchell  <mark@codesourcery.com>
5881
5882         * c-tree.texi: Improve documentation for IF_STMTs and related
5883         conditional statements.
5884
5885 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
5886
5887         * expr.c (do_preexpand_calls): Remove.
5888         (same_from_p): Don't use CALL_EXPR_RTL.
5889         (expand_expr): Don't call preexpand_calls, or use CALL_EXPR_RTL.
5890         (preexpand_calls): Remove.
5891         * tree.c (first_rtl_op): Remove CALL_EXPR case.
5892         (unsave_expr_1): Likewise.
5893         * tree.def (CALL_EXPR): Give it only two slots.
5894         * tree.h (CALL_EXPR_RTL): Remove.
5895
5896 2000-10-21  Chandrakala Chavva   <cchavva@redhat.com>
5897
5898         * libgcc-std.ver (__addvsi3, __addvdi3,  __subvsi3, __subvdi3,
5899         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
5900         New functions.
5901
5902 2000-10-22  Alexandre Oliva  <aoliva@redhat.com>
5903
5904         * calls.c (combine_pending_stack_adjustment_and_call): Don't
5905         adjust stack when unadjusted_alignment ends up as zero.
5906
5907 2000-10-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5908
5909         * fixinc/genfixes: Remove EGCS reference.
5910         * install.texi: Remove EGCS reference.
5911         * INSTALL: Regenerate.
5912
5913 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
5914
5915         * tree.h (TYPE_IS_SIZETYPE): Add more documentation.
5916
5917 2000-10-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5918
5919         * diagnostic.c: Remove EGCS reference in comment.
5920
5921 Sat Oct 21 08:24:25 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5922
5923         * loop.c (strength_reduce): Fix error in last change.
5924
5925 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
5926
5927         * Makefile.in (SHLIB_NM_FLAGS): New.
5928         (libgcc.mk): Pass it.
5929         * mklibgcc.in (libgcc.map): Use it.
5930
5931         * rs6000/t-aix43 (SHLIB_EXT, SHLIB_LINK, SHLIB_LIBS,
5932         SHLIB_MKMAP, SHLIB_MAPFILES, SHLIB_NM_FLAGS): New.
5933
5934 2000-10-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5935
5936         * mips.h (REG_CLASS_FROM_LETTER): Cast array arg to unsigned char.
5937
5938         * sparc.c (load_pic_register): Delete unused varaible.
5939
5940         * libgcc2.c (__addvsi3): Delete unused variable.
5941
5942         * libgcc2.h (__absvsi2, __absvdi2, __addvsi3, __addvdi3,
5943         __subvsi3, __subvdi3, __mulvsi3, __mulvdi3, __negvsi2,
5944         __negvdi2): Prototype.
5945
5946         * ssa.c (apply_delayed_renames): Avoid undefined operation.
5947
5948         * toplev.c (display_target_options): Make static to match
5949         prototype.  Delete empty declaration.
5950
5951 2000-10-20  Tom Tromey  <tromey@cygnus.com>
5952
5953         * cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
5954         * gcc.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
5955
5956 Fri Oct 20 17:05:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5957
5958         * expr.c (expand_expr, case SAVE_EXPR): Set RTX_UNCHANGING_P on
5959         returned MEM.
5960         (expand_expr_unaligned, case ARRAY_REF): Check that index is
5961         a constant before comparing it; use tree_low_cst.
5962         * tree.c (save_expr): Set TREE_READONLY.
5963         (substitute_expr): Return inside of NON_LVALUE_EXPR.
5964         (build, build1): Set TREE_READONLY if all operands are.
5965         (build_index_type): If upper bound is a negative number, lower
5966         bound is zero and sizetype is unsigned, use upper bound of one and
5967         lower of zero.
5968
5969 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
5970
5971         * gcc.c (process_command, main): Use "because" instead of
5972         "since" in error messages.
5973
5974 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5975
5976         * stor-layout.c (compute_record_mode): Use tree_low_cst.
5977         Don't use mode of field for record unless sizes are the same.
5978         (layout_type, case ARRAY_TYPE): Remove special bounds handling
5979         previously added for Ada; also change to using host_integerp
5980         and tree_low_cst.
5981
5982         * loop.c (strength_reduce): Show when new register made for
5983         giv is known to be a pointer and its aligment if so and known.
5984         (loop_dump_aux): Show VERBOSE parameter unused.
5985
5986         * gcse.c (set_hash_table_size): Now unsigned.
5987         * sdbout.c (template_name_p): Add "const" to avoid warnings.
5988         (sdbout_record_type_name, plain_type_1, sdbout_symbol): Likewise.
5989         (sdbout_one_type, sdbout_parms, sdbout_reg_parms): Likewise.
5990         (sdbout_end_epilogue): Remove variable NAME.
5991         * system.h (getopt): Add default definition.
5992         * config/alpha/alpha.c (print_operand): Don't continue processing
5993         after issuing error.
5994         (summarize_insn): Avoid use of UL in constant.
5995
5996         * function.c (locate_and_pad_parm): Use host_integerp and tree_low_cst.
5997
5998         * fold-const.c (force_fit_type): Unsigned values can overflow
5999         if they are sizetype.
6000         (int_const_binop): Don't use cache if overflows.
6001
6002 2000-10-20  Richard Henderson  <rth@cygnus.com>
6003
6004         * function.c (locate_and_pad_parm): Zero alignment_pad.
6005
6006         * regrename.c (rr_replace_reg): Rewrite to use recog_data to
6007         perform substitutions, and apply_change_group to see if it worked.
6008
6009 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6010
6011         * dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
6012
6013         * combine.c (struct undo): Change int to unsigned int.
6014         (do_SUBST_INT): Args are unsigned int.
6015         (make_extraction, force_to_mode): Use proper type when forming mask.
6016         (make_field_assignment): Likewise.
6017
6018 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6019
6020         * c-common.c (check_format_info_recurse): Extract string constant
6021         initializers from non-volatile constant arrays and check them as
6022         formats.
6023         * c-typeck.c (decl_constant_value): Don't check pedantic or check
6024         for DECL_MODE (decl) != BLKmode.
6025         (decl_constant_value_for_broken_optimization): New function which
6026         includes these checks.
6027         (default_conversion, convert_for_assignment, digest_init): Use
6028         decl_constant_value_for_broken_optimization instead of
6029         decl_constant_value.
6030
6031 2000-10-20  Mark Mitchell  <mark@codesourcery.com>
6032
6033         * tree.h (DECL_ALIGN_UNIT): New macro.
6034
6035 2000-10-14  Marek Michalkiewicz  <marekm@linux.org.pl>
6036
6037         * config/avr/avr-protos.h (avr_output_bld): New.
6038         (out_shift_with_cnt): Add t_len argument.
6039         * config/avr/avr.c (avr_num_arg_regs): Remove -mpack-args.
6040         (output_movqi, output_movhi, output_movsisf): Optimize loading
6041         any constant with exactly one bit set to NO_LD_REGS.
6042         (out_shift_with_cnt): Optimize output code for size or speed,
6043         depending on optimize_size.  Handle small shift counts as well
6044         (if not hand-optimized in ?sh??i3_out).  Shifts can be done
6045         with or without a scratch register, with help of __tmp_reg__
6046         or __zero_reg__ if necessary.  Add T_LEN argument to pass the
6047         length of TEMPLATE in words, return total insn length in *LEN.
6048         (ashlqi3_out, ashrqi3_out, lshrqi3_out): Change all calls to
6049         out_shift_with_cnt to work with the above change.
6050         (ashlhi3_out, ashlsi3_out, ashrhi3_out, ashrsi3_out, lshrhi3_out,
6051         lshrsi3_out): Likewise.  Optimize more known shift count cases.
6052         Remove cases already well optimized in out_shift_with_cnt.
6053         (avr_output_bld): New function.
6054         * config/avr/avr.h (MASK_PACK_ARGS, TARGET_PACK_ARGS): Remove.
6055         (TARGET_SWITCHES): Remove -mpack-args backward compatibility.
6056         * config/avr/avr.md (*reload_inqi, *reload_inhi, *reload_insi):
6057         Add reload_completed to insn condition - only for peepholes.
6058         (ashlqi3, ashrqi3, lshrqi3): Correct insn length for shift counts
6059         in a register or memory.
6060         (ashlhi3, ashlsi3, ashrhi3, ashrsi3, lshrhi3, lshrsi3): Likewise.
6061         Do not require a scratch register.
6062         (*ashlhi3_const, *ashlsi3_const, *ashrhi3_const, *ashrsi3_const,
6063         *lshrhi3_const, *lshrsi3_const): New insns and matching peepholes.
6064         Optimize shifts by known count using a scratch register, but only
6065         if one is still available after register allocation.
6066
6067 2000-10-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6068
6069         * t-vax: New file.  Don't build modules from libgcc1.c.
6070
6071 Fri Oct 20 00:57:00 EDT 2000  John Wehle  (john@feith.com)
6072
6073         * alias.c: (mark_constant_function): Don't check pure functions.
6074         Initialize and end alias analysis.
6075         (nonlocal_mentioned_p): Rename from nonlocal_reference_p.
6076         Don't make a special exception for recursion.  Handle
6077         UNSPEC_VOLATILE.  Don't assume ASM_OPERANDS is non-local
6078         unless it's volatile.
6079
6080         * local-alloc.c (equivalence): New structure.
6081         (reg_equiv): Define.
6082         (contains_replace_regs): Remove array and use
6083         field in reg_equiv.
6084         (memref_referenced_p): Likewise.
6085         (no_equiv): Likewise.
6086         (update_equiv_regs): Likewise.
6087
6088         (equiv_init_varies_p,
6089         equiv_init_movable_p): New functions.
6090         (update_equiv_regs): Use them.  Use rtx_varies_p
6091         instead of function_invariant_p.  Process insns
6092         from end to beginning.  Allow a REG_EQUIV insn
6093         within the same loop as a use to be moved, also
6094         allow it to be moved out of a loop.  Update
6095         REG_DEAD notes when substituting into an insn.
6096
6097 2000-10-19  Jim Wilson  <wilson@cygnus.com>
6098
6099         * c-decl.c (start_decl): Check for error_mark_node type before using
6100         COMPLETE_TYPE_P.
6101         (finish_decl): Likewise.  Don't give an error if decl type is
6102         already error_mark_node.
6103
6104         * haifa-sched.c (compute_trg_info): Add explanatory comments.
6105         New local update_blocks.  Use update_blocks to remove duplicates
6106         when computing update blocks.  Check for bblst_table overflow.
6107         (schedule_block): Add explanatory comment.  Reduce bblst_size by
6108         factor of 2.
6109         * config/ia64/ia64.md (movdi_symbolic): Document loss of REG_LABEL
6110         notes.
6111
6112 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
6113
6114         * libgcc2.c (_mulvsi3): Change variables u and v to a and b.
6115
6116 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
6117
6118         * expmed.c: Minor corrections in comments.
6119         * invoke.texi: Added desciption for the new option -ftrapv.
6120
6121 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
6122
6123         * libgcc2.c: Added the missing #endif.
6124
6125 Thu Oct 19 14:25:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6126
6127         * i386.h (CONST_OK_FOR_LETTER): Re-add 'N'; document.
6128
6129 2000-10-18  Chandrakala Chavva  <cchavva@redhat.com>
6130
6131         * expmed.c (expand_mult): Don't do synth_mult optimization for -ftrapv.
6132         Use smulv_optab for -ftrapv.
6133         (expand_mult_highpart): Use unsigned multiply.
6134         (expand_divmod): Special-case division by -1.
6135         For EXACT_DIV_EXPR, do right shift first, then the multiply.
6136         For complex divide, use abs with unsigned result.
6137         * expr.c (force_operand): Use unsigned multiply.
6138         (expand_expr): Use overflow-trapping optabs for signed types if
6139         flag_trapv.
6140         If flag_trapv, don't generate a recursive call with EXPAND_SUM
6141         if the type is signed and the original call wasn't EXPAND_SUM or
6142         EXPAND_INITIALIZER.
6143         * expr.h (addv_optab, subv_optab, smulv_optab, sdivv_optab): Declare.
6144         (negv_optab, absv_optab): Declare.
6145         * flags.h (flag_trapv): Declare.
6146         * genopinit.c (optabs): Add entries for addv_optab, subv_optab,
6147         smulv_optab, sdivv_optab, negv_optab and absv_optab.
6148         (gen_insn): Interpret '$P' as requiring an integer mode,
6149         including partial integer modes.
6150         * loop.c (emit_iv_add_mult): Use unsigned expand_mult_add.
6151         (product_cheap_p): Use unsigned expand_mult.
6152         * optabs.c (addv_optab, subv_optab, smulv_optab, sdivv_optab): Define.
6153         (negv_optab, absv_optab): Define.
6154         (expand_binop): Use overflow-trapping optabs for signed types if
6155         flag_trapv.
6156         Handle negv_optab libe neg_optab.
6157         (expand_abs): Take result_unsignedp argument instead of unsignedp one.
6158         Use overflow-trapping optabs for signed result if flag_trapv.
6159         (expand_complex_abs): Use overflow-trapping optabs for signed types if
6160         flag_trapv.
6161         Don't open-code complex absolute-value operation for flag_trapv.
6162         (init_optabs): Initialize addv_optab, subv_optab, smulv_optab,
6163         sdivv_optab, negv_optab and absv_optab.
6164         * toplev.c (flag_trapv): Define.
6165         (lang_independent_options f_options): Include flag_trapv.
6166         * tree.h (TYPE_TRAP_SIGNED): Define.
6167         * libgcc2.c (__addvsi3, __addvdi3, __subvsi3,__subvsi3, __subvdi3,
6168         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
6169         New functions.
6170         * Makefile.in: add _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3
6171         _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2.
6172
6173 2000-10-18  Geoffrey Keating  <geoffk@cygnus.com>
6174             David V. Henkel-Wallace  <gumby@cygnus.com>
6175
6176         * config/i386/t-netware: Bring in from the Red Hat tree.
6177         * config/i386/netware.h: Likewise.
6178         * config/netware.h: Likewise.
6179         * config/rs6000/netware.h: Delete.
6180         * configure.in: Add i[34567]86-*-netware.
6181         * configure: Hand-edit to match configure.in change.
6182
6183 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
6184
6185         * c-common.h (flag_no_builtin): Declare.
6186         (flag_no_nonansi_builtin): Likewise.
6187         (c_common_nodes_and_builtins): Change prototype.
6188         * c-common.c (flag_no_builtin): New variable.
6189         (flag_no_nonansi_builtin): Likewise.
6190         (c_common_nodes_and_builtins): Remove parameters.  Adjust
6191         accordingly.
6192         * c-decl.c (flag_no_builtin): Remove.
6193         (flag_no_nonansi_builtin): Likewise.
6194         (init_decl_processing): Adjust call to
6195         c_common_nodes_and_builtins.
6196
6197 2000-10-18  Marc Espie <espie@openbsd.org>
6198
6199         * tm.texi (LIBGCC_SPEC): Synch with reality.
6200
6201 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6202
6203         * c-common.c (check_format_types): Check for writing through a
6204         NULL pointer argument.
6205
6206 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
6207
6208         * tm.texi (Exception Region Output): Document
6209         DWARF_CIE_DATA_ALIGNMENT.
6210         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Wrap definition in
6211         #ifndef.
6212         [ENABLE_CHECKING] (reg_save): Abort if offset is not a multiple of
6213         DWARF_CIE_DATA_ALIGNMENT.
6214
6215 2000-10-18  Michael Hayes  <mhayes@cygnus.com>
6216
6217         * basic-block.h (struct loop): Delete fields pre_header_root
6218         and pre_header_trace and replace with pre_header_edges
6219         and num_pre_header_edges.
6220         * flow.c (flow_loop_dump): Dump pre_header_edges.
6221         (flow_loops_free): Free pre_header_edges.
6222         (flow_loop_pre_header_scan): Calculate pre_header_edges.
6223
6224 2000-10-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6225
6226         * contrib.texi: Update references to steering committee members
6227         and Jeff Law's entry.
6228
6229 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6230
6231         * c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define.
6232         (maybe_read_dollar_number, check_format_info_main): Use them for
6233         pedantic warning messages.
6234
6235 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6236
6237         * c-common.c (check_format_info_main): Minor cleanup: move
6238         variables into inner scopes; initialize declarations where
6239         appropriate; don't hardcode "scanf" name on warning for zero
6240         width.
6241
6242 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
6243
6244         * c-common.c (back_end_hook): New variable.
6245         * c-common.h (back_end_hook): Declare it.
6246         * c-lang.c (finish_file): Use it.
6247
6248         * emit-rtl.c (init_emit_once): Initialize the const_int_htab
6249         earlier.
6250
6251 2000-10-18  Jan Hubicka  <jh@suse.cz>
6252
6253         * i386.c (ix86_comparison_operator, put_condition_code,
6254         ix86_match_ccmode, ix86_cc_mode): Handle CCRCmode.
6255         (ix86_expand_strlensi_unroll_1): Use CCRCmode.
6256         * i386.h (EXTRA_CC_MODES): Add CCRCmode.
6257         * i386.md (adddi and negdi splitter): Use CCRCmode.
6258         (add?i_3, add?i_4, add?i_5): Use CCRCmode; swap operands
6259         (subsi3_carry): add '*'
6260         (addsi3_carry_rc, subsi3_carry_rc, x86_movsicc_0_m1_rc): New.
6261         (cmp to add peep2): Use CCRCmode; swap operands.
6262
6263 2000-10-18  Kazu Hirata  <kazu@hxi.com>
6264
6265         * h8300.c: Fix a comment typo.
6266         (round_frame_size): New.
6267         (compute_saved_regs): Likewise.
6268         (push): Likewise.
6269         (pop): Likewise.
6270         (push_order): Remove.
6271         (pop_order): Likewise.
6272         (function_prologue): Rearrange code for readability.
6273         (function_epilogue): Likewise.
6274
6275         * config/h8300/h8300.md: Remove an unnecessary sign_extend
6276         expander that is used when not optimizing.  Output a tab after
6277         each assembly insns.
6278
6279         * reorg.c: Fix formatting.
6280
6281 2000-10-17  Joern Rennecke <amylaar@redhat.co.uk>
6282
6283         * reload1.c (move2add_note_store): Check for simple
6284         auto-inc in destination.
6285
6286 2000-10-17  Michael Chastain  <chastain@redhat.com>
6287
6288         * config/i386/i386-aout.h: define INT_ASM_OP.
6289
6290 Tue Oct 17 20:11:08 2000  Alan Modra <alan@linuxcare.com.au>
6291
6292         * pa.c (print_operand): Handle case 'c' for .vtable_inherit
6293
6294 Tue Oct 17 20:05:51 2000  Martin Buchholz <martin@xemacs.org>
6295
6296         * i370.md: Fix spelling typo.
6297
6298 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6299
6300         * function.c (locate_and_pad_parm): Don't align stack unconditionally.
6301         Fixes execute/20001017-1.c on powerpc-linux-gnu.
6302
6303         * expr.c (store_constructor): Apply MEM_ALIAS_SET to MEMs only.
6304         * rs6000/rs6000.c (rs6000_hash_constant): Use X0INT to access a
6305         LABEL_REF.
6306
6307         * rs6000/rs6000.h (NO_DOLLAR_IN_LABEL, DOLLARS_IN_IDENTIFIERS,
6308         ENCODE_SECTION_INFO, ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Move from
6309         here...
6310         * rs6000/aix.h: ...to here.
6311         * rs6000/linux.h (ASM_APP_ON, ASM_APP_OFF): Define to Linux-style.
6312
6313 2000-10-17  Jakub Jelinek  <jakub@redhat.com>
6314
6315         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.
6316
6317         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Always use call, make
6318         sure linker can relax even the delay slot mov %g1,%o7, fix output
6319         formating.
6320
6321 2000-10-17  Kazu Hirata  <kazu@hxi.com>
6322
6323         * config/h8300/h8300.md: Remove an unnecessary zero_extend
6324         expander that is used when not optimizing.  Output a tab after
6325         each assembly insns.
6326
6327 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
6328
6329         * gcc.c: New options --target-help.
6330         (process_command): Added code to parse this new option.
6331         * toplev.c (display_target_options): New function to support the
6332         above new option.
6333         * cppinit.c (new_pending_directive) : New option OPT_target__help.
6334         (cpp_handle_option): Support this new option.
6335         * invoke.texi: Added notes about --target-help option.
6336
6337 2000-10-17  Graham Stott  <grahams@redhat.com>
6338
6339         * config/i386/i386.md (testqi_1): Add missing operand prefix
6340         for operand 0.
6341         * config/i386/i386-protos.h: Add missing prototype.
6342
6343 2000-10-17  Diego Novillo  <dnovillo@cygnus.com>
6344
6345         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Symbol
6346         _GLOBAL_OFFSET_TABLE should not have a $ prefix when
6347         using -mintel-syntax.
6348
6349 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6350
6351         * c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
6352         (format_types): Use it for printf.
6353         (maybe_read_dollar_number): Add parameter for the kind of format
6354         involved.  Warn for multiple use for arguments if this is
6355         inappropriate for the kind of format involved.
6356         (check_format_info_main): Update calls to maybe_read_dollar_number.
6357
6358 2000-10-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6359
6360         * inclhack.def (hpux_maxint): Also apply fix to values.h.
6361         * fixincl.x: Rebuilt.
6362
6363 2000-10-17  Alexandre Oliva  <aoliva@redhat.com>
6364
6365         * genrecog.c (write_switch): Return the first condition that needs a
6366         label.
6367
6368 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
6369
6370         * c-tree.h (warn_sequence_point): Move declaration to...
6371         * c-common.h (warn_sequence_point): ... here.
6372         * c-decl.c (warn_sequence_point): Move definition to...
6373         * c-common.c (warn_sequence_point): ... here.
6374         (struct reverse_tree): New.
6375         (reverse_list, reverse_max_depth): New static variables.
6376         (build_reverse_tree, common_ancestor, modify_ok
6377         verify_sequence_points): New functions.
6378         (c_expand_expr_stmt): Call verify_sequence_points if -Wsequence-point.
6379         * c-typeck.c (check_modify_expr): Delete.
6380         (build_modify_expr): Don't call it.
6381
6382 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6383
6384         * c-common.h (warn_missing_format_attribute): New variable.
6385         * c-decl.c (warn_missing_format_attribute): New variable.
6386         (c_decode_option): Decode -Wmissing-format-attribute and
6387         -Wno-missing-format-attribute.
6388         * c-common.c (check_function_format): If
6389         -Wmissing-format-attribute, give a warning where a vprintf or
6390         vscanf function is called by a function without its own printf or
6391         scanf attribute.
6392         * toplev.c (documented_lang_options): Add
6393         -Wmissing-format-attribute.
6394         * invoke.texi: Document -Wmissing-format-attribute.
6395
6396 2000-10-17  Marc Espie <espie@openbsd.org>
6397
6398         * invoke.texi (-shared): Insist on requiring code generation flags
6399         to be used along with -shared, and document the subtle failure that
6400         may occur otherwise.
6401
6402 2000-10-16  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6403
6404         * pa.md (return_internal): Move `use' after `return'.
6405
6406 2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
6407
6408         * machmode.def: Correct comment.
6409
6410 2000-10-16  Rodney Brown  <RodneyBrown@mynd.com>
6411
6412         * print-rtl.c (print_rtx_head): Constify.
6413         * rtl.h (print_rtx_head): Similarly.
6414
6415         * config/pa/pa/pa-protos.h (output_64bit_and, output_64bit_ior):
6416         Constify char * return value.
6417         * config/pa/pa/pa.c
6418         (output_64bit_and, output_64bit_ior): Constify char * return value.
6419         (pa_can_combine_p): Make static.
6420         (function_arg): Decorate unused `named' argument. Fix comment typo.
6421         (function_arg_partial_nregs): Decorate unused `named' argument.
6422
6423 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6424
6425         * c-common.c (format_check_results): New structure.
6426         (finish_dollar_format_checking): Adjust to take a
6427         format_check_results * parameter.
6428         (check_format_info, check_format_info_recurse,
6429         check_format_info_main): Split check_format_info into three
6430         functions, the main checking going in check_format_info_main.
6431         Recurse when any reduction of the format string argument towards a
6432         string literal is done; go down both branches of a conditional
6433         expression.  Don't warn for extra format arguments or empty format
6434         strings if they only occur in some branches of a conditional
6435         expression.
6436
6437 2000-10-16  Kazu Hirata  <kazu@hxi.com>
6438
6439         * config/h8300/h8300.c: Remove obstack.  Include ggc.h.
6440
6441 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
6442
6443         * rtlanal.c (may_trap_p): Check operand modes of COMPARE.
6444
6445 2000-10-15  Diego Novillo  <dnovillo@cygnus.com>
6446
6447         * i386.md (*movsi_or): Switch operand order for intel syntax.
6448
6449 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
6450
6451         * PROBLEMS: Remove.
6452
6453         * gcc.texi (Contributing): Update.
6454
6455 2000-10-13  Diego Novillo  <dnovillo@cygnus.com>
6456
6457         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Output final jump using
6458         appropriate assembler dialect.
6459
6460 2000-10-13  Alexandre Oliva  <aoliva@redhat.com>
6461
6462         * c-common.c (c_expand_builtin): PARAMS-ize prototype.
6463
6464 2000-10-12  Marek Michalkiewicz  <marekm@linux.org.pl>
6465
6466         * config/avr/avr.c (output_movhi, output_movsisf): Fix loading
6467         constants 1 and 2 to NO_LD_REGS.
6468
6469 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6470
6471         * Makefile.in (c-parse.c, tradcif.c): Create atomically.
6472
6473         * objc/Make-lang.in (objc-parse.c): Likewise.
6474
6475 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
6476
6477         * arm.c: Include obstack.h
6478         (minipool_obstack, minipool_startobj): Define.
6479         (arm_add_gc_roots): Initialize them.
6480         (create_fix_barrier): Use our new obstack.
6481         (push_minipool_barrier, push_minipool_fix): Likewise.
6482         (arm_reorg): Release obstack memory.
6483
6484 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
6485
6486         * config/sparc/sparc.md (nonlocal_goto_receiver): Remove.
6487         (prologue, exception_receiver, builtin_setjmp_receiver): New
6488         patterns.
6489         * config/sparc/sparc.h (FINALIZE_PIC): Remove.
6490         * config/sparc/sparc-protos.h (finalize_pic): Remove.
6491         (load_pic_register): New prototype.
6492         * config/sparc/sparc.c (pic_setup_code): Remove.
6493         (finalize_pic): Rename to...
6494         (load_pic_register): ...this function.
6495         Don't look for nonlocal_goto_receivers and emit pic setup code
6496         directly.  Don't check current_function_uses_pic_offset_table.
6497
6498 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
6499
6500         * tree.h (struct obstack): Declare.
6501
6502 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
6503
6504         Remove obstacks.
6505         * Makefile.in (ggc-callbacks.o): Remove target.
6506         (flow.o): Depend on GGC_H.
6507         * alias.c (init_alias_analysis):
6508         Remove ggc_p conditionals.
6509         (end_alias_analysis): Likewise.
6510         * basic-block.h (init_flow): New function.
6511         (allocate_reg_life_data): Declare.
6512         * bb-reorder.c  (function_obstack): Replace with ...
6513         (flow_obstack): ... new variable.
6514         (fixup_reorder_chain): Use it.
6515         * c-decl.c (ggc_p): Remove.
6516         (caller-save.c): Don't call oballoc/obfree.
6517         * combine.c (struct
6518         undobuf): Remove storage.
6519         (try_combine): Don't call oballoc.
6520         (undo_all): Don't call obfree.
6521         * cse.c (insert): Use xmalloc, not
6522         oballoc.
6523         (cse_main): Adjust accordingly.
6524         * dwarf2out.c (save_rtx): Remove
6525         obstack code.
6526         (dwarf2out_init): Remove ggc_p conditionals.
6527         * emit-rtl.c (rtl_obstack): Remove.
6528         (gen_rtx_CONST_INT): Remove ggc_p conditionals.
6529         (make_insn_raw): Likewise.
6530         (emit_insn_before): Likewise.
6531         (emit_insn_after): Likewise.
6532         (emit_insn): Likewise.
6533         (gen_sequence): Likewise.
6534         (copy_insn_1): Remove handling of `b' RTL components.
6535         (init_emit_once): Remove ggc_p conditionals.
6536         * except.c (create_rethrow_ref): Don't fool with obstacks.
6537         (add_partial_entry): Likewise.
6538         (call_get_eh_context): Likewise.
6539         (begin_protect_partials): Likewise.
6540         (protect_with_terminate): Likewise.
6541         * explow.c
6542         (plus_constant_wide): Likewise.
6543         * expr.c (init_expr_once):
6544         Likewise.
6545         (emit_block_move): Likewise.
6546         (clear_storage): Likewise.
6547         (expand_expr): Likewise.
6548         * flow.c (function_obstack): Remove.
6549         (flow_obstack): New variable.
6550         (flow_firstobj): Likewise.
6551         (create_base_block): Use the flow_obstack.
6552         (split_block): Likewise.
6553         (split_edge): Likewise.
6554         (calculate_global_regs_live): Likewise.
6555         (allocate_bb_life_data): Make it static.  Likewiwse.
6556         (init_flow): New function.
6557         (size_int_type_wide): Remove ggc_p conditionals.
6558         * function.c
6559         (push_function_context_to): Don't call save_tree_status.
6560         (pop_function_context_from): Or restore_tree_status.
6561         (assign_stack_local_1): Don't call push_obstacks.
6562         (find_fixup_replacement): Use xmalloc.
6563         (fixup_var_refs_insns): Free the storage.
6564         (insns_for_mem_walk): Don't mess with obstacks.
6565         (instantiate_decls): Likewise.
6566         (trampoline_address): Likewise.
6567         (expand_function_end): Likewise.
6568         * function.h (sturct function):
6569         Remove obstack-related variables.
6570         (save_tree_status): Don't declare.
6571         (restore_tree_status): Likewise.
6572         * gcse.c (compute_can_copy):
6573         Don't call oballoc/obfree.
6574         * genattrtab.c (operate_exp): Remove
6575         ggc_p conditionals.
6576         (simplify_cond): Likewise.
6577         (simplify_test_exp): Don't mess with obstacks.
6578         (optimize_attrs): Likewise.
6579         * gengenrtl.c (gendef): Don't include
6580         ggc_p conditionals.
6581         * ggc-callbacks.c (ggc_p): Remove.
6582         * ggc-none.c (ggc_p): Remove.
6583         * ggc.h (ggc_p): Don't declare.
6584         * integrate.c (save_for_inline): Don't mess with obstacks.
6585         (integrate_decl_tree): Likewise.
6586         (output_inline_function): Likewise.
6587         * lists.c
6588         (init_EXPR_INSN_LIST_cache): Likewise.
6589         * loop.c (temp_obstack):
6590         Remove.
6591         (rtl_obstack): Likewise.
6592         (init_loop): Don't mess with obstacks.
6593         (reg_address_cost): Free BIVs and GIVs.
6594         (check_insns_for_bivs): Use xmalloc, not oballoc.
6595         (find_mem_givs): Likewise.
6596         (record_biv): Likewise.
6597         (general_induction_var): Likewise.
6598         (product_cheap_p): Likewse.
6599         * optabs.c (init_one_libfunc): Remove
6600         ggc_p conditional.
6601         * print-tree.c (debug_tree): Don't use
6602         oballoc/obfree.
6603         (print_node): Likewise.
6604         * profile.c (output_func_start_profiler):
6605         Remove call to temporary_allocation.
6606         * reload1.c
6607         (eliminate_regs_in_insn): Don't mess with obstacks.
6608         * resource.c
6609         (mark_target_live_regs): Use xmalloc.
6610         (free_resource_info): Free the memory.
6611         * rtl.c (rtl_obstack):
6612         Remove.
6613         (rtvec_alloc): Don't mess with obstacks.
6614         (rtx_alloc): Likewise.
6615         (rtx_free): Remove.
6616         (copy_rtx): Don't handle `b' cases.
6617         (read_rtx): Use a local rtl_obstack.
6618         * rtl.h (oballoc): Remove.
6619         (obfree): Likewise.
6620         (pop_obstacks): Likewise.
6621         (push_obstacks): Likewise.
6622         (allocate_bb_life_data): Likewise.
6623         (allocate_reg_life_data): Likewise.
6624         (rtx_free): Likewise.
6625         * sdbout.c (sdbout_queue_anonymous_type):
6626         Use tree_cons, not saveable_tree_cons.
6627         * simplify-rtx.c
6628         (cselib_init): Don't mess with obstacks.
6629         * stmt.c
6630         (mark_block_nesting): Mark the label_chain.
6631         (epxand_label): Use ggc_alloc, not oballoc.
6632         (clear_last_expr): Don't mess with obstacks.
6633         (expand_decl_cleanup): Likewise.
6634         (expand_dcc_cleanup): Likewise.
6635         (expand_dhc_cleanup): Likewise.
6636         (expand_anon_union_decl): Likewise.
6637         (add_case_node): Use xmalloc, not oballoc.
6638         (free_case_nodes): New function.
6639         (expand_end_case): Call it.
6640         * stor-layout.c (layout_type): Don't
6641         mess with obstacks.
6642         (layout_type): Likewise.
6643         * toplev.c (wrapup_global_declarations):
6644         Likewise.
6645         (compile_file): Remove ggc_p conditionals.
6646         (rest_of_compilation): Call init_flow.  Remove ggc_p conditionals.
6647         (decode_f_option): Remove ggc_p conditionals.
6648         * tree.c
6649         (function_maybepermanent_obstack): Remove.
6650         (maybepermanent_obstack): Likewise.
6651         (function_obstack): Likewise.
6652         (tmeporary_obstack): Likewise.
6653         (momentary_obstack): Likewise.
6654         (temp_decl_obstack): Likewise.
6655         (saveable_obstack): Likewise.
6656         (rtl_obstack): Likewise.
6657         (current_obstack): Likewise.
6658         (expression_obstack): Likewise.
6659         (struct obstack_stack): Likewise.
6660         (obstack_stack): Likewise.
6661         (obstack_stack_obstack): Likewise.
6662         (maybepermanent_firstobj): Likewise.
6663         (temporary_firstobj): Likewise.
6664         (momentary_firstobj): Likewise.
6665         (temp_decl_firstobj): Likewise.
6666         (momentary_function_firstobj): Likewise.
6667         (all_types_permanent): Likewise.
6668         (struct momentary_level): Likewise.
6669         (momentary_stack): Likewise.
6670         (init_obstacks): Remove initialization of removed obstacks.
6671         (save_tree_status): Remove.
6672         (restore_tree_status): Likewise.
6673         (temporary_allocation): Liekwise.
6674         (end_temporary_allocation): Liekwise.
6675         (resume_temporary_allocation): Likewise.
6676         (saveable_allocation): Likewise.
6677         (push_obstacks): Likewise.
6678         (push_obstacks_nochange): Likewise.
6679         (pop_obstacks): Likewise.
6680         (allocation_temporary_p): Likewise.
6681         (permanent_allocation): Likewise.
6682         (preserve_data): Likewise.
6683         (preserve_initializer): Likewise.
6684         (rtl_in_current_obstack): Likewise.
6685         (rtl_in_saveable_obstack): Likewise.
6686         (oballoc): Likewise.
6687         (obfree): Likewise.
6688         (savealloc): Likewise.
6689         (expralloc): Likewise.
6690         (print_obstack_name): Likewise.
6691         (debug_obstack): Likewise.
6692         (object_permanent_p): Likewise.
6693         (push_momentary): Likewise.
6694         (perserve_momentary): Likewise.
6695         (clear_momentary): Likewise.
6696         (pop_momentary): Likewise.
6697         (pop_momentary_nofree): Likewise.
6698         (suspend_momentary): Likewise.
6699         (resume_momentary): Likewise.
6700         (make_node): Don't set TREE_PERMANENT.
6701         (copy_node): Remove ggc_p conditionals.  Don't set TYPE_OBSTACK.
6702         Don't set TREE_PERMANENT.
6703         (get_identifier): Remove ggc_p conditionals.
6704         (build_string): Likewise.
6705         (make_tree_vec): Likewise.
6706         (build_decl_list): Remove.
6707         (build_expr_list): Likewise.
6708         (tree_cons): Remove ggc_p conditionals.
6709         (decl_tree_cons): Remove.
6710         (expr_tree_cons): Likewise.
6711         (perm_tree_cons): Likewise.
6712         (temp_tree_cons): Likewise.
6713         (saveable_tree_cons): Likewise.
6714         (build1): Remove ggc_p conditionals.
6715         (build_parse_node): Likewise.
6716         (build_type_attribute_variant): Don't mess with obstacks.
6717         (build_type_copy): Likewise.
6718         (type_hash_canon): Likewise.
6719         (build_pointer_type): Likewise.
6720         (build_reference_type): Likewise.
6721         (build_index_type): Likewise.
6722         (build_range_type): Likewise.
6723         (dump_tree_statistics): Don't print obstack information.
6724         * tree.h
6725         (struct tree_common): Remove permanent_flag.
6726         (TREE_PERMANENT): Remove.
6727         (TREE_SET_PERMANENT): Likewise.
6728         (TYPE_OBSTACK): Likewise.
6729         (struct tree_type): Remove obstack.
6730         (oballoc): Remove.
6731         (savealloc): Likewise.
6732         (build_decl_list): Likewise.
6733         (build_expr_list): Likewise.
6734         (perm_tree_cons): Likewise.
6735         (temp_tree_cons): Likewise.
6736         (saveable_tree_cons): Likewise.
6737         (decl_tree_cons): Likewise.
6738         (expr_tree_cons): Likewise.
6739         (suspend_momentary): Likewise.
6740         (allocation_temporary_p): Likewise.
6741         (resume_momentary): Likewise.
6742         (push_obstacks_nochange): Likewise.
6743         (permanent_allocation): Likewise.
6744         (push_momentary): Likewise.
6745         (clear_momentary): Likewise.
6746         (pop_momentary): Likewise.
6747         (end_temporary_allocation): Likewise.
6748         (pop_obstacks): Likewise.
6749         (push_obstacks): Likewise.
6750         (pop_momentary_nofree): LIkewise.
6751         (preserve_momentary): Likewise.
6752         (saveable_allocation): Likewise.
6753         (temporary_allocation): Likewise.
6754         (resume_temporary_allocation): Likewise.
6755         (perserve_initializer): Likewise.
6756         (debug_obstack): Likewise.
6757         (rtl_in_current_obstack): Likewise.
6758         (rtl_in_saveable_obstack): Likewise.
6759         (obfree): Likewise.
6760         * varasm.c (current_obstack): Remove.
6761         (saveable_obstack): Remove.
6762         (rtl_obstack): Remove.
6763         (immed_double_const): Don't mess with obstacks.
6764         (immed_real_cons): Likewise.
6765         (output_constant_def): Likewise.
6766         (init_varasm_status): Use xcalloc.
6767         (mark_pool_constant): Mark the pool constant itself.
6768         (free_varasm_status): Free memory.
6769         (decode_rtx_const): Call bzero directly, rather than expanding it
6770         inline.
6771         (record_rtx_const): Don't mess with obstacks.
6772         (force_const_mem): Likewise.
6773         * config/arm/arm.c (arm_encode_call_attribute): Remove ggc_p
6774         conditionals.
6775         (aof_pic_entry): Likewise.
6776         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
6777         * config/m32r/m32r.c (m32r_encode_section_info): Likewise.
6778         * config/pa/pa.c (saveable_obstack): Remove.
6779         (rtl_obstack): Likewise.
6780         (current_obstack): Likewise.
6781         (output_call): Don't mess with obstacks.
6782         (hppa_encode_label): Remove ggc_p conditionals.
6783         * config/romp/romp.c (get_symref): Don't mess with obstacks.
6784         * config/rs6000/rs6000.c (output_toc): Remove ggc_p conditional.
6785         (rs6000_encode_section_info): Likewise.
6786         * config/sh/sh.c (get_fpscr_rtx): Likewise.
6787
6788 Thu Oct 12 16:02:31 MET DST 2000 Jan Hubicka  <jh@suse.cz>
6789
6790         * i386.md (adddi3, subdi3 splitters): Update for new pattern.
6791         (addsi3_cc, addqi3_cc, subsi3_cc): Remove
6792         (addsi3_carry): Canonicalize.
6793         (addqi_5): Remove '*'.
6794         (sbb pattern): Canonicalize.
6795
6796         * i386.md (cmp to inc/add peep2): New.
6797
6798 2000-10-12  Richard Earnshaw  <rearnsha@arm.com>
6799
6800         * bb-reorder.c (reorder_basic_blocks): Allocate an aux block for
6801         the exit block.
6802
6803 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6804
6805         * gcc.texi: Merge in contents of README.TRAD and TESTS.FLUNK.
6806         * README.TRAD, TESTS.FLUNK: Remove.
6807
6808 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6809
6810         * c-common.c (decl_attributes): Don't allow strftime formats with
6811         first_arg_num nonzero.
6812         (check_format_info): Set wanted_type and wanted_type_name to zero
6813         before they are possibly assigned and used.
6814
6815 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6816
6817         * c-common.c (scanf_flag_specs): Add flags ' and I.
6818         (strftime_flag_pairs): Disallow any pair of the _, - and 0 flags,
6819         or the ^ and # flags together.
6820         (scan_char_table): Handle the ' and I flags.
6821         (format_types): Add ' and I flags for scanf.
6822
6823 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6824
6825         * c-common.c (print_char_table): Use the unpromoted type for
6826         lengths "h" and "hh" with conversions dioxXu.
6827         (check_format_types): Apply the default argument promotions where
6828         the wanted type is not a pointer target.
6829
6830 2000-10-11  Michael Meeks  <mmeeks@gnu.org>
6831             Joseph S. Myers  <jsm28@cam.ac.uk>
6832
6833         * c-typeck.c (check_modify_expr): New function.
6834         (build_modify_expr): Call it if warn_sequence_point.
6835         * c-decl.c (warn_sequence_point): New variable.
6836         (c_decode_option): Handle -Wsequence-point and
6837         -Wno-sequence-point.  Enable -Wsequence-point as part of -Wall.
6838         * c-tree.h (warn_sequence_point): Declare.
6839         * invoke.texi (-Wsequence-point): Document.
6840         * toplev.c (documented_lang_options): Add -Wsequence-point and
6841         -Wno-sequence-point.
6842         Original work by Michael Meeks, 16 Jun 1998.
6843
6844 Wed Oct 11 06:15:41 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6845
6846         * tree.c (get_narrower): Don't look at precision of field if
6847         not laid out yet.
6848
6849 Tue Oct 10 23:14:33 2000  Denis Chertykov  <denisc@overta.ru>
6850
6851         * config/avr/avr.c (valid_machine_decl_attribute): Allow `extern'
6852         declaration for data with "progmem" attribute.
6853
6854 2000-10-09  Marek Michalkiewicz  <marekm@linux.org.pl>
6855
6856         * config/avr/avr.c (out_shift_with_cnt): Use AS2 macro.
6857         Correct insn length if shift count is a memory operand.
6858         * config/avr/avr.md: New define_peephole2 to use *reload_inqi.
6859         (*iorhi3_clobber): Change lo8 to hi8.
6860         (zero_extendhisi2): Change %B0 to %A1.
6861         (ashlhi3, ashrhi3): Correct insn length.
6862         (andhi3, abssf2, extendqisi2, extendhisi2): Change "cc"
6863         from "clobber" to "set_n" in some alternatives.
6864
6865 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
6866
6867         * reload1.c (calculate_needs_all_insns): If deleting an instruction,
6868         remove its insn_chain structure as well.
6869
6870 2000-10-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6871
6872         * dbxout.c (dbxout_source_line): Remove extra tab.
6873
6874 2000-10-09  Hans-Peter Nilsson  <hp@bitrange.com>
6875
6876         * config/elfos.h (UNIQUE_SECTION): Apply STRIP_NAME_ENCODING on name.
6877
6878 2000-10-09  Richard Henderson  <rth@cygnus.com>
6879
6880         * Makefile.in (LANG_LIB2FUNCS): Remove.
6881         (LIB2FUNCS): Remove _pure.
6882         (LIB2ADD): Remove LANG_LIB2FUNCS.
6883         (stage_a): Don't set LANG_LIB2FUNCS.
6884         * libgcc2.c (__terminate): Mark noreturn.
6885         (__pure_virtual): Remove.
6886         * mklibgcc.in: Remove LIB2ADD .txt processing.
6887
6888 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
6889
6890         * arm.md (push_multi): Revert unintended change.
6891
6892 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
6893
6894         * arm.c: Miscellaneous white space and comment clean-ups.  No
6895         functional change.
6896         * arm.md: Likewise.
6897
6898 2000-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6899
6900         * c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new
6901         STRING_CST by calling combine_strings.
6902
6903 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
6904
6905         * arm.c (thumb_expand_movstrqi): Rewrite to support SSA form.
6906         (thumb_output_move_mem_multiple): Support new insn format.
6907         * arm.md (movmem12b): Use SSA compatible format.
6908         (movmem8b): Likewise.
6909
6910 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
6911
6912         * arm.md (predicable): New attribute, default to "no".
6913         (all patterns): Mark as predicable if appropriate.
6914         (conditional execution splits): Split using predication format.
6915         (define_cond_exec): Define.
6916         * arm.c (arm_print_operand): handle insn predicate.
6917
6918 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6919
6920         * README.NS32K: Remove file.
6921
6922 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6923
6924         * README-bugs: Remove file.
6925
6926 2000-10-08  Philipp Thomas  <pthomas@suse.de>
6927         * aclocal.m4 (AM_GNU_GETTEXT): Fix non portable use of == operator
6928         for test.
6929         * configure: Rebuilt.
6930
6931 2000-10-08  Philipp Thomas  <pthomas@suse.de>
6932         * aclocal.m4 (AM_WITH_NLS): When not using included gettext,
6933         disable catalog building if no suitable program was found.
6934         Move warning message from here
6935         (AM_GNU_GETTEXT): To here.
6936         * configure: Rebuilt.
6937
6938 2000-10-08  Philipp Thomas  <pthomas@suse.de>
6939         * aclocal.m4 (GCC_PATH_PROG): New. Like AC_PATH_PROG but uses
6940         different cache variables.
6941         (GCC_PATH_PROG_WITH_TEST): New. Like AM_PATH_PROG_WITH_TEST but
6942         uses different cache variables.
6943         (AM_WITH_NLS): Use GCC_PATH_PROG and GCC_PATH_PROG_WITH_TEST.
6944         * configure: Regenerated.
6945
6946 2000-10-08  Richard Henderson  <rth@cygnus.com>
6947
6948         * Makefile.in (libgcc.mk): Pass SHLIB_EXT, not SHLIB_LIBS.
6949         * configure.in (sparc*-*-solaris*): Use t-slibgcc{,-sld}.
6950         * mklibgcc.in: Consider SHLIB_LINK the entire shlib build command.
6951         Use SHLIB_EXT.
6952
6953         * config/t-linux (SHLIB_EXT): New.
6954         (SHLIB_LINK): Use the entire build command, with substitutions.
6955         (SHLIB_LIBS): Remove.
6956         * config/alpha/t-osf4: Likewise.
6957         * config/mips/t-iris6: Likewise.
6958         * config/sparc/t-sol2: Likewise, but move shlib stuff...
6959         * config/sparc/t-slibgcc-sld: ...here.
6960         * config/sparc/t-slibgcc: New file.
6961
6962 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6963
6964         * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.
6965         * c-common.h (enum c_tree_index): Add CTI_INTMAX_TYPE and
6966         CTI_UINTMAX_TYPE.
6967         (intmax_type_node, uintmax_type_node): Define.
6968         * c-common.c (decl_attributes): If pedantic, warn if `mode'
6969         attributes create a type wider than intmax_t.
6970         (T_IM, T_UIM): Define properly.
6971         * c-decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
6972         defined.
6973         (init_decl_processing): Initialize intmax_type_node and
6974         uintmax_type_node.
6975         * c-lex.c (lex_number): When pedantic and warning for integer
6976         constants that are too large, in C99 mode warn for those that have
6977         a type wider than long long.
6978
6979 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6980
6981         * c-common.c (FMT_FLAG_ARG_CONVERT, FMT_FLAG_SCANF_A_KLUDGE,
6982         FMT_FLAG_FANCY_PERCENT_OK): Define.
6983         (format_char_info): Add flag "4" to comment.
6984         (format_flag_spec, format_flag_pair): New structures.
6985         (format_kind_info): Add additional fields to control format
6986         checking.
6987         (printf_flag_specs, printf_flag_pairs, scanf_flag_specs,
6988         scanf_flag_pairs, strftime_flag_specs, strftime_flag_pairs): New
6989         arrays.
6990         (time_char_table): Use "4" flag to handle %Ey.
6991         (format_types): Add entries for new fields.
6992         (get_flag_spec): New function.
6993         (check_format_info): Increase size of flag_chars[] to 256.
6994         Control format checking using the new fields of a format_kind_info
6995         and the new tables; remove all conditionals on printf_format_type,
6996         scanf_format_type or strftime_format_type.  Handle all details of
6997         bad combinations of flags (including width, precision and strftime
6998         modifiers) through data rather than ad hoc code.  Handle all
6999         details of standard versions in which flags appeared through
7000         data.  Use the "4" flag.
7001
7002 2000-10-07  Will Cohen  <wcohen@redhat.com>, Kazu Hirata  <kazu@hxi.com>
7003
7004         * config/h8300/h8300.md: Remove the memory alternative and correct
7005         the insn lengths in the templates for sign extention and zero
7006         extention.
7007
7008 2000-10-07  Richard Henderson  <rth@cygnus.com>
7009
7010         * calls.c (expand_call): Disallow sibcalls to noreturn functions.
7011         * flow.c (make_edges): Revert last change.
7012
7013         * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Don't test
7014         TREE_THIS_VOLATILE.
7015         * config/pa/pa.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
7016
7017 2000-10-06  David O'Brien  <obrien@dragon.nuxi.com>
7018
7019         * config/alpha/elf.h: Standardize the formatting.
7020
7021 2000-10-06  David O'Brien  <obrien@FreeBSD.org>
7022
7023         * config/alpha/elf.h: Protect the ASM_OUTPUT_IDENT definition with an
7024         #undef.
7025
7026 2000-10-06  Richard Henderson  <rth@cygnus.com>
7027
7028         * function.c (diddle_return_value): Examine
7029         current_function_return_rtx instead of the DECL_RESULT.
7030         (expand_function_end): Handle reloading DECL_RESULT from memory
7031         into a hard register.  Query promote_mode for sign of mismatched
7032         modes.
7033
7034 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
7035
7036         * haifa-sched.c (schedule_insns): Fix typo in freeing
7037         forward_dependency_cache.
7038
7039 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
7040
7041         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): Add
7042         `TARGET_SH2' as a condition.
7043
7044 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
7045
7046         * haifa-sched.c (anti_dependency_cache, output_dependency_cache,
7047         forward_dependency_cache): New variables.
7048         (add_dependence, remove_dependence): Use anti_dependency_cache and
7049         output_dependency_cache.
7050         (compute_block_forward_dependences): Use forward_dependency_cache.
7051         (schedule_insns): Allocate and free memory for anti/output/forward
7052         dependencies caches.
7053
7054 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
7055
7056         * config/sh/sh.md (call, call_value): Use `TARGET_SH2' instead of
7057         `! TARGET_SH1'.  Reindent.
7058
7059 2000-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7060
7061         * builtins.c (is_valid_printf_arglist, expand_builtin_printf):
7062         Move functions from here ...
7063
7064         * c-common.c (is_valid_printf_arglist, c_expand_builtin_printf):
7065         ... to here.
7066         (c_expand_builtin): New function.
7067         (init_function_format_info): Don't set `check_function_format_ptr'.
7068         (c_common_nodes_and_builtins): Set built_in_class type for
7069         printf/__builtin_printf to BUILT_IN_FRONTEND.
7070         (c_expand_expr): Handle CALL_EXPRs that are front-end builtins.
7071
7072         * c-common.h (build_function_call): Declare.
7073
7074         * expr.c (expand_expr): Pass builtins with class BUILT_IN_FRONTEND
7075         to `lang_expand_expr' rather than `expand_builtin'.
7076
7077         * tree.c (check_function_format_ptr): Delete.
7078
7079         * tree.h (check_function_format_ptr): Likewise.
7080
7081 2000-10-06  Hans-Peter Nilsson  <hp@bitrange.com>
7082
7083         * dwarf2out.c (build_cfa_loc): Correct to use DW_OP_regx or
7084         DW_OP_bregx when cfa->reg > 31.
7085
7086         * frame-dwarf2.c (decode_stack_op) [case DW_OP_regx]: Add missing
7087         break.
7088
7089 2000-10-05  Richard Henderson  <rth@cygnus.com>
7090
7091         * c-decl.c (warn_missing_noreturn): Remove.
7092         (c_expand_body): Don't set or check can_reach_end.
7093         * c-tree.h (warn_missing_noreturn): Move ...
7094         * flags.h: ... here.
7095         (can_reach_end): Remove.
7096         * flow.c (check_function_return_warnings): New.
7097         (make_edges): No edge to exit for noreturn sibcalls.
7098         * function.c (expand_function_end): Save the return value
7099         clobber instruction.
7100         (mark_function_status): Mark it.
7101         * function.h (struct function): Add x_clobber_return_insn.
7102         * jump.c (can_reach_end): Remove.
7103         (calculate_can_reach_end): Remove.
7104         (jump_optimize_1): Don't call it.
7105         * output.h (check_function_return_warnings): Declare.
7106         * toplev.c (warn_missing_noreturn): Move from c-decl.c
7107         (rest_of_compilation): Call check_function_return_warnings.
7108
7109 2000-10-05  Richard Henderson  <rth@cygnus.com>
7110
7111         * Makefile.in (NM_FOR_TARGET): New.
7112         (libgcc.mk): Pass SHLIB_MKMAP, SHLIB_MAPFILES.
7113         (libgcc.a, stmp-multilib): Pass NM_FOR_TARGET.
7114         * mklibgcc.in: If SHLIB_MKMAP, build libgcc.map.  Depend the
7115         shared library build on that and EXTRA_MULTILIB_PARTS.
7116         * mkmap-flat.awk: New file.
7117         * mkmap-symver.awk: New file.
7118         * libgcc-std.ver: New file.
7119         * config/libgcc-glibc.ver: New file.
7120         * config/ia64/libgcc-ia64.ver: New file.
7121         * config/t-linux (SHLIB_MKMAP, SHLIB_MAPFILES): New.
7122         (SHLIB_LINK): Add --version-script.
7123         * config/ia64/t-ia64 (SHLIB_MAPFILES): Add libgcc-ia64.ver.
7124         * config/mips/t-iris6 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
7125         * config/sparc/t-sol2 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
7126         (SHLIB_LINK): Add -M.
7127
7128 2000-10-05  Richard Henderson  <rth@cygnus.com>
7129
7130         * Makefile.in (LIB2FUNCS): Add _clz.
7131         * libgcc2.c (__ffsdi2): Use count_trailing_zeros.
7132         (__clz_tab): Put in its own unit, non-static.
7133         * libgcc2.h: Always include longlong.h.
7134
7135         * longlong.h [alpha] (count_leading_zeros): Use cmpbge with
7136         a zero instead of -1.
7137         (count_trailing_zeros): Likewise.
7138
7139 2000-10-05  Richard Henderson  <rth@cygnus.com>
7140
7141         * config/alpha/alpha.c (alpha_emit_setcc): Don't swap GT tests
7142         when second op1 is const0_rtx.  Validate op0 as a register.
7143         * config/alpha/alpha.md (setcc_internal): Don't allow constants
7144         in the first argument of the compare.
7145         (setcc_swapped_internal): Likewise.
7146         (setne_internal): Likewise.
7147
7148 2000-10-05  Geoff Keating  <geoffk@cygnus.com>
7149
7150         * tree.c (tree_size): New function split out of copy_node.
7151         (make_node): Remove obstack handling.  Use tree_size.
7152         (copy_node): Use tree_size.
7153         * tree.h: Prototype tree_size.
7154
7155 2000-10-05  Richard Henderson  <rth@cygnus.com>
7156
7157         * diagnostic.c (output_format): Add missing break.
7158
7159 2000-10-05  Jim Wilson  <wilson@cygnus.com>
7160
7161         * function.c (fixup_var_refs_1, case SET): When gen_move_insn returns a
7162         SEQUENCE, call emit_insn_before, copy PATTERN and REG_NOTES of last
7163         sequence insn to INSN, and delete last sequence insn.
7164
7165 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
7166
7167         * gcc.c (main): Include generated configargs.h header
7168         and use arguments in '-v' output.
7169
7170 Thu Oct  5 16:16:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7171
7172         * gcc.c: Move data on prefixes forward in file and reorganize.
7173         (md_exec_prefix, md_startfile_prefix, md_startfile_prefix_1):
7174         Always define, but make null if no value.
7175         (static_specs): Add "md_exec_prefix", "md_startfile_prefix",
7176         and "md_startfile_prefix_1".
7177         (main): Check whether md_exec_prefix and the others are the
7178         null string rather than whether the macro is defined.
7179
7180 Thu Oct  5 19:04:18 2000  J"orn Rennecke <amylaar@redhat.co.uk>
7181
7182         * (convert_move): Use zero_extendpsisi2 to do an unsigned extension
7183         from PSImode to SImode.
7184
7185 2000-10-05  Jakub Jelinek  <jakub@redhat.com>
7186
7187         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETICS]: Fix conversion
7188         from float to integral mode with HOST_BITS_PER_WIDE_INT 64.
7189         * dwarf2out.c (add_const_value_attribute): Divide by 4, not
7190         sizeof(long).
7191
7192 Thu Oct  5 09:31:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7193
7194         * fold-const.c (fold, case MINUS_EXPR, case EQ_EXPR): Perform
7195         negation in proper type.a
7196
7197 2000-10-04  Richard Henderson  <rth@cygnus.com>
7198
7199         * configure.in (enable-shared): New.
7200         * Makefile.in (LIBGCC_DEPS): Depend on EXTRA_PARTS as well.
7201         (libgcc.mk): Pass SHLIB_LINK, SHLIB_LIBS, SHLIB_MULTILIB to mklibgcc.
7202         * mklibgcc.in: Use them to link shared a libgcc.
7203         * config/t-linux (SHLIB_LINK, SHLIB_LIBS): New.
7204         * config/alpha/t-ieee (SHLIB_MULTILIB): New.
7205         * config/mips/t-iris6 (SHLIB_LINK, SHLIB_LIBS): New.
7206         * config/sparc/t-sol2 (SHLIB_LINK, SHLIB_LIBS): New.
7207
7208         * configure.in (alpha-osf*): Use t-osf and x-osf.
7209         * config/alpha/t-osf: New file.
7210         * config/alpha/t-osf4: New file.
7211         * config/alpha/x-osf: New file.
7212         * config/alpha/x-alpha: Remove file.
7213
7214 2000-10-04  Will Cohen  <wcohen@redhat.com>
7215
7216         * c-typeck.c (process_init_element): Added warning for zero-length
7217         array.
7218
7219         * extend.texi (Zero Length): State that static initializers for
7220         zero-length arrays are not allowed.
7221
7222 Mon Oct  2 14:50:14 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7223
7224         * rtlanal.c (single_set_1): Do not require USE and CLOBBERs
7225         to come last.
7226
7227 2000-10-03  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7228
7229         * config/float-c4x.h: New.
7230         * configure.in (c4x-*): Set float_format to c4x.
7231         * configure: Regenerate.
7232
7233 2000-10-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7234
7235         * configure.in (sparc-*-solaris2*): Disable 32-to-64 cross
7236         compilation for solaris versions 2.7 and greater.
7237
7238 2000-10-02  Marc Espie <espie@openbsd.org>
7239
7240         * config/alpha.h (WORD_SWITCH_TAKES_ARG): add -rpath to default,
7241         instead of redefining from scratch.
7242
7243 2000-10-02  David O'Brien  <obrien@dragon.nuxi.com>
7244
7245         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define.
7246
7247 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
7248
7249         * config/ns32k/genix.h: Remove.
7250         * config/ns32k/x-genix: Likewise.
7251         * config/ns32k/xm-genix.h: Likewise.
7252         * config/fx80: Remove all filee in directory.
7253         * config/pyr: Likewise.
7254         * config/tahoe: Likewise.
7255         * config/gmicro: Likewise.
7256         * config/spur: Likewise.
7257         * configure.in: Remove configury bits for above targets.
7258         * configure: Regenerated.
7259
7260         * configure.in: Don't configure chill by default.
7261         * configure: Regenerated.
7262
7263         * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
7264         (lang_mark_false_label_stack): Remove.
7265         * c-lex.c (init_c_lex): Add file_info_tree as GC root.  Allocate
7266         <top level> string in GC area.
7267         (mark_splay_tree_node): New function.
7268         (mark_splay_tree): Likewise.
7269         * except.c (mark_eh_status): Only call lang_mark_false_label_stack
7270         if it exists.
7271         * ggc-callbacks.c (lang_mark_false_label_stack): Remove.
7272         * ggc-common.c (lang_mark_false_label_stack): Change type.
7273         * ggc.h (ggc_alloc_string): Add comment.
7274         (ggc_strdup): New function.
7275
7276 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru>
7277
7278         * config/avr/avr.h (BRANCH_COST): Define as 0.
7279
7280         * config/pdp11/pdp11.c: #include "tree.h" added.
7281
7282 2000-09-30  Marek Michalkiewicz  <marekm@linux.org.pl>
7283
7284         * config/avr/avr.c (ashlhi3_out, ashlsi3_out, ashrhi3_out,
7285         ashrsi3_out, lshrhi3_out, lshrsi3_out): Optimize more cases
7286         with known shift count.
7287         * config/avr/avr.md (ashlsi3, ashrsi3, lshrsi3):
7288         New alternative for shift count 2 with no scratch register.
7289         (ashlhi3, ashlsi3): Change "cc" attribute from "clobber" to
7290         "set_n" for shift counts 1 and 2.
7291
7292 2000-09-30  Geoff Keating  <geoffk@cygnus.com>
7293
7294         * config/rs6000/rs6000.md (movsi_to_cr): Remove the USE.  Calculate
7295         the mask value from the individual SET operations.
7296         (return_internal_si): Move the USE after the RETURN.
7297         (return_internal_di): Likewise.
7298         (return_and_restore_fpregs_si): Likewise.
7299         (return_and_restore_fpregs_di): Likewise.
7300         (return_eh_si): Likewise.
7301         (return_eh_di): Likewise.
7302         * config/rs6000/rs6000.c (mtcrf_operation): Don't look for,
7303         or check, the USE.
7304         (rs6000_emit_prologue): Don't emit the USE for movsi_to_cr.
7305         Don't generate a PARALLEL around a single operation movsi_to_cr.
7306         Generate the RETURN first in any PARALLELs.
7307
7308         * rtlanal.c (single_set_1): Use fatal_insn to display the
7309         invalid insn.  Check for more cases when a USE or CLOBBER occurs
7310         before a SET.
7311         * Makefile.in: Update dependencies for rtlanal.o.
7312
7313 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
7314
7315         * i386.c: Move include of "config.h" to before that of <setjmp.h>.
7316
7317 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
7318
7319         * c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi:
7320         Consistently use @email for formatting email addresses.
7321
7322 2000-09-29  Richard Henderson  <rth@cygnus.com>
7323
7324         * cse.c (notreg_cost): New argument outer.
7325         (COST): Pass in SET to notreg_cost
7326         (COST_IN): New.
7327         (fold_rtx): Use COST_IN.  Prefer constants when costs
7328         are the same.
7329
7330 2000-09-29  David Edelsohn  <edelsohn@gnu.org>
7331
7332         * fixinc/inclhack.def (broken_cabs): Generalize regex.
7333         * fixinc/fixincl.x: Regenerate.
7334
7335 2000-09-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7336
7337         * loop.c (check_final_value): A GIV is not replaceable if used
7338         before set.
7339
7340 Fri Sep 29 10:04:12 2000  Jeffrey A Law  (law@cygnus.com)
7341
7342         * version.c: Bump to gcc-2.97.
7343
7344 Frs Sep 29 13:37:59 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7345
7346         * final.c (final_scan_insn): Remove extra extract_insn call;
7347         Use caching for constrain_operands.
7348         (cleanup_subreg_operands): Use caching for extract_insn.
7349         * recog.c (constrain_operands_cached): New.
7350         * recog.h (constrain_operands_cached): Declare.
7351         * i386.c (ix86_attr_length_immediate_default,
7352         ix86_attr_length_address_default, ix86_agi_dependant): Cache
7353         extract_insn call.
7354
7355         * recog.c (asm_noperands): Tweak.
7356         (extract_insn): Do not call asm_noperads for non-asm instructions.
7357
7358 Fri Sep 29 13:20:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7359
7360         * recog.c (recog_memoized): Rename to recog_memoized_1.
7361         * recog.h (recog_memoized): Rename to recog_memoized_1.
7362         (recog_memoized): New macro.
7363         * rtl.h (single_set): Rename to single_set_1
7364         (single_set): New macro.
7365         * rtlanal.c (single_set): Rename to single_set_1;  expect clobbers
7366         to be last.
7367
7368         * i386.md (strmovsi_1, strmovhi_1 strmovqi_1):
7369         Do not use match_dup of input operands at outputs.
7370         Use register_operand for memory expression.
7371         (rep_movsi): Put use last, canonicalize.
7372         Use register_operand for memory expression.
7373         (rep_movqi): Put use last.
7374         Use register_operand for memory expression.
7375         (strsetsi_1, strset_hi_1, strsetqi_1): Do not use match_dup
7376         of input operands at outputs.  Use register_operand for memory
7377         expression.
7378         (rep_stossi): Put use last; canonicalize; fix match_dup in
7379         the address expression
7380         (rep_stosqi): Likewise.
7381         (memcmp expander): Update calls.
7382         (cmpstrsi_nz_1, cmpstrsi_1, strlensi_1): Avoid match_dups in
7383         the clobbers.
7384
7385         * i386.md (fp_jcc_3, fp_jcc_4, jp_fcc_5): if_then_else operand is
7386         VOIDmode.
7387         (fp_jcc_4, fp_jcc_3): Refuse unordered comparisons.
7388
7389 2000-09-28  David O'Brien  <obrien@FreeBSD.org>
7390
7391         * config/i386/freebsd-aout.h: New, FreeBSD a.out config file.
7392         Contains the old contents of config/i386/freebsd.h
7393         * config/i386/freebsd.h: Now the ELF rather than a.out config file.
7394         Contains the old contents of config/i386/freebsd-elf.h
7395         * config/i386/freebsd-elf.h: Retire this file -- contents moved to
7396         config/i386/freebsd.h.
7397         * configure.in: Adjust for above changes.
7398         * po/POTFILES.in: Likewise.
7399         * po/en_GB.po: Likewise.
7400         * po/gcc.pot: Likewise.
7401         * configure: Rebuilt.
7402
7403 2000-09-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7404
7405         * doloop.c (doloop_modify): Prevent delete_insn() from
7406         deleting too much.  Prefer loop->top over loop->start as
7407         target for the new JUMP insn.
7408         (doloop_valid_p): Ignore loop with exit_count != 0.
7409
7410 2000-09-28  Philipp Thomas  <pthomas@suse.de>
7411
7412         * invoke.texi (i386 Options): Add athlon to table of possible
7413         choices for -mcpu=.
7414
7415 2000-09-28  Gabriel Dos Reis  <gdr@codesourcery.com>
7416
7417         * diagnostic.h (output_clear_message_text): New function.
7418         (output_message_text): New macro.
7419
7420         * diagnostic.c (clear_text_info): Rename to
7421         output_clear_message_text.
7422         (output_clear): Adjust.
7423         (output_finish): Rename to output_finalize_message.  Tweek.
7424         (output_to_stream): Adjust.
7425
7426 2000-09-28  Neil Booth  <neilb@earthling.net>
7427
7428         * cpperror.c (_cpp_begin_message):  Do the test for suppression
7429         of warnings and pedantic warnings before the "is a warning an
7430         error" tests.
7431         * cppinit.c (cpp_handle_option): Remove surplus \n.
7432         * cpplex.c (ON_REST_ARG): Delete.
7433         (skip_block_comment): Initialise prevc.
7434         (parse_args): Improve error messages.
7435         (maybe_paste_with_next): Use CONTEXT_VARARGS rather
7436         than ON_REST_ARG.
7437         * cpplib.c (cpp_push_buffer): Fix grammar in message.
7438         * cppmain.c (main): Set callbacks for #ident and #pragma
7439         only if no_output option is false.
7440         (do_pragma_implementation): Only call the #pragma handler
7441         if it is set in the cpp_reader structure.
7442
7443 Wed Sep 27 14:00:07 2000  Donald Lindsay  <dlindsay@cygnus.com>
7444
7445         * integrate.c (copy_insn_list): if an ignored return value
7446         is being clobbered, skip cloning that into the inline copy.
7447
7448 2000-09-27  Joseph S. Myers  <jsm28@cam.ac.uk>
7449
7450         * extend.texi, invoke.texi, gcc.texi, install.texi: Consistently
7451         use @uref for formatting URLs.
7452
7453 2000-09-27  Mark Elbrecht  <snowball3@bigfoot.com>
7454
7455         * config/i386/djgpp.h (UNIQUE_SECTION): Constify the variables
7456         name and prefix.
7457
7458 Tue 26-Sep-2000 18:25:38 BST  Neil Booth  <neilb@earthling.net>
7459
7460         * gcc.c (cpp_options): Add spec for -ftabstop=.
7461         (invoke_as): New spec that handles invoking as.
7462         Update specs to handle -save-temps and -traditional.
7463         * ch/lang-specs.h, f/lang-specs.h, java/lang-specs.h:
7464         Use invoke_as.
7465         * cp/lang-specs.h, objc/lang-specs.h: Update to use
7466         invoke_as, and handle -save-temps and -traditional (if
7467         appropriate).
7468
7469 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
7470
7471         * config/sparc/sparc.c (sparc_emit_set_const64): Don't abort when
7472         op0 is a SUBREG.
7473         (function_arg_slotno): Accept TImode/CTImode.
7474         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): If IN_LIBGCC2 define
7475         to UNITS_PER_WORD.
7476
7477 2000-09-26  Michael Hayes  <mhayes@cygnus.com>
7478
7479         * flow.c (flow_loop_pre_header_scan): Punt if loop enters
7480         from entry block.
7481
7482 2000-09-25  Jim Wilson  <wilson@cygnus.com>
7483
7484         * config/ia64/ia64.h (INDEX_REG_CLASS): Define to GENERAL_REGS.
7485         (REGNO_OK_FOR_INDEX_P): Define to REGNO_OK_FOR_BASE_P.
7486         (LEGITIMATE_ADDRESS_DISP): Use LEGITIMATE_ADDRESS_REG.
7487         (REG_OK_FOR_INDEX): Define to REG_OK_FOR_BASE_P.
7488
7489 Tue 26-Sep-2000 00:16:22 BST  Neil Booth  <neilb@earthling.net>
7490
7491         * cpplex.c (parse_args): Don't set VOID_REST flag.
7492         (CONTEXT_VARARGS): New flag.
7493         (maybe_paste_with_next): Set context earlier in loop.  Use
7494         it.  Do varargs test with CONTEXT_VARARGS flag.
7495         (push_arg_context): Set CONTEXT_VARARGS flag if we're
7496         pushing an argument context for a varargs argument.
7497         * cpplib.h (VOID_REST): Delete.
7498         * gcc.dg/cpp/vararg1.c: Add test case.
7499
7500 2000-09-25  Branko Cibej  <branko.cibej@hermes.si>
7501
7502         * flags.h:  Declare warning flag warn_system_headers.
7503         * toplev.c:  Define it.
7504         (W_options): Add option -Wsystem-headers.
7505         * diagnostic.c (count_error): Test warn_system_headers.
7506         * invoke.texi:  Add description for -Wsystem-headers.
7507         * cpplib.h (cpp_options): New member warn_system_headers.
7508         * cpphash.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Don't test
7509         CPP_IN_SYSTEM_HEADER.
7510         * cpplib.c (do_import, do_pragma_once): Likewise.
7511         * cpperror.c (_cpp_begin_message): Test warn_system_headers
7512         and CPP_IN_SYSTEM_HEADER.
7513         * cppinit.c (handle_option): Recognize -Wsystem_headers.
7514         (print_help): Describe -Wsystem_headers.
7515         * cpplex.c (lex_line): Reorganize condition so that warnings
7516         about C++ comments in system headers can be enabled. Remove
7517         label do_line_comment.
7518
7519 Mon 25-Sep-2000 23:38:27 BST  Neil Booth  <neilb@earthling.net>
7520
7521         * cpplex.c (save_comment): Only store the initial '/'
7522         now.
7523         (lex_token): Combine handling of the two comment types.
7524         Pass everything but the initial '/' to save_comment.
7525
7526 Mon 25-Sep-2000 23:31:45 BST  Neil Booth  <neilb@earthling.net>
7527
7528         * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,
7529         _cpp_can_paste): New library-internal prototypes.
7530         * cpplex.c (dump_param_spelling, output_line_command,
7531         output_token, cpp_scan_buffer, cpp_scan_buffer_nooutput,
7532         cpp_printf, cpp_output_list): Move to cppoutput.c.
7533         (process_directive, can_paste, digraph_spellings): Add _cpp_ prefix.
7534         * cppmacro.c (dump_macro_args, cpp_dump_definition) Move to
7535         cppoutput.c.
7536         * cppoutput.c (dump_macro_args, cpp_dump_definition, output_token,
7537         dump_param_spelling, output_line_command, cpp_scan_buffer,
7538         cpp_scan_buffer_nooutput, cpp_printf, cpp_output_list): Moved
7539         from elsewhere.
7540         * Makefile.in: Add cppoutput.c.
7541         * po/POTFILES.in: Add cppoutput.c.
7542
7543 2000-09-25  Richard Henderson  <rth@cygnus.com>
7544
7545         * config/ia64/ia64.c (ia64_print_operand): Define 'e' as 64-n.
7546         * config/ia64/ia64.md (rotrsi3): Allow variable rotates; don't
7547         split until after reload.
7548         (rotlsi3, rotldi3): New.
7549
7550 2000-09-25  Gabriel Dos Reis  <gdr@codesourcery.com>
7551
7552         * diagnostic.c (output_last_position): Define.
7553         (set_real_maximum_length): Tweek.
7554         * diagnostic.h (output_last_position): Declare.
7555
7556 2000-09-25  Kazu Hirata  <kazu@hxi.com>
7557
7558         * config/i386/i386.c: Fix formatting.
7559
7560 2000-09-24  Alan Lehotsky  <alehotsky@cygnus.com>
7561
7562         * emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG when
7563         UNITS_PER_WORD is small.
7564
7565 2000-09-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7566
7567         * c-common.c (format_char_info): Add flags2; update comments.
7568         (print_char_table, scan_char_table, time_char_table): Split some
7569         flags out into flags2.
7570         (check_format_info): Use flags2 for those flags, for identifying
7571         the initial character of a scanf scanset, and for identifying
7572         printf formats where the '0' flag is ignored with precision.
7573
7574 2000-09-25  Hans-Peter Nilsson  <hp@axis.com>
7575
7576         Changes below marked "here" add TABs on either or both sides,
7577         covering start of line, up to any operand for all noted .*ASM.*_OP
7578         definitions.  All callers changed.
7579         * tm.texi: Make documented *_ASM.*_OP:s include spacing
7580         (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, SHARED_SECTION_ASM_OP,
7581         BSS_SECTION_ASM_OP, SHARED_BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
7582         ASM_BYTE_OP, FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
7583         ASM_STABS_OP, ASM_STABD_OP, ASM_STABN_OP).
7584         Fix typos in description for LONG_LONG_TYPE_SIZE and
7585         FINI_SECTION_ASM_OP.
7586         * crtstuff.c (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Explain
7587         why these defaults don't have leading spacing.
7588         * dbxout.c (ASM_STABS_OP, ASM_STABN_OP): Here.
7589         * dwarf2out.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
7590         UNALIGNED_DOUBLE_INT_ASM_OP, SECTION_ASM_OP, ASM_BYTE_OP): Here.
7591         * dwarfout.c (FILE_ASM_OP, VERSION_ASM_OP,
7592         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, ASM_BYTE_OP,
7593         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP): Here.
7594         * defaults.h (ASM_STABD_OP, EH_FRAME_SECTION_ASM_OP): Here.
7595         * varasm.c (ASM_STABS_OP): Here.
7596         * xcoffout.h (ASM_STABS_OP): Here.
7597         * config/elfos.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
7598         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
7599         INT_ASM_OP, ASCII_DATA_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP,
7600         STRING_ASM_OP): Here.
7601         * config/freebsd.h (IDENT_ASM_OP): Here.
7602         * config/linux-aout.h (SET_ASM_OP): Here.
7603         * config/linux.h (SET_ASM_OP): Here.
7604         * config/lynx.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7605         INT_ASM_OP): Here.
7606         * config/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
7607         * config/nextstep.h (EH_FRAME_SECTION_ASM_OP, ALIGN_ASM_OP): Here.
7608         * config/openbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
7609         * config/psos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7610         INT_ASM_OP): Here.
7611         * config/ptx4.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
7612         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
7613         INT_ASM_OP, ASCII_DATA_ASM_OP, CONST_SECTION_ASM_OP,
7614         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
7615         FINI_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP STRING_ASM_OP): Here.
7616         * config/svr3.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7617         CONST_SECTION_ASM_OP, ASM_BYTE_OP): Here.
7618         * config/a29k/udi.h (INT_ASM_OP): Here.
7619         * config/alpha/alpha-interix.h (CONST_SECTION_ASM_OP,
7620         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
7621         SET_ASM_OP): Here.
7622         * config/alpha/alpha.h (TEXT_SECTION_ASM_OP,
7623         READONLY_DATA_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7624         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
7625         UNALIGNED_DOUBLE_INT_ASM_OP, ASM_STABS_OP, ASM_STABN_OP,
7626         ASM_STABD_OP): Here.
7627         * config/alpha/elf.h (IDENT_ASM_OP, SKIP_ASM_OP, ALIGN_ASM_OP,
7628         COMMON_ASM_OP, INT_ASM_OP, ASCII_DATA_ASM_OP,
7629         CONST_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7630         BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP,
7631         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, TYPE_ASM_OP,
7632         SIZE_ASM_OP, STRING_ASM_OP): Here.
7633         * config/alpha/vms.h (LINK_SECTION_ASM_OP,
7634         READONLY_SECTION_ASM_OP, LITERALS_SECTION_ASM_OP,
7635         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, COMMON_ASM_OP): Here.
7636         * config/arc/arc.h (ASM_BYTE_OP, SET_ASM_OP): Here.
7637         (PUSHSECTION_ASM_OP): Define this, not PUSHSECTION_FORMAT.
7638         * config/arm/aof.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP):
7639         Here.
7640         * config/arm/aout.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7641         BSS_SECTION_ASM_OP, SET_ASM_OP): Here.
7642         * config/arm/coff.h (INT_ASM_OP): Here.
7643         * config/arm/conix-elf.h (UNALIGNED_WORD_ASM_OP): Here.
7644         * config/arm/elf.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP): Here.
7645         * config/arm/linux-elf.h (IDENT_ASM_OP, CONST_SECTION_ASM_OP,
7646         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Here.
7647         * config/arm/unknown-elf.h (UNALIGNED_WORD_ASM_OP): Here.
7648         * config/avr/avr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7649         ASM_BYTE_OP, TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP,
7650         STRING_ASM_OP): Here.  Update documentation copy in comments.
7651         * config/c4x/c4x.h (ASM_STABS_OP, BSS_SECTION_ASM_OP): Here.
7652         * config/clipper/clipper.h (TEXT_SECTION_ASM_OP,
7653         DATA_SECTION_ASM_OP): Here.
7654         * config/clipper/clix.h (BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP):
7655         Here.
7656         * config/convex/convex.h (TEXT_SECTION_ASM_OP,
7657         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
7658         * config/d30v/d30v.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7659         BSS_SECTION_ASM_OP): Here.
7660         * config/fr30/fr30.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7661         BSS_SECTION_ASM_OP): Here.
7662         * config/fx80/fx80.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7663         Here.
7664         * config/gmicro/gmicro.h (TEXT_SECTION_ASM_OP,
7665         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
7666         * config/h8300/h8300.h (ASM_WORD_OP): Here.
7667         * config/i370/i370.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7668         BSS_SECTION_ASM_OP): Here.
7669         * config/i386/aix386.h (INIT_SECTION_ASM_OP): Here.
7670         * config/i386/bsd.h (ASM_BYTE_OP): Here.
7671         * config/i386/cygwin.h (SET_ASM_OP, INT_ASM_OP): Here.
7672         * config/i386/dgux.h (CONST_SECTION_ASM_OP): Here.
7673         * config/i386/djgpp.h (IDENT_ASM_OP, INT_ASM_OP, SET_ASM_OP):
7674         Here.
7675         * config/i386/freebsd-elf.h (SET_ASM_OP): Here.
7676         * config/i386/freebsd.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP):
7677         Here.
7678         * config/i386/i386-coff.h (CTORS_SECTION_ASM_OP,
7679         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7680         * config/i386/i386-interix.h (STRING_ASM_OP, CONST_SECTION_ASM_OP,
7681         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
7682         SET_ASM_OP): Here.
7683         * config/i386/i386elf.h (BSS_SECTION_ASM_OP): Here.
7684         * config/i386/netbsd.h (INT_ASM_OP): Here.
7685         * config/i386/openbsd.h (INT_ASM_OP): Here.
7686         * config/i386/osfrose.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP,
7687         IDENT_ASM_OP): Here.
7688         * config/i386/sco5.h (ALIGN_ASM_OP, ASCII_DATA_ASM_OP,
7689         ASM_BYTE_OP, IDENT_ASM_OP, COMMON_ASM_OP, SET_ASM_OP,
7690         LOCAL_ASM_OP, INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, STRING_ASM_OP,
7691         SKIP_ASM_OP, GLOBAL_ASM_OP): Here.
7692         * config/i386/seq-sysv3.h (SHARED_SECTION_ASM_OP,
7693         SHARED_BSS_SECTION_ASM_OP): Here.
7694         * config/i386/sequent.h (SHARED_SECTION_ASM_OP): Here.
7695         * config/i386/sun386.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
7696         DATA_SECTION_ASM_OP): Here.
7697         * config/i386/svr3gas.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7698         CONST_SECTION_ASM_OP): Here.
7699         * config/i386/sysv3.h (INIT_SECTION_ASM_OP): Here.
7700         * config/i386/unix.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7701         BSS_SECTION_ASM_OP): Here.
7702         * config/i860/bsd-gas.h (ASCII_DATA_ASM_OP): Here.
7703         * config/i860/bsd.h (ASCII_DATA_ASM_OP): Here.
7704         * config/i860/fx2800.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP,
7705         BSS_ASM_OP): Here, but use trailing spaces.
7706         * config/i860/i860.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
7707         DATA_SECTION_ASM_OP): Here.
7708         * config/i860/paragon.h (ASCII_DATA_ASM_OP, BSS_SECTION_ASM_OP):
7709         Here.
7710         * config/i860/sysv3.h (ASCII_DATA_ASM_OP, CTORS_SECTION_ASM_OP,
7711         DTORS_SECTION_ASM_OP, TDESC_SECTION_ASM_OP): Here.
7712         * config/i860/sysv4.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7713         TDESC_SECTION_ASM_OP): Here.
7714         * config/i960/i960-coff.h (CTORS_SECTION_ASM_OP,
7715         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7716         * config/i960/i960.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7717         Here.
7718         * config/ia64/ia64.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7719         BSS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
7720         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
7721         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
7722         * config/ia64/sysv4.h (ASM_BYTE_OP, STRING_ASM_OP, SKIP_ASM_OP,
7723         COMMON_ASM_OP, ASCII_DATA_ASM_OP, INIT_SECTION_ASM_OP,
7724         FINI_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7725         SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Here.
7726         * config/m32r/m32r.h (SCOMMON_ASM_OP): Here.
7727         * config/m68hc11/m68hc11.h (GLOBAL_ASM_OP): Here.
7728         * config/m68k/auxas.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
7729         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
7730         SET_ASM_OP): Here.
7731         * config/m68k/coff.h (BSS_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
7732         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7733         * config/m68k/crds.h (BSS_SECTION_ASM_OP): Here.
7734         * config/m68k/dpx2.h (ASM_BYTE_OP, GLOBAL_ASM_OP): Here.
7735         * config/m68k/hp320.h (ASCII_DATA_ASM_OP, GLOBAL_ASM_OP): Here.
7736         * config/m68k/linux.h (BSS_SECTION_ASM_OP): Here.
7737         * config/m68k/lynx.h (BSS_SECTION_ASM_OP): Here.
7738         * config/m68k/m68k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7739         GLOBAL_ASM_OP): Here.
7740         * config/m68k/m68kelf.h (SWBEG_ASM_OP, BSS_ASM_OP,
7741         BSS_SECTION_ASM_OP): Here.
7742         * config/m68k/m68kv4.h (BSS_ASM_OP): Here.
7743         * config/m68k/mot3300.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7744         ASCII_DATA_ASM_OP, SET_ASM_OP, CTORS_SECTION_ASM_OP,
7745         DTORS_SECTION_ASM_OP, GLOBAL_ASM_OP, ASM_BYTE_OP, ALIGN_ASM_OP,
7746         SKIP_ASM_OP): Here.
7747         * config/m68k/newsgas.h (SET_ASM_OP): Here.
7748         * config/m68k/rtemself.h (INIT_SECTION_ASM_OP,
7749         FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
7750         * config/m68k/sgs.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
7751         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
7752         SET_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here,
7753         but use trailing spaces.
7754         * config/m68k/tower-as.h (TEXT_SECTION_ASM_OP,
7755         DATA_SECTION_ASM_OP, GLOBAL_ASM_OP, INIT_SECTION_ASM_OP,
7756         FINI_SECTION_ASM_OP, CONST_SECTION_ASM_OP, BSS_SECTION_ASM_OP):
7757         Here.
7758         * config/m88k/dgux.h (FINI_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
7759         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
7760         * config/m88k/m88k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7761         CONST_SECTION_ASM_OP, TDESC_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
7762         DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7763         IDENT_ASM_OP, FILE_ASM_OP, SECTION_ASM_OP, SET_ASM_OP,
7764         GLOBAL_ASM_OP, ALIGN_ASM_OP, SKIP_ASM_OP, COMMON_ASM_OP,
7765         BSS_ASM_OP, FLOAT_ASM_OP, DOUBLE_ASM_OP, INT_ASM_OP, SHORT_ASM_OP,
7766         CHAR_ASM_OP, ASCII_DATA_ASM_OP, SBSS_ASM_OP, SCOMM_ASM_OP,
7767         SDATA_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, INTERNAL_ASM_OP,
7768         VERSION_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
7769         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP, REQUIRES_88110_ASM_OP,
7770         ASM_BYTE_OP): Here.
7771         * config/m88k/openbsd.h (SET_ASM_OP): Here.
7772         * config/m88k/sysv4.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7773         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
7774         * config/mcore/mcore-elf.h (UNALIGNED_INT_ASM_OP,
7775         UNALIGNED_SHORT_ASM_OP, CTORS_SECTION_ASM_OP,
7776         DTORS_SECTION_ASM_OP): Here.
7777         * config/mcore/mcore-pe.h (CTORS_SECTION_ASM_OP,
7778         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7779         * config/mips/elf.h (TYPE_ASM_OP, SIZE_ASM_OP,
7780         BSS_SECTION_ASM_OP): Here.
7781         * config/mips/elf64.h (TYPE_ASM_OP, SIZE_ASM_OP): Here.
7782         * config/mips/iris5.h (ABICALLS_ASM_OP): Here.
7783         * config/mips/iris6.h (TYPE_ASM_OP, SIZE_ASM_OP,
7784         POPSECTION_ASM_OP, BSS_SECTION_ASM_OP, CONST_SECTION_ASM_OP_32,
7785         CONST_SECTION_ASM_OP_64, CTORS_SECTION_ASM_OP,
7786         DTORS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
7787         * config/mips/mips.c (ABICALLS_ASM_OP): Here.
7788         * config/mips/mips.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP):
7789         Here.
7790         * config/mips/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP):
7791         Here.
7792         * config/mips/osfrose.h (SET_ASM_OP): Here.
7793         * config/mips/sni-svr4.h (ABICALLS_ASM_OP): Here.
7794         * config/ns32k/encore.h (SHARED_SECTION_ASM_OP): Here.
7795         * config/ns32k/merlin.h (SHARED_SECTION_ASM_OP): Here.
7796         * config/ns32k/ns32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7797         Here.
7798         * config/ns32k/sequent.h (SHARED_SECTION_ASM_OP): Here.
7799         * config/ns32k/tek6000.h (SHARED_SECTION_ASM_OP): Here.
7800         * config/pa/pa-64.h (INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP): Here.
7801         * config/pa/pa.h (ASM_STABS_OP, ASM_STABN_OP): Here.
7802         * config/pj/pj.h (SET_ASM_OP, BSS_SECTION_ASM_OP): Here.
7803         * config/pyr/pyr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7804         Here.
7805         * config/romp/romp.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7806         Here.
7807         * config/rs6000/rs6000.h (SET_ASM_OP): Here.
7808         * config/rs6000/sol2.h (ASM_STABN_OP): Here.
7809         * config/rs6000/sysv4.h (SKIP_ASM_OP, LOCAL_ASM_OP, LCOMM_ASM_OP):
7810         Here.
7811         * config/sh/sh.h (SET_ASM_OP, BSS_SECTION_ASM_OP,
7812         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here.
7813         * config/sparc/linux.h (COMMON_ASM_OP): Here.
7814         * config/sparc/linux64.h (COMMON_ASM_OP,
7815         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
7816         * config/sparc/litecoff.h (BSS_SECTION_ASM_OP,
7817         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7818         * config/sparc/lynx.h (BSS_SECTION_ASM_OP): Here.
7819         * config/sparc/pbd.h (ASM_INT_OP): Here.
7820         * config/sparc/sp64-elf.h (UNALIGNED_LONGLONG_ASM_OP): Here.
7821         * config/sparc/sparc.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
7822         DATA_SECTION_ASM_OP, IDENT_ASM_OP): Here.
7823         * config/sparc/sun4gas.h (UNALIGNED_DOUBLE_INT_ASM_OP,
7824         UNALIGNED_INT_ASM_OP, UNALIGNED_SHORT_ASM_OP): Here.
7825         * config/sparc/sysv4.h (STRING_ASM_OP, COMMON_ASM_OP, SKIP_ASM_OP,
7826         UNALIGNED_DOUBLE_INT_ASM_OP, UNALIGNED_INT_ASM_OP,
7827         UNALIGNED_SHORT_ASM_OP, PUSHSECTION_ASM_OP, POPSECTION_ASM_OP,
7828         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
7829         CONST_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7830         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7831         EH_FRAME_SECTION_ASM_OP): Here.
7832         * config/sparc/vxsim.h (COMMON_ASM_OP): Here.
7833         * config/spur/spur.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7834         Here.
7835         * config/tahoe/tahoe.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7836         Here.
7837         * config/v850/v850.h (SCOMMON_ASM_OP, ZCOMMON_ASM_OP,
7838         TCOMMON_ASM_OP): Here.
7839         * config/vax/vax.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7840         Here.
7841         * config/we32k/we32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7842         ASM_BYTE_OP): Here.
7843
7844 2000-09-25  Richard Henderson  <rth@cygnus.com>
7845
7846         * expmed.c (store_bit_field): Adjust last change to not consider
7847         any word-sized field naturally aligned.
7848
7849 2000-09-24  Richard Henderson  <rth@cygnus.com>
7850
7851         * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
7852         TFmode unordered compares properly.  Revalidate integer compare
7853         operands.
7854         (alpha_emit_setcc): New.
7855         (alpha_emit_conditional_move): Revalidate integer compare operands.
7856         * config/alpha/alpha-protos.h: Update.
7857         * config/alpha/alpha.md (cmpdi): Allow general operands.
7858         (sne): Use alpha_emit_setcc.
7859         (seq, slt, sle, sgt, sge, sltu, sleu, sgtu, sgeu): Likewise.
7860         (sunordered, sordered): New.
7861
7862 2000-09-24  Richard Henderson  <rth@cygnus.com>
7863
7864         * config/ia64/ia64-protos.h: Update.
7865         * config/ia64/ia64.c (call_multiple_values_operation): Remove.
7866         (ia64_expand_call): New.
7867         (ia64_expand_prologue): Emit an alloc if we need extra input
7868         registers.
7869         (ia64_expand_epilogue): New arg sibcall_p; don't emit the return
7870         instruction if true.
7871         (struct reg_flags): Add is_sibcall.
7872         (rtx_needs_barrier): A sibcall does not use CFM et al.  Ignore USEs.
7873         (emit_insn_group_barriers): Set flags.is_sibcall.  Remove hacks
7874         for CODE_FOR_gr_spill_internal/CODE_FOR_gr_restore_internal.
7875         * config/ia64/ia64.h (PREDICATE_CODES): Update.
7876         * config/ia64/ia64.md (call): Use ia64_expand_call.
7877         (call_value): Likewise.
7878         (sibcall, sibcall_value): New.
7879         (call patterns): Remove extra expanders; tidy.
7880         (sibcall_epilogue): New.
7881         (set_bsp): Remove the extra USE.  Put the operand inside the UNSPEC.
7882
7883 2000-09-24  Richard Henderson  <rth@cygnus.com>
7884
7885         * emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode.
7886
7887         * sibcall.c (skip_pic_restore): New.
7888         (identify_call_return_value): Use it.
7889
7890 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
7891
7892         * c-tree.texi: Moved here from cp/ir.texi.  Documented nested
7893         functions.  Generalize to handle both C and C++.
7894         * Makefile.in (c-tree.info): New target.
7895         (info): Add c-tree.info.
7896
7897 Sun Sep 24 09:15:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7898
7899         * expr.c (store_field): If BITSIZE is negative, use size of type.
7900         (expand_expr, case COMPONENT_EXPR): Likewise.
7901
7902 Sun 24-Sep-2000 11:40:23 BST  Neil Booth  <NeilB@earthling.net>
7903
7904         * cpplex.c: Update TODO comment.
7905         * cpplib.c (do_error, do_warning): Merge common code of
7906         do_error and do_warning into do_diagnostic.  Use it.
7907         (do_diagnostic): New function.
7908         * cpplib.h: Fix comment typo.
7909
7910 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
7911
7912         * c-common.c (check_format_info): Warn for a wide character string
7913         used as a non-wide format argument.
7914
7915 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
7916
7917         * builtins.def (BUILT_IN_LLABS): Add.
7918         * builtins.c (expand_builtin): Also abort on BUILT_IN_LLABS.
7919         * c-common.c (c_common_nodes_builtins): Create builtin functions
7920         __builtin_llabs, and plain llabs unless no_nonansi_builtins
7921         outside of C99 mode.
7922         (expand_tree_builtin): Handle BUILT_IN_LLABS.
7923
7924 Sat 23-Sep-2000 22:39:18 BST  Neil Booth  <NeilB@earthling.net>
7925
7926         * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,
7927         CPP_PUTC, DUMMY_TOKEN, NO_DUMMY_TOKEN): Delete.
7928         * cpplex.c (_cpp_expand_token_space, _cpp_init_toklist,
7929         _cpp_free_toklist): No need to worry about extra dummy token
7930         at the start of token lists any more.
7931         (trigraph_ok): Only warn outside comments.
7932         (skip_block_comment): Set and clear lexing_comment.
7933         (skip_line_comment): Take a cpp_reader not cpp_buffer.
7934         Set and clear lexing_comment.
7935         (parse_number): Handle leading '.' indicated by pfile->seen_dot.
7936         (check_long_token): Delete.
7937         (lex_percent, lex_dot): New subroutines of lex_token to
7938         handle lexing of '.' and '%' without lookback.
7939         (lex_token): Use lex_dot and lex_percent.
7940         (lex_line): Don't check for LIST_OFFSET.
7941         (_cpp_init_input_buffer): Update for new _cpp_init_toklist.
7942         * cpplib.c (_cpp_parse_assertion): Similarly.
7943         (cpp_push_buffer): Initialize extra_char.
7944         * cpplib.h (LIST_OFFSET): Delete.
7945         (struct cpp_buffer): New member extra_char.
7946         (struct lexer_state): New members lexing_comment and seen_dot.
7947
7948 2000-09-23  Jason Merrill  <jason@redhat.com>
7949
7950         * config/rs6000/x-aix41 (CLIB): Define here.
7951         * config/rs6000/t-aix43: Not here.
7952         * config/rs6000/t-aix41: Or here.  Remove.
7953         * configure.in: Don't use it.
7954
7955 2000-09-22  Jason Merrill  <jason@redhat.com>
7956
7957         * configure.in: Add test for HAVE_LD_DWARF_LINKONCE.
7958         * toplev.c: Use it to initialize flag_eliminate_dwarf2dups.
7959         * config.in: Regenerate.
7960
7961         * configure.in: Fix checks for assembler features when using a
7962         one-tree assembler that has not yet been built.
7963         Fix --disable-threads.
7964
7965 2000-09-19  Geoff Keating  <geoffk@cygnus.com>
7966
7967         * stmt.c (expand_asm_operands): Allow # in constraints.
7968
7969 2000-09-22  Jason Merrill  <jason@redhat.com>
7970
7971         * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
7972
7973         * dbxout.c (dbxout_symbol_name): Just use DECL_NAME for
7974         function-local names.
7975
7976 2000-09-22  Brad Lucier <lucier@math.purdue.edu>
7977             Mark Mitchell  <mark@codesourcery.com>
7978
7979         * toplev.c (warn_disabled_optimization): Declare new warning flag.
7980         * flags.h (warn_disabled_optimization): Add it here.
7981         * gcse.c (gcse_main): Add warning when disabled.
7982         * invoke.texi: Document -Wdisabled-optimization.
7983
7984 2000-09-21  Jason Merrill  <jason@redhat.com>
7985
7986         * dwarf2out.c (add_const_value_attribute): Multiply by length, not 4.
7987
7988         * dwarf2out.c (tree_add_const_value_attribute): New fn.
7989         (gen_variable_die): Call it for non-definitions.
7990
7991         * dwarf2out.c (die_struct): Add die_mark field.
7992         (mark_dies, unmark_dies): New fns.
7993         (clear_die_sizes): Remove.
7994         (print_die): Check die_symbol rather than die_offset.
7995         (build_abbrev_table, output_pubnames, output_aranges): Check
7996         die_mark rather than die_offset.
7997         (output_comp_unit): Move calc_die_sizes after build_abbrev_table.
7998         Call mark_dies.
7999
8000 Thu 21-Sep-2000 18:19:05 BST  Neil Booth  <NeilB@earthling.net>
8001
8002         * cppfiles.c (lookup_include_file): Rename to open_file.
8003         Always create a splay tree value, even on syscall failures.
8004         Negative entries indicated by fd == -2.
8005         Re-open files closed in the meantime.
8006         (_cpp_fake_include): Create a negative splay tree entry.
8007         (find_include_file, cpp_read_file): Update for function name
8008         change.
8009         * gcc.gd/cpp/mi4.c: Testcase.
8010
8011 2000-09-21  Nick Clifton  <nickc@redhat.com>
8012
8013         * config/arm/t-arm-elf (MULTILIB_DIRNAMES): Enable multilibs for
8014         ARM and THUMB modes.
8015
8016         * config/mcore/mcore.c: Fix compile time warnings.
8017         * config/mcore/mcore-protos.h: Fix compile time warnings.
8018
8019 2000-09-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
8020
8021         * configure.in: Correct test of gcc_cv_glibc.
8022         * configure: Rebuilt.
8023         * config.in: Rebuilt.
8024
8025 2000-09-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8026
8027         * builtins.c (expand_builtin_fputs): Also expand when length!=1.
8028         (expand_builtin): Handle BUILT_IN_FWRITE.
8029
8030         * builtins.def (BUILT_IN_FWRITE): New entry.
8031
8032         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_fwrite.
8033
8034 Wed Sep 20 15:39:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8035
8036         * gcc.c (modify_target): New variable and struct.
8037         (process_command): Handle MODIFY_TARGET_NAME.
8038         * tm.texi (MODIFY_TARGET_NAME): Add documentation for new macro.
8039         * config/pa/pa.h (MODIFY_TARGET_NAME): New macro.
8040
8041         * c-decl.c (finish_decl): Add else's to avoid referencing
8042         TYPE_DOMAIN of an ERROR_MARK.
8043
8044 Wed Sep 20 21:44:31 2000  Denis Chertykov  <denisc@overta.ru>
8045
8046         * config/avr/avr.c (adjust_insn_length): Adjust lengths of
8047         `reload_in*' insns.
8048
8049 2000-09-19  Marek Michalkiewicz  <marekm@linux.org.pl>
8050
8051         * config/avr/avr.md (neghi2): Add alternative for input and output
8052         operands in different registers, as in negsi2.
8053         (*negsi2): Remove '*' from the name.  Use "movw" if available.
8054
8055 2000-09-19  Jim Wilson  <wilson@cygnus.com>
8056
8057         * config/ia64/crtbegin.asm (__dso_handle): Delete use of
8058         HAVE_GAS_HIDDEN macro.
8059
8060 Tue 19-Sep-2000 22:38:57 BST  Neil Booth  <NeilB@earthling.net>
8061
8062         * cpplex.c (lex_line): Drop the EOF token for unknown
8063         directives in assembler.
8064
8065 2000-09-19  David Edelsohn  <edelsohn@gnu.org>
8066
8067         * configure.in: Allow enable_threads_flag value of "aix".  Define
8068         thread_file as "aix" for AIX 4.3 and above.
8069         * configure: Regenerated.
8070
8071         * gthr-aix.h: New file.
8072
8073         * rs6000/t-aix43: Replace soft-float multilib with pthread.
8074         Remove 403 processor multilib match.  Fix rios2 processor multilib
8075         match.
8076
8077         * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
8078         to return to appropriate csect.
8079
8080 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8081
8082         * builtins.c (is_valid_printf_arglist, expand_builtin_printf): New
8083         functions.
8084         (expand_builtin_fputs): Set `target' parameter for `expand_expr'.
8085         (expand_builtin): Handle BUILT_IN_PUTCHAR, BUILT_IN_PUTS and
8086         BUILT_IN_PRINTF.
8087
8088         * builtins.def (BUILT_IN_PUTCHAR, BUILT_IN_PUTS, BUILT_IN_PRINTF):
8089         New entries.
8090
8091         * c-common.c (init_function_format_info): Handle __builtin_printf.
8092         Set `check_function_format_ptr'.
8093         (c_common_nodes_and_builtins): Set `puts_ftype' and
8094         `printf_ftype'.  Declare __builtin_putchar, __builtin_puts,
8095         __builtin_printf and printf.
8096
8097         * tree.c, tree.h (check_function_format_ptr): Declare.
8098
8099 Tue 19-Sep-2000 18:26:57 BST  Neil Booth  <NeilB@earthling.net>
8100
8101         * cppfiles.c (read_include_file): Take no special action for
8102         zero-length files.
8103
8104 2000-09-19  Bernd Schmidt  <bernds@redhat.co.uk>
8105
8106         * final.c (insn_current_reference_address): Use INSN_SHUID of seq
8107         rather than that of branch.
8108         (shorten_branches): Don't increment insn_current_address twice.
8109
8110         Undo most of the Wed Jan 27 23:39:53 1999 patch:
8111         * loop.h (struct induction): Delete members derived, ix and last_use.
8112         (struct loop_ivs): Delete members first_increment_giv and
8113         last_increment_giv.
8114         * loop.c (verify_dominator, find_life_end, cmp_recombine_givs_stats,
8115         recombine_givs): Delete functions.
8116         (find_and_verify_loops): Don't initialize cont_dominator.
8117         (strength_reduce): Lose code to try to find bivs that can be
8118         expressed as givs of another biv, and to convert biv increments
8119         into givs.
8120         Lose loop_scan_start variable, always use loop->scan_start.
8121         Don't call recombine_givs.  Don't handle derived givs.
8122         (record_giv): Don't initialize derived and last_use fields.
8123         (biv_eliminiation_giv_has_0_offset): Lose code to handle derived
8124         givs.
8125         * unroll.c (derived_regs): Delete static variable.
8126         (unroll_loop): Don't initialize it.
8127         (copy_loop_body): Lose code to handle derived givs.
8128         (find_splittable_givs): Don't check for givs made from biv
8129         increments.
8130         Don't set derived_regs.
8131
8132         Fix misapplied earlier patch:
8133         * config/sh/sh.md (floatsisf_ie): Reenable.  Remove explicit reference
8134         to fpul.
8135         (floatsisf2): Generate floatsisf_ie by default.
8136         (floatsisf_i4): Conditional on TARGET_SH4.
8137
8138         (floatsisf2, floatsidf2, extendsfdf2): Also use reg_no_subreg_operand
8139         predicate for the expanders.
8140
8141 2000-09-19  Richard Henderson  <rth@cygnus.com>
8142
8143         * config/i386/i386.h (CPP_CPU_SPEC): Define i586 and i686 symbols
8144         in addition to pentium and pentiumpro symbols.
8145         (CPP_CPU_DEFAULT_SPEC): Likewise.
8146
8147         * c-typeck.c (c_expand_asm_operands): Restore the output tree
8148         after expanding.
8149
8150         * stmt.c (expand_expr_stmt): Only call warn_if_unused_value
8151         if the tree has side effects.
8152         (warn_if_unused_value): Do not warn about void constructs.
8153
8154         * c-decl.c (poplevel): Invoke warn_about_unused_variables.
8155
8156         * unroll.c (copy_loop_body): Update LABEL_NUSES before
8157         calling invert_jump.
8158
8159 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
8160
8161         * combine.c (can_combine_p): Don't substitute an ASM_OPERANDS
8162         into anything.
8163
8164 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8165
8166         * Makefile.in (c-common.o): Depend on diagnostic.h.
8167
8168         * c-common.c: Include diagnostic.h.
8169         (tfaff): Delete.
8170         (status_warning): New function.
8171         (check_format_info, maybe_read_dollar_number, check_format_types,
8172         finish_dollar_format_checking, check_function_format): Accept a
8173         `status' parameter.  All callers changed.
8174
8175         * c-common.h (check_function_format): Accept a `status' parameter.
8176
8177         * c-typeck.c: Update call to `check_function_format'.
8178
8179 2000-09-18  Richard Henderson  <rth@cygnus.com>
8180
8181         * c-decl.c (c_expand_body): Call mark_varargs before
8182         expand_function_start.
8183
8184 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
8185
8186         * config/rs6000/eabi-cn.asm: Use /**/ to delimit comments, not #.
8187         * config/rs6000/eabi-ci.asm: Likewise.
8188
8189 2000-09-18  Richard Henderson  <rth@cygnus.com>
8190
8191         * emit-rtl.c (init_emit_once): Initialize const_tiny_rtx
8192         for BImode.
8193
8194 2000-09-18  Jim Wilson  <wilson@cygnus.com>
8195
8196         * unroll.c (loop_iterations): Pass increment to extend_for_giv_value
8197         before passing it to fold_rtx_mult_add.
8198
8199         * unroll.c (final_giv_value): Pass increment through
8200         extend_value_for_giv before passing it to emit_iv_add_mult.
8201
8202         * function.c (fixup_var_refs_1, case ZERO_EXTRACT): If we have a
8203         paradoxical subreg, then directly substitute the replacement and
8204         return.
8205
8206 Mon 18-Sep-2000 22:12:44 BST  Neil Booth  <NeilB@earthling.net>
8207
8208         * cpp.texi: Update documentation, including some clarifications,
8209         the treatment of various newline combinations, and space between
8210         backslash and newline.
8211
8212 Mon Sep 18 21:00:47 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8213
8214         * sdbout.c (PUT_SDB_DEF, PUT_SDB_TAG, PUT_SDB_EPILOGUE_END):
8215         Replace ASM_OUTPUT_LABELREF with assemble_name.
8216
8217 Mon Sep 18 20:26:50 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8218
8219         * sh.c (addsubcosts): CONST is not cheap.
8220         (find_barrier): For Sh1, take alignment after jumps into account.
8221
8222 2000-09-15  Andrew Haley  <aph@redhat.com>
8223
8224         * toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to
8225         remove all SETs of SUBREGs of hard registers.
8226         * function.c (purge_hard_subreg_sets): New function.
8227         (purge_single_hard_subreg_set): New function.
8228         * rtl.h: (purge_hard_subreg_sets): New function.
8229
8230 2000-09-18  Richard Henderson  <rth@cygnus.com>
8231
8232         * config/ia64/ia64-protos.h: Update.
8233         * config/ia64/ia64.c (signed_inequality_operator): New.
8234         (ia64_expand_compare): New.
8235         (ia64_register_move_cost): Handle PR_REGS moves.
8236         (ia64_secondary_reload_class): Require a GR when moving to a PR.
8237         (struct reg_write_state): Add written_by_and/or.
8238         (struct reg_flags): Add is_and/or.
8239         (rws_update): Set them.
8240         (rws_access_regno): Test them to allow parallel comparisons.
8241         (rtx_needs_barrier): Recognize parallel comparisons.
8242         (emit_insn_group_barriers): Set prev_insn after a call stop bit.
8243         Call recog_memoized; ignore pred_rel_mutex.
8244         (emit_predicate_relation_info): Don't call find_basic_blocks here.
8245         (ia64_reorg): Do it here instead.
8246         * config/ia64/ia64.h: s/CCmode/BImode/g
8247         (MODES_TIEABLE_P): Don't tie BImode.
8248         (PREFERRED_RELOAD_CLASS): Do not reload operations into AR regs.
8249         (CONST_COSTS): Pick sensible values for CONST_INT based on context.
8250         (RTX_COSTS): Make multiply 4 insns.
8251         (MEMORY_MOVE_COST): New.
8252         (PREDICATE_CODES): Update.
8253         * config/ia64/ia64.md: s/CCmode/BImode/g
8254         (movcci, movbi): New.
8255         (andbi3, andcmbi3, iorbi3, iorcmbi3, one_cmplbi2): New.
8256         (cmpsi_and_0, cmpsi_and_1, cmpsi_andnot_0, cmpsi_andnot_1): New.
8257         (cmpdi_and_0, cmpdi_and_1, cmpdi_andnot_0, cmpdi_andnot_1): New.
8258         (tbit_and_0, tbit_and_1, tbit_and_2, tbit_and_3): New.
8259         (cmpsi_or_0, cmpsi_or_1, cmpsi_orcm_0, cmpsi_orcm_1): New.
8260         (cmpdi_or_0, cmpdi_or_1, cmpdi_orcm_0, cmpdi_orcm_1): New.
8261         (tbit_or_0, tbit_or_1, tbit_or_2, tbit_or_3): New.
8262         (mulsi, muldi): Use xmpy not xma.
8263         (cmpbi): New.
8264         (movcc, movcc_internal): Remove.
8265         (branch expanders): Use ia64_expand_compare.
8266         (setcc expanders): Likewise.
8267         (cmov insns): Use move_operand and ia64_move_ok.
8268         (pred_rel_mutex): Use unspec not unspec_volatile.  Prevent the
8269         scheduler from moving it past a use.
8270         * config/ia64/build.hacks: Remove.
8271
8272 Mon 18-Sep-2000 19:21:35 BST  Neil Booth  <NeilB@earthling.net>
8273
8274         * cpphash.h (HASHSTEP): Take character rather than pointer
8275         to character.
8276         (_cpp_check_directive, _cpp_check_linemarker): Update prototypes.
8277
8278         * cpphash.c (cpp_loookup): Update for new HASHSTEP.
8279
8280         * cpplex.c (auto_expand_name_space, trigraph_replace,
8281         backslash_start, handle_newline, parse_name, INIT_TOKEN_STR,
8282         IMMED_TOKEN, PREV_TOKEN_TYPE, PUSH_TOKEN, REVISE_TOKEN,
8283         BACKUP_TOKEN, BACKUP_TRIGRAPH, MIGHT_BE_DIRECTIVE,
8284         KNOWN_DIRECTIVE): Delete.
8285
8286         (handle_newline, check_long_token, skip_escaped_newlines,
8287         unterminated): New functions.
8288         (ACCEPT_CHAR, SAVE_STATE, RESTORE_STATE): New macros.
8289
8290         (parse_identifier): Was parse_name, new implementation.
8291         (skip_line_comment, skip_block_comment, skip_whitespace,
8292         parse_number, parse_string, trigraph_ok, save_comment,
8293         adjust_column, _cpp_get_line): New implementations.
8294
8295         (lex_token): New function.  Lexes a token at a time, looking
8296         forwards.  Contains most of the guts of the old lex_line.
8297         (lex_line): New implementation, using lex_token to obtain
8298         individual tokens.
8299         (cpp_scan_buffer): Use the token's line, not the list's line.
8300
8301         * cpplib.c (_cpp_check_directive, _cpp_check_linemarker):
8302          New implementations.
8303         (do_assert): Don't bother setting the answer's list's line.
8304         (cpp_push_buffer): Initialise new pfile and read_ahead members
8305         of struct cpp_buffer.
8306
8307         * cpplib.h (cppchar_t): New typedef.
8308         (struct cpp_buffer): read_ahead, pfile and col_adjust are
8309         new members.
8310         (struct lexer_state): New structure that determines the state
8311         and behaviour of the lexer.
8312         (IN_DIRECTIVE, KNOWN_DIRECTIVE): New macros.
8313         (struct cpp_reader): New member "state". Rename
8314         multiline_string_line and multiline_string_column. Delete
8315         col_adjust, in_lex_line members.
8316         (CPP_BUF_COLUMN): Update.
8317
8318 2000-09-18  Richard Henderson  <rth@cygnus.com>
8319
8320         * combine.c (simplify_comparison): Shift a NOT out of a single
8321         bit test.
8322
8323         * combine.c (if_then_else_cond): Canonicalize BImode true to
8324         STORE_FLAG_VALUE.
8325         * explow.c (trunc_int_for_mode): Likewise.
8326
8327         * combine.c (combine_simplify_rtx): Use gen_unary to distribute
8328         the NOT for De Morgan's rule.
8329         * simplify-rtx.c (simplify_unary_operation): Simplify a BImode NOT
8330         of a comparison to the reverse comparison.
8331
8332         * combine.c (try_combine): Allow split to create a single insn.
8333
8334         * machmode.def: Add BImode.  Add a column for bitsize.
8335         * machmode.h (DEF_MACHMODE): Adjust for extra column.
8336         (GET_MODE_BITSIZE): Use it.
8337         * rtl.c (DEF_MACHMODE): Adjust for extra column.
8338         (mode_bitsize): New.
8339         (mode_mask_array): Use bitsize.
8340         * combine.c (combine_simplify_rtx): Require inner and outer
8341         modes to match on nonzero_bits optimizations.
8342
8343 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
8344
8345         * reload1.c (forget_old_reloads_1): If a hard reg is stored, clear
8346         its entry in spill_reg_store.
8347         * config/sh/lib1funcs.ams (movstr_i4 functions): Always compile in.
8348         * sh.c (reg_no_subreg_operand): New function.
8349         * sh-protos.h (reg_no_subreg_operand): Declare it.
8350         * sh.h (PREDICATE_CODES): Add it.
8351         * sh.md (floatsisf2_i4, floatsidf2_i, extendsfdf2_i4): Use it for
8352         input operand that needs to be in fpul.
8353         (fix_truncsfsi2, fix_truncsfsi2_i4): Use register_operand for output.
8354         * sh.c (find_barrier): Take into account that machine_dependent_reorg
8355         might add new insns.
8356
8357 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
8358
8359         * config/sh/sh.c (sh_expand_prologue): Mark GOTaddr2picreg as
8360         MAYBE_DEAD.
8361         (sh_expand_epilogue): Take the PIC register into account when
8362         computing the frame size.
8363
8364         * config/sh/sh.c (nonpic_symbol_mentioned_p): Check LABEL_REFs.
8365         * config/sh/sh.md (sym_label2reg, symPLT_label2reg): Protect
8366         LABEL_REFs with a PIC-safe unspec.
8367
8368 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8369
8370         * c-common.c (check_format_info): Properly save the argument
8371         number and parameter for $ operand number formats in case width
8372         and precision arguments are also used.  Allow printf width and
8373         precision arguments to have operand numbers even if none was
8374         specified for the main format, since this is OK for %*.*m.  Only
8375         object to missing $ operand number if the format used requires an
8376         argument.
8377
8378 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8379
8380         * c-common.c (format_char_info): Add 'W' flag to comment.
8381         (print_char_table, scan_char_table): Use it.
8382         (check_format_info): Use the 'W' flag to determine whether a
8383         format argument is written into.
8384
8385 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8386
8387         * c-common.c (check_format_types): Reorganise and clean up,
8388         checking earlier for ERROR_MARKs and making cur_type into its
8389         TYPE_MAIN_VARIANT where convenient.
8390
8391 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8392
8393         * gcc.c (cpp_options): Add specs for __STDC_HOSTED__.
8394
8395 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
8396
8397         * optabs.c (emit_libcall_block): Set CONST_CALL_P for the call.
8398
8399         * i386-protos.h (ix86_init_builtins, ix86_expand_builtin): Declare.
8400         * i386.c (struct builtin_description): New.
8401         (bdesc_comi, bdesc_2arg, bdesc_1arg): New arrays.
8402         (mmx_reg_operand): Declare MODE arg as unused.
8403         (ix86_expand_sse_comi, ix86_expand_sse_compare, safe_vector_operand,
8404         ix86_expand_unop1_builtin, ix86_expand_unop_builtin,
8405         ix86_expand_binop_builtin, ix86_expand_store_builtin,
8406         ix86_init_builtins, ix86_expand_builtin): New functions.
8407         * i386.h (ix86_builtins): New enumeration.
8408         (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): New macros.
8409         * i386.md (attr length_immediate): 0 for mmx/sse types.
8410         (attr prefix_0f): 1 for mmx/sse types.
8411         (setcc_2): Remove "*" so we get gen_setcc_2.
8412         (emms): Account for changed register numbering.  Set "memory" attr
8413         to unknown.
8414         (sfence): Set "memory" attr to unknown.
8415
8416 2000-09-18  Andreas Jaeger  <aj@suse.de>
8417
8418         * configure.in: Define _GNU_SOURCE only when using the GNU C
8419         Library.
8420         * configure: Regenerated.
8421         * config.in: Regenerated.
8422
8423 2000-09-17  Mark Mitchell  <mark@codesourcery.com>
8424
8425         * cppinit.c (cpp_init): Don't use ANSI prototypes.
8426         * flow.c (flow_dump_loop): Likewise.
8427         (flow_loops_dump): Likewise.
8428
8429         * c-typeck.c (c_start_case): Fix typo.
8430
8431 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8432
8433         * c-decl.c (grokdeclarator): Don't give a warning about defaulting
8434         to int for plain complex which defaults to complex double.  Do
8435         warn about defaulting to complex double if pedantic.  Warn about
8436         complex integer types if pedantic.  Warn about complex types if
8437         pedantic and not in C99 mode.
8438         * c-typeck.c (build_unary_op): If pedantic, warn about use of ~
8439         for complex conjugation.
8440
8441 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8442
8443         * contrib.texi: Update my entry.
8444
8445 Sun Sep 17 18:48:32 2000  Denis Chertykov  <denisc@overta.ru>
8446
8447         * config/avr/avr.md (mcu_enhanced): New attribute.
8448         (mcu_mega): Likewise.
8449         (extendhisi2): Use mcu_enhanced.
8450         (zero_extendhisi2): Likewise.
8451         (call_insn): Use mcu_enhanced and mcu_mega.
8452         (call_value_insn): Likewise.
8453         (*sbrx_branch): Use mcu_mega.
8454         (*sbrx_and_branchsi): Likewise.
8455         (*sbrx_and_branchhi): Likewise.
8456         (*tablejump_lib): Likewise.
8457
8458 Sun Sep 17 10:46:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8459
8460         * alias.c (true_dependence): Allow non-unchanging read to conflict
8461         with unchanging write.
8462
8463         * expr.c (store_constructor_field): Accept ALIAS_SET arg.
8464         (store_constructor): Pass alias_set to it.
8465
8466         * c-decl.c (grokdeclarator): Reorder tests to avoid looking at
8467         TYPE_MAIN_VARIANT of ERROR_MARK.
8468         * c-lex.c (readescape): Avoid using printf syntax we don't recognize.
8469
8470         * simplify-rtx.c (simplify_unary_operation): Add cases
8471         FLOAT_EXTEND and FLOAT_TRUNCATE to ones that return 0.
8472
8473 2000-09-17  Bernd Schmidt  <bernds@redhat.co.uk>
8474
8475         * expr.h (emit_library_call, emit_library_call_value): Delete
8476         declarations.
8477         * rtl.h (enum libcall_type): New.
8478         (emit_library_call, emit_library_call_value): Change fn_type arg to
8479         be of type enum libcall_type.
8480         * calls.c: Likewise for the function definitions.  Several callers
8481         throughout changed to use the new enumeration appropriately.
8482         (emit_library_call_value_1): Likewise.  Put back code to make libcall
8483         blocks of equal form, but only use it for the two new higher
8484         enumeration values.
8485
8486 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
8487
8488         Convert the C front-end to use function-at-a-time mode.
8489         * c-common.h: Include splay-tree.h.
8490         (C_DECLARED_LABEL_FLAG): New macro.
8491         (struct language_function): Add x_scope_stmt_stack and
8492         x_function_name_declared_p.
8493         (RECHAIN_STMTS): Move definition.
8494         (lang_statment_code_p): Likewise.
8495         (lang_expand_stmt): Likewise.
8496         (lang_expand_decl_stmt): New variable.
8497         (lang_expand_function_end): Likewise.
8498         (current_scope_stmt_stack): New function.
8499         (add_decl_stmt): Likewise.
8500         (add_scope_stmt): Likewise.
8501         (mark_stmt_tree): Likewise.
8502         (struct c_lang_decl): New structure.
8503         (DECL_SAVED_TREE): Define.
8504         (c_mark_lang_decl): New function.
8505         (c_expand_start_cond): Change prototype.
8506         (c_finish_then): New function.
8507         (c_finish_else): Likewise.
8508         (current_function_name_declared): Remove.
8509         (set_current_function_name_declared): Likewise.
8510         (mark_c_language_function): Declare.
8511         (case_compare): Likewise.
8512         (c_add_case_label): Likewise.
8513         (c_expand_expr): Likewise.
8514         (c_safe_from_p): Likewise.
8515         * c-common.c (lang_expand_function_end): New variable.
8516         (struct if_elt): Add if_stmt.
8517         (c_expand_start_cond): Add the if-statement to the statement-tree,
8518         rather than generating RTL.
8519         (c_finish_then): New function.
8520         (c_expand_start_else): Don't generate RTL.
8521         (c_finish_else): New function.
8522         (c_expand_expr_stmt): Don't generate RTL.
8523         (statement_code_p): Add SCOPE_STMT.
8524         (case_compare): New function.
8525         (c_add_case_label): Likewise.
8526         (mark_stmt_tree): Likewise.
8527         (c_mark_lang_decl): Likewise.
8528         (mark_c_language_function): Likewise.
8529         (c_expand_expr): Likewise.
8530         (c_safe_from_p): Likewise.
8531         * c-decl.c (c_stmt_tree): New variable
8532         (c_scope_stmt_stack): Likewise.
8533         (c_function_name_declared_p): Likewise.
8534         (lang_expand_expr_stmt): Remove.
8535         (poplevel): Don't call output_inline_function for nested
8536         functions.
8537         (pushdecl): Don't set DECL_CONTEXT for a local declaration of an
8538         `extern' function.
8539         (redeclaration_error_message): Change means of computing whether
8540         or not a function is nested.
8541         (lookup_label): Don't call label_rtx.
8542         (init_decl_processing): Add more GC roots.
8543         (start_decl): Add DECL_STMTs to the statement-tree, rather than
8544         calling rest_of_decl_compilation.
8545         (finish_decl): Don't call expand_decl.
8546         (store_parm_decls): Begin the statement-tree, but don't generate
8547         RTL.
8548         (finish_function): Tie off the statement-tree.  Call c_expand_body
8549         if appropriate.
8550         (c_expand_body): New function.
8551         (push_c_function_context): Save more information.
8552         (pop_c_function_contxt): Likewise.
8553         (copy_lang_decl): Now that we use DECL_LANG_SPECIFIC, copy it.
8554         (lang_mark_tree): Mark it.
8555         (current_stmt_tree): Adjust.
8556         (current_scope_stmt_stack): New function.
8557         (do_case): Remove.
8558         (set_current_name_declared): Likewise.
8559         (c_begin_compound_stmt): Define.
8560         (c_expand_decl_stmt): Likewise.
8561         * c-lang.c: Include rtl.h and expr.h.
8562         (lang_init): Set more language-specific hooks.
8563         * c-lex.c: Include expr.h.
8564         * c-parse.in: Changes throughout to add statements to the
8565         statement-tree, rather than generating RTL after every statement.
8566         * c-semantics.c (lang_expand_decl_stmt): Define.
8567         (add_decl_stmt): New function.
8568         (add_scope_stmt): Likewise.
8569         (finish_stmt_tree): Tweak.
8570         (genrtl_expr_stmt): Likewise.
8571         (genrtl_decl_stmt): Handle local labels, and call
8572         lang_expand_decl_stmt if required.
8573         (genrtl_for_stmt): Fix line-number handling.
8574         (genrtl_case_label): Handle cleanups.
8575         (genrtl_asm_stmt): Don't call combine_strings.
8576         (genrtl_compound_stmt): Simplify.
8577         (expand_stmt): Handle SCOPE_STMTs.
8578         * c-tree.h (struct lang_decl): New structure.
8579         (C_DECLARED_LABEL_FLAG): Remove.
8580         (c_begin_compound_stmt): Declare.
8581         (c_expand_decl_stmt): Likewise.
8582         (c_expand_start_case): Rename to c_start_case.
8583         (c_finish_case): New function.
8584         * c-typeck.c (start_init): Tweak setting of
8585         constructor_incremental.
8586         (c_expand_asm_operands): Tweak error-handling.  Add to the
8587         statement-tree.
8588         (c_expand_return): Add to the statement-tree.
8589         (c_expand_start_case): Rename to ...
8590         (c_start_case): ... this.
8591         (struct c_switch): New type.
8592         (switch_stack): New variable.
8593         (do_case): Simplify.
8594         (c_finish_case): New function.
8595         * dependence.c: Include expr.h.
8596         (enum dependence_type): Change spelling of enumerals.
8597         (check_node_dependence): Adjust.
8598         * expr.h (lang_safe_from_p): Declare.
8599         (safe_from_p): Likewise.
8600         * expr.c (lang_safe_from_p): New variable.
8601         (safe_from_p): Give it external linkage.  Use lang_safe_from_p.
8602         * stmt.c (expand_expr_stmt): Avoid clobberring of last_expr_type.
8603         * toplev.c (rest_of_decl_compilation): Robustify.
8604         * tree.c (contains_placeholder_p): Likewise.
8605         * Makefile.in: Update dependencies.
8606         * objc/objc-act.h: Adjust calculation of value for dummy_tree_code.
8607         * objc/objc-act.c: Include rtl.h, expr.h, and c-common.h.
8608         (objc_expand_function_end): New function.
8609         (finish_method_def): Use it.
8610         (init_objc): Initialize more language-specific hooks.
8611         * objc/Make-lang.in: Update dependencies.
8612
8613 2000-09-16  Geoffrey Keating  <geoffk@cygnus.com>
8614
8615         * configure.in: Define macros that affect features before
8616         testing for features.  Don't define _XOPEN_SOURCE.
8617         * configure: Regenerated.
8618         * config.in: Regenerated.
8619
8620 Sat Sep 16 19:42:50 EDT 2000  John Wehle  (john@feith.com)
8621
8622         * rtlanal.c (rtx_varies_p): Volatile asms vary.
8623         (rtx_unstable_p): Restructure code.  Volatile asms
8624         are unstable.
8625
8626 Sat Sep 16 14:35:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8627
8628         * function.h (no_debugging_symbols): New field.
8629         * integrate.c (save_for_inline): Renamed from save_for_inline_nocopy.
8630         Initialize no_debugging_symbols.
8631         (output_inline_function): Save and restore write_symbols and set from
8632         no_debugging_symbols.
8633         * toplev.c (rest_of_compilation): Call save_for_inline.
8634         * tree.h: Update comment.
8635
8636         * stor-layout.c (place_field): Don't do anything if field or
8637         its type are ERROR_MARK.
8638
8639 Sat Sep 16 19:14:00 2000  Laurynas Biveinis <lauras@softhome.net>
8640
8641         * cppfiles.c (purge_cache): Use munmap only if MMAP_THRESHOLD defined.
8642         (read_include_file): Ensure inc->mmaped is initialized.
8643
8644 2000-09-16  Richard Henderson  <rth@cygnus.com>
8645
8646         * cppiles.c (purge_cache): Use PTR not caddr_t.
8647
8648 2000-09-16  Hans-Peter Nilsson  <hp@axis.com>
8649
8650         * gcc.c: In description for %{<S}, say the option removed is -S.
8651         * invoke.texi (Spec Files): Ditto.
8652
8653 2000-09-16  Andreas Jaeger  <aj@suse.de>
8654
8655         * configure.in: Always define _GNU_SOURCE to make interfaces
8656         visible that were hidden by only defining _GNU_SOURCE.
8657         * configure: Regenerated.
8658
8659 Sat 16-Sep-2000 08:13:45 BST  Neil Booth  <NeilB@earthling.net>
8660
8661         * cpplex.c (push_macro_context): Set an argument's level after
8662         calling parse_args.  We could loop infinitely otherwise.
8663
8664 2000-09-15  Tom Tromey  <tromey@cygnus.com>
8665
8666         * configure, config.in: Rebuilt.
8667         * configure.in: Check for iconv.h.  Define _XOPEN_SOURCE.
8668
8669 2000-09-15  Greg McGary  <greg@mcgary.org>
8670
8671         * cppmacro.c (check_trad_stringification): Check token
8672         text pointers against limit before dereferencing.
8673
8674 2000-09-15  Joseph S. Myers  <jsm28@cam.ac.uk>
8675
8676         * c-common.c (format_wanted_type): New structure.
8677         (check_format_types): New function.
8678         (check_format_info): Pass all checking of types of format
8679         arguments, including width and precision arguments, to this new
8680         function.
8681
8682 2000-09-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8683
8684         * BUGS: Remove file.
8685
8686 2000-09-15  Jakub Jelinek  <jakub@redhat.com>
8687
8688         * config/alpha/alpha.c (override_options): ev6 cache latencies
8689         from Richard Henderson.  Don't allow -mmemory-latency=L0.
8690
8691         * config/alpha/alpha.h (TARGET_CPU_EV5, TARGET_CPU_EV6): Define.
8692         (TARGET_OPTIONS): Add tune=.
8693         (alpha_tune_string): Declare.
8694         * config/alpha/alpha.c (override_options): Add cpu_table.
8695         Use alpha_cpu_string first to set both alpha_cpu and target_flags
8696         and then alpha_tune_string to set alpha_cpu only.
8697         Replace tests for PROCESSOR_EV* with TARGET_CPU_EV* tests.
8698         * config/alpha/elf.h (ASM_FILE_START): Likewise.
8699         * config/alpha/osf.h (ASM_FILE_START): Likewise.
8700         * config/alpha/openbsd.h (ASM_FILE_START): Likewise.
8701
8702 Fri Sep 15 19:45:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8703
8704         * i386-protos.h (no_comparison_operator, uno_comparison_operator):
8705         Remove.
8706         (ix86_comparison_operator, ix86_cc_mode): Declare
8707         * i386.h (CCGC, CCGCO): New modes.
8708         (SELECT_CC_MODE): Move offline to ....
8709         * i386.c (ix86_cc_mode): .... here; use new modes.
8710         (ix86_comparison_operator): New.
8711         (fcmov_comparison_operator): Ensure proper mode.
8712         (put_condition_mode): More sanity checking.
8713         (ix86_match_ccmode): Handle new modes.
8714         (ix86_expand_fp_compare): GEU requires CCmode.
8715         (ix86_expand_strlensi_unroll_1): Use emit_cmp_and_jump_insn instead of
8716         doing it by hand.
8717         * i386.md (cmp?i_ccz_1): Remove
8718         (cmp?i_ccno_1): Use ix86_match_ccmode.
8719         (cmp?i_minus_1): New.
8720         (cmpsi_1): New expander.
8721         (cmpqi_ext_1): Use match_ccmode
8722         (cmpqi_ext_3): New expander.
8723         (cmpqi_ext_3_insn): Rename from cmpqi_ext_3.
8724         (cmpqi_ext_4): Use match_ccmode.
8725         (add?i_?): Use match_ccmode.
8726         (add?i_6): New.
8727         (test?i_ccz_1): Remove
8728         (test?i_1): New.
8729         (testsi_ccno_1, testqi_ccz_1, testqi_ext_ccno_0): New expander.
8730         (testqi_ext_0): Use ix86_match_ccmode.
8731         (*xorqi_cc_ext_1): Use ix86_match_ccmode.
8732         (xorqi_cc_ext_1): New expander.
8733         (shift patterns): Use CCGOCmode for all shifts except for sar.
8734         (setcc_?, jcc_?, miv?icc_nic): Use ix86_comparison_operator.
8735         (setcc_3, jcc_3, miv?icc_c): Remove.
8736
8737 2000-09-15  Will Cohen  <wcohen@redhat.com>
8738
8739         * dwarf2out.c (add_const_value_attribute): Changed array into a
8740         xmalloced object, so it exists after function exit.
8741         (free_AT): Added case for dw_val_class_float to free allocated
8742         memory.
8743
8744 2000-09-15  Kazu Hirata  <kazu@hxi.com>
8745
8746         * config/i386/i386.md: Fix a comment typo.
8747         * gcc.c: Fix formatting.
8748
8749 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
8750
8751         * optabs.c (emit_libcall_block): If target is a user variable,
8752         copy to a temporary first.
8753         * expr.c (convert_move): When generating a libcall, make a libcall
8754         block.
8755         * calls.c (emit_library_call_value_1): Don't create a libcall
8756         sequence here; our caller will in most cases do it.
8757
8758         * sh.h (SECONDARY_INPUT_RELOAD_CLASS): Handle moving T, MACL or
8759         MACH into FPUL.
8760         (SECONDARY_OUTPUT_RELOAD_CLASS): Similar case.
8761         * sh.md (reload_outsf): Generate recognizable patterns for
8762         TARGET_SH3E.
8763         (floatsisf2, floatsisf2_ie, floatsisf2_i4, fix_truncsfsi2,
8764         fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i, fix_truncdfsi2,
8765         fix_truncdfsi2_i, extendsfdf2, extendsfdf2_i4, truncdfsf2,
8766         truncdfsf2_i4): Change not to use explicit references to fpul.
8767         (floatsisf2_ie): Remove USE of fpscr.
8768         (floatsisf2): Change default expansion to match this.
8769         (fix_truncsfsi2_i4_2, fix_truncdfsi2_i4 & splitters): Comment out
8770         unused patterns.
8771
8772 2000-09-15  Richard Henderson  <rth@cygnus.com>
8773
8774         * expmed.c (store_bit_field): Consider naturally aligned
8775         memory for direct reference.
8776
8777 2000-09-15  Richard Henderson  <rth@cygnus.com>
8778
8779         * config/alpha/alpha.c (alpha_expand_unaligned_load): Force all
8780         AND addresses into alias set 0.
8781         (alpha_expand_unaligned_store): Likewise.
8782         (alpha_expand_unaligned_load_words): Likewise.
8783         (alpha_expand_unaligned_store_words): Likewise.
8784
8785 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
8786
8787         * config/sh/sh.h (CPP_SPEC): For -m4-nofpu, define __SH4_NOFPU__.
8788         * config/sh/lib1funcs.asm (movstr_i4): Also compile if __SH4_NOFPU__
8789         is defined.
8790         * config/mips/mips.c (mips_va_arg): Args passed by reference have a
8791         rsize of UNITS_PER_WORD.
8792
8793 Fri 15-Sep-2000 06:49:07 BST  Neil Booth  <NeilB@earthling.net>
8794
8795         * cpplex.c (ON_REST_ARG): Correct the test.
8796         (maybe_paste_with_next): Duplicate a token that fail pasting,
8797         and clear its PASTE_LEFT flag, so that nested pasting attempts
8798         do not occur.
8799
8800 2000-09-14  Richard Henderson  <rth@cygnus.com>
8801
8802         * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.
8803         * cse.c (rtx_cost): Likewise.
8804         * optabls.c (expand_binop): Likewise.
8805         (expand_twoval_binop, prepare_cmp_insn): Likewise.
8806         * regclass.c (copy_cost): Likewise.
8807         * reload1.c (reload_cse_move2add): Likewise.
8808
8809 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
8810
8811         * c-parse.in (reswords): Add _Complex.
8812
8813 2000-09-14  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
8814
8815         * gcc.1: Delete documentation for -undef preprocessor option.
8816
8817 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
8818
8819         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
8820         STARTFILE_SPEC, ENDFILE_SPEC): Remove define.
8821         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
8822         Remove undefine before config/elfos.h.
8823         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out.
8824
8825 2000-09-14  Kazu Hirata  <kazu@hxi.com>
8826
8827         * invoke.texi (H8/300 Options): Add -ms2600.
8828         * config/h8300.c (h8300_init_once): Output an error when -ms2600
8829         is used without -ms.
8830         * config/h8300.h (TARGET_MAC): New.
8831         (TARGET_SWITCHES): Add -ms2600 and -mno-s2600.
8832         (CONDITIONA_REGISTER_USAGE): Disable the mac register on any
8833         machine other than H8/S2600.
8834         * config/h8300.md: Accept mac instructions on the H8/S2600 instead
8835         of the H8/S2000.
8836
8837 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>, Bernd Schmidt  <bernds@redhat.co.uk>
8838
8839         * reload.c (find_reloads_address_1): Generate reloads for auto_inc
8840         pseudos that refer to the original pseudos, not only to their
8841         equivalent memory locations.
8842
8843 Thu Sep 14 12:10:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8844
8845         * expr.c (expand_expr, case COMPONENT_EXPR): Copy memory attributes
8846         when making new MEM.
8847
8848         * Makefile.in (LN): Remove duplicate definition.
8849
8850 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
8851
8852         From Joern Rennecke:
8853         * local-alloc.c (update_equiv_regs): If there is no REG_EQUAL note
8854         on an insn and function_invariant_p returns nonzero for the source,
8855         add a REG_EQUAL note.
8856
8857 Thu Sep 14 00:51:57 EDT 2000  John Wehle  (john@feith.com)
8858
8859         * alias.c (memrefs_conflict_p): An ADDRESSOF doesn't
8860         conflict with frame_pointer_rtx.
8861
8862 2000-09-13  Kazu Hirata  <kazu@hxi.com>
8863
8864         * loop.c: Fix formatting.
8865         * loop.h: Likewise.
8866
8867 2000-09-13  Richard Henderson  <rth@cygnus.com>
8868
8869         * config/ia64/ia64.md (divsf3): New.
8870         (divsf3_internal_lat, divsf3_internal_thr): New.
8871         (divdf3, divdf3_internal_lat, divdf3_internal_thr): New.
8872         (divtf3, divtf3_internal_lat, divtf3_internal_thr): New.
8873         (adddf3_trunc, subdf3_trunc, muldf3_trunc): New.
8874         (madddf4_trunc, msubdf4_trunc, nmuldf3_trunc): New.
8875         (nmadddf4_alts, nmadddf4_trunc): New.
8876         (addtf3_truncsf, addtf3_truncdf, subtf3_truncsf): New.
8877         (subtf3_truncdf, multf3_truncsf, multf3_truncdf): New.
8878         (multf3_truncsf_alts, multf3_truncdf_alts): New.
8879         (maddtf4_truncsf, maddtf4_truncdf, maddtf4_alts_truncdf): New.
8880         (msubtf4_truncsf, msubtf4_truncdf, nmultf3_truncsf): New.
8881         (nmultf3_truncdf, nmaddtf4_truncsf, nmaddtf4_truncdf): New.
8882         (nmaddtf4_truncdf_alts): New.
8883         (recip_approx): Don't predicate.
8884
8885 2000-09-13  Richard Henderson  <rth@cygnus.com>
8886
8887         * config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.
8888
8889 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8890
8891         * flags.h (flag_dump_rtl_in_asm): Declare.
8892         * toplev.c (flag_dump_rtl_in_asm): Define.
8893         (decode_d_option): Set flag_dump_rtl_in_asm and flag_print_asm_name
8894         if -dP is specified.
8895         * rtl.h (print_rtx_head): Declare.
8896         * print-rtl.c (print_rtx_head): Define.
8897         (print_rtx): Print the string pointed to by print_rtx_head
8898         at beginning of each dump line.
8899         (print_rtl): Likewise.
8900         (print_rtl_single): Likewise.
8901         * final.c (final_scan_insn): Dump the insn in the assembly
8902         file for debugging.
8903         * gcc.1: Document -dP option.
8904         * invoke.texi (Debugging Options): Likewise.
8905
8906 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8907
8908         * md.texi (Machine Constraints): Document the 68HC11 constraints.
8909         * install.texi (Configurations): Document the 68HC11&68HC12 port.
8910         * invoke.texi (Option Summary, M68hc1x Options): Document the options.
8911
8912 Tue Sep 12 13:51:13 2000  Denis Chertykov  <denisc@overta.ru>
8913
8914         * config/avr/avr.h (ASSEMBLER_DIALECT): New macro declared.
8915         * config/avr/avr.md (*movstrqi_insn): Cleanup output template.
8916         (*clrstrqi): Likewise.
8917         (xorhi3,xorsi3,absqi2): Likewise.
8918         (one_cmplhi2,one_cmplsi2): Likewise.
8919         (addsi3): Two stupid constraint alternatives removed.
8920         (extendhisi2): Use `movw' for enhanced avr cores.
8921         (zero_extendhisi2): Likewise.
8922
8923 Wed Sep 13 02:31:23 EDT 2000  John Wehle  (john@feith.com)
8924
8925         * alias.c (find_base_term): Use frame_pointer_rtx
8926         when handling an ADDRESSOF.
8927
8928         * cse.c (canon_hash): Handle USE of BLKmode memory.
8929         (cse_insn): Outgoing arguments for a libcall don't
8930         affect any recorded expressions.
8931
8932 2000-09-12  Tom Tromey  <tromey@cygnus.com>
8933
8934         * configure, config.in: Rebuilt.
8935         * configure.in: Check for iconv, nl_langinfo, langinfo.h.
8936
8937 2000-09-12  Jakub Jelinek  <jakub@redhat.com>
8938
8939         * c-lex.c (lex_string): Use charwidth to compute bytemask.
8940         * expr.c (expand_expr): Don't optimize constant array references
8941         initialized with wide string constants.
8942
8943 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
8944
8945         * loop.c (note_set_pseudo_multiple_uses): Correct.
8946
8947 2000-09-12  Jim Wilson  <wilson@cygnus.com>
8948
8949         * ifcvt.c (noce_process_if_block): If A and B are the same, and no
8950         else block, and X has side-effects, then fail.
8951
8952 2000-09-12  Greg McGary  <greg@mcgary.org>
8953
8954         * config/mips/mips-protos.h
8955         (trap_cmp_op, mips_gen_conditional_trap): New func decls.
8956         * config/mips/mips.h (ISA_HAS_COND_TRAP): New macro.
8957         (PREDICATE_CODES): Add "trap_cmp_op".
8958         * config/mips/mips.c
8959         (trap_cmp_op, mips_gen_conditional_trap): New functions.
8960         * config/mips/mips.md (trap, conditional_trap): New patterns.
8961
8962 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
8963
8964         * flow.c (try_pre_increment_1): Don't do anything to sets of the stack
8965         pointer.
8966
8967 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8968
8969         * builtins.c (built_in_decls): New array.
8970         (expand_builtin_fputs): New function.
8971         (expand_builtin): Handle BUILT_IN_FPUTC and BUILT_IN_FPUTS.
8972
8973         * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTS): New members.
8974
8975         * c-common.c (c_common_nodes_and_builtins): Handle fputc/fputs.
8976
8977         * tree.h (built_in_decls): New array.
8978
8979 Tue Sep 12 08:53:57 2000  Jeffrey A Law  (law@cygnus.com)
8980
8981         * convex.md: Use "+" instead of "=" for outputs wrapped in a
8982         STRICT_LOW_PART.
8983         * i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise.
8984
8985 2000-09-12  Kazu Hirata  <kazu@hxi.com>
8986
8987         * haifa-sched.c: Fix formatting.
8988
8989         * genattrtab.c: Fix formatting.
8990
8991         * unroll.c: Fix formatting.
8992
8993 2000-09-12  Bruce Korb  <bkorb@gnu.org>
8994
8995         * fixinc/fixfixes.c: make a type for the fix procedure & use it,
8996         remove obsolete code
8997         * fixinc/fixincl.c: Use PARAMS, not _P_.  Add no-op default to switch.
8998         * fixinc/fixincl.tpl: make non-exported arrays static scope
8999         * fixinc/fixincl.x: regenerate
9000         * fixinc/fixlib.h: Use PARAMS, not _P_
9001         * fixinc/fixtests.c: make a type for the test proc & use it
9002         * fixinc/server.h: Use PARAMS, not _P_
9003
9004 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9005
9006         * c-typeck.c (process_init_element): Avoid union init warnings on
9007         floating point zero.  Don't crash on unions containing structs.
9008
9009 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
9010
9011         * config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to
9012         general_movsrc_operand, and remove CONST_INT from
9013         general_movdst_operand.
9014
9015 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
9016
9017         * cse.c (approx_reg_cost): If SMALL_REGISTER_CLASSES, return INT_MAX
9018         if a reference to non-fixed hardreg is seen.  Otherwise, count hard
9019         regs with a higher cost.
9020         (preferrable): Deal with cases where either cost or regcost is
9021         MAX_COST.
9022         (cse_insn): Use MAX_COST rather than 10000.  Always initialize
9023         regcost values.
9024         (COSTS_N_INSNS): Move definition...
9025         * rtl.h: ...here.
9026         (MAX_COST): New macro.
9027         * loop.c (init_loop): Use COSTS_N_INSNS macro instead of hardcoded
9028         constant.
9029
9030 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
9031
9032         * c-common.h (genrtl_clear_out_block): Remove.
9033         * c-semantics.c (genrtl_clear_out_block): Remove.
9034         (genrtl_while_stmt): Don't call it.
9035         (genrtl_for_stmt): Likewise.
9036
9037 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
9038
9039         * cppfiles.c: Move all default-#defines to top of file.
9040         (open_include_file): Replace by lookup_include_file.
9041         (read_with_read, read_file): Merged into read_include_file.
9042         (stack_include_file, purge_cache): New functions.
9043         (close_cached_fd): Delete.
9044         (lookup_include_file, read_include_file, _cpp_pop_file_buffer):
9045         Cache the in-memory buffer, not the file descriptor.
9046
9047         * cpphash.h (struct include_file): Add buffer, st, refcnt,
9048         mapped fields.
9049         (xcnew): New utility macro.
9050         (DO_NOT_REREAD, NEVER_REREAD): Move up by struct include_file.
9051         * cpplib.h (struct cpp_buffer): Remove mapped field.
9052
9053 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
9054
9055         * cpplex.c (parse_string): Accept backslash space newline as a
9056         line continuation.
9057         (lex_line): Likewise.
9058         (_cpp_get_token): Remove hard limit on macro nesting.
9059
9060 2000-09-12  Philipp Thomas  <pthomas@suse.de>
9061
9062         * aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
9063         * configure: Rebuilt.
9064
9065 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
9066
9067         * flow.c (split_block): Fix update of registers live at
9068         end of split block.
9069
9070 Tue Sep 12 01:51:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9071
9072         * i386.md (add?i_3, add?i_5): New.
9073         (add?i_4): Rename from add?i_3;  Fix compare pattern.
9074         (sub?i_3, xor?i_3, ior?i_3): New.
9075
9076         * genrecog.c (write_tree): Output code to clear insn_extract cache.
9077         * genattrtab.c (write_attr_case): Gen call to extract_insn_cache
9078         instead of extract_insn and extract_constrain_insn_cache instead of
9079         extract_insn and constrain_operands.
9080         * recog.c (extract_insn_cached, extract_constrain_insn_cached):
9081         New functions.
9082         (extract_insn): Clear which_alternative.
9083         (constrain_operands): Set which_alternative to -1 when failed.
9084         * recog.h (extract_constrain_insn_cached, extract_insn_cached):
9085         Declare.
9086
9087 2000-09-11  Matthew Hiller  <hiller@redhat.com>
9088
9089         * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
9090         on operand 0 to '+'.
9091         (movstricthi): Likewise.
9092
9093 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9094
9095         * loop.h (LOOP_IVS): New macro.
9096         (REG_IV_TYPE, REG_IV_INFO): Add ivs argument.
9097         (struct loop_ivs): New.
9098         (struct loop_info): Add ivs field.
9099         (reg_iv_type, reg_iv_info): Delete prototype.
9100         (reg_biv_class, loop_iv_list): Likewise.
9101         * loop.c (record_biv, find_life_end): Pass loop argument.
9102         (reg_iv_type): Remove global array and use
9103         field in loop_regs structure within loop_ivs structure.
9104         (reg_iv_info, reg_biv_class, loop_iv_list): Likewise.
9105         (first_increment_giv, last_increment_giv): Use entry in
9106         loop_ivs structure.
9107         (record_initial): Pass ivs pointer.
9108         * unroll.c (copy_loop_body, remap_split_bivs): Add loop argument.
9109
9110 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9111
9112         * loop.h (LOOP_REGS): New macro.
9113         (struct loop_regs): New.
9114         (struct loop_info): Add regs field.
9115         * loop.c (set_in_loop): Remove global array and store
9116         in loop_regs structure as part of loop_info structure.
9117         (n_times_set, may_not_optimize): Likewise.
9118         (reg_single_usage, moved_once): Likewise.
9119         (count_one_set): Add regs argument.
9120         (combine_movables, rtx_equal_for_loop_p, combine_givs): Likewise.
9121         (set_pseudo_multiple_uses): Pass regs pointer.
9122
9123 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9124
9125         * unroll.c (iteration_info): Subsume into loop_iterations.
9126         * loop.h (loop_info): New field iv.
9127
9128 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9129
9130         * basic-block.h (LOOP_TREE, LOOP_PRE_HEADER, LOOP_EDGES): New.
9131         (LOOP_EXITS_DOMS, LOOP_ALL): Likewise.
9132         (flow_loops_update): New prototype.
9133         (flow_loops_find): Add flags to prototype.
9134         (struct loop): Add `pre_header_root' and `pre_header_trace' fields.
9135         * flow.c (flow_loop_pre_header_scan): New.
9136         (flow_loop_dump): Dump pre-header root and trace and exit dominators.
9137         (flow_loop_free): Free pre-header root and trace and exit dominators.
9138         (flow_loops_find): New argument flags.
9139         (flow_loops_update): New function.
9140         * toplev.c (rest_of_compilation): Add flag argument to flow_loops_find.
9141
9142 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9143
9144         * basic-block.h (split_block, update_bb_for_insn): New prototypes.
9145         * flow.c (split_block, update_bb_for_insn): New functions.
9146
9147 2000-09-11  Richard Henderson  <rth@cygnus.com>
9148
9149         * cse.c (fold_rtx): Honor NO_FUNCTION_CSE.
9150
9151 2000-09-11  Richard Henderson  <rth@cygnus.com>
9152
9153         * config/ia64/ia64-protos.h (fr_nonimmediate_operand): Declare.
9154         * config/ia64/ia64.c (fr_nonimmediate_operand): New.
9155         (ia64_override_options): Prevent optimizing division for both
9156         latency and throughput.
9157         (rtx_needs_barrier): Handle frcpa.
9158         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): New.
9159         (MASK_INLINE_DIV_THR, TARGET_INLINE_DIV_LAT): New.
9160         (TARGET_INLINE_DIV_THR, TARGET_INLINE_DIV): New.
9161         (TARGET_SWITCHES): Add -minline-divide-min-latency and
9162         -minline-divide-max-throughput.
9163         (PREDICATE_CODES): Update.
9164         * config/ia64/ia64.md (extendsidi2): Remove * from f case.
9165         (zero_extendsidi2): Likewise.  Fix typo in f case insn.
9166         (extendsfdf2): Add cases for gr<->fr and fr<->mem.
9167         (extendsftf2): Likewise.
9168         (extenddftf2): Likewise.
9169         (fix_trunctfdi2_alts): New.
9170         (fixuns_trunctfdi2_alts): New.
9171         (madd*4): Rename from madd*3.
9172         (divsi3, modsi3, udivsi3, umodsi3): New.
9173         (divsi3_internal): New.
9174         (divdi3, moddi3, udivdi3, umoddi3): New.
9175         (divdi3_internal_lat, divdi3_internal_thr): New.
9176         (multf3_alts, maddtf4_alts, nmaddtf4_alts): New.
9177         (recip_approx): New.
9178
9179 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
9180
9181         * print-rtl.c (debug_call_placeholder_verbose): New variable.
9182         (print_rtx) [CALL_PLACEHOLDER]: Dump all call sequences if it is
9183         set.
9184         * integrate.c (copy_rtx_and_substitute): Don't share
9185         LEAF_REG_REMAPpable registers with the inlined function.  Don't
9186         share the function value with calling sequences.
9187
9188 2000-09-11  Jakub Jelinek  <jakub@redhat.com>
9189
9190         * c-decl.c (do_case): Fix a typo.
9191
9192         * combine.c (simplify_if_then_else): Don't convert a == b ? b : a
9193         to a if the comparison is floating mode and not -ffast-math.
9194         * simplify-rtx.c (simplify_ternary_operation): Likewise.
9195
9196 Mon Sep 11 20:07:48 2000  J"orn Rennecke <amylaar@redhat.co.uk>
9197
9198         * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
9199         gen_ic_invalidate_line.
9200
9201 2000-09-11  Philip Blundell  <pb@futuretv.com>
9202
9203         * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
9204
9205 Mon Sep 11 10:48:41 2000  Ulrich Drepper <drepper@redhat.com>
9206
9207         * install.texi (LANGUAGES): Update to include new languages.
9208         * INSTALL: Rebuilt.
9209
9210 2000-09-11  DJ Delorie  <dj@redhat.com>
9211
9212         * gcc.c (main): Don't warn about unused -B prefixes
9213         (unused_prefix_warnings): remove
9214
9215 2000-09-11  Kazu Hirata  <kazu@hxi.com>
9216
9217         * final.c: Fix formatting.
9218
9219         * integrate.c: Fix formatting.
9220
9221 2000-09-11  Geoff Keating  <geoffk@cygnus.com>
9222
9223         * alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.
9224
9225 2000-09-11  Bernd Schmidt  <bernds@redhat.co.uk>
9226
9227         * reload.c (regno_clobbered_p): Fix thinko in previous change.
9228
9229 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9230
9231         * gcc.1: Document 68hc11 specific options.
9232
9233 2000-09-10  Geoff Keating  <geoffk@cygnus.com>
9234
9235         * config/rs6000/sysv4.h (MASK_LONG_DOUBLE_128): Define.
9236         (TARGET_LONG_DOUBLE_128): Define.
9237         (SUBTARGET_SWITCHES): Add -mlong-double-64 and -mlong-double-128.
9238         (LONG_DOUBLE_TYPE_SIZE): Redefine.
9239         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
9240         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on definition
9241         of __LONG_DOUBLE_128__.
9242         (CPP_SYSV_SPEC): Define __LONG_DOUBLE_128__ if -mlong-double-128
9243         passed.
9244         (CPP_LONGDOUBLE_DEFAULT_SPEC): Define.
9245         (CPP_SYSV_DEFAULT_SPEC): Define.
9246         (SUBTARGET_EXTRA_SPECS): Add cpp_longdouble_default.
9247         (INIT_TARGET_OPTABS): Define.
9248
9249         * config/rs6000/aix.h (RS6000_ITRUNC): Moved from rs6000.h.
9250         (RS6000_UITRUNC): Likewise.
9251         (INIT_TARGET_OPTABS): New macro.
9252         * config/rs6000/rs6000.c (rs6000_trunc_used): Delete.
9253         (trunc_defined): Delete.
9254         (output_prolog): Don't output .extern definitions for fp->int
9255         conversion routines, ASM_OUTPUT_EXTERNAL_LIBCALL will do it.
9256         * config/rs6000/rs6000.h (rs6000_trunc_used): Delete.
9257         (trunc_defined): Delete.
9258         (RS6000_ITRUNC): Moved to aix.h.
9259         (RS6000_UITRUNC): Likewise.
9260         * config/rs6000/rs6000.md (fix_truncdfsi2): Fail if it would
9261         only emit a libcall.
9262         (fixuns_truncdfsi2): Delete.
9263         (trunc_call): Delete.
9264         (trunc_call_rtl): Delete.
9265
9266 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9267
9268         * varasm.c (make_decl_rtl): Restore leading star on
9269         DECL_ASSEMBLER_NAME set for decls with an asmspec.
9270
9271 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9272
9273         * c-pragma.c (handle_pragma_pack): Correct parsing logic so it
9274         won't give a spurious error for '#pragma pack()'.  Simplify
9275         control flow for readability.  'reset' action is not necessary.
9276
9277 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9278
9279         * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,
9280         SHORT_TYPE_SIZE, INT_TYPE_SIZE, LONG_TYPE_SIZE,
9281         LONG_LONG_TYPE_SIZE, WCHAR_TYPE_SIZE, FLOAT_TYPE_SIZE,
9282         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE, and WCHAR_UNSIGNED.
9283
9284         * cppexp.c, dwarfout.c, dwarf2out.c, emit-rtl.c, final.c, optabs.c,
9285         profile.c, sdbout.c, tradcif.y, tree.c:
9286         Include defaults.h if not already included.
9287         Don't define the above macros.
9288
9289         * Makefile.in: Update dependencies.
9290
9291 2000-09-10  Mark Mitchell  <mark@codesourcery.com>
9292
9293         * c-common.h (add_stmt): Change prototype.
9294         (RECHAIN_STMTS): New macro.
9295         (CASE_LABEL_DECL): Likewise.
9296         (genrtl_case_label): Change prototype.
9297         (c_expand_start_case): Remove prototype.
9298         (build_case_label): Change prototype.
9299         (decl_constant_value): Declare.
9300         * c-common.c (check_case_value): Handle C++'s extensions to C
9301         semantics.
9302         * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL
9303         field.
9304         * c-parse.in (stmt): Adjust handling of return statements and case
9305         laels.
9306         * c-semantics.c (add_stmt): Return the new statement.
9307         (genrtl_return_stmt): Take the RETURN_STMT as input, not the
9308         returned expression.  Directly generate RTL, rather than calling
9309         c_expand_return.
9310         (genrtl_switch_stmt): Don't call c_expand_start_case.
9311         (build_case_label): Take the LABEL_DECL as input, too.
9312         (genrtl_case_label): Just call add_case_node.
9313         (expand_stmt): Adjust calls to genrtl_return_stmt and
9314         genrtl_case_label.
9315         * c-tree.h (c_expand_start_case): Declare.
9316         * c-typeck.c (decl_constant_value): Give it external linkage.
9317         (c_expand_return): Don't call expand_return or expand_null_return;
9318         use genrtl_return_stmt instead.
9319         * stmt.c (struct nesting): Remove num_ranges field.
9320         (add_case_node): Give it external linkage.
9321         (expand_start_case): Don't set num_ranges.
9322         (expand_start_case_dummy): Don't clear it.
9323         (pushcase): Rely on add_case_node to handle `default' labels.
9324         (add_case_node): Handle `default' labels.
9325         * tree.c (tree_int_cst_compare): New function.
9326         * tree.h (tree_int_cst_compare): Declare.
9327         (add_case_node): Likewise.
9328
9329 2000-09-10  Richard Henderson  <rth@cygnus.com>
9330
9331         * c-parse.in: Revert last change.
9332         (init_reswords): Do not enter disabled keywords into the ridpointers
9333         table, modulo objc weirdness.
9334         (_yylex): Return the canonical spelling for a keyword.
9335
9336 2000-09-10  Philip Blundell  <philb@gnu.org>
9337
9338         * config/arm/arm.h (CPP_ISA_SPEC): Don't define `arm' or `thumb'.
9339         * config/arm/linux-elf.h (CPP_PREDEFINES): Don't define `__arm__'.
9340
9341 Sun Sep 10 14:30:28 EDT 2000  John Wehle  (john@feith.com)
9342
9343         * alias.c (find_base_term): Handle ADDRESSOF.
9344         (memrefs_conflict_p): An ADDRESSOF doesn't conflict.
9345
9346 2000-09-10  Denis Chertykov  <denisc@overta.ru>
9347
9348         * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while
9349         outputting templates with many lines.
9350
9351 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9352
9353         * libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD
9354         to decide whether 64-bit support must be generated.
9355
9356 2000-09-10  Richard Henderson  <rth@cygnus.com>
9357
9358         * c-parse.in (asm patterns): Fix volatile check.
9359
9360 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9361
9362         * cppmacro.c (check_trad_stringification): New function.
9363         (save_expansion): If -Wtraditional, warn about stringification of
9364         macro arguments.
9365
9366 2000-09-11  Michael Hayes  <mhayes@cygnus.com>
9367
9368         * loop.h (struct loop_mem_info): Move from loop.c
9369         (struct loop_info): Add fields store_mems, mems, mems_idx,
9370         mems_allocated, unknown_address_altered,
9371         unknown_constant_address_altered, num_mem_sets, and
9372         first_loop_store_insn.
9373
9374         * loop.c (loop_store_mems): Replace with field in loop_info struct.
9375         (loop_mems, loop_mems_idx, loop_mems_allocated): Likewise.
9376         (unknown_address_altered, unknown_constant_address_altered): Likewise.
9377         (num_mem_sets): Likewise.
9378         (replace_loop_mems, replace_loop_regs): New.
9379         (struct loop_replace_args): New.
9380         (load_mems): Use replace_loop_mems.
9381         (try_copy_prop): Use replace_loop_regs.
9382         (replace_loop_reg, replace_loop_mem): Use loop_replace_args structure.
9383
9384 2000-09-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9385
9386         * configure.in: Recognize m6811-elf and m6812-elf.
9387         * configure: Regenerate.
9388
9389 2000-09-09  Geoff Keating  <geoffk@cygnus.com>
9390
9391         * recog.c (validate_replace_rtx_1): Correct MODE parameter in call
9392         to operand_subword.
9393
9394 2000-09-10  Michael Hayes  <mhayes@cygnus.com>
9395
9396         * loop.c (struct movables): New.
9397         (num_movables): Move into struct movables.
9398         (the_movables): Change type to struct movables.
9399         (ignore_some_movables): Change struct movable arg to struct movables.
9400         (force_movables, combine_movables, regs_match_p): Likewise.
9401         (rtx_equal_for_loop_p, move_movables): Likewise.
9402         (scan_loop): Change movables to be of type struct movables.
9403         Replace last_movable with field in movables structure.
9404
9405 2000-09-08  Zack Weinberg  <zack@wolery.cumb.org>
9406
9407         * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
9408         (init_pragma): Avoid warning if pfile happens to be unused.
9409         * c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS.  Never
9410         define init_pragma to nothing.  Always prototype
9411         init_pragma.  Prototype dispatch_pragma if !USE_CPPLIB.
9412
9413         * c-lex.c (process_directive): Always call dispatch_pragma.
9414         Initialize entering_c_header to 0.
9415
9416 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9417
9418         * config/m68hc11/m68hc11.md: New file, machine description for
9419         68HC11 & 68HC12.
9420         * config/m68hc11/m68hc11.h: New file, definitions for 68HC11 & 68HC12.
9421         * config/m68hc11/m68hc11.c: New file, functions for 68HC11 & 68HC12.
9422         * config/m68hc11/m68hc12.h: New file, definitions for 68HC12.
9423         * config/m68hc11/m68hc11-protos.h: New file.
9424         * config/m68hc11/m68hc11-crt0.S: New file, startup code.
9425         * config/m68hc11/t-m68hc11-gas: New file, makefile fragment.
9426         * config/m68hc11/xm-m68hc11.h: New file, target defs.
9427         * config/m68hc11/larith.asm: New file, libgcc routines.
9428
9429 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9430
9431         * Makefile.in (DPBIT_FUNCS): Add _usi_to_df.
9432         (FPBIT_FUNCS): Add _usi_to_sf.
9433         * config/fp-bit.c (usi_to_float): New function.
9434         * config/fp-bit.h (L_usi_to_sf, L_usi_to_df): Define.
9435         (usi_to_float): Add appropriate #define.
9436
9437 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
9438
9439         * i386-protos.h (sse_comparison_operator, mmx_reg_operand): Declare
9440         new functions.
9441         * i386.c (sse_comparison_operator, mmx_reg_operand): New functions.
9442         * i386.md (attr "type"): Add sse and mmx types.
9443         (attr "memory"): Handle them without a crash.
9444         (movsi_1, movdi_2): Allow MMX regs.
9445         (movdi splits): Don't split moves involving MMX regs.
9446         (setcc_4): Remove '*' from pattern name so we get a gen_setcc4.
9447         (movv4sf_internal, movv4si_internal, movv8qi_internal,
9448         movv4hi_internal, movv2si_internal, movv8qi, movv4hi, movv2si,
9449         movv4sf, movv4si, pushv4sf, pushv4si, pushv8qi, pushv4hi, pushv2si,
9450         sse_movaps, sse_movups, sse_movmskps, mmx_pmovmskb, mmx_maskmovq,
9451         sse_movntv4sf, sse_movntdi, sse_movhlps, sse_movlhps, sse_movhps,
9452         sse_movlps, sse_loadss, sse_movss, sse_storess, sse_shufps,
9453         addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, mulv4sf3, vmmulv4sf3,
9454         divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2, rsqrtv4sf2, vmrsqrtv4sf2,
9455         sqrtv4sf2, vmsqrtv4sf2, sse_andti3, sse_nandti3, sse_iorti3,
9456         sse_xorti3, maskcmpv4sf3, maskncmpv4sf3, vmmaskcmpv4sf3,
9457         vmmaskncmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
9458         smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
9459         cvttps2pi, cvtsi2ss, cvtss2si, cvttss2si, addv8qi3, addv4hi3,
9460         addv2si3, ssaddv8qi3, ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3,
9461         subv4hi3, subv2si3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
9462         mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
9463         mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3, mmx_uavgv8qi3,
9464         mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw, mmx_pshufw,
9465         eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3, gtv2si3, umaxv8qi3,
9466         smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3, ashrv2si3, lshrv4hi3,
9467         lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3, mmx_ashldi3,
9468         mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
9469         mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
9470         mmx_punpckldq, emms, sfence, ldmxcsr, prefetch, stmxcsr, sse_clrti,
9471         mmx_clrdi): New patterns.
9472
9473 2000-09-08  Richard Earnshaw  <rearnsha@arm.com>
9474
9475         * arm.c: Don't include tm.h directly.
9476
9477 Fri Sep  8 14:34:56 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9478
9479         * recog.c (validate_replace_rtx_1): Fix confusion about equality
9480         testing; simplify subregs of constants and nested subregs.
9481
9482 2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
9483
9484         * config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
9485
9486 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
9487
9488         * combine.c (combine_simplify_rtx): Try to simplify VEC_SELECT of a
9489         VEC_CONCAT.
9490         * rtl.texi (description of USE): Add note about possible pitfalls
9491         with this rtx.
9492         From Richard Henderson:
9493         * reload1.c (choose_reload_regs): Compute need_mode properly.
9494
9495 2000-09-07  Richard Henderson  <rth@cygnus.com>
9496
9497         * config/ia64/lib1funcs.asm (__divsi3): Use .s1 for frcpa.
9498         (__modsi3, __umodsi3): Likewise.
9499         (__udivsi3): Likewise.  Normalize the TFmode values.
9500
9501 2000-09-07  Geoff Keating  <geoffk@cygnus.com>
9502
9503         * config/rs6000/sol-c0.c (_start): Declare `termfunc' parameter
9504         with a prototype.
9505         * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
9506         warning.
9507
9508 Fri Sep  8 03:26:38 2000  J"orn Rennecke <amylaar@redhat.co.uk>
9509
9510         * sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): Remove.
9511         (cmpeqdi_t): Add output pattern.
9512         (cmpeqdi_t+1): Don't split when not optimizing.
9513         Restore proper splitting operation.
9514
9515 2000-09-07  Richard Henderson  <rth@cygnus.com>
9516
9517         * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,
9518         do not call dispatch_pragma.
9519
9520 2000-09-07  Jim Wilson  <wilson@cygnus.com>
9521
9522         * reload.c (push_reload): Use CLASS_CANNOT_CHANGE_MODE_P in addition
9523         to CLASS_CANNOT_CHANGE_MODE.
9524         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE_P): True only if the
9525         mode classes are different.
9526
9527 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
9528
9529         * cpplib.h (struct cpp_options): Add user_label_prefix member,
9530         left out of commit which removed cppulp.c.
9531
9532 2000-09-07  Richard Henderson  <rth@cygnus.com>
9533
9534         * bb-reorder.c (fixup_reorder_chain): Add jump in new block
9535         after switch for CASE_DROPS_THROUGH.
9536
9537 2000-09-07  Richard Henderson  <rth@cygnus.com>
9538
9539         * loop.c (strength_reduce): Call check_ext_dependant_givs.
9540         Properly extend the biv initial value for the giv.
9541         (record_biv): Zero ext_dependant.
9542         (record_giv): New argument ext_val.  Update all callers.
9543         (general_induction_var): Likewise.
9544         (consec_sets_giv): Likewise.
9545         (simplify_giv_expr): Likewise.  Fill in ext_val if we find
9546         a sign-extend, zero-extend, or truncate.
9547         (combine_givs_p): Make sure modes are compatible.
9548         (check_ext_dependant_givs): New.
9549         (extend_value_for_giv): New.
9550         * loop.h (struct induction): Add ext_dependant.
9551         * unroll.c (iteration_info): Extend the biv initial value for the giv.
9552         (find_splittable_givs): Likewise.
9553         (final_giv_value): Likewise.
9554
9555 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
9556
9557         * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
9558         REGISTER_TARGET_PRAGMAS is defined.  Duplicate some
9559         definitions from cpplib.h.
9560         * cpplib.h: Don't typedef struct cpp_reader if c-pragma.h has
9561         already done it.
9562         * tm.texi: Document HANDLE_PRAGMA as no longer supported.  Add
9563         documentation for REGISTER_TARGET_PRAGMAS.
9564
9565         * c-lex.c: Include cpplib.h before c-pragma.h.  Define a
9566         default-pragma callback to implement -Wunknown-pragmas if
9567         USE_CPPLIB.
9568         * c-parse.in: Move all includes to top of file.
9569         * c-pragma.c: Include cpplib.h before c-pragma.h.  Include
9570         tm_p.h.
9571         (dispatch_pragma): Put the namespace in the -Wunknown-pragmas
9572         warning.
9573         (init_pragma): If REGISTER_TARGET_PRAGMAS is defined, call it.
9574
9575         * arm.h, arm-protos.h, arm.c,
9576           c4x.h, c4x-protos.h, c4x.c,
9577           h8300.h, h8300-protos.h, h8300.c,
9578           i370.h, i370-protos.h, i370.c,
9579           i960.h, i960-protos.h, i960.c,
9580           sh.h, sh-protos.h, sh.c,
9581           v850.h, v850-protos.h, v850.c: Convert HANDLE_PRAGMA-based
9582         pragmata scheme to use REGISTER_TARGET_PRAGMAS instead.
9583
9584         * d30v.h: Don't mention HANDLE_PRAGMA in comment.  Add
9585         multiple include guard.
9586         * i370.md (untyped_call): Use GEN_CALL.
9587         (umodsi3): Remove unused variable.
9588         * sh/elf.h: Don't undef HANDLE_SYSV_PRAGMA.
9589         * v850.c (output_move_single, output_move_double): Constify
9590         return value.
9591         (print_operand): Constify a char *.
9592         * v850.h (struct small_memory_info): Constify name member.
9593
9594 2000-09-07  Kazu Hirata  <kazu@hxi.com>
9595
9596         * config/h8300.h: Fix comment typos.
9597         * config/h8300/h8300.md: Likewise.
9598         * config/h8300/lib1funcs.asm: Likewise.
9599
9600 Thu 07-Sep-2000 21:29:00 BST  Neil Booth  <NeilB@earthling.net>
9601
9602         * Makefile.in: Remove references to cppulp.{c,o}.
9603         * cppinit.c (initialize_builtins, cpp_start_read,
9604         cpp_handle_option): Update to use cpp_options structure.
9605         * cppulp.c: Remove.
9606
9607 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9608
9609         * c-common.c (time_char_table): Allow %#b and %#h.
9610
9611 2000-09-07 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9612
9613         * reorg.c (find_end_label): If the basic block reorder pass moves the
9614         return insn to some other place try to locate it again and put our
9615         end_of_function_label there.
9616         * reorg.c (relax_delay_slots): Check if find_end_label created a
9617         new label that invalidates the current optimazation.
9618
9619 2000-09-07  Catherine Moore  <clm@redhat.com>
9620
9621         * unroll.c (unroll_loop): Check for unconditional jumps
9622         to loop continuation.  Delete if n_iterations is 1.
9623         (ujump_to_loop_cont): New routine.
9624
9625 2000-09-07  Bernd Schmidt  <bernds@redhat.co.uk>
9626
9627         * rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
9628         MODE_VECTOR_FLOAT.
9629         * reload.c (regno_clobbered_p): Accept new arg, MODE, and use it
9630         to handle multiword modes correctly.  All callers and the declaration
9631         changed.
9632
9633 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9634
9635         * c-common.h (prep_stmt): Declare.
9636         (lang_expand_stmt): Likewise.
9637         * c-decl.c (lang_expand_stmt): Remove.
9638         * c-semantics.c (lang_expand_stmt): Define.
9639         (prep_stmt): New function.
9640         (expand_stmt): Handle common statement types here.
9641
9642 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
9643
9644         * configure.in (sh-*-linux*): Added.
9645         * configure: Rebuilt.
9646         * config/sh/t-linux: New file.
9647         * config/sh/sh.h (USERMODE_BIT): Define.
9648         (TARGET_USERMODE): Likewise.
9649         (TARGET_SWITCHES): New switches for the bits above.
9650         (INITIALIZE_TRAMPOLINE): Call __ic_invalidate in USERMODE.
9651         * config/sh/linux.h: New file.
9652         * config/sh/lib1funcs.asm (GLOBAL): Don't prefix symbols with
9653         underscore on linux.
9654         (L_sdivsi3, L_udivsi3): Define for linux.
9655         (L_ic_invalidate): Define.
9656         * invoke.texi (SH Options): Document -musermode.
9657
9658 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
9659
9660         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't disable function
9661         CSE unless generating PIC.
9662
9663         * config/sh/sh.md (symPLT_label2reg): Force the initialization of
9664         the PIC register.
9665
9666 2000-09-06  H.J. Lu  (hjl@gnu.org)
9667
9668         * Makefile.in (clean_s1): Depend on stage_b.
9669         (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in
9670         stage2. They are used for "make compare".
9671
9672 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9673
9674         Move statement-tree facilities from C++ to C front-end.
9675         * c-common.h (c_tree_index): Add CTI_VOID_ZERO.
9676         (void_zero_node): New macro.
9677         (struct stmt_tree_s): New type.
9678         (stmt_tree): New typedef.
9679         (struct language_function): New type.
9680         (last_tree): New macro.
9681         (last_expr_type): Likewise.
9682         (walk_tree_fn): New typedef.
9683         (current_stmt_tree): New function.
9684         (begin_stmt_tree): Likewise.
9685         (add_stmt): Likewise.
9686         (finish_stmt_tree): Likewise.
9687         (statement_code_p): Likewise.
9688         (lang_statement_code_p): New variable.
9689         (walk_stmt_tree): New function.
9690         (STMT_IS_FULL_EXPR_P): New macro.
9691         * c-common.c (lang_statement_code_p): New variable.
9692         (c_common_nodes_and_builtins): Initialize void_zero_node.
9693         (statement_code_p): New function.
9694         (walk_stmt_tree): Likewise.
9695         * c-decl.c (language_function): Rename to ...
9696         (c_language_function): ... this.  Include language_function.
9697         (push_c_function_context): Adjust accordingly.
9698         (pop_c_function_context): Likewise.
9699         (mark_c_function_context): Likewise.
9700         (current_stmt_tree): Define.
9701         * c-semantics.c (begin_stmt_tree): New function.
9702         (add_stmt): Likewise.
9703         (prune_unused_decls): Likewise.
9704         (finish_stmt_tree): Likewise.
9705
9706 2000-09-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9707
9708         * flow.c (insn_dead_p): Detect dead memory stores with auto increments.
9709
9710 2000-09-06  Kazu Hirata  <kazu@hxi.com>
9711
9712         * calls.c: Fix formatting.
9713
9714 2000-09-06  Graham Stott  <grahams@cygnus.co.uk>
9715
9716         * config/i386/i386.h (ADDRESS_COST): Fix typo.
9717
9718 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
9719
9720         Integrated preprocessor.
9721
9722         * Makefile.in: Remove all references to c-parse.gperf,
9723         c-gperf.h, and c-parse.h.  Remove -d from yacc command line
9724         generating c-parse.c.  Update dependencies.
9725         * c-parse.gperf, c-gperf.h: Delete.
9726
9727         * c-common.c: Don't define parse_options, cpp_token, yy_cur,
9728         yy_lim, or yy_get_token.  Don't define get_directive_line if
9729         USE_CPPLIB.
9730         * c-common.h: Add multiple include guard.  Define RID values
9731         for every keyword in C, C++, and Objective C.  Put all the
9732         modifiers first.
9733         (struct c_fileinfo, get_fileinfo, dump_time_statistics): New.
9734         * c-decl.c (c_decode_option): Handle -lang-objc here.
9735         (print_lang_identifier): Handle C_IS_RESERVED_WORD case.
9736         (grokdeclarator): Adjust for new RID scheme.
9737         (extract_interface_info): New stub.
9738         * c-lang.c: Don't declare yy_cur or parse_options.
9739         (lang_init_options): Call cpp_init.  Don't call
9740         cpp_options_init.
9741         (lang_init): Don't call check_newline if USE_CPPLIB.
9742
9743         * c-lex.c: Don't include c-parse.h.  Do include timevar.h.
9744         Elide lots of unnecessary code if USE_CPPLIB.  Delete code
9745         rendered unnecessary by new architecture.  Move routines not
9746         shared with C++ to c-parse.in.  Maintain a local idea of the
9747         line number.    Handle C++ as well as C.
9748         [USE_CPPLIB]: Declare and register callbacks for #ident and
9749         for entering/leaving files.
9750         (init_c_lex, c_lex): Are now the entry points to this file.
9751         (check_newline): Break out directive handling to
9752         process_directive.
9753         (read_ucs, is_extended_char, utf8_extend_token): Moved here
9754         from C++ front end.
9755         (readescape, parse_float): Overhaul.
9756         (lex_number, lex_string, lex_charconst): Break out of c_lex
9757         (n'ee yylex).
9758         (get_fileinfo, update_header_times, dump_one_header,
9759         dump_time_statistics): New and/or moved here from C++.
9760         Support per-file data needed by C++ and per-header timing
9761         statistics (C++ only, at the moment).
9762         * c-lex.h: Update prototypes.  Add multiple include guard.
9763         * c-tree.h (struct lang_identifier): Add rid_code field.
9764         (C_IS_RESERVED_WORD, C_RID_CODE): New.
9765
9766         * c-parse.in: Include c-pragma.h. Remove unnecesary calls to
9767         reinit_parse_for_function and/or position_after_white_space.
9768         (save_filename, save_lineno): Look ahead before saving.
9769         (label -> identifier ':'): Save file and line before shifting ':'.
9770         (reservedwords): No need to call get_identifier.
9771         (init_parse, finish_parse, yyerror, yylex, yyprint,
9772         make_pointer_declarator): Are now here for C/ObjC.
9773         (rid_to_yy): Conversion table from RID constants to Yacc codes.
9774
9775         * c-pragma.c: Rewrite parsing logic to fit with cpplib's
9776         #pragma registry.  Provide dummy implementation of that
9777         interface if !USE_CPPLIB.
9778         * c-pragma.h: Update to match.
9779
9780         * flags.h: Add multiple include guard.
9781         (flag_detailed_statistics): Moved here from C++.
9782         * toplev.c: Define flag_detailed_statistics.
9783
9784         * gcc.c (C specs): Use %(trad_capable_cpp) for -E|-M|-MM case
9785         #if USE_CPPLIB.
9786         * timevar.def (TV_CPP, TV_LEX): New.
9787         * timevar.h: Add multiple include guard.
9788
9789         * objc/lang-specs.h: Use %(trad_capable_cpp) for -E|-M|-MM case
9790         #if USE_CPPLIB.
9791         * objc/objc-act.c: Don't mention yy_cur or parse_options.
9792         Initialize cpplib properly.  Force lineno to 0 after first
9793         call to check_newline.  Don't handle -lang-objc here.
9794         Move forget_protocol_qualifiers and remember_protocol_qualifiers here.
9795
9796 2000-09-06  David Edelsohn  <edelsohn@gnu.org>
9797
9798         * rs6000.md: Correct function unit definitions for cr_logical and
9799         mtjmpr.
9800         (sCOND): Additionally fail for sgt, slt, sge, sle if !TARGET_POWER
9801         and use portable method for >=0 and floating point >=.  Remove
9802         associated matchers.
9803
9804 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9805
9806         * extend.texi: Mark named return value extension as deprecated.
9807
9808 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
9809
9810         * config/rs6000/rs6000.c (rs6000_reverse_condition): Return
9811         the result.
9812
9813 2000-09-06  Gabriel Dos Reis  <gdr@codesourcery.com>
9814
9815         * toplev.c (display_help): Fix thinko in documentation.
9816
9817         * diagnostic.h (output_buffer::indent_skip): New fields.
9818         (output_indentation): New macro.
9819
9820         * diagnostic.c (output_indent): New function.
9821         (output_set_prefix, clear_diagnostic_info): Use.
9822         (output_emit_prefix): Predict future indentation.
9823
9824 2000-09-06  DJ Delorie  <dj@redhat.com>
9825
9826         * Makefile.in (stage_*): add more dependencies to ensure parallel
9827         builds build correctly
9828
9829 2000-09-06  Manfred Hollstein  <manfredh@redhat.com>
9830
9831         * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
9832         not bootstrap-lean_f.
9833
9834 2000-09-06  Andreas Schwab  <schwab@suse.de>
9835
9836         * mklibgcc.in: Emit rule for libgcc-stage-start.
9837         * Makefile.in (stage1-start, stage2-start, stage3-start,
9838         stage4-start): Don't handle libgcc here, use libgcc.mk instead.
9839
9840 2000-09-06  Bernd Schmidt  <bernds@redhat.co.uk>
9841
9842         * local-alloc.c (local_alloc): Ignore CLASS_LIKELY_SPILLED.
9843         (update_equiv_regs): Likewise, except for the mn10200 kludge.
9844         (combine_regs): Likewise.
9845
9846         * Makefile.in (cse.o): Depend on $(BASIC_BLOCK_H).
9847         * cse.c: Include "basic-block.h".
9848         (struct table_elt): New field REGCOST.
9849         (CHEAP_REG): Delete macro.
9850         (COST): Return 0 for REGs.
9851         (approx_reg_cost_1, approx_reg_cost, preferrable): New functions.
9852         (notreg_cost): Return 0 for appropriate SUBREGs.
9853         (COSTS_N_INSNS): Return N * 2.
9854         (rtx_cost): Return 0 for REGs, and use cost of nested rtx for cheap
9855         SUBREGs.
9856         (CHEAPER): Use new function preferrable.
9857         (insert): Initialize REGCOST member.
9858         (find_best_addr): Use approx_reg_cost for estimation of register
9859         usage.
9860         (cse_insn): Likewise.
9861         * loop.c (iv_add_mult_cost): New function.
9862         (add_cost, shift_cost, mult_cost): Delete variables.
9863         (init_loop): Don't initialize add_cost; reduce copy_cost by half.
9864         (strength_reduce): Use iv_add_mult_cost instead of fixed add_cost.
9865         Make code that detects autoinc opportunities slightly less optimistic.
9866         (simplify_giv_expr): If expression contains other reg that is also a
9867         giv, only increment benefit if this is the only use of that reg.
9868         (consec_sets_giv): Take that change into account.
9869         (combine_givs): Slightly more verbose output.
9870
9871         * i386.h (RTX_COSTS): For MULT, return true cost of multiplication,
9872         not the cost of an equivalent shift.
9873         * sh-protos.h (addsubcosts): Declare.
9874         * sh.c (addsubcosts): New function.
9875         * sh.h (CONST_COSTS): If CONST_OK_FOR_I, then return 0.
9876         (RTX_COSTS): Tweak.  Use addsubcosts.
9877         (ADDRESS_COST): Return higher cost for reg+reg addressing.
9878
9879 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
9880
9881         * config/rs6000/rs6000.c (validate_condition_mode): New function.
9882         (branch_comparison_operator): Call validate_condition_mode to
9883         abort rather than returning 0.
9884         (branch_positive_comparison_operator): New function.
9885         (scc_comparison_operator): Call validate_condition_mode to abort
9886         rather than returning 0.
9887         (ccr_bit): Call validate_condition_mode.  Update for
9888         new branch scheme.
9889         (print_operand): Delete %C modifier.  Update %E case
9890         to use EQ bit not SO bit.
9891         (rs6000_reverse_condition): New function.
9892         (rs6000_generate_compare): New function.
9893         (rs6000_emit_sCOND): New function.
9894         (rs6000_emit_cbranch): New function.
9895         (output_cbranch): The length of a long branch insn is
9896         now only 8 bytes.  Add validate_condition_mode.  Use
9897         rs6000_reverse_condition.  Remove cror generation.
9898
9899         * config/rs6000/rs6000.h: Update comments.
9900         (PREDICATE_CODES): Add new predicate.  Update codes used
9901         by branch_comparison_operator and scc_comparison_operator.
9902         * config/rs6000/rs6000-protos.h: Add prototypes for
9903         new external functions.
9904         * config/rs6000/rs6000.md: Add new scheduling parameters
9905         for cr_logical instructions.  Change length of branch
9906         instructions.
9907         (bCOND patterns): Call rs6000_emit_cbranch.
9908         (sCOND patterns): Call rs6000_emit_sCOND.
9909         (branch patterns): Change lengths to 4.
9910         (cr logical patterns): New.
9911
9912 2000-09-06  Richard Henderson  <rth@cygnus.com>
9913
9914         * config/i386/i386.md (call_pop): Fix test for setting
9915         current_function_uses_pic_offset_table.
9916         (call, call_value_pop, call_value): Likewise.
9917
9918 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
9919
9920         * timevar.c (timevar_add): Delete.
9921         (timevar_get): Also count time since the selected timer was
9922         last updated.  Do not examine the timevar stack if the
9923         selected timer is standalone.
9924
9925 2000-09-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9926
9927         * gthr-dce.h (__gthread_objc_mutex_deallocate): Free mutex->backend.
9928
9929 2000-09-05  Jason Merrill  <jason@redhat.com>
9930
9931         * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
9932         for 'extern' arrays.
9933
9934 2000-09-05  Richard Henderson  <rth@cygnus.com>
9935
9936         * config/ia64/lib1func.asm (__divtf3): Rebundle for Itanium.
9937         Eliminate final copy from non-trapping case.
9938         (__divdf3, __divsf3): Likewise.
9939
9940 2000-09-05  Richard Henderson  <rth@cygnus.com>
9941
9942         * config/ia64/ia64.md (mulhi3): Fix typo last change.
9943         * config/ia64/lib1func.asm (__divdi3, __udivdi3, __umodsi3): Likewise.
9944
9945 2000-09-03  Donn Terry  <donn@interix.com>,  Laurynas Biveinis  <lauras@softhome.net>
9946
9947         * Makefile.in: Restructure bootstrap stages to allow clean
9948         restart after failure.
9949
9950 2000-09-05  Richard Henderson  <rth@cygnus.com>
9951
9952         * config/ia64.md (movsi and movdi patterns): Allow moves from
9953         8-bit constants to AR registers.
9954
9955 2000-09-05  Richard Henderson  <rth@cygnus.com>
9956
9957         * config/ia64/ia64.md (mulhi3): New.
9958
9959 2000-09-05  Richard Henderson  <rth@cygnus.com>
9960
9961         * config/ia64/ia64.h (INIT_TARGET_OPTABS): Remove.
9962         * config/ia64/lib1funcs.asm (__divdi3): Update from Intel IA-64
9963         Optimization Guide, minimum latency alternative.
9964         (__moddi3, __udivdi3, __umoddi3): Likewise.
9965         (__divsi3, __modsi3, __udivsi3, __umodsi3): Likewise.
9966
9967 2000-09-05  Bruce Korb  <bkorb@gnu.org>
9968
9969         * fixinc/fixincl.c (load_file): always read header files
9970         with sizes that are a multiple of the page size.
9971         & use libiberty's getpagesize for determining that.
9972
9973 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9974
9975         * gcse.c (hash_string_1): Add prototype.
9976         * cse.c (canon_hash_string): Likewise.
9977
9978 2000-09-04  Craig Newell  <CraigN@ieee.org>
9979
9980         * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.
9981
9982 2000-09-04  Andreas Schwab  <schwab@suse.de>
9983
9984         * Makefile.in (STAGESTUFF): Remove libgcc.
9985         (stage1-start, stage2-start, stage3-start): Copy the contents of
9986         the libgcc directory explicitly.
9987         (mostlyclean): Clean libgcc.
9988
9989 2000-09-04  Andrew Haley  <aph@redhat.com>
9990
9991         * dwarf2out.c: (stack_adjust_offset): New prototype.
9992
9993 Wed Jan  1 00:23:59 MET 1997  Jan Hubicka  <jh@suse.cz>
9994
9995         * combine.c (make_extraction): Fix rtx_cost comparison to
9996         match the comment.
9997
9998 Wed Jan  1 00:17:32 MET 1997  Jan Hubicka  <jh@suse.cz>
9999
10000         * i386.md (pushsi2, pushhi2, pophi2, swapsf, swapdf,
10001         umulsi3_highpart, smulsi3_highpart, testqi_ccno_1, xorqi_ext_1):
10002         Add '*' to insn pattern name.
10003
10004 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
10005
10006         * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,
10007         use posn - 1 to index into tokens array.
10008         (maybe_paste_with_next): Adjust caller.
10009
10010 2000-09-03  Geoff Keating  <geoffk@cygnus.com>
10011
10012         * invoke.texi: Document the -mvxworks option for rs6000 ELF.
10013
10014         * config/rs6000/rs6000.h: Update various comments about XER_REGNO.
10015         (REGNO_REG_CLASS): Use symbolic register
10016         names.
10017
10018 2000-09-03  Richard Earnshaw  <rearnsha@arm.com>
10019
10020         * arm.c (final_prescan_insn): If the form of a jump insn isn't
10021         recognized, don't try to conditionally execute it.
10022
10023 Sun Sep  3 13:10:56 2000  Denis Chertykov  <denisc@overta.ru>
10024
10025         * config/avr/avr.md ("*tablejump_lib"): New pattern.
10026         (call_value_insn): Right length claculation.
10027         (call_insn): Likewise.
10028
10029 2000-09-02  Marek Michalkiewicz  <marekm@linux.org.pl>
10030
10031         * config/avr/avr-protos.h, config/avr/avr.c (unique_section,
10032         gas_output_limited_string, gas_output_ascii, output_movqi,
10033         output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
10034         out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
10035         out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
10036         ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
10037         lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
10038         out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
10039         Add "const" as needed to remove warnings.
10040
10041         * config/avr/avr.c (avr_override_options, avr_init_once,
10042         function_prologue, function_epilogue, frame_pointer_required_p,
10043         class_likely_spilled_p, order_regs_for_local_alloc,
10044         avr_address_cost, avr_ret_register): Use K&R style arguments.
10045         (initial_elimination_offset, gas_output_limited_string):
10046         Remove ATTRIBUTE_UNUSED from the used arguments.
10047         (output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
10048         Use local variables src, dest, base to access operands[].
10049         Rename reg_dest to reg_src if that's what it is.
10050         (output_movhi, output_movsisf): Optimize loading 8-bit immediate
10051         constants to LD_REGS if reg_was_0.
10052         (output_reload_insisf): Change arg 3 to insn length and set it.
10053         (out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
10054         access to 16-bit I/O register pairs.
10055         (avr_address_cost): Lower cost for the above case.
10056         (out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
10057         may be clobbered, also for LD_REGS.
10058         (adjust_insn_length): Correct insn length for iorhi3 and iorsi3
10059         with a CONST_INT.
10060
10061         * config/avr/avr.h (PTRDIFF_TYPE): Make signed.
10062
10063         * config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
10064         macro to test_hard_reg_class function.
10065         (*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
10066         for loading immediate constants to LD_REGS.
10067         (andsi3, cmphi, cmpsi): Add return statements to avoid warnings.
10068
10069
10070 Sat Sep  2 13:58:23 2000  Marek Michalkiewicz <marekm@linux.org.pl>
10071
10072         * config/avr/avr.md ("*negsi2"): substitute %@ to __zero_reg__
10073         * config/avr/libgcc.S: Lost part of the previous patch.
10074
10075 2000-08-31  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10076
10077         * gthr-dce.h (__gthread_objc_mutex_allocate): Create a pthread_mutex_t
10078         object before calling pthread_mutex_init.
10079
10080 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>
10081
10082         * config/sh/t-elf, config/sh/crt1.asm, config/sh/crti.asm,
10083         config/sh/crtn.asm: New files.
10084         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Set.
10085         (crt1.o, crti.o, crtn.o): New targets.
10086         * configure.in [sh-*-elf*, sh-*-rtemself*] (tmake_file): Added
10087         sh/t-elf.
10088         * configure: Rebuilt.
10089         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
10090         STARTFILE_SPEC, ENDFILE_SPEC, CRT_CALL_STATIC_FUNCTION): Define.
10091         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
10092         Undefine for config/elfos.h to redefine.
10093         (STARTFILE_SPEC, ENDFILE_SPEC): Redefine after config/elfos.h.
10094
10095 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10096
10097         * config/sh/sh-protos.h (nonpic_symbol_mentioned_p,
10098         legitimize_pic_address, output_pic_addr_const): Declare.
10099         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Fix PIC register.
10100         (PREFERGOT_BIT, TARGET_PREFERGOT): Likewise.
10101         (TARGET_SWITCHES): New switch -mprefergot.
10102         (OVERRIDE_OPTIONS): Set flag_no_function_cse unless -mprefergot.
10103         (PIC_OFFSET_TABLE_REGNUM): Define.
10104         (GOT_SYMBOL_TABLE): Likewise.
10105         (LEGITIMIZE_ADDRESS): Use legitimize_pic_address.
10106         (ENCODE_SECTION_INFO): Define.
10107         (FINALIZE_PIC): New macros.
10108         (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST_P): New macro.
10109         (ASM_OUTPUT_INT, ASM_OUTPUT_SHORT): Use output_pic_addr_const.
10110         * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
10111         (prepare_move_operands): Call emit_pic_move or
10112         emit_pic_const_move if appropriate.
10113         (output_far_jump): For PIC, use braf and output long offset.
10114         (machine_dependent_reorg):
10115         (sh_expand_prologue): Save and initialize the PIC register.
10116         (sh_expand_epilogue): Restore it.
10117         (initial_elimination_offset): Account for it.
10118         (nonpic_symbol_mentioned_p): New function.
10119         (legitimize_pic_address): Likewise.
10120         (output_pic_addr_const): Likewise.
10121         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): New insns.
10122         (call, call_value): Use them.
10123         (GOTaddr2picreg, sym_label2reg, symGOT2reg, symGOTOFF2reg,
10124         symPLT_label2reg): New expands.
10125         * invoke.texi (SH Options): Document -mprefergot.
10126
10127 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
10128
10129         * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
10130         * gcse.c (hash_string_1): New function.
10131         (hash_expr_1) <ASM_OPERANDS>: Disregard filename and line number.
10132         (expr_equiv_p) <ASM_OPERANDS>: Likewise.
10133         * cse.c (rtx_cost): Don't increase the cost of ASM_OPERANDS.
10134         (canon_hash_string): New function.
10135         (canon_hash) <ASM_OPERANDS>: Disregard filename and line number.
10136         (exp_equiv_p) <ASM_OPERANDS>: Likewise.
10137         (fold_rtx): Use ASM_OPERANDS accessor macros.
10138         * emit-rtl.c (copy_insn_1): Likewise.
10139         * integrate.c (copy_rtx_and_substitute): Likewise.
10140         * stmt.c (expand_asm_operands): Likewise.  Give an
10141         ASM_OPERANDS rtx the mode of the output reg being set from it.
10142
10143 2000-09-01  Fred Fish  <fnf@be.com>
10144
10145         * fix-header.c (write_rbrac): Add putc and getc to list of
10146         functions to protect against prior definition as a macro.
10147
10148 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10149
10150         * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
10151         (c_size_type_node): Define.
10152         * c-decl.c (init_decl_processing): Initialize c_size_type_node.
10153         * c-common.c (enum format_lengths, enum format_std_version,
10154         format_length_info, format_type_detail, BADLEN, NOLENGTHS,
10155         format_kind_info, printf_length_specs, scanf_length_specs, T89_I,
10156         T99_I, T89_L, T99_LL, TEX_LL, T89_S, T89_UI, T99_UI, T89_UL,
10157         T99_ULL, TEX_ULL, T89_US, T89_F, T99_F, T89_D, T99_D, T89_LD,
10158         T99_LD, T89_C, T99_SC, T99_UC, T89_V, T94_W, TEX_W, T94_WI,
10159         TEX_WI, T99_ST, T99_SST, T99_PD, T99_UPD, T99_IM, T99_UIM,
10160         format_types): Define.
10161         (format_char_info, print_char_table, scan_char_table,
10162         time_char_table): Rearrange for new organization of information
10163         about format length modifiers and standard versions.
10164         (T_ST): Redefine to use c_size_type_node.
10165         (check_format_info): Obtain information about length modifiers and
10166         standard versions from tables.  Adjust warning message wordings.
10167         Use the name from the user's program for `ll' and `hh' length
10168         modifiers in warning messages.  Use more informative names for
10169         wanted types where available (for wchar_t, wint_t, size_t, signed
10170         size_t, ptrdiff_t, unsigned ptrdiff_t, intmax_t and uintmax_t).
10171
10172 2000-09-01  Jim Wilson  <wilson@cygnus.com>
10173
10174         * calls.c (emit_call_1): Add REG_NORETURN note to call if ECF_NORETURN.
10175         * combine.c (distribute_notes): Handle REG_NORETURN.
10176         * rtl.c (reg_note_name): Add REG_NORETURN.
10177         * rtl.h (enum reg_note): Likewise.
10178
10179         * config/ia64/ia64-protos.h (emit_safe_across_calls): Renamed from
10180         ia64_file_start.
10181         * config/ia64/ia64.c (emit_safe_across_calls): Likewise.
10182         (rtx_needs_barrier): Handle unspec_volatile 8 and 9.
10183         (emit_predicate_relation_info): Handle conditional calls with
10184         REG_NORETURN.
10185         * config/ia64/ia64.h (ASM_FILE_START): Call emit_safe_across_calls
10186         instead of ia64_file_start.
10187         * config/ia64/sysv4.h (ASM_FILE_START): Likewise.
10188         * config/ia64/ia64.md (safe_across_calls_all,
10189         save_across_calls_normal): New patterns.
10190
10191         * loop.c (check_final_value): Check for biv use before checking for
10192         giv use.  Check for both biv and giv uses.  Always set last_giv_use
10193         if there is a giv use.
10194
10195 2000-09-01  Richard Henderson  <rth@cygnus.com>
10196
10197         * config/ia64/ia64.md (mulsi3): Use grfr_register_operand.
10198         (madddi3): Likewise.
10199         (maddsi3): New.
10200
10201 Fri Sep  1 10:59:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10202
10203         * expr.c (clear_storage): Don't use emit_move_insn unless
10204         either BLKmode or proper size.
10205         (store_constructor): Don't call clear_storage if REG of wrong size.
10206
10207         * flow.c (init_propagate_block_info): Don't mark frame dead at end
10208         of function if returns wiht stack pointer depressed.
10209
10210 2000-09-01  Andrew Haley  <aph@redhat.com>
10211
10212         * dwarf2out.c (stack_adjust_offset): New function.
10213         (dwarf2out_stack_adjust): Break out stack adjust logic into
10214         new stack_adjust_offset function.  Look inside parallels and
10215         sequences for stack adjustments.
10216
10217 2000-08-31  Jeff Law <law@cygnus.com>
10218
10219         * arm.md: Use no_new_pseudos to determine when it is safe
10220         to create new pseudo registers.
10221
10222         * arm.c (legitimize_pic_address): Use no_new_pseudos to determine
10223         when we can safely allocate new registers.
10224
10225 2000-08-31  Geoffrey Keating  <geoffk@cygnus.com>
10226
10227         * stmt.c (expand_asm_operands): Twiddle generating_concat_p
10228         so that CONCATs are not generated for ASMs.
10229         * emit-rtl.c (gen_reg_rtx): Don't generate CONCATs when
10230         not generating_concat_p.
10231         * function.c (pop_function_context_from): Reset
10232         generating_concat_p.
10233         (prepare_function_start): Likewise.
10234         * rtl.c (generating_concat_p): Define.
10235         * rtl.h (generating_concat_p): Declare.
10236         * toplev.c (rest_of_compilation): No CONCATs after RTL generation.
10237
10238 2000-08-22  Philipp Thomas  <pthomas@suse.de>
10239             Masanobu Yuhara <yuhara@flab.fujitsu.co.jp>
10240
10241         * gmicro.h (TARGET_SWITCHES): Add descriptions and mark them
10242         for translation.
10243
10244 2000-08-30  Greg McGary  <greg@mcgary.org>
10245
10246         * Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh
10247         * fixinc/Makefile.in (fixincl): Pass $(LDFLAGS) to $(CC).
10248         * fixinc/mkfixinc.sh: Pass $CC, $CFLAGS and $LDFLAGS to $MAKE.
10249
10250 2000-08-30  Greg McGary  <greg@mcgary.org>
10251
10252         * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
10253         (TREE_INT_CST_LOW, TREE_INT_CST_HIGH): Access through sub-struct.
10254         (TREE_INT_CST): New macro.
10255         * varasm.c (const_hash, compare_constant_1, record_constant_1):
10256         Use new macro TREE_INT_CST.
10257
10258 Wed 30-Aug-2000 23:18:59 BST  Neil Booth  <NeilB@earthling.net>
10259
10260         * contrib.texi: Add self.
10261
10262 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
10263
10264         * config/sh/sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): New insns.
10265         (cmpeqdi_t splitter): Use cmpeqsi_and_t instead of emitting jumps
10266         and labels.
10267
10268 2000-08-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10269
10270         * fixinc/gnu-regex.c: Don't define `const'.
10271
10272 Tue Aug 29 22:09:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10273
10274         * expr.c (store_constructor): Allow variable bounds of array type.
10275         (expand_expr): Don't blow up if type is ERROR_MARK.
10276         * varasm.c (output_constructor): Don't access lower bound of array
10277         type unless need it if index is supplied (so it can be a variable
10278         if no index is supplied).
10279         Use tree_low_cst; use HOST_WIDE_INT for sizes; change BITPOS to POS.
10280         Other minor cleanups.
10281
10282 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10283
10284         * Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS
10285         for compilations in stage 1 and subsequent stages, respectively.
10286         * configure.in (vax): Add compiler-dependent CFLAGS for stage 1.
10287         * configure: Rebuilt.
10288         * x-vax, x-vax-gcc: Deleted.
10289
10290 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
10291
10292         * c-common.c (declare_function_name): Use func_id_node,
10293         function_id_node, and pretty_function_id_node.  Do not make
10294         __func__ visible at file scope.
10295         * c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
10296         CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
10297         (function_id_node, pretty_function_id_node, func_id_node): New
10298         macros.
10299         * c-decl.c (init_decl_processing): Initialize function_id_node,
10300         pretty_function_id_node, and func_id_node.
10301         (c_make_fname_decl): Correct comment.
10302
10303         * tree.h (struct tree_identifier): Constify pointer member.
10304
10305         * c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
10306         * c-pragma.h (struct weak_syms): Constify name and value members.
10307         (add_weak): Constify arguments.
10308
10309         * calls.c (special_function_p): Constify a char *.
10310         (expand_call): Remove variable which is initialized and then
10311         never used.
10312         * dependence.c (struct def_use, struct induction, struct subscript):
10313         Constify 'variable' member.
10314         (get_low_bound, have_induction_variable): Constify char * argument.
10315         (find_induction_variable): Add braces to avoid dangling else.
10316         (classify_dependence): Constify char * arrays.
10317         * profile.c (output_func_start_profiler): Constify a char *.
10318         * stor-layout.c (finalize_record_size): Constify a char *.
10319         * tree.c (is_attribute_p): Constify a char *.
10320         * varasm.c (add_weak, remove_from_pending_weak_list): Constify argument.
10321
10322         * varasm.c (make_function_rtl, make_decl_rtl): Rearrange code
10323         for comprehensibility.  Do not call get_identifier if we did
10324         not change the DECL_ASSEMBLER_NAME of the decl.  Use alloca to
10325         create temporary string constants, not ggc_alloc_string.  No
10326         need to copy result of ASM_FORMAT_PRIVATE_NAME.  Use const
10327         char * to hold IDENTIFIER_POINTERs.
10328
10329 2000-08-29  Richard Henderson  <rth@cygnus.com>
10330
10331         * config/ia64/ia64.md (muldi3): Use grfr_register_operand
10332         for the inputs.
10333
10334 2000-08-29  Richard Henderson  <rth@cygnus.com>
10335
10336         * reload.c (push_secondary_reload): Allow class == reload_class
10337         if we're using a reload_in/out pattern.
10338
10339         * config/ia64/ia64.md (reload_inti): Use a TImode scratch.  Use
10340         the half that does not conflict with the reload register.
10341         (reload_outti): Likewise.
10342
10343 2000-08-29  Kazu Hirata  <kazu@hxi.com>
10344
10345         * reload.c: Fix formatting.
10346
10347         * stmt.c: Fix formatting.
10348
10349         * gcc.c: Fix formatting.
10350
10351 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
10352
10353         * flags.h (time_report, mem_report): New global flags.
10354         * toplev.c: Define time_report and mem_report.
10355         (f_options): Add -ftime-report and -fmem-report.
10356         (compile_file): Turn on time_report if quiet_flag is off.
10357         Call ggc_print_statistics at very end if mem_report is on.
10358         * timevar.c (TIMEVAR_ENABLE): Examine time_report, not quiet_flag.
10359
10360         * ggc-common.c (ggc_print_statistics): Rename to
10361         ggc_print_common_statistics; all callers changed.  Scale
10362         quantities above 10K to kilobytes and above 10M to megabytes.
10363         * ggc-page.c (ggc_page_print_statistics): Rename to
10364         ggc_print_statistics.  Report memory consumed by internal data
10365         structures for each allocation bucket.  Scale quantities above
10366         10K to kilobytes and above 10M to megabytes.
10367         * ggc-simple.c: Prototype debug_ggc_tree to avoid warning.
10368         Cast PTR_KEY(p) to unsigned long in fprintf call to avoid warning.
10369         Define tally_leaves always.
10370         (ggc_print_statistics): New function.
10371         * ggc.h: Adjust for renamed functions.
10372
10373 Wed Aug 30 00:11:42 2000  Denis Chertykov  <denisc@overta.ru>
10374
10375         * config/avr/avr.md ("*movsf","*movsi"): Pass NULL to
10376         output_movsisf instead of which_alternative.
10377
10378         * config/avr/avr.c (output_reload_inhi): Check for NULL ponter.
10379
10380 Tue Aug 29 22:29:58 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz <marekm@linux.org.pl>
10381
10382         * config/avr/avr-protos.h: (avr_output_ascii) Removed.
10383         (avr_progmem_p): New prototype.
10384         (output_movsisf): Prototype declaration changed.
10385         (output_movqi): New prototype.
10386         (output_movhi): New prototype.
10387         (call_insn_operand): Likewise.
10388         (final_prescan_insn): Likewise.
10389         (avr_simplify_comparision_p): Likewise.
10390         (avr_normalize_condition): Likewise.
10391         (compare_eq_p): Likewise.
10392         (out_shift_with_cnt): Likewise.
10393         (const_int_pow2_p): Likewise.
10394         (output_reload_inhi): Prototype declaration changed.
10395
10396         * config/avr/avr.c: (debug_hard_reg_set): Prototype declared.
10397         (ldi_reg_rtx): New. rtx for r31.
10398         (avr_init_stack): Initialize as "__stack".
10399         (function_prologue): Use it.
10400         Replace all TARGET_ENHANCED with AVR_ENHANCED.
10401         (avr_mcu_name): Initialize as "avr2".
10402         (avr_enhanced_p, avr_mega_p): New variables.
10403         (mcu_types, avr_override_options): Handle all known MCU types.
10404         Also handle avr1 (only preprocess, assemble and link).
10405         (print_operand): Using of `%K' in output template removed.
10406         (out_movqi_r_mr): Optimized.
10407         (out_movhi_r_mr): Likewise.
10408         (output_movqi): New function.
10409         (output_movhi): Likewise.
10410         (out_movsi_r_mr): Optimized.
10411         (output_movsisf): Compute insn length for `adjust_insn_length'
10412         (out_movqi_mr_r): Optimized.
10413         (out_movhi_mr_r): Optimized.
10414         (adjust_insn_length): Use output_movsisf, output_movqi,
10415         output_movhi for insn length adjusting.
10416         (reg_unused_after): Use dead_or_set_p.
10417         (preferred_reload_class): Now havn't any restriction.
10418         (reg_was_0): New function.
10419         (io_address_p): Likewise.
10420         (const_int_pow2_p): Likewise.
10421         (output_reload_inhi): Likewise.
10422         (output_reload_insisf): Likewise.
10423
10424         * config/avr/avr.h (MULTILIB_DEFAULTS): Define.
10425         (LIB_SPEC): Use -lc for all supported devices.
10426         (LIBGCC_SPEC): Use -lgcc for all supported devices.
10427         (AVR_MEGA): Define as avr_mega_p.
10428         (AVR_ENHANCED): New, define as avr_enhanced_p.
10429         (TARGET_SWITCHES): Remove -menhanced, now handled by -mmcu=...
10430         (CPP_SPEC, LINK_SPEC): Handle all known MCU types.
10431         (CRT_BINUTILS_SPECS): Handle all known MCU types.
10432         Rename gcrt1-*.o to make file names unique on 8.3 filesystems.
10433         (EXTRA_SPECS): Add CPP_AVR[1-5]_SPEC.
10434         (ASM_SPEC): Pass -mmcu=... to the assembler.
10435         Change all -DAVR_* to -D__AVR_*__.
10436         (INIT_TARGET_OPTABS), config/avr/libgcc.S:
10437         Rename library functions to start with two underscores.
10438         (ASM_OUTPUT_COMMON): Outputs `.comm VAR,VAR-SIZE,1' to avoid
10439         alignment.
10440         (ASM_WEAKEN_LABEL): Declared for __attribute__((weak)).
10441         (SUPPORTS_WEAK): Likewise.
10442         (LDI_REG_REGNO): New. Register r31 will be used as temporary
10443         register for loading constants to r0-r14.
10444
10445         * config/avr/avr.md: Replace all TARGET_ENHANCED with
10446         AVR_ENHANCED.
10447         (*mov_r_sp): Removed. Handled by output_movhi.
10448         (*mov_sp_r): Likewise.
10449         (*mov_sp_r_no_interrupts): Likewise
10450         (*mov_sp_r_tiny): Likewise.
10451         (*movqi): Use output_movqi.
10452         (*reload_inqi): New.
10453         (*movhi): Use output_movhi.
10454         (*reload_inhi): New.
10455         (*negsi2): Optimized.
10456         (*negsf2): Likewise.
10457         Added peepholes (define_peephole2) for loading constants to r0-r14
10458         and for using `cpse' command.
10459
10460         * config/avr/libgcc.S: Rename library functions to start with two
10461         underscores.
10462         Add support for enhanced core.
10463         (_moqhi3): Fix typo, now _modqi3.
10464         (__divsi_raw): Use __zero_reg__ as loop counter, smaller by 1 word.
10465         (__prologue_saves__): Remove test for stack adjust by 0.
10466         (__tablejump__): New.
10467
10468         * config/avr/t-avr: Build libgcc2 with -mcall-prologues.
10469         Add multilib support.
10470
10471 Tue Aug 29 15:17:54 EDT 2000  John Wehle  (john@feith.com)
10472
10473         * loop.c (prescan_loop): Don't check unknown_address_altered
10474         when deciding if insert_loop_mem is safe.  Add BLKmode MEMs
10475         to loop_store_mems as necessary.
10476         (loop_invariant_p): Don't check unknown_address_altered
10477         or unknown_constant_address_altered.
10478
10479 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10480
10481         * vax.md (sltu, sgeu): Delete sltu and sgeu insn patterns.
10482
10483 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
10484
10485         * cpperror.c (print_file_and_line): If line is (unsigned int)-1,
10486         print just the filename.
10487         * cpplex.c (_cpp_run_directive): Add additional argument, the
10488         name to give the synthetic buffer.  This defaults to
10489         translated "<command line>".
10490         * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert):
10491         Adjust to match.
10492         (_cpp_define_builtin): New function.
10493         * cppinit.c (initialize_builtins): Use _cpp_define_builtin.
10494         * cpphash.h: Update prototypes.
10495
10496         * tradcpp.c (main): Process -D and -U simultaneously, in the
10497         order they appeared on the command line.
10498
10499 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10500
10501         * c-decl.c (define_label): Call warning_with_file_and_line and
10502         error_with_file_and_line instead of plain warning or error.
10503
10504         * c-parse.in (label): Use save_filename/save_lineno to ensure
10505         correct values for calls to define_label.
10506
10507 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
10508
10509         * calls.c (expand_call): Don't create a VAR_DECL just to throw it
10510         away.
10511         * expr.c (expand_expr, case TARGET_EXPR): Don't call
10512         mark_addressable.
10513         * tree.h (get_file_function_name): Remove two duplicate
10514         declarations.
10515
10516 2000-08-28  Kazu Hirata  <kazu@hxi.com>
10517
10518         * tree.c: Fix formatting.
10519
10520         * xcoffout.c: Fix formatting.
10521
10522 2000-08-28  Jason Merrill  <jason@redhat.com>
10523
10524         * dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.
10525
10526 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
10527
10528         * dwarf2out.c (dwarf2out_finish): Don't bother calling
10529         break_out_includes if it won't do anything.
10530
10531 2000-08-28  Richard Henderson  <rth@cygnus.com>
10532
10533         * reload.c (push_secondary_reload): Revert 2000-08-16 change.
10534         (find_reloads): Likewise.
10535         * config/alpha/alpha.md (reload_inqi): Revert 2000-08-11 change.
10536         (reload_inhi): Likewise.
10537
10538 2000-08-28  Richard Henderson  <rth@cygnus.com>
10539
10540         * config/i386/i386.c: Don't error on EXTRA_CONSTRAINT defined.
10541         (call_insn_operand): Don't expect a surrounding mem.
10542         (constant_call_address_operand): Likewise.
10543         * config/i386/i386.h (PREDICATE_CODES): Update.
10544         * config/i386/i386.md (call patterns): Move the match_operand
10545         for the call destination inside the mem.
10546
10547 2000-08-28  Richard Henderson  <rth@cygnus.com>
10548
10549         * local-alloc.c (requires_inout): Don't use reserved range for
10550         EXTRA_CONSTRAINTS; use anything not matched by REG_CLASS_FROM_LETTER.
10551         * recog.c (asm_operand_ok): Likewise.
10552         (preprocess_constraints, constrain_operands): Likewise.
10553         * regclass.c (record_reg_classes): Likewise.
10554         * reload.c (find_reloads): Likewise.
10555         * reload1.c (maybe_fix_stack_asms): Likewise.
10556         (reload_cse_simplify_operands): Likewise.
10557         * stmt.c (expand_asm_operands): Likewise.
10558
10559         * md.texi: Update constraints documentation.
10560         * tm.texi (EXTRA_CONSTRAINT): Update.
10561
10562 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
10563
10564         * dwarf2out.c (DIE_LABEL_PREFIX): Remove leading "__".
10565         (print_die): If we don't know the offset of the
10566         target die, try the symbol.  Add a trailing newline.
10567         (reverse_all_dies): New fn.
10568         (dwarf2out_finish): Call it.
10569         (break_out_includes): Reorganize for clarity.
10570         (add_sibling_attributes): Don't call reverse_die_lists.
10571         (output_comp_unit): Rename from output_comdat_comp_unit.  Use for
10572         primary CU, too.
10573         * flags.h: Add flag_eliminate_dwarf2_dups.
10574         * toplev.c (f_options): Support -feliminate-dwarf2-dups.
10575
10576 2000-08-28  Jason Merrill  <jason@redhat.com>
10577
10578         * dwarf2.h (DW_TAG_GNU_BINCL, DW_TAG_GNU_EINCL): New tags.
10579         * dwarf2out.c: #include "md5.h".
10580         (DIE_LABEL_PREFIX): New macro.
10581         (dw_val_struct): Add 'external' flag to val_die_ref.
10582         (add_AT_die_ref, AT_ref): Adjust.
10583         (AT_ref_external, set_AT_ref_external): New fns.
10584         (build_abbrev_table): Call set_AT_ref_external.
10585         (value_format): Call AT_ref_external.
10586         (die_struct): Add die_symbol field.
10587         (new_die): Clear it.
10588         (dwarf_tag_name): Handle BINCL/EINCL.
10589         (dwarf2out_start_source_file): Add BINCL DIE.
10590         (dwarf2out_end_source_file): Add EINCL DIE.
10591         (push_new_compile_unit, pop_compile_unit, clear_die_sizes): New fns.
10592         (loc_checksum, attr_checksum, die_checksum): New fns.
10593         (is_type_die, is_comdat_die, is_symbol_die): New fns.
10594         (compute_section_prefix, assign_symbol_names): New fns.
10595         (gen_internal_sym, output_die_symbol, output_symbolic_ref): New fns.
10596         (output_die): Call output_die_symbol and AT_ref_external.
10597         (output_comdat_comp_unit): New fn, split out from...
10598         (dwarf2out_finish): ...here.  Also call add_sibling_attributes for
10599         secondary CUs.
10600         (output_pubnames, output_aranges): Abort if we see entries from
10601         secondary CUs.
10602         * toplev.h: Declare file_name_nondirectory.
10603         * toplev.c (file_name_nondirectory): New fn, moved from C++ frontend.
10604         (rest_of_type_compilation): Call dwarf2out_decl if at toplevel.
10605         (debug_start_source_file): Call dwarf2out_start_source_file
10606         regardless of debug verbosity.
10607         (debug_end_source_file): Similarly.
10608         * tree.h: Declare clean_symbol_name.
10609         * tree.c (clean_symbol_name): Split out from...
10610         (get_file_function_name_long): ...here.
10611
10612         * dwarf2out.c (new_loc_descr): Use calloc.
10613         (splice_child_die): Remove the die from the right parent.
10614         (gen_struct_or_union_die): Don't add AT_name to a specification DIE.
10615
10616 Mon Aug 28 19:02:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10617
10618         * toplev.c (decode_g_option): Don't give warning for unknown -g
10619         option; return 0 instead.
10620         (main): If -g option is not recognized by front end or
10621         language-independent code, give warning.
10622
10623 2000-08-28  Greg McGary  <greg@mcgary.org>
10624
10625         * config/i386/i386-protos.h (ix86_expand_compare): Add extern decl.
10626         * config/i386/i386.c (ix86_expand_compare): Remove `static'.
10627         * config/i386/i386.md (trap, conditional_trap): New insn & expand.
10628
10629 2000-08-27  Greg McGary  <greg@mcgary.org>
10630
10631         * cpplex.c (parse_string): Don't look for backslash
10632         before first char in `namebuf'.
10633         * loop.c (strength_reduce): Skip NOTEs.
10634
10635 2000-08-27  Jason Merrill  <jason@redhat.com>
10636
10637         * c-decl.c (duplicate_decls): Don't set TREE_STATIC or clear
10638         DECL_EXTERNAL on a local extern.  Don't set DECL_IGNORED_P or
10639         TREE_ASM_WRITTEN, either.
10640         (finish_decl): Adjust.
10641
10642 2000-08-28  Philipp Thomas  <pthomas@suse.de>
10643
10644         * ABOUT-GCC-NLS: Remove gettext patches from Paul Eggert as
10645         they have been incorporated into the gettext CVS. Change the text to
10646         reflect the current status of NLS. Add instructions for accessing
10647         the gettext CVS and add the patch from Martin v. Loewis.
10648
10649 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
10650
10651         * config/rs6000/rs6000.md (movdi_internal64+5): Make SUBREG-safe
10652         by using gen_lowpart_common.
10653         (movdi_internal64+6): Likewise.
10654
10655 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
10656
10657         * tm.texi (FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION):
10658         Document.
10659
10660         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Remap register
10661         numbers to the ranges used by GDB.
10662
10663 2000-08-25  Richard Henderson  <rth@cygnus.com>
10664
10665         * config/ia64/ia64.h (struct machine_function): Add n_varargs.
10666         * config/ia64/ia64.c (ia64_compute_frame_size): Use it.
10667         (ia64_expand_prologue): Likewise.
10668         (ia64_setup_incoming_varargs): Set it.  Properly skip the current
10669         argument for stdargs.
10670
10671 2000-08-25  Jason Merrill  <jason@redhat.com>
10672
10673         * integrate.c (expand_inline_function): Pull out the original decl.
10674
10675 2000-08-25  Jim Wilson  <wilson@cygnus.com>
10676
10677         * cse.c (cse_insn): Don't pass label subtraction to force_const_mem.
10678
10679         * function.c (gen_mem_addressof): Clear MEM_ALIAS_SET if no decl.
10680
10681 2000-08-25  Greg McGary  <greg@mcgary.org>
10682
10683         * flow.c (dump_edge_info): Use ARRAY_SIZE.
10684         * config/alpha/alpha.c (alpha_expand_block_move): Likewise.
10685
10686 2000-08-25  Richard Earnshaw  <rearnsha@arm.com>
10687
10688         * arm.h (STRUCT_VALUE): Define to 0, not NULL.
10689
10690 Fri Aug 25 12:52:49 EDT 2000  John Wehle  (john@feith.com)
10691
10692         * i386.c (ix86_find_base_term): New.
10693         * i386-protos.h (ix86_find_base_term): Prototype.
10694         * i386.h (FIND_BASE_TERM): Define.
10695         * alias.c (find_base_term): Use it.
10696         * tm.texi (FIND_BASE_TERM): Document it.
10697
10698         * alias.c (true_dependence, write_dependence_p): Unchanging
10699         memory can't conflict with non-unchanging memory.
10700
10701         * alias.c (memrefs_conflict_p): A BLKmode reference
10702         to a symbol (or CONST_INT address) always conflicts
10703         with a reference to another symbol.
10704
10705 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10706
10707         * c-common.c (time_char_table): Don't allow width and flags with
10708         "z" format.
10709
10710 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
10711
10712         * config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same
10713         way as LT and LTU when the second operand has 0 in low word.
10714
10715 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
10716
10717         * basic-block.h (struct loop): Rename `exits' field to
10718         `exit_edges'.  Add `entry_edges' and `num_entries' fields.
10719
10720         * flow.c (flow_loop_exit_edges_find): Rename from flow_loop_exits_find.
10721         (flow_loop_entry_edges_find): Add.
10722         (flow_edge_list_print): Rename from flow_exits_print.
10723         (flow_loops_find): Call flow_loop_entry_edges_find.
10724         (flow_loop_dump): Dump entry_edges list.
10725         (flow_loops_free): Free entry_edges.
10726
10727 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
10728
10729         * loop.c (loop_dump_aux, debug_loop): New functions.
10730         (LOOP_BLOCK_NUM_1, LOOP_BLOCK_NUM, LOOP_INSN_UID): New macros.
10731
10732         * flow.c (flow_loops_dump): Add callback parameter.
10733         (flow_loop_dump): Add callback parameter and call it.  Move
10734         loop note debugging code to loop_dump_aux.
10735
10736         * basic-block.h (flow_loop_dump): Add callback parameter
10737         (flow_loops_dump): Likewise.
10738
10739         * toplev.c (rest_of_compilation): Add NULL callback function pointer
10740         to call to flow_loops_dump.
10741
10742 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
10743
10744         * loop.c (count_loop_regs_set): Replace start and end arguments
10745         with loop argument.  All callers udated.
10746
10747 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
10748
10749         * loop.c (constant_high_bytes): Delete.
10750
10751 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
10752
10753         * loop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_CONT
10754         and NOTE_INSN_LOOP_VTOP to...
10755         (find_and_verify_loops) ...here.
10756
10757 Fri Aug 25 04:21:13 2000  Alexandre Oliva  <aoliva@redhat.com>
10758
10759         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Define default.
10760         (fini_dummy, init_dummy): Use it.
10761
10762 Fri 25-Aug-2000 08:03:27 BST  Neil Booth  <NeilB@earthling.net>
10763
10764         * cpplex.c (is_macro_disabled): Caller has already checked
10765         that we're not a preprocessed file.
10766
10767 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
10768
10769         * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
10770         (c-iterate.o): Remove target.
10771         * gcc/c-common.h (enum rid): Remove RID_ITERATOR.
10772         * gcc/c-decl.c (init_decl_processing): Remove call to init_iterators.
10773         (finish_decl): Don't handle iterators.
10774         (grokdeclarator): Likewise.
10775         * gcc/c-parse.gperf: Remove __iterator and __iterator__ keywords.
10776         * gcc/c-gperf.h: Regenerated.
10777         * gcc/c-iterate.c: Removed.
10778         * gcc/c-lex.c (init_lex): Don't handle iterators.
10779         * gcc/c-parse.in (primary): Remove pop_iterator_stack call.
10780         (compstmt_primary_start): Remove push_iterator_stack call.
10781         (stmt): Don't allow iterator statements.  Replace iterator_expand
10782         with expand_expr_stmt.
10783         (all_iter_stmt): Remove.
10784         (all_iter_stmt_simple): Likewise.
10785         (all_iter_stmt_with_decl): Likewise.
10786         * gcc/c-tree.h (ITERATOR_P): Remove.
10787         (ITERATOR_BOUND_P): Likewise.
10788         (init_iterators): Remove declaration.
10789         (iterator_expand): Likewise.
10790         (iterator_for_loop_start): Likewise.
10791         (iterator_for_loop_end): Likewise.
10792         (iterator_for_loop_record): Likewise.
10793         (push_iterator_stack): Likewise.
10794         (pop_iterator_stack): Likewise.
10795         * gcc/c-typeck.c (decl_constant_value): Don't check ITERATOR_P.
10796         (readonly_warning): Likewise.
10797         * gcc/tree.h (ITERATOR_BOUND_P): Don't mention it.
10798
10799 2000-08-24  Jim Wilson  <wilson@cygnus.com>
10800
10801         * c-common.c (decl_attributes, case A_ALIGN): Revert last change.
10802         Copy type in a TYPE_DECL, just like pushdecl does.
10803
10804 2000-08-24  Richard Henderson  <rth@cygnus.com>
10805
10806         * toplev.c (main): Enable flag_reorder_blocks at -O2.
10807
10808 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
10809
10810         * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
10811         asked for one page, allocate GGC_QUIRE_SIZE of them and put
10812         the extras on the free list.
10813         (release_pages): Clean up.
10814         (ggc_set_mark): Don't adjust G.allocated here...
10815         (sweep_pages): ... do it here.
10816
10817 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
10818
10819         * cppfiles.c (read_include_file): Rearrange initializations.
10820
10821 2000-08-24  Richard Henderson  <rth@cygnus.com>
10822
10823         * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
10824
10825         * config/ia64/ia64-protos.h: Update.
10826         * config/ia64/ia64.c (gr_register_operand): New.
10827         (fr_register_operand, grfr_register_operand): New.
10828         (gr_nonimmediate_operand, grfr_nonimmediate_operand): New.
10829         (grfr_reg_or_8bit_operand): New.
10830         (gr_reg_or_0_operand): Rename from reg_or_0_operand and
10831         use gr_register_operand.
10832         (gr_reg_or_5bit_operand, gr_reg_or_6bit_operand): Likewise.
10833         (gr_reg_or_8bit_operand, gr_reg_or_8bit_adjusted_operand): Likewise.
10834         (gr_reg_or_8bit_and_adjusted_operand): Likewise.
10835         (gr_reg_or_14bit_operand, gr_reg_or_22bit_operand): Likewise.
10836         (fr_reg_or_fp01_operand): Likewise.
10837         (not_postinc_memory_operand): New.
10838         (ia64_split_timode): Remove unused variables.
10839         (rtx_needs_barrier): Check arguments to cmpxchg.
10840         (builtin_description): Remove.
10841         (bdesc_2argsi, bdesc_2argdi): Remove.
10842         (ia64_init_builtins): Declare all builtins directly.
10843         (ia64_expand_fetch_and_op): Rewrite to be called from
10844         ia64_expand_builtin directly.  Use expand_binop and co.
10845         (ia64_expand_op_and_fetch): Likewise.
10846         (ia64_expand_compare_and_swap): Likewise.
10847         (ia64_expand_binop_builtin): Remove.
10848         (ia64_expand_lock_test_and_set): New.
10849         (ia64_expand_lock_release): New.
10850         (ia64_expand_builtin): Use them.
10851         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_S): New.
10852         (EXTRA_CONSTRAINT): Use it.
10853         (PREDICATE_CODES): Update.
10854         * config/ia64/ia64.md (*): Use gr_register_operand and co.
10855         (mf): Indicate that we set memory as well as use it.
10856         (fetchadd_acq_si): Show memory being modified as well.
10857         (fetchadd_acq_di, cmpxchg_acq_si, cmpxchg_acq_di): Likewise.
10858         (val_compare_and_swap_si, val_compare_and_swap_di): Remove.
10859         (lock_test_and_set_si, lock_test_and_set_di): Remove.
10860         (fetch_and_add_si, fetch_and_sub_si, fetch_and_or_si): Remove.
10861         (fetch_and_and_si, fetch_and_xor_si, fetch_and_nand_si): Remove.
10862         (fetch_and_add_di, fetch_and_sub_di, fetch_and_or_di): Remove.
10863         (fetch_and_and_di, fetch_and_xor_di, fetch_and_nand_di): Remove.
10864         (add_and_fetch_di, sub_and_fetch_di, or_and_fetch_di): Remove.
10865         (and_and_fetch_di, xor_and_fetch_di, nand_and_fetch_di): Remove.
10866         (add_and_fetch_si, sub_and_fetch_si, or_and_fetch_si): Remove.
10867         (and_and_fetch_si, xor_and_fetch_si, nand_and_fetch_si): Remove.
10868         * config/ia64/ia64intrin.h (*): Cast result to the appropriate
10869         return type.  Pretty print definitions.
10870
10871 2000-08-24  Jim Wilson  <wilson@cygnus.com>
10872
10873         * config/ia64/ia64.md (movdi): Don't call gen_movdi_symbolic if
10874         we have a SYMBOL_REF with SYMBOL_REF_FLAG set.
10875
10876 2000-08-24  Jason Merrill  <jason@redhat.com>
10877
10878         * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
10879         AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
10880         (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
10881         get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
10882
10883 2000-08-24  Greg McGary  <greg@mcgary.org>
10884
10885         * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,
10886         and extendtab within their proper array boundaries.
10887         * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
10888         for the entire array.
10889
10890         * config/arm/arm.c (arm_override_options): Use ARRAY_SIZE.
10891         * config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise.
10892         * config/avr/avr.c (order_regs_for_local_alloc): Likewise.
10893         * config/fr30/fr30.c (fr30_print_operand): Likewise.
10894         * config/i386/dgux.c (output_options): Likewise.
10895         * config/i386/dgux.h (ASM_FILE_START): Likewise.
10896         * config/m88k/m88k.c (output_options): Likewise.
10897         * config/m88k/m88k.h (ASM_FILE_START): Likewise.
10898         * config/mcore/mcore.c (mcore_output_inline_const_forced,
10899         layout_mcore_frame, handle_structs_in_regs): Likewise.
10900         * config/mips/mips.c (output_block_move): Likewise.
10901         * config/rs6000/rs6000.c (rs6000_override_options,
10902         rs6000_file_start): Likewise.
10903         * config/sparc/sparc.c (sparc_add_gc_roots): Likewise.
10904         * fixinc/fixfixes.c (FIX_TABLE_CT): Likewise.
10905         * fixinc/fixtests.c (TEST_TABLE_CT): Likewise.
10906         * builtins.c (expand_builtin_setjmp): Likewise.
10907         * expr.c (safe_from_p): Likewise.
10908         * flow.c (life_analysis): Likewise.
10909         * fold-const.c (size_int_type_wide): Likewise.
10910         * gcc.c (translate_options, init_spec, set_spec, main): Likewise.
10911         * genattrtab.c (make_length_attrs): Likewise.
10912         * genopinit.c (gen_insn): Likewise.
10913         * genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise.
10914         * global.c (global_alloc): Likewise.
10915         * local-alloc.c (find_free_reg): Likewise.
10916         * mips-tdump.c (print_symbol): Likewise.
10917         * mips-tfile.c (parse_def, parse_input): Likewise.
10918         * reload1.c (NUM_ELIMINABLE_REGS): Likewise.
10919         * stmt.c (expand_nl_goto_receiver): Likewise.
10920         * stor-layout.c (set_sizetype): Likewise.
10921         * varasm.c (decode_reg_name): Likewise.
10922         * toplev.c (decode_f_option, decode_W_option,
10923         set_target_switch, print_switch_values): Likewise.
10924         (NUM_ELEM): Remove macro.
10925         (display_help, main): s/NUM_ELEM/ARRAY_SIZE/
10926
10927 2000-08-24  Greg McGary  <greg@mcgary.org>
10928
10929         * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
10930         (MAIN_NAME_P, main_identifier_node): New macros.
10931         * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
10932         * c-decl.c (start_decl, grokdeclarator, start_function,
10933         store_parm_decls, finish_function): Use MAIN_NAME_P.
10934         * config/avr/avr.c (function_prologue, function_epilogue): Likewise.
10935         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
10936         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
10937         * config/pdp11/pdp11.c (output_function_prologue): Likewise.
10938
10939 2000-08-24  Greg McGary  <greg@mcgary.org>
10940
10941         * cppfiles.c (actual_directory): Don't write beyond `dir'
10942         when it contains "".
10943         * real.c (asctoeg): Stay within bounds of etens[][].
10944
10945 2000-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10946
10947         * dependence.c (dependence_string, direction_string,
10948         dump_one_node, dump_node_dependence): Hide unused identifiers.
10949         (get_low_bound, normalize_coefficients): Match definition to
10950         static prototype.
10951         (get_one_coefficient): Initialize variables `value0_is_idx' and
10952         `value1_is_idx'.
10953         (ziv_test, gcd_test): Mark parameters with ATTRIBUTE_UNUSED.
10954         (ziv_test): Delete variable `idx', use parameter `sub' instead.
10955         (direction_merge): Avoid automatic aggregate initialization.
10956         (have_dependence_p): Use `src' not `dest' to set `src_idx'.
10957         Initialize variables `dest_idx' and `src_idx'.
10958         (end_dependence_analysis): Avoid C89 style function definition.
10959
10960 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
10961
10962         * c-common.c (time_char_table): Don't allow width with %F.
10963         (check_format_info): Don't allow "Z" length with scanf.
10964
10965 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
10966
10967         * diagnostic.c (finish_diagnostic): Define.
10968         (output_do_printf): Use wrap_text instead of output_add_string.
10969         (default_print_error_function): Avoid embedded '\n'.
10970
10971         * diagnostic.h (flush_diagnostic_buffer): Declare.
10972
10973 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10974
10975         * dependence.c: Replace `[][]' with `[][MAX_SUBSCRIPTS]'.
10976
10977 2000-08-23  Hans-Peter Nilsson  <hp@axis.com>
10978
10979         * Makefile.in (GCC_PASSES): Add specs.
10980
10981 2000-08-23  Jim Wilson  <wilson@cygnus.com>
10982
10983         * frame.h (IA64_UNW_EHANDLER, IA64_UNW_UHANDLER): New.
10984         * config/ia64/frame-ia64.c (__get_personality): Return zero if neither
10985         EHANDLER nor UHANDLER bit is set.
10986         (__get_except_table): Likewise.
10987
10988 2000-08-23  Nick Clifton  <nickc@redhat.com>
10989
10990         * config/arm/lib1funcs.asm: Replace upper case condition codes
10991         with lower case versions.
10992
10993         * config/arm/arm.h (STRUCT_VALUE): Define.
10994         (STRUCT_VALUE_REGNUM): Delete.
10995
10996 2000-08-23  Zack Weinberg  <zack@wolery.cumb.org>
10997
10998         * cpphash.h (IN_I): New flag for directive table.
10999         * cpplib.c (DIRECTIVE_TABLE): Mark #define, #undef, #ident, and
11000         #pragma with IN_I.
11001         (_cpp_check_directive): If -fpreprocessed, execute directives
11002         marked with IN_I.  Issue no warnings in this case.
11003         * cpplex.c (_cpp_get_token): Expand no macros if -fpreprocessed.
11004
11005 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11006
11007         * c-common.c (print_char_table): Allow 'I' flag with %d, %i and
11008         %u.
11009         (check_format_info): Support printf 'I' flag; warn about it with
11010         -pedantic.
11011
11012 2000-08-23  Richard Earnshaw  (rearnsha@arm.com)
11013
11014         * arm.c (arm_expand_prologue): Ensure that the stack-adjustment
11015         barrier can't be ignored by the alias analysis code.
11016
11017 2000-08-12  Eli Zaretskii  <eliz@is.elta.co.il>
11018
11019         * fixinc/inclhack.def (sysv68_string): Fix the Sed script so it
11020         works inside fixincl.
11021
11022 Wed Aug 23 04:55:48 2000  Alexandre Oliva  <aoliva@redhat.com>
11023
11024         * simplify-rtx.c (simplify_rtx): Don't pass VOIDmode to
11025         simplify_relational_operation() unless both operands are of
11026         VOIDmode.
11027         * cse.c (fold_rtx): Likewise.
11028
11029 Tue Aug 22 23:53:27 EDT 2000  John Wehle  (john@feith.com)
11030
11031         * rtlanal.c (rtx_unstable_p): The pic register is stable
11032         (within one function) and the actual rtx should be used
11033         when checking the registers.
11034         (rtx_addr_can_trap_p): Pic memory addresses can't trap.
11035
11036         * alias.c (true_dependence, write_dependence_p): Fix
11037         bug in previous patch.
11038
11039         * i386.c (ix86_GOT_alias_set): New.
11040         (legitimize_pic_address): Use it.
11041
11042         * rtlanal.c (rtx_unstable_p): An unchanging MEM is
11043         only stable if its address is stable.
11044         (rtx_varies_p): An unchanging MEM can't vary if
11045         its address doesn't vary.
11046
11047 2000-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11048
11049         * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.
11050
11051 2000-08-22  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
11052
11053         * vax.h (ASM_SPEC): Pass `-J' to assembler.
11054         * x-vax-gcc: New file for bootstrapping with gcc.
11055         * x-vax: Use X_CFLAGS rather than X_CPPFLAGS to pass `-J'.
11056         * configure.in: Use x-vax-gcc with gcc.
11057         * configure: Rebuilt.
11058
11059 Tue Aug 22 21:21:05 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11060
11061         * toplev.c (rest_of_compilation): Rebuild label notes after
11062         post-reload splitting pass if new labels have been created.
11063
11064 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
11065
11066         * diagnostic.h (output_buffer_state): New macro.
11067         * diagnostic.c (diagnostic_for_decl, sorry,
11068         default_print_error_function, output_do_verbatim,
11069         report_diagnostic, report_problematic_module): Use it.
11070         (wrap_text): Tweak.
11071         (output_format): Use wrap_text instead of maybe_wrap_text.
11072
11073 2000-08-22  Nick Clifton  <nickc@redhat.com>
11074
11075         * config/arm/lib1funcs.asm (ARM_DIV_MOD_BODY): New macro.
11076         Common code for ARM divide and modulus functions.
11077         (THUMB_DIV_MOD_BODY): New macro. Thumb equivalent of
11078         ARM_DIV_MOD_BODY.
11079         (FUNC_END): New macro: Common code at the end of the division and
11080         modulo functions.
11081         (THUMB_FUNCTION_START): New macro:  Common code at the start of
11082         Thumb functions.
11083         (__divsi3, __udivsi3, __modsi3, __umodsi3): Use new macros.
11084
11085 Tue Aug 22 20:34:52 2000  Kaz Kojima <kkojima@rr.iij4u.or.jp>
11086
11087         * config/sh/sh.md (cmpeqdi_t splitter): Fix a reverse testing.
11088
11089         * config/sh/sh.c (prepare_scc_operands): Apply force_reg to
11090         sh_compare_op1 when the mode is DImode and sh_compare_op1 isn't
11091         const0_rtx.
11092
11093 2000-08-22  Nick Clifton  <nickc@redhat.com>
11094
11095         * config/arm/lib1funcs.asm (__umodsi3): Before performing any
11096         restorative additions, test for bottom bits of IP being set,
11097         rather than relying upon the RORs not matching.
11098         (__modsi3): Ditto.
11099
11100 2000-08-22  David Edelsohn  <edelsohn@gnu.org>
11101
11102         * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
11103         text_section() as appropriate instead of emitting text csect
11104         pseudo-op directly.
11105         (TEXT_SECTION_ASM_OP): Only require default 32-bit alignment.
11106         (UNIQUE_SECTION): Define macro.
11107         (ASM_OUTPUT_SECTION_NAME): Define macro.
11108         * rs6000.c (rs6000_override_options): Disable -ffunction-sections
11109         on AIX if debugging and -fdata-sections always.
11110
11111 2000-08-22  Steven King  <sxking@uswest.net>
11112
11113         * config/float-i386.h (LDBL_EPSILON): Remove __convert_long_double
11114         machinery.
11115         (LDBL_MAX): Same here.
11116
11117 2000-08-22  Richard Henderson  <rth@cygnus.com>
11118
11119         * flow.c (tidy_fallthru_edge): Update b->end properly.
11120
11121 2000-08-22  Stan Cox  <scox@redhat.com>
11122
11123         * Makefile.in (OBJS): Add dependence.o.
11124         * dependence.c: New file.
11125
11126 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>, John David Anglin  <dave.anglin@nrc.ca>
11127
11128         * calls.c (check_sibcall_argument_overlap_1): Adjust for
11129         ARGS_GROW_DOWNWARD.
11130         (check_sibcall_argument_overlap): Likewise.
11131
11132 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
11133
11134         * invoke.texi (SH Options): Document -m4-nofpu,
11135         -m4-single-only, -m4-single, -m4, -mbigtable, -mfmovd,
11136         -mhitachi, -mnomacsave, -misize, -mpadstruct, -mspace.
11137
11138 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11139
11140         * c-common.c (check_format_info): Give the 'some locales' warning
11141         for strftime %Ey rather than the unconditional 'only last 2 digits
11142         of year' one.
11143
11144 2000-08-22  Richard Henderson  <rth@cygnus.com>
11145
11146         * alias.c (init_alias_analysis): Do not register
11147         struct_value_incoming_rtx or static_chain_rtx as pointing
11148         to stack memory.
11149
11150 Tue Aug 22 01:44:43 2000  Jeffrey A Law  (law@cygnus.com)
11151
11152         * protoize.c (munge_compile_params): Fix typo and formatting buglets.
11153
11154 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
11155
11156         * diagnostic.h (report_problematic_module): Declare.
11157         * diagnostic.c (report_problematic_module): New function.
11158         (report_error_function): Tweak.
11159
11160 Tue Aug 22 02:31:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11161
11162         * stmt.c (expand_goto_internal, fixup_gotos): Only check
11163         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
11164
11165 2000-08-21  Richard Henderson  <rth@cygnus.com>
11166
11167         * flow.c (calculate_global_regs_live): Mark frame pointer live
11168         everywhere before reload.
11169
11170 2000-08-21  Jim Wilson  <wilson@cygnus.com>
11171
11172         * real.c (ereal_from_int, ereal_from_uint, significand_size): Handle
11173         INTEL_EXTENDED_IEEE_FORMAT.
11174         (toe64): Delete INTEL_EXTENDED_IEEE_FORMAT support.  Unconditionally
11175         clear last two bytes of output FP value.
11176
11177 2000-08-21  Graham Stott  <grahams@cygnus.co.uk>
11178
11179         * config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.
11180
11181 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
11182
11183         * unroll.c (loop_find_equiv_value): If ret is modified between
11184         insn and loop_start, ret might not be equivalent to reg.
11185
11186 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11187
11188         * c-common.c (init_dollar_format_checking,
11189         maybe_read_dollar_number, finish_dollar_format_checking): New
11190         functions.
11191         (dollar_arguments_used, dollar_arguments_count,
11192         dollar_first_arg_num, dollar_max_arg_used, dollar_format_warned):
11193         New variables.
11194         (check_format_info): Support $ formats for scanf and printf width
11195         and precision.  Always increment format_chars to advance past the
11196         '*' of precision, not just when the format parameters are
11197         available to check.
11198
11199 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11200
11201         * mips.c (block_move_loop, expand_block_move,
11202         function_arg_partial_nregs, save_restore_insns, function_prologue,
11203         mips_expand_prologue, RA_MASK): Avoid using the `U' integer
11204         constant suffix.
11205         (function_arg_advance, function_arg): Match argument to format
11206         specifier `%p'.
11207
11208 2000-08-21  Nix  <nix@esperi.demon.co.uk>
11209
11210         * gcc.c (do_spec_1): Implement %j spec flag.
11211         Remove dead comment.
11212
11213         * gcc.texi (The Configuration File): Document HOST_BIT_BUCKET.
11214         * system.h (HOST_BIT_BUCKET): Default to "/dev/null".
11215         * config/i386/xm-dos.h (HOST_BIT_BUCKET): Define as "NUL".
11216         * config/i386/xm-os2.h, config/winnt/winnt.h: Likewise.
11217
11218         * protoize.c (munge_compile_params): Use HOST_BIT_BUCKET (if
11219         writable) instead of hardcoded value.
11220
11221         * toplev.c (compile_file): Output to a file even if -fsyntax-only.
11222
11223         * gcc.c, config/i386/xm-dos.h, config/i386/xm-os2.h: Kill
11224         MKTEMP_EACH_FILE.
11225
11226         * gcc.c (cc1_options): Do not process -o or run the assembler if
11227         -fsyntax-only.
11228         * objc/lang-spec.h: Likewise.
11229
11230 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
11231
11232         * fixinc/fixincl.c (fix_with_system): Pipe the output of
11233         "external" fixes through `cat', to avoid truncating the input
11234         file by redirection.
11235
11236 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
11237
11238         * config/i386/i386.md (lea_general_1): Copy insn condition to split
11239         condition.
11240         (lea_general_2, lea_general_3): Likewise.
11241
11242 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11243
11244         * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional
11245         warnings to user code.
11246
11247         * c-lex.c (readescape, yylex): Likewise.
11248
11249         * c-typeck.c (store_init_value, process_init_element): Likewise
11250         (c_expand_start_case): Format.
11251
11252 2000-08-18  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11253
11254         * mips/linux.h (LINK_SPEC): Use %(endian_spec).
11255
11256         * mips/mips.h: Change LINKER_ENDIAN_SPEC to ENDIAN_SPEC
11257         and linker_endian_spec to endian_spec.
11258         (ENDIAN_SPEC): Add %{EB} and %{EL}.
11259         (LINK_SPEC): Remove %{EB} and %{EL}.
11260         (ASM_SPEC): Likewise.  Use %(endian_spec).
11261
11262 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11263
11264         * c-tree.h (flag_hosted): Move declaration from here...
11265         * c-common.h (flag_hosted): ... to here.
11266         (flag_noniso_default_format_attributes): New declaration.
11267         * c-decl.c (flag_noniso_default_format_attributes): New variable.
11268         (c_decode_option): Set it appropriately for options choosing
11269         language standard variant.
11270         * c-common.c (init_function_format_info): Only provide default
11271         format attributes if flag_hosted.  Only provide the gettext
11272         formats if flag_noniso_default_format_attributes.  Update
11273         comments.
11274         (check_format_info): Disable treatment of %a as a scanf flag in
11275         C99 mode.
11276
11277 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11278
11279         * c-common.c (scan_char_table): Add 'w' to flags for all formats
11280         except 'n'.
11281         (check_format_info): Set 'wide' for scanf format widths.  Warn for
11282         a zero scanf width.  Make the check for writing into a constant
11283         object at the first level of indirection; at later levels, warn if
11284         any type qualifiers are encountered.
11285
11286 Mon Aug 21 07:41:12 2000  Jeffrey A Law  (law@cygnus.com)
11287
11288         * reload.c (reload_inner_reg_of_subreg): New function broken out of
11289         push_reload.
11290         (push_reload): Use reload_inner_reg_of_subreg.
11291         (combine_reloads): Do not combine reloads if the input reload
11292         is a SUBREG in which the inner part will need reloading.
11293
11294         * global.c (global_alloc): Avoid passing dumpfile argument to
11295         reload routines.
11296         * toplev.c (rest_of_compilation): Likewise.
11297         * reload.h (reload): Remove dumpfile argument.  Callers changed.
11298         (debug_reload, debug_reload_to_stream): Move prototypes here.
11299         * rtl.h  (reload): Remove dumpfile argument.
11300         * reload.c (debug_reload): Remove prototype.
11301         (debug_reload_to_stream): Likewise.
11302         * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
11303         instead.
11304
11305 2000-08-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
11306
11307         * diagnostic.c (context_as_prefix): Export.
11308         (need_error_newline): Remove.
11309         (lang_diagnostic_starter, lang_diagnostic_finalizer): New objects.
11310         (error_module_changed, record_last_error_module,
11311         error_function_changed, record_last_error_function): New functions.
11312         (initialize_diagnostics): Default intialize
11313         lang_diagnostic_starter, lang_diagnostic_finalizer.
11314         (init_output_buffer): Tweak.
11315         (file_name_as_prefix): New function.
11316         (announce_function, default_print_error_function,
11317         report_error_function, set_diagnostic_context): Tweak.
11318
11319 2000-08-21  Richard Earnshaw  <rearnsha@arm.com>
11320
11321         * flow.c (init_propagate_block_info): Handle SUBREG in a jump
11322         condition expression.
11323
11324 2000-08-20  Richard Henderson  <rth@cygnus.com>
11325
11326         * flow.c (merge_blocks_nomove): Don't seek back past the bb note.
11327
11328 2000-08-20  Zack Weinberg  <zack@wolery.cumb.org>
11329
11330         * cppinit.c (cpp_init): Set global flag when called.
11331         (cpp_reader_init): Bomb out if cpp_init hasn't been called.
11332
11333 Sun Aug 20 01:41:35 2000  Dennis Chernoivanov  <cdi@sparc.spb.su>
11334
11335         * cpplex.c (cpp_scan_buffer): Move `output_line_command' just
11336         before `process_directive' so that newlines won't be missed
11337         for directives.
11338         (cpp_printf): Increment `print->lineno' when newline is emitted.
11339
11340         * cppmain.c (cb_ident): Likewise.
11341         (cb_define): Likewise.
11342         (cb_undef): Likewise.
11343         (cb_include): Likewise.
11344         (cb_def_pragma): Likewise.
11345         (dump_macros_helper): Likewise.
11346
11347 2000-08-20  Richard Henderson  <rth@cygnus.com>
11348
11349         * config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lc
11350         assigned before a loop.
11351
11352         * config/ia64/ia64.md (ashlsi3): Zero extend the shift count.
11353         (ashrsi3, lshrsi3): Likewise.
11354
11355 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
11356
11357         * c-lang.c: #include diagnostic.h
11358         (c_tree_printer): New function.
11359         (lang_init): Initialize lang_printer.
11360
11361         * Makefile.in (c-lang.o): Depends on diagnostic.h
11362
11363 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
11364
11365         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
11366
11367         * diagnostic.c (default_diagnostic_starter,
11368         default_diagnostic_finalizer): New functions.
11369         (diagnostic_for_asm, diagnostic_for_decl): Tweak.
11370         (pedwarn, pedwarn_with_file_and_line, error,
11371         error_with_file_and_line, fatal, warning,
11372         warning_with_file_and_line): Adjust call to report_diagnostic.
11373         (report_diagnostic): Rework.
11374         (set_diagnostic_context): New function.
11375
11376         * diagnostic.h (struct diagnostic_context): New data structure.
11377         (diagnostic_message, diagnostic_argument_list,
11378         diagnostic_file_location, diagnostic_line_location,
11379         diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
11380         diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
11381         (set_diagnostic_context): Declare.
11382         (report_diagnostic): Change prototype.
11383
11384 Sun 20-Aug-2000 09:25:45 BST  Neil Booth  <NeilB@earthling.net>
11385
11386         * fix-header.c (main): Initialize cpplib.
11387
11388 2000-08-19  Michael Meissner  <meissner@redhat.com>
11389
11390         * ifcvt.c (find_if_block): Do not assume that a THEN block has any
11391         instructions in it before checking for indirect jumps.
11392
11393         * ifcvt.c (find_if_block): Do not consider a THEN block that ends
11394         in a indirect jump as a potential for conditional execution.
11395
11396         * d30v.h (d30v_init_expanders): Don't declare here.
11397         * d30v-protos.h (d30v_init_expanders): Declare here with a valid
11398         prototype.
11399
11400 Sat 19-Aug-2000 21:11:45 BST  Neil Booth  <NeilB@earthling.net>
11401
11402         * cpp.texi: Add @section for assertions.
11403
11404 Sat Aug 19 12:37:08 EDT 2000  John Wehle  (john@feith.com)
11405
11406         * loop.c (scan_loop): Use CONST_CALL_P instead of
11407         checking for REG_LIBCALL / REG_RETVAL.
11408
11409 Sat Aug 19 09:18:47 2000  Jeffrey A Law  (law@cygnus.com)
11410
11411         * reload1.c (reload_as_needed): Accept dumpfile argument,
11412         pass it to emit_reload_insns.
11413         (emit_reload_insns): Add new dumpfile argument.  If non-null
11414         then dump the reloads for each insn into the dumpfile.
11415         (reload): Pass dumpfile to reload_as_needed.
11416
11417         * invoke.texi: Clean up linux-gnu vs linux comments.
11418
11419 2000-08-19  Richard Henderson  <rth@cygnus.com>
11420
11421         * config/ia64/ia64.c (reg_or_5bit_operand): New.
11422         (ia64_depz_field_mask): New.
11423         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_R): New.
11424         (PREDICATE_CODES): Update.
11425         * config/ia64/ia64.md: Update commentary.
11426         (depz_internal): New.
11427         (ashlsi3): Implement directly.
11428         (ashrsi3, lshrsi3): Simplify; rely on extv and extzv for constants.
11429         (ashldi3): Use shladd.
11430         * config/ia64/ia64-protos.h: Update.
11431
11432 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
11433
11434         * toplev.c (independent_decode_option): Always process -g.
11435         Remove third argument, now unused.  Adjust caller to match.
11436
11437 2000-08-18  Richard Henderson  <rth@cygnus.com>
11438
11439         * combine.c (make_compound_operation): Break after creating
11440         the extraction.
11441
11442 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
11443
11444         * cpplib.c (cpp_register_pragma_space): Just return if the
11445         namespace is already registered.
11446
11447 2000-08-18  Ray Essick <essick@ddna.labs.mot.com> & Nick Clifton  <nickc@redhat.com>
11448
11449         * config/mcore/mcore.md (rotlsi3): Allow allow rotations by a
11450         constant amount.  Do not generate ROTL instruction.
11451
11452 Fri Aug 18 16:22:20 2000  Alexandre Oliva  <aoliva@redhat.com>
11453
11454         * config/sh/elf.h: Do not include sh/sh.h.
11455         * config/sh/rtems.h: Likewise.
11456         * config/sh/rtemself.h: Do not include sh/elf.h.
11457         * configure.in: Get them included with `tm_file's.
11458         * configure: Rebuilt.
11459
11460         * config/sh/sh.md (fpu_switch0, fpu_switch1): Simplify.
11461         * config/sh/sh.c (fpscr_set_from_mem): Use them.
11462
11463 Fri Aug 18 14:23:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11464
11465         * stor-layout.c (compute_record_type): Don't use mode of single
11466         field as mode of record if not integer mode of same type.
11467
11468         * regmove.c (perhaps_ends_bb_p): New function.
11469         (optimize_reg_copy_1, optimize_reg_copy_2): Call it.
11470         (optimize_reg_copy_3, fixup_match_2, regmove_optimize): Likewise.
11471         (fixup_match_1): Likewise.
11472         (fixup_match_1, combine_stack_adjustments_for_block): Add casts to
11473         avoid signed/unsigned warnings.
11474
11475         * function.c (fixup_var_refs_1, case MEM): Update CODE after
11476         updating X.
11477
11478 Fri 18-Aug-2000 18:33:45 BST  Neil Booth  <NeilB@earthling.net>
11479
11480         * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
11481         (_cpp_trigraph_map): Declaration moved from cpplex.c
11482
11483         * cppinit.c: Define _cpp_trigraph_map.  Use UCHAR_MAX + 1
11484         instead of 256.  Use consistent test for designated initializers.
11485         (cpp_init): Initialize trigraph_map.
11486         (initialize_standard_includes, parse_option):  Use memcmp
11487         instead of strncmp.
11488
11489         * cpplex.c (init_trigraph_map): Remove.
11490         (trigraph_ok, trigraph_replace, lex_line): Refer to
11491         _cpp_trigraph_map.
11492
11493         * cpplib.c (str_match, WARNING, ERROR, ICE): Delete.
11494         (do_unassert): Remove unused "next" local.
11495
11496         * system.h (HAVE_DESIGNATED_INITIALIZERS): New prototype.
11497
11498 2000-08-18  Emmanuel Marty  <emarty@suntech.fr>
11499
11500         * arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
11501         insn.
11502
11503 2000-08-17  Richard Henderson  <rth@cygnus.com>
11504
11505         * config/ia64/ia64.c (spill_restore_mem): Handle emitting
11506         the first insn in a sequence.
11507
11508 Thu Aug 17 22:40:05 EDT 2000  John Wehle  (john@feith.com)
11509
11510         * alias.c (true_dependence, write_dependence_p): A read
11511         involving a label_ref or the constant pool doesn't create
11512         a dependency.
11513
11514         * rtl.h (unchanging): Improve documentation.
11515
11516 2000-08-17  Rodney Brown  <RodneyBrown@mynd.com>
11517
11518         * cse.c (insert_regs): Remove unused `regno'.
11519
11520 2000-08-17  Neil Booth  <NeilB@earthling.net>
11521
11522         * (cppinit.c) merge_include_chains: Use remove_dup_dir,
11523         remove_dup_dirs.  If qtail == brack, remove brack not
11524         qtail.
11525         (remove_dup_dir, remove_dup_dirs): New functions.
11526
11527 2000-08-17  Neil Booth  <NeilB@earthling.net>
11528
11529         * cppinit.c (cpp_cleanup): Free include dir chains.
11530         * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
11531         (do_unassert): Free the assert with _cpp_free_definition.
11532         * cppmacro.c (_cpp_free_definition): Free memory allocated for
11533         assertions.  Make the node a T_VOID node.
11534
11535 2000-08-17  Neil Booth  <NeilB@earthling.net>
11536
11537         * cppinit.c (path_include, append_include_chain):
11538         Remove 2nd parameter (struct cpp_pending *).
11539         (path_include, initialize_standard_includes, cpp_handle_option):
11540         Update callers appropriately.
11541         (cpp_handle_option): Use pend.
11542
11543 2000-08-17  Neil Booth  <NeilB@earthling.net>
11544
11545         * cppinit.c (sort_options): Remove, put functionality in
11546         cpp_init.
11547         (cpp_init): New.
11548         (initialize_builtins): Free memory.
11549         (cpp_start_read): Move init_IStable to cpp_init.
11550
11551         * cpplib.h (cpp_init): New prototype.
11552         * cppmain.c (main): Call cpp_init.
11553
11554 Thu Aug 17 13:20:32 EDT 2000  John Wehle  (john@feith.com)
11555
11556         * rtlanal.c (rtx_unstable_p): Use CONSTANT_P.
11557         (rtx_unstable_p, rtx_varies_p): Process vectors.
11558
11559 2000-08-16  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11560
11561         * config/sh/lib1funcs.asm (GLOBAL): Define.  Use for all
11562         references to GLOBAL symbols.  Use LOCAL where appropriate.
11563
11564 2000-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11565
11566         * configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld.  Always
11567         use t-aix41 when host == target.
11568
11569 2000-08-16  Richard Henderson  <rth@cygnus.com>
11570
11571         * reload.c (push_secondary_reload): Revert last change.
11572         If we use a reload_in/out pattern, make the when the same
11573         as the primary reload.
11574         (find_reloads): Likewise.
11575
11576 2000-08-16  Manfred Hollstein  <manfredh@redhat.com>
11577
11578         * configure.in (libstdcxx-v3): Fix test.
11579         * configure: Regenerate.
11580
11581 Wed Aug 16 08:10:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11582
11583         * calls.c (calls_function_1, expand_call): Only test
11584         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
11585         * function.c (thread_prologue_and_epilogue_insns): Likewise.
11586
11587 2000-08-16  Richard Henderson  <rth@cygnus.com>
11588
11589         * combine.c (simplify_shift_const): Revert previous two
11590         changes.  If SHIFT_COUNT_TRUNCATED, crop the shift count
11591         before the main loop.
11592
11593 2000-08-15  Richard Henderson  <rth@cygnus.com>
11594
11595         * combine.c (simplify_shift_const): Bound shift count when
11596         combining shifts.
11597
11598 Tue Aug 15 17:33:05 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11599
11600         * calls.c (ECF_SP_DEPRESSED): New macro.
11601         (calls_function_1): Treat calling sp-depressed function as alloca.
11602         (emit_call_1): Don't adjust SP if calling sp-depressed function.
11603         (expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
11604         If sp-depressed, ensure block saves and restores SP.
11605         * fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
11606         for INTEGER_TYPE.
11607         * function.c (keep_stack_depressed): New function.
11608         (thread_prologue_and_epilogue_insns): Call it.
11609         * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
11610         to print DECL_OFFSET_ALIGN.
11611         Print no-force-blk and transparent-union flags properly.
11612         * stmt.c (expand_goto_internal): Don't restore stack if last block
11613         and function returns with sp depressed.
11614         (fixup_gotos): Likewise.
11615         (save_stack_pointer): New function, from code in expand_decl.
11616         (expand_decl): Call new function.
11617         * tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
11618         (TYPE_RETURNS_STACK_DEPRESSED): New macro.
11619         (save_stack_pointer): New declaration.
11620
11621         * diagnostic.c (fatal_function): New variable.
11622         (set_fatal_function): New function.
11623         (fatal): Call it.
11624         * diagnostic.h (set_fatal_function): New declaration.
11625
11626 2000-08-15  William Cohen  <wcohen@redhat.com>
11627
11628         * config/sh/elf.h (DWARF2_DEBUGGING_INFO): Defined.
11629         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2 info.
11630         (DWARF2_ASM_LINE_DEBUG_INFO): Defined.
11631
11632 2000-08-15  Richard Henderson  <rth@cygnus.com>
11633
11634         * flow.c (mark_used_reg): Set reg_cond_reg appropriately.
11635
11636 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11637
11638         * arm.c (arm_function_ok_for_sibcall): New function.
11639         * arm.h (FUNCTION_OK_FOR_SIBCALL): Define.
11640         * arm.md (call expanders): Don't check here for calls that can't
11641         be sibling calls.
11642
11643 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11644
11645         * arm.md (splits generating cond_exec): Disable.
11646
11647 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11648
11649         * arm/linux-elf.h (text_section): Delete declaration.
11650
11651 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11652
11653         ARM support for unordered FP operations.
11654         * arm-protos.h (arm_comparison_operator): Declare.
11655         * arm.c (arm_comparison_operator): New function.
11656         (arm_select_cc_mode): Add unordered comparison codes.
11657         (get_arm_condition_code): Likewise.
11658         (arm_final_prescan_insn): Can't handle unordered jumps that can't
11659         be done in one insn.
11660         * arm.h (PREDICATE_CODES): Add arm_comparison_operator.
11661         * arm.md (all uses of comparison_operator): Replace with
11662         arm_comparison_operator.
11663         (bunordered, bordered, bugt, bunlt, bunge, bunle, buneq, bltgt): New
11664         expands.
11665         (arm_buneq, arm_bltgt, arm_buneq_reversed, arm_bltgt_reveresed): New
11666         patterns.
11667
11668 Tue Aug 15 00:36:36 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
11669
11670         * gthr-posix.h: Conditionally include <sched.h>; include
11671         <config.h> from libobjc/.
11672
11673 2000-08-14  Richard Henderson  <rth@cygnus.com>
11674
11675         * config/i386/i386.c (legitimize_pic_address): Use Pmode
11676         for all CONSTs.
11677
11678 2000-08-14  Richard Henderson  <rth@cygnus.com>
11679
11680         * configure.in (ia64-*): Set float_format for i386 long double.
11681
11682         * real.c (GET_REAL): Treat 128-bit INTEL_EXTENDED_IEEE_FORMAT
11683         as we would for i386 XFmode.
11684         (PUT_REAL): Likewise.
11685         (endian, ereal_atof, real_value_truncate): Likewise.
11686         (ereal_isneg, toe64, etens, make_nan): Likewise.
11687         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Likewise.
11688
11689         * config/ia64/ia64-protos.h: Update.
11690         * config/ia64/ia64.c (general_tfmode_operand): New.
11691         (destination_tfmode_operand): New.
11692         (tfreg_or_fp01_operand): New.
11693         (ia64_split_timode): New.
11694         (spill_tfmode_operand): New.
11695         (ia64_expand_prologue): Use TFmode not XFmode.
11696         (ia64_expand_epilogue): Likewise.
11697         (ia64_function_arg): Likewise.
11698         (ia64_function_arg_advance): Likewise.
11699         (ia64_return_in_memory): Likewise.
11700         (ia64_function_value): Likewise.
11701         (ia64_print_operand): Likewise.
11702         (ia64_register_move_cost): Set GR<->FR to 5.
11703         (ia64_secondary_reload_class): Get GR for TImode memory op.
11704         * config/ia64/ia64.h (ROUND_TYPE_SIZE): Remove.
11705         (ROUND_TYPE_ALIGN): Remove.
11706         (LONG_DOUBLE_TYPE_SIZE): Set to 128.
11707         (INTEL_EXTENDED_IEEE_FORMAT): Define.
11708         (HARD_REGNO_NREGS): Use TFmode, not XFmode.
11709         (HARD_REGNO_MODE_OK): Likewise.  Disallow TImode in FRs.
11710         (MODES_TIEABLE_P): Use TFmode, not XFmode.
11711         (CLASS_MAX_NREGS): Likewise.
11712         (ASM_OUTPUT_LONG_DOUBLE): Output by 4 byte hunks.
11713         (PREDICATE_CODES): Update.
11714         * config/ia64/ia64.md (movti): New.
11715         (movti_internal): Use a clobber for memory alternatives.
11716         (reload_inti, reload_outti): New.
11717         (movsfcc_astep): Predicate properly.
11718         (movdfcc_astep): Likewise.
11719         (movxf): Remove.
11720         (movtf): New.
11721         (extendsftf2, extenddftf2): New.
11722         (trunctfsf2, trunctfdf2): New.
11723         (floatditf2, fix_trunctfdi2): New.
11724         (floatunsditf2, fixuns_trunctfdi2): New.
11725         (addtf3, subtf3, multf3, abstf2): New.
11726         (negtf2, nabstf2, mintf3, maxtf3): New.
11727         (maddtf3, msubtf3, nmultf3, nmaddtf3): New.
11728         (cmptf): New.
11729         (fr_spill): Use TFmode, not XFmode.
11730         (fr_restore): Likewise.
11731         * config/ia64/lib1funcs.asm (__divtf3): New.
11732         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add it.
11733
11734 2000-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11735
11736         * cse.c (fold_rtx): Avoid empty body in an if-statement.
11737
11738         * doloop.c (doloop_iterations_max, doloop_modify): Avoid using the
11739         `U' integer constant suffix.
11740
11741         * dwarf2out.c (add_subscript_info): Avoid empty body in an
11742         else-statement.
11743
11744         * sparc/sol2.h (__enable_execute_stack): Prototype.
11745
11746 2000-08-14  David Edelsohn  <edelsohn@gnu.org>
11747
11748         * collect2.c: Remove use of AIX import file.
11749
11750         * longlong.h: Test ARCH_PWR not ARCH_POWER.
11751
11752         * rs6000.c (print_operand, case 'E'): Add else.
11753
11754 2000-08-14  Richard Henderson  <rth@cygnus.com>
11755
11756         * config/ia64/ia64.md (movdi): Delay calling ia64_expand_load_address.
11757         (movdi_symbolic): New.
11758
11759 2000-08-14  Jim Wilson  <wilson@cygnus.com>
11760
11761         * config/ia64/ia64.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
11762         to GNU as.  For Intel as, pass -M const_gp and -M no_plabel.
11763         * config/ia64/linux.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
11764         to GNU as.
11765
11766 2000-08-14  Richard Henderson  <rth@cygnus.com>
11767
11768         * expr.c (emit_group_load): Don't force constants into registers.
11769         Special case source already in the correct mode.
11770
11771 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
11772
11773         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11774         * fixinc/inclhack.def: Likewise.
11775         * fixinc/mkfixinc.sh: Likewise.
11776         * configure: Regenerate.
11777         * fixinc/fixincl.x: Regenerate.
11778         * install.texi: Document equivalence of linux and linux-gnu.
11779
11780 Mon Aug 14 18:51:44 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11781
11782         * cse.c (insert_regs): Also in REG case: When finding an invalid
11783         value, and we make a new quantity, make sure that it won't be
11784         mistaken by for a valid one by mention_regs.
11785
11786 2000-08-13  Ralf Gütlein <ralf.guetlein@aranea.de>
11787
11788         * h8300.md: Remove obsolete peepholes.
11789
11790 2000-08-13  Kazu Hirata  <kazu@hxi.com>
11791
11792         * invoke.texi (H8/300 Options): Fix typos.
11793         * config/h8300.c: Fix formatting.
11794         * config/h8300.h: Fix comment typos.
11795         (OVERRIDE_OPTIONS): Fix formatting.
11796
11797         * function.c: Fix formatting.
11798
11799         * cse.c: Fix formatting.
11800
11801 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
11802
11803         * flow.c (attempt_auto_inc): Remove unused variable `bb'.
11804         (attempt_auto_inc): Suppress parentheses warning.
11805         * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
11806         * loop.c (load_mems): Remove `u' suffix in two places.
11807         * config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from
11808         hex constants.
11809         * config/rs6000/rs6000.h: Likewise.
11810         * config/rs6000/sol-c0.c: Prototype some functions.  Remove the
11811         __eabi dummy routine.
11812         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused
11813         variable `buf_ptr'.
11814
11815         * config/rs6000/rs6000.c (rs6000_select_section): Rewrite to
11816         not put stuff in .sdata unnecessarily.
11817         (rs6000_unique_section): New function.
11818         * config/rs6000/rs6000-protos.h: Add rs6000_unique_section.
11819         * config/rs6000/sysv4.h (UNIQUE_SECTION): Define.
11820
11821         * c-typeck.c (build_array_ref): Don't complain about non-lvalue
11822         arrays in C99.  Don't try to look at DECL_REGISTER of a
11823         COMPONENT_REF.  Don't complain twice about the same error.
11824
11825         * fixinc/inclhack.def (aix_pthread): New fix.
11826         (aix_sysmachine): New fix.
11827         * fixinc/fixincl.x: Regenerate.
11828
11829         * expr.c (expand_expr): Call convert_modes when turning a large
11830         multiply into a small one.
11831
11832 2000-08-12  Geoff Keating  <geoffk@cygnus.com>
11833
11834         * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
11835         the tree structure an exponent rather than an explicit alignment
11836         so it doesn't overflow.
11837         (SET_DECL_OFFSET_ALIGN): New macro.
11838         * stor-layout.c (place_union_field): Use SET_DECL_OFFSET_ALIGN
11839         rather than DECL_OFFSET_ALIGN.
11840         (place_field): Likewise.
11841         * expmed.c (store_bit_field): Abort on align==0 to avoid
11842         antisocial machine behaviour.
11843
11844 2000-08-12  Richard Henderson  <rth@cygnus.com>
11845
11846         * sibcall.c (uses_addressof): Accept both addressof and
11847         current_function_internal_arg_pointer inside a mem.
11848         (optimize_sibling_and_tail_recursive_call): Fail tail recursion
11849         if current_function_uses_addressof.
11850         * stmt.c (expand_return): Kill tail recursion and HAVE_return
11851         optimizations.
11852
11853 2000-08-11  Richard Henderson  <rth@cygnus.com>
11854
11855         * config/ia64/ia64.md (addsi3): Remove expander.
11856         (subsi3, mulsi3, negsi2, one_cmplsi2): Likewise.
11857         (*addsi3_shladd): New.
11858
11859 2000-08-11  Richard Henderson  <rth@cygnus.com>
11860
11861         * config/ia64/ia64.c (do_spill): Pass cfa offset to move expander.
11862         (do_restore): Likewise.
11863         (gen_movdi_x, gen_fr_spill_x, gen_fr_restore_x): New.
11864         (ia64_expand_prologue, ia64_expand_epilogue): Use them.
11865         (rtx_needs_barrier): Track actual bit manipulation for
11866         ar.unat moves, gr_spill, and gr_restore.
11867         (emit_insn_group_barriers): Special case gr_spill/gr_restore.
11868         (process_set): Don't handle varargs spills.
11869         * config/ia64/ia64.md (gr_spill): Accept cfa offset.  Emit
11870         .mem.offset here instead of in process_set.
11871         (gr_restore): Likewise.
11872
11873 2000-08-11  Richard Henderson  <rth@cygnus.com>
11874
11875         * config/ia64/ia64.h (PROMOTE_MODE): Only extend to SImode.
11876
11877 2000-08-11  Mark Elbrecht  <snowball3@bigfoot.com>
11878
11879         * gcc.texi (The Configuration File): Document
11880         COLLECT2_HOST_INITIALIZATION, GCC_DRIVER_HOST_INITIALIZATION, and
11881         UPDATE_PATH_HOST_CANONICALIZATION.
11882
11883 2000-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11884
11885         * c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for
11886         unprototyped function pointer casts on integer constants.
11887
11888 2000-08-11 Laurynas Biveinis <lauras@softhome.net>
11889
11890         * fixproto: Recognize DOS paths with drive letters as absolute paths.
11891
11892 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
11893
11894         * extend.texi (Volatiles): Fix typos.
11895
11896 2000-08-11  Kazu Hirata  <kazu@hxi.com>
11897
11898         * flow.c: Fix formatting.
11899
11900 2000-08-11  Richard Henderson  <rth@cygnus.com>
11901
11902         * reload.c (push_secondary_reload): When invoking a reload_{in,out}
11903         pattern, always allocate a tertiary scratch register.
11904
11905         * config/alpha/alpha.md (reload_inqi): Use a DImode scratch.
11906         (reload_inhi): Likewise.
11907
11908 2000-08-11  Richard Henderson  <rth@cygnus.com>
11909
11910         * function.c (put_reg_into_stack): Allow type to be NULL.
11911         (schedule_fixup_var_refs): Likewise.
11912         (gen_mem_addressof): Allow decl to be NULL.
11913         (put_addressof_into_stack): Likewise.
11914
11915         * flow.c (merge_blocks_nomove): Be more careful about
11916         locating the beginning of block A.
11917
11918         * combine.c (simplify_shift_const): Obey SHIFT_COUNT_TRUNCATED.
11919
11920 Thu Aug 10 22:47:09 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
11921
11922         * configure.in:
11923         * configure:
11924         * gthr-posix.h:
11925         * config.in: Reverted the check for <sched.h>.
11926
11927 2000-08-10  Chris Demetriou  <cgd@sibyte.com>
11928
11929         * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New
11930         macros define the name of CTOR and DTOR sections.
11931         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
11932         DTOR_LIST_END): Change to use attributes to specify
11933         sections.
11934         * mips/elf64.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME,
11935         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
11936         DTOR_LIST_END): Same as in mips/elf.h.
11937
11938 2000-08-10  Drew Moseley  <dmoseley@redhat.com>
11939
11940         * config/mn10300/mn10300.h: Added no-crt0 option for explicitly
11941         disabling just crt0.o.
11942
11943 2000-08-10  Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton  <nickc@cygnus.com>
11944
11945         * arm.h (CPP_SPEC): Use sub-spec cpp_interwork.
11946         (CPP_INTERWORK_SPEC, CPP_INTERWORK_DEFAULT_SPEC): New sub-specs.
11947         (EXTRA_SPECS): Add them.
11948         * arm/lib1funcs.asm: Support builds for interworking.
11949         Use macros to eliminate duplicated pieces of code.
11950
11951 2000-08-10  Kazu Hirata  <kazu@hxi.com>
11952
11953         * h8300.c (expand_a_rotate): New.
11954         (emit_a_rotate): Likewise.
11955         (h8300_adjust_insn_length): Add support for the rotate insns.
11956         * h8300.md (rotlqi3): New.
11957         (*rotlqi3_1): Likewise.
11958         (rotlhi3): Likewise.
11959         (*rotlhi3_1): Likewise.
11960         (rotlhi3): Likewise.
11961         (*rotlhi3_1): Likewise.
11962         * h8300-proto.h: Add prototypes for expand_a_rotate and
11963         emit_a_rotate.
11964
11965         * h8300.c: Fix comment typos.
11966         (dosize): Declare the variable amount as unsigned.
11967         (get_shift_alg): Fix a comparison between signed and unsigned.
11968         (emit_a_shift): Likewise.
11969         (h8300_adjust_insn_length): Simplify the code.
11970
11971         * c-decl.c: Fix formatting.
11972
11973 2000-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11974
11975         * c-lex.c (parse_float, yylex): For -Wtraditional, issue a
11976         warning about non-traditional numeric constant suffixes.
11977
11978         * cppexp.c (parse_number): Likewise.
11979
11980         * invoke.texi: (-Wtraditional): Document new behavior.
11981
11982 Thu Aug 10 00:11:04 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
11983
11984         * gthr-posix.h: Include auto-host.h. Conditionally include
11985         <sched.h>.
11986         * configure.in: Check for the <sched.h> header file.
11987         * config.in: Added define for HAVE_SCHED_H.
11988
11989 2000-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11990
11991         * c-typeck.c (process_init_element): For -Wtraditional, warn about
11992         initialization of unions.
11993
11994         * invoke.texi (-Wtraditional): Document new behavior.
11995
11996 2000-08-09  Zack Weinberg  <zack@wolery.cumb.org>
11997
11998         * configure.in (--enable-c-cpplib): Uncomment.  Use AC_DEFINE
11999         instead of extra_c_flags.
12000         (--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
12001         * configure: Regenerate.
12002         * config.in: Regenerate.
12003
12004         * cpperror.c (cpp_type2name): New function.
12005         * cpplex.c (lex_line): If we issued an error for an invalid
12006         preprocessing directive, discard that logical line.
12007         * cpplib.c (do_line): Call a hook function if the current file
12008         is renamed by #line.
12009         (do_ident): Pass the contents of the string, not the entire
12010         token, to the callback function.
12011         * cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
12012         (cb.rename_file): New hook function.
12013         (cb.ident): Adjust prototype.
12014         (cpp_type2name): Prototype.
12015         * cppmacro.c (dump_macro_args): Correct precedence lossage.
12016
12017         * cppmain.c (cb_ident): Update for changed interface.
12018         (cb_rename_file): New function.
12019         (main): Set rename callback.
12020
12021 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
12022
12023         * caller-save.c (mark_referenced_regs): Mark partially-overwritten
12024         multi-word registers.
12025
12026 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12027
12028         * c-common.c (combine_strings, check_format_info): Refer to ISO C
12029         or ISO C89 instead of ANSI C.
12030         * c-decl.c (grokdeclarator, xref_tag, finish_struct,
12031         build_enumerator, do_case): Likewise.
12032         * c-lex.c (parse_float, yylex): Likewise.
12033         * c-parse.in: Likewise.
12034         * c-typeck.c (common_type, build_array_ref, build_binary_op,
12035         build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
12036         build_c_cast, convert_for_assignment, set_init_index,
12037         set_init_label, c_expand_start_case): Likewise.
12038         * toplev.c (documented_lang_options, display_help): Likewise.
12039
12040 2000-08-08  Kazu Hirata  <kazu@hxi.com>
12041
12042         * h8300.c: Fix formatting.
12043         * h8300.h: Likewise.
12044         * h8300.md: Likewise.
12045         (movsi_h8300hs): Fix formatting of the resulting assembly code.
12046
12047         * reload1.c: Fix formatting.
12048
12049 2000-08-08  Rodney Brown  <RodneyBrown@mynd.com>
12050
12051         * alpha/alpha.c (alpha_emit_xfloating_libcall):
12052         Use GEN_CALL_VALUE define.
12053         * alpha/alpha.md (untyped_call): Use GEN_CALL define.
12054         * clipper/clipper.md (untyped_call): Likewise.
12055         * dsp16xx/dsp16xx.md (untyped_call): Likewise.
12056         * fx80/fx80.md (untyped_call): Likewise.
12057         * mips/mips.md (untyped_call): Likewise.
12058         * ns32k/ns32k.md (untyped_call): Likewise.
12059         * pa/pa.md (untyped_call): Likewise.
12060         * romp/romp.md (untyped_call): Likewise.
12061         * sparc/sparc.md (untyped_call): Likewise.
12062
12063 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
12064
12065         * config/i860/i860.c (singlemove_string): Do not generate assembler
12066         pseudo instructions that must be expanded (that is, with signed
12067         constants larger than 16 bits).
12068
12069 2000-08-08  Richard Henderson  <rth@cygnus.com>
12070
12071         * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
12072         PROP_AUTOINC at -O0.  Don't collect alias info at -O0.
12073         (init_propagate_block_info): Don't kill memory stores at -O0.
12074         (mark_set_1, mark_used_regs): Likewise.
12075
12076 2000-08-08  David Edelsohn  <edelsohn@gnu.org>
12077
12078         * rs6000.c (optimization_options): Decorate 'level' as
12079         ATTRIBUTE_UNUSED.
12080         (mask64_operand): Remove sign-extend thinko.
12081         (rldic_operand): New function.
12082         (load_multiple_operation): regno's are unsigned ints.
12083         (store_multiple_operation): Likewise.
12084         (lmw_operation): Likewise.
12085         (stmw_operation): Likewise.
12086         (includes_lshift_p): shift_mask is unsigned int.
12087         (includes_lshift64_p): New function.
12088         (addrs_ok_for_quad_peep): unsigned int reg1.
12089         (print_operand): Consistently add "else" after
12090         output_operand_lossage().
12091         (print_operand, case 'b'): Fold in case 'W'.
12092         (print_operand, case 'W'): Print rldic MB value.
12093         (output_epilogue): Update Objective-C language string.
12094         (output_toc): unsigned HOST_WIDE_INT low, compare unsigned.
12095         * rs6000.h (PREDICATE_CODES): Add rldic_operand.
12096         * rs6000.md (ashldi3): Add rldic instruction.
12097         (iordi3, xordi3): Remove redundant "else if CONST_DOUBLE".
12098         (cmpsi_internal2, cmpdi_interal2): Use 'b' output template
12099         modifier.
12100
12101 2000-08-08  Richard Henderson  <rth@cygnus.com>
12102
12103         * config/ia64/ia64-protos.h: Remove duplicates.  Update
12104         for massive code rearrangements.
12105         * config/ia64/ia64.c (ia64_arpfs_regno): Remove.
12106         (ia64_rp_regno, ia64_fp_regno, ia64_input_regs): Remove.
12107         (ia64_local_regs, ia64_need_regstk): Remove.
12108         (ar_ccv_reg_operand): New.
12109         (ia64_gp_save_reg): New.
12110         (struct ia64_frame_info): Combine most of the size elements;
12111         add new gr save elements.
12112         (find_gr_spill): New.
12113         (next_scratch_gr_reg): New.
12114         (mark_reg_gr_used_mask): New.
12115         (ia64_compute_frame_size): Rewrite.  Allocate special AR regs
12116         to GR backing store regs when possible.
12117         (ia64_initial_elimination_offset): New.
12118         (ia64_rap_fp_offset): Remove.
12119         (save_restore_insns): Remove.
12120         (setup_spill_pointers): New.
12121         (finish_spill_pointers): New.
12122         (spill_restore_mem): New.
12123         (do_spill, do_restore): New.
12124         (ia64_expand_prologue): Rewrite to use them.
12125         (ia64_expand_epilogue): Likewise.
12126         (ia64_direct_return): Update for current_frame_info changes.
12127         (ia64_function_prologue): Simplify .prologue emission.  Emit
12128         .spill when needed.
12129         (ia64_setup_incoming_varargs): Don't ever emit rtl.
12130         (ia64_dbx_register_number): New.
12131         (ia64_initialize_trampoline): New.
12132         (ia64_secondary_reload_class): Request GR_REGS for integer
12133         arithmetic destined for FR_REGS.
12134         (ia64_init_machine_status): Don't reset return_address_pointer_rtx.
12135         (ia64_mark_machine_status): Mark ia64_gp_save.
12136         (rws_access_regno): Rename from rws_access_reg; don't treat
12137         predicates specially.
12138         (rws_access_reg): New.  Update all callers.
12139         (rtx_needs_barrier): Remove dead unspecs.
12140         (ia64_epilogue_uses): Mark ar.pfs and ar.unat live on exit.
12141         (ia64_encode_section_info): Silence signed/unsigned warnings.
12142         (spill_offset, sp_offset, spill_offset_emitted): Remove.
12143         (tmp_reg, tmp_saved): Remove.
12144         (process_set): Rewrite to expect complicated bits via
12145         REG_FRAME_RELATED_EXPR.
12146         (ia64_expand_fetch_and_op): Use emit_move_insn; be explicit
12147         in the use of ar.ccv; never set RTX_UNCHANGING_P.
12148         (ia64_expand_op_and_fetch): Likewise.
12149         (ia64_expand_compare_and_swap): Likewise.
12150         (ia64_expand_builtin): Likewise.
12151         * config/ia64/ia64.h (AR_UNAT_REGNUM): New.
12152         (FIRST_PSEUDO_REGISTER): Update.
12153         (AR_M_REGNO_P): Update.
12154         (FIXED_REGS): Don't mark three local registers as used.
12155         (EXTRA_CC_MODES): New.
12156         (SELECT_CC_MODE): New.
12157         (HARD_REGNO_NREGS): Allow DImode in p0; handle CCImode.
12158         (HARD_REGNO_MODE_OK): Disallow CCImode from non-predicates.
12159         (FRAME_GROWS_DOWNWARD): Unset.
12160         (STARTING_FRAME_OFFSET): Zero.
12161         (ELIMINABLE_REGS): Eliminate from the soft to hard frame pointer.
12162         (INITIAL_ELIMINATION_OFFSET): Defer to out of line function.
12163         (HARD_FRAME_POINTER_REGNUM): New.
12164         (CAN_DEBUG_WITHOUT_FP): Define.
12165         (TRAMPOLINE_TEMPLATE): Remove.
12166         (TRAMPOLINE_SIZE): Lower to 32.
12167         (TRAMPOLINE_ALIGNMENT): Lower to 64.
12168         (INITIALIZE_TRAMPOLINE): Defer to out of line function.
12169         (PREDICATE_CODES): Update.
12170         (struct machine_function): Add ia64_gp_save.
12171         * config/ia64/ia64.md: Purge unused unspecs.
12172         (movsi patterns): Allow moves to/from AR_M_REGS.
12173         (movdi patterns): Allow moves to/from p0.
12174         (call patterns): Move most setjmp hackery to ia64_gp_save_reg.
12175         (gr_spill, gr_restore): Indicate ar.unat read/written.
12176         (nonlocal_goto): Don't pass old frame_pointer.
12177         (nonlocal_goto_receiver): Remove.
12178         (exception_receiver): New.
12179         (builtin_setjmp_setup): New.
12180         (builtin_setjmp_receiver): New.
12181         * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle.
12182         (__ia64_nonlocal_goto): Bundle.  Don't kill r7.
12183         (__ia64_restore_stack_nonlocal): Likewise.
12184         (__ia64_trampoline): New.
12185         * config/ia64/sysv4.h (DBX_REGISTER_NUMBER): Defer to out of line
12186         function.
12187         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __trampoline.
12188
12189 2000-08-08  Richard Henderson  <rth@cygnus.com>
12190
12191         * frame.h (ia64_frame_state): Add my_psp.
12192         * libgcc2.c (ia64_throw_helper): Add throw_sp argument.
12193         (__throw): Pass it in.  Don't clobber r7.
12194         * config/ia64/frame-ia64.c (init_ia64_reg_loc): Mark inline.
12195         (execute_one_ia64_descriptor) [mem_stack_v]: Sets psp.when
12196         and nothing to do with sp.
12197         (normalize_reg_loc): Use frame->my_psp.
12198         (frame_translate): Handle frame-pointer-less functions.  Set
12199         spill_base correctly, in absence of being told.
12200         (__build_ia64_frame_state): New sp argument.  Fill in frame->my_sp.
12201         (__ia64_backtrace_helper): New sp argument.  Use
12202         builtin_return_address instead of label addresses.
12203         (print_record) [mem_stack_v]: No size member.
12204
12205 2000-08-08  Richard Henderson  <rth@cygnus.com>
12206
12207         * regclass.c (choose_hard_reg_mode): Iterate over all CC modes.
12208
12209 2000-08-08  Richard Henderson  <rth@cygnus.com>
12210
12211         * tm.texi (LOCAL_REGNO): Document.
12212         * flow.c (LOCAL_REGNO, EPILOGUE_USES): Provide default.
12213         (mark_regs_live_at_end): Don't mark LOCAL_REGNO registers.
12214         * reload1.c (reload): Likewise when considering nonlocal labels.
12215
12216         * config/ia64/ia64.h (LOCAL_REGNO): New.
12217         * config/sparc/sparc.h (LOCAL_REGNO): New.
12218
12219 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12220
12221         * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
12222
12223 2000-08-07  Nick Clifton  <nickc@redhat.com>
12224
12225         * config/mips/mips.c: Fix compile time warning messages.
12226         * config/mips/mips-protos.h: Add prototype for equality_op.
12227
12228         * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
12229
12230 2000-08-07  Graham Stott  <grahams@cygnus.co.uk>
12231
12232         * mn10300.md: Use nonimmediate_operand instead of general_operand
12233         on output operands.
12234
12235         * mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.
12236
12237 2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
12238
12239         * sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards.
12240         * sh.c (expand_block_move): Break long lines.
12241         (expand_ashiftrt, fpscr_set_from_mem): Likewise.
12242         * sh.md (mulsi3): Likewise.
12243         (movdi): Adjust spacing.
12244
12245 2000-08-07  Richard Henderson  <rth@cygnus.com>
12246
12247         * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
12248         * expr.c (emit_group_store): Don't set it.
12249
12250 2000-08-07  Kazu Hirata  <kazu@hxi.com>
12251
12252         * invoke.texi (Options for Debugging Your Program or GCC): Remove
12253         duplicate entries for 'w' and 'z'.
12254
12255         * flow.c: Fix a comment typo.
12256
12257 Sun Aug  6 23:47:35 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
12258
12259         * c-parse.in: Changed the language string for Objective-C to "GNU
12260         Objective-C".
12261
12262 Sun Aug  6 11:54:03 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
12263
12264         * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
12265         to improve the Posix thread support for Objective-C.
12266
12267 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12268
12269         * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and
12270         CTI_UNSIGNED_PTRDIFF_TYPE.
12271         (signed_size_type_node): Define.
12272         (unsigned_ptrdiff_type_node): Define.
12273         * c-decl.c (init_decl_processing): Create the
12274         signed_size_type_node and unsigned_ptrdiff_type_node types.
12275         * c-common.c (T_SC): Define.
12276         (T_SST): Define.
12277         (T_UPD): Define.
12278         (print_char_table): Use T_SST for %zd, %zi, %zn.  Use T_UPD for
12279         %to, %tu, %tx, %tX.  Allow %hhn (T_SC).  Add "c" to the flags for
12280         %s and %p.
12281         (scan_char_table): Use T_SC for %hhd, %hhi, %hhn.  Use T_SST for
12282         %zd, %zi, %zn.  Use T_UPD for %to, %tu, %tx, %tX.  Add "c" to the
12283         flags for %c, %s and %[.
12284         (check_format_info): Only allow leniency for signedness of targets
12285         of character pointers (when pedantic) for formats flagged with
12286         "c", so for strings but not for %hh formats.  When pedantic, don't
12287         allow character pointers to substitute for void pointers if a
12288         second level of indirection is present.
12289
12290 2000-08-06  Kazu Hirata  <kazu@hxi.com>
12291
12292         * invoke.texi (Options for Debugging Your Program or GCC): Update
12293         the names of dump files.
12294
12295         * h8300.c (dosize): Rearrange code for conciseness.
12296         (split_adds_subs): Likewise.
12297
12298         * loop.c: Fix formatting.
12299
12300         * dwarf2out.c: Fix formatting.
12301
12302         * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
12303
12304         * expr.c: Fix formatting.
12305
12306 2000-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12307
12308         * rs6000.c (rs6000_maybe_dead): Prototype.
12309
12310 2000-08-06  Richard Henderson  <rth@cygnus.com>
12311
12312         * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
12313         HAVE_nonlocal_goto as well.
12314         * config/i960/i960.md (nonlocal_goto): Don't do it here.
12315         * config/pj/pj.md (nonlocal_goto): Likewise.
12316
12317 2000-08-07  Michael Hayes  <mhayes@cygnus.com>
12318
12319         * loop.c (try_swap_copy_prop): New function.
12320         (load_mems): Rename copies to load_copies and add new regset
12321         store_copies.  Check for sets of shadow registers and mark
12322         in store_copies.   Call try_swap_copy_prop for registers
12323         marked in store_copies.
12324
12325 Sun Aug  6 00:54:42 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
12326
12327         * objc/objc-act.c: New command line option -fconstant-string-class
12328         to allow specifying a user defined constant string class,
12329         different from NXConstantString.
12330
12331         * toplev.c: Moved the Objective-C specific options to
12332         objc/lang-options.h.
12333
12334         * objc/lang-options.h: Moved the Objective-C specific options from
12335         toplev.c. Added -fconstant-string-class.
12336
12337 2000-08-05  Chris Demetriou  <cgd@sibyte.com>
12338
12339         * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
12340         DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
12341         __CTOR_LIST__ from func_ptr array to just func_ptr, to
12342         avoid extra alignment imposed on arrays.
12343         * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
12344         DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.
12345
12346         * mips.h: Clean up comments and spacing near MASKs.
12347         (TARGET_UNIX_ASM): Delete.
12348         (MASK_MIPS16, MASK_NO_CHECK_ZERO_DIV, MASK_CHECK_RANGE_DIV,
12349         MASK_UNINIT_CONST_IN_RODATA): Change values to make mask
12350         values contiguous.
12351
12352 2000-08-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12353
12354         * c-common.c (print_char_table): Add entries for the X/Open '
12355         format flag (print decimals with locale's thousands grouping
12356         character).  Make %C expect wint_t.
12357         (check_format_info): If pedantic, warn when the %n$ operand
12358         number form is used.  Allow for the ' flag; warn about it if
12359         pedantic.
12360
12361 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
12362
12363         * i386.h (FUNCTION_OK_FOR_SIBCALL):  Not OK if DECL's return
12364         type is a float mode, cfun->decl's return type is not, and
12365         TARGET_FLOAT_RETURNS_IN_80387.
12366
12367 2000-08-04  Andreas Schwab  <schwab@suse.de>
12368
12369         * cppmain.c (cb_def_pragma): Skip the first two tokens from the
12370         token list, which are always `#' and `pragma'.
12371
12372 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
12373
12374         * tree.c (tree_expr_nonnegative_p): Move to...
12375         * fold-const.c: ... here.  Also handle BIND_EXPR and RTL_EXPR.
12376         (rtl_expr_nonnegative_p): New.
12377         * tree.h: Add prototype for rtl_expr_nonnegative_p.
12378
12379         * real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
12380         CONST_DOUBLE_CHAIN: Move to...
12381         * rtl.h: ...here.  Use XCINT/XCEXP.
12382
12383         * Makefile.in: Remove toplev.o from OBJS.  Add rule to make
12384         libbackend.a; add libbackend.a to STAGESTUFF.  Add BACKEND
12385         variable.  Use BACKEND when linking cc1, not OBJS.  Add BACKEND
12386         to VOL_FILES.
12387
12388         * objc/Make-lang.in (cc1obj): Link with $(BACKEND).
12389
12390 2000-08-05  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12391
12392         * config/c4x/c4x.md (return_indirect_internal): New.
12393         * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
12394
12395 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12396
12397         * c-common.c (time_char_table): Mark up formats added in C99 and
12398         make other corrections.  %D and %g were added in C99.  %Og is an
12399         extension.  %EX is permitted.  %R, %T, %n, %r, %t were added in
12400         C99.  %e was added in C99.  %Oj is an extension.  %G and %z are in
12401         C99 rather than GNU extensions, but %OG and %Oz are extensions.
12402         %h was added in C99.  %C was added in C99.  %OY and %OC are
12403         extensions.  Add the C99 format %F.
12404         (check_format_info): If pedantic and not in C99 mode, warn for C99
12405         formats, %E and %O.
12406
12407 Fri Aug  4 23:01:58 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12408
12409         * function.c (schedule_fixup_var_refs): New function, broken out
12410         of put_reg_into_stack.
12411         (put_reg_into_stack): Use it.
12412         (put_var_into_stack): In CONCAT case, fixup up references for
12413         components only after fixing up references to the whole concat.
12414
12415 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
12416
12417         * alias.c (mark_constant_function): Use INSN_P.
12418         (init_alias_analysis): Likewise.
12419         * combine.c (combine_instructions): Use INSN_P.
12420         (can_combine_p): Likewise.
12421         (try_combine): Likewise.
12422         (distribute_notes): Likewise.
12423         (distribute_links): Likewise.
12424         * cse.c (cse_around_loop): Use INSN_P.
12425         (invalidate_skipped_block): Likewise.
12426         (cse_set_around_loop): Likewise.
12427         (cse_end_of_basic_block): Likewise.
12428         (delete_trivially_dead_insns): Likewise.
12429         * emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
12430         (unshare_all_rtl_1): Likewise.
12431         (next_cc0_user): Likewise.
12432         (try_split make_insn_raw): Likewise.
12433         (remove_unnecessary_notes): Likewise.
12434         * final.c (shorten_branches): Use INSN_P.
12435         (leaf_renumber_regs): Likewise.
12436         (leaf_renumber_regs_insn): Likewise.
12437         * flow.c (find_label_refs): Use INSN_P.
12438         (verify_wide_reg): Likewise.
12439         (notice_stack_pointer_modification): Likewise.
12440         (count_or_remove_death_notes): Likewise.
12441         (verify_flow_info): Likewise.
12442         (clear_log_links): Likewise.
12443         * function.c (fixup_var_refs_insns): Use INSN_P.
12444         (compute_insns_for_mem): Likewise.
12445         * gcse.c (alloc_gcse_mem): Use INSN_P.
12446         (compute_sets): Likewise.
12447         (compute_hash_table): Likewise.
12448         (classic_gcse): Likewise.
12449         (cprop): Likewise.
12450         (insert_insn_end_bb): Likewise.
12451         (delete_null_pointer_checks_1): Likewise.
12452         * global.c (expand_preferences): Use INSN_P.
12453         (build_insn_chain): Likewise.
12454         * graph.c (node_data): Use INSN_P.
12455         * haifa-sched.c (priority): Use INSN_P.
12456         (rm_line_notes): Likewise.
12457         (rm_other_notes): Likewise.
12458         (find_insn_reg_weight): Likewise.
12459         (init_target_units): Likewise.
12460         (schedule_block): Likewise.
12461         (compute_block_forward_dependences): Likewise.
12462         (debug_dependencies): Likewise.
12463         (set_priorities): Likewise.
12464         * integrate.c (function_cannot_inline_p): Use INSN_P.
12465         (save_parm_insns): Likewise.
12466         (copy_insn_list): Likewise.
12467         * jump.c (mark_all_labels): Use INSN_P.
12468         (never_reached_warning): Likewise.
12469         * lcm.c (optimize_mode_switching): Use INSN_P.
12470         * local-alloc.c (validate_equiv_mem): Use INSN_P.
12471         (memref_used_between_p): Likewise.
12472         (update_equiv_regs): Likewise.
12473         (block_alloc): Likewise.
12474         (no_conflict_p): Likewise.
12475         * loop.c (scan_loop): Use INSN_P.
12476         (find_and_verify_loops): Likewise.
12477         (count_loop_regs_set): Likewise.
12478         (loop_reg_used_before_p): Likewise.
12479         (strength_reduce): Likewise.
12480         (recombine_givs): Likewise.
12481         (check_dbra_loop): Likewise.
12482         (load_mems): Likewise.
12483         (try_copy_prop): Likewise.
12484         * print-rtl.c (print_rtx): Use INSN_P.
12485         * recog.c (find_single_use): Use INSN_P.
12486         * reg-stack.c (stack_regs_mentioned): Use INSN_P.
12487         (next_flags_user): Likewise.
12488         (swap_rtx_condition): Likewise.
12489         * regmove.c (mark_flags_life_zones): Use INSN_P.
12490         (optimize_reg_copy_1): Likewise.
12491         (optimize_reg_copy_2): Likewise.
12492         (optimize_reg_copy_3): Likewise.
12493         (reg_is_remote_constant_p): Likewise.
12494         (fixup_match_2): Likewise.
12495         (regmove_optimize): Likewise.
12496         (fixup_match_1): Likewise.
12497         * regrename.c (build_def_use): Use INSN_P.
12498         (replace_reg_in_block): Likewise.
12499         (consider_use): Likewise.
12500         * reload.c (find_equiv_reg): Use INSN_P.
12501         * reload1.c (reload): Use INSN_P.
12502         (maybe_fix_stack_asms): Likewise.
12503         (calculate_needs_all_insns): Likewise.
12504         (reload_as_needed): Likewise.
12505         (emit_output_reload_insns): Likewise.
12506         (delete_address_reloads_1): Likewise.
12507         (reload_cse_regs_1): Likewise.
12508         (reload_combine): Likewise.
12509         (reload_cse_move2add): Likewise.
12510         * reorg.c (redundant_insn): Use INSN_P.
12511         (dbr_schedule): Likewise.
12512         * resource.c (find_dead_or_set_registers): Use INSN_P.
12513         (mark_target_live_regs): Likewise.
12514         * rtlanal.c (reg_used_between_p): Use INSN_P.
12515         (reg_referenced_between_p): Likewise.
12516         (reg_set_between_p): Likewise.
12517         (reg_set_p): Likewise.
12518         (single_set): Likewise.
12519         (multiple_sets): Likewise.
12520         (find_last_value): Likewise.
12521         (reg_set_last): Likewise.
12522         (find_reg_note): Likewise.
12523         (find_regno_note): Likewise.
12524         * sibcall.c (sequence_uses_addressof): Use INSN_P.
12525         * simplify-rtx.c (cselib_process_insn): Use INSN_P.
12526         * ssa.c (find_evaluations): Use INSN_P.
12527         (rename_block): Likewise.
12528         (rename_equivalent_regs): Likewise.
12529         * unroll.c (loop_find_equiv_value): Use INSN_P.
12530         (set_dominates_use): Likewise.
12531         * varasm.c (mark_constant_pool): Use INSN_P.
12532         (mark_constants): Likewise.
12533         * config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
12534         (alphaev4_next_group): Likewise.
12535         (alphaev5_next_group): Likewise.
12536         * config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
12537         (c4x_rptb_rpts_p): Likewise.
12538         * config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
12539         * config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
12540         (rs6000_adjust_priority): Likewise.
12541         * config/sh/sh.c (sh_loop_align): Use INSN_P.
12542         (machine_dependent_reorg): Likewise.
12543         (split_branches): Likewise.
12544         * config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
12545
12546 Fri Aug  4 11:43:49 2000  John Wehle  (john@feith.com)
12547
12548         * combine.c (recog_for_combine): Remove the old notes
12549         prior to attempting to recognize the new pattern.
12550         (distribute_notes): Ignore REG_NONNEG notes.
12551
12552 2000-08-04  Chandrakala Chavva  <cchavva@redhat.com>
12553
12554         * varasm.c (output_constructor): Add .align 0 for packed vars.
12555
12556 2000-08-04  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
12557
12558         * configure.in: Use default thread_file even when enable_threads is
12559         yes or dce because hpux10.20 pa port uses MULTILIB implementation.
12560         * configure: Rebuilt.
12561
12562         * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
12563
12564 2000-08-04  Donn Terry (donnte@microsoft.com)
12565
12566         * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
12567
12568 2000-08-04  Mark Elbrecht  <snowball3@bigfoot.com>
12569
12570         * i386/x-djgpp: Delete code that conditionally modifies target_alias.
12571         Delete code that conditionally modifies 'version'.
12572         Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
12573         * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
12574         * gcc.c (main): Use it.
12575         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
12576         * prefix.c (update_path): Use it.
12577         * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
12578         (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
12579         (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
12580         code.
12581         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
12582         (SUBTARGET_SWITCHES): Adjust.
12583         (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
12584         defining.
12585         (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
12586
12587 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12588
12589         * c-common.h (flag_isoc94): Declare.
12590         * c-decl.c (flag_isoc94): Define.
12591         (c_decode_option): Set flag_isoc94 as appropriate.
12592         * c-common.c (T_PD, T_IM, T_UIM): Define.
12593         (format_char_info): Add tlen and jlen.
12594         (print_char_table): Add entries for %t and %j.  Allow %zn.  Allow
12595         %F.  Allow %lf.
12596         (scan_char_table): Add entries for %t and %j.  Allow %F.  Allow
12597         %l[.
12598         (time_char_table): Add NULL entries for %t and %j.
12599         (check_format_info): Allow for %t and %j.  Warn for %F if pedantic
12600         and not C99.  Warn for %lc, %ls and %l[ if pedantic and not C94.
12601         Warn for printf %lf if pedantic and not C99.  Don't warn for empty
12602         precision.  Allow precision argument to be unsigned int.  If
12603         pedantic, warn for %p passed an argument not a pointer to possibly
12604         qualified void or a possibly qualified character type, and for
12605         pointer targets of the wrong sign, except for character pointers.
12606
12607 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12608
12609         * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
12610         * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
12611         (wint_type_node): Define.
12612         * c-decl.c (WINT_TYPE): Define.
12613         (init_decl_processing): Create the wint_type_node type.
12614         * c-common.c (T_WI): Define.
12615         (print_char_table): Use T_WI for %lc format.
12616
12617 2000-08-04  Bruce Korb  <bkorb@gnu.org>
12618
12619         * fixinc/:  Verified that the MSDOS patch does not break
12620         the UNIX functionality and applied the next three patches
12621         from July:
12622
12623 2000-07-28  Eli Zaretskii  <eliz@is.elta.co.il>
12624
12625         * fixinc/fixfixes.c (main) [__MSDOS__]: Avoid overwriting the
12626         output file with the temporary one by appending ".X" to generate
12627         the temporary fuile's name.  If the output file already has an
12628         extension, replace it with ".X".
12629
12630         * fixinc/fixincl.c (fix_with_system) [__MSDOS__]: Use $ORIGDIR,
12631         not $DESTDIR, to find applyfix.  Use sprintf instead of snprintf;
12632         reallocate the command buffer while copying the command-line
12633         argument.  Redirect the output directly to the temporary file,
12634         instead of going through another temporary file.
12635         (process): Close the temporary file before unlinking it.
12636         (machine_matches) [__MSDOS__]: If the machine doesn't match, set
12637         the FD_SKIP_TEST flag.  Pay attention to the FD_MACH_IFNOT flag.
12638         (run_compiles): Pass p_fixd argument to machine_matches, as it
12639         expects.
12640
12641         * fixinc/fixincl.sh: Export ORIGDIR.  If $DJDIR is set in the
12642         environment, assume there are no symlinks in the include
12643         directory.  When cleaning up the DONE files, look for them
12644         case-insensitively.  Don't try to remove symlinks if they aren't
12645         there.
12646
12647         * fixinc/fixlib.c (make_raw_shell_str): Accept new argument smax;
12648         all callers changed.  Declare pz "const char *", to avoid compiler
12649         warnings.
12650
12651         * fixinc/fixlib.h (ENV_TABLE): Get ORIGDIR from the environment.
12652         Change prototype of make_raw_shell_str.
12653
12654 2000-07-27  Eli Zaretskii  <eliz@is.elta.co.il>
12655
12656         * fixinc/fixincl.c [__MSDOS__]: Don't include "server.h".
12657         (initialize) [__MSDOS__]: Use tempnam.
12658         (initialize): Don't use SIGPIPE if it is not defined.
12659
12660         * fixinc/fixfixes.c (main) [__MSDOS__]: freopen for stdout should
12661         return stdout.
12662
12663 2000-07-25  Bruce Korb  <bkorb@gnu.org>
12664
12665         * fixinc/fix*.[ch]: substantially reworked to make it possible
12666         to run this program without using fork(2) or pipe(2) (i.e. in
12667         a DOS environment).
12668
12669 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12670
12671         * cppdefault.h (WINT_TYPE): Define.
12672         * cppinit.c (builtin_array): Define __WINT_TYPE__.
12673         * tradcpp.c (initialize_builtins): Define __WINT_TYPE__.
12674         * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document.
12675
12676 Fri Aug  4 06:53:46 2000  Clinton Popetz  <cpopetz@cygnus.com>
12677
12678         * (mips_legitimate_address_p): Don't allow register+offset
12679         if the offset is large and negative, and we are compiling
12680         for 64 bit registers.
12681
12682 2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12683
12684         * gencodes.c (main): Define CODE_FOR_nothing as the last possible
12685         insn_code_number + 1.
12686
12687 2000-08-04  Kazu Hirata  <kazu@hxi.com>
12688
12689         * h8300.c (function_prologue): Rearrange code for conciseness.
12690         (function_epilogue): Likewise.
12691         * h8300.h (OK_FOR_U): Fix formatting.
12692
12693         * cse.c: Fix a comment typo. Fix formatting.
12694
12695 2000-08-03  Richard Henderson  <rth@cygnus.com>
12696
12697         * config/i386/i386.md (return_indirect_internal): New.
12698         * config/i386/i386.c (ix86_expand_epilogue): Use it.
12699
12700 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
12701
12702         * cpplex.c (parse_name): Might have to glue a CPP_OTHER token
12703         before the name.
12704         (lex_line): Glue @ onto the beginning of identifiers and
12705         string constants, in Objective-C mode.
12706         (output_token, spell_token): Handle CPP_OSTRING.
12707         (can_paste, maybe_paste_with_next): Handle pasting @ onto the
12708         beginning of a NAME or a STRING, in objc mode.
12709
12710         * cpplib.c (get_define_node): Do not permit identifiers that
12711         begin with @ to be #defined.
12712         * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER.
12713         * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING.
12714
12715         * c-lang.c, objc/objc-act.c (build_objc_string): Delete.
12716         * c-tree.h (build_objc_string): Delete prototype.
12717         * objc/objc-tree.def: Delete OBJC_STRING_CST.
12718         * c-lex.c (yylex): Use build_string for all three kinds of strings.
12719
12720         * c-parse.in, objc/objc-act.c: Update commentary.
12721
12722 2000-08-03  Mark Mitchell  <mark@codesourcery.com>
12723
12724         * extend.texi: Fix typo in last change.
12725
12726         * extend.texi: Add commentary on statement-expressions and their
12727         interactions with C++.
12728
12729 2000-08-03  Nick Clifton  <nickc@cygnus.com>
12730
12731         * dwarf2.h (DW_LANG_Java): Change value to 0x000b.
12732         * dwarf.h (LANG_JAVA): Change value to 0x000b.
12733
12734 2000-08-03  Anthony Green  <green@cygnus.com>
12735
12736         * dwarf2out.c (gen_compile_unit_die): Add java language support.
12737         (add_bound_info): Check for java language.
12738         (is_java): New function.
12739         * dwarfout.c (output_compile_unit_die): Ditto.
12740         * dwarf.h (dwarf_source_language): Add java source language type.
12741         * dwarf2.h (dwarf_source_language): Ditto.
12742
12743 Thu Aug  3 20:32:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12744
12745         * reg-stack.c (subst_stack_regs_pat):  Use replace_reg to swap
12746         operands.
12747
12748         * i386.c (ix86_expand_branch): Mode of comparison in
12749         IF_THEN_ELSE is VOIDmode.
12750
12751 Thu Aug  3 10:05:53 2000  Akiko Matsushita <matusita@sra.co.jp>
12752
12753         * gengenrtl.c, rtl.c: Avoid #elif.
12754
12755 2000-08-03  Michael Poole  <poole@troilus.org>
12756
12757         * tm.texi (Register Classes): Clarify order of sub-initializers
12758         in REG_CLASS_CONTENTS.
12759
12760 Thu Aug  3 15:53:03 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12761
12762         From SAITOH Masanobu:
12763         * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax.
12764
12765 2000-08-03  David Billinghurst  <David.Billinghurst@riotinto.com.au>
12766
12767         * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
12768         is not supported by tradcpp and isn't actually needed for cygwin.
12769
12770 2000-08-03  Kazu Hirata  <kazu@hxi.com>
12771
12772         * h8300.c: Fix a comment typo.
12773         * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S.
12774
12775         * jump.c: Fix formatting.
12776
12777         * toplev.c: Fix formatting.
12778
12779 Thu Aug  3 01:05:32 2000  Jeffrey A Law  (law@cygnus.com)
12780
12781         * flow.c (find_auto_inc): Verify that we've got a REG before
12782         peeking at its regno.  Fail, don't abort if we can't find
12783         the increment of the desired register.
12784
12785         * pa.md (shadd height reduction patterns/splitters): Remove.
12786
12787 2000-08-02  Jim Wilson  <wilson@cygnus.com>
12788
12789         * config/ia64/ia64-protos.h (flag_ssa): Declare.
12790         * config/ia64/ia64.md (movti_internal, movti_internal+1): New.
12791
12792 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
12793
12794         * dce.c: Remove all uses of assert.
12795         * dwarf2out.c: Likewise.
12796         * dwarfout.c: Likewise.
12797         * ssa.c: Likewise.
12798
12799 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12800
12801         * gcc.h (lang_specific_driver): Constify second argument.
12802         * gcc.c (translate_options, process_command, main): Likewise.
12803         Constify variables to match.  Cast second argument to
12804         pexecute.
12805
12806         * cppspec.c, gccspec.c: Adjust type of second argument to
12807         lang_specific_driver, and update code as necessary.
12808
12809 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
12810
12811         * loop.c (scan_loop): Ensure update_end label does not
12812         go away until reg_scan_update is run.
12813
12814 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12815
12816         * c-common.h: Prototype min_precision and c_build_qualified_type here...
12817         * c-tree.h: ... not here.
12818         * errors.h: Prototype fancy_abort.
12819
12820         * emit-rtl.c (gen_lowpart_common): Move variable 'c' into
12821         HOST_BITS_PER_WIDE_INT == 64 ifdef block.
12822         * regrename.c (regrename_optimize): Make control flow explicit.
12823         (replace_reg_in_block): Initialize reg_use to 0.
12824
12825         * i386.c (legitimate_address_p): Rename error label to
12826         report_error to avoid namespace clash.
12827
12828 2000-08-02  Kazu Hirata  <kazu@hxi.com>
12829
12830         * fold-const.c: Fix formatting.
12831
12832 Wed Aug  2 16:26:15 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12833
12834         * i386.c (legitimate_address_p): Accept other bases than
12835         pic_offset_table_rtx for GOTOFF constructs.
12836
12837 Wed Aug  2 15:59:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12838
12839         * i386.md (shift to lea splitter): Use const_int_operand.
12840
12841 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12842
12843         * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
12844         cppspec.c: Do not use 'legal' or 'illegal' in error messages
12845         and comments.
12846
12847         * cppmain.c (cb_define, cb_undef): Don't generate any output
12848         if not done_initializing.
12849         * cpplex.c (maybe_paste_with_next): When the token after a ##
12850         is an omitted rest argument, only delete the token before it
12851         if that token is a comma.  Do not warn about bogus token
12852         pastes for , ## rest_arg.
12853
12854         * cpp.texi: Update.
12855         * cpp.1: Regenerate.
12856
12857 2000-08-02  Fred Fish  <fnf@be.com>
12858
12859         * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
12860         when user gives -p option.  Add init_term_dyn.o for BeOS 5.0
12861         and later.
12862
12863         * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
12864         Be directories to search path.
12865
12866         Remove support for __declspec(dllimport) and __declspec(dllexport).
12867         This is leftover cruft from the earlier BeOS gcc port when BeOS
12868         used Microsoft's PE object file format.
12869         * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
12870         * config/i386/t-beos (winnt.o): Remove Makefile frag.
12871         * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
12872         (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
12873         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
12874         (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
12875         (REDO_SECTION_INFO_P): Remove.
12876         (ASM_EXPORT_DECL): Remove.
12877         (ASM_DECLARE_FUNCTION_NAME): Remove.
12878         (ASM_DECLARE_OBJECT_NAME): Remove.
12879         (ASM_OUTPUT_ALIGNED_COMMON): Remove.
12880         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
12881         (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
12882         (STRIP_NAME_ENCODING): Remove.
12883
12884         Remove support for obsolete version of BeOS that is no longer
12885         supported by Be.
12886         * configure.in (i*86-*-beospe*): Remove.
12887         * config/i386/beos-pe.h: Remove.
12888
12889 2000-08-01  Jeffrey Oldham  <oldham@codesourcery.com>
12890             Mark Mitchell <mark@codesourcery.com>
12891
12892         * Makefile.in (OBJS): Added dce.o.
12893         (ssa.o): Updated target to include ssa.h.
12894         (flow.o): Likewise.
12895         (toplev.o): Likewise.
12896         (dce.o): Created target.
12897         * basic-block.h: Added comments.
12898         (INVALID_BLOCK): Added definition.
12899         (connect_infinite_loops_to_exit): Added declaration.
12900         Moved SSA declarations to ssa.h.
12901         * flow.c: Added inclusion of ssa.h.
12902         (struct depth_first_search_dsS, depth_first_search_ds):
12903         Added definitions.
12904         (compute_immediate_postdominators): Added definition.
12905         (connect_infinite_loops_to_exit): Likewise.
12906         (flow_dfs_compute_reverse_init): Likewise.
12907         (flow_dfs_compute_reverse_add_bb): Likewise.
12908         (flow_dfs_compute_reverse_execute): Likewise.
12909         (flow_dfs_compute_reverse_finish): Likewise.
12910         * rtl.h (rtx/in_struct): Added use to determine insn necessity.
12911         (LABEL_P): Added definition.
12912         (JUMP_P): Likewise.
12913         (NOTE_P): Likewise.
12914         (BARRIER_P): Likewise.
12915         (JUMP_TABLE_DATA_P): Likewise.
12916         (INSN_DEAD_CODE_P): Likewise.
12917         * ssa.c: Replaced inclusions with ssa.h inclusion.
12918         (CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
12919         (rename_registers): Removed unnecessary variables.
12920         * ssa.h: Created by moving declarations from ssa.c and
12921         basic-block.h.
12922         * timevar.def: Defined TV_DEAD_CODE_ELIM.
12923         * toplev.c: Added ssa.h inclusion.
12924         (dump_file_index): Added DFI_dce.
12925         (dump_file): Added "dce" entry.
12926         Defined flag_ssa.
12927         (f_options): Added dce entry.
12928         * invoke.texi: Document -fdce.  Emphasize experimental status of
12929         -fssa.
12930         * dce.c: New file.
12931
12932 2000-08-01  Zack Weinberg  <zack@wolery.cumb.org>
12933
12934         * cpperror.c (v_message): Split into _cpp_begin_message and
12935         v_message macro.  All callers updated.
12936         (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
12937         checks here.
12938
12939         * cppfiles.c (cpp_syshdr_flags): New function.
12940         (read_include_file): Don't call cpp_output_tokens.  Call
12941         enter_file hook.
12942         * cppinit.c (dump_macros_helper): Moved to cppmain.c.
12943         (cpp_reader_init): Don't initialize token_buffer.  Call
12944         _cpp_init_internal_pragmas.
12945         (cpp_cleanup): Don't clear token_buffer.
12946         (cpp_start_read): Don't worry about output from -D processing.
12947         Don't call cpp_output_tokens.
12948         (cpp_finish): Don't dump macros here.  Don't call
12949         cpp_output_tokens.
12950         * cppmacro.c (_cpp_dump_definition): Rename
12951         cpp_dump_definition.  Write directly to a FILE *.
12952         (dump_funlike_macro): Delete.
12953         (dump_macro_args): New.
12954
12955         * cpplex.c (TOKEN_LEN): Convert to inline function.
12956         (_cpp_grow_token_buffer, safe_fwrite, cpp_output_tokens,
12957         cpp_scan_line, _cpp_dump_list): Delete.
12958         (cpp_printf, cpp_output_list): New.
12959         (output_line_command): Don't worry about entering or leaving files.
12960         (cpp_scan_buffer): Just output each token as we hit it.
12961         (process_directive): Don't call cpp_output_tokens.
12962         (_cpp_glue_header_name): Don't use token_buffer.
12963         (output_token, dump_param_spelling): Write directly to a FILE *.
12964
12965         * cpplib.c (pass_thru_directive, dump_macro_name,
12966         pragma_dispatch, do_pragma_gcc): Delete.
12967         (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
12968         do_pragma_poison, cpp_pop_buffer): Call the appropriate hook
12969         functions.
12970         (do_error, do_warning, pragma_dependency): Call
12971         _cpp_begin_message, then cpp_output_list.
12972         (cpp_register_pragma, cpp_register_pragma_space,
12973         _cpp_init_internal_pragmas): New.
12974         (do_pragma): Walk the pragmas table here.
12975         (do_pragma_once, do_pragma_poison, do_pragma_system_header,
12976         do_pragma_dependency): Return void.
12977         (do_pragma_implementation): Moved to cppmain.c.
12978
12979         * cpplib.h: Update prototypes.
12980          (struct cpp_reader): Remove printer, token_buffer,
12981         token_buffer_size, and limit.  Add struct cb, and pragmas.
12982         (struct cpp_printer): Remove last_id and written.
12983         (CPP_WRITTEN, CPP_PWRITTEN, CPP_SET_WRITTEN,
12984         CPP_ADJUST_WRITTEN): Delete.
12985         * cpphash.h: Update prototypes.
12986         (ufputs): New wrapper.
12987
12988         * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
12989         cb_enter_file, cb_leave_file, cb_def_pragma): New functions.
12990         (main): Set up callbacks.  Register #pragma implementation.
12991         Dump macros from here.
12992
12993 2000-08-01  Geoff Keating  <geoffk@cygnus.com>
12994
12995         * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
12996         * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
12997         * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
12998         insns if they have a REG_MAYBE_DEAD note attached.
12999         * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
13000         (rs6000_emit_load_toc_table): TOC loads may go dead.
13001
13002 2000-08-01  Jim Wilson  <wilson@cygnus.com>
13003
13004         * config/ia64/ia64.c (ia64_function_arg): Fix last change.  Verify
13005         type exists before using it.  Use number of words as alignment
13006         otherwise.
13007         (ia64_function_arg_partial_nregs, ia64_function_arg_advance,
13008         ia64_va_arg): Propagate ia64_function_args changes here.
13009
13010 2000-08-01  Richard Henderson  <rth@cygnus.com>
13011
13012         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.
13013         * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
13014
13015 2000-08-01  Bernd Schmidt  <bernds@cygnus.co.uk>
13016
13017         From Joern Rennecke:
13018         * sh.h (CPP_SPEC, TARGET_SWITCHES): Add m4-nofpu.
13019         * sh.md (udivsi3, divsi3): Don't use libcalls that use the FPU
13020         unless TARGET_SH3E is set.
13021         * t-sh (MULTILIB_MATCHES): Add m2=m4-nofpu.
13022
13023         * sh.md (ashlsi3_d, ashlsi3_k): Remove, replace with
13024         (ashlsi3_std): New pattern.
13025         (ashlsi3 expander): Use it for TARGET_SH3.
13026         * sh.c (gen_ashift): Use it instead of ashlsi3_k.
13027
13028 Tue Aug  1 12:34:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13029
13030         * loop.c (canonicalize_condition):  Use destination, not source to
13031         determine SET's mode.
13032
13033 2000-07-31  Mark Mitchell  <mark@codesourcery.com>
13034
13035         * flow.c (clear_log_links): Fix typo.
13036
13037 Mon Jul 31 22:19:24 2000  Jeffrey A Law  (law@cygnus.com)
13038
13039         * loop.c (check_dbra_loop): Make change from July 17, 2000 work
13040         on targets which need more than one insn for a compare/cbranch
13041         operation.
13042
13043 2000-07-31  Jim Wilson  <wilson@cygnus.com>
13044
13045         * config/ia64/ia64.c (ia64_function_arg): Use alignment not size
13046         when computing offset.
13047
13048 Mon Jul 31 20:35:50 2000  Denis Chertykov  <denisc@overta.ru>
13049
13050         * genpeep.c (main): Handle DEFINE_PEEPHOLE2.
13051
13052 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
13053
13054         * flow.c (clear_log_links): Nuke global_live_at_start and
13055         global_live_at_end data, since if the log_links stuff is invalid
13056         so is global_live_at_*.
13057
13058 2000-07-31  Richard Henderson  <rth@cygnus.com>
13059
13060         * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
13061
13062 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
13063
13064         * cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
13065         (_cpp_get_token): Don't macro expand a just pasted token if it
13066         was pasted at no_expand_level.
13067
13068 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13069
13070         * cppmacro.c (find_param, count_params, save_expansion):
13071         Permit 'defined' as a macro parameter name.
13072
13073 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13074
13075         * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
13076         xcpp to cpp throughout.
13077         (native): Remove unnecessary dependency on cpp.
13078
13079         * gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
13080         tradcpp to tradcpp0.
13081         (.i spec): Add missing output-file spec to cc1 command line.
13082         * objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
13083
13084 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13085
13086         * c-decl.c (mesg_implicit_function_declaration): Init to -1.
13087         (implicit_decl_warning): New function.
13088         (implicitly_declare): Use it.
13089         * c-typeck.c (build_external_ref): Use implicit_decl_warning
13090         to complain about implicit decls of builtins.
13091
13092         * c-lang.c (lang_init): Set mesg_implicit_function_declaration
13093         based on pedantic && flag_isoc99, if not already set.
13094         * c-tree.h: Declare mesg_implicit_function_declaration.
13095         Prototype implicit_decl_warning.
13096
13097 2000-07-30  Jeffrey D. Oldham  <oldham@codesourcery.com>
13098
13099         * Makefile.in (ssa.o): Updated header files in dependences.
13100         * basic-block.h: Added compute_immediate_postdominators declaration.
13101         * config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
13102         definition.
13103         * flow.c (compute_immediate_dominators): Updated comment.
13104         (compute_immediate_postdominators): Added definition.
13105         * rtl.h (HARD_REGISTER_P): Added definition.
13106         * ssa.c: Include additional header files.
13107         (assert): Added definition.
13108         (ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
13109         include select hard registers.
13110         (ssa_rename_to_insert): Likewise.
13111         (ssa_rename_from_initialize): Likewise.
13112         (ssa_rename_from_lookup): Likewise.
13113         (original_register): Likewise.
13114         (ssa_rename_from_insert): Added to reimplement ssa_rename_from to
13115         include select hard reigsters.
13116         (ssa_rename_from_traverse): Likewise.
13117         (ssa_rename_from_free): Likewise.
13118         (ssa_rename_from_print): Likewise.
13119         (ssa_rename_from_print_1): Likewise.
13120         (ssa_rename_from_hash_function): Likewise.
13121         (ssa_rename_from_equal): Likewise.
13122         (ssa_rename_from_delete): Likewise.
13123         (simplify_to_immediate_dominators): Removed in favor of
13124         flow.c:compute_immediate_dominators.
13125         (find_evaluations_1): Modified to work with hard registers.
13126         (insert_phi_node): Likewise.
13127         (insert_phi_nodes): Likewise.
13128         (struct rename_set_data): Updated prev_reg comment.
13129         (create_delayed_rename): Modified to work with hard registers.
13130         (RENAME_NO_RTX): Updated comment.
13131         (apply_delayed_renames): Modified to work with hard registers.
13132         (rename_insn_1): Likewise and added handling of CLOBBER rtls.
13133         (rename_block): Updated to use revised ssa_rename_to interface.
13134         (rename_registers): Updated to use revised ssa_rename_to and
13135         ssa_rename_from interface.
13136         (convert_to_ssa): Revised to use compute_immediate_dominators and
13137         deal with hard registers.
13138         (make_regs_equivalent_over_bad_edges): Modified to work with hard
13139         registers.  Added check for illegal unification of hard register.
13140         (make_equivalent_phi_alternatives_equivalent): Modified to work
13141         with hard registers.
13142         (compute_conservative_reg_partition): Likewise.
13143         (coalesce_if_unconflicting): Modified to work with hard registers
13144         and check for conflicting hard registers.
13145         (mark_phi_and_copy_regs): Revised loop to work only on pseudo
13146         registers.
13147         (rename_equivalent_regs_in_insn): Modified to work with hard
13148         registers.
13149         (record_canonical_element_1): Added definition.
13150         (check_hard_regs_in_partition): Added definition.
13151         (convert_from_ssa): Added data structure deallocation and check
13152         for illegal hard register unification.
13153         (conflict_hard_regs_p): Added definition.
13154         * toplev.c (rest_of_compilation): Added comment.
13155
13156 2000-07-31  Anthony Green  <green@redhat.com>
13157
13158         * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
13159
13160 2000-07-31  Jason McMullan  <jmcmullan@linuxcare.com>
13161
13162         * builtins.c (expand_builtin_apply): Don't defer pop during
13163         argument setup.
13164
13165 2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13166
13167         * calls.c (combine_pending_stack_adjustment_and_call): Only use
13168         preferred_unit_stack_boundary when it is > 1.
13169
13170 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13171
13172         * c-common.c (init_function_format_info): Add C99 format functions
13173         in C99 mode.
13174
13175         * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
13176         void' or 'register void' as being the special case of 'void' alone
13177         in a parameter list.
13178
13179         * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
13180         discarding qualifiers into a plain warning.
13181
13182 2000-07-31  Kazu Hirata  <kazu@hxi.com>
13183
13184         * combine.c: Fix formatting.
13185
13186         * h8300.md: Fix formatting.
13187
13188         * local-alloc.c: Fix formatting.
13189
13190         * h8300.c (get_shift_alg): Remove the variable alg.
13191         (emit_a_shift): Rearrange code to improve readability.
13192
13193         * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
13194
13195         * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
13196         HImode on all architectures and a combination of HImode and SImode
13197         on H8/300H and H8/S.
13198
13199         * h8300.c (split_adds_subs): Rearrange code for conciseness.
13200
13201 Mon Jul 31 12:27:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13202
13203         * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
13204         in my last checkin.
13205
13206 Mon Jul 31 10:41:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13207
13208         * recog.c (extract_insn): Set operand_mode according to
13209         operand if match_operand is VOIDmode.
13210
13211 Mon Jul 31 10:36:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13212
13213         * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
13214
13215 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
13216
13217         * c-parse.in (extdefs): Call ggc_collect between external
13218         definitions.
13219
13220 2000-07-30  Michael Hayes  <mhayes@cygnus.com>
13221             Richard Henderson  <rth@cygnus.com>
13222
13223         * Makefile.in (OBJS): Add doloop.o.
13224         * doloop.c: New file.
13225
13226         * final.c (insn_current_reference_address): Return 0 before final.
13227         * flags.h (flag_branch_on_count_reg): Fix typos in commentary.
13228         * jump.c (any_uncondjump_p): Likewise.
13229         * loop.c (indirect_jump_in_function): Make static.
13230         (strength_reduce): Call doloop_optimize.
13231         (insert_bct, instrument_loop_bct): Remove.
13232         * loop.h (doloop_optimize): Prototype.
13233         * recog.c (split_all_insns): Split all INSN_P.
13234         * toplev.c (flag_branch_on_count_reg): Default on.
13235
13236         * config/c4x/c4x.c (c4x_optimization_options): Don't set
13237         flag_branch_on_count_reg.
13238         * config/i386/i386.c (override_options): Likewise.
13239         * config/rs6000/rs6000.c (optimization_options): Likewise.
13240
13241         * config/i386/i386.md (decrement_and_branch_on_count): Remove.
13242         (doloop_end): New.
13243         (dbra_ge): Remove, as well as all it's splitters.
13244
13245         * config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
13246         (doloop_end): New.
13247
13248         * config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
13249         (ia64_register_move_cost): Declare.
13250         * config/ia64/ia64.c (ar_lc_reg_operand): New.
13251         (struct ia64_frame_info): Add ar_size.
13252         (ia64_compute_frame_size): Set it.
13253         (save_restore_insns): Save and restore ar.lc.
13254         (ia64_register_move_cost): New, moved from header file.  Handle
13255         application registers.
13256         (REG_AR_PFS, REG_AR_EC): Remove.  Replace with AR_*_REGNUM numbers.
13257         (emit_insn_group_barriers): Special case doloop_end_internal.
13258         (ia64_epilogue_uses): Mark ar.lc live at end.
13259         * config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
13260         (AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
13261         (FIRST_PSEUDO_REGISTER): Make room.
13262         (AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
13263         (FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
13264         (REG_ALLOC_ORDER): Update.
13265         (HARD_REGNO_MODE_OK): Update.
13266         (REGISTER_NAMES): Update.
13267         (enum reg_class): Add AR_M_REGS and AR_I_REGS.
13268         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
13269         (REGNO_REG_CLASS): Update.
13270         (LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
13271         (REGISTER_MOVE_COST): Move out of line.
13272         (PREDICATE_CODES): Update.
13273         * config/ia64/ia64.md (movdi patterns): Handle ar register classes.
13274         (addsi3_plus1_alt, adddi3_plus1_alt): New.
13275         (shladd_elim splitter): Allow constants in the predicate.
13276         (doloop_end, doloop_end_internal): New.
13277
13278 2000-07-30  Richard Henderson  <rth@cygnus.com>
13279
13280         * genattrtab.c (struct insn_def): Add lineno member.
13281         (struct insn_ent): Likewise.
13282         (struct attr_desc): Likewise.
13283         (struct delay_desc): Likewise.
13284         (struct function_unit_op): Likewise.
13285         (struct function_unit): Likewise.
13286         (check_attr_value): Use message_with_line.
13287         (check_defs): Likewise.
13288         (expand_units): Likewise.
13289         (check_attr_test): Take a lineno argument.
13290         (gen_attr): Likewise.
13291         (gen_insn): Likewise.
13292         (gen_delay): Likewise.
13293         (gen_unit): Likewise.
13294         (main): Give it to them.
13295         (convert_set_attr_alternative): Take an insn_def argument
13296         instead of num_alt and insn_index.
13297         (convert_set_attr): Likewise.
13298         (write_test_expr): Protect INSN_ADDRESSES load
13299         with INSN_ADDRESSES_SET_P.
13300
13301 2000-07-30  Richard Henderson  <rth@cygnus.com>
13302
13303         * flow.c (init_propagate_block_info): Use pc_set.
13304
13305 Sun Jul 30 20:58:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13306
13307         * i386.md (*lea_general_[123]) New insns and splits.
13308         (addsi3 to lea splitter): Handle other modes too.
13309         (shlsi3 to lea splitter): Likewise.
13310         (addhi_1_lea, shlhi_1_lea): New patterns.
13311         (addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
13312
13313 Sun Jul 30 20:51:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13314
13315         * recog.c (general_operand, nonimmediate_operand): Accept
13316         any mode for VOIDmode CONSTANT_P operands.
13317
13318 Sun Jul 30 20:42:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13319
13320         * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
13321         instead of replace_rtx.
13322         * recog.c (validate_replace_rtx_subexp): New function.
13323         * recog.h (validate_replace_rtx_subexp): Declare.
13324
13325 Sun Jul 30 20:38:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13326
13327         * combine.c (simplify_set, make_extraction, make_compound_operation
13328         make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
13329         as force_to_mode argument.
13330
13331 Sun Jul 30 20:30:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13332
13333         * combine.c (if_then_else_cond): Be sure that mode fits in
13334         HOST_WIDE_INT.
13335
13336 Sun Jul 30 20:27:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13337
13338         * combine.c (record_promoted_value):  Allow bitsize of mode
13339         to be equivalent to HOST_BITS_PER_WISE_INT.
13340
13341 Sun Jul 30 20:25:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13342
13343         * function.c (assign_stack_local_1, assign_stack_temp_for_type):
13344         Do not call gen_mode_alignment when mode is BLKmode.
13345
13346 Sun Jul 30 20:21:54 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13347
13348         * loop.c (express_from_1): Fix call of simplify_gen_binary.
13349
13350 Sun Jul 30 20:08:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13351
13352         * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
13353         VOIDmode implies both operands to be VOIDmode.
13354         (simplify_ternary_operation): Compute properly the mode of comparison.
13355         * combine.c (combine_simplify_rtx): Likewise.
13356
13357 2000-07-25  Michael Hayes  <mph@paradise.net.nz>
13358
13359         * basic-block.h (struct loops): New field rc_order.
13360         * flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
13361         (flow_loops_free): Free rc_order.
13362         (flow_depth_first_order_compute): New parameter rc_order.
13363         (flow_loops_find): Allocate rc_order and swap usage with
13364         dfs_order.
13365
13366 2000-07-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13367            Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13368
13369         * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
13370         (push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
13371         (nodb_call, return_from_epilogue): Likewise.
13372         (return_from_interrupt_epilogue, prologue, epilogue): Likewise.
13373         * config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
13374         * config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
13375         (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
13376         (c4x_valid_type_attribute_p): Likewise.
13377         * config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
13378         (FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.
13379
13380 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13381
13382         * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
13383         and loadhi_big_constant if applicable.
13384         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
13385         and add new splitter.s
13386
13387 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13388
13389         * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
13390
13391 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13392
13393         * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
13394
13395 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13396
13397         * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
13398
13399 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13400
13401         * config/c4x/libgcc.S (divqf3): Improve accuracy.
13402
13403 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
13404
13405         Put phi nodes after NOTE_INSN_BASIC_BLOCK.
13406         * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
13407         * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
13408         (get_prev_bb_note): Likewise.
13409         (remove_scope_notes): Likewise.
13410         * flow.c (commit_one_edge_insertion): Likewise.
13411         (merge_blocks_nomove): Likewise.
13412         (verify_flow_info): Likewise.
13413         * gcse.c (insert_insn_end_bb): Likewise.
13414         * reg-stack.c (emit_swap_insn): Likewise.
13415         * ssa.c (first_insn_after_basic_block_note): New function.
13416         (insert_phi_node): Use it.
13417         (rename_block): Likewise.
13418         (eliminate_phi): Likewise.
13419         (make_regs_equivalent_over_bad_edges): Likewise.
13420         (make_equivalent_phi_alternatives_equivalent): Likewise.
13421         (for_each_successor_phi): Likewise.
13422         (convert_from_ssa): Modify phi-node deletion algorithm.
13423
13424 2000-07-29  Andreas Jaeger  <aj@suse.de>
13425
13426         * configure.in (mips*-*-linux*): Use mips*el to check for little
13427         endian MIPS, add tmake_file.
13428
13429         * config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
13430         (SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
13431         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
13432
13433 2000-07-28  Richard Henderson  <rth@cygnus.com>
13434
13435         * config/ia64/ia64.c (ia64_print_operand): Fix typos.
13436         Sign extend mode size before negating.
13437
13438 2000-07-28  Richard Henderson  <rth@cygnus.com>
13439
13440         * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
13441
13442 2000-07-28  Bernd Schmidt  <bernds@cygnus.co.uk>
13443
13444         * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
13445         (cse_insn): Likewise.
13446         (addr_affects_sp_p): Likewise.
13447         * expr.c (move_by_pieces): Likewise.
13448         (clear_by_pieces): Likewise.
13449         * gcse.c (oprs_unchanged_p): Likewise.
13450         * haifa-sched.c (sched_analyze_2): Likewise.
13451         * recog.c (offsettable_address_p): Likewise.
13452         * regclass.c (record_address_regs): Likewise.
13453         * reload.c (find_reusable_reload): Likewise.
13454         (push_reload): Likewise.
13455         (operands_match_p): Likewise.
13456         (decompose): Likewise.
13457         (find_reloads_address_1): Likewise.
13458         (find_inc_amount): Likewise.
13459         * reload1.c (elimination_effects): Likewise.
13460         * resource.c (mark_set_resources): Likewise.
13461         * flow.c (attempt_auto_inc): New function; mostly broken out
13462         of find_auto_inc.
13463         (find_auto_inc): Split into two functions and enhanced to
13464         generate POST_MODIFY.
13465         * rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
13466         * rtl.h (count_all_occurrences):  Declare.
13467         (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
13468         defined.
13469         * rtlanal.c (count_all_occurrences): New function.
13470         * tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
13471         HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
13472
13473         * config/ia64/ia64-protos.h (destination_operand): Declare.
13474         * config/ia64/ia64.c (destination_operand): New function.
13475         (ia64_print_operand): Handle POST_MODIFY.
13476         (rtx_needs_barrier): Likewise.
13477         * config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
13478         (HAVE_POST_MODIFY_REG): Define to 1.
13479         (MAX_REGS_PER_ADDRESS): Change to 2.
13480         (GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
13481         (LEGITIMATE_ADDRESS_REG): New helper macro.
13482         (LEGITIMATE_ADDRESS_DISP): Likewise.
13483         (PREDICATE_CODES): Add entry for destination_operand.
13484         * config/ia64/ia64.md (all mov patterns): Use destination_operand
13485         predicate for operand 0.
13486
13487 2000-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13488
13489         * dwarf2out.c: Indent #error directive.
13490
13491         * gbl-ctors.h: Fix typo in comment.
13492         (__do_global_ctors): Prototype.
13493
13494         * gcse.c (record_one_set, pre_delete): Remove unused variables.
13495
13496         * rs6000.c (rs6000_maybe_dead): Delete unused prototype.
13497         (print_operand): Initialize variable `t'.
13498
13499 2000-07-27  Aldy Hernandez  <aldyh@redhat.com>
13500
13501         * config/arm/arm.md ("call_value"): removed constraints.
13502         Constraints are ignored in expanders.
13503         (*call_value_reg): split =rf into various constraints.
13504         (*call_value_mem): same
13505         (*call_value_symbol): same
13506         (*sibcall_value_insn): same
13507
13508 2000-07-28  Philipp Thomas  <pthomas@suse.de>
13509
13510         * install.texi (--enable-nls): Change the description of the NLS
13511         related configure options to match the current state.
13512         (--with-included-gettext): Likewise.
13513         (--enable-maintainer-mode): New description added.
13514         * extend.texi (-fstrict-prototype): Add missing '.'.
13515
13516 2000-07-27  Jim Wilson  <wilson@cygnus.com>
13517
13518         * dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
13519         DECL_INITIAL (decl) == NULL_TREE.
13520
13521 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13522
13523         * Makefile.in (INSN_ATTR_H): New macro.  Replace all dependencies
13524         on insn-attr.h with it.
13525         * genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
13526         * insn-addr.h: New header.
13527         (insn_addresses_): Renamed from insn_addresses.
13528         (INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
13529         INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
13530         INSN_ADDRESSES_NEW): New macros.
13531         * genattrtab.c (write_test_expr): Use new macros.
13532         * final.c (insn_addresses, init_insn_lengths): Likewise.
13533         (align_fuzz, shorten_branches): Likewise.
13534         (final): Likewise.  Do not reject new insns if their addresses
13535         have been added to INSN_ADDRESSES.
13536         * config/arm/arm.c, config/avr/avr.c: Use new macros.
13537         * config/h8300/h8300.c, config/i370/i370.c: Likewise.
13538         * config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
13539         * config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
13540         * config/sh/sh.c: Likewise.
13541         (output_branchy_insn): Use INSN_ADDRESSES_NEW.
13542
13543         * Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
13544
13545 2000-07-27  Andrew Cagney  <cagney@b1.cygnus.com>
13546
13547         * gcc.c (struct prefix_list): Add member priority.
13548         (enum path_prefix_priority): Declare.
13549         (add_prefix): Replace ``first'' with ``priority''.  Append new
13550         entry but keep list in priority order.
13551         (process_command): Update.  Pass PREFIX_PRIORITY_B_OPT or
13552         PREFIX_PRIORITY_LAST to add_prefix.
13553         (process_command): Move include kludge - foo/stageN - to before
13554         foo/include.
13555
13556 2000-07-27  Jason Merrill  <jason@redhat.com>
13557
13558         * dwarf2out.c (gen_typedef_die): Abort if we get identical
13559         TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
13560
13561 2000-07-27  RodneyBrown  <RodneyBrown@pmsc.com>
13562
13563         * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
13564         * tree.h (get_alias_set, lang_get_alias_set): Prototype.
13565
13566 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
13567
13568         * c-decl.c (finish_function): Don't treat 'main' specially unless
13569         flag_hosted.  In C99 mode, return 0 from 'main' unless
13570         DEFAULT_MAIN_RETURN is otherwise defined.
13571
13572         * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
13573         parameters defaulting to int in an old-style function definition.
13574
13575 2000-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13576
13577         * c-parse.in (string): For -Wtraditional, warn about string
13578         concatenation only once per line.
13579
13580 Thu Jul 27 09:25:17 2000  Akiko Matsushita  <matusita@sra.co.jp>
13581
13582         * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
13583         for HI-UX/WE2 systems.
13584
13585 2000-07-24  Bruce Korb  <bkorb@gnu.org>
13586
13587         * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
13588         defining the __xxx_TYPE__ macros.
13589         * fixincl/fixincl.tpl(gnu_type_map): now obsolete
13590         * fixincl/fixlib.h: don't need to include "tm.h" anymore
13591         * fixincl/inclhack.def(type_map): now obsolete
13592
13593 Thu Jul 27 11:54:17 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13594
13595         * cpp.texi: Append a trailing full-stop to xrefs where needed.
13596
13597 2000-07-26  Dave Pitts  <dpitts@cozx.com>
13598
13599         * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
13600         routine constants.
13601         (mvs_hash_alias): New function.
13602         (mvs_add_alias): Change argument spacing.
13603         (mvs_need_alias): Change aliasing criteria. Added documentation.
13604         (mvs_get_alias): Change to use hashed name. The hashed name prevents
13605         CSECT name collisions.
13606         (mvs_check_alias): Likewise.
13607         (handle_pragma): Change documentation.
13608         * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
13609         mode from SImode to DImode.
13610         (iorhi3): Changed LTORG size for insn.
13611
13612 Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
13613
13614         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
13615         mem if the address is a mode_dependent_address_p.
13616
13617 2000-07-26  Kazu Hirata  <kazu@hxi.com>
13618
13619         * h8300.c (print_operand): Print ":8" when the 'R' operand is
13620         suitable for 8-bit absolute.
13621         * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
13622         (OK_FOR_U): Add a case for the 8-bit constant address on the
13623         H8/300H.
13624
13625 Wed Jul 26 19:26:21 2000  Hans-Peter Nilsson  <hp@axis.com>
13626
13627         * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
13628         && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
13629         ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
13630         lack of implemented alignment.
13631
13632 2000-07-26  Geoffrey Keating  <geoffk@cygnus.com>
13633
13634         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
13635         cross-compiling between 64-bit and 32-bit machines.
13636
13637 2000-07-27  Richard Henderson  <rth@cygnus.com>
13638
13639         * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
13640         (movhicc_astep, movhi_internal_astep): New.
13641         (movsicc_astep, movsi_internal_astep): New.
13642         (movdicc_astep, movdi_internal_astep): New.
13643         (movsfcc_astep, movsf_internal_astep): New.
13644         (movdfcc_astep, movdf_internal_astep): New.
13645         (movxfcc_astep, movxf_internal_astep): New.
13646         (cmovdi_internal_astep, cmovsi_internal_astep): New.
13647         Unify the cmov[ds]i splitters.
13648
13649 2000-07-27  Rodney Brown  <RodneyBrown@pmsc.com>
13650
13651         * real.c (asctoeg): Rename `error' label to unexpected_char_error
13652
13653 2000-07-26  Nick Clifton  <nickc@cygnus.com>
13654
13655         * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
13656         __arm__.  Allow it to be defined by CPP_ISA_SPEC in arm.h
13657
13658         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
13659         well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
13660
13661 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
13662
13663         * c-decl.c (finish_enum): Convert enumerations that fit in an
13664         `int' to `int'.
13665         (build_enumerator): In pedantic mode, cast to `int' those that
13666         don't.
13667
13668 2000-07-25  Rodney Brown  <RodneyBrown@pmsc.com>
13669
13670         * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
13671
13672 Tue Jul 25 23:08:33 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13673
13674         * sh.md (cmpgtdi_t): Must be split.
13675         (cmpgtdi_t+1): New splitter.
13676
13677 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
13678
13679         * cpplib.c (_cpp_check_directive): Issue -Wtraditional
13680         warnings for indented directives even if we are skipping.
13681
13682 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13683
13684         * invoke.texi (strict-prototypes): Remove.
13685         * extend.texi (Deprecated Features): Add strict-prototypes.
13686         (Backwards Compatibility): New node.
13687
13688 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13689
13690         * config/i386/i386.md (andsi_1+1): Allow HImode.
13691         (andsi_1+2): Require q_regs_operand.
13692
13693 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13694
13695         * config/i386/i386.md (call_pop): Check operands[0],
13696         not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
13697         (call): Likewise.
13698         (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
13699         (call_value): Likewise.
13700
13701 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
13702
13703         * toplev.c (pipe_closed): Delete.
13704         (crash_signal): New.  Generate ICE for a fatal signal.
13705         (float_signal): Call crash_signal outside a float-handler
13706         block, not abort.
13707         (main): Install crash_signal as handler for core-dumping signals.
13708
13709 2000-07-25  David Edelsohn  <edelsohn@gnu.org>
13710
13711         * rs6000.c (print_operand, case 'T'): New case.
13712
13713         * rs6000.md (call_indirect_aix32): Convert to expander of
13714         scheduled instructions.
13715         (call_indirect_aix64): Likewise.
13716         (call_value_indirect_aix{32,64}): Likewise.
13717         (call, call_value): Invoke expanders for AIX.  Fall through to
13718         matchers for SysV.
13719         (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
13720         (call_value_indirect_nonlocal_aix{32,64}): New patterns.
13721         (call_nonlocal_aix32): Remove CALL_LONG alternative.  Operand 1
13722         only "g" constraint.
13723         (call_nonlocal_aix64): Likewise.
13724         (call_value_nonlocal_aix{32,64}): Likewise.
13725         (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
13726         operands.
13727         (call_value_nonlocal_sysv): New pattern.
13728         (indirect_jump{si,di}): Use new 'T' modifier.
13729         (tablejump{si,di} matchers): Likewise.
13730         (return_internal_{si,di}): Likewise.
13731         (return_eh_{si,di}): Likewise.
13732
13733 2000-07-24  Richard Henderson  <rth@cygnus.com>
13734
13735         * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
13736         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
13737         * config/ia64/ia64.md (movdi_internal): Use it.
13738
13739 2000-07-24  Zack Weinberg  <zack@wolery.cumb.org>
13740
13741         * cppexp.c: Warn about unary + if -Wtraditional.
13742         * cpplex.c (lex_line): Always set BOL on the first token of a line.
13743
13744 2000-07-24  Michael Meissner  <meissner@redhat.com>
13745
13746         * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
13747         unsupported macro.
13748
13749 2000-07-24  Nick Clifton  <nickc@cygnus.com>
13750
13751         * config/arm/arm.c (emit_multi_reg_push): Generate a
13752         REG_FRAME_RELEATED_NOTE that is compatable with the code in
13753         dwarf2out_debug_frame_expr.
13754
13755 2000-07-24  Jason Merrill  <jason@redhat.com>
13756
13757         * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
13758         UNALIGNED_INT_ASM_OP.
13759         (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
13760         a location expression.
13761         (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff.  Don't
13762         assume indirect access if we're saving the CFA address exactly.
13763
13764         * Makefile.in (bootstrap): Move -BstageN/ to the end.
13765
13766 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
13767
13768         * tradcpp.c (main): Update max_include_len for cpp_include_defaults
13769         as well.
13770
13771 2000-07-24  Michael Meissner  <meissner@redhat.com>
13772
13773         * invoke.texi (D30V Options): Add d30v options.
13774
13775 Mon Jul 24 02:04:52 2000  Jeffrey A Law  (law@cygnus.com)
13776
13777         * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
13778         needed by our gcse pass anymore.
13779         (free_pre_mem): Corresponding changes.
13780         (compute_pre_data): Do not call compute_transpout anymore.
13781
13782         * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
13783         (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
13784         changes.
13785
13786         * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
13787         (compute_pre_data): Do it here instead.
13788
13789         * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
13790         'temp_bitmap'.
13791         (pre_delete): Corresponding changes.
13792
13793 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
13794
13795         * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
13796         to figure out whether or not a variable has already been emitted.
13797
13798 Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>
13799
13800         * config/i860/i860.md (untyped_call expander): Use GEN_CALL
13801         instead of gen_call.
13802
13803 Sun Jul 23 11:52:03 2000  George Helffrich (george@gly.bris.ac.uk)
13804
13805         * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
13806
13807 2000-07-23  Kazu Hirata  <kazu@hxi.com>
13808
13809         * h8300.c: Fix formatting.
13810
13811 2000-07-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13812
13813         * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
13814         for `long' switch expression into a plain warning.
13815
13816         * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
13817         (yylex): Don't pedwarn for "inline" in C99 mode.
13818
13819         * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
13820         with %p.
13821         * ggc-page.c (debug_print_page_list, alloc_page, free_page,
13822         ggc_alloc): Likewise.
13823         * bb-reorder.c (dump_scope_forest_1): Likewise.
13824
13825 2000-07-22  Aldy Hernandez  <aldyh@redhat.com>
13826
13827         * reload.c (find_reloads_toplev): Add new parameter
13828         "address_reloaded".
13829         (find_reloads): Add new parameter to find_reloads_toplev calls.
13830
13831 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13832
13833         * collect2.c (main): Typo fixed.
13834         * diagnostic.c: Typo fixed.
13835         * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
13836         * eh-common.h: Typo fixed.
13837         * emit-rtl.c (start_sequence): Typo fixed.
13838         * flow.c (find_label_refs): Typo fixed.
13839         (calculate_global_regs_live): Typo fixed.
13840         (mark_regno_cond_dead): Typo fixed.
13841         (create_edge_list): Typos fixed.
13842         (verify_edge_list): Typo fixed.
13843         * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
13844         * loop.c (strength_reduce): Typo in function name fixed.
13845         * rtl.h: Added comments.  Typo in function name fixed.
13846         * rtlanal.c: Typo in function name fixed.
13847         (insn_dependant_p): Rename to ...
13848         (insn_dependent_p): ... this.
13849         (computed_jumo_p): Typo fixed.
13850
13851 2000-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13852
13853         * system.h (__FUNCTION__): Wrap definition in #ifndef.
13854
13855 2000-07-21  David Edelsohn  <edelsohn@gnu.org>
13856
13857         * rs6000.h (SIZE_TYPE): Define.
13858
13859 2000-07-21  Mark Mitchell  <mark@codesourcery.com>
13860
13861         * ssa.c (rename_insn_1): Don't rename registers that are
13862         CLOBBERed.
13863
13864 2000-07-21  Zack Weinberg  <zack@wolery.cumb.org>
13865
13866         * diagnostic.c (trim_filename, fancy_abort): Moved here from
13867         rtl.c.
13868         (fatal_function, set_fatal_function): Removed.
13869         (fatal): Don't prepare for or call the fatal_function.
13870         (diagnostic_lock, error_recursion): New.
13871         (diagnostic_for_decl, report_diagnostic): Guard against
13872         re-entering the error reporting routines.
13873         (fancy_abort): Assume function is not NULL.
13874
13875         * errors.c (fancy_abort): New.  Assume function is not NULL.
13876         * tradcpp.c (fancy_abort): Assume function is not NULL.
13877
13878         * system.h: Provide default definition of __FUNCTION__.
13879         * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
13880         Always use __FUNCTION__ in definition of abort.
13881         * tree.h: Likewise.
13882         * varray.h: Likewise.
13883         * toplev.h: Likewise.  Don't prototype set_fatal_function.
13884
13885 2000-07-20  Geoff Keating  <geoffk@cygnus.com>
13886
13887         * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
13888         in 64-bit mode.
13889         * glimits.h: Don't do #if defined for ARCH_PPC.
13890
13891         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
13892         constants of size no larger than a pointer should go in the TOC.
13893         Add 'MODE' parameter.
13894         (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
13895         ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
13896         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
13897         * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
13898         * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
13899         * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
13900         (rs6000_legitimize_address): Likewise.
13901         (rs6000_emit_move): Likewise.
13902         (rs6000_select_rtx_section): Likewise.
13903         (output_toc): Deal properly with outputting small constants like
13904         HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
13905         * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
13906         MODE parameter.  Put small constants in the TOC.
13907
13908         * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
13909         easy in SImode.
13910         (rs6000_emit_move): When reload calls us with an illegitimate
13911         address, exit early.  Move the change_address calls to one place
13912         at the end of the routine.  Merge the SImode and DImode expanders.
13913         When called by reload to put an integer into a FP register, force
13914         it to memory.
13915
13916         * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
13917         field.
13918         (rs6000_hash_constant): Hash mode too.
13919         (toc_hash_function): Allow for key_mode.
13920         (toc_hash_eq): Structures are different if key_mode differs.
13921         (output_toc): Add 'mode' parameter.  Save key_mode.
13922         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
13923         Pass 'mode' parameter.
13924         * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
13925
13926         * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
13927         for vtable references.
13928
13929         * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
13930         choice, don't put integer values in FP regs.
13931
13932 Thu Jul 20 18:13:52 2000  Jeffrey A Law  (law@cygnus.com)
13933
13934         * flow.c (verify_flow_info): Revamp code to verify that the
13935         head and end of each basic block are in the insn chain.
13936
13937 Thu Jul 20 18:02:35 2000  Michael Matz <matzmich@cs.tu-berlin.de>
13938
13939         * gcse.c (record_one_set): Prepend instead of append onto
13940         reg_set_table, making it O(n) instead O(n^2).
13941         * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
13942         Use a queue instead of a stack as worklist.
13943
13944 2000-07-20  Kazu Hirata  <kazu@hxi.com>
13945
13946         * h8300.c (two_insn_adds_subs_operand): Fix a typo.
13947         * h8300.h (OK_FOR_T): New.
13948         (EXTRA_CONSTRAINT): Support OK_FOR_T.
13949         * h8300.md: Use inc/dec.[wl] for increment/decrement
13950         by 1 and 2 in HI and SI modes.
13951
13952 2000-07-20  Jim Wilson  <wilson@cygnus.com>
13953
13954         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
13955         larger than 14 bits.
13956
13957 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13958
13959         * cppmacro.c (CAN_PASTE_AFTER): New macro.
13960         (count_params): Don't set GNU_REST_ARGS on anything.
13961         (save_expansion): Set PASTE_LEFT only on tokens for which
13962         CAN_PASTE_AFTER is true, or which are named operators.
13963
13964         * cpplex.c (parse_args): Distinguish between a rest argument
13965         given one empty argument, and a rest argument given zero arguments.
13966         (maybe_paste_with_next): Look for VOID_REST tag, and trigger
13967         deletion of previous token based on that.
13968         (get_raw_token): Flatten some control structure.
13969
13970         * cpplib.h (CPP_LAST_EQ): Correct.
13971         (VOID_REST): New token flag.
13972         (GNU_REST_ARGS): Delete.
13973
13974         * tradcpp.c (main): Don't munge -D options.
13975         (make_definition): Bring -D handling in line with cpplib.
13976         (do_define): Strip all leading whitespace from macro definitions.
13977
13978 2000-07-20  David Billinghurst <David.Billinghurst@riotinto.com.au>
13979
13980         * Makefile.in (tradcpp): Depend on intl.o and version.o.
13981
13982 2000-07-20  Bruce Korb  <bkorb@gnu.org>
13983
13984         * fixincl/check.tpl: strip the platform specific types before testing
13985         * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
13986         * fixincl/fixincl.tpl: use platform specific types
13987         * fixincl/fixlib.h: include the platform specific types
13988         * fixincl/inclhack.def(gnu_types): don't supply the types
13989         * fixincl/fixincl.x: regen
13990
13991 2000-07-19  Jim Wilson  <wilson@cygnus.com>
13992
13993         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
13994         GR_REGS.
13995
13996 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
13997
13998         * tradcpp.c (rescan): Do not recognize directives when the #
13999         is indented.
14000
14001 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
14002
14003         Implement C++ named operators.
14004
14005         * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
14006         of operators allowed in #if and having an _EQ variant.  Add
14007         CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
14008         (cpp_token flags): Add NAMED_OP.
14009         (enum node_type): Add T_OPERATOR.
14010         (struct cpp_hashnode): Add code slot to value union.
14011         * cpphash.h (spec_nodes): Remove n_defined.
14012
14013         * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
14014         (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
14015         (is_macro_disabled): Tweak error messages.
14016
14017         * cpplib.c (get_define_node): Disallow all named operators as
14018         macro names.  Tweak error messages.
14019         (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
14020
14021         * cppinit.c (builtin_array): Add entries for the named operators.
14022         * cppexp.c (lex): Check for CPP_DEFINED token.
14023         (priority table): Add entries for CPP_MIN and CPP_MAX.
14024         (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
14025
14026 2000-07-19  Bernd Schmidt  <bernds@cygnus.co.uk>
14027
14028         * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
14029         larger than the array of cuids.
14030         (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
14031         cuids.
14032
14033 2000-07-19  Bruce Korb  <bkorb@gnu.org>
14034
14035         * fixinc/fixincl.c:  Convert to using a table of environment variables
14036         and activate the auto-edit marker on the fixed output files.
14037         * fixinc/fixlib.h:  Define the environment table
14038         * fixinc/fixincl.sh: export the ${INPUT} dir
14039         * fixinc/check.tpl: likewise
14040
14041 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
14042
14043         * gcc.c (.h spec): Fix typo.
14044
14045 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14046
14047         * Makefile.in: Fix tradcif.c path.
14048
14049 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
14050
14051         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
14052           macros, not five.
14053
14054         * cpphash.h (TOKEN_NAME): New macro.
14055         (_cpp_spell_operator): Deleted.
14056         (token_spellings): Now _cpp_token_spellings.
14057
14058         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
14059         * cpplex.c: Use OP and TK macros when expanding the
14060         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
14061         store the stringification of the enumeration name (CPP_CHAR,
14062         etc.) in the name slot of token_spellings.
14063         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
14064         token_spellings directly.
14065         * cpplib.c: Use TOKEN_SPELL.
14066
14067         * cpplex.c (_cpp_push_token): If the token being pushed back
14068         is the previous token in this context, just subtract one from
14069         context->posn.
14070         * cppmacro.c (save_expansion): Clear aux field when storing a
14071         placemarker.
14072
14073 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
14074
14075         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
14076         buffer, provided it is not NULL.
14077
14078 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
14079
14080         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
14081         case of invalid volatile re-declaration.
14082
14083 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
14084
14085         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
14086         (expand_call): Adjust caller.
14087
14088 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
14089
14090         * diagnostic.h (report_diagnostic): Change prototype.
14091
14092         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
14093         diagnostic_for_decl):  Change prototype.
14094         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
14095         error, warning, error_with_file_and_line,
14096         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
14097         Adjust call to report_diagnostic, diagnostic_for_decl.
14098         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
14099         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
14100
14101         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
14102         varaible argument list.
14103
14104 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
14105
14106         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
14107         moved to cppmacro.c.
14108         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
14109         dump_hash_helper): Delete.
14110         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
14111         cpp_forall_identifiers): New. Implement specialized version of
14112         Vlad's expandable hash table.
14113         (cpp_lookup): Use new functions.
14114         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
14115         implementation.
14116         * cppmacro.c: New file.
14117         * cppinit.c (dump_macros_helper): New.
14118         (cpp_finish): Iterate over the identifier table directly.
14119         * cpplex.c (parse_name): Calculate the hash of the identifier
14120         while we scan it.  Use _cpp_lookup_with_hash when we can.
14121
14122         * cpphash.h: Update prototypes.
14123         (xcnewvec, HASHSTEP): New helper macros.
14124         * cpplib.h: Update prototypes.
14125         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
14126         (cppmacro.o): New rule.
14127         (cpphash.o): Update deps.
14128
14129         * cppmain.c: Do not set pfile->printer if no_output is on.
14130
14131 2000-07-15  Neil Booth  <neilb@earthling.net>
14132
14133         * cpplib.c: Change all directive-handler functions to return
14134         void, not int.
14135         * cpphash.h: Update typedefs.
14136
14137 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
14138
14139         * configure: Regenerate.
14140
14141         * extend.texi (Extended Asm): Mention that a memory clobber
14142         does not count as a side-effect.
14143
14144         * unroll.c (copy_loop_body): Fix one instance of using host
14145         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
14146         cross-compile.
14147
14148         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
14149
14150 2000-07-17  Richard Henderson  <rth@cygnus.com>
14151
14152         * config/ia64/ia64.md (movdi): Split out load address code.
14153         New post-reload splitter for symbolic operands.
14154         (movdi_internal): Abort if we didn't split symbolic operands
14155         when we should have.
14156         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
14157         (ia64_reorg): Split insns when not optimizing.
14158         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
14159
14160 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14161
14162         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
14163         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
14164
14165 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
14166
14167         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
14168
14169 2000-07-17  Jason Merrill  <jason@redhat.com>
14170
14171         * Makefile.in (clean): Remove libgcc directory.
14172
14173         * configure.in (-Wno-long-long check): Use higher-level macros.
14174
14175 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
14176
14177         * simplify-rtx.c (simplify_binary_operation): Recognize
14178            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
14179         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
14180            a CONST_INT, it will always be zero.
14181
14182 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
14183
14184         * loop.c (check_dbra_loop) : Return if more than one condition is
14185         present to control the loop.
14186
14187 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
14188
14189         * mips.c (mips_expand_prologue): Don't calculate the last argument
14190         register unless we need it.  When we are calculating this, make
14191         sure FUNCTION_ARG is giving us a REG.
14192
14193 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14194
14195         * flow.c (libcall_dead_p): Use single_set to verify the insn
14196         has only one set and get for analysis.
14197         (propagate_one_insn): Don't pass the PATTERN of the insn.
14198
14199 2000-07-17  Mark Klein <mklein@dis.com>
14200
14201          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
14202
14203 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14204
14205         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
14206         * configure.in (TARGET_GETGROUPS_T): Evaluate.
14207         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
14208         of second argument of getgroups.
14209         * configure, config.in: Rebuilt.
14210
14211 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
14212
14213         * simplify-rtx.c (simplify_relational_operation): Two signed
14214         values with equal high words are less/greater than each other if
14215         their low words are less/greater when considered as unsigned.
14216
14217 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
14218
14219         * configure.in (vax-*-openbsd):  Change to new style configuration,
14220         add collect2/float_format information.
14221         * configure:  Rebuilt.
14222         * config/vax/openbsd1.h:  New.
14223         * config/vax/openbsd.h:  New.
14224         * config/vax/t-openbsd:  New.
14225
14226 2000-07-17  Chip Salzenberg  <chip@valinux.com>
14227
14228         * c-common.c (shorten_compare): Quiet warnings about unsigned
14229         comparisons with zero when they occur in a system header.
14230
14231 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14232
14233         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
14234         update to describe current practice.
14235
14236         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
14237
14238         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
14239         references to C9X.  Change references to -fstd and -flang-isoc9x
14240         to refer to -std.
14241
14242         * c-common.c (scan_char_table): Allow "z" length modifiers on
14243         diouxXn formats.
14244         (check_format_info): Use TYPE_DOMAIN on the type matched against
14245         for "z" formats, to retrieve the language size_t rather than the
14246         internal one.
14247
14248         * c-common.c (check_format_info): Do not make a pedantic objection
14249         to the 'L' length modifier if used with a floating point type
14250         character.
14251
14252         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
14253         constants in C99 mode.
14254
14255 2000-07-17  Kazu Hirata  <kazu@hxi.com>
14256
14257         * h8300.md: Fix the format of mac.
14258         (movsi_h8300hs): Output a tab after stmac instead of a space.
14259
14260         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
14261         profitable adds/subs sequences.
14262
14263         * fold-const.c: Fix comment typos.
14264
14265 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
14266
14267         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
14268
14269 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14270
14271         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
14272
14273 2000-07-16  Neil Booth  <NeilB@earthling.net>
14274
14275         * cpplex.c: Update comments.
14276         * README.Portability: Small update.
14277
14278 2000-07-16  Neil Booth  <NeilB@earthling.net>
14279
14280         * README.Portability:  Small update.
14281
14282 2000-07-15  Richard Henderson  <rth@cygnus.com>
14283
14284         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
14285         * config/ia64/ia64.c (ia64_move_ok): New function.
14286         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
14287         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
14288
14289 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
14290
14291         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
14292         immediately following a paste operator.
14293         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
14294         (cpp_reader_init): Call it, if HOST_EBCDIC.
14295         (cpp_handle_options): Do not sort option list here.
14296         (handle_option): Rename to cpp_handle_option and export.
14297         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
14298         _cpp_get_token directly.
14299         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
14300         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
14301         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
14302         cpp_scan_line.
14303
14304 2000-07-15  Richard Henderson  <rth@cygnus.com>
14305
14306         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
14307         cast around an expression.  Tidy other unsigned tests.
14308
14309 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
14310
14311         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
14312         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
14313         (v_message_with_decl): Rename to ...
14314         (format_with_decl): ... this. Tweak
14315         (diagnostic_for_decl): New function.
14316         (fatal_io_error): Use verbatim in lieu of notice.
14317         (announce_function): Use verbatim.
14318         (default_print_error_function): Likewise.
14319         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
14320         infratructure.
14321
14322 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14323
14324         * mips.c (function_arg_pass_by_reference): Don't do automatic
14325         aggregate initialization.
14326         (machine_dependent_reorg): Initialize variable `mode'.
14327
14328         * mips.md (absdi2): Change variable `regno1' to unsigned int.
14329         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
14330         conflicts with sys/param.h macro of the same name.
14331         (reload_outdi): Likewise.
14332
14333 2000-07-15  Michael Meissner  <meissner@redhat.com>
14334
14335         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
14336         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
14337         create a new node instead.
14338
14339 2000-07-15  Neil Booth  <NeilB@earthling.net>
14340
14341         * README.Portability: Correct example about calling a function
14342         through a pointer to function.  Format wide paragraphs.
14343
14344 2000-07-15  Michael Meissner  <meissner@redhat.com>
14345
14346         * README.Portability: Update integer suffixes and function
14347         prototype sections.
14348
14349 2000-07-15  Neil Booth  <NeilB@earthling.net>
14350
14351         * README.Portability: Small update.
14352
14353 2000-07-15  Neil Booth  <NeilB@earthling.net>
14354
14355         * README.Portability: New file.
14356
14357 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
14358
14359         * INSTALL: Give special instructions for building GCC on Irix 6.
14360         * config/mips/x-iris6 (CC): Don't set it.
14361         (OLDCC): Likewise.
14362
14363 2000-07-14  Jason Merrill  <jason@redhat.com>
14364
14365         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
14366         register in the stack and later in another register, use the new
14367         register.
14368
14369 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
14370
14371         * config/mips/mips.md: (absdi2): Handle sign_extend for
14372         second operand.
14373
14374 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
14375
14376         * cpplib.c (do_pragma_dependency): Tidy warning messages.
14377
14378 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
14379
14380         * .cvsignore: Correct typo.
14381
14382 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
14383
14384         * .cvsignore: Add generated YACC files.
14385         * objc/.cvsignore: New file.
14386
14387 2000-07-14  Neil Booth  <NeilB@earthling.net>
14388
14389         * cpplex.c (adjust_column): New funcion.
14390         (skip_whitespace): Use it.
14391         (skip_block_comment): Use it, and warn about /*/* with
14392         -Wcomments.
14393
14394 2000-07-14  Neil Booth  <NeilB@earthling.net>
14395
14396         * cpphash.c (struct macro_info): Add new members.
14397         (_cpp_free_definition): Delete the macro directly.
14398         (count_params): Return void, with first token of
14399         expansion in struct macro_info on success.
14400         (parse_define): Return int.  Hoist syntax checking from
14401         save_macro_expansion.  Leave call to save_expansion to
14402         _cpp_create_definition.
14403         (alloc_macro): Needs just 2 arguments.
14404         (free_macro): Delete.
14405         (save_expansion): Don't perform syntax check.
14406         (_cpp_create_definition): Call save_expansion.
14407
14408 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14409
14410         * genrecog.c (write_header): Split long string.
14411
14412         * cpphash.c (macro_info): Don't use the `signed' keyword.
14413
14414         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
14415
14416 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
14417
14418         * calls.c (stored_args_map): New variable.
14419         (check_sibcall_argument_overlap_1): New.
14420         (check_sibcall_argument_overlap): New.
14421         (expand_call): Initialize stored_args_map.
14422         Call check_sibcall_argument_overlap.
14423
14424 2000-07-13  Bruce Korb  <bkorb@gnu.org>
14425
14426         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
14427         (emit_gnu_type): utility procedure for gnu_type_fix
14428         (gnu_type_fix): implement various pre-processor guards around
14429         standard types so these types can be defined over and over
14430         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
14431         types alluded to above will have GNU-compliant base types
14432         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
14433         * fixinc/inclhack.def: add test_text entries and utilize the new
14434         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
14435         * fixinc/fixincl.x: regenerate
14436
14437 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
14438
14439         * diagnostic.c (vline_wrapper_message_with_location,
14440         v_message_with_file_and_line, v_error_with_file_and_file,
14441         v_error_for_asm, v_warning_for_asm, vfatal,
14442         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
14443         vsorry, verror, vwarning, vpedwarn): Remove.
14444         (diagnostic_for_asm): New function.
14445         (pedwarn, error, warning, pedwarn_with_file_and_line,
14446         error_with_file_and_line, warning_with_file_and_line, sorry,
14447         error_for_asm, warning_for_asm, fatal): Reimplement.
14448         (finish_diagnostic): Clear diagnostic info as well.
14449
14450 2000-07-13  Neil Booth  <NeilB@earthling.net>
14451
14452         * c-common.h (flag_digraphs): New.
14453         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
14454         * c-lex.c (yylex): Use flag_digraphs to decide whether to
14455         honour digraphs.
14456
14457 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
14458
14459         * gcc.c (do_spec_1): Add new %B operator.
14460         (set_input): Prepare for %B.
14461
14462         (link_command_spec): Move up with the other tm.h-
14463         overrideable specs.  Factor out the portion conditional on
14464         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
14465         (struct compiler): Just have a single spec string.  All users
14466         updated.
14467         (default_compilers): Remove unnecessary braces.
14468         (static_specs): Update.
14469
14470         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
14471         named specs.
14472         (C and assembly specs): Use the new named specs, as appropriate.
14473
14474         * objc/lang-specs.h: Use the new named specs.
14475         Remove unnecessary braces.
14476
14477 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14478
14479         * gcc.c (execute): If a subprocess gets a fatal signal, report
14480         strsignal() of the signal number, and ask for a bug report.
14481         Do not do this for SIGPIPE if there's already been an error.
14482
14483         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
14484         Delete pipe_closed.
14485
14486         * tradcif.c: Remove.
14487
14488 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14489
14490         * final.c (profile_function): Do not emit profile counters in
14491         the data section, if NO_PROFILE_COUNTERS is defined.
14492         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
14493         FUNCTION_PROFILER.
14494
14495         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
14496         (FUNCTION_PROFILER): Just emit a call to mcount.
14497
14498 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14499
14500         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
14501
14502         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
14503         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
14504         traditional, lang_chill, or lang_fortran.
14505
14506         * cppfiles.c: #undef strcmp to suppress warning about macros
14507         used without arguments.
14508         (_cpp_execute_include): Use f, not fname, in "No include path"
14509         error.
14510         (_cpp_pop_file_buffer): New function.
14511         * cpplib.c: Don't include <sys/mman.h>.
14512         (cpp_push_buffer): Set line_base and lineno in new buffer.
14513         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
14514
14515         * cpplex.c: Move all prototypes and structure declarations to the
14516         top of the file.  Properly parenthesise some macro arguments.
14517         (cpp_scan_line): New function.
14518         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
14519         don't need to walk up the stack counting.
14520
14521 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14522
14523         * c-common.c (combine_strings): Emit a pedantic warning when a
14524         string length is greater than the minimum ANSI C is required
14525         to support.
14526
14527 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
14528
14529         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
14530         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
14531
14532 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14533
14534         * c-decl.c (define_label): Warn about identifier conflicts with
14535         labels in traditional C.
14536
14537         * c-parse.in (unop +): Warn about the unary plus operator for
14538         traditional C.
14539
14540         * c-typeck.c (store_init_value): Warn about automatic aggregate
14541         initialization for traditional C.
14542
14543         * invoke.texi (-Wtraditional): Document new warnings.
14544
14545 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14546
14547         * Makefile.in (c-errors.o): Fix thinko in dependency.
14548
14549 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14550
14551         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
14552         -traditional, -ftraditional, or -traditional-cpp was given.
14553         Do not pass -traditional to the preprocessor.
14554         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
14555         preprocessor does it automatically.
14556         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
14557
14558         * ch/lang-specs.h: Always use tradcpp.  Do not pass
14559         -traditional, -trigraphs, or -pedantic to the preprocessor.
14560         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
14561         _LANGUAGE_FORTRAN.
14562
14563 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14564
14565         * cppexp.c (LOGICAL): Delete macro.
14566         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
14567         and && directly.
14568
14569         * cpphash.c (HASHSIZE): Increase to 4096.
14570         (struct hashdummy): Add hash field.
14571         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
14572         the string values using memcmp.
14573         (cpp_lookup): Set dummy.hash.
14574
14575 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
14576
14577         * configure.in (m88k-openbsd): Express configuration using new fragment
14578         style.
14579         * configure: Rebuilt.
14580         * m88k/aout-dbx.h: New.
14581         * m88k/openbsd.h: New.
14582         * m88k/xm-openbsd.h: New.
14583
14584 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14585
14586         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
14587
14588 2000-07-12  Richard Henderson  <rth@cygnus.com>
14589
14590         * reload.c (push_secondary_reload): Make sure to add the new
14591         reload at the end, after acquiring secondary memory.
14592
14593 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14594
14595         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
14596
14597         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
14598         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
14599
14600         * c-parse.in (stmt): Delete unused variables.
14601
14602         * convert.c (convert_to_vector): Likewise.
14603
14604         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
14605
14606         * tree.c (finish_vector_type): Prototype.
14607
14608 2000-07-12  Bruce Korb  <bkorb@gnu.org>
14609
14610         * fixinc/fixfixes.c: use xmalloc
14611         * fixinc/fixincl.c(initialize): set program name for xmalloc
14612         * fixinc/fixlib.c(must_malloc): obsolete
14613         (is_cxx_header): no longer used - disabled
14614         (skip_quote): inserted and disabled for future use
14615         * fixinc/fixlib.h: reflects above
14616         * fixinc/fixtests.c: removed dinkleberries
14617
14618 2000-07-12  Neil Booth  <NeilB@earthling.net>
14619
14620         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
14621         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
14622
14623         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
14624         struct toklist_dummy): New.
14625         (cpp_free_definition): Free macros with free_macro.
14626         (count_params): Don't save paramter spellings.  Save macro
14627         information in a struct macro_info.
14628         (parse_define): Don't allocate a token list.
14629         (save_expansion): Allocate the macro's token list, and
14630         save parameter spellings if necessary.  Use TOKEN_SPELL.
14631         (cpp_create_definition): Make list const.
14632
14633 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14634
14635         * c-typeck.c (pedwarn_c99): Move to
14636         * c-errors.c: ... Here.
14637         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
14638         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
14639         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
14640         (c-errors.o): List dependency.
14641
14642 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
14643
14644         * c-parse.c: Remove.
14645         * c-parse.h: Likewise.
14646         * c-parse.y: Likewise.
14647         * objc/objc-parse.c: Likewise.
14648         * objc/objc-pasre.y: Likewise.
14649
14650 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
14651
14652         * gcc.texi: Fix minor typos
14653         * extend.texi: Fix minor typos
14654
14655 2000-07-11  Marc Espie <espie@openbsd.org>
14656
14657         * collect2.c (main): Recognize .lo as object files.
14658
14659 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14660
14661         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
14662         true.
14663
14664         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
14665         with MAP_ANONYMOUS and MAP_ANON.
14666         * configure, config.in: Rebuilt.
14667
14668 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14669
14670         * diagnostic.c (save_output_state): Remove.
14671         (restore_output_state): Likewise.
14672         (clear_text_info): New function.
14673         (clear_diagnostic_info): Likewise.
14674         (output_text_length, is_starting_newline, output_prefix,
14675         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
14676         prefixing_policy, output_buffer_ptr_to_format_args): New macros
14677         (set_real_maximum_length, output_set_maximum_length,
14678         output_set_prefix, output_get_prefix, output_set_maximum_length,
14679         output_destroy_prefix, init_output_buffer,
14680         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
14681         output_add_newline, output_add_character, output_add_space,
14682         output_append_r, output_append, wrap_text, output_format,
14683         output_do_printf, output_printf, output_do_verbatim,
14684         output_verbatim, verbatim): Use them.
14685         (output_clear): Split into cleat_text_info and
14686         clear_diagnostic_info.
14687         (struct output_state): Move to...
14688
14689         * diagnostic.h: ...Here
14690         (struct output_buffer): Adjust.
14691
14692 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
14693
14694         * cpplex.c (parse_name): No longer inline (premature optimization).
14695         (do_pop_context): Fold into pop_context.
14696         (pop_context): Returns int.
14697         (lex_next): Hoist test for end of directive into pop_context.
14698         (push_macro_context): Returns int; takes just reader and token.
14699         Hoist test for excessive nesting to caller.
14700         (push_arg_context): Returns void; takes just reader and token.
14701         Do not call stringify_arg or get_raw_token.
14702         (get_raw_token): Convert tail recursion through push_arg_context
14703         to a loop at this level.  Call stringify_arg here if appropriate.
14704         (maybe_paste_with_next): Convert tail recursion to a while loop.
14705         Hoist test of paste_level to caller.
14706
14707         (stringify_arg): Push arg context at beginning.
14708         (cpp_get_token): Split out core into _cpp_get_token.  Call
14709         process_directive here.  Throw away CPP_PLACEMARKER tokens.
14710         (_cpp_get_token): Convert tail recursion through
14711         push_macro_context to a loop at this level.
14712         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
14713         _cpp_get_raw_token): Use _cpp_get_token.
14714         (_cpp_skip_rest_of_line): Drop the context stack directly; do
14715         not call pop_context.
14716         (_cpp_run_directive): Call lex_next directly.
14717
14718         * cpphash.h: Prototype _cpp_get_token.
14719         * cppexp.c (lex): Use it.
14720         * cpphash.c (parse_define): Use it.
14721         * cpplib.c (get_define_node, do_undef, parse_include,
14722         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
14723         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
14724         parse_ifdef, validate_else): Use it.
14725         (cpp_push_buffer): Tweak error message; abort if anyone tries
14726         to push a buffer while macro expansions are stacked.
14727
14728 2000-07-11  Donn Terry  <donnte@microsoft.com>
14729
14730         * cpplex.c (free_macro_args, save_token): Cast arg of free
14731         and/or xrealloc to PTR.
14732         (_cpp_init_input_buffer): Clear all fields of the base context.
14733
14734 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
14735
14736         * gensupport.c (process_rtx): Make rtl checking stop
14737         complaining about the define_insn while it is being
14738         converted from a define_insn_and_split.
14739
14740 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
14741
14742         * config/mips/mips.c (simple_memory_operand): Access the
14743         INTVAL of the address, not it's containing MEM.
14744
14745 2000-07-11  Bruce Korb  <bkorb@gnu.org>
14746
14747         * fixinc/fixtests.c(double_slash): obsolete
14748         (else_endif_label): likewise
14749         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
14750         (libc1_ifdefd_memx): correct initial comment
14751         and omit the #if/#endif pair from the memxxx declarations
14752         * fixinc/fixincl.x: regen
14753
14754 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14755
14756         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
14757
14758 2000-07-11  Neil Booth  <NeilB@earthling.net>
14759
14760         * cpp.texi: Update.
14761
14762 2000-07-11  Neil Booth  <NeilB@earthling.net>
14763
14764         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
14765         (handle_option): Set digraphs according to standard.
14766         Merge OPT_lang_c89 handler with OPT_std_c89.
14767
14768         * cpplex.c: (lex_line, can_paste): Honour digraphs in
14769         accordance with the digraphs flag.
14770
14771         * cpplib.h: (struct cpp_options): New option digraphs.
14772
14773 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
14774             Bruce Korb  <bkorb@gnu.org>
14775
14776         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
14777         * fixinc/fixincl.x: Regenerate.
14778         * fixinc/tests/base/testing.h: Add testcase.
14779
14780 2000-07-10  Richard Henderson  <rth@cygnus.com>
14781
14782         * config/ia64/ia64.c (got_symbolic_operand): New.
14783         (symbolic_operand, move_operand): Revert 0701 change.
14784         * config/ia64/ia64.h (PREDICATE_CODES): Update.
14785         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
14786         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
14787         split the offset into a 14-bit low part instead of a 13-bit low part.
14788         (load_fptr): Mark the mem as unchanging.
14789         (load_symptr): Use got_symbolic_operand.
14790
14791 2000-07-10  Nick Clifton  <nickc@cygnus.com>
14792
14793         * libgcc2.c (next_stack_level): Cast result of computation to
14794         (void **) so that the assignment does not generate a warning.
14795
14796 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
14797
14798         * flags.h : Add new variable flag_single_precision_constant.
14799         * toplev.c (display_help) : Add -fsingle-precision-constant option.
14800         (flag_single_precision_constant): New.
14801         * c-lex.c (yylex): Convert floating point constant to single
14802         precision constant.
14803         * invoke.texi : Add documentation for this new option.
14804
14805 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
14806
14807         * diagnostic.c (output_octal): Second parameter is unsigned.
14808         (output_long_octal): Likewise.
14809         (output_hexadecimal): Likewise.
14810         (output_long_hexadecimal): Likewise.
14811         (output_format): Adjust arguments extraction. Tweak.
14812         (output_verbatim, verbatim): End variable argument list.
14813         (report_diagnostic): Improve documentation.
14814
14815 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
14816
14817         * c-common.h (build_stmt): Declare.
14818         (build_continue_stmt): Likewise.
14819         (build_break_stmt): Likewise.
14820         (build_return_stmt): Likewise.
14821
14822         * c-decl.c (do_case): Rewrite to do what previously done in
14823         c-parse.in.
14824
14825         * c-semantics.c (build_stmt): Define.
14826         (build_return_stmt): Likewise.
14827         (build_break_stmt): Likewise.
14828         (build_continue_stmt): Likewise.
14829         (build_case_label): Likewise.
14830
14831         * c-parse.in (BREAK): Change to build tree, then generate RTL.
14832         (CONTINUE): Likewise.
14833         (RETURN): Likewise.
14834         (CASE): Likewise.
14835         (DEFAULT): Likewise.
14836
14837         * c-parse.y: Regenerate.
14838         * c-pasre.c: Likewise.
14839
14840 2000-07-09  Jason Merrill  <jason@redhat.com>
14841
14842         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
14843
14844         * tree.h (STRIP_NOPS): Check for error_mark_node.
14845         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
14846         (dwarf2out_*): Remove duplicate declarations.
14847
14848         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
14849         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
14850
14851 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
14852
14853         * diagnostic.c (wrap_text): New function.
14854         (maybe_wrap_text): Likewise.
14855         (output_add_string): Use it.
14856         (output_format): Likewise.
14857         (count_error): Use verbatim instead of notice.
14858         (report_error_function): Likewise. Don't use plain fprintf.
14859         (finish_diagnostic): New function.
14860         (output_do_verbatim): Tweak.  Commonalize functionalities in
14861         output_verbatim and verbatim.
14862         (output_verbatim): Adjust.
14863         (verbatim): Likewise.
14864         (report_diagnostic): Define.
14865
14866         * diagnostic.h (report_diagnostic): Prototype.
14867
14868 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
14869
14870         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
14871
14872 2000-07-09  Neil Booth  <NeilB@earthling.net>
14873
14874         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
14875         IShspace, ISspace: Update.
14876
14877         * cppinit.c: ISTABLE: Update.
14878         V: New.
14879
14880         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
14881         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
14882         (skip_block_comment, skip_line_comment, parse_string,
14883         lex_line): Use is_vspace rather than IS_NEWLINE.
14884         (skip_whitespace, lex_line): Clean up to use is_nvspace.
14885         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
14886         gets a BOL flag.
14887         (lex_next): Unconditionally stop if within a directive.
14888         Treat directives within macro invocations as directives
14889         (after parse_args emits error), not as the argument.
14890
14891 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
14892
14893         * diagnostic.c (diagnostic_args): New macro.
14894         (diagnostic_msg): Likewise.
14895         (output_formatted_integer): Likewise.
14896         (output_state): New data type.
14897         (digit_buffer): Make global.
14898         (output_add_integer): Rename to output_decimal. Squeeze
14899         digit_buffer.
14900         (output_long_decimal, output_unsigned_decimal,
14901         output_long_unsigned_decimal, output_octal, output_long_octal,
14902         output_hexadecimal, output_long_hexadecimal): New functions.
14903         (output_append_r): New function.
14904         (output_append): Tweak.
14905         (output_flush_on): Rename to output_to_stream.
14906         (output_format): Change prototype.  Improve documentation. Handle
14907         more format specifiers.
14908         (build_location_prefix): Rename to context_as_prefix.
14909         (output_notice): Rename to output_do_printf.
14910         (output_printf): Tweak.
14911         (line_wrapper_printf): Likewise.
14912         (vline_wrapper_message_with_location): Adjust call to renamed
14913         functions.
14914         (v_message_with_decl): Likewise.
14915         (default_print_error_function): Likewise.
14916         (save_output_state): New function.
14917         (restore_output_state): Likewise.
14918         (output_do_verbatim): Likewise.
14919         (output_verbatim): Define.
14920         (verbatim): Likewise.
14921
14922         * diagnostic.h (printer_fn): Change return type from void to int.
14923         Improve documentation.
14924         (output_add_integer): Rename to output_decimal.
14925         (output_flush_on, output_format): Don't export.
14926         (output_verbatim, verbatim): Declare.
14927
14928 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
14929
14930         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
14931         Check whether c divides op1 exactly if operation is not
14932         multiplication.
14933
14934 2000-07-08  Richard Henderson  <rth@cygnus.com>
14935
14936         * final.c (final): Do not abort when reg-stack introduces
14937         a new insn.
14938
14939 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
14940
14941         * cpplib.h (struct cpp_name): Now struct cpp_string.
14942         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
14943         CPP_HEADER_NAME): Change to type S.
14944         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
14945         field, a cpp_hashnode *.  All references to val.name updated
14946         to use val.str or val.node as appropriate.
14947         (struct cpp_reader): Add spec_nodes field.
14948         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
14949
14950         * cpphash.h (struct spec_nodes): New.
14951         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
14952         val.str.  All references to 'spelling > SPELL_NONE' updated to
14953         match.
14954
14955         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
14956         pfile->buffer->inc are not NULL before dereferencing them.
14957
14958         * cpplex.c (parse_name): Take a pointer to the current token,
14959         plus current position and limit as args; return the new
14960         position; don't copy the text of a name into the string
14961         buffer, instead call cpp_lookup and store the node pointer.
14962         If extending a token, copy out the text of the old into a
14963         scratch buffer, append the new, look that up and store the new
14964         node pointer.  Inline.
14965         (maybe_paste_with_next): If the result of paste is a NAME,
14966         then look up the pasted text and store its node pointer.
14967         (lex_line): Adjust for new parse_name interface.
14968         Check for L"str", L'str' using spec_nodes->n_L.
14969         (spell_token): SPELL_IDENT tokens have their spelling in
14970         val.node->name.  Handle SPELL_STRING tokens that don't have
14971         string delimiters.
14972         (_cpp_expand_name_space,
14973         (can_paste): Check for L ## "str" using spec_nodes->n_L.
14974         (cpp_get_token, special_symbol): No need to call cpp_lookup.
14975         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
14976         return 1=equal 0=not, not a tristate.
14977
14978         * cpphash.c (var_args_str): Delete.
14979         (find_param): Compare node fields directly.
14980         (is__va_args__): Use CPP_PEDANTIC.  Just compare
14981         token->val.node with spec_nodes->n__VA_ARGS__.
14982         (dump_funlike_macro): Don't use var_args_str.
14983
14984         * cpplib.c (_cpp_check_directive): Just walk through
14985         spec_nodes->dirs comparing pointers.
14986         (get_define_node, do_pragma_poison, detect_if_not_defined,
14987         parse_ifdef): The identifier has already been looked up.
14988         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
14989         node.
14990         (do_if): Only call detect_if_not_defined at beginning of file.
14991         (_cpp_parse_assertion): Only copy string pointers for
14992         SPELL_STRING tokens.
14993         (pragma_dispatch): Take a node pointer and examine its name
14994         field.
14995         (_cpp_init_stacks): Also initialize the spec_nodes structure.
14996
14997         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
14998         _cpp_init_macros.
14999         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
15000         reverse order from the corresponding _cpp_init_* routines.
15001
15002         * cppexp.c (parse_number, parse_charconst, parse_defined,
15003         lex): Check val.node->type instead of calling cpp_defined.
15004         Use spec_nodes entries where appropriate.
15005
15006         * fix-header.c, scan-decls.c: Update for interface changes.
15007
15008 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
15009
15010         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
15011         emitting aux_truncdfsf2.
15012
15013 2000-07-03  Donn Terry  (donnte@microsoft.com)
15014
15015         * cppinit.c (print_help): split overlong line into ISO C89
15016         maximum chunks.
15017
15018 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
15019
15020         * cppexp.c: Update all code for new lexer interface.
15021         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
15022         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
15023         * cpplex.c (token_names): Trim leading CPP_ from names; make
15024         the strings unsigned.
15025         (_cpp_spell_operator): New.
15026         (is_macro_disabled): Disable all macros if rescanning
15027         preprocessed text.
15028         (_cpp_get_directive_token): Remove.
15029
15030         * cppinit.c: Don't set no_macro_expand.
15031         * cpplib.c (read_line_number, do_line): Check only for EOF,
15032         not VSPACE.
15033         * cpphash.h: Update prototypes.
15034         * cpplib.h (CPP_VSPACE): Remove.
15035         (struct cpp_reader): Remove no_macro_expand.
15036
15037 2000-07-08  Neil Booth  <NeilB@earthling.net>
15038
15039         * cpphash.c (is__va_args__): New function.
15040         (count_params): Fix line reported in error messages.  Use
15041         is__va_args__.  Don't return ')' on error.  Flag GNU style
15042         rest args macro definitions.
15043         (parse_define): Check macro name is not __VA_ARGS__.
15044         (save_expansion): Check identifier in non-varargs-macro is
15045         not __VA_ARGS__.  Don't flag GNU_VARARGS.
15046         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
15047         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
15048          than per-token GNU_VARARGS.
15049         * cpplib.h (GNU_VARARGS): Remove.
15050         (GNU_REST_ARGS): New.
15051
15052 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
15053
15054         * i386.md (call_pop, call, call_value_pop): Do not set
15055         current_function_uses_pic_offset_table for calls to static
15056         functions or indirect calls.
15057
15058 2000-07-07  Jim Wilson  <wilson@cygnus.com>
15059
15060         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
15061         is_predicate_reg, then take max write_count of register pair.
15062
15063 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15064
15065         * tradcpp.c (main): Rename label `include' to `add_include' to
15066         avoid conflicts with variable `include' in traditional C.
15067
15068 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
15069
15070         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
15071
15072 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
15073
15074         * sibcall.c (uses_addressof): Add INMEM argument, check for
15075         current_function_internal_arg_pointer outside of MEM rtxs in addition
15076         to ADDRESSOFs.
15077         (sequence_uses_addressof): Update caller.
15078
15079 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
15080
15081         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
15082         and friends.
15083
15084 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15085
15086         * system.h (UNION_INIT_ZERO): New macro for initializing union
15087         members in structs.
15088
15089         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
15090
15091 2000-07-07  Neil Booth  <NeilB@earthling.net>
15092
15093         * cpp.texi: Update.
15094
15095 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
15096
15097         * final.c (final): Detect out of bounds array access to
15098         the insn_lengths array.
15099
15100 2000-07-07  Kazu Hirata  <kazu@hxi.com>
15101
15102         * fold-const.c (fold): Fix a comment typo.
15103
15104 2000-07-07  Neil Booth  <NeilB@earthling.net>
15105
15106         * cpp.texi: Update to new lexer.
15107
15108 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
15109
15110         * tradcpp.c: New file.
15111         * tradcif.y: New file.
15112         * tradcif.c: New generated file.
15113
15114         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
15115         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
15116         dependencies of C.  Install tradcpp from install-common, in
15117         $(libsubdir).
15118
15119 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
15120
15121         * cppinit.c: Include cppdefault.h.  Refer to
15122         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
15123         to GCC_INCLUDE_DIR and its length.
15124         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
15125         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
15126         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
15127         cppdefault.h.
15128         (include_defaults_array): Move to cppdefault.c.
15129
15130         * cppdefault.h: New file.
15131         * cppdefault.c: New file.
15132
15133         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
15134         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
15135         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
15136         this file.
15137
15138 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15139
15140         * reload.c (push_reload): When seeing if can reuse a register,
15141         check extra registers against widest of INMODE and OUTMODE.
15142
15143 2000-07-06  Neil Booth  <NeilB@earthling.net>
15144
15145         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
15146         based on full length of predicate.
15147
15148 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
15149
15150         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
15151         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
15152
15153 2000-07-05  Kazu Hirata  <kazu@hxi.com>
15154
15155         * h8300-proto.h: Fix formatting.
15156         * h8300.c: Likewise.
15157         * h8300.h: Likewise.
15158
15159 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15160
15161         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
15162         CCmode.
15163
15164 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
15165
15166         * invoke.texi: Fix minor typos
15167         * md.texi: Fix minor typos
15168
15169 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
15170
15171         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
15172
15173 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
15174
15175         * cpplex.c: Don't include sys/mman.h.
15176         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
15177
15178         * cpplib.c: Include sys/mman.h and obstack.h.
15179         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
15180         obstack.
15181         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
15182         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
15183         bother freeing if stack entries (they will be freed with their buffer).
15184         (do_endif): Free if stack entries from the buffer obstack.
15185         (push_conditional): Allocate if stack entries from the buffer obstack.
15186
15187         (find_answer): Rename to _cpp_find_answer.
15188         (do_assert, do_unassert): Update.
15189
15190         * cpphash.h: Update prototypes.
15191         (xobnew): New convenience macro.
15192         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
15193         Update comments.
15194         (struct cpp_hashnode): Remove disabled field.
15195
15196         * cppinit.c: Don't include hashtab.h or splay-tree.h.
15197         (report_missing_guard): Moved to cppfiles.c.
15198         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
15199         cpp_init_includes.
15200         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
15201         cpp_cleanup_includes.  Don't destroy hashtab or
15202         all_include_files here.
15203         (cpp_finish): Use _cpp_report_missing_guards.
15204
15205         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
15206         (_cpp_init_include_table): Rename _cpp_init_includes.
15207         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
15208
15209         * cppexp.c (parse_assertion): Update for new name of
15210         find_answer.
15211
15212         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
15213
15214 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
15215
15216         * cpplib.c (do_ident): s/VSPACE/EOF/
15217
15218 2000-07-05  Neil Booth  <NeilB@earthling.net>
15219
15220         * cpplex.c: Fix trigraph replacement within strings.
15221
15222 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15223
15224         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
15225
15226         * xcoffout.c (assign_type_number): Constify.
15227         (xcoffout_source_file): Add static prototype.  Don't needlessly
15228         cast away const-ness.
15229
15230 2000-07-04  Jason Merrill  <jason@redhat.com>
15231
15232         * frame.h (frame_state): Move base_offset to end.
15233
15234 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
15235
15236         * calls.c (emit_library_call_value_1): Revert previous change.
15237
15238 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
15239
15240         * fix-header.c (struct partial_proto): Remove unnecessary fields.
15241         (recognized_extern, recognized_function, read_scan_file):
15242         Update for new scheme.
15243         (check_protection): It's still a multiple include guard even
15244         if it doesn't always trigger.
15245         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
15246         new scheme.
15247         * scan.h: Declare struct cpp_token.  Update prototypes.
15248
15249 2000-07-03  Neil Booth  <neilb@earthling.net>
15250             Zack Weinberg  <zack@wolery.cumb.org>
15251
15252         Complete overhaul of the lexer and macro expander.
15253
15254         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
15255         arg, arglist, argdata, reflist, collect_objlike_expansion,
15256         collect_funlike_expansion, collect_params,
15257         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
15258         unsafe_chars, macarg, compare_defs, special_symbol,
15259         scan_arguments, stringify, funlike_macroexpand,
15260         _cpp_quote_string, monthnames): Delete.
15261         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
15262         _cpp_create_definition, _cpp_dump_definition,
15263         dump_hash_helper): Adjust.
15264         (find_param, count_params, parse_define, var_args_str,
15265         check_macro_redefinition, save_expansion): New.
15266
15267         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
15268         parse_string, output_line_command, trigraph_replace,
15269         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
15270         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
15271         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
15272         _cpp_skip_rest_of_line): Modify.
15273
15274         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
15275         find_position, null_warning, bump_column, expand_name_space,
15276         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
15277         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
15278         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
15279         _cpp_prescan): Delete.
15280
15281         (dump_param_spelling, process_directive, lex_next,
15282         is_macro_disabled, stringify_arg, expand_context_stack,
15283         output_token, make_string_token, alloc_number_token,
15284         special_symbol, duplicate_token, maybe_paste_with_next,
15285         can_paste, prevent_macro_expansion, restore_macro_expansion,
15286         get_temp_token, release_temp_tokens, quote_string,
15287         token_names, token_spellings, _cpp_expand_name_space,
15288         _cpp_glue_header_name, _cpp_reserve_name_space,
15289         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
15290         placemarker_token, eof_token, cpp_context, macro_args,
15291         get_raw_token, parse_arg, parse_args, save_token,
15292         push_arg_context, push_macro_context, pop_context,
15293         do_pop_context, free_macro_args, _cpp_get_line,
15294         _cpp_run_directive): New.
15295
15296         * cpplib.c (validate_else, parse_include, push_conditional,
15297         pass_thru_directive, read_line_number, parse_ifdef,
15298         detect_if_not_defined, _cpp_check_directive, do_define,
15299         do_undef, do_include, do_import, do_include_next, do_error,
15300         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
15301         top_pragmas, do_pragma_gcc, do_pragma_implementation,
15302         do_pragma_poison, do_pragma_system_header,
15303         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
15304         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
15305         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
15306         cpp_defined): Update for new scheme.
15307         (strtoul_for_line, get_define_node, dump_macro_name,
15308         _cpp_check_linemarker, _cpp_parse_assertion): New.
15309         (_cpp_handle_directive, do_pragma_default): Delete.
15310
15311         * cpphash.h (struct predicate): Now struct answer.
15312         (enum spell_type, struct token_spelling, struct directive,
15313         directive_handler): New.
15314         Update prototypes.  Remove unused macros.
15315         * cpplib.h: Update prototypes.  Remove unused macros,
15316         structure definitions, and fields.
15317
15318         * cpperror.c (print_containing_files, v_message): Adjust.
15319         * cppexp.c (parse_assertion, lex, parse_escape,
15320         _cpp_parse_expr): Adjust.
15321         * cppfiles.c (open_include_file, _cpp_execute_include,
15322         _cpp_compare_file_date, cpp_read_file, read_include_file):
15323         Adjust.
15324         * cppinit.c (dump_special_to_buffer): Delete.
15325         (append_include_chain, merge_include_chains, cpp_reader_init,
15326         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
15327         cpp_finish, handle_option, print_help): Adjust.
15328         * cppmain.c (main): Adjust.
15329
15330 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
15331
15332         * cppspec.c (lang_specific_driver): Use double quotes in error
15333         message.
15334
15335 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
15336
15337         * calls.c (emit_library_call_value_1): Use valreg instead
15338         of hard_libcall_value.
15339
15340 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
15341
15342         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
15343         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
15344         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
15345         (movhi): Likewise.
15346         (movqi): Likewise.
15347         (movdf): Likewise.
15348         (movsf): Likewise.
15349         (movdi): Likewise.
15350         (movti): Likewise.
15351
15352         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
15353         mode instead of wider_mode is being used.
15354
15355 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
15356
15357         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
15358         of 'r'. Use q_regs_operand.
15359         (andsi_1+2): Use q_regs_operand.
15360
15361 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
15362
15363         * builtins.c (get_memory_rtx): Always put into alias set 0.
15364
15365 2000-07-03  Nick Clifton  <nickc@cygnus.com>
15366
15367         * config/arm/arm.md: Fix post increment and pre increment
15368         peepholes so that they do not generate UNPREDICATBLE opcodes.
15369         (ie ones where the increment clobbers the source/destination).
15370
15371 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
15372
15373         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
15374         change too big for -mtiny-stack" a warning, if larger than 63.
15375         (out_set_stack_ptr): Change the logic so -mno-interrupts is
15376         always safe to use on possible future devices.
15377         (function_prologue): Write SPH before SPL, for consistency.
15378         If interrupt_func_p true, we know we have enabled interrupts.
15379         (avr_num_arg_regs): New function.  Round up to even number of
15380         bytes if no -mpack-args or if calling a libgcc function.
15381         (function_arg, function_arg_advance): Use it.
15382         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
15383         Output "movw" if available.
15384         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
15385         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
15386         (asm_output_section_name): Add blanks for consistent output.
15387         (encode_section_info): Set TREE_READONLY for progmem data to
15388         avoid gas warnings about changed section attributes.
15389         (avr_hard_regno_mode_ok): Force non-QImode data to start in
15390         even numbered registers on devices with "movw".
15391         * config/avr/avr.h (MASK_*): Define bits for target_flags.
15392         (TARGET_SWITCHES): Mark help strings for translation.
15393         Add new -mpack-args and -menhanced switches.
15394         (TARGET_OPTIONS): Mark help strings for translation.
15395         (progmem_section): Add section attributes.
15396         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
15397         Output "movw" if available.
15398         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
15399         New patterns.
15400         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
15401         call convention (arguments aligned on even registers).
15402         (_cleanup, _exit): Make weak symbols libc can override.
15403
15404 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15405
15406         * fp-bit.h: New file.
15407
15408         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
15409         Comment #endif statements.
15410         (__thenan_sf, __thenan_df): Add missing braces around initializer.
15411
15412 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
15413
15414         * gcse.c (compute_pre_data): Compute ae_kill using other local
15415         properties instead of calling compute_ae_kill.
15416
15417         * alias.c (init_alias_analysis): Do not call
15418         prologue_epilogue_contains until after reload has completed.
15419
15420 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
15421
15422         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
15423         (genrtl_finish_compound_stmt): Likewise.
15424         (genrtl_compound_stmt): Change to return void.
15425
15426         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
15427         move code from here to ...
15428         (genrtl_compound_stmt): ... here.
15429         (genrtl_finish_compound_stmt): Remove.
15430         (expand_stmt): Add comment.
15431
15432 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
15433
15434         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
15435         and VOID_TYPE_P.
15436
15437 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
15438
15439         * cpplib.h (struct cpp_reader): New field include_depth.
15440         (struct cpp_printer): Rename last_bsd to last_id.
15441         * cppfiles.c (read_include_file): Bump include_depth.
15442         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
15443         (output_line_command): Output correct #line if a header
15444         is including itself and is not protected against multiple inclusion.
15445         Use include_depth instead of buffer_stack_depth, last_id instead of
15446         last_bsd.
15447         * cppinit.c (cpp_start_read): Initialize last_id instead of
15448         last_bsd.
15449
15450 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
15451
15452         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
15453         (c-semantics.o): New target.
15454
15455         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
15456         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
15457         (genrtl_clear_out_block): Likewise.
15458         (genrtl_goto_stmt): Likewise.
15459         (genrtl_expr_stmt): Likewise.
15460         (genrtl_decl_stmt): Likewise.
15461         (genrtl_if_stmt): Likewise.
15462         (genrtl_while_stmt): Likewise.
15463         (genrtl_do_stmt): Likewise.
15464         (genrtl_return_stmt): Likewise.
15465         (genrtl_for_stmt): Likewise.
15466         (genrtl_break_stmt): Likewise.
15467         (genrtl_continue_stmt): Likewise.
15468         (genrtl_scope_stmt): Likewise.
15469         (genrtl_switch_stmt): Likewise.
15470         (genrtl_case_label): Likewise.
15471         (genrtl_begin_compound_stmt): Likewise.
15472         (gerntl_finish_compound_stmt): Likewise.
15473         (genrtl_compound_stmt): Likewise.
15474         (genrtl_asm_stmt): Likewise.
15475         (genrtl_decl_cleanup): Likewise.
15476         (DECL_ANON_UNION_ELEMS): Likewise.
15477         (emit_local_var): Likewise.
15478         (make_rtl_for_local_static): Likewise.
15479         (expand_cond): Likewise.
15480         (expand_stmt): Likewise.
15481         (c_expand_return): Likewise.
15482         (c_expand_start_case): Likewise.
15483         (do_case): Likewise.
15484         (COMPOUND_STMT_NO_SCOPE): Likewise.
15485         (c_expand_asm_operands): Likewise.
15486         (NEW_FOR_SCOPE_P): New macro.
15487         (expand_expr_stmt_fn): New type.
15488
15489         (set_current_function_name_declared): Likewise.
15490         (current_function_name_declared): Likewise.
15491         (lang_expand_stmt): Likewise.
15492         (stmts_are_full_exprs_p): Likewise.
15493         (anon_aggr_type_p): Likewise.
15494         (lang_expand_expr_stmt): Likewise.
15495         (build_case_label): Likewise.
15496
15497         * c-decl.c (lang_expand_expr_stmt): Initialize.
15498         (stmts_are_full_exprs_p): Define.
15499         (current_function_name_declared): Likewise.
15500         (do_case): Likewise.
15501         (lang_expand_stmt): Likewise.
15502         (set_current_function_name_declared): Likewise.
15503         (anon_aggr_type_p): Likewise.
15504
15505         * c-semantics.c: New file.
15506         (expand_cond): Moved from cp/semantics.c.
15507         (genrtl_do_pushlevel): Likewise.
15508         (genrtl_clear_out_block): Likewise.
15509         (genrtl_goto_stmt): Likewise.
15510         (genrtl_expr_stmt): Likewise.
15511         (genrtl_decl_stmt): Likewise.
15512         (genrtl_if_stmt): Likewise.
15513         (genrtl_while_stmt): Likewise.
15514         (genrtl_do_stmt): Likewise.
15515         (genrtl_return_stmt): Likewise.
15516         (genrtl_for_stmt): Likewise.
15517         (genrtl_break_stmt): Likewise.
15518         (genrtl_continue_stmt): Likewise.
15519         (genrtl_scope_stmt): Likewise.
15520         (genrtl_switch_stmt): Likewise.
15521         (genrtl_case_label): Likewise.
15522         (genrtl_begin_compound_stmt): Likewise.
15523         (genrtl_finish_compound_stmt): Likewise.
15524         (genrtl_compound_stmt): Likewise.
15525         (genrtl_asm_stmt): Likewise.
15526         (genrtl_decl_cleanup): Likewise.
15527         (make_rtl_for_local_static): Moved from cp/decl.c.
15528         (emit_local_var): Likewise.
15529         (expand_stmt): Define.
15530
15531         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
15532         (c_expand_return): Likewise.
15533         (c_expand_start_case): Likewise.
15534
15535 2000-07-01  Richard Henderson  <rth@cygnus.com>
15536
15537         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
15538         with the low 13 bits set.
15539         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
15540         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
15541         of the low 13 bits into a CONST plus an adddi3.
15542         (load_symptr): Set RTX_UNCHANGING_P.
15543
15544 See ChangeLog.3 for earlier changes.