OSDN Git Service

* config/sparc/sparc.c (sparc_override_options): Do support different
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Mon Jan  1 21:28:29 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2
3         * config/sparc/sparc.c (sparc_override_options): Do support different
4         pointer and architecture size.
5         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Always 4.
6         (POINTERS_EXTEND_UNSIGNED): Define.
7         (Pmode): Test TARGET_ARCH64, not TARGET_PTR64.
8         (FUNCTION_MODE): Define to be Pmode.
9         * config/sparc/sparc.md (64-bit call patterns): FUNCTION_MODE now DI.
10
11         * function.c (expand_function_end): Properly handle DECL_RESULT
12         and copy when ptr_mode != Pmode.
13         * expmed.c (make_tree): Convert X from Pmode to ptr_mode, if needed.
14
15 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16
17         * c-common.c (c_common_nodes_and_builtins): Set prototype
18         parameters for __builtin_fputs, __builtin_fputc and
19         __builtin_fwrite.  Don't declare plain fputc as a builtin.
20
21 2001-01-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
22
23         * loop.c (add_label_notes): Increment the label usage count when
24         a note is added to an insn which refers to a CODE_LABEL.
25         * gcse.c (add_label_notes): Likewise.
26
27 2001-01-01  Andreas Jaeger  <aj@suse.de>
28
29         * loop.c (scan_loop): Use xmalloc to allocate movables.
30
31 2001-01-01  Alexandre Oliva  <aoliva@redhat.com>
32
33         * tm.texi (REGISTER_MOVE_COST): Add a mode argument.
34         * reload.c (REGISTER_MOVE_COST): Likewise.  Adjust all callers.
35         * reload1.c (REGISTER_MOVE_COST): Likewise.
36         * regclass.c (REGISTER_MOVE_COST): Likewise.
37         (move_cost, may_move_in_cost, may_move_out_cost): Add mode
38         dimension.  Adjust all users.
39         (init_reg_sets_1): Iterate on all modes.
40         * config/1750a/1750a.h (REGISTER_MOVE_COST): Adjust.
41         * config/a29k/a29k.h (REGISTER_MOVE_COST): Adjust.
42         * config/alpha/alpha.h (REGISTER_MOVE_COST): Adjust.
43         * config/arc/arc.h (REGISTER_MOVE_COST): Adjust.
44         * config/arm/arm.h (REGISTER_MOVE_COST): Adjust.
45         * config/avr/avr.h (REGISTER_MOVE_COST): Adjust.
46         * config/c4x/c4x.h (REGISTER_MOVE_COST): Adjust.
47         * config/d30v/d30v.h (REGISTER_MOVE_COST): Adjust.
48         * config/dsp16xx/dsp16xx.h (REGISTER_MOVE_COST): Adjust.
49         * config/h8300/h8300.h (REGISTER_MOVE_COST): Adjust.
50         * config/i386/i386.h (REGISTER_MOVE_COST): Adjust.
51         * config/ia64/ia64.h (REGISTER_MOVE_COST): Adjust.
52         * config/m32r/m32r.h (REGISTER_MOVE_COST): Adjust.
53         * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Adjust.
54         * config/m68k/m68k.h (REGISTER_MOVE_COST): Adjust.
55         * config/mcore/mcore.h (REGISTER_MOVE_COST): Adjust.
56         * config/mips/mips.h (REGISTER_MOVE_COST): Adjust.
57         * config/mn10200/mn10200.h (REGISTER_MOVE_COST): Adjust.
58         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Adjust.
59         * config/ns32k/ns32k.h (REGISTER_MOVE_COST): Adjust.
60         * config/pa/pa.h (REGISTER_MOVE_COST): Adjust.
61         * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Adjust.
62         * config/pj/pj.h (REGISTER_MOVE_COST): Adjust.
63         * config/romp/romp.h (REGISTER_MOVE_COST): Adjust.
64         * config/rs6000/rs6000.h (REGISTER_MOVE_COST): Adjust.
65         * config/sh/sh.h (REGISTER_MOVE_COST): Adjust.
66         * config/sparc/sparc.h (REGISTER_MOVE_COST): Adjust.
67
68 2001-01-01  Bernd Schmidt  <bernds@redhat.com>
69
70         * alias.c (fixed_scalar_and_varying_struct): Adjust prototype of
71         arg VARIES_P.  Call it with extra arg.
72         (true_dependence): Likewise.
73         * rtl.h (rtx_addr_can_trap_p): Declare.
74         (rtx_varies_p, rtx_addr_varies_p, true_dependence): Update
75         prototypes.
76         * rtlanal.c (rtx_addr_can_trap_p): No longer static.
77         (rtx_varies_p): Accept extra arg FOR_ALIAS; only disallow
78         pic offset table register if it's zero.  All callers changed.
79         (rtx_addr_varies_p): Accept extra arg FOR_ALIAS; all callers changed.
80
81 Mon Jan  1 07:38:33 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
82
83         * explow.c (convert_memory_address, case SYMBOL_REF): Copy
84         STRING_POOL_ADDRESS_P.
85
86         * config/sparc/sparc.c (input_operand): Properly test for short op.
87
88         * config.gcc (sparc-*-elf): Include sparc/sol2.h.
89         (sparc-*-rtems*): Include sparc/sol2.h and sparc/elf.h.
90         (sparclite-*-elf*, sparc86x-*-elf*): Likewise.
91         * config/sparc/elf.h: No longer include sol2.h.
92         * config/sparc/lifeelf.h: No longer include sparc/elf.h.
93         * config/sparc/rtemself.h, config/sparc/sp86x-elf.h: Likewise.
94
95         * config/sparc/sparc.md: Test TARGET_ARCH64 instead of TARGET_PTR64.
96
97 2001-01-01  Michael Hayes  <mhayes@redhat.com>
98
99         * loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds.
100         (find_mem_givs, record_biv, maybe_eliminate_biv): Likewise.
101         (record_initial): Likewise.
102         * unroll.c (copy_loop_body, loop_iterations): Likewise.
103         (remap_split_bivs): Likewise.
104
105 2001-01-01  Michael Hayes  <mhayes@redhat.com>  
106
107         * loop.c (loop_ivs_free): New function.
108         (strength_reduce): Break out from...
109
110 2001-01-01  Michael Hayes  <mhayes@redhat.com>
111         
112         * loop.h (struct iv): New.
113         (REG_IV_TYPE, REG_IV_CLASS, REG_INFO): Modify to use 'struct iv'.
114         (struct loop_ivs): Replace 'reg_iv_type', 'reg_iv_info',
115         'reg_biv_class' fields with 'regs' and 'n_regs'.
116         (struct ivs): Rename 'loop_iv_list' field to 'list'.
117         * loop.c (loop_bivs_find, strength_reduce): Use ivs->regs array.
118         * unroll.c (loop_iterations): Check array bounds with ivs->n_regs.
119
120 2000-12-31  Alexandre Oliva  <aoliva@redhat.com>
121
122         * resource.c (mark_referenced_resources): Abort() before
123         attempting to mark a pseudo register.
124         (mark_set_resources): Likewise.
125
126 2001-01-01  Michael Hayes  <mhayes@redhat.com>
127
128         * loop.h (REG_IV_CLASS): New accessor macro.
129         * loop.c (REG_IV_CLASS): Use it instead of reg_iv_class array.
130         * unroll.c (REG_IV_CLASS): Likewise.
131         
132 Sun Dec 31 19:20:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
133
134         * dwarf2out.c (loc_descriptor_from_tree, case WITH_RECORD_EXPR): New.
135         (loc_descriptor_from_tree, case SAVE_EXPR): New.
136
137 2001-01-01  Michael Hayes  <mhayes@redhat.com>
138
139         * loop.c (loop_giv_reduce_benefit): Break out from strength_reduce.
140         (loop_givs_dead_check, loop_givs_reduce, loop_givs_rescan): Likewise.
141         (prescan_loop): Set pre_header_has_call in loop_info.
142         * loop.h (struct_iv_class): Add `final_value' and `all_reduced'.
143         (struct loop_info): Add `pre_header_has_call'.
144         
145         * loop.c (loop_bivs_find): Break out from strength_reduce.
146         (loop_bivs_init_find, loop_bivs_check, loop_givs_find): Likewise.
147         (loop_givs_check, loop_biv_eliminable_p): Likewise.
148         
149         * loop.c (LOOP_REG_LIFETIME, LOOP_REG_GLOBAL_P): Define.
150         (scan_loop, record_giv): Use LOOP_REG_LIFETIME and LOOP_REG_GLOBAL_P.
151         
152         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Define.
153         * loop.c (REGNO_FIRST_LUID, REGNO_LAST_LUID): Use in place of
154         direct access to uid_luid array.
155         * unroll.c (REGNO_FIRST_LUID, REGNO_LAST_LUID): Likewise.
156
157         * loop.h (struct loop_movables): New.
158         (LOOP_MOVABLES): New.
159         (struct loop_info): Add movables field.
160         * loop.c (struct movables): Delete.  Replace all uses
161         with struct loop_movables.
162         (the_movables): Delete.  Replace all uses with movables
163         field in loop_info.
164         (loop_movables_add, loop_movables_free): New functions.
165         (scan_loop): Use xmalloc instead of alloca for movables.
166         Call loop_movables_free.
167
168         * loop.c (debug_loops): New.
169
170 2000-12-31  Philip Blundell  <philb@gnu.org>
171
172         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Add missing asm
173         operands.
174
175 2000-12-30  Richard Henderson  <rth@redhat.com>
176
177         * dbxout.c (dbxout_block): Invert logic on eliding LBRAC/RBRAC.
178         Initialize variables properly for DBX_LBRAC_FIRST.
179
180 2000-12-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
181
182         * expr.c (expand_expr, case COMPONENT_REF): Fix typo in last change.
183
184 2000-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
185
186         * builtins.c (validate_arglist): New function, use it.
187
188 2000-12-30  Philip Blundell  <philb@gnu.org>
189
190         * config/arm/arm.c (arm_expand_prologue): Fix typos in error 
191         message and comment.  Note location of testcase for an unhandled
192         situation.
193
194 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
195
196         * defaults.h (BUILD_VA_LIST_TYPE): New definition.
197         * tree.c (build_common_tree_nodes_2): Ensure the va_list_type_node
198         is a copy, not an alias.
199
200 2000-12-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
201
202         * calls.c (calls_function_1, case CONSTRUCTOR): New case.
203
204         * alias.c (alias_sets_conflict_p): New function.
205         (mems_in_disjoint_alias_sets_p): Use it.
206         (readonly_fields_p): Moved from expr.c; check for record type.
207         (objects_must_conflict_p): New function.
208         * calls.c (expand_call): Use assign_temp as much as possible, use
209         readonly variant if assigned once, and don't set memory attributes.
210         (emit_library_call_value_1, store_one_arg): Likewise.
211         * integrate.c (expand_inline_function): Likewise.
212         * stmt.c (expand_asm_operands, expand_return): Likewise.
213         * expr.c (copy_blkmode_from_reg, store_constructor): Likewise.
214         (store_field, save_noncopied_parts, expand_expr): Likewise.
215         (expand_expr_unaligned): Likewise.
216         (readonly_fields_p): Moved to alias.c.
217         (safe_from_p): Rework handling of SAVE_EXPR.
218         MEMs ony conflict if alias sets conflict; likewise for INDIRECT_REF.
219         * function.c (struct temp_slot): Delete field ALIAS_SET; add TYPE.
220         (assign_stack_for_temp): Use objects_must_confict_p.
221         Set all memory attributes from type, if specified.
222         (mark_temp_slot): Mark TYPE field.
223         * tree.h (alias_sets_conflict_p, readonly_fields_p): New decls.
224         (objects_must_conflict_p): Likewise.
225
226         * stmt.c (expand_decl): Don't use assign_stack_temp in error case.
227         (add_case_node): No need to copy nodes anymore.
228         
229 2000-12-30  Alexandre Oliva  <aoliva@redhat.com>
230
231         * config/sh/sh.c (split_branches): Don't dereference re-computed
232         `beyond' before checking it's non-NULL.
233
234 2000-12-29  Robert Lipe <robertl@sco.com>
235
236         Remove COFF support from i?86-pc-sco3.2v5.
237         * i386/sco5.h (PREFERRED_DEBUGGING_TYPE): Change to Dwarf II.
238         (TARGET_ELF): Now always true.
239         (SUBTARGET_SWTICHES: )Remove -mcoff.
240
241         * i386/t-sco5 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
242         MULTILIB_EXCEPTION): Nuke coff.
243         (CRTSTUFF_T_CFLAGS_S):  Deleted.
244         (TARGET_LIBGCC2_CFLAGS): Added.
245
246 2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
247
248         * varasm.c (output_constant_def): Don't ENCODE_SECTION_INFO
249         twice.  Update desc->rtl and ->label, in case ENCODE_SECTION_INFO
250         modifies them.
251
252 2000-12-29  Bernd Schmidt  <bernds@redhat.com>
253
254         * ia64.c (ia64_expand_load_address): Accept additional scratch
255         register argument.  All callers & prototype changed.
256         Use scratch register when generating load_symptr insns.
257         * ia64.md (movdi_symbolic): Clobber a scratch register.  Use it
258         when calling ia64_expand_load_address.
259         (movdi): Generate movdi_symbolic with additional operand.
260         (load_gprel64): Use pic_offset_table_rtx instead of (reg:DI 1).
261         (load_symptr): Likewise.  Use additional operand as a scratch
262         register instead of generating it here.
263
264         * basic-block.h: Add a comment.
265         * flow.c (PROP_POSTRELOAD): New macro.
266         (update_life_info): Add it to prop_flags.
267         (mark_set_1): If it is set, compute REG_N_SETS for the original
268         register number of a hard reg.
269
270         * emit-rtl.c (gen_raw_REG): New function.
271         (gen_rtx_REG, gen_reg_rtx, init_emit_once): Use it instead of
272         gen_rtx_raw_REG.
273         * print-rtl.c (print_rtx): Print ORIGINAL_REGNO.
274         * final.c (alter_subreg): Update it.
275         * regrename.c (do_replace): Likewise.  Use gen_raw_REG.
276         * rtl.def (REG): Update comment.
277         * rtl.h (X0UINT, ORIGINAL_REGNO): New macros.
278         (gen_raw_REG): Declare.
279
280 2000-12-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
281
282         * tree.c (get_set_constructor_bits): Use host_integerp and
283         tree_low_cst.
284
285         * local-alloc.c (update_equiv_regs): Don't use copy_rtx on PATTERN.
286
287         * toplev.c (main): Call xmalloc_set_program_name.
288         * gcc.c (main): Likewise.
289
290 2000-12-29  Philip Blundell  <philb@gnu.org>
291
292         * config/arm/arm.c (arm_override_options): Fix typo in warning
293         message.
294
295 2000-12-29  Richard Henderson  <rth@redhat.com>
296
297         * config/alpha/alpha.c (alpha_expand_block_move): Initialize
298         src_align and dst_align in bits.  Do unaligned quadword loads
299         if possible for BWX too.
300         (alpha_expand_block_clear): Initialize align in bits.  Track
301         small leading offsets into a larger alignment.  Play games with
302         stq_u for large 4-byte aligned blocks.  Use load/mask/store
303         for appropreately aligned heads and tails.
304
305 2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
306
307         * function.c (assign_parms): Convert arguments passed by
308         reference to the right mode.
309
310 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
311
312         * c-parse.in (select_or_iter_stmt): Use truthvalue_conversion
313         on the condition of a FOR statement, so that it gets typechecked
314         and optimised.
315
316 2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
317
318         * c-decl.c (grokdeclarator): Prevent crash in case of overflow in
319         array size.
320
321         * calls.c (emit_library_call_value_1): Add to call_fusage the
322         stack slot assigned to argument passed by reference.
323
324 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
325
326         * toplev.h (extern really_sorry): Remove extern declaration for
327         nonexistent function.
328
329 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
330
331         * varasm.c (initializer_constant_valid_p): Indicate subtraction of
332         pointers to the same string constant is absolute.
333
334 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
335
336         * c-common.c (enum format_type): Add strfmon_format_type.
337         (decl_attributes): Handle format attributes strfmon and
338         __strfmon__.
339         (FMT_FLAG_USE_DOLLAR, FMT_FLAG_ZERO_WIDTH_BAD,
340         FMT_FLAG_EMPTY_PREC_OK): Define.
341         (format_char_info): Update comment for flag_chars.
342         (format_flag_spec): Add skip_next_char.
343         (format_kind_info): Add left_precision_char.
344         (printf_flag_specs, scanf_flag_specs, strftime_flag_specs,
345         format_types): Update for these new structure members and flags.
346         (time_char_table): Make const.
347         (strfmon_length_specs, strfmon_flag_specs, strfmon_flag_pairs,
348         monetary_char_table): New.
349         (format_types): Add details of strfmon formats.
350         (init_function_format_info): Create default attribute for strfmon.
351         (check_format_info_main): Check the new flags.  Handle
352         skip_next_char and left precision.
353         * toplev.c (documented_lang_options): Update description of
354         -Wformat.
355         * extend.texi: Document strfmon format attributes.  Document
356         attribute forms such as __printf__.  Clarify format_arg attribute
357         documentation.
358         * invoke.texi (-Wformat): Update for strfmon formats.
359
360 2000-12-28  Andreas Jaeger  <aj@suse.de>
361
362         * expmed.c (store_bit_field): Fix last patch.
363
364 2000-12-28  Alexandre Oliva  <aoliva@redhat.com>
365
366         * config/sh/crt1.asm (start_l): `__SH4_SINGLE_ONLY__' was missing
367         the trailing `__'.
368
369 2000-12-28  Alan Lehotsky  <lehotsky@tiac.net>
370
371         * expmed.c (store_bit_field): Correctly compute smallest mode that
372         is sufficient to contain all bits we are storing.
373
374 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
375
376         * builtins.c (build_function_call_expr): New function.  Use it
377         everywhere in lieu of manually constructing a CALL_EXPR.
378
379 2000-12-27  Chandrakala Chavva  <cchavva@redhat.com>
380
381         * calls.c (store_one_arg):  If parm is passed both in stack and in
382         register and offset is greater than reg_parm_stack_space, split
383         the offset and call emit_push_insn(). 
384
385 2000-12-27  Nick Clifton  <nickc@redhat.com>
386
387         * ifcvt.c (noce_emit_store_flag): Handle jump insns that are
388         PARALLEL.
389
390 2000-12-27  Alexandre Oliva  <aoliva@redhat.com>
391
392         * rtl.c (copy_most_rtx, shallow_copy_rtx): Copy frame_related
393         flag.
394
395 2000-12-27  Bruce Korb  <bkorb@gnu.org>
396
397         * fixinc/Makefile.in: fix for ancient Bourne shell
398         * fixinc/Makefile.BEOS: obsolete
399         * fixinc/Makefile.DOS: obsolete
400         * fixinc/fixincl.sh(LINKS): use `test -d' rather than `ls' for testing
401
402 2000-12-27  Bernd Schmidt  <bernds@redhat.com>
403
404         * sched-deps.c (get_condition, conditions_mutex_p): New functions.
405         (add_dependence): Use them to avoid adding unnecessary dependencies
406         between conditionally executed insns.
407         (sched_analyze_1, sched_analyze_2, sched_analyze_insn): Don't free
408         dependency lists if current insn is a COND_EXEC.
409  
410 2000-12-27  Geoffrey Keating  <geoffk@redhat.com>
411
412         * config/rs6000/rs6000.md (define_attr "length"): Correct
413         calculation.
414
415 2000-12-26  Kazu Hirata  <kazu@hxi.com>
416
417         * config/h8300/h8300.c: Fix a comment typo.
418         (get_shift_alg): Fix a typo in the assembly code for 12-bit
419         ASHIFTRT in HImode.  Do not output extra whitespace after one line
420         of assembly code.  Output a tab after an opcode instead of a
421         space.
422         (emit_a_shift): Output a tab after an opcode instead of a space.
423
424 2000-12-23  Marek Michalkiewicz  <marekm@linux.org.pl>
425
426         * config/avr/avr.c (out_movqi_r_mr, out_movhi_r_mr, out_movsi_r_mr,
427         out_movsi_mr_r, out_movqi_mr_r, out_movhi_mr_r): Use %o instead of
428         %4 in output templates, do not modify operands passed by the caller.
429
430 2000-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
431
432         * builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS):
433         Don't define.
434         * builtins.c (expand_builtin): Don't handle BUILT_IN_LABS,
435         BUILT_IN_LLABS and BUILT_IN_IMAXABS.
436         * c-common.c (c_common_nodes_and_builtins): Use BUILT_IN_ABS for
437         builtin labs, llabs and imaxabs.
438         (expand_tree_builtin): Don't handle BUILT_IN_LABS, BUILT_IN_LLABS
439         and BUILT_IN_IMAXABS.
440
441 2000-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
442
443         * c-common.c (builtin_function_2): New function.
444         (c_common_nodes_and_builtins): Use it to define each pair (foo,
445         __builtin_foo) of builtins in one place.
446
447 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
448
449         * gccbug.in: Add libgcj and preprocessor categories.
450
451 2000-12-22  Bernd Schmidt  <bernds@redhat.com>
452
453         * config/ia64/ia64.c (itanium_reorder): Only schedule stops in
454         the final scheduling pass.
455
456 2000-12-22  Nick Clifton  <nickc@redhat.com>
457
458         * config/arm/arm.h (struct machine_function): Add new field
459         'lr_save_eliminated'.
460         * config/arm/arm.c (arm_compute_save_reg_mask): Do not include the
461         link register if its save has been eliminated.
462         (output_arm_prologue): Mention if the save of the link register
463         has been eliminated.
464         (output_arm_epilogue): Rename 'live_regs_mask' to
465         'saved_regs_mask'.
466         Test 'saved_regs_mask' for the link register, not regs_ever_live.
467         (arm_expand_prologue): If the link register has not been saved set
468         lr_save_eliminated and emit a USE to prevent later passes from
469         scavenging it.
470         
471         * dwarf2out_frame_debug_expr: Allow the (scratch) frame
472         pointer to be initialised from the stack pointer plus a
473         constant.
474
475 2000-12-22  Bernd Schmidt  <bernds@redhat.com>
476
477         * regrename.c (struct du_chain): New field "earlyclobber".
478         (enum scan_actions): Remove unused entry "note_reference".
479         (enum scan_actions_name): Likewise.
480         (note_sets, clear_dead_regs, merge_overlapping_regs): New static
481         functions.
482         (regrename_optimize): Use them to compute unavailable regs; get
483         rid of the more simpleminded code we used to have here.
484         Use a tick array to ensure registers are allocated in a more
485         round-robin way.  Disable code that only optimizes registers
486         that were seen more than once.
487         (referenced_regs): Remove variable.
488         (scan_rtx_reg): New arg "earlyclobber".  All callers changed.
489         Store its value in newly generated du_chain structures.
490         Add new du_chains at the end, not the start, of the list.
491         Don't handle the "note_reference" action.
492         (scan_rtx): New arg "earlyclobber".  All callers changed.
493         (build_def_use): Lose code to keep track of referenced regs.
494
495 2000-12-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
496
497         * Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo.
498
499         * fp-bit.h (usi_to_float): Add prototype.
500
501         * i386.c (ix86_expand_builtin): Delete unused label.
502
503         * dwarf2out.c (file_info_cmp): Prototype.
504         (dwarf2out_line): Hide variable `old_in_use'.
505         
506         * objc-act.c (objc_fatal): Delete.
507
508         * sched-vis.c (visualize_stall_cycles): Remove unused variable.
509
510         * system.h (getopt): Fix error in last change.
511
512         * varasm.c (assemble_trampoline_template): Constify.
513
514 2000-12-22  Jason Merrill  <jason@redhat.com>
515
516         * collect2.c (main): Use auto_demangling.
517
518 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
519
520         * function.c (assign_parms): Update parm's DECL_INCOMING_RTL
521         when optimizing PARALLEL to REG.
522
523 2000-12-22  Graham Stott  <grahams@redhat.com>
524
525         * reload.c (update_auto_inc_notes): New, broken out from ...
526         (find_reloads_address_1): ... use here, also correct possible
527         use of uninitialised reloadnum.
528
529 2000-12-21  David O'Brien  <obrien@FreeBSD.org>
530
531         * config/freebsd.h (LIB_SPEC): remove -kthread option.
532
533 2000-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
534
535         * resource.c (mark_set_resources): Use MARK_SRC_DEST for
536         PRE_MODIFY and POST_MODIFY cases.
537
538         * rtlanal.c (side_effects_p): Handle PRE_MODIFY and POST_MODIFY.
539
540 2000-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
541
542         * md.texi (Looping Patterns): New node.
543
544 2000-12-21  Joseph S. Myers  <jsm28@cam.ac.uk>
545
546         * gcc.texi, cpp.texi: Update last-updated dates.
547
548 2000-12-21  Chandrakala Chavva  <cchavva@redhat.com>
549
550         * varasm.c (output_addressed_constants): Use language specific
551         expander on unknown nodes.
552
553 2000-12-21  Graham Stott  <grahams@redhat.com>
554
555         * combine.c (distribute_notes): Handle REG_NON_LOCAL_GOTO notes.
556
557 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
558
559         * Makefile.in (out_object_file): Depend on sched-int.h.
560         * rtl.h (single_set_1): New macro.
561         (single_set_2): Renamed from single_set_1 and extra argument added.
562         * rtlanal.c (single_set_2): Likewise.
563
564         * config/ia64/ia64-protos.h (get_bundle_name, ia64_issue_rate,
565         ia64_adjust_cost, ia64_sched_init, ia64_sched_finish,
566         ia64_sched_reorder, ia64_sched_reorder2, ia64_variable_issue):
567         Declare.
568         * config/ia64/ia64.c: Include "sched-int.h".
569         (hard_regno_rename_ok): Also disallow renaming from the various
570         reg_save_* regs.
571         (ia64_safe_itanium_requiers_unit0, ia64_safe_itanium_class,
572         ia64_safe_type, init_insn_group_barriers, group_barrier_needed_p,
573         safe_group_barrier_needed_p, fixup_errata): New static functions.
574         (rtx_needs_barrier):  Handle bundle selector and cycle display
575         insns.
576         (emit_insn_group_barriers): Accept additional FILE * arg.  All
577         callers changed.  Rework to only generate stop bits between
578         basic blocks that haven't been inserted by scheduling.
579         (struct bundle, struct ia64_packet): New structures.
580         (NR_BUNDLES, NR_PACKETS): New macros.
581         (bundle, packets, type_names): New static arrays.
582         (ia64_final_schedule): New variable.
583         (ia64_single_set, insn_matches_slot, ia64_emit_insn_before,
584         gen_nop_type, finish_last_head, rotate_one_bundle, rotate_two_bundles,
585         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
586         find_best_packet, itanium_reorder, dump_current_packet, schedule_stop):
587         New static functions.
588         (ia64_issue_rate, ia64_sched_init, ia64_sched_reorder,
589         ia64_sched_finish, ia64_sched_reorder2, ia64_variable_issue): New
590         functions.
591         (ia64_reorg): Perform a final scheduling pass.
592         * config/ia64/ia64.h (CONST_COSTS): Slightly increase SYMBOL_REF costs.
593         (MAX_CONDITIONAL_EXECUTE, ADJUST_COST, ISSUE_RATE, MD_SCHED_INIT,
594         MD_SCHED_REORDER, MD_SCHED_REORDER2, MD_SCHED_FINISH,
595         MD_SCHED_VARIABLE_ISSUE): Define macros.
596         (ia64_final_schedule): Declare variable.
597         * config/ia64/ia64.md (attr itanium_class): Add some more classes.
598         (attr type): Account for them.
599         (itanium_requires_unit0): New attribute.
600         (function units): Rewrite.
601         (some splitters): Don't create scheduling barriers here.
602         (gr_spill_internal, gr_restore_internal): Don't predicate the
603         pseudo-op.
604         (nop_m, nop_i, nop_f, nop_b, nop_x, cycle_display, cycle_display_1,
605         bundle_selector): New patterns.
606         (insn_group_barrier): Now has an operand.
607         
608 2000-12-21  DJ Delorie  <dj@redhat.com>
609
610         * dwarf2out.c (simple_decl_align_in_bits): new
611         (field_byte_offset): Try both the type align and the
612         decl align, use whichever works, preferring the type align.
613
614 2000-12-21  Joseph S. Myers  <jsm28@cam.ac.uk>
615
616         * gccbug.in: Fix typo.
617
618 2000-12-20  Benjamin Kosnik  <bkoz@redhat.com>
619
620         * Makefile.in (gcc_gxx_target_include_dir): Use instead of
621         build_tooldir and libstdcxx_incdir.
622
623 2000-12-20  Robert Lipe <robertlipe@usa.net>
624
625         * haifa-sched.c (schedule_block): Provide empty source statement
626         if not MD_SCHED_REORDER2.
627
628 2000-12-20  Richard Henderson  <rth@redhat.com>
629
630         * rtl.h (REG_NON_LOCAL_GOTO): New.
631         * rtl.c (reg_note_name): Update.
632         * stmt.c (expand_goto): Emit a REG_NON_LOCAL_GOTO note.
633         * builtins.c (expand_builtin_longjmp): Likewise.
634         * flow.c (make_edges): Check for REG_NON_LOCAL_GOTO and do
635         not emit an edge.
636
637 2000-12-20  Marek Michalkiewicz  <marekm@linux.org.pl>
638
639         * config/avr/avr.c (out_movsi_r_mr, out_movsi_mr_r, out_movhi_mr_r):
640         Do not output undefined opcodes where source or destination register
641         overlaps with modified pointer register.  Handle (X + d) addresses.
642         * config/avr/avr.md (*movhi, *movsi, *movsf): Correct insn length
643         in alternatives with memory operand.
644
645 2000-12-20  Richard Henderson  <rth@redhat.com>
646
647         * c-typeck.c (build_asm_stmt): New, broken out from ...
648         (c_expand_asm_operands): ... here.  Just do rtl expansion.
649         (c_expand_return): Return the new stmt node.
650         (c_start_case, do_case): Likewise.
651         * c-common.c (c_expand_expr_stmt): Likewise.
652         * c-common.h: Update declarations.
653         * c-tree.h: Likewise.
654         * c-semantics.c (build_stmt): Use STMT_LINENO not TREE_COMPLEXITY.
655         * c-parse.in (fndef): Set DECL_SOURCE_LINE to the open brace.
656         (nested_function, notype_nested_function): Likewise.
657         (compstmt): Return the compound statement not the binding level.
658         (lineno_labeled_stmt): Simplify.
659         (lineno_stmt, lineno_label): Set STMT_LINENO.
660         (stmt, label): Return the new stmt node.
661
662 2000-12-20  Bernd Schmidt  <bernds@redhat.com>
663
664         * Makefile.in (OBJS): Add sched-ebb.o.
665         (sched-ebb.o): New rule.
666         (sched-vis.o): Depend on hard-reg-set.h and $(BASIC_BLOCK_H).
667         (haifa-sched.o): Depend on insn-flags.h.
668         * haifa-sched.c: Include "insn-flags.h".
669         (priority): Don't access BLOCK_NUM, use the new contributes_to_priority
670         callback.
671         * rtl.h (schedule_ebbs): Declare.
672         * sched-int.h (struct sched_info): Add new members
673         contributes_to_priority and compute_jump_reg_dependencies.
674         * sched-rgn.c (contributes_to_priority, compute_jump_reg_dependencies):
675         New functions.
676         (region_sched_info): Add them.
677         * sched-vis.c: Include "hard-reg-set.h" and "basic-block.h".
678         * sched-ebb.c: New file.
679         * sched-deps.c (sched_analyze_insn): Add code to handle JUMP_INSNs.
680
681         * flow.c (ior_reg_cond, and_reg_cond, elim_reg_cond): Properly
682         handle all relational operators.
683
684 2000-12-20  Alexandre Oliva  <aoliva@redhat.com>
685
686         * final.c (output_addr_const): Use ASM_OUTPUT_SYMBOL_REF.
687         * tm.texi: Document it.
688
689 2000-12-19  Benjamin Kosnik  <bkoz@redhat.com>
690
691         * Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Use build_tooldir
692         instead of gcc_tooldir.
693
694 2000-12-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
695
696         * system.h (getopt): Update prototype to match include/getopt.h.
697
698 2000-12-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
699
700         From Jeff Law.
701         * pa.c (basereg_operand): Simplify.
702
703 2000-12-19  Bernd Schmidt  <bernds@redhat.co.uk>
704
705         * haifa-sched.c (rm_line_notes): Arguments are now head and tail,
706         not block number.  All callers and prototype changed.
707         (set_priorities): Likewise.
708         (save_line_notes): Add head and tail arguments; all callers and
709         prototype changed.
710         (restore_line_notes): Likewise.  Don't crash on insns generated
711         during scheduling.
712         (schedule_block): Don't use BLOCK_HEAD/BLOCK_END macros.
713         Call MD_SCHED_INIT with additional argument.
714         When starting a new cycle, emit cycle_display insns if available.
715         Don't stop scheduling when encountering a JUMP_INSN, but add another
716         call to schedule_more_p in the inner loop.
717         Call MD_SCHED_REORDER2 after scheduling an insn.
718         Call MD_SCHED_FINISH once all insns are scheduled.
719         (sched_init): Compensate for the fact that get_block_head_tail
720         doesn't include leading notes.
721         * sched-deps.c (free_deps): Free vectors here.
722         * sched-rgn.c (compute_block_backward_dependencies): Not here.
723         (last_was_jump): New static variable.
724         (schedule_more_p): Test it.
725         (init_ready_list): Initialize it.
726         (can_schedule_ready_p): Set it if we have a JUMP_INSN.
727
728         * config/i386/i386.h (MD_SCHED_INIT): Add new arg.
729         * config/m32r/m32r.h (MD_SCHED_INIT): Add new arg.
730         * config/sparc/sparc.h (MD_SCHED_INIT): Add new arg.
731
732         * md.texi (cycle_display): Document.
733         * tm.texi (MD_SCHED_INIT): Document new arg.
734         (MD_SCHED_FINISH, MD_SCHED_REORDER2): Document.
735
736         * flow.c (ior_reg_cond, nand_reg_cond, not_reg_cond): Rewrite
737         to use different representation.  All callers changed.
738         (and_reg_cond): Renamed from nand_reg_cond; caller changed.
739         (init_propagate_block_info): Don't test flags to determine
740         whether to compute conditional lifetimes.
741         Adjust code for new representation of conditional lifetimes.
742         (mark_regno_cond_dead): Similar adjustment.
743         (free_reg_cond_life_info): Similar adjustment.
744         (elim_reg_cond): New function.
745         (flush_reg_cond_1): Use it.
746
747 2000-12-19  Catherine Moore  <clm@redhat.com>
748
749         * reload1.c (reload_combine): Take multi-hard-regs into account
750         when processing CALL_INSN_FUNCTION_USAGE.
751
752 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
753
754         * invoke.texi (-print-search-dirs): Make references to cpp refer
755         to cpp0 instead.
756
757 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
758
759         * fold-const.c (tree_expr_nonnegative_p): Treat truth values as
760         non-negative.
761
762 Tue Dec 19 00:37:08 2000  J"orn Rennecke <amylaar@redhat.com>
763
764         * reload.c (push_reload): When using a dying register for the reload
765         register in an in-out reload, use outmode if wider than inmode.
766
767 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
768
769         * config/d30v/d30v.h (EXIT_BODY): Update comment.
770
771 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
772
773         * config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.
774         * tm.texi (EXIT_BODY): Update documentation.
775         * config/freebsd.h, config/netware.h, config/arm/coff.h,
776         config/arm/conix-elf.h, config/arm/unknown-elf.h,
777         config/d30v/d30v.h, config/mcore/mcore.h, config/pj/pj.h,
778         sparc/sp86x-aout.h: Remove definitions of HAVE_ATEXIT (some
779         commented out) and associated comments.
780
781 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
782
783         * c-common.c (STD_C9L, ADJ_STD): Define.
784         (printf_length_specs, scanf_length_specs): Mark "ll" as standard
785         STD_C9L.
786         (T99_LL): Rename to T9L_LL.
787         (T99_ULL): Rename to T9L_ULL.
788         (print_char_table, scan_char_table): Use T9L_LL and T9L_ULL
789         instead of T99_LL and T99_ULL.
790         (check_format_info_main): Use ADJ_STD on all format standard
791         versions being compared.
792         * c-common.h: Declare warn_long_long.
793         * c-tree.h: Don't declare warn_long_long.
794
795 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
796
797         * COPYING: Update to current
798         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
799         to 19yy as example year in copyright notice).
800
801 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
802
803         * c-lex.c (cb_file_change): Treat in_system_header as strictly
804         boolean (0 or 1).
805
806 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
807
808         * cppmain.c: Update print.lineno with -P.
809
810 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
811
812         * c-lex.c: s/change_file/file_change.
813         * cpplib.h: Similarly.
814         * cppmain.c: Similarly.
815         * fix-header.c: Similarly.
816         * cppfiles.c (stack_include_file): Pass the buffer location and
817         size to cpp_push_buffer.  Generate the file_change callback,
818         so that sysp is already set.
819         * cpphash.h: Add _cpp_do_file_change.
820         * cpplib.c (do_line): Set buffer->sysp directly. Generate the
821         file_change callback after setting sysp.
822         (_cpp_do_file_change): Handle FC_ENTER and the FC_RENAME exception
823         here.
824         (cpp_push_buffer): Don't generate a callback.  Clear sysp.
825         (cpp_pop_buffer): Clean up logic.
826
827 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
828
829         * configure.in (gcc_gxx_include_dir): Simplify.
830         (libstdcxx_incdir): Export.
831         * configure: Regenerate.
832         * Makefile.in (PREPROCESSOR_DEFINES): Add in
833         GPLUSPLUS_TOOL_INCLUDE_DIR bits here..
834         (libstdcxx_incdir): Add.
835         * cppdefault.c (GPLUSPLUS_TOOL_INCLUDE_DIR): Add search path.
836
837 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
838
839         * c-lex.c (lex_lineno): Remove.
840         (init_c_lex, c_lex): Remove lex_lineno.
841         (cb_change_file): Update lineno correctly, both before calling
842         push_srcloc and before leaving the function.
843         (cb_def_pragma): Set lineno before outputting diagnostics.
844
845 Sun Dec 17 18:45:41 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
846
847         * print-tree.c (print_node): Print DECL_USER_ALIGN and TYPE_USER_ALIGN.
848         Print TYPE_MIN_VALUE and TYPE_MAX_VALUE for REAL_TYPE.
849         Use print_node_brief to print bounds.
850
851 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
852
853         * cpplib.h (struct cpp_reader): Remove references to string_pool
854         and temp_string_pool.
855         * cppinit.c (cpp_create_reader, cpp_cleanup): Similarly; using
856         ident_pool in place.
857         * cpplex.c (parse_number, unescaped_terminator_p, parse_string,
858         save_comment, cpp_token_as_text): Similarly.
859         * cpplib.c (do_define, glue_header_name, parse_assertion): Similarly.
860         * cppmacro.c (make_number_token, builtin_macro, lock_pools,
861         unlock_pools, stringify_arg, paste_tokens): Similarly.
862
863 Sun Dec 17 12:41:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
864
865         * dwarf2out.c (loc_descriptor_from_tree, case NOP_EXPR): New case.
866         (loc_descriptor_from_tree, case CONVERT_EXPR): Likewise.
867         (loc_descriptor_from_tree, case NON_LVALUE_EXPR): Likewise.
868
869 2000-12-17  Richard Earnshaw  <rearnsha@arm.com>
870
871         * Makefile.in (check-po): Use $(MAKE).
872         (risky-stage1, risky-stage2, risky-stage3, risky-stage4): Likewise.
873
874 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
875
876         * cppmain.c (check_multiline_token): New function.
877         (scan_buffer): Use it.
878         (cb_change_file): Restructure to avoid warning.
879         * cpperror.c (print_location): Initialize col.
880
881 2000-12-14  Philipp Thomas  <pthomas@suse.de>
882
883         * protoize.c (main): Correctly set locale categories.
884         * gcc.c (main): Likewise.
885         * cppmain.c (general_init): Likewise.
886         * toplev.c (main): Likewise.
887         * gcov.c (main): Likewise.
888         * collect2.c (main): Likewise.
889
890 2000-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
891
892         * c-common.c (c_common_nodes_and_builtins): Create a
893         cstring_endlink, use it.  Rename int_ftype_string_string to
894         int_ftype_cstring_cstring, string_ftype_string_int to
895         string_ftype_cstring_int, and string_ftype_string_string to
896         string_ftype_cstring_cstring.  Prefer sizetype_endlink and
897         int_endlink to manually recreating them.  Fix the prototype
898         set for __builtin_strspn/__builtin_strcspn.
899
900 2000-12-12  Marek Michalkiewicz  <marekm@linux.org.pl>
901
902         * config/avr/avr.c (out_set_stack_ptr): Update comment.
903         (print_operand): Add support for %~ and %o.
904
905 2000-12-17 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
906
907         * c4x.h: Add ASM_OUTPUT_DEF definition for bounded pointer code.
908
909 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
910
911         * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.
912         * cpperror.c (print_containing_files): Get right line number.
913         (print_location): Output column of 1 if 0.
914         * cppfiles.c (stack_include_file): cpp_push_buffer handles
915         the callback.
916         * cpphash.h (_cpp_do_file_change): No longer external.
917         * cpplib.c (do_file_change): Now local to cpplib.c.
918         (do_line): Fake a buffer stack for preprocessed files.
919         (cpp_push_buffer): Create a file_change callback.  Handle faked
920         buffers.
921         (cpp_pop_buffer): Similarly.
922         * cpplib.h: BUF_FAKE: New buffer type.
923         * cppmain.c: Update to handle correct file renaming where a
924         #line is the first line of the main file, and produce only
925         the renamed file, not the original file, as output.
926
927 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
928
929         * config/c4x/c4x.md: Remove redundant @s from output patterns.
930
931 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
932             Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
933
934         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Call c4x_init_pragma.
935
936         * config/c4x/c4x-protos.h (c4x_init_pragma): New prototype.
937
938         * config/c4x/c4x.c (c4x_init_pragma): New function.
939         (c_lex_func): New variable.
940         (c4x_parse_pragma): Use c_lex_func.
941
942 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
943             Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
944
945         * config/c4x/c4x.h (MD_INIT_BUILTINS): Add void_list_node argument
946           to c4x_init_builtins.
947
948         * config/c4x/c4x-protos.h (c4x_init_builtins): Add tree argument.
949
950         * config/c4x/c4x.c (c4x_init_builtins): Add tree argument.      
951         (c4x_output_ascii):  Fix.
952         
953 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
954             Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
955
956         * config/c4x/c4x.h (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Define.
957
958         * config/c4x/c4x-protos.h (c4x_init_builtins): New prototype.
959         (c4x_expand_builtin): Likewise.
960
961         * config/c4x/c4x.c (c4x_init_builtins): New function.
962         (c4x_expand_builtin): Likewise.
963
964         * config/c4x/c4x.md (floatunsqihf2): New pattern.
965         (*floatqihf2_set, *fixhfqi_set, fix_trunchfqi2): Likewise.
966         (fixuns_trunchfqi2, toieee, frieee, *ldhf_conditional): Likewise.
967         (*ldhf_conditional_noov, movhfcc, trap, cond_trap_cc): Likewise.
968         (*toieee_movqf_clobber, *frieee_movqf_clobber): Likewise.
969
970 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
971         
972         * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.
973         * libgcc2.c (__absvsi2): Use Wtype and DWtype.
974         (__absvdi2, __addvsi3, __addvdi3, __subvsi3): Likewise.
975         (__subvdi3, __mulvsi3, __mulvdi3, __negvsi2, __negvdi2): Likewise.
976
977 2000-12-16  Alexandre Oliva  <aoliva@redhat.com>
978
979         * config/sh/sh.h (INITIALIZE_TRAMPOLINE): Enclose the block
980         statement in do/while(0).
981
982 Sat Dec 16 19:56:24 MET 2000  Jan Hubicka  <jh@suse.cz>
983
984         * i386.md (ashrsi3_cmpno, ashrhi3_cmpno, ashrqi3_cmpno, lshrsi3_cmpno,
985         lshrhi3_cmpno): Remove redundant '@' from the template.
986
987         * i386.md (cmpstrsi_1): Fix type of the compare.
988
989         * genattrtab.c (attr_rtx_cost): New function.
990         (simplify_test_exp): Avoid overactive inlining; use temporary
991         obstacks for tests.
992
993 Sat Dec 16 10:41:11 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
994
995         * diagnostic.c (finish_abort): Deleted.
996         (fatal): Add code from finish_abort.
997         (error_recursion, fancy_abort): Call fatal, not finish_abort.
998         (trim_filename): Remove leading "../".
999         * diagnostic.h (finish_abort): Deleted.
1000         * toplev.c (crash_signal): Call fatal, not finish_abort.
1001
1002         * stor-layout.c (place_field): Treat overflowing DECL_SIZE_UNIT
1003         as if size were variable.
1004
1005         * expmed.c (expand_mult): Write REG_EQUAL note with proper mode.
1006
1007 2000-12-16  Neil Booth  <neil@daikokuya.demon.co.uk>
1008
1009         * tradcpp.c: T_WARNING: New.
1010         (do_warning): New function.
1011         (finclude): Skip past the newline and increase the line number
1012         before calling output_line_command.
1013         (do_line): Skip the new line after output_line_command.  Don't  
1014         pre-decrement the line number.   
1015
1016 2000-12-15  Diego Novillo  <dnovillo@redhat.com>
1017
1018         * i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix references to
1019         _GLOBAL_OFFSET_TABLE_ when using Intel syntax.
1020
1021 2000-12-15  Jakub Jelinek  <jakub@redhat.com>
1022
1023         * gcc.c (cpp_options): Pass -fno-operator-names.
1024         * cpplib.h (struct cpp_options): Add operator_names.
1025         * cppinit.c (cpp_create_reader): Initialize it.
1026         (initialize_builtins): If -fno-operator-names, don't add
1027         C++ alternate operator names.
1028         (COMMAND_LINE_OPTIONS): Add -fno-operator-names.
1029         (cpp_handle_option): Clear operator_names.
1030
1031 2000-12-15  Jason Merrill  <jason@redhat.com>
1032
1033         * jump.c (jump_optimize_1): Don't delete the line note after the
1034         prologue even if it seems redundant.
1035
1036         * config/arm/arm.c (arm_expand_prologue): Set RTX_FRAME_RELATED_P
1037         on all insns used to adjust the stack.
1038
1039 Fri Dec 15 15:32:16 MET 2000  Jan Hubicka  <jh@suse.cz>
1040
1041         * combine.c (cant_combine_insn_p): Get around SUBREGs when determining
1042         hardreg<->reg moves.
1043
1044 Fri Dec 15 14:48:37 MET 2000  Jan Hubicka  <jh@suse.cz>
1045
1046         * genrecog.c (add_to_sequence): Remove special case for
1047         const_int_operand.
1048         (maybe_both_true): Return 1 when falling out of sequence when
1049         trying to find common possition in the pattern.
1050
1051 Fri Dec 15 14:44:51 MET 2000  Jan Hubicka  <jh@suse.cz>
1052
1053         * integrate.c (copy_rtx_and_substitute): Copy mode too.
1054
1055 Fri Dec 15 14:11:57 MET 2000  Jan Hubicka  <jh@suse.cz>
1056
1057         * flow.c (notice_stack_pointer_modification_1): Cleanup.
1058
1059 2000-12-15  Alexandre Oliva  <aoliva@redhat.com>
1060
1061         * function.c (adjust_trampoline_addr): New function.
1062         (trampoline_address): Call it instead of round_trampoline_addr().
1063         * tm.texi (TRAMPOLINE_ADJUST_ADDRESS): Document it.
1064
1065 2000-12-14  Zack Weinberg  <zack@wolery.stanford.edu>
1066
1067         * cppfiles.c (hack_vms_include_specification): Delete function
1068         (not used since 1998).
1069
1070 Fri Dec 15 03:37:51 2000  J"orn Rennecke <amylaar@redhat.com>
1071
1072         * haifa-sched.c (sched_init): Don't put a note in front of any BARRIER.
1073
1074 2000-12-14  Jim Wilson  <wilson@redhat.com>
1075
1076         * alias.c (get_alias_set): Call record_component_aliases for
1077         COMPLEX_TYPE.
1078         (record_component_aliases): Handle COMPLEX_TYPE.
1079         
1080 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1081
1082         * fixinc/gnu-regex.c: Disable NLS.
1083
1084 2000-12-14  Richard Henderson  <rth@redhat.com>
1085
1086         * config/alpha/alpha.c (alpha_emit_conditional_move): Do not swap
1087         comparison operands when that would create non-canonical rtl.
1088
1089         * config/i386/i386.md (umulsi3_highpart): Remove * from name.
1090         (smulsi3_highpart): Likewise.
1091
1092 2000-12-14  Neil Booth  <neil@daikokuya.demon.co.uk>
1093
1094         * gcc.c (cpp_options): Add -remap.
1095
1096 2000-12-14  Neil Booth  <neil@daikokuya.demon.co.uk>
1097
1098        * gcc.c (cpp_options): Update to use '&'.
1099        (struct switchstr): Change type of validated to save space.
1100        New member 'ordering'.
1101        (handle_braces, validate_switches): Update to handle '&'.       
1102
1103 2000-12-13  Laurynas Biveinis  <lauras@softhome.net>
1104
1105         * fixinc/inclhack.def: skip stdio_va_list fix if __DJ_va_list
1106         found in a header.
1107         * fixinc/fixincl.x: regenerated.
1108
1109 2000-12-13  DJ Delorie  <dj@redhat.com>
1110
1111         * config.gcc (cygwin, win32, mingw32): Use float-i386.h.
1112
1113 2000-12-13  Tom Tromey  <tromey@redhat.com>
1114
1115         * gcc.c (handle_braces): Handle %{<S*} spec correctly.
1116
1117 2000-12-13  Alexandre Oliva  <aoliva@redhat.com>
1118
1119         * function.c (assign_parms): Optimize incoming PARALLELs into
1120         REGs if possible.
1121
1122 2000-12-13  Bruce Korb  <bkorb@gnu.org>
1123
1124         * fixinc/Makefile.in(*): substantial rewrite to accommodate systems
1125         that cannot handle bi-directional pipes, viz. BeOS and DOS.
1126         * fixinc/fixlib.h(IGNORE_ARG): new macro
1127         (STATIC): define for all of fixinc to use
1128         * fixinc/fixfixes.c(*): eliminate unused arg warnings
1129         * fixinc/fixtests.c(*): ditto
1130         * fixinc/fixincl.c(start_fixer): chain_open now uses const arg list
1131         * fixinc/gnu-regex.c: reorder some includes to avoid _GNU_SOURCE
1132         warning.  Also, eliminate the ``#ifdef emacs'' stuff.
1133         (re_syntax_options): make global as it is declared so.
1134         * fixinc/mkfixinc.sh: process the argument list more consistently
1135         (beos/msdosdjgpp): set TARGETS to twoprocess vs. oneprocess
1136         * fixinc/procopen.c(globals): include "fixlib.h" for std defs
1137         * fixinc/server.c(globals): ditto
1138         * fixinc/server.h(defines): ditto
1139
1140 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1141
1142         * tradcpp.c (special_symbol): Improve test for definedness,
1143         though it is still not perfect.
1144         (do_define): Don't define illegal macro names.
1145         
1146 2000-12-07  Aldy Hernandez  <aldyh@redhat.com>
1147
1148         * config/mips/elf.h (ASM_OUTPUT_SECTION_NAME): emit @nobits
1149         if changing into .bss section.
1150         * config/mips/elf64.h: same.
1151         * config/mips/iris6.h: same.
1152         * config/mips/netbsd.h: same.
1153         * config/mips/openbsd.h: same.
1154
1155 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1156
1157         * cppfiles.c (read_name_map): Return null if open () fails.
1158         (remap_filename): Simplify logic.  Add ICE if it doesn't work
1159         as expected. Perform secondary lookup attempt on base filename
1160         only.
1161
1162 Wed Dec 13 19:48:04 MET 2000  Jan hubicka  <jh@suse.cz>
1163
1164         * flow.c (notice_stack_pointer_modification_1): Notice midifications
1165         using PRE_MODIFY and POST_MODIFY.
1166
1167 Wed Dec 13 17:25:32 MET 2000  Jan Hubicka  <jh@suse.cz>
1168
1169         * genoutput.c (process_template): Add sanity checking for '@' templates.
1170
1171 2000-12-13  Bernd Schmidt  <bernds@redhat.co.uk>
1172
1173         * simplify-rtx.c (cselib_finish): Free reg_values and used_regs
1174         varrays.
1175
1176 2000-12-12  Mike Stump  <mrs@wrs.com>
1177
1178         * Makefile.in (distclean): Remove safe-ctype.c as well.
1179
1180 2000-12-12  Brad Lucier <lucier@math.purdue.edu>
1181
1182         * tradcpp.c (do_error): Cast difference of pointers to int
1183         for error message.
1184
1185 2000-12-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1186
1187         * config/rs6000/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Move from here...
1188         * config/rs6000/sysv4.h (HANDLE_PRAGMA_PACK_PUSH_POP): ...to here.
1189
1190 2000-12-12  Jim Wilson  <wilson@redhat.com>
1191
1192         * rtlanal.c (may_trap_p): Check operand modes of LE, LT, GE, and GT.
1193
1194 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
1195
1196         * configure.in: Simplify language enabling/disabling code.
1197         * configure: Rebuilt.
1198         * ch/config-lang.in (target_libs): Set.
1199         (build_by_default): Set to no.
1200         * cp/config-lang.in (target_libs): Set.
1201         * f/config-lang.in (target_libs): Set.
1202         * java/config-lang.in (target_libs): Set.
1203         * objc/config-lang.in (target_libs): Set.
1204
1205 2000-12-12  Neil Booth  <neil@daikokuya.demon.co.uk>
1206
1207         * tradcpp.c (enum node_type): Add T_ERROR.
1208         (do_error): New function.
1209         (directive_table): Add #error handler.
1210
1211 2000-12-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1212
1213         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Enable .file/.loc check
1214         for powerpc*-*-*.
1215         * configure: Regenerated.
1216         * config/rs6000/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
1217         * config/rs6000/rs6000.c (rs6000_unique_section): Use
1218         STRIP_NAME_ENCODING.
1219
1220 Mon Dec 11 13:51:09 2000  Jeffrey A Law  (law@cygnus.com)
1221
1222         * pa.c (cmpib_comparison_operator): Remove GEU and LTU.
1223         * pa.h (PREDICATE_CODES, cmpib_comparison_operator): Corresponding
1224         changes.
1225
1226 2000-12-11  Bruce Korb  <bkorb@gnu.org>
1227
1228         * fixinc/fixincl.tpl: initialize all fields for warnings
1229         * fixinc/fixincl.x: regenerate
1230
1231 2000-12-11  Neil Booth  <neilb@earthling.net>
1232
1233         * tradcpp.h: For tradcpp, NUL is not whitespace.
1234
1235 2000-12-11  Neil Booth  <neilb@earthling.net>
1236
1237         * fix-header.c (read_scan_file): Macro expansion is not a file buffer.
1238
1239 2000-12-05  Marek Michalkiewicz  <marekm@linux.org.pl>
1240
1241         * config/avr/avr.c (compare_condition, compare_sign_p): New functions.
1242         (compare_diff_p, compare_eq_p): Call compare_condition.
1243         (out_tsthi, out_tstsi): Call compare_sign_p.
1244         (avr_progmem_p): Check for error_mark_node.
1245
1246 2000-12-11  Neil Booth  <neilb@earthling.net>
1247
1248         * cpperror.c (print_location): New function.
1249         (print_containing_files): Simplify.
1250         (_cpp_begin_message): Simplify and use print_location.
1251         * cppfiles.c (stack_include_file): Update.
1252         (_cpp_pop_file_buffer): Update.
1253         * cpphash.h (struct cpp_buffer): New members
1254         include_stack_listed and type.   
1255         * cpplib.c (_cpp_handle_directive): Buffer->inc is not null.
1256         (run_directive): Take buffer type.  cpp_push_buffer cannot fail.
1257         (_cpp_do__Pragma, cpp_define, _cpp_define_builtin, cpp_undef,
1258         handle_assertion): Update.
1259         (cpp_push_buffer): Take a buffer type and file name.
1260         (cpp_pop_buffer): Update.  Clear include_stack_listed.
1261         * cpplib.h (input_stack_listing_current): Remove.
1262         (enum cpp_buffer_type): New.
1263         (cpp_push_buffer): New prototype.
1264         * cppmacro.c (builtin_macro): Simplify; buffer cannot be null.
1265         * fix-header.c (read_scan_file): Update.
1266
1267 2000-12-10  Robert Lipe <robertlipe@usa.net>
1268
1269         * install.texi (i*86-*-sco3.2v5*): Remove information duplicated
1270         in html version.
1271
1272 2000-12-10  Richard Henderson  <rth@redhat.com>
1273
1274         * genrecog.c (find_operand): Handle 'V' format code.
1275         (find_matching_operand): New.
1276         (validate_pattern): Accept '=' for an in-out operand if there
1277         is another operand with a matching constraint.
1278
1279         * config/i386/i386.md (andqi_ext_0_cc): Use matching constraint
1280         for op1 to op0.
1281
1282 2000-12-10  Richard Henderson  <rth@redhat.com>
1283
1284         * genrecog.c (validate_pattern) [STRICT_LOW_PART]: Fix thinko.
1285
1286 2000-12-09  Richard Henderson  <rth@redhat.com>
1287
1288         * genrecog.c (validate_pattern): Verify that ZERO_EXTRACT and 
1289         STRICT_LOW_PART as SET_DEST have in-out constraints.
1290
1291 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1292
1293         * c-common.c (check_function_format): Don't suggest adding format
1294         attributes to functions with no parameter to which to add them.
1295
1296 2000-12-09  Nick Clifton  <nickc@redhat.com>
1297
1298         * config/arm/arm.c (arm_expand_prologue): Mark the generated
1299         insn not the set as being DWARF2_FRAME_RELATED_P.
1300
1301 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
1302
1303         * Makefile.in: use $(build_exeext) for all build
1304         system executable targets.
1305
1306 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
1307
1308         * install.texi: remove i[345]86-*-winnt3.5 section.
1309         * configur.bat: removed.
1310         * config/msdos: directory removed.
1311
1312 2000-12-09  Neil Booth  <neilb@earthling.net>
1313
1314         * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.
1315         * cpphash.h (NEVER_REREAD, DO_NOT_REREAD, ABSOLUTE_PATH): Delete.
1316         * cpplex.c (parse_identifier): Improve diagnostic.
1317         (_cpp_lex_token): Return unconditionally at the end of a directive.
1318         * cpplib.c (read_flag): Verify legality of each flag.
1319         (end_directive): Resotre pfile->skipping before skip_rest_of_line.
1320         (do_line): Use the new read_flag.
1321         * cppmacro.c (struct cpp_macro, parse_arg, replace_args,
1322         check_macro_redefinition, parse_params): Rename var_args to
1323         variadic.
1324
1325 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1326
1327         * .cvsignore: Add info files.
1328
1329 2000-12-08 Laurynas Biveinis <lauras@softhome.net>
1330
1331         * config/winnt: Remove obsolete directory.
1332         * install.texi (Configurations): Remove obsolete documentation for
1333         Windows NT.
1334
1335 2000-12-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1336
1337         * configure.in: Don't define INSTALL_INFO.
1338         * configure: Regenerate.
1339         * Makefile.in (INSTALL_INFO): Remove.
1340         (info): Depend on info files in source directory.
1341         (cpp.info, gcc.info, c-tree.info): Build info files in source
1342         directory.
1343         (distclean): Don't remove info files.
1344         (maintainer-clean): Remove info files from source directory.
1345         (install-normal): Depend on install-info.
1346         (install-info): Install info files from source directory, if they
1347         exist.
1348         * texinfo.tex: Update to version 2000-11-09.08 from ftp.gnu.org.
1349
1350 2000-12-08  Alexandre Oliva  <aoliva@redhat.com>
1351
1352         * lcm.c (optimize_mode_switching): Check whether an insn is a NOTE
1353         before taking its NOTE_LINE_NUMBER.
1354
1355 2000-12-08  Nick Clifton  <nickc@redhat.com>
1356
1357         * config/arm/arm.md (load_indirect_jump): Add pool ranges.
1358
1359         * extend.texi: Document ARM "interrupt" function attribute.
1360         Mention that the ARM also support the "naked" function
1361         attribute.
1362
1363         * config/arm/arm-protos.h (arm_current_func_type): Add
1364         prototype.
1365
1366         * config/arm/arm.h (EXCEPTION_LR_REGNUM): Define.
1367         (struct machine_function): Add 'func_type' field.
1368         Define bit values for 'func_type' field.
1369         (ARM_FUNC_TYPE): New macro.
1370         (IS_INTERRUPT): New macro.
1371         (IS_VOLATILE): New macro.
1372         (IS_NAKED): New macro.
1373         (IS_NESTED): New macro.
1374         (ARM_INITIAL_ELIMINATION_OFFSET): Use IS_VOLATILE.
1375
1376         * config/arm/arm.c (isr_attribute_args): New Structure.  A
1377         list of "interrupt" function attribute modifiers.
1378         (arm_isr_value): New Function: Returns the type of the current
1379         interrupt function.
1380         (arm_compute_func_type): New Function: Computes the type of
1381         the current function.
1382         (arm_current_func_type): New Function: Returns the type of the
1383         current function.
1384         (use_return_insn): Use arm_current_func_type.
1385         (arm_valid_type_attribute_p): Accept "interrupt" function
1386         attribute.
1387         (arm_comp_type_attributes): Check "interrupt" attributes.
1388         (arm_valid_machine_decl): Accept "interrupt" function
1389         attribute.
1390         (arm_function_ok_for_sibcall): Do not allow interrupt
1391         functions to use sibcalls.
1392         (arm_naked_function_p): Delete.
1393         (print_multi_reg): Remove redundant parameter 'hat'.
1394         (arm_compute_save_reg_mask): New Function: Compute a bit mask
1395         of registers saved during the current function's prologue.
1396         (output_arm_return_instruction): Use arm_current_func_type.
1397         Generate return instruction when LR is not poppsed off the
1398         stack.
1399         (arm_volatile_func): Delete.
1400         (output_arm_prologue): Use arm_current_func_type and
1401         arm_compute_save_reg_mask.
1402         Note presernce of interrupt functions.
1403         (arm_output_epilogue): Use arm_current_func_type and
1404         arm_compute_save_reg_mask.
1405         (arm_expand_prologue): Use arm_current_func_type and
1406         arm_compute_save_reg_mask.
1407         (arm_init_machine_status): Initialise func_type field, if
1408         necessary.
1409         (thumb_expand_prologue): Use arm_current_func_type.
1410         (output_thumb_prologue): Use arm_current_func_type.
1411
1412 2000-12-08  Brad Lucier <lucier@math.purdue.edu>
1413
1414         * tradcpp.c (do_include): Make pointer differences 64-bit clean.
1415
1416 Fri Dec  8 08:23:29 2000  J"orn Rennecke <amylaar@redhat.com>
1417
1418         * fp-bit.c (_fpmul_parts): Use USItype variables as inputs
1419         for multiplies.
1420
1421 2000-12-07  Mike Stump  <mrs@wrs.com>
1422
1423         * Makefile.in (distclean): Remove alloca.c hashtab.c.
1424
1425 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
1426
1427         * Makefile.in (HOST_RTL): Add safe-ctype.o.
1428         (safe-ctype.o): New rule.
1429         * system.h: Include safe-ctype.h, not ctype.h.  No need to
1430         wrap ctype macros.
1431
1432         * cpphash.h: Zap IStable and related macros.  Define is_* in
1433         terms of safe-ctype.h macros.
1434         * cppinit.c: Delete the IStable and all related code.
1435
1436         * tradcpp.c: Delete is_idchar, is_idstart, is_hor_space, and
1437         is_space arrays.  Delete initialize_char_syntax.  Change all
1438         references to the above arrays to use macros instead.
1439         * tradcpp.h: Define is_idchar, is_idstart, is_space, and
1440         is_nvspace in terms of safe_ctype.h's macros.
1441         * tradcif.y: is_idchar, is_idstart are macros not arrays.
1442
1443         * config/i370/i370.c, config/winnt/dirent.c,
1444         config/winnt/fixinc-nt.c, config/winnt/ld.c:
1445         Use uppercase ctype macros.  If we included ctype.h,
1446         include safe-ctype.h instead.
1447
1448         * fixinc/fixfixes.c: Use uppercase ctype macros.  Don't test
1449         ISLOWER(c) before calling TOUPPER(c).
1450         * fixinc/fixincl.c (extract_quoted_files): Simplify out some gunk.
1451         * fixinc/gnu-regex.c: Include safe-ctype.h, not ctype.h.  No need to
1452         wrap ctype macros.  Don't test ISUPPER(x) before calling TOLOWER(x).
1453
1454 2000-12-07  DJ Delorie  <dj@redhat.com>
1455
1456         * c-decl.c (grokdeclarator): preserve previous alignments when
1457         rebuilding array types.
1458
1459 2000-12-07  Neil Booth  <neilb@earthling.net>
1460
1461         * cppfiles.c (struct include_file): Move from cpphash.h.
1462         (_cpp_never_reread): New function.
1463         (open_file, read_include_file): Use it.
1464         (stack_include_file): Set the buffer's sysp according to the
1465         path in which the file was found.
1466         (find_include_file): Don't set sysp.
1467         (cpp_make_system_header, actual_directory): Update.
1468         (_cpp_execute_include): Do #include_next lookup handling here,
1469         not in cpplib.c.  Use _cpp_never_reread.
1470         * cpphash.h (struct_include_file): Remove.
1471         (struct cpp_buffer): New member sysp.
1472         (CPP_IN_SYSTEM_HEADER, _cpp_execute_include): Update.
1473         (_cpp_never_reread): New.
1474         * cpplib.c (read_line_number): Rename read_flag.  Rework slightly.
1475         (end_directive): Clear line_extension flag.
1476         (_cpp_handle_directive): Set line_extension flag for #number.
1477         (do_include_next): Handle path lookup in _cpp_execute_include.
1478         (do_line): Cleanup to use read_flag.  Don't allow flags in #line.
1479         (_cpp_do_file_change): Update.
1480         (do_pragma_once): Use cpp_never_reread.  Clean up.
1481         * cpplib.h (struct lexer_state): New member line_extension.
1482
1483 2000-12-07  Richard Henderson  <rth@redhat.com>
1484
1485         * flow.c (calculate_global_regs_live): Force the stack pointer live
1486         after reload as well.
1487
1488 2000-12-07  Bruce Korb  <bkorb@gnu.org>
1489
1490         * fixinc/Makefile.*(exeext): the variables are exeext, the
1491         substitution expression is build_exeext.
1492
1493 2000-12-07  Neil Booth  <neilb@earthling.net>
1494
1495         * c-common.c (parse_in): Make a cpp_reader *.
1496         * cppfiles.c (_cpp_fake_include): Remove.
1497         * cpphash.h: Similarly.
1498         * cpplib.c (do_line): Don't call _cpp_fake_include.  A valid
1499         #line always creates a callback; FC_RENAME if there are no
1500         #line flags.
1501         * fix-header.c (read_scan_file): cpp_push_buffer cannot fail.
1502         The first EOF must be our get_char buffer.
1503
1504 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1505
1506         * c-common.c (warn_format_security): New variable.
1507         (check_format_info): Warn about non-literal formats with no format
1508         arguments if either -Wformat-nonliteral or -Wformat-security is
1509         specified.
1510         (set_Wformat): Set warn_format_security for settings other than 1.
1511         * c-common.h (warn_format_security): Declare.
1512         * c-decl.c (c_decode_option): Decode -Wformat-security and
1513         -Wno-format-security.
1514         * invoke.texi: Document -Wformat-security.
1515         * toplev.c (documented_lang_options): Include -Wformat-security
1516         and -Wno-format-security.
1517
1518 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1519
1520         * c-common.c (check_format_info): Warn for non-constant format
1521         strings with strftime formats if -Wformat-nonliteral.  Where the
1522         format can convert arguments, if the format is not a string
1523         literal and there are no arguments to the format, give a different
1524         warning message from the general non-string-literal case.
1525
1526 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1527
1528         * c-common.c (format_wanted_type): Add reading_from_flag.
1529         (print_char_table): Mark %s and %S formats with flag "R".
1530         (check_format_info_main): Set up reading_from_flag appropriately.
1531         If aflag, always set writing_in_flag rather than relying on the
1532         format used being a scanf format and so having it set.
1533         (check_format_types): Check for formats reading through null
1534         pointers.
1535
1536 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1537
1538         * invoke.texi (-Wformat): Document what format features are
1539         checked.
1540
1541 2000-12-06  Kazu Hirata  <kazu@hxi.com>
1542
1543         * config/h8300/h8300.h: Fix formatting.
1544
1545 2000-12-06      Joel Sherrill <joel@OARcorp.com>
1546
1547         * config.gcc (a29k*-*-rtems*, arm*-*-rtems*, c4x-*-rtems*,
1548         h8300-*-rtems*, hppa1.1-*-rtems, *mips*-*-rtems*): New targets.
1549         * config.gcc (*-rtems*): Add support for gthr-rtems.h.
1550         * gthr-rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
1551         config/h8300/rtems.h, config/mips/rtems.h: New files.
1552
1553 2000-12-06  Mark Kettenis  <kettenis@gnu.org>
1554
1555         * config.gcc: Reorganize handling of *-*-gnu*, to share target
1556         specific make details with Linux.  Update comments to clarify
1557         the distinction between GNU/Linux and GNU/Hurd.
1558
1559 Wed Dec  6 19:22:02 2000  Jeffrey A Law  (law@cygnus.com)
1560
1561         * contrib.texi: Fix my email address.  Update Per's
1562         list of contributions.
1563
1564 2000-12-06  Rodney Brown  <RodneyBrown@mynd.com>
1565
1566         * c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.
1567         * collect2.c (scan_libraries): Remove unused `ch'.
1568         (COFF specific stuff): Prototype ldgetname.  Declare and prototype
1569         ldbtread and ldclose.
1570
1571         * config/alpha/osf.h: Standarize copyright statement.
1572         * config/arc/arc.h: Likewise.
1573         * config/arm/elf.h config/arm/coff.h config/arm/aout.h: Likewise.
1574         * config/arm/arm.c config/arm/arm.h: Likewise.
1575         * config/elxsi/elxsi.h: Likewise.
1576         * config/i386/sco.h: Likewise.
1577         * config/m68k/crds.h config/m68k/hp320.h config/m68k/lynx.h: Likewise.
1578         * config/m68k/m68kv4.h config/m68k/next21.h: Likewise.
1579         * config/m68k/sun3.h: Likewise.
1580         * config/m88k/dgux.h config/m88k/dguxbcs.h: Likewise.
1581         * config/pdp11/2bsd.h config/pdp11/pdp11.h: Likewise.
1582         * config/romp/romp.h: Likewise.
1583         * config/rs6000/aix41.h: Likewise.
1584         * config/sparc/sysv4.h: Likewise.
1585         * config/we32k/we32k.c config/we32k/we32k.h: Likewise.
1586         * fixinc/gnu-regex.c fixinc/gnu-regex.h: Likewise.
1587         * cpplib.h cppexp.c cselib.h profile.c: Likewise.
1588         * longlong.h: Likewise.
1589         * libgcc2.c: Likewise.
1590
1591 2000-12-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1592
1593         * machmode.def: Use correct definition for BITSIZE on targets where
1594         BITS_PER_UNIT != 8.
1595
1596 2000-12-06  Bruce Korb  <bkorb@gnu.org>
1597
1598         * fixinc/Makefile.*: Reduce differences to (ultimately) reduce
1599         the number of them.
1600
1601 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1602
1603         * pa.c: Include expr.h before c-tree.h.
1604         (remove_useless_addtr_insns): Use reverse_condition_maybe_unordered
1605         instead of reverse_condition.
1606         (print_operand): Correct predicates for GT, GE, LT and LE.  Add
1607         predicates for LTGT, UNLE, UNLT, UNGE, UNGT, UNEQ, UNORDERED and
1608         ORDERED.
1609         (cmpib_comparison_operator): Add GEU and LTU codes.
1610         * pa.h (PREDICATE_CODES): Add codes for cmpib_comparison_operator.
1611         * pa.md (bltgt, bunle, bunlt, bunge, bungt, buneq, bunordered,
1612         bordered): New float conditional branch patterns.
1613
1614 Wed Dec  6 21:03:41 2000  J"orn Rennecke <amylaar@redhat.com>
1615
1616         * final.c (final_addr_vec_align): Fix clipping to BIGGEST_ALIGNMENT.
1617
1618 2000-12-06  Sylvain Pion  <Sylvain.Pion@sophia.inria.fr>
1619
1620         * cpplex.c (skip_escaped_newlines): Don't warn for spaces between
1621         backslash and newline, when inside a comment.
1622
1623 2000-12-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1624
1625         * invoke.texi: Use @table @samp instead of @itemize @minus for
1626         table of language standards.  Fix use of @pxref.  From Zack
1627         Weinberg.  Also exclude specs documentation from generated
1628         manpage, and create separate ENVIRONMENT section.
1629
1630 2000-12-06  Michael Matz  <matzmich@cs.tu-berlin.de>
1631
1632         * gcse.c (compute_pre_data): Kill trapping expressions in
1633         destination blocks of abnormal edges.
1634
1635 2000-12-05  Richard Sandiford  <r.sandiford@redhat.com>
1636
1637         * config/mn10300/mn10300.c (mn10300_print_reg_list): Added.
1638         (mn10300_get_live_callee_saved_regs): Likewise.
1639         (mn10300_gen_multiple_store): Likewise.
1640         (store_multiple_operation): Likewise.
1641         (expand_prologue): Use mn10300_gen_multiple_store().
1642         * config/mn10300/mn10300-protos.h (mn10300_print_reg_list): Added.
1643         (mn10300_get_live_callee_saved_regs): Likewise.
1644         (mn10300_gen_multiple_store): Likewise.
1645         (store_multiple_operation): Likewise.
1646         * config/mn10300/mn10300.md (store_movm): Use a MATCH_PARALLEL
1647         tied to store_multiple_operation().
1648
1649 Tue Dec  5 20:09:14 2000  Jeffrey A Law  (law@cygnus.com)
1650
1651         * builtins.c (expand_builtin_setjmp_setup): Set
1652         current_function_has_nonlocal_label.
1653
1654 2000-12-05  Neil Booth  <neilb@earthling.net>
1655
1656         * cppfiles.c (stack_include_file): Push zero-length buffers
1657         in case of failure.  Return void, as we don't fail any more.
1658         (read_include_file): Check for files we shouldn't re-read.
1659         Don't return an error code; errors are implied by marking the
1660         file NEVER_REREAD.
1661         (_cpp_execute_include): Move the recursion and in-macro checks
1662         here.  Update for stack_include_file not failing.
1663         * cpplib.c (cpp_push_buffer): Always succeed, since
1664         _cpp_execute_include performs the recursion check.  Tidy up.
1665         * cpplib.h (cpp_push_buffer): Update prototype.
1666
1667 2000-12-05  Alexandre Oliva  <aoliva@redhat.com>
1668
1669         * sched-vis.c (visual_tbl_line_length): New variable.
1670         (get_visual_tbl_length): Set it.
1671         (visualize_stall_cycles): Don't let stalls overrun
1672         visual_tbl_line_length.
1673
1674 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
1675
1676         * global.c (global_conflicts): Allow for a REG_UNUSED note
1677         with a different mode to the REG set in the insn.
1678
1679 2000-12-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1680
1681         * Makefile.in (fixinc.sh): Pass $WARN_CFLAGS into fixinc dir.
1682
1683         * fixinc/Makefile.in (FIXINC_DEFS): Add $(WARN_CFLAGS).
1684
1685 2000-12-05  Bruce Korb  <bkorb@gnu.org>
1686
1687         * fixinc/mkfixinc.sh(*-gnu*): activate fixinc for GNU/Hurd and
1688         GNU/Linux.
1689
1690 2000-12-05  Richard Earnshaw  <rearnsha@arm.com>
1691
1692         * fixinc/mkfixinc.sh: Run fixinc on netbsd.
1693         * fixinc/inclhack.def (machine/ansi.h): Run this rule on all files,
1694         to cope with aliased copies.
1695         * fixinc/fixincl.x: Regenerate.
1696
1697 2000-12-05  Bernd Schmidt  <bernds@redhat.co.uk>
1698
1699         * sched-vis.c: Guard with #ifdef INSN_SCHEDULING.
1700         * sched-rgn.c: Likewise.
1701         (rgn_print_insn): Fix output.
1702
1703 2000-12-05  Bruce Korb  <bkorb@gnu.org>
1704
1705         * fixinc/Makefile.*: make these more consistent
1706         * fixinc/mkfixincl.sh: enable BeOS fixincludes
1707
1708 2000-12-05  Richard Henderson  <rth@redhat.com>
1709
1710         * stmt.c (warn_if_unused_value): Move side effects test earlier.
1711
1712 2000-12-05  Alan Modra <alan@linuxcare.com.au>
1713
1714         * bb-reorder.c (reorder_basic_blocks): Do check for EH edges even
1715         when using sjlj.
1716
1717 2000-12-05  Richard Henderson  <rth@redhat.com>
1718
1719         * flow.c (calculate_global_regs_live): Only force stack pointer
1720         live before reload.  Force pic register live before reload.
1721         (insn_dead_p): Don't protect pic references from deletion.
1722
1723 2000-12-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1724
1725         * invoke.texi: Add support for using texi2pod.pl.  Don't use
1726         @multitable.
1727
1728 2000-12-04  Nick Clifton  <nickc@redhat.com>
1729
1730         * config/arm/arm.c (arm_override_options): Test 'insn_flags' not
1731         'tune_flags' for XScale nature.
1732         Remove spurious test of HARD_FLOAT and XScale flags.
1733
1734         * config/arm/arm.md (umulsidi3adddi): Restore "=&r" register
1735         contraint, accidentally changed during XScale contribution.
1736
1737         * config/arm/lib1funcs.asm (interwork_call_via_, call_via_): Do
1738         not create these functions if the target architecture does not
1739         support Thumb instructions.
1740
1741 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1742
1743         * ONEWS: New file with the current contents of NEWS up to EGCS
1744         1.1.
1745         * NEWS: Generate automatically from online release notes from EGCS
1746         1.0 to GCC 2.95.2, using ../contrib/gennews.
1747
1748 2000-12-04  Neil Booth  <neilb@earthling.net>
1749
1750         * tradcif.y: Move lexptr to top of file.  Add rule to handle
1751         assertions in conditional expressions.
1752         * tradcpp.c (parse_answer): Assertions do not need to go to
1753         end of line in conditional directives.
1754         (parse_assertion): Get first character of identifiers correct.
1755         (test_assertion): New function.
1756         * tradcpp.h (test_assertion): New prototype.
1757
1758 2000-12-01  Rodney Brown  <RodneyBrown@mynd.com>
1759
1760         * config.gcc: Fix typo for UnixWare 7.
1761
1762 2000-12-03  Phil Edwards  <pme@sources.redhat.com>
1763
1764         * invoke.texi:  Replace `pedwarns' with clearer text.
1765
1766 2000-12-04  Bruce Korb  <bkorb@gnu.org>
1767
1768         * fixinc/Makefile.*(clean):  don't clean autogenerated files.
1769         (mainainer-clean): clean autogenerated files
1770
1771 2000-12-04  DJ Delorie  <dj@redhat.com>
1772
1773         * md.texi: Add overview, clarify match_dup and define_expand.
1774
1775 2000-12-04  DJ Delorie  <dj@redhat.com>
1776
1777         * print-tree.c (print_node): Target-specific builtins print
1778         numbers, not names.
1779
1780 2000-12-04  Jason Merrill  <jason@redhat.com>
1781
1782         * stor-layout.c (int_mode_for_mode): Handle MODE_VECTOR_INT,
1783         MODE_VECTOR_FLOAT.
1784
1785         * diagnostic.c (report_problematic_module): s/function/module/.
1786
1787         * c-lex.h: Remove decl for check_newline.
1788
1789 2000-12-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1790
1791         * README.APOLLO: Remove obsolete file.
1792
1793 2000-12-04  Neil Booth  <neilb@earthling.net>
1794
1795         * cppinternals.texi: New file.
1796
1797 2000-12-04  Neil Booth  <neilb@earthling.net>
1798
1799         * cppfiles.c (cpp_make_system_header): Take 2 booleans,
1800         and operate on current buffer.
1801         (cpp_read_file): Rename _cpp_read_file.
1802         * cpplib.c (do_line, do_pragma_system_header): Update calls to
1803         cpp_make_system_header.
1804         * fix-header.c: Similarly.
1805         * cpphash.h (_cpp_read_file): Move from...
1806         * cpplib.h: ... here.
1807         * cppinit.c (do_includes, cpp_start_read): Update appropriately.
1808
1809 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1810
1811         * builtins.c (expand_builtin_strspn, expand_builtin_strcspn):
1812         Handle another transformation.
1813
1814 2000-12-03  Nick Clifton  <nickc@redhat.com>
1815
1816         * config.gcc: Add support for StrongARM targets.
1817         * config/arm/t-strongarm-elf: New file.
1818         * config/arm/t-strongarm-coff: New file.
1819         * config/arm/t-strongarm-pe: New file.
1820         * config/arm/strongarm-pe.h: New file.
1821
1822 2000-12-03  Nick Clifton  <nickc@redhat.com>
1823
1824         * NEWS: Mention XScale has been added.
1825         * config.gcc: Add support for XScale targets.
1826         * config/arm/arm.h: Add support for XScale processor.
1827         * config/arm/arm.c: Add support for XScale processor.
1828         * config/arm/arm.md: Add support for XScale processor.
1829         * config/arm/t-xscale-elf: New file.
1830         * config/arm/t-xscale-coff: New file.
1831         * config/arm/xscale-elf.h: New file.
1832         * config/arm/xscale-coff.h: New file.
1833
1834 2000-12-03  Richard Henderson  <rth@redhat.com>
1835
1836         * bb-reorder.c (reorder_basic_blocks): Don't check for EH edges
1837         unless exception handling is enabled, and if not using sjlj.
1838
1839         * builtins.c (expand_builtin_setjmp_setup): New.
1840         (expand_builtin_setjmp_receiver): New.
1841         (expand_builtin_setjmp): Split out _setup and _receiver functions.
1842         Move argument parsing in from ...
1843         (expand_builtin): ... here.
1844         * except.c (receive_exception_label): Branch around receiver
1845         unless new-style exceptions.  Call expand_builtin_setjmp_receiver.
1846         (start_dynamic_handler): Call expand_builtin_setjmp_setup.
1847         * expr.h: Update builtin setjmp decls.
1848
1849 2000-12-03  Bruce Korb  <bkorb@gcc.org>
1850
1851         * fixinc/mkfixinc.sh(build machine): Sometimes, there is no canonical
1852         build machine name.  Default to the target.
1853
1854 2000-12-03  Laurynas Biveinis  <lauras@softhome.net>
1855
1856         * Makefile.in: use $(build_canonical), not $(canonical_build).
1857
1858 2000-12-03  Bernd Schmidt  <bernds@redhat.co.uk>
1859
1860         * Makefile.in (OBJS): Add sched-rgn.o.
1861         (sched-rgn.o): New rule.  * haifa-sched.c (sched_verbose): No
1862         longer static.
1863         (INSN_PRIORITY, INSN_COST, INSN_UNIT, INSN_REG_WEIGHT,
1864         INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK, ENCODE_BLOCKAGE,
1865         UNIT_BLOCKED, BLOCKAGE_RANGE, MIN_BLOCKAGE_COST,
1866         MAX_BLOCKAGE_COST): Move to sched-int.h.
1867         (MAX_RGN_BLOCKS, MAX_RGN_INSNS, INSN_REF_COUNT, FED_BY_SPEC_LOAD,
1868         IS_LOAD_INSN, struct haifa_edge, edge_table, NEXT_IN, NEXT_OUT,
1869         FROM_BLOCK, TO_BLOCK, nr_edges, in_edges, out_edges, IN_EDGES,
1870         OUT_EDGES, edgelst, struct region, nr_regions, rgn_table,
1871         rgn_bb_table, block_to_bb, containing_rgn, RGN_NR_BLOCKS,
1872         RGN_BLOCKS, BLOCK_TO_BB, BB_TO_BLOCK, CONTAINING_RGN,
1873         debug_regions, find_single_block_region, find_rgns, too_large,
1874         init_regions, current_nr_blocks, current_blocks, bitset, bitlst,
1875         bitlst_table_last, bitlst_table_size, bitlst_table, bitset_member,
1876         extract_bitlst, bblst, struct candidate, candidate_table,
1877         bblst_table, bblst_size, bblst_last, IS_VALID, IS_SPECULATIVE,
1878         SRC_PROB, target_bb, split_edges, compute_trg_info,
1879         debug_candidate, debug_candidates, bbset, bbset_size, dom,
1880         IS_RGN_ENTRY, IS_DOMINATED, prob, GET_SRC_PROB, edgeset,
1881         rgn_nr_edges, rgn_edges, edgeset_size, edgeset_bitsize,
1882         EDGE_TO_BIT, edge_to_bit, pot_split, ancestor_edges,
1883         compute_dom_prob_ps, ABS_VALUE, INSN_PROBABILITY,
1884         IS_SPECULATIVE_INSN, INSN_BB, MIN_DIFF_PRIORITY, MIN_PROBABILITY,
1885         MIN_PROB_DIFF, check_live_1, update_live_1, check_live,
1886         update_live, set_spec_fed, is_pfree, find_conditional_protection,
1887         is_conditionally_protected, may_trap_exp, haifa_classify_insn,
1888         is_prisky, is_exception_free, add_branch_dependences,
1889         propagate_deps, compute_block_backward_dependences,
1890         debug_dependencies, is_cfg_nonregular, build_control_flow,
1891         new_edge, bb_deps, BITSET_UNION, BITSET_INTER, BITSET_DIFFER,
1892         BITSET_INVERT, BITSET_ADD, BITSET_REMOVE, debug_regions,
1893         UPDATE_LOOP_RELATIONS, INSN_TRAP_CLASS, WORST_CLASS, IS_REACHABLE,
1894         CONST_BASED_ADDRESS_P, free_pending_lists, sched_target_n_insns,
1895         target_n_insns, sched_n_insns, init_ready_list, deaths_in_region,
1896         can_schedule_ready_p, new_ready, schedule_more_p, rgn_print_insn,
1897         rgn_rank, region_sched_info): Move to sched-rgn.c.
1898         (debug_reg_vector): Delete useless function.
1899         (get_bb_head_tail): Likewise.
1900         (insn_issue_delay, insn_cost, ready_add, get_block_head_tail,
1901         no_real_insns_p, rm_line_notes, save_line_notes,
1902         restore_line_notes, rm_redundant_line_notes, sched_init): No
1903         longer static.
1904         (rm_line_notes, save_line_notes, restore_line_notes,
1905         schedule_block, set_priorities): Change argument to be a real
1906         basic block, not one of haifa's "bb"s.  All callers changed
1907         (rm_other_notes): Initialize note_list here, not in
1908         schedule_region.
1909         (sched_finish): New function, called from schedule_insn.  * *
1910         sched-int.h (INSN_PRIORITY, INSN_COST, INSN_UNIT, INSN_REG_WEIGHT,
1911         INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK, ENCODE_BLOCKAGE,
1912         UNIT_BLOCKED, BLOCKAGE_RANGE, MIN_BLOCKAGE_COST,
1913         MAX_BLOCKAGE_COST): Moved here from haifa-sched.c.
1914         (get_block_head_tail, no_real_insns_p, rm_line_notes,
1915         save_line_notes, restore_line_notes, rm_redundant_line_notes,
1916         rm_other_notes, insn_issue_delay, set_priorities, schedule_block,
1917         sched_init, sched_finish, ready_add, insn_cost): Declare.
1918
1919 2000-12-03  Laurynas Biveinis  <lauras@softhome.net>
1920             Bruce Korb  <bkorb@gnu.org>
1921
1922         * Makefile.in: pass $(build_canonical) to mkfixinc.sh.
1923         * fixinc/mkfixinc.sh: accept build system name as an argument.
1924         Use it for choosing the fix build method.  Use the target for
1925         selecting special fix rules.
1926
1927 2000-12-03  Bernd Schmidt  <bernds@redhat.co.uk>
1928
1929         * Makefile.in (OBJS): Add sched-deps.o.
1930         (sched-deps.o): New rule.
1931         * haifa-sched.c (struct deps, struct haifa_insn_data): Moved to
1932         sched-int.h.
1933         (INSN_DEPEND, INSN_LUID, CANT_MOVE, INSN_DEP_COUNT): Macros moved to
1934         sched-int.h.
1935         (SIZE_FOR_MODE): Delete unused macro.
1936         (reg_known_equiv_p, reg_known_value, reg_pending_clobbers,
1937         reg_pending_sets, reg_pending_sets_all, true_dependency_cache,
1938         anti_dependency_cache, output_dependency_cache,
1939         forward_dependency_cache): Variables moved to sched-deps.c.
1940         (add_dependence, remove_dependence, find_insn_list,
1941         find_insn_mem_list, add_insn_mem_dependence, flush_pending_lists,
1942         sched_analyze_insn, sched_analyze_1, sched_analyze_2,
1943         sched_analyze, group_leader, compute_forward_dependences,
1944         init_deps, free_deps, init_dependency_caches, free_dependency_caches):
1945         Functions moved to sched-deps.c.
1946         (schedule_region): Call init_deps_global and finish_deps_global
1947         instead of directly manipulating dependency data structures.
1948         * sched-deps.c: New file.
1949         (init_deps_global, finish_deps_global): New functions.
1950         * sched-int.h (struct haifa_insn_data, struct deps): Moved here from
1951         haifa-sched.c.
1952         (h_i_d): Declare.
1953         (INSN_DEPEND, INSN_LUID, CANT_MOVE, INSN_DEP_COUNT): Macros moved here
1954         from haifa-sched.c.
1955
1956         * Makefile.in (OBJS): Add sched-vis.o.
1957         (sched-vis.o): New rule.
1958         * haifa-sched.c (get_unit_last_insn): New function.
1959         (sched_dump, insn_unit, actual_hazard_this_instance): No longer
1960         static.
1961         (schedule_block): Call visualize_alloc and visualize_free.  Delete
1962         spurious return statement.
1963         (init_target_units, insn_print_units, get_visual_tbl_length,
1964         init_block_visualization, print_block_visualization, safe_concat,
1965         visualize_scheduled_inns, visualize_no_unit, visualize_stall_cycles,
1966         print_exp, print_value, print_pattern, print_insn, target_units,
1967         MAX_VISUAL_LINES, INSN_LEN, n_visual_lines, visual_tbl,
1968         n_vis_no_unit, vis_no_unit): Move scheduling visualization
1969         functions/variables...
1970         * sched-vis.c: ...here.  New file.
1971         (visualize_alloc, visualize_free): New functions.
1972         (visualize_scheduled_insns, visualize_stall_cycles,
1973         print_block_visualization): Lose basic block argument.  All callers
1974         changed.
1975         (visualize_scheduled_insns): Use new function get_unit_last_insn.
1976         * sched-int.h (current_sched_info, sched_dump): Declare.
1977         (init_target_units, insn_print_units, init_block_visualization,
1978         print_block_visualization, visualize_scheduled_inns,
1979         visualize_no_unit, visualize_stall_cycles, visualize_alloc,
1980         visualize_free): Declare functions.
1981
1982         * sched-int.h: New file.
1983         * Makefile.in (haifa-sched.o): Depend on it.
1984         * haifa-sched.c: Include it.
1985         (no_real_insns_p): New function.
1986         (current_sched_info): New static variable.
1987         (__inline, HAIFA_INLINE): Moved to sched-int.h.
1988         (get_block_head_tail): Minor cleanup.
1989         (init_ready_list, can_schedule_ready_p, new_ready, schedule_more_p,
1990         rgn_print_insn, rgn_rank): New functions, broken out of
1991         rank_for_schedule, schedule_insn and schedule_block, where they
1992         are now called through function pointers in current_sched_info.
1993         (queue_insn, schedule_insn, queue_to_ready, debug_ready_list,
1994         print_insn): To display uid and block number, call the print_insn
1995         function pointer in current_schedule_info.
1996         (region_sched_info): New static variable.
1997         (sched_target_n_insns, sched_n_insns, target_n_insns): New global
1998         variables, moved out of schedule_block.
1999         (schedule_block): Return void.  All callers changed.
2000         Move some of the setup code into schedule_region.  Get head/tail
2001         from current_sched_info, and update it when done.
2002         (schedule_region): Slightly rearranged, some code moved here from
2003         schedule_block.  Call no_real_insns_p to avoid doing work for a
2004         block that consists only of notes and labels.
2005         (schedule_insns): Initialize current_sched_info.
2006
2007 2000-12-03  Neil Booth  <neilb@earthling.net>
2008
2009         * cppmacro.c (funlike_invocation_p): Re-disable macros enabled
2010         by contexts drops AFTER argument pre-expansion, so that they
2011         remain enabled during argument pre-expansion.
2012         (_cpp_pop_context): Unconditionally re-enable a macro when
2013         dropping a context level.
2014
2015 2000-12-03  Manfred Hollstein  <manfredh@redhat.com>
2016
2017         * arm/t-linux (MULTILIB_OPTIONS): Comment.
2018         (MULTILIB_DIRNAMES): Likewise.
2019         (EXTRA_MULTILIB_PARTS): Likewise.
2020         (LIBGCC): Likewise.
2021         (INSTALL_LIBGCC): Likewise.
2022
2023 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2024
2025         * builtins.c (expand_builtin_strcat, expand_builtin_strncat,
2026         expand_builtin_strspn, expand_builtin_strcspn): New functions.
2027         (expand_builtin): Handle BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
2028         BUILT_IN_STRSPN and BUILT_IN_STRCSPN.
2029
2030         * builtins.def (BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
2031         BUILT_IN_STRSPN, BUILT_IN_STRCSPN): New entries.
2032
2033         * c-common.c (c_common_nodes_and_builtins): Declare builtin
2034         strcat, strncat, strspn and strcspn.
2035         (string_ftype_string_cstring): Renamed from `string_ftype_ptr_ptr'.
2036
2037         * extend.texi (strcat, strcspn, strncat, strspn): Document new
2038         builtins.
2039
2040 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2041
2042         * builtins.c (expand_builtin_strcmp): Use const*_rtx when
2043         expanding strcmp at compile-time.  Add another transformation.
2044         (expand_builtin_strncmp): Add more transformations.  Call
2045         expand_builtin_memcmp, not expand_builtin_strcmp, under
2046         appropriate conditions if HAVE_cmpstrsi.
2047
2048 2000-12-02  David Edelsohn  <edelsohn@gnu.org>
2049
2050         * rs6000.md (anddi3_internal[23]): Prefer rldic? over andis
2051         instruction.
2052         (cr logic): Really make operands sequential.
2053
2054 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
2055
2056         * c-common.c (combine_strings): When the ISO C standard specifies
2057         the maximum length of a string, it doesn't include the trailing
2058         zero byte.
2059
2060         * cpplib.c (do_ifdef): Add check_eol() call.
2061         (do_ifndef): Likewise.
2062
2063 2000-12-02  Daniel Berlin  <dberlin@redhat.com>
2064             Bruce Korb  <bkorb@gnu.org>
2065
2066         * fixinc/*: global substitute /__MSDOS__/SEPARATE_FIX_PROC/
2067         * fixinc/mkfixinc.sh: prepare to use Makefile.BEOS for *-*-beos*
2068         * fixinc/Makefile.DOS: define SEPARATE_FIX_PROC for build
2069         * fixinc/fixfix.c(wrap_fix): avoid wrapping files that
2070         use the "__need_" hackery.  It breaks them.
2071         * fixinc/fixincl.c(process - SEPARATE_FIX_PROC):
2072         Sometimes on DOS and BeOS the temp output file cannot be opened.
2073         Skip the file noisily.  Ought to be fixed instead.
2074
2075 2000-12-02  Bruce Korb  <bkorb@gnu.org>
2076
2077         From: 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2078
2079         * fixfixes.c (emit_gnu_type, format_write): Prototype.
2080         (format_write, char_macro_use_fix, char_macro_def_fix): Use gcc's
2081         custom uppercase ctype macros.
2082         * fixincl.c (do_version): Make static and add ATTRIBUTE_NORETURN.
2083         Use gcc's custom uppercase ctype macros.
2084         (main): Prototype.
2085         (machine_matches): Add static prototype and constify variable.
2086         (create_file, test_test, egrep_test): Add static prototype.
2087         (quoted_file_exists): Likewise, and constify parameters.
2088         (extract_quoted_files, internal_fix, start_fixer, fix_applies,
2089         write_replacement, test_for_changes): Add static prototype.
2090         (write_replacement, test_for_changes): Delete excess argument to
2091         `create_file'.
2092         * fixtests.c (test): Make static.
2093         * server.c (load_data, sig_handler, server_setup, find_shell): Add
2094         static prototype.
2095         (sig_handler): Mark parameter with ATTRIBUTE_UNUSED.
2096
2097 2000-12-02  Bruce Korb  <bkorb@gnu.org>
2098
2099         * fixnc/mkfixinc.sh(msdosdjgpp): remove from fixincludes exception list
2100         (per Laurynas Biveinis  <lauras@softhome.net>)
2101
2102 2000-12-02  Richard Earnshaw  <rearnsha@arm.com>
2103
2104         * arm.h (ARM_REGNO_OK_FOR_BASE_P, THUMB_REGNO_MODE_OK_FOR_BASE_P): New
2105         macros.
2106         (REGNO_MODE_OK_FOR_BASE_P): Define in terms of above.
2107         (REGNO_OK_FOR_FOR_BASE_P): Delete.
2108         (ARM_REG_OK_FOR_BASE_P, THUMB_REG_MODE_OK_FOR_BASE_P): New macros for
2109         both strict and non-strict uses.
2110         (REG_MODE_OK_FOR_BASE_P): Define in terms of above.
2111         (ARM_REG_OK_FOR_INDEX_P, THUMB_REG_OK_FOR_INDEX_P): New macros.
2112         (REG_OK_FOR_INDEX_P): Define in terms of above.
2113         (REG_OK_FOR_BASE_P): Delete.
2114         (REG_OK_FOR_PRE_POST_P): Delete.
2115         (ARM_BASE_REGISTER_RTX_P): Renamed from BASE_REGISTER_RTX_P.
2116         (ARM_INDEX_REGISTER_RTX_P): Renamed from INDEX_REGISTER_RTX_P.
2117         (ARM_GO_IF_LEGITIMATE_INDEX): Renamed from GO_IF_LEGITIMATE_INDEX.
2118         (THUMB_LEGITIMATE_OFFSET): Renamed from LEGITIMATE_OFFSET.
2119         (ARM_GO_IF_LEGITIMATE_ADDRESS): Adjust for name changes.  Use ARM
2120         specific variants rather than general ones.  Use ARM_REG_OK_FOR_BASE_P
2121         in pre/post increment cases.
2122         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Similarly for Thumb.
2123         (ARM_LEGITIMIZE_ADDRESS): Similarly.
2124         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Similarly.
2125         * arm.c (legitimate_pic_address): Similarly.
2126
2127 2000-12-02  Neil Booth  <neilb@earthling.net>
2128
2129         * tradcpp.c (struct answer, parse_assertion, parse_answer,
2130         canonicalize_text, find_answer): New.
2131         (do_assert, do_unassert): Provide appropriate function bodies.
2132         (union hashval): New member answers.
2133
2134 2000-11-23  Marek Michalkiewicz  <marekm@linux.org.pl>
2135
2136         * config/avr/avr.md: Document UNSPEC usage.
2137         (*tablejump_rjmp, *tablejump_lib, *tablejump_enh, *tablejump):
2138         Make operand 0 input only, clobber it.  Use UNSPEC, not a bogus
2139         MEM for program memory word reference.  Do not add the label to
2140         the table index in each of the asm output templates, instead ...
2141         (casesi): ... do it in RTL.  Adjust to match the above change.
2142
2143 2000-12-02  Bernd Schmidt  <bernds@redhat.co.uk>
2144
2145         * c-common.c (PTRDIFF_TYPE): Provide default here, ...
2146         * c-decl.c: ... not here.
2147
2148         * haifa-sched.c (sched_dump): Renamed from dump.  All users changed.
2149         (old_max_uid): New variable.
2150         (compute_forward_dependences): Renamed from
2151         compute_block_forward_dependences; changed to accept block head and
2152         tail instead of block number.  Caller changed.
2153         (free_deps, init_dependency_caches, free_dependency_caches,
2154         init_regions, sched_init): New functions, split out from
2155         schedule_insns and compute_block_backward_dependences.
2156
2157 2000-12-02  Neil Booth  <neilb@earthling.net>
2158
2159         * cppexp.c (parse_number): Update diagnostic test.
2160
2161 2000-12-02  Bernd Schmidt  <bernds@redhat.co.uk>
2162
2163         * reload1.c (free_for_value_p): New function, frontend to
2164         reload_reg_free_for_value_p.  All callers of the latter now call
2165         this function with an additional mode argument.
2166
2167 2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2168
2169         * install.texi (Configurations): Remove obsolete documentation for
2170         hppa*-*-*.
2171
2172 2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2173
2174         * install.texi (Installation): Remove obsolete description for
2175         libstdc++ which is now an integral part of GCC.
2176
2177 2000-12-01  Jim Blandy  <jimb@redhat.com>
2178
2179         * dbxout.c (dbxout_parms): Correctly describe parameters passed by
2180         invisible reference in registers, but then spilled to the stack.
2181         Remove code to emit a second stab for such parameters; it attempts
2182         to describe the value's location by introducing a synthetic C++
2183         `reference' type, and then saying the stack slot has that
2184         reference type.  This loses type information (breaking GDB's
2185         `ptype' command, among other things) just to describe a location
2186         which stabs can represent correctly in other ways.
2187
2188 2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
2189
2190         * final.c (output_addr_const) <PLUS>: Don't assume at least one
2191         operand is a CONST_INT.
2192
2193         * config/sh/sh.c (reg_class_from_letter): Assign `k' to SIBCALL_REGS.
2194         (machine_dependent_reorg): Split all insns.
2195         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Compute
2196         reg_class_contents[SIBCALL_REGS].
2197         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add SIBCALL_REGS.
2198         * config/sh/sh.md (calli_pcrel, call_pcrel, call_valuei_pcrel,
2199         call_value_pcrel, call, call_value, sibcall): Match even when
2200         not optimizing.
2201         (sibcalli_pcrel, sibcall_pcrel): Likewise.  Use constraint `k'
2202         for call address.
2203         (sibcalli): Likewise.
2204
2205 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2206
2207         * c-common.c (warn_format, warn_format_y2k,
2208         warn_format_extra_args, warn_format_nonliteral): Define.
2209         (check_format_info): Check warn_format_nonliteral and
2210         warn_format_extra_args.
2211         (check_format_info_main): Check warn_format_y2k.
2212         (set_Wformat): New function.
2213         * c-common.h (warn_format_y2k, warn_format_extra_args,
2214         warn_format_nonliteral, set_Wformat): Declare.
2215         * c-decl.c (warn_format): Remove definition.
2216         (c_decode_option): Handle -Wformat-nonliteral,
2217         -Wno-format-extra-args and -Wno-format-y2k, and negated versions.
2218         Use set_Wformat.
2219         * invoke.texi: Document these new options and -Wformat=2.
2220         * toplev.c (documented_lang_options): Add these new options.
2221
2222 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2223
2224         * builtins.def (BUILT_IN_IMAXABS): Add.
2225         * builtins.c (expand_builtin): Also abort on BUILT_IN_IMAXABS.
2226         * c-common.c (c_common_nodes_and_builtins): Create builtin
2227         functions __builtin_imaxabs, and plain imaxabs unless
2228         flag_no_nonansi_builtin outside C99 mode.
2229         (expand_tree_builtin): Handle BUILT_IN_IMAXABS.
2230         * extend.texi: Document builtin imaxabs.
2231
2232 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2233
2234         * c-common.c: Include "defaults.h".
2235         (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Define.
2236         (c_common_nodes_and_builtins): Create string_type_node,
2237         const_string_type_node, wint_type_node, intmax_type_node,
2238         uintmax_type_node, default_function_type, ptrdiff_type_node and
2239         unsigned_ptrdiff_type_node.
2240         * c-common.h (identifier_global_value): Declare.
2241         * c-decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
2242         (init_decl_processing): Don't create string_type_node,
2243         const_string_type_node, wint_type_node, intmax_type_node,
2244         uintmax_type_node, default_function_type, ptrdiff_type_node and
2245         unsigned_ptrdiff_type_node.
2246         (identifier_global_value): New function.
2247
2248 2000-12-01  Neil Booth  <neilb@earthling.net>
2249
2250         * cppinit.c (initialize): Forgotten prototype.
2251         * cpplex.c (_cpp_lex_token): Loop until not skipping.
2252         Always clear PREV_WHITE upon meeting a new line.
2253         * cpplib.c (end_directive): Set pfile->skipping after
2254         skip_rest_of_line.
2255         * cpplib.h (cpp_reader): Remove macro_pos.
2256         * cppmacro.c (cpp_get_line): Don't do anything special inside
2257         macros.
2258         (parse_arg): Add PREV_WHITE if a token appears after new lines.
2259         (funlike_invocation_p): Save and restore the output position
2260         over a successful check for a '('.
2261         (enter_macro_context): Delete uses of macro_pos.
2262         (cpp_get_token): Don't use pfile->skipping.
2263
2264 2000-12-01  Phil Edwards  <pme@sources.redhat.com>
2265
2266         * diagnostic.c:  Fix typos in comments.
2267         * diagnostic.h:  Likewise.
2268
2269 2000-11-30  Phil Edwards  <pme@sources.redhat.com>
2270
2271         * rtl.texi (Machine Modes):  Document BImode and OImode.
2272
2273 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2274
2275         * gcc.c (default_compilers): Add suffixes .mi, .cp, .ii, .FOR and
2276         .FPP.
2277
2278 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2279
2280         * c-decl.c (grokdeclarator): If pedantic, warn about arrays with
2281         incomplete element type.
2282         (grokparms): Before checking for incomplete parameter type, check
2283         the type isn't error_mark_node.
2284
2285 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
2286
2287         * builtins.c (target_char_cast): New function.
2288         (expand_builtin_strchr): Use it.
2289         (expand_builtin_strrchr): Use it.
2290         (builtin_memset_read_str): New function.
2291         (expand_builtin_memset): Use target_char_cast.
2292         Try to optimize memset with second argument non-zero using
2293         store_by_pieces.
2294
2295 2000-11-30  Marek Michalkiewicz  <marekm@linux.org.pl>
2296
2297         * install.texi (avr): Replace incomplete list of supported MCU
2298         types with a link to the current one ...
2299         * invoke.texi (AVR Options): ... here.  Update -mmcu= to list
2300         all supported MCU types.  Document -minit-stack= default.
2301         Document new options -mno-tablejump, -mtiny-stack.
2302         * md.texi (AVR family):  Fix typo in 'w' constraint letter
2303         description.  Document 'q'.  Update 'O'.
2304
2305 2000-12-01  Bernd Schmidt  <bernds@redhat.co.uk>
2306
2307         * combine.c (cant_combine_insn_p): Only disallow insns involving
2308         hard regs if they are reg-reg moves.
2309         (try_combine, can_combine_p, combinable_i3pat): Delete old
2310         SMALL_REGISTER_CLASSES tests.
2311
2312 2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
2313
2314         * config/sh/sh.c (shiftcosts): Don't get INTVAL before testing
2315         whether X is a CONST_INT.
2316         (addsubcosts): Likewise.
2317
2318         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA): Use INTVAL instead of
2319         mis-used XINT.
2320         (ARG_POINTER_REGNUM): Set to AP_REG.
2321
2322 2000-11-30  Alexandre Oliva  <aoliva@redhat.com>
2323
2324         * config/sh/sh.md (fpu_switch0, fpu_switch1, movpsi, fpu_switch,
2325         splits): Only match on TARGET_SH4.
2326
2327         * combine.c (try_combine): Disregard USEs when updating LOG_LINKS
2328         of subsequent insns.
2329
2330 2000-11-30  Richard Henderson  <rth@redhat.com>
2331
2332         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Disable.
2333         * config/alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
2334
2335 2000-11-30  Richard Henderson  <rth@redhat.com>
2336
2337         * config/alpha/elf.h (ASM_OUTPUT_SECTION_NAME): Copy elfos.h defn.
2338         (DO_SELECT_SECTION): New.
2339         (SELECT_SECTION): Use it.
2340         (UNIQUE_SECTION_P): New.
2341         (UNIQUE_SECTION): New.
2342
2343 2000-11-30  Alexandre Oliva  <aoliva@redhat.com>
2344
2345         * c-common.c (status_warning) [! ANSI_PROTOTYPES]: Load status
2346         from va_list before using it.
2347
2348 2000-11-30  Michael Matz  <matzmich@cs.tu-berlin.de>
2349
2350         * flow.c (make_edge): Early out, if no flags to set.
2351         (calculate_global_regs_live): Clear out garbage only when necessary.
2352
2353         * simplify-rtx.c (varray_type used_regs): New.
2354         (clear_table): Use it to only clear necessary items.
2355         (cselib_lookup, cselib_record_set): Remember newly set items.
2356         (cselib_update_varray_sizes, cselib_init): Initialize and grow
2357         used_regs.
2358
2359         * local-alloc.c (update_equiv_regs): New local `cleared_regs'.
2360         Move clearing of dead regs out of insn-loop.
2361
2362 2000-11-30  Richard Henderson  <rth@redhat.com>
2363
2364         * calls.c (expand_call): Emit queued insns before creating
2365         the tail recursion sequence.
2366
2367 2000-11-30  J. David Anglin  <dave.anglin@nrc.ca>
2368             Bruce Korb  <bkorb@gnu.org>
2369
2370         * fixinc/inclhack.def(): prevent dual double definition protection
2371         * fixinc/fixincl.x: regenerate
2372
2373 2000-11-29  Loren J. Rittle  <ljrittle@acm.org>
2374
2375         * fixinc/Makefile.in (fixincl.x): Explicitly state the
2376         location of the generated file.
2377
2378 2000-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2379
2380         * README.FRESCO: Remove obsolete file.
2381
2382 2000-11-30  Mark Kettenis  <kettenis@gnu.org>
2383
2384         * config/t-gnu (LIBGCC1, CROSS_LIBGCC1, CRTSTUFF_T_CFLAGS,
2385         TARGET_LIBGCC2_CFLAGS): Remove.  We now use the settings from
2386         config/t-linux for the Hurd.
2387
2388 2000-11-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2389
2390         * config/mn10200/udivmod.c, config/mn10200/divmod.c,
2391         config/mn10200/udivmodsi4.c: Moved from here.
2392         * config/udivmod.c, config/divmod.c, config/udivmodsi4.c: To here.
2393         * config/mn10200/t-mn10200 (LIB2FUNCS_EXTRA): Use the generic
2394         C division functions.
2395         * config/m68hc11/t-m68hc11-gas (LIB2FUNCS_EXTRA): Likewise.
2396
2397 Thu Nov 30 01:12:52 2000  Jeffrey A Law  (law@cygnus.com)
2398
2399         * pa.md (conditional moves): Avoid holes in operand list.
2400         (mod, umod patterns): Similarly.
2401         (variable extract/shift patterns): Similarly.
2402
2403 2000-11-30  Neil Booth  <neilb@earthling.net>
2404
2405         * objc/objc-act.c (lang_init, finish_file, maybe_objc_comptypes,
2406         maybe_objc_check_decl, build_objc_string_object,
2407         objc_declare_alias, objc_declare_class, build_message_expr,
2408         build_protocol_expr, build_selector_expr, build_encode_expr,
2409         get_class_ivars, start_class, start_protocol): Remove
2410         redundant code, assuming doing_objc_thang is true.
2411
2412 2000-11-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2413
2414         * pa.c (restore_unscaled_index_insn_codes): Delete procedure.
2415         (record_unscaled_index_insn_codes): Likewise.
2416         (unscaled_index_insn_codes): Delete.
2417         (max_unscaled_index_insn_codes_uid): Delete.
2418         (output_function_prologue, output_function_epilogue, pa_reorg):
2419         Don't use the unscaled index insn hack.
2420
2421         * pa.md: Remove hack from all index insns to reverse the operand
2422         order of frame and stack pointer references incorrectly created
2423         in the reload pass.
2424
2425         * function.h (emit_status): Delete member regno_pointer_flag and
2426         rename regno_pointer_flag_length to regno_pointer_align_length.
2427         Delete define for REGNO_POINTER_FLAG.
2428         * integrate.h (inline_remap): Delete member regno_pointer_flag.
2429         Add member x_regno_reg_rtx.
2430         * rtl.h (rtx_def): Use frame_related bit to indicate register is
2431         a pointer in REG expressions.  Define REG_POINTER macro.
2432         * alias.c (find_base_value, find_base_term): Use REG_POINTER
2433         instead of REGNO_POINTER_FLAG.
2434         * combine.c (nonzero_bits, num_sign_bit_copies): Likewise.
2435         * emit-rtl.c (gen_reg_rtx): Use regno_pointer_align_length instead
2436         of regno_pointer_flag_length.  Remove code which refers to
2437         regno_pointer_flag.
2438         (mark_reg_pointer): Use REG_POINTER.
2439         (free_emit_status): Remove code which refers to regno_pointer_flag.
2440         (init_emit, mark_emit_status): Likewise.
2441         * flow.c (dump_flow_info): Likewise.
2442         * function.c (preserve_temp_slots): Likewise.
2443         * integrate.c (expand_inline_function, copy_rtx_and_substitute):
2444         Use x_regno_reg_rtx instead of regno_pointer_flag for function
2445         pointer determination in map.
2446         * loop.c (strength_reduce, maybe_eliminate_biv_1): Use REG_POINTER.
2447         * predict.c (estimate_probability): Likewise.
2448         * regclass.c (record_address_regs, reg_scan_mark_refs): Likewise.
2449         * unroll.c (unroll_loop): Use x_regno_reg_rtx instead of
2450         regno_pointer_flag for function pointer determination in map.
2451         * convex.h (RTX_COSTS): Don't test regno_pointer_flag and use
2452         REG_POINTER.
2453         * pa.c (hppa_legitimize_address, emit_move_sequence, basereg_operand):
2454         Use REG_POINTER.
2455         (restore_unscaled_index_insn_codes): Revise comment.
2456
2457         * expr.c (do_compare_and_jump): Add missing TYPE_MODE in statement.
2458
2459 2000-11-30  Joseph S. Myers  <jsm28@cam.ac.uk>
2460
2461         * extend.texi: Update documentation for attributes.
2462
2463 2000-11-29  David O'Brien  <obrien@FreeBSD.org>
2464
2465         * config/alpha/elf.h (IDENT_ASM_OP): Protect the #define.
2466         (ASM_DECLARE_OBJECT_NAME): Same.
2467         (ASM_FILE_END): Same.
2468         (ASM_FINISH_DECLARE_OBJECT): Same.
2469         (ASM_IDENTIFY_GCC): Same.
2470         (ASM_IDENTIFY_LANGUAGE): Same.
2471         (ASM_OUTPUT_CONSTRUCTOR): Same.
2472         (ASM_OUTPUT_DEF): Same.
2473         (ASM_OUTPUT_DESTRUCTOR): Same.
2474         (ASM_OUTPUT_EXTERNAL_LIBCALL): Same.
2475         (ASM_OUTPUT_SECTION_NAME): Same.
2476         (ASM_WEAKEN_LABEL): Same.
2477         (BSS_SECTION_ASM_OP): Same.
2478         (COMMON_ASM_OP): Same.
2479         (CONST_SECTION_ASM_OP): Same.
2480         (CONST_SECTION_FUNCTION): Same.
2481         (CTORS_SECTION_ASM_OP): Same.
2482         (DTORS_SECTION_ASM_OP): Same.
2483         (ESCAPES): Same.
2484         (FINI_SECTION_ASM_OP): Same.
2485         (IDENT_ASM_OP): Same.
2486         (IDENT_ASM_OP): Same.
2487         (INIT_SECTION_ASM_OP): Same.
2488         (INT_ASM_OP): Same.
2489         (MAX_OFILE_ALIGNMENT): Same.
2490         (SBSS_SECTION_ASM_OP): Same.
2491         (SDATA_SECTION_ASM_OP): Same.
2492         (SECTION_FUNCTION_TEMPLATE): Same.
2493         (SELECT_SECTION): Same.
2494         (SE_CONST_SECTION): Same.
2495         (SIZE_ASM_OP): Same.
2496         (SKIP_ASM_OP): Same.
2497         (STRING_ASM_OP): Same.
2498         (STRING_LIMIT): Same.
2499         (TYPE_ASM_OP): Same.
2500         (TYPE_OPERAND_FMT): Same.
2501
2502 2000-11-29  Neil Booth  <neilb@earthling.net>
2503
2504         * c-decl.c (c_decode_option): Don't handle -lang-objc.
2505         * objc/lang-options.h: Remove -lang-objc.
2506         * objc/lang-specs.h: Don't pass -lang-objc to cc1obj.
2507         * objc/objc-act.c (lang_init_options): Set c_language.
2508
2509 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
2510
2511         * expr.c (can_store_by_pieces): Reinitialize max_size for reverse
2512         tests.
2513
2514 2000-11-29  Neil Booth  <neilb@earthling.net>
2515
2516         * c-pragma.c (init_pragma): Update for parse_in type change.
2517
2518 2000-11-29  Laurynas Biveinis  <lauras@softhome.net>
2519
2520         * configure.in: recognize DOS-style absolute paths.
2521
2522 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
2523
2524         * expr.h (store_by_pieces): Add prototype.
2525         (can_store_by_pieces): Likewise.
2526         * expr.c (struct store_by_pieces): Renamed from clear_by_pieces.
2527         (can_store_by_pieces): New.
2528         (store_by_pieces): New.
2529         (clear_by_pieces): New.
2530         (clear_by_pieces_1): New.
2531         (store_by_pieces_1): Renamed from clear_by_pieces, handle storing
2532         arbitrary compiler generated constants into memory block.
2533         (store_by_pieces_2): Renamed from clear_by_pieces_1, likewise.
2534         * builtins.c (c_readstr): New.
2535         (builtin_memcpy_read_str): New.
2536         (expand_builtin_memcpy): If src is string constant and
2537         emit_block_move would move it by pieces, compute integer constants
2538         from the string and store it into memory block instead.
2539         (builtin_strncpy_read_str): New.
2540         (expand_builtin_strncpy): If N is not constant zero and c_strlen does
2541         not return INTEGER_CST, don't optimize.
2542         If N is larger than strlen(src) + 1, try to copy the string
2543         including padding with store_by_pieces.
2544         (expand_builtin_strcmp): If both arguments have side effects, don't
2545         optimize.
2546         (expand_builtin_fputs): If STR has side effects, don't optimize.
2547
2548 2000-11-29  Richard Earnshaw  <rearnsha@arm.com>
2549
2550         * arm.md (sibcall, sibcall_value, sibcall_insn, sibcall_value_insn):
2551         Add use of link register.
2552
2553 2000-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
2554
2555         * extend.texi: Update documentation for default format attributes.
2556
2557 Tue Nov 28 21:56:45 2000  Jeffrey A Law  (law@cygnus.com)
2558
2559         * pa/pa-64.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not
2560         a list, to keep track of the sections.
2561
2562 2000-11-28  Nick Clifton  <nickc@redhat.com>
2563
2564         * config/arm/arm.md (pic_load_addr): Split into
2565         pic_load_addr_arm and pic_load_addr_thumb.
2566
2567         * config/arm/arm.c (legitimize_pic_address): Generate either
2568         ARM or Thumb versions of pic_load_addr.
2569         (arm_finalize_pic): Generate either ARM or Thumb versions of
2570         pic_load_addr.
2571
2572 2000-11-28  Richard Henderson  <rth@redhat.com>
2573
2574         * calls.c (expand_call): Defer const/pure NO_DEFER_POP until
2575         after sibcall do_pending_stack_adjust.
2576
2577 Wed Nov 29 00:08:23 2000  J"orn Rennecke <amylaar@redhat.com>
2578
2579         * jump.c (delete_insn): Check that REG_LABEL note actually contains
2580         a CODE_LABEL.
2581
2582 2000-11-28  Neil Booth  <neilb@earthling.net>
2583
2584         * c-common.h: Remove flag_digraphs.
2585         * c-decl.c: Remove flag_digraphs.
2586         (c_decode_option): Don't set it.
2587         * c-lex.c (init_c_lex): Don't do anything for digraphs.
2588
2589 2000-11-28  Richard Henderson  <rth@redhat.com>
2590
2591         * c-parse.in (finish_parse): Update for parse_in type change.
2592         (_yylex): Likewise.
2593
2594 2000-11-28  Neil Booth  <neilb@earthling.net>
2595
2596         * cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean
2597         indicating whether to scan all buffers on the stack or
2598         just one.
2599         * cppinit.c (do_includes): Update.
2600         * cppmain.c (main): Update.
2601         * cpplib.h: Update prototype.
2602
2603 2000-11-28  Richard Henderson  <rth@redhat.com>
2604
2605         * genoutput.c (validate_insn_operands): New.
2606         (gen_insn): Call it.
2607
2608         * config/alpha/alpha.md (divmodsi_internal): Renumber operands.
2609         (divmoddi_internal): Likewise.
2610         * config/arm/arm.md (andsi3_compare0_scratch): Likewise.
2611         * config/i960/i960.md (branch patterns): Likewise.
2612         * config/ia64/ia64.md (tbit_and_0): Likewise.
2613         (tbit_and_1, tbit_or_0, tbit_or_1): Likewise.
2614         * config/m68k/m68k.md (zero_extract memory patterns): Likewise.
2615         * config/mips/mips.md (divmodsi4_internal): Likewise.
2616         (divmoddi4_internal): Likewise.
2617         * config/rs6000/rs6000.md (call patterns): Likewise.
2618         * config/sh/sh.md (movsi_y): Likewise.
2619         * config/sparc/sparc.md: Comment out if 0 v8p shift pattern.
2620
2621 2000-11-28  Richard Henderson  <rth@redhat.com>
2622
2623         * config.gcc: Kill residual pyramid support.
2624
2625 2000-11-28  Neil Booth  <neilb@earthling.net>
2626
2627         * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
2628         * c-decl.c (c_decode_option): Update to match.
2629         * c-lex.c (init_c_lex, yyparse): Update to match.
2630         * c-lang.c (lang_init_options): Use cpp_create_reader.
2631         * cppinit.c (cpp_init): Rename initialize.
2632         (cpp_reader_init): Rename cpp_create_reader.  Create the
2633         reader.  Initialize cpplib if appropriate.
2634         * cpplib.h (cpp_create_reader) New prototype.
2635         (cpp_init, cpp_reader_init): Delete prototypes.
2636         * cppmain.c (general_init, setup_callbacks): New functions.
2637         (main): Use them.
2638         * fix-header.c (scan_in): Change type to cpp_reader *.
2639         (read_scan_file): Update for new cpplib interface and scan_in type.
2640
2641         * cp/decl.c (parse_in): Change to cpp_reader *.
2642         (lang_decode_option): Update.
2643         * cp/lex.c (lang_init_options): Use new cpplib interface.
2644         (init_cp_pragma, finish_parse, handle_pragma_implementation): Update.
2645         * cp/spew.c (read_token): Update.
2646         * objc/objc-act.c (lang_init_options): Update new cpplib interface.
2647
2648 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
2649
2650         * loop.c (load_mems): Avoid using next_label to find end_label. If
2651         jumping outside of the loop (other than loop end), don't hoist MEMs
2652         out of loop.
2653
2654 2000-11-28  Jan Hubicka  <jh@suse.cz>
2655
2656         * calls.c (expand_call): Don't disable tail recursion based
2657         on the loop nest.
2658
2659 2000-11-28  Neil Booth  <neilb@earthling.net>
2660
2661         * tradcpp.c (enum node_type): New hash types T_ASSERT, T_UNASSERT.
2662         (struct directive): Drop 4th argument from handlers.
2663         (do_define, do_line, do_include, do_undef, do_else, do_elif,
2664         do_endif): Similarly.
2665         (do_assert, do_unassert, do_ifdef, do_ifndef): New handlers.
2666         (do_ifxdef): Update as common handler of do_ifdef and do_ifndef.
2667         (make_definition, make_undef): Take a const char*.
2668         (make_assertion): New function.
2669         (struct directive_table): Update.
2670         (main): Handle -A command line argument.
2671         (handle_directive): Drop fourth handler argument.
2672
2673 2000-11-28  Bernd Schmidt  <bernds@redhat.co.uk>
2674
2675         * simplify-rtx.c (cselib_record_sets): Ignore sets whose destination
2676         is anything but REG or MEM, but look inside STRICT_LOW_PART.
2677
2678 Tue Nov 28 09:53:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2679
2680         * system.h (IS_DIR_SEPARATOR): Use uppercase macro name.
2681         (IS_ABSOLUTE_PATHNAME): New macro.
2682         * gcc.c (find_a_file, process_command, do_spec_1, main): Use it.
2683
2684 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
2685
2686         * config/i386/i386.md (truncxfsf2_2): Fix predicate.
2687
2688 2000-11-27  Jim Wilson  <wilson@redhat.com>
2689
2690         * reload1.c (reload): Use HOST_WIDE_INT for old_frame_size.
2691
2692 2000-11-27  Matthias Klose  <doko@cs.tu-berlin.de>
2693
2694         * extend.texi (Nested Functions): Update URL of Usenix paper.
2695
2696 2000-11-27  Mark Mitchell  <mark@codesourcery.com>
2697
2698         * function.c (free_after_compilation): Clear x_clobber_return_insn.
2699
2700 2000-11-27  Neil Booth  <neilb@earthling.net>
2701
2702         * cppinit.c (cpp_reader_init): Remove handling of warn_paste
2703         command line options.
2704         (cpp_handle_option): Similarly.
2705         * cpplib.h (struct cpp_options): Remove warn_paste.
2706         * cppmacro.c (paste_tokens): Apart from assembler, make
2707         unpasteable token warning mandatory.
2708
2709 2000-11-27  Neil Booth  <neilb@earthling.net>
2710
2711         * tradcpp.c (enum pending_dir_t, struct pending_dir): New.
2712         (main): Allocate a pending directive set of these.  Use it.
2713         Merge handling of -D and -U.  Update handling of pending
2714         directives.  Free the memory after use.
2715
2716 2000-11-27  Bernd Schmidt  <bernds@redhat.co.uk>
2717
2718         * flow.c (entry_exit_blocks): Add entry for cond_local_set.
2719         (struct propagate_block_info): Add new member cond_local_set.
2720         (propagate_block): Accept new arg cond_local_set.  All callers
2721         changed.
2722         (init_propagate_block_info): Likewise.
2723         (calculate_global_regs_live): Allocate & free cond_local_set.  Always
2724         rescan if there's overlap between cond_local_set and new_live_at_end.
2725         (mark_set_1): Set bits either in cond_local_set or local_set, as
2726         appropriate.
2727         * basic-block.h (struct basic_block_def): New field cond_local_set.
2728         (propagate_block, init_propagate_block_info): Update prototypes.
2729
2730 Mon Nov 27 17:29:44 2000  kaz Kojima <kkojima@rr.iij4u.or.jp>
2731
2732         * gcc/config/sh/sh.md (udivsi3_i4, udivsi3_i4_single): Clobber
2733         T register.
2734
2735 2000-11-27  Richard Earnshaw  <rearnsha@arm.com>
2736
2737         * arm.c (select_dominance_cc_mode): Handle new way that combine
2738         canonicalizes conditional compares.
2739         (arm_select_cc_mode): Likewise.
2740         * arm.md: Garbage collect some dead code.
2741         (cmp_and, cmp_ior): New patterns.
2742         (splitter for conditional move with inverted false): Use cond_exec
2743         and handle unordered comparisons.
2744
2745 Mon Nov 27 17:22:56 MET 2000  Jan Hubicka  <jh@suse.cz>
2746
2747         * i386.c (ix86_force_to_memory, ix86_free_from_memory): New.
2748         * i386-protos.h (ix86_force_to_memory, ix86_free_from_memory): Declare
2749         * i386.md (float?i?f, int/fp operations): Rewrite spliters to use
2750         ix86_force_to_memory and ix86_free_from_memory.
2751
2752 2000-11-27  Richard Earnshaw  <rearnsha@arm.com>
2753
2754         * arm.md (arm_adddi3, adddi_sesidi_di, adddi_zesidi_di, arm_addsi3,
2755         arm_subsi3_insn, anddi_zesidi_di, arm_andsi3_insn, anddi_notdi_di,
2756         anddi_notzesidi_di, anddi_notsesidi_di, arm_iorsi3,
2757         one_cmpldi2): Merge with splitters to create define_insn_and_split
2758         patterns.  Remove redundant splits.
2759         (peephole2 for add:SI of invalid immediate): New.
2760         (peephole2 for minus:SI of invalid immediate): New.
2761         (peephole2 for ior:SI of invalid immediate): New.
2762         (peephole for merge of move and compare): Convert ot peephole2.
2763         (addsf3, adddf3): Mark as commutative.
2764
2765         * arm.md (thumb peephole for merging stack adjustments): Convert to
2766         peephole2.
2767
2768 2000-11-27  Bernd Schmidt  <bernds@redhat.co.uk>
2769
2770         * haifa-sched.c (print_pattern): Prettier output for COND_EXEC.
2771
2772         * reload1.c (reload_cse_simplify_set): Pass down mode to cselib_lookup.
2773         (reload_cse_simplify_operands): Do nothing about operands where both
2774         the operand and the match_operand fail to give us a mode.
2775         * simplify-rtx.c (wrap_constant): New function.
2776         (entry_and_rtx_equal_p): Except integer constants to come wrapped in a
2777         CONST describing the proper mode.
2778         (rtx_equal_for_cselib_p): Pass down modes to recursive calls of
2779         cselib_lookup.
2780         (cselib_lookup_mem): Call wrap_constant on the rtx that is passed to
2781         htab_find_slot_with_hash.
2782         (cselib_lookup): Likewise.
2783
2784         Based on a patch from Geoff Keating <geoffk@redhat.com>:
2785         * loop.c (basic_induction_var): If a REG is set from something
2786         that is not a biv, then the REG is not a biv.  Even if it is
2787         earlier set from something that is a biv.
2788
2789 2000-11-27  Alexandre Oliva  <aoliva@redhat.com>
2790
2791         * configure.in (extra_objs): Enclose extra_headers in quotes.
2792         * configure: Rebuilt.
2793
2794 2000-11-27  Neil Booth  <neilb@earthling.net>
2795
2796         * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):
2797         Combine into the new function cb_change_file.
2798         (init_c_lex): Update.
2799         * cppfiles.c (stack_include_file): Use _cpp_do_file_change.
2800         (cpp_syshdr_flags): Delete.
2801         * cpphash.h (_cpp_do_file_change): New prototype.
2802         Move struct cpp_buffer here from...
2803         * cpplib.h (struct cpp_buffer): ... here.
2804         (enum cpp_fc_reason, struct cpp_file_loc,
2805         struct_cpp_file_change, change_file): New.
2806         (enter_file, leave_file, rename_file, cpp_syshdr_flags): Delete.
2807         * cpplib.c (do_line): Update for new cb_change_file callback.
2808         (_cpp_do_file_change): New function.
2809         (_cpp_pop_buffer): Update to use it.
2810         * cppmain.c (move_printer): Delete.
2811         (main): Set up single callback cb_change_file.
2812         (cb_enter_file, cb_leave_file, cb_rename_file): Delete.
2813         (cb_change_file): New.
2814         * fix-header.c (cur_file, cb_change_file): New.
2815         (recognized_function, read_scan_file): Update.
2816         * scan-decls.c (scan_decls): Update.
2817         * scan.h (recognized_function): Update prototype.
2818
2819 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
2820
2821         * tree.h (mark_tree_hashtable): New function.
2822         * tree.c (mark_tree_hashtable_entry): New function.
2823         (mark_tree_hashtable): Likewise.
2824
2825 2000-11-27  Michael Meissner  <meissner@redhat.com>
2826
2827         * d30v-protos.h (srelational_si_operator): Correctly spell
2828         function.
2829         (urelational_si_operator): Ditto.
2830         (relational_si_operator): Ditto.
2831         (d30v_expand_prologue): Add prototype.
2832         (d30v_expand_epilogue): Ditto.
2833
2834         * d30v.h (OPTIMIZATION_OPTIONS): Undo November 22nd change.
2835
2836         * d30v.md (movcccc_*): Delete now unused patterns.
2837         (64 bit comparison splitters): Rewrite to use COND_EXEC instead of
2838         IF_THEN_ELSE.
2839         (define_cond_exec): Use 'b' to select branch flags.
2840
2841 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2842
2843         * builtins.c (expand_builtin_strncmp, expand_builtin_strncpy): New
2844         functions.
2845         (expand_builtin): Handle BUILT_IN_STRNCPY and BUILT_IN_STRNCMP.
2846
2847         * builtins.def (BUILT_IN_STRNCPY, BUILT_IN_STRNCMP): New entries.
2848
2849         * c-common.c (c_common_nodes_and_builtins): Declare builtin
2850         strncpy and strncmp.
2851
2852         * extend.texi (strncmp, strncpy): Document new builtins.
2853
2854 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
2855
2856         * config/elfos.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not
2857         a list, to keep track of the sections.
2858         * tm.texi (ASM_OUTPUT_SECTION_NAME): Document the fact that the
2859         parameter provided will always be a canonical string.
2860
2861 2000-11-26  Neil Booth  <neilb@earthling.net>
2862
2863         * cppmacro.c (cpp_scan_buffer_nooutput): Only scan the
2864         current buffer.
2865
2866 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
2867
2868         * makefile.vms: Remove EGCS references.
2869
2870 2000-11-26  Ulrich Drepper  <drepper@redhat.com>
2871
2872         * dwarf2out.c (output_file_names): New function.  Compute minimal
2873         combination of directory and file name table and emit them.
2874         (output_line_info): Remove code to emit directory and file name
2875         table and call output_file_names instead.
2876         (file_info_cmp): Helper function to sort directory names.
2877
2878 2000-11-26  Neil Booth  <neilb@earthling.net>
2879
2880         * cpplib.h (struct cpp_reader): Remove lang_asm.
2881         (struct cpp_options): Remove c89. New members lang,
2882         extended_numbers.
2883         * cppexp.c (parse_number): Use them.
2884         * cpphash.h (VALID_SIGN): Use them.
2885         * cppinit.c (set_lang, cpp_start_read): Update.
2886         * cpplex.c (parse_string, _cpp_lex_token): Update.
2887         * cpplib.c (_cpp_handle_directive): Update.
2888         * cppmacro.c (parse_args): Update.
2889         * cppmain.c (scan_buffer): Update.
2890
2891 Sun Nov 26 10:02:37 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2892
2893         * fold-const.c (fold, case CONVERT_EXPR): Always return tree of
2894         proper type.
2895
2896 2000-11-26  Neil Booth  <neilb@earthling.net>
2897
2898         * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.
2899         * c-decl.c: Remove parse_in declaration.
2900         * c-lang.c: Similarly.
2901         * c-lex.c: Similarly.
2902         * c-parse.in: Similarly.
2903         * c-pragma.c: Similarly.
2904         * configure.in: Similarly.
2905         * cp/Make-lang.in: Similarly.
2906         * cp/spew.c: Similarly.
2907         * cp/decl2.c: Remove check for lang-c++ option.
2908         * cp/lang-specs.h: Remove -lang-c++ from cc1plus command line.
2909         * cp/lex.c (lang_init_options): With cpp_reader_init, default to C++.
2910         * c-lex.h: Add declaration of parse_in.
2911         * cppinit.c: Call set_lang after allocating pfile->pending.
2912         * configure: Regenerate.
2913
2914 2000-11-25  Zack Weinberg  <zack@wolery.stanford.edu>
2915
2916         * combine.c (try_combine): Remove redundant test.
2917
2918 2000-11-25  Richard Henderson  <rth@redhat.com>
2919
2920         * c-common.h (DECL_C_HARD_REGISTER): New.
2921         * c-decl.c (finish_decl): Set it for asm register variables.
2922         * c-semantics.c (emit_local_var): Test it when instantiating one.
2923
2924 2000-11-25  Richard Henderson  <rth@redhat.com>
2925
2926         * c-decl.c (c_expand_body): Use DECL_SOURCE_LINE rather than
2927         lineno for the start of the function.
2928
2929 2000-11-25  Richard Henderson  <rth@redhat.com>
2930
2931         * dwarf2out.c (file_table, file_table_allocated): Remove.
2932         (file_table_allocated): Remove.
2933         (struct file_table): New.
2934         (decl_file_table, line_file_table): New.
2935         (print_dwarf_line_table): Use them.
2936         (size_of_line_prolog): Likewise.
2937         (output_line_info): Likewise.
2938         (add_src_coords_attributes): Likewise.
2939         (gen_subprogram_die): Likewise.
2940         (gen_variable_die): Likewise.
2941         (dwarf2out_add_library_unit_info): Likewise.
2942         (dwarf2out_line): Likewise.
2943         (lookup_filename): Take a struct file_table argument.
2944         (init_file_table): New.
2945         (dwarf2out_init): Use it.
2946
2947 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2948
2949         * invoke.texi: Update sequence points references.
2950
2951 2000-11-25  Neil Booth  <neilb@earthling.net>
2952
2953         * c-common.c: Remove USE_CPPLIB conditional inclusions.
2954         * c-common.h: Similarly.
2955         * c-decl.c: Similarly.
2956         * c-lang.c: Similarly.
2957         * c-lex.c: Similarly.
2958         * c-parse.in: Similarly.
2959         * c-pragma.c: Similarly.
2960         * c-pragma.h: Similarly.
2961         * gcc.c: Similarly.
2962         * toplev.c: Similarly.
2963         * cp/cp-tree.h: Similarly.
2964         * cp/decl2.c: Similarly.
2965         * cp/lang-specs.h: Similarly.
2966         * cp/lex.c: Similarly.
2967         * cp/lex.h: Similarly.
2968         * cp/spew.c: Similarly.
2969         * java/lang-options.h: Similarly.
2970         * objc/lang-specs.h: Similarly.
2971         * objc/objc-act.c: Similarly.
2972
2973         * configure.in: Remove configure option.
2974         * config.in: Regenerate.
2975         * configure: Regenerate.
2976
2977 2000-11-25  Richard Henderson  <rth@redhat.com>
2978
2979         * haifa-sched.c (sched_analyze_1, sched_analyze_2, sched_analyze):
2980         Revert 2000-11-22 change.
2981
2982 2000-11-25  Bernd Schmidt  <bernds@redhat.co.uk>
2983
2984         * config/i386/i386.h (FIXED_REGS): Make the three flags registers
2985         fixed.
2986
2987 2000-11-25  Philipp Thomas  <pthomas@suse.de>
2988         * configure.in (ALL_LINGUAS): Remove en_GB and add sv.
2989         * configure: Rebuilt.
2990
2991 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
2992
2993         * config/sparc/sparc.md (muldi3_v8plus): Remove H constraint.
2994         Handle CONST_INT as second argument.
2995         * config/sparc/sparc.c (set_extends): Remove first argument.
2996         Properly handle AND, CONST_INT and CONST_DOUBLE, handle IOR, XOR and
2997         MOV.
2998         (sparc_check_64): Abort if first argument is not REG.
2999         If it is DImode REG, look at the lower register of the register
3000         pair.
3001
3002         * config/sparc/sparc.c (load_pic_register, restore_regs,
3003         output_return, sparc_v8plus_shift, sparc_function_profiler,
3004         sparc_function_block_profiler, sparc_block_profiler): Fix output
3005         formatting.
3006
3007 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
3008
3009         * config/sh/sh.h (TARGET_NONE): New.
3010         (TARGET_SWITCHES): For all variant-selecting switch, use
3011         TARGET_NONE to reset all other variant-selecting switch.  Added
3012         empty strings to avoid warnings.
3013         (TARGET_DEFAULT): Set to SH1_BIT.
3014
3015         * Makefile.in ($(INTL_TARGETS)): Added $(CONFIG_H) for
3016         insn-codes.h.
3017
3018         * gcc/config/sh/sh.md (sibcalli, sibcalli_pcrel): New insns.
3019         (sibcall_pcrel): New insn_and_split.
3020         (sibcall, sibcall_value, sibcall_epilogue): New expands.
3021
3022         * config/sh/sh.md (GOTaddr2picreg, symGOT2reg, symGOTOFF2reg,
3023         symPLT_label2reg, call, call_value): Don't set
3024         current_function_uses_pic_offset_table.
3025         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't mark
3026         PIC_OFFSET_TABLE_REGNUM as call_used, so that calc_live_regs
3027         takes it into account.
3028         (FINALIZE_PIC): Delete, useless.
3029         (LEGITIMATE_CONSTANT_P): Delete, unused.
3030         * config/sh/sh.c (sh_expand_prologue): Don't use
3031         current_function_uses_pic_offset_table.  Don't special-case
3032         PIC_OFFSET_TABLE_REGNUM.  Initialize it if it's ever live and
3033         PIC is enabled.
3034         (sh_expand_epilogue, initial_elimination_offset): Don't
3035         special case PIC_OFFSET_TABLE_REGNUM.
3036
3037 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>, NIIBE Yutaka  <gniibe@m17n.org>
3038
3039         * config/sh/sh-protos.h (symbol_ref_operand): Declare.
3040         * config/sh/sh.md (UNSPEC_CALLER): New constant.
3041         (calli_pcrel, call_valuei_pcrel): Use PIC_REG.
3042         (call_pcrel, call_value_pcrel): New insn_and_splits.
3043         (call, call_value): Use them.
3044         (call_site): New expand.
3045         (sym_label2reg, symPLT_label2reg): Adjust to hold call_sites.
3046         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA) [UNSPEC_CALLER]:
3047         Output call_site label.
3048         (PREDICATE_CODES): Added symbol_ref_operand.
3049         * config/sh/sh.c (symbol_ref_operand): Define.
3050         * emit-rtl.c (try_split): Propagate CALL_INSN_FUNCTION_USAGE
3051         to CALL_INSNs in the split sequence.
3052
3053 2000-11-24  Nick Clifton  <nickc@redhat.com>
3054
3055         * config.gcc (v850-*-*): Define c_target_objs and
3056         cxx_target_objs.
3057
3058         * config/v850/t-v850: Define how to build v850-c.o
3059
3060         * config/v850/v850.h (struct data_area_stack_element): Move
3061         definition here from v850.c.
3062
3063         * config/v850v850.c: Include gcc.h to avoid compile time
3064         warning.
3065         (push_data_area): Move to v850-c.c.
3066         (pop_data_area): Move to v850-c.c.
3067         (mark_current_function_as_interrupt): Move to v850-c.c.
3068         (GHS_default_section_names): Allow to be exported.
3069         (GHS_current_section_names): Allow to be exported.
3070         (data_area_stack_elements): Allow to be exported.
3071         (ghs_pragma_section): Move to v850-c.c.
3072         (ghs_pragma_interrupt): Move to v850-c.c.
3073         (ghs_pragma_starttda): Move to v850-c.c.
3074         (ghs_pragma_startsda): Move to v850-c.c.
3075         (ghs_pragma_startzda): Move to v850-c.c.
3076         (ghs_pragma_endtda): Move to v850-c.c.
3077         (ghs_pragma_endsda): Move to v850-c.c.
3078         (ghs_pragma_endzda): Move to v850-c.c.
3079
3080         * config/v850/v850-c.c: New file: Contains v850 specific
3081         pragma parsing functions.
3082
3083 2000-11-24  Nick Clifton  <nickc@redhat.com>
3084
3085         * config.gcc (extra_objs): Remove duplicate description.
3086         (c_target_objs): New variable.  Contains target specific
3087         object files for the gcc C compiler only.
3088         (cxx_target_objs): New variable.  Contains target specific
3089         object files for the gxx C++ compiler only.
3090
3091         * configure.in (c_target_objs): Substitute in the makefile.
3092         (cxx_target_objs): Substitute in the makefile.
3093         * configure: Regenerate.
3094
3095         * Makefile.in (C_TARGET_OBJS): Define and initialise from
3096         c_target_objs.
3097         (CXX_TARGET_OBJS): Define and initialise from
3098         cxx_target_objs.
3099         (C_AND_OBJC_OBJS): Include C_TARGET_OBJS.
3100
3101         * cp/Make-lang.in (CXX_C_OBJS): Include CXX_TARGET_OBJS).
3102
3103         * tm.texi (REGISTER_TARGET_PRAGMAS): Add paragraph explaining
3104         about how the use of the 'c_lex' function requires the use of
3105         the target specific, language specific object files feature of
3106         the configuration mechanism.
3107
3108 Fri Nov 24 18:50:58 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3109
3110         * gcc.c (process_command): Use F_OK, not R_OK.
3111
3112 2000-11-24  Arno J. Klaassen  <arno@heho.snv.jussieu.fr>
3113
3114         * flow.c (print_rtl_and_abort): Remove ANSIism.
3115
3116 Fri Nov 24 19:54:36 2000  Alexandre Oliva  <aoliva@redhat.com>
3117
3118         * config/sh/sh.h (GENERAL_REGISTER_P,
3119         GENERAL_OR_AP_REGISTER_P, FP_REGISTER_P, XD_REGISTER_P,
3120         FP_OR_XD_REGISTER_P, FP_ANY_REGISTER_P): New macros.  Use them
3121         all over.
3122         (SPECIAL_REG): Renamed to SPECIAL_REGISTER_P.
3123         * config/sh/sh.c: Use new macros.
3124         * config/sh/sh.md: Likewise.
3125
3126 Fri Nov 24 19:46:16 2000  Alexandre Oliva  <aoliva@redhat.com>
3127
3128         * config/sh/sh.md: Clobber MACH_REG and MACL_REG in SImode,
3129         instead of just MACH_REG in DImode.  Always refer to FPSCR_REG
3130         in PSImode.
3131
3132 Fri Nov 24 22:37:41 2000  Denis Chertykov  <denisc@overta.ru>
3133
3134         * config/avr/avr.c (out_tsthi,out_tstsi): Test simplification bug
3135         fixed.
3136         (machine_dependent_reorg): Wrong optimization based on
3137         NOTICE_UPDATE_CC removed.
3138
3139 Fri Nov 24 19:48:09 2000  J"orn Rennecke <amylaar@redhat.com>
3140
3141         * jump.c (delete_computation): Re-instate deletion of feeding insn.
3142         (delete_insn): Look for REG_LABEL notes.
3143         (redirect_tablejump): Delete feeding insns.
3144
3145 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
3146
3147         * config/i386/i386.md (call_pop_0, call_pop_1, call_value_pop_0,
3148         call_value_pop_1): Make sure operand numbers are contiguous.
3149
3150         * fold-const.c (fold_range_test): Avoid crash if LHS or RHS is null.
3151
3152         * reload1.c (conflicts_with_override): New function.
3153         (emit_input_reload_insns): Use it to tighten test for validity
3154         of substituting into output of previous insn.
3155
3156         * haifa-sched.c (struct ready_list): New.
3157         (ready_lastpos, ready_add, ready_remove_first, ready_sort): New static
3158         functions.
3159         (schedule_insn): Replace args READY and N_READY with a pointer to a
3160         ready_list; return void.  Use the new functions to access the ready
3161         list.  All callers changed.
3162         (queue_to_ready, debug_ready_list): Likewise.
3163         (schedule_block): Initialize a ready_list structure.  Use new
3164         functions to access it.
3165         (max_priority): Remove unused variable.
3166         (schedule_insn): Don't set it.
3167
3168         * c-common.c (verify_tree): Don't recurse into CONSTRUCTORs.
3169
3170         * combine.c (cant_combine_insn_p): New function.
3171         (try_combine): Use it.
3172
3173         * Makefile.in (c-common.o): Depend on $(OBSTACK_H).
3174         * c-common.c (c-obstack.c): Include "obstack.h".
3175         (struct reverse_tree): Delete.
3176         (reverse_list, reverse_max_depth): Delete.
3177         (build_reverse_tree, common_ancestor, modify_ok): Delete functions.
3178         (struct tlist, struct tlist_cache): New.
3179         (tlist_obstack, tlist_firstobj, warned_ids, save_expr_cache): New.
3180         (add_tlist, merge_tlist, verify_tree, warning_candidate_p,
3181         warn_for_collisions, warn_for_collisions_1, new_tlist): New
3182         static functions.
3183         (verify_sequence_points): Rewritten.
3184         * fold-const.c (fold): Don't lose possibly important sequence
3185         points when removing one arm of TRUTH_ORIF_EXPRs or TRUTH_ANDIF_EXPRs.
3186
3187 2000-11-24  Richard Sandiford  <rsandifo@redhat.com>
3188
3189         * gcc/cse.c (cse_insn): Removed conversion of REG_EQUIV to REG_EQUAL
3190         when reversing a register-to-register copy.  Reversal now disabled
3191         when the previous instruction has a REG_EQUIV.
3192
3193 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3194
3195         * c-parse.in (unary_expr): Move VA_ARG from here ...
3196         (primary): ... to here.
3197
3198 2000-11-23  Graham Stott  <grahams@redhat.com>
3199
3200         * expr.c (store_constructor): If a field is non addressable and
3201         the target is a MEM use MEM_ALIAS_SET otherwise use get_alias_set.
3202
3203 2000-11-23  Bernd Schmidt  <bernds@redhat.co.uk>
3204
3205         * flow.c (print_rtl_and_abort): New function.
3206         (verify_wide_reg, verify_local_live_at_start): Try to dump more
3207         information before aborting.
3208
3209 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
3210
3211         * emit-rtl.c (gen_lowpart_common): Use word 0 if register mode
3212         is narrower than requested mode.
3213         (gen_highpart): Abort if register mode is narrower than
3214         requested mode.
3215
3216 2000-11-23  Graham Stott  <grahams@redhat.com>
3217
3218         * cse.c (cse_insn): Initialise all regcost variables.
3219         Fix a typo add missing '='.
3220         Only compare costs if there is a replacement insn.
3221
3222 Thu Nov 23 04:33:33 2000  Alexandre Oliva  <aoliva@redhat.com>
3223
3224         * final.c (output_addr_const) [LABEL_REF]: Simplify.
3225         [MINUS]: Enclose non-CONST_INTs in parentheses.
3226         [default]: Try OUTPUT_ADDR_CONST_EXTRA.
3227         * tm.texi (OUTPUT_ADDR_CONST_EXTRA): Document it.
3228         * varasm.c (decode_rtx_const) [CONST]: If it's not something
3229         PLUS or MINUS a CONST_INT, use the whole CONST with offset 0
3230         instead of abort()ing.
3231         * sh.c (output_pic_addr_const): Removed.  Fixed all callers.
3232         * sh.h (OUTPUT_ADDR_CONST_EXTRA): New.  Handle the UNSPECs
3233         formerly handled in output_pic_addr_const.
3234         * sh.md (sym_label2reg, symPLT_label2reg): Enclose UNSPEC
3235         operands of MINUS in CONSTs so that decode_rtx_const() will
3236         accept them.
3237
3238 Thu Nov 23 04:10:30 2000  Alexandre Oliva  <aoliva@redhat.com>
3239
3240         * config/sh/sh.md (mova_const): New pattern.
3241         (GOTaddr2picreg): Use it.
3242         * config/sh/sh.c (broken_move): Match it.
3243         (mova_p): Don't match it.
3244         (machine_dependent_reorg): Adjust it.
3245
3246 Thu Nov 23 02:09:09 2000  Alexandre Oliva  <aoliva@redhat.com>
3247
3248         * config/sh/sh.h (FIRST_GENERAL_REG, LAST_GENERAL_REG): New.
3249         Moved most register-number #defines...
3250         * config/sh/sh.md (define_constants): ... here.  Use macros to
3251         refer to registers and unspecs.
3252         * config/sh/sh.c: Likewise.
3253
3254 Thu Nov 23 01:01:32 2000  J"orn Rennecke <amylaar@redhat.com>
3255
3256         * Makefile.in (HOST_CFLAGS): Add -DGENERATOR_FILE.
3257         (rtl.o, print-rtl.o, bitmap.o, obstack.o): Build with -DGENERATOR_FILE.
3258         (alloca.o, vfprintf.o, ggc-none.o, errors.o): Likewise.
3259         (splay-tree.o, hash.o): Likewise.
3260         GCONFIG_H: New.
3261         (rtl.o, print-rtl.o): Depend on $(GCONFIG_H) instead of $(CONFIG_H).
3262         (bitmap.o, obstack.o, vfprintf.o, ggc-none.o, errors.o): Likewise.
3263         (hashtab.o): Likewise.
3264         (gcov.o): Depend on $(CONFIG_H).
3265         * configure.in: #include insn-codes.h in tm.h.
3266
3267 2000-11-22  Nick Clifton  <nickc@redhat.com>
3268
3269         * config/arm/arm.c (arm_encode_call_attribute): Make 'newstr' a
3270         const char * to avoid a compile time warning.
3271
3272         * config/arm/arm.md (define_constants): Define symbolic names for
3273         the link register, last integer register and the fake CC register.
3274         Update patterns to use these symbolic names.
3275
3276 2000-11-22  Neil Booth  <neilb@earthling.net>
3277
3278         * cpplex.c (trigraph_ok): Ensure we don't warn twice.
3279         * cpplib.h (struct cpp_buffer): New member last_Wtrigraphs.
3280
3281 2000-11-22  Richard Henderson  <rth@redhat.com>
3282
3283         * haifa-sched.c (sched_analyze_1): Don't special-case calls
3284         for clobbering registers.
3285         (sched_analyze_2): Likewise.
3286         (sched_analyze): Zap reg_last_uses and reg_last_sets after calls.
3287
3288 2000-11-22  Chris Demetriou  <cgd@sibyte.com>
3289             Neil Booth  <neilb@earthling.net>
3290
3291         * gcc.c (validate_switches): Validate multiple switches named
3292         in '|' (or) expressions in specs.
3293         (handle_braces): If more than 1 alternative in a '|' spec
3294         matches, call do_spec1 just once.
3295
3296 2000-11-22  Michael Meissner  <meissner@redhat.com>
3297
3298         * d30v.h (TARGET_SWITCHES): Add documentation strings.
3299         (TARGET_OPTIONS): Ditto.
3300         (OPTIMIZATION_OPTIONS): Temporarily turn off -frename-registers if
3301         -O3.
3302
3303 Wed Nov 22 06:40:56 2000  Jeffrey A Law  (law@cygnus.com)
3304
3305         * pa.c (hppa_encode_label): Account for addition of encoding
3306         character when allocating persistent space for the new label
3307         name.
3308
3309 2000-11-22  Zack Weinberg  <zack@wolery.stanford.edu>
3310
3311         * Makefile.in, config.gcc, configure.in: Expunge remaining
3312         traces of facility for running MD files through C preprocessor.
3313
3314 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3315
3316         * gcov.texi: Add magic comments for texi2pod.pl.
3317         * Makefile.in: Add rules to generate and install gcov.1.
3318         * gcov.1: New (generated) file.
3319
3320 2000-11-21  Richard Henderson  <rth@redhat.com>
3321
3322         * regrename.c (scan_rtx_reg): Terminate the chain rather than
3323         abort on mark_read with NO_REGS.
3324
3325 2000-11-21  Mike Stump  <mrs@wrs.com>
3326
3327         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Fix to allow
3328         compilation with older compilers, such as /bin/cc on SunOS.
3329         * fixinc/fixfixes.c (FIX_PROC_HEAD): Ditto.
3330
3331 2000-11-21  Richard Henderson  <rth@redhat.com>
3332
3333         * varasm.c (record_constant): Pad the constructed
3334         constant_descriptor appropriately.
3335
3336 Wed Nov 22 00:52:55 2000  J"orn Rennecke <amylaar@redhat.com>
3337
3338         * rtl.h (traverse_md_constants): Declare.
3339         (struct md_constant): Define.
3340         * Makefile.in (HOST_RTL): Add hashtab.o .
3341         (OBJS): Add hashtab.o .
3342         (hashtab.o): New rule.
3343         (rtl.o): Depends on HASHTAB_H.
3344         * rtl.c (hashtab.h): #include.
3345         (md_constants): New static variable.
3346         (def_hash, def_name_eq_p, read_constants): New static functions.
3347         (traverse_md_constants): New function.
3348         (read_name): Do constant expansion.
3349         (read_rtx): Recognize define_constants.
3350         * gencodes.c (print_md_constant): New function.
3351         (main): Emit #defines for all constant definitions encountered.
3352         * md.texi (Constant Definitions): New node.
3353         * gensupport.c (xcalloc): New function.
3354
3355 2000-11-21  Richard Henderson  <rth@redhat.com>
3356
3357         * config/alpha/alpha.c (alpha_split_tfmode_frobsign): New.
3358         * config/alpha/alpha-protos.h: Declare it.
3359         * config/alpha/alpha.md (abstf_internal): Use it.
3360         (negtf_internal): Likewise.
3361         (andnotdi3): Unstar the name.
3362         (movtf_internal): Add o/G alternative.
3363
3364 2000-11-21  Zack Weinberg  <zack@wolery.stanford.edu>
3365
3366         * stringpool.c (stringpool_statistics): Also report number and
3367         percentage of entries which are identifiers.
3368
3369 2000-11-21  Diego Novillo  <dnovillo@redhat.com>
3370
3371         * gcse.c (hoist_expr_reaches_here_p): Do not mark expr_bb as
3372         visited before visiting it.
3373
3374 2000-11-21  Nick Clifton  <nickc@redhat.com>
3375
3376         * config/arm/arm.h: Accept TARGET_CPU_arm9tdmi,
3377         TARGET_CPU_strongarm110 and TARGET_SPU_strongarm1100.
3378
3379         * config.gcc: Accept --with-cpu=arm9 and --with-cpu=arm9tdmi.
3380
3381 2000-11-21  Richard Henderson  <rth@redhat.com>
3382
3383         * c-common.c (c_unsafe_for_reeval): New function.
3384         (add_c_tree_codes): Register it.
3385         * c-common.h: Declare it.
3386         * tree.c (lang_unsafe_for_reeval): New hook.
3387         (unsafe_for_reeval): Call it.
3388         * tree.h: Declare it.
3389
3390 2000-11-21  Richard Henderson  <rth@redhat.com>
3391
3392         * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify @GOT
3393         references as well.
3394
3395 2000-11-21  Neil Booth  <neilb@earthling.net>
3396
3397         * do_includes: Revert to using cpp_read_file.
3398
3399 2000-11-21  Bernd Schmidt  <bernds@redhat.co.uk>
3400
3401         * loop.c (consec_sets_giv): If the reg we're examining is anything
3402         but UNKNOWN_INDUCT, do nothing.
3403         Reset the reg's type to UNKNOWN_INDUCT before returning.
3404
3405         Mostly from Vladimir Makarov (vmakarov@redhat.com)
3406         * ia64.md (attr itanium_class): Define insn types as described in
3407         Itanium docs.
3408         (all insn patterns): Use itanium_class, not type attributes.
3409         Occasionally split alternatives as necessary.
3410         (attr type): Compute from new attr itanium_class.
3411
3412 2000-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3413
3414         * tradcpp.c (output_line_command): Mark system headers as such in
3415         `line' commands.
3416
3417 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3418
3419         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc
3420         support in as as well.
3421         * configure: Regenerate.
3422
3423 2000-11-20  Richard Henderson  <rth@redhat.com>
3424
3425         * c-lex.c (orig_filename): New variable.
3426         (init_c_lex): Set it.  Move call to cpp_start_read ...
3427         (yyparse): ... here.  New function.
3428         * c-parse.in (yyparse_1): Rename the parser entry point.
3429         * c-tree.h: Declare it.
3430
3431 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3432
3433         * expr.c (do_compare_and_jump): If op0 was replaced by promoted
3434         integer constant, use type of op1 for comparison.
3435
3436 2000-11-20  Stan Shebs  <shebs@apple.com>
3437
3438         * config/rs6000/xm-darwin.h: New file, Darwin host definitions.
3439         * config/rs6000/x-darwin: New file, Darwin host fragment.
3440         * config.gcc (powerpc-*-darwin*): New host.
3441         * system.h (HAVE_DESIGNATED_INITIALIZERS):  Allow this to be
3442         overridden by a config file.
3443
3444 2000-11-20  Neil Booth  <neilb@earthling.net>
3445
3446         * cppmacro.c (paste_tokens): Rename from paste_payloads.
3447         Change token type after pasting spellings.
3448         (paste_all_tokens): Use it.
3449         * gcc.dg/cpp/paste2.c: Update test.
3450         * objc/execute/paste.m: New test.
3451
3452 2000-11-20  Richard Henderson  <rth@redhat.com>
3453
3454         * dwarf.h (FMT_CODE): Adjust argument order; fix mapping to
3455         dwarf_subscr_data_formats bits.
3456         * dwarfout.c (simple_type_size_in_bits): Handle a type with
3457         no computed size as size zero.
3458         (field_byte_offset): Likewise.
3459         (subscript_data_attribute): Handle a range with no upper bound.
3460
3461 2000-11-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3462
3463         * gansidecl.h (const): Check __STDC__ before undef'ing `const'.
3464
3465 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3466
3467         * c-typeck.c (build_conditional_expr): When merging type
3468         qualifiers for conditional expressions between a pointer and a
3469         pointer to a void type, merge the qualifiers on the target types
3470         rather than the pointer type.  Remove obsolete conditioned out
3471         code.
3472
3473 2000-11-20  Neil Booth  <neilb@earthling.net>
3474
3475         * c-lang.c (lang_init_options): Update call to
3476         cpp_reader_init.
3477         * cppmain.c (main): Similarly.
3478         * fix-header.c (read_scan_file): Similarly.
3479         * cp/lex.c (lang_init_options): Similarly.
3480         * objc/objc-act.c (lang_init_options): Similarly.
3481         * cppexp.c (parse_number): Only warn for unextended C89.
3482         * cppinit.c (set_lang): New function.
3483         (cpp_reader_init): Take a LANG argument and pass it to set_lang.
3484         (COMMAND_LINE_OPTIONS): New option std=c++98.
3485         (cpp_handle_option): Use set_lang.
3486         * cpplex.c (_cpp_lex_token): Warn pedantically if not C99.
3487         * cppib.h (enum_c_lang): New enumeration.  Update comments.
3488
3489 2000-11-20  Will Cohen  <wcohen@redhat.com>
3490
3491         * calls.c (expand_call): Clear target only when target is in
3492         hard register and current_function_check_memory_usage is set.
3493
3494 2000-11-20  Bernd Schmidt  <bernds@redhat.co.uk>
3495
3496         * toplev.c (rest_of_compilation): Run optimize_mode_switching even
3497         if not optimizing.
3498         * sh.c (emit_sf_insn, emit_df_insn): Just call emit_insn.
3499
3500 2000-11-19  Richard Henderson  <rth@redhat.com>
3501
3502         * crtstuff.c (force_to_data): Use array size 1 not 0.
3503
3504         * dwarf2out.c (simple_type_size_in_bits): Handle a type with
3505         no computed size as size zero.
3506         (field_byte_offset): Likewise.
3507
3508 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3509
3510         * config.gcc: Fix another typo.
3511
3512 2000-11-19  Richard Henderson  <rth@redhat.com>
3513
3514         * c-decl.c (grokdeclarator): Support flexible array members.
3515         Use open-ended ranges for these and zero-length arrays.
3516         * c-typeck.c (push_init_level): Validate the context of
3517         initialization of a zero-length array.
3518         * tree.c (int_fits_type_p): Be prepared for missing bounds.
3519         * varasm.c (array_size_for_constructor): New.
3520         (output_constructor): Use it for arrays of unspecified length.
3521         * extend.texi (Zero Length): Mention C99 flexible array members.
3522         Document initialization in a top-level struct as valid.
3523
3524 2000-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
3525
3526         * config.gcc, invoke.texi: Fix errors in spelling of "deprecated".
3527
3528         * alias.c (mems_in_disjoint_alias_sets_p): Do use alias sets in
3529         stdarg and varargs functions.
3530
3531 2000-11-19  Zack Weinberg  <zack@wolery.stanford.edu>
3532
3533         * gcc.c (process_command): Define 'j' variable when
3534         MODIFY_TARGET_NAME is defined.
3535
3536 2000-11-19  Richard Henderson  <rth@redhat.com>
3537
3538         * stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes.
3539
3540 2000-11-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3541
3542         * rs6000/rs6000.c (rs6000_encode_section_info): Fix string length
3543         calculation and allocation.
3544
3545 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3546
3547         * builtins.c (c_getstr): Constify variable.
3548         * gmon-sol2.c (_mcleanup): Comment out #endif labels.
3549         * conflict.c (const_conflict_graph_arc): New typedef.
3550         (arc_hash, arc_eq): Avoid needlessly casting away const-ness.
3551         * cppmacro.c (builtin_macro): Likewise.
3552         * dwarf2out.c (output_comp_unit): Constify variable.
3553         * fix-header.c (v_fatal): Add ATTRIBUTE_PRINTF.
3554         * protoize.c (IS_SAME_PATH_CHAR): Use TOUPPER, not toupper.
3555         * ssa.c (ssa_rename_from_hash_function): Avoid needlessly casting
3556         away const-ness.
3557         * tradcpp.c (rescan, do_line, macroexpand, macarg): Use
3558         ISALNUM/ISDIGIT/ISPRINT, not isalnum/isdigit/isprint.
3559         * varasm.c (const_str_htab_hash, const_str_htab_eq,
3560         compare_constant_1, record_constant_1): Constify.
3561
3562 2000-11-18  Richard Henderson  <rth@redhat.com>
3563
3564         * c-decl.c (grokdeclarator): Special case the creation of an
3565         index for a zero-length array.
3566         * tree.c (build_index_type): Revert Oct 20 change.
3567
3568 2000-11-18  Marek Michalkiewicz  <marekm@linux.org.pl>
3569
3570         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Prototype.
3571         * config/avr/avr.c (jump_tables_size): New variable.
3572         (function_prologue): Initialize it as 0.
3573         (function_epilogue): Add it to function_size.
3574         (avr_output_addr_vec_elt): New function.  Count words in jump
3575         tables in jump_tables_size.  Move code ...
3576         * config/avr/avr.h (ASM_OUTPUT_ADDR_VEC_ELT): ... from here.
3577         Call avr_output_addr_vec_elt instead.
3578         * config/avr/avr.md (tablejump): Remove disabled define_expand.
3579
3580 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
3581
3582         * configure.in: Make --enable-new-gxx-abi the default.
3583         * configure: Likewise.
3584
3585 2000-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3586
3587         * Makefile.in (tradcpp.o, tradcif.o): Depend on tradcpp.h.
3588
3589         * tradcif.y: Include tradcpp.h.  Constify.  Make functions static.
3590         Move extern function declarations to tradcpp.h.
3591
3592         * tradcpp.c: Likewise.
3593
3594         * tradcpp.h: New file.
3595
3596 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3597
3598         * c-decl.c (check_for_loop_decls): New function.
3599         * c-parse.in (for_init_stmt): New.
3600         (select_or_iter_stmt): Use for_init_stmt.
3601         * c-tree.h (check_for_loop_decls): New declaration.
3602
3603 2000-11-18  Neil Booth  <neilb@earthling.net>
3604
3605         * cppinit.c: Update comments.
3606         (cpp_reader_init): Make -imacro and -include use the standard
3607         #include "" search path.
3608         (do_includes): New function.
3609
3610 2000-11-18  Ben Elliston  <bje@redhat.com>
3611
3612         * config/sh/crt1.asm (start_l): Move PC-relative move instruction
3613         out of a branch delay slot.
3614
3615 2000-11-17  Richard Henderson  <rth@redhat.com>
3616
3617         * config/alpha/elf.h (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
3618         (ASM_SPEC): Disable and enable .mdebug based on -gstabs.
3619         (ASM_FILE_START): Only write out ecoff .file directive if
3620         emitting mdebug debugging.
3621
3622 2000-11-17  Richard Henderson  <rth@redhat.com>
3623
3624         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): New.  Detect
3625         whether as accepts .file/.loc and produces dwarf2 line info.
3626         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Default on if
3627         the assembler supports it.
3628         * config.in, configure: Regenerate.
3629
3630 2000-11-17  Richard Henderson  <rth@redhat.com>
3631
3632         * fixinc/mkfixinc.sh: Don't disable fixincludes for any linux*.
3633
3634 2000-11-17  Jim Wilson  <wilson@redhat.com>
3635
3636         * config/ia64/ia64.c (emit_insn_group_barriers, case CALL_INSN):
3637         Don't clear need_barrier is next_insn is a CALL_INSN, or has
3638         instruction type B or UNKNOWN.
3639
3640 2000-11-17  Neil Booth  <neilb@earthling.net>
3641
3642         * cpperror.c (print_file_and_line): Don't display line number if 0.
3643
3644 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
3645
3646         * ggc.h: Delete ggc_add_string_root and ggc_mark_string.  Add
3647         digit_vector and digit_string.
3648         * stringpool.c (digit_vector): New.
3649         (ggc_alloc_string): Use digit_string.
3650
3651         * stmt.c (digit_strings): Delete.
3652         (init_stmt): Do not initialize digit_strings.
3653         (expand_asm_operands): Use ggc.h's digit_string macro.
3654         * toplev.c (mark_file_stack): Delete.
3655         (compile_file): Don't call init_tree_codes.
3656         (main): No need to make the file stack a GC root.
3657         * tree.c (init_tree_codes): Delete.
3658         * tree.h (init_tree_codes): Delete.
3659
3660         * c-lex.c: Don't include ggc.h.
3661         (mark_splay_tree_node, mark_splay_tree): Delete.
3662         (init_c_lex): No need to ggc_strdup string constant.  Don't add
3663         file_info_tree to GGC roots.
3664         (cb_enter_file, cb_rename_file): No need to ggc_strdup
3665         ip->nominal_fname.
3666
3667         * Makefile.in (c-lex.o): No longer depends on $(GGC_H).
3668
3669         * dbxout.c (dbxout_init),
3670         dwarf2out.c (dwarf2out_line),
3671         ggc-common.c (ggc_mark_rtx_children, ggc_mark_trees),
3672         varasm.c (mark_const_hash_entry, mark_pool_constant, init_varasm_once),
3673         xcoffout.c (xcoffout_source_file),
3674         i386.c (load_pic_register):
3675         Delete call(s) to ggc_add_string_root and/or ggc_mark_string.
3676
3677         * except.c (create_rethrow_ref),
3678         profile.c (init_edge_profiler),
3679         toplev.c (compile_file),
3680         varasm.c (named_section, assemble_static_space,
3681         assemble_trampoline_template, output_constant_def, force_const_mem),
3682         i386.c (load_pic_register),
3683         ia64.c (ia64_encode_section_info),
3684         rs6000.c (rs6000_emit_load_toc_table, create_TOC_reference,
3685         rs6000_emit_prologue, rs6000_emit_epilogue),
3686         rs6000.md (load_toc_aix_si, load_toc_aix_di):
3687         Change ggc_alloc_string (var, -1) to ggc_strdup (var).
3688
3689         * profile.c (output_func_start_profiler),
3690         tree.c (make_node),
3691         i386.c (load_pic_register): No need to ggc_strdup string constant.
3692
3693 2000-11-17  Hans-Peter Nilsson  <hp@axis.com>
3694
3695         * Makefile.in (config.status): Depend on config.gcc.
3696         * configure.in <for machine in $build $host $target>: Move
3697         contents of loop into config.gcc, removing autoconf quoting.
3698         Fix changequote bug for alpha*-*-vxworks*.
3699         * configure: Regenerate.
3700         * config.gcc: New.
3701
3702 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
3703
3704         * c-parse.in (if_prefix): Find the filename and line number at
3705         $-2 and $-1 respectively.
3706         * diagnostic.c (error_recursion): Add missing newline, use
3707         fputs, translate string.
3708
3709 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
3710
3711         * stringpool.c: New file.
3712         * ggc-common.c (ggc_mark_string_ptr, ggc_add_string_root): Delete.
3713         (ggc_alloc_string): Now in stringpool.o.
3714         * ggc-page.c, ggc-simple.c: Do not define or allocate empty_string.
3715         * ggc.h: Delete prototype of ggc_add_string_root.  #define
3716         ggc_add_string_root and ggc_mark_string to nothing.  Prototype
3717         init_stringpool and stringpool_statistics.
3718         (ggc_alloc_string): Returns a const char *.
3719         * tree.c (hash_table, do_identifier_warnings): Delete.
3720         (init_obstacks): Don't initialize the identifier hash table.
3721         (get_identifier, maybe_get_identifier, start_identifier_warnings,
3722         set_identifier_size): Now in stringpool.c.
3723         * tree.h (struct tree_string): Constify pointer field.
3724         (approx_sqrt): Prototype.
3725
3726         * Makefile.in (stringpool.o): Add rule, mention in OBJS.
3727
3728         * toplev.c (approx_sqrt): New function.
3729         (compile_file): Call stringpool_statistics if mem_report is on.
3730         (main): Call init_stringpool.
3731
3732         * builtins.c (c_strlen), c-decl.c (finish_decl), c-lex.c
3733         (process_directive), c-typeck.c (constructor_asmspec, struct
3734         initializer_stack, start_init), except.c (create_rethrow_ref),
3735         stmt.c (digit_strings), toplev.c (decode_f_option), tree.c
3736         (built_in_filename), varasm,c (in_named_name,
3737         assemble_static_space, struct constant_descriptor, struct
3738         deferred_string, struct pool_constant, force_const_mem),
3739         i386.c (pic_label_name, global_offset_table_name), rs6000.c
3740         (rs6000_emit_prologue, rs6000_emit_epilogue) : Constify a char *.
3741
3742         * c-common.c (combine_strings): Combine strings in scratch
3743         buffer, then pass to build_string.
3744         * optabs.c (init_libfuncs), profile.c (init_edge_profiler,
3745         output_func_start_profiler), stmt.c (init_stmt), alpha.c
3746         (alpha_need_linkage), arm.c (arm_encode_call_attribute),
3747         i386.c (load_pic_register), ia64.c (ia64_encode_section_info),
3748         rs6000.c (rs6000_encode_section_info): Create string in
3749         scratch buffer, then pass to ggc_alloc_string.
3750
3751         * stmt.c (expand_asm_operands): If we must adjust the
3752         constraint strings, do so by creating a new one, not by
3753         modifying the old one in place.  Constify some char *s.
3754         * config/pa/pa.c (hppa_encode_label): Drop unnecessary second
3755         argument.  Create string in scratch buffer, then pass to
3756         ggc_alloc_string.
3757         * config/pa/pa-protos.h: Update prototype.
3758         * config/pa/elf.h, config/pa/pa.h, config/pa/som.h:
3759         hppa_encode_label takes only one argument.
3760
3761 2000-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3762
3763         * mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not
3764         malloc/realloc.
3765
3766         * cpplib.c (glue_header_name): Likewise.
3767
3768         * fixincl.c (run_compiles, start_fixer): Likewise.
3769
3770         * fixlib.c (load_file_data): Likewise.
3771
3772         * mkdeps.c (munge): Likewise.
3773
3774 2000-11-17  Hans-Peter Nilsson  <hp@axis.com>
3775
3776         * defaults.h [EH_FRAME_SECTION_ASM_OP] (EH_FRAME_SECTION): Remove
3777         trailing ';'.  Fix formatting.
3778
3779 2000-11-16  Jim Wilson  <wilson@redhat.com>
3780
3781         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT, MASK_INLINE_DIV_THR):
3782         Shift masks left by one to avoid conflict.
3783
3784         * config/ia64/ia64.c (ia64_encode_section_info): Disallow decls with
3785         DECL_EXTERNAL set.
3786
3787 2000-11-16  Nick Clifton  <nickc@redhat.com>
3788
3789         * config/arm/arm.c (output_arm_prologue): Note nested functions.
3790         (arm_expand_prologue): For nested functions preserve the
3791         static chain register during stack frame creation.
3792
3793         * config/arm/arm.h (STATIC_CHAIN_REGNUM): Change to 12.
3794         (ARM_INITIAL_FRAME_ELIMINATION_OFFSET): For a nested function
3795         with a stack frame there is a 4 byte gap between the arg
3796         pointer and the hard frame pointer (used to preserve the
3797         static chain register during stack frame creation).
3798
3799 2000-11-16  DJ Delorie  <dj@redhat.com>
3800
3801         * rtl.c (read_rtx): Provide suitable names for unnamed
3802         define_insn and define_insn_and_split patterns, based on file
3803         and line numbers.
3804
3805 2000-11-15  Neil Booth  <neilb@earthling.net>
3806
3807         * cpplib.c (start_directive, end_directive): New functions.
3808         (_cpp_handle_directive, run_directive): Use them.
3809         (_cpp_handle_directive): Don't -Wtraditional on indented
3810         null directives.
3811         (_cpp_push_buffer): Don't re-clear was_skipping.
3812         * cpplib.h (struct cpp_reader): New member la_saved.
3813         * cppmacro.c (cpp_get_token): Don't interpret _Pragma in
3814         directives.
3815
3816         gcc.dg/cpp/_Pragma1.c: Update.
3817         gcc.dg/cpp/_Pragma2.c: New test.
3818
3819 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
3820
3821         * toplev.c (wrapup_global_declarations): Don't write out
3822         artificial static variables that aren't needed.
3823
3824 2000-11-15  Bernd Schmidt  <bernds@redhat.co.uk>
3825
3826         * ia64.c (struct group): New structure.
3827         (last_group): New static array.
3828         (group_idx): New static variable.
3829         (emit_group_barrier_after, errata_find_address_regs, errata_emit_nops):
3830         New static functions.
3831         (emit_insn_group_barriers): Initialize and keep track of group_idx
3832         and last_group.
3833         Call errata_emit_nops if TARGET_B_STEP or TARGET_A_STEP.
3834         Replace all calls to emit_insn_after that emit a group barrier to use
3835         emit_group_barrier_after.
3836         * ia64.h (MASK_B_STEP): New.
3837         (other MASK_XXX macros): Renumbered.
3838         (TARGET_B_STEP): New.
3839         (TARGET_SWITCHES): Add -mb-step.
3840
3841 2000-11-15  Fred Fish  <fnf@be.com>
3842
3843         * fixinc/mkfixinc.sh (fixincludes): Add *-*-beos* to list of
3844         machines for which fixincludes is not needed.
3845         * config/i386/x-beos (STMP_FIXPROTO): Don't run fixproto.
3846
3847 2000-11-15  Jason Merrill  <jason@redhat.com>
3848
3849         * diagnostic.c (finish_abort): New fn.
3850         (fancy_abort, error_recursion): Use it.
3851         * toplev.c (crash_signal): Likewise.
3852         * diagnostic.h: Declare it.
3853
3854 2000-11-13  Andrew Haley  <aph@redhat.com>
3855
3856         * tree.c (build_type_no_quals): New function.
3857         * tree.h (build_type_no_quals): Declare.
3858         * c-common.c (c_get_alias_set): When considering type
3859         compatibility for pointer types, ignore cv-qualifiers anywhere in
3860         a pointer chain.
3861
3862 2000-11-15  Graham Stott  <grahams@redhat.com>
3863
3864         * regrename.c (scan_rtx_rtx): Skip to the next chain on
3865         encountering a terminated chain.
3866
3867 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
3868
3869         * configure.in: Move check for V3 above check for C++ header-file
3870         directory.
3871         * configure: Regenerated.
3872
3873 2000-11-14  DJ Delorie  <dj@redhat.com>
3874
3875         * config/v850/v850.c: Remove obstacks.
3876
3877 Tue Nov 14 21:54:31 2000  Marek Michalkiewicz  <marekm@linux.org.pl> & Denis Chertykov  <denisc@overta.ru>
3878
3879         * config/avr/avr.c (avr_case_values_threshold): New.
3880         (avr_override_options): Set it depending on options, make it large
3881         when not optimizing to work around "unable to generate reloads".
3882
3883         * config/avr/avr.h (TARGET_SWITCHES): Add -mno-tablejump option.
3884         (EXTRA_SECTION_FUNCTIONS): Make the .progmem.gcc_sw_table section
3885         executable if not AVR_MEGA.  Make sure jump tables are word-aligned.
3886         (JUMP_TABLES_IN_TEXT_SECTION): Define as 0, not 1.
3887         (ASM_OUTPUT_ADDR_VEC_ELT): Optimize, use "rjmp" if not AVR_MEGA.
3888         (avr_case_values_threshold): Declare as extern int.
3889         (CASE_VALUES_THRESHOLD): Define as avr_case_values_threshold.
3890
3891         * config/avr/avr.md (tablejump): Removed.
3892         (*tablejump_rjmp): New for jump tables made from "rjmp" instructions.
3893         (*tablejump_lib, *tablejump_enh, *tablejump): Change to expect the
3894         index in the table, not multiplied by 2.
3895         (casesi): Change to match the above insns.  Always enable.
3896
3897         * config/avr/libgcc.S (__tablejump__): Rename to __tablejump2__.
3898         Change to expect the word address of the table, multiply it by 2
3899         here and not in the caller.  Change "adiw" to faster "inc".
3900
3901 2000-11-14  Neil Booth  <neilb@earthling.net>
3902
3903         * cppexp.c (parse_defined): Call cpp_get_token not
3904         _cpp_get_token.
3905         (lex): Similarly.
3906         * cpplex.c (cpp_output_line): Similarly.
3907         * cpplib.c (glue_header_name, do_line, do_ident,
3908         parse_answer, parse_assertion): Similarly.
3909         (_cpp_handle_diretive): Don't save to lookaheads
3910         when processing directives.
3911         * cppmacro.c (parse_arg, expand_arg): Call cpp_get_token not
3912         _cpp_get_token.
3913         (funlike_invocation_p): Don't save to lookaheads
3914         when pre-expanding arguments.
3915         (_cpp_get_token): Delete.
3916         (cpp_get_token): Merge contents of _cpp_get_token.
3917
3918 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
3919
3920         * builtins.c (expand_builtin_setjmp): Set
3921         current_function_calls_setjmp.
3922         (expand_builtin_longjmp): Set current_function_calls_longjmp.
3923
3924         * config/sparc/sparc.md (builtin_setjmp_setup): New expand.
3925         (do_builtin_setjmp_setup): New insn.
3926
3927 Tue Nov 14 12:34:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3928
3929         * tree.c (get_unwidened): Use host_integerp and tree_low_cst.
3930         (int_fits_type_p): For variable bounds, call force_fit_type.
3931
3932 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
3933
3934         * varasm.c (struct deferred_string): New structure.
3935         (const_str_htab): New variable.
3936         (STRHASH): New macro.
3937         (mark_const_str_htab_1, mark_const_str_htab, const_str_htab_hash,
3938         constr_str_htab_eq, const_str_htab_del): New functions.
3939         (output_constant_def): Add DEFER argument, defer string
3940         constants until mark_constant_pool time if requested.
3941         (mark_constant_pool): Walk the insn chain even if const_str_htab is
3942         not empty.
3943         (mark_constants): If a SYMBOL_REF for deferred string is found,
3944         output it and remove from hash table.
3945         (output_addressed_constants): Set DEFER to 0 in call to
3946         output_constant_def.
3947         * rtl.h (STRING_POOL_ADDRESS_P): Define.
3948         (output_constant_def): Adjust prototype.
3949         * expr.c (expand_expr): Set DEFER to 1 in call to output_constant_def.
3950
3951 2000-11-14  Chandrakala Chavva  <cchavva@redhat.com>
3952
3953         * optabs.c (expand_complex_ab):: Use overflow-trapping optabs for
3954         signed types if flag_trapv.
3955
3956 2000-11-14  Zack Weinberg  <zack@wolery.stanford.edu>
3957
3958         * tradcpp.c, tradcif.y: Update FSF mailing address, delete
3959         reference to GPLv1.
3960
3961 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3962
3963         * c-common.h (CTI_C_SIZE_TYPE): Update comment.
3964
3965 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
3966
3967         * varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_table
3968         to array of pool_constnat pointers.
3969         (struct pool_constant): Add next_sym and label members.
3970         (struct pool_sym): Remove.
3971         (init_varasm_status): Change pool_sym into pool_constant.
3972         (mark_pool_constant): Mark pc->label string as well.
3973         (mark_pool_sym_hash_table): Remove.
3974         (mark_varasm_status): Remove it from caller as well.
3975         (free_varasm_status): Don't free pool_sym structures.
3976         (force_const_mem): Don't allocate pool_sym structure, instead
3977         fill pool->label and chain it into rtx_sym hash table.
3978         (find_pool_constant, mark_constant_pool): Use pool_constant instead
3979         of pool_sym.
3980
3981 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
3982
3983         * reload1.c (emit_input_reload_insns): Honour forcing of constants
3984         into memory by PREFERRED_RELOAD_CLASS NO_REGS.
3985
3986 2000-11-14  Michael Matz  <matzmich@cs.tu-berlin.de>
3987
3988         * dominance.c: New file.
3989         * Makefile.in (OBJS): Add dominance.o.
3990
3991         * flow.c (compute_flow_dominators): Remove.
3992         (compute_immediate_dominators): Remove.
3993         (compute_immediate_postdominators): Remove.
3994         * basic-block.h: Remove their prototypes.
3995         (calculate_dominance_info): Add prototype.
3996
3997         * dce.c (eliminate_dead_code): Change calls to above functions.
3998         Don't compute dominators but only immediate dominators.
3999         * flow.c (flow_loops_find): Change callers.
4000         * gcse.c (compute_code_hoist_data): Likewise.
4001         * haifa-sched.c (schedule_insns): Likewise.
4002         * ifcvt.c (if_convert): Likewise.
4003         * ssa.c (convert_to_ssa): Likewise, and only compute immediate
4004         dominators.
4005
4006 2000-11-14  Richard Henderson  <rth@redhat.com>
4007
4008         * stmt.c (warn_if_unused_value): Don't warn if the expression
4009         has side effects.
4010
4011         * c-typeck.c (c_sizeof): Fold result to c_size_type_node.
4012         (c_sizeof_nowarn, c_alignof, c_alignof_expr): Likewise.
4013
4014 2000-11-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4015
4016         * loop.c (basic_induction_var): Revert accidental checkin.
4017
4018 2000-11-13  Hans-Peter Nilsson  <hp@axis.com>
4019
4020         * c-lex.c (cb_leave_file): Harmonize conditions and order of
4021         statements to those of process_directive for (action == act_pop).
4022
4023         * collect2.c (main): Pass on -B options from COLLECT_GCC_OPTIONS.
4024
4025         * local-alloc.c (equiv_init_movable_p): References to CC0 are not
4026         movable.
4027
4028 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4029
4030         * c-parse.in (stmts_and_decls): Deprecate use of label at end of
4031         compound statement.
4032
4033 2000-11-13  Neil Booth  <neilb@earthling.net>
4034
4035         * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF
4036         cases return without MI check.
4037         * cpplib.c (do_diagnostic): Take boolean of whether to
4038         print the directive name.
4039         (do_error, do_warning): Update.
4040         (do_pragma_dependency): Use it.
4041         * cpplib.h (VARARGS_FIRST): Delete.
4042         (struct cpp_token): Delete integer.
4043         * cppmacro.c (enter_macro_context): Move disabled check
4044         to _cpp_get_token.
4045         (_cpp_get_token): Simplify into a single loop.
4046
4047 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
4048
4049         * configure.in:  Use 'test -f' not '[ -e'.
4050         * configure: Regenerated.
4051
4052 2000-11-13  DJ Delorie  <dj@redhat.com>
4053
4054         * config/mn10300/mn10300.md (store_movm): Note which registers are
4055         really used or clobbered.
4056
4057 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4058
4059         * c-parse.in (ends_in_label): Remove from %union and %type.
4060         (decls, stmts, lineno_stmt_or_labels, xstmts,
4061         lineno_stmt_or_label, stmt_or_label): Remove.
4062         (stmts_and_decls, lineno_stmt_decl_or_labels_ending_stmt,
4063         lineno_stmt_decl_or_labels_ending_decl,
4064         lineno_stmt_decl_or_labels_ending_label,
4065         lineno_stmt_decl_or_labels_ending_error,
4066         lineno_stmt_decl_or_labels, compstmt_contents_nonempty,
4067         lineno_stmt, lineno_label): New.
4068         (compstmt_nostart): Use compstmt_contents_nonempty.
4069
4070 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4071
4072         * c-common.c (boolean_increment): New function.
4073         * c-common.h (enum c_tree_index): Add CTI_C_BOOL_TYPE,
4074         CTI_C_BOOL_TRUE and CTI_C_BOOL_FALSE.
4075         (c_bool_type_node, c_bool_true_node, c_bool_false_node): Define.
4076         (boolean_increment): Declare.
4077         * c-convert.c (convert): Allow for BOOLEAN_TYPE.
4078         * c-decl.c (init_decl_processing): Create boolean nodes.
4079         (finish_struct): Allow for _Bool bitfields.
4080         * c-parse.in (reswords): Add _Bool.
4081         (rid_to_yy): Allow for RID_BOOL.
4082         * c-typeck.c (default_conversion): Make booleans promote to int.
4083         (convert_arguments, build_unary_op, build_modify_expr,
4084         convert_for_assignment): Allow for booleans.
4085         * ginclude/stdbool.h: Make conforming to C99.
4086
4087 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4088
4089         * c-parse.in (c99_block_start, c99_block_end,
4090         c99_block_lineno_labeled_stmt): New.
4091         (simple_if, do_stmt_start): Use c99_block_lineno_labeled_stmt.
4092         (stmt): Split off selection and iteration statements into...
4093         (select_or_iter_stmt): New.  Use c99_block_lineno_labeled_stmt.
4094
4095 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4096
4097         * invoke.texi (-Wtrigraphs, -fdump-translation-unit, -save-temps,
4098         -time): Update.
4099
4100 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
4101
4102         * arm.md (mulsidi3adddi, umulsidi3adddi): Revert previous change.
4103         Rewrite to avoid use of match_dup.  Don't try to tie registers that
4104         are not in the same mode.
4105
4106 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4107
4108         * invoke.texi: Update lists of languages and suffixes supported.
4109
4110 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4111
4112         * configure.in: Take toplevel configure arguments from the
4113         environment to create configargs.h and substitute
4114         gcc_config_arguments, taking account of any existing configargs.h
4115         if reconfiguring.
4116         * configure: Regenerate.
4117         * gccbug.in: Include toplevel configure arguments in gccbug.
4118
4119 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
4120
4121         * varasm.c (struct constant_descriptor): Put CONTENTS inside a
4122         union to make it well-aligned.  Update all uses.
4123
4124 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4125
4126         * c-parse.in (initelt): Give appropriate pedantic warnings,
4127         depending on flag_isoc99, for non-ISO syntax and for C99 syntax
4128         outside C99 mode.
4129         (designator): If pedantic, pedwarn for a designator specifying a
4130         range of elements.
4131         * c-typeck.c (set_init_index, set_init_label): Don't pedwarn for
4132         these cases.
4133         * extend.texi: Document the C99 syntax as the preferred syntax,
4134         and the pre-2.5 syntax as obsolete.  Mention use of designator
4135         lists for nested subobjects.
4136
4137 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4138
4139         * diagnostic.c (vbuild_message_string, output_do_printf, vnotice):
4140         Add ATTRIBUTE_PRINTF.
4141         * tradcpp.c (v_message, warning, error, fatal, error_with_line):
4142         Add ATTRIBUTE_PRINTF*.
4143
4144 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4145
4146         * function.c (assign_parms): When calling put_var_into_stack, make
4147         sure that there are no hidden pending sequences.
4148
4149 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4150
4151         * builtins.c (expand_builtin): Handle BUILT_IN_INDEX and
4152         BUILT_IN_RINDEX.  Add missing checks for BUILT_IN_STRCHR and
4153         BUILT_IN_STRRCHR.
4154
4155         * builtins.def (BUILT_IN_INDEX, BUILT_IN_RINDEX): New entries.
4156
4157         * c-common.c (c_common_nodes_and_builtins): Declare index and
4158         rindex when nonansi builtins are allowed.
4159
4160         * extend.texi (index, rindex): Document new builtins.
4161
4162 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4163
4164         * configure.in: Turn on libstdc++ V3 by default.
4165         * configure: Regenerated.
4166
4167         * fixinc/mkfixinc.sh: Use the ordinary fixincludes on Solaris.
4168
4169 2000-11-12  Jakub Jelinek  <jakub@redhat.com>
4170
4171         * reload1.c (set_label_offsets): Go inside of PARALLELs.
4172
4173 2000-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4174
4175         * invoke.texi: Clean up option summary.
4176
4177 2000-11-12  Nick Clifton  <nickc@redhat.com>
4178
4179         * config/mcore/mcore.c: Fix comment formating, and adjust sequence
4180         of #include headers.
4181
4182 2000-11-12  Marc Espie <espie@openbsd.org>
4183
4184         * configure.in: Fix filds test.
4185         * configure: Regen.
4186
4187 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4188
4189         * jump.c (delete_computation): Don't assume that just becuase an
4190         instruction sets a register, that register is dead.
4191
4192 2000-11-12  Neil Booth  <neilb@earthling.net>
4193
4194         * cppexp.c: Don't worry about pfile->skipping.
4195         * cpplib.c (struct if_stack): Make was_skipping unsigned char.
4196         (cpp_handle_directive): Save pfile->skipping in struct cpp_buffer
4197         for handled directives.
4198         (skip_rest_of_line): Use _cpp_lex_token after popping contexts
4199         and releasing lookaheads.
4200         (do_ifdef, do_ifndef, do_if): Use buffer->was_skipping.
4201         (do_else, do_elif, push_conditional): Update logic.
4202         (do_endif): Set buffer->was_skipping rather than pfile->skipping.
4203         (unwind_if_stack): Inline into cpp_pop_buffer.
4204         (cpp_push_buffer): Clear ifs->was_skipping for cpp_handle_directive.
4205         * cpplex.c (_cpp_lex_token): Clear skipping on EOF.  Handle
4206         multiple-include optimisation.
4207         * cpplib.h (struct cpp_buffer): New member was_skipping.
4208         * cppmacro.c (_cpp_get_token): Loop whilst pfile->skipping.  This
4209         works because skipping == 0 in directives.
4210         (_cpp_release_lookahead): Renamed from release_lookahead.
4211         (cpp_get_token): No need to check skipping as _cpp_get_token does
4212         this for us.  No need to handle MI optimisation.
4213
4214 Sat Nov 11 21:14:02 2000  Mark P Mitchell  <mark@codesourcery.com>
4215
4216         * fixinc/inclhack.def (sunos_matherr_decl): Bypass matherr
4217         declarations that use `__MATH_EXCEPTION' in their prototypes, too.
4218         * fixinc/fixincl.x: Regenerated.
4219
4220 2000-11-11  Bruce Korb  <bkorb@gnu.org>
4221
4222         * fixinc/inclhack.def (avoid_bool_type): avoid commenting out #endif
4223         (avoid_wchar_t_type): ditto
4224         * fixinc/fixinc.irix: obsoleted
4225
4226 2000-11-11  Zack Weinberg  <zack@wolery.stanford.edu>
4227
4228         * configure.in: Don't add $outputs to all_lang_makefiles.  Add
4229         $srcdir/$s/Makefile.in if it exists.
4230         * configure: Regenerate.
4231
4232 Sat Nov 11 18:41:20 2000  Mark P Mitchell  <mark@codesourcery.com>
4233
4234         * fixinc/mkfixinc.sh: Use the ordinary fixincludes on IRIX.
4235
4236 2000-11-11  Jason Merrill  <jason@redhat.com>
4237
4238         * function.c (assign_parms): If TREE_ADDRESSABLE is set, try to
4239         give the parm a register and then call put_var_into_stack.
4240         * stmt.c (expand_decl): Likewise.
4241
4242 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4243
4244         * gcc.texi: Adjust wording.
4245
4246 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
4247
4248         * fixinc/inclhack.def (avoid_wchar_t_type): New fix.
4249         * fininc/fixincl.x: Regenerated.
4250
4251 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4252
4253         * invoke.texi: Correct spelling of -foptimize-register-move.
4254
4255 2000-11-11  Neil Booth  <neilb@earthling.net>
4256
4257         Remove CPP_PLACEMARKERs.
4258
4259         * cppexp.c (lex): Don't handle CPP_PLACEMARKER.
4260         * cpplex.c (_cpp_lex_token): Rename skip_newlines to next_bol
4261         * cpplib.c (skip_rest_of_line, check_eol, cpp_push_buffer):
4262                    Similarly.
4263         * cpplib.h: Remove CPP_PLACEMARKER.
4264         (struct lexer_state): Rename skip_newlines to next_bol.
4265         * cppmacro.c (stringify_arg): Don't handle CPP_PLACEMARKER.
4266         Simplify prev_white handling as a result.
4267         (paste_all_tokens): Don't worry about CPP_PLACEMARKERs.
4268         (parse_arg): Empty arguments are now empty, not CPP_PLACEMARKERs.
4269         (parse_args): Similarly.  Update argument count tests.
4270         (enter_macro_context): Return 2 to indicate an empty macro.
4271         (replace_args): Don't bother pre-expanding an empty argument.
4272         Handle placemarkers and ## extension during pre-expansion.
4273         (cpp_get_token): Handle empty macro expansions.  Don't worry
4274         about CPP_PLACEMARKERs.
4275         (_cpp_create_definition): Empty macros are now empty.
4276         (cpp_macro_defintion): Don't special case empty macros.
4277         * scan-decls.c: Don't bother with CPP_PLACEMARKERs.
4278         * c-lex.c: Similarly.
4279
4280 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4281
4282         * gcc.texi, invoke.texi: Add new section discussing language
4283         standards; link to it where appropriate; refer to ISO C instead of
4284         ANSI C.
4285
4286 2000-11-11  Alexandre Oliva  <aoliva@redhat.com>
4287
4288         * builtins.c (std_expand_builtin_va_start): Take PARM_BOUNDARY
4289         into account.
4290
4291         * config/sh/sh.h (MODES_TIEABLE_P): Don't tie SFmode to other FP
4292         modes.
4293
4294 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4295
4296         * gcc.texi, gcov.texi: Update dates and version numbers.
4297
4298 2000-11-10  Zack Weinberg  <zack@wolery.stanford.edu>
4299
4300         * configure.in: Remove AC_PROG_LEX and AC_PROG_YACC.  Look for
4301         flex and bison, specifically, first in a unified build and
4302         then installed on the system.
4303         * Makefile.in: Set BISON to @BISON@, FLEX to @FLEX@.  Rename
4304         LEXFLAGS to FLEXFLAGS.  Adjust ORDINARY_FLAGS_TO_PASS to
4305         match.
4306
4307         (collect2.o, gcc.o, prefix.o, toplev.o, alloca.o, intl.o,
4308         cppdefault.o): Remove pointless sed munging of source file
4309         name.
4310
4311 2000-11-10  Bernd Schmidt  <bernds@redhat.co.uk>
4312
4313         * reload.c (find_reloads_address_1, case POST_MODIFY): Use RELOAD_OTHER
4314         for address reloads.  Push replacements for REG_INC notes.
4315         (regno_clobbered_p): New arg SETS.  Examine SETs if it's nonzero.  All
4316         callers changed.
4317         * reload1.c (choose_reload_regs): Registers set in the insn can't be
4318         used for RELOAD_OTHER reloads.
4319
4320 2000-11-10  Mark Mitchell  <mark@codesourcery.com>
4321
4322         * c-dump.h: New file.
4323
4324 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4325
4326         * alpha.c (check_float_value): Use memcpy, not bcopy.
4327         * arm.c (output_move_double): Likewise.
4328         * arm.md: Likewise.
4329         * m88k.c (legitimize_operand): Likewise.
4330         * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
4331         * m88k.md: Likewise.
4332         * mips.c (override_options): Likewise.
4333         * mips.md: Likewise.
4334         * romp.c (output_fpops): Likewise.
4335         * rs6000.c (rs6000_override_options): Likewise.
4336         * sh.md: Likewise.
4337         * vax.c (check_float_value): Likewise.
4338
4339         * emit-rtl.c (copy_rtx_if_shared, init_emit_once): Likewise.
4340         * expmed.c (synth_mult): Likewise.
4341         * final.c (add_bb_string): Likewise.
4342         * genattr.c (main): Likewise.
4343         * genattrtab.c (attr_string, simplify_cond, copy_rtx_unchanging):
4344         Likewise.
4345         * jump.c (thread_jumps): Likewise.
4346         * prefix.c (save_string): Likewise.
4347         * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Likewise.
4348         * regclass.c (init_reg_sets, init_reg_sets_1): Likewise.
4349         * reload1.c (reload, eliminate_regs): Likewise.
4350
4351 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4352
4353         * gcc.texi (Service): Update to reflect current practice and
4354         location of the GNU service directory.
4355
4356 2000-11-09  Bernd Schmidt  <bernds@redhat.co.uk>
4357
4358         * regrename.c (build_def_use): Mark contents of REG_INC notes as
4359         needing replacement.
4360
4361         * config/ia64/ia64.md (extendsfdf2, extendsftf2, extenddftf2): Emit
4362         a no-op move if regs are equal.
4363         * toplev.c (rest_of_compilation): Do the noop moves elimination pass
4364         when calling jump after post-reload splitting.
4365
4366 2000-11-09  Jan van Male  <jan.vanmale@fenk.wau.nl>
4367
4368         * c-tree.texi: Fix typos.
4369         * extend.texi: Likewise
4370         * gcov.texi: Likewise
4371         * rtl.texi: Likewise
4372         * tm.texi: Likewise
4373
4374 2000-11-09  Hans-Peter Nilsson  <hp@axis.com>
4375
4376         * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Check
4377         in_system_header and flags[1] before dereferencing flags[2].
4378
4379 2000-11-09  Matthew Hiller <hiller@redhat.com>
4380
4381         * reload1.c (reload_combine): Fixed calculation of
4382         first_index_reg, last_index_reg.
4383
4384 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
4385
4386         * c-dump.c (dequeue_and_dump): Dump function bodies.
4387
4388         * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
4389         (c-dump.o): New target.
4390         * c-common.h (flag_dump_translation_unit): New variable.
4391         (C_TYPE_QUALS): New macro.
4392         (strip_array_types): New function.
4393         (DECL_C_BIT_FIELD): New macro.
4394         (SET_DECL_C_BIT_FIELD): Likewise.
4395         (CLEAR_DECL_C_BIT_FIELD): Likewise.
4396         (dump_info_p): New typedef.
4397         (dump_tree_fn): Likewise.
4398         (lang_dump_tree): New variable.
4399         (dump_node_to_file): New function.
4400         * c-common.c (flag_dump_translation_unit): Define it.
4401         (strip_array_types): New function.
4402         * c-decl.c (c_decode_option): Handle -fdump-translation-unit.
4403         * c-lang.c (finish_file): Call dump_node_to_file if
4404         flag_dump_translation_unit.
4405         * c-semantics.c (mark_rtl_for_local_static): Fix typo in comment.
4406         * c-tree.h (DECL_C_BIT_FIELD): Remove declaration.
4407         * c-dump.c: New file.
4408
4409 2000-11-09  Christopher Faylor <cgf@cygnus.com>
4410
4411         * config/i386/cygwin.h: Add mingw startfile prefix.
4412
4413 2000-11-09  Richard Henderson  <rth@redhat.com>
4414
4415         * flow.c (invalidate_mems_from_set): Split out from ...
4416         (mark_set_1): ... here.
4417         (try_pre_increment_1): Use it.  Use propagate_block_delete_insn
4418         instead of turning insn into a NOTE_INSN_DELETED.
4419
4420 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4421
4422         * extend.texi, invoke.texi: Move documentation of builtin versions
4423         of C library functions to one place and update.
4424
4425 2000-11-09  Richard Henderson  <rth@redhat.com>
4426
4427         * fold-const.c (fold): Compare TYPE_MAIN_VARIANT rather than
4428         the types themselves to discover type equivalence.
4429
4430 2000-11-09  Mike Stump  <mrs@wrs.com>
4431
4432         * Makefile.in (distclean): Remove a few extra leftovers.
4433
4434 2000-11-09  Richard Henderson  <rth@redhat.com>
4435
4436         * recog.c (validate_replace_rtx_1): Consider subregs when
4437         replacing a register with a constant inside a sign/zero_extend.
4438
4439         * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
4440
4441 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
4442
4443         * c-decl.c (finish_struct): When a structure is completed,
4444         check all its variant types for completeness.
4445
4446 2000-11-09  Neil Booth  <neilb@earthling.net>
4447
4448         * cpphash.c: Move cpp_defined here from cpplib.c.
4449         * cpplib.c: Update comments, move cpp_defined to cpphash.c.
4450         * cpplex.c (_cpp_lex_token): Don't leave the lexer at EOL.
4451         * cppmacro.c (cpp_get_token): Update comments, no need now
4452         to catch the CPP_EOF meaning EOL case.
4453
4454 2000-11-08  Geoffrey Keating  <geoffk@redhat.com>
4455
4456         * config/sparc/sparc.c (sparc_va_arg): When the required alignment
4457         is more than that provided, copy to a temporary.
4458
4459 2000-11-09  Alexandre Oliva  <aoliva@redhat.com>
4460
4461         * mklibgcc.in (EXTRA_MULTILIB_PARTS): Prevent `make' from
4462         interpreting $out as a macro assignment.
4463         * Makefile.in (T_TARGET): New auxiliary macro and target.
4464         (all): Add a target right in the beginning, so that we don't build
4465         T_TARGET by default.
4466
4467 2000-11-09  Graham Stott  <grahams@redhat.com>
4468
4469         * config/i386/i386.md (mmx_pinsrw): Output operands in correct
4470         order for -mintel-syntax.  Remove comment now that the operand
4471         order has been checked.
4472         (mmx_pextrw): Likewise.
4473         (mmx_pshufw): Likewise.
4474
4475 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
4476
4477         * builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.
4478         (c_getstr): New function.
4479         (expand_builtin_strstr): Do nothing if -fcheck-memory-usage.
4480         If both arguments are constant string, optimize out.
4481         (expand_builtin_strchr, expand_builtin_strrchr): New functions.
4482         (expand_builtin_strpbrk): Use c_getstr, do nothing if
4483         -fcheck-memory-usage.
4484         (expand_builtin_fputs): Likewise.
4485         (expand_builtin_strcmp): Add MODE argument.
4486         Use even if !HAVE_cmpstrsi.
4487         Optimize the case when both arguments are constant strings.
4488         (expand_builtin): Adjust expand_builtin_strcmp caller.
4489         Call expand_builtin_strchr and expand_builtin_strrchr.
4490         * c-common.c (c_common_nodes_and_builtins): Add strchr and strrchr
4491         builtins.
4492         * builtins.def (BUILT_IN_STRRCHR): Add.
4493
4494 2000-11-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4495
4496         * fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.
4497
4498 2000-11-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4499
4500         * calls.c (expand_call, emit_library_call_value_1), collect2.c
4501         (scan_prog_file), config/a29k/a29k.c (print_operand),
4502         config/sparc/sparc.c (order_regs_for_local_alloc): Use memcpy ()
4503         instead of bcopy ().
4504         * real.h: Use memcmp () instead of bcmp ().
4505         * config/m88k/m88k.c (m88k_layout_frame), config/sh/sh.c
4506         (split_branches), config/sparc/sparc.c (ultra_flush_pipeline,
4507         ultrasparc_sched_init, ultrasparc_sched_reorder),
4508         config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Use memset ()
4509         instead of bzero ().
4510         * config/vax/xm-xms.h (FILE_NAME_NONDIRECTORY): Use strrchr ()
4511         instead of rindex ().
4512         * configure.in: Don't check for bzero, bcmp, index or rindex.
4513         * configure, config.in: Regenerate.
4514         * system.h: Don't include declarations for bzero, bcmp, index or
4515         rindex.
4516         * config/i386/xm-beos.h, config/rs6000/xm-beos.h: Don't define
4517         bzero, bcmp, index or rindex.
4518
4519 Wed Nov  8 21:58:20 2000  Christopher Faylor <cgf@cygnus.com>
4520
4521         * config/i386/cygwin.h: Add -no-win32 switch.  Separate -mno-cygwin
4522         include and library paths from -mcygwin case.  Parameterize some
4523         declarations to avoid warnings.  Use standard locations for include and
4524         lib dirs.
4525
4526 2000-11-08  Nick Clifton  <nickc@redhat.com>
4527
4528         * config/arm/arm.md (mulsidi3adddi): Change output operand
4529         constraint from "=&" to "+&".
4530         (umulsidi3adddi): Change output operand constraint from "=&" to
4531         "+&".
4532
4533 2000-11-08  Richard Henderson  <rth@redhat.com>
4534
4535         * flow.c (init_propagate_block_info): Protect the rtx stored in
4536         mem_set_list from modification by find_auto_inc.
4537         (mark_set_1): Likewise.
4538
4539 2000-11-08  Neil Booth  <neilb@earthling.net>
4540
4541         Move directive handling into the lexer itself.
4542
4543         * cpplex.c (_cpp_lex_token): Handle directives directly.
4544         In the case of a directive interrupting a function-like
4545         macro invocation, use extra_char since read_ahead is
4546         used to store the '#'.  Return a CPP_EOF in this case.
4547         * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more.
4548         (cpp_get_token): Don't handle directives here.
4549         * cpplib.h: Remove CPP_DHASH token type.
4550
4551 Wed Nov  8 21:53:41 MET 2000  Jan Hubicka  <jh@suse.cz>
4552
4553         * regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes
4554         formed using PRE_MODIFY too.
4555
4556 2000-11-08  Mark Mitchell  <mark@codesourcery.com>
4557
4558         * c-tree.texi (VAR_DECL): Describe representation of GCC's
4559         extension for placing variables in particular registers.
4560
4561         * c-tree.texi (FUNCTION_TYPE): Clarify TYPE_ARG_TYPES for
4562         unprototyped C functions with no parameters.
4563
4564 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4565
4566         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Cast DELTA to int
4567         before passing to fprintf.
4568
4569 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4570
4571         * function.c (expand_function_start): Cast GET_MODE_SIZE to
4572         HOST_WIDE_INT before negating it.
4573
4574 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4575
4576         * expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL
4577         passed in multiple non-contiguous locations.
4578
4579 2000-11-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4580
4581         * README.gnat: Remove file.
4582
4583 2000-11-08  Alexandre Oliva  <aoliva@redhat.com>
4584
4585         * mklibgcc.in (EXTRA_MULTILIB_PARTS): Generate multilib parts
4586         in-place.
4587
4588 2000-11-07  Richard Henderson  <rth@redhat.com>
4589
4590         * dwarfout.c (INSN_LABEL_FMT): Remove.
4591         (output_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
4592         (dwarfout_label): Remove.
4593         * dwarfout.h: Remove it's prototype.
4594         * dwarf2out.c (INSN_LABEL_FMT): Remove.
4595         (gen_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
4596         (dwarf2out_label): Remove.
4597         * dwarf2out.h: Remove it's prototype.
4598         * final.c (final_scan_insn): Don't call dwarf[2]out_label.
4599
4600 2000-11-07  Richard Henderson  <rth@redhat.com>
4601
4602         * config/ia64/fde-glibc.c (find_fde_for_dso): Do a binary
4603         search on the unwind region section.
4604
4605         * config/ia64/ia64.md (movbi): Add r/r alternative.
4606         (cmovdi_internal_astep): Describe all combinations of register
4607         classes for sources & destinations; remove matching constraints.
4608         (cmovdi_internal): Likewise.
4609
4610         * gcc.c (default_compilers) [@cpp-output]: Add -fpreprocessed.
4611
4612 2000-11-07  Richard Henderson  <rth@redhat.com>
4613
4614         * c-lang.c (start_cdtor, finish_cdtor): New functions.
4615         (finish_file): Use them in building constructor/destructor functions.
4616
4617         * config/alpha/alpha.h (HAS_INIT_SECTION, LD_INIT_SWITCH,
4618         LD_FINI_SWITCH): Move ...
4619         * config/alpha/osf.h: ... here.
4620         * config/alpha/alpha-interix.h: Don't undef them.
4621
4622 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4623
4624         * config/mips/t-iris6 (FPBIT): New.  Added so that __unorddf2 is
4625         included in libgcc.a.
4626         (DPBIT): Likewise.
4627         (dp-bit.c): Likewise.
4628         (fp-bit.c): Likewise.
4629
4630 2000-11-07  Nick Clifton  <nickc@redhat.com>
4631
4632         * config/m88k/m88k.h (GLOBAL_ASM_OP): Add missing tab.
4633         (INTERNAL_ASM_OP): Add missing tab.
4634
4635 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4636
4637         * alias.c (init_alias_analysis), calls.c (expand_call,
4638         emit_library_call_value_1), combine.c (init_reg_last_arrays),
4639         cse.c (new_basic_block), dbxout.c (dbxout_type), diagnostic.c
4640         (init_output_buffer, set_diagnostic_context), dwarf2out.c
4641         (equate_decl_number_to_die, build_abbrev_table), emit-rtl.c
4642         (init_emit_once), fold-const.c (mul_double, div_and_round_double),
4643         function.c (assign_parms), gcse.c (compute_can_copy,
4644         alloc_gcse_mem, alloc_reg_set_mem, record_one_set,
4645         compute_hash_table, compute_set_hash_table,
4646         compute_expr_hash_table), genattrtab.c (optimize_attrs), global.c
4647         (global_alloc, global_conflicts), haifa-sched.c (compute_trg_info,
4648         clear_units, schedule_block), integrate.c (initialize_for_inline,
4649         expand_inline_function), jump.c (thread_jumps), local-alloc.c
4650         (local_alloc), loop.c (combine_movables, count_loop_regs_set,
4651         load_mems_and_recount_loop_regs_set), print-tree.c (debug_tree),
4652         regclass.c (init_reg_sets, init_reg_sets_1, regclass,
4653         record_reg_classes, allocate_reg_info), reload.c
4654         (get_secondary_mem, remove_address_replacements, find_reloads),
4655         reload1.c (reload, set_initial_label_offsets, finish_spills,
4656         reload_as_needed, choose_reload_regs_init,
4657         reload_cse_simplify_operands), reorg.c (dbr_schedule), sbitmap.c
4658         (sbitmap_zero), simplify-rtx.c (simplify_plus_minus), ssa.c
4659         (rename_registers), stmt.c (expand_end_case), unroll.c
4660         (unroll_loop), varray.c (varray_grow), objc/objc-act.c: Use memset
4661         () instead of bzero ().
4662
4663 2000-11-07  Neil Booth  <neilb@earthling.net>
4664
4665        * cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.
4666
4667 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4668
4669         * c-common.c (combine_strings): Only warn about long strings for C.
4670
4671 Tue Nov  7 19:44:30 2000  J"orn Rennecke <amylaar@redhat.com>
4672
4673         * combine.c (distribute_notes): Fix typo in last change.
4674
4675 2000-11-07  Geoff Keating  <geoffk@redhat.com>
4676
4677         * config/rs6000/rs6000.md (movdi_internal32+1): Use
4678         operand_subreg_force rather than gen_rtx_SUBREG.
4679         (movdi_internal32+2): Likewise.
4680
4681 2000-11-07  Philip Blundell  <philb@gnu.org>
4682
4683         * configure.in (arm*-*-linuxaout*): Obsolete, deleted.
4684         * config/arm/linux-aout.h: Likewise.
4685         * configure: Regenerate.
4686
4687 2000-11-07  Philipp Thomas  <pthomas@suse.de>
4688
4689         * ABOUT-GCC-NLS: Remove the patch for gettext as it has been
4690         accepted my the gettext maintainer.
4691
4692 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4693
4694         * builtins.c (expand_builtin_strpbrk): New function.
4695         (expand_builtin): Handle BUILT_IN_STRPBRK.
4696
4697         * builtins.def (BUILT_IN_STRPBRK): New entry.
4698
4699         * c-common.c (c_common_nodes_and_builtins): Declare builtin
4700         strpbrk.
4701
4702 2000-11-07  David O'Brien  <obrien@dragon.nuxi.com>
4703
4704         * config/alpha/freebsd.h: New file -- FreeBSD/alpha architecture file.
4705         * POTFILES.in: Add config/alpha/freebsd.h
4706         * configure.in: Add alpha*-freebsd support.
4707         * configure: Regenerate.
4708
4709 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4710
4711         * tree.c (build_common_tree_nodes_2): Make va_list_type_node be a
4712         copy of ptr_type_node rather than ptr_type_node itself.
4713
4714 Tue Nov  7 06:29:24 2000  J"orn Rennecke <amylaar@redhat.com>
4715
4716         * combine.c (recog_for_combine): Allocate uninitialized vector with
4717         rtvec_alloc.
4718         * recog.c (apply_change_group): Likewise.
4719
4720 Tue Nov  7 06:24:02 2000  J"orn Rennecke <amylaar@redhat.com>
4721
4722         * flow.c (verify_local_live_at_start): Back out last change.
4723         * combine.c (distribute_notes): When parts of a hard reg are
4724         neither set nor referenced in PLACE, search backwards for a
4725         place to put a REG_UNUSED note; if none found, ask for flow
4726         info refresh.
4727
4728 Mon Nov  6 20:08:13 2000  J"orn Rennecke <amylaar@redhat.com>
4729
4730         * reload1.c (eliminate_regs_in_insn): Allow a set to be a PARALLEL
4731         with (clobber (match_scratch...)).
4732
4733 2000-11-06  Neil Booth  <neilb@earthling.net>
4734
4735         * c-lex.c (init_c_lex): If cpp_start_read fails, exit with
4736         error status.
4737
4738 2000-11-06  Neil Booth  <neilb@earthling.net>
4739
4740         * tradcpp.c (special_symbol): Assign an null string rather
4741         than writing to an unallocated buffer.
4742
4743 2000-11-06  Neil Booth  <neilb@earthling.net>
4744
4745         * cpplex.c (_cpp_equiv_tokens): Check arg_no in the
4746         CPP_MACRO_ARG case.
4747
4748 2000-11-06  Neil Booth  <neilb@earthling.net>
4749
4750         * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or
4751         tok.val.arg_no as appropriate.
4752         * cppexp.c (lex): Similarly.
4753         * cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token,
4754         cpp_equiv_tokens, cpp_can_paste, cpp_avoid_paste): Similarly.
4755         * cppmacro.c (stringify_arg, replace_args, lex_expansion_token,
4756         cpp_macro_definition): Similarly.
4757         * cpplib.h (struct cpp_token): Replace aux with c and arg_no.
4758
4759 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
4760
4761         * config/sparc/sparc.md (adddi3): If operands[2] is 4096 and
4762         operands[1] is constant, calculate the sum and generate movdi.
4763         (addsi3): Similarly.  Use SImode in call to arith_4096_operand.
4764         (subsi3): Use SImode in call to arith_4096_operand.
4765
4766 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
4767
4768         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): On sparc64 we need to
4769         adjust %o1, not %o0 if the return type is large structure.
4770
4771 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
4772
4773         * config/sparc/sparc.md (smulsi3_highpart_v8plus, ashldi3_v8plus+1,
4774         update_return, flush, flushdi, ffssi2, ffsdi2): Fix output formatting.
4775
4776 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz  <marekm@linux.org.pl>
4777
4778         * expmed.c (expand_divmod): For signed divide by 2, prefer
4779         a branch and fewer shifts if branches are very cheap.
4780
4781 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
4782
4783         * Makefile.in: Remove all targets related to building
4784         distributions and diffs, or INSTALL.
4785         * INSTALL, install1.texi: Remove.
4786         * configure.in: Remove mention of distdir.
4787         * configure: Regenerate.
4788         * objc/Make-lang.in: Remove mention of distdir.
4789
4790 2000-11-04  Neil Booth  <neilb@earthling.net>
4791
4792         * cpp.texi: Update for _Pragma.
4793
4794 2000-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4795
4796         * gcc.texi (Contributing): Update URL for projects web page.
4797
4798 2000-11-04  Neil Booth  <neilb@earthling.net>
4799
4800         * cpplex.c (parse_string): Don't allow multiline strings in
4801         #include family directives.
4802
4803 2000-11-04  Neil Booth  <neilb@earthling.net>
4804
4805         * cpplib.c (do_line): Only warn pedantically if not reading
4806         preprocessed input.
4807
4808 2000-11-04  Alexandre Oliva  <aoliva@redhat.com>
4809
4810         * calls.c (emit_call_1) [sibcall_pop]: Use n_popped instead of
4811         RETURN_POPS_ARGS().
4812
4813 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
4814
4815         * builtins.c (expand_builtin_strlen): Remove unused mode
4816         argument.
4817         * gcc.c (process_command): Remove unused variable.
4818         * fold-const.c: Include expr.h.
4819         * recog.c: Include reload.h.
4820         * Makefile.in (recog.o, fold-const.o): Update deps.
4821
4822 2000-11-02  Geoffrey Keating  <geoffk@cygnus.com>
4823
4824         * fixinc/gnu-regex.c: Change 'CYGNUS LOCAL' to 'EGCS LOCAL'.
4825
4826 Fri Nov  3 13:41:04 2000  Mark P Mitchell  <mark@codesourcery.com>
4827
4828         * config/mips/iris6.h (SUBTARGET_CC1_SPEC): Remove -static
4829         handling.
4830         (STARTFILE_SPEC): Likewise.
4831         (LINK_SPEC): Likewise.
4832
4833 2000-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4834
4835         * Makefile.in (fold-const.o): Depend on $(GGC_H), not ggc.h.
4836         (toplev.o): Likewise for $(LOOP_H)/loop.h and $(REGS_H)/regs.h.
4837         (simplify-rtx.o): Likewise for $(GGC_H)/ggc.h.
4838
4839 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4840
4841         * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.c
4842         (dwarfout_line), gcc.c (main, save_string), tree.c (init_obstacks,
4843         perm_calloc, get_identifier, maybe_get_identifier,
4844         real_value_from_int_cst, simple_cst_equal), varasm.c
4845         (assemble_name, assemble_real, immed_real_const_1,
4846         compare_constant_1, decode_rtx_const, output_constant_pool): Use
4847         strrchr () instead of rindex ().  Use memcmp () instead of bcmp
4848         ().  Use memcpy () instead of bcopy ().  Use memset () instead of
4849         bzero ().
4850
4851 2000-11-03  Nathan Sidwell  <nathan@codesourcery.com>
4852
4853         * cppfiles.c (open_file): If already read, then don't reopen.
4854         Immediately close an empty file.
4855
4856 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
4857
4858         * expr.h (fold_builtin): Move declaration...
4859         * tree.h (fold_builtin): ... here.
4860
4861 Fri Nov  3 05:41:07 2000  J"orn Rennecke <amylaar@redhat.com>
4862
4863         * flow.c (verify_local_live_at_start): Allow hard regs to die.
4864
4865 2000-11-02  Neil Booth  <neilb@earthling.net>
4866
4867 config:
4868         * a29k/a29k.h, a29k/unix.h, a29k/vx29k.h,
4869         alpha/alpha-interix.h, alpha/alpha.h, alpha/linux.h,
4870         alpha/openbsd.h, alpha/osf.h, alpha/vms.h, alpha/vxworks.h,
4871         alpha/win-nt.h, arc/arc.h, arm/arm.h, arm/conix-elf.h,
4872         arm/linux-aout.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
4873         arm/riscix1-1.h, arm/semiaof.h, arm/unknown-elf-oabi.h, arm/vxarm.h,
4874         c4x/rtems.h, clipper/clix.h, convex/convex.h, d30v/d30v.h,
4875         elxsi/elxsi.h, fr30/fr30.h, h8300/h8300.h, i370/linux.h, i370/mvs.h,
4876         i370/oe.h, i386/386bsd.h, i386/aix386ng.h, i386/beos-elf.h,
4877         i386/bsd386.h, i386/crtdll.h, i386/cygwin.h, i386/dgux.h,
4878         i386/djgpp-rtems.h, i386/djgpp.h, i386/freebsd-aout.h, i386/freebsd.h,
4879         i386/gnu.h, i386/i386-interix.h, i386/i386.h, i386/linux-aout.h,
4880         i386/linux-oldld.h, i386/linux.h, i386/lynx-ng.h, i386/lynx.h,
4881         i386/mach.h, i386/mingw32.h, i386/moss.h, i386/netbsd.h,
4882         i386/netware.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
4883         i386/osfelf.h, i386/osfrose.h, i386/ptx4-i.h, i386/rtems.h,
4884         i386/rtemself.h, i386/sco.h, i386/sco4.h, i386/sco4dbx.h, i386/sco5.h,
4885         i386/scodbx.h, i386/sequent.h, i386/sol2.h, i386/sun.h, i386/sysv3.h,
4886         i386/sysv4.h, i386/uwin.h, i386/vsta.h, i386/vxi386.h, i386/win-nt.h,
4887         i386/win32.h, i860/fx2800.h, i860/i860.h, i860/mach.h, i860/sysv3.h,
4888         i860/sysv4.h, i960/i960.h, i960/rtems.h, i960/vx960-coff.h,
4889         ia64/ia64.h, ia64/linux.h, m32r/m32r.h, m68k/3b1.h, m68k/3b1g.h,
4890         m68k/a-ux.h, m68k/altos3068.h, m68k/amix.h, m68k/apollo68.h,
4891         m68k/crds.h, m68k/ctix.h, m68k/dpx2.h, m68k/hp2bsd.h, m68k/hp320.h,
4892         m68k/hp3bsd.h, m68k/hp3bsd44.h, m68k/isi.h, m68k/linux-aout.h,
4893         m68k/linux.h, m68k/lynx-ng.h, m68k/lynx.h, m68k/m68kemb.h,
4894         m68k/m68kv4.h, m68k/mot3300.h, m68k/netbsd.h, m68k/news.h,
4895         m68k/next.h, m68k/openbsd.h, m68k/pbb.h, m68k/plexus.h, m68k/rtems.h,
4896         m68k/rtemself.h, m68k/sun2.h, m68k/sun3.h, m68k/sun3mach.h,
4897         m68k/tower-as.h, m68k/tower.h, m68k/vxm68k.h, m88k/dgux.h,
4898         m88k/dolph.h, m88k/luna.h, m88k/m88k-aout.h, m88k/m88k-coff.h,
4899         m88k/openbsd.h, m88k/sysv3.h, m88k/sysv4.h, mips/bsd-4.h,
4900         mips/bsd-5.h, mips/dec-bsd.h, mips/dec-osf1.h, mips/gnu.h,
4901         mips/iris3.h, mips/iris5.h, mips/iris6.h, mips/linux.h, mips/mips.h,
4902         mips/netbsd.h, mips/news4.h, mips/news5.h, mips/nws3250v4.h,
4903         mips/openbsd.h, mips/osfrose.h, mips/rtems64.h, mips/sni-svr4.h,
4904         mips/svr3-4.h, mips/svr3-5.h, mips/svr4-4.h, mips/svr4-5.h,
4905         mips/ultrix.h, ns32k/encore.h, ns32k/merlin.h, ns32k/netbsd.h,
4906         ns32k/ns32k.h, ns32k/pc532-mach.h, ns32k/pc532.h, ns32k/sequent.h,
4907         ns32k/tek6000.h, ns32k/tek6100.h, ns32k/tek6200.h, pa/pa-hiux.h,
4908         pa/pa-hpux.h, pa/pa-hpux7.h, pa/pa-linux.h, pa/pa-osf.h,
4909         pa/pa-pro-end.h, pa/pa.h, pa/rtems.h, pj/linux.h, pj/pj.h,
4910         romp/romp.h, rs6000/aix.h, rs6000/aix31.h, rs6000/aix41.h,
4911         rs6000/aix43.h, rs6000/beos.h, rs6000/eabi.h, rs6000/eabisim.h,
4912         rs6000/linux.h, rs6000/lynx.h, rs6000/mach.h, rs6000/rtems.h,
4913         rs6000/sysv4.h, rs6000/vxppc.h, sh/elf.h, sh/linux.h, sh/rtems.h,
4914         sh/rtemself.h, sh/sh.h, sparc/aout.h, sparc/elf.h, sparc/linux-aout.h,
4915         sparc/linux.h, sparc/linux64.h, sparc/lite.h, sparc/litecoff.h,
4916         sparc/liteelf.h, sparc/lynx-ng.h, sparc/lynx.h, sparc/netbsd.h,
4917         sparc/openbsd.h, sparc/pbd.h, sparc/rtems.h, sparc/rtemself.h,
4918         sparc/sol2-sld-64.h, sparc/sol2.h, sparc/sp64-aout.h,
4919         sparc/sp64-elf.h, sparc/sp86x-aout.h, sparc/sp86x-elf.h,
4920         sparc/sparc.h, sparc/sysv4.h, sparc/vxsim.h, sparc/vxsparc.h,
4921         v850/rtems.h, vax/netbsd.h, vax/openbsd.h, vax/ultrix.h, vax/vax.h,
4922         vax/vaxv.h, vax/vms.h, we32k/we32k.h
4923
4924         Replace -A() with -A=, the new assertion syntax.
4925
4926 Thu Nov  2 21:52:35 2000  J"orn Rennecke <amylaar@redhat.com>
4927
4928         * combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 /
4929         elim_i1.
4930         In REG_DEAD handling: When handling parts of multi-hard-reg hard
4931         registers, increment the loop counter by the size of the parts;
4932         use recursion to handle individual parts.
4933
4934 2000-11-02  Neil Booth  <neilb@earthling.net>
4935
4936         * configure.in: Make integrated CPP the default.
4937         * configure: Regenerate.
4938
4939 Thu Nov  2 19:20:12 2000  J"orn Rennecke <amylaar@redhat.com>
4940
4941         * reload.c (find_equiv_reg): Test all hard registers for membership
4942         in the requested class.
4943
4944 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4945
4946         * collect2.c (main, write_c_file_stat), gcc.c (translate_options,
4947         process_command, main), gcov.c (open_files, output_data), tlink.c
4948         (frob_extension, scan_linker_output), toplev.c
4949         (file_name_nondirectory): Use strchr () and strrchr () instead of
4950         index () and rindex ().
4951
4952 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4953
4954         * c-common.c (get_flag_spec, check_format_info_main,
4955         check_format_types): Use strchr () instead of index ().  Compare
4956         against error_mark_node instead of comparing the TREE_CODE against
4957         ERROR_MARK.
4958
4959 2000-11-02  Zack Weinberg <zackw@Stanford.EDU>
4960
4961         Integrated CPP.
4962
4963         * c-lex.c (init_c_lex): Update cpp_start_read call.
4964         (cb_ident): Update for new callback prototype.
4965         (cb_def_pragma): Update for new cpp_get_token prototype.
4966         (c_lex): Similarly.  Use cpp_get_line.
4967
4968         * c-parse.in (finish_parse): Update for new cpp_finish
4969         prototype.
4970
4971         * cp/lex.c (finish_parse): Similarly.
4972
4973 2000-11-01  Geoff Keating  <geoffk@cygnus.com>
4974
4975         * machmode.def: Add V16QImode.
4976
4977 2000-11-01  Richard Henderson  <rth@redhat.com>
4978
4979         * dwarf2out.c (loc_descriptor_from_tree): Check for null result
4980         from rtl_for_decl_location.
4981         (add_location_or_const_value_attribute): Likewise.
4982
4983 2000-11-01  Neil Booth  <neilb@earthling.net>
4984
4985         * cpplib.c (run_directive): Use correct line number for output
4986         of _Pragma.  Remember any in-progress directive.
4987
4988         * gcc.dg/cpp/vararg2.c, gcc.dg/cpp/_Pragm1.c: New tests.
4989
4990 2000-11-01  Richard Henderson  <rth@redhat.com>
4991
4992         * stmt.c (expand_start_null_loop): Set continue_label.
4993
4994 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
4995
4996         * builtins.c (fold_builtin_constant_p, fold_builtin): New functions.
4997         (expand_builtin_constant_p): Move parts of the code into
4998         fold_builtin_constant_p.
4999         (expand_builtin_strlen): Move parts of the code into fold_builtin.
5000         * expr.h (fold_builtin): Declare.
5001         * fold-const.c (fold): Handle builtin calls.
5002
5003         * c-typeck.c (build_function_call): Call fold on the CALL_EXPR.
5004
5005 2000-11-01  Richard Henderson  <rth@redhat.com>
5006
5007         * stmt.c (expand_start_null_loop): New.
5008         (expand_end_null_loop): New.
5009         * c-semantics.c (genrtl_do_stmt): Use them.
5010         * tree.h: Declare them.
5011
5012 2000-11-01  Richard Henderson  <rth@redhat.com>
5013
5014         * cppmain.c (scan_buffer): Don't avoid paste for assembly.
5015
5016 2000-11-01  Neil Booth  <neilb@earthling.net>
5017
5018         * c-parse.in (_yylex): Remove CPP_BACKSLASH case.
5019         * cp/spew.c: Similarly.
5020         * cpplex.c (_cpp_lex_token): Backslashes are now CPP_OTHER.
5021         * cppmacro.c (stringify_arg): Similarly.
5022         * cpplib.h (CPP_BACKSLASH): Delete.
5023
5024 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5025
5026         * builtins.c (expand_builtin_strstr): New function.
5027         (expand_builtin): Handle BUILT_IN_STRSTR and BUILT_IN_STRCHR.
5028
5029         * builtins.def (BUILT_IN_STRSTR, BUILT_IN_STRCHR): New entries.
5030
5031         * c-common.c (c_common_nodes_and_builtins): Declare builtin strstr
5032         and builtin strchr.
5033
5034 2000-10-31  Richard Henderson  <rth@redhat.com>
5035
5036         * config/i386/i386.c (fcmov_comparison_operator): Check for
5037         CCFPmode or CCFPUmode instead of CCmode.
5038         (ix86_expand_fp_movcc): Call ix86_expand_setcc for most
5039         unordered operations as well.
5040
5041 2000-10-31  Richard Henderson  <rth@redhat.com>
5042
5043         * c-semantics.c (genrtl_do_stmt): Use integer_zerop instead
5044         of integer_zero_node.
5045
5046 2000-10-31  Richard Henderson  <rth@redhat.com>
5047
5048         * c-semantics.c (genrtl_do_stmt): Special case do/while(0).
5049
5050 2000-10-31  Nick Clifton  <nickc@redhat.com>
5051
5052         * config/arm/unknown-elf.h (UNIQUE_SECTION_P): Do not allow
5053         -fdata-sections to override the section attribute of a DECL.
5054
5055 2000-10-31  Chris Demetriou  <cgd@sibyte.com>
5056
5057         * libgcc2.c (__shtab): Remove __shtab variable.
5058         * libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list.
5059         * Makefile.in (LIB2FUNCS): Remove _shtab from list of library
5060         members.
5061
5062 2000-10-31  Jim Wilson  <wilson@redhat.com>
5063
5064         * defaults.h (ASM_OUTPUT_DEBUG_LABEL): New.
5065         * tm.texi (ASM_OUTPUT_DEBUG_LABEL): Document.
5066         * dwarf2out.c (dwarf2out_begin_block): Use ASM_OUTPUT_DEBUG_LABEL
5067         instead of ASM_OUTPUT_INTERNAL_LABEL.
5068         (dwarf2out_end_block, dwarf2out_label): Likewise.
5069         * final.c (final_scan_insn, case NOTE_INSN_DELETED_LABEL): Likewise
5070         * config/ia64/ia64.h (ASM_OUTPUT_DEBUG_LABEL): Define.
5071
5072 2000-10-31  Richard Henderson  <rth@redhat.com>
5073
5074         * dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.
5075         (size_of_locs): Set it.
5076         (output_loc_operands): Use it to compute branch displacement.
5077         (int_loc_descriptor): New.
5078         (mem_loc_descriptor): Dereference memory in the proper size.
5079         Use DW_OP_plus_uconst when possible.  Use int_loc_descriptor.
5080         (loc_descriptor_from_tree): New.
5081         (rtl_for_decl_location): Break out from ...
5082         (add_location_or_const_value_attribute): ... here.
5083         (add_bound_info): Use loc_descriptor_from_tree.
5084
5085 2000-10-31  Neil Booth  <neilb@earthling.net>
5086
5087         * cpp.texi: Update for new command line assertion syntax.
5088         * cpplib.c (cpp_define): Simplify a bit.
5089         (cpp_assert, cpp_unassert): Use handle_assertion.
5090         (handle_assertion): New function; accept new command line
5091         syntax with '='.
5092         * testsuite/gcc.dg/cpp/assert3.c: New tests.
5093
5094 2000-10-31  Neil Booth  <neilb@earthling.net>
5095
5096         * cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if
5097         undefined.  Remove #ifdef check.
5098         * config/i386/sol2.h, config/rs6000/sol2.h, config/sparc/sol2.h:
5099         Define STDC_0_IN_SYSTEM_HEADERS to 1.
5100
5101 2000-10-31  Jan Hubicka  <jh@suse.cz>
5102             Jakub Jelinek  <jakub@redhat.com>
5103
5104         * config/i386/i386.h: Clarify CCNOmode description in comment.
5105         (EXTRA_CC_MODES): Remove CCRCmode.
5106         * config/i386/i386.c (ix86_comparison_operator): Remove CCRCmode.
5107         (put_condition_code, ix86_match_ccmode): Likewise.
5108         (ix86_cc_mode): Likewise.  Fix comment.
5109         (ix86_expand_strlensi_unroll_1): *rc patterns are gone.
5110         * config/i386/i386.md: Add unspec 12 description.
5111         (adddi3 split): Use unspec 12 instead of CCRCmode.
5112         (addsi3_carry_rc): Remove.
5113         (addsi3_cc, addqi3_cc): New patterns.
5114         (addsi_3): Swap operands, match CCZmode.
5115         (addsi_4): Rewritten.
5116         (addsi_5): Renamed from addsi_6.
5117         (addsi_6): Removed.
5118         (addhi_3): Swap operands, match CCZmode.
5119         (addhi_4): Rewritten.
5120         (addhi_5): Renamed from addhi_6.
5121         (addhi_6): Removed.
5122         (addqi_3): Swap operands, match CCZmode.
5123         (addqi_4): Rewritten.
5124         (addqi_5): Renamed from addqi_6.  Use =q constraint for clobber.
5125         (subsi3_carry_rc): Removed.
5126         (iorqi_3): Use =q constraint for clobber.
5127         (xorqi_cc_2): Likewise.
5128         (negdi2_1 split): Don't use CCRCmode, use ltu instead of gtu.
5129         (x86_movsicc_0_m1_rc): Removed.
5130         (cmp?i peepholes): Remove neg.  Use CCGCmode instead of CCRCmode.
5131
5132 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5133
5134         * c-typeck.c (build_unary_op): If pedantic, pedwarn for increment
5135         and decrement of complex types.
5136
5137 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5138
5139         * builtins.c (expand_builtin_fputs): When deleting NOP calls to
5140         builtin fputs, ensure we still evaluate the stream in case it
5141         has side-effects.
5142
5143 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
5144
5145         * expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0)
5146         to expand_shift.
5147
5148 Tue Oct 31 15:33:27 2000  J"orn Rennecke <amylaar@redhat.com>
5149
5150         * sh-protos.h (reg_no_subreg_operand, emit_fpscr_use): Don't declare.
5151         (fp_extended_operand, emit_fpscr_use): Likewise.
5152         * sh.c (reg_no_subreg_operand, fp_extended_operand): Delete functions.
5153         (fpul_operand): New function.
5154         * sh.h (PREDICATE_CODES): Remove reg_no_subreg_operand and
5155         fp_extended_operand.  Add fpul_operand.
5156         * sh.md (mulsf3, mulsf3_i4): Use fp_arith_reg_operand for "f" operands.
5157         (mulsf3_ie, macsf3, cmpgtsf_t, cmpeqsf_t, ieee_ccmpeqsf_t): Likewise.
5158         (cmpgtsf_t_i4, cmpeqsf_t_i4, ieee_ccmpeqsf_t_4, negsf2): Likewise.
5159         (negsf2_i, sqrtsf2, sqrtsf2_i, abssf2, abssf2_i, adddf3): Likewise.
5160         (adddf3_i, subdf3, subdf3_i, muldf3, muldf3_i, divdf3): Likewise.
5161         (divdf3_i): Likewise.
5162         (floatsisf2): Likewise.  Use fpul_operand for 'y' operand.
5163         (floatsisf2_i4, floatsisf2_ie, fix_truncsfsi2): Likewise.
5164         (fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i): Likewise.
5165         (fix_truncdfsi2, fix_truncdfsi2_i, extendsfdf2): Likewise.
5166         (extendsfdf2_i4, truncdfsf2, truncdfsf2_i4): Likewise.
5167
5168 2000-10-31  Bernd Schmidt  <bernds@redhat.co.uk>
5169
5170         * config/i386/i386.c (ix86_init_builtins): Correct return type
5171         building v4hi_ftype_v4hi_int_int tree node.
5172         (ix86_expand_builtin): Use correct operand numbers 0 and 1.
5173         Copy operand 0 into a Pmode register, don't generate a MEM rtx.
5174
5175         * config/i386/i386.md (sse_movntdi): Use mmx register constraint
5176         for operand 1.
5177         (mmx__uavgv8qi3): Correct insn mnemonic.
5178         (mmx_psadbw): Correct insn mnemonic.  Use V8QI mode for operands 1 and 2.
5179         (mmx_punpckhwd): Correct insn mnemonic.
5180         (mmx_punpckhdq): Likewise.
5181         (mmx_punpcklwd): Likewise.
5182         (mmx_punpckldq): Likewise.
5183         (prefetch): Use immediare_operand and 'n' constraint for operand 1.
5184         Renumber case labels to match the _mm_prefetch constants defined in
5185         xmmintrin.h.
5186
5187         * recog.c (split_all_insns): Don't try to call cleanup_subreg_operands
5188         if the splitter didn't emit new insns.
5189         Make sure we call cleanup_subreg_operands even when splitting the last
5190         insn in a basic block.
5191
5192         * invoke.texi (Debugging Options): Describe -do.
5193         * toplev.c (enum_dump_file_index): New entry DFI_postreload.
5194         (dump_file): Likewise.
5195         (rest_of_compilation): Split .greg dump into .greg and .postreload.
5196
5197 2000-10-30  Neil Booth  <neilb@earthling.net>
5198
5199         * cppfiles.c (stack_include_file): Check for stacked contexts
5200         here.
5201         * cpphash.h (_cpp_do__Pragma): New prototype.
5202         * cppinit.c (cpp_reader_init): Add _Pragma keyword to hash table.
5203
5204         * cpplex.c (skip_escaped_newlines): Only process trigraphs and
5205         escaped newlines if !(buffer->from_stage3).
5206         (_cpp_lex_token): Warn about missing newlines iff
5207         !buffer->from_stage3.
5208
5209         * cpplib.c (get__Pragma_string, destringize,
5210         _cpp_do__Pragma): New functions.
5211         (run_directive): Set output_line for _Pragma to avoid line
5212         markers in output.  Set from_stage3 and prevent macro expansion
5213         for _Pragma and command-line options.  Check buffer exhaustion.
5214         (cpp_push_buffer): Don't check for stacked macro contexts, as
5215         this is perfectly legitimate for _Pragma.  Move the check to
5216         stack_include_file instead. Set from_stage3 iff buffer is
5217         preprocessed input.
5218
5219         * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments
5220         unsigned. New boolean from_stage3.
5221         (struct spec_nodes): Add n__Pragma.
5222
5223         * cppmacro.c (enter_macro_context): Flip sense of return value.
5224         (_cpp_get_token): Handle _Pragma operator.
5225
5226 2000-10-30  Phil Edwards  <pme@sources.redhat.com>
5227
5228         * gcc.texi:  The C++ standard isn't "draft" anymore.
5229
5230 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
5231
5232         * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
5233
5234 2000-10-29  Neil Booth  <neilb@earthling.net>
5235
5236         * cpplib.c (skip_rest_of_line):  Use _cpp_get_token.
5237
5238 2000-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
5239
5240         * toplev.c, flags.h, fold-const.c, real.c, rtl.c,
5241         fixinc/inclhack.def: Change comments mentioning C9X to refer to
5242         C99 instead.
5243
5244         * invoke.texi: Document that -V will only work for very similar
5245         versions of driver and compiler.
5246
5247 2000-10-29  Neil Booth  <neilb@earthling.net>
5248
5249         * cppmacro.c (_cpp_create_definition): Optimize the case of
5250         a macro defined to itself.
5251
5252 2000-10-29  Neil Booth  <neilb@earthling.net>
5253
5254         * cpplex.c (save_comment): Don't store new lines in C++ comments.
5255
5256 2000-10-29  Michael Hayes  <mhayes@redhat.com>
5257
5258         * integrate.c (copy_insn_list): Copy the unchanging flag for calls.
5259
5260 2000-10-28  Geoffrey Keating  <geoffk@cygnus.com>
5261
5262         * cpphash.c (cpp_forall_identifiers): Add context variable
5263         for callback routine.
5264         * cppmain.c (dump_macro): Update to match cpp_forall_identifiers
5265         change.
5266         (main): Call cpp_forall_identifiers with null context.
5267         * cpplib.h (cpp_forall_identifiers): Update prototype.
5268
5269         * cppmain.c: Make `parse_in' and `print' static.
5270
5271 2000-10-28  Alan Modra <alan@linuxcare.com.au>
5272
5273         * c-decl.c (finish_function): Clear c_function_name_declared_p.
5274
5275 2000-10-28  Richard Henderson  <rth@redhat.com>
5276
5277         * regrename.c (scan_rtx_address): Frob action, not class,
5278         when trying to disable optimization.
5279
5280 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
5281
5282         * c-semantics.c (make_rtl_for_local_static): Don't clobber
5283         DECL_ASSEMBLER_NAME.
5284
5285 2000-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5286
5287         * configure.in: Determine and substitute gcc_version_full.
5288         * configure: Regenerate.
5289         * gccbug.in: Use it to give full version.  Don't allow
5290         confidential PRs.
5291
5292 2000-10-28  Richard Henderson  <rth@redhat.com>
5293
5294         * recog.c (split_all_insns): Run cleanup_subreg_operands
5295         after reload.
5296
5297         * regrename.c (regrename_optimize): Verify that all registers of
5298         a multiple register mode are available.
5299         (scan_rtx_address): Accept the mode of the address; all callers
5300         changed.
5301
5302         * cpplib.c (run_directive): Fix prototype.
5303
5304 2000-10-28  Bernd Schmidt  <bernds@redhat.co.uk>
5305
5306         * reload.c (find_reloads): Distinguish "wins" so that we know whether
5307         a given operand won because of a matching constraint or not; then use
5308         that information to compute goal_alternative_matched properly.
5309         * reload1.c (choose_reload_regs): Never set reload_override_in for an
5310         optional reload.
5311
5312         * config/ia64/ia64.h (RTX_COSTS): A few more entries, and a more
5313         accurate value for MULT.
5314         * config/ia64/ia64.c (ia64_print_operand): Require probability to be
5315         2% or > 98% before using static branch prediction bits.
5316
5317 2000-10-28  Neil Booth  <neilb@earthling.net>
5318
5319         New macro expander.
5320
5321         * cpplib.c (struct answer): New.
5322         (struct if_stack): Use cpp_lexer_pos rather than line and col.
5323         Rename cmacro mi_cmacro.
5324         (struct directive, KANDR, STDC89, EXTENSION, COND, IF_COND, INCL,
5325         IN_I): New directive and flags.
5326         (skip_rest_of_line, check_eol, run_directive, glue_header_name,
5327         parse_answer, parse_assertion, find_answer): New functions.
5328         (parse_ifdef, detect_if_not_defined, validate_else): Remove.
5329         (lex_macro_node): New function to replace parse_ifdef and
5330         get_define_node.
5331
5332         (_cpp_handle_directive): New function, combines _cpp_check_directive
5333         and _cpp_check_linemarker.
5334
5335         (do_define, do_undef, parse_include, do_include, do_import,
5336         do_include_next, read_line_number, do_line, do_ident, do_pragma,
5337         do_pragma_once, do_pragma_poison, do_pragma_dependency):
5338         Update for new token getting interface.
5339
5340         (do_ifdef, do_ifndef, do_if, do_else, do_endif, push_conditional)
5341         : Update for new multiple-include optimisation technique.
5342         (do_elif): Don't forget to invalidate controlling macros.
5343
5344         (unwind_if_stack, cpp_defined, cpp_push_buffer, cpp_pop_buffer): Update.
5345         (parse_assertion, parse_answer, find_answer, _cpp_test_assertion):
5346         Functions to handle assertions with the new token interface.
5347         (do_assert, do_unassert): Use them.
5348
5349         (cpp_define, _cpp_define_builtin, cpp_undef, cpp_assert, cpp_unassert):
5350         Use run_directive.
5351
5352         (_cpp_init_stacks): Register directive names.  Don't register special
5353         nodes.
5354
5355         * cpperror.c (print_containing_files, _cpp_begin_message): Update to
5356         new position recording regime.
5357         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
5358         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
5359         cpp_pedwarn_with_file_and_line): Update for _cpp_begin_message changes.
5360         (cpp_type2name): Move to cpplex.c.
5361
5362         * cppexp.c (parse_charconst): spec_nodes is no longer a pointer.
5363         (parse_defined): Update to handle new multiple include optimisation
5364         method.  Remove poisoned identifier warning.
5365         (parse_assertion, TYPE_NAME): Delete.
5366         (lex): Update for multiple include optimisation, removal of
5367         CPP_DEFINED, to use _cpp_test_assertion for assertions and
5368         cpp_token_as_text.
5369         (_cpp_parse_expr): Update for MI optimisation, and to use op_as_text.
5370         (op_as_text): New function, to wrap cpp_token_as_text.
5371
5372         * cppfiles.c (stack_include_file, _cpp_pop_file_buffer):
5373         Update for MI optimisation.
5374         (_cpp_execute_include): Take a token rather than 3 arguments.  Fix
5375         segfault on diagnostic.
5376         (_cpp_compare_file_date): Take a token rather than 3 args.
5377         (cpp_read_file): Work correctly for zero-length files.
5378
5379         * cpphash.c (_cpp_init_macros, _cpp_cleanup_macros): Rename
5380         _cpp_init_hashtable and _cpp_cleanup_hashtable.
5381         (cpp_lookup): Place identifiers at front of identifier pool
5382         for _cpp_lookup_with_hash.
5383         (_cpp_lookup_with_hash): Require identifiers to be at the front of
5384         the identifier pool.  Commit the memory if not already in the
5385         hash table.
5386
5387         * cppinit.c (cpp_reader_init): Move cpp_init_completed test to top.
5388         Initialise various members of cpp_reader, memory pools, and the
5389         special nodes.
5390         (cpp_printer_init): Delete.
5391         (cpp_cleanup): Update.
5392         (struct builtin, builtin_array, initialize_builtins): Update for new
5393         hashnode definition and builtin handling.
5394         (cpp_start_read, cpp_finish): Don't take or initialise a
5395         printer.  Update.
5396
5397         * cpplib.h (cpp_printer, cpp_toklist, CPP_DEFINED, BOL,
5398         PASTED, VAR_ARGS, BEG_OF_FILE, IN_DIRECTIVE, KNOWN_DIRECTIVE,
5399         T_VOID, T_SPECLINE, T_DATE, T_FILE, T_BASE_FILE, T_INCLUDE_LEVEL,
5400         T_TIME, T_STDC, T_OPERATOR, T_POISON, T_MACRO, T_ASSERTION): Delete.
5401         (struct cpp_pool, struct cpp_macro, struct cpp_lexer_pos,
5402         struct cpp_lookahead, CPP_DHASH, enum mi_state, enum mi_ind,
5403         NO_EXPAND, VARARGS_FIRST, struct cpp_token_with_pos,
5404         struct toklist, struct cpp_context, struct specnodes,
5405         TOKEN_LOOKAHEAD, TOKEN_BUFFSIZE, NODE_OPERATOR, NODE_POISONED,
5406         NODE_BUILTIN, NODE_DIAGNOSTIC, NT_VOID, NT_MACRO, NT_ASSERTION,
5407         enum builtin_type, cpp_can_paste): New.
5408         (struct cpp_token): Delete line and col members.
5409         (struct cpp_buffer): New member output_lineno.
5410         (struct lexer_state): Delete indented, in_lex_line, seen_dot.
5411         Add va_args_ok, poisoned_ok, prevent_expansion, parsing_args.
5412         (struct cpp_reader): New members lexer_pos, macro_pos, directive_pos,
5413         ident_pool, temp_string_pool, macro_pool, argument_pool, string_pool,
5414         base_context, context, directive, mi_state, mi_if_not_defined,
5415         mi_lexed, mi_cmacro, mi_ind_cmacro, la_read, la_write, la_unused,
5416         mlstring_pos, macro_buffer, macro_buffer_len.
5417         Delete members mls_line, mls_column, token_list, potential_control_macro,
5418         temp_tokens, temp_cap, temp_alloced, temp_used, first_directive_token,
5419         context_cap, cur_context, no_expand_level, paste_level, contexts, args,
5420         save_parameter_spellings, need_newline, .
5421         Change type of date, time and spec_nodes members.
5422         Change prototypes for include and ident callbacks.
5423         (struct cpp_hashnode): Change type of name.  Remove union members
5424         expansion and code.  Add members macro, operator and builtin.
5425
5426         (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
5427         cpp_finish, cpp_avoid_paste, cpp_get_token, cpp_get_line,
5428         cpp_get_output_line, cpp_macro_definition, cpp_start_lookahead,
5429         cpp_stop_lookahead): New prototypes.
5430         (cpp_printer_init, cpp_dump_definition): Delete prototypes.
5431
5432         (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr, ufputs):
5433         Move from cpphash.h.
5434
5435         * cpphash.h (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr,
5436         ufputs): Move to cpplib.h.
5437         (enum spell_type, struct token_spelling, _cpp_token_spellings, TOKEN_SPELL,
5438         TOKEN_NAME, struct answer, FREE_ANSWER, KANDR, STDC89, EXTENSION,
5439         COND, EXPAND, INCL, COMMENTS, IN_I, struct directive, directive_handler,
5440         struct spec_nodes, _cpp_digraph_spellings, _cpp_free_temp_tokens,
5441         _cpp_init_input_buffer, _cpp_grow_token_buffer, _cpp_init_toklist,
5442         _cpp_clear_toklist, _cpp_expand_token_space, _cpp_expand_name_space,
5443         _cpp_equiv_tokens, _cpp_equiv_toklists, _cpp_process_directive,
5444         _cpp_run_directive, _cpp_get_line, _cpp_get_raw_token, _cpp_glue_header_name,
5445         _cpp_can_paste, _cpp_check_directive, _cpp_check_linemarker,
5446         _cpp_parse_assertion, _cpp_find_answer): Delete.
5447         (VALID_SIGN, ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, POOL_SIZE,
5448         POOL_USED, POOL_COMMIT, struct cpp_chunk, _cpp_lex_token, _cpp_init_pool,
5449         _cpp_free_pool, _cpp_pool_reserve, _cpp_pool_alloc, _cpp_next_chunk,
5450         _cpp_lock_pool, _cpp_unlock_pool, _cpp_test_assertion,
5451         _cpp_handle_directive, DSC): New.
5452         (struct include_file): New member defined.
5453
5454         (DO_NOT_REREAD, _cpp_begin_message, _cpp_execute_include,
5455         _cpp_compare_file_date): Update.
5456         (_cpp_pop_context, _cpp_get_token, _cpp_free_lookaheads, _cpp_push_token): New.
5457         (_cpp_init_macros, _cpp_cleanup_macros): Rename to _cpp_init_hashtable,
5458         _cpp_cleanup_hashtable.
5459
5460         * Makefile.in: Remove cppoutput.c.
5461
5462         * cppoutput.c: Delete
5463
5464         * fixheader.c (read_scan_file): Update for new cpp_get_token
5465         prototype.
5466         (recognized_function): New argument LINE.
5467
5468         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
5469         new cpp_get_token prototype.
5470
5471         * scan.h (recognized_function): Update prototype.
5472
5473         * po/POTFILES.in: Remove cppoutput.c.
5474
5475 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
5476
5477         * c-typeck.c (check_init_type_bitfields): Remove.
5478         (constructor_incremental): Likewise.
5479         (struct constructor_stack): Remove incremental bit.
5480         (struct initializer_stack): Likewise.
5481         (start_init): Don't play with constructor_incremental.
5482         (finish_init): Likewise.
5483         (really_start_incremental_init): Likewise.
5484         (push_init_level): Likewise.
5485         (pop_init_level): Likewise.
5486         (output_init_level): Likewise.
5487         (output_pending_init_elements): Likewise.
5488
5489 2000-10-21  Mike Coleman  <mcoleman2@kc.rr.com>
5490
5491         * c-pragma.c (handle_pragma_pack): Initialize align to -1.
5492         Improve error messages.  Correct parsing of
5493         #pragma pack(pop [,id]).  Do not check the user-supplied
5494         alignment if we're popping.
5495
5496         * gcc.dg/pack-test-1.c: New test case.
5497         * gcc.dg/pack-test-2.c: New test case.
5498         * gcc.dg/pack-test-1.h: New file.
5499
5500 2000-10-27  Neil Booth  <neilb@earthling.net>
5501
5502         * cpp.texi: Update.
5503
5504 2000-10-27  Kelley Cook <kelley.cook@home.com>
5505
5506         * invoke.texi: Document -mintel-syntax
5507
5508 2000-10-27  Richard Henderson  <rth@redhat.com>
5509
5510         * invoke.texi: Document -frename-registers.  Add it to -O3.
5511         * toplev.c (rest_of_compilation): Run regrename before ifcvt2.
5512         (enum dump_file_index, dump_file): Update order.
5513         (main): Set flag_rename_registers at -O3.
5514
5515 2000-10-27  Richard Henderson  <rth@redhat.com>
5516
5517         * config/alpha/alpha.h (enum reg_class): Add PV_REG.
5518         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
5519         (REG_CLASS_FROM_LETTER): Assign it to 'c'.
5520         * config/alpha/alpha.md (call_osf_1): Use it.
5521         (call_value_osf_1): Likewise.
5522
5523         * config/ia64/ia64.c: Revert 10-23 patch.
5524         (ia64_hard_regno_rename_ok): New.
5525         * config/ia64/ia64-protos.h: Declare it.
5526         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK): Use it.
5527
5528 2000-10-27  Bernd Schmidt  <bernds@redhat.co.uk>
5529             Richard Henderson  <rth@redhat.com>
5530
5531         * regrename.c: Rewrite to handle multi-register modes and
5532         cond_exec instructions.
5533         * Makefile.in (regrename.o): Update dependancies.
5534         * recog.h (struct operand_alternative): Add is_address.
5535         * recog.c (preprocess_constraints) [case 'p']: Set it.
5536
5537 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
5538
5539         * configure.in: If not NO_MINUS_C_MINUS_O, substitute
5540         OUTPUT_OPTION with '-o $@'.  Make zlibdir, zlibinc relative to
5541         top level.  Kill oldstyle_subdirs.  Do not include
5542         $srcdir/$s/Makefile.in in all_lang_makefiles, but do include
5543         $outputs.  Do not run configure.lang from config.status.
5544         Rearrange warning-flag logic to correspond to what the
5545         makefile wants.  Put special vax stage1 options in
5546         @stage1_flags@ not @stage1_warn_cflags@.  Don't do anything
5547         with extra_c_objs, extra_cxx_objs, or extra_cpp_objs.
5548         (--enable-c-cpplib): AC_SUBST(maybe_cpplib) with "libcpp.a" if
5549         switch is given, nothing otherwise.
5550         * configure.lang: Delete.
5551
5552         * Makefile.in: Expunge all traces of extra_c_objs,
5553         extra_cxx_objs, and extra_cpp_objs.  Set MAYBE_CPPLIB from
5554         @maybe_cpplib@. Add $(MAYBE_CPPLIB) to C_AND_OBJC_OBJS.  Set
5555         warning options via a three level scheme so that -pedantic and
5556         -Wtraditional are not used for non-C front ends: LOOSE_WARN,
5557         STRICT1_WARN, STRICT2_WARN -> $(@D)-warn, GCC_WARN_CFLAGS ->
5558         WARN_CFLAGS.  Distinguish STAGE1_CFLAGS from BOOT_CFLAGS.
5559         Add -I$(@D) and -I$(srcdir)/$(@D) to INCLUDES.
5560         Set OUTPUT_OPTION, ZLIB, ZLIBINC.  Do not set P,
5561         LANG_FLAGS_TO_PASS.  Add OUTPUT_OPTION to all object-file
5562         generation rules.  Wrap all rules that change the current
5563         directory in parentheses; pmake doesn't spawn a new shell for
5564         each command.  Expunge all references to $(P).  When one
5565         command depends on another and they're run all at once, use &&
5566         to separate them, not ;.  Add libgcc_s$(SHLIB_EXT) to files
5567         deleted on make clean.  Force OUTPUT_OPTION='-o $@' in stage2
5568         and beyond.
5569
5570         * objc/Make-lang.in: Wrap all rules that change the current
5571         directory in parentheses.  Expunge all references to $(P).
5572         When one command depends on another and they're run all at
5573         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
5574         all object-file generation rules.  Delete obsolete variables.
5575         * objc/Makefile.in: Delete.
5576
5577 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
5578
5579         * calls.c (expand_call): If sibcall_failure is set during pass 1,
5580         clear tail_call_insns as well.
5581
5582 2000-10-27  Nick Clifton  <nickc@redhat.com>
5583
5584         * config/arm/arm-protos.h (arm_function_ok_for_sibcall): Add
5585         prototype.
5586
5587 2000-10-26  Richard Henderson  <rth@redhat.com>
5588
5589         * calls.c (expand_call): Supress sibcall if we have a
5590         BLKmode return in registers.
5591
5592 2000-10-26  Bernd Schmidt  <bernds@redhat.co.uk>
5593
5594         * ia64.h (PREFERRED_RELOAD_CLASS): Force floating point constants
5595         into memory.
5596
5597 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
5598
5599         * tree.c (make_node, case 't'): Set alignment to that of
5600         char_type_node.
5601         * expr.c (move_by_pieces_ninsns): Abort if some length remains.
5602
5603 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
5604
5605         * Makefile.in (site.exp): Define HAVE_LIBSTDCXX_V3.
5606         * configure.in (enable-libstdcxx-v3): Arrange to have
5607         HAVE_LIBSTDCXX_V3 substituted into the output files.
5608
5609 2000-10-25  Richard Henderson  <rth@redhat.com>
5610
5611         * recog.c (constrain_operands): Initialize which_alternative
5612         before no alternatives early exit.
5613
5614         * cse.c (find_comparison_args): Check that we can reverse a
5615         comparison if needed before accepting the substitution.
5616
5617         * reload.c (find_reloads_address_part): Kill rtx obstack hackery.
5618
5619         * simplify-rtx.c (simplify_relational_operation): Sign extend
5620         low words before sign extending to high words.
5621
5622 2000-10-25  Nick Clifton  <nickc@redhat.com>
5623
5624         * config/mcore/mcore.c: Include config.h before system.h.
5625
5626 2000-10-25  Ray Essick  <essick@ddna.labs.mot.com>
5627
5628         * config/mcore/mcore.md (return): Force function epilogue to
5629         always be generated to work around epilogue suppression bug in
5630         M*Core backend.
5631
5632 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5633
5634         * c-decl.c (grokdeclarator): Move warning for qualified void
5635         return types with -pedantic to when the function type is
5636         constructed.  At -W, warn in general for qualified function return
5637         types, except for volatile void.
5638         * invoke.texi: Document this new warning at -W.
5639
5640 2000-10-25  Neil Booth  <neilb@earthling.net>
5641
5642         * cpp.texi: Update with implementation-defined behavior and
5643         internal limits.
5644
5645 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
5646
5647         * stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on the
5648         incomplete type force it into alias set 0.
5649
5650 Wed Oct 25 01:02:44 EDT 2000  John Wehle  (john@feith.com)
5651
5652         * alias.c: Include basic-block.h.
5653         (loop_p): New function.
5654         (mark_constant_function): Use it.
5655         * Makefile.in (alias.o): Update dependencies.
5656
5657 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
5658
5659         * config/mn10300/mn10300.c (secondary_reload_class): Treat pseudos
5660         like memory.
5661
5662 2000-10-24  Jim Wilson  <wilson@cygnus.com>
5663
5664         * expmed.c (store_bit_field): Move integer pun code down after
5665         code that calls emit_move_insn for entire register move.
5666         * stor-layout.c (compute_record_mode): Revert Mar 25, Aug 18, and
5667         Oct 20 changes.  Only store mode in TYPE_MODE if RECORD_TYPE.
5668
5669 2000-10-24  Richard Henderson  <rth@cygnus.com>
5670
5671         * rtlanal.c (rtx_unstable_p, rtx_varies_p): Don't consider pic
5672         register stable if PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
5673
5674 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
5675
5676         * gcse.c (cprop_insn): do not propagate constants into jump_insn
5677         for machines with CC0 more than once.
5678
5679 2000-10-24  Richard Henderson <rth@cygnus.com>, Aldy <aldyh@cygnus.com>
5680
5681         * config/mn10300/mn10300.h (PREFERRED_RELOAD_CLASS): Treat
5682         pseudos just like memory.
5683
5684 2000-10-24  Alexandre Oliva  <aoliva@redhat.com>
5685
5686         * combine.c (distribute_notes): Discard REG_LIBCALL and REG_RETVAL
5687         when deleting libcall sequence collapsed to a single instruction.
5688
5689 2000-10-24  Andrew Haley  <aph@cygnus.co.uk>
5690
5691         * expr.c (do_store_flag): Don't crash if either side of a
5692         comparison is error_mark_node.
5693
5694 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
5695
5696         * sibcall.c (purge_mem_unchanging_flag): New function.
5697         (optimize_sibling_and_tail_recursive_calls): Call it.
5698
5699 2000-10-24  Philipp Thomas  <pthomas@suse.de>
5700
5701         * Makefile.in (check-po): New target for doing checks in the po
5702         subdir if all languages configured.
5703         (CHECK_TARGETS): Add @CHECK_PO@, replaced with check-po via
5704         configure if NLS is enabled.
5705         * configure.in: If NLS is enabled, substitute CHECK_PO by check-po,
5706         otherwise leave empty.
5707         * configure: Regenerate.
5708
5709 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
5710
5711         * i386.c (print_operand): Handle new 'A' formatting code.
5712         387 opcodes need suffixes even with -mintel-syntax.
5713         Check for explicit size override (codes 'b', 'w' and 'k').
5714         (print_operand_address): Check if register prefix is needed when
5715         emitting `ds' segment override.
5716         * i386.h: Add comment about new 'A' formatting code.
5717         * i386.md (jump and call patterns): Emit absolute references using %A.
5718
5719 2000-10-23  Richard Henderson  <rth@cygnus.com>
5720
5721         * config/ia64/ia64.c (ia64_expand_prologue): Mark extra
5722         output registers as fixed.
5723         (ia64_function_epilogue): Undo output fixation.
5724
5725 2000-10-23  Richard Henderson  <rth@cygnus.com>
5726
5727         * config/alpha/alpha.md: Add names for all unnamed insns; use
5728         define_insn_and_split in some obvious places.
5729         (lda): Remove.
5730         (zero_extendqihi2): Use an expander w/ nonimmediate_operand for BWX.
5731         (zero_extendqisi2, zero_extendqidi2): Likewise.
5732         (zero_extendhisi2, zero_extendhidi2): Likewise.
5733         (abs splitters): Fix match_scratch operand number.
5734         (bcc_reverse): Swap pc & label instead of non-canonical compare.
5735
5736 2000-10-23  Jim Wilson  <wilson@cygnus.com>
5737
5738         * ia64.c (ia64_print_operand, case 'r'): Correct comment.  Handle
5739         CONST_INT.
5740         * ia64.md (cmpsi_adjusted): Use %r3.
5741         (cmpdi_adjusted): Likewise.
5742
5743 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
5744
5745         * config/i386/att.h (ASM_FILE_START): Define.
5746
5747 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
5748
5749         * config/i386/linux.h (ASM_FILE_START): Define.
5750
5751 Wed Oct 18 11:16:40 2000  Donald Lindsay  <dlindsay@cygnus.com>
5752
5753         * gcc/configure.in: m68k-coff tm_file should not have libgloss.h,
5754         since this (only) drags in a crt0.o reference that the .ld files
5755         also introduce.
5756
5757 2000-10-23  Geoff Keating  <geoffk@cygnus.com>
5758
5759         * reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can
5760         overwrite the value in a RELOAD_FOR_INPUT and other kinds of
5761         reloads just like an RELOAD_FOR_OUTPUT would.
5762
5763         * local-alloc.c (update_equiv_regs): Add an abort().  When
5764         deleting or moving insns, update reg_equiv[regno].init_insns.
5765
5766 2000-10-23  Mark Mitchell  <mark@codesourcery.com>
5767
5768         * c-tree.texi: Improve documentation for IF_STMTs and related
5769         conditional statements.
5770
5771 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
5772
5773         * expr.c (do_preexpand_calls): Remove.
5774         (same_from_p): Don't use CALL_EXPR_RTL.
5775         (expand_expr): Don't call preexpand_calls, or use CALL_EXPR_RTL.
5776         (preexpand_calls): Remove.
5777         * tree.c (first_rtl_op): Remove CALL_EXPR case.
5778         (unsave_expr_1): Likewise.
5779         * tree.def (CALL_EXPR): Give it only two slots.
5780         * tree.h (CALL_EXPR_RTL): Remove.
5781
5782 2000-10-21  Chandrakala Chavva   <cchavva@redhat.com>
5783
5784         * libgcc-std.ver (__addvsi3, __addvdi3,  __subvsi3, __subvdi3,
5785         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
5786         New functions.
5787
5788 2000-10-22  Alexandre Oliva  <aoliva@redhat.com>
5789
5790         * calls.c (combine_pending_stack_adjustment_and_call): Don't
5791         adjust stack when unadjusted_alignment ends up as zero.
5792
5793 2000-10-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5794
5795         * fixinc/genfixes: Remove EGCS reference.
5796         * install.texi: Remove EGCS reference.
5797         * INSTALL: Regenerate.
5798
5799 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
5800
5801         * tree.h (TYPE_IS_SIZETYPE): Add more documentation.
5802
5803 2000-10-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5804
5805         * diagnostic.c: Remove EGCS reference in comment.
5806
5807 Sat Oct 21 08:24:25 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5808
5809         * loop.c (strength_reduce): Fix error in last change.
5810
5811 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
5812
5813         * Makefile.in (SHLIB_NM_FLAGS): New.
5814         (libgcc.mk): Pass it.
5815         * mklibgcc.in (libgcc.map): Use it.
5816
5817         * rs6000/t-aix43 (SHLIB_EXT, SHLIB_LINK, SHLIB_LIBS,
5818         SHLIB_MKMAP, SHLIB_MAPFILES, SHLIB_NM_FLAGS): New.
5819
5820 2000-10-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5821
5822         * mips.h (REG_CLASS_FROM_LETTER): Cast array arg to unsigned char.
5823
5824         * sparc.c (load_pic_register): Delete unused varaible.
5825
5826         * libgcc2.c (__addvsi3): Delete unused variable.
5827
5828         * libgcc2.h (__absvsi2, __absvdi2, __addvsi3, __addvdi3,
5829         __subvsi3, __subvdi3, __mulvsi3, __mulvdi3, __negvsi2,
5830         __negvdi2): Prototype.
5831
5832         * ssa.c (apply_delayed_renames): Avoid undefined operation.
5833
5834         * toplev.c (display_target_options): Make static to match
5835         prototype.  Delete empty declaration.
5836
5837 2000-10-20  Tom Tromey  <tromey@cygnus.com>
5838
5839         * cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
5840         * gcc.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
5841
5842 Fri Oct 20 17:05:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5843
5844         * expr.c (expand_expr, case SAVE_EXPR): Set RTX_UNCHANGING_P on
5845         returned MEM.
5846         (expand_expr_unaligned, case ARRAY_REF): Check that index is
5847         a constant before comparing it; use tree_low_cst.
5848         * tree.c (save_expr): Set TREE_READONLY.
5849         (substitute_expr): Return inside of NON_LVALUE_EXPR.
5850         (build, build1): Set TREE_READONLY if all operands are.
5851         (build_index_type): If upper bound is a negative number, lower
5852         bound is zero and sizetype is unsigned, use upper bound of one and
5853         lower of zero.
5854
5855 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
5856
5857         * gcc.c (process_command, main): Use "because" instead of
5858         "since" in error messages.
5859
5860 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5861
5862         * stor-layout.c (compute_record_mode): Use tree_low_cst.
5863         Don't use mode of field for record unless sizes are the same.
5864         (layout_type, case ARRAY_TYPE): Remove special bounds handling
5865         previously added for Ada; also change to using host_integerp
5866         and tree_low_cst.
5867
5868         * loop.c (strength_reduce): Show when new register made for
5869         giv is known to be a pointer and its aligment if so and known.
5870         (loop_dump_aux): Show VERBOSE parameter unused.
5871
5872         * gcse.c (set_hash_table_size): Now unsigned.
5873         * sdbout.c (template_name_p): Add "const" to avoid warnings.
5874         (sdbout_record_type_name, plain_type_1, sdbout_symbol): Likewise.
5875         (sdbout_one_type, sdbout_parms, sdbout_reg_parms): Likewise.
5876         (sdbout_end_epilogue): Remove variable NAME.
5877         * system.h (getopt): Add default definition.
5878         * config/alpha/alpha.c (print_operand): Don't continue processing
5879         after issuing error.
5880         (summarize_insn): Avoid use of UL in constant.
5881
5882         * function.c (locate_and_pad_parm): Use host_integerp and tree_low_cst.
5883
5884         * fold-const.c (force_fit_type): Unsigned values can overflow
5885         if they are sizetype.
5886         (int_const_binop): Don't use cache if overflows.
5887
5888 2000-10-20  Richard Henderson  <rth@cygnus.com>
5889
5890         * function.c (locate_and_pad_parm): Zero alignment_pad.
5891
5892         * regrename.c (rr_replace_reg): Rewrite to use recog_data to
5893         perform substitutions, and apply_change_group to see if it worked.
5894
5895 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5896
5897         * dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
5898
5899         * combine.c (struct undo): Change int to unsigned int.
5900         (do_SUBST_INT): Args are unsigned int.
5901         (make_extraction, force_to_mode): Use proper type when forming mask.
5902         (make_field_assignment): Likewise.
5903
5904 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
5905
5906         * c-common.c (check_format_info_recurse): Extract string constant
5907         initializers from non-volatile constant arrays and check them as
5908         formats.
5909         * c-typeck.c (decl_constant_value): Don't check pedantic or check
5910         for DECL_MODE (decl) != BLKmode.
5911         (decl_constant_value_for_broken_optimization): New function which
5912         includes these checks.
5913         (default_conversion, convert_for_assignment, digest_init): Use
5914         decl_constant_value_for_broken_optimization instead of
5915         decl_constant_value.
5916
5917 2000-10-20  Mark Mitchell  <mark@codesourcery.com>
5918
5919         * tree.h (DECL_ALIGN_UNIT): New macro.
5920
5921 2000-10-14  Marek Michalkiewicz  <marekm@linux.org.pl>
5922
5923         * config/avr/avr-protos.h (avr_output_bld): New.
5924         (out_shift_with_cnt): Add t_len argument.
5925         * config/avr/avr.c (avr_num_arg_regs): Remove -mpack-args.
5926         (output_movqi, output_movhi, output_movsisf): Optimize loading
5927         any constant with exactly one bit set to NO_LD_REGS.
5928         (out_shift_with_cnt): Optimize output code for size or speed,
5929         depending on optimize_size.  Handle small shift counts as well
5930         (if not hand-optimized in ?sh??i3_out).  Shifts can be done
5931         with or without a scratch register, with help of __tmp_reg__
5932         or __zero_reg__ if necessary.  Add T_LEN argument to pass the
5933         length of TEMPLATE in words, return total insn length in *LEN.
5934         (ashlqi3_out, ashrqi3_out, lshrqi3_out): Change all calls to
5935         out_shift_with_cnt to work with the above change.
5936         (ashlhi3_out, ashlsi3_out, ashrhi3_out, ashrsi3_out, lshrhi3_out,
5937         lshrsi3_out): Likewise.  Optimize more known shift count cases.
5938         Remove cases already well optimized in out_shift_with_cnt.
5939         (avr_output_bld): New function.
5940         * config/avr/avr.h (MASK_PACK_ARGS, TARGET_PACK_ARGS): Remove.
5941         (TARGET_SWITCHES): Remove -mpack-args backward compatibility.
5942         * config/avr/avr.md (*reload_inqi, *reload_inhi, *reload_insi):
5943         Add reload_completed to insn condition - only for peepholes.
5944         (ashlqi3, ashrqi3, lshrqi3): Correct insn length for shift counts
5945         in a register or memory.
5946         (ashlhi3, ashlsi3, ashrhi3, ashrsi3, lshrhi3, lshrsi3): Likewise.
5947         Do not require a scratch register.
5948         (*ashlhi3_const, *ashlsi3_const, *ashrhi3_const, *ashrsi3_const,
5949         *lshrhi3_const, *lshrsi3_const): New insns and matching peepholes.
5950         Optimize shifts by known count using a scratch register, but only
5951         if one is still available after register allocation.
5952
5953 2000-10-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5954
5955         * t-vax: New file.  Don't build modules from libgcc1.c.
5956
5957 Fri Oct 20 00:57:00 EDT 2000  John Wehle  (john@feith.com)
5958
5959         * alias.c: (mark_constant_function): Don't check pure functions.
5960         Initialize and end alias analysis.
5961         (nonlocal_mentioned_p): Rename from nonlocal_reference_p.
5962         Don't make a special exception for recursion.  Handle
5963         UNSPEC_VOLATILE.  Don't assume ASM_OPERANDS is non-local
5964         unless it's volatile.
5965
5966         * local-alloc.c (equivalence): New structure.
5967         (reg_equiv): Define.
5968         (contains_replace_regs): Remove array and use
5969         field in reg_equiv.
5970         (memref_referenced_p): Likewise.
5971         (no_equiv): Likewise.
5972         (update_equiv_regs): Likewise.
5973
5974         (equiv_init_varies_p,
5975         equiv_init_movable_p): New functions.
5976         (update_equiv_regs): Use them.  Use rtx_varies_p
5977         instead of function_invariant_p.  Process insns
5978         from end to beginning.  Allow a REG_EQUIV insn
5979         within the same loop as a use to be moved, also
5980         allow it to be moved out of a loop.  Update
5981         REG_DEAD notes when substituting into an insn.
5982
5983 2000-10-19  Jim Wilson  <wilson@cygnus.com>
5984
5985         * c-decl.c (start_decl): Check for error_mark_node type before using
5986         COMPLETE_TYPE_P.
5987         (finish_decl): Likewise.  Don't give an error if decl type is
5988         already error_mark_node.
5989
5990         * haifa-sched.c (compute_trg_info): Add explanatory comments.
5991         New local update_blocks.  Use update_blocks to remove duplicates
5992         when computing update blocks.  Check for bblst_table overflow.
5993         (schedule_block): Add explanatory comment.  Reduce bblst_size by
5994         factor of 2.
5995         * config/ia64/ia64.md (movdi_symbolic): Document loss of REG_LABEL
5996         notes.
5997
5998 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
5999
6000         * libgcc2.c (_mulvsi3): Change variables u and v to a and b.
6001
6002 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
6003
6004         * expmed.c: Minor corrections in comments.
6005         * invoke.texi: Added desciption for the new option -ftrapv.
6006
6007 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
6008
6009         * libgcc2.c: Added the missing #endif.
6010
6011 Thu Oct 19 14:25:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6012
6013         * i386.h (CONST_OK_FOR_LETTER): Re-add 'N'; document.
6014
6015 2000-10-18  Chandrakala Chavva  <cchavva@redhat.com>
6016
6017         * expmed.c (expand_mult): Don't do synth_mult optimization for -ftrapv.
6018         Use smulv_optab for -ftrapv.
6019         (expand_mult_highpart): Use unsigned multiply.
6020         (expand_divmod): Special-case division by -1.
6021         For EXACT_DIV_EXPR, do right shift first, then the multiply.
6022         For complex divide, use abs with unsigned result.
6023         * expr.c (force_operand): Use unsigned multiply.
6024         (expand_expr): Use overflow-trapping optabs for signed types if
6025         flag_trapv.
6026         If flag_trapv, don't generate a recursive call with EXPAND_SUM
6027         if the type is signed and the original call wasn't EXPAND_SUM or
6028         EXPAND_INITIALIZER.
6029         * expr.h (addv_optab, subv_optab, smulv_optab, sdivv_optab): Declare.
6030         (negv_optab, absv_optab): Declare.
6031         * flags.h (flag_trapv): Declare.
6032         * genopinit.c (optabs): Add entries for addv_optab, subv_optab,
6033         smulv_optab, sdivv_optab, negv_optab and absv_optab.
6034         (gen_insn): Interpret '$P' as requiring an integer mode,
6035         including partial integer modes.
6036         * loop.c (emit_iv_add_mult): Use unsigned expand_mult_add.
6037         (product_cheap_p): Use unsigned expand_mult.
6038         * optabs.c (addv_optab, subv_optab, smulv_optab, sdivv_optab): Define.
6039         (negv_optab, absv_optab): Define.
6040         (expand_binop): Use overflow-trapping optabs for signed types if
6041         flag_trapv.
6042         Handle negv_optab libe neg_optab.
6043         (expand_abs): Take result_unsignedp argument instead of unsignedp one.
6044         Use overflow-trapping optabs for signed result if flag_trapv.
6045         (expand_complex_abs): Use overflow-trapping optabs for signed types if
6046         flag_trapv.
6047         Don't open-code complex absolute-value operation for flag_trapv.
6048         (init_optabs): Initialize addv_optab, subv_optab, smulv_optab,
6049         sdivv_optab, negv_optab and absv_optab.
6050         * toplev.c (flag_trapv): Define.
6051         (lang_independent_options f_options): Include flag_trapv.
6052         * tree.h (TYPE_TRAP_SIGNED): Define.
6053         * libgcc2.c (__addvsi3, __addvdi3, __subvsi3,__subvsi3, __subvdi3,
6054         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
6055         New functions.
6056         * Makefile.in: add _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3
6057         _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2.
6058
6059 2000-10-18  Geoffrey Keating  <geoffk@cygnus.com>
6060             David V. Henkel-Wallace  <gumby@cygnus.com>
6061
6062         * config/i386/t-netware: Bring in from the Red Hat tree.
6063         * config/i386/netware.h: Likewise.
6064         * config/netware.h: Likewise.
6065         * config/rs6000/netware.h: Delete.
6066         * configure.in: Add i[34567]86-*-netware.
6067         * configure: Hand-edit to match configure.in change.
6068
6069 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
6070
6071         * c-common.h (flag_no_builtin): Declare.
6072         (flag_no_nonansi_builtin): Likewise.
6073         (c_common_nodes_and_builtins): Change prototype.
6074         * c-common.c (flag_no_builtin): New variable.
6075         (flag_no_nonansi_builtin): Likewise.
6076         (c_common_nodes_and_builtins): Remove parameters.  Adjust
6077         accordingly.
6078         * c-decl.c (flag_no_builtin): Remove.
6079         (flag_no_nonansi_builtin): Likewise.
6080         (init_decl_processing): Adjust call to
6081         c_common_nodes_and_builtins.
6082
6083 2000-10-18  Marc Espie <espie@openbsd.org>
6084
6085         * tm.texi (LIBGCC_SPEC): Synch with reality.
6086
6087 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6088
6089         * c-common.c (check_format_types): Check for writing through a
6090         NULL pointer argument.
6091
6092 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
6093
6094         * tm.texi (Exception Region Output): Document
6095         DWARF_CIE_DATA_ALIGNMENT.
6096         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Wrap definition in
6097         #ifndef.
6098         [ENABLE_CHECKING] (reg_save): Abort if offset is not a multiple of
6099         DWARF_CIE_DATA_ALIGNMENT.
6100
6101 2000-10-18  Michael Hayes  <mhayes@cygnus.com>
6102
6103         * basic-block.h (struct loop): Delete fields pre_header_root
6104         and pre_header_trace and replace with pre_header_edges
6105         and num_pre_header_edges.
6106         * flow.c (flow_loop_dump): Dump pre_header_edges.
6107         (flow_loops_free): Free pre_header_edges.
6108         (flow_loop_pre_header_scan): Calculate pre_header_edges.
6109
6110 2000-10-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6111
6112         * contrib.texi: Update references to steering committee members
6113         and Jeff Law's entry.
6114
6115 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6116
6117         * c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define.
6118         (maybe_read_dollar_number, check_format_info_main): Use them for
6119         pedantic warning messages.
6120
6121 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6122
6123         * c-common.c (check_format_info_main): Minor cleanup: move
6124         variables into inner scopes; initialize declarations where
6125         appropriate; don't hardcode "scanf" name on warning for zero
6126         width.
6127
6128 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
6129
6130         * c-common.c (back_end_hook): New variable.
6131         * c-common.h (back_end_hook): Declare it.
6132         * c-lang.c (finish_file): Use it.
6133
6134         * emit-rtl.c (init_emit_once): Initialize the const_int_htab
6135         earlier.
6136
6137 2000-10-18  Jan Hubicka  <jh@suse.cz>
6138
6139         * i386.c (ix86_comparison_operator, put_condition_code,
6140         ix86_match_ccmode, ix86_cc_mode): Handle CCRCmode.
6141         (ix86_expand_strlensi_unroll_1): Use CCRCmode.
6142         * i386.h (EXTRA_CC_MODES): Add CCRCmode.
6143         * i386.md (adddi and negdi splitter): Use CCRCmode.
6144         (add?i_3, add?i_4, add?i_5): Use CCRCmode; swap operands
6145         (subsi3_carry): add '*'
6146         (addsi3_carry_rc, subsi3_carry_rc, x86_movsicc_0_m1_rc): New.
6147         (cmp to add peep2): Use CCRCmode; swap operands.
6148
6149 2000-10-18  Kazu Hirata  <kazu@hxi.com>
6150
6151         * h8300.c: Fix a comment typo.
6152         (round_frame_size): New.
6153         (compute_saved_regs): Likewise.
6154         (push): Likewise.
6155         (pop): Likewise.
6156         (push_order): Remove.
6157         (pop_order): Likewise.
6158         (function_prologue): Rearrange code for readability.
6159         (function_epilogue): Likewise.
6160
6161         * config/h8300/h8300.md: Remove an unnecessary sign_extend
6162         expander that is used when not optimizing.  Output a tab after
6163         each assembly insns.
6164
6165         * reorg.c: Fix formatting.
6166
6167 2000-10-17  Joern Rennecke <amylaar@redhat.co.uk>
6168
6169         * reload1.c (move2add_note_store): Check for simple
6170         auto-inc in destination.
6171
6172 2000-10-17  Michael Chastain  <chastain@redhat.com>
6173
6174         * config/i386/i386-aout.h: define INT_ASM_OP.
6175
6176 Tue Oct 17 20:11:08 2000  Alan Modra <alan@linuxcare.com.au>
6177
6178         * pa.c (print_operand): Handle case 'c' for .vtable_inherit
6179
6180 Tue Oct 17 20:05:51 2000  Martin Buchholz <martin@xemacs.org>
6181
6182         * i370.md: Fix spelling typo.
6183
6184 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6185
6186         * function.c (locate_and_pad_parm): Don't align stack unconditionally.
6187         Fixes execute/20001017-1.c on powerpc-linux-gnu.
6188
6189         * expr.c (store_constructor): Apply MEM_ALIAS_SET to MEMs only.
6190         * rs6000/rs6000.c (rs6000_hash_constant): Use X0INT to access a
6191         LABEL_REF.
6192
6193         * rs6000/rs6000.h (NO_DOLLAR_IN_LABEL, DOLLARS_IN_IDENTIFIERS,
6194         ENCODE_SECTION_INFO, ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Move from
6195         here...
6196         * rs6000/aix.h: ...to here.
6197         * rs6000/linux.h (ASM_APP_ON, ASM_APP_OFF): Define to Linux-style.
6198
6199 2000-10-17  Jakub Jelinek  <jakub@redhat.com>
6200
6201         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.
6202
6203         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Always use call, make
6204         sure linker can relax even the delay slot mov %g1,%o7, fix output
6205         formating.
6206
6207 2000-10-17  Kazu Hirata  <kazu@hxi.com>
6208
6209         * config/h8300/h8300.md: Remove an unnecessary zero_extend
6210         expander that is used when not optimizing.  Output a tab after
6211         each assembly insns.
6212
6213 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
6214
6215         * gcc.c: New options --target-help.
6216         (process_command): Added code to parse this new option.
6217         * toplev.c (display_target_options): New function to support the
6218         above new option.
6219         * cppinit.c (new_pending_directive) : New option OPT_target__help.
6220         (cpp_handle_option): Support this new option.
6221         * invoke.texi: Added notes about --target-help option.
6222
6223 2000-10-17  Graham Stott  <grahams@redhat.com>
6224
6225         * config/i386/i386.md (testqi_1): Add missing operand prefix
6226         for operand 0.
6227         * config/i386/i386-protos.h: Add missing prototype.
6228
6229 2000-10-17  Diego Novillo  <dnovillo@cygnus.com>
6230
6231         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Symbol
6232         _GLOBAL_OFFSET_TABLE should not have a $ prefix when
6233         using -mintel-syntax.
6234
6235 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6236
6237         * c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
6238         (format_types): Use it for printf.
6239         (maybe_read_dollar_number): Add parameter for the kind of format
6240         involved.  Warn for multiple use for arguments if this is
6241         inappropriate for the kind of format involved.
6242         (check_format_info_main): Update calls to maybe_read_dollar_number.
6243
6244 2000-10-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6245
6246         * inclhack.def (hpux_maxint): Also apply fix to values.h.
6247         * fixincl.x: Rebuilt.
6248
6249 2000-10-17  Alexandre Oliva  <aoliva@redhat.com>
6250
6251         * genrecog.c (write_switch): Return the first condition that needs a
6252         label.
6253
6254 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
6255
6256         * c-tree.h (warn_sequence_point): Move declaration to...
6257         * c-common.h (warn_sequence_point): ... here.
6258         * c-decl.c (warn_sequence_point): Move definition to...
6259         * c-common.c (warn_sequence_point): ... here.
6260         (struct reverse_tree): New.
6261         (reverse_list, reverse_max_depth): New static variables.
6262         (build_reverse_tree, common_ancestor, modify_ok
6263         verify_sequence_points): New functions.
6264         (c_expand_expr_stmt): Call verify_sequence_points if -Wsequence-point.
6265         * c-typeck.c (check_modify_expr): Delete.
6266         (build_modify_expr): Don't call it.
6267
6268 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6269
6270         * c-common.h (warn_missing_format_attribute): New variable.
6271         * c-decl.c (warn_missing_format_attribute): New variable.
6272         (c_decode_option): Decode -Wmissing-format-attribute and
6273         -Wno-missing-format-attribute.
6274         * c-common.c (check_function_format): If
6275         -Wmissing-format-attribute, give a warning where a vprintf or
6276         vscanf function is called by a function without its own printf or
6277         scanf attribute.
6278         * toplev.c (documented_lang_options): Add
6279         -Wmissing-format-attribute.
6280         * invoke.texi: Document -Wmissing-format-attribute.
6281
6282 2000-10-17  Marc Espie <espie@openbsd.org>
6283
6284         * invoke.texi (-shared): Insist on requiring code generation flags
6285         to be used along with -shared, and document the subtle failure that
6286         may occur otherwise.
6287
6288 2000-10-16  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6289
6290         * pa.md (return_internal): Move `use' after `return'.
6291
6292 2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
6293
6294         * machmode.def: Correct comment.
6295
6296 2000-10-16  Rodney Brown  <RodneyBrown@mynd.com>
6297
6298         * print-rtl.c (print_rtx_head): Constify.
6299         * rtl.h (print_rtx_head): Similarly.
6300
6301         * config/pa/pa/pa-protos.h (output_64bit_and, output_64bit_ior):
6302         Constify char * return value.
6303         * config/pa/pa/pa.c
6304         (output_64bit_and, output_64bit_ior): Constify char * return value.
6305         (pa_can_combine_p): Make static.
6306         (function_arg): Decorate unused `named' argument. Fix comment typo.
6307         (function_arg_partial_nregs): Decorate unused `named' argument.
6308
6309 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6310
6311         * c-common.c (format_check_results): New structure.
6312         (finish_dollar_format_checking): Adjust to take a
6313         format_check_results * parameter.
6314         (check_format_info, check_format_info_recurse,
6315         check_format_info_main): Split check_format_info into three
6316         functions, the main checking going in check_format_info_main.
6317         Recurse when any reduction of the format string argument towards a
6318         string literal is done; go down both branches of a conditional
6319         expression.  Don't warn for extra format arguments or empty format
6320         strings if they only occur in some branches of a conditional
6321         expression.
6322
6323 2000-10-16  Kazu Hirata  <kazu@hxi.com>
6324
6325         * config/h8300/h8300.c: Remove obstack.  Include ggc.h.
6326
6327 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
6328
6329         * rtlanal.c (may_trap_p): Check operand modes of COMPARE.
6330
6331 2000-10-15  Diego Novillo  <dnovillo@cygnus.com>
6332
6333         * i386.md (*movsi_or): Switch operand order for intel syntax.
6334
6335 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
6336
6337         * PROBLEMS: Remove.
6338
6339         * gcc.texi (Contributing): Update.
6340
6341 2000-10-13  Diego Novillo  <dnovillo@cygnus.com>
6342
6343         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Output final jump using
6344         appropriate assembler dialect.
6345
6346 2000-10-13  Alexandre Oliva  <aoliva@redhat.com>
6347
6348         * c-common.c (c_expand_builtin): PARAMS-ize prototype.
6349
6350 2000-10-12  Marek Michalkiewicz  <marekm@linux.org.pl>
6351
6352         * config/avr/avr.c (output_movhi, output_movsisf): Fix loading
6353         constants 1 and 2 to NO_LD_REGS.
6354
6355 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6356
6357         * Makefile.in (c-parse.c, tradcif.c): Create atomically.
6358
6359         * objc/Make-lang.in (objc-parse.c): Likewise.
6360
6361 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
6362
6363         * arm.c: Include obstack.h
6364         (minipool_obstack, minipool_startobj): Define.
6365         (arm_add_gc_roots): Initialize them.
6366         (create_fix_barrier): Use our new obstack.
6367         (push_minipool_barrier, push_minipool_fix): Likewise.
6368         (arm_reorg): Release obstack memory.
6369
6370 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
6371
6372         * config/sparc/sparc.md (nonlocal_goto_receiver): Remove.
6373         (prologue, exception_receiver, builtin_setjmp_receiver): New
6374         patterns.
6375         * config/sparc/sparc.h (FINALIZE_PIC): Remove.
6376         * config/sparc/sparc-protos.h (finalize_pic): Remove.
6377         (load_pic_register): New prototype.
6378         * config/sparc/sparc.c (pic_setup_code): Remove.
6379         (finalize_pic): Rename to...
6380         (load_pic_register): ...this function.
6381         Don't look for nonlocal_goto_receivers and emit pic setup code
6382         directly.  Don't check current_function_uses_pic_offset_table.
6383
6384 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
6385
6386         * tree.h (struct obstack): Declare.
6387
6388 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
6389
6390         Remove obstacks.
6391         * Makefile.in (ggc-callbacks.o): Remove target.
6392         (flow.o): Depend on GGC_H.
6393         * alias.c (init_alias_analysis):
6394         Remove ggc_p conditionals.
6395         (end_alias_analysis): Likewise.
6396         * basic-block.h (init_flow): New function.
6397         (allocate_reg_life_data): Declare.
6398         * bb-reorder.c  (function_obstack): Replace with ...
6399         (flow_obstack): ... new variable.
6400         (fixup_reorder_chain): Use it.
6401         * c-decl.c (ggc_p): Remove.
6402         (caller-save.c): Don't call oballoc/obfree.
6403         * combine.c (struct
6404         undobuf): Remove storage.
6405         (try_combine): Don't call oballoc.
6406         (undo_all): Don't call obfree.
6407         * cse.c (insert): Use xmalloc, not
6408         oballoc.
6409         (cse_main): Adjust accordingly.
6410         * dwarf2out.c (save_rtx): Remove
6411         obstack code.
6412         (dwarf2out_init): Remove ggc_p conditionals.
6413         * emit-rtl.c (rtl_obstack): Remove.
6414         (gen_rtx_CONST_INT): Remove ggc_p conditionals.
6415         (make_insn_raw): Likewise.
6416         (emit_insn_before): Likewise.
6417         (emit_insn_after): Likewise.
6418         (emit_insn): Likewise.
6419         (gen_sequence): Likewise.
6420         (copy_insn_1): Remove handling of `b' RTL components.
6421         (init_emit_once): Remove ggc_p conditionals.
6422         * except.c (create_rethrow_ref): Don't fool with obstacks.
6423         (add_partial_entry): Likewise.
6424         (call_get_eh_context): Likewise.
6425         (begin_protect_partials): Likewise.
6426         (protect_with_terminate): Likewise.
6427         * explow.c
6428         (plus_constant_wide): Likewise.
6429         * expr.c (init_expr_once):
6430         Likewise.
6431         (emit_block_move): Likewise.
6432         (clear_storage): Likewise.
6433         (expand_expr): Likewise.
6434         * flow.c (function_obstack): Remove.
6435         (flow_obstack): New variable.
6436         (flow_firstobj): Likewise.
6437         (create_base_block): Use the flow_obstack.
6438         (split_block): Likewise.
6439         (split_edge): Likewise.
6440         (calculate_global_regs_live): Likewise.
6441         (allocate_bb_life_data): Make it static.  Likewiwse.
6442         (init_flow): New function.
6443         (size_int_type_wide): Remove ggc_p conditionals.
6444         * function.c
6445         (push_function_context_to): Don't call save_tree_status.
6446         (pop_function_context_from): Or restore_tree_status.
6447         (assign_stack_local_1): Don't call push_obstacks.
6448         (find_fixup_replacement): Use xmalloc.
6449         (fixup_var_refs_insns): Free the storage.
6450         (insns_for_mem_walk): Don't mess with obstacks.
6451         (instantiate_decls): Likewise.
6452         (trampoline_address): Likewise.
6453         (expand_function_end): Likewise.
6454         * function.h (sturct function):
6455         Remove obstack-related variables.
6456         (save_tree_status): Don't declare.
6457         (restore_tree_status): Likewise.
6458         * gcse.c (compute_can_copy):
6459         Don't call oballoc/obfree.
6460         * genattrtab.c (operate_exp): Remove
6461         ggc_p conditionals.
6462         (simplify_cond): Likewise.
6463         (simplify_test_exp): Don't mess with obstacks.
6464         (optimize_attrs): Likewise.
6465         * gengenrtl.c (gendef): Don't include
6466         ggc_p conditionals.
6467         * ggc-callbacks.c (ggc_p): Remove.
6468         * ggc-none.c (ggc_p): Remove.
6469         * ggc.h (ggc_p): Don't declare.
6470         * integrate.c (save_for_inline): Don't mess with obstacks.
6471         (integrate_decl_tree): Likewise.
6472         (output_inline_function): Likewise.
6473         * lists.c
6474         (init_EXPR_INSN_LIST_cache): Likewise.
6475         * loop.c (temp_obstack):
6476         Remove.
6477         (rtl_obstack): Likewise.
6478         (init_loop): Don't mess with obstacks.
6479         (reg_address_cost): Free BIVs and GIVs.
6480         (check_insns_for_bivs): Use xmalloc, not oballoc.
6481         (find_mem_givs): Likewise.
6482         (record_biv): Likewise.
6483         (general_induction_var): Likewise.
6484         (product_cheap_p): Likewse.
6485         * optabs.c (init_one_libfunc): Remove
6486         ggc_p conditional.
6487         * print-tree.c (debug_tree): Don't use
6488         oballoc/obfree.
6489         (print_node): Likewise.
6490         * profile.c (output_func_start_profiler):
6491         Remove call to temporary_allocation.
6492         * reload1.c
6493         (eliminate_regs_in_insn): Don't mess with obstacks.
6494         * resource.c
6495         (mark_target_live_regs): Use xmalloc.
6496         (free_resource_info): Free the memory.
6497         * rtl.c (rtl_obstack):
6498         Remove.
6499         (rtvec_alloc): Don't mess with obstacks.
6500         (rtx_alloc): Likewise.
6501         (rtx_free): Remove.
6502         (copy_rtx): Don't handle `b' cases.
6503         (read_rtx): Use a local rtl_obstack.
6504         * rtl.h (oballoc): Remove.
6505         (obfree): Likewise.
6506         (pop_obstacks): Likewise.
6507         (push_obstacks): Likewise.
6508         (allocate_bb_life_data): Likewise.
6509         (allocate_reg_life_data): Likewise.
6510         (rtx_free): Likewise.
6511         * sdbout.c (sdbout_queue_anonymous_type):
6512         Use tree_cons, not saveable_tree_cons.
6513         * simplify-rtx.c
6514         (cselib_init): Don't mess with obstacks.
6515         * stmt.c
6516         (mark_block_nesting): Mark the label_chain.
6517         (epxand_label): Use ggc_alloc, not oballoc.
6518         (clear_last_expr): Don't mess with obstacks.
6519         (expand_decl_cleanup): Likewise.
6520         (expand_dcc_cleanup): Likewise.
6521         (expand_dhc_cleanup): Likewise.
6522         (expand_anon_union_decl): Likewise.
6523         (add_case_node): Use xmalloc, not oballoc.
6524         (free_case_nodes): New function.
6525         (expand_end_case): Call it.
6526         * stor-layout.c (layout_type): Don't
6527         mess with obstacks.
6528         (layout_type): Likewise.
6529         * toplev.c (wrapup_global_declarations):
6530         Likewise.
6531         (compile_file): Remove ggc_p conditionals.
6532         (rest_of_compilation): Call init_flow.  Remove ggc_p conditionals.
6533         (decode_f_option): Remove ggc_p conditionals.
6534         * tree.c
6535         (function_maybepermanent_obstack): Remove.
6536         (maybepermanent_obstack): Likewise.
6537         (function_obstack): Likewise.
6538         (tmeporary_obstack): Likewise.
6539         (momentary_obstack): Likewise.
6540         (temp_decl_obstack): Likewise.
6541         (saveable_obstack): Likewise.
6542         (rtl_obstack): Likewise.
6543         (current_obstack): Likewise.
6544         (expression_obstack): Likewise.
6545         (struct obstack_stack): Likewise.
6546         (obstack_stack): Likewise.
6547         (obstack_stack_obstack): Likewise.
6548         (maybepermanent_firstobj): Likewise.
6549         (temporary_firstobj): Likewise.
6550         (momentary_firstobj): Likewise.
6551         (temp_decl_firstobj): Likewise.
6552         (momentary_function_firstobj): Likewise.
6553         (all_types_permanent): Likewise.
6554         (struct momentary_level): Likewise.
6555         (momentary_stack): Likewise.
6556         (init_obstacks): Remove initialization of removed obstacks.
6557         (save_tree_status): Remove.
6558         (restore_tree_status): Likewise.
6559         (temporary_allocation): Liekwise.
6560         (end_temporary_allocation): Liekwise.
6561         (resume_temporary_allocation): Likewise.
6562         (saveable_allocation): Likewise.
6563         (push_obstacks): Likewise.
6564         (push_obstacks_nochange): Likewise.
6565         (pop_obstacks): Likewise.
6566         (allocation_temporary_p): Likewise.
6567         (permanent_allocation): Likewise.
6568         (preserve_data): Likewise.
6569         (preserve_initializer): Likewise.
6570         (rtl_in_current_obstack): Likewise.
6571         (rtl_in_saveable_obstack): Likewise.
6572         (oballoc): Likewise.
6573         (obfree): Likewise.
6574         (savealloc): Likewise.
6575         (expralloc): Likewise.
6576         (print_obstack_name): Likewise.
6577         (debug_obstack): Likewise.
6578         (object_permanent_p): Likewise.
6579         (push_momentary): Likewise.
6580         (perserve_momentary): Likewise.
6581         (clear_momentary): Likewise.
6582         (pop_momentary): Likewise.
6583         (pop_momentary_nofree): Likewise.
6584         (suspend_momentary): Likewise.
6585         (resume_momentary): Likewise.
6586         (make_node): Don't set TREE_PERMANENT.
6587         (copy_node): Remove ggc_p conditionals.  Don't set TYPE_OBSTACK.
6588         Don't set TREE_PERMANENT.
6589         (get_identifier): Remove ggc_p conditionals.
6590         (build_string): Likewise.
6591         (make_tree_vec): Likewise.
6592         (build_decl_list): Remove.
6593         (build_expr_list): Likewise.
6594         (tree_cons): Remove ggc_p conditionals.
6595         (decl_tree_cons): Remove.
6596         (expr_tree_cons): Likewise.
6597         (perm_tree_cons): Likewise.
6598         (temp_tree_cons): Likewise.
6599         (saveable_tree_cons): Likewise.
6600         (build1): Remove ggc_p conditionals.
6601         (build_parse_node): Likewise.
6602         (build_type_attribute_variant): Don't mess with obstacks.
6603         (build_type_copy): Likewise.
6604         (type_hash_canon): Likewise.
6605         (build_pointer_type): Likewise.
6606         (build_reference_type): Likewise.
6607         (build_index_type): Likewise.
6608         (build_range_type): Likewise.
6609         (dump_tree_statistics): Don't print obstack information.
6610         * tree.h
6611         (struct tree_common): Remove permanent_flag.
6612         (TREE_PERMANENT): Remove.
6613         (TREE_SET_PERMANENT): Likewise.
6614         (TYPE_OBSTACK): Likewise.
6615         (struct tree_type): Remove obstack.
6616         (oballoc): Remove.
6617         (savealloc): Likewise.
6618         (build_decl_list): Likewise.
6619         (build_expr_list): Likewise.
6620         (perm_tree_cons): Likewise.
6621         (temp_tree_cons): Likewise.
6622         (saveable_tree_cons): Likewise.
6623         (decl_tree_cons): Likewise.
6624         (expr_tree_cons): Likewise.
6625         (suspend_momentary): Likewise.
6626         (allocation_temporary_p): Likewise.
6627         (resume_momentary): Likewise.
6628         (push_obstacks_nochange): Likewise.
6629         (permanent_allocation): Likewise.
6630         (push_momentary): Likewise.
6631         (clear_momentary): Likewise.
6632         (pop_momentary): Likewise.
6633         (end_temporary_allocation): Likewise.
6634         (pop_obstacks): Likewise.
6635         (push_obstacks): Likewise.
6636         (pop_momentary_nofree): LIkewise.
6637         (preserve_momentary): Likewise.
6638         (saveable_allocation): Likewise.
6639         (temporary_allocation): Likewise.
6640         (resume_temporary_allocation): Likewise.
6641         (perserve_initializer): Likewise.
6642         (debug_obstack): Likewise.
6643         (rtl_in_current_obstack): Likewise.
6644         (rtl_in_saveable_obstack): Likewise.
6645         (obfree): Likewise.
6646         * varasm.c (current_obstack): Remove.
6647         (saveable_obstack): Remove.
6648         (rtl_obstack): Remove.
6649         (immed_double_const): Don't mess with obstacks.
6650         (immed_real_cons): Likewise.
6651         (output_constant_def): Likewise.
6652         (init_varasm_status): Use xcalloc.
6653         (mark_pool_constant): Mark the pool constant itself.
6654         (free_varasm_status): Free memory.
6655         (decode_rtx_const): Call bzero directly, rather than expanding it
6656         inline.
6657         (record_rtx_const): Don't mess with obstacks.
6658         (force_const_mem): Likewise.
6659         * config/arm/arm.c (arm_encode_call_attribute): Remove ggc_p
6660         conditionals.
6661         (aof_pic_entry): Likewise.
6662         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
6663         * config/m32r/m32r.c (m32r_encode_section_info): Likewise.
6664         * config/pa/pa.c (saveable_obstack): Remove.
6665         (rtl_obstack): Likewise.
6666         (current_obstack): Likewise.
6667         (output_call): Don't mess with obstacks.
6668         (hppa_encode_label): Remove ggc_p conditionals.
6669         * config/romp/romp.c (get_symref): Don't mess with obstacks.
6670         * config/rs6000/rs6000.c (output_toc): Remove ggc_p conditional.
6671         (rs6000_encode_section_info): Likewise.
6672         * config/sh/sh.c (get_fpscr_rtx): Likewise.
6673
6674 Thu Oct 12 16:02:31 MET DST 2000 Jan Hubicka  <jh@suse.cz>
6675
6676         * i386.md (adddi3, subdi3 splitters): Update for new pattern.
6677         (addsi3_cc, addqi3_cc, subsi3_cc): Remove
6678         (addsi3_carry): Canonicalize.
6679         (addqi_5): Remove '*'.
6680         (sbb pattern): Canonicalize.
6681
6682         * i386.md (cmp to inc/add peep2): New.
6683
6684 2000-10-12  Richard Earnshaw  <rearnsha@arm.com>
6685
6686         * bb-reorder.c (reorder_basic_blocks): Allocate an aux block for
6687         the exit block.
6688
6689 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6690
6691         * gcc.texi: Merge in contents of README.TRAD and TESTS.FLUNK.
6692         * README.TRAD, TESTS.FLUNK: Remove.
6693
6694 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6695
6696         * c-common.c (decl_attributes): Don't allow strftime formats with
6697         first_arg_num nonzero.
6698         (check_format_info): Set wanted_type and wanted_type_name to zero
6699         before they are possibly assigned and used.
6700
6701 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6702
6703         * c-common.c (scanf_flag_specs): Add flags ' and I.
6704         (strftime_flag_pairs): Disallow any pair of the _, - and 0 flags,
6705         or the ^ and # flags together.
6706         (scan_char_table): Handle the ' and I flags.
6707         (format_types): Add ' and I flags for scanf.
6708
6709 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6710
6711         * c-common.c (print_char_table): Use the unpromoted type for
6712         lengths "h" and "hh" with conversions dioxXu.
6713         (check_format_types): Apply the default argument promotions where
6714         the wanted type is not a pointer target.
6715
6716 2000-10-11  Michael Meeks  <mmeeks@gnu.org>
6717             Joseph S. Myers  <jsm28@cam.ac.uk>
6718
6719         * c-typeck.c (check_modify_expr): New function.
6720         (build_modify_expr): Call it if warn_sequence_point.
6721         * c-decl.c (warn_sequence_point): New variable.
6722         (c_decode_option): Handle -Wsequence-point and
6723         -Wno-sequence-point.  Enable -Wsequence-point as part of -Wall.
6724         * c-tree.h (warn_sequence_point): Declare.
6725         * invoke.texi (-Wsequence-point): Document.
6726         * toplev.c (documented_lang_options): Add -Wsequence-point and
6727         -Wno-sequence-point.
6728         Original work by Michael Meeks, 16 Jun 1998.
6729
6730 Wed Oct 11 06:15:41 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6731
6732         * tree.c (get_narrower): Don't look at precision of field if
6733         not laid out yet.
6734
6735 Tue Oct 10 23:14:33 2000  Denis Chertykov  <denisc@overta.ru>
6736
6737         * config/avr/avr.c (valid_machine_decl_attribute): Allow `extern'
6738         declaration for data with "progmem" attribute.
6739
6740 2000-10-09  Marek Michalkiewicz  <marekm@linux.org.pl>
6741
6742         * config/avr/avr.c (out_shift_with_cnt): Use AS2 macro.
6743         Correct insn length if shift count is a memory operand.
6744         * config/avr/avr.md: New define_peephole2 to use *reload_inqi.
6745         (*iorhi3_clobber): Change lo8 to hi8.
6746         (zero_extendhisi2): Change %B0 to %A1.
6747         (ashlhi3, ashrhi3): Correct insn length.
6748         (andhi3, abssf2, extendqisi2, extendhisi2): Change "cc"
6749         from "clobber" to "set_n" in some alternatives.
6750
6751 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
6752
6753         * reload1.c (calculate_needs_all_insns): If deleting an instruction,
6754         remove its insn_chain structure as well.
6755
6756 2000-10-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6757
6758         * dbxout.c (dbxout_source_line): Remove extra tab.
6759
6760 2000-10-09  Hans-Peter Nilsson  <hp@bitrange.com>
6761
6762         * config/elfos.h (UNIQUE_SECTION): Apply STRIP_NAME_ENCODING on name.
6763
6764 2000-10-09  Richard Henderson  <rth@cygnus.com>
6765
6766         * Makefile.in (LANG_LIB2FUNCS): Remove.
6767         (LIB2FUNCS): Remove _pure.
6768         (LIB2ADD): Remove LANG_LIB2FUNCS.
6769         (stage_a): Don't set LANG_LIB2FUNCS.
6770         * libgcc2.c (__terminate): Mark noreturn.
6771         (__pure_virtual): Remove.
6772         * mklibgcc.in: Remove LIB2ADD .txt processing.
6773
6774 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
6775
6776         * arm.md (push_multi): Revert unintended change.
6777
6778 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
6779
6780         * arm.c: Miscellaneous white space and comment clean-ups.  No
6781         functional change.
6782         * arm.md: Likewise.
6783
6784 2000-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6785
6786         * c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new
6787         STRING_CST by calling combine_strings.
6788
6789 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
6790
6791         * arm.c (thumb_expand_movstrqi): Rewrite to support SSA form.
6792         (thumb_output_move_mem_multiple): Support new insn format.
6793         * arm.md (movmem12b): Use SSA compatible format.
6794         (movmem8b): Likewise.
6795
6796 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
6797
6798         * arm.md (predicable): New attribute, default to "no".
6799         (all patterns): Mark as predicable if appropriate.
6800         (conditional execution splits): Split using predication format.
6801         (define_cond_exec): Define.
6802         * arm.c (arm_print_operand): handle insn predicate.
6803
6804 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6805
6806         * README.NS32K: Remove file.
6807
6808 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6809
6810         * README-bugs: Remove file.
6811
6812 2000-10-08  Philipp Thomas  <pthomas@suse.de>
6813         * aclocal.m4 (AM_GNU_GETTEXT): Fix non portable use of == operator
6814         for test.
6815         * configure: Rebuilt.
6816
6817 2000-10-08  Philipp Thomas  <pthomas@suse.de>
6818         * aclocal.m4 (AM_WITH_NLS): When not using included gettext,
6819         disable catalog building if no suitable program was found.
6820         Move warning message from here
6821         (AM_GNU_GETTEXT): To here.
6822         * configure: Rebuilt.
6823
6824 2000-10-08  Philipp Thomas  <pthomas@suse.de>
6825         * aclocal.m4 (GCC_PATH_PROG): New. Like AC_PATH_PROG but uses
6826         different cache variables.
6827         (GCC_PATH_PROG_WITH_TEST): New. Like AM_PATH_PROG_WITH_TEST but
6828         uses different cache variables.
6829         (AM_WITH_NLS): Use GCC_PATH_PROG and GCC_PATH_PROG_WITH_TEST.
6830         * configure: Regenerated.
6831
6832 2000-10-08  Richard Henderson  <rth@cygnus.com>
6833
6834         * Makefile.in (libgcc.mk): Pass SHLIB_EXT, not SHLIB_LIBS.
6835         * configure.in (sparc*-*-solaris*): Use t-slibgcc{,-sld}.
6836         * mklibgcc.in: Consider SHLIB_LINK the entire shlib build command.
6837         Use SHLIB_EXT.
6838
6839         * config/t-linux (SHLIB_EXT): New.
6840         (SHLIB_LINK): Use the entire build command, with substitutions.
6841         (SHLIB_LIBS): Remove.
6842         * config/alpha/t-osf4: Likewise.
6843         * config/mips/t-iris6: Likewise.
6844         * config/sparc/t-sol2: Likewise, but move shlib stuff...
6845         * config/sparc/t-slibgcc-sld: ...here.
6846         * config/sparc/t-slibgcc: New file.
6847
6848 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6849
6850         * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.
6851         * c-common.h (enum c_tree_index): Add CTI_INTMAX_TYPE and
6852         CTI_UINTMAX_TYPE.
6853         (intmax_type_node, uintmax_type_node): Define.
6854         * c-common.c (decl_attributes): If pedantic, warn if `mode'
6855         attributes create a type wider than intmax_t.
6856         (T_IM, T_UIM): Define properly.
6857         * c-decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
6858         defined.
6859         (init_decl_processing): Initialize intmax_type_node and
6860         uintmax_type_node.
6861         * c-lex.c (lex_number): When pedantic and warning for integer
6862         constants that are too large, in C99 mode warn for those that have
6863         a type wider than long long.
6864
6865 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6866
6867         * c-common.c (FMT_FLAG_ARG_CONVERT, FMT_FLAG_SCANF_A_KLUDGE,
6868         FMT_FLAG_FANCY_PERCENT_OK): Define.
6869         (format_char_info): Add flag "4" to comment.
6870         (format_flag_spec, format_flag_pair): New structures.
6871         (format_kind_info): Add additional fields to control format
6872         checking.
6873         (printf_flag_specs, printf_flag_pairs, scanf_flag_specs,
6874         scanf_flag_pairs, strftime_flag_specs, strftime_flag_pairs): New
6875         arrays.
6876         (time_char_table): Use "4" flag to handle %Ey.
6877         (format_types): Add entries for new fields.
6878         (get_flag_spec): New function.
6879         (check_format_info): Increase size of flag_chars[] to 256.
6880         Control format checking using the new fields of a format_kind_info
6881         and the new tables; remove all conditionals on printf_format_type,
6882         scanf_format_type or strftime_format_type.  Handle all details of
6883         bad combinations of flags (including width, precision and strftime
6884         modifiers) through data rather than ad hoc code.  Handle all
6885         details of standard versions in which flags appeared through
6886         data.  Use the "4" flag.
6887
6888 2000-10-07  Will Cohen  <wcohen@redhat.com>, Kazu Hirata  <kazu@hxi.com>
6889
6890         * config/h8300/h8300.md: Remove the memory alternative and correct
6891         the insn lengths in the templates for sign extention and zero
6892         extention.
6893
6894 2000-10-07  Richard Henderson  <rth@cygnus.com>
6895
6896         * calls.c (expand_call): Disallow sibcalls to noreturn functions.
6897         * flow.c (make_edges): Revert last change.
6898
6899         * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Don't test
6900         TREE_THIS_VOLATILE.
6901         * config/pa/pa.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
6902
6903 2000-10-06  David O'Brien  <obrien@dragon.nuxi.com>
6904
6905         * config/alpha/elf.h: Standardize the formatting.
6906
6907 2000-10-06  David O'Brien  <obrien@FreeBSD.org>
6908
6909         * config/alpha/elf.h: Protect the ASM_OUTPUT_IDENT definition with an
6910         #undef.
6911
6912 2000-10-06  Richard Henderson  <rth@cygnus.com>
6913
6914         * function.c (diddle_return_value): Examine
6915         current_function_return_rtx instead of the DECL_RESULT.
6916         (expand_function_end): Handle reloading DECL_RESULT from memory
6917         into a hard register.  Query promote_mode for sign of mismatched
6918         modes.
6919
6920 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
6921
6922         * haifa-sched.c (schedule_insns): Fix typo in freeing
6923         forward_dependency_cache.
6924
6925 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
6926
6927         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): Add
6928         `TARGET_SH2' as a condition.
6929
6930 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
6931
6932         * haifa-sched.c (anti_dependency_cache, output_dependency_cache,
6933         forward_dependency_cache): New variables.
6934         (add_dependence, remove_dependence): Use anti_dependency_cache and
6935         output_dependency_cache.
6936         (compute_block_forward_dependences): Use forward_dependency_cache.
6937         (schedule_insns): Allocate and free memory for anti/output/forward
6938         dependencies caches.
6939
6940 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
6941
6942         * config/sh/sh.md (call, call_value): Use `TARGET_SH2' instead of
6943         `! TARGET_SH1'.  Reindent.
6944
6945 2000-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6946
6947         * builtins.c (is_valid_printf_arglist, expand_builtin_printf):
6948         Move functions from here ...
6949
6950         * c-common.c (is_valid_printf_arglist, c_expand_builtin_printf):
6951         ... to here.
6952         (c_expand_builtin): New function.
6953         (init_function_format_info): Don't set `check_function_format_ptr'.
6954         (c_common_nodes_and_builtins): Set built_in_class type for
6955         printf/__builtin_printf to BUILT_IN_FRONTEND.
6956         (c_expand_expr): Handle CALL_EXPRs that are front-end builtins.
6957
6958         * c-common.h (build_function_call): Declare.
6959
6960         * expr.c (expand_expr): Pass builtins with class BUILT_IN_FRONTEND
6961         to `lang_expand_expr' rather than `expand_builtin'.
6962
6963         * tree.c (check_function_format_ptr): Delete.
6964
6965         * tree.h (check_function_format_ptr): Likewise.
6966
6967 2000-10-06  Hans-Peter Nilsson  <hp@bitrange.com>
6968
6969         * dwarf2out.c (build_cfa_loc): Correct to use DW_OP_regx or
6970         DW_OP_bregx when cfa->reg > 31.
6971
6972         * frame-dwarf2.c (decode_stack_op) [case DW_OP_regx]: Add missing
6973         break.
6974
6975 2000-10-05  Richard Henderson  <rth@cygnus.com>
6976
6977         * c-decl.c (warn_missing_noreturn): Remove.
6978         (c_expand_body): Don't set or check can_reach_end.
6979         * c-tree.h (warn_missing_noreturn): Move ...
6980         * flags.h: ... here.
6981         (can_reach_end): Remove.
6982         * flow.c (check_function_return_warnings): New.
6983         (make_edges): No edge to exit for noreturn sibcalls.
6984         * function.c (expand_function_end): Save the return value
6985         clobber instruction.
6986         (mark_function_status): Mark it.
6987         * function.h (struct function): Add x_clobber_return_insn.
6988         * jump.c (can_reach_end): Remove.
6989         (calculate_can_reach_end): Remove.
6990         (jump_optimize_1): Don't call it.
6991         * output.h (check_function_return_warnings): Declare.
6992         * toplev.c (warn_missing_noreturn): Move from c-decl.c
6993         (rest_of_compilation): Call check_function_return_warnings.
6994
6995 2000-10-05  Richard Henderson  <rth@cygnus.com>
6996
6997         * Makefile.in (NM_FOR_TARGET): New.
6998         (libgcc.mk): Pass SHLIB_MKMAP, SHLIB_MAPFILES.
6999         (libgcc.a, stmp-multilib): Pass NM_FOR_TARGET.
7000         * mklibgcc.in: If SHLIB_MKMAP, build libgcc.map.  Depend the
7001         shared library build on that and EXTRA_MULTILIB_PARTS.
7002         * mkmap-flat.awk: New file.
7003         * mkmap-symver.awk: New file.
7004         * libgcc-std.ver: New file.
7005         * config/libgcc-glibc.ver: New file.
7006         * config/ia64/libgcc-ia64.ver: New file.
7007         * config/t-linux (SHLIB_MKMAP, SHLIB_MAPFILES): New.
7008         (SHLIB_LINK): Add --version-script.
7009         * config/ia64/t-ia64 (SHLIB_MAPFILES): Add libgcc-ia64.ver.
7010         * config/mips/t-iris6 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
7011         * config/sparc/t-sol2 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
7012         (SHLIB_LINK): Add -M.
7013
7014 2000-10-05  Richard Henderson  <rth@cygnus.com>
7015
7016         * Makefile.in (LIB2FUNCS): Add _clz.
7017         * libgcc2.c (__ffsdi2): Use count_trailing_zeros.
7018         (__clz_tab): Put in its own unit, non-static.
7019         * libgcc2.h: Always include longlong.h.
7020
7021         * longlong.h [alpha] (count_leading_zeros): Use cmpbge with
7022         a zero instead of -1.
7023         (count_trailing_zeros): Likewise.
7024
7025 2000-10-05  Richard Henderson  <rth@cygnus.com>
7026
7027         * config/alpha/alpha.c (alpha_emit_setcc): Don't swap GT tests
7028         when second op1 is const0_rtx.  Validate op0 as a register.
7029         * config/alpha/alpha.md (setcc_internal): Don't allow constants
7030         in the first argument of the compare.
7031         (setcc_swapped_internal): Likewise.
7032         (setne_internal): Likewise.
7033
7034 2000-10-05  Geoff Keating  <geoffk@cygnus.com>
7035
7036         * tree.c (tree_size): New function split out of copy_node.
7037         (make_node): Remove obstack handling.  Use tree_size.
7038         (copy_node): Use tree_size.
7039         * tree.h: Prototype tree_size.
7040
7041 2000-10-05  Richard Henderson  <rth@cygnus.com>
7042
7043         * diagnostic.c (output_format): Add missing break.
7044
7045 2000-10-05  Jim Wilson  <wilson@cygnus.com>
7046
7047         * function.c (fixup_var_refs_1, case SET): When gen_move_insn returns a
7048         SEQUENCE, call emit_insn_before, copy PATTERN and REG_NOTES of last
7049         sequence insn to INSN, and delete last sequence insn.
7050
7051 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
7052
7053         * gcc.c (main): Include generated configargs.h header
7054         and use arguments in '-v' output.
7055
7056 Thu Oct  5 16:16:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7057
7058         * gcc.c: Move data on prefixes forward in file and reorganize.
7059         (md_exec_prefix, md_startfile_prefix, md_startfile_prefix_1):
7060         Always define, but make null if no value.
7061         (static_specs): Add "md_exec_prefix", "md_startfile_prefix",
7062         and "md_startfile_prefix_1".
7063         (main): Check whether md_exec_prefix and the others are the
7064         null string rather than whether the macro is defined.
7065
7066 Thu Oct  5 19:04:18 2000  J"orn Rennecke <amylaar@redhat.co.uk>
7067
7068         * (convert_move): Use zero_extendpsisi2 to do an unsigned extension
7069         from PSImode to SImode.
7070
7071 2000-10-05  Jakub Jelinek  <jakub@redhat.com>
7072
7073         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETICS]: Fix conversion
7074         from float to integral mode with HOST_BITS_PER_WIDE_INT 64.
7075         * dwarf2out.c (add_const_value_attribute): Divide by 4, not
7076         sizeof(long).
7077
7078 Thu Oct  5 09:31:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7079
7080         * fold-const.c (fold, case MINUS_EXPR, case EQ_EXPR): Perform
7081         negation in proper type.a
7082
7083 2000-10-04  Richard Henderson  <rth@cygnus.com>
7084
7085         * configure.in (enable-shared): New.
7086         * Makefile.in (LIBGCC_DEPS): Depend on EXTRA_PARTS as well.
7087         (libgcc.mk): Pass SHLIB_LINK, SHLIB_LIBS, SHLIB_MULTILIB to mklibgcc.
7088         * mklibgcc.in: Use them to link shared a libgcc.
7089         * config/t-linux (SHLIB_LINK, SHLIB_LIBS): New.
7090         * config/alpha/t-ieee (SHLIB_MULTILIB): New.
7091         * config/mips/t-iris6 (SHLIB_LINK, SHLIB_LIBS): New.
7092         * config/sparc/t-sol2 (SHLIB_LINK, SHLIB_LIBS): New.
7093
7094         * configure.in (alpha-osf*): Use t-osf and x-osf.
7095         * config/alpha/t-osf: New file.
7096         * config/alpha/t-osf4: New file.
7097         * config/alpha/x-osf: New file.
7098         * config/alpha/x-alpha: Remove file.
7099
7100 2000-10-04  Will Cohen  <wcohen@redhat.com>
7101
7102         * c-typeck.c (process_init_element): Added warning for zero-length
7103         array.
7104
7105         * extend.texi (Zero Length): State that static initializers for
7106         zero-length arrays are not allowed.
7107
7108 Mon Oct  2 14:50:14 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7109
7110         * rtlanal.c (single_set_1): Do not require USE and CLOBBERs
7111         to come last.
7112
7113 2000-10-03  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7114
7115         * config/float-c4x.h: New.
7116         * configure.in (c4x-*): Set float_format to c4x.
7117         * configure: Regenerate.
7118
7119 2000-10-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7120
7121         * configure.in (sparc-*-solaris2*): Disable 32-to-64 cross
7122         compilation for solaris versions 2.7 and greater.
7123
7124 2000-10-02  Marc Espie <espie@openbsd.org>
7125
7126         * config/alpha.h (WORD_SWITCH_TAKES_ARG): add -rpath to default,
7127         instead of redefining from scratch.
7128
7129 2000-10-02  David O'Brien  <obrien@dragon.nuxi.com>
7130
7131         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define.
7132
7133 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
7134
7135         * config/ns32k/genix.h: Remove.
7136         * config/ns32k/x-genix: Likewise.
7137         * config/ns32k/xm-genix.h: Likewise.
7138         * config/fx80: Remove all filee in directory.
7139         * config/pyr: Likewise.
7140         * config/tahoe: Likewise.
7141         * config/gmicro: Likewise.
7142         * config/spur: Likewise.
7143         * configure.in: Remove configury bits for above targets.
7144         * configure: Regenerated.
7145
7146         * configure.in: Don't configure chill by default.
7147         * configure: Regenerated.
7148
7149         * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
7150         (lang_mark_false_label_stack): Remove.
7151         * c-lex.c (init_c_lex): Add file_info_tree as GC root.  Allocate
7152         <top level> string in GC area.
7153         (mark_splay_tree_node): New function.
7154         (mark_splay_tree): Likewise.
7155         * except.c (mark_eh_status): Only call lang_mark_false_label_stack
7156         if it exists.
7157         * ggc-callbacks.c (lang_mark_false_label_stack): Remove.
7158         * ggc-common.c (lang_mark_false_label_stack): Change type.
7159         * ggc.h (ggc_alloc_string): Add comment.
7160         (ggc_strdup): New function.
7161
7162 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru>
7163
7164         * config/avr/avr.h (BRANCH_COST): Define as 0.
7165
7166         * config/pdp11/pdp11.c: #include "tree.h" added.
7167
7168 2000-09-30  Marek Michalkiewicz  <marekm@linux.org.pl>
7169
7170         * config/avr/avr.c (ashlhi3_out, ashlsi3_out, ashrhi3_out,
7171         ashrsi3_out, lshrhi3_out, lshrsi3_out): Optimize more cases
7172         with known shift count.
7173         * config/avr/avr.md (ashlsi3, ashrsi3, lshrsi3):
7174         New alternative for shift count 2 with no scratch register.
7175         (ashlhi3, ashlsi3): Change "cc" attribute from "clobber" to
7176         "set_n" for shift counts 1 and 2.
7177
7178 2000-09-30  Geoff Keating  <geoffk@cygnus.com>
7179
7180         * config/rs6000/rs6000.md (movsi_to_cr): Remove the USE.  Calculate
7181         the mask value from the individual SET operations.
7182         (return_internal_si): Move the USE after the RETURN.
7183         (return_internal_di): Likewise.
7184         (return_and_restore_fpregs_si): Likewise.
7185         (return_and_restore_fpregs_di): Likewise.
7186         (return_eh_si): Likewise.
7187         (return_eh_di): Likewise.
7188         * config/rs6000/rs6000.c (mtcrf_operation): Don't look for,
7189         or check, the USE.
7190         (rs6000_emit_prologue): Don't emit the USE for movsi_to_cr.
7191         Don't generate a PARALLEL around a single operation movsi_to_cr.
7192         Generate the RETURN first in any PARALLELs.
7193
7194         * rtlanal.c (single_set_1): Use fatal_insn to display the
7195         invalid insn.  Check for more cases when a USE or CLOBBER occurs
7196         before a SET.
7197         * Makefile.in: Update dependencies for rtlanal.o.
7198
7199 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
7200
7201         * i386.c: Move include of "config.h" to before that of <setjmp.h>.
7202
7203 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
7204
7205         * c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi:
7206         Consistently use @email for formatting email addresses.
7207
7208 2000-09-29  Richard Henderson  <rth@cygnus.com>
7209
7210         * cse.c (notreg_cost): New argument outer.
7211         (COST): Pass in SET to notreg_cost
7212         (COST_IN): New.
7213         (fold_rtx): Use COST_IN.  Prefer constants when costs
7214         are the same.
7215
7216 2000-09-29  David Edelsohn  <edelsohn@gnu.org>
7217
7218         * fixinc/inclhack.def (broken_cabs): Generalize regex.
7219         * fixinc/fixincl.x: Regenerate.
7220
7221 2000-09-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7222
7223         * loop.c (check_final_value): A GIV is not replaceable if used
7224         before set.
7225
7226 Fri Sep 29 10:04:12 2000  Jeffrey A Law  (law@cygnus.com)
7227
7228         * version.c: Bump to gcc-2.97.
7229
7230 Frs Sep 29 13:37:59 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7231
7232         * final.c (final_scan_insn): Remove extra extract_insn call;
7233         Use caching for constrain_operands.
7234         (cleanup_subreg_operands): Use caching for extract_insn.
7235         * recog.c (constrain_operands_cached): New.
7236         * recog.h (constrain_operands_cached): Declare.
7237         * i386.c (ix86_attr_length_immediate_default,
7238         ix86_attr_length_address_default, ix86_agi_dependant): Cache
7239         extract_insn call.
7240
7241         * recog.c (asm_noperands): Tweak.
7242         (extract_insn): Do not call asm_noperads for non-asm instructions.
7243
7244 Fri Sep 29 13:20:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7245
7246         * recog.c (recog_memoized): Rename to recog_memoized_1.
7247         * recog.h (recog_memoized): Rename to recog_memoized_1.
7248         (recog_memoized): New macro.
7249         * rtl.h (single_set): Rename to single_set_1
7250         (single_set): New macro.
7251         * rtlanal.c (single_set): Rename to single_set_1;  expect clobbers
7252         to be last.
7253
7254         * i386.md (strmovsi_1, strmovhi_1 strmovqi_1):
7255         Do not use match_dup of input operands at outputs.
7256         Use register_operand for memory expression.
7257         (rep_movsi): Put use last, canonicalize.
7258         Use register_operand for memory expression.
7259         (rep_movqi): Put use last.
7260         Use register_operand for memory expression.
7261         (strsetsi_1, strset_hi_1, strsetqi_1): Do not use match_dup
7262         of input operands at outputs.  Use register_operand for memory
7263         expression.
7264         (rep_stossi): Put use last; canonicalize; fix match_dup in
7265         the address expression
7266         (rep_stosqi): Likewise.
7267         (memcmp expander): Update calls.
7268         (cmpstrsi_nz_1, cmpstrsi_1, strlensi_1): Avoid match_dups in
7269         the clobbers.
7270
7271         * i386.md (fp_jcc_3, fp_jcc_4, jp_fcc_5): if_then_else operand is
7272         VOIDmode.
7273         (fp_jcc_4, fp_jcc_3): Refuse unordered comparisons.
7274
7275 2000-09-28  David O'Brien  <obrien@FreeBSD.org>
7276
7277         * config/i386/freebsd-aout.h: New, FreeBSD a.out config file.
7278         Contains the old contents of config/i386/freebsd.h
7279         * config/i386/freebsd.h: Now the ELF rather than a.out config file.
7280         Contains the old contents of config/i386/freebsd-elf.h
7281         * config/i386/freebsd-elf.h: Retire this file -- contents moved to
7282         config/i386/freebsd.h.
7283         * configure.in: Adjust for above changes.
7284         * po/POTFILES.in: Likewise.
7285         * po/en_GB.po: Likewise.
7286         * po/gcc.pot: Likewise.
7287         * configure: Rebuilt.
7288
7289 2000-09-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7290
7291         * doloop.c (doloop_modify): Prevent delete_insn() from
7292         deleting too much.  Prefer loop->top over loop->start as
7293         target for the new JUMP insn.
7294         (doloop_valid_p): Ignore loop with exit_count != 0.
7295
7296 2000-09-28  Philipp Thomas  <pthomas@suse.de>
7297
7298         * invoke.texi (i386 Options): Add athlon to table of possible
7299         choices for -mcpu=.
7300
7301 2000-09-28  Gabriel Dos Reis  <gdr@codesourcery.com>
7302
7303         * diagnostic.h (output_clear_message_text): New function.
7304         (output_message_text): New macro.
7305
7306         * diagnostic.c (clear_text_info): Rename to
7307         output_clear_message_text.
7308         (output_clear): Adjust.
7309         (output_finish): Rename to output_finalize_message.  Tweek.
7310         (output_to_stream): Adjust.
7311
7312 2000-09-28  Neil Booth  <neilb@earthling.net>
7313
7314         * cpperror.c (_cpp_begin_message):  Do the test for suppression
7315         of warnings and pedantic warnings before the "is a warning an
7316         error" tests.
7317         * cppinit.c (cpp_handle_option): Remove surplus \n.
7318         * cpplex.c (ON_REST_ARG): Delete.
7319         (skip_block_comment): Initialise prevc.
7320         (parse_args): Improve error messages.
7321         (maybe_paste_with_next): Use CONTEXT_VARARGS rather
7322         than ON_REST_ARG.
7323         * cpplib.c (cpp_push_buffer): Fix grammar in message.
7324         * cppmain.c (main): Set callbacks for #ident and #pragma
7325         only if no_output option is false.
7326         (do_pragma_implementation): Only call the #pragma handler
7327         if it is set in the cpp_reader structure.
7328
7329 Wed Sep 27 14:00:07 2000  Donald Lindsay  <dlindsay@cygnus.com>
7330
7331         * integrate.c (copy_insn_list): if an ignored return value
7332         is being clobbered, skip cloning that into the inline copy.
7333
7334 2000-09-27  Joseph S. Myers  <jsm28@cam.ac.uk>
7335
7336         * extend.texi, invoke.texi, gcc.texi, install.texi: Consistently
7337         use @uref for formatting URLs.
7338
7339 2000-09-27  Mark Elbrecht  <snowball3@bigfoot.com>
7340
7341         * config/i386/djgpp.h (UNIQUE_SECTION): Constify the variables
7342         name and prefix.
7343
7344 Tue 26-Sep-2000 18:25:38 BST  Neil Booth  <neilb@earthling.net>
7345
7346         * gcc.c (cpp_options): Add spec for -ftabstop=.
7347         (invoke_as): New spec that handles invoking as.
7348         Update specs to handle -save-temps and -traditional.
7349         * ch/lang-specs.h, f/lang-specs.h, java/lang-specs.h:
7350         Use invoke_as.
7351         * cp/lang-specs.h, objc/lang-specs.h: Update to use
7352         invoke_as, and handle -save-temps and -traditional (if
7353         appropriate).
7354
7355 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
7356
7357         * config/sparc/sparc.c (sparc_emit_set_const64): Don't abort when
7358         op0 is a SUBREG.
7359         (function_arg_slotno): Accept TImode/CTImode.
7360         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): If IN_LIBGCC2 define
7361         to UNITS_PER_WORD.
7362
7363 2000-09-26  Michael Hayes  <mhayes@cygnus.com>
7364
7365         * flow.c (flow_loop_pre_header_scan): Punt if loop enters
7366         from entry block.
7367
7368 2000-09-25  Jim Wilson  <wilson@cygnus.com>
7369
7370         * config/ia64/ia64.h (INDEX_REG_CLASS): Define to GENERAL_REGS.
7371         (REGNO_OK_FOR_INDEX_P): Define to REGNO_OK_FOR_BASE_P.
7372         (LEGITIMATE_ADDRESS_DISP): Use LEGITIMATE_ADDRESS_REG.
7373         (REG_OK_FOR_INDEX): Define to REG_OK_FOR_BASE_P.
7374
7375 Tue 26-Sep-2000 00:16:22 BST  Neil Booth  <neilb@earthling.net>
7376
7377         * cpplex.c (parse_args): Don't set VOID_REST flag.
7378         (CONTEXT_VARARGS): New flag.
7379         (maybe_paste_with_next): Set context earlier in loop.  Use
7380         it.  Do varargs test with CONTEXT_VARARGS flag.
7381         (push_arg_context): Set CONTEXT_VARARGS flag if we're
7382         pushing an argument context for a varargs argument.
7383         * cpplib.h (VOID_REST): Delete.
7384         * gcc.dg/cpp/vararg1.c: Add test case.
7385
7386 2000-09-25  Branko Cibej  <branko.cibej@hermes.si>
7387
7388         * flags.h:  Declare warning flag warn_system_headers.
7389         * toplev.c:  Define it.
7390         (W_options): Add option -Wsystem-headers.
7391         * diagnostic.c (count_error): Test warn_system_headers.
7392         * invoke.texi:  Add description for -Wsystem-headers.
7393         * cpplib.h (cpp_options): New member warn_system_headers.
7394         * cpphash.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Don't test
7395         CPP_IN_SYSTEM_HEADER.
7396         * cpplib.c (do_import, do_pragma_once): Likewise.
7397         * cpperror.c (_cpp_begin_message): Test warn_system_headers
7398         and CPP_IN_SYSTEM_HEADER.
7399         * cppinit.c (handle_option): Recognize -Wsystem_headers.
7400         (print_help): Describe -Wsystem_headers.
7401         * cpplex.c (lex_line): Reorganize condition so that warnings
7402         about C++ comments in system headers can be enabled. Remove
7403         label do_line_comment.
7404
7405 Mon 25-Sep-2000 23:38:27 BST  Neil Booth  <neilb@earthling.net>
7406
7407         * cpplex.c (save_comment): Only store the initial '/'
7408         now.
7409         (lex_token): Combine handling of the two comment types.
7410         Pass everything but the initial '/' to save_comment.
7411
7412 Mon 25-Sep-2000 23:31:45 BST  Neil Booth  <neilb@earthling.net>
7413
7414         * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,
7415         _cpp_can_paste): New library-internal prototypes.
7416         * cpplex.c (dump_param_spelling, output_line_command,
7417         output_token, cpp_scan_buffer, cpp_scan_buffer_nooutput,
7418         cpp_printf, cpp_output_list): Move to cppoutput.c.
7419         (process_directive, can_paste, digraph_spellings): Add _cpp_ prefix.
7420         * cppmacro.c (dump_macro_args, cpp_dump_definition) Move to
7421         cppoutput.c.
7422         * cppoutput.c (dump_macro_args, cpp_dump_definition, output_token,
7423         dump_param_spelling, output_line_command, cpp_scan_buffer,
7424         cpp_scan_buffer_nooutput, cpp_printf, cpp_output_list): Moved
7425         from elsewhere.
7426         * Makefile.in: Add cppoutput.c.
7427         * po/POTFILES.in: Add cppoutput.c.
7428
7429 2000-09-25  Richard Henderson  <rth@cygnus.com>
7430
7431         * config/ia64/ia64.c (ia64_print_operand): Define 'e' as 64-n.
7432         * config/ia64/ia64.md (rotrsi3): Allow variable rotates; don't
7433         split until after reload.
7434         (rotlsi3, rotldi3): New.
7435
7436 2000-09-25  Gabriel Dos Reis  <gdr@codesourcery.com>
7437
7438         * diagnostic.c (output_last_position): Define.
7439         (set_real_maximum_length): Tweek.
7440         * diagnostic.h (output_last_position): Declare.
7441
7442 2000-09-25  Kazu Hirata  <kazu@hxi.com>
7443
7444         * config/i386/i386.c: Fix formatting.
7445
7446 2000-09-24  Alan Lehotsky  <alehotsky@cygnus.com>
7447
7448         * emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG when
7449         UNITS_PER_WORD is small.
7450
7451 2000-09-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7452
7453         * c-common.c (format_char_info): Add flags2; update comments.
7454         (print_char_table, scan_char_table, time_char_table): Split some
7455         flags out into flags2.
7456         (check_format_info): Use flags2 for those flags, for identifying
7457         the initial character of a scanf scanset, and for identifying
7458         printf formats where the '0' flag is ignored with precision.
7459
7460 2000-09-25  Hans-Peter Nilsson  <hp@axis.com>
7461
7462         Changes below marked "here" add TABs on either or both sides,
7463         covering start of line, up to any operand for all noted .*ASM.*_OP
7464         definitions.  All callers changed.
7465         * tm.texi: Make documented *_ASM.*_OP:s include spacing
7466         (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, SHARED_SECTION_ASM_OP,
7467         BSS_SECTION_ASM_OP, SHARED_BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
7468         ASM_BYTE_OP, FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
7469         ASM_STABS_OP, ASM_STABD_OP, ASM_STABN_OP).
7470         Fix typos in description for LONG_LONG_TYPE_SIZE and
7471         FINI_SECTION_ASM_OP.
7472         * crtstuff.c (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Explain
7473         why these defaults don't have leading spacing.
7474         * dbxout.c (ASM_STABS_OP, ASM_STABN_OP): Here.
7475         * dwarf2out.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
7476         UNALIGNED_DOUBLE_INT_ASM_OP, SECTION_ASM_OP, ASM_BYTE_OP): Here.
7477         * dwarfout.c (FILE_ASM_OP, VERSION_ASM_OP,
7478         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, ASM_BYTE_OP,
7479         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP): Here.
7480         * defaults.h (ASM_STABD_OP, EH_FRAME_SECTION_ASM_OP): Here.
7481         * varasm.c (ASM_STABS_OP): Here.
7482         * xcoffout.h (ASM_STABS_OP): Here.
7483         * config/elfos.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
7484         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
7485         INT_ASM_OP, ASCII_DATA_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP,
7486         STRING_ASM_OP): Here.
7487         * config/freebsd.h (IDENT_ASM_OP): Here.
7488         * config/linux-aout.h (SET_ASM_OP): Here.
7489         * config/linux.h (SET_ASM_OP): Here.
7490         * config/lynx.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7491         INT_ASM_OP): Here.
7492         * config/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
7493         * config/nextstep.h (EH_FRAME_SECTION_ASM_OP, ALIGN_ASM_OP): Here.
7494         * config/openbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
7495         * config/psos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7496         INT_ASM_OP): Here.
7497         * config/ptx4.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
7498         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
7499         INT_ASM_OP, ASCII_DATA_ASM_OP, CONST_SECTION_ASM_OP,
7500         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
7501         FINI_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP STRING_ASM_OP): Here.
7502         * config/svr3.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7503         CONST_SECTION_ASM_OP, ASM_BYTE_OP): Here.
7504         * config/a29k/udi.h (INT_ASM_OP): Here.
7505         * config/alpha/alpha-interix.h (CONST_SECTION_ASM_OP,
7506         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
7507         SET_ASM_OP): Here.
7508         * config/alpha/alpha.h (TEXT_SECTION_ASM_OP,
7509         READONLY_DATA_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7510         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
7511         UNALIGNED_DOUBLE_INT_ASM_OP, ASM_STABS_OP, ASM_STABN_OP,
7512         ASM_STABD_OP): Here.
7513         * config/alpha/elf.h (IDENT_ASM_OP, SKIP_ASM_OP, ALIGN_ASM_OP,
7514         COMMON_ASM_OP, INT_ASM_OP, ASCII_DATA_ASM_OP,
7515         CONST_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7516         BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP,
7517         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, TYPE_ASM_OP,
7518         SIZE_ASM_OP, STRING_ASM_OP): Here.
7519         * config/alpha/vms.h (LINK_SECTION_ASM_OP,
7520         READONLY_SECTION_ASM_OP, LITERALS_SECTION_ASM_OP,
7521         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, COMMON_ASM_OP): Here.
7522         * config/arc/arc.h (ASM_BYTE_OP, SET_ASM_OP): Here.
7523         (PUSHSECTION_ASM_OP): Define this, not PUSHSECTION_FORMAT.
7524         * config/arm/aof.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP):
7525         Here.
7526         * config/arm/aout.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7527         BSS_SECTION_ASM_OP, SET_ASM_OP): Here.
7528         * config/arm/coff.h (INT_ASM_OP): Here.
7529         * config/arm/conix-elf.h (UNALIGNED_WORD_ASM_OP): Here.
7530         * config/arm/elf.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP): Here.
7531         * config/arm/linux-elf.h (IDENT_ASM_OP, CONST_SECTION_ASM_OP,
7532         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Here.
7533         * config/arm/unknown-elf.h (UNALIGNED_WORD_ASM_OP): Here.
7534         * config/avr/avr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7535         ASM_BYTE_OP, TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP,
7536         STRING_ASM_OP): Here.  Update documentation copy in comments.
7537         * config/c4x/c4x.h (ASM_STABS_OP, BSS_SECTION_ASM_OP): Here.
7538         * config/clipper/clipper.h (TEXT_SECTION_ASM_OP,
7539         DATA_SECTION_ASM_OP): Here.
7540         * config/clipper/clix.h (BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP):
7541         Here.
7542         * config/convex/convex.h (TEXT_SECTION_ASM_OP,
7543         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
7544         * config/d30v/d30v.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7545         BSS_SECTION_ASM_OP): Here.
7546         * config/fr30/fr30.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7547         BSS_SECTION_ASM_OP): Here.
7548         * config/fx80/fx80.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7549         Here.
7550         * config/gmicro/gmicro.h (TEXT_SECTION_ASM_OP,
7551         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
7552         * config/h8300/h8300.h (ASM_WORD_OP): Here.
7553         * config/i370/i370.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7554         BSS_SECTION_ASM_OP): Here.
7555         * config/i386/aix386.h (INIT_SECTION_ASM_OP): Here.
7556         * config/i386/bsd.h (ASM_BYTE_OP): Here.
7557         * config/i386/cygwin.h (SET_ASM_OP, INT_ASM_OP): Here.
7558         * config/i386/dgux.h (CONST_SECTION_ASM_OP): Here.
7559         * config/i386/djgpp.h (IDENT_ASM_OP, INT_ASM_OP, SET_ASM_OP):
7560         Here.
7561         * config/i386/freebsd-elf.h (SET_ASM_OP): Here.
7562         * config/i386/freebsd.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP):
7563         Here.
7564         * config/i386/i386-coff.h (CTORS_SECTION_ASM_OP,
7565         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7566         * config/i386/i386-interix.h (STRING_ASM_OP, CONST_SECTION_ASM_OP,
7567         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
7568         SET_ASM_OP): Here.
7569         * config/i386/i386elf.h (BSS_SECTION_ASM_OP): Here.
7570         * config/i386/netbsd.h (INT_ASM_OP): Here.
7571         * config/i386/openbsd.h (INT_ASM_OP): Here.
7572         * config/i386/osfrose.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP,
7573         IDENT_ASM_OP): Here.
7574         * config/i386/sco5.h (ALIGN_ASM_OP, ASCII_DATA_ASM_OP,
7575         ASM_BYTE_OP, IDENT_ASM_OP, COMMON_ASM_OP, SET_ASM_OP,
7576         LOCAL_ASM_OP, INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, STRING_ASM_OP,
7577         SKIP_ASM_OP, GLOBAL_ASM_OP): Here.
7578         * config/i386/seq-sysv3.h (SHARED_SECTION_ASM_OP,
7579         SHARED_BSS_SECTION_ASM_OP): Here.
7580         * config/i386/sequent.h (SHARED_SECTION_ASM_OP): Here.
7581         * config/i386/sun386.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
7582         DATA_SECTION_ASM_OP): Here.
7583         * config/i386/svr3gas.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7584         CONST_SECTION_ASM_OP): Here.
7585         * config/i386/sysv3.h (INIT_SECTION_ASM_OP): Here.
7586         * config/i386/unix.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7587         BSS_SECTION_ASM_OP): Here.
7588         * config/i860/bsd-gas.h (ASCII_DATA_ASM_OP): Here.
7589         * config/i860/bsd.h (ASCII_DATA_ASM_OP): Here.
7590         * config/i860/fx2800.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP,
7591         BSS_ASM_OP): Here, but use trailing spaces.
7592         * config/i860/i860.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
7593         DATA_SECTION_ASM_OP): Here.
7594         * config/i860/paragon.h (ASCII_DATA_ASM_OP, BSS_SECTION_ASM_OP):
7595         Here.
7596         * config/i860/sysv3.h (ASCII_DATA_ASM_OP, CTORS_SECTION_ASM_OP,
7597         DTORS_SECTION_ASM_OP, TDESC_SECTION_ASM_OP): Here.
7598         * config/i860/sysv4.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7599         TDESC_SECTION_ASM_OP): Here.
7600         * config/i960/i960-coff.h (CTORS_SECTION_ASM_OP,
7601         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7602         * config/i960/i960.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7603         Here.
7604         * config/ia64/ia64.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7605         BSS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
7606         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
7607         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
7608         * config/ia64/sysv4.h (ASM_BYTE_OP, STRING_ASM_OP, SKIP_ASM_OP,
7609         COMMON_ASM_OP, ASCII_DATA_ASM_OP, INIT_SECTION_ASM_OP,
7610         FINI_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7611         SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Here.
7612         * config/m32r/m32r.h (SCOMMON_ASM_OP): Here.
7613         * config/m68hc11/m68hc11.h (GLOBAL_ASM_OP): Here.
7614         * config/m68k/auxas.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
7615         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
7616         SET_ASM_OP): Here.
7617         * config/m68k/coff.h (BSS_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
7618         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7619         * config/m68k/crds.h (BSS_SECTION_ASM_OP): Here.
7620         * config/m68k/dpx2.h (ASM_BYTE_OP, GLOBAL_ASM_OP): Here.
7621         * config/m68k/hp320.h (ASCII_DATA_ASM_OP, GLOBAL_ASM_OP): Here.
7622         * config/m68k/linux.h (BSS_SECTION_ASM_OP): Here.
7623         * config/m68k/lynx.h (BSS_SECTION_ASM_OP): Here.
7624         * config/m68k/m68k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7625         GLOBAL_ASM_OP): Here.
7626         * config/m68k/m68kelf.h (SWBEG_ASM_OP, BSS_ASM_OP,
7627         BSS_SECTION_ASM_OP): Here.
7628         * config/m68k/m68kv4.h (BSS_ASM_OP): Here.
7629         * config/m68k/mot3300.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7630         ASCII_DATA_ASM_OP, SET_ASM_OP, CTORS_SECTION_ASM_OP,
7631         DTORS_SECTION_ASM_OP, GLOBAL_ASM_OP, ASM_BYTE_OP, ALIGN_ASM_OP,
7632         SKIP_ASM_OP): Here.
7633         * config/m68k/newsgas.h (SET_ASM_OP): Here.
7634         * config/m68k/rtemself.h (INIT_SECTION_ASM_OP,
7635         FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
7636         * config/m68k/sgs.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
7637         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
7638         SET_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here,
7639         but use trailing spaces.
7640         * config/m68k/tower-as.h (TEXT_SECTION_ASM_OP,
7641         DATA_SECTION_ASM_OP, GLOBAL_ASM_OP, INIT_SECTION_ASM_OP,
7642         FINI_SECTION_ASM_OP, CONST_SECTION_ASM_OP, BSS_SECTION_ASM_OP):
7643         Here.
7644         * config/m88k/dgux.h (FINI_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
7645         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
7646         * config/m88k/m88k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7647         CONST_SECTION_ASM_OP, TDESC_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
7648         DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7649         IDENT_ASM_OP, FILE_ASM_OP, SECTION_ASM_OP, SET_ASM_OP,
7650         GLOBAL_ASM_OP, ALIGN_ASM_OP, SKIP_ASM_OP, COMMON_ASM_OP,
7651         BSS_ASM_OP, FLOAT_ASM_OP, DOUBLE_ASM_OP, INT_ASM_OP, SHORT_ASM_OP,
7652         CHAR_ASM_OP, ASCII_DATA_ASM_OP, SBSS_ASM_OP, SCOMM_ASM_OP,
7653         SDATA_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, INTERNAL_ASM_OP,
7654         VERSION_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
7655         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP, REQUIRES_88110_ASM_OP,
7656         ASM_BYTE_OP): Here.
7657         * config/m88k/openbsd.h (SET_ASM_OP): Here.
7658         * config/m88k/sysv4.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7659         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
7660         * config/mcore/mcore-elf.h (UNALIGNED_INT_ASM_OP,
7661         UNALIGNED_SHORT_ASM_OP, CTORS_SECTION_ASM_OP,
7662         DTORS_SECTION_ASM_OP): Here.
7663         * config/mcore/mcore-pe.h (CTORS_SECTION_ASM_OP,
7664         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7665         * config/mips/elf.h (TYPE_ASM_OP, SIZE_ASM_OP,
7666         BSS_SECTION_ASM_OP): Here.
7667         * config/mips/elf64.h (TYPE_ASM_OP, SIZE_ASM_OP): Here.
7668         * config/mips/iris5.h (ABICALLS_ASM_OP): Here.
7669         * config/mips/iris6.h (TYPE_ASM_OP, SIZE_ASM_OP,
7670         POPSECTION_ASM_OP, BSS_SECTION_ASM_OP, CONST_SECTION_ASM_OP_32,
7671         CONST_SECTION_ASM_OP_64, CTORS_SECTION_ASM_OP,
7672         DTORS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
7673         * config/mips/mips.c (ABICALLS_ASM_OP): Here.
7674         * config/mips/mips.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP):
7675         Here.
7676         * config/mips/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP):
7677         Here.
7678         * config/mips/osfrose.h (SET_ASM_OP): Here.
7679         * config/mips/sni-svr4.h (ABICALLS_ASM_OP): Here.
7680         * config/ns32k/encore.h (SHARED_SECTION_ASM_OP): Here.
7681         * config/ns32k/merlin.h (SHARED_SECTION_ASM_OP): Here.
7682         * config/ns32k/ns32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7683         Here.
7684         * config/ns32k/sequent.h (SHARED_SECTION_ASM_OP): Here.
7685         * config/ns32k/tek6000.h (SHARED_SECTION_ASM_OP): Here.
7686         * config/pa/pa-64.h (INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP): Here.
7687         * config/pa/pa.h (ASM_STABS_OP, ASM_STABN_OP): Here.
7688         * config/pj/pj.h (SET_ASM_OP, BSS_SECTION_ASM_OP): Here.
7689         * config/pyr/pyr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7690         Here.
7691         * config/romp/romp.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7692         Here.
7693         * config/rs6000/rs6000.h (SET_ASM_OP): Here.
7694         * config/rs6000/sol2.h (ASM_STABN_OP): Here.
7695         * config/rs6000/sysv4.h (SKIP_ASM_OP, LOCAL_ASM_OP, LCOMM_ASM_OP):
7696         Here.
7697         * config/sh/sh.h (SET_ASM_OP, BSS_SECTION_ASM_OP,
7698         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here.
7699         * config/sparc/linux.h (COMMON_ASM_OP): Here.
7700         * config/sparc/linux64.h (COMMON_ASM_OP,
7701         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
7702         * config/sparc/litecoff.h (BSS_SECTION_ASM_OP,
7703         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7704         * config/sparc/lynx.h (BSS_SECTION_ASM_OP): Here.
7705         * config/sparc/pbd.h (ASM_INT_OP): Here.
7706         * config/sparc/sp64-elf.h (UNALIGNED_LONGLONG_ASM_OP): Here.
7707         * config/sparc/sparc.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
7708         DATA_SECTION_ASM_OP, IDENT_ASM_OP): Here.
7709         * config/sparc/sun4gas.h (UNALIGNED_DOUBLE_INT_ASM_OP,
7710         UNALIGNED_INT_ASM_OP, UNALIGNED_SHORT_ASM_OP): Here.
7711         * config/sparc/sysv4.h (STRING_ASM_OP, COMMON_ASM_OP, SKIP_ASM_OP,
7712         UNALIGNED_DOUBLE_INT_ASM_OP, UNALIGNED_INT_ASM_OP,
7713         UNALIGNED_SHORT_ASM_OP, PUSHSECTION_ASM_OP, POPSECTION_ASM_OP,
7714         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
7715         CONST_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7716         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7717         EH_FRAME_SECTION_ASM_OP): Here.
7718         * config/sparc/vxsim.h (COMMON_ASM_OP): Here.
7719         * config/spur/spur.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7720         Here.
7721         * config/tahoe/tahoe.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7722         Here.
7723         * config/v850/v850.h (SCOMMON_ASM_OP, ZCOMMON_ASM_OP,
7724         TCOMMON_ASM_OP): Here.
7725         * config/vax/vax.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7726         Here.
7727         * config/we32k/we32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7728         ASM_BYTE_OP): Here.
7729
7730 2000-09-25  Richard Henderson  <rth@cygnus.com>
7731
7732         * expmed.c (store_bit_field): Adjust last change to not consider
7733         any word-sized field naturally aligned.
7734
7735 2000-09-24  Richard Henderson  <rth@cygnus.com>
7736
7737         * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
7738         TFmode unordered compares properly.  Revalidate integer compare
7739         operands.
7740         (alpha_emit_setcc): New.
7741         (alpha_emit_conditional_move): Revalidate integer compare operands.
7742         * config/alpha/alpha-protos.h: Update.
7743         * config/alpha/alpha.md (cmpdi): Allow general operands.
7744         (sne): Use alpha_emit_setcc.
7745         (seq, slt, sle, sgt, sge, sltu, sleu, sgtu, sgeu): Likewise.
7746         (sunordered, sordered): New.
7747
7748 2000-09-24  Richard Henderson  <rth@cygnus.com>
7749
7750         * config/ia64/ia64-protos.h: Update.
7751         * config/ia64/ia64.c (call_multiple_values_operation): Remove.
7752         (ia64_expand_call): New.
7753         (ia64_expand_prologue): Emit an alloc if we need extra input
7754         registers.
7755         (ia64_expand_epilogue): New arg sibcall_p; don't emit the return
7756         instruction if true.
7757         (struct reg_flags): Add is_sibcall.
7758         (rtx_needs_barrier): A sibcall does not use CFM et al.  Ignore USEs.
7759         (emit_insn_group_barriers): Set flags.is_sibcall.  Remove hacks
7760         for CODE_FOR_gr_spill_internal/CODE_FOR_gr_restore_internal.
7761         * config/ia64/ia64.h (PREDICATE_CODES): Update.
7762         * config/ia64/ia64.md (call): Use ia64_expand_call.
7763         (call_value): Likewise.
7764         (sibcall, sibcall_value): New.
7765         (call patterns): Remove extra expanders; tidy.
7766         (sibcall_epilogue): New.
7767         (set_bsp): Remove the extra USE.  Put the operand inside the UNSPEC.
7768
7769 2000-09-24  Richard Henderson  <rth@cygnus.com>
7770
7771         * emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode.
7772
7773         * sibcall.c (skip_pic_restore): New.
7774         (identify_call_return_value): Use it.
7775
7776 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
7777
7778         * c-tree.texi: Moved here from cp/ir.texi.  Documented nested
7779         functions.  Generalize to handle both C and C++.
7780         * Makefile.in (c-tree.info): New target.
7781         (info): Add c-tree.info.
7782
7783 Sun Sep 24 09:15:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7784
7785         * expr.c (store_field): If BITSIZE is negative, use size of type.
7786         (expand_expr, case COMPONENT_EXPR): Likewise.
7787
7788 Sun 24-Sep-2000 11:40:23 BST  Neil Booth  <NeilB@earthling.net>
7789
7790         * cpplex.c: Update TODO comment.
7791         * cpplib.c (do_error, do_warning): Merge common code of
7792         do_error and do_warning into do_diagnostic.  Use it.
7793         (do_diagnostic): New function.
7794         * cpplib.h: Fix comment typo.
7795
7796 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
7797
7798         * c-common.c (check_format_info): Warn for a wide character string
7799         used as a non-wide format argument.
7800
7801 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
7802
7803         * builtins.def (BUILT_IN_LLABS): Add.
7804         * builtins.c (expand_builtin): Also abort on BUILT_IN_LLABS.
7805         * c-common.c (c_common_nodes_builtins): Create builtin functions
7806         __builtin_llabs, and plain llabs unless no_nonansi_builtins
7807         outside of C99 mode.
7808         (expand_tree_builtin): Handle BUILT_IN_LLABS.
7809
7810 Sat 23-Sep-2000 22:39:18 BST  Neil Booth  <NeilB@earthling.net>
7811
7812         * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,
7813         CPP_PUTC, DUMMY_TOKEN, NO_DUMMY_TOKEN): Delete.
7814         * cpplex.c (_cpp_expand_token_space, _cpp_init_toklist,
7815         _cpp_free_toklist): No need to worry about extra dummy token
7816         at the start of token lists any more.
7817         (trigraph_ok): Only warn outside comments.
7818         (skip_block_comment): Set and clear lexing_comment.
7819         (skip_line_comment): Take a cpp_reader not cpp_buffer.
7820         Set and clear lexing_comment.
7821         (parse_number): Handle leading '.' indicated by pfile->seen_dot.
7822         (check_long_token): Delete.
7823         (lex_percent, lex_dot): New subroutines of lex_token to
7824         handle lexing of '.' and '%' without lookback.
7825         (lex_token): Use lex_dot and lex_percent.
7826         (lex_line): Don't check for LIST_OFFSET.
7827         (_cpp_init_input_buffer): Update for new _cpp_init_toklist.
7828         * cpplib.c (_cpp_parse_assertion): Similarly.
7829         (cpp_push_buffer): Initialize extra_char.
7830         * cpplib.h (LIST_OFFSET): Delete.
7831         (struct cpp_buffer): New member extra_char.
7832         (struct lexer_state): New members lexing_comment and seen_dot.
7833
7834 2000-09-23  Jason Merrill  <jason@redhat.com>
7835
7836         * config/rs6000/x-aix41 (CLIB): Define here.
7837         * config/rs6000/t-aix43: Not here.
7838         * config/rs6000/t-aix41: Or here.  Remove.
7839         * configure.in: Don't use it.
7840
7841 2000-09-22  Jason Merrill  <jason@redhat.com>
7842
7843         * configure.in: Add test for HAVE_LD_DWARF_LINKONCE.
7844         * toplev.c: Use it to initialize flag_eliminate_dwarf2dups.
7845         * config.in: Regenerate.
7846
7847         * configure.in: Fix checks for assembler features when using a
7848         one-tree assembler that has not yet been built.
7849         Fix --disable-threads.
7850
7851 2000-09-19  Geoff Keating  <geoffk@cygnus.com>
7852
7853         * stmt.c (expand_asm_operands): Allow # in constraints.
7854
7855 2000-09-22  Jason Merrill  <jason@redhat.com>
7856
7857         * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
7858
7859         * dbxout.c (dbxout_symbol_name): Just use DECL_NAME for
7860         function-local names.
7861
7862 2000-09-22  Brad Lucier <lucier@math.purdue.edu>
7863             Mark Mitchell  <mark@codesourcery.com>
7864
7865         * toplev.c (warn_disabled_optimization): Declare new warning flag.
7866         * flags.h (warn_disabled_optimization): Add it here.
7867         * gcse.c (gcse_main): Add warning when disabled.
7868         * invoke.texi: Document -Wdisabled-optimization.
7869
7870 2000-09-21  Jason Merrill  <jason@redhat.com>
7871
7872         * dwarf2out.c (add_const_value_attribute): Multiply by length, not 4.
7873
7874         * dwarf2out.c (tree_add_const_value_attribute): New fn.
7875         (gen_variable_die): Call it for non-definitions.
7876
7877         * dwarf2out.c (die_struct): Add die_mark field.
7878         (mark_dies, unmark_dies): New fns.
7879         (clear_die_sizes): Remove.
7880         (print_die): Check die_symbol rather than die_offset.
7881         (build_abbrev_table, output_pubnames, output_aranges): Check
7882         die_mark rather than die_offset.
7883         (output_comp_unit): Move calc_die_sizes after build_abbrev_table.
7884         Call mark_dies.
7885
7886 Thu 21-Sep-2000 18:19:05 BST  Neil Booth  <NeilB@earthling.net>
7887
7888         * cppfiles.c (lookup_include_file): Rename to open_file.
7889         Always create a splay tree value, even on syscall failures.
7890         Negative entries indicated by fd == -2.
7891         Re-open files closed in the meantime.
7892         (_cpp_fake_include): Create a negative splay tree entry.
7893         (find_include_file, cpp_read_file): Update for function name
7894         change.
7895         * gcc.gd/cpp/mi4.c: Testcase.
7896
7897 2000-09-21  Nick Clifton  <nickc@redhat.com>
7898
7899         * config/arm/t-arm-elf (MULTILIB_DIRNAMES): Enable multilibs for
7900         ARM and THUMB modes.
7901
7902         * config/mcore/mcore.c: Fix compile time warnings.
7903         * config/mcore/mcore-protos.h: Fix compile time warnings.
7904
7905 2000-09-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
7906
7907         * configure.in: Correct test of gcc_cv_glibc.
7908         * configure: Rebuilt.
7909         * config.in: Rebuilt.
7910
7911 2000-09-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7912
7913         * builtins.c (expand_builtin_fputs): Also expand when length!=1.
7914         (expand_builtin): Handle BUILT_IN_FWRITE.
7915
7916         * builtins.def (BUILT_IN_FWRITE): New entry.
7917
7918         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_fwrite.
7919
7920 Wed Sep 20 15:39:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7921
7922         * gcc.c (modify_target): New variable and struct.
7923         (process_command): Handle MODIFY_TARGET_NAME.
7924         * tm.texi (MODIFY_TARGET_NAME): Add documentation for new macro.
7925         * config/pa/pa.h (MODIFY_TARGET_NAME): New macro.
7926
7927         * c-decl.c (finish_decl): Add else's to avoid referencing
7928         TYPE_DOMAIN of an ERROR_MARK.
7929
7930 Wed Sep 20 21:44:31 2000  Denis Chertykov  <denisc@overta.ru>
7931
7932         * config/avr/avr.c (adjust_insn_length): Adjust lengths of
7933         `reload_in*' insns.
7934
7935 2000-09-19  Marek Michalkiewicz  <marekm@linux.org.pl>
7936
7937         * config/avr/avr.md (neghi2): Add alternative for input and output
7938         operands in different registers, as in negsi2.
7939         (*negsi2): Remove '*' from the name.  Use "movw" if available.
7940
7941 2000-09-19  Jim Wilson  <wilson@cygnus.com>
7942
7943         * config/ia64/crtbegin.asm (__dso_handle): Delete use of
7944         HAVE_GAS_HIDDEN macro.
7945
7946 Tue 19-Sep-2000 22:38:57 BST  Neil Booth  <NeilB@earthling.net>
7947
7948         * cpplex.c (lex_line): Drop the EOF token for unknown
7949         directives in assembler.
7950
7951 2000-09-19  David Edelsohn  <edelsohn@gnu.org>
7952
7953         * configure.in: Allow enable_threads_flag value of "aix".  Define
7954         thread_file as "aix" for AIX 4.3 and above.
7955         * configure: Regenerated.
7956
7957         * gthr-aix.h: New file.
7958
7959         * rs6000/t-aix43: Replace soft-float multilib with pthread.
7960         Remove 403 processor multilib match.  Fix rios2 processor multilib
7961         match.
7962
7963         * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
7964         to return to appropriate csect.
7965
7966 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7967
7968         * builtins.c (is_valid_printf_arglist, expand_builtin_printf): New
7969         functions.
7970         (expand_builtin_fputs): Set `target' parameter for `expand_expr'.
7971         (expand_builtin): Handle BUILT_IN_PUTCHAR, BUILT_IN_PUTS and
7972         BUILT_IN_PRINTF.
7973
7974         * builtins.def (BUILT_IN_PUTCHAR, BUILT_IN_PUTS, BUILT_IN_PRINTF):
7975         New entries.
7976
7977         * c-common.c (init_function_format_info): Handle __builtin_printf.
7978         Set `check_function_format_ptr'.
7979         (c_common_nodes_and_builtins): Set `puts_ftype' and
7980         `printf_ftype'.  Declare __builtin_putchar, __builtin_puts,
7981         __builtin_printf and printf.
7982
7983         * tree.c, tree.h (check_function_format_ptr): Declare.
7984
7985 Tue 19-Sep-2000 18:26:57 BST  Neil Booth  <NeilB@earthling.net>
7986
7987         * cppfiles.c (read_include_file): Take no special action for
7988         zero-length files.
7989
7990 2000-09-19  Bernd Schmidt  <bernds@redhat.co.uk>
7991
7992         * final.c (insn_current_reference_address): Use INSN_SHUID of seq
7993         rather than that of branch.
7994         (shorten_branches): Don't increment insn_current_address twice.
7995
7996         Undo most of the Wed Jan 27 23:39:53 1999 patch:
7997         * loop.h (struct induction): Delete members derived, ix and last_use.
7998         (struct loop_ivs): Delete members first_increment_giv and
7999         last_increment_giv.
8000         * loop.c (verify_dominator, find_life_end, cmp_recombine_givs_stats,
8001         recombine_givs): Delete functions.
8002         (find_and_verify_loops): Don't initialize cont_dominator.
8003         (strength_reduce): Lose code to try to find bivs that can be
8004         expressed as givs of another biv, and to convert biv increments
8005         into givs.
8006         Lose loop_scan_start variable, always use loop->scan_start.
8007         Don't call recombine_givs.  Don't handle derived givs.
8008         (record_giv): Don't initialize derived and last_use fields.
8009         (biv_eliminiation_giv_has_0_offset): Lose code to handle derived
8010         givs.
8011         * unroll.c (derived_regs): Delete static variable.
8012         (unroll_loop): Don't initialize it.
8013         (copy_loop_body): Lose code to handle derived givs.
8014         (find_splittable_givs): Don't check for givs made from biv
8015         increments.
8016         Don't set derived_regs.
8017
8018         Fix misapplied earlier patch:
8019         * config/sh/sh.md (floatsisf_ie): Reenable.  Remove explicit reference
8020         to fpul.
8021         (floatsisf2): Generate floatsisf_ie by default.
8022         (floatsisf_i4): Conditional on TARGET_SH4.
8023
8024         (floatsisf2, floatsidf2, extendsfdf2): Also use reg_no_subreg_operand
8025         predicate for the expanders.
8026
8027 2000-09-19  Richard Henderson  <rth@cygnus.com>
8028
8029         * config/i386/i386.h (CPP_CPU_SPEC): Define i586 and i686 symbols
8030         in addition to pentium and pentiumpro symbols.
8031         (CPP_CPU_DEFAULT_SPEC): Likewise.
8032
8033         * c-typeck.c (c_expand_asm_operands): Restore the output tree
8034         after expanding.
8035
8036         * stmt.c (expand_expr_stmt): Only call warn_if_unused_value
8037         if the tree has side effects.
8038         (warn_if_unused_value): Do not warn about void constructs.
8039
8040         * c-decl.c (poplevel): Invoke warn_about_unused_variables.
8041
8042         * unroll.c (copy_loop_body): Update LABEL_NUSES before
8043         calling invert_jump.
8044
8045 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
8046
8047         * combine.c (can_combine_p): Don't substitute an ASM_OPERANDS
8048         into anything.
8049
8050 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8051
8052         * Makefile.in (c-common.o): Depend on diagnostic.h.
8053
8054         * c-common.c: Include diagnostic.h.
8055         (tfaff): Delete.
8056         (status_warning): New function.
8057         (check_format_info, maybe_read_dollar_number, check_format_types,
8058         finish_dollar_format_checking, check_function_format): Accept a
8059         `status' parameter.  All callers changed.
8060
8061         * c-common.h (check_function_format): Accept a `status' parameter.
8062
8063         * c-typeck.c: Update call to `check_function_format'.
8064
8065 2000-09-18  Richard Henderson  <rth@cygnus.com>
8066
8067         * c-decl.c (c_expand_body): Call mark_varargs before
8068         expand_function_start.
8069
8070 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
8071
8072         * config/rs6000/eabi-cn.asm: Use /**/ to delimit comments, not #.
8073         * config/rs6000/eabi-ci.asm: Likewise.
8074
8075 2000-09-18  Richard Henderson  <rth@cygnus.com>
8076
8077         * emit-rtl.c (init_emit_once): Initialize const_tiny_rtx
8078         for BImode.
8079
8080 2000-09-18  Jim Wilson  <wilson@cygnus.com>
8081
8082         * unroll.c (loop_iterations): Pass increment to extend_for_giv_value
8083         before passing it to fold_rtx_mult_add.
8084
8085         * unroll.c (final_giv_value): Pass increment through
8086         extend_value_for_giv before passing it to emit_iv_add_mult.
8087
8088         * function.c (fixup_var_refs_1, case ZERO_EXTRACT): If we have a
8089         paradoxical subreg, then directly substitute the replacement and
8090         return.
8091
8092 Mon 18-Sep-2000 22:12:44 BST  Neil Booth  <NeilB@earthling.net>
8093
8094         * cpp.texi: Update documentation, including some clarifications,
8095         the treatment of various newline combinations, and space between
8096         backslash and newline.
8097
8098 Mon Sep 18 21:00:47 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8099
8100         * sdbout.c (PUT_SDB_DEF, PUT_SDB_TAG, PUT_SDB_EPILOGUE_END):
8101         Replace ASM_OUTPUT_LABELREF with assemble_name.
8102
8103 Mon Sep 18 20:26:50 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8104
8105         * sh.c (addsubcosts): CONST is not cheap.
8106         (find_barrier): For Sh1, take alignment after jumps into account.
8107
8108 2000-09-15  Andrew Haley  <aph@redhat.com>
8109
8110         * toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to
8111         remove all SETs of SUBREGs of hard registers.
8112         * function.c (purge_hard_subreg_sets): New function.
8113         (purge_single_hard_subreg_set): New function.
8114         * rtl.h: (purge_hard_subreg_sets): New function.
8115
8116 2000-09-18  Richard Henderson  <rth@cygnus.com>
8117
8118         * config/ia64/ia64-protos.h: Update.
8119         * config/ia64/ia64.c (signed_inequality_operator): New.
8120         (ia64_expand_compare): New.
8121         (ia64_register_move_cost): Handle PR_REGS moves.
8122         (ia64_secondary_reload_class): Require a GR when moving to a PR.
8123         (struct reg_write_state): Add written_by_and/or.
8124         (struct reg_flags): Add is_and/or.
8125         (rws_update): Set them.
8126         (rws_access_regno): Test them to allow parallel comparisons.
8127         (rtx_needs_barrier): Recognize parallel comparisons.
8128         (emit_insn_group_barriers): Set prev_insn after a call stop bit.
8129         Call recog_memoized; ignore pred_rel_mutex.
8130         (emit_predicate_relation_info): Don't call find_basic_blocks here.
8131         (ia64_reorg): Do it here instead.
8132         * config/ia64/ia64.h: s/CCmode/BImode/g
8133         (MODES_TIEABLE_P): Don't tie BImode.
8134         (PREFERRED_RELOAD_CLASS): Do not reload operations into AR regs.
8135         (CONST_COSTS): Pick sensible values for CONST_INT based on context.
8136         (RTX_COSTS): Make multiply 4 insns.
8137         (MEMORY_MOVE_COST): New.
8138         (PREDICATE_CODES): Update.
8139         * config/ia64/ia64.md: s/CCmode/BImode/g
8140         (movcci, movbi): New.
8141         (andbi3, andcmbi3, iorbi3, iorcmbi3, one_cmplbi2): New.
8142         (cmpsi_and_0, cmpsi_and_1, cmpsi_andnot_0, cmpsi_andnot_1): New.
8143         (cmpdi_and_0, cmpdi_and_1, cmpdi_andnot_0, cmpdi_andnot_1): New.
8144         (tbit_and_0, tbit_and_1, tbit_and_2, tbit_and_3): New.
8145         (cmpsi_or_0, cmpsi_or_1, cmpsi_orcm_0, cmpsi_orcm_1): New.
8146         (cmpdi_or_0, cmpdi_or_1, cmpdi_orcm_0, cmpdi_orcm_1): New.
8147         (tbit_or_0, tbit_or_1, tbit_or_2, tbit_or_3): New.
8148         (mulsi, muldi): Use xmpy not xma.
8149         (cmpbi): New.
8150         (movcc, movcc_internal): Remove.
8151         (branch expanders): Use ia64_expand_compare.
8152         (setcc expanders): Likewise.
8153         (cmov insns): Use move_operand and ia64_move_ok.
8154         (pred_rel_mutex): Use unspec not unspec_volatile.  Prevent the
8155         scheduler from moving it past a use.
8156         * config/ia64/build.hacks: Remove.
8157
8158 Mon 18-Sep-2000 19:21:35 BST  Neil Booth  <NeilB@earthling.net>
8159
8160         * cpphash.h (HASHSTEP): Take character rather than pointer
8161         to character.
8162         (_cpp_check_directive, _cpp_check_linemarker): Update prototypes.
8163
8164         * cpphash.c (cpp_loookup): Update for new HASHSTEP.
8165
8166         * cpplex.c (auto_expand_name_space, trigraph_replace,
8167         backslash_start, handle_newline, parse_name, INIT_TOKEN_STR,
8168         IMMED_TOKEN, PREV_TOKEN_TYPE, PUSH_TOKEN, REVISE_TOKEN,
8169         BACKUP_TOKEN, BACKUP_TRIGRAPH, MIGHT_BE_DIRECTIVE,
8170         KNOWN_DIRECTIVE): Delete.
8171
8172         (handle_newline, check_long_token, skip_escaped_newlines,
8173         unterminated): New functions.
8174         (ACCEPT_CHAR, SAVE_STATE, RESTORE_STATE): New macros.
8175
8176         (parse_identifier): Was parse_name, new implementation.
8177         (skip_line_comment, skip_block_comment, skip_whitespace,
8178         parse_number, parse_string, trigraph_ok, save_comment,
8179         adjust_column, _cpp_get_line): New implementations.
8180
8181         (lex_token): New function.  Lexes a token at a time, looking
8182         forwards.  Contains most of the guts of the old lex_line.
8183         (lex_line): New implementation, using lex_token to obtain
8184         individual tokens.
8185         (cpp_scan_buffer): Use the token's line, not the list's line.
8186
8187         * cpplib.c (_cpp_check_directive, _cpp_check_linemarker):
8188          New implementations.
8189         (do_assert): Don't bother setting the answer's list's line.
8190         (cpp_push_buffer): Initialise new pfile and read_ahead members
8191         of struct cpp_buffer.
8192
8193         * cpplib.h (cppchar_t): New typedef.
8194         (struct cpp_buffer): read_ahead, pfile and col_adjust are
8195         new members.
8196         (struct lexer_state): New structure that determines the state
8197         and behaviour of the lexer.
8198         (IN_DIRECTIVE, KNOWN_DIRECTIVE): New macros.
8199         (struct cpp_reader): New member "state". Rename
8200         multiline_string_line and multiline_string_column. Delete
8201         col_adjust, in_lex_line members.
8202         (CPP_BUF_COLUMN): Update.
8203
8204 2000-09-18  Richard Henderson  <rth@cygnus.com>
8205
8206         * combine.c (simplify_comparison): Shift a NOT out of a single
8207         bit test.
8208
8209         * combine.c (if_then_else_cond): Canonicalize BImode true to
8210         STORE_FLAG_VALUE.
8211         * explow.c (trunc_int_for_mode): Likewise.
8212
8213         * combine.c (combine_simplify_rtx): Use gen_unary to distribute
8214         the NOT for De Morgan's rule.
8215         * simplify-rtx.c (simplify_unary_operation): Simplify a BImode NOT
8216         of a comparison to the reverse comparison.
8217
8218         * combine.c (try_combine): Allow split to create a single insn.
8219
8220         * machmode.def: Add BImode.  Add a column for bitsize.
8221         * machmode.h (DEF_MACHMODE): Adjust for extra column.
8222         (GET_MODE_BITSIZE): Use it.
8223         * rtl.c (DEF_MACHMODE): Adjust for extra column.
8224         (mode_bitsize): New.
8225         (mode_mask_array): Use bitsize.
8226         * combine.c (combine_simplify_rtx): Require inner and outer
8227         modes to match on nonzero_bits optimizations.
8228
8229 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
8230
8231         * reload1.c (forget_old_reloads_1): If a hard reg is stored, clear
8232         its entry in spill_reg_store.
8233         * config/sh/lib1funcs.ams (movstr_i4 functions): Always compile in.
8234         * sh.c (reg_no_subreg_operand): New function.
8235         * sh-protos.h (reg_no_subreg_operand): Declare it.
8236         * sh.h (PREDICATE_CODES): Add it.
8237         * sh.md (floatsisf2_i4, floatsidf2_i, extendsfdf2_i4): Use it for
8238         input operand that needs to be in fpul.
8239         (fix_truncsfsi2, fix_truncsfsi2_i4): Use register_operand for output.
8240         * sh.c (find_barrier): Take into account that machine_dependent_reorg
8241         might add new insns.
8242
8243 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
8244
8245         * config/sh/sh.c (sh_expand_prologue): Mark GOTaddr2picreg as
8246         MAYBE_DEAD.
8247         (sh_expand_epilogue): Take the PIC register into account when
8248         computing the frame size.
8249
8250         * config/sh/sh.c (nonpic_symbol_mentioned_p): Check LABEL_REFs.
8251         * config/sh/sh.md (sym_label2reg, symPLT_label2reg): Protect
8252         LABEL_REFs with a PIC-safe unspec.
8253
8254 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8255
8256         * c-common.c (check_format_info): Properly save the argument
8257         number and parameter for $ operand number formats in case width
8258         and precision arguments are also used.  Allow printf width and
8259         precision arguments to have operand numbers even if none was
8260         specified for the main format, since this is OK for %*.*m.  Only
8261         object to missing $ operand number if the format used requires an
8262         argument.
8263
8264 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8265
8266         * c-common.c (format_char_info): Add 'W' flag to comment.
8267         (print_char_table, scan_char_table): Use it.
8268         (check_format_info): Use the 'W' flag to determine whether a
8269         format argument is written into.
8270
8271 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8272
8273         * c-common.c (check_format_types): Reorganise and clean up,
8274         checking earlier for ERROR_MARKs and making cur_type into its
8275         TYPE_MAIN_VARIANT where convenient.
8276
8277 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8278
8279         * gcc.c (cpp_options): Add specs for __STDC_HOSTED__.
8280
8281 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
8282
8283         * optabs.c (emit_libcall_block): Set CONST_CALL_P for the call.
8284
8285         * i386-protos.h (ix86_init_builtins, ix86_expand_builtin): Declare.
8286         * i386.c (struct builtin_description): New.
8287         (bdesc_comi, bdesc_2arg, bdesc_1arg): New arrays.
8288         (mmx_reg_operand): Declare MODE arg as unused.
8289         (ix86_expand_sse_comi, ix86_expand_sse_compare, safe_vector_operand,
8290         ix86_expand_unop1_builtin, ix86_expand_unop_builtin,
8291         ix86_expand_binop_builtin, ix86_expand_store_builtin,
8292         ix86_init_builtins, ix86_expand_builtin): New functions.
8293         * i386.h (ix86_builtins): New enumeration.
8294         (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): New macros.
8295         * i386.md (attr length_immediate): 0 for mmx/sse types.
8296         (attr prefix_0f): 1 for mmx/sse types.
8297         (setcc_2): Remove "*" so we get gen_setcc_2.
8298         (emms): Account for changed register numbering.  Set "memory" attr
8299         to unknown.
8300         (sfence): Set "memory" attr to unknown.
8301
8302 2000-09-18  Andreas Jaeger  <aj@suse.de>
8303
8304         * configure.in: Define _GNU_SOURCE only when using the GNU C
8305         Library.
8306         * configure: Regenerated.
8307         * config.in: Regenerated.
8308
8309 2000-09-17  Mark Mitchell  <mark@codesourcery.com>
8310
8311         * cppinit.c (cpp_init): Don't use ANSI prototypes.
8312         * flow.c (flow_dump_loop): Likewise.
8313         (flow_loops_dump): Likewise.
8314
8315         * c-typeck.c (c_start_case): Fix typo.
8316
8317 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8318
8319         * c-decl.c (grokdeclarator): Don't give a warning about defaulting
8320         to int for plain complex which defaults to complex double.  Do
8321         warn about defaulting to complex double if pedantic.  Warn about
8322         complex integer types if pedantic.  Warn about complex types if
8323         pedantic and not in C99 mode.
8324         * c-typeck.c (build_unary_op): If pedantic, warn about use of ~
8325         for complex conjugation.
8326
8327 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8328
8329         * contrib.texi: Update my entry.
8330
8331 Sun Sep 17 18:48:32 2000  Denis Chertykov  <denisc@overta.ru>
8332
8333         * config/avr/avr.md (mcu_enhanced): New attribute.
8334         (mcu_mega): Likewise.
8335         (extendhisi2): Use mcu_enhanced.
8336         (zero_extendhisi2): Likewise.
8337         (call_insn): Use mcu_enhanced and mcu_mega.
8338         (call_value_insn): Likewise.
8339         (*sbrx_branch): Use mcu_mega.
8340         (*sbrx_and_branchsi): Likewise.
8341         (*sbrx_and_branchhi): Likewise.
8342         (*tablejump_lib): Likewise.
8343
8344 Sun Sep 17 10:46:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8345
8346         * alias.c (true_dependence): Allow non-unchanging read to conflict
8347         with unchanging write.
8348
8349         * expr.c (store_constructor_field): Accept ALIAS_SET arg.
8350         (store_constructor): Pass alias_set to it.
8351
8352         * c-decl.c (grokdeclarator): Reorder tests to avoid looking at
8353         TYPE_MAIN_VARIANT of ERROR_MARK.
8354         * c-lex.c (readescape): Avoid using printf syntax we don't recognize.
8355
8356         * simplify-rtx.c (simplify_unary_operation): Add cases
8357         FLOAT_EXTEND and FLOAT_TRUNCATE to ones that return 0.
8358
8359 2000-09-17  Bernd Schmidt  <bernds@redhat.co.uk>
8360
8361         * expr.h (emit_library_call, emit_library_call_value): Delete
8362         declarations.
8363         * rtl.h (enum libcall_type): New.
8364         (emit_library_call, emit_library_call_value): Change fn_type arg to
8365         be of type enum libcall_type.
8366         * calls.c: Likewise for the function definitions.  Several callers
8367         throughout changed to use the new enumeration appropriately.
8368         (emit_library_call_value_1): Likewise.  Put back code to make libcall
8369         blocks of equal form, but only use it for the two new higher
8370         enumeration values.
8371
8372 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
8373
8374         Convert the C front-end to use function-at-a-time mode.
8375         * c-common.h: Include splay-tree.h.
8376         (C_DECLARED_LABEL_FLAG): New macro.
8377         (struct language_function): Add x_scope_stmt_stack and
8378         x_function_name_declared_p.
8379         (RECHAIN_STMTS): Move definition.
8380         (lang_statment_code_p): Likewise.
8381         (lang_expand_stmt): Likewise.
8382         (lang_expand_decl_stmt): New variable.
8383         (lang_expand_function_end): Likewise.
8384         (current_scope_stmt_stack): New function.
8385         (add_decl_stmt): Likewise.
8386         (add_scope_stmt): Likewise.
8387         (mark_stmt_tree): Likewise.
8388         (struct c_lang_decl): New structure.
8389         (DECL_SAVED_TREE): Define.
8390         (c_mark_lang_decl): New function.
8391         (c_expand_start_cond): Change prototype.
8392         (c_finish_then): New function.
8393         (c_finish_else): Likewise.
8394         (current_function_name_declared): Remove.
8395         (set_current_function_name_declared): Likewise.
8396         (mark_c_language_function): Declare.
8397         (case_compare): Likewise.
8398         (c_add_case_label): Likewise.
8399         (c_expand_expr): Likewise.
8400         (c_safe_from_p): Likewise.
8401         * c-common.c (lang_expand_function_end): New variable.
8402         (struct if_elt): Add if_stmt.
8403         (c_expand_start_cond): Add the if-statement to the statement-tree,
8404         rather than generating RTL.
8405         (c_finish_then): New function.
8406         (c_expand_start_else): Don't generate RTL.
8407         (c_finish_else): New function.
8408         (c_expand_expr_stmt): Don't generate RTL.
8409         (statement_code_p): Add SCOPE_STMT.
8410         (case_compare): New function.
8411         (c_add_case_label): Likewise.
8412         (mark_stmt_tree): Likewise.
8413         (c_mark_lang_decl): Likewise.
8414         (mark_c_language_function): Likewise.
8415         (c_expand_expr): Likewise.
8416         (c_safe_from_p): Likewise.
8417         * c-decl.c (c_stmt_tree): New variable
8418         (c_scope_stmt_stack): Likewise.
8419         (c_function_name_declared_p): Likewise.
8420         (lang_expand_expr_stmt): Remove.
8421         (poplevel): Don't call output_inline_function for nested
8422         functions.
8423         (pushdecl): Don't set DECL_CONTEXT for a local declaration of an
8424         `extern' function.
8425         (redeclaration_error_message): Change means of computing whether
8426         or not a function is nested.
8427         (lookup_label): Don't call label_rtx.
8428         (init_decl_processing): Add more GC roots.
8429         (start_decl): Add DECL_STMTs to the statement-tree, rather than
8430         calling rest_of_decl_compilation.
8431         (finish_decl): Don't call expand_decl.
8432         (store_parm_decls): Begin the statement-tree, but don't generate
8433         RTL.
8434         (finish_function): Tie off the statement-tree.  Call c_expand_body
8435         if appropriate.
8436         (c_expand_body): New function.
8437         (push_c_function_context): Save more information.
8438         (pop_c_function_contxt): Likewise.
8439         (copy_lang_decl): Now that we use DECL_LANG_SPECIFIC, copy it.
8440         (lang_mark_tree): Mark it.
8441         (current_stmt_tree): Adjust.
8442         (current_scope_stmt_stack): New function.
8443         (do_case): Remove.
8444         (set_current_name_declared): Likewise.
8445         (c_begin_compound_stmt): Define.
8446         (c_expand_decl_stmt): Likewise.
8447         * c-lang.c: Include rtl.h and expr.h.
8448         (lang_init): Set more language-specific hooks.
8449         * c-lex.c: Include expr.h.
8450         * c-parse.in: Changes throughout to add statements to the
8451         statement-tree, rather than generating RTL after every statement.
8452         * c-semantics.c (lang_expand_decl_stmt): Define.
8453         (add_decl_stmt): New function.
8454         (add_scope_stmt): Likewise.
8455         (finish_stmt_tree): Tweak.
8456         (genrtl_expr_stmt): Likewise.
8457         (genrtl_decl_stmt): Handle local labels, and call
8458         lang_expand_decl_stmt if required.
8459         (genrtl_for_stmt): Fix line-number handling.
8460         (genrtl_case_label): Handle cleanups.
8461         (genrtl_asm_stmt): Don't call combine_strings.
8462         (genrtl_compound_stmt): Simplify.
8463         (expand_stmt): Handle SCOPE_STMTs.
8464         * c-tree.h (struct lang_decl): New structure.
8465         (C_DECLARED_LABEL_FLAG): Remove.
8466         (c_begin_compound_stmt): Declare.
8467         (c_expand_decl_stmt): Likewise.
8468         (c_expand_start_case): Rename to c_start_case.
8469         (c_finish_case): New function.
8470         * c-typeck.c (start_init): Tweak setting of
8471         constructor_incremental.
8472         (c_expand_asm_operands): Tweak error-handling.  Add to the
8473         statement-tree.
8474         (c_expand_return): Add to the statement-tree.
8475         (c_expand_start_case): Rename to ...
8476         (c_start_case): ... this.
8477         (struct c_switch): New type.
8478         (switch_stack): New variable.
8479         (do_case): Simplify.
8480         (c_finish_case): New function.
8481         * dependence.c: Include expr.h.
8482         (enum dependence_type): Change spelling of enumerals.
8483         (check_node_dependence): Adjust.
8484         * expr.h (lang_safe_from_p): Declare.
8485         (safe_from_p): Likewise.
8486         * expr.c (lang_safe_from_p): New variable.
8487         (safe_from_p): Give it external linkage.  Use lang_safe_from_p.
8488         * stmt.c (expand_expr_stmt): Avoid clobberring of last_expr_type.
8489         * toplev.c (rest_of_decl_compilation): Robustify.
8490         * tree.c (contains_placeholder_p): Likewise.
8491         * Makefile.in: Update dependencies.
8492         * objc/objc-act.h: Adjust calculation of value for dummy_tree_code.
8493         * objc/objc-act.c: Include rtl.h, expr.h, and c-common.h.
8494         (objc_expand_function_end): New function.
8495         (finish_method_def): Use it.
8496         (init_objc): Initialize more language-specific hooks.
8497         * objc/Make-lang.in: Update dependencies.
8498
8499 2000-09-16  Geoffrey Keating  <geoffk@cygnus.com>
8500
8501         * configure.in: Define macros that affect features before
8502         testing for features.  Don't define _XOPEN_SOURCE.
8503         * configure: Regenerated.
8504         * config.in: Regenerated.
8505
8506 Sat Sep 16 19:42:50 EDT 2000  John Wehle  (john@feith.com)
8507
8508         * rtlanal.c (rtx_varies_p): Volatile asms vary.
8509         (rtx_unstable_p): Restructure code.  Volatile asms
8510         are unstable.
8511
8512 Sat Sep 16 14:35:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8513
8514         * function.h (no_debugging_symbols): New field.
8515         * integrate.c (save_for_inline): Renamed from save_for_inline_nocopy.
8516         Initialize no_debugging_symbols.
8517         (output_inline_function): Save and restore write_symbols and set from
8518         no_debugging_symbols.
8519         * toplev.c (rest_of_compilation): Call save_for_inline.
8520         * tree.h: Update comment.
8521
8522         * stor-layout.c (place_field): Don't do anything if field or
8523         its type are ERROR_MARK.
8524
8525 Sat Sep 16 19:14:00 2000  Laurynas Biveinis <lauras@softhome.net>
8526
8527         * cppfiles.c (purge_cache): Use munmap only if MMAP_THRESHOLD defined.
8528         (read_include_file): Ensure inc->mmaped is initialized.
8529
8530 2000-09-16  Richard Henderson  <rth@cygnus.com>
8531
8532         * cppiles.c (purge_cache): Use PTR not caddr_t.
8533
8534 2000-09-16  Hans-Peter Nilsson  <hp@axis.com>
8535
8536         * gcc.c: In description for %{<S}, say the option removed is -S.
8537         * invoke.texi (Spec Files): Ditto.
8538
8539 2000-09-16  Andreas Jaeger  <aj@suse.de>
8540
8541         * configure.in: Always define _GNU_SOURCE to make interfaces
8542         visible that were hidden by only defining _GNU_SOURCE.
8543         * configure: Regenerated.
8544
8545 Sat 16-Sep-2000 08:13:45 BST  Neil Booth  <NeilB@earthling.net>
8546
8547         * cpplex.c (push_macro_context): Set an argument's level after
8548         calling parse_args.  We could loop infinitely otherwise.
8549
8550 2000-09-15  Tom Tromey  <tromey@cygnus.com>
8551
8552         * configure, config.in: Rebuilt.
8553         * configure.in: Check for iconv.h.  Define _XOPEN_SOURCE.
8554
8555 2000-09-15  Greg McGary  <greg@mcgary.org>
8556
8557         * cppmacro.c (check_trad_stringification): Check token
8558         text pointers against limit before dereferencing.
8559
8560 2000-09-15  Joseph S. Myers  <jsm28@cam.ac.uk>
8561
8562         * c-common.c (format_wanted_type): New structure.
8563         (check_format_types): New function.
8564         (check_format_info): Pass all checking of types of format
8565         arguments, including width and precision arguments, to this new
8566         function.
8567
8568 2000-09-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8569
8570         * BUGS: Remove file.
8571
8572 2000-09-15  Jakub Jelinek  <jakub@redhat.com>
8573
8574         * config/alpha/alpha.c (override_options): ev6 cache latencies
8575         from Richard Henderson.  Don't allow -mmemory-latency=L0.
8576
8577         * config/alpha/alpha.h (TARGET_CPU_EV5, TARGET_CPU_EV6): Define.
8578         (TARGET_OPTIONS): Add tune=.
8579         (alpha_tune_string): Declare.
8580         * config/alpha/alpha.c (override_options): Add cpu_table.
8581         Use alpha_cpu_string first to set both alpha_cpu and target_flags
8582         and then alpha_tune_string to set alpha_cpu only.
8583         Replace tests for PROCESSOR_EV* with TARGET_CPU_EV* tests.
8584         * config/alpha/elf.h (ASM_FILE_START): Likewise.
8585         * config/alpha/osf.h (ASM_FILE_START): Likewise.
8586         * config/alpha/openbsd.h (ASM_FILE_START): Likewise.
8587
8588 Fri Sep 15 19:45:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8589
8590         * i386-protos.h (no_comparison_operator, uno_comparison_operator):
8591         Remove.
8592         (ix86_comparison_operator, ix86_cc_mode): Declare
8593         * i386.h (CCGC, CCGCO): New modes.
8594         (SELECT_CC_MODE): Move offline to ....
8595         * i386.c (ix86_cc_mode): .... here; use new modes.
8596         (ix86_comparison_operator): New.
8597         (fcmov_comparison_operator): Ensure proper mode.
8598         (put_condition_mode): More sanity checking.
8599         (ix86_match_ccmode): Handle new modes.
8600         (ix86_expand_fp_compare): GEU requires CCmode.
8601         (ix86_expand_strlensi_unroll_1): Use emit_cmp_and_jump_insn instead of
8602         doing it by hand.
8603         * i386.md (cmp?i_ccz_1): Remove
8604         (cmp?i_ccno_1): Use ix86_match_ccmode.
8605         (cmp?i_minus_1): New.
8606         (cmpsi_1): New expander.
8607         (cmpqi_ext_1): Use match_ccmode
8608         (cmpqi_ext_3): New expander.
8609         (cmpqi_ext_3_insn): Rename from cmpqi_ext_3.
8610         (cmpqi_ext_4): Use match_ccmode.
8611         (add?i_?): Use match_ccmode.
8612         (add?i_6): New.
8613         (test?i_ccz_1): Remove
8614         (test?i_1): New.
8615         (testsi_ccno_1, testqi_ccz_1, testqi_ext_ccno_0): New expander.
8616         (testqi_ext_0): Use ix86_match_ccmode.
8617         (*xorqi_cc_ext_1): Use ix86_match_ccmode.
8618         (xorqi_cc_ext_1): New expander.
8619         (shift patterns): Use CCGOCmode for all shifts except for sar.
8620         (setcc_?, jcc_?, miv?icc_nic): Use ix86_comparison_operator.
8621         (setcc_3, jcc_3, miv?icc_c): Remove.
8622
8623 2000-09-15  Will Cohen  <wcohen@redhat.com>
8624
8625         * dwarf2out.c (add_const_value_attribute): Changed array into a
8626         xmalloced object, so it exists after function exit.
8627         (free_AT): Added case for dw_val_class_float to free allocated
8628         memory.
8629
8630 2000-09-15  Kazu Hirata  <kazu@hxi.com>
8631
8632         * config/i386/i386.md: Fix a comment typo.
8633         * gcc.c: Fix formatting.
8634
8635 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
8636
8637         * optabs.c (emit_libcall_block): If target is a user variable,
8638         copy to a temporary first.
8639         * expr.c (convert_move): When generating a libcall, make a libcall
8640         block.
8641         * calls.c (emit_library_call_value_1): Don't create a libcall
8642         sequence here; our caller will in most cases do it.
8643
8644         * sh.h (SECONDARY_INPUT_RELOAD_CLASS): Handle moving T, MACL or
8645         MACH into FPUL.
8646         (SECONDARY_OUTPUT_RELOAD_CLASS): Similar case.
8647         * sh.md (reload_outsf): Generate recognizable patterns for
8648         TARGET_SH3E.
8649         (floatsisf2, floatsisf2_ie, floatsisf2_i4, fix_truncsfsi2,
8650         fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i, fix_truncdfsi2,
8651         fix_truncdfsi2_i, extendsfdf2, extendsfdf2_i4, truncdfsf2,
8652         truncdfsf2_i4): Change not to use explicit references to fpul.
8653         (floatsisf2_ie): Remove USE of fpscr.
8654         (floatsisf2): Change default expansion to match this.
8655         (fix_truncsfsi2_i4_2, fix_truncdfsi2_i4 & splitters): Comment out
8656         unused patterns.
8657
8658 2000-09-15  Richard Henderson  <rth@cygnus.com>
8659
8660         * expmed.c (store_bit_field): Consider naturally aligned
8661         memory for direct reference.
8662
8663 2000-09-15  Richard Henderson  <rth@cygnus.com>
8664
8665         * config/alpha/alpha.c (alpha_expand_unaligned_load): Force all
8666         AND addresses into alias set 0.
8667         (alpha_expand_unaligned_store): Likewise.
8668         (alpha_expand_unaligned_load_words): Likewise.
8669         (alpha_expand_unaligned_store_words): Likewise.
8670
8671 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
8672
8673         * config/sh/sh.h (CPP_SPEC): For -m4-nofpu, define __SH4_NOFPU__.
8674         * config/sh/lib1funcs.asm (movstr_i4): Also compile if __SH4_NOFPU__
8675         is defined.
8676         * config/mips/mips.c (mips_va_arg): Args passed by reference have a
8677         rsize of UNITS_PER_WORD.
8678
8679 Fri 15-Sep-2000 06:49:07 BST  Neil Booth  <NeilB@earthling.net>
8680
8681         * cpplex.c (ON_REST_ARG): Correct the test.
8682         (maybe_paste_with_next): Duplicate a token that fail pasting,
8683         and clear its PASTE_LEFT flag, so that nested pasting attempts
8684         do not occur.
8685
8686 2000-09-14  Richard Henderson  <rth@cygnus.com>
8687
8688         * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.
8689         * cse.c (rtx_cost): Likewise.
8690         * optabls.c (expand_binop): Likewise.
8691         (expand_twoval_binop, prepare_cmp_insn): Likewise.
8692         * regclass.c (copy_cost): Likewise.
8693         * reload1.c (reload_cse_move2add): Likewise.
8694
8695 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
8696
8697         * c-parse.in (reswords): Add _Complex.
8698
8699 2000-09-14  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
8700
8701         * gcc.1: Delete documentation for -undef preprocessor option.
8702
8703 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
8704
8705         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
8706         STARTFILE_SPEC, ENDFILE_SPEC): Remove define.
8707         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
8708         Remove undefine before config/elfos.h.
8709         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out.
8710
8711 2000-09-14  Kazu Hirata  <kazu@hxi.com>
8712
8713         * invoke.texi (H8/300 Options): Add -ms2600.
8714         * config/h8300.c (h8300_init_once): Output an error when -ms2600
8715         is used without -ms.
8716         * config/h8300.h (TARGET_MAC): New.
8717         (TARGET_SWITCHES): Add -ms2600 and -mno-s2600.
8718         (CONDITIONA_REGISTER_USAGE): Disable the mac register on any
8719         machine other than H8/S2600.
8720         * config/h8300.md: Accept mac instructions on the H8/S2600 instead
8721         of the H8/S2000.
8722
8723 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>, Bernd Schmidt  <bernds@redhat.co.uk>
8724
8725         * reload.c (find_reloads_address_1): Generate reloads for auto_inc
8726         pseudos that refer to the original pseudos, not only to their
8727         equivalent memory locations.
8728
8729 Thu Sep 14 12:10:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8730
8731         * expr.c (expand_expr, case COMPONENT_EXPR): Copy memory attributes
8732         when making new MEM.
8733
8734         * Makefile.in (LN): Remove duplicate definition.
8735
8736 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
8737
8738         From Joern Rennecke:
8739         * local-alloc.c (update_equiv_regs): If there is no REG_EQUAL note
8740         on an insn and function_invariant_p returns nonzero for the source,
8741         add a REG_EQUAL note.
8742
8743 Thu Sep 14 00:51:57 EDT 2000  John Wehle  (john@feith.com)
8744
8745         * alias.c (memrefs_conflict_p): An ADDRESSOF doesn't
8746         conflict with frame_pointer_rtx.
8747
8748 2000-09-13  Kazu Hirata  <kazu@hxi.com>
8749
8750         * loop.c: Fix formatting.
8751         * loop.h: Likewise.
8752
8753 2000-09-13  Richard Henderson  <rth@cygnus.com>
8754
8755         * config/ia64/ia64.md (divsf3): New.
8756         (divsf3_internal_lat, divsf3_internal_thr): New.
8757         (divdf3, divdf3_internal_lat, divdf3_internal_thr): New.
8758         (divtf3, divtf3_internal_lat, divtf3_internal_thr): New.
8759         (adddf3_trunc, subdf3_trunc, muldf3_trunc): New.
8760         (madddf4_trunc, msubdf4_trunc, nmuldf3_trunc): New.
8761         (nmadddf4_alts, nmadddf4_trunc): New.
8762         (addtf3_truncsf, addtf3_truncdf, subtf3_truncsf): New.
8763         (subtf3_truncdf, multf3_truncsf, multf3_truncdf): New.
8764         (multf3_truncsf_alts, multf3_truncdf_alts): New.
8765         (maddtf4_truncsf, maddtf4_truncdf, maddtf4_alts_truncdf): New.
8766         (msubtf4_truncsf, msubtf4_truncdf, nmultf3_truncsf): New.
8767         (nmultf3_truncdf, nmaddtf4_truncsf, nmaddtf4_truncdf): New.
8768         (nmaddtf4_truncdf_alts): New.
8769         (recip_approx): Don't predicate.
8770
8771 2000-09-13  Richard Henderson  <rth@cygnus.com>
8772
8773         * config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.
8774
8775 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8776
8777         * flags.h (flag_dump_rtl_in_asm): Declare.
8778         * toplev.c (flag_dump_rtl_in_asm): Define.
8779         (decode_d_option): Set flag_dump_rtl_in_asm and flag_print_asm_name
8780         if -dP is specified.
8781         * rtl.h (print_rtx_head): Declare.
8782         * print-rtl.c (print_rtx_head): Define.
8783         (print_rtx): Print the string pointed to by print_rtx_head
8784         at beginning of each dump line.
8785         (print_rtl): Likewise.
8786         (print_rtl_single): Likewise.
8787         * final.c (final_scan_insn): Dump the insn in the assembly
8788         file for debugging.
8789         * gcc.1: Document -dP option.
8790         * invoke.texi (Debugging Options): Likewise.
8791
8792 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8793
8794         * md.texi (Machine Constraints): Document the 68HC11 constraints.
8795         * install.texi (Configurations): Document the 68HC11&68HC12 port.
8796         * invoke.texi (Option Summary, M68hc1x Options): Document the options.
8797
8798 Tue Sep 12 13:51:13 2000  Denis Chertykov  <denisc@overta.ru>
8799
8800         * config/avr/avr.h (ASSEMBLER_DIALECT): New macro declared.
8801         * config/avr/avr.md (*movstrqi_insn): Cleanup output template.
8802         (*clrstrqi): Likewise.
8803         (xorhi3,xorsi3,absqi2): Likewise.
8804         (one_cmplhi2,one_cmplsi2): Likewise.
8805         (addsi3): Two stupid constraint alternatives removed.
8806         (extendhisi2): Use `movw' for enhanced avr cores.
8807         (zero_extendhisi2): Likewise.
8808
8809 Wed Sep 13 02:31:23 EDT 2000  John Wehle  (john@feith.com)
8810
8811         * alias.c (find_base_term): Use frame_pointer_rtx
8812         when handling an ADDRESSOF.
8813
8814         * cse.c (canon_hash): Handle USE of BLKmode memory.
8815         (cse_insn): Outgoing arguments for a libcall don't
8816         affect any recorded expressions.
8817
8818 2000-09-12  Tom Tromey  <tromey@cygnus.com>
8819
8820         * configure, config.in: Rebuilt.
8821         * configure.in: Check for iconv, nl_langinfo, langinfo.h.
8822
8823 2000-09-12  Jakub Jelinek  <jakub@redhat.com>
8824
8825         * c-lex.c (lex_string): Use charwidth to compute bytemask.
8826         * expr.c (expand_expr): Don't optimize constant array references
8827         initialized with wide string constants.
8828
8829 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
8830
8831         * loop.c (note_set_pseudo_multiple_uses): Correct.
8832
8833 2000-09-12  Jim Wilson  <wilson@cygnus.com>
8834
8835         * ifcvt.c (noce_process_if_block): If A and B are the same, and no
8836         else block, and X has side-effects, then fail.
8837
8838 2000-09-12  Greg McGary  <greg@mcgary.org>
8839
8840         * config/mips/mips-protos.h
8841         (trap_cmp_op, mips_gen_conditional_trap): New func decls.
8842         * config/mips/mips.h (ISA_HAS_COND_TRAP): New macro.
8843         (PREDICATE_CODES): Add "trap_cmp_op".
8844         * config/mips/mips.c
8845         (trap_cmp_op, mips_gen_conditional_trap): New functions.
8846         * config/mips/mips.md (trap, conditional_trap): New patterns.
8847
8848 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
8849
8850         * flow.c (try_pre_increment_1): Don't do anything to sets of the stack
8851         pointer.
8852
8853 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8854
8855         * builtins.c (built_in_decls): New array.
8856         (expand_builtin_fputs): New function.
8857         (expand_builtin): Handle BUILT_IN_FPUTC and BUILT_IN_FPUTS.
8858
8859         * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTS): New members.
8860
8861         * c-common.c (c_common_nodes_and_builtins): Handle fputc/fputs.
8862
8863         * tree.h (built_in_decls): New array.
8864
8865 Tue Sep 12 08:53:57 2000  Jeffrey A Law  (law@cygnus.com)
8866
8867         * convex.md: Use "+" instead of "=" for outputs wrapped in a
8868         STRICT_LOW_PART.
8869         * i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise.
8870
8871 2000-09-12  Kazu Hirata  <kazu@hxi.com>
8872
8873         * haifa-sched.c: Fix formatting.
8874
8875         * genattrtab.c: Fix formatting.
8876
8877         * unroll.c: Fix formatting.
8878
8879 2000-09-12  Bruce Korb  <bkorb@gnu.org>
8880
8881         * fixinc/fixfixes.c: make a type for the fix procedure & use it,
8882         remove obsolete code
8883         * fixinc/fixincl.c: Use PARAMS, not _P_.  Add no-op default to switch.
8884         * fixinc/fixincl.tpl: make non-exported arrays static scope
8885         * fixinc/fixincl.x: regenerate
8886         * fixinc/fixlib.h: Use PARAMS, not _P_
8887         * fixinc/fixtests.c: make a type for the test proc & use it
8888         * fixinc/server.h: Use PARAMS, not _P_
8889
8890 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8891
8892         * c-typeck.c (process_init_element): Avoid union init warnings on
8893         floating point zero.  Don't crash on unions containing structs.
8894
8895 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
8896
8897         * config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to
8898         general_movsrc_operand, and remove CONST_INT from
8899         general_movdst_operand.
8900
8901 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
8902
8903         * cse.c (approx_reg_cost): If SMALL_REGISTER_CLASSES, return INT_MAX
8904         if a reference to non-fixed hardreg is seen.  Otherwise, count hard
8905         regs with a higher cost.
8906         (preferrable): Deal with cases where either cost or regcost is
8907         MAX_COST.
8908         (cse_insn): Use MAX_COST rather than 10000.  Always initialize
8909         regcost values.
8910         (COSTS_N_INSNS): Move definition...
8911         * rtl.h: ...here.
8912         (MAX_COST): New macro.
8913         * loop.c (init_loop): Use COSTS_N_INSNS macro instead of hardcoded
8914         constant.
8915
8916 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
8917
8918         * c-common.h (genrtl_clear_out_block): Remove.
8919         * c-semantics.c (genrtl_clear_out_block): Remove.
8920         (genrtl_while_stmt): Don't call it.
8921         (genrtl_for_stmt): Likewise.
8922
8923 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
8924
8925         * cppfiles.c: Move all default-#defines to top of file.
8926         (open_include_file): Replace by lookup_include_file.
8927         (read_with_read, read_file): Merged into read_include_file.
8928         (stack_include_file, purge_cache): New functions.
8929         (close_cached_fd): Delete.
8930         (lookup_include_file, read_include_file, _cpp_pop_file_buffer):
8931         Cache the in-memory buffer, not the file descriptor.
8932
8933         * cpphash.h (struct include_file): Add buffer, st, refcnt,
8934         mapped fields.
8935         (xcnew): New utility macro.
8936         (DO_NOT_REREAD, NEVER_REREAD): Move up by struct include_file.
8937         * cpplib.h (struct cpp_buffer): Remove mapped field.
8938
8939 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
8940
8941         * cpplex.c (parse_string): Accept backslash space newline as a
8942         line continuation.
8943         (lex_line): Likewise.
8944         (_cpp_get_token): Remove hard limit on macro nesting.
8945
8946 2000-09-12  Philipp Thomas  <pthomas@suse.de>
8947
8948         * aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
8949         * configure: Rebuilt.
8950
8951 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
8952
8953         * flow.c (split_block): Fix update of registers live at
8954         end of split block.
8955
8956 Tue Sep 12 01:51:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8957
8958         * i386.md (add?i_3, add?i_5): New.
8959         (add?i_4): Rename from add?i_3;  Fix compare pattern.
8960         (sub?i_3, xor?i_3, ior?i_3): New.
8961
8962         * genrecog.c (write_tree): Output code to clear insn_extract cache.
8963         * genattrtab.c (write_attr_case): Gen call to extract_insn_cache
8964         instead of extract_insn and extract_constrain_insn_cache instead of
8965         extract_insn and constrain_operands.
8966         * recog.c (extract_insn_cached, extract_constrain_insn_cached):
8967         New functions.
8968         (extract_insn): Clear which_alternative.
8969         (constrain_operands): Set which_alternative to -1 when failed.
8970         * recog.h (extract_constrain_insn_cached, extract_insn_cached):
8971         Declare.
8972
8973 2000-09-11  Matthew Hiller  <hiller@redhat.com>
8974
8975         * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
8976         on operand 0 to '+'.
8977         (movstricthi): Likewise.
8978
8979 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
8980
8981         * loop.h (LOOP_IVS): New macro.
8982         (REG_IV_TYPE, REG_IV_INFO): Add ivs argument.
8983         (struct loop_ivs): New.
8984         (struct loop_info): Add ivs field.
8985         (reg_iv_type, reg_iv_info): Delete prototype.
8986         (reg_biv_class, loop_iv_list): Likewise.
8987         * loop.c (record_biv, find_life_end): Pass loop argument.
8988         (reg_iv_type): Remove global array and use
8989         field in loop_regs structure within loop_ivs structure.
8990         (reg_iv_info, reg_biv_class, loop_iv_list): Likewise.
8991         (first_increment_giv, last_increment_giv): Use entry in
8992         loop_ivs structure.
8993         (record_initial): Pass ivs pointer.
8994         * unroll.c (copy_loop_body, remap_split_bivs): Add loop argument.
8995
8996 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
8997
8998         * loop.h (LOOP_REGS): New macro.
8999         (struct loop_regs): New.
9000         (struct loop_info): Add regs field.
9001         * loop.c (set_in_loop): Remove global array and store
9002         in loop_regs structure as part of loop_info structure.
9003         (n_times_set, may_not_optimize): Likewise.
9004         (reg_single_usage, moved_once): Likewise.
9005         (count_one_set): Add regs argument.
9006         (combine_movables, rtx_equal_for_loop_p, combine_givs): Likewise.
9007         (set_pseudo_multiple_uses): Pass regs pointer.
9008
9009 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9010
9011         * unroll.c (iteration_info): Subsume into loop_iterations.
9012         * loop.h (loop_info): New field iv.
9013
9014 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9015
9016         * basic-block.h (LOOP_TREE, LOOP_PRE_HEADER, LOOP_EDGES): New.
9017         (LOOP_EXITS_DOMS, LOOP_ALL): Likewise.
9018         (flow_loops_update): New prototype.
9019         (flow_loops_find): Add flags to prototype.
9020         (struct loop): Add `pre_header_root' and `pre_header_trace' fields.
9021         * flow.c (flow_loop_pre_header_scan): New.
9022         (flow_loop_dump): Dump pre-header root and trace and exit dominators.
9023         (flow_loop_free): Free pre-header root and trace and exit dominators.
9024         (flow_loops_find): New argument flags.
9025         (flow_loops_update): New function.
9026         * toplev.c (rest_of_compilation): Add flag argument to flow_loops_find.
9027
9028 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9029
9030         * basic-block.h (split_block, update_bb_for_insn): New prototypes.
9031         * flow.c (split_block, update_bb_for_insn): New functions.
9032
9033 2000-09-11  Richard Henderson  <rth@cygnus.com>
9034
9035         * cse.c (fold_rtx): Honor NO_FUNCTION_CSE.
9036
9037 2000-09-11  Richard Henderson  <rth@cygnus.com>
9038
9039         * config/ia64/ia64-protos.h (fr_nonimmediate_operand): Declare.
9040         * config/ia64/ia64.c (fr_nonimmediate_operand): New.
9041         (ia64_override_options): Prevent optimizing division for both
9042         latency and throughput.
9043         (rtx_needs_barrier): Handle frcpa.
9044         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): New.
9045         (MASK_INLINE_DIV_THR, TARGET_INLINE_DIV_LAT): New.
9046         (TARGET_INLINE_DIV_THR, TARGET_INLINE_DIV): New.
9047         (TARGET_SWITCHES): Add -minline-divide-min-latency and
9048         -minline-divide-max-throughput.
9049         (PREDICATE_CODES): Update.
9050         * config/ia64/ia64.md (extendsidi2): Remove * from f case.
9051         (zero_extendsidi2): Likewise.  Fix typo in f case insn.
9052         (extendsfdf2): Add cases for gr<->fr and fr<->mem.
9053         (extendsftf2): Likewise.
9054         (extenddftf2): Likewise.
9055         (fix_trunctfdi2_alts): New.
9056         (fixuns_trunctfdi2_alts): New.
9057         (madd*4): Rename from madd*3.
9058         (divsi3, modsi3, udivsi3, umodsi3): New.
9059         (divsi3_internal): New.
9060         (divdi3, moddi3, udivdi3, umoddi3): New.
9061         (divdi3_internal_lat, divdi3_internal_thr): New.
9062         (multf3_alts, maddtf4_alts, nmaddtf4_alts): New.
9063         (recip_approx): New.
9064
9065 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
9066
9067         * print-rtl.c (debug_call_placeholder_verbose): New variable.
9068         (print_rtx) [CALL_PLACEHOLDER]: Dump all call sequences if it is
9069         set.
9070         * integrate.c (copy_rtx_and_substitute): Don't share
9071         LEAF_REG_REMAPpable registers with the inlined function.  Don't
9072         share the function value with calling sequences.
9073
9074 2000-09-11  Jakub Jelinek  <jakub@redhat.com>
9075
9076         * c-decl.c (do_case): Fix a typo.
9077
9078         * combine.c (simplify_if_then_else): Don't convert a == b ? b : a
9079         to a if the comparison is floating mode and not -ffast-math.
9080         * simplify-rtx.c (simplify_ternary_operation): Likewise.
9081
9082 Mon Sep 11 20:07:48 2000  J"orn Rennecke <amylaar@redhat.co.uk>
9083
9084         * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
9085         gen_ic_invalidate_line.
9086
9087 2000-09-11  Philip Blundell  <pb@futuretv.com>
9088
9089         * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
9090
9091 Mon Sep 11 10:48:41 2000  Ulrich Drepper <drepper@redhat.com>
9092
9093         * install.texi (LANGUAGES): Update to include new languages.
9094         * INSTALL: Rebuilt.
9095
9096 2000-09-11  DJ Delorie  <dj@redhat.com>
9097
9098         * gcc.c (main): Don't warn about unused -B prefixes
9099         (unused_prefix_warnings): remove
9100
9101 2000-09-11  Kazu Hirata  <kazu@hxi.com>
9102
9103         * final.c: Fix formatting.
9104
9105         * integrate.c: Fix formatting.
9106
9107 2000-09-11  Geoff Keating  <geoffk@cygnus.com>
9108
9109         * alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.
9110
9111 2000-09-11  Bernd Schmidt  <bernds@redhat.co.uk>
9112
9113         * reload.c (regno_clobbered_p): Fix thinko in previous change.
9114
9115 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9116
9117         * gcc.1: Document 68hc11 specific options.
9118
9119 2000-09-10  Geoff Keating  <geoffk@cygnus.com>
9120
9121         * config/rs6000/sysv4.h (MASK_LONG_DOUBLE_128): Define.
9122         (TARGET_LONG_DOUBLE_128): Define.
9123         (SUBTARGET_SWITCHES): Add -mlong-double-64 and -mlong-double-128.
9124         (LONG_DOUBLE_TYPE_SIZE): Redefine.
9125         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
9126         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on definition
9127         of __LONG_DOUBLE_128__.
9128         (CPP_SYSV_SPEC): Define __LONG_DOUBLE_128__ if -mlong-double-128
9129         passed.
9130         (CPP_LONGDOUBLE_DEFAULT_SPEC): Define.
9131         (CPP_SYSV_DEFAULT_SPEC): Define.
9132         (SUBTARGET_EXTRA_SPECS): Add cpp_longdouble_default.
9133         (INIT_TARGET_OPTABS): Define.
9134
9135         * config/rs6000/aix.h (RS6000_ITRUNC): Moved from rs6000.h.
9136         (RS6000_UITRUNC): Likewise.
9137         (INIT_TARGET_OPTABS): New macro.
9138         * config/rs6000/rs6000.c (rs6000_trunc_used): Delete.
9139         (trunc_defined): Delete.
9140         (output_prolog): Don't output .extern definitions for fp->int
9141         conversion routines, ASM_OUTPUT_EXTERNAL_LIBCALL will do it.
9142         * config/rs6000/rs6000.h (rs6000_trunc_used): Delete.
9143         (trunc_defined): Delete.
9144         (RS6000_ITRUNC): Moved to aix.h.
9145         (RS6000_UITRUNC): Likewise.
9146         * config/rs6000/rs6000.md (fix_truncdfsi2): Fail if it would
9147         only emit a libcall.
9148         (fixuns_truncdfsi2): Delete.
9149         (trunc_call): Delete.
9150         (trunc_call_rtl): Delete.
9151
9152 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9153
9154         * varasm.c (make_decl_rtl): Restore leading star on
9155         DECL_ASSEMBLER_NAME set for decls with an asmspec.
9156
9157 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9158
9159         * c-pragma.c (handle_pragma_pack): Correct parsing logic so it
9160         won't give a spurious error for '#pragma pack()'.  Simplify
9161         control flow for readability.  'reset' action is not necessary.
9162
9163 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9164
9165         * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,
9166         SHORT_TYPE_SIZE, INT_TYPE_SIZE, LONG_TYPE_SIZE,
9167         LONG_LONG_TYPE_SIZE, WCHAR_TYPE_SIZE, FLOAT_TYPE_SIZE,
9168         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE, and WCHAR_UNSIGNED.
9169
9170         * cppexp.c, dwarfout.c, dwarf2out.c, emit-rtl.c, final.c, optabs.c,
9171         profile.c, sdbout.c, tradcif.y, tree.c:
9172         Include defaults.h if not already included.
9173         Don't define the above macros.
9174
9175         * Makefile.in: Update dependencies.
9176
9177 2000-09-10  Mark Mitchell  <mark@codesourcery.com>
9178
9179         * c-common.h (add_stmt): Change prototype.
9180         (RECHAIN_STMTS): New macro.
9181         (CASE_LABEL_DECL): Likewise.
9182         (genrtl_case_label): Change prototype.
9183         (c_expand_start_case): Remove prototype.
9184         (build_case_label): Change prototype.
9185         (decl_constant_value): Declare.
9186         * c-common.c (check_case_value): Handle C++'s extensions to C
9187         semantics.
9188         * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL
9189         field.
9190         * c-parse.in (stmt): Adjust handling of return statements and case
9191         laels.
9192         * c-semantics.c (add_stmt): Return the new statement.
9193         (genrtl_return_stmt): Take the RETURN_STMT as input, not the
9194         returned expression.  Directly generate RTL, rather than calling
9195         c_expand_return.
9196         (genrtl_switch_stmt): Don't call c_expand_start_case.
9197         (build_case_label): Take the LABEL_DECL as input, too.
9198         (genrtl_case_label): Just call add_case_node.
9199         (expand_stmt): Adjust calls to genrtl_return_stmt and
9200         genrtl_case_label.
9201         * c-tree.h (c_expand_start_case): Declare.
9202         * c-typeck.c (decl_constant_value): Give it external linkage.
9203         (c_expand_return): Don't call expand_return or expand_null_return;
9204         use genrtl_return_stmt instead.
9205         * stmt.c (struct nesting): Remove num_ranges field.
9206         (add_case_node): Give it external linkage.
9207         (expand_start_case): Don't set num_ranges.
9208         (expand_start_case_dummy): Don't clear it.
9209         (pushcase): Rely on add_case_node to handle `default' labels.
9210         (add_case_node): Handle `default' labels.
9211         * tree.c (tree_int_cst_compare): New function.
9212         * tree.h (tree_int_cst_compare): Declare.
9213         (add_case_node): Likewise.
9214
9215 2000-09-10  Richard Henderson  <rth@cygnus.com>
9216
9217         * c-parse.in: Revert last change.
9218         (init_reswords): Do not enter disabled keywords into the ridpointers
9219         table, modulo objc weirdness.
9220         (_yylex): Return the canonical spelling for a keyword.
9221
9222 2000-09-10  Philip Blundell  <philb@gnu.org>
9223
9224         * config/arm/arm.h (CPP_ISA_SPEC): Don't define `arm' or `thumb'.
9225         * config/arm/linux-elf.h (CPP_PREDEFINES): Don't define `__arm__'.
9226
9227 Sun Sep 10 14:30:28 EDT 2000  John Wehle  (john@feith.com)
9228
9229         * alias.c (find_base_term): Handle ADDRESSOF.
9230         (memrefs_conflict_p): An ADDRESSOF doesn't conflict.
9231
9232 2000-09-10  Denis Chertykov  <denisc@overta.ru>
9233
9234         * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while
9235         outputting templates with many lines.
9236
9237 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9238
9239         * libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD
9240         to decide whether 64-bit support must be generated.
9241
9242 2000-09-10  Richard Henderson  <rth@cygnus.com>
9243
9244         * c-parse.in (asm patterns): Fix volatile check.
9245
9246 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9247
9248         * cppmacro.c (check_trad_stringification): New function.
9249         (save_expansion): If -Wtraditional, warn about stringification of
9250         macro arguments.
9251
9252 2000-09-11  Michael Hayes  <mhayes@cygnus.com>
9253
9254         * loop.h (struct loop_mem_info): Move from loop.c
9255         (struct loop_info): Add fields store_mems, mems, mems_idx,
9256         mems_allocated, unknown_address_altered,
9257         unknown_constant_address_altered, num_mem_sets, and
9258         first_loop_store_insn.
9259
9260         * loop.c (loop_store_mems): Replace with field in loop_info struct.
9261         (loop_mems, loop_mems_idx, loop_mems_allocated): Likewise.
9262         (unknown_address_altered, unknown_constant_address_altered): Likewise.
9263         (num_mem_sets): Likewise.
9264         (replace_loop_mems, replace_loop_regs): New.
9265         (struct loop_replace_args): New.
9266         (load_mems): Use replace_loop_mems.
9267         (try_copy_prop): Use replace_loop_regs.
9268         (replace_loop_reg, replace_loop_mem): Use loop_replace_args structure.
9269
9270 2000-09-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9271
9272         * configure.in: Recognize m6811-elf and m6812-elf.
9273         * configure: Regenerate.
9274
9275 2000-09-09  Geoff Keating  <geoffk@cygnus.com>
9276
9277         * recog.c (validate_replace_rtx_1): Correct MODE parameter in call
9278         to operand_subword.
9279
9280 2000-09-10  Michael Hayes  <mhayes@cygnus.com>
9281
9282         * loop.c (struct movables): New.
9283         (num_movables): Move into struct movables.
9284         (the_movables): Change type to struct movables.
9285         (ignore_some_movables): Change struct movable arg to struct movables.
9286         (force_movables, combine_movables, regs_match_p): Likewise.
9287         (rtx_equal_for_loop_p, move_movables): Likewise.
9288         (scan_loop): Change movables to be of type struct movables.
9289         Replace last_movable with field in movables structure.
9290
9291 2000-09-08  Zack Weinberg  <zack@wolery.cumb.org>
9292
9293         * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
9294         (init_pragma): Avoid warning if pfile happens to be unused.
9295         * c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS.  Never
9296         define init_pragma to nothing.  Always prototype
9297         init_pragma.  Prototype dispatch_pragma if !USE_CPPLIB.
9298
9299         * c-lex.c (process_directive): Always call dispatch_pragma.
9300         Initialize entering_c_header to 0.
9301
9302 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9303
9304         * config/m68hc11/m68hc11.md: New file, machine description for
9305         68HC11 & 68HC12.
9306         * config/m68hc11/m68hc11.h: New file, definitions for 68HC11 & 68HC12.
9307         * config/m68hc11/m68hc11.c: New file, functions for 68HC11 & 68HC12.
9308         * config/m68hc11/m68hc12.h: New file, definitions for 68HC12.
9309         * config/m68hc11/m68hc11-protos.h: New file.
9310         * config/m68hc11/m68hc11-crt0.S: New file, startup code.
9311         * config/m68hc11/t-m68hc11-gas: New file, makefile fragment.
9312         * config/m68hc11/xm-m68hc11.h: New file, target defs.
9313         * config/m68hc11/larith.asm: New file, libgcc routines.
9314
9315 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9316
9317         * Makefile.in (DPBIT_FUNCS): Add _usi_to_df.
9318         (FPBIT_FUNCS): Add _usi_to_sf.
9319         * config/fp-bit.c (usi_to_float): New function.
9320         * config/fp-bit.h (L_usi_to_sf, L_usi_to_df): Define.
9321         (usi_to_float): Add appropriate #define.
9322
9323 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
9324
9325         * i386-protos.h (sse_comparison_operator, mmx_reg_operand): Declare
9326         new functions.
9327         * i386.c (sse_comparison_operator, mmx_reg_operand): New functions.
9328         * i386.md (attr "type"): Add sse and mmx types.
9329         (attr "memory"): Handle them without a crash.
9330         (movsi_1, movdi_2): Allow MMX regs.
9331         (movdi splits): Don't split moves involving MMX regs.
9332         (setcc_4): Remove '*' from pattern name so we get a gen_setcc4.
9333         (movv4sf_internal, movv4si_internal, movv8qi_internal,
9334         movv4hi_internal, movv2si_internal, movv8qi, movv4hi, movv2si,
9335         movv4sf, movv4si, pushv4sf, pushv4si, pushv8qi, pushv4hi, pushv2si,
9336         sse_movaps, sse_movups, sse_movmskps, mmx_pmovmskb, mmx_maskmovq,
9337         sse_movntv4sf, sse_movntdi, sse_movhlps, sse_movlhps, sse_movhps,
9338         sse_movlps, sse_loadss, sse_movss, sse_storess, sse_shufps,
9339         addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, mulv4sf3, vmmulv4sf3,
9340         divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2, rsqrtv4sf2, vmrsqrtv4sf2,
9341         sqrtv4sf2, vmsqrtv4sf2, sse_andti3, sse_nandti3, sse_iorti3,
9342         sse_xorti3, maskcmpv4sf3, maskncmpv4sf3, vmmaskcmpv4sf3,
9343         vmmaskncmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
9344         smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
9345         cvttps2pi, cvtsi2ss, cvtss2si, cvttss2si, addv8qi3, addv4hi3,
9346         addv2si3, ssaddv8qi3, ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3,
9347         subv4hi3, subv2si3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
9348         mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
9349         mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3, mmx_uavgv8qi3,
9350         mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw, mmx_pshufw,
9351         eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3, gtv2si3, umaxv8qi3,
9352         smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3, ashrv2si3, lshrv4hi3,
9353         lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3, mmx_ashldi3,
9354         mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
9355         mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
9356         mmx_punpckldq, emms, sfence, ldmxcsr, prefetch, stmxcsr, sse_clrti,
9357         mmx_clrdi): New patterns.
9358
9359 2000-09-08  Richard Earnshaw  <rearnsha@arm.com>
9360
9361         * arm.c: Don't include tm.h directly.
9362
9363 Fri Sep  8 14:34:56 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9364
9365         * recog.c (validate_replace_rtx_1): Fix confusion about equality
9366         testing; simplify subregs of constants and nested subregs.
9367
9368 2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
9369
9370         * config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
9371
9372 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
9373
9374         * combine.c (combine_simplify_rtx): Try to simplify VEC_SELECT of a
9375         VEC_CONCAT.
9376         * rtl.texi (description of USE): Add note about possible pitfalls
9377         with this rtx.
9378         From Richard Henderson:
9379         * reload1.c (choose_reload_regs): Compute need_mode properly.
9380
9381 2000-09-07  Richard Henderson  <rth@cygnus.com>
9382
9383         * config/ia64/lib1funcs.asm (__divsi3): Use .s1 for frcpa.
9384         (__modsi3, __umodsi3): Likewise.
9385         (__udivsi3): Likewise.  Normalize the TFmode values.
9386
9387 2000-09-07  Geoff Keating  <geoffk@cygnus.com>
9388
9389         * config/rs6000/sol-c0.c (_start): Declare `termfunc' parameter
9390         with a prototype.
9391         * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
9392         warning.
9393
9394 Fri Sep  8 03:26:38 2000  J"orn Rennecke <amylaar@redhat.co.uk>
9395
9396         * sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): Remove.
9397         (cmpeqdi_t): Add output pattern.
9398         (cmpeqdi_t+1): Don't split when not optimizing.
9399         Restore proper splitting operation.
9400
9401 2000-09-07  Richard Henderson  <rth@cygnus.com>
9402
9403         * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,
9404         do not call dispatch_pragma.
9405
9406 2000-09-07  Jim Wilson  <wilson@cygnus.com>
9407
9408         * reload.c (push_reload): Use CLASS_CANNOT_CHANGE_MODE_P in addition
9409         to CLASS_CANNOT_CHANGE_MODE.
9410         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE_P): True only if the
9411         mode classes are different.
9412
9413 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
9414
9415         * cpplib.h (struct cpp_options): Add user_label_prefix member,
9416         left out of commit which removed cppulp.c.
9417
9418 2000-09-07  Richard Henderson  <rth@cygnus.com>
9419
9420         * bb-reorder.c (fixup_reorder_chain): Add jump in new block
9421         after switch for CASE_DROPS_THROUGH.
9422
9423 2000-09-07  Richard Henderson  <rth@cygnus.com>
9424
9425         * loop.c (strength_reduce): Call check_ext_dependant_givs.
9426         Properly extend the biv initial value for the giv.
9427         (record_biv): Zero ext_dependant.
9428         (record_giv): New argument ext_val.  Update all callers.
9429         (general_induction_var): Likewise.
9430         (consec_sets_giv): Likewise.
9431         (simplify_giv_expr): Likewise.  Fill in ext_val if we find
9432         a sign-extend, zero-extend, or truncate.
9433         (combine_givs_p): Make sure modes are compatible.
9434         (check_ext_dependant_givs): New.
9435         (extend_value_for_giv): New.
9436         * loop.h (struct induction): Add ext_dependant.
9437         * unroll.c (iteration_info): Extend the biv initial value for the giv.
9438         (find_splittable_givs): Likewise.
9439         (final_giv_value): Likewise.
9440
9441 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
9442
9443         * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
9444         REGISTER_TARGET_PRAGMAS is defined.  Duplicate some
9445         definitions from cpplib.h.
9446         * cpplib.h: Don't typedef struct cpp_reader if c-pragma.h has
9447         already done it.
9448         * tm.texi: Document HANDLE_PRAGMA as no longer supported.  Add
9449         documentation for REGISTER_TARGET_PRAGMAS.
9450
9451         * c-lex.c: Include cpplib.h before c-pragma.h.  Define a
9452         default-pragma callback to implement -Wunknown-pragmas if
9453         USE_CPPLIB.
9454         * c-parse.in: Move all includes to top of file.
9455         * c-pragma.c: Include cpplib.h before c-pragma.h.  Include
9456         tm_p.h.
9457         (dispatch_pragma): Put the namespace in the -Wunknown-pragmas
9458         warning.
9459         (init_pragma): If REGISTER_TARGET_PRAGMAS is defined, call it.
9460
9461         * arm.h, arm-protos.h, arm.c,
9462           c4x.h, c4x-protos.h, c4x.c,
9463           h8300.h, h8300-protos.h, h8300.c,
9464           i370.h, i370-protos.h, i370.c,
9465           i960.h, i960-protos.h, i960.c,
9466           sh.h, sh-protos.h, sh.c,
9467           v850.h, v850-protos.h, v850.c: Convert HANDLE_PRAGMA-based
9468         pragmata scheme to use REGISTER_TARGET_PRAGMAS instead.
9469
9470         * d30v.h: Don't mention HANDLE_PRAGMA in comment.  Add
9471         multiple include guard.
9472         * i370.md (untyped_call): Use GEN_CALL.
9473         (umodsi3): Remove unused variable.
9474         * sh/elf.h: Don't undef HANDLE_SYSV_PRAGMA.
9475         * v850.c (output_move_single, output_move_double): Constify
9476         return value.
9477         (print_operand): Constify a char *.
9478         * v850.h (struct small_memory_info): Constify name member.
9479
9480 2000-09-07  Kazu Hirata  <kazu@hxi.com>
9481
9482         * config/h8300.h: Fix comment typos.
9483         * config/h8300/h8300.md: Likewise.
9484         * config/h8300/lib1funcs.asm: Likewise.
9485
9486 Thu 07-Sep-2000 21:29:00 BST  Neil Booth  <NeilB@earthling.net>
9487
9488         * Makefile.in: Remove references to cppulp.{c,o}.
9489         * cppinit.c (initialize_builtins, cpp_start_read,
9490         cpp_handle_option): Update to use cpp_options structure.
9491         * cppulp.c: Remove.
9492
9493 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9494
9495         * c-common.c (time_char_table): Allow %#b and %#h.
9496
9497 2000-09-07 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9498
9499         * reorg.c (find_end_label): If the basic block reorder pass moves the
9500         return insn to some other place try to locate it again and put our
9501         end_of_function_label there.
9502         * reorg.c (relax_delay_slots): Check if find_end_label created a
9503         new label that invalidates the current optimazation.
9504
9505 2000-09-07  Catherine Moore  <clm@redhat.com>
9506
9507         * unroll.c (unroll_loop): Check for unconditional jumps
9508         to loop continuation.  Delete if n_iterations is 1.
9509         (ujump_to_loop_cont): New routine.
9510
9511 2000-09-07  Bernd Schmidt  <bernds@redhat.co.uk>
9512
9513         * rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
9514         MODE_VECTOR_FLOAT.
9515         * reload.c (regno_clobbered_p): Accept new arg, MODE, and use it
9516         to handle multiword modes correctly.  All callers and the declaration
9517         changed.
9518
9519 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9520
9521         * c-common.h (prep_stmt): Declare.
9522         (lang_expand_stmt): Likewise.
9523         * c-decl.c (lang_expand_stmt): Remove.
9524         * c-semantics.c (lang_expand_stmt): Define.
9525         (prep_stmt): New function.
9526         (expand_stmt): Handle common statement types here.
9527
9528 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
9529
9530         * configure.in (sh-*-linux*): Added.
9531         * configure: Rebuilt.
9532         * config/sh/t-linux: New file.
9533         * config/sh/sh.h (USERMODE_BIT): Define.
9534         (TARGET_USERMODE): Likewise.
9535         (TARGET_SWITCHES): New switches for the bits above.
9536         (INITIALIZE_TRAMPOLINE): Call __ic_invalidate in USERMODE.
9537         * config/sh/linux.h: New file.
9538         * config/sh/lib1funcs.asm (GLOBAL): Don't prefix symbols with
9539         underscore on linux.
9540         (L_sdivsi3, L_udivsi3): Define for linux.
9541         (L_ic_invalidate): Define.
9542         * invoke.texi (SH Options): Document -musermode.
9543
9544 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
9545
9546         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't disable function
9547         CSE unless generating PIC.
9548
9549         * config/sh/sh.md (symPLT_label2reg): Force the initialization of
9550         the PIC register.
9551
9552 2000-09-06  H.J. Lu  (hjl@gnu.org)
9553
9554         * Makefile.in (clean_s1): Depend on stage_b.
9555         (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in
9556         stage2. They are used for "make compare".
9557
9558 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9559
9560         Move statement-tree facilities from C++ to C front-end.
9561         * c-common.h (c_tree_index): Add CTI_VOID_ZERO.
9562         (void_zero_node): New macro.
9563         (struct stmt_tree_s): New type.
9564         (stmt_tree): New typedef.
9565         (struct language_function): New type.
9566         (last_tree): New macro.
9567         (last_expr_type): Likewise.
9568         (walk_tree_fn): New typedef.
9569         (current_stmt_tree): New function.
9570         (begin_stmt_tree): Likewise.
9571         (add_stmt): Likewise.
9572         (finish_stmt_tree): Likewise.
9573         (statement_code_p): Likewise.
9574         (lang_statement_code_p): New variable.
9575         (walk_stmt_tree): New function.
9576         (STMT_IS_FULL_EXPR_P): New macro.
9577         * c-common.c (lang_statement_code_p): New variable.
9578         (c_common_nodes_and_builtins): Initialize void_zero_node.
9579         (statement_code_p): New function.
9580         (walk_stmt_tree): Likewise.
9581         * c-decl.c (language_function): Rename to ...
9582         (c_language_function): ... this.  Include language_function.
9583         (push_c_function_context): Adjust accordingly.
9584         (pop_c_function_context): Likewise.
9585         (mark_c_function_context): Likewise.
9586         (current_stmt_tree): Define.
9587         * c-semantics.c (begin_stmt_tree): New function.
9588         (add_stmt): Likewise.
9589         (prune_unused_decls): Likewise.
9590         (finish_stmt_tree): Likewise.
9591
9592 2000-09-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9593
9594         * flow.c (insn_dead_p): Detect dead memory stores with auto increments.
9595
9596 2000-09-06  Kazu Hirata  <kazu@hxi.com>
9597
9598         * calls.c: Fix formatting.
9599
9600 2000-09-06  Graham Stott  <grahams@cygnus.co.uk>
9601
9602         * config/i386/i386.h (ADDRESS_COST): Fix typo.
9603
9604 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
9605
9606         Integrated preprocessor.
9607
9608         * Makefile.in: Remove all references to c-parse.gperf,
9609         c-gperf.h, and c-parse.h.  Remove -d from yacc command line
9610         generating c-parse.c.  Update dependencies.
9611         * c-parse.gperf, c-gperf.h: Delete.
9612
9613         * c-common.c: Don't define parse_options, cpp_token, yy_cur,
9614         yy_lim, or yy_get_token.  Don't define get_directive_line if
9615         USE_CPPLIB.
9616         * c-common.h: Add multiple include guard.  Define RID values
9617         for every keyword in C, C++, and Objective C.  Put all the
9618         modifiers first.
9619         (struct c_fileinfo, get_fileinfo, dump_time_statistics): New.
9620         * c-decl.c (c_decode_option): Handle -lang-objc here.
9621         (print_lang_identifier): Handle C_IS_RESERVED_WORD case.
9622         (grokdeclarator): Adjust for new RID scheme.
9623         (extract_interface_info): New stub.
9624         * c-lang.c: Don't declare yy_cur or parse_options.
9625         (lang_init_options): Call cpp_init.  Don't call
9626         cpp_options_init.
9627         (lang_init): Don't call check_newline if USE_CPPLIB.
9628
9629         * c-lex.c: Don't include c-parse.h.  Do include timevar.h.
9630         Elide lots of unnecessary code if USE_CPPLIB.  Delete code
9631         rendered unnecessary by new architecture.  Move routines not
9632         shared with C++ to c-parse.in.  Maintain a local idea of the
9633         line number.    Handle C++ as well as C.
9634         [USE_CPPLIB]: Declare and register callbacks for #ident and
9635         for entering/leaving files.
9636         (init_c_lex, c_lex): Are now the entry points to this file.
9637         (check_newline): Break out directive handling to
9638         process_directive.
9639         (read_ucs, is_extended_char, utf8_extend_token): Moved here
9640         from C++ front end.
9641         (readescape, parse_float): Overhaul.
9642         (lex_number, lex_string, lex_charconst): Break out of c_lex
9643         (n'ee yylex).
9644         (get_fileinfo, update_header_times, dump_one_header,
9645         dump_time_statistics): New and/or moved here from C++.
9646         Support per-file data needed by C++ and per-header timing
9647         statistics (C++ only, at the moment).
9648         * c-lex.h: Update prototypes.  Add multiple include guard.
9649         * c-tree.h (struct lang_identifier): Add rid_code field.
9650         (C_IS_RESERVED_WORD, C_RID_CODE): New.
9651
9652         * c-parse.in: Include c-pragma.h. Remove unnecesary calls to
9653         reinit_parse_for_function and/or position_after_white_space.
9654         (save_filename, save_lineno): Look ahead before saving.
9655         (label -> identifier ':'): Save file and line before shifting ':'.
9656         (reservedwords): No need to call get_identifier.
9657         (init_parse, finish_parse, yyerror, yylex, yyprint,
9658         make_pointer_declarator): Are now here for C/ObjC.
9659         (rid_to_yy): Conversion table from RID constants to Yacc codes.
9660
9661         * c-pragma.c: Rewrite parsing logic to fit with cpplib's
9662         #pragma registry.  Provide dummy implementation of that
9663         interface if !USE_CPPLIB.
9664         * c-pragma.h: Update to match.
9665
9666         * flags.h: Add multiple include guard.
9667         (flag_detailed_statistics): Moved here from C++.
9668         * toplev.c: Define flag_detailed_statistics.
9669
9670         * gcc.c (C specs): Use %(trad_capable_cpp) for -E|-M|-MM case
9671         #if USE_CPPLIB.
9672         * timevar.def (TV_CPP, TV_LEX): New.
9673         * timevar.h: Add multiple include guard.
9674
9675         * objc/lang-specs.h: Use %(trad_capable_cpp) for -E|-M|-MM case
9676         #if USE_CPPLIB.
9677         * objc/objc-act.c: Don't mention yy_cur or parse_options.
9678         Initialize cpplib properly.  Force lineno to 0 after first
9679         call to check_newline.  Don't handle -lang-objc here.
9680         Move forget_protocol_qualifiers and remember_protocol_qualifiers here.
9681
9682 2000-09-06  David Edelsohn  <edelsohn@gnu.org>
9683
9684         * rs6000.md: Correct function unit definitions for cr_logical and
9685         mtjmpr.
9686         (sCOND): Additionally fail for sgt, slt, sge, sle if !TARGET_POWER
9687         and use portable method for >=0 and floating point >=.  Remove
9688         associated matchers.
9689
9690 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9691
9692         * extend.texi: Mark named return value extension as deprecated.
9693
9694 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
9695
9696         * config/rs6000/rs6000.c (rs6000_reverse_condition): Return
9697         the result.
9698
9699 2000-09-06  Gabriel Dos Reis  <gdr@codesourcery.com>
9700
9701         * toplev.c (display_help): Fix thinko in documentation.
9702
9703         * diagnostic.h (output_buffer::indent_skip): New fields.
9704         (output_indentation): New macro.
9705
9706         * diagnostic.c (output_indent): New function.
9707         (output_set_prefix, clear_diagnostic_info): Use.
9708         (output_emit_prefix): Predict future indentation.
9709
9710 2000-09-06  DJ Delorie  <dj@redhat.com>
9711
9712         * Makefile.in (stage_*): add more dependencies to ensure parallel
9713         builds build correctly
9714
9715 2000-09-06  Manfred Hollstein  <manfredh@redhat.com>
9716
9717         * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
9718         not bootstrap-lean_f.
9719
9720 2000-09-06  Andreas Schwab  <schwab@suse.de>
9721
9722         * mklibgcc.in: Emit rule for libgcc-stage-start.
9723         * Makefile.in (stage1-start, stage2-start, stage3-start,
9724         stage4-start): Don't handle libgcc here, use libgcc.mk instead.
9725
9726 2000-09-06  Bernd Schmidt  <bernds@redhat.co.uk>
9727
9728         * local-alloc.c (local_alloc): Ignore CLASS_LIKELY_SPILLED.
9729         (update_equiv_regs): Likewise, except for the mn10200 kludge.
9730         (combine_regs): Likewise.
9731
9732         * Makefile.in (cse.o): Depend on $(BASIC_BLOCK_H).
9733         * cse.c: Include "basic-block.h".
9734         (struct table_elt): New field REGCOST.
9735         (CHEAP_REG): Delete macro.
9736         (COST): Return 0 for REGs.
9737         (approx_reg_cost_1, approx_reg_cost, preferrable): New functions.
9738         (notreg_cost): Return 0 for appropriate SUBREGs.
9739         (COSTS_N_INSNS): Return N * 2.
9740         (rtx_cost): Return 0 for REGs, and use cost of nested rtx for cheap
9741         SUBREGs.
9742         (CHEAPER): Use new function preferrable.
9743         (insert): Initialize REGCOST member.
9744         (find_best_addr): Use approx_reg_cost for estimation of register
9745         usage.
9746         (cse_insn): Likewise.
9747         * loop.c (iv_add_mult_cost): New function.
9748         (add_cost, shift_cost, mult_cost): Delete variables.
9749         (init_loop): Don't initialize add_cost; reduce copy_cost by half.
9750         (strength_reduce): Use iv_add_mult_cost instead of fixed add_cost.
9751         Make code that detects autoinc opportunities slightly less optimistic.
9752         (simplify_giv_expr): If expression contains other reg that is also a
9753         giv, only increment benefit if this is the only use of that reg.
9754         (consec_sets_giv): Take that change into account.
9755         (combine_givs): Slightly more verbose output.
9756
9757         * i386.h (RTX_COSTS): For MULT, return true cost of multiplication,
9758         not the cost of an equivalent shift.
9759         * sh-protos.h (addsubcosts): Declare.
9760         * sh.c (addsubcosts): New function.
9761         * sh.h (CONST_COSTS): If CONST_OK_FOR_I, then return 0.
9762         (RTX_COSTS): Tweak.  Use addsubcosts.
9763         (ADDRESS_COST): Return higher cost for reg+reg addressing.
9764
9765 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
9766
9767         * config/rs6000/rs6000.c (validate_condition_mode): New function.
9768         (branch_comparison_operator): Call validate_condition_mode to
9769         abort rather than returning 0.
9770         (branch_positive_comparison_operator): New function.
9771         (scc_comparison_operator): Call validate_condition_mode to abort
9772         rather than returning 0.
9773         (ccr_bit): Call validate_condition_mode.  Update for
9774         new branch scheme.
9775         (print_operand): Delete %C modifier.  Update %E case
9776         to use EQ bit not SO bit.
9777         (rs6000_reverse_condition): New function.
9778         (rs6000_generate_compare): New function.
9779         (rs6000_emit_sCOND): New function.
9780         (rs6000_emit_cbranch): New function.
9781         (output_cbranch): The length of a long branch insn is
9782         now only 8 bytes.  Add validate_condition_mode.  Use
9783         rs6000_reverse_condition.  Remove cror generation.
9784
9785         * config/rs6000/rs6000.h: Update comments.
9786         (PREDICATE_CODES): Add new predicate.  Update codes used
9787         by branch_comparison_operator and scc_comparison_operator.
9788         * config/rs6000/rs6000-protos.h: Add prototypes for
9789         new external functions.
9790         * config/rs6000/rs6000.md: Add new scheduling parameters
9791         for cr_logical instructions.  Change length of branch
9792         instructions.
9793         (bCOND patterns): Call rs6000_emit_cbranch.
9794         (sCOND patterns): Call rs6000_emit_sCOND.
9795         (branch patterns): Change lengths to 4.
9796         (cr logical patterns): New.
9797
9798 2000-09-06  Richard Henderson  <rth@cygnus.com>
9799
9800         * config/i386/i386.md (call_pop): Fix test for setting
9801         current_function_uses_pic_offset_table.
9802         (call, call_value_pop, call_value): Likewise.
9803
9804 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
9805
9806         * timevar.c (timevar_add): Delete.
9807         (timevar_get): Also count time since the selected timer was
9808         last updated.  Do not examine the timevar stack if the
9809         selected timer is standalone.
9810
9811 2000-09-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9812
9813         * gthr-dce.h (__gthread_objc_mutex_deallocate): Free mutex->backend.
9814
9815 2000-09-05  Jason Merrill  <jason@redhat.com>
9816
9817         * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
9818         for 'extern' arrays.
9819
9820 2000-09-05  Richard Henderson  <rth@cygnus.com>
9821
9822         * config/ia64/lib1func.asm (__divtf3): Rebundle for Itanium.
9823         Eliminate final copy from non-trapping case.
9824         (__divdf3, __divsf3): Likewise.
9825
9826 2000-09-05  Richard Henderson  <rth@cygnus.com>
9827
9828         * config/ia64/ia64.md (mulhi3): Fix typo last change.
9829         * config/ia64/lib1func.asm (__divdi3, __udivdi3, __umodsi3): Likewise.
9830
9831 2000-09-03  Donn Terry  <donn@interix.com>,  Laurynas Biveinis  <lauras@softhome.net>
9832
9833         * Makefile.in: Restructure bootstrap stages to allow clean
9834         restart after failure.
9835
9836 2000-09-05  Richard Henderson  <rth@cygnus.com>
9837
9838         * config/ia64.md (movsi and movdi patterns): Allow moves from
9839         8-bit constants to AR registers.
9840
9841 2000-09-05  Richard Henderson  <rth@cygnus.com>
9842
9843         * config/ia64/ia64.md (mulhi3): New.
9844
9845 2000-09-05  Richard Henderson  <rth@cygnus.com>
9846
9847         * config/ia64/ia64.h (INIT_TARGET_OPTABS): Remove.
9848         * config/ia64/lib1funcs.asm (__divdi3): Update from Intel IA-64
9849         Optimization Guide, minimum latency alternative.
9850         (__moddi3, __udivdi3, __umoddi3): Likewise.
9851         (__divsi3, __modsi3, __udivsi3, __umodsi3): Likewise.
9852
9853 2000-09-05  Bruce Korb  <bkorb@gnu.org>
9854
9855         * fixinc/fixincl.c (load_file): always read header files
9856         with sizes that are a multiple of the page size.
9857         & use libiberty's getpagesize for determining that.
9858
9859 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9860
9861         * gcse.c (hash_string_1): Add prototype.
9862         * cse.c (canon_hash_string): Likewise.
9863
9864 2000-09-04  Craig Newell  <CraigN@ieee.org>
9865
9866         * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.
9867
9868 2000-09-04  Andreas Schwab  <schwab@suse.de>
9869
9870         * Makefile.in (STAGESTUFF): Remove libgcc.
9871         (stage1-start, stage2-start, stage3-start): Copy the contents of
9872         the libgcc directory explicitly.
9873         (mostlyclean): Clean libgcc.
9874
9875 2000-09-04  Andrew Haley  <aph@redhat.com>
9876
9877         * dwarf2out.c: (stack_adjust_offset): New prototype.
9878
9879 Wed Jan  1 00:23:59 MET 1997  Jan Hubicka  <jh@suse.cz>
9880
9881         * combine.c (make_extraction): Fix rtx_cost comparison to
9882         match the comment.
9883
9884 Wed Jan  1 00:17:32 MET 1997  Jan Hubicka  <jh@suse.cz>
9885
9886         * i386.md (pushsi2, pushhi2, pophi2, swapsf, swapdf,
9887         umulsi3_highpart, smulsi3_highpart, testqi_ccno_1, xorqi_ext_1):
9888         Add '*' to insn pattern name.
9889
9890 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
9891
9892         * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,
9893         use posn - 1 to index into tokens array.
9894         (maybe_paste_with_next): Adjust caller.
9895
9896 2000-09-03  Geoff Keating  <geoffk@cygnus.com>
9897
9898         * invoke.texi: Document the -mvxworks option for rs6000 ELF.
9899
9900         * config/rs6000/rs6000.h: Update various comments about XER_REGNO.
9901         (REGNO_REG_CLASS): Use symbolic register
9902         names.
9903
9904 2000-09-03  Richard Earnshaw  <rearnsha@arm.com>
9905
9906         * arm.c (final_prescan_insn): If the form of a jump insn isn't
9907         recognized, don't try to conditionally execute it.
9908
9909 Sun Sep  3 13:10:56 2000  Denis Chertykov  <denisc@overta.ru>
9910
9911         * config/avr/avr.md ("*tablejump_lib"): New pattern.
9912         (call_value_insn): Right length claculation.
9913         (call_insn): Likewise.
9914
9915 2000-09-02  Marek Michalkiewicz  <marekm@linux.org.pl>
9916
9917         * config/avr/avr-protos.h, config/avr/avr.c (unique_section,
9918         gas_output_limited_string, gas_output_ascii, output_movqi,
9919         output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
9920         out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
9921         out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
9922         ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
9923         lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
9924         out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
9925         Add "const" as needed to remove warnings.
9926
9927         * config/avr/avr.c (avr_override_options, avr_init_once,
9928         function_prologue, function_epilogue, frame_pointer_required_p,
9929         class_likely_spilled_p, order_regs_for_local_alloc,
9930         avr_address_cost, avr_ret_register): Use K&R style arguments.
9931         (initial_elimination_offset, gas_output_limited_string):
9932         Remove ATTRIBUTE_UNUSED from the used arguments.
9933         (output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
9934         Use local variables src, dest, base to access operands[].
9935         Rename reg_dest to reg_src if that's what it is.
9936         (output_movhi, output_movsisf): Optimize loading 8-bit immediate
9937         constants to LD_REGS if reg_was_0.
9938         (output_reload_insisf): Change arg 3 to insn length and set it.
9939         (out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
9940         access to 16-bit I/O register pairs.
9941         (avr_address_cost): Lower cost for the above case.
9942         (out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
9943         may be clobbered, also for LD_REGS.
9944         (adjust_insn_length): Correct insn length for iorhi3 and iorsi3
9945         with a CONST_INT.
9946
9947         * config/avr/avr.h (PTRDIFF_TYPE): Make signed.
9948
9949         * config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
9950         macro to test_hard_reg_class function.
9951         (*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
9952         for loading immediate constants to LD_REGS.
9953         (andsi3, cmphi, cmpsi): Add return statements to avoid warnings.
9954
9955
9956 Sat Sep  2 13:58:23 2000  Marek Michalkiewicz <marekm@linux.org.pl>
9957
9958         * config/avr/avr.md ("*negsi2"): substitute %@ to __zero_reg__
9959         * config/avr/libgcc.S: Lost part of the previous patch.
9960
9961 2000-08-31  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9962
9963         * gthr-dce.h (__gthread_objc_mutex_allocate): Create a pthread_mutex_t
9964         object before calling pthread_mutex_init.
9965
9966 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>
9967
9968         * config/sh/t-elf, config/sh/crt1.asm, config/sh/crti.asm,
9969         config/sh/crtn.asm: New files.
9970         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Set.
9971         (crt1.o, crti.o, crtn.o): New targets.
9972         * configure.in [sh-*-elf*, sh-*-rtemself*] (tmake_file): Added
9973         sh/t-elf.
9974         * configure: Rebuilt.
9975         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
9976         STARTFILE_SPEC, ENDFILE_SPEC, CRT_CALL_STATIC_FUNCTION): Define.
9977         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
9978         Undefine for config/elfos.h to redefine.
9979         (STARTFILE_SPEC, ENDFILE_SPEC): Redefine after config/elfos.h.
9980
9981 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9982
9983         * config/sh/sh-protos.h (nonpic_symbol_mentioned_p,
9984         legitimize_pic_address, output_pic_addr_const): Declare.
9985         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Fix PIC register.
9986         (PREFERGOT_BIT, TARGET_PREFERGOT): Likewise.
9987         (TARGET_SWITCHES): New switch -mprefergot.
9988         (OVERRIDE_OPTIONS): Set flag_no_function_cse unless -mprefergot.
9989         (PIC_OFFSET_TABLE_REGNUM): Define.
9990         (GOT_SYMBOL_TABLE): Likewise.
9991         (LEGITIMIZE_ADDRESS): Use legitimize_pic_address.
9992         (ENCODE_SECTION_INFO): Define.
9993         (FINALIZE_PIC): New macros.
9994         (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST_P): New macro.
9995         (ASM_OUTPUT_INT, ASM_OUTPUT_SHORT): Use output_pic_addr_const.
9996         * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
9997         (prepare_move_operands): Call emit_pic_move or
9998         emit_pic_const_move if appropriate.
9999         (output_far_jump): For PIC, use braf and output long offset.
10000         (machine_dependent_reorg):
10001         (sh_expand_prologue): Save and initialize the PIC register.
10002         (sh_expand_epilogue): Restore it.
10003         (initial_elimination_offset): Account for it.
10004         (nonpic_symbol_mentioned_p): New function.
10005         (legitimize_pic_address): Likewise.
10006         (output_pic_addr_const): Likewise.
10007         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): New insns.
10008         (call, call_value): Use them.
10009         (GOTaddr2picreg, sym_label2reg, symGOT2reg, symGOTOFF2reg,
10010         symPLT_label2reg): New expands.
10011         * invoke.texi (SH Options): Document -mprefergot.
10012
10013 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
10014
10015         * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
10016         * gcse.c (hash_string_1): New function.
10017         (hash_expr_1) <ASM_OPERANDS>: Disregard filename and line number.
10018         (expr_equiv_p) <ASM_OPERANDS>: Likewise.
10019         * cse.c (rtx_cost): Don't increase the cost of ASM_OPERANDS.
10020         (canon_hash_string): New function.
10021         (canon_hash) <ASM_OPERANDS>: Disregard filename and line number.
10022         (exp_equiv_p) <ASM_OPERANDS>: Likewise.
10023         (fold_rtx): Use ASM_OPERANDS accessor macros.
10024         * emit-rtl.c (copy_insn_1): Likewise.
10025         * integrate.c (copy_rtx_and_substitute): Likewise.
10026         * stmt.c (expand_asm_operands): Likewise.  Give an
10027         ASM_OPERANDS rtx the mode of the output reg being set from it.
10028
10029 2000-09-01  Fred Fish  <fnf@be.com>
10030
10031         * fix-header.c (write_rbrac): Add putc and getc to list of
10032         functions to protect against prior definition as a macro.
10033
10034 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10035
10036         * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
10037         (c_size_type_node): Define.
10038         * c-decl.c (init_decl_processing): Initialize c_size_type_node.
10039         * c-common.c (enum format_lengths, enum format_std_version,
10040         format_length_info, format_type_detail, BADLEN, NOLENGTHS,
10041         format_kind_info, printf_length_specs, scanf_length_specs, T89_I,
10042         T99_I, T89_L, T99_LL, TEX_LL, T89_S, T89_UI, T99_UI, T89_UL,
10043         T99_ULL, TEX_ULL, T89_US, T89_F, T99_F, T89_D, T99_D, T89_LD,
10044         T99_LD, T89_C, T99_SC, T99_UC, T89_V, T94_W, TEX_W, T94_WI,
10045         TEX_WI, T99_ST, T99_SST, T99_PD, T99_UPD, T99_IM, T99_UIM,
10046         format_types): Define.
10047         (format_char_info, print_char_table, scan_char_table,
10048         time_char_table): Rearrange for new organization of information
10049         about format length modifiers and standard versions.
10050         (T_ST): Redefine to use c_size_type_node.
10051         (check_format_info): Obtain information about length modifiers and
10052         standard versions from tables.  Adjust warning message wordings.
10053         Use the name from the user's program for `ll' and `hh' length
10054         modifiers in warning messages.  Use more informative names for
10055         wanted types where available (for wchar_t, wint_t, size_t, signed
10056         size_t, ptrdiff_t, unsigned ptrdiff_t, intmax_t and uintmax_t).
10057
10058 2000-09-01  Jim Wilson  <wilson@cygnus.com>
10059
10060         * calls.c (emit_call_1): Add REG_NORETURN note to call if ECF_NORETURN.
10061         * combine.c (distribute_notes): Handle REG_NORETURN.
10062         * rtl.c (reg_note_name): Add REG_NORETURN.
10063         * rtl.h (enum reg_note): Likewise.
10064
10065         * config/ia64/ia64-protos.h (emit_safe_across_calls): Renamed from
10066         ia64_file_start.
10067         * config/ia64/ia64.c (emit_safe_across_calls): Likewise.
10068         (rtx_needs_barrier): Handle unspec_volatile 8 and 9.
10069         (emit_predicate_relation_info): Handle conditional calls with
10070         REG_NORETURN.
10071         * config/ia64/ia64.h (ASM_FILE_START): Call emit_safe_across_calls
10072         instead of ia64_file_start.
10073         * config/ia64/sysv4.h (ASM_FILE_START): Likewise.
10074         * config/ia64/ia64.md (safe_across_calls_all,
10075         save_across_calls_normal): New patterns.
10076
10077         * loop.c (check_final_value): Check for biv use before checking for
10078         giv use.  Check for both biv and giv uses.  Always set last_giv_use
10079         if there is a giv use.
10080
10081 2000-09-01  Richard Henderson  <rth@cygnus.com>
10082
10083         * config/ia64/ia64.md (mulsi3): Use grfr_register_operand.
10084         (madddi3): Likewise.
10085         (maddsi3): New.
10086
10087 Fri Sep  1 10:59:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10088
10089         * expr.c (clear_storage): Don't use emit_move_insn unless
10090         either BLKmode or proper size.
10091         (store_constructor): Don't call clear_storage if REG of wrong size.
10092
10093         * flow.c (init_propagate_block_info): Don't mark frame dead at end
10094         of function if returns wiht stack pointer depressed.
10095
10096 2000-09-01  Andrew Haley  <aph@redhat.com>
10097
10098         * dwarf2out.c (stack_adjust_offset): New function.
10099         (dwarf2out_stack_adjust): Break out stack adjust logic into
10100         new stack_adjust_offset function.  Look inside parallels and
10101         sequences for stack adjustments.
10102
10103 2000-08-31  Jeff Law <law@cygnus.com>
10104
10105         * arm.md: Use no_new_pseudos to determine when it is safe
10106         to create new pseudo registers.
10107
10108         * arm.c (legitimize_pic_address): Use no_new_pseudos to determine
10109         when we can safely allocate new registers.
10110
10111 2000-08-31  Geoffrey Keating  <geoffk@cygnus.com>
10112
10113         * stmt.c (expand_asm_operands): Twiddle generating_concat_p
10114         so that CONCATs are not generated for ASMs.
10115         * emit-rtl.c (gen_reg_rtx): Don't generate CONCATs when
10116         not generating_concat_p.
10117         * function.c (pop_function_context_from): Reset
10118         generating_concat_p.
10119         (prepare_function_start): Likewise.
10120         * rtl.c (generating_concat_p): Define.
10121         * rtl.h (generating_concat_p): Declare.
10122         * toplev.c (rest_of_compilation): No CONCATs after RTL generation.
10123
10124 2000-08-22  Philipp Thomas  <pthomas@suse.de>
10125             Masanobu Yuhara <yuhara@flab.fujitsu.co.jp>
10126
10127         * gmicro.h (TARGET_SWITCHES): Add descriptions and mark them
10128         for translation.
10129
10130 2000-08-30  Greg McGary  <greg@mcgary.org>
10131
10132         * Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh
10133         * fixinc/Makefile.in (fixincl): Pass $(LDFLAGS) to $(CC).
10134         * fixinc/mkfixinc.sh: Pass $CC, $CFLAGS and $LDFLAGS to $MAKE.
10135
10136 2000-08-30  Greg McGary  <greg@mcgary.org>
10137
10138         * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
10139         (TREE_INT_CST_LOW, TREE_INT_CST_HIGH): Access through sub-struct.
10140         (TREE_INT_CST): New macro.
10141         * varasm.c (const_hash, compare_constant_1, record_constant_1):
10142         Use new macro TREE_INT_CST.
10143
10144 Wed 30-Aug-2000 23:18:59 BST  Neil Booth  <NeilB@earthling.net>
10145
10146         * contrib.texi: Add self.
10147
10148 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
10149
10150         * config/sh/sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): New insns.
10151         (cmpeqdi_t splitter): Use cmpeqsi_and_t instead of emitting jumps
10152         and labels.
10153
10154 2000-08-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10155
10156         * fixinc/gnu-regex.c: Don't define `const'.
10157
10158 Tue Aug 29 22:09:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10159
10160         * expr.c (store_constructor): Allow variable bounds of array type.
10161         (expand_expr): Don't blow up if type is ERROR_MARK.
10162         * varasm.c (output_constructor): Don't access lower bound of array
10163         type unless need it if index is supplied (so it can be a variable
10164         if no index is supplied).
10165         Use tree_low_cst; use HOST_WIDE_INT for sizes; change BITPOS to POS.
10166         Other minor cleanups.
10167
10168 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10169
10170         * Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS
10171         for compilations in stage 1 and subsequent stages, respectively.
10172         * configure.in (vax): Add compiler-dependent CFLAGS for stage 1.
10173         * configure: Rebuilt.
10174         * x-vax, x-vax-gcc: Deleted.
10175
10176 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
10177
10178         * c-common.c (declare_function_name): Use func_id_node,
10179         function_id_node, and pretty_function_id_node.  Do not make
10180         __func__ visible at file scope.
10181         * c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
10182         CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
10183         (function_id_node, pretty_function_id_node, func_id_node): New
10184         macros.
10185         * c-decl.c (init_decl_processing): Initialize function_id_node,
10186         pretty_function_id_node, and func_id_node.
10187         (c_make_fname_decl): Correct comment.
10188
10189         * tree.h (struct tree_identifier): Constify pointer member.
10190
10191         * c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
10192         * c-pragma.h (struct weak_syms): Constify name and value members.
10193         (add_weak): Constify arguments.
10194
10195         * calls.c (special_function_p): Constify a char *.
10196         (expand_call): Remove variable which is initialized and then
10197         never used.
10198         * dependence.c (struct def_use, struct induction, struct subscript):
10199         Constify 'variable' member.
10200         (get_low_bound, have_induction_variable): Constify char * argument.
10201         (find_induction_variable): Add braces to avoid dangling else.
10202         (classify_dependence): Constify char * arrays.
10203         * profile.c (output_func_start_profiler): Constify a char *.
10204         * stor-layout.c (finalize_record_size): Constify a char *.
10205         * tree.c (is_attribute_p): Constify a char *.
10206         * varasm.c (add_weak, remove_from_pending_weak_list): Constify argument.
10207
10208         * varasm.c (make_function_rtl, make_decl_rtl): Rearrange code
10209         for comprehensibility.  Do not call get_identifier if we did
10210         not change the DECL_ASSEMBLER_NAME of the decl.  Use alloca to
10211         create temporary string constants, not ggc_alloc_string.  No
10212         need to copy result of ASM_FORMAT_PRIVATE_NAME.  Use const
10213         char * to hold IDENTIFIER_POINTERs.
10214
10215 2000-08-29  Richard Henderson  <rth@cygnus.com>
10216
10217         * config/ia64/ia64.md (muldi3): Use grfr_register_operand
10218         for the inputs.
10219
10220 2000-08-29  Richard Henderson  <rth@cygnus.com>
10221
10222         * reload.c (push_secondary_reload): Allow class == reload_class
10223         if we're using a reload_in/out pattern.
10224
10225         * config/ia64/ia64.md (reload_inti): Use a TImode scratch.  Use
10226         the half that does not conflict with the reload register.
10227         (reload_outti): Likewise.
10228
10229 2000-08-29  Kazu Hirata  <kazu@hxi.com>
10230
10231         * reload.c: Fix formatting.
10232
10233         * stmt.c: Fix formatting.
10234
10235         * gcc.c: Fix formatting.
10236
10237 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
10238
10239         * flags.h (time_report, mem_report): New global flags.
10240         * toplev.c: Define time_report and mem_report.
10241         (f_options): Add -ftime-report and -fmem-report.
10242         (compile_file): Turn on time_report if quiet_flag is off.
10243         Call ggc_print_statistics at very end if mem_report is on.
10244         * timevar.c (TIMEVAR_ENABLE): Examine time_report, not quiet_flag.
10245
10246         * ggc-common.c (ggc_print_statistics): Rename to
10247         ggc_print_common_statistics; all callers changed.  Scale
10248         quantities above 10K to kilobytes and above 10M to megabytes.
10249         * ggc-page.c (ggc_page_print_statistics): Rename to
10250         ggc_print_statistics.  Report memory consumed by internal data
10251         structures for each allocation bucket.  Scale quantities above
10252         10K to kilobytes and above 10M to megabytes.
10253         * ggc-simple.c: Prototype debug_ggc_tree to avoid warning.
10254         Cast PTR_KEY(p) to unsigned long in fprintf call to avoid warning.
10255         Define tally_leaves always.
10256         (ggc_print_statistics): New function.
10257         * ggc.h: Adjust for renamed functions.
10258
10259 Wed Aug 30 00:11:42 2000  Denis Chertykov  <denisc@overta.ru>
10260
10261         * config/avr/avr.md ("*movsf","*movsi"): Pass NULL to
10262         output_movsisf instead of which_alternative.
10263
10264         * config/avr/avr.c (output_reload_inhi): Check for NULL ponter.
10265
10266 Tue Aug 29 22:29:58 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz <marekm@linux.org.pl>
10267
10268         * config/avr/avr-protos.h: (avr_output_ascii) Removed.
10269         (avr_progmem_p): New prototype.
10270         (output_movsisf): Prototype declaration changed.
10271         (output_movqi): New prototype.
10272         (output_movhi): New prototype.
10273         (call_insn_operand): Likewise.
10274         (final_prescan_insn): Likewise.
10275         (avr_simplify_comparision_p): Likewise.
10276         (avr_normalize_condition): Likewise.
10277         (compare_eq_p): Likewise.
10278         (out_shift_with_cnt): Likewise.
10279         (const_int_pow2_p): Likewise.
10280         (output_reload_inhi): Prototype declaration changed.
10281
10282         * config/avr/avr.c: (debug_hard_reg_set): Prototype declared.
10283         (ldi_reg_rtx): New. rtx for r31.
10284         (avr_init_stack): Initialize as "__stack".
10285         (function_prologue): Use it.
10286         Replace all TARGET_ENHANCED with AVR_ENHANCED.
10287         (avr_mcu_name): Initialize as "avr2".
10288         (avr_enhanced_p, avr_mega_p): New variables.
10289         (mcu_types, avr_override_options): Handle all known MCU types.
10290         Also handle avr1 (only preprocess, assemble and link).
10291         (print_operand): Using of `%K' in output template removed.
10292         (out_movqi_r_mr): Optimized.
10293         (out_movhi_r_mr): Likewise.
10294         (output_movqi): New function.
10295         (output_movhi): Likewise.
10296         (out_movsi_r_mr): Optimized.
10297         (output_movsisf): Compute insn length for `adjust_insn_length'
10298         (out_movqi_mr_r): Optimized.
10299         (out_movhi_mr_r): Optimized.
10300         (adjust_insn_length): Use output_movsisf, output_movqi,
10301         output_movhi for insn length adjusting.
10302         (reg_unused_after): Use dead_or_set_p.
10303         (preferred_reload_class): Now havn't any restriction.
10304         (reg_was_0): New function.
10305         (io_address_p): Likewise.
10306         (const_int_pow2_p): Likewise.
10307         (output_reload_inhi): Likewise.
10308         (output_reload_insisf): Likewise.
10309
10310         * config/avr/avr.h (MULTILIB_DEFAULTS): Define.
10311         (LIB_SPEC): Use -lc for all supported devices.
10312         (LIBGCC_SPEC): Use -lgcc for all supported devices.
10313         (AVR_MEGA): Define as avr_mega_p.
10314         (AVR_ENHANCED): New, define as avr_enhanced_p.
10315         (TARGET_SWITCHES): Remove -menhanced, now handled by -mmcu=...
10316         (CPP_SPEC, LINK_SPEC): Handle all known MCU types.
10317         (CRT_BINUTILS_SPECS): Handle all known MCU types.
10318         Rename gcrt1-*.o to make file names unique on 8.3 filesystems.
10319         (EXTRA_SPECS): Add CPP_AVR[1-5]_SPEC.
10320         (ASM_SPEC): Pass -mmcu=... to the assembler.
10321         Change all -DAVR_* to -D__AVR_*__.
10322         (INIT_TARGET_OPTABS), config/avr/libgcc.S:
10323         Rename library functions to start with two underscores.
10324         (ASM_OUTPUT_COMMON): Outputs `.comm VAR,VAR-SIZE,1' to avoid
10325         alignment.
10326         (ASM_WEAKEN_LABEL): Declared for __attribute__((weak)).
10327         (SUPPORTS_WEAK): Likewise.
10328         (LDI_REG_REGNO): New. Register r31 will be used as temporary
10329         register for loading constants to r0-r14.
10330
10331         * config/avr/avr.md: Replace all TARGET_ENHANCED with
10332         AVR_ENHANCED.
10333         (*mov_r_sp): Removed. Handled by output_movhi.
10334         (*mov_sp_r): Likewise.
10335         (*mov_sp_r_no_interrupts): Likewise
10336         (*mov_sp_r_tiny): Likewise.
10337         (*movqi): Use output_movqi.
10338         (*reload_inqi): New.
10339         (*movhi): Use output_movhi.
10340         (*reload_inhi): New.
10341         (*negsi2): Optimized.
10342         (*negsf2): Likewise.
10343         Added peepholes (define_peephole2) for loading constants to r0-r14
10344         and for using `cpse' command.
10345
10346         * config/avr/libgcc.S: Rename library functions to start with two
10347         underscores.
10348         Add support for enhanced core.
10349         (_moqhi3): Fix typo, now _modqi3.
10350         (__divsi_raw): Use __zero_reg__ as loop counter, smaller by 1 word.
10351         (__prologue_saves__): Remove test for stack adjust by 0.
10352         (__tablejump__): New.
10353
10354         * config/avr/t-avr: Build libgcc2 with -mcall-prologues.
10355         Add multilib support.
10356
10357 Tue Aug 29 15:17:54 EDT 2000  John Wehle  (john@feith.com)
10358
10359         * loop.c (prescan_loop): Don't check unknown_address_altered
10360         when deciding if insert_loop_mem is safe.  Add BLKmode MEMs
10361         to loop_store_mems as necessary.
10362         (loop_invariant_p): Don't check unknown_address_altered
10363         or unknown_constant_address_altered.
10364
10365 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10366
10367         * vax.md (sltu, sgeu): Delete sltu and sgeu insn patterns.
10368
10369 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
10370
10371         * cpperror.c (print_file_and_line): If line is (unsigned int)-1,
10372         print just the filename.
10373         * cpplex.c (_cpp_run_directive): Add additional argument, the
10374         name to give the synthetic buffer.  This defaults to
10375         translated "<command line>".
10376         * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert):
10377         Adjust to match.
10378         (_cpp_define_builtin): New function.
10379         * cppinit.c (initialize_builtins): Use _cpp_define_builtin.
10380         * cpphash.h: Update prototypes.
10381
10382         * tradcpp.c (main): Process -D and -U simultaneously, in the
10383         order they appeared on the command line.
10384
10385 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10386
10387         * c-decl.c (define_label): Call warning_with_file_and_line and
10388         error_with_file_and_line instead of plain warning or error.
10389
10390         * c-parse.in (label): Use save_filename/save_lineno to ensure
10391         correct values for calls to define_label.
10392
10393 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
10394
10395         * calls.c (expand_call): Don't create a VAR_DECL just to throw it
10396         away.
10397         * expr.c (expand_expr, case TARGET_EXPR): Don't call
10398         mark_addressable.
10399         * tree.h (get_file_function_name): Remove two duplicate
10400         declarations.
10401
10402 2000-08-28  Kazu Hirata  <kazu@hxi.com>
10403
10404         * tree.c: Fix formatting.
10405
10406         * xcoffout.c: Fix formatting.
10407
10408 2000-08-28  Jason Merrill  <jason@redhat.com>
10409
10410         * dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.
10411
10412 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
10413
10414         * dwarf2out.c (dwarf2out_finish): Don't bother calling
10415         break_out_includes if it won't do anything.
10416
10417 2000-08-28  Richard Henderson  <rth@cygnus.com>
10418
10419         * reload.c (push_secondary_reload): Revert 2000-08-16 change.
10420         (find_reloads): Likewise.
10421         * config/alpha/alpha.md (reload_inqi): Revert 2000-08-11 change.
10422         (reload_inhi): Likewise.
10423
10424 2000-08-28  Richard Henderson  <rth@cygnus.com>
10425
10426         * config/i386/i386.c: Don't error on EXTRA_CONSTRAINT defined.
10427         (call_insn_operand): Don't expect a surrounding mem.
10428         (constant_call_address_operand): Likewise.
10429         * config/i386/i386.h (PREDICATE_CODES): Update.
10430         * config/i386/i386.md (call patterns): Move the match_operand
10431         for the call destination inside the mem.
10432
10433 2000-08-28  Richard Henderson  <rth@cygnus.com>
10434
10435         * local-alloc.c (requires_inout): Don't use reserved range for
10436         EXTRA_CONSTRAINTS; use anything not matched by REG_CLASS_FROM_LETTER.
10437         * recog.c (asm_operand_ok): Likewise.
10438         (preprocess_constraints, constrain_operands): Likewise.
10439         * regclass.c (record_reg_classes): Likewise.
10440         * reload.c (find_reloads): Likewise.
10441         * reload1.c (maybe_fix_stack_asms): Likewise.
10442         (reload_cse_simplify_operands): Likewise.
10443         * stmt.c (expand_asm_operands): Likewise.
10444
10445         * md.texi: Update constraints documentation.
10446         * tm.texi (EXTRA_CONSTRAINT): Update.
10447
10448 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
10449
10450         * dwarf2out.c (DIE_LABEL_PREFIX): Remove leading "__".
10451         (print_die): If we don't know the offset of the
10452         target die, try the symbol.  Add a trailing newline.
10453         (reverse_all_dies): New fn.
10454         (dwarf2out_finish): Call it.
10455         (break_out_includes): Reorganize for clarity.
10456         (add_sibling_attributes): Don't call reverse_die_lists.
10457         (output_comp_unit): Rename from output_comdat_comp_unit.  Use for
10458         primary CU, too.
10459         * flags.h: Add flag_eliminate_dwarf2_dups.
10460         * toplev.c (f_options): Support -feliminate-dwarf2-dups.
10461
10462 2000-08-28  Jason Merrill  <jason@redhat.com>
10463
10464         * dwarf2.h (DW_TAG_GNU_BINCL, DW_TAG_GNU_EINCL): New tags.
10465         * dwarf2out.c: #include "md5.h".
10466         (DIE_LABEL_PREFIX): New macro.
10467         (dw_val_struct): Add 'external' flag to val_die_ref.
10468         (add_AT_die_ref, AT_ref): Adjust.
10469         (AT_ref_external, set_AT_ref_external): New fns.
10470         (build_abbrev_table): Call set_AT_ref_external.
10471         (value_format): Call AT_ref_external.
10472         (die_struct): Add die_symbol field.
10473         (new_die): Clear it.
10474         (dwarf_tag_name): Handle BINCL/EINCL.
10475         (dwarf2out_start_source_file): Add BINCL DIE.
10476         (dwarf2out_end_source_file): Add EINCL DIE.
10477         (push_new_compile_unit, pop_compile_unit, clear_die_sizes): New fns.
10478         (loc_checksum, attr_checksum, die_checksum): New fns.
10479         (is_type_die, is_comdat_die, is_symbol_die): New fns.
10480         (compute_section_prefix, assign_symbol_names): New fns.
10481         (gen_internal_sym, output_die_symbol, output_symbolic_ref): New fns.
10482         (output_die): Call output_die_symbol and AT_ref_external.
10483         (output_comdat_comp_unit): New fn, split out from...
10484         (dwarf2out_finish): ...here.  Also call add_sibling_attributes for
10485         secondary CUs.
10486         (output_pubnames, output_aranges): Abort if we see entries from
10487         secondary CUs.
10488         * toplev.h: Declare file_name_nondirectory.
10489         * toplev.c (file_name_nondirectory): New fn, moved from C++ frontend.
10490         (rest_of_type_compilation): Call dwarf2out_decl if at toplevel.
10491         (debug_start_source_file): Call dwarf2out_start_source_file
10492         regardless of debug verbosity.
10493         (debug_end_source_file): Similarly.
10494         * tree.h: Declare clean_symbol_name.
10495         * tree.c (clean_symbol_name): Split out from...
10496         (get_file_function_name_long): ...here.
10497
10498         * dwarf2out.c (new_loc_descr): Use calloc.
10499         (splice_child_die): Remove the die from the right parent.
10500         (gen_struct_or_union_die): Don't add AT_name to a specification DIE.
10501
10502 Mon Aug 28 19:02:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10503
10504         * toplev.c (decode_g_option): Don't give warning for unknown -g
10505         option; return 0 instead.
10506         (main): If -g option is not recognized by front end or
10507         language-independent code, give warning.
10508
10509 2000-08-28  Greg McGary  <greg@mcgary.org>
10510
10511         * config/i386/i386-protos.h (ix86_expand_compare): Add extern decl.
10512         * config/i386/i386.c (ix86_expand_compare): Remove `static'.
10513         * config/i386/i386.md (trap, conditional_trap): New insn & expand.
10514
10515 2000-08-27  Greg McGary  <greg@mcgary.org>
10516
10517         * cpplex.c (parse_string): Don't look for backslash
10518         before first char in `namebuf'.
10519         * loop.c (strength_reduce): Skip NOTEs.
10520
10521 2000-08-27  Jason Merrill  <jason@redhat.com>
10522
10523         * c-decl.c (duplicate_decls): Don't set TREE_STATIC or clear
10524         DECL_EXTERNAL on a local extern.  Don't set DECL_IGNORED_P or
10525         TREE_ASM_WRITTEN, either.
10526         (finish_decl): Adjust.
10527
10528 2000-08-28  Philipp Thomas  <pthomas@suse.de>
10529
10530         * ABOUT-GCC-NLS: Remove gettext patches from Paul Eggert as
10531         they have been incorporated into the gettext CVS. Change the text to
10532         reflect the current status of NLS. Add instructions for accessing
10533         the gettext CVS and add the patch from Martin v. Loewis.
10534
10535 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
10536
10537         * config/rs6000/rs6000.md (movdi_internal64+5): Make SUBREG-safe
10538         by using gen_lowpart_common.
10539         (movdi_internal64+6): Likewise.
10540
10541 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
10542
10543         * tm.texi (FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION):
10544         Document.
10545
10546         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Remap register
10547         numbers to the ranges used by GDB.
10548
10549 2000-08-25  Richard Henderson  <rth@cygnus.com>
10550
10551         * config/ia64/ia64.h (struct machine_function): Add n_varargs.
10552         * config/ia64/ia64.c (ia64_compute_frame_size): Use it.
10553         (ia64_expand_prologue): Likewise.
10554         (ia64_setup_incoming_varargs): Set it.  Properly skip the current
10555         argument for stdargs.
10556
10557 2000-08-25  Jason Merrill  <jason@redhat.com>
10558
10559         * integrate.c (expand_inline_function): Pull out the original decl.
10560
10561 2000-08-25  Jim Wilson  <wilson@cygnus.com>
10562
10563         * cse.c (cse_insn): Don't pass label subtraction to force_const_mem.
10564
10565         * function.c (gen_mem_addressof): Clear MEM_ALIAS_SET if no decl.
10566
10567 2000-08-25  Greg McGary  <greg@mcgary.org>
10568
10569         * flow.c (dump_edge_info): Use ARRAY_SIZE.
10570         * config/alpha/alpha.c (alpha_expand_block_move): Likewise.
10571
10572 2000-08-25  Richard Earnshaw  <rearnsha@arm.com>
10573
10574         * arm.h (STRUCT_VALUE): Define to 0, not NULL.
10575
10576 Fri Aug 25 12:52:49 EDT 2000  John Wehle  (john@feith.com)
10577
10578         * i386.c (ix86_find_base_term): New.
10579         * i386-protos.h (ix86_find_base_term): Prototype.
10580         * i386.h (FIND_BASE_TERM): Define.
10581         * alias.c (find_base_term): Use it.
10582         * tm.texi (FIND_BASE_TERM): Document it.
10583
10584         * alias.c (true_dependence, write_dependence_p): Unchanging
10585         memory can't conflict with non-unchanging memory.
10586
10587         * alias.c (memrefs_conflict_p): A BLKmode reference
10588         to a symbol (or CONST_INT address) always conflicts
10589         with a reference to another symbol.
10590
10591 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10592
10593         * c-common.c (time_char_table): Don't allow width and flags with
10594         "z" format.
10595
10596 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
10597
10598         * config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same
10599         way as LT and LTU when the second operand has 0 in low word.
10600
10601 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
10602
10603         * basic-block.h (struct loop): Rename `exits' field to
10604         `exit_edges'.  Add `entry_edges' and `num_entries' fields.
10605
10606         * flow.c (flow_loop_exit_edges_find): Rename from flow_loop_exits_find.
10607         (flow_loop_entry_edges_find): Add.
10608         (flow_edge_list_print): Rename from flow_exits_print.
10609         (flow_loops_find): Call flow_loop_entry_edges_find.
10610         (flow_loop_dump): Dump entry_edges list.
10611         (flow_loops_free): Free entry_edges.
10612
10613 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
10614
10615         * loop.c (loop_dump_aux, debug_loop): New functions.
10616         (LOOP_BLOCK_NUM_1, LOOP_BLOCK_NUM, LOOP_INSN_UID): New macros.
10617
10618         * flow.c (flow_loops_dump): Add callback parameter.
10619         (flow_loop_dump): Add callback parameter and call it.  Move
10620         loop note debugging code to loop_dump_aux.
10621
10622         * basic-block.h (flow_loop_dump): Add callback parameter
10623         (flow_loops_dump): Likewise.
10624
10625         * toplev.c (rest_of_compilation): Add NULL callback function pointer
10626         to call to flow_loops_dump.
10627
10628 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
10629
10630         * loop.c (count_loop_regs_set): Replace start and end arguments
10631         with loop argument.  All callers udated.
10632
10633 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
10634
10635         * loop.c (constant_high_bytes): Delete.
10636
10637 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
10638
10639         * loop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_CONT
10640         and NOTE_INSN_LOOP_VTOP to...
10641         (find_and_verify_loops) ...here.
10642
10643 Fri Aug 25 04:21:13 2000  Alexandre Oliva  <aoliva@redhat.com>
10644
10645         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Define default.
10646         (fini_dummy, init_dummy): Use it.
10647
10648 Fri 25-Aug-2000 08:03:27 BST  Neil Booth  <NeilB@earthling.net>
10649
10650         * cpplex.c (is_macro_disabled): Caller has already checked
10651         that we're not a preprocessed file.
10652
10653 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
10654
10655         * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
10656         (c-iterate.o): Remove target.
10657         * gcc/c-common.h (enum rid): Remove RID_ITERATOR.
10658         * gcc/c-decl.c (init_decl_processing): Remove call to init_iterators.
10659         (finish_decl): Don't handle iterators.
10660         (grokdeclarator): Likewise.
10661         * gcc/c-parse.gperf: Remove __iterator and __iterator__ keywords.
10662         * gcc/c-gperf.h: Regenerated.
10663         * gcc/c-iterate.c: Removed.
10664         * gcc/c-lex.c (init_lex): Don't handle iterators.
10665         * gcc/c-parse.in (primary): Remove pop_iterator_stack call.
10666         (compstmt_primary_start): Remove push_iterator_stack call.
10667         (stmt): Don't allow iterator statements.  Replace iterator_expand
10668         with expand_expr_stmt.
10669         (all_iter_stmt): Remove.
10670         (all_iter_stmt_simple): Likewise.
10671         (all_iter_stmt_with_decl): Likewise.
10672         * gcc/c-tree.h (ITERATOR_P): Remove.
10673         (ITERATOR_BOUND_P): Likewise.
10674         (init_iterators): Remove declaration.
10675         (iterator_expand): Likewise.
10676         (iterator_for_loop_start): Likewise.
10677         (iterator_for_loop_end): Likewise.
10678         (iterator_for_loop_record): Likewise.
10679         (push_iterator_stack): Likewise.
10680         (pop_iterator_stack): Likewise.
10681         * gcc/c-typeck.c (decl_constant_value): Don't check ITERATOR_P.
10682         (readonly_warning): Likewise.
10683         * gcc/tree.h (ITERATOR_BOUND_P): Don't mention it.
10684
10685 2000-08-24  Jim Wilson  <wilson@cygnus.com>
10686
10687         * c-common.c (decl_attributes, case A_ALIGN): Revert last change.
10688         Copy type in a TYPE_DECL, just like pushdecl does.
10689
10690 2000-08-24  Richard Henderson  <rth@cygnus.com>
10691
10692         * toplev.c (main): Enable flag_reorder_blocks at -O2.
10693
10694 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
10695
10696         * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
10697         asked for one page, allocate GGC_QUIRE_SIZE of them and put
10698         the extras on the free list.
10699         (release_pages): Clean up.
10700         (ggc_set_mark): Don't adjust G.allocated here...
10701         (sweep_pages): ... do it here.
10702
10703 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
10704
10705         * cppfiles.c (read_include_file): Rearrange initializations.
10706
10707 2000-08-24  Richard Henderson  <rth@cygnus.com>
10708
10709         * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
10710
10711         * config/ia64/ia64-protos.h: Update.
10712         * config/ia64/ia64.c (gr_register_operand): New.
10713         (fr_register_operand, grfr_register_operand): New.
10714         (gr_nonimmediate_operand, grfr_nonimmediate_operand): New.
10715         (grfr_reg_or_8bit_operand): New.
10716         (gr_reg_or_0_operand): Rename from reg_or_0_operand and
10717         use gr_register_operand.
10718         (gr_reg_or_5bit_operand, gr_reg_or_6bit_operand): Likewise.
10719         (gr_reg_or_8bit_operand, gr_reg_or_8bit_adjusted_operand): Likewise.
10720         (gr_reg_or_8bit_and_adjusted_operand): Likewise.
10721         (gr_reg_or_14bit_operand, gr_reg_or_22bit_operand): Likewise.
10722         (fr_reg_or_fp01_operand): Likewise.
10723         (not_postinc_memory_operand): New.
10724         (ia64_split_timode): Remove unused variables.
10725         (rtx_needs_barrier): Check arguments to cmpxchg.
10726         (builtin_description): Remove.
10727         (bdesc_2argsi, bdesc_2argdi): Remove.
10728         (ia64_init_builtins): Declare all builtins directly.
10729         (ia64_expand_fetch_and_op): Rewrite to be called from
10730         ia64_expand_builtin directly.  Use expand_binop and co.
10731         (ia64_expand_op_and_fetch): Likewise.
10732         (ia64_expand_compare_and_swap): Likewise.
10733         (ia64_expand_binop_builtin): Remove.
10734         (ia64_expand_lock_test_and_set): New.
10735         (ia64_expand_lock_release): New.
10736         (ia64_expand_builtin): Use them.
10737         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_S): New.
10738         (EXTRA_CONSTRAINT): Use it.
10739         (PREDICATE_CODES): Update.
10740         * config/ia64/ia64.md (*): Use gr_register_operand and co.
10741         (mf): Indicate that we set memory as well as use it.
10742         (fetchadd_acq_si): Show memory being modified as well.
10743         (fetchadd_acq_di, cmpxchg_acq_si, cmpxchg_acq_di): Likewise.
10744         (val_compare_and_swap_si, val_compare_and_swap_di): Remove.
10745         (lock_test_and_set_si, lock_test_and_set_di): Remove.
10746         (fetch_and_add_si, fetch_and_sub_si, fetch_and_or_si): Remove.
10747         (fetch_and_and_si, fetch_and_xor_si, fetch_and_nand_si): Remove.
10748         (fetch_and_add_di, fetch_and_sub_di, fetch_and_or_di): Remove.
10749         (fetch_and_and_di, fetch_and_xor_di, fetch_and_nand_di): Remove.
10750         (add_and_fetch_di, sub_and_fetch_di, or_and_fetch_di): Remove.
10751         (and_and_fetch_di, xor_and_fetch_di, nand_and_fetch_di): Remove.
10752         (add_and_fetch_si, sub_and_fetch_si, or_and_fetch_si): Remove.
10753         (and_and_fetch_si, xor_and_fetch_si, nand_and_fetch_si): Remove.
10754         * config/ia64/ia64intrin.h (*): Cast result to the appropriate
10755         return type.  Pretty print definitions.
10756
10757 2000-08-24  Jim Wilson  <wilson@cygnus.com>
10758
10759         * config/ia64/ia64.md (movdi): Don't call gen_movdi_symbolic if
10760         we have a SYMBOL_REF with SYMBOL_REF_FLAG set.
10761
10762 2000-08-24  Jason Merrill  <jason@redhat.com>
10763
10764         * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
10765         AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
10766         (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
10767         get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
10768
10769 2000-08-24  Greg McGary  <greg@mcgary.org>
10770
10771         * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,
10772         and extendtab within their proper array boundaries.
10773         * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
10774         for the entire array.
10775
10776         * config/arm/arm.c (arm_override_options): Use ARRAY_SIZE.
10777         * config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise.
10778         * config/avr/avr.c (order_regs_for_local_alloc): Likewise.
10779         * config/fr30/fr30.c (fr30_print_operand): Likewise.
10780         * config/i386/dgux.c (output_options): Likewise.
10781         * config/i386/dgux.h (ASM_FILE_START): Likewise.
10782         * config/m88k/m88k.c (output_options): Likewise.
10783         * config/m88k/m88k.h (ASM_FILE_START): Likewise.
10784         * config/mcore/mcore.c (mcore_output_inline_const_forced,
10785         layout_mcore_frame, handle_structs_in_regs): Likewise.
10786         * config/mips/mips.c (output_block_move): Likewise.
10787         * config/rs6000/rs6000.c (rs6000_override_options,
10788         rs6000_file_start): Likewise.
10789         * config/sparc/sparc.c (sparc_add_gc_roots): Likewise.
10790         * fixinc/fixfixes.c (FIX_TABLE_CT): Likewise.
10791         * fixinc/fixtests.c (TEST_TABLE_CT): Likewise.
10792         * builtins.c (expand_builtin_setjmp): Likewise.
10793         * expr.c (safe_from_p): Likewise.
10794         * flow.c (life_analysis): Likewise.
10795         * fold-const.c (size_int_type_wide): Likewise.
10796         * gcc.c (translate_options, init_spec, set_spec, main): Likewise.
10797         * genattrtab.c (make_length_attrs): Likewise.
10798         * genopinit.c (gen_insn): Likewise.
10799         * genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise.
10800         * global.c (global_alloc): Likewise.
10801         * local-alloc.c (find_free_reg): Likewise.
10802         * mips-tdump.c (print_symbol): Likewise.
10803         * mips-tfile.c (parse_def, parse_input): Likewise.
10804         * reload1.c (NUM_ELIMINABLE_REGS): Likewise.
10805         * stmt.c (expand_nl_goto_receiver): Likewise.
10806         * stor-layout.c (set_sizetype): Likewise.
10807         * varasm.c (decode_reg_name): Likewise.
10808         * toplev.c (decode_f_option, decode_W_option,
10809         set_target_switch, print_switch_values): Likewise.
10810         (NUM_ELEM): Remove macro.
10811         (display_help, main): s/NUM_ELEM/ARRAY_SIZE/
10812
10813 2000-08-24  Greg McGary  <greg@mcgary.org>
10814
10815         * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
10816         (MAIN_NAME_P, main_identifier_node): New macros.
10817         * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
10818         * c-decl.c (start_decl, grokdeclarator, start_function,
10819         store_parm_decls, finish_function): Use MAIN_NAME_P.
10820         * config/avr/avr.c (function_prologue, function_epilogue): Likewise.
10821         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
10822         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
10823         * config/pdp11/pdp11.c (output_function_prologue): Likewise.
10824
10825 2000-08-24  Greg McGary  <greg@mcgary.org>
10826
10827         * cppfiles.c (actual_directory): Don't write beyond `dir'
10828         when it contains "".
10829         * real.c (asctoeg): Stay within bounds of etens[][].
10830
10831 2000-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10832
10833         * dependence.c (dependence_string, direction_string,
10834         dump_one_node, dump_node_dependence): Hide unused identifiers.
10835         (get_low_bound, normalize_coefficients): Match definition to
10836         static prototype.
10837         (get_one_coefficient): Initialize variables `value0_is_idx' and
10838         `value1_is_idx'.
10839         (ziv_test, gcd_test): Mark parameters with ATTRIBUTE_UNUSED.
10840         (ziv_test): Delete variable `idx', use parameter `sub' instead.
10841         (direction_merge): Avoid automatic aggregate initialization.
10842         (have_dependence_p): Use `src' not `dest' to set `src_idx'.
10843         Initialize variables `dest_idx' and `src_idx'.
10844         (end_dependence_analysis): Avoid C89 style function definition.
10845
10846 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
10847
10848         * c-common.c (time_char_table): Don't allow width with %F.
10849         (check_format_info): Don't allow "Z" length with scanf.
10850
10851 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
10852
10853         * diagnostic.c (finish_diagnostic): Define.
10854         (output_do_printf): Use wrap_text instead of output_add_string.
10855         (default_print_error_function): Avoid embedded '\n'.
10856
10857         * diagnostic.h (flush_diagnostic_buffer): Declare.
10858
10859 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10860
10861         * dependence.c: Replace `[][]' with `[][MAX_SUBSCRIPTS]'.
10862
10863 2000-08-23  Hans-Peter Nilsson  <hp@axis.com>
10864
10865         * Makefile.in (GCC_PASSES): Add specs.
10866
10867 2000-08-23  Jim Wilson  <wilson@cygnus.com>
10868
10869         * frame.h (IA64_UNW_EHANDLER, IA64_UNW_UHANDLER): New.
10870         * config/ia64/frame-ia64.c (__get_personality): Return zero if neither
10871         EHANDLER nor UHANDLER bit is set.
10872         (__get_except_table): Likewise.
10873
10874 2000-08-23  Nick Clifton  <nickc@redhat.com>
10875
10876         * config/arm/lib1funcs.asm: Replace upper case condition codes
10877         with lower case versions.
10878
10879         * config/arm/arm.h (STRUCT_VALUE): Define.
10880         (STRUCT_VALUE_REGNUM): Delete.
10881
10882 2000-08-23  Zack Weinberg  <zack@wolery.cumb.org>
10883
10884         * cpphash.h (IN_I): New flag for directive table.
10885         * cpplib.c (DIRECTIVE_TABLE): Mark #define, #undef, #ident, and
10886         #pragma with IN_I.
10887         (_cpp_check_directive): If -fpreprocessed, execute directives
10888         marked with IN_I.  Issue no warnings in this case.
10889         * cpplex.c (_cpp_get_token): Expand no macros if -fpreprocessed.
10890
10891 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10892
10893         * c-common.c (print_char_table): Allow 'I' flag with %d, %i and
10894         %u.
10895         (check_format_info): Support printf 'I' flag; warn about it with
10896         -pedantic.
10897
10898 2000-08-23  Richard Earnshaw  (rearnsha@arm.com)
10899
10900         * arm.c (arm_expand_prologue): Ensure that the stack-adjustment
10901         barrier can't be ignored by the alias analysis code.
10902
10903 2000-08-12  Eli Zaretskii  <eliz@is.elta.co.il>
10904
10905         * fixinc/inclhack.def (sysv68_string): Fix the Sed script so it
10906         works inside fixincl.
10907
10908 Wed Aug 23 04:55:48 2000  Alexandre Oliva  <aoliva@redhat.com>
10909
10910         * simplify-rtx.c (simplify_rtx): Don't pass VOIDmode to
10911         simplify_relational_operation() unless both operands are of
10912         VOIDmode.
10913         * cse.c (fold_rtx): Likewise.
10914
10915 Tue Aug 22 23:53:27 EDT 2000  John Wehle  (john@feith.com)
10916
10917         * rtlanal.c (rtx_unstable_p): The pic register is stable
10918         (within one function) and the actual rtx should be used
10919         when checking the registers.
10920         (rtx_addr_can_trap_p): Pic memory addresses can't trap.
10921
10922         * alias.c (true_dependence, write_dependence_p): Fix
10923         bug in previous patch.
10924
10925         * i386.c (ix86_GOT_alias_set): New.
10926         (legitimize_pic_address): Use it.
10927
10928         * rtlanal.c (rtx_unstable_p): An unchanging MEM is
10929         only stable if its address is stable.
10930         (rtx_varies_p): An unchanging MEM can't vary if
10931         its address doesn't vary.
10932
10933 2000-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10934
10935         * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.
10936
10937 2000-08-22  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10938
10939         * vax.h (ASM_SPEC): Pass `-J' to assembler.
10940         * x-vax-gcc: New file for bootstrapping with gcc.
10941         * x-vax: Use X_CFLAGS rather than X_CPPFLAGS to pass `-J'.
10942         * configure.in: Use x-vax-gcc with gcc.
10943         * configure: Rebuilt.
10944
10945 Tue Aug 22 21:21:05 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10946
10947         * toplev.c (rest_of_compilation): Rebuild label notes after
10948         post-reload splitting pass if new labels have been created.
10949
10950 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
10951
10952         * diagnostic.h (output_buffer_state): New macro.
10953         * diagnostic.c (diagnostic_for_decl, sorry,
10954         default_print_error_function, output_do_verbatim,
10955         report_diagnostic, report_problematic_module): Use it.
10956         (wrap_text): Tweak.
10957         (output_format): Use wrap_text instead of maybe_wrap_text.
10958
10959 2000-08-22  Nick Clifton  <nickc@redhat.com>
10960
10961         * config/arm/lib1funcs.asm (ARM_DIV_MOD_BODY): New macro.
10962         Common code for ARM divide and modulus functions.
10963         (THUMB_DIV_MOD_BODY): New macro. Thumb equivalent of
10964         ARM_DIV_MOD_BODY.
10965         (FUNC_END): New macro: Common code at the end of the division and
10966         modulo functions.
10967         (THUMB_FUNCTION_START): New macro:  Common code at the start of
10968         Thumb functions.
10969         (__divsi3, __udivsi3, __modsi3, __umodsi3): Use new macros.
10970
10971 Tue Aug 22 20:34:52 2000  Kaz Kojima <kkojima@rr.iij4u.or.jp>
10972
10973         * config/sh/sh.md (cmpeqdi_t splitter): Fix a reverse testing.
10974
10975         * config/sh/sh.c (prepare_scc_operands): Apply force_reg to
10976         sh_compare_op1 when the mode is DImode and sh_compare_op1 isn't
10977         const0_rtx.
10978
10979 2000-08-22  Nick Clifton  <nickc@redhat.com>
10980
10981         * config/arm/lib1funcs.asm (__umodsi3): Before performing any
10982         restorative additions, test for bottom bits of IP being set,
10983         rather than relying upon the RORs not matching.
10984         (__modsi3): Ditto.
10985
10986 2000-08-22  David Edelsohn  <edelsohn@gnu.org>
10987
10988         * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
10989         text_section() as appropriate instead of emitting text csect
10990         pseudo-op directly.
10991         (TEXT_SECTION_ASM_OP): Only require default 32-bit alignment.
10992         (UNIQUE_SECTION): Define macro.
10993         (ASM_OUTPUT_SECTION_NAME): Define macro.
10994         * rs6000.c (rs6000_override_options): Disable -ffunction-sections
10995         on AIX if debugging and -fdata-sections always.
10996
10997 2000-08-22  Steven King  <sxking@uswest.net>
10998
10999         * config/float-i386.h (LDBL_EPSILON): Remove __convert_long_double
11000         machinery.
11001         (LDBL_MAX): Same here.
11002
11003 2000-08-22  Richard Henderson  <rth@cygnus.com>
11004
11005         * flow.c (tidy_fallthru_edge): Update b->end properly.
11006
11007 2000-08-22  Stan Cox  <scox@redhat.com>
11008
11009         * Makefile.in (OBJS): Add dependence.o.
11010         * dependence.c: New file.
11011
11012 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>, John David Anglin  <dave.anglin@nrc.ca>
11013
11014         * calls.c (check_sibcall_argument_overlap_1): Adjust for
11015         ARGS_GROW_DOWNWARD.
11016         (check_sibcall_argument_overlap): Likewise.
11017
11018 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
11019
11020         * invoke.texi (SH Options): Document -m4-nofpu,
11021         -m4-single-only, -m4-single, -m4, -mbigtable, -mfmovd,
11022         -mhitachi, -mnomacsave, -misize, -mpadstruct, -mspace.
11023
11024 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11025
11026         * c-common.c (check_format_info): Give the 'some locales' warning
11027         for strftime %Ey rather than the unconditional 'only last 2 digits
11028         of year' one.
11029
11030 2000-08-22  Richard Henderson  <rth@cygnus.com>
11031
11032         * alias.c (init_alias_analysis): Do not register
11033         struct_value_incoming_rtx or static_chain_rtx as pointing
11034         to stack memory.
11035
11036 Tue Aug 22 01:44:43 2000  Jeffrey A Law  (law@cygnus.com)
11037
11038         * protoize.c (munge_compile_params): Fix typo and formatting buglets.
11039
11040 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
11041
11042         * diagnostic.h (report_problematic_module): Declare.
11043         * diagnostic.c (report_problematic_module): New function.
11044         (report_error_function): Tweak.
11045
11046 Tue Aug 22 02:31:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11047
11048         * stmt.c (expand_goto_internal, fixup_gotos): Only check
11049         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
11050
11051 2000-08-21  Richard Henderson  <rth@cygnus.com>
11052
11053         * flow.c (calculate_global_regs_live): Mark frame pointer live
11054         everywhere before reload.
11055
11056 2000-08-21  Jim Wilson  <wilson@cygnus.com>
11057
11058         * real.c (ereal_from_int, ereal_from_uint, significand_size): Handle
11059         INTEL_EXTENDED_IEEE_FORMAT.
11060         (toe64): Delete INTEL_EXTENDED_IEEE_FORMAT support.  Unconditionally
11061         clear last two bytes of output FP value.
11062
11063 2000-08-21  Graham Stott  <grahams@cygnus.co.uk>
11064
11065         * config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.
11066
11067 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
11068
11069         * unroll.c (loop_find_equiv_value): If ret is modified between
11070         insn and loop_start, ret might not be equivalent to reg.
11071
11072 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11073
11074         * c-common.c (init_dollar_format_checking,
11075         maybe_read_dollar_number, finish_dollar_format_checking): New
11076         functions.
11077         (dollar_arguments_used, dollar_arguments_count,
11078         dollar_first_arg_num, dollar_max_arg_used, dollar_format_warned):
11079         New variables.
11080         (check_format_info): Support $ formats for scanf and printf width
11081         and precision.  Always increment format_chars to advance past the
11082         '*' of precision, not just when the format parameters are
11083         available to check.
11084
11085 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11086
11087         * mips.c (block_move_loop, expand_block_move,
11088         function_arg_partial_nregs, save_restore_insns, function_prologue,
11089         mips_expand_prologue, RA_MASK): Avoid using the `U' integer
11090         constant suffix.
11091         (function_arg_advance, function_arg): Match argument to format
11092         specifier `%p'.
11093
11094 2000-08-21  Nix  <nix@esperi.demon.co.uk>
11095
11096         * gcc.c (do_spec_1): Implement %j spec flag.
11097         Remove dead comment.
11098
11099         * gcc.texi (The Configuration File): Document HOST_BIT_BUCKET.
11100         * system.h (HOST_BIT_BUCKET): Default to "/dev/null".
11101         * config/i386/xm-dos.h (HOST_BIT_BUCKET): Define as "NUL".
11102         * config/i386/xm-os2.h, config/winnt/winnt.h: Likewise.
11103
11104         * protoize.c (munge_compile_params): Use HOST_BIT_BUCKET (if
11105         writable) instead of hardcoded value.
11106
11107         * toplev.c (compile_file): Output to a file even if -fsyntax-only.
11108
11109         * gcc.c, config/i386/xm-dos.h, config/i386/xm-os2.h: Kill
11110         MKTEMP_EACH_FILE.
11111
11112         * gcc.c (cc1_options): Do not process -o or run the assembler if
11113         -fsyntax-only.
11114         * objc/lang-spec.h: Likewise.
11115
11116 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
11117
11118         * fixinc/fixincl.c (fix_with_system): Pipe the output of
11119         "external" fixes through `cat', to avoid truncating the input
11120         file by redirection.
11121
11122 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
11123
11124         * config/i386/i386.md (lea_general_1): Copy insn condition to split
11125         condition.
11126         (lea_general_2, lea_general_3): Likewise.
11127
11128 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11129
11130         * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional
11131         warnings to user code.
11132
11133         * c-lex.c (readescape, yylex): Likewise.
11134
11135         * c-typeck.c (store_init_value, process_init_element): Likewise
11136         (c_expand_start_case): Format.
11137
11138 2000-08-18  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11139
11140         * mips/linux.h (LINK_SPEC): Use %(endian_spec).
11141
11142         * mips/mips.h: Change LINKER_ENDIAN_SPEC to ENDIAN_SPEC
11143         and linker_endian_spec to endian_spec.
11144         (ENDIAN_SPEC): Add %{EB} and %{EL}.
11145         (LINK_SPEC): Remove %{EB} and %{EL}.
11146         (ASM_SPEC): Likewise.  Use %(endian_spec).
11147
11148 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11149
11150         * c-tree.h (flag_hosted): Move declaration from here...
11151         * c-common.h (flag_hosted): ... to here.
11152         (flag_noniso_default_format_attributes): New declaration.
11153         * c-decl.c (flag_noniso_default_format_attributes): New variable.
11154         (c_decode_option): Set it appropriately for options choosing
11155         language standard variant.
11156         * c-common.c (init_function_format_info): Only provide default
11157         format attributes if flag_hosted.  Only provide the gettext
11158         formats if flag_noniso_default_format_attributes.  Update
11159         comments.
11160         (check_format_info): Disable treatment of %a as a scanf flag in
11161         C99 mode.
11162
11163 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11164
11165         * c-common.c (scan_char_table): Add 'w' to flags for all formats
11166         except 'n'.
11167         (check_format_info): Set 'wide' for scanf format widths.  Warn for
11168         a zero scanf width.  Make the check for writing into a constant
11169         object at the first level of indirection; at later levels, warn if
11170         any type qualifiers are encountered.
11171
11172 Mon Aug 21 07:41:12 2000  Jeffrey A Law  (law@cygnus.com)
11173
11174         * reload.c (reload_inner_reg_of_subreg): New function broken out of
11175         push_reload.
11176         (push_reload): Use reload_inner_reg_of_subreg.
11177         (combine_reloads): Do not combine reloads if the input reload
11178         is a SUBREG in which the inner part will need reloading.
11179
11180         * global.c (global_alloc): Avoid passing dumpfile argument to
11181         reload routines.
11182         * toplev.c (rest_of_compilation): Likewise.
11183         * reload.h (reload): Remove dumpfile argument.  Callers changed.
11184         (debug_reload, debug_reload_to_stream): Move prototypes here.
11185         * rtl.h  (reload): Remove dumpfile argument.
11186         * reload.c (debug_reload): Remove prototype.
11187         (debug_reload_to_stream): Likewise.
11188         * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
11189         instead.
11190
11191 2000-08-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
11192
11193         * diagnostic.c (context_as_prefix): Export.
11194         (need_error_newline): Remove.
11195         (lang_diagnostic_starter, lang_diagnostic_finalizer): New objects.
11196         (error_module_changed, record_last_error_module,
11197         error_function_changed, record_last_error_function): New functions.
11198         (initialize_diagnostics): Default intialize
11199         lang_diagnostic_starter, lang_diagnostic_finalizer.
11200         (init_output_buffer): Tweak.
11201         (file_name_as_prefix): New function.
11202         (announce_function, default_print_error_function,
11203         report_error_function, set_diagnostic_context): Tweak.
11204
11205 2000-08-21  Richard Earnshaw  <rearnsha@arm.com>
11206
11207         * flow.c (init_propagate_block_info): Handle SUBREG in a jump
11208         condition expression.
11209
11210 2000-08-20  Richard Henderson  <rth@cygnus.com>
11211
11212         * flow.c (merge_blocks_nomove): Don't seek back past the bb note.
11213
11214 2000-08-20  Zack Weinberg  <zack@wolery.cumb.org>
11215
11216         * cppinit.c (cpp_init): Set global flag when called.
11217         (cpp_reader_init): Bomb out if cpp_init hasn't been called.
11218
11219 Sun Aug 20 01:41:35 2000  Dennis Chernoivanov  <cdi@sparc.spb.su>
11220
11221         * cpplex.c (cpp_scan_buffer): Move `output_line_command' just
11222         before `process_directive' so that newlines won't be missed
11223         for directives.
11224         (cpp_printf): Increment `print->lineno' when newline is emitted.
11225
11226         * cppmain.c (cb_ident): Likewise.
11227         (cb_define): Likewise.
11228         (cb_undef): Likewise.
11229         (cb_include): Likewise.
11230         (cb_def_pragma): Likewise.
11231         (dump_macros_helper): Likewise.
11232
11233 2000-08-20  Richard Henderson  <rth@cygnus.com>
11234
11235         * config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lc
11236         assigned before a loop.
11237
11238         * config/ia64/ia64.md (ashlsi3): Zero extend the shift count.
11239         (ashrsi3, lshrsi3): Likewise.
11240
11241 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
11242
11243         * c-lang.c: #include diagnostic.h
11244         (c_tree_printer): New function.
11245         (lang_init): Initialize lang_printer.
11246
11247         * Makefile.in (c-lang.o): Depends on diagnostic.h
11248
11249 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
11250
11251         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
11252
11253         * diagnostic.c (default_diagnostic_starter,
11254         default_diagnostic_finalizer): New functions.
11255         (diagnostic_for_asm, diagnostic_for_decl): Tweak.
11256         (pedwarn, pedwarn_with_file_and_line, error,
11257         error_with_file_and_line, fatal, warning,
11258         warning_with_file_and_line): Adjust call to report_diagnostic.
11259         (report_diagnostic): Rework.
11260         (set_diagnostic_context): New function.
11261
11262         * diagnostic.h (struct diagnostic_context): New data structure.
11263         (diagnostic_message, diagnostic_argument_list,
11264         diagnostic_file_location, diagnostic_line_location,
11265         diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
11266         diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
11267         (set_diagnostic_context): Declare.
11268         (report_diagnostic): Change prototype.
11269
11270 Sun 20-Aug-2000 09:25:45 BST  Neil Booth  <NeilB@earthling.net>
11271
11272         * fix-header.c (main): Initialize cpplib.
11273
11274 2000-08-19  Michael Meissner  <meissner@redhat.com>
11275
11276         * ifcvt.c (find_if_block): Do not assume that a THEN block has any
11277         instructions in it before checking for indirect jumps.
11278
11279         * ifcvt.c (find_if_block): Do not consider a THEN block that ends
11280         in a indirect jump as a potential for conditional execution.
11281
11282         * d30v.h (d30v_init_expanders): Don't declare here.
11283         * d30v-protos.h (d30v_init_expanders): Declare here with a valid
11284         prototype.
11285
11286 Sat 19-Aug-2000 21:11:45 BST  Neil Booth  <NeilB@earthling.net>
11287
11288         * cpp.texi: Add @section for assertions.
11289
11290 Sat Aug 19 12:37:08 EDT 2000  John Wehle  (john@feith.com)
11291
11292         * loop.c (scan_loop): Use CONST_CALL_P instead of
11293         checking for REG_LIBCALL / REG_RETVAL.
11294
11295 Sat Aug 19 09:18:47 2000  Jeffrey A Law  (law@cygnus.com)
11296
11297         * reload1.c (reload_as_needed): Accept dumpfile argument,
11298         pass it to emit_reload_insns.
11299         (emit_reload_insns): Add new dumpfile argument.  If non-null
11300         then dump the reloads for each insn into the dumpfile.
11301         (reload): Pass dumpfile to reload_as_needed.
11302
11303         * invoke.texi: Clean up linux-gnu vs linux comments.
11304
11305 2000-08-19  Richard Henderson  <rth@cygnus.com>
11306
11307         * config/ia64/ia64.c (reg_or_5bit_operand): New.
11308         (ia64_depz_field_mask): New.
11309         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_R): New.
11310         (PREDICATE_CODES): Update.
11311         * config/ia64/ia64.md: Update commentary.
11312         (depz_internal): New.
11313         (ashlsi3): Implement directly.
11314         (ashrsi3, lshrsi3): Simplify; rely on extv and extzv for constants.
11315         (ashldi3): Use shladd.
11316         * config/ia64/ia64-protos.h: Update.
11317
11318 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
11319
11320         * toplev.c (independent_decode_option): Always process -g.
11321         Remove third argument, now unused.  Adjust caller to match.
11322
11323 2000-08-18  Richard Henderson  <rth@cygnus.com>
11324
11325         * combine.c (make_compound_operation): Break after creating
11326         the extraction.
11327
11328 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
11329
11330         * cpplib.c (cpp_register_pragma_space): Just return if the
11331         namespace is already registered.
11332
11333 2000-08-18  Ray Essick <essick@ddna.labs.mot.com> & Nick Clifton  <nickc@redhat.com>
11334
11335         * config/mcore/mcore.md (rotlsi3): Allow allow rotations by a
11336         constant amount.  Do not generate ROTL instruction.
11337
11338 Fri Aug 18 16:22:20 2000  Alexandre Oliva  <aoliva@redhat.com>
11339
11340         * config/sh/elf.h: Do not include sh/sh.h.
11341         * config/sh/rtems.h: Likewise.
11342         * config/sh/rtemself.h: Do not include sh/elf.h.
11343         * configure.in: Get them included with `tm_file's.
11344         * configure: Rebuilt.
11345
11346         * config/sh/sh.md (fpu_switch0, fpu_switch1): Simplify.
11347         * config/sh/sh.c (fpscr_set_from_mem): Use them.
11348
11349 Fri Aug 18 14:23:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11350
11351         * stor-layout.c (compute_record_type): Don't use mode of single
11352         field as mode of record if not integer mode of same type.
11353
11354         * regmove.c (perhaps_ends_bb_p): New function.
11355         (optimize_reg_copy_1, optimize_reg_copy_2): Call it.
11356         (optimize_reg_copy_3, fixup_match_2, regmove_optimize): Likewise.
11357         (fixup_match_1): Likewise.
11358         (fixup_match_1, combine_stack_adjustments_for_block): Add casts to
11359         avoid signed/unsigned warnings.
11360
11361         * function.c (fixup_var_refs_1, case MEM): Update CODE after
11362         updating X.
11363
11364 Fri 18-Aug-2000 18:33:45 BST  Neil Booth  <NeilB@earthling.net>
11365
11366         * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
11367         (_cpp_trigraph_map): Declaration moved from cpplex.c
11368
11369         * cppinit.c: Define _cpp_trigraph_map.  Use UCHAR_MAX + 1
11370         instead of 256.  Use consistent test for designated initializers.
11371         (cpp_init): Initialize trigraph_map.
11372         (initialize_standard_includes, parse_option):  Use memcmp
11373         instead of strncmp.
11374
11375         * cpplex.c (init_trigraph_map): Remove.
11376         (trigraph_ok, trigraph_replace, lex_line): Refer to
11377         _cpp_trigraph_map.
11378
11379         * cpplib.c (str_match, WARNING, ERROR, ICE): Delete.
11380         (do_unassert): Remove unused "next" local.
11381
11382         * system.h (HAVE_DESIGNATED_INITIALIZERS): New prototype.
11383
11384 2000-08-18  Emmanuel Marty  <emarty@suntech.fr>
11385
11386         * arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
11387         insn.
11388
11389 2000-08-17  Richard Henderson  <rth@cygnus.com>
11390
11391         * config/ia64/ia64.c (spill_restore_mem): Handle emitting
11392         the first insn in a sequence.
11393
11394 Thu Aug 17 22:40:05 EDT 2000  John Wehle  (john@feith.com)
11395
11396         * alias.c (true_dependence, write_dependence_p): A read
11397         involving a label_ref or the constant pool doesn't create
11398         a dependency.
11399
11400         * rtl.h (unchanging): Improve documentation.
11401
11402 2000-08-17  Rodney Brown  <RodneyBrown@mynd.com>
11403
11404         * cse.c (insert_regs): Remove unused `regno'.
11405
11406 2000-08-17  Neil Booth  <NeilB@earthling.net>
11407
11408         * (cppinit.c) merge_include_chains: Use remove_dup_dir,
11409         remove_dup_dirs.  If qtail == brack, remove brack not
11410         qtail.
11411         (remove_dup_dir, remove_dup_dirs): New functions.
11412
11413 2000-08-17  Neil Booth  <NeilB@earthling.net>
11414
11415         * cppinit.c (cpp_cleanup): Free include dir chains.
11416         * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
11417         (do_unassert): Free the assert with _cpp_free_definition.
11418         * cppmacro.c (_cpp_free_definition): Free memory allocated for
11419         assertions.  Make the node a T_VOID node.
11420
11421 2000-08-17  Neil Booth  <NeilB@earthling.net>
11422
11423         * cppinit.c (path_include, append_include_chain):
11424         Remove 2nd parameter (struct cpp_pending *).
11425         (path_include, initialize_standard_includes, cpp_handle_option):
11426         Update callers appropriately.
11427         (cpp_handle_option): Use pend.
11428
11429 2000-08-17  Neil Booth  <NeilB@earthling.net>
11430
11431         * cppinit.c (sort_options): Remove, put functionality in
11432         cpp_init.
11433         (cpp_init): New.
11434         (initialize_builtins): Free memory.
11435         (cpp_start_read): Move init_IStable to cpp_init.
11436
11437         * cpplib.h (cpp_init): New prototype.
11438         * cppmain.c (main): Call cpp_init.
11439
11440 Thu Aug 17 13:20:32 EDT 2000  John Wehle  (john@feith.com)
11441
11442         * rtlanal.c (rtx_unstable_p): Use CONSTANT_P.
11443         (rtx_unstable_p, rtx_varies_p): Process vectors.
11444
11445 2000-08-16  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11446
11447         * config/sh/lib1funcs.asm (GLOBAL): Define.  Use for all
11448         references to GLOBAL symbols.  Use LOCAL where appropriate.
11449
11450 2000-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11451
11452         * configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld.  Always
11453         use t-aix41 when host == target.
11454
11455 2000-08-16  Richard Henderson  <rth@cygnus.com>
11456
11457         * reload.c (push_secondary_reload): Revert last change.
11458         If we use a reload_in/out pattern, make the when the same
11459         as the primary reload.
11460         (find_reloads): Likewise.
11461
11462 2000-08-16  Manfred Hollstein  <manfredh@redhat.com>
11463
11464         * configure.in (libstdcxx-v3): Fix test.
11465         * configure: Regenerate.
11466
11467 Wed Aug 16 08:10:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11468
11469         * calls.c (calls_function_1, expand_call): Only test
11470         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
11471         * function.c (thread_prologue_and_epilogue_insns): Likewise.
11472
11473 2000-08-16  Richard Henderson  <rth@cygnus.com>
11474
11475         * combine.c (simplify_shift_const): Revert previous two
11476         changes.  If SHIFT_COUNT_TRUNCATED, crop the shift count
11477         before the main loop.
11478
11479 2000-08-15  Richard Henderson  <rth@cygnus.com>
11480
11481         * combine.c (simplify_shift_const): Bound shift count when
11482         combining shifts.
11483
11484 Tue Aug 15 17:33:05 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11485
11486         * calls.c (ECF_SP_DEPRESSED): New macro.
11487         (calls_function_1): Treat calling sp-depressed function as alloca.
11488         (emit_call_1): Don't adjust SP if calling sp-depressed function.
11489         (expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
11490         If sp-depressed, ensure block saves and restores SP.
11491         * fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
11492         for INTEGER_TYPE.
11493         * function.c (keep_stack_depressed): New function.
11494         (thread_prologue_and_epilogue_insns): Call it.
11495         * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
11496         to print DECL_OFFSET_ALIGN.
11497         Print no-force-blk and transparent-union flags properly.
11498         * stmt.c (expand_goto_internal): Don't restore stack if last block
11499         and function returns with sp depressed.
11500         (fixup_gotos): Likewise.
11501         (save_stack_pointer): New function, from code in expand_decl.
11502         (expand_decl): Call new function.
11503         * tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
11504         (TYPE_RETURNS_STACK_DEPRESSED): New macro.
11505         (save_stack_pointer): New declaration.
11506
11507         * diagnostic.c (fatal_function): New variable.
11508         (set_fatal_function): New function.
11509         (fatal): Call it.
11510         * diagnostic.h (set_fatal_function): New declaration.
11511
11512 2000-08-15  William Cohen  <wcohen@redhat.com>
11513
11514         * config/sh/elf.h (DWARF2_DEBUGGING_INFO): Defined.
11515         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2 info.
11516         (DWARF2_ASM_LINE_DEBUG_INFO): Defined.
11517
11518 2000-08-15  Richard Henderson  <rth@cygnus.com>
11519
11520         * flow.c (mark_used_reg): Set reg_cond_reg appropriately.
11521
11522 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11523
11524         * arm.c (arm_function_ok_for_sibcall): New function.
11525         * arm.h (FUNCTION_OK_FOR_SIBCALL): Define.
11526         * arm.md (call expanders): Don't check here for calls that can't
11527         be sibling calls.
11528
11529 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11530
11531         * arm.md (splits generating cond_exec): Disable.
11532
11533 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11534
11535         * arm/linux-elf.h (text_section): Delete declaration.
11536
11537 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11538
11539         ARM support for unordered FP operations.
11540         * arm-protos.h (arm_comparison_operator): Declare.
11541         * arm.c (arm_comparison_operator): New function.
11542         (arm_select_cc_mode): Add unordered comparison codes.
11543         (get_arm_condition_code): Likewise.
11544         (arm_final_prescan_insn): Can't handle unordered jumps that can't
11545         be done in one insn.
11546         * arm.h (PREDICATE_CODES): Add arm_comparison_operator.
11547         * arm.md (all uses of comparison_operator): Replace with
11548         arm_comparison_operator.
11549         (bunordered, bordered, bugt, bunlt, bunge, bunle, buneq, bltgt): New
11550         expands.
11551         (arm_buneq, arm_bltgt, arm_buneq_reversed, arm_bltgt_reveresed): New
11552         patterns.
11553
11554 Tue Aug 15 00:36:36 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
11555
11556         * gthr-posix.h: Conditionally include <sched.h>; include
11557         <config.h> from libobjc/.
11558
11559 2000-08-14  Richard Henderson  <rth@cygnus.com>
11560
11561         * config/i386/i386.c (legitimize_pic_address): Use Pmode
11562         for all CONSTs.
11563
11564 2000-08-14  Richard Henderson  <rth@cygnus.com>
11565
11566         * configure.in (ia64-*): Set float_format for i386 long double.
11567
11568         * real.c (GET_REAL): Treat 128-bit INTEL_EXTENDED_IEEE_FORMAT
11569         as we would for i386 XFmode.
11570         (PUT_REAL): Likewise.
11571         (endian, ereal_atof, real_value_truncate): Likewise.
11572         (ereal_isneg, toe64, etens, make_nan): Likewise.
11573         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Likewise.
11574
11575         * config/ia64/ia64-protos.h: Update.
11576         * config/ia64/ia64.c (general_tfmode_operand): New.
11577         (destination_tfmode_operand): New.
11578         (tfreg_or_fp01_operand): New.
11579         (ia64_split_timode): New.
11580         (spill_tfmode_operand): New.
11581         (ia64_expand_prologue): Use TFmode not XFmode.
11582         (ia64_expand_epilogue): Likewise.
11583         (ia64_function_arg): Likewise.
11584         (ia64_function_arg_advance): Likewise.
11585         (ia64_return_in_memory): Likewise.
11586         (ia64_function_value): Likewise.
11587         (ia64_print_operand): Likewise.
11588         (ia64_register_move_cost): Set GR<->FR to 5.
11589         (ia64_secondary_reload_class): Get GR for TImode memory op.
11590         * config/ia64/ia64.h (ROUND_TYPE_SIZE): Remove.
11591         (ROUND_TYPE_ALIGN): Remove.
11592         (LONG_DOUBLE_TYPE_SIZE): Set to 128.
11593         (INTEL_EXTENDED_IEEE_FORMAT): Define.
11594         (HARD_REGNO_NREGS): Use TFmode, not XFmode.
11595         (HARD_REGNO_MODE_OK): Likewise.  Disallow TImode in FRs.
11596         (MODES_TIEABLE_P): Use TFmode, not XFmode.
11597         (CLASS_MAX_NREGS): Likewise.
11598         (ASM_OUTPUT_LONG_DOUBLE): Output by 4 byte hunks.
11599         (PREDICATE_CODES): Update.
11600         * config/ia64/ia64.md (movti): New.
11601         (movti_internal): Use a clobber for memory alternatives.
11602         (reload_inti, reload_outti): New.
11603         (movsfcc_astep): Predicate properly.
11604         (movdfcc_astep): Likewise.
11605         (movxf): Remove.
11606         (movtf): New.
11607         (extendsftf2, extenddftf2): New.
11608         (trunctfsf2, trunctfdf2): New.
11609         (floatditf2, fix_trunctfdi2): New.
11610         (floatunsditf2, fixuns_trunctfdi2): New.
11611         (addtf3, subtf3, multf3, abstf2): New.
11612         (negtf2, nabstf2, mintf3, maxtf3): New.
11613         (maddtf3, msubtf3, nmultf3, nmaddtf3): New.
11614         (cmptf): New.
11615         (fr_spill): Use TFmode, not XFmode.
11616         (fr_restore): Likewise.
11617         * config/ia64/lib1funcs.asm (__divtf3): New.
11618         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add it.
11619
11620 2000-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11621
11622         * cse.c (fold_rtx): Avoid empty body in an if-statement.
11623
11624         * doloop.c (doloop_iterations_max, doloop_modify): Avoid using the
11625         `U' integer constant suffix.
11626
11627         * dwarf2out.c (add_subscript_info): Avoid empty body in an
11628         else-statement.
11629
11630         * sparc/sol2.h (__enable_execute_stack): Prototype.
11631
11632 2000-08-14  David Edelsohn  <edelsohn@gnu.org>
11633
11634         * collect2.c: Remove use of AIX import file.
11635
11636         * longlong.h: Test ARCH_PWR not ARCH_POWER.
11637
11638         * rs6000.c (print_operand, case 'E'): Add else.
11639
11640 2000-08-14  Richard Henderson  <rth@cygnus.com>
11641
11642         * config/ia64/ia64.md (movdi): Delay calling ia64_expand_load_address.
11643         (movdi_symbolic): New.
11644
11645 2000-08-14  Jim Wilson  <wilson@cygnus.com>
11646
11647         * config/ia64/ia64.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
11648         to GNU as.  For Intel as, pass -M const_gp and -M no_plabel.
11649         * config/ia64/linux.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
11650         to GNU as.
11651
11652 2000-08-14  Richard Henderson  <rth@cygnus.com>
11653
11654         * expr.c (emit_group_load): Don't force constants into registers.
11655         Special case source already in the correct mode.
11656
11657 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
11658
11659         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11660         * fixinc/inclhack.def: Likewise.
11661         * fixinc/mkfixinc.sh: Likewise.
11662         * configure: Regenerate.
11663         * fixinc/fixincl.x: Regenerate.
11664         * install.texi: Document equivalence of linux and linux-gnu.
11665
11666 Mon Aug 14 18:51:44 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11667
11668         * cse.c (insert_regs): Also in REG case: When finding an invalid
11669         value, and we make a new quantity, make sure that it won't be
11670         mistaken by for a valid one by mention_regs.
11671
11672 2000-08-13  Ralf Gütlein <ralf.guetlein@aranea.de>
11673
11674         * h8300.md: Remove obsolete peepholes.
11675
11676 2000-08-13  Kazu Hirata  <kazu@hxi.com>
11677
11678         * invoke.texi (H8/300 Options): Fix typos.
11679         * config/h8300.c: Fix formatting.
11680         * config/h8300.h: Fix comment typos.
11681         (OVERRIDE_OPTIONS): Fix formatting.
11682
11683         * function.c: Fix formatting.
11684
11685         * cse.c: Fix formatting.
11686
11687 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
11688
11689         * flow.c (attempt_auto_inc): Remove unused variable `bb'.
11690         (attempt_auto_inc): Suppress parentheses warning.
11691         * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
11692         * loop.c (load_mems): Remove `u' suffix in two places.
11693         * config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from
11694         hex constants.
11695         * config/rs6000/rs6000.h: Likewise.
11696         * config/rs6000/sol-c0.c: Prototype some functions.  Remove the
11697         __eabi dummy routine.
11698         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused
11699         variable `buf_ptr'.
11700
11701         * config/rs6000/rs6000.c (rs6000_select_section): Rewrite to
11702         not put stuff in .sdata unnecessarily.
11703         (rs6000_unique_section): New function.
11704         * config/rs6000/rs6000-protos.h: Add rs6000_unique_section.
11705         * config/rs6000/sysv4.h (UNIQUE_SECTION): Define.
11706
11707         * c-typeck.c (build_array_ref): Don't complain about non-lvalue
11708         arrays in C99.  Don't try to look at DECL_REGISTER of a
11709         COMPONENT_REF.  Don't complain twice about the same error.
11710
11711         * fixinc/inclhack.def (aix_pthread): New fix.
11712         (aix_sysmachine): New fix.
11713         * fixinc/fixincl.x: Regenerate.
11714
11715         * expr.c (expand_expr): Call convert_modes when turning a large
11716         multiply into a small one.
11717
11718 2000-08-12  Geoff Keating  <geoffk@cygnus.com>
11719
11720         * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
11721         the tree structure an exponent rather than an explicit alignment
11722         so it doesn't overflow.
11723         (SET_DECL_OFFSET_ALIGN): New macro.
11724         * stor-layout.c (place_union_field): Use SET_DECL_OFFSET_ALIGN
11725         rather than DECL_OFFSET_ALIGN.
11726         (place_field): Likewise.
11727         * expmed.c (store_bit_field): Abort on align==0 to avoid
11728         antisocial machine behaviour.
11729
11730 2000-08-12  Richard Henderson  <rth@cygnus.com>
11731
11732         * sibcall.c (uses_addressof): Accept both addressof and
11733         current_function_internal_arg_pointer inside a mem.
11734         (optimize_sibling_and_tail_recursive_call): Fail tail recursion
11735         if current_function_uses_addressof.
11736         * stmt.c (expand_return): Kill tail recursion and HAVE_return
11737         optimizations.
11738
11739 2000-08-11  Richard Henderson  <rth@cygnus.com>
11740
11741         * config/ia64/ia64.md (addsi3): Remove expander.
11742         (subsi3, mulsi3, negsi2, one_cmplsi2): Likewise.
11743         (*addsi3_shladd): New.
11744
11745 2000-08-11  Richard Henderson  <rth@cygnus.com>
11746
11747         * config/ia64/ia64.c (do_spill): Pass cfa offset to move expander.
11748         (do_restore): Likewise.
11749         (gen_movdi_x, gen_fr_spill_x, gen_fr_restore_x): New.
11750         (ia64_expand_prologue, ia64_expand_epilogue): Use them.
11751         (rtx_needs_barrier): Track actual bit manipulation for
11752         ar.unat moves, gr_spill, and gr_restore.
11753         (emit_insn_group_barriers): Special case gr_spill/gr_restore.
11754         (process_set): Don't handle varargs spills.
11755         * config/ia64/ia64.md (gr_spill): Accept cfa offset.  Emit
11756         .mem.offset here instead of in process_set.
11757         (gr_restore): Likewise.
11758
11759 2000-08-11  Richard Henderson  <rth@cygnus.com>
11760
11761         * config/ia64/ia64.h (PROMOTE_MODE): Only extend to SImode.
11762
11763 2000-08-11  Mark Elbrecht  <snowball3@bigfoot.com>
11764
11765         * gcc.texi (The Configuration File): Document
11766         COLLECT2_HOST_INITIALIZATION, GCC_DRIVER_HOST_INITIALIZATION, and
11767         UPDATE_PATH_HOST_CANONICALIZATION.
11768
11769 2000-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11770
11771         * c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for
11772         unprototyped function pointer casts on integer constants.
11773
11774 2000-08-11 Laurynas Biveinis <lauras@softhome.net>
11775
11776         * fixproto: Recognize DOS paths with drive letters as absolute paths.
11777
11778 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
11779
11780         * extend.texi (Volatiles): Fix typos.
11781
11782 2000-08-11  Kazu Hirata  <kazu@hxi.com>
11783
11784         * flow.c: Fix formatting.
11785
11786 2000-08-11  Richard Henderson  <rth@cygnus.com>
11787
11788         * reload.c (push_secondary_reload): When invoking a reload_{in,out}
11789         pattern, always allocate a tertiary scratch register.
11790
11791         * config/alpha/alpha.md (reload_inqi): Use a DImode scratch.
11792         (reload_inhi): Likewise.
11793
11794 2000-08-11  Richard Henderson  <rth@cygnus.com>
11795
11796         * function.c (put_reg_into_stack): Allow type to be NULL.
11797         (schedule_fixup_var_refs): Likewise.
11798         (gen_mem_addressof): Allow decl to be NULL.
11799         (put_addressof_into_stack): Likewise.
11800
11801         * flow.c (merge_blocks_nomove): Be more careful about
11802         locating the beginning of block A.
11803
11804         * combine.c (simplify_shift_const): Obey SHIFT_COUNT_TRUNCATED.
11805
11806 Thu Aug 10 22:47:09 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
11807
11808         * configure.in:
11809         * configure:
11810         * gthr-posix.h:
11811         * config.in: Reverted the check for <sched.h>.
11812
11813 2000-08-10  Chris Demetriou  <cgd@sibyte.com>
11814
11815         * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New
11816         macros define the name of CTOR and DTOR sections.
11817         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
11818         DTOR_LIST_END): Change to use attributes to specify
11819         sections.
11820         * mips/elf64.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME,
11821         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
11822         DTOR_LIST_END): Same as in mips/elf.h.
11823
11824 2000-08-10  Drew Moseley  <dmoseley@redhat.com>
11825
11826         * config/mn10300/mn10300.h: Added no-crt0 option for explicitly
11827         disabling just crt0.o.
11828
11829 2000-08-10  Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton  <nickc@cygnus.com>
11830
11831         * arm.h (CPP_SPEC): Use sub-spec cpp_interwork.
11832         (CPP_INTERWORK_SPEC, CPP_INTERWORK_DEFAULT_SPEC): New sub-specs.
11833         (EXTRA_SPECS): Add them.
11834         * arm/lib1funcs.asm: Support builds for interworking.
11835         Use macros to eliminate duplicated pieces of code.
11836
11837 2000-08-10  Kazu Hirata  <kazu@hxi.com>
11838
11839         * h8300.c (expand_a_rotate): New.
11840         (emit_a_rotate): Likewise.
11841         (h8300_adjust_insn_length): Add support for the rotate insns.
11842         * h8300.md (rotlqi3): New.
11843         (*rotlqi3_1): Likewise.
11844         (rotlhi3): Likewise.
11845         (*rotlhi3_1): Likewise.
11846         (rotlhi3): Likewise.
11847         (*rotlhi3_1): Likewise.
11848         * h8300-proto.h: Add prototypes for expand_a_rotate and
11849         emit_a_rotate.
11850
11851         * h8300.c: Fix comment typos.
11852         (dosize): Declare the variable amount as unsigned.
11853         (get_shift_alg): Fix a comparison between signed and unsigned.
11854         (emit_a_shift): Likewise.
11855         (h8300_adjust_insn_length): Simplify the code.
11856
11857         * c-decl.c: Fix formatting.
11858
11859 2000-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11860
11861         * c-lex.c (parse_float, yylex): For -Wtraditional, issue a
11862         warning about non-traditional numeric constant suffixes.
11863
11864         * cppexp.c (parse_number): Likewise.
11865
11866         * invoke.texi: (-Wtraditional): Document new behavior.
11867
11868 Thu Aug 10 00:11:04 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
11869
11870         * gthr-posix.h: Include auto-host.h. Conditionally include
11871         <sched.h>.
11872         * configure.in: Check for the <sched.h> header file.
11873         * config.in: Added define for HAVE_SCHED_H.
11874
11875 2000-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11876
11877         * c-typeck.c (process_init_element): For -Wtraditional, warn about
11878         initialization of unions.
11879
11880         * invoke.texi (-Wtraditional): Document new behavior.
11881
11882 2000-08-09  Zack Weinberg  <zack@wolery.cumb.org>
11883
11884         * configure.in (--enable-c-cpplib): Uncomment.  Use AC_DEFINE
11885         instead of extra_c_flags.
11886         (--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
11887         * configure: Regenerate.
11888         * config.in: Regenerate.
11889
11890         * cpperror.c (cpp_type2name): New function.
11891         * cpplex.c (lex_line): If we issued an error for an invalid
11892         preprocessing directive, discard that logical line.
11893         * cpplib.c (do_line): Call a hook function if the current file
11894         is renamed by #line.
11895         (do_ident): Pass the contents of the string, not the entire
11896         token, to the callback function.
11897         * cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
11898         (cb.rename_file): New hook function.
11899         (cb.ident): Adjust prototype.
11900         (cpp_type2name): Prototype.
11901         * cppmacro.c (dump_macro_args): Correct precedence lossage.
11902
11903         * cppmain.c (cb_ident): Update for changed interface.
11904         (cb_rename_file): New function.
11905         (main): Set rename callback.
11906
11907 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
11908
11909         * caller-save.c (mark_referenced_regs): Mark partially-overwritten
11910         multi-word registers.
11911
11912 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11913
11914         * c-common.c (combine_strings, check_format_info): Refer to ISO C
11915         or ISO C89 instead of ANSI C.
11916         * c-decl.c (grokdeclarator, xref_tag, finish_struct,
11917         build_enumerator, do_case): Likewise.
11918         * c-lex.c (parse_float, yylex): Likewise.
11919         * c-parse.in: Likewise.
11920         * c-typeck.c (common_type, build_array_ref, build_binary_op,
11921         build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
11922         build_c_cast, convert_for_assignment, set_init_index,
11923         set_init_label, c_expand_start_case): Likewise.
11924         * toplev.c (documented_lang_options, display_help): Likewise.
11925
11926 2000-08-08  Kazu Hirata  <kazu@hxi.com>
11927
11928         * h8300.c: Fix formatting.
11929         * h8300.h: Likewise.
11930         * h8300.md: Likewise.
11931         (movsi_h8300hs): Fix formatting of the resulting assembly code.
11932
11933         * reload1.c: Fix formatting.
11934
11935 2000-08-08  Rodney Brown  <RodneyBrown@mynd.com>
11936
11937         * alpha/alpha.c (alpha_emit_xfloating_libcall):
11938         Use GEN_CALL_VALUE define.
11939         * alpha/alpha.md (untyped_call): Use GEN_CALL define.
11940         * clipper/clipper.md (untyped_call): Likewise.
11941         * dsp16xx/dsp16xx.md (untyped_call): Likewise.
11942         * fx80/fx80.md (untyped_call): Likewise.
11943         * mips/mips.md (untyped_call): Likewise.
11944         * ns32k/ns32k.md (untyped_call): Likewise.
11945         * pa/pa.md (untyped_call): Likewise.
11946         * romp/romp.md (untyped_call): Likewise.
11947         * sparc/sparc.md (untyped_call): Likewise.
11948
11949 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
11950
11951         * config/i860/i860.c (singlemove_string): Do not generate assembler
11952         pseudo instructions that must be expanded (that is, with signed
11953         constants larger than 16 bits).
11954
11955 2000-08-08  Richard Henderson  <rth@cygnus.com>
11956
11957         * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
11958         PROP_AUTOINC at -O0.  Don't collect alias info at -O0.
11959         (init_propagate_block_info): Don't kill memory stores at -O0.
11960         (mark_set_1, mark_used_regs): Likewise.
11961
11962 2000-08-08  David Edelsohn  <edelsohn@gnu.org>
11963
11964         * rs6000.c (optimization_options): Decorate 'level' as
11965         ATTRIBUTE_UNUSED.
11966         (mask64_operand): Remove sign-extend thinko.
11967         (rldic_operand): New function.
11968         (load_multiple_operation): regno's are unsigned ints.
11969         (store_multiple_operation): Likewise.
11970         (lmw_operation): Likewise.
11971         (stmw_operation): Likewise.
11972         (includes_lshift_p): shift_mask is unsigned int.
11973         (includes_lshift64_p): New function.
11974         (addrs_ok_for_quad_peep): unsigned int reg1.
11975         (print_operand): Consistently add "else" after
11976         output_operand_lossage().
11977         (print_operand, case 'b'): Fold in case 'W'.
11978         (print_operand, case 'W'): Print rldic MB value.
11979         (output_epilogue): Update Objective-C language string.
11980         (output_toc): unsigned HOST_WIDE_INT low, compare unsigned.
11981         * rs6000.h (PREDICATE_CODES): Add rldic_operand.
11982         * rs6000.md (ashldi3): Add rldic instruction.
11983         (iordi3, xordi3): Remove redundant "else if CONST_DOUBLE".
11984         (cmpsi_internal2, cmpdi_interal2): Use 'b' output template
11985         modifier.
11986
11987 2000-08-08  Richard Henderson  <rth@cygnus.com>
11988
11989         * config/ia64/ia64-protos.h: Remove duplicates.  Update
11990         for massive code rearrangements.
11991         * config/ia64/ia64.c (ia64_arpfs_regno): Remove.
11992         (ia64_rp_regno, ia64_fp_regno, ia64_input_regs): Remove.
11993         (ia64_local_regs, ia64_need_regstk): Remove.
11994         (ar_ccv_reg_operand): New.
11995         (ia64_gp_save_reg): New.
11996         (struct ia64_frame_info): Combine most of the size elements;
11997         add new gr save elements.
11998         (find_gr_spill): New.
11999         (next_scratch_gr_reg): New.
12000         (mark_reg_gr_used_mask): New.
12001         (ia64_compute_frame_size): Rewrite.  Allocate special AR regs
12002         to GR backing store regs when possible.
12003         (ia64_initial_elimination_offset): New.
12004         (ia64_rap_fp_offset): Remove.
12005         (save_restore_insns): Remove.
12006         (setup_spill_pointers): New.
12007         (finish_spill_pointers): New.
12008         (spill_restore_mem): New.
12009         (do_spill, do_restore): New.
12010         (ia64_expand_prologue): Rewrite to use them.
12011         (ia64_expand_epilogue): Likewise.
12012         (ia64_direct_return): Update for current_frame_info changes.
12013         (ia64_function_prologue): Simplify .prologue emission.  Emit
12014         .spill when needed.
12015         (ia64_setup_incoming_varargs): Don't ever emit rtl.
12016         (ia64_dbx_register_number): New.
12017         (ia64_initialize_trampoline): New.
12018         (ia64_secondary_reload_class): Request GR_REGS for integer
12019         arithmetic destined for FR_REGS.
12020         (ia64_init_machine_status): Don't reset return_address_pointer_rtx.
12021         (ia64_mark_machine_status): Mark ia64_gp_save.
12022         (rws_access_regno): Rename from rws_access_reg; don't treat
12023         predicates specially.
12024         (rws_access_reg): New.  Update all callers.
12025         (rtx_needs_barrier): Remove dead unspecs.
12026         (ia64_epilogue_uses): Mark ar.pfs and ar.unat live on exit.
12027         (ia64_encode_section_info): Silence signed/unsigned warnings.
12028         (spill_offset, sp_offset, spill_offset_emitted): Remove.
12029         (tmp_reg, tmp_saved): Remove.
12030         (process_set): Rewrite to expect complicated bits via
12031         REG_FRAME_RELATED_EXPR.
12032         (ia64_expand_fetch_and_op): Use emit_move_insn; be explicit
12033         in the use of ar.ccv; never set RTX_UNCHANGING_P.
12034         (ia64_expand_op_and_fetch): Likewise.
12035         (ia64_expand_compare_and_swap): Likewise.
12036         (ia64_expand_builtin): Likewise.
12037         * config/ia64/ia64.h (AR_UNAT_REGNUM): New.
12038         (FIRST_PSEUDO_REGISTER): Update.
12039         (AR_M_REGNO_P): Update.
12040         (FIXED_REGS): Don't mark three local registers as used.
12041         (EXTRA_CC_MODES): New.
12042         (SELECT_CC_MODE): New.
12043         (HARD_REGNO_NREGS): Allow DImode in p0; handle CCImode.
12044         (HARD_REGNO_MODE_OK): Disallow CCImode from non-predicates.
12045         (FRAME_GROWS_DOWNWARD): Unset.
12046         (STARTING_FRAME_OFFSET): Zero.
12047         (ELIMINABLE_REGS): Eliminate from the soft to hard frame pointer.
12048         (INITIAL_ELIMINATION_OFFSET): Defer to out of line function.
12049         (HARD_FRAME_POINTER_REGNUM): New.
12050         (CAN_DEBUG_WITHOUT_FP): Define.
12051         (TRAMPOLINE_TEMPLATE): Remove.
12052         (TRAMPOLINE_SIZE): Lower to 32.
12053         (TRAMPOLINE_ALIGNMENT): Lower to 64.
12054         (INITIALIZE_TRAMPOLINE): Defer to out of line function.
12055         (PREDICATE_CODES): Update.
12056         (struct machine_function): Add ia64_gp_save.
12057         * config/ia64/ia64.md: Purge unused unspecs.
12058         (movsi patterns): Allow moves to/from AR_M_REGS.
12059         (movdi patterns): Allow moves to/from p0.
12060         (call patterns): Move most setjmp hackery to ia64_gp_save_reg.
12061         (gr_spill, gr_restore): Indicate ar.unat read/written.
12062         (nonlocal_goto): Don't pass old frame_pointer.
12063         (nonlocal_goto_receiver): Remove.
12064         (exception_receiver): New.
12065         (builtin_setjmp_setup): New.
12066         (builtin_setjmp_receiver): New.
12067         * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle.
12068         (__ia64_nonlocal_goto): Bundle.  Don't kill r7.
12069         (__ia64_restore_stack_nonlocal): Likewise.
12070         (__ia64_trampoline): New.
12071         * config/ia64/sysv4.h (DBX_REGISTER_NUMBER): Defer to out of line
12072         function.
12073         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __trampoline.
12074
12075 2000-08-08  Richard Henderson  <rth@cygnus.com>
12076
12077         * frame.h (ia64_frame_state): Add my_psp.
12078         * libgcc2.c (ia64_throw_helper): Add throw_sp argument.
12079         (__throw): Pass it in.  Don't clobber r7.
12080         * config/ia64/frame-ia64.c (init_ia64_reg_loc): Mark inline.
12081         (execute_one_ia64_descriptor) [mem_stack_v]: Sets psp.when
12082         and nothing to do with sp.
12083         (normalize_reg_loc): Use frame->my_psp.
12084         (frame_translate): Handle frame-pointer-less functions.  Set
12085         spill_base correctly, in absence of being told.
12086         (__build_ia64_frame_state): New sp argument.  Fill in frame->my_sp.
12087         (__ia64_backtrace_helper): New sp argument.  Use
12088         builtin_return_address instead of label addresses.
12089         (print_record) [mem_stack_v]: No size member.
12090
12091 2000-08-08  Richard Henderson  <rth@cygnus.com>
12092
12093         * regclass.c (choose_hard_reg_mode): Iterate over all CC modes.
12094
12095 2000-08-08  Richard Henderson  <rth@cygnus.com>
12096
12097         * tm.texi (LOCAL_REGNO): Document.
12098         * flow.c (LOCAL_REGNO, EPILOGUE_USES): Provide default.
12099         (mark_regs_live_at_end): Don't mark LOCAL_REGNO registers.
12100         * reload1.c (reload): Likewise when considering nonlocal labels.
12101
12102         * config/ia64/ia64.h (LOCAL_REGNO): New.
12103         * config/sparc/sparc.h (LOCAL_REGNO): New.
12104
12105 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12106
12107         * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
12108
12109 2000-08-07  Nick Clifton  <nickc@redhat.com>
12110
12111         * config/mips/mips.c: Fix compile time warning messages.
12112         * config/mips/mips-protos.h: Add prototype for equality_op.
12113
12114         * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
12115
12116 2000-08-07  Graham Stott  <grahams@cygnus.co.uk>
12117
12118         * mn10300.md: Use nonimmediate_operand instead of general_operand
12119         on output operands.
12120
12121         * mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.
12122
12123 2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
12124
12125         * sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards.
12126         * sh.c (expand_block_move): Break long lines.
12127         (expand_ashiftrt, fpscr_set_from_mem): Likewise.
12128         * sh.md (mulsi3): Likewise.
12129         (movdi): Adjust spacing.
12130
12131 2000-08-07  Richard Henderson  <rth@cygnus.com>
12132
12133         * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
12134         * expr.c (emit_group_store): Don't set it.
12135
12136 2000-08-07  Kazu Hirata  <kazu@hxi.com>
12137
12138         * invoke.texi (Options for Debugging Your Program or GCC): Remove
12139         duplicate entries for 'w' and 'z'.
12140
12141         * flow.c: Fix a comment typo.
12142
12143 Sun Aug  6 23:47:35 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
12144
12145         * c-parse.in: Changed the language string for Objective-C to "GNU
12146         Objective-C".
12147
12148 Sun Aug  6 11:54:03 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
12149
12150         * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
12151         to improve the Posix thread support for Objective-C.
12152
12153 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12154
12155         * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and
12156         CTI_UNSIGNED_PTRDIFF_TYPE.
12157         (signed_size_type_node): Define.
12158         (unsigned_ptrdiff_type_node): Define.
12159         * c-decl.c (init_decl_processing): Create the
12160         signed_size_type_node and unsigned_ptrdiff_type_node types.
12161         * c-common.c (T_SC): Define.
12162         (T_SST): Define.
12163         (T_UPD): Define.
12164         (print_char_table): Use T_SST for %zd, %zi, %zn.  Use T_UPD for
12165         %to, %tu, %tx, %tX.  Allow %hhn (T_SC).  Add "c" to the flags for
12166         %s and %p.
12167         (scan_char_table): Use T_SC for %hhd, %hhi, %hhn.  Use T_SST for
12168         %zd, %zi, %zn.  Use T_UPD for %to, %tu, %tx, %tX.  Add "c" to the
12169         flags for %c, %s and %[.
12170         (check_format_info): Only allow leniency for signedness of targets
12171         of character pointers (when pedantic) for formats flagged with
12172         "c", so for strings but not for %hh formats.  When pedantic, don't
12173         allow character pointers to substitute for void pointers if a
12174         second level of indirection is present.
12175
12176 2000-08-06  Kazu Hirata  <kazu@hxi.com>
12177
12178         * invoke.texi (Options for Debugging Your Program or GCC): Update
12179         the names of dump files.
12180
12181         * h8300.c (dosize): Rearrange code for conciseness.
12182         (split_adds_subs): Likewise.
12183
12184         * loop.c: Fix formatting.
12185
12186         * dwarf2out.c: Fix formatting.
12187
12188         * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
12189
12190         * expr.c: Fix formatting.
12191
12192 2000-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12193
12194         * rs6000.c (rs6000_maybe_dead): Prototype.
12195
12196 2000-08-06  Richard Henderson  <rth@cygnus.com>
12197
12198         * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
12199         HAVE_nonlocal_goto as well.
12200         * config/i960/i960.md (nonlocal_goto): Don't do it here.
12201         * config/pj/pj.md (nonlocal_goto): Likewise.
12202
12203 2000-08-07  Michael Hayes  <mhayes@cygnus.com>
12204
12205         * loop.c (try_swap_copy_prop): New function.
12206         (load_mems): Rename copies to load_copies and add new regset
12207         store_copies.  Check for sets of shadow registers and mark
12208         in store_copies.   Call try_swap_copy_prop for registers
12209         marked in store_copies.
12210
12211 Sun Aug  6 00:54:42 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
12212
12213         * objc/objc-act.c: New command line option -fconstant-string-class
12214         to allow specifying a user defined constant string class,
12215         different from NXConstantString.
12216
12217         * toplev.c: Moved the Objective-C specific options to
12218         objc/lang-options.h.
12219
12220         * objc/lang-options.h: Moved the Objective-C specific options from
12221         toplev.c. Added -fconstant-string-class.
12222
12223 2000-08-05  Chris Demetriou  <cgd@sibyte.com>
12224
12225         * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
12226         DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
12227         __CTOR_LIST__ from func_ptr array to just func_ptr, to
12228         avoid extra alignment imposed on arrays.
12229         * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
12230         DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.
12231
12232         * mips.h: Clean up comments and spacing near MASKs.
12233         (TARGET_UNIX_ASM): Delete.
12234         (MASK_MIPS16, MASK_NO_CHECK_ZERO_DIV, MASK_CHECK_RANGE_DIV,
12235         MASK_UNINIT_CONST_IN_RODATA): Change values to make mask
12236         values contiguous.
12237
12238 2000-08-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12239
12240         * c-common.c (print_char_table): Add entries for the X/Open '
12241         format flag (print decimals with locale's thousands grouping
12242         character).  Make %C expect wint_t.
12243         (check_format_info): If pedantic, warn when the %n$ operand
12244         number form is used.  Allow for the ' flag; warn about it if
12245         pedantic.
12246
12247 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
12248
12249         * i386.h (FUNCTION_OK_FOR_SIBCALL):  Not OK if DECL's return
12250         type is a float mode, cfun->decl's return type is not, and
12251         TARGET_FLOAT_RETURNS_IN_80387.
12252
12253 2000-08-04  Andreas Schwab  <schwab@suse.de>
12254
12255         * cppmain.c (cb_def_pragma): Skip the first two tokens from the
12256         token list, which are always `#' and `pragma'.
12257
12258 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
12259
12260         * tree.c (tree_expr_nonnegative_p): Move to...
12261         * fold-const.c: ... here.  Also handle BIND_EXPR and RTL_EXPR.
12262         (rtl_expr_nonnegative_p): New.
12263         * tree.h: Add prototype for rtl_expr_nonnegative_p.
12264
12265         * real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
12266         CONST_DOUBLE_CHAIN: Move to...
12267         * rtl.h: ...here.  Use XCINT/XCEXP.
12268
12269         * Makefile.in: Remove toplev.o from OBJS.  Add rule to make
12270         libbackend.a; add libbackend.a to STAGESTUFF.  Add BACKEND
12271         variable.  Use BACKEND when linking cc1, not OBJS.  Add BACKEND
12272         to VOL_FILES.
12273
12274         * objc/Make-lang.in (cc1obj): Link with $(BACKEND).
12275
12276 2000-08-05  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12277
12278         * config/c4x/c4x.md (return_indirect_internal): New.
12279         * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
12280
12281 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12282
12283         * c-common.c (time_char_table): Mark up formats added in C99 and
12284         make other corrections.  %D and %g were added in C99.  %Og is an
12285         extension.  %EX is permitted.  %R, %T, %n, %r, %t were added in
12286         C99.  %e was added in C99.  %Oj is an extension.  %G and %z are in
12287         C99 rather than GNU extensions, but %OG and %Oz are extensions.
12288         %h was added in C99.  %C was added in C99.  %OY and %OC are
12289         extensions.  Add the C99 format %F.
12290         (check_format_info): If pedantic and not in C99 mode, warn for C99
12291         formats, %E and %O.
12292
12293 Fri Aug  4 23:01:58 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12294
12295         * function.c (schedule_fixup_var_refs): New function, broken out
12296         of put_reg_into_stack.
12297         (put_reg_into_stack): Use it.
12298         (put_var_into_stack): In CONCAT case, fixup up references for
12299         components only after fixing up references to the whole concat.
12300
12301 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
12302
12303         * alias.c (mark_constant_function): Use INSN_P.
12304         (init_alias_analysis): Likewise.
12305         * combine.c (combine_instructions): Use INSN_P.
12306         (can_combine_p): Likewise.
12307         (try_combine): Likewise.
12308         (distribute_notes): Likewise.
12309         (distribute_links): Likewise.
12310         * cse.c (cse_around_loop): Use INSN_P.
12311         (invalidate_skipped_block): Likewise.
12312         (cse_set_around_loop): Likewise.
12313         (cse_end_of_basic_block): Likewise.
12314         (delete_trivially_dead_insns): Likewise.
12315         * emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
12316         (unshare_all_rtl_1): Likewise.
12317         (next_cc0_user): Likewise.
12318         (try_split make_insn_raw): Likewise.
12319         (remove_unnecessary_notes): Likewise.
12320         * final.c (shorten_branches): Use INSN_P.
12321         (leaf_renumber_regs): Likewise.
12322         (leaf_renumber_regs_insn): Likewise.
12323         * flow.c (find_label_refs): Use INSN_P.
12324         (verify_wide_reg): Likewise.
12325         (notice_stack_pointer_modification): Likewise.
12326         (count_or_remove_death_notes): Likewise.
12327         (verify_flow_info): Likewise.
12328         (clear_log_links): Likewise.
12329         * function.c (fixup_var_refs_insns): Use INSN_P.
12330         (compute_insns_for_mem): Likewise.
12331         * gcse.c (alloc_gcse_mem): Use INSN_P.
12332         (compute_sets): Likewise.
12333         (compute_hash_table): Likewise.
12334         (classic_gcse): Likewise.
12335         (cprop): Likewise.
12336         (insert_insn_end_bb): Likewise.
12337         (delete_null_pointer_checks_1): Likewise.
12338         * global.c (expand_preferences): Use INSN_P.
12339         (build_insn_chain): Likewise.
12340         * graph.c (node_data): Use INSN_P.
12341         * haifa-sched.c (priority): Use INSN_P.
12342         (rm_line_notes): Likewise.
12343         (rm_other_notes): Likewise.
12344         (find_insn_reg_weight): Likewise.
12345         (init_target_units): Likewise.
12346         (schedule_block): Likewise.
12347         (compute_block_forward_dependences): Likewise.
12348         (debug_dependencies): Likewise.
12349         (set_priorities): Likewise.
12350         * integrate.c (function_cannot_inline_p): Use INSN_P.
12351         (save_parm_insns): Likewise.
12352         (copy_insn_list): Likewise.
12353         * jump.c (mark_all_labels): Use INSN_P.
12354         (never_reached_warning): Likewise.
12355         * lcm.c (optimize_mode_switching): Use INSN_P.
12356         * local-alloc.c (validate_equiv_mem): Use INSN_P.
12357         (memref_used_between_p): Likewise.
12358         (update_equiv_regs): Likewise.
12359         (block_alloc): Likewise.
12360         (no_conflict_p): Likewise.
12361         * loop.c (scan_loop): Use INSN_P.
12362         (find_and_verify_loops): Likewise.
12363         (count_loop_regs_set): Likewise.
12364         (loop_reg_used_before_p): Likewise.
12365         (strength_reduce): Likewise.
12366         (recombine_givs): Likewise.
12367         (check_dbra_loop): Likewise.
12368         (load_mems): Likewise.
12369         (try_copy_prop): Likewise.
12370         * print-rtl.c (print_rtx): Use INSN_P.
12371         * recog.c (find_single_use): Use INSN_P.
12372         * reg-stack.c (stack_regs_mentioned): Use INSN_P.
12373         (next_flags_user): Likewise.
12374         (swap_rtx_condition): Likewise.
12375         * regmove.c (mark_flags_life_zones): Use INSN_P.
12376         (optimize_reg_copy_1): Likewise.
12377         (optimize_reg_copy_2): Likewise.
12378         (optimize_reg_copy_3): Likewise.
12379         (reg_is_remote_constant_p): Likewise.
12380         (fixup_match_2): Likewise.
12381         (regmove_optimize): Likewise.
12382         (fixup_match_1): Likewise.
12383         * regrename.c (build_def_use): Use INSN_P.
12384         (replace_reg_in_block): Likewise.
12385         (consider_use): Likewise.
12386         * reload.c (find_equiv_reg): Use INSN_P.
12387         * reload1.c (reload): Use INSN_P.
12388         (maybe_fix_stack_asms): Likewise.
12389         (calculate_needs_all_insns): Likewise.
12390         (reload_as_needed): Likewise.
12391         (emit_output_reload_insns): Likewise.
12392         (delete_address_reloads_1): Likewise.
12393         (reload_cse_regs_1): Likewise.
12394         (reload_combine): Likewise.
12395         (reload_cse_move2add): Likewise.
12396         * reorg.c (redundant_insn): Use INSN_P.
12397         (dbr_schedule): Likewise.
12398         * resource.c (find_dead_or_set_registers): Use INSN_P.
12399         (mark_target_live_regs): Likewise.
12400         * rtlanal.c (reg_used_between_p): Use INSN_P.
12401         (reg_referenced_between_p): Likewise.
12402         (reg_set_between_p): Likewise.
12403         (reg_set_p): Likewise.
12404         (single_set): Likewise.
12405         (multiple_sets): Likewise.
12406         (find_last_value): Likewise.
12407         (reg_set_last): Likewise.
12408         (find_reg_note): Likewise.
12409         (find_regno_note): Likewise.
12410         * sibcall.c (sequence_uses_addressof): Use INSN_P.
12411         * simplify-rtx.c (cselib_process_insn): Use INSN_P.
12412         * ssa.c (find_evaluations): Use INSN_P.
12413         (rename_block): Likewise.
12414         (rename_equivalent_regs): Likewise.
12415         * unroll.c (loop_find_equiv_value): Use INSN_P.
12416         (set_dominates_use): Likewise.
12417         * varasm.c (mark_constant_pool): Use INSN_P.
12418         (mark_constants): Likewise.
12419         * config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
12420         (alphaev4_next_group): Likewise.
12421         (alphaev5_next_group): Likewise.
12422         * config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
12423         (c4x_rptb_rpts_p): Likewise.
12424         * config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
12425         * config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
12426         (rs6000_adjust_priority): Likewise.
12427         * config/sh/sh.c (sh_loop_align): Use INSN_P.
12428         (machine_dependent_reorg): Likewise.
12429         (split_branches): Likewise.
12430         * config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
12431
12432 Fri Aug  4 11:43:49 2000  John Wehle  (john@feith.com)
12433
12434         * combine.c (recog_for_combine): Remove the old notes
12435         prior to attempting to recognize the new pattern.
12436         (distribute_notes): Ignore REG_NONNEG notes.
12437
12438 2000-08-04  Chandrakala Chavva  <cchavva@redhat.com>
12439
12440         * varasm.c (output_constructor): Add .align 0 for packed vars.
12441
12442 2000-08-04  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
12443
12444         * configure.in: Use default thread_file even when enable_threads is
12445         yes or dce because hpux10.20 pa port uses MULTILIB implementation.
12446         * configure: Rebuilt.
12447
12448         * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
12449
12450 2000-08-04  Donn Terry (donnte@microsoft.com)
12451
12452         * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
12453
12454 2000-08-04  Mark Elbrecht  <snowball3@bigfoot.com>
12455
12456         * i386/x-djgpp: Delete code that conditionally modifies target_alias.
12457         Delete code that conditionally modifies 'version'.
12458         Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
12459         * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
12460         * gcc.c (main): Use it.
12461         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
12462         * prefix.c (update_path): Use it.
12463         * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
12464         (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
12465         (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
12466         code.
12467         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
12468         (SUBTARGET_SWITCHES): Adjust.
12469         (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
12470         defining.
12471         (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
12472
12473 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12474
12475         * c-common.h (flag_isoc94): Declare.
12476         * c-decl.c (flag_isoc94): Define.
12477         (c_decode_option): Set flag_isoc94 as appropriate.
12478         * c-common.c (T_PD, T_IM, T_UIM): Define.
12479         (format_char_info): Add tlen and jlen.
12480         (print_char_table): Add entries for %t and %j.  Allow %zn.  Allow
12481         %F.  Allow %lf.
12482         (scan_char_table): Add entries for %t and %j.  Allow %F.  Allow
12483         %l[.
12484         (time_char_table): Add NULL entries for %t and %j.
12485         (check_format_info): Allow for %t and %j.  Warn for %F if pedantic
12486         and not C99.  Warn for %lc, %ls and %l[ if pedantic and not C94.
12487         Warn for printf %lf if pedantic and not C99.  Don't warn for empty
12488         precision.  Allow precision argument to be unsigned int.  If
12489         pedantic, warn for %p passed an argument not a pointer to possibly
12490         qualified void or a possibly qualified character type, and for
12491         pointer targets of the wrong sign, except for character pointers.
12492
12493 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12494
12495         * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
12496         * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
12497         (wint_type_node): Define.
12498         * c-decl.c (WINT_TYPE): Define.
12499         (init_decl_processing): Create the wint_type_node type.
12500         * c-common.c (T_WI): Define.
12501         (print_char_table): Use T_WI for %lc format.
12502
12503 2000-08-04  Bruce Korb  <bkorb@gnu.org>
12504
12505         * fixinc/:  Verified that the MSDOS patch does not break
12506         the UNIX functionality and applied the next three patches
12507         from July:
12508
12509 2000-07-28  Eli Zaretskii  <eliz@is.elta.co.il>
12510
12511         * fixinc/fixfixes.c (main) [__MSDOS__]: Avoid overwriting the
12512         output file with the temporary one by appending ".X" to generate
12513         the temporary fuile's name.  If the output file already has an
12514         extension, replace it with ".X".
12515
12516         * fixinc/fixincl.c (fix_with_system) [__MSDOS__]: Use $ORIGDIR,
12517         not $DESTDIR, to find applyfix.  Use sprintf instead of snprintf;
12518         reallocate the command buffer while copying the command-line
12519         argument.  Redirect the output directly to the temporary file,
12520         instead of going through another temporary file.
12521         (process): Close the temporary file before unlinking it.
12522         (machine_matches) [__MSDOS__]: If the machine doesn't match, set
12523         the FD_SKIP_TEST flag.  Pay attention to the FD_MACH_IFNOT flag.
12524         (run_compiles): Pass p_fixd argument to machine_matches, as it
12525         expects.
12526
12527         * fixinc/fixincl.sh: Export ORIGDIR.  If $DJDIR is set in the
12528         environment, assume there are no symlinks in the include
12529         directory.  When cleaning up the DONE files, look for them
12530         case-insensitively.  Don't try to remove symlinks if they aren't
12531         there.
12532
12533         * fixinc/fixlib.c (make_raw_shell_str): Accept new argument smax;
12534         all callers changed.  Declare pz "const char *", to avoid compiler
12535         warnings.
12536
12537         * fixinc/fixlib.h (ENV_TABLE): Get ORIGDIR from the environment.
12538         Change prototype of make_raw_shell_str.
12539
12540 2000-07-27  Eli Zaretskii  <eliz@is.elta.co.il>
12541
12542         * fixinc/fixincl.c [__MSDOS__]: Don't include "server.h".
12543         (initialize) [__MSDOS__]: Use tempnam.
12544         (initialize): Don't use SIGPIPE if it is not defined.
12545
12546         * fixinc/fixfixes.c (main) [__MSDOS__]: freopen for stdout should
12547         return stdout.
12548
12549 2000-07-25  Bruce Korb  <bkorb@gnu.org>
12550
12551         * fixinc/fix*.[ch]: substantially reworked to make it possible
12552         to run this program without using fork(2) or pipe(2) (i.e. in
12553         a DOS environment).
12554
12555 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12556
12557         * cppdefault.h (WINT_TYPE): Define.
12558         * cppinit.c (builtin_array): Define __WINT_TYPE__.
12559         * tradcpp.c (initialize_builtins): Define __WINT_TYPE__.
12560         * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document.
12561
12562 Fri Aug  4 06:53:46 2000  Clinton Popetz  <cpopetz@cygnus.com>
12563
12564         * (mips_legitimate_address_p): Don't allow register+offset
12565         if the offset is large and negative, and we are compiling
12566         for 64 bit registers.
12567
12568 2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12569
12570         * gencodes.c (main): Define CODE_FOR_nothing as the last possible
12571         insn_code_number + 1.
12572
12573 2000-08-04  Kazu Hirata  <kazu@hxi.com>
12574
12575         * h8300.c (function_prologue): Rearrange code for conciseness.
12576         (function_epilogue): Likewise.
12577         * h8300.h (OK_FOR_U): Fix formatting.
12578
12579         * cse.c: Fix a comment typo. Fix formatting.
12580
12581 2000-08-03  Richard Henderson  <rth@cygnus.com>
12582
12583         * config/i386/i386.md (return_indirect_internal): New.
12584         * config/i386/i386.c (ix86_expand_epilogue): Use it.
12585
12586 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
12587
12588         * cpplex.c (parse_name): Might have to glue a CPP_OTHER token
12589         before the name.
12590         (lex_line): Glue @ onto the beginning of identifiers and
12591         string constants, in Objective-C mode.
12592         (output_token, spell_token): Handle CPP_OSTRING.
12593         (can_paste, maybe_paste_with_next): Handle pasting @ onto the
12594         beginning of a NAME or a STRING, in objc mode.
12595
12596         * cpplib.c (get_define_node): Do not permit identifiers that
12597         begin with @ to be #defined.
12598         * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER.
12599         * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING.
12600
12601         * c-lang.c, objc/objc-act.c (build_objc_string): Delete.
12602         * c-tree.h (build_objc_string): Delete prototype.
12603         * objc/objc-tree.def: Delete OBJC_STRING_CST.
12604         * c-lex.c (yylex): Use build_string for all three kinds of strings.
12605
12606         * c-parse.in, objc/objc-act.c: Update commentary.
12607
12608 2000-08-03  Mark Mitchell  <mark@codesourcery.com>
12609
12610         * extend.texi: Fix typo in last change.
12611
12612         * extend.texi: Add commentary on statement-expressions and their
12613         interactions with C++.
12614
12615 2000-08-03  Nick Clifton  <nickc@cygnus.com>
12616
12617         * dwarf2.h (DW_LANG_Java): Change value to 0x000b.
12618         * dwarf.h (LANG_JAVA): Change value to 0x000b.
12619
12620 2000-08-03  Anthony Green  <green@cygnus.com>
12621
12622         * dwarf2out.c (gen_compile_unit_die): Add java language support.
12623         (add_bound_info): Check for java language.
12624         (is_java): New function.
12625         * dwarfout.c (output_compile_unit_die): Ditto.
12626         * dwarf.h (dwarf_source_language): Add java source language type.
12627         * dwarf2.h (dwarf_source_language): Ditto.
12628
12629 Thu Aug  3 20:32:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12630
12631         * reg-stack.c (subst_stack_regs_pat):  Use replace_reg to swap
12632         operands.
12633
12634         * i386.c (ix86_expand_branch): Mode of comparison in
12635         IF_THEN_ELSE is VOIDmode.
12636
12637 Thu Aug  3 10:05:53 2000  Akiko Matsushita <matusita@sra.co.jp>
12638
12639         * gengenrtl.c, rtl.c: Avoid #elif.
12640
12641 2000-08-03  Michael Poole  <poole@troilus.org>
12642
12643         * tm.texi (Register Classes): Clarify order of sub-initializers
12644         in REG_CLASS_CONTENTS.
12645
12646 Thu Aug  3 15:53:03 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12647
12648         From SAITOH Masanobu:
12649         * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax.
12650
12651 2000-08-03  David Billinghurst  <David.Billinghurst@riotinto.com.au>
12652
12653         * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
12654         is not supported by tradcpp and isn't actually needed for cygwin.
12655
12656 2000-08-03  Kazu Hirata  <kazu@hxi.com>
12657
12658         * h8300.c: Fix a comment typo.
12659         * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S.
12660
12661         * jump.c: Fix formatting.
12662
12663         * toplev.c: Fix formatting.
12664
12665 Thu Aug  3 01:05:32 2000  Jeffrey A Law  (law@cygnus.com)
12666
12667         * flow.c (find_auto_inc): Verify that we've got a REG before
12668         peeking at its regno.  Fail, don't abort if we can't find
12669         the increment of the desired register.
12670
12671         * pa.md (shadd height reduction patterns/splitters): Remove.
12672
12673 2000-08-02  Jim Wilson  <wilson@cygnus.com>
12674
12675         * config/ia64/ia64-protos.h (flag_ssa): Declare.
12676         * config/ia64/ia64.md (movti_internal, movti_internal+1): New.
12677
12678 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
12679
12680         * dce.c: Remove all uses of assert.
12681         * dwarf2out.c: Likewise.
12682         * dwarfout.c: Likewise.
12683         * ssa.c: Likewise.
12684
12685 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12686
12687         * gcc.h (lang_specific_driver): Constify second argument.
12688         * gcc.c (translate_options, process_command, main): Likewise.
12689         Constify variables to match.  Cast second argument to
12690         pexecute.
12691
12692         * cppspec.c, gccspec.c: Adjust type of second argument to
12693         lang_specific_driver, and update code as necessary.
12694
12695 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
12696
12697         * loop.c (scan_loop): Ensure update_end label does not
12698         go away until reg_scan_update is run.
12699
12700 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12701
12702         * c-common.h: Prototype min_precision and c_build_qualified_type here...
12703         * c-tree.h: ... not here.
12704         * errors.h: Prototype fancy_abort.
12705
12706         * emit-rtl.c (gen_lowpart_common): Move variable 'c' into
12707         HOST_BITS_PER_WIDE_INT == 64 ifdef block.
12708         * regrename.c (regrename_optimize): Make control flow explicit.
12709         (replace_reg_in_block): Initialize reg_use to 0.
12710
12711         * i386.c (legitimate_address_p): Rename error label to
12712         report_error to avoid namespace clash.
12713
12714 2000-08-02  Kazu Hirata  <kazu@hxi.com>
12715
12716         * fold-const.c: Fix formatting.
12717
12718 Wed Aug  2 16:26:15 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12719
12720         * i386.c (legitimate_address_p): Accept other bases than
12721         pic_offset_table_rtx for GOTOFF constructs.
12722
12723 Wed Aug  2 15:59:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12724
12725         * i386.md (shift to lea splitter): Use const_int_operand.
12726
12727 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12728
12729         * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
12730         cppspec.c: Do not use 'legal' or 'illegal' in error messages
12731         and comments.
12732
12733         * cppmain.c (cb_define, cb_undef): Don't generate any output
12734         if not done_initializing.
12735         * cpplex.c (maybe_paste_with_next): When the token after a ##
12736         is an omitted rest argument, only delete the token before it
12737         if that token is a comma.  Do not warn about bogus token
12738         pastes for , ## rest_arg.
12739
12740         * cpp.texi: Update.
12741         * cpp.1: Regenerate.
12742
12743 2000-08-02  Fred Fish  <fnf@be.com>
12744
12745         * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
12746         when user gives -p option.  Add init_term_dyn.o for BeOS 5.0
12747         and later.
12748
12749         * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
12750         Be directories to search path.
12751
12752         Remove support for __declspec(dllimport) and __declspec(dllexport).
12753         This is leftover cruft from the earlier BeOS gcc port when BeOS
12754         used Microsoft's PE object file format.
12755         * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
12756         * config/i386/t-beos (winnt.o): Remove Makefile frag.
12757         * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
12758         (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
12759         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
12760         (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
12761         (REDO_SECTION_INFO_P): Remove.
12762         (ASM_EXPORT_DECL): Remove.
12763         (ASM_DECLARE_FUNCTION_NAME): Remove.
12764         (ASM_DECLARE_OBJECT_NAME): Remove.
12765         (ASM_OUTPUT_ALIGNED_COMMON): Remove.
12766         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
12767         (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
12768         (STRIP_NAME_ENCODING): Remove.
12769
12770         Remove support for obsolete version of BeOS that is no longer
12771         supported by Be.
12772         * configure.in (i*86-*-beospe*): Remove.
12773         * config/i386/beos-pe.h: Remove.
12774
12775 2000-08-01  Jeffrey Oldham  <oldham@codesourcery.com>
12776             Mark Mitchell <mark@codesourcery.com>
12777
12778         * Makefile.in (OBJS): Added dce.o.
12779         (ssa.o): Updated target to include ssa.h.
12780         (flow.o): Likewise.
12781         (toplev.o): Likewise.
12782         (dce.o): Created target.
12783         * basic-block.h: Added comments.
12784         (INVALID_BLOCK): Added definition.
12785         (connect_infinite_loops_to_exit): Added declaration.
12786         Moved SSA declarations to ssa.h.
12787         * flow.c: Added inclusion of ssa.h.
12788         (struct depth_first_search_dsS, depth_first_search_ds):
12789         Added definitions.
12790         (compute_immediate_postdominators): Added definition.
12791         (connect_infinite_loops_to_exit): Likewise.
12792         (flow_dfs_compute_reverse_init): Likewise.
12793         (flow_dfs_compute_reverse_add_bb): Likewise.
12794         (flow_dfs_compute_reverse_execute): Likewise.
12795         (flow_dfs_compute_reverse_finish): Likewise.
12796         * rtl.h (rtx/in_struct): Added use to determine insn necessity.
12797         (LABEL_P): Added definition.
12798         (JUMP_P): Likewise.
12799         (NOTE_P): Likewise.
12800         (BARRIER_P): Likewise.
12801         (JUMP_TABLE_DATA_P): Likewise.
12802         (INSN_DEAD_CODE_P): Likewise.
12803         * ssa.c: Replaced inclusions with ssa.h inclusion.
12804         (CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
12805         (rename_registers): Removed unnecessary variables.
12806         * ssa.h: Created by moving declarations from ssa.c and
12807         basic-block.h.
12808         * timevar.def: Defined TV_DEAD_CODE_ELIM.
12809         * toplev.c: Added ssa.h inclusion.
12810         (dump_file_index): Added DFI_dce.
12811         (dump_file): Added "dce" entry.
12812         Defined flag_ssa.
12813         (f_options): Added dce entry.
12814         * invoke.texi: Document -fdce.  Emphasize experimental status of
12815         -fssa.
12816         * dce.c: New file.
12817
12818 2000-08-01  Zack Weinberg  <zack@wolery.cumb.org>
12819
12820         * cpperror.c (v_message): Split into _cpp_begin_message and
12821         v_message macro.  All callers updated.
12822         (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
12823         checks here.
12824
12825         * cppfiles.c (cpp_syshdr_flags): New function.
12826         (read_include_file): Don't call cpp_output_tokens.  Call
12827         enter_file hook.
12828         * cppinit.c (dump_macros_helper): Moved to cppmain.c.
12829         (cpp_reader_init): Don't initialize token_buffer.  Call
12830         _cpp_init_internal_pragmas.
12831         (cpp_cleanup): Don't clear token_buffer.
12832         (cpp_start_read): Don't worry about output from -D processing.
12833         Don't call cpp_output_tokens.
12834         (cpp_finish): Don't dump macros here.  Don't call
12835         cpp_output_tokens.
12836         * cppmacro.c (_cpp_dump_definition): Rename
12837         cpp_dump_definition.  Write directly to a FILE *.
12838         (dump_funlike_macro): Delete.
12839         (dump_macro_args): New.
12840
12841         * cpplex.c (TOKEN_LEN): Convert to inline function.
12842         (_cpp_grow_token_buffer, safe_fwrite, cpp_output_tokens,
12843         cpp_scan_line, _cpp_dump_list): Delete.
12844         (cpp_printf, cpp_output_list): New.
12845         (output_line_command): Don't worry about entering or leaving files.
12846         (cpp_scan_buffer): Just output each token as we hit it.
12847         (process_directive): Don't call cpp_output_tokens.
12848         (_cpp_glue_header_name): Don't use token_buffer.
12849         (output_token, dump_param_spelling): Write directly to a FILE *.
12850
12851         * cpplib.c (pass_thru_directive, dump_macro_name,
12852         pragma_dispatch, do_pragma_gcc): Delete.
12853         (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
12854         do_pragma_poison, cpp_pop_buffer): Call the appropriate hook
12855         functions.
12856         (do_error, do_warning, pragma_dependency): Call
12857         _cpp_begin_message, then cpp_output_list.
12858         (cpp_register_pragma, cpp_register_pragma_space,
12859         _cpp_init_internal_pragmas): New.
12860         (do_pragma): Walk the pragmas table here.
12861         (do_pragma_once, do_pragma_poison, do_pragma_system_header,
12862         do_pragma_dependency): Return void.
12863         (do_pragma_implementation): Moved to cppmain.c.
12864
12865         * cpplib.h: Update prototypes.
12866          (struct cpp_reader): Remove printer, token_buffer,
12867         token_buffer_size, and limit.  Add struct cb, and pragmas.
12868         (struct cpp_printer): Remove last_id and written.
12869         (CPP_WRITTEN, CPP_PWRITTEN, CPP_SET_WRITTEN,
12870         CPP_ADJUST_WRITTEN): Delete.
12871         * cpphash.h: Update prototypes.
12872         (ufputs): New wrapper.
12873
12874         * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
12875         cb_enter_file, cb_leave_file, cb_def_pragma): New functions.
12876         (main): Set up callbacks.  Register #pragma implementation.
12877         Dump macros from here.
12878
12879 2000-08-01  Geoff Keating  <geoffk@cygnus.com>
12880
12881         * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
12882         * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
12883         * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
12884         insns if they have a REG_MAYBE_DEAD note attached.
12885         * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
12886         (rs6000_emit_load_toc_table): TOC loads may go dead.
12887
12888 2000-08-01  Jim Wilson  <wilson@cygnus.com>
12889
12890         * config/ia64/ia64.c (ia64_function_arg): Fix last change.  Verify
12891         type exists before using it.  Use number of words as alignment
12892         otherwise.
12893         (ia64_function_arg_partial_nregs, ia64_function_arg_advance,
12894         ia64_va_arg): Propagate ia64_function_args changes here.
12895
12896 2000-08-01  Richard Henderson  <rth@cygnus.com>
12897
12898         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.
12899         * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
12900
12901 2000-08-01  Bernd Schmidt  <bernds@cygnus.co.uk>
12902
12903         From Joern Rennecke:
12904         * sh.h (CPP_SPEC, TARGET_SWITCHES): Add m4-nofpu.
12905         * sh.md (udivsi3, divsi3): Don't use libcalls that use the FPU
12906         unless TARGET_SH3E is set.
12907         * t-sh (MULTILIB_MATCHES): Add m2=m4-nofpu.
12908
12909         * sh.md (ashlsi3_d, ashlsi3_k): Remove, replace with
12910         (ashlsi3_std): New pattern.
12911         (ashlsi3 expander): Use it for TARGET_SH3.
12912         * sh.c (gen_ashift): Use it instead of ashlsi3_k.
12913
12914 Tue Aug  1 12:34:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12915
12916         * loop.c (canonicalize_condition):  Use destination, not source to
12917         determine SET's mode.
12918
12919 2000-07-31  Mark Mitchell  <mark@codesourcery.com>
12920
12921         * flow.c (clear_log_links): Fix typo.
12922
12923 Mon Jul 31 22:19:24 2000  Jeffrey A Law  (law@cygnus.com)
12924
12925         * loop.c (check_dbra_loop): Make change from July 17, 2000 work
12926         on targets which need more than one insn for a compare/cbranch
12927         operation.
12928
12929 2000-07-31  Jim Wilson  <wilson@cygnus.com>
12930
12931         * config/ia64/ia64.c (ia64_function_arg): Use alignment not size
12932         when computing offset.
12933
12934 Mon Jul 31 20:35:50 2000  Denis Chertykov  <denisc@overta.ru>
12935
12936         * genpeep.c (main): Handle DEFINE_PEEPHOLE2.
12937
12938 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
12939
12940         * flow.c (clear_log_links): Nuke global_live_at_start and
12941         global_live_at_end data, since if the log_links stuff is invalid
12942         so is global_live_at_*.
12943
12944 2000-07-31  Richard Henderson  <rth@cygnus.com>
12945
12946         * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
12947
12948 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
12949
12950         * cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
12951         (_cpp_get_token): Don't macro expand a just pasted token if it
12952         was pasted at no_expand_level.
12953
12954 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
12955
12956         * cppmacro.c (find_param, count_params, save_expansion):
12957         Permit 'defined' as a macro parameter name.
12958
12959 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
12960
12961         * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
12962         xcpp to cpp throughout.
12963         (native): Remove unnecessary dependency on cpp.
12964
12965         * gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
12966         tradcpp to tradcpp0.
12967         (.i spec): Add missing output-file spec to cc1 command line.
12968         * objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
12969
12970 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
12971
12972         * c-decl.c (mesg_implicit_function_declaration): Init to -1.
12973         (implicit_decl_warning): New function.
12974         (implicitly_declare): Use it.
12975         * c-typeck.c (build_external_ref): Use implicit_decl_warning
12976         to complain about implicit decls of builtins.
12977
12978         * c-lang.c (lang_init): Set mesg_implicit_function_declaration
12979         based on pedantic && flag_isoc99, if not already set.
12980         * c-tree.h: Declare mesg_implicit_function_declaration.
12981         Prototype implicit_decl_warning.
12982
12983 2000-07-30  Jeffrey D. Oldham  <oldham@codesourcery.com>
12984
12985         * Makefile.in (ssa.o): Updated header files in dependences.
12986         * basic-block.h: Added compute_immediate_postdominators declaration.
12987         * config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
12988         definition.
12989         * flow.c (compute_immediate_dominators): Updated comment.
12990         (compute_immediate_postdominators): Added definition.
12991         * rtl.h (HARD_REGISTER_P): Added definition.
12992         * ssa.c: Include additional header files.
12993         (assert): Added definition.
12994         (ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
12995         include select hard registers.
12996         (ssa_rename_to_insert): Likewise.
12997         (ssa_rename_from_initialize): Likewise.
12998         (ssa_rename_from_lookup): Likewise.
12999         (original_register): Likewise.
13000         (ssa_rename_from_insert): Added to reimplement ssa_rename_from to
13001         include select hard reigsters.
13002         (ssa_rename_from_traverse): Likewise.
13003         (ssa_rename_from_free): Likewise.
13004         (ssa_rename_from_print): Likewise.
13005         (ssa_rename_from_print_1): Likewise.
13006         (ssa_rename_from_hash_function): Likewise.
13007         (ssa_rename_from_equal): Likewise.
13008         (ssa_rename_from_delete): Likewise.
13009         (simplify_to_immediate_dominators): Removed in favor of
13010         flow.c:compute_immediate_dominators.
13011         (find_evaluations_1): Modified to work with hard registers.
13012         (insert_phi_node): Likewise.
13013         (insert_phi_nodes): Likewise.
13014         (struct rename_set_data): Updated prev_reg comment.
13015         (create_delayed_rename): Modified to work with hard registers.
13016         (RENAME_NO_RTX): Updated comment.
13017         (apply_delayed_renames): Modified to work with hard registers.
13018         (rename_insn_1): Likewise and added handling of CLOBBER rtls.
13019         (rename_block): Updated to use revised ssa_rename_to interface.
13020         (rename_registers): Updated to use revised ssa_rename_to and
13021         ssa_rename_from interface.
13022         (convert_to_ssa): Revised to use compute_immediate_dominators and
13023         deal with hard registers.
13024         (make_regs_equivalent_over_bad_edges): Modified to work with hard
13025         registers.  Added check for illegal unification of hard register.
13026         (make_equivalent_phi_alternatives_equivalent): Modified to work
13027         with hard registers.
13028         (compute_conservative_reg_partition): Likewise.
13029         (coalesce_if_unconflicting): Modified to work with hard registers
13030         and check for conflicting hard registers.
13031         (mark_phi_and_copy_regs): Revised loop to work only on pseudo
13032         registers.
13033         (rename_equivalent_regs_in_insn): Modified to work with hard
13034         registers.
13035         (record_canonical_element_1): Added definition.
13036         (check_hard_regs_in_partition): Added definition.
13037         (convert_from_ssa): Added data structure deallocation and check
13038         for illegal hard register unification.
13039         (conflict_hard_regs_p): Added definition.
13040         * toplev.c (rest_of_compilation): Added comment.
13041
13042 2000-07-31  Anthony Green  <green@redhat.com>
13043
13044         * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
13045
13046 2000-07-31  Jason McMullan  <jmcmullan@linuxcare.com>
13047
13048         * builtins.c (expand_builtin_apply): Don't defer pop during
13049         argument setup.
13050
13051 2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13052
13053         * calls.c (combine_pending_stack_adjustment_and_call): Only use
13054         preferred_unit_stack_boundary when it is > 1.
13055
13056 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13057
13058         * c-common.c (init_function_format_info): Add C99 format functions
13059         in C99 mode.
13060
13061         * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
13062         void' or 'register void' as being the special case of 'void' alone
13063         in a parameter list.
13064
13065         * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
13066         discarding qualifiers into a plain warning.
13067
13068 2000-07-31  Kazu Hirata  <kazu@hxi.com>
13069
13070         * combine.c: Fix formatting.
13071
13072         * h8300.md: Fix formatting.
13073
13074         * local-alloc.c: Fix formatting.
13075
13076         * h8300.c (get_shift_alg): Remove the variable alg.
13077         (emit_a_shift): Rearrange code to improve readability.
13078
13079         * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
13080
13081         * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
13082         HImode on all architectures and a combination of HImode and SImode
13083         on H8/300H and H8/S.
13084
13085         * h8300.c (split_adds_subs): Rearrange code for conciseness.
13086
13087 Mon Jul 31 12:27:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13088
13089         * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
13090         in my last checkin.
13091
13092 Mon Jul 31 10:41:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13093
13094         * recog.c (extract_insn): Set operand_mode according to
13095         operand if match_operand is VOIDmode.
13096
13097 Mon Jul 31 10:36:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13098
13099         * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
13100
13101 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
13102
13103         * c-parse.in (extdefs): Call ggc_collect between external
13104         definitions.
13105
13106 2000-07-30  Michael Hayes  <mhayes@cygnus.com>
13107             Richard Henderson  <rth@cygnus.com>
13108
13109         * Makefile.in (OBJS): Add doloop.o.
13110         * doloop.c: New file.
13111
13112         * final.c (insn_current_reference_address): Return 0 before final.
13113         * flags.h (flag_branch_on_count_reg): Fix typos in commentary.
13114         * jump.c (any_uncondjump_p): Likewise.
13115         * loop.c (indirect_jump_in_function): Make static.
13116         (strength_reduce): Call doloop_optimize.
13117         (insert_bct, instrument_loop_bct): Remove.
13118         * loop.h (doloop_optimize): Prototype.
13119         * recog.c (split_all_insns): Split all INSN_P.
13120         * toplev.c (flag_branch_on_count_reg): Default on.
13121
13122         * config/c4x/c4x.c (c4x_optimization_options): Don't set
13123         flag_branch_on_count_reg.
13124         * config/i386/i386.c (override_options): Likewise.
13125         * config/rs6000/rs6000.c (optimization_options): Likewise.
13126
13127         * config/i386/i386.md (decrement_and_branch_on_count): Remove.
13128         (doloop_end): New.
13129         (dbra_ge): Remove, as well as all it's splitters.
13130
13131         * config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
13132         (doloop_end): New.
13133
13134         * config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
13135         (ia64_register_move_cost): Declare.
13136         * config/ia64/ia64.c (ar_lc_reg_operand): New.
13137         (struct ia64_frame_info): Add ar_size.
13138         (ia64_compute_frame_size): Set it.
13139         (save_restore_insns): Save and restore ar.lc.
13140         (ia64_register_move_cost): New, moved from header file.  Handle
13141         application registers.
13142         (REG_AR_PFS, REG_AR_EC): Remove.  Replace with AR_*_REGNUM numbers.
13143         (emit_insn_group_barriers): Special case doloop_end_internal.
13144         (ia64_epilogue_uses): Mark ar.lc live at end.
13145         * config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
13146         (AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
13147         (FIRST_PSEUDO_REGISTER): Make room.
13148         (AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
13149         (FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
13150         (REG_ALLOC_ORDER): Update.
13151         (HARD_REGNO_MODE_OK): Update.
13152         (REGISTER_NAMES): Update.
13153         (enum reg_class): Add AR_M_REGS and AR_I_REGS.
13154         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
13155         (REGNO_REG_CLASS): Update.
13156         (LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
13157         (REGISTER_MOVE_COST): Move out of line.
13158         (PREDICATE_CODES): Update.
13159         * config/ia64/ia64.md (movdi patterns): Handle ar register classes.
13160         (addsi3_plus1_alt, adddi3_plus1_alt): New.
13161         (shladd_elim splitter): Allow constants in the predicate.
13162         (doloop_end, doloop_end_internal): New.
13163
13164 2000-07-30  Richard Henderson  <rth@cygnus.com>
13165
13166         * genattrtab.c (struct insn_def): Add lineno member.
13167         (struct insn_ent): Likewise.
13168         (struct attr_desc): Likewise.
13169         (struct delay_desc): Likewise.
13170         (struct function_unit_op): Likewise.
13171         (struct function_unit): Likewise.
13172         (check_attr_value): Use message_with_line.
13173         (check_defs): Likewise.
13174         (expand_units): Likewise.
13175         (check_attr_test): Take a lineno argument.
13176         (gen_attr): Likewise.
13177         (gen_insn): Likewise.
13178         (gen_delay): Likewise.
13179         (gen_unit): Likewise.
13180         (main): Give it to them.
13181         (convert_set_attr_alternative): Take an insn_def argument
13182         instead of num_alt and insn_index.
13183         (convert_set_attr): Likewise.
13184         (write_test_expr): Protect INSN_ADDRESSES load
13185         with INSN_ADDRESSES_SET_P.
13186
13187 2000-07-30  Richard Henderson  <rth@cygnus.com>
13188
13189         * flow.c (init_propagate_block_info): Use pc_set.
13190
13191 Sun Jul 30 20:58:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13192
13193         * i386.md (*lea_general_[123]) New insns and splits.
13194         (addsi3 to lea splitter): Handle other modes too.
13195         (shlsi3 to lea splitter): Likewise.
13196         (addhi_1_lea, shlhi_1_lea): New patterns.
13197         (addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
13198
13199 Sun Jul 30 20:51:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13200
13201         * recog.c (general_operand, nonimmediate_operand): Accept
13202         any mode for VOIDmode CONSTANT_P operands.
13203
13204 Sun Jul 30 20:42:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13205
13206         * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
13207         instead of replace_rtx.
13208         * recog.c (validate_replace_rtx_subexp): New function.
13209         * recog.h (validate_replace_rtx_subexp): Declare.
13210
13211 Sun Jul 30 20:38:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13212
13213         * combine.c (simplify_set, make_extraction, make_compound_operation
13214         make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
13215         as force_to_mode argument.
13216
13217 Sun Jul 30 20:30:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13218
13219         * combine.c (if_then_else_cond): Be sure that mode fits in
13220         HOST_WIDE_INT.
13221
13222 Sun Jul 30 20:27:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13223
13224         * combine.c (record_promoted_value):  Allow bitsize of mode
13225         to be equivalent to HOST_BITS_PER_WISE_INT.
13226
13227 Sun Jul 30 20:25:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13228
13229         * function.c (assign_stack_local_1, assign_stack_temp_for_type):
13230         Do not call gen_mode_alignment when mode is BLKmode.
13231
13232 Sun Jul 30 20:21:54 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13233
13234         * loop.c (express_from_1): Fix call of simplify_gen_binary.
13235
13236 Sun Jul 30 20:08:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13237
13238         * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
13239         VOIDmode implies both operands to be VOIDmode.
13240         (simplify_ternary_operation): Compute properly the mode of comparison.
13241         * combine.c (combine_simplify_rtx): Likewise.
13242
13243 2000-07-25  Michael Hayes  <mph@paradise.net.nz>
13244
13245         * basic-block.h (struct loops): New field rc_order.
13246         * flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
13247         (flow_loops_free): Free rc_order.
13248         (flow_depth_first_order_compute): New parameter rc_order.
13249         (flow_loops_find): Allocate rc_order and swap usage with
13250         dfs_order.
13251
13252 2000-07-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13253            Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13254
13255         * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
13256         (push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
13257         (nodb_call, return_from_epilogue): Likewise.
13258         (return_from_interrupt_epilogue, prologue, epilogue): Likewise.
13259         * config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
13260         * config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
13261         (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
13262         (c4x_valid_type_attribute_p): Likewise.
13263         * config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
13264         (FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.
13265
13266 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13267
13268         * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
13269         and loadhi_big_constant if applicable.
13270         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
13271         and add new splitter.s
13272
13273 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13274
13275         * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
13276
13277 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13278
13279         * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
13280
13281 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13282
13283         * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
13284
13285 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13286
13287         * config/c4x/libgcc.S (divqf3): Improve accuracy.
13288
13289 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
13290
13291         Put phi nodes after NOTE_INSN_BASIC_BLOCK.
13292         * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
13293         * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
13294         (get_prev_bb_note): Likewise.
13295         (remove_scope_notes): Likewise.
13296         * flow.c (commit_one_edge_insertion): Likewise.
13297         (merge_blocks_nomove): Likewise.
13298         (verify_flow_info): Likewise.
13299         * gcse.c (insert_insn_end_bb): Likewise.
13300         * reg-stack.c (emit_swap_insn): Likewise.
13301         * ssa.c (first_insn_after_basic_block_note): New function.
13302         (insert_phi_node): Use it.
13303         (rename_block): Likewise.
13304         (eliminate_phi): Likewise.
13305         (make_regs_equivalent_over_bad_edges): Likewise.
13306         (make_equivalent_phi_alternatives_equivalent): Likewise.
13307         (for_each_successor_phi): Likewise.
13308         (convert_from_ssa): Modify phi-node deletion algorithm.
13309
13310 2000-07-29  Andreas Jaeger  <aj@suse.de>
13311
13312         * configure.in (mips*-*-linux*): Use mips*el to check for little
13313         endian MIPS, add tmake_file.
13314
13315         * config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
13316         (SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
13317         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
13318
13319 2000-07-28  Richard Henderson  <rth@cygnus.com>
13320
13321         * config/ia64/ia64.c (ia64_print_operand): Fix typos.
13322         Sign extend mode size before negating.
13323
13324 2000-07-28  Richard Henderson  <rth@cygnus.com>
13325
13326         * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
13327
13328 2000-07-28  Bernd Schmidt  <bernds@cygnus.co.uk>
13329
13330         * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
13331         (cse_insn): Likewise.
13332         (addr_affects_sp_p): Likewise.
13333         * expr.c (move_by_pieces): Likewise.
13334         (clear_by_pieces): Likewise.
13335         * gcse.c (oprs_unchanged_p): Likewise.
13336         * haifa-sched.c (sched_analyze_2): Likewise.
13337         * recog.c (offsettable_address_p): Likewise.
13338         * regclass.c (record_address_regs): Likewise.
13339         * reload.c (find_reusable_reload): Likewise.
13340         (push_reload): Likewise.
13341         (operands_match_p): Likewise.
13342         (decompose): Likewise.
13343         (find_reloads_address_1): Likewise.
13344         (find_inc_amount): Likewise.
13345         * reload1.c (elimination_effects): Likewise.
13346         * resource.c (mark_set_resources): Likewise.
13347         * flow.c (attempt_auto_inc): New function; mostly broken out
13348         of find_auto_inc.
13349         (find_auto_inc): Split into two functions and enhanced to
13350         generate POST_MODIFY.
13351         * rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
13352         * rtl.h (count_all_occurrences):  Declare.
13353         (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
13354         defined.
13355         * rtlanal.c (count_all_occurrences): New function.
13356         * tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
13357         HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
13358
13359         * config/ia64/ia64-protos.h (destination_operand): Declare.
13360         * config/ia64/ia64.c (destination_operand): New function.
13361         (ia64_print_operand): Handle POST_MODIFY.
13362         (rtx_needs_barrier): Likewise.
13363         * config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
13364         (HAVE_POST_MODIFY_REG): Define to 1.
13365         (MAX_REGS_PER_ADDRESS): Change to 2.
13366         (GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
13367         (LEGITIMATE_ADDRESS_REG): New helper macro.
13368         (LEGITIMATE_ADDRESS_DISP): Likewise.
13369         (PREDICATE_CODES): Add entry for destination_operand.
13370         * config/ia64/ia64.md (all mov patterns): Use destination_operand
13371         predicate for operand 0.
13372
13373 2000-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13374
13375         * dwarf2out.c: Indent #error directive.
13376
13377         * gbl-ctors.h: Fix typo in comment.
13378         (__do_global_ctors): Prototype.
13379
13380         * gcse.c (record_one_set, pre_delete): Remove unused variables.
13381
13382         * rs6000.c (rs6000_maybe_dead): Delete unused prototype.
13383         (print_operand): Initialize variable `t'.
13384
13385 2000-07-27  Aldy Hernandez  <aldyh@redhat.com>
13386
13387         * config/arm/arm.md ("call_value"): removed constraints.
13388         Constraints are ignored in expanders.
13389         (*call_value_reg): split =rf into various constraints.
13390         (*call_value_mem): same
13391         (*call_value_symbol): same
13392         (*sibcall_value_insn): same
13393
13394 2000-07-28  Philipp Thomas  <pthomas@suse.de>
13395
13396         * install.texi (--enable-nls): Change the description of the NLS
13397         related configure options to match the current state.
13398         (--with-included-gettext): Likewise.
13399         (--enable-maintainer-mode): New description added.
13400         * extend.texi (-fstrict-prototype): Add missing '.'.
13401
13402 2000-07-27  Jim Wilson  <wilson@cygnus.com>
13403
13404         * dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
13405         DECL_INITIAL (decl) == NULL_TREE.
13406
13407 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13408
13409         * Makefile.in (INSN_ATTR_H): New macro.  Replace all dependencies
13410         on insn-attr.h with it.
13411         * genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
13412         * insn-addr.h: New header.
13413         (insn_addresses_): Renamed from insn_addresses.
13414         (INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
13415         INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
13416         INSN_ADDRESSES_NEW): New macros.
13417         * genattrtab.c (write_test_expr): Use new macros.
13418         * final.c (insn_addresses, init_insn_lengths): Likewise.
13419         (align_fuzz, shorten_branches): Likewise.
13420         (final): Likewise.  Do not reject new insns if their addresses
13421         have been added to INSN_ADDRESSES.
13422         * config/arm/arm.c, config/avr/avr.c: Use new macros.
13423         * config/h8300/h8300.c, config/i370/i370.c: Likewise.
13424         * config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
13425         * config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
13426         * config/sh/sh.c: Likewise.
13427         (output_branchy_insn): Use INSN_ADDRESSES_NEW.
13428
13429         * Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
13430
13431 2000-07-27  Andrew Cagney  <cagney@b1.cygnus.com>
13432
13433         * gcc.c (struct prefix_list): Add member priority.
13434         (enum path_prefix_priority): Declare.
13435         (add_prefix): Replace ``first'' with ``priority''.  Append new
13436         entry but keep list in priority order.
13437         (process_command): Update.  Pass PREFIX_PRIORITY_B_OPT or
13438         PREFIX_PRIORITY_LAST to add_prefix.
13439         (process_command): Move include kludge - foo/stageN - to before
13440         foo/include.
13441
13442 2000-07-27  Jason Merrill  <jason@redhat.com>
13443
13444         * dwarf2out.c (gen_typedef_die): Abort if we get identical
13445         TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
13446
13447 2000-07-27  RodneyBrown  <RodneyBrown@pmsc.com>
13448
13449         * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
13450         * tree.h (get_alias_set, lang_get_alias_set): Prototype.
13451
13452 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
13453
13454         * c-decl.c (finish_function): Don't treat 'main' specially unless
13455         flag_hosted.  In C99 mode, return 0 from 'main' unless
13456         DEFAULT_MAIN_RETURN is otherwise defined.
13457
13458         * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
13459         parameters defaulting to int in an old-style function definition.
13460
13461 2000-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13462
13463         * c-parse.in (string): For -Wtraditional, warn about string
13464         concatenation only once per line.
13465
13466 Thu Jul 27 09:25:17 2000  Akiko Matsushita  <matusita@sra.co.jp>
13467
13468         * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
13469         for HI-UX/WE2 systems.
13470
13471 2000-07-24  Bruce Korb  <bkorb@gnu.org>
13472
13473         * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
13474         defining the __xxx_TYPE__ macros.
13475         * fixincl/fixincl.tpl(gnu_type_map): now obsolete
13476         * fixincl/fixlib.h: don't need to include "tm.h" anymore
13477         * fixincl/inclhack.def(type_map): now obsolete
13478
13479 Thu Jul 27 11:54:17 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13480
13481         * cpp.texi: Append a trailing full-stop to xrefs where needed.
13482
13483 2000-07-26  Dave Pitts  <dpitts@cozx.com>
13484
13485         * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
13486         routine constants.
13487         (mvs_hash_alias): New function.
13488         (mvs_add_alias): Change argument spacing.
13489         (mvs_need_alias): Change aliasing criteria. Added documentation.
13490         (mvs_get_alias): Change to use hashed name. The hashed name prevents
13491         CSECT name collisions.
13492         (mvs_check_alias): Likewise.
13493         (handle_pragma): Change documentation.
13494         * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
13495         mode from SImode to DImode.
13496         (iorhi3): Changed LTORG size for insn.
13497
13498 Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
13499
13500         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
13501         mem if the address is a mode_dependent_address_p.
13502
13503 2000-07-26  Kazu Hirata  <kazu@hxi.com>
13504
13505         * h8300.c (print_operand): Print ":8" when the 'R' operand is
13506         suitable for 8-bit absolute.
13507         * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
13508         (OK_FOR_U): Add a case for the 8-bit constant address on the
13509         H8/300H.
13510
13511 Wed Jul 26 19:26:21 2000  Hans-Peter Nilsson  <hp@axis.com>
13512
13513         * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
13514         && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
13515         ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
13516         lack of implemented alignment.
13517
13518 2000-07-26  Geoffrey Keating  <geoffk@cygnus.com>
13519
13520         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
13521         cross-compiling between 64-bit and 32-bit machines.
13522
13523 2000-07-27  Richard Henderson  <rth@cygnus.com>
13524
13525         * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
13526         (movhicc_astep, movhi_internal_astep): New.
13527         (movsicc_astep, movsi_internal_astep): New.
13528         (movdicc_astep, movdi_internal_astep): New.
13529         (movsfcc_astep, movsf_internal_astep): New.
13530         (movdfcc_astep, movdf_internal_astep): New.
13531         (movxfcc_astep, movxf_internal_astep): New.
13532         (cmovdi_internal_astep, cmovsi_internal_astep): New.
13533         Unify the cmov[ds]i splitters.
13534
13535 2000-07-27  Rodney Brown  <RodneyBrown@pmsc.com>
13536
13537         * real.c (asctoeg): Rename `error' label to unexpected_char_error
13538
13539 2000-07-26  Nick Clifton  <nickc@cygnus.com>
13540
13541         * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
13542         __arm__.  Allow it to be defined by CPP_ISA_SPEC in arm.h
13543
13544         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
13545         well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
13546
13547 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
13548
13549         * c-decl.c (finish_enum): Convert enumerations that fit in an
13550         `int' to `int'.
13551         (build_enumerator): In pedantic mode, cast to `int' those that
13552         don't.
13553
13554 2000-07-25  Rodney Brown  <RodneyBrown@pmsc.com>
13555
13556         * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
13557
13558 Tue Jul 25 23:08:33 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13559
13560         * sh.md (cmpgtdi_t): Must be split.
13561         (cmpgtdi_t+1): New splitter.
13562
13563 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
13564
13565         * cpplib.c (_cpp_check_directive): Issue -Wtraditional
13566         warnings for indented directives even if we are skipping.
13567
13568 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13569
13570         * invoke.texi (strict-prototypes): Remove.
13571         * extend.texi (Deprecated Features): Add strict-prototypes.
13572         (Backwards Compatibility): New node.
13573
13574 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13575
13576         * config/i386/i386.md (andsi_1+1): Allow HImode.
13577         (andsi_1+2): Require q_regs_operand.
13578
13579 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13580
13581         * config/i386/i386.md (call_pop): Check operands[0],
13582         not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
13583         (call): Likewise.
13584         (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
13585         (call_value): Likewise.
13586
13587 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
13588
13589         * toplev.c (pipe_closed): Delete.
13590         (crash_signal): New.  Generate ICE for a fatal signal.
13591         (float_signal): Call crash_signal outside a float-handler
13592         block, not abort.
13593         (main): Install crash_signal as handler for core-dumping signals.
13594
13595 2000-07-25  David Edelsohn  <edelsohn@gnu.org>
13596
13597         * rs6000.c (print_operand, case 'T'): New case.
13598
13599         * rs6000.md (call_indirect_aix32): Convert to expander of
13600         scheduled instructions.
13601         (call_indirect_aix64): Likewise.
13602         (call_value_indirect_aix{32,64}): Likewise.
13603         (call, call_value): Invoke expanders for AIX.  Fall through to
13604         matchers for SysV.
13605         (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
13606         (call_value_indirect_nonlocal_aix{32,64}): New patterns.
13607         (call_nonlocal_aix32): Remove CALL_LONG alternative.  Operand 1
13608         only "g" constraint.
13609         (call_nonlocal_aix64): Likewise.
13610         (call_value_nonlocal_aix{32,64}): Likewise.
13611         (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
13612         operands.
13613         (call_value_nonlocal_sysv): New pattern.
13614         (indirect_jump{si,di}): Use new 'T' modifier.
13615         (tablejump{si,di} matchers): Likewise.
13616         (return_internal_{si,di}): Likewise.
13617         (return_eh_{si,di}): Likewise.
13618
13619 2000-07-24  Richard Henderson  <rth@cygnus.com>
13620
13621         * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
13622         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
13623         * config/ia64/ia64.md (movdi_internal): Use it.
13624
13625 2000-07-24  Zack Weinberg  <zack@wolery.cumb.org>
13626
13627         * cppexp.c: Warn about unary + if -Wtraditional.
13628         * cpplex.c (lex_line): Always set BOL on the first token of a line.
13629
13630 2000-07-24  Michael Meissner  <meissner@redhat.com>
13631
13632         * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
13633         unsupported macro.
13634
13635 2000-07-24  Nick Clifton  <nickc@cygnus.com>
13636
13637         * config/arm/arm.c (emit_multi_reg_push): Generate a
13638         REG_FRAME_RELEATED_NOTE that is compatable with the code in
13639         dwarf2out_debug_frame_expr.
13640
13641 2000-07-24  Jason Merrill  <jason@redhat.com>
13642
13643         * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
13644         UNALIGNED_INT_ASM_OP.
13645         (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
13646         a location expression.
13647         (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff.  Don't
13648         assume indirect access if we're saving the CFA address exactly.
13649
13650         * Makefile.in (bootstrap): Move -BstageN/ to the end.
13651
13652 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
13653
13654         * tradcpp.c (main): Update max_include_len for cpp_include_defaults
13655         as well.
13656
13657 2000-07-24  Michael Meissner  <meissner@redhat.com>
13658
13659         * invoke.texi (D30V Options): Add d30v options.
13660
13661 Mon Jul 24 02:04:52 2000  Jeffrey A Law  (law@cygnus.com)
13662
13663         * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
13664         needed by our gcse pass anymore.
13665         (free_pre_mem): Corresponding changes.
13666         (compute_pre_data): Do not call compute_transpout anymore.
13667
13668         * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
13669         (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
13670         changes.
13671
13672         * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
13673         (compute_pre_data): Do it here instead.
13674
13675         * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
13676         'temp_bitmap'.
13677         (pre_delete): Corresponding changes.
13678
13679 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
13680
13681         * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
13682         to figure out whether or not a variable has already been emitted.
13683
13684 Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>
13685
13686         * config/i860/i860.md (untyped_call expander): Use GEN_CALL
13687         instead of gen_call.
13688
13689 Sun Jul 23 11:52:03 2000  George Helffrich (george@gly.bris.ac.uk)
13690
13691         * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
13692
13693 2000-07-23  Kazu Hirata  <kazu@hxi.com>
13694
13695         * h8300.c: Fix formatting.
13696
13697 2000-07-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13698
13699         * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
13700         for `long' switch expression into a plain warning.
13701
13702         * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
13703         (yylex): Don't pedwarn for "inline" in C99 mode.
13704
13705         * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
13706         with %p.
13707         * ggc-page.c (debug_print_page_list, alloc_page, free_page,
13708         ggc_alloc): Likewise.
13709         * bb-reorder.c (dump_scope_forest_1): Likewise.
13710
13711 2000-07-22  Aldy Hernandez  <aldyh@redhat.com>
13712
13713         * reload.c (find_reloads_toplev): Add new parameter
13714         "address_reloaded".
13715         (find_reloads): Add new parameter to find_reloads_toplev calls.
13716
13717 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13718
13719         * collect2.c (main): Typo fixed.
13720         * diagnostic.c: Typo fixed.
13721         * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
13722         * eh-common.h: Typo fixed.
13723         * emit-rtl.c (start_sequence): Typo fixed.
13724         * flow.c (find_label_refs): Typo fixed.
13725         (calculate_global_regs_live): Typo fixed.
13726         (mark_regno_cond_dead): Typo fixed.
13727         (create_edge_list): Typos fixed.
13728         (verify_edge_list): Typo fixed.
13729         * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
13730         * loop.c (strength_reduce): Typo in function name fixed.
13731         * rtl.h: Added comments.  Typo in function name fixed.
13732         * rtlanal.c: Typo in function name fixed.
13733         (insn_dependant_p): Rename to ...
13734         (insn_dependent_p): ... this.
13735         (computed_jumo_p): Typo fixed.
13736
13737 2000-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13738
13739         * system.h (__FUNCTION__): Wrap definition in #ifndef.
13740
13741 2000-07-21  David Edelsohn  <edelsohn@gnu.org>
13742
13743         * rs6000.h (SIZE_TYPE): Define.
13744
13745 2000-07-21  Mark Mitchell  <mark@codesourcery.com>
13746
13747         * ssa.c (rename_insn_1): Don't rename registers that are
13748         CLOBBERed.
13749
13750 2000-07-21  Zack Weinberg  <zack@wolery.cumb.org>
13751
13752         * diagnostic.c (trim_filename, fancy_abort): Moved here from
13753         rtl.c.
13754         (fatal_function, set_fatal_function): Removed.
13755         (fatal): Don't prepare for or call the fatal_function.
13756         (diagnostic_lock, error_recursion): New.
13757         (diagnostic_for_decl, report_diagnostic): Guard against
13758         re-entering the error reporting routines.
13759         (fancy_abort): Assume function is not NULL.
13760
13761         * errors.c (fancy_abort): New.  Assume function is not NULL.
13762         * tradcpp.c (fancy_abort): Assume function is not NULL.
13763
13764         * system.h: Provide default definition of __FUNCTION__.
13765         * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
13766         Always use __FUNCTION__ in definition of abort.
13767         * tree.h: Likewise.
13768         * varray.h: Likewise.
13769         * toplev.h: Likewise.  Don't prototype set_fatal_function.
13770
13771 2000-07-20  Geoff Keating  <geoffk@cygnus.com>
13772
13773         * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
13774         in 64-bit mode.
13775         * glimits.h: Don't do #if defined for ARCH_PPC.
13776
13777         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
13778         constants of size no larger than a pointer should go in the TOC.
13779         Add 'MODE' parameter.
13780         (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
13781         ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
13782         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
13783         * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
13784         * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
13785         * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
13786         (rs6000_legitimize_address): Likewise.
13787         (rs6000_emit_move): Likewise.
13788         (rs6000_select_rtx_section): Likewise.
13789         (output_toc): Deal properly with outputting small constants like
13790         HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
13791         * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
13792         MODE parameter.  Put small constants in the TOC.
13793
13794         * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
13795         easy in SImode.
13796         (rs6000_emit_move): When reload calls us with an illegitimate
13797         address, exit early.  Move the change_address calls to one place
13798         at the end of the routine.  Merge the SImode and DImode expanders.
13799         When called by reload to put an integer into a FP register, force
13800         it to memory.
13801
13802         * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
13803         field.
13804         (rs6000_hash_constant): Hash mode too.
13805         (toc_hash_function): Allow for key_mode.
13806         (toc_hash_eq): Structures are different if key_mode differs.
13807         (output_toc): Add 'mode' parameter.  Save key_mode.
13808         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
13809         Pass 'mode' parameter.
13810         * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
13811
13812         * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
13813         for vtable references.
13814
13815         * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
13816         choice, don't put integer values in FP regs.
13817
13818 Thu Jul 20 18:13:52 2000  Jeffrey A Law  (law@cygnus.com)
13819
13820         * flow.c (verify_flow_info): Revamp code to verify that the
13821         head and end of each basic block are in the insn chain.
13822
13823 Thu Jul 20 18:02:35 2000  Michael Matz <matzmich@cs.tu-berlin.de>
13824
13825         * gcse.c (record_one_set): Prepend instead of append onto
13826         reg_set_table, making it O(n) instead O(n^2).
13827         * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
13828         Use a queue instead of a stack as worklist.
13829
13830 2000-07-20  Kazu Hirata  <kazu@hxi.com>
13831
13832         * h8300.c (two_insn_adds_subs_operand): Fix a typo.
13833         * h8300.h (OK_FOR_T): New.
13834         (EXTRA_CONSTRAINT): Support OK_FOR_T.
13835         * h8300.md: Use inc/dec.[wl] for increment/decrement
13836         by 1 and 2 in HI and SI modes.
13837
13838 2000-07-20  Jim Wilson  <wilson@cygnus.com>
13839
13840         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
13841         larger than 14 bits.
13842
13843 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13844
13845         * cppmacro.c (CAN_PASTE_AFTER): New macro.
13846         (count_params): Don't set GNU_REST_ARGS on anything.
13847         (save_expansion): Set PASTE_LEFT only on tokens for which
13848         CAN_PASTE_AFTER is true, or which are named operators.
13849
13850         * cpplex.c (parse_args): Distinguish between a rest argument
13851         given one empty argument, and a rest argument given zero arguments.
13852         (maybe_paste_with_next): Look for VOID_REST tag, and trigger
13853         deletion of previous token based on that.
13854         (get_raw_token): Flatten some control structure.
13855
13856         * cpplib.h (CPP_LAST_EQ): Correct.
13857         (VOID_REST): New token flag.
13858         (GNU_REST_ARGS): Delete.
13859
13860         * tradcpp.c (main): Don't munge -D options.
13861         (make_definition): Bring -D handling in line with cpplib.
13862         (do_define): Strip all leading whitespace from macro definitions.
13863
13864 2000-07-20  David Billinghurst <David.Billinghurst@riotinto.com.au>
13865
13866         * Makefile.in (tradcpp): Depend on intl.o and version.o.
13867
13868 2000-07-20  Bruce Korb  <bkorb@gnu.org>
13869
13870         * fixincl/check.tpl: strip the platform specific types before testing
13871         * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
13872         * fixincl/fixincl.tpl: use platform specific types
13873         * fixincl/fixlib.h: include the platform specific types
13874         * fixincl/inclhack.def(gnu_types): don't supply the types
13875         * fixincl/fixincl.x: regen
13876
13877 2000-07-19  Jim Wilson  <wilson@cygnus.com>
13878
13879         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
13880         GR_REGS.
13881
13882 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
13883
13884         * tradcpp.c (rescan): Do not recognize directives when the #
13885         is indented.
13886
13887 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
13888
13889         Implement C++ named operators.
13890
13891         * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
13892         of operators allowed in #if and having an _EQ variant.  Add
13893         CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
13894         (cpp_token flags): Add NAMED_OP.
13895         (enum node_type): Add T_OPERATOR.
13896         (struct cpp_hashnode): Add code slot to value union.
13897         * cpphash.h (spec_nodes): Remove n_defined.
13898
13899         * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
13900         (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
13901         (is_macro_disabled): Tweak error messages.
13902
13903         * cpplib.c (get_define_node): Disallow all named operators as
13904         macro names.  Tweak error messages.
13905         (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
13906
13907         * cppinit.c (builtin_array): Add entries for the named operators.
13908         * cppexp.c (lex): Check for CPP_DEFINED token.
13909         (priority table): Add entries for CPP_MIN and CPP_MAX.
13910         (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
13911
13912 2000-07-19  Bernd Schmidt  <bernds@cygnus.co.uk>
13913
13914         * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
13915         larger than the array of cuids.
13916         (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
13917         cuids.
13918
13919 2000-07-19  Bruce Korb  <bkorb@gnu.org>
13920
13921         * fixinc/fixincl.c:  Convert to using a table of environment variables
13922         and activate the auto-edit marker on the fixed output files.
13923         * fixinc/fixlib.h:  Define the environment table
13924         * fixinc/fixincl.sh: export the ${INPUT} dir
13925         * fixinc/check.tpl: likewise
13926
13927 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
13928
13929         * gcc.c (.h spec): Fix typo.
13930
13931 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
13932
13933         * Makefile.in: Fix tradcif.c path.
13934
13935 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
13936
13937         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
13938           macros, not five.
13939
13940         * cpphash.h (TOKEN_NAME): New macro.
13941         (_cpp_spell_operator): Deleted.
13942         (token_spellings): Now _cpp_token_spellings.
13943
13944         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
13945         * cpplex.c: Use OP and TK macros when expanding the
13946         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
13947         store the stringification of the enumeration name (CPP_CHAR,
13948         etc.) in the name slot of token_spellings.
13949         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
13950         token_spellings directly.
13951         * cpplib.c: Use TOKEN_SPELL.
13952
13953         * cpplex.c (_cpp_push_token): If the token being pushed back
13954         is the previous token in this context, just subtract one from
13955         context->posn.
13956         * cppmacro.c (save_expansion): Clear aux field when storing a
13957         placemarker.
13958
13959 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
13960
13961         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
13962         buffer, provided it is not NULL.
13963
13964 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
13965
13966         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
13967         case of invalid volatile re-declaration.
13968
13969 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
13970
13971         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
13972         (expand_call): Adjust caller.
13973
13974 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
13975
13976         * diagnostic.h (report_diagnostic): Change prototype.
13977
13978         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
13979         diagnostic_for_decl):  Change prototype.
13980         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
13981         error, warning, error_with_file_and_line,
13982         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
13983         Adjust call to report_diagnostic, diagnostic_for_decl.
13984         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
13985         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
13986
13987         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
13988         varaible argument list.
13989
13990 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
13991
13992         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
13993         moved to cppmacro.c.
13994         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
13995         dump_hash_helper): Delete.
13996         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
13997         cpp_forall_identifiers): New. Implement specialized version of
13998         Vlad's expandable hash table.
13999         (cpp_lookup): Use new functions.
14000         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
14001         implementation.
14002         * cppmacro.c: New file.
14003         * cppinit.c (dump_macros_helper): New.
14004         (cpp_finish): Iterate over the identifier table directly.
14005         * cpplex.c (parse_name): Calculate the hash of the identifier
14006         while we scan it.  Use _cpp_lookup_with_hash when we can.
14007
14008         * cpphash.h: Update prototypes.
14009         (xcnewvec, HASHSTEP): New helper macros.
14010         * cpplib.h: Update prototypes.
14011         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
14012         (cppmacro.o): New rule.
14013         (cpphash.o): Update deps.
14014
14015         * cppmain.c: Do not set pfile->printer if no_output is on.
14016
14017 2000-07-15  Neil Booth  <neilb@earthling.net>
14018
14019         * cpplib.c: Change all directive-handler functions to return
14020         void, not int.
14021         * cpphash.h: Update typedefs.
14022
14023 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
14024
14025         * configure: Regenerate.
14026
14027         * extend.texi (Extended Asm): Mention that a memory clobber
14028         does not count as a side-effect.
14029
14030         * unroll.c (copy_loop_body): Fix one instance of using host
14031         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
14032         cross-compile.
14033
14034         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
14035
14036 2000-07-17  Richard Henderson  <rth@cygnus.com>
14037
14038         * config/ia64/ia64.md (movdi): Split out load address code.
14039         New post-reload splitter for symbolic operands.
14040         (movdi_internal): Abort if we didn't split symbolic operands
14041         when we should have.
14042         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
14043         (ia64_reorg): Split insns when not optimizing.
14044         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
14045
14046 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14047
14048         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
14049         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
14050
14051 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
14052
14053         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
14054
14055 2000-07-17  Jason Merrill  <jason@redhat.com>
14056
14057         * Makefile.in (clean): Remove libgcc directory.
14058
14059         * configure.in (-Wno-long-long check): Use higher-level macros.
14060
14061 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
14062
14063         * simplify-rtx.c (simplify_binary_operation): Recognize
14064            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
14065         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
14066            a CONST_INT, it will always be zero.
14067
14068 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
14069
14070         * loop.c (check_dbra_loop) : Return if more than one condition is
14071         present to control the loop.
14072
14073 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
14074
14075         * mips.c (mips_expand_prologue): Don't calculate the last argument
14076         register unless we need it.  When we are calculating this, make
14077         sure FUNCTION_ARG is giving us a REG.
14078
14079 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14080
14081         * flow.c (libcall_dead_p): Use single_set to verify the insn
14082         has only one set and get for analysis.
14083         (propagate_one_insn): Don't pass the PATTERN of the insn.
14084
14085 2000-07-17  Mark Klein <mklein@dis.com>
14086
14087          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
14088
14089 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14090
14091         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
14092         * configure.in (TARGET_GETGROUPS_T): Evaluate.
14093         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
14094         of second argument of getgroups.
14095         * configure, config.in: Rebuilt.
14096
14097 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
14098
14099         * simplify-rtx.c (simplify_relational_operation): Two signed
14100         values with equal high words are less/greater than each other if
14101         their low words are less/greater when considered as unsigned.
14102
14103 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
14104
14105         * configure.in (vax-*-openbsd):  Change to new style configuration,
14106         add collect2/float_format information.
14107         * configure:  Rebuilt.
14108         * config/vax/openbsd1.h:  New.
14109         * config/vax/openbsd.h:  New.
14110         * config/vax/t-openbsd:  New.
14111
14112 2000-07-17  Chip Salzenberg  <chip@valinux.com>
14113
14114         * c-common.c (shorten_compare): Quiet warnings about unsigned
14115         comparisons with zero when they occur in a system header.
14116
14117 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14118
14119         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
14120         update to describe current practice.
14121
14122         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
14123
14124         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
14125         references to C9X.  Change references to -fstd and -flang-isoc9x
14126         to refer to -std.
14127
14128         * c-common.c (scan_char_table): Allow "z" length modifiers on
14129         diouxXn formats.
14130         (check_format_info): Use TYPE_DOMAIN on the type matched against
14131         for "z" formats, to retrieve the language size_t rather than the
14132         internal one.
14133
14134         * c-common.c (check_format_info): Do not make a pedantic objection
14135         to the 'L' length modifier if used with a floating point type
14136         character.
14137
14138         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
14139         constants in C99 mode.
14140
14141 2000-07-17  Kazu Hirata  <kazu@hxi.com>
14142
14143         * h8300.md: Fix the format of mac.
14144         (movsi_h8300hs): Output a tab after stmac instead of a space.
14145
14146         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
14147         profitable adds/subs sequences.
14148
14149         * fold-const.c: Fix comment typos.
14150
14151 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
14152
14153         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
14154
14155 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14156
14157         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
14158
14159 2000-07-16  Neil Booth  <NeilB@earthling.net>
14160
14161         * cpplex.c: Update comments.
14162         * README.Portability: Small update.
14163
14164 2000-07-16  Neil Booth  <NeilB@earthling.net>
14165
14166         * README.Portability:  Small update.
14167
14168 2000-07-15  Richard Henderson  <rth@cygnus.com>
14169
14170         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
14171         * config/ia64/ia64.c (ia64_move_ok): New function.
14172         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
14173         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
14174
14175 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
14176
14177         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
14178         immediately following a paste operator.
14179         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
14180         (cpp_reader_init): Call it, if HOST_EBCDIC.
14181         (cpp_handle_options): Do not sort option list here.
14182         (handle_option): Rename to cpp_handle_option and export.
14183         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
14184         _cpp_get_token directly.
14185         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
14186         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
14187         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
14188         cpp_scan_line.
14189
14190 2000-07-15  Richard Henderson  <rth@cygnus.com>
14191
14192         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
14193         cast around an expression.  Tidy other unsigned tests.
14194
14195 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
14196
14197         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
14198         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
14199         (v_message_with_decl): Rename to ...
14200         (format_with_decl): ... this. Tweak
14201         (diagnostic_for_decl): New function.
14202         (fatal_io_error): Use verbatim in lieu of notice.
14203         (announce_function): Use verbatim.
14204         (default_print_error_function): Likewise.
14205         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
14206         infratructure.
14207
14208 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14209
14210         * mips.c (function_arg_pass_by_reference): Don't do automatic
14211         aggregate initialization.
14212         (machine_dependent_reorg): Initialize variable `mode'.
14213
14214         * mips.md (absdi2): Change variable `regno1' to unsigned int.
14215         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
14216         conflicts with sys/param.h macro of the same name.
14217         (reload_outdi): Likewise.
14218
14219 2000-07-15  Michael Meissner  <meissner@redhat.com>
14220
14221         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
14222         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
14223         create a new node instead.
14224
14225 2000-07-15  Neil Booth  <NeilB@earthling.net>
14226
14227         * README.Portability: Correct example about calling a function
14228         through a pointer to function.  Format wide paragraphs.
14229
14230 2000-07-15  Michael Meissner  <meissner@redhat.com>
14231
14232         * README.Portability: Update integer suffixes and function
14233         prototype sections.
14234
14235 2000-07-15  Neil Booth  <NeilB@earthling.net>
14236
14237         * README.Portability: Small update.
14238
14239 2000-07-15  Neil Booth  <NeilB@earthling.net>
14240
14241         * README.Portability: New file.
14242
14243 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
14244
14245         * INSTALL: Give special instructions for building GCC on Irix 6.
14246         * config/mips/x-iris6 (CC): Don't set it.
14247         (OLDCC): Likewise.
14248
14249 2000-07-14  Jason Merrill  <jason@redhat.com>
14250
14251         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
14252         register in the stack and later in another register, use the new
14253         register.
14254
14255 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
14256
14257         * config/mips/mips.md: (absdi2): Handle sign_extend for
14258         second operand.
14259
14260 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
14261
14262         * cpplib.c (do_pragma_dependency): Tidy warning messages.
14263
14264 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
14265
14266         * .cvsignore: Correct typo.
14267
14268 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
14269
14270         * .cvsignore: Add generated YACC files.
14271         * objc/.cvsignore: New file.
14272
14273 2000-07-14  Neil Booth  <NeilB@earthling.net>
14274
14275         * cpplex.c (adjust_column): New funcion.
14276         (skip_whitespace): Use it.
14277         (skip_block_comment): Use it, and warn about /*/* with
14278         -Wcomments.
14279
14280 2000-07-14  Neil Booth  <NeilB@earthling.net>
14281
14282         * cpphash.c (struct macro_info): Add new members.
14283         (_cpp_free_definition): Delete the macro directly.
14284         (count_params): Return void, with first token of
14285         expansion in struct macro_info on success.
14286         (parse_define): Return int.  Hoist syntax checking from
14287         save_macro_expansion.  Leave call to save_expansion to
14288         _cpp_create_definition.
14289         (alloc_macro): Needs just 2 arguments.
14290         (free_macro): Delete.
14291         (save_expansion): Don't perform syntax check.
14292         (_cpp_create_definition): Call save_expansion.
14293
14294 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14295
14296         * genrecog.c (write_header): Split long string.
14297
14298         * cpphash.c (macro_info): Don't use the `signed' keyword.
14299
14300         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
14301
14302 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
14303
14304         * calls.c (stored_args_map): New variable.
14305         (check_sibcall_argument_overlap_1): New.
14306         (check_sibcall_argument_overlap): New.
14307         (expand_call): Initialize stored_args_map.
14308         Call check_sibcall_argument_overlap.
14309
14310 2000-07-13  Bruce Korb  <bkorb@gnu.org>
14311
14312         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
14313         (emit_gnu_type): utility procedure for gnu_type_fix
14314         (gnu_type_fix): implement various pre-processor guards around
14315         standard types so these types can be defined over and over
14316         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
14317         types alluded to above will have GNU-compliant base types
14318         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
14319         * fixinc/inclhack.def: add test_text entries and utilize the new
14320         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
14321         * fixinc/fixincl.x: regenerate
14322
14323 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
14324
14325         * diagnostic.c (vline_wrapper_message_with_location,
14326         v_message_with_file_and_line, v_error_with_file_and_file,
14327         v_error_for_asm, v_warning_for_asm, vfatal,
14328         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
14329         vsorry, verror, vwarning, vpedwarn): Remove.
14330         (diagnostic_for_asm): New function.
14331         (pedwarn, error, warning, pedwarn_with_file_and_line,
14332         error_with_file_and_line, warning_with_file_and_line, sorry,
14333         error_for_asm, warning_for_asm, fatal): Reimplement.
14334         (finish_diagnostic): Clear diagnostic info as well.
14335
14336 2000-07-13  Neil Booth  <NeilB@earthling.net>
14337
14338         * c-common.h (flag_digraphs): New.
14339         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
14340         * c-lex.c (yylex): Use flag_digraphs to decide whether to
14341         honour digraphs.
14342
14343 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
14344
14345         * gcc.c (do_spec_1): Add new %B operator.
14346         (set_input): Prepare for %B.
14347
14348         (link_command_spec): Move up with the other tm.h-
14349         overrideable specs.  Factor out the portion conditional on
14350         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
14351         (struct compiler): Just have a single spec string.  All users
14352         updated.
14353         (default_compilers): Remove unnecessary braces.
14354         (static_specs): Update.
14355
14356         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
14357         named specs.
14358         (C and assembly specs): Use the new named specs, as appropriate.
14359
14360         * objc/lang-specs.h: Use the new named specs.
14361         Remove unnecessary braces.
14362
14363 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14364
14365         * gcc.c (execute): If a subprocess gets a fatal signal, report
14366         strsignal() of the signal number, and ask for a bug report.
14367         Do not do this for SIGPIPE if there's already been an error.
14368
14369         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
14370         Delete pipe_closed.
14371
14372         * tradcif.c: Remove.
14373
14374 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14375
14376         * final.c (profile_function): Do not emit profile counters in
14377         the data section, if NO_PROFILE_COUNTERS is defined.
14378         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
14379         FUNCTION_PROFILER.
14380
14381         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
14382         (FUNCTION_PROFILER): Just emit a call to mcount.
14383
14384 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14385
14386         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
14387
14388         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
14389         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
14390         traditional, lang_chill, or lang_fortran.
14391
14392         * cppfiles.c: #undef strcmp to suppress warning about macros
14393         used without arguments.
14394         (_cpp_execute_include): Use f, not fname, in "No include path"
14395         error.
14396         (_cpp_pop_file_buffer): New function.
14397         * cpplib.c: Don't include <sys/mman.h>.
14398         (cpp_push_buffer): Set line_base and lineno in new buffer.
14399         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
14400
14401         * cpplex.c: Move all prototypes and structure declarations to the
14402         top of the file.  Properly parenthesise some macro arguments.
14403         (cpp_scan_line): New function.
14404         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
14405         don't need to walk up the stack counting.
14406
14407 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14408
14409         * c-common.c (combine_strings): Emit a pedantic warning when a
14410         string length is greater than the minimum ANSI C is required
14411         to support.
14412
14413 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
14414
14415         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
14416         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
14417
14418 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14419
14420         * c-decl.c (define_label): Warn about identifier conflicts with
14421         labels in traditional C.
14422
14423         * c-parse.in (unop +): Warn about the unary plus operator for
14424         traditional C.
14425
14426         * c-typeck.c (store_init_value): Warn about automatic aggregate
14427         initialization for traditional C.
14428
14429         * invoke.texi (-Wtraditional): Document new warnings.
14430
14431 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14432
14433         * Makefile.in (c-errors.o): Fix thinko in dependency.
14434
14435 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14436
14437         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
14438         -traditional, -ftraditional, or -traditional-cpp was given.
14439         Do not pass -traditional to the preprocessor.
14440         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
14441         preprocessor does it automatically.
14442         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
14443
14444         * ch/lang-specs.h: Always use tradcpp.  Do not pass
14445         -traditional, -trigraphs, or -pedantic to the preprocessor.
14446         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
14447         _LANGUAGE_FORTRAN.
14448
14449 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14450
14451         * cppexp.c (LOGICAL): Delete macro.
14452         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
14453         and && directly.
14454
14455         * cpphash.c (HASHSIZE): Increase to 4096.
14456         (struct hashdummy): Add hash field.
14457         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
14458         the string values using memcmp.
14459         (cpp_lookup): Set dummy.hash.
14460
14461 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
14462
14463         * configure.in (m88k-openbsd): Express configuration using new fragment
14464         style.
14465         * configure: Rebuilt.
14466         * m88k/aout-dbx.h: New.
14467         * m88k/openbsd.h: New.
14468         * m88k/xm-openbsd.h: New.
14469
14470 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14471
14472         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
14473
14474 2000-07-12  Richard Henderson  <rth@cygnus.com>
14475
14476         * reload.c (push_secondary_reload): Make sure to add the new
14477         reload at the end, after acquiring secondary memory.
14478
14479 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14480
14481         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
14482
14483         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
14484         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
14485
14486         * c-parse.in (stmt): Delete unused variables.
14487
14488         * convert.c (convert_to_vector): Likewise.
14489
14490         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
14491
14492         * tree.c (finish_vector_type): Prototype.
14493
14494 2000-07-12  Bruce Korb  <bkorb@gnu.org>
14495
14496         * fixinc/fixfixes.c: use xmalloc
14497         * fixinc/fixincl.c(initialize): set program name for xmalloc
14498         * fixinc/fixlib.c(must_malloc): obsolete
14499         (is_cxx_header): no longer used - disabled
14500         (skip_quote): inserted and disabled for future use
14501         * fixinc/fixlib.h: reflects above
14502         * fixinc/fixtests.c: removed dinkleberries
14503
14504 2000-07-12  Neil Booth  <NeilB@earthling.net>
14505
14506         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
14507         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
14508
14509         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
14510         struct toklist_dummy): New.
14511         (cpp_free_definition): Free macros with free_macro.
14512         (count_params): Don't save paramter spellings.  Save macro
14513         information in a struct macro_info.
14514         (parse_define): Don't allocate a token list.
14515         (save_expansion): Allocate the macro's token list, and
14516         save parameter spellings if necessary.  Use TOKEN_SPELL.
14517         (cpp_create_definition): Make list const.
14518
14519 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14520
14521         * c-typeck.c (pedwarn_c99): Move to
14522         * c-errors.c: ... Here.
14523         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
14524         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
14525         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
14526         (c-errors.o): List dependency.
14527
14528 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
14529
14530         * c-parse.c: Remove.
14531         * c-parse.h: Likewise.
14532         * c-parse.y: Likewise.
14533         * objc/objc-parse.c: Likewise.
14534         * objc/objc-pasre.y: Likewise.
14535
14536 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
14537
14538         * gcc.texi: Fix minor typos
14539         * extend.texi: Fix minor typos
14540
14541 2000-07-11  Marc Espie <espie@openbsd.org>
14542
14543         * collect2.c (main): Recognize .lo as object files.
14544
14545 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14546
14547         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
14548         true.
14549
14550         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
14551         with MAP_ANONYMOUS and MAP_ANON.
14552         * configure, config.in: Rebuilt.
14553
14554 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14555
14556         * diagnostic.c (save_output_state): Remove.
14557         (restore_output_state): Likewise.
14558         (clear_text_info): New function.
14559         (clear_diagnostic_info): Likewise.
14560         (output_text_length, is_starting_newline, output_prefix,
14561         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
14562         prefixing_policy, output_buffer_ptr_to_format_args): New macros
14563         (set_real_maximum_length, output_set_maximum_length,
14564         output_set_prefix, output_get_prefix, output_set_maximum_length,
14565         output_destroy_prefix, init_output_buffer,
14566         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
14567         output_add_newline, output_add_character, output_add_space,
14568         output_append_r, output_append, wrap_text, output_format,
14569         output_do_printf, output_printf, output_do_verbatim,
14570         output_verbatim, verbatim): Use them.
14571         (output_clear): Split into cleat_text_info and
14572         clear_diagnostic_info.
14573         (struct output_state): Move to...
14574
14575         * diagnostic.h: ...Here
14576         (struct output_buffer): Adjust.
14577
14578 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
14579
14580         * cpplex.c (parse_name): No longer inline (premature optimization).
14581         (do_pop_context): Fold into pop_context.
14582         (pop_context): Returns int.
14583         (lex_next): Hoist test for end of directive into pop_context.
14584         (push_macro_context): Returns int; takes just reader and token.
14585         Hoist test for excessive nesting to caller.
14586         (push_arg_context): Returns void; takes just reader and token.
14587         Do not call stringify_arg or get_raw_token.
14588         (get_raw_token): Convert tail recursion through push_arg_context
14589         to a loop at this level.  Call stringify_arg here if appropriate.
14590         (maybe_paste_with_next): Convert tail recursion to a while loop.
14591         Hoist test of paste_level to caller.
14592
14593         (stringify_arg): Push arg context at beginning.
14594         (cpp_get_token): Split out core into _cpp_get_token.  Call
14595         process_directive here.  Throw away CPP_PLACEMARKER tokens.
14596         (_cpp_get_token): Convert tail recursion through
14597         push_macro_context to a loop at this level.
14598         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
14599         _cpp_get_raw_token): Use _cpp_get_token.
14600         (_cpp_skip_rest_of_line): Drop the context stack directly; do
14601         not call pop_context.
14602         (_cpp_run_directive): Call lex_next directly.
14603
14604         * cpphash.h: Prototype _cpp_get_token.
14605         * cppexp.c (lex): Use it.
14606         * cpphash.c (parse_define): Use it.
14607         * cpplib.c (get_define_node, do_undef, parse_include,
14608         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
14609         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
14610         parse_ifdef, validate_else): Use it.
14611         (cpp_push_buffer): Tweak error message; abort if anyone tries
14612         to push a buffer while macro expansions are stacked.
14613
14614 2000-07-11  Donn Terry  <donnte@microsoft.com>
14615
14616         * cpplex.c (free_macro_args, save_token): Cast arg of free
14617         and/or xrealloc to PTR.
14618         (_cpp_init_input_buffer): Clear all fields of the base context.
14619
14620 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
14621
14622         * gensupport.c (process_rtx): Make rtl checking stop
14623         complaining about the define_insn while it is being
14624         converted from a define_insn_and_split.
14625
14626 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
14627
14628         * config/mips/mips.c (simple_memory_operand): Access the
14629         INTVAL of the address, not it's containing MEM.
14630
14631 2000-07-11  Bruce Korb  <bkorb@gnu.org>
14632
14633         * fixinc/fixtests.c(double_slash): obsolete
14634         (else_endif_label): likewise
14635         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
14636         (libc1_ifdefd_memx): correct initial comment
14637         and omit the #if/#endif pair from the memxxx declarations
14638         * fixinc/fixincl.x: regen
14639
14640 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14641
14642         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
14643
14644 2000-07-11  Neil Booth  <NeilB@earthling.net>
14645
14646         * cpp.texi: Update.
14647
14648 2000-07-11  Neil Booth  <NeilB@earthling.net>
14649
14650         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
14651         (handle_option): Set digraphs according to standard.
14652         Merge OPT_lang_c89 handler with OPT_std_c89.
14653
14654         * cpplex.c: (lex_line, can_paste): Honour digraphs in
14655         accordance with the digraphs flag.
14656
14657         * cpplib.h: (struct cpp_options): New option digraphs.
14658
14659 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
14660             Bruce Korb  <bkorb@gnu.org>
14661
14662         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
14663         * fixinc/fixincl.x: Regenerate.
14664         * fixinc/tests/base/testing.h: Add testcase.
14665
14666 2000-07-10  Richard Henderson  <rth@cygnus.com>
14667
14668         * config/ia64/ia64.c (got_symbolic_operand): New.
14669         (symbolic_operand, move_operand): Revert 0701 change.
14670         * config/ia64/ia64.h (PREDICATE_CODES): Update.
14671         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
14672         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
14673         split the offset into a 14-bit low part instead of a 13-bit low part.
14674         (load_fptr): Mark the mem as unchanging.
14675         (load_symptr): Use got_symbolic_operand.
14676
14677 2000-07-10  Nick Clifton  <nickc@cygnus.com>
14678
14679         * libgcc2.c (next_stack_level): Cast result of computation to
14680         (void **) so that the assignment does not generate a warning.
14681
14682 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
14683
14684         * flags.h : Add new variable flag_single_precision_constant.
14685         * toplev.c (display_help) : Add -fsingle-precision-constant option.
14686         (flag_single_precision_constant): New.
14687         * c-lex.c (yylex): Convert floating point constant to single
14688         precision constant.
14689         * invoke.texi : Add documentation for this new option.
14690
14691 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
14692
14693         * diagnostic.c (output_octal): Second parameter is unsigned.
14694         (output_long_octal): Likewise.
14695         (output_hexadecimal): Likewise.
14696         (output_long_hexadecimal): Likewise.
14697         (output_format): Adjust arguments extraction. Tweak.
14698         (output_verbatim, verbatim): End variable argument list.
14699         (report_diagnostic): Improve documentation.
14700
14701 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
14702
14703         * c-common.h (build_stmt): Declare.
14704         (build_continue_stmt): Likewise.
14705         (build_break_stmt): Likewise.
14706         (build_return_stmt): Likewise.
14707
14708         * c-decl.c (do_case): Rewrite to do what previously done in
14709         c-parse.in.
14710
14711         * c-semantics.c (build_stmt): Define.
14712         (build_return_stmt): Likewise.
14713         (build_break_stmt): Likewise.
14714         (build_continue_stmt): Likewise.
14715         (build_case_label): Likewise.
14716
14717         * c-parse.in (BREAK): Change to build tree, then generate RTL.
14718         (CONTINUE): Likewise.
14719         (RETURN): Likewise.
14720         (CASE): Likewise.
14721         (DEFAULT): Likewise.
14722
14723         * c-parse.y: Regenerate.
14724         * c-pasre.c: Likewise.
14725
14726 2000-07-09  Jason Merrill  <jason@redhat.com>
14727
14728         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
14729
14730         * tree.h (STRIP_NOPS): Check for error_mark_node.
14731         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
14732         (dwarf2out_*): Remove duplicate declarations.
14733
14734         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
14735         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
14736
14737 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
14738
14739         * diagnostic.c (wrap_text): New function.
14740         (maybe_wrap_text): Likewise.
14741         (output_add_string): Use it.
14742         (output_format): Likewise.
14743         (count_error): Use verbatim instead of notice.
14744         (report_error_function): Likewise. Don't use plain fprintf.
14745         (finish_diagnostic): New function.
14746         (output_do_verbatim): Tweak.  Commonalize functionalities in
14747         output_verbatim and verbatim.
14748         (output_verbatim): Adjust.
14749         (verbatim): Likewise.
14750         (report_diagnostic): Define.
14751
14752         * diagnostic.h (report_diagnostic): Prototype.
14753
14754 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
14755
14756         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
14757
14758 2000-07-09  Neil Booth  <NeilB@earthling.net>
14759
14760         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
14761         IShspace, ISspace: Update.
14762
14763         * cppinit.c: ISTABLE: Update.
14764         V: New.
14765
14766         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
14767         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
14768         (skip_block_comment, skip_line_comment, parse_string,
14769         lex_line): Use is_vspace rather than IS_NEWLINE.
14770         (skip_whitespace, lex_line): Clean up to use is_nvspace.
14771         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
14772         gets a BOL flag.
14773         (lex_next): Unconditionally stop if within a directive.
14774         Treat directives within macro invocations as directives
14775         (after parse_args emits error), not as the argument.
14776
14777 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
14778
14779         * diagnostic.c (diagnostic_args): New macro.
14780         (diagnostic_msg): Likewise.
14781         (output_formatted_integer): Likewise.
14782         (output_state): New data type.
14783         (digit_buffer): Make global.
14784         (output_add_integer): Rename to output_decimal. Squeeze
14785         digit_buffer.
14786         (output_long_decimal, output_unsigned_decimal,
14787         output_long_unsigned_decimal, output_octal, output_long_octal,
14788         output_hexadecimal, output_long_hexadecimal): New functions.
14789         (output_append_r): New function.
14790         (output_append): Tweak.
14791         (output_flush_on): Rename to output_to_stream.
14792         (output_format): Change prototype.  Improve documentation. Handle
14793         more format specifiers.
14794         (build_location_prefix): Rename to context_as_prefix.
14795         (output_notice): Rename to output_do_printf.
14796         (output_printf): Tweak.
14797         (line_wrapper_printf): Likewise.
14798         (vline_wrapper_message_with_location): Adjust call to renamed
14799         functions.
14800         (v_message_with_decl): Likewise.
14801         (default_print_error_function): Likewise.
14802         (save_output_state): New function.
14803         (restore_output_state): Likewise.
14804         (output_do_verbatim): Likewise.
14805         (output_verbatim): Define.
14806         (verbatim): Likewise.
14807
14808         * diagnostic.h (printer_fn): Change return type from void to int.
14809         Improve documentation.
14810         (output_add_integer): Rename to output_decimal.
14811         (output_flush_on, output_format): Don't export.
14812         (output_verbatim, verbatim): Declare.
14813
14814 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
14815
14816         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
14817         Check whether c divides op1 exactly if operation is not
14818         multiplication.
14819
14820 2000-07-08  Richard Henderson  <rth@cygnus.com>
14821
14822         * final.c (final): Do not abort when reg-stack introduces
14823         a new insn.
14824
14825 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
14826
14827         * cpplib.h (struct cpp_name): Now struct cpp_string.
14828         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
14829         CPP_HEADER_NAME): Change to type S.
14830         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
14831         field, a cpp_hashnode *.  All references to val.name updated
14832         to use val.str or val.node as appropriate.
14833         (struct cpp_reader): Add spec_nodes field.
14834         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
14835
14836         * cpphash.h (struct spec_nodes): New.
14837         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
14838         val.str.  All references to 'spelling > SPELL_NONE' updated to
14839         match.
14840
14841         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
14842         pfile->buffer->inc are not NULL before dereferencing them.
14843
14844         * cpplex.c (parse_name): Take a pointer to the current token,
14845         plus current position and limit as args; return the new
14846         position; don't copy the text of a name into the string
14847         buffer, instead call cpp_lookup and store the node pointer.
14848         If extending a token, copy out the text of the old into a
14849         scratch buffer, append the new, look that up and store the new
14850         node pointer.  Inline.
14851         (maybe_paste_with_next): If the result of paste is a NAME,
14852         then look up the pasted text and store its node pointer.
14853         (lex_line): Adjust for new parse_name interface.
14854         Check for L"str", L'str' using spec_nodes->n_L.
14855         (spell_token): SPELL_IDENT tokens have their spelling in
14856         val.node->name.  Handle SPELL_STRING tokens that don't have
14857         string delimiters.
14858         (_cpp_expand_name_space,
14859         (can_paste): Check for L ## "str" using spec_nodes->n_L.
14860         (cpp_get_token, special_symbol): No need to call cpp_lookup.
14861         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
14862         return 1=equal 0=not, not a tristate.
14863
14864         * cpphash.c (var_args_str): Delete.
14865         (find_param): Compare node fields directly.
14866         (is__va_args__): Use CPP_PEDANTIC.  Just compare
14867         token->val.node with spec_nodes->n__VA_ARGS__.
14868         (dump_funlike_macro): Don't use var_args_str.
14869
14870         * cpplib.c (_cpp_check_directive): Just walk through
14871         spec_nodes->dirs comparing pointers.
14872         (get_define_node, do_pragma_poison, detect_if_not_defined,
14873         parse_ifdef): The identifier has already been looked up.
14874         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
14875         node.
14876         (do_if): Only call detect_if_not_defined at beginning of file.
14877         (_cpp_parse_assertion): Only copy string pointers for
14878         SPELL_STRING tokens.
14879         (pragma_dispatch): Take a node pointer and examine its name
14880         field.
14881         (_cpp_init_stacks): Also initialize the spec_nodes structure.
14882
14883         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
14884         _cpp_init_macros.
14885         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
14886         reverse order from the corresponding _cpp_init_* routines.
14887
14888         * cppexp.c (parse_number, parse_charconst, parse_defined,
14889         lex): Check val.node->type instead of calling cpp_defined.
14890         Use spec_nodes entries where appropriate.
14891
14892         * fix-header.c, scan-decls.c: Update for interface changes.
14893
14894 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
14895
14896         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
14897         emitting aux_truncdfsf2.
14898
14899 2000-07-03  Donn Terry  (donnte@microsoft.com)
14900
14901         * cppinit.c (print_help): split overlong line into ISO C89
14902         maximum chunks.
14903
14904 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
14905
14906         * cppexp.c: Update all code for new lexer interface.
14907         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
14908         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
14909         * cpplex.c (token_names): Trim leading CPP_ from names; make
14910         the strings unsigned.
14911         (_cpp_spell_operator): New.
14912         (is_macro_disabled): Disable all macros if rescanning
14913         preprocessed text.
14914         (_cpp_get_directive_token): Remove.
14915
14916         * cppinit.c: Don't set no_macro_expand.
14917         * cpplib.c (read_line_number, do_line): Check only for EOF,
14918         not VSPACE.
14919         * cpphash.h: Update prototypes.
14920         * cpplib.h (CPP_VSPACE): Remove.
14921         (struct cpp_reader): Remove no_macro_expand.
14922
14923 2000-07-08  Neil Booth  <NeilB@earthling.net>
14924
14925         * cpphash.c (is__va_args__): New function.
14926         (count_params): Fix line reported in error messages.  Use
14927         is__va_args__.  Don't return ')' on error.  Flag GNU style
14928         rest args macro definitions.
14929         (parse_define): Check macro name is not __VA_ARGS__.
14930         (save_expansion): Check identifier in non-varargs-macro is
14931         not __VA_ARGS__.  Don't flag GNU_VARARGS.
14932         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
14933         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
14934          than per-token GNU_VARARGS.
14935         * cpplib.h (GNU_VARARGS): Remove.
14936         (GNU_REST_ARGS): New.
14937
14938 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14939
14940         * i386.md (call_pop, call, call_value_pop): Do not set
14941         current_function_uses_pic_offset_table for calls to static
14942         functions or indirect calls.
14943
14944 2000-07-07  Jim Wilson  <wilson@cygnus.com>
14945
14946         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
14947         is_predicate_reg, then take max write_count of register pair.
14948
14949 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14950
14951         * tradcpp.c (main): Rename label `include' to `add_include' to
14952         avoid conflicts with variable `include' in traditional C.
14953
14954 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
14955
14956         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
14957
14958 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
14959
14960         * sibcall.c (uses_addressof): Add INMEM argument, check for
14961         current_function_internal_arg_pointer outside of MEM rtxs in addition
14962         to ADDRESSOFs.
14963         (sequence_uses_addressof): Update caller.
14964
14965 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
14966
14967         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
14968         and friends.
14969
14970 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14971
14972         * system.h (UNION_INIT_ZERO): New macro for initializing union
14973         members in structs.
14974
14975         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
14976
14977 2000-07-07  Neil Booth  <NeilB@earthling.net>
14978
14979         * cpp.texi: Update.
14980
14981 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
14982
14983         * final.c (final): Detect out of bounds array access to
14984         the insn_lengths array.
14985
14986 2000-07-07  Kazu Hirata  <kazu@hxi.com>
14987
14988         * fold-const.c (fold): Fix a comment typo.
14989
14990 2000-07-07  Neil Booth  <NeilB@earthling.net>
14991
14992         * cpp.texi: Update to new lexer.
14993
14994 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
14995
14996         * tradcpp.c: New file.
14997         * tradcif.y: New file.
14998         * tradcif.c: New generated file.
14999
15000         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
15001         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
15002         dependencies of C.  Install tradcpp from install-common, in
15003         $(libsubdir).
15004
15005 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
15006
15007         * cppinit.c: Include cppdefault.h.  Refer to
15008         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
15009         to GCC_INCLUDE_DIR and its length.
15010         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
15011         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
15012         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
15013         cppdefault.h.
15014         (include_defaults_array): Move to cppdefault.c.
15015
15016         * cppdefault.h: New file.
15017         * cppdefault.c: New file.
15018
15019         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
15020         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
15021         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
15022         this file.
15023
15024 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15025
15026         * reload.c (push_reload): When seeing if can reuse a register,
15027         check extra registers against widest of INMODE and OUTMODE.
15028
15029 2000-07-06  Neil Booth  <NeilB@earthling.net>
15030
15031         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
15032         based on full length of predicate.
15033
15034 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
15035
15036         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
15037         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
15038
15039 2000-07-05  Kazu Hirata  <kazu@hxi.com>
15040
15041         * h8300-proto.h: Fix formatting.
15042         * h8300.c: Likewise.
15043         * h8300.h: Likewise.
15044
15045 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15046
15047         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
15048         CCmode.
15049
15050 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
15051
15052         * invoke.texi: Fix minor typos
15053         * md.texi: Fix minor typos
15054
15055 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
15056
15057         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
15058
15059 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
15060
15061         * cpplex.c: Don't include sys/mman.h.
15062         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
15063
15064         * cpplib.c: Include sys/mman.h and obstack.h.
15065         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
15066         obstack.
15067         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
15068         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
15069         bother freeing if stack entries (they will be freed with their buffer).
15070         (do_endif): Free if stack entries from the buffer obstack.
15071         (push_conditional): Allocate if stack entries from the buffer obstack.
15072
15073         (find_answer): Rename to _cpp_find_answer.
15074         (do_assert, do_unassert): Update.
15075
15076         * cpphash.h: Update prototypes.
15077         (xobnew): New convenience macro.
15078         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
15079         Update comments.
15080         (struct cpp_hashnode): Remove disabled field.
15081
15082         * cppinit.c: Don't include hashtab.h or splay-tree.h.
15083         (report_missing_guard): Moved to cppfiles.c.
15084         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
15085         cpp_init_includes.
15086         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
15087         cpp_cleanup_includes.  Don't destroy hashtab or
15088         all_include_files here.
15089         (cpp_finish): Use _cpp_report_missing_guards.
15090
15091         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
15092         (_cpp_init_include_table): Rename _cpp_init_includes.
15093         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
15094
15095         * cppexp.c (parse_assertion): Update for new name of
15096         find_answer.
15097
15098         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
15099
15100 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
15101
15102         * cpplib.c (do_ident): s/VSPACE/EOF/
15103
15104 2000-07-05  Neil Booth  <NeilB@earthling.net>
15105
15106         * cpplex.c: Fix trigraph replacement within strings.
15107
15108 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15109
15110         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
15111
15112         * xcoffout.c (assign_type_number): Constify.
15113         (xcoffout_source_file): Add static prototype.  Don't needlessly
15114         cast away const-ness.
15115
15116 2000-07-04  Jason Merrill  <jason@redhat.com>
15117
15118         * frame.h (frame_state): Move base_offset to end.
15119
15120 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
15121
15122         * calls.c (emit_library_call_value_1): Revert previous change.
15123
15124 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
15125
15126         * fix-header.c (struct partial_proto): Remove unnecessary fields.
15127         (recognized_extern, recognized_function, read_scan_file):
15128         Update for new scheme.
15129         (check_protection): It's still a multiple include guard even
15130         if it doesn't always trigger.
15131         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
15132         new scheme.
15133         * scan.h: Declare struct cpp_token.  Update prototypes.
15134
15135 2000-07-03  Neil Booth  <neilb@earthling.net>
15136             Zack Weinberg  <zack@wolery.cumb.org>
15137
15138         Complete overhaul of the lexer and macro expander.
15139
15140         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
15141         arg, arglist, argdata, reflist, collect_objlike_expansion,
15142         collect_funlike_expansion, collect_params,
15143         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
15144         unsafe_chars, macarg, compare_defs, special_symbol,
15145         scan_arguments, stringify, funlike_macroexpand,
15146         _cpp_quote_string, monthnames): Delete.
15147         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
15148         _cpp_create_definition, _cpp_dump_definition,
15149         dump_hash_helper): Adjust.
15150         (find_param, count_params, parse_define, var_args_str,
15151         check_macro_redefinition, save_expansion): New.
15152
15153         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
15154         parse_string, output_line_command, trigraph_replace,
15155         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
15156         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
15157         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
15158         _cpp_skip_rest_of_line): Modify.
15159
15160         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
15161         find_position, null_warning, bump_column, expand_name_space,
15162         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
15163         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
15164         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
15165         _cpp_prescan): Delete.
15166
15167         (dump_param_spelling, process_directive, lex_next,
15168         is_macro_disabled, stringify_arg, expand_context_stack,
15169         output_token, make_string_token, alloc_number_token,
15170         special_symbol, duplicate_token, maybe_paste_with_next,
15171         can_paste, prevent_macro_expansion, restore_macro_expansion,
15172         get_temp_token, release_temp_tokens, quote_string,
15173         token_names, token_spellings, _cpp_expand_name_space,
15174         _cpp_glue_header_name, _cpp_reserve_name_space,
15175         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
15176         placemarker_token, eof_token, cpp_context, macro_args,
15177         get_raw_token, parse_arg, parse_args, save_token,
15178         push_arg_context, push_macro_context, pop_context,
15179         do_pop_context, free_macro_args, _cpp_get_line,
15180         _cpp_run_directive): New.
15181
15182         * cpplib.c (validate_else, parse_include, push_conditional,
15183         pass_thru_directive, read_line_number, parse_ifdef,
15184         detect_if_not_defined, _cpp_check_directive, do_define,
15185         do_undef, do_include, do_import, do_include_next, do_error,
15186         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
15187         top_pragmas, do_pragma_gcc, do_pragma_implementation,
15188         do_pragma_poison, do_pragma_system_header,
15189         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
15190         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
15191         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
15192         cpp_defined): Update for new scheme.
15193         (strtoul_for_line, get_define_node, dump_macro_name,
15194         _cpp_check_linemarker, _cpp_parse_assertion): New.
15195         (_cpp_handle_directive, do_pragma_default): Delete.
15196
15197         * cpphash.h (struct predicate): Now struct answer.
15198         (enum spell_type, struct token_spelling, struct directive,
15199         directive_handler): New.
15200         Update prototypes.  Remove unused macros.
15201         * cpplib.h: Update prototypes.  Remove unused macros,
15202         structure definitions, and fields.
15203
15204         * cpperror.c (print_containing_files, v_message): Adjust.
15205         * cppexp.c (parse_assertion, lex, parse_escape,
15206         _cpp_parse_expr): Adjust.
15207         * cppfiles.c (open_include_file, _cpp_execute_include,
15208         _cpp_compare_file_date, cpp_read_file, read_include_file):
15209         Adjust.
15210         * cppinit.c (dump_special_to_buffer): Delete.
15211         (append_include_chain, merge_include_chains, cpp_reader_init,
15212         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
15213         cpp_finish, handle_option, print_help): Adjust.
15214         * cppmain.c (main): Adjust.
15215
15216 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
15217
15218         * cppspec.c (lang_specific_driver): Use double quotes in error
15219         message.
15220
15221 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
15222
15223         * calls.c (emit_library_call_value_1): Use valreg instead
15224         of hard_libcall_value.
15225
15226 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
15227
15228         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
15229         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
15230         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
15231         (movhi): Likewise.
15232         (movqi): Likewise.
15233         (movdf): Likewise.
15234         (movsf): Likewise.
15235         (movdi): Likewise.
15236         (movti): Likewise.
15237
15238         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
15239         mode instead of wider_mode is being used.
15240
15241 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
15242
15243         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
15244         of 'r'. Use q_regs_operand.
15245         (andsi_1+2): Use q_regs_operand.
15246
15247 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
15248
15249         * builtins.c (get_memory_rtx): Always put into alias set 0.
15250
15251 2000-07-03  Nick Clifton  <nickc@cygnus.com>
15252
15253         * config/arm/arm.md: Fix post increment and pre increment
15254         peepholes so that they do not generate UNPREDICATBLE opcodes.
15255         (ie ones where the increment clobbers the source/destination).
15256
15257 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
15258
15259         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
15260         change too big for -mtiny-stack" a warning, if larger than 63.
15261         (out_set_stack_ptr): Change the logic so -mno-interrupts is
15262         always safe to use on possible future devices.
15263         (function_prologue): Write SPH before SPL, for consistency.
15264         If interrupt_func_p true, we know we have enabled interrupts.
15265         (avr_num_arg_regs): New function.  Round up to even number of
15266         bytes if no -mpack-args or if calling a libgcc function.
15267         (function_arg, function_arg_advance): Use it.
15268         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
15269         Output "movw" if available.
15270         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
15271         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
15272         (asm_output_section_name): Add blanks for consistent output.
15273         (encode_section_info): Set TREE_READONLY for progmem data to
15274         avoid gas warnings about changed section attributes.
15275         (avr_hard_regno_mode_ok): Force non-QImode data to start in
15276         even numbered registers on devices with "movw".
15277         * config/avr/avr.h (MASK_*): Define bits for target_flags.
15278         (TARGET_SWITCHES): Mark help strings for translation.
15279         Add new -mpack-args and -menhanced switches.
15280         (TARGET_OPTIONS): Mark help strings for translation.
15281         (progmem_section): Add section attributes.
15282         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
15283         Output "movw" if available.
15284         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
15285         New patterns.
15286         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
15287         call convention (arguments aligned on even registers).
15288         (_cleanup, _exit): Make weak symbols libc can override.
15289
15290 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15291
15292         * fp-bit.h: New file.
15293
15294         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
15295         Comment #endif statements.
15296         (__thenan_sf, __thenan_df): Add missing braces around initializer.
15297
15298 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
15299
15300         * gcse.c (compute_pre_data): Compute ae_kill using other local
15301         properties instead of calling compute_ae_kill.
15302
15303         * alias.c (init_alias_analysis): Do not call
15304         prologue_epilogue_contains until after reload has completed.
15305
15306 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
15307
15308         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
15309         (genrtl_finish_compound_stmt): Likewise.
15310         (genrtl_compound_stmt): Change to return void.
15311
15312         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
15313         move code from here to ...
15314         (genrtl_compound_stmt): ... here.
15315         (genrtl_finish_compound_stmt): Remove.
15316         (expand_stmt): Add comment.
15317
15318 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
15319
15320         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
15321         and VOID_TYPE_P.
15322
15323 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
15324
15325         * cpplib.h (struct cpp_reader): New field include_depth.
15326         (struct cpp_printer): Rename last_bsd to last_id.
15327         * cppfiles.c (read_include_file): Bump include_depth.
15328         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
15329         (output_line_command): Output correct #line if a header
15330         is including itself and is not protected against multiple inclusion.
15331         Use include_depth instead of buffer_stack_depth, last_id instead of
15332         last_bsd.
15333         * cppinit.c (cpp_start_read): Initialize last_id instead of
15334         last_bsd.
15335
15336 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
15337
15338         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
15339         (c-semantics.o): New target.
15340
15341         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
15342         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
15343         (genrtl_clear_out_block): Likewise.
15344         (genrtl_goto_stmt): Likewise.
15345         (genrtl_expr_stmt): Likewise.
15346         (genrtl_decl_stmt): Likewise.
15347         (genrtl_if_stmt): Likewise.
15348         (genrtl_while_stmt): Likewise.
15349         (genrtl_do_stmt): Likewise.
15350         (genrtl_return_stmt): Likewise.
15351         (genrtl_for_stmt): Likewise.
15352         (genrtl_break_stmt): Likewise.
15353         (genrtl_continue_stmt): Likewise.
15354         (genrtl_scope_stmt): Likewise.
15355         (genrtl_switch_stmt): Likewise.
15356         (genrtl_case_label): Likewise.
15357         (genrtl_begin_compound_stmt): Likewise.
15358         (gerntl_finish_compound_stmt): Likewise.
15359         (genrtl_compound_stmt): Likewise.
15360         (genrtl_asm_stmt): Likewise.
15361         (genrtl_decl_cleanup): Likewise.
15362         (DECL_ANON_UNION_ELEMS): Likewise.
15363         (emit_local_var): Likewise.
15364         (make_rtl_for_local_static): Likewise.
15365         (expand_cond): Likewise.
15366         (expand_stmt): Likewise.
15367         (c_expand_return): Likewise.
15368         (c_expand_start_case): Likewise.
15369         (do_case): Likewise.
15370         (COMPOUND_STMT_NO_SCOPE): Likewise.
15371         (c_expand_asm_operands): Likewise.
15372         (NEW_FOR_SCOPE_P): New macro.
15373         (expand_expr_stmt_fn): New type.
15374
15375         (set_current_function_name_declared): Likewise.
15376         (current_function_name_declared): Likewise.
15377         (lang_expand_stmt): Likewise.
15378         (stmts_are_full_exprs_p): Likewise.
15379         (anon_aggr_type_p): Likewise.
15380         (lang_expand_expr_stmt): Likewise.
15381         (build_case_label): Likewise.
15382
15383         * c-decl.c (lang_expand_expr_stmt): Initialize.
15384         (stmts_are_full_exprs_p): Define.
15385         (current_function_name_declared): Likewise.
15386         (do_case): Likewise.
15387         (lang_expand_stmt): Likewise.
15388         (set_current_function_name_declared): Likewise.
15389         (anon_aggr_type_p): Likewise.
15390
15391         * c-semantics.c: New file.
15392         (expand_cond): Moved from cp/semantics.c.
15393         (genrtl_do_pushlevel): Likewise.
15394         (genrtl_clear_out_block): Likewise.
15395         (genrtl_goto_stmt): Likewise.
15396         (genrtl_expr_stmt): Likewise.
15397         (genrtl_decl_stmt): Likewise.
15398         (genrtl_if_stmt): Likewise.
15399         (genrtl_while_stmt): Likewise.
15400         (genrtl_do_stmt): Likewise.
15401         (genrtl_return_stmt): Likewise.
15402         (genrtl_for_stmt): Likewise.
15403         (genrtl_break_stmt): Likewise.
15404         (genrtl_continue_stmt): Likewise.
15405         (genrtl_scope_stmt): Likewise.
15406         (genrtl_switch_stmt): Likewise.
15407         (genrtl_case_label): Likewise.
15408         (genrtl_begin_compound_stmt): Likewise.
15409         (genrtl_finish_compound_stmt): Likewise.
15410         (genrtl_compound_stmt): Likewise.
15411         (genrtl_asm_stmt): Likewise.
15412         (genrtl_decl_cleanup): Likewise.
15413         (make_rtl_for_local_static): Moved from cp/decl.c.
15414         (emit_local_var): Likewise.
15415         (expand_stmt): Define.
15416
15417         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
15418         (c_expand_return): Likewise.
15419         (c_expand_start_case): Likewise.
15420
15421 2000-07-01  Richard Henderson  <rth@cygnus.com>
15422
15423         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
15424         with the low 13 bits set.
15425         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
15426         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
15427         of the low 13 bits into a CONST plus an adddi3.
15428         (load_symptr): Set RTX_UNCHANGING_P.
15429
15430 See ChangeLog.3 for earlier changes.