OSDN Git Service

* calls.c (combine_pending_stack_adjustment_and_call): Return the
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-04-28  Richard Henderson  <rth@cygnus.com>
2             Jan Hubicka  <jh@suse.cz>
3
4         * calls.c (combine_pending_stack_adjustment_and_call): Return the
5         adjustment; don't do the stack adjust.
6         (expand_call): Call compute_argument_block_size right before
7         allocating the block; update comment; don't do alignment sanity
8         checking for sibling call; use args_size instead of
9         unadjusted_args_size before args_size is adjusted.  Use
10         combine_pending_stack_adjustment_and_call to compute stack adjust
11         for must_preallocate case.
12
13         * expr.c (push_block): Remove shadow `temp' in inner scope.
14
15 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
16
17         * toplev.c (rest_of_compilation): Call 
18         note_deferral_of_defined_inline_function even if the function
19         can't be inlined.
20
21 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
22
23         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
24
25 2000-04-28  Richard Henderson  <rth@cygnus.com>
26
27         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
28
29 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
30
31         * timevar.c (init_timevar): DeANSIfy function definition.
32
33 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
34
35         * Makefile.in (timevar.o): Depend on flags.h.
36         * timevar.c (unused_stack_instances): New variable.
37         (timevar_push): Take a timevar_stack_def from
38         unused_stack_instances if available.
39         (timevar_pop): Push the popped timevar_stack_def onto
40         unused_stack_instances.
41         (TIMEVAR_ENABLE): New macro.
42         (timevar_def): Make standalone a 1-bit field.  Add field used.
43         (get_time): Rename parameter to now.  Return after clearing it if
44         not TIMEVAR_ENABLE.
45         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
46         (timevar_pop): Likewise.
47         (timevar_stop): Likewise.
48         (timevar_push): Likewise.  Mark the timing variable as used.
49         (timevar_start): Likewise.
50         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
51         timevars that were never used.
52
53 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
54
55         * c-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
56         always TREE_READONLY.
57
58 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
59
60         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
61         for call instruction with mode QImode.
62
63 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
64
65         * Makefile.in (OBJS): Add timevar.o.
66         (toplev.o): Depend on timevar.h.
67         (ggc-simple.o): Likewise.
68         (ggc-page.o): Likewise.
69         (timevar.o): New rule.
70         (timevar.h): New rule.
71
72         * timevar.h: New file.
73         * timevar.c: Likewise.
74         * timevar.def: Likewise.
75
76         * toplev.h (gc_time, parse_time, varconst_time): Remove.
77         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
78         throughout.
79         (TIMEVAR): Remove macro.
80         (gc_time, parse_time, varconst_time, integration_time, jump_time,
81         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
82         flow_time, combine_time, regmove_time, sched_time,
83         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
84         sched2_time, dbr_sched_time, reorder_blocks_time,
85         rename_registers_time, shorten_branch_time, stack_reg_time,
86         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
87         all_time): Remove.
88         (compile_file): Don't initialize time variables.  Call
89         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
90         of many calls to print_time.
91         (rest_of_compilation): Add timing for reload_cse_regs.
92         (get_run_time): Removed to timevar.c.
93         (print_time): Likewise.
94         (get_run_time): Implement using TV_TOTAL time variable.
95         (print_time): Get total run time from get_run_time. 
96         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
97         computing elapsed time explicitly.
98         * ggc-simple.c (ggc_collect): Likewise.
99         (gc_time): Remove declaration.
100         
101 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
102
103         * calls.c (combine_pending_stack_adjustment_and_call): New function.
104         (expand_call): Use it.
105         
106 2000-04-27  Jan Hubicka  <jh@suse.cz>
107
108         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
109         fields.
110
111 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
112
113         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
114         registers.
115
116 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
117
118         * function.c (epilogue_done): Pass whole insn to record_insns.
119
120 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
121
122         * cse.c (CSE_ADDRESS_COST): Remove.
123         (find_best_addr): Add new parameter "MODE", use address_cost instead
124         of CSE_ADDRESS_COST
125         (address_cost): New.
126         (fold_rtx): Update call of find_best_addr.
127         * rtl.h (address_cost): Declare.
128         * loop.c (general_induction_var): Add new parameter "MODE", use
129         address_cost instead of ADDRESS_COST
130         (init_loop): Use address_cost instead of ADDRESS_COST.
131         (check_insn_for_givs): Update call of general_induction_var.
132         (find_mem_givs): Likewise.
133         (consec_sets_giv): Likewise.
134         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
135         * i386.c (ix86_address_cost): New.
136         * i386-protos.h (ix86_address_cost): Declare.
137
138 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
139
140         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
141         registers.
142
143 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
144
145         * expr.c (store_expr): Use clear_storage instead of direct memset
146         libcall.
147
148 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
149
150         * config/mn10300/mn10300.c (mn10300_address_cost): Test
151         ASHIFT, AND and LABEL_REF.
152
153 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
154
155         * invoke.texi (-foptimize-sibling-calls): Fix.
156
157 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
158
159         * loop.c (load_mems)  Don't use hard registers for the hoisting.
160
161         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
162         calculation; rename const_equiv array in the preconditioning code
163         from loop_unroll to loop_unroll_precondition
164
165 2000-04-27  Richard Henderson  <rth@cygnus.com>
166
167         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
168         add new_set.
169         (propagate_one_insn): Clear it.  Don't update reg_live here.
170         (init_propagate_block_info): Update for pbi member changes.
171         (free_propagate_block_info): Likewise.
172         (mark_set_1): Know that zero_extract, sign_extract, and 
173         strict_low_part don't kill their argument.  Alter hard subregs.
174         Update new_set for non-CLOBBER sets.  Update reg_live.
175         (find_auto_inc): Update reg_live, not new_dead.
176         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
177         to determine if the reg in question was set this insn.  Only update
178         reg info with PROP_REG_INFO.
179
180 2000-04-26  Richard Henderson  <rth@cygnus.com>
181
182         * flow.c (allocate_reg_life_data): Set max_regno here ...
183         (life_analysis): ... not here.
184
185         * flow.c (calculate_global_regs_live): Force stack pointer
186         live at end.
187
188 2000-04-26  Richard Henderson  <rth@cygnus.com>
189
190         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
191         commit change group changes.
192         (invert_exp_1): Similarly.
193         (redirect_exp, invert_exp): Use them.
194         (redirect_jump_1): New.
195         (invert_jump_1): New.
196         (jump_optimize_1): Remove code subsumed by condexec.c.
197         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
198
199 2000-04-26  Richard Henderson  <rth@cygnus.com>
200
201         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
202
203         * genconfig.c (main): Set all HAVE_foo to 1.
204
205         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
206
207 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
208
209         * invoke.texi: Document -fssa flag.
210
211 2000-04-26  Richard Henderson  <rth@cygnus.com>
212
213         * flow.c (count_reg_sets_1): Remove.
214         (count_reg_sets, count_reg_references): Remove.
215         (recompute_reg_usage): Implement with update_life_info.
216         Reallocate life data.
217
218 2000-04-26  Richard Henderson  <rth@cygnus.com>
219
220         * flow.c (update_life_info): Consider blocks null to mean the
221         universal set.
222         (calculate_global_regs_live): Likewise.
223         (life_analysis): Do that instead of collecting all_blocks.
224
225 2000-04-26  Richard Henderson  <rth@cygnus.com>
226
227         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
228         a still-valid conditional jump.
229
230 2000-04-26  Richard Henderson  <rth@cygnus.com>
231
232         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
233
234         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
235         * flow.c (calculate_loop_depth): Remove.
236         * output.h (calculate_loop_depth): Don't declare.
237         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
238         inline; run estimate_probability at the same time.
239
240 2000-04-26  Neil Booth  <NeilB@earthling.net>
241
242         * cpplib.h: "~=" is not a single pp-token.
243         * cpplex.c: Correct commentary.
244
245 2000-04-26  Richard Henderson  <rth@cygnus.com>
246
247         * flow.c (mark_set_1): New arguments code and flags; update all
248         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
249         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
250         loop_depth when optimizing for size.  Do new_dead update after
251         emitting REG_UNUSED notes.  Merge mark_set_reg code.
252         (mark_set_reg): Remove.
253         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
254         arrange to not emit REG_UNUSED notes.
255
256 2000-04-26  Richard Henderson  <rth@cygnus.com>
257
258         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
259         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
260
261 2000-04-26  Richard Henderson  <rth@cygnus.com>
262
263         * flow.c (propagate_one_insn): Break out from propagate_block.
264         (init_propagate_block_info): Likewise.
265         (free_propagate_block_info): Likewise.
266         (propagate_block): Use them.  Export.
267         * basic-block.h: Declare them all.
268
269 2000-04-26  Richard Henderson  <rth@cygnus.com>
270
271         * basic-block.h (life_analysis): Declare here ...
272         * output.h: ... not here.
273         * flow.c (life_analysis): Remove nregs parameter; replace
274         remove_dead_code with flags.  Remove ssa dead code check.
275         Only init alias analysis if we'll use it.
276         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
277         * ssa.c (convert_to_ssa): Likewise.
278         (convert_from_ssa): Likewise.
279         * toplev.c (rest_of_compilation): Likewise.
280
281 2000-04-26  Richard Henderson  <rth@cygnus.com>
282
283         * flow.c (flow_delete_block): Rename from delete_block.  Export.
284         * basic-block.h (flow_delete_block): Declare.
285
286 2000-04-26  David S. Miller  <davem@redhat.com>
287
288         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
289         taking a PATTERN of it.
290
291 2000-04-26  <NeilB@earthling.net>
292
293         * cpplex.c (spell_other, spell_char): Remove.
294         (SPELL_CHAR): New.
295         (token_spelling, trigraph_map): Use unsigned chars.
296         (_cpp_lex_line): Tidy up the switch statement.
297         * cpplib.h: Implement spell_char with spell_string.
298         (C): New.
299
300 2000-04-26  <RodneyBrown@pmsc.com>
301         
302         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
303         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
304
305 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
306
307         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
308         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
309         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
310         dwarf2out_return_save, dwarf2out_return_reg,
311         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
312         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
313         gen_compile_unit_die, dwarf2out_init): Constify a char*.
314
315         * dwarf2out.h (dwarf2out_init): Likewise.
316
317         * dwarfout.c (filename_entry, primary_filename, last_filename,
318         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
319
320         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
321         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
322         dwarf2out_return_reg): Likewise.
323
324 2000-04-26  Andreas Jaeger  <aj@suse.de>
325
326         * extend.texi (Function Attributes): Fix description of pure
327         attribute.
328
329 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
330
331         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
332         before calling rest_of_compilation.
333
334 2000-04-26  Andreas Jaeger  <aj@suse.de>
335
336         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
337         last patch.
338
339 2000-04-25  Richard Henderson  <rth@cygnus.com>
340
341         * cse.c (cse_insn): Emit barrier after unconditional jump.
342
343         * calls.c (expand_call): Disable tail call generation once
344         rtx_equal_function_value_matters is false.
345
346         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
347         like EDGE_EH edges.
348
349 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
350
351         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
352
353         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
354
355         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
356         is the primary DIE for a member function.
357         (gen_decl_die): Call set_decl_origin_self here.
358         * dwarfout.c (output_decl): And here.
359         * integrate.c (output_inline_function): Not here.
360         Don't clear DECL_INLINE until after calling rest_of_compilation.
361         (set_decl_origin_self): No longer static.
362         * tree.h: Add prototype.
363         * toplev.c (note_deferral_of_defined_inline_function): Only write
364         out abstract instance for actual inlines.
365
366 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
367
368         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
369         EXTENDED_REGS only if TARGET_AM33.
370         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
371         SP_REGS to register allocation and reloading unless absolutely
372         necessary.
373         (movsi3): Remove special-case of adding non-constants to SP.
374
375 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
376
377         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
378         INCLUDES to search and does not provide any of its own.  Also it
379         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
380         parameters.  Also it does not call AC_DEFINE.
381         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
382         AC_DEFINE and provides for automatic entries for autoheader.
383         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
384
385         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
386         so we can pass -I flags and include gansidecl.h/system.h in this
387         test.
388
389         * acconfig.h: Delete all NEED_DECLARATION_* entries.
390
391 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
392
393         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
394         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
395         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
396                 
397         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
398         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
399         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
400         for these macros.  Clean up spacing and linewraps.
401
402 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
403
404         * calls.c (expand_call): Use get_callee_fndecl.
405
406         * print-tree.c (print_node): Print the chain of an _EXPR.
407
408 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
409                           Jim Wilson  <wilson@cygnus.com>
410                           Andrew Haley  <aph@cygnus.com>
411         
412         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
413         and gp save/restore problems.
414         * config/ia64/crtend.asm: Add IA-64 unwind support.
415         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
416         in fr_pad_size calculation.
417         (save_restore_insns): Move PR save area.  Correct uses of
418         RTX_FRAME_RELATED_P.
419         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
420         (ia64_expand_epilogue): Add eh_epilogue support.
421         (ia64_function_prologue): Emit .prologue directive.
422         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
423         (ia64_override_options): Set init_machine_status and
424         mark_machine_status.
425         (rtx_needs_barrier): Handle bsp reads and writes.
426         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
427         New static variables.
428         (process_set, process_for_unwind_directive): New functions.
429         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
430         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
431         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
432         macros.
433         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
434         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
435         (struct machine_function): Define.
436         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
437         
438 2000-04-25  Bruce Korb  <bkorb@gnu.org>
439
440         * fixinc/Makefile.in: make the removal of old programs more
441         robust
442         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
443         install-bin and install-sh
444
445 2000-04-25  Nick Clifton  <nickc@cygnus.com>
446
447         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
448         defined, define to return zero.
449         (function_cannot_inline_p): If a function has any target
450         specific attributes, then use the macro
451         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
452         whether it can be inlined.  If it cannot, issue a suitable
453         explanation.
454
455         * tm.texi: Add a new node 'Inlining' to document the new macro
456         FUNCTION_ATTRIBUTE_INLINABLE_P. 
457
458 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
459
460         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
461         commentary. 
462
463 2000-04-25  Neil Booth  <NeilB@earthling.net>
464
465         Restore previous patch, plus the following fixes:
466
467         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
468         flags, not CPP_OPEN_PAREN.
469         * cpplex.c (expand_token_space, init_token_list,
470         cpp_free_token_list): Put the dummy token at list->tokens[-1].
471         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
472
473 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
474
475         * config/i386/freebsd.h (INT_ASM_OP): Define.
476
477 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
478
479         * loop.c (strength_reduce): Fix typo in the last checkin.
480
481 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
482
483         * stor-layout.c (finalize_record_size): Simplify to use existing
484         functions.
485         (compute_record_mode): No longer static.
486         * tree.h (compute_record_mode): New declaration.
487
488 2000-04-25  Neil Booth  <NeilB@earthling.net>
489
490         * Revert my patch below until cause of build failures
491         determined.
492
493 2000-04-25  Richard Henderson  <rth@cygnus.com>
494
495         * combine.c (combine_instructions): Add missing argument
496         to try_combine.
497
498         * toplev.c (rest_of_compilation): Delay sibcall optimization
499         until after emit_eh_context.
500
501 2000-04-24  Nick Clifton  <nickc@redhat.com>
502
503         * combine.c (combine_instructions): Do not try to combine a
504         sequence of insns when the second insn has been replaced by a
505         note.
506
507 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
508
509         * gcc.c (load_specs): New static function.
510         (read_specs): Use it.
511
512         * gcc.c (lookup_compiler): Make multiple passes for case
513         insensitive filesystems.
514
515 2000-04-24  Neil Booth  <NeilB@earthling.net>
516
517         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
518         * cpphash.h (_cpp_check_directive): new.
519         * cpplex.c (handle_newline, cpp_free_token_list,
520         init_trigraph_map, trigraph_ok, trigraph_replace,
521         backslash_start, skip_block_comment, skip_line_comment,
522         skip_whitespace, parse_name, parse_number, parse_string,
523         copy_comment, _cpp_lex_line, spell_char, spell_string,
524         spell_comment, spell_name, spell_other, _cpp_lex_file,
525         _cpp_output_list): new.
526         (expand_name_space): take length argument.
527         (init_token_list): add comment list initialisation.
528         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
529         instead of HSPACE_BEFORE.
530
531         * cpplib.c (_cpp_check_directive): new
532         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
533         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
534         (HSPACE_BEFORE): delete.
535         (TTYPE_TABLE): rearrange.
536         (struct cpp_toklist): update.   
537
538 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
539
540         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
541         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
542         argument form of AC_DEFINE.
543
544         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
545         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
546         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
547         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
548         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
549
550         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
551
552 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
553
554         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
555         deduced.h): Use -isystem, not -I, for including system headers.
556
557 2000-04-24  Nick Clifton  <nickc@cygnus.com>
558
559         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
560         the source register is the frame pointer or arg pointer.
561         (addsi3_small_int): Disallow if source register is the frame
562         pointer or arg pointer.
563
564 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
565
566         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
567         call to AC_MSG_RESULT.
568
569 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
570
571         * invoke.texi: Correct grammatical errors, document
572         -fno-gnu-keywords as identical to -fno-asm for C++.
573
574 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
575
576         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
577         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
578         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
579         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
580         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
581
582         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
583         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
584         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
585         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
586         new macros names.
587
588 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
589
590         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro. 
591         (pop_alignment): Likewise.
592         (handle_pragma_token): Likewise.
593
594 2000-04-24  Robert Lipe <robertlipe@usa.net>
595
596         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
597
598 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
599
600         * combine.c (try_combine): Update reg_nonzero_bits of
601         newi2pat before newpat.
602
603 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
604
605         * loop.c (strength_reduce): Simplify test to INSN_P.
606         (record_giv): Attempt to simplify the add value, use CONSTANT_P
607         expressions instead of CONST_INT.
608         (express_from_1): Likewise.
609
610 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
611
612         * regs.h (reg_n_max): Don't declare.
613         * flow.c (reg_n_max): Don't define.
614         * regclass.c (renumber): Don't initialize to zero.
615         (regno_allocated): Likewise.
616         (reg_n_max): Define.
617         (allocate_reg_info): Don't initialize unnecessarily.
618         
619 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
620
621         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
622         and blockage_p in the newly allocated attribute.
623
624 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
625
626         * config/mn10300/mn10300.md (addsi): `inc4' on address
627         registers does not modify cc, but `inc' on an extended
628         register does.
629
630 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
631
632         * reload.c (find_equiv_reg): Checks all valueno regs
633         as a reload_reg_p regs.
634
635 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
636
637         * cpphash.c (collect_objlike_expansion): Add sanity check.
638         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
639         the buffer is the empty string, return.  Mark __DATE__ and
640         __TIME__ as XCONST nodes, not MCONST.
641         (_cpp_macroexpand): Avoid pushing an empty buffer.
642         (funlike_macroexpand): Don't pop token_buffer here.
643
644 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
645
646         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
647         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
648         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
649         (REGNO_OK_FOR_BASE_P): Define in terms of them.
650         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
651         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
652         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
653
654 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
655
656         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
657         constant MULT givs.
658
659 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
660
661         * cpphash.h (struct definition): Move file, line, col members...
662         (struct hashnode): ... here.  Also add 'disabled' flag.
663         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
664         T_IDENTITY.  Remove T_DISABLED.               
665         Update prototypes.
666
667         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.     
668         (collect_expansion): Split into collect_objlike_expansion and
669         collect_funlike_expansion.                                 
670         (_cpp_macroexpand): Split out scan_arguments, stringify, and
671         funlike_macroexpand.
672         (_cpp_compare_defs): Rename compare_defs, make static.
673         (_cpp_make_hashnode): Initialize hp->disabled.  
674         (macro_cleanup): Adjust for new token types.  Clear
675         m->disabled.
676         (_cpp_create_definition): Move code here to determine what     
677         sort of macro it is, and code to check for redefinitions, from
678         do_define.  Implement a few simple cases without creating a   
679         full DEFINITION.
680         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
681         Handle the simple cases.                                 
682         (push_macro_expansion): Set buf->has_escapes and hp->disabled
683         here.
684
685         * cppinit.c (builtin_array): Change MCONST to XCONST
686         everywhere.
687         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
688         fix check for disabled and function-like macros.
689         * cpplib.c (do_define): Move most logic to
690         _cpp_create_definition.
691         (do_undef): Handle new special token types.
692
693 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
694
695         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
696         of CONSTANT_P for mult_val; always use validate_change to update insn.
697
698 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
699
700         * cpphash.c (trad_stringify, add_pat): New functions.
701         (collect_expansion): Restore support for -traditional syntax.
702         Use trad_stringify and add_pat.
703         (_cpp_macroexpand): Restore support for -traditional semantics.
704         * cpplex.c (_cpp_scan_line): Don't change space_before if we
705         get a COMMENT token.
706         (_cpp_lex_token): Provide COMMENT tokens to caller if
707         traditional and parsing_define_directive.
708         (skip_comment): Warn about // comments if -Wtraditional.
709         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
710         proper node type.
711         (do_undef): Don't warn about undefining EMPTY nodes.
712
713 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
714
715         * loop.c (strength_reduce): Fix biv removal code.
716
717 2000-04-22  Richard Henderson  <rth@cygnus.com>
718
719         * predict.c (estimate_probability): Examine both sides of
720         a branch for no exits.  Use 90% not 50% for predict taken.
721         Reorg for one copy of note generation code.
722
723 2000-04-22  Richard Henderson  <rth@cygnus.com>
724
725         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
726
727 2000-04-22  Richard Henderson  <rth@cygnus.com>
728
729         * diagnostic.c (init_output_buffer): Don't initialize format_args.
730         (output_clear): Likewise.
731         (output_printf): Use va_copy.
732         (vline_wrapper_message_with_location): Likewise.
733         (v_message_with_decl): Likewise.
734         (line_wrapper_printf): VA_START infor buffer.format_args directly.
735         * system.h (va_copy): Provide default implementation.
736
737 2000-04-22  Richard Henderson  <rth@cygnus.com>
738
739         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
740         the collected condition is not a constant.
741
742 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
743
744         * diagnostic.h: New file.
745
746         * Makefile.in (diagnostic.o): Depends on diagnostic.h
747
748         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
749         various function prototypes.
750         (diagnostic.h): #include.
751         (struct output_buffer): Move into diagnostic.h.
752         (get_output_prefix): Rename to output_get_prefix.  Export.
753         (init_output_buffer): Export. Break out.  Ajust intialization.
754         (output_space_left, output_append): Export.
755         (output_newline): Rename to output_add_newline.  Export.
756         (output_clear): Nullify additional output_buffer fields.
757         (output_puts): Rename to output_add_string.  Export.
758         (dump_output): Rename to output_flush_on.  Export.
759         (build_location_prefix): Constify return-type.
760         (emit_output_prefix): Rename to output_emit_prefix. Export.
761         (set_real_maximum_length): New function.
762         (output_set_maximum_length): Ditto
763         (output_clear): Ditto.
764         (output_add_character): Ditto.
765         (output_add_integer): Ditto.
766         (output_add_space): Ditto.
767         (output_format): Ditto.
768         (output_printf): Adjust buffer initialization.
769         (vline_wrapper_message_with_location): Ditto.
770         (v_message_with_decl): Ditto.  Adjust call to output_puts
771         and get_output_prefix.
772         (default_print_error_function): Adjust buffer intialization.
773
774 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
775
776         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
777         of VOID_TYPE.
778
779 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
780
781         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
782         of explicit 0.
783
784 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
785
786         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
787         accurate data about SP moves.
788
789 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
790
791         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
792         aliases to AM33 registers.
793
794 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
795
796         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
797         to all EXTENDED bitmaps.
798
799 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
800
801         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
802         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
803         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
804
805 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
806
807         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
808         the operand is not constant.
809
810 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
811
812         * reload.c (find_equiv_reg): Checks all valueno and regno regs
813         as a call-clobbered regs.
814
815 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
816
817         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
818         * rtl.h: Likewise.
819         * rtl.def: Update comment.
820         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
821         * integrate.c (expand_inline_function): Likewise.
822         * profile.c (branch_prob): Likewise.
823         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
824         * print-rtl.c (print_rtx): Likewise.
825         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
826         (reemit_notes): Likewise; also use enum insn_note.
827
828         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
829         (place_field): Properly compute know and actual alignment.
830
831         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
832         in proper format.
833
834         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
835         note for REG1.
836
837 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
838
839         * cpphash.c (struct arg, struct arglist): Const-ify strings.
840         (warn_trad_stringify, duplicate_arg_p): New helper functions.
841         (collect_expansion): Rewrite to scan over a token list.
842         Remove -traditional support.
843         (collect_formal_parameters): Rename to collect_params; rewrite
844         to scan over a token list.
845         (_cpp_create_definition): Adjust to scan a token list.
846         (_cpp_macroexpand): Remove -traditional support.
847         (_cpp_compare_defs): Whitespace is now canonicalized.
848         (comp_def_part): Delete function.
849
850         * cpphash.h: Update prototypes.
851         * cpplex.c (init_token_list): Don't set lineno if there is no
852         buffer.
853         (pedantic_whitespace): New function.
854         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
855         consume a newline.  Use pedantic_whitespace.
856         (_cpp_lex_token): Remove support for -traditional macros.
857         (_cpp_get_define_token): Delete.
858         (_cpp_get_directive_token): Do the real work here.  Use
859         pedantic_whitespace.
860         (_cpp_init_input_buffer): Initialize pfile->directbuf.
861
862         * cpplib.c (get_macro_name): Delete.
863         (do_define): Read the entire line into pfile->directbuf, then
864         feed the token list to _cpp_create_definition.
865         * cpplib.h (HSPACE_BEFORE): new define.
866         (struct cpp_reader): Add a toklist member, "directbuf".
867
868         * predict.c (estimate_probability): New heuristic: if a jump
869         branches around a block with no successors, predict it taken.
870         Disentangle control flow.
871
872 2000-04-20  Richard Henderson  <rth@cygnus.com>
873
874         * loop.c (emit_iv_add_mult): Revert last change.
875
876 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
877
878         * cpplib.h (enum cpp_ttype): Add token types for all
879         punctuators.  Distinguish pp-numbers from valid C numbers.
880         Give some tokens better names.  Initialize from macro.    
881         (struct cpp_name, cpp_token, cpp_toklist): New data   
882         structures.
883         Update prototypes.
884         * cpplex.c (bump_column, expand_name_space,
885         expand_token_space, init_token_list, cpp_output_list,
886         _cpp_scan_line):  New functions.
887         (output_line_command): Add third argument, new line number.
888         * cpphash.h: Update prototypes.
889         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
890         token names.
891
892 2000-04-20  Richard Henderson  <rth@cygnus.com>
893
894         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
895
896 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
897
898         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
899         object pointed to.
900
901 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
902
903         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
904         REG_EQUAL note explaining the calculated value.
905
906         * calls.c (expand_call): Avoid unnecesary precalculation
907         and outgoing parameters space guarding for sibling calls.
908         (store_one_arg): Likewise.
909
910 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
911
912         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
913         (rest_of_compilation): Write sibling dump file and account
914         for time as jump time.
915         * invoke.texi: Update documentation on dump flags.
916
917 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
918
919         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
920
921 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
922
923         * cpphash.c (special_symbol): Represent an empty macro with
924         "\r \r " not just "\r ".
925         (_cpp_macroexpand): Correct condition for the foo ( ) special
926         case.
927         (unsafe_chars): Handle EOF as second argument.
928         (push_macro_expansion): Simplify test for removing escape at
929         end.  Do not trim both escapes if there is no text in between.
930
931 2000-04-19  Jim Blandy  <jimb@redhat.com>
932
933         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
934         of PTR_SIZE, when appropriate.
935
936 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
937
938         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
939         (USE_ENUM_BITFIELDS): Fix typo.
940
941 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
942
943         * stor-layout.c (place_field): Set rli->offset_align properly.
944
945 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
946
947         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
948         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
949         PARM_BOUNDARY): Remove unnecessary casts.
950
951 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
952
953         * calls.c (precompute_arguments): Remove must_preallocate and
954         args_size calls.
955         (expand_call): Update call of precompute_arguments.
956
957         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
958         check_insn_for_givs): Break out from ...
959         (strength_reduce) ... here; use for_every_insn_in_loop to call
960         check_insn_for_givs.
961         * loop.h (for_every_insn_in_loop): Declare.
962         (loop_insn_callback): New type.
963
964 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
965
966         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
967         not nul-terminated.
968
969 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
970
971         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
972         flag_pic and RELOC.
973
974 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
975
976         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
977
978         * configure.in: Delete --disable-cpplib option and all
979         references to cpp_main.
980         * configure: Regenerate.
981         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
982         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
983         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
984         cpp$(exeext).  Add --no-headers to makeinfo command line when
985         generating INSTALL.  Install and uninstall cpp.1 manpage, not
986         cccp.1.
987         * install.texi: Delete all references to cexp.y/cexp.c.
988         Delete ancient instructions for compiling GCC on 3b1.
989         * INSTALL: Regenerate.
990
991         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
992         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
993         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
994         cexp.c/cexp.y.
995         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
996         which is no longer tested anywhere.
997         
998         * cppinit.c (handle_option): Don't run error message through
999         gettext twice.
1000
1001 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1002
1003         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
1004         * cpperror.c (hashtab.h): Now include.
1005         * cppexp.c (hashtab.h): Likewise.
1006         * cpplex.c (hashtab.h): Likewise.
1007         * cppfiles.c (hashtab.h): Likewise.
1008         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
1009         to htab_find_slot_with_hash.
1010         * cpphash.c (hashtab.h): Now include.
1011         (_cpp_lookup_slot): INSERT is now enum insert_option.
1012         * cpphash.h (_cpp_lookup_slot): Likewise.
1013         * cppinit.c (hashtab.h): Include earlier.
1014         (initialize_builtins): Pass enum to htab_find_slot.
1015         * cpplib.c (hashtab.h): Now include.
1016         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
1017         (do_pragma_poison, do_assert): Likewise.
1018         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
1019         htab_find_slot_with_hash.
1020         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
1021         * tree.c (type_hash_add): Likewise.
1022         (build1): Minor cleanup.
1023
1024         * ggc-common.c: Add missing blanks.
1025         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
1026         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
1027
1028         * stmt.c (mark_case_node): New function.
1029         (mark_case_nesting): Call it.
1030
1031         * expmed.c (emit_store_flag): If comparing two-word integer
1032         with zero, can optimize NE, EQ, GE, and LT.
1033
1034         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
1035         * conflict.c: Minor cleanups.
1036         * optabs.c: Add blank line
1037         * simplify-rtx.c: Minor cleanups.
1038
1039 2000-04-18  Stan Cox  <scox@cygnus.com>
1040
1041         * gengenrtl.c (genlegend): Fix misspelling.
1042
1043 2000-04-18  Robert Lipe  <robertlipe@usa.net>
1044
1045         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
1046         bitfields of the host compiler are not signed quantities.
1047         * config.in: Regenerate.
1048         * configure: Regenerate.
1049         * system.h (USE_ENUM_BITFIELDS): Added.
1050         (ENUM_BITFIELDS): Added.
1051         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
1052         (SHORT_ENUM_BUG): Deleted.
1053         * tree.h (tree_common): Members `code', `mode', `built_in_class', 
1054         now ENUM_BITFIELD.
1055         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
1056         (CODE_FIELD_BUG): Likewise.
1057         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
1058         (OLD_CC): Likewise.
1059         * config/m68k/x-ccur (X_CFLAGS): Likewise.
1060
1061 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
1062
1063         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
1064         mark is active.
1065
1066 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1067
1068         * cppexp.c (lex): Don't assume tokens are NUL terminated.
1069         * cpplib.c (do_include, do_import, do_include_next,
1070         read_line_number, detect_if_not_defined): Likewise.
1071         * cpphash.c (collect_expansion): Likewise.
1072         (special_symbol, _cpp_macroexpand): Check return from
1073         cpp_file_buffer.
1074         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
1075         macros.  Delete all uses.
1076
1077         * gcc.dg/cpp-mi.c: Add two more test cases.
1078         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
1079
1080 2000-04-17  Richard Henderson  <rth@cygnus.com>
1081
1082         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
1083         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
1084
1085 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
1086
1087         * function.c (expand_function_start): Use hard_function_value to
1088         compute the RTL to use for DECL_RESULT.
1089
1090 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1091
1092         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
1093         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1094          x86_memory_mismatch_stall): New global variables.
1095         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
1096         alloved; fix load penalties for Athlon.
1097         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1098         x86_memory_mismatch_stall): Declare.
1099         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
1100          TARGET_MEMORY_MISMATCH_STALL): New.
1101         * i386.md (athlon scheduling parameters): Fix latencies according to
1102         Athlon Optimization Manual.
1103         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
1104         vector.
1105         (fsqrt instruction patterns): Set athlon_decode to direct.
1106         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
1107         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
1108         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
1109         and TARGET_PARTIAL_REGISTER_STALL machines.
1110         (pushdf_nointeger): New pattern.
1111         (pushdf_integer): Rename from pushdf.
1112         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
1113         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
1114
1115 2000-04-17  Richard Henderson  <rth@cygnus.com>
1116
1117         * loop.c (canonicalize_condition): Add WANT_REG argument.
1118         Stop the search if we match it.
1119         * expr.h (canonicalize_condition): Update decl.
1120         * predict.c (expected_value_to_br_prob): Use it.  Track last
1121         expected value note.
1122         (find_expected_value): Remove.
1123
1124         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
1125
1126 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1127
1128         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
1129         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
1130         a plain file.
1131         * configure.in: Call AC_FUNC_MMAP_FILE.
1132         * configure: Regenerate.
1133         * config.in: Regenerate.
1134
1135         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
1136         * fixinc/fixincl.c: Likewise.
1137
1138 2000-04-17  Richard Henderson  <rth@cygnus.com>
1139
1140         * builtins.c (expand_builtin_expect): New.
1141         (expand_builtin): Call it.
1142         * builtins.def (BUILT_IN_EXPECT): New.
1143         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
1144         * extend.texi: Document it.
1145
1146         * predict.c (expected_value_to_br_prob): New.
1147         (find_expected_value): New.
1148         * basic-block.h (expected_value_to_br_prob): Declare.
1149         * toplev.c (rest_of_compilation): Invoke it.
1150
1151         * rtl.h (NOTE_EXPECTED_VALUE): New.
1152         (NOTE_INSN_EXPECTED_VALUE): New.
1153         * rtl.c (note_insn_name): Update.
1154         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
1155         cases; handle NOTE_INSN_EXPECTED_VALUE.
1156
1157 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
1158
1159         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
1160         leaf sibcall delay slot if flag_pic.
1161         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
1162
1163 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1164
1165         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
1166
1167         * fixproto: If fix-header fails, exit with an error.
1168
1169 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1170
1171         * cse.c (struct check_depdendence_data): New.
1172         (check_dependence): New function.
1173         (invalidate): Use check_depdenence.
1174
1175 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1176
1177         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
1178         UNITS_PER_WORD is unsigned.
1179
1180         * tree.h (struct tree_common): Remove misleading comment.
1181
1182 2000-04-16  Dave Pitts  <dpitts@cozx.com>
1183
1184         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
1185         message in quotes. Otherwise, IBM's make program treats the '#' as the
1186         start of a comment and ignores the remainder of the line.
1187
1188         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
1189         upper case.
1190         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
1191         * cexp.y (initialize_random_junk): Likewise.
1192         * cppfiles.c (find_include_file): Cast alloca return value.
1193         * cppinit.c (initialize_standard_includes): Likewise.
1194         * cpplib.c (cpp_define, cpp_undef): Likewise.
1195         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
1196         * final.c (output_asm_insn): Allow for holes in EBCDIC.
1197         * fold-const.c (CHARMASK): New.
1198         (real_hex_to_f): Use it.
1199         * real.c (CHARMASK): New.
1200         (etoasc, asctoeg): Use it.
1201         (asctoeg): EBCDIC lower case characters preceed upper case.
1202
1203         * i370.c (mvs_add_label): Change spacing for coding conventions.
1204         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
1205         outputing case vectors.
1206         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
1207         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
1208         since vector in in the data CSECT.
1209         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
1210         * i370.md (Many patterns): Put the length in the XL directives.
1211         (movdi): Put back STM and MVC in definition.
1212         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
1213         pattern using the TCA.
1214         * oe.h (CPP_SPEC): Added to allow trigraphs.
1215         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
1216         not support the "long long" type.
1217
1218 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1219
1220         * config/mips/mips-protos.h (mips_legitimate_address_p): New
1221         function.
1222         (mips_reg_mode_ok_for_base_p): Likewise.
1223         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
1224         (REG_OK_FOR_INDEX_P): Define unconditionally.
1225         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
1226         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
1227         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
1228         that GET_MODE_SIZE is unsigned.
1229         (mips_reg_mode_ok_for_base_p): Define.
1230         (mips_legitimate_address_p): Likewise.  Adjust now
1231         that GET_MODE_SIZE is unsigned.
1232         (block_move_loop): Make the number of bytes unsigned.
1233         (expand_block_move): Likewise.
1234         (function_arg): Make the loop counter unsigned to match the
1235         boundary condition.
1236
1237 2000-04-16  Richard Henderson  <rth@cygnus.com>
1238
1239         * rtl.h (enum insn_note): New enumeration.  Subsume
1240         NOTE_INSN_DELETED and friends.
1241         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
1242         * rtl.c (note_insn_name): Tweak string order.
1243
1244 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
1245
1246         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
1247         to offset * 2.
1248
1249         * cpplex.c (output_line_command): Remove debugging prints.
1250         (cpp_output_tokens): Don't write out a zero-length buffer or
1251         try to see if it has a newline in it.
1252         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
1253         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
1254         the end of the loop.  Use memmove.  Don't read past the end of
1255         the buffer.  Remove trailing newlines from error messages.
1256
1257 2004-04-16  Neil Booth  <NeilB@earthling.net>
1258
1259         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
1260         * cpplib.c: Add new syntax flags to directive table, and
1261         supporting macros.
1262
1263 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
1264
1265         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
1266         using ret $N.
1267
1268 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1269
1270         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
1271         * haifa-sched.c: Update -fsched-verbose comments to use "=".
1272
1273 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1274
1275         * Makefile.in (ggc-page.o): Now includes toplev.h.
1276         * ggc-page.c (toplev.h): Now included.
1277         (gc_time): Remove declaration.
1278         (ggc_collect): TIME now long.
1279         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
1280         others static.
1281         * toplev.h (gc_time, parse_time, gc_time): New declarations.
1282
1283         * toplev.c: Make *_time variable long to reduce chance of overflow.
1284         (TIMEVAR): Likewise for `otime'.
1285         (print_time): Arg is now long; compute percentage in FP and round.
1286         * toplev.h (print_time): Arg is long.
1287
1288         * tree.c: Minor whitespace changes.
1289
1290         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
1291         * configure: Rebuilt.
1292         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
1293         (__fixunsxfDI): Renamed from __fixunsxfdi.
1294         (__fixunsdfDI): Renamed from __fixunsdfdi.
1295         (__fixunssfDI): Renamed from __fixunssfdi.
1296         (__floatdisf): Use proper type in REP_BIT macro.
1297         (__fixunsxfSI): Renamed from __fixunsxfsi.
1298         (__fixunsdfSI): Renamed from __fixunsdfsi.
1299         (__fixunssfSI): Renamed from __fixunssfsi.
1300         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
1301         Change location of macros and upper-case some names as above.
1302         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
1303         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
1304
1305         * varasm.c (assemble_variable): Add cast to remove warning.
1306         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
1307
1308         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
1309         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
1310         region number to -1.
1311
1312 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
1313
1314         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
1315         call unshare_all_rtl.
1316
1317         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
1318
1319 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
1320
1321         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
1322         Use .s1 not .s0 for all FP instructions.
1323
1324 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
1325
1326         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
1327         interfaces.
1328         (safe_fwrite, output_line_command): New static functions.
1329         (cpp_expand_to_buffer): Now private to cpplib.
1330         (cpp_scan_buffer): Take a printer.
1331
1332         * cpphash.h: Update prototypes.
1333         * cpplib.h: Update prototypes.
1334         (cpp_printer): New.
1335         (cpp_buffer): Remove last_nominal_fname.
1336         (cpp_reader): Remove lineno.
1337
1338         * cppmain.c: Use a cpp_printer.
1339         * fix-header.c: No need to inhibit line commands.  Call
1340         cpp_start_read with no printer.
1341
1342         * cpperror.c (cpp_notice_from_errno): Provide default name.
1343         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
1344         (find_include_file, cpp_read_file): Use make_IHASH.
1345         (file_cleanup): Set control_macro and clear
1346         input_stack_listing_current here.
1347         (_cpp_execute_include): Don't output entering-file marker.
1348         * cpphash.c (special_symbol): Look for the line number in the
1349         buffer, not the reader.
1350         (_cpp_macroexpand): No need to disable line commands.
1351         (_cpp_dump_definition): No need to generate line commands.
1352         (dump_hash_helper): Remove excess newline from output.
1353         * cppinit.c (dump_special_to_buffer): No need to generate line
1354         commands.
1355         (cpp_printer_init): New.
1356         (cpp_start_read): Take a printer, and start it up if it's not
1357         NULL.  No need to generate line commands.
1358         (cpp_finish): Expect no buffers stacked at all.  Take a
1359         printer argument, and flush the output buffer if it's not
1360         NULL.
1361         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
1362         Don't put two hashes at the beginning of an assertion.
1363         (cpp_get_token): Don't increment pfile->lineno or emit line
1364         commands here.  Return EOF if there's no buffer when we get
1365         EOF.
1366         * cpplib.c (do_define, skip_if_group): 
1367         No need to disable line commands.
1368         (_cpp_output_line_command): Delete function.
1369         (do_line): Don't emit line commands here, but set things up so
1370         they will be emitted if necessary.  Use _cpp_fake_ihash to
1371         make unique nominal_fnames if necessary.
1372         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
1373         with 0 for column, not -1.
1374         (_cpp_handle_eof): Don't set the control macro here.  Don't
1375         clear input_stack_listing_current here.  Don't emit line
1376         commands.
1377
1378 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1379
1380         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
1381         always, use the default SVR4 start address.
1382
1383         * config/rs6000/linux.h (LINK_SPEC): Don't define.
1384         (LINK_SHLIB_SPEC): Define.
1385         (LINK_START_DEFAULT_SPEC): Define.
1386         (LINK_OS_DEFAULT_SPEC): Define.
1387
1388         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
1389
1390         * config/rs6000/eabi.asm (__eabi): Call __init rather than 
1391         __do_global_ctors to handle constructors.
1392         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
1393         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
1394         (STARTFILE_MVME_SPEC): Likewise.
1395         (STARTFILE_SIM_SPEC): Likewise.
1396         (ENDFILE_ADS_SPEC): Use crtend.
1397         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
1398         (ENDFILE_MVME_SPEC): Likewise.
1399         (ENDFILE_SIM_SPEC): Likewise.
1400         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
1401         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
1402         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
1403         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
1404         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
1405         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
1406         (CRTSTUFF_T_CFLAGS_S): Define.
1407         * config/rs6000/eabi-ctors.c: Delete.
1408         
1409         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
1410         boundary.
1411         (__fini): Likewise.
1412         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
1413         boundary.
1414         (__fini): Likewise.
1415
1416 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
1417
1418         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
1419         plus mask size is smaller or equal to the mode size.
1420
1421 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1422
1423         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
1424         not yet set.
1425
1426         * expr.c (reload.h): Now included.
1427         (emit_block_move): Set volatile_ok when checking for movstr.
1428         (emit_move_1): Check for replacements in addresses in multi-word case.
1429         * Makefile.in (expr.o): Now includes reload.h.
1430
1431         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
1432         Never have a LIBCALL end a basic block.
1433         (find_basic_blocks_1): Likewise.
1434         Reorganize CALL_INSN cases.
1435
1436         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
1437
1438 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
1439
1440         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
1441         completers from mov.ret instruction.
1442
1443 2000-04-14  Richard Henderson  <rth@cygnus.com>
1444
1445         * fold-const.c (extract_muldiv): Don't distribute and widen
1446         multiply across plus for non-sizetype unsigned types.
1447
1448 2000-04-14  Richard Henderson  <rth@cygnus.com>
1449
1450         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
1451         If the original source is dead in the incr insn, it's dead now.
1452
1453 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1454
1455         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
1456         see if DECL_BIT_FIELD needs to still be set.
1457
1458         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
1459
1460         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
1461         print_int_cst_octal with something that's not an INTEGER_CST.
1462
1463         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
1464         and not a SUBREG to a FLOAT rtl.
1465
1466 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
1467
1468         * emit-rtl.c (try_split): Avoid infinite loop if the split
1469         results in a sequence that contains the original insn.
1470
1471 2000-04-13  Andreas Jaeger  <aj@suse.de>
1472
1473         * config/mips/mips.c (expand_block_move): Pass alignment
1474         argument to move_by_pieces in bits, not bytes.
1475
1476         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
1477         __pic__ for little endian.
1478
1479 2000-04-13  Andreas Jaeger  <aj@suse.de>
1480
1481         * config/i386/i386-protos.h: Add prototype for
1482         uno_comparison_operator.
1483
1484 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1485
1486         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
1487         * calls.c (ECF_PURE): New flag.
1488         (emit_call_1): Handle ECF_PURE calls.
1489         (initialize_argument_information): Unset ECF_PURE flag too.
1490         (precompute_arguments): Precompute for ECF_PURE too.
1491         (expand_call): Handle ECF_PURE calls too.
1492         (emit_library_call_value_1): Rename no_queue argument to fn_type,
1493         accept value of 2 as pure function.
1494         (emit_library_call_value, emit_library_call): Rename no_queue argument
1495         to fn_type.
1496         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
1497
1498         * tree.h (DECL_IS_PURE): New macro.
1499         (struct tree_decl): Add pure_flag.
1500         * c-common.c (enum attrs): Add attribute "pure".
1501         (init_attributes): Initialize attribute "pure"
1502         (decl_attributes): Handle attribute "pure".
1503         * extend.texi (Attribute "pure"): Document.
1504         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
1505         in pure function.
1506         (flags_from_decl_or_type): Support attribute "pure".
1507
1508 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
1509
1510         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
1511         the token except for numbers and identifiers.
1512
1513 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
1514
1515         * i386.c (ix86_expand_binary_operator,
1516         ix86_expand_unary_operator): Check no_new_pseudos
1517         instead of reload_in_progress and reload_completed.
1518         (ix86_split_ashldi, ix86_split_ashrdi,
1519         ix86_split_lshrdi): Check no_new_pseudos instead
1520         of reload_completed.
1521
1522 2000-04-12  Jeffrey A Law  (law@cygnus.com)
1523
1524         * function.c (purge_addressof): Unshare any shared rtl created by
1525         purge_addressof and its children.
1526
1527 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
1528
1529         * function.c (aggregate_value_p): VOID_TYPE nodes are never
1530         aggregates.
1531
1532 2000-04-05  Andreas Jaeger  <aj@suse.de>
1533
1534         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
1535         not compiling PIC code, add flags for mabi=64.
1536         (SUBTARGET_CPP_SIZE_SPEC): New.
1537         (SUBTARGET_CPP_SPEC): New.
1538         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
1539         for MIPS/Linux and lots of code needs these defines.
1540
1541 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
1542
1543         * reorg.c (fill_slots_from_thread): Check side_effects_p when
1544         trying the "opposite arithmetic" approach.
1545
1546 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1547
1548         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
1549         (struct sh_args): Add new field force_mem.
1550         (INIT_CUMULATIVE_ARGS): Initialize it.
1551         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
1552
1553 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1554
1555         * calls.c (expand_call): Do not reverse args in "equal from" field.
1556         (emit_library_call_value_1): Emit_libcall_block for const and pure
1557         function.
1558
1559 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1560
1561         * reload1.c (reload_combine): Don't enable optimization for fixed
1562         registers when encountering a BARRIER.
1563
1564 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1565
1566         * builtins.c (expand_builtin_memcmp): Do expansion even with
1567         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
1568
1569         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
1570         stack is propertly aligned; add sanity checking for aligned
1571         stack pointer.
1572         (expand_library_call_value_1): Add sanity checking for aligned
1573         stack pointer.
1574
1575 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
1576  
1577         * calls.c (emit_library_call_value_1): Change 3rd arg to
1578         locate_and_pad_parm to disregard the setting of partial.
1579
1580 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1581
1582         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
1583
1584         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
1585         CALL_INSN from the normal case.
1586
1587 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1588
1589         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1590         New global variables.
1591         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
1592         adjustment.
1593         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1594         Declare,
1595         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
1596          TARGET_ADD_ESP_8): New macros.
1597         * i386.md: Add peep2s to convert esp adjustments to push and pop
1598         instructions.
1599         (pushsi_prologue, popsi_epilogue): New patterns.
1600
1601 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1602
1603         * real.c (toe64): Remove stale #endif from the last change.
1604
1605 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
1606
1607         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
1608         * real.c (toe64): Revert previous change.
1609
1610 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1611
1612         * objc/objc-act.c: Include ggc.h.
1613         (objc_tree_index, objc_global_trees): Convert most of the
1614         static tree variables into a static array with previous names
1615         as defines.
1616         (objc_ellipsis_node): New variable.
1617         (lang_init): Call objc_act_parse_init and c_parse_init.
1618         Create objc_ellipsis_node.
1619         (build_selector_translation_table): Use objc_ellipsis_node instead
1620         of (tree)1.
1621         (hack_method_prototype): Likewise.
1622         (get_arg_type_list): Likewise.
1623         (start_method_def): Likewise.
1624         (continue_method_def): Likewise.
1625         (gen_method_decl): Likewise.
1626         (ggc_mark_imp_list): New function.
1627         (ggc_mark_hash_table): New function.
1628         (objc_act_parse_init): New function.
1629         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
1630         * c-parse.in (c_parse_init): For objc add roots of objc specific
1631         local tree variables.
1632         * objc/objc-parse.y: Rebuilt.
1633         * objc/objc-parse.c: Rebuilt.
1634         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
1635
1636 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
1637
1638         * cse.c (delete_trivially_dead_insns): Also delete insns
1639         that copy a register to itself where the destination is
1640         a strict_low_part.
1641
1642 2000-04-11  Richard Henderson  <rth@cygnus.com>
1643
1644         * flow.c (struct propagate_block_info): Add new_dead, new_live.
1645         (propagate_block): Initialize them.  Use them in parallel instead
1646         of one tmp variable, ie revert much of the 0408 and 0407 functional
1647         changes, but keep the structural changes.
1648         (mark_set_regs): Take new_dead from propagate_block_info instead.
1649         (mark_set_1, mark_set_reg): Likewise.
1650         (mark_used_regs): Likewise with new_live.
1651         (mark_used_reg): Likewise.  Revert 0408 change.
1652
1653 2000-04-11  Nick Clifton  <nickc@cygnus.com>
1654
1655         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
1656         restriction.
1657         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
1658
1659 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1660
1661         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
1662         const section to output a CONSTRUCTOR based on the same conditions
1663         used for VAR_DECLs.
1664
1665 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
1666
1667         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
1668         * pa/pa-protos.h (output_call): Add additional argument indicating
1669         if the call is a sibling/tail call.
1670         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
1671         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
1672         (function_arg, function_arg_partial_nregs): Likewise
1673         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
1674         (emit_move_sequence): Zero extend certain constants as needed
1675         for TARGET_64BIT.
1676         (compute_zdepdi_operands, output_64bit_and): New functions.
1677         (output_64bit_ior, function_arg): Likewise.
1678         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
1679         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
1680         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
1681         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
1682         (output_bvb): Likewise.
1683         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
1684         (output_call): New argument 'sibcall'.  Generate sibcall sequences
1685         as needed.
1686         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
1687         (ouput_arg_descriptor): Do not emit argument descriptors for
1688         TARGET_64BIT.
1689         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
1690         defined.
1691         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
1692         (FUNCTION_OK_FOR_SIBALL): Define.
1693         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
1694         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
1695         (CPP_SPEC): Use new spec infrastructure.
1696         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
1697         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
1698         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
1699         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
1700         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
1701         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
1702         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
1703         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
1704         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
1705         (FUNCTION_ARG); Call out to C code.
1706         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
1707         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
1708         (MIN_UNITS_PER_WORD): Likewise.
1709         * pa/pa.md (cmpdi): New expander.
1710         (scc patterns, movstrsi): Not available for TARGET_64BIT.
1711         (64bit conditional arithmetic): New patterns.
1712         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
1713         (movsicc): Not available if modes on all the operands to not match.     
1714         (movdicc): New expander and associated patterns.
1715         (64bit branches): New patterns.
1716         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
1717         (pre_ldd, post_std): New patterns.
1718         (64bit addil, load low part): New patterns.
1719         (special movsf constant): Not available for TARGET_64BIT.
1720         (movsf, movdf expanders): Force constants into memory.
1721         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
1722         (64bit movdf/movdi patterns): New patterns.
1723         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
1724         for TARGET_64BIT.
1725         (extendqidi2, extendhidi2, extendsidi2): Similarly.
1726         (adddi3 expander): Allow "arith_operand" for second input.
1727         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
1728         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
1729         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
1730         (muldi3): New expander for TARGET_64BIT.
1731         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
1732         for TARGET_64BIT.
1733         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
1734         patterns for TARGET_64BIT.
1735         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
1736         patterns for TARGET_64BIT.
1737         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
1738         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
1739         (sibcall_epilogue): New expander.
1740         (casesi): Tweak for TARGET_64BIT.
1741         (call expanders): Set & use the outgoing argument pointer.  Use the
1742         64bit call patterns as needed. Add additional arg to output_call.
1743         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
1744         (sibcall, sibcall_internal_symref): New expanders.
1745         (sibcall_value, sibcall_value_internal_symref
1746         (interspace_jump): Turn into an expander + matching patterns.
1747         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
1748         * pa/pa64-regs.h: Eliminate trigraph sequences.
1749         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
1750
1751 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
1752
1753         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
1754         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
1755         cpp_token with cpp_ttype everywhere.
1756         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
1757         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
1758         CPP_BUF_COL.  Line and column numbers are unsigned int, not
1759         long.
1760         * cpplex.c (cpp_buf_line_and_col): Delete.
1761         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
1762         'long lineno' to 'unsigned int lineno'.
1763         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
1764
1765 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1766
1767         * extend.texi: ISO C99 is not a draft anymore.
1768         * invoke.texi: ISO C++ is not a draft anymore.
1769         * cpp.texi: __cplusplus is required by the ISO standard.
1770
1771         * extend.texi (-fthis-is-variable): Undocument.
1772         * flags.h (warn_template_debugging): Remove declaration.
1773         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
1774         -Wenum-clash, -Wtemplate-debugging): Undocument.
1775
1776 2000-04-10  Nick Clifton  <nickc@cygnus.com>
1777
1778         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
1779         integer.
1780         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
1781         integer.
1782         (ARM_SIGN_EXTEND): Use HOST_UINT.
1783         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
1784         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
1785         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
1786         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
1787
1788         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
1789         (arm_gen_constant): Use HOST_UINT.
1790         (arm_canonicalize_constant): Use HOST_UINT.
1791         (arm_reload_in_hi): Use HOST_UINT.
1792         (arm_reload_out_hi): Use HOST_UINT.
1793         (output_multi_immediate): Use HOST_UINT.
1794         (int_log2): Use HOST_UINT.
1795         (arm_poke_function_name): Use HOST_UINT.
1796         (arm_output_epilogue): Use arm_volatile_func().
1797         (output_thumb_prologue): Use arm_strip_name_encoding().
1798         
1799 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1800
1801         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
1802         of sequence point problems.
1803
1804 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
1805
1806         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
1807         Recomment.
1808         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
1809
1810 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1811
1812         * sbitmap.h: Whitespace changes and use upper-case macro args.
1813         (struct simple_bitmap_def): All sizes now unsigned.
1814         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
1815         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
1816         (sbitmap_vector_alloc): Parms and local vars now unsigned.
1817         (sbitmap_zero): Cast bzero arg to PTR.
1818         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
1819         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
1820         loop to make structure clearer.
1821         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
1822         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
1823         (sbitmap_a_and_b_or_c): Likewise.
1824         (sbitmap_intersection_of_succs): Minor cleanups.
1825         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
1826         (sbitmap_union_of_preds): Likewise.
1827         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
1828         (debug_sbitmap): New function.
1829         
1830         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
1831         * c-typeck.c (convert_for_assignment): Likewise.
1832
1833         * expmed.c (init_expmed): Don't free objects we make.
1834         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
1835
1836         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
1837         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
1838
1839         * gcse.c (expr_hash_table_size): Now unsigned.
1840         (compute_ae_gen): Local variable `i' now unsigned.
1841         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
1842         (compute_transout, hoist_code): Likewise.
1843         (compute_local_properties): Likewise, also hash_table_size.
1844         (alloc_expr_hash_table): N_INSNS now unsigned.
1845         (delete_null_pointer_checks): Mark arg F as unused.
1846
1847         * regrename.c: Minor cleanups, including chang some variables
1848         to unsigned int.
1849
1850 2000-04-10  Neil Booth  <NeilB@earthling.net>
1851
1852         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
1853         than GETC ().
1854         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
1855
1856 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1857
1858         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
1859         __classof__, and __headof__ from the list of gnu keywords.
1860         (-ansi): Remove -foperator-names from list of implied options. 
1861         Do not call it ANSI C++.
1862         (-foperator-names): Document as -fno-operator-names.
1863
1864 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
1865
1866         * cpphash.c (timestamp): Delete.
1867         (del_HASHNODE): If type is T_MCONST, free value.cpval.
1868         (special_symbol): Remove unnecessary braces.  Remove
1869         T_VERSION.  Treat T_STDC like T_CONST unless
1870         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
1871         when one is encountered, then convert them into T_MCONST
1872         nodes.
1873         * cppinit.c (builtin_array): version_string is T_MCONST.
1874         __STDC__ has a "1" in its cpval.  Don't have a terminator
1875         entry.  Clean up which entries are dumped.
1876         (initialize_builtins): Only __STDC__ gets the special
1877         -traditional treatment.  Count the length of builtin_array.
1878         Render version_string here.
1879         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
1880         * cpplib.h (struct cpp_reader): Remove timebuf. 
1881
1882 2000-04-09  Richard Henderson  <rth@cygnus.com>
1883
1884         * genrecog.c (pred): Update comparison_operator for the unordered
1885         operators.
1886
1887         * config/i386/i386.c (no_comparison_operator): Disallow unordered
1888         operators.
1889         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
1890         (uno_comparison_operator): New.
1891         (put_condition_code): Handle UNORDERED/ORDERED.
1892         (unsigned_comparison): Likewise.
1893         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
1894         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
1895         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
1896         update all callers.  Handle all 8 unordered operators.
1897         (ix86_expand_setcc): Lose the unordered argument, update all callers.
1898         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
1899         * config/i386/i386.h (PREDICATE_CODES): Update.
1900         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
1901         (ix86_expand_branch, ix86_expand_setcc): Update.
1902         * config/i386/i386.md (sunordered, sordered): New.
1903         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
1904         (bunordered, bordered): New.
1905         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
1906         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
1907         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
1908
1909 2000-04-09  Philip Blundell  <philb@gnu.org>
1910
1911         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
1912         
1913 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
1914
1915         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
1916         fix_truncxfhi2): New patterns.
1917         * i386.c (output_fix_trunc): Handle converting to HImode.
1918
1919 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
1920
1921         * ssa.c (convert_to_ssa): Eliminate dead code when calling
1922         life_analysis.  
1923         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
1924         (for_each_successor_phi): Change parameter to basic_block.
1925         (coalesce_regs_in_successor_phi_nodes): Likewise.
1926         (coalesce_regs_in_copies): Likewise.
1927         (compute_coalesced_reg_partition): Use basic_block instead of index.
1928         * rtl.h (convert_to_ssa): Delete.
1929         (convert_from_ssa): Likewise.
1930         (successor_phi_fn): Likewise.
1931         (for_each_successor_phi): Likewise.
1932         (in_ssa_form): Likewise.
1933         * basic-block.h (convert_to_ssa): Moved from rtl.h.
1934         (convert_from_ssa): Likewise.
1935         (successor_phi_fn): Likewise.
1936         (in_ssa_form): Likewise.
1937         (for_each_successor_phi): Likewise.  Change parameter to basic_block. 
1938         * flow.c (calculate_global_regs_live): Pass a basic_block to
1939         for_each_successor_phi.
1940
1941 2000-04-08  Richard Henderson  <rth@cygnus.com>
1942
1943         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
1944         was modified in the current insn.
1945
1946 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1947
1948         * arm/thumb.md: Delete.
1949         * arm/thumb-protos.h: Delete.
1950
1951 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1952
1953         Merge changes from merged-arm-thumb-backend-branch onto trunk.
1954
1955         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
1956
1957         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
1958         into branch.
1959
1960         * arm.md (nop): Use the standard RTL expression.  Don't code as a
1961         define_expand.
1962         (*arm_nop, *thumb_nop): Delete.
1963
1964         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
1965         constants.  Use casts instead.
1966         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
1967         output_multi_immediate, arm_poke_function_name): Likewise.
1968         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
1969         MASK_RETURN_ADDDR): Likewise.
1970
1971         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
1972
1973         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325 
1974         into branch.
1975         
1976         * arm.md (eh_epilogue): New function.
1977         * arm.h (struct machine_function): Move to here ...
1978         * arm.c: ... from here.
1979         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
1980         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
1981         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
1982
1983         2000-03-30  Nick Clifton  <nickc@cygnus.com>
1984
1985         * config/arm/semi.h (ASM_SPEC): Restore definition.
1986         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
1987
1988         * config/arm/elf.h (ASM_SPEC): Restore definition.
1989         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
1990
1991         * config/arm/arm.h (ASM_SPEC): Remove definition.
1992         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
1993
1994         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
1995
1996         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
1997
1998         2000-03-24  Nick Clifton  <nickc@cygnus.com>
1999
2000         Various formating tidyups, elimination of compile time
2001         warnings and synchronisation with internal sources:
2002         
2003         * config/arm/arm-protos.h (assemble_align): Add prototype.
2004         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
2005         (gen_comapre_reg): Rename to arm_gen_compare_reg.
2006         (arm_return_addr_rtx): Rename to arm_return_addr.
2007
2008         * config/arm/arm.c: Include except.h.
2009         Define shorter typenames for strict minipool_node and struct
2010         minipool_fix.
2011         (arm_return_in_memory): For WinCE return all structures <= 32 bits
2012         in memory.
2013         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
2014         (gen_comapre_reg): Rename to arm_gen_compare_reg.
2015
2016         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
2017         already defined.
2018         (ASM_SPEC): Define if not already defined.
2019         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
2020
2021         * config/arm/arm.md: Rename references to gen_rotated_half_load to
2022         arm_gen_rotated_half_load, and references to gen_comapre_reg to
2023         arm_gen_compare_reg.
2024         (indirect_jump):  Only accept register operands.
2025         (load_indirect_jump): Keep this pattern since combine can generate
2026         it.
2027
2028         * config/arm/coff.h: Include aout.h.
2029         (MULTILIB_DEFAULTS): Only define if not already defined.
2030
2031         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
2032         into arm.h (so that COFF ports can support thumb based aliases).
2033         (ASM_SPEC): Move definition into arm.h
2034         
2035         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
2036         redundant apcs spec.
2037         (ASM_SPEC): Move definition to arm.h
2038
2039         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
2040
2041         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
2042         for entries in the .bss section
2043
2044         2000-03-23  Nick Clifton  <nickc@cygnus.com>
2045
2046         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
2047         to thumb_far_jump_used_p.
2048
2049         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
2050         single integer parameter.
2051
2052         * config/arm/arm.c (struct machine_function): Add two new
2053         fields, 'far_jump_used' and 'arg_pointer_live'.
2054         (thumb_far_jump_used_p): Once the decision has been made that
2055         far jumps might be used, always return true.
2056         If being called from the initial elimination offset macro then
2057         do not bother to perform the test if the arg pointer is not
2058         being used.
2059         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
2060         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
2061
2062         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
2063
2064         * arm.c (output_return_instruction): Handle more cases where we can
2065         return from a function with an ldr instruction.
2066         (arm_output_epilogue): Likewise.
2067
2068         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
2069         if we need to push a large stack frame and there are no callee-saved
2070         registers.
2071
2072         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
2073         in ARM code if the frame pointer has been eliminated.
2074
2075         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
2076         unspec_volatile arguments to avoid duplicates.
2077         (consttable_1, consttable_2): Fixes for big-endian mode.
2078
2079         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
2080         as appropriate.
2081
2082         Re-write constant pool code.
2083         * arm.c (minipool_node, minipool_fix): New types.
2084         (minifix): Delete type.
2085         (arm_add_minipool_constant): Delete.
2086         (arm_compute_minipool_offsets, arm_find_barrier, 
2087         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
2088         (get_jump_table_size): Now returns HOST_WIDE_INT.
2089         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
2090         functions.
2091         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
2092         (assign_minipool_offsets, arm_print_value): Likewise.
2093         (dump_minipool): Rewrite.
2094         (arm_barrier_cost): New function.
2095         (create_fix_barrier): New function.
2096         (push_minipool_barrier): New function.
2097         (push_minipool_fix): Record additional information about the fixup 
2098         required.
2099         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
2100         check the mode of what needs fixing.
2101         (arm_reorg): Rewrite.
2102
2103         2000-03-08  Nick Clifton  <nickc@cygnus.com>
2104
2105         * config/arm/arm.md (indirect_jump): Force constant addresses into
2106         a register. 
2107
2108         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
2109
2110         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
2111
2112         2000-02-24  Nick Clifton  <nickc@cygnus.com>
2113
2114         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
2115         adjust is word aligned.
2116         (thumb_expand_epilogue): Make sure that stack adjust is word
2117         aligned.
2118
2119         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
2120         
2121         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
2122
2123         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
2124         pointer relative addresses.
2125
2126         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
2127
2128         * arm.c (find_barrier): Find the last barrier within the allowed 
2129         range.
2130
2131         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2132
2133         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
2134
2135         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2136
2137         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
2138         ARM_FUNCTION_PROFILER. 
2139
2140         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
2141         ARM_FUNCTION_PROFILER. 
2142
2143         * config/arm/linux-oldld.h: Imported from mainline sources.
2144
2145         2000-02-07  Nick Clifton  <nickc@cygnus.com>
2146
2147         * config/arm/lib1funcs.asm: Merge in thumb functions from
2148         lib1thumb.asm.
2149         
2150         * config/arm/lib1thumb.asm: Delete.
2151
2152         2000-02-04  Nick Clifton  <nickc@cygnus.com>
2153
2154         * config/arm/arm.c: Sychronised with current Red hat local
2155         sources. 
2156         * config/arm/arm.h: Ditto.
2157         * config/arm/arm-protos.h: Ditto.
2158
2159         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
2160
2161         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
2162
2163         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
2164         byte stores.
2165
2166         2000-02-02  Nick Clifton  <nickc@cygnus.com>
2167
2168         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
2169
2170         * config/arm/arm.md (epilogue): Fix rtl checking abort because
2171         (return) was emited using an emit_insn() call. 
2172         
2173         2000-01-31  Nick Clifton  <nickc@cygnus.com>
2174
2175         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
2176         thumb stack frame.
2177         (thumb_exit): Move frame pointer back into hard frame pointer
2178         register if backtracing is being used.
2179
2180         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
2181
2182         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113 
2183         into branch.
2184
2185         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
2186
2187         * config/arm/arm.md (neg_pool_offset): Provide default for new
2188         attribute.
2189         (arm_movsi_insn): Add neg_pool_offset attribute.
2190         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
2191         rtx for the insn that starts the scan and an unsigned long for its
2192         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
2193         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
2194         instructions in *PINSERTED.
2195         (struct minipool_fixup): Add MIN_ADDRESS elt.
2196         (sort_fixups): Compute it.
2197         (arm_reorg): Changes to support inserting pools before the insn to be
2198         fixed up.
2199
2200         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
2201
2202         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
2203         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
2204         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
2205
2206         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
2207
2208         * config/arm/semi.h (TARGET_VERSION): Do not define if already
2209         defined.
2210         (TARGET_DEFAULT): Do not define if already defined.
2211
2212         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
2213
2214         * config/arm/arm.md (anddi3): Allow disjoint source operands.
2215         (iordi3): Allow disjoint source operands.
2216         (xordi3): Allow disjoint source operands.
2217         (negdi2): Permit construction for ARM and Thumb.
2218         (arm_negdi2): Renamed version of old negdi2 pattern.
2219         (thumb_negdi2): New pattern: Only permit non-overlapping
2220         source and destination.
2221
2222         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
2223
2224         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
2225         scratch low register so that it will not be deleted.
2226
2227         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
2228
2229         * config/arm/pe.h (ARM_PE): Define.
2230         
2231         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
2232         interfacearm attribute if this is a PE toolchain.
2233         (output_return_instruction): Do not emit anything if the function
2234         has the naked attribute set.
2235         (is_called_in_ARM_mode): If the function has the interfacearm
2236         attribute then return true.
2237         (thumb_expand_prologue): Do not generate a prologue for naked
2238         functions.
2239         (thumb_expand_epilogue): Do not generate an epilogie for a naked
2240         function.
2241         (output_thumb_prologue): Do not bother if the function is naked.
2242         Strip PE encoding from function name before emitting.
2243
2244         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
2245
2246         * arm.md (pic_load_addr): Fix constraints.
2247
2248         * arm.md (casesi_insn): Fix mis-applied patch.
2249
2250         * arm.md ("core" function unit): Add rules for single- and
2251         multi-cycle insns.
2252         (All TARGET_THUMB patterns): Add "type" attribute information
2253         where needed.
2254         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
2255         the following insn is a CALL.
2256
2257         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
2258         pointer.
2259         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the 
2260         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
2261         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
2262         
2263         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
2264
2265         * config/arm/linux-gas.h: oops - this file was missed out when the
2266         branch was created...
2267
2268         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
2269
2270         * thumb.c: Deleted.  Move contents to ...
2271         * arm.c: ... here.
2272         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
2273         rule for thumb.o
2274         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
2275         * configure: Regen.
2276
2277         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
2278         declare a prototype for asm_output_align();
2279
2280         * arm.c (thumb_condition_code): Delete.
2281         (arm_print_operand): Always use arm_condition_code array.
2282
2283         * arm.c (thumb_return_addr_rtx): Delete.
2284         (arm_save_machine_status, arm_restore_machine_status): Delete.
2285         (arm_init_machine_status, arm_mark_machine_status): New functions.
2286         (arm_init_expanders): Update accordingly.
2287         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
2288         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
2289         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
2290         
2291         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
2292
2293         * configure.in : Fix arm-*-aout target to use new t-arm-aout
2294         script. 
2295         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
2296         targets.
2297
2298         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
2299
2300         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
2301         stack backtrace structure.
2302
2303         * config/arm/arm-protos.h: Add prototypes for functions defined in
2304         arm/pe.h.
2305         
2306         * config/arm/arm.c (arm_override_options): Fix selection of 
2307         attributes of default processor.
2308         
2309         * config/arm/coff.h: Delete needless #include.
2310         
2311         * config/arm/pe.c: Delete unused code.
2312         
2313         * config/arm/pe.h (CPP_DEFINES): Delete
2314         (SUBTARGET_CPP_SPEC): Define.
2315         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
2316         
2317         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
2318
2319         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
2320
2321         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
2322         updated.
2323         (CAN_DEBUG_WITHOUT_FP): Define.
2324         (FIXED_REGISTERS): Make r11 call-saved.
2325         (CALL_USED_REGISTERS): Likewise.
2326         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
2327         (FRAME_POINTER_REQUIRED): Correct logic for determining when a 
2328         frame-pointer is required.
2329         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
2330         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
2331         if the target normally needs a stack frame in non-leaf functions.
2332         (use_return_insn): Correct logic for determining when a return
2333         instruction can be used.
2334         (output_return_instruction): Handle the frame-pointer register as
2335         a normal register when not TARGET_APCS_FRAME.
2336         (arm_output_prologue): Likewise.
2337         (arm_output_epilogue): Likewise.
2338         (output_func_epilogue): Likewise.
2339         (arm_expand_prologue): Likewise.
2340         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
2341
2342         * arm.c (use_return_insn): No need to check floating point regs if
2343         TARGET_SOFT_FLOAT.
2344         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
2345         the code of value stored in the minipool array.
2346         (arm_add_minipool_constant): Likewise.
2347
2348 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2349
2350         * basic-block.h (conflict_graph_enum_fn): K&R fix.
2351
2352 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2353
2354         * tree.c (tree_expr_nonnegative_p): New function.
2355
2356         * tree.h (tree_expr_nonnegative_p): Declare.
2357
2358         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
2359         elide some sign_compare warnings.
2360         (build_conditional_expr): Likewise.
2361
2362 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
2363
2364         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
2365
2366         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
2367         * i386.c (print_operand): Use the proper suffix for a 387 HImode
2368         operand.  Abort if a 387 operand has an unsupported size.
2369
2370 2000-04-08  Neil Booth  <NeilB@earthling.net>
2371
2372         * cppexp.c (parse_charconst): Null does not end character
2373         constants.
2374         * cppinit.c (ISTABLE): Null character handled as whitespace.
2375         * cpplex.c (null_warning):  new function.
2376         (skip_string): Emit warning if nulls encountered.
2377         (_cpp_skip_hspace): Emit warning if nulls encountered.
2378         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
2379         them.
2380         * cpp.texi: Update.
2381
2382 2000-04-07  Richard Henderson  <rth@cygnus.com>
2383
2384         * flow.c (loop_depth): Remove.
2385         (reg_next_use, cc0_live, mem_set_list): Replace with ...
2386         (struct propagate_block_info): New.
2387         (life_analysis): Don't allocate reg_next_use.
2388         (propagate_block_delete_insn): Break out of propagate_block.
2389         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
2390         (propagate_block_delete_libcall): Likewise.
2391         (propagate_block): Create a propagate_block_info struct to pass
2392         to subroutines.  Allocate one not two temporary regsets.  Don't
2393         clobber memory for const calls.  Look for clobbers in
2394         CALL_INSN_FUNCTION_USAGE.
2395         (mark_set_regs): Recognize COND_EXEC.
2396         (mark_set_reg): Break out of mark_set_1.
2397         (mark_used_reg): Break out of mark_used_regs.
2398         (mark_used_regs): Recognize COND_EXEC.
2399         (insn_dead_p): Use propagate_block_info struct.
2400         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
2401         (find_auto_inc, try_pre_increment_1): Likewise.
2402         (print_rtl_with_bb): Dump regs live at end too.
2403         (count_reg_sets_1): Pass in loop_depth.
2404         (count_reg_sets, count_reg_references): Likewise.
2405         (recompute_reg_usage): Provide it.
2406
2407 2000-04-07  Richard Henderson  <rth@cygnus.com>
2408
2409         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
2410         not the raw files.
2411
2412 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
2413
2414         * cpplib.c (do_elif): Skip the rest of the line if we're
2415         not going to bother evaluating it.
2416         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
2417         to avoid pointless calls to the lexer.
2418
2419 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
2420
2421         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
2422
2423 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
2424
2425         * calls.c (expand_call): emit_queue if we're trying a sibcall.
2426
2427 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
2428
2429         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
2430
2431 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
2432
2433         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
2434         crtend so they can be multilibbed.
2435         (STAGESTUFF): Remove s-crt and s-crtS.
2436
2437 2000-04-07  Richard Henderson  <rth@cygnus.com>
2438
2439         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
2440         if we discover we need a pseudo and no_new_pseudos is true.
2441         * config/alpha/alpha.md (ne:DI insn): New.
2442         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
2443
2444 2000-04-07  Richard Henderson  <rth@cygnus.com>
2445
2446         * rtl.def (COND_EXEC): New.
2447         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
2448         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
2449
2450         * genconfig.c (have_cond_arith_flag): Remove.
2451         (have_cond_exec_flag): New.
2452         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
2453         (main): Print HAVE_conditional_execution.
2454
2455         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
2456         (sched_analyze_insn, print_pattern): Likewise.
2457         * reload.c (find_equiv_reg): Likewise.
2458         * rtlanal.c (reg_referenced_p): Likewise.
2459         (note_stores, dead_or_set_regno_p): Likewise.
2460         (reg_overlap_mentioned_p): Rewrite to use a switch.
2461
2462         * ggc.h (struct rtx_def): Forward declare.
2463
2464         * print-rtl.c (debug_rtx_range): New.
2465         * rtl.h (debug_rtx_range): Declare.
2466
2467         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
2468
2469         * gcse.c (gcse_main): Don't rebuild the CFG here.
2470         (delete_null_pointer_checks): Likewise.
2471         * ssa.c (convert_to_ssa): Likewise.
2472         * toplev.c (rest_of_compilation): Do it here instead.  Combine
2473         sequential calls to TIMEVAR.  Consistently use `insns' instead of
2474         `get_insns()'.  Always split insns after reload when optimizing.
2475
2476         * basic-block.h (merge_blocks_nomove): Declare.
2477         (tidy_fallthru_edge): Declare.
2478         * flow.c (merge_blocks_nomove): Document as merging into previous
2479         blocks.  Remove cruft from between blocks; remove all edges out of A.
2480         (tidy_fallthru_edge): Export.
2481
2482 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2483
2484         * ssa.c (compute_conservative_reg_partition): Declare with
2485         void arguments.
2486         * toplev.c (clean_dump_file): Remove previously-deleted function
2487         inadvertantly merged back in.
2488         * conflict.c (conflict_graph_add): Use a single call to
2489         htab_find_slot to look up and insert.
2490
2491 2000-04-06  Richard Henderson  <rth@cygnus.com>
2492
2493         * genrecog.c (*): Rename _last_insn to last_insn.
2494         (make_insn_sequence): Set the position of the peephole2 C test
2495         to be at the last insn.
2496
2497 2000-04-06  Richard Henderson  <rth@cygnus.com>
2498
2499         * flow.c (compute_flow_dominators): Free worklist.
2500
2501 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
2502
2503         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
2504
2505 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2506
2507         * rtl.h (INSN_P): New macro.
2508         (successor_phi_fn): New typedef.
2509         (for_each_successor_phi): New prototype.
2510         (in_ssa_form): New variable.
2511         (PHI_NODE_P): Likewise.
2512         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
2513         phi nodes in successors.
2514         (mark_used_regs): Add PHI case.
2515         (set_phi_alternative_reg): New function.
2516         (life_analysis): Assert that dead code elimination is not selected
2517         when in SSA form.
2518         * toplev.c (to_ssa_time): New variable.
2519         (from_ssa_time): Likewise.
2520         (compile_file): Zero to_ssa_time and from_ssa_time.
2521         Print time to convert to and from SSA.
2522         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
2523         (print_time): Compute percent fraction as integer.
2524         * ssa.c (PHI_NODE_P): Moved to rtl.h.
2525         (convert_to_ssa): Check if we're already in SSA.  
2526         Don't eliminate dead code in life_analysis.
2527         Rerun flow and life analysis at bottom.
2528         (eliminate_phi): Use canonical regnos when adding nodes.
2529         (mark_reg_in_phi): New function.
2530         (mark_phi_and_copy_regs): Likewise.
2531         (convert_from_ssa): Rerun life analysis at top.  
2532         Use coalesced partition.
2533         Check for removing a phi node at the end of the block.
2534         (compute_coalesced_reg_partition): New function.
2535         (coalesce_regs_in_copies): Likewise.
2536         (coalesce_reg_in_phi): Likewise.
2537         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
2538         (for_each_successor_phi): Likewise.
2539         (rename_context): New struct.
2540         (rename_block): Use a rename_context with rename_insn_1.  When
2541         renaming sets of a subreg, emit a copy of the entire reg first.
2542         (rename_insn_1): Treat data as a rename_context *.  Save current
2543         insn in set_data.
2544         (rename_set_data): Add field set_insn.
2545         * Makefile.in (HASHTAB_H): Move up in file.
2546         (OBSTACK_H): New macro.
2547         (collect2.o): Use OBSTACK_H in dependencies.
2548         (sdbout.o): Likewise.
2549         (emit-rtl.o): Likewise.
2550         (simplify-rtx.o): Likewise.
2551         (fix-header.o): Likewise.
2552         (OBJS): Add conflict.o.
2553         (conflict.o): New rule.
2554         * basic-block.h: Include partition.h.
2555         (conflict_graph): New typedef.
2556         (conflict_graph_enum_fn): Likewise.
2557         (conflict_graph_new): New prototype.
2558         (conflict_graph_delete): Likewise.
2559         (conflict_graph_add): Likewise.
2560         (conflict_graph_conflict_p): Likewise.
2561         (conflict_graph_enum): Likewise.
2562         (conflict_graph_merge_regs): Likewise.
2563         (conflict_graph_print): Likewise.
2564         (conflict_graph_compute): Likewise.
2565         * conflict.c: New file.
2566
2567 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2568
2569         * tlink.c (read_repo_files): Don't look for .rpo info for
2570         linker flags.
2571
2572 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2573
2574         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
2575
2576 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2577
2578         * config/sh/lib1funcs.asm (___udivsi3_i4):
2579         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
2580         only depends on FMOVD_WORKS.
2581
2582 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2583
2584         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
2585         make double constant 8-byte aligned.
2586
2587 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
2588
2589         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
2590         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
2591         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
2592         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
2593         Accept storing GENERAL_REGS into offsetable memory.
2594         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
2595         building a TFmode constant other than 0.0L into GENERAL_REGS.
2596
2597 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
2598
2599         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
2600         
2601 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
2602
2603         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
2604         (macro_cleanup): No need to cast pbuf->macro.
2605         (collect_expansion): Use _cpp_get_define_token.  Goto done if
2606         it returns VSPACE.  Remove check for trailing space after
2607         CPP_COMMENT.
2608         (_cpp_create_definition): Don't diddle flags here.  Return
2609         directly on error.
2610         (unsafe_chars): Handle c1 being EOF.
2611         (push_macro_expansion): Use unsafe_chars for both accidental-paste
2612         checks.  Don't push the buffer till after we're done with
2613         them.
2614         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
2615         (PEEKN, FORWARD, GETC, PEEKC): Use them.
2616         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
2617         appropriately.
2618         (_cpp_parse_assertion): Don't NUL terminate.
2619         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
2620         hspace before calling _cpp_parse_assertion.  Remove all sets
2621         of only_seen_white. Treat '\f' as hspace.  Don't do anything
2622         special with '\n' here.
2623         (maybe_macroexpand): Handle T_EMPTY hash entries without
2624         pushing a buffer at all.
2625         (cpp_get_token): Handle clearing only_seen_white here.  Handle
2626         incrementing the line number here.  Clear
2627         potential_control_macro as well as only_seen_white, if
2628         appropriate.
2629         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
2630         (_cpp_get_define_token): New function, basically like
2631         _cpp_get_directive_token was but doesn't eat horizontal space.
2632         Don't do anything with only_seen_white here.
2633         (_cpp_get_directive_token): Just call _cpp_get_define_token
2634         repeatedly till it returns non-hspace.
2635
2636         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
2637         (conditional_skip, skip_if_group): Return int.
2638         (DIRECTIVE_TABLE): Change origin of all conditional directives
2639         to "COND".
2640         (TRAD_DIRECT_P): New macro.
2641         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
2642         an error for a bogus directive, unless -lang-asm.  Use
2643         TRAD_DIRECT_P. Loop calling handler functions till one returns
2644         zero.
2645         (get_macro_name): Don't diddle flags here.
2646         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
2647         Create T_EMPTY nodes for #define macro /* nothing */.
2648         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
2649         Use hp->name when calling pass_thru_directive.
2650         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
2651         Return the result of conditional_skip and/or skip_if_group.
2652         Don't call _cpp_output_line_command.
2653         (consider_directive_while_skipping): Use _cpp_get_directive_token.
2654         Issue -Wtraditional warnings as appropriate.  Don't complain
2655         about unrecognized directives.  If we are to stop skipping,
2656         return the number of the directive that ended the skip.
2657         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
2658         expansion and line commands while skipping.  Return the result
2659         of consider_directive_while_skipping, if nonzero.
2660         (do_endif): Just set potential_control_macro here.
2661         (validate_else): Use _cpp_get_directive_token.
2662         (do_assert, do_unassert): Don't save pointers into the
2663         token_buffer across calls to the lexer.  Use
2664         _cpp_get_directive_token.  
2665
2666         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a 
2667         pointer, not an offset.  Replace 'data', which was a generic
2668         pointer, with 'macro', which points to a struct hashnode.
2669         (cpp_reader): Add 'potential_control_macro' pointer.
2670         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
2671         (CPP_BUF_GET, CPP_FORWARD): Delete.
2672         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
2673         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
2674         ACTIVE_MARK_P): Update.
2675         (_cpp_get_define_token): New internal function.
2676         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
2677
2678 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
2679
2680         * configure.in: And here.
2681         * configure: Regenerate.
2682         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
2683         --enable-libstdcxx-v3 is passed at configure time.
2684         * config.h.in: Regenerate.
2685
2686 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
2687
2688         * final.c (final): Use xcalloc to allocate line_note_exists.
2689         * function.c (free_after_compilation): Free the temp_slots.
2690         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
2691         (combine_temp_slot): Free temp_slots when they get combined.
2692         (purge_addressof): Fix typo in comment.
2693         * stmt.c (mark_goto_fixup): Mark the fixup itself.
2694         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
2695
2696         * ggc.h: Include varray.h.
2697         (ggc_pending_trees): Declare.
2698         (ggc_mark_tree_children): Remove declaration.
2699         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
2700         * ggc-common.c (ggc_pending_trees): New variable.
2701         (ggc_mark_roots): Call ggc_mark_trees.
2702         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
2703         the ggc_pending_trees.
2704         * Makefile.in (GGC_H): New variable.  Use it throughout in place
2705         of ggc.h.
2706         
2707 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2708
2709         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
2710         GET_MODE_SIZE.
2711
2712 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2713
2714         * sh.c (sh_insn_length_adjustment): New function.
2715         * sh-protos.h (sh_insn_length_adjustment): Declare.
2716         * sh.h (ADJUST_INSN_LENGTH): Use it.
2717
2718 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
2719
2720         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
2721         from the insn where REG_RETVAL is added.
2722         (emit_no_conflict_block): Ditto.
2723
2724         * md.texi (Standard Names): Clarify when movX is needed.
2725
2726         * combine.c (simplify_comparison) [MINUS]: Do not replace
2727         all (op (minus A B) 0) with (op A B).
2728
2729 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
2730                           J"orn Rennecke <amylaar@cygnus.co.uk>
2731
2732         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
2733         (block_lump_real): Likewise.
2734
2735 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
2736
2737         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
2738         remaining non-zero debugging masks.
2739
2740 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
2741
2742         * basic-block.h (verify_flow_info): Declare.
2743         (flow_loop_outside_edge_p): Declare.
2744         * flow.c (verify_flow_info): Remove declaration.
2745         (clear_log_links, flow_loop_outside_edge_p): Likewise.
2746
2747 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
2748
2749         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
2750         not C++ comments.
2751
2752 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
2753
2754         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
2755         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
2756         seqdi_zero_trunc+1): Allow splits only if registers are
2757         different.
2758
2759 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
2760
2761         * acconfig.h: Add HAVE_GAS_HIDDEN.
2762         * config.in: Regenerated.
2763         * configure.in: Add test for .hidden pseudo-op in gas.
2764         * configure: Regenerated.
2765         * crtstuff.c: Include auto-host.h.
2766         Emit additional .hidden pseudo-op for __dso_handle if the
2767         assembler knows about it.
2768
2769 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
2770
2771         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
2772         before freeing argnames.
2773         * cpplib.c (do_ifndef): Cast return value of xstrdup.
2774
2775 2000-04-05  Michael Meissner  <meissner@redhat.com>
2776
2777         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
2778         Walton <jonboy@gordian.com> to make memory references with update
2779         work wtih -mregnames.
2780
2781 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2782
2783         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
2784         (regrename_optimize): Rename variables `def_uses' and
2785         `ext_basic_blocks' to avoid conflicts with similarly named
2786         typedefs in traditional C.
2787
2788         * calls.c (initialize_argument_information): Fix typo in previous
2789         change.
2790
2791 2000-04-04  Richard Henderson  <rth@cygnus.com>
2792
2793         * regrename.c (consider_available): Test fixed_regs not
2794         PIC_OFFSET_TABLE_REGNUM.
2795
2796 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
2797
2798         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
2799         crtend.
2800         (CRTSTUFF_T_CFLAGS_S): Delete definition.
2801         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
2802         (ENDFILE_LINUX_SPEC): Always use crtend.
2803         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
2804         (powerpc-*-linux-gnu): Likewise.
2805         * configure: Regenerate.
2806
2807         * config/rs6000/eabi.h: Don't include sysv4.h.
2808         (MULTILIB_DEFAULTS): Don't define.
2809         * config/rs6000/eabiaix.h: Don't include eabi.h.
2810         * config/rs6000/eabile.h: Delete.
2811         * config/rs6000/eabilesim.h: Delete.
2812         * config/rs6000/eabisim.h: Don't include eabi.h.
2813         * config/rs6000/linux.h: Don't include sysv4.h.
2814         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
2815         (MULTILIB_DEFAULTS): Don't redefine.
2816         * config/rs6000/rtems.h: Don't include eabi.h.
2817         * config/rs6000/sol2.h: Don't include sysv4le.h.
2818         * config/rs6000/sysv4le.h: Don't include sysv4.h.
2819         * config/rs6000/t-ppc: Delete.
2820         * config/rs6000/t-ppcgas: Correct comment.
2821         * config/rs6000/t-ppcos: Correct comment.  Don't build 
2822         multilibs for -fPIC, rather use -fPIC -mstrict-align 
2823         as default.
2824         * config/rs6000/t-ppc: Delete.
2825         * config/rs6000/vxppc.h: Don't include sysv4.h.
2826         * config/rs6000/vxppcle.h: Delete.
2827         * configure.in: Use multiple header files for p2pc ELF targets
2828         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
2829         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
2830         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
2831         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
2832         always available for these platforms.
2833
2834 2000-04-04  Richard Henderson  <rth@cygnus.com>
2835
2836         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
2837
2838 2000-04-04  Stan Cox  <scox@cygnus.com> 
2839
2840         * Makefile.in: Add rules for regrename.o
2841         * regrename.c: New file.
2842         * rtl.h (regrename_optimize): Add prototype.
2843         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
2844         (compile_file, decode_d_option): Add support for -frename-registers.
2845         (rest_of_compilation): Call regrename_optimize.
2846         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
2847         New macros.     
2848         
2849 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
2850
2851         * Makefile (gccbug): New target.
2852         (doc): Depend on it.
2853         * gcc.texi (Bugs): Link subnodes.
2854         (gccbug): New node.
2855         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
2856         Document severities, priorities, and classes in bug form.
2857
2858 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
2859
2860         * cpplex.c (trigraph_map, speccase): Combine into single
2861         table, chartab.
2862         (NORMAL, NONTRI): New macros.
2863         (_cpp_read_and_prescan): Change to use unified table.  Use
2864         is_hspace to test for whitespace.
2865
2866         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
2867         definition that doesn't provoke the "empty body in an
2868         if-statement" warning.
2869
2870 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
2871
2872         * builtins.c (expand_builtin_strlen): Force the source to
2873         be a memory address.
2874
2875 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2876
2877         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
2878
2879 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2880
2881         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
2882          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
2883         (ECF_IS_CONST): Rename to ECF_CONST.
2884         (special_function_p): Make static, change interface.
2885         (flags_from_decl_or_type, try_to_integrate): Break out from ...
2886         (expand_call) ... here; convert number of variables to flags.
2887         (emit_library_call_vlue_1): Likewise.
2888         (setjmp_call_p): New function.
2889         (initialize_argument_information): Accepts flags as argument;
2890         return flags.
2891         (precompute_arguments): Likewise.
2892         * tree.h (special_function_p): Remove.
2893         (setjmp_call_p): Add prototype.
2894
2895 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
2896
2897         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
2898         so that addresses are offsetable by up to 16 bytes.
2899         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
2900         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
2901         offsetable.
2902
2903         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
2904         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
2905         (movsf): Don't force any constant to memory if target is integer
2906         hard register.
2907         Move fp_zero_operand check below the const0_rtx check.
2908         (movtf): Likewise. Also allow fp_zero_operand for stores into
2909         memory.
2910         (movdf): Likewise. Also allow fp_zero_operand for stores into
2911         memory and into integer hard registers.
2912         (clear_df, clear_dfp, movdf_const_intreg_sp32,
2913         movdf_const_intreg_sp64): Remove.
2914         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
2915         conditions.
2916         (movdf_no_e_insn_v9_sp32): New pattern.
2917         (movdf_insn_v9only): Remove.
2918         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
2919         (movdf_insn_sp64): Remove.
2920         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
2921         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
2922         (following splits): Rewrite conditions. Add two new splits
2923         for storing 0.0 into memory and registers.
2924         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
2925         (movtf_insn_sp32): Redo constraints and conditions.
2926         (movtf_insn_vis_sp32): New pattern.
2927         (movtf_no_e_insn_sp32): Redo constraints and conditions.
2928         (movtf_insn_hq_sp64): Likewise.
2929         (movtf_insn_hq_vis_sp64): New pattern.
2930         (movtf_insn_sp64): Redo constraints and conditions.
2931         (movtf_insn_vis_sp64): New pattern.
2932         (movtf_no_e_insn_sp64): Redo constraints and conditions.
2933         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
2934         or memory.
2935         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
2936         -mvis or -m64 to take down the number of various reload patterns.
2937
2938 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
2939
2940         * pa/pa-64.h: New file.
2941         * pa/pa64-regs.h: New file.
2942         * pa/pa64-start.h: New file.
2943         * pa/t-pa64: New file.
2944         * pa/xm-pa64hpux.h: New file.
2945
2946 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2947
2948         * sparc.c (output_restore_regs): Prototype.
2949         (sparc_emit_float_lib_cmp): Constification.
2950
2951         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
2952
2953         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
2954         Prototype.
2955
2956         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
2957         (get_value_hash, hash_rtx): Likewise.
2958
2959         * ssa.c (compute_conservative_reg_partition): Prototype.
2960
2961         * tree.c (mark_hash_entry): Prototype.
2962
2963 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
2964
2965         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
2966         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
2967         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
2968
2969         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
2970         * objc/lang-specs.h: Likewise.
2971
2972 2000-04-03  Neil Booth  <NeilB@earthling.net>
2973
2974         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
2975         and SYNTAX_ERROR2. Replace `' in messages with ''.
2976         (op_to_str): Make re-entrant.
2977         (_cpp_parse_expr): Implement new error macros. Use | rather
2978         than || to logically or 2 boolean integers.  Simply expression
2979         checking we have a left operand iff needed.
2980
2981 2000-04-03  Nick Clifton  <nickc@cygnus.com>
2982
2983         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
2984
2985 2000-04-03  Philip Blundell  <philb@gnu.org>
2986
2987         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
2988
2989 2000-04-03  Felix Lee  <flee@cygnus.com>
2990
2991         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
2992         (run_shell): Use it. 
2993
2994 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
2995
2996         * Makefile.in (stmp-int-hdrs): Make include subdir here...
2997         (stmp-fixproto): ...rather than here.
2998
2999 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
3000
3001         * pa.c (print_operand): Compute 'base' only inside the code paths
3002         that use it.
3003
3004 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
3005
3006         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
3007         CEIL_DIV_EXPR.
3008
3009 2000-04-03  Philipp Thomas  <pthomas@suse.de>
3010
3011         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
3012
3013 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
3014
3015         * Makefile.in (alias.o): Depend on $(TREE_H).
3016
3017 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
3018
3019         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
3020         processing C++.
3021         * cpplib.c (_cpp_handle_directive): Improve warnings for
3022         traditional C and indented directives.
3023
3024         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
3025         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
3026         fixinc/inclhack.def: Indent the # of #include_next one space.
3027         * cp/rtti.c: Un-indent #if and #endif.
3028
3029         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
3030         syntax error, but an error has already been printed.
3031         * cpplex.c (_cpp_parse_assertion): Give a more specific error
3032         message when called with nothing remaining on the line.
3033         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
3034         OTHER token, not an ASSERTION.
3035         * cpplib.c (do_assert): When we create a 'base' node, clear
3036         its aschain pointer.
3037
3038 2000-04-02  Neil Booth <NeilB@earthling.net>
3039
3040         * cppexp.c:  New typedef op_t.  struct operation and struct 
3041         token updated to use it.
3042         (op_to_str): New function.
3043         (_cpp_parse_expr): Error messages modified to use op_to_str.
3044
3045 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3046
3047         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
3048         before checking MUST_PASS_IN_STACK.
3049
3050 2000-04-02  Neil Booth <NeilB@earthling.net>
3051
3052         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
3053         flags and initial priority into a single constant.  New
3054         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
3055         (_parse_cpp_expr): Implement new constants.  Take left operand
3056         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
3057         parse indicated by reducing FINISHED token.  Remove new lines
3058         from cpp_error messages.
3059
3060 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
3061
3062         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
3063         permanent obstack.
3064
3065 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
3066
3067         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
3068         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
3069         the strings and function names on the fly.  Take the #sccs
3070         entry out of the table if SCCS_DIRECTIVE is not defined.
3071         (_cpp_handle_directive): Decide if the # was at the beginning
3072         of the line here.  Issue -pedantic warnings for extended
3073         directives here.  Warn about K+R directives with the #
3074         indented, and C89/extended directives with the # not indented,
3075         here.
3076         (do_import, do_include_next, do_warning, do_ident, do_sccs,
3077         do_assert, do_unassert): Don't issue pedantic warning here.
3078
3079         * cpphash.h: Add CPP_WTRADITIONAL macro.
3080         * cpplib.h (struct cpp_options): Rename warn_stringify to
3081         warn_traditional; update comments.
3082         * cppinit.c (handle_option): Set warn_traditional not
3083         warn_stringify.
3084         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
3085         CPP_WTRADITIONAL (pfile).
3086         * cpplex.c (_cpp_lex_token): Don't decide if directives should
3087         be ignored in -traditional mode here.
3088
3089         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
3090         to initialize speccase[] and trigraph_map[].  Delete all
3091         references to pfile->input_speccase.  Always treat '?' as a
3092         special character.  Remove table-initialization code from
3093         _cpp_init_input_buffer.
3094
3095         * cpplib.h (struct cpp_reader): Remove input_speccase field.
3096         * cppinit.c (cpp_cleanup): Don't free input_speccase.
3097
3098 2000-04-01  Richard Henderson  <rth@cygnus.com>
3099
3100         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
3101         (mostlyclean): Likewise.
3102
3103         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
3104         (struct dump_file_info, enum dump_file_index, dump_file): New.
3105         (open_dump_file): Take a dump_file_index not a suffix, and a decl
3106         not a string.  Clean out file if we havn't yet done so.  Do nothing
3107         if the dump isn't enabled.
3108         (close_dump_file): Do nothing if the dump isn't open.  Dump 
3109         graph data if requested.
3110         (dump_rtl, clean_dump_file): Remove.
3111         (compile_file): Don't clean the dump files.  Only finalize .bp dump
3112         if flag_test_coverage or flag_branch_probabilities.  Only finalize
3113         .combine dump if optimizing.  Iterate over dump_file to finalize the
3114         graph dumps.
3115         (rest_of_compilation): Update for open_dump_file/close_dump_file.
3116         Convert all uses of dump_rtl.
3117         (decode_d_option): Iterate over dump_file to implement 'a' and to
3118         locate pass-specific dumps.
3119
3120 2000-04-01  Neil Booth <NeilB@earthling.net>
3121
3122         * cppexp.c: Redefine priority constants.
3123         (_cpp_parse_expr): Replace left and right priority scheme with
3124         single priority logic.  Move LOGICAL to same place as COMPARE.
3125         Remove bogus check for multiple unary +/- operators.
3126
3127 2000-04-01  Neil Booth <NeilB@earthling.net>
3128
3129         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
3130         within the switch statement.  Binary operations break out of
3131         the switch naturally.  '(' tokens handled by forcing
3132         immediate shift.  ')' handled by forcing immediate reduce to
3133         the previous '('.  New error messages.
3134         
3135 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
3136
3137         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
3138         part', it's already in use.  Use %K instead.  Add a return at the
3139         end of what is now %K.
3140         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l. 
3141
3142 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3143
3144         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
3145         allocate_dynamic_stack_space.
3146         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
3147         update stack_pointer_delta; do not update arg_size_so_far.
3148         (compute_argument_block_size): Use stack_delta instead of
3149         stack_pointer_pending and arg_size_so_far.
3150         (expand_call): Add sanity checking for stack_pointer_delta;
3151         save and restore stack_pointer_delta for SIB, use
3152         stack_pointer_delta for alignment; do not update arg_space_so_far.
3153         (emit_library_call_value): Use stack_pointer_delta for alignment.
3154         (store_one_arg): Do not update arg_space_so_far.
3155         * explow.c (adjust_stack, anti_adjust_stack): Update
3156         stack_pointer_delta.
3157         (allocate_dynamic_stack_space): Add sanity checking for
3158         stack_pointer_delta.
3159         * expr.c (init_expr, clear_pending_stack_adjust): Clear
3160         stack_pointer_delta.
3161         (emit_push_insn): Update stack_pointer_delta.
3162         * function.h (struct expr_status): Add x_stack_pointer_delta;
3163         remove x_arg_space_so_far.
3164         (arg_space_so_far): Remove.
3165         (stack_pointer_delta): New macro.
3166
3167 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
3168
3169         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
3170         Reorder struct cpp_options and struct cpp_reader for better 
3171         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
3172         takes two args.  Change all 'char' flags to 'unsigned char'.
3173         Move show_column flag into struct cpp_options.  Don't
3174         prototype cpp_options_init.
3175         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
3176         cppinit.c, cpplex.c, cpplib.c:
3177         Replace CPP_OPTIONS (pfile)->whatever with
3178         CPP_OPTION (pfile, whatever), and likewise for
3179         opts = CPP_OPTIONS (pfile); ... opts->whatever;
3180
3181         * cppinit.c (merge_include_chains): Take a cpp_reader *.
3182         Extract CPP_OPTION (pfile, pending) and work with that
3183         directly.
3184         (cpp_options_init): Delete.
3185         (cpp_reader_init): Turn on on-by-default options here.
3186         Allocate the pending structure here.              
3187         (cl_options, enum opt_code): Define these from the same table,
3188         kept in a large macro.  Add -fshow-column and -fno-show-column
3189         options.
3190
3191         * cpperror.c (v_message): If show_column is off, don't print
3192         the column number.
3193
3194         * cppmain.c: Update for new interface.
3195         * fix-header.c: Likewise.
3196
3197 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
3198
3199         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
3200         definition.
3201         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
3202         are passed to any invocation of AR_FOR_TARGET.
3203         (AR_CREATE_FOR_TARGET): New macro.
3204         (AR_EXTRACT_FOR_TARGET): New macro.
3205         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
3206         AR_EXTRACT_FOR_TARGET.
3207         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
3208         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
3209         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
3210         AR_EXTRACT_FOR_TARGET to sub-makes.
3211
3212 2000-03-31  Neil Booth <NeilB@earthling.net>
3213
3214         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
3215         PAREN_INNER_PRIO.
3216         (_cpp_parse_expr): Check for multiple unary +/- operators.
3217         Correct priorities of ':' and '?'.  Treat ')' as having a
3218         value.  Ensure conditional expression is not void.
3219         
3220 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
3221
3222         * alias.c (canon_rtx): Make it global.
3223         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
3224         equality.
3225         * cse.c (struct table_elt): Add canon_exp.
3226         (insert): Clear it.
3227         (invalidate): Canonicalize expressions only once.
3228         * rtl.h (canon_rtx): Declare.
3229
3230 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
3231
3232         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
3233         * alias.c (reg_known_value): Add comments.
3234         (init_alias_analysis): Likewise.
3235         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
3236         address.
3237         (cse_basic_block): Fix typo in comment.
3238         * emit-rtl.c: Include hashtab.h.
3239         (const_int_htab): New variable.
3240         (const_int_htab_hash): New function.
3241         (const_int_htab_eq): Likewise.
3242         (rtx_htab_mark_1): Likewise.
3243         (rtx_htab_mark): Likewise.
3244         (gen_rtx_CONST_INT): Cache all CONST_INTs.
3245         (unshare_all_rtx): Fix formatting.
3246         (init_emit_once): Initialize const_int_htab.
3247         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
3248         address.
3249         * rtl.texi: Document the fact that all CONST_INTs with the same
3250         value are shared.
3251
3252 2000-03-30  Richard Henderson  <rth@cygnus.com>
3253
3254         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
3255
3256 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
3257
3258         * configure.in: Comment out --enable-c-cpplib stanza.
3259         * configure: Regenerate.
3260
3261 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3262
3263         * expr.c (store_constructor): Properly compute displacement and
3264         alignment when offset is variable.
3265
3266         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
3267         cases of alignment in bytes.
3268
3269 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
3270
3271         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
3272         since it is used to generate c-parse.y.
3273         * objc-parse.c, objc-parse.y: Regenerated.
3274
3275         * function.c (expand_function_end): Pass alignment argument to
3276         emit_block_move in bits, not bytes.
3277
3278 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3279
3280         * expr.c (move_by_pieces_ninsns): Fix one more missing align
3281         correction.
3282
3283         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
3284
3285         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
3286         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
3287         * function.c (assign_parms): Likewise.
3288         * integrate.c (expand_inline_function): Likewise.
3289         * stmt.c (expand_decl): Likewise.
3290         (copy_rtx_and_substitute): Likewise.
3291         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
3292         (clear_by_pieces): Fix error in last change.
3293         * emit-rtl.c (init_emit): Set known registers alignment in bits.
3294         * function.h (regno_pointer_align): Now unsigned.
3295         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
3296         is in bits.
3297         * config/i386/i386.c (aligned_operand): Likewise.
3298         * config/sparc/sparc.c (mem_min_alignment): Likewise.
3299         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
3300         (unaligned_memory_operand): Likewise.
3301         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
3302         Also make alignments and sizes unsigned and some whitespace cleanup.
3303         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
3304
3305         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
3306         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
3307         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
3308         (expand_builtin_memset): Likewise, but to clear_storage.
3309         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
3310         (restore_fixed_argument_area): Likewise.
3311         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
3312         (load_register_parameters): Likewise, to emit_group_load.
3313         (expand_call): Likewise, to emit_group_store and emit_block_move.
3314         (emit_library_call_value_1): Likewise, to emit_block_move.
3315         (store_one_arg): Likewise, and to emit_push_insn.
3316         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
3317         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
3318         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
3319         (emit_block_move, emit_group_load, emit_group_store): Likewise.
3320         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
3321         (expand_assigment, store_expr, store_constructor_field): Likewise.
3322         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
3323         (store_constructor, store_field, get_inner_reference): Likewise.
3324         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
3325         (expand_expr, case COMPONENT_REF): Likewise.
3326         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
3327         and positions; reindent code.
3328         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
3329         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
3330         (assign_parms): Likewise to emit_group_store.
3331         * optabs.c (prepare_cmp_insn): Alignment is in bits.
3332         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
3333         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
3334         (expand_return): Likewise to {extract,store}_bit_field.
3335         * stor-layout.c (get_mode_alignment): Minor cleanup.
3336         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
3337         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
3338         
3339 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3340
3341         * config/arm/arm.h: Undo effects of previous delta:
3342         (ASM_SPEC): Do not define.
3343         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
3344
3345         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
3346         typo. 
3347
3348 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3349
3350         * cppinit.c (cpp_start_read): Call initialize_dependency_output
3351         only after reading in the primary source file.
3352
3353 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
3354
3355         * c-common.c (c_common_nodes_and_builtins): The first parameter to
3356         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
3357         or a reference to a va_list.
3358         * builtins.c (stabilize_va_list): Simplify now we don't have to
3359         work around C array address decay.
3360         * c-typeck.c (convert_for_assignment): Handle assignment to
3361         a reference parameter by taking the address of the RHS.
3362         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
3363         (va_copy): Likewise.
3364         (__va_copy): Likewise.
3365         * ginclude/varargs.h (va_start): Likewise.
3366         (__va_copy): Likewise.
3367
3368 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
3369
3370         * i386/djgpp.h: Remove extraneous "+".
3371
3372         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
3373
3374         * calls.c (expand_call): Fix typo in last change.
3375
3376 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
3377
3378         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
3379         been expanded.
3380
3381 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3382
3383         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
3384         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
3385         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
3386         * tree.c (bit_position, byte_position): Likewise.
3387         * tree.h: Declare new functions.
3388
3389 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3390
3391         * config/arm/arm.c: Minor formatting changes/
3392         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
3393         already defined.
3394         (ASM_SPEC): Define if not already defined.
3395
3396 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3397
3398         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
3399         _cpp_calc_hash.
3400
3401 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
3402
3403         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
3404         value, don't output it as unsigned.
3405
3406 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
3407
3408         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
3409
3410 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3411
3412         * c-common.c (c_common_nodes_and_builtins): Don't special case
3413         cplus_mode when declaring builtin bzero/bcmp, always avoid
3414         prototype arguments.
3415
3416 2000-03-29  Bruce Korb  <bkorb@gnu.org>
3417
3418         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
3419         to a non-file
3420
3421 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3422
3423         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
3424         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
3425         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
3426         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
3427         (save_fixed_argument_area, restore_fixed_argument_area):
3428         conditionize by #ifdef REG_PARM_STACK_SPACE only.
3429         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
3430         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
3431         (precompute_register_parameters): Avoid #ifdefs on
3432         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
3433         (stire_one_args): Likewise.
3434         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
3435         (emit_library_call_value_1): Likewise.
3436         (compute_argument_block_size): Align to STACK_BOUNDARY only for
3437         ACCUMULATE_OUTGOING_ARGS.
3438         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
3439         value.
3440         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
3441         (use_crosses_set_p): Likewise.
3442         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
3443         #define ACCUMULATE_OUTGOING_ARGS 1.
3444         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
3445         frames.
3446         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
3447         constants.
3448         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
3449         (TARGET_SWITCHES): Add push-args, no-push-args,
3450         accumulate-outgoing-args and no-accumulate-outgoing-args.
3451         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
3452         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
3453         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
3454         and PUSH_ROUNDING.
3455         (emit_push_insn): Likewise.
3456         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3457         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
3458         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3459         (STACK_DYNAMIC_OFFSET): Define correctly for both
3460         ACCUMULATE_OUTGOING_ARGS and normal mode.
3461         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
3462         * tm.texi (PUSH_ARGS): Document.
3463         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
3464
3465 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3466
3467         * flags.h (flag_optimize_sibling_calls): Declare.
3468         * calls.c (expand_call): Fail sibcall when
3469         !flag_optimize_sibling_calls
3470         * invoke.texi (flag_optimize_sibling_calls): Document.
3471         * toplev.c (flag_optimize_sibling_calls): New global variable.
3472         (f_options): Add flag_optimize_sibling_calls.
3473         (rest_of_compilation): Conditionize
3474         optimize_sibling_and_tail_recursive_calls by
3475         flag_optimize_sibling_calls.
3476         (main): Set flag_optimize_sibling_calls for -O2.
3477         * stmt.c (expand_return): Conditionize tail recursion by
3478         flag_optimize_sibling_calls.
3479
3480 2000-03-29  Richard Henderson  <rth@cygnus.com>
3481
3482         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
3483         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
3484
3485 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
3486
3487         * except.c (add_eh_table_entry): Mark type_info's as referenced.        
3488
3489 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3490
3491         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
3492         is given.
3493         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
3494         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
3495         * config/rs6000/aix.h: then modified likewise.
3496
3497 2000-03-28  Richard Henderson  <rth@cygnus.com>
3498
3499         * rtl.h: Redistribute enum reg_note documentation. 
3500         Kill trailing whitespace.
3501         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
3502         Kill trailing whitespace.
3503
3504 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
3505
3506         * cppfiles.c (hash_IHASH): Just return i->hash.
3507         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
3508         htab_find_with_hash.
3509         (cpp_read_file): Likewise.
3510         (find_include_file): Likewise.  Properly initialize
3511         ih->nshort.  Share ih->name and ih->nshort if possible.
3512         * cpphash.c (_cpp_calc_hash): New function.
3513         (hash_HASHNODE): Just return h->hash.
3514         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
3515         htab_find_with_hash.
3516         * cpphash.h: Prototype _cpp_calc_hash.
3517         * cppinit.c (initialize_builtins): Provide a valid hash
3518         to _cpp_make_hashnode, using _cpp_calc_hash.
3519
3520         * cpphash.c (collect_expansion): # is not a special character
3521         in object-like macros.  In -traditional mode, /**/ is not
3522         token paste at the beginning or end of the line.
3523         * cpplib.c (do_include, do_import, do_include_next): If
3524         parse_include fails, return immediately.
3525
3526 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
3527
3528         * config/arm/arm.md (return peepholes): Update to reflect the new
3529         call insn patterns.
3530         * config/arm/arm.c (arm_volatile_func): Also check
3531         current_function_nothrow.
3532         (output_return_instruction, output_func_prologue): Use it.
3533         (arm_output_epilogue, arm_expand_prologue): Likewise.
3534
3535 2000-03-27  Tom Tromey  <tromey@cygnus.com>
3536
3537         * gcc.c (handle_braces): In {x*...} case, break out of loop if
3538         switch is found.
3539
3540 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3541
3542         * expr.c (store_constructor): SIZE now signed.
3543         For EXPR_SIZE, don't evaluate size; just needed if constant.
3544         * fold-const.c (fold): Fix a number of cases when folded tree is
3545         wrong type.
3546         * function.c (flush_addressof): Reenable.
3547         * tree.h (flush_addressof): Likewise.
3548         * toplev.c (independent_decode_option): Look at strings_processed.
3549         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
3550
3551 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
3552
3553         * sibcall.c (indentify_call_return_value): Find last call in the chain;
3554         Allow stack adjustment after function call.
3555
3556         * regmove.c (struct csa_memlist): Make mem field rtx *.
3557         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
3558         (try_apply_stack_adjustment): Replace whole MEM rtx.
3559         (combine_stack_adjustments_for_block): Update calls
3560         to record_one_stack_ref.
3561
3562 2000-03-28  Neil Booth  <NeilB@earthling.net>
3563
3564         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
3565         '\\' rather than a null character, so nulls are not special.  Fix
3566         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
3567         speed trigraph conversion.
3568         (_cpp_init_input_buffer): Initialize trigraph map.
3569
3570 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3571
3572         * config/i386/i386.c (output_387_binary_op): Correct intel
3573         mode assembly output, and add spaces after commas in AT&T
3574         output.  Correct Unixware assembler comment.  Document input
3575         constraints.  Comment fp operations.  Reduce profligate buffer
3576         size.  Remove extraneous abort.  Localize temp var.
3577         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
3578         (output_fix_trunc): Add spaces after commas in assembly output.
3579
3580 2000-03-27  Richard Henderson  <rth@cygnus.com>
3581
3582         * i386-protos.h (ix86_match_ccmode): Declare.
3583         * i386.c (ix86_match_ccmode): New.
3584         (ix86_expand_fp_compare): Update for pattern renames.
3585         (ix86_expand_strlensi_unroll_1): Likewise.
3586         * i386.h (EXTRA_CC_MODES): Add CCZ.
3587         (SELECT_CC_MODE): Use it for EQ/NE zero.
3588         * i386.md (cmpsi_ccz_1): New.
3589         (cmpqi_ccz_1): New.
3590         (*testsi_ccz_1): New.
3591         (testqi_ccz_1): New.
3592         (cmpsi_ccno_1): Rename from cmpsi_0.
3593         (testsi_ccno_1): Rename from testsi_1.
3594         (testqi_ccno_1): Rename from testqi_1.
3595         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
3596         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
3597         (*cmphi_0): Use ix86_match_ccmode.
3598         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
3599         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
3600         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
3601         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
3602         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
3603         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
3604         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
3605         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
3606         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
3607         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
3608         (appropriate peepholes): Likewise.
3609         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
3610         (*subsi_3, *subhi_3, *subqi_3): Remove.
3611         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
3612         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
3613         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
3614         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
3615         (x86_shift_adj_1): Use CCZ.
3616         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
3617
3618 2000-03-27  Stan Cox  <scox@cygnus.com> 
3619
3620         * resource.h (mark_resource_type): New.
3621         * resource.c (find_dead_or_set_registers, mark_target_live_regs, 
3622         find_free_register): Use mark_resource_type.
3623         (mark_set_resources): Change include_delayed_effects
3624         to mark_resource_type.
3625         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns, 
3626         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread): 
3627         Use mark_resource_type.
3628         
3629 2000-03-27  Richard Henderson  <rth@cygnus.com>
3630
3631         * i386.md (call_pop_0, call_value_pop_0): New.
3632         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
3633         (call_value_pop_1): Likewise.
3634         (call_0, call_value_0): New.
3635         (call_1, call_value_1): Remove constraint from unused arg.
3636
3637 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3638
3639         * invoke.texi (Spec Files): Document new spec % command created by
3640         Tom Tromey's recent patch.
3641
3642 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
3643
3644         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
3645         if not defined.
3646
3647 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3648
3649         * expr.c (expand_assignment): Fix typo in last change.
3650
3651         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
3652
3653 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3654
3655         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
3656         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
3657         and DECL_INLINE if FUNCTION_DECL.
3658         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
3659         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
3660         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
3661         (combine_parm_decls): Likewise.
3662         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
3663         * print-tree.c (print_node): Likewise.
3664         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
3665         DECL_TRANSPARENT_UNION on proper decl types.
3666         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
3667         * stor-layout.c (layout_decl): Only check DECL_PACKED and
3668         DECL_BIT_FIELD of FIELD_DECL.
3669         * tree.h (DECL_RESULT_FLD): New macro.
3670         
3671         * expr.c (expand_assignment): Add code to handle variable-sized
3672         BLKmode case.
3673
3674 2000-03-26  Richard Henderson  <rth@cygnus.com>
3675
3676         * calls.c (expand_call): Pass parms not original exp to
3677         optimize_tail_recursion.  Mind return value instead of looking
3678         for a barrier.
3679         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
3680         call_expr.  Move checks for call_expr and current_function_decl ...
3681         (expand_return): ... here.
3682
3683 2000-03-26  Tom Tromey  <tromey@cygnus.com>
3684
3685         * gcc.c (handle_braces): Recognize `%{<S}' construct.
3686         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
3687         defines.
3688         (process_command): Use them.
3689         (check_live_switch): Likewise.
3690         (give_switch): Skip ignored switches.
3691
3692 2000-03-26  Jan Hubicka  <jh@suse.cz>
3693
3694         * jump.c (jump_optimize_1): Fix typo in elide optimizations
3695         for minimal jump pass test.
3696
3697 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
3698
3699         * integrate.c (function_cannot_inline_p): Do inline functions that
3700         return `void'.
3701
3702 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3703
3704         * stor-layout.c (layout_type, set_sizetype): early_type_list is
3705         now a list of TREE_LIST entries, not types.
3706         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
3707
3708         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
3709         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
3710         int_bit_position.
3711         * config/mips/mips.c (function_arg): Likewise; also remove cast
3712         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
3713         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
3714         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
3715         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
3716         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
3717         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
3718         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
3719         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
3720         num_adjusts now unsigned.
3721         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
3722         * config/sparc/sparc.c (struct function_arg_record_value_parms):
3723         NREGS now unsigned.
3724         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
3725         as is BITPOS variable; use host_integerp and int_bit_position.
3726         (function_arg_record_value_2): Likewise.
3727         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
3728         Variable REGNO now unsigned.
3729         (function_arg_record_value): NREGS now unsigned.
3730
3731 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
3732
3733         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
3734
3735 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3736
3737         * Rework fields used to describe positions of bitfields and
3738         modify sizes to be unsigned and use HOST_WIDE_INT.
3739         * alias.c (reg_known_value_size): Now unsigned.
3740         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
3741         (really_start_incremental_init): Use bitsize_zero_node.
3742         (push_init_level, pop_init_level, output_init_element): Likewise.
3743         Use bitsize_unit_node and bitsize_one_node.
3744         (output_pending_init_elements, process_init_element): Likewise.
3745         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
3746         (make_extraction): Position and length HOST_WIDE_INT and unsigned
3747         HOST_WIDE_INT, respectively.
3748         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
3749         (num_sign_bit_copies): Returns unsigned.
3750         BITWIDTH now unsigned; rework arithmetic.
3751         Remove recursive call from arg to MAX.
3752         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
3753         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
3754         REGNO now unsigned.
3755         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
3756         (find_split_point, expand_compound_operation, make_extraction): LEN
3757         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
3758         (make_field_assignment): Likewise.
3759         (combine_simplify_rtx): Add cast.
3760         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
3761         (force_to_mode): WIDTH now unsigned; add cast.
3762         (if_then_else_cond): SIZE now unsigned.
3763         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
3764         (extended_count): Now returns unsigned.
3765         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
3766         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
3767         (simplify_comparison): MODE_WIDTH now unsigned.
3768         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
3769         (mark_used_regs_combine): Likewise; rework arithmetic.
3770         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
3771         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
3772         (record_promoted_value): REGNO now unsigned.
3773         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
3774         (get_last_value): REGNO now unsigned.
3775         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
3776         (reg_dead_regno, reg_dead_endregno): Now unsigned.
3777         (remove_death): Arg REGNO now unsigned.
3778         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
3779         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
3780         now unsigned.
3781         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
3782         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
3783         (struct cse_reg_info): REGNO now unsigned.
3784         (cached_regno): Now unsigned.
3785         (REGNO_QTY_VALID_P): Add cast.
3786         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
3787         (remove_invalid_regs): Likewise.
3788         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
3789         as are variables END and I.
3790         (get_cse_reg_info, insert): Likewise.
3791         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
3792         (canon_hash): Likewise.
3793         (insert_regs, lookup_for_remove): REGNO now unsigned.
3794         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
3795         New variable RN.
3796         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
3797         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
3798         * emit-rtl.c (subreg_realpart_p): Add cast.
3799         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
3800         (operand_subword_force): Arg I is now unsigned.
3801         * except.c (eh_regs): Variable I is now unsigned.
3802         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
3803         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
3804         length is unsigned HOST_WIDE_INT; likewise for internal variables.
3805         (store_split_bit_field, extract_fixed_bit_field): Likewise.
3806         (extract_split_bit_field, store_bit_field, extract_bit_field):
3807         Likewise.
3808         * expr.c (store_constructor_fields, store_constructor, store_field):
3809         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
3810         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
3811         (do_jump): Likewise.
3812         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
3813         MAX_SIZE is now unsigned.
3814         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
3815         (emit_group_store): Likewise.
3816         (emit_move_insn): I now unsigned.
3817         (store_constructor): Use host_integerp, tree_low_cst, and
3818         bitsize_unit_node.
3819         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
3820         Rework all calculations to use trees and new fields.
3821         * expr.h (promoted_input_arg): Regno now unsigned.
3822         (store_bit_field, extract_bit_field): Adjust types of pos and size.
3823         (mark_seen_cases): Arg is HOST_WIDE_INT.
3824         * flow.c (verify_wide_reg_1): REGNO now unsigned.
3825         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
3826         precisions and alignments are unsigned.
3827         (optimize_bit_field_compare, fold_truthop): Likewise.
3828         (int_const_binop): Adjust threshold for size_int_type_wide call.
3829         (fold_convert): Likewise.
3830         (size_int_type_wide): Make table larger and fix thinko that only
3831         had half of table used.
3832         (all_ones_mask_p, fold): Precisions are unsigned.
3833         * function.c (put_reg_info_stack): REGNO is unsigned.
3834         (instantiate_decl): Size is HOST_WIDE_INT.
3835         (instantiate_virtual_regs): I is unsigned.
3836         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
3837         (promoted_input_arg): REGNO is unsigned.
3838         * function.h (struct function): x_max_parm_reg is now unsigned.
3839         * gcse.c (max_gcse_regno): Now unsigned.
3840         (struct null_pointer_info): min_reg and max_reg now unsigned.
3841         (lookup_set, next_set): REGNO arg now unsigned.
3842         (compute_hash_table): REGNO and I now unsigned.
3843         (handle_avail_expr): regnum_for_replacing now unsigned.
3844         (cprop_insn): REGNO now unsigned.
3845         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
3846         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
3847         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
3848         * hard-reg-set.h (reg_class_size): Now unsigned.
3849         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
3850         * jump.c (mark_modified_reg): I now unsigned; add cast.
3851         (rtx_equal_for_thread_p): Add cast.
3852         * loop.c (max_reg_before_loop): Now unsigned.
3853         (struct_movable): REGNO now unsigned.
3854         (try_copy_prop): REGNO arg unsigned.
3855         (regs_match_p): XN and YN now unsigned.
3856         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
3857         (strength_reduce): Likewise; NREGS also unsigned.
3858         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
3859         * loop.h (struct iv_class): REGNO now unsigned.
3860         (max_reg_before_loop, first_increment_giv, last_increment_giv):
3861         Now unsigned.
3862         * machmode.h (mode_size, mode_unit_size): Now unsigned.
3863         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
3864         * optabs.c (expand_binop): I and NWORDS now unsigned.
3865         (expand_unop): I now unsigned.
3866         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
3867         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
3868         * real.c (significand_size): Now returns unsigned.
3869         * real.h (significand_size): Likewise.
3870         * regclass.c (reg_class_size): Now unsigned.
3871         (choose_hard_reg_mode): Both operands now unsigned.
3872         (record_reg_classes): REGNO and NR now unsigned.
3873         (reg_scan): NREGS now unsigned.
3874         (reg_scan_update): old_max_regno now unsigned.
3875         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
3876         * reload.c (find_valid_class): BEST_SIZE now unsigned.
3877         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
3878         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
3879         Likewise for variable R.
3880         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
3881         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
3882         (find_equiv_reg): Add casts.
3883         (regno_clobbered_p): Arg REGNO now unsigned.
3884         * reload.h (struct reload): NREGS now unsigned.
3885         (refers_to_regno_for_reload_p): Regno args are unsigned.
3886         (regno_clobbered_p): Likewise.
3887         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
3888         (compute_use_by_pseudos): REGNO now unsigned.
3889         (find_reg): I and J now unsigned, new variable K, and change loop
3890         variables accordingly; THIS_NREGS now unsigned.
3891         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
3892         (spill_hard_reg): REGNO arg now unsigned; add casts.
3893         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
3894         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
3895         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
3896         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
3897         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
3898         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
3899         (emit_reload_insns): REGNO now unsigned.
3900         (reload_cse_move2add): Add cast.
3901         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
3902         and rework loop.
3903         * resource.c (mark_referenced_resources, mark_set_resources): New
3904         variable R; REGNO and LAST_REGNO now unsigned.
3905         (mark_target_live_regs): J and REGNO now unsigned.
3906         * rtl.c (mode_size, mode_unit_size): Now unsigned.
3907         * rtl.h (union rtunion_def): New field rtuint.
3908         (XCUINT): New macro.
3909         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
3910         (operand_subword, operand_subword_force): Word number is unsigned.
3911         (choose_hard_reg_mode): Operands are unsigned.
3912         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
3913         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
3914         (regno_use_in, combine_instructions, remove_death): Likewise.
3915         (reg_scan, reg_scan_update): Likewise.
3916         (extended_count): Return is unsigned.
3917         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
3918         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
3919         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
3920         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
3921         (reg_reg_last_1): FIRS and LAST now unsigned.
3922         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
3923         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
3924         now unsigned.
3925         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
3926         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
3927         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
3928         (replace_regs): Arg NREGS now unsigned.
3929         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
3930         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
3931         (simplify_binary_operation): Likewise.
3932         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
3933         THIS_LAST now unsigned.
3934         (cselib_record_set): Add cast.
3935         * ssa.c (ssa_max_reg_num): Now unsigned.
3936         (rename_block): REGNO now unsigned.
3937         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
3938         sizes now unsigned.
3939         (all_cases_count): Just return -1 not -2.
3940         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
3941         Rework tests to use trees whenever possible.
3942         Use host_integerp and tree_low_cst.
3943         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
3944         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
3945         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
3946         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
3947         (smallest_mode_for_size): Likewise.
3948         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
3949         KNOWN_ALIGN is now an alignment, so simplify code.
3950         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
3951         (start_record_layout): Renamed from new_record_layout_info.
3952         Update to new fields.
3953         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
3954         New functions.
3955         (place_union_field): Renamed from layout_union_field.
3956         Update to use new fields in rli.
3957         (place_field): Renamed from layout_field.
3958         Major rewrite to use new fields in rli; pass alignment to layout_decl.
3959         (finalize_record_size): Rework to use new fields in rli and handle
3960         union.
3961         (compute_record_mode): Rework to simplify and to use new DECL fields.
3962         (finalize_type_size): Make rounding more consistent.
3963         (finish_union_layout): Deleted.
3964         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
3965         (layout_type, case RECORD_TYPE): Call new function names.
3966         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
3967         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
3968         (get_best_mode): UNIT is now unsigned; remove casts.
3969         * tree.c (bit_position): Compute from new fields.
3970         (byte_position, int_byte_position): New functions.
3971         (print_type_hash_statistics): Cast to remove warning.
3972         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
3973         (build_index_type): Likewise; make subtype of sizetype.
3974         (build_index_2_type): Pass sizetype to build_range_type.
3975         (build_common_tree_nodes): Use size_int and bitsize_int to
3976         initialize nodes; add bitsize_{zero,one,unit}_node.
3977         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
3978         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
3979         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
3980         (DECL_FIELD_BITPOS): Deleted.
3981         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
3982         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
3983         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
3984         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
3985         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
3986         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
3987         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
3988         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
3989         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
3990         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
3991         (DECL_ALIGN): Adjust to new field in union.
3992         (DECL_OFFSET_ALIGN): New field.
3993         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
3994         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
3995         (union tree_decl): Add struct for both aligns.
3996         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
3997         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
3998         (struct record_layout_info): Rework fields to have offset
3999         alignment and byte and bit position.
4000         (start_record_layout, place_field): Renamed from old names.
4001         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
4002         (byte_position, int_byte_position): Likewise.
4003         (get_inner_reference): Change types of position and length.
4004         * unroll.c (unroll_loop): New variable R; use for some loops.
4005         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
4006         (calculate_giv_inc): Arg REGNO now unsigned.
4007         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
4008         * varasm.c (assemble_variable): Clean up handling of size using
4009         host_integerp and tree_low_cst.
4010         (decode_addr_const): Use byte, not bit, position.
4011         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
4012         use tree_low_cst and int_bit_position.
4013         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
4014         
4015 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
4016
4017         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
4018         (reorder_block_def): New members eff_head and eff_end.
4019         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
4020         (verify_insn_chain): New function.
4021         (skip_insns_between_block): Add code to skip deleted insns.
4022         Check for note before using.
4023         (chain_reorder_blocks): Replace calls to skip_insns_between_block
4024         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
4025         Check for note before using.
4026         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
4027         (fixup_reorder_chain): Restructure, clean up, defect removal.
4028         (reorder_basic_blocks): Remove last_insn and references to it.
4029         Moved insn chain verification code into a new function (see above).
4030         Delete defective code that sets last insn.
4031         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
4032         all blocks.
4033
4034 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4035
4036         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
4037
4038 2000-03-24  Richard Henderson  <rth@cygnus.com>
4039
4040         * tree.c (lang_safe_for_unsave): Remove.
4041         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
4042         allowing for two levels of unsafeness.  Remove lang hook.
4043         * tree.h: Update declarations.
4044         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
4045         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
4046         Always fail sibcalls when there are pending cleanups.
4047
4048 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
4049
4050         * flow.c (propagate_block): When we delete an ADDR_VEC,
4051         also delete the BARRIER following it if there is one.
4052
4053 2000-03-24  Richard Henderson  <rth@cygnus.com>
4054
4055         * builtins.c (expand_builtin_bzero): Convert `length' argument
4056         to sizetype.
4057
4058 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
4059
4060         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
4061         comparison if regno's are equal.
4062         * calls.c (initialize_argument_informat): Add ecf_flags argument.
4063         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4064         (expand_call): Update caller.
4065         Avoid making a sibling call if argument size of the callee is larger
4066         than argument size of the caller.
4067         Call hard_function_value with outgoing set if in sibcall pass.
4068         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4069
4070         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
4071         Change LEAF_REGISTERS from an array initializer to actual array
4072         identifier. Move static global variable into the function.
4073         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
4074         sequences for leaf functions.
4075         * global.c (global_alloc): Likewise.
4076         * tm.texi (LEAF_REGISTERS): Update documentation.
4077
4078         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
4079         TARGET_FLAT leaf disabling hack.
4080         (LEAF_REGISTERS): Changed from an array initializer to actual array
4081         identifier to avoid duplication and remove the above hack.
4082         (FUNCTION_OK_FOR_SIBCALL): Define.
4083         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
4084         always like call attribute.
4085         (eligible_for_sibcall_delay): New attribute.
4086         (sibcall): New delay type.
4087         (sibcall, sibcall_value, sibcall_epilogue): New expands.
4088         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
4089         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
4090         * config/sparc/sparc.c (sparc_leaf_regs): New array.
4091         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
4092         New functions.
4093         (output_function_epilogue): Move part of the code into
4094         output_restore_regs.
4095         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
4096         TYPE_SIBCALL.
4097         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
4098         prototypes.
4099
4100         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
4101         until infrastructure is finished.
4102
4103 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
4104
4105         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
4106         (save_parm_insns): Not here.
4107
4108 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4109
4110         * builtins.c (expand_builtin_bzero): New function.
4111         (expand_builtin): Handle bzero.
4112
4113         * builtins.def: Add BUILT_IN_BZERO.
4114
4115         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4116         prototype & function for bzero.
4117
4118 2000-03-23  Michael Meissner  <meissner@redhat.com>
4119
4120         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
4121         change adding TARGET_FP to the TF floating point insns, except for
4122         trunctfsf2, which generates direct calls to truncdfsf2.
4123
4124 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
4125
4126         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
4127         try to protect against middle-end changes that break binary
4128         compatibility.
4129         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
4130
4131 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4132
4133         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
4134
4135 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4136
4137         * calls.c (expand_call): If TARGET is passed by reference and
4138         is readonly, write a CLOBBER.
4139
4140 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4141
4142         * builtins.c (expand_builtin): Handle bcmp.
4143
4144         * builtins.def: Add BUILT_IN_BCMP.
4145
4146         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4147         prototype & function for bcmp.
4148
4149 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
4150
4151         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
4152         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
4153         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
4154
4155 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
4156
4157         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
4158         alternative when using -fp64 -gp32.
4159
4160 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4161
4162         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
4163         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
4164         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
4165
4166         * frame.h (frame_state): Revert last change.
4167         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
4168         * libgcc2.c (throw_helper): Revert last change.
4169         
4170 2000-03-22  Richard Henderson  <rth@cygnus.com>
4171
4172         * stmt.c (expand_asm_operands): Don't promote the temporary.
4173
4174 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4175
4176         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
4177         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
4178           c_get_alias_set): Likewise.
4179         * c-decl.c (duplicate_decls): Likewise.
4180         * c-typeck.c (default_conversion,build_unary_op): Likewise.
4181         * calls.c (initialize_argument_information): Likewise.
4182         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
4183         Likewise.
4184         * dwarfout.c (decl_class_context,output_type): Likewise.
4185         * expr.c (get_inner_reference): Likewise.
4186         * fold-const.c (simple_operand_p,fold): Likewise.
4187         * function.c (aggregate_value_p): Likewise.
4188         * stmt.c (expand_asm_operands): Likewise.
4189         * varasm.c (named_section): Likewise.
4190
4191 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4192
4193         Implement dwarf2 exception handling for the ARM.
4194         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
4195         (DWARF_FRAME_RETURN_COLUMN): Define.
4196         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
4197         REG_FRAME_RELATED_EXPR note.
4198         (emit_sfm): Likewise.
4199         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
4200         * dwarf2out.c (reg_save): Handle saving a register to itself.
4201         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
4202         * except.c (eh_regs): Don't use the static chain reg if it's
4203         callee-saved.
4204         * frame.h (frame_state): Add cfa_saved field.
4205         * frame.c (execute_cfa_insn): Set it.
4206         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in 
4207         the epilogue.
4208         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
4209         Now takes a parm.
4210         (instantiate_virtual_regs): Adjust.
4211         * tm.texi: Adjust.
4212         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4213         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4214         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
4215
4216         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
4217         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
4218
4219 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4220
4221         * builtins.def: New file.
4222
4223         * Makefile.in (TREE_H): Depend on builtins.def.
4224
4225         * builtins.c (built_in_names): Use builtins.def.
4226
4227         * tree.h (built_in_function): Likewise.
4228
4229 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
4230
4231         * tree.c (size_in_bytes): Return size_zero_node, not
4232         integer_zero_node.
4233
4234 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
4235
4236         * config/fp-bit.c (pack_d): Correct the case when a denormal
4237         is rounded up and stops being denormal.
4238
4239 2000-03-21  Richard Henderson  <rth@cygnus.com>
4240
4241         * config/alpha/alpha.c (function_arg): Check for void_type_node
4242         before using MUST_PASS_IN_STACK.
4243
4244 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
4245
4246         * regmove.c (combine_stack_adjustments_for_block): Check that
4247         the stack pointer is a valid memory address.
4248
4249 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
4250
4251         * calls.c: re-install Mar 16 emit_library_call merge.
4252
4253 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
4254
4255         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
4256         we cannot be sure that if reload_completed base register will
4257         be properly aligned.
4258
4259 2000-03-21  Richard Henderson  <rth@cygnus.com>
4260
4261         * flow.c (delete_block): Fix typo last change.
4262
4263 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
4264
4265         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
4266         not COMPLETE_TYPE_P, to check the type of the expression.
4267
4268 2000-03-21  Michael Meissner  <meissner@redhat.com>
4269
4270         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
4271         all floating point insns that just tested the macro
4272         TARGET_HAS_XFLOATING_LIBS.
4273         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
4274         used to only use the gprs.
4275
4276 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
4277
4278         * tree.h (COMPLETE_TYPE_P): New macro.
4279         (COMPLETE_OR_VOID_TYPE_P): New macro.
4280         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
4281         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
4282         * c-aux-info.c (gen_type): Use them.
4283         * c-common.c (c_expand_expr_stmt): Likewise.
4284         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
4285         grokdeclarator, grokparms, finish_struct, start_function,
4286         store_parm_decls, combine_parm_decls): Likewise.
4287         * c-parse.y (cast_expr): Likewise.
4288         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
4289         c_size_in_bytes, c_alignof, build_component_ref,
4290         build_indirect_ref, build_array_ref, convert_arguments,
4291         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
4292         * calls.c (initialize_argument_information): Likewise.
4293         * convert.c (convert_to_integer): Likewise.
4294         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
4295         * dwarfout.c (location_or_const_value_attribute,
4296         output_enumeration_type_die, output_structure_type_die,
4297         output_union_type_die, output_type): Likewise.
4298         * expr.c (safe_from_p, expand_expr): Likewise.
4299         * function.c (assign_parms): Likewise.
4300         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
4301         * tree.c (build_array_type, build_function_type,
4302         build_method_type, build_offset_type, build_complex_type): Likewise.
4303         * c-parse.c, c-parse.h: Regenerated.
4304
4305 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4306
4307         * config/c4x/rtems.h: Include config/rtems.h.
4308
4309 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
4310
4311         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
4312         decl is a FUNCTION_DECL
4313
4314 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
4315
4316         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
4317         function uses output registers.  Don't save RP for leaf functions.
4318         Do save RP even if no epilogue.
4319         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
4320         (CALL_USED_REGISTERS): Unmark in registers.
4321         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
4322         to near the middle.
4323
4324 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4325
4326         * config/rs6000/rs6000.md (bunordered): New expander.
4327         (bordered): New expander.
4328         (buneq): New expander.
4329         (bunge): New expander.
4330         (bungt): New expander.
4331         (bunle): New expander.
4332         (bunlt): New expander.
4333         (bltgt): New expander.
4334  
4335         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
4336         (ccr_bit_negated_p): New function.
4337         (print_operand): For %C, generate appropriate cror for UNEQ,
4338         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
4339
4340 2000-03-20  Andreas Jaeger  <aj@suse.de>
4341
4342         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
4343         warning.
4344
4345         * tree.h (safe_for_unsave): Prototype.
4346
4347 2000-03-20  Richard Henderson  <rth@cygnus.com>
4348
4349         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
4350         (combine_stack_adjustments_for_block): Don't allow sp references
4351         in the side of a set we're not fixing up.
4352         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
4353         after life_analysis.
4354
4355 2000-03-20  Richard Henderson  <rth@cygnus.com>
4356
4357         * calls.c (expand_call): Don't bother generating tail call
4358         sequences if there are pending cleanups.  Use
4359         expand_start_target_temps/expand_end_target_temps to elide
4360         cleanups created during sibcall expansion.
4361
4362 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4363
4364         * configure.in: Set $IFS to a value if it doesn't already have one
4365         in the --enable-checking handling.
4366         * configure: Regenerate.
4367
4368 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4369
4370         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
4371         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4372         Regenerated.
4373
4374 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
4375
4376         * jump.c (delete_noop_moves): Remove code attempting to
4377         combine stack adjustments.
4378
4379 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4380
4381         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
4382         * except.c (emit_cleanup_handler): Use them.
4383         (expand_end_all_catch): Likewise.
4384         * function.c (fixup_var_refs): Likewise.
4385         (expand_function_end): Clear catch_clauses_last.
4386         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
4387         * except.h (struct eh_status): New field x_catch_clauses_last.
4388         (catch_clauses_last): New define.
4389
4390         * Makefile.in (tree.o): Depend on HASHTAB_H.
4391         * tree.c: Include hashtab.h.
4392         (struct type_hash): Remove next field.
4393         (TYPE_HASH_SIZE): Remove.
4394         (TYPE_HASH_INITIAL_SIZE): New define.
4395         (type_hash_table): Change type to htab_t.
4396         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
4397         mark_hash_entry): New functions.
4398         (init_obstacks): Allocate type hash.
4399         (type_hash_lookup): Use htab functions.
4400         (type_hash_add, mark_type_hash): Likewise.
4401         (dump_tree_statistics): Call print_type_hash_statistics.
4402
4403 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4404
4405         * rs6000/t-aix41: New file.
4406
4407         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
4408
4409 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
4410
4411         * tm.texi (Driver): Fix typos and tweak entry for
4412         INCLUDE_DEFAULTS.
4413         Move misplaced STRUCT_FORCE_BLK entry ...
4414         (Storage Layout): ... to here.
4415         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
4416
4417 2000-03-19  Richard Henderson  <rth@cygnus.com>
4418
4419         * flow.c (delete_block): Delete the addr_vec along with the block.
4420         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
4421         reference labels.
4422
4423         * fold-const.c (extract_muldiv): Apply type check for defined
4424         overflow to multiply as well as divide.
4425
4426         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
4427
4428 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4429
4430         * emit-rtl.c (remove_unncessary_notes): Check that all
4431         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
4432         associated NOTE_BLOCK.
4433         * function.h (identify_blocks): Update comments.
4434         (reorder_blocks): Declare.
4435         * function.c (identify_blocks): Don't take paramters.
4436         (reorder_blocks): Don't take parameters.
4437         * loop.h (find_loop_tree_blocks): Remove.
4438         (unroll_block_trees): Likewise.
4439         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
4440         reorder_blocks instead of unroll_block_trees.h
4441         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
4442         * stmt.c (find_loop_tree_blocks): Remove.
4443         (unroll_block_trees): Likewise.
4444         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
4445         in whole-function mode.
4446         * tree.h (reorder_blocks): Remove declaration.
4447
4448         * expr.c: Include intl.h.
4449         * Makefile.in (expr.o): Depend on intl.h.
4450         
4451 2000-03-18  Richard Henderson  <rth@cygnus.com>
4452
4453         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
4454
4455 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4456
4457         * tree.h (tree_index): Remove enumerals for integer types.
4458         (integer_type_kind): New type.
4459         (integer_types): New variable.
4460         (char_type_node): Adjust.
4461         (signed_char_type_node): Likewise.
4462         (unsigned_char_type_node): Likewise.
4463         (short_integer_type_node): Likewise.
4464         (short_unsigned_type_node): Likewise.
4465         (integer_type_node): Likewise.
4466         (unsigned_type_node): Likewise.
4467         (long_integer_type_node): Likewise.
4468         (long_unsigned_type_node): Likewise.
4469         (long_long_integer_type_node): Likewise.
4470         (long_long_unsigned_type_node): Likewise.
4471         * tree.c (integer_types): New variable.
4472         (init_obstacks): Register it as a root.
4473
4474 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
4475
4476         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
4477         NEXT_INSN. Update last insn in chain.
4478
4479 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
4480
4481         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
4482         with TYPE_DECL_SUPPRESS_DEBUG set.
4483
4484 2000-03-18  Richard Henderson  <rth@cygnus.com>
4485
4486         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
4487
4488 2000-03-18  Richard Henderson  <rth@cygnus.com>
4489
4490         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
4491         care for HALF_PIC_P.
4492         (expander_call_insn_operand): Remove.
4493         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
4494         * i386.h (PREDICATE_CODES): Update.
4495         * i386.md (all call expanders): Remove predicates, remove special
4496         handling for half-pic.
4497         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
4498         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
4499         (sibcall_epilogue): New.
4500
4501 2000-03-17  Richard Henderson  <rth@cygnus.com>
4502
4503         * rtlanal.c (single_set): Reject if the parallel has anything
4504         except SET or USE or CLOBBER.
4505
4506 2000-03-17  Jeff Law  <law@cygnus.com>
4507             Richard Henderson  <rth@cygnus.com>
4508
4509         * Makefile.in (OBJS): Add sibcall.o.
4510         (sibcall.o): New.
4511         * sibcall.c: New file.
4512         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
4513         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
4514         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
4515         Emit sibcall patterns when requested.  Update all callers.
4516         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
4517         elimination seems feasable.
4518         * final.c (leaf_function_p): Sibling calls don't discount being
4519         a leaf function.
4520         * flow.c (HAVE_sibcall_epilogue): Provide default.
4521         (find_basic_blocks_1): Sibling calls don't throw.
4522         (make_edges): Make edge from sibling call to EXIT.
4523         (propagate_block): Don't remove sibcall_epilogue insns.
4524         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
4525         (sibcall_epilogue): New.
4526         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
4527         (identify_blocks_1): Likewise.  Break out from ...
4528         (identify_blocks): ... here.
4529         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
4530         (reorder_blocks): ... here.
4531         (init_function_for_compilation): Zap prologue/epilogue as varrays.
4532         (record_insns): Extend a varray instead of mallocing new memory.
4533         (contains): Read a varray not array of ints.
4534         (sibcall_epilogue_contains): New.
4535         (thread_prologue_and_epilogue_insns): Emit and record
4536         sibcall_epilogue patterns.
4537         (init_function_once): Allocate prologue/epilogue varrays.
4538         * genflags.c (gen_insn): Treat sibcall patterns as calls.
4539         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
4540         Broken out from ...
4541         (save_for_inline_nocopy): ... here.
4542         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns. 
4543         Broken out from ...
4544         (expand_inline_function): ... here.
4545         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
4546         (subst_constants): Handle 'n' formats.
4547         * jump.c (jump_optimize_minimal): New.
4548         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
4549         optimizations if it's set.
4550         * rtl.c (copy_rtx): Do copy jump & call for insns.
4551         * rtl.h (struct rtx_def): Document use of jump and call for insns.
4552         (SIBLING_CALL_P): New.
4553         (sibcall_use_t): New.
4554         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
4555         Invoke optimize_sibling_and_tail_recursive_calls.
4556         * tree.c (lang_safe_for_unsave): New.
4557         (safe_for_unsave): New.
4558         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
4559
4560         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
4561         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
4562         (*sibcall_osf_1, *sibcall_value_osf_1): New.
4563
4564 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
4565
4566         * objc/objc-act.c (encode_method_prototype): Pass types, not
4567         PARM_DECLs, to int_size_in_bytes.
4568
4569 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
4570
4571         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
4572
4573         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
4574         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
4575
4576 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4577
4578         * Clean up usages of TREE_INT_CST_LOW.
4579         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
4580         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4581         Regenerated.
4582         * c-tree.h (min_precision): Move declaration to here.
4583         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
4584         (build_unary_op, add_pending_init): Use bit_position.
4585         (pending_init_member, process_init_element): Likewise.
4586         (really_start_incremental_init, push_init_level, pop_init_level):
4587         Don't make copies of nodes or modify them in place, use consistent
4588         types when tracking positions, and use tree routines computations.
4589         (set_init_index, output_init_element): Likewise.
4590         (output_pending_init_elements, process_init_element): Likewise.
4591         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
4592         tree_low_cst and int_bit_position; also minor cleanup.
4593         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
4594         (print_cst_octal): Precision is unsigned.
4595         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
4596         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
4597         (simple_type_align_in_bits): Result is unsigned int.
4598         Use tree_int_low_cst and host_integerp.
4599         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
4600         (field_byte_offset): Result is HOST_WIDE_INT.
4601         Change types of internal variables so alignments are unsigned int,
4602         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
4603         Use host_integerp, tree_low_cst, and int_bit_position.
4604         (add_bit_offset_attribute): Likewise.
4605         (add_data_member_location_attribute): Use tree_cst_low.
4606         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
4607         (add_bit_size_attribute): Use tree_low_cst.
4608         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
4609         * dwarfout.c: Similar changes to dwarf2out.c.
4610         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
4611         * genoutput.c (n_occurences): Return -1 for null string.
4612         (strip_whitespace): Accept null string and make into function.
4613         (scan_operands): Reflect above changes.
4614         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
4615         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
4616         * ssa.c (rename_registers): Add missing cast of arg to bzero.
4617         * tree.c (int_size_in_bytes): Check for too big to represent.
4618         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
4619         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
4620         New declarations.
4621         (min_precision): Delete from here.
4622         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
4623         and int_bit_position.
4624         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
4625         (encode_method_def): Likewise.
4626         (build_ivar_list_initializer): Use int_bit_position.
4627         (generate_shared_structures): Convert size.
4628         (encode_type, encode_complete_bitfield): Use integer_zerop.
4629         (encode_bitfield): Use tree_low_cst and int_bit_position.
4630         
4631 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4632
4633         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
4634
4635 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4636
4637         * call.c (special_function_p): It is only malloc if it returns
4638         Pmode.
4639
4640 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4641
4642         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
4643         (C33_FLAG, TARGET_C3X): Add macros.
4644         (TARGET_SWITCHES): Add -m33 option.
4645         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
4646         
4647 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4648         
4649         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
4650         (PARALLEL_PACK_FLAG): Delete.
4651         (TARGET_SWITCHES): Update.
4652         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
4653
4654 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4655
4656         * fold-const.c (fold): Fix a few cases when the returned result
4657         is not of the same type as the input.
4658
4659 2000-03-16  Nick Clifton  <nickc@cygnus.com>
4660
4661         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
4662         warning.
4663
4664 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4665
4666         * libgcc2.h: Move prototypes above macros with the same name.
4667         Wrap some function prototypes in the conditional which indicates
4668         whether they are supported, i.e. "BITS_PER_UNIT == 8".
4669
4670 2000-03-16  Richard Henderson  <rth@cygnus.com>
4671
4672         * calls.c: Revert last two changes.
4673
4674 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
4675
4676         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
4677         has exponent 0 is a zero.
4678
4679         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
4680         HASH may already be nonzero.  Add code/mode into hash value
4681         immediately after repeat label.
4682         (cselib_lookup): Don't leave the hash table in an inconsistent
4683         state before a hash lookup operation.
4684
4685 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
4686
4687         * i386.md (all HI and QI mode non-move patterns):  Conditionize
4688         by TARGET_[HQ]IMODE_MATH.
4689         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4690         x86_promote_qi_regs): Declare.
4691         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
4692         TARGET_PROMOTE_QI_REGS): New macros.
4693         (PROMOTE_MODE): New macro.
4694         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4695         x86_promote_qi_regs): New global variables.
4696
4697 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
4698
4699         * calls.c (emit_library_call_value_1): Break out from ...; handle
4700         VOIDmode function calls too.
4701         (emit_library_call_value): ... here.
4702         (emit_library_call): Implement by calling emit_library_call_value_1.
4703
4704 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
4705
4706         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
4707         Update arg_space_so_far on stack adjustments.
4708         (emit_library_call, emit_library_call_value): Likewise; take into
4709         account arg_space_so_far and pending_stack_adjust when calculcating
4710         the boundary.
4711
4712 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
4713
4714         * flow.c: Move all basic block reordering code into its own file.
4715         (create_basic_block): Externalize.
4716         * bb-reorder.c: New file. Copy all basic block reordering code from
4717         flow.c to this file.
4718         (reorder_basic_blocks): Fix fencepost error in for-loop.
4719         (reorder_basic_blocks): Remove braces from single statement for-loops.
4720         * basic-block.h: Add declaration for create_basic_block.
4721         * Makefile.in: Add rules for bb-reorder.o.
4722
4723 2000-03-16  Neil Booth  <NeilB@earthling.net>
4724
4725         * cppinit.c (handle_option):  Implement #unassert directive
4726         as -A- command line option.
4727         (print_help):  Update.
4728         * cpptexi.c:  Update.
4729
4730 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
4731
4732         * md.texi (Standard Names): Document `jump'.
4733
4734 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
4735
4736         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
4737         gotos.
4738
4739 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4740
4741         Merge changes from newppc-branch onto trunk.
4742
4743         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4744
4745         * rs6000.c (toc_hash_table): Update for new hash table functions.
4746         (toc_hash_function): Likewise.
4747         (toc_hash_eq): Likewise.
4748         (toc_hash_mark_entry): Likewise.
4749         (toc_hash_mark_table): Likewise.
4750         (output_toc): Likewise.
4751         (rs6000_add_gc_roots): Likewise.
4752
4753         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4754
4755         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
4756         (AR_FLAGS_FOR_TARGET): here.  New macro.
4757
4758         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
4759
4760         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
4761         fpmem_operand) Delete.
4762         (xer_operand) New.
4763         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
4764         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
4765         (rs6000_save_machine_status, rs6000_restore_machine_status, 
4766         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove 
4767         references to above variables.
4768         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
4769         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
4770         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
4771         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
4772         (XER_REGNO_P, XER_REGNO): New.
4773         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
4774         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
4775         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to 
4776         XER_REGNO_P.
4777         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
4778         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
4779         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
4780         
4781         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4782
4783         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
4784         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
4785         * rs6000.h: from here.
4786
4787         * rs6000-protos.h (rs6000_select_section): Provide prototype.
4788         (rs6000_select_rtx_section): Likewise.
4789         (rs6000_encode_section_info): Likewise.
4790         (sdata_section): Likewise.
4791         (sdata2_section): Likewise.
4792         (sbss_section): Likewise.
4793         * sysv4.h (rs6000_select_section): Delete prototype.
4794         (rs6000_select_rtx_section): Likewise.
4795         (rs6000_encode_section_info): Likewise.
4796         (sdata_section): Likewise.
4797         (sdata2_section): Likewise.
4798         (sbss_section): Likewise.
4799         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
4800
4801         * sysv4.h: Delete various unnecessary #undef's and put a comment
4802         on the remaining ones.
4803         Change various comments according to coding standard.
4804
4805         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
4806
4807         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO, 
4808         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
4809         (CR0_REGNO_P) Remove.
4810         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand, 
4811         setup_incoming_varargs, mtcrf_operation, print_operand, 
4812         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue): 
4813         Use the above macros.
4814
4815         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
4816
4817         * config/rs6000/rs6000.md: Added a new alternative for each
4818         pattern that had a 'x' alternative but no 'y' alternative.
4819         Added a new split for each of the above patterns.
4820
4821         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
4822
4823         * aix41.h (ASM_CPU_SPEC): Delete.
4824         (CPP_CPU_SPEC): Delete.
4825
4826         * aix.h (RS6000_OUTPUT_BASENAME): Define.
4827         (ASM_OUTPUT_LABEL): Define.
4828         (ASM_GLOBALIZE_LABEL): Define.
4829         (STRIP_NAME_ENCODING): Define.
4830         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
4831         (STRIP_NAME_ENCODING): Don't define.
4832         (ASM_OUTPUT_LABEL): Don't define.
4833         (ASM_GLOBALIZE_LABEL): Don't define.
4834         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
4835         names, and ASM_OUTPUT_LABEL to output labels, rather than
4836         asm_fprintf.
4837         (ASM_OUTPUT_LABEL): Define.
4838         (ASM_OUTPUT_INT): Use assemble_name.
4839         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
4840         (STRIP_NAME_ENCODING): Don't undefine first.
4841         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
4842         ELF.
4843         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
4844         specified with 'asm' even with -fleading-underscore.
4845         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
4846         (output_epilog): Likewise.
4847         (output_toc): Likewise. 
4848         * tramp.asm: Handle -fleading-underscore correctly.
4849
4850         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
4851         -mminimal-toc.
4852         (nonlocal_goto_receiver): Delete.
4853         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
4854
4855         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
4856         (SET_ASM_OP): Define.
4857         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
4858
4859         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
4860         (ASM_LONG): Define.
4861
4862         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
4863         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
4864
4865         * rs6000.h: Add 'u' to more constants.
4866
4867         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
4868
4869         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
4870
4871         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
4872
4873         * rs6000.c (reg_or_u_cint_operand): New function.
4874         (logical_operand): Handle 64-bit hosts.
4875         (logical_u_operand): New function.
4876         (non_logical_cint_operand): Handle 64-bit hosts.
4877         (non_logical_u_cint_operand): New function.
4878         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
4879         (PREDICATE_CODES): Define new functions.
4880         * rs6000-protos.h: Declare new functions.
4881         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
4882         (movdi_64): Bracket code intended for 64-bit hosts.  Create
4883         CONST_DOUBLE for 32-bit values.
4884         (scc insns): Generate DImode compares.
4885         (mfcr insns): Create DImode versions.
4886         (sge matchers): New patterns.
4887         
4888         2000-02-15  Gabriel Paubert  <paubert@iram.es>
4889
4890         * rs6000.md: Correct instructions length attributes and
4891         constraints on unsigned compare instructions.
4892         (*ne0): Disable for PowerPC64.
4893
4894         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
4895
4896         * rs6000.c (output_function_profiler): Use .long for a 32-bit
4897         quantity, fix profile1.C test failure under -fPIC.
4898
4899         * rs6000.c: Add 'u' to many constants to suppress warnings.
4900         (constant_pool_expr_1): Make static.
4901         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
4902         * rs6000.h: Add 'u' to many constants to suppress warnings.
4903
4904         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
4905         for the start of the TOC, instead of LCTOC..0.
4906         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
4907         of the TOC.
4908         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
4909         (load_toc_aix_di): Use LCTOC..1.
4910
4911         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
4912         * rs6000.c (rs6000_legitimize_address): New function from
4913         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
4914         symbols in the constant pool that really are TOC references.
4915         (print_operand_address): For ELF, write TOC offsets under
4916         -fPIC as subtractions in the insn.
4917         (output_toc): For ELF, define symbols in TOC as normal labels,
4918         to match RTL.
4919         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
4920         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
4921         (create_TOC_reference): Prototype only when RTX_CODE is defined.
4922         * rs6000.md (movsi): Only use create_TOC_reference on
4923         symbols in the constant pool that really are TOC references.
4924
4925         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
4926         * rs6000.c (rs6000_reorg): Delete.
4927         * rs6000-protos.h (rs6000_reorg): Delete.
4928
4929         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
4930
4931         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
4932
4933         * aix.h (SETUP_FRAME_ADDRESSES): Define.
4934         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
4935         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
4936         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
4937         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
4938         rs6000_aix_emit_builtin_unwind_init.
4939         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call 
4940         rs6000_emit_eh_toc_restore on AIX.
4941         (return_eh_si): Use r2.
4942         (return_eh_di): Use r2.
4943
4944         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
4945         since we're breaking binary compatibility anyway.
4946
4947         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
4948
4949         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
4950         constant_pool_expr_p): Declare them.
4951         (constant_pool_expr_p): Declare it.
4952         * config/rs6000/rs6000.c (toc_label_name): Define.
4953         (rs6000_override_options): Set toc_label_name.
4954         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
4955         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
4956         uses_TOC): New functions.
4957         (print_operand): Delete old '*' case.
4958         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
4959         and strip off rtl for TOC before calling output_addr_const.
4960         (rs6000_emit_load_toc_table): Use toc_label_name.
4961         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
4962         the default.
4963         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
4964         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
4965         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
4966         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
4967         into explicit TOC_REGISTER offsets.
4968         (TOC_REGISTER): New macro.
4969         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under 
4970         TARGET_TOC to reference TOC_REGISTER.
4971         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
4972         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call  
4973         uses_TOC before emitting label references.
4974
4975         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
4976
4977         * rs6000.md (stack_tie): Fix warning.
4978
4979         * eabi-ctors.c: Use 'asm' names for the start/end variables,
4980         to handle -fleading-underscore.
4981         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
4982         (USER_LABEL_PREFIX): New macro.
4983         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
4984         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
4985         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
4986         call-linux can use the same multilibs.
4987         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
4988         and call-linux multilibs.  Do multilib with -fleading-underscore.
4989         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
4990         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
4991         to call-aix.
4992
4993         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
4994         have MASK_SOFT_FLOAT set.
4995         (CPP_FLOAT_DEFAULT_SPEC): New macro.
4996         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
4997         CPP_FLOAT_DEFAULT_SPEC.
4998
4999         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
5000         * rs6000.md: Whitespace change.
5001         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
5002         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
5003
5004         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
5005
5006         * rs6000.md (eh_epilogue): New expander.
5007         (eh_reg_restore): New expand/split/insn combination.
5008         (return_eh_si): New insn.
5009         (return_eh_di): New insn.
5010
5011         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
5012         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
5013         * eabi-ctors.c (__do_global_ctors): Register this object's
5014         frame.  Clean up.  Call atexit() after the constructors.
5015         (__do_global_dtors): Deregister this object's frame.  Clean up.
5016         Allow for recursive calls to exit().
5017         * rs6000.c (fixuplabelno): New variable.
5018         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
5019         TARGET_RELOCATABLE, it slows down exec() under linux.
5020         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
5021
5022         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
5023         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
5024         (ASM_OUTPUT_DWARF_DELTA2): New macro.
5025         (ASM_OUTPUT_DWARF_DELTA4): New macro.
5026         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
5027         (ASM_OUTPUT_DWARF_ADDR): New macro.
5028         (ASM_OUTPUT_DWARF_DATA4): New macro.
5029         (ASM_OUTPUT_DWARF_DATA2): New macro.
5030         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
5031         (ASM_OUTPUT_DWARF_OFFSET): New macro.
5032         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
5033
5034         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5035
5036         * rs6000.c (rs6000_sr_alias_set): New variable.
5037         (rs6000_override_options): Initialise rs6000_sr_alias_set.
5038         (rs6000_emit_stack_tie): New function.
5039         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
5040         in a way that dwarf2out can understand.
5041         (rs6000_frame_related): New function.
5042         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
5043         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
5044         Use rs6000_emit_stack_tie when needed.
5045         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
5046         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
5047         * rs6000.md (stack_tie): New insn.
5048         (return_internal_si): Allow return value to be in the count
5049         register.
5050         (return_internal_di): Likewise.
5051
5052         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
5053
5054         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5055
5056         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
5057
5058         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
5059
5060         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
5061
5062         * rs6000.md (stmw): Use the right POWER opcode.
5063         (lmw): Likewise.
5064
5065         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5066
5067         * rs6000-protos.h: New file.
5068
5069         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
5070         
5071         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
5072         warnings.
5073         
5074         * sysv4.h: Likewise.
5075
5076         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
5077
5078         * ../../configure.in: Delete powerpcle-*-winnt*
5079         and powerpcle-*-pe|powerpcle-*-cygwin*.
5080         * ../../configure: Regenerated.
5081         * cygwin.h: Delete.
5082         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
5083         (TARGET_WINDOWS_NT): Delete.
5084         (ABI_NT): Delete.
5085         (CALL_NT_DLLIMPORT): Delete.
5086         Delete NT-specific code.
5087         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
5088         * win-nt.h: Delete.
5089         * t-winnt: Delete.
5090         * nt-ci.asm: Delete.
5091         * nt-cn.asm: Delete.
5092         * ntstack.asm: Delete.
5093
5094         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5095
5096         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
5097         (ASM_FILE_START): Likewise.
5098         (ASM_DECLARE_FUNCTION_NAME): Likewise.
5099         (ASM_OUTPUT_LABELREF): Likewise.
5100         (ASM_OUTPUT_SKIP): Likewise.
5101         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
5102         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5103         (ASM_OUTPUT_CASE_LABEL): Likewise.
5104         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5105         (ASM_OUTPUT_ASCII): Likewise.
5106
5107         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
5108
5109         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
5110         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
5111         increment rs6000_pic_labelno here.
5112         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
5113         and increment rs6000_pic_labelno here.
5114
5115         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
5116
5117         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
5118         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
5119         allocation knows (reg) is dead before the insn.
5120
5121         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
5122
5123         * rs6000.md (movsi_to_cr): Correct typo in output template.
5124
5125         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5126
5127         * rs6000.c (rs6000_pic_labelno): Always define.
5128         (rs6000_pic_func_labelno): Delete.
5129         (lmw_operation): Check for a zero base register,
5130         which doesn't mean what we want.
5131         (stmw_operation): New function.
5132         (print_operand): Define new 'l' modifier.
5133         (rs6000_stack_info): We must save all 64 bits of the registers
5134         if TARGET_POWERPC64.
5135         (rs6000_output_load_toc_table): Delete.
5136         (rs6000_emit_load_toc_table): New function.
5137         (rs6000_allocate_stack_space): Delete.
5138         (rs6000_emit_allocate_stack): New function.
5139         (rs6000_emit_prologue): New function.
5140         (output_prolog): Use rs6000_emit_prologue.
5141         (rs6000_emit_epilogue): Change a few variable names to be
5142         more accurate.  Restore all 64 bits of the registers if
5143         TARGET_POWERPC64.  Only restore the FP registers which were used
5144         if they are being saved/restored one-at-a-time.
5145         (output_mi_thunk): Delete inefficient code generation.
5146         (output_function_profiler): Don't use rs6000_output_load_toc_table.
5147         * rs6000.h: Declare rs6000_emit_load_toc_table,
5148         rs6000_allocate_stack_space, stmw_operation.  Don't declare
5149         rs6000_output_load_toc_table.
5150         * rs6000.md (elf_high): Allow register 0, but discourage it
5151         heavily.
5152         (elf_low): Support loading into register 0.
5153         (load_toc_aix_si): New pattern.
5154         (load_toc_aix_di): New pattern.
5155         (load_toc_v4_pic_si): New pattern.
5156         (load_toc_v4_pic_di): New pattern.
5157         (load_toc_v4_PIC_1): New pattern.
5158         (load_toc_v4_PIC_1b): New pattern.
5159         (load_toc_v4_PIC_2): New pattern.
5160         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
5161         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
5162         (prologue): New expander.
5163         (movesi_from_cr): New pattern.
5164         (stmw): New pattern.
5165         (save_fpregs_si): New pattern.
5166         (save_fpregs_di): New pattern.
5167
5168         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5169
5170         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
5171         (movdi): Likewise.
5172         (movhi): Likewise.
5173         (movqi): Likewise.
5174
5175         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5176
5177         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
5178         at present.
5179         (movsi_got_internal): Likewise.
5180         (movsi_got_internal+1): Likewise.
5181         (set_sp): 'unspec 7' does a SImode clobber.
5182
5183         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5184
5185         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
5186         allocate a stack temporary.
5187         (floatsidf2_internal): Likewise.
5188         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
5189         with unspec.
5190         (floatunssidf2): Don't use the fpmem "register", just
5191         allocate a stack temporary.
5192         (floatunssidf2_internal): Likewise.
5193         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
5194         with unspec.
5195         (floatsidf2_loadaddr): Delete.
5196         (floatsidf2_store1): Delete.
5197         (floatsidf2_store2): Delete.
5198         (floatsidf2_load): Delete.
5199         (fix_truncdfsi2): Don't use the fpmem "register", just
5200         allocate a stack temporary.
5201         (fix_truncdfsi2_internal_si): Delete.
5202         (fix_truncdfsi2_internal_di): Delete.
5203         (fix_truncdfsi2_internal): New insn.
5204         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
5205         (fix_truncdfsi2_store): Delete.
5206         (fix_truncdfsi2_load): Delete.
5207         (fctiwz): Produce gen_fctiwz.
5208
5209         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5210
5211         * eabi.h (INVOKE__main): Define.
5212         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
5213         specially.
5214         (rs6000_emit_prologue): Likewise.
5215         * rs6000.h (struct rs6000_stack): Don't keep track of whether
5216         this is the main program.
5217
5218         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5219
5220         * rs6000.c (rs6000_va_arg): Delete some unused variables.
5221
5222         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5223
5224         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
5225         goes after the argument.
5226
5227         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5228
5229         * rs6000.md: Document 'unspec' values used.
5230         (epilogue): New expander.
5231         (movesi_to_cr_one): New expander.
5232         (movesi_to_cr and following): New pattern.
5233         (lmw): New pattern.
5234         (return_internal_si): New pattern.
5235         (return_internal_di): New pattern.
5236         (return_and_restore_fpregs_si): New pattern.
5237         (return_and_restore_fpregs_di): New pattern.
5238         * rs6000.h: Declare new functions.
5239         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
5240         rather than rs6000_calls_p.
5241         (rs6000_makes_calls): Delete.
5242         (lmw_operation): New function.
5243         (mtcrf_operation): New function.
5244         (rs6000_emit_epilogue): New function.
5245         (output_epilog): Call rs6000_emit_epilogue and final if
5246         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
5247
5248         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5249
5250         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
5251         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
5252         * aix.h (SUBTARGET_SWITCHES): Document switches.
5253         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
5254         sched-prolog and sched-epilog the same.  Document all the
5255         switches.
5256         (TARGET_OPTIONS): No longer allow -mdebug-.
5257
5258         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5259
5260         * rs6000.h (ASM_FILE_END): Move to aix.h.
5261         (EXTRA_SECTIONS): Move to aix.h.
5262         (READONLY_DATA_SECTION): Move to aix.h.
5263         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
5264         (SELECT_SECTION): Move to aix.h.
5265         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
5266         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
5267         (LINK_REGISTER_REGNUM): New definition.
5268         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
5269         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
5270         AIX and SVR4.
5271         * sysv4.h: Delete the code between the inclusion of rs6000.h
5272         and svr4.h.
5273         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
5274         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
5275         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
5276         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
5277         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
5278         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
5279         (fix_truncdfsi2_internal_di): New pattern.
5280         (fix_truncdfsi2_store): The second arg here is Pmode too.
5281         (fix_truncdfsi2_load): The second arg here is Pmode too.
5282         (tablejumpdi): Now that switch tables hold only SImode values,
5283         gcc needs to know how to add them to the pc which is DImode.
5284         * rs6000.c (rs6000_stack_info): Use symbolic name for 
5285         LINK_REGISTER_REGNUM.
5286         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
5287         (output_toc): Delete unused variables s1 and s2.
5288         (output_ascii): Use fputs not fprintf on a variable string.
5289
5290         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
5291
5292         * rs6000.c (processor_target_table): Add power3 as alias for 630.
5293         * aix43.h: Revert Aug 2 change.
5294         (HAS_INIT_SECTION): Define, not visible yet.
5295         (LD_INIT_SWITCH): Define, not visible yet.
5296         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
5297
5298         2000-01-04  Joel Sherrill (joel@OARcorp.com>
5299
5300         * config/rs6000/rtems.h: Include config/rtems.h.
5301
5302         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
5303
5304         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
5305         (SLOW_UNALIGNED_ACCESS): Define.
5306         (CASE_VECTOR_MODE): Always use 32-bit offsets.
5307         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
5308         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
5309         (toc_section): Likewise and .toc pseudo-op.
5310         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
5311         64-bit mode.
5312         (TEXT_SECTION_ASM_OP): Likewise.
5313         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
5314         32-bit offsets.
5315
5316         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
5317
5318         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
5319         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
5320         compiling libgcc2.
5321         
5322         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5323
5324         * rs6000.h: Move more stuff from here...
5325         * aix.h: to here.
5326         * sysv4.h: Cleanup accordingly.
5327         * netware.h: Likewise
5328
5329         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5330
5331         * rs6000.h: Continue cleanup.
5332         * aix.h: Likewise.
5333         * lynx.h: Likewise.
5334         * netware.h: Likewise.
5335         * sol2.h: Likewise.
5336         * sysv4.h: Likewise.
5337         * win-nt.h: Likewise.
5338
5339         * rs6000.h (TARGET_SWITCHES): Add descriptions.
5340         (TARGET_OPTIONS): Likewise.
5341
5342         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
5343         (SUBTARGET_OPTIONS): Likewise.
5344
5345         * rs6000.md: Fix compile time warnings.
5346
5347         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5348
5349         vxworks patches from the Cygnus tree originally by
5350         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
5351         <vmakarov@cygnus.com>.
5352         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
5353         (ENDFILE_SPEC): Likewise.
5354         (LIB_VXWORKS_SPEC): New macro.
5355         (STARTFILE_VXWORKS_SPEC): New macro.
5356         (ENDFILE_VXWORKS_SPEC): New macro.
5357         (LINK_START_VXWORKS_SPEC): New macro.
5358         (LINK_OS_VXWORKS_SPEC): New macro.
5359         (CPP_OS_VXWORKS_SPEC): New macro.
5360         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
5361         * vxppc.h: Rewrite to use proper configuration method.
5362         * vxppcle.h: New file.
5363         * ../../configure.in: Add powerpcle-wrs-vxworks*.
5364         * ../../configure: Rebuilt.
5365
5366         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5367
5368         Lots of changes to rs6000.h, sysv4.h, aix.h,
5369         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
5370         with the aim that rs6000.h is the first header
5371         included and the others override it.
5372         * aix.h: New file.
5373
5374         * x-aix41-gld: Remove.  
5375         * x-aix43: Remove.
5376         * x-aix41: Remove target-specific switches, and don't specify
5377         -Wl,-bbigtoc as we don't need it any more.
5378         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
5379         Use t-aix43 for AIX 4.3 and above.
5380         * ../../configure: Regenerated.
5381
5382         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
5383         options, that don't do anything yet.
5384         (MASK_SCHED_PROLOG): New macro.
5385         (MASK_SCHED_EPILOG): New macro.
5386         (TARGET_SCHED_PROLOG): New macro.
5387         (TARGET_SCHED_EPILOG): New macro.
5388
5389         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5390
5391         * rs6000.c: Correct comment, the `minimal' TOCs are actually
5392         one per translation unit, not one per function.
5393         (output_toc): Also do duplicate constant elimination
5394         for per-translation-unit TOCs.
5395
5396         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
5397         a comment explaining _exactly_ when this pattern gets used.
5398         (builtin_setjmp_receiver): New pattern for better clarity.
5399         (init_v4_pic): Move it into a section dealing with TOC registers.
5400
5401         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
5402
5403         * rs6000.c (toc_hash_table): New variable.
5404         (rs6000_hash_constant): New function.
5405         (toc_hash_function): New function.
5406         (toc_hash_eq): New function.
5407         (toc_hash_mark_entry): New function.
5408         (toc_hash_mark_table): New function.
5409         (output_toc): Don't output duplicate TOC entries in
5410         a single file.
5411         (rs6000_add_gc_roots): Add the hash table as a GC root.
5412         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
5413         where they clearly shouldn't be.  This may need to be fixed
5414         later when there is a GNU ar for AIX.
5415         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
5416         Don't define BOOT_LDFLAGS as it is now not necessary.
5417
5418         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
5419
5420         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
5421         for va_list on AIX.  Use unsigned_char_type_node rather than
5422         constructing our own version on svr4.
5423
5424         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
5425
5426         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
5427         since patently it's not.
5428
5429         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
5430
5431         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
5432         define_expand/define_insn pair, and handle restore of the
5433         SVR4 -fpic register.
5434
5435 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
5436
5437         * acconfig.h (HAVE_GAS_WEAK): New define.
5438         * configure.in (assembler weak support): Check for .weak support.
5439         * config.in, configure: Rebuilt.
5440         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
5441         HAVE_GAS_WEAK is defined.
5442
5443 2000-03-15  Nick Clifton  <nickc@cygnus.com>
5444
5445         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
5446         asm_fprintf().
5447
5448 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
5449
5450         * cppfiles.c (open_include_file): New function.
5451         (find_include_file, cpp_read_file): Use it.
5452
5453 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
5454
5455         * cpphash.c (dump_hash_helper): Take the slot, not the element.
5456
5457 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
5458
5459         * flow.c (verify_flow_info): Check for unconditional return.
5460
5461 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
5462
5463         * config/ia64/ia64.md (restore_stack_nonlocal): New.
5464         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
5465         (__ia64_restore_stack_nonlocal): New.
5466         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
5467
5468 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5469
5470         * cpphash.c (collect_formal_parameters): Do not complain about
5471         parameter names that just start with `__VA_ARGS__'.
5472
5473 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
5474
5475         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
5476         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
5477         * i386.c (pentiumpro_cost): Set mul cost to 4.
5478         (x86_use_movx): Set for PPro.
5479
5480 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
5481
5482         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
5483         STACK_BOUNDARY for empty frames now.
5484
5485 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
5486
5487         * stor-layout.c (layout_union): Remove.
5488         (layout_union_field): New function, split out from layout_union.
5489         (finish_union_layout): Likewise.
5490         (layout_field): Handle unions by calling layout_union_field.
5491         (finish_record_layout): Handle unions.
5492         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
5493         QUAL_UNION_TYPE handling.
5494
5495 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
5496
5497         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
5498         end of basic block is jump_insn, not barrier; use create_basic_block
5499         instead of creating basic block by hand.
5500
5501 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
5502
5503         * flow.c (reorder_basic_blocks): Account for barriers when writing
5504         over NEXT_INSN (last_bb->end).
5505         (verify_flow_info): Add check for missing barriers.
5506
5507 2000-03-14  Greg McGary  <gkm@gnu.org>
5508
5509         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
5510         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
5511         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
5512         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
5513         __unbounded, __unbounded__): New keywords.
5514         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
5515         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
5516         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
5517
5518 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5519
5520         * cselib.h: New file.
5521         * alias.c: Include "cselib.h".
5522         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
5523         MEMs as two new arguments.
5524         (get_addr): New static function.
5525         (find_base_term): Handle VALUEs.
5526         (memrefs_conflict_p): Likewise.
5527         (true_dependence): Call get_addr on the addresses.
5528         Call fixed_scalar_and_varying_struct_p with addresses that have been
5529         passed through get_addr and canon_rtx.
5530         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
5531         with true_dependence.
5532         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
5533         * loop.c: Include "cselib.h".
5534         (load_mems): Process extended basic block that enters the loop with
5535         cselib.  Use that information to change initialization of the shadow
5536         register so that a constant equivalence is seen by later passes.
5537         * reload1.c: Include "cselib.h".
5538         (reload_cse_invalidate_regno): Delete function.
5539         (reload_cse_mem_conflict_p): Likewise.
5540         (reload_cse_invalidate_mem): Likewise.
5541         (reload_cse_invalidate_rtx): Likewise.
5542         (reload_cse_regno_equal_p): Likewise.
5543         (reload_cse_check_clobber): Likewise.
5544         (reload_cse_record_set): Likewise.
5545         (reg_values): Delete static variable.
5546         (invalidate_regno_rtx): Likewise.
5547         (reload_cse_delete_noop_set): New static function.
5548         (reload_cse_simplify): New static function, broken out of
5549         reload_cse_regs_1.
5550         (reload_cse_noop_set_p): Delete unused argument INSN.
5551         Just call rtx_equal_for_cselib_p on set source and destination.
5552         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
5553         reload_cse_delete_noop_set.  Delete code to keep track of values; use
5554         cselib functions instead.  Delete code to push/pop obstacks.
5555         (reload_cse_simplify_set): Use cselib to find equivalent values.
5556         Delete code to push/pop obstacks.
5557         (reload_cse_simplify_operands): Likewise.
5558         * rtl.def (VALUE): New rtx code.
5559         * rtl.h (union rtunion_def): New elt rt_cselib.
5560         (X0CSELIB, CSELIB_VAL_PTR): New macros.
5561         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
5562         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
5563         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
5564         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
5565         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
5566         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
5567         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
5568         cselib_record_set, cselib_record_sets): New static functions.
5569         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
5570         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
5571         references_value_p): New functions.
5572         (MAX_USELESS_VALUES, REG_VALUES): New macros.
5573         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
5574         n_useless_values, reg_values, callmem, cselib_obstack,
5575         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
5576         New static variables.
5577         * varray.h (union varray_data_tag): New elt te.
5578         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
5579         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
5580         dependencies.
5581
5582 2000-03-14  Nick Clifton  <nickc@cygnus.com>
5583
5584         * gcc.c (do_spec_1): Catch the case where %* is used in a
5585         substitution pattern, but it has not been initialised.
5586         Issue a meaningful error message if an unrecognised operator
5587         is encountered in a spec string.
5588
5589 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
5590
5591         * function.c (prepare_function_start): Correctly initialize
5592         cfun->stack_alignment_needed.
5593
5594 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
5595
5596         * cppfiles.c (find_include_file): Don't assume nshort is a
5597         substring of name.
5598
5599 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
5600
5601         * configure.in (hppa configurations): Add pa32-regs.h to the
5602         list of tm files as appropriate.
5603         * configure: Rebuilt.
5604         * pa.c (compute_frame_size): Remove explicit knowledge about FP
5605         register numbering.
5606         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
5607         (fmpyaddoperands, fmpysuboperands): Likewise.
5608         * pa.h: Remove various definitions which depend on knowing
5609         how registers are numbered.
5610         * pa32-regs.h: New file with PA32 register numbering specific
5611         definitions.
5612
5613 2000-03-14  Richard Henderson  <rth@cygnus.com>
5614
5615         * regmove.c (combine_stack_adjustments): New.
5616         (stack_memref_p, single_set_for_csa): New.
5617         (free_csa_memlist, record_one_stack_memref): New.
5618         (try_apply_stack_adjustment): New.
5619         (combine_stack_adjustments_for_block): New.
5620         * rtl.h (combine_stack_adjustments): Declare.
5621         * toplev.c (rest_of_compilation): Call it.
5622
5623         * i386.md: Revert 2000-01-16 change.
5624
5625 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5626
5627         * gccbug.in: Add web category, gcc specific classes.
5628
5629 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
5630
5631         * stor-layout.c (finalize_record_size): Fix typo.
5632
5633 2000-03-14  Stan Shebs  <shebs@apple.com>
5634
5635         * c-typeck.c (c_alignof): Error on incomplete types.
5636         * extend.texi (Alignment): Document this.
5637
5638 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5639
5640         * cppfiles.c: Include mkdeps.h.
5641         (find_include_file, read_include_file): Remove _cpp_ prefix
5642         from name, make static.
5643         (_cpp_execute_include): New function, broken out of
5644         do_include.
5645
5646         * cpplib.c: Don't include mkdeps.h.
5647         (struct directive): Remove type field. Reorder entries.  The
5648         function takes only one argument.
5649         (struct if_stack): Make type field an int.
5650         (directive_table): Rename to dtable.  Generate it, the
5651         prototypes of the directive handlers, and the enum for the
5652         directive numbers, from a template macro.
5653         (do_ifndef, do_include_next, do_import): New functions.
5654         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
5655         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
5656         do_ident, do_assert, do_unassert, do_sccs): Take only one
5657         argument.
5658         (do_sccs): Define always, but alter behavior based on
5659         SCCS_DIRECTIVE.
5660         (_cpp_handle_directive, consider_directive_while_skipping):
5661         Restructure for new directive table layout.
5662
5663         (pass_thru_directive): Take a directive number, not a pointer
5664         to a struct directive.
5665         (parse_include): New function, broken out of do_include.
5666         (do_include, do_import, do_include_next): Use parse_include
5667         and _cpp_execute_include.
5668         (do_elif, do_else): Test for T_ELSE specifically when checking
5669         for #elif/#else after #else.
5670         (parse_ifdef): New function, broken out of do_ifdef.
5671         (validate_else): Expect a name arg without a leading #.
5672         (if_directive_name): Delete.
5673         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
5674         directive handlers with only one argument.
5675
5676         * cpphash.h: Update prototypes.
5677         (enum node_type): Remove entries for directives.
5678         * Makefile.in: Update dependencies.
5679
5680         * cpphash.c (dump_hash_helper): Only dump nodes of type
5681         T_MACRO.  Emit a newline after each definition.
5682
5683 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5684
5685         * gccbug.in: New file.
5686         * configure.in (all_outputs): Add gccbug.
5687         * Makefile.in (install-common): Install gccbug.
5688         (GCCBUG_INSTALL_NAME): New variable.
5689         * configure: Rebuilt.
5690         
5691 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
5692
5693         * function.c (put_var_into_stack): Use type_for_mode to calculate
5694         part_type.  Use MEM_SET_IN_STRUCT_P.
5695         * expr.c (store_field): Handle CONCAT.
5696         (store_constructor): Use fields_length.
5697         * tree.c (fields_length): New fn.
5698         * tree.h: Declare it.
5699
5700 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5701
5702         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
5703         (cpplex.o): New target.
5704         * po/POTFILES.in: Add cpplex.c.
5705
5706         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
5707         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
5708         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
5709         skip_block_comment, skip_line_comment, skip_comment,
5710         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
5711         _cpp_parse_name, skip_string, parse_string,
5712         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
5713         _cpp_get_directive_token, find_position,
5714         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
5715         (maybe_macroexpand, _cpp_lex_token): New functions.
5716
5717         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
5718         parse_goto_mark): Delete.
5719         (_cpp_handle_eof): New function.
5720         (_cpp_handle_directive): Rename from handle_directive.
5721         (_cpp_output_line_command): Rename from output_line_command.
5722         (do_if, do_elif): Call _cpp_parse_expr directly.
5723         * cppfiles.c (_cpp_read_include_file): Don't call
5724         init_input_buffer here.
5725         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
5726         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
5727         here; pop the token_buffer and skip the rest of the line here.
5728         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
5729         here.
5730
5731         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
5732         Define here.
5733         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
5734         CPP_GOTO_MARK): New macros.
5735         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
5736         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
5737         _cpp_read_and_prescan, _cpp_init_input_buffer,
5738         _cpp_grow_token_buffer, _cpp_get_directive_token,
5739         _cpp_handle_directive, _cpp_handle_eof,
5740         _cpp_output_line_command): Prototype them here.
5741         * cpplib.h (enum cpp_token): Add CPP_MACRO.
5742         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
5743         quote_string, output_line_command): Remove.
5744
5745 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
5746
5747         * stmt.c (expand_end_case): RANGE may be signed, and when checking
5748         whether it is too large we must also verify that it isn't negative.
5749
5750 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
5751
5752         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
5753         (movsi_zero_liveg0): Remove.
5754         (movsf_insn_novis_liveg0): Remove.
5755         (negsi2): Remove.
5756         (negsi2_not_liveg0): Rename to negsi2.
5757         (one_cmplsi2): Remove.
5758         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
5759         (one_cmplsi2_liveg0): Remove.
5760         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
5761         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
5762         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
5763         (PREDICATE_CODES): Remove zero_operand.
5764         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
5765         TARGET_BROKEN_SAVERESTORE.
5766         (zero_operand): Remove.
5767         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
5768         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
5769         options.
5770         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
5771         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
5772         TARGET_BROKEN_SAVERESTORE): Remove.
5773         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5774         Remove.
5775         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5776         Remove.
5777         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5778         Remove.
5779
5780         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
5781
5782 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5783
5784         * cpplib.c (do_pragma_implementation): Fix off-by-one error
5785         truncating a string.  Don't assume tokens are nul terminated.
5786         Problem noted by Andreas Jaeger <aj@suse.de>
5787
5788 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
5789
5790         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
5791         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
5792         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
5793
5794 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
5795
5796         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
5797         STRUCTURE_SIZE_BOUNDARY.
5798
5799 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
5800
5801         * tree.h (record_layout_info_s): New structure.
5802         (record_layout_info): New type.
5803         (new_record_layout_info): New function.
5804         (layout_field): Likewise.
5805         (finish_record_layout): Likewise.
5806         * stor-layout.c (layout_record): Remove.
5807         (new_record_layout_info): New function.
5808         (layout_field): New function, broken out from layout_record.
5809         (finalize_record_size): Likewise.
5810         (compute_record_mode): Likewise.
5811         (finalize_type_size): New function, broken out from layout_type.
5812         (finish_record_layout): Likewise.
5813         (layout_type): Use them.
5814         
5815 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
5816
5817         * cpphash.c: Don't include version.h.
5818         (special_symbol) [case T_VERSION]: Look for the string in
5819         hp->value.cpval; don't use version_string.
5820         * cppinit.c (initialize_builtins): Set hp->value.cpval for
5821         __VERSION__ to version_string.
5822         * Makefile.in (cpphash.o): Update deps.
5823
5824 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
5825
5826         Convert cpplib to use libiberty/hashtab.c.
5827
5828         * cpplib.h (struct cpp_reader): Make hashtab and
5829         all_include_files of type 'struct htab *'.  Delete HASHSIZE
5830         and ALL_INCLUDE_HASHSIZE macros.
5831
5832         * cpphash.h: Update prototypes.
5833         (struct hashnode): Remove next, prev, and bucket_hdr members.
5834         Make length a size_t.  Add hash member.
5835         (struct ihash): Remove next member.  Add hash member.  Make
5836         name a flexible array member.
5837
5838         * cppfiles.c: Include hashtab.h.
5839         (include_hash): Delete.
5840         (IHASHSIZE): New macro.
5841         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
5842         (cpp_included): Do the hash lookup here.
5843         (_cpp_find_include_file): Rewrite.
5844         (cpp_read_file): Put the "fake" hash entry into the hash
5845         table.  Honor the control_macro, if it turns out we've seen
5846         the file before.  Don't push the buffer here.
5847         (_cpp_read_include_file): Push the buffer here.
5848         (OMODES): New macro.  Use it whenever we call open(2).
5849
5850         * cpphash.c: Include hashtab.h.
5851         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
5852         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
5853         _cpp_lookup_slot): New functions.
5854         (HASHSIZE): new macro.
5855         (hashf, _cpp_install, _cpp_delete_macro): Delete.
5856         (_cpp_lookup): Use hashtab.h routines.
5857
5858         * cppinit.c: Include hashtab.h.
5859         (cpp_reader_init): Call _cpp_init_macro_hash and
5860         _cpp_init_include_hash.  Don't allocate hashtab directly.
5861         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
5862         pfile->all_include_files.
5863         (initialize_builtins): Use _cpp_make_hashnode and
5864         htab_find_slot to add hash entries.
5865         (cpp_finish): Just call _cpp_dump_macro_hash.
5866         * cpplib.c: Include hashtab.h.
5867         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
5868         create hash entries.
5869         (do_pragma_poison, do_assert): Likewise.
5870         (do_include): Don't push the buffer here.  Don't increment
5871         system_include_depth unless _cpp_read_include_file succeeds.
5872         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
5873         or htab_remove_elt.
5874         (do_pragma_implementation): Use alloca to create copy.
5875
5876         * Makefile.in: Update dependencies.
5877
5878 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5879
5880         * cppinit.c (cl_directive_handler): More K&R fixing.
5881
5882 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
5883
5884         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
5885         STACK_BOUNDARY.
5886         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
5887
5888 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5889
5890         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
5891         Change from char[] to macros.
5892
5893 2000-03-12  Neil Booth  <NeilB@earthling.net>
5894
5895         * cppinit.c (cpp_start_read): Update indirect function
5896         call to K&R C.
5897
5898 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
5899
5900         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
5901         entry.
5902
5903         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
5904         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
5905
5906 2000-03-11  Neil Booth  <NeilB@earthling.net>
5907
5908         * cppinit.c (struct pending option): Replace undef with a 
5909         pointer to a directive handling routine.
5910         (struct cpp_pending): Replace separate assert_ and define_ 
5911         lists with one directive_ list.
5912         (new_pending_define): Rename new_pending_directive. Extra
5913         argument is the directive's handling routine.
5914         (handle_option): Update to use new_pending_directive.
5915
5916 2000-03-11  Neil Booth  <NeilB@earthling.net>
5917
5918         * cppfiles.c (file_cleanup, _cpp_find_include_file,
5919         remap_filename, _cpp_read_include_file, actual_directory,
5920         hack_vms_include_specification): Replace bcopy(), index() etc
5921         calls.  Add casts to some allocations.  Make some variables
5922         pointers to const [unsigned] char.
5923         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
5924         collect_formal_parameters): Similarly.
5925         * cppinit.c (struct pending_option, append_include_chain,
5926         cpp_options_init, cpp_reader_init, initialize_standard_includes,
5927         cpp_start_read, new_pending_define, handle_option): Similarly.
5928         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
5929         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
5930         do_pragma_implementation, detect_if_not_defined,
5931         do_ifdef, skip_if_group, cpp_get_token, parse_string,
5932         do_assert, do_unassert): Similarly.
5933         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
5934         function prototypes.
5935         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.   
5936
5937 2000-03-10  Richard Henderson  <rth@cygnus.com>
5938
5939         * builtins.c (expand_builtin_strlen): Revert last change.
5940         Use emit_insn_before if we're at the beginning of a sequence.
5941
5942 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
5943
5944         * builtins.c (expand_builtin_strlen): Make sure that we have something
5945         at the beginning of the sequence.
5946
5947         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
5948         deferred inlines.
5949
5950         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
5951
5952 2000-03-10  Richard Henderson  <rth@cygnus.com>
5953
5954         * except.c (can_throw): Use INTVAL on a CONST_INT.
5955         (reachable_handlers): Likewise.
5956         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
5957
5958 2000-03-10  Andreas Jaeger  <aj@suse.de>
5959
5960         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
5961         MD_STARTFILE_PREFIX since those are not needed on linux.
5962         (ASM_FILE_START): New, from mips/gnu.h.
5963
5964 2000-03-09  Richard Henderson  <rth@cygnus.com>
5965             Alex Samuel  <samuel@codesourcery.com> and others
5966         
5967         * Makefile.in (ssa.o): New rule.
5968         (OBJS): Add ssa.o.
5969         (STAGESTUFF): Add *.ssa and *.ussa.
5970         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
5971         * rtl.def (PHI): New RTL expression.
5972         * rtl.h (clear_log_links): New declaration.
5973         (convert_to_ssa): Likewise.
5974         (convert_from_ssa): Likewise.
5975         * flow.c (split_edge): If the entry node falls through to the
5976         split edge's source block, split the entry edge.
5977         (clear_log_links): New function.
5978         * toplev.c (ssa_dump): New variable.
5979         (flag_ssa): Likewise.
5980         (f_options): Add "ssa".
5981         (compile_file): Create SSA dump files.
5982         (rest_of_compilation): Go to and from SSA if enabled.
5983         (decide_d_option): Handle -de for SSA dump files.
5984         * ssa.c: New file.
5985         
5986 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
5987
5988         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
5989         same as VAR_DECL.
5990
5991 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
5992
5993         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
5994
5995 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
5996
5997         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
5998         (MD_STARTFILE_PREFIX_1): New macro.
5999
6000 2000-03-09  Robert Lipe  <robertl@sco.com>
6001
6002         * config/ia64/ia64.c: Include system.h.
6003
6004 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
6005
6006         * except.c (nothrow_function_p): If -fno-exceptions, just return.
6007         (init_eh_nesting_info): Likewise.
6008
6009         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
6010         (TREE_NOTHROW): Rename from TREE_RAISES.
6011         * toplev.c (rest_of_compilation): Set it.
6012         * print-tree.c (print_node): Adjust.
6013         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
6014         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
6015         * calls.c (emit_call_1): Add 'nothrow' parm.  Add 
6016         REG_EH_REGION note as appropriate.
6017         (libfunc_nothrow): New fn.
6018         (emit_library_call, emit_library_call_value): Use it.
6019         (expand_call): Check TREE_NOTHROW.
6020
6021         * varasm.c (make_decl_rtl): Skip initial '*' when setting
6022         DECL_ASSEMBLER_NAME.
6023
6024 2000-03-09  Andreas Jaeger  <aj@suse.de>
6025
6026         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
6027         (TARGET_MEM_FUNCTIONS): Define.
6028
6029 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
6030
6031         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
6032
6033         * except.c (can_throw): See through a SEQUENCE.
6034         (nothrow_function_p): New fn.
6035         * except.h: Declare it.
6036         * function.c (current_function_nothrow): New var.
6037         (prepare_function_start): Initialize it.
6038         * output.h: Declare it.
6039         * toplev.c (rest_of_compilation): Set it.
6040         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
6041
6042 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
6043
6044         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
6045         match.  (cpp_compare_defs): Count the nul separator when
6046         advancing over argument names.
6047
6048 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
6049
6050         * recog.c (preprocess_constraints): Matching constraints affect
6051         same alternative/different operand, not same operand/different
6052         alternative.
6053         
6054         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
6055         register and a constant specially.
6056
6057 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6058
6059         * libgcc2.h: New file.
6060         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
6061
6062 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
6063
6064         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
6065         * configure: Regenerate.
6066         * config/ia64: New.
6067
6068 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6069
6070         * Makefile.in (LIBCPP_DEPS): New macro.
6071         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
6072         it to declare deps.
6073         * cpperror.c: Include cpphash.h.
6074         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
6075         dingleberry.
6076         (lex): Don't use CPP_WARN_UNDEF.
6077         (_cpp_parse_expr): Return an int, the truth value.
6078         * cppfiles.c: Include cpphash.h.
6079         (_cpp_merge_include_chains): Move to cppinit.c and make static.
6080         * cppinit.c (include_defaults_array): Disentangle.
6081         (cpp_cleanup): Don't free the if stack here.
6082         (cpp_finish): Pop off all buffers, not just one.
6083         * cpplib.c (eval_if_expr): Return int.
6084         (do_xifdef): Rename do_ifdef.
6085         (handle_directive): Don't use CPP_PREPROCESSED. 
6086         (cpp_get_token): Don't use CPP_C89.
6087         * fix-header.c: Don't use CPP_OPTIONS.
6088
6089         * cpplib.h: Move U_CHAR, enum node_type, struct
6090         file_name_list, struct ihash, is_idchar, is_idstart,
6091         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
6092         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
6093         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
6094         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
6095         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
6096         of _cpp_simplify_pathname, _cpp_find_include_file,
6097         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
6098         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
6099         cppinit.c.
6100         Change all uses of U_CHAR to be unsigned char instead.
6101         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
6102
6103 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6104
6105         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
6106         (dwarf2out_begin_prologue): Set it.
6107         (output_call_frame_info): Don't emit EH unwind info for leaves.
6108
6109         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
6110         can occur outside of an EH region.
6111         * except.c: Correct comments about rethrow behavior.
6112         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
6113
6114 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
6115
6116         * flow.c (make_edges): Always call make_eh_edge for calls.
6117
6118 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6119
6120         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
6121         (struct cpp_buffer): Remove fname and underflow fields.
6122         (struct cpp_reader): Remove get_token field.
6123         (struct include_hash): Rename to struct ihash.  Add typedef to
6124         IHASH.
6125         (struct if_stack): Remove fname field.
6126         (IF_STACK_FRAME): Rename to IF_STACK.
6127
6128         * cpperror.c (print_containing_files): Trust that there are no
6129         macro buffers below the top file buffer.
6130         * cppfiles.c: Replace all references to 'struct include_hash'
6131         with 'IHASH'.  Rename initialize_input_buffer to
6132         init_input_buffer.  Don't set or reference cpp_buffer->fname,
6133         use buffer->ihash->name instead.
6134         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
6135         not CPP_NULL_BUFFER.
6136         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
6137         IF_STACK_FRAME, IHASH not struct include_hash.
6138         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
6139         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
6140         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
6141         references to cpp_buffer->fname (delete entirely, or use
6142         ->ihash->name instead) and IF_STACK->fname.
6143         (cpp_push_buffer): Don't set new->underflow.
6144         (do_include): Use cpp_file_buffer.
6145
6146         * cpphash.c (collect_formal_parameters): Remove duplicate
6147         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
6148         used as a macro argument name.  Don't append "..." to namebuf
6149         for varargs macros.  After we're done scanning, go through
6150         namebuf and make it NUL separated, not comma separated.
6151         (_cpp_compare_defs): Remove register tag from variables.
6152         Expect defn->argnames to be NUL separated.
6153         (_cpp_dump_definition): Expect defn->argnames to be NUL
6154         separated and in forward order.
6155         * cpphash.h: Update documentation of argnames field.
6156
6157 2000-03-08  Richard Henderson  <rth@cygnus.com>
6158
6159         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
6160         to fail.  Don't pre-expand the source operand.
6161
6162         * i386.md (strlensi): Initialize eoschar and align before use.
6163
6164 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6165
6166         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
6167         CONSTRUCTOR element.
6168
6169 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
6170
6171         * mips.c (mips_expand_prologue): If the last 
6172         named argument is the vararg marker "va_list", treat it as
6173         an unnamed argument.
6174
6175 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
6176
6177         * dbxout.c (dbxout_parms): When correcting for promoted 
6178         big-endian parameters, use the mode of the DECL_RTL rather 
6179         than UNITS_PER_WORD.
6180
6181 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6182
6183         * c-common.h (make_fname_decl): Declare.
6184         * c-common.c (make_fname_decl): Define.
6185         (declare_hidden_char_array): Remove.
6186         (declare_function_name): Use make_fname_decl.
6187         * c-decl.c (c_make_fname_decl): New function.
6188         (init_decl_processing): Set make_fname_decl.
6189
6190 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
6191
6192         * cccp.c (handle_directive): Initialize backslash_newlines_p.
6193
6194 2000-03-07  Philipp Thomas  <pthomas@suse.de>
6195
6196         * po/POTFILES.in: Remove cppalloc.c from file list.
6197
6198 2000-03-07  Steve Chamberlain  <sac@pobox.com>
6199
6200         * pj.c (pj_expand_prologue): current_function->args_info is
6201         now current_function_args_info.  
6202
6203         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
6204         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
6205         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
6206
6207 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6208
6209         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
6210         output as hexadecimal rather than the default octal.
6211
6212 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6213
6214         * cpphash.c (special_symbol): Fix thinko in previous commit.
6215
6216 2000-03-07  Neil Booth  <NeilB@earthling.net>
6217
6218         * cppexp.c (struct operation, left_shift, right_shift,
6219         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
6220         "int"s to "unsigned int"s.
6221         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
6222         Similarly.
6223         * cpplib.h: Update for above.
6224         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
6225         returned from allocations.
6226
6227         * cppinit.c (opt_comp, parse_options): New functions.
6228         (handle_option): Use parse_option to parse a single command
6229         line option, that possibly takes an argument.
6230         (cpp_handle_options): Sort the array of command line options on
6231         first invocation (non-ASCII hosts only).
6232         (print_help): Update.
6233
6234 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6235
6236         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
6237         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
6238         
6239         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
6240         initialized.
6241         * cppinit.c (cpp_cleanup): Free imp->nshort also.
6242
6243         * cpperror.c (cpp_print_containing_files,
6244         cpp_print_file_and_line, v_cpp_message): Rename to
6245         print_containing_files, print_file_and_line, and v_message.
6246         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
6247         to _cpp_parse_expr, parse_escape, and lex.
6248         (parse_charconst): Remove broken multibyte support.
6249         * cppfiles.c (include_hash): Make static.
6250         (cpp_included): New function.
6251         (merge_include_chains, find_include_file, finclude,
6252         simplify_pathname): Rename to _cpp_merge_include_chains,
6253         _cpp_find_include_file, _cpp_read_include_file, and
6254         _cpp_simplify_pathname.
6255         * cpphash.c (cpp_lookup, free_definition, delete_macro,
6256         cpp_install, create_definition, macroexpand, compare_defs,
6257         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
6258         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
6259         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
6260         * cppinit.c (cpp_handle_option): Rename to handle_option, make
6261         static.
6262         * cpplib.c: Remove extern prototype of cpp_parse_expr.
6263
6264         * cpphash.h: Update prototypes.
6265         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
6266
6267 2000-03-07  Andrew Haley  <aph@cygnus.com>
6268
6269         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
6270         PTRDIFF_TYPE should be based solely on Pmode.
6271         (SIZE_TYPE): ditto.
6272
6273 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6274
6275         * rtl.h (rtunion_def): Constify member `rtstr'.
6276         (emit_line_note_after, emit_line_note, emit_line_note_force,
6277         emit_note, decode_asm_operands): Constify.
6278         
6279         * cse.c (canon_hash): Likewise.
6280
6281         * dbxout.c (dbxout_block): Likewise.
6282
6283         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
6284         v_warning_for_asm): Likewise.
6285
6286         * dwarfout.c (function_start_label): Likewise.
6287
6288         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
6289         emit_line_note_force): Likewise.
6290
6291         * final.c (last_filename, asm_insn_count, final_scan_insn,
6292         output_source_line): Likewise.
6293
6294         * function.h (struct emit_status): Likewise.
6295
6296         * gcse.c (hash_expr_1): Likewise.
6297
6298         * genattr.c (gen_attr, main): Likewise.
6299
6300         * genattrtab.c (struct function_unit, current_alternative_string,
6301         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
6302         attr_numeral, check_attr_test, check_attr_value,
6303         convert_set_attr_alternative, convert_set_attr,
6304         compute_alternative_mask, simplify_by_exploding, gen_attr,
6305         gen_unit): Likewise.
6306
6307         * genflags.c (gen_insn): Likewise.
6308
6309         * gengenrtl.c (type_from_format): Likewise.
6310
6311         * genopinit.c (gen_insn): Likewise.
6312
6313         * genoutput.c (n_occurrences, process_template, process_template):
6314         Likewise.
6315
6316         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6317         Likewise.
6318
6319         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6320         Likewise.
6321
6322         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
6323         ggc_set_mark, ggc_get_size): Likewise.
6324
6325         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
6326
6327         * optabs.c (init_one_libfunc): Likewise.
6328
6329         * output.h (assemble_start_function): Likewise.
6330
6331         * recog.c (decode_asm_operands): Likewise.
6332
6333         * toplev.c (rest_of_compilation): Likewise.
6334
6335         * tree.h (emit_line_note_after, emit_line_note,
6336         emit_line_note_force): Likewise.
6337
6338         * varasm.c (asm_output_bss, asm_output_aligned_bss,
6339         asm_emit_uninitialised, assemble_start_function,
6340         assemble_variable, const_hash, compare_constant_1,
6341         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
6342
6343         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
6344
6345         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
6346
6347         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
6348
6349         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
6350
6351         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
6352         arm_dllimport_name_p): Likewise.
6353
6354         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
6355         Likewise.
6356
6357         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
6358
6359         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6360
6361         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
6362         arm_mark_dllexport, arm_mark_dllimport,
6363         arm_pe_encode_section_info): Likewise.
6364
6365         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
6366         ASM_FINISH_DECLARE_OBJECT): Likewise.
6367
6368         * arm/thumb.c (thumb_function_prologue): Likewise.
6369
6370         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
6371
6372         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6373
6374         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
6375
6376         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
6377
6378         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
6379
6380         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6381
6382         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
6383         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
6384
6385         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
6386
6387         * i386/i386.c (asm_output_function_prefix): Likewise.
6388
6389         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
6390
6391         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6392
6393         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
6394
6395         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
6396         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
6397         ASM_OUTPUT_SECTION_NAME): Likewise.
6398
6399         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
6400
6401         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
6402
6403         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
6404
6405         * m32r/m32r.c (m32r_encode_section_info): Likewise.
6406
6407         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6408
6409         * mcore/mcore.c (mcore_encode_section_info): Likewise.
6410
6411         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6412
6413         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6414
6415         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6416
6417         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
6418
6419         * mips/mips.md (movdi, movsi): Likewise.
6420
6421         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6422
6423         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6424
6425         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6426
6427         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
6428         ASM_OUTPUT_ASCII): Likewise.
6429
6430         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
6431         output_mi_thunk, output_toc): Likewise.
6432
6433         * rs6000/rs6000.md (movsi): Likewise.
6434
6435         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
6436
6437         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
6438
6439         * v850/v850.c (print_operand, print_operand_address,
6440         v850_encode_data_area): Likewise.
6441
6442 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
6443         
6444         * config/mips/mips.md (zero_extendsidi2): Always force operand
6445         one to memory for mips16.
6446
6447 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6448
6449         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
6450         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
6451         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
6452         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
6453         (min_precision): Result is unsigned.
6454         (add_double, neg_double, mul_double): Low word is unsigned.
6455         (lshift_double, rshift_double, lrotate_double): Likewise.
6456         (rrotate_double, div_and_round_double): Likewise.
6457         (tree_floor_log2, compare_tree_int): New functions.
6458         (preserve_rtl_expr_temps): New declaration.
6459         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
6460         (decl_attributes): Use tree_log2 to find alignment.
6461         Check for TREE_INT_CST_HIGH for format args.
6462         (min_precision): Now unsigned.
6463         Use tree_floor_log2.
6464         (truthvalue_conversion): Delete long-disabled code.
6465         * c-decl.c (finish_struct): Clean up tests on field width.
6466         (finish_function): Use compare_tree_int.
6467         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
6468         * c-typeck.c (comptypes): Use tree_int_cst_equal.
6469         (default_conversion, digest_init): Use compare_tree_int.
6470         (build_binary_op): Use integer_all_onesp and compare_tree_int.
6471         Fix type errors in forming masks.
6472         * calls.c (initialize_argument_information): Use compare_tree_int.
6473         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6474         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
6475         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
6476         (store_field): Use compare_tree_int.
6477         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
6478         (expand_expr, case ARRAY_REF): Use compare_tree_int.
6479         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
6480         (do_store_flag): Use compare_tree_int.
6481         * fold-const.c (encode, decode): Low part is always unsigned.
6482         (force_fit_type, add_double, neg_double, mul_double): Likewise.
6483         (lshift_double, rshift_double, lrotate_double): Likewise.
6484         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
6485         (fold_convert): Use compare_tree_int.
6486         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
6487         (invert_truthvalue, case INTEGER_CST): Likewise.
6488         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
6489         * mkdeps.c (deps_dummy_targets): Make I unsigned.
6490         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
6491         (lshift_double, rshift_double, lrotate_double, rrotate_double):
6492         Likewise.
6493         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
6494         (expand_end_case): Use compare_tree_int.
6495         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6496         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
6497         (layout_decl): Likewise.
6498         (layout_record, layout_union): Make sizes unsigned.
6499         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
6500         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
6501         * tree.c (struct type_hash): hashcode is unsigned.
6502         (build_type_attribute_variant, type_hash_list): Likewise.
6503         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
6504         (attribute_hash_list, build_array_type, build_method_type): Likewise.
6505         (build_complex_type): Likewise.
6506         (real_value_from_int_cst): Remove unneeded casts.
6507         (integer_all_onesp): Add casts.
6508         (tree_floor_log2, compare_tree_int): New functions.
6509         (build_index_type): Use tree_int_cst_sgn.
6510         * varasm.c (assemble_variable): Use compare_tree_int.
6511
6512 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
6513
6514         * cpphash.c (collect_expansion): Also catch ## at start of macro.
6515
6516         * varasm.c (make_decl_rtl): Don't add a number to members of
6517         local classes.
6518         (make_function_rtl): Likewise.
6519
6520 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6521
6522         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
6523         patch from 2000-01-28.
6524
6525 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
6526
6527         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
6528         filled with an insn from the jump target.
6529
6530 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6531
6532         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
6533         (c4x_external_ref): Likewise.
6534         * config/c4x/c4x.c (struct name_list): Likewise.
6535
6536 1999-12-16  Ben Collins  <bcollins@debian.org>
6537
6538         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
6539         argument to genmultilib.
6540         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
6541         the contents into the multilib.h header.
6542         * gcc.c: Declare multilib_exclusions for the specs file.
6543         (set_multilib_dir): Use it.
6544         (print_multilib_info): Likewise.
6545         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
6546         to pass to genmultilib.
6547
6548 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6549
6550         * builtins.c (built_in_class_names, built_in_names): Constify a
6551         char*.
6552
6553         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
6554         int.
6555         (_mcleanup): Ensure value matches format specifier in sprintf.
6556
6557         * cpphash.c (special_symbol): Don't needlessly cast away
6558         const-ness.
6559
6560         * cppinit.c (base_name): Delete unused prototype.
6561
6562         * mkdeps.c (deps_init): Make definition K&R safe.
6563
6564         * tree.h (built_in_class_names, built_in_names): Constify a
6565         char*.
6566
6567 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
6568
6569         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
6570         floating point instructions for epilogue delay.
6571
6572         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
6573         to gas if it supports .register pseudo.
6574
6575         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
6576         LONG_DOUBLE_TYPE_SIZE if not defined.
6577         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
6578         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
6579         * real.c: Likewise.
6580         * gengenrtl.c: Likewise.
6581         * print-rtl.c: Likewise.
6582         * rtl.c: Likewise.
6583         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
6584         MASK_LONG_DOUBLE_128.
6585         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
6586         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
6587         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
6588         (SUBTARGET_SWITCHES): Define.
6589         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
6590         with -mlong-double-128.
6591         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6592         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6593         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6594         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
6595         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
6596         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
6597         with -mlong-double-128.
6598         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6599         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6600         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6601         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
6602         TARGET_LONG_DOUBLE_128): Define.
6603         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
6604         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
6605         long double on TARGET_ARCH64.
6606
6607 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
6608
6609         * function.c (free_temps_for_rtl_expr): Don't free slots
6610         that have been pushed into a higher level.
6611         
6612         Revert this patch:
6613         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6614
6615 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6616
6617         * basic-block.h (ALLOCA_REG_SET): Remove.
6618         (INITIALIZE_REG_SET): New macro.
6619         * flow.c (update_life_info): Use it.
6620         (calculate_global_regs_live): Likewise.
6621         (propagate_block): Likewise.
6622         * global.c (build_insn_chain): Likewise.
6623         * haifa-sched.c (schedule_region): Likewise.
6624
6625 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
6626
6627         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
6628         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
6629         (DWARF_ARANGES_PAD_SIZE): New define.
6630         (output_aranges): Use it to pad the address range header.
6631         (DWARF_ROUND): Fix for non power of 2 rounding.
6632
6633 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
6634
6635         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
6636
6637 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6638
6639         * tree.def (RTL_EXPR): Update documentation.
6640         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
6641         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
6642         * function.c (preserve_rtl_expr_temp): New function.
6643         (preserve_rtl_expr_temps): Likewise.
6644         (preserve_rtl_expr_result): Use it.
6645
6646         Revert this patch:
6647         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6648
6649 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
6650
6651         * regmove.c (copy_src_to_dest)  Do not create src->dest move
6652         for unchanging destination.
6653
6654 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6655
6656         * function.h (struct sequence_stack): Remove rtl_expr.
6657         (struct emit_staus): Likewise.
6658         (seq_rtl_expr): Remove.
6659         * tree.h (free_temps_for_rtl_expr): Don't declare.
6660         (start_sequence_for_rtl_expr): Likewise.
6661         * rtl.h (preserve_rtl_expr_result): Likewise.
6662         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
6663         (start_sequence_for_rtl_expr): Remove.
6664         (push_topmost_sequence): Don't save sequence_rtl_expr.
6665         (pop_topmost_sequence): Remove comment about not restoring it.
6666         (end_sequence): Don't set seq_rtl_expr.
6667         (init_emit): Don't initialize it.
6668         (mark_sequence_stack): Don't mark it.
6669         (mark_emit_status): Likewise.
6670         * except.c (protect_with_terminate): Use
6671         start_sequence_for_rtl_expr, not start_sequence.
6672         * expr.c (expand_expr, case RTL_EXPR): Don't call
6673         preserve_rtl_expr_result or free_temps_for_rtl_expr.
6674         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
6675         (preserve_rtl_expr_result): Remove.
6676         (free_temps_for_rtl_expr): Likewise.
6677         (pop_temp_slots): Likewise.
6678         (mark_temp_slot): Don't mark the rtl_expr.
6679         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
6680         start_sequence_for_rtl_expr.
6681         
6682 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
6683
6684         * mkdeps.c, mkdeps.h: New files.
6685         * po/POTFILES.in: Add them.
6686         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
6687         (cpplib.o, cppinit.o): Depend on mkdeps.h.
6688         (mkdeps.o): New target.
6689
6690         * cppfiles.c: Delete deps_output.
6691         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
6692         OBJECT_SUFFIX, and base_name.
6693         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
6694         the include hash.
6695         (initialize_dependency_output): Use deps_init,
6696         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
6697         all the unnecessary string bashing.
6698         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
6699         level.
6700         * cpplib.c (do_include): Use deps_add_dep.
6701         * cpplib.h (struct cpp_reader): Replace deps_buffer,
6702         deps_allocated_size, deps_size, deps_column members with
6703         single pointer to a struct deps.  Delete prototype of
6704         deps_output.
6705
6706         * cppinit.c: Fix thinko in previous patch.
6707
6708 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6709
6710         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
6711         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
6712         (mode_for_size_tree): New function.
6713         (layout_decl, layout_type): Call it and clean up BLKmode checks.
6714         * tree.h (mode_for_size_tree): New declaration.
6715         
6716         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
6717
6718 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
6719
6720         * stmt.c (is_body_block): Move...
6721         * dwarfout.c, dwarf2out.c: ...from here.
6722         * tree.h: Declare it.
6723         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
6724         * final.c (final_start_function): Do call remove_unnecessary_notes
6725         when scheduling.
6726
6727 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6728
6729         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
6730         
6731         * cpplib.h (_dollar_ok): New macro.
6732         (is_idchar, is_idstart): Use it.
6733         (IStable): Rename to _cpp_IStable.  Declare it const if
6734         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
6735         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
6736         is_space): Update for renamed IStable.
6737
6738         * cppinit.c: Delete all references to FAKE_CONST and CAT
6739         macros. Define init_IStable as empty macro if gcc >=2.7 or
6740         C99. Change TABLE() to ISTABLE and hardcode name of table.
6741         (cpp_start_read): Don't change the IStable based on
6742         dollars_in_ident.
6743
6744         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
6745         changed.  Handle '$' for char1 correctly.
6746         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
6747
6748         * cppexp.c (tokentab2): Make const.
6749         (cpp_lex): Make toktab const.
6750         * cppinit.c (include_defaults_array): Make const.
6751         (initialize_standard_includes): Make default_include const.
6752
6753 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
6754
6755         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
6756         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
6757         (gen_decl_die): Likewise.
6758         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
6759         (output_decl): Likewise.
6760
6761         * varasm.c (make_function_rtl): If we change the name used in the
6762         rtl, update DECL_ASSEMBLER_NAME accordingly.
6763         (make_decl_rtl): Likewise.
6764
6765         * toplev.c (rest_of_compilation): Tweak formatting.
6766
6767         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
6768         remove_unnecessary_notes.
6769         (debug_ignore_block): New fn.
6770         * toplev.h: Declare it.
6771         * emit-rtl.c (remove_unncessary_notes): Call it.
6772         * dwarf2out.c (dwarf2out_ignore_block): New fn.
6773         * dwarf2out.h: Declare it.
6774         * final.c (final_start_function): Don't call remove_unnecessary_notes
6775         if we did insn scheduling.
6776
6777 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6778
6779         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
6780         * cpplib.h: Delete SET_CPP_PEDANTIC.
6781
6782 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6783
6784         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
6785         result is a RECORD_TYPE.
6786
6787 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
6788
6789         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
6790
6791 2000-03-03  Richard Henderson  <rth@cygnus.com>
6792
6793         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
6794         addition over compliments over shifts.
6795
6796 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6797
6798         * reload1.c (reload_combine_note_use): Handle return register USEs.
6799         REG case: Handle multi-hard-register hard regs.
6800
6801 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6802
6803         * md.texi: Document use of '*' in insn pattern name.
6804
6805 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
6806
6807         * calls.c (special_function_p): operator new may not be malloc-like.
6808
6809         * gcse.c (dump_hash_table): Really fix error in last change.
6810
6811 2000-03-02  Denis Chertykov  <denisc@overta.ru>
6812
6813         * avr.c (print_operand): Use print_operand_address instead of
6814         output_addr_const.
6815         * avr/libgcc.S: Cleanup code.
6816
6817 2000-03-02  Richard Henderson  <rth@cygnus.com>
6818
6819         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
6820
6821 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
6822
6823         * tree.h (TYPE_ALIGN_UNIT): New macro.
6824
6825 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
6826
6827         * i386.c: (constant_call_address_operand): Reject CONST_INT.
6828
6829 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
6830
6831         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
6832         for the buffer.
6833         (SET_CPP_PEDANTIC): New macro.
6834         * cpplib.c (do_include): Don't bother checking system_header_p.
6835         (do_warning, do_ident, do_assert, do_unassert): Likewise.
6836         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
6837
6838         * function.h (struct expr_status): Add x_arg_space_so_far.
6839         (arg_space_so_far): New macro.
6840         * expr.c (init_expr): Initialize it.
6841         * calls.c (emit_call_1): Reset it.
6842         (compute_argument_block_size, expand_call): Use it.
6843         (expand_call, store_one_arg): Increment it.
6844
6845 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6846
6847         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
6848         a UNION_TYPE.
6849
6850 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
6851
6852         * cppfiles.c (cpp_read_file): New function.
6853
6854         * cpphash.c (collect_expansion): Make sure to reset last_token
6855         to NORM when we hit a string.  Handle trailing whitespace
6856         properly when the expansion is empty.
6857         (create_definition): Disable line commands while parsing the
6858         directive line.
6859         (dump_definition): If pfile->lineno == 0, output a line
6860         command ahead of the dump, and add a trailing newline.
6861
6862         * cppinit.c (append_include_chain): Add fifth argument, which
6863         indicates whether or not system headers are C++ aware.
6864         (initialize_standard_includes): New function,
6865         broken out of read_and_prescan.  Pass 'cxx_aware' value from
6866         the include_defaults_array on to append_include_chain.
6867         (dump_special_to_buffer): Const-ify char array.
6868         (builtin_array): Don't dump __BASE_FILE__.
6869         (cpp_start_read): Use cpp_read_file.  Reorder code for
6870         clarity.  Don't output line commands here for -D/-A/-U
6871         switches.  Don't call deps_output for files included with
6872         -include or -imacros.
6873
6874         * cpplib.c (do_define): Don't pay any attention to the second
6875         argument.
6876         (cpp_expand_to_buffer): Disable line commands while scanning.
6877         (output_line_command): Work in the file buffer.
6878         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
6879         Fix formatting of comments.  Prototype cpp_read_file.
6880
6881 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6882
6883         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
6884         reference the language-equivalent of sizetype.
6885         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
6886         * fold-const.c (size_binop, size_diffop): Put back checks.
6887         * gcse.c (dump_hash_table): Fix minor error in last change.
6888         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
6889         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
6890         all sizetypes.
6891
6892 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
6893
6894         * calls.c (expand_call)  Do not attempt to combine stack adjustments
6895         with inhibit_defer_pop set.
6896
6897 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
6898
6899         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
6900         the DECL_SIZE for a FIELD_DECL.
6901
6902 2000-03-01  Bruce Korb  <bkorb@gnu.org>
6903
6904         * fixinc/inclhack.tpl: remove unused symlinks
6905         * fixinc/README: GCC Maintainer info
6906         * fixinc/inclhack.sh: regen
6907         * fixinc/fixincl.sh: regen
6908
6909 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
6910
6911         * cpphash.c (collect_expansion): Trim trailing white space
6912         from macro definitions, but don't go past the last insertion
6913         point.
6914
6915 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
6916
6917         * i386.md (mulqi3): New pattern.
6918
6919 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
6920
6921         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
6922         token types.
6923         (struct cpp_reader): Add parsing_if_directive and
6924         parsing_define_directive flags.               
6925         (struct cpp_options): Remove output_conditionals flag.
6926         (check_macro_name): Delete prototype.
6927
6928         * cpphash.h (struct macrodef): Delete.
6929         (struct reflist): Separate from struct definition.
6930         (struct definition): Remove unused fields.  Add column number.
6931         (create_definition): Returns a DEFINITION *.  Takes a
6932         cpp_reader * and an int.
6933
6934         * cpphash.c (SKIP_WHITE_SPACE): Delete.
6935         (PEEKC): Copy defn from cpplib.c.
6936         (rest_extension, REST_EXTENSION_LENGTH): Delete.
6937         (struct arg): New.
6938         (struct arglist): Simplify.
6939         (collect_expansion): Rewrite.  Get tokens by calling
6940         cpp_get_token.  Add more error checking.
6941         (collect_formal_parameters): New function, broken out of
6942         create_definition and reworked to use get_directive_token.
6943         (create_definition): All real work is now in collect_expansion
6944         and collect_formal_parameters.  do_define handles finding the
6945         macro name.  Return a DEFINITION, not a MACRODEF.
6946         (macroexpand): Replace bcopy with memcpy throughout.  Replace
6947         character-at-a-time copy loop with memcpy and pointer increments.
6948         (compare-defs): d1->argnames / d2->argnames might be null.
6949
6950         * cpplib.c (copy_rest_of_line): Delete function.
6951         (skip_rest_of_line): Do all the work ourselves.
6952         (skip_string): New function.
6953         (parse_string): Use skip_string.
6954         (get_macro_name): New function.
6955         (check_macro_name): Delete.
6956         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
6957         (cpp_skip_hspace): Use CPP_BUMP_LINE.
6958         (handle_directive): ICE if we're called on a macro buffer.
6959         (do_define): Determine macro name and type (funlike/objlike)
6960         here.  Expunge all uses of MACRODEF.
6961         (cpp_push_buffer): Set line_base to NULL.
6962         (do_undef, read_line_number): Don't worry about getting a POP token.
6963         (eval_if_expression): Set/reset parsing_if_directive around
6964         cpp_parse_expr. Don't clear only_seen_white.
6965         (skip_if_group): Remove output_conditionals logic.  Use
6966         skip_rest_of_line.
6967         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
6968         tokens under appropriate conditions.
6969         (cpp_unassert): Call do_unassert not do_assert.  Oops.
6970
6971         * cppexp.c (parse_defined): New function, break out of
6972         cpp_lex.
6973         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
6974         ourselves, with cpp_defined.
6975         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
6976
6977         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
6978         * gcc.dg/strpaste-2.c: New.
6979
6980 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
6981
6982         * fold-const.c (size_binop): Don't asert inputs are the same and
6983         have TYPE_IS_SIZETYPE set.
6984         (size_diffop): Likewise.
6985
6986 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
6987
6988         * dwarfout.c (output_block): Output abstract blocks even if they
6989         don't have TREE_ASM_WRITTEN set.
6990
6991         * calls.c (emit_library_call): Check for null REG.
6992
6993 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6994
6995         * c-decl.c (current_function_decl): Move to toplev.c.
6996         (init_decl_processing): Don't add current_function_decl as a ggc
6997         root here.
6998         * dbxout.c (dbxout_symbol): Change return type to int.
6999         (dbxout_symbol_location, dbxout_syms): Likewise.
7000         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
7001         any locals. Use current_function_func_begin_label if set.
7002         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
7003         * dwarf2out.c (dwarf2out_begin_prologue): Set
7004         current_function_func_begin_label.
7005         * final.c (final_start_function): Reset it.
7006         * toplev.c (current_function_decl): Define it here.
7007         (current_function_func_begin_label): New variable.
7008         (main): Add both as ggc roots.
7009         * tree.h (current_function_func_begin_label): Declare.
7010
7011 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7012
7013         * gcse.c: Cleanups throughout: mostly white-space, but also
7014         some minor rearrangement of code.
7015
7016 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
7017
7018         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
7019         returns a PARALLEL.  Use emit_group_load and use_group_regs
7020         as needed.  
7021         (emit_library_call_value): Similarly.
7022
7023         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
7024         * pa/quadlib.asm: Remove.
7025         * pa/quadlib.c: New file.
7026
7027         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
7028         * configure: Rebuilt.
7029
7030 2000-02-29  Philip Blundell  <pb@futuretv.com>
7031
7032         * config/arm/conix-elf.h: New file.
7033         * configure.in (arm*-*-conix*): New configuration.
7034         * configure: Regenerate.
7035
7036 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
7037
7038         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
7039         don't have TREE_ASM_WRITTEN set.
7040
7041 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7042
7043         * Eliminate DECL_FIELD_SIZE.
7044         * builtins.c (built_in_class_names, built_in_names): New variables.
7045         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
7046         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
7047         DECL_SIZE, not DECL_FIELD_SIZE.
7048         * print-tree.c (print_node): Remove code that prints extra blank
7049         lines in some cases.
7050         Properly handle inline and builtin function cases.
7051         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
7052         * tree.h (built_in_class_named, built_in_names): New declarations.
7053         (union tree_decl): Rename internal unions to u1 and u2 and change
7054         some of their components.
7055         Add new field built_in_class.
7056         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
7057         Reflect above changes.
7058         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
7059         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
7060         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
7061         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
7062
7063 2000-02-28  Dmitri Makarov  <dim@windriver.com>
7064
7065         * extend.texi: Document ARM's support for long/short calls.
7066
7067         * invoke.texi: Document ARM's -mlong-calls command line switch.
7068         
7069         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
7070         (arm_encode_call_attribute): Add prototype.
7071         (arm_set_default_type_attribute): Add prototype.
7072         (arm_strip_name_encoding): Add prototype.
7073
7074         * config/arm/arm.c (arm_init_cumulative_args): replace
7075         initialisation og 'long_calls' field with initialisation of
7076         'call_cookie' field.
7077         (enum arm_pragma_enum): New enum.
7078         (arm_pragma_long_calls): New static variable.
7079         (arm_process_pragma): Also process "#pragma long_calls_off".
7080         (arm_valid_type_attribute_p): Accept short_call attribute.
7081         (arm_comp_type_attributes): Check long/short call attributes.
7082         (arm_encode_call_attribute):  New function:  Encode long_call
7083         or short_call attribute in function name.
7084         (arm_set_default_type_attributes): New function: Assign
7085         default attributes to newly defined type.
7086         (current_file_function_operand): New function: Return true if
7087         the symbol is a function which has already been compiled.
7088         (arm_is_longcall_p): New function: Return true if the
7089         indicated function should be called via a long call.
7090         (arm_get_strip_length): New function.  Returns number of
7091         prefix characters to be stripped from a function's name.
7092         (arm_strip_name_encoding): New function.  Strip prefix characters
7093         from a function's name.
7094
7095         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
7096         with 'call_cookie'.
7097         (SHORT_CALL_FAG_CHAR): Define.
7098         (LONG_CALL_FAG_CHAR): Define.
7099         (ENCODED_SHORT_CALL_ATTR_P): Define.
7100         (ENCODED_LONG_CALL_ATTR_P): Define.
7101         (ARM_NAME_ENCODING_LENGTHS): Define.
7102         (STRIP_NAME_ENCODING): Define.
7103         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
7104         (ARM_ENCODE_CALL_TYPE): Define.
7105         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
7106         (ARM_DECLARE_FUNCTION_SIZE): Define.
7107         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
7108
7109         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
7110         if a long call is needed.
7111         (call_value): Ditto.
7112         (call_symbol): Ditto.
7113
7114         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
7115         ARM_DECLARE_FUNCTION_SIZE.
7116
7117         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
7118         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
7119         (ARM_STRIP_NAME_ENCODING): Undefine.
7120         (STRIP_NAME_ENCODING): Undefine.
7121         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
7122         (ASM_DECLARE_FUNCTION_NAME): Ditto.
7123         (ASM_OUTPUT_COMMON): Ditto.
7124         (ASM_DECLARE_OBJECT_NAME): Ditto.
7125
7126         * config/arm/pe.c (arm_dllexport_name_p): Check for
7127         ARM_PE_FLAG_CHAR.
7128         (arm_dllimport_name_p): Ditto.
7129         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
7130         (arm_mark_dllimport): Ditto.
7131         
7132 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7133
7134         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
7135
7136 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
7137
7138         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
7139
7140 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
7141
7142         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
7143         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
7144         NO_BUILTIN_WCHAR_TYPE is not defined.
7145         (CPP_WCHAR_TYPE): Delete.
7146         * cccp.c (main): Don't change wchar_type if cplusplus.
7147         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
7148
7149 2000-02-28  Nick Clifton  <nickc@cygnus.com>
7150
7151         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
7152
7153 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
7154
7155         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
7156         (ASM_WEAKEN_LABEL): Define.
7157  
7158 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
7159
7160         * expr.c (store_constructor): Do not emit USE.
7161         * rtl.h (stupid_life_analysis): Remove.
7162
7163 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7164
7165         * function.c (number_blocks): Reset next_block_index based on
7166         what debugging format is used, not what is defined.
7167         
7168         * lcm.c: Minor reformatting throughout.
7169         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
7170         
7171         * toplev.c (rest_of_compilation): Account for time in
7172         optimize_mode_switching.
7173
7174         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
7175         if only marking labels.
7176
7177 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
7178
7179         * calls.c (expand_call): Attempt to combine stack adjustments with
7180         pending stack adjustments.
7181
7182 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7183
7184         * loop.c (reg_in_basic_block_p): Don't abort when falling through
7185         to the end of the function.
7186
7187 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
7188
7189         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
7190         blocks.
7191         * final.c (next_block_index): Remove.
7192         (max_block_depth): Likewise.
7193         (pending_blocks): Likewise.
7194         (init_final): Don't initialize them.
7195         (final_start_function): Don't set next_block_index.  Set up
7196         BLOCK_NUMBER.
7197         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
7198         * function.h (number_blocks): New function.
7199         * function.c (get_block_vector): New function.
7200         (identify_blocks): Use it.
7201         (reorder_blocks): Set NOTE_BLOCK.
7202         (number_blocks): New function.
7203         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
7204         * tree.h (BLOCK_NUMBER): New macro.
7205         (tree_block): Add block_num field.
7206         * dbxout.c (next_block_number): Remove.
7207         (dbxout_init): Don't set it.
7208         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
7209         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
7210         block numbers.
7211         * toplev.c (rest_of_compilation): Always call
7212         find_loop_tree_blocks.  Fix indentation.
7213         * dwarf2out.c (next_block_number): Remove.
7214         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7215         to determine block numbers.
7216         (gen_inlined_subroutine_die): Likewise.
7217         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
7218         (decls_for_scope): Don't increment next_block_number.
7219         * dwarfout.c (next_block_number): Remove.
7220         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7221         to determine block numbers. 
7222         (output_inlined_subroutine_die): Likewise.
7223         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
7224         (output_decls_for_scope): Don't increment next_block_number.
7225         * sdbout.c (next_block_number): Remove.
7226         (sdbout_block): Use BLOCK_NUMBER.
7227         (sdbout_begin_block): Simplify.
7228         * xcoffout.c (next_block_number): Remove.
7229         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
7230         (xcoffout_begin_block): Don't set next_block_number.
7231         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
7232         next_block_number.
7233         
7234 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7235
7236         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
7237         (expand_builtin_strcpy): Pass correct type to size_binop.
7238         (expand_builtin_strcmp): Likewise.
7239         Clean up conditional structure.
7240         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
7241         (complete_array_type): Don't use size_binop for MAXINDEX.
7242         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
7243         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
7244         (c_alignof): Use size_one_node.
7245         (build_unary_op): Pass arg of proper type to size_binop.
7246         (really_start_incremental_init, push_init_level): Use sizetype for
7247         constructor{,_bit,_unfilled}_index.
7248         (pop_init_label, output_init_element): Likewise.
7249         (output_pending_init_elements, process_init_element): Likewise.
7250         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
7251         * expr.c (store_expr): Use size_int.
7252         (store_constructor): Use proper types for size_binop args.
7253         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
7254         (expand_expr_unaligned): Likewise.
7255         (string_contant): Return object of sizetype.
7256         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
7257         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
7258         (ARGS_SIZE_TREE): Pass proper types to size_binop.
7259         * fold-const.c (int_const_binop): Refine when size_int is called.
7260         (fold_convert): Likewise.
7261         (size_int_wide): Rework to take KIND as arg, only take low order
7262         bits, handle new sizetype_tab datatype, and chain entries in
7263         size_table.
7264         (size_int_type_wide): New function.
7265         (size_binop): Validate types of arguments.
7266         (ssize_binop): Deleted.
7267         (size_diffop): New function.
7268         (extract_muldiv): Only fold division into multiplication for sizetypes.
7269         * function.c (assign_parms): Use size_diffop and make sure
7270         VAR field is of ssizetype; also pass proper type to size_binop.
7271         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
7272         (round_down): Deleted from here.
7273         * store-layout.c (sizetype_tab): Now an array.
7274         (sizetype_set, early_root_list): New variables.
7275         (variable_size): Use size_one_node.
7276         (round_up): Pass proper type to size_binop.
7277         (round_down): Moved to here and corrected as above.
7278         (layout_record): Pass proper arg types to size_binop.
7279         (layout_type): Likewise.
7280         If sizetype_set is zero, record the type just laid out.
7281         (make_unsigned_type): Don't call set_sizetype;
7282         (make_signed_type): Likewise; also, call fixup_signed_type.
7283         (initialize_sizetypes): New function.
7284         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
7285         set name of bitsizetype to "bit_size_type".
7286         Fix up type of sizes of all types made before call.
7287         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
7288         * tree.c (fix_sizetype): Deleted.
7289         (build_common_tree_nodes): Call initialize_sizetypes.
7290         (build_common_tree_nodes_2): Don't call fix_sizetype.
7291         * tree.h (TYPE_IS_SIZETYPE): New macro.
7292         (initialize_sizetype): New declaration.
7293         (enum size_type_kind): New type.
7294         (struct sizetype_tab): Deleted.
7295         (sizetype_tab): Now array; adjust sizetype macros.
7296         (size_diffop, size_int_type_wide): New functions.
7297         (size_int_wide): Change number of args and type; access macros changed.
7298         (ssize_int, sbitsize_int): New macros.
7299         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
7300         (ROUND_TYPE_SIZE_UNIT): New macro.
7301
7302 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
7303
7304         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
7305
7306 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7307
7308         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
7309         Mark as possibly unused.
7310
7311         * cse.c (cse_insn): Delete dead code involving tablejump.
7312         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
7313
7314         * Makefile.in (libcpp.a): Start by deleting it.
7315
7316 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7317
7318         * cpplib.h (enum file_change_code): Added rename_file.
7319         * cpplib.c (do_line): If a filename is given, set file_change to
7320         rename_file.
7321         (output_line_command): If file_change is rename_file, always
7322         output a # directive with the file name.
7323
7324         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
7325
7326 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
7327
7328         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
7329         when copying a PARM_DECL or RESULT_DECL.
7330
7331 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7332
7333         * fix-header.c (recognized_function): Also fix prototypes for
7334         functions taking "void".
7335
7336 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7337
7338         * reload1.c (do_output_reload): Check reg_reloaded_valid before
7339         looking at reg_reloaded_contents.
7340
7341 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
7342
7343         * Makefile.in (STMP_FIXINC): New toggle.
7344         (LIBGCC2_DEPS): Delete all references.
7345         (stmp-headers): Delete target.  All references either deleted
7346         or changed to stmp-int-headers.
7347         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
7348         (LIBCPP_OBJS): Take out cppalloc.o.
7349         (cppalloc.o): Delete target.
7350         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
7351         (gen-protos, fix-header): Link with libiberty.a.
7352         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
7353         to empty.
7354
7355         * configure.in: Remove refs to strerror.
7356         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
7357         * system.h: Take out strerror stanza.
7358
7359         * cpperror.c (my_strerror): Delete function.
7360         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
7361         * cppmain.c (main): Call xmalloc_set_program_name first thing.
7362         * cppalloc.c: Delete file.
7363         * gen-protos.c: Don't provide xrealloc.
7364
7365         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
7366         xstrerror throughout.
7367
7368 2000-02-26  Bruce Korb  <bkorb@gnu.org>
7369
7370         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
7371         match for DOS headers, too.
7372         * fixinc/inclhack.sh,fixincl.x: Regenerate.
7373
7374 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7375
7376         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
7377         is right for most ELF targets.
7378         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
7379         Let the default file use %U properly.
7380         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
7381         default.
7382
7383         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
7384         numbers.
7385
7386 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7387
7388         * toplev.c (documented_lang_options): Correct spelling error.
7389         (decode_d_option, decode_f_option, main): Likewise.
7390
7391         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
7392
7393         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
7394         to tell assembler it is permitted to expand large constants.
7395
7396 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
7397
7398         * protoize.c: (AUX_INFO_SUFFIX): New macro.
7399         (aux_info_suffix): Use.
7400         (SAVE_SUFFIX): New macro.
7401         (save_suffix): Use.
7402         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
7403         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
7404         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
7405
7406         * invoke.texi (Running Protoize): Update documentation.
7407
7408 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
7409
7410         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
7411
7412 2000-02-25  John Wehle  (john@feith.com)
7413
7414         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
7415
7416 2000-02-25  Anthony Green  <green@cygnus.com>
7417
7418         * toplev.c (rest_of_compilation): Rebuild jump labels if
7419         combine_instructions has created a new direct jump.
7420         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
7421         when appropriate.
7422         (combine_instructions): Call try_combine with new argument.
7423         Return non-null value when new direct jump instruction is created.
7424         * rtl.h: combine_instructions returns an int.
7425
7426 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
7427
7428         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
7429         jump when changing a computed jump into a jump to a known
7430         target.
7431
7432 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
7433
7434         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
7435         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
7436
7437         * i386.md (define_expand "clrstrsi"): Fix typo.
7438
7439 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
7440
7441         * rtl.texi: Fix typo.
7442
7443 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7444
7445         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
7446         UNITS_PER_WORD.  Change caller initial_elimination_offset.
7447         (rounded_frame_size): Take into account that argument pushed has
7448         changed.  Fix TARGET_ALIGN_DOUBLE problem.
7449
7450 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
7451
7452         * haifa-sched.c (schedule_block): Explain the real reason
7453         we delete REG_SAVE_NOTEs on the first insn of a block.
7454         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
7455
7456 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
7457
7458         * input.h (push_srcloc): New function.
7459         (pop_srcloc): Likewise.
7460         * toplev.c (push_srcloc): Define it.
7461         (pop_srcloc): Likewise.
7462
7463 2000-02-24  Richard Henderson  <rth@cygnus.com>
7464
7465         * flow.c (life_analysis): When collecting reg info, clear
7466         regs_ever_live.
7467
7468 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7469
7470         Fix bug exposed by reload.c no longer rounding the frame
7471         size to BIGGEST_ALIGNMENT:
7472         * sh.c (rounded_frame_size): New function.
7473         (sh_expand_prologue, sh_expand_epilogue): Use it.
7474         (initial_elimination_offset): Likewise.
7475
7476 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7477
7478         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
7479         * sh-protos.h (sh_need_epilogue): Declare.
7480         * sh.c (sh_need_epilogue_known): New static variable.
7481         (sh_need_epilogue): New function.
7482         (function_epilogue): Clear need_epilogue_known.
7483         * sh.md (return): Split into expander / insn pattern.
7484         Make the expander conditional on ! sh_need_epilogue ().
7485
7486 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
7487
7488         * machmode.h (get_mode_alignment): Declare.
7489         (GET_MODE_ALIGNMENT): Call it.
7490         * stor-layout.c (get_mode_alignment): New function. Make
7491         sure alignment is always power of 2.
7492
7493 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7494
7495         * i386.h: Remove useless definition of "I386" and misleading
7496         comment above it.
7497
7498 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7499
7500         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
7501         under which TREE_PERMANENT will be set.
7502         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
7503         build1): Use TREE_SET_PERMANENT.
7504         * print-tree.c (print_node): Don't report value of
7505         TREE_PERMANENT if ggc_p is true.
7506
7507         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
7508         decide whether to give a type a new alias set.
7509         * objc/objc-act.c (build_objc_string_object): Never copy the string.
7510         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
7511         of value of 'obstack'.
7512
7513
7514 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7515
7516         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
7517
7518 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7519
7520         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
7521         * cpplib.c (cpp_get_token): Produce them.
7522         * cppexp.c (cpp_lex): Handle them.
7523
7524 2000-02-23  Nick Clifton  <nickc@cygnus.com>
7525
7526         * config/arm/arm.c (arm_comp_type_attributes): Simply and
7527         comment tests on type attributes.
7528
7529 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7530
7531         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
7532         conform to documentation.
7533         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
7534         to check for special cases.
7535         * sh-protos.h (sh_loop_align): Declare.
7536         * sh.c (sh_loop_align): Define.
7537
7538 2000-02-22  Andrew Haley  <aph@cygnus.com>
7539
7540         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
7541         (SIZE_TYPE): Is 32 bits when using -mgp32.
7542         (PTRDIFF_TYPE): Ditto.
7543
7544 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7545
7546         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
7547
7548 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7549
7550         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
7551         BIGGEST_FIELD_ALIGNMENT a constant.
7552
7553 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
7554
7555         * dwarf2out.c (output_line_info): Put the marker for the end of
7556         the line number info at the actual end.
7557         (gen_struct_or_union_type_die): Use decl_function_context 
7558         to check for local classes.
7559         * dwarfout.c (output_type): Likewise.
7560
7561 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
7562
7563         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
7564         for arguments with a mode, but no type.
7565         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
7566         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
7567         * pa/long_double.h: New file.
7568         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
7569         both have 128bit wide long doubles.
7570         * configure: Rebuilt.
7571
7572 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7573
7574         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
7575
7576         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
7577         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
7578         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
7579
7580         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
7581
7582         * integrate.c (compare_blocks, find_block): Likewise.
7583
7584         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
7585
7586         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
7587
7588         * stmt.c (stmt_status, set_file_and_line_for_stmt,
7589         expand_asm_operands): Likewise.
7590
7591 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
7592
7593         * predict.c (estimate_probability): Added the pointer heuristic to
7594         the collection of static branch predictors.
7595
7596 2000-02-21  Catherine Moore  <clm@cygnus.com>
7597
7598         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
7599         * invoke.texi (-mfix7000): Document.
7600
7601 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
7602
7603         * diagnostic.c (init_output_buffer): Make it possible to output at
7604         least 32 characters if we're given a too long prefix.
7605
7606 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
7607
7608         * varasm.c (initializer_constant_valid_p): Call
7609         lang_expand_constant to simplify the constant.
7610
7611 2000-02-20  Bruce Korb  <bkorb@gnu.org>
7612
7613         * fixinc/inclhack.def(stdio_va_list):
7614         typedef needs to be disabled.
7615         * fixinc/inclhack.sh: regen
7616         * fixinc/fixincl.x: regen
7617
7618 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
7619
7620         * print-rtl.c (print_rtx): Don't print addresses when
7621         flag_dump_unnumbered.
7622
7623 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7624
7625         * sparc.c (sparc_output_scratch_registers): Mark parameter with
7626         ATTRIBUTE_UNUSED.
7627         (sparc_va_arg, sparc_flat_output_function_prologue,
7628         sparc_flat_output_function_epilogue): Cast value to unsigned in
7629         comparison.
7630         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
7631         
7632         * sparc.md: Add default case in switch.
7633
7634 2000-02-19  Richard Henderson  <rth@cygnus.com>
7635
7636         * c-typeck.c (add_pending_init): Don't abort for multiple
7637         fields at the same offset.
7638         (pending_init_member): Test the correct member.
7639
7640 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7641
7642         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
7643         instead of SImode.
7644         (start_catch_handler) : Same.
7645
7646 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
7647
7648         * Makefile.in: Have flow.o depend on $(EXPR_H)
7649
7650 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7651
7652         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
7653         * c-decl.c (duplicate_decls, finish_enum): Likewise.
7654         (finish_decl): Remove -Wlarger-than code from here.
7655         * flags.h (id_clash_len): Now int.
7656         (larger_than_size): Now HOST_WIDE_INT.
7657         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
7658         Clean up checking to see if in table.
7659         (make_bit_field_ref): Remove extra parm to bitsize_int.
7660         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
7661         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
7662         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
7663         and for computing size of decl.
7664         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
7665         Move -Wlarger-than code to here.
7666         (layout_record): Remove extra arg to bitsize_int.
7667         Set TYPE_BINFO_SIZE_UNIT.
7668         (layout_union): Remove extra arg to bitsize_int.
7669         Use proper type for size of QUAL_UNION.
7670         (layout_type): Remove extra arg to bitsize_int.
7671         * toplev.c (id_clash_len): Now int.
7672         (larger_than_size): Now HOST_WIDE_INT.
7673         (decode_W_option): Clean up id-clash and larger-than- cases.
7674         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
7675         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
7676         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
7677         (struct tree_decl): New field size_unit.
7678         (size_int_wide): No HIGH operand; NUMBER is now signed.
7679         (size_int_2): Deleted.
7680         (size_int, bitsize_int): Don't use it and rework args.
7681         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
7682
7683 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
7684
7685         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
7686
7687 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
7688
7689         * invoke.texi (Warning Options): Add an explanation of why
7690         you might want the -Wfloat-equal flag.
7691
7692 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7693
7694         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
7695         * cppinit.c (new_pending_define): Add cast to avoid warning.
7696         * expmed.c (extract_bit_field): Likewise.
7697         * flow.c (enum reorder_skip_type): New type.
7698         (skip_insns_between_blcok): New it.
7699         Rework to avoid warning about possibly undefined variable.
7700         * function.c (assign_parms): Make thisparm_boundary unsigned.
7701         * genrecog.c (write_switch): Cast XWINT result to int.
7702         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
7703         * mips-tfile.c (init_file): Make two versions of FDR intializer:
7704         one for MIPS and one for Alpha.
7705         (get_tag, copy_object): Add casts to avoid warnings.
7706         * optabs.c (init_one_libfunc): Cast NAME to (char *).
7707         * reload.c (find_reloads): Make TYPE enum reload_type.
7708         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
7709         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
7710         * varasm.c (compare_constant_1): Add cast to avoid warning.
7711         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
7712         to (char *).
7713         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
7714         Cast switch operand of size to int.
7715         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
7716         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
7717         in unhandled case.
7718
7719 2000-02-18  Nick Clifton  <nickc@cygnus.com>
7720
7721         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
7722         anything for an alignment of zero.
7723
7724         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
7725         anything for an alignment of zero.
7726
7727 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7728
7729         * gcc.texi (Bug Reporting): Refer to bugs.html.
7730         (Bug Lists): Likewise.
7731         * system.h (GCCBUGURL): New preprocessor define.
7732         * rtl.c (fancy_abort): Use it.
7733         * gcc.c (main): Likewise.
7734
7735 2000-02-18  Richard Henderson  <rth@cygnus.com>
7736
7737         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
7738         (life_analysis_1): Subsume into ...
7739         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
7740         Use update_life_info for the relaxation.
7741         (update_life_info): Update REG_BASIC_BLOCK for registers live on
7742         entry and regs_live_at_setjmp.
7743         (set_noop_p): Simplify.
7744         (notice_stack_pointer_modification_1): Renamed from s/_1//.
7745         (record_volatile_insns): Split into ...
7746         (delete_noop_moves): ... here,
7747         (notice_stack_pointer_modification): ... here,
7748         (insn_dead_p): ... and here.
7749         (propagate_block): Don't query INSN_VOLATILE.
7750         (mark_used_regs): Mind !PROP_REG_INFO.
7751         * toplev.c (rest_of_compilation): Call mark_constant_function here,
7752         not in life_analysis.
7753
7754 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
7755
7756         * loop.c (canonicalize_condition): New function,
7757         broken out of get_condition.
7758         (get_condition): Use it.
7759         * expr.h (canonicalize_condition): Prototype it.
7760
7761         * tree.h (tree_int_cst_msb): Declare.
7762         * tree.c (tree_int_cst_msb): New function.
7763
7764 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7765
7766         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
7767         isn't set.
7768
7769         * invoke.texi (-fmessage-length=n): Document.
7770
7771 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
7772
7773         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
7774
7775 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7776
7777         * function.c (thread_prologue_and_epilogue_insns): Put a line note
7778         after the prologue.
7779
7780 2000-02-17  Nick Clifton  <nickc@cygnus.com>
7781
7782         * config/arm/thumb.c: Replace includes of system headers with
7783         #include "system.h".
7784
7785 2000-02-16  Richard Henderson  <rth@cygnus.com>
7786
7787         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
7788         Add crtbeginS.o and crtendS.o.
7789         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
7790         (ENDFILE_SPEC): Use crtendS.o.
7791         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
7792
7793         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
7794         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
7795         shared and present.
7796         (__dso_handle): New variable.
7797         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
7798         bias to __CTOR_END__.
7799         
7800 2000-02-16  Richard Henderson  <rth@cygnus.com>
7801
7802         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
7803
7804 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7805
7806         * longlong.h (__clz_tab): Declare as static to match definition.
7807
7808 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
7809         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
7810         (XREF_FILE_NAME): Define.
7811
7812         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
7813         (EH_FRAME_SECTION_ASM_OP): Define.
7814         (IDENT_ASM_OP): Define.
7815         (TEXT_SECTION_ASM_OP): Define.
7816         (CPP_SPEC): Define.
7817         (CTORS_SECTION_ASM_OP): Define.
7818         (CTOR_SECTION_FUNCTION): Use it.
7819         (DTORS_SECTION_ASM_OP): Define.
7820         (DTOR_SECTION_FUNCTION): Use it.
7821
7822 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
7823
7824         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
7825         NOTE_BASIC_BLOCK.
7826
7827         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
7828         debug_bb_n): New functions.
7829         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
7830         * basic-block.h: Prototype new functions.
7831
7832 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
7833
7834         * configure.in: Add support for avr target.
7835         * configure: Rebuilt.
7836
7837         * invoke.texi: Add AVR invocation docs.
7838         * install.texi: Add information about AVR.
7839         * md.texi: Add AVR constraint letters description.
7840         * extend.texi: Add description for AVR specific attributes.
7841
7842 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
7843
7844         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
7845
7846 2000-02-16  Nick Clifton  <nickc@cygnus.com>
7847
7848         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
7849         (make_insn_raw): Move RTL check here.
7850
7851 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7852
7853         * version.c: Include gansidecl.h and version.h.
7854
7855         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
7856         
7857         * configure.in (gcc_version): When setting, narrow search to
7858         lines containing `version_string'.
7859
7860         * Makefile.in (mainversion): Likewise. 
7861         (GCC_H): New variable.
7862         (gcc.h): Delete target.
7863         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
7864         (version.o): Depend on version.h.
7865         (dbxout.o): Don't depend on gcc.h.
7866
7867 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7868                           Michael Meissner  <meissner@cygnus.com>
7869
7870         * md.texi (Simple Constraints): Add item about whitespace.
7871         * genoutput.c (strip_whitespace): New.
7872         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
7873         strip_whitespace for constraints.
7874         Test pointer using NULL, not 0.
7875
7876 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7877
7878         * cpplib.c (do_line): Pedwarn for #line > 32767.
7879
7880         * c-lex.c (readescape): Warn about '\x', but do not reject it.
7881
7882 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
7883
7884         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
7885         to default cpp spec.
7886         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
7887         * cpp.texi: Document __GNUC_PATCHLEVEL__.
7888         * cpp.1: Likewise.
7889
7890         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
7891         default spec.
7892
7893 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7894
7895         * configure.in: Add support for avr target.
7896
7897 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7898
7899         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
7900         (sh_addr_diff_vec_mode): Don't declare.
7901         * sh.c (sh_addr_diff_vec_mode): Delete.
7902
7903 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7904
7905         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
7906
7907 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7908
7909         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
7910         (smulsi3_highpart_i): Name.
7911         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
7912         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
7913         (smulsi3_highpart, umulsi3_highpart): Likewise.
7914
7915         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
7916         correctly independent of endianness.
7917         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
7918         confuse the optimizers.
7919         (mulsidi3+1, umulsidi3+1): New define_split.
7920
7921 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
7922
7923         * config/sh/sh.md: Guard insn splits against illegal registers.
7924         * config/sh/sh.h: Correct comment about macros.
7925
7926 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7927                           Andrew MacLeod  <amacleod@cygnus.com>
7928
7929         * Makefile.in (lcm.o): Depend on insn-attr.h.
7930         * basic-block.h (optimize_mode_switching): Declare.
7931         * lcm.c (tm_p.h, insn-attr.h): #include.
7932         (seginfo, bb_info): New structs.
7933         (antic, transp, comp, delete, insert) : New file-scope static variables.
7934         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
7935         (reg_becomes_live, optimize_mode_switching): Likewise.
7936         * tm.texi: Add description of mode switching macros.
7937         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
7938
7939         * sh-protos.h (remove_dead_before_cse): Remove prototype.
7940         (fldi_ok, fpscr_set_from_mem): New prototypes.
7941         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
7942         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
7943         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
7944         (sh_flag_remove_dead_before_cse): Remove declaration.
7945         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
7946         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
7947         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
7948         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
7949         (barrier_align): Allow for JUMP_INSNS containing a parallel.
7950         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
7951         (fldi_ok): New function.
7952         (get_fpscr_rtx): Add fpscr_rtx as GC root.
7953         (emit_sf_insn): Only generate fpu switches when optimize < 1.
7954         (emit_df_insn): Likewise.
7955         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
7956         (sh_flag_remove_dead_before_cse): Delete.
7957         (get_free_reg, fpscr_set_from_mem): New functions.
7958         * sh.md (movdf, movsf): Remove no_new_pseudos code.
7959         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
7960
7961 2000-02-15  Loren Rittle  <ljrittle@acm.org>
7962
7963         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
7964
7965 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7966
7967         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
7968         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
7969
7970         * cccp.c: Include version.h and/or don't declare `version_string'.
7971         * collect2.c: Likewise.
7972         * alpha.c: Likewise.
7973         * arm/aof.h: Likewise.
7974         * arm/coff.h: Likewise.
7975         * arm/elf.h: Likewise.
7976         * arm/pe.h: Likewise.
7977         * arm/tcoff.h: Likewise.
7978         * arm/telf.h: Likewise.
7979         * arm/tpe.h: Likewise.
7980         * arm/vxarm.h: Likewise.
7981         * convex/convex.c: Likewise.
7982         * i386/dgux.c: Likewise.
7983         * i386/sun386.h: Likewise.
7984         * m88k/m88k.c: Likewise.
7985         * mcore/mcore-pe.h: Likewise.
7986         * mips/mips.h: Likewise.
7987         * romp/romp.h: Likewise.
7988         * sh/sh.c: Likewise.
7989         * cpphash.c: Likewise.
7990         * cppinit.c: Likewise.
7991         * dwarf2out.c: Likewise.
7992         * dwarfout.c: Likewise.
7993         * gcc.c: Likewise.
7994         * gcc.h: Likewise.
7995         * mips-tfile.c: Likewise.
7996         * protoize.c: Likewise.
7997         * toplev.c: Likewise.
7998         * tree.h: Likewise.
7999         
8000         * version.c (version_string): Constify a char*.
8001
8002         * version.h: New file.
8003
8004 2000-02-14  Nick Clifton  <nickc@cygnus.com>
8005
8006         * configure.in: Add mcore-elf and mcore-pe targets.
8007         * configure: Regenerate.
8008
8009         * NEWS: Add note that MCore port has been contributed.
8010
8011         * invoke.texi: Document command line switches for MCore port.
8012         * install.texi: Add MCore to list of supported targets.
8013
8014 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
8015
8016         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
8017         then we will need to import the frame handling functions.
8018         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
8019         to import the frames themselves.
8020
8021 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
8022                           Jason Eckhardt  <jle@cygnus.com>
8023
8024         * basic_block.h: Added prototype for reorder_basic_blocks.
8025         * toplev.c: Changes to add -freorder-blocks and graph dump after
8026         block reordering is done.
8027         * flow.c (reorder_block_def): New structure for use during block
8028         reordering.
8029         (REORDER_BLOCK_*): New macros to access members of above structure.
8030         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
8031         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
8032         functions for block reordering.
8033
8034 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8035
8036         * gcc.texi (Passes): Fix typo.
8037         * md.texi (Standard Names): Ditto.
8038         * tm.texi (Storage Layout): Ditto.
8039
8040 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8041
8042         * cpplib.c (do_define): Only free the old definition if it
8043         actually had one.
8044
8045 2000-02-13   Neil Booth  <NeilB@earthling.net>
8046
8047         * cppfiles.c (read_and_prescan): When emitting deferred
8048         newlines, test speccase[] again instead of checking each
8049         possible whitespace character in turn.  When we encounter \r,
8050         look behind for \n first, then ahead.
8051
8052 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8053
8054         * cse.c (cse_altered): New internal flag.
8055         (cse_insn): Set it if we changed an insn.
8056         (cse_main): Clear cse_altered before each basic block.
8057         Only garbage collect if cse_altered is true afterward.
8058
8059 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8060
8061         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
8062
8063 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
8064
8065         * combine.c (simplify_comparison): Fix typo.
8066
8067 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
8068
8069         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
8070         consistently.
8071
8072 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8073
8074         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
8075         previously inserted node instead of root node.  Caller changed.
8076
8077 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8078
8079         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
8080
8081 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8082
8083         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
8084         __dereg_frame_dtor): Add prototype argument.
8085
8086         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
8087
8088         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
8089
8090         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
8091
8092         * gthr-vxworks.h (__gthread_once): Likewise.
8093
8094         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
8095
8096 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
8097
8098         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
8099         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
8100         stack pointer in functions w/o saved registers, output LEAVE more often
8101         on TARGET_USE_LEAVE machines.
8102
8103 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
8104
8105         * config/arm/arm.c (arm_init_cumulative_args); New function:
8106         Initlaise the CUMULATIE_ARGS strcuture for a function
8107         defintion. 
8108         (arm_function_arg): New function: Determine where to place a
8109         function's argument.  Also handles deciding the function's
8110         call cookie.
8111         (current_file_function_operand): New function: Return true if
8112         the symbol is a function which has already been compiled.
8113         (arm_is_long_call_p): New function: Return true if the
8114         indicated function should be called via a long call.
8115         (arm_valid_type_attribute_p): New function: Return true if the
8116         attribute is a valid, arm specific, attribute.
8117         (arm_comp_type_attribute): New function: Return true if the
8118         two types have compatable, arm specific, attributes.
8119
8120         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
8121         structure.
8122         (FUNCTION_ARG): Redefine to call arm_function_arg.
8123         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
8124         structure field.
8125         (INIT_CUMULATIVE_ARGS): Redefine to call
8126         arm_init_cumulative_args.
8127         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
8128         field. 
8129         (SETUP_INCOMING_VARARGS): Redefine to use correct structure 
8130         field. 
8131         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
8132         functions.
8133         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
8134         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
8135         (COMP_TYPE_ATTRIBUTES): Define.
8136
8137         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
8138         if a long call is needed.
8139         (call_value): Call arm_is_long_call_p to decide if a long call
8140         is needed.
8141         (call_symbol): Call arm_is_long_call_p to decide if a long call
8142         is needed.
8143
8144         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
8145
8146 2000-02-11  Denis Chertykov  <denisc@overta.ru>
8147
8148         * README.AVR: New file with information about the avr ports.
8149         * config/avr: New directory with avr port files.
8150
8151 2000-02-11  Andreas Jaeger  <aj@suse.de>
8152
8153         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
8154
8155 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
8156
8157         * cpphash.c: Fix formatting, update commentary.
8158         (dump_definition): Take three separate arguments instead of a
8159         MACRODEF structure argument.
8160         * cpphash.h: Update prototype of dump_definition.
8161         * cppinit.c (cpp_finish): Update call of dump_definition.
8162
8163         * cpplib.c (do_define): Always create new hash entry with
8164         T_MACRO type.  Remove redundant check for redefinition of
8165         poisoned identifier.  Update call of dump_definition.
8166         (do_undef): Don't call check_macro_name.  Rename sym_length to
8167         len.
8168         (do_error, do_warning): Don't use copy_rest_of_line or
8169         SKIP_WHITE_SPACE.
8170         (do_warning): Don't use pedwarn for the actual warning,
8171         only the notice about its not being in the standard.  (Fixes
8172         bug with #warning in system headers.)
8173         (do_ident): Stricter argument checking - accept only a single
8174         string after #ident.  Also, macro-expand the line.
8175         (do_xifdef): Use cpp_defined.  De-obfuscate.
8176
8177         (do_pragma): Split out specific pragma handling to separate
8178         functions.  Use get_directive_token.  Update commentary.  Do
8179         not pass on #pragma once or #pragma poison to the front end.
8180         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
8181         do_pragma_default): New.
8182
8183 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
8184
8185         * jump.c (jump_optimize_1): The first operand in a relational
8186         can be a CONST_INT.
8187         * optabs.c (emit_conditional_move): Handle relationals which
8188         have a known true/false result.
8189
8190 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8191
8192         * function.c (thread_prologue_and_epilogue_insns): Don't insert
8193         a RETURN insn into a block which already ends with a jump.
8194
8195 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8196
8197         * haifa-sched.c (BUF_LEN): Increase a lot.
8198
8199 2000-02-11  Nick Clifton  <nickc@cygnus.com>
8200
8201         * configure.in: Add tm_p_file specification for thumb targets.
8202         * configure: Regenerate.
8203
8204         * config/arm/thumb-protos.h: New file: Prototypes for exported
8205         functions defined in thumb.c.
8206
8207 2000-02-11  Robert Lipe  <robertl@sco.com>
8208
8209         * Makefile.in (bootstrap-lean): Remove additional files.
8210         (bootstrap2-lean): Likewise.
8211         (VOL_FILES): List of files for above.
8212
8213 2000-02-11  Nathan Sidwell  <nathan@acm.org>
8214
8215         * cpphash.c (special_symbol): Remove spurious argument to
8216         cpp_lookup.
8217
8218 2000-02-11  Joel Sherrill (joel@OARcorp.com>
8219
8220         * configure.in: (i*86-*-rtems*): Swapped elf and coff
8221         stanzas.
8222         * configure: Rebuilt.
8223
8224 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
8225         
8226         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
8227
8228 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
8229
8230         * pa.c, pa.h: Remove trigraph sequences within comments.
8231
8232 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
8233
8234         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
8235
8236 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
8237
8238         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
8239
8240 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8241         
8242         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
8243
8244 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8245
8246         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
8247         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
8248         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
8249         (ASM_FILE_END): Use c4x_file_end.
8250         * config/c4x/c4x.c (c4x_global_label): New function.
8251         (c4x_external_ref, c4x_file_end): Likewise.
8252
8253         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
8254         (c4x_external_ref, c4x_end_file): Likewise.
8255
8256 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
8257
8258         * cppexp.c: Don't include cpphash.h.
8259         (parse_charconst, cpp_lex): Use cpp_defined.
8260         (cpp_lex): Use get_directive_token throughout.  Remove
8261         unnecessary cases from switch.  Move assertion-handling code
8262         down to OTHER case.
8263         (cpp_parse_expr): If we see '+' or '-', check the context to
8264         determine if they are unary or binary operators.  Streamline
8265         the jumps a bit.  Do not call skip_rest_of_line.
8266
8267         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
8268         static.  Export get_directive_token.  Update commentary.
8269         (cpp_defined): New function.
8270         (do_define): Remove reference to T_PCSTRING.  Call
8271         free_definition to release memory for old definition, when
8272         redefining a macro.
8273         (eval_if_expression): Set only_seen_white to 0 before calling
8274         cpp_parse_expr.  Call skip_rest_of_line after it returns.
8275         (cpp_read_check_assertion): Don't preserve a pointer into the
8276         token buffer across a call to cpp_get_token.
8277
8278         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
8279         * cppfiles.c (redundant_include_p): Use cpp_defined.
8280         * cpphash.c (free_definition): New function.
8281         (delete_macro): Use it.  Update commentary.
8282         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
8283         free_definition.
8284         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
8285         from enum node_type.  Prototype cpp_defined and get_directive_token.
8286         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
8287
8288         * fix-header.c (check_macro_names): Use cpp_defined.
8289         (read_scan_file): Set inhibit_warnings and inhibit_errors in
8290         the options structure.
8291
8292 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8293
8294         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
8295
8296 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
8297
8298         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
8299         rather than die->die_tag.
8300
8301 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8302
8303         * combine.c (make_extraction, force_to_mode): Avoid warning on
8304         mixed-signedness conditionals.
8305         (make_field_assignment, nonzero_bits): Likewise.
8306         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
8307         (store_split_bit_field, extract_split_bit_field): Likewise.
8308         (extract_fixed_bit_field, store_bit_field, 
8309         * expr.c: Change alignment to be unsigned everywhere.
8310         (move_by_pieces, store_constructor_field, store_constructor): 
8311         Alignment parm is unsigned.
8312         (emit_block_move, emit_group_load, emit_group_store): Likewise.
8313         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8314         (do_compare_rtx_and_jump): Likewise.
8315         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
8316         Compare align with GET_MODE_ALIGNMENT.
8317         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
8318         (get_inner_reference): Likewise.
8319         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
8320         (expand_assignment): Local vars for alignment now unsigned.
8321         (store_constructor, store_field, expand_expr, do_jump): Likewise.
8322         (do_compare_and_jump): Likewise.
8323         (store_field): Call new function expr_align.
8324         * expr.h (emit_block_move, emit_group_load, emit_group_store):
8325         Alignment arg now unsigned.
8326         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8327         (do_compare_rtx_and_jump, store_bit_field): Likewise.
8328         (extract_bit_field): Likewise.
8329         * fold-const.c (add_double): Add cast to eliminate signedness warning.
8330         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
8331         (get_best_mode): Alignment arg is unsigned.
8332         * rtl.h (move_by_pieces): Likewise.
8333         * store-layout.c (maximum_field_alignment, set_alignment):
8334         Now unsigned.
8335         (layout_decl): Alignment arg is now unsigned.
8336         Remove unneeded casts.
8337         (layout_record, layout_union, layout_type): Remove unneeded casts.
8338         Local alignment variables now unsigned.
8339         (get_best_mode): Alignment arg now unsigned.
8340         * tree.c (expr_align): New function.
8341         * tree.h (expr_align): Likewise.
8342         (maximum_field_alignment, set_alignment): Now unsigned.
8343         (get_inner_reference): Alignment argument is now pointer to unsigned.
8344         * varasm.c (assemble_variable): Add cast to eliminate warning.
8345
8346 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
8347
8348         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
8349         then store directly into op0.
8350
8351         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
8352         the CALL_INSN, and emit the note immediately after it.
8353
8354 2000-02-10  Nick Clifton  <nickc@cygnus.com>
8355
8356         * config/arm/thumb.md (epilogue): Include a (return) in the
8357         generated insn, and emit it using emit_jump_insn not
8358         emit_insn. 
8359
8360 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
8361
8362         * function.c (assign_temp): Change zero-sized arrays to size 1.
8363         * integrate.c (expand_inline_function): Do not update
8364         stack_alignment_needed
8365         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
8366         add some sanity checking, remove optimization for function with
8367         zero frame size.
8368
8369 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8370
8371         * flow.c (mark_regs_live_at_end): Delete unused variables.
8372
8373         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
8374
8375         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
8376         in macro FRAME_GROWS_DOWNWARD.
8377
8378         * stmt.c (expand_end_bindings): Delete unused variable.
8379
8380         * unroll.c (iteration_info): Mark parameter `loop' with
8381         ATTRIBUTE_UNUSED.
8382
8383 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8384
8385         * fixinc/server.c (load_data): Return NULL if the marker line is
8386         not found.
8387         (run_shell): If load_data returns NULL, retry the command once, in
8388         a new shell.
8389
8390         * configure: Rebuilt.
8391
8392 2000-02-09  Bruce Korb  <bkorb@gnu.org>
8393
8394         * gcc/fixincludes:  ** DELETED **
8395         * gcc/fixcpp:  ** DELETED **
8396         * gcc/fixinc-nt.sed:  ** DELETED **
8397         * gcc/just-fixinc:  ** DELETED **
8398         * gcc/Makefile.in:  Removed out-dated commentary
8399         * gcc/configure.in: Removed fast-fixincludes disablement.
8400         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
8401
8402 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8403         * function.c (thread_prologue_and_epilogue_insns): Uncomment
8404         last change.
8405
8406 2000-02-09  Richard Henderson  <rth@cygnus.com>
8407
8408         * jump.c (delete_insn): Don't delete user labels at -O0.
8409
8410 2000-02-09  Robert Lipe  <robertl@sco.com>
8411
8412         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
8413         Don't link with HOST_LIBS. 
8414
8415 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8416
8417         * configure.in: Correct --help text for --with-dwarf2.
8418         Put tm-dwarf2.h after other tm files, if it's requested.
8419         * configure: Regenerate.
8420         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
8421         defining it.
8422
8423 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8424
8425         * cpplib.h: Provide HASHNODE typedef and forward decl of
8426         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
8427         DEFINITION, struct hashnode, struct macrodef, struct
8428         definition, scan_decls prototype, default defn of
8429         INCLUDE_LEN_FUDGE moved elsewhere.
8430
8431         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
8432         definition, and struct hashnode moved here. Remove the unused
8433         'predefined' field from struct definition.  Replace the 'args'
8434         union with its sole member.  All users updated (cpphash.c).
8435         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
8436         multiple include guard.
8437
8438         * cpphash.c (hashf): Make static; use better algorithm; drop
8439         HASHSIZE parameter; return an unsigned int.
8440         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
8441         used. Calculate HASHSIZE modulus here.
8442         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
8443         here.
8444         (create_definition): Drop PREDEFINITION parameter.
8445         * cpplib.c (do_define): Don't calculate a hash value here.
8446         Don't pass (keyword == NULL) to create_definition.
8447
8448         * scan.h: Prototype scan_decls here.
8449         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
8450         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
8451         callers of cpp_lookup and cpp_install updated.
8452         
8453         * cpphash.c (macarg): Hoist all the flag diddling out of the
8454         function...
8455         (macroexpand): ... and out of the loop that calls macarg.
8456         Skip over the initial paren before macro arguments with
8457         cpp_get_non_space_token; point may be some distance before
8458         that paren.  Abort if it's not there.
8459
8460         * cpplib.c (parse_clear_mark): Delete function.
8461         (parse_set_mark, parse_goto_mark): Make static.
8462         (ACTIVE_MARK_P): New macro.
8463         (skip_block_comment, skip_line_comment): Do not bump the line
8464         if ACTIVE_MARK_P is true.
8465         (cpp_pop_buffer): The buffer to be popped may not have an
8466         active mark.
8467         (cpp_get_token): When looking for the initial paren before
8468         macro arguments, only set a mark in a file buffer, Always
8469         return to that mark before proceeding to call macroexpand or
8470         return a NAME token.
8471
8472         * cpplib.h: Remove prototypes of parse_set_mark,
8473         parse_clear_mark, parse_goto_mark.
8474         (struct cpp_options): Rename 'put_out_comments' to
8475         'discard_comments' and invert its sense.
8476         * cppinit.c, cpphash.c, cpplib.c: All users of
8477         put_out_comments changed to use discard_comments, with
8478         opposite sense.
8479
8480 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8481
8482         * function.c (thread_prologue_and_epilogue_insns): Don't delete
8483         the edge from a block that both jumps and falls through to the
8484         fallthru block.
8485
8486 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
8487
8488         * config/arm/arm.md (movsi): In PIC mode, make sure that a
8489         constant source address is legitimate.
8490
8491 2000-02-09  Philip Blundell  <pb@futuretv.com>
8492
8493         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
8494         correctly.
8495
8496         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
8497         generating PIC.
8498         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
8499
8500 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8501
8502         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
8503         ends with a newline and a NUL.  Don't be so clever manipulating
8504         strings.
8505
8506 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
8507
8508         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
8509         not to BIGGEST_ALIGNMENT.
8510
8511 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
8512
8513         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
8514         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
8515         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
8516         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
8517         * frame.c (execute_cfa_insn): Handle 
8518         DW_CFA_GNU_negative_offset_extended.
8519
8520 2000-02-08  Richard Henderson  <rth@cygnus.com>
8521
8522         * flow.c (tidy_fallthru_edges): Split out from ...
8523         (delete_unreachable_blocks): ... here.
8524         (find_basic_blocks): Use it.
8525
8526 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8527
8528         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
8529
8530 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
8531
8532         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
8533         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
8534         (fix-header.o): Don't depend on cpphash.h.
8535
8536         * scan.c (hashstr): New function. 
8537         * scan.h: Prototype it.
8538         * fix-header.c: Don't include cpphash.h.  Use hashstr.  
8539         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
8540         hashstr.  Report hash table statistics.  Add private     
8541         definition of xrealloc.
8542
8543 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8544
8545         * i386.h (TARGET_SWITCHES): Fix typo in option name.
8546
8547 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
8548
8549         * function.c (thread_prologue_and_epilogue_insns): Don't replace
8550         jumps with returns unless they are jumps to the fallthru block.
8551
8552 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
8553
8554         * i386.md (addqi3_cc): Fix contraints.
8555
8556 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8557
8558         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
8559
8560 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
8561
8562         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
8563         carriage return after a macro name.
8564
8565 2000-02-07  Fred Fish  <fnf@be.com>
8566
8567         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
8568         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
8569
8570 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
8571
8572         * cppfiles.c (deps_output): Count spacers in deps_column.
8573
8574 2000-02-07  Neil Booth  <NeilB@earthling.net>
8575
8576         * cppinit.c (initialize_dependency_output): If there is no
8577         suffix, don't try to look for known suffixes.  Use strrchr.
8578         (cpp_start_read): Remove duplicate initialization.
8579
8580 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
8581
8582         * calls.c (compute_argument_block_size): New argument
8583         preferred_stack_boundary.
8584         (expand_call): update cfun->preferred_stack_boundary, update call of
8585         compute_argument_block_size
8586         (emit_library_call): Increate cfun->preferred_stack_boundary
8587         to PREFERRED_STACK_BOUNDARY
8588         (emit_library_call_value): Likewise.
8589         * explow.c (allocate_dynamic_stack_spave): Likewise.
8590         * function.c (prepare_function_start): Set
8591         cfun->preferred_stack_boundary
8592         * function.h (struct function): Add preferred_stack_boundary field.
8593         * integrate.c (expand_inline_function): Update
8594         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
8595         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
8596         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
8597
8598 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
8599
8600         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
8601         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
8602         cpp_pedwarn, cpp_pedwarn_with_line,
8603         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
8604         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
8605         v_cpp_error_with_line, v_cpp_warning_with_line,
8606         cpp_message_from_errno, cpp_perror_with_name): Delete.
8607
8608         * cpperror.c (cpp_print_containing_files): Take starting
8609         buffer as argument.
8610         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
8611         (v_cpp_message): Now called directly by all entry points.
8612         Remove -1 case.
8613         (cpp_pfatal_with_name, cpp_message): Delete.
8614         (cpp_notice_from_errno, cpp_ice): New functions.
8615         (cpp_notice): Is now for reporting error conditions, just
8616         without an associated file.
8617         (cpp_error, cpp_error_with_line): Don't do anything if
8618         opts->inhibit_errors is on.
8619         (cpp_pedwarn_with_file_and_line): Take column argument also.
8620
8621         * cpplib.h: Update prototypes of exported functions.
8622         (struct cpp_options): Add inhibit_errors.
8623
8624         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
8625         non-error messages.  Include intl.h.
8626
8627         * cppinit.c, cppmain.c: Likewise.  Also, use
8628         cpp_notice_from_errno instead of cpp_perror_with_name or
8629         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
8630
8631         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
8632         report internal errors.
8633
8634         * cpplib.c (do_define): Switch bcopy to memcpy.
8635         Give cpp_pedwarn_with_file_and_line a dummy column argument.
8636
8637         * cpplib.c (copy_rest_of_line): Revert previous change: don't
8638         bail out early if we hit a line comment.
8639
8640 2000-02-06  Richard Henderson  <rth@cygnus.com>
8641
8642         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
8643         * basic-block.h: Declare them.
8644         * emit-rtl.h (active_insn_p): New.
8645         (next_active_insn, prev_active_insn): Use it.
8646         * rtl.h: Declare it.
8647         * function.c (emit_return_into_block): New.
8648         (thread_prologue_and_epilogue_insns): Insert return insns instead
8649         of epilogues when possible.
8650         * jump.c (jump_optimize_1): Remove code to insert a return insn
8651         on the fallthru to the exit block.
8652
8653         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
8654         and for non-empty stack frames.
8655         * i386.md (return): Expand to return-pop as needed.
8656
8657 2000-02-06  Richard Henderson  <rth@cygnus.com>
8658
8659         * simplify-rtx.c (simplify_relational_operation): Canonicalize
8660         constant to op1 for testing.
8661
8662 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8663
8664         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
8665         (fixuns_truncqfqi2): Use it.
8666
8667 2000-02-06  Richard Henderson  <rth@cygnus.com>
8668
8669         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
8670         as a TYPE_LEA insn.
8671
8672         * i386.md (widening and peepholes): Mask the constant instead of
8673         using gen_lowpart.
8674
8675 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8676
8677         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
8678         input pointer before possibly branching off to the backslash
8679         code.
8680         * cpphash.c (macroexpand): Correctly delete \r escapes when
8681         stringifying parameters.
8682         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
8683         if we can; bail out early if we hit a line comment.
8684         (handle_directive): Treat '# 123' in an .S file just like
8685         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
8686         Return 1 for '# not_a_directive'.
8687         (get_directive_token): Pop macro buffers here, so that
8688         cpp_get_token can't sneakily move past a newline.
8689         Add sanity checks. 
8690         (cpp_get_token): goto randomchar if handle_directive returns 0.
8691
8692         * cppalloc.c: Update copyright.
8693         * cpplib.c: Merge all the static function prototypes into one
8694         block.
8695         * cpplib.h: Remove #if 0 block.
8696
8697         * cpperror.c: Remove #ifdef EMACS block.
8698         * cppmain.c: Likewise.
8699         * cpphash.c: Remove #if 0 blocks.
8700         * cppinit.c: Remove #if 0 blocks, and the -lint option.
8701         * cpplib.c: Remove #if 0 blocks and code referencing
8702         pcp_inside_if or for_lint.  Remove duplicate error message.
8703         Fix error messages for #else after #else or #elif.  Reformat.
8704         Remove archaic TODO list.
8705         * cpplib.h: Remove pcp_inside_if and for_lint flags.
8706
8707 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8708
8709         * i386/osf1elf.h: Add missing backslash to multiline string.
8710
8711 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8712
8713         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
8714
8715 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8716
8717         * Makefile.in (c-common.o): Depend on $(EXPR_H).
8718
8719         * c-common.c: Include expr.h.
8720
8721         * c-pragma.c (mark_align_stack): Add prototype.
8722
8723         * caller-save.c (add_stored_regs): Likewise.
8724
8725         * combine.c (record_promoted_value): Likewise.
8726
8727         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
8728         Likewise.
8729
8730         * cppinit.c (new_pending_define): Likewise.
8731
8732         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
8733
8734         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
8735         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
8736         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
8737         class_scope_p): Likewise.
8738
8739         * dwarf2out.h (dwarf2out_set_demangle_name_func,
8740         dwarf2out_add_library_unit_info): Likewise.
8741
8742         * ggc.h (ggc_page_print_statistics): Likewise.
8743
8744         * haifa-sched.c (propagate_deps): Likewise.
8745
8746         * reg-stack.c (next_flags_user, record_label_references): Likewise.
8747
8748         * rtl.h (set_stack_check_libfunc): Likewise.
8749
8750         * toplev.h (set_fatal_function): Likewise.
8751
8752         * toplev.c (set_fatal_function): Delete prototype.
8753         
8754         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
8755         
8756 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8757
8758         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
8759         (FUNC_END): Likewise.
8760
8761 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8762
8763         * caller-save.c: Include tm_p.h.
8764
8765 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8766
8767         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
8768
8769 2000-02-04  Neil Booth  <NeilB@earthling.net>
8770
8771         * cccp.c (main): Check 'dir' for a NULL pointer before passing
8772         it to strcmp.
8773
8774 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
8775
8776         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
8777         * genflags.c: Use the max_operand_1 logic from genemit.c to
8778         calculate how many arguments gen_insn prototypes have.  Remove
8779         NO_MD_PROTOTYPES ifdefs from the generated file.
8780         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
8781         file.  Cast gen_insn initializers to insn_gen_fn.
8782         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
8783         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
8784
8785 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8786
8787         * fixinc/Makefile.in (HDR): Add machname.h.
8788         (clean): Likewise.
8789
8790 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8791
8792         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
8793         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
8794         (c4x_cpu_version): Ditto.
8795         * config/c4x/c4x-protos.h: ... here.
8796
8797 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
8798
8799         * dwarf2out.c (add_abstract_origin_attribute): Don't call
8800         gen_abstract_function on our context if we're a nested function.
8801
8802 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8803
8804         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
8805         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
8806
8807 2000-02-04  Bruce Korb  <bkorb@gnu.org>
8808
8809         * fixinc/genfixes(machname.h):
8810         Move the functionality from gen-machine.h into this file.
8811         UNdef MN_NAME_PAT if there are no names to change.
8812         Also, be a little kinder when AutoGen is not present.
8813
8814         * fixinc/Makefile.in(machname.h):
8815         Change the generation rule to use genfixes.
8816
8817         * fixinc/fixfixes.c(machine_name):
8818         machine_name_fix's functionality now dependent upon whether
8819         MN_NAME_PAT is defined.
8820
8821         * fixinc/fixtests.c(machine_name):
8822         ditto.
8823
8824         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
8825         of MN_NAME_PAT.
8826
8827         * fixinc/fixlib.h(mn_get_regexps):
8828         ditto
8829
8830         * fixinc/gen-machine.h: DELETED
8831
8832 2000-02-04  Jan Hubicka  <jh@suse.cz>
8833             Richard Henderson  <rth@cygnus.com>
8834
8835         * i386.c (SAVE_REGS_FIRST): Remove.
8836         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
8837         (ix86_compute_frame_size): Likewise.
8838         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
8839         (ix86_emit_restore_regs): Remove.
8840         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
8841         when a frame pointer is in use.
8842         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
8843         instead of pop to restore a register when profitable; emit leave
8844         when profitable.
8845         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
8846         as a TYPE_LEA insn.
8847         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
8848         * i386.md (prologue_allocate_stack): Remove.
8849         (epilogue_deallocate_stack): Remove.
8850         (pro_epilogue_adjust_stack): New.
8851
8852 2000-02-04  Richard Henderson  <rth@cygnus.com>
8853
8854         * function.c (diddle_return_value): Rework to use a callback function.
8855         Use current_function_return_rtx if it's been set up.
8856         (do_clobber_return_reg, clobber_return_register): New.
8857         (do_use_return_reg, use_return_register): New.
8858         (expand_function_end): Use them.
8859         * stmt.c (expand_null_return): Likewise.
8860         * function.h: Declare them.
8861         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
8862         (mark_reg): Change arguments as appropriate for callback.
8863         * integrate.c (expand_inline_function): Revert 19 Jan change.
8864
8865 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8866
8867         * tm.texi (Values in Registers): Fix typo: "fo" "for".
8868         (Misc): Say the scheduler, not the Haifa scheduler.
8869
8870 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
8871
8872         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
8873         when in_mem is set.  Update all callers.
8874
8875 2000-02-04  Richard Henderson  <rth@cygnus.com>
8876
8877         * i386/openbsd.h (INT_ASM_OP): Define.
8878
8879 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8880
8881         * tm.texi: Fix various typos.
8882
8883 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
8884
8885         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
8886         (MD_STARTFILE_PREFIX_1): New macro.
8887
8888 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
8889
8890         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
8891         destination when needed.
8892         (strmovsi, strsetsi): New expander.
8893         (strmovsi_1, strsetsi_1): New pattern.
8894         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
8895         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
8896         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
8897         * invoke.texi (align-stringops, inline-all-stringops): Document.
8898
8899 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
8900
8901         * i386/netbsd.h (INT_ASM_OP): Define.
8902
8903 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
8904
8905         * cpplib.h (cpp_reader): Add new flag, no_directives.
8906         * cpphash.c (macarg): Set it.
8907         * cpplib.c (handle_directive): If no_directives is on and we
8908         find a directive, issue an error and discard the line.
8909
8910 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
8911
8912         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
8913         FP constants.  Add ! TARGET_FPU check for FP constants.
8914
8915 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
8916         
8917         * flow.c (find_basic_blocks): Don't kill label_value_list
8918         here.
8919         (cleanup_cfg): Kill it here.
8920
8921 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8922
8923         * expr.c (store_field): Ensure ALIGN is no stricter than the
8924         alignment of EXP.
8925
8926 2000-02-02  Richard Henderson  <rth@cygnus.com>
8927
8928         * jump.c (delete_insn): Partially revert 19 Jan change; 
8929         don't convert unused code labels to notes at -O0.
8930
8931 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8932
8933         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
8934         split_all_insns to recreate REG_LABEL notes for flow2 pass.
8935
8936 2000-02-01  Richard Henderson  <rth@cygnus.com>
8937
8938         * i386.c (general_no_elim_operand): New.
8939         (nonmemory_no_elim_operand): New.
8940         (ix86_expand_move): Copy eliminable operands before a push.
8941         * i386-protos.h: Declare new functions.
8942         * i386.h (CAN_ELIMINATE): Simplify.
8943         (PREDICATE_CODES): Update.
8944         * i386.md (push insns): Don't allow eliminable register operands.
8945
8946 2000-02-01  Richard Henderson  <rth@cygnus.com>
8947
8948         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
8949         replace BLKmode with DECL_RTL's mode.
8950
8951 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
8952
8953         * frame.c (find_fde): Convert for loop to do-while so compiler
8954         sees it's always executed at least once.
8955         * libgcc2.c (BBINBUFSIZE): Kill.
8956         (__bb_init_prg): Use fgets.
8957         (__bb_exit_trace_func): Don't paste strings.
8958         * unroll.c (unroll_loop): Initialize unroll_type, not
8959         unroll_number, and tweak logic to match.
8960
8961         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
8962         all failure paths.
8963         (ix86_flags_dependant): Likewise.  Disentangle control flow.
8964         (ix86_sched_reorder): Break guts out to
8965         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
8966         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
8967         any possible use.
8968
8969         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
8970         use string concatenation.  Don't save and restore esi.
8971
8972         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
8973         (machname.h): Remove script to separate file.  Use two-step
8974         sequence so target is not created if script fails.
8975         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
8976         identifiers are defined.
8977         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
8978         an empty string, machine_name doesn't need to do anything at
8979         all.
8980         (is_cxx_header): Add more cases to regexp.
8981         * fixinc/fixlib.h: Update prototype.
8982         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
8983         mn_get_regexps.
8984         * fixinc/fixincl.c: Define NO_BOGOSITY.
8985
8986         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
8987         (hp_sysfile): Add missing comma.
8988         (math_exception): Put the wrapper ifdefs at the beginning and
8989         the end of the file.
8990         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
8991
8992 2000-02-01  Richard Henderson  <rth@cygnus.com>
8993
8994         * sparc.c (fp_zero_operand): Turn into a normal predicate.
8995         Use CONST0_RTX.  Update all callers.
8996         * sparc.h, sparc-protos.h: Update accordingly.
8997         * sparc.md (fp mov insns): Use fp_zero_operand directly
8998         where applicable.
8999
9000 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9001
9002         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
9003         example.
9004
9005 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9006
9007         * Makefile.in (specs.ready): New target.
9008         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
9009
9010 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9011
9012         * fixinc.irix: Use unique filenames for writing into /tmp,
9013         * fixinc.ptx: Likewise.
9014         * fixinc.sco: Likewise.
9015         * fixinc.svr4: Likewise.
9016         * fixinc.winnt: Likewise.
9017
9018 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9019
9020         * tsystem.h: New file.
9021
9022         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
9023         s-crtS): Depend on tsystem.h.
9024
9025         * crtstuff.c: Include tsystem.h.
9026         * frame.c: Likewise.
9027         * libgcc2.c: Likewise.
9028
9029 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
9030
9031         * builtins.c (expand_builtin_memset): Expand for variable sized
9032         lengths too.
9033
9034 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au> 
9035
9036         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
9037         on ABI.
9038
9039 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9040
9041         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
9042
9043         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
9044
9045 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
9046
9047         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
9048         case 3->2 combining (combining with splitting) in which 2 is CC0
9049         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are 
9050         checked at the begining of the function with the aid of calling 
9051         function 'can_combine_p'. 
9052
9053 2000-01-31  Dave Brolley  <brolley@redhat.com>
9054
9055         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
9056
9057 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
9058
9059         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
9060         new label.
9061
9062 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9063
9064         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
9065         
9066         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
9067         PROTO -> PARAMS.
9068
9069 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9070
9071         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
9072         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
9073         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
9074         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
9075         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
9076         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
9077         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
9078         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
9079         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
9080         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
9081         
9082         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
9083         Add %(cpp_cpu) to CPP_SPEC.
9084
9085         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
9086         Add %(cc1_cpu) to CC1_SPEC.
9087
9088 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9089
9090         * c-decl.c (c_decode_option): Accept optional numeric argument to
9091         -Wformat and set warn_format.
9092         * c-common.c: Don't emit warning about non-constant printf format
9093         string unless warn_format > 1.
9094
9095 2000-01-30  Richard Henderson  <rth@cygnus.com>
9096
9097         * alpha.md (return_internal): Allow after reload only.
9098
9099 2000-01-30  Richard Henderson  <rth@cygnus.com>
9100
9101         * i386.c (ix86_compute_frame_size): Omit padding1 if the
9102         local frame size is zero.
9103
9104 2000-01-30  Richard Henderson  <rth@cygnus.com>
9105
9106         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
9107         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
9108         * alpha.md (return): Turn into an expander.
9109         (return_internal): Don't use $26.
9110         (epilogue): Emit the return insn.
9111
9112 2000-01-30  Richard Henderson  <rth@cygnus.com>
9113
9114         * alpha.md (negtf2, abstf2): Fix word order thinko.
9115         (extendsftf2): New.
9116         (trunctfsf2): Avoid intermediate rounding errors.
9117
9118 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9119
9120         * cppfiles.c (find_position): Drop 'colp' argument, return the
9121         new line base.
9122         (read_and_prescan): Adjust to match.  Don't ever manipulate
9123         line or line_base except via find_position.
9124
9125 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9126
9127         * c-parse.in: Apply Ulrich's changes from c-parse.y.
9128         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
9129         Regenerate.
9130
9131 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9132
9133         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
9134         just print "<command line>".  If 'filename' is null or an
9135         empty string, print "<stdin>" for the filename.
9136         * cpplib.c (do_define): Don't print the 'location of the
9137         previous definition' message if we're still parsing the
9138         command line.
9139         (cpp_pedwarn_with_file_and_line): Always call
9140         cpp_file_line_for_message.
9141
9142 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
9143
9144         * flow.c (mark_regs_live_at_end): Fix typo.
9145
9146 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9147
9148         * c-common.c: Adjust variable names, comments, help strings to c99.
9149         * c-lex.c: Likewise.
9150         * c-parse.y: Likewise.
9151         * c-tree.h: Likewise.
9152         * cccp.c: Likewise.
9153         * cpplib.h: Likewise.
9154         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
9155         * cppinit.c: Likewise.
9156
9157 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9158
9159         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
9160         * c4x.c: Define the optab rtx values.
9161         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
9162         (c4x_emit_libcall): Use new optab rtx values.
9163         (c4x_emit_libcall3): Likewise.
9164         (c4x_emit_libcall_mulhi): Likewise.
9165         * c4x-protos.h: Add prototypes for optab rtx values and change
9166         prototypes for above c4x_emit_libcall functions.
9167
9168 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9169
9170         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
9171         syntax is used.
9172         (c4x_function_prologue): Use regnames intead of float_reg_names when
9173         TI syntax is used.
9174         (c4x_function_epilogue): Likewise.
9175         (c4x_print_operand): Likewise.
9176         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
9177         * c4x.md (set_high): Disable for TARGET_TI.
9178
9179 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9180
9181         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
9182         of framepointer + constant to ADDR_REGS class.
9183         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
9184         * c4x.c (std_or_reg_operand): New function.
9185         * c4x-protos.h (std_or_reg_operand): Prototype it.
9186
9187 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9188
9189         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
9190                 object names as libgcc2.c.
9191         * libgcc.S: Use newly defined names.
9192
9193 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
9194         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
9195         function.
9196         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
9197         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
9198         (FLOW_LOOP_LAST_BLOCK): Likewise.
9199
9200 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9201
9202         * basic-block.h (struct loop): New fields 'first' and 'last'.
9203         * flow.c (flow_loops_find): Compute loop->first and loop->last.
9204         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
9205         and loop->last to check for NOTE_INSN_LOOP_END.
9206
9207 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
9208
9209         * predict.c (estimate_probability): Use the new FIRST and LAST fields
9210         of the loop descriptor rather than HEADER and LATCH. Also added
9211         missing break statements as well making some coding style modifications
9212         as suggested by Michael Hayes.
9213
9214 2000-01-28  Richard Henderson  <rth@cygnus.com>
9215
9216         * flow.c (find_basic_blocks): Remove do_cleanup argument.
9217         Break out that code ...
9218         (cleanup_cfg): ... here.
9219         (commit_one_edge_insertion): Detect a return instruction being
9220         emitted to an edge.  Emit a barrier following; clear fallthru.
9221         (commit_edge_insertions): Verify CFG consistency.
9222         * function.c (expand_function_start): Kill unused variable.
9223         (expand_function_end): Likewise.
9224         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
9225         to insert the epilogue.
9226
9227         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
9228         (delete_null_pointer_checks): Likewise.
9229         * output.h: Likewise.
9230         * reg-stack.c (reg_to_stack): Likewise.
9231         * toplev.c (rest_of_compilation): Likewise.  Run
9232         thread_prologue_and_epilogue_insns after rebuilding the CFG.
9233
9234 2000-01-28  Richard Henderson  <rth@cygnus.com>
9235
9236         * Makefile.in (flow.o): Revert 24 Jan change.
9237         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
9238         FUNCTION_VALUE result to DECL_RESULT's mode.
9239
9240         * haifa-sched.c (schedule_insns): Don't recompute reg info
9241         after reload.
9242
9243 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
9244
9245         * configure.in: Make --enable-cpplib the default.
9246         * configure: Regenerate.
9247         * gcc.dg/990119-1.c: No longer expected to fail.
9248
9249 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
9250
9251         * jump.c (jump_optimize_1): Delete an optimization that is also done
9252         by merge_blocks in flow.
9253
9254 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9255
9256         * diagnostic.c (build_message_string, output_printf,
9257         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
9258         (build_location_prefix): Fix non-literal format string.
9259
9260 2000-01-27  Richard Henderson  <rth@cygnus.com>
9261
9262         * alpha.md (trunctfsf2): New.
9263
9264 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
9265
9266         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
9267
9268 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9269
9270         * cppinit.c (cpp_handle_option): Recognize C++ comments under
9271         -std=gnu89.
9272         * cpplib.c (skip_block_comment, skip_line_comment): Split code
9273         out of...
9274         (skip_comment) ... here.  Permit C++ comments in system
9275         headers always.  Warn about C++ comments in user code under
9276         -std=gnu89 -pedantic.
9277         (copy_comment): Use skip_comment.
9278         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
9279         return EOF.
9280         (consider_directive_while_skipping, do_else, do_endif): Call
9281         validate_else unconditionally.
9282         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
9283         text after the conditional in a system header.
9284         * cpplib.h (struct cpp_buffer): Add flag
9285         warned_cplusplus_comments.
9286
9287 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9288
9289         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
9290         Use unshare_all_rtl_1.
9291         (unshare_all_rtl_again): New function.
9292         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
9293
9294         * function.c (purge_addressof_1): Use unshare_all_rtl_again
9295         rather than resetting the 'used' flags ourself.
9296
9297         * toplev.c (rest_of_compilation): Add current_function_decl
9298         to the unshare_all_rtl call.
9299         * tree.h: Prototype unshare_all_rtl.
9300         * rtl.h: Prototype unshare_all_rtl_again here.
9301
9302 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9303
9304         * genoutput.c (output_prologue): Include ggc.h in generated
9305         files.
9306         * Makefile.in (insn-output.o): Depends on ggc.h.
9307
9308 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9309             Hans-Peter Nilsson  <hp@bitrange.com>
9310
9311         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
9312         Remove redundant include of xm-ns32k.h.
9313         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
9314         Remove redundant include of xm-ns32k.h.
9315         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
9316         Remove redundant include of xm-ns32k.h.
9317         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
9318
9319         * ns32k/ns32k.h: Update comment on multiply-add instructions.
9320         (TARGET_SWITCHES): Add documentation strings.
9321         (DWARF_FRAME_REGNUM): Override default definition.
9322         (REG_CLASS_CONTENTS): Add comments.
9323         (SUBSET_P): Format to reduce line length.
9324         (SMALL_REGISTER_CLASSES): Make a run time option.
9325         (GO_IF_NONINDEXED_ADDRESS): Reformat.
9326         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
9327         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
9328         (regclass_map): fix typo in comment.
9329         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
9330         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
9331         (trace, reg_or_mem_operand): Delete, unused function.
9332         (calc_address_cost): Small offsets are cheaper than large ones.
9333         (expand_block_move): Generate more efficient code when bytes is a
9334         known at compile time.
9335         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
9336         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
9337         instead of reg_or_mem_operand.
9338
9339         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
9340         not general_operand.  Similarly use "=rm" or stricter, not "=g".
9341         For input operands, use stricter constraints than "g" if not
9342         general_operand.  Similarly use stricter predicate than
9343         "general_operand" when stricter constraints than "g" are present,
9344         except for matching constraints.
9345         (movstrsi): Use "memory_operand" for operands 0 and 1.
9346         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
9347         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
9348         not reg_or_mem_operand.
9349         (udivmoddisi4): Ditto.
9350         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
9351         Use nonimmediate_operand for operand 3, not register_operand.
9352         (udivmoddiqi4_internal): Use register_operand for operand 1, not
9353         reg_or_mem_operand.
9354
9355 2000-01-27  Fred Fish  <fnf@be.com>
9356
9357         * gthr-posix.h: Fix typo; compatibily -> compatibility.
9358         * gthr-single.h: Likewise.
9359         * gthr-solaris.h: Likewise.
9360         * gthr-vxworks.h: Likewise.
9361         * gthr-win32.h: Likewise.
9362         * gthr.h: Likewise.
9363
9364 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9365
9366         * cppinit.c: Add " (cpplib)" to end of string printed by
9367         -v / --version.
9368
9369 2000-01-27  Richard Henderson  <rth@cygnus.com>
9370
9371         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
9372         testing for a signed comparison.
9373         (alpha_emit_floatuns): New.
9374         * alpha-protos.h: Declare it.
9375         * alpha.md (floatunsdisf2, floatunsdidf2): New.
9376         (extendsfdf2): Tidy.
9377
9378 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
9379
9380         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
9381         no -g option specifying debugging format, default to -gstabs+.
9382
9383 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
9384
9385         * calls.c (special_function_p): New argument fork_or_exec.
9386         (expand_call): When profile_arc_flag is set and the function
9387         is in the fork_or_exec group, call __bb_fork_func first.
9388         * libgcc2.c, _bb module (__bb_fork_func): New function.
9389         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
9390         output file.
9391         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
9392         * tree.h (special_function_p): Update prototype.
9393
9394 2000-01-26  Richard Henderson  <rth@cygnus.com>
9395
9396         * alpha.c (alpha_split_tfmode_pair): New.
9397         * alpha-protos.h: Declare it.
9398         * alpha.md (abstf2, negtf2): New.
9399         (movtf insn): Add input G constraint.
9400         (movtf splitter): Use alpha_split_tfmode_pair.
9401
9402 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9403
9404         * i386/cygwin.h: PROTO -> PARAMS.
9405
9406 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
9407
9408         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
9409         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
9410         using _Qp_cmp/_Q_cmp and testing the return value.
9411         (print_operand): Call reverse_condition_maybe_unordered if
9412         we are handling CCFPmode or CCFPEmode.
9413         Handle ORDERED, UN* and LTGT comparisons.
9414         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
9415         if not TARGET_HARD_QUAD.
9416         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
9417         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
9418         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
9419         Adjust gen_b* calls so that they reflect return comparison of
9420         sparc_emit_float_lib_cmp.
9421
9422 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9423
9424         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
9425         incoming operands array is large enough for one more operand.
9426         (alpha_emit_xfloating_arith): Likewise.
9427
9428 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9429
9430         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
9431         file with one line and no trailing newline.
9432         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
9433         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
9434         checking if the match is on the line.
9435         * fixinc/gnu-regex.c: Provide regerror not __regerror.
9436
9437 2000-01-25  Richard Henderson  <rth@cygnus.com>
9438
9439         * sparc.c (output_cbranch): Fix accidental squashing of the
9440         fp branch pre-delay nop.
9441
9442 2000-01-25  Richard Henderson  <rth@cygnus.com>
9443
9444         * tree.def (UNNE_EXPR): Remove.
9445         * c-typeck.c (build_binary_op): Don't handle it.
9446         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
9447
9448         * rtl.def (UNNE): Remove.
9449         (LTGT): Add.
9450         * jump.c (reverse_condition): Update accordingly.
9451         (swap_condition): Likewise.
9452         (comparison_dominates_p): Handle unordered comparisons.
9453         (reverse_condition_maybe_unordered): New.
9454         * rtl.h (reverse_condition_maybe_unordered): Declare.
9455
9456         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
9457         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
9458         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
9459         * sparc.md (bltgt): New.
9460
9461 2000-01-25  Nick Clifton  <nickc@redhat.com>
9462
9463         * emit-rtl.c (emit_insn): Only check machine class insns for
9464         improper emission of a RETURN.
9465
9466 2000-01-25  Richard Henderson  <rth@cygnus.com>
9467
9468         * Makefile.in (flow.o): Depend on $(EXPR_H).
9469         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
9470         duplicate the structure of diddle_return_value for keeping regs live.
9471
9472 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9473
9474         * loop.c (current_loop_info): Delete.
9475         (consec_sets_invariant_p): Add loop argument, update callers.
9476         (get_condition_for_loop): Likewise.
9477         (count_nonfixed_reads, update_giv_derive): Likewise.
9478         (simplify_giv_expr, general_induction_var): Likewise.
9479         (consec_sets_giv, recombine_givs): Likewise.
9480         (move_movables): Delete loop_start and loop_end arguments,
9481         add loop argument, and update callers.
9482         (find_mem_givs, check_final_value): Likewise.
9483         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
9484         (loop_invariant_p): Rename from invariant_p, add loop argument, and
9485         update callers.
9486         (basic_induction_var): Add loop argument, delete loop_level argument,
9487         and update callers.
9488         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
9489         add loop argument, and update callers.
9490         (find_splittable_regs, find_splittable_givs): Likewise.
9491         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
9492         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
9493         (biv_total_increment): Delete loop_start and loop_end arguments;
9494         update callers.
9495         (precondition_loop_p): Delete loop_start and loop_info arguments;
9496         update callers.
9497         * loop.h (get_condition_for_loop): Add loop argument.
9498         (biv_total_increment): Delete loop_start and loop_end arguments.
9499         (precondition_loop_p): Delete loop_start and loop_info arguments;
9500         add loop argument.
9501         (final_biv_value): Delete loop_start and loop_end arguments;
9502         add loop argument.
9503         (final_giv_value, back_branch_in_range_p): Likewise.
9504
9505 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9506
9507         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
9508
9509 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9510
9511         * Makefile.in (c-gperf.h) : Change the "See" pointer to
9512         point to the new "generated_files" doc.
9513
9514 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9515
9516         * config/fp-bit.c (_unord_f2): Fix typo.
9517
9518 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9519
9520         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
9521         c-typeck.c, objc/objc-act.c: Remove all references to obstack
9522         functions obsoleted by GC, such as push_obstacks_nochange,
9523         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
9524         and code which existed only to decide whether or not to call
9525         them.  Remove now-unused NESTED argument from start_function;
9526         all callers changed.  Do not change behavior based on ggc_p.
9527         The use of the ixp_obstack in c-iterate.c and the util_obstack
9528         in objc/objc-act.c remain; these are not obsoleted by garbage
9529         collection.
9530         * c-tree.h: Update prototype for start_function.
9531
9532         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
9533
9534 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9535
9536         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
9537         mips16.
9538
9539 2000-01-25  Richard Henderson  <rth@cygnus.com>
9540
9541         * sparc-protos.h (select_cc_mode): Declare.
9542         * sparc.c (select_cc_mode): New.  Handle unordered compares.
9543         (output_cbranch): Always reverse via code change.  Handle
9544         unordered compares.  Factor tests and string updates.
9545         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
9546         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
9547         * sparc.md (bunordered, bordered): New.
9548         (bungt, bunlt, buneq, bunge, bunle): New.
9549
9550 2000-01-25  Richard Henderson  <rth@cygnus.com>
9551
9552         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
9553         * ggc-common.c (ggc_add_rtx_varray_root): New.
9554         (ggc_mark_rtx_varray): New.
9555         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
9556         functions down below ggc_mark_foo.
9557         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
9558
9559 2000-01-25  Richard Henderson  <rth@cygnus.com>
9560
9561         * alpha.c (secondary_reload_class): Don't allocate a secondary
9562         for integral mode memories into FLOAT_REGS.  Rearrange the more
9563         complicated memory expression inward.
9564
9565 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9566
9567         * inclhack.def: Fixes to play nicer with FreeBSD, and
9568         corrections to comments.
9569         (cxx_unready): Add select expression.
9570         (irix_sockaddr): Add bypass expression.
9571         (machine_ansi_h_va_list): New fix.
9572         (stdio_va_list): No need to edit _BSD_VA_LIST_.
9573         Split out addition of "#include <stdarg.h>" to...
9574         (stdio_stdarg_h): ... here.
9575         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
9576         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
9577         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
9578         size_t.
9579         (ultrix_ifdef): Tighten up select expression.
9580
9581         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
9582         re_ct and max_mach to avoid use of shell.  Make printed names
9583         match names in inclhack.def.  Use static copyright date.
9584         Don't count c_test and test expressions as requiring regex_t
9585         slots.  Add some commentary.
9586         * inclhack.tpl: Do not include the 'This script contains N
9587         fixup scripts' line if PROGRAM is defined.  Use static
9588         copyright date.
9589
9590 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
9591
9592         * dwarf2out.c: include "varray.h", not dyn-string.h.
9593         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
9594         (addr_const_to_string, addr_to_string): Lose.
9595         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
9596         (struct dw_val_struct): val_addr is now an rtx.
9597         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
9598         (used_rtx_varray): New varray.
9599         (dwarf2out_init): Initialize it.
9600         (save_rtx): New fn.
9601         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
9602         addr_to_string.
9603         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
9604         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
9605         * Makefile.in (dwarf2out.o): Update dependencies.
9606
9607 2000-01-24  Richard Henderson  <rth@cygnus.com>
9608
9609         * i386.c (i386_dwarf_output_addr_const): New.
9610         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
9611
9612         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
9613         if defined.
9614         * dwarfout.c (output_mem_loc_descriptor): Likewise.
9615         * i386.c (i386_simplify_dwarf_addr): New.
9616         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
9617
9618 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
9619
9620         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
9621         TYPE_STUB_DECL is NULL.
9622
9623 2000-01-24  Richard Henderson  <rth@cygnus.com>
9624
9625         * builtins.c (expand_tree_builtin): Move ...
9626         * c-common.c (expand_tree_builtin): ... here.
9627
9628 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9629
9630         * loop.h (LOOP_INFO): New accessor macro.
9631         * basic-block.h (struct loop): Rename field `info' to `aux'.
9632         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
9633         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
9634         * unroll.c (loop_iterations, unroll_loop): Likewise.
9635
9636 2000-01-24  Christopher Faylor <cgf@cygnus.com>
9637
9638         * config/i386/t-cygwin: Accomodate new winsup directory layout
9639         when searching for include files.
9640
9641 2000-01-24  Richard Henderson  <rth@cygnus.com>
9642
9643         * rtl.def: Add unordered fp comparisions.
9644         * tree.def: Likewise.
9645         * tree.h: Add ISO C 9x unordered fp comparision builtins.
9646
9647         * builtins.c (expand_tree_builtin): New function.
9648         * c-typeck.c (build_function_call): Use it.
9649         (build_binary_op): Support unordered compares.
9650         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
9651
9652         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
9653         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
9654         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
9655         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
9656         * jump.c (reverse_condition): Don't abort for UNLE etc, but
9657         return UNKNOWN.
9658         (swap_condition): Handle unordered compares.
9659         (thread_jumps): Check can_reverse before reversing.
9660         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
9661         reversed for FP.
9662
9663         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
9664         setcc is present before acking for cmp_optab.  Update all callers.
9665         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
9666         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
9667         * expr.c (expand_expr): Likewise.  Support unordered compares.
9668         (do_jump, do_store_flag): Likewise.
9669         * expr.h (enum libfunc_index): Add unordered compares.
9670
9671         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
9672         (DPBIT_FUNCS): Add _unord_df.
9673         * config/fp-bit.c (_unord_f2): New.
9674         * fp-test.c (main): Try unordered compare builtins.
9675
9676         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
9677         * alpha.c (alpha_comparison_operator): Check mode properly.
9678         (alpha_swapped_comparison_operator): Likewise.
9679         (signed_comparison_operator): Likewise.
9680         (alpha_fp_comparison_operator): New.
9681         (alpha_emit_conditional_branch): Handle unordered compares.
9682         * alpha.h (PREDICATE_CODES): Update.
9683         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
9684         (bunordered, bordered): New.
9685
9686 2000-01-24  Richard Henderson  <rth@cygnus.com>
9687
9688         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
9689         * alpha.md (movtf): New expander, insn, and splitter.
9690
9691 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
9692
9693         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
9694         dead registers.
9695
9696 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
9697
9698         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
9699         (FIXED_REGISTERS, CALL_USED_REGISTERS,
9700          REG_ALLOC_ORDER): Add frame pointer
9701         (FRAME_POINTER_REGNUM): Set to 20
9702         (HARD_FRAME_POINTER_REGNUM): New macro.
9703         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
9704         to HARD_FRAME_POINTER.
9705         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
9706         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
9707         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
9708         (HI_REGISTER_NAMES): Add "frame".
9709         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
9710         (debug_reg): Handle FRAME_POINTER_REGNUM.
9711         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
9712         GENERAL_REGS and INDEX_REGS.
9713         * i386.c (SAVED_REGS_FIRST): new macro.
9714         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
9715         (ix86_decompose_address, memory_address_length): Likewise.
9716         (regclass_map): Add frame pointer.
9717         (call_insn_operand): Handle frame_pointer_rtx.
9718         (reg_no_sp_operand): Likewise.
9719         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
9720         (print_operand, legitimize_pic_address): Fix formating.
9721         (ix86_compute_frame_size): Make static, update prototype, new
9722         parameters padding1, padding2, use ix86_nsaved_regs, use
9723         stack_alignment_needed.
9724         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
9725         to HARD_FRAME_POINTER_REGNUM conversions.
9726         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
9727         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
9728         (print_reg): Abort on FRAME_POINTER_REGNUM
9729
9730 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
9731
9732         * i386.h (PREDICATE_CODES): Add aligned_operand.
9733         * i386.c (aligned_operand): New function.
9734         (ix86_aligned_p): Kill.
9735         * i386.md (movhi_1): Emit mov for aligned operands.
9736         (promoting peep2s): Use aligned_operand.
9737
9738 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
9739
9740         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
9741         expression to allow underscores in macro names.
9742         (fix_char_macro_defines): Increment scanning pointer.
9743
9744 2000-01-23  Richard Henderson  <rth@cygnus.com>
9745
9746         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
9747         * alpha/osf5.h: New file.
9748         * configure.in (alpha-*-osf5): Add it to tm_file.
9749
9750         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
9751
9752         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
9753         (alpha_emit_xfloating_cvt, function_arg): Declare.
9754         * alpha.c (alpha_emit_conditional_branch): Call
9755         alpha_emit_xfloating_compare for TFmode compares.
9756         (alpha_lookup_xfloating_lib_func): New.
9757         (alpha_compute_xfloating_mode_arg): New.
9758         (alpha_emit_xfloating_libcall): New.
9759         (alpha_emit_xfloating_arith): New.
9760         (alpha_emit_xfloating_compare): New.
9761         (alpha_emit_xfloating_cvt): New.
9762         (print_operand): Add default abort case.
9763         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
9764         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
9765         (BIGGEST_ALIGNMENT): Increase to 128 bits.
9766         (RETURN_IN_MEMORY): True for TF/TCmode.
9767         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
9768         (FUNCTION_ARG): Move to function_arg.
9769         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
9770         (ASM_OUTPUT_LONG_DOUBLE): New.
9771         (ASM_OUTPUT_DOUBLE): Always output bits.
9772         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
9773         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
9774         (extenddftf2, trunctfdf2): New.
9775
9776 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9777
9778         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
9779         * config/sparc/sol2.h: ... here.
9780
9781 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9782
9783         * basic-block.h (struct loops): New field `levels'.
9784         * flow.c (flow_loops_level_compute): Traverse all outer loops.
9785         (flow_loop_level_compute): Initialise level to 1.
9786         (flow_loops_find): Set loops->levels.
9787         (flow_loops_dump): Print loops->levels.
9788
9789 2000-01-23  Richard Henderson  <rth@cygnus.com>
9790
9791         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
9792         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
9793
9794 2000-01-23  Richard Henderson  <rth@cygnus.com>
9795
9796         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
9797         * i386.h (DBX_REGISTER_NUMBER): Use them.
9798         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
9799         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
9800         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
9801         * i386/sequent.h: Kill incorrect comment.
9802
9803 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
9804
9805         * ggc-page.c (struct page_entry): Make `context_depth' an
9806         `unsigned short'.
9807         (struct globals): Likewise.
9808
9809 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
9810
9811         * loop.c (check_dbra_loop): When checking a loop for
9812         reversability, check the source of any stores to ensure
9813         they don't depend on an initial value.
9814
9815 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9816
9817         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
9818
9819 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
9820
9821         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
9822         'pz_scan' into scope of entire function.  Only affects
9823         compiles with -DDEBUG.
9824
9825 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
9826
9827         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
9828         section naming to that prior to 2000-01-07 patch.
9829         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
9830         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
9831         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
9832         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
9833         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
9834
9835 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
9836
9837         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
9838         constant.
9839
9840 2000-01-21  Jim Wilson  <wilson@cygnus.com>
9841
9842         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
9843         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
9844
9845 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
9846
9847         * cpphash.c (change_newlines): Delete function.
9848         (struct argdata): Delete 'newlines' and 'use_count' fields.
9849         (macroexpand): Remove code referencing those fields.
9850
9851 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9852
9853         * loop.c (loops_info): New variable.
9854         (loop_optimize): Allocate loops->array and free it on exit.
9855         Allocate memory for loops_info and assign to each loop,
9856         replacing alloca.
9857         (find_and_verify_loops): Do not allocate loops->array.
9858
9859 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
9860
9861         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
9862
9863 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
9864
9865         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
9866         pseudos if expanded after first flow.
9867         (movdi_pic_label_ref): Likewise.
9868
9869 2000-01-20  Richard Henderson  <rth@cygnus.com>
9870
9871         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
9872
9873 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
9874
9875         * Makefile.in (fixinc.sh): Depend on specs.
9876         * fixinc/Makefile.in: Add rule to create machname.h.
9877         (fixlib.o): Depend on machname.h.
9878         * fixinc/fixtests.c (machine_name): New test.
9879         * fixinc/fixfixes.c (machine_name): New fix.
9880         * fixinc/fixlib.c (mn_get_regexps): New helper function for
9881         the machine_name test and fix.
9882         * fixinc/fixlib.h: Prototype it.
9883         * fixinc/inclhack.def (machine_name): Use the C test and fix.
9884         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
9885
9886         * gcc.c (do_spec_1) [case P]: Take care not to create
9887         identifiers with three leading or trailing underscores.
9888
9889         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
9890         (fixincl): Don't specify libraries twice on link line.
9891         (gnu-regex.o): Remove special rule.
9892         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
9893         defined by config.h.  Do not define _REGEX_RE_COMP.
9894         (regcomp): Allocate and initialize a fastmap.
9895         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
9896
9897 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
9898
9899         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
9900
9901 2000-01-19  Richard Henderson  <rth@cygnus.com>
9902
9903         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
9904         arguments with BB.  Update all callers.  Tidy line wrapping.
9905
9906 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
9907
9908         * emit-rtl.c (try_split): Return last_insn if we split the
9909         last_insn.
9910
9911 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
9912
9913         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
9914         (ix86_initial_elimination_offset): Declare.
9915         * i386.c (ix86_nsaved_regs): Break out from ...
9916         (ix86_can_use_return_insn_p): ... here.
9917         (ix86_emit_save_regs): Break out from ...
9918         (ix86_expand_prologue): ... here.
9919         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
9920         out from ...
9921         (ix86_expand_epilogue): ... here.
9922         (ix86_compute_frame_size): Make static, add prototype.
9923         (ix86_initial_elimination_offset): Break out from ...
9924         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
9925
9926 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9927
9928         * recog.h (OUT_FCN): Delete.
9929
9930         * vax.md: Call `get_insn_template' instead of OUT_FCN.
9931
9932 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9933
9934         * cppalloc.c: PROTO -> PARAMS.
9935         * cpperror.c: Likewise.
9936         * cppfiles.c: Likewise.
9937         * cpplib.c: Likewise.
9938         * cpplib.h: Likewise.
9939
9940         * config/arm/arm-protos.h: PROTO -> PARAMS.
9941         * config/arm/arm.c: Likewise.
9942         * config/c4x/c4x.c: Likewise.
9943         * config/fr30/fr30-protos.h: Likewise.
9944         * config/nextstep.c: Likewise.
9945         * config/pa/pa.c: Likewise.
9946         * config/pj/pj.c: Likewise.
9947         * config/rs6000/rs6000.c: Likewise.
9948         * config/v850/v850-protos.h: Likewise.
9949         * config/v850/v850.c: Likewise.
9950
9951 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9952
9953         * i370-protos.h: New file.
9954
9955         * i370.c: Include tm_p.h.  Fix compile time warnings.
9956
9957         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
9958         warnings.
9959
9960         * i370.md: Likewise.
9961
9962 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9963
9964         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
9965         (target_isinf, target_isnan, eisnan): Mark parameter with
9966         ATTRIBUTE_UNUSED.
9967         (eiisinf): Wrap in INFINITY.
9968         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
9969         (ibmtoe): Remove unused variable `rndsav'.
9970
9971 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9972
9973         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
9974         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
9975
9976 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
9977
9978         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
9979         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
9980         (fix_char_macro_defines, fix_char_macro_uses): New functions.
9981
9982         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
9983         Recognize Emacs mode markers also.
9984         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
9985         C++ comments in C++ headers.  Call is_cxx_header only if
9986         necessary.
9987
9988         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
9989         bypass for ncurses.
9990         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
9991         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
9992         ... these, which use the new C fixes.
9993         (math_exception): Escape literal '+' in bypass expression.
9994
9995         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
9996         Regenerate.
9997
9998 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
9999
10000         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
10001         inside the MEM.
10002
10003 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10004
10005         * loop.c (loop_optimize): Allocate loop_info structure for each loop
10006         prior to calling scan_loop.
10007
10008 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10009
10010         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
10011         (split_branches, calc_live_regs): Likewise.
10012
10013 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10014
10015         * sh.md (fpu_single, fp_mode): New attributes.
10016
10017 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10018
10019         * loop.c (current_loop_info): Renamed from loop_info_data
10020         and changed to a pointer.
10021         (loop_optimize): Allocate loop_info structure for each loop
10022         and initialise to zero.
10023         (scan_loop): Set current_loop_info.
10024
10025         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
10026         on iteration_var.
10027
10028 2000-01-19  Richard Henderson  <rth@cygnus.com>
10029
10030         * stupid.c: Die die die.
10031         * Makefile.in (OBJS): Remove stupid.o.
10032         (stupid.o): Likewise.
10033
10034         * except.c (emit_eh_context): Don't emit USEs for stupid.
10035         * explow.c (probe_stack_range): Likewise.
10036         * flags.h (obey_regdecls): Remove.
10037         * flow.c (find_basic_blocks): Don't run try_merge_blocks
10038         when not optimizing.
10039         (life_analysis): Limit data collection when not optimizing.
10040         (mark_regs_live_at_end): Always mark the return value registers.
10041         (mark_used_regs): Remove dummy RETURN case.
10042         (print_rtl_with_bb): Don't consult obey_regdecls.
10043         * function.c (use_variable, use_variable_after): Remove.
10044         (assign_parms): Consult optimize not obey_regdecls.
10045         (expand_function_start): Don't emit USEs for stupid.
10046         (expand_function_end): Likewise.
10047         * global.c (build_insn_chain): Export.
10048         * integrate.c (expand_inline_function): Kill return-value USE
10049         handling code.
10050         * jump.c (jump_optimize_1): Do simple jump optimizations and
10051         dead code elimination.
10052         (calculate_can_reach_end): Remove check_deleted argument.
10053         (delete_insn): Patch out insns even when not optimizing.
10054         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
10055         * rtl.h (use_variable, use_variable_after): Remove declarations.
10056         (build_insn_chain): Declare.
10057         * stmt.c (expand_value_return): Don't emit USEs for stupid.
10058         (expand_end_bindings): Likewise.
10059         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
10060         * toplev.c (obey_regdecls): Remove.
10061         (rest_of_compilation): Don't set it.  Kill stupid in favour of
10062         flow1, local-alloc, and reload.
10063         (main): Don't set obey_regdecls.
10064
10065         * config/nextstep.c (handle_pragma): Likewise.
10066
10067         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
10068
10069         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
10070
10071 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10072
10073         * alpha-protos.h: PROTO -> PARAMS.
10074         * alpha.c: Likewise.
10075         * elf.h: Likewise.
10076         * h8300.c: Likewise.
10077         * i386-protos.h: Likewise.
10078         * i386.c: Likewise.
10079         * m32r-protos.h: Likewise.
10080         * m32r.c: Likewise.
10081         * mips.c: Likewise.
10082         * mips.md: Likewise.
10083         * gmon-sol2.c: Likewise.
10084         * sparc.c: Likewise.
10085
10086 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10087
10088         * ns32k-protos.h: New file.
10089
10090         * ns32k.c: Fix compile time warnings.
10091
10092         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
10093         warnings.
10094
10095         * ns32k.md: Likewise.
10096
10097 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10098
10099         * vax-protos.h: New file.
10100
10101         * vax.c: Fix compile time warnings.
10102
10103         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
10104         warnings.
10105
10106         * vax.md: Likewise.
10107
10108         * vaxv.md: Likewise.
10109
10110 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10111
10112         * romp-protos.h: New file.
10113
10114         * romp.c: Fix compile time warnings.
10115
10116         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
10117         warnings.
10118
10119         * romp.md: Likewise.
10120
10121 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10122
10123         * we32k-protos.h: New file.
10124
10125         * we32k.c: Fix compile time warnings.
10126
10127         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
10128         warnings.
10129
10130 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10131
10132         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
10133
10134         * except.c (eh_regs): Likewise.
10135
10136         * final.c (output_operand): Likewise.
10137
10138         * fold-const.c (target_isinf, target_isnan): Likewise.
10139
10140 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
10141
10142         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
10143         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
10144
10145         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
10146         when optimize_size.
10147         (clrstrsi): Rewrite.
10148         (strsethi, strsetqi): New expanders.
10149         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
10150         (cmpstrsi): Emit compare insn before cmpstrsi_1
10151         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
10152         (strlensi_1): Likewise.
10153         (cmpstrsi_1): Likewise; do not output compare.
10154         (strlen expander): Do not unroll when optimizing for size.
10155         (*subsi3_carry): Rename to subsi3_carry
10156         (addqi3_cc): New pattern.
10157         * i386.h (processor_costs): Add move_ratio field.
10158         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
10159         * i386.c (*_cost): Set move_ratio.
10160         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
10161         (x86_expand_strlensi_1): Rewrite the main loop.
10162
10163 2000-01-17  Richard Henderson  <rth@cygnus.com>
10164
10165         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
10166         * cse.c (find_comparison_args, fold_rtx): Likewise.
10167         * integrate.c (subst_constants): Likewise.
10168         * loop.c (get_condition): Likewise.
10169
10170         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
10171
10172         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
10173
10174 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10175
10176         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
10177         (RESTORE_WARN_FLAGS): Unpack it.
10178         Change semantic type of extension to ttype.
10179         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
10180         * c-parse.y, c-parse.c, objc/objc-parse.y,
10181         objc/objc-parse.c: Regenerate.
10182
10183 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
10184
10185         * fixinc/fixlib.c: Add copyright notice.
10186         (compile_re): New function.
10187         * fixinc/fixlib.h: Prototype compile_re.
10188
10189         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
10190         Use compile_re to compile regular expressions.
10191
10192         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
10193         where the pattern matched.
10194
10195         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
10196         use 'replace'.
10197         (ultrix_ansi_compat): Likewise.
10198         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
10199         add egrep test.
10200         (interactv_add2, interactv_add3): Delete.
10201         (x11_sprintf): Don't use filename glob.
10202         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
10203         Regenerate.
10204
10205 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10206
10207         * print-rtl.c: PROTO -> PARAMS.
10208         * real.c: Likewise.
10209         * reg-stack.c: Likewise.
10210         * resource.c: Likewise.
10211         * sdbout.h: Likewise.
10212         * simplify-rtx.c: Likewise.
10213         * stor-layout.c: Likewise.
10214         * stupid.c: Likewise.
10215         * xcoffout.c: Likewise.
10216         * xcoffout.h: Likewise.
10217
10218 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10219
10220         * toplev.c: PROTO -> PARAMS.
10221         * toplev.h: Likewise.
10222         * tree.c: Likewise.
10223         * tree.h: Likewise.
10224         * unroll.c: Likewise.
10225         * varasm.c: Likewise.
10226         * varray.c: Likewise.
10227         * varray.h: Likewise.
10228
10229 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10230
10231         * reload.c: PROTO -> PARAMS.
10232         * reload.h: Likewise.
10233         * reload1.c: Likewise.
10234         * reorg.c: Likewise.
10235         * resource.h: Likewise.
10236         * rtl.c: Likewise.
10237         * rtl.h: Likewise.
10238         * rtlanal.c: Likewise.
10239         * sbitmap.h: Likewise.
10240         * sdbout.c: Likewise.
10241         * stack.h: Likewise.
10242         * stmt.c: Likewise.
10243         * system.h: Likewise.
10244
10245 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10246
10247         * machmode.h: PROTO -> PARAMS.
10248         * mbchar.h: Likewise.
10249         * mips-tdump.c: Likewise.
10250         * mips-tfile.c: Likewise.
10251         * optabs.c: Likewise.
10252         * output.h: Likewise.
10253         * prefix.c: Likewise.
10254         * profile.c: Likewise.
10255         * protoize.c: Likewise.
10256         * real.h: Likewise.
10257         * recog.c: Likewise.
10258         * recog.h: Likewise.
10259         * regclass.c: Likewise.
10260         * regmove.c: Likewise.
10261         * regs.h: Likewise.
10262
10263 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10264
10265         * ggc-common.c: PROTO -> PARAMS.
10266         * ggc-page.c: Likewise.
10267         * ggc-simple.c: Likewise.
10268         * ggc.h: Likewise.
10269         * global.c: Likewise.
10270         * graph.c: Likewise.
10271         * gthr-win32.h: Likewise.
10272         * haifa-sched.c: Likewise.
10273         * halfpic.h: Likewise.
10274         * integrate.c: Likewise.
10275         * integrate.h: Likewise.
10276         * jump.c: Likewise.
10277         * lcm.c: Likewise.
10278         * local-alloc.c: Likewise.
10279         * loop.c: Likewise.
10280         * loop.h: Likewise.
10281
10282 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10283
10284         * genattr.c: PROTO -> PARAMS.
10285         * genattrtab.c: Likewise.
10286         * gencheck.c: Likewise.
10287         * gencodes.c: Likewise.
10288         * genconfig.c: Likewise.
10289         * genemit.c: Likewise.
10290         * genextract.c: Likewise.
10291         * genflags.c: Likewise.
10292         * gengenrtl.c: Likewise.
10293         * genopinit.c: Likewise.
10294         * genoutput.c: Likewise.
10295         * genpeep.c: Likewise.
10296         * genrecog.c: Likewise.
10297
10298 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
10299
10300         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
10301
10302 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10303
10304         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
10305         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
10306         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
10307         * configure, config.in: Rebuilt.
10308
10309 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
10310
10311         * config/i386/i386.md: Add peephole to merge successive stack
10312         adjusts.
10313
10314 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
10315
10316         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
10317         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
10318         when walking backwards to find all the parameter loads when
10319         the basic block ends in a call.
10320
10321 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10322
10323         * loop.c (this_loop_info): Delete.
10324         (uid_loop): Add in place of uid_loop_num.  All uses updated.
10325         (loop_number_exit_count): Delete and replace with entry in loop
10326         structure.  All uses updated.
10327         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10328         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10329         (loop_outer_loop): Likewise.
10330         (loop_invalid, loop_number_exit_labels): Likewise.
10331         (loop_used_count_register): Delete and replace with entry in
10332         loop_info structure.
10333         (find_and_verify_loops): Add loops argument.
10334         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
10335         loop_end, etc. arguments with loop structure pointer.  All callers
10336         changed.
10337         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
10338         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
10339         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
10340         (insert_bct): Likewise.
10341         (basic_induction_var): New argument level.
10342         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
10343         vtop, and cont.  Add used_count_register.
10344         (uid_loop): Delete declaration.
10345         (loop_number_exit_count): Likewise.
10346         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10347         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10348         (loop_outer_loop, loop_used_count_register): Likewise.
10349         (loop_invalid, loop_number_exit_labels): Likewise.
10350         (unroll_loop): Replace loop_start and loop_end arguments
10351         with loop structure pointer.
10352         (loop_precondition_p, loop_iterations): Likewise.
10353         Include basic-block.h.
10354         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
10355         with loop structure pointer.
10356         (loop_precondition_p, loop_iterations): Likewise.
10357         * basic-block.h (struct loop): New entries vtop, cont,
10358         cont_dominator, start, end, top, scan_start, exit_labels,
10359         exit_count.
10360         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
10361
10362 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10363
10364         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
10365
10366 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
10367
10368         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
10369
10370 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10371
10372         * pdp11-protos.h: New file.
10373
10374         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
10375         time warnings.
10376
10377         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
10378         warnings.
10379
10380         * pdp11.md: Likewise.
10381
10382         * 2bsd.h: Likewise.
10383
10384 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10385
10386         * mn10300-protos.h: New file.
10387
10388         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10389         time warnings.
10390
10391         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
10392         warnings.
10393
10394         * mn10300.md: Likewise.
10395
10396 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10397
10398         * mn10200-protos.h: New file.
10399
10400         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
10401         time warnings.
10402
10403         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
10404         warnings.
10405
10406         * mn10200.md: Likewise.
10407
10408 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10409
10410         * h8300-protos.h: New file.
10411
10412         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10413         time warnings.
10414
10415         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
10416         warnings.
10417
10418         * h8300.md: Likewise.
10419
10420 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10421
10422         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
10423         (asm_emit_uninitialised): Likewise.
10424
10425 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
10426
10427         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
10428         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
10429
10430 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10431
10432         * config/mips/mips.c (override_options): Don't turn on extra
10433         alignment for mips16.
10434
10435 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10436
10437         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
10438         eabi, and make sure queued POSTINCREMENT rtl is emitted at
10439         the right point.
10440
10441 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10442
10443         * builtins.c (PAD_VARARGS_DOWN): Define.
10444         (std_expand_builtin_va_arg): Use the above macro.
10445         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
10446         * tm.texi (Register Arguments): Document the above macro.
10447
10448 2000-01-14  Nick Clifton  <nickc@cygnus.com>
10449
10450         * emit-rtl.c (emit_insn): If checking is enabled, make sure
10451         that this function has not been used to emit a jump
10452         instruction.
10453
10454         * jump.c (return_jump_1): Cope with being passed a null rtx.
10455
10456 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10457
10458         * eh-common.h: PROTO -> PARAMS.
10459         * emit-rtl.c: Likewise.
10460         * errors.c: Likewise.
10461         * errors.h: Likewise.
10462         * except.c: Likewise.
10463         * except.h: Likewise.
10464         * explow.c: Likewise.
10465         * expmed.c: Likewise.
10466         * expr.c: Likewise.
10467         * expr.h: Likewise.
10468         * final.c: Likewise.
10469         * fix-header.c: Likewise.
10470         * flow.c: Likewise.
10471         * fold-const.c: Likewise.
10472         * function.c: Likewise.
10473         * function.h: Likewise.
10474         * gcc.c: Likewise.
10475         * gcov-io.h: Likewise.
10476         * gcov.c: Likewise.
10477         * gcse.c: Likewise.
10478
10479 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10480
10481         * sh-protos.h: New file.
10482
10483         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
10484         Add static prototypes.  Fix compile time warnings.
10485
10486         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
10487         * sh.md: Likewise.
10488         * elf.h: Likewise.
10489
10490 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10491
10492         * arc-protos.h: New file.
10493
10494         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
10495         time warnings.
10496
10497         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
10498         warnings.
10499
10500         * arc.md: Likewise.
10501
10502 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10503
10504         * dsp16xx-protos.h: New file.
10505
10506         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
10507         time warnings.
10508
10509         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
10510         warnings.
10511
10512         * dsp16xx.md: Likewise.
10513
10514 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10515
10516         * convex-protos.h: New file.
10517
10518         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
10519         time warnings.
10520
10521         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
10522         warnings.
10523
10524 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10525
10526         * elxsi-protos.h: New file.
10527
10528         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
10529         time warnings.
10530
10531         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
10532         warnings.
10533
10534         * elxsi.md: Likewise.
10535
10536 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10537
10538         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
10539         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
10540         match the comment for MIPS16.
10541
10542 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
10543
10544         * flow.c (split_edge): Do not call set_block_for_insn if we
10545         do not have a basic_block_for_insn structure.
10546
10547         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
10548         and destination functions are 32bit aligned within the trampoline.
10549         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
10550         (TRAMPOLINE_ALIGNMENT): Define.
10551
10552         * cse.c (cse_insn): When changing (set (pc) (reg)) to
10553         (set (pc) (label_ref)), verify the change creates a valid insn.
10554
10555         * fr30.c (call_operand): Tighten and rework to match rules for
10556         call RTL expressions.
10557         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
10558         * fr30.md (call patterns): Improve constraints.
10559
10560 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
10561
10562         * fr30.c (fr30_expand_epilogue): Revert last change.
10563         Use emit_jump_insn for the return insn.
10564
10565 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
10566                           Stan Cox  <scox@cygnus.com>
10567
10568         * predict.c: New file. Preliminary infrastructure work for static
10569         branch prediction and basic block reordering.
10570         * basic-block.h: Add prototype for estimate_probability.
10571         * Makefile.in: Add rules for predict.o.
10572
10573 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
10574
10575         * fixincludes (va_list): Use __not_va_list__ for the dummy.
10576         * fixinc/*: Likewise.
10577
10578 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10579
10580         * cccp.c: PROTO -> PARAMS.
10581         * cexp.y: Likewise.
10582         * collect2.c: Likewise.
10583         * combine.c: Likewise.
10584         * convert.h: Likewise.
10585         * cse.c: Likewise.
10586         * dbxout.c: Likewise.
10587         * dbxout.h: Likewise.
10588         * diagnostic.c: Likewise.
10589         * doprint.c: Likewise.
10590         * dwarf2out.c: Likewise.
10591         * dwarf2out.h: Likewise.
10592         * dwarfout.c: Likewise.
10593         * dwarfout.h: Likewise.
10594         * dyn-string.h: Likewise.
10595
10596 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10597
10598         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
10599         macro conditionals guarding use.
10600
10601         * dwarf2out.c: Include "tm_p.h".
10602
10603         * function.c (locate_and_pad_parm): Mark parameter with
10604         ATTRIBUTE_UNUSED.
10605         (expand_function_end): Likewise for variable `context'.
10606
10607         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
10608
10609 2000-01-13  Nick Clifton  <nickc@cygnus.com>
10610
10611         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
10612         register to prevent compile time warnings.
10613
10614 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
10615
10616         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
10617         to avoid -Wtraditional warning.
10618
10619 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10620
10621         * 1750a-protos.h: New file.
10622
10623         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
10624         time warnings.
10625
10626         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
10627         warnings.
10628
10629         * 1750a.md: Likewise.
10630
10631 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10632
10633         * a29k-protos.h: New file.
10634
10635         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10636         time warnings.
10637
10638         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
10639         warnings.
10640
10641 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10642
10643         * clipper-protos.h: New file.
10644
10645         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
10646         time warnings.
10647
10648         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
10649         warnings.
10650
10651 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10652
10653         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
10654
10655 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
10656
10657         * configure.in (--enable-new-gxx-abi): New option.
10658         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
10659         * Makefile.in (GXX_ABI_FLAG): New variable.
10660         * configure: Regenerate.
10661
10662 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10663
10664         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
10665         * tm.texi (FORCE_STRUCT_BLK): Document.
10666         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
10667
10668 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
10669
10670         * config/ns32k/ns32k.md: Revert Jan 9 change.
10671
10672         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
10673         to a mode-test, if the predicate is address_operand.
10674
10675 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
10676
10677         * combine.c (if_then_else_cond): Be careful about what kinds
10678         of RTL expressions are passed to operand_subword.
10679
10680         * flow.c (split_edge): If we have to insert a new jump, make
10681         sure to associate it with a basic block.
10682
10683         * flow.c (commit_one_edge_insertion): A block with one successor
10684         can end in a JUMP_INSN that is not a simplejump.
10685
10686 2000-01-12  Robert Lipe  <robertl@sco.com>
10687
10688         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
10689         (BUILD_VA_LIST_TYPE): Define.
10690         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
10691         with crtstuff.c.
10692
10693 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
10694
10695         * cccp.c (do_pragma): Add cast to (char *).
10696
10697 2000-01-12  Richard Henderson  <rth@cygnus.com>
10698             Fred Fish  <fnf@be.com>
10699             Jason Merrill  <jason@cygnus.com>
10700
10701         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
10702         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
10703         * i386/beos-elf.h, i386/beos-pe.h: New files.
10704
10705         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
10706         * cross-make (SYSTEM_HEADER_DIR): Define using
10707         CROSS_SYSTEM_HEADER_DIR.
10708
10709         * gcc.c (LIBRARY_PATH_ENV): Provide default.
10710         (process_command): Use it.
10711         (main): Likewise.  Kill trailing = from env vars.
10712         (build_search_list): Put it back.
10713         * collect2.c (main): Use LIBRARY_PATH_ENV.
10714
10715         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
10716         * toplev.c: Use NEED_DECLARATION_ENVIRON.
10717
10718         * tm.texi (Frame Layout): Document SMALL_STACK.
10719         * c-common.c (c_common_nodes_and_builtins): Check it.
10720
10721         * system.h: Undef alloca after including glibc's <stdlib.h>,
10722         if USE_C_ALLOCA is defined.
10723
10724         * gcc.c (set_input): New fn.
10725         (main): After all input files are compiled, reset the input file
10726         info to the first.
10727
10728         * aclocal.m4 (rindex, index): If already defined, don't attempt
10729         to redefine.
10730
10731         * ginclude/varargs.h: (__va_list__): Define ifndef.
10732         * ginclude/stdarg.h: Likewise.
10733
10734         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
10735         instead of unsigned char.
10736
10737         * hash.h (true, false, boolean): Undef before enum.
10738
10739         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
10740         proper type of "HOST_WIDE_INT *", rather than their natural type of
10741         "unsigned HOST_WIDE_INT *".
10742
10743 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10744
10745         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
10746
10747         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
10748
10749         * regclass.c (choose_hard_reg_mode): Likewise.
10750
10751         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
10752
10753         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
10754
10755 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10756
10757         * c-common.c: PROTO -> PARAMS.
10758         * c-common.h: Likewise.
10759         * c-decl.c: Likewise.
10760         * c-iterate.c: Likewise.
10761         * c-lang.c: Likewise.
10762         * c-lex.c: Likewise.
10763         * c-lex.h: Likewise.
10764         * c-parse.in: Likewise.
10765         * c-pragma.c: Likewise.
10766         * c-pragma.h: Likewise.
10767         * c-tree.h: Likewise.
10768         * c-typeck.c: Likewise.
10769         * objc/objc-act.c: Likewise.
10770         * objc/objc-act.h: Likewise.
10771
10772 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10773
10774         * m88k-protos.h: New file.
10775
10776         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10777         time warnings.
10778
10779         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
10780
10781         * m88k.md: Likewise.
10782
10783         * tekXD88.h: Likewise.
10784
10785 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10786
10787         * m68k-protos.h: New file.
10788
10789         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10790         time warnings.
10791
10792         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
10793
10794         * mot3300.h: Likewise.
10795
10796 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
10797
10798         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
10799         extract_bitlst.
10800         (extract_bitlist): Declare bitlen.
10801
10802 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
10803
10804         * cccp.c: Accept and ignore -lang-fortran.
10805
10806         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
10807         qualifiers don't match at any level of pointerness.
10808
10809 2000-01-12  Robert Lipe  <robertl@sco.com>
10810
10811         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
10812
10813 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
10814
10815         * reload1.c (reload_reg_unavailable): New static variable.
10816         (reload_reg_free_p): Test it.
10817         (reload_reg_free_for_value_p): Test it instead of
10818         reload_reg_used.
10819         (choose_reload_regs_init): Compute it.
10820
10821 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
10822
10823         * reorg.c (fill_slots_from_thread): Check modified_in_p
10824         before replacing.
10825
10826 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
10827
10828         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
10829         these nodes even if INTERNALS is not set.
10830
10831 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
10832
10833         * gcse.c (delete_null_pointer_checks_1): Cope when
10834         get_condition cannot determine the condition.
10835
10836 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
10837
10838         * toplev.h (set_message_length): Declare.
10839
10840         * diagnostic.c (obstack_chunk_alloc): Define macro.
10841         (obstack_chunk_free): Likewise.
10842         (struct output_buffer): New data structure.
10843         (vmessage): Remove.
10844         (output_maximum_width): New variable.
10845         (doing_line_wrapping, set_message_length, init_output_buffer,
10846         get_output_prefix, output_space_left, emit_output_prefix,
10847         output_newline, output_append, output_puts, dump_output,
10848         vbuild_message_string, build_message_string, build_location_prefix,
10849         voutput_notice, output_printf, line_wrapper_printf,
10850         vline_wrapper_message_with_location):  New functions. Implement
10851         automatic line wrapping.
10852         (v_message_with_decl): Make it handle automatic line wrapping.
10853         (v_error_with_file_and_line): Likewise.
10854         (v_warning_with_file_and_line): Likewise.
10855         (announce_function): Likewise.
10856         (default_print_error_function): Likewise.
10857
10858 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
10859
10860         * cpplib.h (struct cpp_options): Change lang_asm to char.
10861         Add lang_fortran.
10862         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
10863         done in cpp_handle_option now.
10864         (initialize_builtins): Take out special case code used only by
10865         __STDC_VERSION__.
10866         (cpp_handle_option): Turn off trigraphs and trigraph warnings
10867         if -traditional.  Recognize -lang-fortran and set
10868         lang_fortran, also turn off cplusplus_comments.
10869         (print_help): Document -lang-fortran.
10870         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
10871         lang_asm. Ignore all directives other than `# 123 "file"' if
10872         CPP_PREPROCESSED.
10873         (cpp_get_token): If -traditional, don't recognize directives
10874         unless the # is in column 1.
10875         (parse_string): If lang_fortran or lang_asm, silently
10876         terminate strings ('' or "") at end of line.
10877         Remove unnecessary braces.
10878
10879 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10880             Richard Henderson  <rth@cygnus.com>
10881
10882         * resource.c (mark_referenced_resources): Mark a set strict_low_part
10883         as used.
10884         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
10885         strict_low_part when possible.
10886
10887 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10888
10889         * alias.c: PROTO -> PARAMS.
10890         * basic-block.h: Likewise.
10891         * bitmap.c: Likewise.
10892         * bitmap.h: Likewise.
10893         * builtins.c: Likewise.
10894         * c-aux-info.c: Likewise.
10895         * caller-save.c: Likewise.
10896         * calls.c: Likewise.
10897
10898 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10899
10900         * Makefile.in (toplev.o): Depend on regs.h.
10901
10902         * output.h (tdesc_section): Prototype.
10903
10904         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
10905
10906         * sdbout.c: Include "tm_p.h".
10907
10908         * toplev.c: Include "regs.h".
10909
10910 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
10911
10912         * unroll.c (unroll_loop): Add EH support.
10913
10914 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10915
10916         * pa-protos.h: New file.
10917
10918         * pa.c: Include recog.h and tm_p.h.
10919         (compute_zdepwi_operands, compute_movstrsi_length,
10920         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
10921         find_addr_reg, import_milli): Add static prototypes.
10922         (pa_cpu_string, pa_arch_string): Constify a char*.
10923         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
10924         (read_only_operand): Add argument `mode'.
10925         (singlemove_string, output_move_double, output_fp_move_double,
10926         output_block_move, output_and, output_ior, output_ascii,
10927         remove_useless_addtr_insns, milli_names, output_mul_insn,
10928         output_div_insn, output_mod_insn, output_arg_descriptor,
10929         output_cbranch, output_bb, output_bvb, output_dbra, ,
10930         output_millicode_call, output_call, hppa_encode_label,
10931         output_parallel_movb, output_parallel_addb): Constify a char*.
10932         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
10933         (output_parallel_addb): Remove extra arg to `constrain_operands'
10934
10935         * pa.h:  Move all prototypes to pa-protos.h.
10936         (pa_cpu_string, pa_arch_string): Constify a char*.
10937         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
10938
10939         * pa.md: Call `function_label_operand' with mode argument.
10940         Likewise for `read_only_operand'.
10941         Fix nesting of parens in call to `symbolic_operand'.
10942
10943 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10944
10945         * i860-protos.h: New file.
10946
10947         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
10948         time warnings.
10949
10950         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
10951
10952         * i860.md: Likewise.
10953
10954 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
10955
10956         * i386.md (movstrsi expander): Rewrite.
10957         (movstrsi_1 insn): Deleted.
10958         (strmovhi, strmovqi expander): New expanders.
10959         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
10960         * i386.c (x86_single_stringop): New global variable.
10961         * i386.h (x86_single_stringop): Declare.
10962         (TARGET_SINGLE_STRINGOP): New macro.
10963
10964 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
10965
10966         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
10967         integer vararg POSTINCREMENT before the destination of the jump
10968         for the hard fp case.
10969         (function_arg_pass_by_reference): Pass a copy of CUM to
10970         FUNCTION_ARG.
10971
10972         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
10973         for CONSTANT_ADDRESS_P above while loop for subreg.
10974
10975 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
10976
10977         * flow.c (propagate_block): When a prologue/epilogue insn
10978         is marked dead, unconditionally clear libcall_is_dead and
10979         insn_is_dead, and only dump rtl if warnings aren't being
10980         suppressed.
10981
10982 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
10983
10984         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
10985         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
10986         (FIXED_REGISTERS): Set dirflag as fixed.
10987         (CALL_USED_REGISTERS): Set dirflag as used.
10988         (REG_ALLOC_ORDER): Set dirflag as last one.
10989         (DIRFLAG_REG): New macro.
10990         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
10991         (HI_REGISTER_NAMES): Add dirflag.
10992         (DEBUF_PRINT_REG): Handle dirflag.
10993         * i386.md (type attribute): New cld and str types.
10994         (length_opcode attribute): Set cld and str to 1.
10995         (memory attribute): Set str to unknown - it is not clear from the
10996         patterns.
10997         (pent_np function unit): Prefixed string operations takes 12 cycles
10998         minimally; cld takes 2 cycles.
10999         (ppro_uops attribute): Str is "many" and cld is "few".
11000         (ppro_p0 unit): Handle cld here.
11001         (k6_alux unit): Handle cld and str types.
11002         (k6_load unit): It is ocupied by str opcodes.
11003         (k6_store unit): It is ocupied by str opcodes.
11004         (athlon_decode): Str is vector decoded.
11005         (athlon_ieu): Handle str and cld.
11006         (cld pattern): New.
11007         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
11008         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
11009         cmpstrsi_nz_1 insn): Do not output cld instruction
11010
11011 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
11012
11013         * gcc.texi (G++ and GCC): Add Java and Chill.
11014         (Bug Critera): Don't list languages.
11015
11016         * gcc.texi (Incompatibilities): No longer claim most C compilers
11017         are K&R.
11018
11019         * gcc.texi (G++ and GCC): Update other front-ends list.
11020
11021 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
11022
11023         * i386.c (ix86_expand_setcc): Fix typo.
11024         (ix86_expand_movcc): Similarly.
11025
11026         * Band-aid until haifa's bitset implementation is nuked.
11027         * haifa-sched.c (extract_bitlst): New parameter for size of the
11028         bitset in bits.  All callers changed.  Avoid looking at undefined
11029         bits in the bitset.
11030         (edgeset_bitsize): New variable.
11031         (schedule_region): Initialize edgeset_bitsize.
11032
11033 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11034
11035         * Makefile.in (optabs.o): Depend on real.h
11036         (resource.o): Depend on insn-attr.h
11037
11038         * builtins.c (result_vector): Wrap prototype in macro conditions
11039         governing definition and use.
11040
11041         * c-common.c: Include tm_p.h.
11042
11043         * c-lex.c: Likewise.
11044
11045         * elfos.h: Constify a char*.
11046
11047         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
11048         (get_attr_length, shorten_branches, profile_after_prologue): Mark
11049         parameter with ATTRIBUTE_UNUSED.
11050
11051         * fold-const.c (exact_real_inverse): Wrap variable `i' in
11052         CHECK_FLOAT_VALUE.
11053
11054         * haifa-sched.c (schedule_insns): Mark parameter with
11055         ATTRIBUTE_UNUSED.
11056
11057         * optabs.c: Include real.h.
11058
11059         * real.h (ereal_atof): Add prototype arguments.
11060
11061         * resource.c: Include insn-attr.h.
11062
11063         * sdbout.c (sdbout_queue_anonymous_type,
11064         sdbout_dequeue_anonymous_types): Wrap in macro
11065         SDB_ALLOW_FORWARD_REFERENCES.
11066         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
11067         ATTRIBUTE_UNUSED.
11068
11069         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
11070
11071         * stupid.c: Include tm_p.h.
11072
11073         * tree.c (real_value_from_int_cst): Mark parameter with
11074         ATTRIBUTE_UNUSED.
11075
11076 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11077
11078         * i960-protos.h: New file.
11079
11080         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
11081         time warnings.
11082
11083         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
11084
11085 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11086
11087         * combine.c (expand_field_assignment): Do not discard SUBREGs
11088         while computing nonzero_bits.
11089
11090 2000-01-09  Nick Clifton  <nickc@cygnus.com>
11091
11092         * config/arm/arm.c: Fix compile time warnings about signed vs
11093         unsigned constants.
11094         * config/arm/arm.h: Fix compile time warnings about signed vs
11095         unsigned constants.
11096
11097 2000-01-09  Philip Blundell  <philb@gnu.org>
11098
11099         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
11100         than `ldm' with only one register.
11101         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
11102         only one register.
11103
11104         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
11105         clobbered.
11106
11107 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
11108
11109         * config/ns32k/ns32k.md (load or push effective address): Operand 1
11110         must have SImode.
11111
11112 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11113
11114         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
11115         assignment used as truth value.
11116
11117         * function.c (assign_temp): Mark parameter `dont_promote' with
11118         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
11119         PROMOTE_FOR_CALL_ONLY.
11120
11121         * genrecog.c (write_subroutine): Mark variable `operands' with
11122         ATTRIBUTE_UNUSED.
11123
11124         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
11125         ATTRIBUTE_UNUSED.
11126
11127         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
11128         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
11129
11130         * toplev.c (note_deferral_of_defined_inline_function): Likewise
11131         for `decl'.
11132
11133 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11134
11135         * config/c4x.h: Tidy up comments.
11136         * config/c4x.c: Likewise.
11137
11138 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
11139
11140         * fold-const.c (lshift_double, rshift_double): Handle
11141         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
11142
11143 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11144
11145         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
11146         in prepare_function_start().
11147
11148 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
11149
11150         * config/v850/v850.c (expand_epilogue): Interrupt functions no
11151         longer allocate extra stack for function calls.
11152
11153 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11154
11155         * config/c4x/c4x.md (*subqf3_set): Fix typo.
11156
11157 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11158
11159         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
11160
11161 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
11162
11163         * rs6000.c (processor_target_table): Add power3 as alias for 630.
11164         * aix43.h: Revert Aug 2 change.
11165         (HAS_INIT_SECTION): Define, not visible yet.
11166         (LD_INIT_SWITCH): Define, not visible yet.
11167         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
11168
11169         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
11170
11171         * collect2.c (main): Expand ld2 size further.
11172         (export_object_lst): Cast assignment to avoid warning.
11173         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
11174         (scan_prog_file, COFF): Do not collect initialization or
11175         finalization functions generated for entire shared object if
11176         init/fini support present.
11177
11178 2000-01-07  Nick Clifton  <nickc@cygnus.com>
11179
11180         * config/elfos.h: Tidy up formatting of marcos.  Make sure
11181         that .section directives are always prefixed by a tab.
11182
11183         * config/svr4.h: Add #include "elfos.h" and remove duplicate
11184         definitions.
11185
11186 2000-01-07  Matt Austern  <austern@sgi.com>
11187
11188         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
11189         expon.
11190
11191 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
11192
11193         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
11194         crtstuff.c.
11195         (crtbegin.o, s-crtS): Likewise.
11196
11197 2000-01-06  Richard Henderson  <rth@cygnus.com>
11198
11199         * alpha.md (adddi_2+1): Limit offset such that it will be
11200         loadable with a single ldah+lda pair.
11201         (adddi_2+2): Explicitly fail split if we can't make it work.
11202
11203 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
11204
11205         * protoize.c: Conditionally include unistd.h.
11206         (IS_SAME_PATH_CHAR): New macro.
11207         (IS_SAME_PATH): New macro.
11208         (CPLUS_FILE_SUFFIX): New macro.
11209         (cplus_suffix): New static variable.
11210         (is_abspath): New static function.
11211         (in_system_include_dir): Handle DOS style pathnames.
11212         (file_could_be_converted): Likewise.
11213         (file_normally_convertible): Likewise.
11214         (directory_specified_p): Likewise.
11215         (file_excluded_p): Likewise.
11216         (abspath): Likewise.
11217         (shortpath): Likewise.
11218         (referenced_file_is_newer): Likewise.
11219         (save_def_or_dec): Likewise.
11220         (do_processing): Likewise.
11221         (main): Likewise.
11222         (edit_file): Likewise. Use rename instead of link.
11223         (rename_c_file): Likewise. Don't rename syscalls file.
11224         (munge_compile_params): Define null device for DOS based systems.
11225         (process_aux_info_file): Use binary mode if appliable.
11226         (edit_file): Likewise.
11227         * invoke.texi (Running Protoize): Document C++ suffixes used.
11228
11229         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
11230         IS_DIR_SEPARATOR macros.
11231         * collect2.c: Likewise.
11232         * cppinit.c: Likewise.
11233         * dwarf2out.c: Likewise.
11234         * gcc.c: Likewise.
11235         * gcov.c: Likewise.
11236         * prefix.c: Likewise.
11237         * rtl.c: Likewise.
11238         * toplev.c: Likewise.
11239         * system.h: And move to here.
11240
11241         * prefix.c (update_path): Fix typo in variable name.
11242
11243 2000-01-06  Richard Henderson  <rth@cygnus.com>
11244
11245         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
11246         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
11247         (count_reg_sets_1, count_reg_references): Likewise.
11248         (flow_loops_level_compute): Start counting actual loop depth at 1.
11249         (flow_loops_find): Likewise.
11250         * local-alloc.c (update_equiv_regs): Likewise.
11251         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
11252
11253 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11254
11255         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
11256         FIRST_PSEUDO_REGISTER
11257         * dwarf2out.c: Don't include frame.h
11258         * dwarfout.c: Likewise
11259         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
11260         frame.h
11261
11262 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
11263
11264         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
11265         dead registers.
11266
11267         * i386.c (movsf splitter): Fix typo in my last checkin.
11268
11269 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11270
11271         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
11272         own definition of this macro.
11273         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
11274         flag_data_sections or UNIQUE_SECTION_P are true.
11275
11276         * tm.texi (UNIQUE_SECTION): Document that it can be called for
11277         unitialised data decls.
11278
11279         * config/i386/winnt.c (i386_pe_unique_section): Cope with
11280         being called for uninitialised data.
11281
11282         * config/i386/interix.c (i386_pe_unique_section): Cope with
11283         being called for uninitialised data.
11284
11285         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
11286         for uninitialised data.
11287
11288         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
11289         for uninitialised data.
11290
11291         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
11292         for uninitialised data.
11293
11294         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
11295         (UNIQUE_SECTION_P): Always generate a unique section if
11296         flag_data_sections is true.
11297         (UNIQUE_SECTION): Also generate unique sections for
11298         uninitialised data.
11299         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
11300         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
11301         named_section().
11302
11303 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11304
11305         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
11306         SI, or DI.
11307
11308 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11309
11310         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
11311         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
11312         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
11313         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
11314         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
11315
11316         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
11317
11318 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
11319
11320         * c-decl.c (finish_enum): Simplify code to determine minimum and
11321         maximum values of the enum, and calculate the type.  Remove check
11322         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
11323         the DECL_INITIAL of each enumeration constant with a copy converted
11324         to the enumeration type.  When updating variant types, don't bother
11325         updating the type itself.
11326
11327         * c-typeck.c (build_binary_op): Simplify conditional expressions
11328         when weeding out spurious signed-unsigned warnings.  Add new
11329         spurious warning category: if the unsigned quantity is an enum
11330         and its maximum value fits in signed_type(result_type).  Update
11331         commentary.
11332         (build_conditional_expr): Warn here if one alternative is signed
11333         and the other is unsigned.
11334
11335 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11336
11337         * config/fr30/fr30.h: Remove extraneous comments.
11338
11339 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
11340
11341         * reload1.c (choose_reload_regs): When disabling a reload, also
11342         set reload_spill_index to -1.
11343
11344 2000-01-04  Joel Sherrill (joel@OARcorp.com>
11345
11346         * configure.in (m68*-*-rtemscoff*): New target, formal name for
11347         old m68*-*-rtems*.
11348         (m68*-*-rtemself*): New target.
11349         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
11350         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
11351         (sparc*-*-rtemself*): New target.
11352         (sparc*-*-rtems*): Now elf not a.out.
11353         * config/i386/rtems.h: Include config/rtems.h.
11354         * config/i386/rtemself.h: Include config/rtems.h.
11355         * config/i960/rtems.h: Include config/rtems.h.
11356         * config/m68k/rtems.h: Include config/rtems.h.
11357         * config/m68k/rtemself.h: Include config/rtems.h.
11358         * config/mips/rtems64.h: Include config/rtems.h.
11359         * config/pa/rtems.h: Include config/rtems.h.
11360         * config/rs6000/rtems.h: Include config/rtems.h.
11361         * config/sh/rtems.h: Include config/rtems.h.
11362         * config/sh/rtemself.h: Include config/rtems.h.
11363         * config/sparc/rtems.h: Include config/rtems.h.
11364         * config/sparc/rtemself.h: Include config/rtems.h
11365
11366 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
11367
11368         * final.c (shorten_branches): Correctly compute length of
11369         asms without operands.
11370
11371 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
11372
11373         * configure.in: Add pj target.
11374         * configure: Regenerate.
11375         * config/pj: New directory.
11376         * config/pj/lib1funcs.S: New file.
11377         * config/pj/linux.h: New file.
11378         * config/pj/pj.c: New file.
11379         * config/pj/pj.md: New file.
11380         * config/pj/pjl.h: New file.
11381         * config/pj/t-pj: New file.
11382         * config/pj/xm-pj.h: New file
11383
11384 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
11385
11386         * toplev.c (rest_of_compilation): Run shorten-branches before
11387         reg-stack for now.
11388
11389 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11390
11391         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
11392         macros so that they're consistent with their names.
11393         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11394         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11395
11396 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11397
11398         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
11399         modified inadvertently.
11400
11401 2000-01-04  Joel Sherrill <joel@OARcorp.com>
11402
11403         * configure.in (v850*-*-rtems*): New target.
11404         * configure: Regenerate.
11405         * config/v850/rtems.h: New file.
11406
11407 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
11408
11409         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
11410         (__gthread_key_create): Likewise.
11411         (__gthread_key_dtor):  Likewise.
11412         (__gthread_once): Fix logic.
11413         (__gthread_key_delete): Cast away constness.
11414
11415         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
11416         * invoke.texi: Document.
11417         * i386/mingw32.h (CPP_SPEC): Use.
11418         (LIBGCC_SPEC): Likewise.
11419         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
11420
11421 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11422
11423         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
11424         (HANDLE_PRAGMA_PACK): Undefine.
11425         (SLOW_UNALIGNED_ACCESS): Define.
11426
11427 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11428
11429         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11430         to default definition.
11431         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
11432         (store_fixed_bit_field): Call macro with word_mode and alignment.
11433         (extract_bit_field): Call macro with relevant mode and alignment.
11434         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11435         to default definition.
11436         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
11437         and alignment.
11438         (move_by_pieces_ninsns): Likewise.
11439         (clear_by_pieces): Likewise.
11440         (emit_push_insn): Likewise.
11441         (store_field): Call macro with relevant mode and alignment.
11442         (expand_expr): Likewise.
11443         (expand_expr_unaligned): Likewise.
11444
11445         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11446         (SLOW_UNALIGNED_ACCESS): Define.
11447         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11448         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11449         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
11450         (toc_section): Likewise and .toc pseudo-op.
11451         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11452         64-bit mode.
11453         (TEXT_SECTION_ASM_OP): Likewise.
11454         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11455         32-bit offsets.
11456
11457         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
11458         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
11459         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
11460         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
11461         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
11462
11463 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
11464
11465         * regclass.c: Revert my Jan 4 change to loop cost computation.
11466
11467 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11468
11469         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
11470         compilation.
11471
11472 2000-01-04  Stan Cox  <scox@cygnus.com>
11473
11474         * haifa-sched.c (build_control_flow): Change unreachable simple
11475         loop test to check if current block has only one predecessor.
11476         (find_rgns): Initialize degree.  Use dest as degree index, not src.
11477
11478 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11479
11480         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
11481
11482         * calls.c (expand_call): Likewise for
11483         `old_stack_arg_under_construction'.
11484
11485         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
11486
11487         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
11488         `save_constant'.
11489
11490         * gcc.c (execute): Likewise for `ut' and `st'.
11491
11492         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
11493
11494         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
11495
11496         * jump.c (jump_optimize_1): Likewise for `temp2'.
11497
11498         * local-alloc.c (block_alloc): Likewise for `r1'.
11499
11500         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
11501
11502         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
11503         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
11504
11505         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
11506         and `set2'.
11507
11508         * reload.c (find_reloads): Likewise for `goal_alternative_number'
11509         and `goal_earlyclobber'.
11510
11511         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
11512
11513         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
11514
11515         * stupid.c (stupid_life_analysis): Likewise for `chain'.
11516
11517         * unroll.c (copy_loop_body): Likewise for `copy'.
11518
11519         * varasm.c (output_constructor): Likewise for `byte'.
11520
11521 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11522
11523         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
11524         all FP constants for constant->reg moves.
11525         (ix86_split_to_parts): Try to convert memory address into immediate
11526         when available in the constant pool.
11527         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
11528         moves.
11529         (LEGITIMATE_CONSTANT_P): Return 1.
11530         * i386.md (pushsf): New splitter to convert constant pool memory
11531         reference to immediate.
11532         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
11533         reload.
11534
11535 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
11536
11537         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
11538         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
11539         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
11540         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
11541         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
11542
11543 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
11544
11545         * ginclude/stdbool.h:  Support compilation as C++.
11546
11547 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11548
11549         * fold-const.c (make_range): Don't try to reverse an unbounded range.
11550
11551 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
11552
11553         * regclass.c (regclass): Properly compute loop_cost.  Adjust
11554         comments.
11555
11556         * regclass.c: Fix minor whitespace problems.
11557
11558 2000-01-03  Anthony Green  <green@cygnus.com>
11559
11560         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
11561         Restore the pic register if required.
11562
11563 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
11564
11565         * c-common.c (format_char_info): Update comment.
11566         (check_format_info): Recognize 'z' modifier in the same way 'Z'
11567         was recognized.  Emit warning for formats new in ISO C99 only
11568         if flag_isoc9x is not set.
11569
11570 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
11571
11572         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
11573
11574 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11575
11576         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
11577         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
11578         (make_compound_operation): Choose cheaper alternative between
11579         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
11580
11581         * regclass.c (op_costs): Remove global variable.
11582         (record_reg_classes): New parameter "op_costs" and "reg_pref".
11583         (record_operand_costs): Break out from ...
11584         (scan_one_insn): ... here.
11585         (dump_regclass): Make dumps nicer.
11586         (regclass): Dump preferrences choosed and changes done during passes.
11587
11588 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11589
11590         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
11591
11592 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11593
11594         * config/sparc/sparc.c (gen_df_reg): New function.
11595         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
11596         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
11597         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
11598         movtf_cc_reg_sp64+1): Use it.
11599
11600 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11601
11602         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
11603         copied LABEL_DECLs.
11604
11605 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11606
11607         * config/i386/i386.c (ix86_expand_unary_operator): Function
11608         definition made void.
11609         (ix86_expand_binary_operator): Update outdated preceding comment.
11610         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
11611         prototype.
11612
11613         * config/i386/i386.c (override_options): Fix option-name typo.
11614
11615 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11616
11617         * system.h (CEIL): Define.
11618         * builtins.c (CEIL): Remove.
11619         * expmed.c (CEIL): Likewise.
11620         * expr.c (CEIL): Likewise.
11621         * stor-layout.c (CEIL): Likewise.
11622
11623 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11624
11625         * expr.c (store_constructor_field): Fix typo introduced with last
11626         gcc2 merge.
11627
11628 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
11629
11630         * tree.h (BINFO_N_BASETYPES): New macro.
11631
11632 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11633
11634         * expmed.c (emit_store_flag): Prevent losing a pending stack
11635         adjust the same way we prevent losing queued increments.
11636
11637 Fri Dec 31 19:10:31 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11638
11639         * function.c (update_temp_slot_address): Handle case where sum of
11640         temporary address plus offset in register is a valid address.
11641
11642 1999-12-30  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
11643
11644         * genrecog.c (change_state) Corrected typo.
11645
11646 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11647
11648         * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
11649         getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
11650         strerror, getrlimit, setrlimit, abort): Add prototype arguments.
11651
11652 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
11653
11654         * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
11655         case, expand GT comparisons correctly.  Fix a comment before this
11656         part of the code.
11657
11658 1999-12-30  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11659
11660         * dwarfout.c: Include "frame.h"
11661         * dwarf2out.c: Likewise.
11662         * Makefile.in (dwarfout.o): Depend on frame.h
11663         (dwarf2out.o): Likewise.
11664
11665 1999-12-29  "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
11666
11667         Restore i386 binary compatibility in Dwarf EH info.
11668         * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
11669         value of FIRST_PSEUDO_REGISTER.
11670         * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
11671         (struct frame_state): Use DWARF_FRAME_REGISTERS.
11672         * dwarfout.c (output_reg_number): Ditto.
11673         * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
11674         (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
11675
11676 1999-12-29  Bruce Korb  <autogen@linuxbox.com>
11677
11678         * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
11679         * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
11680         (<hack>_RE_CT): not needed
11681         * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
11682         rewritten to scan the file text once only
11683         "template<..." test added
11684         * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
11685         (is_cxx_header): declaration added
11686         * fixinc/fixtests.c(is_cxx_header): removed
11687         (apply_fix_p_t): removed
11688         (double_slash_test): is_cxx_header is only called once now
11689         * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
11690         * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
11691         within the templates.
11692         The borken spelling of "broken" was fixed.
11693         * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
11694         The default level depends on FIXINC_DEBUG.
11695
11696 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11697
11698         * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
11699         Otherwise provide a declaration for atexit.
11700         (init_dummy): Make sure dummy call to atexit is nevertheless
11701         called with correct number of args.
11702
11703         * frame.c: Update comments referring to other files.
11704
11705         * libgcc2.c: Likewise.
11706
11707 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11708
11709         * cse.c (free_element, get_element): Remove unused prototypes.
11710
11711         * fold-const.c (extract_muldiv): Initialize variables `op0' and
11712         `op1'.
11713
11714         * jump.c (invert_exp): Add explicit braces to avoid ambiguous
11715         `else' clauses.
11716
11717 Wed Dec 29 12:44:54 1999  Donald Lindsay  <dlindsay@cygnus.com>
11718
11719         * configure.in,configure: case arm for mn10200-*-* now sets
11720         float_format=i32 so that float.h will correctly claim "double"
11721         to be 32 bits. Ran autoconf to generate configure from .in file.
11722
11723 Wed Dec 29 10:53:21 1999  Jeffrey A Law  (law@cygnus.com)
11724
11725         * pa.md (conditional zero): If op1 is a register, force it into
11726         the same register as op0.
11727
11728 1999-12-28  Mark Mitchell  <mark@codesourcery.com>
11729
11730         * tree.h (BINFO_BASETYPES): Improve documentation.
11731
11732 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11733
11734         * configure.in (--enable-checking): Use a more portable `for'
11735         loop syntax.
11736
11737 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11738
11739         * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
11740         arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
11741
11742         * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
11743         Delete files.
11744
11745         * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
11746         Delete descriptions.
11747
11748         * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
11749         m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
11750         m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
11751         pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
11752         xm-svr4.h: Remove all instances of sys_siglist handling.
11753
11754 1999-12-27  Jakub Jelinek  <jakub@redhat.com>
11755
11756         * config/sparc/sparc.md (cmp_zero_qi,
11757         cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
11758         cmp_zero_extendqidi2_andcc_set): New patterns.
11759
11760 1999-12-28  Manfred Hollstein  <mhollstein@cygnus.com>
11761
11762         * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
11763         (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
11764         (fpgnulib.c, xfgnulib.c): Add rules.
11765         * m68k/t-mot3300-gas: Likewise.
11766
11767 1999-12-27  Ian Lance Taylor  <ian@zembu.com>
11768
11769         * configure.in: Avoid [[ by using test and changequote.  Add
11770         changequote required by 1999-12-14 change.
11771         * configure: Rebuild.
11772
11773 1999-12-27  Clinton Popetz  <cpopetz@cygnus.com>
11774
11775         * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
11776
11777 1999-12-27  Christophe Jaillet  <jaillet.christophe@caramail.com>
11778
11779         * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
11780         * flow.c (find_use_as_address): Likewise.
11781         * function.c (fixup_var_refs_1): Likewise.
11782         (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
11783         * jump.c (invert_exp, redirect_exp): Likewise.
11784         * loop.c (replace_call_address): Likewise.
11785         (count_nonfixed_reads): Likewise.
11786         * rtlanal.c (modified_between_p): Likewise.
11787         (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
11788         (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
11789         * unroll.c (remap_split_bivs): Likewise.
11790
11791 1999-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11792
11793         * diagnostic.c (v_message_with_decl): Use .* format specifier
11794         instead of building the format specifier width manually.
11795
11796         * system.h (strsignal): Don't check HAVE_STRSIGNAL when
11797         determining whether to provide a prototype.  Remove the
11798         sys_siglist clause in the conditional.
11799
11800 1999-12-23  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11801
11802         * fold-const.c (operand_equal_p): Use memcmp to compare string
11803         constants.
11804         Suggested by D. J. Bernstein
11805
11806 1999-12-17  Jakub Jelinek  <jakub@redhat.com>
11807
11808         * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
11809         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
11810         compiling libgcc2.
11811         * config/mips/mips.h (TARGET_64BIT): Likewise.
11812         * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
11813         * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
11814         of {SI,DI}type and DIunion.  Define these types to QI/HI modes on
11815         dsps.  Give routines proper names if SI/DI modes are not used.
11816         * longlong.h: Use DWunion instead of DIunion.
11817
11818 1999-12-26  Zack Weinberg  <zack@wolery.cumb.org>
11819
11820         * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
11821         GC_CHECKING, GC_ALWAYS_COLLECT.
11822         * configure.in: Allow --enable-checking with an argument
11823         listing check modes to enable.
11824         * config.in, configure: Rebuilt.
11825         * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
11826         GGC_ALWAYS_VERIFY for ggc-simple.c) only if
11827         ENABLE_GC_CHECKING.  Define GGC_ALWAYS_COLLECT only if
11828         ENABLE_GC_ALWAYS_COLLECT.
11829         * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
11830         throughout.
11831         * tree.h, tree.c: Change ENABLE_CHECKING to
11832         ENABLE_TREE_CHECKING throughout.
11833
11834 Sun Dec 26 07:48:20 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11835
11836         * fold-const.c (fold_truthop): Properly check for FP RHS.
11837
11838 1999-12-24  Mark Mitchell  <mark@codesourcery.com>
11839
11840         * toplev.h (note_deferall_of_defined_inline_function): Declare.
11841         * toplev.c (note_deferral_of_defined_inline_function): New
11842         function, split out from ...
11843         (rest_of_compilation): ... here.  Use it.
11844
11845 Fri Dec 24 12:34:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11846
11847         * expr.c (store_constructor): Don't call clear_storage if size is
11848         variable.
11849
11850 1999-12-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11851
11852         * Makefile.in (toplev.o): Depend on loop.h.
11853
11854         * dwarfout.c: Include tm_p.h.
11855
11856         * emit-rtl.c (restore_emit_status): Mark parameter with
11857         ATTRIBUTE_UNUSED.
11858
11859         * final.c (final_scan_insn): Likewise.
11860
11861         * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
11862         flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
11863         flow_depth_first_order_compute, flow_loop_pre_header_find,
11864         flow_loop_tree_node_add, flow_loops_tree_build,
11865         flow_loop_level_compute, flow_loops_level_compute,
11866         flow_loop_outside_edge_p): Add prototypes.
11867         (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
11868
11869         * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
11870         Mark with ATTRIBUTE_NORETURN.
11871
11872         * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
11873
11874         * local-alloc.c (no_conflict_p): Likewise.
11875
11876         * loop.c (insert_bct): Hide definitions of variables with hidden
11877         usage.
11878         (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
11879
11880         * regclass.c (memory_move_secondary_cost): Mark variable `mem'
11881         with ATTRIBUTE_UNUSED.
11882         (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
11883         (reg_scan): Likewise.
11884
11885         * reload.c (find_reloads): Remove unused variables `changed'.
11886
11887         * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
11888         away const-ness.
11889         (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
11890         Remove unused variable `insn'.
11891
11892         * toplev.c: Include loop.h.
11893         (report_file_and_line): Remove unnecessary prototype.
11894
11895         * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
11896
11897         * unroll.c (biv_total_increment): Likewise.
11898
11899 Thu Dec 23 23:15:22 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
11900
11901         * reload1.c (emit_input_reload_insns): Restore old behaviour
11902         wrt. 'special' reloads.
11903
11904 1999-12-23  Zack Weinberg  <zack@wolery.cumb.org>
11905
11906         * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
11907         hash.h.  (cse.c): Don't depend on hashtab.h.
11908
11909         * cse.c: Don't include hashtab.h.
11910         (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
11911         of dead functions.
11912         * ggc-simple.c: Don't include hash.h.
11913
11914 1999-12-22  Jason Merrill  <jason@casey.cygnus.com>
11915
11916         * dwarf2out.c (add_abstract_origin_attribute): Call
11917         gen_abstract_function on our function context.
11918
11919 Thu Dec 23 03:57:10 1999  Hans-Peter Nilsson  <hp@bitrange.com>
11920
11921         * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
11922
11923 1999-12-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11924
11925         * config/c4x/c4x.c (c4x_address_cost): Add statement to default
11926         case in switch.
11927
11928 1999-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11929
11930         * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
11931         constraints to "a!r".
11932
11933 1999-12-21  Mark Mitchell  <mark@codesourcery.com>
11934
11935         * Makefile.in (calls.o): Depend on function.h.
11936         (alias.o): Likewise.
11937
11938 1999-12-21  Bernd Schmidt  <bernds@cygnus.co.uk>
11939
11940         * reload1.c (emit_reload_insns): Break out code and variables into...
11941         (input_reload_insns, other_input_address_reload_insns,
11942         other_input_reload_insns, input_address_reload_insns,
11943         inpaddr_address_reload_insns, output_reload_insns,
11944         output_address_reload_insns, outaddr_address_reload_insns,
11945         operand_reload_insns, other_operand_reload_insns,
11946         other_output_reload_insns): ... new static variables, and...
11947         (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
11948         do_output_reload): ... new functions.
11949
11950 Tue Dec 21 07:06:36 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11951
11952         * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
11953
11954 1999-12-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11955
11956         * md.texi: Add c4x constraints documentation.
11957
11958 1999-12-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11959
11960         * config/i386/dgux.c (struct option): Rename to
11961         lang_independent_option.
11962         (struct m_options): Add description field.
11963         (output_options): Rename option type, add sep declaration, output
11964         ix86_cpu_string and ix86_arch_string only if set.
11965         (output_file_start): Rename option type.
11966
11967 Mon Dec 20 23:15:36 1999  Mike Stump  <mrs@wrs.com>
11968
11969         * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
11970         stmp-int-hdrs.
11971         (libgcc2.a): Similarly.
11972
11973 Mon Dec 20 23:06:47 1999  David Edelsohn  <edelsohn@gnu.org>
11974
11975         * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
11976         with W_TYPE_SIZE == 32.  Do not fall through to POWER architecture
11977         for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
11978
11979 Mon Dec 20 23:02:03 1999  Jeffrey A Law  (law@cygnus.com)
11980
11981         * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
11982         Remove redundant initialization of "frexpon" and "expon".
11983
11984 Mon Dec 20 15:00:04 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11985
11986         * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
11987
11988         * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
11989         (store_constructor_field, expand_expr): Pass new arg.
11990
11991 1999-12-20  Mark Mitchell  <mark@codesourcery.com>
11992
11993         * Makefile.in (explow.o): Depend on function.h.
11994
11995         * stor-layout.c (set_sizetype): Fix typo.
11996
11997 1999-12-20  Bernd Schmidt  <bernds@cygnus.co.uk>
11998
11999         * function.c (cfun): Renamed from current_function.  All users
12000         changed.
12001         * function.h (cfun): Rename declaration as well.
12002
12003         * reload.h (struct insn_chain): Change live_throughout and dead_or_set
12004         to be of type regset_head, not regset.  All users changed by adding
12005         address operator.
12006         * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
12007
12008 1999-12-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12009
12010         * config/c4x/rtems.h: New file.
12011
12012 1999-12-19  Bernd Schmidt  <bernds@cygnus.co.uk>
12013
12014         * reload1.c (spill_failure): Take class of failed reload as argument
12015         and print it.  Caller changed.
12016
12017 Sun Dec 19 07:50:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12018
12019         * rs6000.h (SUBTARGET_DEFAULT): New macro.
12020         (TARGET_SWITCHES): Allow subtargets to default switches.
12021         * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
12022
12023 1999-12-18  Mark Mitchell  <mark@codesourcery.com>
12024
12025         * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
12026         in a main program.
12027
12028 Sat Dec 18 20:42:43 1999  Richard Henderson  <rth@cygnus.com>
12029
12030         * cccp.c (main): Define __STDC_VERSION__ as necessary.
12031         * cppinit.c (cpp_handle_option): Likewise.
12032
12033         * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
12034         determine when to define.
12035
12036 Sat Dec 18 20:34:00 1999  Richard Henderson  <rth@cygnus.com>
12037
12038         * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
12039         cmove with mismatched test and data modes.
12040
12041 Sat Dec 18 20:30:15 1999  Richard Henderson  <rth@cygnus.com>
12042
12043         * c-typeck.c (c_expand_start_case): Don't warn for long switch
12044         in system headers.
12045
12046 Sat Dec 18 16:28:43 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12047
12048         * alias.c: Minor reformatting.
12049         * flow.c: Likewise.
12050         * regs.h: Likewise.
12051         * stor-layout.c: Likewise.
12052         * fold-const.c: Likewise.
12053         (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
12054         (struct cb_args, const_binop_1, const_binop): Pass type of arg,
12055         not arg itself.
12056         (size_int_wide): Cache nodes even if garbage collecting.
12057         (twoval_comparison_p): Reenable SAVE_EXPR case if operand
12058         of SAVE_EXPR has no side effects.
12059         * cse.c: Move a comment.
12060         * tree.c: Minor reformatting.
12061         (int_size_in_bytes): Return -1 if constant overflows.
12062
12063 Sat Dec 18 18:30:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12064
12065         * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
12066
12067 1999-12-18 10:42 -0800  Zack Weinberg  <zack@wolery.cumb.org>
12068
12069         * objc/objc-parse.c: Regenerate.  This file must be rebuilt
12070         after any change to c-parse.in, even if objc-parse.y didn't
12071         change.  Oops.
12072
12073 1999-12-18  David S. Miller  <davem@redhat.com>
12074
12075         * toplev.c (rest_of_compilation): Restore BLOCK tree
12076         reconstruction and branch shortening changes lost in
12077         December 18th change.
12078
12079 Sat Dec 18 05:29:29 1999  Scott Bambrough  <scottb@netwinder.org>
12080
12081         * config/arm/linux-elf.h: Change all instances of
12082         ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
12083         * config/arm/uclinux-elf.h: Likewise.
12084
12085 1999-12-18 Gabriel Dos Reis  <gdr@codesourcery.com>
12086
12087         * toplev.c (notice, vmessage, v_message_with_file_and_line,
12088         v_message_with_decl, file_and_line_for_asm,
12089         v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
12090         verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
12091         v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
12092         v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
12093         pfatal_with_name, fatal_io_error, need_error_newline,
12094         last_error_function, last_error_tick, announce_function,
12095         default_print_error_function, print_error_function,
12096         report_error_function, fnotice, error_with_file_and_line,
12097         error_with_decl, error_for_asm, error, set_fatal_function, fatal,
12098         _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
12099         warning_with_decl, warning_for_asm, warning, pedwarn,
12100         pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
12101         diagnostic.c
12102         (compile_file): Use fnotice instead of notice.  Adjust call.
12103
12104         * diagnostic.c: New file.
12105
12106         * Makefile.in (OBJS): Include diagnostic.o
12107         (diagnostic.o): Define dependence.
12108
12109 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12110
12111         * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
12112         Tweak formatting.
12113
12114 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12115
12116         * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
12117
12118 1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
12119
12120         * fixtests.c (is_cxx_header): New fn, split out of
12121         double_slash_test.
12122         (else_endif_label): Allow "#endif // comment" in C++ headers,
12123         as determined by is_cxx_header.
12124         * fixfixes.c (else_endif_label_fix): Update comment.
12125         * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
12126         a tty.
12127         * genfixes: Correct double thinko in commandline parsing.
12128         * hackshell.tpl: Generate correct sh syntax for bypass
12129         entries.
12130
12131         * inclhack.def (all): Whenever an inserted preprocessor
12132         conditional is split over multiple lines, use double
12133         backslashes in this file so the fixed header will be readable.
12134
12135         (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
12136         and add bypass entry for correct version of this header.
12137         (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
12138         (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
12139
12140         (hpux8_bogus_inlines): New fix, split from...
12141         (ultrix_atof_param) ... here.
12142         (math_expression): Add bypass entry keyed to glibc comment
12143         indicating the problem has been dealt with; disable
12144         unnecessary sed operations; update commentary.
12145         (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
12146         add select and bypass entries, simplify shell operation.
12147         (math_huge_val_ifndef): Split from math_gcc_ifndefs.
12148
12149         (ip_missing_semi, rs6000_param, tinfo_cplusplus,
12150          ultrix_atof_param): Add select entry.
12151         (stdio_va_list, sunos_mather_decl): Add bypass entry.
12152         (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
12153         comments with the fixes they describe.
12154
12155         * c-parse.in (string action): Do not warn about ANSI string
12156         concatenation in system headers.  Affects C parser only.
12157         * c-parse.y, c-parse.c, c-parse.h: Rebuild.
12158
12159 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12160
12161         * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
12162         compiling libgcc2 the macro depends always on arch cpp defines.
12163
12164 Fri Dec 17 10:34:16 1999  Richard Earnshaw <rearnsha@arm.com>
12165
12166         * loop.c (insert_loop_mem): Don't record MEMs from inside
12167         EXPR_LISTs.
12168
12169 Fri Dec 17 12:08:11 MET 1999  Jan Hubicka  <hubicka@freesoftr.cz>
12170
12171         * regclass.c (regclass): Do not use flowgraph when not optimizing.
12172
12173         * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
12174         notes too, create one when replacement failed, attempt to simplify
12175         resulting notes.
12176         (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
12177         or REG_EQUIV notes.
12178
12179 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12180
12181         * crtstuff.c (__dso_handle): Declare.
12182         (__cxa_finalize): Likewise.
12183         (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
12184         non-NULL.
12185
12186         * invoke.texi: Document -fuse-cxa-atexit.
12187
12188         * tree.h (ptr_type_node): Document.
12189         (const_ptr_type_node): Likewise.
12190
12191 Fri Dec 17 01:32:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12192
12193         * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
12194         (optimize_reg_copy_2): Likewise.
12195         (optimize_reg_copy_3): Likewise.
12196         (fixup_match_2): Likewise.
12197         (regmove_optimize): Likewise.
12198         (fixup_match_1): Liekwise.
12199
12200         * i386.md (HI to SImode promoting splitters): Rewrite.
12201         (pushsf mem peep2): New.
12202         (testhi to andhi peep2): Remove.
12203         * i386.h (x86_promote_QImode): New.
12204         (TARGET_PROMOTE_QImode): New.
12205         (PREDICATE_CODES): Add promotable_binary_operator.
12206         * i386.c (x86_promote_QImode0: New.
12207         (promotable_binary_operator): New.
12208         * i386-protos.h (promotable_binary_operator): New.
12209
12210         * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
12211         condition.
12212         (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
12213
12214 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12215
12216         * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
12217         * function.c (insert_block_after_note): Remove.
12218         (retrofit_block): Likewise.
12219         (identify_blocks): Fix indentation.
12220         (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
12221         NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
12222         * function.h (insert_block_after_note): Remove prototype.
12223         (retrofit_block): Likewise.
12224         * integrate.c (expand_inline_function): Don't call
12225         find_loop_tree_blocks.  Use expand_start_bindings_and_block, not
12226         just expand_start_bindings.  Use the block_map to remap old
12227         NOTE_BLOCKs to new ones.
12228         (integrate_decl_tree): Keep track of remapped blocks.
12229         * integrate.h (struct inline_remap): Add block_map.
12230         * stmt.c (expand_fixup): Don't try to retrofit_blocks.  Just set
12231         NOTE_BLOCK on the notes.
12232         (expand_start_bindings): Rename to ...
12233         (expand_start_bindings_and_block): Add parameter.  Set NOTE_BLOCK.
12234         (expand_end_bindings): Set NOTE_BLOCK.
12235         * toplev.c (rest_of_compilation): In function-at-a-time-mode,
12236         reconstruct the BLOCK tree.
12237         * tree.h (expand_start_bindings): Macroize.  Call ...
12238         (expand_start_bindings_and_block): New function.
12239
12240 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12241
12242         * config/sparc/sparc.c (print_operand): Cast fprintf arguments
12243         to match the format.
12244
12245 1999-12-16  David S. Miller  <davem@redhat.com>
12246
12247         * expr.c (emit_move_insn_1): Only emit clobbers if one of
12248         the outputs is a SUBREG.
12249         * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
12250         change.
12251
12252         * config/sparc/sparc.c (epilogue_renumber): Add default case
12253         to switch stmt.
12254
12255 Thu Dec 16 11:33:57 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12256
12257         * toplev.c (rest_of_compilation): Run branch shortening after
12258         reg-stack.
12259
12260         * regclass.c (loop_depth): Remove
12261         (scan_one_insn): Do not handle LOOP_NOTE insns.
12262         (regclass): Go through basic blocks and set loop_cost
12263
12264 Thu Dec 16 02:56:25 1999  Zack Weinberg  <zack@bitmover.com>
12265
12266         * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
12267
12268 Thu Dec 16 10:43:35 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12269
12270         * i386.md (movqi): Use "nonimmediate_operand" for output operand.
12271         (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
12272         (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
12273
12274 Thu Dec 16 02:41:26 1999  Richard Henderson (rth@cygnus.com)
12275
12276         * loop.c (insert_loop_mem): Ignore memory clobbers.
12277
12278         * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
12279         to (OP A B).
12280
12281 Thu Dec 16 02:26:11 1999  Jeffrey A Law  (law@cygnus.com)
12282
12283         * profile.c: Remove redundant #include "output.h".
12284
12285         * h8300.md (HImode preinc peephole): Fix typo.
12286
12287 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12288
12289         * function.c (retrofit_block): Abort if we don't find a suitable insn.
12290         (insert_block_after_note): Abort if we don't have a previous block.
12291         Remove FN parameter.
12292         * function.h: Adjust.
12293
12294 1999-12-15  Mark Mitchell  <mark@codesourcery.com>
12295
12296         * builtins.c (expand_builtin_mathfn): Make sure not to expand the
12297         argument more than once.
12298
12299 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12300
12301         * stmt.c (expand_decl): Expand upper bound of a dynamic array.
12302
12303 1999-12-15  Jakub Jelinek  <jakub@redhat.com>
12304
12305         * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
12306
12307 Wed Dec 15 16:11:55 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12308
12309         * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
12310         (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
12311         update stack_alignment_needed.
12312         (prepare_function_start): Initialize stack_alignment_needed
12313         * function.h (struct function): Add field stack_alignment_needed.
12314
12315 Wed Dec 15 14:55:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12316
12317         * caller-save.c (insert_one_insn): Returns struct insn_chain *.
12318         Handle live_throughout / dead_or_set instead of live_before /
12319         live_after.
12320         (save_call_clobbered_regs): Get register livenessinformation from
12321         chain->live_throughout.
12322         (add_stored_regs): New function.
12323         (insert_restore, insert_save): Add restored / saved registers to
12324         dead_or_set.
12325         * global.c (reg_dies): New parameter chain.
12326         (reg_becomes_live): Third parameter is regs_set now.
12327         Changed all callers.
12328         (reg_dies): New parameter chain.  Changed all callers.
12329         (build_insn_chain): Set live_throughout instead of
12330         live_before / live_after.
12331         * reload.h (struct insn_chain): Replace members live_before /
12332         live_after with live_throughout / dead_or_set.
12333         * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
12334         instead of live_before / live_after.
12335         (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
12336         (order_regs_for_reload, find_reg, finish_spills): Likewise.
12337         (choose_reload_regs_init): Likewise.
12338         * stupid.c (current_chain, find_clobbered_regs): Delete.
12339         (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
12340         instead of chain->live_before / chain->live_after.
12341         (mark_hard_ref): New function.
12342         (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
12343
12344 1999-12-15  David S. Miller  <davem@redhat.com>
12345
12346         * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
12347
12348 Wed Dec 15 15:05:30 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12349
12350         * flow.c (calculate_loop_depth): Make global, remove prototype,
12351         rewrite to use new loop infrastructure.
12352         (find_basic_block): Remove calculate_loop_depth call.
12353         * toplev.c (rest_of_compilation): Call find_basic_block.
12354         * output.h (calculate_loop_depth): Declare.
12355
12356         * flow.c (dump_flow_info): Dump loop_depth.
12357         (flow_loops_nodes_find): Increase loop_depth for basic block in the
12358         body.
12359         (flow_loops_find): Initialize the loop_depth for each basic block.
12360
12361 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12362
12363         * tree.c (decl_function_context): Handle virtual functions.
12364
12365         * tlink.c (scan_linker_output): Don't look in demangled name when
12366         looking for linker output keywords.
12367
12368         * dwarfout.c (output_type): We can defer namespace-scope classes.
12369
12370 Wed Dec 15 01:23:29 1999  Jeffrey A Law  (law@cygnus.com)
12371
12372         * regclass.c (record_reg_classes): Update comment for merging
12373         register class preferences in reg->reg copies.  Tighten conditions
12374         for merging register class preferences in reg->reg copies.
12375
12376 Wed Dec 15 02:19:32 1999  David Edelsohn  <edelsohn@gnu.org>
12377
12378         * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
12379
12380 1999-12-14  Geoff Keating  <geoffk@cygnus.com>
12381
12382         * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
12383         (INIT_SECTION_ASM_OP): Delete.
12384         (FINI_SECTION_ASM_OP): Delete.
12385         (STARTFILE_SPEC): Define to hold just crtbegin.o.
12386
12387 1999-12-14  Jason Merrill  <jason@casey.cygnus.com>
12388
12389         * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
12390         the abstract origin wasn't emitted.
12391
12392         * dwarf2out.c (class_scope_p): New fn.
12393         (gen_subprogram_die): Use it.
12394         (gen_variable_die): Use it.  Tweak logic.
12395         (gen_struct_or_union_type_die): Check context_die to determine
12396         if we're function-local.
12397         (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
12398
12399 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12400
12401         * loop.c (check_dbra_loop): Can't reverse a biv that has
12402         maybe_multiple set.
12403
12404 1999-12-14  Nick Clifton  <nickc@cygnus.com>
12405
12406         * config/arm/arm.c: Add support for -mcpu=arm720 command line
12407         switch.
12408
12409 Tue Dec 14 18:13:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12410
12411         * loop.c (strength_reduce): Fix sign of giv lifetime calculation
12412         for givs made from biv increments.
12413
12414 Tue Dec 14 08:11:27 1999  Richard Henderson  <rth@cygnus.com>
12415
12416         * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
12417         * alpha.c (override_options): Recognize -mcpu=ev67.
12418         * alpha.h (CPP_CPU_EV67_SPEC): New.
12419         (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
12420         (EXTRA_SPECS): Update.
12421
12422 Tue Dec 14 08:04:28 1999  Richard Henderson  <rth@cygnus.com>
12423
12424         * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
12425         appropriate for -lang-c89 and -std=*.
12426         * cppinit.c (cpp_handle_option): Likewise.
12427         (new_pending_define): New, split out from cpp_handle_option.
12428         * gcc.c (default_compilers): Don't define __STRICT_ANSI__
12429         or enable trigraphs for -ansi/-std=*.
12430
12431         * ginclude/stdarg.h (__va_copy): New.
12432         (va_copy): Don't define for C89.
12433
12434 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz  <cpopetz@cygnus.com>
12435
12436         * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
12437         for long long multiply-accumulate.
12438
12439 Tue Dec 14 13:51:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12440
12441         * regclass.c (scan_one_insn): Set loop_cost to 1 when
12442         optimizing for size.
12443
12444 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12445
12446         * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
12447         if something changed.  Back out that part of yesterday's changes.
12448
12449         * loop.c (loop_max_reg): New static variable.
12450         (loop_optimize): Initialize it.  Eliminate one unnecessary call to
12451         max_reg_num.
12452         (scan_loop): Call reg_scan_update whenever we may have added new
12453         registers, and update loop_max_reg.
12454
12455 Tue Dec 14 12:07:29 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12456
12457         * regclass.c  (record_reg_classes): Do not do the copying preferrencing
12458         when source does not die.
12459
12460         * regclass.c (record_reg_classes): Handle INOUT operands propertly.
12461
12462 1999-12-14  Jakub Jelinek  <jakub@redhat.com>
12463
12464         * config/sparc/linux64.h (TARGET_LIVE_G0,
12465         TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
12466         variants on Linux.
12467         * config/sparc/linux.h (TARGET_LIVE_G0,
12468         TARGET_BROKEN_SAVERESTORE): Likewise.
12469         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12470         TARGET_BROKEN_SAVERESTORE): Likewise.
12471
12472         * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
12473         (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
12474         not %g2.
12475         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
12476         as sparc64 block profiling register.
12477         * config/sparc/sparc.c (sparc_override_options): Allow block
12478         profiling with -m32.
12479         (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
12480         profiling register.
12481         * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
12482         macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
12483         * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
12484
12485         * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
12486         for sparc64.
12487         * config/sparc/sparc.h: Likewise.
12488         * config/sparc/xm-sysv4-64.h: Likewise.
12489         * config/float-sparc.h: Likewise.
12490         * glimits.h: Likewise.
12491         * longlong.h: Likewise.
12492
12493         * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
12494         (ASM_IDENTIFY_GCC): Remove.
12495
12496 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12497
12498         * combine.c (combine_simplify_rtx): Don't make shared rtl.
12499         (simplify_logical): Likewise.
12500
12501 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12502
12503         * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
12504         * cppfiles.c (INO_T_EQ): Likewise.
12505
12506 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12507
12508         * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
12509         * i386/mingw32.h (LIB_SPEC): Likewise.
12510         (STARTFILE_SPEC): Likewise.
12511         * i386/uwin.h (LIB_SPEC): Likewise.
12512         (STARTFILE_SPEC): Likewise.
12513
12514         * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
12515         * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
12516
12517 Mon Dec 13 20:25:29 1999  Jeffrey A Law  (law@cygnus.com)
12518
12519         * combine.c (combine_simplify_rtx): Fix order of checks for
12520         (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
12521
12522 1999-12-13  Clinton Popetz  <cpopetz@cygnus.com>
12523
12524         * config/arm/arm.md  (*mulsidi3adddi, *umulsidi3adddi) Backed out
12525         12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
12526
12527 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12528
12529         * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
12530         defined.
12531         * regclass.c (inv_reg_alloc_order): New array.
12532         (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
12533
12534         * reload.h (struct insn_chain): Delete fields group_size, group_mode,
12535         counted_for_groups, counted_for_nongroups.  Add fields rld and
12536         n_reloads.
12537         * reload.c (push_secondary_reload): Don't set nongroup field of
12538         new reloads.
12539         (push_reload): Likewise.
12540         (find_reloads): Delete code to compute nongroup fields.
12541         * reload1.c (reload_insn_firstobj): New static variable.
12542         (pseudos_counted, spilled_pseudos): Now of type regset_head.  All
12543         users changed.
12544         (calculate_needs, find_tworeg_group, find_group, possible_group_p,
12545         count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
12546         dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
12547         functions.
12548         (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
12549         functions.
12550         (struct hard_reg_n_uses): Deleted.
12551         (potential_reload_regs): Deleted.
12552         (init_reload): Initialize spilled_pseudos and pseudos_counted.
12553         (reload): Don't try to allocate reload registers if we already know
12554         we have to make another pass.  Call select_reload_regs.  Free memory
12555         starting with reload_firstobj when starting another pass.
12556         Don't allocate spilled_pseudos.
12557         (calculate_needs_all_insns): Call copy_reloads for an insn that
12558         needs reloads; don't call calculate_needs.
12559         (spill_cost): New static array.
12560         (used_spill_regs_local): New static variable.
12561         (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
12562         to compute potential_reload_regs.
12563         (find_reload_regs): Completely rewritten to use find_reg.
12564         (allocate_reload_reg): Don't test counted_for_groups or
12565         counted_for_nongroups.  Lose NOERROR arg and code to give an error;
12566         all cllers changed.
12567         (choose_reload_regs): Add fallback code that uses the existing
12568         register allocation from find_reload_regs.
12569
12570 Mon Dec 13 00:54:14 1999  Philippe De Muyter  <phdm@macqel.be>
12571
12572         * flow.c (create_edge_list): Cast xmalloc return value.
12573
12574 Mon Dec 13 00:47:58 1999  Jeffrey A Law  (law@cygnus.com)
12575
12576         * doprnt.c: Remove incorrect comment closure.
12577
12578         * cse.c: Fix a few minor whitespace goofs.
12579
12580 1999-12-13  Don Bowman  <don@pixstream.com>
12581
12582         * mips/vxworks.h: Fix problem with comment termination.
12583         (EXTRA_SECTIONS): Add in_sbss.
12584         (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
12585
12586 1999-12-12  David S. Miller  <davem@redhat.com>
12587
12588         * cse.c (struct cse_reg_info): Add hash_next member,
12589         reorder rest of struct for better packing on 64-bit
12590         hosts.
12591         (cse_reg_info_tree): Kill.
12592         (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
12593         REGHASH_FN): New custom pow2 hash mechanism.
12594         (NBUCKETS): Kill.
12595         (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
12596         use a pow2 hash table.
12597         (get_cse_reg_info): Rework to use new REGHASH.
12598         (new_basic_block): Likewise, use HASH_SIZE, and inline
12599         free_element call.
12600         (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
12601         and inline free_element call.
12602         (lookup_as_function, insert, flush_hash_table, invalidate,
12603         remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
12604         invalidate_for_call, use_related_value, find_comparison_args,
12605         fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
12606         (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
12607         get_element): Kill.
12608
12609 Sun Dec 12 21:31:44 1999  Jeffrey A Law  (law@cygnus.com)
12610
12611         * cse.c (cse_basic_block): Free qty_table consistently.
12612
12613 1999-12-12  David S. Miller  <davem@redhat.com>
12614             Jakub Jelinek    <jakub@redhat.com>
12615
12616         * config/sparc/sparc.md (movtf reg/reg split): Don't generate
12617         SUBREGs by hand, gen the appropriate hard reg directly.
12618         (movtf reg/mem split): Likewise and alter_subreg on destination
12619         if necessary.
12620         (movtf mem/reg split): Similarly.
12621         (movdf_cc_sp64): Rename from hidden pattern.
12622         (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
12623         (movtf_cc_sp64, following split): New pattern and splitter.
12624         (movdf_cc_reg_sp64): Rename from hidden pattern.
12625         (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
12626         TARGET_HARD_QUAD.
12627         (movtf_cc_reg_sp64, following split): New pattern and splitter.
12628
12629 1999-12-12  Stephen L Moshier <moshier@mediaone.net>
12630
12631         * loop.c (load_mems): Don't hoist written floating point mem
12632         if -ffloat-store.
12633
12634 1999-12-12  Mark Mitchell  <mark@codesourcery.com>
12635
12636         * except.h (struct eh_queue): Add `next' pointer.
12637         (struct eh_status): Make x_ehqueue a pointer.
12638         (push_ehqueue):  Declare.
12639         (pop_ehqueue): Likewise.
12640         * except.c (expand_eh_region_end): Adjust now that ehqueue is a
12641         pointer.
12642         (expand_fixup_region_end): Likewise.
12643         (expand_leftover_cleanups): Likewise.
12644         (push_ehqueue): Define.
12645         (pop_ehqueue): Likewise.
12646         (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
12647         than doing it inline.
12648         (expand_start_all_catch):  Adjust now that ehqueue is a
12649         pointer.
12650         (mark_eh_queue): Mark all level of the queue.
12651         (mark_eh_status):  Adjust now that ehqueue is a
12652         pointer.
12653         (init_eh_for_function): Allocate ehqueue.
12654         (free_eh_status): Free it.
12655         * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
12656         expansion for a fixup.
12657
12658 1999-12-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12659
12660         * gthr-single.h (__gthread_active_p): Add prototype arguments.
12661
12662         * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
12663         (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
12664         __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
12665         function_ptr, getpagesize, __enable_execute_stack,
12666         __enable_execute_stack, __clear_insn_cache,
12667         __enable_execute_stack, __do_global_dtors, __do_global_ctors,
12668         _cleanup, _exit, __default_terminate, __terminate_func,
12669         __terminate, __empty, __throw, new_eh_context,
12670         eh_context_initialize, eh_context_static, eh_context_specific,
12671         get_eh_context, __get_eh_context, __get_eh_info,
12672         init_reg_size_table, eh_threads_initialize,
12673         __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
12674         __unwinding_cleanup, throw_helper, __throw, __rethrow,
12675         __pure_virtual): Add prototype arguments.
12676         (__bb_exit_func): Cast a sizeof to long when comparing against one.
12677         Cast a signed value to unsigned long when comparing against one.
12678         (new_eh_context): Wrap in _GTHREADS macro.
12679         (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
12680         declaration.
12681         (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
12682         (throw_helper): Initialize variables `handler_p' and `pc_p'.
12683
12684 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12685
12686         * combine.c (record_promoted_value): Remove unused variable
12687         `links2'.
12688
12689         * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
12690
12691         * global.c (record_conflicts): Likewise for `j'.
12692
12693         * genoutput.c (output_insn_data): Don't unnecessarily cast away
12694         const-ness.
12695
12696 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12697
12698         * i386-protos.h (output_387_binary_op, output_fix_trunc,
12699         output_fp_compare): Constify a char*.
12700
12701         * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
12702         static prototypes.
12703         (override_options, ix86_comp_type_attributes, print_operand,
12704         output_387_binary_op, output_fix_trunc, output_fp_compare):
12705         Constify a char*.
12706         (ix86_sched_reorder): Mark parameter `clock_var' with
12707         ATTRIBUTE_UNUSED.
12708
12709         * i386.h (DEBUG_PRINT_REG): Constify a char*.
12710
12711 Fri Dec 10 16:12:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12712
12713         * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
12714         operand, for use in the Java front-end.
12715
12716 1999-12-10  Ben Collins  <bcollins@debian.org>
12717
12718         * configure.in: Fix typo for "-64" in 64bit as check.
12719         * configure: Rebuilt.
12720
12721 1999-12-10  Jakub Jelinek  <jakub@redhat.com>
12722
12723         * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
12724         appropriate.
12725
12726 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12727
12728         * c-parse.in (string): With -Wtraditional, warn if ANSI string
12729         concatenation is utilized.
12730
12731         * invoke.texi (-Wtraditional): Document it.
12732
12733 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12734
12735         * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
12736         Cast a ptrdiff_t to long and pass it to printf with %ld.
12737
12738 1999-12-10  Geoff Keating  <geoffk@cygnus.com>
12739
12740         * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
12741         68881, we have no 68881 registers at all.
12742         (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
12743         value in a 68881 register if it is available.
12744
12745 1999-12-10  Clinton Popetz  <cpopetz@cygnus.com>
12746
12747         * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
12748         for long long multiply-accumulate.
12749
12750 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12751
12752         * loop.c (insert_loop_mem): Undo last change.
12753
12754 1999-12-10  David S. Miller  <davem@redhat.com>
12755
12756         * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
12757         New functions.
12758         * config/sparc/sparc-protos.h: Add them.
12759         * config/sparc/sparc.h: Add them to PREDICATE_CODES.
12760         (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
12761         constraints which use those helpers.
12762         (EXTRA_CONSTRAINT): Use this new macro.
12763         * md.texi: Update sparc target constraints documentation.
12764         * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
12765         movsf_const_high, movsf_const_lo, movsf_insn): Delete.
12766         (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
12767         movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
12768         (movsf high/lo_sum split): Rework for new patterns.
12769         (movsf expander): Allow storing fp_zero to memory if ! live_g0.
12770
12771 1999-12-09  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12772
12773         * c-common.c (c_common_nodes_and_builtins):
12774         Create __builtin_ptrdiff_t and __builtin_size_t.
12775
12776 Thu Dec  9 18:05:48 1999  Jeffrey A Law  (law@cygnus.com)
12777
12778         * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
12779
12780 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12781
12782         * regclass.c (globalize_reg): Re-instate test that allows
12783         fixed registers to be declared as a variable even after functions
12784         are defined.
12785
12786 Fri Dec 10 00:52:13 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12787
12788         * i386.md (cpu attribute): Add "athlon".
12789         (athlon_decode): New attribute.
12790         (Athlon scheduling units definitions): New.
12791         (fcmp and shld patterns): Set athlon_decode to "vector".
12792         * i386.c (athlon_cost): New.
12793         (m_ATHLON): New.
12794         (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
12795         x86_use_sahf): Set for Athlon.
12796         (x86_use_fiop): Unset for Athlon.
12797         (override_options): Define Athlon alignments and "athlon" name.
12798         (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
12799         * i386.h (TARGET_ATHLON): New.
12800         (enum processor_type): Add PROCESSOR_ATHLON.
12801         (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
12802         for CPU_DEFAULT==5
12803         (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
12804
12805 1999-12-09  Andreas Jaeger  <aj@suse.de>
12806
12807         * loop.c (record_biv): Declare parameter as int.
12808
12809         * config/i386/i386-protos.h: Declare long_memory_operand.
12810
12811 1999-12-09  Mark Mitchell  <mark@codesourcery.com>
12812
12813         * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
12814         EXPR_WITH_FILE_LOCATION.
12815
12816 Thu Dec  9 11:36:24 MET 1999 Jan Hubicka  <hubicka@freesoft.cz>
12817
12818         * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
12819         in expander.
12820
12821         * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
12822
12823         * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
12824         updating code.
12825
12826 1999-12-09  Jakub Jelinek  <jakub@redhat.com>
12827
12828         * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
12829         default on linux64 again.
12830         * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
12831         models for multilibing.
12832         * genmultilib: Accept | as alternative separator within a set in
12833         MULTILIB_OPTIONS.
12834
12835         * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
12836
12837         * calls.c (precompute_arguments): Make sure initial_value contains
12838         value pseudo which CSE expects.
12839         * cse.c (struct set): New entry orig_src.
12840         (cse_insn): Set it early on entry, use it for libcall EQUIV note
12841         replacement.
12842
12843 Wed Dec  8 22:24:15 1999  Richard Henderson  <rth@cygnus.com>
12844
12845         * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
12846
12847 1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
12848
12849         * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
12850
12851 1999-12-08  Jakub Jelinek  <jakub@redhat.com>
12852
12853         * config/sparc/sparc.c (ultra_cmove_results_ready_p,
12854         ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
12855
12856         * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
12857         if TARGET_ARCH32.
12858
12859         * longlong.h: Merge in changes from glibc.
12860         Also don't clobber %g2 register in 32bit SPARC assembly, so that
12861         -mno-app-regs libgcc can be compiled.
12862         * libgcc2.c: Add defines so that the updated longlong.h
12863         can be used in libgcc2.a. Also, make sure on most architectures
12864         (at least on all which have optimized code in longlong.h defined
12865         for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
12866
12867 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12868
12869         * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
12870         `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
12871         * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
12872         is GNU ld.
12873         * configure: Rebuilt.
12874
12875 Wed Dec  8 03:45:40 1999  Richard Henderson  <rth@cygnus.com>
12876
12877         * alpha.c (secondary_reload_class): For !BWX, sub-simode
12878         outputs require a register.
12879
12880 1999-12-08  Brendan Kehoe  <brendan@cygnus.com>
12881
12882         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
12883         _df_to_usi.  Required by some targets, so US_SOFTWARE_GOFAST calls to
12884         functions like dptoul will be resolved.
12885         (libgcc2.a): Make sure that the object files from DPBIT are named
12886         differently (prefix `_dp') from those that would be coming from
12887         FPBIT.
12888
12889 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>,  Jakub Jelinek  <jakub@redhat.com>
12890
12891         * configure.in: When target is sparc* and tm_file contains 64,
12892         test for 64bit support in assembler.  If not supported, remove
12893         sparc/t-sol2-64 from target-dependent Makefile fragments.
12894         (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
12895         (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
12896         (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
12897         * acconfig.h (AS_SPARC64_FLAG): Added.
12898         * configure, config.in: Rebuilt.
12899         * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
12900         support.  Use AS_SPARC64_FLAG.
12901
12902 1999-12-07  Jakub Jelinek  <jakub@redhat.com>
12903
12904         * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
12905         suitable for holding OFmode values so that gcc works with complex
12906         quad long doubles.
12907         (hard_64bit_mode_classes): Likewise.
12908
12909         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
12910         so that it is actually matched.
12911         (sethi_di_medlow): Likewise.
12912
12913         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
12914         as legitimate constant if -mvis.
12915         * config/sparc/sparc.md (movtf): Likewise.
12916         (clear_sf): Use const_double_operand.
12917         (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
12918
12919         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
12920         * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
12921         * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
12922         routines, _Qp_* cannot be handled like that now.
12923         (INIT_TARGET_OPTABS): Likewise.
12924         * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
12925         (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
12926         sparc_emit_float_lib_cmp if ARCH64 and soft float.
12927         (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
12928         floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
12929         divtf3, sqrttf3): New expanders.
12930         (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
12931         floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
12932         addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
12933         non-_hq patterns.
12934
12935         * configure.in (sparc64-*-linux*): Use posix threads if enabled.
12936         * configure: Rebuilt.
12937         * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
12938         -mcpu is given and we're doing 64bit compiles.
12939
12940 Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
12941
12942         * loop.h (struct induction): Add multi_insn_incr.
12943         * loop.c (basic_induction_var): New multi_insn_incr argument.
12944         Set it if we search back through previous insns for the biv.
12945         (record_biv): New multi_insn_incr argument; fill in struct induction.
12946         (strength_reduce): Discard an iv with multiple bivs, any of
12947         which require multiple insns to increment.
12948
12949 1999-12-07  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12950
12951         * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
12952         documentation.
12953
12954 1999-12-06  David S. Miller  <davem@redhat.com>
12955
12956         * combine.c (check_promoted_subreg): Do not conditionalize this upon
12957         PROMOTE_FUNCTION_RETURN.
12958
12959 Mon Dec  6 15:12:14 1999  Jim Wilson  <wilson@cygnus.com>
12960
12961         * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
12962         and handle REG_UNUSED note on insn.
12963
12964         * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask.  Set
12965         inner_mask instead of mask.
12966
12967 1999-12-06  Brendan Kehoe  <brendan@cygnus.com>
12968
12969         * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
12970         zero if there was an error.
12971
12972 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
12973
12974         * config/sparc/sparc.md (return_losum_di): Fix typo in asm
12975         output string.
12976
12977         * longlong.h: Fix clobbers in SPARC asm statements.
12978
12979         * config/sparc/sparc.c (input_operand): Allow HImode and QImode
12980         valid sethi operations when TARGET_ARCH64.
12981
12982         * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
12983         always use move_by_pieces to avoid infinite recursion.
12984         (restore_fixed_argument_area): Likewise.
12985
12986         * combine.c (check_promoted_subreg, record_promoted_value): New
12987         functions.
12988         (combine_instructions): Use them to retain nonzero and sign bit
12989         information after SUBREGs are eliminated by optimizations in
12990         this pass if PROMOTE_FUNCTION_RETURN.
12991
12992         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
12993         .register declaration. Don't use variables with __ prefixes.
12994
12995 Mon Dec  6 12:24:52 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12996
12997         * fold-const.c (optimize_bit_field_compare): Only use one mode
12998         for both RHS and LHS in non-constant case.
12999
13000 1999-12-06  Nathan Sidwell  <nathan@acm.org>
13001
13002         * frame.c (start_fde_sort): Only allocate erratic array, if
13003         linear one was allocated. Return allocated flag.
13004         (fde_insert): Only insert, if there's a valid array.
13005         (fde_end_sort): Split, sort and merge if linear and erratic
13006         arrays exist, else just sort linear one.
13007         (search_fdes): New function. Linear search through original fde
13008         structure.
13009         (frame_init): Permit multiple initializations. Cope with
13010         memory shortages.
13011         (find_fde): Fallback on linear search, if failed to sort array.
13012         (__deregister_frame_info): Only free sorted array, if we
13013         allocated it.
13014
13015 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
13016
13017         * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
13018
13019 1999-12-05  Jakub Jelinek  <jakub@redhat.com>
13020
13021         * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
13022
13023 1999-12-05  Mark Mitchell  <mark@codesourcery.com>
13024
13025         * tree.h (special_function_p): Declare.
13026         * calls.c (special_function_p): Make it global.  Don't take `name'
13027         as a parameter.  Fix typo in 1999-11-28 change.
13028         (expand_cal): Adjust.
13029
13030 1999-12-04  Mark Mitchell  <mark@codesourcery.com>
13031
13032         * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
13033         * tree.h (EXPR_WFL_FILENAME): Define in terms of
13034         EXPR_WFL_FILENAME_NODE.
13035         (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
13036         the TREE_CHAIN.
13037         * print-tree.c (print_note): Print TREE_PRIVATE and
13038         TREE_PROTECTED.
13039
13040         * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
13041         the original die cannot be found.
13042
13043         * varray.h (varray_head_tag): Add elements_used.
13044         (VARRAY_PUSH): New macro.
13045         (VARRAY_POP): Likewise.
13046         (VARRAY_TOP): Likewise.
13047         Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
13048         types.
13049         * varray.c (varray_init): Initialize elements_used.
13050         * Makefile.in (BASIC_BLOCK_H): Add varray.h.
13051         (INTEGRATE_H): New variable.
13052         (integrate.o): Depend on INTEGRATE_H.
13053         (unroll.o): Likewise.
13054
13055         * function.h (insert_block_after_note): Declare.
13056         * function.c (insert_block_after_note): Split out from ...
13057         (retrofit_block): ... here.
13058
13059         * stmt.c (expand_fixup): Fix typo in comment.
13060
13061 Sat Dec  4 14:13:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13062
13063         * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
13064         (optimize_reg_copy_1): Remove REG_N_REFS updating code.
13065         (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
13066         (regmove_optimize, fixup_match_1): Likewise.
13067
13068 1999-12-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13069
13070         * flow.c (flow_loops_dump): Add missing argument when calling
13071         flow_loop_nested_p.
13072
13073 1999-12-04  Geoffrey Keating  <geoffk@cygnus.com>
13074             Greg McGary  <gkm@gnu.org>
13075
13076         * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
13077         (init_attributes): Add A_NO_LIMIT_STACK.
13078         (decl_attributes): Handle A_NO_LIMIT_STACK.
13079         * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
13080         * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
13081         Handle stack bounds checking.
13082         * flags.h (flag_stack_check): Use the word 'probe' rather than
13083         'check', because the flag doesn't actually cause any checking to
13084         be done.
13085         * function.c (expand_function_start): Set
13086         current_function_limit_stack.
13087         * function.h (struct function): Add limit_stack.
13088         (current_function_limit_stack): Define.
13089         * invoke.texi (Code Gen Options): Document new options.
13090         * rtl.h: Declare stack_limit_rtx.
13091         * toplev.c (stack_limit_rtx): New variable.
13092         (decode_f_option): Handle new options -fstack-limit-register=REG,
13093         -fstack-limit-symbol=IDENT, -fno-stack-limit.
13094         (main): Add stack_limit_rtx as GC root.
13095         * tree.h (DECL_NO_LIMIT_STACK): New macro.
13096         (struct tree_decl): New member no_limit_stack.
13097
13098         * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
13099         stack_limit_rtx.
13100         * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
13101         (conditional_trap+1): Get new mnemonic correct.
13102         (conditional_trap+2): New pattern for DImode traps.
13103
13104         * config/m68k/m68k.c (output_function_prologue): Handle
13105         stack_limit_rtx.
13106         * config/m68k/m68k.md (trap): New insn.
13107         (conditional_trap): New insn.
13108         * md.texi (Standard Names): Document `trap' and
13109         `conditional_trap'.
13110         * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
13111         so a cc0 setter doesn't get emitted at some random place in the
13112         function.
13113
13114         * config/i960/i960.md (trap): New insn.
13115         (conditional_trap): New expander.
13116         (conditional_trap+1, conditional_trap+2): New insns for signed
13117         and unsigned cases.
13118         * config/i960/i960.c (i960_function_prologue): Use
13119         STARTING_FRAME_OFFSET.  Handle stack_limit_rtx.
13120
13121 Thu Dec  2 21:22:45 1999  Greg McGary  <gkm@gnu.org>
13122                           Geoffrey Keating  <geoffk@cygnus.com>
13123
13124         * flags.h (warn_padded, warn_packed): Add global var decls.
13125         * toplev.c (warn_padded, warn_packed): Add global var defns.
13126         (W_options): Add warnings `-Wpacked' and `-Wpadded'.
13127         * stor-layout.c (layout_record): Add local variable `type'
13128         to hold often-used TREE_TYPE (field).  Add local variable
13129         `unpacked_align' to hold alignment that would be in force
13130         if no `packed' attribute were present.  Warn if `packed' attribute
13131         is unnecessary, or even harmful.  Warn when gcc inserts padding
13132         to satisfy alignment requirements of members.  Use NULL_TREE
13133         when checking whether var_size is set.
13134         * invoke.texi: Document new flags.
13135
13136 1999-12-03  Nathan Sidwell  <nathan@acm.org>
13137
13138         * frame.c (fde_split): Reimplement to avoid variable sized array.
13139
13140 Thu Dec  2 18:59:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13141
13142         * combine.c (try_combine): Before fixing up LOG_LINKS for the
13143         i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
13144
13145 1999-12-02  Gavin Romig-Koch  <gavin@cygnus.com>
13146
13147         * invoke.texi: Document the mips option -mno-crt0
13148
13149 1999-12-02  Mike Karr  <mkarr@mathworks.com>
13150
13151         * cccp.c (argdata): Added free_ptr member.
13152         (macroexpand): Initialize free_ptr of each argument. When an
13153         argument's buffers are freed, if the argument's free_ptr corresponds
13154         to a buffer on the input stack, then return the free_ptr to that stack
13155         frame, otherwise, free it.
13156         (macarg): If an argument begins and ends on the same input stack level,
13157         then transfer the free_ptr of that buffer to the argument in case
13158         the stack is popped during the processing of a subsequent argument.
13159
13160 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
13161
13162         * loop.c (note_reg_stored): New function.
13163         (struct note_reg_stored_arg): New structure.
13164         (try_copy_prop): Change to be more conservative; only replace within
13165         one extended basic block and stop replacing if a store to the
13166         replacement reg is seen.
13167
13168 1999-12-02  Nick Clifton  <nickc@cygnus.com>
13169
13170         * config/fp-bit.c: Initialise all fields of the NAN
13171         constants.
13172
13173         * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
13174         to HANDLE_PRAGMA.
13175
13176 Wed Dec  1 18:16:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
13177
13178         * i386.md (extend?f?f2): Force the input into a register, not
13179         the output.
13180
13181 1999-12-01  Jakub Jelinek  <jakub@redhat.com>
13182
13183         * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
13184         regclass' sake.
13185         (movdf_const_intreg_sp32): Likewise. Prefer the memory load
13186         alternative because setting up 64bit constant is usually costly,
13187         especially when reload is in progress or completed.
13188         (movdf_const_intreg_sp64): Likewise.
13189         (movdf_const_intreg split): Fix building up constants when
13190         HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
13191
13192 Wed Dec  1 16:51:22 1999  Jeffrey A Law  (law@cygnus.com)
13193
13194         * combine.c (if_then_else_cond): Use const_true_rtx instead of
13195         const1_rtx for return values in EQ/NE comparison against (const_int 0)
13196         case.
13197
13198         * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
13199         (asm_file_start): Emit .am33 into assembly file when compiling for
13200         the AM33.
13201         (print_operand_address): Handle POST_INC addresses.
13202         (can_use_return_insn, initial_offset): Check AM33 registers too.
13203         (expand_prologue): Check & save AM33 registers too.
13204         (expand_epilogue): Similarly.
13205         (secondary_reload_class): Handle AM33 specific secondary reloads.
13206         (output_tst): Emit efficient code for the AM33 too.
13207         * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
13208         (TARGET_SWITCHES): Add -mam33 switch.
13209         (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
13210         (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
13211         (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
13212         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
13213         (enum reg_class, REG_CLASS_NAMES): Likewise.
13214         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
13215         (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
13216         (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
13217         (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
13218         (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
13219         (HAVE_POST_INCREMENT): Define.
13220         (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
13221         (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
13222         * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
13223         (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
13224         (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
13225         (zero_extend to SI from QI/HI): Likewise.
13226         (sign_extend to SI from QI/HI): Likewise.
13227         (mulsidi3, umulsidi3): New patterns for the AM33.
13228         (tstsi with zero extension from QI/HI): Add AM33 variants.
13229         (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
13230         (return_internal_regs, store_movm): Handle new AM33 registers.
13231         * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
13232         (LIBGCC, INSTALL_LIBGCC): Likewise.
13233         * invoke.texi: Document new flags.
13234
13235 Fri Nov 26 10:59:12 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13236
13237         * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
13238         (addsi3_carry): Likewise.
13239         (sbbsi3_cc): Add "binary_operator_ok" to the condition.
13240         (sbbsi3_carry): Likewise.
13241         (mulsi3): Rewrite to expander, ensure that only one operand is memory.
13242         (mulhi3): Likewise.
13243         (test?i_1): Ensure that only one operand is memory.
13244         (conditional move patterns): likewise.
13245         (shift and rotate patterns): Rewrite to expander, add
13246         "binary_operator_ok" to the condition.
13247
13248         * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
13249         * i386.h (procesor_costs): Add movzbl_load field.
13250         (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
13251         non-Q registers, accept DImode registers anywhere.
13252         (Q_CLASS_P): New.
13253         (MEMORY_MOVE_COST): Calculate QImode moves correctly.
13254         * i386.c (*_cost): Set value for movxbl_load field.
13255
13256         * (addsi): New add to lea splitter.
13257         (ashlsi): Likewise.
13258         (lea to add/shift peep2): New.
13259
13260 1999-12-01  Mark Salter <msalter@cygnus.com>
13261
13262         * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
13263         * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
13264         * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
13265
13266 Tue Nov 30 15:20:52 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13267
13268         * i386.c (ix86_expand_move): Never add clobbers to move patterns.
13269         * i386.md (movsi_xor): New.
13270         (movsi_or): New.
13271         (movsi_1, movhi_1, movqi_1): Remove.
13272         (movsi_2): Rename to movsi_1.
13273         (movhi_2): Rename to movhi_1.
13274         (movqi_2): Rename to movqi_1.
13275         (movdi_1): Remove; remove splitter.
13276         (movdi_2): Rename to movdi_1.
13277         (divmodsi4 splitter): Do not emit clobbers for move patterns.
13278         (long move peep2): Do not create QI or HI mode mov0s
13279         (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
13280
13281         * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
13282         rewrite splitters.
13283
13284         * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
13285         (abs?f2_if): Likewise.
13286
13287 1999-11-30  Alex Samuel  <samuel@codesourcery.com>
13288
13289         * ggc.h (ggc_test_and_set_mark): New macro.
13290         (ggc_mark_rtx): Use ggc_test_and_set_mark.
13291         (ggc_mark_tree): Likewise.
13292         (ggc_mark_rtvec): Likewise.
13293         * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
13294
13295 1999-11-30  Jason Merrill  <jason@casey.cygnus.com>
13296
13297         * dwarf2out.c (scope_die_for): Only handle types.  Only search for
13298         containing types.
13299         (decl_scope_table): Just an array of trees now.
13300         (push_decl_scope): Simplify.
13301         (dwarf2out_init): Adjust.
13302         (local_scope_p): New fn.
13303         (gen_inlined_enumeration_type_die): Don't call scope_die_for.
13304         (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
13305         (gen_typedef_die): Likewise.
13306         (gen_lexical_block_die): Don't call push/pop_decl_scope.
13307         (gen_inlined_subroutine_die): Likewise.
13308         (gen_abstract_function): Set current_function_decl temporarily.
13309         (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
13310         Handle block extern declarations.  Don't call push/pop_decl_scope.
13311         (gen_decl_die): Fix logic for block externs.
13312
13313 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13314
13315         * calls.c (special_function_p): Remove `realloc' and add `strdup'
13316         to the list of functions which have attribute malloc by default.
13317
13318 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13319
13320         * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
13321         integer constant does not match the traditional type, limit the
13322         warnings to cases where the base of the type is ten.
13323
13324         * invoke.texi (-Wtraditional): Document it.
13325
13326 Tue Nov 30 15:18:35 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13327
13328         * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
13329         * rs6000.md: Only access a CONST_INT with INTVAL
13330
13331 Tue Nov 30 14:21:00 1999  Richard Henderson  <rth@cygnus.com>
13332
13333         * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
13334         (compute_nearerout): Likewise.
13335         * ggc-page.c (ggc_page_print_statistics): Explicitly cast
13336         size_t to unsigned long for formatting.
13337
13338 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13339
13340         * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
13341         Allow the user to override call-used/fixed state of %g2-5
13342         registers from the command line (with the exception of %g4 for
13343         embedded model).
13344         (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
13345         there is a higher chance of having a leaf function.
13346         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
13347         for ARCH64 which has %ccr register.
13348         * config/sparc/sparc.md (return_losum_si, return_losum_di): New
13349         patterns.
13350         * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
13351         insn accept into delay slot any insn which does not use %[ol]
13352         registers.  Accept some LO_SUM and shift left by 1 for the normal
13353         restore case.
13354         (output_function_epilogue): Likewise.
13355         (epilogue_renumber): Added argument which inhibits any renumbering
13356         and just tests if the rtx does not use any %[ol] registers.
13357         (output_return): Reflect above change.
13358
13359 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13360
13361         * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
13362         aggregate passing for sizes <= 16 bytes.
13363
13364 1999-11-30  Bernd Schmidt  <bernds@cygnus.co.uk>
13365
13366         * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
13367         * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
13368         * reload.c (find_dummy_reload): Likewise.
13369         (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
13370         * reload1.c (reload_as_needed): Likewise.
13371         * stupid.c (stupid_find_reg): Likewise.
13372         * tm.texi (Obsolete Register Macros): Delete section.
13373         * gmicro.h: Remove all traces of the two macros.
13374         * i386.h: Likewise.
13375         * m88k.h: Likewise.
13376         * mips.h: Likewise.
13377
13378 1999-11-30  Brendan Kehoe  <brendan@cygnus.com>
13379
13380         * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
13381         (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
13382         (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
13383         * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
13384         units for the sparclite86x chip.
13385         (flush): Revert October 14th change; add SImode specifically.
13386         (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
13387         * invoke.texi: Document it.
13388
13389 Tue Nov 30 14:58:14 1999  Nick Clifton  <nickc@cygnus.com>
13390
13391         * config/mn10200/mn10200.h (PREDICATE_CODES): Add
13392         psimode_truncation_operand.
13393
13394         * config/mn10200/mn10200.c (psimode_truncation_operand): New
13395         function.  Return true if the operand is either a MEM valid
13396         for a PSImode address or not a MEM at all.
13397
13398         * config/mn10200/mn10200.md (truncsipsi2): Use
13399         psimode_truncation_operand.
13400
13401 1999-11-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13402
13403         * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
13404         (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
13405         (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
13406         (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
13407         (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
13408         (flow_loop_level_compute, low_loops_level_compute): Likewise.
13409         (flow_loops_find, flow_loop_outside_edge_p): Likewise.
13410         * basic-block.h: Protect from multiple inclusion.
13411         (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
13412         (struct loops, struct loop): Define structures.
13413         * sbitmap.c (sbitmap_a_subset_b_p): New function.
13414         * sbitmap.h: Protect from multiple inclusion.
13415         (sbitmap_a_subset_b_p): Add prototype.
13416         * Makefile.in (LOOP_H): New macro.
13417         (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
13418
13419 Tue Nov 30 01:34:47 1999  Philippe De Muyter  <phdm@macqel.be>
13420
13421         * cppinit.c (CAT): The argument list of this macro may not contain
13422         spaces !
13423
13424 1999-11-29  David S. Miller  <davem@redhat.com>
13425
13426         Move quantity tables and register equivalence chains into
13427         per-qty and per-register structure arrays respectively.
13428         * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
13429         qty_const_insn, qty_comparison_code, qty_comparison_const,
13430         qty_comparison_qty): Delete, replace with...
13431         (qty_table): this structure table.
13432         (reg_next_eqv, reg_prev_eqv): Delete, replace with...
13433         (reg_eqv_table): this structure table.
13434         (make_new_qty): Add argument MODE.  Caller updated.
13435         Update to use qty_table and reg_eqv_table.
13436         (make_regs_eqv, delete_reg_equiv, insert_regs,
13437         insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
13438         fold_rtx, equiv_constant, record_jump_cond, cse_insn,
13439         cse_process_notes, cse_main, cse_basic_block): Likewise.
13440
13441 Mon Nov 29 16:56:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13442
13443         * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
13444         operation if C is negative.
13445         (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
13446         (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
13447         law for some divisions if constant is negative and change other
13448         divisions to the opposite rounding.
13449
13450         * expr.c (store_constructor_field): If bit position is not multiple
13451         of alignment of TARGET's mode, use BLKmode.
13452
13453         * expr.c (expand_expr_unaligned): Add more code from full case
13454         that is needed when OP0 is in a register.
13455
13456 Mon Nov 29 18:09:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13457
13458         * dwarfout.c (field_byte_offset): Size can be zero if there was
13459         an error.
13460
13461 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13462
13463         * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
13464         (associate_trees): Delete unused var TEM.
13465         (extract_muldiv): Delete unused var CANCEL_P.
13466
13467         * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
13468         (target_isinf, target_isnan, target_negative): Add return types to
13469         function definitions.
13470
13471 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13472
13473         * fixinc/fixincl.c(process): don't skip GLIBC files any more.
13474         * fixinc/hackshell.tpl: ditto
13475         * fixinc/fixtests.c(double_slash_test): more C++ header testing
13476         * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
13477
13478 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13479
13480         * reload.c (push_reload): When looking for a register to put into
13481         reg_rtx, make sure all hard regs in a multi-reg register are in the
13482         right class and nonfixed.
13483
13484         * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
13485         pending_read_insns, pending_write_insns, pending_read_mems,
13486         pending_write_mems, pending_list_length, last_pending_memory_flush,
13487         last_function_call, sched_before_next_call): Move static variables
13488         into a structure.
13489         (bb_ prefixed versions): Replace with single array bb_deps.
13490         (struct deps): New structure.
13491         (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
13492         sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
13493         argument of type "struct deps *"; use that instead of global
13494         variables.  All callers changed.
13495         (init_rgn_data_dependencies): Delete function.
13496         (init_rtx_vector): Delete function.
13497         (init_deps): New function.
13498
13499         (free_pending_lists): Simplify, we always use the bb_deps array even
13500         if only one basic block.
13501         (compute_block_backward_dependences): Likewise.
13502         (schedule_region): Likewise.
13503
13504         (propagate_deps): New function, broken out of
13505         compute_block_backward_dependences.
13506         (compute_block_backward_dependences): Use it.
13507
13508         * alpha.md: Delete useless patterns that tried to work around
13509         register elimination problems.
13510
13511         * unroll.c (loop_iterations): Don't abort if iteration variable
13512         was made by loop.
13513
13514         From Joern Rennecke:
13515         * reload1.c (reloads_conflict): Reverse test comparing operand
13516         numbers when testing for conflict between output/outaddr reloads.
13517
13518 1999-11-29  David S. Miller  <davem@redhat.com>
13519
13520         * config/sparc/sparc.c (init_cumulative_args): Fix type of third
13521         arg.
13522         * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
13523
13524 1999-11-28  Robert Lipe  <robertl@cygnus.com>
13525
13526         * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
13527         table from .fini into .dtor.
13528
13529 1999-11-28  Anthony Green  <green@cygnus.com>
13530
13531         * tree.h (struct tree_decl): Add malloc_flag.
13532         (DECL_IS_MALLOC): Define.
13533         * c-common.c (attrs): Add A_MALLOC attribute.
13534         (init_attributes): Add this attribute to the table.
13535         (decl_attributes): Handle malloc attribute.
13536         * calls.c (special_function_p): Check for the malloc attribute.
13537         * extend.texi (Function Attributes): Document malloc attribute.
13538
13539 Sun Nov 28 13:21:00 1999  Jeffrey A Law  (law@cygnus.com)
13540
13541         * pa.md (reload shift-add patterns): Remove.
13542
13543 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13544
13545         * reorg.c (dbr_schedule) Print more statistics. Corrected
13546         problem when printing info when 3 delay slots are filled.
13547
13548 1999-11-28  Jakub Jelinek  <jakub@redhat.com>
13549
13550         * combine.c (setup_incoming_promotions): Pass an outgoing
13551         regno to FUNCTION_ARG_REGNO_P which it expects.
13552
13553 1999-11-28  Andreas Jaeger  <aj@suse.de>
13554
13555         * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
13556
13557 Sun Nov 28 00:48:15 1999  Philippe De Muyter  <phdm@macqel.be>
13558
13559         * cccp.c (do_include): Avoid initialization of automatic variable.
13560
13561         * integrate.c (mark_stores): Function definition made void, to match
13562         previous declaration.
13563         * regclass.c (dump_regclass): Ditto.
13564         * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
13565
13566 Sat Nov 27 08:38:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13567
13568         * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
13569         known to be multiple of divisor.
13570
13571         * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
13572
13573         * combine.c (try_combine): Add code to try to merge a set of a
13574         two-word pseudo to a constant with a setting of one of those words
13575         to a constant.
13576
13577         * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
13578         (split_tree): Completely rework to make more general.
13579         (make_range, fold): Call negate_expr.
13580         (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
13581         (fold, associate): Call new split_tree and associate_trees.
13582         (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
13583
13584 1999-11-26  Bernd Schmidt  <bernds@cygnus.co.uk>
13585
13586         * loop.c (try_copy_prop): Avoid GNU C extension.
13587
13588 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13589
13590         * except.c (init_eh_for_function): Still zero eh_return_context,
13591         eh_return_stack_adjust, and eh_return_handler.
13592
13593         * except.h (eh_status): Adjust documentation for x_protect_list.
13594         (begin_protect_partials): New function.
13595         * except.c (enqueue_eh_entry): Fix formatting.
13596         (get_first_handler): Add consistency check.
13597         (add_partial_entry): Adjust usage of protect_list.
13598         (emit_cleanup_handler): Save and restore ehqueue.
13599         (expand_start_all_catch): Add comment.
13600         (begin_protect_partials): New function.
13601         (end_protect_partials): Adjust usage of protect_list.
13602         (init_eh_for_function): Use xcalloc.
13603
13604 1999-11-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13605
13606         * c-common.c (check_format_info): Don't call a variadic function
13607         with a non-literal format string.
13608
13609         * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
13610
13611         * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
13612         pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
13613         Likewise.
13614
13615         * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
13616         Likewise.
13617
13618         * collect2.c (collect_wait): Likewise.
13619
13620         * dbxout.c (dbxout_type): Likewise.
13621
13622         * gcc.c (do_spec_1): Likewise.
13623
13624         * genemit.c (gen_insn, gen_expand): Likewise.
13625
13626         * genrecog.c (write_switch, write_subroutine): Likewise.
13627
13628         * mips-tfile.c (catch_signal, botch): Likewise.
13629
13630         * print-rtl.c (print_rtx): Likewise.
13631
13632         * toplev.c (default_print_error_function, report_error_function,
13633         _fatal_insn): Likewise.
13634
13635 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13636
13637         * tree.c (unsave_expr_now): Handle NULL_TREE as input.
13638
13639 Wed Nov 24 17:08:09 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13640
13641         * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
13642         operations when needed.
13643         * i386.md (fop_?f_comm): New.
13644         (fop_?f_1): Do not accept commutative operands.
13645
13646 1999-11-25  Andreas Jaeger  <aj@suse.de>
13647
13648         * config/mips/mips.md (casesi_internal): Add missing brace.
13649
13650 1999-11-25  Jason Merrill  <jason@casey.cygnus.com>
13651
13652         * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
13653         (splice_child_die): Handle moving a child DIE from the declaration
13654         DIE of a class to its specification.
13655         (gen_struct_or_union_type_die): Use 'complete' consistently.
13656         (gen_decl_die): Generate the virtual context DIE first.
13657         Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
13658
13659 1999-11-24  Gavin Romig-Koch  <gavin@cygnus.com>
13660
13661         * config/mips/mips.md (call_value_multiple_interanal1): New.
13662
13663 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
13664
13665         * dwarf2out.c (free_AT, free_die): New fns.
13666         (remove_children): Call them.
13667         (output_line_info): Disable removal of duplicate notes.
13668
13669         Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
13670         * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
13671         means pretend the type isn't defined.
13672         Don't defer emitting types.
13673         (gen_type_die_for_member): New fn.
13674         (gen_decl_die): Call it.
13675         (splice_child_die): New fn.
13676         (gen_member_die): Call it rather than generate duplicate dies.
13677
13678         Defer emitting information for the abstract instance of an inline
13679         until we either inline it or emit an out-of-line copy.
13680         * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
13681         from output_inline_function if DECL_ABSTRACT is also set.
13682         (block_ultimate_origin): Likewise.
13683         (gen_abstract_function): New fn.
13684         (gen_decl_die, gen_inlined_subroutine_die): Call it.
13685         (gen_subprogram_die):  An abstract instance is not a declaration
13686         just because it doesn't match current_function_decl.  Don't abort
13687         because DECL_DEFER_OUTPUT isn't set.  Do abort if a declaration
13688         has an abstract origin.
13689         * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
13690         abstract instance here.
13691
13692 Wed Nov 24 18:39:18 1999  Andrew Haley  <aph@cygnus.com>
13693
13694         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
13695         where we need to reload fpul from a system register.
13696
13697 1999-11-24  Andreas Jaeger  <aj@suse.de>
13698
13699         * config/mips/linux.h (CPP_PREDEFINES): Added.
13700         (LINK_SPEC): Remove -Y since this is only needed on sparc.
13701
13702 1999-11-24  Andreas Jaeger  <aj@suse.de>
13703
13704         * config/mips/linux.h (TARGET_VERSION): Added.
13705         (HANDLE_SYSV_PRAGMA): Added.
13706         (DEFAULT_VTABLE_THUNKS): Added.
13707
13708 Wed Nov 24 14:12:15 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13709
13710         * local-alloc.c (qty): New structure and static variable.
13711         (qty_phys_reg): Remove, all references changed to qty.
13712         (qty_n_refs): Likewise.
13713         (qty_min_class): Likewise.
13714         (qty_birth): Likewise.
13715         (qty_death): Likewise.
13716         (qty_size): Likewise.
13717         (qty_mode): Likewise.
13718         (qty_n_calls_crossed): Likewise.
13719         (qty_alternate_class): Likewise.
13720         (qty_changes_size): Likewise.
13721         (qty_first_reg): Likewise.
13722         (alloc_qty): Rename variable QTY to QTYNO.
13723         (finf_free_reg): Likewise.
13724         (local_alloc): Allocate qty, do not allocate the removed variables.
13725
13726 Wed Nov 24 17:26:05 1999  Geoffrey Keating  <geoffk@cygnus.com>
13727
13728         * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
13729         when -membedded-pic is passed.
13730
13731         * config/mips/mips.md (casesi): Handle 64-bit case too.
13732         (casesi_internal_di): New insn.
13733
13734         * config/mips/mips.c (embedded_pic_offset): Always make the
13735         embedded-pic subtractions relative to the name of the current
13736         function by use of the magic string "..CURRENT_FUNCTION".
13737         * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
13738
13739 1999-11-24  Geoffrey Keating  <geoffk@cygnus.com>
13740
13741         * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
13742         of (const_int 0), when what we really care about is
13743         whether it's a zero constant anyway.
13744         (div_trap_mips16): Likewise.
13745
13746 1999-11-23  Mark Mitchell  <mark@codesourcery.com>
13747
13748         * loop.c (loop_optimize): Always find_loop_tree_blocks and
13749         unroll_block_trees when generating debuggable code.
13750
13751         * tree.h (unsave_expr_1): New function.
13752         (lang_unsave): New variable.
13753         (get_callee_fndecl): New function.
13754         * tree.c (unsave_expr_now_r): New function.
13755         (lang_unsave): Define.
13756         (unsave_expr_1): Likewise.
13757         (unsave_expr_now_r): Split out from unsave_expr_now.
13758         (unsave_expr_now): Call lang_unsave if it is non-NULL.  Otherwise,
13759         call unsave_expr_now_r.
13760         (get_callee_fndecl): Define.
13761
13762         * Makefile.in (gencheck): Don't depend on lang_tree_files.
13763         (gencheck.o): Do depend on lang_tree_files.
13764
13765         * integrate.h (copy_decl_for_inlining): New declaration.
13766         * integrate.c (copy_and_set_decl_abstract_origin): Remove.
13767         (copy_decl_for_inlining): New function.
13768         (integrate_parm_decls): Use it.
13769         (integrate_decl_tree): Likewise.
13770
13771 1999-11-23  Gavin Romig-Koch  <gavin@cygnus.com>
13772
13773         * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
13774         the second two from the first.
13775         (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
13776         * config/mips/mips.md (movcc,reload_incc,reload_outcc,
13777         conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13778         ISA_HAS_FP4.
13779         * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
13780         override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13781         ISA_HAS_FP4.
13782
13783 Tue Nov 23 11:15:04 1999  Jeffrey A Law  (law@cygnus.com)
13784
13785         * pa.md (call_internal_symref, call_value_internal_symref): No mode
13786         needed on the address operand.
13787         * pa.c (call_operand_address): Check for the correct mode.
13788
13789 1999-11-23  Bernd Schmidt  <bernds@cygnus.co.uk>
13790
13791         * loop.c: Include "basic-block.h".
13792         (try_copy_prop, replace_loop_reg): New functions.
13793         (load_mems): Detect registers that just hold copies of the hoisted
13794         mem, and call try_copy_prop to eliminate them.
13795         * Makefile.in (loop.o): Update dependencies.
13796
13797 Tue Nov 23 01:03:29 1999  Hans-Peter Nilsson  <hp@axis.com>
13798
13799         * Makefile.in (gencheck.o): Depend on gencheck.h.
13800         (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
13801         (insn-peep.o): Depend on except.h and function.h.
13802         (insn-attrtab.o): Depend on RECOG_H.
13803         (insn-output.o): Depend on toplev.h and flags.h.
13804         (gengenrtl.o): Depend on real.h.
13805         (gen-protos.o): Depend on cpplib.h and cpphash.h.
13806         Unify all dependencies to be on RECOG_H rather than recog.h.
13807
13808 Tue Nov 23 00:57:10 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13809
13810         From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
13811         * configure.in: Try building a bi-arch 32/64-bit compiler on
13812         sparc-*-solaris2.7 and higher.
13813         * configure: Rebuild.
13814
13815 Mon Nov 22 23:09:44 1999  David O'Brien  <obrien@FreeBSD.org>
13816
13817         * config/freebsd.h: New, FreeBSD architecture independent file.
13818         * config/i386/freebsd-elf.h: removed FreeBSD architecturally
13819         independent pieces.
13820         * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
13821         directly by i386/freebsd.h.
13822         * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
13823         independent configuration file.
13824         (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
13825         directly by i386/freebsd.h.
13826         * configure: Rebuilt.
13827
13828         * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
13829         which is in the user's namespace.
13830         * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
13831         `i386' which is not in our namespace.
13832
13833 Mon Nov 22 22:58:01 1999  "R. Kelley Cook" <KelleyCook@attglobal.net>
13834
13835         * invoke.texi (ARM Options): Add in -mno-alignment-traps
13836
13837 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
13838
13839         * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
13840         (add_dwarf_attr, add_child_die): Just push onto the front.
13841         (reverse_die_lists): New fn.
13842         (add_sibling_attributes): Use it.
13843         (push_decl_scope): Reorganize.
13844         (add_name_and_src_coords_attributes): Don't set file and line for
13845         an artificial decl.
13846         (gen_subprogram_die): An artificial function doesn't need to match
13847         file and line.
13848         (gen_compile_unit_die): Return the generated die.  Only add
13849         AT_comp_dir if the filename is relative.
13850         (remove_AT): Simplify loop.  Also free string values.
13851         (output_die): A DIE ref can't be null.
13852         (output_value_format, value_format): Take a dw_attr_ref.
13853         (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
13854         (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
13855         AT_addr, AT_lbl): New fns.
13856         (various): Use them.
13857         (various): Constify.
13858
13859 Mon Nov 22 23:53:50 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13860
13861         * combine.c (combine_simplify_rtx): When handling a SUBREG,
13862         take SUBREG_WORD into account.
13863         (if_then_else_cond): Likewise.
13864
13865 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
13866
13867         * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
13868         clause from BSD license, pursuant with
13869
13870           ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
13871
13872 1999-11-22  Bernd Schmidt  <bernds@cygnus.co.uk>
13873
13874         * loop.c (load_mems): Reformat slightly.
13875         * basic-block.h (regset_head): New typedef.
13876         (INIT_REG_SET): New macro.
13877
13878 1999-11-22  Bruce Korb  <autogen@linuxbox.com
13879
13880         * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
13881         (mips-dec-bsd*): non-functional code
13882         (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
13883
13884         * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
13885         added three replacement fixes
13886         (no_double_slash): removed comments that are not (any longer) pertinent
13887         (bad_lval): this fix currently runs against many files.
13888         The comment seems to indicate that we should select for files
13889         containing 'pragma extern_prefix'.
13890
13891         * fixinc/fixinc.x86-linux-gnu: deleted
13892         * fixinc/inclhack.sh:  regen
13893         * fixinc/fixincl.x:  regen
13894         * fixinc/fixincl.sh:  regen
13895
13896 Fri Nov 12 14:08:40 1999  Andrew Haley  <aph@cygnus.com>
13897
13898         * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
13899         its code is INSN and it has no notes.
13900
13901 1999-11-22  Andrew Haley  <aph@cygnus.com>
13902
13903         * varasm.c (function_defined): Remove.
13904         (make_function_rtl): Don't set function_defined.
13905         (make_decl_rtl): Remove global register warning.
13906         * regclass.c (no_global_reg_vars): New variable.
13907         (globalize_reg): Warn if function has already been defined.
13908         (regclass_init): Set no_global_reg_vars.
13909
13910 Mon Nov 22 14:42:22 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13911
13912         * regclass.c (reg_pref): New structure and static variable
13913         (prefclass): Delete.
13914         (altclass): Delete.
13915         (all uses of prefclass and altclass): Use reg_pref instead.
13916
13917 1999-11-21  Nick Clifton  <nickc@cygnus.com>
13918
13919         * invoke.texi (ARM Options): Replace -mshort-load-bytes with
13920         -malignment-traps.
13921         (arm.h): Replace -mshort-load-bytes with -malignment-traps.
13922         (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13923         (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13924
13925 Sun Nov 21 17:11:13 1999  Geoffrey Keating  <geoffk@cygnus.com>
13926
13927         * varasm.c (output_constructor): Solve problem with long long
13928         bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
13929
13930 Fri Nov 19 05:48:45 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13931
13932         * global.c (allocno): New structure and static variable.
13933         (allocno_reg): Remove, all references replaced by allocno.
13934         (allocno_size): Likewise.
13935         (hard_reg_conflicts): Likewise.
13936         (hard_reg_preferences): Likewise.
13937         (hard_reg_copy_preferences): Likewise.
13938         (hard_reg_full_preferences): Likewise.
13939         (regs_someone_prefers): Likewise.
13940         (allocno_calls_crossed): Likewise.
13941         (allocno_n_refs): Likewise.
13942         (allocno_live_length): Likewise.
13943         (find_reg): Rename ALLOCNO to NUM.
13944
13945         * regclass.c (may_move_in_cost): Rename from may_move_cost, all
13946         references updated.
13947         (may_move_out_cost): New variable.
13948         (init_reg_sets_1): Initialize may_move_out_cost.
13949         (record_reg_classes): Use may_move_out_cost.
13950
13951         * regclass.c (dump_regclass): New function.
13952         (regclass): New parameter DUMP, call DUMP_REGCLASS.
13953         * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
13954         pass rtl_dump_file to regclass.
13955         * rtl.h (regclass): Update prototype.
13956
13957 Fri Nov 19 06:32:19 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13958
13959         * i386.md (neg, not and abs patterns): Revmap to use
13960         ix86_expand_unary_operator and ix86_unary_operator_ok.
13961         (add?f and sub?f expanders): Force operand 1 to register.
13962         * i386.c (ix86_expand_unary_operator): Rewrite.
13963         (ix86_unary_operator_ok): Ensure that memory operands
13964         match real opcode.
13965         (ix86_binary_operator_ok): Do not allow operand 1 to
13966         come into memory and operand 0 not.
13967         (ix86_expand_binary_operator): Ensure that
13968         src1 is not non-matching memory.
13969
13970         * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
13971         to support integer registers and memory.
13972         (abss?2_integer): Likewise.
13973
13974         * i386.h (enum reg_class): Add FLOAT_INT_REGS.
13975         (REG_CLASS_NAMES): Likewise.
13976         (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
13977         and GENERAL_REGS.
13978         * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
13979         (movsf): Likewise; unify 4th and 5th alternative.
13980         (pushdf): Likewise.
13981         (movdf_1): Likewise; rename to movdf_integer.
13982         (pushxf): Likewise; rename to pushxf_integer; fix output template;
13983         remove redundant splitter.
13984         (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
13985         (movdf_nointeger): New.
13986         (movxf_nointeger): New.
13987         (pushxf_nointeger): New.
13988
13989         * i386.md (extend?f?f): Split to expander and pattern, refuse two
13990         memory operands in patterns.
13991         (fop*): Refuse two memory operands.
13992
13993         * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
13994         on !TARGET_USE_CLTD CPUs.
13995
13996 Fri Nov 19 10:41:15 GMT 1999  Nathan Sidwell  <nathan@acm.org>
13997
13998         * extend.texi: Document C++ restricted pointers and references.
13999
14000 1999-11-19  Bernd Schmidt  <bernds@cygnus.co.uk>
14001
14002         * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
14003         (invalidate_skipped_set): Call it unconditionally.
14004         (cse_set_around_loop): Likewise.
14005
14006 Thu Nov 18 17:29:34 MST 1999    Diego Novillo <dnovillo@cygnus.com>
14007
14008         * rtl.texi (mem): Add documentation for alias-set argument
14009         to RTX `mem'.
14010
14011 Fri Nov 18 13:39:22 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14012
14013         * i386.h (struct_processor_costs): New fields int_load, int_store,
14014         fp_move, fp_load and fp_store
14015         (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
14016         fp->int moves
14017         (MEMORY_MOVE_COST): New macro.
14018         * i386.c (386_cost): Define new fields.
14019         (i486_cost): Likewise.
14020         (pentium_cost): Likewise.
14021         (pentiumpro_cost): Likewise.
14022         (k6_cost): Likewise.
14023
14024 Fri Nov 19 11:11:55 1999  Greg McGary  <gkm@gnu.org>
14025                           Geoffrey Keating  <geoffk@cygnus.com>
14026
14027         * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
14028
14029         * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
14030         MASK_ALIGN_INT.
14031
14032         * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
14033         (TARGET_STRICT_ALIGNMENT): New macro.
14034         (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
14035         (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
14036         * invoke.texi (M680x0 Options): Document -mstrict-align.
14037
14038 Thu Nov 18 11:10:03 1999  Jan Hubicka  <hubicka@freesoft.cz>
14039                           Richard Henderson  <rth@cygnus.com>
14040
14041         * i386-protos.h (split_xf, ix86_split_movdi): Remove.
14042         (ix86_split_long_move): Declare.
14043         * i386.c (split_xf, ix86_split_movdi): Remove.
14044         (ix86_split_to_parts, ix86_split_long_move): New.
14045         * i386.md (dimode move splitters): Use ix86_split_long_move.
14046         (dfmode move splitters): Likewise.
14047         (xfmode move splitters): Likewise.
14048         (movsf_1): Allow F->r.
14049         (movdf_1, movxf_1): Allow F->ro.
14050
14051 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14052
14053         * except.h (struct eh_entry): Add goto_entry_p.
14054         (eh_region_from_symbol): Remove prototype.
14055         * except.c (find_func_region_from_symbol): New function.
14056         (emit_cleanup_handler): Likewise.
14057         (eh_region_from_symbol): Make it static.
14058         (add_new_handler): Verify the argument.
14059         (find_func_region): Update comment.
14060         (expand_eh_region_end): Expand handlers here, rater than waiting
14061         until expand_leftover_cleanups or start_all_catch.
14062         (expand_leftover_cleanups): Don't expand here.
14063         (expand_start_all_catch): Or here.
14064         (expand_rethrow): Check the return value from find_func_region.
14065         * function.c (expand_function_end): Emit the catch_clauses.
14066
14067 1999-11-18  Gavin Romig-Koch  <gavin@cygnus.com>
14068
14069         * integrate.c (expand_inline_function): Add necessary check for NULL.
14070
14071 1999-11-18  Nick Clifton  <nickc@cygnus.com>
14072
14073         * toplev.c (main): Correctly detect an unrecognised option.
14074
14075         * cppinit.c (cpp_handle_option): Do not claim to have consumed
14076         a -f option if it has not been recognised.
14077
14078 Thu Nov 18 00:59:11 1999  Michael Gschwind  <mikeg@alagoas.watson.ibm.com>
14079
14080         * basic-block.h (update_life_extent): Remove trailing comma on
14081         enumeration type list.
14082
14083 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14084
14085         * varasm.c (output_constructor) Solved problem with long long
14086         bitfields. Corrected calculating this_time and shift. Also
14087         corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
14088
14089 Wed Nov 17 23:46:14 1999  Jeffrey A Law  (law@cygnus.com)
14090
14091         * flow.c (split_edge): Take looping structure into account when
14092         determining where to put the new block note.
14093
14094 Wed Nov 17 20:42:43 1999  Jeff Holcomb  <jeffh@cygnus.com>
14095
14096         * Makefile.in (ggc-none.o): Provide host specific version if
14097         needed.
14098
14099 Wed Nov 17 16:51:23 1999  Richard Henderson  <rth@cygnus.com>
14100
14101         * cse.c (delete_trivially_dead_insns): Identify no-op insns
14102         containing subregs too.
14103
14104 Wed Nov 17 17:39:48 MST 1999    Diego Novillo <dnovillo@cygnus.com>
14105
14106         * invoke.texi: Add documentation for -muninit-const-in-rodata.
14107         * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
14108         (TARGET_UNINIT_CONST_IN_RODATA): Define.
14109         (text_section): Add switches -munint-const-in-rodata and
14110         -mno-uninit-const-in-rodata.
14111         (ASM_OUTPUT_COMMON): Remove.
14112         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
14113         const objects should be placed in read-only data. Otherwise declare
14114         them in common.
14115
14116 Wed Nov 17 16:38:32 1999  Richard Henderson  <rth@cygnus.com>
14117
14118         * jump.c (jump_optimize_1): Revert last change.
14119
14120 Wed Nov 17 15:18:30 1999  Richard Henderson  <rth@cygnus.com>
14121
14122         * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
14123         test if optimizing for size.
14124
14125 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14126
14127         * Makefile.in (toplev.o): Depend on except.h.
14128         (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
14129
14130 Mon Nov 15 22:45:39 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14131
14132         * i386.md (divmodsi4): Rewrite to expander.
14133         (*divmodsi4_nocltd): New.
14134         (*divmodsi4_cltd): New.
14135         (divmodsi4 splitter): Handle the case when input comes in edx.
14136         (udivmodhi4): Do not use constraints in exander.
14137         (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
14138
14139 1999-11-17  Jason Merrill  <jason@yorick.cygnus.com>
14140
14141         * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
14142         for the common case.
14143
14144 1999-11-16  Jakub Jelinek  <jakub@redhat.com>
14145
14146         * explow.c (hard_function_value): Add outgoing argument.
14147         * expr.h (hard_function_value): Declare it.
14148         * calls.c (expand_call, emit_library_call_value): Update callers.
14149         * function.c (aggregate_value_p): Ditto.
14150         (diddle_return_value): Must look at the outgoing registers
14151         on archs with register windows.
14152
14153 Mon Nov 15 20:46:45 1999  Richard Henderson  <rth@cygnus.com>
14154
14155         * alpha.c (alpha_build_va_list): Use make_lang_type and
14156         initialize TYPE_NAME for the va_list record.
14157
14158         * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
14159
14160         * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
14161         for printing.
14162         * ggc.h (struct ggc_statistics): Rearrange elements for better
14163         packing on 64-bit hosts.
14164         * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
14165         (compute_nearerout): Likewise.
14166
14167 Tue Nov 16 14:37:52 1999  Geoffrey Keating  <geoffk@cygnus.com>
14168
14169         * config/rs6000/rs6000.c (first_reg_to_save): Save
14170         PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
14171
14172 1999-11-15  Jason Merrill  <jason@casey.cygnus.com>
14173
14174         * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
14175         notion of nesting to find the DIE for a type or function.
14176         DIEs can go in limbo even if we got a context_die.
14177         (push_decl_scope): Our context doesn't need to be in decl_scope_table.
14178         (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
14179         for local type.
14180         (gen_decl_die): Ignore NAMESPACE_DECLs for now.
14181         (gen_type_die): Writing out the context doesn't cause member class
14182         template instantiations to be written out as well.
14183
14184 Mon Nov 15 15:33:18 1999  Richard Henderson  <rth@cygnus.com>
14185
14186         * rs6000.h (ASM_OUTPUT_DEF): New.
14187         Based on proposed addition from David Edelsohn.
14188
14189 1999-11-15  Robert Lipe  <RobertLipe@usa.net>
14190             Bruce Korb  <autogen@linuxbox.com>
14191
14192         * fixinc/inclhack.def
14193         (AAB_svr4_replace_byteorder): added.  Takes advantage of GCC features
14194         (unixware7_byteorder_fix): added.  Removes conflicts for new defs
14195                 in net/inet.h.
14196         (svr5_mach_defines): added.  Like svr4_mach_defines, with new syntax
14197         (svr4_endian): enabled with SVR5
14198         (svr4_mkdev): simplified syntax and enabled with SVR5
14199
14200 Sun Nov 14 18:49:37 1999  David O'Brien  <obrien@FreeBSD.org>
14201
14202         * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
14203         * configure: Rebuilt.
14204         * config/t-freebsd-thread: New file.
14205
14206 Sun Nov 14 23:11:05 1999  Jeffrey A Law  (law@cygnus.com)
14207
14208         * i386.c (ix86_decompose_address): Verify the base is a REG
14209         before trying to examine its register number.
14210
14211         * basic-block.h: Remove all #defines and prototypes related to
14212         integer lists.
14213         (free_bb_mem, compute_preds_succs): Remove prototype.
14214         * rtl.h (free_bb_mem): Remove prototype.
14215         * flow.c (alloc_int_list_node); Remove function.
14216         (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
14217         (compute_preds_succs, free_bb_mem): Likewise.
14218         * gcse.c (gcse_main): Do not call free_bb_mem anymore.
14219         * toplev.c (rest_of_compilation): Likewise.
14220         * haifa-sched.c (build_control_flow): Use flow generated edge
14221         list to build the haifa specific edge list.
14222         (find_rgns): Use new CFG data structures instead of pred/succ lists.
14223         (schedule_insns): Do not build pred/succ lists anymore.  Instead
14224         build the edge table.
14225
14226         * basic-block.h (dump_bb_data): Remove declaration.
14227         * flow.c (dump_bb_data): Remove function.
14228         * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
14229         (sbitmap_union_of_predsucc): Likewise.
14230
14231         * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
14232         argument.  All callers changed.
14233         (delete_null_pointer_checks_1): No longer need to compute the
14234         pred/succ lists.
14235
14236         * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
14237         All callers changed.
14238         (pre_expr_reaches_here_p_work): Likewise.
14239         (pre_edge_insert): No longer call pre_expr_reaches_here_p.
14240         * lcm.c (compute_laterin): Fix initialization of LATER.
14241         (compute_nearerout): Similarly for NEARER.
14242
14243 Sun Nov 14 12:41:57 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14244
14245         * cse.c (set_nonvarying_address_components): Delete unused function.
14246         (refers_to_p): Likewise.
14247
14248 Fri Nov 12 20:53:22 1999  Jeffrey A Law  (law@cygnus.com)
14249
14250         * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
14251         needed.
14252
14253 Sat Nov 13 16:20:09 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14254
14255         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
14256         definition in do while (0).
14257
14258 Fri Nov 12 16:26:25 1999  Jim Wilson  <wilson@cygnus.com>
14259
14260         * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
14261
14262 Fri Nov 12 12:43:49 1999  Richard Henderson  <rth@cygnus.com>
14263
14264         * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
14265
14266 Fri Nov 12 15:14:19 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
14267
14268         * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
14269         (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
14270         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
14271         (INITIAL_FRAME_POINTER_OFFSET): Remove it.
14272
14273         * i960.c (i960_function_prologue): Don't allocate space for g8-g11
14274         saved on the stack.  Output more accurate stack frame statistics
14275         into assembler file.
14276
14277 1999-11-12 11:47 -0800  Zack Weinberg  <zack@bitmover.com>
14278
14279         * genextract.c (record_insn_name): New function.
14280         (get_insn_name): No longer a stub.
14281         (main): Call record_insn_name for each insn.  After each label
14282         written, print the insn name in a comment.
14283
14284 Fri Nov 12 13:45:02 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14285
14286         * output.h (const_section, init_section, fini_section): Add
14287         prototypes.
14288
14289         * alpha/elf.h (const_section): Delete declaration.
14290
14291         * svr4.h (const_section): Likewise.
14292
14293 Fri Nov 12 08:54:22 1999  Mark Mitchell  <mark@codesourcery.com>
14294
14295         * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
14296         * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
14297         (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
14298         expressions.
14299         * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
14300         variable-sized array bounds.
14301
14302 Fri Nov 12 08:04:45 1999  Catherine Moore  <clm@cygnus.com>
14303
14304         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME):  Use
14305         ASM_OUTPUT_LABEL.
14306
14307 Fri Nov 12 13:31:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14308
14309         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
14310         addresses the same way GO_IF_LEGITIMATE_INDEX does.
14311
14312 Fri Nov 12 12:36:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14313
14314         * cse.c (hash_arg_in_struct): Delete.
14315         (struct table_elt): Delete elt in_struct.
14316         (struct set): Delete elt src_in_struct.
14317         (merge_equiv_classes): Don't set either hash_arg_in_struct or
14318         the corresponding in_struct elts.
14319         (canon_hash): Likewise.
14320         (safe_hash): Likewise.
14321         (find_best_addr): Likewise.
14322         (record_jump_cond): Likewise.
14323         (cse_insn): Likewise.
14324
14325 Thu Nov 11 19:45:24 1999  Jim Wilson  <wilson@cygnus.com>
14326
14327         * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
14328
14329         * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
14330         unsigned types.
14331
14332 Thu Nov 11 18:54:24 1999  Jeffrey A Law  (law@cygnus.com)
14333
14334         * function.c (diddle_return_value): Put back check that the DECL_RTL
14335         for the function is a register.
14336
14337         * function.c (diddle_return_value): Use hard_function_value to
14338         get an rtx suitable for use in the USE/CLOBBER insn.
14339
14340         * global.c (global_conflicts): Update comments.
14341         (record_conflicts): No need to record conflicts between pseudos here.
14342
14343 1999-11-11  Bruce Korb  <autogen@linuxbox.com>
14344
14345         * fixinc/fixincl.c: Added verbose levels for status messages
14346
14347 Thu Nov 11 13:23:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14348
14349         * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
14350         operand as argument to expand_and or expand_binop.
14351
14352 Thu Nov 11 02:21:16 1999  Rodney Brown <RodneyBrown@pmsc.com>
14353
14354         * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
14355         gcc_add_string_root.
14356
14357 Wed Nov 10 21:24:19 1999  Jason Eckhardt  <jle@cygnus.com>
14358
14359         * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
14360
14361 Wed Nov 10 15:56:16 1999  Jeffrey A Law  (law@cygnus.com)
14362
14363         * flow.c (compute_flow_dominators): Initially put all blocks on
14364         the worklist.
14365         * lcm.c (compute_antinout_edge, compute_available): Similarly.
14366         * gcse.c (compute_cprop_avinout): Remove.
14367         (compute_cprop_data): Use compute_available.
14368         (delete_null_pointer_checks_1): Use compute_available.
14369
14370         * basic-block.h (compute_available): Returns a void now.
14371         * gcse.c (one_classic_gcse_pass): Do not expect compute_available
14372         to return a value anymore.
14373         * lcm.c (compute_available, compute_antinout_edge): Revamp to use
14374         worklists.  Fix boundary cases. Compute maximal solutions.
14375         (compute_laterin, compute_nearerout): Similarly.
14376
14377         * dwarf2out.c (add_AT_location_description): Allow
14378         (mem (plus (pseudo) (...)) too.
14379
14380 Wed Nov 10 10:52:42 1999  Tom Tromey  <tromey@cygnus.com>
14381
14382         * gcc.c (do_spec_1): Support text between `%u' and `%O'.
14383
14384 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
14385                           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14386
14387         * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
14388
14389         * gansidecl.h: Likewise.
14390
14391         * rtl.c: Likewise.
14392
14393         * rtl.h: Likewise.
14394
14395         * toplev.h: Likewise.
14396
14397         * tree.c: Likewise.
14398
14399         * tree.h: Likewise.
14400
14401         * varray.c: Likewise.
14402
14403         * varray.h: Likewise.
14404
14405 Wed Nov 10 10:57:22 1999  Clinton Popetz  <cpopetz@cygnus.com>
14406
14407         * gcov.c (struct arcdata): Add hits and total, remove prob.
14408         (output_branch_counts): New.
14409         (process_args): Set output_branch_counts if -c.
14410         (calculate_branch_probs): Store hits and total instead of
14411         percentage.
14412         (output_data): Emit counts if output_branch_counts is true.
14413         * gcov.texi (Invoking Gcov): Document -c switch..
14414
14415 Wed Nov 10 01:10:41 1999  Philippe De Muyter  <phdm@macqel.be>
14416
14417         * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
14418         `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
14419
14420 Wed Nov 10 00:51:41 1999  Hans-Peter Nilsson  <hp@axis.se>
14421
14422         * invoke.texi (C Dialect Options): Add missing builtins from
14423         c-common.c to list.
14424         * extend.texi (Other Builtins): Copy to this list.
14425
14426 Wed Nov 10 04:58:09 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14427
14428         * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
14429         (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise.  Remove
14430         redundant bitmap.h.
14431
14432 Wed Nov 10 00:02:53 1999  Jeffrey A Law  (law@cygnus.com)
14433
14434         * flow.c (compute_flow_dominators): No longer treat basic block 0
14435         or (n_basic_blocks - 1) specially.  Clear the AUX field before
14436         starting computation of doms/pdoms.  Fix initial state for pdoms.
14437
14438 Wed Nov 10 03:58:08 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14439
14440         * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
14441         match rtl.o's: added ggc.h and toplev.h
14442         ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
14443         ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
14444         ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
14445
14446 Tue Nov  9 10:30:08 1999  Tom Tromey  <tromey@cygnus.com>
14447
14448         * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
14449         from HAVE_DOS_BASED_FILESYSTEM.
14450         * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
14451         HAVE_DOS_BASED_FILESYSTEM.
14452         (main): Likewise.
14453         (split_directories): Only special-case DOS file names if
14454         HAVE_DOS_BASED_FILE_SYSTEM is defined.  Use IS_DIR_SEPARATOR
14455         instead of explicit tests.  Conditionalize on !VMS.
14456         (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
14457         tests.  Conditionalize on !VMS.
14458         (process_command): Only use make_relative_prefix if !VMS.
14459         (free_split_directories): Conditionalize on !VMS.
14460         (DIR_UP): Conditionalize on !VMS.
14461
14462 Wed Jun  9 16:57:11 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14463
14464         * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
14465
14466 Fri Feb  5 14:22:01 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14467
14468         * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
14469         case.
14470
14471 Mon Nov  8 14:16:57 1999  Michael Meissner  <meissner@cygnus.com>
14472
14473         * invoke.texi (Environment Variables): Document relative path
14474         lookup.
14475         * gcc.c (DIR_UP): If not defined, define as "..".
14476         (standard_bindir_prefix): New static, holds target location to
14477         install binaries.
14478         (split_directories): New function to split a filename into
14479         component directories.
14480         (free_split_directories): New function, release memory allocated
14481         by split_directories.
14482         (make_relative_prefix): New function, make a relative pathname if
14483         the compiler is not in the expected location.
14484         (process_command): If GCC_EXEC_PREFIX was not specified, see if we
14485         can figure out an appropriate prefix from argv[0].
14486         * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
14487         STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX.  Define
14488         STANDARD_BINDIR_PREFIX.
14489
14490 Wed Nov 10 11:47:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14491
14492         * config/c4x/c4x-protos.h: New file.  Prototypes for functions defined
14493         in c4x.c.
14494         * config/c4x/c4x.h: Moved prototypes to c4x.h.
14495         * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
14496         c4x_secondary_memory_needed) Delete.
14497         (fp_zero_operand): Add mode argument.
14498
14499 Thu Nov  4 15:52:35 1999  Andrew Haley  <aph@cygnus.com>
14500
14501         * reload1.c (reload_reg_free_for_value_p): Don't use a register
14502         that is in reload_reg_used.
14503
14504 Tue Nov  9 16:43:00 1999  Nick Clifton  <nickc@cygnus.com>
14505
14506         * config/arm/arm-protos.h: New file: Prototypes for functions
14507         defined in arm.c and pe.c.
14508         * config/arm/arm.h: Fix compile time warnings.
14509         * config/arm/arm.c: Fix compile time warnings.
14510         * config/arm/pe.h: Fix compile time warnings.
14511         * config/arm/aout.h: Fix compile time warnings.
14512
14513 Tue Nov  9 14:55:44 1999  Nick Clifton  <nickc@cygnus.com>
14514
14515         * config/m32r/m32r-protos.h: New file: Prototypes for functions
14516         defined in m32r.c
14517
14518         * config/m32r/m32r.h: Move prototypes to m32r-protos.h
14519         Add support for subtargets.
14520         Add prototypes for new predicates.
14521         Add scheduling macros.
14522
14523         * config/m32r/m32r.c: Fix compile time warnings.
14524         (int8_operand): New predicate function.
14525         (reg_or_cmp_int16_operand): New predicate function.
14526         (extend_operand): New predicate function.
14527         (m32r_adjust_code): New scheduling function.
14528         (m32r_adjust_priorty): New scheduling function.
14529         (m32r_sched_init): New scheduling function.
14530         (m32r_sched_reorder): New scheduling function.
14531         (m32r_sched_variable_issue): New scheduling function.
14532         (direct_return): New codegen function.
14533         (m32r_not_same_reg): New rtl testsing function.
14534
14535         * config/m32r/m32r.md: Fix compile time warnings.
14536         Add support for pre decrement and post increment memory
14537         references.
14538         Add S<cc> patterns.
14539         Add fabs patterns.
14540
14541 Mon Nov  8 22:20:13 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14542
14543         * global.c (EXECUTE_IF_CONFLICT): Don't define.
14544         (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
14545         (find_reg): Likewise.
14546
14547 Mon Nov  8 13:16:46 1999  Jason Eckhardt  <jle@cygnus.com>
14548
14549         * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
14550         to avoid assembler errors.
14551
14552 Mon Nov  8 15:38:41 1999  Nick Clifton  <nickc@cygnus.com>
14553
14554         * config/v850/v850-protos.h: New file: Prototypes for functions
14555         defined in v850.c
14556         * config/v850/v850.h: Move prototypes to v850-protos.h
14557         * config/v850/v850.c: Move prototypes to v850-protos.h
14558         * config/v850/v850.md: Fix compile time warnings.
14559
14560         * config/fr30/fr30-protos.h: New file: Prototypes for functions
14561         defined in fr30.c
14562         * config/fr30/fr30.h: Move prototypes to fr30-protos.h
14563         * config/fr30/fr30.c: Fix compile time warnings.
14564         * config/fr30/fr30.md: Fix compile time warnings.
14565
14566 Mon Nov  8 07:25:37 1999  Mark Mitchell  <mark@codesourcery.com>
14567
14568         * tree.h (get_containing_scope): Declare it.
14569         * tree.c (get_containing_scope): New fucntion.
14570         (decl_function_context): Use it.
14571         * toplev.c (rest_of_compilation): Use get_containing_scope.
14572
14573 aMon Nov  8 03:03:07 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14574
14575         * Makefile.in (rtl.o): Depend on toplev.h.
14576
14577 Sun Nov  7 20:55:14 1999  Mark Mitchell  <mark@codesourcery.com>
14578
14579         * cse.c (delete_trivially_dead_insns): Replace alloca with
14580         xmalloc/xcalloc.
14581         * except.c (update_rethrow_references): Likewise.
14582         (init_eh_nesting_info): Likewise.
14583         * function.c (identify_blocks): Likewise.
14584         * gcse.c (dump_hash_table): Likewise.
14585         * graph.c (print_rtl_graph_with_bb): Likewise.
14586         * loop.c (combine_movables): Likewise.
14587         (move_movables): Likewise.
14588         (count_loop_regs_set): Likewise.
14589         (strength_reduce): Likewise.
14590         * profile.c (compute_branch_probabilities): New function, split
14591         out from ...
14592         (branch_prob): Here.  Replace alloca with xmalloc/xcalloc.
14593         * regclass.c (regclass): Likewise.
14594         * regmove.c (regmove_optimize): Likewise.
14595         * toplev.c (compile_file): Likewise.
14596         (main): Don't mess with the stack rlimit.
14597
14598 Sun Nov  7 19:41:17 1999  Catherine Moore  <clm@cygnus.com>
14599
14600         * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
14601         (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
14602
14603 Sun Nov  7 10:23:28 1999  Mark P. Mitchell  <mark@codesourcery.com>
14604
14605         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
14606
14607 Sun Nov  7 02:58:48 1999  Jeffrey A Law  (law@cygnus.com)
14608
14609         * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
14610         (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
14611         macro expansion.
14612
14613 Sat Nov  6 23:48:30 1999  Robert Lipe  (robertlipe@usa.net)
14614
14615         * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
14616
14617 Sat Nov  6 17:34:39 1999  Jeffrey A Law  (law@cygnus.com)
14618
14619         * gcse.c (post_dominators): Kill.
14620         (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
14621         (compute_code_hoist_data): Use compute_flow_dominators.  Do not
14622         pass in a pdom array since we do not need pdoms.
14623         * haifa-sched.c (schedule_insns): Similarly.
14624         * flow.c (compute_dominators): Remove dead function.
14625         (compute_flow_dominators): Do not compute doms or pdoms if the
14626         caller does not request them.  Split up loop to build doms and
14627         pdoms.  Use a worklist to compute doms and pdoms.
14628         * basic-block.h (compute_dominators): Remove prototype.
14629
14630 Sat Nov  6 11:38:39 1999  Richard Henderson  <rth@cygnus.com>
14631
14632         * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
14633         (insn_luid, insn_priority, insn_costs, insn_units): Remove.
14634         (insn_reg_weight, insn_depend, insn_dep_count): Remove.
14635         (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
14636         (cant_move, fed_by_spec_load, is_load_insn): Remove.
14637         (schedule_region): Remove unused variable.
14638         (schedule_insns): Allocate h_i_d, and not all the separate arrays.
14639
14640 Sat Nov  6 10:00:34 1999  Mark Mitchell  <mark@codesourcery.com>
14641
14642         * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
14643         (update_equiv_regs): Likewise.
14644         (block_alloc): Likewise.
14645         * reg-stack.c (reg_to_stack): Likewise.
14646         (convert_regs_2): Likewise.
14647         * reload1.c (reload_as_needed): Likewise.
14648
14649 Sat Nov  6 09:57:59 1999  Mark Mitchell  <mark@codesourcery.com>
14650
14651         * Makefile.in (dbxout.o): Depend on ggc.h.
14652         (dwarf2out.o): Likewise.
14653         (xcoffout.o): Likewise.
14654         * dbxout.c: Include ggc.h.
14655         (dbxout_init): Register lastfile as a root.
14656         * dwarf2out.c: Include ggc.h.
14657         (dwarf2out_line): Register lastfile as a root.
14658         * xcoffout.c: Include ggc.h.
14659         (xcoffout_source_line): Register xcoff_lastfile as a root.
14660
14661 Sat Nov  6 09:52:09 1999  Richard Henderson  <rth@cygnus.com>
14662
14663         * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
14664
14665 Sat Nov  6 07:48:59 1999  Catherine Moore  <clm@cygnus.com>
14666
14667         * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
14668         defined.
14669         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
14670
14671 Fri Nov  5 18:33:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14672
14673         * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
14674         (EXECUTE_IF_CONFLICT): Likewise.
14675         (ALLOCNO_LIVE_P): Avoid signed division.
14676         (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
14677         (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
14678         (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
14679
14680 Fri Nov  5 12:04:02 1999  Richard Henderson  <rth@cygnus.com>
14681
14682         * haifa-sched.c (schedule_block): Don't crash if there's no
14683         next insn for an interblock movement.
14684         (add_branch_dependences): Don't allow clobber insns to move either.
14685
14686 Fri Nov  5 10:18:11 1999  Richard Henderson  <rth@cygnus.com>
14687
14688         * i386.c (split_xf): New.
14689         * i386-protos.h: Declare it.
14690         * i386.md (movxf_1): Add general regs alternatives.
14691         (movxf_1+1): New splitter for same.
14692
14693 Fri Nov  5 12:05:52 1999  Nick Clifton  <nickc@cygnus.com>
14694
14695         * function.c (purge_addressof_1): Add missing return values.
14696
14697 Fri Nov  5 10:07:25 1999  Nick Clifton  <nickc@cygnus.com>
14698
14699         * function.c (is_addressof): New function.  Returns true if
14700         the given piece of RTL is an ADDRESSOF.
14701         (purge_addressof_1): Make boolean.  Return false if the
14702         ADDRESSOFs could not be purged.
14703         (purge_addressof): If ADDRESSOFs could not be purged from the
14704         notes attached to an insn, remove the offending note(s),
14705         unless they are attached to a libcall.
14706
14707 1999-11-05  Andreas Jaeger  <aj@suse.de>
14708
14709         * genoutput.c (null_operand =): Initialize all fields.
14710
14711         * errors.h: Add extern to prototypes.
14712
14713 Fri Nov  5 01:44:09 1999  Jeffrey A Law  (law@cygnus.com)
14714
14715         * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
14716         * configure: Rebuilt.
14717
14718 Fri Nov  5 01:24:37 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14719
14720         * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
14721         (mirror_conflicts): New function.
14722         (global_alloc): Call it.
14723         (expand_preferences): Remove redundant CONFLICTP test.
14724         (find_reg, dump_conflicts): Likewise.
14725         (prune_preferences): Process conflicts one word at a time.
14726
14727 Fri Nov  5 01:05:21 1999  Richard Henderson <rth@cygnus.com>
14728
14729         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
14730         instead of an explicit loop.
14731
14732 Thu Nov  4 23:07:14 1999  Jim Wilson  <wilson@cygnus.com>
14733
14734         * cse.c (cse_insn): Revert Oct 31 change.  When computing src_elt,
14735         if REG_RETVAL check succeeds, then put classp in src_elt.
14736
14737 Thu Nov  4 23:48:14 1999  Jeffrey A Law  (law@cygnus.com)
14738
14739         * function.c (pad_to_arg_alignment): Only update argument_pad
14740         if the argument's alignment is greater than STACK_BOUNDARY.
14741
14742 Thu Nov  4 16:44:53 1999  Richard Henderson  <rth@cygnus.com>
14743
14744         * bitmap.h (BITMAP_XFREE): New.
14745         * flow.c (life_analysis): Use it.
14746         (life_analysis_1): Free blocks.
14747
14748         * combine.c (undo_commit): New.
14749         (try_combine): Use it.  Don't zap undobuf.undos.
14750         (combine_instructions): Don't zap undobuf.undos; free the
14751         undobuf.frees list.
14752
14753         * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
14754
14755         * stmt.c (cost_table_): New.
14756         (estimate_case_costs): Use it instead of xmalloc.
14757
14758         * toplev.c (compile_file): Reuse dumpname memory instead
14759         of strdup'ing it.
14760
14761 Thu Nov  4 16:36:44 1999  Richard Henderson  <rth@cygnus.com>
14762
14763         * reg-stack.c (convert_regs_1): Initialize target_stack->top
14764         after verifying an EH edge.
14765
14766         * haifa-sched.c (init_rgn_data_dependences): Correctly
14767         size bb_pending_lists_length when zeroing.
14768
14769 Thu Nov  4 16:36:36 1999  Richard Henderson  <rth@cygnus.com>
14770
14771         * function.c (diddle_return_value): New.
14772         (expand_function_end): Use it.
14773         * stmt.c (expand_null_return): Likewise.
14774         (expand_value_return): Likewise.
14775
14776         * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
14777
14778         * reload1.c (reload): Don't remove return value clobbers.
14779
14780 Thu Nov  4 13:33:46 1999  Richard Henderson  <rth@cygnus.com>
14781
14782         * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
14783
14784 Thu Nov  4 12:49:52 1999  Richard Henderson  <rth@cygnus.com>
14785
14786         * cse.c (cse_main): Use xmalloc, not alloca.
14787         (cse_basic_block): Likewise.
14788         * local-alloc.c (local_alloc): Likewise.
14789
14790 Thu Nov  4 14:22:12 1999  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14791                           Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14792
14793         * rtl.c: Include toplev.h.
14794         (fatal): Remove declaration.
14795
14796 Thu Nov  4 06:39:47 1999  Jeffrey A Law  (law@cygnus.com)
14797
14798         * haifa-sched.c (schedule_block): Fix thinko.
14799
14800 1999-11-03  James McKelvey <mckelvey@fafnir.com>
14801
14802         * fixinc/fixincl.c(create_file):  Allow for systems that do not have
14803         S_IR* defined values
14804
14805 1999-11-03  Philippe De Muyter  <phdm@macqel.be>
14806
14807         * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
14808         call `malloc' instead.
14809
14810 Wed Nov  3 23:05:14 1999  Mark Mitchell  <mark@codesourcery.com>
14811
14812         * flags.h (flag_renumber_insns): Declare.
14813         * emit-rtl.c (renumber_insns): Check flag_renumber_insns.  Print
14814         renumbering table.
14815         * rtl.h (renumber_insns): Change prototype.
14816         * toplev.c (flag_renumber_insns): Define.
14817         (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
14818
14819 Wed Nov  3 15:11:27 1999  David S. Miller  <davem@redhat.com>
14820
14821         * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
14822         and fpsqrtd.  Use them and create fdiv function unit to more
14823         accurately represent fpu sqrt pipeline semantics on UltraSparc.
14824         * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
14825
14826 Wed Nov  3 15:11:27 1999  Matteo Frigo <athena@fftw.org>
14827
14828         * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
14829         3 on UltraSparc.
14830         * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
14831         insn into ready list, do not use just a raw swap.
14832
14833 Wed Nov  3 14:51:59 1999  Mark P. Mitchell  <mark@codesourcery.com>
14834
14835         * rtl.h (renumber_insns): New function.
14836         (remove_unnecessary_notes): Likewise.
14837         * emit-rtl.c (renumber_insns): Define.
14838         (remove_unncessary_notes): Likewise.
14839         * toplev.c (rest_of_compilation): Remove dead code.
14840         Use renumber_insns and remove_unncessary_notes.
14841
14842         * gcse.c (struct null_pointer_info): New type.
14843         (get_bitmap_width): New function.
14844         (current_block): Remove.
14845         (nonnull_local): Likewise.
14846         (nonnull_killed): Likewise.
14847         (invalidate_nonnull_info): Take a null_pointer_info as input.
14848         (delete_null_pointer_checks_1): New function.
14849         (delete_null_pointer_checks): Use it.
14850
14851         * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
14852         (split_edges): Likewise.
14853         (schedule_block): Likewise.
14854         (compute_block_backward_dependencies): Likewise.
14855         (schedule_region): Likewise.
14856         (schedule_insns): Likewise.
14857
14858 Wed Nov  3 15:40:23 1999  Catherine Moore  <clm@cygnus.com>
14859
14860         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
14861         * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
14862         * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
14863         * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
14864         * jump.c (delete_unreferenced_labels): Don't delete if
14865         LABEL_ALTERNATE_NAME is set.
14866         * print-rtl.c (print_rtx): Dump alternate name.
14867         * rtl.def (CODE_LABEL): Change format to "iuuis00s".
14868         * rtl.h (LABEL_ALTERNATE_NAME): Define.
14869         * rtl.texi (LABEL_ALTERNATE_NAME): Document.
14870         * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
14871
14872 Wed Nov  3 15:39:19 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14873
14874         * fix-header.c (recognized_extern, recognized_function): Constify
14875         a char*.
14876
14877         * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
14878         (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14879         (compute_available): Remove unused variable `last'.
14880         (compute_nearerout): Remove unused variable `temp_bitmap'.
14881         (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14882         Remove unused variable `x'.
14883
14884         * scan.h (recognized_function, recognized_extern): Constify a
14885         char*.
14886
14887         * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
14888
14889 Wed Nov  3 10:40:53 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14890
14891         * varasm.c (decode_rtx_const): Use XSTR to access the string
14892         of a SYMBOL_REF.
14893
14894 Wed Nov  3 10:10:58 1999  Richard Henderson  <rth@cygnus.com>
14895
14896         * c-decl.c (duplicate_decls): Copy DECL_MODE too.
14897
14898 Wed Nov  3 12:12:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14899
14900         * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
14901
14902 Wed Nov  3 03:26:28 1999  Jeffrey A Law  (law@cygnus.com)
14903
14904         * pa.c (ireg_operand): New function.
14905         * pa.h (PREDICATE_CODES): Handle ireg_operand.
14906         * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
14907         Fix out of date comment.
14908
14909         * pa.md (negdi2): Turn into expander + anonymous pattern.
14910
14911         * reload.c (find_reloads): Fix typos in recent change.
14912
14913         * dwarf2out.c: Do not include ctype.h.
14914
14915 Tue Nov  2 21:53:44 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14916
14917         * regclass.c (record_reg_classes): Always use may_move_cost when
14918         seeing how operand fits with various register classes.
14919
14920 Tue Nov  2 15:38:17 1999  Richard Henderson  <rth@cygnus.com>
14921
14922         * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
14923         * toplev.c: Revert Nov 1 13:22 change.
14924
14925 Tue Nov  2 14:21:37 1999  Jason Eckhardt  <jle@cygnus.com>
14926
14927         * config/pa/pa.md (height reduction patterns): Add checks for
14928         overlapping operands to avoid semantic-destroying splits for
14929         height reduction patterns.
14930
14931 Tue Nov  2 15:27:31 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14932
14933         * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
14934         have been an hyphen, fixed.
14935         * configure: Rebuilt.
14936
14937 Tue Nov  2 17:04:36 1999  Nick Clifton  <nickc@cygnus.com>
14938
14939         * config/arm/tpe.h: Add prototypes for exported functions.
14940         * config/arm/pe.c: Fix compile time warnings.
14941         * config/arm/semi.h: Fix compile time warnings.
14942         * config/arm/arm.c: Fix compile time warnings.
14943         * config/arm/arm.h: Fix compile time warnings.
14944         * config/arm/arm.md: Fix compile time warnings.
14945         * config/arm/thumb.c: Fix compile time warnings.
14946         * config/arm/thumb.h: Fix compile time warnings.
14947         * config/arm/thumb.md: Fix compile time warnings.
14948
14949 Tue Nov  2 04:10:24 1999  Jan Hubicka  <hubicka@freesoft.cz>
14950
14951         * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
14952         detection code
14953
14954         * unroll.c (unroll_loop): Remove LOOP notes when loop is
14955         completely unrolled.
14956
14957 Tue Nov  2 16:57:22 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14958
14959         * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
14960
14961 Tue Nov  2 09:43:00 1999  Catherine Moore  <clm@cygnus.com>
14962
14963         * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
14964         * rtl.h (rtx_equal_p): Move prototype.
14965         * rtl.c (rtx_equal_function_value_matters): Move from
14966         rtlanal.c
14967         (rtx_equal_p): Likewise.
14968         * rtlanal.c (rtx_equal_function_value_matters): Delete.
14969         (rtx_equal_p): Likewise.
14970
14971 Mon Nov  1 23:21:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
14972
14973         * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
14974         ! HAS_INIT_SECTION.
14975
14976 Mon Nov  1 23:37:38 1999  Jeffrey A Law  (law@cygnus.com)
14977
14978         * gcc.1 (PA options): Remove obsolete -mshared-libs options.
14979
14980         * pa.h (ADDR_VEC_ALIGN): Define.
14981
14982         * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
14983         notes when presented with "if (foo) break; end_of_loop" and
14984         the break sequence gets moved out of the loop.
14985
14986         * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
14987         Remove explicit zero initializations of entries within MAP.
14988
14989 Mon Nov  1 18:09:14 1999  Richard Henderson  <rth@cygnus.com>
14990
14991         * reg-stack.c (convert_regs_1): Handle EH edges specially.
14992
14993 Mon Nov  1 15:41:01 1999  Mark P. Mitchell  <mark@codesourcery.com>
14994
14995         * bitmap.h (BITMAP_XMALLOC): New macro.
14996         * flow.c (CLEAN_ALLOCA): Remove.
14997         (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
14998         (life_analysis): Likewise.
14999         (update_life_info): Don't use CLEAN_ALLOCA.
15000         (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
15001         (calculate_global_regs_live): Likewise.
15002         (print_rtl_with_bb): Likewise.
15003         (verify_flow_info): Likewise.
15004         * global.c (global_alloc): Likewise.
15005         (global_conflicts): Likewise.
15006         * integrate.c (save_for_inline_nocopy): Likewise.
15007         (expand_inline_function): Likewise.
15008         * jump.c (jump_optimize_1): Likewise.
15009         (duplicate_loop_exit_test): Likewise.
15010         (thread_jumps): Likewise.
15011         * loop.c (loop_optimize): Likewise.
15012         (combine_givs): Likewise.
15013         (recombine_givs): Likewise.
15014         * reorg.c (dbr_schedule): Likewise.
15015         * unroll.c (unroll_loop): Likewise.
15016
15017         * combine.c (combine_instructions): Use xmalloc instead of alloca.
15018
15019 Mon Nov  1 13:22:30 1999  Richard Henderson  <rth@cygnus.com>
15020
15021         * toplev.c (rest_of_compilation): Don't optimize the CFG
15022         when rebuilding, just before dbr.
15023
15024 Mon Nov  1 14:35:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15025
15026         * output.h (assemble_end_function, assemble_destructor,
15027         assemble_constructor, assemble_gc_entry, assemble_global,
15028         assemble_label, output_constant_pool) Constify a char*.
15029
15030         * varasm.c (assemble_destructor, assemble_constructor,
15031         assemble_gc_entry, assemble_end_function, assemble_global,
15032         assemble_label, output_constant_pool): Likewise.
15033
15034 Mon Nov  1 14:22:51 1999  Nick Clifton  <nickc@cygnus.com>
15035
15036         * config/arm/thumb.c (thumb_expand_prologue): Add comments
15037         explaining what is goin on in this function.
15038
15039 Mon Nov  1 08:03:15 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15040
15041         * regclass.c (record_reg_classes): In matching case, recompute
15042         costs since the direction of movement is different.
15043
15044 Sun Oct 31 21:59:34 MST 1999  Diego Novillo <dnovillo@cygnus.com>
15045
15046         * resource.c (mark_target_live_regs): For unconditional branches,
15047         the resources found at the branch target should be added to the
15048         resources found so far, not intersected.
15049
15050 Sun Oct 31 15:48:49 1999  Philippe De Muyter  <phdm@macqel.be>
15051
15052         * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
15053         old cpp's.
15054         * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
15055         (sys/mman.h): Include this file only if #HAVE_MMAP.
15056         (run_compiles): Initialize `esac_fmt' with one old KR string, not
15057         with automatically concatenated ANSI strings.
15058
15059 Sun Oct 31 23:57:07 1999  Mark Mitchell  <mark@codesourcery.com>
15060
15061         * ggc-page.c (struct page_entry): Remove save_num_free_objects.
15062         (DIV_ROUND_UP): Robustify.
15063         (ggc_recalculate_in_use_p): New function.
15064         (release_pages): Don't inline it.
15065         (ggc_alloc_obj): Don't refuse to allocate objects on pages for
15066         outer contexts.
15067         (ggc_pop_context): Use ggc_recalculate_in_use_p.
15068         (clear_marks): Always save in_use_p.
15069         (sweep_pages): Use ggc_recalculate_in_use_p.
15070         (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
15071         Release pages before counting statistics.
15072
15073 Sun Oct 31 23:42:37 1999  Mark Mitchell  <mark@codesourcery.com>
15074
15075         * toplev.c (rest_of_compilation): Fix thinko in this change:
15076
15077         Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15078
15079         (rest_of_compilation): If inside an inlined external function,
15080         pretend we are just being declared.
15081
15082 Sun Oct 31 23:03:25 1999  Jeffrey A Law  (law@cygnus.com)
15083
15084         * flow.c (calculate_global_regs_live): Fix thinko.
15085
15086         * integrate.c (expand_inline_function): Fix bugs in previous
15087         change from Oct 28, 1999.
15088
15089 Sun Oct 31 20:27:45 1999  Mark Mitchell  <mark@codesourcery.com>
15090
15091         * stmt.c (expand_value_return): Fix typo in this change:
15092
15093         Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15094         (expand_value_return): Correctly convert VAL when promoting function
15095         return; support RETURN_REG being a PARALLEL.
15096
15097 Sun Oct 31 20:25:42 1999  Mark P. Mitchell  <mark@codesourcery.com>
15098
15099         * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
15100
15101 Sun Oct 31 20:42:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15102
15103         * hard-reg-set.h (reg_names): Constify a char*.
15104
15105         * regclass.c  (reg_names): Likewise.
15106
15107         * regs.h (reg_names): Likewise
15108
15109         * a29k/a29k.c (reg_names): Delete declaration.
15110
15111         * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
15112
15113         * arc/arc.c (arc_save_restore, arc_output_function_prologue,
15114         arc_output_function_epilogue): Likewise.
15115
15116         * elxsi/elxsi.c (reg_names): Likewise.
15117
15118         * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
15119
15120         * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
15121         Likewise.
15122
15123         * m88k/m88k.c (output_function_profiler): Likewise.
15124
15125         * sparc/sparc.c (sparc_flat_output_function_prologue,
15126         sparc_flat_output_function_epilogue): Likewise.
15127
15128 Sun Oct 31 13:32:15 CET 1999  Marc Lehmann <pcg@goof.com>
15129
15130         * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
15131         warning from -Wuninitialized and put it under -W.
15132         * function.c (uninitialized_vars_warning): Warn only when the
15133         corresponding flag is set.
15134
15135 Sun Oct 31 01:53:30 1999  Jeffrey A Law  (law@cygnus.com)
15136
15137         * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
15138         is nonzero and the single set does not have an elt, then assign
15139         it an elt.
15140
15141         * simplify-rtx.c: New file.
15142         * Makefile.in (OBJS): Add simplify-rtx.o
15143         (simplify-rtx.o): Add dependencies.
15144         * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
15145         * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
15146         (cse_gen_binary, simplify_unary_operation): Delete.
15147         (simplify_binary_operation, simplify_plus_minus): Likewise.
15148         (check_fold_consts, simplify_relation_operation): Likewise.
15149         (simplify_ternary_operation): Likewise.
15150         (delete_trivially_dead_insns): Simplify the contents of the
15151         REG_EQUAL note before trying to substitute it into the source
15152         of the reg-reg copy at the end of a libcall sequence.
15153
15154         * combine.c (combine_simplify_rtx): Renamed from simplify_rtx.  All
15155         references/callers changed.
15156
15157         * mn10200.c (mn10200_va_arg): Force the return value into a
15158         register.
15159
15160         * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
15161
15162         * cccp.c (macroexpand): Avoid out of range accesses for omitted
15163         arguments.
15164
15165 Sat Oct 30 22:42:50 1999  Stephen L Moshier <moshier@mediaone.net>
15166
15167         * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
15168
15169 Sat Oct 30 22:19:26 1999  Jeffrey A Law  (law@cygnus.com)
15170
15171         * fold-const.c (fold): Fix thinko when optimizing comparisons
15172         against -0.0.
15173
15174 Sat Oct 30 21:32:17 1999  David Starner  <dstarner98@aasaa.ofe.org>
15175
15176         * gcc.texi (Passes): Update front-end files to their current
15177         location.
15178
15179 Sat Oct 30 14:41:40 1999  Richard Henderson  <rth@cygnus.com>
15180
15181         * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
15182         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
15183         (PREDICATE_CODES): Add addition_operation.
15184         * alpha-protos.h (addition_operation): Declare.
15185         (secondary_reload_class): Likewise.
15186         * alpha.c (addition_operation): New.
15187         (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
15188         * alpha.md (adddi3): Turn into expander.
15189         (*lda, *adddi_2): New.
15190         (movsf, movdf patterns): Don't preference integer regs.
15191         (movsi, movdi patterns): Don't preference fp regs.
15192
15193 Sat Oct 30 14:38:22 1999  Richard Henderson  <rth@cygnus.com>
15194
15195         * genrecog.c (write_switch): Check for duplicate CODE cases.
15196
15197 Sat Oct 30 14:31:48 1999  Richard Henderson  <rth@cygnus.com>
15198
15199         * ggc-common.c: Update pre-function commentary.
15200         * ggc-page.c: Likewise.
15201         (poison): Remove.
15202         (poison_pages): Use memset directly.
15203         (ggc_alloc_obj): Likewise.  Use a different pattern than poison_pages.
15204         (ggc_collect): Poison before sweeping.
15205         * ggc-simple.c: Update pre-function commentary.
15206         (ggc_alloc_obj): Poison non-zeroed memory.
15207
15208 Sat Oct 30 14:28:52 1999  Mark Mitchell  <mark@codesourcery.com>
15209
15210         * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
15211         match format string, even on 64-bit hosts.
15212         * gcc-page.c (ggc_page_print_statistics): Likewise.
15213
15214 Sat Oct 30 14:38:04 1999  Catherine Moore  <clm@cygnus.com>
15215
15216         * config/i386/i386.c (ix86_cpu): Revert last patch.
15217         * config/i386/i386.h (ix86_cpu): Ditto.
15218
15219 Fri Oct 29 17:00:42 1999  Jim Wilson  <wilson@cygnus.com>
15220
15221         * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
15222         TYPE_SIZE, convert type of result to sizetype.
15223
15224 Fri Oct 29 14:34:17 1999  Richard Henderson  <rth@cygnus.com>
15225
15226         * flow.c (count_or_remove_death_notes): Equate NULL with the
15227         universal set.
15228
15229         * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
15230         * toplev.c (rest_of_compilation): Rebuild CFG immediately before
15231         dbr_schedule.
15232
15233         * i386.c (pic_label_no): Delete.
15234         (ix86_attr_length_default): Don't use single_set to peek
15235         inside a parallel.
15236
15237         * recog.c (peephole2_optimize): Allow recog_next_insn to index
15238         the first insn after bb->end.
15239         * i386.md (push mem peeps): Scratch is live after evaluation
15240         of the memory.
15241         (cmp mem peep): Similarly.
15242
15243 Fri Oct 29 11:50:11 1999  Catherine Moore  <clm@cygnus.com>
15244
15245         * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
15246         * function.c (pad_to_arg_alignment): Add missing braces.
15247
15248 Fri Oct 29 13:53:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15249
15250         * alpha/alpha-protos.h (literal_section): Add prototype.
15251         (alpha_need_linkage, alpha_start_function,alpha_end_function):
15252         Constify a char*.
15253
15254         * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
15255         prototype.
15256         (alpha_start_function, alpha_end_function, float_strings,
15257         alpha_need_linkage): Constify a char*
15258
15259         * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
15260
15261         * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
15262
15263         * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
15264
15265         * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
15266
15267 Fri Oct 29 13:49:39 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15268
15269         * flow.c (debug_flow_info): Add prototype.
15270
15271         * gcc.c (main): Likewise.
15272
15273         * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
15274         Likewise.
15275
15276         * reload1.c (failed_reload, set_reload_reg): Likewise.
15277
15278         * mips-tfile.c (main): Likewise.
15279         (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
15280         with ATTRIBUTE_NORETURN.
15281
15282 Fri Oct 29 18:16:03 1999  Andrew Haley  <aph@cygnus.com>
15283
15284         * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
15285         DECL is not a memory ref.
15286
15287 Fri Oct 29 09:05:34 1999  Catherine Moore  <clm@cygnus.com>
15288
15289         * config/i386/i386.h (ix86_cpu): Remove extern attribute.
15290         * config/i386/i386.c (ix86_cpu): Add extern attribute.
15291
15292 Fri Oct 29 16:30:04 1999  Andrew Haley  <aph@cygnus.com>
15293
15294         * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
15295         * config/mips/elf64.h: ditto.
15296
15297 Fri Oct 29 08:03:57 1999  Catherine Moore  <clm@cygnus.com>
15298
15299         * expr.c (emit_push_insn): New argument alignment_pad.
15300         Update all callers.  Adjust stack pointer based on alignment pad.
15301         * function.c (pad_to_arg_alignment):  New argument alignment_pad.
15302         Update all callers.  Track alignment_pad if boundary > PARM_BOUNDARY.
15303         (locate_and_pad_parm): New argument alignment_pad.  Update all
15304         callers.
15305         * expr.h (emit_push_insn): Update prototype.
15306         (locate_and_pad_parm): Update prototype.
15307         * calls.c (arg_data):  Add new field alignment_pad.
15308         (initialize_argument_information): Initialize alignment_pad.
15309
15310 Fri Oct 29 02:51:35 1999  Mark Mitchell  <mark@codesourcery.com>
15311
15312         * except.c (free_eh_nesting_info): Free the info itself.
15313         * function.c (free_after_compilation): Don't free NULL.
15314         * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
15315         (pre_edge_insert): Free inserted.
15316         * stmt.c (free_stmt_status): Don't free NULL.
15317
15318 Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15319
15320         * gcov.c (DIR_SEPARATOR): Provide default.
15321         (output_data): Add test for MS-DOS format absolute filename.
15322         (fancy_abort): Correct program name.
15323         (open_files): Open all files in binary mode.
15324         * libgcc2.c (__bb_exit_func): Likewise.
15325
15326         * profile.c (init_branch_prob): Specify binary when opening files.
15327
15328         * flags.h (flag_unwind_tables): New decl.
15329         * toplev.c (flag_unwind_table): New definition.
15330         (f_options): Add -funwind-tables.
15331         (decode_g_option): Clarify warning when unknown -g option is given.
15332         (rest_of_compilation): If inside an inlined external function,
15333         pretend we are just being declared.
15334
15335         * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
15336         (dwarf2out_frame_finish): Likewise.
15337
15338 Fri Oct 29 07:44:26 1999  Vasco Pedro  <vp@di.fct.unl.pt>
15339
15340         * fold-const.c (merge_ranges): If not in0, but in1, handle
15341         upper bounds equal like subset case.
15342
15343 Thu Oct 28 19:22:24 1999  Douglas Rupp <rupp@gnat.com>
15344
15345         * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
15346         passed in a register but moved to the stack.
15347
15348 Thu Oct 28 19:12:57 1999  Sam Tardieu  <tardieu@act-europe.fr>
15349
15350         * gcc.c (pass_exit_codes, greatest_status): New variables.
15351         (struct option_map): Add entry for "--pass-exit-codes".
15352         (execute): Update greatest_status if error.
15353         (display_help): Add documentation for -pass-exit-codes.
15354         (process_command): Handle -pass-exit-codes.
15355         (main): Look at pass_exit_codes and greatest_status on call to exit.
15356
15357 Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15358
15359         * reload.c (find_reloads): Refine test for no input reload
15360         case to not includes reloads emitted after insn.
15361
15362         * function.c (find_temp_slots_from_address): Handle sum involving
15363         a register that points to a temp slot.
15364         (update_temp_slot_address): Make recursive call if both old and
15365         new are PLUS with a common operand.
15366         * calls.c (expand_call): Mark temp slot for result as having
15367         address taken.
15368
15369         * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
15370
15371         * gcc.c (process_command): Add standard_exec_prefix with "GCC"
15372         component as well as "BINUTILS".
15373
15374         * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
15375         * integrate.c (copy_rtx_and_substitute): Likewise.
15376         (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
15377         All callers changed.
15378         * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
15379
15380         * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
15381         gdb extensions, write size of type; also be more consistent
15382         in using references when this is a subtype.
15383
15384         * pa.md (extv, extzv, insv): Use define_expand to reject constant
15385         that is out of range.
15386
15387         * loop.c (unknown_constant_address_altered): New variable.
15388         (prescan_loop): Initialize it.
15389         (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
15390         (invariant_p, case MEM): Remove handling for volatile and readonly;
15391         check new variable if readonly.
15392         (check_dbra_loop): Chdeck unknown_constant_address_altered.
15393
15394         * cse.c (canon_hash, case MEM): Do not record if BLKmode.
15395         (addr_affects_sp_p): Removed from note_mem_written and only
15396         define #ifdef AUTO_INC_DEC.
15397
15398         * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
15399
15400         * regclass.c (record_reg_classes): Properly handle register move
15401         directions.
15402
15403         * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
15404         Don't think valid if both operands are invalid.
15405         (struct constant_descriptor): New field RTL.
15406         (mark_const_hash_entry): Mark it.
15407         (record_constant{,_rtx}): Initialize it.
15408         (output_constant_def): Allocate RTL in permanent obstack and
15409         save in table.
15410         ({record,compare}_constant_1): Modes must match for
15411         CONSTRUCTOR of ARRAY_TYPE.
15412
15413         * c-common.h (initializer_constant_valid_p): Delete decl from here.
15414         * output.h (initializer_constant_valid_p): Move decl to here.
15415         * c-common.c (initializer_constant_valid_p): Delete function from here.
15416         * varasm.c (initializer_constant_valid_p): Move function to here.
15417
15418         * tree.h (STRIP_SIGN_NOPS): New macro.
15419         * fold-const.c (optimize_minmax_comparison): New function.
15420         (invert_truthvalue, case WITH_RECORD_EXPR): New case.
15421         (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
15422         (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
15423         cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
15424         widening conversions.
15425         (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
15426         to look at size of mode, not precision of type; also add missing cases.
15427         (optimize_bit_field_compare, decode_field_reference): Don't try to
15428         optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
15429
15430         * dwarf2out.c (ctype.h): Include.
15431         (dwarf2out_set_demangle_name_func): New function.
15432         (size_of_line_info): Deleted.
15433         (output_line_info): Compute size of line info table from difference
15434         of labels.
15435         (base_type_die, add_name_attribute): Call demangle function, if any.
15436         (field_byte_offset): Use bits per word for variable length fields.
15437         (gen_array_type_die): Add array name.
15438         (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
15439         (dwarf2out_add_library_unit_info): New function.
15440
15441         * explow.c (set_stack_check_libfunc): New function.
15442         (stack_check_libfunc): New static variable.
15443         (probe_stack_range): Allow front-end to set up a libfunc to call.
15444
15445         * combine.c (simplify_comparison): When making comparison in wider
15446         mode, check for having commuted an AND and a SUBREG.
15447         (contains_muldiv): New function.
15448         (try_combine): Call it when dividing a PARALLEL.
15449         (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
15450         (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
15451         a PLUS.
15452         (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
15453         use one of the CLOBBERs instead.
15454         (if_then_else_cond): If comparing against zero, just return thing
15455         being compared.
15456
15457         * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
15458         Don't generate shifts and subtract if have conditional arithmetic.
15459
15460         * rtl.h (delete_barrier): New declaration.
15461         * jump.c (jump_optimize): Set up to handle conditional call.
15462         In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
15463         (delete_barrier): New function.
15464
15465         * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
15466
15467         * recog.c (nonmemory_operand): Accept ADDRESSOF.
15468
15469         * tree.c (build_type_attribute_variant): Push to obstack of
15470         ttype around type_hash_canon call.
15471
15472         * expr.c (placeholder_list): Move decl to file scope.
15473         (expand_expr): Don't force access to volatile just because its
15474         address is taken.
15475         If ignoring reference operations, just expand the operands.
15476         (expand_expr, case COMPONENT_REF): Propagate
15477         EXPAND_CONST_ADDRESS to recursive call when expanding inner.
15478         Refine test for using bitfield operations vs pointer punning.
15479         (expand_expr, case CONVERT_EXPR): If converting to
15480         BLKmode UNION_TYPE from BLKmode, just return inner object.
15481         Use proper mode in store_field call.
15482         Properly set sizes of object to store and total size in store_field
15483         call for convert to union.
15484         (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
15485         memory (like for ADDR_EXPR).  Also, don't put constant in register if
15486         we'll want it in memory.
15487         (readonly_fields_p): New function.
15488         (expand_expr, case INDIRECT_REF): Call it if LHS.
15489         (expand_assignment): Handle a RESULT_DECL where
15490         DECL_RTL is a PARALLEL.
15491         (do_jump, case WITH_RECORD_EXPR): New case.
15492         (get_inner_reference): Always go inside a CONVERT_EXPR
15493         and NOP_EXPR if both modes are the same.
15494         (store_field): Use bitfield operations if size of bitsize is not same
15495         as size of RHS's type.
15496         Check for bitpos not a multiple of alignment in BLKmode case.
15497         Do block move in largest possible alignment.
15498         (store_constructor): Set BITSIZE to -1 for variable size and properly
15499         in case of array of BLKmode.
15500         (expand_expr_unaligned): New function.
15501         (do_compare_and_jump): Call it.
15502
15503         * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
15504         * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
15505         does not include 'o'.
15506
15507         * function.c (instantiate_virtual_regs_1, case SET): Handle case where
15508         both SET_DEST and SET_SRC reference a virtual register.
15509         (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
15510
15511         * integrate.c (expand_inline_function): Handle case of setting
15512         virtual stack vars register (from built in setjmp); when parameter
15513         lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
15514         (subst_constant): Add new parm, MEMONLY.
15515         (expand_inline_function, integrate_parm_decls): Pass new parm.
15516         (integrate_decl_tree): Likewise.
15517         (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
15518         (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
15519         (copy_rtx_and_substitute, case SET): Add explicit calls to
15520         copy_rtx_and_substitute for both sides.
15521
15522         * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
15523         constraints.
15524         (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
15525         within INDEX_TYPE, instead of before.
15526         (fixup_gotos): Use f->target_rtl, not the next insn,
15527         since latter may be from a later fixup.
15528         (expand_value_return): Correctly convert VAL when promoting function
15529         return; support RETURN_REG being a PARALLEL.
15530         (expand_return): When checking for result in regs and having
15531         cleanup, consider PARALLEL in DECL_RTL as being in regs.
15532
15533 1999-10-28 21:27 -0700  Zack Weinberg  <zack@bitmover.com>
15534
15535         * cpplib.h (struct cpp_buffer: fname, nominal_fname,
15536         last_nominal_fname): Mark const.
15537         (struct include_hash: name, nshort, control_macro): Mark
15538         const.
15539         (struct macrodef: symnam): Mark const.
15540         (struct if_stack: fname): Mark const.
15541         (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
15542         (IStable): New character-syntax array which encompasses all
15543         the old is_foo arrays.
15544         (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
15545         is_space): New macros for interrogating IStable.
15546         (check_macro_name): Kill last argument.  All callers changed.
15547
15548         * cppinit.c (initialize_char_syntax): Delete.
15549         (is_idchar, is_idstart, is_hor_space, is_space,
15550         trigraph_table): Delete.
15551         (IStable): New.  Initialize with clever macros to avoid
15552         information duplication.
15553         (builtin_array): Table of builtins to get rid of explicit list
15554         in initialize_builtins.
15555         (initialize_builtins): Use builtins_array.
15556         (cpp_start_read): Call init_IStable, and set IStable['$'] if
15557         opts->dollars_in_ident.
15558
15559         * cppexp.c: Change all refs to is_xyz[] arrays to use new
15560         is_xyz() macros.
15561         (cpp_parse_expr): Avoid 'format string is not constant'
15562         warning. Use ISGRAPH to identify printable chars.
15563         * cppfiles.c: Change all refs to is_xyz[] arrays to use new
15564         is_xyz() macros.
15565         (read_and_prescan): Map trigraphs to chars with open-coded
15566         if-else-if-... sequence, not a lookup table.
15567         * cpphash.c: Change all refs to is_xyz[] arrays to use new
15568         is_xyz() macros.
15569         * cpplib.c: Change all refs to is_xyz[] arrays to use new
15570         is_xyz() macros.  Kill SKIP_ALL_WHITE_SPACE (unused).
15571         (check_macro_name): Remove ability to report an invalid
15572         assertion name, which is never used.
15573         (do_line): Constify a couple of char *'s.
15574         * cppmain.c (main): Call cpp_cleanup before returning.
15575
15576 Thu Oct 28 21:16:35 1999  Mark Mitchell  <mark@codesourcery.com>
15577
15578         * ggc.h (struct ggc_statistics): New type.
15579         (ggc_get_size): New function.
15580         (ggc_print_statistics): Likewise.
15581         * ggc-common.c (ggc_stats): New variable.
15582         (ggc_mark_rtx_children): Keep statistics.
15583         (ggc_mark_tree_children): Likewise.
15584         (ggc_print_statistics): New function.
15585         * ggc-page.c (struct globals): Add bytes_mapped field.
15586         (alloc_anon): Update it.
15587         (release_pages): Likewise.
15588         (ggc_get_size): New function.
15589         (ggc_page_print_statistics): New function.
15590         * ggc-simple.c (ggc_get_size): New function.
15591
15592 Fri Oct 29 06:32:44 1999  Geoffrey Keating  <geoffk@cygnus.com>
15593
15594         * flow.c (propagate_block): When the last reference to a label
15595         before an ADDR_VEC is deleted because the reference is a dead
15596         store, delete the ADDR_VEC.
15597
15598 Thu Oct 28 12:28:50 1999  Richard Henderson  <rth@cygnus.com>
15599
15600         * resource.c (find_free_register): Don't use the frame pointer
15601         if frame_pointer_needed.
15602
15603 Thu Oct 28 10:02:00 1999  Jim Wilson  <wilson@cygnus.com>
15604
15605         * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
15606         (function_arg_pass_by_reference): Check for a NULL pointer in cum.
15607
15608         * config/i960/i960.c (i960_va_start): New locals base, num.
15609         Use INDIRECT_REF instead of ARRAY_REF on valist.
15610         (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
15611
15612 Thu Oct 28 09:45:48 1999  Mark Mitchell  <mark@codesourcery.com>
15613
15614         * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
15615
15616 Thu Oct 28 03:37:50 1999  Peter Gerwinski <peter@gerwinski.de>
15617
15618         * tree.def (PLACEHOLDER_EXPR): Update comments.
15619
15620 Thu Oct 28 06:47:32 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15621
15622         * c-common.c (check_format_info): Avoid non-literal format string
15623         warnings when `first_arg_num' is zero.
15624
15625 Thu Oct 28 12:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15626
15627         * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
15628
15629 Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
15630
15631         * arm.md (casesi_insn): Add a clobber of the condition code
15632         register.
15633
15634 Mon Oct 18 21:16:06 1999  Fred Fish  <fnf@be.com>
15635
15636         * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
15637         used by both cc1 and cc1plus.
15638
15639 Thu Oct 28 10:00:48 1999  Nick Clifton  <nickc@cygnus.com>
15640
15641         * config/arm/arm.c: Initialise arm_structure_size_boundary to
15642         DEFAULT_STRUCTURE_SIZE_BOUNDARY.
15643         * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
15644         to the value 32 if it has not already been defined.
15645         * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
15646         Override definition in arm.h with a value of 8.
15647
15648 Thu Oct 28 03:12:02 1999  David Starner  <dstarner98@aasaa.ofe.org>
15649
15650         * c-pragma.c (push_alignment): Don't check the return value
15651         of xmalloc.
15652
15653 Thu Oct 28 03:08:38 1999  Matteo Frigo <athena@fftw.org>
15654
15655         * sparc.h (ADJUST_COST): Fix thinko.
15656
15657 Thu Oct 28 02:44:03 1999  Glen Nakamura  <glen.nakamura@usa.net>
15658
15659         * cccp.c (rescan): Fixed obp pointer handling around call to
15660         check_expand subroutine.
15661
15662 Thu Oct 28 02:15:22 1999  Jeffrey A Law  (law@cygnus.com)
15663
15664         * gcse.c (delete_null_pointer_checks): Only record non-null info
15665         for pseudos when examining stores.
15666
15667         * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
15668         splitters for these patterns.  Use "#" for output templates.
15669         (addsi3_carryin_shift): New pattern.
15670
15671 Thu Oct 28 10:20:02 1999  Geoffrey Keating  <geoffk@cygnus.com>
15672
15673         * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
15674         of the function return register into a plain REG until
15675         after function inlining is done.
15676
15677 Wed Oct 27 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
15678
15679         * jump.c (jump_optimize_1): If we did cross-jumping, and
15680         the data will matter, rebuild the CFG.
15681         * reg-stack.c (reg_to_stack): Only (re)build the CFG if
15682         not optimizing.  Don't run shorten_branches.
15683         * toplev.c (rest_of_compilation): Run shorten_branches after
15684         reg_to_stack.
15685
15686 Wed Oct 27 12:33:40 1999  Mark Mitchell  <mark@codesourcery.com>
15687
15688         * rtl.h (note_stores): Add additional paramter.
15689         * rtlanal.c (reg_set_p_1): Take additional paramter.
15690         (reg_set_last_1): Likewise.
15691         (reg_set_p): Adjust call to note_stores.
15692         (reg_set_last): Likewise.
15693         (note_stores): Pass data parameter to worker function.
15694         * alias.c (record_set): Take additional parameter.
15695         (init_alias_analysis): Pass it.
15696         * caller-save.c (mark_set_regs): Take additional parameter.
15697         (save_call_clobbered_regs): Pass NULL to note_stores.
15698         * combine.c (set_nonzero_bits_and_sign_copies): Take additional
15699         parameter.
15700         (record_dead_and_set_regs_1): Likewise.
15701         (reg_dead_at_p_1): Likewise.
15702         (combine_instructions): Adjust calls to note_stores.
15703         (try_combine): Likewise.
15704         (record_dead_insn): Remove.
15705         (record_dead_and_set_regs): Adjust calls to note_stores.
15706         (reg_dead_at_p): Likewise.
15707         * cse.c (invalidate_skipped_set): Take additional parameter.
15708         (cse_check_loop_start): Likewise.
15709         (cse_check_loop_start_value): Remove.
15710         (cse_set_around_loop): Adjust calls to note_stores.
15711         * flow.c (notice_stack_pointer_modification): Take additional
15712         parameter.  Remove duplicate declaration.
15713         (record_volatile_insns): Adjust calls to note_stores.
15714         * gcse.c (record_set_info): Take additional parameter.
15715         (record_last_set_info): Likewise.
15716         (invalidate_nonnull_info): Likewise.
15717         (record_set_insn): Remove.
15718         (compute_sets): Adjust calls to note_stores.
15719         (last_set_insn): Remove.
15720         (compute_hash_table): Adjust calls to note_stores.
15721         (insert_insn_end_bb): Likewise.
15722         (delete_null_pointer_checks): Likewise.
15723         * global.c (mark_reg_store): Take additional parameter.
15724         (mark_reg_clobber): Likewise.
15725         (reg_becomes_live): Likewise.
15726         (global_conflicts): Adjust calls to note_stores.
15727         (build_insn_chain): Likewise.
15728         * integrate.c (note_modified_parmregs): Take additional parameter.
15729         (mark_stores): Likewise.  Make it static.
15730         (save_for_inline_nocopy): Adjust calls to note_stores.
15731         (try_constants): Likewise.
15732         * integrate.h (mark_stores): Remove declaration.
15733         * jump.c (mark_modified_reg): Take additional parameter.
15734         (thread_jumps): Adjust calls to note_stores.
15735         * local-alloc.c (validate_equiv_mem_from_store): Take additional
15736         parameter.
15737         (no_equiv): Likewise.
15738         (reg_is_set): Likewise.
15739         (validate_equiv_mem): Adjust calls to note_stores.
15740         (update_equiv_regs): Likewise.
15741         (block_alloc): Likewise.
15742         * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
15743         (note_addr_stored): Take additional parameter.
15744         (note_set_pseudo_multiple_uses): Likewise.
15745         (record_initial): Likewise.
15746         (prescan_loop): Adjust calls to note_stores.
15747         (strength_reduce): Likewise.
15748         (check_dbra_loop): Likewise.
15749         * regmove.c (flags_set_1): Take additional paramter.
15750         (mark_flags_life_zones): Adjust calls to note_stores.
15751         * reload1.c (mark_not_eliminable): Take additional parameter.
15752         (forget_old_reloads_1): Likewise.
15753         (reload_cse_invalidate_rtx): Likewise.
15754         (reload_cse_check_clobber): Likewise.
15755         (reload_combine_note_store): Likewise.
15756         (move2add_note_store): Likewise.
15757         (reload): Adjust calls to note_stores.
15758         (reload_as_needed): Likewise.
15759         (emit_reload_insns): Likewise.
15760         (reload_cse_regs_1): Likewise.
15761         (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
15762         (reload_combine): Adjust calls to note_stores.
15763         * resource.c (update_live_status): Take additional paramter.
15764         (mark_target_live_regs): Adjust calls to note_stores.
15765         * stupid.c (find_clobbered_regs): Take additional parameter.
15766         (stupid_life_analysis): Adjust calls to note_stores.
15767
15768 Wed Oct 27 19:26:12 1999  Nick Clifton  <nickc@cygnus.com>
15769
15770         * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
15771         definition.
15772
15773         * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
15774         definition.
15775
15776         * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
15777         of the variable arm_structure_size_boundary.
15778
15779 Wed Oct 27 02:05:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
15780
15781         * alias.c (init_alias_analysis): Allocate reg_known_value and
15782         reg_known_equiv_p on the heap.  Likewise for new_reg_base_value
15783         and reg_seen.
15784         (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
15785         * cse.c (cse_main): Call end_alias_analysis.
15786         * haifa-sched.c (schedule_insns): Likewise.
15787         * local-alloc. (update_equiv_regs): Likewise.
15788         * reload1.c (reload_cse_regs): Likewise.
15789
15790 Wed Oct 27 01:49:17 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15791
15792         * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
15793         * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
15794         mapping from MASK_FPU.
15795
15796 Wed Oct 27 01:42:26 1999  Scott Christley  <scottc@net-community.com>
15797
15798         * sparc.md (call): Don't bound structure return size to 0xfff.
15799
15800 Wed Oct 27 00:56:59 1999  Richard Henderson  <rth@cygnus.com>
15801
15802         * resource.c (mark_target_live_regs): Check that the target
15803         insn wasn't created after compute_bb_for_insn.
15804
15805 Tue Oct 26 23:15:03 1999  Mark Mitchell  <mark@codesourcery.com>
15806
15807         * ggc-page.c (poison_pages): Don't be overzealous.
15808
15809 Tue Oct 26 23:29:18 1999  Jeffrey A Law  (law@cygnus.com)
15810
15811         * alias.c: Update comments for ADDRESS.
15812         (nonlocal_reference_p): Look inside the ADDRESS to determine if
15813         it is a local memory reference.
15814
15815         * c-typeck.c (build_function_call): Check that the built-in
15816         function is of class BUILT_IN_NORMAL before trying to recongize
15817         it as BUILT_IN_ABS.
15818         * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
15819         * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
15820
15821 Wed Oct 27 00:14:13 1999  Robert Lipe  <robertlipe@usa.net>
15822
15823         * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
15824         of alloca.
15825         (pre_gcse): Likewise.
15826         (hoist_expr_reaches_here_p): Likewise.
15827         (hoist_code): Likewise.
15828         (pre_expr_reaches_here_p): Replace alloca with xcalloc.  Move core
15829         code to ...
15830         (pre_expr_reaches_here_p_work): ... here.
15831         (expr_reaches_here_p): Replace alloca with xcalloc.  Move core
15832         code to ...
15833         (expr_reaches_here_p_work): ... here.
15834
15835 Tue Oct 26 20:42:45 1999  Richard Henderson  <rth@cygnus.com>
15836
15837         * resource.c (find_basic_block): Delete.
15838         (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
15839         (init_resource_info): Call compute_bb_for_insn.
15840
15841 Tue Oct 26 20:21:02 1999  Richard Henderson  <rth@cygnus.com>
15842
15843         * flow.c (merge_blocks_move_predecessor_nojumps): Cope
15844         with already adjacent blocks, but no fallthru.
15845         (merge_blocks_move_successor_nojumps): Simplify.
15846         (debug_flow_info): New.
15847
15848         * toplev.c (rest_of_compilation): Open jump1 dump file before
15849         jump and close after, as opposed to just using dump_rtl.
15850
15851 Wed Oct 27 03:09:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
15852
15853         * reload.h (earlyclobber_operand_p): Declare.
15854         * reload.c (earlyclobber_operand_p): Don't declare.  No longer static.
15855         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
15856         an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
15857         case where the RELOAD_OTHER reload is new.  Use earlyclobber_operand_p.
15858
15859 Tue Oct 26 18:23:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
15860                           Richard Henderson  <rth@cygnus.com>
15861
15862         * emit-rtl.c (emit_block_insn_before): New.
15863         (emit_block_insn_after): New.
15864         * basic-block.h: Declare them.
15865
15866         * bitmap.h: Protect from multiple inclusion.
15867
15868         * recog.c (scratch_operand): Handle VOIDmode correctly.
15869
15870         * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
15871
15872         * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
15873         * function.c (assign_parms): Likewise.
15874         * global.c (global_conflicts): Clarify STACK_REGS commentary.
15875
15876         * reg-stack.c (max_uid): Remove.
15877         (blocks, block_begin, block_end, block_drops_in): Remove.
15878         (block_stack_in, block_out_reg_set, block_number): Remove.
15879         (struct block_info_def, BLOCK_INFO): New.
15880         (enum emit_where): New.
15881         (current_block): New.
15882         (BLOCK_NUM): Remove.
15883         (mark_regs_pat, record_label_references): Remove.
15884         (record_reg_life_pat, record_reg_life, find_blocks): Remove.
15885         (nan): New.
15886         (goto_block_pat, print_blocks, dump_stack_info): Remove.
15887         (reg_to_stack): Simplified test for existance of fp code.  Use
15888         flow.c code.  Call shorten_branches after cross-jump opt.
15889         (check_asm_stack_operands): Renamed from record_asm_reg_life.
15890         Return false if the asm doesn't use stack regs.  Don't do life
15891         analysis on the asm.
15892         (emit_pop_insn): Replace function pointer arg `when' with
15893         enum `where'.  Update all callers.
15894         (change_stack): Likewise.  Update basic block end.
15895         (emit_swap_insn): Use current_block->head to limit reverse search
15896         for start of block.  Use emit_block_insn_after.
15897         (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
15898         (subst_asm_stack_regs): Use check_asm_stack_operands.  Use direct
15899         structure assignment instead of bcopy.
15900         (print_stack): New.
15901         (convert_regs_entry, convert_regs_exit): New.
15902         (convert_regs_1, convert_regs_2): Split out from convert_regs.
15903         Work on basic blocks and the CFG.
15904         (convert_regs): Use them.
15905
15906         * i386.c (output_fix_trunc): Remove code for DImode input operand
15907         not at top-of-stack.
15908         * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
15909         appropriate mode.
15910         (fix_truncdi_1): Allow any mode scratch.
15911
15912 Tue Oct 26 13:30:35 1999  Richard Henderson  <rth@cygnus.com>
15913
15914         * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
15915         * linux.h, netbsd.h, vms.h: Not here.
15916
15917 1999-10-26  Gavin Romig-Koch  <gavin@cygnus.com>
15918
15919         * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
15920         ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
15921         (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
15922         CONDITIONAL_REGISTER_USEAGE): Use them.
15923         * config/mips/mips.c (mips_move_1word,mips_move_2words,
15924         gen_conditional_branch,override_options) : Use them.
15925         * config/mips/mips.md : Use them.
15926
15927 Tue Oct 26 13:09:23 1999  Richard Henderson  <rth@cygnus.com>
15928
15929         * i386.md (zero_extendqihi2): Use SImode register name with andl.
15930
15931 Tue Oct 26 12:35:38 1999  Richard Henderson  <rth@cygnus.com>
15932
15933         * integrate.c (function_cannot_inline_p): Don't allow inlining
15934         if setjmp is used.
15935
15936 Tue Oct 26 14:10:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15937
15938         * c-parse.in (cast_expr): Constify.
15939
15940         * cccp.c (special_symbol): Likewise.
15941
15942         * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
15943
15944         * dwarf2out.c (base_type_die): Likewise.
15945
15946         * global.c (allocno_compare): Likewise.
15947
15948         * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
15949
15950         * regclass.c (fix_register): Likewise.
15951
15952         * rtl.h (fix_register): Likewise.
15953
15954         * stupid.c (stupid_reg_compare): Likewise.
15955
15956         * toplev.c (decode_f_option): Likewise.
15957
15958         * tree.c (build_complex_type): Likewise.
15959
15960 Tue Oct 26 18:35:25 1999  Richard Earnshaw  <rearnsha@arm.com>
15961
15962         * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
15963
15964 Tue Oct 26 15:42:56 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15965
15966         * reload.c (find_reloads): Compute mode and nregs fields of all
15967         reloads.
15968         * reload1.c (calculate_needs_all_insns): Simplify a bit.
15969         (calculate_needs): Use precomputed mode/nregs values.
15970         (allocate_reload_reg): Likewise.
15971         Break out two...
15972         (failed_reload, set_reload_reg): ... new functions.
15973         (choose_reload_regs_init): New function, mostly broken out from...
15974         (choose_reload_regs): ... here.  Lose all the save_xxx nonsense.
15975         Also lose one #if 0 block.
15976
15977 Tue Oct 26 02:48:32 1999  Marc Espie <espie@cvs.openbsd.org>
15978
15979         * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET):  Fix target name
15980         substitution.
15981
15982 Tue Oct 26 01:27:32 1999  Mark Mitchell  <mark@codesourcery.com>
15983
15984         * tree.h (BLOCK_TYPE_TAGS): Remove.
15985         (BLOCK_END_NOTE): Likewise.
15986         (BLOCK_LIVE_RANGE_FLAG): Likewise.
15987         (BLOCK_LIVE_RANGE_START): Likewise.
15988         (BLOCK_LIVE_RANGE_END): Likewise.
15989         (tree_block): Remove live_range_flag, live_range_var_flag, and
15990         type_tags.  Remove end_note, live_range_start, and live_range_end.
15991         (remember_end_note): Remove prototype.
15992         * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
15993         * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
15994         remember_end_note.
15995         * ggc-common.c (ggc_mark_tree_children): Don't mark
15996         BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
15997         * integrate.c (adjust_copied_decl_tree): Remove.
15998         * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
15999         * stmt.c (last_block_end_note): Remove.
16000         (init_stmt): Don't add a GC root for it.
16001         (expand_fixup): Don't set it.
16002         (remember_end_note): Remove.
16003         (expand_end_bindings): Don't set last_block_end_note.
16004
16005 Tue Oct 26 00:41:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16006
16007         * reload1.c (reload_reg_free_for_value_p): Show
16008         RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
16009         reloads.
16010
16011 Mon Oct 25 23:54:45 1999  Geoff Keating  <geoffk@cygnus.com>
16012
16013         * expmed.c (extract_bit_field): Allow for the case of non-integer
16014         objects that are smaller than a word (like SFmode on a 64-bit
16015         machine).
16016
16017         * loop.c (basic_induction_var): A non-integer variable which is
16018         being set by a paradoxical subreg is probably not a biv.
16019
16020 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16021
16022         * prefix.c (translate_name) Check for empty prefix string.
16023
16024 Mon Oct 25 23:10:45 1999  Andreas Schwab  <schwab@suse.de>
16025
16026         * Makefile.in (CPP_CROSS_NAME): New variable.
16027         (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
16028         xcpp.
16029         (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
16030         names of the files to be uninstalled.
16031
16032 Mon Oct 25 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
16033
16034         * collect2.c (IS_DIR_SEPARATOR): Define.
16035         (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
16036
16037         * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
16038         functions too.
16039
16040         * haifa-sched.c (add_dependence): Update the true dependency
16041         cache the first time we add a true dependence to the LOG_LINKS chain.
16042
16043 Mon Oct 25 22:27:40 1999  Jim Kingdon  <http://developer.redhat.com/>
16044
16045         * fold-const.c (fold): Fix comment.
16046
16047 Mon Oct 25 22:49:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16048
16049         * dbxout.c (lastfile, cwd, dbxout_type_method_1,
16050         dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
16051         dbxout_start_new_source_file, dbxout_source_file,
16052         dbxout_source_line, dbxout_finish, dbxout_type_fields,
16053         dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
16054         Constify a char*.
16055         (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
16056         (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
16057         (dbxout_block): Initialize variable `blocknum'.
16058
16059         * dbxout.h (dbxout_init, dbxout_finish,
16060         dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
16061         dbxout_args, dbxout_source_line): Constify a char*.
16062
16063         * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
16064         dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
16065         dwarf_fund_type_name, name_attribute, stmt_list_attribute,
16066         low_pc_attribute, high_pc_attribute, body_begin_attribute,
16067         body_end_attribute, comp_dir_attribute, sf_names_attribute,
16068         src_info_attribute, mac_info_attribute, producer_attribute,
16069         lookup_filename, generate_macinfo_entry, fundamental_type_code,
16070         dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
16071         dwarfout_undef): Constify a char*.
16072         (add_incomplete_type, retry_incomplete_types): Add prototypes.
16073
16074         * dwarfout.h (dwarfout_define, dwarfout_undef,
16075         dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
16076
16077 1999-10-25  Gavin Romig-Koch  <gavin@cygnus.com>
16078
16079         * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
16080         (MULTILIB_ISA_DEFAULT): New.
16081         (MULTILIB_DEFAULTS): Use it.
16082         * config/mips/mips.c (): Remove the now unnecessary definition
16083         of MIPS_ISA_DEFAULT.
16084         * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
16085         unnecessary definition.
16086
16087 Mon Oct 25 22:08:35 1999  Richard Earnshaw (rearnsha@arm.com)
16088
16089         * arm.md (pic_load_addr): Add constraints to operand 1.
16090
16091 1999-10-25  Bruce Korb  <autogen@linuxbox.com>
16092
16093         * fixinc/genfixes:  Provide a means for specifying -D options to
16094         AutoGen
16095
16096 Mon Oct 25 00:42:35 1999  Jeffrey A Law  (law@cygnus.com)
16097
16098         * arm.c (arm_override_options): Correct initialization of
16099         arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
16100         arm_is_strong, and arm_is_6_or_7.
16101
16102         * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
16103         (note_set_pseudo_multiple_uses): New function.
16104         (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
16105         if a pseudo set in the loop exit is used elsewhere.
16106
16107 Sun Oct 24 20:52:40 1999  Mark Mitchell  <mark@codesourcery.com>
16108
16109         * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
16110
16111 Sun Oct 24 21:02:46 1999  Richard Henderson  <rth@cygnus.com>
16112
16113         * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
16114         a single load-address pattern.
16115
16116 Sun Oct 24 19:33:24 1999  Mark P. Mitchell  <mark@codesourcery.com>
16117
16118         * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
16119         depending on whether or not line-number notes are present.
16120
16121 Sun Oct 24 20:29:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16122
16123         * cccp.c (progname, file_buf, default_include, include_file,
16124         macrodef, definition, hashval, wchar_type, user_label_prefix,
16125         directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
16126         expand_to_temp_buffer, is_system_include, base_name,
16127         absolute_filename, read_name_map, open_include_file,
16128         record_control_macro, check_precompiled, check_preconditions,
16129         pcfinclude, pass_thru_directive, create_definition,
16130         check_macro_name, comp_def_part, collect_expansion,
16131         check_assertion, read_token_list, assertion_install,
16132         assertion_lookup, eval_if_expression, conditional_skip,
16133         validate_else, skip_quoted_string, quote_string, macarg1,
16134         error_from_errno, install, lookup, hashf, dump_defn_1,
16135         perror_with_name, pfatal_with_name, main, trigraph_pcp,
16136         check_white_space, rescan, handle_directive, monthnames,
16137         special_symbol, do_include, remap_include_file, write_output,
16138         arglist, do_assert, do_unassert, do_line, do_error, do_once,
16139         do_ident, do_sccs, do_xifdef, skip_if_group,
16140         output_line_directive, macroexpand, macarg, change_newlines,
16141         initialize_builtins, make_definition): Constify a char*.
16142
16143         * pcp.h (stringdef): Likewise.
16144
16145 Sun Oct 24 13:29:28 1999  Richard Henderson  <rth@cygnus.com>
16146
16147         * unroll.c (copy_loop_body): Examine SET_DEST of single_set
16148         not of pattern.
16149
16150 Sun Oct 24 13:14:20 1999  Graham  <grahams@rcp.co.uk>
16151                           Richard Henderson  <rth@cygnus.com>
16152
16153         * alias.c: Include ggc.h.
16154         (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
16155         (record_set): Verify enough room in reg_base_value.
16156         (init_alias_analysis): Allocate reg_base_value with xcalloc.
16157         Register it as a GC root.
16158         (end_alias_analysis): Free reg_base_value.  Remove it as a GC root.
16159         * Makefile.in (alias.o): Depend on ggc.h.
16160
16161         * unroll.c (unroll_loop): Verify the insn before a barrier
16162         is a JUMP_INSN before checking JUMP_LABEL.
16163
16164 Sun Oct 24 15:46:44 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16165
16166         * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
16167         * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
16168         * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
16169         * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
16170         * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
16171         * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
16172
16173 Sun Oct 24 15:35:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16174
16175         * output.h (ctors_section, dtors_section, bss_section): Prototype.
16176
16177         * alpha/alpha-interix.h (text_section): Delete prototype.
16178         * alpha/elf.h (text_section): Likewise.
16179         * arm/linux-elf.h (text_section): Likewise.
16180         * arm/linux-telf.h (text_section): Likewise.
16181         * c4x/c4x.h (text_section): Likewise.
16182         * dsp16xx/dsp16xx.h (bss_section): Likewise.
16183         * elfos.h (text_section): Likewise.
16184         * i386/aix386ng.h (text_section): Likewise.
16185         * i386/i386-interix.h (text_section): Likewise.
16186         * i386/sco5.h (text_section): Likewise.
16187         * i386/svr3gas.h (text_section): Likewise.
16188         * nextstep.h (text_section): Likewise.
16189         * psos.h (text_section): Likewise.
16190         * ptx4.h (text_section): Likewise.
16191         * svr3.h (text_section): Likewise.
16192         * svr4.h (text_section, ctors_section, dtors_section): Likewise.
16193
16194 Sun Oct 24 15:20:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16195
16196         * final.c (peephole): Delete prototype.
16197
16198         * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
16199         (pre_insert_copies): Remove unused variable `bb'.
16200
16201         * genrecog.c (debug_decision_0, debug_decision_list, main): Add
16202         prototypes.
16203
16204         * output.h (peephole): Add prototype.
16205
16206 Sun Oct 24 11:35:30 1999  Mark P. Mitchell  <mark@codesourcery.com>
16207
16208         * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
16209         -O0.
16210
16211 Sat Oct 23 21:13:00 1999  Mark Mitchell  <mark@codesourcery.com>
16212
16213         * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
16214         for inlined declarations.
16215
16216 Fri Oct 22 18:05:43 1999  Jeffrey A Law  (law@cygnus.com)
16217
16218         * arm.c (logical_binary_operator): New fucntion.
16219         * arm.h (logical_binary_operator): Declare it.
16220         (PREDICATE_CODES): Handle logical_binary_operator.
16221         * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
16222         output constraints.  Add appropriate splitters.
16223         (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
16224         (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
16225         (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
16226
16227 Fri Oct 22 23:46:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16228
16229         * genoutput.c (struct operand_data): New elt eliminable.
16230         (output_operand_data): Write it.
16231         (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
16232         (compare_operands): Take it into account.
16233         * recog.h (struct insn_operand_data): New elt eliminable.
16234         * reload1.c (check_eliminable_occurrences, elimination_effects): New
16235         functions.
16236         (old_asm_operands_vec, new_asm_operands_vec): Delete.
16237         (eliminate_regs): Move code that detects changes to elimination
16238         target regs into new function elimination_effects.
16239         Delete one #if 0 block.
16240         Abort for USE, CLOBBER, ASM_OPERANDS and SET.
16241         (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
16242         ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
16243         Only call eliminate_regs for real operands of the insn, not for parts
16244         of its structure or parts matched by things like match_operator.
16245         Use elimination_effects and check_eliminable_occurrences.  Use
16246         copy_insn to duplicate the pattern when not in the final pass.
16247
16248 Fri Oct 22 09:03:44 1999  Mark Mitchell  <mark@codesourcery.com>
16249
16250         * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
16251         and fld.
16252
16253 1999-10-22  Bruce Korb  <autogen@linuxbox.com>
16254
16255         * fixinc/README: document the "mach" machine matching test
16256         * fixinc/fixfixes.c: Implement the #else/#endif label fix
16257         * fixinc/fixtests.c: Implement the #else/#endif label test
16258         * fixinc/inclhack.def: utilize these tests and fixes
16259         * fixinc/inclhack.sh:  regen
16260         * fixinc/fixincl.x:  regen
16261         * fixinc/fixincl.sh:  regen
16262
16263 Thu Oct 21 20:37:19 1999  Jeffrey A Law  (law@cygnus.com)
16264
16265         * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.  Also
16266         depend on ggc.h.
16267
16268 Thu Oct 21 20:30:19 1999  Matthias Klose  <doko@debian.org>
16269
16270         * gcc.1: Document exit codes.
16271
16272 Thu Oct 21 12:49:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16273
16274         * calls.c: Include tm_p.h later, so everything we need is defined.
16275         * expr.c: Likewise.
16276         * function.c: Likewise.
16277
16278         * except.c: Include tm_p.h.
16279
16280         * sparc.c: Likewise.
16281         (dwarf2out_cfi_label): Don't prototype.
16282         (check_return_regs, epilogue_renumber,
16283         ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
16284         ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
16285         ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
16286         ultra_schedule_insn): Add static prototype.
16287         (data_segment_operand, text_segment_operand): Call itself with the
16288         proper number of arguments.
16289         (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
16290
16291         * sparc.h: Move all declarations to sparc-protos.h.
16292         (SELECT_RTX_SECTION):  Pass a missing MODE argument to
16293         symbolic_operand.
16294
16295         * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
16296
16297         * config/svr4.h (text_section, ctors_section, dtors_section): Add
16298         Prototypes.
16299         (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
16300         ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
16301         ASM_OUTPUT_ASCII): Constify a char*.
16302
16303         * sparc-protos.h: New file for sparc prototypes.
16304
16305 Thu Oct 21 12:23:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16306
16307         * function.c (record_insns, contains): Always declare and define.
16308         (record_insns): Mark with ATTRIBUTE_UNUSED.
16309
16310 Thu Oct 21 13:03:49 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
16311
16312         * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
16313         to .section when outputting a .bss section to deal with multiple
16314         .bss input sections (as happens with -fdata-sections)
16315         Also output %progbits, not @progbits so the assembler doesn't treat as
16316         a comment.
16317         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
16318
16319         * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
16320         thumb parts even when building with non-thumb CPUs, by forcing
16321         thumb mode.
16322
16323 Wed Oct 20 22:57:58 1999  Jeffrey A Law  (law@cygnus.com)
16324
16325         * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
16326         (movdf_const_intreg_sp64): Similarly.
16327
16328         * local-alloc.c (update_equiv_regs): Check the correct insn
16329         for pre-existing REG_EQUIV notes.
16330
16331 Wed Oct 20 20:41:46 1999  Mark Mitchell  <mark@codesourcery.com>
16332
16333         * cse.c (cse_end_of_basic_block): Don't return the end of a basic
16334         block reached by a branch if we're not going to actually process
16335         this block.
16336
16337 Wed Oct 20 15:18:42 1999  Jim Wilson  <wilson@cygnus.com>
16338
16339         * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
16340         a local extern function declaration.
16341
16342 Wed Oct 20 13:56:01 1999  Richard Henderson  <rth@cygnus.com>
16343
16344         * i386.c (ix86_expand_prologue): Properly wrap USE around
16345         reg for CALL_INSN_FUNCTION_USAGE.
16346
16347 Thu Oct 14 18:51:37 1999  Andrew Haley  <aph@cygnus.com>
16348
16349         * config/mips/mips.md (movdf_internal1a): Allow floating-point
16350         move between GP_REGs.
16351
16352 Wed Oct 20 15:36:11 1999  Andrew Haley  <aph@cygnus.com>
16353
16354         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
16355         the mode size when finding out if an offset is legal.
16356
16357 Wed Oct 20 06:26:58 1999  Richard Henderson  <rth@cygnus.com>
16358
16359         * basic-block.h (PROP_*): Move constants from ...
16360         * flow.c: ... here.
16361         (compute_bb_for_insn): Free the array before reallocating.
16362         (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
16363         (allocate_reg_life_data): Reset all reg variables collected by
16364         propagate_block.
16365         (get_block_head_tail): Don't convert from bb to block.
16366         (get_bb_head_tail): New.  Update all callers of get_block_head_tail.
16367         (find_insn_reg_weight): Take block not bb.
16368         (schedule_block): Don't set block num for moved insns.
16369         (schedule_region): Don't update_life_info or find_insn_reg_weight.
16370         (schedule_insns): Do it here instead.
16371         * combine.c (combine_instructions): Invoke compute_bb_for_insn
16372         before update_life_info.
16373         * recog.c (split_all_insns, peephole2_optimize): Update for
16374         new arg to update_life_info.
16375         * rtlanal.c (remove_note): Cope with NULL note.
16376         * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
16377         if we did sched1.
16378
16379 Wed Oct 20 10:46:41 1999  Richard Earnshaw (rearnsha@arm.com)
16380
16381         * jump.c (jump_optimize_1): More accurately detect casesi insns.
16382
16383         * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
16384         block records so that merge_blocks_nomove will clean up correctly.
16385         (split_edge): Handle casesi insns.
16386
16387         * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
16388
16389 Tue Oct 19 23:43:50 1999  Jeffrey A Law  (law@cygnus.com)
16390
16391         * pa.md (call, call_value): Do not emit a blockage after restoring
16392         the PIC register.
16393
16394 Tue Oct 19 17:22:39 1999  Mark Mitchell  <mark@codesourcery.com>
16395
16396         * c-typeck.c (c_expand_asm_operands): Fix typo.
16397
16398 Tue Oct 19 18:42:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16399
16400         * arm.c (fpu_rhs_operand): Verify modes.
16401         (fpu_add_operand): Likewise.
16402         (di_operand): Likewise.
16403         (soft_df_operand): Likewise.
16404
16405 Tue Oct 19 15:26:11 1999  Richard Earnshaw  (rearnsha@arm.com)
16406
16407         * arm.c (arm_return_in_memory): APCS rules state that the elements
16408         of a structure returned in a register must be 'integer-like'.
16409
16410 1999-10-19  Bruce Korb  <autogen@linuxbox.com>
16411
16412         * fixinc/Makefile.in: Change the generation rules to run `genfixes'
16413         in the source tree when the generated targets are out of date
16414         * fixinc/genfixes: Alter it to run individual fixes for make.
16415         * fixinc/README: rewrite
16416         * fixinc/inclhack.def: moved initial comments to README
16417
16418 Tue Oct 19 14:01:34 1999  Nick Clifton  <nickc@cygnus.com>
16419
16420         * toplev.c (main): Do not generate an error message if an
16421         unrecognised command line switch is recognisable by another
16422         language.  If extra_warnings are enabled, then generate a
16423         warning message instead.
16424
16425 Tue Oct 19 11:41:12 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16426
16427         * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
16428         (insert_pack_attributes): Delete prototype.
16429
16430         * c-pragma.c (default_alignment): New static variable.
16431         (push_alignment): Initialize to current effective alignment.
16432         (pop_alignment): Use to set new alignment.
16433         (insert_pack_attributes): Delete function.
16434         (handle_pragma_token): Set default_alignment as well each time
16435         a #pragma pack(<n>) is encountered.
16436
16437 Tue Oct 19 02:03:00 1999  Jeffrey A Law  (law@cygnus.com)
16438
16439         * reg-stack.c (stack_result): Aggregates are not returned in
16440         stack registers.
16441
16442 Tue Oct 19 01:26:48 1999  Alasdair Baird <alasdair@wildcat.demon.co.uk>
16443
16444         * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
16445
16446 Mon Oct 18 15:19:41 1999  Richard Henderson  <rth@cygnus.com>
16447
16448         * basic-block.h (set_block_num): Declare.
16449         * flow.c (update_life_info): Don't call compute_bb_for_insn
16450         or free_basic_block_vars.
16451         * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
16452         (insn_orig_block): Remove.
16453         (INSN_BLOCK): Remove.  Update all callers to use BLOCK_NUM.
16454         (schedule_block): Keep BLOCK_NUM up-to-date.
16455         (schedule_insns): Use compute_bb_for_insn.
16456         * recog.c (split_all_insns): Likewise.
16457         (peephole2_optimize): Likewise.
16458
16459 Mon Oct 18 18:50:51 1999  Andreas Schwab  <schwab@suse.de>
16460
16461         * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
16462         if the pic register is used.
16463
16464 Mon Oct 18 02:38:46 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16465
16466         * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
16467         (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
16468         if that tests TREE_PERMANENT.
16469
16470 Mon Oct 18 01:41:35 1999  Jeffrey A Law  (law@cygnus.com)
16471
16472         * cse.c (invalidate_for_call): Do not remove memory references from
16473         the table here.  It's handled elsewhere.
16474
16475         * haifa-sched.c (add_dependence): Protect references to the
16476         true dependency cache with #ifdef INSN_SCHEDULING.
16477         (remove_dependence): Similarly.
16478
16479         * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
16480         to the cfg code that this is a return instruction.
16481         * mn10300.md (return_internal): Similarly.
16482
16483         * combine.c (get_last_value): If the last set of a register
16484         is after subst_low_cuid, then we can not use it to determine
16485         the register's last value.
16486
16487 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16488
16489         * Makefile.in: Back out previous change.
16490
16491 Sun Oct 17 15:22:50 1999  Jeffrey A Law  (law@cygnus.com)
16492
16493         * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
16494
16495         * haifa-sched.c (add_dependence): Only check/update the cache
16496         if it exists.
16497         (remove_dependence): Likewise.
16498         (schedule_insns): Only create the true_dependency_cache if the
16499         average number of instructions in a basic block is very large.
16500
16501 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16502
16503         * Makefile.in (ggc-common.o): Depend on genrtl.h.
16504         (ggc-simple.o): Likewise.
16505         (ggc-page.o): Likewise.
16506
16507 Sun Oct 17 02:09:50 1999  Andrew MacLeod  <amacleod@cygnus.com>
16508
16509         * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
16510         Prototype for exported functions.
16511         (pre_lcm, pre_rev_lcm): Remove prototypes.
16512         * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
16513         (compute_available): Move to lcm.c, and change parameter order.
16514         (one_classic_gcse_pass): Call compute_ae_kill with parameters.
16515         (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
16516         (gcse_main): No longer call compute_preds_succs.  Rebuild the
16517         set table after reach pre pass.
16518         (pre_insert_map, pre_delete_map, edge_list): New.
16519         (alloc_pre_mem): Allocate edge vectors.
16520         (free_pre_mem): Delete edge vectors.
16521         (compute_pre_data): Call new edge based lcm routines.
16522         (process_insert_insn): New function.
16523         (insert_insn_end_bb): Use it.
16524         (pre_edge_insert): New function.
16525         (pre_insert_copy_insn): Formatting fixes.  Update BLOCK_END as
16526         needed.
16527         (pre_insert_copies): Revamp using new edge based lcm outputs.
16528         (pre_delete): Likewise.
16529         (one_pre_gcse_pass): Insert & remove fake edges to the exit
16530         block.
16531         (compute_code_hoist_vbeinout): New new edge based routines.
16532         * lcm.c: Remove all the old LCM functions.  Replace with new ones
16533         that work with the new cfg datastructures and work with edges
16534         instead of blocks.
16535
16536 Sun Oct 17 00:44:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16537
16538         * reload.h (struct reload): Add new fields "mode" and "nregs".
16539         * reload1.c: Change all occurrences of reload_mode and reload_nregs
16540         to reference the "mode" and "nregs" field within struct reload.
16541
16542 Sat Oct 16 21:50:28 1999  Jeffrey A Law  (law@cygnus.com)
16543
16544         * haifa-sched.c (true_dependency_cache): New.
16545         (add_dependence): Use the true dependency cache to avoid expensive
16546         walks down the LOG_LINKS dependency list.  Add entries to the
16547         cache as necessary.
16548         (remove_dependence): Remove entries from the true dependency cache
16549         as needed.
16550         (schedule_insns): Allocate and initialize and free the true
16551         dependency cache.
16552
16553         * haifa-sched.c (schedule_insns): Do not remove inter-block
16554         dependencies anymore.
16555
16556 Sat Oct 16 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
16557
16558         * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
16559         * i386/t-winnt: Likewise.
16560
16561 Sat Oct 16 11:11:54 1999  Richard Henderson  <rth@cygnus.com>
16562
16563         * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
16564
16565 1999-10-16  Manfred Hollstein  <mhollstein@cygnus.com>
16566
16567         * Makefile.in (LANGUAGES): Omit "proto".
16568         (clean): Remove stale comment about removing unprotoize.c.
16569
16570 Sat Oct 16 11:29:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16571
16572         * protoize.c (safe_read, safe_write): Avoid the gcc extension of
16573         using arithmetic on void pointers.
16574
16575 Sat Oct 16 02:48:22 1999  Jeffrey A Law  (law@cygnus.com)
16576
16577         * haifa-sched.c (compute_block_forward_dependencies): Only check
16578         for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
16579
16580 Sat Oct 16 00:07:01 1999  Richard Henderson  <rth@cygnus.com>
16581
16582         * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
16583         (expr_equiv_p): Reject memories with different alias sets.
16584
16585 Fri Oct 15 15:17:29 1999  Greg McGary  <gkm@gnu.org>
16586
16587         * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
16588         * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
16589         (f_options): Add "bounded-pointers" and "bounds-check" entries.
16590         * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
16591         (lang_init): Set default for flag_bounds_check if still "unspecified".
16592
16593 Sat Oct 16 13:42:29 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16594
16595         * config/c4x/c4x.md (HF mode patterns):  Add missing modes.
16596
16597 Sat Oct 16 13:37:46 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16598
16599         * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
16600         instructions.
16601
16602 Sat Oct 16 13:26:47 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16603
16604         * config/c4x/c4x.md (*db_noclobber,
16605         *decrement_and_branch_until_zero_noclobber): New patterns and
16606         associated splitters.
16607
16608 Sat Oct 16 13:13:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16609
16610         * config/c4x/c4x.md (parallel instruction patterns): Rework
16611         constraints to keep reload happy.
16612
16613 Sat Oct 16 13:03:16 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16614
16615         * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
16616         *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
16617         *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
16618         Add new patterns and associated post-reload splitters.
16619
16620 Sat Oct 16 12:42:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16621
16622         * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
16623
16624 Sat Oct 16 12:34:44 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16625
16626         * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
16627         if appropriate.
16628         * config/c4x/c4x.md (rpts_top): New pattern and splitter.
16629
16630 Sat Oct 16 12:26:30 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16631
16632         * config/c4x/c4x.c (src_operand):  Check SYMBOL_REF and LABEL_REF
16633         memory mode.
16634
16635 Fri Oct 15 17:02:09 1999  Jeffrey A Law  (law@cygnus.com)
16636
16637         * pa.c (move_operand): Rely on memory_address_p to determine the
16638         validity of non-indexed memory addresses.
16639         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
16640         operand in DFmode and SFmode when generating PA2.0 code.
16641
16642 Fri Oct 15 14:25:19 1999  Richard Henderson  <rth@cygnus.com>
16643
16644         * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
16645
16646 Fri Oct 15 13:48:45 1999  Richard Henderson  <rth@cygnus.com>
16647
16648         * mips.c (function_prologue): Fix argument types.
16649         * mips.md (casesi): Use emit_jump_insn for casesi_internal.
16650         (casesi_internal): Write to the scratch register.
16651
16652 1999-10-15 11:16 -0700  Zack Weinberg  <zack@bitmover.com>
16653
16654         * cppexp.c (cpp_parse_escape): Make static.  Change second arg
16655         to U_CHAR **.
16656         (parse_charconst): Delete unnecessary cast when calling
16657         cpp_parse_escape.
16658         (cpplib.h): Kill prototype of cpp_parse_escape.
16659
16660 Fri Oct 15 11:02:46 1999  Richard Henderson  <rth@cygnus.com>
16661
16662         Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
16663         * unroll.c (unroll_loop): Cast return value of alloca.
16664         * i370/i370.c: Include function.h and toplev.h.
16665         (i370_label_scan): Remove c++ commented abort.
16666         * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
16667         (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
16668         * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
16669         * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
16670
16671 Fri Oct 15 03:01:01 1999  Loren Rittle  <ljrittle@acm.org>
16672
16673         * config/t-freebsd: Do not override USER_H.
16674         * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
16675
16676 Fri Oct 15 02:37:28 1999  Alastair J. Houghton <ajh8@doc.ic.ac.uk>
16677                           Mumit Khan  <khan@xraylith.wisc.edu>
16678
16679         * c-parse.in (component_decl): Support anonymous struct/union.
16680         (%expect): Update.
16681         * c-parse.y: Regenerate.
16682         * c-parse.c: Likewise.
16683         * objc/objc-parse.y: Likewise.
16684         * objc/objc-parse.c: Likewise.
16685         * c-decl.c (finish_struct): Don't sort the fields.
16686         (field_decl_cmp): Delete unused function.
16687
16688 Fri Oct 15 01:20:52 1999  Richard Henderson  <rth@cygnus.com>
16689
16690         * sparc.md (movsf_const_intreg): Revert last constraint change.
16691         (movdf_const_intreg_sp32): Likewise.
16692
16693 Fri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
16694
16695         * cse.c: Include hashtab.h instead of splay-tree.h
16696         (struct cse_reg_info): No longer use variant union.  Add new
16697         field "regno".  All references changed to avoid union.
16698         (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
16699         (free_cse_reg_info): Remove.
16700         (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
16701         (get_cse_reg_info): Revamp to use expandable hash tables instead
16702         of splay trees.  Initialize new fields in cse_reg_info structure.
16703         (new_basic_block): Similarly.
16704
16705 Thu Oct 14 23:51:56 1999  Richard Henderson  <rth@cygnus.com>
16706
16707         * genrecog.c (message_with_line): Prototype.
16708         (validate_pattern): Pass along the set for the dest, not a flag.
16709         Fix non-lvalue message.  Don't warn for VOIDmode SET_DEST of CALL.
16710         Check for PC/CC0 as sources.
16711         (nodes_identical): Check for children position match before
16712         allowing the combination.
16713
16714         * rtl.c (read_rtx): Track line number across \\\n.
16715
16716 Thu Oct 14 23:50:25 1999  Richard Henderson  <rth@cygnus.com>
16717
16718         * mips.h (SPECIAL_MODE_PREDICATES): New.
16719         * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
16720         (movdi+1, movsi+1): Add output reload constraint.
16721         (casesi_internal): Likewise.  Fix commentary.
16722         (return_internal): Use pmode_register_operand.
16723
16724 Thu Oct 14 23:19:34 1999  Richard Henderson  <rth@cygnus.com>
16725
16726         * 1750a.md (movstrqi): Add missing output reload constraint.
16727         (call_value): Likewise.
16728         * a29k.md (cpxxx patterns): Add missing match_operator mode.
16729         (jmpfdec): Add missing inout reload constraint.
16730         * elxsi.md (addsi patterns): Add missing output reload constraint.
16731         (move from sp): Use @ alternates.
16732         (call_value): No constraint on output.
16733         * fr30.md (movsi_pop): Add missing output reload constraint.
16734         (movsf_constant_store): Likewise.
16735         (splits): Remove constraints.
16736         (subsi3): Add missing mode.
16737         * i370.md (cmpstrsi+1): Add missing output reload constraint.
16738         (call_value): Likewise.
16739         * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
16740         * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
16741         * m32r.md (movsicc_internal): Add output reload constraint.
16742         (movstrsi_internal): Add inout reload constraints.
16743         * m88k.h (reg_names): Don't declare.
16744         (SPECIAL_MODE_PREDICATES): New.
16745         * m88k.md (*): Use register_operand not reg_or_0_operand
16746         on destinations.
16747         * mn10200.h (PREDICATE_CODES): New.
16748         * ns32k.md (ffs pattern): Add output reload constraint.
16749         * pdp11.md (sob pattern): Add inout reload constraint.
16750         * sh.md (splits): Remove constraints.
16751         (indirect_jump_scratch, fpu_switch): Add output reload constraint.
16752         * v850.md (pattern_is_ok_for_epilogue): Likewise.
16753         * vax.md (jgequ pattern): Add inout reload constraint.
16754
16755 Fri Oct 15 00:05:00 1999  Jeffrey A Law  (law@cygnus.com)
16756
16757         * configure.in (djgpp): Revert previous patch.
16758         * configure: Rebuit.
16759         * config/i386/djgpp.h: Revert previous patch.
16760
16761 Fri Oct 15 00:00:24 1999  Loren J. Rittle <ljrittle@acm.org>
16762
16763         * fixinc/inclhack.def: Restore patch lost during last merge of
16764         "no_bogosity" branch.
16765         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
16766
16767 Thu Oct 14 23:57:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
16768
16769         * fixincludes: Add a HPUX 11 fix for inttypes.h.
16770         * fixinc/inclhack.def: Same.
16771         * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
16772
16773 Thu Oct 14 22:51:55 1999  Richard Henderson  <rth@cygnus.com>
16774
16775         * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
16776         as the base of a PLUS.
16777
16778 Fri Oct 15 18:36:07 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16779
16780         * config/c4x/c4x.md:  Define mode for remaining unspec operators.
16781         * config/c4x/c4x.c (dst_operand):  Use nonimmediate_operand.
16782
16783 Thu Oct 14 22:14:23 1999  Richard Henderson  <rth@cygnus.com>
16784
16785         * pa.md (post_stw+1): Use pmode_register_operand.
16786         (dcacheflush, icacheflush): Likewise.
16787
16788         * i386.md (movstricthi_1): Allow r/r.
16789
16790 Thu Oct 14 19:44:08 1999  Jan Hubicka  <hubicka@freesoft.cz>
16791
16792         * fold-const.c (fold): Convert (or (not arg0) (not arg1))
16793         to (not (and (arg0) (arg1))). Similary for and.
16794
16795         * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
16796         fallthrough to associate code.
16797         Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
16798         bits in common.
16799
16800         * combine.c (simplify_logical): Convert XOR to IOR if operands have
16801         no bits in common; remove XOR to ROTATE conversion.
16802
16803 Fri Oct 15 17:40:11 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16804
16805         * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
16806
16807 Fri Oct 15 17:27:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16808
16809         * config/c4x/c4x.c (dst_operand): New.
16810         (PREDICATE_CODES): Update.
16811         * config/c4x/c4x.h (dst_operand): Declare it.
16812         * config/c4x/c4x.md:  Define mode for each unspec usage.
16813         (move patterns):  Use dst_operand predicate instead of src_operand.
16814         (movqi_update, movqf_update): Delete.
16815
16816 Thu Oct 14 18:48:54 1999  Richard Henderson  <rth@cygnus.com>
16817
16818         * recog.c (pmode_register_operand): New.
16819         * recog.h: Declare it.
16820         * genrecog.c (pred_codes): Likewise.
16821         (special_mode_pred_table): Likewise.
16822         (validate_pattern): Don't warn no mode for address_operand.
16823
16824         * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
16825         if the operand is not insn-like.
16826
16827 Thu Oct 14 19:38:42 1999  Jeffrey A Law  (law@cygnus.com)
16828                           Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
16829
16830         * fold-const.c (fold): Handle more simplifications allowed by IEEE.
16831
16832 Thu Oct 14 17:30:14 1999  Richard Henderson  <rth@cygnus.com>
16833
16834         * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
16835         instead of general_operand in a SET_DEST.  Use const_double_operand
16836         instead of an explicit test against CONST_DOUBLE.
16837         (movsf_const_lo): Add missing register mode.
16838         (goto_handler_and_restore): Add auxiliary test for Pmode.
16839         (flush): Adjust to use address_operand.
16840         (return_sf_no_fpu): Add missing output constraint.
16841
16842 Thu Oct 14 17:21:26 1999  Richard Henderson  <rth@cygnus.com>
16843
16844         * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
16845         for call return value.
16846         (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
16847
16848 Thu Oct 14 13:54:25 1999  Jason Merrill  <jason@yorick.cygnus.com>
16849
16850         * toplev.c (main): Only warn about options for other languages.
16851         * collect2.c (main): Pass -w to sub-gcc.
16852
16853 Thu Oct 14 16:27:50 1999  Richard Henderson  <rth@cygnus.com>
16854
16855         * flow.c (propagate_block): Add call-clobbered registers to
16856         significant too.
16857
16858         * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
16859         zapping mem_set_list.
16860         (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
16861         (mark_set_1, mark_used_regs): Likewise.
16862
16863 Thu Oct 14 10:51:49 1999  Richard Henderson  <rth@cygnus.com>
16864
16865         * m68k.md (zero_extendsidi2): Add missing output reload constraint.
16866
16867 Wed Oct 13 00:09:18 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16868
16869         * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
16870         -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
16871         options. Also add a new item "C-only Warning Options" to the
16872         option summary.
16873
16874 1999-10-14  Gavin Romig-Koch  <gavin@cygnus.com>
16875
16876         * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
16877         from multiple calls.
16878
16879 Thu Oct 14 04:54:54 1999  Richard Henderson  <rth@cygnus.com>
16880
16881         * i386.md (call value patterns): Move to the end of the file.
16882         (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
16883
16884 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
16885
16886         * configure.in (djgpp configuration): Define extra_objects..
16887         * configure: Rebuilt.
16888         * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
16889         (DTORS_SECTION_ASM_OP): Define.
16890         (INIT_SECTION_ASM_OP): Define.
16891         (FINI_SECTION_ASM_OP): Define.
16892         (DATA_SECTION_ASM_OP): Define.
16893         (TEXT_SECTION_ASM_OP): Define.
16894         (EH_FRAME_SECTION_ASM_OP): Define.
16895         (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
16896         (STARTFILE_SPEC): Add crtbegin.o.
16897         (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
16898         to here from LINK_COMMAND_SPEC.
16899         (DO_GLOBAL_CTORS_BODY): Define.
16900         (CRTSTUFF_USE_FINI_SECTION): Define
16901         (HAS_INIT_SECTION): Delete.
16902
16903 Thu Oct 14 05:08:14 1999  Andreas Schwab  <schwab@suse.de>
16904
16905         * Makefile.in (all.cross): Depend on xcpp$(exeext).
16906
16907 Thu Oct 14 04:00:40 1999  Richard Henderson  <rth@cygnus.com>
16908
16909         * pa.h (PREDICATE_CODES): New.
16910
16911         * genrecog.c (validate_pattern): Condense the destination
16912         non-lvalue message.
16913
16914 Thu Oct 14 03:23:08 1999  Richard Henderson  <rth@cygnus.com>
16915
16916         * alpha.md (call-1): Supply missing mode for operator.
16917         (*): Add missing output reload constraints.  Remove constraints
16918         from define_splits.
16919
16920         * i386.h (SPECIAL_MODE_PREDICATES): New.
16921         * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
16922         (movqi_1, movdi_1, movdi_2, some splits): Likewise.
16923         (addsi_lea_3): Add missing mode for op 3.
16924         (prologue_set_got, prologue_get_pc): Add missing modes.
16925         (*) Add missing output reload constraints.
16926
16927 Thu Oct 14 03:59:57 1999  Stephane Carrez  <stcarrez@worldnet.fr>
16928
16929         * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
16930         check for member bit-size overflow and use var_size if it occurs.
16931         (layout_record): Use bitsize_int() to define the type size in bits.
16932         Likewise for computation and assignment to DECL_FIELD_BITPOS.
16933         (layout_decl): Likewise when assigning to DECL_SIZE.
16934
16935 Thu Oct 14 02:57:05 1999  Richard Henderson  <rth@cygnus.com>
16936
16937         * genrecog.c (validate_pattern): Typo last change.  Verify
16938         that output operands have output reloads.
16939
16940 Thu Oct 14 01:49:54 1999  Richard Henderson  <rth@cygnus.com>
16941
16942         * genrecog.c (special_mode_pred_table): New.
16943         (NUM_SPECIAL_MODE_PREDS): New.
16944         (find_operand): New.
16945         (validate_pattern): New argument `insn'.  Warn for assignment to
16946         any predicate accepting non-lvalues.  Conditionaly warn for
16947         match_operand without a mode.  Try much harder to match source
16948         and destination modes on a set.
16949         * tm.texi (SPECIAL_MODE_PREDICATES): Document.
16950
16951 Thu Oct 14 02:54:13 1999  Jeffrey A Law  (law@cygnus.com)
16952
16953         * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
16954
16955 Thu Oct 14 02:18:19 1999  Marc Espie <espie@cvs.openbsd.org>
16956
16957         * combine.c (simplify_logical): Recognize xor pattern that encodes
16958         rotation.
16959
16960 Wed Oct 13 23:23:45 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16961
16962         * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
16963         alignment.
16964
16965 Wed Oct 13 21:47:18 1999  Richard Henderson  <rth@cygnus.com>
16966
16967         * ggc-page.c (MAP_FAILED): Provide default.
16968
16969 Wed Oct 13 21:41:59 1999  Richard Henderson  <rth@cygnus.com>
16970
16971         * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
16972         * sparc.h (PREDICATE_CODES): Update.
16973
16974 Wed Oct 13 21:18:17 1999  Richard Henderson  <rth@cygnus.com>
16975
16976         * alpha.c (some_ni_operand): New.
16977         * alpha-protos.h: Declare it.
16978         * alpha.h (PREDICATE_CODES): Update.
16979         * alpha.md (sXaddq reload insns): Use some_ni_operand
16980         for SET_DEST instead of some_operand.
16981
16982 Wed Oct 13 21:04:45 1999  Richard Henderson  <rth@cygnus.com>
16983                           Jim Wilson  <wilson@cygnus.com>
16984
16985         * genrecog.c (maybe_both_true_2): Don't compare modes of
16986         two DT_pred tests.
16987         (process_tree): Elide peephole2_insns.  Invoke simplify_tests
16988         after find_afterward.
16989         (debug_decision_1): Dump next and afterward codes.
16990
16991 Wed Oct 13 20:35:16 1999  Richard Henderson  <rth@cygnus.com>
16992
16993         * rtl.c (dump_and_abort): Remove.
16994         (fatal_with_file_and_line): New.
16995         (fatal_expected_char): New.
16996         (read_rtx_lineno, read_rtx_filename): New.
16997         (read_skip_spaces): Track line number.
16998         (read_name): Use fatal_with_file_and_line.
16999         (read_rtx): Use fatal_expected_char.  Track line number.
17000         * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
17001
17002         * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
17003         if it isn't a CODE_LABEL.
17004
17005         * genattr.c (main): Set read_rtx_filename.
17006         * genattrtab.c (main): Likewise.
17007         * gencodes.c (main): Likewise.
17008         * genconfig.c (main): Likewise.
17009         * genemit.c (main): Likewise.
17010         * genextract.c (main): Likewise.
17011         * genflags.c (main): Likewise.
17012         * genopinit.c (main): Likewise.
17013         * genoutput.c (main): Likewise.
17014         * genpeep.c (main): Likewise.
17015
17016         * genrecog.c (decision_test.u.insn): Add `lineno'.
17017         (pattern_lineno, error_count): New variables.
17018         (message_with_line): New.
17019         (add_to_sequence): Break out checking code to ...
17020         (validate_pattern): ... here.  Detect SET_DEST matching CONST_INT.
17021         (merge_insn): Use message_with_line.
17022         (make_insn_sequence): Use validate_pattern.  Record insn lineno.
17023         (main): Set read_rtx_filename, pattern_lineno.  Exit early on error.
17024
17025 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17026
17027         * expr.c (store_constructor): Clear union if constructor is empty.
17028
17029 Wed Oct 13 15:19:04 1999  Jim Wilson  <wilson@cygnus.com>
17030
17031         * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
17032         Add !endian checks.  Change %{...} to %(...).
17033
17034 Wed Oct 13 13:30:34 1999  Richard Henderson  <rth@cygnus.com>
17035
17036         * i386.md (*addsi3_cc): Renamed from addcsi3.
17037         (*addsi3_carry): Renamed from addxsi3.
17038         (*subsi3_cc): Renamed from subcsi3.
17039         (*subsi3_carry): Renamed from subxsi3.
17040         (*xorqi_cc_1): Renamed from xorcqi_1.
17041         (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
17042         * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
17043
17044 Wed Oct 13 13:10:46 1999  Richard Henderson  <rth@cygnus.com>
17045
17046         * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
17047         (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
17048
17049 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17050
17051         * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
17052         climb up the chain of insns.
17053
17054 Wed Oct 13 10:20:58 1999  Richard Henderson  <rth@cygnus.com>
17055
17056         * genrecog.c (write_subroutine): Careful for null trees.
17057         (process_tree): Don't elide empty functions.
17058
17059 Wed Oct 13 10:07:54 1999  Richard Henderson  <rth@cygnus.com>
17060
17061         * Makefile.in (genrtl.o): Depend on ggc.h.
17062         * configure.in (valloc): Probe for it.
17063         (with-gc): Use ggc-page if valloc present.
17064         * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
17065         (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
17066         (ggc_alloc_string): Moved from ggc-page.c.
17067         * ggc-none.c (ggc_alloc_obj): New.
17068         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
17069         * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
17070         (struct globals): Likewise for dev_zero_fd.
17071         (init_ggc): Likewise for it's initialization.
17072         (ggc_allocated_p): Move careful dereference from ...
17073         (ggc_lookup_page_table): ... here.  Delete.
17074         (lookup_page_table_entry): Don't use ggc_lookup_page_table.
17075         (alloc_anon): Use valloc if no mmap.
17076         (release_pages): Use free if using valloc.
17077         (ggc_alloc_obj): Renamed from alloc_obj.
17078         (ggc_set_mark): Renamed from mark_obj.
17079         (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
17080         (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
17081         (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
17082         (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
17083         (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
17084         (ggc_collect): Use fp printing instead of our own rounding.
17085         * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
17086         (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
17087         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
17088         (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
17089         (struct ggc_string, struct ggc_any): Delete.
17090         (offsetof): Provide default definition.
17091         (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
17092         (PTR_KEY): New.
17093         (struct ggc_mem): New, from corpse of ggc_any.
17094         (struct ggc_status): Delete.
17095         (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
17096         (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
17097         (n_strings_collected, n_anys_collected): Delete.
17098         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
17099         (ggc_alloc_string, ggc_alloc): Delete.
17100         (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
17101         (ggc_free_string, ggc_free_any): Delete.
17102         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
17103         (ggc_compare_addresses, ggc_mark_string): Delete.
17104         (ggc_mark_string_if_gcable, ggc_mark): Delete.
17105         (search_data): Delete.
17106         (struct globals): New.
17107         (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
17108         (tree_insert, tree_lookup): New.
17109         (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
17110         (clear_marks, sweep_objs): New.
17111         (ggc_collect): Gut.  Use clear_marks, sweep_objs.
17112         (init_ggc): Set allocated_last_gc.
17113         (ggc_push_context): Gut.  Use G.context.
17114         (ggc_pop_context): Likewise.
17115         (ggc_pop_context_1): New.
17116         (debug_ggc_tree): New.
17117         (debug_ggc_balance, tally_leaves): New.
17118         * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
17119         (ggc_mark_string_if_gcable): Remove decl.
17120         (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
17121         (ggc_mark_rtvec_children): New.
17122         (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
17123         (ggc_mark_if_gcable): New decl.
17124         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
17125         (ggc_alloc_tree, ggc_alloc): Likewise.
17126         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
17127         (ggc_alloc_obj): New decl.
17128         (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
17129         (ggc_alloc_tree, ggc_alloc): Likewise.
17130         (ggc_set_mark): New decl.
17131         * rtl.h (struct rtx_def): Remove gc_mark.
17132         (struct rtvec_def): Likewise.
17133         * tree.h (struct tree_common): Likewise.
17134
17135 Wed Oct 13 01:44:29 1999  Carol LePage  <carolo@hal.com>
17136
17137         * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
17138         float_format and thread_file definitions.
17139         * configure: Rebuilt.
17140
17141 Wed Oct 13 09:25:03 1999  Niels Möller <nisse@lysator.liu.se>
17142
17143         * extend.texi (Function Names): Document types of function names.
17144
17145 Wed Oct 13 00:45:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17146
17147         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
17148         an earlyclobbered output conflict with RELOAD_INPUT reloads.
17149
17150 Tue Oct 12 23:28:28 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17151
17152         * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
17153
17154 Tue Oct 12 23:19:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17155
17156         * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
17157
17158 Tue Oct 12 17:09:38 1999  David Edelsohn  <edelsohn@gnu.org>
17159
17160         * collect2.c (main): Do prelimnary link on AIX if rflag.
17161
17162 Tue Oct 12 09:45:19 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17163
17164         * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
17165         __CTOR_LIST__ in opposite order, which is the correct order for sorted
17166         constructors.
17167         (__do_global_dtors): similarly for __DTOR_LIST__.
17168
17169 Fri Oct  8 19:46:03 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17170                                 Diego Novillo <dnovillo@cygnus.com>
17171
17172         * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
17173         FPUL_REGS.
17174
17175 Tue Oct 12 07:38:41 1999  Bruce Korb  <autogen@linuxbox.com>
17176
17177         * fixincl/*: Merged "no_bogosity" branch
17178         * fixincl/fixlib.h: protect against doubly defining t_bool
17179         * fixincl/server.h: protect against doubly defining t_bool
17180
17181 Mon Oct 11 20:18:41 1999  Jim Wilson  <wilson@cygnus.com>
17182
17183         * genoutput.c: Include toplev.h.
17184
17185 Mon Oct 11 18:56:14 1999  Jim Wilson  <wilson@cygnus.com>
17186
17187         * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
17188         Undef.
17189         * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
17190         * configure: Regenerate.
17191
17192 Mon Oct 11 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
17193
17194         * gcse.c (delete_null_pointer_checks): Returns void.
17195
17196 Mon Oct 11 20:31:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17197
17198         * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
17199         * emit-rtl.c (copy_insn_1): Likewise.
17200
17201 Mon Oct 11 13:29:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
17202
17203         * config/mips/mips.c (mips_build_va_list): Correct
17204         TREE_CHAIN setting when hard-float.
17205         (mips_va_start): Use corrected setting.
17206         (mips_va_arg): Likewise.  Also pass a tree to build of
17207         POSTINCREMENT_EXPR rather than a naked 'int'.
17208
17209 Sun Oct 10 18:27:27 1999  Mark Mitchell  <mark@codesourcery.com>
17210
17211         * ggc.h (ggc_push_context): Fix comment.
17212         (ggc_pop_context): Likewise.
17213         (mark_string_if_gcable): Likewise.
17214         * ggc-common.c (ggc_mark_rtx_children): Use
17215         ggc_mark_string_if_gcable.
17216         * ggc-page.c (ggc_lookup_page_table): New function.
17217         (ggc_allocated_p): Likewise.
17218         (mark_obj): Fix formatting.
17219         (ggc_mark_string_if_gcable): New function.
17220         * ggc-simple.c (ggc_allocated_strings): New variable.
17221         (ggc_strings_used): Likewise.
17222         (ggc_compare_addresses): New function.
17223         (ggc_pop_context): Pop the `any' memory too.
17224         (ggc_mark_string_if_gcable): New function.
17225         (ggc_collect): Initialize and tear down ggc_allocated_strings.
17226
17227 Sun Oct 10 20:05:21 1999  David Edelsohn  <edelsohn@gnu.org>
17228
17229         * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
17230         (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
17231         * rs6000.c (expand_block_move): Match movstrsi_?reg register
17232         changes.
17233
17234 Sun Oct 10 16:37:01 1999  Richard Henderson  <rth@cygnus.com>
17235
17236         * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
17237         (sched_reg_live_length, sched_reg_basic_block): Delete.
17238         (current_block_num, bb_live_regs, old_live_regs): Delete.
17239         (dead_notes, struct sometimes): Delete.
17240         (sched_note_set, birthing_insn_p): Delete.
17241         (adjust_priority): Gut useless reg lifetime code.
17242         (create_reg_dead_note, attach_deaths): Delete.
17243         (attach_deaths_insn, new_sometimes_live): Delete.
17244         (finish_sometimes_live): Delete.
17245         (find_pre_sched_live, find_post_sched_live): Delete.
17246         (update_reg_usage): Delete.
17247         (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
17248         (schedule_insns): Delete reg lifetime code.
17249         (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
17250         (unlink_other_notes): Adjust REG_NOTE commentary.
17251         (reemit_notes): Use REG_SAVE_NOTE.
17252         (schedule_block): Likewise.
17253         (schedule_region): Allocate bitmap of blocks in region.  Use
17254         count_or_remove_death_notes.  Use update_life_info.
17255
17256         * rtl.h (REG_SAVE_NOTE): New.
17257         * rtl.c (reg_note_name): Update.
17258
17259 Sun Oct 10 16:14:16 1999  Richard Henderson  <rth@cygnus.com>
17260
17261         * combine.c (refresh_blocks, need_refresh): New.
17262         (combine_instructions): Allocate refresh_blocks.  Invoke
17263         update_life_info if needed.
17264         (distribute_notes): Mark refresh_blocks instead of installing
17265         USE insns.
17266         * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
17267         * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
17268
17269         * Makefile.in (recog.o): Depend on basic-block.h.
17270
17271 Sun Oct 10 12:03:21 1999  Richard Henderson  <rth@cygnus.com>
17272
17273         * genrecog.c (add_to_sequence): Thinko last change: delete
17274         shadowing allow_const_int variable.
17275
17276 Sun Oct 10 08:40:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17277
17278         * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
17279         __GNUC__ and __GNUC_MINOR__.
17280
17281         * gansidecl.h: Likewise.
17282
17283         * rtl.c: Likewise.
17284
17285         * rtl.h: Likewise.
17286
17287         * toplev.h: Likewise.
17288
17289         * tree.c: Likewise.
17290
17291         * tree.h: Likewise.
17292
17293         * varray.c: Likewise.
17294
17295         * varray.h: Likewise.
17296
17297 Sun Oct 10 13:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17298
17299         * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
17300         use one before a jump table.
17301
17302         * rtl.def (ADDRESS): Change documentation to match reality.
17303         * md.texi: Don't document it.
17304         * gmicro.md (load address pattern): Use 'p' constraint, delete use
17305         of ADDRESS rtx.
17306
17307         * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
17308
17309 Sun Oct 10 02:41:41 1999  Richard Henderson  <rth@cygnus.com>
17310
17311         * genrecog.c (add_to_sequence): Move allow_const_int test outside
17312         known predicate block; default allow_const_int true.
17313         (debug_decision_list): New.
17314
17315 Sun Oct 10 00:43:08 1999  Richard Henderson  <rth@cygnus.com>
17316
17317         * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
17318
17319 Sat Oct  9 23:26:55 1999  Jeffrey A Law  (law@cygnus.com)
17320
17321         * gcse.c (gcse_main): Avoid global optimizations if we have a
17322         large number of basic blocks and the ratio of edges to blocks
17323         is high.
17324         (delete_null_pointer_checks): Likewise.
17325
17326 Sat Oct  9 23:16:01 1999  Ken Raeburn  <raeburn@mit.edu>
17327
17328         * c-common.c (check_format_info): Warn if format string isn't a
17329         string literal.
17330
17331 Sat Oct  9 23:04:02 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17332
17333         * configure.in (arm*-*-*): Don't let autoconf remove brackets
17334         * configure: regenerate
17335
17336 Sat Oct  9 13:15:53 1999  Richard Henderson  <rth@cygnus.com>
17337
17338         * alpha.md (extendsidi2): Turn into a splitter.  Allow f/f.
17339         If TARGET_FIX, allow r/f.  Remove cvtlq unspec pattern.
17340         (peepholes): Re-enable.
17341
17342 Sat Oct  9 12:18:16 1999  Richard Henderson  <rth@cygnus.com>
17343
17344         * Makefile.in (flow.o): Depend on TREE_H.
17345         * basic-block.h (REG_SET_EQUAL_P): New.
17346         (XOR_REG_SET): New.
17347         (n_edges): Declare.
17348         (free_regset_vector): Remove declaration.
17349         (flow_delete_insn_chain): Declare.
17350         (enum update_life_extent): New.
17351         (update_life_info, count_or_remove_death_notes): Declare.
17352         * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
17353         Verify register live at bb->global_live_at_start before adding USE.
17354         * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
17355         (CLEAN_ALLOCA): New.
17356         (n_edges): New.
17357         (PROP_*): New flags.
17358         (find_basic_blocks_1): Use alloc_EXPR_LIST.
17359         (clear_edges): Zero n_edges.
17360         (make_edge): Increment n_edges.
17361         (split_edge): Don't allocate bb->local_set.  Increment n_edges.
17362         (flow_delete_insn_chain): Export.
17363         (delete_block): Decrement n_edges.
17364         (merge_blocks_nomove): Likewise.
17365         (life_analysis): Give life_analysis_1 PROP flags.
17366         (verify_wide_reg_1, verify_wide_reg): New.
17367         (verify_local_live_at_start): New.
17368         (update_life_info): Rewrite to call into propogate_block.
17369         (mark_reg): New.
17370         (mark_regs_live_at_end): After reload, if epilogue as rtl,
17371         always mark stack pointer.  Conditionally mark PIC register.
17372         After reload, mark call-saved registers, return regsiters.
17373         (life_analysis_1): Accept PROP flags not remove_dead_code.
17374         Call mark_regs_live_at_end before zeroing regs_ever_live.
17375         Use calculate_global_regs_live.  Copy global_live_at_end before
17376         calling final propagate_block.  Zero reg_next_use on exit.
17377         (calculate_global_regs_live): New.
17378         (allocate_bb_life_data): Don't allocate bb->local_set.
17379         (init_regset_vector, free_regset_vector): Remove.
17380         (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
17381         Test flags before every operation.  Warn if prologue/epilogue insn
17382         would have been deleted.
17383         (mark_set_regs, mark_set_1): Accept and use FLAGS.
17384         Use alloc_EXPR_LIST.
17385         (mark_used_regs): Accept and use FLAGS, not FINAL.
17386         Remove special handling for RETURN.
17387         (try_pre_increment): Use alloc_EXPR_LIST.
17388         (dump_flow_info): Dump n_edges.
17389         (unlink_insn_chain, split_hard_reg_notes): Remove.
17390         (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
17391         (find_insn_with_note, new_insn_dead_notes): Remove.
17392         (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
17393         (maybe_remove_dead_notes, prepend_reg_notes): Remove.
17394         (replace_insns): Remove.
17395         (count_or_remove_death_notes): New.
17396         (verify_flow_info): Abort on error after all checks.
17397         (remove_edge): Decrement n_edges.
17398         (remove_fake_edges): Tweak format.
17399         * haifa-sched.c (schedule_insns): Use split_all_insns.
17400         * output.h (update_life_info): Remove declaration.
17401         * recog.c (split_all_insns): From the corpse of split_block_insns,
17402         do the whole function block by block.  Use update_life_info.
17403         (recog_last_allowed_insn): New.
17404         (recog_next_insn): Mind it.
17405         (peephole2_optimize): Set it.  Walk backwards through blocks.
17406         Use update_life_info.
17407         * rtl.h (update_flow_info, replace_insns): Remove declarations.
17408         (split_all_insns): Declare.
17409         * toplev.c (rest_of_compilation): Thread prologue before flow2.
17410         Use split_all_insns.
17411
17412         * i386.md (or -1 peep2s): Disable.
17413
17414 Fri Oct  8 17:49:08 1999  Richard Henderson  <rth@cygnus.com>
17415
17416         * config/mips/mips.md (movstrsi+[123]) : Combine these into
17417         a single pattern.  Scrap the 'd' versions as unnecessary.
17418
17419         * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
17420         tablejump_mips162,tablejump_internal4): The operands to a
17421         label_ref must be VOIDmode.
17422
17423 Fri Oct  8 16:12:42 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17424
17425         * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
17426
17427 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17428
17429         * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
17430
17431 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17432
17433         * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
17434         cache every function if ggc_p.
17435
17436 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17437
17438         * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
17439         instead of copy_rtx.  Accept sequences that contain asm statements.
17440         * emit-rtl.c (copy_insn_1, copy_insn): New functions.
17441         (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
17442         orig_asm_operands_vector, copy_asm_operands_vector,
17443         orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
17444         variables.
17445         * rtl.h (copy_insn, copy_insn_1): Declare.
17446
17447 Fri Oct  8 13:08:12 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17448
17449         * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
17450
17451         * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
17452         arguments to `current_file_function_operand'.
17453
17454         * genrecog.c: Include hard-reg-set.h and resource.h in the
17455         generated output file.
17456
17457         * real.c: Include tm_p.h.
17458
17459 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17460
17461         * i386.md (prologue_allocate_stack): Add '=' constraint letter on
17462         output operand.
17463
17464 Thu Oct  7 23:06:50 1999  Richard Henderson  <rth@cygnus.com>
17465
17466         * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
17467         before the fctiwz insn.
17468
17469 Thu Oct  7 22:53:00 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17470                           Mark Mitchell  <mark@codesourcery.com>
17471
17472         * tree.c (make_lang_type_fn): New funtion pointer.
17473         (make_lang_type): Call it.
17474         * tree.h (make_lang_type): Declare.
17475         (make_lang_type_fn): Likewise.
17476         * rs6000.c (rs6000_build_va_list): Use make_lang_type.
17477
17478 Thu Oct  7 00:36:17 1999  Diego Novillo  <dnovillo@cygnus.com>
17479
17480         * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
17481         make sure that HIGH instructions are copied into BASE_REGS.
17482
17483 Thu Oct  7 17:02:34 1999  Jason Merrill  <jason@yorick.cygnus.com>
17484
17485         * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
17486
17487 Thu Oct  7 17:01:58 1999  Greg McGary  <gkm@gnu.org>
17488
17489         * c-decl.c (finish_struct): Use simpler method of
17490         removing elements of a singly-linked list.
17491
17492 Thu Oct  7 15:23:28 1999  Michael Meissner  <meissner@cygnus.com>
17493
17494         * alpha.md (peephole2's): Comment out peephole2's that generate
17495         buggy code.
17496
17497 Thu Oct  7 12:00:53 1999  Richard Henderson  <rth@cygnus.com>
17498
17499         * genrecog.c (add_to_sequence): Disable mode check for
17500         wildcard matches.
17501
17502 Thu Oct  7 20:14:16 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17503
17504         * ggc-simple.c (init_ggc): Set empty_string.
17505
17506 Thu Oct  7 01:13:15 1999  Richard Henderson  <rth@cygnus.com>
17507
17508         * configure.in: Detect mmap.  Add --with-gc=foo to select
17509         garbage collector; default to page if mmap available.
17510         * Makefile.in (GGC): Substitute.
17511
17512 Wed Oct  6 23:56:30 1999  Richard Henderson  <rth@cygnus.com>
17513
17514         * c-decl.c (ggc_p): Enable.
17515
17516 Wed Oct  6 17:17:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17517
17518         * flow.c (verify_flow_info): Make it extern & unconditionally define.
17519
17520 1999-10-06  Brendan Kehoe  <brendan@cygnus.com>
17521
17522         * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
17523         string for little-endian-data.
17524
17525 Wed Oct  6 16:10:35 1999  Michael Meissner  <meissner@cygnus.com>
17526
17527         * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
17528         case somebody tries to compile --enable-checking code with gcc
17529         1.34 or such.
17530
17531 Wed Oct  6 12:22:50 1999  Richard Henderson  <rth@cygnus.com>
17532
17533         * genrecog.c (add_to_sequence): Verify operand to label_ref is
17534         VOIDmode.
17535
17536 Wed Oct  6 10:21:15 1999  Richard Henderson  <rth@cygnus.com>
17537
17538         * genconfig.c (main): Disable HAVE_conditional_arithmetic.
17539         * jump.c (jump_optimize_1): Document why.
17540
17541 Wed Oct  6 10:41:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17542
17543         * collect2.c (scan_prog_file, scan_libraries): Prototype function
17544         pointers and casts for `int_handler' and `quit_handler'.
17545
17546         * flow.c (verify_flow_info, split_hard_reg_notes,
17547         find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
17548         remove_edge, remove_fake_successors): Add static prototypes.
17549         (verify_flow_info): Wrap with macro ENABLE_CHECKING.
17550         (mark_set_1): Initialize variable `regno'.
17551         (unlink_insn_chain): Likewise for variable `curr'.
17552         (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
17553
17554         * loop.c (strength_reduce): Initialize variable
17555         `unrolled_insn_copies'.
17556         (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
17557         prototypes.  Change these functions to take const PTR parameters
17558         to avoid prototype conflict when used as the comparson argument
17559         for qsort.
17560         (check_dbra_loop): Initialize variable `comparison_val'.
17561
17562         * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
17563         (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
17564         (find_valid_class): Initialize variable `best_class'.
17565         (find_reloads): Call memcpy, not bcopy.
17566
17567         * reload1.c (gen_mode_int, dump_needs): Add prototypes.
17568         (hard_reg_use_compare): Don't needlessly cast away const.
17569         (reload_reg_class_lower): Likewise.
17570         (choose_reload_regs): Initialize variable `regno'.
17571
17572 Tue Oct  5 16:34:12 1999  Paul Burchard <burchard@pobox.com>
17573
17574         * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
17575
17576 Tue Oct  5 16:14:40 1999  Michael Meissner  <meissner@cygnus.com>
17577
17578         * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
17579         ({,d}discard): Add forward declarations.  Declare parameter as
17580         unused.
17581         (main_without_main): Explicitly declare return type to be int.
17582         (memcpy): Properly declare.
17583
17584         * libgcc2.c (toplevel): If inhibit_libc is defined and not
17585         building the trampoline support, declare malloc, free, and
17586         atexit.
17587         (__clear_cache): Mark arguments as potentially unused.
17588
17589         * frame.c (toplevel): If inhibit_libc is defined, declare
17590         malloc and free.
17591
17592 Tue Oct  5 12:00:32 1999  Richard Henderson  <rth@cygnus.com>
17593
17594         * flow.c (make_edge): Accept an optional 2D bitmap in which
17595         to cache edge existence.  Update all callers.
17596         (make_label_edge, make_eh_edge): Pass through the edge cache.
17597         (make_edges): Provide the cache.
17598
17599 Tue Oct  5 12:16:49 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17600
17601         * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
17602         a char*.
17603         (local_mbtowc): Change the type of variable `i' from int to size_t.
17604
17605         * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
17606         (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
17607
17608 Tue Oct  5 11:34:52 1999  Michael Meissner  <meissner@cygnus.com>
17609
17610         * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
17611         after other includes that define the appropriate types.  Include
17612         tm_p.h for getting user prototypes.
17613         * ggc-callbacks.c (toplevel): Ditto.
17614         * ggc-none.c (toplevel): Ditto.
17615         * gcc-page.c (toplevel): Ditto.
17616         * ggc-simple.c (toplevel): Ditto.
17617
17618 Mon Oct  4 16:48:16 1999  Diego Novillo <dnovillo@cygnus.com>
17619                           Jonathan Larmour  <jlarmour@cygnus.co.uk>
17620
17621         * config/mips/mips.c (mips_move_2words): Split doubles if
17622         ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
17623
17624 Mon Oct  4 21:47:31 1999  Richard Henderson  <rth@cygnus.com>
17625
17626         * genrecog.c (struct decision_test): New.
17627         (struct decision): Remove test-related members, sort the rest by size.
17628         (IS_SPLIT): Simplify.
17629         (new_decision, new_decision_test): New.
17630         (add_to_sequence): Use them.  No special handling for args of
17631         non-MATCH codes.
17632         (maybe_both_true): Renamed from not_both_true; return sense changed.
17633         (maybe_both_true_1, maybe_both_true_2): New.  Broken out
17634         of maybe_both_true and adjusted for decision_test.
17635         (position_merit): Remove.
17636         (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
17637         (merge_accept_insn): New, broken out of merge_trees.
17638         (merge_trees): Use them.  No special case for c_test; no node
17639         splitting; use test type instead of position_merit.
17640         (factor_tests): New.
17641         (simplify_tests): New.
17642         (break_out_subroutines): Don't write code now.
17643         (find_afterward): New.
17644         (write_afterward, write_switch, write_cond): New.
17645         (write_action, is_unconditional): New.
17646         (write_node): New.  Use them.
17647         (write_tree_1): Rewrite.  Use the new functions above.
17648         (write_tree): Remove afterward processing.
17649         (write_subroutine): Simplify function variant emission.
17650         (write_subroutines): New.
17651         (same_codes, clear_codes): Remove.
17652         (same_modes, clear_modes): Remove.
17653         (write_header): New, broken out of main.
17654         (make_insn_sequence): Use new_decision and new_decision_test.
17655         (process_tree): New, broken out of main.
17656         (main): Adjust for merge_trees interface change.
17657         Don't #define operands in the output file.
17658         (record_insn_name): New, broken out of make_insn_sequence.
17659         (debug_decision_2, debug_decision_1, debug_decision_0): New.
17660         (debug_decision): New.
17661
17662 1999-10-04 21:58 -0700  Zack Weinberg  <zack@bitmover.com>
17663
17664         * resource.c (find_free_register): Mark class_str argument const.
17665         * resource.h: Update prototype to match.
17666
17667         * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
17668         * i386.md: Give all anonymous insns names.
17669
17670 Mon Oct  4 21:12:02 1999  Jeffrey A Law  (law@cygnus.com)
17671
17672         * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
17673         blocks.
17674
17675 Mon Oct  4 21:01:39 1999  Richard Henderson  <rth@cygnus.com>
17676
17677         * toplev.c (dbr_sched_time): Unconditional.
17678         (peephole2_time): New.
17679         (compile_file): Add pass numbers to all of the dump file suffixes.
17680         Dump peephole2_time.  Don't dump times for non-applicable passes.
17681         (rest_of_compilation): Add pass numbers to dump file suffixes.
17682         Conditionalize calls to the scheduler.
17683         * invoke.texi: Update.
17684
17685 Mon Oct  4 20:25:13 1999  Anthony Green  <green@cygnus.com>
17686
17687         * flow.c (make_edges): Fix insn iteration.
17688         (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
17689         (find_basic_blocks_1): Fix spelling mistake.
17690
17691 Mon Oct  4 16:56:11 1999  Richard Henderson  <rth@cygnus.com>
17692
17693         * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
17694         always have side-effects.  Use memset not bzero.
17695         (make_node): Likewise.
17696
17697 Mon Oct  4 16:22:20 1999  Mark Mitchell  <mark@codesourcery.com>
17698
17699         * stmt.c (expand_anon_union_decl): When any of the elements of the
17700         union is addressable, so is the entire union.
17701
17702 Mon Oct  4 11:38:33 1999  Richard Henderson  <rth@cygnus.com>
17703
17704         * sbitmap.c (sbitmap_ones): Don't set too many bits.
17705
17706         * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
17707         * bitmap.c (bitmap_operation): Return true iff TO changed.
17708         (bitmap_equal_p): New.
17709         (bitmap_bit_p): Tidy arithmetic.
17710         (debug_bitmap_file): Likewise.
17711
17712 Mon Oct  4 11:28:37 1999  Richard Henderson  <rth@cygnus.com>
17713
17714         * toplev.c (rest_of_compilation): Turn on cse_not_expected
17715         before cse2 instead of after.
17716
17717 Mon Oct 4 09:55:17 1999  Stan Cox  <scox@cygnus.com>
17718
17719         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
17720         register offsets.
17721
17722 Mon Oct  4 08:54:12 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17723
17724         * cppinit.c (is_idchar initializer): Loosen tests to accept
17725         gcc 2.>6 and >2.
17726
17727 Mon Oct  4 02:31:20 1999  Mark Mitchell  <mark@codesourcery.com>
17728
17729         * mips.md: Define conditional move patterns for floating point
17730         operands and DI mode conditions.
17731
17732 Mon Oct  4 02:12:41 1999  Mark Mitchell  <mark@codesourcery.com>
17733
17734         * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
17735         always have side-effects.
17736
17737 Sun Oct  3 14:14:16 1999  Jeffrey A Law  (law@cygnus.com)
17738
17739         * mn10200.c (asm_file_start): Fix typo.
17740
17741         * cppinit.c (is_idchar initializer): Tighten tests for when
17742         to put the table into initialized memory.
17743
17744         * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
17745         not an array of rtunion.
17746         * gcc-page.c (ggc_alloc_rtvec): Similarly.
17747         * gcc-simple (ggc_free_rtvec): Similarly.
17748
17749         * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
17750         of rtunions.
17751
17752         * mbchar.h: Add missing #endif.
17753
17754         * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
17755         (FPBIT, DPBIT): Define.
17756
17757 Sun Oct  3 12:44:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17758
17759         * print-tree.c (print_node, indent_to): Remove redundant prototypes.
17760
17761         * profile.c (instrument_arcs, output_gcov_string,
17762         tablejump_entry_p): Add static prototypes.
17763         (output_gcov_string): Constify a char*.
17764
17765         * regmove.c (replacement_quality, fixup_match_2): Add static
17766         prototypes.
17767
17768         * resource.h (reg_dead_p): Add extern prototype.
17769
17770         * rtl.c (trim_filename): Add static prototype.
17771
17772         * scan-decls.c (skip_to_closing_brace): Likewise.
17773
17774         * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
17775         (expand_end_case): Initialize variable `range'.
17776         (emit_case_nodes): Remove unused prototype `rtx_fn'.
17777
17778         * varasm.c (asm_emit_uninitialised): Add static prototype.
17779         (asm_emit_uninitialised, assemble_variable): Mark parameter with
17780         ATTRIBUTE_UNUSED.
17781
17782 Sun Oct  3 12:24:52 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17783
17784         * cpplib.c (if_directive_nameo): Add static prototype.
17785
17786         * cse.c (cse_insn): Remove unused variable `p'.
17787
17788         * except.c (create_rethrow_ref, push_entry,
17789         receive_exception_label, new_eh_region_entry, find_func_region,
17790         clear_function_eh_region, process_nestinfo): Add static prototypes.
17791         (get_reg_for_handler): Hide definition.
17792         (process_nestinfo): Initialize variable `extra_handlers'.
17793
17794         * expr.h (expand_builtin_longjmp): Add extern prototype.
17795
17796         * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
17797
17798         * function.c (prepare_function_start): Likewise.
17799         (pop_function_context_from): Mark parameter `context' with
17800         ATTRIBUTE_UNUSED.
17801         (push_temp_slots_for_block, flush_addressof): Hide definition.
17802
17803         * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
17804         solve_program_flow_graph, calculate_branch_probs,
17805         function_summary, main, fancy_abort): Add prototypes.
17806
17807         * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
17808         (add_hash): Constify a char*.
17809
17810         * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
17811         ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
17812         ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
17813
17814         * integrate.c (expand_inline_function_eh_labelmap): Likewise.
17815
17816         * lists.c (free_list, zap_lists): Likewise.
17817
17818 Sun Oct  3 12:05:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17819
17820         * alias.c (nonlocal_reference_p): Add static prototype.
17821
17822         * bitmap.c (bitmap_element_allocate): Prototype args in function
17823         pointer cast.
17824
17825         * builtins.c (stabilize_va_list): Add static prototype.
17826         (expand_builtin_va_arg): Constify a char*.
17827
17828         * c-lex.c (getch, put_back, extend_token_buffer_to,
17829         read_line_number, token_getch, token_put_back): Add static
17830         prototypes.
17831
17832         * c-parse.gperf (hash, is_reserved_word): Likewise.
17833
17834         * cccp.c (is_dir_separator): Likewise.
17835
17836 Sat Oct  2 16:07:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17837
17838         * graph.h: New file to prototype functions exported by graph.c.
17839
17840         * Makefile.in (graph.o, toplev.o): Depend on graph.h.
17841
17842         * graph.c: Include graph.h.
17843
17844         * toplev.c: Likewise.  Remove redundant prototypes.
17845
17846 Sat Oct  2 11:28:33 1999  Krister Walfridsson <cato@df.lth.se>
17847
17848         * invoke.texi: Removed duplicated description for -Q.
17849
17850 Sat Oct  2 11:16:00 1999  Jim Kingdon  <http://developer.redhat.com>
17851
17852         * extend.texi: Grammar fix in __extension__ text.
17853
17854 Sat Oct  2 11:06:31 1999  Richard Henderson  <rth@cygnus.com>
17855
17856         * md.texi (define_peephole2): New section.
17857
17858 Sat Oct  2 10:57:56 1999  Jan Hubicka  <hubicka@freesoft.cz>
17859
17860         * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
17861         (mov $-1 to or peepholer): Enable for pentium when optimizing for
17862         speed.
17863
17864 Sat Oct  2 10:55:25 1999  Jan Hubicka  <hubicka@freesoft.cz>
17865
17866         * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
17867
17868 Sat Oct  2 10:53:22 1999  Jan Hubicka  <hubicka@freesoft.cz>
17869
17870         * i386.md (ffs expander): Emit Pentium friendly code for
17871         TARGET_PENTIUM.
17872
17873 Sat Oct  2 02:48:21 1999  Mark P. Mitchell  <mark@codesourcery.com>
17874
17875         * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
17876         for non-trees.
17877         (build1): Likewise.
17878
17879 Fri Oct  1 18:01:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17880
17881         * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
17882
17883 Fri Oct  1 12:42:53 1999  Andreas Schwab  <schwab@suse.de>
17884
17885         * config/m68k/m68k.c (use_return_insn): Return false if the pic
17886         register is in use.
17887
17888 Fri Oct  1 10:56:06 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17889
17890         * md.texi (No Constraints): Delete section.
17891         * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
17892         * final.c (final_scan_insn): We always have register constraints.
17893         * genattrtab.c: Don't include "insn-config.h".
17894         (write_attr_case): We always have register constraints.
17895         * genconfig.c (register_constraint_flag): Delete.
17896         (walk_insn_part): Don't check whether we have register constraints.
17897         (main): Don't write out "#define REGISTER_CONSTRAINTS".
17898         * genoutput.c (have_constraints): Delete.
17899         (main): Don't set it.
17900         (output_operand_data): We always have constraints.
17901         (scan_operands): Likewise.
17902         (compare_operands): Likewise.
17903         * local-alloc.c (block_alloc): We always have constraints.
17904         (requires_inout): Always compile this function.
17905         * recog.c (extract_insn): We always have constraints.
17906         (constrain_operands, reg_fits_class_p): Always compile these
17907         functions.
17908         * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
17909         fields.
17910         (struct insn_operand_data): Likewise.
17911         * regclass.c (regclass): We always have constraints.
17912         (record_reg_classes, copy_cost, record_address_regs,
17913         auto_inc_dec_reg_p): Always compile these functions.
17914         * regmove.c (regmove_optimize): We always have constraints.
17915         * reload.c (find_reloads): Likewise.
17916         * reload1.c (reload): Likewise.
17917         (reload_cse_simplify_operands): Likewise.
17918         * i860.c (output_delay_insn): Likewise.
17919
17920 Thu Sep 30 23:04:41 1999  Mark P. Mitchell  <mark@codesourcery.com>
17921
17922         * iris6.h (BUILD_VA_LIST_TYPE): Define.
17923
17924 Thu Sep 30 18:44:50 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17925
17926         * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
17927         for the va_list record.
17928
17929 Thu Sep 30 18:34:54 1999  Jan Hubicka  <hubicka@freesoft.cz>
17930
17931         * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
17932         prologues.
17933
17934 Thu Sep 30 18:31:36 1999  Jan Hubicka  <hubicka@freesoft.cz>
17935
17936         * alias.c: Include insn-flags.h.
17937         * Makefile.in (alias.o): Update.
17938
17939 Thu Sep 30 18:21:30 1999  Jan Hubicka  <hubicka@freesoft.cz>
17940
17941         * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
17942         to LTU and GEU.  Handle more cases using sbb.
17943
17944 Thu Sep 30 18:18:39 1999  Jan Hubicka  <hubicka@freesoft.cz>
17945
17946         * i386.md (truncatexfdf splitters): Do not use subreg.
17947         (fop XFmode patterns): Fix mode in operand testing.
17948
17949 Thu Sep 30 18:04:13 1999  Richard Henderson  <rth@cygnus.com>
17950
17951         * jump.c (jump_optimize_1): Amend last change to test only the
17952         form of the operand, not the insn.
17953
17954         * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
17955         not register_operand to determine when B may need preloading.
17956
17957 Thu Sep 30 17:39:16 1999  Richard Henderson  <rth@cygnus.com>
17958
17959         * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
17960         (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
17961         (call-value patterns): Move to end of file.
17962         (*): Remove mode from label_ref in (pc) context.
17963         (movstrqi): Use memory not general_operand for BLKmode operands.
17964         (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
17965         to register_operand operands.
17966         (peep2 patterns): Convert from commented-out peephole patterns.
17967
17968 Thu Sep 30 14:39:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17969
17970         * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
17971         to BUILT_IN_INIT_DWARF_REG_SIZES.
17972         * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
17973         Renamed from BUILT_IN_DWARF_REG_SIZE; call
17974         expand_builtin_init_dwarf_reg_sizes.
17975         * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
17976         with __builtin_init_dwarf_reg_size_table.
17977         * dwarf2out.c (struct reg_size_range): Delete.
17978         (expand_builtin_init_dwarf_reg_sizes): New function.
17979         (expand_builtin_dwarf_reg_size): Delete.
17980         * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
17981         (expand_builtin_dwarf_reg_size): Don't declare.
17982         * libgcc2.c (dwarf_reg_size_table_initialized): New.
17983         (dwarf_reg_size_table): New.
17984         (init_reg_size_table): New function.
17985         (copy_reg): Use dwarf_reg_size_table.
17986         (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
17987         before use.
17988
17989 Thu Sep 30 05:40:34 1999  Richard Earnshaw <rearnsha@arm.com>
17990
17991         * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
17992         Correctly build argument list to constructor and destructor functions.
17993
17994 Thu Sep 30 00:13:27 1999  Dirk Zoller  <duz@rtsffm.com>
17995
17996         * c-tree.h (warn_float_equal): Declare.
17997         * c-decl.c (warn_float_equal): Define.
17998         (c_decode_option): Recognize -W[no-]float-equal.
17999         * c-typeck.c (build_binary_op): Conditionally warn
18000         about equality tests of floating point types.
18001         * toplev.c (documented_lan_options): Add -W[no-]float-equal.
18002         * invoke.texi: Add docs for -Wfloat-equal warning.
18003
18004 Wed Sep 29 23:43:39 1999  Jeffrey A Law  (law@cygnus.com)
18005
18006         * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
18007         generating RTL directly.
18008         * mips.h (INIT_TARGET_OPTABS): Likewise.
18009         * mn10200.h (INIT_TARGET_OPTABS): Likewise.
18010
18011         * expr.h (init_mov_optab): Delete declaration
18012
18013         * h8300.c (WORD_REG_USED): Update to avoid useless register
18014         saves in interrupt functions and functions which never return.
18015
18016         * cse.c (struct set): Delete inner_dest_loc field.
18017         (cse_insn): Remove assignments to inner_dest_loc field.
18018
18019 Wed Sep 29 16:06:20 1999  Richard Henderson  <rth@cygnus.com>
18020
18021         * ggc-page.c: Don't include <unistd.h> etc taken care of
18022         by "system.h".  Include <sys/mman.h> afterward.
18023
18024 Wed Sep 29 16:05:18 1999  Richard Henderson  <rth@cygnus.com>
18025
18026         * rs6000.c (rs6000_encode_section_info): If ggc_p, use
18027         ggc_alloc_string.
18028
18029 Tue Sep 28 16:45:40 1999  David Edelsohn  <edelsohn@gnu.org>
18030
18031         * xcoffout.c (xcoffout_declare_function): Add documentation.
18032         * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
18033         TARGET_64BIT.  Compare constant to -1, not bit pattern.
18034         (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
18035         (expand_block_move): Allow 8 DImode loads for PowerPC64.  Fix
18036         gen_movsi typos.
18037
18038 Tue Sep 28 16:43:14 1999  Nick Clifton  <nickc@cygnus.com>
18039
18040         * dwarf2out.c (add_abstract_origin_attribute): Abort if
18041         origin_die is NULL.
18042         (gen_inlined_enumeration_type_die): Do not abort if the type has
18043         not been writeen out.
18044         (gen_inlined_structure_type_die): Do not abort if the type has
18045         not been writeen out.
18046         (gen_inlined_union_type_die): Do not abort if the type has
18047         not been writeen out.
18048         (gen_tagged_type_instantiation_die): Do not abort if the type
18049         has not been written out.
18050
18051 Tue Sep 28 14:33:47 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18052
18053         * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
18054         call it.
18055         * reg-stack.c (straighten_stack): Copy hard reg set with
18056         COPY_HARD_REG_SET.
18057
18058 Tue Sep 28 01:11:05 1999  Richard Henderson  <rth@cygnus.com>
18059
18060         * builtins.c (stabilize_va_list): Stabilize array type va_list
18061         to a pointer type, not the base record type.
18062         (expand_builtin_va_copy): Dereference the pointers explicitly;
18063         use the correct size for the copy.
18064
18065         * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
18066         (rs6000_va_arg): Likewise.
18067
18068 Mon Sep 27 23:27:21 1999  Richard Henderson  <rth@cygnus.com>
18069
18070         * rtl.h (struct rtx_def): Move gc_mark to align mode field.
18071
18072 Mon Sep 27 23:20:29 1999  Mark Mitchell  <mark@codesourcery.com>
18073
18074         * tree.h (struct tree_decl): Use `bclass', not `class', in name of
18075         field.
18076         (DECL_BUILT_IN_CLASS): Adjust accordingly.
18077
18078 Mon Sep 27 23:03:16 1999  Richard Henderson  <rth@cygnus.com>
18079
18080         * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
18081         (init_ggc): Use it instead of a constant.
18082         (ggc_collect): Bound allocated_last_gc by it.
18083
18084 Mon Sep 27 19:06:04 1999  Jeffrey A Law  (law@cygnus.com)
18085
18086         * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
18087         with va_list.
18088
18089 Mon Sep 27 19:40:17 CEST 1999   Marc Espie <espie@cvs.openbsd.org>
18090
18091         * configure.in (mips*el-*-openbsd*):  Don't duplicate default settings.
18092         (mips*-*-openbsd*):  Let big endian configuration be a fragment.
18093         * configure:  Regen.
18094         * config/mips/openbsd.h:  New, OpenBSD little endian target.
18095         * config/mips/openbsd-be.h:  New, OpenBSD big endian target fragment.
18096         * config/mips/xm-openbsd.h:  New, OpenBSD host.
18097
18098 Mon Sep 27 10:28:48 1999  Andreas Schwab  <schwab@suse.de>
18099
18100         * config/m68k/m68k.c (output_function_prologue,
18101         output_function_epilogue): Use
18102         current_function_uses_pic_offset_table instead of regs_ever_live
18103         to decide whether to save/restore pic register.
18104         (legitimize_pic_address): Don't modify regs_ever_live any more.
18105
18106 Sun Sep 26 10:55:36 1999  Mark Mitchell  <mark@codesourcery.com>
18107
18108         * function.h (struct function): Add x_dont_save_pending_sizes_p.
18109         * stor-layout.c (variable_size): Don't add sizes to the pending
18110         sizes list if x_dont_save_pending_sizes_p is set.
18111
18112 Sun Sep 26 16:36:52 1999  Robert Lipe  (robertlipe@usa.net)
18113
18114         * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
18115         for symbolic_operand().
18116         * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
18117
18118 Sun Sep 26 07:37:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18119
18120         * combine.c (gen_rtx_combine): Add missing call to va_end().
18121
18122         * final.c (asm_fprintf): Likewise.
18123
18124         * genattrtab.c (attr_rtx): Likewise.
18125
18126 Sat Sep 25 13:11:07 1999  Jeffrey A Law  (law@cygnus.com)
18127
18128         * cse.c: Update comments.
18129         (cse_insn): When converting a conditional/computed jump into
18130         an unconditional jump, always make sure a BARRIER immediately
18131         follows the converted jump.  Do not delete unreachable code.
18132         (cse_basic_block): Do not delete unreachable code.
18133         * toplev.c (rest_of_compilation): Move call to
18134         delete_trivially_dead_insns after the conditional call to
18135         jump_optimize.
18136
18137 Sat Sep 25 09:03:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18138
18139         * collect2.c (make_temp_file): Don't prototype.
18140
18141         * gcc.c (make_temp_file): Likewise.
18142
18143         * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
18144
18145 Sat Sep 25 13:42:15 1999  Nick Clifton  <nickc@cygnus.com>
18146
18147         * varasm.c (asm_emit_uninitialised): New function: Generate
18148         the assembler statements necessary to declare an uninitialised
18149         variable.
18150         (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
18151         variable.
18152         (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
18153         (ASM_EMIT_COMMON): New macro: Emit an entry in the common
18154         section.
18155         (assemble_variable): Use asm_emit_uninitialised to emit an
18156         uninitialised variable.
18157
18158 Fri Sep 24 17:10:56 1999  Nick Clifton  <nickc@cygnus.com>
18159
18160         * combine.c (simplify_comparison): Cope with downshifting a 32 bit
18161         constant on a 64 bit host.  Patch supplied by Geoffrey Keating
18162         <geoffk@cygnus.com>.
18163
18164 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18165
18166         * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
18167         * c-common.h (builtin_function): Don't declare.
18168
18169         * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
18170         DECL_BUILT_IN.
18171         (pushdecl): Likewise.
18172         (finish_decl): Likewise.
18173         (builtin_function): New arg CLASS.  Arg FUNCTION_CODE now of type
18174         int.  All callers changed.
18175         Set the builtin's DECL_BUILT_IN_CLASS.
18176         * tree.h (enum built_in_class): New.
18177         (enum built_in_function): Delete NOT_BUILT_IN.
18178         (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
18179         in a union.
18180         (DECL_SET_FUNCTION_CODE): Likewise.
18181         (DECL_BUILT_IN_CLASS): New macro.
18182         (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
18183         (struct tree_decl): Split builtin function code field into a
18184         struct.
18185         (builtin_function): Declare.
18186
18187 Fri Sep 24 01:45:05 1999  Mark Mitchell  <mark@codesourcery.com>
18188
18189         * optabs.c (init_traps): Fix typo in last change.
18190
18191 Fri Sep 24 01:10:11 1999  Mark Mitchell  <mark@codesourcery.com>
18192
18193         * toplev.c (rest_of_decl_compilation): Update comment.
18194
18195 Fri Sep 24 11:57:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
18196
18197         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
18198         in .sbss if appropriate.
18199         (EXTRA_SECTION_FUNCTIONS): Add sbss.
18200         (SBSS_SECTION_ASM_OP): New macro.
18201         * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
18202         (EXTRA_SECTIONS): Add in_sbss.
18203         * config/mips/mips.h: Prototype sbss_section.
18204
18205 Thu Sep 23 18:18:55 1999  Mark Mitchell  <mark@codesourcery.com>
18206
18207         * stmt.c (expand_start_bindings): Don't allow cleanup instructions
18208         to disappear.
18209
18210 Thu Sep 23 18:07:01 1999  Mark Mitchell  <mark@codesourcery.com>
18211
18212         * optabs.c (init_traps): Register trap_rtx as a GC root.
18213
18214 Thu Sep 23 17:41:47 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18215
18216         * config/mips/mips.c (function_arg_pass_by_reference): Define
18217         unconditionally, since it's called unconditionally.
18218
18219 Thu Sep 23 13:40:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
18220
18221         * toplev.c (documented_lang_options): Add -fshort-wchar.
18222         * c-decl.c (c_decode_option): Likewise.
18223         (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
18224         for wchar_t.
18225         * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
18226         * gcc.c (default_compilers): If -fshort-wchar,
18227         override __WCHAR_TYPE__.
18228         * tm.texi (C Dialect Options): Add -fshort-wchar.
18229
18230         * dwarf2out.c (output_aranges): Use DW_AT_location to find the
18231         symbol for a variable.
18232
18233         * cpplib.h (CPP_PREPROCESSED): New macro.
18234         * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
18235         we're seeing this input for a second time.
18236
18237 Thu Sep 23 12:54:49 1999  Alex Samuel  <samuel@codesourcery.com>
18238
18239         * emit-rtl.c (init_emit_once): Initialize modes first.
18240
18241 Sun Sep 19 01:23:23 1999  Alex Samuel  <samuel@codesourcery.com>
18242
18243         * config/i386/i386.c (pic_label_name): Change to char pointer.
18244         (global_offset_table): New variable.
18245         (load_pic_register): Fill global_offset_table if it hasn't
18246         already been done.  Allocate pic_label_name dynamically.
18247         * ggc.h (empty_string): New variable.
18248         * ggc-simple.c (empty_string): Likewise.
18249         (init_ggc): Allocate empty_string and add as root.
18250         * stmt.c (digit_strings): New variable.
18251         (init_stmt): Add last_block_end_note as root.  Allocate and
18252         initialize digit_strings.
18253         (expand_asm_operands): Use empty_string instead of string
18254         constant.  Use digit_strings instead of string constants.
18255         * profile.c (init_arc_profiler): Allocate string with
18256         ggc_alloc_string instead of xmalloc.
18257         (output_func_start_profiler): Likewise.
18258         * c-typeck.c (digest_init): Check if init is error_mark_node.
18259
18260 Thu Sep 23 12:59:14 1999  Alex Samuel  <samuel@codesourcery.com>
18261                           Richard Henderson  <rth@cygnus.com>
18262
18263         * ggc-page.c: New file.
18264         * Makefile.in (ggc-page.o): New.
18265
18266 Thu Sep 23 13:55:21 1999  Jeffrey A Law  (law@cygnus.com)
18267
18268         * invoke.texi: Document -fdelete-null-pointer-checks
18269         * toplev.c (flag_delete_null_pointer_checks): New.
18270         (f_options): Add entry for -fdelete-null-pointer-checks.
18271         (rest_of_compilation): Conditionalize null pointer check
18272         elimination on flag_delete_null_pointer_checks.
18273         (main): If -O2 or greater, enable -fdelete-null-pointer-checks
18274
18275 1999-09-23 10:56 -0700  Zack Weinberg  <zack@bitmover.com>
18276
18277         * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
18278         copyright notice and special exception to GPL.
18279
18280 Thu Sep 23 13:40:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18281
18282         * abi64.h (mips_function_value): Add prototype arguments.
18283
18284         * mips-protos.h: New file with mips prototypes.
18285
18286         * mips.c: Include "tm_p.h".
18287         (mktemp, lookup_name): Add prototype arguments.
18288         (extern_list, string_constant, mips_fill_delay_slot,
18289         mips_output_external, mips_output_external_libcall,
18290         mips_output_filename, mips_declare_object, function_prologue,
18291         mips_expand_prologue, function_epilogue, mips16_constant,
18292         build_mips16_function_stub, mips_output_conditional_branch):
18293         Constify a char*.
18294         (mips_va_start): Remove unused variable `u'.
18295         (mips_va_arg): Cast value to unsigned when comparing against one.
18296         (trace): Delete.
18297         (save_restore_insns, mips_expand_prologue): Add missing arg in
18298         call to `large_int'.
18299
18300         * mips.h: Move prototypes to mips-protos.h.
18301         (data_section, memory_address_p, rdata_section,
18302         readonly_data_section, simple_epilogue_p, text_section): Delete
18303         prototypes delcared elsewhere.
18304         (mips_epilogue_delay_slots, print_options): Delete unused decls.
18305         (trace): Delete.
18306         (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
18307
18308         * mips.md: Delete extra args in call to `mips_move_2words'.
18309
18310         * xm-iris6.h (alloca): Add prototype argument.
18311
18312         * genpeep.c: Include "tm_p.h" in generated output file.
18313
18314 Thu Sep 23 10:36:55 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18315
18316         * basic-block.h (find_edge_index): Change parameters.
18317         * flow.c (verify_edge_list): Pass basic_block parameters to
18318         find_edge_index instead of integers.
18319
18320 Thu Sep 23 15:54:12 1999  Nick Clifton  <nickc@cygnus.com>
18321
18322         * combine.c (simplify_comparison): Use an unsigned shift to adjust
18323         the constant.
18324
18325 Thu Sep 23 08:46:21 1999  Guy Harris  <guy@netapp.com>
18326
18327         * gcc.1: Fix a formatting error.
18328
18329 Wed Sep 22 16:10:21 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18330
18331         * install.texi (Configurations): Remove pyramid. Add fr30, i686,
18332         i786, mn10200, mn10300, pdp11, v850.
18333
18334 Thu Sep 23 07:37:13 1999  Dan Nicolaescu  <dann@ics.uci.edu>
18335
18336         * libgcc2.c (num_digits): Add prototype with
18337         __attribute__((const)).
18338         (__terminate): Add prototype.
18339
18340 Thu Sep 23 05:32:06 1999  Richard Henderson  <rth@cygnus.com>
18341
18342         * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
18343
18344         * alpha/alpha.c (print_operand): Fix type of `code'.
18345         (alpha_output_filename): Constify.
18346         * alpha/alpha.h: Move all function declarations ...
18347         * alpha/alpha-protos.h: ... here.  New file.
18348         * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
18349         (SECTION_FUNCTION_TEMPLATE): Likewise.
18350
18351 Thu Sep 23 11:15:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18352
18353         * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
18354         * expr.c (expand_expr): Likewise.
18355         (do_jump): Likewise.
18356         (do_store_flag): Pass ccp_store_flag to can_compare_p.
18357         * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
18358         accessor macros.
18359         (enum can_compare_purpose): New.
18360         (can_compare_p): Adjust prototype.
18361         (prepare_cmp_insn, prepare_operand): Declare.
18362         * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
18363         * optabs.c (cmp_available_p): Deleted.
18364         (expand_abs): Pass ccp_jump to can_compare_p.
18365         (can_compare_p): New arg PURPOSE.  Check for combined optabs.
18366         (prepare_cmp_insn): No longer static.  Add arg PURPOSE.
18367         Call can_compare_p rather than cmp_available_p.
18368         (prepare_operand): No longer static.
18369         (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
18370         (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
18371         (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
18372         sequence to use emit_cmp_and_jump_insns.
18373         (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
18374
18375 Wed Sep 22 17:58:01 1999  Stan Cox  <scox@cygnus.com>
18376
18377         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
18378         register offsets; let LEGITIMIZE_ADDRESS load it into a register.
18379         (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
18380         (plus (reg) (const_int 0))
18381         * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
18382
18383 Wed Sep 22 17:55:31 1999  David Edelsohn  <edelsohn@gnu.org>
18384
18385         * rs6000.c (expand_block_move): DImode loads and stores require
18386         word-aligned displacements.  Increment address registers with
18387         adddi3 on 64-bit platform.  Use TARGET_POWERPC64 not TARGET_64BIT.
18388
18389 Wed Sep 22 17:35:55 1999  Michael Meissner  <meissner@cygnus.com>
18390
18391         * dwarf2out.c (base_type_die): Use the name __unknown__ if there
18392         is no name for the base type, rather than segfault.  If we are
18393         writing out a complex integer type, use DW_ATE_lo_user.
18394
18395         * expr.c (emit_move_insn_1): If we are copying a complex that fits
18396         in one word or less (complex char, complex short, or on 64 bit
18397         systems complex float) to/from a hard register, copy it through
18398         memory instead of dying in gen_{real,imag}part.  If we have a
18399         short complex type, prevent inlining since it allocates stack
18400         memory.
18401
18402         * tree.c (build_complex_type): If we are writing dwarf2 output,
18403         generate a name for complex integer types.
18404
18405 Wed Sep 22 11:34:08 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18406
18407         * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
18408         * flow.c (remove_edge): Remove extra whitespace.
18409         (remove_fake_edges): Fix comment.
18410         (add_noreturn_fake_exit_edges): Use the correct name.
18411
18412 Wed Sep 22 16:12:40 BST 1999  Nathan Sidwell  <nathan@acm.org>
18413
18414         * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
18415         (mostlyclean): Depend on INTL_MOSTLYCLEAN.
18416         (clean): Depend on INTL_CLEAN.
18417         (maintainer-clean): Adjust.
18418
18419 Wed Sep 22 10:18:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18420
18421         * configure.in (AC_PREREQ): Bump to 2.13.
18422         (AC_C_STRINGIZE): Call this instead of using a custom macro.
18423
18424         * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
18425
18426         * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
18427
18428         * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
18429
18430         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
18431         (HAVE_STRINGIZE): Define.
18432
18433 Wed Sep 22 06:25:15 1999  Jim Kingdon  <http://developer.redhat.com>
18434
18435         * c-parse.in: save and restore warn_pointer_arith on __extension__
18436         along with pedantic.
18437         (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
18438         Set the type of extension to itype rather than $<itype>1 kludge.
18439         * extend.texi (Alternate Keywords): Adjust documentation.
18440         * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
18441
18442 Wed Sep 22 06:06:57 1999  Jeffrey A Law  (law@cygnus.com)
18443
18444         * pa.c, pa.h, pa.md: Support multiple assembler dialects in
18445         most assembler templates.
18446
18447         * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
18448         FP loads and stores.
18449         (following_call): Always return zero for the PA8000.
18450         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
18451         FP loads and stores.
18452         (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
18453
18454         * pa.h (BRANCH_COST): Define.
18455
18456         * pa.md (return, return_internal): Use bve for PA2.0.
18457
18458         * pa.md (fused multiply): Add variants which reduce height for the
18459         fused multiply, but which still generate 2 insns.
18460         (fnegabs): Similarly.
18461
18462         * pa.md (subsi3): Turn into an expander.  Create two anonymous
18463         patterns.  One for PA2.0 one for PA1.x.  Use mtsarcm for PA2.0.
18464         * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
18465
18466         * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
18467         for TARGET_PA_20.
18468         (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
18469         code generation.
18470         (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
18471         (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
18472
18473         * regclass.c (init_regs): Add "top_of_stack" as a garbage
18474         collection root.
18475
18476         * flow.c (record_active_eh_regions): Terminate loop after finding
18477         the last insn in the last basic block.
18478
18479 Wed Sep 22 20:25:00 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18480
18481         * config/c4x/c4x.md: Delete parallel instruction peepholes.
18482
18483 Wed Sep 22 19:59:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18484
18485         * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
18486
18487 Wed Sep 22 19:56:25 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18488
18489         * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
18490         splitting to not use output template.
18491
18492 Wed Sep 22 19:50:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18493
18494         * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
18495         * config/c4x/c4x.c (c4x_va_start): New function.
18496
18497 Tue Sep 21 18:40:01 1999  Jan Hubicka  <hubicka@freesoft.cz>
18498
18499         * genrecog.c (not_both_true): Handle correctly cases when called for
18500         tests with different positions in the insn.
18501
18502 Tue Sep 21 18:29:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18503
18504         * machmode.h (HOST_PTR_PRINTF): Move from here ...
18505
18506         * system.h (HOST_PTR_PRINTF): ... to here.
18507
18508         * mips-tfile.c: Don't include machmode.h.
18509
18510         * Makefile.in (MACHMODE_H): New variable.  Update to use it.
18511         (mips-tfile.o): Don't depend on machmode.h.
18512
18513 Tue Sep 21 18:27:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18514
18515         * haifa-sched.c (sched_analyze): Rename local variable `region' to
18516         avoid conflicts with typedef struct `region' at the top level scope.
18517
18518 Tue Sep 21 14:14:50 1999  Richard Henderson  <rth@cygnus.com>
18519
18520         * basic-block.h (basic_block): Add eh_beg, eh_end.
18521         * flow.c (entry_exit_blocks): Update.
18522         (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
18523         Call new functions.
18524         (find_basic_blocks_1): Don't record eh_list at each bb.  Use
18525         lists.c functions to allocate insn lists.
18526         (make_edges): Use eh_beg+eh_end, not the lists.  Split out EH
18527         edge creation ...
18528         (make_eh_edge): ... here.  New.
18529         (move_stray_eh_region_notes): New.
18530         (record_active_eh_regions): New.
18531         (delete_unreachable_blocks): Split out block merging ...
18532         (try_merge_blocks): ... here.  New.
18533         (merge_blocks_move_predecessor_nojumps): Remove edge arg.
18534         Dump debugging data.
18535         (merge_blocks_move_successor_nojumps): Likewise.
18536         (merge_blocks): Use eh_beg+eh_end to validate block movement.
18537
18538 Tue Sep 21 11:15:03 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18539
18540         * extend.texi (Bound member functions): Document unbound pmf
18541         conversion.
18542
18543 Tue Sep 21 14:55:11 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18544
18545         * flow.c (split_edge): Handle insertion on a fallthrough edge which
18546         has the EXIT_BLOCK as a dest.
18547
18548 Tue Sep 21 14:51:23 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18549
18550         * flow.c (remove_edge): New function to remove an edge from the
18551         flow graph.
18552         (remove_fake_successors): New function to remove fake successor edges.
18553         (remove_fake_edges): New function to remove all fake edges from the
18554         flow graph.
18555         (add_fake_exit_edges): New function to add fake edges from all blocks
18556         with no successors to the exit block.
18557         * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
18558         prototypes for new functions.
18559
18560 Tue Sep 21 14:49:53 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18561
18562         * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
18563         Use Pmode to determine whether to output .dword or .word.
18564
18565 Tue Sep 21 11:04:34 1999  Alex Samuel  <samuel@codesourcery.com>
18566
18567         * tree.c (built_in_filename): New variable.
18568         (BUILT_IN_FILENAME): New macro.
18569         (init_tree_codes): Allocate built_in_filename.
18570         (make_node): Use built_in_filename instead of string constant.
18571
18572 Tue Sep 21 14:13:27 1999  Nick Clifton  <nickc@cygnus.com>
18573
18574         * configure.in: Add fr30 target.
18575         * configure: Regenerate.
18576         * config/fr30: New directory.
18577         * config/fr30/crti.asm: New file.
18578         * config/fr30/fr30.c: New file.
18579         * config/fr30/crtn.asm: New file.
18580         * config/fr30/fr30.h: New file.
18581         * config/fr30/fr30.md: New file.
18582         * config/fr30/lib1funcs.asm: New file.
18583         * config/fr30/t-fr30: New file.
18584         * config/fr30/xm-fr30.h: New file.
18585
18586 Tue Sep 21 06:45:31 1999  Jeffrey A Law  (law@cygnus.com)
18587
18588         * flow.c (merge_blocks_move_successor_nojumps): Delete the
18589         BARRIER at the end of the successor, not the BARRIER before
18590         the successor.
18591
18592         * pa.c (pa_add_gc_roots): Fix thinko in last change.
18593
18594 Tue Sep 21 05:29:17 1999  Richard Earnshaw (rearnsha@arm.com)
18595
18596         * stmt.c (any_pending_cleanups): Don't crash when
18597         current_function->stmt is unset.
18598
18599 Tue Sep 21 00:59:49 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18600
18601         * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
18602         other initializations that may use it for relative offsets.
18603
18604 Mon Sep 20 21:43:25 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18605
18606         * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
18607         (ASM_SPEC): Moved from sol2dbg.h.  Added work-around for gas.
18608         * config/i386/sol2dbg.h: Removed.
18609         * config/i386/sol2gas.h: New file, to enable gas work-around.
18610         * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
18611         Don't use sol2dbg.h.
18612         * configure: Rebuilt.
18613
18614 Mon Sep 20 13:29:41 1999  Mark Mitchell  <mark@codesourcery.com>
18615
18616         * invoke.texi (-fthis-is-variable): Remove documentation.
18617
18618 Mon Sep 20 12:59:16 1999  Richard Henderson  <rth@cygnus.com>
18619
18620         * basic-block.h (compute_bb_for_insn): Declare.
18621         * flow.c (compute_bb_for_insn): Export.  Don't accept the varray
18622         to use; set size of basic_block_for_insn directly.
18623         (find_basic_blocks): Update.
18624
18625 Mon Sep 20 15:11:54 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18626
18627         * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
18628
18629 Mon Sep 20 14:56:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18630
18631         * crtstuff.c (ON_EXIT): Delete empty macro definition.
18632         (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
18633
18634 Mon Sep 20 15:25:35 1999  Nick Clifton  <nickc@cygnus.com>
18635
18636         * c-decl.c (c_decode_option): Extend comment.
18637
18638 Mon Sep 20 14:43:37 1999  Nick Clifton  <nickc@cygnus.com>
18639
18640         * toplev.c (progname): Make 'const char *'
18641         (flag_print_mem): Move out of main.
18642         (version_flag): Move out of main.
18643         (filename): Move out of main.
18644         (debug_args): Remove g prefix from options.
18645         (documented_lang_options): Remove cpplib specific options.
18646         (display_help): Add g prefix to debug options.
18647         (check_lang_option): Delete this function.
18648         (decode_d_option): New function: Decode -d... option.
18649         (decode_f_option): New function: Decode -f... option.
18650         (decode_W_option): New function: Decode -W... option.
18651         (decode_g_option): New function: Decode -g... option.
18652         (independent_decode_option): New function: Decode a language
18653         independent command line option.
18654         (main): Invoke lang_decode_option and then
18655         independent_decode_option on each command line option in
18656         turn.
18657
18658 Mon Sep 20 05:41:36 1999  Jeffrey A Law  (law@cygnus.com)
18659
18660         Revert this change.  Gavin's patch to operand_equal_p is a better fix.
18661          * fold-const.c (fold_range_test): Do not try to fold the range
18662          test if the rhs or lhs has side effects.
18663
18664         * basic-block.h (compute_flow_dominators): Declare.
18665
18666         * gcse.c (alloc_code_hoist_mem): New function.
18667         (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
18668         (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
18669         (hoist_code, one_code_hoisting_pass): Likewise.
18670         (gcse_main): If optimizing for size, then hoist expressions
18671         computed in multiple dominated basic blocks.
18672
18673         * gcse.c (invalid_nonnull_info): New function.
18674         (delete_null_pointer_checks): Likewise.
18675         * rtl.h (delete_null_pointer_checks): Declare.
18676         * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
18677
18678         * flow.c (merge_blocks_move_predecessor_nojumps): New function.
18679         (merge-blocks_move_successor_nojumps): Likewise.
18680         (merge_blocks): Allow merging of some blocks, even if it requires
18681         physical movement of the blocks, but not if it requires new jumps.
18682
18683         * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
18684         Callers and prototype changed.
18685         * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
18686
18687 Mon Sep 20 06:56:32 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18688
18689         * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
18690         -YP when both -p and -pg are present.  From i386/sol2.h.
18691
18692 Mon Sep 20 10:49:05 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18693
18694         * Makefile.in (distclean): Delete tm_p.h.
18695         * configure.in: Create a new file, "tm_p.h", from a list in
18696         "tm_p_file". For ix86 systems, set up "tm_p_file" to include
18697         "i386/i386-protos.h".
18698
18699         * alias.c: Include "tm_p.h".
18700         * c-typeck.c: Likewise.
18701         * calls.c: Likewise.
18702         * cse.c: Likewise.
18703         * emit-rtl.c: Likewise.
18704         * explow.c: Likewise.
18705         * expmed.c: Likewise.
18706         * expr.c: Likewise.
18707         * final.c: Likewise.
18708         * flow.c: Likewise.
18709         * fold-const.c: Likewise.
18710         * function.c: Likewise.
18711         * gcse.c: Likewise.
18712         * global.c: Likewise.
18713         * haifa-sched.c: Likewise.
18714         * integrate.c: Likewise.
18715         * jump.c: Likewise.
18716         * local-alloc.c: Likewise.
18717         * loop.c: Likewise.
18718         * optabs.c: Likewise.
18719         * recog.c: Likewise.
18720         * reg-stack.c: Likewise.
18721         * regclass.c: Likewise.
18722         * regmove.c: Likewise.
18723         * reload.c: Likewise.
18724         * reload1.c: Likewise.
18725         * reorg.c: Likewise.
18726         * resource.c: Likewise.
18727         * stmt.c: Likewise.
18728         * stor-layout.c: Likewise.
18729         * toplev.c: Likewise.
18730         * tree.c: Likewise.
18731         * unroll.c: Likewise.
18732         * genattrtab.c (main): Make generated file include "tm_p.h".
18733         * genemit.c (main): Likewise.
18734         * genoutput.c (main): Likewise.
18735         * genrecog.c (main): Likewise.
18736
18737         * i386.h: Delete all prototypes.
18738         * i386.c: Include "tm_p.h".
18739         (ix86_attr_length_default): Call constant_call_address_operand
18740         with correct number of arguments.
18741         * i386-protos.h: New file.
18742         * i386.md (unnamed patterns): Call constant_call_address_operand
18743         with correct number of arguments.
18744         (exception_receiver): Call load_pic_register with correct number
18745         of arguments.
18746
18747 Sun Sep 19 14:18:39 1999  Richard Henderson  <rth@cygnus.com>
18748
18749         * c-pragma.c (mark_align_stack): Dereference the void* properly.
18750
18751 Sun Sep 19 09:03:40 1999  Mark Mitchell  <mark@codesourcery.com>
18752
18753         * rtl.h (insns_safe_to_move_p): New function.
18754         * loop.c (find_and_verify_loops): Use it.
18755         * rtlanal.c (insns_safe_to_move_p): Define it.
18756
18757 Sun Sep 19 02:54:33 1999  Richard Henderson  <rth@cygnus.com>
18758
18759         * c-pragma.c: Include ggc.h.
18760         * Makefile.in (c-pragma.o): Update.
18761
18762 Sat Sep 18 16:01:18 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18763
18764         * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
18765         (LIB_SPEC): Likewise.
18766         (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
18767         Reindent -YP/-p/-pg.
18768         Copied from config/sparc/sol2.h.
18769
18770 Sat Sep 18 11:52:43 1999  Richard Henderson  <rth@cygnus.com>
18771
18772         * c-pragma.c (mark_align_stack): New.
18773         (init_pragma): New.
18774         * c-pragma.h (init_pragma): Declare it.
18775         * c-lex.c (init_parse): Call it.
18776
18777 Sat Sep 18 15:20:38 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18778
18779         * configure.in: Pick up thread library on Solaris/x86 just
18780         like on Solaris/sparc.
18781         * configure: Rebuilt.
18782
18783 Sat Sep 18 11:15:58 1999  Alex Samuel  <samuel@codesourcery.com>
18784
18785         * rtl.h (global_rtx_index): New enum.
18786         (global_rtl): Change to array of rtx.
18787         (pc_rtx, cc0_rtx): Redefine accordingly.
18788         (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
18789         (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
18790         (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
18791         (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
18792         (const_int_rtx): Change to array of rtx.
18793         (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
18794         accordingly.
18795         * emit-rtl.c (global_rtl): Change to array of rtx.
18796         (const_int_rtx): Change to aray of rtx.
18797         (gen_rtx_CONST_INT): Redefine accordingly.
18798         (init_emit_once): Allocate and initialize global_rtl.  Likewise
18799         for const_int_rtx.  Add both as GC roots.
18800         * genattrtab.c (global_rtl): Update declaration.
18801
18802 1999-09-17  Ulrich Drepper  <drepper@cygnus.com>
18803
18804         * Makefile (USER_H): Add iso646.h back.
18805
18806 Sat Sep 18 01:07:21 1999  Jeffrey A Law  (law@cygnus.com)
18807
18808         * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
18809         zapping the LOG_LINKS of sched_before_next_call.
18810
18811         * pa.h (INSN_SETS_ARE_DELAYED): Delete.
18812         * pa.c (insn_refs_are_delayed): Renamed from
18813         insn_sets_and_refs_are_delayed.
18814
18815 Fri Sep 17 15:19:01 1999  Mark Mitchell  <mark@codesourcery.com>
18816
18817         * functiion.h (struct function): Add x_whole_function_mode_p.
18818         (retrofit_block): Declare.
18819         * function.c (retrofit_block): New function.
18820         (identify_blocks): Add assertions.  Allow an incomplete set of
18821         block notes if we're still generating code for the function.
18822         * integrate.c: Include loop.h.
18823         (expand_inline_function): Call find_loop_tree_blocks to map block
18824         notes to blocks when in whole-function mode.  Use retrofit_block
18825         to insert new BLOCKs for the inlined function, rather than
18826         insert_block.
18827         * stmt.c (expand_fixup): Likewise.  Don't use pushlevel/polevel.
18828         * Makefile.in (integrate.o): Depend on loop.h.
18829
18830 Fri Sep 17 15:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
18831
18832         * tree.h (warn_about_unused_variables): Declare.
18833         * stmt.c (warn_about_unused_variables): New function, split out
18834         from ...
18835         (expand_end_bindings): Here.
18836
18837 Fri Sep 17 15:07:37 1999  Mark Mitchell  <mark@codesourcery.com>
18838
18839         * stmt.c (preserve_subexpressions_p): Don't crash when
18840         current_function->stmt is unset.
18841
18842 Fri Sep 17 15:03:16 1999  Mark Mitchell  <mark@codesourcery.com>
18843
18844         * stmt.c (expand_start_bindings): Allow callers to pass a flag
18845         indicating that no NOTE_INSN_BLOCK_BEG note is required.
18846         (expand_start_target_temps): Use it.
18847         * except.c (expand_eh_region_start_for_decl): Likewise.
18848         * expr.c (expand_expr): Likewise.
18849
18850 Fri Sep 17 15:05:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
18851
18852         * fold-const.c (operand_equal_p): Pay attention to side effects.
18853
18854 Fri Sep 17 11:14:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
18855
18856         * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
18857         * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
18858
18859         * tlink.c (scan_linker_output): Look for keywords before accepting
18860         a mangled name in quotes.
18861
18862 Thu Sep 16 16:47:08 1999  Richard Henderson  <rth@cygnus.com>
18863
18864         * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
18865         * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
18866
18867 Thu Sep 16 16:35:41 1999  Richard Henderson  <rth@cygnus.com>
18868
18869         * alpha.md: Revert Thu Nov 26 change that came in through the
18870         last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
18871         Avoid earlyclobber when possible.
18872
18873 Thu Sep 16 18:44:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18874
18875         * libgcc2.c (__do_global_ctors): Call atexit with one arg.
18876
18877         * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
18878         Define HAVE_ON_EXIT.
18879
18880 Thu Sep 16 18:06:35 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18881
18882         * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros.  Use
18883         CTYPE_CONV in all ctype macros.
18884
18885         * cccp.c (initialize_char_syntax): Use uppercase ctype macro
18886         from system.h.
18887
18888         * cexp.y (initialize_random_junk): Likewise.
18889
18890         * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
18891
18892         * i370.c (handle_pragma): Likewise.
18893
18894         * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
18895
18896         * v850.c (override_options): Likewise.
18897
18898         * doprint.c (_doprnt): Likewise.
18899
18900         * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
18901         Likewise.
18902
18903         * fixinc/server.c (load_data): Likewise.
18904
18905         * fold-const.c (real_hex_to_f): Likewise.
18906
18907         * genattr.c (write_upcase, gen_attr): Likewise.
18908
18909         * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
18910         write_upcase): Likewise.
18911
18912         * genemit.c (print_code): Likewise.
18913
18914         * genopinit.c (gen_insn): Likewise.
18915
18916         * genpeep.c (print_code): Likewise.
18917
18918         * genrecog.c (print_code): Likewise.
18919
18920         * optabs.c (init_libfuncs): Likewise.
18921
18922 Thu Sep 16 14:03:32 1999  Mark Mitchell  <mark@codesourcery.com>
18923
18924         * haifa-sched.c (sched_analyze): Keep the list of notes organized
18925         in pairs.
18926         (reemit_notes): Likewise.
18927
18928 Thu Sep 16 11:50:52 1999  Alex Samuel  <samuel@codesourcery.com>
18929
18930         * ggc.h (ggc_root): Move to ggc-common.c.
18931         (roots): Remove.
18932         (ggc_mark_rtx, ggc_mark_tree): Change to macro.
18933         (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
18934         (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
18935         (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
18936         * ggc-common.c (ggc_root): Move from ggc.h.
18937         (roots): Declare, static.
18938         (ggc_mark_rtx, ggc_mark_tree): Renamed to...
18939         (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
18940         null or check/set mark bit.
18941         (ggc_mark_roots): New.
18942         * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
18943
18944 Thu Sep 16 11:37:32 1999  Richard Henderson  <rth@cygnus.com>
18945
18946         * m32r.c: Include toplev.h.
18947         (*): Add ATTRIBUTE_UNUSED as needed to arguments.
18948         (gen_compare): Rename swap_p to must_swap to match uses.
18949         Add default abort case.
18950         (m32r_output_function_epilogue): Remove unused variables.
18951         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
18952         * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
18953         define to empty parameter list.  Update all uses.
18954         (predicate decls): Use enum machine_mode not int.
18955         * m32r.md (movsi): Call abort, not fatal_insn.
18956         (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
18957
18958 1999-09-14  Andrew Haley  <aph@cygnus.com>
18959
18960         * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
18961         use $0 instead of 0.
18962
18963 Thu Sep 16 10:53:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18964
18965         * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
18966         computation out of loop over hard regs.
18967
18968 Wed Sep 15 21:37:06 1999  Mark Mitchell  <mark@codesourcery.com>
18969
18970         * function.c (identify_blocks): Don't shadow a variable in an
18971         outer scope.
18972         * integrate.c (integrate_decl_tree): Don't use pushlevel,
18973         pushdecl, or poplevel to build up the new BLOCK tree.
18974         (expand_inline_function): Likewise.
18975         (integrate_parm_decls): Likewise.
18976
18977 Wed Sep 15 21:20:38 1999  Mark Mitchell  <mark@codesourcery.com>
18978
18979         * c-typeck.c (qualify_type): Merge qualifiers from both types.
18980
18981 1999-09-15  Brad Lucier  <lucier@math.purdue.edu>
18982
18983         * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
18984         * invoke.texi: Document this change.
18985
18986 Wed Sep 15 17:56:00 1999  Richard Henderson  <rth@cygnus.com>
18987
18988         * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
18989         Free the struct.
18990         (mark_emit_status): Renamed from mark_emit_state.
18991         * except.c (mark_eh_status): Renamed from mark_eh_state.
18992         Check not null before marking.
18993         (free_eh_status): New.
18994         * expr.c (mark_expr_status, free_expr_status): New.
18995         * function.c (free_machine_status): New.
18996         (free_after_parsing): New.
18997         (free_after_compilation): Move bits to free_after_parsing; call
18998         free_eh_status, free_expr_status; zero the marked members of the
18999         function state.
19000         (prepare_function_start): No can_garbage_collect.
19001         Call init_eh_for_function.
19002         (expand_dummy_function_end): Free up current_function state.
19003         (mark_function_status): Renamed from mark_function_state.
19004         (mark_function_chain): No can_garbage_collect.  Call mark_expr_status.
19005         * function.h (struct function): No can_garbage_collect.
19006         (free_machine_status, free_after_parsing): Declare.
19007         (free_eh_status, free_expr_status): Declare.
19008         * ggc.h (mark_expr_status): Declare.
19009         * stmt.c (free_stmt_status): Free the struct.
19010         (mark_stmt_status): Renamed from mark_stmt_state.
19011         (init_stmt): Don't call init_eh.
19012         (init_stmt_for_function): Don't call init_eh_for_function.
19013         * toplev.c (compile_file): Call init_eh.
19014         (rest_of_compilation): Free basic block info before ggc_collect.
19015         Call free_after_parsing; conditionally call free_after_compilation.
19016         * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
19017         Check not null before marking.
19018         (free_varasm_status): Don't check DECL_DEFER_OUTPUT.  Free the struct.
19019
19020 Wed Sep 15 17:53:16 1999  Richard Henderson  <rth@cygnus.com>
19021
19022         * c-lex.c (yylex): Initialize warn.
19023
19024 Wed Sep 15 18:35:38 1999  Jeffrey A Law  (law@cygnus.com)
19025
19026         * pa.c (emit_move_sequence): Properly set the mode of the scratch
19027         register when performing secondary reloads for the SAR register.
19028
19029 Wed Sep 15 15:51:52 1999  Mark Mitchell  <mark@codesourcery.com>
19030
19031         * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
19032         (NOTE_BLOCK): New macro.
19033         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
19034         * function.h (identify_blocks): Change prototype.
19035         * function.c (identify_blocks): Simplify.
19036         (reorder_blocks): Likewise.
19037         * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
19038         NOTE_INSN_BLOCK_{BEG,END}.
19039         * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
19040         the list of saved notes if the note isn't a
19041         NOTE_INSN_BLOCK_{BEG,END}.
19042         (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
19043         NOTE_BLOCK_NUMBER.
19044         (reemit_notes): Adjust recreation of notes to reflect new saved
19045         note structure.
19046         * print-rtl.c (print_rtx): Print the address of the BLOCK when
19047         printing a block note.
19048         * stmt.c (block_vector): Remove.
19049         (find_loop_tree_blocks): Simplify.
19050         (unroll_block_trees): Likewise.
19051         * tree.h (reorder_block): Change prototype.
19052
19053 Wed Sep 15 14:39:35 1999  Jason Merrill  <jason@yorick.cygnus.com>
19054
19055         * gbl-ctors.h: Lose HAVE_ATEXIT.  Don't define ON_EXIT.
19056         * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
19057         (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
19058         (__do_global_dtors): Likewise.  Don't mess with _exit_dummy_decl.
19059         (atexit, exit): Simplify.
19060         * tm.texi: Document NEED_ATEXIT and ON_EXIT.  Remove HAVE_ATEXIT.
19061         * config/lots: Remove defns of HAVE_ATEXIT.
19062
19063 Wed Sep 15 10:25:12 1999  Mark Mitchell  <mark@codesourcery.com>
19064
19065         * calls.c (precompute_arguments): Fix typo in comment.
19066         * expr.c (preexpand_calls): Don't preexpand the cleanup in a
19067         TARGET_EXPR.
19068
19069 Wed Sep 15 09:59:59 1999  Mark Mitchell  <mark@codesourcery.com>
19070
19071         * dsp16xx.c (override_options): Fix typos in GC root registration.
19072
19073 Wed Sep 15 15:23:28 1999  Philip Blundell  <pb@nexus.co.uk>
19074
19075         * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
19076         from config/svr4.h.
19077         (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
19078         (FUNCTION_PROFILER): Redefine appropriately for Linux.
19079         (CC1_SPEC): Likewise.
19080
19081 Wed Sep 15 10:09:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19082
19083         * genattr.c (main): Add extern prototype.  Call return, not exit.
19084         * genattrtab.c (main): Likewise.
19085         * gencheck.c (main): Likewise.
19086         * gencodes.c (main): Likewise.
19087         * genconfig.c (main): Likewise.
19088         * genemit.c (main): Likewise.
19089         * genextract.c (main): Likewise.
19090         * genflags.c (main): Likewise.
19091         * gengenrtl.c (main): Likewise.
19092         * genopinit.c (main): Likewise.
19093         * genoutput.c (main): Likewise.
19094         * genpeep.c (main): Likewise.
19095         * genrecog.c (main): Likewise.
19096
19097         * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
19098         * genattrtab.c (get_insn_name): Likewise.
19099         * gencodes.c (get_insn_name): Likewise.
19100         * genconfig.c (get_insn_name): Likewise.
19101         * genemit.c (get_insn_name): Likewise.
19102         * genextract.c (get_insn_name): Likewise.
19103         * genflags.c (get_insn_name): Likewise.
19104         * genopinit.c (get_insn_name): Likewise.
19105         * genpeep.c (get_insn_name): Likewise.
19106
19107         * gencheck.c (usage): Add static prototype.
19108         * genextract.c (print_path): Constify a char*.
19109         * genopinit.c (optabs): Likewise.
19110         * genoutput.c (operand_data, data, output_predicate_decls,
19111         compare_operands): Likewise.
19112         * genrecog.c (write_tree): Add default case in switch.
19113
19114 Wed Sep 15 09:59:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19115
19116         * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
19117
19118         * print-rtl.c (get_insn_name): Remove prototype.
19119
19120         * toplev.h (progname): Declare const.
19121
19122         * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
19123         init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
19124         dump_sched_info, dump_local_alloc, regset_release_memory,
19125         print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
19126         error_with_file_and_line, error_with_decl, error_for_asm, error,
19127         fatal, warning_with_file_and_line, warning_with_decl, warning,
19128         pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
19129         Remove redundant prototypes.
19130
19131         (notice, check_lang_option, report_file_and_line, vnotice,
19132         mark_file_stack): Add static prototype.
19133         (set_fatal_function): Add prototype.
19134         (vnotice, report_file_and_line, set_fatal_function,
19135         check_lang_option): Constify a char*.
19136         (main): Prototype.  Call return, not exit.
19137
19138 Wed Sep 15 09:50:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19139
19140         * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
19141
19142         * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
19143
19144         * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
19145
19146         * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
19147
19148 Wed Sep 15 11:04:43 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19149
19150         * function.c (assign_parms): Delete arg SECOND_TIME.  Don't test it,
19151         behave as if it's zero in all cases.
19152         (expand_function_start): Adjust call to assign_parms.
19153         * tree.h (assign_parms): Adjust prototype.
19154         * objc/objc-act.c (hack_method_prototype): Adjust call to
19155         assign_parms.
19156
19157 Tue Sep 14 21:47:06 1999  Jeffrey A Law  (law@cygnus.com)
19158
19159         * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
19160         arg_pointer_rtx fixed if the argument pointer register is
19161         not fixed.
19162         (NONZERO_BASE_PLUS_P): Likewise.
19163
19164 Tue Sep 14 20:26:02 1999  Richard Henderson  <rth@cygnus.com>
19165
19166         * rtl.def (match_insn, match_insn2): Remove match_insn; rename
19167         match_insn2 to match_insn.
19168         * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
19169
19170 Tue Sep 14 20:10:29 1999  Richard Henderson  <rth@cygnus.com>
19171
19172         * Makefile.in (USER_H): Remove va-foo.h.
19173
19174         * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
19175         va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
19176         va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
19177         va-spur.h,va-v850.h}: Remove.
19178
19179 Tue Sep 14 19:43:16 1999  Richard Henderson  <rth@cygnus.com>
19180
19181         * sparc/sparc.md (eligible_for_return_delay): New attribute.
19182         (in_return_delay): Use it instead of match_insn.
19183
19184 Tue Sep 14 23:05:37 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19185
19186         * config/alpha/va_list.h (va-alpha.h): Do not include.
19187         (__gnuc_va_list): Typedef as in varargs.h.
19188
19189 Tue Sep 14 18:14:03 1999  Richard Henderson  <rth@cygnus.com>
19190
19191         * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
19192         DECL_LIVE_RANGE_RTL.
19193
19194 Tue Sep 14 16:47:08 1999  Mark Mitchell  <mark@codesourcery.com>
19195
19196         * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
19197         not NOTE_BLOCK_NUMBER.
19198         (expand_eh_region_end): Likewise.
19199         (find_exception_handler_labels): Likewise.
19200         (scan_region): Likewise.
19201         (exception_optimize): Likewise.
19202         (update_rethrow_references): Likewise.
19203         (set_insn_eh_region): Likewise.
19204         * final.c (final_scan_insn): Likewise.
19205         * flow.c (make_edges): Likewise.
19206         * integrate.c (expand_inline_function): Likewise.
19207         * print-rtl.c (print_rtx): Likewise.
19208
19209 Tue Sep 14 16:30:16 1999  Richard Henderson  <rth@cygnus.com>
19210
19211         * ginclude/stdarg.h, ginclude/varargs.h: Implement in
19212         terms of builtin functions and types.
19213
19214         * mips.c (mips_build_va_list): New.
19215         (mips_va_start, mips_va_arg): New.
19216         * mips.h (BUILD_VA_LIST_TYPE): New.
19217         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19218
19219         * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
19220         (sh_build_va_list, sh_va_start, sh_va_arg): New.
19221         * sh.h (BUILD_VA_LIST_TYPE): New.
19222         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19223
19224 Tue Sep 14 16:20:24 1999  Richard Henderson  <rth@cygnus.com>
19225
19226         * recog.h (struct recog_data): Make dup_num, operand_address_p,
19227         n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
19228         (struct insn_data): Likewise with n_operands, n_dups,
19229         n_alternatives, output_format.
19230         * regclass.c (scan_one_insn): Cast n_operands to int before
19231         arithmetic inside comparison.
19232
19233 Tue Sep 14 15:13:36 1999  Richard Henderson  <rth@cygnus.com>
19234
19235         * toplev.c (compile_function): Unconditionally emit nop.
19236
19237 Tue Sep 14 14:41:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19238
19239         * haifa-sched.c (actual_hazard): Move declaration of variable
19240         `this_cost' into the scope where it is used.
19241
19242 Tue Sep 14 14:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19243
19244         * c-pragma.c (handle_pragma_token): Wrap variables `name' and
19245         `value' in HANDLE_PRAGMA_WEAK.  Wrap variable `align' in
19246         HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
19247
19248         * genrecog.c (make_insn_sequence): Call memset, not bzero.
19249
19250         * jump.c (find_insert_position): Don't declare or define unless
19251         !HAVE_conditional_arithmetic.
19252         (returnjump_p_1, delete_prior_computation): Add static prototypes.
19253
19254         * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
19255
19256         * recog.c (offsettable_address_p): Prototype function pointer.
19257         (preprocess_constraints): Call memset, not bzero.
19258
19259         * tree.c (tree_node_kind_names): Constify a char*.  Make static.
19260         (gcc_obstack_init): Don't declare.
19261         (fix_sizetype): Add static prototype.
19262         (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
19263         (tree_cons): Call memset, not bzero.
19264
19265         * varasm.c (remove_from_pending_weak_list): Wrap declaration and
19266         definition in macro ASM_WEAKEN_LABEL.
19267         (mark_const_hash_entry): Add static prototype.
19268
19269 Tue Sep 14 12:22:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19270
19271         * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
19272
19273         * unroll.c (find_common_reg_term, subtract_reg_term,
19274         loop_find_equiv_value): Add static prototypes.
19275         (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
19276         (copy_loop_body): Remove unreachable break statement.
19277
19278         * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
19279
19280         * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
19281
19282 Tue Sep 14 15:28:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19283
19284         Undo some changes from the gcc2 merge:
19285         * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
19286         * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
19287         pointers.
19288
19289         Undo this change:
19290         Sat Oct  3 07:20:28 1998  Stephen L Moshier  <moshier@world.std.com>
19291         * emit-rtl.c (gen_lowpart_common): Disable optimization of
19292         initialized float-int union if the value is a NaN.
19293
19294 Tue Sep 14 04:03:44 1999  Mumit Khan  <khan@xraylith.wisc.edu>
19295
19296         * gthr-win32.h: New file.
19297
19298         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
19299         shared as a valid attribute.
19300         * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
19301         * extend.texi: Document `shared' variable attribute.
19302
19303 Tue Sep 14 04:01:46 1999  Loren Rittle  <ljrittle@acm.org>
19304
19305         * configure.in: Handle --enable-threads on FreeBSD.
19306         * configure: Rebuit.
19307
19308 Tue Sep 14 03:58:44 1999  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
19309
19310         * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
19311         thread support.
19312         * configure: Rebuilt.
19313
19314 Tue Sep 14 03:47:23 1999  Joel Sherrill <joel@OARcorp.com>
19315                           Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
19316                           Rosimildo DaSilva <rdasilva@connecttel.com>
19317
19318         * configure.in (m68k-*-rtemscoff*): Added.
19319         * configure.in (mips64orion-*-rtems*): Converted to ELF.
19320         * configure.in (sparc-*-rtemsaout*): Added as alias for old
19321         sparc-rtems configuration.
19322         * configure.in (sparc-*-rtemself*): Added.
19323         * configure.in (sparc-*-rtems*): Now ELF not a.out.
19324         * config/i386/rtems.h: Added comment.
19325         * config/sparc/rtemself.h: New file.
19326
19327         * configure.in (m68k-rtemself): Added.
19328         * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
19329         and DWARF_DEBUGGING_INFO.
19330         * config/m68k/crti.s: New file.
19331         * config/m68k/crtn.s: New file.
19332         * config/m68k/t-crtstuff: New file.
19333         * config/m68k/rtemself.h: New file.
19334
19335         * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
19336         global ctor/dtor and C++ exception handling.
19337         * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
19338         for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
19339         ENDFILE_SPEC.
19340         * config/i386/t-rtems-i386: New File.
19341
19342 Tue Sep 14 09:47:41 1999  Andreas Schwab  <schwab@suse.de>
19343
19344         * stmt.c (expand_end_case): Return right away if the case stack is
19345         empty.
19346
19347 Tue Sep 14 01:47:19 1999  Jeffrey A Law  (law@cygnus.com)
19348
19349         * Makefile.in (version.c): Remove rule incorrectly brought in from
19350         the gcc2 merge.
19351
19352 Tue Sep 14 01:42:27 1999  Marc Espie <espie@cvs.openbsd.org>
19353
19354         * Makefile.in:  Prepend $(SHELL) to move-if-change calls.
19355         * msdos/top.sed:  Take into account a prepended $(SHELL) to
19356         move-if-change.
19357         * winnt/config-nt.sed:  Likewise.  Kill bogus substitution.
19358
19359         * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
19360
19361 Tue Sep 14 01:38:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
19362
19363         * regmove.c (fixup_match_1): Don't change an unchanging register.
19364         (stable_but_for_p): Renamed to:
19365         (stable_and_no_regs_but_for_p).  Reject unchanging registers too.
19366         Changed all callers.
19367
19368 Tue Sep 14 01:33:15 1999  Andreas Schwab  <schwab@suse.de>
19369
19370         * loop.c (strength_reduce): Don't call reg_used_between_p if the
19371         insn from BL2 is after the insn from BL.
19372
19373 Mon Sep 13 21:06:01 1999  Richard Henderson  <rth@cygnus.com>
19374
19375         * recog.h (INSN_OUTPUT_FORMAT_*): New.
19376         (struct insn_data): Merge `template' and `outfun' into `output'.
19377         Add `output_format'.
19378         * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
19379         (struct data): Remove `outfun'; add `output_format'.
19380         (name_for_index): Remove declaration.
19381         (output_insn_data): Handle output formats.
19382         (process_template): Emit the bare array for @.
19383         (gen_expand, gen_split): Set output_format to NONE.
19384         * output.h (get_insn_template): Declare.
19385         * final.c (get_insn_template): New.
19386         (final_scan_insn): Use it.
19387         * toplev.c (compile_file): Likewise.
19388
19389         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19390         * i860/i860.c (output_delayed_branch): Likewise.
19391         (output_delay_insn): Likewise.
19392
19393 1999-09-13  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19394
19395         * rtl.c (obstack_alloc_rtx): Removed.
19396
19397 1999-09-13 17:03 -0700  Zack Weinberg  <zack@bitmover.com>
19398
19399         * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
19400
19401 Mon Sep 13 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
19402
19403         * i386.c (call_insn_operand): Reject const_int.
19404         (expander_call_insn_operand): Use call_insn_operand.
19405
19406 Mon Sep 13 17:44:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19407
19408         * gcc.c (getrusage): Wrap prototype arguments in PROTO().
19409
19410 1999-09-13 12:18 -0700  Zack Weinberg  <zack@bitmover.com>
19411
19412         * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
19413         Use DImode operation.
19414
19415 1999-09-13 12:13 -0700  Zack Weinberg  <zack@bitmover.com>
19416
19417         * gcc.c: Include sys/resource.h.
19418         (report_times): New flag.
19419         (execute):  If report_times is set, calculate and report the
19420         CPU time consumed by each subprocess.
19421
19422         (rus, prus): New globals.
19423         (option_map): Add --time.
19424         (display_help): Document -time.
19425         (process_command): Set report_times if -time is given.
19426         Turn off -pipe if -time is given.
19427
19428         * invoke.texi: Document new option -time.
19429
19430         * configure.in: Check for getrusage.  Check if we have to
19431         prototype getrusage.
19432         * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
19433         * configure: Regenerate.
19434         * config.in: Regenerate.
19435
19436 Mon Sep 13 12:57:06 1999  Dave Brolley  <brolley@cygnus.com>
19437
19438         * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
19439         fields.
19440
19441 Mon Sep 13 10:01:33 1999  Nick Clifton  <nickc@cygnus.com>
19442
19443         * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
19444         appropriate) if FINE_GRAINED_LIBRARIES is not defined.
19445         (nan): Return _thenan_sf or _thenan_df as appropriate.
19446         (L_thenan_sf): Define _thenan_sf.
19447         (L_thenan_df): Define _thenan_df.
19448
19449         * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
19450         (DPBIT_FUNCS): Add _thenan_df.
19451
19452 Mon Sep 13 09:38:53 1999  Andreas Schwab  <schwab@suse.de>
19453
19454         * tree.c (fix_sizetype):  Exchange the types for TYPE_SIZE and
19455         TYPE_SIZE_UNIT.
19456
19457 Sun Sep 12 23:28:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19458
19459         * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
19460
19461         * gcc.h: New file.
19462         (lang_specific_driver): Don't take a function pointer parameter.
19463         All callers changed.
19464
19465         * gcc.c: Include gcc.h.
19466         (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
19467         lang_specific_extra_outfiles, fatal): Don't declare.
19468         (multilib_defaults_raw): Constify.
19469         (read_specs): Call memset, rather than bzero.
19470         (main): Call return, not exit.
19471         (lookup_compiler): Call memcpy, not bcopy.
19472         (fatal): Make extern.
19473
19474         * cppspec.c: Include gcc.h.
19475         (lang_specific_driver): Initialize variable `quote'.  Constify a
19476         char*.  All calls to the function pointer parameter now
19477         explicitly call `fatal'.
19478
19479         * gccspec.c (lang_specific_driver): Include gcc.h.
19480
19481 Sun Sep 12 19:52:10 1999  Richard Earnshaw <rearnsha@arm.com>
19482
19483         * arm.c (note_invalid_constants): Use recog_data.operand_type
19484         for recog_op_type.
19485
19486 Sun Sep 12 15:53:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19487
19488         * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
19489         Declare.
19490
19491         * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
19492         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19493         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19494         reload_secondary_in_reload, reload_secondary_out_reload,
19495         reload_secondary_in_icode, reload_secondary_out_icode,
19496         reload_reg_rtx, reload_when_needed): Delete declarations.
19497         (struct reload): New structure.
19498         (rld): Declare new array.
19499         * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
19500         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19501         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19502         reload_secondary_in_reload, reload_secondary_out_reload,
19503         reload_secondary_in_icode, reload_secondary_out_icode,
19504         reload_reg_rtx, reload_when_needed): Delete definitions.
19505         (rld): New array.
19506         (whole file): Replace uses of the deleted arrays with uses of rld.
19507         * reload1.c (whole file): Replace uses of the deleted arrays with
19508         uses of rld.
19509         (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
19510         explicit loops, not with bcopy.
19511
19512 Sun Sep 12 05:00:24 1999  Richard Henderson  <rth@cygnus.com>
19513
19514         * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
19515         insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
19516         insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
19517         insn_name): Delete and consolidate into new structures.
19518         (insn_operand_predicate_fn): New.
19519         (insn_output_fn): New.
19520         (insn_gen_fn): New.
19521         (struct insn_operand_data): New.
19522         (struct insn_data): New.
19523         (insn_data): New.
19524         (OUT_FCN): Update for insn_data change.
19525         * builtins.c (expand_builtin_strlen): Likewise.
19526         (expand_builtin_memcmp): Likewise.
19527         * combine.c (make_extraction, simplify_comparison): Likewise.
19528         * cse.c (canon_reg, cse_insn): Likewise.
19529         * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
19530         * expmed.c (store_bit_field, extract_bit_field): Likewise.
19531         (emit_store_flag): Likewise.
19532         * expr.c (convert_move, emit_block_move): Likewise.
19533         (clear_storage, emit_push_insn, expand_increment): Likewise.
19534         (do_store_flag): Likewise.
19535         * expr.h (GEN_FCN): Likewise.
19536         (insn_gen_function): Die.
19537         * final.c (final_scan_insn): Update for insn_data change.
19538         (output_asm_name): Likewise.
19539         * function.c (fixup_var_refs_1): Likewise.
19540         * loop.c (check_dbra_loop): Likewise.
19541         * optabs.c (expand_binop, expand_twoval_binop): Likewise.
19542         (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
19543         (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
19544         (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
19545         * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
19546         * regmove.c (gen_add3_insn): Likewise.
19547         * reload.c (push_secondary_reload, combine_reloads): Likewise.
19548         (find_reloads, find_reloads_address_1): Likewise.
19549         (debug_reload_to_stream): Likewise.
19550         * reload1.c (emit_reload_insns, gen_reload): Likewise.
19551         * stmt.c (expand_end_case): Likewise.
19552         * toplev.c (compile_file): Likewise.
19553
19554         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19555         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19556
19557         * print-rtl.c (insn_name_ptr): Remove declaration.
19558         (get_insn_name): Declare.
19559         (print_rtx): Use it.
19560         * genoutput.c (insn_name_ptr): Remove.
19561         (next_operand_number): New.
19562         (struct operand_data): New.
19563         (null_operand, odata, odata_end): New.
19564         (struct data): Use struct operand_data.
19565         (idata, idata_end): Renamed from insn_data and end_of_insn_data.
19566         (get_insn_name): Renamed from name_for_index.
19567         (output_prologue): Define NO_MD_PROTOTYPES.
19568         (output_predicate_decls): Break out from output_epilogue.
19569         Iterate over the operands list.
19570         (output_operand_data): Break out from output_epilogue.  Emit
19571         just the operands list.
19572         (output_insn_data): Break out from output_epilogue.  Emit just
19573         the insn data.
19574         (output_epilogue): Remove.
19575         (output_get_insn_name): New.
19576         (constraints, op_n_alternatives, predicates, address_p): Die.
19577         (modes, strict_low, seen): Die.
19578         (scan_operands): Take new param `d' instead of writing to
19579         seven global variables.
19580         (compare_operands): New.
19581         (place_operands): New.
19582         (validate_insn_alternatives): Update for struct data change.
19583         (gen_insn): Don't zero or copy 7 global arrays.  Update for
19584         scan_operands; call place_operands.
19585         (gen_peephole, gen_expand, gen_split): Likewise.
19586         (main): Update for new output routines.
19587
19588         * genattr.c (insn_name_ptr): Remove.
19589         (get_insn_name): New function.
19590         * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
19591         * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
19592         * genrecog.c: Likewise.
19593
19594         * alpha.md (adddi3): Make `pattern' array static.
19595
19596 Sun Sep 12 22:05:21 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19597
19598         * config/c4x/c4x.h (c4x_rpts_cycles_string,
19599         c4x_cpu_version_string): Constify char *.
19600         * config/c4x/c4x.c (c4x_rpts_cycles_string,
19601         c4x_cpu_version_string): Likewise.
19602
19603 Sat Sep 11 23:28:33 1999  Richard Henderson  <rth@cygnus.com>
19604
19605         * tree.c (save_tree_status): Revert 10 Sep change.
19606         (restore_tree_status): Likewise.  Call obstack_free with NULL
19607         before freeing the obstack proper.
19608
19609 Sat Sep 11 23:23:46 1999  Richard Henderson  <rth@cygnus.com>
19610
19611         * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
19612
19613         * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
19614         surrounding context.
19615
19616 Sat Sep 11 19:52:43 1999  Mark Mitchell  <mark@codesourcery.com>
19617
19618         * tree.c (type_hash_canon): Put all types in the hash-table, when
19619         GC'ing.
19620
19621 Sat Sep 11 18:37:04 1999  Richard Henderson  <rth@cygnus.com>
19622
19623         * recog.h (struct recog_data, recog_data): New.
19624         (recog_foo variables): Kill.
19625         * recog.c (recog_operand, recog_operand_loc): Kill.
19626         (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
19627         (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
19628         (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
19629         (recog_data): Define.
19630         (extract_insn): Update all recog_foo references to use recog_data.
19631         (preprocess_constraints, constrain_operands): Likewise.
19632         * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
19633         * genattrtab.c (main): Likewise.
19634         * genextract.c (main): Likewise.
19635         * genoutput.c: Likewise.
19636         * genrecog.c (write_subroutine, main): Likewise.
19637         * local-alloc.c (block_alloc): Likewise.
19638         * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
19639         * regclass.c (scan_one_insn, record_reg_classes): Likewise.
19640         * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
19641         * reload.c (find_reloads, find_reloads_toplev): Likewise.
19642         * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
19643         (reload_cse_simplify_operands): Likewise.
19644
19645         * arc/arc.c (arc_final_prescan_insn): Likewise.
19646         * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
19647         * h8300/h8300.c (notice_update_cc): Likewise.
19648         * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
19649         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19650         * mn10200/mn10200.c (notice_update_cc): Likewise.
19651         * mn10300/mn10300.c (notice_update_cc): Likewise.
19652         * romp/romp.c (update_cc): Likewise.
19653         * sparc/sparc.c (check_pic): Likewise.
19654         * v850/v850.c (notice_update_cc): Likewise.
19655
19656         * genemit.c (main): Don't declare recog_operand.
19657
19658 Sat Sep 11 12:41:55 1999  Alex Samuel  <samuel@codesourcery.com>
19659
19660         * ggc.h (rtvec_def): Forward declare.
19661         (tree_node): Likewise.
19662         (ggc_root): Define.
19663         (roots): Declare.
19664         (ggc_set_mark_rtx): Add prototype.
19665         (ggc_set_mark_rtvec): Likewise.
19666         (ggc_set_mark_tree): Likewise.
19667         * ggc-simple.c (ggc_root): Don't define.
19668         (roots): Don't declare.
19669         (ggc_mark_rtx): Remove.
19670         (ggc_mark_rtvec): Likewise.
19671         (ggc_mark_tree): Likewise.
19672         (ggc_mark_varray): Likewise.
19673         (ggc_mark_tree_hash_table_entry): Likewise.
19674         (ggc_mark_tree_hash_table): Likewise.
19675         (ggc_set_mart_rtx): New function.
19676         (ggc_set_mark_rtvec): Likewise.
19677         (ggc_set_mark_tree): Likewise.
19678         (ggc_add_root): Remove.
19679         (ggc_add_rtx_root): Likewise.
19680         (ggc_remove_tree_root): Likewise.
19681         (ggc_add_string_root): Likewise.
19682         (ggc_add_tree_varray_root): Likewise.
19683         (ggc_add_tree_hash_table_root): Likewise.
19684         (ggc_del_root): Likewise.
19685         (ggc_mark_rtx_ptr): Likewise.
19686         (ggc_mark_tree_ptr): Likewise.
19687         (ggc_mark_string_ptr): Likewise.
19688         (ggc_mark_tree_varray_ptr): Likewise.
19689         (ggc_mark_tree_hash_table_ptr): Likewise.
19690         * ggc-common.c: New file.
19691         * Makefile.in (OBJS): Add ggc-common.o.
19692         (ggc-common.o): List dependencies.
19693
19694 1999-09-10 22:37 -0700  Zack Weinberg  <zack@bitmover.com>
19695
19696         * cppalloc.c (xstrdup): Use memcpy.
19697         * cpperror.c (cpp_print_containing_files): Don't use
19698         cpp_notice.
19699         * cpplib.c (conditional_skip): Set temp->lineno.
19700         (do_endif): Make error message less obscure.
19701         (if_directive_name): New function.
19702         (cpp_get_token [case EOF]): Unwind the if stack and generate
19703         error messages for each unterminated conditional in this file.
19704         (parse_string):  Do not behave differently if -traditional.
19705
19706 Fri Sep 10 14:04:07 1999  Richard Henderson  <rth@cygnus.com>
19707
19708         * builtins.c (expand_builtin_va_arg): Cope with an array-type
19709         va_list decomposing to pointer-type.
19710         * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
19711         (rs6000_va_arg): Likewise.
19712
19713 Fri Sep 10 13:21:21 1999  Jim Wilson  <wilson@cygnus.com>
19714
19715         * except.c (start_dynamic_handler): Compute size using
19716         STACK_SAVEAREA_MODE.
19717
19718 Fri Sep 10 16:01:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19719
19720         * protoize.c: Remove various __STDC__ and POSIX hacks.  Don't
19721         include directory headers.  Don't define strrchr.  Don't provide
19722         my_* replacement functions.  Prefer PTR over `pointer_type'.
19723         Don't prototype system functions.  Don't redefine getopt.
19724
19725         (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
19726         safe_read, safe_write, save_pointers, restore_pointers,
19727         is_id_char, in_system_include_dir, directory_specified_p,
19728         file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
19729         find_corresponding_lparen, referenced_file_is_newer,
19730         save_def_or_dec, munge_compile_params, gen_aux_info_file,
19731         process_aux_info_file, identify_lineno, check_source,
19732         seek_to_line, forward_to_next_token_char, output_bytes,
19733         output_string, output_up_to, other_variable_style_function,
19734         find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
19735         do_processing, is_syscalls_file, rename_c_file, find_extern_def,
19736         find_static_definition, connect_defs_and_decs, add_local_decl,
19737         add_global_decls, needs_to_be_converted, visit_each_hash_node,
19738         add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
19739         edit_fn_declaration, edit_formals_lists, edit_fn_definition,
19740         scan_for_missed_items, edit_file, string_list_cons): Add static
19741         prototypes.
19742         (standard_exec_prefix, target_machine, target_version,
19743         default_syscalls_dir, string_list, string_list_cons, find_file,
19744         do_cleaning): Constify a char*.
19745         (safe_read, safe_write): Use PTR, not a char*.
19746         (is_id_char): Take an int, not a char.
19747         (main): Add prototype.  Call return, not exit.
19748
19749 Fri Sep 10 16:48:26 1999  Andrew Haley  <aph@cygnus.com>
19750
19751         * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
19752         when comparing types.
19753
19754 Fri Sep 10 08:43:32 1999  Richard Henderson  <rth@cygnus.com>
19755
19756         * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
19757         (strength_reduce): Release the varrays from the no-bivs early exit.
19758
19759         * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
19760         the loop over the registers.
19761
19762         * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
19763         for a new obstack.
19764         (restore_tree_status): Check that instead when freeing the obstack.
19765
19766 Wed Sep  8 16:12:04 1999  Andrew Haley  <aph@cygnus.com>
19767
19768         * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
19769         as pointers.
19770
19771 Fri Sep 10 11:58:55 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19772
19773         * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall.  Fix some
19774         operand size modifiers.
19775
19776 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19777
19778         * c-common.c (c_common_nodes_and_builtins): Don't build
19779         va_list_type_node.
19780         * c-common.h (enum c_tree_index and related accesor macros): Remove
19781         everything now declared in tree.h.
19782         * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19783         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
19784         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
19785         (error_mark_node, void_type_node, char_type_node, integer_type_node,
19786         unsigned_type_node, ptr_type_node, va_list_type_node,
19787         integer_zero_node, null_pointer_node, integer_one_node): Delete.
19788         (init_decl_processing): Call build_common_tree_nodes and
19789         build_common_tree_nodes_2 instead of building their nodes here.
19790         Don't add roots for these nodes.
19791         * stor-layout.c (size_zero_node, size_one_node): Delete.
19792         (set_sizetype): Make a new node for bitsizetype each time.
19793         * tree.c (global_trees): New variable.
19794         (init_obstacks): Add a gc root for it.
19795         (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19796         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
19797         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
19798         (build_common_tree_nodes): New function.
19799         (fix_sizetype): New function.
19800         (build_common_tree_nodes_2): New function.
19801         * tree.h (enum tree_index): New.
19802         (global_trees): Declare.
19803         Add accessor macros for all nodes now moved to global_trees.
19804         Delete their declarations.
19805
19806 Thu Sep  9 20:15:46 1999  Richard Henderson  <rth@cygnus.com>
19807
19808         * c-decl.c (finish_function): When processing a nested function,
19809         push and pop GC context around rest_of_compilation.
19810
19811 Thu Sep  9 16:42:06 1999  Richard Henderson  <rth@cygnus.com>
19812
19813         * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
19814         Default ix86_arch to PROCESSOR_I386.
19815         * i386.h (CC1_CPU_SPEC): Don't add -march=foo.  Remove -mno-foo.
19816         (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
19817         (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
19818         (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
19819         __tune_foo__ if no -mcpu.  Make -mcpu=bar define __tune_bar__.
19820         (EXTRA_SPECS): Remove deleted specs.
19821
19822 Thu Sep  9 16:03:06 1999  Richard Henderson  <rth@cygnus.com>
19823
19824         * function.c (assign_stack_local_1): Allocate from
19825         function->x_frame_offset, not frame_offset.
19826
19827 Thu Sep  9 14:36:31 1999  Mark Mitchell  <mark@codesourcery.com>
19828
19829         * ggc.h (lang_cleanup_tree): Remove.
19830         * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
19831         * ggc-callbacks.c (lang_cleanup_tree): Remove.
19832
19833         * c-decl.c (finish_struct): Use ggc_alloc to allocate
19834         TYPE_LANG_SPECIFIC when garbage collecting.
19835         (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
19836         (lang_cleanup_tree): Remove.
19837
19838 Thu Sep  9 14:23:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
19839
19840         * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
19841         * crtstuff.c: Not here.
19842         * dwarf2out.c: Or here.
19843         * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
19844         info.
19845
19846 Thu Sep  9 09:40:58 1999  Mark Mitchell  <mark@codesourcery.com>
19847
19848         * function.h (free_after_compilation): Remove decl parameter.
19849         (free_varasm_status0: Likewise.
19850         (free_emit_status): Likewise.
19851         (free_stmt_status): Likewise.
19852         (free_after_compilation): Likewise.
19853         (init_lang_status): New variable.
19854         (free_lang_status): Likewise.
19855         * emit-rtl.c (free_emit_status): Make decl parameter implicit.
19856         * function.c (init_lang_status): New variable.
19857         (free_lang_status): Likewise.
19858         (push_function_context_to): Don't set function::decl here.
19859         (free_after_copmilation): Make decl parameter implicit.  Call
19860         free_lang_status if defined.
19861         (prepare_function_start): Call init_lang_status if defined.
19862         (init_function_start): Set function::decl here.
19863         * profile.c (output_func_start_profiler): Don't call pushdecl
19864         until we've actually started the function.
19865         * stmt.c (free_stmt_status): Make decl parameter implicit.
19866         * toplev.c (rest_of_compilation): Don't pass decl to
19867         free_after_compilation.
19868         * varasm.c (free_varasm_status): Likewise.
19869
19870 Thu Sep  9 17:23:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19871
19872         * except.c (call_get_eh_context): Add root when allocating static
19873         tree variable.
19874
19875 Thu Sep  9 15:24:59 BST 1999  Richard Earnshaw <rearnsha@arm.com>
19876
19877         * arm.c: Include "ggc.h".
19878         (arm_add_gc_roots): New function.
19879         (arm_override_options): Call it.
19880         (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
19881
19882         * arm.md (define_asm_attributes): Add a pool_range attribute.
19883
19884 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
19885
19886         * extend.texi (Volatiles): New node.
19887
19888 Thu Sep  9 03:37:31 1999  Richard Henderson  <rth@cygnus.com>
19889
19890         * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
19891         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
19892         (struct ggc_any): Replace `mark' with `magic_mark'.
19893         (ggc_alloc_string): Use memcpy, not bcopy.
19894         (ggc_alloc_any): Set magic_mark.  Update bytes_alloced_since_gc.
19895         (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
19896         (ggc_free_any): New.
19897         (ggc_mark_string): Use IGNORE_MARK.  Calc back to struct gcc_string.
19898         (ggc_mark): Use IGNORE_MARK.  Abort if magic doesn't match.
19899         (ggc_collect): Re-enable collection avoidance.  Use GGC_ANY_MARK.
19900         Use IS_MARKED. Use ggc_free_any.
19901
19902 1999-09-09  Scott Bambrough <scottb@netwinder.org>
19903
19904         * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
19905
19906 Thu Sep  9 01:55:21 1999  Richard Henderson  <rth@cygnus.com>
19907
19908         * toplev.c (main): Always init_ggc.
19909
19910 Wed Sep  8 23:53:22 1999  Richard Henderson  <rth@cygnus.com>
19911
19912         * except.c (find_all_handler_type_matches): Free the list if
19913         we found no matches.
19914
19915         * combine.c (SUBST): Break out to a real function do_SUBST.
19916         (SUBST_INT): Likewise.
19917         * gcse.c (free_pre_mem): Free `temp_bitmap'.
19918         (pre_insert): Free `inserted'.
19919         * loop.c (basic_induction_var): Always set `location'.
19920
19921         * function.c (expand_function_end): Add initial_trampoline as a root.
19922         * rtl.h (init_varasm_once): Declare.
19923         * toplev.c (compile_file): Call it.
19924         * ggc-simple.c (ggc_mark_string_ptr): New.
19925         (ggc_add_string_root): New.
19926         (ggc_collect): Disable collection avoidance temporarily.
19927         * ggc.h (ggc_add_string_root): Declare.
19928         * except.c (create_rethrow_ref): Use ggc_alloc_string.
19929         * optabs.c (init_libfuncs): Likewise.
19930         * varasm.c (named_section): Use ggc_alloc_string.
19931         (make_function_rtl): Likewise.
19932         (make_decl_rtl): Likewise.
19933         (assemble_static_space): Likewise.
19934         (assemble_trampoline_template): Likewise.
19935         (output_constant_def): Likewise.
19936         (force_const_mem): Likewise.
19937         (mark_const_hash_entry): New.
19938         (mark_pool_sym_hash_table): New.
19939         (mark_varasm_state): Use it.
19940         (init_varasm_once): New.
19941
19942         * expr.h (init_one_libfunc): Declare.
19943         * optabs.c (init_one_libfunc): New.
19944         (init_optabs): Use it.
19945         * config/gofast.h: Likewise.
19946         * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
19947         * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
19948
19949 Thu Sep  9 13:46:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
19950
19951         * Makefile.in (cppexp.o): Depend on cpphash.h.
19952         * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
19953         Include cpphash.h.
19954         * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
19955         * cpplib.c (do_define): Generalise to handle poisoned definitions,
19956         redefining poisoned identifiers, etc.
19957         (do_undef): Don't allow poisoned identifiers to be undefined.
19958         (do_pragma): Add #pragma poison.
19959         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
19960
19961         * cccp.c: Add T_POISON node type.
19962         (special_symbol): Handle `defined(xxx)' and plain `xxx' for
19963         poisoned xxx.
19964         (do_define): Generalise to handle poisoned definitions,
19965         redefining poisoned identifiers, etc.
19966         (do_undef): Don't allow poisoned identifiers to be undefined.
19967         (do_pragma): Add #pragma poison.
19968         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
19969
19970         * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
19971         * c-pragma.h: Add ps_poison state.  We now always have generic
19972         pragmas.
19973
19974 Wed Sep  8 20:30:42 1999  Mark Mitchell  <mark@codesourcery.com>
19975
19976         * ggc.h (ggc_alloc): New function.
19977         (ggc_mark): Likewise.
19978         * ggc-simple.c (ggc_any): New structure.
19979         (ggc_status): Add anys.
19980         (n_anys_collected): New variable.
19981         (ggc_alloc): Define.
19982         (ggc_mark): Likewise.
19983         (ggc_collect): Collect the anys.
19984
19985 Wed Sep  8 20:15:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19986
19987         * c-decl.c (mark_binding_level): Make static to match prototype.
19988
19989 Wed Sep  8 16:41:27 1999  Richard Henderson  <rth@cygnus.com>
19990
19991         * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
19992
19993 Wed Sep  8 16:07:52 1999  Richard Henderson  <rth@cygnus.com>
19994
19995         * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
19996         will use into account.  Expand the max width to 5.
19997         * rtl.c: Likewise.
19998
19999 Wed Sep  8 16:01:14 1999  Richard Henderson  <rth@cygnus.com>
20000
20001         * ggc-simple.c (ggc_free_rtx): Poison the correct amount
20002         for the rtx length.
20003
20004 Wed Sep  8 15:23:54 1999  Richard Henderson  <rth@cygnus.com>
20005
20006         * alpha.md (call value patterns): Remove the result predicates.
20007
20008 Wed Sep  8 13:35:38 1999  Richard Henderson  <rth@cygnus.com>
20009
20010         * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
20011         last change.
20012
20013 Wed Sep  8 15:32:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20014
20015         * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
20016         changed from extern char *, to extern PTR.  Also fix typo in
20017         NEED_DECLARATION_REALLOC test.
20018
20019         * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
20020
20021 Wed Sep  8 11:40:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20022
20023         * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
20024         ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
20025         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
20026         ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
20027
20028         * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
20029
20030         * cccp.c (pcfinclude): Likewise.
20031
20032         * global.c (allocno_compare): Likewise.
20033
20034         * haifa-sched.c (rank_for_schedule): Likewise.
20035
20036         * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
20037
20038         * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
20039
20040         * stupid.c (stupid_reg_compare): Likewise.
20041
20042         * tree.c (_obstack_allocated_p): Likewise.
20043
20044         * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
20045
20046 1999-09-08  Bruce Korb  autogen@linuxbox.com
20047
20048         * Makefile.in: Give the hapless gperf user a hint about
20049         why "gperf -F" fails.
20050
20051 Wed Sep  8 04:43:22 1999  Richard Henderson  <rth@cygnus.com>
20052
20053         * lists.c: Include ggc.h.
20054         (zap_lists): New.
20055         (init_EXPR_INSN_LIST_cache): Install it.
20056
20057         * ggc-simple.c (init_ggc): Absorb the old init.
20058         (ggc_push_context): Use xcalloc.
20059         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
20060         (ggc_collect): Add [rvts] tags to the collection stats.
20061
20062 Wed Sep  8 11:14:25 1999  Andreas Schwab  <schwab@suse.de>
20063
20064         * cccp.c (main): Fix handling of -include and -imacros options.
20065
20066 Wed Sep  8 02:23:08 1999  Jeffrey A Law  (law@cygnus.com)
20067
20068         * cpplib.c (cpp_push_buffer): Fix order of arguments.
20069
20070 Wed Sep  8 04:44:09 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20071
20072         * rtl.h (obstack_alloc_rtx): Removed, it's now static in
20073         genrtl.c.
20074
20075 Wed Sep  8 00:33:43 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
20076
20077         * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
20078         * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
20079         and SET_DEST. Update comment.
20080
20081 Wed Sep  8 18:55:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20082
20083         * config/c4x/c4x.c: Include ggc.h.
20084         (c4x_add_gc_roots): New function.
20085         (c4x_override_options): Call c4x_add_gc_roots.
20086
20087 Wed Sep  8 00:00:16 1999  Richard Henderson  <rth@cygnus.com>
20088
20089         * defaults.h (TARGET_ESC): Move ...
20090         * system.h: ... here, where Linas had it in the first place.  Silly me.
20091
20092 Tue Sep  7 23:46:35 1999  Linas Vepstas  <linas@linas.org>
20093
20094         * c-common.c: Use ISGRAPH, ISLOWER, toupper.
20095         * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
20096         genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
20097         * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
20098         * defaults.h (TARGET_ESC): Add default.
20099
20100 Tue Sep  7 23:36:59 1999  Linas Vepstas  <linas@linas.org>
20101
20102         * configure.in: add i370-*-openedition, i370-*-mvs and
20103         i370-*-linux targets
20104
20105 Tue Sep  7 23:31:53 1999  Mark Mitchell  <mark@codesourcery.com>
20106
20107         * dsp16xxx.c: Include ggc.h
20108         (override_options): Mark GC roots.
20109         * mn10200.c: Include ggc.h.
20110         (asm_file_start): Mark GC roots.
20111         * tahoe.c: Include ggc.h.
20112         (extensible_operand): Mark GC roots.
20113
20114 Tue Sep  7 23:23:15 1999  Linas Vepstas  <linas@linas.org>
20115
20116         * README: Add section discussing status of ELF ABI.
20117         * i370.c: Fix misc spelling mistakes.
20118         (i370_label_scan): Updated notes, exception handling.
20119         (i370_function_prolog): Simplify ELF stack handling.
20120         * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
20121         (STACK_GROWS_DOWNWARD): ELF stack grows down.
20122         (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
20123         * i370.md: (movdi): Add notes.
20124         (floatsidf2): Use stack not rtca for scratch float area.
20125         (iorsi3): Correct operand constraints.
20126         * x-oe: Restore TAROUTOPTS which are used by pax.
20127
20128 Tue Sep  7 22:39:18 1999  Mark Mitchell  <mark@codesourcery.com>
20129
20130         * rs6000.c: Include ggc.h.
20131         (rs6000_add_gc_roots): New function.
20132         (override_options): Call it.
20133
20134 Tue Sep  7 22:09:03 1999  Richard Henderson  <rth@cygnus.com>
20135
20136         * alpha.h (alpha_compare): New.
20137         (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
20138         * alpha.c: Likewise for the definitions.
20139         (alpha_emit_conditional_branch): Update for alpha_compare.
20140         (alpha_emit_conditional_move): Likewise.
20141         * alpha.md (cmpdf, cmpdi): Likewise.
20142         (setcc patterns): Likewise.  Zero alpha_compare after use.
20143         (sne): Optimize (x != 0) into (0U < x).
20144
20145 Tue Sep  7 21:55:02 1999  Richard Henderson  <rth@cygnus.com>
20146
20147         * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
20148         (struct machine_function): Declare; add eh_epilogue_sp_ofs.
20149         (INIT_EXPANDERS): Remove.
20150         * alpha.c: Include ggc.h.
20151         (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
20152         (alpha_init_machine_status, alpha_mark_machine_status): New.
20153         (override_options): Install them.
20154         (struct machine_function): Moved to alpha.h.
20155         (alpha_save_machine_status, alpha_restore_machine_status): Remove.
20156         (alpha_init_expanders): Remove.
20157         (alpha_return_addr): Adjust to use current_function->machine.
20158         (alpha_ra_ever_killed): Likewise.
20159         (alpha_expand_epilogue): Likewise.
20160         * alpha.md (eh_epilogue): Likewise.
20161
20162 Wed Sep  8 14:34:42 1999  Ian Piumarta  <piumarta@prof.inria.fr>
20163                           Melissa O'Neill  <oneill@cs.sfu.ca>
20164                           Geoffrey Keating  <geoffk@cygnus.com>
20165
20166         * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
20167         call-used registers (call-saved registers must still be contiguous
20168         and end with r31, of course).
20169
20170 Tue Sep  7 21:41:38 1999  Richard Henderson  <rth@cygnus.com>
20171
20172         * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
20173         (self_promoting_type_p): Delete.
20174         (self_promoting_args_p): Move ...
20175         * c-common.c: ... here.
20176         (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
20177         (simple_type_promotes_to): New.
20178         * builtins.c (lang_type_promotes_to): New.
20179         (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
20180         * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
20181         * c-common.h: ... here.
20182         (self_promoting_args_p, simple_type_promotes_to): Declare.
20183         * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
20184         (grokdeclarator): Likewise.
20185         * tree.h (lang_type_promotes_to): Declare.
20186
20187 Tue Sep  7 17:15:21 1999  Mark Mitchell  <mark@codesourcery.com>
20188
20189         Add some machine-dependent GC roots.
20190         * sparc.c: Include ggc.h.
20191         (sparc_add_gc_roots): New function.
20192         (mark_ultrasparc_pipeline_state): Likewise.
20193         (override_options): Call sparc_add_gc_roots.
20194         * pa.c: Include ggc.h.
20195         (pa_add_gc_roots): New function.
20196         (mark_deferred_plabels): Likewise.
20197         (override_options): Call pa_add_gc_roots.
20198         * mips.c: Include ggc.h.
20199         (mips_add_gc_roots): New function.
20200         (override_options): Use it.
20201
20202 Tue Sep  7 11:39:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20203
20204         * cpperror.c (cpp_file_line_for_message): Constify a char*.
20205
20206         * cppexp.c (parse_number, parse_charconst, cpp_lex,
20207         cpp_parse_expr): Add static prototypes.
20208         (parse_charconst): Don't cast away const-ness.
20209         (token): Constify a char*.
20210
20211         * cppfiles.c (file_name_list, include_hash, find_include_file,
20212         finclude, initialize_input_buffer): Constify a char*.
20213         (file_cleanup, find_position): Add static prototypes.
20214
20215         * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
20216         collect_expansion): Add static prototypes.
20217         (cpp_install, create_definition, monthnames): Constify a char*.
20218
20219         * cpphash.h (cpp_install): Likewise.
20220
20221         * cppinit.c (known_suffixes, default_include,
20222         dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
20223         (base_name, dump_special_to_buffer, initialize_dependency_output):
20224         Add static prototypes.
20225
20226         * cpplib.c (my_strerror): Constify a char*.
20227         (null_underflow, null_cleanup, skip_comment, copy_comment,
20228         copy_rest_of_line, handle_directive, pass_thru_directive,
20229         get_directive_token, read_line_number, cpp_print_file_and_line,
20230         v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
20231         v_cpp_warning_with_line, detect_if_not_defined,
20232         consider_directive_while_skipping): Add static prototypes.
20233         (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
20234         cpp_pedwarn_with_file_and_line): Constify a char*.
20235
20236         * cpplib.h (cpp_options, include_hash, progname, definition,
20237         cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
20238         check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
20239         find_include_file, deps_output, include_hash): Constify a char*.
20240
20241         * cppmain.c (progname): Constify.
20242         (main): Add prototype.  Use return, not exit.
20243
20244         * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
20245         recognized_macro, check_macro_names, read_scan_file, write_rbrac,
20246         inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
20247         check_protection): Add static prototype.
20248         (xfree): Remove.
20249         (progname, recognized_macrom, recognized_extern): Constify a char*.
20250         (main): Add prototype.
20251
20252         * gen-protos.c (progname): Constify a char*.
20253
20254 Tue Sep  7 00:47:52 1999  Mark Mitchell  <mark@codesourcery.com>
20255
20256         * emit-rtl.c (free_emit_status): Take decl as a parameter.
20257         (init_emit_once): Add more GC roots.
20258         * except.c (mark_func_eh_entry): New function.
20259         (mark_eh_node): Mark false_label and rethrow_label.
20260         (init_eh): Add more GC roots.
20261         * function.c (free_after_compilation): Take decl as a paramter.
20262         Call free_stmt_status.
20263         (mark_function_state): Don't assume x_parm_reg_stack_loc is
20264         non-NULL.
20265         * function.h (free_after_compilation): Change prototype.
20266         (free_varasm_status): Likewise.
20267         (free_emit_status): Likewise.
20268         (free_stmt_status): New function.
20269         * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
20270         Remove, replacing with ...
20271         (ggc_status): New structure.
20272         (ggc_chain): New variable.
20273         (init_gcc): Define.
20274         (ggc_push_context): New function.
20275         (ggc_pop_context): Likewise.
20276         (ggc_alloc_rtx): Adjust for use of ggc_chain.
20277         (ggc_alloc_rtvec): Likewise.
20278         (ggc_alloc_tree): Likewise.
20279         (ggc_alloc_string): Likewise.
20280         (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
20281         (ggc_mark_tree): Give language-dependent code a chance to mark
20282         `x' nodes.
20283         (ggc_mark_tree_varray): Handle empty arrays.
20284         (ggc_collect): Adjust for use of ggc_chain.  Clear
20285         bytes_alloced_since_last_gc.
20286         * ggc.h (ggc_pop_context): New function.
20287         (ggc_push_context): Likewise.
20288         * print-tree.c (print_node): Don't print obstacks when GC'ing.
20289         * stmt.c (free_stmt_status): New function.
20290         (init_stmt_for_function): Clear last_expr_value.
20291         * toplev.c (rest_of_compilation): Always call free_after_compilation.
20292         Conditionalize call to ggc_collect.
20293         (main): Call init_ggc.
20294         * tree.c (push_obstacks): Do the push, even when GC'ing.
20295         (push_obstacks_nochange): Likewise.
20296         (pop_obstacks): Liekwise.
20297         * varasm.c (free_varasm_status): Take decl as a parameter.
20298
20299 Tue Sep  7 08:15:49 1999  Gavin Romig-Koch  <gavin@cygnus.com>
20300
20301         * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
20302         (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
20303         * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
20304         * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
20305
20306 Tue Sep  7 03:42:45 1999  Mark Klein (mklein@dis.com)
20307
20308         * pa/x-pa-mpeix: New file for the MPE port.
20309
20310         * pa/quadlib.asm: New file for long double support.
20311
20312         * configure.in: Add hppa1.0-*-mpeix for MPE port.
20313         * configure: Rebuilt.
20314
20315 Tue Sep  7 10:08:40 1999  Andreas Schwab  <schwab@suse.de>
20316
20317         * final.c (shorten_branches): Fix last change.
20318
20319 Tue Sep  7 00:30:32 1999  Jeffrey A Law  (law@cygnus.com)
20320
20321         * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
20322
20323 Mon Sep  6 22:44:47 1999  Jeffrey A Law  (law@cygnus.com)
20324
20325         * Merge from gcc2 snapshot Jan 9, 1999.  See FSFChangeLog for
20326         details.
20327
20328 Mon Sep  6 22:31:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20329
20330         * c-aux-info.c (concat): Don't define.
20331
20332         * cccp.c (my_strerror): Likewise.  All callers changed to use
20333         xstrerror instead.
20334         (do_include): Call xstrdup, not xmalloc/strcpy.
20335         (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
20336         (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
20337
20338         * collect2.c (my_strsignal): Likewise.  All callers changed to use
20339         strsignal instead.
20340         (locatelib): Call xstrdup, not xmalloc/strcpy.
20341
20342         * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
20343
20344         * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
20345
20346         * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
20347
20348         * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
20349
20350         * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
20351
20352         * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
20353
20354         * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
20355         malloc/realloc.
20356         (find_all_handler_type_matches): Likewise.  Don't check return
20357         value.
20358         (get_new_handler, init_insn_eh_region, process_nestinfo): Call
20359         xmalloc, not malloc.
20360         (init_eh_nesting_info): Likewise.  Call xcalloc, not xmalloc/bzero.
20361
20362         * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
20363         (init_spec): Call xcalloc, not xmalloc/bzero.
20364         (set_spec): Call xstrdup, not save_string.
20365         (record_temp_file): Call xstrdup, not xmalloc/strcpy.
20366         (find_a_file): Call xstrdup, not xmalloc/strcpy.
20367         (process_command): Call xstrdup, not save_string.
20368         (main): Call xcalloc, not xmalloc/bzero.
20369
20370         * gcov.c (xmalloc): Don't define.
20371         (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
20372         (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
20373         (output_data): Call xcalloc, not xmalloc/bzero.
20374
20375         * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
20376
20377         * mips-tdump.c (xmalloc): Don't define.
20378         (print_symbol): Call xmalloc, not malloc.
20379         (read_tfile): Call xcalloc, not calloc.
20380
20381         * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
20382         Don't define.  All callers of xfree/my_strsignal changed to use
20383         free/strsignal instead.
20384         (allocate_cluster): Call xcalloc, not calloc.
20385
20386         * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
20387         Fix memory leak, free allocated memory.
20388
20389         * prefix.c (translate_name): Call xstrdup, not save_string.
20390         (update_path): Likewise.
20391
20392         * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
20393
20394         * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
20395         Don't define.  Callers of xfree/savestring2 changed to use
20396         free/concat instead.
20397
20398         * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
20399         (init_elim_table): Likewise.
20400
20401         * resource.c (init_resource_info): Likewise.
20402
20403         * stupid.c (stupid_life_analysis): Likewise.
20404
20405         * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
20406         (open_dump_file): Call concat, not xmalloc/strcpy/...
20407         (clean_dump_file): Likewise.
20408         (compile_file): Call xstrdup, not xmalloc/strcpy.
20409
20410 Mon Sep  6 15:04:55 1999  Richard Henderson  <rth@cygnus.com>
20411
20412         * v850.h (EXPAND_BUILTIN_VA_ARG): New.
20413         * v850.c (v850_va_arg): New.
20414
20415 Tue Sep  7 09:36:01 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20416
20417         * haifa-sched.c: Tidy comments.
20418
20419 Mon Sep  6 14:30:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20420
20421         * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
20422         (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
20423         $(out_object_file)): Depend on ggc.h.
20424         * c-common.c: Include "ggc.h".
20425         (combine_strings): If doing GC, use ggc_alloc_string.
20426         * c-decl.c: Include "ggc.h".
20427         (ggc_p): Define with value 0.
20428         (mark_binding_level): New function.
20429         (init_decl_processing): Add GC roots.
20430         (mark_c_function_context): New function.
20431         (lang_mark_false_label_stack): New function.
20432         (lang_mark_tree): New function.
20433         (lang_cleanup_tree): New function.
20434         * c-lang.c: Include "ggc.h".
20435         (lang_init): Call c_parse_init.
20436         * c-lex.c: Include "ggc.h".
20437         (check_linenum): If doing GC, don't copy filenames to permanent
20438         obstack.
20439         * c-parse.in: Include "ggc.h".
20440         (c_parse_init): New function.
20441         * c-tree.h (c_parse_init, mark_c_function_context): Declare.
20442         * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
20443
20444         * except.c (mark_eh_state): Mark more state.
20445         * function.c (mark_function_state): Likewise.
20446         * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
20447         (ggc_alloc_string) [GGC_DUMP]: Fix typo.
20448         * toplev.c (mark_file_stack): New function.
20449         (compile_file): If doing GC, use ggc_alloc_string on input filename.
20450         (main): Add root for input_file_stack.
20451
20452         * i386.c: Include "ggc.h".
20453         (ix86_mark_machine_status): New function.
20454         (override_options): Set mark_machine_status.
20455
20456 Mon Sep  6 15:26:23 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20457
20458         * tree.c (copy_node): Copy node contents also if doing GC.
20459
20460 Mon Sep  6 08:42:06 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20461
20462         * collect2.c (scan_libraries): Fix double-thinko :-).
20463
20464 Mon Sep  6 02:42:36 1999  Jeffrey A Law  (law@cygnus.com)
20465
20466         * collect2.c (scan_libraries): Fix thinko.
20467
20468         * cse.c (delete_trivially_dead_insns): Do not skip the last
20469         insn if it is a real insn.
20470
20471 Sun Sep  5 18:57:42 1999  Mark Mitchell  <mark@codesourcery.com>
20472
20473         * Makefile.in (ggc-simple.o): Depend on hash.h.
20474         * ggc.h (ggc_add_tree_hash_table_root): Declare.
20475         (ggc_mark_tree_varray): Likewise.
20476         (ggc_mark_tree_hash_table): Likewise.
20477         * ggc-simple.c: Include hash.h.
20478         (ggc_mark_tree_hash_table_ptr): New function.
20479         (ggc_mark_tree_hash_table_entry): Likewise.
20480         (ggc_mark_tree_hash_table): Likewise.
20481         (ggc_add_tree_hash_table_root): Likewise.
20482         * varray.h (const_equiv_data): Use struct rtx_def *, rather than
20483         rtx, when defining fields.
20484
20485 Sun Sep  5 18:57:42 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20486
20487         * profile.c (output_func_start_profiler): Remove apparently
20488         nonsensical call to start_sequence.
20489
20490 Sun Sep  5 17:34:33 1999  Richard Henderson  <rth@cygnus.com>
20491
20492         * clipper/clipper.c (clipper_va_start): Fix typos.
20493
20494         * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
20495         * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
20496         (spur_va_arg): New stub.
20497
20498         * configure.in: Comment out pyramid.
20499
20500 Sun Sep  5 19:11:01 1999  Michael Meissner  <meissner@cygnus.com>
20501
20502         * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
20503         don't conflict with the bits that win32, cygwin, and dgux
20504         defines.
20505
20506 Sun Sep  5 09:31:56 1999  Richard Henderson  <rth@cygnus.com>
20507                           Bernd Schmidt <bernds@cygnus.co.uk>
20508
20509         * integrate.c (function_cannot_inline_p): Do not inline
20510         functions with forced labels.
20511
20512 Sun Sep  5 00:35:17 1999  Richard Henderson  <rth@cygnus.com>
20513                           Bernd Schmidt <bernds@cygnus.co.uk>
20514                           Mark Mitchell  <mark@codesourcery.com>
20515
20516         * Makefile.in (ggc-simple.o): Depend on varray.h.
20517         (rtl.o): Depend on ggc.h.
20518         (genattrtab.o): Depend on ggc.h.
20519         (print-tree.o): Likewise.
20520         (fold-const.o): Likewise.
20521         * emit-rtl.c (sequence_element_free_list): Remove, and all references.
20522         (make_insn_raw): Don't cache insns when GC'ing.
20523         (emit_insn_before): Likewise.
20524         (emit_insn_after): Likewise.
20525         (emit_insn): Likewise.
20526         (start_sequence): Use xmalloc to allocate the sequence_stack.
20527         (end_sequence): Add free to free it.
20528         (gen_sequence): Don't cache insns when GC'ing.
20529         (clear_emit_caches): Don't use sequence_element_free_list.
20530         (init_emit): Use xcalloc, not xmalloc+bzero.
20531         * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
20532         * function.c (pop_function_context_from): Use free to free the
20533         fixup_var_refs_queue.
20534         (put_reg_into_stack): Allocate it with xmalloc.
20535         * genattrtab.c: Include ggc.h.
20536         (operate_exp): Don't use obstack_free when GC'ing.
20537         (simplify_cond): Likewise.
20538         (simplify_text_exp): Likewise.
20539         (optimize_attrs): Likewise.
20540         * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
20541         GC'ing.
20542         (gencode): Generate a #include for ggc.h.
20543         * ggc-callbacks.c (ggc_p): Define it to zero.
20544         * ggc-none.c (ggc_p): Likewise.
20545         * ggc-simple.c: Include varray.h.
20546         (ggc_mark_tree_varray): New function.
20547         (ggc_add_tree_varray_root): Likewise.
20548         (ggc_mark_tree_varray_ptr): Likewise.
20549         * ggc.h (ggc_p): Declare.
20550         (varray_head_tag): Likewise.
20551         (ggc_add_tree_varray_root): Declare.
20552         * print-tree.c (print_node): Don't check for TREE_PERMANENT
20553         inconsistencies when GC'ing.
20554         * rtl.c: Include ggc.h.
20555         (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
20556         (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
20557         (rtx_free): Don't call obstack_free when GC'ing.
20558         * toplev.c (rest_of_compilation): Call ggc_collect after every
20559         pass, if GC'ing.
20560         * tree.c (push_obstacks): Do nothing, if GC'ing.
20561         (pop_obstacks_nochange): Likewise.
20562         (pop_obstacks): Likewise.
20563         (make_node): Use ggc_alloc_tree when GC'ing.
20564         (copy_node): Likewise.
20565         (get_identifier): Use ggc_alloc_string when GC'ing.
20566         (build_string): Likewise.
20567         (make_tree_vec): Use ggc_alloc_tree when GC'ing.
20568         (tree_cons): Likewise.
20569         (build1): Likewise.
20570         (type_hash_canon): Don't call obstack_free when GC'ing.
20571
20572 Sat Sep  4 21:52:32 1999  Richard Henderson  <rth@cygnus.com>
20573
20574         * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
20575         of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
20576
20577 Sat Sep  4 20:40:19 1999  Richard Henderson  <rth@cygnus.com>
20578                           Bernd Schmidt <bernds@cygnus.co.uk>
20579                           Mark Mitchell  <mark@codesourcery.com>
20580
20581         * Makefile.in (stor-layout.o): Depend on ggc.h.
20582         (expr.o): Depend on ggc.h.
20583         (profile.o): Depend on ggc.h.
20584         (stor-layout.o): Depend on ggc.h.
20585         * emit-rtl.c (init_emit_once): Add gc roots.
20586         * expr.c: Include ggc.h.
20587         (emit_block_move): Add gc roots.
20588         (clear_storage): Likewise.
20589         * expr.h (init_stor_layout_once): New function.
20590         * profile.c: Include ggc.h.
20591         (init_arc_profiler): profiler_label is a root.
20592         * scan.c (make_sstring_space): Trust xrealloc to function
20593         correctly with first parameter NULL.
20594         * stor-layout.c: Include ggc.h.
20595         (set_sizetype): Add gc root.
20596         (init_stor_layout_once): New function.
20597         * toplev.c (compile_file): Call it.
20598
20599 Sat Sep  4 19:26:25 1999  Richard Henderson  <rth@cygnus.com>
20600                           Bernd Schmidt <bernds@cygnus.co.uk>
20601                           Mark Mitchell  <mark@codesourcery.com>
20602
20603         * Makefile.in (tree.o): Depend on ggc.h.
20604         (varasm.o): Likewise.
20605         (function.o): Likewise.
20606         (stmt.o): Likewise.
20607         (except.o): Likewise.
20608         (optabs.o): Likewise.
20609         (emit-rtl.o): Likewise.
20610         * emit-rtl.c: Include ggc.h.
20611         (sequence_element_free_list): Remove, and all references.
20612         (mark_sequence): New functions.
20613         (mark_emit_state): New function.
20614         * except.c: Include ggc.h.
20615         (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
20616         (mark_tree_label_node): New functions.
20617         (mark_eh_state): New function.
20618         * function.c: Include ggc.h.
20619         (mark_temp_slot, mark_function_chain): New functions.
20620         (mark_function_state): New function.
20621         (init_function_once): New function.
20622         * function.h (init_function_once): New function.
20623         * ggc-callbacks.c (lang_mark_false_label_stack): New function.
20624         * ggc.h (label_node): Declare.
20625         (eh_status, emit_status, stmt_status, varasm_status): Likewise.
20626         (lang_mark_false_label_stack): New function.
20627         (mark_temp_slot): Remove declaration.
20628         (mark_function_chain): Likewise.
20629         (mark_eh_state): Adjust prototype.
20630         (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
20631         Likewise.
20632         * optabs.c: Include ggc.h.
20633         (mark_optab): New function.
20634         (init_optabs): Add gc roots.
20635         * stmt.c: Include ggc.h.
20636         (mark_cond_nesting, mark_loop_nesting): New functions.
20637         (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
20638         (mark_stmt_state): New function.
20639         * toplev.c (compile_file): Call init_function_once.
20640         * tree.c: Include ggc.h.
20641         (type_hash): Move declaration earlier in file.
20642         (TYPE_HASH_SIZE, type_hash_table): Likewise.
20643         (init_obstacks): Add gc roots.
20644         (mark_type_hash): New function.
20645         * varasm.c: Include ggc.h.
20646         (mark_pool_constant): New function.
20647         (mark_varasm_state): New function.
20648
20649 Sat Sep  4 22:28:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20650
20651         * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
20652
20653 Sat Sep  4 18:01:45 1999  Bernd Schmidt <bernds@cygnus.co.uk>
20654
20655         * c-decl.c (struct language_function): Renamed from struct c_function.
20656         Delete elt NEXT.
20657         (c_function_chain): Delete.
20658         (push_c_function_context): New arg F.  Don't warn about nested
20659         functions here.  Fill LANGUAGE elt of F.  Delete code to update
20660         c_function_chain.  Don't call push_function_context.
20661         (pop_c_function_context): New arg F.  Restore from there instead of
20662         from c_function_chain.  Don't call pop_function_context.  Clear out
20663         LANGUAGE field of F when done.
20664         * c-lang.c: Include "function.h"
20665         (lang_init): Initialize save_lang_status and restore_lang_status.
20666         * c-parse.in (nested_function, nested_function_notype): Warn about
20667         nested functions.  Call push_function_context/pop_function_context
20668         instead of the _c_ variants.
20669         * c-tree.h (push_c_function_context, pop_c_function_context): Update
20670         prototype.
20671         * Makefile.in (c-lang.o): Update dependencies.
20672
20673         * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
20674         regno_pointer_flag, regno_pointer_align.
20675         (gen_reg_rtx): Use xrealloc to enlarge them.
20676         (free_emit_status): New function.
20677         * function.c (mark_machine_status, mark_lang_status): New variables.
20678         (assign_stack_local_1): Renamed from assign_outer_stack_local.  Merge
20679         in some bits from assign_stack_local.  All callers changed to use new
20680         name.
20681         (assign_stack_local): Just call assign_stack_local_1.
20682         (free_after_compilation): New function.
20683         (put_reg_into_stack): Simplify to always call assign_stack_local_1.
20684         (trampoline_address): Likewise.
20685         (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
20686         (prepare_function_start): Explicitly clear some more variables.
20687         * function.h (struct function): New elt can_garbage_collect.
20688         (mark_machine_status, mark_lang_status): Declare variables.
20689         (free_after_compilation, free_emit_status, free_varasm_status,
20690         init_varasm_status): Declare functions.
20691         * toplev.c (rest_of_compilation): Call free_after_compilation when
20692         done with the current function.
20693         * varasm.c (free_varasm_status): New function.
20694
20695 Sat Sep  4 17:15:13 1999  Richard Henderson  <rth@cygnus.com>
20696
20697         * sparc.h (EXPAND_BUILTIN_VA_START): Define.
20698         (EXPAND_BUILTIN_VA_ARG): Define.
20699         * sparc.c (sparc_va_start): New.
20700         (sparc_va_arg): New.
20701
20702 Sun Sep  5 11:11:59 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20703
20704         * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
20705
20706 Sun Sep  5 10:13:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20707
20708         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
20709
20710 Sat Sep  4 13:44:01 1999  Mark Mitchell  <mark@codesourcery.com>
20711
20712         * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
20713         (OBJS): Add $(GGC).
20714         (ggc-callbacks.o): New target.
20715         * ggc-callbacks.c: New file.
20716
20717 Sat Sep  4 22:53:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20718
20719         * expr.h: Collapse individual optab and libfunc vars to arrays.
20720         (optab_index, libfunc_index): New enumerations.
20721         (optab_table, libfunc_table): New arrays.
20722         Add accessor macros for both.
20723
20724         * optabs.c (optab_table, libfunc_table): New.
20725         Delete declarations for individual optab and libfunc vars.
20726
20727 Sat Sep  4 12:57:17 1999  Richard Henderson  <rth@cygnus.com>
20728
20729         * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
20730
20731 Sat Sep  4 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
20732
20733         * Makefile.in (GGC, GGC_LIB): New.
20734         (HOST_RTL): Include ggc-none.o.
20735         (ggc-simple.o): New target.
20736         (ggc-none.o): Likewise.
20737         * tree.h (tree_common): Add gc_mark.
20738         * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
20739         (struct rtvec_def): Add gc_mark.
20740         * emit-rtl.c (global_rtl): Update static initializers to contain
20741         enough initializers.
20742         * ggc.h, ggc-none.c, ggc-simple.c: New files.
20743         * toplev.c (gc_time): New variable.
20744         (all_time): New variable.
20745         (compile_file): Print gc time.
20746         (print_time): Calculate percentage of the whole.
20747
20748 Sat Sep  4 13:11:01 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20749
20750         Change obstack memory management and varasm constant pool handling so
20751         that nested functions are treated like any other functions.
20752         * function.c (init_machine_status): New variable.
20753         (push_function_context_to): Set contains_functions for the outer
20754         function.  Don't call save_varasm_status.
20755         (pop_function_context_from): Don't call restore_varasm_status.  Don't
20756         set current_function_contains_functions.
20757         (prepare_function_start): Call init_varasm_status rather than
20758         init_const_rtx_hash_table.  Call (*init_machine_status) if the pointer
20759         is non-null.
20760         * function.h (struct function) Add field varasm.  Delete fields
20761         inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
20762         last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
20763         (init_machine_status): Declare.
20764         (save_varasm_status, restore_varasm_status): Delete declarations.
20765         (save_tree_status, restore_tree_status): Delete last argument.
20766         * integrate.c (initialize_for_inline): Lose arg COPY.  Delete copying
20767         code.  All callers changed.
20768         (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
20769         save_constants_in_decl_trees, restore_constants, save_constants,
20770         save_for_inline_eh_labelmap, save_for_inline_copying): Delete
20771         functions.
20772         (inlining): New variable.
20773         (reg_map, label_map, insn_map, orig_asm_operands_vector,
20774         copy_asm_operands_vector, copy_asm_constraints_vector): Delete
20775         variables.
20776         (save_for_inline_nocopy): Don't save constants.
20777         Don't set inl_emit field in current_function.
20778         (expand_inline_function): Use emit field, not inl_emit, of the inlined
20779         function.  Set new variable inlining before
20780         calling copy_rtx_and_substitute.
20781         (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
20782         constant pool references if inlining is nonzero.
20783         Delete ADDRESS and (most of the) CONST cases.
20784         (output_inline_function): Save and restore current_function/
20785         current_function_decl.  Delete restore_constants code.  Don't call
20786         init_const_rtx_hash_table.
20787         * output.h (init_const_rtx_hash_table): Don't declare.
20788         * rtl.h (struct function): Declare.
20789         (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
20790         * toplev.c (rest_of_compilation): Don't treat nested functions or
20791         functions containing them specially.  Delete all code to deal with
20792         save_for_inline_copying.
20793         * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
20794         inline_obstacks): Delete variables.
20795         (save_tree_status): Lose arg CONTEXT.  All callers changed.
20796         Simply allocate a new function_maybepermanent_obstack for the new
20797         function, delete all the special cases.
20798         Don't save inline_obstacks.
20799         (restore_tree_status): Lose arg CONTEXT.  All callers changed.
20800         Delete special handling for function_maybepermanent_obstack; simply
20801         free it if empty.
20802         Don't restore inline_obstacks.
20803         (permanent_allocation):  Delete code that frees inline_obstacks.
20804         (print_inline_obstack_statistics): Delete function.
20805         (dump_tree_statistics): Don't call it.
20806         * varasm.c (struct varasm_status): New.
20807         (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
20808         last_pool, pool_offset, const_double_chain): Delete global
20809         variables, replace with accessor macros.
20810         (immed_double_const): Don't walk const_double_chain outside a
20811         function, but don't treat nested functions specially anymore.
20812         (immed_real_const_1): Likewise.
20813         (clear_const_double_mem): Don't treat nested functions specially.
20814         (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
20815         (save_varasm_status, restore_varasm_status): Delete functions.
20816         (init_varasm_status): New function.
20817         (force_const_mem): Don't treat nested functions specially.
20818         (find_pool_constant): Accept new arg F, search for constants in
20819         that function's pool rather than the current one.  All callers
20820         changed.
20821         (get_pool_constant_for_function, get_pool_mode_for_function): New
20822         functions.
20823
20824         * i386.c (init_386_machine_status): New function, mostly from
20825         clear_386_stack_locals.
20826         (struct machine_functions): Rename element names to avoid name
20827         clashes.
20828         (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
20829         macros, replacing global variables.
20830         (clear_386_stack_locals, save_386_machine_status,
20831         restore_386_machine_status): Delete functions.
20832         (override_options): Initialize init_machine_status.
20833         * i386.h (INIT_EXPANDERS): Delete macro.
20834         (save_386_machine_status, restore_386_machine_status,
20835         clear_386_stack_locals): Delete declarations.
20836
20837 Sat Sep  4 16:56:28 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20838
20839         * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
20840         (doloop_begin):  Simplify pattern and use emit_jump_insn.
20841         (doloop_end): Simplify pattern, switch operand order,
20842         and use emit_jump_insn.
20843
20844 Fri Sep  3 19:02:38 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20845
20846         * function.h (struct function): Add new element LANGUAGE.
20847         (save_lang_status): Declare new variable.
20848         (restore_lang_status): Likewise.
20849         * function.c (save_lang_status): Define.
20850         (restore_lang_status): Likewise.
20851         (push_function_context_to): Call language-specific save function.
20852         (pop_function_context_from): Call language-specific restore function.
20853
20854 Fri Sep  3 01:16:18 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
20855
20856         * i386.md (movsf_1): Check REG_P before use of REGNO.
20857         (movdf_1): Likewise.
20858         (movxf_1): Likewise.
20859         (extendsfdf2): Likewise.
20860         (extendsfxf2): Likewise.
20861         (extenddfxf2): Likewise.
20862
20863 Sat Sep  4 11:37:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20864
20865         * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
20866         constants into memory.
20867         (c4x_shiftable_constant): New function.
20868         * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
20869         (c4x_shiftable_constant): Declare.
20870         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
20871         ashlqi3_noclobber): Add new patterns and associated splitters.
20872
20873 Fri Sep  3 16:22:17 1999  Richard Henderson  <rth@cygnus.com>
20874
20875         * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
20876         * dwarf2out.c (dwarf2out_frame_init): Likewise.
20877         * final.c (shorten_branches): Likewise.
20878         * global.c (global_alloc): Likewise.
20879         * haifa-sched.c (build_control_flow): Likewise.
20880         * stmt.c (check_for_full_enumeration_handling): Likewise.
20881         (estimate_case_costs): Likewise.
20882
20883 Fri Sep  3 15:49:56 1999  Mark Mitchell  <mark@codesourcery.com>
20884
20885         * rtl.h (RTL_CHECKC2): Fix typo in last change.
20886
20887 Fri Sep  3 15:13:34 1999  Richard Henderson  <rth@cygnus.com>
20888
20889         * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
20890         (recompute_reg_usage): Likewise.
20891         * rtlanal.c (find_regno_fusage): Likewise.
20892
20893         * rtl.c (rtl_check_failed_code1): New function.
20894         (rtl_check_failed_code2): New.
20895         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
20896         (RTL_CHECKC1, RTL_CHECKC2): New.
20897         (XC*): New accessor macros.
20898         (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
20899         (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
20900         (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
20901         (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
20902         (TRAP_*, RANGE_INFO_*): Likewise.
20903
20904 Fri Sep  3 15:10:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20905
20906         * Makefile.in (tlink.o): Don't depend on toplev.h.
20907
20908         * collect2.c (c_file, o_file, export_file, import_file, ldout,
20909         output_file, nm_file_name, ldd_file_name, strip_file_name,
20910         c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
20911         add_prefix, prefix_from_env, prefix_from_string, do_wait,
20912         fork_execute, maybe_unlink, add_to_list,
20913         extract_init_priority, write_list, dump_list,
20914         dump_prefix_list, write_list_with_asm, write_c_file,
20915         write_c_file_stat, write_c_file_glob, scan_prog_file,
20916         scan_libraries, is_in_list, resolve_lib_name, use_import_list,
20917         ignore_library, extract_string, notice, dump_file, target_machine,
20918         collect_wait, collect_execute, libname, locatelib, aix_std_libs,
20919         read_file, print_load_command): Constify a char*.
20920         (fdopen, error, fatal, fatal_perror): Don't prototype.
20921         (my_strerror): Remove.  All callers use xstrerror instead.
20922         (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
20923         (main): Add prototype.  Constify lots of char* ptrs.  Change calls
20924         to xcalloc/strcpy/strcat/...  to one call to concat.
20925         (main, scan_prog_file, scan_libraries): Use an intermediate
20926         `const char **' to build an argv array.
20927         (mapfile, libselect, libcompare, locatelib): Add prototypes.
20928
20929         * collect2.h (collect_execute, collect_wait, dump_file,
20930         file_exists): Constify a char*.
20931         (ldout, c_file_name, temporary_obstack, permanent_obstack,
20932         temporary_firstobj, vflag, debug): Add extern declarations.
20933         (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
20934
20935         * tlink.c: Don't include toplev.h.
20936         (vflag, debug, ldout, c_file_name, temporary_obstack,
20937         permanent_obstack, temporary_firstobj): Don't declare.
20938         (tlink_execute, frob_extension, symbol_hash_lookup,
20939         file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
20940         recompile_files, read_repo_files, demangle_new_symbols,
20941         scan_linker_output): Constify a char*.
20942         (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
20943         do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
20944
20945 Fri Sep  3 18:09:24 1999  Andrew Haley  <aph@cygnus.com>
20946
20947         * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
20948         (relative) rather than jsr (absolute) subroutine call insns.
20949         * config/m68k/m68k-coff.h: Ditto.
20950
20951 Fri Sep  3 17:24:31 1999  Richard Earnshaw <rearnsha@arm.com>
20952
20953         * arm.c (note_invalid_constants): No need to ignore ASMs, we can
20954         now rework these too.
20955         (arm_reorg): If an insn can't reach the end of the current pool,
20956         ensure that we emit that pool before the insn.
20957
20958 Fri Sep  3 09:14:32 1999  Marc Espie <espie@tetto.liafa.jussieu.fr>
20959
20960         * tlink.c (scan_linker_output): Skip the initial underscore in
20961         a mangled name if appropriate.
20962
20963 Fri Sep  3 01:28:33 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20964
20965         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
20966         objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
20967         error_with_ivar, gen_declarator, create_builtin_decl,
20968         my_build_string, generate_descriptor_table, generate_ivars_list,
20969         generate_dispatch_table, check_protocols, TAG_GETCLASS,
20970         TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
20971         dump_base_name, lang_decode_option, build_encode_expr,
20972         start_class, finish_class, encode_pointer, really_start_method,
20973         gen_declaration, dump_interface, handle_class_ref, handle_impent):
20974         Constify.
20975         (objc_demangle, objc_printable_name, generate_struct_by_value_array):
20976         Add static prototypes.
20977         (build_objc_string_decl, build_selector_reference_decl,
20978         encode_bitfield, build_class_reference_decl): Remove unused
20979         parameter, all callers changed.
20980         (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
20981         (objc_printable_name): Likewise.  Change second parameter to type int.
20982         (init_objc): Use memcpy, not bcopy, to avoid casts.
20983
20984 Thu Sep  2 21:49:52 1999  Richard Henderson  <rth@cygnus.com>
20985
20986         * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
20987         reg notes on a deleted insn.
20988         * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
20989
20990 Thu Sep  2 20:18:12 1999  Jeffrey A Law  (law@cygnus.com)
20991
20992         * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
20993
20994 Thu Sep  2 22:00:08 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
20995
20996         * stmt.c (expand_asm_operands): Fix index into inout_mode when
20997         reading it.
20998
20999 Thu Sep  2 13:00:48 1999  Richard Henderson  <rth@cygnus.com>
21000
21001         * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
21002         * tm.texi (MD_ASM_CLOBBERS): Document it.
21003
21004 Thu Sep  2 10:22:40 1999  Richard Henderson  <rth@cygnus.com>
21005
21006         * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
21007         * except.c (expand_rethrow): Remove unused variable.
21008         * expr.c (do_jump_by_parts_greater_rtx): Likewise.
21009         * flow.c (replace_insns): Likewise.
21010         (create_edge_list, verify_edge_list): Likewise.
21011         * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
21012
21013         * genemit.c (gen_expand): Only emit `operands[N]' decl if there
21014         is special code to run.
21015         (main): Don't define operands to emit_operand.
21016         * genrecog.c (main): Don't emit an empty peephole2_insn function.
21017
21018         * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
21019
21020         * alpha/alpha.h (normal_memory_operand): Declare.
21021         (reg_no_subreg_operand): Declare.
21022         * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
21023
21024 Thu Sep  2 10:19:20 1999  Richard Henderson  <rth@cygnus.com>
21025
21026         * c-parse.in (compstmt_primary_start): New, broken out of first
21027         part of compstmt handling in primary.
21028         (primary): Use it.  Add an error clause.
21029         (compstmt_nostart): Renamed from compstmt; remove all
21030         initial invocations of compstmt_start.
21031         (compstmt): New.
21032
21033 Thu Sep  2 01:35:50 1999  Marc Espie <espie@cvs.openbsd.org>
21034
21035         * protoize.c (gen_aux_info_file):  Let pexecute call choose_temp_base if
21036         needed.
21037
21038 Thu Sep  2 00:43:59 1999  Finn Hakansson  <finn@axis.com>
21039
21040         * combine.c (simplify_shift_const): Remove extra semicolon.
21041         * dwarf2out.c (remove_AT): Likewise.
21042         * expmed.c (expand_mult): Likewise.
21043         * gcov.c (create_program_flow_graph): Likewise.
21044         * reorg.c (mostly_true_jump): Likewise.
21045
21046 Thu Sep  2 00:06:43 1999  Jeffrey A Law  (law@cygnus.com)
21047
21048         * fold-const.c (fold_range_test): Do not try to fold the range
21049         test if the rhs or lhs has side effects.
21050
21051         * combine.c (simplify_rtx): Recognize another case of a synthesized
21052         sign extension.
21053
21054         * varasm.c (mark_constant_pool): When marking indirect references,
21055         only look at SYMBOL_REFs.
21056
21057         * except.c (expand_fixup_region_end): Do not peek at
21058         INSN_UID (node->entry->outer_context) for flag_new_exceptions.
21059
21060 Thu Sep  2 13:52:53 1999  Geoffrey Keating  <geoffk@cygnus.com>
21061
21062         * flags.h: New variables align_loops, align_loops_log,
21063         align_jumps, align_jumps_log, align_labels, align_labels_log,
21064         align_functions, align_functions_log.
21065         * toplev.c: Define them.
21066         (f_options): Handle -falign-* when they have no argument.
21067         (main): Add logic to set variables for -falign-functions,
21068         -falign-jumps, -falign-labels, -falign-loops.
21069         Make it -fsched-verbose=<n> and -finline-limit=<n>.
21070         (display_help): Change help to match options.
21071         * final.c (LABEL_ALIGN): Default to align_labels_log.
21072         (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
21073         (LOOP_ALIGN): Default to align_loops_log.
21074         (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
21075         (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
21076         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
21077         * varasm.c (assemble_start_function): Handle align_functions.
21078
21079         * config/sparc/sparc.h: Don't declare sparc_align_*.
21080         Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
21081         (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
21082         sparc.c.
21083         (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
21084         it's a promise.
21085         * config/sparc/sparc.c: Delete sparc_align_loops,
21086         sparc_align_jumps, sparc_align_funcs and the corresponding string
21087         variables.
21088         (sparc_override_options): Default align_functions on ultrasparc.
21089         Delete -malign-* handling.
21090
21091         * config/mips/mips.c (override_options):  On 64-bit targets,
21092         try to align code to 64-bit boundaries.
21093         (print_operand): New substitution, %~,
21094         which aligns labels to align_labels_log.
21095         * config/mips/mips.md (div_trap_normal): Use %~.
21096         (div_trap_mips16): Likewise.
21097         (abssi): Likewise.
21098         (absdi2): Likewise.
21099         (ffssi2): Likewise.
21100         (ffsdi2): Likewise.
21101         (ashldi3_internal): Likewise.
21102         (ashrdi3_internal): Likewise.
21103         (lshrdi3_internal): Likewise.
21104         (casesi_internal): Likewise.
21105
21106 Wed Sep  1 21:13:48 1999  Richard Henderson  <rth@cygnus.com>
21107
21108         Merge new ia32 backend from the branch!
21109
21110         * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
21111         See ChangeLog.P2 on new_ia32_branch for details.
21112
21113         * rtl.h (stack_regs_mentioned_p): Delete prototype.
21114         * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
21115         * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
21116         * i386/gas.h (ASM_FILE_START): Define.
21117         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
21118         for name change of ix86_valid_decl_attribute_p.
21119         (i386_pe_valid_type_attribute_p): Similarly.
21120
21121 Wed Sep  1 18:21:23 1999  Richard Henderson  <rth@cygnus.com>
21122
21123         * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
21124         to step through CC modes.
21125
21126 Wed Sep  1 20:18:06 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
21127
21128         * regmove.c (fixup_match_1): Don't move INSN in front of P if
21129         it would end up in the shadow of a live flags regsiter.
21130
21131 Wed Sep  1 11:32:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21132
21133         * reload1.c: Fix many indentation problems.
21134         * reload.c: Likewise.
21135
21136 Tue Aug 31 22:08:03 1999  Marc Espie <espie@cvs.openbsd.org>
21137
21138         * alias.c (non_local_reference_p): Constify fmt.
21139
21140 Tue Aug 31 23:19:35 1999  Michael Meissner  <meissner@cygnus.com>
21141
21142         * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
21143
21144 Tue Aug 31 16:44:52 1999  Jeffrey A Law  (law@cygnus.com)
21145
21146         * cse.c (delete_trivially_dead_insns): Do not delete stores to
21147         the internal_arg_pointer.
21148
21149 Tue Aug 31 13:35:42 1999  Richard Henderson  <rth@cygnus.com>
21150
21151         Merge peephole2 from new_ia32_branch:
21152         * Makefile.in (STAGESTUFF): Add *.peephole2.
21153         (mostlyclean): Likewise.
21154         (recog.o): Depend on resource.h.
21155
21156         * final.c (peephole): Conditionalize decl on HAVE_peephole.
21157         (final_scan_insn): Likewise for the invocation of peephole.
21158         * genconfig.c (main): Look for peephole and peephole2 patterns.
21159         Emit HAVE_peephole* accordingly.
21160         * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
21161         * flags.h (flag_peephole2): Declare.
21162         * toplev.c: New pass peephole2.  New flag -fpeephole2.
21163
21164         * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
21165         * gencodes.c (main): Likewise.
21166         * genextract.c (main): Likewise.
21167         * genoutput.c (main): Likewise.
21168         * genemit.c (max_operand_1): Look for the max scratch operand.
21169         (gen_rtx_scratch): New.
21170         (gen_exp): Use it, and pass on new arg subroutine_type.
21171         (gen_expand): Take max scratch into account.
21172         (gen_split): Emit peephole2 functions.
21173         (output_peephole2_scratch): New.
21174         (main): Include hard-reg-set.h and resource.h.  Handle peephole2.
21175         * genrecog.c (routine_type): Add PEEPHOLE2.
21176         (IS_SPLIT): New.
21177         (make_insn_sequence): Match outer parallel for peep2.  Discard
21178         top level scratches and dups.
21179         (add_to_sequence): New args insn_type and top.  Update all callers.
21180         Handle toplevel peep2 matching insns.
21181         (write_subroutine): Handle peep2.
21182         (write_tree_1): Likewise.
21183         (write_tree): Likewise.
21184         (main): Likewise.
21185         (change_state): New arg afterward.  Update all callers.
21186         Handle matching separate insns.
21187         * recog.c (recog_next_insn): New.
21188         (peephole2_optimize): New.
21189         * rtl.def (DEFINE_PEEPHOLE2): New.
21190         * resource.c (find_free_register): New argument last_insn.  Use it
21191         to find a register available through the entire span.
21192         * resource.h (find_free_register): Update prototype.
21193
21194 Tue Aug 31 11:51:06 1999  Jim Kingdon  <http://developer.redhat.com>
21195
21196         * i386.c (output_strlen_unroll): Don't write xops[7]
21197         label if it wasn't set.
21198
21199 1999-08-31 12:44 -0700  Zack Weinberg  <zack@bitmover.com>
21200
21201         * cpplib.c (struct directive): Const-ify name pointer and
21202         function pointer prototype.
21203         (validate_else, do_define, do_line, do_include, do_undef,
21204         do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
21205         do_elif, do_endif, do_sccs, do_assert, do_unassert,
21206         do_warning): Const-ify second arg.
21207         (directive_table): Mark const.  Reorder entries by frequency
21208         of usage, record statistics.
21209
21210 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
21211
21212         * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
21213         bounds- check RTL accesses if --enable-checking.
21214         (RTVEC_ELT): Bounds check if --enable-checking.
21215         (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
21216         XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
21217         (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
21218         GET_NUM_ELEM.
21219         (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
21220         X0BBDEF, X0ADVFLAGS):  New macros for accessing '0' slots of RTXes.
21221
21222         (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
21223         (NOTE_SOURCE_FILE): Use X0STR.
21224         (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
21225         MEM_ALIAS_SET): Use X0INT.
21226         (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
21227         JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
21228         Use X0EXP.
21229         * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
21230         * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
21231         (rtl_check_failed_bounds, rtl_check_failed_type1,
21232         rtl_check_failed_type2, rtvec_check_failed_bounds): New
21233         functions.
21234         (fancy_abort): Fix comment.
21235
21236         * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
21237         (cse_insn): Decrement LABEL_NUSES for jump target before
21238         deleting jump insn.
21239         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
21240         * final.c (alter_subreg): Compute regno before changing x to
21241         REG; set REGNO(x) after changing it.
21242         * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
21243         notes containing CONST_INTs.
21244         (delete_eh_regions): Use NOTE_EH_HANDLER.
21245         * function.c (put_reg_into_stack): Make reg a MEM before
21246         initializing it.
21247         (fixup_var_refs_insns):  Save REG_NOTES (insn) in case we
21248         delete insn.
21249         (gen_mem_addressof): Make reg a MEM before initializing it.
21250         * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
21251         X0WINT.
21252         * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
21253         deleting an insn, not after.
21254         (block_alloc): Only look at PATTERN(insn) if we have to, and
21255         only if it's format class 'i'.
21256         * loop.c (check_dbra_loop): Check bl->biv->add_val is a
21257         CONST_INT before using its INTVAL.
21258         * print-rtl.c (print_rtx): Use X0STR.
21259         * regmove.c (fixup_match_1): Don't look at PATTERN of
21260         non-class-'i' insn chain elements.
21261         * reload.c (loc_mentioned_in_p): Take address of
21262         in->fld[1].rtx directly.
21263         * reload1.c (reload): Change reg to a MEM before initializing
21264         it.
21265         * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
21266         have no names.
21267         * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
21268
21269 Fri Aug 20 13:43:41 1999  Andrew Haley  <aph@cygnus.com>
21270
21271         * config/mips/mips.c (machine_dependent_reorg): Force a
21272         barrier to output the local constant pool if a barrier hasn't
21273         been found at a natural point in the instruction stream.
21274
21275 Mon Aug 30 22:04:36 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21276
21277         * c-parse.in (language_string): Constify.
21278
21279         * dwarf2out.c (language_string): Remove declaration.
21280
21281         * dwarfout.c (language_string): Likewise.
21282
21283         * toplev.c (language_string, init_parse, finish_parse): Likewise.
21284
21285         * tree.h (language_string, init_parse, finish_parse): Declare.
21286
21287         * i386/sun386.h (language_string): Remove declaration.
21288
21289         * mips.h (language_string): Likewise.
21290
21291         * nextstep.h (language_string): Likewise.
21292
21293         * nextstep21.h (language_string): Likewise.
21294
21295         * rs6000.c (language_string): Likewise.
21296
21297 Mon Aug 30 20:56:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21298
21299         * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
21300         (getpwd.o): Remove target.
21301
21302         * getpwd.c: Delete file.  Its in libiberty now.
21303
21304         * dbxout.c (getpwd): Don't prototype.
21305         * dwarf2out.c (getpwd): Likewise
21306         * dwarfout.c (getpwd): Likewise
21307         * final.c (getpwd): Likewise.
21308         * protoize.c (getpwd): Likewise.
21309
21310 Mon Aug 30 20:21:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21311
21312         * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
21313
21314 Mon Aug 30 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
21315
21316         * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
21317         mark_set_resources.
21318
21319 Mon Aug 30 12:23:53 1999  Jim Wilson  <wilson@cygnus.com>
21320
21321         * fixinc/Makefile.in (subdir): New.
21322         (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
21323         (Makefile): New.
21324
21325 Mon Aug 30 01:02:09 1999  Jeffrey A Law  (law@cygnus.com)
21326
21327         * emit-rtl.c (copy_rtx_if_shared): A MEM which references
21328         virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
21329         be shared.
21330
21331         * invoke.texi: Fix typo.
21332
21333         * dwarf2out.c (mem_loc_descriptor): New argument MODE.  All callers
21334         changed.  Handle autoincrement addressing modes.
21335
21336         * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
21337         just like we would the virtual incoming args register when
21338         integrating.
21339
21340 Sun Aug 29 23:17:54 1999  David Edelsohn  <edelsohn@gnu.org>
21341
21342         * rs6000.h (ASM_FILE_START): Specify complete filename, including
21343         path, in .file directive.
21344
21345 Sun Aug 29 05:06:43 1999  Russ Allbery  <rra@stanford.edu>
21346
21347         * gcc.texi (External Bugs): Remove obsolete note about Perl on
21348         SunOS.
21349
21350 1999-08-29 08:38 -0700  Zack Weinberg  <zack@bitmover.com>
21351
21352         * stdbool.h: Make the typedef name _Bool, with bool a #defined
21353         alias.
21354
21355 Sun Aug 29 09:36:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21356
21357         * tree.c (tree_code_name): Constify a char*.
21358
21359         * tree.h (tree_code_name, decl_printable_name): Likewise.
21360
21361         * function.h (struct function): Likewise.
21362
21363         * toplev.c (decl_name, decl_printable_name): Likewise.
21364
21365         * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
21366
21367         * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
21368         (init_objc): Remove function pointer cast.
21369
21370 Sun Aug 29 05:01:17 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
21371
21372         * pa.md (interspace_jump): New pattern.
21373         (builtin_longjmp): New expander.
21374
21375 1999-08-29  Bernd Schmidt  <bernds@cygnus.co.uk>
21376
21377         * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
21378         _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
21379         sf_to_df, df_to_sf): Fix potential problem with alias analysis.
21380
21381 Sun Aug 29 04:30:52 1999  John Wehle  (john@feith.com)
21382
21383         * jump.c (delete_prior_computation): Also check calls
21384         to constant functions.  Don't bother checking for a
21385         REG_UNUSED note before adding it.
21386         (delete_computation): Handle multi-word hard registers
21387         when synthesizing missing REG_DEAD notes for a register
21388         which is both set and used by an insn.
21389
21390 1999-08-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21391
21392         * loop.c (this_loop_info): New variable.
21393         (loop_has_call, loop_has_volatile, loop_has_tablejump,
21394         loop_continue, loops_enclosed): Replace with fields in this_loop_info.
21395         All uses updated.
21396         (prescan_loop, strength_reduce): New argument loop_info.  All callers
21397         updated.
21398         (scan_loop): New variable loop_info, initialise to address of
21399         this_loop_info.
21400         (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
21401         Delete variable loop_has_multiple_exit targets and replace with
21402         field in this_loop_info.
21403         (find_and_verify_loops): Rename this_loop to this_loop_num.
21404         (strength_reduce): Delete loop_iteration_info.  Replace variable
21405         loop_info with function argument of same name.
21406         (insert_bct): Rework test for loop being completely unrolled.
21407
21408         * loop.h (struct loop_info): New fields num, loops_enclosed,
21409         has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
21410         has_indirect_jump, and cont.  Redefine use of unroll_number.
21411         (loop_unroll_number): Delete.
21412
21413         * unroll.c (unroll_loop): Store loop unroll count in unroll_number
21414         field of loop_info.
21415         (loop_iterations): Delete variable vtop and instead use
21416         loop_info->vtop computed in prescan_loop.
21417
21418 Sun Aug 29 03:27:23 1999  Scott Weikart <scott@igc.apc.org>
21419
21420         * fix-header.c (main): Do not pass a null pointer to strcmp.
21421
21422 Sun Aug 29 03:18:48 1999  William Bader  (william@nscs.fast.net)
21423
21424         * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
21425         filenames.
21426         * configure: Rebuilt.
21427
21428 Sat Aug 28 19:36:05 1999  Jeffrey A Law  (law@cygnus.com)
21429
21430         * jump.c (jump_optimize_1): Do not delete assignments to
21431         internal_arg_pointer.
21432         * cse.c (delete_trivially_dead_insns): Always consider a set of
21433         the internal_arg_pointer live.
21434
21435 Sat Aug 28 16:24:31 1999  Richard Henderson  <rth@cygnus.com>
21436
21437         * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
21438         (update_life_info) [REG_WAS_0]: Search the original insns rather
21439         than the new insns for the note.  Fix typos finding note_dest.
21440         If no dest found, discard the note rather than abort.
21441         [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
21442         (replace_insns): Remove the old insn list after update_life_info
21443         not before.
21444
21445 Sat Aug 28 16:20:12 1999  Richard Henderson  <rth@cygnus.com>
21446
21447         * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
21448         sched_analyze_insn.
21449         (sched_analyze_1): Let add_dependence care for not adding dups.
21450         (sched_analyze_2): Likewise.
21451         (add_branch_dependences): Likewise.
21452
21453 Sat Aug 28 15:58:16 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21454
21455         * i386/winnt.c (export_list): New type.
21456         (exports_head): Rename to
21457         (export_head):  this.
21458         (i386_pe_record_exported_symbol): Add is_data flag.
21459         (i386_pe_asm_file_end): Emit directive for exported variables.
21460         * i386/cygwin.h (i386_pe_record_exported_symbol): Update
21461         prototype.
21462         * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
21463         (ASM_DECLARE_OBJECT_NAME): Likewise.
21464         (ASM_DECLARE_FUNCTION_NAME): Likewise.
21465         * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
21466
21467 Fri Aug 27 15:35:24 1999  Jeffrey A Law  (law@cygnus.com)
21468
21469         * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
21470
21471         * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
21472         operand.
21473
21474 Fri Aug 27 14:01:19 1999  Marc Espie <espie@cvs.openbsd.org>
21475
21476         * config/openbsd.h: Define SET_ASM_OP.
21477         * tm.texi: cross-reference SET_ASM_OP in the index.
21478
21479 1999-08-27 13:27 -0700  Zack Weinberg  <zack@bitmover.com>
21480
21481         * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
21482         for a CONST_DOUBLE, at compile time.  Initialize rtx_length
21483         and class_narrowest_mode at compile time.  Kill init_rtl.
21484         Mark rtx_length, mode_class, mode_size, mode_unit_size,
21485         mode_wider_mode, mode_mask_array, class_narrowest_mode, and
21486         rtx_format as const.  Kill all references to EXTRA_CC_MODES or
21487         EXTRA_CC_NAMES.
21488         * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
21489         format.
21490         * rtl.h: Declare rtx_length and rtx_format as const.
21491         * machmode.def: Define CC().  Use CC() to define CCmode.  If
21492         EXTRA_CC_MODES is defined, expand it here.
21493         * machmode.h: Declare mode_class, mode_size, mode_unit_size,
21494         mode_wider_mode, mode_mask_array, and class_narrowest_mode as
21495         const.  Kill all references to EXTRA_CC_MODES.
21496
21497         * toplev.c: Don't prototype or call init_rtl.
21498         * optabs.c: Don't call init_mov_optab.
21499         * genemit.c: Don't generate init_mov_optab.  Don't call
21500         init_rtl.
21501         * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
21502         here.
21503         * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
21504         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
21505         genrecog.c: Don't call init_rtl.
21506
21507         * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
21508         rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES.  Use CC() in
21509         definition of EXTRA_CC_MODES.
21510
21511         * md.texi: Kill ref to EXTRA_CC_NAMES.
21512         * tm.texi: Document new way to define EXTRA_CC_MODES.
21513
21514         * genrecog.c: Do not look up the name of a define_split.
21515         (Unrelated bugfix.)
21516
21517 Fri Aug 27 17:03:42 1999  Nick Clifton  <nickc@cygnus.com>
21518
21519         * config/v850/v850.md: Fix typo introduced by previous delta.
21520
21521 Fri Aug 27 09:48:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21522
21523         * gcc.c (fatal): Make definition static to match prototype.
21524
21525 Fri Aug 27 10:33:35 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21526
21527         * combine.c (get_last_value): Don't look for earlier sets if the last
21528         known set is somewhere in between the insns being combined.
21529
21530 Fri Aug 27 10:03:12 BST 1999  Nathan Sidwell  <nathan@acm.org>
21531
21532         * configure.in: Don't use shell ! to negate exit codes
21533         * configure: Regenerate
21534
21535 Fri Aug 27 09:36:17 1999  Andreas Schwab  <schwab@suse.de>
21536
21537         * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
21538         the fact that ALIGN is measured in bits, not bytes.
21539
21540 1999-08-27 00:27 -0700  Zack Weinberg  <zack@bitmover.com>
21541
21542         * errors.c: New file; defines functions error, warning, and
21543         fatal, variables have_error and progname.
21544         * errors.h: New file; prototypes and decls for stuff in errors.c.
21545
21546         * Makefile: Add rules to build errors.o and
21547         $(HOST_PREFIX)errors.o.  Link genconfig, gencodes, genemit,
21548         genopinit, genrecog, genextract, genpeep, genattr, and
21549         genoutput with errors.o.  Add errors.h to deps of genconfig.o,
21550         gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
21551         genpeep.o, genattr.o, and genoutput.o.
21552
21553         * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
21554         genextract.c, genpeep.c, genattr.c:  Include errors.h.  Don't
21555         define or prototype fatal.  Set progname at beginning of main.
21556         * genoutput.c:  Likewise, and don't define or prototype error
21557         either.
21558
21559         * c-typeck.c (c_expand_start_case): Return immediately if exp
21560         is an ERROR_MARK.
21561         * fold-const.c (operand_equal_p): Return immediately if arg1
21562         or arg0 are ERROR_MARKs.
21563         * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
21564         fields of type ERROR_MARK when calculating if the record can
21565         go in a register.
21566
21567 Fri Aug 27 01:03:48 1999  Jim Kingdon  <http://developer.redhat.com>
21568         with much help from Jeffrey A Law and Richard Henderson
21569
21570         * i386.md: In the 6 insns which call output_fix_trunc,
21571         earlyclobber operands[0].
21572
21573 Fri Aug 27 01:01:51 1999  Philip Blundell  <pb@nexus.co.uk>
21574
21575         * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
21576         creating new registers.
21577
21578 1999-08-26 23:09 -0700  Zack Weinberg  <zack@bitmover.com>
21579
21580         * i386.h: Declare ix86_cpu_string, ix86_arch_string,
21581         i386_reg_alloc_order, i386_regparm_string,
21582         i386_align_loops_string, i386_align_jumps_string,
21583         i386_align_funcs_string, i386_preferred_stack_boundary_string,
21584         and i386_branch_cost_string as type "const char *".
21585         * i386.c: Define all above strings as type "const char *".
21586
21587 Thu Aug 26 20:36:30 1999  Jim Wilson  <wilson@cygnus.com>
21588
21589         * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
21590         when emitting alignment padding.  Emit padding byte of 0 instead of 4.
21591
21592 Thu Aug 26 18:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
21593
21594         * tree.c (array_type_nelts): Don't create RTL_EXPRs from
21595         SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
21596
21597 Thu Aug 26 19:33:23 1999  Jim Wilson  <wilson@cygnus.com>
21598
21599         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
21600         (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
21601         (dwarf2out_line, dwarf2out_finish): Likewise.
21602         * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
21603
21604 Thu Aug 26 16:10:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21605
21606         * tree.c (lang_unsave_expr_now) : Correct return type.
21607         * tree.h (lang_unsave_expr_now) : Same.
21608
21609 Thu Aug 26 13:12:29 1999  Jeffrey A Law  (law@cygnus.com)
21610
21611         * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
21612         instead of duplicating code.
21613
21614 Thu Aug 26 18:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21615
21616         * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
21617
21618 1999-08-26 09:42 -0700  Zack Weinberg  <zack@bitmover.com>
21619
21620         * tree.h: fancy_abort always takes three args.
21621         * resource.c: Move include of system.h before toplev.h.
21622
21623 Thu Aug 26 09:46:16 1999  Nick Clifton  <nickc@cygnus.com>
21624
21625         * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
21626         as SYMBOL_REFs.
21627
21628 1999-08-25 22:10 -0700  Zack Weinberg  <zack@bitmover.com>
21629
21630         * system.h: Don't redefine abort or trim_filename.
21631         * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
21632         or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
21633         whether or not __FUNCTION__ is available.
21634         * tree.h: Duplicate rtl.h's definition of abort, for files
21635         that don't include rtl.h.  Delete all code to perform type
21636         checking with a compiler other than GCC.
21637         * varray.h: Delete all code to perform type checking with a
21638         compiler other than GCC.  Make VARRAY_CHECK() always evaluate
21639         its arguments exactly once, using a statement expression.
21640         Adjust the VARRAY_<type> accessor macros to match.
21641         * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
21642         (_fatal_insn, _fatal_insn_not_found): New fns, take info on
21643         caller's location.  Define fatal_insn and fatal_insn_not_found
21644         as macros that use _fatal_insn and _fatal_insn_not_found.
21645         (fancy_abort, trim_filename): Kill prototypes.
21646
21647         * rtl.c (trim_filename): Move here from toplev.c.
21648         (fancy_abort): New function.
21649         (DIR_SEPARATOR): Provide default definition.
21650         * tree.c (tree_check_failed, tree_class_check_failed): Go
21651         through fancy_abort.
21652         (tree_check, tree_class_check, cst_or_constructor_check,
21653         expr_check): Delete.
21654         * varray.c (varray_check_failed): New function.
21655         * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
21656         _fatal_insn and _fatal_insn_not_found.  Go through
21657         fancy_abort.
21658         (trim_filename, fancy_abort): Delete.
21659
21660         * builtins.c (expand_builtin_args_info): Report ICE with abort.
21661         * except.c (start_catch_handler): Report ICE with error/abort
21662         combo.
21663         * final.c (output_operand_lossage): Likewise.
21664         * flow.c (verify_flow_info): Likewise.
21665
21666         * gcc.c: Prototype fatal.
21667         * gengenrtl.c: Undef abort after including rtl.h not system.h.
21668         * genattr.c, genattrtab.c, genemit.c, genextract.c,
21669         genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
21670         Don't define fancy_abort.
21671
21672 Wed Aug 25 17:56:59 1999  Richard Henderson  <rth@cygnus.com>
21673
21674         * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
21675         canonization.
21676
21677 Wed Aug 25 15:35:55 1999  Richard Henderson  <rth@cygnus.com>
21678
21679         * m88k.h (VERSION_INFO2): Kill.
21680         (VERSION_STRING): Kill.
21681         (TM_RCS_ID): Kill.
21682         (VERSION_INFO1): Tidy.
21683         (TARGET_VERSION): Update.
21684         * m88k/dgux.h (VERSION_INFO2): Kill.
21685         (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
21686         * m88k/luna.h (VERSION_INFO1): Tidy.
21687         * m88k/sysv4.h (VERSION_INFO1): Likewise.
21688         * m88k.c (out_rcs_id, tm_rcs_id): Kill.
21689         (output_file_start): Adjust for death of VERSION_STRING.
21690
21691 1999-08-25 13:51 -0700  Jim Meyering  <meyering@ascend.com>
21692
21693         * cpplib.c (detect_if_not_defined): New function.
21694         (do_if): Use it to detect potential once-only headers.
21695
21696 Wed Aug 25 14:00:18 1999  Jason Merrill  <jason@yorick.cygnus.com>
21697
21698         * c-common.c (combine_strings): Always set TREE_CONSTANT.
21699
21700 Wed Aug 25 15:27:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21701
21702         * combine.c (nonzero_bits) : Allow single-ly set registers to be
21703         anywere in the function only if they are pseudos and set before
21704         being used (not live at the start of the function).
21705         (num_sign_bit_copies) : Same.
21706         (get_last_value_validate) : Same.
21707         (get_last_value) : Same.
21708
21709 Wed Aug 25 11:13:29 1999  Richard Henderson  <rth@cygnus.com>
21710
21711         * loop.c (express_from): Try harder to unify (* c N) and (* c M)
21712         where N and M are constant and N is an integer multiple of M.
21713
21714 Wed Aug 25 13:55:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21715
21716         * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
21717         (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
21718         sbitmap_union_of_preds): Add prototypes.
21719         * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
21720         the intersection of successors with the new flow graph structures.
21721         (sbitmap_intersection_of_preds): New function to compute the
21722         intersection of predecessors with the new flow graph structures.
21723         (sbitmap_union_of_succs): New function to compute the union of
21724         successors with the new flow graph structures.
21725         (sbitmap_union_of_preds): New function to compute the union of
21726         predecessors with the new flow graph structures.
21727         * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
21728         (expr_reaches_here_p): Use edge and basic_block structures instead
21729         of s_preds and s_succs.
21730         (compute_cprop_avinout): Use new sbitmap routines.
21731         (pre_expr_reaches_here_p): Use edge and basic_block structures instead
21732         of s_preds and s_succs.
21733         * flow.c (compute_flow_dominators): Compute dominators using
21734         edges and basic blocks instead of s_preds and s_succs.
21735
21736 Wed Aug 25 13:41:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21737
21738         * lists.c (unused_insn_list, unused_expr_list): New file for
21739         maintaining various types of lists. New statics for maintaining a
21740         cache of available INSN_LIST and EXPR_LIST nodes.
21741         (free_list): Static function for freeing a list of INSN/EXPR nodes.
21742         (alloc_INSN_LIST): Function to get a free INSN_LIST node.
21743         (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
21744         (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
21745         (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
21746         (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
21747         (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
21748         (free_INSN_LIST_node): Free an individual INSN_LIST node.
21749         * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
21750         (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
21751         (remove_dependence, free_pending_lists): Use new global routines.
21752         (flush_pending_lists, sched_analyze_insn): Use new global routines.
21753         (sched_analyze, compute_block_backward_dependences): Use new routines.
21754         (sched_analyze_1, sched_analyze_2): Use new routines.
21755         (schedule_insns): Use new global routines.
21756         * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
21757         prototypes.
21758         (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
21759         (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
21760         prototypes.
21761         * toplev.c (rest_of_compilation): Initialize node cache.
21762         * Makefile.in (OBJS): Add lists.o to list of object files.
21763         (lists.o): Add dependancies.
21764
21765 Wed Aug 25 17:31:56 1999  Nick Clifton  <nickc@cygnus.com>
21766
21767         * config/v850/v850.md: Fix compile time warning messages.
21768         * config/v850/v850.c: Fix compile time warning messages.
21769         * config/v850/v850.h: Fix compile time warning messages.
21770
21771 Wed Aug 25 09:44:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21772
21773         * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
21774         Remove unused prototype for `init_lengths'.
21775
21776 Wed Aug 25 09:32:31 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21777
21778         * calls.c (emit_call_1): Mark parameter `stack_size' with
21779         ATTRIBUTE_UNUSED.
21780         (expand_call): Initialize variable `insn'.
21781         (emit_library_call): Likewise for variable `high_to_save'.
21782         (emit_library_call_value): Likewise.
21783         (store_one_arg): Likewise for variables `lower_bound' and
21784         `upper_bound'.
21785
21786         * combine.c (try_combine): Likewise for variables `i2_code_number'
21787         and `other_code_number'.
21788         (find_split_point): Likewise for variables `pos', `unsignedp' and
21789         `inner'.
21790         (simplify_if_then_else): Likewise for variables `op' and `c1'.
21791         (simplify_and_const_int): Remove unused variable `width'.
21792         (merge_outer_ops): Likewise.
21793
21794         * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
21795         HOST_WIDE_INT' when comparing against one.
21796         (simplify_relational_operation): Likewise.
21797         (cse_insn): Initialize variables `src_eqv_volatile',
21798         `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
21799
21800         * final.c (init_final): Constify parameter `filename'.
21801         (final_start_function): Mark parameter `optimize' with
21802         ATTRIBUTE_UNUSED.
21803         (profile_function): Likewise for parameters `first' and `optimize'.
21804         (output_source_line): Likewise for parameter `file'.
21805
21806         * integrate.c (subst_constants): Cast a value to `size_t' when
21807         comparing against one.
21808         (mark_stores): Initialize variable `mode'.  Cast a value to
21809         `size_t' when comparing against one.
21810
21811         * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
21812
21813         * loop.c (move_movables): Initialize variable `first'.
21814         (strength_reduce): Likewise for variable `increment'.
21815         (check_dbra_loop): Likewise for variable `comparison_val'.  Cast a
21816         value to `size_t' when comparing against one.
21817         (load_mems): Initialize variable `end_label'.
21818
21819         * output.h (init_final): Constify parameter.
21820
21821         * reload.c (decompose): Initialize variable `base'.
21822
21823         * reload1.c (reload): Likewise for variable `is_scalar'.
21824         (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
21825         (choose_reload_regs): Initialize variable `mode'.
21826         (emit_reload_insns): Likewise for variable `store_insn'.
21827         (reload_cse_noop_set_p): Mark parameter `insn' with
21828         ATTRIBUTE_UNUSED.
21829         (reload_combine): Initialize variable `set'.
21830
21831         * unroll.c (unroll_loop): Likewise for variable `local_label'.
21832         (copy_loop_body): Cast a value to `size_t' when comparing against
21833         one.
21834
21835         * varasm.c (assemble_variable): Initialize variable `size_tree'.
21836         (const_hash): Add an `else abort()' in an if-else-if-else sequence.
21837         (remove_from_pending_weak_list): Mark parameter `name' with
21838         ATTRIBUTE_UNUSED.
21839
21840 Wed Aug 25 11:18:39 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21841
21842         * toplev.c (rest_of_compilation): Use decl_printable_name when opening
21843         gcse dump file.
21844
21845 Wed Aug 25 10:57:12 1999  Nick Clifton  <nickc@cygnus.com>
21846
21847         * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
21848         (ASM_DECLARE_FUNCTION_NAME): Define.
21849         (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
21850         ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
21851         ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
21852         not already defined.
21853
21854 Wed Aug 25 01:36:11 1999  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21855
21856         * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
21857         of n_popped when call/call_value are not defined.
21858
21859 Wed Aug 25 01:25:14 1999  Jeffrey A Law  (law@cygnus.com)
21860
21861         * tm.texi: GNU CC -> GCC conversion.
21862         (CC1_SPEC): Indicate it is used for all language front ends.
21863
21864 Tue Aug 24 23:43:03 1999  Mark Mitchell  <mark@codesourcery.com>
21865
21866         * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
21867         NOTE_INSN_EH_REGION_END correctly.
21868
21869 Tue Aug 24 23:26:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
21870                           Jeff Law <law@cygnus.com>
21871
21872         * loop.c (strength_reduce): Automatically unroll loops if the
21873         unrolled loop size is smaller than the rolled loop size.
21874
21875         * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
21876         and delete comment that code should be rewritten.
21877
21878 Tue Aug 24 22:56:35 1999  Jeffrey A Law  (law@cygnus.com)
21879
21880         * haifa-sched.c (find_rgns): Mark a block found during the DFS search
21881         as reachable.
21882
21883         * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
21884
21885 Tue Aug 24 22:41:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21886
21887         * fixinc/mkfixinc.sh: Don't fix uwin headers.
21888         * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
21889         (LINK_SPEC): Add -u _main when building executables.
21890         (ASM_DECLARE_FUNCTION): Update from Cygwin.
21891         (ASM_FILE_END): Use the default for ix86-pe.
21892         * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
21893
21894 Tue Aug 24 20:49:47 1999  Art Haas  <ahaas@neosoft.com>
21895
21896         * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
21897         and ASM_CLOSE_PAREN are empty strings.
21898
21899 Wed Aug 25 12:46:22 1999  Fred Fish  <fnf@cygnus.com>
21900                           Geoffrey Keating <geoffk@cygnus.com>
21901
21902         * Makefile.in (PREPROCESSOR_DEFINES): New macro.
21903         (protoize.o):  Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
21904         (unprotoize.o): Ditto.
21905         (test-protoize-simple): Don't define STD_PROTO_DIR.
21906         * protoize.c: Use PARAMS rather than PROTO.  Minor whitespace
21907         changes to make 'test-protoize-simple' pass.
21908         (STD_PROTO_DIR): Remove define.
21909         (STANDARD_EXEC_PREFIX): Supply default define.
21910         (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
21911         (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
21912         (target_version): New variable, init to DEFAULT_TARGET_VERSION.
21913         (GET_ENV_PATH_LIST): New macro.
21914         (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
21915         (do_processing): Initialize default_syscalls_dir using new
21916         macros.  Use it to initialize syscalls_absolute_filename.
21917
21918 Tue Aug 24 16:58:15 1999  Richard Henderson  <rth@cygnus.com>
21919
21920         * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
21921         B into a register before emit_conditional_move.
21922
21923 Tue Aug 24 15:37:03 1999  Richard Henderson  <rth@cygnus.com>
21924
21925         * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
21926         as (+ (+ (* a b) (* d e)) c).  Factor a common power-of-two
21927         multiplicand out of (+ (* a b) (* c d)).
21928
21929 Tue Aug 24 11:46:10 1999  Bob Manson <manson@cygnus.com>
21930                           Richard Henderson  <rth@cygnus.com>
21931
21932         * haifa-sched.c (split_hard_reg_notes): Move to flow.c
21933         (new_insn_dead_notes): Likewise.
21934         (update_n_sets): Likewise.
21935         (update_flow_info): Move to flow.c, renamed to update_life_info;
21936         extend to handle multiple source insns.
21937         * flow.c: Include resource.h
21938         (unlink_insn_chain): New.
21939         (split_hard_reg_notes): New.
21940         (maybe_add_dead_note): New.
21941         (maybe_add_dead_note_use): New.
21942         (find_insn_with_note): New.
21943         (new_insn_dead_notes): New.
21944         (update_n_sets): New.
21945         (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
21946         (maybe_remove_dead_notes): New.
21947         (update_life_info): New.
21948         (prepend_reg_notes): New.
21949         (replace_insns): New.
21950         * output.h (update_life_info): Declare.
21951         * recog.c (split_block_insns): Use update_life_info.
21952         * resource.c (find_free_register): Use reg_alloc_order, don't use
21953         fixed regs, make sure the mode is supported, don't use new regs.
21954         (reg_dead_p): New.
21955         * rtl.h (replace_insns): Declare.
21956
21957 Tue Aug 24 13:48:39 1999  Nathan Sidwell  <nathan@acm.org>
21958
21959         * expr.c (expand_expr): Cope with COND_EXPRs with one
21960         non-returning branch.
21961
21962 Mon Aug 23 22:28:16 1999  Mark Mitchell  <mark@codesourcery.com>
21963
21964         * expr.c (store_expr): Always pass down the target, even when not
21965         doing CSE.
21966
21967 1999-08-24  Nick Clifton  <nickc@cygnus.com>
21968
21969         * configure.in: Define target_cpu_default for v850 targets.
21970         * configure: Regenerate
21971
21972         * config/v850/v850.h (TARGET_CPU_generic): Define.
21973         (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
21974         addresses are 4 byte aligned.
21975
21976         * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
21977         addresses.
21978
21979 Tue Aug 24 09:32:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21980
21981         * genattr.c (function_unit_desc): Constify a char*.  Add prototype.
21982         (main): Add prototypes.
21983
21984         * genattrtab.c (substitute_address, write_const_num_delay_slots,
21985         attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
21986         (write_attr_get): Emit prototypes along with function definition.
21987         (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
21988         (write_complex_function): Emit static prototype along with
21989         function definition.
21990
21991         * genemit.c (gen_split): Emit prototypes along with function
21992         definition.
21993
21994         * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
21995         Likewise for predicates and `insn_operand_predicate'.
21996         (process_template): Emit static prototype along with function
21997         definition.
21998
21999         * genrecog.c (make_insn_sequence): Constify a char*.  Add
22000         prototypes for get_split_*().
22001         (write_subroutine): Emit prototypes along with function
22002         definition.
22003
22004 Tue Aug 24 12:35:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22005
22006         * gcse.c (find_avail_set): Follow chains of register-register copies.
22007         Use oprs_not_set_p to guarantee that the returned value can be
22008         substituted.
22009         (cprop_insn): Don't verify the return value of find_avail_set with
22010         oprs_not_set_p.
22011
22012         * gcse.c (cprop_jump): New function, broken out of cprop_insn.
22013         (cprop_cc0_jump): New function.
22014         (cprop_insn): Break out new function cprop_jump and use it.
22015         Also use cprop_cc0_jump for machines with CC0.
22016         (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
22017
22018         * tree.h (current_function_calls_setjmp,
22019         current_function_calls_longjmp): Delete declarations.
22020         * dsp16xx.c: Include "function.h".
22021         * elxsi.c: Likewise.
22022         * gmicro.c: Likewise.
22023         * h8300.c: Likewise.
22024         * i370.c: Likewise.
22025         * m32r.c: Likewise.
22026         * mn10200.c: Likewise.
22027         * mn10300.c: Likewise.
22028         * ns32k.c: Likewise.
22029         * spur.c: Likewise.
22030         * v850.c: Likewise.
22031
22032         * rtl.h (rtx_equal_function_value_matters): Declare.
22033         * toplev.c (rtx_equal_function_value_matters): Don't declare.
22034         * cse.c: Likewise.
22035         * function.c: Likewise.
22036         * emit-rtl.c: Likewise.
22037
22038 Tue Aug 24 02:47:44 1999  Jeffrey A Law  (law@cygnus.com)
22039
22040         * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
22041         call.
22042
22043 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22044
22045         * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
22046         exactly.
22047
22048 Mon Aug 23 23:35:52 1999  Matthias Klose  <doko@cs.tu-berlin.de>
22049
22050         * cpp.texi: Add a node documenting macro varargs (copied
22051         from extend.texi).
22052
22053 1999-08-23 22:23 -0700  Zack Weinberg  <zack@bitmover.com>
22054
22055         * cppspec.c: Put a null pointer at the end of the new argv.
22056
22057 Mon Aug 23 21:23:24 1999  Jeffrey A Law  (law@cygnus.com)
22058
22059         * configure.in: Remove code to select/de-select the haifa
22060         scheduler.  Every scheduled port gets haifa now.
22061         * configure: Rebuilt.
22062         * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
22063         * sched.c Deleted.
22064         * Makefile.in: Corresponding changes.
22065
22066 Mon Aug 23 16:04:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22067
22068         * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
22069         All callers changed.
22070         (prepare_float_lib_cmp): Likewise.
22071         Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
22072         * expr.h (emit_float_lib_cmp): Delete declaration.
22073         * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
22074         * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
22075         * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
22076         specially.
22077         (cmptf): Now conditional on TARGET_HARD_QUAD.
22078
22079 Fri Aug 20 17:52:27 1999  Jim Wilson  <wilson@cygnus.com>
22080
22081         * resource.c (mark_target_live_regs): Use
22082         PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
22083
22084 Fri Aug 20 19:07:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22085
22086         * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
22087
22088         * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
22089
22090         * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
22091
22092 Fri Aug 20 18:53:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22093
22094         * rtl.h (rtx_format): Constify a char*.
22095
22096         * rtl.c (rtx_format): Likewise.
22097         (copy_rtx, copy_most_rtx, read_rtx): Likewise.
22098         (init_rtl): Use accessor macro, not `rtx_format'.
22099
22100         * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
22101         char*.
22102
22103         * caller-save.c (mark_referenced_regs): Likewise.
22104
22105         * combine.c (subst, make_compound_operation, known_cond,
22106         gen_rtx_combine, update_table_tick, get_last_value_validate,
22107         use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
22108
22109         * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
22110         refers_to_p, canon_reg, fold_rtx, cse_process_notes,
22111         count_reg_usage): Likewise.
22112
22113         * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
22114         Likewise.
22115
22116         * final.c (leaf_renumber_regs_insn): Likewise.
22117
22118         * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
22119         dump_edge_info, count_reg_references): Likewise.
22120
22121         * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
22122         fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
22123         Likewise.
22124
22125         * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
22126         oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
22127         add_label_notes): Likewise.
22128
22129         * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
22130         clear_struct_flag, count_sub_rtxs, count_alternatives,
22131         compares_alternatives_p, contained_in_p, walk_attr_value,
22132         write_expr_attr_cache): Likewise.
22133
22134         * genconfig.c (walk_insn_part): Likewise.
22135
22136         * genemit.c (max_operand_1, gen_exp): Likewise.
22137
22138         * genextract.c (walk_rtx): Likewise.
22139
22140         * genflags.c (num_operands): Likewise.
22141
22142         * genoutput.c (scan_operands): Likewise.
22143
22144         * genpeep.c (match_rtx): Likewise.
22145
22146         * genrecog.c (add_to_sequence): Likewise.
22147
22148         * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
22149         Likewise.
22150
22151         * integrate.c (save_constants, copy_for_inline,
22152         copy_rtx_and_substitute, subst_constants, restore_constants):
22153         Likewise.
22154
22155         * jump.c  (mark_jump_label, invert_exp, redirect_exp,
22156         rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
22157
22158         * local-alloc.c (contains_replace_regs, memref_referenced_p):
22159         Likewise.
22160
22161         * loop.c (record_excess_regs, rtx_equal_for_loop_p,
22162         add_label_notes, replace_call_address, count_nonfixed_reads,
22163         invariant_p, find_single_use_in_loop, find_mem_givs,
22164         find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
22165         Likewise.
22166
22167         * print-rtl.c (reg_names, print_rtx): Likewise.
22168
22169         * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
22170
22171         * reg-stack.c (stack_regs_mentioned_p, record_label_references,
22172         record_reg_life_pat, swap_rtx_condition, goto_block_pat,
22173         print_blocks): Likewise.
22174
22175         * regclass.c (fix_register, record_address_regs,
22176         reg_scan_mark_refs): Likewise.
22177
22178         * regmove.c (stable_but_for_p): Likewise.
22179
22180         * reload.c (loc_mentioned_in_p, operands_match_p,
22181         find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
22182         copy_replacements, refers_to_regno_for_reload_p,
22183         refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
22184         reload_when_needed_name, reg_class_names, debug_reload_to_stream):
22185         Likewise.
22186
22187         * reload1.c (eliminate_regs, scan_paradoxical_subregs,
22188         delete_address_reloads_1, count_occurrences,
22189         reload_cse_mem_conflict_p, reload_combine_note_use,
22190         add_auto_inc_notes): Likewise.
22191
22192         * resource.c (mark_referenced_resources, mark_set_resources):
22193         Likewise.
22194
22195         * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
22196         reg_mentioned_p, regs_set_between_p, modified_between_p,
22197         modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
22198         rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
22199         may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
22200         jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
22201
22202         * sched.c (sched_analyze_2, attach_deaths): Likewise.
22203
22204         * stupid.c (stupid_mark_refs): Likewise.
22205
22206         * unroll.c (remap_split_bivs): Likewise.
22207
22208         * varasm.c (mark_constants): Likewise.
22209
22210         * a29k/a29k.c (uses_local_reg_p): Likewise.
22211
22212         * alpha/alpha.c (summarize_insn): Likewise.
22213
22214         * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
22215         eliminate_lr2ip): Likewise.
22216
22217         * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
22218
22219         * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
22220         reg_mentioned_in_mem): Likewise.
22221
22222         * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
22223         symbolic_reference_mentioned_p): Likewise.
22224
22225         * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
22226
22227         * sh/sh.c (regs_used, mark_use): Likewise.
22228
22229         * vax/vax.c (vax_rtx_cost): Likewise.
22230
22231 Fri Aug 20 18:38:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22232
22233         * machmode.h (mode_name): Constify a char*.
22234
22235         * rtl.c (mode_name): Likewise.
22236
22237         * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
22238
22239         * optabs.c (init_libfuncs): Constify a char*.
22240
22241         * print-tree.c (mode_name): Remove redundant declaration.
22242         (print_node): Use accessor macro, not `mode_name'.
22243
22244         * reload1.c (dump_needs): Constify a char*.  Use accessor macro,
22245         not `mode_name'.
22246         (new_spill_reg): Constify a char*.
22247
22248         * tree.c (mode_name): Remove redundant declaration.
22249
22250 Fri Aug 20 18:31:26 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22251
22252         * rtl.c (rtx_name): Constify a char*.
22253
22254         * rtl.h (rtx_name, fix_sched_param): Likewise.
22255
22256         * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
22257         (mypr): Use accessor macro, not `rtx_name'.
22258
22259         * genemit.c (print_code): Constify a char*.
22260
22261         * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
22262
22263         * genpeep.c (print_code): Constify a char*.
22264
22265         * genrecog.c (print_code): Likewise.
22266
22267         * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
22268         end_bb): Add static prototype.
22269         (draw_edge): Constify a char*.
22270         (end_bb): Remove unused parameter.
22271
22272         * haifa-sched.c (fix_sched_param, safe_concat, print_exp
22273         print_block_visualization): Constify a char*.
22274
22275 Fri Aug 20 15:02:10 1999  Mark Mitchell  <mark@codesourcery.com>
22276
22277         * c-common.c (c_get_alias_set): Update comment.
22278
22279 1999-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
22280
22281         * linux.h (LIB_SPEC): Added.
22282
22283 Fri Aug 20 22:32:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
22284
22285         * config/c4x/c4x.h (STARTFILE_SPEC): Don't def.
22286
22287 1999-08-19 18:43 -0700  Zack Weinberg  <zack@bitmover.com>
22288
22289         * tree.c (expr_check): Fix typo in last change.
22290
22291 1999-08-19 14:44 -0700  Zack Weinberg  <zack@bitmover.com>
22292
22293         * rtl.def (NOTE): Change format to "iuu0n".
22294         (ADDR_DIFF_VEC): Change format to "eEee0".
22295         (ADDRESSOF): Change format to "eit".
22296
22297         * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
22298         (RTVEC_ELT): Change to match.
22299         (XVECEXP): Use XVEC and RTVEC_ELT.
22300         (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
22301         ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
22302         (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
22303         CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
22304         TRAP_CONDITION, TRAP_CODE): Use XEXP.
22305         (INTVAL): Use XWINT.
22306         (ADDRESSOF_DECL): Use XTREE.
22307         (SET_ADDRESSOF_DECL): Delete.
22308         (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
22309         NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill.  These have been
22310         ifdefed out since 2.6 at least.
22311         (gen_rtvec_vv): Delete prototype.
22312
22313         * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
22314         not rtunion.
22315         (copy_most_rtx): Handle 't' format letter.
22316         * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
22317         (gen_rtvec_vv): Delete function.  All callers changed to use
22318         gen_rtvec_v instead.
22319         * print-rtl.c (print_rtx): Move special casing of NOTEs to
22320         the '0' format letter.
22321
22322         * function.c (gen_mem_addressof): Don't use
22323         SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
22324         instead.
22325         * integrate.c (copy_rtx_and_substitute): Likewise.
22326         Copy 't' slots with XTREE.
22327         (subst_constants): Treat 't' slots like '[swi]' slots.
22328         * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
22329         * jump.c (rtx_equal_for_thread_p): Likewise.
22330         * rtlanal.c (rtx_equal_p): Likewise.
22331         * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
22332         only four arguments.
22333         * gengenrtl.c (type_from_format): Provide correct types for
22334         'b' and 't' slots.
22335
22336
22337         * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
22338         If a recent gcc is in use (always in stage2 and beyond), use
22339         statement expressions, so we don't make a function call unless
22340         the check fails.  Evaluate arguments exactly once.
22341         (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
22342         TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
22343         Delete.
22344         (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
22345         they evaluate their arguments exactly once, irrespective of
22346         the compiler in use.
22347
22348         * tree.c [ENABLE_CHECKING]: Define whichever set of functions
22349         is used by the currently-enabled check macros.  This is:
22350         (tree_check_failed, tree_class_check_failed): For gcc.
22351         (tree_check, tree_class_check, cst_or_constructor_check,
22352         expr_check): For other compilers.
22353
22354         * gencheck.c: Do not define any *_CHECK1 macros.
22355
22356 Thu Aug 19 14:42:38 1999  Mike Stump <mrs@wrs.com>
22357                           Mark Mitchell <mark@codesourcery.com>
22358
22359         * c-common.c (c_get_alias_set): Fix support for poitners and
22360         references.
22361
22362 Thu Aug 19 11:51:22 EDT 1999  John Wehle  (john@feith.com)
22363
22364         * alias.c: Include tree.h.
22365         (nonlocal_reference_p, mark_constant_function): New functions.
22366         * flow.c (life_analysis): Call mark_constant_function.
22367         * rtl.h (mark_constant_function): Declare it.
22368
22369 Thu Aug 19 15:02:01 1999  Nick Clifton  <nickc@cygnus.com>
22370
22371         * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
22372         unrecognisable switches.
22373
22374 Wed Aug 18 23:31:57 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22375
22376         * loop.c (recombine_givs): Set ix field after sorting.
22377         (recombine_givs): Remove bogus index / giv lockstep looping.
22378
22379 Wed Aug 18 18:20:40 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22380
22381         * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
22382         on CODE.
22383         (emit_store_flag_force): Use do_compare_rtx_and_jump.
22384         (do_cmp_and_jump): Formatting fixes.
22385         * expr.c (do_compare_and_jump): Renamed from compare; changed to call
22386         do_compare_rtx_and_jump instead of compare_from_rtx.
22387         (do_compare_rtx_and_jump): New function; mostly copied from
22388         compare_from_rtx.
22389         (do_jump_for_compare): Delete.
22390         (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
22391         MIN_EXPR.
22392         (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
22393         of compare/do_jump_for_compare pairs.
22394         (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
22395         (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
22396         compare_from_rtx/do_jump_for_compare pairs.
22397         (do_jump_by_parts_equality): Likewise.
22398         (do_jump_by_parts_equality_rtx): Likewise.
22399         * expr.h (do_compare_rtx_and_jump): Declare.
22400         * optabs.c (prepare_cmp_insn): New function, contains most of the code
22401         that used to be in emit_cmp_insn.
22402         (cmp_available_p): New function.
22403         (prepare_operand): New function.
22404         (emit_cmp_and_jump_insn_1): New function, contains some code that used
22405         to be in emit_cmp_insn.
22406         (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
22407         parameters to be pointers; don't emit final compare but modify some of
22408         the values pointed to by the args so the caller can perform the
22409         correct comparison.
22410         (expand_binop): Call emit_store_flag_force with signed forms of
22411         comparison code.
22412         (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
22413         emit_jump_insn pair.
22414         (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
22415         emit_cmp_and_jump_insn_1.  Call emit_queue.
22416         (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
22417         arg.
22418         * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
22419         jump sets cc0 before deleting it.
22420         * integrate.c (expand_inline_function): Likewise.
22421         * unroll.c (unroll_loop): Similar changes in several places.
22422         (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
22423         before deleting it.
22424
22425 Wed Aug 18 06:37:44 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22426
22427         * Makefile.in (insn-recog.o): Update dependencies.
22428         * genrecog.c (main): Make generated file include "function.h".
22429
22430 Sat Aug 14 00:54:57 1999  Geoffrey Keating  <geoffk@cygnus.com>
22431
22432         * cse.c (cse_insn): Call never_reached_warning when a jump is
22433         changed to be unconditional.
22434         * flags.h: Declare warn_notreached.
22435         * flow.c (delete_block): Call never_reached_warning when
22436         a block is deleted.
22437         * jump.c (delete_barrier_successors): Call never_reached_warning
22438         when we delete everything after a BARRIER.
22439         (never_reached_warning): New function.
22440         * rtl.h: Declare never_reached_warning.
22441         * toplev.c (warn_notreached): New variable.
22442         (lang_independent_options): Set warn_notreached
22443         when -Wunreachable-code.
22444         (compile_file): We need line numbers for -Wunreachable-code.
22445
22446 Tue Aug 17 22:06:11 1999  Jan Hubicka  <hubicka@freesoft.cz>
22447
22448         * haifa-sched.c (insn_unit): Fix typo on out of range test.
22449         * sched.c (insn_unit): Likewise.
22450
22451 Tue Aug 17 21:57:23 1999  Andreas Schwab  <schwab@suse.de>
22452
22453         * combine.c (distribute_notes): Handle REG_EH_RETHROW.
22454
22455 Tue Aug 17 17:39:43 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22456
22457         * flow.c (create_edge_list): Use xmalloc, not malloc.
22458
22459 Tue Aug 17 01:40:54 1999  Loren Rittle  <ljrittle@acm.org>
22460
22461         * fixinc/inclhack.def (no_double_slash): Do not trash single-line
22462         C-style comments.  Do not lose the character before double slash.
22463
22464 Mon Aug 16 18:08:22 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22465
22466         * basic-block.h (struct edge_list): Stucture to maintain a vector
22467         of edges.
22468         (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
22469          INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
22470         (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
22471         New function prototypes.
22472         * flow.c (create_edge_list): Function to create an edge list.
22473         (free_edge_list): Discards memory used by an edge list.
22474         (print_edge_list): Debug output showing an edge list.
22475         (verify_edge_list): Internal consistency check for an edge list.
22476         (find_edge_index): Function to find an edge index for a pred and succ.
22477
22478 Mon Aug 16 11:56:36 1999  Mark Mitchell  <mark@codesourcery.com>
22479
22480         * tree.c (type_hash_add): Use permalloc to allocate nodes in the
22481         hashtable.
22482
22483 Mon Aug 16 17:04:15 1999  Jorn Rennecke <amylaar@cygnus.co.uk>
22484
22485         * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
22486
22487 Fri Aug 13 15:20:43 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
22488
22489         * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
22490
22491 Fri Aug 13 10:21:28 1999  Nick Clifton  <nickc@cygnus.com>
22492
22493         * toplev.c (rest_of_compilation): Allow machine dependent
22494         reorganisation pass to place information into the RTL dump
22495         file if it so wishes.
22496
22497 Sun Aug 15 12:41:21 1999  Jim Wilson  <wilson@cygnus.com>
22498
22499         * explow.c (hard_function_value): Use VOIDmode instead of
22500         MAX_MACHINE_MODE.
22501         * stmt.c (expand_return): Likewise.
22502         * stor-layout.c (get_best_mode): Likewise.
22503
22504         * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
22505         emit call instead of emit_insn call.
22506
22507 Sat Aug 14 15:04:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22508
22509         * configure.in: Handle --disable/enable-win32-registry.
22510         * install.texi: Document --disable/enable-win32-registry.
22511         * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
22512         (WIN32_REGISTRY_KEY): New macro.
22513         * prefix.c: Use to enable/disable win32-specific code.
22514         (lookup_key): Use versioned key.
22515         * configure: Regenerate.
22516         * config.in: Likewise.
22517
22518 Fri Aug 13 17:41:55 1999  Jason Merrill  <jason@yorick.cygnus.com>
22519
22520         * cpplib.c (read_line_number): New fn, split out of...
22521         (do_line): Here.
22522
22523 Fri Aug 13 14:18:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
22524
22525         tree.c (lang_unsave_expr_now) : New.
22526         (unsave_expr_now): Call lang_unsave_expr_now.
22527         tree.h (lang_unsave_expr_now) : New.
22528
22529 Fri Aug 13 00:49:46 1999  Jason Merrill  <jason@yorick.cygnus.com>
22530
22531         * toplev.c (flag_new_exceptions): On by default.
22532
22533 1999-08-13  Michael Meissner  <meissner@cygnus.com>
22534
22535         * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
22536
22537 Fri Aug 13 01:29:57 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
22538
22539         * dwarfout.c (fundamental_type_code): Return FT_boolean for
22540         INTEGER_TYPE with precision==1, it's __java_boolean.
22541
22542 Thu Aug 12 23:51:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22543
22544         * global.c (prune_preferences): Move some invariants out of the
22545         inner loop.
22546
22547 Thu Aug 12 15:30:29 1999  Jesse Perry  (jap@unx.dec.com)
22548
22549         * configure.in (alpha*-dec-osf*): Add osf5.
22550
22551 Sun Aug  1 22:24:03 1999  Philip Blundell  <philb@gnu.org>
22552
22553         * configure.in: Rework handling of ARM GNU/Linux slightly.
22554         (arm*-*-linux-gnuoldld): New target.
22555         * configure: Regenerate.
22556         * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
22557         arm-*-elf.  Mention that arm-*-linux-gnuaout is obsolete.
22558         * config/arm/linux-oldld.h: New file.
22559         * config/arm/linux-elf26.h: Don't include linux-elf.h.
22560         (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
22561         Don't define.
22562         * config/arm/linux-elf.h (ASM_SPEC): Define.
22563         (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
22564         SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
22565         for 26-bit APCS and old linker.
22566         (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
22567         `arm_elf'.
22568         (FP_DEFAULT): Define to FP_SOFT3 for all machines.
22569         * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
22570         don't define `arm' or `arm_elf'.
22571         * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
22572         MULTILIB_DIRNAMES): Define.  Fix typo in comment.
22573
22574 Thu Aug 12 10:14:47 1999  Andreas Schwab  <schwab@suse.de>
22575
22576         * rtl.texi: Fix typo.
22577
22578 Wed Aug 11 23:50:57 1999  Jason Merrill  <jason@yorick.cygnus.com>
22579
22580         * invoke.texi (C++ Dialect Options): Add -fms-extensions.
22581
22582 Wed Aug 11 12:59:37 1999  Mark Mitchell  <mark@codesourcery.com>
22583
22584         * extend.texi (C++ Signatures): Remove node.
22585         * invoke.texi: Remove discussion of -fhandle-signatures,
22586         signature, sigof, __signature__, and __sigof__.
22587
22588 Wed Aug 11 03:38:25 1999  Jeffrey A Law  (law@cygnus.com)
22589
22590         * Makefile.in (JAVAGC): Removed.
22591
22592 Wed Aug 11 02:13:26 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22593
22594         * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22595
22596 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
22597
22598         * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22599
22600 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
22601
22602         * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
22603         a register that is already known to be a pointer.
22604
22605 1999-08-11  Bruce Korb  <ddsinc09@ix.netcom.com>
22606
22607         * fixinc/inclhack.tpl: Only install assert.h conditionally.
22608         * fixinc/inclhack.sh: Regenerated.
22609         * fixinc/fixincl.sh: Regenerated.
22610
22611 Wed Aug 11 00:34:22 1999  Joe Buck  <jbuck@synopsys.com>
22612
22613         * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
22614         Fix documentation of -ansi flag to describe its C++ behavior.
22615         Remove bogus reference to GCC 2.9.
22616
22617 Tue Aug 10 17:19:02 1999  Jim Wilson  <wilson@cygnus.com>
22618
22619         * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
22620         note if it is non-NULL.
22621
22622 Tue Aug 10 10:47:42 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22623
22624         * except.h (eh_nesting_info): Add new structure defintion.
22625         (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
22626         (reachable_handlers, update_rethrow_references): Add function
22627         prototypes.
22628         * rtl.h (struct rtvec_def): Update comments.  REG_EH_RETHROW takes
22629         a rethrow symbol instead of an integer exception region number.
22630         * flow.c (Make_edges): Use new exception nesting routines to determine
22631         which handlers are reachable from a CALL or asynchronous insn.
22632         Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
22633         goto receivers.
22634         (delete_eh_regions): Update rethrow labels, and don't delete
22635         regions which are the target of a rethrow.
22636         * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
22637         avoid overloading the SYMBOL_REF_USED flag.
22638         (rethrow_symbol_map): Use new rethrow_ref field.
22639         (rethrow_used): Use new rethrow_ref field.
22640         (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
22641         of an integer.  Fix formatting.
22642         (output_exception_table_entry): Use new rethrow_ref field.
22643         (can_throw): Check for EH_REGION_NOTE before deciding
22644         whether a CALL can throw or not.
22645         (scan_region): Call rethrow_used() instead of accessing data structure.
22646         (update_rethrow_references): New function to make sure only regions
22647         which are still targets of a rethrow are flagged as such.
22648         (process_nestinfo): New static function to initialize a handler
22649         list for a specific region.
22650         (init_eh_nesting_info): New function to allocate and initialize
22651         the list of all EH handlers reachable from all regions.
22652         (reachable_handlers): New function to retrieve the list of handlers
22653         reachable from a specific region and insn.
22654         (free_eh_nesting_info): New function to dispose of a list of
22655         reachable handlers.
22656
22657 Tue Aug 10 10:39:31 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22658
22659         * flow.c (split_edge): Set JUMP_LABEL field.
22660         (commit_one_edge_insertion): Set head correctly for insert_before.
22661         When inserting insns, update insn block numbers if allocated.
22662
22663 Tue Aug 10 09:26:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22664
22665         * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
22666         retry_incomplete_types): Add static prototype.
22667         (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
22668         dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
22669         dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
22670         dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
22671         dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
22672         Constify a char*.
22673
22674         * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
22675         dwarf2out_start_source_file, dwarf2out_line): Likewise.
22676
22677 Tue Aug 10 09:21:46 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22678
22679         * output.h (assemble_name): Constify a char*.
22680
22681         * varasm.c (UNIQUE_SECTION, assemble_start_function,
22682         assemble_variable, assemble_name): Likewise.
22683
22684         * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
22685
22686         * arm/pe.c (arm_pe_unique_section): Likewise.
22687
22688         * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
22689
22690         * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
22691
22692         * i386/interix.c (i386_pe_unique_section): Likewise.
22693
22694         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
22695
22696         * i386/winnt.c (i386_pe_unique_section): Likewise.
22697
22698         * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
22699
22700         * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
22701
22702         * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
22703
22704         * pa/pa.c (output_call): Likewise.
22705
22706         * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
22707
22708         * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
22709
22710         * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
22711         Likewise.
22712
22713         * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
22714         Likewise.
22715
22716         * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
22717
22718         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
22719         STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
22720
22721         * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
22722
22723 Mon Aug  9 19:54:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22724
22725         * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
22726
22727 Mon Aug  9 19:36:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22728
22729         * tree.h (lang_identify): Constify a char*.
22730         (print_error_function): Add extern prototype.  Constify a char*.
22731
22732         * c-lang.c (lang_identify): Constify a char*.
22733
22734         * objc/objc-act.c (lang_identify): Constify a char*.
22735
22736 Mon Aug  9 16:21:53 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22737
22738         * genpeep.c (main): Make generated file include "function.h".
22739         * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
22740
22741 Mon Aug  9 10:08:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22742
22743         * Makefile.in: Update dependencies.
22744         * alias.c: Include "function.h"
22745         * c-decl.c: Likewise.
22746         * caller-save.c: Likewise.
22747         * calls.c: Likewise.
22748         * combine.c: Likewise.
22749         * cse.c: Likewise.
22750         * explow.c: Likewise.
22751         * final.c: Likewise.
22752         * global.c: Likewise.
22753         * graph.c: Likewise.
22754         * local-alloc.c: Likewise.
22755         * loop.c: Likewise.
22756         * optabs.c: Likewise.
22757         * profile.c: Likewise.
22758         * recog.c: Likewise.
22759         * regclass.c: Likewise.
22760         * regmove.c: Likewise.
22761         * reload.c: Likewise.
22762         * reorg.c: Likewise.
22763         * resource.c: Likewise.
22764         * sched.c: Likewise.
22765         * stupid.c: Likewise.
22766         * config/1750a/1750a.c: Likewise.
22767         * config/a29k/a29k.c: Likewise.
22768         * config/arc/arc.c: Likewise.
22769         * config/arm/arm.c: Likewise.
22770         * config/arm/thumb.c: Likewise.
22771         * config/c4x/c4x.c: Likewise.
22772         * config/clipper/clipper.c: Likewise.
22773         * config/convex/convex.c: Likewise.
22774         * config/fx80/fx80.c: Likewise.
22775         * config/i860/i860.c: Likewise.
22776         * config/m68k/m68k.c: Likewise.
22777         * config/m88k/m88k.c: Likewise.
22778         * config/mips/mips.c: Likewise.
22779         * config/pdp11/pdp11.c: Likewise.
22780         * config/pyr/pyr.c: Likewise.
22781         * config/romp/romp.c: Likewise.
22782         * config/sh/sh.c: Likewise.
22783         * config/tahoe/tahoe.c: Likewise.
22784         * config/vax/vax.c: Likewise.
22785         * config/we32k/we32k.c: Likewise.
22786         * config/sparc/sparc.c: Include "function.h".
22787         (mem_min_alignment): Test current_function rather than
22788         regno_pointer_align.
22789         * config/pa/pa.c: Likewise.
22790         (compute_frame_size): Delete declaration of
22791         current_function_outgoing_args_size.
22792         * config/arc/arc.h (current_function_varargs): Delete declaration.
22793         * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
22794         declaration.
22795         * config/i370/i370.h (current_function_outgoing_args_size): Delete
22796         declaration.
22797         * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
22798         current_function_uses_pic_offset_table.
22799         * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
22800         of current_function_returns_pointer.
22801         * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22802         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22803         * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22804         * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22805         * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22806         * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22807         * config/m88k/m88k.c: Include "function.h"
22808         (call_used_regs, current_function_pretend_args_size,
22809         current_function_outgoing_args_size, frame_pointer_needed): Delete
22810         declarations.
22811         * config/m88k/m88k.h (current_function_pretend_args_size): Delete
22812         declaration.
22813         * config/mips/mips.h (current_function_calls_alloca): Delete
22814         declaration.
22815         * config/mn10200/mn10200.h (current_function_needs_context,
22816         rtx_equal_function_value_matters): Delete declarations.
22817         * config/ns32k/ns32k (current_function_uses_pic_offset_table,
22818         flag_pic): Delete declarations.
22819         * config/pa/pa.h (current_function_pretend_args_size,
22820         current_function_decl): Delete declarations.
22821         * config/pa/som.h (current_function_varargs): Delete declaration.
22822         * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
22823         declaration.
22824         * config/pyr/pyr.h (current_function_pretend_args_size,
22825         current_function_args_size, current_function_calls_alloca): Delete
22826         declarations.
22827         * config/sh/sh.h (current_function_varargs): Delete declaration.
22828         * config/sparc/sparc.h (current_function_outgoing_args_size,
22829         current_function_calls_alloca, current_function_decl): Delete
22830         declarations.
22831         * config/spur/spur.h (current_function_pretend_args_size,
22832         current_function_calls_alloca): Delete declarations.
22833         * config/v850/v850.c (current_function_outgoing_args_size): Delete
22834         declaration.
22835         * config/vax/vms.h (current_function_name): Delete declaration.
22836         * gcse.c: Include "function.h".
22837         (current_function_name, current_function_calls_setjmp): Delete
22838         declarations.
22839         * haifa-sched.c: Include "function.h".
22840         (forced_labels): Delete declaration.
22841         * jump.c: Likewise.
22842         * reg-stack.c: Likewise.
22843         * reload1.c: Likewise.
22844         * genemit.c (main): Make generated file include function.h.
22845         * genoutput.c (output_prologue): Likewise.
22846
22847         * builtins.c (saveregs_value, apply_args_value): Delete variables.
22848         * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
22849         sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
22850         regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
22851         regno_reg_rtx, sequence_stack): Delete variables.  Add accessor
22852         macros for some of them.
22853         (emit_filename, emit_lineno): Delete declarations.
22854         (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy.  Access
22855         regno_pointer_* variables through current_function.
22856         (gen_inline_header_rtx): Delete function.
22857         (save_emit_status): Delete function.
22858         (set_new_last_label_num): New function.
22859         (clear_emit_caches): New function.
22860         (restore_emit_status): Just clear last_labelnum and call
22861         clear_emit_caches.
22862         (get_last_insn_anywhere): Variable sequence_stack is now accessed
22863         through macro seq_stack.
22864         (add_insn_after): Likewise.
22865         (add_insn_before): Likewise.
22866         (remove_insn): Likewise.
22867         (pop_topmost_sequence): Likewise.
22868         (in_sequence_p): Likewise.
22869         (start_sequence_for_rtl_expr): Likewise.
22870         (start_sequence): Likewise, and likewise for
22871         sequence_rtl_expr/seq_rtl_expr.
22872         (push_topmost_sequence): Likewise.
22873         (end_sequence): Likewise.
22874         (init_virtual_regs): Now takes a "struct emit_status *" argument.
22875         All callers changed.  Store into that pointer instead of globals.
22876         (init_emit): Allocate emit elt of current_function.
22877         Changes for sequence_rtl_expr/sequence_stack renaming.
22878         Call clear_emit_caches instead of doing it in-line.
22879         Access regno_pointer_* variables through current_function.
22880         (init_emit_once) Don't clear sequence_stack.
22881
22882         * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
22883         Delete variables.
22884         (arg_pointer_save_area): Delete declaration.
22885         (finish_expr_for_function): Renamed from init_queue; no longer static.
22886         (init_expr): Don't call init_queue.
22887         (save_expr_status, restore_expr_status): Delete functions.
22888         (expand_expr): Changes to reflect new layout of struct function.
22889         Don't access current_function_check_memory_usage when current_function
22890         is 0.
22891         * expr.h (forced_labels, save_expr_regs, saveregs_value,
22892         apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
22893         current_function_outgoing_args_size, current_function_arg_offset_rtx,
22894         current_function_uses_const_pool, function_call_count,
22895         current_function_uses_pic_offset_table, nonlocal_labels,
22896         current_function_internal_arg_pointer, nonlocal_goto_stack_level,
22897         current_function_check_memory_usage, nonlocal_goto_handler_slots,
22898         pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
22899         declarations.
22900         (finish_expr_for_function): Declare.
22901         * flags.h (current_function_has_nonlocal_label,
22902         current_function_has_nonlocal_goto, current_function_is_thunk,
22903         current_function_has_computed_jump): Delete declarations.
22904         * flow.c (forced_labels): Delete declaration.
22905         * function.c (current_function_pops_args,
22906         current_function_returns_struct, current_function_returns_pcc_struct,
22907         current_function_needs_context, current_function_calls_setjmp,
22908         current_function_calls_longjmp, current_function_has_nonlocal_label,
22909         current_function_has_nonlocal_goto, current_function_is_thunk,
22910         current_function_has_computed_jump, current_function_calls_alloca,
22911         current_function_contains_functions, current_function_returns_pointer,
22912         current_function_epilogue_delay_list, current_function_args_size,
22913         current_function_pretend_args_size, current_function_arg_offset_rtx,
22914         current_function_outgoing_args_size, current_function_varargs,
22915         current_function_stdarg, current_function_args_info, cleanup_label,
22916         current_function_name, current_function_uses_const_pool,
22917         current_function_instrument_entry_exit, current_function_return_rtx,
22918         current_function_uses_pic_offset_table, nonlocal_labels,
22919         current_function_internal_arg_pointer, current_function_cannot_inline,
22920         current_function_check_memory_usage, function_call_count,
22921         nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
22922         nonlocal_goto_stack_level, return_label, save_expr_regs,
22923         stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
22924         tail_recursion_reentry, arg_pointer_save_area, frame_offset,
22925         context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
22926         last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
22927         temp_slot_level, var_temp_slot_level, target_temp_slot_level):
22928         Delete variables.
22929         (push_function_context_to): Don't save them.  Don't call
22930         save_storage_status, save_emit_status or save_expr_status.
22931         (pop_function_context_from): Don't restore them.  Don't call
22932         restore_storage_status or restore_expr_status.
22933         (get_func_frame_size): New function.
22934         (get_frame_size): Use it.
22935         (assign_outer_stack_local): Reflect some member name changes in struct
22936         function.
22937         (put_reg_into_stack): Likewise.
22938         (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
22939         seq_rtl_expr.
22940         (fixup_var_refs): Likewise.
22941         (fix_lexical_addr): Likewise.
22942         (trampoline_address): Likewise.
22943         (prepare_function_start): Clear field inlinable of current_function.
22944         (init_function_for_compilation): New function.
22945         (expand_dummy_function_end): New function.
22946         (expand_function_end): Call finish_expr_for_function.
22947         * function.h (struct emit_status): New; fields moved here from struct
22948         function and from global variables.  Add accessor macros for some of
22949         the fields.
22950         (struct expr_status): Likewise.
22951         (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
22952         (struct function): Add fields expr and emit, inlinable, inl_emit,
22953         original_arg_vector, original_decl_initial, inl_last_parm_insn,
22954         inl_max_label_num.  Add many comments.
22955         Add accessor macros for all elts of struct function that no longer
22956         have a global variable.
22957         (cleanup_label, return_label, frame_offset, tail_recursion_label,
22958         tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
22959         stack_slot_list): Delete declarations.
22960         (get_func_frame_size): Declare.
22961         (save_expr_status, restore_expr_status, save_emit_status,
22962         save_storage_status, restore_storage_status): Delete declarations.
22963         (init_virtual_regs): Declare.
22964         * output.h (current_function_pops_args,
22965         current_function_returns_struct, current_function_returns_pcc_struct,
22966         current_function_needs_context, current_function_calls_setjmp,
22967         current_function_calls_longjmp, current_function_calls_alloca,
22968         current_function_has_nonlocal_label, current_function_varargs,
22969         current_function_has_computed_jump, current_function_returns_pointer,
22970         current_function_contains_functions, current_function_args_size,
22971         current_function_pretend_args_size, current_function_stdarg,
22972         current_function_outgoing_args_size, current_function_args_info,
22973         current_function_name, current_function_return_rtx,
22974         current_function_epilogue_delay_list,
22975         current_function_uses_const_pool, current_function_cannot_inline):
22976         Delete declarations.
22977         * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
22978         regno_reg_rtx): Delete declaration.
22979         (REGNO_POINTER_FLAG): Delete macro.
22980         * stmt.c (expand_goto): Changes to reflect that some fields in struct
22981         function were renamed.
22982         * stor-layout.c (save_storage_status, restore_storage_status): Delete
22983         functions.
22984         * toplev.c: Include "function.h".
22985         (current_function_decl): Delete declaration.
22986         (compile_file): Call init_dummy_function_start and
22987         expand_dummy_function_end around some initializations that need to
22988         emit rtl.
22989         (rest_of_compilation): Use DECL_SAVED_INSNS properly.
22990         Call init_function_for_compilation.
22991         * unroll.c: Include "function.h"
22992         (unroll_loop): Access regno_pointer_* variables through
22993         current_function.
22994
22995         * tree.h (struct tree_decl): Add elt f to saved_insns member.
22996         (DECL_SAVED_INSNS): use it.
22997         (expand_dummy_function_end): Declare.
22998         (init_function_for_compilation): Declare.
22999         * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
23000         that it's no longer an INLINE_HEADER.
23001         (expand_call): Likewise.
23002         * integrate.c (finish_inline): Delete function.
23003         (max_parm_reg, parm_reg_stack_loc): Delete declarations.
23004         (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
23005         args.  Don't generate an INLINE_HEADER rtx, just return the arg
23006         vector.  All callers changed.
23007         (save_for_inline_copying):  Create a duplicate struct emit_status to
23008         hold the emit state for compiling the current function.  Use this and
23009         the other new fields in struct function that are for integration
23010         instead of an INLINE_HEADER.
23011         Use memcpy instead of bcopy.
23012         Store the current struct function in DECL_SAVED_INSNS of fndecl.
23013         (save_for_inline_nocopy): Similar changes, except no new emit_status
23014         is needed here.
23015         (expand_inline_function): Get information from function structure,
23016         not from an inline header rtx.
23017         (output_inline_function): Lose code to extract the necessary
23018         information from an inline header; simply put back the function
23019         structure into current_function.  Clear its inlinable elt.
23020         * rtl.def (INLINE_HEADER): Delete.
23021         * rtl.h: Delete all accessors for an INLINE_HEADER.
23022         (gen_inline_header_rtx): Delete declaration.
23023         (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
23024         Delete declarations.
23025         (REGNO_POINTER_ALIGN): Delete.
23026         (clear_emit_caches): Declare.
23027         (set_new_last_label_num): Declare.
23028
23029 Mon Aug  9 01:52:24 1999  Jason Merrill  <jason@yorick.cygnus.com>
23030
23031         * print-tree.c (print_node): Print base for OFFSET_TYPEs.
23032
23033         * except.c (expand_eh_region_start_for_decl): Always start a new block.
23034         * stmt.c (is_eh_region): Make sure current_function is present, too.
23035
23036 Mon Aug  9 01:15:24 1999  Jeffrey A Law  (law@cygnus.com)
23037
23038         * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
23039         for 64bit PA targets.
23040
23041         * pa.h (SELECT_SECTION): Define.
23042         * som.h (SELECT_SECTION): Delete.
23043
23044 Sun Aug  8 15:13:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23045
23046         * alias.c (init_alias_analysis): Wrap call to
23047         `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
23048
23049 1999-08-07  Bruce Korb  <autogen@linuxbox.com>
23050
23051         * fixinc/inclhack.def(irix_asm_apostrophe):  IRIX 5.2's
23052         <sys/asm.h> contains an asm comment with an apostrophe
23053         * fixinc/inclhack.sh:  regen
23054         * fixinc/fixincl.x:  regen
23055
23056 Sat Aug  7 19:37:07 1999  Richard Henderson  <rth@cygnus.com>
23057
23058         * function.c (init_function_start): Clear prologue & epilogue.
23059         (prologue_epilogue_contains): New function.
23060         * alias.c (init_alias_analysis): Use it.
23061         * rtl.h (prologue_epilogue_contains): Declare it.
23062
23063 Sat Aug  7 19:32:16 1999  Richard Henderson  <rth@cygnus.com>
23064
23065         * jump.c (onlyjump_p): New function.
23066         * rtl.h: Declare it.
23067         * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
23068         of condjump_p in calling tidy_fallthru_edge and merge_blocks.
23069
23070 Sat Aug  7 17:09:36 1999  Richard Henderson  <rth@cygnus.com>
23071
23072         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
23073         to invert loops.  Simplify block scanning.
23074
23075 Sat Aug  7 02:11:13 1999  Bernd Schmidt <bernds@cygnus.co.uk>
23076
23077         * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
23078         (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
23079
23080 1999-08-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23081
23082         * config/sparc/liteelf.h: New file to support sparclite-elf target
23083         * config/sparc/t-sp86x: New file to support sparc86x targets
23084         * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
23085         * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
23086         * configure.in: Support above target triplets
23087         * configure: Regenerated
23088
23089 Sat Aug  7 01:39:27 1999  Philippe De Muyter  <phdm@macqel.be>
23090
23091         * fixinc/server.c (server_setup): Do not prefix function used as
23092         parameter with `&'.
23093
23094 Sat Aug  7 00:21:20 1999  Richard Henderson  <rth@cygnus.com>
23095
23096         * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
23097         Remove fp reg alternatives.
23098
23099 Sat Aug  7 00:06:54 1999  Jeffrey A Law  (law@cygnus.com)
23100
23101         * Makefiin (TAROUTOPTS): Kill.
23102         (install-headers-tar): Use "xpf" for tar headerfile extraction
23103         * i370/x-oe (TAROUTOPTS): Delete.
23104         * m68k/x-apollo68 (TAROUTOPTS): Delete.
23105         * m68k/x-hp320 (TAROUTOPTS): Delete.
23106         * m68k/x-hp320g (TAROUTOPTS): Delete.
23107         * gcc.texi: Update bug reporting text.
23108
23109 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
23110
23111         * reg-stack.c (change_stack) Fixed problem with negative array index.
23112
23113 Fri Aug  6 23:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23114
23115         * extend.texi, install.texi: Fix spelling mistakes.
23116
23117         * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
23118         (s-attrtab); No longer try to use pre-made insn-attrtab file.
23119         * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
23120         PREMADE_ATTRTAB_MD.
23121         * mips/t-ecoff: Likewise.
23122         * mips/t-elf: Likewise.
23123         * mips/t-mips: Likewise.
23124         * mips/t-osfrose: Likewise.
23125         * mips/t-r3900: Likewise.
23126         * mips/t-svr3: Likewise.
23127         * mips/t-svr4: Likewise.
23128         * mips/t-ultrix: Likewise.
23129
23130         * gcc.texi: Document recommend means to provide software floating
23131         point libraries in libgcc.a
23132
23133 1999-08-06  Jason Merrill  <jason@yorick.cygnus.com>
23134
23135         * c-lex.c (yylex): We can have a number with no digits.
23136
23137 Fri Aug  6 16:53:55 EDT 1999  John Wehle  (john@feith.com)
23138
23139         * jump.c (delete_prior_computation): New function, broken
23140         out of delete_computation.  Check for side effects with
23141         side_effects_p instead of FIND_REG_INC_NOTE.  Handle
23142         multi-word hard registers.
23143         (delete_computation): Use it.  Check for side effects with
23144         side_effects_p instead of FIND_REG_INC_NOTE.  Synthesize a
23145         missing REG_DEAD note for a register which is both set and
23146         used by an insn.
23147
23148 Fri Aug  6 11:05:29 1999  Jeffrey A Law  (law@cygnus.com)
23149
23150         * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
23151         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
23152         (ASM_FILE_START): Import _mcount with the right type.
23153         (ASM_DECLARE_FUNCTION_NAME): Define.
23154         (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
23155         * pa.c (output_function_prologue): Always emit the function's label
23156         here.
23157         * pa.h (TEXT_SPACE_P): Define.
23158         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23159         (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
23160         * som.h (TEXT_SPACE_P): Delete.
23161         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23162         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
23163
23164 Thu Aug  5 19:29:39 1999  Jim Wilson  <wilson@cygnus.com>
23165
23166         * expr.c (emit_group_load): Allow src to be a CONCAT.
23167
23168 Thu Aug  5 22:27:15 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23169
23170         * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
23171         (___mulsi3): Use '!' comment character.
23172
23173 Thu Aug  5 13:34:14 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23174
23175         * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
23176
23177 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
23178
23179         * gcc.c: Update URLs and mail addresses.
23180         * gcc.texi: Likewise.
23181
23182 Thu Aug  5 01:14:13 1999  Daniel Jacobowitz <drow@false.org>
23183
23184         * rs6000.c (current_file_function_operand): Return zero for
23185         weak functions.
23186         (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
23187         weak symbols.
23188         * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
23189         for weak symbols.
23190
23191 Thu Aug  5 00:56:30 1999  Geoffrey Keating  <geoffk@cygnus.com>
23192
23193         * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
23194         allocate space in the stack frame for the PIC register.
23195
23196 Thu Aug  5 00:20:47 1999  Jeffrey A Law  (law@cygnus.com)
23197
23198         * m68k.md (xordi3, anddi3): These patterns are not available on
23199         the coldfire.
23200
23201 Wed Aug  4 23:39:20 1999  Mark Mitchell  <mark@codesourcery.com>
23202
23203         * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
23204         (PUT_REAL): Likewise.
23205
23206 Wed Aug  4 20:45:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23207
23208         * final.c (shorten_branches): Don't add an alignment for loops
23209         that have no label inside.
23210
23211 Wed Aug  4 16:39:24 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23212
23213         * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
23214         prototypes in macro HAVE_cmpstrsi.
23215
23216         * cpplib.c (cpp_get_token): Remove unused label `op3'.
23217
23218         * emit-rtl.c (operand_subword): Remove unused variable
23219         `bits_per_word'.
23220
23221         * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
23222
23223         * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
23224
23225 Wed Aug  4 13:29:23 1999  Zack Weinberg  <zack@bitmover.com>
23226
23227         * cpphash.c (macroexpand): Delete leading whitespace when arg
23228         is concatenated before.
23229         (unsafe_chars): Correct test for whether + and - can extend a
23230         token.
23231
23232         * cppinit.c (cpp_start_read): Do dependencies for
23233         -include/-imacros files also.
23234
23235         * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
23236         tokenizing non-directive lines.
23237         (cpp_expand_to_buffer): Temporarily disable no-output mode.
23238         * cppmain.c: In no-output mode, just call cpp_scan_buffer for
23239         the input file.
23240
23241 Wed Aug  4 12:53:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23242
23243         * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
23244
23245         * c-lex.c: Sync with C++ frontend.
23246         (linemode): New variable.
23247         (parse_float): imag, conversion_errno, and type are output only.
23248         (yylex): Adjust.  Move initial '.' case into main switch.
23249         Use linemode.
23250         (handle_generic_pragma): Just deal with tokens.
23251         (readescape): Use ISXDIGIT and ISGRAPH.
23252         * c-parse.in: Add END_OF_LINE token.
23253
23254         * c-lex.c (lang_init): Generalize.
23255         (nextchar): Remove.  Replace uses with UNGETC.
23256         (skip_white_space): Handle linemode here.  Optimize for cpplib.
23257         (skip_white_space_on_line): Remove.
23258         (extend_token_buffer_to): New fn.
23259         (extend_token_buffer): Use it.
23260         (read_line_number, check_newline): Just deal with tokens.
23261         (token_getch, token_put_back): New fns.
23262         (yylex): Use them.  More cpplib optimizations.  Simplify.
23263
23264 Wed Aug  4 12:53:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
23265                           Jason Merrill  <jason@yorick.cygnus.com>
23266
23267         * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
23268         (consume_string): Make this smart about USE_CPPLIB.
23269         (check_newline): Rewrite to be intelligent about USE_CPPLIB.
23270         (yylex): Rewrite to be intelligent about USE_CPPLIB.
23271         Also, clean up cases where we redundantly set token_buffer[0].
23272         (read_line_number): New fn.
23273         (ignore_escape_flag): New variable.
23274
23275 Wed Aug  4 13:12:17 1999  Jeffrey A Law  (law@cygnus.com)
23276
23277         * a29k/t-a29kbare: Fix some comments.
23278         (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
23279         (FPBIT, DPBIT): Define.
23280         * a29k/t-vx29k: Likewise.
23281         * arc/t-arc: Likewise.
23282         * arm/t-arm-elf: Likewise.
23283         * arm/t-bare: Likewise.
23284         * arm/t-pe: Likewise.
23285         * arm/t-pe-thumb: Likewise.
23286         * arm/t-semi: Likewise.
23287         * arm/t-thumb: Likewise.
23288         * arm/t-thumb-elf: Likewise.
23289         * arm/t-thumb-linux: Likewise.
23290         * h8300/t-h8300: Likewise.
23291         * i960/t-i960: Likewise.
23292         * i960/t-vxworks960: Likewise.
23293         * m32r/t-m32r: Likewise.
23294         * mips/t-ecoff: Likewise.
23295         * mips/t-elf: Likewise.
23296         * mips/t-r3900: Likewise.
23297         * pa/t-pro: Likewise.
23298         * rs6000/t-aix43: Likewise.
23299         * rs6000/t-beos: Likewise.
23300         * rs6000/t-newas: Likewise.
23301         * rs6000/t-ppccomm: Likewise.
23302         * rs6000/t-rs6000: Likewise.
23303         * rs6000/t-winnt: Likewise.
23304         * rs6000/t-xnewas: Likewise.
23305         * rs6000/t-xrs6000: Likewise.
23306         * sh/t-sh: Likewise.
23307         * sparc/t-elf: Likewise.
23308         * sparc/t-sparcbare: Likewise.
23309         * sparc/t-sparclite: Likewise.
23310         * sparc/t-splet: Likewise.
23311         * v850/t-v850: Likewise.
23312         * mn10200/t-mn10200: Fix comments.
23313         * mn10300/t-mn10300: Likewise.
23314
23315         * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
23316         dummy operand.  Allocate a new pseudo for the dummy operand.
23317         (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
23318
23319         * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
23320
23321 Wed Aug  4 11:53:55 1999  Tom Tromey  <tromey@cygnus.com>
23322
23323         * configure: Rebuilt.
23324         * configure.in: Removed --enable-java-gc option and JAVAGC subst.
23325
23326 Wed Aug  4 09:06:14 1999  Richard Earnshaw (rearnsha@arm.com)
23327
23328         * recog.c (preproces_constraints): Zero recog_op_alt before
23329         processing the constraints.
23330
23331         * arm.c (typedef minipool_node): Renamed from pool_node.
23332         (minipool_vector, minipool_size, minipool_vector_label): Similarly.
23333         (add_minipool_constant): New function.
23334         (dump_minipool): New function.
23335         (find_barrier): Remove special case for getting the insn size of
23336         an insn that references the constant pool.
23337         (minipool_fixup): New structure.
23338         (push_minipool_barrier): New function.
23339         (push_minipool_fix): New function.
23340         (note_invalid_constants): New function.
23341         (add_pool_constant, dump_table, fixit, broken_move): Delete.
23342         (arm_reorg): Rewrite code to fix up the constant pool into a
23343         series of mini-pools embedded in the insn stream.
23344         (arm_output_epilogue): New function, made mainly from the body
23345         of output_func_epilogue.
23346         (output_func_epilogue): Move insn generation part of epilogue code
23347         to arm_output_epilogue.
23348         * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
23349         * arm.md (pool_range): New attribute.
23350         (zero_extendqidi2): Add attribute pool_range.
23351         (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
23352         extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
23353         pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
23354         movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
23355         movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
23356         (epilogue): New expand.
23357         (epilogue_insn): New insn.  Call arm_output_epilogue.
23358
23359         * arm.c (arm_poke_function_name): Undo change of July 17.  Tidy up.
23360         * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
23361
23362 Mon Aug  2 19:18:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23363
23364         * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
23365
23366 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
23367
23368         * config/i386/djgpp.h  (BSS_SECTION_ASM_OP): Define.
23369
23370 Wed Aug  4 02:15:32 1999  Richard Henderson <rth@cygnus.com>
23371
23372         * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
23373
23374 Wed Aug  4 01:48:08 1999  Jim Kingdon  <http://developer.redhat.com>
23375
23376         * global.c: Fix comment.
23377
23378 Wed Aug  4 01:43:01 1999  Ian Lance Taylor  <ian@zembu.com>
23379
23380         * gcc.c (access_check): New static function.
23381         (find_a_file): Use it when searching a directory list.
23382         * collect2.c (find_a_file): Don't accept directories found when
23383         searching a directory list.
23384
23385 Wed Aug  4 01:40:43 1999  Philippe De Muyter  <phdm@macqel.be>
23386
23387         * tlink.c (symbol_hash_lookup): Do not prefix functions used as
23388         function parameters with `&'.
23389         (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
23390
23391 Wed Aug  4 01:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23392
23393         * flow.c (delete_unreachable_blocks): Do not call merge_blocks
23394         or tidy_fallthru_edge if the last insn in the block is not
23395         an unconditional jump or a simple conditional jump.
23396
23397 Tue Aug  3 20:21:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23398
23399         * Makefile.in (c-decl.o): Depends on defaults.h.
23400
23401 Tue Aug  3 14:14:52 1999  Jeffrey A Law  (law@cygnus.com)
23402
23403         * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
23404         PA1.1 and above.
23405         (CLASS_MAX_NREGS): Likewise.
23406
23407 Tue Aug  3 03:51:20 1999  Jeffrey A Law  (law@cygnus.com)
23408
23409         * cse.c (cse_insn): Fix dumb thinko in last change.
23410
23411 Tue Aug  3 10:36:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23412
23413         * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
23414         "const char *".
23415
23416 Mon Aug  2 23:45:45 1999  Hans-Peter Nilsson  <hp@bitrange.com>
23417
23418         * dwarf2out.c (add_location_or_const_value_attribute): Correct
23419         test for sizes of passed and declared parameter types.
23420
23421 Tue Aug  3 00:03:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23422
23423         * fixincludes: Fix the return type of bsearch, char* -> void*.
23424
23425         * fixinc/inclhack.def: Likewise.
23426
23427 Mon Aug  2 18:29:32 1999  Mark Mitchell  <mark@codesourcery.com>
23428
23429         * invoke.texi (-fdump-translation-unit): New option.
23430
23431 Mon Aug  2 17:54:19 1999  Richard Henderson  <rth@cygnus.com>
23432
23433         * expr.h (PROMOTE_PROTOTYPES): Move ...
23434         * defaults.h: ... to here.
23435         * c-decl.c: Include defaults.h instead of expr.h.
23436         * c-typeck.c: Include defaults.h.
23437
23438 Mon Aug  2 17:10:24 1999  Mark Mitchell  <mark@codesourcery.com>
23439
23440         * toplev.h (errorcount): Declare.
23441         (warningcount): Likewise.
23442         (sorrycount): Likewise.
23443         * c-lex.c (errorcount): Don't declare.
23444         * dwarf2out.c (errorcount): Don't declare.
23445
23446 Mon Aug  2 17:02:08 1999  Jason Merrill  <jason@yorick.cygnus.com>
23447
23448         * config/libgloss.h: Add a note discouraging use with ELF.
23449         * configure.in: Don't use libgloss.h for ELF targets.
23450         Always use_collect2 on a.out targets.
23451
23452 Mon Aug  2 16:27:42 1999  Jim Wilson  <wilson@cygnus.com>
23453
23454         * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
23455         (force_to_mode, case ASHIFTRT): Add shiftrt label.
23456
23457 Tue Aug  3 00:45:02 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23458
23459         * loop.c (strength_reduce): When doing biv->giv conversion, update
23460         reg note of NEXT->insn.
23461
23462 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23463
23464         * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
23465
23466 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23467
23468         * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
23469         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
23470         Ensure expr.h is included.
23471         * c-typecheck.c (convert_arguments): Ditto.
23472
23473         * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
23474
23475         * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
23476         * config/convex/convex.h: Ditto.
23477         * config/dsp16xx/dsp16xx.h: Ditto.
23478         * config/fx80/fx80.h: Ditto.
23479         * config/gmicro/gmicro.h: Ditto.
23480         * config/i370/i370.h: Ditto.
23481         * config/i386/i386.h: Ditto.
23482         * config/m32r/m32r.h: Ditto.
23483         * config/m68k/m68k.h: Ditto.
23484         * config/m88k/m88k.h: Ditto.
23485         * config/mips/mips.h: Ditto.
23486         * config/pa/pa.h: Ditto.
23487         * config/pyr/pyr.h: Ditto.
23488         * config/tahoe/tahoe.h: Ditto.
23489         * config/we32k/we32k.h: Ditto.
23490
23491         * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
23492         based on arch size.
23493
23494         * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
23495
23496         * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
23497         from comment.
23498
23499         * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
23500
23501 1999-08-02  Richard Henderson  <rth@cygnus.com>
23502
23503         * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
23504         for the register spill block.
23505         (m32r_va_arg): New.
23506         * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
23507         (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
23508
23509         * m32r.h (INT8_P): Don't short-cut test with (unsigned).
23510         (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
23511         (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
23512
23513 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23514
23515         * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
23516         MAX_WCHAR_TYPE defined in sparc.h.
23517         * config/sparc/linuxaout.h: Likewise.
23518         * config/sparc/linux64.h: Likewise.
23519         Also default to -mvis if CPU is UltraSPARC.
23520
23521 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23522
23523         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
23524         (RTX_OK_FOR_OLO10): Likewise.
23525         (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
23526         %lo(), allow it in addresses...
23527         (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
23528         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
23529         does not make sense.
23530         * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
23531         (sparc_output_scratch_registers): New function.
23532         (output_function_prologue, sparc_flat_output_function_prologue): Use
23533         it.
23534         * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
23535         defined.
23536         * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
23537         * configure.in: Add check for .register pseudo-op support in as and
23538         check for offsetable %lo().
23539         * acconfig.h: Add templates for the above checks.
23540         * configure: Regenerate.
23541
23542 1999-08-02  Richard Henderson  <rth@cygnus.com>
23543
23544         * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
23545         * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
23546         * sparc/sol2.h (TARGET_DEFAULT): Likewise.
23547
23548 Mon Aug  2 23:46:45 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23549
23550         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
23551         reg_biv_class.
23552
23553 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23554
23555         * config/float-sparc.h: New file.
23556         * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
23557         sparc-*-linux-gnu and sparc64-*-linux*.
23558
23559 1999-08-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23560
23561         * rs6000.c (rs6000_va_list): Type is an array.
23562         (rs6000_va_start): Don't doubly adjust for varargs.
23563         (rs6000_va_arg): Evaluate long long GPR adjustment.
23564
23565 Mon Aug  2 16:15:57 1999  David Edelsohn  <edelsohn@gnu.org>
23566
23567         * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
23568         -maix64 and -maix32.
23569         (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
23570         LINK_SPEC): Change appropriately.
23571         * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
23572         (u_short_cint_operand): Likewise.
23573         * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
23574         for 64-bit hosts.
23575         * rs6000/t-aix43 (MULTILIB): Change to -m64.
23576
23577         * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
23578
23579 Mon Aug  2 16:15:57 1999  Geoff Keating  <geoffk@cygnus.com>
23580
23581         * rs6000/rs6000.c (num_insns_constant_wide): Correct
23582         for type promotion.
23583         (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
23584         (non_add_cint_operand): Likewise.
23585         (logical_operand): Likewise.
23586         (non_logical_cint_operand): Likewise.
23587         (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
23588         (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
23589         (rs6000_select_rtx_section): Suppress warning.
23590         (small_data_operand): Suppress warning.
23591         (rs6000_got_register): Suppress warning.
23592         * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
23593         type, so `J' is generally the wrong constraint for a SImode value;
23594         use `L' instead.
23595         (andsi3_internal2): Likewise.
23596         (andsi3_internal3): Likewise.
23597         (iorsi3_internal1): Likewise.
23598         (xorsi3_internal1): Likewise.
23599         (movsi): Likewise.
23600         (movsf_softfloat): Likewise.
23601         (scc insns): Likewise.
23602         (movsi+2): Preserve sign bits of SImode constant.
23603         (floatsidf2_internal+1): Sign-extend SImode constant correctly.
23604         (movdf+1): Sign-extend properly.
23605         (movdi_32+1): Sign-extend properly.
23606         (scc insns): Sign-extend properly.
23607
23608         * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
23609         K, L, and T.
23610
23611 1999-08-02  Richard Henderson  <rth@cygnus.com>
23612
23613         * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
23614         -mcpu parsing code.
23615         (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
23616         * alpha.md (all fp insns): Likewise.
23617
23618 1999-08-02  Nick Clifton  <nickc@cygnus.com>
23619
23620         * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
23621         already defined.
23622
23623 Mon Aug  2 03:38:33 1999  Jeffrey A Law  (law@cygnus.com)
23624
23625         * pa.c (legitimize_pic_address): Clarify comments.  Do not call the
23626         pic_load_label generator directly.
23627         * pa.md (pic_load_label): Clarify comments.  Remove modes on operands.
23628         No longer a named pattern.
23629
23630 Mon Aug  2 09:38:10 1999  Nick Clifton  <nickc@cygnus.com>
23631
23632         * explow.c (force_reg): Call force_operand if X does not
23633         satisfy general_operand.
23634
23635 Mon Aug  2 01:34:22 1999  Jeffrey A Law  (law@cygnus.com)
23636
23637         * fix-header.c (main): When testing for CONTINUED, use string
23638         equality, not pointer equality.
23639
23640 Mon Aug  2 01:27:24 1999  Dan Nicolaescu  <dann@ics.uci.edu>
23641
23642         * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
23643
23644 Sun Aug  1 22:46:42 1999  Jeffrey A Law  (law@cygnus.com)
23645
23646         * cse.c (cse_insn): Fix loop which deletes insns after a jump
23647         that has become an unconditional jump.
23648
23649         * m68k.c (output_function_prologue): Fix typo in CPU32 case.
23650         (output_function_epilogue): Similarly.
23651
23652 Sun Aug  1 20:14:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23653
23654         * tree.h (init_dummy_function_start): Declare.
23655
23656 Sun Aug  1 12:55:31 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23657
23658         * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
23659         last_expr_type, last_expr_value, block_start_count, block_stack,
23660         stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
23661         nesting_depth, goto_fixup_chain): Delete global vars; now allocated
23662         dynamically in stmt elt of struct function for each function.
23663         (struct nesting): Rename function_call_count elt to n_function_calls,
23664         target_temp_slot_level to block_target_temp_slot_level.  All users
23665         changed.
23666         (struct stmt_status): New structure definition.
23667         Add many accessor macros for stmt_status elements which previously
23668         were global variables.
23669         (init_stmt_for_function): Allocate stmt elt for current_function.
23670         Reflect that block_start_count was renamed to
23671         current_block_start_count.
23672         (save_stmt_status, restore_stmt_status): Delete functions.
23673         (preserve_subexpressions_p): Don't access loop_stack when outside
23674         a function.
23675         (expand_start_bindings): Reflect that block_start_count was renamed to
23676         current_block_start_count.
23677         (expand_fixup): Likewise.
23678         (expand_decl): Don't access block_stack when outside a function.
23679         (expand_decl_cleanup): Likewise.
23680         (expand_dcc_cleanup): Likewise.
23681         (expand_dhc_cleanup): Likewise.
23682         (expand_anon_union_decl): Likewise.
23683         (set_file_and_line_for_stmt): New function.
23684         (in_control_zone_p): New function.
23685
23686         * function.h (struct function): Add new elt stmt.
23687         Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
23688         case_stack, nesting_stack, nesting_depth, block_start_count,
23689         last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
23690         emit_lineno, goto_fixup_chain.
23691         (save_eh_status, restore_eh_status, save_stmt_status,
23692         restore_stmt_status): Delete declarations.
23693         * function.c (push_function_context_to): Don't call save_stmt_status.
23694         (pop_function_context_to): Don't call restore_stmt_status.
23695         * tree.h (in_control_zone_p): Declare.
23696         * rtl.h (set_file_and_line_for_stmt): Declare.
23697
23698         * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
23699         call set_file_and_line_for_stmt.
23700
23701 Thu Jul 31 12:34:45 1999  Joe Buck  <jbuck@synopsys.com>
23702
23703         * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
23704         Also update copyright.
23705
23706 Sat Jul 31 11:10:07 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23707
23708         * c-pragma.c: Don't include "except.h".
23709         * emit-rtl.c: Likewise.
23710         * stor-layout.c: Likewise.
23711         * tree.c: Likewise.
23712         * varasm.c: Likewise.
23713
23714         * flow.c: Include "function.h".
23715         * tree.h (init_dummy_function_start): Declare new function.
23716
23717         * except.h (struct eh_status): New structure.
23718         (struct label_node, struct eh_entry): Declare even if tree.h hasn't
23719         been included.
23720         (eh_return_stub_label, ehstack, catchstack, ehqueue,
23721         catch_clauses, false_label_stack, caught_return_label_stack,
23722         protect_list, current_function_ehc): Add accessor macros for the
23723         corresponding fields in current_function->eh; delete declarations
23724         for all items that used to be declared here.
23725         * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
23726         catch_clauses, false_label_stack, caught_return_label_stack,
23727         protect_list, current_function_ehc): Delete variables.
23728         (init_eh_for_function): Allocate current_function->eh.
23729         (save_eh_status, restore_eh_status): Delete functions.
23730
23731         * function.h (struct function): Add fields next_global and eh.
23732         Delete all exception handling related fields.
23733         * function.c (current_function): New variable.
23734         (all_functions): New variable.
23735         (push_function_context_to): Don't allocate a struct function,
23736         use current_function instead.  Call init_dummy_function_start when
23737         outside a function.  Clear current_function before returning.
23738         (pop_function_context_from): Restore current_function.
23739         Don't free the restored struct function.
23740         (prepare_function_start): New function.
23741         (init_dummy_function_start): New function.
23742         (init_function_start): Break out some code into prepare_function_start
23743         and call it here.
23744
23745         * stmt.c (save_stmt_status): Don't call save_eh_status.
23746         (restore_stmt_status): Don't call restore_eh_status.
23747
23748         * Makefile.in: Update dependencies.
23749
23750 Sat Jul 31 04:10:01 1999  Jeffrey A Law  (law@cygnus.com)
23751
23752         * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
23753         of depending on a magic constant value.  Update comments.
23754         (hppa_expand_prologue): Similarly.
23755
23756         * pa.md (reload_indi, reload_outdi): Allow any register for the
23757         original reload register.
23758
23759 Fri Jul 30 19:41:35 1999  Jim Wilson  <wilson@cygnus.com>
23760
23761         * cccp.c (print_help): Change marcos to macros.
23762
23763 1999-07-30  Richard Henderson  <rth@cygnus.com>
23764
23765         * c-typeck.c (initializer_constant_valid_p): Move ...
23766         * c-common.c (initializer_constant_valid_p): ... here.  Use
23767         FOO_TYPE_P instead of tests against TREE_CODE.  Allow subtraction
23768         of label addresses.
23769         * c-common.h (initializer_constant_valid_p): Declare.
23770         * c-tree.h (initializer_constant_valid_p): Remove.
23771
23772 Fri Jul 30 16:33:42 1999  Mathias Froehlich  <frohlich@na.uni-tuebingen.de>
23773
23774         * config/i386/sol2-c1.asm: Align the stack.
23775         * config/i386/sol2-gc1.asm: Likewise.
23776
23777 1999-07-30  Vladimir Makarov  <vmakarov@loony.cygnus.com>
23778
23779         * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
23780         -Asparclite for sparc86x.
23781         (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
23782         sparc86x.
23783         (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
23784
23785 Fri Jul 30 14:53:56 1999  Jakub Jelinek  <jj@ultra.linux.cz>
23786
23787         * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
23788         the user if using the non-default arch size in BI_ARCH configuration.
23789         * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
23790
23791         * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
23792         Fix patterns so that they actually match.
23793         (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
23794         (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
23795         (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
23796         TARGET_HARD_MUL32.
23797         (mulsidi3): Reflect this in the expand.
23798         (smulsi3_highpart): Only on TARGET_ARCH32.
23799         (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
23800         (const_umulsidi3_sp32): Renamed from const_umulsidi3.
23801         (umulsidi3): Reflect this in the expand.
23802         (umulsi3_highpart): Only on TARGET_ARCH32.
23803         (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
23804         don't require g0 to be zero.
23805         (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
23806         ({,u}divsi3): New expands.
23807         ({,u}divsi3_sp64): New patterns.
23808         (after lshrdi3_v8plus): Four new patterns to help combiner
23809         optimizing nested mixed mode shifts.
23810
23811         * config/sparc/sparc.c (sparc_override_options): Use deprecated
23812         v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
23813         speed things up. Don't use them by default on plain v9 in 64bit
23814         mode, according to what SPAMv9 sais.
23815
23816         * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
23817         top 32 bits of %[og][0-7] in signal handlers.
23818         Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
23819
23820 Fri Jul 30 03:00:41 1999  Jeffrey A Law  (law@cygnus.com)
23821
23822         * pa.md (zvdep_imm32): Renamed from zvdep_imm.
23823         (ashlsi3): Corresponding changes.
23824
23825         * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
23826
23827 Thu Jul 29 18:37:13 1999  Jeffrey A Law  (law@cygnus.com)
23828
23829         * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
23830
23831 Thu Jul 29 19:01:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23832
23833         * arm.h (Hint): Delete macro.
23834         Substitute HOST_WIDE_INT for Hint in some prototypes.
23835         * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
23836
23837 Thu Jul 29 09:21:42 1999  Nick Clifton  <nickc@cygnus.com>
23838
23839         * builtins.c (expand_builtin_setjmp): Use force_operand to
23840         make sure that the buffer address is in a suitable form to be
23841         passed to force_reg.
23842
23843 Wed Jul 28 12:50:48 1999  Geoff Keating  <geoffk@cygnus.com>
23844
23845         * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
23846         them here.
23847
23848 Wed Jul 28 13:18:35 1999  Jeffrey A Law  (law@cygnus.com)
23849
23850         * pa.md (indirect_jump): Remove mode from match_operand.  Verify
23851         proper mode in the condition string.
23852         (icacheflush, dcacheflush): Remove modes from match_operands.
23853
23854         * pa.c (emit_move_sequence): Always convert scratch_reg to the
23855         proper mode before using it.
23856
23857         * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
23858         pair.
23859
23860         * pa.c (store_reg): Do not call add_high_const generator directly.
23861         (load_reg, set_reg_plus_d): Likewise.
23862         * pa.md (add_high_const): No longer a named pattern.
23863
23864         * pa.c (legitimize_address): Consistently use Pmode rather than
23865         SImode.  Do not call gen_pic2_highpart directly anymore.
23866         * pa.md (pic2_highpart): No longer a named pattern.
23867         (pic2_lo_sum): Similarly.  Reformat to make more readable.
23868
23869         * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
23870         needed.
23871
23872         * README: Update.
23873
23874 Wed Jul 28 11:28:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23875
23876         * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
23877
23878 Wed Jul 28 11:23:48 1999  Richard Henderson  <rth@cygnus.com>
23879
23880         * pa.c (hppa_builtin_saveregs):  Use get_varargs_alias_set
23881         and tag the spill mems.
23882         (hppa_va_start): New.
23883         (hppa_va_arg): New.
23884         * pa.h (EXPAND_BUILTIN_VA_START): New.
23885         (EXPAND_BUILTIN_VA_ARG): New.
23886
23887 Wed Jul 28 11:22:21 1999  Richard Henderson  <rth@cygnus.com>
23888
23889         * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
23890         and tag the spill mems.
23891         (mn10300_va_start): New.
23892         (mn10300_va_arg): New.
23893         * mn10300.h (EXPAND_BUILTIN_VA_START): New.
23894         (EXPAND_BUILTIN_VA_ARG): New.
23895
23896 Wed Jul 28 11:20:19 1999  Richard Henderson  <rth@cygnus.com>
23897
23898         * mn10200.c (mn10200_va_arg): New.
23899         * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
23900
23901 Wed Jul 28 11:19:06 1999  Richard Henderson  <rth@cygnus.com>
23902
23903         * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
23904         rather than play with TREE_INT_CST_LOW.
23905
23906 1999-07-27  Philip Blundell  <pb@nexus.co.uk>
23907
23908         * config/arm/telf.h: Include dbxelf.h.
23909         (CPP_PREDEFINES): Only define if not already defined.
23910         (ASM_IDENTIFY_GCC): Likewise.
23911         (SUBTARGET_EXTRA_SECTIONS): Likewise.
23912         (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
23913         * config/arm/thumb.h (LINK_SPEC): Only define if not already
23914         defined.
23915         (DBX_DEBUGGING_INFO): Don't define.
23916         * config/arm/linux-telf.h: New file.
23917         * config/arm/linux-tgas.h: New file.
23918         * config/arm/t-thumb-linux: New file.
23919         * config/arm/uclinux-elf.h: New file.
23920         * config/arm/uclinux-telf.h: New file.
23921         * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
23922         thumb-*-uclinux): New targets.
23923         * configure: Regenerate.
23924
23925 Tue Jul 27 23:20:21 1999  Jeffrey A Law  (law@cygnus.com)
23926
23927         * pa.md (post_store, pre_load): New expanders.
23928         (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
23929         (post_ldwm, pre_stwm): Make these unnamed patterns since we never
23930         need to directly generate RTL for them.
23931         * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
23932         changes.
23933
23934 Tue Jul 27 16:05:52 1999  David Edelsohn  <edelsohn@gnu.org>
23935
23936         * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
23937         * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
23938         (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
23939         (secndary_reload_class): Make TARGET_ELF conditional compile.
23940         (print_operand_address): Similar.
23941         (output_toc): Print all values as hex.
23942         (get_issue_rate): Rearrange and add RS64A and PPC630.
23943         * rs6000.h (processor_type): Add RS64A and PPC630.
23944         (PROCESSOR_POWERPC64): New.
23945         (PROMOTE_MODE): Use word_mode.
23946         (RTX_COSTS): Add RS64A and PPC630.
23947         * rs6000.md (scheduling information): Add lmul and ldiv
23948         representing 64-bit integer multiply and divide.  Add rs64a and
23949         PPC630 information.
23950         (ashldi3): Add support for "rldic" instruction.
23951         * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
23952
23953 Tue Jul 27 15:31:53 1999  Vladimir Makarov  <vmakarov@toad.to.cygnus.com>
23954
23955         * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
23956         instead of V8 for sparclite86x in cpu_table.
23957
23958 Tue Jul 27 17:49:42 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23959
23960         * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
23961         output_file_directive.
23962
23963 Tue Jul 27 03:15:33 1999  Jason Merrill  <jason@yorick.cygnus.com>
23964
23965         * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
23966         tree for op1, not the rtl.
23967
23968 Tue Jul 27 00:18:34 1999  Richard Henderson  <rth@cygnus.com>
23969
23970         * m88k.c (m88k_builtin_saveregs): Break out the constructor code
23971         to m88k_va_start, leaving only the register spill.
23972         (m88k_build_va_list): New.
23973         (m88k_va_start): New.
23974         (m88k_va_arg): New.
23975         * m88k.h (BUILD_VA_LIST_TYPE): New.
23976         (EXPAND_BUILTIN_VA_START): New.
23977         (EXPAND_BUILTIN_VA_ARG): New.
23978
23979 Mon Jul 26 19:07:11 1999  Geoff Keating  <geoffk@cygnus.com>
23980
23981         * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
23982         Rename from expand_builtin_saveregs.
23983         * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
23984
23985 Mon Jul 26 22:52:47 1999  Richard Henderson  <rth@cygnus.com>
23986
23987         * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
23988         for the register spill block.
23989         (i960_build_va_list): New.
23990         (i960_va_start): New.
23991         (i960_va_arg): New.
23992         * i960.h (BUILD_VA_LIST_TYPE): New.
23993         (EXPAND_BUILTIN_VA_START): New.
23994         (EXPAND_BUILTIN_VA_ARG): New.
23995         * i960.md (store_multiple): Use change_address on individul mems.
23996
23997 Mon Jul 26 22:43:12 1999  Richard Henderson  <rth@cygnus.com>
23998
23999         * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
24000         an ARRAY_TYPE.
24001         (std_expand_builtin_va_start): Back out one word if !stdarg_p.
24002         (expand_builtin_va_end): Evaluate arg for side effects.
24003         * c-common.c (c_common_nodes_and_builtins): Construct a
24004         va_list_arg_type_node to handle array decomposition to pointer.
24005
24006 Mon Jul 26 18:51:34 1999  Richard Henderson  <rth@cygnus.com>
24007
24008         * except.c (st_dynamic_cleanup): Use force_operand on the
24009         buffer's address.
24010
24011 Mon Jul 26 16:43:26 1999  Richard Henderson  <rth@cygnus.com>
24012
24013         * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
24014         * c4x.c (c4x_va_arg): New.
24015
24016 Mon Jul 26 12:30:09 1999  Jason Merrill  <jason@yorick.cygnus.com>
24017
24018         * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
24019         has manual_pop set.
24020
24021 1999-07-26  Nathan Sidwell  <nathan@acm.org>
24022
24023         * eh-common.h (__eh_matcher): Prototype correctly.
24024
24025 Mon Jul 26 17:24:51 1999  Philip Blundell  <pb@nexus.co.uk>
24026
24027         * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
24028         (TARGET_SINGLE_PIC_BASE): Likewise.
24029         (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
24030         definitions.
24031         (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
24032         (TARGET_SWITCHES): Add -m{no-}single-pic-base.
24033         (TARGET_OPTIONS): Add -mpic-register=N.
24034         (OUTPUT_INT_ADDR_CONST): New macro.
24035         (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
24036         LEGITIMATE_PIC_OPERAND_P): Likewise.
24037         (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
24038         (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
24039         output_addr_const directly.
24040         (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
24041         ARM port.
24042         (thumb_pic_register, thumb_pic_register_string): Declare.
24043
24044         * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
24045         from arm.c.
24046         (label_mentioned_p): New function: Imported from arm.c.
24047         (legitimize_pic_address): New function: Imported from arm.c.
24048         (is_pic):New function: Imported from arm.c.
24049         (thumb_finalize_pic):New function: Imported from arm.c.
24050         (add_constant): Cope with PIC constants.
24051         (fixit): Cope with PIC constants.
24052         (output_return): Do not treat the PIC register as live if
24053         TARGET_SINGLE_PIC_BASE is true.
24054         (thumb_function_prologue): Do not treat the PIC register as live if
24055         TARGET_SINGLE_PIC_BASE is true.
24056         (thumb_expand_prologue): Do not treat the PIC register as live if
24057         TARGET_SINGLE_PIC_BASE is true.
24058         (thumb_unexpand_epilogue): Do not treat the PIC register as live if
24059         TARGET_SINGLE_PIC_BASE is true.
24060         (thumb_print_operand): Accept '|'.
24061         (thumb_override_options): Process PIC options.
24062
24063         * config/arm/thumb.md (movsi): Support PIC.
24064         (call_insn): Change "i" constraint to "X".
24065         (call_value_insn): Likewise.
24066         (consttable_4, consttable_8, consttable_end): Set and clear
24067         "making_const_table" as appropriate.
24068         (pic_load_addr, pic_add_dot_plus_four): New insns.
24069
24070         * invoke.texi (Thumb Options): Fix spelling.  Document new
24071         options -msingle-pic-base and -mpic-register=.
24072
24073 1999-07-26  Andrew Haley  <aph@cygnus.com>
24074
24075         * config/m32r/initfini.c (__init): Use a full word immediate for
24076         __fini: this allows it to be placed in any memory region.
24077
24078         * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
24079         -mmodel=medium.  This is OK for all memory models.
24080
24081 Mon Jul 26 11:58:46 1999  Nick Clifton  <nickc@cygnus.com>
24082
24083         * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
24084         * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
24085
24086 Mon Jul 26 10:23:36 1999  Nick Clifton  <nickc@cygnus.com>
24087
24088         * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
24089         defined.
24090
24091         * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
24092
24093 Sun Jul 25 23:51:59 1999  Richard Henderson  <rth@cygnus.com>
24094
24095         * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
24096         (BUILD_VA_LIST_TYPE): New.
24097         (EXPAND_BUILTIN_VA_START): New.
24098         (EXPAND_BUILTIN_VA_ARG): New.
24099         * i860.c (output_delayed_branch): Disable.
24100         (output_delay_insn): Likewise.
24101         (i860_saveregs): New.
24102         (i860_build_va_list): New.
24103         (i860_va_start): New.
24104         (i860_va_arg): New.
24105         * i860.md: Disable all peepholes using output_delayed_branch.
24106         * i860/sysv4.h (I860_SVR4_VA_LIST): New.
24107
24108 Sun Jul 25 23:44:13 1999  Richard Henderson  <rth@cygnus.com>
24109
24110         * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
24111         (BUILD_VA_LIST_TYPE): New.
24112         (EXPAND_BUILTIN_VA_START): New.
24113         (EXPAND_BUILTIN_VA_ARG): New.
24114         * clipper.c (clipper_builtin_saveregs): Only dump registers.
24115         Return the address of the save area.
24116         (clipper_build_va_list): New.
24117         (clipper_va_start): New.
24118         (clipper_va_arg): New.
24119
24120 Sun Jul 25 22:56:47 1999  Richard Henderson  <rth@cygnus.com>
24121
24122         * arc.h (EXPAND_BUILTIN_VA_START): New.
24123         (EXPAND_BUILTIN_VA_ARG): New.
24124         * arc.c (arc_setup_incoming_varargs): Set alias set of
24125         varargs save area.
24126         (arc_va_start): New.
24127         (arc_va_arg): New.
24128
24129 Sun Jul 25 22:45:55 1999  Richard Henderson  <rth@cygnus.com>
24130
24131         * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
24132         (BUILD_VA_LIST_TYPE): New.
24133         (EXPAND_BUILTIN_VA_START): New.
24134         (EXPAND_BUILTIN_VA_ARG): New.
24135         * alpha.c (alpha_builtin_saveregs): Delete.
24136         (alpha_build_va_list): New.
24137         (alpha_va_start): New.
24138         (alpha_va_arg): New.
24139
24140 Sun Jul 25 21:40:33 1999  Jeffrey A Law  (law@cygnus.com)
24141
24142         * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
24143         column zero.
24144         (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
24145         (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
24146
24147         * gcc.texi: More changes related to list conversion.
24148         * invoke.texi: Likewise.
24149
24150 Sun Jul 25 18:15:39 1999  Richard Henderson  <rth@cygnus.com>
24151
24152         * builtins.c (expand_builtin_saveregs): Remove static, remove exp
24153         and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
24154         (expand_builtin_next_arg): Accept ARGLIST not EXP.
24155         (stabilize_va_list): New function.
24156         (std_expand_builtin_va_start): New function.
24157         (expand_builtin_va_start): New function.
24158         (get_varargs_alias_set): New function.
24159         (std_expand_builtin_va_arg): New function.
24160         (expand_builtin_va_arg): New function.
24161         (expand_builtin_va_end): New function.
24162         (expand_builtin_va_copy): New function.
24163         (expand_builtin): Call them.
24164         * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
24165         __builtin_{varargs_start,stdarg_start,end,copy}.
24166         (build_va_arg): New function.
24167         * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
24168         (build_va_arg): Declare.
24169         * c-decl.c (ptr_type_node, va_list_type_node): New.
24170         * c-parse.gperf (__builtin_va_arg): New.
24171         * c-parse.in (VA_ARG): New token.
24172         (unary_expr): Recognize it.
24173         * expr.c (expand_expr): Expand VA_ARG_EXPR.
24174         * expr.h (std_expand_builtin_va_start): Declare.
24175         (std_expand_builtin_va_arg): Declare.
24176         (expand_builtin_va_arg): Declare.
24177         (get_varargs_alias_set): Declare.
24178         * tree.def (VA_ARG_EXPR): New.
24179         * tree.h (BUILT_IN_VARARGS_START): New.
24180         (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
24181         (ptr_type_node, va_list_type_node): Declare.
24182         * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
24183         * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
24184         * m88k.h, m88k.c: Likewise.
24185         * mn10300.h, mn10300.c: Likewise.
24186         * pa.h, pa.c: Likewise.
24187         * rs6000.h, rs6000.c: Likewise.
24188         * sh.h, sh.c: Likewise.
24189         * sparc.h, sparc.c: Likewise.
24190
24191         * emit-rtl.c (operand_subword): Copy alias set.
24192         (change_address): Likewise.
24193
24194 Sun Jul 25 15:04:37 1999  Jeffrey A Law  (law@cygnus.com)
24195
24196         * pa.c (compute_frame_size): Scan all the used callee saved registers,
24197         not just the first one.
24198
24199 Fri Jul 23 14:09:58 1999  Philip Blundell  <pb@nexus.co.uk>
24200
24201         * config/arm/arm.h (TARGET_SWITCHES): Add
24202         -m{no-}single-pic-base.  Correct help string for -mshort-load-words.
24203         (TARGET_OPTIONS): Add -mpic-register=.
24204         (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
24205         (arm_pic_register_string): Declare.
24206         (NEED_PLT_GOT): Delete, replace with ...
24207         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  New macros.
24208         (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
24209         (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
24210         * config/arm/arm.c (arm_override_options): Add new option
24211         -mpic-register=N.
24212         (arm_pic_register_string): New variable.
24213         (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
24214         (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
24215         register as never live.  Use NEED_PLT_RELOC not NEED_PLT_GOT.
24216         (output_return_instruction): Likewise.
24217         * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
24218         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  Define to flag_pic.
24219         * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
24220
24221         * invoke.texi (ARM Options): Fix spelling.  Remove duplicate
24222         mention of -msched-prolog.  Document new options -msingle-pic-base
24223         and -mpic-register=.
24224
24225 Thu Jul 22 18:23:56 1999  Richard Henderson  <rth@cygnus.com>
24226
24227         * haifa-sched.c (reemit_notes): Tidy.
24228         * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
24229         haifa's routine.
24230
24231 Thu Jul 22 18:21:04 1999  Richard Henderson  <rth@cygnus.com>
24232
24233         * explow.c (trunc_int_for_mode): New function.
24234         (plus_constant_wide): Use it.
24235         * combine.c (simplify_and_const_int): Likewise.
24236         (merge_outer_ops): Likewise.
24237         (simplify_shift_const): Likewise.
24238         * cse.c (simplify_unary_operation): Likewise.
24239         (simplify_binary_operation): Likewise.
24240         * emit-rtl.c (operand_subword): Likewise.
24241         * rtl.h: Declare it.
24242
24243 Thu Jul 22 14:34:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24244
24245         * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
24246         (use NUM_REGS instead of NUM_INTS).
24247
24248 Thu Jul 22 11:25:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24249
24250         * builtins.c: New file.
24251         * expr.c (saveregs_value, apply_args_value):  Delete definition,
24252         moved into builtins.c.
24253         (string_constant): No longer static.
24254         (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
24255         apply_args_size, apply_result_size, result_vector,
24256         expand_builtin_apply_args, expand_builtin_apply,
24257         expand_builtin_return): Delete functions, moved into builtins.c.
24258         (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
24259         * expr.h (saveregs_value, apply_args_value): Declare variables.
24260         (expand_builtin, string_constant): Declare functions.
24261         * Makefile.in: Update to build builtin.o.
24262
24263 Wed Jul 21 00:46:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
24264
24265         * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
24266         * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
24267         * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
24268         start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
24269         false.
24270         * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
24271         Define to zero.
24272
24273 1999-07-21  Michael Meissner  <meissner@cygnus.com>
24274
24275         * print-rtl.c (print_rtx): Print the names of the virtual
24276         registers.
24277
24278 Wed Jul 21 16:00:32 1999  Nick Clifton  <nickc@cygnus.com>
24279
24280         * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
24281         introduced in previous delta.
24282
24283 Wed Jul 21 14:30:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24284
24285         * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
24286         to avoid name clash.
24287
24288 Wed Jul 21 08:39:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24289
24290         * c-lex.c (yylex) : Correct the test for overflow when lexing
24291         integer literals.
24292
24293 Tue Jul 20 18:02:42 1999  Richard Henderson  <rth@cygnus.com>
24294
24295         * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
24296         (adjust_priority): Always call ADJUST_PRIORITY.
24297         (schedule_insn): Only put insns into the ready at cost 0.
24298         (schedule_block): Remove redundant initial sort.  Give clock_var
24299         and can_issue_more to MD_SCHED_REORDER.  Requeue if hazard cost
24300         is not 0.
24301         * tm.texi (MD_SCHED_REORDER): Update docs.
24302
24303         * sparc.h (MD_SCHED_REORDER): Update.  Set CAN_ISSUE_MORE.
24304         * sparc.c (ultra_reorder_called_this_block): Delete.
24305         (ultrasparc_sched_init): Don't set it.
24306         (ultrasparc_sched_reorder): Don't check it.
24307
24308 Tue Jul 20 17:07:54 1999  Richard Henderson  <rth@cygnus.com>
24309
24310         * rs6000.h (struct rs6000_args): Add sysv_gregno.
24311         * rs6000.c (init_cumulative_args): Init sysv_gregno.
24312         (function_arg_boundary): Align DFmode.
24313         (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
24314         to get fp reg and stack overflow correct.
24315         (function_arg): Likewise.
24316         (function_arg_pass_by_reference): True for TFmode for ABI_V4.
24317         (setup_incoming_varargs): Restructure for ABI_V4; use
24318         function_arg_advance to skip final named argument.
24319         (expand_builtin_saveregs): Properly unskip the last integer arg
24320         when doing varargs.  Adjust overflow location calculation.
24321
24322         * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
24323         explicitly unsigned.
24324         (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
24325         (__VA_GP_REGSAVE): Similarly.
24326         (__va_longlong_p): Delete.
24327         (__va_arg_type_violation): New declaration.
24328         (va_arg): Restructure.  Flag promotion errors.  Align double.
24329         TFmode passed by reference.
24330
24331         * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
24332         in the HOST_BITS_PER_WIDE_INT > 32 case.
24333
24334 Tue Jul 20 12:37:30 1999  Hans-Peter Nilsson  <hp@bitrange.com>
24335
24336         * dwarf2out.c (output_abbrev_section): Terminate with a zero.
24337
24338 Tue Jul 20 12:12:27 1999  Jason Merrill  <jason@yorick.cygnus.com>
24339
24340         * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
24341         * toplev.c (documented_lang_options): Add -fpreprocessed.
24342         * cpplib.h (struct cpp_buffer): Add preprocessed.
24343         * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
24344         (cpp_start_read): Don't expand macros or emit an initial #line
24345         directive if -fpreprocessed.
24346
24347 Tue Jul 20 12:12:09 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
24348
24349         * cpplib.h (struct cpp_buffer): Added manual_pop for
24350         better C++ tokenization.
24351         * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
24352         Also, support C++ tokenization for ->*, .*, <?, and >? operators.
24353         * c-common.c (cpp_token): Make non-static.
24354
24355 Tue Jul 20 11:24:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24356
24357         * c-common.h: New file.
24358         * c-common.c (permanent_obstack): Delete unused declaration.
24359         (c_global_trees): New array.
24360         (c_common_nodes_and_builtins): New function; split off common code
24361         from init_decl_processing in both c-decl.c and cp/decl.c.
24362         * c-tree.h: Delete lots of declarations of tree nodes; replaced by
24363         c_global_trees and accessor macros defined in c-common.h.
24364         Include c-common.h.
24365         * c-decl.c: Delete definitions for tree nodes that were replaced by
24366         c_global_trees.
24367         (init_decl_processing): Build void_list_node.
24368         Call c_common_nodes_and_builtins; delete code to generate the common
24369         builtins here.
24370         * objc/objc-act.c (build_module_descriptor): Rename variable
24371         void_list_node to avoid clash with c-common.h.
24372
24373         * Makefile.in: Update dependencies.
24374         * objc/Make-lang.in: Likewise.
24375
24376 Mon Jul 19 14:22:18 1999  Mark P. Mitchell  <mark@codesourcery.com>
24377
24378         * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
24379         (UNIQUE_SECTION_P): Likewise.
24380         (UNIQUE_SECTION): Likewise.
24381
24382 1999-07-19  Linas Vepstas  <linas@linas.org>
24383
24384         * config/i370/README: New file.
24385         * config/i370/linux.h: New file.
24386         * config/i370/mvs.h: New file.
24387         * config/i370/oe.h: New file.
24388         * config/i370/t-linux: New file.
24389         * config/i370/t-mvs: New file.
24390         * config/i370/t-oe: New file.
24391         * config/i370/x-oe: New file.
24392         * config/i370/xm-linux.h: New file.
24393         * config/i370/xm-mvs.h: New file.
24394         * config/i370/xm-oe.h: New file.
24395
24396         * i370.c (label_node_t): Add first_ref_page, label_addr,
24397         label_first_ref, label_last_ref members.
24398         (mvs_need_base_reload): Renamed from mvs_label_emitted.
24399         (MAX_MVS_LABEL_SIZE): Define.
24400         (MAX_LONG_LABEL_SIZE): Define.
24401         (alias_node_t, alias_anchor, alias_number): New.
24402         (mvs_function_table): Reorder for EBCDIC.
24403         (ascebc, ebcasc): Unconditionally define.
24404         (i370_branch_dest, i370_branch_length): New functions.
24405         (i370_short_branch, i370_label_scan): New functions.
24406         (mvs_get_label): Renamed from mvs_add_label.  Search for
24407         an existing label before creating a new one.
24408         (mvs_add_label): New function.
24409         (mvs_get_label_page): New function.
24410         (mvs_free_label_list): Renamed from mvs_free_label.  Iterate
24411         over the entire list.
24412         (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
24413         (mvs_check_page) [TARGET_ELF_ABI]: New function.
24414         (mvs_add_alias, mvs_need_alias): New functions.
24415         (mvs_get_alias, mvs_check_alias): New functions.
24416         (handle_pragma): New function.
24417         (mvs_function_check): New function.
24418         (unsigned_jump_follows_p): Search harder.
24419         (i370_function_prolog) [TARGET_HLASM]: Handle LE370.  Scan labels.
24420         (i370_function_prolog) [TARGET_ELF_ABI]: New function.
24421         * i370.h (TARGET_VERSION): Delete.
24422         (CPP_SPEC, CPP_PREDEFINES): Delete.
24423         (mvs_label_emitted): Delete.
24424         (TARGET_EBCDIC): Delete.
24425         (MAP_CHARACTER): Define only if TARGET_EBCDIC.
24426         (HANDLE_PRAGMA): Define.
24427         (HARD_REGNO_NREGS): Handle complex modes.
24428         (HARD_REGNO_MODE_OK): Likewise.
24429         (CLASS_MAX_NREGS): Likewise.
24430         (RET_REG): Likewise.
24431         (EXTRA_CONSTRAINT): Define.
24432         (RETURN_IN_MEMORY): True for DImode.
24433         (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
24434         (FUNCTION_PROFILER): Delete.
24435         (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
24436         (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
24437         (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
24438         (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
24439         (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
24440         (ASM_FILE_START): Add "RMODE ANY".
24441         (ASM_OUTPUT_EXTERNAL): Check for aliases.
24442         (ASM_GLOBALIZE_LABEL): Likewise.
24443         (ASM_OUTPUT_LABELREF): Likewise.
24444         (ASM_OUTPUT_COMMON): Likewise.
24445         (PRINT_OPERAND): Handle 'K', 'W', default.
24446         (PRINT_OPERAND_ADDRESS): New.
24447         (Lots of defines): Add support for TARGET_ELF_ABI.
24448         * i370.md (attr length): New.  Define for all patterns.
24449         (*): Lots of tweeks to assembly output and constraints.
24450
24451 Mon Jul 19 15:09:29 1999  David Edelsohn  <edelsohn@gnu.org>
24452
24453         * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
24454         Disable patterns performing SImode comparisons with SImode values
24455         if TARGET_POWERPC64 and instruction does not sign-extend or does
24456         not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
24457         differ for signed quantities.
24458         (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
24459         (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
24460         (decrement_and_branch_on_count): Add 64-bit variant.
24461
24462 Mon Jul 19 09:36:27 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24463
24464         * final.c (output_asm_insn): When searching for the matching string
24465         for a given dialect, don't run past the end of the list of
24466         alternatives if there are fewer alternatives in the template than
24467         dialects.
24468
24469 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
24470
24471         * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
24472         Removed paragraph about compression of files and size limitation,
24473         duplicated in the FAQ.  Use gcc-patches for posting patches.
24474         * gcc.c (main): Updated URL with bug reporting instructions to
24475         gcc.gnu.org.  Removed e-mail address.
24476         * system.h (abort): Likewise.
24477
24478 1999-07-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24479
24480         * Makefile.in (stmp-multilib-sub): Make the files extracted
24481         from $(LIBGCC1) writable.
24482
24483 Sat Jul 17 14:25:46 1999  Nick Clifton  <nickc@cygnus.com>
24484
24485         * config/arm/aout.h: Reformat for improved readability.
24486
24487         * config/arm/arm.h: Reformat for improved readability.
24488         Replace uses of fprintf with asm_fprintf where appropriate.
24489         (ARM_DECLARE_FUNCTION_NAME): New macro:  Perform any generic ARM
24490         function declaration assembler actions.
24491         (NUM_INTS): New macro: Convert from bytes to words.
24492         (NUM_REGS): New macro: Compute number of registers required to
24493         hold a quanitity of tyep MODE.
24494         (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
24495         types.
24496         (NUM_ARG_REGS): New macro: The number of argument registers
24497         available.
24498         (ARG_REGISTER): New macro: Compute the register number of the Nth
24499         argument register.
24500         (LAST_ARG_REGNUM): New macro: The number of the last argument
24501         register.
24502         (SP_REGNUM): New macro: Register number of the stack pointer.
24503         (FP_REGNUM): New macro: Register number of the frame pointer.
24504         (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
24505         FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
24506         CUMULATIVE_ARGS so that it counts registers not bytes.
24507
24508         * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
24509         TARGET_INTERWORK.
24510         Replace uses of fprintf with asm_fprintf where appropriate.
24511         (output_ascii_pseudo_op): Replace with version from thumb.c
24512
24513         * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
24514
24515         * config/arm/elf.h (CPP_PREDEFINES): Replace with
24516         SUBTARGET_CPP_SPEC.
24517         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
24518         (ASM_FILE_START): Emit ASM_APP_OFF.
24519
24520 Fri Jul 16 13:48:09 1999  Jeffrey A Law  (law@cygnus.com)
24521
24522         * pa.c (compute_frame_size): Round frame according to
24523         STACK_BOUNDARY rather than a hardwired value.
24524
24525         * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
24526
24527         * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
24528         of "1".
24529         * configure: Rebuilt.
24530
24531         * configure.in (hppa*-*-linux*): New configuration.
24532         * configure: Rebuilt.
24533         * pa.h (MAX_OFILE_ALIGNMENT): Delete.
24534         * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
24535         * pa/pa-linux.h: New file.
24536         * pa/t-linux: New file.
24537         * pa/xm-linux.h: New file.
24538
24539         * pa.c (hppa_legitimize_address): Change references from SImode to
24540         either Pmode or word_mode as appropriate.
24541         (emit_move_sequence, store_reg, load_reg): Likewise.
24542         (set_reg_plus_d, hppa_expand_prologue): Likewise.
24543         (output_mul_insn): Likewise.
24544         * pa.h (PROMOTE_MODE): Likewise.
24545         (INITIALZE_TRAMPOLINE): Likewise.
24546         (Pmode): Define to word_mode.
24547
24548         * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
24549         value of 4.  Allocate 8 bytes for each FP register save.
24550         (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
24551         value of 4.
24552         (hppa_expand_prologue): Likewise.
24553         * pa.h (PROMOTE_MODE): Likewise.
24554         (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
24555         (FUNCTION_ARG_BOUNDARY): Likewise.
24556
24557         * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
24558
24559         * pa.c (out_of_line_prologue_epilogue): Delete.
24560         (override_options): Remove -mspace related code.
24561         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
24562         (compute_frame_size): Only allocate space for register that
24563         actually need to be saved.
24564         * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
24565         (TARGET_SWITCHES): Remove -mspace, -mno-space
24566         * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
24567         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
24568         * pa/ee.asm, pa/ee_fp.asm: Delete.
24569
24570         * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
24571
24572         * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
24573         directive in column zero.
24574
24575 Fri Jul 16 01:39:57 1999  Jeffrey A Law  (law@cygnus.com)
24576
24577         * m68k.c (output_function_prologue): Fix computation of save mask
24578         when generating PIC code.
24579
24580 Thu Jul 15 15:40:09 1999  Jim Wilson  <wilson@cygnus.com>
24581
24582         * tree.c (build_type_attribute_variant): Move current_obstack restore
24583         after build_qualified_type call.
24584
24585 1999-07-15  Mark Mitchell  <mark@codesourcery.com>
24586
24587         * configure.in: Use t-iris6, even with GNU LD.
24588         * config/mips/iris6gld.h: Fix typo in linker spec.
24589         * config/mips/t-iris6gld: Remove.
24590
24591 Thu Jul 15 15:15:43 1999  David Edelsohn  <edelsohn@gnu.org>
24592
24593         * rs6000.md (insv, extzv): Remove SImode dependence in named
24594         patterns.  Explicitly generate DImode RTL if PowerPC64 and
24595         operand is DImode.
24596         (insvdi): Reverse start and size in instruction template.
24597
24598 1999-07-12  Joseph S. Myers  <jsm28@cam.ac.uk>
24599
24600         * invoke.texi: Typo fixes.
24601
24602 Wed Jul 14 23:28:06 1999  Jeffrey A Law  (law@cygnus.com)
24603
24604         * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
24605         handle at this time instead of silently generating incorrect code.
24606         (gen_imagpart): Likewise.
24607
24608         * reload.c (find_reloads): Emit a USE for a pseudo register without
24609         a hard register if we could not create an optional reload for the
24610         pseudo.
24611
24612 Wed Jul 14 23:45:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24613
24614         * c-typeck.c (output_init_element, process_init_element):
24615         When advancing constructor_unfilled_fields for a RECORD_TYPE,
24616         check for nameless bit fields.
24617
24618 Wed Jul 14 01:57:39 1999  Richard Henderson  <rth@cygnus.com>
24619
24620         * regclass.c (scan_one_insn): Notice subregs that change the
24621         size of their operand.
24622         (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
24623
24624 Wed Jul 14 01:41:42 1999  Jeffrey A Law  (law@cygnus.com)
24625
24626         * configure.in (alpha*-*-*): Include alpha/t-ieee.
24627         * configure: Rebuilt.
24628         * alpha/t-ieee: New file.
24629
24630 Tue Jul 13 10:45:58 1999  Jeffrey A Law  (law@cygnus.com)
24631
24632         * rs6000.c (find_addr_reg): Do not select r0 as an address
24633         register.
24634
24635 Tue Jul 13 00:46:18 1999  Philippe De Muyter  <phdm@macqel.be>
24636
24637         * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
24638
24639 Mon Jul 12 14:29:15 1999  Jeffrey A Law  (law@cygnus.com)
24640
24641         * rs6000.md (movsf): Do not force easy FP constants into memory.
24642
24643         * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
24644         immed_double_const to ensure they are properly truncated then
24645         sign extended.
24646
24647 Mon Jul 12 10:40:01 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
24648
24649         * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
24650         always unless NO_DEBUG is used.  Compile this code
24651         unconditionally.
24652         (replace_symbols_in_block): Compile it unconditionally.
24653
24654 Sun Jul 11 12:32:32 1999  Jeffrey A Law  (law@cygnus.com)
24655
24656         * configure.in (i?86-*-elf*): New target.
24657         * configure: Rebuilt.
24658         * i386/i386elf.h, i386/t-i386elf: New files.
24659
24660 Fri Jul  9 22:39:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
24661
24662         * toplev.c (main): Don't complain about saying -gdwarf.
24663         (rest_of_compilation): Remove redundant code.
24664
24665 Fri Jul  9 19:08:55 1999  Jim Wilson  <wilson@cygnus.com>
24666
24667         * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
24668
24669 Fri Jul  9 18:54:18 1999  Felix Lee  <flee@cygnus.com>
24670
24671         * config/i960/i960.c (ret_label): Change asm label from "LR:" to
24672         "Li960R:", to avoid name clash.
24673
24674 Fri Jul  9 10:48:28 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24675
24676         * loop.c (check_dbra_loop): When reversing a loop, delete all
24677         REG_EQUAL notes referencing the reversed biv except those which are
24678         for a giv based on it.
24679
24680 Fri Jul  9 03:51:52 1999  Jeffrey A Law  (law@cygnus.com)
24681
24682         * version.c: Drop "gcc-" prefix from version #.
24683
24684 Thu Jul  8 18:06:30 1999  Jason Merrill  <jason@yorick.cygnus.com>
24685
24686         * dwarf2out.c (dwarf2out_line): Emit a line number comment after
24687         the label if we're being verbose.
24688
24689 Thu Jul  8 14:18:46 1999  Richard Henderson  <rth@cygnus.com>
24690
24691         * m68k.c (output_function_prologue): Add pic register to mask
24692         if live and flag_pic.
24693         (output_function_epilogue): Likewise.
24694
24695 Thu Jul  8 12:55:12 1999  Jeffrey A Law  (law@cygnus.com)
24696
24697         * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
24698         directives in column zero.
24699
24700         * pa/elf.h (ASM_FILE_START): Define.
24701         * pa/som.h (ASM_FILE_START): Include .level directives.
24702         * pa/hpux10.h (ASM_FILE_START): Delete.
24703         * pa/hpux11.h (ASM_FILE_START): Delete.
24704
24705         * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
24706
24707 Thu Jul  8 18:03:19 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24708
24709         * reload1.c (choose_reload_regs): Never call remove_adress_replacements
24710         when reload_out equals reload_in.
24711
24712 Thu Jul  8 16:50:14 1999  Nick Clifton  <nickc@cygnus.com>
24713
24714         * invoke.texi (Spec Files): New node: Describe the contents of
24715         spec files.
24716
24717 Thu Jul  8 10:28:25 1999  Craig Burley  <craig@jcb-sc.com>
24718
24719         * invoke.texi (DEC Alpha Options): Put @end table at
24720         beginning of line, to avoid confusing texi2html.
24721
24722 Thu Jul  8 09:22:06 1999  Nick Clifton  <nickc@cygnus.com>
24723
24724         * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
24725         introduced in previous delta.
24726
24727 Wed Jul  7 02:00:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24728
24729         * reload1.c (gen_reload): When synthesizing a 3 operand add
24730         sequence, improve test for when to reload OP1 into the reload
24731         register instead of OP0.
24732
24733 Wed Jul  7 01:38:03 1999  Jim Wilson  <wilson@cygnus.com>
24734
24735         * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
24736
24737 1999-07-07  Manfred Hollstein  <mhollstein@cygnus.com>
24738
24739         * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
24740         string literal.
24741
24742 Wed Jul  7 01:16:43 1999  Richard Henderson  <rth@cygnus.com>
24743
24744         * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
24745         (va_dcl): Use __builtin_va_alist_t.
24746
24747 Wed Jul  7 01:14:42 1999  Jason Merrill  <jason@yorick.cygnus.com>
24748
24749         * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
24750         on the permanent_obstack.
24751         * dwarfout.c (output_type): Likewise.
24752
24753 Tue Jul  6 15:25:32 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24754
24755         * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24756         Merged from c-typeck.c and cp/typeck.c.
24757         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24758         Merged into c-common.
24759
24760 Tue Jul  6 13:06:01 1999  Dave Brolley  <brolley@cygnus.com>
24761
24762         * c-lex.c (errorcount): Declare it.
24763         (finish_parse): Update errorcount when using CPPLIB.
24764
24765 1999-07-06  Bruce Korb  <ddsinc09@ix.netcom.com>
24766
24767         * fixinc/inclhack.def(end_else_label): Double the backslash so
24768         sed gets a chance to see it.
24769         * fixinc/inclhack.sh: regen
24770         * fixinc/fixincl.x: regen
24771
24772 Fri Jul  2 18:49:51 1999  Nick Clifton  <nickc@cygnus.com>
24773
24774         Add framework to support armv5 architecture when it becomes
24775         available:
24776
24777         * config/arm/arm.c (FL_ARCH5): New processor capability flag.
24778         (arm_arch5): New variable.
24779         (all_architectures): Add armv5 line.
24780         * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
24781         -march=armv5 is specified on the command line.
24782         (arm_arch5): Export this variable.
24783         * invoke.texi: Document new string accepted by -march= switch for
24784         ARM ports.
24785
24786         * config/arm/arm.h: Replace use of constant 12 as a register
24787         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
24788         * config/arm/arm.c: Replace use of constant 12 as a register
24789         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
24790
24791         * config/arm/elf.h: Tidy up.
24792         * config/arm/coff.h: Tidy up.
24793
24794 Thu Jul  1 19:08:13 1999  Mark P. Mitchell  <mark@codesourcery.com>
24795
24796         * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
24797         * gcc/config/mips/t-iris6gld: New file.
24798         * gcc/config/mips/iris6gld.h: Likewise.
24799
24800 Fri Jul  2 13:23:39 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24801
24802         * c-decl.c (widest_integer_literal_type_node,
24803         widest_unsigned_literal_type) : New.
24804         (init_decl_processing): Handle/use the two new types.
24805         * c-common.c (type_for_size,type_for_mode) : Same.
24806         * c-lex.c (yylex) : Same.
24807         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24808         Same.
24809         * c-tree.h (widest_integer_literal_type_node,
24810         widest_unsigned_literal_type) : New.
24811
24812 Fri Jul  2 03:05:44 1999  Jeffrey A Law  (law@cygnus.com)
24813
24814         * dwarfout.c (field_byte_offset): Correctly compute the object's
24815         byte offset for the first bit of a field which crosses an alignment
24816         boundary on a !BYTES_BIG_ENDIAN target.
24817
24818 Fri Jul  2 01:36:36 1999  Robert Lipe  <robertlipe@usa.net>
24819
24820         * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
24821         ntohs.
24822
24823 Fri Jul  2 00:46:47 1999  Richard Henderson  <rth@cygnus.com>
24824                           Jeff Law <law@cygnus.com>
24825
24826         * ginclude/varargs.h (va_dcl): Use word_mode for type of
24827         __builtin_va_list.
24828
24829         * except.c: Include intl.h.
24830         (expand_eh_return): Set current_function_cannot_inline.
24831         (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
24832         * function.h (struct function): Add eh_return_stub_label.
24833         * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
24834         * Makefile.in (except.o): Depend on intl.h.
24835
24836 Fri Jul  2 00:04:23 1999  David Edelsohn  <edelsohn@gnu.org>
24837
24838         * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
24839         same as offsettable in cases 1 and 2.
24840
24841 Thu Jul  1 20:54:10 1999  Richard Henderson  <rth@cygnus.com>
24842
24843         * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
24844         (extlh, extwh): Likewise.
24845
24846 Thu Jul  1 11:05:25 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24847
24848         * c-lex.c (yylex): Improve 'integer constant out of range' messages.
24849
24850 Wed Jun 30 16:51:41 1999  Nick Clifton  <nickc@cygnus.com>
24851
24852         * configure.in: Add arm-pe and thumb-pe targets.
24853         * configure: Regenerate.
24854
24855         * thumb.c (arm_naked_function_p): New function: Determines if
24856         a function is naked (has no gcc generated prologue/epilogue).
24857         (is_called_in_ARM_mode): Return true if the func has the
24858         interfacearm attribute.
24859         (output_return): Do not generate a return for naked functions.
24860         (thumb_function_prologue): Do not generate a prologue for
24861         naked functions.
24862         (thumb_expand_prologue): Do not generate a prologue for naked
24863         functions.
24864         (thumb_expand_epilogue): Do not generate an epilogue for naked
24865         functions.
24866         (arm_valid_machine_decl_attribute): New function, copied from
24867         arm.c:  Permit naked and interfacearm attributes.
24868
24869         * config/arm/pe.c: New file: Support code for arm-pe target.
24870         * config/arm/pe.h: New file: Header file for arm-pe target.
24871         * config/arm/tpe.h: New file: Header file for thumb-pe target.
24872         * config/arm/t-thumb-pe: New file: Makefile fragment for
24873         thumb-pe target.
24874
24875 1999-07-01  Mark Kettenis  <kettenis@gnu.org>
24876
24877         * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
24878         -fPIC or -fpic is specified.
24879
24880 Wed Jun 30 03:31:54 1999  Jeffrey A Law  (law@cygnus.com)
24881
24882         * expr.c (emit_block_move): Use copy_to_mode_reg for
24883         !TARGET_MEM_FUNCTIONS case too.
24884
24885         * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
24886         appropriate.
24887         * configure: Rebuilt.
24888         (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
24889         * pa.h: Include dbxelf.h.  Delete various dbx/stabs related
24890         definitions made redundant by dbxelf.h inclusion.  Delete
24891         lots of definitions related to assembly output that are
24892         specific to the SOM object format.
24893         * pa.c (output_function_prologue): Do not emit the function's
24894         name for OBJ_ELF.
24895         * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
24896         * pa-pro.h: Deleted.
24897         * som.h: New file with SOM specific definitions.
24898         * elf.h: New file with ELF specific definitions.
24899
24900         * elfos.h (const_section): Output a tab before assembler directives.
24901         (ctors_section, dtors_section): Likewise.
24902         (ASM_OUTPUT_SECTION_NAME): Likewise.
24903
24904         * pa/pa1.h: Delete unused file.
24905
24906 Tue Jun 29 01:37:53 1999  Jeffrey A Law  (law@cygnus.com)
24907
24908         * configure.in (hppa*-hp-hpux11*): New configuration.
24909         * configure: Rebuilt.
24910         * pa/pa-hpux11.h: New file.
24911         * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
24912         command line.
24913
24914         * mips.md (leasi, leadi): New patterns.
24915
24916         * expr.c (emit_block_move): Properly handle case where one of the
24917         block move arguments has a queued increment or decrement.
24918         (clear_storage): Similarly.  Fix formatting goof.
24919
24920 1999-06-28  "David O'Brien"  <obrien@NUXI.com>
24921
24922         * fixinc/inclhack.def(stdio_va_list): This patch Removes a
24923         semicolon from the BSD VA_LIST replacement expression.
24924
24925         * fixinc/inclhack.sh: regen
24926         * fixinc/fixincl.x: regen
24927
24928         * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
24929         now use the fixincl program.
24930
24931 Mon Jun 28 05:28:12 1999  Jeffrey A Law  (law@cygnus.com)
24932
24933         * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
24934         case.  Also make the PIC register call_used.
24935
24936         * m68k.h (FINALIZE_PIC): Delete.
24937         * m68k.c (finalize_pic): Delete.
24938
24939 Mon Jun 28 05:16:35 1999  Richard Henderson  <rth@cygnus.com>
24940
24941         * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
24942         to memory.
24943
24944 Mon Jun 28 04:07:27 1999  David Edelsohn  <edelsohn@gnu.org>
24945
24946         * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
24947
24948 Sun Jun 27 02:39:08 1999  Richard Henderson  <rth@cygnus.com>
24949
24950         * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
24951
24952 Sat Jun 26 17:18:18 1999  David Edelsohn  <edelsohn@gnu.org>
24953
24954         * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
24955
24956 Fri Jun 25 11:33:24 1999  Richard Henderson  <rth@cygnus.com>
24957
24958         * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
24959
24960 Fri Jun 25 13:41:25 1999  David Edelsohn  <edelsohn@gnu.org>
24961
24962         * rs6000.c (output_toc): Always use hex values for floating-point
24963         constants.  Store single-precision values in upper-half of TOC
24964         entry in 64-bit mode.
24965         * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
24966         to final constraints.
24967         (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
24968         (fctiwz): Improve accuracy of RTL for pattern.
24969
24970 Fri Jun 25 11:26:38 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24971
24972         * expr.c (expand_expr): Allow RTL_EXPR's through the
24973         MAX_INTEGER_COMPUTATION_MODE checks.
24974
24975 Fri Jun 25 06:06:37 1999  Richard Henderson  <rth@cygnus.com>
24976
24977         * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
24978         such that MASK_SUPPORT_ARCH is not negative.
24979
24980 Fri Jun 25 05:35:44 1999  Jeffrey A Law  (law@cygnus.com)
24981
24982         * loop.c (verify_dominator): Properly handle ADDR_VEC and
24983         ADDR_DIFF_VEC insns that appear inside loops.
24984
24985 Thu Jun 24 22:54:05 1999  David Edelsohn  <edelsohn@gnu.org>
24986                           Jeff Law <law@cygnus.com>
24987
24988         * rs6000.md (movdf_hardfloat32): Revert previous patch.
24989         Handle LO_SUM the same as offsettable in cases 1 and 2.
24990         * rs6000.c (find_addr_reg): Revert previous patch.
24991
24992 Thu Jun 24 22:43:12 1999  Philippe De Muyter  <phdm@macqel.be>
24993
24994         * system.h (strstr): New external function declaration.
24995         * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
24996         * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
24997         * config.in, configure: Rebuilt.
24998
24999 1999-06-24  Tom Tromey  <tromey@cygnus.com>
25000
25001         * gcc.c (main): Read user-specified specs files after computing
25002         additional startfile_prefixes.
25003
25004 Thu Jun 24 15:00:47 1999  Mark Mitchell  <mark@codesourcery.com>
25005
25006         Revert these two patches:
25007
25008         Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25009         * loop.c (strength_reduce): When doing biv->giv conversion, update
25010         reg note of NEXT->insn.
25011
25012         Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25013         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25014         reg_biv_class.
25015         (recombine_givs): Set ix field after sorting.
25016
25017 Wed Jun 23 21:26:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25018
25019         * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
25020         for the parts of an UNSPEC / UNSPEC_VOLATILE.
25021
25022 1999-06-23  Bruce Korb  <ddsinc09@ix.netcom.com>
25023
25024         *fixinc/inclhack.def:  Add fix development commentary
25025         (read_ret_type): reactivate and add selection clause
25026         (zzz_*): tweak output file name to match what is used in hackshell.tpl
25027         *fixinc/{fixincl.x|inclhack.sh}: regen
25028
25029 Wed Jun 23 00:48:21 1999  Jason Merrill  <jason@yorick.cygnus.com>
25030
25031         * expr.c (expand_expr): STRIP_NOPS before checking against
25032         MAX_INTEGER_COMPUTATION_MODE
25033         (check_max_integer_computation_mode): Likewise.
25034
25035 Tue Jun 22 20:23:43 1999  Jim Wilson  <wilson@cygnus.com>
25036
25037         * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
25038
25039 1999-06-22  Jim Wilson  <wilson@cygnus.com>
25040
25041         * expr.c (store_expr): When target is a promoted subreg, return a
25042         promoted subreg as a result.
25043
25044 Tue Jun 22 17:14:58 1999  Michael Meissner  <meissner@cygnus.com>
25045
25046         * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
25047         coding standards.
25048         (dwarf2out_define): Mark unused parameters appropriately.
25049         (gen_unspecified_parameters_die): Ditto.
25050         (gen_subprogram_die): Fix signed/unsigned warnings.
25051         (gen_variable_die): Ditto.
25052
25053 1999-06-22  Bruce Korb <ddsinc09@ix.netcom.com>
25054
25055         * fixinc/inclhack.def(end_else_label): combined else_label
25056         and endif_label and fixed the sed expression.
25057         *fixinc/{fixincl.x|inclhack.sh}: regen
25058
25059 Tue Jun 22 01:58:18 1999  Jeffrey A Law  (law@cygnus.com)
25060
25061         * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
25062         'x' when handling non-offsettable addresses
25063
25064 Tue Jun 22 00:20:05 1999  Richard Earnshaw (rearnsha@arm.com)
25065
25066         * final.c (shorten_branches): Don't try to split an insn that has
25067         been deleted.
25068
25069 Mon Jun 21 12:47:39 1999  Mark Mitchell  <mark@codesourcery.com>
25070
25071         * config/mips/mips.c (symbolic_expression_p): New function.
25072         (mips_select_rtx_section): Put symbolic expressions in the
25073         data section, not the read-only data section.
25074
25075 Mon Jun 21 22:13:06 1999  Jeffrey A Law  (law@cygnus.com)
25076
25077         * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
25078
25079 Mon Jun 21 20:10:42 1999  Richard Henderson  <rth@cygnus.com>
25080
25081         * collect2.c (main): Log frame table count.
25082         (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
25083         (scan_prog_file) [COFF]: Handle frame tables.
25084
25085         * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
25086         (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
25087         * alpha/elf.h: Undef them again.
25088         * alpha/vms.h: Remove their definitions.
25089
25090 Tue Jun 22 03:17:53 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25091
25092         * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
25093         remove the clobber of r0 and change the REG_UNUSED note to
25094         REG_INC.
25095
25096 1999-06-21  Jakub Jelinek  <jj@ultra.linux.cz>
25097
25098         * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
25099         * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
25100         fits in HOST_WIDE_INT and one uses union to access a long constant
25101         as double.
25102
25103 Mon Jun 21 17:18:25 1999  Richard Henderson  <rth@cygnus.com>
25104
25105         * sparc.c (sparc_override_options): Don't allow profiling for
25106         code models other than medlow.
25107         (sparc_function_profiler): New function from old FUNCTION_PROFILER
25108         macro.  Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
25109         (sparc_function_block_profiler): Likewise.  Use user_label_prefix.
25110         (sparc_block_profiler): Likewise.
25111         (sparc_function_block_profiler_exit): Likewise.
25112         * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
25113         (FUNCTION_BLOCK_PROFILER): Likewise.
25114         (BLOCK_PROFILER): Likewise.
25115         (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
25116         (MCOUNT_FUNCTION): New.
25117         * sparc/pbd.h (FUNCTION_PROFILER): Delete.
25118         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
25119         * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
25120         (MCOUNT_FUNCTION): New.
25121         * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
25122         (BLOCK_PROFILER): Delete.
25123         (MCOUNT_FUNCTION): New.
25124
25125 Mon Jun 21 14:11:29 1999  David Edelsohn  <edelsohn@gnu.org>
25126
25127         * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
25128
25129 Mon Jun 21 12:27:17 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
25130
25131         * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25132         Add the macros.
25133
25134         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25135         Ditto.
25136
25137         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25138         Ditto.
25139
25140         * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25141         Ditto.
25142
25143 Mon Jun 21 14:58:42 1999  Nick Clifton  <nickc@cygnus.com>
25144
25145         * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
25146         types.
25147
25148 Mon Jun 21 06:22:21 1999  Mark Elbrecht <snowball3@bigfoot.com>
25149
25150         * i386/djgpp.h (LIB_SPEC): New.
25151         (STARTFILE_SPEC): New.
25152
25153         * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
25154
25155 Mon Jun 21 06:19:33 1999  Philippe De Muyter  <phdm@macqel.be>
25156
25157         * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
25158         compiler flags.
25159
25160         * system.h (WSTOPSIG): New macro.
25161
25162 Mon Jun 21 05:33:15 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25163
25164         * c-pragma.c (push_alignment): Don't ignore alignments greater than
25165         4 bytes.
25166         (insert_pack_attributes): Take into account member natural
25167         alignment.
25168
25169         * i386/winnt.c (exports_head): New static variable.
25170         (i386_pe_record_exported_symbol): New function.
25171         (i386_pe_asm_file_end): Use.
25172         * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
25173         symbols to be emitted at end of assembly.
25174         (ASM_DECLARE_OBJECT_NAME): Likewise.
25175         (ASM_DECLARE_FUNCTION_NAME): Likewise.
25176
25177         * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
25178         -iwithprefix.
25179
25180 Mon Jun 21 04:44:31 1999  Jeffrey A Law  (law@cygnus.com)
25181
25182         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
25183         in last change.
25184
25185 Sun Jun 20 17:27:20 1999  Richard Henderson  <rth@cygnus.com>
25186
25187         * haifa-sched.c (sched_analyze_1): Use free_list instead of
25188         zapping reg_last_uses directly.
25189         (sched_analyze_2, sched_analyze_insn): Likewise.
25190         (sched_analyze): Likewise.  Don't clear reg_last_uses on calls.
25191
25192 Sun Jun 20 16:57:29 1999  David Edelsohn  <edelsohn@gnu.org>
25193
25194         * rs6000.md (movdf_hardfloat32): Use worst case insn length
25195         attributes for cases 1 and 2.
25196
25197 Sat Jun 19 22:52:55 1999  Richard Henderson  <rth@cygnus.com>
25198
25199         * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
25200         instead of set.
25201
25202 Sat Jun 19 05:40:07 1999  Philip Blundell <pb@nexus.co.uk>
25203
25204         * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
25205
25206 Sat Jun 19 05:25:05 1999  Richard Earnshaw (rearnsha@arm.com)
25207
25208         * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
25209         PIC_OFFSET_TABLE_REGNUM for general alloaction.
25210         (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
25211         must be stacked if it is used for PIC accesses.
25212         * arm.c (use_return_insn): Handle PIC register specially.
25213         (output_return_instruction): Likewise.
25214         (output_func_{prologue,epilogue}): Likewise.
25215         (output_expand_prologue): Likewise.
25216
25217         * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
25218         (*strsi_predec): Renamed from *strqi_predec.
25219         (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
25220         (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
25221
25222         * arm.c (arm_override_options): Remove warning about PIC code
25223         not being supported.
25224
25225 Fri Jun 18 23:47:06 1999  David Edelsohn  <edelsohn@gnu.org>
25226
25227         * rs6000.c (find_addr_reg): New function.
25228         * rs6000.h (find_addr_reg): Declare.
25229         (offsettable_addr_operand): Delete.
25230         * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
25231         from and stores to GPRs.
25232
25233 Fri Jun 18 15:44:18 1999  Richard Henderson  <rth@cygnus.com>
25234
25235         * alpha.c (alpha_expand_block_move): Use get_insns rather than
25236         gen_sequence as argument to emit_no_conflict_block.
25237
25238 Fri Jun 18 07:02 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25239
25240         * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
25241         * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
25242         *fixinc/fixincl.x: regen
25243         *fixinc/inclhack.sh: regen
25244
25245 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay  <dlindsay@cygnus.com>
25246
25247         * added support for -mpcrel (PC relative addressing for m68k)
25248         based on code done by Michael Tiemann  <tiemann@axon.cygnus.com>.
25249         * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
25250         * m68k.c (print_operand_address): Handle 32-bit PIC case.
25251         (comments for general_src_operand): Add some explanation
25252         about EXTRA_CONSTRAINTS.
25253         (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
25254         * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
25255         (LEGITIMATE_PIC_OPERAND_P): Fix typo.
25256         (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
25257         * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
25258         (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
25259         (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
25260         if not already set.
25261         (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
25262         * m68k.h (TARGET_PCREL): New target flag.
25263         (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
25264         (OVERRIDE_OPTIONS): Add checks for -mpcrel.
25265         (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
25266         contains a SYMBOL_REF.  Relax this constraint during reload, since
25267         we want to use the predicates, not reload's built-in concept of a
25268         valid memory address, to control what insns need reloading.
25269         (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
25270         operands (essentially 'g', 'm', and 's' under normal circumstances).
25271         * m68k.c (print_operand): Cause printing of pc-relative addresses
25272         to include pc register.
25273         (print_operand_address): Ditto.
25274         (general_src_operand): Accept operands that are not only
25275         general_operands, but are also valid when used as a pc-relative
25276         source.
25277         (nonimmediate_src_operand): Similar, for nonimmediate_operands.
25278         (memory_src_operand): Similar, for memory_operands.
25279         (pcrel_address): New predicate to accept the special case of a
25280         pc-relative address.
25281         * m68k.md (many patterns): Rewrite common SImode, HImode, and
25282         QImode insns to accept *_src_operand instead of *_operand where
25283         pc-relative operands can fit.  For example, a pc-relative operand
25284         can be used as a memory source operand for addsi3, but not as a
25285         memory destination.
25286         * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
25287
25288 Fri Jun 18 09:11:07 1999  Nick Clifton  <nickc@cygnus.com>
25289
25290         * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
25291         .thumb_set pseudo op to mark aliases of thumb functions.
25292
25293 Wed Jun 16 18:19:13 1999  Nick Clifton  <nickc@cygnus.com>
25294
25295         * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
25296         preference to ASM_OUTPUT_DEF, if it is defined.
25297
25298         * tm.texi: Document new, optional target macro
25299         ASM_OUTPUT_DEF_FROM_DECLS.
25300
25301 Thu Jun 17 15:07 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25302
25303         * fixincludes: ISCNTL patch
25304         * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
25305         (dgux_int_varargs): new for DG/UX
25306         * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
25307
25308 Thu Jun 17 21:34:24 1999  Jeff Law <law@cygnus.com>
25309
25310         * invoke.texi (ia32 options): Fix typo.
25311
25312 Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25313
25314         * loop.c (strength_reduce): When doing biv->giv conversion, update
25315         reg note of NEXT->insn.
25316
25317 Thu Jun 17 14:25:08 1999  Jeffrey A Law  (law@cygnus.com)
25318
25319         * loop.c (move_movables): Note issues with replacing REGs with
25320         SUBREGs.
25321         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
25322
25323 Thu Jun 17 13:28:30 1999  David O'Brien <obrien@FreeBSD.org>
25324
25325         * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
25326
25327         * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
25328         the reference to `mcount' was not correct for the ELF on FreeBSD.
25329
25330 Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25331
25332         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25333         reg_biv_class.
25334
25335         (recombine_givs): Set ix field after sorting.
25336
25337 Thu Jun 17 02:54:30 1999  Jeffrey A Law  (law@cygnus.com)
25338
25339         * emit-rtl.c (operand_subword): Tighten checks for when it is safe
25340         to safe to extract a subword out of a REG.
25341
25342 Thu Jun 17 01:45:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25343
25344         * sh.md (mulsi3): Don't add a no-op move at the end.
25345
25346 Wed Jun 16 20:29:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25347
25348         * cse.c (cse_insn): Don't put hard register source into tables for
25349         the last insn of a libcall.
25350
25351 Wed Jun 16 19:44:33 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25352
25353         * loop.c (strength_reduce): Insert sets of derived givs at every
25354         biv increment, even if it's the only one.
25355
25356 Wed Jun 16 10:33:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
25357
25358         * dwarfout.c (add_incomplete_type): New fn.
25359         (output_type): Call it.
25360         (retry_incomplete_types): New fn.
25361         (dwarfout_finish): Call it.
25362
25363         From Eric Raskin <ehr@listworks.com>:
25364         (output_type): Output types for bases.
25365
25366 Tue Jun 15 12:51:23 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
25367
25368         * mips.c (mips_output_conditional_branch): Add `break'
25369         between `default' label and `close braces'.
25370
25371 Tue Jun 15 01:55:20 1999  David O'Brien <obrien@FreeBSD.org>
25372
25373         * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
25374         specifications and make it realistic.
25375         (LIB_SPEC): Likewise.
25376
25377 Mon Jun 14 15:38:43 1999  Jim Wilson  <wilson@cygnus.com>
25378
25379         * config/mips/mips.c (mips_secondary_reload_class): Check for
25380         (PLUS (SP) (REG)) and return appropriate register class.
25381         * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
25382         Handle (PLUS (SP) (REG)).
25383         (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
25384         (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
25385         of emit_insn for tablejump.
25386
25387 Mon Jun 14 17:26:40 1999  David Edelsohn  <edelsohn@gnu.org>
25388
25389         * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
25390         asm_fprintf format string by itself.
25391         (output_function_profiler): Likewise.
25392
25393 Mon Jun 14 12:57:38 1999  David Mosberger  <davidm@hpl.hp.com>
25394
25395         * combine.c (simplify_logical, case AND): Only call
25396         simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
25397         or the constant is positive.
25398
25399 Mon Jun 14 11:43:41 1999  Nick Clifton  <nickc@cygnus.com>
25400
25401         * configure.in: Fix typo in rs6000-ibm-aix4 case.
25402         * configure: Regenerate.
25403
25404 Mon Jun 14 03:55:40 1999  Jeffrey A Law  (law@cygnus.com)
25405
25406         * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
25407         require a sub-version #.
25408         * configure: Rebuilt.
25409
25410 1999-06-14  Robert Lipe  (robertlipe@usa.net)
25411
25412         * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
25413
25414 Mon Jun 14 10:30:52 BST 1999  Nathan Sidwell  <nathan@acm.org>
25415
25416         * c-typeck.c (process_init_element): Detect excess elements in
25417         char array initializer.
25418
25419 1999-06-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
25420
25421         * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
25422
25423 Sat Jun 12 22:29:48 EDT 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25424
25425         * invoke.texi (Option Summary): Add -fpermissive flag.
25426
25427 Sat Jun 12 03:40:42 1999  Jeffrey A Law  (law@cygnus.com)
25428
25429         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
25430         that require PIC code sequences.
25431
25432 Wed Jun  9 16:29:01 1999  Nick Clifton  <nickc@cygnus.com>
25433
25434         * configure.in: Add new target: thumb-elf.
25435         * configure: Regenerate.
25436         * config/arm/t-thumb-elf: New file: Makefile fragment for
25437         thumb-elf build.
25438         * config/arm/telf.h: New file: Header file for thumb-elf
25439         build.
25440
25441 Fri Jun 11 03:17:51 1999  Jeffrey A Law  (law@cygnus.com)
25442
25443         * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
25444         * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
25445         initializers is some circumstances.
25446
25447         * fixinc/inclhack.def (endif_label): Add additional selector for
25448         more bogus stuff after #endif statements.
25449         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
25450
25451 Thu Jun 10 20:44:36 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25452
25453         * i386/cygwin.h (SET_ASM_OP): Define.
25454
25455 Thu Jun 10 20:37:57 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25456
25457         * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
25458
25459 Thu Jun 10 19:23:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25460
25461         * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
25462         latter.
25463
25464         * sh.md (ic_invalidate_line_i): Remove second alternative.
25465
25466 Thu Jun 10 06:55 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25467
25468         *fixinc/inclhack.def(sun_auth_proto): We do not know how to
25469         test for the presence of valid prototypes.  Delete bypass expr.
25470         (ioctl_fix_ctrl): Correct the selection expression.
25471         (no_double_slash): Correct quoting rules
25472         *fixinc/fixincl.x: regen
25473         *fixinc/inclhack.sh: regen
25474
25475 Thu Jun 10 15:08:15 1999  Nick Clifton  <nickc@cygnus.com>
25476
25477         * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
25478
25479 Wed Jun  9 15:57:57 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25480
25481         * rs6000.md (movsi_got_internal_mem): Delete.
25482         * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
25483         (GOT_TOC_REGNUM): Delete.
25484         (PIC_OFFSET_TABLE_REGNUM): Define.
25485         (FINALIZE_PIC): Disable.
25486         * rs6000.c (rs6000_got_register): New code for fixed pic register.
25487         (rs6000_replace_regno): Delete.
25488         (rs6000_finalize_pic): Likewise.
25489         (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
25490
25491 Wed Jun  9 19:44:26 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25492
25493         * loop.c (loop_insn_first_p): Don't compare LUIDs when P
25494         is a note; use <= for the compare; advance P while it is
25495         a NOTE.
25496
25497 Wed Jun  9 13:12:24 1999  Jeffrey A Law  (law@cygnus.com)
25498
25499         * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
25500         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
25501
25502         * varasm.c (remove_from_pending_weak_list): Verify t->name
25503         is non-NULL before passing it to strcmp.
25504
25505 Wed Jun  9 06:50 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25506
25507         *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
25508         the typed arguments are not part of a comment
25509         (ioctl_fix_ctrl): Added a purpose comment
25510         *fixinc/fixincl.x: regenerate
25511         *fixinc/inclhack.sh: regenerate
25512
25513 Wed Jun  9 22:57:02 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25514
25515         * invoke.texi: Add C4x invocation docs.
25516
25517 Wed Jun  9 22:34:38 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25518
25519         * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
25520         Define new macros.
25521         * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
25522         TARGET_EXPOSE_LDP.
25523         (c4x_legitimize_reload_address): New function.
25524         * config/c4x/c4x.md: Update docs.
25525
25526 Wed Jun  9 04:14:48 1999  Jeffrey A Law  (law@cygnus.com)
25527
25528         * fixincludes: Avoid removing '.'.
25529         * fixinc/fixinc.svr4: Likewise.
25530         * fixinc/fixinc.winnt: Likewise.
25531         * fixinc/inclhack.tpl: Likewise.
25532         * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
25533
25534 1999-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25535
25536         * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
25537         pattern.
25538         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
25539
25540 Wed Jun  9 03:10:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25541
25542         * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
25543         correctly.
25544
25545 Tue Jun  8 13:06:15 1999  Jim Wilson  <wilson@cygnus.com>
25546
25547         * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
25548         * configure: Regenerate.
25549
25550 Tue Jun  8 05:47:48 1999  Richard Earnshaw (rearnsha@arm.com)
25551
25552         * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
25553         values.
25554
25555 Mon Jun  7 22:30:37 1999  Jeffrey A Law  (law@cygnus.com)
25556
25557         * fixinc/inclhack.def (avoid_bool): Also catch
25558         "typedef [unsigned] int bool".
25559         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25560
25561         * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
25562         * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
25563         * configure: Rebuilt.
25564
25565 Mon Jun  7 22:05:03 1999  Mark Kettenis  <kettenis@gnu.org>
25566
25567         * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
25568         such that we can override its definitions if necessary.
25569         (CPP_SPEC): New define.  Support processor specific predefines via
25570         %(cpp_cpu).
25571         (CC1_SPEC): New define.  Support processor specific compiler
25572         options via %(cc1_cpu).
25573         (STARTFILE_SPEC): New define.  Use crt0.o instead of crt1.o for
25574         -static.
25575
25576 1999-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25577
25578         * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
25579         between sed's -e flag, and the open-quote following it.
25580         * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25581
25582 Mon Jun  7 20:34:20 1999  Robert Lipe <robertlipe@usa.net>
25583                           Jeffrey A Law  (law@cygnus.com)
25584
25585         * varasm.c (assemble_start_function): Remove the function
25586         from the pending weak decls list when we define a function.
25587         (assemble_variable): Similarly for variables.
25588         (weak_finish): Ignore items on the list with a NULL name.
25589         (remove_from_ending_weak_list); New function to "remove" an item
25590         from the pending weak declarations list.
25591
25592 Mon Jun  7 19:27:07 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25593
25594         * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
25595
25596 Mon Jun  7 14:07:39 1999  Dave Brolley  <brolley@cygnus.com>
25597
25598         * c-lex.c (GETC): Redefine to call getch.
25599         (UNGETC): Redefine to call put_back.
25600         (putback_buffer): New structure type.
25601         (putback): New static structure.
25602         (getch): New function.
25603         (put_back): New function.
25604         (yylex): Replace unused bytes from bad multibyte character.
25605
25606 Mon Jun  7 13:33:39 1999  Dave Brolley  <brolley@cygnus.com>
25607
25608         * cpplib.c (do_define): Cast `alloca' return value.
25609         (do_include, do_undef, do_pragma): Likewise.
25610         * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
25611         values.
25612         * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
25613         * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
25614
25615 Sun Jun  6 11:58:34 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25616
25617         * sparc.md (abstf2): This should be an expand.
25618         (split after abstf2_notv9): Fix mode.
25619         (abstf2_hq_v9): New pattern.
25620         (abstf2_v9): Only use when no hard quad.
25621         (absdf2_v9): Fix if target is not the same as source.
25622         (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
25623         Add correct output constraints.
25624
25625 Sat Jun  5 17:04:16 1999  Craig Burley  <craig@jcb-sc.com>
25626
25627         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
25628         * invoke.texi: Clarify text vis-a-vis Intel CPUs.
25629
25630 Sat Jun  5 12:11:24 1999  Mark Mitchell  <mark@codesourcery.com>
25631
25632         * mips.h (mips_output_conditional_branch): New function.
25633         (mips_adjust_insn_length): Likewise.
25634         (ASSEMBLER_SCRATCH_REGNUM): New macro.
25635         (ADJUST_INSN_LENGTH): Likewise.
25636         * mips.c (print_operand): Add `F' and `W' for floating-point
25637         comparison opcodes.
25638         (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
25639         are now in bytes.
25640         (mips_adjust_insn_length): New function.
25641         (mips_output_conditional_branch): New function.
25642         * mips.md (length): Adjust attribute definition to handle
25643         conditional branches.  Change lengths to bytes, rather than
25644         instructions throughout.  Remove length attribute from
25645         instructions whose length is four bytes, and rely on the default
25646         instead.
25647         (dslot): Fix typo in comment.
25648         Reword conditional branch patterns to use
25649         mips_output_conditional_branch.
25650
25651 Fri Jun  4 13:30:27 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
25652
25653         * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
25654         (LIB_SPEC): Likewise.
25655         Link with -lprof1_r for -g/-pg.
25656
25657 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25658
25659         * loop.c (check_dbra_loop): Fix change of Jan 19.
25660
25661 Fri Jun  4 00:12:40 1999  Marc Espie <espie@cvs.openbsd.org>
25662
25663         * freebsd-elf.h (SWITCH_TAKES_ARG):  Redefine, not define.
25664         (STARTFILE_SPEC):  Define, override the svr4.h version.
25665         (ENDFILE_SPEC):  Likewise.
25666
25667 Thu Jun  3 23:58:55 1999  Jeffrey A Law  (law@cygnus.com)
25668
25669         * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
25670         * fixinc/fixincl.x: Regenerated.
25671         * fixinc/inclhack.sh: Regenerated.
25672
25673 Fri Jun  4 05:42:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25674
25675         * sh.c (barrier_align): Don't return early for normal branch/barrier
25676         when optimizing for SH2.
25677
25678 Thu Jun  3 22:27:50 1999  Robert Lipe  <robertlipe@usa.net>
25679
25680         * i386/udk.h (LINK_SPEC): Correct linker search path for
25681         system libraries.
25682
25683 Fri Jun  4 03:20:40 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25684
25685         * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
25686         (braf_label_ref_operand): Delete.
25687         * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
25688         * sh.md (casesi_jump_2): Operand1 is now the inside of a
25689         label_ref, and has no predicate.
25690         The patten has a predicate to guard against invalid substitutions.
25691         (dummy_jump): Delete.
25692         (casesi): Update use of casesi_jump_2.
25693
25694 Thu Jun 3 07:48 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25695
25696         *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
25697         *fixinc/fixincl.x: regenerate
25698         *fixinc/inclhack.sh: regenerate
25699
25700 Thu Jun  3 02:15:07 1999  Jason Merrill  <jason@yorick.cygnus.com>
25701
25702         * dwarf2out.c (add_incomplete_type): New fn.
25703         (gen_struct_or_union_type_die): Call it.
25704         (retry_incomplete_types): New fn.
25705         (dwarf2out_finish): Call it.
25706
25707 Thu Jun  3 01:19:03 1999  Jeffrey A Law  (law@cygnus.com)
25708
25709         * gcse.c (insert_insn_end_bb): Correct placement of insns when the
25710         current block starts with a CODE_LABEL and ends with a CALL and
25711         we can not find all the argument setup instructions for the CALL.
25712
25713 Wed Jun  2 15:44:15 1999  Mark Mitchell <mark@codesourcery.com>
25714
25715         Revert this change:
25716         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25717         something is a candidate for optimize_bit_field_compare.
25718
25719 Wed Jun  2 21:53:05 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25720
25721         * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
25722
25723 Wed Jun  2 12:25:55 1999  Richard Henderson  <rth@cygnus.com>
25724
25725         * alpha.c (override_options): Thinko in last patch.
25726
25727         * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
25728         (LIB_SPEC): Recognize -pthread.
25729
25730 Wed Jun  2 08:42:55 1999  Nick Clifton  <nickc@cygnus.com>
25731
25732         * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
25733         definition in config/arm/coff.h
25734         * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
25735
25736 Wed Jun  2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
25737
25738         * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
25739         fixes that need "file=xxx\n" prepended before invocation
25740         (start_fixer - new): starting the fixer process is complex enough
25741         to warrent its own routine.  It prepends the "file=xxx\n" stuff.
25742         (process): uses the new routine; omit usage of putenv()
25743         * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
25744         * fixinc/fixincl.x: regenerate
25745
25746 Wed Jun  2 02:29:07 1999  Jeffrey A Law  (law@cygnus.com)
25747
25748         * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
25749         and version #s (1.1 -> 2.96) as needed.
25750         * README.g77: Kill way out of date file in the toplevel directory.
25751
25752 Wed Jun  2 00:52:34 1999  David O'Brien <obrien@FreeBSD.org>
25753
25754         * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
25755         i386/freebsd-elf.h no longer requires it.  Instead include svr4.h.
25756         * configure: Rebuilt.
25757         * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
25758         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
25759         (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
25760         (SWITCH_TAKES_ARG): Likewise.
25761         * i386/freebsd.h: Remove FREEBSD_NATIVE support.
25762         * config/t-freebsd: Moved from config/i386/ so it can used for all
25763         FreeBSD targets.
25764
25765 Mon May 31 02:22:55 1999  Philippe De Muyter  <phdm@macqel.be>
25766
25767         * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
25768
25769 Wed Jun  2 00:08:34 1999  Robert Lipe  <robertlipe@usa.net>
25770
25771         * configure.in (i[34567]86-*-udk*): Install headers with cpio.
25772         * configure: Rebuilt.
25773
25774 Tue Jun  1 19:06:22 1999  David Edelsohn  <edelsohn@gnu.org>
25775
25776         * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
25777         * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
25778         * rs6000/rs6000.c (rs6000_file_start): Use putc.
25779         (rs6000_output_load_toc_table): Same.
25780         (output_prolog, output_mi_thunk): Same.
25781         * rs6000/rs6000.h (SELECT_SECTION): Formatting.
25782         (ASM_GLOBALIZE_LABEL): Use putc.
25783
25784 Mon May 31 15:23:23 1999  Richard Henderson  <rth@cygnus.com>
25785
25786         * alpha.md (reload_*_help): New patterns and splitters.
25787         (reload_*): Use them.
25788         (mov[qh]i): Likewise.
25789
25790 Mon May 31 11:48:07 1999  Mark Mitchell  <mark@codesourcery.com>
25791
25792         * cccp.c (handle_directive): Handle backslash-newlines in quoted
25793         strings correctly.
25794
25795 Mon May 31 09:36:11 1999  Cort Dougan  <cort@cs.nmt.edu>
25796
25797         * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
25798
25799 Mon May 31 11:40:20 EDT 1999  John Wehle  (john@feith.com)
25800
25801         * flow.c (mark_regs_live_at_end, insn_dead_p,
25802         mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
25803         and HARD_FRAME_POINTER_REGNUM special treatment if reload
25804         hasn't run or the frame pointer is needed.
25805         * haifa-sched.c (attach_deaths): Likewise.
25806         * sched.c (attach_deaths): Likewise.
25807
25808 Mon May 31 00:46:17 1999  Jeffrey A Law  (law@cygnus.com)
25809
25810         * jump.c (jump_optimize_1): Only set CAN_REACH_END if
25811         calculate_can_reach_end returns nonzero.
25812
25813         * configure.in (native gas tests): Search for an assembler in the
25814         same manner that the installed compiler will.
25815         * configure: Rebuilt.
25816         * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
25817
25818         * alias.c (find_base_term): Improve handling of addresses
25819         constructed from binary operations.
25820
25821 Sun May 30 14:29:17 1999  Eric Raskin (ehr@listworks.com)
25822
25823         * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
25824
25825 Sun May 30 14:19:13 1999  Jeffrey A Law  (law@cygnus.com)
25826
25827         * function.h (cleanup_label, frame_offset): Declare.
25828         (tail_recursion_label, tail_recursion_reentry): Likewise.
25829         (arg_pointer_save_area, rtl_expr_chain): Likewise.
25830         * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
25831         (tail_recursion_label, tail_recursion_reentry): Likewise.
25832         (arg_pointer_save_area, rtl_expr_chain): Likewise.
25833
25834 Sat May 29 19:08:10 1999  Philip Blundell  <philb@gnu.org>
25835
25836         * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
25837         defined.
25838         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
25839         (MAX_OFILE_ALIGNMENT): Define.
25840
25841 Fri May 28 21:40 1999  Robert Lipe <robertlipe@usa.net>
25842
25843         * fixincl.c: Replace local include scheme with #includes of
25844         gansidecl.h and system.h.
25845         * procopen.c:  Likewise.
25846         * server.c:  Likewise.
25847
25848 Fri May 28 03:47:03 1999  Eric Raskin (ehr@listworks.com)
25849
25850         * i386/t-dgux (EXTRA_PARTS): Add crti.o
25851         (crti.o): Add build rule and dependencies.
25852         * fixinc/fixinc.dgux:  Use modified _int_varargs.h
25853
25854 Fri May 28 03:41:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25855
25856         * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
25857         (LIB_LINUX_SPEC): Likewise.
25858         (LIB_LINUX_SPEC): Add support for -pthread
25859         (CPP_OS_LINUX_SPEC): Likewise.
25860         (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
25861         specified.
25862
25863 Thu May 27 13:04:52 1999  H.J. Lu  (hjl@gnu.org)
25864
25865         * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
25866         conditional move.
25867         (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
25868         (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
25869         for IEEE math and CC_FCOMI.
25870         (put_jump_code): No IEEE if CC_FCOMI is set.
25871
25872 1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25873
25874         * fold-const.c (fold_truthop): Make the field reference unsigned
25875         when converting a single bit compare.
25876
25877 Thu May 27 02:40:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25878
25879         * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
25880
25881 Thu May 27 02:09:27 1999  Jeffrey A Law  (law@cygnus.com)
25882
25883         * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
25884         * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
25885         version did.
25886
25887         * reload.c (push_reload): Do not call remove_address_replacements
25888         when presented with identical optional reloads.
25889
25890 Wed May 26 14:18:05 1999  Richard Henderson  <rth@cygnus.com>
25891
25892         * alpha.h (MASK_FIX, TARGET_FIX): New.
25893         (MASK_*): Reorganize constants.
25894         (CPP_AM_FIX_SPEC): New.
25895         (TARGET_SWITCHES): Add FIX.
25896         (EXTRA_SPECS): Likewise.
25897         (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
25898         (SECONDARY_MEMORY_NEEDED): Likewise.
25899         (REGISTER_MOVE_COST): Likewise.
25900         * alpha.c (override_options): Add FIX support.  Always use
25901         ALPHA_TP_PROG for ev6.
25902         * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
25903         * alpha/elf.h (ASM_FILE_START): Look at FIX too.
25904         * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
25905
25906 Wed May 26 09:53:05 1999  Mark Mitchell  <mark@codesourcery.com>
25907
25908         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25909         something is a candidate for optimize_bit_field_compare.
25910
25911 Wed May 26 09:40:02 1999  Mark Mitchell  <mark@codesourcery.com>
25912
25913         * gcc.texi (Passes): Document branch-shortening.
25914         * invoke.texi (Debugging Options): Document the fact that `-dp'
25915         outputs length information for instructions.
25916
25917 Wed May 26 08:49:31 1999  Nick Clifton  <nickc@cygnus.com>
25918
25919         * flow.c: Revert previous delta.
25920
25921 Wed May 26 06:05:10 1999  Nick Clifton  <nickc@cygnus.com>
25922
25923         * flow.c (insn_dead_p): Check against frame_pointer_rtx not
25924         FRAME_POINTER_REGNUM.
25925         (mark_set_1): Ditto.
25926         (mark_used_regs): Ditto.
25927
25928 Wed May 26 02:19:31 1999  Philip Blundell  <pb@nexus.co.uk>
25929
25930         * arm.h (NEED_PLT_GOT): Fix mistake in last change.
25931         (GOT_PCREL): New macro.  Define to 1 if not already defined.
25932         * arm/elf.h (GOT_PCREL): Define to 0.
25933         * arm.c (arm_finalize_pic): Take into account the setting of
25934         GOT_PCREL.
25935
25936 Tue May 25 14:06:06 1999  Jeffrey A Law  (law@cygnus.com)
25937
25938         * output.h (STRIP_NAME_ENCODING): Provide default definition.
25939         * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
25940
25941         * flow.c (mark_set_1): Do not record BLKmode stores as dead
25942         store elimination candidates.
25943
25944 Tue May 25 08:55:57 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25945
25946         * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
25947         TARGET_GAS.
25948
25949 Mon May 24 20:30:08 1999  Jim Wilson  <wilson@cygnus.com>
25950
25951         * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
25952         Add use of x-aix41-gld.
25953
25954 Mon May 24 16:44:09 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25955
25956         * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
25957         (ASM_OUTPUT_DESTRUCTOR): Define.
25958
25959 Mon May 24 14:35:24 1999  Jeffrey A Law  (law@cygnus.com)
25960
25961         * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
25962         last CODE_LABEL in a loop if we have previously passed a jump
25963         to the top of the loop.
25964
25965 Mon May 24 07:56:29 1999  Nick Clifton  <nickc@cygnus.com>
25966
25967         * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
25968         applying Philip's patch.
25969
25970 Mon May 24 01:02:12 1999  Mark Mitchell  <mark@codesourcery.com>
25971
25972         * stmt.c (expand_end_bindings): Ignore any elements of VARS that
25973         are not VAR_DECLs.
25974
25975 Sun May 23 20:31:16 1999  Jeffrey A Law  (law@cygnus.com)
25976
25977         * loop.c (strength_reduce): Grow reg_single_usage as needed.
25978
25979 Sun May 23 10:13:20 1999  David O'Brien <obrien@FreeBSD.org>
25980
25981         * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
25982         Also remove a useless comment.
25983
25984 Sun May 23 10:05:23 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25985
25986         * pa.md (negdf2,negsf2):  Use fneg instead of fsub on pa 2.0.
25987
25988 Sat May 22 21:02:06 1999  David Edelsohn  <edelsohn@gnu.org>
25989
25990         * collect2.c (main): Only generate import or export file and add
25991         to link arguments if non-empty.  Use xmalloc not alloca.
25992         (write_{export,import}_file): Delete.
25993         (write_aix_file): New function.
25994         (locatelib): Use xmalloc not malloc.
25995         (GCC_OK_SYMBOL): Do not check type if aix64.
25996
25997 Sat May 22 09:35:51 1999  Philip Blundell  <pb@nexus.co.uk>
25998
25999         Based on patch by Scott Bambrough and Pat Beirne:
26000         * config/arm/arm.c (making_const_table): New variable.
26001         * config/arm/arm.h (making_const_table): Declare.
26002         (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
26003         appropriate.
26004         * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
26005         Keep track of when we are building the constant table.
26006
26007 Sat May 22 09:34:22 1999  Philip Blundell  <pb@nexus.co.uk>
26008
26009         * config/arm/arm.c (arm_override_options): Fix erroneous warning
26010         message.
26011
26012 Sat May 22 09:06:33 1999  Nick Clifton  <nickc@cygnus.com>
26013
26014         * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
26015         defined.
26016
26017 Sat May 22 07:17:05 1999  Nick Clifton  <nickc@cygnus.com>
26018
26019         * tm.texi (FUNCTION_ARG): Correct description of a stack element
26020         in a PARALLEL.
26021
26022 Sat May 22 01:27:49 1999  Mark Mitchell  <mark@codesourcery.com>
26023
26024         * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
26025
26026 Fri May 21 21:19:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
26027
26028         * rs6000.c (output_mi_thunk): Enable full support again.
26029
26030 Fri May 21 20:09:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26031
26032         * sh.h (BRANCH_COST): Define.
26033
26034 Thu May 20 10:00:42 1999  Stephen L Moshier  <moshier@world.std.com>
26035
26036         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
26037
26038 Thu May 20 09:58:57 1999  Jan Hubicka <hubicka@freesoft.cz>
26039
26040         * function.c (assign_stack_local): Align stack slot propertly.
26041         (assign_outer_stack_local): Likewise.
26042
26043 Thu May 20 10:38:43 1999  Mark Mitchell  <mark@codesourcery.com>
26044
26045         * expr.h (lang_expand_constant): Declare.
26046         * toplev.c (lang_expand_constant): Define it.
26047         * varasm.c (output_constant): Use it.
26048
26049 Thu May 20 11:28:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26050
26051         * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
26052         Change function definitions to K&R style.
26053
26054 Thu May 20 08:16:39 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26055
26056         * fixinc/fixincl.c: We must not ignore SIGCLD now.
26057
26058 Thu May 20 07:06:39 1999  Alexandre Oliva  <aoliva@acm.org>
26059
26060         * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
26061         * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
26062         (several places): omit static initialization
26063         (process): use single fd, since only the read fd is used
26064         * fixinc/gnu-regex.c: define 'const' away, if not supported
26065         * fixinc/procopen.c(several places): omit static initialization
26066         * fixinc/server.c: define 'volitile' away, if not supported
26067
26068 1999-05-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26069
26070         * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
26071         asm_fprintf and %L to generate the label name.
26072         * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
26073         (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
26074
26075 Thu May 20 01:40:55 1999  Jeffrey A Law  (law@cygnus.com)
26076
26077         * jump.c (can_reverse_comparison_p): Do not abort if the comparison
26078         insn for a conditional jump can not be found.
26079
26080 Wed May 19 23:58:58 1999  Jeffrey A Law  (law@cygnus.com)
26081
26082         * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
26083         on variables in specific sections other than .sbss and .sdata.
26084
26085 Wed May 19 03:56:56 1999  Mark Mitchell  <mark@codesourcery.com>
26086
26087         * stmt.c (expand_return): Call start_cleanup_deferral and
26088         end_cleanup_deferral around conditional code.
26089
26090 Wed May 19 08:40:08 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26091
26092         * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
26093         filename lists.  Utilizes new "krstr" AutoGen function.
26094         * fixinc/fixincl.x: Rebuilt.
26095
26096 Wed May 19 02:47:11 1999  Jan Hubicka  (hubicka@freesoft.cz)
26097
26098         * i386.c (output_float_compare): Avoid GNU-C extensions.
26099
26100 Wed May 19 00:34:40 1999  Jeffrey A Law  (law@cygnus.com)
26101
26102         * version.c: Bump to distinguish mainline tree from the
26103         gcc-2.95 branch.
26104
26105 See ChangeLog.1 for earlier changes.
26106
26107